mates 0.3.3 → 0.4.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/Fetch/Fetch.d.ts +7 -1
  2. package/dist/Fetch/Fetch.d.ts.map +1 -1
  3. package/dist/MatesUtils/FetchUtils.d.ts +30 -0
  4. package/dist/MatesUtils/FetchUtils.d.ts.map +1 -0
  5. package/dist/MatesUtils/MatesUtils.d.ts +47 -0
  6. package/dist/MatesUtils/MatesUtils.d.ts.map +1 -0
  7. package/dist/MatesUtils/RouterUtils.d.ts +39 -0
  8. package/dist/MatesUtils/RouterUtils.d.ts.map +1 -0
  9. package/dist/MatesUtils/StorageUtils.d.ts +16 -0
  10. package/dist/MatesUtils/StorageUtils.d.ts.map +1 -0
  11. package/dist/MatesUtils/ThemeUtils.d.ts +18 -0
  12. package/dist/MatesUtils/ThemeUtils.d.ts.map +1 -0
  13. package/dist/MatesUtils/index.d.ts +6 -0
  14. package/dist/MatesUtils/index.d.ts.map +1 -0
  15. package/dist/Mutables/Extended Atoms/themeAtom.d.ts +3 -15
  16. package/dist/Mutables/Extended Atoms/themeAtom.d.ts.map +1 -1
  17. package/dist/Mutables/atom/storageAtom.d.ts +9 -31
  18. package/dist/Mutables/atom/storageAtom.d.ts.map +1 -1
  19. package/dist/Mutables/atom/titleAtom.d.ts +3 -9
  20. package/dist/Mutables/atom/titleAtom.d.ts.map +1 -1
  21. package/dist/Mutables/scope/scope.d.ts +32 -1
  22. package/dist/Mutables/scope/scope.d.ts.map +1 -1
  23. package/dist/Router/Router.d.ts +3 -2
  24. package/dist/Router/Router.d.ts.map +1 -1
  25. package/dist/Router/animatedRouter.d.ts.map +1 -1
  26. package/dist/Router/hashAtom.d.ts +7 -3
  27. package/dist/Router/hashAtom.d.ts.map +1 -1
  28. package/dist/Router/historyStateAtom.d.ts +4 -36
  29. package/dist/Router/historyStateAtom.d.ts.map +1 -1
  30. package/dist/Router/historyUtils.d.ts +1 -12
  31. package/dist/Router/historyUtils.d.ts.map +1 -1
  32. package/dist/Router/index.d.ts +1 -8
  33. package/dist/Router/index.d.ts.map +1 -1
  34. package/dist/Router/isPathMatching.d.ts +5 -1
  35. package/dist/Router/isPathMatching.d.ts.map +1 -1
  36. package/dist/Router/location.d.ts +3 -63
  37. package/dist/Router/location.d.ts.map +1 -1
  38. package/dist/Router/navigateTo.d.ts +7 -27
  39. package/dist/Router/navigateTo.d.ts.map +1 -1
  40. package/dist/Router/navigationLock.d.ts +5 -46
  41. package/dist/Router/navigationLock.d.ts.map +1 -1
  42. package/dist/Router/navigationRequest.d.ts +7 -42
  43. package/dist/Router/navigationRequest.d.ts.map +1 -1
  44. package/dist/Router/pathAtom.d.ts +16 -36
  45. package/dist/Router/pathAtom.d.ts.map +1 -1
  46. package/dist/Router/qsAtom.d.ts +7 -3
  47. package/dist/Router/qsAtom.d.ts.map +1 -1
  48. package/dist/Template/hmr.d.ts +6 -0
  49. package/dist/Template/hmr.d.ts.map +1 -0
  50. package/dist/Template/x-x.d.ts +1 -0
  51. package/dist/Template/x-x.d.ts.map +1 -1
  52. package/dist/Template/x.d.ts +16 -3
  53. package/dist/Template/x.d.ts.map +1 -1
  54. package/dist/Utils/cookie.d.ts +2 -0
  55. package/dist/Utils/cookie.d.ts.map +1 -0
  56. package/dist/Utils/index.d.ts +1 -0
  57. package/dist/Utils/index.d.ts.map +1 -1
  58. package/dist/actions/asyncAction.d.ts.map +1 -1
  59. package/dist/css-in-js/stylesheet.d.ts.map +1 -1
  60. package/dist/css-in-js/theme.d.ts +0 -8
  61. package/dist/css-in-js/theme.d.ts.map +1 -1
  62. package/dist/index.d.ts +7 -6
  63. package/dist/index.d.ts.map +1 -1
  64. package/dist/index.esm.js +30 -33
  65. package/dist/index.esm.js.map +1 -1
  66. package/dist/index.js +36 -39
  67. package/dist/index.js.map +1 -1
  68. package/dist/on/hooks.d.ts.map +1 -1
  69. package/dist/ssr/index.d.ts +1 -0
  70. package/dist/ssr/index.d.ts.map +1 -1
  71. package/dist/ssr/ssrFlag.d.ts +56 -21
  72. package/dist/ssr/ssrFlag.d.ts.map +1 -1
  73. package/dist/ssr/useCtx.d.ts +63 -0
  74. package/dist/ssr/useCtx.d.ts.map +1 -0
  75. package/package.json +1 -1
  76. package/dist/Router/pathResolver.d.ts +0 -9
  77. package/dist/Router/pathResolver.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,34 +1,34 @@
1
- "use strict";
1
+ "use strict";var t="undefined"!=typeof document?document.currentScript:null;
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2017 Google LLC
5
5
  * SPDX-License-Identifier: BSD-3-Clause
6
- */const t=globalThis,e=t.trustedTypes,n=e?e.createPolicy("lit-html",{createHTML:t=>t}):void 0,s="$lit$",i=`lit$${Math.random().toFixed(9).slice(2)}$`,o="?"+i,r=`<${o}>`,a=document,l=()=>a.createComment(""),c=t=>null===t||"object"!=typeof t&&"function"!=typeof t,h=Array.isArray,u=t=>h(t)||"function"==typeof t?.[Symbol.iterator],d="[ \t\n\f\r]",f=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,p=/-->/g,m=/>/g,g=RegExp(`>|${d}(?:([^\\s"'>=/]+)(${d}*=${d}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,y=/"/g,w=/^(?:script|style|textarea|title)$/i,v=t=>(e,...n)=>({_$litType$:t,strings:e,values:n}),b=v(1),S=v(2),x=Symbol.for("lit-noChange"),C=Symbol.for("lit-nothing"),E=new WeakMap,A=a.createTreeWalker(a,129);function k(t,e){if(!h(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==n?n.createHTML(e):e}const M=(t,e)=>{const n=t.length-1,o=[];let a,l=2===e?"<svg>":3===e?"<math>":"",c=f;for(let e=0;e<n;e++){const n=t[e];let h,u,d=-1,v=0;for(;v<n.length&&(c.lastIndex=v,u=c.exec(n),null!==u);)v=c.lastIndex,c===f?"!--"===u[1]?c=p:void 0!==u[1]?c=m:void 0!==u[2]?(w.test(u[2])&&(a=RegExp("</"+u[2],"g")),c=g):void 0!==u[3]&&(c=g):c===g?">"===u[0]?(c=a??f,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,h=u[1],c=void 0===u[3]?g:'"'===u[3]?y:_):c===y||c===_?c=g:c===p||c===m?c=f:(c=g,a=void 0);const b=c===g&&t[e+1].startsWith("/>")?" ":"";l+=c===f?n+r:d>=0?(o.push(h),n.slice(0,d)+s+n.slice(d)+i+b):n+i+(-2===d?e:b)}return[k(t,l+(t[n]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),o]};class ${constructor({strings:t,_$litType$:n},r){let a;this.parts=[];let c=0,h=0;const u=t.length-1,d=this.parts,[f,p]=M(t,n);if(this.el=$.createElement(f,r),A.currentNode=this.el.content,2===n||3===n){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(a=A.nextNode())&&d.length<u;){if(1===a.nodeType){if(a.hasAttributes())for(const t of a.getAttributeNames())if(t.endsWith(s)){const e=p[h++],n=a.getAttribute(t).split(i),s=/([.?@])?(.*)/.exec(e);d.push({type:1,index:c,name:s[2],strings:n,ctor:"."===s[1]?P:"?"===s[1]?z:"@"===s[1]?D:I}),a.removeAttribute(t)}else t.startsWith(i)&&(d.push({type:6,index:c}),a.removeAttribute(t));if(w.test(a.tagName)){const t=a.textContent.split(i),n=t.length-1;if(n>0){a.textContent=e?e.emptyScript:"";for(let e=0;e<n;e++)a.append(t[e],l()),A.nextNode(),d.push({type:2,index:++c});a.append(t[n],l())}}}else if(8===a.nodeType)if(a.data===o)d.push({type:2,index:c});else{let t=-1;for(;-1!==(t=a.data.indexOf(i,t+1));)d.push({type:7,index:c}),t+=i.length-1}c++}}static createElement(t,e){const n=a.createElement("template");return n.innerHTML=t,n}}function T(t,e,n=t,s){if(e===x)return e;let i=void 0!==s?n._$Co?.[s]:n._$Cl;const o=c(e)?void 0:e._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),void 0===o?i=void 0:(i=new o(t),i._$AT(t,n,s)),void 0!==s?(n._$Co??=[])[s]=i:n._$Cl=i),void 0!==i&&(e=T(t,i._$AS(t,e.values),i,s)),e}let R=class{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:n}=this._$AD,s=(t?.creationScope??a).importNode(e,!0);A.currentNode=s;let i=A.nextNode(),o=0,r=0,l=n[0];for(;void 0!==l;){if(o===l.index){let e;2===l.type?e=new O(i,i.nextSibling,this,t):1===l.type?e=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(e=new N(i,this,t)),this._$AV.push(e),l=n[++r]}o!==l?.index&&(i=A.nextNode(),o++)}return A.currentNode=a,s}p(t){let e=0;for(const n of this._$AV)void 0!==n&&(void 0!==n.strings?(n._$AI(t,n,e),e+=n.strings.length-2):n._$AI(t[e])),e++}};class O{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,n,s){this.type=2,this._$AH=C,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=n,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=T(this,t,e),c(t)?t===C||null==t||""===t?(this._$AH!==C&&this._$AR(),this._$AH=C):t!==this._$AH&&t!==x&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):u(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!==C&&c(this._$AH)?this._$AA.nextSibling.data=t:this.T(a.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:n}=t,s="number"==typeof n?this._$AC(t):(void 0===n.el&&(n.el=$.createElement(k(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===s)this._$AH.p(e);else{const t=new R(s,this),n=t.u(this.options);t.p(e),this.T(n),this._$AH=t}}_$AC(t){let e=E.get(t.strings);return void 0===e&&E.set(t.strings,e=new $(t)),e}k(t){h(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let n,s=0;for(const i of t)s===e.length?e.push(n=new O(this.O(l()),this.O(l()),this,this.options)):n=e[s],n._$AI(i),s++;s<e.length&&(this._$AR(n&&n._$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))}}class I{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,n,s,i){this.type=1,this._$AH=C,this._$AN=void 0,this.element=t,this.name=e,this._$AM=s,this.options=i,n.length>2||""!==n[0]||""!==n[1]?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=C}_$AI(t,e=this,n,s){const i=this.strings;let o=!1;if(void 0===i)t=T(this,t,e,0),o=!c(t)||t!==this._$AH&&t!==x,o&&(this._$AH=t);else{const s=t;let r,a;for(t=i[0],r=0;r<i.length-1;r++)a=T(this,s[n+r],e,r),a===x&&(a=this._$AH[r]),o||=!c(a)||a!==this._$AH[r],a===C?t=C:t!==C&&(t+=(a??"")+i[r+1]),this._$AH[r]=a}o&&!s&&this.j(t)}j(t){t===C?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class P extends I{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===C?void 0:t}}class z extends I{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==C)}}class D extends I{constructor(t,e,n,s,i){super(t,e,n,s,i),this.type=5}_$AI(t,e=this){if((t=T(this,t,e,0)??C)===x)return;const n=this._$AH,s=t===C&&n!==C||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,i=t!==C&&(n===C||s);s&&this.element.removeEventListener(this.name,this,n),i&&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 N{constructor(t,e,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){T(this,t)}}const L={M:s,P:i,A:o,C:1,L:M,R:R,D:u,V:T,I:O,H:I,N:z,U:D,B:P,F:N},j=t.litHtmlPolyfillSupport;j?.($,O),(t.litHtmlVersions??=[]).push("3.2.1");const U=(t,e,n)=>{const s=n?.renderBefore??e;let i=s._$litPart$;if(void 0===i){const t=n?.renderBefore??null;s._$litPart$=i=new O(e.insertBefore(l(),t),t,void 0,n??{})}return i._$AI(t),i
6
+ */const e=globalThis,n=e.trustedTypes,s=n?n.createPolicy("lit-html",{createHTML:t=>t}):void 0,i="$lit$",o=`lit$${Math.random().toFixed(9).slice(2)}$`,r="?"+o,a=`<${r}>`,l=document,c=()=>l.createComment(""),h=t=>null===t||"object"!=typeof t&&"function"!=typeof t,u=Array.isArray,d=t=>u(t)||"function"==typeof t?.[Symbol.iterator],f="[ \t\n\f\r]",p=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,m=/-->/g,_=/>/g,g=RegExp(`>|${f}(?:([^\\s"'>=/]+)(${f}*=${f}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),y=/'/g,w=/"/g,v=/^(?:script|style|textarea|title)$/i,b=t=>(e,...n)=>({_$litType$:t,strings:e,values:n}),S=b(1),x=b(2),C=Symbol.for("lit-noChange"),E=Symbol.for("lit-nothing"),A=new WeakMap,k=l.createTreeWalker(l,129);function M(t,e){if(!u(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s?s.createHTML(e):e}const R=(t,e)=>{const n=t.length-1,s=[];let r,l=2===e?"<svg>":3===e?"<math>":"",c=p;for(let e=0;e<n;e++){const n=t[e];let h,u,d=-1,f=0;for(;f<n.length&&(c.lastIndex=f,u=c.exec(n),null!==u);)f=c.lastIndex,c===p?"!--"===u[1]?c=m:void 0!==u[1]?c=_:void 0!==u[2]?(v.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=g):void 0!==u[3]&&(c=g):c===g?">"===u[0]?(c=r??p,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,h=u[1],c=void 0===u[3]?g:'"'===u[3]?w:y):c===w||c===y?c=g:c===m||c===_?c=p:(c=g,r=void 0);const b=c===g&&t[e+1].startsWith("/>")?" ":"";l+=c===p?n+a:d>=0?(s.push(h),n.slice(0,d)+i+n.slice(d)+o+b):n+o+(-2===d?e:b)}return[M(t,l+(t[n]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),s]};class T{constructor({strings:t,_$litType$:e},s){let a;this.parts=[];let l=0,h=0;const u=t.length-1,d=this.parts,[f,p]=R(t,e);if(this.el=T.createElement(f,s),k.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(a=k.nextNode())&&d.length<u;){if(1===a.nodeType){if(a.hasAttributes())for(const t of a.getAttributeNames())if(t.endsWith(i)){const e=p[h++],n=a.getAttribute(t).split(o),s=/([.?@])?(.*)/.exec(e);d.push({type:1,index:l,name:s[2],strings:n,ctor:"."===s[1]?z:"?"===s[1]?D:"@"===s[1]?N:P}),a.removeAttribute(t)}else t.startsWith(o)&&(d.push({type:6,index:l}),a.removeAttribute(t));if(v.test(a.tagName)){const t=a.textContent.split(o),e=t.length-1;if(e>0){a.textContent=n?n.emptyScript:"";for(let n=0;n<e;n++)a.append(t[n],c()),k.nextNode(),d.push({type:2,index:++l});a.append(t[e],c())}}}else if(8===a.nodeType)if(a.data===r)d.push({type:2,index:l});else{let t=-1;for(;-1!==(t=a.data.indexOf(o,t+1));)d.push({type:7,index:l}),t+=o.length-1}l++}}static createElement(t,e){const n=l.createElement("template");return n.innerHTML=t,n}}function $(t,e,n=t,s){if(e===C)return e;let i=void 0!==s?n._$Co?.[s]:n._$Cl;const o=h(e)?void 0:e._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),void 0===o?i=void 0:(i=new o(t),i._$AT(t,n,s)),void 0!==s?(n._$Co??=[])[s]=i:n._$Cl=i),void 0!==i&&(e=$(t,i._$AS(t,e.values),i,s)),e}let O=class{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:n}=this._$AD,s=(t?.creationScope??l).importNode(e,!0);k.currentNode=s;let i=k.nextNode(),o=0,r=0,a=n[0];for(;void 0!==a;){if(o===a.index){let e;2===a.type?e=new I(i,i.nextSibling,this,t):1===a.type?e=new a.ctor(i,a.name,a.strings,this,t):6===a.type&&(e=new L(i,this,t)),this._$AV.push(e),a=n[++r]}o!==a?.index&&(i=k.nextNode(),o++)}return k.currentNode=l,s}p(t){let e=0;for(const n of this._$AV)void 0!==n&&(void 0!==n.strings?(n._$AI(t,n,e),e+=n.strings.length-2):n._$AI(t[e])),e++}};class I{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,n,s){this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=n,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=$(this,t,e),h(t)?t===E||null==t||""===t?(this._$AH!==E&&this._$AR(),this._$AH=E):t!==this._$AH&&t!==C&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):d(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!==E&&h(this._$AH)?this._$AA.nextSibling.data=t:this.T(l.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:n}=t,s="number"==typeof n?this._$AC(t):(void 0===n.el&&(n.el=T.createElement(M(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===s)this._$AH.p(e);else{const t=new O(s,this),n=t.u(this.options);t.p(e),this.T(n),this._$AH=t}}_$AC(t){let e=A.get(t.strings);return void 0===e&&A.set(t.strings,e=new T(t)),e}k(t){u(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let n,s=0;for(const i of t)s===e.length?e.push(n=new I(this.O(c()),this.O(c()),this,this.options)):n=e[s],n._$AI(i),s++;s<e.length&&(this._$AR(n&&n._$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))}}class P{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,n,s,i){this.type=1,this._$AH=E,this._$AN=void 0,this.element=t,this.name=e,this._$AM=s,this.options=i,n.length>2||""!==n[0]||""!==n[1]?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=E}_$AI(t,e=this,n,s){const i=this.strings;let o=!1;if(void 0===i)t=$(this,t,e,0),o=!h(t)||t!==this._$AH&&t!==C,o&&(this._$AH=t);else{const s=t;let r,a;for(t=i[0],r=0;r<i.length-1;r++)a=$(this,s[n+r],e,r),a===C&&(a=this._$AH[r]),o||=!h(a)||a!==this._$AH[r],a===E?t=E:t!==E&&(t+=(a??"")+i[r+1]),this._$AH[r]=a}o&&!s&&this.j(t)}j(t){t===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class z extends P{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===E?void 0:t}}class D extends P{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==E)}}class N extends P{constructor(t,e,n,s,i){super(t,e,n,s,i),this.type=5}_$AI(t,e=this){if((t=$(this,t,e,0)??E)===C)return;const n=this._$AH,s=t===E&&n!==E||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,i=t!==E&&(n===E||s);s&&this.element.removeEventListener(this.name,this,n),i&&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 L{constructor(t,e,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){$(this,t)}}const j={M:i,P:o,A:r,C:1,L:R,R:O,D:d,V:$,I:I,H:P,N:D,U:N,B:z,F:L},U=e.litHtmlPolyfillSupport;U?.(T,I),(e.litHtmlVersions??=[]).push("3.2.1");const F=(t,e,n)=>{const s=n?.renderBefore??e;let i=s._$litPart$;if(void 0===i){const t=n?.renderBefore??null;s._$litPart$=i=new I(e.insertBefore(c(),t),t,void 0,n??{})}return i._$AI(t),i
7
7
  /**
8
8
  * @license
9
9
  * Copyright 2017 Google LLC
10
10
  * SPDX-License-Identifier: BSD-3-Clause
11
- */},F=1,V=2,W=3,B=4,H=6,Y=t=>(...e)=>({_$litDirective$:t,values:e});let q=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,n){this._$Ct=t,this._$AM=e,this._$Ci=n}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
11
+ */},V=1,W=2,B=3,H=4,Y=6,q=t=>(...e)=>({_$litDirective$:t,values:e});let X=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,n){this._$Ct=t,this._$AM=e,this._$Ci=n}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
12
12
  /**
13
13
  * @license
14
14
  * Copyright 2020 Google LLC
15
15
  * SPDX-License-Identifier: BSD-3-Clause
16
- */const{I:X}=L,G=(t,e)=>void 0===e?void 0!==t?._$litType$:t?._$litType$===e,Z=t=>void 0===t.strings,K=()=>document.createComment(""),Q=(t,e,n)=>{const s=t._$AA.parentNode,i=void 0===e?t._$AB:e._$AA;if(void 0===n){const e=s.insertBefore(K(),i),o=s.insertBefore(K(),i);n=new X(e,o,t,t.options)}else{const e=n._$AB.nextSibling,o=n._$AM,r=o!==t;if(r){let e;n._$AQ?.(t),n._$AM=t,void 0!==n._$AP&&(e=t._$AU)!==o._$AU&&n._$AP(e)}if(e!==i||r){let t=n._$AA;for(;t!==e;){const e=t.nextSibling;s.insertBefore(t,i),t=e}}}return n},J=(t,e,n=t)=>(t._$AI(e,n),t),tt={},et=(t,e=tt)=>t._$AH=e,nt=t=>t._$AH,st=t=>{t._$AP?.(!1,!0);let e=t._$AA;const n=t._$AB.nextSibling;for(;e!==n;){const t=e.nextSibling;e.remove(),e=t}},it=t=>{t._$AR()},ot=(t,e)=>{const n=t._$AN;if(void 0===n)return!1;for(const t of n)t._$AO?.(e,!1),ot(t,e);return!0},rt=t=>{let e,n;do{if(void 0===(e=t._$AM))break;n=e._$AN,n.delete(t),t=e}while(0===n?.size)},at=t=>{for(let e;e=t._$AM;t=e){let n=e._$AN;if(void 0===n)e._$AN=n=new Set;else if(n.has(t))break;n.add(t),ht(e)}};
16
+ */const{I:Z}=j,G=(t,e)=>void 0===e?void 0!==t?._$litType$:t?._$litType$===e,K=t=>void 0===t.strings,Q=()=>document.createComment(""),J=(t,e,n)=>{const s=t._$AA.parentNode,i=void 0===e?t._$AB:e._$AA;if(void 0===n){const e=s.insertBefore(Q(),i),o=s.insertBefore(Q(),i);n=new Z(e,o,t,t.options)}else{const e=n._$AB.nextSibling,o=n._$AM,r=o!==t;if(r){let e;n._$AQ?.(t),n._$AM=t,void 0!==n._$AP&&(e=t._$AU)!==o._$AU&&n._$AP(e)}if(e!==i||r){let t=n._$AA;for(;t!==e;){const e=t.nextSibling;s.insertBefore(t,i),t=e}}}return n},tt=(t,e,n=t)=>(t._$AI(e,n),t),et={},nt=(t,e=et)=>t._$AH=e,st=t=>t._$AH,it=t=>{t._$AP?.(!1,!0);let e=t._$AA;const n=t._$AB.nextSibling;for(;e!==n;){const t=e.nextSibling;e.remove(),e=t}},ot=t=>{t._$AR()},rt=(t,e)=>{const n=t._$AN;if(void 0===n)return!1;for(const t of n)t._$AO?.(e,!1),rt(t,e);return!0},at=t=>{let e,n;do{if(void 0===(e=t._$AM))break;n=e._$AN,n.delete(t),t=e}while(0===n?.size)},lt=t=>{for(let e;e=t._$AM;t=e){let n=e._$AN;if(void 0===n)e._$AN=n=new Set;else if(n.has(t))break;n.add(t),ut(e)}};
17
17
  /**
18
18
  * @license
19
19
  * Copyright 2017 Google LLC
20
20
  * SPDX-License-Identifier: BSD-3-Clause
21
- */function lt(t){void 0!==this._$AN?(rt(this),this._$AM=t,at(this)):this._$AM=t}function ct(t,e=!1,n=0){const s=this._$AH,i=this._$AN;if(void 0!==i&&0!==i.size)if(e)if(Array.isArray(s))for(let t=n;t<s.length;t++)ot(s[t],!1),rt(s[t]);else null!=s&&(ot(s,!1),rt(s));else ot(this,t)}const ht=t=>{t.type==V&&(t._$AP??=ct,t._$AQ??=lt)};class ut extends q{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,e,n){super._$AT(t,e,n),at(this),this.isConnected=t._$AU}_$AO(t,e=!0){t!==this.isConnected&&(this.isConnected=t,t?this.reconnected?.():this.disconnected?.()),e&&(ot(this,t),rt(this))}setValue(t){if(Z(this._$Ct))this._$Ct._$AI(t,this);else{const e=[...this._$Ct._$AH];e[this._$Ci]=t,this._$Ct._$AI(e,this,0)}}disconnected(){}reconnected(){}}
21
+ */function ct(t){void 0!==this._$AN?(at(this),this._$AM=t,lt(this)):this._$AM=t}function ht(t,e=!1,n=0){const s=this._$AH,i=this._$AN;if(void 0!==i&&0!==i.size)if(e)if(Array.isArray(s))for(let t=n;t<s.length;t++)rt(s[t],!1),at(s[t]);else null!=s&&(rt(s,!1),at(s));else rt(this,t)}const ut=t=>{t.type==W&&(t._$AP??=ht,t._$AQ??=ct)};class dt extends X{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,e,n){super._$AT(t,e,n),lt(this),this.isConnected=t._$AU}_$AO(t,e=!0){t!==this.isConnected&&(this.isConnected=t,t?this.reconnected?.():this.disconnected?.()),e&&(rt(this,t),at(this))}setValue(t){if(K(this._$Ct))this._$Ct._$AI(t,this);else{const e=[...this._$Ct._$AH];e[this._$Ci]=t,this._$Ct._$AI(e,this,0)}}disconnected(){}reconnected(){}}
22
22
  /**
23
23
  * @license
24
24
  * Copyright 2021 Google LLC
25
25
  * SPDX-License-Identifier: BSD-3-Clause
26
- */class dt{constructor(t){this.Y=t}disconnect(){this.Y=void 0}reconnect(t){this.Y=t}deref(){return this.Y}}let ft=class{constructor(){this.Z=void 0,this.q=void 0}get(){return this.Z}pause(){this.Z??=new Promise(t=>this.q=t)}resume(){this.q?.(),this.Z=this.q=void 0}},pt=class extends ut{constructor(){super(...arguments),this._$CK=new dt(this),this._$CX=new ft}render(t,e){return x}update(t,[e,n]){if(this.isConnected||this.disconnected(),e===this._$CJ)return x;this._$CJ=e;let s=0;const{_$CK:i,_$CX:o}=this;return(async(t,e)=>{for await(const n of t)if(!1===await e(n))return})(e,async t=>{for(;o.get();)await o.get();const r=i.deref();if(void 0!==r){if(r._$CJ!==e)return!1;void 0!==n&&(t=n(t,s)),r.commitValue(t,s),s++}return!0}),x}commitValue(t,e){this.setValue(t)}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}};
26
+ */class ft{constructor(t){this.Y=t}disconnect(){this.Y=void 0}reconnect(t){this.Y=t}deref(){return this.Y}}let pt=class{constructor(){this.Z=void 0,this.q=void 0}get(){return this.Z}pause(){this.Z??=new Promise(t=>this.q=t)}resume(){this.q?.(),this.Z=this.q=void 0}},mt=class extends dt{constructor(){super(...arguments),this._$CK=new ft(this),this._$CX=new pt}render(t,e){return C}update(t,[e,n]){if(this.isConnected||this.disconnected(),e===this._$CJ)return C;this._$CJ=e;let s=0;const{_$CK:i,_$CX:o}=this;return(async(t,e)=>{for await(const n of t)if(!1===await e(n))return})(e,async t=>{for(;o.get();)await o.get();const r=i.deref();if(void 0!==r){if(r._$CJ!==e)return!1;void 0!==n&&(t=n(t,s)),r.commitValue(t,s),s++}return!0}),C}commitValue(t,e){this.setValue(t)}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}};
27
27
  /**
28
28
  * @license
29
29
  * Copyright 2017 Google LLC
30
30
  * SPDX-License-Identifier: BSD-3-Clause
31
- */const mt=Y(pt),gt=Y(class extends pt{constructor(t){if(super(t),t.type!==V)throw Error("asyncAppend can only be used in child expressions")}update(t,e){return this._$Ctt=t,super.update(t,e)}commitValue(t,e){0===e&&it(this._$Ctt);const n=Q(this._$Ctt);J(n,t)}}),_t=t=>(t=>null!=t?._$litType$?.h)(t)?t._$litType$.h:t.strings,yt=Y(class extends q{constructor(t){super(t),this.et=new WeakMap}render(t){return[t]}update(t,[e]){const n=G(this.it)?_t(this.it):null,s=G(e)?_t(e):null;if(null!==n&&(null===s||n!==s)){const e=nt(t).pop();let s=this.et.get(n);if(void 0===s){const t=document.createDocumentFragment();s=U(C,t),s.setConnected(!1),this.et.set(n,s)}et(s,[e]),Q(s,void 0,e)}if(null!==s){if(null===n||n!==s){const e=this.et.get(s);if(void 0!==e){const n=nt(e).pop();it(t),Q(t,void 0,n),et(t,[n])}}this.it=e}else this.it=void 0;return this.render(e)}}),wt=Y(class extends q{constructor(t){if(super(t),t.type!==F||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(void 0===this.st){this.st=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(t=>""!==t)));for(const t in e)e[t]&&!this.nt?.has(t)&&this.st.add(t);return this.render(e)}const n=t.element.classList;for(const t of this.st)t in e||(n.remove(t),this.st.delete(t));for(const t in e){const s=!!e[t];s===this.st.has(t)||this.nt?.has(t)||(s?(n.add(t),this.st.add(t)):(n.remove(t),this.st.delete(t)))}return x}}),vt={},bt=Y(class extends q{constructor(){super(...arguments),this.ot=vt}render(t,e){return e()}update(t,[e,n]){if(Array.isArray(e)){if(Array.isArray(this.ot)&&this.ot.length===e.length&&e.every((t,e)=>t===this.ot[e]))return x}else if(this.ot===e)return x;return this.ot=Array.isArray(e)?Array.from(e):e,this.render(e,n)}});
31
+ */const _t=q(mt),gt=q(class extends mt{constructor(t){if(super(t),t.type!==W)throw Error("asyncAppend can only be used in child expressions")}update(t,e){return this._$Ctt=t,super.update(t,e)}commitValue(t,e){0===e&&ot(this._$Ctt);const n=J(this._$Ctt);tt(n,t)}}),yt=t=>(t=>null!=t?._$litType$?.h)(t)?t._$litType$.h:t.strings,wt=q(class extends X{constructor(t){super(t),this.et=new WeakMap}render(t){return[t]}update(t,[e]){const n=G(this.it)?yt(this.it):null,s=G(e)?yt(e):null;if(null!==n&&(null===s||n!==s)){const e=st(t).pop();let s=this.et.get(n);if(void 0===s){const t=document.createDocumentFragment();s=F(E,t),s.setConnected(!1),this.et.set(n,s)}nt(s,[e]),J(s,void 0,e)}if(null!==s){if(null===n||n!==s){const e=this.et.get(s);if(void 0!==e){const n=st(e).pop();ot(t),J(t,void 0,n),nt(t,[n])}}this.it=e}else this.it=void 0;return this.render(e)}}),vt=q(class extends X{constructor(t){if(super(t),t.type!==V||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(void 0===this.st){this.st=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(t=>""!==t)));for(const t in e)e[t]&&!this.nt?.has(t)&&this.st.add(t);return this.render(e)}const n=t.element.classList;for(const t of this.st)t in e||(n.remove(t),this.st.delete(t));for(const t in e){const s=!!e[t];s===this.st.has(t)||this.nt?.has(t)||(s?(n.add(t),this.st.add(t)):(n.remove(t),this.st.delete(t)))}return C}}),bt={},St=q(class extends X{constructor(){super(...arguments),this.ot=bt}render(t,e){return e()}update(t,[e,n]){if(Array.isArray(e)){if(Array.isArray(this.ot)&&this.ot.length===e.length&&e.every((t,e)=>t===this.ot[e]))return C}else if(this.ot===e)return C;return this.ot=Array.isArray(e)?Array.from(e):e,this.render(e,n)}});
32
32
  /**
33
33
  * @license
34
34
  * Copyright 2017 Google LLC
@@ -39,7 +39,7 @@
39
39
  * Copyright 2021 Google LLC
40
40
  * SPDX-License-Identifier: BSD-3-Clause
41
41
  */
42
- const St=Y(class extends q{constructor(){super(...arguments),this.key=C}render(t,e){return this.key=t,e}update(t,[e,n]){return e!==this.key&&(et(t),this.key=e),n}}),xt=Y(class extends q{constructor(t){if(super(t),t.type!==W&&t.type!==F&&t.type!==B)throw Error("The `live` directive is not allowed on child or event bindings");if(!Z(t))throw Error("`live` bindings can only contain a single expression")}render(t){return t}update(t,[e]){if(e===x||e===C)return e;const n=t.element,s=t.name;if(t.type===W){if(e===n[s])return x}else if(t.type===B){if(!!e===n.hasAttribute(s))return x}else if(t.type===F&&n.getAttribute(s)===e+"")return x;return et(t),e}});
42
+ const xt=q(class extends X{constructor(){super(...arguments),this.key=E}render(t,e){return this.key=t,e}update(t,[e,n]){return e!==this.key&&(nt(t),this.key=e),n}}),Ct=q(class extends X{constructor(t){if(super(t),t.type!==B&&t.type!==V&&t.type!==H)throw Error("The `live` directive is not allowed on child or event bindings");if(!K(t))throw Error("`live` bindings can only contain a single expression")}render(t){return t}update(t,[e]){if(e===C||e===E)return e;const n=t.element,s=t.name;if(t.type===B){if(e===n[s])return C}else if(t.type===H){if(!!e===n.hasAttribute(s))return C}else if(t.type===V&&n.getAttribute(s)===e+"")return C;return nt(t),e}});
43
43
  /**
44
44
  * @license
45
45
  * Copyright 2020 Google LLC
@@ -50,7 +50,7 @@ const St=Y(class extends q{constructor(){super(...arguments),this.key=C}render(t
50
50
  * Copyright 2017 Google LLC
51
51
  * SPDX-License-Identifier: BSD-3-Clause
52
52
  */
53
- const Ct=(t,e,n)=>{const s=new Map;for(let i=e;i<=n;i++)s.set(t[i],i);return s},Et=Y(class extends q{constructor(t){if(super(t),t.type!==V)throw Error("repeat() can only be used in text expressions")}dt(t,e,n){let s;void 0===n?n=e:void 0!==e&&(s=e);const i=[],o=[];let r=0;for(const e of t)i[r]=s?s(e,r):r,o[r]=n(e,r),r++;return{values:o,keys:i}}render(t,e,n){return this.dt(t,e,n).values}update(t,[e,n,s]){const i=nt(t),{values:o,keys:r}=this.dt(e,n,s);if(!Array.isArray(i))return this.ut=r,o;const a=this.ut??=[],l=[];let c,h,u=0,d=i.length-1,f=0,p=o.length-1;for(;u<=d&&f<=p;)if(null===i[u])u++;else if(null===i[d])d--;else if(a[u]===r[f])l[f]=J(i[u],o[f]),u++,f++;else if(a[d]===r[p])l[p]=J(i[d],o[p]),d--,p--;else if(a[u]===r[p])l[p]=J(i[u],o[p]),Q(t,l[p+1],i[u]),u++,p--;else if(a[d]===r[f])l[f]=J(i[d],o[f]),Q(t,i[u],i[d]),d--,f++;else if(void 0===c&&(c=Ct(r,f,p),h=Ct(a,u,d)),c.has(a[u]))if(c.has(a[d])){const e=h.get(r[f]),n=void 0!==e?i[e]:null;if(null===n){const e=Q(t,i[u]);J(e,o[f]),l[f]=e}else l[f]=J(n,o[f]),Q(t,i[u],n),i[e]=null;f++}else st(i[d]),d--;else st(i[u]),u++;for(;f<=p;){const e=Q(t,l[p+1]);J(e,o[f]),l[f++]=e}for(;u<=d;){const t=i[u++];null!==t&&st(t)}return this.ut=r,et(t,l),x}}),At="important",kt=" !"+At,Mt=Y(class extends q{constructor(t){if(super(t),t.type!==F||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,n)=>{const s=t[n];return null==s?e:e+`${n=n.includes("-")?n:n.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`},"")}update(t,[e]){const{style:n}=t.element;if(void 0===this.ft)return this.ft=new Set(Object.keys(e)),this.render(e);for(const t of this.ft)null==e[t]&&(this.ft.delete(t),t.includes("-")?n.removeProperty(t):n[t]=null);for(const t in e){const s=e[t];if(null!=s){this.ft.add(t);const e="string"==typeof s&&s.endsWith(kt);t.includes("-")||e?n.setProperty(t,e?s.slice(0,-11):s,e?At:""):n[t]=s}}return x}});
53
+ const Et=(t,e,n)=>{const s=new Map;for(let i=e;i<=n;i++)s.set(t[i],i);return s},At=q(class extends X{constructor(t){if(super(t),t.type!==W)throw Error("repeat() can only be used in text expressions")}dt(t,e,n){let s;void 0===n?n=e:void 0!==e&&(s=e);const i=[],o=[];let r=0;for(const e of t)i[r]=s?s(e,r):r,o[r]=n(e,r),r++;return{values:o,keys:i}}render(t,e,n){return this.dt(t,e,n).values}update(t,[e,n,s]){const i=st(t),{values:o,keys:r}=this.dt(e,n,s);if(!Array.isArray(i))return this.ut=r,o;const a=this.ut??=[],l=[];let c,h,u=0,d=i.length-1,f=0,p=o.length-1;for(;u<=d&&f<=p;)if(null===i[u])u++;else if(null===i[d])d--;else if(a[u]===r[f])l[f]=tt(i[u],o[f]),u++,f++;else if(a[d]===r[p])l[p]=tt(i[d],o[p]),d--,p--;else if(a[u]===r[p])l[p]=tt(i[u],o[p]),J(t,l[p+1],i[u]),u++,p--;else if(a[d]===r[f])l[f]=tt(i[d],o[f]),J(t,i[u],i[d]),d--,f++;else if(void 0===c&&(c=Et(r,f,p),h=Et(a,u,d)),c.has(a[u]))if(c.has(a[d])){const e=h.get(r[f]),n=void 0!==e?i[e]:null;if(null===n){const e=J(t,i[u]);tt(e,o[f]),l[f]=e}else l[f]=tt(n,o[f]),J(t,i[u],n),i[e]=null;f++}else it(i[d]),d--;else it(i[u]),u++;for(;f<=p;){const e=J(t,l[p+1]);tt(e,o[f]),l[f++]=e}for(;u<=d;){const t=i[u++];null!==t&&it(t)}return this.ut=r,nt(t,l),C}}),kt="important",Mt=" !"+kt,Rt=q(class extends X{constructor(t){if(super(t),t.type!==V||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,n)=>{const s=t[n];return null==s?e:e+`${n=n.includes("-")?n:n.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`},"")}update(t,[e]){const{style:n}=t.element;if(void 0===this.ft)return this.ft=new Set(Object.keys(e)),this.render(e);for(const t of this.ft)null==e[t]&&(this.ft.delete(t),t.includes("-")?n.removeProperty(t):n[t]=null);for(const t in e){const s=e[t];if(null!=s){this.ft.add(t);const e="string"==typeof s&&s.endsWith(Mt);t.includes("-")||e?n.setProperty(t,e?s.slice(0,-11):s,e?kt:""):n[t]=s}}return C}});
54
54
  /**
55
55
  * @license
56
56
  * Copyright 2018 Google LLC
@@ -61,17 +61,17 @@ const Ct=(t,e,n)=>{const s=new Map;for(let i=e;i<=n;i++)s.set(t[i],i);return s},
61
61
  * Copyright 2017 Google LLC
62
62
  * SPDX-License-Identifier: BSD-3-Clause
63
63
  */
64
- class $t extends q{constructor(t){if(super(t),this.it=C,t.type!==V)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===C||null==t)return this._t=void 0,this.it=t;if(t===x)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}$t.directiveName="unsafeHTML",$t.resultType=1;const Tt=Y($t),Rt=t=>!(t=>null===t||"object"!=typeof t&&"function"!=typeof t)(t)&&"function"==typeof t.then,Ot=1073741823;
64
+ class Tt extends X{constructor(t){if(super(t),this.it=E,t.type!==W)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===E||null==t)return this._t=void 0,this.it=t;if(t===C)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Tt.directiveName="unsafeHTML",Tt.resultType=1;const $t=q(Tt),Ot=t=>!(t=>null===t||"object"!=typeof t&&"function"!=typeof t)(t)&&"function"==typeof t.then,It=1073741823;
65
65
  /**
66
66
  * @license
67
67
  * Copyright 2017 Google LLC
68
68
  * SPDX-License-Identifier: BSD-3-Clause
69
- */const It=Y(class extends ut{constructor(){super(...arguments),this._$Cwt=Ot,this._$Cbt=[],this._$CK=new dt(this),this._$CX=new ft}render(...t){return t.find(t=>!Rt(t))??x}update(t,e){const n=this._$Cbt;let s=n.length;this._$Cbt=e;const i=this._$CK,o=this._$CX;this.isConnected||this.disconnected();for(let t=0;t<e.length&&!(t>this._$Cwt);t++){const r=e[t];if(!Rt(r))return this._$Cwt=t,r;t<s&&r===n[t]||(this._$Cwt=Ot,s=0,Promise.resolve(r).then(async t=>{for(;o.get();)await o.get();const e=i.deref();if(void 0!==e){const n=e._$Cbt.indexOf(r);n>-1&&n<e._$Cwt&&(e._$Cwt=n,e.setValue(t))}}))}return x}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}});
69
+ */const Pt=q(class extends dt{constructor(){super(...arguments),this._$Cwt=It,this._$Cbt=[],this._$CK=new ft(this),this._$CX=new pt}render(...t){return t.find(t=>!Ot(t))??C}update(t,e){const n=this._$Cbt;let s=n.length;this._$Cbt=e;const i=this._$CK,o=this._$CX;this.isConnected||this.disconnected();for(let t=0;t<e.length&&!(t>this._$Cwt);t++){const r=e[t];if(!Ot(r))return this._$Cwt=t,r;t<s&&r===n[t]||(this._$Cwt=It,s=0,Promise.resolve(r).then(async t=>{for(;o.get();)await o.get();const e=i.deref();if(void 0!==e){const n=e._$Cbt.indexOf(r);n>-1&&n<e._$Cwt&&(e._$Cwt=n,e.setValue(t))}}))}return C}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}});
70
70
  /**
71
71
  * @license
72
72
  * Copyright 2021 Google LLC
73
73
  * SPDX-License-Identifier: BSD-3-Clause
74
- */const Pt=()=>{},zt={registerComponent:Pt,unregisterComponent:Pt,notifyRender:Pt,getComponentName:()=>"Anonymous",logComponentMount:Pt,logComponentRender:Pt,logComponentUnmount:Pt,logAtomSet:Pt,logAtomUpdate:Pt,logEventTrigger:Pt,logCleanupEventTrigger:Pt,logFetchRequest:Pt,logFetchResponse:Pt,logFetchError:Pt,recordRender:Pt};function Dt(t,e){zt.registerComponent(t,e)}function Nt(t){return zt.getComponentName(t)}function Lt(t,e){zt.logEventTrigger(t,e)}function jt(t,e,n){zt.recordRender(t,e,n)}function Ut(){return zt.registerComponent!==Pt}const Ft=Symbol.for("mates.readTracking");globalThis[Ft]||(globalThis[Ft]={enableReadTracking:!1,storesBeingRead:new Set,effectRunning:!1});const Vt=globalThis[Ft];function Wt(){return Vt.enableReadTracking}function Bt(){return Vt.effectRunning}function Ht(t){Vt.storesBeingRead.add(t)}function Yt(){Vt.effectRunning=!0}function qt(){Vt.effectRunning=!1}function Xt(){const t={prevEnabled:Vt.enableReadTracking,prevStores:Vt.storesBeingRead};return Vt.enableReadTracking=!0,Vt.storesBeingRead=new Set,t}function Gt(t){const e=Vt.storesBeingRead;return Vt.enableReadTracking=t.prevEnabled,Vt.storesBeingRead=t.prevStores,e}const Zt=Xt,Kt=Gt,Qt=Symbol.for("mates.componentRunningStatus");globalThis[Qt]||(globalThis[Qt]={setupInProgress:!1,templateInProgress:!1,viewOuterInProgress:!1,isHookRunning:!1});const Jt=globalThis[Qt];function te(t){if(!Jt.isHookRunning){if(Jt.templateInProgress)throw new Error(`${t} cannot be created during template function execution. Only scopes (useScope) are allowed in templates.`);if(Bt())throw new Error(`${t} cannot be created inside a memo() or effect(). They should only read state, not create new reactive primitives.`)}}function ee(t){if(!Jt.viewOuterInProgress){if(Jt.templateInProgress)throw new Error(`${t} cannot be called during template function execution. Move it to the component's outer function.`);if(Bt())throw new Error(`${t} cannot be called inside a memo() or effect(). Move it to the component's outer function.`);throw new Error(`${t} must be called inside a component's outer function. It cannot be used at module level or inside inner functions (e.g. event handlers, timers, or callbacks).`)}}const ne=new Set,se={name:"matesLogEvent",__isEvent___:!0,trigger(t){ne.forEach(e=>{try{e(t)}catch(t){}})},__subscribe:t=>(ne.add(t),()=>ne.delete(t))};function ie(t){try{return structuredClone(t)}catch(e){return t}}function oe(){if("undefined"==typeof window)return!0;const t=window.location.hostname;return"localhost"===t||"127.0.0.1"===t||"[::1]"===t||t.startsWith("192.168.")||t.startsWith("10.")||t.endsWith(".local")}function re(t){try{se.trigger(t)}catch(t){}}function ae(t,e){re({level:"error",message:t,data:void 0!==e?ie(e):void 0,ts:performance.now()}),oe()&&(void 0!==e?console.error(`[${e}]`,t):console.error(t))}function le(t,e,n,s){if("a"===n&&!s)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!s:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?s:"a"===n?s.call(t):s?s.value:e.get(t)}function ce(t,e,n,s,i){if("m"===s)throw new TypeError("Private method is not writable");if("a"===s&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===s?i.call(t,n):i?i.value=n:e.set(t,n),n}var he,ue,de;"function"==typeof SuppressedError&&SuppressedError;class fe{constructor(){he.set(this,new Set),ue.set(this,1)}subscribe(t){return le(this,he,"f").add(t),()=>le(this,he,"f").delete(t)}notify(){var t;ce(this,ue,(t=le(this,ue,"f"),++t),"f"),[...le(this,he,"f")].forEach(t=>{try{t?.()}catch(t){console.error(t)}})}getVersion(){return le(this,ue,"f")}get subscriberCount(){return le(this,he,"f").size}clear(){le(this,he,"f").clear()}}he=new WeakMap,ue=new WeakMap;class pe{constructor(){de.set(this,new Set)}subscribe(t){return te("subscribe"),le(this,de,"f").has(t)?()=>{}:(le(this,de,"f").add(t),()=>le(this,de,"f").delete(t))}trigger(t){le(this,de,"f").forEach(e=>{try{e(t)}catch(t){console.error("Error in event handler:",t)}})}get handlerCount(){return le(this,de,"f").size}clear(){le(this,de,"f").clear()}}de=new WeakMap;const me=Symbol.for("mates.hostStack");globalThis[me]||(globalThis[me]=[]);const ge=globalThis[me];function _e(t,e){ge.push(t);let n=null;try{n=e()}finally{ge.pop()}return n}function ye(t){const e=ge[ge.length-1];if(!e){if(!1!==t)throw new Error("getCurrentHost(): No active host context");return null}return e}const we=(t,e)=>{const n=ye(!1);n&&n.addToCleanUps(t,e)},ve=t=>{te("event");const e=t||Math.random().toString(36).substring(2,15),n=new pe;return{trigger:t=>{Lt(e,t),n.trigger(t)},__subscribe:t=>n.subscribe(t),name:e,__isEvent___:!0}},be=t=>{te("cleanupEvent");const e=t||Math.random().toString(36).substring(2,15),n=new Map,s=()=>{n.forEach(t=>{if(t)try{t()}catch(t){ae(t,"cleanupEvent cleanup")}})},i={trigger:t=>{!function(t,e){zt.logCleanupEventTrigger(t,e)}(e,t),n.forEach((e,s)=>{if(e)try{e()}catch(t){ae(t,"cleanupEvent cleanup")}try{const e=s(t);n.set(s,e)}catch(t){ae(t,"cleanupEvent handler"),n.set(s,void 0)}})},__subscribe:t=>(n.set(t,void 0),()=>{const e=n.get(t);if(e)try{e()}catch(t){ae(t,"cleanupEvent unsubscribe")}n.delete(t)}),cleanup:s,cleanupAndClearSubs:()=>{s(),n.clear()},get hasSubscribers(){return n.size>0},name:e,__isCleanupEvent___:!0,__isEvent___:!0};return i};let Se=!1;function xe(){return Se}function Ce(t){t.DOMReadyEvent?.cleanupAndClearSubs(),t.PaintEvent?.cleanupAndClearSubs(),t.cleanups.forEach(t=>t.forEach(t=>{try{t()}catch(t){console.error("Error during cleanup:",t)}})),t.cleanups.clear(),t.onEachUpdateCallbacks.clear(),t.scopes=new Map,t._templateFn=null,t._xviewRender=()=>{},t._hasMounted=!1,t._errorState=null,t._errorHandlers=[]}const Ee=new class{constructor(){this.pending=new Set,this.isScheduled=!1}scheduleDisconnect(t){this.pending.add(t),this.isScheduled||(this.isScheduled=!0,queueMicrotask(()=>this.flush()))}cancelDisconnect(t){this.pending.delete(t)}flush(){const t=Array.from(this.pending);this.pending.clear(),this.isScheduled=!1;for(const e of t)e?.isConnected||(Ce(e),e._view=null,e._props={},e.oldView=void 0)}reset(){this.pending.clear(),this.isScheduled=!1}},Ae=new class{constructor(){this.pendingEffects=new Set,this.isScheduled=!1,this._isFlushing=!1}get isFlushing(){return this._isFlushing}reset(){this.pendingEffects.clear(),this.isScheduled=!1,this._isFlushing=!1}schedule(t){this.pendingEffects.add(t),this.isScheduled||(this.isScheduled=!0,queueMicrotask(()=>this.flush()))}flush(){this._isFlushing=!0;let t=0;for(;this.pendingEffects.size>0;){if(t++>=500){this.pendingEffects.clear(),console.error("EffectScheduler: Maximum iteration limit (500) reached. This likely means an effect is infinitely updating its own dependency. Remaining effects have been dropped.");break}const e=Array.from(this.pendingEffects);this.pendingEffects.clear();for(const t of e)try{t()}catch(t){ae(t,"Effect")}}this._isFlushing=!1,this.isScheduled=!1,ke.flush()}},ke=new class{constructor(){this.pendingComponents=new Set,this.nextPendingComponents=new Set,this._currentWave=new Set,this.isScheduled=!1,this._isFlushing=!1,this._flushVersion=0,this._onIdleCallbacks=[]}get flushVersion(){return this._flushVersion}onceIdle(t){this._onIdleCallbacks.push(t),this._isFlushing||this.isScheduled||queueMicrotask(()=>this._drainIdleCallbacks())}_drainIdleCallbacks(){if(this._isFlushing||this.isScheduled)return;if(this.pendingComponents.size>0||this.nextPendingComponents.size>0)return;const t=this._onIdleCallbacks.splice(0);for(const e of t)try{e()}catch(t){console.error(t)}}reset(){this.pendingComponents.clear(),this.nextPendingComponents.clear(),this._currentWave.clear(),this._onIdleCallbacks.length=0,this.isScheduled=!1,this._isFlushing=!1}schedule(t){if(this._isFlushing){if(this._currentWave.has(t)&&t._renderVersion!==this._flushVersion)return;this.nextPendingComponents.add(t)}else this.pendingComponents.add(t);this.isScheduled||(this.isScheduled=!0,queueMicrotask(()=>{Ae.isScheduled||Ae.isFlushing||this.flush()}))}flush(){for(this.nextPendingComponents.size>0&&(this.nextPendingComponents.forEach(t=>this.pendingComponents.add(t)),this.nextPendingComponents.clear()),this._isFlushing=!0,this._flushVersion++;this.pendingComponents.size>0;){const t=Array.from(this.pendingComponents);this.pendingComponents.clear(),t.sort((t,e)=>t._depth-e._depth),this._currentWave=new Set(t);for(const e of t)if(e.isConnected)try{e._render()}catch(t){ae(t,"Component render")}this._currentWave.clear()}this._isFlushing=!1,this.isScheduled=!1,this.nextPendingComponents.size>0?(this.isScheduled=!0,queueMicrotask(()=>{Ae.isScheduled||Ae.isFlushing||this.flush()})):this._drainIdleCallbacks()}},Me=()=>{if(Jt.templateInProgress&&!Jt.setupInProgress)throw Error("Providers such as atoms, units, bubbles, getters, setters and actions can't be created inside the template function, you can create them in view function. Because template function gets called everytime the view updates.")},$e=()=>{},Te=t=>{Me(),t.__isOnMount__=!0;const e=ye();e.addToCleanUps(t,$e);if("AsyncFunction"===t.constructor.name&&xe())return e._asyncMountQueue=e._asyncMountQueue??[],void e._asyncMountQueue.push(t);let n=!1;e.DOMReadyEvent.__subscribe(()=>{if(n)return;n=!0;const s=t();if(s&&"object"==typeof s&&"function"==typeof s.then)return;const i=s;i&&e.addToCleanUps(t,i)})},Re=(t,e=!0)=>{if(e&&te("Setter"),Jt.setupInProgress&&e)throw new Error("Setter cannot be created inside setup function. Define setters as class properties before setup runs.");let n=t;const s=ye();e&&Me();const i=new Set;try{const t=(...t)=>{const e=n(...t);return[...i].forEach(t=>{try{Ae.schedule(()=>t?.())}catch(t){console.error(t)}}),s?.isConnected&&ke.schedule(s),e};return t.__subscribe=t=>(te("subscribe"),i.add(t),()=>i.delete(t)),t.__isSetter___=!0,t.set=t=>{n=t},Object.defineProperty(t,"__version__",{get:()=>0}),t}catch(t){throw new Error("You can only use setter or _ inside a scope or useState or view component's outer function")}},Oe=Re;function Ie(t,e=!0,n){if(Bt())return;const s=ye(e);if(s&&t&&!s.cleanups.has(t)){const e=n||t.__subscribe||t.subscribe,i=e?.(()=>{ke.schedule(s)});s.addToCleanUps(t,i)}}const Pe=(t,e)=>{t.__isOn__=!0,te("on");const n=new Set;let s;const i=()=>{if(s){try{s()}catch(t){console.error("Error in on() cleanup:",t)}s=void 0}const e=t();"function"==typeof e&&(s=e)},o=()=>Ae.schedule(i);e.forEach(t=>{n.add(t.__subscribe(o))});const r=()=>{if(n.forEach(t=>t()),s){try{s()}catch(t){console.error("Error in on() cleanup:",t)}s=void 0}};return we(t,r),r};function ze(t){return!!t&&("AsyncFunction"===t.constructor?.name||t instanceof Promise||"object"==typeof t&&null!==t&&"then"in t||"function"==typeof t.then)}function De(t){return"function"==typeof t?t():t}function Ne(t){return t.default||t}class Le extends HTMLElement{addScope(t,e){this.scopes.set(t,e)}onEachUpdate(t){this.onEachUpdateCallbacks.add(t)}constructor(){super(),this.name="Anonymous",this.scopes=new Map,this._useStates=[],this.lastVersion=-1,this._depth=0,this._parentComponent=null,this._renderVersion=0,this._errorHandlers=[],this._errorState=null,this.onEachUpdateCallbacks=new Set,this.DOMReadyEvent=null,this.PaintEvent=null,this._isViewLoading=!1,this._onRequestParentScope=t=>{const e=t,n=e.detail?.ScopeClass;if(n&&this.scopes.has(n)){const t=this.scopes.get(n);t&&(e.stopPropagation(),e.detail.resolve(t))}},this._props={},this._propsFn=()=>this._props,this._view=null,this._templateFn=null,this._hasMounted=!1,this._renderScheduled=!1,this.componentId=Math.random(),this.cleanups=new Map,this._xviewRender=()=>{};const t=Jt.templateInProgress;Jt.templateInProgress=!1,_e(this,()=>{this.DOMReadyEvent=be("DOMReady"),this.PaintEvent=be("Paint")}),Jt.templateInProgress=t}set props(t){this._props=t,ke.schedule(this)}get props(){return this._props}_applyViewChange(t,e){this.oldView!==t&&(this.oldView=t,e(t),(this._hasMounted||this._errorState)&&Ce(this))}set view(t){if(null!==t){if(ze(t))return this._isViewLoading=!0,void De(t).then(t=>{this._isViewLoading=!1,this.view=Ne(t)},t=>{this._isViewLoading=!1,this._handleRenderError(t)});"function"==typeof t&&(this.name=t.name||"Anonymous"),this._applyViewChange(t,()=>{this._view=t}),ke.schedule(this)}}get view(){return this._view}callOnEachUpdate(){this.onEachUpdateCallbacks.forEach(t=>t())}connectedCallback(){this.addEventListener("request-parent-scope",this._onRequestParentScope);let t=0,e=null,n=this.parentElement;for(;n;){if(n instanceof Le){e=n,t=n._depth+1;break}n=n.parentElement}this._depth=t,this._parentComponent=e,Ee.cancelDisconnect(this),this._hasMounted&&(Ut()&&!this._view?.skipDevToolsRender&&Dt(this,this._view),ke.schedule(this))}disconnectedCallback(){var t,e,n;this.removeEventListener("request-parent-scope",this._onRequestParentScope),Ut()&&(this._view?.__devtools__||this._view?.skipDevToolsRender||(n=Nt(this),zt.logComponentUnmount(n)),this._view?.skipDevToolsRender||(t=this,e=this._view,zt.unregisterComponent(t,e))),Ee.scheduleDisconnect(this)}addToCleanUps(t,e){const n=this.cleanups.get(t);n?n.push(e):this.cleanups.set(t,[e])}_render(){var t,e,n;if(!(this._errorState&&!this._view?.__isErrorView__||this._isViewLoading||this._renderScheduled)&&this._view)if(this._renderVersion=ke.flushVersion,this._hasMounted){if(this._xviewRender){this.callOnEachUpdate();let s=0;if(Ut()){const i=this._view?.__devtools__,o=this._view?.skipDevToolsRender,r=performance.now();this._xviewRender(),s=performance.now()-r,i||o||(jt(Nt(this),this.componentId,s),e=Nt(this),n=s,zt.logComponentRender(e,n)),o||(t=this,zt.notifyRender(t))}else this._xviewRender()}}else this._mountComponent()}_mountComponent(){const t=this._view;U(b``,this),Jt.viewOuterInProgress=!0;try{this._templateFn=_e(this,()=>t(this._propsFn))}catch(t){return Jt.viewOuterInProgress=!1,void this._handleRenderError(t)}if(Jt.viewOuterInProgress=!1,"function"==typeof this._templateFn){if(this._xviewRender=()=>{Jt.templateInProgress=!0;try{if(!this._templateFn)return;_e(this,()=>{const t=this._templateFn(this._propsFn);U(t,this)}),this.DOMReadyEvent?.trigger(),this.PaintEvent?.hasSubscribers&&requestAnimationFrame(()=>{requestAnimationFrame(()=>{this.isConnected&&this.PaintEvent?.trigger()})})}catch(t){this._handleRenderError(t)}finally{Jt.templateInProgress=!1}},this.callOnEachUpdate(),Ut()){const e=t?.__devtools__,n=t?.skipDevToolsRender,s=performance.now();this._xviewRender();const i=performance.now()-s;e||n||jt(t?.name||"Anonymous",this.componentId,i)}else this._xviewRender();this._view===t&&(this._hasMounted=!0,Ut()&&(t?.skipDevToolsRender||Dt(this,t),t?.__devtools__||t?.skipDevToolsRender||(e=t?.name||"Anonymous",zt.logComponentMount(e))))}else this._handleRenderError(new Error("inner function must be a template function that returns html result"));var e}_handleRenderError(t){this._errorState=t;for(const e of this._errorHandlers)try{e(t)}catch(t){}if(ae(t,`Component "${this.name}"`),this._view?.__isErrorView__)return;const e=this.name,n=t instanceof Error?t.message:String(t),s=t instanceof Error&&t.stack?t.stack.split("\n").slice(1).map(t=>t.trim()).filter(Boolean).join("\n"):null,i=()=>()=>b`
74
+ */const zt=()=>{},Dt={registerComponent:zt,unregisterComponent:zt,notifyRender:zt,getComponentName:()=>"Anonymous",logComponentMount:zt,logComponentRender:zt,logComponentUnmount:zt,logAtomSet:zt,logAtomUpdate:zt,logEventTrigger:zt,logCleanupEventTrigger:zt,logFetchRequest:zt,logFetchResponse:zt,logFetchError:zt,recordRender:zt};function Nt(t,e){Dt.registerComponent(t,e)}function Lt(t){return Dt.getComponentName(t)}function jt(t,e){Dt.logEventTrigger(t,e)}function Ut(t,e,n){Dt.recordRender(t,e,n)}function Ft(){return Dt.registerComponent!==zt}const Vt=Symbol.for("mates.readTracking");globalThis[Vt]||(globalThis[Vt]={enableReadTracking:!1,storesBeingRead:new Set,effectRunning:!1});const Wt=globalThis[Vt];function Bt(){return Wt.enableReadTracking}function Ht(){return Wt.effectRunning}function Yt(t){Wt.storesBeingRead.add(t)}function qt(){Wt.effectRunning=!0}function Xt(){Wt.effectRunning=!1}function Zt(){const t={prevEnabled:Wt.enableReadTracking,prevStores:Wt.storesBeingRead};return Wt.enableReadTracking=!0,Wt.storesBeingRead=new Set,t}function Gt(t){const e=Wt.storesBeingRead;return Wt.enableReadTracking=t.prevEnabled,Wt.storesBeingRead=t.prevStores,e}const Kt=Zt,Qt=Gt,Jt=Symbol.for("mates.componentRunningStatus");globalThis[Jt]||(globalThis[Jt]={setupInProgress:!1,templateInProgress:!1,viewOuterInProgress:!1,isHookRunning:!1});const te=globalThis[Jt];function ee(t){if(!te.isHookRunning){if(te.templateInProgress)throw new Error(`${t} cannot be created during template function execution. Only scopes (useScope) are allowed in templates.`);if(Ht())throw new Error(`${t} cannot be created inside a memo() or effect(). They should only read state, not create new reactive primitives.`)}}function ne(t){if(!te.viewOuterInProgress){if(te.templateInProgress)throw new Error(`${t} cannot be called during template function execution. Move it to the component's outer function.`);if(Ht())throw new Error(`${t} cannot be called inside a memo() or effect(). Move it to the component's outer function.`);throw new Error(`${t} must be called inside a component's outer function. It cannot be used at module level or inside inner functions (e.g. event handlers, timers, or callbacks).`)}}const se=new Set,ie={name:"matesLogEvent",__isEvent___:!0,trigger(t){se.forEach(e=>{try{e(t)}catch(t){}})},__subscribe:t=>(se.add(t),()=>se.delete(t))};function oe(t){try{return structuredClone(t)}catch(e){return t}}function re(){if("undefined"==typeof window)return!0;const t=window.location.hostname;return"localhost"===t||"127.0.0.1"===t||"[::1]"===t||t.startsWith("192.168.")||t.startsWith("10.")||t.endsWith(".local")}function ae(t){try{ie.trigger(t)}catch(t){}}function le(t,e){ae({level:"error",message:t,data:void 0!==e?oe(e):void 0,ts:performance.now()}),re()&&(void 0!==e?console.error(`[${e}]`,t):console.error(t))}function ce(t,e,n,s){if("a"===n&&!s)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!s:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?s:"a"===n?s.call(t):s?s.value:e.get(t)}function he(t,e,n,s,i){if("m"===s)throw new TypeError("Private method is not writable");if("a"===s&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===s?i.call(t,n):i?i.value=n:e.set(t,n),n}var ue,de,fe;"function"==typeof SuppressedError&&SuppressedError;class pe{constructor(){ue.set(this,new Set),de.set(this,1)}subscribe(t){return ce(this,ue,"f").add(t),()=>ce(this,ue,"f").delete(t)}notify(){var t;he(this,de,(t=ce(this,de,"f"),++t),"f"),[...ce(this,ue,"f")].forEach(t=>{try{t?.()}catch(t){console.error(t)}})}getVersion(){return ce(this,de,"f")}get subscriberCount(){return ce(this,ue,"f").size}clear(){ce(this,ue,"f").clear()}}ue=new WeakMap,de=new WeakMap;class me{constructor(){fe.set(this,new Set)}subscribe(t){return ee("subscribe"),ce(this,fe,"f").has(t)?()=>{}:(ce(this,fe,"f").add(t),()=>ce(this,fe,"f").delete(t))}trigger(t){ce(this,fe,"f").forEach(e=>{try{e(t)}catch(t){console.error("Error in event handler:",t)}})}get handlerCount(){return ce(this,fe,"f").size}clear(){ce(this,fe,"f").clear()}}fe=new WeakMap;const _e=Symbol.for("mates.hostStack");globalThis[_e]||(globalThis[_e]=[]);const ge=globalThis[_e];function ye(t,e){ge.push(t);let n=null;try{n=e()}finally{ge.pop()}return n}function we(t){const e=ge[ge.length-1];if(!e){if(!1!==t)throw new Error("getCurrentHost(): No active host context");return null}return e}const ve=(t,e)=>{const n=we(!1);n&&n.addToCleanUps(t,e)},be=t=>{ee("event");const e=t||Math.random().toString(36).substring(2,15),n=new me;return{trigger:t=>{jt(e,t),n.trigger(t)},__subscribe:t=>n.subscribe(t),name:e,__isEvent___:!0}},Se=t=>{ee("cleanupEvent");const e=t||Math.random().toString(36).substring(2,15),n=new Map,s=()=>{n.forEach(t=>{if(t)try{t()}catch(t){le(t,"cleanupEvent cleanup")}})},i={trigger:t=>{!function(t,e){Dt.logCleanupEventTrigger(t,e)}(e,t),n.forEach((e,s)=>{if(e)try{e()}catch(t){le(t,"cleanupEvent cleanup")}try{const e=s(t);n.set(s,e)}catch(t){le(t,"cleanupEvent handler"),n.set(s,void 0)}})},__subscribe:t=>(n.set(t,void 0),()=>{const e=n.get(t);if(e)try{e()}catch(t){le(t,"cleanupEvent unsubscribe")}n.delete(t)}),cleanup:s,cleanupAndClearSubs:()=>{s(),n.clear()},get hasSubscribers(){return n.size>0},name:e,__isCleanupEvent___:!0,__isEvent___:!0};return i};let xe=!1;function Ce(){return xe}let Ee=0,Ae=null,ke=null;function Me(){xe&&(Ee++,null!==ke&&(clearTimeout(ke),ke=null))}function Re(){xe&&(Ee=Math.max(0,Ee-1),function(){if(Ee>0)return;if(!Ae)return;if(null!==ke)return;ke=setTimeout(()=>{if(ke=null,0===Ee&&Ae){const t=Ae;Ae=null,t()}},5)}())}function Te(){return"undefined"==typeof document?require("url").pathToFileURL(__filename).href:t&&"SCRIPT"===t.tagName.toUpperCase()&&t.src||new URL("index.js",document.baseURI).href,"undefined"==typeof process||!process.env||"production"!==process.env.NODE_ENV}function $e(t){t.DOMReadyEvent?.cleanupAndClearSubs(),t.PaintEvent?.cleanupAndClearSubs(),t.cleanups.forEach(t=>t.forEach(t=>{try{t()}catch(t){console.error("Error during cleanup:",t)}})),t.cleanups.clear(),t.onEachUpdateCallbacks.clear(),t.scopes=new Map,t._templateFn=null,t._xviewRender=()=>{},t._hasMounted=!1,t._errorState=null,t._errorHandlers=[]}const Oe=new class{constructor(){this.pending=new Set,this.isScheduled=!1}scheduleDisconnect(t){this.pending.add(t),this.isScheduled||(this.isScheduled=!0,queueMicrotask(()=>this.flush()))}cancelDisconnect(t){this.pending.delete(t)}flush(){const t=Array.from(this.pending);this.pending.clear(),this.isScheduled=!1;for(const e of t)e?.isConnected||($e(e),e._view=null,e._props={},e.oldView=void 0)}reset(){this.pending.clear(),this.isScheduled=!1}},Ie=new class{constructor(){this.pendingEffects=new Set,this.isScheduled=!1,this._isFlushing=!1}get isFlushing(){return this._isFlushing}reset(){this.pendingEffects.clear(),this.isScheduled=!1,this._isFlushing=!1}schedule(t){this.pendingEffects.add(t),this.isScheduled||(this.isScheduled=!0,queueMicrotask(()=>this.flush()))}flush(){this._isFlushing=!0;let t=0;for(;this.pendingEffects.size>0;){if(t++>=500){this.pendingEffects.clear(),console.error("EffectScheduler: Maximum iteration limit (500) reached. This likely means an effect is infinitely updating its own dependency. Remaining effects have been dropped.");break}const e=Array.from(this.pendingEffects);this.pendingEffects.clear();for(const t of e)try{t()}catch(t){le(t,"Effect")}}this._isFlushing=!1,this.isScheduled=!1,Pe.flush()}},Pe=new class{constructor(){this.pendingComponents=new Set,this.nextPendingComponents=new Set,this._currentWave=new Set,this.isScheduled=!1,this._isFlushing=!1,this._flushVersion=0,this._onIdleCallbacks=[]}get flushVersion(){return this._flushVersion}onceIdle(t){this._onIdleCallbacks.push(t),this._isFlushing||this.isScheduled||queueMicrotask(()=>this._drainIdleCallbacks())}_drainIdleCallbacks(){if(this._isFlushing||this.isScheduled)return;if(this.pendingComponents.size>0||this.nextPendingComponents.size>0)return;const t=this._onIdleCallbacks.splice(0);for(const e of t)try{e()}catch(t){console.error(t)}}reset(){this.pendingComponents.clear(),this.nextPendingComponents.clear(),this._currentWave.clear(),this._onIdleCallbacks.length=0,this.isScheduled=!1,this._isFlushing=!1}schedule(t){if(this._isFlushing){if(this._currentWave.has(t)&&t._renderVersion!==this._flushVersion)return;this.nextPendingComponents.add(t)}else this.pendingComponents.add(t);this.isScheduled||(this.isScheduled=!0,queueMicrotask(()=>{Ie.isScheduled||Ie.isFlushing||this.flush()}))}flush(){for(this.nextPendingComponents.size>0&&(this.nextPendingComponents.forEach(t=>this.pendingComponents.add(t)),this.nextPendingComponents.clear()),this._isFlushing=!0,this._flushVersion++;this.pendingComponents.size>0;){const t=Array.from(this.pendingComponents);this.pendingComponents.clear(),t.sort((t,e)=>t._depth-e._depth),this._currentWave=new Set(t);for(const e of t)if(e.isConnected)try{e._render()}catch(t){le(t,"Component render")}this._currentWave.clear()}this._isFlushing=!1,this.isScheduled=!1,this.nextPendingComponents.size>0?(this.isScheduled=!0,queueMicrotask(()=>{Ie.isScheduled||Ie.isFlushing||this.flush()})):this._drainIdleCallbacks()}},ze=()=>{if(te.templateInProgress&&!te.setupInProgress)throw Error("Providers such as atoms, units, bubbles, getters, setters and actions can't be created inside the template function, you can create them in view function. Because template function gets called everytime the view updates.")},De=()=>{},Ne=t=>{ze(),t.__isOnMount__=!0;const e=we();e.addToCleanUps(t,De);if("AsyncFunction"===t.constructor.name&&Ce())return e._asyncMountQueue=e._asyncMountQueue??[],void e._asyncMountQueue.push(t);let n=!1;e.DOMReadyEvent.__subscribe(()=>{if(n)return;n=!0;const s=t();if(s&&"object"==typeof s&&"function"==typeof s.then)return;const i=s;i&&e.addToCleanUps(t,i)})},Le=(t,e=!0)=>{if(e&&ee("Setter"),te.setupInProgress&&e)throw new Error("Setter cannot be created inside setup function. Define setters as class properties before setup runs.");let n=t;const s=we();e&&ze();const i=new Set;try{const t=(...t)=>{const e=n(...t);return[...i].forEach(t=>{try{Ie.schedule(()=>t?.())}catch(t){console.error(t)}}),s?.isConnected&&Pe.schedule(s),e};return t.__subscribe=t=>(ee("subscribe"),i.add(t),()=>i.delete(t)),t.__isSetter___=!0,t.set=t=>{n=t},Object.defineProperty(t,"__version__",{get:()=>0}),t}catch(t){throw new Error("You can only use setter or _ inside a scope or useState or view component's outer function")}},je=Le;function Ue(t,e=!0,n){if(Ht())return;const s=we(e);if(s&&t&&!s.cleanups.has(t)){const e=n||t.__subscribe||t.subscribe,i=e?.(()=>{Pe.schedule(s)});s.addToCleanUps(t,i)}}const Fe=(t,e)=>{t.__isOn__=!0,ee("on");const n=new Set;let s;const i=()=>{if(s){try{s()}catch(t){console.error("Error in on() cleanup:",t)}s=void 0}const e=t();"function"==typeof e&&(s=e)},o=()=>Ie.schedule(i);e.forEach(t=>{n.add(t.__subscribe(o))});const r=()=>{if(n.forEach(t=>t()),s){try{s()}catch(t){console.error("Error in on() cleanup:",t)}s=void 0}};return ve(t,r),r};function Ve(){return Te()&&"undefined"!=typeof window&&!!window.__mates_hmr}function We(t){return!!t&&("AsyncFunction"===t.constructor?.name||t instanceof Promise||"object"==typeof t&&null!==t&&"then"in t||"function"==typeof t.then)}function Be(t){return"function"==typeof t?t():t}function He(t){return t.default||t}class Ye extends HTMLElement{addScope(t,e){this.scopes.set(t,e)}onEachUpdate(t){this.onEachUpdateCallbacks.add(t)}constructor(){super(),this.name="Anonymous",this.scopes=new Map,this._useStates=[],this.lastVersion=-1,this._depth=0,this._parentComponent=null,this._renderVersion=0,this._errorHandlers=[],this._errorState=null,this.onEachUpdateCallbacks=new Set,this.DOMReadyEvent=null,this.PaintEvent=null,this._isViewLoading=!1,this._onRequestParentScope=t=>{const e=t,n=e.detail?.ScopeClass;if(n&&this.scopes.has(n)){const t=this.scopes.get(n);t&&(e.stopPropagation(),e.detail.resolve(t))}},this._props={},this._propsFn=()=>this._props,this._view=null,this._templateFn=null,this._hasMounted=!1,this._renderScheduled=!1,this.componentId=Math.random(),this.cleanups=new Map,this._xviewRender=()=>{};const t=te.templateInProgress;te.templateInProgress=!1,ye(this,()=>{this.DOMReadyEvent=Se("DOMReady"),this.PaintEvent=Se("Paint")}),te.templateInProgress=t}set props(t){this._props=t,Pe.schedule(this)}get props(){return this._props}_applyViewChange(t,e){this.oldView!==t&&(this.oldView=t,e(t),(this._hasMounted||this._errorState)&&$e(this))}set view(t){if(null!==t){if(We(t))return this._isViewLoading=!0,void Be(t).then(t=>{this._isViewLoading=!1,this.view=He(t)},t=>{this._isViewLoading=!1,this._handleRenderError(t)});"function"==typeof t&&(this.name=t.name||"Anonymous"),this._applyViewChange(t,()=>{this._view=t}),Pe.schedule(this)}}get view(){return this._view}callOnEachUpdate(){this.onEachUpdateCallbacks.forEach(t=>t())}connectedCallback(){this.addEventListener("request-parent-scope",this._onRequestParentScope);let t=0,e=null,n=this.parentElement;for(;n;){if(n instanceof Ye){e=n,t=n._depth+1;break}n=n.parentElement}this._depth=t,this._parentComponent=e,Oe.cancelDisconnect(this),this._hasMounted&&(Ft()&&!this._view?.skipDevToolsRender&&Nt(this,this._view),Pe.schedule(this))}disconnectedCallback(){var t,e,n;this.removeEventListener("request-parent-scope",this._onRequestParentScope),Ft()&&(this._view?.__devtools__||this._view?.skipDevToolsRender||(n=Lt(this),Dt.logComponentUnmount(n)),this._view?.skipDevToolsRender||(t=this,e=this._view,Dt.unregisterComponent(t,e))),Oe.scheduleDisconnect(this)}addToCleanUps(t,e){const n=this.cleanups.get(t);n?n.push(e):this.cleanups.set(t,[e])}_render(){var t,e,n;if(!(this._errorState&&!this._view?.__isErrorView__||this._isViewLoading||this._renderScheduled)&&this._view)if(this._renderVersion=Pe.flushVersion,this._hasMounted){if(this._xviewRender){this.callOnEachUpdate();let s=0;if(Ft()){const i=this._view?.__devtools__,o=this._view?.skipDevToolsRender,r=performance.now();this._xviewRender(),s=performance.now()-r,i||o||(Ut(Lt(this),this.componentId,s),e=Lt(this),n=s,Dt.logComponentRender(e,n)),o||(t=this,Dt.notifyRender(t))}else this._xviewRender()}}else this._mountComponent()}_mountComponent(){const t=this._view,e=function(t){if(!Ve())return t;const e=t?.__mates_hmr_id;if(!e)return t;const n=window.__mates_hmr?.components;return n?.[e]??t}(t);F(S``,this),te.viewOuterInProgress=!0;try{this._templateFn=ye(this,()=>e(this._propsFn))}catch(t){return te.viewOuterInProgress=!1,void this._handleRenderError(t)}if(te.viewOuterInProgress=!1,"function"==typeof this._templateFn){if(this._xviewRender=()=>{te.templateInProgress=!0;try{if(!this._templateFn)return;ye(this,()=>{const t=this._templateFn(this._propsFn);F(t,this)}),this.DOMReadyEvent?.trigger(),this.PaintEvent?.hasSubscribers&&requestAnimationFrame(()=>{requestAnimationFrame(()=>{this.isConnected&&this.PaintEvent?.trigger()})})}catch(t){this._handleRenderError(t)}finally{te.templateInProgress=!1}},this.callOnEachUpdate(),Ft()){const t=e?.__devtools__,n=e?.skipDevToolsRender,s=performance.now();this._xviewRender();const i=performance.now()-s;t||n||Ut(e?.name||"Anonymous",this.componentId,i)}else this._xviewRender();this._view===t&&(this._hasMounted=!0,Ft()&&(e?.skipDevToolsRender||Nt(this,e),e?.__devtools__||e?.skipDevToolsRender||(n=e?.name||"Anonymous",Dt.logComponentMount(n))))}else this._handleRenderError(new Error("inner function must be a template function that returns html result"));var n}_hotRefresh(){$e(this),Pe.schedule(this)}_handleRenderError(t){this._errorState=t;for(const e of this._errorHandlers)try{e(t)}catch(t){}if(le(t,`Component "${this.name}"`),this._view?.__isErrorView__)return;const e=this.name,n=t instanceof Error?t.message:String(t),s=t instanceof Error&&t.stack?t.stack.split("\n").slice(1).map(t=>t.trim()).filter(Boolean).join("\n"):null,i=()=>()=>S`
75
75
  <div
76
76
  style="padding:14px 16px;margin:4px;border:2px solid #e74c3c;border-radius:6px;background:#fdf0ef;color:#c0392b;font-family:monospace;font-size:13px;line-height:1.5"
77
77
  >
@@ -83,7 +83,7 @@ class $t extends q{constructor(t){if(super(t),this.it=C,t.type!==V)throw Error(t
83
83
  >
84
84
  ${n}
85
85
  </div>
86
- ${s?b`<details>
86
+ ${s?S`<details>
87
87
  <summary
88
88
  style="cursor:pointer;opacity:0.75;font-size:11px;margin-bottom:4px"
89
89
  >
@@ -96,88 +96,85 @@ ${s}</pre
96
96
  >
97
97
  </details>`:null}
98
98
  </div>
99
- `;i.__isErrorView__=!0,i.skipDevToolsRender=!0,this.view=i,this.name=e,this._errorState=t}}customElements.get("x-view")||customElements.define("x-view",Le);class je extends HTMLElement{constructor(){super(...arguments),this._onRequestContext=t=>{const e=t,n=e.detail?.context.id;n&&null!=this.id&&n===this.id&&(e.stopPropagation(),e.detail.resolve(this._value))}}connectedCallback(){this.addEventListener("request-context",this._onRequestContext)}set context(t){this.id=t.id}disconnectedCallback(){this.removeEventListener("request-context",this._onRequestContext)}set value(t){this._value=t}get value(){return this._value}}function Ue(t){let e=-1===t.indexOf("\0")?t:t.replace(/\0/g,"");const n=function(t){const e=t.indexOf("{"),n=t.indexOf("}");return-1===e&&-1===n?-1:-1===e?n:-1===n?e:Math.min(e,n)}(e);return-1!==n&&(e=e.slice(0,n)),/url\s*\(/i.test(e)&&(e=e.replace(/\burl\s*\(\s*(['"]?)\s*(?:javascript:|vbscript:|data:text\/html[,;])/gi,"url($1")),e}function Fe(t){return t.length>0&&/^[a-zA-Z-]+$/.test(t)}customElements.get("x-provider")||customElements.define("x-provider",je);let Ve=0;function We(){return`_m${(Ve++).toString(36)}`}const Be=Object.create(null),He={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"};function Ye(t){const e=Be[t];if(void 0!==e)return e;const n=t.startsWith("--")?t:t.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`);return Be[t]=n,n}function qe(t,e,n){if(!n)return`.${t} {\n${e}}`;if(n.startsWith("&")){return`.${t}${n.slice(1)} {\n${e}}`}return`${n} {\n .${t} {\n${e.replace(/^ {2}/gm," ")} }\n}`}function Xe(t){return t.startsWith("&")||t.startsWith("@media")?t:Object.prototype.hasOwnProperty.call(He,t)?`@media (min-width: ${He[t]})`:null}function Ge(t,e,n){const s=Object.create(null);for(const i in t){const o=t[i];let r="",a=null;for(const t in o){const e=o[t];if(null!=e){if("object"==typeof e&&!Array.isArray(e)){const n=Xe(t);if(null===n)throw new Error(`[css-in-js] Unknown nested key "${t}" in block "${i}". Use "&:pseudo", "@media (...)", or a configured breakpoint key.`);let s="";const o=e;for(const t in o){const e=o[t];null!=e&&(Fe(t)?s+=` ${Ye(t)}: ${Ue(String(e))};\n`:console.warn(`[css-in-js] invalid property name skipped: "${t}"`))}s.length>0&&(null===a&&(a=[]),a.push([s,n]));continue}Fe(t)?r+=` ${Ye(t)}: ${Ue(String(e))};\n`:console.warn(`[css-in-js] invalid property name skipped: "${t}"`)}}if(0===r.length&&null===a){s[i]="";continue}const l=n?.literal?i:`${i}${We()}`;if(r.length>0&&e.push(qe(l,r,"")),null!==a)for(let t=0;t<a.length;t++)e.push(qe(l,a[t][0],a[t][1]));s[i]=l}return s}function Ze(t){return Object.freeze(t)}var Ke,Qe,Je,tn,en,nn,sn,on;function rn(t){if(Jt.templateInProgress)throw new Error(`[css-in-js] ${t}() must be called at module level, not inside a template function.`);if(Jt.viewOuterInProgress)throw new Error(`[css-in-js] ${t}() must be called at module level, not inside a component outer function. Move it outside the component function.`);if(Jt.setupInProgress)throw new Error(`[css-in-js] ${t}() must be called at module level, not inside a setup function.`)}let an=0;function ln(t){return`${t}_kf${(an++).toString(36)}`}function cn(t,e){let n="";for(const t in e){const s=e[t];let i="";for(const t in s){const e=s[t];if(null==e)continue;const n=t.startsWith("--")?t:t.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`);i+=` ${n}: ${String(e)};\n`}i&&(n+=` ${t} {\n${i} }\n`)}return`@keyframes ${t} {\n${n}}`}const hn=new Set;class un{constructor(){Ke.add(this),Qe.set(this,""),Je.set(this,0),tn.set(this,null),en.set(this,[]),hn.add(this)}keyframes(t,e){const n=ln(t);return this.appendRules(cn(n,e)),n}appendRules(t){""!==t&&(le(this,en,"f").push(t),le(this,Je,"f")>0&&le(this,Ke,"m",nn).call(this))}mount(){var t;ce(this,Je,(t=le(this,Je,"f"),++t),"f"),1===le(this,Je,"f")&&(le(this,Ke,"m",nn).call(this),le(this,tn,"f")||le(this,Ke,"m",sn).call(this))}unmount(){var t;le(this,Je,"f")<=0||(ce(this,Je,(t=le(this,Je,"f"),--t),"f"),0===le(this,Je,"f")&&le(this,Ke,"m",on).call(this))}get refCount(){return le(this,Je,"f")}get cssText(){return le(this,Qe,"f")}get isMounted(){return le(this,Je,"f")>0}get sheet(){return le(this,tn,"f")}getAllCSS(){const t=[];return le(this,Qe,"f")&&t.push(le(this,Qe,"f")),le(this,en,"f").length>0&&t.push(le(this,en,"f").join("\n")),t.join("\n")}}Qe=new WeakMap,Je=new WeakMap,tn=new WeakMap,en=new WeakMap,Ke=new WeakSet,nn=function(){if(0===le(this,en,"f").length)return;const t=le(this,en,"f").join("\n");ce(this,en,[],"f"),ce(this,Qe,le(this,Qe,"f")+(le(this,Qe,"f")?"\n":"")+t,"f"),le(this,Ke,"m",sn).call(this)},sn=function(){le(this,tn,"f")||(ce(this,tn,new CSSStyleSheet,"f"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,le(this,tn,"f")]),le(this,tn,"f").replaceSync(le(this,Qe,"f"))},on=function(){le(this,tn,"f")&&(document.adoptedStyleSheets=document.adoptedStyleSheets.filter(t=>t!==le(this,tn,"f")),ce(this,tn,null,"f")),le(this,Qe,"f")&&(le(this,en,"f").unshift(le(this,Qe,"f")),ce(this,Qe,"","f"))};let dn=null,fn=!1;function pn(){return dn||(dn=new un),dn}function mn(){dn||(dn=new un),fn||(fn=!0,queueMicrotask(()=>{fn=!1,dn.mount()}))}function gn(t,e){rn("globalCSS"),mn();const n=[],s=Ge(t,n,e);return n.length>0&&dn.appendRules(n.join("\n")),Ze(s)}function _n(t){rn("globalRawCSS"),mn(),dn.appendRules(t)}let yn=!1;function wn(){yn||(yn=!0,_n('\n[class*="mates-"] {\n --mates-duration : 300ms;\n --mates-easing : ease;\n --mates-distance : 24px;\n animation-duration : var(--mates-duration);\n animation-timing-function : var(--mates-easing);\n animation-fill-mode : both;\n}\n'),_n("\n@keyframes mates-kf-fade-in { from { opacity: 0 } to { opacity: 1 } }\n@keyframes mates-kf-fade-out { from { opacity: 1 } to { opacity: 0 } }\n\n@keyframes mates-kf-slide-in-up {\n from { opacity: 0; transform: translateY(var(--mates-distance)) }\n to { opacity: 1; transform: translateY(0) }\n}\n@keyframes mates-kf-slide-out-up {\n from { opacity: 1; transform: translateY(0) }\n to { opacity: 0; transform: translateY(calc(-1 * var(--mates-distance))) }\n}\n@keyframes mates-kf-slide-in-down {\n from { opacity: 0; transform: translateY(calc(-1 * var(--mates-distance))) }\n to { opacity: 1; transform: translateY(0) }\n}\n@keyframes mates-kf-slide-out-down {\n from { opacity: 1; transform: translateY(0) }\n to { opacity: 0; transform: translateY(var(--mates-distance)) }\n}\n@keyframes mates-kf-slide-in-left {\n from { opacity: 0; transform: translateX(var(--mates-distance)) }\n to { opacity: 1; transform: translateX(0) }\n}\n@keyframes mates-kf-slide-out-left {\n from { opacity: 1; transform: translateX(0) }\n to { opacity: 0; transform: translateX(calc(-1 * var(--mates-distance))) }\n}\n@keyframes mates-kf-slide-in-right {\n from { opacity: 0; transform: translateX(calc(-1 * var(--mates-distance))) }\n to { opacity: 1; transform: translateX(0) }\n}\n@keyframes mates-kf-slide-out-right {\n from { opacity: 1; transform: translateX(0) }\n to { opacity: 0; transform: translateX(var(--mates-distance)) }\n}\n\n@keyframes mates-kf-scale-in {\n from { opacity: 0; transform: scale(0.92) }\n to { opacity: 1; transform: scale(1) }\n}\n@keyframes mates-kf-scale-out {\n from { opacity: 1; transform: scale(1) }\n to { opacity: 0; transform: scale(0.92) }\n}\n\n@keyframes mates-kf-spring-in {\n from { opacity: 0; transform: scale(0.92) }\n to { opacity: 1; transform: scale(1) }\n}\n\n@keyframes mates-kf-flip-in-x {\n from { opacity: 0; transform: rotateX(90deg) }\n to { opacity: 1; transform: rotateX(0deg) }\n}\n@keyframes mates-kf-flip-in-y {\n from { opacity: 0; transform: rotateY(90deg) }\n to { opacity: 1; transform: rotateY(0deg) }\n}\n\n@keyframes mates-kf-blur-in {\n from { opacity: 0; filter: blur(10px) }\n to { opacity: 1; filter: blur(0) }\n}\n@keyframes mates-kf-blur-out {\n from { opacity: 1; filter: blur(0) }\n to { opacity: 0; filter: blur(10px) }\n}\n\n@keyframes mates-kf-shake {\n 0%, 100% { transform: translateX(0) }\n 15% { transform: translateX(calc(-1 * var(--mates-distance))) }\n 30% { transform: translateX(calc( 1 * var(--mates-distance))) }\n 45% { transform: translateX(calc(-0.6 * var(--mates-distance))) }\n 60% { transform: translateX(calc( 0.6 * var(--mates-distance))) }\n 75% { transform: translateX(calc(-0.3 * var(--mates-distance))) }\n 90% { transform: translateX(calc( 0.3 * var(--mates-distance))) }\n}\n\n@keyframes mates-kf-pulse {\n 0%, 100% { transform: scale(1) }\n 50% { transform: scale(1.08) }\n}\n\n@keyframes mates-kf-bounce {\n 0% { transform: translateY(0) }\n 20% { transform: translateY(calc(-0.40 * var(--mates-distance))) }\n 40% { transform: translateY(0) }\n 60% { transform: translateY(calc(-0.20 * var(--mates-distance))) }\n 80% { transform: translateY(0) }\n 90% { transform: translateY(calc(-0.08 * var(--mates-distance))) }\n 100% { transform: translateY(0) }\n}\n\n@keyframes mates-kf-spin {\n from { transform: rotate(0deg) }\n to { transform: rotate(360deg) }\n}\n"),gn({"mates-fade-in":{animationName:"mates-kf-fade-in"},"mates-fade-out":{animationName:"mates-kf-fade-out"},"mates-slide-in-up":{animationName:"mates-kf-slide-in-up"},"mates-slide-out-up":{animationName:"mates-kf-slide-out-up"},"mates-slide-in-down":{animationName:"mates-kf-slide-in-down"},"mates-slide-out-down":{animationName:"mates-kf-slide-out-down"},"mates-slide-in-left":{animationName:"mates-kf-slide-in-left"},"mates-slide-out-left":{animationName:"mates-kf-slide-out-left"},"mates-slide-in-right":{animationName:"mates-kf-slide-in-right"},"mates-slide-out-right":{animationName:"mates-kf-slide-out-right"},"mates-scale-in":{animationName:"mates-kf-scale-in"},"mates-scale-out":{animationName:"mates-kf-scale-out"},"mates-spring-in":{animationName:"mates-kf-spring-in","--mates-easing":"cubic-bezier(0.34, 1.56, 0.64, 1)"},"mates-flip-in-x":{animationName:"mates-kf-flip-in-x"},"mates-flip-in-y":{animationName:"mates-kf-flip-in-y"},"mates-blur-in":{animationName:"mates-kf-blur-in"},"mates-blur-out":{animationName:"mates-kf-blur-out"},"mates-shake":{animationName:"mates-kf-shake","--mates-duration":"500ms","--mates-easing":"ease-in-out"},"mates-pulse":{animationName:"mates-kf-pulse","--mates-duration":"600ms","--mates-easing":"ease-in-out"},"mates-bounce":{animationName:"mates-kf-bounce","--mates-duration":"700ms"},"mates-spin":{animationName:"mates-kf-spin","--mates-easing":"linear"}},{literal:!0}))}function vn(t=300,e="ease"){return{keyframes:[{opacity:0},{opacity:1}],options:{duration:t,easing:e,fill:"both"}}}function bn(t=300,e="ease"){return{keyframes:[{opacity:1},{opacity:0}],options:{duration:t,easing:e,fill:"both"}}}wn();const Sn={up:"translateY(-100%)",down:"translateY(100%)",left:"translateX(-100%)",right:"translateX(100%)"};function xn(t,e){switch(t){case"up":return`translateY(-${e})`;case"down":return`translateY(${e})`;case"left":return`translateX(-${e})`;case"right":return`translateX(${e})`}}function Cn(t){if(null==t||"object"!=typeof t)return t;try{return Object.keys(t).forEach(e=>{"object"!=typeof t[e]||null===t[e]||Object.isFrozen(t[e])||Cn(t[e])}),Object.freeze(t)}catch(t){console.error(t)}}function En(t,e,n){const s=Zt();let i;Yt();try{i=t()}finally{qt();Kt(s).forEach(t=>{"function"==typeof t.__subscribe&&e(t,n)})}return i}function An(t,e){if(te(t),"AsyncFunction"===e.constructor.name)throw new Error(`${t.toLowerCase()}() does not support async functions.`);if(Bt())throw new Error(`${t.toLowerCase()}() cannot be nested inside an effect() or memo().`)}function kn(t){const{name:e,fn:n,onRun:s,supportsCleanup:i}=t;An(e,n);const o=new Set;let r,a=!1;const l=()=>{if(i&&r){try{r()}catch(t){console.error("Error in effect cleanup:",t)}r=void 0}},c=()=>{if(a)return;l();const t=new Set(o);o.clear();const e=()=>{a||Ae.schedule(c)};let h;try{h=En(n,t=>{o.add(t.__subscribe(e))},e)}finally{t.forEach(t=>t())}if(a)return o.forEach(t=>t()),void o.clear();i&&"function"==typeof h&&(r=h),s(h)},h=()=>{a||(a=!0,l(),o.forEach(t=>t()),o.clear())};return c(),we(n,h),h}let Mn=0;function $n(t,e){if("function"==typeof t){const e=t;let n;const s=Symbol("skip");return kn({name:"Memo",fn:()=>{try{return e()}catch(t){return console.error("[atom] Error in derived function:",t),s}},onRun:t=>{t!==s&&(n?(n.unlock("initial"),n.set(()=>t),n.lock("initial")):(n=Rn(t,{skipRestrictedContextCheck:!0}),n.lock("initial")))}}),n}e?.skipRestrictedContextCheck||te("Atom");let n=t;const s=++Mn,i=new fe;function o(){return Ie(o,!1),Wt()&&Ht(o),n}return o.get=function(){return o()},o.set=function(t,e=!1){var r,a;n="function"==typeof t?t(n):t,o.skipDevToolsLog||(r=String(s),a=n,zt.logAtomSet(r,a)),e||i.notify()},o.update=function(t,e=!1){var r;"object"==typeof n&&null!==n&&(t(n),o.skipDevToolsLog||(r=String(s),zt.logAtomUpdate(r)),e||i.notify())},o.__subscribe=function(t){return i.subscribe(t)},o.toJSON=function(){return JSON.stringify(n)},Object.defineProperty(o,"name",{value:"atom",writable:!0,configurable:!0,enumerable:!1}),Object.defineProperty(o,"val",{get:()=>o(),set:t=>o.set(t),enumerable:!1,configurable:!0}),Object.defineProperty(o,"__version__",{get:()=>i.getVersion(),enumerable:!1}),Object.defineProperty(o,"__isAtom___",{value:!0,writable:!1,enumerable:!1}),Object.defineProperty(o,"__id__",{value:s,writable:!1,enumerable:!1}),o}function Tn(t,e){e?.skipRestrictedContextCheck||te("iAtom");const n=$n(On(t),{skipRestrictedContextCheck:!0}),s=n.set;n.set=function(t,e=!1){const i="function"==typeof t?t(n.get()):t;s(On(i),e)};const i=n;return delete i.update,i.name="iAtom",i}function Rn(t,e={}){e.skipRestrictedContextCheck||te("superAtom"),Me();const n=e.freeze??!1,s=n?On(In(t)):t;let i=!1,o="default";const r=$n(n?On(t):t,{skipRestrictedContextCheck:!0}),a=r.set;r.set=function(t,e=!1){if(i)return void ae("Cannot mutate a locked atom.","superAtom");const s="function"==typeof t?t(r.get()):t;a(n?On(s):s,e)};const l=r.update;r.update=function(t,e=!1){if(i)ae("Cannot mutate a locked atom.","superAtom");else{if(n)throw new Error("update() is not supported when freeze is enabled — use set() with a new value.");l(t,e)}};const c=r;return c.lock=function(t="default"){i=!0,o=t},c.unlock=function(t="default"){if(o!==t)throw new Error("Incorrect passcode. Cannot unlock atom.");i=!1},c.reset=function(){i||r.set(n?On(In(s)):s)},c.freeze=function(){Cn(r.get())},c.name="superAtom",c}function On(t){return"object"==typeof t&&null!==t?Cn(t):t}function In(t){try{return structuredClone(t)}catch{return t}}function Pn(t){const e=new Map,n=[],s=t=>JSON.stringify(t),i=t=>{e.delete(t);const s=n.indexOf(t);s>-1&&n.splice(s,1)};return{getCacheKey:s,removeCacheEntry:i,createCacheMethod:(o,r,a,l)=>async(...c)=>{const h=s(c),u=e.get(h);if(u){const e=Date.now();if(!(void 0!==t?.cacheDuration&&e-u.timestamp>t.cacheDuration)){const t=n.indexOf(h);return t>-1&&n.splice(t,1),n.push(h),o.set(u.result),r.set(null),a.set("success"),u.result}i(h)}const d=await l(this,c);e.set(h,{result:d,timestamp:Date.now()});const f=n.indexOf(h);if(f>-1&&n.splice(f,1),n.push(h),t?.cacheLimit&&n.length>t.cacheLimit){const t=n.shift();t&&e.delete(t)}return d},createClearCacheMethod:()=>(...t)=>{if(0===t.length)e.clear(),n.length=0;else{const e=s(t);i(e)}}}}function zn(t){let e=null,n=null;const s=()=>{e&&(clearInterval(e),e=null,n=null)};return{createStartPollingMethod:i=>(...o)=>{t?.pollInterval?(s(),n=o,i(...o),e=setInterval(()=>{n&&i(...n)},t.pollInterval)):ae(new Error("pollInterval not specified in asyncAction options"))},createStopPollingMethod:()=>s,stopPolling:s}}function Dn(t,e){e?.allowInRestrictedContext||te("Async Action");const n={...{cacheLimit:10,pollInterval:5e3},...e};let s=t;const i=new Set;let o=null,r=null,a=null,l=null;const c=Pn(n),h=zn(n),u=$n(null),d=$n(null),f=$n(!1),p=$n("init"),m=t=>{i.forEach(e=>{if(void 0===e.filter||void 0===t||e.filter===t)try{e.fn()}catch(t){ae(t)}})},g=()=>{r?.isActive()&&(r.cancel(),r=null),o&&(o.abort(),o=null),f.set(!1),p.set("init")},_=async(t,e)=>{g(),f.set(!0),p.set("loading"),o=new AbortController;const n=o;try{let i;if(a){i=a((...e)=>s.call(t,...e),...e)}else i=s.call(t,...e);i?.__isZeroPromise__&&(r=i);let c=await i;if(n.signal.aborted||o!==n)throw new Error("Operation was cancelled");return l&&(c=l(c)),u.set(c),d.set(null),p.set("success"),m(!0),c}catch(t){if(n.signal.aborted||o!==n)throw t;const e=t instanceof Error?t:new Error(String(t));throw u.set(null),d.set(e),p.set("error"),m(!1),e}finally{o===n&&(o=null),f.set(!1),r&&!r.isActive()&&(r=null)}},y=async(...t)=>{const e=this;if(xe()){const n=ye(!1);if(n?._ssrPromiseQueue){const s=_(e,t).catch(()=>{});return n._ssrPromiseQueue.push(s),s}}return _(e,t)},w=c.createCacheMethod(u,d,p,_),v=c.createClearCacheMethod(),b=h.createStartPollingMethod(y),S=h.createStopPollingMethod(),x=Object.assign(y,{data:u,error:d,isLoading:f,status:p,val:()=>s,set:t=>{s=t},params:{page:1},cancel:g,subscribe:(t,e)=>{te("subscribe");const n={fn:t,filter:e};i.add(n);const s=()=>i.delete(n);return we(t,s),s},cache:w,clearCache:v,startPolling:b,stopPolling:S,interceptBefore:t=>{a=t},interceptAfter:t=>{l=t},__isAsyncAction___:!0,__isAction___:!1});return Object.defineProperty(x,"abortController",{get:()=>o,enumerable:!0,configurable:!0}),we(x,()=>{i.clear(),h.stopPolling(),g()}),x}const Nn=(t,e,n)=>{const s="timeout"===n?setTimeout(()=>t(),e):setInterval(()=>t(),e);return we(s,"timeout"===n?()=>clearTimeout(s):()=>clearInterval(s)),s};class Ln{constructor(){this.timeoutId=null,this.pendingArgs=null,this.pendingContext=null}clearPending(){this.pendingArgs=null,this.pendingContext=null}setPending(t,e){this.pendingArgs=t,this.pendingContext=e}clearTimer(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}setTimer(t,e){this.timeoutId=((t,e)=>Nn(t,e,"timeout"))(t,e)}executePending(t){return this.pendingArgs&&(this.lastResult=t.apply(this.pendingContext,this.pendingArgs),this.clearPending()),this.lastResult}}function jn(t,e){return()=>{t.clearTimer(),t.clearPending(),e?.()}}function Un(t,e){return()=>{if(t.pendingArgs&&t.timeoutId){t.clearTimer();return t.executePending(e)}return t.lastResult}}function Fn(t,e){const n=new Ln,s=function(...s){return n.setPending(s,this),n.clearTimer(),n.setTimer(()=>{n.lastResult=n.executePending(t),n.timeoutId=null},e),n.lastResult};return s.cancel=jn(n),s.flush=Un(n,t),s}function Vn(t,e){const n=new Ln;let s=0;const i=function(...i){const o=Date.now(),r=o-s;return r>=e?(s=o,n.lastResult=t.apply(this,i),n.clearPending(),n.clearTimer()):(n.setPending(i,this),n.timeoutId||n.setTimer(()=>{s=Date.now(),n.lastResult=n.executePending(t),n.timeoutId=null},e-r)),n.lastResult};return i.cancel=jn(n,()=>{s=0}),i.flush=Un(n,t),i}function Wn(t,e){return"function"!=typeof t.animate?Promise.resolve():("function"==typeof t.getAnimations&&t.getAnimations().forEach(t=>t.cancel()),new Promise(n=>{const s=t.animate(e.keyframes,{duration:300,easing:"ease",fill:"both",...e.options});s.onfinish=()=>n(),s.oncancel=()=>n()}))}async function Bn(t){const{el:e,exit:n,enter:s,swap:i,getEl:o,isStale:r}=t;if(!e)return void i();if(await Wn(e,n),r?.())return;if(i(),await("function"!=typeof requestAnimationFrame?Promise.resolve():new Promise(t=>requestAnimationFrame(()=>requestAnimationFrame(()=>t())))),r?.())return;const a=o?.()??e;a&&await Wn(a,s)}function Hn(t){return t.__isEffect__=!0,kn({name:"Effect",fn:t,onRun:()=>{},supportsCleanup:!0})}const Yn=new WeakMap,qn=Y(class extends ut{render(t){return C}update(t,[e]){const n=e!==this.Y;return n&&void 0!==this.Y&&this.rt(void 0),(n||this.lt!==this.ct)&&(this.Y=e,this.ht=t.options?.host,this.rt(this.ct=t.element)),C}rt(t){if(this.isConnected||(t=void 0),"function"==typeof this.Y){const e=this.ht??globalThis;let n=Yn.get(e);void 0===n&&(n=new WeakMap,Yn.set(e,n)),void 0!==n.get(this.Y)&&this.Y.call(this.ht,void 0),n.set(this.Y,t),void 0!==t&&this.Y.call(this.ht,t)}else this.Y.value=t}get lt(){return"function"==typeof this.Y?Yn.get(this.ht??globalThis)?.get(this.Y):this.Y?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});function Xn(){const t=new pe;let e;const n={get value(){return e},__subscribe:e=>t.subscribe(e),__isMatesRef__:!0,__set:n=>{e!==n&&(e=n,t.trigger(n))}};return n}function Gn(t){if(t&&t.__isMatesRef__){const e=t;return qn(t=>{e.__set(t)})}return qn(t)}const Zn=(t,e={})=>b`<x-view
100
- .view=${t}
101
- .props=${e}
102
- ></x-view>`,Kn=Zn,Qn=Zn,Jn=(t,e,n={})=>U(Zn(t,n),e),ts=Jn,es=$n("undefined"!=typeof window?window.history.state:null),ns=$n(!1),ss=()=>ns.set(!0),is=()=>ns.set(!1);function os(t){return new Promise(e=>{const n=()=>{t?.(),e()};xe()?queueMicrotask(n):"undefined"!=typeof requestIdleCallback?requestIdleCallback(()=>n(),{timeout:300}):requestAnimationFrame(n)})}function rs(t,e,n){if(ns())return;if(t===ls.get())return;const s=t.includes("?"),i=t.includes("#");let o=t;if(s||i)if(i){if(!s){const e=t.indexOf("#");o=t.slice(0,e)+window.location.search+t.slice(e)}}else o=t+window.location.hash;else{o=t+window.location.search+window.location.hash}as.trigger({to:t,from:ls.get()}),ns()||(es.set(n??null),e?window.history.replaceState(n,"",o):window.history.pushState(n,"",o),ls.set(t))}const as=ve("router:navigation-request"),ls=Rn("undefined"!=typeof window?window.location.pathname:"/");function cs(t){t.preventDefault(),t.returnValue=""}Hn(()=>(ns()?"undefined"!=typeof window&&window.addEventListener("beforeunload",cs):"undefined"!=typeof window&&window.removeEventListener("beforeunload",cs),()=>{"undefined"!=typeof window&&window.removeEventListener("beforeunload",cs)})),"undefined"!=typeof window&&(window.addEventListener("popstate",t=>{if(ns())return window.history.pushState(window.history.state,"",ls.get()),void es.set(window.history.state??null);const e=window.location.pathname;if(e!==ls.get()&&as.trigger({to:e,from:ls.get()}),ns())return window.history.pushState(window.history.state,"",ls.get()),void es.set(window.history.state??null);es.set(t.state??null),e!==ls.get()&&ls.set(e)}),window.addEventListener("hashchange",()=>{if(ns())return;const t=window.location.pathname;t!==ls.get()&&ls.set(t)}),window.addEventListener("navigate",()=>{if(ns())return;const t=window.location.pathname;t!==ls.get()&&ls.set(t)}));const hs=t=>{const e=ls.get();if(e===t)return!0;const n=t.split("/").filter(Boolean),s=e.split("/").filter(Boolean);if(n.length!==s.length)return!1;for(let t=0;t<n.length;t++){const e=n[t],i=s[t];if(e.startsWith(":")){if(!i)return!1}else if(e!==i)return!1}return!0},us=t=>{const e=Xn(),n=()=>t().options,s=t().options.notFound?{path:"*",component:t().options.notFound}:null,i=()=>{const{routes:e}=t(),n=e.find(t=>hs(t.path));return n??s},o=i(),r=$n(o),a=$n(o);return Hn(()=>{const t=a();if(t===r.get())return;const s=e.value;if(!s)return void r.set(t);const i=n(),o=r.get();Bn({el:s,exit:o?.exit??i.exit??bn(200),enter:t?.enter??i.enter??vn(250),swap:()=>r.set(t),getEl:()=>e.value,isStale:()=>a.get()!==t})}),Hn(()=>{ls(),function(t){a.get()!==t&&a.set(t)}(i())}),Te(()=>{const t=e.value;if(!t)return;const s=r.get(),i=n();Wn(t,s?.enter??i.enter??vn(250))}),()=>{const t=r();return b`
103
- <div style="position:relative;overflow:hidden">
104
- <div ${Gn(e)}>
105
- ${t?Zn(t.component,t.props??{}):C}
106
- </div>
107
- </div>
108
- `}};function ds(...t){const[e,n]=t;return e.replace(/:([a-zA-Z_][a-zA-Z0-9_]*)/g,(t,e)=>{if(!n||!(e in n))throw new Error(`Missing parameter: "${e}"`);return String(n[e])})}const fs=()=>{if("undefined"==typeof window)return{};const t=window.location.hash.startsWith("#")?window.location.hash.slice(1):window.location.hash,e=new URLSearchParams(t),n={};for(const[t,s]of e)try{n[t]=JSON.parse(s)}catch{n[t]=s}return n},ps=$n(fs());let ms=!1;Hn(()=>{const t=ps();ms||ns()||(t=>{if("undefined"==typeof window)return;const e=new URLSearchParams;for(const n in t){const s=t[n];null!=s&&e.set(n,"object"==typeof s?JSON.stringify(s):String(s))}const n=e.toString(),s=window.location.pathname+window.location.search+(n?`#${n}`:"");window.history.replaceState(null,"",s)})(t)});const gs=()=>{ns()||(ms=!0,ps.set(fs()),ms=!1)};"undefined"!=typeof window&&window.addEventListener("hashchange",gs);const _s=()=>{if("undefined"==typeof window)return{};const t=new URLSearchParams(window.location.search),e={};for(const[n,s]of t)try{e[n]=JSON.parse(s)}catch{e[n]=s}return e},ys=$n(_s());let ws=!1;Hn(()=>{const t=ys();ws||ns()||(t=>{if("undefined"==typeof window)return;const e=new URLSearchParams;for(const n in t){const s=t[n];null!=s&&e.set(n,"object"==typeof s?JSON.stringify(s):String(s))}const n=e.toString(),s=window.location.pathname+(n?`?${n}`:"")+window.location.hash;window.history.replaceState(null,"",s)})(t)});const vs=()=>{ns()||(ws=!0,ys.set(_s()),ws=!1)};"undefined"!=typeof window&&window.addEventListener("popstate",vs);const bs={get path(){return ls.get()},get hash(){return ps()},get qsObj(){return ys()}};let Ss=null,xs=null;function Cs(){return Ss}function Es(){return xs}class As{constructor(){this.state="idle",this.__isZeroPromise__=!0,this.toActive()}isActive(){return"active"===this.state}isResolved(){return"resolved"===this.state}isRejected(){return"rejected"===this.state}isCancelled(){return"cancelled"===this.state}get signal(){return this.controller.signal}toActive(){return"active"===this.state||(this.state="active",this.controller=new AbortController,this.promise=new Promise((t,e)=>{this.resolveFn=t,this.rejectFn=e,this.controller.signal.addEventListener("abort",()=>{"active"===this.state&&(this.state="cancelled",e(new DOMException("Cancelled","AbortError")))})})),this}resolve(t){this.isActive()&&(this.state="resolved",this.resolveFn(t))}reject(t){this.isActive()&&(this.state="rejected",this.rejectFn(t))}cancel(t){this.isActive()&&this.controller.abort(t)}then(t,e){return this.promise.then(t,e)}catch(t){return this.promise.catch(t)}finally(t){return this.promise.finally(t)}get[Symbol.toStringTag](){return"ZeroPromise"}}const ks={100:"CONTINUE",101:"SWITCHING_PROTOCOLS",102:"PROCESSING",103:"EARLY_HINTS",200:"OK",201:"CREATED",202:"ACCEPTED",203:"NON_AUTHORITATIVE_INFORMATION",204:"NO_CONTENT",205:"RESET_CONTENT",206:"PARTIAL_CONTENT",207:"MULTI_STATUS",208:"ALREADY_REPORTED",226:"IM_USED",300:"MULTIPLE_CHOICES",301:"MOVED_PERMANENTLY",302:"FOUND",303:"SEE_OTHER",304:"NOT_MODIFIED",305:"USE_PROXY",307:"TEMPORARY_REDIRECT",308:"PERMANENT_REDIRECT",400:"BAD_REQUEST",401:"UNAUTHORIZED",402:"PAYMENT_REQUIRED",403:"FORBIDDEN",404:"NOT_FOUND",405:"METHOD_NOT_ALLOWED",406:"NOT_ACCEPTABLE",407:"PROXY_AUTHENTICATION_REQUIRED",408:"REQUEST_TIMEOUT",409:"CONFLICT",410:"GONE",411:"LENGTH_REQUIRED",412:"PRECONDITION_FAILED",413:"PAYLOAD_TOO_LARGE",414:"URI_TOO_LONG",415:"UNSUPPORTED_MEDIA_TYPE",416:"RANGE_NOT_SATISFIABLE",417:"EXPECTATION_FAILED",418:"IM_A_TEAPOT",421:"MISDIRECTED_REQUEST",422:"UNPROCESSABLE_ENTITY",423:"LOCKED",424:"FAILED_DEPENDENCY",425:"TOO_EARLY",426:"UPGRADE_REQUIRED",428:"PRECONDITION_REQUIRED",429:"TOO_MANY_REQUESTS",431:"REQUEST_HEADER_FIELDS_TOO_LARGE",451:"UNAVAILABLE_FOR_LEGAL_REASONS",500:"INTERNAL_SERVER_ERROR",501:"NOT_IMPLEMENTED",502:"BAD_GATEWAY",503:"SERVICE_UNAVAILABLE",504:"GATEWAY_TIMEOUT",505:"HTTP_VERSION_NOT_SUPPORTED",506:"VARIANT_ALSO_NEGOTIATES",507:"INSUFFICIENT_STORAGE",508:"LOOP_DETECTED",510:"NOT_EXTENDED",511:"NETWORK_AUTHENTICATION_REQUIRED"};function Ms(t){return"string"==typeof t?{url:t}:t}function $s(t){const{url:e="",host:n="",path:s,params:i={}}=t,o=e||s||"",r=/^https?:\/\//i.test(o)?o:`${n}${o}`,{pathParams:a,qsParams:l}=function(t,e){const n=new Set;for(const[,e]of t.matchAll(/:([a-zA-Z_][a-zA-Z0-9_]*)/g))n.add(e);const s={},i={};for(const[t,o]of Object.entries(e))n.has(t)?s[t]=o:i[t]=o;return{pathParams:s,qsParams:i}}(r,i),c=Object.keys(a).length>0?ds(r,a):r;if(0===Object.keys(l).length)return c;let h,u;if(/^https?:\/\//i.test(c)){const t=new URL(c);h=t.origin+t.pathname,u=t.search}else{const t=c.indexOf("?");h=-1===t?c:c.slice(0,t),u=-1===t?"":c.slice(t)}const d=new URLSearchParams(u);for(const[t,e]of Object.entries(l))null!=e&&(Array.isArray(e)?e.forEach(e=>d.append(t,String(e))):d.set(t,String(e)));const f=d.toString();return f?`${h}?${f}`:h}function Ts(t,e){return t.add(e),()=>t.delete(e)}const Rs=new Set,Os=new Set,Is=new Set;class Ps{constructor(t={}){this.instanceBeforeFns=[],this.instanceAfterFns=[],this.instanceErrorFns=[],this.baseRequest=t}interceptBefore(t){return this.instanceBeforeFns.push(t),()=>{const e=this.instanceBeforeFns.indexOf(t);-1!==e&&this.instanceBeforeFns.splice(e,1)}}interceptAfter(t){return this.instanceAfterFns.push(t),()=>{const e=this.instanceAfterFns.indexOf(t);-1!==e&&this.instanceAfterFns.splice(e,1)}}interceptError(t){return this.instanceErrorFns.push(t),()=>{const e=this.instanceErrorFns.indexOf(t);-1!==e&&this.instanceErrorFns.splice(e,1)}}clearInterceptors(){this.instanceBeforeFns.length=0,this.instanceAfterFns.length=0,this.instanceErrorFns.length=0}fetch(t){const e=new As,n={...this.baseRequest,...t,headers:{...this.baseRequest.headers,...t.headers},params:{...this.baseRequest.params,...t.params}},{body:s,url:i,host:o,params:r,path:a,...l}=n,c=$s(n),h=function(t){return null==t?{}:"string"==typeof t||t instanceof FormData||t instanceof Blob||t instanceof ArrayBuffer||ArrayBuffer.isView(t)||t instanceof URLSearchParams||t instanceof ReadableStream?{body:t}:{body:JSON.stringify(t),headers:{"Content-Type":"application/json"}}}(s),u=(n.method??"GET").toUpperCase(),d=Cs(),f=Es();if(xe()&&d){let t;try{t=c.startsWith("http")?new URL(c).pathname:c.split("?")[0]}catch{t=c.split("?")[0]}if(t.startsWith("/api")){const n=d(u,t);if(n){const t={"content-type":"application/json",...l.headers,...h.headers};if(f){const e=f.headers.get("cookie"),n=f.headers.get("authorization");e&&(t.cookie=e),n&&(t.authorization=n)}const s=new Request(c.startsWith("http")?c:`http://localhost${c}`,{method:u,headers:t,body:h.body??null});return n.handler(s,n.ctx).then(async t=>{if(!t.ok){const n=ks[t.status]||"UNKNOWN_ERROR";return void e.reject(new Error(`${n}: ${t.statusText}`))}const n=t.headers.get("content-type");n?.includes("application/json")?e.resolve(await t.json()):e.resolve(t)}).catch(t=>e.reject(t)),e}}}return(async()=>{let t,n=c,s={...l,method:u,...h,headers:{...l.headers,...h.headers}};0===Object.keys(s.headers).length&&delete s.headers;for(const t of this.instanceBeforeFns){const e=await t(n,s);n=e.url,s=e.options}for(const t of Rs){const e=await t(n,s);n=e.url,s=e.options}try{t=await fetch(n,{...s,signal:e.signal})}catch(t){for(const e of this.instanceErrorFns)try{e(t)}catch(t){}for(const e of Is)try{e(t)}catch(t){}return void e.reject(t)}let i=t;for(const t of this.instanceAfterFns)i=await t(i);for(const t of Os)i=await t(i);if(!i.ok){const t=ks[i.status]||"UNKNOWN_ERROR",n=new Error(`${t}: ${i.statusText}`);for(const t of this.instanceErrorFns)try{t(n)}catch(t){}for(const t of Is)try{t(n)}catch(t){}return void e.reject(n)}const o=i.headers.get("content-type");if(o?.includes("application/json")){const t=await i.json();e.resolve(t)}else e.resolve(i)})().catch(t=>e.reject(t)),e}Fetch(t){return this.fetch(t)}Get(t){return this.fetch({...t,method:"GET"})}Post(t){return this.fetch({...t,method:"POST"})}Put(t){return this.fetch({...t,method:"PUT"})}Patch(t){return this.fetch({...t,method:"PATCH"})}Delete(t){return this.fetch({...t,method:"DELETE"})}fetchAction(t){const{baseRequest:e,options:n}=function(t){if(!t)return{baseRequest:{},options:{}};const{cacheDuration:e,cacheLimit:n,pollInterval:s,allowInRestrictedContext:i,...o}=t;return{baseRequest:o,options:{...void 0!==e&&{cacheDuration:e},...void 0!==n&&{cacheLimit:n},...void 0!==s&&{pollInterval:s},...void 0!==i&&{allowInRestrictedContext:i}}}}(t);return Dn(t=>this.fetch({...e,params:{...e.params,...t}}),n)}getAction(t){return this.fetchAction({...t,method:"GET"})}postAction(t){return this.fetchAction({...t,method:"POST"})}putAction(t){return this.fetchAction({...t,method:"PUT"})}patchAction(t){return this.fetchAction({...t,method:"PATCH"})}deleteAction(t){return this.fetchAction({...t,method:"DELETE"})}}const zs=new Ps({});const Ds="mates-theme";function Ns(t){return"auto"===t?function(){try{return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}catch{return"light"}}():t}const Ls=function(){const t=$n(function(){try{const t=localStorage.getItem(Ds);return"light"===t||"dark"===t||"auto"===t?t:null}catch{return null}}()??"auto",{skipRestrictedContextCheck:!0}),e=t;return e.setToLight=()=>{t.set("light")},e.setToDark=()=>{t.set("dark")},e.setToAuto=()=>{t.set("auto")},e.toggle=()=>{const e=Ns(t.get());t.set("dark"===e?"light":"dark")},Object.defineProperty(e,"resolved",{get:()=>Ns(t.get()),enumerable:!1,configurable:!0}),Object.defineProperty(e,"name",{value:"themeAtom",writable:!0,configurable:!0,enumerable:!1}),Hn(()=>{const e=t.get();!function(t){try{document.documentElement.setAttribute("data-theme",Ns(t))}catch{}}(e),function(t){try{"auto"===t?localStorage.removeItem(Ds):localStorage.setItem(Ds,t)}catch{}}(e)}),"undefined"!=typeof window&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>{"auto"===t.get()&&t.set("auto")}),e}();function js(t){return t.startsWith("--")?t:`--${t}`}function Us(t,e){let n="";for(const t in e){n+=` ${js(t)}: ${e[t]};\n`}return n?`${t} {\n${n}}`:""}function Fs(t){if(null==t)return{action:"remove"};if("boolean"==typeof t)return t?{action:"set",value:""}:{action:"remove"};if("string"==typeof t)return{action:"set",value:t};if("number"==typeof t)return{action:"set",value:String(t)};if(Array.isArray(t)){if(2===t.length){const[e,n]=t;return e?"boolean"==typeof n?n?{action:"set",value:""}:{action:"remove"}:{action:"set",value:String(n)}:{action:"remove"}}if(3===t.length){const[e,n,s]=t,i=e?n:s;return"boolean"==typeof i?i?{action:"set",value:""}:{action:"remove"}:{action:"set",value:String(i)}}}return{action:"remove"}}function Vs(t){return t.startsWith("--")?t:t.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function Ws(t){if(null==t||!1===t)return null;if("string"==typeof t)return t;if("number"==typeof t)return String(t);if(Array.isArray(t)){if(2===t.length){const[e,n]=t;return e?String(n):null}if(3===t.length){const[e,n,s]=t;return String(e?n:s)}}return null}const Bs=new WeakMap,Hs=new WeakMap,Ys=new WeakMap,qs=new WeakMap;class Xs{constructor(t){this.el=t}attr(t){const e=this.el;Bs.has(e)||Bs.set(e,new Map);const n=Bs.get(e),s=new Map;for(const[i,o]of Object.entries(t)){const t=Fs(o);"set"===t.action?(n.get(i)!==t.value&&e.setAttribute(i,t.value),s.set(i,t.value)):n.has(i)&&e.removeAttribute(i)}for(const t of n.keys())s.has(t)||e.removeAttribute(t);return Bs.set(e,s),this}updateAttr(t){const e=this.el;Bs.has(e)||Bs.set(e,new Map);const n=Bs.get(e),s=Object.fromEntries(n);t(s);const i=new Map;for(const[t,o]of Object.entries(s))n.get(t)!==o&&e.setAttribute(t,o),i.set(t,o);for(const t of n.keys())i.has(t)||e.removeAttribute(t);return Bs.set(e,i),this}style(t){const e=this.el;Hs.has(e)||Hs.set(e,new Map);const n=Hs.get(e),s=new Map;for(const[i,o]of Object.entries(t)){const t=Ws(o),r=Vs(i);null!==t?(n.get(r)!==t&&e.style.setProperty(r,t),s.set(r,t)):n.has(r)&&e.style.removeProperty(r)}for(const t of n.keys())s.has(t)||e.style.removeProperty(t);return Hs.set(e,s),this}classes(t){const e=this.el;Ys.has(e)||Ys.set(e,new Set);const n=Ys.get(e),s=function(t){const e=new Set,n=t=>{for(const n of t.split(/\s+/))n&&e.add(n)};if("string"==typeof t)return n(t),e;if(Array.isArray(t)){for(const e of t)if(e||0===e)if("string"!=typeof e){if(Array.isArray(e))if(2===e.length){const[t,s]=e;t&&s&&n(s)}else if(3===e.length){const[t,s,i]=e;n(t?s:i)}}else n(e);return e}if("object"==typeof t&&null!==t)for(const[e,s]of Object.entries(t))s&&n(e);return e}(t);for(const t of s)n.has(t)||e.classList.add(t);for(const t of n)s.has(t)||e.classList.remove(t);return Ys.set(e,s),this}addClass(t){const e=this.el;for(const n of t.split(/\s+/))n&&e.classList.add(n);return this}removeClass(t){const e=this.el;for(const n of t.split(/\s+/))n&&e.classList.remove(n);return this}toggleClass(t,e){const n=this.el;for(const s of t.split(/\s+/))s&&n.classList.toggle(s,e);return this}html(t){if(null==t)throw new Error("$(el).html() — the factory function must return a lit-html TemplateResult (e.g. () => html`<span>${value}</span>`).");return U(t,this.el),this}text(t){return this.el.textContent=String(t),this}focus(t){return this.el.focus(t),this}blur(){return this.el.blur(),this}scroll(t){const e=this.el;return"string"==typeof t?e.scrollTo({top:0,behavior:t}):t?e.scrollTo(t):e.scrollTo({top:0}),this}scrollIntoView(t){return this.el.scrollIntoView(t),this}measure(t){const e=this.el.getBoundingClientRect();return t({width:e.width,height:e.height,top:e.top,left:e.left,right:e.right,bottom:e.bottom,x:e.x,y:e.y}),this}on(t,e,n){const s=this.el;qs.has(s)||qs.set(s,new Map);const i=qs.get(s),o=i.get(t);o&&s.removeEventListener(t,o.handler,o.options);const r=e;return s.addEventListener(t,r,n),i.set(t,{handler:r,options:n}),this}off(t,e){const n=this.el,s=qs.get(n);if(!s)return this;if(e){const i=s.get(t);i&&i.handler===e&&(n.removeEventListener(t,i.handler,i.options),s.delete(t))}else{const e=s.get(t);e&&(n.removeEventListener(t,e.handler,e.options),s.delete(t))}return this}once(t,e,n){const s="object"==typeof n?{...n,once:!0}:{once:!0};return this.el.addEventListener(t,e,s),this}delegate(t,e,n,s){const i=t=>{const s=t.target?.closest(e);s&&this.el.contains(s)&&n(t,s)};return this.el.addEventListener(t,i,s),qs.has(this.el)||qs.set(this.el,new Map),qs.get(this.el).set(`${t}:delegate:${e}`,{handler:i,options:s}),this}aria(t){const e=this.el;for(const[n,s]of Object.entries(t)){const t=n.startsWith("aria-")?n:`aria-${n}`;null==s||!1===s?e.removeAttribute(t):e.setAttribute(t,String(s))}return this}getAttr(t){return this.el.getAttribute(t)}data(t){const e=this.el;for(const[n,s]of Object.entries(t)){const t=n.startsWith("data-")?n.slice(5):n,i=n.startsWith("data-")?n:`data-${n}`;null==s?e.removeAttribute(i):e.setAttribute(i,String(s));const o=t.replace(/-([a-z])/g,(t,e)=>e.toUpperCase());null==s?delete e.dataset[o]:e.dataset[o]=String(s)}return this}}function Gs(t){if(null!==t&&"object"==typeof t&&!0===t.__isMatesRef__){const e=t;if(void 0===e.value)throw new Error("$(ref): the ref has no element attached yet (ref.value is undefined).\nDOM manipulation via $() must happen after the element has mounted.\nUse one of the lifecycle hooks where the element is guaranteed to exist:\n • onMount() — runs once after the component's first render\n • onPaint() — runs after the browser has painted\n • onUpdate() — runs after every subsequent re-render\n\nExample:\n const inputRef = ref<HTMLInputElement>();\n onMount(() => { $(inputRef).focus(); });");return new Xs(e.value)}return new Xs(t)}const Zs=t=>{const e=Xn(),n=t().condition,s=$n(n),i=$n(n);return Hn(()=>{const n=i();if(n===s.get())return;const o=e.value;if(!o)return void s.set(n);const r=t().config;Bn({el:o,exit:r?.exit??bn(200),enter:r?.enter??vn(250),swap:()=>s.set(n),getEl:()=>e.value,isStale:()=>i.get()!==n})}),Te(()=>{const n=e.value;if(!n)return;const s=t().config;Wn(n,s?.enter??vn(250))}),()=>{const n=s(),{condition:o,trueTpl:r,falseTpl:a}=t();return i.get()!==o&&i.set(o),b`
109
- <div ${Gn(e)} style="position:relative">
99
+ `;i.__isErrorView__=!0,i.skipDevToolsRender=!0,this.view=i,this.name=e,this._errorState=t}}Ve()&&window.addEventListener("mates:component-hot-update",t=>{const e=new Set(t.detail??[]);0!==e.size&&document.querySelectorAll("x-view").forEach(t=>{if(!(t instanceof Ye))return;const n=function(t){if(!Ve())return null;const e=t?.__mates_hmr_id;return"string"==typeof e?e:null}(t.view);n&&e.has(n)&&t._hotRefresh()})}),customElements.get("x-view")||customElements.define("x-view",Ye);class qe extends HTMLElement{constructor(){super(...arguments),this._onRequestContext=t=>{const e=t,n=e.detail?.context.id;n&&null!=this.id&&n===this.id&&(e.stopPropagation(),e.detail.resolve(this._value))}}connectedCallback(){this.addEventListener("request-context",this._onRequestContext)}set context(t){this.id=t.id}disconnectedCallback(){this.removeEventListener("request-context",this._onRequestContext)}set value(t){this._value=t}get value(){return this._value}}function Xe(t){let e=-1===t.indexOf("\0")?t:t.replace(/\0/g,"");const n=function(t){const e=t.indexOf("{"),n=t.indexOf("}");return-1===e&&-1===n?-1:-1===e?n:-1===n?e:Math.min(e,n)}(e);return-1!==n&&(e=e.slice(0,n)),/url\s*\(/i.test(e)&&(e=e.replace(/\burl\s*\(\s*(['"]?)\s*(?:javascript:|vbscript:|data:text\/html[,;])/gi,"url($1")),e}function Ze(t){return t.length>0&&/^[a-zA-Z-]+$/.test(t)}customElements.get("x-provider")||customElements.define("x-provider",qe);let Ge=0;function Ke(){return`_m${(Ge++).toString(36)}`}const Qe=Object.create(null),Je={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"};function tn(t){const e=Qe[t];if(void 0!==e)return e;const n=t.startsWith("--")?t:t.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`);return Qe[t]=n,n}function en(t,e,n){if(!n)return`.${t} {\n${e}}`;if(n.startsWith("&")){return`.${t}${n.slice(1)} {\n${e}}`}return`${n} {\n .${t} {\n${e.replace(/^ {2}/gm," ")} }\n}`}function nn(t){return t.startsWith("&")||t.startsWith("@media")?t:Object.prototype.hasOwnProperty.call(Je,t)?`@media (min-width: ${Je[t]})`:null}function sn(t,e,n){const s=Object.create(null);for(const i in t){const o=t[i];let r="",a=null;for(const t in o){const e=o[t];if(null!=e){if("object"==typeof e&&!Array.isArray(e)){const n=nn(t);if(null===n)throw new Error(`[css-in-js] Unknown nested key "${t}" in block "${i}". Use "&:pseudo", "@media (...)", or a configured breakpoint key.`);let s="";const o=e;for(const t in o){const e=o[t];null!=e&&(Ze(t)?s+=` ${tn(t)}: ${Xe(String(e))};\n`:console.warn(`[css-in-js] invalid property name skipped: "${t}"`))}s.length>0&&(null===a&&(a=[]),a.push([s,n]));continue}Ze(t)?r+=` ${tn(t)}: ${Xe(String(e))};\n`:console.warn(`[css-in-js] invalid property name skipped: "${t}"`)}}if(0===r.length&&null===a){s[i]="";continue}const l=n?.literal?i:`${i}${Ke()}`;if(r.length>0&&e.push(en(l,r,"")),null!==a)for(let t=0;t<a.length;t++)e.push(en(l,a[t][0],a[t][1]));s[i]=l}return s}function on(t){return Object.freeze(t)}var rn,an,ln,cn,hn,un,dn,fn;function pn(t){if(te.templateInProgress)throw new Error(`[css-in-js] ${t}() must be called at module level, not inside a template function.`);if(te.viewOuterInProgress)throw new Error(`[css-in-js] ${t}() must be called at module level, not inside a component outer function. Move it outside the component function.`);if(te.setupInProgress)throw new Error(`[css-in-js] ${t}() must be called at module level, not inside a setup function.`)}let mn=0;function _n(t){return`${t}_kf${(mn++).toString(36)}`}function gn(t,e){let n="";for(const t in e){const s=e[t];let i="";for(const t in s){const e=s[t];if(null==e)continue;const n=t.startsWith("--")?t:t.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`);i+=` ${n}: ${String(e)};\n`}i&&(n+=` ${t} {\n${i} }\n`)}return`@keyframes ${t} {\n${n}}`}const yn=new Set;class wn{constructor(){rn.add(this),an.set(this,""),ln.set(this,0),cn.set(this,null),hn.set(this,[]),yn.add(this)}keyframes(t,e){const n=_n(t);return this.appendRules(gn(n,e)),n}appendRules(t){""!==t&&(ce(this,hn,"f").push(t),ce(this,ln,"f")>0&&ce(this,rn,"m",un).call(this))}mount(){var t;he(this,ln,(t=ce(this,ln,"f"),++t),"f"),1===ce(this,ln,"f")&&(ce(this,rn,"m",un).call(this),ce(this,cn,"f")||ce(this,rn,"m",dn).call(this))}unmount(){var t;ce(this,ln,"f")<=0||(he(this,ln,(t=ce(this,ln,"f"),--t),"f"),0===ce(this,ln,"f")&&ce(this,rn,"m",fn).call(this))}get refCount(){return ce(this,ln,"f")}get cssText(){return ce(this,an,"f")}get isMounted(){return ce(this,ln,"f")>0}get sheet(){return ce(this,cn,"f")}getAllCSS(){const t=[];return ce(this,an,"f")&&t.push(ce(this,an,"f")),ce(this,hn,"f").length>0&&t.push(ce(this,hn,"f").join("\n")),t.join("\n")}}an=new WeakMap,ln=new WeakMap,cn=new WeakMap,hn=new WeakMap,rn=new WeakSet,un=function(){if(0===ce(this,hn,"f").length)return;const t=ce(this,hn,"f").join("\n");he(this,hn,[],"f"),he(this,an,ce(this,an,"f")+(ce(this,an,"f")?"\n":"")+t,"f"),ce(this,rn,"m",dn).call(this)},dn=function(){ce(this,cn,"f")||(he(this,cn,new CSSStyleSheet,"f"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,ce(this,cn,"f")]),ce(this,cn,"f").replaceSync(ce(this,an,"f"))},fn=function(){ce(this,cn,"f")&&(document.adoptedStyleSheets=document.adoptedStyleSheets.filter(t=>t!==ce(this,cn,"f")),he(this,cn,null,"f")),ce(this,an,"f")&&(ce(this,hn,"f").unshift(ce(this,an,"f")),he(this,an,"","f"))};let vn=null,bn=!1;function Sn(){return vn||(vn=new wn),vn}function xn(){vn||(vn=new wn),bn||(bn=!0,queueMicrotask(()=>{bn=!1,vn.mount()}))}function Cn(t,e){if(pn("globalCSS"),Ce())return{};xn();const n=[],s=sn(t,n,e);return n.length>0&&vn.appendRules(n.join("\n")),on(s)}function En(t){pn("globalRawCSS"),xn(),vn.appendRules(t)}let An=!1;function kn(){An||(An=!0,En('\n[class*="mates-"] {\n --mates-duration : 300ms;\n --mates-easing : ease;\n --mates-distance : 24px;\n animation-duration : var(--mates-duration);\n animation-timing-function : var(--mates-easing);\n animation-fill-mode : both;\n}\n'),En("\n@keyframes mates-kf-fade-in { from { opacity: 0 } to { opacity: 1 } }\n@keyframes mates-kf-fade-out { from { opacity: 1 } to { opacity: 0 } }\n\n@keyframes mates-kf-slide-in-up {\n from { opacity: 0; transform: translateY(var(--mates-distance)) }\n to { opacity: 1; transform: translateY(0) }\n}\n@keyframes mates-kf-slide-out-up {\n from { opacity: 1; transform: translateY(0) }\n to { opacity: 0; transform: translateY(calc(-1 * var(--mates-distance))) }\n}\n@keyframes mates-kf-slide-in-down {\n from { opacity: 0; transform: translateY(calc(-1 * var(--mates-distance))) }\n to { opacity: 1; transform: translateY(0) }\n}\n@keyframes mates-kf-slide-out-down {\n from { opacity: 1; transform: translateY(0) }\n to { opacity: 0; transform: translateY(var(--mates-distance)) }\n}\n@keyframes mates-kf-slide-in-left {\n from { opacity: 0; transform: translateX(var(--mates-distance)) }\n to { opacity: 1; transform: translateX(0) }\n}\n@keyframes mates-kf-slide-out-left {\n from { opacity: 1; transform: translateX(0) }\n to { opacity: 0; transform: translateX(calc(-1 * var(--mates-distance))) }\n}\n@keyframes mates-kf-slide-in-right {\n from { opacity: 0; transform: translateX(calc(-1 * var(--mates-distance))) }\n to { opacity: 1; transform: translateX(0) }\n}\n@keyframes mates-kf-slide-out-right {\n from { opacity: 1; transform: translateX(0) }\n to { opacity: 0; transform: translateX(var(--mates-distance)) }\n}\n\n@keyframes mates-kf-scale-in {\n from { opacity: 0; transform: scale(0.92) }\n to { opacity: 1; transform: scale(1) }\n}\n@keyframes mates-kf-scale-out {\n from { opacity: 1; transform: scale(1) }\n to { opacity: 0; transform: scale(0.92) }\n}\n\n@keyframes mates-kf-spring-in {\n from { opacity: 0; transform: scale(0.92) }\n to { opacity: 1; transform: scale(1) }\n}\n\n@keyframes mates-kf-flip-in-x {\n from { opacity: 0; transform: rotateX(90deg) }\n to { opacity: 1; transform: rotateX(0deg) }\n}\n@keyframes mates-kf-flip-in-y {\n from { opacity: 0; transform: rotateY(90deg) }\n to { opacity: 1; transform: rotateY(0deg) }\n}\n\n@keyframes mates-kf-blur-in {\n from { opacity: 0; filter: blur(10px) }\n to { opacity: 1; filter: blur(0) }\n}\n@keyframes mates-kf-blur-out {\n from { opacity: 1; filter: blur(0) }\n to { opacity: 0; filter: blur(10px) }\n}\n\n@keyframes mates-kf-shake {\n 0%, 100% { transform: translateX(0) }\n 15% { transform: translateX(calc(-1 * var(--mates-distance))) }\n 30% { transform: translateX(calc( 1 * var(--mates-distance))) }\n 45% { transform: translateX(calc(-0.6 * var(--mates-distance))) }\n 60% { transform: translateX(calc( 0.6 * var(--mates-distance))) }\n 75% { transform: translateX(calc(-0.3 * var(--mates-distance))) }\n 90% { transform: translateX(calc( 0.3 * var(--mates-distance))) }\n}\n\n@keyframes mates-kf-pulse {\n 0%, 100% { transform: scale(1) }\n 50% { transform: scale(1.08) }\n}\n\n@keyframes mates-kf-bounce {\n 0% { transform: translateY(0) }\n 20% { transform: translateY(calc(-0.40 * var(--mates-distance))) }\n 40% { transform: translateY(0) }\n 60% { transform: translateY(calc(-0.20 * var(--mates-distance))) }\n 80% { transform: translateY(0) }\n 90% { transform: translateY(calc(-0.08 * var(--mates-distance))) }\n 100% { transform: translateY(0) }\n}\n\n@keyframes mates-kf-spin {\n from { transform: rotate(0deg) }\n to { transform: rotate(360deg) }\n}\n"),Cn({"mates-fade-in":{animationName:"mates-kf-fade-in"},"mates-fade-out":{animationName:"mates-kf-fade-out"},"mates-slide-in-up":{animationName:"mates-kf-slide-in-up"},"mates-slide-out-up":{animationName:"mates-kf-slide-out-up"},"mates-slide-in-down":{animationName:"mates-kf-slide-in-down"},"mates-slide-out-down":{animationName:"mates-kf-slide-out-down"},"mates-slide-in-left":{animationName:"mates-kf-slide-in-left"},"mates-slide-out-left":{animationName:"mates-kf-slide-out-left"},"mates-slide-in-right":{animationName:"mates-kf-slide-in-right"},"mates-slide-out-right":{animationName:"mates-kf-slide-out-right"},"mates-scale-in":{animationName:"mates-kf-scale-in"},"mates-scale-out":{animationName:"mates-kf-scale-out"},"mates-spring-in":{animationName:"mates-kf-spring-in","--mates-easing":"cubic-bezier(0.34, 1.56, 0.64, 1)"},"mates-flip-in-x":{animationName:"mates-kf-flip-in-x"},"mates-flip-in-y":{animationName:"mates-kf-flip-in-y"},"mates-blur-in":{animationName:"mates-kf-blur-in"},"mates-blur-out":{animationName:"mates-kf-blur-out"},"mates-shake":{animationName:"mates-kf-shake","--mates-duration":"500ms","--mates-easing":"ease-in-out"},"mates-pulse":{animationName:"mates-kf-pulse","--mates-duration":"600ms","--mates-easing":"ease-in-out"},"mates-bounce":{animationName:"mates-kf-bounce","--mates-duration":"700ms"},"mates-spin":{animationName:"mates-kf-spin","--mates-easing":"linear"}},{literal:!0}))}function Mn(t=300,e="ease"){return{keyframes:[{opacity:0},{opacity:1}],options:{duration:t,easing:e,fill:"both"}}}function Rn(t=300,e="ease"){return{keyframes:[{opacity:1},{opacity:0}],options:{duration:t,easing:e,fill:"both"}}}kn();const Tn={up:"translateY(-100%)",down:"translateY(100%)",left:"translateX(-100%)",right:"translateX(100%)"};function $n(t,e){switch(t){case"up":return`translateY(-${e})`;case"down":return`translateY(${e})`;case"left":return`translateX(-${e})`;case"right":return`translateX(${e})`}}function On(t){if(null==t||"object"!=typeof t)return t;try{return Object.keys(t).forEach(e=>{"object"!=typeof t[e]||null===t[e]||Object.isFrozen(t[e])||On(t[e])}),Object.freeze(t)}catch(t){console.error(t)}}function In(t,e,n){const s=Kt();let i;qt();try{i=t()}finally{Xt();Qt(s).forEach(t=>{"function"==typeof t.__subscribe&&e(t,n)})}return i}function Pn(t,e){if(ee(t),"AsyncFunction"===e.constructor.name)throw new Error(`${t.toLowerCase()}() does not support async functions.`);if(Ht())throw new Error(`${t.toLowerCase()}() cannot be nested inside an effect() or memo().`)}function zn(t){const{name:e,fn:n,onRun:s,supportsCleanup:i}=t;Pn(e,n);const o=new Set;let r,a=!1;const l=()=>{if(i&&r){try{r()}catch(t){console.error("Error in effect cleanup:",t)}r=void 0}},c=()=>{if(a)return;l();const t=new Set(o);o.clear();const e=()=>{a||Ie.schedule(c)};let h;try{h=In(n,t=>{o.add(t.__subscribe(e))},e)}finally{t.forEach(t=>t())}if(a)return o.forEach(t=>t()),void o.clear();i&&"function"==typeof h&&(r=h),s(h)},h=()=>{a||(a=!0,l(),o.forEach(t=>t()),o.clear())};return c(),ve(n,h),h}let Dn=0;function Nn(t,e){if("function"==typeof t){const e=t;let n;const s=Symbol("skip");return zn({name:"Memo",fn:()=>{try{return e()}catch(t){return console.error("[atom] Error in derived function:",t),s}},onRun:t=>{t!==s&&(n?(n.unlock("initial"),n.set(()=>t),n.lock("initial")):(n=jn(t,{skipRestrictedContextCheck:!0}),n.lock("initial")))}}),n}e?.skipRestrictedContextCheck||ee("Atom");let n=t;const s=++Dn,i=new pe;function o(){return Ue(o,!1),Bt()&&Yt(o),n}return o.get=function(){return o()},o.set=function(t,e=!1){var r,a;n="function"==typeof t?t(n):t,o.skipDevToolsLog||(r=String(s),a=n,Dt.logAtomSet(r,a)),e||i.notify()},o.update=function(t,e=!1){var r;"object"==typeof n&&null!==n&&(t(n),o.skipDevToolsLog||(r=String(s),Dt.logAtomUpdate(r)),e||i.notify())},o.__subscribe=function(t){return i.subscribe(t)},o.toJSON=function(){return JSON.stringify(n)},Object.defineProperty(o,"name",{value:"atom",writable:!0,configurable:!0,enumerable:!1}),Object.defineProperty(o,"val",{get:()=>o(),set:t=>o.set(t),enumerable:!1,configurable:!0}),Object.defineProperty(o,"__version__",{get:()=>i.getVersion(),enumerable:!1}),Object.defineProperty(o,"__isAtom___",{value:!0,writable:!1,enumerable:!1}),Object.defineProperty(o,"__id__",{value:s,writable:!1,enumerable:!1}),o}function Ln(t,e){e?.skipRestrictedContextCheck||ee("iAtom");const n=Nn(Un(t),{skipRestrictedContextCheck:!0}),s=n.set;n.set=function(t,e=!1){const i="function"==typeof t?t(n.get()):t;s(Un(i),e)};const i=n;return delete i.update,i.name="iAtom",i}function jn(t,e={}){e.skipRestrictedContextCheck||ee("superAtom"),ze();const n=e.freeze??!1,s=n?Un(Fn(t)):t;let i=!1,o="default";const r=Nn(n?Un(t):t,{skipRestrictedContextCheck:!0}),a=r.set;r.set=function(t,e=!1){if(i)return void le("Cannot mutate a locked atom.","superAtom");const s="function"==typeof t?t(r.get()):t;a(n?Un(s):s,e)};const l=r.update;r.update=function(t,e=!1){if(i)le("Cannot mutate a locked atom.","superAtom");else{if(n)throw new Error("update() is not supported when freeze is enabled — use set() with a new value.");l(t,e)}};const c=r;return c.lock=function(t="default"){i=!0,o=t},c.unlock=function(t="default"){if(o!==t)throw new Error("Incorrect passcode. Cannot unlock atom.");i=!1},c.reset=function(){i||r.set(n?Un(Fn(s)):s)},c.freeze=function(){On(r.get())},c.name="superAtom",c}function Un(t){return"object"==typeof t&&null!==t?On(t):t}function Fn(t){try{return structuredClone(t)}catch{return t}}function Vn(t){const e=new Map,n=[],s=t=>JSON.stringify(t),i=t=>{e.delete(t);const s=n.indexOf(t);s>-1&&n.splice(s,1)};return{getCacheKey:s,removeCacheEntry:i,createCacheMethod:(o,r,a,l)=>async(...c)=>{const h=s(c),u=e.get(h);if(u){const e=Date.now();if(!(void 0!==t?.cacheDuration&&e-u.timestamp>t.cacheDuration)){const t=n.indexOf(h);return t>-1&&n.splice(t,1),n.push(h),o.set(u.result),r.set(null),a.set("success"),u.result}i(h)}const d=await l(this,c);e.set(h,{result:d,timestamp:Date.now()});const f=n.indexOf(h);if(f>-1&&n.splice(f,1),n.push(h),t?.cacheLimit&&n.length>t.cacheLimit){const t=n.shift();t&&e.delete(t)}return d},createClearCacheMethod:()=>(...t)=>{if(0===t.length)e.clear(),n.length=0;else{const e=s(t);i(e)}}}}function Wn(t){let e=null,n=null;const s=()=>{e&&(clearInterval(e),e=null,n=null)};return{createStartPollingMethod:i=>(...o)=>{t?.pollInterval?(s(),n=o,i(...o),e=setInterval(()=>{n&&i(...n)},t.pollInterval)):le(new Error("pollInterval not specified in asyncAction options"))},createStopPollingMethod:()=>s,stopPolling:s}}function Bn(t,e){e?.allowInRestrictedContext||ee("Async Action");const n={...{cacheLimit:10,pollInterval:5e3},...e};let s=t;const i=new Set;let o=null,r=null,a=null,l=null;const c=Vn(n),h=Wn(n),u=Nn(null),d=Nn(null),f=Nn(!1),p=Nn("init"),m=t=>{i.forEach(e=>{if(void 0===e.filter||void 0===t||e.filter===t)try{e.fn()}catch(t){le(t)}})},_=()=>{r?.isActive()&&(r.cancel(),r=null),o&&(o.abort(),o=null),f.set(!1),p.set("init")},g=async(t,e)=>{_(),f.set(!0),p.set("loading"),o=new AbortController;const n=o;try{let i;if(a){i=a((...e)=>s.call(t,...e),...e)}else i=s.call(t,...e);i?.__isZeroPromise__&&(r=i);let c=await i;if(n.signal.aborted||o!==n)throw new Error("Operation was cancelled");return l&&(c=l(c)),u.set(c),d.set(null),p.set("success"),m(!0),c}catch(t){if(n.signal.aborted||o!==n)throw t;const e=t instanceof Error?t:new Error(String(t));throw u.set(null),d.set(e),p.set("error"),m(!1),e}finally{o===n&&(o=null),f.set(!1),r&&!r.isActive()&&(r=null)}},y=async(...t)=>{const e=this;if(Ce()){const n=we(!1);Me();const s=g(e,t).catch(()=>{}).finally(()=>{Re()});return n?._ssrPromiseQueue&&n._ssrPromiseQueue.push(s),s}return g(e,t)},w=c.createCacheMethod(u,d,p,g),v=c.createClearCacheMethod(),b=h.createStartPollingMethod(y),S=h.createStopPollingMethod(),x=Object.assign(y,{data:u,error:d,isLoading:f,status:p,val:()=>s,set:t=>{s=t},params:{page:1},cancel:_,subscribe:(t,e)=>{ee("subscribe");const n={fn:t,filter:e};i.add(n);const s=()=>i.delete(n);return ve(t,s),s},cache:w,clearCache:v,startPolling:b,stopPolling:S,interceptBefore:t=>{a=t},interceptAfter:t=>{l=t},__isAsyncAction___:!0,__isAction___:!1});return Object.defineProperty(x,"abortController",{get:()=>o,enumerable:!0,configurable:!0}),ve(x,()=>{i.clear(),h.stopPolling(),_()}),x}const Hn=(t,e,n)=>{const s="timeout"===n?setTimeout(()=>t(),e):setInterval(()=>t(),e);return ve(s,"timeout"===n?()=>clearTimeout(s):()=>clearInterval(s)),s};class Yn{constructor(){this.timeoutId=null,this.pendingArgs=null,this.pendingContext=null}clearPending(){this.pendingArgs=null,this.pendingContext=null}setPending(t,e){this.pendingArgs=t,this.pendingContext=e}clearTimer(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}setTimer(t,e){this.timeoutId=((t,e)=>Hn(t,e,"timeout"))(t,e)}executePending(t){return this.pendingArgs&&(this.lastResult=t.apply(this.pendingContext,this.pendingArgs),this.clearPending()),this.lastResult}}function qn(t,e){return()=>{t.clearTimer(),t.clearPending(),e?.()}}function Xn(t,e){return()=>{if(t.pendingArgs&&t.timeoutId){t.clearTimer();return t.executePending(e)}return t.lastResult}}function Zn(t,e){const n=new Yn,s=function(...s){return n.setPending(s,this),n.clearTimer(),n.setTimer(()=>{n.lastResult=n.executePending(t),n.timeoutId=null},e),n.lastResult};return s.cancel=qn(n),s.flush=Xn(n,t),s}function Gn(t,e){const n=new Yn;let s=0;const i=function(...i){const o=Date.now(),r=o-s;return r>=e?(s=o,n.lastResult=t.apply(this,i),n.clearPending(),n.clearTimer()):(n.setPending(i,this),n.timeoutId||n.setTimer(()=>{s=Date.now(),n.lastResult=n.executePending(t),n.timeoutId=null},e-r)),n.lastResult};return i.cancel=qn(n,()=>{s=0}),i.flush=Xn(n,t),i}function Kn(...t){const[e,n]=t;return e.replace(/:([a-zA-Z_][a-zA-Z0-9_]*)/g,(t,e)=>{if(!n||!(e in n))throw new Error(`Missing parameter: "${e}"`);return String(n[e])})}let Qn=null,Jn=null;function ts(){return Qn}function es(){return Jn}class ns{constructor(){this.state="idle",this.__isZeroPromise__=!0,this.toActive()}isActive(){return"active"===this.state}isResolved(){return"resolved"===this.state}isRejected(){return"rejected"===this.state}isCancelled(){return"cancelled"===this.state}get signal(){return this.controller.signal}toActive(){return"active"===this.state||(this.state="active",this.controller=new AbortController,this.promise=new Promise((t,e)=>{this.resolveFn=t,this.rejectFn=e,this.controller.signal.addEventListener("abort",()=>{"active"===this.state&&(this.state="cancelled",e(new DOMException("Cancelled","AbortError")))})})),this}resolve(t){this.isActive()&&(this.state="resolved",this.resolveFn(t))}reject(t){this.isActive()&&(this.state="rejected",this.rejectFn(t))}cancel(t){this.isActive()&&this.controller.abort(t)}then(t,e){return this.promise.then(t,e)}catch(t){return this.promise.catch(t)}finally(t){return this.promise.finally(t)}get[Symbol.toStringTag](){return"ZeroPromise"}}const ss={100:"CONTINUE",101:"SWITCHING_PROTOCOLS",102:"PROCESSING",103:"EARLY_HINTS",200:"OK",201:"CREATED",202:"ACCEPTED",203:"NON_AUTHORITATIVE_INFORMATION",204:"NO_CONTENT",205:"RESET_CONTENT",206:"PARTIAL_CONTENT",207:"MULTI_STATUS",208:"ALREADY_REPORTED",226:"IM_USED",300:"MULTIPLE_CHOICES",301:"MOVED_PERMANENTLY",302:"FOUND",303:"SEE_OTHER",304:"NOT_MODIFIED",305:"USE_PROXY",307:"TEMPORARY_REDIRECT",308:"PERMANENT_REDIRECT",400:"BAD_REQUEST",401:"UNAUTHORIZED",402:"PAYMENT_REQUIRED",403:"FORBIDDEN",404:"NOT_FOUND",405:"METHOD_NOT_ALLOWED",406:"NOT_ACCEPTABLE",407:"PROXY_AUTHENTICATION_REQUIRED",408:"REQUEST_TIMEOUT",409:"CONFLICT",410:"GONE",411:"LENGTH_REQUIRED",412:"PRECONDITION_FAILED",413:"PAYLOAD_TOO_LARGE",414:"URI_TOO_LONG",415:"UNSUPPORTED_MEDIA_TYPE",416:"RANGE_NOT_SATISFIABLE",417:"EXPECTATION_FAILED",418:"IM_A_TEAPOT",421:"MISDIRECTED_REQUEST",422:"UNPROCESSABLE_ENTITY",423:"LOCKED",424:"FAILED_DEPENDENCY",425:"TOO_EARLY",426:"UPGRADE_REQUIRED",428:"PRECONDITION_REQUIRED",429:"TOO_MANY_REQUESTS",431:"REQUEST_HEADER_FIELDS_TOO_LARGE",451:"UNAVAILABLE_FOR_LEGAL_REASONS",500:"INTERNAL_SERVER_ERROR",501:"NOT_IMPLEMENTED",502:"BAD_GATEWAY",503:"SERVICE_UNAVAILABLE",504:"GATEWAY_TIMEOUT",505:"HTTP_VERSION_NOT_SUPPORTED",506:"VARIANT_ALSO_NEGOTIATES",507:"INSUFFICIENT_STORAGE",508:"LOOP_DETECTED",510:"NOT_EXTENDED",511:"NETWORK_AUTHENTICATION_REQUIRED"};function is(t){const{url:e="",host:n="",path:s,params:i={}}=t,o=e||s||"",r=/^https?:\/\//i.test(o)?o:`${n}${o}`,{pathParams:a,qsParams:l}=function(t,e){const n=new Set;for(const[,e]of t.matchAll(/:([a-zA-Z_][a-zA-Z0-9_]*)/g))n.add(e);const s={},i={};for(const[t,o]of Object.entries(e))n.has(t)?s[t]=o:i[t]=o;return{pathParams:s,qsParams:i}}(r,i),c=Object.keys(a).length>0?Kn(r,a):r;if(0===Object.keys(l).length)return c;let h,u;if(/^https?:\/\//i.test(c)){const t=new URL(c);h=t.origin+t.pathname,u=t.search}else{const t=c.indexOf("?");h=-1===t?c:c.slice(0,t),u=-1===t?"":c.slice(t)}const d=new URLSearchParams(u);for(const[t,e]of Object.entries(l))null!=e&&(Array.isArray(e)?e.forEach(e=>d.append(t,String(e))):d.set(t,String(e)));const f=d.toString();return f?`${h}?${f}`:h}const os=new Set,rs=new Set,as=new Set;class ls{constructor(t={},e,n,s){this.instanceBeforeFns=[],this.instanceAfterFns=[],this.instanceErrorFns=[],this.baseRequest=t,this._scopeBeforeFns=e,this._scopeAfterFns=n,this._scopeErrorFns=s}interceptBefore(t){return this.instanceBeforeFns.push(t),()=>{const e=this.instanceBeforeFns.indexOf(t);-1!==e&&this.instanceBeforeFns.splice(e,1)}}interceptAfter(t){return this.instanceAfterFns.push(t),()=>{const e=this.instanceAfterFns.indexOf(t);-1!==e&&this.instanceAfterFns.splice(e,1)}}interceptError(t){return this.instanceErrorFns.push(t),()=>{const e=this.instanceErrorFns.indexOf(t);-1!==e&&this.instanceErrorFns.splice(e,1)}}clearInterceptors(){this.instanceBeforeFns.length=0,this.instanceAfterFns.length=0,this.instanceErrorFns.length=0}get _beforeFns(){return this._scopeBeforeFns??os}get _afterFns(){return this._scopeAfterFns??rs}get _errorFns(){return this._scopeErrorFns??as}fetch(t){const e=new ns,n={...this.baseRequest,...t,headers:{...this.baseRequest.headers,...t.headers},params:{...this.baseRequest.params,...t.params}},{body:s,url:i,host:o,params:r,path:a,...l}=n,c=is(n),h=function(t){return null==t?{}:"string"==typeof t||t instanceof FormData||t instanceof Blob||t instanceof ArrayBuffer||ArrayBuffer.isView(t)||t instanceof URLSearchParams||t instanceof ReadableStream?{body:t}:{body:JSON.stringify(t),headers:{"Content-Type":"application/json"}}}(s),u=(n.method??"GET").toUpperCase(),d=ts(),f=es();if(Ce()&&d){let t;try{t=c.startsWith("http")?new URL(c).pathname:c.split("?")[0]}catch{t=c.split("?")[0]}if(t.startsWith("/api")){const s=d(u,t);if(s){Me();const t={"content-type":"application/json",...l.headers,...h.headers};if(f){const e=f.headers.get("cookie"),n=f.headers.get("authorization");e&&(t.cookie=e),n&&(t.authorization=n)}const i=new Request(c.startsWith("http")?c:`http://localhost${c}`,{method:u,headers:t,body:h.body??null}),o=(()=>{const t=n.params||{},e=n.url||n.path||"",s=/^https?:\/\//i.test(e)?e:`${n.host||""}${e}`,i={};for(const[,e]of s.matchAll(/:([a-zA-Z_][a-zA-Z0-9_]*)/g))e in t&&(i[e]=String(t[e]));return i})(),r={...s.ctx,params:{...o,...s.ctx?.params||{}}};return s.handler(i,r).then(async t=>{if(!t.ok){const n=ss[t.status]||"UNKNOWN_ERROR";return e.reject(new Error(`${n}: ${t.statusText}`)),void Re()}const n=t.headers.get("content-type");n?.includes("application/json")?e.resolve(await t.json()):e.resolve(t),Re()}).catch(t=>{e.reject(t),Re()}),e}}}return(async()=>{let t,n=c,s={...l,method:u,...h,headers:{...l.headers,...h.headers}};0===Object.keys(s.headers).length&&delete s.headers;for(const t of this.instanceBeforeFns){const e=await t(n,s);n=e.url,s=e.options}for(const t of this._beforeFns){const e=await t(n,s);n=e.url,s=e.options}try{t=await fetch(n,{...s,signal:e.signal})}catch(t){for(const e of this.instanceErrorFns)try{e(t)}catch(t){}for(const e of this._errorFns)try{e(t)}catch(t){}return void e.reject(t)}let i=t;for(const t of this.instanceAfterFns)i=await t(i);for(const t of this._afterFns)i=await t(i);if(!i.ok){const t=ss[i.status]||"UNKNOWN_ERROR",n=new Error(`${t}: ${i.statusText}`);for(const t of this.instanceErrorFns)try{t(n)}catch(t){}for(const t of this._errorFns)try{t(n)}catch(t){}return void e.reject(n)}const o=i.headers.get("content-type");if(o?.includes("application/json")){const t=await i.json();if(t&&"object"==typeof t&&"Redirect"===t.__type&&"string"==typeof t.url){const n=t.url;return"undefined"!=typeof window&&(window.location.href=n),void e.resolve(void 0)}e.resolve(t)}else e.resolve(i)})().catch(t=>e.reject(t)),e}Fetch(t){return this.fetch(t)}Get(t){return this.fetch({...t,method:"GET"})}Post(t){return this.fetch({...t,method:"POST"})}Put(t){return this.fetch({...t,method:"PUT"})}Patch(t){return this.fetch({...t,method:"PATCH"})}Delete(t){return this.fetch({...t,method:"DELETE"})}fetchAction(t){const{baseRequest:e,options:n}=function(t){if(!t)return{baseRequest:{},options:{}};const{cacheDuration:e,cacheLimit:n,pollInterval:s,allowInRestrictedContext:i,...o}=t;return{baseRequest:o,options:{...void 0!==e&&{cacheDuration:e},...void 0!==n&&{cacheLimit:n},...void 0!==s&&{pollInterval:s},...void 0!==i&&{allowInRestrictedContext:i}}}}(t);return Bn(t=>this.fetch({...e,params:{...e.params,...t}}),n)}getAction(t){return this.fetchAction({...t,method:"GET"})}postAction(t){return this.fetchAction({...t,method:"POST"})}putAction(t){return this.fetchAction({...t,method:"PUT"})}patchAction(t){return this.fetchAction({...t,method:"PATCH"})}deleteAction(t){return this.fetchAction({...t,method:"DELETE"})}}const cs=new ls({});function hs(t){return t.startsWith("--")?t:`--${t}`}function us(t,e){let n="";for(const t in e){n+=` ${hs(t)}: ${e[t]};\n`}return n?`${t} {\n${n}}`:""}function ds(t){if(null==t)return{action:"remove"};if("boolean"==typeof t)return t?{action:"set",value:""}:{action:"remove"};if("string"==typeof t)return{action:"set",value:t};if("number"==typeof t)return{action:"set",value:String(t)};if(Array.isArray(t)){if(2===t.length){const[e,n]=t;return e?"boolean"==typeof n?n?{action:"set",value:""}:{action:"remove"}:{action:"set",value:String(n)}:{action:"remove"}}if(3===t.length){const[e,n,s]=t,i=e?n:s;return"boolean"==typeof i?i?{action:"set",value:""}:{action:"remove"}:{action:"set",value:String(i)}}}return{action:"remove"}}function fs(t){return t.startsWith("--")?t:t.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function ps(t){if(null==t||!1===t)return null;if("string"==typeof t)return t;if("number"==typeof t)return String(t);if(Array.isArray(t)){if(2===t.length){const[e,n]=t;return e?String(n):null}if(3===t.length){const[e,n,s]=t;return String(e?n:s)}}return null}const ms=new WeakMap,_s=new WeakMap,gs=new WeakMap,ys=new WeakMap;class ws{constructor(t){this.el=t}attr(t){const e=this.el;ms.has(e)||ms.set(e,new Map);const n=ms.get(e),s=new Map;for(const[i,o]of Object.entries(t)){const t=ds(o);"set"===t.action?(n.get(i)!==t.value&&e.setAttribute(i,t.value),s.set(i,t.value)):n.has(i)&&e.removeAttribute(i)}for(const t of n.keys())s.has(t)||e.removeAttribute(t);return ms.set(e,s),this}updateAttr(t){const e=this.el;ms.has(e)||ms.set(e,new Map);const n=ms.get(e),s=Object.fromEntries(n);t(s);const i=new Map;for(const[t,o]of Object.entries(s))n.get(t)!==o&&e.setAttribute(t,o),i.set(t,o);for(const t of n.keys())i.has(t)||e.removeAttribute(t);return ms.set(e,i),this}style(t){const e=this.el;_s.has(e)||_s.set(e,new Map);const n=_s.get(e),s=new Map;for(const[i,o]of Object.entries(t)){const t=ps(o),r=fs(i);null!==t?(n.get(r)!==t&&e.style.setProperty(r,t),s.set(r,t)):n.has(r)&&e.style.removeProperty(r)}for(const t of n.keys())s.has(t)||e.style.removeProperty(t);return _s.set(e,s),this}classes(t){const e=this.el;gs.has(e)||gs.set(e,new Set);const n=gs.get(e),s=function(t){const e=new Set,n=t=>{for(const n of t.split(/\s+/))n&&e.add(n)};if("string"==typeof t)return n(t),e;if(Array.isArray(t)){for(const e of t)if(e||0===e)if("string"!=typeof e){if(Array.isArray(e))if(2===e.length){const[t,s]=e;t&&s&&n(s)}else if(3===e.length){const[t,s,i]=e;n(t?s:i)}}else n(e);return e}if("object"==typeof t&&null!==t)for(const[e,s]of Object.entries(t))s&&n(e);return e}(t);for(const t of s)n.has(t)||e.classList.add(t);for(const t of n)s.has(t)||e.classList.remove(t);return gs.set(e,s),this}addClass(t){const e=this.el;for(const n of t.split(/\s+/))n&&e.classList.add(n);return this}removeClass(t){const e=this.el;for(const n of t.split(/\s+/))n&&e.classList.remove(n);return this}toggleClass(t,e){const n=this.el;for(const s of t.split(/\s+/))s&&n.classList.toggle(s,e);return this}html(t){if(null==t)throw new Error("$(el).html() — the factory function must return a lit-html TemplateResult (e.g. () => html`<span>${value}</span>`).");return F(t,this.el),this}text(t){return this.el.textContent=String(t),this}focus(t){return this.el.focus(t),this}blur(){return this.el.blur(),this}scroll(t){const e=this.el;return"string"==typeof t?e.scrollTo({top:0,behavior:t}):t?e.scrollTo(t):e.scrollTo({top:0}),this}scrollIntoView(t){return this.el.scrollIntoView(t),this}measure(t){const e=this.el.getBoundingClientRect();return t({width:e.width,height:e.height,top:e.top,left:e.left,right:e.right,bottom:e.bottom,x:e.x,y:e.y}),this}on(t,e,n){const s=this.el;ys.has(s)||ys.set(s,new Map);const i=ys.get(s),o=i.get(t);o&&s.removeEventListener(t,o.handler,o.options);const r=e;return s.addEventListener(t,r,n),i.set(t,{handler:r,options:n}),this}off(t,e){const n=this.el,s=ys.get(n);if(!s)return this;if(e){const i=s.get(t);i&&i.handler===e&&(n.removeEventListener(t,i.handler,i.options),s.delete(t))}else{const e=s.get(t);e&&(n.removeEventListener(t,e.handler,e.options),s.delete(t))}return this}once(t,e,n){const s="object"==typeof n?{...n,once:!0}:{once:!0};return this.el.addEventListener(t,e,s),this}delegate(t,e,n,s){const i=t=>{const s=t.target?.closest(e);s&&this.el.contains(s)&&n(t,s)};return this.el.addEventListener(t,i,s),ys.has(this.el)||ys.set(this.el,new Map),ys.get(this.el).set(`${t}:delegate:${e}`,{handler:i,options:s}),this}aria(t){const e=this.el;for(const[n,s]of Object.entries(t)){const t=n.startsWith("aria-")?n:`aria-${n}`;null==s||!1===s?e.removeAttribute(t):e.setAttribute(t,String(s))}return this}getAttr(t){return this.el.getAttribute(t)}data(t){const e=this.el;for(const[n,s]of Object.entries(t)){const t=n.startsWith("data-")?n.slice(5):n,i=n.startsWith("data-")?n:`data-${n}`;null==s?e.removeAttribute(i):e.setAttribute(i,String(s));const o=t.replace(/-([a-z])/g,(t,e)=>e.toUpperCase());null==s?delete e.dataset[o]:e.dataset[o]=String(s)}return this}}function vs(t){if(null!==t&&"object"==typeof t&&!0===t.__isMatesRef__){const e=t;if(void 0===e.value)throw new Error("$(ref): the ref has no element attached yet (ref.value is undefined).\nDOM manipulation via $() must happen after the element has mounted.\nUse one of the lifecycle hooks where the element is guaranteed to exist:\n • onMount() — runs once after the component's first render\n • onPaint() — runs after the browser has painted\n • onUpdate() — runs after every subsequent re-render\n\nExample:\n const inputRef = ref<HTMLInputElement>();\n onMount(() => { $(inputRef).focus(); });");return new ws(e.value)}return new ws(t)}function bs(t,e){return"function"!=typeof t.animate?Promise.resolve():("function"==typeof t.getAnimations&&t.getAnimations().forEach(t=>t.cancel()),new Promise(n=>{const s=t.animate(e.keyframes,{duration:300,easing:"ease",fill:"both",...e.options});s.onfinish=()=>n(),s.oncancel=()=>n()}))}async function Ss(t){const{el:e,exit:n,enter:s,swap:i,getEl:o,isStale:r}=t;if(!e)return void i();if(await bs(e,n),r?.())return;if(i(),await("function"!=typeof requestAnimationFrame?Promise.resolve():new Promise(t=>requestAnimationFrame(()=>requestAnimationFrame(()=>t())))),r?.())return;const a=o?.()??e;a&&await bs(a,s)}function xs(t){return t.__isEffect__=!0,zn({name:"Effect",fn:t,onRun:()=>{},supportsCleanup:!0})}const Cs=new WeakMap,Es=q(class extends dt{render(t){return E}update(t,[e]){const n=e!==this.Y;return n&&void 0!==this.Y&&this.rt(void 0),(n||this.lt!==this.ct)&&(this.Y=e,this.ht=t.options?.host,this.rt(this.ct=t.element)),E}rt(t){if(this.isConnected||(t=void 0),"function"==typeof this.Y){const e=this.ht??globalThis;let n=Cs.get(e);void 0===n&&(n=new WeakMap,Cs.set(e,n)),void 0!==n.get(this.Y)&&this.Y.call(this.ht,void 0),n.set(this.Y,t),void 0!==t&&this.Y.call(this.ht,t)}else this.Y.value=t}get lt(){return"function"==typeof this.Y?Cs.get(this.ht??globalThis)?.get(this.Y):this.Y?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});function As(){const t=new me;let e;const n={get value(){return e},__subscribe:e=>t.subscribe(e),__isMatesRef__:!0,__set:n=>{e!==n&&(e=n,t.trigger(n))}};return n}function ks(t){if(t&&t.__isMatesRef__){const e=t;return Es(t=>{e.__set(t)})}return Es(t)}function Ms(t,e){return t.add(e),()=>t.delete(e)}class Rs{constructor(){this._beforeFns=new Set,this._afterFns=new Set,this._errorFns=new Set,this.fetchClient=new ls({},this._beforeFns,this._afterFns,this._errorFns)}interceptBefore(t){return Ms(this._beforeFns,t)}interceptAfter(t){return Ms(this._afterFns,t)}interceptError(t){return Ms(this._errorFns,t)}clearInterceptors(){this._beforeFns.clear(),this._afterFns.clear(),this._errorFns.clear()}}const Ts=()=>{if("undefined"==typeof window)return{};const t=window.location.hash.startsWith("#")?window.location.hash.slice(1):window.location.hash,e=new URLSearchParams(t),n={};for(const[t,s]of e)try{n[t]=JSON.parse(s)}catch{n[t]=s}return n};function $s(t){const e=Nn(Ts());let n=!1;xs(()=>{const s=e();n||t()||(t=>{if("undefined"==typeof window)return;const e=new URLSearchParams;for(const n in t){const s=t[n];null!=s&&e.set(n,"object"==typeof s?JSON.stringify(s):String(s))}const n=e.toString(),s=window.location.pathname+window.location.search+(n?`#${n}`:"");window.history.replaceState(null,"",s)})(s)});const s=()=>{t()||(n=!0,e.set(Ts()),n=!1)};return"undefined"!=typeof window&&window.addEventListener("hashchange",s),e}const Os=()=>{if("undefined"==typeof window)return{};const t=new URLSearchParams(window.location.search),e={};for(const[n,s]of t)try{e[n]=JSON.parse(s)}catch{e[n]=s}return e};function Is(t){const e=Nn(Os());let n=!1;xs(()=>{const s=e();n||t()||(t=>{if("undefined"==typeof window)return;const e=new URLSearchParams;for(const n in t){const s=t[n];null!=s&&e.set(n,"object"==typeof s?JSON.stringify(s):String(s))}const n=e.toString(),s=window.location.pathname+(n?`?${n}`:"")+window.location.hash;window.history.replaceState(null,"",s)})(s)});const s=()=>{t()||(n=!0,e.set(Os()),n=!1)};return"undefined"!=typeof window&&window.addEventListener("popstate",s),e}function Ps(t){return new Promise(e=>{const n=()=>{t?.(),e()};Ce()?queueMicrotask(n):"undefined"!=typeof requestIdleCallback?requestIdleCallback(()=>n(),{timeout:300}):requestAnimationFrame(n)})}class zs{constructor(){this.navigationLocked=Nn(!1),this.navigationRequestEvent=be("router:navigation-request"),this.historyStateAtom=Nn("undefined"!=typeof window?window.history.state:null),this.pathAtom=function(t,e,n){const s=jn("undefined"!=typeof window?window.location.pathname:"/");function i(t){t.preventDefault(),t.returnValue=""}return xs(()=>(t()?"undefined"!=typeof window&&window.addEventListener("beforeunload",i):"undefined"!=typeof window&&window.removeEventListener("beforeunload",i),()=>{"undefined"!=typeof window&&window.removeEventListener("beforeunload",i)})),"undefined"!=typeof window&&(window.addEventListener("popstate",i=>{if(t())return window.history.pushState(window.history.state,"",s.get()),void e.set(window.history.state??null);const o=window.location.pathname;if(o!==s.get()&&n.trigger({to:o,from:s.get()}),t())return window.history.pushState(window.history.state,"",s.get()),void e.set(window.history.state??null);e.set(i.state??null),o!==s.get()&&s.set(o)}),window.addEventListener("hashchange",()=>{if(t())return;const e=window.location.pathname;e!==s.get()&&s.set(e)}),window.addEventListener("navigate",()=>{if(t())return;const e=window.location.pathname;e!==s.get()&&s.set(e)})),s}(this.navigationLocked,this.historyStateAtom,this.navigationRequestEvent),this.qsAtom=Is(this.navigationLocked),this.hashAtom=$s(this.navigationLocked)}navigateTo(t,e,n){var s,i,o,r;(s=this.pathAtom,i=this.navigationLocked,o=this.historyStateAtom,r=this.navigationRequestEvent,function(t,e,n){if(i())return;if(t===s.get())return;const a=t.includes("?"),l=t.includes("#");let c=t;if(a||l)if(l){if(!a){const e=t.indexOf("#");c=t.slice(0,e)+window.location.search+t.slice(e)}}else c=t+window.location.hash;else c=t+window.location.search+window.location.hash;r.trigger({to:t,from:s.get()}),i()||(o.set(n??null),e?window.history.replaceState(n,"",c):window.history.pushState(n,"",c),s.set(t))})(t,e,n)}lockNavigation(){this.navigationLocked.set(!0)}unlockNavigation(){this.navigationLocked.set(!1)}get location(){return t=this.pathAtom,e=this.hashAtom,n=this.qsAtom,{get path(){return t.get()},get hash(){return e()},get qsObj(){return n()}};var t,e,n}onNavigationRequest(t){if(Ce())return;ze();let e=!1;const n=this.navigationRequestEvent.__subscribe(n=>{if(e)return;const{to:s,from:i}=n;this.lockNavigation();let o=!1;const r=t({to:s,from:i,next:()=>{o||(o=!0,e=!0,this.unlockNavigation(),Ps(()=>{this.navigateTo(s),e=!1}))}});r instanceof Promise?r.then(()=>{o||this.unlockNavigation()}).catch(()=>{o||this.unlockNavigation()}):o||this.unlockNavigation()});ve(t,n)}}const Ds="mates";function Ns(t,e){try{null===e?t.removeItem(Ds):t.setItem(Ds,JSON.stringify(e))}catch{}}function Ls(t,e){const n=Nn((()=>{try{return function(t){try{const e=t.getItem(Ds);if(e)return JSON.parse(e)}catch{}return null}(t())}catch{return null}})()),s=n.set;n.set=function(e,i=!1){s(e,i);try{Ns(t(),n.get())}catch{}};const i=n.update;return n.update=function(e,s=!1){if(null!==n.get()){i(e,s);try{Ns(t(),n.get())}catch{}}},e(t=>{if(t.key===Ds)if(t.newValue)try{s(JSON.parse(t.newValue))}catch{}else s(null)}),Object.defineProperty(n,"name",{value:"storageAtom",writable:!0,configurable:!0,enumerable:!1}),n}function js(t){"undefined"!=typeof window&&window.addEventListener("storage",t)}class Us{constructor(){this.lsAtom=Ls(()=>localStorage,t=>js(e=>{e.storageArea===localStorage&&t(e)})),this.ssAtom=Ls(()=>sessionStorage,t=>js(e=>{e.storageArea===sessionStorage&&t(e)}))}}const Fs="mates-theme";function Vs(t){return"auto"===t?function(){try{return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}catch{return"light"}}():t}const Ws=function(){const t=Nn(function(){try{const t=localStorage.getItem(Fs);return"light"===t||"dark"===t||"auto"===t?t:null}catch{return null}}()??"auto",{skipRestrictedContextCheck:!0}),e=t;if(e.setToLight=()=>{t.set("light")},e.setToDark=()=>{t.set("dark")},e.setToAuto=()=>{t.set("auto")},e.toggle=()=>{const e=Vs(t.get());t.set("dark"===e?"light":"dark")},Object.defineProperty(e,"resolved",{get:()=>Vs(t.get()),enumerable:!1,configurable:!0}),Object.defineProperty(e,"name",{value:"themeAtom",writable:!0,configurable:!0,enumerable:!1}),xs(()=>{const e=t.get();!function(t){try{document.documentElement.setAttribute("data-theme",Vs(t))}catch{}}(e),function(t){try{"auto"===t?localStorage.removeItem(Fs):localStorage.setItem(Fs,t)}catch{}}(e)}),"undefined"!=typeof window&&window.matchMedia)try{window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>{"auto"===t.get()&&t.set("auto")})}catch{}return e};class Bs{constructor(){this.themeAtom=Ws(),this.titleAtom=function(){const t=Nn("undefined"!=typeof document?document.title:"");return xs(()=>{"undefined"!=typeof document&&(document.title=t.get())}),t}()}}class Hs{constructor(){this._router=new zs,this._fetch=new Rs,this._storage=new Us,this._theme=new Bs}get pathAtom(){return this._router.pathAtom}get qsAtom(){return this._router.qsAtom}get hashAtom(){return this._router.hashAtom}get historyStateAtom(){return this._router.historyStateAtom}get navigationLocked(){return this._router.navigationLocked}get navigationRequestEvent(){return this._router.navigationRequestEvent}get location(){return this._router.location}navigateTo(t,e,n){return this._router.navigateTo(t,e,n)}lockNavigation(){return this._router.lockNavigation()}unlockNavigation(){return this._router.unlockNavigation()}onNavigationRequest(t){return this._router.onNavigationRequest(t)}get fetchClient(){return this._fetch.fetchClient}interceptBefore(t){return this._fetch.interceptBefore(t)}interceptAfter(t){return this._fetch.interceptAfter(t)}interceptError(t){return this._fetch.interceptError(t)}clearInterceptors(){return this._fetch.clearInterceptors()}get lsAtom(){return this._storage.lsAtom}get ssAtom(){return this._storage.ssAtom}get themeAtom(){return this._theme.themeAtom}get titleAtom(){return this._theme.titleAtom}}const Ys=t=>"function"==typeof t&&!0===t.__isAtom___&&"function"==typeof t.set&&"function"==typeof t.__subscribe,qs=t=>"function"==typeof t,Xs=t=>"AsyncFunction"===t.constructor.name,Zs=(t,e,n,s)=>{if(Ys(t)){const i=t,o=Nn(i(),s),r=n(o.set,e),a=n(o.update,e);return o.set=r,o.update=a,i.__subscribe(()=>{Ie.schedule(()=>o.set(i()))}),ve(o,()=>{r.cancel(),a.cancel()}),o}const i=Nn(t,s),o=n(i.set,e),r=n(i.update,e);return i.set=o,i.update=r,ve(i,()=>{o.cancel(),r.cancel()}),i};const Gs=(t=[],e)=>{const n=new Map(t),s=Nn(n,e),i=n.set.bind(n);n.set=(t,e)=>(i(t,e),s.update(()=>{}),n);const o=n.delete.bind(n);n.delete=t=>{const e=o(t);return s.update(()=>{}),e};const r=n.clear.bind(n);n.clear=()=>{r(),s.update(()=>{})};const a=n.get.bind(n);n.get=t=>(s.get(),a(t));const l=n.has.bind(n);n.has=t=>(s.get(),l(t));const c=Object.getOwnPropertyDescriptor(Map.prototype,"size");Object.defineProperty(n,"size",{get:()=>(s.get(),c.get.call(n))});const h=n.entries.bind(n);n.entries=()=>(s.get(),h());const u=n.values.bind(n);n.values=()=>(s.get(),u());const d=n.keys.bind(n);n.keys=()=>(s.get(),d());const f=n.forEach.bind(n);n.forEach=(t,e)=>(s.get(),f(t,e));const p=n[Symbol.iterator].bind(n);return n[Symbol.iterator]=()=>(s.get(),p()),n.update=t=>{const e={set:(t,n)=>(i(t,n),e),delete:t=>o(t),clear:()=>{r()},get:t=>a(t),has:t=>l(t),entries:()=>h(),values:()=>u(),keys:()=>d(),forEach:(t,e)=>f(t,e),[Symbol.iterator]:()=>p(),get size(){return c.get.call(n)}};return t(e),s.update(()=>{}),n},n.updateItem=(t,e)=>{const i=a(t);return null==i||"object"!=typeof i||(e(i),s.update(()=>{})),n},Object.defineProperty(n,"__isAtom___",{value:s,writable:!1,enumerable:!1}),Object.defineProperty(n,"__version__",{get:()=>s.__version__,enumerable:!1}),n};function Ks(t,e=2){let n=parseFloat(String(t).trim());Number.isFinite(n)||(n=0);const s=10**e;return Math.round(n*s)/s}function Qs(t,e,n){const s=jn(t,{skipRestrictedContextCheck:!0,...n}),i=jn([],{skipRestrictedContextCheck:!0,...n});function o(){const t=s.get(),n=e.map(e=>e(t)).filter(t=>null!=t&&""!==t);return i.set(n),n}const r=s.set;s.set=function(t,e=!1){r(t,e),o()};const a=s.update;s.update=function(t,e=!1){a(t,e),o()};const l=s;return Object.defineProperty(l,"__isFormAtom__",{value:!0,writable:!1,enumerable:!1,configurable:!1}),Object.defineProperty(l,"errors",{get:()=>i.get(),enumerable:!1,configurable:!0}),Object.defineProperty(l,"isValid",{get:()=>0===i.get().length,enumerable:!1,configurable:!0}),l.validate=o,l.toFloat=()=>Ks(s.get()),l.toFloatString=()=>Ks(s.get()).toString(),l.toValidNumber=()=>function(t){const e=Number(t);return Number.isFinite(e)?e:0}(s.get()),Object.defineProperty(l,"name",{value:"formAtom",writable:!0,configurable:!0,enumerable:!1}),l}function Js(t){return null!==t&&"object"==typeof t&&!Array.isArray(t)}function ti(t){return null==t||("string"==typeof t||Array.isArray(t)?0===t.length:t instanceof Map||t instanceof Set?0===t.size:"object"==typeof t&&0===Object.keys(t).length)}function ei(t){const e=new Set,n=[Object.prototype,Array.prototype,Function.prototype,String.prototype,Number.prototype,Boolean.prototype,Symbol.prototype,Date.prototype,RegExp.prototype,Map.prototype,Set.prototype,WeakMap.prototype,WeakSet.prototype,Promise.prototype,Error.prototype];let s=t;for(;s&&!n.includes(s);){for(const t of Reflect.ownKeys(s))"constructor"!==t&&e.add(t);s=Object.getPrototypeOf(s)}return Array.from(e)}const ni=t=>{const e=we();if(e&&e.scopes.has(t))throw new Error("Scope already exists for the same class for this component");let n;te.viewOuterInProgress=!0;try{n=new t}finally{te.viewOuterInProgress=!1}const s=te.setupInProgress;try{if((()=>{ei(n).forEach(t=>{const e=Object.getOwnPropertyDescriptor(n,t)||Object.getOwnPropertyDescriptor(Object.getPrototypeOf(n),t);if(e&&(e.get||e.set))return;const s=n[t];"function"!=typeof s||s.__version__||(n[t]=s.bind(n))})})(),"function"==typeof n.setup){Xs(n.setup)&&console.warn("Async setup functions are not supported. Please ensure the setup function is synchronous."),te.setupInProgress=!0;try{n.setup(e?._propsFn||(()=>({})))}catch(t){console.error(t)}finally{te.setupInProgress=s}}e&&e.addScope(t,n),n.__isScope___=!0}catch(t){console.error(t)}finally{te.setupInProgress=s}return n},si=t=>{let e=null;const n=new CustomEvent("request-parent-scope",{bubbles:!0,composed:!0,detail:{ScopeClass:t,resolve:t=>{e=t}}}),s=we();if(s)s.dispatchEvent(n);else if("undefined"!=typeof document){const t=document.querySelector("x-view");t&&t.dispatchEvent(n)}if(e)return e;throw new Error(`No parent scope found for ${t.name}`)},ii=new Set;function oi(){return[...ii]}function ri(t,e){let n=t;for(;n&&n!==Object.prototype;){const t=Object.getOwnPropertyDescriptor(n,e);if(t)return t;n=Object.getPrototypeOf(n)}}const ai=(t,e,n)=>{const s=ei(t);s.forEach(s=>{const i=ri(t,s);if(i?.get){let n,o=-1;const r=i.get;Object.defineProperty(t,s,{get(){const s=e.__version__;return s!==o&&(o=s,n=r.call(t)),n},configurable:!0,enumerable:i.enumerable})}else if(qs(t[s])){if(Xs(t[s]))throw new Error(`Async functions are not supported inside ${n}`);const i=t[s];t[s]=(...n)=>{e.update(()=>i.apply(t,n))}}});const i=Object.create(t);return s.forEach(n=>{const s=ri(t,n);if(!s)return;const o=!!s.get,r=!o&&qs(s.value);o||r||Object.defineProperty(i,n,{get:()=>e()[n],set(t){e.update(e=>{e[n]=t})},enumerable:!0,configurable:!0})}),i},li=(t,e={})=>S`<x-view .view=${t} .props=${e}></x-view>`,ci=li,hi=li,ui=(t,e)=>F(li(di,{viewFn:t}),e),di=t=>{ni(zs),ni(Rs),ni(Us),ni(Bs),ni(Hs);for(const t of oi())ni(t);const e=t().viewFn;return()=>li(e)},fi=ui,pi=t=>{const e=As(),n=t().condition,s=Nn(n),i=Nn(n);return xs(()=>{const n=i();if(n===s.get())return;const o=e.value;if(!o)return void s.set(n);const r=t().config;Ss({el:o,exit:r?.exit??Rn(200),enter:r?.enter??Mn(250),swap:()=>s.set(n),getEl:()=>e.value,isStale:()=>i.get()!==n})}),Ne(()=>{const n=e.value;if(!n)return;const s=t().config;bs(n,s?.enter??Mn(250))}),()=>{const n=s(),{condition:o,trueTpl:r,falseTpl:a}=t();return i.get()!==o&&i.set(o),S`
100
+ <div ${ks(e)} style="position:relative">
110
101
  ${n?r:a}
111
102
  </div>
112
- `}};function Ks(t,e,n=C,s){return Zn(Zs,{condition:t,trueTpl:e,falseTpl:n,config:s})}function Qs(t){const e=Jt.isHookRunning;Jt.isHookRunning=!0;try{return t()}finally{Jt.isHookRunning=e}}function Js(t){var e,n,s,i,o;e=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,o=new WeakMap;const r=Y(class extends ut{constructor(t){if(super(t),e.set(this,null),n.set(this,!1),s.set(this,null),i.set(this,!1),o.set(this,null),t.type!==H)throw new Error("eleHook() must be used as an element expression, e.g. html`<div ${myHook()}>`")}update(r,a){const l=r.element;if(!le(this,i,"f")||l.isConnected){if(!le(this,n,"f")){ce(this,s,l,"f"),ce(this,i,!1,"f");const r=Gs(le(this,s,"f")),c=Qs(()=>t(r,...a));return ce(this,e,c??null,"f"),ce(this,n,!0,"f"),void ce(this,o,a,"f")}le(this,e,"f")?.onUpdate&&Qs(()=>le(this,e,"f").onUpdate(...a)),ce(this,o,a,"f")}else console.log("[eleHook] UPDATE SKIPPED — disconnected & host detached, el:",l)}render(...t){}disconnected(){ce(this,i,!0,"f"),console.log("[eleHook] DISCONNECTED — el:",le(this,s,"f"),"mounted:",le(this,n,"f"),"hasCleanup:",!!le(this,e,"f")?.onCleanup),le(this,e,"f")?.onCleanup&&le(this,e,"f").onCleanup(),ce(this,e,null,"f"),ce(this,n,!1,"f")}reconnected(){if(console.log("[eleHook] RECONNECTED — el:",le(this,s,"f"),"was disconnected:",le(this,i,"f"),"will re-mount:",!(!le(this,i,"f")||le(this,n,"f")||!le(this,s,"f")||!le(this,o,"f"))),ce(this,i,!1,"f"),!le(this,n,"f")&&le(this,s,"f")&&le(this,o,"f")){const i=Gs(le(this,s,"f")),r=Qs(()=>t(i,...le(this,o,"f")));ce(this,e,r??null,"f"),ce(this,n,!0,"f"),console.log("[eleHook] RE-MOUNTED after reconnect — el:",le(this,s,"f"))}}});return(...t)=>r(...t)}const ti=Js((t,e)=>(t.attr(e),{onUpdate(e){t.attr(e)},onCleanup(){t.attr({})}}));const ei=Js((t,e)=>{const n=t.el;let s=new Set;const i=t=>{const e=(t=>{const e=new Set;if(Array.isArray(t))for(const n of t)if(Array.isArray(n)){if(2===n.length){const[t,s]=n;t&&s&&e.add(s)}else if(3===n.length){const[t,s,i]=n,o=t?s:i;o&&e.add(o)}}else"string"==typeof n&&n&&e.add(n);else for(const[n,s]of Object.entries(t))s&&e.add(n);return e})(t);for(const t of s)e.has(t)||n.classList.remove(t);for(const t of e)s.has(t)||n.classList.add(t);s=e};return i(e),{onUpdate(t){i(t)},onCleanup(){for(const t of s)n.classList.remove(t);s=new Set}}});const ni=Js((t,e,n)=>{const s=t.el;let i=n;const o=t=>{const e=t;i(e.detail,e)};return s.addEventListener(e,o),{onUpdate(t,e){i=e},onCleanup(){s.removeEventListener(e,o)}}});function si(t,e){if(e<=0)return{start(){t()},pause(){},resume(){},stop(){},get state(){return"stopped"},get remaining(){return 0}};let n="idle",s=e,i=0,o=null;function r(){null!==o&&(clearTimeout(o),o=null)}function a(){const t=performance.now()-i;return Math.max(0,s-t)}function l(){r(),o=setTimeout(()=>{o=null,n="stopped",s=0,t()},s)}return{start(){"running"!==n&&(s=e,i=performance.now(),n="running",l())},pause(){"running"===n&&(s=a(),r(),n="paused")},resume(){if("paused"===n){if(s<=0)return n="stopped",s=0,void t();i=performance.now(),n="running",l()}},stop(){r(),n="stopped",s=e},get state(){return n},get remaining(){return"running"===n?a():s}}}const ii=Js((t,e)=>{const n=t.el;let s=si(()=>{n.remove()},e);return s.start(),{onUpdate(t){t!==e&&(e=t,s.stop(),s=si(()=>{n.remove()},e),s.start())},onCleanup(){s.stop()}}});function oi(t){const e=Jt.isHookRunning;Jt.isHookRunning=!0;try{return t()}finally{Jt.isHookRunning=e}}function ri(t){var e,n,s,i,o,r;e=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap;const a=Y(class extends ut{constructor(t){if(super(t),e.set(this,null),n.set(this,!1),s.set(this,!1),i.set(this,!1),o.set(this,null),r.set(this,t=>{le(this,i,"f")?ce(this,o,t,"f"):this.setValue(t)}),t.type!==V)throw new Error("htmlHook() must be used as a child expression, e.g. html`<div>${myHook()}</div>`")}update(a,l){if(!le(this,s,"f")||this.isConnected){if(ce(this,i,!0,"f"),ce(this,o,null,"f"),le(this,n,"f"))le(this,e,"f")?.onUpdate&&oi(()=>le(this,e,"f").onUpdate(...l));else{const s=oi(()=>t(le(this,r,"f"),...l));ce(this,e,s??null,"f"),ce(this,n,!0,"f")}if(ce(this,i,!1,"f"),null!==le(this,o,"f")){const t=le(this,o,"f");return ce(this,o,null,"f"),t}}else console.log("[htmlHook] UPDATE SKIPPED — disconnected & part detached")}render(...t){}disconnected(){ce(this,s,!0,"f"),le(this,e,"f")?.onCleanup&&le(this,e,"f").onCleanup(),ce(this,n,!1,"f"),ce(this,e,null,"f")}reconnected(){le(this,s,"f")&&(ce(this,s,!1,"f"),ce(this,n,!1,"f"),ce(this,e,null,"f"))}});return(...t)=>a(...t)}const ai=Js((t,e)=>{let n=e;const s=new IntersectionObserver(t=>{for(const e of t)e.isIntersecting?n.onVisible?.():n.onHidden?.()},{rootMargin:e.rootMargin??"0px",threshold:e.threshold??0});return s.observe(t.el),{onUpdate(t){n=t},onCleanup(){s.disconnect()}}});const li=Js((t,e,n)=>{let s=e,i=!1,o=!0;const r=new IntersectionObserver(t=>{for(const e of t){const t=e.isIntersecting;if(o)return o=!1,void(i=t);t&&!i&&s(),i=t}},{rootMargin:n?.rootMargin??"0px",threshold:n?.threshold??0});return r.observe(t.el),{onUpdate(t,e){s=t},onCleanup(){r.disconnect(),i=!1,o=!0}}});const ci=Js((t,e)=>{e(t.el)}),hi=Js((t,e)=>{let n=e;return{onUpdate(t){n=t},onCleanup(){n(t.el)}}});Js((t,e)=>({onUpdate(e){e(t.el)}}));const ui=ri((t,e,n,s,i)=>{function o(t,e,n){return"function"==typeof e?{keyFn:t,template:e,opts:n??{}}:{keyFn:null,template:t,opts:e??{}}}function r(t,e,n,s){const i=s.columns??3,o=s.gap??12,r=s.containerClass??"",a=[`column-count:${i}`,`column-gap:${o}px`,s.containerStyle??""].filter(Boolean).join(";"),l=["break-inside:avoid",`margin-bottom:${o}px`,"display:inline-block","width:100%","box-sizing:border-box"].join(";"),c=t,h=Et(c,e||((t,e)=>e),(t,e)=>b`
103
+ `}};function mi(t,e,n=E,s){return li(pi,{condition:t,trueTpl:e,falseTpl:n,config:s})}function _i(t){const e=te.isHookRunning;te.isHookRunning=!0;try{return t()}finally{te.isHookRunning=e}}function gi(t){var e,n,s,i,o;e=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,o=new WeakMap;const r=q(class extends dt{constructor(t){if(super(t),e.set(this,null),n.set(this,!1),s.set(this,null),i.set(this,!1),o.set(this,null),t.type!==Y)throw new Error("eleHook() must be used as an element expression, e.g. html`<div ${myHook()}>`")}update(r,a){const l=r.element;if(!ce(this,i,"f")||l.isConnected){if(!ce(this,n,"f")){he(this,s,l,"f"),he(this,i,!1,"f");const r=vs(ce(this,s,"f")),c=_i(()=>t(r,...a));return he(this,e,c??null,"f"),he(this,n,!0,"f"),void he(this,o,a,"f")}ce(this,e,"f")?.onUpdate&&_i(()=>ce(this,e,"f").onUpdate(...a)),he(this,o,a,"f")}else console.log("[eleHook] UPDATE SKIPPED — disconnected & host detached, el:",l)}render(...t){}disconnected(){he(this,i,!0,"f"),console.log("[eleHook] DISCONNECTED — el:",ce(this,s,"f"),"mounted:",ce(this,n,"f"),"hasCleanup:",!!ce(this,e,"f")?.onCleanup),ce(this,e,"f")?.onCleanup&&ce(this,e,"f").onCleanup(),he(this,e,null,"f"),he(this,n,!1,"f")}reconnected(){if(console.log("[eleHook] RECONNECTED — el:",ce(this,s,"f"),"was disconnected:",ce(this,i,"f"),"will re-mount:",!(!ce(this,i,"f")||ce(this,n,"f")||!ce(this,s,"f")||!ce(this,o,"f"))),he(this,i,!1,"f"),!ce(this,n,"f")&&ce(this,s,"f")&&ce(this,o,"f")){const i=vs(ce(this,s,"f")),r=_i(()=>t(i,...ce(this,o,"f")));he(this,e,r??null,"f"),he(this,n,!0,"f"),console.log("[eleHook] RE-MOUNTED after reconnect — el:",ce(this,s,"f"))}}});return(...t)=>r(...t)}const yi=gi((t,e)=>(t.attr(e),{onUpdate(e){t.attr(e)},onCleanup(){t.attr({})}}));const wi=gi((t,e)=>{const n=t.el;let s=new Set;const i=t=>{const e=(t=>{const e=new Set;if(Array.isArray(t))for(const n of t)if(Array.isArray(n)){if(2===n.length){const[t,s]=n;t&&s&&e.add(s)}else if(3===n.length){const[t,s,i]=n,o=t?s:i;o&&e.add(o)}}else"string"==typeof n&&n&&e.add(n);else for(const[n,s]of Object.entries(t))s&&e.add(n);return e})(t);for(const t of s)e.has(t)||n.classList.remove(t);for(const t of e)s.has(t)||n.classList.add(t);s=e};return i(e),{onUpdate(t){i(t)},onCleanup(){for(const t of s)n.classList.remove(t);s=new Set}}});const vi=gi((t,e,n)=>{const s=t.el;let i=n;const o=t=>{const e=t;i(e.detail,e)};return s.addEventListener(e,o),{onUpdate(t,e){i=e},onCleanup(){s.removeEventListener(e,o)}}});function bi(t,e){if(e<=0)return{start(){t()},pause(){},resume(){},stop(){},get state(){return"stopped"},get remaining(){return 0}};let n="idle",s=e,i=0,o=null;function r(){null!==o&&(clearTimeout(o),o=null)}function a(){const t=performance.now()-i;return Math.max(0,s-t)}function l(){r(),o=setTimeout(()=>{o=null,n="stopped",s=0,t()},s)}return{start(){"running"!==n&&(s=e,i=performance.now(),n="running",l())},pause(){"running"===n&&(s=a(),r(),n="paused")},resume(){if("paused"===n){if(s<=0)return n="stopped",s=0,void t();i=performance.now(),n="running",l()}},stop(){r(),n="stopped",s=e},get state(){return n},get remaining(){return"running"===n?a():s}}}const Si=gi((t,e)=>{const n=t.el;let s=bi(()=>{n.remove()},e);return s.start(),{onUpdate(t){t!==e&&(e=t,s.stop(),s=bi(()=>{n.remove()},e),s.start())},onCleanup(){s.stop()}}});function xi(t){const e=te.isHookRunning;te.isHookRunning=!0;try{return t()}finally{te.isHookRunning=e}}function Ci(t){var e,n,s,i,o,r;e=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,o=new WeakMap,r=new WeakMap;const a=q(class extends dt{constructor(t){if(super(t),e.set(this,null),n.set(this,!1),s.set(this,!1),i.set(this,!1),o.set(this,null),r.set(this,t=>{ce(this,i,"f")?he(this,o,t,"f"):this.setValue(t)}),t.type!==W)throw new Error("htmlHook() must be used as a child expression, e.g. html`<div>${myHook()}</div>`")}update(a,l){if(!ce(this,s,"f")||this.isConnected){if(he(this,i,!0,"f"),he(this,o,null,"f"),ce(this,n,"f"))ce(this,e,"f")?.onUpdate&&xi(()=>ce(this,e,"f").onUpdate(...l));else{const s=xi(()=>t(ce(this,r,"f"),...l));he(this,e,s??null,"f"),he(this,n,!0,"f")}if(he(this,i,!1,"f"),null!==ce(this,o,"f")){const t=ce(this,o,"f");return he(this,o,null,"f"),t}}else console.log("[htmlHook] UPDATE SKIPPED — disconnected & part detached")}render(...t){}disconnected(){he(this,s,!0,"f"),ce(this,e,"f")?.onCleanup&&ce(this,e,"f").onCleanup(),he(this,n,!1,"f"),he(this,e,null,"f")}reconnected(){ce(this,s,"f")&&(he(this,s,!1,"f"),he(this,n,!1,"f"),he(this,e,null,"f"))}});return(...t)=>a(...t)}const Ei=gi((t,e)=>{let n=e;const s=new IntersectionObserver(t=>{for(const e of t)e.isIntersecting?n.onVisible?.():n.onHidden?.()},{rootMargin:e.rootMargin??"0px",threshold:e.threshold??0});return s.observe(t.el),{onUpdate(t){n=t},onCleanup(){s.disconnect()}}});const Ai=gi((t,e,n)=>{let s=e,i=!1,o=!0;const r=new IntersectionObserver(t=>{for(const e of t){const t=e.isIntersecting;if(o)return o=!1,void(i=t);t&&!i&&s(),i=t}},{rootMargin:n?.rootMargin??"0px",threshold:n?.threshold??0});return r.observe(t.el),{onUpdate(t,e){s=t},onCleanup(){r.disconnect(),i=!1,o=!0}}});const ki=gi((t,e)=>{e(t.el)}),Mi=gi((t,e)=>{let n=e;return{onUpdate(t){n=t},onCleanup(){n(t.el)}}});gi((t,e)=>({onUpdate(e){e(t.el)}}));const Ri=Ci((t,e,n,s,i)=>{function o(t,e,n){return"function"==typeof e?{keyFn:t,template:e,opts:n??{}}:{keyFn:null,template:t,opts:e??{}}}function r(t,e,n,s){const i=s.columns??3,o=s.gap??12,r=s.containerClass??"",a=[`column-count:${i}`,`column-gap:${o}px`,s.containerStyle??""].filter(Boolean).join(";"),l=["break-inside:avoid",`margin-bottom:${o}px`,"display:inline-block","width:100%","box-sizing:border-box"].join(";"),c=t,h=At(c,e||((t,e)=>e),(t,e)=>S`
113
104
  <div style="${l}">${n(t,e)}</div>
114
- `);return b`
105
+ `);return S`
115
106
  <div class="${r}" style="${a}">
116
107
  ${h}
117
108
  </div>
118
- `}const{keyFn:a,template:l,opts:c}=o(n,s,i);return t(r(e,a,l,c)),{onUpdate(e,n,s,i){const{keyFn:a,template:l,opts:c}=o(n,s,i);t(r(e,a,l,c))}}});var di,fi;di=new WeakMap,fi=new WeakMap;const pi=Y(class extends ut{constructor(t){if(super(t),di.set(this,null),fi.set(this,null),t.type!==V)throw new Error("memoTemplate() must be used as a child expression, e.g. html`<div>${memoTemplate(keys, () => html`...`)}</div>`")}update(t,[e,n]){return null!==le(this,di,"f")&&function(t,e){if(t.length!==e.length)return!1;for(let n=0;n<e.length;n++)if(!Object.is(t[n],e[n]))return!1;return!0}(le(this,di,"f"),e)||(ce(this,fi,n(),"f"),ce(this,di,e.slice(),"f")),le(this,fi,"f")}render(t,e){return e()}disconnected(){}reconnected(){}});function mi(t,e,n){const s={current:n},i=t=>{s.current?.(t)};return t.addEventListener(e,i),{handler:n,handlerRef:s,cleanup:()=>t.removeEventListener(e,i)}}function gi(t){t.cleanup()}function _i(t){for(const e of t.values())e.cleanup();t.clear()}function yi(t,e){const n={current:e},s=e=>{const s=e.target;s&&!t.contains(s)&&n.current?.(e)};return document.addEventListener("mousedown",s,!0),{handler:e,cleanup:()=>document.removeEventListener("mousedown",s,!0),handlerRef:n}}const wi="__viewport__",vi=new WeakMap;function bi(t,e,n){const s=new Set;let i,o,r=!1;for(const[a,l]of Object.entries(e)){if(!l)continue;const e="enterViewport"===a||"exitViewport"===a||"clickOutside"===a?a:a.toLowerCase();if("enterViewport"===e){i=l,r=!0;continue}if("exitViewport"===e){o=l,r=!0;continue}s.add(e);const c=n.get(e);c?c.handler!==l&&(c.handlerRef&&(c.handlerRef.current=l),c.handler=l):n.set(e,"clickOutside"===e?yi(t,l):mi(t,e,l))}if(r){s.add(wi);const e=n.get(wi);if(e){const t=e;t.enterRef&&(t.enterRef.current=i),t.exitRef&&(t.exitRef.current=o)}else n.set(wi,function(t,e,n){const s={current:e},i={current:n},o=new IntersectionObserver(t=>{for(const e of t)e.isIntersecting?s.current?.(e):i.current?.(e)},{threshold:0});return o.observe(t),{handler:e??n??(()=>{}),cleanup:()=>o.disconnect(),enterRef:s,exitRef:i}}(t,i,o))}for(const[t,e]of n)s.has(t)||(gi(e),n.delete(t))}const Si=Js((t,e)=>{const n=new Map,s=t.el;bi(s,e,n);const i=()=>{_i(n),vi.delete(s)};return vi.set(s,i),{onUpdate(t){bi(s,t,n)},onCleanup(){i()}}});const xi=Js((t,e,n)=>{const s=new Map;let i=null,o=n;const r=(t,e)=>{t!==i&&(_i(s),i=t),function(t,e,n){const s=new Set;for(const[i,o]of Object.entries(e)){if(!o)continue;s.add(i);const e=n.get(i);e?e.handler!==o&&(e.handlerRef&&(e.handlerRef.current=o),e.handler=o):n.set(i,mi(t,i,o))}for(const[t,e]of n)s.has(t)||(gi(e),n.delete(t))}(t,e,s)},a=()=>{_i(s),i=null},l=e.__subscribe(t=>{t?r(t,o):a()});return e.value&&r(e.value,n),{onUpdate(t,n){o=n,e.value&&r(e.value,n)},onCleanup(){a(),l()}}});const Ci=Js((t,e)=>(t.style(e),{onUpdate(e){t.style(e)}}));const Ei=ri((t,e,n)=>{if(n<16)throw new Error(`timerTemplate() ms must be at least 16ms (one frame at 60fps), got ${n}`);let s=e,i=n,o=null;const r=()=>t(s()),a=()=>{o=setInterval(r,i)};return r(),a(),{onUpdate(t,e){s=t,e!==i&&(i=e,null!==o&&(clearInterval(o),o=null),a())},onCleanup(){null!==o&&(clearInterval(o),o=null)}}});
109
+ `}const{keyFn:a,template:l,opts:c}=o(n,s,i);return t(r(e,a,l,c)),{onUpdate(e,n,s,i){const{keyFn:a,template:l,opts:c}=o(n,s,i);t(r(e,a,l,c))}}});var Ti,$i;Ti=new WeakMap,$i=new WeakMap;const Oi=q(class extends dt{constructor(t){if(super(t),Ti.set(this,null),$i.set(this,null),t.type!==W)throw new Error("memoTemplate() must be used as a child expression, e.g. html`<div>${memoTemplate(keys, () => html`...`)}</div>`")}update(t,[e,n]){return null!==ce(this,Ti,"f")&&function(t,e){if(t.length!==e.length)return!1;for(let n=0;n<e.length;n++)if(!Object.is(t[n],e[n]))return!1;return!0}(ce(this,Ti,"f"),e)||(he(this,$i,n(),"f"),he(this,Ti,e.slice(),"f")),ce(this,$i,"f")}render(t,e){return e()}disconnected(){}reconnected(){}});function Ii(t,e,n){const s={current:n},i=t=>{s.current?.(t)};return t.addEventListener(e,i),{handler:n,handlerRef:s,cleanup:()=>t.removeEventListener(e,i)}}function Pi(t){t.cleanup()}function zi(t){for(const e of t.values())e.cleanup();t.clear()}function Di(t,e){const n={current:e},s=e=>{const s=e.target;s&&!t.contains(s)&&n.current?.(e)};return document.addEventListener("mousedown",s,!0),{handler:e,cleanup:()=>document.removeEventListener("mousedown",s,!0),handlerRef:n}}const Ni="__viewport__",Li=new WeakMap;function ji(t,e,n){const s=new Set;let i,o,r=!1;for(const[a,l]of Object.entries(e)){if(!l)continue;const e="enterViewport"===a||"exitViewport"===a||"clickOutside"===a?a:a.toLowerCase();if("enterViewport"===e){i=l,r=!0;continue}if("exitViewport"===e){o=l,r=!0;continue}s.add(e);const c=n.get(e);c?c.handler!==l&&(c.handlerRef&&(c.handlerRef.current=l),c.handler=l):n.set(e,"clickOutside"===e?Di(t,l):Ii(t,e,l))}if(r){s.add(Ni);const e=n.get(Ni);if(e){const t=e;t.enterRef&&(t.enterRef.current=i),t.exitRef&&(t.exitRef.current=o)}else n.set(Ni,function(t,e,n){const s={current:e},i={current:n},o=new IntersectionObserver(t=>{for(const e of t)e.isIntersecting?s.current?.(e):i.current?.(e)},{threshold:0});return o.observe(t),{handler:e??n??(()=>{}),cleanup:()=>o.disconnect(),enterRef:s,exitRef:i}}(t,i,o))}for(const[t,e]of n)s.has(t)||(Pi(e),n.delete(t))}const Ui=gi((t,e)=>{const n=new Map,s=t.el;ji(s,e,n);const i=()=>{zi(n),Li.delete(s)};return Li.set(s,i),{onUpdate(t){ji(s,t,n)},onCleanup(){i()}}});const Fi=gi((t,e,n)=>{const s=new Map;let i=null,o=n;const r=(t,e)=>{t!==i&&(zi(s),i=t),function(t,e,n){const s=new Set;for(const[i,o]of Object.entries(e)){if(!o)continue;s.add(i);const e=n.get(i);e?e.handler!==o&&(e.handlerRef&&(e.handlerRef.current=o),e.handler=o):n.set(i,Ii(t,i,o))}for(const[t,e]of n)s.has(t)||(Pi(e),n.delete(t))}(t,e,s)},a=()=>{zi(s),i=null},l=e.__subscribe(t=>{t?r(t,o):a()});return e.value&&r(e.value,n),{onUpdate(t,n){o=n,e.value&&r(e.value,n)},onCleanup(){a(),l()}}});const Vi=gi((t,e)=>(t.style(e),{onUpdate(e){t.style(e)}}));const Wi=Ci((t,e,n)=>{if(n<16)throw new Error(`timerTemplate() ms must be at least 16ms (one frame at 60fps), got ${n}`);let s=e,i=n,o=null;const r=()=>t(s()),a=()=>{o=setInterval(r,i)};return r(),a(),{onUpdate(t,e){s=t,e!==i&&(i=e,null!==o&&(clearInterval(o),o=null),a())},onCleanup(){null!==o&&(clearInterval(o),o=null)}}});
119
110
  /**
120
111
  * @license
121
112
  * Copyright 2021 Google LLC
122
113
  * SPDX-License-Identifier: BSD-3-Clause
123
114
  */
124
- function Ai(t){return"horizontal"===t?"width":"height"}class ki{_updateOverhang(){this._overhang=Math.max(200,2*this._viewDim1)}_getDefaultConfig(){return{direction:"vertical"}}constructor(t,e){this._latestCoords={left:0,top:0},this._direction=null,this._viewportSize={width:0,height:0},this.totalScrollSize={width:0,height:0},this.offsetWithinScroller={left:0,top:0},this._pendingReflow=!1,this._pendingLayoutUpdate=!1,this._pin=null,this._firstVisible=0,this._lastVisible=0,this._physicalMin=0,this._physicalMax=0,this._first=-1,this._last=-1,this._sizeDim="height",this._secondarySizeDim="width",this._positionDim="top",this._secondaryPositionDim="left",this._scrollPosition=0,this._scrollError=0,this._items=[],this._scrollSize=1,this._overhang=1e3,this._hostSink=t,Promise.resolve().then(()=>this.config=e||this._getDefaultConfig())}set config(t){Object.assign(this,Object.assign({},this._getDefaultConfig(),t))}get config(){return{direction:this.direction}}get items(){return this._items}set items(t){this._setItems(t)}_setItems(t){t!==this._items&&(this._items=t,this._scheduleReflow())}get direction(){return this._direction}set direction(t){(t="horizontal"===t?t:"vertical")!==this._direction&&(this._direction=t,this._sizeDim="horizontal"===t?"width":"height",this._secondarySizeDim="horizontal"===t?"height":"width",this._positionDim="horizontal"===t?"left":"top",this._secondaryPositionDim="horizontal"===t?"top":"left",this._triggerReflow())}get viewportSize(){return this._viewportSize}set viewportSize(t){const{_viewDim1:e,_viewDim2:n}=this;Object.assign(this._viewportSize,t),n!==this._viewDim2?this._scheduleLayoutUpdate():e!==this._viewDim1&&this._checkThresholds(),this._updateOverhang()}get viewportScroll(){return this._latestCoords}set viewportScroll(t){Object.assign(this._latestCoords,t);const e=this._scrollPosition;this._scrollPosition=this._latestCoords[this._positionDim];Math.abs(e-this._scrollPosition)>=1&&this._checkThresholds()}reflowIfNeeded(t=!1){(t||this._pendingReflow)&&(this._pendingReflow=!1,this._reflow())}set pin(t){this._pin=t,this._triggerReflow()}get pin(){if(null!==this._pin){const{index:t,block:e}=this._pin;return{index:Math.max(0,Math.min(t,this.items.length-1)),block:e}}return null}_clampScrollPosition(t){return Math.max(-this.offsetWithinScroller[this._positionDim],Math.min(t,this.totalScrollSize[Ai(this.direction)]-this._viewDim1))}unpin(){null!==this._pin&&(this._sendUnpinnedMessage(),this._pin=null)}_updateLayout(){}get _viewDim1(){return this._viewportSize[this._sizeDim]}get _viewDim2(){return this._viewportSize[this._secondarySizeDim]}_scheduleReflow(){this._pendingReflow=!0}_scheduleLayoutUpdate(){this._pendingLayoutUpdate=!0,this._scheduleReflow()}_triggerReflow(){this._scheduleLayoutUpdate(),Promise.resolve().then(()=>this.reflowIfNeeded())}_reflow(){this._pendingLayoutUpdate&&(this._updateLayout(),this._pendingLayoutUpdate=!1),this._updateScrollSize(),this._setPositionFromPin(),this._getActiveItems(),this._updateVisibleIndices(),this._sendStateChangedMessage()}_setPositionFromPin(){if(null!==this.pin){const t=this._scrollPosition,{index:e,block:n}=this.pin;this._scrollPosition=this._calculateScrollIntoViewPosition({index:e,block:n||"start"})-this.offsetWithinScroller[this._positionDim],this._scrollError=t-this._scrollPosition}}_calculateScrollIntoViewPosition(t){const{block:e}=t,n=Math.min(this.items.length,Math.max(0,t.index)),s=this._getItemPosition(n)[this._positionDim];let i=s;if("start"!==e){const t=this._getItemSize(n)[this._sizeDim];if("center"===e)i=s-.5*this._viewDim1+.5*t;else{const n=s-this._viewDim1+t;if("end"===e)i=n;else{const t=this._scrollPosition;i=Math.abs(t-s)<Math.abs(t-n)?s:n}}}return i+=this.offsetWithinScroller[this._positionDim],this._clampScrollPosition(i)}getScrollIntoViewCoordinates(t){return{[this._positionDim]:this._calculateScrollIntoViewPosition(t)}}_sendUnpinnedMessage(){this._hostSink({type:"unpinned"})}_sendVisibilityChangedMessage(){this._hostSink({type:"visibilityChanged",firstVisible:this._firstVisible,lastVisible:this._lastVisible})}_sendStateChangedMessage(){const t=new Map;if(-1!==this._first&&-1!==this._last)for(let e=this._first;e<=this._last;e++)t.set(e,this._getItemPosition(e));const e={type:"stateChanged",scrollSize:{[this._sizeDim]:this._scrollSize,[this._secondarySizeDim]:null},range:{first:this._first,last:this._last,firstVisible:this._firstVisible,lastVisible:this._lastVisible},childPositions:t};this._scrollError&&(e.scrollError={[this._positionDim]:this._scrollError,[this._secondaryPositionDim]:0},this._scrollError=0),this._hostSink(e)}get _num(){return-1===this._first||-1===this._last?0:this._last-this._first+1}_checkThresholds(){if(0===this._viewDim1&&this._num>0||null!==this._pin)this._scheduleReflow();else{const t=Math.max(0,this._scrollPosition-this._overhang),e=Math.min(this._scrollSize,this._scrollPosition+this._viewDim1+this._overhang);this._physicalMin>t||this._physicalMax<e?this._scheduleReflow():this._updateVisibleIndices({emit:!0})}}_updateVisibleIndices(t){if(-1===this._first||-1===this._last)return;let e=this._first;for(;e<this._last&&Math.round(this._getItemPosition(e)[this._positionDim]+this._getItemSize(e)[this._sizeDim])<=Math.round(this._scrollPosition);)e++;let n=this._last;for(;n>this._first&&Math.round(this._getItemPosition(n)[this._positionDim])>=Math.round(this._scrollPosition+this._viewDim1);)n--;e===this._firstVisible&&n===this._lastVisible||(this._firstVisible=e,this._lastVisible=n,t?.emit&&this._sendVisibilityChangedMessage())}}
115
+ function Bi(t){return"horizontal"===t?"width":"height"}class Hi{_updateOverhang(){this._overhang=Math.max(200,2*this._viewDim1)}_getDefaultConfig(){return{direction:"vertical"}}constructor(t,e){this._latestCoords={left:0,top:0},this._direction=null,this._viewportSize={width:0,height:0},this.totalScrollSize={width:0,height:0},this.offsetWithinScroller={left:0,top:0},this._pendingReflow=!1,this._pendingLayoutUpdate=!1,this._pin=null,this._firstVisible=0,this._lastVisible=0,this._physicalMin=0,this._physicalMax=0,this._first=-1,this._last=-1,this._sizeDim="height",this._secondarySizeDim="width",this._positionDim="top",this._secondaryPositionDim="left",this._scrollPosition=0,this._scrollError=0,this._items=[],this._scrollSize=1,this._overhang=1e3,this._hostSink=t,Promise.resolve().then(()=>this.config=e||this._getDefaultConfig())}set config(t){Object.assign(this,Object.assign({},this._getDefaultConfig(),t))}get config(){return{direction:this.direction}}get items(){return this._items}set items(t){this._setItems(t)}_setItems(t){t!==this._items&&(this._items=t,this._scheduleReflow())}get direction(){return this._direction}set direction(t){(t="horizontal"===t?t:"vertical")!==this._direction&&(this._direction=t,this._sizeDim="horizontal"===t?"width":"height",this._secondarySizeDim="horizontal"===t?"height":"width",this._positionDim="horizontal"===t?"left":"top",this._secondaryPositionDim="horizontal"===t?"top":"left",this._triggerReflow())}get viewportSize(){return this._viewportSize}set viewportSize(t){const{_viewDim1:e,_viewDim2:n}=this;Object.assign(this._viewportSize,t),n!==this._viewDim2?this._scheduleLayoutUpdate():e!==this._viewDim1&&this._checkThresholds(),this._updateOverhang()}get viewportScroll(){return this._latestCoords}set viewportScroll(t){Object.assign(this._latestCoords,t);const e=this._scrollPosition;this._scrollPosition=this._latestCoords[this._positionDim];Math.abs(e-this._scrollPosition)>=1&&this._checkThresholds()}reflowIfNeeded(t=!1){(t||this._pendingReflow)&&(this._pendingReflow=!1,this._reflow())}set pin(t){this._pin=t,this._triggerReflow()}get pin(){if(null!==this._pin){const{index:t,block:e}=this._pin;return{index:Math.max(0,Math.min(t,this.items.length-1)),block:e}}return null}_clampScrollPosition(t){return Math.max(-this.offsetWithinScroller[this._positionDim],Math.min(t,this.totalScrollSize[Bi(this.direction)]-this._viewDim1))}unpin(){null!==this._pin&&(this._sendUnpinnedMessage(),this._pin=null)}_updateLayout(){}get _viewDim1(){return this._viewportSize[this._sizeDim]}get _viewDim2(){return this._viewportSize[this._secondarySizeDim]}_scheduleReflow(){this._pendingReflow=!0}_scheduleLayoutUpdate(){this._pendingLayoutUpdate=!0,this._scheduleReflow()}_triggerReflow(){this._scheduleLayoutUpdate(),Promise.resolve().then(()=>this.reflowIfNeeded())}_reflow(){this._pendingLayoutUpdate&&(this._updateLayout(),this._pendingLayoutUpdate=!1),this._updateScrollSize(),this._setPositionFromPin(),this._getActiveItems(),this._updateVisibleIndices(),this._sendStateChangedMessage()}_setPositionFromPin(){if(null!==this.pin){const t=this._scrollPosition,{index:e,block:n}=this.pin;this._scrollPosition=this._calculateScrollIntoViewPosition({index:e,block:n||"start"})-this.offsetWithinScroller[this._positionDim],this._scrollError=t-this._scrollPosition}}_calculateScrollIntoViewPosition(t){const{block:e}=t,n=Math.min(this.items.length,Math.max(0,t.index)),s=this._getItemPosition(n)[this._positionDim];let i=s;if("start"!==e){const t=this._getItemSize(n)[this._sizeDim];if("center"===e)i=s-.5*this._viewDim1+.5*t;else{const n=s-this._viewDim1+t;if("end"===e)i=n;else{const t=this._scrollPosition;i=Math.abs(t-s)<Math.abs(t-n)?s:n}}}return i+=this.offsetWithinScroller[this._positionDim],this._clampScrollPosition(i)}getScrollIntoViewCoordinates(t){return{[this._positionDim]:this._calculateScrollIntoViewPosition(t)}}_sendUnpinnedMessage(){this._hostSink({type:"unpinned"})}_sendVisibilityChangedMessage(){this._hostSink({type:"visibilityChanged",firstVisible:this._firstVisible,lastVisible:this._lastVisible})}_sendStateChangedMessage(){const t=new Map;if(-1!==this._first&&-1!==this._last)for(let e=this._first;e<=this._last;e++)t.set(e,this._getItemPosition(e));const e={type:"stateChanged",scrollSize:{[this._sizeDim]:this._scrollSize,[this._secondarySizeDim]:null},range:{first:this._first,last:this._last,firstVisible:this._firstVisible,lastVisible:this._lastVisible},childPositions:t};this._scrollError&&(e.scrollError={[this._positionDim]:this._scrollError,[this._secondaryPositionDim]:0},this._scrollError=0),this._hostSink(e)}get _num(){return-1===this._first||-1===this._last?0:this._last-this._first+1}_checkThresholds(){if(0===this._viewDim1&&this._num>0||null!==this._pin)this._scheduleReflow();else{const t=Math.max(0,this._scrollPosition-this._overhang),e=Math.min(this._scrollSize,this._scrollPosition+this._viewDim1+this._overhang);this._physicalMin>t||this._physicalMax<e?this._scheduleReflow():this._updateVisibleIndices({emit:!0})}}_updateVisibleIndices(t){if(-1===this._first||-1===this._last)return;let e=this._first;for(;e<this._last&&Math.round(this._getItemPosition(e)[this._positionDim]+this._getItemSize(e)[this._sizeDim])<=Math.round(this._scrollPosition);)e++;let n=this._last;for(;n>this._first&&Math.round(this._getItemPosition(n)[this._positionDim])>=Math.round(this._scrollPosition+this._viewDim1);)n--;e===this._firstVisible&&n===this._lastVisible||(this._firstVisible=e,this._lastVisible=n,t?.emit&&this._sendVisibilityChangedMessage())}}
125
116
  /**
126
117
  * @license
127
118
  * Copyright 2021 Google LLC
128
119
  * SPDX-License-Identifier: BSD-3-Clause
129
- */class Mi{constructor(t){this._map=new Map,this._roundAverageSize=!1,this.totalSize=0,!0===t?.roundAverageSize&&(this._roundAverageSize=!0)}set(t,e){const n=this._map.get(t)||0;this._map.set(t,e),this.totalSize+=e-n}get averageSize(){if(this._map.size>0){const t=this.totalSize/this._map.size;return this._roundAverageSize?Math.round(t):t}return 0}getSize(t){return this._map.get(t)}clear(){this._map.clear(),this.totalSize=0}}
120
+ */class Yi{constructor(t){this._map=new Map,this._roundAverageSize=!1,this.totalSize=0,!0===t?.roundAverageSize&&(this._roundAverageSize=!0)}set(t,e){const n=this._map.get(t)||0;this._map.set(t,e),this.totalSize+=e-n}get averageSize(){if(this._map.size>0){const t=this.totalSize/this._map.size;return this._roundAverageSize?Math.round(t):t}return 0}getSize(t){return this._map.get(t)}clear(){this._map.clear(),this.totalSize=0}}
130
121
  /**
131
122
  * @license
132
123
  * Copyright 2021 Google LLC
133
124
  * SPDX-License-Identifier: BSD-3-Clause
134
- */const $i=t=>Object.assign({type:zi},t);function Ti(t){return"horizontal"===t?"marginLeft":"marginTop"}function Ri(t){return"horizontal"===t?"marginRight":"marginBottom"}function Oi(t){return"horizontal"===t?"xOffset":"yOffset"}function Ii(t,e){const n=[t,e].sort();return n[1]<=0?Math.min(...n):n[0]>=0?Math.max(...n):n[0]+n[1]}class Pi{constructor(){this._childSizeCache=new Mi,this._marginSizeCache=new Mi,this._metricsCache=new Map}update(t,e){const n=new Set;Object.keys(t).forEach(s=>{const i=Number(s);this._metricsCache.set(i,t[i]),this._childSizeCache.set(i,t[i][Ai(e)]),n.add(i),n.add(i+1)});for(const t of n){const n=this._metricsCache.get(t)?.[Ti(e)]||0,s=this._metricsCache.get(t-1)?.[Ri(e)]||0;this._marginSizeCache.set(t,Ii(n,s))}}get averageChildSize(){return this._childSizeCache.averageSize}get totalChildSize(){return this._childSizeCache.totalSize}get averageMarginSize(){return this._marginSizeCache.averageSize}get totalMarginSize(){return this._marginSizeCache.totalSize}getLeadingMarginValue(t,e){return this._metricsCache.get(t)?.[Ti(e)]||0}getChildSize(t){return this._childSizeCache.getSize(t)}getMarginSize(t){return this._marginSizeCache.getSize(t)}clear(){this._childSizeCache.clear(),this._marginSizeCache.clear(),this._metricsCache.clear()}}class zi extends ki{constructor(){super(...arguments),this._itemSize={width:100,height:100},this._physicalItems=new Map,this._newPhysicalItems=new Map,this._metricsCache=new Pi,this._anchorIdx=null,this._anchorPos=null,this._stable=!0,this._measureChildren=!0,this._estimate=!0}get measureChildren(){return this._measureChildren}updateItemSizes(t){this._metricsCache.update(t,this.direction),this._scheduleReflow()}_getPhysicalItem(t){return this._newPhysicalItems.get(t)??this._physicalItems.get(t)}_getSize(t){return this._getPhysicalItem(t)&&this._metricsCache.getChildSize(t)}_getAverageSize(){return this._metricsCache.averageChildSize||this._itemSize[this._sizeDim]}_estimatePosition(t){const e=this._metricsCache;if(-1===this._first||-1===this._last)return e.averageMarginSize+t*(e.averageMarginSize+this._getAverageSize());if(t<this._first){const n=this._first-t;return this._getPhysicalItem(this._first).pos-(e.getMarginSize(this._first-1)||e.averageMarginSize)-(n*e.averageChildSize+(n-1)*e.averageMarginSize)}{const n=t-this._last;return this._getPhysicalItem(this._last).pos+(e.getChildSize(this._last)||e.averageChildSize)+(e.getMarginSize(this._last)||e.averageMarginSize)+n*(e.averageChildSize+e.averageMarginSize)}}_getPosition(t){const e=this._getPhysicalItem(t),{averageMarginSize:n}=this._metricsCache;return 0===t?this._metricsCache.getMarginSize(0)??n:e?e.pos:this._estimatePosition(t)}_calculateAnchor(t,e){return t<=0?0:e>this._scrollSize-this._viewDim1?this.items.length-1:Math.max(0,Math.min(this.items.length-1,Math.floor((t+e)/2/this._delta)))}_getAnchor(t,e){if(0===this._physicalItems.size)return this._calculateAnchor(t,e);if(this._first<0)return this._calculateAnchor(t,e);if(this._last<0)return this._calculateAnchor(t,e);const n=this._getPhysicalItem(this._first),s=this._getPhysicalItem(this._last),i=n.pos;if(s.pos+this._metricsCache.getChildSize(this._last)<t)return this._calculateAnchor(t,e);if(i>e)return this._calculateAnchor(t,e);let o=this._firstVisible-1,r=-1/0;for(;r<t;){r=this._getPhysicalItem(++o).pos+this._metricsCache.getChildSize(o)}return o}_getActiveItems(){0===this._viewDim1||0===this.items.length?this._clearItems():this._getItems()}_clearItems(){this._first=-1,this._last=-1,this._physicalMin=0,this._physicalMax=0;const t=this._newPhysicalItems;this._newPhysicalItems=this._physicalItems,this._newPhysicalItems.clear(),this._physicalItems=t,this._stable=!0}_getItems(){const t=this._newPhysicalItems;let e,n;if(this._stable=!0,null!==this.pin){const{index:t}=this.pin;this._anchorIdx=t,this._anchorPos=this._getPosition(t)}if(e=this._scrollPosition-this._overhang,n=this._scrollPosition+this._viewDim1+this._overhang,n<0||e>this._scrollSize)return void this._clearItems();null!==this._anchorIdx&&null!==this._anchorPos||(this._anchorIdx=this._getAnchor(e,n),this._anchorPos=this._getPosition(this._anchorIdx));let s=this._getSize(this._anchorIdx);void 0===s&&(this._stable=!1,s=this._getAverageSize());const i=this._metricsCache.getMarginSize(this._anchorIdx)??this._metricsCache.averageMarginSize,o=this._metricsCache.getMarginSize(this._anchorIdx+1)??this._metricsCache.averageMarginSize;0===this._anchorIdx&&(this._anchorPos=i),this._anchorIdx===this.items.length-1&&(this._anchorPos=this._scrollSize-o-s);let r=0;for(this._anchorPos+s+o<e&&(r=e-(this._anchorPos+s+o)),this._anchorPos-i>n&&(r=n-(this._anchorPos-i)),r&&(this._scrollPosition-=r,e-=r,n-=r,this._scrollError+=r),t.set(this._anchorIdx,{pos:this._anchorPos,size:s}),this._first=this._last=this._anchorIdx,this._physicalMin=this._anchorPos-i,this._physicalMax=this._anchorPos+s+o;this._physicalMin>e&&this._first>0;){let e=this._getSize(--this._first);void 0===e&&(this._stable=!1,e=this._getAverageSize());let n=this._metricsCache.getMarginSize(this._first);void 0===n&&(this._stable=!1,n=this._metricsCache.averageMarginSize),this._physicalMin-=e;const s=this._physicalMin;if(t.set(this._first,{pos:s,size:e}),this._physicalMin-=n,!1===this._stable&&!1===this._estimate)break}for(;this._physicalMax<n&&this._last<this.items.length-1;){let e=this._getSize(++this._last);void 0===e&&(this._stable=!1,e=this._getAverageSize());let n=this._metricsCache.getMarginSize(this._last);void 0===n&&(this._stable=!1,n=this._metricsCache.averageMarginSize);const s=this._physicalMax;if(t.set(this._last,{pos:s,size:e}),this._physicalMax+=e+n,!this._stable&&!this._estimate)break}const a=this._calculateError();a&&(this._physicalMin-=a,this._physicalMax-=a,this._anchorPos-=a,this._scrollPosition-=a,t.forEach(t=>t.pos-=a),this._scrollError+=a),this._stable&&(this._newPhysicalItems=this._physicalItems,this._newPhysicalItems.clear(),this._physicalItems=t)}_calculateError(){return 0===this._first?this._physicalMin:this._physicalMin<=0?this._physicalMin-this._first*this._delta:this._last===this.items.length-1?this._physicalMax-this._scrollSize:this._physicalMax>=this._scrollSize?this._physicalMax-this._scrollSize+(this.items.length-1-this._last)*this._delta:0}_reflow(){const{_first:t,_last:e}=this;super._reflow(),(-1===this._first&&-1===this._last||this._first===t&&this._last===e)&&this._resetReflowState()}_resetReflowState(){this._anchorIdx=null,this._anchorPos=null,this._stable=!0}_updateScrollSize(){const{averageMarginSize:t}=this._metricsCache;this._scrollSize=Math.max(1,this.items.length*(t+this._getAverageSize())+t)}get _delta(){const{averageMarginSize:t}=this._metricsCache;return this._getAverageSize()+t}_getItemPosition(t){return{[this._positionDim]:this._getPosition(t),[this._secondaryPositionDim]:0,[Oi(this.direction)]:-(this._metricsCache.getLeadingMarginValue(t,this.direction)??this._metricsCache.averageMarginSize)}}_getItemSize(t){return{[this._sizeDim]:this._getSize(t)||this._getAverageSize(),[this._secondarySizeDim]:this._itemSize[this._secondarySizeDim]}}_viewDim2Changed(){this._metricsCache.clear(),this._scheduleReflow()}}var Di=Object.freeze({__proto__:null,FlowLayout:zi,flow:$i});
125
+ */const qi=t=>Object.assign({type:Ji},t);function Xi(t){return"horizontal"===t?"marginLeft":"marginTop"}function Zi(t){return"horizontal"===t?"marginRight":"marginBottom"}function Gi(t){return"horizontal"===t?"xOffset":"yOffset"}function Ki(t,e){const n=[t,e].sort();return n[1]<=0?Math.min(...n):n[0]>=0?Math.max(...n):n[0]+n[1]}class Qi{constructor(){this._childSizeCache=new Yi,this._marginSizeCache=new Yi,this._metricsCache=new Map}update(t,e){const n=new Set;Object.keys(t).forEach(s=>{const i=Number(s);this._metricsCache.set(i,t[i]),this._childSizeCache.set(i,t[i][Bi(e)]),n.add(i),n.add(i+1)});for(const t of n){const n=this._metricsCache.get(t)?.[Xi(e)]||0,s=this._metricsCache.get(t-1)?.[Zi(e)]||0;this._marginSizeCache.set(t,Ki(n,s))}}get averageChildSize(){return this._childSizeCache.averageSize}get totalChildSize(){return this._childSizeCache.totalSize}get averageMarginSize(){return this._marginSizeCache.averageSize}get totalMarginSize(){return this._marginSizeCache.totalSize}getLeadingMarginValue(t,e){return this._metricsCache.get(t)?.[Xi(e)]||0}getChildSize(t){return this._childSizeCache.getSize(t)}getMarginSize(t){return this._marginSizeCache.getSize(t)}clear(){this._childSizeCache.clear(),this._marginSizeCache.clear(),this._metricsCache.clear()}}class Ji extends Hi{constructor(){super(...arguments),this._itemSize={width:100,height:100},this._physicalItems=new Map,this._newPhysicalItems=new Map,this._metricsCache=new Qi,this._anchorIdx=null,this._anchorPos=null,this._stable=!0,this._measureChildren=!0,this._estimate=!0}get measureChildren(){return this._measureChildren}updateItemSizes(t){this._metricsCache.update(t,this.direction),this._scheduleReflow()}_getPhysicalItem(t){return this._newPhysicalItems.get(t)??this._physicalItems.get(t)}_getSize(t){return this._getPhysicalItem(t)&&this._metricsCache.getChildSize(t)}_getAverageSize(){return this._metricsCache.averageChildSize||this._itemSize[this._sizeDim]}_estimatePosition(t){const e=this._metricsCache;if(-1===this._first||-1===this._last)return e.averageMarginSize+t*(e.averageMarginSize+this._getAverageSize());if(t<this._first){const n=this._first-t;return this._getPhysicalItem(this._first).pos-(e.getMarginSize(this._first-1)||e.averageMarginSize)-(n*e.averageChildSize+(n-1)*e.averageMarginSize)}{const n=t-this._last;return this._getPhysicalItem(this._last).pos+(e.getChildSize(this._last)||e.averageChildSize)+(e.getMarginSize(this._last)||e.averageMarginSize)+n*(e.averageChildSize+e.averageMarginSize)}}_getPosition(t){const e=this._getPhysicalItem(t),{averageMarginSize:n}=this._metricsCache;return 0===t?this._metricsCache.getMarginSize(0)??n:e?e.pos:this._estimatePosition(t)}_calculateAnchor(t,e){return t<=0?0:e>this._scrollSize-this._viewDim1?this.items.length-1:Math.max(0,Math.min(this.items.length-1,Math.floor((t+e)/2/this._delta)))}_getAnchor(t,e){if(0===this._physicalItems.size)return this._calculateAnchor(t,e);if(this._first<0)return this._calculateAnchor(t,e);if(this._last<0)return this._calculateAnchor(t,e);const n=this._getPhysicalItem(this._first),s=this._getPhysicalItem(this._last),i=n.pos;if(s.pos+this._metricsCache.getChildSize(this._last)<t)return this._calculateAnchor(t,e);if(i>e)return this._calculateAnchor(t,e);let o=this._firstVisible-1,r=-1/0;for(;r<t;){r=this._getPhysicalItem(++o).pos+this._metricsCache.getChildSize(o)}return o}_getActiveItems(){0===this._viewDim1||0===this.items.length?this._clearItems():this._getItems()}_clearItems(){this._first=-1,this._last=-1,this._physicalMin=0,this._physicalMax=0;const t=this._newPhysicalItems;this._newPhysicalItems=this._physicalItems,this._newPhysicalItems.clear(),this._physicalItems=t,this._stable=!0}_getItems(){const t=this._newPhysicalItems;let e,n;if(this._stable=!0,null!==this.pin){const{index:t}=this.pin;this._anchorIdx=t,this._anchorPos=this._getPosition(t)}if(e=this._scrollPosition-this._overhang,n=this._scrollPosition+this._viewDim1+this._overhang,n<0||e>this._scrollSize)return void this._clearItems();null!==this._anchorIdx&&null!==this._anchorPos||(this._anchorIdx=this._getAnchor(e,n),this._anchorPos=this._getPosition(this._anchorIdx));let s=this._getSize(this._anchorIdx);void 0===s&&(this._stable=!1,s=this._getAverageSize());const i=this._metricsCache.getMarginSize(this._anchorIdx)??this._metricsCache.averageMarginSize,o=this._metricsCache.getMarginSize(this._anchorIdx+1)??this._metricsCache.averageMarginSize;0===this._anchorIdx&&(this._anchorPos=i),this._anchorIdx===this.items.length-1&&(this._anchorPos=this._scrollSize-o-s);let r=0;for(this._anchorPos+s+o<e&&(r=e-(this._anchorPos+s+o)),this._anchorPos-i>n&&(r=n-(this._anchorPos-i)),r&&(this._scrollPosition-=r,e-=r,n-=r,this._scrollError+=r),t.set(this._anchorIdx,{pos:this._anchorPos,size:s}),this._first=this._last=this._anchorIdx,this._physicalMin=this._anchorPos-i,this._physicalMax=this._anchorPos+s+o;this._physicalMin>e&&this._first>0;){let e=this._getSize(--this._first);void 0===e&&(this._stable=!1,e=this._getAverageSize());let n=this._metricsCache.getMarginSize(this._first);void 0===n&&(this._stable=!1,n=this._metricsCache.averageMarginSize),this._physicalMin-=e;const s=this._physicalMin;if(t.set(this._first,{pos:s,size:e}),this._physicalMin-=n,!1===this._stable&&!1===this._estimate)break}for(;this._physicalMax<n&&this._last<this.items.length-1;){let e=this._getSize(++this._last);void 0===e&&(this._stable=!1,e=this._getAverageSize());let n=this._metricsCache.getMarginSize(this._last);void 0===n&&(this._stable=!1,n=this._metricsCache.averageMarginSize);const s=this._physicalMax;if(t.set(this._last,{pos:s,size:e}),this._physicalMax+=e+n,!this._stable&&!this._estimate)break}const a=this._calculateError();a&&(this._physicalMin-=a,this._physicalMax-=a,this._anchorPos-=a,this._scrollPosition-=a,t.forEach(t=>t.pos-=a),this._scrollError+=a),this._stable&&(this._newPhysicalItems=this._physicalItems,this._newPhysicalItems.clear(),this._physicalItems=t)}_calculateError(){return 0===this._first?this._physicalMin:this._physicalMin<=0?this._physicalMin-this._first*this._delta:this._last===this.items.length-1?this._physicalMax-this._scrollSize:this._physicalMax>=this._scrollSize?this._physicalMax-this._scrollSize+(this.items.length-1-this._last)*this._delta:0}_reflow(){const{_first:t,_last:e}=this;super._reflow(),(-1===this._first&&-1===this._last||this._first===t&&this._last===e)&&this._resetReflowState()}_resetReflowState(){this._anchorIdx=null,this._anchorPos=null,this._stable=!0}_updateScrollSize(){const{averageMarginSize:t}=this._metricsCache;this._scrollSize=Math.max(1,this.items.length*(t+this._getAverageSize())+t)}get _delta(){const{averageMarginSize:t}=this._metricsCache;return this._getAverageSize()+t}_getItemPosition(t){return{[this._positionDim]:this._getPosition(t),[this._secondaryPositionDim]:0,[Gi(this.direction)]:-(this._metricsCache.getLeadingMarginValue(t,this.direction)??this._metricsCache.averageMarginSize)}}_getItemSize(t){return{[this._sizeDim]:this._getSize(t)||this._getAverageSize(),[this._secondarySizeDim]:this._itemSize[this._secondarySizeDim]}}_viewDim2Changed(){this._metricsCache.clear(),this._scheduleReflow()}}var to=Object.freeze({__proto__:null,FlowLayout:Ji,flow:qi});
135
126
  /**
136
127
  * @license
137
128
  * Copyright 2021 Google LLC
138
129
  * SPDX-License-Identifier: BSD-3-Clause
139
- */function Ni(t){return"horizontal"===t?"row":"column"}class Li extends ki{constructor(){super(...arguments),this._itemSize={},this._gaps={},this._padding={}}_getDefaultConfig(){return Object.assign({},super._getDefaultConfig(),{itemSize:{width:"300px",height:"300px"},gap:"8px",padding:"match-gap"})}get _gap(){return this._gaps.row}get _idealSize(){return this._itemSize[Ai(this.direction)]}get _idealSize1(){return this._itemSize[Ai(this.direction)]}get _idealSize2(){return this._itemSize[(t=this.direction,"horizontal"===t?"height":"width")];var t}get _gap1(){return this._gaps[(t=this.direction,"horizontal"===t?"column":"row")];var t}get _gap2(){return this._gaps[Ni(this.direction)]}get _padding1(){const t=this._padding,[e,n]="horizontal"===this.direction?["left","right"]:["top","bottom"];return[t[e],t[n]]}get _padding2(){const t=this._padding,[e,n]="horizontal"===this.direction?["top","bottom"]:["left","right"];return[t[e],t[n]]}set itemSize(t){const e=this._itemSize;"string"==typeof t&&(t={width:t,height:t});const n=parseInt(t.width,10),s=parseInt(t.height,10);n!==e.width&&(e.width=n,this._triggerReflow()),s!==e.height&&(e.height=s,this._triggerReflow())}set gap(t){this._setGap(t)}_setGap(t){const e=t.split(" ").map(t=>function(t){return"auto"===t?1/0:parseInt(t,10)}(t)),n=this._gaps;e[0]!==n.row&&(n.row=e[0],this._triggerReflow()),void 0===e[1]?e[0]!==n.column&&(n.column=e[0],this._triggerReflow()):e[1]!==n.column&&(n.column=e[1],this._triggerReflow())}set padding(t){const e=this._padding,n=t.split(" ").map(t=>function(t){return"match-gap"===t?1/0:parseInt(t,10)}(t));1===n.length?(e.top=e.right=e.bottom=e.left=n[0],this._triggerReflow()):2===n.length?(e.top=e.bottom=n[0],e.right=e.left=n[1],this._triggerReflow()):3===n.length?(e.top=n[0],e.right=e.left=n[1],e.bottom=n[2],this._triggerReflow()):4===n.length&&(["top","right","bottom","left"].forEach((t,s)=>e[t]=n[s]),this._triggerReflow())}}
130
+ */function eo(t){return"horizontal"===t?"row":"column"}class no extends Hi{constructor(){super(...arguments),this._itemSize={},this._gaps={},this._padding={}}_getDefaultConfig(){return Object.assign({},super._getDefaultConfig(),{itemSize:{width:"300px",height:"300px"},gap:"8px",padding:"match-gap"})}get _gap(){return this._gaps.row}get _idealSize(){return this._itemSize[Bi(this.direction)]}get _idealSize1(){return this._itemSize[Bi(this.direction)]}get _idealSize2(){return this._itemSize[(t=this.direction,"horizontal"===t?"height":"width")];var t}get _gap1(){return this._gaps[(t=this.direction,"horizontal"===t?"column":"row")];var t}get _gap2(){return this._gaps[eo(this.direction)]}get _padding1(){const t=this._padding,[e,n]="horizontal"===this.direction?["left","right"]:["top","bottom"];return[t[e],t[n]]}get _padding2(){const t=this._padding,[e,n]="horizontal"===this.direction?["top","bottom"]:["left","right"];return[t[e],t[n]]}set itemSize(t){const e=this._itemSize;"string"==typeof t&&(t={width:t,height:t});const n=parseInt(t.width,10),s=parseInt(t.height,10);n!==e.width&&(e.width=n,this._triggerReflow()),s!==e.height&&(e.height=s,this._triggerReflow())}set gap(t){this._setGap(t)}_setGap(t){const e=t.split(" ").map(t=>function(t){return"auto"===t?1/0:parseInt(t,10)}(t)),n=this._gaps;e[0]!==n.row&&(n.row=e[0],this._triggerReflow()),void 0===e[1]?e[0]!==n.column&&(n.column=e[0],this._triggerReflow()):e[1]!==n.column&&(n.column=e[1],this._triggerReflow())}set padding(t){const e=this._padding,n=t.split(" ").map(t=>function(t){return"match-gap"===t?1/0:parseInt(t,10)}(t));1===n.length?(e.top=e.right=e.bottom=e.left=n[0],this._triggerReflow()):2===n.length?(e.top=e.bottom=n[0],e.right=e.left=n[1],this._triggerReflow()):3===n.length?(e.top=n[0],e.right=e.left=n[1],e.bottom=n[2],this._triggerReflow()):4===n.length&&(["top","right","bottom","left"].forEach((t,s)=>e[t]=n[s]),this._triggerReflow())}}
140
131
  /**
141
132
  * @license
142
133
  * Copyright 2021 Google LLC
143
134
  * SPDX-License-Identifier: BSD-3-Clause
144
- */class ji extends Li{constructor(){super(...arguments),this._metrics=null,this.flex=null,this.justify=null}_getDefaultConfig(){return Object.assign({},super._getDefaultConfig(),{flex:!1,justify:"start"})}set gap(t){super._setGap(t)}_updateLayout(){const t=this.justify,[e,n]=this._padding1,[s,i]=this._padding2;["_gap1","_gap2"].forEach(e=>{const n=this[e];if(n===1/0&&!["space-between","space-around","space-evenly"].includes(t))throw new Error("grid layout: gap can only be set to 'auto' when justify is set to 'space-between', 'space-around' or 'space-evenly'");if(n===1/0&&"_gap2"===e)throw new Error(`grid layout: ${Ni(this.direction)}-gap cannot be set to 'auto' when direction is set to ${this.direction}`)});const o=this.flex||["start","center","end"].includes(t),r={rolumns:-1,itemSize1:-1,itemSize2:-1,gap1:this._gap1===1/0?-1:this._gap1,gap2:o?this._gap2:0,padding1:{start:e===1/0?this._gap1:e,end:n===1/0?this._gap1:n},padding2:o?{start:s===1/0?this._gap2:s,end:i===1/0?this._gap2:i}:{start:0,end:0},positions:[]},a=this._viewDim2-r.padding2.start-r.padding2.end;if(a<=0)r.rolumns=0;else{const s=o?r.gap2:0;let i,l=0,c=0;if(a>=this._idealSize2&&(l=Math.floor((a-this._idealSize2)/(this._idealSize2+s))+1,c=l*this._idealSize2+(l-1)*s),this.flex){(a-c)/(this._idealSize2+s)>=.5&&(l+=1),r.rolumns=l,r.itemSize2=Math.round((a-s*(l-1))/l);switch(!0===this.flex?"area":this.flex.preserve){case"aspect-ratio":r.itemSize1=Math.round(this._idealSize1/this._idealSize2*r.itemSize2);break;case Ai(this.direction):r.itemSize1=Math.round(this._idealSize1);break;default:r.itemSize1=Math.round(this._idealSize1*this._idealSize2/r.itemSize2)}}else r.itemSize1=this._idealSize1,r.itemSize2=this._idealSize2,r.rolumns=l;if(o){const e=r.rolumns*r.itemSize2+(r.rolumns-1)*r.gap2;i=this.flex||"start"===t?r.padding2.start:"end"===t?this._viewDim2-r.padding2.end-e:Math.round(this._viewDim2/2-e/2)}else{const s=a-r.rolumns*r.itemSize2;"space-between"===t?(r.gap2=Math.round(s/(r.rolumns-1)),i=0):"space-around"===t?(r.gap2=Math.round(s/r.rolumns),i=Math.round(r.gap2/2)):(r.gap2=Math.round(s/(r.rolumns+1)),i=r.gap2),this._gap1===1/0&&(r.gap1=r.gap2,e===1/0&&(r.padding1.start=i),n===1/0&&(r.padding1.end=i))}for(let t=0;t<r.rolumns;t++)r.positions.push(i),i+=r.itemSize2+r.gap2}this._metrics=r}}
135
+ */class so extends no{constructor(){super(...arguments),this._metrics=null,this.flex=null,this.justify=null}_getDefaultConfig(){return Object.assign({},super._getDefaultConfig(),{flex:!1,justify:"start"})}set gap(t){super._setGap(t)}_updateLayout(){const t=this.justify,[e,n]=this._padding1,[s,i]=this._padding2;["_gap1","_gap2"].forEach(e=>{const n=this[e];if(n===1/0&&!["space-between","space-around","space-evenly"].includes(t))throw new Error("grid layout: gap can only be set to 'auto' when justify is set to 'space-between', 'space-around' or 'space-evenly'");if(n===1/0&&"_gap2"===e)throw new Error(`grid layout: ${eo(this.direction)}-gap cannot be set to 'auto' when direction is set to ${this.direction}`)});const o=this.flex||["start","center","end"].includes(t),r={rolumns:-1,itemSize1:-1,itemSize2:-1,gap1:this._gap1===1/0?-1:this._gap1,gap2:o?this._gap2:0,padding1:{start:e===1/0?this._gap1:e,end:n===1/0?this._gap1:n},padding2:o?{start:s===1/0?this._gap2:s,end:i===1/0?this._gap2:i}:{start:0,end:0},positions:[]},a=this._viewDim2-r.padding2.start-r.padding2.end;if(a<=0)r.rolumns=0;else{const s=o?r.gap2:0;let i,l=0,c=0;if(a>=this._idealSize2&&(l=Math.floor((a-this._idealSize2)/(this._idealSize2+s))+1,c=l*this._idealSize2+(l-1)*s),this.flex){(a-c)/(this._idealSize2+s)>=.5&&(l+=1),r.rolumns=l,r.itemSize2=Math.round((a-s*(l-1))/l);switch(!0===this.flex?"area":this.flex.preserve){case"aspect-ratio":r.itemSize1=Math.round(this._idealSize1/this._idealSize2*r.itemSize2);break;case Bi(this.direction):r.itemSize1=Math.round(this._idealSize1);break;default:r.itemSize1=Math.round(this._idealSize1*this._idealSize2/r.itemSize2)}}else r.itemSize1=this._idealSize1,r.itemSize2=this._idealSize2,r.rolumns=l;if(o){const e=r.rolumns*r.itemSize2+(r.rolumns-1)*r.gap2;i=this.flex||"start"===t?r.padding2.start:"end"===t?this._viewDim2-r.padding2.end-e:Math.round(this._viewDim2/2-e/2)}else{const s=a-r.rolumns*r.itemSize2;"space-between"===t?(r.gap2=Math.round(s/(r.rolumns-1)),i=0):"space-around"===t?(r.gap2=Math.round(s/r.rolumns),i=Math.round(r.gap2/2)):(r.gap2=Math.round(s/(r.rolumns+1)),i=r.gap2),this._gap1===1/0&&(r.gap1=r.gap2,e===1/0&&(r.padding1.start=i),n===1/0&&(r.padding1.end=i))}for(let t=0;t<r.rolumns;t++)r.positions.push(i),i+=r.itemSize2+r.gap2}this._metrics=r}}
145
136
  /**
146
137
  * @license
147
138
  * Copyright 2021 Google LLC
148
139
  * SPDX-License-Identifier: BSD-3-Clause
149
- */const Ui="MIN";class Fi extends ji{constructor(){super(...arguments),this._RANGE_MAP_GRANULARITY=100,this._positions=new Map,this._rangeMap=new Map}_getDefaultConfig(){return Object.assign({},super._getDefaultConfig(),{getAspectRatio:()=>1})}set getAspectRatio(t){this._getAspectRatio=t}_setItems(t){t!==this._items&&this._scheduleLayoutUpdate(),super._setItems(t)}_getItemSize(t){return{[this._sizeDim]:this._metrics.itemSize1,[this._secondarySizeDim]:this._metrics.itemSize2}}_updateLayout(){super._updateLayout(),this._layOutChildren()}_getRangeMapKey(t,e){const n=this._RANGE_MAP_GRANULARITY;return e===Ui?Math.floor(t/n)*n:Math.ceil(t/n)*n}_layOutChildren(){const t=this._RANGE_MAP_GRANULARITY;this._positions.clear(),this._rangeMap.clear();const{rolumns:e,padding1:n,itemSize2:s,gap1:i,positions:o}=this._metrics;let r=n.start;const a=new Array(e).fill(null).map(t=>r);let l=0,c=0,h=1/0,u=-1/0;if(this.items.forEach((e,d)=>{const f=this._getAspectRatio(e),p="horizontal"===this.direction?s*f:s/f,m=a[l],g=o[l];this._positions.set(d,{[this._positionDim]:m,[this._secondaryPositionDim]:g,[this._sizeDim]:p,[this._secondarySizeDim]:s});const _=m+p,y=this._getRangeMapKey(m,Ui);y<h&&(h=y);const w=this._getRangeMapKey(_,"MAX");w>u&&(u=w);for(let e=y;e<=w;e+=t){const[t,n]=this._rangeMap.get(e)??[1/0,-1/0];this._rangeMap.set(e,[Math.min(d,t),Math.max(d,n)])}c=Math.max(c,_+n.end),a[l]+=p+i,r=1/0,a.forEach((t,e)=>{t<r&&(r=t,l=e)})}),h!==1/0)for(let e=0;e<h;e+=t)this._rangeMap.set(e,[-1,-1]);if(u!==-1/0){const e=this._rangeMap.get(u);for(let n=u+t;n<c+t;n+=t)this._rangeMap.set(n,e)}this._scrollSize=c}_getActiveItems(){const t=this._metrics,{rolumns:e}=t;if(0===e||0===this._rangeMap.size)this._first=-1,this._last=-1,this._physicalMin=0,this._physicalMax=0;else{const t=Math.max(0,this._scrollPosition-this._overhang),e=Math.min(this._scrollSize,this._scrollPosition+this._viewDim1+this._overhang),n=this.items.length-1,s=this._getRangeMapKey(t,Ui),i=this._getRangeMapKey(e,"MAX");let o=n,r=0;for(let t=s;t<=i;t+=this._RANGE_MAP_GRANULARITY){const[e,s]=this._rangeMap.get(t)??[n,0];o=Math.min(o,e),r=Math.max(r,s)}this._first=o,this._last=r}}_getItemPosition(t){return this._positions.get(t)}_updateScrollSize(){}}
140
+ */const io="MIN";class oo extends so{constructor(){super(...arguments),this._RANGE_MAP_GRANULARITY=100,this._positions=new Map,this._rangeMap=new Map}_getDefaultConfig(){return Object.assign({},super._getDefaultConfig(),{getAspectRatio:()=>1})}set getAspectRatio(t){this._getAspectRatio=t}_setItems(t){t!==this._items&&this._scheduleLayoutUpdate(),super._setItems(t)}_getItemSize(t){return{[this._sizeDim]:this._metrics.itemSize1,[this._secondarySizeDim]:this._metrics.itemSize2}}_updateLayout(){super._updateLayout(),this._layOutChildren()}_getRangeMapKey(t,e){const n=this._RANGE_MAP_GRANULARITY;return e===io?Math.floor(t/n)*n:Math.ceil(t/n)*n}_layOutChildren(){const t=this._RANGE_MAP_GRANULARITY;this._positions.clear(),this._rangeMap.clear();const{rolumns:e,padding1:n,itemSize2:s,gap1:i,positions:o}=this._metrics;let r=n.start;const a=new Array(e).fill(null).map(t=>r);let l=0,c=0,h=1/0,u=-1/0;if(this.items.forEach((e,d)=>{const f=this._getAspectRatio(e),p="horizontal"===this.direction?s*f:s/f,m=a[l],_=o[l];this._positions.set(d,{[this._positionDim]:m,[this._secondaryPositionDim]:_,[this._sizeDim]:p,[this._secondarySizeDim]:s});const g=m+p,y=this._getRangeMapKey(m,io);y<h&&(h=y);const w=this._getRangeMapKey(g,"MAX");w>u&&(u=w);for(let e=y;e<=w;e+=t){const[t,n]=this._rangeMap.get(e)??[1/0,-1/0];this._rangeMap.set(e,[Math.min(d,t),Math.max(d,n)])}c=Math.max(c,g+n.end),a[l]+=p+i,r=1/0,a.forEach((t,e)=>{t<r&&(r=t,l=e)})}),h!==1/0)for(let e=0;e<h;e+=t)this._rangeMap.set(e,[-1,-1]);if(u!==-1/0){const e=this._rangeMap.get(u);for(let n=u+t;n<c+t;n+=t)this._rangeMap.set(n,e)}this._scrollSize=c}_getActiveItems(){const t=this._metrics,{rolumns:e}=t;if(0===e||0===this._rangeMap.size)this._first=-1,this._last=-1,this._physicalMin=0,this._physicalMax=0;else{const t=Math.max(0,this._scrollPosition-this._overhang),e=Math.min(this._scrollSize,this._scrollPosition+this._viewDim1+this._overhang),n=this.items.length-1,s=this._getRangeMapKey(t,io),i=this._getRangeMapKey(e,"MAX");let o=n,r=0;for(let t=s;t<=i;t+=this._RANGE_MAP_GRANULARITY){const[e,s]=this._rangeMap.get(t)??[n,0];o=Math.min(o,e),r=Math.max(r,s)}this._first=o,this._last=r}}_getItemPosition(t){return this._positions.get(t)}_updateScrollSize(){}}
150
141
  /**
151
142
  * @license
152
143
  * Copyright 2021 Google LLC
153
144
  * SPDX-License-Identifier: BSD-3-Clause
154
- */class Vi extends Event{constructor(t){super(Vi.eventName,{bubbles:!1}),this.first=t.first,this.last=t.last}}Vi.eventName="rangeChanged";class Wi extends Event{constructor(t){super(Wi.eventName,{bubbles:!1}),this.first=t.first,this.last=t.last}}Wi.eventName="visibilityChanged";class Bi extends Event{constructor(){super(Bi.eventName,{bubbles:!1})}}Bi.eventName="unpinned";
145
+ */class ro extends Event{constructor(t){super(ro.eventName,{bubbles:!1}),this.first=t.first,this.last=t.last}}ro.eventName="rangeChanged";class ao extends Event{constructor(t){super(ao.eventName,{bubbles:!1}),this.first=t.first,this.last=t.last}}ao.eventName="visibilityChanged";class lo extends Event{constructor(){super(lo.eventName,{bubbles:!1})}}lo.eventName="unpinned";
155
146
  /**
156
147
  * @license
157
148
  * Copyright 2021 Google LLC
158
149
  * SPDX-License-Identifier: BSD-3-Clause
159
150
  */
160
- class Hi{constructor(t){this._element=null;const e=t??window;this._node=e,t&&(this._element=t)}get element(){return this._element||document.scrollingElement||document.documentElement}get scrollTop(){return this.element.scrollTop||window.scrollY}get scrollLeft(){return this.element.scrollLeft||window.scrollX}get scrollHeight(){return this.element.scrollHeight}get scrollWidth(){return this.element.scrollWidth}get viewportHeight(){return this._element?this._element.getBoundingClientRect().height:window.innerHeight}get viewportWidth(){return this._element?this._element.getBoundingClientRect().width:window.innerWidth}get maxScrollTop(){return this.scrollHeight-this.viewportHeight}get maxScrollLeft(){return this.scrollWidth-this.viewportWidth}}class Yi extends Hi{constructor(t,e){super(e),this._clients=new Set,this._retarget=null,this._end=null,this.__destination=null,this.correctingScrollError=!1,this._checkForArrival=this._checkForArrival.bind(this),this._updateManagedScrollTo=this._updateManagedScrollTo.bind(this),this.scrollTo=this.scrollTo.bind(this),this.scrollBy=this.scrollBy.bind(this);const n=this._node;this._originalScrollTo=n.scrollTo,this._originalScrollBy=n.scrollBy,this._originalScroll=n.scroll,this._attach(t)}get _destination(){return this.__destination}get scrolling(){return null!==this._destination}scrollTo(t,e){const n="number"==typeof t&&"number"==typeof e?{left:t,top:e}:t;this._scrollTo(n)}scrollBy(t,e){const n="number"==typeof t&&"number"==typeof e?{left:t,top:e}:t;void 0!==n.top&&(n.top+=this.scrollTop),void 0!==n.left&&(n.left+=this.scrollLeft),this._scrollTo(n)}_nativeScrollTo(t){this._originalScrollTo.bind(this._element||window)(t)}_scrollTo(t,e=null,n=null){null!==this._end&&this._end(),"smooth"===t.behavior?(this._setDestination(t),this._retarget=e,this._end=n):this._resetScrollState(),this._nativeScrollTo(t)}_setDestination(t){let{top:e,left:n}=t;return e=void 0===e?void 0:Math.max(0,Math.min(e,this.maxScrollTop)),n=void 0===n?void 0:Math.max(0,Math.min(n,this.maxScrollLeft)),(null===this._destination||n!==this._destination.left||e!==this._destination.top)&&(this.__destination={top:e,left:n,behavior:"smooth"},!0)}_resetScrollState(){this.__destination=null,this._retarget=null,this._end=null}_updateManagedScrollTo(t){this._destination&&this._setDestination(t)&&this._nativeScrollTo(this._destination)}managedScrollTo(t,e,n){return this._scrollTo(t,e,n),this._updateManagedScrollTo}correctScrollError(t){this.correctingScrollError=!0,requestAnimationFrame(()=>requestAnimationFrame(()=>this.correctingScrollError=!1)),this._nativeScrollTo(t),this._retarget&&this._setDestination(this._retarget()),this._destination&&this._nativeScrollTo(this._destination)}_checkForArrival(){if(null!==this._destination){const{scrollTop:t,scrollLeft:e}=this;let{top:n,left:s}=this._destination;n=Math.min(n||0,this.maxScrollTop),s=Math.min(s||0,this.maxScrollLeft);const i=Math.abs(n-t),o=Math.abs(s-e);i<1&&o<1&&(this._end&&this._end(),this._resetScrollState())}}detach(t){return this._clients.delete(t),0===this._clients.size&&(this._node.scrollTo=this._originalScrollTo,this._node.scrollBy=this._originalScrollBy,this._node.scroll=this._originalScroll,this._node.removeEventListener("scroll",this._checkForArrival)),null}_attach(t){this._clients.add(t),1===this._clients.size&&(this._node.scrollTo=this.scrollTo,this._node.scrollBy=this.scrollBy,this._node.scroll=this.scrollTo,this._node.addEventListener("scroll",this._checkForArrival))}}
151
+ class co{constructor(t){this._element=null;const e=t??window;this._node=e,t&&(this._element=t)}get element(){return this._element||document.scrollingElement||document.documentElement}get scrollTop(){return this.element.scrollTop||window.scrollY}get scrollLeft(){return this.element.scrollLeft||window.scrollX}get scrollHeight(){return this.element.scrollHeight}get scrollWidth(){return this.element.scrollWidth}get viewportHeight(){return this._element?this._element.getBoundingClientRect().height:window.innerHeight}get viewportWidth(){return this._element?this._element.getBoundingClientRect().width:window.innerWidth}get maxScrollTop(){return this.scrollHeight-this.viewportHeight}get maxScrollLeft(){return this.scrollWidth-this.viewportWidth}}class ho extends co{constructor(t,e){super(e),this._clients=new Set,this._retarget=null,this._end=null,this.__destination=null,this.correctingScrollError=!1,this._checkForArrival=this._checkForArrival.bind(this),this._updateManagedScrollTo=this._updateManagedScrollTo.bind(this),this.scrollTo=this.scrollTo.bind(this),this.scrollBy=this.scrollBy.bind(this);const n=this._node;this._originalScrollTo=n.scrollTo,this._originalScrollBy=n.scrollBy,this._originalScroll=n.scroll,this._attach(t)}get _destination(){return this.__destination}get scrolling(){return null!==this._destination}scrollTo(t,e){const n="number"==typeof t&&"number"==typeof e?{left:t,top:e}:t;this._scrollTo(n)}scrollBy(t,e){const n="number"==typeof t&&"number"==typeof e?{left:t,top:e}:t;void 0!==n.top&&(n.top+=this.scrollTop),void 0!==n.left&&(n.left+=this.scrollLeft),this._scrollTo(n)}_nativeScrollTo(t){this._originalScrollTo.bind(this._element||window)(t)}_scrollTo(t,e=null,n=null){null!==this._end&&this._end(),"smooth"===t.behavior?(this._setDestination(t),this._retarget=e,this._end=n):this._resetScrollState(),this._nativeScrollTo(t)}_setDestination(t){let{top:e,left:n}=t;return e=void 0===e?void 0:Math.max(0,Math.min(e,this.maxScrollTop)),n=void 0===n?void 0:Math.max(0,Math.min(n,this.maxScrollLeft)),(null===this._destination||n!==this._destination.left||e!==this._destination.top)&&(this.__destination={top:e,left:n,behavior:"smooth"},!0)}_resetScrollState(){this.__destination=null,this._retarget=null,this._end=null}_updateManagedScrollTo(t){this._destination&&this._setDestination(t)&&this._nativeScrollTo(this._destination)}managedScrollTo(t,e,n){return this._scrollTo(t,e,n),this._updateManagedScrollTo}correctScrollError(t){this.correctingScrollError=!0,requestAnimationFrame(()=>requestAnimationFrame(()=>this.correctingScrollError=!1)),this._nativeScrollTo(t),this._retarget&&this._setDestination(this._retarget()),this._destination&&this._nativeScrollTo(this._destination)}_checkForArrival(){if(null!==this._destination){const{scrollTop:t,scrollLeft:e}=this;let{top:n,left:s}=this._destination;n=Math.min(n||0,this.maxScrollTop),s=Math.min(s||0,this.maxScrollLeft);const i=Math.abs(n-t),o=Math.abs(s-e);i<1&&o<1&&(this._end&&this._end(),this._resetScrollState())}}detach(t){return this._clients.delete(t),0===this._clients.size&&(this._node.scrollTo=this._originalScrollTo,this._node.scrollBy=this._originalScrollBy,this._node.scroll=this._originalScroll,this._node.removeEventListener("scroll",this._checkForArrival)),null}_attach(t){this._clients.add(t),1===this._clients.size&&(this._node.scrollTo=this.scrollTo,this._node.scrollBy=this.scrollBy,this._node.scroll=this.scrollTo,this._node.addEventListener("scroll",this._checkForArrival))}}
161
152
  /**
162
153
  * @license
163
154
  * Copyright 2021 Google LLC
164
155
  * SPDX-License-Identifier: BSD-3-Clause
165
- */let qi="undefined"!=typeof window?window.ResizeObserver:void 0;const Xi=Symbol("virtualizerRef"),Gi="virtualizer-sizer";let Zi;class Ki{constructor(t){if(this._benchmarkStart=null,this._layout=null,this._clippingAncestors=[],this._scrollSize=null,this._scrollError=null,this._childrenPos=null,this._childMeasurements=null,this._toBeMeasured=new Map,this._rangeChanged=!0,this._itemsChanged=!0,this._visibilityChanged=!0,this._scrollerController=null,this._isScroller=!1,this._sizer=null,this._hostElementRO=null,this._childrenRO=null,this._mutationObserver=null,this._scrollEndRafId=null,this._scrollEventListeners=[],this._scrollEventListenerOptions={passive:!0},this._loadListener=this._childLoaded.bind(this),this._scrollIntoViewTarget=null,this._updateScrollIntoViewCoordinates=null,this._items=[],this._first=-1,this._last=-1,this._firstVisible=-1,this._lastVisible=-1,this._scheduled=new Map,this._measureCallback=null,this._measureChildOverride=null,this._layoutCompletePromise=null,this._layoutCompleteResolver=null,this._layoutCompleteRejecter=null,this._pendingLayoutComplete=null,this._layoutInitialized=null,this._connected=!1,!t)throw new Error("Virtualizer constructor requires a configuration object");if(!t.hostElement)throw new Error('Virtualizer configuration requires the "hostElement" property');this._init(t)}set items(t){Array.isArray(t)&&t!==this._items&&(this._itemsChanged=!0,this._items=t,this._schedule(this._updateLayout))}_init(t){this._isScroller=!!t.scroller,this._initHostElement(t);const e=t.layout||{};this._layoutInitialized=this._initLayout(e)}_initObservers(){this._mutationObserver=new MutationObserver(this._finishDOMUpdate.bind(this)),this._hostElementRO=new qi(()=>this._hostElementSizeChanged()),this._childrenRO=new qi(this._childrenSizeChanged.bind(this))}_initHostElement(t){this._hostElement=t.hostElement;const e=this._hostElement;this._applyVirtualizerStyles(),e[Xi]=this}connected(){this._initObservers();const t=this._isScroller;this._clippingAncestors=function(t,e=!1){let n=!1;return function(t,e=!1){const n=[];let s=e?t:Ji(t);for(;null!==s;)n.push(s),s=Ji(s);return n}(t,e).filter(t=>{if(n)return!1;const e=getComputedStyle(t);return n="fixed"===e.position,"visible"!==e.overflow})}
156
+ */let uo="undefined"!=typeof window?window.ResizeObserver:void 0;const fo=Symbol("virtualizerRef"),po="virtualizer-sizer";let mo;class _o{constructor(t){if(this._benchmarkStart=null,this._layout=null,this._clippingAncestors=[],this._scrollSize=null,this._scrollError=null,this._childrenPos=null,this._childMeasurements=null,this._toBeMeasured=new Map,this._rangeChanged=!0,this._itemsChanged=!0,this._visibilityChanged=!0,this._scrollerController=null,this._isScroller=!1,this._sizer=null,this._hostElementRO=null,this._childrenRO=null,this._mutationObserver=null,this._scrollEndRafId=null,this._scrollEventListeners=[],this._scrollEventListenerOptions={passive:!0},this._loadListener=this._childLoaded.bind(this),this._scrollIntoViewTarget=null,this._updateScrollIntoViewCoordinates=null,this._items=[],this._first=-1,this._last=-1,this._firstVisible=-1,this._lastVisible=-1,this._scheduled=new Map,this._measureCallback=null,this._measureChildOverride=null,this._layoutCompletePromise=null,this._layoutCompleteResolver=null,this._layoutCompleteRejecter=null,this._pendingLayoutComplete=null,this._layoutInitialized=null,this._connected=!1,!t)throw new Error("Virtualizer constructor requires a configuration object");if(!t.hostElement)throw new Error('Virtualizer configuration requires the "hostElement" property');this._init(t)}set items(t){Array.isArray(t)&&t!==this._items&&(this._itemsChanged=!0,this._items=t,this._schedule(this._updateLayout))}_init(t){this._isScroller=!!t.scroller,this._initHostElement(t);const e=t.layout||{};this._layoutInitialized=this._initLayout(e)}_initObservers(){this._mutationObserver=new MutationObserver(this._finishDOMUpdate.bind(this)),this._hostElementRO=new uo(()=>this._hostElementSizeChanged()),this._childrenRO=new uo(this._childrenSizeChanged.bind(this))}_initHostElement(t){this._hostElement=t.hostElement;const e=this._hostElement;this._applyVirtualizerStyles(),e[fo]=this}connected(){this._initObservers();const t=this._isScroller;this._clippingAncestors=function(t,e=!1){let n=!1;return function(t,e=!1){const n=[];let s=e?t:yo(t);for(;null!==s;)n.push(s),s=yo(s);return n}(t,e).filter(t=>{if(n)return!1;const e=getComputedStyle(t);return n="fixed"===e.position,"visible"!==e.overflow})}
166
157
  /**
167
158
  * @license
168
159
  * Copyright 2021 Google LLC
169
160
  * SPDX-License-Identifier: BSD-3-Clause
170
- */(this._hostElement,t),this._scrollerController=new Yi(this,this._clippingAncestors[0]),this._schedule(this._updateLayout),this._observeAndListen(),this._connected=!0}_observeAndListen(){this._mutationObserver.observe(this._hostElement,{childList:!0}),this._hostElementRO.observe(this._hostElement),this._scrollEventListeners.push(window),window.addEventListener("scroll",this,this._scrollEventListenerOptions),this._clippingAncestors.forEach(t=>{t.addEventListener("scroll",this,this._scrollEventListenerOptions),this._scrollEventListeners.push(t),this._hostElementRO.observe(t)}),this._hostElementRO.observe(this._scrollerController.element),this._children.forEach(t=>this._childrenRO.observe(t)),this._scrollEventListeners.forEach(t=>t.addEventListener("scroll",this,this._scrollEventListenerOptions))}disconnected(){this._scrollEventListeners.forEach(t=>t.removeEventListener("scroll",this,this._scrollEventListenerOptions)),null!==this._scrollEndRafId&&(cancelAnimationFrame(this._scrollEndRafId),this._scrollEndRafId=null),this._scrollEventListeners=[],this._clippingAncestors=[],this._scrollerController?.detach(this),this._scrollerController=null,this._mutationObserver?.disconnect(),this._mutationObserver=null,this._hostElementRO?.disconnect(),this._hostElementRO=null,this._childrenRO?.disconnect(),this._childrenRO=null,this._rejectLayoutCompletePromise("disconnected"),this._connected=!1}_applyVirtualizerStyles(){const t=this._hostElement.style;t.display=t.display||"block",t.position=t.position||"relative",t.contain=t.contain||"size layout",this._isScroller&&(t.overflow=t.overflow||"auto",t.minHeight=t.minHeight||"150px")}_getSizer(){const t=this._hostElement;if(!this._sizer){let e=t.querySelector(`[${Gi}]`);e||(e=document.createElement("div"),e.setAttribute(Gi,""),t.appendChild(e)),Object.assign(e.style,{position:"absolute",margin:"-2px 0 0 0",padding:0,visibility:"hidden",fontSize:"2px"}),e.textContent="&nbsp;",e.setAttribute(Gi,""),this._sizer=e}return this._sizer}async updateLayoutConfig(t){await this._layoutInitialized;const e=t.type||Zi;if("function"==typeof e&&this._layout instanceof e){const e={...t};return delete e.type,this._layout.config=e,!0}return!1}async _initLayout(t){let e,n;if("function"==typeof t.type){n=t.type;const s={...t};delete s.type,e=s}else e=t;void 0===n&&(Zi=n=(await Promise.resolve().then(function(){return Di})).FlowLayout),this._layout=new n(t=>this._handleLayoutMessage(t),e),this._layout.measureChildren&&"function"==typeof this._layout.updateItemSizes&&("function"==typeof this._layout.measureChildren&&(this._measureChildOverride=this._layout.measureChildren),this._measureCallback=this._layout.updateItemSizes.bind(this._layout)),this._layout.listenForChildLoadEvents&&this._hostElement.addEventListener("load",this._loadListener,!0),this._schedule(this._updateLayout)}startBenchmarking(){null===this._benchmarkStart&&(this._benchmarkStart=window.performance.now())}stopBenchmarking(){if(null!==this._benchmarkStart){const t=window.performance.now(),e=t-this._benchmarkStart,n=performance.getEntriesByName("uv-virtualizing","measure").filter(e=>e.startTime>=this._benchmarkStart&&e.startTime<t).reduce((t,e)=>t+e.duration,0);return this._benchmarkStart=null,{timeElapsed:e,virtualizationTime:n}}return null}_measureChildren(){const t={},e=this._children,n=this._measureChildOverride||this._measureChild;for(let s=0;s<e.length;s++){const i=e[s],o=this._first+s;(this._itemsChanged||this._toBeMeasured.has(i))&&(t[o]=n.call(this,i,this._items[o]))}this._childMeasurements=t,this._schedule(this._updateLayout),this._toBeMeasured.clear()}_measureChild(t){const{width:e,height:n}=t.getBoundingClientRect();return Object.assign({width:e,height:n},function(t){const e=window.getComputedStyle(t);return{marginTop:Qi(e.marginTop),marginRight:Qi(e.marginRight),marginBottom:Qi(e.marginBottom),marginLeft:Qi(e.marginLeft)}}(t))}_schedule(t){const e=this._scheduled.get(t);void 0!==e&&cancelAnimationFrame(e);const n=requestAnimationFrame(()=>{this._scheduled.delete(t),t.call(this)});this._scheduled.set(t,n)}async _updateDOM(t){this._scrollSize=t.scrollSize,this._adjustRange(t.range),this._childrenPos=t.childPositions,this._scrollError=t.scrollError||null;const{_rangeChanged:e,_itemsChanged:n}=this;this._visibilityChanged&&(this._notifyVisibility(),this._visibilityChanged=!1),(e||n)&&(this._notifyRange(),this._rangeChanged=!1),this._finishDOMUpdate()}_finishDOMUpdate(){this._connected&&(this._children.forEach(t=>this._childrenRO.observe(t)),this._checkScrollIntoViewTarget(this._childrenPos),this._positionChildren(this._childrenPos),this._sizeHostElement(this._scrollSize),this._correctScrollError(),this._benchmarkStart&&"mark"in window.performance&&window.performance.mark("uv-end"))}_updateLayout(){this._layout&&this._connected&&(this._layout.items=this._items,this._updateView(),null!==this._childMeasurements&&(this._measureCallback&&this._measureCallback(this._childMeasurements),this._childMeasurements=null),this._layout.reflowIfNeeded(),this._benchmarkStart&&"mark"in window.performance&&window.performance.mark("uv-end"))}_handleScrollEvent(){if(this._benchmarkStart&&"mark"in window.performance){try{window.performance.measure("uv-virtualizing","uv-start","uv-end")}catch(t){console.warn("Error measuring performance data: ",t)}window.performance.mark("uv-start")}!1===this._scrollerController.correctingScrollError&&this._layout?.unpin(),this._schedule(this._updateLayout),null!==this._scrollEndRafId&&cancelAnimationFrame(this._scrollEndRafId),this._scrollEndRafId=requestAnimationFrame(()=>{this._scrollEndRafId=null,this._connected&&this._updateLayout()})}handleEvent(t){if("scroll"===t.type)(t.currentTarget===window||this._clippingAncestors.includes(t.currentTarget))&&this._handleScrollEvent();else console.warn("event not handled",t)}_handleLayoutMessage(t){"stateChanged"===t.type?this._updateDOM(t):"visibilityChanged"===t.type?(this._firstVisible=t.firstVisible,this._lastVisible=t.lastVisible,this._notifyVisibility()):"unpinned"===t.type&&this._hostElement.dispatchEvent(new Bi)}get _children(){const t=[];let e=this._hostElement.firstElementChild;for(;e;)e.hasAttribute(Gi)||t.push(e),e=e.nextElementSibling;return t}_updateView(){const t=this._hostElement,e=this._scrollerController?.element,n=this._layout;if(t&&e&&n){let s,i,o,r;const a=t.getBoundingClientRect();s=0,i=0,o=window.innerHeight,r=window.innerWidth;const l=this._clippingAncestors.map(t=>t.getBoundingClientRect());l.unshift(a);for(const t of l)s=Math.max(s,t.top),i=Math.max(i,t.left),o=Math.min(o,t.bottom),r=Math.min(r,t.right);const c=e.getBoundingClientRect(),h={left:a.left-c.left,top:a.top-c.top},u={width:e.scrollWidth,height:e.scrollHeight},d=s-a.top+t.scrollTop,f=i-a.left+t.scrollLeft,p=Math.max(0,o-s),m=Math.max(0,r-i);n.viewportSize={width:m,height:p},n.viewportScroll={top:d,left:f},n.totalScrollSize=u,n.offsetWithinScroller=h}}_sizeHostElement(t){const e=82e5,n=t&&null!==t.width?Math.min(e,t.width):0,s=t&&null!==t.height?Math.min(e,t.height):0;if(this._isScroller)this._getSizer().style.transform=`translate(${n}px, ${s}px)`;else{const t=this._hostElement.style;t.minWidth=n?`${n}px`:"100%",t.minHeight=s?`${s}px`:"100%"}}_positionChildren(t){t&&t.forEach(({top:t,left:e,width:n,height:s,xOffset:i,yOffset:o},r)=>{const a=this._children[r-this._first];a&&(a.style.position="absolute",a.style.boxSizing="border-box",a.style.transform=`translate(${e}px, ${t}px)`,void 0!==n&&(a.style.width=`${n}px`),void 0!==s&&(a.style.height=`${s}px`),a.style.left=void 0===i?null:`${i}px`,a.style.top=void 0===o?null:`${o}px`)})}async _adjustRange(t){const{_first:e,_last:n,_firstVisible:s,_lastVisible:i}=this;this._first=t.first,this._last=t.last,this._firstVisible=t.firstVisible,this._lastVisible=t.lastVisible,this._rangeChanged=this._rangeChanged||this._first!==e||this._last!==n,this._visibilityChanged=this._visibilityChanged||this._firstVisible!==s||this._lastVisible!==i}_correctScrollError(){if(this._scrollError){const{scrollTop:t,scrollLeft:e}=this._scrollerController,{top:n,left:s}=this._scrollError;this._scrollError=null,this._scrollerController.correctScrollError({top:t-n,left:e-s})}}element(t){return t===1/0&&(t=this._items.length-1),void 0===this._items?.[t]?void 0:{scrollIntoView:(e={})=>this._scrollElementIntoView({...e,index:t})}}_scrollElementIntoView(t){if(t.index>=this._first&&t.index<=this._last)this._children[t.index-this._first].scrollIntoView(t);else if(t.index=Math.min(t.index,this._items.length-1),"smooth"===t.behavior){const e=this._layout.getScrollIntoViewCoordinates(t),{behavior:n}=t;this._updateScrollIntoViewCoordinates=this._scrollerController.managedScrollTo(Object.assign(e,{behavior:n}),()=>this._layout.getScrollIntoViewCoordinates(t),()=>this._scrollIntoViewTarget=null),this._scrollIntoViewTarget=t}else this._layout.pin=t}_checkScrollIntoViewTarget(t){const{index:e}=this._scrollIntoViewTarget||{};e&&t?.has(e)&&this._updateScrollIntoViewCoordinates(this._layout.getScrollIntoViewCoordinates(this._scrollIntoViewTarget))}_notifyRange(){this._hostElement.dispatchEvent(new Vi({first:this._first,last:this._last}))}_notifyVisibility(){this._hostElement.dispatchEvent(new Wi({first:this._firstVisible,last:this._lastVisible}))}get layoutComplete(){return this._layoutCompletePromise||(this._layoutCompletePromise=new Promise((t,e)=>{this._layoutCompleteResolver=t,this._layoutCompleteRejecter=e})),this._layoutCompletePromise}_rejectLayoutCompletePromise(t){null!==this._layoutCompleteRejecter&&this._layoutCompleteRejecter(t),this._resetLayoutCompleteState()}_scheduleLayoutComplete(){this._layoutCompletePromise&&null===this._pendingLayoutComplete&&(this._pendingLayoutComplete=requestAnimationFrame(()=>requestAnimationFrame(()=>this._resolveLayoutCompletePromise())))}_resolveLayoutCompletePromise(){null!==this._layoutCompleteResolver&&this._layoutCompleteResolver(),this._resetLayoutCompleteState()}_resetLayoutCompleteState(){this._layoutCompletePromise=null,this._layoutCompleteResolver=null,this._layoutCompleteRejecter=null,this._pendingLayoutComplete=null}_hostElementSizeChanged(){this._schedule(this._updateLayout)}_childLoaded(){}_childrenSizeChanged(t){if(this._layout?.measureChildren){for(const e of t)this._toBeMeasured.set(e.target,e.contentRect);this._measureChildren()}this._scheduleLayoutComplete(),this._itemsChanged=!1,this._rangeChanged=!1}}function Qi(t){const e=t?parseFloat(t):NaN;return Number.isNaN(e)?0:e}function Ji(t){if(null!==t.assignedSlot)return t.assignedSlot;if(null!==t.parentElement)return t.parentElement;const e=t.parentNode;return e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.host||null}const to=Y(class extends ut{constructor(t){if(super(t),this._virtualizer=null,this._first=0,this._last=-1,this._renderItem=(t,e)=>((t,e)=>b`${e}: ${JSON.stringify(t,null,2)}`)(t,e+this._first),this._keyFunction=(t,e)=>(t=>t)(t,this._first),this._items=[],t.type!==V)throw new Error("The virtualize directive can only be used in child expressions")}render(t){t&&this._setFunctions(t);const e=[];if(this._first>=0&&this._last>=this._first)for(let t=this._first;t<=this._last;t++)e.push(this._items[t]);return Et(e,this._keyFunction,this._renderItem)}update(t,[e]){this._setFunctions(e);const n=this._items!==e.items;return this._items=e.items||[],this._virtualizer?this._updateVirtualizerConfig(t,e):this._initialize(t,e),n?x:this.render()}async _updateVirtualizerConfig(t,e){if(!await this._virtualizer.updateLayoutConfig(e.layout||{})){const n=t.parentNode;this._makeVirtualizer(n,e)}this._virtualizer.items=this._items}_setFunctions(t){const{renderItem:e,keyFunction:n}=t;e&&(this._renderItem=(t,n)=>e(t,n+this._first)),n&&(this._keyFunction=(t,e)=>n(t,e+this._first))}_makeVirtualizer(t,e){this._virtualizer&&this._virtualizer.disconnected();const{layout:n,scroller:s,items:i}=e;this._virtualizer=new Ki({hostElement:t,layout:n,scroller:s}),this._virtualizer.items=i,this._virtualizer.connected()}_initialize(t,e){const n=t.parentNode;n&&1===n.nodeType&&(n.addEventListener("rangeChanged",t=>{this._first=t.first,this._last=t.last,this.setValue(this.render())}),this._makeVirtualizer(n,e))}disconnected(){this._virtualizer?.disconnected()}reconnected(){this._virtualizer?.connected()}});function eo(t,e,n){return"function"==typeof e?{keyFn:t,template:e,opts:n}:{keyFn:void 0,template:t,opts:e}}function no(t){return new Promise((e,n)=>{t.onsuccess=()=>e(t.result),t.onerror=()=>n(t.error)})}function so(t,e,n){return new Promise((s,i)=>{const o=[];let r=!1;t.onsuccess=()=>{const i=t.result;if(i){if(e>0&&!r)return r=!0,void i.advance(e);o.push(i.value),null!==n&&o.length>=n?s(o):i.continue()}else s(o)},t.onerror=()=>i(t.error)})}const io={equals:t=>IDBKeyRange.only(t),greaterThan:t=>IDBKeyRange.lowerBound(t,!0),greaterThanOrEqual:t=>IDBKeyRange.lowerBound(t,!1),lessThan:t=>IDBKeyRange.upperBound(t,!0),lessThanOrEqual:t=>IDBKeyRange.upperBound(t,!1),between:(t,e,n)=>IDBKeyRange.bound(t,e,n?.lowerOpen??!1,n?.upperOpen??!1),startsWith:t=>IDBKeyRange.bound(t,t+"￿",!1,!1)};class oo{constructor(t,e,n,s,i,o){this._db=t,this._storeName=e,this._pk=n,this._indexQuery=s,this._indexSort=i,this._page=o}filterByIndex(t,e){return new oo(this._db,this._storeName,this._pk,{indexName:t,range:e(io)},this._indexSort,this._page)}sortByIndex(t,e="asc"){return new oo(this._db,this._storeName,this._pk,this._indexQuery,{indexName:t,direction:"desc"===e?"prev":"next"},this._page)}async toArray(){const t=new oo(this._db,this._storeName,this._pk,this._indexQuery,this._indexSort,null);return ro(await t._run(),t)}async page(t,e){const n=new oo(this._db,this._storeName,this._pk,this._indexQuery,this._indexSort,{num:t,size:e});return ro(await n._run(),n)}async _run(){const t=this._db.transaction(this._storeName,"readonly").objectStore(this._storeName),e=null!==this._indexQuery,n=null!==this._indexSort,s=this._page?(this._page.num-1)*this._page.size:0,i=this._page?this._page.size:null;if(!e&&!n)return this._page?so(t.openCursor(),s,i):no(t.getAll());const o=this._indexQuery.indexName,r=this._indexQuery?.range??null,a=this._indexSort.indexName,l=this._indexSort.direction;if(n&&(!e||o===a)){const n=e?r:null;return so(t.index(a).openCursor(n,l),s,i)}let c=await no(t.index(o).getAll(r));if(n){const t=a,e="prev"===l?-1:1;c.sort((n,s)=>{const i=n[t],o=s[t];return(i<o?-1:i>o?1:0)*e})}return this._page&&(c=c.slice(s,s+i)),c}}function ro(t,e){const{_db:n,_storeName:s,_pk:i}=e,o=$n(t,{skipRestrictedContextCheck:!0}),r=o;return r.updateItem=async(t,e)=>{const r=o.get().find(e=>e[i]===t);null!=r&&"object"==typeof r&&(e(r),await no(n.transaction(s,"readwrite").objectStore(s).put(r)),o.update(()=>{}))},r.setItem=async(t,e)=>{await no(n.transaction(s,"readwrite").objectStore(s).put(e)),o.update(n=>{const s=n.findIndex(e=>e[i]===t);-1!==s&&(n[s]=e)})},r.removeItem=async t=>{await no(n.transaction(s,"readwrite").objectStore(s).delete(t)),o.update(e=>{const n=e.findIndex(e=>e[i]===t);-1!==n&&e.splice(n,1)})},r.refresh=async()=>{o.set(await e._run())},Object.defineProperty(r,"name",{value:"dbTableAtom",writable:!0,configurable:!0,enumerable:!1}),r}function ao(t,e,n,s){const i=new oo(t,e,n,null,null,null),o=()=>s?s.objectStore(e):t.transaction(e,"readonly").objectStore(e),r=()=>s?s.objectStore(e):t.transaction(e,"readwrite").objectStore(e);return{filterByIndex:(t,e)=>i.filterByIndex(t,e),sortByIndex:(t,e)=>i.sortByIndex(t,e),toArray:()=>i.toArray(),page:(t,e)=>i.page(t,e),add:t=>no(r().add(t)),set:async(t,e)=>{await no(r().put(e))},update:async(n,i)=>{const o=s?s.objectStore(e):t.transaction(e,"readwrite").objectStore(e),r=await no(o.get(n));null!=r&&(i(r),await no(o.put(r)))},delete:async t=>{await no(r().delete(t))},clear:async()=>{await no(r().clear())},count:()=>no(o().count()),get:t=>no(o().get(t)),has:async t=>void 0!==await no(o().getKey(t))}}const lo=t=>"function"==typeof t&&!0===t.__isAtom___&&"function"==typeof t.set&&"function"==typeof t.__subscribe,co=t=>"function"==typeof t,ho=t=>"AsyncFunction"===t.constructor.name,uo=(t,e,n,s)=>{if(lo(t)){const i=t,o=$n(i(),s),r=n(o.set,e),a=n(o.update,e);return o.set=r,o.update=a,i.__subscribe(()=>{Ae.schedule(()=>o.set(i()))}),we(o,()=>{r.cancel(),a.cancel()}),o}const i=$n(t,s),o=n(i.set,e),r=n(i.update,e);return i.set=o,i.update=r,we(i,()=>{o.cancel(),r.cancel()}),i};const fo=(t=[],e)=>{const n=new Map(t),s=$n(n,e),i=n.set.bind(n);n.set=(t,e)=>(i(t,e),s.update(()=>{}),n);const o=n.delete.bind(n);n.delete=t=>{const e=o(t);return s.update(()=>{}),e};const r=n.clear.bind(n);n.clear=()=>{r(),s.update(()=>{})};const a=n.get.bind(n);n.get=t=>(s.get(),a(t));const l=n.has.bind(n);n.has=t=>(s.get(),l(t));const c=Object.getOwnPropertyDescriptor(Map.prototype,"size");Object.defineProperty(n,"size",{get:()=>(s.get(),c.get.call(n))});const h=n.entries.bind(n);n.entries=()=>(s.get(),h());const u=n.values.bind(n);n.values=()=>(s.get(),u());const d=n.keys.bind(n);n.keys=()=>(s.get(),d());const f=n.forEach.bind(n);n.forEach=(t,e)=>(s.get(),f(t,e));const p=n[Symbol.iterator].bind(n);return n[Symbol.iterator]=()=>(s.get(),p()),n.update=t=>{const e={set:(t,n)=>(i(t,n),e),delete:t=>o(t),clear:()=>{r()},get:t=>a(t),has:t=>l(t),entries:()=>h(),values:()=>u(),keys:()=>d(),forEach:(t,e)=>f(t,e),[Symbol.iterator]:()=>p(),get size(){return c.get.call(n)}};return t(e),s.update(()=>{}),n},n.updateItem=(t,e)=>{const i=a(t);return null==i||"object"!=typeof i||(e(i),s.update(()=>{})),n},Object.defineProperty(n,"__isAtom___",{value:s,writable:!1,enumerable:!1}),Object.defineProperty(n,"__version__",{get:()=>s.__version__,enumerable:!1}),n},po="mates";function mo(t,e){try{null===e?t.removeItem(po):t.setItem(po,JSON.stringify(e))}catch{}}function go(t,e){const n=$n((()=>{try{return function(t){try{const e=t.getItem(po);if(e)return JSON.parse(e)}catch{}return null}(t())}catch{return null}})()),s=n.set;n.set=function(e,i=!1){s(e,i);try{mo(t(),n.get())}catch{}};const i=n.update;return n.update=function(e,s=!1){if(null!==n.get()){i(e,s);try{mo(t(),n.get())}catch{}}},e(t=>{if(t.key===po)if(t.newValue)try{s(JSON.parse(t.newValue))}catch{}else s(null)}),Object.defineProperty(n,"name",{value:"storageAtom",writable:!0,configurable:!0,enumerable:!1}),n}function _o(t){"undefined"!=typeof window&&window.addEventListener("storage",t)}const yo=go(()=>localStorage,t=>_o(e=>{e.storageArea===localStorage&&t(e)})),wo=go(()=>sessionStorage,t=>_o(e=>{e.storageArea===sessionStorage&&t(e)})),vo=$n("undefined"!=typeof document?document.title:"");Hn(()=>{var t;t=vo.get(),"undefined"!=typeof document&&(document.title=t)});function bo(t,e=2){let n=parseFloat(String(t).trim());Number.isFinite(n)||(n=0);const s=10**e;return Math.round(n*s)/s}function So(t,e,n){const s=Rn(t,{skipRestrictedContextCheck:!0,...n}),i=Rn([],{skipRestrictedContextCheck:!0,...n});function o(){const t=s.get(),n=e.map(e=>e(t)).filter(t=>null!=t&&""!==t);return i.set(n),n}const r=s.set;s.set=function(t,e=!1){r(t,e),o()};const a=s.update;s.update=function(t,e=!1){a(t,e),o()};const l=s;return Object.defineProperty(l,"__isFormAtom__",{value:!0,writable:!1,enumerable:!1,configurable:!1}),Object.defineProperty(l,"errors",{get:()=>i.get(),enumerable:!1,configurable:!0}),Object.defineProperty(l,"isValid",{get:()=>0===i.get().length,enumerable:!1,configurable:!0}),l.validate=o,l.toFloat=()=>bo(s.get()),l.toFloatString=()=>bo(s.get()).toString(),l.toValidNumber=()=>function(t){const e=Number(t);return Number.isFinite(e)?e:0}(s.get()),Object.defineProperty(l,"name",{value:"formAtom",writable:!0,configurable:!0,enumerable:!1}),l}function xo(t){return null!==t&&"object"==typeof t&&!Array.isArray(t)}function Co(t){return null==t||("string"==typeof t||Array.isArray(t)?0===t.length:t instanceof Map||t instanceof Set?0===t.size:"object"==typeof t&&0===Object.keys(t).length)}function Eo(t){const e=new Set,n=[Object.prototype,Array.prototype,Function.prototype,String.prototype,Number.prototype,Boolean.prototype,Symbol.prototype,Date.prototype,RegExp.prototype,Map.prototype,Set.prototype,WeakMap.prototype,WeakSet.prototype,Promise.prototype,Error.prototype];let s=t;for(;s&&!n.includes(s);){for(const t of Reflect.ownKeys(s))"constructor"!==t&&e.add(t);s=Object.getPrototypeOf(s)}return Array.from(e)}const Ao=t=>{const e=ye();if(e&&e.scopes.has(t))throw new Error("Scope already exists for the same class for this component");let n;Jt.viewOuterInProgress=!0;try{n=new t}finally{Jt.viewOuterInProgress=!1}const s=Jt.setupInProgress;try{if((()=>{Eo(n).forEach(t=>{const e=Object.getOwnPropertyDescriptor(n,t)||Object.getOwnPropertyDescriptor(Object.getPrototypeOf(n),t);if(e&&(e.get||e.set))return;const s=n[t];"function"!=typeof s||s.__version__||(n[t]=s.bind(n))})})(),"function"==typeof n.setup){ho(n.setup)&&console.warn("Async setup functions are not supported. Please ensure the setup function is synchronous."),Jt.setupInProgress=!0;try{n.setup(e?._propsFn||(()=>({})))}catch(t){console.error(t)}finally{Jt.setupInProgress=s}}e&&e.addScope(t,n),n.__isScope___=!0}catch(t){console.error(t)}finally{Jt.setupInProgress=s}return n},ko=t=>{let e=null;const n=new CustomEvent("request-parent-scope",{bubbles:!0,composed:!0,detail:{ScopeClass:t,resolve:t=>{e=t}}});if(ye().dispatchEvent(n),e)return e;throw new Error(`No parent scope found for ${t.name}`)};function Mo(t,e){let n=t;for(;n&&n!==Object.prototype;){const t=Object.getOwnPropertyDescriptor(n,e);if(t)return t;n=Object.getPrototypeOf(n)}}const $o=(t,e,n)=>{const s=Eo(t);s.forEach(s=>{const i=Mo(t,s);if(i?.get){let n,o=-1;const r=i.get;Object.defineProperty(t,s,{get(){const s=e.__version__;return s!==o&&(o=s,n=r.call(t)),n},configurable:!0,enumerable:i.enumerable})}else if(co(t[s])){if(ho(t[s]))throw new Error(`Async functions are not supported inside ${n}`);const i=t[s];t[s]=(...n)=>{e.update(()=>i.apply(t,n))}}});const i=Object.create(t);return s.forEach(n=>{const s=Mo(t,n);if(!s)return;const o=!!s.get,r=!o&&co(s.value);o||r||Object.defineProperty(i,n,{get:()=>e()[n],set(t){e.update(e=>{e[n]=t})},enumerable:!0,configurable:!0})}),i};function To(){const t=new Uint8Array(16);if("undefined"!=typeof crypto&&crypto.getRandomValues)crypto.getRandomValues(t);else for(let e=0;e<16;e++)t[e]=256*Math.random()|0;t[6]=15&t[6]|64,t[8]=63&t[8]|128;const e=Array.from(t).map(t=>t.toString(16).padStart(2,"0")).join("");return`${e.slice(0,8)}-${e.slice(8,12)}-${e.slice(12,16)}-${e.slice(16,20)}-${e.slice(20,32)}`}function Ro(){return{list:t=>Promise.resolve(function(){function t(){return[]}return t.get=t=>{},t.has=t=>!1,t.add=async t=>"",t.set=async(t,e)=>{},t.update=async(t,e)=>{},t.deleteRow=async t=>{},t.clear=async()=>{},Object.defineProperty(t,"size",{get:()=>0,enumerable:!0,configurable:!0}),t}())}}const Oo="mini-db",Io="mini-db:v";function Po(t){return new Promise((e,n)=>{t.onsuccess=()=>e(t.result),t.onerror=()=>n(t.error)})}function zo(t,e,n){return new Promise((s,i)=>{const o=e?indexedDB.open(t,e):indexedDB.open(t);o.onupgradeneeded=()=>n?.(o.result),o.onsuccess=()=>s(o.result),o.onerror=()=>i(o.error),o.onblocked=()=>console.warn("[miniDB] Open blocked — close other connections first.")})}function Do(t){t.current.onversionchange=async()=>{t.current.close(),t.current=await zo(Oo),Do(t)}}async function No(t,e,n){const s=await Po(t.current.transaction(e,"readonly").objectStore(e).getAll()),i=fo(s.map(t=>[String(t.id),t])),o=n=>Po(t.current.transaction(e,"readwrite").objectStore(e).put(n));n&&n.addEventListener("message",t=>{const n=t.data;n&&n.store===e&&("set"===n.op?i.set(n.key,n.item):"delete"===n.op?i.delete(n.key):"clear"===n.op&&i.clear())});const r=t=>{try{n?.postMessage(t)}catch{}};function a(){return Array.from(i.values())}return a.get=t=>i.get(t),a.has=t=>i.has(t),a.add=async t=>{const n=String(t.id??To()),s={...t,id:n};return await o(s),i.set(n,s),r({store:e,op:"set",key:n,item:s}),n},a.set=async(t,n)=>{const s={...n,id:t};await o(s),i.set(t,s),r({store:e,op:"set",key:t,item:s})},a.update=async(t,n)=>{const s=i.get(t);s&&(i.updateItem(t,n),await o(s),r({store:e,op:"set",key:t,item:s}))},a.deleteRow=async n=>{await(n=>Po(t.current.transaction(e,"readwrite").objectStore(e).delete(n)))(n),i.delete(n),r({store:e,op:"delete",key:n})},a.clear=async()=>{await Po(t.current.transaction(e,"readwrite").objectStore(e).clear()),i.clear(),r({store:e,op:"clear"})},Object.defineProperty(a,"size",{get:()=>i.size,enumerable:!0,configurable:!0}),a}function Lo(t,e,n,s=!1){document.addEventListener(t,e,{capture:s}),n.addToCleanUps(e,()=>{document.removeEventListener(t,e,{capture:s})})}function jo(t,e,n,s){let i;if("wheelUp"===t||"wheelDown"===t){const o="wheelUp"===t,r=e,a=t=>{(o?t.deltaY>=0:t.deltaY<=0)||(i&&i(),i=r(t))};return window.addEventListener("wheel",a,{capture:n,passive:!0}),void s.addToCleanUps(e,()=>{window.removeEventListener("wheel",a,{capture:n}),i&&i()})}const o="scroll"===t||"touchstart"===t||"touchmove"===t,r=e,a=t=>{i&&i(),i=r(t)};window.addEventListener(t,a,{capture:n,passive:o}),s.addToCleanUps(e,()=>{window.removeEventListener(t,a,{capture:n}),i&&i()})}function Uo(t,e){xe()||(Me(),jo(t,e,!1,ye()))}function Fo(t,e){xe()||(Me(),jo(t,e,!0,ye()))}const Vo=ri((t,e,n)=>{const s=document.createElement("div");Object.assign(s.style,{position:"fixed",inset:"0",zIndex:"9999",display:"flex",alignItems:"center",justifyContent:"center",background:"rgba(0, 0, 0, 0.5)"}),n?.style&&Object.assign(s.style,n.style),n?.onBackdropClick&&s.addEventListener("click",t=>{t.target===s&&n.onBackdropClick()});const i=document.createElement("div");n?.dialogStyle&&Object.assign(i.style,n.dialogStyle),i.addEventListener("click",t=>t.stopPropagation()),U(e,i),s.appendChild(i),document.body.appendChild(s);const o=document.body.style.overflow;return document.body.style.overflow="hidden",{onUpdate(t){U(t,i)},onCleanup(){s.remove(),document.body.style.overflow=o}}});const Wo={position:"fixed",display:"none",margin:"0"},Bo="9999";function Ho(t={}){const{style:e,target:n,zIndex:s=Bo}=t,i=document.createElement("div");for(const[t,e]of Object.entries(Wo))i.style[t]=e;i.style.zIndex=String(s),e&&Object.assign(i.style,e);return{el:i,attach:()=>{i.isConnected||function(t){return t?"string"==typeof t?document.querySelector(t)??document.body:t:document.body}(n).appendChild(i)},detach:()=>{i.isConnected&&i.remove()},isAttached:()=>i.isConnected}}function Yo(t,e,n,s,i,o,r){return t.startsWith("top")?s>=n:t.startsWith("bottom")?i>=n:t.startsWith("left")?o>=e:!!t.startsWith("right")&&r>=e}function qo(t,e,n,s,i,o){const r=window.innerWidth,a=function(t){let e=t.parentElement;for(;e&&e!==document.documentElement;){const{overflowY:t}=window.getComputedStyle(e),n="auto"===t||"scroll"===t,s=e.scrollHeight>e.clientHeight;if(n&&s)return e;e=e.parentElement}return null}(t);let l,c;if(a){const t=a.getBoundingClientRect(),n=a.scrollHeight-a.scrollTop-a.clientHeight;c=t.bottom-e.bottom+n-i;const s=a.scrollTop;l=e.top-t.top+s-i}else{const t=window.scrollY||document.documentElement.scrollTop,n=document.documentElement.scrollHeight;l=e.top+t-i,c=n-(e.bottom+t)-i}const h=e.left-i,u=r-e.right-i;if("auto"===o){const t=["bottom-start","top-start","right","left"];for(const e of t)if(Yo(e,n,s,l,c,h,u))return e;return"bottom-start"}if(Yo(o,n,s,l,c,h,u))return o;const d=function(t){return t.startsWith("top")?t.replace("top","bottom"):t.startsWith("bottom")?t.replace("bottom","top"):t.startsWith("left")?t.replace("left","right"):t.startsWith("right")?t.replace("right","left"):t}(o);return Yo(d,n,s,l,c,h,u)?d:o}const Xo=Js((t,e,n)=>{const s=t.el;let i=!1,o=e,r=n;console.log("[popup] MOUNT — anchor:",s,"destroyOnClose:",!!n.destroyOnClose);const a=Ho({...void 0!==r.zIndex?{zIndex:r.zIndex}:{},style:{background:"var(--md-color-surface-raised,#fff)",boxShadow:"var(--md-shadow-dropdown,0 5px 5px -3px rgba(0,0,0,.20),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12))",minWidth:"160px",...r.style??{}}}),l=a.el;r.destroyOnClose;const c=()=>{const t=s.getBoundingClientRect();l.style.visibility="hidden",l.style.display="block",r.matchAnchorWidth&&(l.style.width=`${t.width}px`);const e=l.offsetWidth,n=l.offsetHeight,i=qo(s,t,e,n,r.gap??4,r.position??"bottom-start");!function(t,e,n,s,i,o){const r=window.innerWidth,a=window.innerHeight;let l=0,c=0;n.startsWith("bottom")?l=e.bottom+o:n.startsWith("top")?l=e.top-o-i:"right"===n||"left"===n?l=e.top+e.height/2-i/2:n.endsWith("-start")?l=e.top:n.endsWith("-end")&&(l=e.bottom-i),"bottom"===n||"top"===n?c=e.left+e.width/2-s/2:n.endsWith("-start")?c=n.startsWith("right")?e.right+o:n.startsWith("left")?e.left-o-s:e.left:n.endsWith("-end")?c=n.startsWith("right")?e.right+o:n.startsWith("left")?e.left-o-s:e.right-s:n.startsWith("right")?c=e.right+o:n.startsWith("left")&&(c=e.left-o-s);const h=Math.max(4,Math.min(c,r-s-4)),u=Math.max(4,Math.min(l,a-i-4)),d=parseInt(String(h),10),f=parseInt(String(u),10);t.style.left=`${d}px`,t.style.top=`${f}px`}(l,t,i,e,n,r.gap??4),l.style.visibility=""},h=()=>{i&&c()};let u=null;const d=()=>{u?.disconnect(),u=null},f=t=>{const e=t.target;l.contains(e)||s.contains(e)||y()},p=t=>{"Escape"===t.key&&y()},m=t=>"boolean"==typeof t?t:t(),g=()=>void 0!==r.open,_=()=>{i||(i=!0,a.isAttached()||(a.attach(),U(o,l),console.log("[popup] LAZY-ATTACHED to body on open — floating:",l)),c(),r.onOpen?.(l),g()||(document.addEventListener("click",f,{capture:!0}),document.addEventListener("keydown",p)),window.addEventListener("scroll",h,{passive:!0,capture:!0}),window.addEventListener("resize",h,{passive:!0}),r.matchAnchorWidth&&(u=new ResizeObserver(t=>{if(!i)return;const e=t[0]?.borderBoxSize?.[0]?.inlineSize??t[0]?.contentRect.width;null!=e&&(l.style.width=`${e}px`,l.style.minWidth=`${e}px`,h())}),u.observe(s)))},y=()=>{i&&(console.log("[popup] CLOSE — destroyOnClose:",r.destroyOnClose,"floating.isConnected:",l.isConnected,"floating:",l),i=!1,r.destroyOnClose||(l.style.display="none"),r.onClose?.(s,l),r.destroyOnClose&&a.isAttached()&&(console.log("[popup] REMOVED from body in close() — floating:",l),a.detach()),g()||(document.removeEventListener("click",f,{capture:!0}),document.removeEventListener("keydown",p)),window.removeEventListener("scroll",h,{capture:!0}),window.removeEventListener("resize",h),d())},w=t=>{t.stopPropagation(),i?y():_()};return g()?m(r.open)&&_():s.addEventListener("click",w),{onUpdate(t,e){console.log("[popup] UPDATE — isOpen:",i,"anchor:",s);const n=g();if(o=t,r=e,l.isConnected&&U(t,l),e.style&&Object.assign(l.style,e.style),g()){n||s.removeEventListener("click",w);const t=m(e.open);t&&!i?_():!t&&i?y():i&&c()}else n&&s.addEventListener("click",w),i&&c()},onCleanup(){console.log("[popup] CLEANUP — isOpen:",i,"floating.parentNode:",l.parentNode??"NO PARENT","floating.isConnected:",l.isConnected,"floating:",l,"anchor.isConnected:",s.isConnected),i&&y(),d(),g()||s.removeEventListener("click",w),a.detach(),console.log("[popup] CLEANUP DONE — floating still in body?",a.isAttached())}}});const Go=ri((t,e,n)=>{const s=document.createElement("div");if(n?.style&&Object.assign(s.style,n.style),n?.on)for(const[t,e]of Object.entries(n.on))s.addEventListener(t,e);return function(t){return t?"string"==typeof t?document.querySelector(t)??document.body:t:document.body}(n?.target).appendChild(s),U(e,s),{onUpdate(t){U(t,s)},onCleanup(){s.remove()}}});const Zo=1e3,Ko=3e4,Qo=1/0;var Jo,tr,er,nr,sr,ir;function or(t){return"number"==typeof t?`${t}px`:t}tr=new WeakMap,er=new WeakMap,nr=new WeakMap,sr=new WeakMap,Jo=new WeakSet,ir=function(t){le(this,tr,"f")?.remove(),ce(this,tr,null,"f"),ce(this,er,"","f"),ce(this,nr,"","f"),ce(this,sr,new Set,"f");const e=t.endNode;if(e?.parentNode){const n=t.startNode,s=document.createRange();s.setStartAfter(n),s.setEndBefore(e),s.deleteContents()}};const rr=Y(class extends q{constructor(t){if(super(t),Jo.add(this),tr.set(this,null),er.set(this,""),nr.set(this,""),sr.set(this,new Set),t.type!==V)throw new Error("safeSVG() must be used as a child expression, e.g. html`<div>${safeSVG(markup)}</div>`")}update(t,[e,n]){if(console.log("update"),!e.trimStart().startsWith("<svg"))return console.warn("safeSVG: input does not start with <svg — nothing rendered"),le(this,Jo,"m",ir).call(this,t),x;const s=JSON.stringify(n);if(null===le(this,tr,"f")||e!==le(this,er,"f")){const n=function(t){const e=document.createElement("template");e.innerHTML=t;const n=e.content.firstElementChild;return n instanceof SVGElement?n:null}(e);if(null===n)return console.warn("safeSVG: failed to parse SVG markup — nothing rendered"),le(this,Jo,"m",ir).call(this,t),x;le(this,tr,"f")?.remove(),ce(this,tr,n,"f"),ce(this,er,e,"f"),ce(this,nr,"","f"),ce(this,sr,new Set,"f");const s=t.endNode;s.parentNode.insertBefore(le(this,tr,"f"),s)}if(s!==le(this,nr,"f")){const t=function(t,e){const n=new Set,s=(e,s)=>{t.setAttribute(e,s),n.add(e)},i=e.width??e.size,o=e.height??e.size;void 0!==i&&s("width",or(i)),void 0!==o&&s("height",or(o)),void 0!==e.fill&&s("fill",e.fill),void 0!==e.stroke&&s("stroke",e.stroke),void 0!==e.strokeWidth&&s("stroke-width",String(e.strokeWidth)),void 0!==e.strokeLinecap&&s("stroke-linecap",e.strokeLinecap),void 0!==e.strokeLinejoin&&s("stroke-linejoin",e.strokeLinejoin),void 0!==e.opacity&&s("opacity",String(e.opacity)),void 0!==e.viewBox&&s("viewBox",e.viewBox),void 0!==e.transform&&s("transform",e.transform);const r=[],a=e.width??e.size,l=e.height??e.size;void 0!==a&&r.push(`width:${or(a)}`),void 0!==l&&r.push(`height:${or(l)}`),void 0!==e.color&&r.push(`color:${e.color}`),r.push("display:inline-block"),r.push("vertical-align:middle"),e.style&&r.push(e.style),s("style",r.join(";")),e.class&&s("class",e.class);const c=e.ariaHidden??!0;return e.ariaLabel?(s("aria-label",e.ariaLabel),s("role","img")):c&&s("aria-hidden","true"),n}(le(this,tr,"f"),n);for(const e of le(this,sr,"f"))t.has(e)||le(this,tr,"f").removeAttribute(e);ce(this,sr,t,"f"),ce(this,nr,s,"f")}return x}render(t,e){return x}});function ar(t,e={}){return rr(t,e)}let lr=null,cr=null,hr=null;function ur(t){lr=t}function dr(t){cr=t}function fr(){return cr}function pr(){return lr??-(new Date).getTimezoneOffset()}function mr(){return hr??("undefined"!=typeof navigator?navigator.language:null)??"en"}function gr(t,e){const n={};for(const s of new Intl.DateTimeFormat("en",{timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).formatToParts(new Date(e)))"literal"!==s.type&&(n[s.type]=parseInt(s.value,10));const s=24===n.hour?0:n.hour,i=Date.UTC(n.year,n.month-1,n.day,s,n.minute,n.second);return Math.round((i-e)/6e4)||0}function _r(t,e){try{const n=new Intl.DateTimeFormat("en",{timeZone:t,timeZoneName:"short"}).formatToParts(new Date(e)).find(t=>"timeZoneName"===t.type);return n?n.value:t}catch{return t}}function yr(t,e){try{const n=new Intl.DateTimeFormat("en",{timeZone:t,timeZoneName:"long"}).formatToParts(new Date(e)).find(t=>"timeZoneName"===t.type);return n?n.value:t}catch{return t}}function wr(t,e){const n=new Date(t+6e4*e);return{Y:n.getUTCFullYear(),M:n.getUTCMonth()+1,D:n.getUTCDate(),h:n.getUTCHours(),m:n.getUTCMinutes(),s:n.getUTCSeconds(),ms:n.getUTCMilliseconds(),wd:n.getUTCDay()}}const vr=t=>String(t).padStart(2,"0");function br(t,e,n){const s={[n]:e};return cr?s.timeZone=cr:(s.timeZone="UTC",t+=6e4*pr()),new Intl.DateTimeFormat(mr(),s).format(new Date(t))}function Sr(t,e){const n=t>=0?"+":"-",s=Math.abs(t);return e?`${n}${vr(Math.floor(s/60))}:${vr(s%60)}`:`${n}${vr(Math.floor(s/60))}${vr(s%60)}`}function xr(t){const e=t.replace(/s$/,"");if("millisecond"===e||"m"===e)return"ms";if("minute"===e)return"min";if(!new Set(["year","month","week","day","hour","min","second","ms"]).has(e))throw new RangeError(`Invalid date unit: "${t}"`);return e}function Cr(){try{const t=new Intl.Locale(mr()),e=t.weekInfo?.firstDay??t.getWeekInfo?.()?.firstDay;if(void 0!==e)return e%7}catch{}return 0}const Er=/YYYY|YY|MMMM|MMM|MM|M|DD|D|dddd|ddd|HH|H|hh|h|mm|ss|SSS|ZZ|Z|A|a/g,Ar=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function kr(t){try{const e=new Date(Date.UTC(2024,0,7+t,12,0,0));return new Intl.DateTimeFormat(mr(),{weekday:"long",timeZone:"UTC"}).format(e)}catch{return Ar[t]||""}}function Mr(t){try{const e=new Date(Date.UTC(2024,t-1,15,12,0,0));return new Intl.DateTimeFormat(mr(),{month:"long",timeZone:"UTC"}).format(e)}catch{return""}}function $r(t){if(t instanceof Number)return t.valueOf();if("number"==typeof t)return t;if("string"==typeof t)return new Date(t).getTime();if(t instanceof Date)return t.getTime();if("object"==typeof t&&null!==t){const{year:e=1970,month:n=1,day:s=1,hour:i=0,minute:o=0,second:r=0,ms:a=0}=t;return Date.UTC(e,n-1,s,i,o,r,a)-6e4*pr()}return NaN}function Tr(t,e,n){const s=xr(n);if("hour"===s)return t+36e5*e;if("min"===s)return t+6e4*e;if("second"===s)return t+1e3*e;if("ms"===s)return t+e;const i=pr(),o=wr(t,i);let r=o.Y,a=o.M,l=o.D;if("year"===s)r+=e;else if("month"===s){const t=a-1+e;r+=Math.floor(t/12),a=(t%12+12)%12+1,l=Math.min(l,new Date(r,a,0).getDate())}else l+="week"===s?7*e:e;return Date.UTC(r,a-1,l,o.h,o.m,o.s,o.ms)-6e4*i}function Rr(t,e){const n=pr(),s=wr(t,n),i=wr(e,n);return s.Y===i.Y&&s.M===i.M&&s.D===i.D}function Or(t){const e=pr(),n=wr(t,e);return Date.UTC(n.Y,n.M-1,n.D,0,0,0,0)-6e4*e}function Ir(t,e){const n=pr(),s=wr(t,n),i=s.h%12||12,o=[],r=e.replace(/\[([^\]]*)\]/g,(t,e)=>(o.push(e),`\0${o.length-1}\0`));Er.lastIndex=0;const a=r.replace(Er,e=>{switch(e){case"YYYY":return String(s.Y);case"YY":return String(s.Y).slice(-2);case"MMMM":return br(t,"long","month");case"MMM":return br(t,"short","month");case"MM":return vr(s.M);case"M":return String(s.M);case"DD":return vr(s.D);case"D":return String(s.D);case"dddd":return br(t,"long","weekday");case"ddd":return br(t,"short","weekday");case"HH":return vr(s.h);case"H":return String(s.h);case"hh":return vr(i);case"h":return String(i);case"mm":return vr(s.m);case"ss":return vr(s.s);case"SSS":return(t=>String(t).padStart(3,"0"))(s.ms);case"A":return s.h>=12?"PM":"AM";case"a":return s.h>=12?"pm":"am";case"Z":return Sr(n,!0);case"ZZ":return Sr(n,!1);default:return e}});return a.replace(/\0(\d+)\0/g,(t,e)=>o[+e])}const Pr=[["year",31536e3],["month",2592e3],["week",604800],["day",86400],["hour",3600],["minute",60],["second",1]];const zr=Symbol("ts"),Dr=Object.create(Number.prototype);function Nr(t){return function(t){const e=Object.create(Dr);return e[zr]=t,e}(void 0===t?Date.now():$r(t))}Object.defineProperties(Dr,{valueOf:{value(){return this[zr]},writable:!1,configurable:!1},values:{get(){const t=this[zr],e=wr(t,pr());return{year:e.Y,month:e.M,monthName:Mr(e.M),dayName:kr(e.wd),date:e.D,weekStartDayName:kr(Cr()),numberOfDaysOfTheMonth:new Date(e.Y,e.M,0).getDate(),hours:e.h,minutes:e.m,seconds:e.s,milliSeconds:e.ms,timestamp:t,iso:new Date(t).toISOString()}},configurable:!1},toJSON:{value(){const t=this[zr];return Number.isFinite(t)?new Date(t).toISOString():"Invalid Date"},writable:!1,configurable:!1},toString:{value(){const t=this[zr];return Number.isFinite(t)?new Intl.DateTimeFormat(mr(),{dateStyle:"medium",...fr()?{timeZone:fr()}:{timeZone:"UTC"}}).format(new Date(fr()?t:t+6e4*pr())):"Invalid Date"},writable:!1,configurable:!1},format:{value(t){return Ir(this[zr],t)},writable:!1,configurable:!1},formatLongAgo:{value(t){return function(t,e={}){const{numeric:n="auto",style:s="long"}=e,i=((void 0!==e.now?$r(e.now):Date.now())-t)/1e3,o=Math.abs(i),r=i>=0?-1:1,a=new Intl.RelativeTimeFormat(mr(),{numeric:n,style:s});for(const[t,e]of Pr)if(o>=e)return a.format(r*Math.round(o/e),t);return a.format(0,"second")}(this[zr],t)},writable:!1,configurable:!1},add:{value(t,e){return this[zr]=Tr(this[zr],t,e),this},writable:!1,configurable:!1},subtract:{value(t,e){return this[zr]=Tr(this[zr],-t,e),this},writable:!1,configurable:!1},isBefore:{value(t){return this[zr]<$r(t)},writable:!1,configurable:!1},isAfter:{value(t){return this[zr]>$r(t)},writable:!1,configurable:!1},isFuture:{value(){return this[zr]>Date.now()},writable:!1,configurable:!1},isPresent:{value(){return Rr(this[zr],Date.now())},writable:!1,configurable:!1},isToday:{value(){return Rr(this[zr],Date.now())},writable:!1,configurable:!1},isYesterday:{value(){const t=Tr(Or(Date.now()),-1,"day");return Rr(this[zr],t)},writable:!1,configurable:!1},isTomorrow:{value(){const t=Tr(Or(Date.now()),1,"day");return Rr(this[zr],t)},writable:!1,configurable:!1},getDifference:{value(t,e){return function(t,e,n){const s=xr(n),i=t-e;if("ms"===s)return i;if("second"===s)return Math.trunc(i/1e3);if("min"===s)return Math.trunc(i/6e4);if("hour"===s)return Math.trunc(i/36e5);const o=pr(),r=wr(t,o),a=wr(e,o);if("day"===s||"week"===s){const n=Math.floor((t+6e4*o)/864e5)-Math.floor((e+6e4*o)/864e5);return"week"===s?Math.trunc(n/7):n}return"month"===s?12*(r.Y-a.Y)+(r.M-a.M):r.Y-a.Y}(this[zr],$r(t),e)},writable:!1,configurable:!1},getAge:{value(t){return function(t,e){const n=pr(),s=wr(t,n),i=wr(e,n);let o=i.Y-s.Y,r=s.M,a=s.D;if(2===r&&29===a){const t=t=>t%4==0&&t%100!=0||t%400==0;t(i.Y)||(r=3,a=1)}return(i.M<r||i.M===r&&i.D<a)&&o--,Math.max(0,o)}(this[zr],void 0!==t?$r(t):Date.now())},writable:!1,configurable:!1}}),exports.$=Gs,exports.Context=class{constructor(){this.id=Math.random().toString(36).substring(2,15),this.context=null}},exports.Delete=t=>zs.Delete(Ms(t)),exports.ErrorTypes=ks,exports.Fetch=t=>zs.fetch(Ms(t)),exports.FetchClient=Ps,exports.Get=t=>zs.Get(Ms(t)),exports.MA={fadeIn:"mates-fade-in",fadeOut:"mates-fade-out",slideInUp:"mates-slide-in-up",slideOutUp:"mates-slide-out-up",slideInDown:"mates-slide-in-down",slideOutDown:"mates-slide-out-down",slideInLeft:"mates-slide-in-left",slideOutLeft:"mates-slide-out-left",slideInRight:"mates-slide-in-right",slideOutRight:"mates-slide-out-right",scaleIn:"mates-scale-in",scaleOut:"mates-scale-out",springIn:"mates-spring-in",flipInX:"mates-flip-in-x",flipInY:"mates-flip-in-y",blurIn:"mates-blur-in",blurOut:"mates-blur-out",shake:"mates-shake",pulse:"mates-pulse",bounce:"mates-bounce",spin:"mates-spin"},exports.NotificationManager=fe,exports.Patch=t=>zs.Patch(Ms(t)),exports.Post=t=>zs.Post(Ms(t)),exports.Put=t=>zs.Put(Ms(t)),exports.Router=(t,e)=>{const n=t.find(t=>hs(t.path));if(void 0===n)return e?()=>Zn(e):()=>C;const{component:s}=n;return()=>Zn(s)},exports.SyncNotificationManager=pe,exports.ZeroPromise=As,exports._=Oe,exports._subToView=Ie,exports.action=function(t){te("Action");let e=t;const n=new Set;let s=null,i=null;const o=t=>{n.forEach(e=>{try{e(t)}catch(t){console.error(t)}})};return Object.assign(function(...t){return((t,n)=>{try{let r;return r=s?s((...n)=>e.call(t,...n),...n):e.call(t,...n),i&&(r=i(r)),o(r),r}catch(t){const e=t instanceof Error?t:new Error(String(t));throw o(void 0),e}})(this,t)},{val:()=>e,set:t=>{e=t},__isAction___:!0,__subscribe:t=>(te("subscribe"),n.add(t),()=>n.delete(t)),interceptBefore:t=>{s=t},interceptAfter:t=>{i=t}})},exports.addStoreBeingRead=Ht,exports.animatedIf=Ks,exports.animatedRouter=function(t,e={}){return Zn(us,{routes:t,options:e})},exports.animatedX=function(t,e,n){const{show:s,...i}=n;return Ks(s,b`<x-view .view=${t} .props=${e}></x-view>`,C,i)},exports.arrayRange=function(t,e,n){if(void 0===e&&(e=t,t=0),void 0===n&&(n=t<=e?1:-1),0===n)return[];const s=[];if(n>0)for(let i=t;i<e;i+=n)s.push(i);else for(let i=t;i>e;i+=n)s.push(i);return s},exports.assertComponentOuterContext=ee,exports.assertNotInRestrictedContext=te,exports.asyncAction=Dn,exports.asyncAppend=gt,exports.asyncReplace=mt,exports.atom=$n,exports.attr=function(t){return ti(t)},exports.blurInPreset=function(t=10,e=400,n="ease-out"){return{keyframes:[{filter:`blur(${t}px)`,opacity:0},{filter:"blur(0px)",opacity:1}],options:{duration:e,easing:n,fill:"both"}}},exports.blurOutPreset=function(t=10,e=400,n="ease-in"){return{keyframes:[{filter:"blur(0px)",opacity:1},{filter:`blur(${t}px)`,opacity:0}],options:{duration:e,easing:n,fill:"both"}}},exports.bouncePreset=function(t=600){return{keyframes:[{transform:"translateY(0)",offset:0},{transform:"translateY(-30%)",offset:.3},{transform:"translateY(0)",offset:.5},{transform:"translateY(-15%)",offset:.7},{transform:"translateY(0)",offset:.85},{transform:"translateY(-5%)",offset:.95},{transform:"translateY(0)",offset:1}],options:{duration:t,easing:"ease",fill:"both"}}},exports.buildPath=ds,exports.buildRequestUrl=$s,exports.cacheAtom=function(t){const e=new Map,n=new Map,s=$n(e,t),i=s.get.bind(s),o=s;return o.add=(t,i,o)=>{if(n.has(t)&&(clearTimeout(n.get(t)),n.delete(t)),s.update(e=>{e.set(t,i)}),void 0!==o&&-1!==o&&o>0){const i=setTimeout(()=>{e.delete(t),n.delete(t),s.update(()=>{})},o);n.set(t,i)}},o.get=t=>(i(),e.get(t)),o.remove=t=>!!e.has(t)&&(n.has(t)&&(clearTimeout(n.get(t)),n.delete(t)),e.delete(t),s.update(()=>{}),!0),o.has=t=>(i(),e.has(t)),o.getAll=()=>(i(),Array.from(e.values())),o.clearAll=()=>{n.forEach(t=>clearTimeout(t)),n.clear(),e.clear(),s.update(()=>{})},Object.defineProperty(o,"size",{get:()=>(i(),e.size),enumerable:!0,configurable:!0}),Object.defineProperty(o,"name",{get:()=>"cacheAtom",enumerable:!0,configurable:!0}),we(s,o.clearAll),o},exports.cacheFn=Pn,exports.changeFlagAtom=function(t=0,e){const n=$n(t,e),s=n;return s.change=t=>{n.set(void 0!==t?t:Math.random())},s.name="changeFlagAtom",s},exports.chunk=function(t,e){if(e<1)return[];const n=[];for(let s=0;s<t.length;s+=e)n.push(t.slice(s,s+e));return n},exports.clamp=function(t,e,n){return Math.min(Math.max(t,e),n)},exports.classMap=wt,exports.classes=function(t){return ei(t)},exports.cleanupScheduler=Ee,exports.clearInterceptors=()=>{Rs.clear(),Os.clear(),Is.clear()},exports.collapseWidthPreset=function(t=500,e="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{width:"auto",overflow:"hidden"},{width:"0",overflow:"hidden"}],options:{duration:t,easing:e,fill:"both"}}},exports.collectSSRStyles=function(){const t=[];for(const e of hn){const n=e.getAllCSS();n&&t.push(n)}return t.join("\n")},exports.componentRunningStatus=Jt,exports.computeAutoPlacement=function(t,e,n,s){const i=window.innerHeight-t.bottom-s,o=t.top-s,r=window.innerWidth-t.right-s,a=t.left-s;return i>=n?"bottom":o>=n?"top":r>=e?"right":a>=e?"left":[["bottom",i],["top",o],["right",r],["left",a]].reduce((t,e)=>e[1]>t[1]?e:t)[0]},exports.configureCSS=function(t){t.breakpoints&&Object.assign(He,t.breakpoints)},exports.countdown=si,exports.createCacheManager=Pn,exports.createFloatingContainer=Ho,exports.createManagedTimer=Nn,exports.createPollingManager=zn,exports.createReactiveRunner=kn,exports.createTimedAtom=uo,exports.date=Nr,exports.debounce=Fn,exports.debouncedAtom=(t,e,n)=>uo(t,e,Fn,n),exports.deepClone=function t(e,n=new WeakMap){if("function"==typeof structuredClone)return structuredClone(e);if(null===e||"object"!=typeof e)return e;if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e.source,e.flags);if(e instanceof Map){const s=new Map;return n.set(e,s),e.forEach((e,i)=>s.set(t(i,n),t(e,n))),s}if(e instanceof Set){const s=new Set;return n.set(e,s),e.forEach(e=>s.add(t(e,n))),s}if(Array.isArray(e)){const s=[];n.set(e,s);for(let i=0;i<e.length;i++)s[i]=t(e[i],n);return s}const s=n.get(e);if(s)return s;const i={};n.set(e,i);for(const s of Object.keys(e))i[s]=t(e[s],n);return i},exports.deepFreeze=Cn,exports.delayAtom=function(t,e,n){const s=new Set;function i(t){const n=setTimeout(()=>{s.delete(n),t()},e);s.add(n)}function o(){for(const t of s)clearTimeout(t);s.clear()}if(lo(t)){const e=t,s=$n(e(),n),r=s.set.bind(s),a=s.update.bind(s);return s.set=(t,e)=>{i(()=>r(t,e))},s.update=(t,e)=>{i(()=>a(t,e))},e.__subscribe(()=>{const t=e();i(()=>r(t))}),we(s,o),s}const r=$n(t,n),a=r.set.bind(r),l=r.update.bind(r);return r.set=(t,e)=>{i(()=>a(t,e))},r.update=(t,e)=>{i(()=>l(t,e))},we(r,o),r},exports.deleteAction=t=>zs.deleteAction(t),exports.df=Cn,exports.dialog=function(t,e){return Vo(t,e)},exports.disappear=ii,exports.effect=Hn,exports.effectScheduler=Ae,exports.eleHook=Js,exports.event=ve,exports.expandWidthPreset=function(t=500,e="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{width:"0",overflow:"hidden"},{width:"auto",overflow:"hidden"}],options:{duration:t,easing:e,fill:"both"}}},exports.fadeInPreset=vn,exports.fadeOutPreset=bn,exports.fetchAction=t=>zs.fetchAction(t),exports.fetchClient=zs,exports.flipInPreset=function(t="y",e=500,n="ease-out"){const s="x"===t?"rotateX":"rotateY";return{keyframes:[{transform:`${s}(90deg)`,opacity:0},{transform:`${s}(0deg)`,opacity:1}],options:{duration:e,easing:n,fill:"both"}}},exports.flipOutPreset=function(t="y",e=500,n="ease-in"){const s="x"===t?"rotateX":"rotateY";return{keyframes:[{transform:`${s}(0deg)`,opacity:1},{transform:`${s}(90deg)`,opacity:0}],options:{duration:e,easing:n,fill:"both"}}},exports.formAtom=(t,e=[],n)=>So(t,e,n),exports.get=function(t,e,n){const s=e.replace(/\[(\d+)]/g,".$1").split(".");let i=t;for(const t of s){if(null==i)return n;i=i[t]}return void 0===i?n:i},exports.getAction=t=>zs.getAction(t),exports.getAllProps=Eo,exports.getAllTimezones=function(){let t;try{t=Intl.supportedValuesOf("timeZone")}catch{return[]}const e=Date.now();return t.map(t=>({name:t,longName:yr(t,e),shortName:_r(t,e),offset:gr(t,e)}))},exports.getCalendar=function(t,e){if(!Number.isInteger(t)||!Number.isInteger(e)||e<1||e>12)throw new RangeError("getCalendar(year, month): month must be integer 1–12");const n=Nr({year:t,month:e,day:1}),{year:s,month:i,numberOfDaysOfTheMonth:o}=n.values,r=[];for(let t=wr(n.valueOf(),pr()).wd;t>0;t--)r.push(Nr({year:s,month:i,day:1-t}));for(let t=1;t<=o;t++)r.push(Nr({year:s,month:i,day:t}));const a=r.length%7,l=0===a?0:7-a,c=Nr({year:s,month:i,day:o});for(let t=0;t<l;t++)c.add(1,"day"),r.push(Nr(c.valueOf()));const h=[];for(let t=0;t<r.length;t+=7)h.push(r.slice(t,t+7));return h},exports.getCoords=function(t,e,n){const s=t=>parseInt(String(t),10);switch(e){case"top":case"top-start":return{top:s(t.top-n),left:s(t.left)};case"top-end":return{top:s(t.top-n),left:s(t.right)};case"bottom":case"bottom-start":default:return{top:s(t.bottom+n),left:s(t.left)};case"bottom-end":return{top:s(t.bottom+n),left:s(t.right)};case"right":case"right-start":return{top:s(t.top),left:s(t.right+n)};case"right-end":return{top:s(t.bottom),left:s(t.right+n)};case"left":case"left-start":return{top:s(t.top),left:s(t.left-n)};case"left-end":return{top:s(t.bottom),left:s(t.left-n)}}},exports.getCurrentHost=ye,exports.getLocale=function(){return mr()},exports.getMonths=function(t){const e=t??mr(),n=new Intl.DateTimeFormat(e,{month:"long",timeZone:"UTC"}),s=new Intl.DateTimeFormat(e,{month:"short",timeZone:"UTC"}),i=[];for(let t=1;t<=12;t++){const e=new Date(Date.UTC(2024,t-1,15,12,0,0));i.push({number:t,name:n.format(e),shortName:s.format(e)})}return i},exports.getParentScope=ko,exports.getScope=ko,exports.getStoresBeingRead=function(){return Vt.storesBeingRead},exports.getTimezoneOffset=function(){return pr()},exports.globalCSS=gn,exports.globalScheduler=ke,exports.globalTheme=function(t){const e=Object.keys(t);if(0===e.length)throw new Error("[globalTheme] themes object must have at least one entry.");const n=e[0],s=e[1],i=t[n],o=[];o.push(Us(":root",i));for(const n of e)o.push(Us(`[data-theme="${n}"]`,t[n]));void 0!==s&&o.push(function(t){let e="";for(const n in t)e+=` ${js(n)}: ${t[n]};\n`;return e?`@media (prefers-color-scheme: dark) {\n :root:not([data-theme]) {\n${e} }\n}`:""}(t[s])),mn();const r=pn(),a=o.filter(Boolean).join("\n");a&&r.appendRules(a);const l=Object.create(null);for(const t in i)l[t]=js(t);return{cssVars:Object.freeze(l),themeAtom:Ls}},exports.groupBy=function(t,e){const n={};for(const s of t){const t=String(e(s));n[t]||(n[t]=[]),n[t].push(s)}return n},exports.guard=bt,exports.hashAtom=ps,exports.historyStateAtom=es,exports.html=b,exports.htmlHook=ri,exports.iAtom=Tn,exports.ifDefined=t=>t??C,exports.indexDB=function(t,e){return xe()?Promise.reject(new Error("[indexDB] IndexedDB is not available in SSR environments.")):new Promise((n,s)=>{const i=indexedDB.open(t,e.version);i.onupgradeneeded=t=>{const n=i.result,s=i.transaction;e.upgrade&&e.upgrade(function(t,e){return{createTable(e,n,s=[]){if(t.objectStoreNames.contains(e))return;const i=t.createObjectStore(e,{keyPath:n});for(const t of s)i.createIndex(t,t,{unique:!1})},addIndex(n,s,i){if(!t.objectStoreNames.contains(n))return;const o=e.objectStore(n);o.indexNames.contains(s)||o.createIndex(s,s,i??{unique:!1})},removeIndex(n,s){if(!t.objectStoreNames.contains(n))return;const i=e.objectStore(n);i.indexNames.contains(s)&&i.deleteIndex(s)},dropTable(e){t.objectStoreNames.contains(e)&&t.deleteObjectStore(e)}}}(n,s),t.oldVersion)},i.onsuccess=()=>{const e=i.result;e.onversionchange=()=>{e.close(),console.warn(`[indexDB] "${t}" connection closed — version change detected. Reload the page to upgrade.`)};const s={table:(t,n)=>ao(e,t,n),transaction:(t,n)=>new Promise((s,i)=>{const o=e.transaction(t,"readwrite"),r={table:(t,n)=>ao(e,t,n,o)};o.oncomplete=()=>s(),o.onerror=()=>i(o.error),o.onabort=()=>i(new Error(`[indexDB] Transaction on [${t.join(", ")}] aborted`)),n(r).catch(t=>{try{o.abort()}catch{}i(t)})}),close(){e.close()}};n(s)},i.onerror=()=>s(i.error),i.onblocked=()=>{console.warn(`[indexDB] Opening "${t}" is blocked — close other connections first.`)}})},exports.injectMatesAnimations=wn,exports.installDevToolsHooks=function(t){t.registerComponent&&(zt.registerComponent=t.registerComponent),t.unregisterComponent&&(zt.unregisterComponent=t.unregisterComponent),t.notifyRender&&(zt.notifyRender=t.notifyRender),t.getComponentName&&(zt.getComponentName=t.getComponentName),t.logComponentMount&&(zt.logComponentMount=t.logComponentMount),t.logComponentRender&&(zt.logComponentRender=t.logComponentRender),t.logComponentUnmount&&(zt.logComponentUnmount=t.logComponentUnmount),t.logAtomSet&&(zt.logAtomSet=t.logAtomSet),t.logAtomUpdate&&(zt.logAtomUpdate=t.logAtomUpdate),t.logEventTrigger&&(zt.logEventTrigger=t.logEventTrigger),t.logCleanupEventTrigger&&(zt.logCleanupEventTrigger=t.logCleanupEventTrigger),t.logFetchRequest&&(zt.logFetchRequest=t.logFetchRequest),t.logFetchResponse&&(zt.logFetchResponse=t.logFetchResponse),t.logFetchError&&(zt.logFetchError=t.logFetchError),t.recordRender&&(zt.recordRender=t.recordRender)},exports.interceptAfter=t=>Ts(Os,t),exports.interceptBefore=t=>Ts(Rs,t),exports.interceptError=t=>Ts(Is,t),exports.isAction=t=>"function"==typeof t&&!0===t.__isAction___&&"function"==typeof t.__subscribe,exports.isApiResponseSuccess=function(t){return t>=200&&t<300},exports.isAsyncAction=t=>"function"==typeof t&&!0===t.__isAsyncAction___&&"function"==typeof t.subscribe,exports.isAsyncFunction=ho,exports.isAsyncValue=ze,exports.isAtom=lo,exports.isChannel=t=>"object"==typeof t&&null!==t&&!0===t.__isChannel___&&"function"==typeof t.join,exports.isConfirmationEvent=t=>"object"==typeof t&&null!==t&&!0===t.__isConfirmationEvent___&&"function"==typeof t.requestConfirmation&&"function"==typeof t.onConfirmRequest,exports.isDefinedAsGetter=function(t,e){let n=Object.getOwnPropertyDescriptor(t,e),s=Object.getPrototypeOf(t);for(;!n&&s&&s!==Object.prototype;)n=Object.getOwnPropertyDescriptor(s,e),s=Object.getPrototypeOf(s);return n?.get&&"function"==typeof n.get?n.get:null},exports.isDevToolsInstalled=Ut,exports.isEffectRunning=Bt,exports.isEmail=t=>(t=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t))(t)?null:"Invalid email",exports.isEmpty=Co,exports.isEvent=t=>"object"==typeof t&&null!==t&&!0===t.__isEvent___&&"function"==typeof t.__subscribe&&"function"==typeof t.trigger,exports.isFunction=co,exports.isGetter=t=>"function"==typeof t&&!0===t.__isSelector___&&"function"==typeof t.areVersionsChanged,exports.isInRestrictedContext=function(){return!Jt.isHookRunning&&(Jt.templateInProgress||Bt())},exports.isMax=t=>e=>((t,e)=>t<=e)(e,t)?null:`Max is ${t}`,exports.isMin=t=>e=>((t,e)=>t>=e)(e,t)?null:`Min is ${t}`,exports.isPathMatching=hs,exports.isPattern=(t,e="Invalid format")=>n=>((t,e)=>e.test(t))(n,t)?null:e,exports.isReadTrackingEnabled=Wt,exports.isRequired=t=>(t=>"number"==typeof t||"boolean"==typeof t||!Co(t))(t)?null:"Required",exports.isSSR=xe,exports.isSetter=t=>"function"==typeof t&&!0===t.__isSetter___&&"function"==typeof t.__subscribe,exports.isUnit=t=>"object"==typeof t&&null!==t&&!0===t.__isUnit___&&"function"==typeof t.__subscribe&&"function"==typeof t.__reset,exports.iterateDeeply=function t(e,n){if(null==e||"object"!=typeof e)return;const s=Array.isArray(e)?e.map((t,e)=>e):Object.keys(e);for(const i of s){const s=n(i,e[i],e);void 0!==s&&(e[i]=s);const o=e[i];null!==o&&"object"==typeof o&&t(o,n)}},exports.join=
161
+ */(this._hostElement,t),this._scrollerController=new ho(this,this._clippingAncestors[0]),this._schedule(this._updateLayout),this._observeAndListen(),this._connected=!0}_observeAndListen(){this._mutationObserver.observe(this._hostElement,{childList:!0}),this._hostElementRO.observe(this._hostElement),this._scrollEventListeners.push(window),window.addEventListener("scroll",this,this._scrollEventListenerOptions),this._clippingAncestors.forEach(t=>{t.addEventListener("scroll",this,this._scrollEventListenerOptions),this._scrollEventListeners.push(t),this._hostElementRO.observe(t)}),this._hostElementRO.observe(this._scrollerController.element),this._children.forEach(t=>this._childrenRO.observe(t)),this._scrollEventListeners.forEach(t=>t.addEventListener("scroll",this,this._scrollEventListenerOptions))}disconnected(){this._scrollEventListeners.forEach(t=>t.removeEventListener("scroll",this,this._scrollEventListenerOptions)),null!==this._scrollEndRafId&&(cancelAnimationFrame(this._scrollEndRafId),this._scrollEndRafId=null),this._scrollEventListeners=[],this._clippingAncestors=[],this._scrollerController?.detach(this),this._scrollerController=null,this._mutationObserver?.disconnect(),this._mutationObserver=null,this._hostElementRO?.disconnect(),this._hostElementRO=null,this._childrenRO?.disconnect(),this._childrenRO=null,this._rejectLayoutCompletePromise("disconnected"),this._connected=!1}_applyVirtualizerStyles(){const t=this._hostElement.style;t.display=t.display||"block",t.position=t.position||"relative",t.contain=t.contain||"size layout",this._isScroller&&(t.overflow=t.overflow||"auto",t.minHeight=t.minHeight||"150px")}_getSizer(){const t=this._hostElement;if(!this._sizer){let e=t.querySelector(`[${po}]`);e||(e=document.createElement("div"),e.setAttribute(po,""),t.appendChild(e)),Object.assign(e.style,{position:"absolute",margin:"-2px 0 0 0",padding:0,visibility:"hidden",fontSize:"2px"}),e.textContent="&nbsp;",e.setAttribute(po,""),this._sizer=e}return this._sizer}async updateLayoutConfig(t){await this._layoutInitialized;const e=t.type||mo;if("function"==typeof e&&this._layout instanceof e){const e={...t};return delete e.type,this._layout.config=e,!0}return!1}async _initLayout(t){let e,n;if("function"==typeof t.type){n=t.type;const s={...t};delete s.type,e=s}else e=t;void 0===n&&(mo=n=(await Promise.resolve().then(function(){return to})).FlowLayout),this._layout=new n(t=>this._handleLayoutMessage(t),e),this._layout.measureChildren&&"function"==typeof this._layout.updateItemSizes&&("function"==typeof this._layout.measureChildren&&(this._measureChildOverride=this._layout.measureChildren),this._measureCallback=this._layout.updateItemSizes.bind(this._layout)),this._layout.listenForChildLoadEvents&&this._hostElement.addEventListener("load",this._loadListener,!0),this._schedule(this._updateLayout)}startBenchmarking(){null===this._benchmarkStart&&(this._benchmarkStart=window.performance.now())}stopBenchmarking(){if(null!==this._benchmarkStart){const t=window.performance.now(),e=t-this._benchmarkStart,n=performance.getEntriesByName("uv-virtualizing","measure").filter(e=>e.startTime>=this._benchmarkStart&&e.startTime<t).reduce((t,e)=>t+e.duration,0);return this._benchmarkStart=null,{timeElapsed:e,virtualizationTime:n}}return null}_measureChildren(){const t={},e=this._children,n=this._measureChildOverride||this._measureChild;for(let s=0;s<e.length;s++){const i=e[s],o=this._first+s;(this._itemsChanged||this._toBeMeasured.has(i))&&(t[o]=n.call(this,i,this._items[o]))}this._childMeasurements=t,this._schedule(this._updateLayout),this._toBeMeasured.clear()}_measureChild(t){const{width:e,height:n}=t.getBoundingClientRect();return Object.assign({width:e,height:n},function(t){const e=window.getComputedStyle(t);return{marginTop:go(e.marginTop),marginRight:go(e.marginRight),marginBottom:go(e.marginBottom),marginLeft:go(e.marginLeft)}}(t))}_schedule(t){const e=this._scheduled.get(t);void 0!==e&&cancelAnimationFrame(e);const n=requestAnimationFrame(()=>{this._scheduled.delete(t),t.call(this)});this._scheduled.set(t,n)}async _updateDOM(t){this._scrollSize=t.scrollSize,this._adjustRange(t.range),this._childrenPos=t.childPositions,this._scrollError=t.scrollError||null;const{_rangeChanged:e,_itemsChanged:n}=this;this._visibilityChanged&&(this._notifyVisibility(),this._visibilityChanged=!1),(e||n)&&(this._notifyRange(),this._rangeChanged=!1),this._finishDOMUpdate()}_finishDOMUpdate(){this._connected&&(this._children.forEach(t=>this._childrenRO.observe(t)),this._checkScrollIntoViewTarget(this._childrenPos),this._positionChildren(this._childrenPos),this._sizeHostElement(this._scrollSize),this._correctScrollError(),this._benchmarkStart&&"mark"in window.performance&&window.performance.mark("uv-end"))}_updateLayout(){this._layout&&this._connected&&(this._layout.items=this._items,this._updateView(),null!==this._childMeasurements&&(this._measureCallback&&this._measureCallback(this._childMeasurements),this._childMeasurements=null),this._layout.reflowIfNeeded(),this._benchmarkStart&&"mark"in window.performance&&window.performance.mark("uv-end"))}_handleScrollEvent(){if(this._benchmarkStart&&"mark"in window.performance){try{window.performance.measure("uv-virtualizing","uv-start","uv-end")}catch(t){console.warn("Error measuring performance data: ",t)}window.performance.mark("uv-start")}!1===this._scrollerController.correctingScrollError&&this._layout?.unpin(),this._schedule(this._updateLayout),null!==this._scrollEndRafId&&cancelAnimationFrame(this._scrollEndRafId),this._scrollEndRafId=requestAnimationFrame(()=>{this._scrollEndRafId=null,this._connected&&this._updateLayout()})}handleEvent(t){if("scroll"===t.type)(t.currentTarget===window||this._clippingAncestors.includes(t.currentTarget))&&this._handleScrollEvent();else console.warn("event not handled",t)}_handleLayoutMessage(t){"stateChanged"===t.type?this._updateDOM(t):"visibilityChanged"===t.type?(this._firstVisible=t.firstVisible,this._lastVisible=t.lastVisible,this._notifyVisibility()):"unpinned"===t.type&&this._hostElement.dispatchEvent(new lo)}get _children(){const t=[];let e=this._hostElement.firstElementChild;for(;e;)e.hasAttribute(po)||t.push(e),e=e.nextElementSibling;return t}_updateView(){const t=this._hostElement,e=this._scrollerController?.element,n=this._layout;if(t&&e&&n){let s,i,o,r;const a=t.getBoundingClientRect();s=0,i=0,o=window.innerHeight,r=window.innerWidth;const l=this._clippingAncestors.map(t=>t.getBoundingClientRect());l.unshift(a);for(const t of l)s=Math.max(s,t.top),i=Math.max(i,t.left),o=Math.min(o,t.bottom),r=Math.min(r,t.right);const c=e.getBoundingClientRect(),h={left:a.left-c.left,top:a.top-c.top},u={width:e.scrollWidth,height:e.scrollHeight},d=s-a.top+t.scrollTop,f=i-a.left+t.scrollLeft,p=Math.max(0,o-s),m=Math.max(0,r-i);n.viewportSize={width:m,height:p},n.viewportScroll={top:d,left:f},n.totalScrollSize=u,n.offsetWithinScroller=h}}_sizeHostElement(t){const e=82e5,n=t&&null!==t.width?Math.min(e,t.width):0,s=t&&null!==t.height?Math.min(e,t.height):0;if(this._isScroller)this._getSizer().style.transform=`translate(${n}px, ${s}px)`;else{const t=this._hostElement.style;t.minWidth=n?`${n}px`:"100%",t.minHeight=s?`${s}px`:"100%"}}_positionChildren(t){t&&t.forEach(({top:t,left:e,width:n,height:s,xOffset:i,yOffset:o},r)=>{const a=this._children[r-this._first];a&&(a.style.position="absolute",a.style.boxSizing="border-box",a.style.transform=`translate(${e}px, ${t}px)`,void 0!==n&&(a.style.width=`${n}px`),void 0!==s&&(a.style.height=`${s}px`),a.style.left=void 0===i?null:`${i}px`,a.style.top=void 0===o?null:`${o}px`)})}async _adjustRange(t){const{_first:e,_last:n,_firstVisible:s,_lastVisible:i}=this;this._first=t.first,this._last=t.last,this._firstVisible=t.firstVisible,this._lastVisible=t.lastVisible,this._rangeChanged=this._rangeChanged||this._first!==e||this._last!==n,this._visibilityChanged=this._visibilityChanged||this._firstVisible!==s||this._lastVisible!==i}_correctScrollError(){if(this._scrollError){const{scrollTop:t,scrollLeft:e}=this._scrollerController,{top:n,left:s}=this._scrollError;this._scrollError=null,this._scrollerController.correctScrollError({top:t-n,left:e-s})}}element(t){return t===1/0&&(t=this._items.length-1),void 0===this._items?.[t]?void 0:{scrollIntoView:(e={})=>this._scrollElementIntoView({...e,index:t})}}_scrollElementIntoView(t){if(t.index>=this._first&&t.index<=this._last)this._children[t.index-this._first].scrollIntoView(t);else if(t.index=Math.min(t.index,this._items.length-1),"smooth"===t.behavior){const e=this._layout.getScrollIntoViewCoordinates(t),{behavior:n}=t;this._updateScrollIntoViewCoordinates=this._scrollerController.managedScrollTo(Object.assign(e,{behavior:n}),()=>this._layout.getScrollIntoViewCoordinates(t),()=>this._scrollIntoViewTarget=null),this._scrollIntoViewTarget=t}else this._layout.pin=t}_checkScrollIntoViewTarget(t){const{index:e}=this._scrollIntoViewTarget||{};e&&t?.has(e)&&this._updateScrollIntoViewCoordinates(this._layout.getScrollIntoViewCoordinates(this._scrollIntoViewTarget))}_notifyRange(){this._hostElement.dispatchEvent(new ro({first:this._first,last:this._last}))}_notifyVisibility(){this._hostElement.dispatchEvent(new ao({first:this._firstVisible,last:this._lastVisible}))}get layoutComplete(){return this._layoutCompletePromise||(this._layoutCompletePromise=new Promise((t,e)=>{this._layoutCompleteResolver=t,this._layoutCompleteRejecter=e})),this._layoutCompletePromise}_rejectLayoutCompletePromise(t){null!==this._layoutCompleteRejecter&&this._layoutCompleteRejecter(t),this._resetLayoutCompleteState()}_scheduleLayoutComplete(){this._layoutCompletePromise&&null===this._pendingLayoutComplete&&(this._pendingLayoutComplete=requestAnimationFrame(()=>requestAnimationFrame(()=>this._resolveLayoutCompletePromise())))}_resolveLayoutCompletePromise(){null!==this._layoutCompleteResolver&&this._layoutCompleteResolver(),this._resetLayoutCompleteState()}_resetLayoutCompleteState(){this._layoutCompletePromise=null,this._layoutCompleteResolver=null,this._layoutCompleteRejecter=null,this._pendingLayoutComplete=null}_hostElementSizeChanged(){this._schedule(this._updateLayout)}_childLoaded(){}_childrenSizeChanged(t){if(this._layout?.measureChildren){for(const e of t)this._toBeMeasured.set(e.target,e.contentRect);this._measureChildren()}this._scheduleLayoutComplete(),this._itemsChanged=!1,this._rangeChanged=!1}}function go(t){const e=t?parseFloat(t):NaN;return Number.isNaN(e)?0:e}function yo(t){if(null!==t.assignedSlot)return t.assignedSlot;if(null!==t.parentElement)return t.parentElement;const e=t.parentNode;return e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.host||null}const wo=q(class extends dt{constructor(t){if(super(t),this._virtualizer=null,this._first=0,this._last=-1,this._renderItem=(t,e)=>((t,e)=>S`${e}: ${JSON.stringify(t,null,2)}`)(t,e+this._first),this._keyFunction=(t,e)=>(t=>t)(t,this._first),this._items=[],t.type!==W)throw new Error("The virtualize directive can only be used in child expressions")}render(t){t&&this._setFunctions(t);const e=[];if(this._first>=0&&this._last>=this._first)for(let t=this._first;t<=this._last;t++)e.push(this._items[t]);return At(e,this._keyFunction,this._renderItem)}update(t,[e]){this._setFunctions(e);const n=this._items!==e.items;return this._items=e.items||[],this._virtualizer?this._updateVirtualizerConfig(t,e):this._initialize(t,e),n?C:this.render()}async _updateVirtualizerConfig(t,e){if(!await this._virtualizer.updateLayoutConfig(e.layout||{})){const n=t.parentNode;this._makeVirtualizer(n,e)}this._virtualizer.items=this._items}_setFunctions(t){const{renderItem:e,keyFunction:n}=t;e&&(this._renderItem=(t,n)=>e(t,n+this._first)),n&&(this._keyFunction=(t,e)=>n(t,e+this._first))}_makeVirtualizer(t,e){this._virtualizer&&this._virtualizer.disconnected();const{layout:n,scroller:s,items:i}=e;this._virtualizer=new _o({hostElement:t,layout:n,scroller:s}),this._virtualizer.items=i,this._virtualizer.connected()}_initialize(t,e){const n=t.parentNode;n&&1===n.nodeType&&(n.addEventListener("rangeChanged",t=>{this._first=t.first,this._last=t.last,this.setValue(this.render())}),this._makeVirtualizer(n,e))}disconnected(){this._virtualizer?.disconnected()}reconnected(){this._virtualizer?.connected()}});function vo(t,e,n){return"function"==typeof e?{keyFn:t,template:e,opts:n}:{keyFn:void 0,template:t,opts:e}}function bo(t){return new Promise((e,n)=>{t.onsuccess=()=>e(t.result),t.onerror=()=>n(t.error)})}function So(t,e,n){return new Promise((s,i)=>{const o=[];let r=!1;t.onsuccess=()=>{const i=t.result;if(i){if(e>0&&!r)return r=!0,void i.advance(e);o.push(i.value),null!==n&&o.length>=n?s(o):i.continue()}else s(o)},t.onerror=()=>i(t.error)})}const xo={equals:t=>IDBKeyRange.only(t),greaterThan:t=>IDBKeyRange.lowerBound(t,!0),greaterThanOrEqual:t=>IDBKeyRange.lowerBound(t,!1),lessThan:t=>IDBKeyRange.upperBound(t,!0),lessThanOrEqual:t=>IDBKeyRange.upperBound(t,!1),between:(t,e,n)=>IDBKeyRange.bound(t,e,n?.lowerOpen??!1,n?.upperOpen??!1),startsWith:t=>IDBKeyRange.bound(t,t+"￿",!1,!1)};class Co{constructor(t,e,n,s,i,o){this._db=t,this._storeName=e,this._pk=n,this._indexQuery=s,this._indexSort=i,this._page=o}filterByIndex(t,e){return new Co(this._db,this._storeName,this._pk,{indexName:t,range:e(xo)},this._indexSort,this._page)}sortByIndex(t,e="asc"){return new Co(this._db,this._storeName,this._pk,this._indexQuery,{indexName:t,direction:"desc"===e?"prev":"next"},this._page)}async toArray(){const t=new Co(this._db,this._storeName,this._pk,this._indexQuery,this._indexSort,null);return Eo(await t._run(),t)}async page(t,e){const n=new Co(this._db,this._storeName,this._pk,this._indexQuery,this._indexSort,{num:t,size:e});return Eo(await n._run(),n)}async _run(){const t=this._db.transaction(this._storeName,"readonly").objectStore(this._storeName),e=null!==this._indexQuery,n=null!==this._indexSort,s=this._page?(this._page.num-1)*this._page.size:0,i=this._page?this._page.size:null;if(!e&&!n)return this._page?So(t.openCursor(),s,i):bo(t.getAll());const o=this._indexQuery.indexName,r=this._indexQuery?.range??null,a=this._indexSort.indexName,l=this._indexSort.direction;if(n&&(!e||o===a)){const n=e?r:null;return So(t.index(a).openCursor(n,l),s,i)}let c=await bo(t.index(o).getAll(r));if(n){const t=a,e="prev"===l?-1:1;c.sort((n,s)=>{const i=n[t],o=s[t];return(i<o?-1:i>o?1:0)*e})}return this._page&&(c=c.slice(s,s+i)),c}}function Eo(t,e){const{_db:n,_storeName:s,_pk:i}=e,o=Nn(t,{skipRestrictedContextCheck:!0}),r=o;return r.updateItem=async(t,e)=>{const r=o.get().find(e=>e[i]===t);null!=r&&"object"==typeof r&&(e(r),await bo(n.transaction(s,"readwrite").objectStore(s).put(r)),o.update(()=>{}))},r.setItem=async(t,e)=>{await bo(n.transaction(s,"readwrite").objectStore(s).put(e)),o.update(n=>{const s=n.findIndex(e=>e[i]===t);-1!==s&&(n[s]=e)})},r.removeItem=async t=>{await bo(n.transaction(s,"readwrite").objectStore(s).delete(t)),o.update(e=>{const n=e.findIndex(e=>e[i]===t);-1!==n&&e.splice(n,1)})},r.refresh=async()=>{o.set(await e._run())},Object.defineProperty(r,"name",{value:"dbTableAtom",writable:!0,configurable:!0,enumerable:!1}),r}function Ao(t,e,n,s){const i=new Co(t,e,n,null,null,null),o=()=>s?s.objectStore(e):t.transaction(e,"readonly").objectStore(e),r=()=>s?s.objectStore(e):t.transaction(e,"readwrite").objectStore(e);return{filterByIndex:(t,e)=>i.filterByIndex(t,e),sortByIndex:(t,e)=>i.sortByIndex(t,e),toArray:()=>i.toArray(),page:(t,e)=>i.page(t,e),add:t=>bo(r().add(t)),set:async(t,e)=>{await bo(r().put(e))},update:async(n,i)=>{const o=s?s.objectStore(e):t.transaction(e,"readwrite").objectStore(e),r=await bo(o.get(n));null!=r&&(i(r),await bo(o.put(r)))},delete:async t=>{await bo(r().delete(t))},clear:async()=>{await bo(r().clear())},count:()=>bo(o().count()),get:t=>bo(o().get(t)),has:async t=>void 0!==await bo(o().getKey(t))}}function ko(){const t=new Uint8Array(16);if("undefined"!=typeof crypto&&crypto.getRandomValues)crypto.getRandomValues(t);else for(let e=0;e<16;e++)t[e]=256*Math.random()|0;t[6]=15&t[6]|64,t[8]=63&t[8]|128;const e=Array.from(t).map(t=>t.toString(16).padStart(2,"0")).join("");return`${e.slice(0,8)}-${e.slice(8,12)}-${e.slice(12,16)}-${e.slice(16,20)}-${e.slice(20,32)}`}function Mo(){return{list:t=>Promise.resolve(function(){function t(){return[]}return t.get=t=>{},t.has=t=>!1,t.add=async t=>"",t.set=async(t,e)=>{},t.update=async(t,e)=>{},t.deleteRow=async t=>{},t.clear=async()=>{},Object.defineProperty(t,"size",{get:()=>0,enumerable:!0,configurable:!0}),t}())}}const Ro="mini-db",To="mini-db:v";function $o(t){return new Promise((e,n)=>{t.onsuccess=()=>e(t.result),t.onerror=()=>n(t.error)})}function Oo(t,e,n){return new Promise((s,i)=>{const o=e?indexedDB.open(t,e):indexedDB.open(t);o.onupgradeneeded=()=>n?.(o.result),o.onsuccess=()=>s(o.result),o.onerror=()=>i(o.error),o.onblocked=()=>console.warn("[miniDB] Open blocked — close other connections first.")})}function Io(t){t.current.onversionchange=async()=>{t.current.close(),t.current=await Oo(Ro),Io(t)}}async function Po(t,e,n){const s=await $o(t.current.transaction(e,"readonly").objectStore(e).getAll()),i=Gs(s.map(t=>[String(t.id),t])),o=n=>$o(t.current.transaction(e,"readwrite").objectStore(e).put(n));n&&n.addEventListener("message",t=>{const n=t.data;n&&n.store===e&&("set"===n.op?i.set(n.key,n.item):"delete"===n.op?i.delete(n.key):"clear"===n.op&&i.clear())});const r=t=>{try{n?.postMessage(t)}catch{}};function a(){return Array.from(i.values())}return a.get=t=>i.get(t),a.has=t=>i.has(t),a.add=async t=>{const n=String(t.id??ko()),s={...t,id:n};return await o(s),i.set(n,s),r({store:e,op:"set",key:n,item:s}),n},a.set=async(t,n)=>{const s={...n,id:t};await o(s),i.set(t,s),r({store:e,op:"set",key:t,item:s})},a.update=async(t,n)=>{const s=i.get(t);s&&(i.updateItem(t,n),await o(s),r({store:e,op:"set",key:t,item:s}))},a.deleteRow=async n=>{await(n=>$o(t.current.transaction(e,"readwrite").objectStore(e).delete(n)))(n),i.delete(n),r({store:e,op:"delete",key:n})},a.clear=async()=>{await $o(t.current.transaction(e,"readwrite").objectStore(e).clear()),i.clear(),r({store:e,op:"clear"})},Object.defineProperty(a,"size",{get:()=>i.size,enumerable:!0,configurable:!0}),a}function zo(t,e,n,s=!1){document.addEventListener(t,e,{capture:s}),n.addToCleanUps(e,()=>{document.removeEventListener(t,e,{capture:s})})}function Do(t,e,n,s){let i;if("wheelUp"===t||"wheelDown"===t){const o="wheelUp"===t,r=e,a=t=>{(o?t.deltaY>=0:t.deltaY<=0)||(i&&i(),i=r(t))};return window.addEventListener("wheel",a,{capture:n,passive:!0}),void s.addToCleanUps(e,()=>{window.removeEventListener("wheel",a,{capture:n}),i&&i()})}const o="scroll"===t||"touchstart"===t||"touchmove"===t,r=e,a=t=>{i&&i(),i=r(t)};window.addEventListener(t,a,{capture:n,passive:o}),s.addToCleanUps(e,()=>{window.removeEventListener(t,a,{capture:n}),i&&i()})}function No(t,e){Ce()||(ze(),Do(t,e,!1,we()))}function Lo(t,e){Ce()||(ze(),Do(t,e,!0,we()))}const jo=Ci((t,e,n)=>{const s=document.createElement("div");Object.assign(s.style,{position:"fixed",inset:"0",zIndex:"9999",display:"flex",alignItems:"center",justifyContent:"center",background:"rgba(0, 0, 0, 0.5)"}),n?.style&&Object.assign(s.style,n.style),n?.onBackdropClick&&s.addEventListener("click",t=>{t.target===s&&n.onBackdropClick()});const i=document.createElement("div");n?.dialogStyle&&Object.assign(i.style,n.dialogStyle),i.addEventListener("click",t=>t.stopPropagation()),F(e,i),s.appendChild(i),document.body.appendChild(s);const o=document.body.style.overflow;return document.body.style.overflow="hidden",{onUpdate(t){F(t,i)},onCleanup(){s.remove(),document.body.style.overflow=o}}});const Uo={position:"fixed",display:"none",margin:"0"},Fo="9999";function Vo(t={}){const{style:e,target:n,zIndex:s=Fo}=t,i=document.createElement("div");for(const[t,e]of Object.entries(Uo))i.style[t]=e;i.style.zIndex=String(s),e&&Object.assign(i.style,e);return{el:i,attach:()=>{i.isConnected||function(t){return t?"string"==typeof t?document.querySelector(t)??document.body:t:document.body}(n).appendChild(i)},detach:()=>{i.isConnected&&i.remove()},isAttached:()=>i.isConnected}}function Wo(t,e,n,s,i,o,r){return t.startsWith("top")?s>=n:t.startsWith("bottom")?i>=n:t.startsWith("left")?o>=e:!!t.startsWith("right")&&r>=e}function Bo(t,e,n,s,i,o){const r=window.innerWidth,a=function(t){let e=t.parentElement;for(;e&&e!==document.documentElement;){const{overflowY:t}=window.getComputedStyle(e),n="auto"===t||"scroll"===t,s=e.scrollHeight>e.clientHeight;if(n&&s)return e;e=e.parentElement}return null}(t);let l,c;if(a){const t=a.getBoundingClientRect(),n=a.scrollHeight-a.scrollTop-a.clientHeight;c=t.bottom-e.bottom+n-i;const s=a.scrollTop;l=e.top-t.top+s-i}else{const t=window.scrollY||document.documentElement.scrollTop,n=document.documentElement.scrollHeight;l=e.top+t-i,c=n-(e.bottom+t)-i}const h=e.left-i,u=r-e.right-i;if("auto"===o){const t=["bottom-start","top-start","right","left"];for(const e of t)if(Wo(e,n,s,l,c,h,u))return e;return"bottom-start"}if(Wo(o,n,s,l,c,h,u))return o;const d=function(t){return t.startsWith("top")?t.replace("top","bottom"):t.startsWith("bottom")?t.replace("bottom","top"):t.startsWith("left")?t.replace("left","right"):t.startsWith("right")?t.replace("right","left"):t}(o);return Wo(d,n,s,l,c,h,u)?d:o}const Ho=gi((t,e,n)=>{const s=t.el;let i=!1,o=e,r=n;console.log("[popup] MOUNT — anchor:",s,"destroyOnClose:",!!n.destroyOnClose);const a=Vo({...void 0!==r.zIndex?{zIndex:r.zIndex}:{},style:{background:"var(--md-color-surface-raised,#fff)",boxShadow:"var(--md-shadow-dropdown,0 5px 5px -3px rgba(0,0,0,.20),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12))",minWidth:"160px",...r.style??{}}}),l=a.el;r.destroyOnClose;const c=()=>{const t=s.getBoundingClientRect();l.style.visibility="hidden",l.style.display="block",r.matchAnchorWidth&&(l.style.width=`${t.width}px`);const e=l.offsetWidth,n=l.offsetHeight,i=Bo(s,t,e,n,r.gap??4,r.position??"bottom-start");!function(t,e,n,s,i,o){const r=window.innerWidth,a=window.innerHeight;let l=0,c=0;n.startsWith("bottom")?l=e.bottom+o:n.startsWith("top")?l=e.top-o-i:"right"===n||"left"===n?l=e.top+e.height/2-i/2:n.endsWith("-start")?l=e.top:n.endsWith("-end")&&(l=e.bottom-i),"bottom"===n||"top"===n?c=e.left+e.width/2-s/2:n.endsWith("-start")?c=n.startsWith("right")?e.right+o:n.startsWith("left")?e.left-o-s:e.left:n.endsWith("-end")?c=n.startsWith("right")?e.right+o:n.startsWith("left")?e.left-o-s:e.right-s:n.startsWith("right")?c=e.right+o:n.startsWith("left")&&(c=e.left-o-s);const h=Math.max(4,Math.min(c,r-s-4)),u=Math.max(4,Math.min(l,a-i-4)),d=parseInt(String(h),10),f=parseInt(String(u),10);t.style.left=`${d}px`,t.style.top=`${f}px`}(l,t,i,e,n,r.gap??4),l.style.visibility=""},h=()=>{i&&c()};let u=null;const d=()=>{u?.disconnect(),u=null},f=t=>{const e=t.target;l.contains(e)||s.contains(e)||y()},p=t=>{"Escape"===t.key&&y()},m=t=>"boolean"==typeof t?t:t(),_=()=>void 0!==r.open,g=()=>{i||(i=!0,a.isAttached()||(a.attach(),F(o,l),console.log("[popup] LAZY-ATTACHED to body on open — floating:",l)),c(),r.onOpen?.(l),_()||(document.addEventListener("click",f,{capture:!0}),document.addEventListener("keydown",p)),window.addEventListener("scroll",h,{passive:!0,capture:!0}),window.addEventListener("resize",h,{passive:!0}),r.matchAnchorWidth&&(u=new ResizeObserver(t=>{if(!i)return;const e=t[0]?.borderBoxSize?.[0]?.inlineSize??t[0]?.contentRect.width;null!=e&&(l.style.width=`${e}px`,l.style.minWidth=`${e}px`,h())}),u.observe(s)))},y=()=>{i&&(console.log("[popup] CLOSE — destroyOnClose:",r.destroyOnClose,"floating.isConnected:",l.isConnected,"floating:",l),i=!1,r.destroyOnClose||(l.style.display="none"),r.onClose?.(s,l),r.destroyOnClose&&a.isAttached()&&(console.log("[popup] REMOVED from body in close() — floating:",l),a.detach()),_()||(document.removeEventListener("click",f,{capture:!0}),document.removeEventListener("keydown",p)),window.removeEventListener("scroll",h,{capture:!0}),window.removeEventListener("resize",h),d())},w=t=>{t.stopPropagation(),i?y():g()};return _()?m(r.open)&&g():s.addEventListener("click",w),{onUpdate(t,e){console.log("[popup] UPDATE — isOpen:",i,"anchor:",s);const n=_();if(o=t,r=e,l.isConnected&&F(t,l),e.style&&Object.assign(l.style,e.style),_()){n||s.removeEventListener("click",w);const t=m(e.open);t&&!i?g():!t&&i?y():i&&c()}else n&&s.addEventListener("click",w),i&&c()},onCleanup(){console.log("[popup] CLEANUP — isOpen:",i,"floating.parentNode:",l.parentNode??"NO PARENT","floating.isConnected:",l.isConnected,"floating:",l,"anchor.isConnected:",s.isConnected),i&&y(),d(),_()||s.removeEventListener("click",w),a.detach(),console.log("[popup] CLEANUP DONE — floating still in body?",a.isAttached())}}});const Yo=Ci((t,e,n)=>{const s=document.createElement("div");if(n?.style&&Object.assign(s.style,n.style),n?.on)for(const[t,e]of Object.entries(n.on))s.addEventListener(t,e);return function(t){return t?"string"==typeof t?document.querySelector(t)??document.body:t:document.body}(n?.target).appendChild(s),F(e,s),{onUpdate(t){F(t,s)},onCleanup(){s.remove()}}});const qo=(t,e)=>{const n=(e??si(Hs).pathAtom).get();if(n===t)return!0;const s=t.split("/").filter(Boolean),i=n.split("/").filter(Boolean);if(s.length!==i.length)return!1;for(let t=0;t<s.length;t++){const e=s[t],n=i[t];if(e.startsWith(":")){if(!n)return!1}else if(e!==n)return!1}return!0},Xo=t=>{const e=As(),{pathAtom:n}=si(Hs),s=()=>t().options,i=t().options.notFound?{path:"*",component:t().options.notFound}:null,o=()=>{const{routes:e}=t(),s=e.find(t=>qo(t.path,n));return s??i},r=o(),a=Nn(r),l=Nn(r);return xs(()=>{const t=l();if(t===a.get())return;const n=e.value;if(!n)return void a.set(t);const i=s(),o=a.get();Ss({el:n,exit:o?.exit??i.exit??Rn(200),enter:t?.enter??i.enter??Mn(250),swap:()=>a.set(t),getEl:()=>e.value,isStale:()=>l.get()!==t})}),xs(()=>{n(),function(t){l.get()!==t&&l.set(t)}(o())}),Ne(()=>{const t=e.value;if(!t)return;const n=a.get(),i=s();bs(t,n?.enter??i.enter??Mn(250))}),()=>{const t=a();return S`
162
+ <div style="position:relative;overflow:hidden">
163
+ <div ${ks(e)}>
164
+ ${t?li(t.component,t.props??{}):E}
165
+ </div>
166
+ </div>
167
+ `}};const Zo=1e3,Go=3e4,Ko=1/0;const Qo=Symbol.for("mates.ssrContextStorage");var Jo,tr,er,nr,sr,ir;function or(t){return"number"==typeof t?`${t}px`:t}tr=new WeakMap,er=new WeakMap,nr=new WeakMap,sr=new WeakMap,Jo=new WeakSet,ir=function(t){ce(this,tr,"f")?.remove(),he(this,tr,null,"f"),he(this,er,"","f"),he(this,nr,"","f"),he(this,sr,new Set,"f");const e=t.endNode;if(e?.parentNode){const n=t.startNode,s=document.createRange();s.setStartAfter(n),s.setEndBefore(e),s.deleteContents()}};const rr=q(class extends X{constructor(t){if(super(t),Jo.add(this),tr.set(this,null),er.set(this,""),nr.set(this,""),sr.set(this,new Set),t.type!==W)throw new Error("safeSVG() must be used as a child expression, e.g. html`<div>${safeSVG(markup)}</div>`")}update(t,[e,n]){if(console.log("update"),!e.trimStart().startsWith("<svg"))return console.warn("safeSVG: input does not start with <svg — nothing rendered"),ce(this,Jo,"m",ir).call(this,t),C;const s=JSON.stringify(n);if(null===ce(this,tr,"f")||e!==ce(this,er,"f")){const n=function(t){const e=document.createElement("template");e.innerHTML=t;const n=e.content.firstElementChild;return n instanceof SVGElement?n:null}(e);if(null===n)return console.warn("safeSVG: failed to parse SVG markup — nothing rendered"),ce(this,Jo,"m",ir).call(this,t),C;ce(this,tr,"f")?.remove(),he(this,tr,n,"f"),he(this,er,e,"f"),he(this,nr,"","f"),he(this,sr,new Set,"f");const s=t.endNode;s.parentNode.insertBefore(ce(this,tr,"f"),s)}if(s!==ce(this,nr,"f")){const t=function(t,e){const n=new Set,s=(e,s)=>{t.setAttribute(e,s),n.add(e)},i=e.width??e.size,o=e.height??e.size;void 0!==i&&s("width",or(i)),void 0!==o&&s("height",or(o)),void 0!==e.fill&&s("fill",e.fill),void 0!==e.stroke&&s("stroke",e.stroke),void 0!==e.strokeWidth&&s("stroke-width",String(e.strokeWidth)),void 0!==e.strokeLinecap&&s("stroke-linecap",e.strokeLinecap),void 0!==e.strokeLinejoin&&s("stroke-linejoin",e.strokeLinejoin),void 0!==e.opacity&&s("opacity",String(e.opacity)),void 0!==e.viewBox&&s("viewBox",e.viewBox),void 0!==e.transform&&s("transform",e.transform);const r=[],a=e.width??e.size,l=e.height??e.size;void 0!==a&&r.push(`width:${or(a)}`),void 0!==l&&r.push(`height:${or(l)}`),void 0!==e.color&&r.push(`color:${e.color}`),r.push("display:inline-block"),r.push("vertical-align:middle"),e.style&&r.push(e.style),s("style",r.join(";")),e.class&&s("class",e.class);const c=e.ariaHidden??!0;return e.ariaLabel?(s("aria-label",e.ariaLabel),s("role","img")):c&&s("aria-hidden","true"),n}(ce(this,tr,"f"),n);for(const e of ce(this,sr,"f"))t.has(e)||ce(this,tr,"f").removeAttribute(e);he(this,sr,t,"f"),he(this,nr,s,"f")}return C}render(t,e){return C}});function ar(t,e={}){return rr(t,e)}let lr=null,cr=null,hr=null;function ur(t){lr=t}function dr(t){cr=t}function fr(){return cr}function pr(){return lr??-(new Date).getTimezoneOffset()}function mr(){return hr??("undefined"!=typeof navigator?navigator.language:null)??"en"}function _r(t,e){const n={};for(const s of new Intl.DateTimeFormat("en",{timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).formatToParts(new Date(e)))"literal"!==s.type&&(n[s.type]=parseInt(s.value,10));const s=24===n.hour?0:n.hour,i=Date.UTC(n.year,n.month-1,n.day,s,n.minute,n.second);return Math.round((i-e)/6e4)||0}function gr(t,e){try{const n=new Intl.DateTimeFormat("en",{timeZone:t,timeZoneName:"short"}).formatToParts(new Date(e)).find(t=>"timeZoneName"===t.type);return n?n.value:t}catch{return t}}function yr(t,e){try{const n=new Intl.DateTimeFormat("en",{timeZone:t,timeZoneName:"long"}).formatToParts(new Date(e)).find(t=>"timeZoneName"===t.type);return n?n.value:t}catch{return t}}function wr(t,e){const n=new Date(t+6e4*e);return{Y:n.getUTCFullYear(),M:n.getUTCMonth()+1,D:n.getUTCDate(),h:n.getUTCHours(),m:n.getUTCMinutes(),s:n.getUTCSeconds(),ms:n.getUTCMilliseconds(),wd:n.getUTCDay()}}const vr=t=>String(t).padStart(2,"0");function br(t,e,n){const s={[n]:e};return cr?s.timeZone=cr:(s.timeZone="UTC",t+=6e4*pr()),new Intl.DateTimeFormat(mr(),s).format(new Date(t))}function Sr(t,e){const n=t>=0?"+":"-",s=Math.abs(t);return e?`${n}${vr(Math.floor(s/60))}:${vr(s%60)}`:`${n}${vr(Math.floor(s/60))}${vr(s%60)}`}function xr(t){const e=t.replace(/s$/,"");if("millisecond"===e||"m"===e)return"ms";if("minute"===e)return"min";if(!new Set(["year","month","week","day","hour","min","second","ms"]).has(e))throw new RangeError(`Invalid date unit: "${t}"`);return e}function Cr(){try{const t=new Intl.Locale(mr()),e=t.weekInfo?.firstDay??t.getWeekInfo?.()?.firstDay;if(void 0!==e)return e%7}catch{}return 0}const Er=/YYYY|YY|MMMM|MMM|MM|M|DD|D|dddd|ddd|HH|H|hh|h|mm|ss|SSS|ZZ|Z|A|a/g,Ar=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function kr(t){try{const e=new Date(Date.UTC(2024,0,7+t,12,0,0));return new Intl.DateTimeFormat(mr(),{weekday:"long",timeZone:"UTC"}).format(e)}catch{return Ar[t]||""}}function Mr(t){try{const e=new Date(Date.UTC(2024,t-1,15,12,0,0));return new Intl.DateTimeFormat(mr(),{month:"long",timeZone:"UTC"}).format(e)}catch{return""}}function Rr(t){if(t instanceof Number)return t.valueOf();if("number"==typeof t)return t;if("string"==typeof t)return new Date(t).getTime();if(t instanceof Date)return t.getTime();if("object"==typeof t&&null!==t){const{year:e=1970,month:n=1,day:s=1,hour:i=0,minute:o=0,second:r=0,ms:a=0}=t;return Date.UTC(e,n-1,s,i,o,r,a)-6e4*pr()}return NaN}function Tr(t,e,n){const s=xr(n);if("hour"===s)return t+36e5*e;if("min"===s)return t+6e4*e;if("second"===s)return t+1e3*e;if("ms"===s)return t+e;const i=pr(),o=wr(t,i);let r=o.Y,a=o.M,l=o.D;if("year"===s)r+=e;else if("month"===s){const t=a-1+e;r+=Math.floor(t/12),a=(t%12+12)%12+1,l=Math.min(l,new Date(r,a,0).getDate())}else l+="week"===s?7*e:e;return Date.UTC(r,a-1,l,o.h,o.m,o.s,o.ms)-6e4*i}function $r(t,e){const n=pr(),s=wr(t,n),i=wr(e,n);return s.Y===i.Y&&s.M===i.M&&s.D===i.D}function Or(t){const e=pr(),n=wr(t,e);return Date.UTC(n.Y,n.M-1,n.D,0,0,0,0)-6e4*e}function Ir(t,e){const n=pr(),s=wr(t,n),i=s.h%12||12,o=[],r=e.replace(/\[([^\]]*)\]/g,(t,e)=>(o.push(e),`\0${o.length-1}\0`));Er.lastIndex=0;const a=r.replace(Er,e=>{switch(e){case"YYYY":return String(s.Y);case"YY":return String(s.Y).slice(-2);case"MMMM":return br(t,"long","month");case"MMM":return br(t,"short","month");case"MM":return vr(s.M);case"M":return String(s.M);case"DD":return vr(s.D);case"D":return String(s.D);case"dddd":return br(t,"long","weekday");case"ddd":return br(t,"short","weekday");case"HH":return vr(s.h);case"H":return String(s.h);case"hh":return vr(i);case"h":return String(i);case"mm":return vr(s.m);case"ss":return vr(s.s);case"SSS":return(t=>String(t).padStart(3,"0"))(s.ms);case"A":return s.h>=12?"PM":"AM";case"a":return s.h>=12?"pm":"am";case"Z":return Sr(n,!0);case"ZZ":return Sr(n,!1);default:return e}});return a.replace(/\0(\d+)\0/g,(t,e)=>o[+e])}const Pr=[["year",31536e3],["month",2592e3],["week",604800],["day",86400],["hour",3600],["minute",60],["second",1]];const zr=Symbol("ts"),Dr=Object.create(Number.prototype);function Nr(t){return function(t){const e=Object.create(Dr);return e[zr]=t,e}(void 0===t?Date.now():Rr(t))}Object.defineProperties(Dr,{valueOf:{value(){return this[zr]},writable:!1,configurable:!1},values:{get(){const t=this[zr],e=wr(t,pr());return{year:e.Y,month:e.M,monthName:Mr(e.M),dayName:kr(e.wd),date:e.D,weekStartDayName:kr(Cr()),numberOfDaysOfTheMonth:new Date(e.Y,e.M,0).getDate(),hours:e.h,minutes:e.m,seconds:e.s,milliSeconds:e.ms,timestamp:t,iso:new Date(t).toISOString()}},configurable:!1},toJSON:{value(){const t=this[zr];return Number.isFinite(t)?new Date(t).toISOString():"Invalid Date"},writable:!1,configurable:!1},toString:{value(){const t=this[zr];return Number.isFinite(t)?new Intl.DateTimeFormat(mr(),{dateStyle:"medium",...fr()?{timeZone:fr()}:{timeZone:"UTC"}}).format(new Date(fr()?t:t+6e4*pr())):"Invalid Date"},writable:!1,configurable:!1},format:{value(t){return Ir(this[zr],t)},writable:!1,configurable:!1},formatLongAgo:{value(t){return function(t,e={}){const{numeric:n="auto",style:s="long"}=e,i=((void 0!==e.now?Rr(e.now):Date.now())-t)/1e3,o=Math.abs(i),r=i>=0?-1:1,a=new Intl.RelativeTimeFormat(mr(),{numeric:n,style:s});for(const[t,e]of Pr)if(o>=e)return a.format(r*Math.round(o/e),t);return a.format(0,"second")}(this[zr],t)},writable:!1,configurable:!1},add:{value(t,e){return this[zr]=Tr(this[zr],t,e),this},writable:!1,configurable:!1},subtract:{value(t,e){return this[zr]=Tr(this[zr],-t,e),this},writable:!1,configurable:!1},isBefore:{value(t){return this[zr]<Rr(t)},writable:!1,configurable:!1},isAfter:{value(t){return this[zr]>Rr(t)},writable:!1,configurable:!1},isFuture:{value(){return this[zr]>Date.now()},writable:!1,configurable:!1},isPresent:{value(){return $r(this[zr],Date.now())},writable:!1,configurable:!1},isToday:{value(){return $r(this[zr],Date.now())},writable:!1,configurable:!1},isYesterday:{value(){const t=Tr(Or(Date.now()),-1,"day");return $r(this[zr],t)},writable:!1,configurable:!1},isTomorrow:{value(){const t=Tr(Or(Date.now()),1,"day");return $r(this[zr],t)},writable:!1,configurable:!1},getDifference:{value(t,e){return function(t,e,n){const s=xr(n),i=t-e;if("ms"===s)return i;if("second"===s)return Math.trunc(i/1e3);if("min"===s)return Math.trunc(i/6e4);if("hour"===s)return Math.trunc(i/36e5);const o=pr(),r=wr(t,o),a=wr(e,o);if("day"===s||"week"===s){const n=Math.floor((t+6e4*o)/864e5)-Math.floor((e+6e4*o)/864e5);return"week"===s?Math.trunc(n/7):n}return"month"===s?12*(r.Y-a.Y)+(r.M-a.M):r.Y-a.Y}(this[zr],Rr(t),e)},writable:!1,configurable:!1},getAge:{value(t){return function(t,e){const n=pr(),s=wr(t,n),i=wr(e,n);let o=i.Y-s.Y,r=s.M,a=s.D;if(2===r&&29===a){const t=t=>t%4==0&&t%100!=0||t%400==0;t(i.Y)||(r=3,a=1)}return(i.M<r||i.M===r&&i.D<a)&&o--,Math.max(0,o)}(this[zr],void 0!==t?Rr(t):Date.now())},writable:!1,configurable:!1}}),exports.$=vs,exports.Context=class{constructor(){this.id=Math.random().toString(36).substring(2,15),this.context=null}},exports.ErrorTypes=ss,exports.FetchClient=ls,exports.FetchUtils=Rs,exports.MA={fadeIn:"mates-fade-in",fadeOut:"mates-fade-out",slideInUp:"mates-slide-in-up",slideOutUp:"mates-slide-out-up",slideInDown:"mates-slide-in-down",slideOutDown:"mates-slide-out-down",slideInLeft:"mates-slide-in-left",slideOutLeft:"mates-slide-out-left",slideInRight:"mates-slide-in-right",slideOutRight:"mates-slide-out-right",scaleIn:"mates-scale-in",scaleOut:"mates-scale-out",springIn:"mates-spring-in",flipInX:"mates-flip-in-x",flipInY:"mates-flip-in-y",blurIn:"mates-blur-in",blurOut:"mates-blur-out",shake:"mates-shake",pulse:"mates-pulse",bounce:"mates-bounce",spin:"mates-spin"},exports.MatesUtils=Hs,exports.NotificationManager=pe,exports.Router=(t,e)=>{const n=t.find(t=>qo(t.path));if(void 0===n)return e?()=>li(e):()=>E;const{component:s}=n;return()=>li(s)},exports.RouterUtils=zs,exports.StorageUtils=Us,exports.SyncNotificationManager=me,exports.ThemeUtils=Bs,exports.WithScope=di,exports.ZeroPromise=ns,exports._=je,exports._subToView=Ue,exports.action=function(t){ee("Action");let e=t;const n=new Set;let s=null,i=null;const o=t=>{n.forEach(e=>{try{e(t)}catch(t){console.error(t)}})};return Object.assign(function(...t){return((t,n)=>{try{let r;return r=s?s((...n)=>e.call(t,...n),...n):e.call(t,...n),i&&(r=i(r)),o(r),r}catch(t){const e=t instanceof Error?t:new Error(String(t));throw o(void 0),e}})(this,t)},{val:()=>e,set:t=>{e=t},__isAction___:!0,__subscribe:t=>(ee("subscribe"),n.add(t),()=>n.delete(t)),interceptBefore:t=>{s=t},interceptAfter:t=>{i=t}})},exports.addStoreBeingRead=Yt,exports.animatedIf=mi,exports.animatedRouter=function(t,e={}){return li(Xo,{routes:t,options:e})},exports.animatedX=function(t,e,n){const{show:s,...i}=n;return mi(s,S`<x-view .view=${t} .props=${e}></x-view>`,E,i)},exports.arrayRange=function(t,e,n){if(void 0===e&&(e=t,t=0),void 0===n&&(n=t<=e?1:-1),0===n)return[];const s=[];if(n>0)for(let i=t;i<e;i+=n)s.push(i);else for(let i=t;i>e;i+=n)s.push(i);return s},exports.assertComponentOuterContext=ne,exports.assertNotInRestrictedContext=ee,exports.asyncAction=Bn,exports.asyncAppend=gt,exports.asyncReplace=_t,exports.atom=Nn,exports.attr=function(t){return yi(t)},exports.blurInPreset=function(t=10,e=400,n="ease-out"){return{keyframes:[{filter:`blur(${t}px)`,opacity:0},{filter:"blur(0px)",opacity:1}],options:{duration:e,easing:n,fill:"both"}}},exports.blurOutPreset=function(t=10,e=400,n="ease-in"){return{keyframes:[{filter:"blur(0px)",opacity:1},{filter:`blur(${t}px)`,opacity:0}],options:{duration:e,easing:n,fill:"both"}}},exports.bouncePreset=function(t=600){return{keyframes:[{transform:"translateY(0)",offset:0},{transform:"translateY(-30%)",offset:.3},{transform:"translateY(0)",offset:.5},{transform:"translateY(-15%)",offset:.7},{transform:"translateY(0)",offset:.85},{transform:"translateY(-5%)",offset:.95},{transform:"translateY(0)",offset:1}],options:{duration:t,easing:"ease",fill:"both"}}},exports.buildPath=Kn,exports.buildRequestUrl=is,exports.cacheAtom=function(t){const e=new Map,n=new Map,s=Nn(e,t),i=s.get.bind(s),o=s;return o.add=(t,i,o)=>{if(n.has(t)&&(clearTimeout(n.get(t)),n.delete(t)),s.update(e=>{e.set(t,i)}),void 0!==o&&-1!==o&&o>0){const i=setTimeout(()=>{e.delete(t),n.delete(t),s.update(()=>{})},o);n.set(t,i)}},o.get=t=>(i(),e.get(t)),o.remove=t=>!!e.has(t)&&(n.has(t)&&(clearTimeout(n.get(t)),n.delete(t)),e.delete(t),s.update(()=>{}),!0),o.has=t=>(i(),e.has(t)),o.getAll=()=>(i(),Array.from(e.values())),o.clearAll=()=>{n.forEach(t=>clearTimeout(t)),n.clear(),e.clear(),s.update(()=>{})},Object.defineProperty(o,"size",{get:()=>(i(),e.size),enumerable:!0,configurable:!0}),Object.defineProperty(o,"name",{get:()=>"cacheAtom",enumerable:!0,configurable:!0}),ve(s,o.clearAll),o},exports.cacheFn=Vn,exports.changeFlagAtom=function(t=0,e){const n=Nn(t,e),s=n;return s.change=t=>{n.set(void 0!==t?t:Math.random())},s.name="changeFlagAtom",s},exports.chunk=function(t,e){if(e<1)return[];const n=[];for(let s=0;s<t.length;s+=e)n.push(t.slice(s,s+e));return n},exports.clamp=function(t,e,n){return Math.min(Math.max(t,e),n)},exports.classMap=vt,exports.classes=function(t){return wi(t)},exports.cleanupScheduler=Oe,exports.collapseWidthPreset=function(t=500,e="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{width:"auto",overflow:"hidden"},{width:"0",overflow:"hidden"}],options:{duration:t,easing:e,fill:"both"}}},exports.collectSSRStyles=function(){return""},exports.componentRunningStatus=te,exports.computeAutoPlacement=function(t,e,n,s){const i=window.innerHeight-t.bottom-s,o=t.top-s,r=window.innerWidth-t.right-s,a=t.left-s;return i>=n?"bottom":o>=n?"top":r>=e?"right":a>=e?"left":[["bottom",i],["top",o],["right",r],["left",a]].reduce((t,e)=>e[1]>t[1]?e:t)[0]},exports.configureCSS=function(t){t.breakpoints&&Object.assign(Je,t.breakpoints)},exports.countdown=bi,exports.createCacheManager=Vn,exports.createFloatingContainer=Vo,exports.createManagedTimer=Hn,exports.createPollingManager=Wn,exports.createReactiveRunner=zn,exports.createTimedAtom=Zs,exports.date=Nr,exports.debounce=Zn,exports.debouncedAtom=(t,e,n)=>Zs(t,e,Zn,n),exports.decrementSsrAsyncCounter=Re,exports.deepClone=function t(e,n=new WeakMap){if("function"==typeof structuredClone)return structuredClone(e);if(null===e||"object"!=typeof e)return e;if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e.source,e.flags);if(e instanceof Map){const s=new Map;return n.set(e,s),e.forEach((e,i)=>s.set(t(i,n),t(e,n))),s}if(e instanceof Set){const s=new Set;return n.set(e,s),e.forEach(e=>s.add(t(e,n))),s}if(Array.isArray(e)){const s=[];n.set(e,s);for(let i=0;i<e.length;i++)s[i]=t(e[i],n);return s}const s=n.get(e);if(s)return s;const i={};n.set(e,i);for(const s of Object.keys(e))i[s]=t(e[s],n);return i},exports.deepFreeze=On,exports.delayAtom=function(t,e,n){const s=new Set;function i(t){const n=setTimeout(()=>{s.delete(n),t()},e);s.add(n)}function o(){for(const t of s)clearTimeout(t);s.clear()}if(Ys(t)){const e=t,s=Nn(e(),n),r=s.set.bind(s),a=s.update.bind(s);return s.set=(t,e)=>{i(()=>r(t,e))},s.update=(t,e)=>{i(()=>a(t,e))},e.__subscribe(()=>{const t=e();i(()=>r(t))}),ve(s,o),s}const r=Nn(t,n),a=r.set.bind(r),l=r.update.bind(r);return r.set=(t,e)=>{i(()=>a(t,e))},r.update=(t,e)=>{i(()=>l(t,e))},ve(r,o),r},exports.deleteAction=t=>cs.deleteAction(t),exports.df=On,exports.dialog=function(t,e){return jo(t,e)},exports.disappear=Si,exports.done=function(){if(!xe||!Ae)return;null!==ke&&(clearTimeout(ke),ke=null);const t=Ae;Ae=null,t()},exports.effect=xs,exports.effectScheduler=Ie,exports.eleHook=gi,exports.event=be,exports.expandWidthPreset=function(t=500,e="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{width:"0",overflow:"hidden"},{width:"auto",overflow:"hidden"}],options:{duration:t,easing:e,fill:"both"}}},exports.fadeInPreset=Mn,exports.fadeOutPreset=Rn,exports.fetchAction=t=>cs.fetchAction(t),exports.flipInPreset=function(t="y",e=500,n="ease-out"){const s="x"===t?"rotateX":"rotateY";return{keyframes:[{transform:`${s}(90deg)`,opacity:0},{transform:`${s}(0deg)`,opacity:1}],options:{duration:e,easing:n,fill:"both"}}},exports.flipOutPreset=function(t="y",e=500,n="ease-in"){const s="x"===t?"rotateX":"rotateY";return{keyframes:[{transform:`${s}(0deg)`,opacity:1},{transform:`${s}(90deg)`,opacity:0}],options:{duration:e,easing:n,fill:"both"}}},exports.formAtom=(t,e=[],n)=>Qs(t,e,n),exports.get=function(t,e,n){const s=e.replace(/\[(\d+)]/g,".$1").split(".");let i=t;for(const t of s){if(null==i)return n;i=i[t]}return void 0===i?n:i},exports.getAction=t=>cs.getAction(t),exports.getAllProps=ei,exports.getAllTimezones=function(){let t;try{t=Intl.supportedValuesOf("timeZone")}catch{return[]}const e=Date.now();return t.map(t=>({name:t,longName:yr(t,e),shortName:gr(t,e),offset:_r(t,e)}))},exports.getCalendar=function(t,e){if(!Number.isInteger(t)||!Number.isInteger(e)||e<1||e>12)throw new RangeError("getCalendar(year, month): month must be integer 1–12");const n=Nr({year:t,month:e,day:1}),{year:s,month:i,numberOfDaysOfTheMonth:o}=n.values,r=[];for(let t=wr(n.valueOf(),pr()).wd;t>0;t--)r.push(Nr({year:s,month:i,day:1-t}));for(let t=1;t<=o;t++)r.push(Nr({year:s,month:i,day:t}));const a=r.length%7,l=0===a?0:7-a,c=Nr({year:s,month:i,day:o});for(let t=0;t<l;t++)c.add(1,"day"),r.push(Nr(c.valueOf()));const h=[];for(let t=0;t<r.length;t+=7)h.push(r.slice(t,t+7));return h},exports.getCookieObj=function(){if("undefined"==typeof document)return{};const t=document.cookie;if(!t)return{};const e={};for(const n of t.split(";")){const t=n.indexOf("=");if(-1===t)continue;const s=n.slice(0,t).trim();if(!s)continue;const i=n.slice(t+1).trim();try{e[s]=decodeURIComponent(i)}catch{e[s]=i}}return e},exports.getCoords=function(t,e,n){const s=t=>parseInt(String(t),10);switch(e){case"top":case"top-start":return{top:s(t.top-n),left:s(t.left)};case"top-end":return{top:s(t.top-n),left:s(t.right)};case"bottom":case"bottom-start":default:return{top:s(t.bottom+n),left:s(t.left)};case"bottom-end":return{top:s(t.bottom+n),left:s(t.right)};case"right":case"right-start":return{top:s(t.top),left:s(t.right+n)};case"right-end":return{top:s(t.bottom),left:s(t.right+n)};case"left":case"left-start":return{top:s(t.top),left:s(t.left-n)};case"left-end":return{top:s(t.bottom),left:s(t.left-n)}}},exports.getCurrentHost=we,exports.getGlobalScopeClasses=oi,exports.getLocale=function(){return mr()},exports.getMonths=function(t){const e=t??mr(),n=new Intl.DateTimeFormat(e,{month:"long",timeZone:"UTC"}),s=new Intl.DateTimeFormat(e,{month:"short",timeZone:"UTC"}),i=[];for(let t=1;t<=12;t++){const e=new Date(Date.UTC(2024,t-1,15,12,0,0));i.push({number:t,name:n.format(e),shortName:s.format(e)})}return i},exports.getParentScope=si,exports.getScope=si,exports.getSsrAsyncCounter=function(){return Ee},exports.getStoresBeingRead=function(){return Wt.storesBeingRead},exports.getTimezoneOffset=function(){return pr()},exports.globalCSS=Cn,exports.globalScheduler=Pe,exports.globalTheme=function(t){const e=Object.keys(t);if(0===e.length)throw new Error("[globalTheme] themes object must have at least one entry.");const n=e[0],s=e[1],i=t[n],o=[];o.push(us(":root",i));for(const n of e)o.push(us(`[data-theme="${n}"]`,t[n]));void 0!==s&&o.push(function(t){let e="";for(const n in t)e+=` ${hs(n)}: ${t[n]};\n`;return e?`@media (prefers-color-scheme: dark) {\n :root:not([data-theme]) {\n${e} }\n}`:""}(t[s])),xn();const r=Sn(),a=o.filter(Boolean).join("\n");a&&r.appendRules(a);const l=Object.create(null);for(const t in i)l[t]=hs(t);return{cssVars:Object.freeze(l)}},exports.groupBy=function(t,e){const n={};for(const s of t){const t=String(e(s));n[t]||(n[t]=[]),n[t].push(s)}return n},exports.guard=St,exports.html=S,exports.htmlHook=Ci,exports.iAtom=Ln,exports.ifDefined=t=>t??E,exports.incrementSsrAsyncCounter=Me,exports.indexDB=function(t,e){return Ce()?Promise.reject(new Error("[indexDB] IndexedDB is not available in SSR environments.")):new Promise((n,s)=>{const i=indexedDB.open(t,e.version);i.onupgradeneeded=t=>{const n=i.result,s=i.transaction;e.upgrade&&e.upgrade(function(t,e){return{createTable(e,n,s=[]){if(t.objectStoreNames.contains(e))return;const i=t.createObjectStore(e,{keyPath:n});for(const t of s)i.createIndex(t,t,{unique:!1})},addIndex(n,s,i){if(!t.objectStoreNames.contains(n))return;const o=e.objectStore(n);o.indexNames.contains(s)||o.createIndex(s,s,i??{unique:!1})},removeIndex(n,s){if(!t.objectStoreNames.contains(n))return;const i=e.objectStore(n);i.indexNames.contains(s)&&i.deleteIndex(s)},dropTable(e){t.objectStoreNames.contains(e)&&t.deleteObjectStore(e)}}}(n,s),t.oldVersion)},i.onsuccess=()=>{const e=i.result;e.onversionchange=()=>{e.close(),console.warn(`[indexDB] "${t}" connection closed — version change detected. Reload the page to upgrade.`)};const s={table:(t,n)=>Ao(e,t,n),transaction:(t,n)=>new Promise((s,i)=>{const o=e.transaction(t,"readwrite"),r={table:(t,n)=>Ao(e,t,n,o)};o.oncomplete=()=>s(),o.onerror=()=>i(o.error),o.onabort=()=>i(new Error(`[indexDB] Transaction on [${t.join(", ")}] aborted`)),n(r).catch(t=>{try{o.abort()}catch{}i(t)})}),close(){e.close()}};n(s)},i.onerror=()=>s(i.error),i.onblocked=()=>{console.warn(`[indexDB] Opening "${t}" is blocked — close other connections first.`)}})},exports.injectMatesAnimations=kn,exports.installDevToolsHooks=function(t){t.registerComponent&&(Dt.registerComponent=t.registerComponent),t.unregisterComponent&&(Dt.unregisterComponent=t.unregisterComponent),t.notifyRender&&(Dt.notifyRender=t.notifyRender),t.getComponentName&&(Dt.getComponentName=t.getComponentName),t.logComponentMount&&(Dt.logComponentMount=t.logComponentMount),t.logComponentRender&&(Dt.logComponentRender=t.logComponentRender),t.logComponentUnmount&&(Dt.logComponentUnmount=t.logComponentUnmount),t.logAtomSet&&(Dt.logAtomSet=t.logAtomSet),t.logAtomUpdate&&(Dt.logAtomUpdate=t.logAtomUpdate),t.logEventTrigger&&(Dt.logEventTrigger=t.logEventTrigger),t.logCleanupEventTrigger&&(Dt.logCleanupEventTrigger=t.logCleanupEventTrigger),t.logFetchRequest&&(Dt.logFetchRequest=t.logFetchRequest),t.logFetchResponse&&(Dt.logFetchResponse=t.logFetchResponse),t.logFetchError&&(Dt.logFetchError=t.logFetchError),t.recordRender&&(Dt.recordRender=t.recordRender)},exports.isAction=t=>"function"==typeof t&&!0===t.__isAction___&&"function"==typeof t.__subscribe,exports.isApiResponseSuccess=function(t){return t>=200&&t<300},exports.isAsyncAction=t=>"function"==typeof t&&!0===t.__isAsyncAction___&&"function"==typeof t.subscribe,exports.isAsyncFunction=Xs,exports.isAsyncValue=We,exports.isAtom=Ys,exports.isChannel=t=>"object"==typeof t&&null!==t&&!0===t.__isChannel___&&"function"==typeof t.join,exports.isConfirmationEvent=t=>"object"==typeof t&&null!==t&&!0===t.__isConfirmationEvent___&&"function"==typeof t.requestConfirmation&&"function"==typeof t.onConfirmRequest,exports.isDefinedAsGetter=function(t,e){let n=Object.getOwnPropertyDescriptor(t,e),s=Object.getPrototypeOf(t);for(;!n&&s&&s!==Object.prototype;)n=Object.getOwnPropertyDescriptor(s,e),s=Object.getPrototypeOf(s);return n?.get&&"function"==typeof n.get?n.get:null},exports.isDev=Te,exports.isDevToolsInstalled=Ft,exports.isEffectRunning=Ht,exports.isEmail=t=>(t=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t))(t)?null:"Invalid email",exports.isEmpty=ti,exports.isEvent=t=>"object"==typeof t&&null!==t&&!0===t.__isEvent___&&"function"==typeof t.__subscribe&&"function"==typeof t.trigger,exports.isFunction=qs,exports.isGetter=t=>"function"==typeof t&&!0===t.__isSelector___&&"function"==typeof t.areVersionsChanged,exports.isInRestrictedContext=function(){return!te.isHookRunning&&(te.templateInProgress||Ht())},exports.isMax=t=>e=>((t,e)=>t<=e)(e,t)?null:`Max is ${t}`,exports.isMin=t=>e=>((t,e)=>t>=e)(e,t)?null:`Min is ${t}`,exports.isPathMatching=qo,exports.isPattern=(t,e="Invalid format")=>n=>((t,e)=>e.test(t))(n,t)?null:e,exports.isReadTrackingEnabled=Bt,exports.isRequired=t=>(t=>"number"==typeof t||"boolean"==typeof t||!ti(t))(t)?null:"Required",exports.isSSR=Ce,exports.isSetter=t=>"function"==typeof t&&!0===t.__isSetter___&&"function"==typeof t.__subscribe,exports.isUnit=t=>"object"==typeof t&&null!==t&&!0===t.__isUnit___&&"function"==typeof t.__subscribe&&"function"==typeof t.__reset,exports.iterateDeeply=function t(e,n){if(null==e||"object"!=typeof e)return;const s=Array.isArray(e)?e.map((t,e)=>e):Object.keys(e);for(const i of s){const s=n(i,e[i],e);void 0!==s&&(e[i]=s);const o=e[i];null!==o&&"object"==typeof o&&t(o,n)}},exports.join=
171
168
  /**
172
169
  * @license
173
170
  * Copyright 2021 Google LLC
174
171
  * SPDX-License-Identifier: BSD-3-Clause
175
172
  */
176
- function*(t,e){const n="function"==typeof e;if(void 0!==t){let s=-1;for(const i of t)s>-1&&(yield n?e(s):e),s++,yield i}},exports.keyed=St,exports.keyframes=function(t,e){rn("keyframes"),mn();const n=ln(t);return dn.appendRules(cn(n,e)),n},exports.lazyLoad=function(t,e){return li(t,e)},exports.litCache=yt,exports.live=xt,exports.location=bs,exports.lockNavigation=ss,exports.log=function(t,e){re({level:"log",message:t,data:void 0!==e?ie(e):void 0,ts:performance.now()}),oe()&&(void 0!==e?console.log(t,e):console.log(t))},exports.logError=ae,exports.logWarning=function(t,e){re({level:"warn",message:t,data:void 0!==e?ie(e):void 0,ts:performance.now()}),oe()&&(void 0!==e?console.warn(t,e):console.warn(t))},exports.lsAtom=yo,exports.mapAtom=fo,exports.masonryGrid=function(t,e,n,s){return ui(t,e,n,s)},exports.matesLogEvent=se,exports.maxLength=t=>e=>((t,e)=>t.length<=e)(e,t)?null:`Max ${t} characters`,exports.memo=function(t){let e;return kn({name:"Memo",fn:t,onRun:t=>{e?e.set(()=>t):(e=$n(void 0,{skipRestrictedContextCheck:!0}),e.set(()=>t,!0))}}),e},exports.memoTemplate=function(t,e){return pi(t,e)},exports.merge=function t(e,...n){const s={...e};for(const e of n)for(const n of Object.keys(e))xo(s[n])&&xo(e[n])?s[n]=t(s[n],e[n]):s[n]=e[n];return s},exports.minLength=t=>e=>((t,e)=>t.length>=e)(e,t)?null:`Min ${t} characters`,exports.miniDB=async function(t=1,e){if(xe())return Ro();const n={current:await zo(Oo)};Do(n);const s="undefined"!=typeof BroadcastChannel?new BroadcastChannel(Oo):null,i=function(){try{return parseInt(localStorage.getItem(Io)??"0",10)||0}catch{return 0}}();if(i!==t){if(e){const s=[];e(i,t,{clear:t=>s.push(t)});for(const t of s)n.current.objectStoreNames.contains(t)&&await Po(n.current.transaction(t,"readwrite").objectStore(t).clear())}!function(t){try{localStorage.setItem(Io,String(t))}catch{}}(t)}const o=new Map;return{async list(t){if(o.has(t))return o.get(t);n.current.objectStoreNames.contains(t)||(n.current=await async function(t,e){const n=t.name,s=t.version+1;return t.close(),zo(n,s,t=>{t.objectStoreNames.contains(e)||t.createObjectStore(e,{keyPath:"id"})})}(n.current,t),Do(n));const e=await No(n,t,s);return o.set(t,e),e}}},exports.navigateTo=rs,exports.navigationLocked=ns,exports.navigationRequestEvent=as,exports.noChange=x,exports.nothing=C,exports.omit=function(t,e){const n={...t};for(const t of e)delete n[t];return n},exports.on=Pe,exports.onAllMount=t=>{Me(),t.__isOnAllMount__=!0;const e=ye();e.addToCleanUps(t,$e),ke.onceIdle(()=>{if(!e.isConnected)return;const n=t();n&&e.addToCleanUps(t,n)})},exports.onBlur=t=>{Uo("blur",t)},exports.onCleanup=t=>{Me(),t.__isOnCleanup__=!0;ye().addToCleanUps(t,t)},exports.onClickAway=t=>{if(xe())return;Me();const e=ye(!0),n=n=>{const s=n.target;s&&!e.contains(s)&&t(n)};document.addEventListener("mousedown",n,!0),e.addToCleanUps(t,()=>{document.removeEventListener("mousedown",n,!0)})},exports.onConnect=function(t){return ci(t)},exports.onCopy=t=>{Uo("copy",t)},exports.onCut=t=>{Uo("cut",t)},exports.onDOMReady=t=>{const e=ye();if(!e)throw new Error("onDOMReady must be called within a component context");return e.DOMReadyEvent.__subscribe(t)},exports.onDisconnect=function(t){return hi(t)},exports.onEleEvent=function(t,e){return ni(t,e)},exports.onError=t=>{Me();const e=ye();e._errorHandlers||(e._errorHandlers=[]),e._errorHandlers.push(t)},exports.onEvent=function(t){return Si(t)},exports.onFileDrop=t=>{if(xe())return;Me();const e=ye();let n;const s=t=>t.preventDefault(),i=e=>{e.preventDefault(),n&&n(),n=t(e)};window.addEventListener("dragover",s),window.addEventListener("drop",i),e.addToCleanUps(t,()=>{window.removeEventListener("dragover",s),window.removeEventListener("drop",i),n&&n()})},exports.onFocus=t=>{Uo("focus",t)},exports.onHidden=function(t,e){return ai({onHidden:t,...e})},exports.onIntersect=function(t){return ai(t)},exports.onInterval=(t,e)=>{if(xe())return;Me();const n=ye();let s;const i=setInterval(()=>{s&&s(),s=t()},e);n.addToCleanUps(t,()=>{clearInterval(i),s&&s()})},exports.onKeyDown=t=>{Uo("keydown",t)},exports.onKeyUp=t=>{Uo("keyup",t)},exports.onMount=Te,exports.onNavigate=t=>{if(xe())return;Me();const e=ye();let n;const s=ls.__subscribe(()=>{n&&n(),n=t(ls.get())||null});e.addToCleanUps(t,()=>{s(),n&&n()})},exports.onNavigationRequest=t=>{if(xe())return;Me();let e=!1;const n=as.__subscribe(n=>{if(e)return;const{to:s,from:i}=n;ss();let o=!1;const r=t({to:s,from:i,next:()=>{o||(o=!0,e=!0,is(),os(()=>{rs(s),e=!1}))}});r instanceof Promise?r.then(()=>{o||is()}).catch(()=>{o||is()}):o||is()});we(t,n)},exports.onOffline=t=>{Uo("offline",t)},exports.onOnline=t=>{Uo("online",t)},exports.onPaint=t=>{Me(),t.__isOnPaint__=!0;const e=ye();e.addToCleanUps(t,$e),e.PaintEvent.__subscribe(()=>t())},exports.onParent=function(t,e){return xi(t,e)},exports.onPaste=t=>{Uo("paste",t)},exports.onReferenceChange=(t,e)=>{const n=ye();if(Me(),!n)throw new Error("onReferenceChange must be called inside a component");let s=[];t(),s=e(),n.onEachUpdate(()=>{const n=e();s.some((t,e)=>t!==n[e])&&(t(),s=n)})},exports.onResize=(t,e)=>{if(xe())return;Me();const n=ye();let s;const i=new ResizeObserver(e=>{for(const n of e)s&&s(),s=t(n)}),o=e||n;i.observe(o),n.addToCleanUps(t,()=>{i.disconnect(),s&&s()})},exports.onScroll=(t,e=window)=>{if(xe())return;Me();const n=ye();let s;const i=e=>{s&&s(),s=t(e)};e.addEventListener("scroll",i,{passive:!0}),n.addToCleanUps(t,()=>{e.removeEventListener("scroll",i),s&&s()})},exports.onScrolledIntoView=function(t,e){return li(t,e)},exports.onSelectionChange=t=>{if(xe())return;Me();let e;Lo("selectionchange",()=>{e&&e(),e=t(window.getSelection())},ye())},exports.onSocket=function(t,e){Me();const n=ye(),s=e.map(e=>e.__subscribe(t));n.addToCleanUps(t,()=>{s.forEach(t=>t())})},exports.onStorageChange=t=>{Uo("storage",t)},exports.onTimeout=(t,e)=>{if(xe())return;Me();const n=ye();let s;const i=setTimeout(()=>{s=t()},e);n.addToCleanUps(t,()=>{clearTimeout(i),s&&s()})},exports.onUpdate=t=>{Me();const e=ye();let n;e.onEachUpdate(()=>{n&&n(),n=t()}),e.addToCleanUps(t,()=>{n&&n()})},exports.onVisibilityChange=t=>{if(xe())return;Me();let e;Lo("visibilitychange",()=>{e&&e(),e=t(document.hidden)},ye())},exports.onVisible=function(t,e){return ai({onVisible:t,...e})},exports.onWindow=Uo,exports.onWindowCapture=Fo,exports.onWindowResize=t=>{Uo("resize",t)},exports.onWindowScroll=t=>{Fo("scroll",t)},exports.onceIdle=os,exports.paginatedAsyncAction=function(t,e){const n=!!e?.allowInRestrictedContext,s=Dn(t,e),i=$n(1,{skipRestrictedContextCheck:n}),o=$n(-1,{skipRestrictedContextCheck:n});return Object.assign(s,{page:i,totalPages:o,next:(...t)=>{if(!(-1!==o.val&&i.val>=o.val))return i.update(t=>t+1),s(...t)}})},exports.paginationAtom=(t=1,e)=>{const n=$n(t,e),s=n;return s.next=()=>{n.set(t=>t+1)},s.prev=()=>{n.set(t=>t>1?t-1:t)},s.reset=()=>{n.set(1)},Object.defineProperty(s,"currentPage",{get:()=>n.get(),enumerable:!1,configurable:!0}),Object.defineProperty(s,"name",{value:"paginationAtom",writable:!0,configurable:!0,enumerable:!1}),s},exports.patchAction=t=>zs.patchAction(t),exports.pathAtom=ls,exports.pick=function(t,e){const n={};for(const s of e)s in t&&(n[s]=t[s]);return n},exports.placementTransform=function(t){return"top"===t||"top-start"===t||"top-end"===t?"translateY(-100%)":"left"===t||"left-start"===t||"left-end"===t?"translateX(-100%)":""},exports.popEffect=qt,exports.popup=function(t,e){return Xo(t,"string"==typeof e?{position:e}:e??{})},exports.portal=function(t,e){return Go(t,e)},exports.postAction=t=>zs.postAction(t),exports.pulsePreset=function(t=1.05,e=400){return{keyframes:[{transform:"scale(1)"},{transform:`scale(${t})`},{transform:"scale(1)"}],options:{duration:e,easing:"ease-in-out",fill:"both"}}},exports.pushEffect=Yt,exports.putAction=t=>zs.putAction(t),exports.qsAtom=ys,exports.randomId=To,exports.range=
173
+ function*(t,e){const n="function"==typeof e;if(void 0!==t){let s=-1;for(const i of t)s>-1&&(yield n?e(s):e),s++,yield i}},exports.keyed=xt,exports.keyframes=function(t,e){if(pn("keyframes"),Ce())return t;xn();const n=_n(t);return vn.appendRules(gn(n,e)),n},exports.lazyLoad=function(t,e){return Ai(t,e)},exports.litCache=wt,exports.live=Ct,exports.log=function(t,e){ae({level:"log",message:t,data:void 0!==e?oe(e):void 0,ts:performance.now()}),re()&&(void 0!==e?console.log(t,e):console.log(t))},exports.logError=le,exports.logWarning=function(t,e){ae({level:"warn",message:t,data:void 0!==e?oe(e):void 0,ts:performance.now()}),re()&&(void 0!==e?console.warn(t,e):console.warn(t))},exports.mapAtom=Gs,exports.masonryGrid=function(t,e,n,s){return Ri(t,e,n,s)},exports.matesLogEvent=ie,exports.maxLength=t=>e=>((t,e)=>t.length<=e)(e,t)?null:`Max ${t} characters`,exports.memo=function(t){let e;return zn({name:"Memo",fn:t,onRun:t=>{e?e.set(()=>t):(e=Nn(void 0,{skipRestrictedContextCheck:!0}),e.set(()=>t,!0))}}),e},exports.memoTemplate=function(t,e){return Oi(t,e)},exports.merge=function t(e,...n){const s={...e};for(const e of n)for(const n of Object.keys(e))Js(s[n])&&Js(e[n])?s[n]=t(s[n],e[n]):s[n]=e[n];return s},exports.minLength=t=>e=>((t,e)=>t.length>=e)(e,t)?null:`Min ${t} characters`,exports.miniDB=async function(t=1,e){if(Ce())return Mo();const n={current:await Oo(Ro)};Io(n);const s="undefined"!=typeof BroadcastChannel?new BroadcastChannel(Ro):null,i=function(){try{return parseInt(localStorage.getItem(To)??"0",10)||0}catch{return 0}}();if(i!==t){if(e){const s=[];e(i,t,{clear:t=>s.push(t)});for(const t of s)n.current.objectStoreNames.contains(t)&&await $o(n.current.transaction(t,"readwrite").objectStore(t).clear())}!function(t){try{localStorage.setItem(To,String(t))}catch{}}(t)}const o=new Map;return{async list(t){if(o.has(t))return o.get(t);n.current.objectStoreNames.contains(t)||(n.current=await async function(t,e){const n=t.name,s=t.version+1;return t.close(),Oo(n,s,t=>{t.objectStoreNames.contains(e)||t.createObjectStore(e,{keyPath:"id"})})}(n.current,t),Io(n));const e=await Po(n,t,s);return o.set(t,e),e}}},exports.noChange=C,exports.nothing=E,exports.omit=function(t,e){const n={...t};for(const t of e)delete n[t];return n},exports.on=Fe,exports.onAllMount=t=>{ze(),t.__isOnAllMount__=!0;const e=we();e.addToCleanUps(t,De),Pe.onceIdle(()=>{if(!e.isConnected)return;const n=t();n&&e.addToCleanUps(t,n)})},exports.onBlur=t=>{No("blur",t)},exports.onCleanup=t=>{ze(),t.__isOnCleanup__=!0;we().addToCleanUps(t,t)},exports.onClickAway=t=>{if(Ce())return;ze();const e=we(!0),n=n=>{const s=n.target;s&&!e.contains(s)&&t(n)};document.addEventListener("mousedown",n,!0),e.addToCleanUps(t,()=>{document.removeEventListener("mousedown",n,!0)})},exports.onConnect=function(t){return ki(t)},exports.onCopy=t=>{No("copy",t)},exports.onCut=t=>{No("cut",t)},exports.onDOMReady=t=>{const e=we();if(!e)throw new Error("onDOMReady must be called within a component context");return e.DOMReadyEvent.__subscribe(t)},exports.onDisconnect=function(t){return Mi(t)},exports.onEleEvent=function(t,e){return vi(t,e)},exports.onError=t=>{ze();const e=we();e._errorHandlers||(e._errorHandlers=[]),e._errorHandlers.push(t)},exports.onEvent=function(t){return Ui(t)},exports.onFileDrop=t=>{if(Ce())return;ze();const e=we();let n;const s=t=>t.preventDefault(),i=e=>{e.preventDefault(),n&&n(),n=t(e)};window.addEventListener("dragover",s),window.addEventListener("drop",i),e.addToCleanUps(t,()=>{window.removeEventListener("dragover",s),window.removeEventListener("drop",i),n&&n()})},exports.onFocus=t=>{No("focus",t)},exports.onHidden=function(t,e){return Ei({onHidden:t,...e})},exports.onIntersect=function(t){return Ei(t)},exports.onInterval=(t,e)=>{if(Ce())return;ze();const n=we();let s;const i=setInterval(()=>{s&&s(),s=t()},e);n.addToCleanUps(t,()=>{clearInterval(i),s&&s()})},exports.onKeyDown=t=>{No("keydown",t)},exports.onKeyUp=t=>{No("keyup",t)},exports.onMount=Ne,exports.onNavigate=t=>{if(Ce())return;ze();const e=we(),{pathAtom:n}=si(Hs);let s;const i=n.__subscribe(()=>{s&&s(),s=t(n.get())||null});e.addToCleanUps(t,()=>{i(),s&&s()})},exports.onOffline=t=>{No("offline",t)},exports.onOnline=t=>{No("online",t)},exports.onPaint=t=>{ze(),t.__isOnPaint__=!0;const e=we();e.addToCleanUps(t,De),e.PaintEvent.__subscribe(()=>t())},exports.onParent=function(t,e){return Fi(t,e)},exports.onPaste=t=>{No("paste",t)},exports.onReferenceChange=(t,e)=>{const n=we();if(ze(),!n)throw new Error("onReferenceChange must be called inside a component");let s=[];t(),s=e(),n.onEachUpdate(()=>{const n=e();s.some((t,e)=>t!==n[e])&&(t(),s=n)})},exports.onResize=(t,e)=>{if(Ce())return;ze();const n=we();let s;const i=new ResizeObserver(e=>{for(const n of e)s&&s(),s=t(n)}),o=e||n;i.observe(o),n.addToCleanUps(t,()=>{i.disconnect(),s&&s()})},exports.onScroll=(t,e=window)=>{if(Ce())return;ze();const n=we();let s;const i=e=>{s&&s(),s=t(e)};e.addEventListener("scroll",i,{passive:!0}),n.addToCleanUps(t,()=>{e.removeEventListener("scroll",i),s&&s()})},exports.onScrolledIntoView=function(t,e){return Ai(t,e)},exports.onSelectionChange=t=>{if(Ce())return;ze();let e;zo("selectionchange",()=>{e&&e(),e=t(window.getSelection())},we())},exports.onSocket=function(t,e){ze();const n=we(),s=e.map(e=>e.__subscribe(t));n.addToCleanUps(t,()=>{s.forEach(t=>t())})},exports.onStorageChange=t=>{No("storage",t)},exports.onTimeout=(t,e)=>{if(Ce())return;ze();const n=we();let s;const i=setTimeout(()=>{s=t()},e);n.addToCleanUps(t,()=>{clearTimeout(i),s&&s()})},exports.onUpdate=t=>{ze();const e=we();let n;e.onEachUpdate(()=>{n&&n(),n=t()}),e.addToCleanUps(t,()=>{n&&n()})},exports.onVisibilityChange=t=>{if(Ce())return;ze();let e;zo("visibilitychange",()=>{e&&e(),e=t(document.hidden)},we())},exports.onVisible=function(t,e){return Ei({onVisible:t,...e})},exports.onWindow=No,exports.onWindowCapture=Lo,exports.onWindowResize=t=>{No("resize",t)},exports.onWindowScroll=t=>{Lo("scroll",t)},exports.onceIdle=Ps,exports.paginatedAsyncAction=function(t,e){const n=!!e?.allowInRestrictedContext,s=Bn(t,e),i=Nn(1,{skipRestrictedContextCheck:n}),o=Nn(-1,{skipRestrictedContextCheck:n});return Object.assign(s,{page:i,totalPages:o,next:(...t)=>{if(!(-1!==o.val&&i.val>=o.val))return i.update(t=>t+1),s(...t)}})},exports.paginationAtom=(t=1,e)=>{const n=Nn(t,e),s=n;return s.next=()=>{n.set(t=>t+1)},s.prev=()=>{n.set(t=>t>1?t-1:t)},s.reset=()=>{n.set(1)},Object.defineProperty(s,"currentPage",{get:()=>n.get(),enumerable:!1,configurable:!0}),Object.defineProperty(s,"name",{value:"paginationAtom",writable:!0,configurable:!0,enumerable:!1}),s},exports.patchAction=t=>cs.patchAction(t),exports.pick=function(t,e){const n={};for(const s of e)s in t&&(n[s]=t[s]);return n},exports.placementTransform=function(t){return"top"===t||"top-start"===t||"top-end"===t?"translateY(-100%)":"left"===t||"left-start"===t||"left-end"===t?"translateX(-100%)":""},exports.popEffect=Xt,exports.popup=function(t,e){return Ho(t,"string"==typeof e?{position:e}:e??{})},exports.portal=function(t,e){return Yo(t,e)},exports.postAction=t=>cs.postAction(t),exports.pulsePreset=function(t=1.05,e=400){return{keyframes:[{transform:"scale(1)"},{transform:`scale(${t})`},{transform:"scale(1)"}],options:{duration:e,easing:"ease-in-out",fill:"both"}}},exports.pushEffect=qt,exports.putAction=t=>cs.putAction(t),exports.randomId=ko,exports.range=
177
174
  /**
178
175
  * @license
179
176
  * Copyright 2021 Google LLC
180
177
  * SPDX-License-Identifier: BSD-3-Clause
181
178
  */
182
- function*(t,e,n=1){const s=void 0===e?0:t;e??=t;for(let t=s;n>0?t<e:e<t;t+=n)yield t},exports.ref=Xn,exports.registerCleanup=we,exports.removeAttr=function(t){},exports.removeClasses=function(t){},exports.removeOn=function(t){vi.get(t)?.()},exports.removeStyle=function(t){},exports.render=U,exports.renderSwitch=function(t){for(const e of t){if(!Array.isArray(e))return e;{const[t,n]=e;if(t)return n}}return C},exports.renderTemplate=ts,exports.renderX=Jn,exports.repeat=Et,exports.replaceParams=function(t,e){if("undefined"==typeof window)return;const n=ls.get(),s=t.split("/"),i=n.split("/");if(s.length!==i.length)return void console.warn(`replaceParams: pattern "${t}" has ${s.length} segments but current path "${n}" has ${i.length}. No-op.`);const o=new Set(s.filter(t=>t.startsWith(":")).map(t=>t.slice(1)));for(const n of Object.keys(e))o.has(n)||console.warn(`replaceParams: param "${n}" not found in pattern "${t}".`);const r=i.map((t,n)=>{const i=s[n];if(!i.startsWith(":"))return t;const o=i.slice(1);return o in e?String(e[o]):t}),a=r.join("/");a!==n&&rs(a,!0)},exports.resetComponentState=Ce,exports.resolveAsyncValue=De,exports.restoreTracking=Gt,exports.rootCSS=function(t){mn();const e=pn(),n=Us(":root",t);return n&&e.appendRules(n),t},exports.route=(t,{view:e})=>hs(t)?Zn(e):null,exports.runWithGlobalInterceptors=async function(t,e){let n,s=t,i=e;for(const t of Rs){const e=await t(s,i);s=e.url,i=e.options}try{n=await fetch(s,i)}catch(t){for(const e of Is)try{e(t)}catch{}throw t}for(const t of Os)n=await t(n);if(!n.ok){const t=new Error(`${n.status} ${n.statusText}`);for(const e of Is)try{e(t)}catch{}}return n},exports.safeClone=ie,exports.safeSVG=ar,exports.safetyCheck=Me,exports.saveAndEnableTracking=Xt,exports.scaleInPreset=function(t=0,e=300,n="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:`scale(${t})`,opacity:0},{transform:"scale(1)",opacity:1}],options:{duration:e,easing:n,fill:"both"}}},exports.scaleOutPreset=function(t=0,e=300,n="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:"scale(1)",opacity:1},{transform:`scale(${t})`,opacity:0}],options:{duration:e,easing:n,fill:"both"}}},exports.scope=Ao,exports.setAtom=(t=[],e)=>{const n=new Set(t),s=$n(n,e),i=n.add.bind(n);n.add=t=>(i(t),s.update(()=>{}),n);const o=n.delete.bind(n);n.delete=t=>{const e=o(t);return s.update(()=>{}),e};const r=n.clear.bind(n);n.clear=()=>{r(),s.update(()=>{})};const a=n.has.bind(n);n.has=t=>(s.get(),a(t));const l=Object.getOwnPropertyDescriptor(Set.prototype,"size");Object.defineProperty(n,"size",{get:()=>(s.get(),l.get.call(n))});const c=n.entries.bind(n);n.entries=()=>(s.get(),c());const h=n.values.bind(n);n.values=()=>(s.get(),h());const u=n.keys.bind(n);n.keys=()=>(s.get(),u());const d=n.forEach.bind(n);n.forEach=(t,e)=>(s.get(),d(t,e));const f=n[Symbol.iterator].bind(n);return n[Symbol.iterator]=()=>(s.get(),f()),n.update=t=>{const e={add:t=>(i(t),e),delete:t=>o(t),clear:()=>{r()},has:t=>a(t),entries:()=>c(),values:()=>h(),keys:()=>u(),forEach:(t,e)=>d(t,e),[Symbol.iterator]:()=>f(),get size(){return l.get.call(n)}};return t(e),s.update(()=>{}),n},n.updateItem=(t,e)=>(null==t||"object"!=typeof t||(e(t),s.update(()=>{})),n),Object.defineProperty(n,"__isAtom___",{value:s,writable:!1,enumerable:!1}),Object.defineProperty(n,"__version__",{get:()=>s.__version__,enumerable:!1}),n},exports.setLocale=function(t){!function(t){hr=t}(t??null)},exports.setRef=Gn,exports.setSSRApiLookup=function(t){Ss=t},exports.setSSRMode=function(t){Se=t},exports.setSSRRequest=function(t){xs=t},exports.setTimezone=function(t){null==t?(ur(null),dr(null)):(ur(t.offset),dr(t.name))},exports.setTimezoneOffset=function(t){ur(t),dr(null)},exports.setter=Re,exports.shakePreset=function(t=10,e=400){return{keyframes:[{transform:"translateX(0)"},{transform:`translateX(-${t}px)`},{transform:`translateX(${t}px)`},{transform:`translateX(-${t}px)`},{transform:`translateX(${t}px)`},{transform:"translateX(0)"}],options:{duration:e,easing:"ease-in-out",fill:"both"}}},exports.signal=Tn,exports.slideInPreset=function(t="up",e,n=400,s="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:e?xn(t,e):Sn[t],opacity:0},{transform:"translate(0, 0)",opacity:1}],options:{duration:n,easing:s,fill:"both"}}},exports.slideOutPreset=function(t="down",e,n=400,s="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:"translate(0, 0)",opacity:1},{transform:e?xn(t,e):Sn[t],opacity:0}],options:{duration:n,easing:s,fill:"both"}}},exports.spinPreset=function(t=1,e=600,n="linear"){return{keyframes:[{transform:"rotate(0deg)"},{transform:`rotate(${360*t}deg)`}],options:{duration:e,easing:n,fill:"both"}}},exports.springInPreset=function(t=500,e="cubic-bezier(0.34, 1.56, 0.64, 1)"){return{keyframes:[{transform:"scale(0)",opacity:0},{transform:"scale(1)",opacity:1}],options:{duration:t,easing:e,fill:"both"}}},exports.ssAtom=wo,exports.startTracking=Zt,exports.stopTracking=Kt,exports.store=t=>{if("object"!=typeof t||null===t)throw new Error("initial state must be an object");const e=$n(t),n=$o(t,e,"store");return()=>[n,e.update]},exports.style=function(t){return Ci(t)},exports.styleMap=Mt,exports.stylesheet=function(){rn("stylesheet");const t=new un;return{css:function(e){rn("css");const n=[],s=Ge(e,n);return n.length>0&&t.appendRules(n.join("\n")),Ze(s)},mount:function(){if(function(t){if(Jt.templateInProgress)throw new Error(`[css-in-js] ${t}() must not be called inside a template function. Call it in the component outer function or at module level.`)}("mount"),null===ye(!1))return t.mount(),()=>t.unmount();Te(()=>(t.mount(),()=>t.unmount()))},keyframes:function(e,n){return rn("keyframes"),t.keyframes(e,n)}}},exports.superAtom=Rn,exports.svg=S,exports.taskAction=function(t){te("taskAction");const e=[];let n=0,s=1,i=!1;const o={skipRestrictedContextCheck:!0},r=$n([],o),a=$n("idle",o),l=$n(0,o);function c(){if(r.set([...e]),0===e.length)return void l.set(0);let t=0;for(const n of e)"running"===n.status?t+=.5:"pending"!==n.status&&(t+=1);l.set(Math.round(t/e.length*100))}function h(){if(i){const t=e.some(t=>"running"===t.status);return void(t||a.set("idle"))}if("running"!==a.get())return;const n=e.filter(t=>"running"===t.status).length,o=e.filter(t=>"pending"===t.status);if(0===o.length&&0===n)return void a.set("idle");const r=-1===s?o.length:Math.max(0,s-n);0!==r&&o.slice(0,r).forEach(e=>function(e){const n=new AbortController;e.status="running",e.abortController=n;const s=t(e.input,n.signal);if(s?.__isZeroPromise__){const t=s;e.abortController={signal:t.signal,abort:()=>{t.cancel()}}}c(),Promise.resolve(s).then(t=>{"cancelled"===e.status||(e.status="success",e.result.data=t),e.abortController=null,c(),h()}).catch(t=>{if("cancelled"===e.status||!0===e.abortController?.signal?.aborted)e.status="cancelled",e.abortController=null;else{const n=t instanceof Error?t:new Error(String(t));e.status="failed",e.result.error=n,e.abortController=null,ae(n,"taskAction")}c(),h()})}(e))}function u(t){return{id:++n,input:t,status:"pending",result:{data:null,error:null},abortController:null}}function d(t){const n=Array.isArray(t)?t:[t];for(const t of n)e.push(u(t));c(),"running"!==a.get()||i||h()}function f(t=1){"running"!==a.get()&&(s=t,i=!1,a.set("running"),h())}function p(){i=!0,function(){for(const t of e)"running"===t.status&&(t.status="cancelled",t.abortController?.abort(),t.abortController=null)}(),a.set("idle"),c()}function m(t){p(),e.length=0,n=0,c(),d(t)}const g={add:d,start:f,pause:function(){i||(i=!0)},stop:p,delete:function(t){const n=Array.isArray(t)?t:[t],s=new Set(n.map(t=>t.id));for(let t=e.length-1;t>=0;t--){const n=e[t];s.has(n.id)&&("running"===n.status&&(n.status="cancelled",n.abortController?.abort(),n.abortController=null),e.splice(t,1))}c(),"running"!==a.get()||i||h()},clearAndAdd:m,addAndStart:function(t,e=1){d(t),f(e)},clearAndStart:function(t,e=1){m(t),f(e)},isRunning:function(){return"running"===a.val},progress:l,tasks:r,pendingTasks:function(){return r.val.filter(t=>"pending"===t.status)},runningTasks:function(){return r.val.filter(t=>"running"===t.status)},successTasks:function(){return r.val.filter(t=>"success"===t.status)},failedTasks:function(){return r.val.filter(t=>"failed"===t.status)},cancelledTasks:function(){return r.val.filter(t=>"cancelled"===t.status)},__isTaskAction__:!0};return we(g,p),g},exports.template=Qn,exports.themeAtom=Ls,exports.throttle=Vn,exports.throttledAtom=(t,e,n)=>uo(t,e,Vn,n),exports.timerTemplate=function(t,e){return Ei(t,e)},exports.titleAtom=vo,exports.trackAndSubscribe=En,exports.uniqBy=function(t,e){const n=new Set,s=[];for(const i of t){const t=e(i);n.has(t)||(n.add(t),s.push(i))}return s},exports.unlockNavigation=is,exports.unsafeHTML=Tt,exports.unsafeSVG=ar,exports.until=It,exports.unwrapModule=Ne,exports.useContext=function(t){let e=null;const n=new CustomEvent("request-context",{bubbles:!0,composed:!0,detail:{context:t,resolve(t=null){e=t}}});return ye().dispatchEvent(n),e},exports.useEleEvent=function(){const t=ye(!1);return{dispatch(e,n){t&&t.dispatchEvent(new CustomEvent(e,{detail:n,bubbles:!0,composed:!0,cancelable:!0}))}}},exports.useScope=Ao,exports.useState=t=>{const e=ye();if("object"!=typeof t||null===t)throw new Error("stateObj must be an object");const n=$n(t),s=$o(t,n,"useState");return e?._useStates&&e._useStates.push({state:t,atom:n}),[s,n.update]},exports.useStore=function(t){return Ie(t,!0),t},exports.uuid=To,exports.validateAll=function(t){const e=[],n={},s=new WeakSet;return function t(i,o){if(null==i)return;const r=typeof i;if("object"!==r&&"function"!==r)return;if(s.has(i))return;if(s.add(i),function(t){if(null==t)return!1;const e=typeof t;return("object"===e||"function"===e)&&!0===t.__isFormAtom__}(i)){const t=i.validate();return void(t.length>0&&(e.push(...t),n[o]=t))}if(Array.isArray(i)){for(let e=0;e<i.length;e++){const n=o?`${o}[${e}]`:`[${e}]`;t(i[e],n)}return}const a=Object.keys(i);for(const e of a){const n=o?`${o}.${e}`:e;t(i[e],n)}}(t,""),{isValid:0===e.length,errors:e,errorsByField:n}},exports.validateReactiveFunction=An,exports.view=Kn,exports.virtualList=function(t,e,n,s){const{keyFn:i,template:o,opts:r}=eo(e,n,s),a={direction:r?.direction??"vertical",...r?.pin?{pin:r.pin}:{}};return to({items:t,renderItem:o,keyFunction:i,scroller:r?.scroller,layout:$i(a)})},exports.virtualMasonry=function(t,e,n,s){const{keyFn:i,template:o,opts:r}=eo(e,n,s),a={direction:r.direction??"vertical",getAspectRatio:r.getAspectRatio,gap:r.gap??"8px",flex:!0,...r.itemSize?{itemSize:r.itemSize}:{},...r.pin?{pin:r.pin}:{}};return to({items:t,renderItem:o,keyFunction:i,scroller:r.scroller,layout:(l=a,Object.assign({type:Fi},l))});var l},exports.watch=Pe,exports.when=function(t,e,n){return t?e(t):n?.(t)},exports.withAuth=function(t){return async(e,n)=>({url:e,options:{...n,headers:{...n.headers,Authorization:"string"==typeof t?t:await t()}}})},exports.withBaseUrl=function(t){return(e,n)=>({url:e.startsWith("http")?e:`${t}${e}`,options:n})},exports.withHost=_e,exports.withLogging=function(t=console.log){return e=>(t(`[fetch] ${e.status} ${e.url}`),e)},exports.withStaggerPreset=function(t,e,n=50){return{keyframes:t.keyframes,options:{...t.options,delay:(t.options.delay??0)+e*n}}},exports.ws=function(t,e={}){ee("ws");const{reconnect:n=!0,reconnectDelay:s=Zo,reconnectMaxDelay:i=Ko,reconnectMaxAttempts:o=Qo,protocols:r,auth:a,autoConnect:l=!0}=e,c=$n("connecting",{skipRestrictedContextCheck:!0}),h=new Set;let u=null,d=0,f=s,p=null,m=!1;const g=[];function _(){null!==p&&(clearTimeout(p),p=null)}function y(){let e;m=!1,_(),c.set("connecting");try{e=function(){if(!a)return t;const e=a(),n=Object.entries(e);if(0===n.length)return t;const s=n.map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&");return t.includes("?")?`${t}&${s}`:`${t}?${s}`}()}catch(t){return ae(t),void c.set("error")}try{u=r?new WebSocket(e,r):new WebSocket(e)}catch(t){return ae(t),c.set("error"),void w()}u.onopen=()=>{m?u?.close():(d=0,f=s,c.set("connected"),function(){for(;g.length>0;){const t=g.shift();u?.readyState===WebSocket.OPEN&&u.send(t)}}())},u.onmessage=t=>{if(m)return;const e="string"==typeof t.data?t.data:String(t.data);let n;try{n=JSON.parse(e)}catch{n=e}var s;s=n,h.forEach(t=>{try{t(s)}catch(t){ae(t)}})},u.onerror=()=>{c.set("error")},u.onclose=()=>{m||(c.set("disconnected"),w())}}function w(){if(!n||m)return;if(d>=o)return;d++;const t=f;f=Math.min(2*f,i),p=setTimeout(()=>{m||y()},t)}function v(){m=!0,_(),u&&(u.onopen=null,u.onmessage=null,u.onerror=null,u.onclose=null,u.readyState!==WebSocket.OPEN&&u.readyState!==WebSocket.CONNECTING||u.close(1e3,"client disconnect"),u=null),c.set("disconnected"),h.clear(),g.length=0}const b={send:function(t){const e="string"==typeof t?t:JSON.stringify(t);u?.readyState===WebSocket.OPEN?u.send(e):g.push(e)},__subscribe:function(t){return h.add(t),()=>h.delete(t)},status:c,connect:y,disconnect:v,__isWs___:!0};return l?y():c.set("disconnected"),we(b,v),b},exports.x=Zn,exports.xTabEvent=t=>{te("xTabEvent");const e=new Set,n=n=>{e.forEach(e=>{try{e(n)}catch(e){ae(e,`xTabEvent(${t}) handler`)}})},s="undefined"!=typeof BroadcastChannel?new BroadcastChannel(t):null;s&&(s.onmessage=t=>{n(t.data)});return{trigger:e=>{if(Lt(t,e),s)try{s.postMessage(e)}catch(e){ae(e,`xTabEvent(${t}) postMessage`)}n(e)},__subscribe:t=>{e.add(t);const n=()=>{e.delete(t)};return we(t,n),n},close:()=>{s&&s.close()},name:t,__isEvent___:!0,__isXTabEvent___:!0}};
179
+ function*(t,e,n=1){const s=void 0===e?0:t;e??=t;for(let t=s;n>0?t<e:e<t;t+=n)yield t},exports.ref=As,exports.registerCleanup=ve,exports.registerGlobalScopes=function(t){for(const e of t)ii.add(e)},exports.removeAttr=function(t){},exports.removeClasses=function(t){},exports.removeOn=function(t){Li.get(t)?.()},exports.removeStyle=function(t){},exports.render=F,exports.renderSwitch=function(t){for(const e of t){if(!Array.isArray(e))return e;{const[t,n]=e;if(t)return n}}return E},exports.renderTemplate=fi,exports.renderX=ui,exports.repeat=At,exports.replaceParams=function(t,e){if("undefined"==typeof window)return;const{pathAtom:n,navigateTo:s}=si(Hs),i=n.get(),o=t.split("/"),r=i.split("/");if(o.length!==r.length)return void console.warn(`replaceParams: pattern "${t}" has ${o.length} segments but current path "${i}" has ${r.length}. No-op.`);const a=new Set(o.filter(t=>t.startsWith(":")).map(t=>t.slice(1)));for(const n of Object.keys(e))a.has(n)||console.warn(`replaceParams: param "${n}" not found in pattern "${t}".`);const l=r.map((t,n)=>{const s=o[n];if(!s.startsWith(":"))return t;const i=s.slice(1);return i in e?String(e[i]):t}),c=l.join("/");c!==i&&s(c,!0)},exports.resetComponentState=$e,exports.resolveAsyncValue=Be,exports.restoreTracking=Gt,exports.rootCSS=function(t){xn();const e=Sn(),n=us(":root",t);return n&&e.appendRules(n),t},exports.route=(t,{view:e})=>qo(t)?e?ci(e,{}):E:null,exports.runWithGlobalInterceptors=async function(t,e){let n,s=t,i=e;for(const t of os){const e=await t(s,i);s=e.url,i=e.options}try{n=await fetch(s,i)}catch(t){for(const e of as)try{e(t)}catch{}throw t}for(const t of rs)n=await t(n);if(!n.ok){const t=new Error(`${n.status} ${n.statusText}`);for(const e of as)try{e(t)}catch{}}return n},exports.safeClone=oe,exports.safeSVG=ar,exports.safetyCheck=ze,exports.saveAndEnableTracking=Zt,exports.scaleInPreset=function(t=0,e=300,n="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:`scale(${t})`,opacity:0},{transform:"scale(1)",opacity:1}],options:{duration:e,easing:n,fill:"both"}}},exports.scaleOutPreset=function(t=0,e=300,n="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:"scale(1)",opacity:1},{transform:`scale(${t})`,opacity:0}],options:{duration:e,easing:n,fill:"both"}}},exports.scope=ni,exports.setAtom=(t=[],e)=>{const n=new Set(t),s=Nn(n,e),i=n.add.bind(n);n.add=t=>(i(t),s.update(()=>{}),n);const o=n.delete.bind(n);n.delete=t=>{const e=o(t);return s.update(()=>{}),e};const r=n.clear.bind(n);n.clear=()=>{r(),s.update(()=>{})};const a=n.has.bind(n);n.has=t=>(s.get(),a(t));const l=Object.getOwnPropertyDescriptor(Set.prototype,"size");Object.defineProperty(n,"size",{get:()=>(s.get(),l.get.call(n))});const c=n.entries.bind(n);n.entries=()=>(s.get(),c());const h=n.values.bind(n);n.values=()=>(s.get(),h());const u=n.keys.bind(n);n.keys=()=>(s.get(),u());const d=n.forEach.bind(n);n.forEach=(t,e)=>(s.get(),d(t,e));const f=n[Symbol.iterator].bind(n);return n[Symbol.iterator]=()=>(s.get(),f()),n.update=t=>{const e={add:t=>(i(t),e),delete:t=>o(t),clear:()=>{r()},has:t=>a(t),entries:()=>c(),values:()=>h(),keys:()=>u(),forEach:(t,e)=>d(t,e),[Symbol.iterator]:()=>f(),get size(){return l.get.call(n)}};return t(e),s.update(()=>{}),n},n.updateItem=(t,e)=>(null==t||"object"!=typeof t||(e(t),s.update(()=>{})),n),Object.defineProperty(n,"__isAtom___",{value:s,writable:!1,enumerable:!1}),Object.defineProperty(n,"__version__",{get:()=>s.__version__,enumerable:!1}),n},exports.setLocale=function(t){!function(t){hr=t}(t??null)},exports.setRef=ks,exports.setSSRApiLookup=function(t){Qn=t},exports.setSSRMode=function(t){xe=t,t||(Ee=0,Ae=null,ke=null)},exports.setSSRRequest=function(t){Jn=t},exports.setSsrDoneCallback=function(t){Ae=t,Ee=0,null!==ke&&(clearTimeout(ke),ke=null)},exports.setTimezone=function(t){null==t?(ur(null),dr(null)):(ur(t.offset),dr(t.name))},exports.setTimezoneOffset=function(t){ur(t),dr(null)},exports.setter=Le,exports.shakePreset=function(t=10,e=400){return{keyframes:[{transform:"translateX(0)"},{transform:`translateX(-${t}px)`},{transform:`translateX(${t}px)`},{transform:`translateX(-${t}px)`},{transform:`translateX(${t}px)`},{transform:"translateX(0)"}],options:{duration:e,easing:"ease-in-out",fill:"both"}}},exports.signal=Ln,exports.slideInPreset=function(t="up",e,n=400,s="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:e?$n(t,e):Tn[t],opacity:0},{transform:"translate(0, 0)",opacity:1}],options:{duration:n,easing:s,fill:"both"}}},exports.slideOutPreset=function(t="down",e,n=400,s="cubic-bezier(0.4, 0, 0.2, 1)"){return{keyframes:[{transform:"translate(0, 0)",opacity:1},{transform:e?$n(t,e):Tn[t],opacity:0}],options:{duration:n,easing:s,fill:"both"}}},exports.spinPreset=function(t=1,e=600,n="linear"){return{keyframes:[{transform:"rotate(0deg)"},{transform:`rotate(${360*t}deg)`}],options:{duration:e,easing:n,fill:"both"}}},exports.springInPreset=function(t=500,e="cubic-bezier(0.34, 1.56, 0.64, 1)"){return{keyframes:[{transform:"scale(0)",opacity:0},{transform:"scale(1)",opacity:1}],options:{duration:t,easing:e,fill:"both"}}},exports.startTracking=Kt,exports.stopTracking=Qt,exports.store=t=>{if("object"!=typeof t||null===t)throw new Error("initial state must be an object");const e=Nn(t),n=ai(t,e,"store");return()=>[n,e.update]},exports.style=function(t){return Vi(t)},exports.styleMap=Rt,exports.stylesheet=function(){if(pn("stylesheet"),Ce())return{css:()=>({}),mount:()=>{},keyframes:()=>""};const t=new wn;return{css:function(e){pn("css");const n=[],s=sn(e,n);return n.length>0&&t.appendRules(n.join("\n")),on(s)},mount:function(){if(function(t){if(te.templateInProgress)throw new Error(`[css-in-js] ${t}() must not be called inside a template function. Call it in the component outer function or at module level.`)}("mount"),null===we(!1))return t.mount(),()=>t.unmount();Ne(()=>(t.mount(),()=>t.unmount()))},keyframes:function(e,n){return pn("keyframes"),t.keyframes(e,n)}}},exports.superAtom=jn,exports.svg=x,exports.taskAction=function(t){ee("taskAction");const e=[];let n=0,s=1,i=!1;const o={skipRestrictedContextCheck:!0},r=Nn([],o),a=Nn("idle",o),l=Nn(0,o);function c(){if(r.set([...e]),0===e.length)return void l.set(0);let t=0;for(const n of e)"running"===n.status?t+=.5:"pending"!==n.status&&(t+=1);l.set(Math.round(t/e.length*100))}function h(){if(i){const t=e.some(t=>"running"===t.status);return void(t||a.set("idle"))}if("running"!==a.get())return;const n=e.filter(t=>"running"===t.status).length,o=e.filter(t=>"pending"===t.status);if(0===o.length&&0===n)return void a.set("idle");const r=-1===s?o.length:Math.max(0,s-n);0!==r&&o.slice(0,r).forEach(e=>function(e){const n=new AbortController;e.status="running",e.abortController=n;const s=t(e.input,n.signal);if(s?.__isZeroPromise__){const t=s;e.abortController={signal:t.signal,abort:()=>{t.cancel()}}}c(),Promise.resolve(s).then(t=>{"cancelled"===e.status||(e.status="success",e.result.data=t),e.abortController=null,c(),h()}).catch(t=>{if("cancelled"===e.status||!0===e.abortController?.signal?.aborted)e.status="cancelled",e.abortController=null;else{const n=t instanceof Error?t:new Error(String(t));e.status="failed",e.result.error=n,e.abortController=null,le(n,"taskAction")}c(),h()})}(e))}function u(t){return{id:++n,input:t,status:"pending",result:{data:null,error:null},abortController:null}}function d(t){const n=Array.isArray(t)?t:[t];for(const t of n)e.push(u(t));c(),"running"!==a.get()||i||h()}function f(t=1){"running"!==a.get()&&(s=t,i=!1,a.set("running"),h())}function p(){i=!0,function(){for(const t of e)"running"===t.status&&(t.status="cancelled",t.abortController?.abort(),t.abortController=null)}(),a.set("idle"),c()}function m(t){p(),e.length=0,n=0,c(),d(t)}const _={add:d,start:f,pause:function(){i||(i=!0)},stop:p,delete:function(t){const n=Array.isArray(t)?t:[t],s=new Set(n.map(t=>t.id));for(let t=e.length-1;t>=0;t--){const n=e[t];s.has(n.id)&&("running"===n.status&&(n.status="cancelled",n.abortController?.abort(),n.abortController=null),e.splice(t,1))}c(),"running"!==a.get()||i||h()},clearAndAdd:m,addAndStart:function(t,e=1){d(t),f(e)},clearAndStart:function(t,e=1){m(t),f(e)},isRunning:function(){return"running"===a.val},progress:l,tasks:r,pendingTasks:function(){return r.val.filter(t=>"pending"===t.status)},runningTasks:function(){return r.val.filter(t=>"running"===t.status)},successTasks:function(){return r.val.filter(t=>"success"===t.status)},failedTasks:function(){return r.val.filter(t=>"failed"===t.status)},cancelledTasks:function(){return r.val.filter(t=>"cancelled"===t.status)},__isTaskAction__:!0};return ve(_,p),_},exports.template=hi,exports.throttle=Gn,exports.throttledAtom=(t,e,n)=>Zs(t,e,Gn,n),exports.timerTemplate=function(t,e){return Wi(t,e)},exports.trackAndSubscribe=In,exports.uniqBy=function(t,e){const n=new Set,s=[];for(const i of t){const t=e(i);n.has(t)||(n.add(t),s.push(i))}return s},exports.unsafeHTML=$t,exports.unsafeSVG=ar,exports.until=Pt,exports.unwrapModule=He,exports.useContext=function(t){let e=null;const n=new CustomEvent("request-context",{bubbles:!0,composed:!0,detail:{context:t,resolve(t=null){e=t}}});return we().dispatchEvent(n),e},exports.useCtx=function(){const t=globalThis[Qo];if(t&&"function"==typeof t.getStore){const e=t.getStore();return e?.ctx}},exports.useEleEvent=function(){const t=we(!1);return{dispatch(e,n){t&&t.dispatchEvent(new CustomEvent(e,{detail:n,bubbles:!0,composed:!0,cancelable:!0}))}}},exports.useFetch=()=>si(Rs),exports.useIsSSR=function(){const t=globalThis[Qo];if(t&&"function"==typeof t.getStore){const e=t.getStore();return!0===e?.ssrMode}return!1},exports.useRouter=()=>si(zs),exports.useScope=ni,exports.useState=t=>{const e=we();if("object"!=typeof t||null===t)throw new Error("stateObj must be an object");const n=Nn(t),s=ai(t,n,"useState");return e?._useStates&&e._useStates.push({state:t,atom:n}),[s,n.update]},exports.useStorage=()=>si(Us),exports.useStore=function(t){return Ue(t,!0),t},exports.useTheme=()=>si(Bs),exports.useUtils=()=>si(Hs),exports.uuid=ko,exports.validateAll=function(t){const e=[],n={},s=new WeakSet;return function t(i,o){if(null==i)return;const r=typeof i;if("object"!==r&&"function"!==r)return;if(s.has(i))return;if(s.add(i),function(t){if(null==t)return!1;const e=typeof t;return("object"===e||"function"===e)&&!0===t.__isFormAtom__}(i)){const t=i.validate();return void(t.length>0&&(e.push(...t),n[o]=t))}if(Array.isArray(i)){for(let e=0;e<i.length;e++){const n=o?`${o}[${e}]`:`[${e}]`;t(i[e],n)}return}const a=Object.keys(i);for(const e of a){const n=o?`${o}.${e}`:e;t(i[e],n)}}(t,""),{isValid:0===e.length,errors:e,errorsByField:n}},exports.validateReactiveFunction=Pn,exports.view=ci,exports.virtualList=function(t,e,n,s){const{keyFn:i,template:o,opts:r}=vo(e,n,s),a={direction:r?.direction??"vertical",...r?.pin?{pin:r.pin}:{}};return wo({items:t,renderItem:o,keyFunction:i,scroller:r?.scroller,layout:qi(a)})},exports.virtualMasonry=function(t,e,n,s){const{keyFn:i,template:o,opts:r}=vo(e,n,s),a={direction:r.direction??"vertical",getAspectRatio:r.getAspectRatio,gap:r.gap??"8px",flex:!0,...r.itemSize?{itemSize:r.itemSize}:{},...r.pin?{pin:r.pin}:{}};return wo({items:t,renderItem:o,keyFunction:i,scroller:r.scroller,layout:(l=a,Object.assign({type:oo},l))});var l},exports.watch=Fe,exports.when=function(t,e,n){return t?e(t):n?.(t)},exports.withAuth=function(t){return async(e,n)=>({url:e,options:{...n,headers:{...n.headers,Authorization:"string"==typeof t?t:await t()}}})},exports.withBaseUrl=function(t){return(e,n)=>({url:e.startsWith("http")?e:`${t}${e}`,options:n})},exports.withHost=ye,exports.withLogging=function(t=console.log){return e=>(t(`[fetch] ${e.status} ${e.url}`),e)},exports.withStaggerPreset=function(t,e,n=50){return{keyframes:t.keyframes,options:{...t.options,delay:(t.options.delay??0)+e*n}}},exports.ws=function(t,e={}){ne("ws");const{reconnect:n=!0,reconnectDelay:s=Zo,reconnectMaxDelay:i=Go,reconnectMaxAttempts:o=Ko,protocols:r,auth:a,autoConnect:l=!0}=e,c=Nn("connecting",{skipRestrictedContextCheck:!0}),h=new Set;let u=null,d=0,f=s,p=null,m=!1;const _=[];function g(){null!==p&&(clearTimeout(p),p=null)}function y(){let e;m=!1,g(),c.set("connecting");try{e=function(){if(!a)return t;const e=a(),n=Object.entries(e);if(0===n.length)return t;const s=n.map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&");return t.includes("?")?`${t}&${s}`:`${t}?${s}`}()}catch(t){return le(t),void c.set("error")}try{u=r?new WebSocket(e,r):new WebSocket(e)}catch(t){return le(t),c.set("error"),void w()}u.onopen=()=>{m?u?.close():(d=0,f=s,c.set("connected"),function(){for(;_.length>0;){const t=_.shift();u?.readyState===WebSocket.OPEN&&u.send(t)}}())},u.onmessage=t=>{if(m)return;const e="string"==typeof t.data?t.data:String(t.data);let n;try{n=JSON.parse(e)}catch{n=e}var s;s=n,h.forEach(t=>{try{t(s)}catch(t){le(t)}})},u.onerror=()=>{c.set("error")},u.onclose=()=>{m||(c.set("disconnected"),w())}}function w(){if(!n||m)return;if(d>=o)return;d++;const t=f;f=Math.min(2*f,i),p=setTimeout(()=>{m||y()},t)}function v(){m=!0,g(),u&&(u.onopen=null,u.onmessage=null,u.onerror=null,u.onclose=null,u.readyState!==WebSocket.OPEN&&u.readyState!==WebSocket.CONNECTING||u.close(1e3,"client disconnect"),u=null),c.set("disconnected"),h.clear(),_.length=0}const b={send:function(t){const e="string"==typeof t?t:JSON.stringify(t);u?.readyState===WebSocket.OPEN?u.send(e):_.push(e)},__subscribe:function(t){return h.add(t),()=>h.delete(t)},status:c,connect:y,disconnect:v,__isWs___:!0};return l?y():c.set("disconnected"),ve(b,v),b},exports.x=li,exports.xTabEvent=t=>{ee("xTabEvent");const e=new Set,n=n=>{e.forEach(e=>{try{e(n)}catch(e){le(e,`xTabEvent(${t}) handler`)}})},s="undefined"!=typeof BroadcastChannel?new BroadcastChannel(t):null;s&&(s.onmessage=t=>{n(t.data)});return{trigger:e=>{if(jt(t,e),s)try{s.postMessage(e)}catch(e){le(e,`xTabEvent(${t}) postMessage`)}n(e)},__subscribe:t=>{e.add(t);const n=()=>{e.delete(t)};return ve(t,n),n},close:()=>{s&&s.close()},name:t,__isEvent___:!0,__isXTabEvent___:!0}};
183
180
  //# sourceMappingURL=index.js.map