@getauthui/core 0.1.0 → 0.1.2

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 (51) hide show
  1. package/README.md +15 -15
  2. package/dist/{authui-user-button-3yi-kvES.js → authui-user-button-C64OcOdr.js} +893 -474
  3. package/dist/authui.cdn.js +227 -215
  4. package/dist/authui.cdn.mjs +6724 -3340
  5. package/dist/authui.js +46 -34
  6. package/dist/components/authui-account.d.ts +102 -0
  7. package/dist/components/authui-account.d.ts.map +1 -0
  8. package/dist/components/authui-button.d.ts +21 -0
  9. package/dist/components/authui-button.d.ts.map +1 -0
  10. package/dist/components/authui-config.d.ts +40 -0
  11. package/dist/components/authui-config.d.ts.map +1 -0
  12. package/dist/components/authui-modal.d.ts +38 -0
  13. package/dist/components/authui-modal.d.ts.map +1 -0
  14. package/dist/components/authui-show.d.ts +33 -0
  15. package/dist/components/authui-show.d.ts.map +1 -0
  16. package/dist/components/authui-sign-in.d.ts +83 -0
  17. package/dist/components/authui-sign-in.d.ts.map +1 -0
  18. package/dist/components/authui-user-button.d.ts +22 -0
  19. package/dist/components/authui-user-button.d.ts.map +1 -0
  20. package/dist/components/element.d.ts +32 -0
  21. package/dist/components/element.d.ts.map +1 -0
  22. package/dist/components/sign-in.styles.d.ts +2 -0
  23. package/dist/components/sign-in.styles.d.ts.map +1 -0
  24. package/dist/errors.d.ts +48 -0
  25. package/dist/errors.d.ts.map +1 -0
  26. package/dist/i18n.d.ts +8 -0
  27. package/dist/i18n.d.ts.map +1 -0
  28. package/dist/icons.d.ts +38 -0
  29. package/dist/icons.d.ts.map +1 -0
  30. package/dist/index.d.ts +62 -0
  31. package/dist/index.d.ts.map +1 -0
  32. package/dist/modal-controller.d.ts +7 -0
  33. package/dist/modal-controller.d.ts.map +1 -0
  34. package/dist/preview.d.ts +107 -0
  35. package/dist/preview.d.ts.map +1 -0
  36. package/dist/react/index.d.ts +53 -0
  37. package/dist/react/index.d.ts.map +1 -0
  38. package/dist/react.js +21 -25
  39. package/dist/store.d.ts +105 -0
  40. package/dist/store.d.ts.map +1 -0
  41. package/dist/styles/base.d.ts +7 -0
  42. package/dist/styles/base.d.ts.map +1 -0
  43. package/dist/styles/tokens.d.ts +7 -0
  44. package/dist/styles/tokens.d.ts.map +1 -0
  45. package/dist/theme.d.ts +21 -0
  46. package/dist/theme.d.ts.map +1 -0
  47. package/dist/types.d.ts +233 -0
  48. package/dist/types.d.ts.map +1 -0
  49. package/package.json +4 -4
  50. package/dist/authui.d.ts +0 -743
  51. package/dist/react.d.ts +0 -395
@@ -1,13 +1,13 @@
1
- var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.ShadyCSS===void 0||et.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ht=Symbol(),Rt=new WeakMap;let Lt=class{constructor(e,i,a){if(this._$cssResult$=!0,a!==ht)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=i}get styleSheet(){let e=this.o;const i=this.t;if(dt&&e===void 0){const a=i!==void 0&&i.length===1;a&&(e=Rt.get(i)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),a&&Rt.set(i,e))}return e}toString(){return this.cssText}};const Bi=t=>new Lt(typeof t=="string"?t:t+"",void 0,ht),je=(t,...e)=>{const i=t.length===1?t[0]:e.reduce((a,n,r)=>a+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+t[r+1],t[0]);return new Lt(i,t,ht)},Hi=(t,e)=>{if(dt)t.adoptedStyleSheets=e.map(i=>i instanceof CSSStyleSheet?i:i.styleSheet);else for(const i of e){const a=document.createElement("style"),n=et.litNonce;n!==void 0&&a.setAttribute("nonce",n),a.textContent=i.cssText,t.appendChild(a)}},Nt=dt?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let i="";for(const a of e.cssRules)i+=a.cssText;return Bi(i)})(t):t;const{is:Di,defineProperty:Vi,getOwnPropertyDescriptor:Xi,getOwnPropertyNames:Gi,getOwnPropertySymbols:Wi,getPrototypeOf:Ki}=Object,tt=globalThis,qt=tt.trustedTypes,Ji=qt?qt.emptyScript:"",Yi=tt.reactiveElementPolyfillSupport,Ge=(t,e)=>t,it={toAttribute(t,e){switch(e){case Boolean:t=t?Ji:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=t!==null;break;case Number:i=t===null?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch{i=null}}return i}},pt=(t,e)=>!Di(t,e),Bt={attribute:!0,type:String,converter:it,reflect:!1,useDefault:!1,hasChanged:pt};Symbol.metadata??=Symbol("metadata"),tt.litPropertyMetadata??=new WeakMap;let qe=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,i=Bt){if(i.state&&(i.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((i=Object.create(i)).wrapped=!0),this.elementProperties.set(e,i),!i.noAccessor){const a=Symbol(),n=this.getPropertyDescriptor(e,a,i);n!==void 0&&Vi(this.prototype,e,n)}}static getPropertyDescriptor(e,i,a){const{get:n,set:r}=Xi(this.prototype,e)??{get(){return this[i]},set(s){this[i]=s}};return{get:n,set(s){const o=n?.call(this);r?.call(this,s),this.requestUpdate(e,o,a)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Bt}static _$Ei(){if(this.hasOwnProperty(Ge("elementProperties")))return;const e=Ki(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Ge("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ge("properties"))){const i=this.properties,a=[...Gi(i),...Wi(i)];for(const n of a)this.createProperty(n,i[n])}const e=this[Symbol.metadata];if(e!==null){const i=litPropertyMetadata.get(e);if(i!==void 0)for(const[a,n]of i)this.elementProperties.set(a,n)}this._$Eh=new Map;for(const[i,a]of this.elementProperties){const n=this._$Eu(i,a);n!==void 0&&this._$Eh.set(n,i)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const i=[];if(Array.isArray(e)){const a=new Set(e.flat(1/0).reverse());for(const n of a)i.unshift(Nt(n))}else e!==void 0&&i.push(Nt(e));return i}static _$Eu(e,i){const a=i.attribute;return a===!1?void 0:typeof a=="string"?a:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,i=this.constructor.elementProperties;for(const a of i.keys())this.hasOwnProperty(a)&&(e.set(a,this[a]),delete this[a]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Hi(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,i,a){this._$AK(e,a)}_$ET(e,i){const a=this.constructor.elementProperties.get(e),n=this.constructor._$Eu(e,a);if(n!==void 0&&a.reflect===!0){const r=(a.converter?.toAttribute!==void 0?a.converter:it).toAttribute(i,a.type);this._$Em=e,r==null?this.removeAttribute(n):this.setAttribute(n,r),this._$Em=null}}_$AK(e,i){const a=this.constructor,n=a._$Eh.get(e);if(n!==void 0&&this._$Em!==n){const r=a.getPropertyOptions(n),s=typeof r.converter=="function"?{fromAttribute:r.converter}:r.converter?.fromAttribute!==void 0?r.converter:it;this._$Em=n;const o=s.fromAttribute(i,r.type);this[n]=o??this._$Ej?.get(n)??o,this._$Em=null}}requestUpdate(e,i,a,n=!1,r){if(e!==void 0){const s=this.constructor;if(n===!1&&(r=this[e]),a??=s.getPropertyOptions(e),!((a.hasChanged??pt)(r,i)||a.useDefault&&a.reflect&&r===this._$Ej?.get(e)&&!this.hasAttribute(s._$Eu(e,a))))return;this.C(e,i,a)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,i,{useDefault:a,reflect:n,wrapped:r},s){a&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,s??i??this[e]),r!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||a||(i=void 0),this._$AL.set(e,i)),n===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(i){Promise.reject(i)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[n,r]of this._$Ep)this[n]=r;this._$Ep=void 0}const a=this.constructor.elementProperties;if(a.size>0)for(const[n,r]of a){const{wrapped:s}=r,o=this[n];s!==!0||this._$AL.has(n)||o===void 0||this.C(n,void 0,r,o)}}let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),this._$EO?.forEach(a=>a.hostUpdate?.()),this.update(i)):this._$EM()}catch(a){throw e=!1,this._$EM(),a}e&&this._$AE(i)}willUpdate(e){}_$AE(e){this._$EO?.forEach(i=>i.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(i=>this._$ET(i,this[i])),this._$EM()}updated(e){}firstUpdated(e){}};qe.elementStyles=[],qe.shadowRootOptions={mode:"open"},qe[Ge("elementProperties")]=new Map,qe[Ge("finalized")]=new Map,Yi?.({ReactiveElement:qe}),(tt.reactiveElementVersions??=[]).push("2.1.2");const ft=globalThis,Ht=t=>t,at=ft.trustedTypes,Dt=at?at.createPolicy("lit-html",{createHTML:t=>t}):void 0,Vt="$lit$",Ce=`lit$${Math.random().toFixed(9).slice(2)}$`,Xt="?"+Ce,Zi=`<${Xt}>`,_e=document,We=()=>_e.createComment(""),Ke=t=>t===null||typeof t!="object"&&typeof t!="function",gt=Array.isArray,Qi=t=>gt(t)||typeof t?.[Symbol.iterator]=="function",yt=`[
2
- \f\r]`,Je=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Gt=/-->/g,Wt=/>/g,Me=RegExp(`>|${yt}(?:([^\\s"'>=/]+)(${yt}*=${yt}*(?:[^
3
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Kt=/'/g,Jt=/"/g,Yt=/^(?:script|style|textarea|title)$/i,Zt=t=>(e,...i)=>({_$litType$:t,strings:e,values:i}),v=Zt(1),D=Zt(2),Be=Symbol.for("lit-noChange"),E=Symbol.for("lit-nothing"),Qt=new WeakMap,Re=_e.createTreeWalker(_e,129);function Ot(t,e){if(!gt(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Dt!==void 0?Dt.createHTML(e):e}const Oi=(t,e)=>{const i=t.length-1,a=[];let n,r=e===2?"<svg>":e===3?"<math>":"",s=Je;for(let o=0;o<i;o++){const h=t[o];let l,k,S=-1,U=0;for(;U<h.length&&(s.lastIndex=U,k=s.exec(h),k!==null);)U=s.lastIndex,s===Je?k[1]==="!--"?s=Gt:k[1]!==void 0?s=Wt:k[2]!==void 0?(Yt.test(k[2])&&(n=RegExp("</"+k[2],"g")),s=Me):k[3]!==void 0&&(s=Me):s===Me?k[0]===">"?(s=n??Je,S=-1):k[1]===void 0?S=-2:(S=s.lastIndex-k[2].length,l=k[1],s=k[3]===void 0?Me:k[3]==='"'?Jt:Kt):s===Jt||s===Kt?s=Me:s===Gt||s===Wt?s=Je:(s=Me,n=void 0);const C=s===Me&&t[o+1].startsWith("/>")?" ":"";r+=s===Je?h+Zi:S>=0?(a.push(l),h.slice(0,S)+Vt+h.slice(S)+Ce+C):h+Ce+(S===-2?o:C)}return[Ot(t,r+(t[i]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),a]};class Ye{constructor({strings:e,_$litType$:i},a){let n;this.parts=[];let r=0,s=0;const o=e.length-1,h=this.parts,[l,k]=Oi(e,i);if(this.el=Ye.createElement(l,a),Re.currentNode=this.el.content,i===2||i===3){const S=this.el.content.firstChild;S.replaceWith(...S.childNodes)}for(;(n=Re.nextNode())!==null&&h.length<o;){if(n.nodeType===1){if(n.hasAttributes())for(const S of n.getAttributeNames())if(S.endsWith(Vt)){const U=k[s++],C=n.getAttribute(S).split(Ce),X=/([.?@])?(.*)/.exec(U);h.push({type:1,index:r,name:X[2],strings:C,ctor:X[1]==="."?zi:X[1]==="?"?Fi:X[1]==="@"?ea:nt}),n.removeAttribute(S)}else S.startsWith(Ce)&&(h.push({type:6,index:r}),n.removeAttribute(S));if(Yt.test(n.tagName)){const S=n.textContent.split(Ce),U=S.length-1;if(U>0){n.textContent=at?at.emptyScript:"";for(let C=0;C<U;C++)n.append(S[C],We()),Re.nextNode(),h.push({type:2,index:++r});n.append(S[U],We())}}}else if(n.nodeType===8)if(n.data===Xt)h.push({type:2,index:r});else{let S=-1;for(;(S=n.data.indexOf(Ce,S+1))!==-1;)h.push({type:7,index:r}),S+=Ce.length-1}r++}}static createElement(e,i){const a=_e.createElement("template");return a.innerHTML=e,a}}function He(t,e,i=t,a){if(e===Be)return e;let n=a!==void 0?i._$Co?.[a]:i._$Cl;const r=Ke(e)?void 0:e._$litDirective$;return n?.constructor!==r&&(n?._$AO?.(!1),r===void 0?n=void 0:(n=new r(t),n._$AT(t,i,a)),a!==void 0?(i._$Co??=[])[a]=n:i._$Cl=n),n!==void 0&&(e=He(t,n._$AS(t,e.values),n,a)),e}class Ti{constructor(e,i){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:i},parts:a}=this._$AD,n=(e?.creationScope??_e).importNode(i,!0);Re.currentNode=n;let r=Re.nextNode(),s=0,o=0,h=a[0];for(;h!==void 0;){if(s===h.index){let l;h.type===2?l=new Ze(r,r.nextSibling,this,e):h.type===1?l=new h.ctor(r,h.name,h.strings,this,e):h.type===6&&(l=new ta(r,this,e)),this._$AV.push(l),h=a[++o]}s!==h?.index&&(r=Re.nextNode(),s++)}return Re.currentNode=_e,n}p(e){let i=0;for(const a of this._$AV)a!==void 0&&(a.strings!==void 0?(a._$AI(e,a,i),i+=a.strings.length-2):a._$AI(e[i])),i++}}class Ze{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,i,a,n){this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=e,this._$AB=i,this._$AM=a,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const i=this._$AM;return i!==void 0&&e?.nodeType===11&&(e=i.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,i=this){e=He(this,e,i),Ke(e)?e===E||e==null||e===""?(this._$AH!==E&&this._$AR(),this._$AH=E):e!==this._$AH&&e!==Be&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Qi(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==E&&Ke(this._$AH)?this._$AA.nextSibling.data=e:this.T(_e.createTextNode(e)),this._$AH=e}$(e){const{values:i,_$litType$:a}=e,n=typeof a=="number"?this._$AC(e):(a.el===void 0&&(a.el=Ye.createElement(Ot(a.h,a.h[0]),this.options)),a);if(this._$AH?._$AD===n)this._$AH.p(i);else{const r=new Ti(n,this),s=r.u(this.options);r.p(i),this.T(s),this._$AH=r}}_$AC(e){let i=Qt.get(e.strings);return i===void 0&&Qt.set(e.strings,i=new Ye(e)),i}k(e){gt(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let a,n=0;for(const r of e)n===i.length?i.push(a=new Ze(this.O(We()),this.O(We()),this,this.options)):a=i[n],a._$AI(r),n++;n<i.length&&(this._$AR(a&&a._$AB.nextSibling,n),i.length=n)}_$AR(e=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);e!==this._$AB;){const a=Ht(e).nextSibling;Ht(e).remove(),e=a}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}}class nt{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,i,a,n,r){this.type=1,this._$AH=E,this._$AN=void 0,this.element=e,this.name=i,this._$AM=n,this.options=r,a.length>2||a[0]!==""||a[1]!==""?(this._$AH=Array(a.length-1).fill(new String),this.strings=a):this._$AH=E}_$AI(e,i=this,a,n){const r=this.strings;let s=!1;if(r===void 0)e=He(this,e,i,0),s=!Ke(e)||e!==this._$AH&&e!==Be,s&&(this._$AH=e);else{const o=e;let h,l;for(e=r[0],h=0;h<r.length-1;h++)l=He(this,o[a+h],i,h),l===Be&&(l=this._$AH[h]),s||=!Ke(l)||l!==this._$AH[h],l===E?e=E:e!==E&&(e+=(l??"")+r[h+1]),this._$AH[h]=l}s&&!n&&this.j(e)}j(e){e===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class zi extends nt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===E?void 0:e}}class Fi extends nt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==E)}}class ea extends nt{constructor(e,i,a,n,r){super(e,i,a,n,r),this.type=5}_$AI(e,i=this){if((e=He(this,e,i,0)??E)===Be)return;const a=this._$AH,n=e===E&&a!==E||e.capture!==a.capture||e.once!==a.once||e.passive!==a.passive,r=e!==E&&(a===E||n);n&&this.element.removeEventListener(this.name,this,a),r&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}}class ta{constructor(e,i,a){this.element=e,this.type=6,this._$AN=void 0,this._$AM=i,this.options=a}get _$AU(){return this._$AM._$AU}_$AI(e){He(this,e)}}const ia=ft.litHtmlPolyfillSupport;ia?.(Ye,Ze),(ft.litHtmlVersions??=[]).push("3.3.3");const aa=(t,e,i)=>{const a=i?.renderBefore??e;let n=a._$litPart$;if(n===void 0){const r=i?.renderBefore??null;a._$litPart$=n=new Ze(e.insertBefore(We(),r),r,void 0,i??{})}return n._$AI(t),n};const mt=globalThis;class Le extends qe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=aa(i,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Be}}Le._$litElement$=!0,Le.finalized=!0,mt.litElementHydrateSupport?.({LitElement:Le});const na=mt.litElementPolyfillSupport;na?.({LitElement:Le}),(mt.litElementVersions??=[]).push("4.2.2");const Ue=t=>(e,i)=>{i!==void 0?i.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};const ra={attribute:!0,type:String,converter:it,reflect:!1,hasChanged:pt},sa=(t=ra,e,i)=>{const{kind:a,metadata:n}=i;let r=globalThis.litPropertyMetadata.get(n);if(r===void 0&&globalThis.litPropertyMetadata.set(n,r=new Map),a==="setter"&&((t=Object.create(t)).wrapped=!0),r.set(i.name,t),a==="accessor"){const{name:s}=i;return{set(o){const h=e.get.call(this);e.set.call(this,o),this.requestUpdate(s,h,t,!0,o)},init(o){return o!==void 0&&this.C(s,void 0,t,o),o}}}if(a==="setter"){const{name:s}=i;return function(o){const h=this[s];e.call(this,o),this.requestUpdate(s,h,t,!0,o)}}throw Error("Unsupported decorator location: "+a)};function ie(t){return(e,i)=>typeof i=="object"?sa(t,e,i):((a,n,r)=>{const s=n.hasOwnProperty(r);return n.constructor.createProperty(r,a),s?Object.getOwnPropertyDescriptor(n,r):void 0})(t,e,i)}function Y(t){return ie({...t,state:!0,attribute:!1})}const oa=(t,e,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,i),i);function Tt(t,e){return(i,a,n)=>{const r=s=>s.renderRoot?.querySelector(t)??null;return oa(i,a,{get(){return r(this)}})}}function ca(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Qe={exports:{}},bt={exports:{}},rt={exports:{}},ua=rt.exports,zt;function Ft(){return zt||(zt=1,(function(t){(function(e){var i,a=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,n=Math.ceil,r=Math.floor,s="[BigNumber Error] ",o=s+"Number primitive has more than 15 significant digits: ",h=1e14,l=14,k=9007199254740991,S=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],U=1e7,C=1e9;function X(N){var M,O,H,j=P.prototype={constructor:P,toString:null,valueOf:null},V=new P(1),W=20,T=4,re=-7,oe=21,$e=-1e7,me=1e7,xe=!1,ze=1,Ee=0,jt={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},Ne="0123456789abcdefghijklmnopqrstuvwxyz",Ct=!0;function P(c,u){var d,b,f,y,A,p,g,w,m=this;if(!(m instanceof P))return new P(c,u);if(u==null){if(c&&c._isBigNumber===!0){m.s=c.s,!c.c||c.e>me?m.c=m.e=null:c.e<$e?m.c=[m.e=0]:(m.e=c.e,m.c=c.c.slice());return}if((p=typeof c=="number")&&c*0==0){if(m.s=1/c<0?(c=-c,-1):1,c===~~c){for(y=0,A=c;A>=10;A/=10,y++);y>me?m.c=m.e=null:(m.e=y,m.c=[c]);return}w=String(c)}else{if(!a.test(w=String(c)))return H(m,w,p);m.s=w.charCodeAt(0)==45?(w=w.slice(1),-1):1}(y=w.indexOf("."))>-1&&(w=w.replace(".","")),(A=w.search(/e/i))>0?(y<0&&(y=A),y+=+w.slice(A+1),w=w.substring(0,A)):y<0&&(y=w.length)}else{if(R(u,2,Ne.length,"Base"),u==10&&Ct)return m=new P(c),ve(m,W+m.e+1,T);if(w=String(c),p=typeof c=="number"){if(c*0!=0)return H(m,w,p,u);if(m.s=1/c<0?(w=w.slice(1),-1):1,P.DEBUG&&w.replace(/^0\.0*|\./,"").length>15)throw Error(o+c)}else m.s=w.charCodeAt(0)===45?(w=w.slice(1),-1):1;for(d=Ne.slice(0,u),y=A=0,g=w.length;A<g;A++)if(d.indexOf(b=w.charAt(A))<0){if(b=="."){if(A>y){y=g;continue}}else if(!f&&(w==w.toUpperCase()&&(w=w.toLowerCase())||w==w.toLowerCase()&&(w=w.toUpperCase()))){f=!0,A=-1,y=0;continue}return H(m,String(c),p,u)}p=!1,w=O(w,u,10,m.s),(y=w.indexOf("."))>-1?w=w.replace(".",""):y=w.length}for(A=0;w.charCodeAt(A)===48;A++);for(g=w.length;w.charCodeAt(--g)===48;);if(w=w.slice(A,++g)){if(g-=A,p&&P.DEBUG&&g>15&&(c>k||c!==r(c)))throw Error(o+m.s*c);if((y=y-A-1)>me)m.c=m.e=null;else if(y<$e)m.c=[m.e=0];else{if(m.e=y,m.c=[],A=(y+1)%l,y<0&&(A+=l),A<g){for(A&&m.c.push(+w.slice(0,A)),g-=l;A<g;)m.c.push(+w.slice(A,A+=l));A=l-(w=w.slice(A)).length}else A-=g;for(;A--;w+="0");m.c.push(+w)}}else m.c=[m.e=0]}P.clone=X,P.ROUND_UP=0,P.ROUND_DOWN=1,P.ROUND_CEIL=2,P.ROUND_FLOOR=3,P.ROUND_HALF_UP=4,P.ROUND_HALF_DOWN=5,P.ROUND_HALF_EVEN=6,P.ROUND_HALF_CEIL=7,P.ROUND_HALF_FLOOR=8,P.EUCLID=9,P.config=P.set=function(c){var u,d;if(c!=null)if(typeof c=="object"){if(c.hasOwnProperty(u="DECIMAL_PLACES")&&(d=c[u],R(d,0,C,u),W=d),c.hasOwnProperty(u="ROUNDING_MODE")&&(d=c[u],R(d,0,8,u),T=d),c.hasOwnProperty(u="EXPONENTIAL_AT")&&(d=c[u],d&&d.pop?(R(d[0],-C,0,u),R(d[1],0,C,u),re=d[0],oe=d[1]):(R(d,-C,C,u),re=-(oe=d<0?-d:d))),c.hasOwnProperty(u="RANGE"))if(d=c[u],d&&d.pop)R(d[0],-C,-1,u),R(d[1],1,C,u),$e=d[0],me=d[1];else if(R(d,-C,C,u),d)$e=-(me=d<0?-d:d);else throw Error(s+u+" cannot be zero: "+d);if(c.hasOwnProperty(u="CRYPTO"))if(d=c[u],d===!!d)if(d)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))xe=d;else throw xe=!d,Error(s+"crypto unavailable");else xe=d;else throw Error(s+u+" not true or false: "+d);if(c.hasOwnProperty(u="MODULO_MODE")&&(d=c[u],R(d,0,9,u),ze=d),c.hasOwnProperty(u="POW_PRECISION")&&(d=c[u],R(d,0,C,u),Ee=d),c.hasOwnProperty(u="FORMAT"))if(d=c[u],typeof d=="object")jt=d;else throw Error(s+u+" not an object: "+d);if(c.hasOwnProperty(u="ALPHABET"))if(d=c[u],typeof d=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(d))Ct=d.slice(0,10)=="0123456789",Ne=d;else throw Error(s+u+" invalid: "+d)}else throw Error(s+"Object expected: "+c);return{DECIMAL_PLACES:W,ROUNDING_MODE:T,EXPONENTIAL_AT:[re,oe],RANGE:[$e,me],CRYPTO:xe,MODULO_MODE:ze,POW_PRECISION:Ee,FORMAT:jt,ALPHABET:Ne}},P.isBigNumber=function(c){if(!c||c._isBigNumber!==!0)return!1;if(!P.DEBUG)return!0;var u,d,b=c.c,f=c.e,y=c.s;e:if({}.toString.call(b)=="[object Array]"){if((y===1||y===-1)&&f>=-C&&f<=C&&f===r(f)){if(b[0]===0){if(f===0&&b.length===1)return!0;break e}if(u=(f+1)%l,u<1&&(u+=l),String(b[0]).length==u){for(u=0;u<b.length;u++)if(d=b[u],d<0||d>=h||d!==r(d))break e;if(d!==0)return!0}}}else if(b===null&&f===null&&(y===null||y===1||y===-1))return!0;throw Error(s+"Invalid BigNumber: "+c)},P.maximum=P.max=function(){return qi(arguments,-1)},P.minimum=P.min=function(){return qi(arguments,1)},P.random=(function(){var c=9007199254740992,u=Math.random()*c&2097151?function(){return r(Math.random()*c)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(d){var b,f,y,A,p,g=0,w=[],m=new P(V);if(d==null?d=W:R(d,0,C),A=n(d/l),xe)if(crypto.getRandomValues){for(b=crypto.getRandomValues(new Uint32Array(A*=2));g<A;)p=b[g]*131072+(b[g+1]>>>11),p>=9e15?(f=crypto.getRandomValues(new Uint32Array(2)),b[g]=f[0],b[g+1]=f[1]):(w.push(p%1e14),g+=2);g=A/2}else if(crypto.randomBytes){for(b=crypto.randomBytes(A*=7);g<A;)p=(b[g]&31)*281474976710656+b[g+1]*1099511627776+b[g+2]*4294967296+b[g+3]*16777216+(b[g+4]<<16)+(b[g+5]<<8)+b[g+6],p>=9e15?crypto.randomBytes(7).copy(b,g):(w.push(p%1e14),g+=7);g=A/7}else throw xe=!1,Error(s+"crypto unavailable");if(!xe)for(;g<A;)p=u(),p<9e15&&(w[g++]=p%1e14);for(A=w[--g],d%=l,A&&d&&(p=S[l-d],w[g]=r(A/p)*p);w[g]===0;w.pop(),g--);if(g<0)w=[y=0];else{for(y=-1;w[0]===0;w.splice(0,1),y-=l);for(g=1,p=w[0];p>=10;p/=10,g++);g<l&&(y-=l-g)}return m.e=y,m.c=w,m}})(),P.sum=function(){for(var c=1,u=arguments,d=new P(u[0]);c<u.length;)d=d.plus(u[c++]);return d},O=(function(){var c="0123456789";function u(d,b,f,y){for(var A,p=[0],g,w=0,m=d.length;w<m;){for(g=p.length;g--;p[g]*=b);for(p[0]+=y.indexOf(d.charAt(w++)),A=0;A<p.length;A++)p[A]>f-1&&(p[A+1]==null&&(p[A+1]=0),p[A+1]+=p[A]/f|0,p[A]%=f)}return p.reverse()}return function(d,b,f,y,A){var p,g,w,m,I,L,q,z,ce=d.indexOf("."),le=W,Q=T;for(ce>=0&&(m=Ee,Ee=0,d=d.replace(".",""),z=new P(b),L=z.pow(d.length-ce),Ee=m,z.c=u(ae(K(L.c),L.e,"0"),10,f,c),z.e=z.c.length),q=u(d,b,f,A?(p=Ne,c):(p=c,Ne)),w=m=q.length;q[--m]==0;q.pop());if(!q[0])return p.charAt(0);if(ce<0?--w:(L.c=q,L.e=w,L.s=y,L=M(L,z,le,Q,f),q=L.c,I=L.r,w=L.e),g=w+le+1,ce=q[g],m=f/2,I=I||g<0||q[g+1]!=null,I=Q<4?(ce!=null||I)&&(Q==0||Q==(L.s<0?3:2)):ce>m||ce==m&&(Q==4||I||Q==6&&q[g-1]&1||Q==(L.s<0?8:7)),g<1||!q[0])d=I?ae(p.charAt(1),-le,p.charAt(0)):p.charAt(0);else{if(q.length=g,I)for(--f;++q[--g]>f;)q[g]=0,g||(++w,q=[1].concat(q));for(m=q.length;!q[--m];);for(ce=0,d="";ce<=m;d+=p.charAt(q[ce++]));d=ae(d,w,p.charAt(0))}return d}})(),M=(function(){function c(b,f,y){var A,p,g,w,m=0,I=b.length,L=f%U,q=f/U|0;for(b=b.slice();I--;)g=b[I]%U,w=b[I]/U|0,A=q*g+w*L,p=L*g+A%U*U+m,m=(p/y|0)+(A/U|0)+q*w,b[I]=p%y;return m&&(b=[m].concat(b)),b}function u(b,f,y,A){var p,g;if(y!=A)g=y>A?1:-1;else for(p=g=0;p<y;p++)if(b[p]!=f[p]){g=b[p]>f[p]?1:-1;break}return g}function d(b,f,y,A){for(var p=0;y--;)b[y]-=p,p=b[y]<f[y]?1:0,b[y]=p*A+b[y]-f[y];for(;!b[0]&&b.length>1;b.splice(0,1));}return function(b,f,y,A,p){var g,w,m,I,L,q,z,ce,le,Q,ne,pe,lt,_t,Mt,Se,Fe,Ae=b.s==f.s?1:-1,fe=b.c,ue=f.c;if(!fe||!fe[0]||!ue||!ue[0])return new P(!b.s||!f.s||(fe?ue&&fe[0]==ue[0]:!ue)?NaN:fe&&fe[0]==0||!ue?Ae*0:Ae/0);for(ce=new P(Ae),le=ce.c=[],w=b.e-f.e,Ae=y+w+1,p||(p=h,w=te(b.e/l)-te(f.e/l),Ae=Ae/l|0),m=0;ue[m]==(fe[m]||0);m++);if(ue[m]>(fe[m]||0)&&w--,Ae<0)le.push(1),I=!0;else{for(_t=fe.length,Se=ue.length,m=0,Ae+=2,L=r(p/(ue[0]+1)),L>1&&(ue=c(ue,L,p),fe=c(fe,L,p),Se=ue.length,_t=fe.length),lt=Se,Q=fe.slice(0,Se),ne=Q.length;ne<Se;Q[ne++]=0);Fe=ue.slice(),Fe=[0].concat(Fe),Mt=ue[0],ue[1]>=p/2&&Mt++;do{if(L=0,g=u(ue,Q,Se,ne),g<0){if(pe=Q[0],Se!=ne&&(pe=pe*p+(Q[1]||0)),L=r(pe/Mt),L>1)for(L>=p&&(L=p-1),q=c(ue,L,p),z=q.length,ne=Q.length;u(q,Q,z,ne)==1;)L--,d(q,Se<z?Fe:ue,z,p),z=q.length,g=1;else L==0&&(g=L=1),q=ue.slice(),z=q.length;if(z<ne&&(q=[0].concat(q)),d(Q,q,ne,p),ne=Q.length,g==-1)for(;u(ue,Q,Se,ne)<1;)L++,d(Q,Se<ne?Fe:ue,ne,p),ne=Q.length}else g===0&&(L++,Q=[0]);le[m++]=L,Q[0]?Q[ne++]=fe[lt]||0:(Q=[fe[lt]],ne=1)}while((lt++<_t||Q[0]!=null)&&Ae--);I=Q[0]!=null,le[0]||le.splice(0,1)}if(p==h){for(m=1,Ae=le[0];Ae>=10;Ae/=10,m++);ve(ce,y+(ce.e=m+w*l-1)+1,A,I)}else ce.e=w,ce.r=+I;return ce}})();function Ut(c,u,d,b){var f,y,A,p,g;if(d==null?d=T:R(d,0,8),!c.c)return c.toString();if(f=c.c[0],A=c.e,u==null)g=K(c.c),g=b==1||b==2&&(A<=re||A>=oe)?J(g,A):ae(g,A,"0");else if(c=ve(new P(c),u,d),y=c.e,g=K(c.c),p=g.length,b==1||b==2&&(u<=y||y<=re)){for(;p<u;g+="0",p++);g=J(g,y)}else if(u-=A+(b===2&&y>A),g=ae(g,y,"0"),y+1>p){if(--u>0)for(g+=".";u--;g+="0");}else if(u+=y-p,u>0)for(y+1==p&&(g+=".");u--;g+="0");return c.s<0&&f?"-"+g:g}function qi(c,u){for(var d,b,f=1,y=new P(c[0]);f<c.length;f++)b=new P(c[f]),(!b.s||(d=Z(y,b))===u||d===0&&y.s===u)&&(y=b);return y}function Et(c,u,d){for(var b=1,f=u.length;!u[--f];u.pop());for(f=u[0];f>=10;f/=10,b++);return(d=b+d*l-1)>me?c.c=c.e=null:d<$e?c.c=[c.e=0]:(c.e=d,c.c=u),c}H=(function(){var c=/^(-?)0([xbo])(?=\w[\w.]*$)/i,u=/^([^.]+)\.$/,d=/^\.([^.]+)$/,b=/^-?(Infinity|NaN)$/,f=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(y,A,p,g){var w,m=p?A:A.replace(f,"");if(b.test(m))y.s=isNaN(m)?null:m<0?-1:1;else{if(!p&&(m=m.replace(c,function(I,L,q){return w=(q=q.toLowerCase())=="x"?16:q=="b"?2:8,!g||g==w?L:I}),g&&(w=g,m=m.replace(u,"$1").replace(d,"0.$1")),A!=m))return new P(m,w);if(P.DEBUG)throw Error(s+"Not a"+(g?" base "+g:"")+" number: "+A);y.s=null}y.c=y.e=null}})();function ve(c,u,d,b){var f,y,A,p,g,w,m,I=c.c,L=S;if(I){e:{for(f=1,p=I[0];p>=10;p/=10,f++);if(y=u-f,y<0)y+=l,A=u,g=I[w=0],m=r(g/L[f-A-1]%10);else if(w=n((y+1)/l),w>=I.length)if(b){for(;I.length<=w;I.push(0));g=m=0,f=1,y%=l,A=y-l+1}else break e;else{for(g=p=I[w],f=1;p>=10;p/=10,f++);y%=l,A=y-l+f,m=A<0?0:r(g/L[f-A-1]%10)}if(b=b||u<0||I[w+1]!=null||(A<0?g:g%L[f-A-1]),b=d<4?(m||b)&&(d==0||d==(c.s<0?3:2)):m>5||m==5&&(d==4||b||d==6&&(y>0?A>0?g/L[f-A]:0:I[w-1])%10&1||d==(c.s<0?8:7)),u<1||!I[0])return I.length=0,b?(u-=c.e+1,I[0]=L[(l-u%l)%l],c.e=-u||0):I[0]=c.e=0,c;if(y==0?(I.length=w,p=1,w--):(I.length=w+1,p=L[l-y],I[w]=A>0?r(g/L[f-A]%L[A])*p:0),b)for(;;)if(w==0){for(y=1,A=I[0];A>=10;A/=10,y++);for(A=I[0]+=p,p=1;A>=10;A/=10,p++);y!=p&&(c.e++,I[0]==h&&(I[0]=1));break}else{if(I[w]+=p,I[w]!=h)break;I[w--]=0,p=1}for(y=I.length;I[--y]===0;I.pop());}c.e>me?c.c=c.e=null:c.e<$e&&(c.c=[c.e=0])}return c}function Pe(c){var u,d=c.e;return d===null?c.toString():(u=K(c.c),u=d<=re||d>=oe?J(u,d):ae(u,d,"0"),c.s<0?"-"+u:u)}return j.absoluteValue=j.abs=function(){var c=new P(this);return c.s<0&&(c.s=1),c},j.comparedTo=function(c,u){return Z(this,new P(c,u))},j.decimalPlaces=j.dp=function(c,u){var d,b,f,y=this;if(c!=null)return R(c,0,C),u==null?u=T:R(u,0,8),ve(new P(y),c+y.e+1,u);if(!(d=y.c))return null;if(b=((f=d.length-1)-te(this.e/l))*l,f=d[f])for(;f%10==0;f/=10,b--);return b<0&&(b=0),b},j.dividedBy=j.div=function(c,u){return M(this,new P(c,u),W,T)},j.dividedToIntegerBy=j.idiv=function(c,u){return M(this,new P(c,u),0,1)},j.exponentiatedBy=j.pow=function(c,u){var d,b,f,y,A,p,g,w,m,I=this;if(c=new P(c),c.c&&!c.isInteger())throw Error(s+"Exponent not an integer: "+Pe(c));if(u!=null&&(u=new P(u)),p=c.e>14,!I.c||!I.c[0]||I.c[0]==1&&!I.e&&I.c.length==1||!c.c||!c.c[0])return m=new P(Math.pow(+Pe(I),p?c.s*(2-G(c)):+Pe(c))),u?m.mod(u):m;if(g=c.s<0,u){if(u.c?!u.c[0]:!u.s)return new P(NaN);b=!g&&I.isInteger()&&u.isInteger(),b&&(I=I.mod(u))}else{if(c.e>9&&(I.e>0||I.e<-1||(I.e==0?I.c[0]>1||p&&I.c[1]>=24e7:I.c[0]<8e13||p&&I.c[0]<=9999975e7)))return y=I.s<0&&G(c)?-0:0,I.e>-1&&(y=1/y),new P(g?1/y:y);Ee&&(y=n(Ee/l+2))}for(p?(d=new P(.5),g&&(c.s=1),w=G(c)):(f=Math.abs(+Pe(c)),w=f%2),m=new P(V);;){if(w){if(m=m.times(I),!m.c)break;y?m.c.length>y&&(m.c.length=y):b&&(m=m.mod(u))}if(f){if(f=r(f/2),f===0)break;w=f%2}else if(c=c.times(d),ve(c,c.e+1,1),c.e>14)w=G(c);else{if(f=+Pe(c),f===0)break;w=f%2}I=I.times(I),y?I.c&&I.c.length>y&&(I.c.length=y):b&&(I=I.mod(u))}return b?m:(g&&(m=V.div(m)),u?m.mod(u):y?ve(m,Ee,T,A):m)},j.integerValue=function(c){var u=new P(this);return c==null?c=T:R(c,0,8),ve(u,u.e+1,c)},j.isEqualTo=j.eq=function(c,u){return Z(this,new P(c,u))===0},j.isFinite=function(){return!!this.c},j.isGreaterThan=j.gt=function(c,u){return Z(this,new P(c,u))>0},j.isGreaterThanOrEqualTo=j.gte=function(c,u){return(u=Z(this,new P(c,u)))===1||u===0},j.isInteger=function(){return!!this.c&&te(this.e/l)>this.c.length-2},j.isLessThan=j.lt=function(c,u){return Z(this,new P(c,u))<0},j.isLessThanOrEqualTo=j.lte=function(c,u){return(u=Z(this,new P(c,u)))===-1||u===0},j.isNaN=function(){return!this.s},j.isNegative=function(){return this.s<0},j.isPositive=function(){return this.s>0},j.isZero=function(){return!!this.c&&this.c[0]==0},j.minus=function(c,u){var d,b,f,y,A=this,p=A.s;if(c=new P(c,u),u=c.s,!p||!u)return new P(NaN);if(p!=u)return c.s=-u,A.plus(c);var g=A.e/l,w=c.e/l,m=A.c,I=c.c;if(!g||!w){if(!m||!I)return m?(c.s=-u,c):new P(I?A:NaN);if(!m[0]||!I[0])return I[0]?(c.s=-u,c):new P(m[0]?A:T==3?-0:0)}if(g=te(g),w=te(w),m=m.slice(),p=g-w){for((y=p<0)?(p=-p,f=m):(w=g,f=I),f.reverse(),u=p;u--;f.push(0));f.reverse()}else for(b=(y=(p=m.length)<(u=I.length))?p:u,p=u=0;u<b;u++)if(m[u]!=I[u]){y=m[u]<I[u];break}if(y&&(f=m,m=I,I=f,c.s=-c.s),u=(b=I.length)-(d=m.length),u>0)for(;u--;m[d++]=0);for(u=h-1;b>p;){if(m[--b]<I[b]){for(d=b;d&&!m[--d];m[d]=u);--m[d],m[b]+=h}m[b]-=I[b]}for(;m[0]==0;m.splice(0,1),--w);return m[0]?Et(c,m,w):(c.s=T==3?-1:1,c.c=[c.e=0],c)},j.modulo=j.mod=function(c,u){var d,b,f=this;return c=new P(c,u),!f.c||!c.s||c.c&&!c.c[0]?new P(NaN):!c.c||f.c&&!f.c[0]?new P(f):(ze==9?(b=c.s,c.s=1,d=M(f,c,0,3),c.s=b,d.s*=b):d=M(f,c,0,ze),c=f.minus(d.times(c)),!c.c[0]&&ze==1&&(c.s=f.s),c)},j.multipliedBy=j.times=function(c,u){var d,b,f,y,A,p,g,w,m,I,L,q,z,ce,le,Q=this,ne=Q.c,pe=(c=new P(c,u)).c;if(!ne||!pe||!ne[0]||!pe[0])return!Q.s||!c.s||ne&&!ne[0]&&!pe||pe&&!pe[0]&&!ne?c.c=c.e=c.s=null:(c.s*=Q.s,!ne||!pe?c.c=c.e=null:(c.c=[0],c.e=0)),c;for(b=te(Q.e/l)+te(c.e/l),c.s*=Q.s,g=ne.length,I=pe.length,g<I&&(z=ne,ne=pe,pe=z,f=g,g=I,I=f),f=g+I,z=[];f--;z.push(0));for(ce=h,le=U,f=I;--f>=0;){for(d=0,L=pe[f]%le,q=pe[f]/le|0,A=g,y=f+A;y>f;)w=ne[--A]%le,m=ne[A]/le|0,p=q*w+m*L,w=L*w+p%le*le+z[y]+d,d=(w/ce|0)+(p/le|0)+q*m,z[y--]=w%ce;z[y]=d}return d?++b:z.splice(0,1),Et(c,z,b)},j.negated=function(){var c=new P(this);return c.s=-c.s||null,c},j.plus=function(c,u){var d,b=this,f=b.s;if(c=new P(c,u),u=c.s,!f||!u)return new P(NaN);if(f!=u)return c.s=-u,b.minus(c);var y=b.e/l,A=c.e/l,p=b.c,g=c.c;if(!y||!A){if(!p||!g)return new P(f/0);if(!p[0]||!g[0])return g[0]?c:new P(p[0]?b:f*0)}if(y=te(y),A=te(A),p=p.slice(),f=y-A){for(f>0?(A=y,d=g):(f=-f,d=p),d.reverse();f--;d.push(0));d.reverse()}for(f=p.length,u=g.length,f-u<0&&(d=g,g=p,p=d,u=f),f=0;u;)f=(p[--u]=p[u]+g[u]+f)/h|0,p[u]=h===p[u]?0:p[u]%h;return f&&(p=[f].concat(p),++A),Et(c,p,A)},j.precision=j.sd=function(c,u){var d,b,f,y=this;if(c!=null&&c!==!!c)return R(c,1,C),u==null?u=T:R(u,0,8),ve(new P(y),c,u);if(!(d=y.c))return null;if(f=d.length-1,b=f*l+1,f=d[f]){for(;f%10==0;f/=10,b--);for(f=d[0];f>=10;f/=10,b++);}return c&&y.e+1>b&&(b=y.e+1),b},j.shiftedBy=function(c){return R(c,-k,k),this.times("1e"+c)},j.squareRoot=j.sqrt=function(){var c,u,d,b,f,y=this,A=y.c,p=y.s,g=y.e,w=W+4,m=new P("0.5");if(p!==1||!A||!A[0])return new P(!p||p<0&&(!A||A[0])?NaN:A?y:1/0);if(p=Math.sqrt(+Pe(y)),p==0||p==1/0?(u=K(A),(u.length+g)%2==0&&(u+="0"),p=Math.sqrt(+u),g=te((g+1)/2)-(g<0||g%2),p==1/0?u="5e"+g:(u=p.toExponential(),u=u.slice(0,u.indexOf("e")+1)+g),d=new P(u)):d=new P(p+""),d.c[0]){for(g=d.e,p=g+w,p<3&&(p=0);;)if(f=d,d=m.times(f.plus(M(y,f,w,1))),K(f.c).slice(0,p)===(u=K(d.c)).slice(0,p))if(d.e<g&&--p,u=u.slice(p-3,p+1),u=="9999"||!b&&u=="4999"){if(!b&&(ve(f,f.e+W+2,0),f.times(f).eq(y))){d=f;break}w+=4,p+=4,b=1}else{(!+u||!+u.slice(1)&&u.charAt(0)=="5")&&(ve(d,d.e+W+2,1),c=!d.times(d).eq(y));break}}return ve(d,d.e+W+1,T,c)},j.toExponential=function(c,u){return c!=null&&(R(c,0,C),c++),Ut(this,c,u,1)},j.toFixed=function(c,u){return c!=null&&(R(c,0,C),c=c+this.e+1),Ut(this,c,u)},j.toFormat=function(c,u,d){var b,f=this;if(d==null)c!=null&&u&&typeof u=="object"?(d=u,u=null):c&&typeof c=="object"?(d=c,c=u=null):d=jt;else if(typeof d!="object")throw Error(s+"Argument not an object: "+d);if(b=f.toFixed(c,u),f.c){var y,A=b.split("."),p=+d.groupSize,g=+d.secondaryGroupSize,w=d.groupSeparator||"",m=A[0],I=A[1],L=f.s<0,q=L?m.slice(1):m,z=q.length;if(g&&(y=p,p=g,g=y,z-=y),p>0&&z>0){for(y=z%p||p,m=q.substr(0,y);y<z;y+=p)m+=w+q.substr(y,p);g>0&&(m+=w+q.slice(y)),L&&(m="-"+m)}b=I?m+(d.decimalSeparator||"")+((g=+d.fractionGroupSize)?I.replace(new RegExp("\\d{"+g+"}\\B","g"),"$&"+(d.fractionGroupSeparator||"")):I):m}return(d.prefix||"")+b+(d.suffix||"")},j.toFraction=function(c){var u,d,b,f,y,A,p,g,w,m,I,L,q=this,z=q.c;if(c!=null&&(p=new P(c),!p.isInteger()&&(p.c||p.s!==1)||p.lt(V)))throw Error(s+"Argument "+(p.isInteger()?"out of range: ":"not an integer: ")+Pe(p));if(!z)return new P(q);for(u=new P(V),w=d=new P(V),b=g=new P(V),L=K(z),y=u.e=L.length-q.e-1,u.c[0]=S[(A=y%l)<0?l+A:A],c=!c||p.comparedTo(u)>0?y>0?u:w:p,A=me,me=1/0,p=new P(L),g.c[0]=0;m=M(p,u,0,1),f=d.plus(m.times(b)),f.comparedTo(c)!=1;)d=b,b=f,w=g.plus(m.times(f=w)),g=f,u=p.minus(m.times(f=u)),p=f;return f=M(c.minus(d),b,0,1),g=g.plus(f.times(w)),d=d.plus(f.times(b)),g.s=w.s=q.s,y=y*2,I=M(w,b,y,T).minus(q).abs().comparedTo(M(g,d,y,T).minus(q).abs())<1?[w,b]:[g,d],me=A,I},j.toNumber=function(){return+Pe(this)},j.toPrecision=function(c,u){return c!=null&&R(c,1,C),Ut(this,c,u,2)},j.toString=function(c){var u,d=this,b=d.s,f=d.e;return f===null?b?(u="Infinity",b<0&&(u="-"+u)):u="NaN":(c==null?u=f<=re||f>=oe?J(K(d.c),f):ae(K(d.c),f,"0"):c===10&&Ct?(d=ve(new P(d),W+f+1,T),u=ae(K(d.c),d.e,"0")):(R(c,2,Ne.length,"Base"),u=O(ae(K(d.c),f,"0"),10,c,b,!0)),b<0&&d.c[0]&&(u="-"+u)),u},j.valueOf=j.toJSON=function(){return Pe(this)},j._isBigNumber=!0,N!=null&&P.set(N),P}function te(N){var M=N|0;return N>0||N===M?M:M-1}function K(N){for(var M,O,H=1,j=N.length,V=N[0]+"";H<j;){for(M=N[H++]+"",O=l-M.length;O--;M="0"+M);V+=M}for(j=V.length;V.charCodeAt(--j)===48;);return V.slice(0,j+1||1)}function Z(N,M){var O,H,j=N.c,V=M.c,W=N.s,T=M.s,re=N.e,oe=M.e;if(!W||!T)return null;if(O=j&&!j[0],H=V&&!V[0],O||H)return O?H?0:-T:W;if(W!=T)return W;if(O=W<0,H=re==oe,!j||!V)return H?0:!j^O?1:-1;if(!H)return re>oe^O?1:-1;for(T=(re=j.length)<(oe=V.length)?re:oe,W=0;W<T;W++)if(j[W]!=V[W])return j[W]>V[W]^O?1:-1;return re==oe?0:re>oe^O?1:-1}function R(N,M,O,H){if(N<M||N>O||N!==r(N))throw Error(s+(H||"Argument")+(typeof N=="number"?N<M||N>O?" out of range: ":" not an integer: ":" not a primitive number: ")+String(N))}function G(N){var M=N.c.length-1;return te(N.e/l)==M&&N.c[M]%2!=0}function J(N,M){return(N.length>1?N.charAt(0)+"."+N.slice(1):N)+(M<0?"e":"e+")+M}function ae(N,M,O){var H,j;if(M<0){for(j=O+".";++M;j+=O);N=j+N}else if(H=N.length,++M>H){for(j=O,M-=H;--M;j+=O);N+=j}else M<H&&(N=N.slice(0,M)+"."+N.slice(M));return N}i=X(),i.default=i.BigNumber=i,t.exports?t.exports=i:(e||(e=typeof self<"u"&&self?self:window),e.BigNumber=i)})(ua)})(rt)),rt.exports}var ei;function la(){return ei||(ei=1,(function(t){var e=Ft(),i=t.exports;(function(){var a=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,n,r,s={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},o;function h(k){return a.lastIndex=0,a.test(k)?'"'+k.replace(a,function(S){var U=s[S];return typeof U=="string"?U:"\\u"+("0000"+S.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+k+'"'}function l(k,S){var U,C,X,te,K=n,Z,R=S[k],G=R!=null&&(R instanceof e||e.isBigNumber(R));switch(R&&typeof R=="object"&&typeof R.toJSON=="function"&&(R=R.toJSON(k)),typeof o=="function"&&(R=o.call(S,k,R)),typeof R){case"string":return G?R:h(R);case"number":return isFinite(R)?String(R):"null";case"boolean":case"null":case"bigint":return String(R);case"object":if(!R)return"null";if(n+=r,Z=[],Object.prototype.toString.apply(R)==="[object Array]"){for(te=R.length,U=0;U<te;U+=1)Z[U]=l(U,R)||"null";return X=Z.length===0?"[]":n?`[
4
- `+n+Z.join(`,
5
- `+n)+`
6
- `+K+"]":"["+Z.join(",")+"]",n=K,X}if(o&&typeof o=="object")for(te=o.length,U=0;U<te;U+=1)typeof o[U]=="string"&&(C=o[U],X=l(C,R),X&&Z.push(h(C)+(n?": ":":")+X));else Object.keys(R).forEach(function(J){var ae=l(J,R);ae&&Z.push(h(J)+(n?": ":":")+ae)});return X=Z.length===0?"{}":n?`{
7
- `+n+Z.join(`,
8
- `+n)+`
9
- `+K+"}":"{"+Z.join(",")+"}",n=K,X}}typeof i.stringify!="function"&&(i.stringify=function(k,S,U){var C;if(n="",r="",typeof U=="number")for(C=0;C<U;C+=1)r+=" ";else typeof U=="string"&&(r=U);if(o=S,S&&typeof S!="function"&&(typeof S!="object"||typeof S.length!="number"))throw new Error("JSON.stringify");return l("",{"":k})})})()})(bt)),bt.exports}var wt,ti;function da(){if(ti)return wt;ti=1;var t=null;const e=/(?:_|\\u005[Ff])(?:_|\\u005[Ff])(?:p|\\u0070)(?:r|\\u0072)(?:o|\\u006[Ff])(?:t|\\u0074)(?:o|\\u006[Ff])(?:_|\\u005[Ff])(?:_|\\u005[Ff])/,i=/(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)/;var a=function(n){var r={strict:!1,storeAsString:!1,alwaysParseAsBig:!1,useNativeBigInt:!1,protoAction:"error",constructorAction:"error"};if(n!=null){if(n.strict===!0&&(r.strict=!0),n.storeAsString===!0&&(r.storeAsString=!0),r.alwaysParseAsBig=n.alwaysParseAsBig===!0?n.alwaysParseAsBig:!1,r.useNativeBigInt=n.useNativeBigInt===!0?n.useNativeBigInt:!1,typeof n.constructorAction<"u")if(n.constructorAction==="error"||n.constructorAction==="ignore"||n.constructorAction==="preserve")r.constructorAction=n.constructorAction;else throw new Error(`Incorrect value for constructorAction option, must be "error", "ignore" or undefined but passed ${n.constructorAction}`);if(typeof n.protoAction<"u")if(n.protoAction==="error"||n.protoAction==="ignore"||n.protoAction==="preserve")r.protoAction=n.protoAction;else throw new Error(`Incorrect value for protoAction option, must be "error", "ignore" or undefined but passed ${n.protoAction}`)}var s,o,h={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
10
- `,r:"\r",t:" "},l,k=function(G){throw{name:"SyntaxError",message:G,at:s,text:l}},S=function(G){return G&&G!==o&&k("Expected '"+G+"' instead of '"+o+"'"),o=l.charAt(s),s+=1,o},U=function(){var G,J="";for(o==="-"&&(J="-",S("-"));o>="0"&&o<="9";)J+=o,S();if(o===".")for(J+=".";S()&&o>="0"&&o<="9";)J+=o;if(o==="e"||o==="E")for(J+=o,S(),(o==="-"||o==="+")&&(J+=o,S());o>="0"&&o<="9";)J+=o,S();if(G=+J,!isFinite(G))k("Bad number");else return t==null&&(t=Ft()),J.length>15?r.storeAsString?J:r.useNativeBigInt?BigInt(J):new t(J):r.alwaysParseAsBig?r.useNativeBigInt?BigInt(G):new t(G):G},C=function(){var G,J,ae="",N;if(o==='"')for(var M=s;S();){if(o==='"')return s-1>M&&(ae+=l.substring(M,s-1)),S(),ae;if(o==="\\"){if(s-1>M&&(ae+=l.substring(M,s-1)),S(),o==="u"){for(N=0,J=0;J<4&&(G=parseInt(S(),16),!!isFinite(G));J+=1)N=N*16+G;ae+=String.fromCharCode(N)}else if(typeof h[o]=="string")ae+=h[o];else break;M=s}}k("Bad string")},X=function(){for(;o&&o<=" ";)S()},te=function(){switch(o){case"t":return S("t"),S("r"),S("u"),S("e"),!0;case"f":return S("f"),S("a"),S("l"),S("s"),S("e"),!1;case"n":return S("n"),S("u"),S("l"),S("l"),null}k("Unexpected '"+o+"'")},K,Z=function(){var G=[];if(o==="["){if(S("["),X(),o==="]")return S("]"),G;for(;o;){if(G.push(K()),X(),o==="]")return S("]"),G;S(","),X()}}k("Bad array")},R=function(){var G,J=Object.create(null);if(o==="{"){if(S("{"),X(),o==="}")return S("}"),J;for(;o;){if(G=C(),X(),S(":"),r.strict===!0&&Object.hasOwnProperty.call(J,G)&&k('Duplicate key "'+G+'"'),e.test(G)===!0?r.protoAction==="error"?k("Object contains forbidden prototype property"):r.protoAction==="ignore"?K():J[G]=K():i.test(G)===!0?r.constructorAction==="error"?k("Object contains forbidden constructor property"):r.constructorAction==="ignore"?K():J[G]=K():J[G]=K(),X(),o==="}")return S("}"),J;S(","),X()}}k("Bad object")};return K=function(){switch(X(),o){case"{":return R();case"[":return Z();case'"':return C();case"-":return U();default:return o>="0"&&o<="9"?U():te()}},function(G,J){var ae;return l=G+"",s=0,o=" ",ae=K(),X(),o&&k("Syntax error"),typeof J=="function"?(function N(M,O){var H,j=M[O];return j&&typeof j=="object"&&Object.keys(j).forEach(function(V){H=N(j,V),H!==void 0?j[V]=H:delete j[V]}),J.call(M,O,j)})({"":ae},""):ae}};return wt=a,wt}var ii;function ha(){if(ii)return Qe.exports;ii=1;var t=la().stringify,e=da();return Qe.exports=function(i){return{parse:e(i),stringify:t}},Qe.exports.parse=e(),Qe.exports.stringify=t,Qe.exports}var pa=ha();const vt=ca(pa);function st(t,e,i,a){function n(r){return r instanceof i?r:new i(function(s){s(r)})}return new(i||(i=Promise))(function(r,s){function o(k){try{l(a.next(k))}catch(S){s(S)}}function h(k){try{l(a.throw(k))}catch(S){s(S)}}function l(k){k.done?r(k.value):n(k.value).then(o,h)}l((a=a.apply(t,e||[])).next())})}function fa(t,e,i,a){if(typeof e=="function"?t!==e||!a:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?a:i==="a"?a.call(t):a?a.value:e.get(t)}typeof SuppressedError=="function"&&SuppressedError;var ot,ai;class De{static custom(e){return e}static unique(e=7){const i=fa(ot,ot,"m",ai).call(ot);let a="";for(let n=0;n<e;n++){const r=Math.floor(Math.random()*16).toString(16);a+=r}return i+a}}ot=De,ai=function(){const e=new Date,i=Math.floor(e.getTime()/1e3),a=e.getMilliseconds();return i.toString(16)+a.toString(16).padStart(5,"0")},vt({useNativeBigInt:!0});const ga=vt({storeAsString:!1}),ya=vt({useNativeBigInt:!0}),ma=BigInt(Number.MAX_SAFE_INTEGER),ba=BigInt(Number.MIN_SAFE_INTEGER),wa=BigInt("9223372036854775807"),va=BigInt("-9223372036854775808");function Aa(t){return t!==null&&typeof t=="object"&&t._isBigNumber===!0&&typeof t.isInteger=="function"&&typeof t.toFixed=="function"&&typeof t.toNumber=="function"}function ka(t,e){if(Aa(e)){if(e.isInteger()){const i=e.toFixed(),a=BigInt(i);return a>=ba&&a<=ma?Number(i):a>=va&&a<=wa?a:e.toNumber()}return e.toNumber()}return e}const Ie={parse:t=>ga.parse(t,ka),stringify:ya.stringify};class x extends Error{constructor(e,i=0,a="",n=""){super(e),this.name="AppwriteException",this.message=e,this.code=i,this.type=a,this.response=n}}class ke{constructor(){this.config={endpoint:"https://cloud.appwrite.io/v1",endpointRealtime:"",project:"",jwt:"",bearer:"",locale:"",session:"",devkey:"",cookie:"",impersonateuserid:"",impersonateuseremail:"",impersonateuserphone:""},this.headers={"x-sdk-name":"Web","x-sdk-platform":"client","x-sdk-language":"web","x-sdk-version":"27.0.0","X-Appwrite-Response-Format":"2.0.0"},this.realtime={socket:void 0,timeout:void 0,heartbeat:void 0,url:"",channels:new Set,subscriptions:new Map,pendingSubscribes:new Map,reconnect:!0,reconnectAttempts:0,lastMessage:void 0,connect:()=>{clearTimeout(this.realtime.timeout),this.realtime.timeout=window?.setTimeout(()=>{this.realtime.createSocket()},50)},getTimeout:()=>{switch(!0){case this.realtime.reconnectAttempts<5:return 1e3;case this.realtime.reconnectAttempts<15:return 5e3;case this.realtime.reconnectAttempts<100:return 1e4;default:return 6e4}},createHeartbeat:()=>{this.realtime.heartbeat&&clearTimeout(this.realtime.heartbeat),this.realtime.heartbeat=window?.setInterval(()=>{var e;(e=this.realtime.socket)===null||e===void 0||e.send(Ie.stringify({type:"ping"}))},2e4)},createSocket:()=>{var e,i,a,n,r;if(this.realtime.subscriptions.size<1){this.realtime.reconnect=!1,(e=this.realtime.socket)===null||e===void 0||e.close();return}let o="project="+encodeURIComponent((i=this.config.project)!==null&&i!==void 0?i:"");this.config.jwt&&(o+="&jwt="+encodeURIComponent(this.config.jwt));const h=this.config.endpointRealtime+"/realtime?"+o;h!==this.realtime.url||!this.realtime.socket||((a=this.realtime.socket)===null||a===void 0?void 0:a.readyState)>WebSocket.OPEN?(this.realtime.socket&&((n=this.realtime.socket)===null||n===void 0?void 0:n.readyState)<WebSocket.CLOSING&&(this.realtime.reconnect=!1,this.realtime.socket.close()),this.realtime.url=h,this.realtime.socket=new WebSocket(h),this.realtime.socket.addEventListener("message",this.realtime.onMessage),this.realtime.socket.addEventListener("open",l=>{this.realtime.reconnectAttempts=0,this.realtime.createHeartbeat()}),this.realtime.socket.addEventListener("close",l=>{var k,S,U;if(!this.realtime.reconnect||((S=(k=this.realtime)===null||k===void 0?void 0:k.lastMessage)===null||S===void 0?void 0:S.type)==="error"&&((U=this.realtime)===null||U===void 0?void 0:U.lastMessage.data).code===1008){this.realtime.reconnect=!0;return}const C=this.realtime.getTimeout();console.error(`Realtime got disconnected. Reconnect will be attempted in ${C/1e3} seconds.`,l.reason),setTimeout(()=>{this.realtime.reconnectAttempts++,this.realtime.createSocket()},C)})):((r=this.realtime.socket)===null||r===void 0?void 0:r.readyState)===WebSocket.OPEN&&this.realtime.sendPendingSubscribes()},sendPendingSubscribes:()=>{if(!this.realtime.socket||this.realtime.socket.readyState!==WebSocket.OPEN||this.realtime.pendingSubscribes.size<1)return;const e=Array.from(this.realtime.pendingSubscribes.values());this.realtime.pendingSubscribes.clear(),this.realtime.socket.send(Ie.stringify({type:"subscribe",data:e}))},onMessage:e=>{var i,a;try{const n=Ie.parse(e.data);switch(this.realtime.lastMessage=n,n.type){case"connected":{const r=n.data;let s=this.config.session;if(!s){const o=Ie.parse((i=window.localStorage.getItem("cookieFallback"))!==null&&i!==void 0?i:"{}");s=o?.[`a_session_${this.config.project}`]}s&&!r?.user&&((a=this.realtime.socket)===null||a===void 0||a.send(Ie.stringify({type:"authentication",data:{session:s}}))),this.realtime.subscriptions.forEach((o,h)=>{var l;this.realtime.pendingSubscribes.set(h,{subscriptionId:h,channels:o.channels,queries:(l=o.queries)!==null&&l!==void 0?l:[]})}),this.realtime.sendPendingSubscribes();break}case"response":break;case"event":{const r=n.data;if(!r?.channels)break;const s=r.subscriptions;if(s&&s.length>0)for(const o of s){const h=this.realtime.subscriptions.get(o);h&&setTimeout(()=>h.callback(r))}else{if(!r.channels.some(h=>this.realtime.channels.has(h)))break;this.realtime.subscriptions.forEach(h=>{r.channels.some(l=>h.channels.includes(l))&&setTimeout(()=>h.callback(r))})}break}case"pong":break;case"error":throw n.data;default:break}}catch(n){console.error(n)}}}}getHeaders(){return Object.assign({},this.headers)}setEndpoint(e){if(!e||typeof e!="string")throw new x("Endpoint must be a valid string");if(!e.startsWith("http://")&&!e.startsWith("https://"))throw new x("Invalid endpoint URL: "+e);return this.config.endpoint=e,this.config.endpointRealtime=e.replace("https://","wss://").replace("http://","ws://"),this}setEndpointRealtime(e){if(!e||typeof e!="string")throw new x("Endpoint must be a valid string");if(!e.startsWith("ws://")&&!e.startsWith("wss://"))throw new x("Invalid realtime endpoint URL: "+e);return this.config.endpointRealtime=e,this}setProject(e){return this.config.project=e,this}setJWT(e){return this.headers["X-Appwrite-JWT"]=e,this.config.jwt=e,this}setBearer(e){return this.headers.Authorization=`Bearer ${e}`,this.config.bearer=e,this}setLocale(e){return this.headers["X-Appwrite-Locale"]=e,this.config.locale=e,this}setSession(e){return this.headers["X-Appwrite-Session"]=e,this.config.session=e,this}setDevKey(e){return this.headers["X-Appwrite-Dev-Key"]=e,this.config.devkey=e,this}setCookie(e){return this.headers.Cookie=e,this.config.cookie=e,this}setImpersonateUserId(e){return this.headers["X-Appwrite-Impersonate-User-Id"]=e,this.config.impersonateuserid=e,this}setImpersonateUserEmail(e){return this.headers["X-Appwrite-Impersonate-User-Email"]=e,this.config.impersonateuseremail=e,this}setImpersonateUserPhone(e){return this.headers["X-Appwrite-Impersonate-User-Phone"]=e,this.config.impersonateuserphone=e,this}subscribe(e,i,a=[]){const r=(Array.isArray(e)?e:[e]).map(l=>typeof l=="string"?l:l&&typeof l.toString=="function"?l.toString():String(l));r.forEach(l=>this.realtime.channels.add(l));const s=(a??[]).map(l=>typeof l=="string"?l:l.toString());let o="";const h=this.realtime.subscriptions.size+1;for(let l=0;l<h;l++){const k=De.unique();if(!this.realtime.subscriptions.has(k)){o=k;break}}if(o==="")throw new x("Failed to generate unique subscription id");return this.realtime.subscriptions.set(o,{channels:r,queries:s,callback:i}),this.realtime.pendingSubscribes.set(o,{subscriptionId:o,channels:r,queries:s}),this.realtime.connect(),()=>{this.realtime.subscriptions.delete(o),this.realtime.pendingSubscribes.delete(o);const l=new Set;this.realtime.subscriptions.forEach(k=>{k.channels.forEach(S=>l.add(S))}),this.realtime.channels.forEach(k=>{l.has(k)||this.realtime.channels.delete(k)}),this.realtime.connect()}}prepareRequest(e,i,a={},n={}){if(e=e.toUpperCase(),a=Object.assign({},this.headers,a),typeof window<"u"&&window.localStorage){const s=window.localStorage.getItem("cookieFallback");s&&(a["X-Fallback-Cookies"]=s)}const r={method:e,headers:a};if(a["X-Appwrite-Dev-Key"]===void 0&&(r.credentials="include"),e==="GET")for(const[s,o]of Object.entries(ke.flatten(n)))i.searchParams.append(s,o);else switch(a["content-type"]){case"application/json":r.body=Ie.stringify(n);break;case"multipart/form-data":{const s=new FormData;for(const[o,h]of Object.entries(n))if(h instanceof File)s.append(o,h,h.name);else if(Array.isArray(h))for(const l of h)s.append(`${o}[]`,l);else s.append(o,h);r.body=s,delete a["content-type"];break}}return{uri:i.toString(),options:r}}chunkedUpload(e,i){return st(this,arguments,void 0,function*(a,n,r={},s={},o){var h;const[l,k]=(h=Object.entries(s).find(([V,W])=>W instanceof File))!==null&&h!==void 0?h:[];if(!k||!l)throw new Error("File not found in payload");if(k.size<=ke.CHUNK_SIZE)return yield this.call(a,n,r,s);const S=Math.ceil(k.size/ke.CHUNK_SIZE),U=Math.min(ke.CHUNK_SIZE,k.size),C=Object.assign(Object.assign({},r),{"content-range":`bytes 0-${U-1}/${k.size}`}),X=k.slice(0,U),te=Object.assign({},s);te[l]=new File([X],k.name);const K=yield this.call(a,n,C,te),Z=K?.$id;if(o&&typeof o=="function"&&o({$id:Z,progress:Math.round(U/k.size*100),sizeUploaded:U,chunksTotal:S,chunksUploaded:1}),S===1)return K;const R=[];for(let V=1;V<S;V++){const W=V*ke.CHUNK_SIZE,T=Math.min(W+ke.CHUNK_SIZE,k.size);R.push({start:W,end:T})}const G=8;let J=1,ae=U,N=K,M=null,O=!1;const H=V=>{var W;const T=V?.chunksUploaded,re=(W=V?.chunksTotal)!==null&&W!==void 0?W:S;return typeof T=="number"&&typeof re=="number"&&T>=re},j=V=>st(this,void 0,void 0,function*(){const W=Object.assign({},r);Z&&(W["x-appwrite-id"]=Z),W["content-range"]=`bytes ${V.start}-${V.end-1}/${k.size}`;const T=k.slice(V.start,V.end),re=Object.assign({},s);re[l]=new File([T],k.name);const oe=yield this.call(a,n,W,re);return O||(J++,ae+=V.end-V.start,N=oe,H(oe)&&(M=oe),o&&typeof o=="function"&&o({$id:Z,progress:Math.round(ae/k.size*100),sizeUploaded:ae,chunksTotal:S,chunksUploaded:J})),oe});return yield new Promise((V,W)=>{let T=0,re=0,oe=0;const $e=()=>{if(!O){if(oe===R.length){V();return}for(;re<G&&T<R.length;){const me=R[T++];re++,j(me).then(()=>{re--,oe++,$e()}).catch(xe=>{O=!0,W(xe)})}}};$e()}),M??N})}ping(){return st(this,void 0,void 0,function*(){return this.call("GET",new URL(this.config.endpoint+"/ping"),{"X-Appwrite-Project":this.config.project,accept:"application/json"})})}call(e,i){return st(this,arguments,void 0,function*(a,n,r={},s={},o="json"){var h,l,k;const{uri:S,options:U}=this.prepareRequest(a,n,r,s);let C=null;const X=yield fetch(S,U);if(X.type==="opaque")throw new x(`Invalid Origin. Register your new client (${window.location.host}) as a new Web platform on your project console dashboard`,403,"forbidden","");const te=X.headers.get("x-appwrite-warning");if(te&&te.split(";").forEach(Z=>console.warn("Warning: "+Z)),!((h=X.headers.get("content-type"))===null||h===void 0)&&h.includes("application/json")?C=Ie.parse(yield X.text()):o==="arrayBuffer"?C=yield X.arrayBuffer():C={message:yield X.text()},400<=X.status){let Z;throw!((l=X.headers.get("content-type"))===null||l===void 0)&&l.includes("application/json")||o==="arrayBuffer"?Z=Ie.stringify(C):Z=C?.message,new x((k=C?.message)!==null&&k!==void 0?k:Z,X.status,C?.type,Z)}const K=X.headers.get("X-Fallback-Cookies");return typeof window<"u"&&window.localStorage&&K&&(window.console.warn("Appwrite is using localStorage for session management. Increase your security by adding a custom domain as your API endpoint."),window.localStorage.setItem("cookieFallback",K)),C&&typeof C=="object"&&Object.defineProperty(C,"toString",{value:()=>Ie.stringify(C),writable:!0,enumerable:!1,configurable:!0}),C})}static flatten(e,i=""){let a={};for(const[n,r]of Object.entries(e)){const s=i?i+"["+n+"]":n;Array.isArray(r)?a=Object.assign(Object.assign({},a),ke.flatten(r,s)):a[s]=r}return a}}ke.CHUNK_SIZE=5242880;class ge{constructor(e){this.client=e}static flatten(e,i=""){let a={};for(const[n,r]of Object.entries(e)){const s=i?i+"["+n+"]":n;Array.isArray(r)?a=Object.assign(Object.assign({},a),ge.flatten(r,s)):a[s]=r}return a}}ge.CHUNK_SIZE=5242880;class $a{constructor(e){this.client=e}get(){const e="/account",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}create(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,email:i[0],password:i[1],name:i[2]};const n=a.userId,r=a.email,s=a.password,o=a.name;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "email"');if(typeof s>"u")throw new x('Missing required parameter: "password"');const h="/account",l={};typeof n<"u"&&(l.userId=n),typeof r<"u"&&(l.email=r),typeof s<"u"&&(l.password=s),typeof o<"u"&&(l.name=o);const k=new URL(this.client.config.endpoint+h),S={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",k,S,l)}listConsents(e,...i){let a;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={queries:e,total:i[0]};const n=a.queries,r=a.total,s="/account/consents",o={};typeof n<"u"&&(o.queries=n),typeof r<"u"&&(o.total=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",h,l,o)}getConsent(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={consentId:e};const a=i.consentId;if(typeof a>"u")throw new x('Missing required parameter: "consentId"');const n="/account/consents/{consentId}".replace("{consentId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,o,r)}deleteConsent(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={consentId:e};const a=i.consentId;if(typeof a>"u")throw new x('Missing required parameter: "consentId"');const n="/account/consents/{consentId}".replace("{consentId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("delete",s,o,r)}listConsentTokens(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={consentId:e,queries:i[0],total:i[1]};const n=a.consentId,r=a.queries,s=a.total;if(typeof n>"u")throw new x('Missing required parameter: "consentId"');const o="/account/consents/{consentId}/tokens".replace("{consentId}",encodeURIComponent(String(n))),h={};typeof r<"u"&&(h.queries=r),typeof s<"u"&&(h.total=s);const l=new URL(this.client.config.endpoint+o),k={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",l,k,h)}getConsentToken(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={consentId:e,tokenId:i[0]};const n=a.consentId,r=a.tokenId;if(typeof n>"u")throw new x('Missing required parameter: "consentId"');if(typeof r>"u")throw new x('Missing required parameter: "tokenId"');const s="/account/consents/{consentId}/tokens/{tokenId}".replace("{consentId}",encodeURIComponent(String(n))).replace("{tokenId}",encodeURIComponent(String(r))),o={},h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",h,l,o)}deleteConsentToken(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={consentId:e,tokenId:i[0]};const n=a.consentId,r=a.tokenId;if(typeof n>"u")throw new x('Missing required parameter: "consentId"');if(typeof r>"u")throw new x('Missing required parameter: "tokenId"');const s="/account/consents/{consentId}/tokens/{tokenId}".replace("{consentId}",encodeURIComponent(String(n))).replace("{tokenId}",encodeURIComponent(String(r))),o={},h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("delete",h,l,o)}updateEmail(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={email:e,password:i[0]};const n=a.email,r=a.password;if(typeof n>"u")throw new x('Missing required parameter: "email"');if(typeof r>"u")throw new x('Missing required parameter: "password"');const s="/account/email",o={};typeof n<"u"&&(o.email=n),typeof r<"u"&&(o.password=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",h,l,o)}listIdentities(e,...i){let a;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={queries:e,total:i[0]};const n=a.queries,r=a.total,s="/account/identities",o={};typeof n<"u"&&(o.queries=n),typeof r<"u"&&(o.total=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",h,l,o)}deleteIdentity(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={identityId:e};const a=i.identityId;if(typeof a>"u")throw new x('Missing required parameter: "identityId"');const n="/account/identities/{identityId}".replace("{identityId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,o,r)}createJWT(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={duration:e};const a=i.duration,n="/account/jwts",r={};typeof a<"u"&&(r.duration=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}listLogs(e,...i){let a;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={queries:e,total:i[0]};const n=a.queries,r=a.total,s="/account/logs",o={};typeof n<"u"&&(o.queries=n),typeof r<"u"&&(o.total=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",h,l,o)}updateMFA(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={mfa:e};const a=i.mfa;if(typeof a>"u")throw new x('Missing required parameter: "mfa"');const n="/account/mfa",r={};typeof a<"u"&&(r.mfa=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,o,r)}createMfaAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const a=i.type;if(typeof a>"u")throw new x('Missing required parameter: "type"');const n="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}createMFAAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const a=i.type;if(typeof a>"u")throw new x('Missing required parameter: "type"');const n="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}updateMfaAuthenticator(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("type"in e||"otp"in e)?a=e||{}:a={type:e,otp:i[0]};const n=a.type,r=a.otp;if(typeof n>"u")throw new x('Missing required parameter: "type"');if(typeof r>"u")throw new x('Missing required parameter: "otp"');const s="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(n))),o={};typeof r<"u"&&(o.otp=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}updateMFAAuthenticator(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("type"in e||"otp"in e)?a=e||{}:a={type:e,otp:i[0]};const n=a.type,r=a.otp;if(typeof n>"u")throw new x('Missing required parameter: "type"');if(typeof r>"u")throw new x('Missing required parameter: "otp"');const s="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(n))),o={};typeof r<"u"&&(o.otp=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}deleteMfaAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const a=i.type;if(typeof a>"u")throw new x('Missing required parameter: "type"');const n="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,o,r)}deleteMFAAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const a=i.type;if(typeof a>"u")throw new x('Missing required parameter: "type"');const n="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,o,r)}createMfaChallenge(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"factor"in e?i=e||{}:i={factor:e};const a=i.factor;if(typeof a>"u")throw new x('Missing required parameter: "factor"');const n="/account/mfa/challenges",r={};typeof a<"u"&&(r.factor=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}createMFAChallenge(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"factor"in e?i=e||{}:i={factor:e};const a=i.factor;if(typeof a>"u")throw new x('Missing required parameter: "factor"');const n="/account/mfa/challenges",r={};typeof a<"u"&&(r.factor=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}updateMfaChallenge(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={challengeId:e,otp:i[0]};const n=a.challengeId,r=a.otp;if(typeof n>"u")throw new x('Missing required parameter: "challengeId"');if(typeof r>"u")throw new x('Missing required parameter: "otp"');const s="/account/mfa/challenges",o={};typeof n<"u"&&(o.challengeId=n),typeof r<"u"&&(o.otp=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}updateMFAChallenge(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={challengeId:e,otp:i[0]};const n=a.challengeId,r=a.otp;if(typeof n>"u")throw new x('Missing required parameter: "challengeId"');if(typeof r>"u")throw new x('Missing required parameter: "otp"');const s="/account/mfa/challenges",o={};typeof n<"u"&&(o.challengeId=n),typeof r<"u"&&(o.otp=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}listMfaFactors(){const e="/account/mfa/factors",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}listMFAFactors(){const e="/account/mfa/factors",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}getMfaRecoveryCodes(){const e="/account/mfa/recovery-codes",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}getMFARecoveryCodes(){const e="/account/mfa/recovery-codes",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}createMfaRecoveryCodes(){const e="/account/mfa/recovery-codes",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",a,n,i)}createMFARecoveryCodes(){const e="/account/mfa/recovery-codes",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",a,n,i)}updateMfaRecoveryCodes(){const e="/account/mfa/recovery-codes",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",a,n,i)}updateMFARecoveryCodes(){const e="/account/mfa/recovery-codes",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",a,n,i)}updateName(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={name:e};const a=i.name;if(typeof a>"u")throw new x('Missing required parameter: "name"');const n="/account/name",r={};typeof a<"u"&&(r.name=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,o,r)}updatePassword(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={password:e,oldPassword:i[0]};const n=a.password,r=a.oldPassword;if(typeof n>"u")throw new x('Missing required parameter: "password"');const s="/account/password",o={};typeof n<"u"&&(o.password=n),typeof r<"u"&&(o.oldPassword=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",h,l,o)}updatePhone(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={phone:e,password:i[0]};const n=a.phone,r=a.password;if(typeof n>"u")throw new x('Missing required parameter: "phone"');if(typeof r>"u")throw new x('Missing required parameter: "password"');const s="/account/phone",o={};typeof n<"u"&&(o.phone=n),typeof r<"u"&&(o.password=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",h,l,o)}getPrefs(){const e="/account/prefs",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}updatePrefs(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"prefs"in e?i=e||{}:i={prefs:e};const a=i.prefs;if(typeof a>"u")throw new x('Missing required parameter: "prefs"');const n="/account/prefs",r={};typeof a<"u"&&(r.prefs=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,o,r)}createRecovery(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={email:e,url:i[0]};const n=a.email,r=a.url;if(typeof n>"u")throw new x('Missing required parameter: "email"');if(typeof r>"u")throw new x('Missing required parameter: "url"');const s="/account/recovery",o={};typeof n<"u"&&(o.email=n),typeof r<"u"&&(o.url=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,l,o)}updateRecovery(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0],password:i[1]};const n=a.userId,r=a.secret,s=a.password;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');if(typeof s>"u")throw new x('Missing required parameter: "password"');const o="/account/recovery",h={};typeof n<"u"&&(h.userId=n),typeof r<"u"&&(h.secret=r),typeof s<"u"&&(h.password=s);const l=new URL(this.client.config.endpoint+o),k={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",l,k,h)}listSessions(){const e="/account/sessions",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",a,n,i)}deleteSessions(){const e="/account/sessions",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",a,n,i)}createAnonymousSession(){const e="/account/sessions/anonymous",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",a,n,i)}createEmailPasswordSession(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={email:e,password:i[0]};const n=a.email,r=a.password;if(typeof n>"u")throw new x('Missing required parameter: "email"');if(typeof r>"u")throw new x('Missing required parameter: "password"');const s="/account/sessions/email",o={};typeof n<"u"&&(o.email=n),typeof r<"u"&&(o.password=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,l,o)}updateMagicURLSession(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0]};const n=a.userId,r=a.secret;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');const s="/account/sessions/magic-url",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.secret=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}createOAuth2Session(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("provider"in e||"success"in e||"failure"in e||"scopes"in e)?a=e||{}:a={provider:e,success:i[0],failure:i[1],scopes:i[2]};const n=a.provider,r=a.success,s=a.failure,o=a.scopes;if(typeof n>"u")throw new x('Missing required parameter: "provider"');const h="/account/sessions/oauth2/{provider}".replace("{provider}",encodeURIComponent(String(n))),l={};typeof r<"u"&&(l.success=r),typeof s<"u"&&(l.failure=s),typeof o<"u"&&(l.scopes=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);if(typeof window<"u"&&window?.location){window.location.href=k.toString();return}else return k.toString()}updatePhoneSession(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0]};const n=a.userId,r=a.secret;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');const s="/account/sessions/phone",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.secret=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}createSession(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0]};const n=a.userId,r=a.secret;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');const s="/account/sessions/token",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.secret=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,l,o)}getSession(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={sessionId:e};const a=i.sessionId;if(typeof a>"u")throw new x('Missing required parameter: "sessionId"');const n="/account/sessions/{sessionId}".replace("{sessionId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,o,r)}updateSession(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={sessionId:e};const a=i.sessionId;if(typeof a>"u")throw new x('Missing required parameter: "sessionId"');const n="/account/sessions/{sessionId}".replace("{sessionId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,o,r)}deleteSession(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={sessionId:e};const a=i.sessionId;if(typeof a>"u")throw new x('Missing required parameter: "sessionId"');const n="/account/sessions/{sessionId}".replace("{sessionId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,o,r)}updateStatus(){const e="/account/status",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",a,n,i)}createPushTarget(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={targetId:e,identifier:i[0],providerId:i[1]};const n=a.targetId,r=a.identifier,s=a.providerId;if(typeof n>"u")throw new x('Missing required parameter: "targetId"');if(typeof r>"u")throw new x('Missing required parameter: "identifier"');const o="/account/targets/push",h={};typeof n<"u"&&(h.targetId=n),typeof r<"u"&&(h.identifier=r),typeof s<"u"&&(h.providerId=s);const l=new URL(this.client.config.endpoint+o),k={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",l,k,h)}updatePushTarget(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={targetId:e,identifier:i[0]};const n=a.targetId,r=a.identifier;if(typeof n>"u")throw new x('Missing required parameter: "targetId"');if(typeof r>"u")throw new x('Missing required parameter: "identifier"');const s="/account/targets/{targetId}/push".replace("{targetId}",encodeURIComponent(String(n))),o={};typeof r<"u"&&(o.identifier=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}deletePushTarget(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={targetId:e};const a=i.targetId;if(typeof a>"u")throw new x('Missing required parameter: "targetId"');const n="/account/targets/{targetId}/push".replace("{targetId}",encodeURIComponent(String(a))),r={},s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,o,r)}createEmailToken(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,email:i[0],phrase:i[1]};const n=a.userId,r=a.email,s=a.phrase;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "email"');const o="/account/tokens/email",h={};typeof n<"u"&&(h.userId=n),typeof r<"u"&&(h.email=r),typeof s<"u"&&(h.phrase=s);const l=new URL(this.client.config.endpoint+o),k={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",l,k,h)}createMagicURLToken(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,email:i[0],url:i[1],phrase:i[2]};const n=a.userId,r=a.email,s=a.url,o=a.phrase;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "email"');const h="/account/tokens/magic-url",l={};typeof n<"u"&&(l.userId=n),typeof r<"u"&&(l.email=r),typeof s<"u"&&(l.url=s),typeof o<"u"&&(l.phrase=o);const k=new URL(this.client.config.endpoint+h),S={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",k,S,l)}createOAuth2Token(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("provider"in e||"success"in e||"failure"in e||"scopes"in e)?a=e||{}:a={provider:e,success:i[0],failure:i[1],scopes:i[2]};const n=a.provider,r=a.success,s=a.failure,o=a.scopes;if(typeof n>"u")throw new x('Missing required parameter: "provider"');const h="/account/tokens/oauth2/{provider}".replace("{provider}",encodeURIComponent(String(n))),l={};typeof r<"u"&&(l.success=r),typeof s<"u"&&(l.failure=s),typeof o<"u"&&(l.scopes=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);if(typeof window<"u"&&window?.location){window.location.href=k.toString();return}else return k.toString()}createPhoneToken(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,phone:i[0]};const n=a.userId,r=a.phone;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "phone"');const s="/account/tokens/phone",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.phone=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,l,o)}createEmailVerification(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={url:e};const a=i.url;if(typeof a>"u")throw new x('Missing required parameter: "url"');const n="/account/verifications/email",r={};typeof a<"u"&&(r.url=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}createVerification(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={url:e};const a=i.url;if(typeof a>"u")throw new x('Missing required parameter: "url"');const n="/account/verifications/email",r={};typeof a<"u"&&(r.url=a);const s=new URL(this.client.config.endpoint+n),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,o,r)}updateEmailVerification(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0]};const n=a.userId,r=a.secret;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');const s="/account/verifications/email",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.secret=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}updateVerification(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0]};const n=a.userId,r=a.secret;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');const s="/account/verifications/email",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.secret=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}createPhoneVerification(){const e="/account/verifications/phone",i={},a=new URL(this.client.config.endpoint+e),n={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",a,n,i)}updatePhoneVerification(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={userId:e,secret:i[0]};const n=a.userId,r=a.secret;if(typeof n>"u")throw new x('Missing required parameter: "userId"');if(typeof r>"u")throw new x('Missing required parameter: "secret"');const s="/account/verifications/phone",o={};typeof n<"u"&&(o.userId=n),typeof r<"u"&&(o.secret=r);const h=new URL(this.client.config.endpoint+s),l={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,l,o)}}class Sa{constructor(e){this.client=e}getBrowser(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("code"in e||"width"in e||"height"in e||"quality"in e)?a=e||{}:a={code:e,width:i[0],height:i[1],quality:i[2]};const n=a.code,r=a.width,s=a.height,o=a.quality;if(typeof n>"u")throw new x('Missing required parameter: "code"');const h="/avatars/browsers/{code}".replace("{code}",encodeURIComponent(String(n))),l={};typeof r<"u"&&(l.width=r),typeof s<"u"&&(l.height=s),typeof o<"u"&&(l.quality=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project,l.impersonateuserid=this.client.config.impersonateuserid;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);return k.toString()}getCreditCard(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("code"in e||"width"in e||"height"in e||"quality"in e)?a=e||{}:a={code:e,width:i[0],height:i[1],quality:i[2]};const n=a.code,r=a.width,s=a.height,o=a.quality;if(typeof n>"u")throw new x('Missing required parameter: "code"');const h="/avatars/credit-cards/{code}".replace("{code}",encodeURIComponent(String(n))),l={};typeof r<"u"&&(l.width=r),typeof s<"u"&&(l.height=s),typeof o<"u"&&(l.quality=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project,l.impersonateuserid=this.client.config.impersonateuserid;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);return k.toString()}getFavicon(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={url:e};const a=i.url;if(typeof a>"u")throw new x('Missing required parameter: "url"');const n="/avatars/favicon",r={};typeof a<"u"&&(r.url=a);const s=new URL(this.client.config.endpoint+n);r.project=this.client.config.project,r.impersonateuserid=this.client.config.impersonateuserid;for(const[o,h]of Object.entries(ge.flatten(r)))s.searchParams.append(o,h);return s.toString()}getFlag(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)&&("code"in e||"width"in e||"height"in e||"quality"in e)?a=e||{}:a={code:e,width:i[0],height:i[1],quality:i[2]};const n=a.code,r=a.width,s=a.height,o=a.quality;if(typeof n>"u")throw new x('Missing required parameter: "code"');const h="/avatars/flags/{code}".replace("{code}",encodeURIComponent(String(n))),l={};typeof r<"u"&&(l.width=r),typeof s<"u"&&(l.height=s),typeof o<"u"&&(l.quality=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project,l.impersonateuserid=this.client.config.impersonateuserid;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);return k.toString()}getImage(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={url:e,width:i[0],height:i[1]};const n=a.url,r=a.width,s=a.height;if(typeof n>"u")throw new x('Missing required parameter: "url"');const o="/avatars/image",h={};typeof n<"u"&&(h.url=n),typeof r<"u"&&(h.width=r),typeof s<"u"&&(h.height=s);const l=new URL(this.client.config.endpoint+o);h.project=this.client.config.project,h.impersonateuserid=this.client.config.impersonateuserid;for(const[k,S]of Object.entries(ge.flatten(h)))l.searchParams.append(k,S);return l.toString()}getInitials(e,...i){let a;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={name:e,width:i[0],height:i[1],background:i[2]};const n=a.name,r=a.width,s=a.height,o=a.background,h="/avatars/initials",l={};typeof n<"u"&&(l.name=n),typeof r<"u"&&(l.width=r),typeof s<"u"&&(l.height=s),typeof o<"u"&&(l.background=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project,l.impersonateuserid=this.client.config.impersonateuserid;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);return k.toString()}getPhoto(e,...i){let a;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={width:e,height:i[0],quality:i[1],output:i[2],rating:i[3],userId:i[4],emailHash:i[5],name:i[6]};const n=a.width,r=a.height,s=a.quality,o=a.output,h=a.rating,l=a.userId,k=a.emailHash,S=a.name,U="/avatars/photo",C={};typeof n<"u"&&(C.width=n),typeof r<"u"&&(C.height=r),typeof s<"u"&&(C.quality=s),typeof o<"u"&&(C.output=o),typeof h<"u"&&(C.rating=h),typeof l<"u"&&(C.userId=l),typeof k<"u"&&(C.emailHash=k),typeof S<"u"&&(C.name=S);const X=new URL(this.client.config.endpoint+U);C.project=this.client.config.project,C.impersonateuserid=this.client.config.impersonateuserid;for(const[te,K]of Object.entries(ge.flatten(C)))X.searchParams.append(te,K);return X.toString()}getQR(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={text:e,size:i[0],margin:i[1],download:i[2]};const n=a.text,r=a.size,s=a.margin,o=a.download;if(typeof n>"u")throw new x('Missing required parameter: "text"');const h="/avatars/qr",l={};typeof n<"u"&&(l.text=n),typeof r<"u"&&(l.size=r),typeof s<"u"&&(l.margin=s),typeof o<"u"&&(l.download=o);const k=new URL(this.client.config.endpoint+h);l.project=this.client.config.project,l.impersonateuserid=this.client.config.impersonateuserid;for(const[S,U]of Object.entries(ge.flatten(l)))k.searchParams.append(S,U);return k.toString()}getScreenshot(e,...i){let a;e&&typeof e=="object"&&!Array.isArray(e)?a=e||{}:a={url:e,headers:i[0],viewportWidth:i[1],viewportHeight:i[2],scale:i[3],theme:i[4],userAgent:i[5],fullpage:i[6],locale:i[7],timezone:i[8],latitude:i[9],longitude:i[10],accuracy:i[11],touch:i[12],permissions:i[13],sleep:i[14],width:i[15],height:i[16],quality:i[17],output:i[18]};const n=a.url,r=a.headers,s=a.viewportWidth,o=a.viewportHeight,h=a.scale,l=a.theme,k=a.userAgent,S=a.fullpage,U=a.locale,C=a.timezone,X=a.latitude,te=a.longitude,K=a.accuracy,Z=a.touch,R=a.permissions,G=a.sleep,J=a.width,ae=a.height,N=a.quality,M=a.output;if(typeof n>"u")throw new x('Missing required parameter: "url"');const O="/avatars/screenshots",H={};typeof n<"u"&&(H.url=n),typeof r<"u"&&(H.headers=r),typeof s<"u"&&(H.viewportWidth=s),typeof o<"u"&&(H.viewportHeight=o),typeof h<"u"&&(H.scale=h),typeof l<"u"&&(H.theme=l),typeof k<"u"&&(H.userAgent=k),typeof S<"u"&&(H.fullpage=S),typeof U<"u"&&(H.locale=U),typeof C<"u"&&(H.timezone=C),typeof X<"u"&&(H.latitude=X),typeof te<"u"&&(H.longitude=te),typeof K<"u"&&(H.accuracy=K),typeof Z<"u"&&(H.touch=Z),typeof R<"u"&&(H.permissions=R),typeof G<"u"&&(H.sleep=G),typeof J<"u"&&(H.width=J),typeof ae<"u"&&(H.height=ae),typeof N<"u"&&(H.quality=N),typeof M<"u"&&(H.output=M);const j=new URL(this.client.config.endpoint+O);H.project=this.client.config.project,H.impersonateuserid=this.client.config.impersonateuserid;for(const[V,W]of Object.entries(ge.flatten(H)))j.searchParams.append(V,W);return j.toString()}}var ni;(function(t){t[t.NORMAL_CLOSURE=1e3]="NORMAL_CLOSURE",t[t.POLICY_VIOLATION=1008]="POLICY_VIOLATION",t[t.UNKNOWN_ERROR=-1]="UNKNOWN_ERROR"})(ni||(ni={}));var ri;(function(t){t.Equal="equal",t.NotEqual="notEqual",t.GreaterThan="greaterThan",t.GreaterThanEqual="greaterThanEqual",t.LessThan="lessThan",t.LessThanEqual="lessThanEqual",t.Contains="contains",t.IsNull="isNull",t.IsNotNull="isNotNull"})(ri||(ri={}));var si;(function(t){t.Totp="totp"})(si||(si={}));var oi;(function(t){t.Email="email",t.Phone="phone",t.Totp="totp",t.Recoverycode="recoverycode",t.Custom="custom"})(oi||(oi={}));var ci;(function(t){t.Amazon="amazon",t.Apple="apple",t.Appwrite="appwrite",t.Auth0="auth0",t.Authentik="authentik",t.Autodesk="autodesk",t.Bitbucket="bitbucket",t.Bitly="bitly",t.Box="box",t.Cloudflare="cloudflare",t.Dailymotion="dailymotion",t.Discord="discord",t.Disqus="disqus",t.Dropbox="dropbox",t.Etsy="etsy",t.Facebook="facebook",t.Figma="figma",t.Fusionauth="fusionauth",t.Github="github",t.Gitlab="gitlab",t.Google="google",t.Huggingface="huggingface",t.Keycloak="keycloak",t.Kick="kick",t.Linkedin="linkedin",t.Microsoft="microsoft",t.Notion="notion",t.Oidc="oidc",t.Okta="okta",t.Paypal="paypal",t.PaypalSandbox="paypalSandbox",t.Podio="podio",t.Resend="resend",t.Salesforce="salesforce",t.Slack="slack",t.Spotify="spotify",t.Stripe="stripe",t.Tradeshift="tradeshift",t.TradeshiftBox="tradeshiftBox",t.Twitch="twitch",t.Wordpress="wordpress",t.X="x",t.Yahoo="yahoo",t.Yammer="yammer",t.Yandex="yandex",t.Zoho="zoho",t.Zoom="zoom"})(ci||(ci={}));var ui;(function(t){t.AvantBrowser="aa",t.AndroidWebViewBeta="an",t.GoogleChrome="ch",t.GoogleChromeIOS="ci",t.GoogleChromeMobile="cm",t.Chromium="cr",t.MozillaFirefox="ff",t.Safari="sf",t.MobileSafari="mf",t.MicrosoftEdge="ps",t.MicrosoftEdgeIOS="oi",t.OperaMini="om",t.Opera="op",t.OperaNext="on"})(ui||(ui={}));var li;(function(t){t.AmericanExpress="amex",t.Argencard="argencard",t.Cabal="cabal",t.Cencosud="cencosud",t.DinersClub="diners",t.Discover="discover",t.Elo="elo",t.Hipercard="hipercard",t.JCB="jcb",t.Mastercard="mastercard",t.Naranja="naranja",t.TarjetaShopping="targeta-shopping",t.UnionPay="unionpay",t.Visa="visa",t.MIR="mir",t.Maestro="maestro",t.Rupay="rupay"})(li||(li={}));var di;(function(t){t.Afghanistan="af",t.Angola="ao",t.Albania="al",t.Andorra="ad",t.UnitedArabEmirates="ae",t.Argentina="ar",t.Armenia="am",t.AntiguaAndBarbuda="ag",t.Australia="au",t.Austria="at",t.Azerbaijan="az",t.Burundi="bi",t.Belgium="be",t.Benin="bj",t.BurkinaFaso="bf",t.Bangladesh="bd",t.Bulgaria="bg",t.Bahrain="bh",t.Bahamas="bs",t.BosniaAndHerzegovina="ba",t.Belarus="by",t.Belize="bz",t.Bolivia="bo",t.Brazil="br",t.Barbados="bb",t.BruneiDarussalam="bn",t.Bhutan="bt",t.Botswana="bw",t.CentralAfricanRepublic="cf",t.Canada="ca",t.Switzerland="ch",t.Chile="cl",t.China="cn",t.CoteDIvoire="ci",t.Cameroon="cm",t.DemocraticRepublicOfTheCongo="cd",t.RepublicOfTheCongo="cg",t.Colombia="co",t.Comoros="km",t.CapeVerde="cv",t.CostaRica="cr",t.Cuba="cu",t.Cyprus="cy",t.CzechRepublic="cz",t.Germany="de",t.Djibouti="dj",t.Dominica="dm",t.Denmark="dk",t.DominicanRepublic="do",t.Algeria="dz",t.Ecuador="ec",t.Egypt="eg",t.Eritrea="er",t.Spain="es",t.Estonia="ee",t.Ethiopia="et",t.Finland="fi",t.Fiji="fj",t.France="fr",t.MicronesiaFederatedStatesOf="fm",t.Gabon="ga",t.UnitedKingdom="gb",t.Georgia="ge",t.Ghana="gh",t.Guinea="gn",t.Gambia="gm",t.GuineaBissau="gw",t.EquatorialGuinea="gq",t.Greece="gr",t.Grenada="gd",t.Guatemala="gt",t.Guyana="gy",t.Honduras="hn",t.Croatia="hr",t.Haiti="ht",t.Hungary="hu",t.Indonesia="id",t.India="in",t.Ireland="ie",t.IranIslamicRepublicOf="ir",t.Iraq="iq",t.Iceland="is",t.Israel="il",t.Italy="it",t.Jamaica="jm",t.Jordan="jo",t.Japan="jp",t.Kazakhstan="kz",t.Kenya="ke",t.Kyrgyzstan="kg",t.Cambodia="kh",t.Kiribati="ki",t.SaintKittsAndNevis="kn",t.SouthKorea="kr",t.Kuwait="kw",t.LaoPeopleSDemocraticRepublic="la",t.Lebanon="lb",t.Liberia="lr",t.Libya="ly",t.SaintLucia="lc",t.Liechtenstein="li",t.SriLanka="lk",t.Lesotho="ls",t.Lithuania="lt",t.Luxembourg="lu",t.Latvia="lv",t.Morocco="ma",t.Monaco="mc",t.Moldova="md",t.Madagascar="mg",t.Maldives="mv",t.Mexico="mx",t.MarshallIslands="mh",t.NorthMacedonia="mk",t.Mali="ml",t.Malta="mt",t.Myanmar="mm",t.Montenegro="me",t.Mongolia="mn",t.Mozambique="mz",t.Mauritania="mr",t.Mauritius="mu",t.Malawi="mw",t.Malaysia="my",t.Namibia="na",t.Niger="ne",t.Nigeria="ng",t.Nicaragua="ni",t.Netherlands="nl",t.Norway="no",t.Nepal="np",t.Nauru="nr",t.NewZealand="nz",t.Oman="om",t.Pakistan="pk",t.Panama="pa",t.Peru="pe",t.Philippines="ph",t.Palau="pw",t.PapuaNewGuinea="pg",t.Poland="pl",t.FrenchPolynesia="pf",t.NorthKorea="kp",t.Portugal="pt",t.Paraguay="py",t.Qatar="qa",t.Romania="ro",t.Russia="ru",t.Rwanda="rw",t.SaudiArabia="sa",t.Sudan="sd",t.Senegal="sn",t.Singapore="sg",t.SolomonIslands="sb",t.SierraLeone="sl",t.ElSalvador="sv",t.SanMarino="sm",t.Somalia="so",t.Serbia="rs",t.SouthSudan="ss",t.SaoTomeAndPrincipe="st",t.Suriname="sr",t.Slovakia="sk",t.Slovenia="si",t.Sweden="se",t.Eswatini="sz",t.Seychelles="sc",t.Syria="sy",t.Chad="td",t.Togo="tg",t.Thailand="th",t.Tajikistan="tj",t.Turkmenistan="tm",t.TimorLeste="tl",t.Tonga="to",t.TrinidadAndTobago="tt",t.Tunisia="tn",t.Turkey="tr",t.Tuvalu="tv",t.Tanzania="tz",t.Uganda="ug",t.Ukraine="ua",t.Uruguay="uy",t.UnitedStates="us",t.Uzbekistan="uz",t.VaticanCity="va",t.SaintVincentAndTheGrenadines="vc",t.Venezuela="ve",t.Vietnam="vn",t.Vanuatu="vu",t.Samoa="ws",t.Yemen="ye",t.SouthAfrica="za",t.Zambia="zm",t.Zimbabwe="zw"})(di||(di={}));var hi;(function(t){t.Light="light",t.Dark="dark"})(hi||(hi={}));var pi;(function(t){t.AfricaAbidjan="africa/abidjan",t.AfricaAccra="africa/accra",t.AfricaAddisAbaba="africa/addis_ababa",t.AfricaAlgiers="africa/algiers",t.AfricaAsmara="africa/asmara",t.AfricaBamako="africa/bamako",t.AfricaBangui="africa/bangui",t.AfricaBanjul="africa/banjul",t.AfricaBissau="africa/bissau",t.AfricaBlantyre="africa/blantyre",t.AfricaBrazzaville="africa/brazzaville",t.AfricaBujumbura="africa/bujumbura",t.AfricaCairo="africa/cairo",t.AfricaCasablanca="africa/casablanca",t.AfricaCeuta="africa/ceuta",t.AfricaConakry="africa/conakry",t.AfricaDakar="africa/dakar",t.AfricaDarEsSalaam="africa/dar_es_salaam",t.AfricaDjibouti="africa/djibouti",t.AfricaDouala="africa/douala",t.AfricaElAaiun="africa/el_aaiun",t.AfricaFreetown="africa/freetown",t.AfricaGaborone="africa/gaborone",t.AfricaHarare="africa/harare",t.AfricaJohannesburg="africa/johannesburg",t.AfricaJuba="africa/juba",t.AfricaKampala="africa/kampala",t.AfricaKhartoum="africa/khartoum",t.AfricaKigali="africa/kigali",t.AfricaKinshasa="africa/kinshasa",t.AfricaLagos="africa/lagos",t.AfricaLibreville="africa/libreville",t.AfricaLome="africa/lome",t.AfricaLuanda="africa/luanda",t.AfricaLubumbashi="africa/lubumbashi",t.AfricaLusaka="africa/lusaka",t.AfricaMalabo="africa/malabo",t.AfricaMaputo="africa/maputo",t.AfricaMaseru="africa/maseru",t.AfricaMbabane="africa/mbabane",t.AfricaMogadishu="africa/mogadishu",t.AfricaMonrovia="africa/monrovia",t.AfricaNairobi="africa/nairobi",t.AfricaNdjamena="africa/ndjamena",t.AfricaNiamey="africa/niamey",t.AfricaNouakchott="africa/nouakchott",t.AfricaOuagadougou="africa/ouagadougou",t.AfricaPortonovo="africa/porto-novo",t.AfricaSaoTome="africa/sao_tome",t.AfricaTripoli="africa/tripoli",t.AfricaTunis="africa/tunis",t.AfricaWindhoek="africa/windhoek",t.AmericaAdak="america/adak",t.AmericaAnchorage="america/anchorage",t.AmericaAnguilla="america/anguilla",t.AmericaAntigua="america/antigua",t.AmericaAraguaina="america/araguaina",t.AmericaArgentinaBuenosAires="america/argentina/buenos_aires",t.AmericaArgentinaCatamarca="america/argentina/catamarca",t.AmericaArgentinaCordoba="america/argentina/cordoba",t.AmericaArgentinaJujuy="america/argentina/jujuy",t.AmericaArgentinaLaRioja="america/argentina/la_rioja",t.AmericaArgentinaMendoza="america/argentina/mendoza",t.AmericaArgentinaRioGallegos="america/argentina/rio_gallegos",t.AmericaArgentinaSalta="america/argentina/salta",t.AmericaArgentinaSanJuan="america/argentina/san_juan",t.AmericaArgentinaSanLuis="america/argentina/san_luis",t.AmericaArgentinaTucuman="america/argentina/tucuman",t.AmericaArgentinaUshuaia="america/argentina/ushuaia",t.AmericaAruba="america/aruba",t.AmericaAsuncion="america/asuncion",t.AmericaAtikokan="america/atikokan",t.AmericaBahia="america/bahia",t.AmericaBahiaBanderas="america/bahia_banderas",t.AmericaBarbados="america/barbados",t.AmericaBelem="america/belem",t.AmericaBelize="america/belize",t.AmericaBlancsablon="america/blanc-sablon",t.AmericaBoaVista="america/boa_vista",t.AmericaBogota="america/bogota",t.AmericaBoise="america/boise",t.AmericaCambridgeBay="america/cambridge_bay",t.AmericaCampoGrande="america/campo_grande",t.AmericaCancun="america/cancun",t.AmericaCaracas="america/caracas",t.AmericaCayenne="america/cayenne",t.AmericaCayman="america/cayman",t.AmericaChicago="america/chicago",t.AmericaChihuahua="america/chihuahua",t.AmericaCiudadJuarez="america/ciudad_juarez",t.AmericaCostaRica="america/costa_rica",t.AmericaCoyhaique="america/coyhaique",t.AmericaCreston="america/creston",t.AmericaCuiaba="america/cuiaba",t.AmericaCuracao="america/curacao",t.AmericaDanmarkshavn="america/danmarkshavn",t.AmericaDawson="america/dawson",t.AmericaDawsonCreek="america/dawson_creek",t.AmericaDenver="america/denver",t.AmericaDetroit="america/detroit",t.AmericaDominica="america/dominica",t.AmericaEdmonton="america/edmonton",t.AmericaEirunepe="america/eirunepe",t.AmericaElSalvador="america/el_salvador",t.AmericaFortNelson="america/fort_nelson",t.AmericaFortaleza="america/fortaleza",t.AmericaGlaceBay="america/glace_bay",t.AmericaGooseBay="america/goose_bay",t.AmericaGrandTurk="america/grand_turk",t.AmericaGrenada="america/grenada",t.AmericaGuadeloupe="america/guadeloupe",t.AmericaGuatemala="america/guatemala",t.AmericaGuayaquil="america/guayaquil",t.AmericaGuyana="america/guyana",t.AmericaHalifax="america/halifax",t.AmericaHavana="america/havana",t.AmericaHermosillo="america/hermosillo",t.AmericaIndianaIndianapolis="america/indiana/indianapolis",t.AmericaIndianaKnox="america/indiana/knox",t.AmericaIndianaMarengo="america/indiana/marengo",t.AmericaIndianaPetersburg="america/indiana/petersburg",t.AmericaIndianaTellCity="america/indiana/tell_city",t.AmericaIndianaVevay="america/indiana/vevay",t.AmericaIndianaVincennes="america/indiana/vincennes",t.AmericaIndianaWinamac="america/indiana/winamac",t.AmericaInuvik="america/inuvik",t.AmericaIqaluit="america/iqaluit",t.AmericaJamaica="america/jamaica",t.AmericaJuneau="america/juneau",t.AmericaKentuckyLouisville="america/kentucky/louisville",t.AmericaKentuckyMonticello="america/kentucky/monticello",t.AmericaKralendijk="america/kralendijk",t.AmericaLaPaz="america/la_paz",t.AmericaLima="america/lima",t.AmericaLosAngeles="america/los_angeles",t.AmericaLowerPrinces="america/lower_princes",t.AmericaMaceio="america/maceio",t.AmericaManagua="america/managua",t.AmericaManaus="america/manaus",t.AmericaMarigot="america/marigot",t.AmericaMartinique="america/martinique",t.AmericaMatamoros="america/matamoros",t.AmericaMazatlan="america/mazatlan",t.AmericaMenominee="america/menominee",t.AmericaMerida="america/merida",t.AmericaMetlakatla="america/metlakatla",t.AmericaMexicoCity="america/mexico_city",t.AmericaMiquelon="america/miquelon",t.AmericaMoncton="america/moncton",t.AmericaMonterrey="america/monterrey",t.AmericaMontevideo="america/montevideo",t.AmericaMontserrat="america/montserrat",t.AmericaNassau="america/nassau",t.AmericaNewYork="america/new_york",t.AmericaNome="america/nome",t.AmericaNoronha="america/noronha",t.AmericaNorthDakotaBeulah="america/north_dakota/beulah",t.AmericaNorthDakotaCenter="america/north_dakota/center",t.AmericaNorthDakotaNewSalem="america/north_dakota/new_salem",t.AmericaNuuk="america/nuuk",t.AmericaOjinaga="america/ojinaga",t.AmericaPanama="america/panama",t.AmericaParamaribo="america/paramaribo",t.AmericaPhoenix="america/phoenix",t.AmericaPortauprince="america/port-au-prince",t.AmericaPortOfSpain="america/port_of_spain",t.AmericaPortoVelho="america/porto_velho",t.AmericaPuertoRico="america/puerto_rico",t.AmericaPuntaArenas="america/punta_arenas",t.AmericaRankinInlet="america/rankin_inlet",t.AmericaRecife="america/recife",t.AmericaRegina="america/regina",t.AmericaResolute="america/resolute",t.AmericaRioBranco="america/rio_branco",t.AmericaSantarem="america/santarem",t.AmericaSantiago="america/santiago",t.AmericaSantoDomingo="america/santo_domingo",t.AmericaSaoPaulo="america/sao_paulo",t.AmericaScoresbysund="america/scoresbysund",t.AmericaSitka="america/sitka",t.AmericaStBarthelemy="america/st_barthelemy",t.AmericaStJohns="america/st_johns",t.AmericaStKitts="america/st_kitts",t.AmericaStLucia="america/st_lucia",t.AmericaStThomas="america/st_thomas",t.AmericaStVincent="america/st_vincent",t.AmericaSwiftCurrent="america/swift_current",t.AmericaTegucigalpa="america/tegucigalpa",t.AmericaThule="america/thule",t.AmericaTijuana="america/tijuana",t.AmericaToronto="america/toronto",t.AmericaTortola="america/tortola",t.AmericaVancouver="america/vancouver",t.AmericaWhitehorse="america/whitehorse",t.AmericaWinnipeg="america/winnipeg",t.AmericaYakutat="america/yakutat",t.AntarcticaCasey="antarctica/casey",t.AntarcticaDavis="antarctica/davis",t.AntarcticaDumontdurville="antarctica/dumontdurville",t.AntarcticaMacquarie="antarctica/macquarie",t.AntarcticaMawson="antarctica/mawson",t.AntarcticaMcmurdo="antarctica/mcmurdo",t.AntarcticaPalmer="antarctica/palmer",t.AntarcticaRothera="antarctica/rothera",t.AntarcticaSyowa="antarctica/syowa",t.AntarcticaTroll="antarctica/troll",t.AntarcticaVostok="antarctica/vostok",t.ArcticLongyearbyen="arctic/longyearbyen",t.AsiaAden="asia/aden",t.AsiaAlmaty="asia/almaty",t.AsiaAmman="asia/amman",t.AsiaAnadyr="asia/anadyr",t.AsiaAqtau="asia/aqtau",t.AsiaAqtobe="asia/aqtobe",t.AsiaAshgabat="asia/ashgabat",t.AsiaAtyrau="asia/atyrau",t.AsiaBaghdad="asia/baghdad",t.AsiaBahrain="asia/bahrain",t.AsiaBaku="asia/baku",t.AsiaBangkok="asia/bangkok",t.AsiaBarnaul="asia/barnaul",t.AsiaBeirut="asia/beirut",t.AsiaBishkek="asia/bishkek",t.AsiaBrunei="asia/brunei",t.AsiaChita="asia/chita",t.AsiaColombo="asia/colombo",t.AsiaDamascus="asia/damascus",t.AsiaDhaka="asia/dhaka",t.AsiaDili="asia/dili",t.AsiaDubai="asia/dubai",t.AsiaDushanbe="asia/dushanbe",t.AsiaFamagusta="asia/famagusta",t.AsiaGaza="asia/gaza",t.AsiaHebron="asia/hebron",t.AsiaHoChiMinh="asia/ho_chi_minh",t.AsiaHongKong="asia/hong_kong",t.AsiaHovd="asia/hovd",t.AsiaIrkutsk="asia/irkutsk",t.AsiaJakarta="asia/jakarta",t.AsiaJayapura="asia/jayapura",t.AsiaJerusalem="asia/jerusalem",t.AsiaKabul="asia/kabul",t.AsiaKamchatka="asia/kamchatka",t.AsiaKarachi="asia/karachi",t.AsiaKathmandu="asia/kathmandu",t.AsiaKhandyga="asia/khandyga",t.AsiaKolkata="asia/kolkata",t.AsiaKrasnoyarsk="asia/krasnoyarsk",t.AsiaKualaLumpur="asia/kuala_lumpur",t.AsiaKuching="asia/kuching",t.AsiaKuwait="asia/kuwait",t.AsiaMacau="asia/macau",t.AsiaMagadan="asia/magadan",t.AsiaMakassar="asia/makassar",t.AsiaManila="asia/manila",t.AsiaMuscat="asia/muscat",t.AsiaNicosia="asia/nicosia",t.AsiaNovokuznetsk="asia/novokuznetsk",t.AsiaNovosibirsk="asia/novosibirsk",t.AsiaOmsk="asia/omsk",t.AsiaOral="asia/oral",t.AsiaPhnomPenh="asia/phnom_penh",t.AsiaPontianak="asia/pontianak",t.AsiaPyongyang="asia/pyongyang",t.AsiaQatar="asia/qatar",t.AsiaQostanay="asia/qostanay",t.AsiaQyzylorda="asia/qyzylorda",t.AsiaRiyadh="asia/riyadh",t.AsiaSakhalin="asia/sakhalin",t.AsiaSamarkand="asia/samarkand",t.AsiaSeoul="asia/seoul",t.AsiaShanghai="asia/shanghai",t.AsiaSingapore="asia/singapore",t.AsiaSrednekolymsk="asia/srednekolymsk",t.AsiaTaipei="asia/taipei",t.AsiaTashkent="asia/tashkent",t.AsiaTbilisi="asia/tbilisi",t.AsiaTehran="asia/tehran",t.AsiaThimphu="asia/thimphu",t.AsiaTokyo="asia/tokyo",t.AsiaTomsk="asia/tomsk",t.AsiaUlaanbaatar="asia/ulaanbaatar",t.AsiaUrumqi="asia/urumqi",t.AsiaUstnera="asia/ust-nera",t.AsiaVientiane="asia/vientiane",t.AsiaVladivostok="asia/vladivostok",t.AsiaYakutsk="asia/yakutsk",t.AsiaYangon="asia/yangon",t.AsiaYekaterinburg="asia/yekaterinburg",t.AsiaYerevan="asia/yerevan",t.AtlanticAzores="atlantic/azores",t.AtlanticBermuda="atlantic/bermuda",t.AtlanticCanary="atlantic/canary",t.AtlanticCapeVerde="atlantic/cape_verde",t.AtlanticFaroe="atlantic/faroe",t.AtlanticMadeira="atlantic/madeira",t.AtlanticReykjavik="atlantic/reykjavik",t.AtlanticSouthGeorgia="atlantic/south_georgia",t.AtlanticStHelena="atlantic/st_helena",t.AtlanticStanley="atlantic/stanley",t.AustraliaAdelaide="australia/adelaide",t.AustraliaBrisbane="australia/brisbane",t.AustraliaBrokenHill="australia/broken_hill",t.AustraliaDarwin="australia/darwin",t.AustraliaEucla="australia/eucla",t.AustraliaHobart="australia/hobart",t.AustraliaLindeman="australia/lindeman",t.AustraliaLordHowe="australia/lord_howe",t.AustraliaMelbourne="australia/melbourne",t.AustraliaPerth="australia/perth",t.AustraliaSydney="australia/sydney",t.EuropeAmsterdam="europe/amsterdam",t.EuropeAndorra="europe/andorra",t.EuropeAstrakhan="europe/astrakhan",t.EuropeAthens="europe/athens",t.EuropeBelgrade="europe/belgrade",t.EuropeBerlin="europe/berlin",t.EuropeBratislava="europe/bratislava",t.EuropeBrussels="europe/brussels",t.EuropeBucharest="europe/bucharest",t.EuropeBudapest="europe/budapest",t.EuropeBusingen="europe/busingen",t.EuropeChisinau="europe/chisinau",t.EuropeCopenhagen="europe/copenhagen",t.EuropeDublin="europe/dublin",t.EuropeGibraltar="europe/gibraltar",t.EuropeGuernsey="europe/guernsey",t.EuropeHelsinki="europe/helsinki",t.EuropeIsleOfMan="europe/isle_of_man",t.EuropeIstanbul="europe/istanbul",t.EuropeJersey="europe/jersey",t.EuropeKaliningrad="europe/kaliningrad",t.EuropeKirov="europe/kirov",t.EuropeKyiv="europe/kyiv",t.EuropeLisbon="europe/lisbon",t.EuropeLjubljana="europe/ljubljana",t.EuropeLondon="europe/london",t.EuropeLuxembourg="europe/luxembourg",t.EuropeMadrid="europe/madrid",t.EuropeMalta="europe/malta",t.EuropeMariehamn="europe/mariehamn",t.EuropeMinsk="europe/minsk",t.EuropeMonaco="europe/monaco",t.EuropeMoscow="europe/moscow",t.EuropeOslo="europe/oslo",t.EuropeParis="europe/paris",t.EuropePodgorica="europe/podgorica",t.EuropePrague="europe/prague",t.EuropeRiga="europe/riga",t.EuropeRome="europe/rome",t.EuropeSamara="europe/samara",t.EuropeSanMarino="europe/san_marino",t.EuropeSarajevo="europe/sarajevo",t.EuropeSaratov="europe/saratov",t.EuropeSimferopol="europe/simferopol",t.EuropeSkopje="europe/skopje",t.EuropeSofia="europe/sofia",t.EuropeStockholm="europe/stockholm",t.EuropeTallinn="europe/tallinn",t.EuropeTirane="europe/tirane",t.EuropeUlyanovsk="europe/ulyanovsk",t.EuropeVaduz="europe/vaduz",t.EuropeVatican="europe/vatican",t.EuropeVienna="europe/vienna",t.EuropeVilnius="europe/vilnius",t.EuropeVolgograd="europe/volgograd",t.EuropeWarsaw="europe/warsaw",t.EuropeZagreb="europe/zagreb",t.EuropeZurich="europe/zurich",t.IndianAntananarivo="indian/antananarivo",t.IndianChagos="indian/chagos",t.IndianChristmas="indian/christmas",t.IndianCocos="indian/cocos",t.IndianComoro="indian/comoro",t.IndianKerguelen="indian/kerguelen",t.IndianMahe="indian/mahe",t.IndianMaldives="indian/maldives",t.IndianMauritius="indian/mauritius",t.IndianMayotte="indian/mayotte",t.IndianReunion="indian/reunion",t.PacificApia="pacific/apia",t.PacificAuckland="pacific/auckland",t.PacificBougainville="pacific/bougainville",t.PacificChatham="pacific/chatham",t.PacificChuuk="pacific/chuuk",t.PacificEaster="pacific/easter",t.PacificEfate="pacific/efate",t.PacificFakaofo="pacific/fakaofo",t.PacificFiji="pacific/fiji",t.PacificFunafuti="pacific/funafuti",t.PacificGalapagos="pacific/galapagos",t.PacificGambier="pacific/gambier",t.PacificGuadalcanal="pacific/guadalcanal",t.PacificGuam="pacific/guam",t.PacificHonolulu="pacific/honolulu",t.PacificKanton="pacific/kanton",t.PacificKiritimati="pacific/kiritimati",t.PacificKosrae="pacific/kosrae",t.PacificKwajalein="pacific/kwajalein",t.PacificMajuro="pacific/majuro",t.PacificMarquesas="pacific/marquesas",t.PacificMidway="pacific/midway",t.PacificNauru="pacific/nauru",t.PacificNiue="pacific/niue",t.PacificNorfolk="pacific/norfolk",t.PacificNoumea="pacific/noumea",t.PacificPagoPago="pacific/pago_pago",t.PacificPalau="pacific/palau",t.PacificPitcairn="pacific/pitcairn",t.PacificPohnpei="pacific/pohnpei",t.PacificPortMoresby="pacific/port_moresby",t.PacificRarotonga="pacific/rarotonga",t.PacificSaipan="pacific/saipan",t.PacificTahiti="pacific/tahiti",t.PacificTarawa="pacific/tarawa",t.PacificTongatapu="pacific/tongatapu",t.PacificWake="pacific/wake",t.PacificWallis="pacific/wallis",t.Utc="utc"})(pi||(pi={}));var fi;(function(t){t.Geolocation="geolocation",t.Camera="camera",t.Microphone="microphone",t.Notifications="notifications",t.Midi="midi",t.Push="push",t.Clipboardread="clipboard-read",t.Clipboardwrite="clipboard-write",t.Paymenthandler="payment-handler",t.Usb="usb",t.Bluetooth="bluetooth",t.Accelerometer="accelerometer",t.Gyroscope="gyroscope",t.Magnetometer="magnetometer",t.Ambientlightsensor="ambient-light-sensor",t.Backgroundsync="background-sync",t.Persistentstorage="persistent-storage",t.Screenwakelock="screen-wake-lock",t.Webshare="web-share",t.Xrspatialtracking="xr-spatial-tracking"})(fi||(fi={}));var gi;(function(t){t.Jpg="jpg",t.Jpeg="jpeg",t.Png="png",t.Webp="webp",t.Heic="heic",t.Avif="avif",t.Gif="gif"})(gi||(gi={}));var yi;(function(t){t.GET="GET",t.POST="POST",t.PUT="PUT",t.PATCH="PATCH",t.DELETE="DELETE",t.OPTIONS="OPTIONS",t.HEAD="HEAD"})(yi||(yi={}));var mi;(function(t){t.Auto="auto",t.Center="center",t.Topleft="top-left",t.Top="top",t.Topright="top-right",t.Left="left",t.Right="right",t.Bottomleft="bottom-left",t.Bottom="bottom",t.Bottomright="bottom-right"})(mi||(mi={}));var bi;(function(t){t.Functions="functions",t.Sites="sites"})(bi||(bi={}));var wi;(function(t){t.Http="http",t.Schedule="schedule",t.Event="event"})(wi||(wi={}));var vi;(function(t){t.Waiting="waiting",t.Processing="processing",t.Completed="completed",t.Failed="failed",t.Scheduled="scheduled"})(vi||(vi={}));const Ai={signIn:"Sign in",signUp:"Sign up",signOut:"Sign out",continueAsGuest:"Continue as guest",email:"Email",password:"Password",newPassword:"New password",confirmPassword:"Confirm password",name:"Name",phone:"Phone number",code:"Code",forgotPassword:"Forgot password?",noAccount:"Don't have an account?",haveAccount:"Already have an account?",or:"or",continueWith:"Continue with {provider}",continueWithEmail:"Continue with email",sendEmailCode:"Email me a code",continueWithPhone:"Continue with phone",sendMagicLink:"Send magic link",sendCode:"Send code",verifyCode:"Verify code",magicLinkSent:"We sent a sign-in link to {email}. Open it on this device to continue.",codeSent:"We sent a code to {target}. Enter it below to continue.",securityPhrase:"Security phrase",securityPhraseHint:"The message we sent includes this phrase. Do not continue if it differs.",back:"Back",cancel:"Cancel",save:"Save",update:"Update",remove:"Remove",close:"Close",resetPassword:"Reset password",resetLinkSent:"If an account exists for {email}, a reset link is on its way.",passwordUpdated:"Your password was updated. You can sign in now.",sendResetLink:"Send reset link",agreeTo:"By continuing you agree to our",terms:"Terms of Service",privacy:"Privacy Policy",and:"and",welcomeBack:"Welcome back",createAccount:"Create your account",signInTitle:"Sign in to {name}",signUpTitle:"Sign up for {name}",mfaTitle:"Two-factor authentication",mfaDescription:"Confirm it is you with a second factor.",mfaUseAuthenticator:"Use authenticator app",mfaUseEmail:"Send code to email",mfaUsePhone:"Send code by SMS",mfaUseRecoveryCode:"Use a recovery code",recoveryCode:"Recovery code",account:"Account",profile:"Profile",security:"Security",sessions:"Sessions",connections:"Connections",activity:"Activity",dangerZone:"Danger zone",verified:"Verified",unverified:"Unverified",verifyEmail:"Verify email",verificationSent:"Verification email sent. Check your inbox.",emailVerified:"Your email is verified.",changePassword:"Change password",currentPassword:"Current password",twoFactor:"Two-factor authentication",twoFactorDescription:"Require a second factor when signing in to this account.",enable:"Enable",disable:"Disable",authenticatorApp:"Authenticator app",authenticatorAdd:"Add authenticator",authenticatorScan:"Scan this QR code with your authenticator app, then enter the 6-digit code.",authenticatorManual:"Or enter this key manually",authenticatorVerify:"Verify and enable",recoveryCodes:"Recovery codes",recoveryCodesDescription:"Use a recovery code to sign in if you lose access to your other factors.",generateRecoveryCodes:"Generate recovery codes",regenerateRecoveryCodes:"Regenerate",recoveryCodesWarning:"Store these codes somewhere safe. Each code works once.",currentSession:"This device",signOutSession:"Sign out",signOutAllSessions:"Sign out everywhere",signOutAllSessionsDescription:"End every session, including this one.",noConnections:"No connected accounts.",disconnect:"Disconnect",noActivity:"No recent activity.",deleteAccount:"Delete account",deleteAccountDescription:"Your account is disabled and you are signed out. An administrator can restore it.",deleteAccountConfirm:"Delete my account",loading:"Loading",copied:"Copied",copy:"Copy",done:"Done",errorGeneric:"Something went wrong. Please try again.",errorInvalidCredentials:"Invalid email or password.",errorUserExists:"An account with this email already exists.",errorUserBlocked:"This account is blocked. Contact support.",errorRateLimit:"Too many attempts. Wait a moment and try again.",errorInvalidToken:"This link is invalid or has expired. Request a new one.",errorInvalidCode:"That code is not valid. Check it and try again.",errorPasswordMismatch:"Passwords do not match.",errorPasswordRecentlyUsed:"You used this password recently. Choose a different one.",errorPasswordPersonalData:"Password must not contain your name, email or phone.",errorPasswordWeak:"Password is too common or too short. Use at least 8 characters.",errorPasswordPwned:"This password appeared in a data breach. Choose a different one.",errorChallengeRequired:"Confirm a second factor to continue.",errorSessionExists:"You are already signed in.",errorOAuth:"Sign in with the provider failed. Please try again.",errorNetwork:"Could not reach the server. Check your connection.",errorMethodDisabled:"This sign-in method is disabled for this project.",errorNotConfigured:"Auth UI is not configured. Call AuthUI.init() or add <authui-config>.",passwordHint:"At least 8 characters.",signedInAs:"Signed in as",manageAccount:"Manage account",continue:"Continue",provider:"Provider",lastActive:"Last active",guestAccount:"Guest account",guestAccountDescription:"Add an email and password to keep your data."};function Ia(t,e={}){return t.replace(/\{(\w+)\}/g,(i,a)=>a in e?String(e[a]):`{${a}}`)}const xa={amazon:"Amazon",apple:"Apple",appwrite:"Appwrite",auth0:"Auth0",authentik:"Authentik",autodesk:"Autodesk",bitbucket:"Bitbucket",bitly:"Bitly",box:"Box",cloudflare:"Cloudflare",dailymotion:"Dailymotion",discord:"Discord",disqus:"Disqus",dropbox:"Dropbox",etsy:"Etsy",facebook:"Facebook",figma:"Figma",fusionauth:"FusionAuth",github:"GitHub",gitlab:"GitLab",google:"Google",huggingface:"Hugging Face",kakao:"Kakao",keycloak:"Keycloak",kick:"Kick",linkedin:"LinkedIn",microsoft:"Microsoft",notion:"Notion",oidc:"OpenID Connect",okta:"Okta",paypal:"PayPal",paypalSandbox:"PayPal Sandbox",podio:"Podio",resend:"Resend",salesforce:"Salesforce",slack:"Slack",spotify:"Spotify",stripe:"Stripe",tiktok:"TikTok",tradeshift:"Tradeshift",tradeshiftBox:"Tradeshift Box",twitch:"Twitch",wordpress:"WordPress",x:"X",yahoo:"Yahoo",yammer:"Yammer",yandex:"Yandex",zoho:"Zoho",zoom:"Zoom"};function Ve(t){return xa[t]??t.charAt(0).toUpperCase()+t.slice(1)}const se={moreFactorsRequired:"user_more_factors_required",invalidCredentials:"user_invalid_credentials",userAlreadyExists:"user_already_exists",emailAlreadyExists:"user_email_already_exists",phoneAlreadyExists:"user_phone_already_exists",userBlocked:"user_blocked",rateLimit:"general_rate_limit_exceeded",invalidToken:"user_invalid_token",invalidCode:"user_invalid_code",passwordMismatch:"user_password_mismatch",passwordRecentlyUsed:"password_recently_used",passwordPersonalData:"password_personal_data",passwordWeak:"user_password_weak",passwordPwned:"password_pwned",challengeRequired:"user_challenge_required",recoveryCodesExist:"user_recovery_codes_already_exists",recoveryCodesNotFound:"user_recovery_codes_not_found",authenticatorNotFound:"user_authenticator_not_found",routeNotFound:"general_route_not_found",emailAlreadyVerified:"user_email_already_verified",sessionNotFound:"user_session_not_found",wafChallenged:"waf_request_challenged",sessionAlreadyExists:"user_session_already_exists",oauthUnauthorized:"user_oauth2_unauthorized",oauthBadRequest:"user_oauth2_bad_request",unauthorized:"general_unauthorized_scope",userUnauthorized:"user_unauthorized",authMethodUnsupported:"user_auth_method_unsupported",countMaxExceeded:"user_count_exceeded",targetAlreadyExists:"user_target_already_exists"};function Oe(t){if(t&&typeof t=="object"){const e=t;return{message:typeof e.message=="string"?e.message:"Unknown error",type:typeof e.type=="string"?e.type:"",code:typeof e.code=="number"?e.code:0}}return{message:String(t),type:"",code:0}}function ct(t,e){return Oe(t).type===e}function At(t,e,i="link"){const a=Oe(t);switch(a.type){case se.invalidCredentials:return e.errorInvalidCredentials;case se.userAlreadyExists:case se.emailAlreadyExists:case se.phoneAlreadyExists:return e.errorUserExists;case se.userBlocked:return e.errorUserBlocked;case se.rateLimit:return e.errorRateLimit;case se.invalidToken:return i==="code"?e.errorInvalidCode:e.errorInvalidToken;case se.invalidCode:return e.errorInvalidCode;case se.passwordMismatch:return e.errorPasswordMismatch;case se.passwordRecentlyUsed:return e.errorPasswordRecentlyUsed;case se.passwordPersonalData:return e.errorPasswordPersonalData;case se.passwordWeak:return e.errorPasswordWeak;case se.passwordPwned:return e.errorPasswordPwned;case se.challengeRequired:return e.errorChallengeRequired;case se.sessionAlreadyExists:return e.errorSessionExists;case se.oauthUnauthorized:case se.oauthBadRequest:return e.errorOAuth;case se.authMethodUnsupported:return e.errorMethodDisabled}return a.code===0&&/fetch|network/i.test(a.message)?e.errorNetwork:a.message||e.errorGeneric}function be(t,e,i){for(const a of e){const n=t[a];if(typeof n=="function")return n.apply(t,i)}return Promise.reject(new Error(`Appwrite SDK is missing ${e[0]}(). Update the appwrite package.`))}const kt="authui",ki=["userId","secret","expire","project","error",kt],$i=()=>({status:"loading",user:null,mfaFactors:null,pending:null,configured:!1});class Si{constructor(){this.client=null,this.account=null,this.config=null,this.state=$i(),this.listeners=new Map,this.refreshPromise=null}configure(e){this.config=e,this.client=new ke().setEndpoint(e.endpoint).setProject(e.project),this.account=new $a(this.client),this.setState({configured:!0,status:"loading"}),typeof window<"u"&&this.handleRedirect().then(()=>this.refresh())}get isConfigured(){return this.config!==null}getConfig(){return this.config}getClient(){return this.client}getStrings(){return{...Ai,...this.config?.strings??{}}}getState(){return{...this.state}}get user(){return this.state.user}on(e,i){let a=this.listeners.get(e);return a||(a=new Set,this.listeners.set(e,a)),a.add(i),()=>a.delete(i)}emit(e,i){this.listeners.get(e)?.forEach(a=>{try{a(i)}catch(n){console.error("[authui] listener failed",n)}}),typeof window<"u"&&window.dispatchEvent(new CustomEvent(`authui:${e}`,{detail:i}))}setState(e){this.state={...this.state,...e},this.emit("change",this.getState())}fail(e){const i=Oe(e);throw this.emit("error",i),e}acct(){if(!this.account)throw new Error(this.getStrings().errorNotConfigured);return this.account}refresh(){return this.refreshPromise?this.refreshPromise:(this.refreshPromise=(async()=>{if(!this.account){this.setState({status:"signed-out",user:null,mfaFactors:null});return}const e=this.state.status==="signed-in";try{const i=await this.account.get();this.setState({status:"signed-in",user:i,mfaFactors:null}),e||this.emit("signed-in",i)}catch(i){if(ct(i,se.moreFactorsRequired)){let a=null;try{a=await be(this.account,["listMFAFactors","listMfaFactors"],[])}catch{}this.setState({status:"mfa-required",user:null,mfaFactors:a})}else this.setState({status:"signed-out",user:null,mfaFactors:null}),e&&this.emit("signed-out",void 0)}})().finally(()=>{this.refreshPromise=null}),this.refreshPromise)}async afterSignIn(){await this.refresh();const e=this.config?.successUrl;e&&this.state.status==="signed-in"&&typeof window<"u"&&window.location.assign(e)}async signInWithEmailPassword(e,i){try{await this.acct().createEmailPasswordSession(e.trim(),i)}catch(a){this.fail(a)}await this.afterSignIn()}async signUp(e,i,a){try{await this.acct().create(De.unique(),e.trim(),i,a?.trim()||void 0),await this.acct().createEmailPasswordSession(e.trim(),i)}catch(n){this.fail(n)}await this.afterSignIn()}async signInAnonymously(){try{await this.acct().createAnonymousSession()}catch(e){this.fail(e)}await this.afterSignIn()}signInWithOAuth(e){const i=this.config?.oauthScopes?.[e];try{this.acct().createOAuth2Token(e,this.redirectUrl("oauth"),this.redirectUrl("oauth-failed"),i)}catch(a){this.fail(a)}}async sendMagicUrl(e){try{return await this.acct().createMagicURLToken(De.unique(),e.trim(),this.redirectUrl("magic-url"),this.config?.securityPhrase??!0)}catch(i){return this.fail(i)}}async sendEmailOtp(e){try{return await this.acct().createEmailToken(De.unique(),e.trim(),this.config?.securityPhrase??!0)}catch(i){return this.fail(i)}}async sendPhoneOtp(e){try{return await this.acct().createPhoneToken(De.unique(),e.replace(/[\s()-]/g,""))}catch(i){return this.fail(i)}}async signInWithToken(e,i){try{await this.acct().createSession(e,i.trim())}catch(a){this.fail(a)}await this.afterSignIn()}async createMfaChallenge(e){try{return await be(this.acct(),["createMFAChallenge","createMfaChallenge"],[e])}catch(i){return this.fail(i)}}async completeMfaChallenge(e,i,a={}){try{await be(this.acct(),["updateMFAChallenge","updateMfaChallenge"],[e,i.trim()])}catch(n){this.fail(n)}(a.signIn??!0)&&await this.afterSignIn()}async listMfaFactors(){try{return await be(this.acct(),["listMFAFactors","listMfaFactors"],[])}catch(e){return this.fail(e)}}async setMfaEnabled(e){try{await this.acct().updateMFA(e)}catch(i){this.fail(i)}await this.refresh()}async addAuthenticator(){try{return await be(this.acct(),["createMFAAuthenticator","createMfaAuthenticator"],["totp"])}catch(e){return this.fail(e)}}async verifyAuthenticator(e){try{await be(this.acct(),["updateMFAAuthenticator","updateMfaAuthenticator"],["totp",e.trim()])}catch(i){this.fail(i)}await this.refresh()}async removeAuthenticator(){try{await be(this.acct(),["deleteMFAAuthenticator","deleteMfaAuthenticator"],["totp"])}catch(e){this.fail(e)}await this.refresh()}async createRecoveryCodes(){try{return(await be(this.acct(),["createMFARecoveryCodes","createMfaRecoveryCodes"],[])).recoveryCodes}catch(e){return this.fail(e)}}async regenerateRecoveryCodes(){try{return(await be(this.acct(),["updateMFARecoveryCodes","updateMfaRecoveryCodes"],[])).recoveryCodes}catch(e){return this.fail(e)}}async getRecoveryCodes(){try{return(await be(this.acct(),["getMFARecoveryCodes","getMfaRecoveryCodes"],[])).recoveryCodes}catch(e){return this.fail(e)}}async sendPasswordRecovery(e){try{await this.acct().createRecovery(e.trim(),this.redirectUrl("recovery"))}catch(i){this.fail(i)}}async completePasswordRecovery(e,i,a){try{await this.acct().updateRecovery(e,i,a)}catch(n){this.fail(n)}this.setState({pending:null})}async signOut(e="current"){try{await this.acct().deleteSession(e)}catch(i){this.fail(i)}e==="current"&&(this.setState({status:"signed-out",user:null,mfaFactors:null}),this.emit("signed-out",void 0))}async signOutEverywhere(){try{await this.acct().deleteSessions()}catch(e){this.fail(e)}this.setState({status:"signed-out",user:null,mfaFactors:null}),this.emit("signed-out",void 0)}async listSessions(){try{return(await this.acct().listSessions()).sessions}catch(e){return this.fail(e)}}async listIdentities(){try{return(await this.acct().listIdentities()).identities}catch(e){return this.fail(e)}}async deleteIdentity(e){try{await this.acct().deleteIdentity(e)}catch(i){this.fail(i)}}async listLogs(){try{return(await this.acct().listLogs()).logs}catch(e){return this.fail(e)}}async updateName(e){try{await this.acct().updateName(e.trim())}catch(i){this.fail(i)}await this.refresh()}async updateEmail(e,i){try{await this.acct().updateEmail(e.trim(),i)}catch(a){this.fail(a)}await this.refresh()}async updatePhone(e,i){try{await this.acct().updatePhone(e.replace(/[\s()-]/g,""),i)}catch(a){this.fail(a)}await this.refresh()}async updatePassword(e,i){try{await this.acct().updatePassword(e,i||void 0)}catch(a){this.fail(a)}await this.refresh()}async convertGuest(e,i,a){try{await this.acct().updateEmail(e.trim(),i),a?.trim()&&await this.acct().updateName(a.trim())}catch(n){this.fail(n)}await this.refresh()}async sendEmailVerification(){try{await be(this.acct(),["createEmailVerification","createVerification"],[this.redirectUrl("verify-email")])}catch(e){this.fail(e)}}async sendPhoneVerification(){try{await this.acct().createPhoneVerification()}catch(e){this.fail(e)}}async confirmPhoneVerification(e){const i=this.state.user?.$id;if(i){try{await this.acct().updatePhoneVerification(i,e.trim())}catch(a){this.fail(a)}await this.refresh()}}async deleteAccount(){try{await this.acct().updateStatus()}catch(e){this.fail(e)}this.setState({status:"signed-out",user:null,mfaFactors:null}),this.emit("signed-out",void 0)}redirectUrl(e){const i=this.config?.redirectUrl??(typeof window<"u"?window.location.origin+window.location.pathname:""),a=new URL(i,typeof window<"u"?window.location.href:void 0);for(const n of ki)a.searchParams.delete(n);return a.searchParams.set(kt,e),a.toString()}setPending(e){this.setState({pending:e})}async handleRedirect(){if(typeof window>"u")return!1;const e=new URLSearchParams(window.location.search),i=e.get(kt);if(!i)return!1;const a=e.get("userId")??"",n=e.get("secret")??"";this.cleanUrl();try{switch(i){case"oauth":case"magic-url":a&&n&&await this.acct().createSession(a,n);break;case"oauth-failed":this.setState({pending:{type:"oauth-failed"}});break;case"recovery":a&&n&&this.setState({pending:{type:"reset-password",userId:a,secret:n}});break;case"verify-email":a&&n&&(await be(this.acct(),["updateEmailVerification","updateVerification"],[a,n]),this.setState({pending:{type:"notice",message:this.getStrings().emailVerified,tone:"success"}}));break}}catch(r){const s=Oe(r);this.emit("error",s),this.setState({pending:{type:"notice",message:s.message,tone:"error"}})}return!0}cleanUrl(){const e=new URL(window.location.href);for(const i of ki)e.searchParams.delete(i);window.history.replaceState(window.history.state,"",e.toString())}reset(){this.client=null,this.account=null,this.config=null,this.state=$i(),this.listeners.clear()}}const _=new Si;class Pa{constructor(){this.listeners=new Set,this.observer=null,this.media=null,this.notify=()=>{const e=this.isDark("auto");this.listeners.forEach(i=>i(e))}}isDark(e="auto"){if(e==="dark")return!0;if(e==="light"||typeof document>"u")return!1;const i=document.documentElement.classList;return i.contains("dark")?!0:i.contains("light")?!1:document.documentElement.dataset.theme==="dark"?!0:document.documentElement.dataset.theme==="light"?!1:typeof window<"u"&&!!window.matchMedia?.("(prefers-color-scheme: dark)").matches}subscribe(e){return this.listeners.add(e),this.start(),()=>{this.listeners.delete(e),this.listeners.size===0&&this.stop()}}start(){this.observer||typeof document>"u"||(this.observer=new MutationObserver(this.notify),this.observer.observe(document.documentElement,{attributes:!0,attributeFilter:["class","data-theme"]}),typeof window<"u"&&window.matchMedia&&(this.media=window.matchMedia("(prefers-color-scheme: dark)"),this.media.addEventListener?.("change",this.notify)))}stop(){this.observer?.disconnect(),this.observer=null,this.media?.removeEventListener?.("change",this.notify),this.media=null}}const Ii=new Pa,xi={none:"0px",sm:"0.25rem",md:"0.625rem",lg:"0.875rem",xl:"1.125rem",full:"1.5rem"},ja=je`
1
+ var AuthUI=(function(P){"use strict";var xe;const lt=globalThis,St=lt.ShadowRoot&&(lt.ShadyCSS===void 0||lt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,$t=Symbol(),ci=new WeakMap;let di=class{constructor(e,i,t){if(this._$cssResult$=!0,t!==$t)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=i}get styleSheet(){let e=this.o;const i=this.t;if(St&&e===void 0){const t=i!==void 0&&i.length===1;t&&(e=ci.get(i)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),t&&ci.set(i,e))}return e}toString(){return this.cssText}};const on=n=>new di(typeof n=="string"?n:n+"",void 0,$t),Le=(n,...e)=>{const i=n.length===1?n[0]:e.reduce((t,o,a)=>t+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+n[a+1],n[0]);return new di(i,n,$t)},an=(n,e)=>{if(St)n.adoptedStyleSheets=e.map(i=>i instanceof CSSStyleSheet?i:i.styleSheet);else for(const i of e){const t=document.createElement("style"),o=lt.litNonce;o!==void 0&&t.setAttribute("nonce",o),t.textContent=i.cssText,n.appendChild(t)}},li=St?n=>n:n=>n instanceof CSSStyleSheet?(e=>{let i="";for(const t of e.cssRules)i+=t.cssText;return on(i)})(n):n;const{is:sn,defineProperty:rn,getOwnPropertyDescriptor:cn,getOwnPropertyNames:dn,getOwnPropertySymbols:ln,getPrototypeOf:un}=Object,ut=globalThis,ui=ut.trustedTypes,pn=ui?ui.emptyScript:"",hn=ut.reactiveElementPolyfillSupport,Fe=(n,e)=>n,pt={toAttribute(n,e){switch(e){case Boolean:n=n?pn:null;break;case Object:case Array:n=n==null?n:JSON.stringify(n)}return n},fromAttribute(n,e){let i=n;switch(e){case Boolean:i=n!==null;break;case Number:i=n===null?null:Number(n);break;case Object:case Array:try{i=JSON.parse(n)}catch{i=null}}return i}},Pt=(n,e)=>!sn(n,e),pi={attribute:!0,type:String,converter:pt,reflect:!1,useDefault:!1,hasChanged:Pt};Symbol.metadata??=Symbol("metadata"),ut.litPropertyMetadata??=new WeakMap;let Je=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,i=pi){if(i.state&&(i.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((i=Object.create(i)).wrapped=!0),this.elementProperties.set(e,i),!i.noAccessor){const t=Symbol(),o=this.getPropertyDescriptor(e,t,i);o!==void 0&&rn(this.prototype,e,o)}}static getPropertyDescriptor(e,i,t){const{get:o,set:a}=cn(this.prototype,e)??{get(){return this[i]},set(s){this[i]=s}};return{get:o,set(s){const r=o?.call(this);a?.call(this,s),this.requestUpdate(e,r,t)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??pi}static _$Ei(){if(this.hasOwnProperty(Fe("elementProperties")))return;const e=un(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Fe("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Fe("properties"))){const i=this.properties,t=[...dn(i),...ln(i)];for(const o of t)this.createProperty(o,i[o])}const e=this[Symbol.metadata];if(e!==null){const i=litPropertyMetadata.get(e);if(i!==void 0)for(const[t,o]of i)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[i,t]of this.elementProperties){const o=this._$Eu(i,t);o!==void 0&&this._$Eh.set(o,i)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const i=[];if(Array.isArray(e)){const t=new Set(e.flat(1/0).reverse());for(const o of t)i.unshift(li(o))}else e!==void 0&&i.push(li(e));return i}static _$Eu(e,i){const t=i.attribute;return t===!1?void 0:typeof t=="string"?t:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,i=this.constructor.elementProperties;for(const t of i.keys())this.hasOwnProperty(t)&&(e.set(t,this[t]),delete this[t]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return an(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,i,t){this._$AK(e,t)}_$ET(e,i){const t=this.constructor.elementProperties.get(e),o=this.constructor._$Eu(e,t);if(o!==void 0&&t.reflect===!0){const a=(t.converter?.toAttribute!==void 0?t.converter:pt).toAttribute(i,t.type);this._$Em=e,a==null?this.removeAttribute(o):this.setAttribute(o,a),this._$Em=null}}_$AK(e,i){const t=this.constructor,o=t._$Eh.get(e);if(o!==void 0&&this._$Em!==o){const a=t.getPropertyOptions(o),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:pt;this._$Em=o;const r=s.fromAttribute(i,a.type);this[o]=r??this._$Ej?.get(o)??r,this._$Em=null}}requestUpdate(e,i,t,o=!1,a){if(e!==void 0){const s=this.constructor;if(o===!1&&(a=this[e]),t??=s.getPropertyOptions(e),!((t.hasChanged??Pt)(a,i)||t.useDefault&&t.reflect&&a===this._$Ej?.get(e)&&!this.hasAttribute(s._$Eu(e,t))))return;this.C(e,i,t)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,i,{useDefault:t,reflect:o,wrapped:a},s){t&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,s??i??this[e]),a!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||t||(i=void 0),this._$AL.set(e,i)),o===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(i){Promise.reject(i)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[o,a]of this._$Ep)this[o]=a;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,a]of t){const{wrapped:s}=a,r=this[o];s!==!0||this._$AL.has(o)||r===void 0||this.C(o,void 0,a,r)}}let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),this._$EO?.forEach(t=>t.hostUpdate?.()),this.update(i)):this._$EM()}catch(t){throw e=!1,this._$EM(),t}e&&this._$AE(i)}willUpdate(e){}_$AE(e){this._$EO?.forEach(i=>i.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(i=>this._$ET(i,this[i])),this._$EM()}updated(e){}firstUpdated(e){}};Je.elementStyles=[],Je.shadowRootOptions={mode:"open"},Je[Fe("elementProperties")]=new Map,Je[Fe("finalized")]=new Map,hn?.({ReactiveElement:Je}),(ut.reactiveElementVersions??=[]).push("2.1.2");const Ut=globalThis,hi=n=>n,ht=Ut.trustedTypes,fi=ht?ht.createPolicy("lit-html",{createHTML:n=>n}):void 0,yi="$lit$",Ne=`lit$${Math.random().toFixed(9).slice(2)}$`,gi="?"+Ne,fn=`<${gi}>`,Be=document,et=()=>Be.createComment(""),tt=n=>n===null||typeof n!="object"&&typeof n!="function",Ct=Array.isArray,yn=n=>Ct(n)||typeof n?.[Symbol.iterator]=="function",Mt=`[
2
+ \f\r]`,it=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,mi=/-->/g,wi=/>/g,Xe=RegExp(`>|${Mt}(?:([^\\s"'>=/]+)(${Mt}*=${Mt}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),bi=/'/g,Ii=/"/g,vi=/^(?:script|style|textarea|title)$/i,Ai=n=>(e,...i)=>({_$litType$:n,strings:e,values:i}),S=Ai(1),G=Ai(2),Ye=Symbol.for("lit-noChange"),x=Symbol.for("lit-nothing"),ki=new WeakMap,Ve=Be.createTreeWalker(Be,129);function ji(n,e){if(!Ct(n)||!n.hasOwnProperty("raw"))throw Error("invalid template strings array");return fi!==void 0?fi.createHTML(e):e}const gn=(n,e)=>{const i=n.length-1,t=[];let o,a=e===2?"<svg>":e===3?"<math>":"",s=it;for(let r=0;r<i;r++){const d=n[r];let c,h,u=-1,m=0;for(;m<d.length&&(s.lastIndex=m,h=s.exec(d),h!==null);)m=s.lastIndex,s===it?h[1]==="!--"?s=mi:h[1]!==void 0?s=wi:h[2]!==void 0?(vi.test(h[2])&&(o=RegExp("</"+h[2],"g")),s=Xe):h[3]!==void 0&&(s=Xe):s===Xe?h[0]===">"?(s=o??it,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,c=h[1],s=h[3]===void 0?Xe:h[3]==='"'?Ii:bi):s===Ii||s===bi?s=Xe:s===mi||s===wi?s=it:(s=Xe,o=void 0);const j=s===Xe&&n[r+1].startsWith("/>")?" ":"";a+=s===it?d+fn:u>=0?(t.push(c),d.slice(0,u)+yi+d.slice(u)+Ne+j):d+Ne+(u===-2?r:j)}return[ji(n,a+(n[i]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),t]};class nt{constructor({strings:e,_$litType$:i},t){let o;this.parts=[];let a=0,s=0;const r=e.length-1,d=this.parts,[c,h]=gn(e,i);if(this.el=nt.createElement(c,t),Ve.currentNode=this.el.content,i===2||i===3){const u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(o=Ve.nextNode())!==null&&d.length<r;){if(o.nodeType===1){if(o.hasAttributes())for(const u of o.getAttributeNames())if(u.endsWith(yi)){const m=h[s++],j=o.getAttribute(u).split(Ne),E=/([.?@])?(.*)/.exec(m);d.push({type:1,index:a,name:E[2],strings:j,ctor:E[1]==="."?wn:E[1]==="?"?bn:E[1]==="@"?In:ft}),o.removeAttribute(u)}else u.startsWith(Ne)&&(d.push({type:6,index:a}),o.removeAttribute(u));if(vi.test(o.tagName)){const u=o.textContent.split(Ne),m=u.length-1;if(m>0){o.textContent=ht?ht.emptyScript:"";for(let j=0;j<m;j++)o.append(u[j],et()),Ve.nextNode(),d.push({type:2,index:++a});o.append(u[m],et())}}}else if(o.nodeType===8)if(o.data===gi)d.push({type:2,index:a});else{let u=-1;for(;(u=o.data.indexOf(Ne,u+1))!==-1;)d.push({type:7,index:a}),u+=Ne.length-1}a++}}static createElement(e,i){const t=Be.createElement("template");return t.innerHTML=e,t}}function Ze(n,e,i=n,t){if(e===Ye)return e;let o=t!==void 0?i._$Co?.[t]:i._$Cl;const a=tt(e)?void 0:e._$litDirective$;return o?.constructor!==a&&(o?._$AO?.(!1),a===void 0?o=void 0:(o=new a(n),o._$AT(n,i,t)),t!==void 0?(i._$Co??=[])[t]=o:i._$Cl=o),o!==void 0&&(e=Ze(n,o._$AS(n,e.values),o,t)),e}class mn{constructor(e,i){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:i},parts:t}=this._$AD,o=(e?.creationScope??Be).importNode(i,!0);Ve.currentNode=o;let a=Ve.nextNode(),s=0,r=0,d=t[0];for(;d!==void 0;){if(s===d.index){let c;d.type===2?c=new ot(a,a.nextSibling,this,e):d.type===1?c=new d.ctor(a,d.name,d.strings,this,e):d.type===6&&(c=new vn(a,this,e)),this._$AV.push(c),d=t[++r]}s!==d?.index&&(a=Ve.nextNode(),s++)}return Ve.currentNode=Be,o}p(e){let i=0;for(const t of this._$AV)t!==void 0&&(t.strings!==void 0?(t._$AI(e,t,i),i+=t.strings.length-2):t._$AI(e[i])),i++}}class ot{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,i,t,o){this.type=2,this._$AH=x,this._$AN=void 0,this._$AA=e,this._$AB=i,this._$AM=t,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const i=this._$AM;return i!==void 0&&e?.nodeType===11&&(e=i.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,i=this){e=Ze(this,e,i),tt(e)?e===x||e==null||e===""?(this._$AH!==x&&this._$AR(),this._$AH=x):e!==this._$AH&&e!==Ye&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):yn(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==x&&tt(this._$AH)?this._$AA.nextSibling.data=e:this.T(Be.createTextNode(e)),this._$AH=e}$(e){const{values:i,_$litType$:t}=e,o=typeof t=="number"?this._$AC(e):(t.el===void 0&&(t.el=nt.createElement(ji(t.h,t.h[0]),this.options)),t);if(this._$AH?._$AD===o)this._$AH.p(i);else{const a=new mn(o,this),s=a.u(this.options);a.p(i),this.T(s),this._$AH=a}}_$AC(e){let i=ki.get(e.strings);return i===void 0&&ki.set(e.strings,i=new nt(e)),i}k(e){Ct(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let t,o=0;for(const a of e)o===i.length?i.push(t=new ot(this.O(et()),this.O(et()),this,this.options)):t=i[o],t._$AI(a),o++;o<i.length&&(this._$AR(t&&t._$AB.nextSibling,o),i.length=o)}_$AR(e=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);e!==this._$AB;){const t=hi(e).nextSibling;hi(e).remove(),e=t}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}}class ft{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,i,t,o,a){this.type=1,this._$AH=x,this._$AN=void 0,this.element=e,this.name=i,this._$AM=o,this.options=a,t.length>2||t[0]!==""||t[1]!==""?(this._$AH=Array(t.length-1).fill(new String),this.strings=t):this._$AH=x}_$AI(e,i=this,t,o){const a=this.strings;let s=!1;if(a===void 0)e=Ze(this,e,i,0),s=!tt(e)||e!==this._$AH&&e!==Ye,s&&(this._$AH=e);else{const r=e;let d,c;for(e=a[0],d=0;d<a.length-1;d++)c=Ze(this,r[t+d],i,d),c===Ye&&(c=this._$AH[d]),s||=!tt(c)||c!==this._$AH[d],c===x?e=x:e!==x&&(e+=(c??"")+a[d+1]),this._$AH[d]=c}s&&!o&&this.j(e)}j(e){e===x?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class wn extends ft{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===x?void 0:e}}class bn extends ft{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==x)}}class In extends ft{constructor(e,i,t,o,a){super(e,i,t,o,a),this.type=5}_$AI(e,i=this){if((e=Ze(this,e,i,0)??x)===Ye)return;const t=this._$AH,o=e===x&&t!==x||e.capture!==t.capture||e.once!==t.once||e.passive!==t.passive,a=e!==x&&(t===x||o);o&&this.element.removeEventListener(this.name,this,t),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}}class vn{constructor(e,i,t){this.element=e,this.type=6,this._$AN=void 0,this._$AM=i,this.options=t}get _$AU(){return this._$AM._$AU}_$AI(e){Ze(this,e)}}const An=Ut.litHtmlPolyfillSupport;An?.(nt,ot),(Ut.litHtmlVersions??=[]).push("3.3.3");const kn=(n,e,i)=>{const t=i?.renderBefore??e;let o=t._$litPart$;if(o===void 0){const a=i?.renderBefore??null;t._$litPart$=o=new ot(e.insertBefore(et(),a),a,void 0,i??{})}return o._$AI(n),o};const Rt=globalThis;class We extends Je{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=kn(i,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Ye}}We._$litElement$=!0,We.finalized=!0,Rt.litElementHydrateSupport?.({LitElement:We});const jn=Rt.litElementPolyfillSupport;jn?.({LitElement:We}),(Rt.litElementVersions??=[]).push("4.2.2");const Ge=n=>(e,i)=>{i!==void 0?i.addInitializer(()=>{customElements.define(n,e)}):customElements.define(n,e)};const Sn={attribute:!0,type:String,converter:pt,reflect:!1,hasChanged:Pt},$n=(n=Sn,e,i)=>{const{kind:t,metadata:o}=i;let a=globalThis.litPropertyMetadata.get(o);if(a===void 0&&globalThis.litPropertyMetadata.set(o,a=new Map),t==="setter"&&((n=Object.create(n)).wrapped=!0),a.set(i.name,n),t==="accessor"){const{name:s}=i;return{set(r){const d=e.get.call(this);e.set.call(this,r),this.requestUpdate(s,d,n,!0,r)},init(r){return r!==void 0&&this.C(s,void 0,n,r),r}}}if(t==="setter"){const{name:s}=i;return function(r){const d=this[s];e.call(this,r),this.requestUpdate(s,d,n,!0,r)}}throw Error("Unsupported decorator location: "+t)};function F(n){return(e,i)=>typeof i=="object"?$n(n,e,i):((t,o,a)=>{const s=o.hasOwnProperty(a);return o.constructor.createProperty(a,t),s?Object.getOwnPropertyDescriptor(o,a):void 0})(n,e,i)}function z(n){return F({...n,state:!0,attribute:!1})}const Pn=(n,e,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(n,e,i),i);function Si(n,e){return(i,t,o)=>{const a=s=>s.renderRoot?.querySelector(n)??null;return Pn(i,t,{get(){return a(this)}})}}function Un(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var at={exports:{}},Et={exports:{}},yt={exports:{}},Cn=yt.exports,$i;function Pi(){return $i||($i=1,(function(n){(function(e){var i,t=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,o=Math.ceil,a=Math.floor,s="[BigNumber Error] ",r=s+"Number primitive has more than 15 significant digits: ",d=1e14,c=14,h=9007199254740991,u=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],m=1e7,j=1e9;function E(H){var L,ee,V,R=M.prototype={constructor:M,toString:null,valueOf:null},J=new M(1),T=20,te=4,re=-7,de=21,Ce=-1e7,Ie=1e7,qe=!1,ct=1,De=0,ii={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},Ke="0123456789abcdefghijklmnopqrstuvwxyz",ni=!0;function M(l,f){var y,A,w,I,$,g,b,k,v=this;if(!(v instanceof M))return new M(l,f);if(f==null){if(l&&l._isBigNumber===!0){v.s=l.s,!l.c||l.e>Ie?v.c=v.e=null:l.e<Ce?v.c=[v.e=0]:(v.e=l.e,v.c=l.c.slice());return}if((g=typeof l=="number")&&l*0==0){if(v.s=1/l<0?(l=-l,-1):1,l===~~l){for(I=0,$=l;$>=10;$/=10,I++);I>Ie?v.c=v.e=null:(v.e=I,v.c=[l]);return}k=String(l)}else{if(!t.test(k=String(l)))return V(v,k,g);v.s=k.charCodeAt(0)==45?(k=k.slice(1),-1):1}(I=k.indexOf("."))>-1&&(k=k.replace(".","")),($=k.search(/e/i))>0?(I<0&&(I=$),I+=+k.slice($+1),k=k.substring(0,$)):I<0&&(I=k.length)}else{if(_(f,2,Ke.length,"Base"),f==10&&ni)return v=new M(l),je(v,T+v.e+1,te);if(k=String(l),g=typeof l=="number"){if(l*0!=0)return V(v,k,g,f);if(v.s=1/l<0?(k=k.slice(1),-1):1,M.DEBUG&&k.replace(/^0\.0*|\./,"").length>15)throw Error(r+l)}else v.s=k.charCodeAt(0)===45?(k=k.slice(1),-1):1;for(y=Ke.slice(0,f),I=$=0,b=k.length;$<b;$++)if(y.indexOf(A=k.charAt($))<0){if(A=="."){if($>I){I=b;continue}}else if(!w&&(k==k.toUpperCase()&&(k=k.toLowerCase())||k==k.toLowerCase()&&(k=k.toUpperCase()))){w=!0,$=-1,I=0;continue}return V(v,String(l),g,f)}g=!1,k=ee(k,f,10,v.s),(I=k.indexOf("."))>-1?k=k.replace(".",""):I=k.length}for($=0;k.charCodeAt($)===48;$++);for(b=k.length;k.charCodeAt(--b)===48;);if(k=k.slice($,++b)){if(b-=$,g&&M.DEBUG&&b>15&&(l>h||l!==a(l)))throw Error(r+v.s*l);if((I=I-$-1)>Ie)v.c=v.e=null;else if(I<Ce)v.c=[v.e=0];else{if(v.e=I,v.c=[],$=(I+1)%c,I<0&&($+=c),$<b){for($&&v.c.push(+k.slice(0,$)),b-=c;$<b;)v.c.push(+k.slice($,$+=c));$=c-(k=k.slice($)).length}else $-=b;for(;$--;k+="0");v.c.push(+k)}}else v.c=[v.e=0]}M.clone=E,M.ROUND_UP=0,M.ROUND_DOWN=1,M.ROUND_CEIL=2,M.ROUND_FLOOR=3,M.ROUND_HALF_UP=4,M.ROUND_HALF_DOWN=5,M.ROUND_HALF_EVEN=6,M.ROUND_HALF_CEIL=7,M.ROUND_HALF_FLOOR=8,M.EUCLID=9,M.config=M.set=function(l){var f,y;if(l!=null)if(typeof l=="object"){if(l.hasOwnProperty(f="DECIMAL_PLACES")&&(y=l[f],_(y,0,j,f),T=y),l.hasOwnProperty(f="ROUNDING_MODE")&&(y=l[f],_(y,0,8,f),te=y),l.hasOwnProperty(f="EXPONENTIAL_AT")&&(y=l[f],y&&y.pop?(_(y[0],-j,0,f),_(y[1],0,j,f),re=y[0],de=y[1]):(_(y,-j,j,f),re=-(de=y<0?-y:y))),l.hasOwnProperty(f="RANGE"))if(y=l[f],y&&y.pop)_(y[0],-j,-1,f),_(y[1],1,j,f),Ce=y[0],Ie=y[1];else if(_(y,-j,j,f),y)Ce=-(Ie=y<0?-y:y);else throw Error(s+f+" cannot be zero: "+y);if(l.hasOwnProperty(f="CRYPTO"))if(y=l[f],y===!!y)if(y)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))qe=y;else throw qe=!y,Error(s+"crypto unavailable");else qe=y;else throw Error(s+f+" not true or false: "+y);if(l.hasOwnProperty(f="MODULO_MODE")&&(y=l[f],_(y,0,9,f),ct=y),l.hasOwnProperty(f="POW_PRECISION")&&(y=l[f],_(y,0,j,f),De=y),l.hasOwnProperty(f="FORMAT"))if(y=l[f],typeof y=="object")ii=y;else throw Error(s+f+" not an object: "+y);if(l.hasOwnProperty(f="ALPHABET"))if(y=l[f],typeof y=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(y))ni=y.slice(0,10)=="0123456789",Ke=y;else throw Error(s+f+" invalid: "+y)}else throw Error(s+"Object expected: "+l);return{DECIMAL_PLACES:T,ROUNDING_MODE:te,EXPONENTIAL_AT:[re,de],RANGE:[Ce,Ie],CRYPTO:qe,MODULO_MODE:ct,POW_PRECISION:De,FORMAT:ii,ALPHABET:Ke}},M.isBigNumber=function(l){if(!l||l._isBigNumber!==!0)return!1;if(!M.DEBUG)return!0;var f,y,A=l.c,w=l.e,I=l.s;e:if({}.toString.call(A)=="[object Array]"){if((I===1||I===-1)&&w>=-j&&w<=j&&w===a(w)){if(A[0]===0){if(w===0&&A.length===1)return!0;break e}if(f=(w+1)%c,f<1&&(f+=c),String(A[0]).length==f){for(f=0;f<A.length;f++)if(y=A[f],y<0||y>=d||y!==a(y))break e;if(y!==0)return!0}}}else if(A===null&&w===null&&(I===null||I===1||I===-1))return!0;throw Error(s+"Invalid BigNumber: "+l)},M.maximum=M.max=function(){return nn(arguments,-1)},M.minimum=M.min=function(){return nn(arguments,1)},M.random=(function(){var l=9007199254740992,f=Math.random()*l&2097151?function(){return a(Math.random()*l)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(y){var A,w,I,$,g,b=0,k=[],v=new M(J);if(y==null?y=T:_(y,0,j),$=o(y/c),qe)if(crypto.getRandomValues){for(A=crypto.getRandomValues(new Uint32Array($*=2));b<$;)g=A[b]*131072+(A[b+1]>>>11),g>=9e15?(w=crypto.getRandomValues(new Uint32Array(2)),A[b]=w[0],A[b+1]=w[1]):(k.push(g%1e14),b+=2);b=$/2}else if(crypto.randomBytes){for(A=crypto.randomBytes($*=7);b<$;)g=(A[b]&31)*281474976710656+A[b+1]*1099511627776+A[b+2]*4294967296+A[b+3]*16777216+(A[b+4]<<16)+(A[b+5]<<8)+A[b+6],g>=9e15?crypto.randomBytes(7).copy(A,b):(k.push(g%1e14),b+=7);b=$/7}else throw qe=!1,Error(s+"crypto unavailable");if(!qe)for(;b<$;)g=f(),g<9e15&&(k[b++]=g%1e14);for($=k[--b],y%=c,$&&y&&(g=u[c-y],k[b]=a($/g)*g);k[b]===0;k.pop(),b--);if(b<0)k=[I=0];else{for(I=-1;k[0]===0;k.splice(0,1),I-=c);for(b=1,g=k[0];g>=10;g/=10,b++);b<c&&(I-=c-b)}return v.e=I,v.c=k,v}})(),M.sum=function(){for(var l=1,f=arguments,y=new M(f[0]);l<f.length;)y=y.plus(f[l++]);return y},ee=(function(){var l="0123456789";function f(y,A,w,I){for(var $,g=[0],b,k=0,v=y.length;k<v;){for(b=g.length;b--;g[b]*=A);for(g[0]+=I.indexOf(y.charAt(k++)),$=0;$<g.length;$++)g[$]>w-1&&(g[$+1]==null&&(g[$+1]=0),g[$+1]+=g[$]/w|0,g[$]%=w)}return g.reverse()}return function(y,A,w,I,$){var g,b,k,v,C,D,B,ie,le=y.indexOf("."),he=T,O=te;for(le>=0&&(v=De,De=0,y=y.replace(".",""),ie=new M(A),D=ie.pow(y.length-le),De=v,ie.c=f(ne(W(D.c),D.e,"0"),10,w,l),ie.e=ie.c.length),B=f(y,A,w,$?(g=Ke,l):(g=l,Ke)),k=v=B.length;B[--v]==0;B.pop());if(!B[0])return g.charAt(0);if(le<0?--k:(D.c=B,D.e=k,D.s=I,D=L(D,ie,he,O,w),B=D.c,C=D.r,k=D.e),b=k+he+1,le=B[b],v=w/2,C=C||b<0||B[b+1]!=null,C=O<4?(le!=null||C)&&(O==0||O==(D.s<0?3:2)):le>v||le==v&&(O==4||C||O==6&&B[b-1]&1||O==(D.s<0?8:7)),b<1||!B[0])y=C?ne(g.charAt(1),-he,g.charAt(0)):g.charAt(0);else{if(B.length=b,C)for(--w;++B[--b]>w;)B[b]=0,b||(++k,B=[1].concat(B));for(v=B.length;!B[--v];);for(le=0,y="";le<=v;y+=g.charAt(B[le++]));y=ne(y,k,g.charAt(0))}return y}})(),L=(function(){function l(A,w,I){var $,g,b,k,v=0,C=A.length,D=w%m,B=w/m|0;for(A=A.slice();C--;)b=A[C]%m,k=A[C]/m|0,$=B*b+k*D,g=D*b+$%m*m+v,v=(g/I|0)+($/m|0)+B*k,A[C]=g%I;return v&&(A=[v].concat(A)),A}function f(A,w,I,$){var g,b;if(I!=$)b=I>$?1:-1;else for(g=b=0;g<I;g++)if(A[g]!=w[g]){b=A[g]>w[g]?1:-1;break}return b}function y(A,w,I,$){for(var g=0;I--;)A[I]-=g,g=A[I]<w[I]?1:0,A[I]=g*$+A[I]-w[I];for(;!A[0]&&A.length>1;A.splice(0,1));}return function(A,w,I,$,g){var b,k,v,C,D,B,ie,le,he,O,se,me,jt,si,ri,Me,dt,Se=A.s==w.s?1:-1,we=A.c,ue=w.c;if(!we||!we[0]||!ue||!ue[0])return new M(!A.s||!w.s||(we?ue&&we[0]==ue[0]:!ue)?NaN:we&&we[0]==0||!ue?Se*0:Se/0);for(le=new M(Se),he=le.c=[],k=A.e-w.e,Se=I+k+1,g||(g=d,k=Q(A.e/c)-Q(w.e/c),Se=Se/c|0),v=0;ue[v]==(we[v]||0);v++);if(ue[v]>(we[v]||0)&&k--,Se<0)he.push(1),C=!0;else{for(si=we.length,Me=ue.length,v=0,Se+=2,D=a(g/(ue[0]+1)),D>1&&(ue=l(ue,D,g),we=l(we,D,g),Me=ue.length,si=we.length),jt=Me,O=we.slice(0,Me),se=O.length;se<Me;O[se++]=0);dt=ue.slice(),dt=[0].concat(dt),ri=ue[0],ue[1]>=g/2&&ri++;do{if(D=0,b=f(ue,O,Me,se),b<0){if(me=O[0],Me!=se&&(me=me*g+(O[1]||0)),D=a(me/ri),D>1)for(D>=g&&(D=g-1),B=l(ue,D,g),ie=B.length,se=O.length;f(B,O,ie,se)==1;)D--,y(B,Me<ie?dt:ue,ie,g),ie=B.length,b=1;else D==0&&(b=D=1),B=ue.slice(),ie=B.length;if(ie<se&&(B=[0].concat(B)),y(O,B,se,g),se=O.length,b==-1)for(;f(ue,O,Me,se)<1;)D++,y(O,Me<se?dt:ue,se,g),se=O.length}else b===0&&(D++,O=[0]);he[v++]=D,O[0]?O[se++]=we[jt]||0:(O=[we[jt]],se=1)}while((jt++<si||O[0]!=null)&&Se--);C=O[0]!=null,he[0]||he.splice(0,1)}if(g==d){for(v=1,Se=he[0];Se>=10;Se/=10,v++);je(le,I+(le.e=v+k*c-1)+1,$,C)}else le.e=k,le.r=+C;return le}})();function oi(l,f,y,A){var w,I,$,g,b;if(y==null?y=te:_(y,0,8),!l.c)return l.toString();if(w=l.c[0],$=l.e,f==null)b=W(l.c),b=A==1||A==2&&($<=re||$>=de)?Y(b,$):ne(b,$,"0");else if(l=je(new M(l),f,y),I=l.e,b=W(l.c),g=b.length,A==1||A==2&&(f<=I||I<=re)){for(;g<f;b+="0",g++);b=Y(b,I)}else if(f-=$+(A===2&&I>$),b=ne(b,I,"0"),I+1>g){if(--f>0)for(b+=".";f--;b+="0");}else if(f+=I-g,f>0)for(I+1==g&&(b+=".");f--;b+="0");return l.s<0&&w?"-"+b:b}function nn(l,f){for(var y,A,w=1,I=new M(l[0]);w<l.length;w++)A=new M(l[w]),(!A.s||(y=K(I,A))===f||y===0&&I.s===f)&&(I=A);return I}function ai(l,f,y){for(var A=1,w=f.length;!f[--w];f.pop());for(w=f[0];w>=10;w/=10,A++);return(y=A+y*c-1)>Ie?l.c=l.e=null:y<Ce?l.c=[l.e=0]:(l.e=y,l.c=f),l}V=(function(){var l=/^(-?)0([xbo])(?=\w[\w.]*$)/i,f=/^([^.]+)\.$/,y=/^\.([^.]+)$/,A=/^-?(Infinity|NaN)$/,w=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(I,$,g,b){var k,v=g?$:$.replace(w,"");if(A.test(v))I.s=isNaN(v)?null:v<0?-1:1;else{if(!g&&(v=v.replace(l,function(C,D,B){return k=(B=B.toLowerCase())=="x"?16:B=="b"?2:8,!b||b==k?D:C}),b&&(k=b,v=v.replace(f,"$1").replace(y,"0.$1")),$!=v))return new M(v,k);if(M.DEBUG)throw Error(s+"Not a"+(b?" base "+b:"")+" number: "+$);I.s=null}I.c=I.e=null}})();function je(l,f,y,A){var w,I,$,g,b,k,v,C=l.c,D=u;if(C){e:{for(w=1,g=C[0];g>=10;g/=10,w++);if(I=f-w,I<0)I+=c,$=f,b=C[k=0],v=a(b/D[w-$-1]%10);else if(k=o((I+1)/c),k>=C.length)if(A){for(;C.length<=k;C.push(0));b=v=0,w=1,I%=c,$=I-c+1}else break e;else{for(b=g=C[k],w=1;g>=10;g/=10,w++);I%=c,$=I-c+w,v=$<0?0:a(b/D[w-$-1]%10)}if(A=A||f<0||C[k+1]!=null||($<0?b:b%D[w-$-1]),A=y<4?(v||A)&&(y==0||y==(l.s<0?3:2)):v>5||v==5&&(y==4||A||y==6&&(I>0?$>0?b/D[w-$]:0:C[k-1])%10&1||y==(l.s<0?8:7)),f<1||!C[0])return C.length=0,A?(f-=l.e+1,C[0]=D[(c-f%c)%c],l.e=-f||0):C[0]=l.e=0,l;if(I==0?(C.length=k,g=1,k--):(C.length=k+1,g=D[c-I],C[k]=$>0?a(b/D[w-$]%D[$])*g:0),A)for(;;)if(k==0){for(I=1,$=C[0];$>=10;$/=10,I++);for($=C[0]+=g,g=1;$>=10;$/=10,g++);I!=g&&(l.e++,C[0]==d&&(C[0]=1));break}else{if(C[k]+=g,C[k]!=d)break;C[k--]=0,g=1}for(I=C.length;C[--I]===0;C.pop());}l.e>Ie?l.c=l.e=null:l.e<Ce&&(l.c=[l.e=0])}return l}function _e(l){var f,y=l.e;return y===null?l.toString():(f=W(l.c),f=y<=re||y>=de?Y(f,y):ne(f,y,"0"),l.s<0?"-"+f:f)}return R.absoluteValue=R.abs=function(){var l=new M(this);return l.s<0&&(l.s=1),l},R.comparedTo=function(l,f){return K(this,new M(l,f))},R.decimalPlaces=R.dp=function(l,f){var y,A,w,I=this;if(l!=null)return _(l,0,j),f==null?f=te:_(f,0,8),je(new M(I),l+I.e+1,f);if(!(y=I.c))return null;if(A=((w=y.length-1)-Q(this.e/c))*c,w=y[w])for(;w%10==0;w/=10,A--);return A<0&&(A=0),A},R.dividedBy=R.div=function(l,f){return L(this,new M(l,f),T,te)},R.dividedToIntegerBy=R.idiv=function(l,f){return L(this,new M(l,f),0,1)},R.exponentiatedBy=R.pow=function(l,f){var y,A,w,I,$,g,b,k,v,C=this;if(l=new M(l),l.c&&!l.isInteger())throw Error(s+"Exponent not an integer: "+_e(l));if(f!=null&&(f=new M(f)),g=l.e>14,!C.c||!C.c[0]||C.c[0]==1&&!C.e&&C.c.length==1||!l.c||!l.c[0])return v=new M(Math.pow(+_e(C),g?l.s*(2-N(l)):+_e(l))),f?v.mod(f):v;if(b=l.s<0,f){if(f.c?!f.c[0]:!f.s)return new M(NaN);A=!b&&C.isInteger()&&f.isInteger(),A&&(C=C.mod(f))}else{if(l.e>9&&(C.e>0||C.e<-1||(C.e==0?C.c[0]>1||g&&C.c[1]>=24e7:C.c[0]<8e13||g&&C.c[0]<=9999975e7)))return I=C.s<0&&N(l)?-0:0,C.e>-1&&(I=1/I),new M(b?1/I:I);De&&(I=o(De/c+2))}for(g?(y=new M(.5),b&&(l.s=1),k=N(l)):(w=Math.abs(+_e(l)),k=w%2),v=new M(J);;){if(k){if(v=v.times(C),!v.c)break;I?v.c.length>I&&(v.c.length=I):A&&(v=v.mod(f))}if(w){if(w=a(w/2),w===0)break;k=w%2}else if(l=l.times(y),je(l,l.e+1,1),l.e>14)k=N(l);else{if(w=+_e(l),w===0)break;k=w%2}C=C.times(C),I?C.c&&C.c.length>I&&(C.c.length=I):A&&(C=C.mod(f))}return A?v:(b&&(v=J.div(v)),f?v.mod(f):I?je(v,De,te,$):v)},R.integerValue=function(l){var f=new M(this);return l==null?l=te:_(l,0,8),je(f,f.e+1,l)},R.isEqualTo=R.eq=function(l,f){return K(this,new M(l,f))===0},R.isFinite=function(){return!!this.c},R.isGreaterThan=R.gt=function(l,f){return K(this,new M(l,f))>0},R.isGreaterThanOrEqualTo=R.gte=function(l,f){return(f=K(this,new M(l,f)))===1||f===0},R.isInteger=function(){return!!this.c&&Q(this.e/c)>this.c.length-2},R.isLessThan=R.lt=function(l,f){return K(this,new M(l,f))<0},R.isLessThanOrEqualTo=R.lte=function(l,f){return(f=K(this,new M(l,f)))===-1||f===0},R.isNaN=function(){return!this.s},R.isNegative=function(){return this.s<0},R.isPositive=function(){return this.s>0},R.isZero=function(){return!!this.c&&this.c[0]==0},R.minus=function(l,f){var y,A,w,I,$=this,g=$.s;if(l=new M(l,f),f=l.s,!g||!f)return new M(NaN);if(g!=f)return l.s=-f,$.plus(l);var b=$.e/c,k=l.e/c,v=$.c,C=l.c;if(!b||!k){if(!v||!C)return v?(l.s=-f,l):new M(C?$:NaN);if(!v[0]||!C[0])return C[0]?(l.s=-f,l):new M(v[0]?$:te==3?-0:0)}if(b=Q(b),k=Q(k),v=v.slice(),g=b-k){for((I=g<0)?(g=-g,w=v):(k=b,w=C),w.reverse(),f=g;f--;w.push(0));w.reverse()}else for(A=(I=(g=v.length)<(f=C.length))?g:f,g=f=0;f<A;f++)if(v[f]!=C[f]){I=v[f]<C[f];break}if(I&&(w=v,v=C,C=w,l.s=-l.s),f=(A=C.length)-(y=v.length),f>0)for(;f--;v[y++]=0);for(f=d-1;A>g;){if(v[--A]<C[A]){for(y=A;y&&!v[--y];v[y]=f);--v[y],v[A]+=d}v[A]-=C[A]}for(;v[0]==0;v.splice(0,1),--k);return v[0]?ai(l,v,k):(l.s=te==3?-1:1,l.c=[l.e=0],l)},R.modulo=R.mod=function(l,f){var y,A,w=this;return l=new M(l,f),!w.c||!l.s||l.c&&!l.c[0]?new M(NaN):!l.c||w.c&&!w.c[0]?new M(w):(ct==9?(A=l.s,l.s=1,y=L(w,l,0,3),l.s=A,y.s*=A):y=L(w,l,0,ct),l=w.minus(y.times(l)),!l.c[0]&&ct==1&&(l.s=w.s),l)},R.multipliedBy=R.times=function(l,f){var y,A,w,I,$,g,b,k,v,C,D,B,ie,le,he,O=this,se=O.c,me=(l=new M(l,f)).c;if(!se||!me||!se[0]||!me[0])return!O.s||!l.s||se&&!se[0]&&!me||me&&!me[0]&&!se?l.c=l.e=l.s=null:(l.s*=O.s,!se||!me?l.c=l.e=null:(l.c=[0],l.e=0)),l;for(A=Q(O.e/c)+Q(l.e/c),l.s*=O.s,b=se.length,C=me.length,b<C&&(ie=se,se=me,me=ie,w=b,b=C,C=w),w=b+C,ie=[];w--;ie.push(0));for(le=d,he=m,w=C;--w>=0;){for(y=0,D=me[w]%he,B=me[w]/he|0,$=b,I=w+$;I>w;)k=se[--$]%he,v=se[$]/he|0,g=B*k+v*D,k=D*k+g%he*he+ie[I]+y,y=(k/le|0)+(g/he|0)+B*v,ie[I--]=k%le;ie[I]=y}return y?++A:ie.splice(0,1),ai(l,ie,A)},R.negated=function(){var l=new M(this);return l.s=-l.s||null,l},R.plus=function(l,f){var y,A=this,w=A.s;if(l=new M(l,f),f=l.s,!w||!f)return new M(NaN);if(w!=f)return l.s=-f,A.minus(l);var I=A.e/c,$=l.e/c,g=A.c,b=l.c;if(!I||!$){if(!g||!b)return new M(w/0);if(!g[0]||!b[0])return b[0]?l:new M(g[0]?A:w*0)}if(I=Q(I),$=Q($),g=g.slice(),w=I-$){for(w>0?($=I,y=b):(w=-w,y=g),y.reverse();w--;y.push(0));y.reverse()}for(w=g.length,f=b.length,w-f<0&&(y=b,b=g,g=y,f=w),w=0;f;)w=(g[--f]=g[f]+b[f]+w)/d|0,g[f]=d===g[f]?0:g[f]%d;return w&&(g=[w].concat(g),++$),ai(l,g,$)},R.precision=R.sd=function(l,f){var y,A,w,I=this;if(l!=null&&l!==!!l)return _(l,1,j),f==null?f=te:_(f,0,8),je(new M(I),l,f);if(!(y=I.c))return null;if(w=y.length-1,A=w*c+1,w=y[w]){for(;w%10==0;w/=10,A--);for(w=y[0];w>=10;w/=10,A++);}return l&&I.e+1>A&&(A=I.e+1),A},R.shiftedBy=function(l){return _(l,-h,h),this.times("1e"+l)},R.squareRoot=R.sqrt=function(){var l,f,y,A,w,I=this,$=I.c,g=I.s,b=I.e,k=T+4,v=new M("0.5");if(g!==1||!$||!$[0])return new M(!g||g<0&&(!$||$[0])?NaN:$?I:1/0);if(g=Math.sqrt(+_e(I)),g==0||g==1/0?(f=W($),(f.length+b)%2==0&&(f+="0"),g=Math.sqrt(+f),b=Q((b+1)/2)-(b<0||b%2),g==1/0?f="5e"+b:(f=g.toExponential(),f=f.slice(0,f.indexOf("e")+1)+b),y=new M(f)):y=new M(g+""),y.c[0]){for(b=y.e,g=b+k,g<3&&(g=0);;)if(w=y,y=v.times(w.plus(L(I,w,k,1))),W(w.c).slice(0,g)===(f=W(y.c)).slice(0,g))if(y.e<b&&--g,f=f.slice(g-3,g+1),f=="9999"||!A&&f=="4999"){if(!A&&(je(w,w.e+T+2,0),w.times(w).eq(I))){y=w;break}k+=4,g+=4,A=1}else{(!+f||!+f.slice(1)&&f.charAt(0)=="5")&&(je(y,y.e+T+2,1),l=!y.times(y).eq(I));break}}return je(y,y.e+T+1,te,l)},R.toExponential=function(l,f){return l!=null&&(_(l,0,j),l++),oi(this,l,f,1)},R.toFixed=function(l,f){return l!=null&&(_(l,0,j),l=l+this.e+1),oi(this,l,f)},R.toFormat=function(l,f,y){var A,w=this;if(y==null)l!=null&&f&&typeof f=="object"?(y=f,f=null):l&&typeof l=="object"?(y=l,l=f=null):y=ii;else if(typeof y!="object")throw Error(s+"Argument not an object: "+y);if(A=w.toFixed(l,f),w.c){var I,$=A.split("."),g=+y.groupSize,b=+y.secondaryGroupSize,k=y.groupSeparator||"",v=$[0],C=$[1],D=w.s<0,B=D?v.slice(1):v,ie=B.length;if(b&&(I=g,g=b,b=I,ie-=I),g>0&&ie>0){for(I=ie%g||g,v=B.substr(0,I);I<ie;I+=g)v+=k+B.substr(I,g);b>0&&(v+=k+B.slice(I)),D&&(v="-"+v)}A=C?v+(y.decimalSeparator||"")+((b=+y.fractionGroupSize)?C.replace(new RegExp("\\d{"+b+"}\\B","g"),"$&"+(y.fractionGroupSeparator||"")):C):v}return(y.prefix||"")+A+(y.suffix||"")},R.toFraction=function(l){var f,y,A,w,I,$,g,b,k,v,C,D,B=this,ie=B.c;if(l!=null&&(g=new M(l),!g.isInteger()&&(g.c||g.s!==1)||g.lt(J)))throw Error(s+"Argument "+(g.isInteger()?"out of range: ":"not an integer: ")+_e(g));if(!ie)return new M(B);for(f=new M(J),k=y=new M(J),A=b=new M(J),D=W(ie),I=f.e=D.length-B.e-1,f.c[0]=u[($=I%c)<0?c+$:$],l=!l||g.comparedTo(f)>0?I>0?f:k:g,$=Ie,Ie=1/0,g=new M(D),b.c[0]=0;v=L(g,f,0,1),w=y.plus(v.times(A)),w.comparedTo(l)!=1;)y=A,A=w,k=b.plus(v.times(w=k)),b=w,f=g.minus(v.times(w=f)),g=w;return w=L(l.minus(y),A,0,1),b=b.plus(w.times(k)),y=y.plus(w.times(A)),b.s=k.s=B.s,I=I*2,C=L(k,A,I,te).minus(B).abs().comparedTo(L(b,y,I,te).minus(B).abs())<1?[k,A]:[b,y],Ie=$,C},R.toNumber=function(){return+_e(this)},R.toPrecision=function(l,f){return l!=null&&_(l,1,j),oi(this,l,f,2)},R.toString=function(l){var f,y=this,A=y.s,w=y.e;return w===null?A?(f="Infinity",A<0&&(f="-"+f)):f="NaN":(l==null?f=w<=re||w>=de?Y(W(y.c),w):ne(W(y.c),w,"0"):l===10&&ni?(y=je(new M(y),T+w+1,te),f=ne(W(y.c),y.e,"0")):(_(l,2,Ke.length,"Base"),f=ee(ne(W(y.c),w,"0"),10,l,A,!0)),A<0&&y.c[0]&&(f="-"+f)),f},R.valueOf=R.toJSON=function(){return _e(this)},R._isBigNumber=!0,H!=null&&M.set(H),M}function Q(H){var L=H|0;return H>0||H===L?L:L-1}function W(H){for(var L,ee,V=1,R=H.length,J=H[0]+"";V<R;){for(L=H[V++]+"",ee=c-L.length;ee--;L="0"+L);J+=L}for(R=J.length;J.charCodeAt(--R)===48;);return J.slice(0,R+1||1)}function K(H,L){var ee,V,R=H.c,J=L.c,T=H.s,te=L.s,re=H.e,de=L.e;if(!T||!te)return null;if(ee=R&&!R[0],V=J&&!J[0],ee||V)return ee?V?0:-te:T;if(T!=te)return T;if(ee=T<0,V=re==de,!R||!J)return V?0:!R^ee?1:-1;if(!V)return re>de^ee?1:-1;for(te=(re=R.length)<(de=J.length)?re:de,T=0;T<te;T++)if(R[T]!=J[T])return R[T]>J[T]^ee?1:-1;return re==de?0:re>de^ee?1:-1}function _(H,L,ee,V){if(H<L||H>ee||H!==a(H))throw Error(s+(V||"Argument")+(typeof H=="number"?H<L||H>ee?" out of range: ":" not an integer: ":" not a primitive number: ")+String(H))}function N(H){var L=H.c.length-1;return Q(H.e/c)==L&&H.c[L]%2!=0}function Y(H,L){return(H.length>1?H.charAt(0)+"."+H.slice(1):H)+(L<0?"e":"e+")+L}function ne(H,L,ee){var V,R;if(L<0){for(R=ee+".";++L;R+=ee);H=R+H}else if(V=H.length,++L>V){for(R=ee,L-=V;--L;R+=ee);H+=R}else L<V&&(H=H.slice(0,L)+"."+H.slice(L));return H}i=E(),i.default=i.BigNumber=i,n.exports?n.exports=i:(e||(e=typeof self<"u"&&self?self:window),e.BigNumber=i)})(Cn)})(yt)),yt.exports}var Ui;function Mn(){return Ui||(Ui=1,(function(n){var e=Pi(),i=n.exports;(function(){var t=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,o,a,s={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},r;function d(h){return t.lastIndex=0,t.test(h)?'"'+h.replace(t,function(u){var m=s[u];return typeof m=="string"?m:"\\u"+("0000"+u.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+h+'"'}function c(h,u){var m,j,E,Q,W=o,K,_=u[h],N=_!=null&&(_ instanceof e||e.isBigNumber(_));switch(_&&typeof _=="object"&&typeof _.toJSON=="function"&&(_=_.toJSON(h)),typeof r=="function"&&(_=r.call(u,h,_)),typeof _){case"string":return N?_:d(_);case"number":return isFinite(_)?String(_):"null";case"boolean":case"null":case"bigint":return String(_);case"object":if(!_)return"null";if(o+=a,K=[],Object.prototype.toString.apply(_)==="[object Array]"){for(Q=_.length,m=0;m<Q;m+=1)K[m]=c(m,_)||"null";return E=K.length===0?"[]":o?`[
4
+ `+o+K.join(`,
5
+ `+o)+`
6
+ `+W+"]":"["+K.join(",")+"]",o=W,E}if(r&&typeof r=="object")for(Q=r.length,m=0;m<Q;m+=1)typeof r[m]=="string"&&(j=r[m],E=c(j,_),E&&K.push(d(j)+(o?": ":":")+E));else Object.keys(_).forEach(function(Y){var ne=c(Y,_);ne&&K.push(d(Y)+(o?": ":":")+ne)});return E=K.length===0?"{}":o?`{
7
+ `+o+K.join(`,
8
+ `+o)+`
9
+ `+W+"}":"{"+K.join(",")+"}",o=W,E}}typeof i.stringify!="function"&&(i.stringify=function(h,u,m){var j;if(o="",a="",typeof m=="number")for(j=0;j<m;j+=1)a+=" ";else typeof m=="string"&&(a=m);if(r=u,u&&typeof u!="function"&&(typeof u!="object"||typeof u.length!="number"))throw new Error("JSON.stringify");return c("",{"":h})})})()})(Et)),Et.exports}var xt,Ci;function Rn(){if(Ci)return xt;Ci=1;var n=null;const e=/(?:_|\\u005[Ff])(?:_|\\u005[Ff])(?:p|\\u0070)(?:r|\\u0072)(?:o|\\u006[Ff])(?:t|\\u0074)(?:o|\\u006[Ff])(?:_|\\u005[Ff])(?:_|\\u005[Ff])/,i=/(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)/;var t=function(o){var a={strict:!1,storeAsString:!1,alwaysParseAsBig:!1,useNativeBigInt:!1,protoAction:"error",constructorAction:"error"};if(o!=null){if(o.strict===!0&&(a.strict=!0),o.storeAsString===!0&&(a.storeAsString=!0),a.alwaysParseAsBig=o.alwaysParseAsBig===!0?o.alwaysParseAsBig:!1,a.useNativeBigInt=o.useNativeBigInt===!0?o.useNativeBigInt:!1,typeof o.constructorAction<"u")if(o.constructorAction==="error"||o.constructorAction==="ignore"||o.constructorAction==="preserve")a.constructorAction=o.constructorAction;else throw new Error(`Incorrect value for constructorAction option, must be "error", "ignore" or undefined but passed ${o.constructorAction}`);if(typeof o.protoAction<"u")if(o.protoAction==="error"||o.protoAction==="ignore"||o.protoAction==="preserve")a.protoAction=o.protoAction;else throw new Error(`Incorrect value for protoAction option, must be "error", "ignore" or undefined but passed ${o.protoAction}`)}var s,r,d={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
10
+ `,r:"\r",t:" "},c,h=function(N){throw{name:"SyntaxError",message:N,at:s,text:c}},u=function(N){return N&&N!==r&&h("Expected '"+N+"' instead of '"+r+"'"),r=c.charAt(s),s+=1,r},m=function(){var N,Y="";for(r==="-"&&(Y="-",u("-"));r>="0"&&r<="9";)Y+=r,u();if(r===".")for(Y+=".";u()&&r>="0"&&r<="9";)Y+=r;if(r==="e"||r==="E")for(Y+=r,u(),(r==="-"||r==="+")&&(Y+=r,u());r>="0"&&r<="9";)Y+=r,u();if(N=+Y,!isFinite(N))h("Bad number");else return n==null&&(n=Pi()),Y.length>15?a.storeAsString?Y:a.useNativeBigInt?BigInt(Y):new n(Y):a.alwaysParseAsBig?a.useNativeBigInt?BigInt(N):new n(N):N},j=function(){var N,Y,ne="",H;if(r==='"')for(var L=s;u();){if(r==='"')return s-1>L&&(ne+=c.substring(L,s-1)),u(),ne;if(r==="\\"){if(s-1>L&&(ne+=c.substring(L,s-1)),u(),r==="u"){for(H=0,Y=0;Y<4&&(N=parseInt(u(),16),!!isFinite(N));Y+=1)H=H*16+N;ne+=String.fromCharCode(H)}else if(typeof d[r]=="string")ne+=d[r];else break;L=s}}h("Bad string")},E=function(){for(;r&&r<=" ";)u()},Q=function(){switch(r){case"t":return u("t"),u("r"),u("u"),u("e"),!0;case"f":return u("f"),u("a"),u("l"),u("s"),u("e"),!1;case"n":return u("n"),u("u"),u("l"),u("l"),null}h("Unexpected '"+r+"'")},W,K=function(){var N=[];if(r==="["){if(u("["),E(),r==="]")return u("]"),N;for(;r;){if(N.push(W()),E(),r==="]")return u("]"),N;u(","),E()}}h("Bad array")},_=function(){var N,Y=Object.create(null);if(r==="{"){if(u("{"),E(),r==="}")return u("}"),Y;for(;r;){if(N=j(),E(),u(":"),a.strict===!0&&Object.hasOwnProperty.call(Y,N)&&h('Duplicate key "'+N+'"'),e.test(N)===!0?a.protoAction==="error"?h("Object contains forbidden prototype property"):a.protoAction==="ignore"?W():Y[N]=W():i.test(N)===!0?a.constructorAction==="error"?h("Object contains forbidden constructor property"):a.constructorAction==="ignore"?W():Y[N]=W():Y[N]=W(),E(),r==="}")return u("}"),Y;u(","),E()}}h("Bad object")};return W=function(){switch(E(),r){case"{":return _();case"[":return K();case'"':return j();case"-":return m();default:return r>="0"&&r<="9"?m():Q()}},function(N,Y){var ne;return c=N+"",s=0,r=" ",ne=W(),E(),r&&h("Syntax error"),typeof Y=="function"?(function H(L,ee){var V,R=L[ee];return R&&typeof R=="object"&&Object.keys(R).forEach(function(J){V=H(R,J),V!==void 0?R[J]=V:delete R[J]}),Y.call(L,ee,R)})({"":ne},""):ne}};return xt=t,xt}var Mi;function En(){if(Mi)return at.exports;Mi=1;var n=Mn().stringify,e=Rn();return at.exports=function(i){return{parse:e(i),stringify:n}},at.exports.parse=e(),at.exports.stringify=n,at.exports}var xn=En();const qt=Un(xn);function be(n,e,i,t){function o(a){return a instanceof i?a:new i(function(s){s(a)})}return new(i||(i=Promise))(function(a,s){function r(h){try{c(t.next(h))}catch(u){s(u)}}function d(h){try{c(t.throw(h))}catch(u){s(u)}}function c(h){h.done?a(h.value):o(h.value).then(r,d)}c((t=t.apply(n,e||[])).next())})}function qn(n,e,i,t){if(typeof e=="function"?n!==e||!t:!e.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?t:i==="a"?t.call(n):t?t.value:e.get(n)}typeof SuppressedError=="function"&&SuppressedError;var gt,Ri;class He{static custom(e){return e}static unique(e=7){const i=qn(gt,gt,"m",Ri).call(gt);let t="";for(let o=0;o<e;o++){const a=Math.floor(Math.random()*16).toString(16);t+=a}return i+t}}gt=He,Ri=function(){const e=new Date,i=Math.floor(e.getTime()/1e3),t=e.getMilliseconds();return i.toString(16)+t.toString(16).padStart(5,"0")};const mt=qt({useNativeBigInt:!0});class U{constructor(e,i,t){this.method=e,this.attribute=i,t!==void 0&&(Array.isArray(t)?this.values=t:this.values=[t])}toString(){return mt.stringify({method:this.method,attribute:this.attribute,values:this.values})}}U.equal=(n,e)=>new U("equal",n,e).toString(),U.notEqual=(n,e)=>new U("notEqual",n,e).toString(),U.regex=(n,e)=>new U("regex",n,e).toString(),U.lessThan=(n,e)=>new U("lessThan",n,e).toString(),U.lessThanEqual=(n,e)=>new U("lessThanEqual",n,e).toString(),U.greaterThan=(n,e)=>new U("greaterThan",n,e).toString(),U.greaterThanEqual=(n,e)=>new U("greaterThanEqual",n,e).toString(),U.isNull=n=>new U("isNull",n).toString(),U.isNotNull=n=>new U("isNotNull",n).toString(),U.exists=n=>new U("exists",void 0,n).toString(),U.notExists=n=>new U("notExists",void 0,n).toString(),U.between=(n,e,i)=>new U("between",n,[e,i]).toString(),U.startsWith=(n,e)=>new U("startsWith",n,e).toString(),U.endsWith=(n,e)=>new U("endsWith",n,e).toString(),U.select=n=>new U("select",void 0,n).toString(),U.search=(n,e)=>new U("search",n,e).toString(),U.orderDesc=n=>new U("orderDesc",n).toString(),U.orderAsc=n=>new U("orderAsc",n).toString(),U.orderRandom=()=>new U("orderRandom").toString(),U.cursorAfter=n=>new U("cursorAfter",void 0,n).toString(),U.cursorBefore=n=>new U("cursorBefore",void 0,n).toString(),U.limit=n=>new U("limit",void 0,n).toString(),U.offset=n=>new U("offset",void 0,n).toString(),U.contains=(n,e)=>new U("contains",n,e).toString(),U.containsAny=(n,e)=>new U("containsAny",n,e).toString(),U.containsAll=(n,e)=>new U("containsAll",n,e).toString(),U.notContains=(n,e)=>new U("notContains",n,e).toString(),U.notSearch=(n,e)=>new U("notSearch",n,e).toString(),U.notBetween=(n,e,i)=>new U("notBetween",n,[e,i]).toString(),U.notStartsWith=(n,e)=>new U("notStartsWith",n,e).toString(),U.notEndsWith=(n,e)=>new U("notEndsWith",n,e).toString(),U.createdBefore=n=>U.lessThan("$createdAt",n),U.createdAfter=n=>U.greaterThan("$createdAt",n),U.createdBetween=(n,e)=>U.between("$createdAt",n,e),U.updatedBefore=n=>U.lessThan("$updatedAt",n),U.updatedAfter=n=>U.greaterThan("$updatedAt",n),U.updatedBetween=(n,e)=>U.between("$updatedAt",n,e),U.or=n=>new U("or",void 0,n.map(e=>mt.parse(e))).toString(),U.and=n=>new U("and",void 0,n.map(e=>mt.parse(e))).toString(),U.elemMatch=(n,e)=>new U("elemMatch",n,e.map(i=>mt.parse(i))).toString(),U.distanceEqual=(n,e,i,t=!0)=>new U("distanceEqual",n,[[e,i,t]]).toString(),U.distanceNotEqual=(n,e,i,t=!0)=>new U("distanceNotEqual",n,[[e,i,t]]).toString(),U.distanceGreaterThan=(n,e,i,t=!0)=>new U("distanceGreaterThan",n,[[e,i,t]]).toString(),U.distanceLessThan=(n,e,i,t=!0)=>new U("distanceLessThan",n,[[e,i,t]]).toString(),U.vectorDot=(n,e)=>new U("vectorDot",n,[e]).toString(),U.vectorCosine=(n,e)=>new U("vectorCosine",n,[e]).toString(),U.vectorEuclidean=(n,e)=>new U("vectorEuclidean",n,[e]).toString(),U.intersects=(n,e)=>new U("intersects",n,[e]).toString(),U.notIntersects=(n,e)=>new U("notIntersects",n,[e]).toString(),U.crosses=(n,e)=>new U("crosses",n,[e]).toString(),U.notCrosses=(n,e)=>new U("notCrosses",n,[e]).toString(),U.overlaps=(n,e)=>new U("overlaps",n,[e]).toString(),U.notOverlaps=(n,e)=>new U("notOverlaps",n,[e]).toString(),U.touches=(n,e)=>new U("touches",n,[e]).toString(),U.notTouches=(n,e)=>new U("notTouches",n,[e]).toString();const _n=qt({storeAsString:!1}),Ln=qt({useNativeBigInt:!0}),Nn=BigInt(Number.MAX_SAFE_INTEGER),Hn=BigInt(Number.MIN_SAFE_INTEGER),Dn=BigInt("9223372036854775807"),Bn=BigInt("-9223372036854775808");function Xn(n){return n!==null&&typeof n=="object"&&n._isBigNumber===!0&&typeof n.isInteger=="function"&&typeof n.toFixed=="function"&&typeof n.toNumber=="function"}function Vn(n,e){if(Xn(e)){if(e.isInteger()){const i=e.toFixed(),t=BigInt(i);return t>=Hn&&t<=Nn?Number(i):t>=Bn&&t<=Dn?t:e.toNumber()}return e.toNumber()}return e}const ge={parse:n=>_n.parse(n,Vn),stringify:Ln.stringify};class p extends Error{constructor(e,i=0,t="",o=""){super(e),this.name="AppwriteException",this.message=e,this.code=i,this.type=t,this.response=o}}class $e{constructor(){this.config={endpoint:"https://cloud.appwrite.io/v1",endpointRealtime:"",project:"",jwt:"",bearer:"",locale:"",session:"",devkey:"",cookie:"",impersonateuserid:"",impersonateuseremail:"",impersonateuserphone:""},this.headers={"x-sdk-name":"Web","x-sdk-platform":"client","x-sdk-language":"web","x-sdk-version":"27.0.0","X-Appwrite-Response-Format":"2.0.0"},this.realtime={socket:void 0,timeout:void 0,heartbeat:void 0,url:"",channels:new Set,subscriptions:new Map,pendingSubscribes:new Map,reconnect:!0,reconnectAttempts:0,lastMessage:void 0,connect:()=>{clearTimeout(this.realtime.timeout),this.realtime.timeout=window?.setTimeout(()=>{this.realtime.createSocket()},50)},getTimeout:()=>{switch(!0){case this.realtime.reconnectAttempts<5:return 1e3;case this.realtime.reconnectAttempts<15:return 5e3;case this.realtime.reconnectAttempts<100:return 1e4;default:return 6e4}},createHeartbeat:()=>{this.realtime.heartbeat&&clearTimeout(this.realtime.heartbeat),this.realtime.heartbeat=window?.setInterval(()=>{var e;(e=this.realtime.socket)===null||e===void 0||e.send(ge.stringify({type:"ping"}))},2e4)},createSocket:()=>{var e,i,t,o,a;if(this.realtime.subscriptions.size<1){this.realtime.reconnect=!1,(e=this.realtime.socket)===null||e===void 0||e.close();return}let r="project="+encodeURIComponent((i=this.config.project)!==null&&i!==void 0?i:"");this.config.jwt&&(r+="&jwt="+encodeURIComponent(this.config.jwt));const d=this.config.endpointRealtime+"/realtime?"+r;d!==this.realtime.url||!this.realtime.socket||((t=this.realtime.socket)===null||t===void 0?void 0:t.readyState)>WebSocket.OPEN?(this.realtime.socket&&((o=this.realtime.socket)===null||o===void 0?void 0:o.readyState)<WebSocket.CLOSING&&(this.realtime.reconnect=!1,this.realtime.socket.close()),this.realtime.url=d,this.realtime.socket=new WebSocket(d),this.realtime.socket.addEventListener("message",this.realtime.onMessage),this.realtime.socket.addEventListener("open",c=>{this.realtime.reconnectAttempts=0,this.realtime.createHeartbeat()}),this.realtime.socket.addEventListener("close",c=>{var h,u,m;if(!this.realtime.reconnect||((u=(h=this.realtime)===null||h===void 0?void 0:h.lastMessage)===null||u===void 0?void 0:u.type)==="error"&&((m=this.realtime)===null||m===void 0?void 0:m.lastMessage.data).code===1008){this.realtime.reconnect=!0;return}const j=this.realtime.getTimeout();console.error(`Realtime got disconnected. Reconnect will be attempted in ${j/1e3} seconds.`,c.reason),setTimeout(()=>{this.realtime.reconnectAttempts++,this.realtime.createSocket()},j)})):((a=this.realtime.socket)===null||a===void 0?void 0:a.readyState)===WebSocket.OPEN&&this.realtime.sendPendingSubscribes()},sendPendingSubscribes:()=>{if(!this.realtime.socket||this.realtime.socket.readyState!==WebSocket.OPEN||this.realtime.pendingSubscribes.size<1)return;const e=Array.from(this.realtime.pendingSubscribes.values());this.realtime.pendingSubscribes.clear(),this.realtime.socket.send(ge.stringify({type:"subscribe",data:e}))},onMessage:e=>{var i,t;try{const o=ge.parse(e.data);switch(this.realtime.lastMessage=o,o.type){case"connected":{const a=o.data;let s=this.config.session;if(!s){const r=ge.parse((i=window.localStorage.getItem("cookieFallback"))!==null&&i!==void 0?i:"{}");s=r?.[`a_session_${this.config.project}`]}s&&!a?.user&&((t=this.realtime.socket)===null||t===void 0||t.send(ge.stringify({type:"authentication",data:{session:s}}))),this.realtime.subscriptions.forEach((r,d)=>{var c;this.realtime.pendingSubscribes.set(d,{subscriptionId:d,channels:r.channels,queries:(c=r.queries)!==null&&c!==void 0?c:[]})}),this.realtime.sendPendingSubscribes();break}case"response":break;case"event":{const a=o.data;if(!a?.channels)break;const s=a.subscriptions;if(s&&s.length>0)for(const r of s){const d=this.realtime.subscriptions.get(r);d&&setTimeout(()=>d.callback(a))}else{if(!a.channels.some(d=>this.realtime.channels.has(d)))break;this.realtime.subscriptions.forEach(d=>{a.channels.some(c=>d.channels.includes(c))&&setTimeout(()=>d.callback(a))})}break}case"pong":break;case"error":throw o.data;default:break}}catch(o){console.error(o)}}}}getHeaders(){return Object.assign({},this.headers)}setEndpoint(e){if(!e||typeof e!="string")throw new p("Endpoint must be a valid string");if(!e.startsWith("http://")&&!e.startsWith("https://"))throw new p("Invalid endpoint URL: "+e);return this.config.endpoint=e,this.config.endpointRealtime=e.replace("https://","wss://").replace("http://","ws://"),this}setEndpointRealtime(e){if(!e||typeof e!="string")throw new p("Endpoint must be a valid string");if(!e.startsWith("ws://")&&!e.startsWith("wss://"))throw new p("Invalid realtime endpoint URL: "+e);return this.config.endpointRealtime=e,this}setProject(e){return this.config.project=e,this}setJWT(e){return this.headers["X-Appwrite-JWT"]=e,this.config.jwt=e,this}setBearer(e){return this.headers.Authorization=`Bearer ${e}`,this.config.bearer=e,this}setLocale(e){return this.headers["X-Appwrite-Locale"]=e,this.config.locale=e,this}setSession(e){return this.headers["X-Appwrite-Session"]=e,this.config.session=e,this}setDevKey(e){return this.headers["X-Appwrite-Dev-Key"]=e,this.config.devkey=e,this}setCookie(e){return this.headers.Cookie=e,this.config.cookie=e,this}setImpersonateUserId(e){return this.headers["X-Appwrite-Impersonate-User-Id"]=e,this.config.impersonateuserid=e,this}setImpersonateUserEmail(e){return this.headers["X-Appwrite-Impersonate-User-Email"]=e,this.config.impersonateuseremail=e,this}setImpersonateUserPhone(e){return this.headers["X-Appwrite-Impersonate-User-Phone"]=e,this.config.impersonateuserphone=e,this}subscribe(e,i,t=[]){const a=(Array.isArray(e)?e:[e]).map(c=>typeof c=="string"?c:c&&typeof c.toString=="function"?c.toString():String(c));a.forEach(c=>this.realtime.channels.add(c));const s=(t??[]).map(c=>typeof c=="string"?c:c.toString());let r="";const d=this.realtime.subscriptions.size+1;for(let c=0;c<d;c++){const h=He.unique();if(!this.realtime.subscriptions.has(h)){r=h;break}}if(r==="")throw new p("Failed to generate unique subscription id");return this.realtime.subscriptions.set(r,{channels:a,queries:s,callback:i}),this.realtime.pendingSubscribes.set(r,{subscriptionId:r,channels:a,queries:s}),this.realtime.connect(),()=>{this.realtime.subscriptions.delete(r),this.realtime.pendingSubscribes.delete(r);const c=new Set;this.realtime.subscriptions.forEach(h=>{h.channels.forEach(u=>c.add(u))}),this.realtime.channels.forEach(h=>{c.has(h)||this.realtime.channels.delete(h)}),this.realtime.connect()}}prepareRequest(e,i,t={},o={}){if(e=e.toUpperCase(),t=Object.assign({},this.headers,t),typeof window<"u"&&window.localStorage){const s=window.localStorage.getItem("cookieFallback");s&&(t["X-Fallback-Cookies"]=s)}const a={method:e,headers:t};if(t["X-Appwrite-Dev-Key"]===void 0&&(a.credentials="include"),e==="GET")for(const[s,r]of Object.entries($e.flatten(o)))i.searchParams.append(s,r);else switch(t["content-type"]){case"application/json":a.body=ge.stringify(o);break;case"multipart/form-data":{const s=new FormData;for(const[r,d]of Object.entries(o))if(d instanceof File)s.append(r,d,d.name);else if(Array.isArray(d))for(const c of d)s.append(`${r}[]`,c);else s.append(r,d);a.body=s,delete t["content-type"];break}}return{uri:i.toString(),options:a}}chunkedUpload(e,i){return be(this,arguments,void 0,function*(t,o,a={},s={},r){var d;const[c,h]=(d=Object.entries(s).find(([J,T])=>T instanceof File))!==null&&d!==void 0?d:[];if(!h||!c)throw new Error("File not found in payload");if(h.size<=$e.CHUNK_SIZE)return yield this.call(t,o,a,s);const u=Math.ceil(h.size/$e.CHUNK_SIZE),m=Math.min($e.CHUNK_SIZE,h.size),j=Object.assign(Object.assign({},a),{"content-range":`bytes 0-${m-1}/${h.size}`}),E=h.slice(0,m),Q=Object.assign({},s);Q[c]=new File([E],h.name);const W=yield this.call(t,o,j,Q),K=W?.$id;if(r&&typeof r=="function"&&r({$id:K,progress:Math.round(m/h.size*100),sizeUploaded:m,chunksTotal:u,chunksUploaded:1}),u===1)return W;const _=[];for(let J=1;J<u;J++){const T=J*$e.CHUNK_SIZE,te=Math.min(T+$e.CHUNK_SIZE,h.size);_.push({start:T,end:te})}const N=8;let Y=1,ne=m,H=W,L=null,ee=!1;const V=J=>{var T;const te=J?.chunksUploaded,re=(T=J?.chunksTotal)!==null&&T!==void 0?T:u;return typeof te=="number"&&typeof re=="number"&&te>=re},R=J=>be(this,void 0,void 0,function*(){const T=Object.assign({},a);K&&(T["x-appwrite-id"]=K),T["content-range"]=`bytes ${J.start}-${J.end-1}/${h.size}`;const te=h.slice(J.start,J.end),re=Object.assign({},s);re[c]=new File([te],h.name);const de=yield this.call(t,o,T,re);return ee||(Y++,ne+=J.end-J.start,H=de,V(de)&&(L=de),r&&typeof r=="function"&&r({$id:K,progress:Math.round(ne/h.size*100),sizeUploaded:ne,chunksTotal:u,chunksUploaded:Y})),de});return yield new Promise((J,T)=>{let te=0,re=0,de=0;const Ce=()=>{if(!ee){if(de===_.length){J();return}for(;re<N&&te<_.length;){const Ie=_[te++];re++,R(Ie).then(()=>{re--,de++,Ce()}).catch(qe=>{ee=!0,T(qe)})}}};Ce()}),L??H})}ping(){return be(this,void 0,void 0,function*(){return this.call("GET",new URL(this.config.endpoint+"/ping"),{"X-Appwrite-Project":this.config.project,accept:"application/json"})})}call(e,i){return be(this,arguments,void 0,function*(t,o,a={},s={},r="json"){var d,c,h;const{uri:u,options:m}=this.prepareRequest(t,o,a,s);let j=null;const E=yield fetch(u,m);if(E.type==="opaque")throw new p(`Invalid Origin. Register your new client (${window.location.host}) as a new Web platform on your project console dashboard`,403,"forbidden","");const Q=E.headers.get("x-appwrite-warning");if(Q&&Q.split(";").forEach(K=>console.warn("Warning: "+K)),!((d=E.headers.get("content-type"))===null||d===void 0)&&d.includes("application/json")?j=ge.parse(yield E.text()):r==="arrayBuffer"?j=yield E.arrayBuffer():j={message:yield E.text()},400<=E.status){let K;throw!((c=E.headers.get("content-type"))===null||c===void 0)&&c.includes("application/json")||r==="arrayBuffer"?K=ge.stringify(j):K=j?.message,new p((h=j?.message)!==null&&h!==void 0?h:K,E.status,j?.type,K)}const W=E.headers.get("X-Fallback-Cookies");return typeof window<"u"&&window.localStorage&&W&&(window.console.warn("Appwrite is using localStorage for session management. Increase your security by adding a custom domain as your API endpoint."),window.localStorage.setItem("cookieFallback",W)),j&&typeof j=="object"&&Object.defineProperty(j,"toString",{value:()=>ge.stringify(j),writable:!0,enumerable:!1,configurable:!0}),j})}static flatten(e,i=""){let t={};for(const[o,a]of Object.entries(e)){const s=i?i+"["+o+"]":o;Array.isArray(a)?t=Object.assign(Object.assign({},t),$e.flatten(a,s)):t[s]=a}return t}}$e.CHUNK_SIZE=5242880;class ye{constructor(e){this.client=e}static flatten(e,i=""){let t={};for(const[o,a]of Object.entries(e)){const s=i?i+"["+o+"]":o;Array.isArray(a)?t=Object.assign(Object.assign({},t),ye.flatten(a,s)):t[s]=a}return t}}ye.CHUNK_SIZE=5242880;class Ei{constructor(e){this.client=e}get(){const e="/account",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}create(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,email:i[0],password:i[1],name:i[2]};const o=t.userId,a=t.email,s=t.password,r=t.name;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "email"');if(typeof s>"u")throw new p('Missing required parameter: "password"');const d="/account",c={};typeof o<"u"&&(c.userId=o),typeof a<"u"&&(c.email=a),typeof s<"u"&&(c.password=s),typeof r<"u"&&(c.name=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,u,c)}listConsents(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={queries:e,total:i[0]};const o=t.queries,a=t.total,s="/account/consents",r={};typeof o<"u"&&(r.queries=o),typeof a<"u"&&(r.total=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}getConsent(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={consentId:e};const t=i.consentId;if(typeof t>"u")throw new p('Missing required parameter: "consentId"');const o="/account/consents/{consentId}".replace("{consentId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}deleteConsent(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={consentId:e};const t=i.consentId;if(typeof t>"u")throw new p('Missing required parameter: "consentId"');const o="/account/consents/{consentId}".replace("{consentId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("delete",s,r,a)}listConsentTokens(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={consentId:e,queries:i[0],total:i[1]};const o=t.consentId,a=t.queries,s=t.total;if(typeof o>"u")throw new p('Missing required parameter: "consentId"');const r="/account/consents/{consentId}/tokens".replace("{consentId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.queries=a),typeof s<"u"&&(d.total=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",c,h,d)}getConsentToken(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={consentId:e,tokenId:i[0]};const o=t.consentId,a=t.tokenId;if(typeof o>"u")throw new p('Missing required parameter: "consentId"');if(typeof a>"u")throw new p('Missing required parameter: "tokenId"');const s="/account/consents/{consentId}/tokens/{tokenId}".replace("{consentId}",encodeURIComponent(String(o))).replace("{tokenId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}deleteConsentToken(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={consentId:e,tokenId:i[0]};const o=t.consentId,a=t.tokenId;if(typeof o>"u")throw new p('Missing required parameter: "consentId"');if(typeof a>"u")throw new p('Missing required parameter: "tokenId"');const s="/account/consents/{consentId}/tokens/{tokenId}".replace("{consentId}",encodeURIComponent(String(o))).replace("{tokenId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("delete",d,c,r)}updateEmail(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={email:e,password:i[0]};const o=t.email,a=t.password;if(typeof o>"u")throw new p('Missing required parameter: "email"');if(typeof a>"u")throw new p('Missing required parameter: "password"');const s="/account/email",r={};typeof o<"u"&&(r.email=o),typeof a<"u"&&(r.password=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",d,c,r)}listIdentities(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={queries:e,total:i[0]};const o=t.queries,a=t.total,s="/account/identities",r={};typeof o<"u"&&(r.queries=o),typeof a<"u"&&(r.total=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}deleteIdentity(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={identityId:e};const t=i.identityId;if(typeof t>"u")throw new p('Missing required parameter: "identityId"');const o="/account/identities/{identityId}".replace("{identityId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createJWT(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={duration:e};const t=i.duration,o="/account/jwts",a={};typeof t<"u"&&(a.duration=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}listLogs(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={queries:e,total:i[0]};const o=t.queries,a=t.total,s="/account/logs",r={};typeof o<"u"&&(r.queries=o),typeof a<"u"&&(r.total=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}updateMFA(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={mfa:e};const t=i.mfa;if(typeof t>"u")throw new p('Missing required parameter: "mfa"');const o="/account/mfa",a={};typeof t<"u"&&(a.mfa=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,r,a)}createMfaAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const t=i.type;if(typeof t>"u")throw new p('Missing required parameter: "type"');const o="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}createMFAAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const t=i.type;if(typeof t>"u")throw new p('Missing required parameter: "type"');const o="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}updateMfaAuthenticator(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("type"in e||"otp"in e)?t=e||{}:t={type:e,otp:i[0]};const o=t.type,a=t.otp;if(typeof o>"u")throw new p('Missing required parameter: "type"');if(typeof a>"u")throw new p('Missing required parameter: "otp"');const s="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.otp=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}updateMFAAuthenticator(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("type"in e||"otp"in e)?t=e||{}:t={type:e,otp:i[0]};const o=t.type,a=t.otp;if(typeof o>"u")throw new p('Missing required parameter: "type"');if(typeof a>"u")throw new p('Missing required parameter: "otp"');const s="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.otp=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}deleteMfaAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const t=i.type;if(typeof t>"u")throw new p('Missing required parameter: "type"');const o="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}deleteMFAAuthenticator(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"type"in e?i=e||{}:i={type:e};const t=i.type;if(typeof t>"u")throw new p('Missing required parameter: "type"');const o="/account/mfa/authenticators/{type}".replace("{type}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createMfaChallenge(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"factor"in e?i=e||{}:i={factor:e};const t=i.factor;if(typeof t>"u")throw new p('Missing required parameter: "factor"');const o="/account/mfa/challenges",a={};typeof t<"u"&&(a.factor=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}createMFAChallenge(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"factor"in e?i=e||{}:i={factor:e};const t=i.factor;if(typeof t>"u")throw new p('Missing required parameter: "factor"');const o="/account/mfa/challenges",a={};typeof t<"u"&&(a.factor=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}updateMfaChallenge(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={challengeId:e,otp:i[0]};const o=t.challengeId,a=t.otp;if(typeof o>"u")throw new p('Missing required parameter: "challengeId"');if(typeof a>"u")throw new p('Missing required parameter: "otp"');const s="/account/mfa/challenges",r={};typeof o<"u"&&(r.challengeId=o),typeof a<"u"&&(r.otp=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}updateMFAChallenge(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={challengeId:e,otp:i[0]};const o=t.challengeId,a=t.otp;if(typeof o>"u")throw new p('Missing required parameter: "challengeId"');if(typeof a>"u")throw new p('Missing required parameter: "otp"');const s="/account/mfa/challenges",r={};typeof o<"u"&&(r.challengeId=o),typeof a<"u"&&(r.otp=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}listMfaFactors(){const e="/account/mfa/factors",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listMFAFactors(){const e="/account/mfa/factors",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}getMfaRecoveryCodes(){const e="/account/mfa/recovery-codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}getMFARecoveryCodes(){const e="/account/mfa/recovery-codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}createMfaRecoveryCodes(){const e="/account/mfa/recovery-codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",t,o,i)}createMFARecoveryCodes(){const e="/account/mfa/recovery-codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",t,o,i)}updateMfaRecoveryCodes(){const e="/account/mfa/recovery-codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",t,o,i)}updateMFARecoveryCodes(){const e="/account/mfa/recovery-codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",t,o,i)}updateName(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={name:e};const t=i.name;if(typeof t>"u")throw new p('Missing required parameter: "name"');const o="/account/name",a={};typeof t<"u"&&(a.name=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,r,a)}updatePassword(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={password:e,oldPassword:i[0]};const o=t.password,a=t.oldPassword;if(typeof o>"u")throw new p('Missing required parameter: "password"');const s="/account/password",r={};typeof o<"u"&&(r.password=o),typeof a<"u"&&(r.oldPassword=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",d,c,r)}updatePhone(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={phone:e,password:i[0]};const o=t.phone,a=t.password;if(typeof o>"u")throw new p('Missing required parameter: "phone"');if(typeof a>"u")throw new p('Missing required parameter: "password"');const s="/account/phone",r={};typeof o<"u"&&(r.phone=o),typeof a<"u"&&(r.password=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",d,c,r)}getPrefs(){const e="/account/prefs",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}updatePrefs(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"prefs"in e?i=e||{}:i={prefs:e};const t=i.prefs;if(typeof t>"u")throw new p('Missing required parameter: "prefs"');const o="/account/prefs",a={};typeof t<"u"&&(a.prefs=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,r,a)}createRecovery(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={email:e,url:i[0]};const o=t.email,a=t.url;if(typeof o>"u")throw new p('Missing required parameter: "email"');if(typeof a>"u")throw new p('Missing required parameter: "url"');const s="/account/recovery",r={};typeof o<"u"&&(r.email=o),typeof a<"u"&&(r.url=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}updateRecovery(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0],password:i[1]};const o=t.userId,a=t.secret,s=t.password;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');if(typeof s>"u")throw new p('Missing required parameter: "password"');const r="/account/recovery",d={};typeof o<"u"&&(d.userId=o),typeof a<"u"&&(d.secret=a),typeof s<"u"&&(d.password=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",c,h,d)}listSessions(){const e="/account/sessions",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}deleteSessions(){const e="/account/sessions",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",t,o,i)}createAnonymousSession(){const e="/account/sessions/anonymous",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",t,o,i)}createEmailPasswordSession(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={email:e,password:i[0]};const o=t.email,a=t.password;if(typeof o>"u")throw new p('Missing required parameter: "email"');if(typeof a>"u")throw new p('Missing required parameter: "password"');const s="/account/sessions/email",r={};typeof o<"u"&&(r.email=o),typeof a<"u"&&(r.password=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}updateMagicURLSession(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0]};const o=t.userId,a=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');const s="/account/sessions/magic-url",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.secret=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}createOAuth2Session(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("provider"in e||"success"in e||"failure"in e||"scopes"in e)?t=e||{}:t={provider:e,success:i[0],failure:i[1],scopes:i[2]};const o=t.provider,a=t.success,s=t.failure,r=t.scopes;if(typeof o>"u")throw new p('Missing required parameter: "provider"');const d="/account/sessions/oauth2/{provider}".replace("{provider}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.success=a),typeof s<"u"&&(c.failure=s),typeof r<"u"&&(c.scopes=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);if(typeof window<"u"&&window?.location){window.location.href=h.toString();return}else return h.toString()}updatePhoneSession(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0]};const o=t.userId,a=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');const s="/account/sessions/phone",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.secret=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}createSession(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0]};const o=t.userId,a=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');const s="/account/sessions/token",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.secret=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}getSession(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={sessionId:e};const t=i.sessionId;if(typeof t>"u")throw new p('Missing required parameter: "sessionId"');const o="/account/sessions/{sessionId}".replace("{sessionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateSession(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={sessionId:e};const t=i.sessionId;if(typeof t>"u")throw new p('Missing required parameter: "sessionId"');const o="/account/sessions/{sessionId}".replace("{sessionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",s,r,a)}deleteSession(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={sessionId:e};const t=i.sessionId;if(typeof t>"u")throw new p('Missing required parameter: "sessionId"');const o="/account/sessions/{sessionId}".replace("{sessionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}updateStatus(){const e="/account/status",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",t,o,i)}createPushTarget(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={targetId:e,identifier:i[0],providerId:i[1]};const o=t.targetId,a=t.identifier,s=t.providerId;if(typeof o>"u")throw new p('Missing required parameter: "targetId"');if(typeof a>"u")throw new p('Missing required parameter: "identifier"');const r="/account/targets/push",d={};typeof o<"u"&&(d.targetId=o),typeof a<"u"&&(d.identifier=a),typeof s<"u"&&(d.providerId=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",c,h,d)}updatePushTarget(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={targetId:e,identifier:i[0]};const o=t.targetId,a=t.identifier;if(typeof o>"u")throw new p('Missing required parameter: "targetId"');if(typeof a>"u")throw new p('Missing required parameter: "identifier"');const s="/account/targets/{targetId}/push".replace("{targetId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.identifier=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}deletePushTarget(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={targetId:e};const t=i.targetId;if(typeof t>"u")throw new p('Missing required parameter: "targetId"');const o="/account/targets/{targetId}/push".replace("{targetId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createEmailToken(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,email:i[0],phrase:i[1]};const o=t.userId,a=t.email,s=t.phrase;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "email"');const r="/account/tokens/email",d={};typeof o<"u"&&(d.userId=o),typeof a<"u"&&(d.email=a),typeof s<"u"&&(d.phrase=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",c,h,d)}createMagicURLToken(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,email:i[0],url:i[1],phrase:i[2]};const o=t.userId,a=t.email,s=t.url,r=t.phrase;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "email"');const d="/account/tokens/magic-url",c={};typeof o<"u"&&(c.userId=o),typeof a<"u"&&(c.email=a),typeof s<"u"&&(c.url=s),typeof r<"u"&&(c.phrase=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,u,c)}createOAuth2Token(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("provider"in e||"success"in e||"failure"in e||"scopes"in e)?t=e||{}:t={provider:e,success:i[0],failure:i[1],scopes:i[2]};const o=t.provider,a=t.success,s=t.failure,r=t.scopes;if(typeof o>"u")throw new p('Missing required parameter: "provider"');const d="/account/tokens/oauth2/{provider}".replace("{provider}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.success=a),typeof s<"u"&&(c.failure=s),typeof r<"u"&&(c.scopes=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);if(typeof window<"u"&&window?.location){window.location.href=h.toString();return}else return h.toString()}createPhoneToken(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,phone:i[0]};const o=t.userId,a=t.phone;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "phone"');const s="/account/tokens/phone",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.phone=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}createEmailVerification(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={url:e};const t=i.url;if(typeof t>"u")throw new p('Missing required parameter: "url"');const o="/account/verifications/email",a={};typeof t<"u"&&(a.url=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}createVerification(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={url:e};const t=i.url;if(typeof t>"u")throw new p('Missing required parameter: "url"');const o="/account/verifications/email",a={};typeof t<"u"&&(a.url=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}updateEmailVerification(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0]};const o=t.userId,a=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');const s="/account/verifications/email",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.secret=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}updateVerification(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0]};const o=t.userId,a=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');const s="/account/verifications/email",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.secret=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}createPhoneVerification(){const e="/account/verifications/phone",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",t,o,i)}updatePhoneVerification(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={userId:e,secret:i[0]};const o=t.userId,a=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "userId"');if(typeof a>"u")throw new p('Missing required parameter: "secret"');const s="/account/verifications/phone",r={};typeof o<"u"&&(r.userId=o),typeof a<"u"&&(r.secret=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}}class xi{constructor(e){this.client=e}getBrowser(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("code"in e||"width"in e||"height"in e||"quality"in e)?t=e||{}:t={code:e,width:i[0],height:i[1],quality:i[2]};const o=t.code,a=t.width,s=t.height,r=t.quality;if(typeof o>"u")throw new p('Missing required parameter: "code"');const d="/avatars/browsers/{code}".replace("{code}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.width=a),typeof s<"u"&&(c.height=s),typeof r<"u"&&(c.quality=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project,c.impersonateuserid=this.client.config.impersonateuserid;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);return h.toString()}getCreditCard(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("code"in e||"width"in e||"height"in e||"quality"in e)?t=e||{}:t={code:e,width:i[0],height:i[1],quality:i[2]};const o=t.code,a=t.width,s=t.height,r=t.quality;if(typeof o>"u")throw new p('Missing required parameter: "code"');const d="/avatars/credit-cards/{code}".replace("{code}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.width=a),typeof s<"u"&&(c.height=s),typeof r<"u"&&(c.quality=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project,c.impersonateuserid=this.client.config.impersonateuserid;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);return h.toString()}getFavicon(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={url:e};const t=i.url;if(typeof t>"u")throw new p('Missing required parameter: "url"');const o="/avatars/favicon",a={};typeof t<"u"&&(a.url=t);const s=new URL(this.client.config.endpoint+o);a.project=this.client.config.project,a.impersonateuserid=this.client.config.impersonateuserid;for(const[r,d]of Object.entries(ye.flatten(a)))s.searchParams.append(r,d);return s.toString()}getFlag(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)&&("code"in e||"width"in e||"height"in e||"quality"in e)?t=e||{}:t={code:e,width:i[0],height:i[1],quality:i[2]};const o=t.code,a=t.width,s=t.height,r=t.quality;if(typeof o>"u")throw new p('Missing required parameter: "code"');const d="/avatars/flags/{code}".replace("{code}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.width=a),typeof s<"u"&&(c.height=s),typeof r<"u"&&(c.quality=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project,c.impersonateuserid=this.client.config.impersonateuserid;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);return h.toString()}getImage(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={url:e,width:i[0],height:i[1]};const o=t.url,a=t.width,s=t.height;if(typeof o>"u")throw new p('Missing required parameter: "url"');const r="/avatars/image",d={};typeof o<"u"&&(d.url=o),typeof a<"u"&&(d.width=a),typeof s<"u"&&(d.height=s);const c=new URL(this.client.config.endpoint+r);d.project=this.client.config.project,d.impersonateuserid=this.client.config.impersonateuserid;for(const[h,u]of Object.entries(ye.flatten(d)))c.searchParams.append(h,u);return c.toString()}getInitials(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={name:e,width:i[0],height:i[1],background:i[2]};const o=t.name,a=t.width,s=t.height,r=t.background,d="/avatars/initials",c={};typeof o<"u"&&(c.name=o),typeof a<"u"&&(c.width=a),typeof s<"u"&&(c.height=s),typeof r<"u"&&(c.background=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project,c.impersonateuserid=this.client.config.impersonateuserid;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);return h.toString()}getPhoto(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={width:e,height:i[0],quality:i[1],output:i[2],rating:i[3],userId:i[4],emailHash:i[5],name:i[6]};const o=t.width,a=t.height,s=t.quality,r=t.output,d=t.rating,c=t.userId,h=t.emailHash,u=t.name,m="/avatars/photo",j={};typeof o<"u"&&(j.width=o),typeof a<"u"&&(j.height=a),typeof s<"u"&&(j.quality=s),typeof r<"u"&&(j.output=r),typeof d<"u"&&(j.rating=d),typeof c<"u"&&(j.userId=c),typeof h<"u"&&(j.emailHash=h),typeof u<"u"&&(j.name=u);const E=new URL(this.client.config.endpoint+m);j.project=this.client.config.project,j.impersonateuserid=this.client.config.impersonateuserid;for(const[Q,W]of Object.entries(ye.flatten(j)))E.searchParams.append(Q,W);return E.toString()}getQR(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={text:e,size:i[0],margin:i[1],download:i[2]};const o=t.text,a=t.size,s=t.margin,r=t.download;if(typeof o>"u")throw new p('Missing required parameter: "text"');const d="/avatars/qr",c={};typeof o<"u"&&(c.text=o),typeof a<"u"&&(c.size=a),typeof s<"u"&&(c.margin=s),typeof r<"u"&&(c.download=r);const h=new URL(this.client.config.endpoint+d);c.project=this.client.config.project,c.impersonateuserid=this.client.config.impersonateuserid;for(const[u,m]of Object.entries(ye.flatten(c)))h.searchParams.append(u,m);return h.toString()}getScreenshot(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={url:e,headers:i[0],viewportWidth:i[1],viewportHeight:i[2],scale:i[3],theme:i[4],userAgent:i[5],fullpage:i[6],locale:i[7],timezone:i[8],latitude:i[9],longitude:i[10],accuracy:i[11],touch:i[12],permissions:i[13],sleep:i[14],width:i[15],height:i[16],quality:i[17],output:i[18]};const o=t.url,a=t.headers,s=t.viewportWidth,r=t.viewportHeight,d=t.scale,c=t.theme,h=t.userAgent,u=t.fullpage,m=t.locale,j=t.timezone,E=t.latitude,Q=t.longitude,W=t.accuracy,K=t.touch,_=t.permissions,N=t.sleep,Y=t.width,ne=t.height,H=t.quality,L=t.output;if(typeof o>"u")throw new p('Missing required parameter: "url"');const ee="/avatars/screenshots",V={};typeof o<"u"&&(V.url=o),typeof a<"u"&&(V.headers=a),typeof s<"u"&&(V.viewportWidth=s),typeof r<"u"&&(V.viewportHeight=r),typeof d<"u"&&(V.scale=d),typeof c<"u"&&(V.theme=c),typeof h<"u"&&(V.userAgent=h),typeof u<"u"&&(V.fullpage=u),typeof m<"u"&&(V.locale=m),typeof j<"u"&&(V.timezone=j),typeof E<"u"&&(V.latitude=E),typeof Q<"u"&&(V.longitude=Q),typeof W<"u"&&(V.accuracy=W),typeof K<"u"&&(V.touch=K),typeof _<"u"&&(V.permissions=_),typeof N<"u"&&(V.sleep=N),typeof Y<"u"&&(V.width=Y),typeof ne<"u"&&(V.height=ne),typeof H<"u"&&(V.quality=H),typeof L<"u"&&(V.output=L);const R=new URL(this.client.config.endpoint+ee);V.project=this.client.config.project,V.impersonateuserid=this.client.config.impersonateuserid;for(const[J,T]of Object.entries(ye.flatten(V)))R.searchParams.append(J,T);return R.toString()}}class Wn{constructor(e){this.client=e}listTransactions(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={queries:e};const t=i.queries,o="/databases/transactions",a={};typeof t<"u"&&(a.queries=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}createTransaction(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={ttl:e};const t=i.ttl,o="/databases/transactions",a={};typeof t<"u"&&(a.ttl=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}getTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/databases/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateTransaction(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,commit:i[0],rollback:i[1]};const o=t.transactionId,a=t.commit,s=t.rollback;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const r="/databases/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.commit=a),typeof s<"u"&&(d.rollback=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",c,h,d)}deleteTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/databases/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createOperations(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,operations:i[0]};const o=t.transactionId,a=t.operations;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const s="/databases/transactions/{transactionId}/operations".replace("{transactionId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.operations=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}listDocuments(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],queries:i[1],transactionId:i[2],total:i[3],ttl:i[4]};const o=t.databaseId,a=t.collectionId,s=t.queries,r=t.transactionId,d=t.total,c=t.ttl;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');const h="/databases/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.queries=s),typeof r<"u"&&(u.transactionId=r),typeof d<"u"&&(u.total=d),typeof c<"u"&&(u.ttl=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",m,j,u)}createDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "data"');const h="/databases/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.documentId=s),typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",m,j,u)}getDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],queries:i[2],transactionId:i[3]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.queries,d=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const c="/databases/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),h={};typeof r<"u"&&(h.queries=r),typeof d<"u"&&(h.transactionId=d);const u=new URL(this.client.config.endpoint+c),m={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",u,m,h)}upsertDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const h="/databases/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",m,j,u)}updateDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const h="/databases/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",m,j,u)}deleteDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],transactionId:i[2]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const d="/databases/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),c={};typeof r<"u"&&(c.transactionId=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",h,u,c)}decrementDocumentAttribute(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],attribute:i[2],value:i[3],min:i[4],transactionId:i[5]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.attribute,d=t.value,c=t.min,h=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "attribute"');const u="/databases/{databaseId}/collections/{collectionId}/documents/{documentId}/{attribute}/decrement".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))).replace("{attribute}",encodeURIComponent(String(r))),m={};typeof d<"u"&&(m.value=d),typeof c<"u"&&(m.min=c),typeof h<"u"&&(m.transactionId=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",j,E,m)}incrementDocumentAttribute(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],attribute:i[2],value:i[3],max:i[4],transactionId:i[5]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.attribute,d=t.value,c=t.max,h=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "attribute"');const u="/databases/{databaseId}/collections/{collectionId}/documents/{documentId}/{attribute}/increment".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))).replace("{attribute}",encodeURIComponent(String(r))),m={};typeof d<"u"&&(m.value=d),typeof c<"u"&&(m.max=c),typeof h<"u"&&(m.transactionId=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",j,E,m)}}class Gn{constructor(e){this.client=e}listTransactions(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={queries:e};const t=i.queries,o="/documentsdb/transactions",a={};typeof t<"u"&&(a.queries=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}createTransaction(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={ttl:e};const t=i.ttl,o="/documentsdb/transactions",a={};typeof t<"u"&&(a.ttl=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}getTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/documentsdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateTransaction(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,commit:i[0],rollback:i[1]};const o=t.transactionId,a=t.commit,s=t.rollback;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const r="/documentsdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.commit=a),typeof s<"u"&&(d.rollback=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",c,h,d)}deleteTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/documentsdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createOperations(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,operations:i[0]};const o=t.transactionId,a=t.operations;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const s="/documentsdb/transactions/{transactionId}/operations".replace("{transactionId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.operations=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}listDocuments(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],queries:i[1],transactionId:i[2],total:i[3],ttl:i[4]};const o=t.databaseId,a=t.collectionId,s=t.queries,r=t.transactionId,d=t.total,c=t.ttl;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');const h="/documentsdb/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.queries=s),typeof r<"u"&&(u.transactionId=r),typeof d<"u"&&(u.total=d),typeof c<"u"&&(u.ttl=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",m,j,u)}createDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "data"');const h="/documentsdb/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.documentId=s),typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",m,j,u)}createDocuments(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documents:i[1],transactionId:i[2]};const o=t.databaseId,a=t.collectionId,s=t.documents,r=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documents"');const d="/documentsdb/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),c={};typeof s<"u"&&(c.documents=s),typeof r<"u"&&(c.transactionId=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",h,u,c)}getDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],queries:i[2],transactionId:i[3]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.queries,d=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const c="/documentsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),h={};typeof r<"u"&&(h.queries=r),typeof d<"u"&&(h.transactionId=d);const u=new URL(this.client.config.endpoint+c),m={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",u,m,h)}upsertDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const h="/documentsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",m,j,u)}updateDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const h="/documentsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",m,j,u)}deleteDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],transactionId:i[2]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const d="/documentsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),c={};typeof r<"u"&&(c.transactionId=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",h,u,c)}decrementDocumentAttribute(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],attribute:i[2],value:i[3],min:i[4],transactionId:i[5]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.attribute,d=t.value,c=t.min,h=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "attribute"');const u="/documentsdb/{databaseId}/collections/{collectionId}/documents/{documentId}/{attribute}/decrement".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))).replace("{attribute}",encodeURIComponent(String(r))),m={};typeof d<"u"&&(m.value=d),typeof c<"u"&&(m.min=c),typeof h<"u"&&(m.transactionId=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",j,E,m)}incrementDocumentAttribute(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],attribute:i[2],value:i[3],max:i[4],transactionId:i[5]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.attribute,d=t.value,c=t.max,h=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "attribute"');const u="/documentsdb/{databaseId}/collections/{collectionId}/documents/{documentId}/{attribute}/increment".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))).replace("{attribute}",encodeURIComponent(String(r))),m={};typeof d<"u"&&(m.value=d),typeof c<"u"&&(m.max=c),typeof h<"u"&&(m.transactionId=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",j,E,m)}}class Kn{constructor(e){this.client=e}listExecutions(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={functionId:e,queries:i[0],total:i[1]};const o=t.functionId,a=t.queries,s=t.total;if(typeof o>"u")throw new p('Missing required parameter: "functionId"');const r="/functions/{functionId}/executions".replace("{functionId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.queries=a),typeof s<"u"&&(d.total=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",c,h,d)}createExecution(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={functionId:e,body:i[0],async:i[1],xpath:i[2],method:i[3],headers:i[4],scheduledAt:i[5]};const o=t.functionId,a=t.body,s=t.async,r=t.xpath,d=t.method,c=t.headers,h=t.scheduledAt;if(typeof o>"u")throw new p('Missing required parameter: "functionId"');const u="/functions/{functionId}/executions".replace("{functionId}",encodeURIComponent(String(o))),m={};typeof a<"u"&&(m.body=a),typeof s<"u"&&(m.async=s),typeof r<"u"&&(m.path=r),typeof d<"u"&&(m.method=d),typeof c<"u"&&(m.headers=c),typeof h<"u"&&(m.scheduledAt=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",j,E,m)}getExecution(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={functionId:e,executionId:i[0]};const o=t.functionId,a=t.executionId;if(typeof o>"u")throw new p('Missing required parameter: "functionId"');if(typeof a>"u")throw new p('Missing required parameter: "executionId"');const s="/functions/{functionId}/executions/{executionId}".replace("{functionId}",encodeURIComponent(String(o))).replace("{executionId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}}class Jn{constructor(e){this.client=e}query(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"query"in e?i=e||{}:i={query:e};const t=i.query;if(typeof t>"u")throw new p('Missing required parameter: "query"');const o="/graphql",a={};typeof t<"u"&&(a.query=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"x-sdk-graphql":"true","content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}mutation(e){let i;e&&typeof e=="object"&&!Array.isArray(e)&&"query"in e?i=e||{}:i={query:e};const t=i.query;if(typeof t>"u")throw new p('Missing required parameter: "query"');const o="/graphql/mutation",a={};typeof t<"u"&&(a.query=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"x-sdk-graphql":"true","content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}}class Yn{constructor(e){this.client=e}get(){const e="/locale",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listCodes(){const e="/locale/codes",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listContinents(){const e="/locale/continents",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listCountries(){const e="/locale/countries",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listCountriesEU(){const e="/locale/countries/eu",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listCountriesPhones(){const e="/locale/countries/phones",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listCurrencies(){const e="/locale/currencies",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}listLanguages(){const e="/locale/languages",i={},t=new URL(this.client.config.endpoint+e),o={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",t,o,i)}}class Zn{constructor(e){this.client=e}createSubscriber(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={topicId:e,subscriberId:i[0],targetId:i[1]};const o=t.topicId,a=t.subscriberId,s=t.targetId;if(typeof o>"u")throw new p('Missing required parameter: "topicId"');if(typeof a>"u")throw new p('Missing required parameter: "subscriberId"');if(typeof s>"u")throw new p('Missing required parameter: "targetId"');const r="/messaging/topics/{topicId}/subscribers".replace("{topicId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.subscriberId=a),typeof s<"u"&&(d.targetId=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",c,h,d)}deleteSubscriber(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={topicId:e,subscriberId:i[0]};const o=t.topicId,a=t.subscriberId;if(typeof o>"u")throw new p('Missing required parameter: "topicId"');if(typeof a>"u")throw new p('Missing required parameter: "subscriberId"');const s="/messaging/topics/{topicId}/subscribers/{subscriberId}".replace("{topicId}",encodeURIComponent(String(o))).replace("{subscriberId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",d,c,r)}}class Qn{constructor(e){this.client=e}listInstallations(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={queries:e,total:i[0]};const o=t.queries,a=t.total,s="/organization/installations",r={};typeof o<"u"&&(r.queries=o),typeof a<"u"&&(r.total=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}createInstallation(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={appId:e,authorizationDetails:i[0]};const o=t.appId,a=t.authorizationDetails;if(typeof o>"u")throw new p('Missing required parameter: "appId"');const s="/organization/installations",r={};typeof o<"u"&&(r.appId=o),typeof a<"u"&&(r.authorizationDetails=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}getInstallation(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={installationId:e};const t=i.installationId;if(typeof t>"u")throw new p('Missing required parameter: "installationId"');const o="/organization/installations/{installationId}".replace("{installationId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateInstallation(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={installationId:e,authorizationDetails:i[0]};const o=t.installationId,a=t.authorizationDetails;if(typeof o>"u")throw new p('Missing required parameter: "installationId"');const s="/organization/installations/{installationId}".replace("{installationId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.authorizationDetails=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}deleteInstallation(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={installationId:e};const t=i.installationId;if(typeof t>"u")throw new p('Missing required parameter: "installationId"');const o="/organization/installations/{installationId}".replace("{installationId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("delete",s,r,a)}}class Tn{constructor(e){this.client=e}list(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={queries:e,total:i[0],ttl:i[1]};const o=t.queries,a=t.total,s=t.ttl,r="/presences",d={};typeof o<"u"&&(d.queries=o),typeof a<"u"&&(d.total=a),typeof s<"u"&&(d.ttl=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",c,h,d)}get(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={presenceId:e};const t=i.presenceId;if(typeof t>"u")throw new p('Missing required parameter: "presenceId"');const o="/presences/{presenceId}".replace("{presenceId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}upsert(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={presenceId:e,status:i[0],permissions:i[1],expiresAt:i[2],metadata:i[3]};const o=t.presenceId,a=t.status,s=t.permissions,r=t.expiresAt,d=t.metadata;if(typeof o>"u")throw new p('Missing required parameter: "presenceId"');if(typeof a>"u")throw new p('Missing required parameter: "status"');const c="/presences/{presenceId}".replace("{presenceId}",encodeURIComponent(String(o))),h={};typeof a<"u"&&(h.status=a),typeof s<"u"&&(h.permissions=s),typeof r<"u"&&(h.expiresAt=r),typeof d<"u"&&(h.metadata=d);const u=new URL(this.client.config.endpoint+c),m={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",u,m,h)}update(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={presenceId:e,status:i[0],expiresAt:i[1],metadata:i[2],permissions:i[3],purge:i[4]};const o=t.presenceId,a=t.status,s=t.expiresAt,r=t.metadata,d=t.permissions,c=t.purge;if(typeof o>"u")throw new p('Missing required parameter: "presenceId"');const h="/presences/{presenceId}".replace("{presenceId}",encodeURIComponent(String(o))),u={};typeof a<"u"&&(u.status=a),typeof s<"u"&&(u.expiresAt=s),typeof r<"u"&&(u.metadata=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.purge=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",m,j,u)}delete(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={presenceId:e};const t=i.presenceId;if(typeof t>"u")throw new p('Missing required parameter: "presenceId"');const o="/presences/{presenceId}".replace("{presenceId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}}class zn{constructor(e){this.client=e}listFiles(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,queries:i[0],search:i[1],total:i[2]};const o=t.bucketId,a=t.queries,s=t.search,r=t.total;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');const d="/storage/buckets/{bucketId}/files".replace("{bucketId}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.queries=a),typeof s<"u"&&(c.search=s),typeof r<"u"&&(c.total=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",h,u,c)}createFile(e,...i){let t,o;e&&typeof e=="object"&&!Array.isArray(e)?(t=e||{},o=e?.onProgress):(t={bucketId:e,fileId:i[0],file:i[1],permissions:i[2],folder:i[3]},o=i[4]);const a=t.bucketId,s=t.fileId,r=t.file,d=t.permissions,c=t.folder;if(typeof a>"u")throw new p('Missing required parameter: "bucketId"');if(typeof s>"u")throw new p('Missing required parameter: "fileId"');if(typeof r>"u")throw new p('Missing required parameter: "file"');const h="/storage/buckets/{bucketId}/files".replace("{bucketId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.fileId=s),typeof r<"u"&&(u.file=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.folder=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"multipart/form-data",accept:"application/json"};return this.client.chunkedUpload("post",m,j,u,o)}getFile(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,fileId:i[0]};const o=t.bucketId,a=t.fileId;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');if(typeof a>"u")throw new p('Missing required parameter: "fileId"');const s="/storage/buckets/{bucketId}/files/{fileId}".replace("{bucketId}",encodeURIComponent(String(o))).replace("{fileId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}updateFile(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,fileId:i[0],name:i[1],permissions:i[2]};const o=t.bucketId,a=t.fileId,s=t.name,r=t.permissions;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');if(typeof a>"u")throw new p('Missing required parameter: "fileId"');const d="/storage/buckets/{bucketId}/files/{fileId}".replace("{bucketId}",encodeURIComponent(String(o))).replace("{fileId}",encodeURIComponent(String(a))),c={};typeof s<"u"&&(c.name=s),typeof r<"u"&&(c.permissions=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",h,u,c)}deleteFile(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,fileId:i[0]};const o=t.bucketId,a=t.fileId;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');if(typeof a>"u")throw new p('Missing required parameter: "fileId"');const s="/storage/buckets/{bucketId}/files/{fileId}".replace("{bucketId}",encodeURIComponent(String(o))).replace("{fileId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",d,c,r)}getFileDownload(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,fileId:i[0],token:i[1]};const o=t.bucketId,a=t.fileId,s=t.token;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');if(typeof a>"u")throw new p('Missing required parameter: "fileId"');const r="/storage/buckets/{bucketId}/files/{fileId}/download".replace("{bucketId}",encodeURIComponent(String(o))).replace("{fileId}",encodeURIComponent(String(a))),d={};typeof s<"u"&&(d.token=s);const c=new URL(this.client.config.endpoint+r);d.project=this.client.config.project,d.impersonateuserid=this.client.config.impersonateuserid;for(const[h,u]of Object.entries(ye.flatten(d)))c.searchParams.append(h,u);return c.toString()}getFilePreview(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,fileId:i[0],width:i[1],height:i[2],gravity:i[3],quality:i[4],borderWidth:i[5],borderColor:i[6],borderRadius:i[7],opacity:i[8],rotation:i[9],background:i[10],output:i[11],token:i[12]};const o=t.bucketId,a=t.fileId,s=t.width,r=t.height,d=t.gravity,c=t.quality,h=t.borderWidth,u=t.borderColor,m=t.borderRadius,j=t.opacity,E=t.rotation,Q=t.background,W=t.output,K=t.token;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');if(typeof a>"u")throw new p('Missing required parameter: "fileId"');const _="/storage/buckets/{bucketId}/files/{fileId}/preview".replace("{bucketId}",encodeURIComponent(String(o))).replace("{fileId}",encodeURIComponent(String(a))),N={};typeof s<"u"&&(N.width=s),typeof r<"u"&&(N.height=r),typeof d<"u"&&(N.gravity=d),typeof c<"u"&&(N.quality=c),typeof h<"u"&&(N.borderWidth=h),typeof u<"u"&&(N.borderColor=u),typeof m<"u"&&(N.borderRadius=m),typeof j<"u"&&(N.opacity=j),typeof E<"u"&&(N.rotation=E),typeof Q<"u"&&(N.background=Q),typeof W<"u"&&(N.output=W),typeof K<"u"&&(N.token=K);const Y=new URL(this.client.config.endpoint+_);N.project=this.client.config.project,N.impersonateuserid=this.client.config.impersonateuserid;for(const[ne,H]of Object.entries(ye.flatten(N)))Y.searchParams.append(ne,H);return Y.toString()}getFileView(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={bucketId:e,fileId:i[0],token:i[1]};const o=t.bucketId,a=t.fileId,s=t.token;if(typeof o>"u")throw new p('Missing required parameter: "bucketId"');if(typeof a>"u")throw new p('Missing required parameter: "fileId"');const r="/storage/buckets/{bucketId}/files/{fileId}/view".replace("{bucketId}",encodeURIComponent(String(o))).replace("{fileId}",encodeURIComponent(String(a))),d={};typeof s<"u"&&(d.token=s);const c=new URL(this.client.config.endpoint+r);d.project=this.client.config.project,d.impersonateuserid=this.client.config.impersonateuserid;for(const[h,u]of Object.entries(ye.flatten(d)))c.searchParams.append(h,u);return c.toString()}}class On{constructor(e){this.client=e}listTransactions(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={queries:e};const t=i.queries,o="/tablesdb/transactions",a={};typeof t<"u"&&(a.queries=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}createTransaction(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={ttl:e};const t=i.ttl,o="/tablesdb/transactions",a={};typeof t<"u"&&(a.ttl=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}getTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/tablesdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateTransaction(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,commit:i[0],rollback:i[1]};const o=t.transactionId,a=t.commit,s=t.rollback;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const r="/tablesdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.commit=a),typeof s<"u"&&(d.rollback=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",c,h,d)}deleteTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/tablesdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createOperations(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,operations:i[0]};const o=t.transactionId,a=t.operations;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const s="/tablesdb/transactions/{transactionId}/operations".replace("{transactionId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.operations=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}listRows(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],queries:i[1],transactionId:i[2],total:i[3],ttl:i[4]};const o=t.databaseId,a=t.tableId,s=t.queries,r=t.transactionId,d=t.total,c=t.ttl;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');const h="/tablesdb/{databaseId}/tables/{tableId}/rows".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.queries=s),typeof r<"u"&&(u.transactionId=r),typeof d<"u"&&(u.total=d),typeof c<"u"&&(u.ttl=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",m,j,u)}createRow(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');if(typeof r>"u")throw new p('Missing required parameter: "data"');const h="/tablesdb/{databaseId}/tables/{tableId}/rows".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.rowId=s),typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",m,j,u)}getRow(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],queries:i[2],transactionId:i[3]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.queries,d=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');const c="/tablesdb/{databaseId}/tables/{tableId}/rows/{rowId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))).replace("{rowId}",encodeURIComponent(String(s))),h={};typeof r<"u"&&(h.queries=r),typeof d<"u"&&(h.transactionId=d);const u=new URL(this.client.config.endpoint+c),m={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",u,m,h)}upsertRow(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');const h="/tablesdb/{databaseId}/tables/{tableId}/rows/{rowId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))).replace("{rowId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",m,j,u)}updateRow(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');const h="/tablesdb/{databaseId}/tables/{tableId}/rows/{rowId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))).replace("{rowId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",m,j,u)}deleteRow(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],transactionId:i[2]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');const d="/tablesdb/{databaseId}/tables/{tableId}/rows/{rowId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))).replace("{rowId}",encodeURIComponent(String(s))),c={};typeof r<"u"&&(c.transactionId=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",h,u,c)}decrementRowColumn(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],column:i[2],value:i[3],min:i[4],transactionId:i[5]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.column,d=t.value,c=t.min,h=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');if(typeof r>"u")throw new p('Missing required parameter: "column"');const u="/tablesdb/{databaseId}/tables/{tableId}/rows/{rowId}/{column}/decrement".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))).replace("{rowId}",encodeURIComponent(String(s))).replace("{column}",encodeURIComponent(String(r))),m={};typeof d<"u"&&(m.value=d),typeof c<"u"&&(m.min=c),typeof h<"u"&&(m.transactionId=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",j,E,m)}incrementRowColumn(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,tableId:i[0],rowId:i[1],column:i[2],value:i[3],max:i[4],transactionId:i[5]};const o=t.databaseId,a=t.tableId,s=t.rowId,r=t.column,d=t.value,c=t.max,h=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "tableId"');if(typeof s>"u")throw new p('Missing required parameter: "rowId"');if(typeof r>"u")throw new p('Missing required parameter: "column"');const u="/tablesdb/{databaseId}/tables/{tableId}/rows/{rowId}/{column}/increment".replace("{databaseId}",encodeURIComponent(String(o))).replace("{tableId}",encodeURIComponent(String(a))).replace("{rowId}",encodeURIComponent(String(s))).replace("{column}",encodeURIComponent(String(r))),m={};typeof d<"u"&&(m.value=d),typeof c<"u"&&(m.max=c),typeof h<"u"&&(m.transactionId=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",j,E,m)}}class Fn{constructor(e){this.client=e}list(e,...i){let t;typeof e>"u"&&i.length===0||e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={queries:e,search:i[0],total:i[1]};const o=t.queries,a=t.search,s=t.total,r="/teams",d={};typeof o<"u"&&(d.queries=o),typeof a<"u"&&(d.search=a),typeof s<"u"&&(d.total=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",c,h,d)}create(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,name:i[0],roles:i[1]};const o=t.teamId,a=t.name,s=t.roles;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "name"');const r="/teams",d={};typeof o<"u"&&(d.teamId=o),typeof a<"u"&&(d.name=a),typeof s<"u"&&(d.roles=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",c,h,d)}get(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={teamId:e};const t=i.teamId;if(typeof t>"u")throw new p('Missing required parameter: "teamId"');const o="/teams/{teamId}".replace("{teamId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateName(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,name:i[0]};const o=t.teamId,a=t.name;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "name"');const s="/teams/{teamId}".replace("{teamId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.name=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}delete(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={teamId:e};const t=i.teamId;if(typeof t>"u")throw new p('Missing required parameter: "teamId"');const o="/teams/{teamId}".replace("{teamId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}listInstallations(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,queries:i[0],total:i[1]};const o=t.teamId,a=t.queries,s=t.total;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');const r="/teams/{teamId}/installations".replace("{teamId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.queries=a),typeof s<"u"&&(d.total=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",c,h,d)}createInstallation(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,appId:i[0],authorizationDetails:i[1]};const o=t.teamId,a=t.appId,s=t.authorizationDetails;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "appId"');const r="/teams/{teamId}/installations".replace("{teamId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.appId=a),typeof s<"u"&&(d.authorizationDetails=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",c,h,d)}getInstallation(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,installationId:i[0]};const o=t.teamId,a=t.installationId;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "installationId"');const s="/teams/{teamId}/installations/{installationId}".replace("{teamId}",encodeURIComponent(String(o))).replace("{installationId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}updateInstallation(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,installationId:i[0],authorizationDetails:i[1]};const o=t.teamId,a=t.installationId,s=t.authorizationDetails;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "installationId"');const r="/teams/{teamId}/installations/{installationId}".replace("{teamId}",encodeURIComponent(String(o))).replace("{installationId}",encodeURIComponent(String(a))),d={};typeof s<"u"&&(d.authorizationDetails=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",c,h,d)}deleteInstallation(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,installationId:i[0]};const o=t.teamId,a=t.installationId;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "installationId"');const s="/teams/{teamId}/installations/{installationId}".replace("{teamId}",encodeURIComponent(String(o))).replace("{installationId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("delete",d,c,r)}listMemberships(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,queries:i[0],search:i[1],total:i[2]};const o=t.teamId,a=t.queries,s=t.search,r=t.total;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');const d="/teams/{teamId}/memberships".replace("{teamId}",encodeURIComponent(String(o))),c={};typeof a<"u"&&(c.queries=a),typeof s<"u"&&(c.search=s),typeof r<"u"&&(c.total=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",h,u,c)}createMembership(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,roles:i[0],email:i[1],userId:i[2],phone:i[3],url:i[4],name:i[5]};const o=t.teamId,a=t.roles,s=t.email,r=t.userId,d=t.phone,c=t.url,h=t.name;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "roles"');const u="/teams/{teamId}/memberships".replace("{teamId}",encodeURIComponent(String(o))),m={};typeof s<"u"&&(m.email=s),typeof r<"u"&&(m.userId=r),typeof d<"u"&&(m.phone=d),typeof a<"u"&&(m.roles=a),typeof c<"u"&&(m.url=c),typeof h<"u"&&(m.name=h);const j=new URL(this.client.config.endpoint+u),E={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",j,E,m)}getMembership(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,membershipId:i[0]};const o=t.teamId,a=t.membershipId;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "membershipId"');const s="/teams/{teamId}/memberships/{membershipId}".replace("{teamId}",encodeURIComponent(String(o))).replace("{membershipId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",d,c,r)}updateMembership(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,membershipId:i[0],roles:i[1]};const o=t.teamId,a=t.membershipId,s=t.roles;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "membershipId"');if(typeof s>"u")throw new p('Missing required parameter: "roles"');const r="/teams/{teamId}/memberships/{membershipId}".replace("{teamId}",encodeURIComponent(String(o))).replace("{membershipId}",encodeURIComponent(String(a))),d={};typeof s<"u"&&(d.roles=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",c,h,d)}deleteMembership(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,membershipId:i[0]};const o=t.teamId,a=t.membershipId;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "membershipId"');const s="/teams/{teamId}/memberships/{membershipId}".replace("{teamId}",encodeURIComponent(String(o))).replace("{membershipId}",encodeURIComponent(String(a))),r={},d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",d,c,r)}updateMembershipStatus(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,membershipId:i[0],userId:i[1],secret:i[2]};const o=t.teamId,a=t.membershipId,s=t.userId,r=t.secret;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "membershipId"');if(typeof s>"u")throw new p('Missing required parameter: "userId"');if(typeof r>"u")throw new p('Missing required parameter: "secret"');const d="/teams/{teamId}/memberships/{membershipId}/status".replace("{teamId}",encodeURIComponent(String(o))).replace("{membershipId}",encodeURIComponent(String(a))),c={};typeof s<"u"&&(c.userId=s),typeof r<"u"&&(c.secret=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",h,u,c)}getPrefs(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={teamId:e};const t=i.teamId;if(typeof t>"u")throw new p('Missing required parameter: "teamId"');const o="/teams/{teamId}/prefs".replace("{teamId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updatePrefs(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={teamId:e,prefs:i[0]};const o=t.teamId,a=t.prefs;if(typeof o>"u")throw new p('Missing required parameter: "teamId"');if(typeof a>"u")throw new p('Missing required parameter: "prefs"');const s="/teams/{teamId}/prefs".replace("{teamId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.prefs=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",d,c,r)}}class eo{constructor(e){this.client=e}listTransactions(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={queries:e};const t=i.queries,o="/vectorsdb/transactions",a={};typeof t<"u"&&(a.queries=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}createTransaction(e){let i;typeof e>"u"||e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={ttl:e};const t=i.ttl,o="/vectorsdb/transactions",a={};typeof t<"u"&&(a.ttl=t);const s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",s,r,a)}getTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/vectorsdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",s,r,a)}updateTransaction(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,commit:i[0],rollback:i[1]};const o=t.transactionId,a=t.commit,s=t.rollback;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const r="/vectorsdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(o))),d={};typeof a<"u"&&(d.commit=a),typeof s<"u"&&(d.rollback=s);const c=new URL(this.client.config.endpoint+r),h={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",c,h,d)}deleteTransaction(e){let i;e&&typeof e=="object"&&!Array.isArray(e)?i=e||{}:i={transactionId:e};const t=i.transactionId;if(typeof t>"u")throw new p('Missing required parameter: "transactionId"');const o="/vectorsdb/transactions/{transactionId}".replace("{transactionId}",encodeURIComponent(String(t))),a={},s=new URL(this.client.config.endpoint+o),r={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",s,r,a)}createOperations(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={transactionId:e,operations:i[0]};const o=t.transactionId,a=t.operations;if(typeof o>"u")throw new p('Missing required parameter: "transactionId"');const s="/vectorsdb/transactions/{transactionId}/operations".replace("{transactionId}",encodeURIComponent(String(o))),r={};typeof a<"u"&&(r.operations=a);const d=new URL(this.client.config.endpoint+s),c={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",d,c,r)}listDocuments(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],queries:i[1],transactionId:i[2],total:i[3],ttl:i[4]};const o=t.databaseId,a=t.collectionId,s=t.queries,r=t.transactionId,d=t.total,c=t.ttl;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');const h="/vectorsdb/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.queries=s),typeof r<"u"&&(u.transactionId=r),typeof d<"u"&&(u.total=d),typeof c<"u"&&(u.ttl=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",m,j,u)}createDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');if(typeof r>"u")throw new p('Missing required parameter: "data"');const h="/vectorsdb/{databaseId}/collections/{collectionId}/documents".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.documentId=s),typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",m,j,u)}createQuery(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],queries:i[1],transactionId:i[2],total:i[3],ttl:i[4]};const o=t.databaseId,a=t.collectionId,s=t.queries,r=t.transactionId,d=t.total,c=t.ttl;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');const h="/vectorsdb/{databaseId}/collections/{collectionId}/documents/query".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))),u={};typeof s<"u"&&(u.queries=s),typeof r<"u"&&(u.transactionId=r),typeof d<"u"&&(u.total=d),typeof c<"u"&&(u.ttl=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("post",m,j,u)}getDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],queries:i[2],transactionId:i[3]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.queries,d=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const c="/vectorsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),h={};typeof r<"u"&&(h.queries=r),typeof d<"u"&&(h.transactionId=d);const u=new URL(this.client.config.endpoint+c),m={"X-Appwrite-Project":this.client.config.project,accept:"application/json"};return this.client.call("get",u,m,h)}upsertDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const h="/vectorsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("put",m,j,u)}updateDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],data:i[2],permissions:i[3],transactionId:i[4]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.data,d=t.permissions,c=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const h="/vectorsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),u={};typeof r<"u"&&(u.data=r),typeof d<"u"&&(u.permissions=d),typeof c<"u"&&(u.transactionId=c);const m=new URL(this.client.config.endpoint+h),j={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json",accept:"application/json"};return this.client.call("patch",m,j,u)}deleteDocument(e,...i){let t;e&&typeof e=="object"&&!Array.isArray(e)?t=e||{}:t={databaseId:e,collectionId:i[0],documentId:i[1],transactionId:i[2]};const o=t.databaseId,a=t.collectionId,s=t.documentId,r=t.transactionId;if(typeof o>"u")throw new p('Missing required parameter: "databaseId"');if(typeof a>"u")throw new p('Missing required parameter: "collectionId"');if(typeof s>"u")throw new p('Missing required parameter: "documentId"');const d="/vectorsdb/{databaseId}/collections/{collectionId}/documents/{documentId}".replace("{databaseId}",encodeURIComponent(String(o))).replace("{collectionId}",encodeURIComponent(String(a))).replace("{documentId}",encodeURIComponent(String(s))),c={};typeof r<"u"&&(c.transactionId=r);const h=new URL(this.client.config.endpoint+d),u={"X-Appwrite-Project":this.client.config.project,"content-type":"application/json"};return this.client.call("delete",h,u,c)}}var wt;(function(n){n[n.NORMAL_CLOSURE=1e3]="NORMAL_CLOSURE",n[n.POLICY_VIOLATION=1008]="POLICY_VIOLATION",n[n.UNKNOWN_ERROR=-1]="UNKNOWN_ERROR"})(wt||(wt={}));class to{constructor(e){this.TYPE_ERROR="error",this.TYPE_EVENT="event",this.TYPE_PONG="pong",this.TYPE_CONNECTED="connected",this.DEBOUNCE_MS=1,this.HEARTBEAT_INTERVAL=2e4,this.activeSubscriptions=new Map,this.pendingSubscribes=new Map,this.appConnected=!1,this.subCallDepth=0,this.reconnectAttempts=0,this.connectionId=0,this.reconnect=!0,this.onErrorCallbacks=[],this.onCloseCallbacks=[],this.onOpenCallbacks=[],this.client=e}onError(e){this.onErrorCallbacks.push(e)}onClose(e){this.onCloseCallbacks.push(e)}onOpen(e){this.onOpenCallbacks.push(e)}startHeartbeat(){this.stopHeartbeat(),this.heartbeatTimer=window?.setInterval(()=>{this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send(ge.stringify({type:"ping"}))},this.HEARTBEAT_INTERVAL)}stopHeartbeat(){this.heartbeatTimer&&(window?.clearInterval(this.heartbeatTimer),this.heartbeatTimer=void 0)}createSocket(){return be(this,void 0,void 0,function*(){if(!(this.socket&&this.socket.readyState<WebSocket.CLOSING))return this.socketCreationPromise?this.socketCreationPromise:(this.socketCreationPromise=this.createSocketLocked().finally(()=>{this.socketCreationPromise=void 0}),this.socketCreationPromise)})}createSocketLocked(){return be(this,void 0,void 0,function*(){if(this.activeSubscriptions.size===0&&!this.pendingPresence){this.reconnect=!1,yield this.closeSocket();return}const e=this.client.config.project;if(!e)throw new p("Missing project ID");let i=`project=${e}`;const t=this.client.config.jwt;t&&(i+=`&jwt=${encodeURIComponent(t)}`);const s=`${(this.client.config.endpointRealtime!==""?this.client.config.endpointRealtime:this.client.config.endpoint||"").replace("https://","wss://").replace("http://","ws://")}/realtime?${i}`;return this.socket&&(this.reconnect=!1,this.socket.readyState<WebSocket.CLOSING&&(yield this.closeSocket()),this.reconnect=!0),new Promise((r,d)=>{if(this.activeSubscriptions.size===0&&!this.pendingPresence){r();return}try{const c=++this.connectionId,h=this.socket=new WebSocket(s);h.addEventListener("open",()=>{c===this.connectionId&&(this.reconnectAttempts=0,this.onOpenCallbacks.forEach(u=>u()),this.startHeartbeat(),r())}),h.addEventListener("message",u=>{if(c===this.connectionId)try{const m=ge.parse(u.data);this.handleMessage(m)}catch(m){console.error("Failed to parse message:",m)}}),h.addEventListener("close",u=>be(this,void 0,void 0,function*(){if(c!==this.connectionId||h!==this.socket)return;if(this.appConnected=!1,this.stopHeartbeat(),this.onCloseCallbacks.forEach(j=>j()),!this.reconnect||u.code===wt.POLICY_VIOLATION){this.reconnect=!0;return}const m=this.getTimeout();console.log(`Realtime disconnected. Re-connecting in ${m/1e3} seconds.`),yield this.sleep(m),this.reconnectAttempts++;try{yield this.createSocket()}catch(j){console.error("Failed to reconnect:",j)}})),h.addEventListener("error",u=>{if(c!==this.connectionId||h!==this.socket)return;this.stopHeartbeat();const m=new Error("WebSocket error");console.error("WebSocket error:",m.message),this.onErrorCallbacks.forEach(j=>j(m)),d(m)})}catch(c){d(c)}})})}closeSocket(){return be(this,void 0,void 0,function*(){if(this.stopHeartbeat(),this.socket)return new Promise(e=>{if(!this.socket){e();return}this.socket.readyState===WebSocket.OPEN||this.socket.readyState===WebSocket.CONNECTING?(this.socket.addEventListener("close",()=>{e()},{once:!0}),this.socket.close(wt.NORMAL_CLOSURE)):e()})})}getTimeout(){return this.reconnectAttempts<5?1e3:this.reconnectAttempts<15?5e3:this.reconnectAttempts<100?1e4:6e4}sleep(e){return new Promise(i=>setTimeout(i,e))}sendUnsubscribeMessage(e){const i=e.filter(t=>typeof t=="string"&&t.length>0);i.length!==0&&(!this.socket||this.socket.readyState!==WebSocket.OPEN||this.socket.send(ge.stringify({type:"unsubscribe",data:i.map(t=>({subscriptionId:t}))})))}generateUniqueSubscriptionId(){const e=this.activeSubscriptions.size+1;for(let i=0;i<e;i++){const t=He.unique();if(!this.activeSubscriptions.has(t))return t}throw new p("Failed to generate unique subscription id")}enqueuePendingSubscribe(e){var i;const t=this.activeSubscriptions.get(e);t&&this.pendingSubscribes.set(e,{subscriptionId:e,channels:Array.from(t.channels),queries:(i=t.queries)!==null&&i!==void 0?i:[]})}disconnect(){return be(this,void 0,void 0,function*(){this.activeSubscriptions.clear(),this.pendingSubscribes.clear(),this.pendingPresence=void 0,this.appConnected=!1,this.reconnect=!1,this.socketCreationPromise=void 0,yield this.closeSocket()})}sendPendingSubscribes(){if(!this.socket||this.socket.readyState!==WebSocket.OPEN||!this.appConnected||this.pendingSubscribes.size<1)return;const e=Array.from(this.pendingSubscribes.values());this.pendingSubscribes.clear(),this.socket.send(ge.stringify({type:"subscribe",data:e}))}channelToString(e){return typeof e=="string"?e:e&&typeof e.toString=="function"?e.toString():String(e)}subscribe(e,i){return be(this,arguments,void 0,function*(t,o,a=[]){const r=(Array.isArray(t)?t:[t]).map(E=>this.channelToString(E)),d=new Set(r),c=[];for(const E of a??[])if(Array.isArray(E))for(const Q of E)c.push(typeof Q=="string"?Q:Q.toString());else c.push(typeof E=="string"?E:E.toString());const h=this.generateUniqueSubscriptionId();this.activeSubscriptions.set(h,{channels:d,queries:c,callback:o}),this.enqueuePendingSubscribe(h),this.subCallDepth++;try{yield this.sleep(this.DEBOUNCE_MS),this.subCallDepth===1&&(!this.socket||this.socket.readyState>WebSocket.OPEN?yield this.createSocket():this.socket.readyState===WebSocket.OPEN&&this.sendPendingSubscribes())}finally{this.subCallDepth--}const u=()=>be(this,void 0,void 0,function*(){this.activeSubscriptions.has(h)&&(this.activeSubscriptions.delete(h),this.pendingSubscribes.delete(h),this.sendUnsubscribeMessage([h]))});return{unsubscribe:u,update:E=>be(this,void 0,void 0,function*(){const Q=this.activeSubscriptions.get(h);if(Q){if(E.channels!==void 0){const W=E.channels.map(K=>this.channelToString(K));Q.channels=new Set(W)}if(E.queries!==void 0){const W=[];for(const K of E.queries)if(Array.isArray(K))for(const _ of K)W.push(typeof _=="string"?_:_.toString());else W.push(typeof K=="string"?K:K.toString());Q.queries=W}this.enqueuePendingSubscribe(h),this.subCallDepth++;try{yield this.sleep(this.DEBOUNCE_MS),this.subCallDepth===1&&(!this.socket||this.socket.readyState>WebSocket.OPEN?yield this.createSocket():this.socket.readyState===WebSocket.OPEN&&this.sendPendingSubscribes())}finally{this.subCallDepth--}}}),close:()=>be(this,void 0,void 0,function*(){yield u(),this.activeSubscriptions.size===0&&(this.reconnect=!1,yield this.closeSocket())})}})}upsertPresence(e){return be(this,void 0,void 0,function*(){const i={status:e.status,presenceId:e.presenceId};e.permissions!==void 0&&(i.permissions=e.permissions),e.metadata!==void 0&&(i.metadata=e.metadata),this.pendingPresence=i,(!this.socket||this.socket.readyState>=WebSocket.CLOSING)&&this.createSocket().catch(t=>{console.error("Failed to open realtime socket for presence:",t)}),this.flushPendingPresence()})}flushPendingPresence(){this.pendingPresence&&(!this.socket||this.socket.readyState!==WebSocket.OPEN||this.appConnected&&this.socket.send(ge.stringify({type:"presence",data:this.pendingPresence})))}handleMessage(e){if(e.type)switch(e.type){case this.TYPE_CONNECTED:this.handleResponseConnected(e);break;case this.TYPE_ERROR:this.handleResponseError(e);break;case this.TYPE_EVENT:this.handleResponseEvent(e);break;case this.TYPE_PONG:break}}handleResponseConnected(e){var i,t;if(!e.data)return;const o=e.data;let a=this.client.config.session;if(!a)try{const s=ge.parse((i=window.localStorage.getItem("cookieFallback"))!==null&&i!==void 0?i:"{}");a=s?.[`a_session_${this.client.config.project}`]}catch(s){console.error("Failed to parse cookie fallback:",s)}a&&!o.user&&((t=this.socket)===null||t===void 0||t.send(ge.stringify({type:"authentication",data:{session:a}})));for(const s of this.activeSubscriptions.keys())this.enqueuePendingSubscribe(s);this.appConnected=!0,this.sendPendingSubscribes(),this.flushPendingPresence()}handleResponseError(e){var i,t;const o=new p(((i=e.data)===null||i===void 0?void 0:i.message)||"Unknown error"),a=(t=e.data)===null||t===void 0?void 0:t.code;this.onErrorCallbacks.forEach(s=>s(o,a))}handleResponseEvent(e){const i=e.data;if(!i)return;const t=i.channels,o=i.events,a=i.payload,s=i.timestamp,r=i.subscriptions;if(!(!t||!o||!a||!r||r.length===0))for(const d of r){const c=this.activeSubscriptions.get(d);c&&c.callback({events:o,channels:t,timestamp:s,payload:a,subscriptions:r})}}}class Qe{}Qe.read=n=>`read("${n}")`,Qe.write=n=>`write("${n}")`,Qe.create=n=>`create("${n}")`,Qe.update=n=>`update("${n}")`,Qe.delete=n=>`delete("${n}")`;class io{static any(){return"any"}static user(e,i=""){return i===""?`user:${e}`:`user:${e}/${i}`}static users(e=""){return e===""?"users":`users/${e}`}static guests(){return"guests"}static team(e,i=""){return i===""?`team:${e}`:`team:${e}/${i}`}static member(e){return`member:${e}`}static label(e){return`label:${e}`}}function Re(n){if(n==null)throw new Error("Channel ID is required");const e=String(n).trim();if(e==="")throw new Error("Channel ID is required");return e}class ve{constructor(e){this.segments=e}next(e,i){const t=i===void 0?[...this.segments,e]:[...this.segments,e,Re(i)];return new ve(t)}resolve(e){return new ve([...this.segments,e])}toString(){return this.segments.join(".")}collection(e){return this.next("collections",e)}document(e){return this.next("documents",e)}table(e){return this.next("tables",e)}row(e){return this.next("rows",e)}file(e){return this.next("files",e)}create(){return this.resolve("create")}upsert(){return this.resolve("upsert")}update(){return this.resolve("update")}delete(){return this.resolve("delete")}static database(e){return new ve(["databases",Re(e)])}static execution(e){return new ve(["executions",Re(e)])}static tablesdb(e){return new ve(["tablesdb",Re(e)])}static bucket(e){return new ve(["buckets",Re(e)])}static function(e){return new ve(["functions",Re(e)])}static team(e){return new ve(["teams",Re(e)])}static membership(e){return new ve(["memberships",Re(e)])}static presence(e){return new ve(["presences",Re(e)])}static account(){return"account"}static documents(){return"documents"}static rows(){return"rows"}static files(){return"files"}static executions(){return"executions"}static teams(){return"teams"}static memberships(){return"memberships"}static presences(){return"presences"}}var _t;(function(n){n.Equal="equal",n.NotEqual="notEqual",n.GreaterThan="greaterThan",n.GreaterThanEqual="greaterThanEqual",n.LessThan="lessThan",n.LessThanEqual="lessThanEqual",n.Contains="contains",n.IsNull="isNull",n.IsNotNull="isNotNull"})(_t||(_t={}));class Z{constructor(e,i){this.method=e,i!==void 0&&(Array.isArray(i)?this.values=i:this.values=[i])}toString(){return JSON.stringify({method:this.method,values:this.values})}}Z.increment=(n=1,e)=>{if(isNaN(n)||!isFinite(n))throw new Error("Value cannot be NaN or Infinity");if(e!==void 0&&(isNaN(e)||!isFinite(e)))throw new Error("Max cannot be NaN or Infinity");const i=[n];return e!==void 0&&i.push(e),new Z("increment",i).toString()},Z.decrement=(n=1,e)=>{if(isNaN(n)||!isFinite(n))throw new Error("Value cannot be NaN or Infinity");if(e!==void 0&&(isNaN(e)||!isFinite(e)))throw new Error("Min cannot be NaN or Infinity");const i=[n];return e!==void 0&&i.push(e),new Z("decrement",i).toString()},Z.multiply=(n,e)=>{if(isNaN(n)||!isFinite(n))throw new Error("Factor cannot be NaN or Infinity");if(e!==void 0&&(isNaN(e)||!isFinite(e)))throw new Error("Max cannot be NaN or Infinity");const i=[n];return e!==void 0&&i.push(e),new Z("multiply",i).toString()},Z.divide=(n,e)=>{if(isNaN(n)||!isFinite(n))throw new Error("Divisor cannot be NaN or Infinity");if(e!==void 0&&(isNaN(e)||!isFinite(e)))throw new Error("Min cannot be NaN or Infinity");if(n===0)throw new Error("Divisor cannot be zero");const i=[n];return e!==void 0&&i.push(e),new Z("divide",i).toString()},Z.modulo=n=>{if(isNaN(n)||!isFinite(n))throw new Error("Divisor cannot be NaN or Infinity");if(n===0)throw new Error("Divisor cannot be zero");return new Z("modulo",[n]).toString()},Z.power=(n,e)=>{if(isNaN(n)||!isFinite(n))throw new Error("Exponent cannot be NaN or Infinity");if(e!==void 0&&(isNaN(e)||!isFinite(e)))throw new Error("Max cannot be NaN or Infinity");const i=[n];return e!==void 0&&i.push(e),new Z("power",i).toString()},Z.arrayAppend=n=>new Z("arrayAppend",n).toString(),Z.arrayPrepend=n=>new Z("arrayPrepend",n).toString(),Z.arrayInsert=(n,e)=>new Z("arrayInsert",[n,e]).toString(),Z.arrayRemove=n=>new Z("arrayRemove",[n]).toString(),Z.arrayUnique=()=>new Z("arrayUnique",[]).toString(),Z.arrayIntersect=n=>new Z("arrayIntersect",n).toString(),Z.arrayDiff=n=>new Z("arrayDiff",n).toString(),Z.arrayFilter=(n,e)=>{const i=[n,e===void 0?null:e];return new Z("arrayFilter",i).toString()},Z.stringConcat=n=>new Z("stringConcat",[n]).toString(),Z.stringReplace=(n,e)=>new Z("stringReplace",[n,e]).toString(),Z.toggle=()=>new Z("toggle",[]).toString(),Z.dateAddDays=n=>new Z("dateAddDays",[n]).toString(),Z.dateSubDays=n=>new Z("dateSubDays",[n]).toString(),Z.dateSetNow=()=>new Z("dateSetNow",[]).toString();var Lt;(function(n){n.Totp="totp"})(Lt||(Lt={}));var Nt;(function(n){n.Email="email",n.Phone="phone",n.Totp="totp",n.Recoverycode="recoverycode",n.Custom="custom"})(Nt||(Nt={}));var Ht;(function(n){n.Amazon="amazon",n.Apple="apple",n.Appwrite="appwrite",n.Auth0="auth0",n.Authentik="authentik",n.Autodesk="autodesk",n.Bitbucket="bitbucket",n.Bitly="bitly",n.Box="box",n.Cloudflare="cloudflare",n.Dailymotion="dailymotion",n.Discord="discord",n.Disqus="disqus",n.Dropbox="dropbox",n.Etsy="etsy",n.Facebook="facebook",n.Figma="figma",n.Fusionauth="fusionauth",n.Github="github",n.Gitlab="gitlab",n.Google="google",n.Huggingface="huggingface",n.Keycloak="keycloak",n.Kick="kick",n.Linkedin="linkedin",n.Microsoft="microsoft",n.Notion="notion",n.Oidc="oidc",n.Okta="okta",n.Paypal="paypal",n.PaypalSandbox="paypalSandbox",n.Podio="podio",n.Resend="resend",n.Salesforce="salesforce",n.Slack="slack",n.Spotify="spotify",n.Stripe="stripe",n.Tradeshift="tradeshift",n.TradeshiftBox="tradeshiftBox",n.Twitch="twitch",n.Wordpress="wordpress",n.X="x",n.Yahoo="yahoo",n.Yammer="yammer",n.Yandex="yandex",n.Zoho="zoho",n.Zoom="zoom"})(Ht||(Ht={}));var Dt;(function(n){n.AvantBrowser="aa",n.AndroidWebViewBeta="an",n.GoogleChrome="ch",n.GoogleChromeIOS="ci",n.GoogleChromeMobile="cm",n.Chromium="cr",n.MozillaFirefox="ff",n.Safari="sf",n.MobileSafari="mf",n.MicrosoftEdge="ps",n.MicrosoftEdgeIOS="oi",n.OperaMini="om",n.Opera="op",n.OperaNext="on"})(Dt||(Dt={}));var Bt;(function(n){n.AmericanExpress="amex",n.Argencard="argencard",n.Cabal="cabal",n.Cencosud="cencosud",n.DinersClub="diners",n.Discover="discover",n.Elo="elo",n.Hipercard="hipercard",n.JCB="jcb",n.Mastercard="mastercard",n.Naranja="naranja",n.TarjetaShopping="targeta-shopping",n.UnionPay="unionpay",n.Visa="visa",n.MIR="mir",n.Maestro="maestro",n.Rupay="rupay"})(Bt||(Bt={}));var Xt;(function(n){n.Afghanistan="af",n.Angola="ao",n.Albania="al",n.Andorra="ad",n.UnitedArabEmirates="ae",n.Argentina="ar",n.Armenia="am",n.AntiguaAndBarbuda="ag",n.Australia="au",n.Austria="at",n.Azerbaijan="az",n.Burundi="bi",n.Belgium="be",n.Benin="bj",n.BurkinaFaso="bf",n.Bangladesh="bd",n.Bulgaria="bg",n.Bahrain="bh",n.Bahamas="bs",n.BosniaAndHerzegovina="ba",n.Belarus="by",n.Belize="bz",n.Bolivia="bo",n.Brazil="br",n.Barbados="bb",n.BruneiDarussalam="bn",n.Bhutan="bt",n.Botswana="bw",n.CentralAfricanRepublic="cf",n.Canada="ca",n.Switzerland="ch",n.Chile="cl",n.China="cn",n.CoteDIvoire="ci",n.Cameroon="cm",n.DemocraticRepublicOfTheCongo="cd",n.RepublicOfTheCongo="cg",n.Colombia="co",n.Comoros="km",n.CapeVerde="cv",n.CostaRica="cr",n.Cuba="cu",n.Cyprus="cy",n.CzechRepublic="cz",n.Germany="de",n.Djibouti="dj",n.Dominica="dm",n.Denmark="dk",n.DominicanRepublic="do",n.Algeria="dz",n.Ecuador="ec",n.Egypt="eg",n.Eritrea="er",n.Spain="es",n.Estonia="ee",n.Ethiopia="et",n.Finland="fi",n.Fiji="fj",n.France="fr",n.MicronesiaFederatedStatesOf="fm",n.Gabon="ga",n.UnitedKingdom="gb",n.Georgia="ge",n.Ghana="gh",n.Guinea="gn",n.Gambia="gm",n.GuineaBissau="gw",n.EquatorialGuinea="gq",n.Greece="gr",n.Grenada="gd",n.Guatemala="gt",n.Guyana="gy",n.Honduras="hn",n.Croatia="hr",n.Haiti="ht",n.Hungary="hu",n.Indonesia="id",n.India="in",n.Ireland="ie",n.IranIslamicRepublicOf="ir",n.Iraq="iq",n.Iceland="is",n.Israel="il",n.Italy="it",n.Jamaica="jm",n.Jordan="jo",n.Japan="jp",n.Kazakhstan="kz",n.Kenya="ke",n.Kyrgyzstan="kg",n.Cambodia="kh",n.Kiribati="ki",n.SaintKittsAndNevis="kn",n.SouthKorea="kr",n.Kuwait="kw",n.LaoPeopleSDemocraticRepublic="la",n.Lebanon="lb",n.Liberia="lr",n.Libya="ly",n.SaintLucia="lc",n.Liechtenstein="li",n.SriLanka="lk",n.Lesotho="ls",n.Lithuania="lt",n.Luxembourg="lu",n.Latvia="lv",n.Morocco="ma",n.Monaco="mc",n.Moldova="md",n.Madagascar="mg",n.Maldives="mv",n.Mexico="mx",n.MarshallIslands="mh",n.NorthMacedonia="mk",n.Mali="ml",n.Malta="mt",n.Myanmar="mm",n.Montenegro="me",n.Mongolia="mn",n.Mozambique="mz",n.Mauritania="mr",n.Mauritius="mu",n.Malawi="mw",n.Malaysia="my",n.Namibia="na",n.Niger="ne",n.Nigeria="ng",n.Nicaragua="ni",n.Netherlands="nl",n.Norway="no",n.Nepal="np",n.Nauru="nr",n.NewZealand="nz",n.Oman="om",n.Pakistan="pk",n.Panama="pa",n.Peru="pe",n.Philippines="ph",n.Palau="pw",n.PapuaNewGuinea="pg",n.Poland="pl",n.FrenchPolynesia="pf",n.NorthKorea="kp",n.Portugal="pt",n.Paraguay="py",n.Qatar="qa",n.Romania="ro",n.Russia="ru",n.Rwanda="rw",n.SaudiArabia="sa",n.Sudan="sd",n.Senegal="sn",n.Singapore="sg",n.SolomonIslands="sb",n.SierraLeone="sl",n.ElSalvador="sv",n.SanMarino="sm",n.Somalia="so",n.Serbia="rs",n.SouthSudan="ss",n.SaoTomeAndPrincipe="st",n.Suriname="sr",n.Slovakia="sk",n.Slovenia="si",n.Sweden="se",n.Eswatini="sz",n.Seychelles="sc",n.Syria="sy",n.Chad="td",n.Togo="tg",n.Thailand="th",n.Tajikistan="tj",n.Turkmenistan="tm",n.TimorLeste="tl",n.Tonga="to",n.TrinidadAndTobago="tt",n.Tunisia="tn",n.Turkey="tr",n.Tuvalu="tv",n.Tanzania="tz",n.Uganda="ug",n.Ukraine="ua",n.Uruguay="uy",n.UnitedStates="us",n.Uzbekistan="uz",n.VaticanCity="va",n.SaintVincentAndTheGrenadines="vc",n.Venezuela="ve",n.Vietnam="vn",n.Vanuatu="vu",n.Samoa="ws",n.Yemen="ye",n.SouthAfrica="za",n.Zambia="zm",n.Zimbabwe="zw"})(Xt||(Xt={}));var Vt;(function(n){n.Light="light",n.Dark="dark"})(Vt||(Vt={}));var Wt;(function(n){n.AfricaAbidjan="africa/abidjan",n.AfricaAccra="africa/accra",n.AfricaAddisAbaba="africa/addis_ababa",n.AfricaAlgiers="africa/algiers",n.AfricaAsmara="africa/asmara",n.AfricaBamako="africa/bamako",n.AfricaBangui="africa/bangui",n.AfricaBanjul="africa/banjul",n.AfricaBissau="africa/bissau",n.AfricaBlantyre="africa/blantyre",n.AfricaBrazzaville="africa/brazzaville",n.AfricaBujumbura="africa/bujumbura",n.AfricaCairo="africa/cairo",n.AfricaCasablanca="africa/casablanca",n.AfricaCeuta="africa/ceuta",n.AfricaConakry="africa/conakry",n.AfricaDakar="africa/dakar",n.AfricaDarEsSalaam="africa/dar_es_salaam",n.AfricaDjibouti="africa/djibouti",n.AfricaDouala="africa/douala",n.AfricaElAaiun="africa/el_aaiun",n.AfricaFreetown="africa/freetown",n.AfricaGaborone="africa/gaborone",n.AfricaHarare="africa/harare",n.AfricaJohannesburg="africa/johannesburg",n.AfricaJuba="africa/juba",n.AfricaKampala="africa/kampala",n.AfricaKhartoum="africa/khartoum",n.AfricaKigali="africa/kigali",n.AfricaKinshasa="africa/kinshasa",n.AfricaLagos="africa/lagos",n.AfricaLibreville="africa/libreville",n.AfricaLome="africa/lome",n.AfricaLuanda="africa/luanda",n.AfricaLubumbashi="africa/lubumbashi",n.AfricaLusaka="africa/lusaka",n.AfricaMalabo="africa/malabo",n.AfricaMaputo="africa/maputo",n.AfricaMaseru="africa/maseru",n.AfricaMbabane="africa/mbabane",n.AfricaMogadishu="africa/mogadishu",n.AfricaMonrovia="africa/monrovia",n.AfricaNairobi="africa/nairobi",n.AfricaNdjamena="africa/ndjamena",n.AfricaNiamey="africa/niamey",n.AfricaNouakchott="africa/nouakchott",n.AfricaOuagadougou="africa/ouagadougou",n.AfricaPortonovo="africa/porto-novo",n.AfricaSaoTome="africa/sao_tome",n.AfricaTripoli="africa/tripoli",n.AfricaTunis="africa/tunis",n.AfricaWindhoek="africa/windhoek",n.AmericaAdak="america/adak",n.AmericaAnchorage="america/anchorage",n.AmericaAnguilla="america/anguilla",n.AmericaAntigua="america/antigua",n.AmericaAraguaina="america/araguaina",n.AmericaArgentinaBuenosAires="america/argentina/buenos_aires",n.AmericaArgentinaCatamarca="america/argentina/catamarca",n.AmericaArgentinaCordoba="america/argentina/cordoba",n.AmericaArgentinaJujuy="america/argentina/jujuy",n.AmericaArgentinaLaRioja="america/argentina/la_rioja",n.AmericaArgentinaMendoza="america/argentina/mendoza",n.AmericaArgentinaRioGallegos="america/argentina/rio_gallegos",n.AmericaArgentinaSalta="america/argentina/salta",n.AmericaArgentinaSanJuan="america/argentina/san_juan",n.AmericaArgentinaSanLuis="america/argentina/san_luis",n.AmericaArgentinaTucuman="america/argentina/tucuman",n.AmericaArgentinaUshuaia="america/argentina/ushuaia",n.AmericaAruba="america/aruba",n.AmericaAsuncion="america/asuncion",n.AmericaAtikokan="america/atikokan",n.AmericaBahia="america/bahia",n.AmericaBahiaBanderas="america/bahia_banderas",n.AmericaBarbados="america/barbados",n.AmericaBelem="america/belem",n.AmericaBelize="america/belize",n.AmericaBlancsablon="america/blanc-sablon",n.AmericaBoaVista="america/boa_vista",n.AmericaBogota="america/bogota",n.AmericaBoise="america/boise",n.AmericaCambridgeBay="america/cambridge_bay",n.AmericaCampoGrande="america/campo_grande",n.AmericaCancun="america/cancun",n.AmericaCaracas="america/caracas",n.AmericaCayenne="america/cayenne",n.AmericaCayman="america/cayman",n.AmericaChicago="america/chicago",n.AmericaChihuahua="america/chihuahua",n.AmericaCiudadJuarez="america/ciudad_juarez",n.AmericaCostaRica="america/costa_rica",n.AmericaCoyhaique="america/coyhaique",n.AmericaCreston="america/creston",n.AmericaCuiaba="america/cuiaba",n.AmericaCuracao="america/curacao",n.AmericaDanmarkshavn="america/danmarkshavn",n.AmericaDawson="america/dawson",n.AmericaDawsonCreek="america/dawson_creek",n.AmericaDenver="america/denver",n.AmericaDetroit="america/detroit",n.AmericaDominica="america/dominica",n.AmericaEdmonton="america/edmonton",n.AmericaEirunepe="america/eirunepe",n.AmericaElSalvador="america/el_salvador",n.AmericaFortNelson="america/fort_nelson",n.AmericaFortaleza="america/fortaleza",n.AmericaGlaceBay="america/glace_bay",n.AmericaGooseBay="america/goose_bay",n.AmericaGrandTurk="america/grand_turk",n.AmericaGrenada="america/grenada",n.AmericaGuadeloupe="america/guadeloupe",n.AmericaGuatemala="america/guatemala",n.AmericaGuayaquil="america/guayaquil",n.AmericaGuyana="america/guyana",n.AmericaHalifax="america/halifax",n.AmericaHavana="america/havana",n.AmericaHermosillo="america/hermosillo",n.AmericaIndianaIndianapolis="america/indiana/indianapolis",n.AmericaIndianaKnox="america/indiana/knox",n.AmericaIndianaMarengo="america/indiana/marengo",n.AmericaIndianaPetersburg="america/indiana/petersburg",n.AmericaIndianaTellCity="america/indiana/tell_city",n.AmericaIndianaVevay="america/indiana/vevay",n.AmericaIndianaVincennes="america/indiana/vincennes",n.AmericaIndianaWinamac="america/indiana/winamac",n.AmericaInuvik="america/inuvik",n.AmericaIqaluit="america/iqaluit",n.AmericaJamaica="america/jamaica",n.AmericaJuneau="america/juneau",n.AmericaKentuckyLouisville="america/kentucky/louisville",n.AmericaKentuckyMonticello="america/kentucky/monticello",n.AmericaKralendijk="america/kralendijk",n.AmericaLaPaz="america/la_paz",n.AmericaLima="america/lima",n.AmericaLosAngeles="america/los_angeles",n.AmericaLowerPrinces="america/lower_princes",n.AmericaMaceio="america/maceio",n.AmericaManagua="america/managua",n.AmericaManaus="america/manaus",n.AmericaMarigot="america/marigot",n.AmericaMartinique="america/martinique",n.AmericaMatamoros="america/matamoros",n.AmericaMazatlan="america/mazatlan",n.AmericaMenominee="america/menominee",n.AmericaMerida="america/merida",n.AmericaMetlakatla="america/metlakatla",n.AmericaMexicoCity="america/mexico_city",n.AmericaMiquelon="america/miquelon",n.AmericaMoncton="america/moncton",n.AmericaMonterrey="america/monterrey",n.AmericaMontevideo="america/montevideo",n.AmericaMontserrat="america/montserrat",n.AmericaNassau="america/nassau",n.AmericaNewYork="america/new_york",n.AmericaNome="america/nome",n.AmericaNoronha="america/noronha",n.AmericaNorthDakotaBeulah="america/north_dakota/beulah",n.AmericaNorthDakotaCenter="america/north_dakota/center",n.AmericaNorthDakotaNewSalem="america/north_dakota/new_salem",n.AmericaNuuk="america/nuuk",n.AmericaOjinaga="america/ojinaga",n.AmericaPanama="america/panama",n.AmericaParamaribo="america/paramaribo",n.AmericaPhoenix="america/phoenix",n.AmericaPortauprince="america/port-au-prince",n.AmericaPortOfSpain="america/port_of_spain",n.AmericaPortoVelho="america/porto_velho",n.AmericaPuertoRico="america/puerto_rico",n.AmericaPuntaArenas="america/punta_arenas",n.AmericaRankinInlet="america/rankin_inlet",n.AmericaRecife="america/recife",n.AmericaRegina="america/regina",n.AmericaResolute="america/resolute",n.AmericaRioBranco="america/rio_branco",n.AmericaSantarem="america/santarem",n.AmericaSantiago="america/santiago",n.AmericaSantoDomingo="america/santo_domingo",n.AmericaSaoPaulo="america/sao_paulo",n.AmericaScoresbysund="america/scoresbysund",n.AmericaSitka="america/sitka",n.AmericaStBarthelemy="america/st_barthelemy",n.AmericaStJohns="america/st_johns",n.AmericaStKitts="america/st_kitts",n.AmericaStLucia="america/st_lucia",n.AmericaStThomas="america/st_thomas",n.AmericaStVincent="america/st_vincent",n.AmericaSwiftCurrent="america/swift_current",n.AmericaTegucigalpa="america/tegucigalpa",n.AmericaThule="america/thule",n.AmericaTijuana="america/tijuana",n.AmericaToronto="america/toronto",n.AmericaTortola="america/tortola",n.AmericaVancouver="america/vancouver",n.AmericaWhitehorse="america/whitehorse",n.AmericaWinnipeg="america/winnipeg",n.AmericaYakutat="america/yakutat",n.AntarcticaCasey="antarctica/casey",n.AntarcticaDavis="antarctica/davis",n.AntarcticaDumontdurville="antarctica/dumontdurville",n.AntarcticaMacquarie="antarctica/macquarie",n.AntarcticaMawson="antarctica/mawson",n.AntarcticaMcmurdo="antarctica/mcmurdo",n.AntarcticaPalmer="antarctica/palmer",n.AntarcticaRothera="antarctica/rothera",n.AntarcticaSyowa="antarctica/syowa",n.AntarcticaTroll="antarctica/troll",n.AntarcticaVostok="antarctica/vostok",n.ArcticLongyearbyen="arctic/longyearbyen",n.AsiaAden="asia/aden",n.AsiaAlmaty="asia/almaty",n.AsiaAmman="asia/amman",n.AsiaAnadyr="asia/anadyr",n.AsiaAqtau="asia/aqtau",n.AsiaAqtobe="asia/aqtobe",n.AsiaAshgabat="asia/ashgabat",n.AsiaAtyrau="asia/atyrau",n.AsiaBaghdad="asia/baghdad",n.AsiaBahrain="asia/bahrain",n.AsiaBaku="asia/baku",n.AsiaBangkok="asia/bangkok",n.AsiaBarnaul="asia/barnaul",n.AsiaBeirut="asia/beirut",n.AsiaBishkek="asia/bishkek",n.AsiaBrunei="asia/brunei",n.AsiaChita="asia/chita",n.AsiaColombo="asia/colombo",n.AsiaDamascus="asia/damascus",n.AsiaDhaka="asia/dhaka",n.AsiaDili="asia/dili",n.AsiaDubai="asia/dubai",n.AsiaDushanbe="asia/dushanbe",n.AsiaFamagusta="asia/famagusta",n.AsiaGaza="asia/gaza",n.AsiaHebron="asia/hebron",n.AsiaHoChiMinh="asia/ho_chi_minh",n.AsiaHongKong="asia/hong_kong",n.AsiaHovd="asia/hovd",n.AsiaIrkutsk="asia/irkutsk",n.AsiaJakarta="asia/jakarta",n.AsiaJayapura="asia/jayapura",n.AsiaJerusalem="asia/jerusalem",n.AsiaKabul="asia/kabul",n.AsiaKamchatka="asia/kamchatka",n.AsiaKarachi="asia/karachi",n.AsiaKathmandu="asia/kathmandu",n.AsiaKhandyga="asia/khandyga",n.AsiaKolkata="asia/kolkata",n.AsiaKrasnoyarsk="asia/krasnoyarsk",n.AsiaKualaLumpur="asia/kuala_lumpur",n.AsiaKuching="asia/kuching",n.AsiaKuwait="asia/kuwait",n.AsiaMacau="asia/macau",n.AsiaMagadan="asia/magadan",n.AsiaMakassar="asia/makassar",n.AsiaManila="asia/manila",n.AsiaMuscat="asia/muscat",n.AsiaNicosia="asia/nicosia",n.AsiaNovokuznetsk="asia/novokuznetsk",n.AsiaNovosibirsk="asia/novosibirsk",n.AsiaOmsk="asia/omsk",n.AsiaOral="asia/oral",n.AsiaPhnomPenh="asia/phnom_penh",n.AsiaPontianak="asia/pontianak",n.AsiaPyongyang="asia/pyongyang",n.AsiaQatar="asia/qatar",n.AsiaQostanay="asia/qostanay",n.AsiaQyzylorda="asia/qyzylorda",n.AsiaRiyadh="asia/riyadh",n.AsiaSakhalin="asia/sakhalin",n.AsiaSamarkand="asia/samarkand",n.AsiaSeoul="asia/seoul",n.AsiaShanghai="asia/shanghai",n.AsiaSingapore="asia/singapore",n.AsiaSrednekolymsk="asia/srednekolymsk",n.AsiaTaipei="asia/taipei",n.AsiaTashkent="asia/tashkent",n.AsiaTbilisi="asia/tbilisi",n.AsiaTehran="asia/tehran",n.AsiaThimphu="asia/thimphu",n.AsiaTokyo="asia/tokyo",n.AsiaTomsk="asia/tomsk",n.AsiaUlaanbaatar="asia/ulaanbaatar",n.AsiaUrumqi="asia/urumqi",n.AsiaUstnera="asia/ust-nera",n.AsiaVientiane="asia/vientiane",n.AsiaVladivostok="asia/vladivostok",n.AsiaYakutsk="asia/yakutsk",n.AsiaYangon="asia/yangon",n.AsiaYekaterinburg="asia/yekaterinburg",n.AsiaYerevan="asia/yerevan",n.AtlanticAzores="atlantic/azores",n.AtlanticBermuda="atlantic/bermuda",n.AtlanticCanary="atlantic/canary",n.AtlanticCapeVerde="atlantic/cape_verde",n.AtlanticFaroe="atlantic/faroe",n.AtlanticMadeira="atlantic/madeira",n.AtlanticReykjavik="atlantic/reykjavik",n.AtlanticSouthGeorgia="atlantic/south_georgia",n.AtlanticStHelena="atlantic/st_helena",n.AtlanticStanley="atlantic/stanley",n.AustraliaAdelaide="australia/adelaide",n.AustraliaBrisbane="australia/brisbane",n.AustraliaBrokenHill="australia/broken_hill",n.AustraliaDarwin="australia/darwin",n.AustraliaEucla="australia/eucla",n.AustraliaHobart="australia/hobart",n.AustraliaLindeman="australia/lindeman",n.AustraliaLordHowe="australia/lord_howe",n.AustraliaMelbourne="australia/melbourne",n.AustraliaPerth="australia/perth",n.AustraliaSydney="australia/sydney",n.EuropeAmsterdam="europe/amsterdam",n.EuropeAndorra="europe/andorra",n.EuropeAstrakhan="europe/astrakhan",n.EuropeAthens="europe/athens",n.EuropeBelgrade="europe/belgrade",n.EuropeBerlin="europe/berlin",n.EuropeBratislava="europe/bratislava",n.EuropeBrussels="europe/brussels",n.EuropeBucharest="europe/bucharest",n.EuropeBudapest="europe/budapest",n.EuropeBusingen="europe/busingen",n.EuropeChisinau="europe/chisinau",n.EuropeCopenhagen="europe/copenhagen",n.EuropeDublin="europe/dublin",n.EuropeGibraltar="europe/gibraltar",n.EuropeGuernsey="europe/guernsey",n.EuropeHelsinki="europe/helsinki",n.EuropeIsleOfMan="europe/isle_of_man",n.EuropeIstanbul="europe/istanbul",n.EuropeJersey="europe/jersey",n.EuropeKaliningrad="europe/kaliningrad",n.EuropeKirov="europe/kirov",n.EuropeKyiv="europe/kyiv",n.EuropeLisbon="europe/lisbon",n.EuropeLjubljana="europe/ljubljana",n.EuropeLondon="europe/london",n.EuropeLuxembourg="europe/luxembourg",n.EuropeMadrid="europe/madrid",n.EuropeMalta="europe/malta",n.EuropeMariehamn="europe/mariehamn",n.EuropeMinsk="europe/minsk",n.EuropeMonaco="europe/monaco",n.EuropeMoscow="europe/moscow",n.EuropeOslo="europe/oslo",n.EuropeParis="europe/paris",n.EuropePodgorica="europe/podgorica",n.EuropePrague="europe/prague",n.EuropeRiga="europe/riga",n.EuropeRome="europe/rome",n.EuropeSamara="europe/samara",n.EuropeSanMarino="europe/san_marino",n.EuropeSarajevo="europe/sarajevo",n.EuropeSaratov="europe/saratov",n.EuropeSimferopol="europe/simferopol",n.EuropeSkopje="europe/skopje",n.EuropeSofia="europe/sofia",n.EuropeStockholm="europe/stockholm",n.EuropeTallinn="europe/tallinn",n.EuropeTirane="europe/tirane",n.EuropeUlyanovsk="europe/ulyanovsk",n.EuropeVaduz="europe/vaduz",n.EuropeVatican="europe/vatican",n.EuropeVienna="europe/vienna",n.EuropeVilnius="europe/vilnius",n.EuropeVolgograd="europe/volgograd",n.EuropeWarsaw="europe/warsaw",n.EuropeZagreb="europe/zagreb",n.EuropeZurich="europe/zurich",n.IndianAntananarivo="indian/antananarivo",n.IndianChagos="indian/chagos",n.IndianChristmas="indian/christmas",n.IndianCocos="indian/cocos",n.IndianComoro="indian/comoro",n.IndianKerguelen="indian/kerguelen",n.IndianMahe="indian/mahe",n.IndianMaldives="indian/maldives",n.IndianMauritius="indian/mauritius",n.IndianMayotte="indian/mayotte",n.IndianReunion="indian/reunion",n.PacificApia="pacific/apia",n.PacificAuckland="pacific/auckland",n.PacificBougainville="pacific/bougainville",n.PacificChatham="pacific/chatham",n.PacificChuuk="pacific/chuuk",n.PacificEaster="pacific/easter",n.PacificEfate="pacific/efate",n.PacificFakaofo="pacific/fakaofo",n.PacificFiji="pacific/fiji",n.PacificFunafuti="pacific/funafuti",n.PacificGalapagos="pacific/galapagos",n.PacificGambier="pacific/gambier",n.PacificGuadalcanal="pacific/guadalcanal",n.PacificGuam="pacific/guam",n.PacificHonolulu="pacific/honolulu",n.PacificKanton="pacific/kanton",n.PacificKiritimati="pacific/kiritimati",n.PacificKosrae="pacific/kosrae",n.PacificKwajalein="pacific/kwajalein",n.PacificMajuro="pacific/majuro",n.PacificMarquesas="pacific/marquesas",n.PacificMidway="pacific/midway",n.PacificNauru="pacific/nauru",n.PacificNiue="pacific/niue",n.PacificNorfolk="pacific/norfolk",n.PacificNoumea="pacific/noumea",n.PacificPagoPago="pacific/pago_pago",n.PacificPalau="pacific/palau",n.PacificPitcairn="pacific/pitcairn",n.PacificPohnpei="pacific/pohnpei",n.PacificPortMoresby="pacific/port_moresby",n.PacificRarotonga="pacific/rarotonga",n.PacificSaipan="pacific/saipan",n.PacificTahiti="pacific/tahiti",n.PacificTarawa="pacific/tarawa",n.PacificTongatapu="pacific/tongatapu",n.PacificWake="pacific/wake",n.PacificWallis="pacific/wallis",n.Utc="utc"})(Wt||(Wt={}));var Gt;(function(n){n.Geolocation="geolocation",n.Camera="camera",n.Microphone="microphone",n.Notifications="notifications",n.Midi="midi",n.Push="push",n.Clipboardread="clipboard-read",n.Clipboardwrite="clipboard-write",n.Paymenthandler="payment-handler",n.Usb="usb",n.Bluetooth="bluetooth",n.Accelerometer="accelerometer",n.Gyroscope="gyroscope",n.Magnetometer="magnetometer",n.Ambientlightsensor="ambient-light-sensor",n.Backgroundsync="background-sync",n.Persistentstorage="persistent-storage",n.Screenwakelock="screen-wake-lock",n.Webshare="web-share",n.Xrspatialtracking="xr-spatial-tracking"})(Gt||(Gt={}));var Kt;(function(n){n.Jpg="jpg",n.Jpeg="jpeg",n.Png="png",n.Webp="webp",n.Heic="heic",n.Avif="avif",n.Gif="gif"})(Kt||(Kt={}));var Jt;(function(n){n.GET="GET",n.POST="POST",n.PUT="PUT",n.PATCH="PATCH",n.DELETE="DELETE",n.OPTIONS="OPTIONS",n.HEAD="HEAD"})(Jt||(Jt={}));var Yt;(function(n){n.Auto="auto",n.Center="center",n.Topleft="top-left",n.Top="top",n.Topright="top-right",n.Left="left",n.Right="right",n.Bottomleft="bottom-left",n.Bottom="bottom",n.Bottomright="bottom-right"})(Yt||(Yt={}));var Zt;(function(n){n.Functions="functions",n.Sites="sites"})(Zt||(Zt={}));var Qt;(function(n){n.Http="http",n.Schedule="schedule",n.Event="event"})(Qt||(Qt={}));var Tt;(function(n){n.Waiting="waiting",n.Processing="processing",n.Completed="completed",n.Failed="failed",n.Scheduled="scheduled"})(Tt||(Tt={}));const no=Object.freeze(Object.defineProperty({__proto__:null,Account:Ei,AppwriteException:p,get AuthenticationFactor(){return Nt},get AuthenticatorType(){return Lt},Avatars:xi,get Browser(){return Dt},get BrowserPermission(){return Gt},get BrowserTheme(){return Vt},Channel:ve,Client:$e,get Condition(){return _t},get CreditCard(){return Bt},Databases:Wn,DocumentsDB:Gn,get ExecutionMethod(){return Jt},get ExecutionResourceType(){return Zt},get ExecutionStatus(){return Tt},get ExecutionTrigger(){return Qt},get Flag(){return Xt},Functions:Kn,Graphql:Jn,ID:He,get ImageFormat(){return Kt},get ImageGravity(){return Yt},Locale:Yn,Messaging:Zn,get OAuthProvider(){return Ht},Operator:Z,Organization:Qn,Permission:Qe,Presences:Tn,Query:U,Realtime:to,Role:io,Storage:zn,TablesDB:On,Teams:Fn,get Timezone(){return Wt},VectorsDB:eo},Symbol.toStringTag,{value:"Module"})),qi={signIn:"Sign in",signUp:"Sign up",signOut:"Sign out",continueAsGuest:"Continue as guest",email:"Email",password:"Password",newPassword:"New password",confirmPassword:"Confirm password",name:"Name",phone:"Phone number",code:"Code",forgotPassword:"Forgot password?",noAccount:"Don't have an account?",haveAccount:"Already have an account?",or:"or",continueWith:"Continue with {provider}",continueWithEmail:"Continue with email",sendEmailCode:"Email me a code",continueWithPhone:"Continue with phone",sendMagicLink:"Send magic link",sendCode:"Send code",verifyCode:"Verify code",magicLinkSent:"We sent a sign-in link to {email}. Open it on this device to continue.",codeSent:"We sent a code to {target}. Enter it below to continue.",securityPhrase:"Security phrase",securityPhraseHint:"The message we sent includes this phrase. Do not continue if it differs.",back:"Back",cancel:"Cancel",save:"Save",update:"Update",remove:"Remove",close:"Close",resetPassword:"Reset password",resetLinkSent:"If an account exists for {email}, a reset link is on its way.",passwordUpdated:"Your password was updated. You can sign in now.",sendResetLink:"Send reset link",agreeTo:"By continuing you agree to our",terms:"Terms of Service",privacy:"Privacy Policy",and:"and",welcomeBack:"Welcome back",createAccount:"Create your account",signInTitle:"Sign in to {name}",signUpTitle:"Sign up for {name}",mfaTitle:"Two-factor authentication",mfaDescription:"Confirm it is you with a second factor.",mfaUseAuthenticator:"Use authenticator app",mfaUseEmail:"Send code to email",mfaUsePhone:"Send code by SMS",mfaUseRecoveryCode:"Use a recovery code",recoveryCode:"Recovery code",account:"Account",profile:"Profile",security:"Security",sessions:"Sessions",connections:"Connections",activity:"Activity",dangerZone:"Danger zone",verified:"Verified",unverified:"Unverified",verifyEmail:"Verify email",verificationSent:"Verification email sent. Check your inbox.",emailVerified:"Your email is verified.",changePassword:"Change password",currentPassword:"Current password",twoFactor:"Two-factor authentication",twoFactorDescription:"Require a second factor when signing in to this account.",enable:"Enable",disable:"Disable",authenticatorApp:"Authenticator app",authenticatorAdd:"Add authenticator",authenticatorScan:"Scan this QR code with your authenticator app, then enter the 6-digit code.",authenticatorManual:"Or enter this key manually",authenticatorVerify:"Verify and enable",recoveryCodes:"Recovery codes",recoveryCodesDescription:"Use a recovery code to sign in if you lose access to your other factors.",generateRecoveryCodes:"Generate recovery codes",regenerateRecoveryCodes:"Regenerate",recoveryCodesWarning:"Store these codes somewhere safe. Each code works once.",currentSession:"This device",signOutSession:"Sign out",signOutAllSessions:"Sign out everywhere",signOutAllSessionsDescription:"End every session, including this one.",noConnections:"No connected accounts.",disconnect:"Disconnect",noActivity:"No recent activity.",deleteAccount:"Delete account",deleteAccountDescription:"Your account is disabled and you are signed out. An administrator can restore it.",deleteAccountConfirm:"Delete my account",loading:"Loading",copied:"Copied",copy:"Copy",done:"Done",errorGeneric:"Something went wrong. Please try again.",errorInvalidCredentials:"Invalid email or password.",errorUserExists:"An account with this email already exists.",errorUserBlocked:"This account is blocked. Contact support.",errorRateLimit:"Too many attempts. Wait a moment and try again.",errorInvalidToken:"This link is invalid or has expired. Request a new one.",errorInvalidCode:"That code is not valid. Check it and try again.",errorPasswordMismatch:"Passwords do not match.",errorPasswordRecentlyUsed:"You used this password recently. Choose a different one.",errorPasswordPersonalData:"Password must not contain your name, email or phone.",errorPasswordWeak:"Password is too common or too short. Use at least 8 characters.",errorPasswordPwned:"This password appeared in a data breach. Choose a different one.",errorChallengeRequired:"Confirm a second factor to continue.",errorSessionExists:"You are already signed in.",errorOAuth:"Sign in with the provider failed. Please try again.",errorNetwork:"Could not reach the server. Check your connection.",errorMethodDisabled:"This sign-in method is disabled for this project.",errorNotConfigured:"Auth UI is not configured. Call AuthUI.init() or add <authui-config>.",passwordHint:"At least 8 characters.",signedInAs:"Signed in as",manageAccount:"Manage account",continue:"Continue",provider:"Provider",lastActive:"Last active",guestAccount:"Guest account",guestAccountDescription:"Add an email and password to keep your data.",preview:"Preview"};function oo(n,e={}){return n.replace(/\{(\w+)\}/g,(i,t)=>t in e?String(e[t]):`{${t}}`)}const ao={amazon:"Amazon",apple:"Apple",appwrite:"Appwrite",auth0:"Auth0",authentik:"Authentik",autodesk:"Autodesk",bitbucket:"Bitbucket",bitly:"Bitly",box:"Box",cloudflare:"Cloudflare",dailymotion:"Dailymotion",discord:"Discord",disqus:"Disqus",dropbox:"Dropbox",etsy:"Etsy",facebook:"Facebook",figma:"Figma",fusionauth:"FusionAuth",github:"GitHub",gitlab:"GitLab",google:"Google",huggingface:"Hugging Face",kakao:"Kakao",keycloak:"Keycloak",kick:"Kick",linkedin:"LinkedIn",microsoft:"Microsoft",notion:"Notion",oidc:"OpenID Connect",okta:"Okta",paypal:"PayPal",paypalSandbox:"PayPal Sandbox",podio:"Podio",resend:"Resend",salesforce:"Salesforce",slack:"Slack",spotify:"Spotify",stripe:"Stripe",tiktok:"TikTok",tradeshift:"Tradeshift",tradeshiftBox:"Tradeshift Box",twitch:"Twitch",wordpress:"WordPress",x:"X",yahoo:"Yahoo",yammer:"Yammer",yandex:"Yandex",zoho:"Zoho",zoom:"Zoom"};function Te(n){return ao[n]??n.charAt(0).toUpperCase()+n.slice(1)}const bt=(n,e,i=401)=>Object.assign(new Error(e),{type:n,code:i}),Pe=()=>new Date().toISOString(),Ee=n=>new Date(Date.now()-n*6e4).toISOString(),It=["amber","brave","calm","delta","ember","fable","glide","harbor","ivory","juniper","kite","lumen"],_i=()=>`${It[Math.floor(Math.random()*It.length)]}-${It[Math.floor(Math.random()*It.length)]}`,ze=()=>Math.random().toString(36).slice(2,12),Li=()=>Array.from({length:2},()=>Math.random().toString(36).slice(2,7)).join("-"),so={name:"Ada Lovelace",email:"ada@example.com",phone:"+15550100"};class Ni{constructor(e=so){this.seed=e,this.user=null,this.mfaPending=!1,this.mfaEnabled=!1,this.totpEnrolled=!1,this.recoveryCodes=[],this.lastChallenge=0,this.sessions=[],this.identities=[],this.logs=[],this.tokens=new Map,this.pendingAuthenticator=null}makeUser(e={}){const i=e.anonymous??!1;return this.user={$id:"preview-user",$createdAt:Ee(43200),$updatedAt:Pe(),name:i?"":e.name??this.seed.name,registration:Ee(43200),status:!0,labels:[],passwordUpdate:i?"":Ee(10080),email:i?"":e.email??this.seed.email,phone:i?"":e.phone??this.seed.phone,emailVerification:!i,phoneVerification:!1,mfa:this.mfaEnabled,prefs:{},targets:[],accessedAt:Pe()},this.seedActivity(i?"anonymous":"email"),this.user}seedActivity(e){if(this.sessions.length>0)return;const i={$createdAt:Pe(),$updatedAt:Pe(),userId:"preview-user",expire:new Date(Date.now()+365*864e5).toISOString(),providerUid:"",providerAccessToken:"",providerAccessTokenExpiry:"",providerRefreshToken:"",clientType:"browser",clientCode:"CH",clientEngine:"Blink",clientEngineVersion:"128",deviceName:"desktop",deviceBrand:"",deviceModel:"",factors:["password"],secret:"",mfaUpdatedAt:""};this.sessions=[{...i,$id:"current",provider:e,ip:"203.0.113.24",osCode:"MAC",osName:"macOS",osVersion:"15",clientName:"Chrome",clientVersion:"128",countryCode:"de",countryName:"Germany",current:!0},{...i,$id:ze(),$createdAt:Ee(300),provider:e,ip:"198.51.100.7",osCode:"IOS",osName:"iOS",osVersion:"18",clientName:"Safari",clientVersion:"18",clientType:"browser",deviceName:"smartphone",countryCode:"de",countryName:"Germany",current:!1},{...i,$id:ze(),$createdAt:Ee(4320),provider:"oauth2",ip:"192.0.2.90",osCode:"WIN",osName:"Windows",osVersion:"11",clientName:"Firefox",clientVersion:"130",countryCode:"us",countryName:"United States",current:!1}],this.identities=[{$id:"identity-github",$createdAt:Ee(28800),$updatedAt:Ee(28800),userId:"preview-user",provider:"github",providerUid:"8675309",providerEmail:this.seed.email,providerAccessToken:"",providerAccessTokenExpiry:"",providerRefreshToken:""}],this.logs=[{event:"session.create",time:Pe(),clientName:"Chrome",osName:"macOS",countryName:"Germany",ip:"203.0.113.24"},{event:"user.update.name",time:Ee(2880),clientName:"Safari",osName:"iOS",countryName:"Germany",ip:"198.51.100.7"},{event:"session.create",time:Ee(4320),clientName:"Firefox",osName:"Windows",countryName:"United States",ip:"192.0.2.90"}]}requireUser(){if(!this.user)throw bt("general_unauthorized_scope","User (role: guests) missing scope (account)");if(this.mfaPending)throw bt("user_more_factors_required","More factors are required to complete the sign in process.");return this.user}requireRecentChallenge(){if(Date.now()-this.lastChallenge>18e5)throw bt("user_challenge_required","A recently successful challenge is required to complete this action.")}afterPrimarySignIn(){const e=this.totpEnrolled||this.user?.emailVerification;this.mfaPending=!!(this.user?.mfa&&e)}async delay(e,i=150){return await new Promise(t=>setTimeout(t,i)),typeof e=="function"?e():e}signInDirectly(){this.user||this.makeUser(),this.mfaPending=!1}async get(){return this.delay(()=>this.requireUser(),120)}async create(e,i,t,o){return this.delay(()=>this.makeUser({email:i,name:o||i.split("@")[0]}))}async createEmailPasswordSession(e){return this.delay(()=>((!this.user||this.user.email!==e)&&this.makeUser({email:e,name:this.user?.name||this.seed.name}),this.afterPrimarySignIn(),this.sessions[0]))}async createAnonymousSession(){return this.delay(()=>(this.makeUser({anonymous:!0}),this.mfaPending=!1,this.sessions[0]))}async createOAuth2Token(e){return this.delay(()=>{this.makeUser({email:`ada@${e}.example`,name:this.seed.name}),this.afterPrimarySignIn()},800)}async createMagicURLToken(e,i){return this.tokens.set(e,{email:i}),this.delay({$id:ze(),$createdAt:Pe(),userId:e,secret:"",expire:"",phrase:_i()})}async createEmailToken(e,i){return this.tokens.set(e,{email:i}),this.delay({$id:ze(),$createdAt:Pe(),userId:e,secret:"",expire:"",phrase:_i()})}async createPhoneToken(e,i){return this.tokens.set(e,{phone:i}),this.delay({$id:ze(),$createdAt:Pe(),userId:e,secret:"",expire:"",phrase:""})}async createSession(e){return this.delay(()=>{const i=this.tokens.get(e)??{};return this.makeUser({email:i.email??this.seed.email,phone:i.phone??this.seed.phone}),i.phone&&(this.user.phoneVerification=!0),this.afterPrimarySignIn(),this.sessions[0]})}async createRecovery(){return this.delay({})}async updateRecovery(){return this.delay({})}async createEmailVerification(){return this.delay({})}async updateEmailVerification(){return this.delay(()=>(this.user&&(this.user.emailVerification=!0),{}))}async createPhoneVerification(){return this.delay({})}async updatePhoneVerification(){return this.delay(()=>(this.user&&(this.user.phoneVerification=!0),{}))}async getPrefs(){return this.delay(()=>({...this.requireUser().prefs}))}async updatePrefs(e){return this.delay(()=>{const i=this.requireUser();return i.prefs={...e},i})}async updateName(e){return this.delay(()=>(this.requireUser().name=e,this.user))}async updateEmail(e){return this.delay(()=>{const i=this.requireUser();return i.email=e,i.emailVerification=!1,i.passwordUpdate=Pe(),i})}async updatePhone(e){return this.delay(()=>{const i=this.requireUser();return i.phone=e,i.phoneVerification=!1,i})}async updatePassword(){return this.delay(()=>{const e=this.requireUser();return e.passwordUpdate=Pe(),e})}async updateStatus(){return this.delay(()=>(this.requireUser(),this.reset(),this.mfaEnabled=!1,this.totpEnrolled=!1,this.recoveryCodes=[],{}))}async listSessions(){return this.delay(()=>(this.requireUser(),{total:this.sessions.length,sessions:this.sessions}))}async deleteSession(e="current"){return this.delay(()=>(e==="current"?this.reset():this.sessions=this.sessions.filter(i=>i.$id!==e),{}))}async deleteSessions(){return this.delay(()=>(this.reset(),{}))}async listIdentities(){return this.delay(()=>(this.requireUser(),{total:this.identities.length,identities:this.identities}))}async deleteIdentity(e){return this.delay(()=>(this.identities=this.identities.filter(i=>i.$id!==e),{}))}async listLogs(){return this.delay(()=>(this.requireUser(),{total:this.logs.length,logs:this.logs}))}async listMFAFactors(){return this.delay({totp:this.totpEnrolled,email:!!this.user?.emailVerification,phone:!!this.user?.phoneVerification,recoveryCode:this.recoveryCodes.length>0,custom:!1})}async createMFAChallenge(){return this.delay({$id:ze(),$createdAt:Pe(),userId:"preview-user",expire:""})}async updateMFAChallenge(){return this.delay(()=>(this.mfaPending=!1,this.lastChallenge=Date.now(),this.sessions[0]))}async updateMFA(e){return this.delay(()=>{const i=this.requireUser();return this.mfaEnabled=e,i.mfa=e,i})}async createMFAAuthenticator(){return this.delay(()=>{const e="JBSWY3DPEHPK3PXP";return this.pendingAuthenticator={secret:e,uri:`otpauth://totp/Preview:${encodeURIComponent(this.user?.email??"user")}?secret=${e}&issuer=Preview`},this.pendingAuthenticator})}async updateMFAAuthenticator(){return this.delay(()=>(this.totpEnrolled=!0,this.pendingAuthenticator=null,this.lastChallenge=Date.now(),this.requireUser()))}async deleteMFAAuthenticator(){return this.delay(()=>(this.requireRecentChallenge(),this.totpEnrolled=!1,{}))}async createMFARecoveryCodes(){return this.delay(()=>{if(this.recoveryCodes.length>0)throw bt("user_recovery_codes_already_exists","Recovery codes already generated.",409);return this.recoveryCodes=Array.from({length:6},Li),{recoveryCodes:this.recoveryCodes}})}async getMFARecoveryCodes(){return this.delay(()=>(this.requireRecentChallenge(),{recoveryCodes:this.recoveryCodes}))}async updateMFARecoveryCodes(){return this.delay(()=>(this.requireRecentChallenge(),this.recoveryCodes=Array.from({length:6},Li),{recoveryCodes:this.recoveryCodes}))}reset(){this.user=null,this.mfaPending=!1,this.sessions=[],this.identities=[],this.logs=[],this.tokens.clear()}}function ro(n){let e=2166136261;const i=()=>(e^=e<<13,e^=e>>>17,e^=e<<5,(e>>>0)/4294967296);for(const r of n)e=(e^r.charCodeAt(0))*16777619;const t=25;let o="";const a=(r,d)=>`<rect x="${r}" y="${d}" width="7" height="7"/><rect x="${r+1}" y="${d+1}" width="5" height="5" fill="#fff"/><rect x="${r+2}" y="${d+2}" width="3" height="3"/>`;for(let r=0;r<t;r++)for(let d=0;d<t;d++)!(d<8&&r<8||d>=t-8&&r<8||d<8&&r>=t-8)&&i()<.45&&(o+=`<rect x="${d}" y="${r}" width="1" height="1"/>`);const s=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${t} ${t}" shape-rendering="crispEdges"><rect width="${t}" height="${t}" fill="#fff"/><g fill="#000">${a(0,0)}${a(t-7,0)}${a(0,t-7)}${o}</g></svg>`;return`data:image/svg+xml;utf8,${encodeURIComponent(s)}`}const ce={moreFactorsRequired:"user_more_factors_required",invalidCredentials:"user_invalid_credentials",userAlreadyExists:"user_already_exists",emailAlreadyExists:"user_email_already_exists",phoneAlreadyExists:"user_phone_already_exists",userBlocked:"user_blocked",rateLimit:"general_rate_limit_exceeded",invalidToken:"user_invalid_token",invalidCode:"user_invalid_code",passwordMismatch:"user_password_mismatch",passwordRecentlyUsed:"password_recently_used",passwordPersonalData:"password_personal_data",passwordWeak:"user_password_weak",passwordPwned:"password_pwned",challengeRequired:"user_challenge_required",recoveryCodesExist:"user_recovery_codes_already_exists",recoveryCodesNotFound:"user_recovery_codes_not_found",authenticatorNotFound:"user_authenticator_not_found",routeNotFound:"general_route_not_found",emailAlreadyVerified:"user_email_already_verified",sessionNotFound:"user_session_not_found",wafChallenged:"waf_request_challenged",sessionAlreadyExists:"user_session_already_exists",oauthUnauthorized:"user_oauth2_unauthorized",oauthBadRequest:"user_oauth2_bad_request",unauthorized:"general_unauthorized_scope",userUnauthorized:"user_unauthorized",authMethodUnsupported:"user_auth_method_unsupported",countMaxExceeded:"user_count_exceeded",targetAlreadyExists:"user_target_already_exists"};function st(n){if(n&&typeof n=="object"){const e=n;return{message:typeof e.message=="string"?e.message:"Unknown error",type:typeof e.type=="string"?e.type:"",code:typeof e.code=="number"?e.code:0}}return{message:String(n),type:"",code:0}}function vt(n,e){return st(n).type===e}function zt(n,e,i="link"){const t=st(n);switch(t.type){case ce.invalidCredentials:return e.errorInvalidCredentials;case ce.userAlreadyExists:case ce.emailAlreadyExists:case ce.phoneAlreadyExists:return e.errorUserExists;case ce.userBlocked:return e.errorUserBlocked;case ce.rateLimit:return e.errorRateLimit;case ce.invalidToken:return i==="code"?e.errorInvalidCode:e.errorInvalidToken;case ce.invalidCode:return e.errorInvalidCode;case ce.passwordMismatch:return e.errorPasswordMismatch;case ce.passwordRecentlyUsed:return e.errorPasswordRecentlyUsed;case ce.passwordPersonalData:return e.errorPasswordPersonalData;case ce.passwordWeak:return e.errorPasswordWeak;case ce.passwordPwned:return e.errorPasswordPwned;case ce.challengeRequired:return e.errorChallengeRequired;case ce.sessionAlreadyExists:return e.errorSessionExists;case ce.oauthUnauthorized:case ce.oauthBadRequest:return e.errorOAuth;case ce.authMethodUnsupported:return e.errorMethodDisabled}return t.code===0&&/fetch|network/i.test(t.message)?e.errorNetwork:t.message||e.errorGeneric}function Ae(n,e,i){for(const t of e){const o=n[t];if(typeof o=="function")return o.apply(n,i)}return Promise.reject(new Error(`Appwrite SDK is missing ${e[0]}(). Update the appwrite package.`))}const Ot="authui",Hi=["userId","secret","expire","project","error",Ot],Di=()=>({status:"loading",user:null,mfaFactors:null,pending:null,configured:!1});class Bi{constructor(){this.client=null,this.account=null,this.config=null,this.state=Di(),this.listeners=new Map,this.refreshPromise=null,this.preview=null}configure(e){this.config=e,this.client=new $e().setEndpoint(e.endpoint).setProject(e.project),this.preview=e.preview?new Ni:null,this.account=this.preview?this.preview:new Ei(this.client),this.setState({configured:!0,status:"loading"}),this.preview?this.refresh():typeof window<"u"&&this.handleRedirect().then(()=>this.refresh())}get isConfigured(){return this.config!==null}get isPreview(){return this.preview!==null}async previewSignIn(){this.preview&&(this.preview.signInDirectly(),await this.refresh())}getConfig(){return this.config}getClient(){return this.client}getAccount(){return this.account}getStrings(){return{...qi,...this.config?.strings??{}}}getState(){return{...this.state}}get user(){return this.state.user}on(e,i){let t=this.listeners.get(e);return t||(t=new Set,this.listeners.set(e,t)),t.add(i),()=>t.delete(i)}emit(e,i){this.listeners.get(e)?.forEach(t=>{try{t(i)}catch(o){console.error("[authui] listener failed",o)}}),typeof window<"u"&&window.dispatchEvent(new CustomEvent(`authui:${e}`,{detail:i}))}setState(e){this.state={...this.state,...e},this.emit("change",this.getState())}fail(e){const i=st(e);throw this.emit("error",i),e}acct(){if(!this.account)throw new Error(this.getStrings().errorNotConfigured);return this.account}refresh(){return this.refreshPromise?this.refreshPromise:(this.refreshPromise=(async()=>{if(!this.account){this.setState({status:"signed-out",user:null,mfaFactors:null});return}const e=this.state.status==="signed-in";try{const i=await this.account.get();this.setState({status:"signed-in",user:i,mfaFactors:null}),e||this.emit("signed-in",i)}catch(i){if(vt(i,ce.moreFactorsRequired)){let t=null;try{t=await Ae(this.account,["listMFAFactors","listMfaFactors"],[])}catch{}this.setState({status:"mfa-required",user:null,mfaFactors:t})}else this.setState({status:"signed-out",user:null,mfaFactors:null}),e&&this.emit("signed-out",void 0)}})().finally(()=>{this.refreshPromise=null}),this.refreshPromise)}async afterSignIn(){await this.refresh();const e=this.config?.successUrl;e&&this.state.status==="signed-in"&&typeof window<"u"&&window.location.assign(e)}async signInWithEmailPassword(e,i){try{await this.acct().createEmailPasswordSession(e.trim(),i)}catch(t){this.fail(t)}await this.afterSignIn()}async signUp(e,i,t){try{await this.acct().create(He.unique(),e.trim(),i,t?.trim()||void 0),await this.acct().createEmailPasswordSession(e.trim(),i)}catch(o){this.fail(o)}await this.afterSignIn()}async signInAnonymously(){try{await this.acct().createAnonymousSession()}catch(e){this.fail(e)}await this.afterSignIn()}async signInWithOAuth(e){const i=this.config?.oauthScopes?.[e];let t;try{t=this.acct().createOAuth2Token(e,this.redirectUrl("oauth"),this.redirectUrl("oauth-failed"),i)}catch(o){this.fail(o)}if(t&&typeof t.then=="function"){try{await t}catch(o){this.fail(o)}await this.afterSignIn()}}async sendMagicUrl(e){try{return await this.acct().createMagicURLToken(He.unique(),e.trim(),this.redirectUrl("magic-url"),this.config?.securityPhrase??!0)}catch(i){return this.fail(i)}}async sendEmailOtp(e){try{return await this.acct().createEmailToken(He.unique(),e.trim(),this.config?.securityPhrase??!0)}catch(i){return this.fail(i)}}async sendPhoneOtp(e){try{return await this.acct().createPhoneToken(He.unique(),e.replace(/[\s()-]/g,""))}catch(i){return this.fail(i)}}async signInWithToken(e,i){try{await this.acct().createSession(e,i.trim())}catch(t){this.fail(t)}await this.afterSignIn()}async createMfaChallenge(e){try{return await Ae(this.acct(),["createMFAChallenge","createMfaChallenge"],[e])}catch(i){return this.fail(i)}}async completeMfaChallenge(e,i,t={}){try{await Ae(this.acct(),["updateMFAChallenge","updateMfaChallenge"],[e,i.trim()])}catch(o){this.fail(o)}(t.signIn??!0)&&await this.afterSignIn()}async listMfaFactors(){try{return await Ae(this.acct(),["listMFAFactors","listMfaFactors"],[])}catch(e){return this.fail(e)}}async setMfaEnabled(e){try{await this.acct().updateMFA(e)}catch(i){this.fail(i)}await this.refresh()}async addAuthenticator(){try{return await Ae(this.acct(),["createMFAAuthenticator","createMfaAuthenticator"],["totp"])}catch(e){return this.fail(e)}}async verifyAuthenticator(e){try{await Ae(this.acct(),["updateMFAAuthenticator","updateMfaAuthenticator"],["totp",e.trim()])}catch(i){this.fail(i)}await this.refresh()}async removeAuthenticator(){try{await Ae(this.acct(),["deleteMFAAuthenticator","deleteMfaAuthenticator"],["totp"])}catch(e){this.fail(e)}await this.refresh()}async createRecoveryCodes(){try{return(await Ae(this.acct(),["createMFARecoveryCodes","createMfaRecoveryCodes"],[])).recoveryCodes}catch(e){return this.fail(e)}}async regenerateRecoveryCodes(){try{return(await Ae(this.acct(),["updateMFARecoveryCodes","updateMfaRecoveryCodes"],[])).recoveryCodes}catch(e){return this.fail(e)}}async getRecoveryCodes(){try{return(await Ae(this.acct(),["getMFARecoveryCodes","getMfaRecoveryCodes"],[])).recoveryCodes}catch(e){return this.fail(e)}}async sendPasswordRecovery(e){try{await this.acct().createRecovery(e.trim(),this.redirectUrl("recovery"))}catch(i){this.fail(i)}}async completePasswordRecovery(e,i,t){try{await this.acct().updateRecovery(e,i,t)}catch(o){this.fail(o)}this.setState({pending:null})}async signOut(e="current"){try{await this.acct().deleteSession(e)}catch(i){this.fail(i)}e==="current"&&(this.setState({status:"signed-out",user:null,mfaFactors:null}),this.emit("signed-out",void 0))}async signOutEverywhere(){try{await this.acct().deleteSessions()}catch(e){this.fail(e)}this.setState({status:"signed-out",user:null,mfaFactors:null}),this.emit("signed-out",void 0)}async listSessions(){try{return(await this.acct().listSessions()).sessions}catch(e){return this.fail(e)}}async listIdentities(){try{return(await this.acct().listIdentities()).identities}catch(e){return this.fail(e)}}async deleteIdentity(e){try{await this.acct().deleteIdentity(e)}catch(i){this.fail(i)}}async listLogs(){try{return(await this.acct().listLogs()).logs}catch(e){return this.fail(e)}}async updateName(e){try{await this.acct().updateName(e.trim())}catch(i){this.fail(i)}await this.refresh()}async updateEmail(e,i){try{await this.acct().updateEmail(e.trim(),i)}catch(t){this.fail(t)}await this.refresh()}async updatePhone(e,i){try{await this.acct().updatePhone(e.replace(/[\s()-]/g,""),i)}catch(t){this.fail(t)}await this.refresh()}async updatePassword(e,i){try{await this.acct().updatePassword(e,i||void 0)}catch(t){this.fail(t)}await this.refresh()}async convertGuest(e,i,t){try{await this.acct().updateEmail(e.trim(),i),t?.trim()&&await this.acct().updateName(t.trim())}catch(o){this.fail(o)}await this.refresh()}async sendEmailVerification(){try{await Ae(this.acct(),["createEmailVerification","createVerification"],[this.redirectUrl("verify-email")])}catch(e){this.fail(e)}}async sendPhoneVerification(){try{await this.acct().createPhoneVerification()}catch(e){this.fail(e)}}async confirmPhoneVerification(e){const i=this.state.user?.$id;if(i){try{await this.acct().updatePhoneVerification(i,e.trim())}catch(t){this.fail(t)}await this.refresh()}}async deleteAccount(){try{await this.acct().updateStatus()}catch(e){this.fail(e)}this.setState({status:"signed-out",user:null,mfaFactors:null}),this.emit("signed-out",void 0)}redirectUrl(e){const i=this.config?.redirectUrl??(typeof window<"u"?window.location.origin+window.location.pathname:""),t=new URL(i,typeof window<"u"?window.location.href:void 0);for(const o of Hi)t.searchParams.delete(o);return t.searchParams.set(Ot,e),t.toString()}setPending(e){this.setState({pending:e})}async handleRedirect(){if(typeof window>"u")return!1;const e=new URLSearchParams(window.location.search),i=e.get(Ot);if(!i)return!1;const t=e.get("userId")??"",o=e.get("secret")??"";this.cleanUrl();try{switch(i){case"oauth":case"magic-url":t&&o&&await this.acct().createSession(t,o);break;case"oauth-failed":this.setState({pending:{type:"oauth-failed"}});break;case"recovery":t&&o&&this.setState({pending:{type:"reset-password",userId:t,secret:o}});break;case"verify-email":t&&o&&(await Ae(this.acct(),["updateEmailVerification","updateVerification"],[t,o]),this.setState({pending:{type:"notice",message:this.getStrings().emailVerified,tone:"success"}}));break}}catch(a){const s=st(a);this.emit("error",s),this.setState({pending:{type:"notice",message:s.message,tone:"error"}})}return!0}cleanUrl(){const e=new URL(window.location.href);for(const i of Hi)e.searchParams.delete(i);window.history.replaceState(window.history.state,"",e.toString())}reset(){this.client=null,this.account=null,this.preview=null,this.config=null,this.state=Di(),this.listeners.clear()}}const q=new Bi;class co{constructor(){this.listeners=new Set,this.observer=null,this.media=null,this.notify=()=>{const e=this.isDark("auto");this.listeners.forEach(i=>i(e))}}isDark(e="auto"){if(e==="dark")return!0;if(e==="light"||typeof document>"u")return!1;const i=document.documentElement.classList;return i.contains("dark")?!0:i.contains("light")?!1:document.documentElement.dataset.theme==="dark"?!0:document.documentElement.dataset.theme==="light"?!1:typeof window<"u"&&!!window.matchMedia?.("(prefers-color-scheme: dark)").matches}subscribe(e){return this.listeners.add(e),this.start(),()=>{this.listeners.delete(e),this.listeners.size===0&&this.stop()}}start(){this.observer||typeof document>"u"||(this.observer=new MutationObserver(this.notify),this.observer.observe(document.documentElement,{attributes:!0,attributeFilter:["class","data-theme"]}),typeof window<"u"&&window.matchMedia&&(this.media=window.matchMedia("(prefers-color-scheme: dark)"),this.media.addEventListener?.("change",this.notify)))}stop(){this.observer?.disconnect(),this.observer=null,this.media?.removeEventListener?.("change",this.notify),this.media=null}}const Xi=new co,Vi={none:"0px",sm:"0.25rem",md:"0.625rem",lg:"0.875rem",xl:"1.125rem",full:"1.5rem"},lo=Le`
11
11
  :host {
12
12
  /* Light theme (matches :root in the console) */
13
13
  --authui-background: oklch(1 0 0);
@@ -85,7 +85,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
85
85
  --authui-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5);
86
86
  color-scheme: dark;
87
87
  }
88
- `,Ca=je`
88
+ `,uo=Le`
89
89
  *,
90
90
  *::before,
91
91
  *::after {
@@ -588,6 +588,12 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
588
588
  gap: 8px;
589
589
  flex-wrap: wrap;
590
590
  }
591
+ .row-title svg {
592
+ width: 16px;
593
+ height: 16px;
594
+ color: var(--authui-muted-foreground);
595
+ flex-shrink: 0;
596
+ }
591
597
  .row-sub {
592
598
  font-size: 12px;
593
599
  color: var(--authui-muted-foreground);
@@ -821,11 +827,11 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
821
827
  animation-duration: 0.01ms !important;
822
828
  }
823
829
  }
824
- `;var Ua=Object.defineProperty,Ea=(t,e,i,a)=>{for(var n=void 0,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=s(e,i,n)||n);return n&&Ua(e,i,n),n};const Pt=class Pt extends Le{constructor(){super(...arguments),this.auth=_.getState(),this.unsubscribeStore=null,this.unsubscribeTheme=null}connectedCallback(){super.connectedCallback(),this.auth=_.getState(),this.unsubscribeStore=_.on("change",e=>{this.auth=e,this.applyBranding()}),this.unsubscribeTheme=Ii.subscribe(()=>this.applyBranding()),this.applyBranding()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeStore?.(),this.unsubscribeTheme?.(),this.unsubscribeStore=null,this.unsubscribeTheme=null}get strings(){return _.getStrings()}t(e,i){return Ia(this.strings[e],i)}get config(){return _.getConfig()}get productName(){return this.config?.branding?.name??""}applyBranding(){const e=this.config?.branding,i=Ii.isDark(e?.theme??"auto");this.setAttribute("data-theme",i?"dark":"light"),e?.primary&&(this.style.setProperty("--authui-primary",e.primary),this.style.setProperty("--authui-primary-foreground",e.primaryForeground??"#ffffff")),e?.radius&&xi[e.radius]&&this.style.setProperty("--authui-radius",xi[e.radius])}fire(e,i){this.dispatchEvent(new CustomEvent(e,{detail:i,bubbles:!0,composed:!0}))}};Pt.styles=[ja,Ca];let ye=Pt;Ea([Y()],ye.prototype,"auth");var _a=Object.defineProperty,Ma=Object.getOwnPropertyDescriptor,de=(t,e,i,a)=>{for(var n=a>1?void 0:a?Ma(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&_a(e,i,n),n};$.AuthUIConfigElement=class extends Le{constructor(){super(...arguments),this.endpoint="",this.project="",this.redirectUrl="",this.successUrl="",this.methods="email-password",this.signUp="true",this.requireName="true",this.mfa="true",this.securityPhrase="true",this.name="",this.logo="",this.theme="auto",this.radius="",this.primary="",this.primaryForeground="",this.termsUrl="",this.privacyUrl=""}connectedCallback(){super.connectedCallback(),this.configure()}updated(){this.configure()}configure(){if(!this.endpoint||!this.project)return;const e=this.toConfig(),i=_.getConfig();i&&JSON.stringify(i)===JSON.stringify(e)||_.configure(e)}toConfig(){const e={oauth:[]};for(const i of this.methods.split(/[\s,]+/).filter(Boolean))i.startsWith("oauth:")?e.oauth.push(i.slice(6)):i==="email-password"?e.emailPassword=!0:i==="magic-url"?e.magicUrl=!0:i==="email-otp"?e.emailOtp=!0:i==="phone"?e.phone=!0:(i==="anonymous"||i==="guest")&&(e.anonymous=!0);return e.emailPassword===void 0&&!this.methods.trim()&&(e.emailPassword=!0),{endpoint:this.endpoint,project:this.project,redirectUrl:this.redirectUrl||void 0,successUrl:this.successUrl||void 0,methods:e,signUp:this.signUp!=="false",requireName:this.requireName!=="false",mfa:this.mfa!=="false",securityPhrase:this.securityPhrase!=="false",branding:{name:this.name||void 0,logo:this.logo||void 0,theme:this.theme||"auto",radius:this.radius||void 0,primary:this.primary||void 0,primaryForeground:this.primaryForeground||void 0},legal:{termsUrl:this.termsUrl||void 0,privacyUrl:this.privacyUrl||void 0}}}},$.AuthUIConfigElement.styles=je`
830
+ `;var po=Object.defineProperty,ho=(n,e,i,t)=>{for(var o=void 0,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=s(e,i,o)||o);return o&&po(e,i,o),o};const Wi=(xe=class extends We{constructor(){super(...arguments),this.auth=q.getState(),this.unsubscribeStore=null,this.unsubscribeTheme=null,this.stopKeys=e=>e.stopPropagation()}connectedCallback(){super.connectedCallback();for(const e of xe.KEY_EVENTS)this.addEventListener(e,this.stopKeys);this.auth=q.getState(),this.unsubscribeStore=q.on("change",e=>{this.auth=e,this.applyBranding()}),this.unsubscribeTheme=Xi.subscribe(()=>this.applyBranding()),this.applyBranding()}disconnectedCallback(){super.disconnectedCallback();for(const e of xe.KEY_EVENTS)this.removeEventListener(e,this.stopKeys);this.unsubscribeStore?.(),this.unsubscribeTheme?.(),this.unsubscribeStore=null,this.unsubscribeTheme=null}get strings(){return q.getStrings()}t(e,i){return oo(this.strings[e],i)}get config(){return q.getConfig()}get productName(){return this.config?.branding?.name??""}applyBranding(){const e=this.config?.branding,i=Xi.isDark(e?.theme??"auto");this.setAttribute("data-theme",i?"dark":"light"),e?.primary&&(this.style.setProperty("--authui-primary",e.primary),this.style.setProperty("--authui-primary-foreground",e.primaryForeground??"#ffffff")),e?.radius&&Vi[e.radius]&&this.style.setProperty("--authui-radius",Vi[e.radius])}fire(e,i){this.dispatchEvent(new CustomEvent(e,{detail:i,bubbles:!0,composed:!0}))}},xe.styles=[lo,uo],xe.KEY_EVENTS=["keydown","keyup","keypress"],xe);ho([z()],Wi.prototype,"auth");let Ue=Wi;var fo=Object.defineProperty,yo=Object.getOwnPropertyDescriptor,pe=(n,e,i,t)=>{for(var o=t>1?void 0:t?yo(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&fo(e,i,o),o};P.AuthUIConfigElement=class extends We{constructor(){super(...arguments),this.endpoint="",this.project="",this.redirectUrl="",this.successUrl="",this.methods="email-password",this.signUp="true",this.requireName="true",this.mfa="true",this.securityPhrase="true",this.name="",this.logo="",this.theme="auto",this.radius="",this.primary="",this.primaryForeground="",this.termsUrl="",this.privacyUrl="",this.preview=""}connectedCallback(){super.connectedCallback(),this.configure()}updated(){this.configure()}configure(){if(!this.endpoint||!this.project)return;const e=this.toConfig(),i=q.getConfig();i&&JSON.stringify(i)===JSON.stringify(e)||q.configure(e)}toConfig(){const e={oauth:[]};for(const i of this.methods.split(/[\s,]+/).filter(Boolean))i.startsWith("oauth:")?e.oauth.push(i.slice(6)):i==="email-password"?e.emailPassword=!0:i==="magic-url"?e.magicUrl=!0:i==="email-otp"?e.emailOtp=!0:i==="phone"?e.phone=!0:(i==="anonymous"||i==="guest")&&(e.anonymous=!0);return e.emailPassword===void 0&&!this.methods.trim()&&(e.emailPassword=!0),{endpoint:this.endpoint,project:this.project,redirectUrl:this.redirectUrl||void 0,successUrl:this.successUrl||void 0,methods:e,signUp:this.signUp!=="false",requireName:this.requireName!=="false",mfa:this.mfa!=="false",securityPhrase:this.securityPhrase!=="false",branding:{name:this.name||void 0,logo:this.logo||void 0,theme:this.theme||"auto",radius:this.radius||void 0,primary:this.primary||void 0,primaryForeground:this.primaryForeground||void 0},legal:{termsUrl:this.termsUrl||void 0,privacyUrl:this.privacyUrl||void 0},preview:this.preview===""||this.preview==="false"?void 0:!0}}},P.AuthUIConfigElement.styles=Le`
825
831
  :host {
826
832
  display: none;
827
833
  }
828
- `,de([ie({type:String})],$.AuthUIConfigElement.prototype,"endpoint",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"project",2),de([ie({type:String,attribute:"redirect-url"})],$.AuthUIConfigElement.prototype,"redirectUrl",2),de([ie({type:String,attribute:"success-url"})],$.AuthUIConfigElement.prototype,"successUrl",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"methods",2),de([ie({type:String,attribute:"sign-up"})],$.AuthUIConfigElement.prototype,"signUp",2),de([ie({type:String,attribute:"require-name"})],$.AuthUIConfigElement.prototype,"requireName",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"mfa",2),de([ie({type:String,attribute:"security-phrase"})],$.AuthUIConfigElement.prototype,"securityPhrase",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"name",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"logo",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"theme",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"radius",2),de([ie({type:String})],$.AuthUIConfigElement.prototype,"primary",2),de([ie({type:String,attribute:"primary-foreground"})],$.AuthUIConfigElement.prototype,"primaryForeground",2),de([ie({type:String,attribute:"terms-url"})],$.AuthUIConfigElement.prototype,"termsUrl",2),de([ie({type:String,attribute:"privacy-url"})],$.AuthUIConfigElement.prototype,"privacyUrl",2),$.AuthUIConfigElement=de([Ue("authui-config")],$.AuthUIConfigElement);var Ra=Object.defineProperty,La=Object.getOwnPropertyDescriptor,$t=(t,e,i,a)=>{for(var n=a>1?void 0:a?La(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&Ra(e,i,n),n};if(typeof document<"u"&&!document.getElementById("authui-fouc")){const t=document.createElement("style");t.id="authui-fouc",t.textContent="authui-signed-in:not([ready]),authui-signed-out:not([ready]){display:none}",document.head.appendChild(t)}class St extends Le{constructor(){super(...arguments),this.show=!1,this.unsubscribe=null}connectedCallback(){super.connectedCallback(),this.evaluate(_.getState().status),this.unsubscribe=_.on("change",e=>this.evaluate(e.status))}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribe?.()}evaluate(e){e!=="loading"&&(this.show=this.shouldShow(e),this.setAttribute("ready",""),this.style.display="contents")}render(){return this.show?v`<slot></slot>`:E}}$t([Y()],St.prototype,"show",2),$.AuthUISignedIn=class extends St{shouldShow(e){return e==="signed-in"}},$.AuthUISignedIn=$t([Ue("authui-signed-in")],$.AuthUISignedIn),$.AuthUISignedOut=class extends St{shouldShow(e){return e!=="signed-in"}},$.AuthUISignedOut=$t([Ue("authui-signed-out")],$.AuthUISignedOut);const Na=je`
834
+ `,pe([F({type:String})],P.AuthUIConfigElement.prototype,"endpoint",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"project",2),pe([F({type:String,attribute:"redirect-url"})],P.AuthUIConfigElement.prototype,"redirectUrl",2),pe([F({type:String,attribute:"success-url"})],P.AuthUIConfigElement.prototype,"successUrl",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"methods",2),pe([F({type:String,attribute:"sign-up"})],P.AuthUIConfigElement.prototype,"signUp",2),pe([F({type:String,attribute:"require-name"})],P.AuthUIConfigElement.prototype,"requireName",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"mfa",2),pe([F({type:String,attribute:"security-phrase"})],P.AuthUIConfigElement.prototype,"securityPhrase",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"name",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"logo",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"theme",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"radius",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"primary",2),pe([F({type:String,attribute:"primary-foreground"})],P.AuthUIConfigElement.prototype,"primaryForeground",2),pe([F({type:String,attribute:"terms-url"})],P.AuthUIConfigElement.prototype,"termsUrl",2),pe([F({type:String,attribute:"privacy-url"})],P.AuthUIConfigElement.prototype,"privacyUrl",2),pe([F({type:String})],P.AuthUIConfigElement.prototype,"preview",2),P.AuthUIConfigElement=pe([Ge("authui-config")],P.AuthUIConfigElement);var go=Object.defineProperty,mo=Object.getOwnPropertyDescriptor,At=(n,e,i,t)=>{for(var o=t>1?void 0:t?mo(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&go(e,i,o),o};if(typeof document<"u"&&!document.getElementById("authui-fouc")){const n=document.createElement("style");n.id="authui-fouc",n.textContent="authui-show:not([ready]){display:none}",document.head.appendChild(n)}const wo=["loading","signed-out","signed-in","mfa-required"];function Ft(n){return n?n.split(/[\s,]+/).map(e=>e.trim()).filter(e=>wo.includes(e)):[]}P.AuthUIShow=class extends We{constructor(){super(...arguments),this.when="",this.unless="",this.status=q.getState().status,this.unsubscribe=null}connectedCallback(){super.connectedCallback(),this.status=q.getState().status,this.unsubscribe=q.on("change",e=>this.status=e.status)}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribe?.(),this.unsubscribe=null}get visible(){const e=Ft(this.when),i=Ft(this.unless);return!(this.status==="loading"&&!e.includes("loading")||e.length>0&&!e.includes(this.status)||i.includes(this.status))}updated(){(this.status!=="loading"||Ft(this.when).includes("loading"))&&(this.setAttribute("ready",""),this.style.display="contents")}render(){return this.visible?S`<slot></slot>`:x}},At([F({type:String})],P.AuthUIShow.prototype,"when",2),At([F({type:String})],P.AuthUIShow.prototype,"unless",2),At([z()],P.AuthUIShow.prototype,"status",2),P.AuthUIShow=At([Ge("authui-show")],P.AuthUIShow);const bo=Le`
829
835
  :host {
830
836
  display: block;
831
837
  width: 100%;
@@ -857,6 +863,10 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
857
863
  .header:empty {
858
864
  display: none;
859
865
  }
866
+ .header .preview {
867
+ align-self: center;
868
+ margin-bottom: 4px;
869
+ }
860
870
  .alert .dismiss {
861
871
  position: absolute;
862
872
  top: 4px;
@@ -869,7 +879,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
869
879
  height: 14px;
870
880
  margin: 0;
871
881
  }
872
- `,F=t=>v`<svg
882
+ `,oe=n=>S`<svg
873
883
  xmlns="http://www.w3.org/2000/svg"
874
884
  viewBox="0 0 24 24"
875
885
  fill="none"
@@ -879,45 +889,46 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
879
889
  stroke-linejoin="round"
880
890
  aria-hidden="true"
881
891
  >
882
- ${t}
883
- </svg>`,B={mail:F(D`<rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/>`),phone:F(D`<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/>`),user:F(D`<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/>`),userX:F(D`<path d="M2 21a8 8 0 0 1 11.873-7"/><circle cx="10" cy="8" r="5"/><path d="m17 17 5 5"/><path d="m22 17-5 5"/>`),lock:F(D`<rect width="18" height="11" x="3" y="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/>`),key:F(D`<path d="m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"/><path d="m21 2-9.6 9.6"/><circle cx="7.5" cy="15.5" r="5.5"/>`),shield:F(D`<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/>`),shieldCheck:F(D`<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/>`),smartphone:F(D`<rect width="14" height="20" x="5" y="2" rx="2" ry="2"/><path d="M12 18h.01"/>`),monitor:F(D`<rect width="20" height="14" x="2" y="3" rx="2"/><line x1="8" x2="16" y1="21" y2="21"/><line x1="12" x2="12" y1="17" y2="21"/>`),globe:F(D`<circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/><path d="M2 12h20"/>`),logOut:F(D`<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/><polyline points="16 17 21 12 16 7"/><line x1="21" x2="9" y1="12" y2="12"/>`),settings:F(D`<path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"/><circle cx="12" cy="12" r="3"/>`),x:F(D`<path d="M18 6 6 18"/><path d="m6 6 12 12"/>`),check:F(D`<path d="M20 6 9 17l-5-5"/>`),copy:F(D`<rect width="14" height="14" x="8" y="8" rx="2" ry="2"/><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"/>`),eye:F(D`<path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"/><circle cx="12" cy="12" r="3"/>`),eyeOff:F(D`<path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"/><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"/><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"/><path d="m2 2 20 20"/>`),arrowLeft:F(D`<path d="m12 19-7-7 7-7"/><path d="M19 12H5"/>`),alert:F(D`<circle cx="12" cy="12" r="10"/><line x1="12" x2="12" y1="8" y2="12"/><line x1="12" x2="12.01" y1="16" y2="16"/>`),info:F(D`<circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/>`),checkCircle:F(D`<circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/>`),link:F(D`<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>`),activity:F(D`<path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"/>`),trash:F(D`<path d="M3 6h18"/><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"/><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"/>`),sparkles:F(D`<path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"/>`),refresh:F(D`<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"/><path d="M21 3v5h-5"/><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"/><path d="M8 16H3v5"/>`),chevronDown:F(D`<path d="m6 9 6 6 6-6"/>`),ghost:F(D`<path d="M9 10h.01"/><path d="M15 10h.01"/><path d="M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z"/>`),qr:F(D`<rect width="5" height="5" x="3" y="3" rx="1"/><rect width="5" height="5" x="16" y="3" rx="1"/><rect width="5" height="5" x="3" y="16" rx="1"/><path d="M21 16h-3a2 2 0 0 0-2 2v3"/><path d="M21 21v.01"/><path d="M12 7v3a2 2 0 0 1-2 2H7"/><path d="M3 12h.01"/><path d="M12 3h.01"/><path d="M12 16v.01"/><path d="M16 12h1"/><path d="M21 12v.01"/><path d="M12 21v-1"/>`)},he=(t,e="0 0 24 24")=>v`<svg xmlns="http://www.w3.org/2000/svg" viewBox=${e} aria-hidden="true">${t}</svg>`,qa={google:he(D`<path fill="#4285F4" d="M23.49 12.27c0-.79-.07-1.54-.19-2.27H12v4.51h6.47a5.57 5.57 0 0 1-2.4 3.58v3h3.86c2.26-2.09 3.56-5.17 3.56-8.82z"/><path fill="#34A853" d="M12 24c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96H1.29v3.09A11.99 11.99 0 0 0 12 24z"/><path fill="#FBBC05" d="M5.27 14.29A7.2 7.2 0 0 1 4.89 12c0-.8.14-1.57.38-2.29V6.62H1.29A11.97 11.97 0 0 0 0 12c0 1.94.46 3.77 1.29 5.38l3.98-3.09z"/><path fill="#EA4335" d="M12 4.75c1.77 0 3.35.61 4.6 1.8l3.42-3.42C17.95 1.19 15.24 0 12 0 7.31 0 3.26 2.69 1.29 6.62l3.98 3.09C6.22 6.86 8.87 4.75 12 4.75z"/>`),github:he(D`<path fill="currentColor" d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/>`),apple:he(D`<path fill="currentColor" d="M17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z"/>`),facebook:he(D`<path fill="#1877F2" d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>`),x:he(D`<path fill="currentColor" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>`),microsoft:he(D`<path fill="#F25022" d="M1 1h10v10H1z"/><path fill="#7FBA00" d="M13 1h10v10H13z"/><path fill="#00A4EF" d="M1 13h10v10H1z"/><path fill="#FFB900" d="M13 13h10v10H13z"/>`),discord:he(D`<path fill="#5865F2" d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z"/>`),gitlab:he(D`<path fill="#FC6D26" d="m23.6 9.593-.033-.086L20.3.98a.851.851 0 0 0-.336-.405.876.876 0 0 0-1.001.054.874.874 0 0 0-.29.44l-2.205 6.748H7.535L5.33 1.069a.857.857 0 0 0-.29-.441.876.876 0 0 0-1.001-.054.86.86 0 0 0-.336.405L.436 9.502l-.032.086a6.066 6.066 0 0 0 2.012 7.01l.011.009.03.021 4.976 3.727 2.462 1.863 1.5 1.132a1.009 1.009 0 0 0 1.22 0l1.5-1.132 2.461-1.863 5.006-3.75.013-.01a6.068 6.068 0 0 0 2.006-7.002z"/>`),linkedin:he(D`<path fill="#0A66C2" d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>`),slack:he(D`<path fill="#E01E5A" d="M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zm1.271 0a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313z"/><path fill="#36C5F0" d="M8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zm0 1.271a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312z"/><path fill="#2EB67D" d="M18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zm-1.27 0a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.163 0a2.528 2.528 0 0 1 2.523 2.522v6.312z"/><path fill="#ECB22E" d="M15.163 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.163 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zm0-1.27a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.315A2.527 2.527 0 0 1 24 15.163a2.528 2.528 0 0 1-2.522 2.523h-6.315z"/>`),twitch:he(D`<path fill="#9146FF" d="M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0 1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z"/>`),spotify:he(D`<path fill="#1DB954" d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z"/>`),notion:he(D`<path fill="currentColor" d="M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632z"/>`),dropbox:he(D`<path fill="#0061FF" d="M6 1.807 0 5.629l6 3.822 6.001-3.822L6 1.807zm12 0-6 3.822 6 3.822 6-3.822-6-3.822zM0 13.274l6 3.822 6.001-3.822L6 9.452l-6 3.822zm18-3.822-6 3.822 6 3.822 6-3.822-6-3.822zM6 18.371l6.001 3.822 6-3.822-6-3.822L6 18.371z"/>`),figma:he(D`<path fill="#F24E1E" d="M8 24a4 4 0 0 0 4-4v-4H8a4 4 0 0 0 0 8z"/><path fill="#A259FF" d="M4 12a4 4 0 0 1 4-4h4v8H8a4 4 0 0 1-4-4z"/><path fill="#FF7262" d="M4 4a4 4 0 0 1 4-4h4v8H8a4 4 0 0 1-4-4z"/><path fill="#1ABCFE" d="M12 0h4a4 4 0 0 1 0 8h-4V0z"/><path fill="#0ACF83" d="M20 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"/>`),bitbucket:he(D`<path fill="#2684FF" d="M.778 1.213a.768.768 0 0 0-.768.892l3.263 19.81c.084.5.515.868 1.022.873H19.95a.772.772 0 0 0 .77-.646l3.27-20.03a.768.768 0 0 0-.768-.891zM14.52 15.53H9.522L8.17 8.466h7.561z"/>`),amazon:he(D`<path fill="currentColor" d="M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.373.15-.61.045a6.62 6.62 0 0 1-.526-.496l-.31-.347a9.858 9.858 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.01zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.045-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.06-.02-.106 0-.014.007-.03.02-.06z"/>`),paypal:he(D`<path fill="#003087" d="M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z"/>`)};function It(t){return qa[t]??B.globe}var Ba=Object.defineProperty,Ha=Object.getOwnPropertyDescriptor,we=(t,e,i,a)=>{for(var n=a>1?void 0:a?Ha(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&Ba(e,i,n),n};$.AuthUISignIn=class extends ye{constructor(){super(...arguments),this.view="sign-in",this.embedded=!1,this.step="sign-in",this.busy=!1,this.error="",this.notice=null,this.showPassword=!1,this.token=null,this.challenge=null,this.recovery=null,this.email="",this.password="",this.passwordConfirm="",this.name="",this.phone="",this.code="",this.onSignIn=e=>{e.preventDefault(),this.run(async()=>{await _.signInWithEmailPassword(this.email,this.password),this.password="",this.fire("authui-success",{method:"email-password"})})},this.onSignUp=e=>{e.preventDefault(),this.run(async()=>{await _.signUp(this.email,this.password,this.name),this.password="",this.fire("authui-success",{method:"sign-up"})})},this.onGuest=()=>{this.run(async()=>{await _.signInAnonymously(),this.fire("authui-success",{method:"anonymous"})})},this.onOAuth=e=>{this.run(async()=>{_.signInWithOAuth(e),await new Promise(i=>setTimeout(i,4e3))})},this.onForgot=e=>{e.preventDefault(),this.run(async()=>{await _.sendPasswordRecovery(this.email),this.notice={tone:"success",message:this.t("resetLinkSent",{email:this.email})}})},this.onReset=e=>{if(e.preventDefault(),this.password!==this.passwordConfirm){this.error=this.t("errorPasswordMismatch");return}const i=this.recovery;i&&this.run(async()=>{await _.completePasswordRecovery(i.userId,i.secret,this.password),this.password="",this.passwordConfirm="",this.recovery=null,this.notice={tone:"success",message:this.t("passwordUpdated")},this.go("sign-in")})},this.onMagicUrl=e=>{e.preventDefault(),this.run(async()=>{const i=await _.sendMagicUrl(this.email);this.token={userId:i.userId,kind:"magic-url",target:this.email,phrase:i.phrase}})},this.onEmailOtp=e=>{e.preventDefault(),this.run(async()=>{const i=await _.sendEmailOtp(this.email);this.token={userId:i.userId,kind:"email-otp",target:this.email,phrase:i.phrase},this.code=""})},this.onPhoneOtp=e=>{e.preventDefault(),this.run(async()=>{const i=await _.sendPhoneOtp(this.phone);this.token={userId:i.userId,kind:"phone",target:this.phone},this.code=""})},this.onVerifyCode=e=>{e.preventDefault();const i=this.token;i&&this.run(async()=>{await _.signInWithToken(i.userId,this.code),this.code="",this.fire("authui-success",{method:i.kind})},"code")},this.onChooseFactor=e=>{this.run(async()=>{const i=await _.createMfaChallenge(e);this.challenge={id:i.$id,factor:e},this.code=""})},this.onVerifyFactor=e=>{e.preventDefault();const i=this.challenge;i&&this.run(async()=>{await _.completeMfaChallenge(i.id,this.code),this.code="",this.challenge=null,this.fire("authui-success",{method:"mfa"})},"code")},this.onCancelMfa=()=>{this.run(async()=>{try{await _.signOut()}catch(e){if(!ct(e,se.sessionNotFound))throw e}this.go("sign-in")})},this.onSignOut=()=>{this.run(()=>_.signOut())}}connectedCallback(){super.connectedCallback(),this.step=this.view,this.syncFromStore()}willUpdate(e){e.has("view")&&e.get("view")!==void 0&&this.go(this.view),e.has("auth")&&this.syncFromStore()}updated(e){e.has("step")&&requestAnimationFrame(()=>this.firstInput?.focus())}syncFromStore(){const{status:e,pending:i}=this.auth;e==="mfa-required"&&this.step!=="mfa"&&this.go("mfa"),i?.type==="reset-password"&&this.step!=="reset-password"&&(this.recovery={userId:i.userId,secret:i.secret},this.go("reset-password")),i?.type==="oauth-failed"&&(this.notice={tone:"error",message:this.t("errorOAuth")},_.setPending(null)),i?.type==="notice"&&(this.notice={tone:i.tone==="error"?"error":i.tone,message:i.message},_.setPending(null))}go(e){this.step=e,this.error="",this.busy=!1,this.showPassword=!1,e!=="mfa"&&(this.challenge=null),e!=="email-otp"&&e!=="phone"&&e!=="magic-url"&&(this.token=null),this.fire("authui-view",{view:e})}async run(e,i="link"){if(!this.busy){this.busy=!0,this.error="";try{await e()}catch(a){this.error=At(a,this.strings,i)}finally{this.busy=!1}}}bind(e){return i=>{this[e]=i.target.value}}render(){const e=this.renderStep();return v`
892
+ ${n}
893
+ </svg>`,X={mail:oe(G`<rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/>`),phone:oe(G`<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/>`),user:oe(G`<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/>`),userX:oe(G`<path d="M2 21a8 8 0 0 1 11.873-7"/><circle cx="10" cy="8" r="5"/><path d="m17 17 5 5"/><path d="m22 17-5 5"/>`),lock:oe(G`<rect width="18" height="11" x="3" y="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/>`),key:oe(G`<path d="m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"/><path d="m21 2-9.6 9.6"/><circle cx="7.5" cy="15.5" r="5.5"/>`),shield:oe(G`<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/>`),shieldCheck:oe(G`<path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/>`),smartphone:oe(G`<rect width="14" height="20" x="5" y="2" rx="2" ry="2"/><path d="M12 18h.01"/>`),monitor:oe(G`<rect width="20" height="14" x="2" y="3" rx="2"/><line x1="8" x2="16" y1="21" y2="21"/><line x1="12" x2="12" y1="17" y2="21"/>`),globe:oe(G`<circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/><path d="M2 12h20"/>`),logOut:oe(G`<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/><polyline points="16 17 21 12 16 7"/><line x1="21" x2="9" y1="12" y2="12"/>`),settings:oe(G`<path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"/><circle cx="12" cy="12" r="3"/>`),x:oe(G`<path d="M18 6 6 18"/><path d="m6 6 12 12"/>`),check:oe(G`<path d="M20 6 9 17l-5-5"/>`),copy:oe(G`<rect width="14" height="14" x="8" y="8" rx="2" ry="2"/><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"/>`),eye:oe(G`<path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"/><circle cx="12" cy="12" r="3"/>`),eyeOff:oe(G`<path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"/><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"/><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"/><path d="m2 2 20 20"/>`),arrowLeft:oe(G`<path d="m12 19-7-7 7-7"/><path d="M19 12H5"/>`),alert:oe(G`<circle cx="12" cy="12" r="10"/><line x1="12" x2="12" y1="8" y2="12"/><line x1="12" x2="12.01" y1="16" y2="16"/>`),info:oe(G`<circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/>`),checkCircle:oe(G`<circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/>`),link:oe(G`<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>`),activity:oe(G`<path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"/>`),trash:oe(G`<path d="M3 6h18"/><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"/><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"/>`),sparkles:oe(G`<path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"/>`),refresh:oe(G`<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"/><path d="M21 3v5h-5"/><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"/><path d="M8 16H3v5"/>`),chevronDown:oe(G`<path d="m6 9 6 6 6-6"/>`),ghost:oe(G`<path d="M9 10h.01"/><path d="M15 10h.01"/><path d="M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z"/>`),qr:oe(G`<rect width="5" height="5" x="3" y="3" rx="1"/><rect width="5" height="5" x="16" y="3" rx="1"/><rect width="5" height="5" x="3" y="16" rx="1"/><path d="M21 16h-3a2 2 0 0 0-2 2v3"/><path d="M21 21v.01"/><path d="M12 7v3a2 2 0 0 1-2 2H7"/><path d="M3 12h.01"/><path d="M12 3h.01"/><path d="M12 16v.01"/><path d="M16 12h1"/><path d="M21 12v.01"/><path d="M12 21v-1"/>`)},fe=(n,e="0 0 24 24")=>S`<svg xmlns="http://www.w3.org/2000/svg" viewBox=${e} aria-hidden="true">${n}</svg>`,Io={google:fe(G`<path fill="#4285F4" d="M23.49 12.27c0-.79-.07-1.54-.19-2.27H12v4.51h6.47a5.57 5.57 0 0 1-2.4 3.58v3h3.86c2.26-2.09 3.56-5.17 3.56-8.82z"/><path fill="#34A853" d="M12 24c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96H1.29v3.09A11.99 11.99 0 0 0 12 24z"/><path fill="#FBBC05" d="M5.27 14.29A7.2 7.2 0 0 1 4.89 12c0-.8.14-1.57.38-2.29V6.62H1.29A11.97 11.97 0 0 0 0 12c0 1.94.46 3.77 1.29 5.38l3.98-3.09z"/><path fill="#EA4335" d="M12 4.75c1.77 0 3.35.61 4.6 1.8l3.42-3.42C17.95 1.19 15.24 0 12 0 7.31 0 3.26 2.69 1.29 6.62l3.98 3.09C6.22 6.86 8.87 4.75 12 4.75z"/>`),github:fe(G`<path fill="currentColor" d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/>`),apple:fe(G`<path fill="currentColor" d="M17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z"/>`),facebook:fe(G`<path fill="#1877F2" d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>`),x:fe(G`<path fill="currentColor" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>`),microsoft:fe(G`<path fill="#F25022" d="M1 1h10v10H1z"/><path fill="#7FBA00" d="M13 1h10v10H13z"/><path fill="#00A4EF" d="M1 13h10v10H1z"/><path fill="#FFB900" d="M13 13h10v10H13z"/>`),discord:fe(G`<path fill="#5865F2" d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z"/>`),gitlab:fe(G`<path fill="#FC6D26" d="m23.6 9.593-.033-.086L20.3.98a.851.851 0 0 0-.336-.405.876.876 0 0 0-1.001.054.874.874 0 0 0-.29.44l-2.205 6.748H7.535L5.33 1.069a.857.857 0 0 0-.29-.441.876.876 0 0 0-1.001-.054.86.86 0 0 0-.336.405L.436 9.502l-.032.086a6.066 6.066 0 0 0 2.012 7.01l.011.009.03.021 4.976 3.727 2.462 1.863 1.5 1.132a1.009 1.009 0 0 0 1.22 0l1.5-1.132 2.461-1.863 5.006-3.75.013-.01a6.068 6.068 0 0 0 2.006-7.002z"/>`),linkedin:fe(G`<path fill="#0A66C2" d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>`),slack:fe(G`<path fill="#E01E5A" d="M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zm1.271 0a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313z"/><path fill="#36C5F0" d="M8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zm0 1.271a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312z"/><path fill="#2EB67D" d="M18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zm-1.27 0a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.163 0a2.528 2.528 0 0 1 2.523 2.522v6.312z"/><path fill="#ECB22E" d="M15.163 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.163 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zm0-1.27a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.315A2.527 2.527 0 0 1 24 15.163a2.528 2.528 0 0 1-2.522 2.523h-6.315z"/>`),twitch:fe(G`<path fill="#9146FF" d="M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0 1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z"/>`),spotify:fe(G`<path fill="#1DB954" d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z"/>`),notion:fe(G`<path fill="currentColor" d="M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632z"/>`),dropbox:fe(G`<path fill="#0061FF" d="M6 1.807 0 5.629l6 3.822 6.001-3.822L6 1.807zm12 0-6 3.822 6 3.822 6-3.822-6-3.822zM0 13.274l6 3.822 6.001-3.822L6 9.452l-6 3.822zm18-3.822-6 3.822 6 3.822 6-3.822-6-3.822zM6 18.371l6.001 3.822 6-3.822-6-3.822L6 18.371z"/>`),figma:fe(G`<path fill="#F24E1E" d="M8 24a4 4 0 0 0 4-4v-4H8a4 4 0 0 0 0 8z"/><path fill="#A259FF" d="M4 12a4 4 0 0 1 4-4h4v8H8a4 4 0 0 1-4-4z"/><path fill="#FF7262" d="M4 4a4 4 0 0 1 4-4h4v8H8a4 4 0 0 1-4-4z"/><path fill="#1ABCFE" d="M12 0h4a4 4 0 0 1 0 8h-4V0z"/><path fill="#0ACF83" d="M20 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"/>`),bitbucket:fe(G`<path fill="#2684FF" d="M.778 1.213a.768.768 0 0 0-.768.892l3.263 19.81c.084.5.515.868 1.022.873H19.95a.772.772 0 0 0 .77-.646l3.27-20.03a.768.768 0 0 0-.768-.891zM14.52 15.53H9.522L8.17 8.466h7.561z"/>`),amazon:fe(G`<path fill="currentColor" d="M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.373.15-.61.045a6.62 6.62 0 0 1-.526-.496l-.31-.347a9.858 9.858 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.01zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.045-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.06-.02-.106 0-.014.007-.03.02-.06z"/>`),paypal:fe(G`<path fill="#003087" d="M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z"/>`)};function ei(n){return Io[n]??X.globe}var vo=Object.defineProperty,Ao=Object.getOwnPropertyDescriptor,ke=(n,e,i,t)=>{for(var o=t>1?void 0:t?Ao(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&vo(e,i,o),o};P.AuthUISignIn=class extends Ue{constructor(){super(...arguments),this.view="sign-in",this.embedded=!1,this.step="sign-in",this.busy=!1,this.error="",this.notice=null,this.showPassword=!1,this.token=null,this.challenge=null,this.recovery=null,this.email="",this.password="",this.passwordConfirm="",this.name="",this.phone="",this.code="",this.onSignIn=e=>{e.preventDefault(),this.run(async()=>{await q.signInWithEmailPassword(this.email,this.password),this.password="",this.fire("authui-success",{method:"email-password"})})},this.onSignUp=e=>{e.preventDefault(),this.run(async()=>{await q.signUp(this.email,this.password,this.name),this.password="",this.fire("authui-success",{method:"sign-up"})})},this.onGuest=()=>{this.run(async()=>{await q.signInAnonymously(),this.fire("authui-success",{method:"anonymous"})})},this.onOAuth=e=>{this.run(async()=>{if(await q.signInWithOAuth(e),q.isPreview){this.fire("authui-success",{method:"oauth"});return}await new Promise(i=>setTimeout(i,4e3))})},this.onForgot=e=>{e.preventDefault(),this.run(async()=>{await q.sendPasswordRecovery(this.email),this.notice={tone:"success",message:this.t("resetLinkSent",{email:this.email})}})},this.onReset=e=>{if(e.preventDefault(),this.password!==this.passwordConfirm){this.error=this.t("errorPasswordMismatch");return}const i=this.recovery;i&&this.run(async()=>{await q.completePasswordRecovery(i.userId,i.secret,this.password),this.password="",this.passwordConfirm="",this.recovery=null,this.notice={tone:"success",message:this.t("passwordUpdated")},this.go("sign-in")})},this.onMagicUrl=e=>{e.preventDefault(),this.run(async()=>{const i=await q.sendMagicUrl(this.email);this.token={userId:i.userId,kind:"magic-url",target:this.email,phrase:i.phrase}})},this.onEmailOtp=e=>{e.preventDefault(),this.run(async()=>{const i=await q.sendEmailOtp(this.email);this.token={userId:i.userId,kind:"email-otp",target:this.email,phrase:i.phrase},this.code=""})},this.onPhoneOtp=e=>{e.preventDefault(),this.run(async()=>{const i=await q.sendPhoneOtp(this.phone);this.token={userId:i.userId,kind:"phone",target:this.phone},this.code=""})},this.onVerifyCode=e=>{e.preventDefault();const i=this.token;i&&this.run(async()=>{await q.signInWithToken(i.userId,this.code),this.code="",this.fire("authui-success",{method:i.kind})},"code")},this.onChooseFactor=e=>{this.run(async()=>{const i=await q.createMfaChallenge(e);this.challenge={id:i.$id,factor:e},this.code=""})},this.onVerifyFactor=e=>{e.preventDefault();const i=this.challenge;i&&this.run(async()=>{await q.completeMfaChallenge(i.id,this.code),this.code="",this.challenge=null,this.fire("authui-success",{method:"mfa"})},"code")},this.onCancelMfa=()=>{this.run(async()=>{try{await q.signOut()}catch(e){if(!vt(e,ce.sessionNotFound))throw e}this.go("sign-in")})},this.onSignOut=()=>{this.run(()=>q.signOut())}}connectedCallback(){super.connectedCallback(),this.step=this.view,this.syncFromStore()}willUpdate(e){e.has("view")&&e.get("view")!==void 0&&this.go(this.view),e.has("auth")&&this.syncFromStore()}updated(e){e.has("step")&&requestAnimationFrame(()=>this.firstInput?.focus())}syncFromStore(){const{status:e,pending:i}=this.auth;e==="mfa-required"&&this.step!=="mfa"&&this.go("mfa"),i?.type==="reset-password"&&this.step!=="reset-password"&&(this.recovery={userId:i.userId,secret:i.secret},this.go("reset-password")),i?.type==="oauth-failed"&&(this.notice={tone:"error",message:this.t("errorOAuth")},q.setPending(null)),i?.type==="notice"&&(this.notice={tone:i.tone==="error"?"error":i.tone,message:i.message},q.setPending(null))}go(e){this.step=e,this.error="",this.busy=!1,this.showPassword=!1,e!=="mfa"&&(this.challenge=null),e!=="email-otp"&&e!=="phone"&&e!=="magic-url"&&(this.token=null),this.fire("authui-view",{view:e})}async run(e,i="link"){if(!this.busy){this.busy=!0,this.error="";try{await e()}catch(t){this.error=zt(t,this.strings,i)}finally{this.busy=!1}}}bind(e){return i=>{this[e]=i.target.value}}render(){const e=this.renderStep();return S`
884
894
  <div class="panel ${this.embedded?"embedded":""}" part="panel">
885
895
  ${this.renderHeader()}
886
- ${this.notice?v`<div class="alert alert-${this.notice.tone}" role="status">
887
- ${this.notice.tone==="success"?B.checkCircle:this.notice.tone==="error"?B.alert:B.info}
896
+ ${this.notice?S`<div class="alert alert-${this.notice.tone}" role="status">
897
+ ${this.notice.tone==="success"?X.checkCircle:this.notice.tone==="error"?X.alert:X.info}
888
898
  <div class="alert-body">${this.notice.message}</div>
889
899
  <button
890
900
  class="btn btn-ghost btn-icon dismiss"
891
901
  @click=${()=>this.notice=null}
892
902
  aria-label=${this.t("close")}
893
903
  >
894
- ${B.x}
904
+ ${X.x}
895
905
  </button>
896
- </div>`:E}
906
+ </div>`:x}
897
907
  ${e}
898
908
  </div>
899
- `}renderHeader(){const e=this.config?.branding?.logo,i=this.productName;let a="",n="";switch(this.step){case"sign-in":a=this.auth.status==="signed-in"?this.t("signedInAs"):i?this.t("signInTitle",{name:i}):this.t("welcomeBack");break;case"sign-up":a=i?this.t("signUpTitle",{name:i}):this.t("createAccount");break;case"forgot-password":case"reset-password":a=this.t("resetPassword");break;case"magic-url":case"email-otp":a=this.t("continueWithEmail");break;case"phone":a=this.t("continueWithPhone");break;case"mfa":a=this.t("mfaTitle"),n=this.t("mfaDescription");break}return v`
909
+ `}renderHeader(){const e=this.config?.branding?.logo,i=this.productName;let t="",o="";switch(this.step){case"sign-in":t=this.auth.status==="signed-in"?this.t("signedInAs"):i?this.t("signInTitle",{name:i}):this.t("welcomeBack");break;case"sign-up":t=i?this.t("signUpTitle",{name:i}):this.t("createAccount");break;case"forgot-password":case"reset-password":t=this.t("resetPassword");break;case"magic-url":case"email-otp":t=this.t("continueWithEmail");break;case"phone":t=this.t("continueWithPhone");break;case"mfa":t=this.t("mfaTitle"),o=this.t("mfaDescription");break}return S`
900
910
  <header class="header">
901
- ${e?v`<img class="logo" src=${e} alt=${i||"Logo"} />`:E}
902
- <h2 class="title" id="authui-title">${a}</h2>
903
- ${n?v`<p class="description">${n}</p>`:E}
911
+ ${e?S`<img class="logo" src=${e} alt=${i||"Logo"} />`:x}
912
+ ${q.isPreview?S`<span class="badge badge-info preview">${this.t("preview")}</span>`:x}
913
+ <h2 class="title" id="authui-title">${t}</h2>
914
+ ${o?S`<p class="description">${o}</p>`:x}
904
915
  </header>
905
- `}renderError(){return this.error?v`<div class="alert alert-error" role="alert">
906
- ${B.alert}
916
+ `}renderError(){return this.error?S`<div class="alert alert-error" role="alert">
917
+ ${X.alert}
907
918
  <div class="alert-body">${this.error}</div>
908
- </div>`:E}submitButton(e,i="btn-primary"){return v`<button class="btn ${i} btn-block" type="submit" ?disabled=${this.busy}>
909
- ${this.busy?v`<span class="spinner" aria-hidden="true"></span>`:E} ${e}
910
- </button>`}passwordField(e){return v`
919
+ </div>`:x}submitButton(e,i="btn-primary"){return S`<button class="btn ${i} btn-block" type="submit" ?disabled=${this.busy}>
920
+ ${this.busy?S`<span class="spinner" aria-hidden="true"></span>`:x} ${e}
921
+ </button>`}passwordField(e){return S`
911
922
  <div class="field">
912
923
  <label class="label" for=${e.id}>
913
924
  ${e.label}
914
- ${e.forgot?v`<button
925
+ ${e.forgot?S`<button
915
926
  type="button"
916
927
  class="btn btn-link small"
917
928
  @click=${()=>this.go("forgot-password")}
918
929
  >
919
930
  ${this.t("forgotPassword")}
920
- </button>`:E}
931
+ </button>`:x}
921
932
  </label>
922
933
  <div class="input-wrap">
923
934
  <input
@@ -937,12 +948,12 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
937
948
  aria-label=${this.showPassword?"Hide password":"Show password"}
938
949
  tabindex="-1"
939
950
  >
940
- ${this.showPassword?B.eyeOff:B.eye}
951
+ ${this.showPassword?X.eyeOff:X.eye}
941
952
  </button>
942
953
  </div>
943
- ${e.hint?v`<p class="hint">${e.hint}</p>`:E}
954
+ ${e.hint?S`<p class="hint">${e.hint}</p>`:x}
944
955
  </div>
945
- `}emailField(e="email"){return v`
956
+ `}emailField(e="email"){return S`
946
957
  <div class="field">
947
958
  <label class="label" for="authui-email">${this.t("email")}</label>
948
959
  <input
@@ -956,7 +967,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
956
967
  @input=${this.bind("email")}
957
968
  />
958
969
  </div>
959
- `}codeField(){return v`
970
+ `}codeField(){return S`
960
971
  <div class="field">
961
972
  <label class="label" for="authui-code">${this.t("code")}</label>
962
973
  <input
@@ -970,100 +981,100 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
970
981
  @input=${this.bind("code")}
971
982
  />
972
983
  </div>
973
- `}legal(){const e=this.config?.legal;return!e?.termsUrl&&!e?.privacyUrl?E:v`<p class="legal">
984
+ `}legal(){const e=this.config?.legal;return!e?.termsUrl&&!e?.privacyUrl?x:S`<p class="legal">
974
985
  ${this.t("agreeTo")}
975
- ${e.termsUrl?v`<a href=${e.termsUrl} target="_blank" rel="noopener">${this.t("terms")}</a>`:E}
976
- ${e.termsUrl&&e.privacyUrl?v` ${this.t("and")} `:E}
977
- ${e.privacyUrl?v`<a href=${e.privacyUrl} target="_blank" rel="noopener">${this.t("privacy")}</a>`:E}.
978
- </p>`}backLink(e="sign-in"){return v`<div class="links">
986
+ ${e.termsUrl?S`<a href=${e.termsUrl} target="_blank" rel="noopener">${this.t("terms")}</a>`:x}
987
+ ${e.termsUrl&&e.privacyUrl?S` ${this.t("and")} `:x}
988
+ ${e.privacyUrl?S`<a href=${e.privacyUrl} target="_blank" rel="noopener">${this.t("privacy")}</a>`:x}.
989
+ </p>`}backLink(e="sign-in"){return S`<div class="links">
979
990
  <button type="button" class="btn btn-link" @click=${()=>this.go(e)}>
980
- ${B.arrowLeft} ${this.t("back")}
991
+ ${X.arrowLeft} ${this.t("back")}
981
992
  </button>
982
- </div>`}renderStep(){if(!this.auth.configured)return v`<div class="alert alert-error" role="alert">
983
- ${B.alert}
993
+ </div>`}renderStep(){if(!this.auth.configured)return S`<div class="alert alert-error" role="alert">
994
+ ${X.alert}
984
995
  <div class="alert-body">${this.t("errorNotConfigured")}</div>
985
- </div>`;if(this.auth.status==="loading")return v`<div class="empty"><span class="spinner"></span></div>`;if(this.auth.status==="signed-in"&&this.step!=="mfa")return this.renderSignedIn();switch(this.step){case"sign-up":return this.renderSignUp();case"forgot-password":return this.renderForgot();case"reset-password":return this.renderReset();case"magic-url":return this.renderMagicUrl();case"email-otp":return this.renderEmailOtp();case"phone":return this.renderPhone();case"mfa":return this.renderMfa();default:return this.renderSignIn()}}renderSignedIn(){const e=this.auth.user,i=e.name||e.email||e.phone||this.t("guestAccount");return v`
996
+ </div>`;if(this.auth.status==="loading")return S`<div class="empty"><span class="spinner"></span></div>`;if(this.auth.status==="signed-in"&&this.step!=="mfa")return this.renderSignedIn();switch(this.step){case"sign-up":return this.renderSignUp();case"forgot-password":return this.renderForgot();case"reset-password":return this.renderReset();case"magic-url":return this.renderMagicUrl();case"email-otp":return this.renderEmailOtp();case"phone":return this.renderPhone();case"mfa":return this.renderMfa();default:return this.renderSignIn()}}renderSignedIn(){const e=this.auth.user,i=e.name||e.email||e.phone||this.t("guestAccount");return S`
986
997
  <div class="stack">
987
998
  <div class="row">
988
999
  <div class="inline">
989
1000
  <span class="avatar">${i[0]??"?"}</span>
990
1001
  <div class="row-main">
991
1002
  <span class="row-title">${i}</span>
992
- ${e.email&&e.name?v`<span class="row-sub">${e.email}</span>`:E}
1003
+ ${e.email&&e.name?S`<span class="row-sub">${e.email}</span>`:x}
993
1004
  </div>
994
1005
  </div>
995
1006
  </div>
996
1007
  ${this.renderError()}
997
1008
  <div class="stack-sm">
998
- ${this.config?.successUrl?v`<a class="btn btn-primary btn-block" href=${this.config.successUrl}
1009
+ ${this.config?.successUrl?S`<a class="btn btn-primary btn-block" href=${this.config.successUrl}
999
1010
  >${this.t("continue")}</a
1000
- >`:E}
1011
+ >`:x}
1001
1012
  <button
1002
1013
  class="btn btn-outline btn-block"
1003
1014
  @click=${()=>this.fire("authui-open",{view:"account"})}
1004
1015
  >
1005
- ${B.settings} ${this.t("manageAccount")}
1016
+ ${X.settings} ${this.t("manageAccount")}
1006
1017
  </button>
1007
1018
  <button class="btn btn-ghost btn-block" @click=${this.onSignOut} ?disabled=${this.busy}>
1008
- ${B.logOut} ${this.t("signOut")}
1019
+ ${X.logOut} ${this.t("signOut")}
1009
1020
  </button>
1010
1021
  </div>
1011
1022
  </div>
1012
- `}renderProviders(){const e=this.config?.methods?.oauth??[];if(e.length===0)return E;const i=e.length>2;return v`
1023
+ `}renderProviders(){const e=this.config?.methods?.oauth??[];if(e.length===0)return x;const i=e.length>2;return S`
1013
1024
  <div class="providers ${i?"two":""}">
1014
- ${e.map(a=>v`<button
1025
+ ${e.map(t=>S`<button
1015
1026
  type="button"
1016
1027
  class="btn btn-outline"
1017
- @click=${()=>this.onOAuth(a)}
1028
+ @click=${()=>this.onOAuth(t)}
1018
1029
  ?disabled=${this.busy}
1019
- aria-label=${this.t("continueWith",{provider:Ve(a)})}
1030
+ aria-label=${this.t("continueWith",{provider:Te(t)})}
1020
1031
  >
1021
- ${It(a)}
1032
+ ${ei(t)}
1022
1033
  <span
1023
- >${i?Ve(a):this.t("continueWith",{provider:Ve(a)})}</span
1034
+ >${i?Te(t):this.t("continueWith",{provider:Te(t)})}</span
1024
1035
  >
1025
1036
  </button>`)}
1026
1037
  </div>
1027
- `}renderSignIn(){const e=this.config?.methods??{},i=e.emailPassword!==!1,a=(e.oauth?.length??0)>0,n=[e.magicUrl?{step:"magic-url",icon:B.link,label:this.t("sendMagicLink")}:null,e.emailOtp?{step:"email-otp",icon:B.mail,label:this.t("continueWithEmail")}:null,e.phone?{step:"phone",icon:B.smartphone,label:this.t("continueWithPhone")}:null].filter(Boolean);return v`
1038
+ `}renderSignIn(){const e=this.config?.methods??{},i=e.emailPassword!==!1,t=(e.oauth?.length??0)>0,o=[e.magicUrl?{step:"magic-url",icon:X.link,label:this.t("sendMagicLink")}:null,e.emailOtp?{step:"email-otp",icon:X.mail,label:this.t("continueWithEmail")}:null,e.phone?{step:"phone",icon:X.smartphone,label:this.t("continueWithPhone")}:null].filter(Boolean);return S`
1028
1039
  <div class="stack">
1029
1040
  ${this.renderProviders()}
1030
- ${a&&(i||n.length>0)?v`<div class="separator-text">${this.t("or")}</div>`:E}
1031
- ${i?v`<form class="form" @submit=${this.onSignIn} novalidate>
1041
+ ${t&&(i||o.length>0)?S`<div class="separator-text">${this.t("or")}</div>`:x}
1042
+ ${i?S`<form class="form" @submit=${this.onSignIn} novalidate>
1032
1043
  ${this.emailField()}
1033
1044
  ${this.passwordField({label:this.t("password"),autocomplete:"current-password",id:"authui-password",field:"password",forgot:!0})}
1034
1045
  ${this.renderError()} ${this.submitButton(this.t("signIn"))}
1035
1046
  </form>`:this.renderError()}
1036
- ${n.length>0?v`<div class="stack-sm">
1037
- ${n.map(r=>v`<button
1047
+ ${o.length>0?S`<div class="stack-sm">
1048
+ ${o.map(a=>S`<button
1038
1049
  type="button"
1039
1050
  class="btn btn-secondary btn-block"
1040
- @click=${()=>this.go(r.step)}
1051
+ @click=${()=>this.go(a.step)}
1041
1052
  >
1042
- ${r.icon} ${r.label}
1053
+ ${a.icon} ${a.label}
1043
1054
  </button>`)}
1044
- </div>`:E}
1045
- ${e.anonymous?v`<button
1055
+ </div>`:x}
1056
+ ${e.anonymous?S`<button
1046
1057
  type="button"
1047
1058
  class="btn btn-ghost btn-block"
1048
1059
  @click=${this.onGuest}
1049
1060
  ?disabled=${this.busy}
1050
1061
  >
1051
- ${B.ghost} ${this.t("continueAsGuest")}
1052
- </button>`:E}
1053
- ${i&&this.config?.signUp!==!1?v`<div class="links">
1062
+ ${X.ghost} ${this.t("continueAsGuest")}
1063
+ </button>`:x}
1064
+ ${i&&this.config?.signUp!==!1?S`<div class="links">
1054
1065
  <span>${this.t("noAccount")}</span>
1055
1066
  <button type="button" class="btn btn-link" @click=${()=>this.go("sign-up")}>
1056
1067
  ${this.t("signUp")}
1057
1068
  </button>
1058
- </div>`:E}
1069
+ </div>`:x}
1059
1070
  ${this.legal()}
1060
1071
  </div>
1061
- `}renderSignUp(){return v`
1072
+ `}renderSignUp(){return S`
1062
1073
  <div class="stack">
1063
1074
  ${this.renderProviders()}
1064
- ${(this.config?.methods?.oauth?.length??0)>0?v`<div class="separator-text">${this.t("or")}</div>`:E}
1075
+ ${(this.config?.methods?.oauth?.length??0)>0?S`<div class="separator-text">${this.t("or")}</div>`:x}
1065
1076
  <form class="form" @submit=${this.onSignUp} novalidate>
1066
- ${this.config?.requireName!==!1?v`<div class="field">
1077
+ ${this.config?.requireName!==!1?S`<div class="field">
1067
1078
  <label class="label" for="authui-name">${this.t("name")}</label>
1068
1079
  <input
1069
1080
  class="input"
@@ -1074,7 +1085,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1074
1085
  .value=${this.name}
1075
1086
  @input=${this.bind("name")}
1076
1087
  />
1077
- </div>`:E}
1088
+ </div>`:x}
1078
1089
  ${this.emailField()}
1079
1090
  ${this.passwordField({label:this.t("password"),autocomplete:"new-password",id:"authui-password",field:"password",hint:this.t("passwordHint")})}
1080
1091
  ${this.renderError()} ${this.submitButton(this.t("createAccount"))}
@@ -1087,14 +1098,14 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1087
1098
  </div>
1088
1099
  ${this.legal()}
1089
1100
  </div>
1090
- `}renderForgot(){return v`
1101
+ `}renderForgot(){return S`
1091
1102
  <div class="stack">
1092
1103
  <form class="form" @submit=${this.onForgot} novalidate>
1093
1104
  ${this.emailField()} ${this.renderError()} ${this.submitButton(this.t("sendResetLink"))}
1094
1105
  </form>
1095
1106
  ${this.backLink()}
1096
1107
  </div>
1097
- `}renderReset(){return this.recovery?v`
1108
+ `}renderReset(){return this.recovery?S`
1098
1109
  <div class="stack">
1099
1110
  <form class="form" @submit=${this.onReset} novalidate>
1100
1111
  ${this.passwordField({label:this.t("newPassword"),autocomplete:"new-password",id:"authui-password",field:"password",hint:this.t("passwordHint")})}
@@ -1103,34 +1114,34 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1103
1114
  </form>
1104
1115
  ${this.backLink()}
1105
1116
  </div>
1106
- `:v`<div class="stack">
1117
+ `:S`<div class="stack">
1107
1118
  <div class="alert alert-error" role="alert">
1108
- ${B.alert}
1119
+ ${X.alert}
1109
1120
  <div class="alert-body">${this.t("errorInvalidToken")}</div>
1110
1121
  </div>
1111
1122
  ${this.backLink()}
1112
- </div>`}phraseBox(e){return e?v`<div class="alert alert-info">
1113
- ${B.shield}
1123
+ </div>`}phraseBox(e){return e?S`<div class="alert alert-info">
1124
+ ${X.shield}
1114
1125
  <div class="alert-title">
1115
1126
  ${this.t("securityPhrase")}: <span class="code">${e}</span>
1116
1127
  </div>
1117
1128
  <div class="alert-body">${this.t("securityPhraseHint")}</div>
1118
- </div>`:E}renderMagicUrl(){return this.token?v`<div class="stack">
1129
+ </div>`:x}renderMagicUrl(){return this.token?S`<div class="stack">
1119
1130
  <div class="alert alert-success" role="status">
1120
- ${B.mail}
1131
+ ${X.mail}
1121
1132
  <div class="alert-body">${this.t("magicLinkSent",{email:this.token.target})}</div>
1122
1133
  </div>
1123
1134
  ${this.phraseBox(this.token.phrase)} ${this.backLink()}
1124
- </div>`:v`
1135
+ </div>`:S`
1125
1136
  <div class="stack">
1126
1137
  <form class="form" @submit=${this.onMagicUrl} novalidate>
1127
1138
  ${this.emailField()} ${this.renderError()} ${this.submitButton(this.t("sendMagicLink"))}
1128
1139
  </form>
1129
1140
  ${this.backLink()}
1130
1141
  </div>
1131
- `}renderCodeEntry(){return v`
1142
+ `}renderCodeEntry(){return S`
1132
1143
  <div class="alert alert-info" role="status">
1133
- ${B.mail}
1144
+ ${X.mail}
1134
1145
  <div class="alert-body">${this.t("codeSent",{target:this.token.target})}</div>
1135
1146
  </div>
1136
1147
  ${this.phraseBox(this.token.phrase)}
@@ -1146,14 +1157,14 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1146
1157
  ${this.t("back")}
1147
1158
  </button>
1148
1159
  </div>
1149
- `}renderEmailOtp(){return this.token?v`<div class="stack">${this.renderCodeEntry()}</div>`:v`
1160
+ `}renderEmailOtp(){return this.token?S`<div class="stack">${this.renderCodeEntry()}</div>`:S`
1150
1161
  <div class="stack">
1151
1162
  <form class="form" @submit=${this.onEmailOtp} novalidate>
1152
1163
  ${this.emailField()} ${this.renderError()} ${this.submitButton(this.t("sendCode"))}
1153
1164
  </form>
1154
1165
  ${this.backLink()}
1155
1166
  </div>
1156
- `}renderPhone(){return this.token?v`<div class="stack">${this.renderCodeEntry()}</div>`:v`
1167
+ `}renderPhone(){return this.token?S`<div class="stack">${this.renderCodeEntry()}</div>`:S`
1157
1168
  <div class="stack">
1158
1169
  <form class="form" @submit=${this.onPhoneOtp} novalidate>
1159
1170
  <div class="field">
@@ -1173,16 +1184,16 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1173
1184
  </form>
1174
1185
  ${this.backLink()}
1175
1186
  </div>
1176
- `}renderMfa(){const e=this.auth.mfaFactors;if(!this.challenge){const a=[{factor:"totp",icon:B.smartphone,label:this.t("mfaUseAuthenticator"),available:e?.totp??!0},{factor:"email",icon:B.mail,label:this.t("mfaUseEmail"),available:e?.email??!0},{factor:"phone",icon:B.phone,label:this.t("mfaUsePhone"),available:e?.phone??!0},{factor:"recoverycode",icon:B.key,label:this.t("mfaUseRecoveryCode"),available:e?.recoveryCode??!0}];return v`
1187
+ `}renderMfa(){const e=this.auth.mfaFactors;if(!this.challenge){const t=[{factor:"totp",icon:X.smartphone,label:this.t("mfaUseAuthenticator"),available:e?.totp??!0},{factor:"email",icon:X.mail,label:this.t("mfaUseEmail"),available:e?.email??!0},{factor:"phone",icon:X.phone,label:this.t("mfaUsePhone"),available:e?.phone??!0},{factor:"recoverycode",icon:X.key,label:this.t("mfaUseRecoveryCode"),available:e?.recoveryCode??!0}];return S`
1177
1188
  <div class="stack">
1178
1189
  <div class="stack-sm">
1179
- ${a.filter(n=>n.available).map(n=>v`<button
1190
+ ${t.filter(o=>o.available).map(o=>S`<button
1180
1191
  type="button"
1181
1192
  class="choice"
1182
- @click=${()=>this.onChooseFactor(n.factor)}
1193
+ @click=${()=>this.onChooseFactor(o.factor)}
1183
1194
  ?disabled=${this.busy}
1184
1195
  >
1185
- ${n.icon}<span class="choice-title">${n.label}</span>
1196
+ ${o.icon}<span class="choice-title">${o.label}</span>
1186
1197
  </button>`)}
1187
1198
  </div>
1188
1199
  ${this.renderError()}
@@ -1192,10 +1203,10 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1192
1203
  </button>
1193
1204
  </div>
1194
1205
  </div>
1195
- `}const i=this.challenge.factor==="recoverycode";return v`
1206
+ `}const i=this.challenge.factor==="recoverycode";return S`
1196
1207
  <div class="stack">
1197
1208
  <form class="form" @submit=${this.onVerifyFactor} novalidate>
1198
- ${i?v`<div class="field">
1209
+ ${i?S`<div class="field">
1199
1210
  <label class="label" for="authui-code">${this.t("recoveryCode")}</label>
1200
1211
  <input
1201
1212
  class="input mono"
@@ -1211,7 +1222,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1211
1222
  </form>
1212
1223
  <div class="links">
1213
1224
  <button type="button" class="btn btn-link" @click=${()=>this.challenge=null}>
1214
- ${B.arrowLeft} ${this.t("back")}
1225
+ ${X.arrowLeft} ${this.t("back")}
1215
1226
  </button>
1216
1227
  <span aria-hidden="true">·</span>
1217
1228
  <button type="button" class="btn btn-link" @click=${this.onCancelMfa}>
@@ -1219,17 +1230,17 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1219
1230
  </button>
1220
1231
  </div>
1221
1232
  </div>
1222
- `}},$.AuthUISignIn.styles=[...ye.styles,Na],we([ie({type:String})],$.AuthUISignIn.prototype,"view",2),we([ie({type:Boolean})],$.AuthUISignIn.prototype,"embedded",2),we([Y()],$.AuthUISignIn.prototype,"step",2),we([Y()],$.AuthUISignIn.prototype,"busy",2),we([Y()],$.AuthUISignIn.prototype,"error",2),we([Y()],$.AuthUISignIn.prototype,"notice",2),we([Y()],$.AuthUISignIn.prototype,"showPassword",2),we([Y()],$.AuthUISignIn.prototype,"token",2),we([Y()],$.AuthUISignIn.prototype,"challenge",2),we([Y()],$.AuthUISignIn.prototype,"recovery",2),we([Tt("form input:not([type=hidden])")],$.AuthUISignIn.prototype,"firstInput",2),$.AuthUISignIn=we([Ue("authui-sign-in")],$.AuthUISignIn);var Da=Object.defineProperty,Va=Object.getOwnPropertyDescriptor,ee=(t,e,i,a)=>{for(var n=a>1?void 0:a?Va(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&Da(e,i,n),n};$.AuthUIAccount=class extends ye{constructor(){super(...arguments),this.embedded=!1,this.tab="profile",this.active="profile",this.busy="",this.notice=null,this.errors={},this.nameInput="",this.emailInput="",this.emailPassword="",this.phoneInput="",this.phonePassword="",this.phoneCode="",this.phoneCodeSent=!1,this.guestName="",this.oldPassword="",this.newPassword="",this.newPasswordConfirm="",this.authenticator=null,this.authenticatorCode="",this.factors=null,this.recoveryCodes=null,this.stepUp=null,this.stepUpCode="",this.copied=!1,this.sessions=null,this.identities=null,this.logs=null,this.logsSupported=!0,this.confirmDelete=!1,this.factorsLoading=!1,this.onUpdateName=e=>{e.preventDefault(),this.run("name",()=>_.updateName(this.nameInput),this.t("done"))},this.onUpdateEmail=e=>{e.preventDefault(),this.run("email",async()=>{await _.updateEmail(this.emailInput,this.emailPassword),this.emailPassword=""},this.t("done"))},this.onUpdatePhone=e=>{e.preventDefault(),this.run("phone",async()=>{await _.updatePhone(this.phoneInput,this.phonePassword),this.phonePassword=""},this.t("done"))},this.onConvertGuest=e=>{e.preventDefault(),this.run("guest",async()=>{await _.convertGuest(this.emailInput,this.emailPassword,this.guestName),this.emailPassword=""},this.t("done"))},this.onSendVerification=()=>{this.run("verify",()=>_.sendEmailVerification(),this.t("verificationSent"))},this.onSendPhoneVerification=()=>{this.run("verify-phone",async()=>{await _.sendPhoneVerification(),this.phoneCodeSent=!0})},this.onConfirmPhoneVerification=e=>{e.preventDefault(),this.run("verify-phone-code",async()=>{await _.confirmPhoneVerification(this.phoneCode),this.phoneCode="",this.phoneCodeSent=!1},this.t("done"))},this.onChangePassword=e=>{if(e.preventDefault(),this.newPassword!==this.newPasswordConfirm){this.errors={...this.errors,password:this.t("errorPasswordMismatch")};return}this.run("password",async()=>{await _.updatePassword(this.newPassword,this.oldPassword),this.oldPassword=this.newPassword=this.newPasswordConfirm=""},this.t("passwordUpdated"))},this.onToggleMfa=()=>{const e=!this.user?.mfa;this.run("mfa",async()=>{await _.setMfaEnabled(e),await this.loadFactors()})},this.onAddAuthenticator=()=>{this.run("authenticator",async()=>{this.authenticator=await _.addAuthenticator(),this.authenticatorCode=""})},this.onVerifyAuthenticator=e=>{e.preventDefault(),this.run("authenticator-code",async()=>{await _.verifyAuthenticator(this.authenticatorCode),this.authenticator=null,this.authenticatorCode="",await this.loadFactors()},this.t("done"))},this.onRemoveAuthenticator=()=>{this.run("remove-authenticator",async()=>{await _.removeAuthenticator(),await this.loadFactors()})},this.onRecoveryCodes=()=>{this.run("recovery",async()=>{try{this.recoveryCodes=await _.createRecoveryCodes()}catch(e){if(!ct(e,se.recoveryCodesExist))throw e;this.recoveryCodes=await _.getRecoveryCodes()}await this.loadFactors()})},this.onRegenerateRecoveryCodes=()=>{this.run("recovery",async()=>{this.recoveryCodes=await _.regenerateRecoveryCodes()})},this.onCopyCodes=async()=>{if(this.recoveryCodes)try{await navigator.clipboard.writeText(this.recoveryCodes.join(`
1223
- `)),this.copied=!0,setTimeout(()=>this.copied=!1,1500)}catch{}},this.onStepUpFactor=e=>{this.run("stepup",async()=>{const i=await _.createMfaChallenge(e);this.stepUp={...this.stepUp,challenge:{id:i.$id,factor:e}},this.stepUpCode=""})},this.onStepUpVerify=e=>{e.preventDefault();const i=this.stepUp;i?.challenge&&this.run("stepup-code",async()=>{await _.completeMfaChallenge(i.challenge.id,this.stepUpCode,{signIn:!1}),this.stepUp=null,this.stepUpCode="",await i.retry()})},this.onDeleteSession=e=>{this.run(`session-${e}`,async()=>{await _.signOut(e),this.sessions=(this.sessions??[]).filter(i=>i.$id!==e)})},this.onSignOutAll=()=>{this.run("sessions-all",()=>_.signOutEverywhere())},this.onDeleteIdentity=e=>{this.run(`identity-${e}`,async()=>{await _.deleteIdentity(e),this.identities=(this.identities??[]).filter(i=>i.$id!==e)})},this.onDeleteAccount=()=>{this.run("delete",()=>_.deleteAccount())}}connectedCallback(){super.connectedCallback(),this.active=this.tab,this.hydrate()}willUpdate(e){e.has("tab")&&e.get("tab")!==void 0&&(this.active=this.tab),e.has("auth")&&this.hydrate(),this.ensureLoaded()}ensureLoaded(){!this.user||this.busy||(this.active==="sessions"&&this.sessions===null?this.loadSessions():this.active==="connections"&&this.identities===null?this.loadIdentities():this.active==="activity"&&this.logs===null?this.loadLogs():this.active==="security"&&this.factors===null&&this.loadFactors())}hydrate(){const e=this.auth.user;e&&(this.nameInput||(this.nameInput=e.name??""),this.emailInput||(this.emailInput=e.email??""),this.phoneInput||(this.phoneInput=e.phone??""))}get user(){return this.auth.user}get isGuest(){const e=this.user;return!!e&&!e.email&&!e.phone}select(e){this.active=e,this.notice=null,this.errors={}}async run(e,i,a){if(!this.busy){this.busy=e,this.errors={...this.errors,[e]:""};try{await i(),a&&(this.notice={tone:"success",message:a})}catch(n){ct(n,se.challengeRequired)?this.stepUp={retry:()=>this.run(e,i,a)}:this.errors={...this.errors,[e]:At(n,this.strings,e.includes("code")?"code":"link")}}finally{this.busy=""}}}async loadSessions(){await this.run("sessions",async()=>{this.sessions=await _.listSessions()})}async loadIdentities(){await this.run("identities",async()=>{this.identities=await _.listIdentities()})}async loadLogs(){this.busy="logs";try{this.logs=await _.listLogs()}catch{this.logsSupported=!1,this.logs=[]}finally{this.busy=""}}async loadFactors(){if(!this.factorsLoading){this.factorsLoading=!0;try{this.factors=await _.listMfaFactors()}catch{this.factors={totp:!1,phone:!1,email:!1,recoveryCode:!1,custom:!1}}finally{this.factorsLoading=!1}}}bind(e){return i=>{this[e]=i.target.value}}render(){if(!this.auth.configured)return v`<div class="alert alert-error" role="alert">
1224
- ${B.alert}
1233
+ `}},P.AuthUISignIn.styles=[...Ue.styles,bo],ke([F({type:String})],P.AuthUISignIn.prototype,"view",2),ke([F({type:Boolean})],P.AuthUISignIn.prototype,"embedded",2),ke([z()],P.AuthUISignIn.prototype,"step",2),ke([z()],P.AuthUISignIn.prototype,"busy",2),ke([z()],P.AuthUISignIn.prototype,"error",2),ke([z()],P.AuthUISignIn.prototype,"notice",2),ke([z()],P.AuthUISignIn.prototype,"showPassword",2),ke([z()],P.AuthUISignIn.prototype,"token",2),ke([z()],P.AuthUISignIn.prototype,"challenge",2),ke([z()],P.AuthUISignIn.prototype,"recovery",2),ke([Si("form input:not([type=hidden])")],P.AuthUISignIn.prototype,"firstInput",2),P.AuthUISignIn=ke([Ge("authui-sign-in")],P.AuthUISignIn);var ko=Object.defineProperty,jo=Object.getOwnPropertyDescriptor,ae=(n,e,i,t)=>{for(var o=t>1?void 0:t?jo(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&ko(e,i,o),o};P.AuthUIAccount=class extends Ue{constructor(){super(...arguments),this.embedded=!1,this.tab="profile",this.active="profile",this.busy="",this.notice=null,this.errors={},this.nameInput="",this.emailInput="",this.emailPassword="",this.phoneInput="",this.phonePassword="",this.phoneCode="",this.phoneCodeSent=!1,this.guestName="",this.oldPassword="",this.newPassword="",this.newPasswordConfirm="",this.authenticator=null,this.authenticatorCode="",this.factors=null,this.recoveryCodes=null,this.stepUp=null,this.stepUpCode="",this.copied=!1,this.sessions=null,this.identities=null,this.logs=null,this.logsSupported=!0,this.confirmDelete=!1,this.factorsLoading=!1,this.onUpdateName=e=>{e.preventDefault(),this.run("name",()=>q.updateName(this.nameInput),this.t("done"))},this.onUpdateEmail=e=>{e.preventDefault(),this.run("email",async()=>{await q.updateEmail(this.emailInput,this.emailPassword),this.emailPassword=""},this.t("done"))},this.onUpdatePhone=e=>{e.preventDefault(),this.run("phone",async()=>{await q.updatePhone(this.phoneInput,this.phonePassword),this.phonePassword=""},this.t("done"))},this.onConvertGuest=e=>{e.preventDefault(),this.run("guest",async()=>{await q.convertGuest(this.emailInput,this.emailPassword,this.guestName),this.emailPassword=""},this.t("done"))},this.onSendVerification=()=>{this.run("verify",()=>q.sendEmailVerification(),this.t("verificationSent"))},this.onSendPhoneVerification=()=>{this.run("verify-phone",async()=>{await q.sendPhoneVerification(),this.phoneCodeSent=!0})},this.onConfirmPhoneVerification=e=>{e.preventDefault(),this.run("verify-phone-code",async()=>{await q.confirmPhoneVerification(this.phoneCode),this.phoneCode="",this.phoneCodeSent=!1},this.t("done"))},this.onChangePassword=e=>{if(e.preventDefault(),this.newPassword!==this.newPasswordConfirm){this.errors={...this.errors,password:this.t("errorPasswordMismatch")};return}this.run("password",async()=>{await q.updatePassword(this.newPassword,this.oldPassword),this.oldPassword=this.newPassword=this.newPasswordConfirm=""},this.t("passwordUpdated"))},this.onToggleMfa=()=>{const e=!this.user?.mfa;this.run("mfa",async()=>{await q.setMfaEnabled(e),await this.loadFactors()})},this.onAddAuthenticator=()=>{this.run("authenticator",async()=>{this.authenticator=await q.addAuthenticator(),this.authenticatorCode=""})},this.onVerifyAuthenticator=e=>{e.preventDefault(),this.run("authenticator-code",async()=>{await q.verifyAuthenticator(this.authenticatorCode),this.authenticator=null,this.authenticatorCode="",await this.loadFactors()},this.t("done"))},this.onRemoveAuthenticator=()=>{this.run("remove-authenticator",async()=>{await q.removeAuthenticator(),await this.loadFactors()})},this.onRecoveryCodes=()=>{this.run("recovery",async()=>{try{this.recoveryCodes=await q.createRecoveryCodes()}catch(e){if(!vt(e,ce.recoveryCodesExist))throw e;this.recoveryCodes=await q.getRecoveryCodes()}await this.loadFactors()})},this.onRegenerateRecoveryCodes=()=>{this.run("recovery",async()=>{this.recoveryCodes=await q.regenerateRecoveryCodes()})},this.onCopyCodes=async()=>{if(this.recoveryCodes)try{await navigator.clipboard.writeText(this.recoveryCodes.join(`
1234
+ `)),this.copied=!0,setTimeout(()=>this.copied=!1,1500)}catch{}},this.onStepUpFactor=e=>{this.run("stepup",async()=>{const i=await q.createMfaChallenge(e);this.stepUp={...this.stepUp,challenge:{id:i.$id,factor:e}},this.stepUpCode=""})},this.onStepUpVerify=e=>{e.preventDefault();const i=this.stepUp;i?.challenge&&this.run("stepup-code",async()=>{await q.completeMfaChallenge(i.challenge.id,this.stepUpCode,{signIn:!1}),this.stepUp=null,this.stepUpCode="",await i.retry()})},this.onDeleteSession=e=>{this.run(`session-${e}`,async()=>{await q.signOut(e),this.sessions=(this.sessions??[]).filter(i=>i.$id!==e)})},this.onSignOutAll=()=>{this.run("sessions-all",()=>q.signOutEverywhere())},this.onDeleteIdentity=e=>{this.run(`identity-${e}`,async()=>{await q.deleteIdentity(e),this.identities=(this.identities??[]).filter(i=>i.$id!==e)})},this.onDeleteAccount=()=>{this.run("delete",()=>q.deleteAccount())}}connectedCallback(){super.connectedCallback(),this.active=this.tab,this.hydrate()}willUpdate(e){e.has("tab")&&e.get("tab")!==void 0&&(this.active=this.tab),e.has("auth")&&this.hydrate(),this.ensureLoaded()}ensureLoaded(){!this.user||this.busy||(this.active==="sessions"&&this.sessions===null?this.loadSessions():this.active==="connections"&&this.identities===null?this.loadIdentities():this.active==="activity"&&this.logs===null?this.loadLogs():this.active==="security"&&this.factors===null&&this.loadFactors())}hydrate(){const e=this.auth.user;e&&(this.nameInput||(this.nameInput=e.name??""),this.emailInput||(this.emailInput=e.email??""),this.phoneInput||(this.phoneInput=e.phone??""))}get user(){return this.auth.user}get isGuest(){const e=this.user;return!!e&&!e.email&&!e.phone}select(e){this.active=e,this.notice=null,this.errors={}}async run(e,i,t){if(!this.busy){this.busy=e,this.errors={...this.errors,[e]:""};try{await i(),t&&(this.notice={tone:"success",message:t})}catch(o){vt(o,ce.challengeRequired)?this.stepUp={retry:()=>this.run(e,i,t)}:this.errors={...this.errors,[e]:zt(o,this.strings,e.includes("code")?"code":"link")}}finally{this.busy=""}}}async loadSessions(){await this.run("sessions",async()=>{this.sessions=await q.listSessions()})}async loadIdentities(){await this.run("identities",async()=>{this.identities=await q.listIdentities()})}async loadLogs(){this.busy="logs";try{this.logs=await q.listLogs()}catch{this.logsSupported=!1,this.logs=[]}finally{this.busy=""}}async loadFactors(){if(!this.factorsLoading){this.factorsLoading=!0;try{this.factors=await q.listMfaFactors()}catch{this.factors={totp:!1,phone:!1,email:!1,recoveryCode:!1,custom:!1}}finally{this.factorsLoading=!1}}}bind(e){return i=>{this[e]=i.target.value}}render(){if(!this.auth.configured)return S`<div class="alert alert-error" role="alert">
1235
+ ${X.alert}
1225
1236
  <div class="alert-body">${this.t("errorNotConfigured")}</div>
1226
- </div>`;if(this.auth.status==="loading")return v`<div class="empty"><span class="spinner"></span></div>`;if(!this.user)return v`<div class="panel ${this.embedded?"embedded":""}">
1237
+ </div>`;if(this.auth.status==="loading")return S`<div class="empty"><span class="spinner"></span></div>`;if(!this.user)return S`<div class="panel ${this.embedded?"embedded":""}">
1227
1238
  <authui-sign-in embedded></authui-sign-in>
1228
- </div>`;const e=[{id:"profile",label:this.t("profile")},{id:"security",label:this.t("security")},{id:"sessions",label:this.t("sessions")},{id:"connections",label:this.t("connections")},...this.logsSupported?[{id:"activity",label:this.t("activity")}]:[]];return v`
1239
+ </div>`;const e=[{id:"profile",label:this.t("profile")},{id:"security",label:this.t("security")},{id:"sessions",label:this.t("sessions")},{id:"connections",label:this.t("connections")},...this.logsSupported?[{id:"activity",label:this.t("activity")}]:[]];return S`
1229
1240
  <div class="panel ${this.embedded?"embedded":""}" part="panel">
1230
1241
  ${this.renderIdentity()}
1231
1242
  <div class="tabs" role="tablist">
1232
- ${e.map(i=>v`<button
1243
+ ${e.map(i=>S`<button
1233
1244
  class="tab"
1234
1245
  role="tab"
1235
1246
  aria-selected=${this.active===i.id?"true":"false"}
@@ -1238,40 +1249,41 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1238
1249
  ${i.label}
1239
1250
  </button>`)}
1240
1251
  </div>
1241
- ${this.notice?v`<div class="alert alert-${this.notice.tone}" role="status">
1242
- ${this.notice.tone==="success"?B.checkCircle:B.info}
1252
+ ${this.notice?S`<div class="alert alert-${this.notice.tone}" role="status">
1253
+ ${this.notice.tone==="success"?X.checkCircle:X.info}
1243
1254
  <div class="alert-body">${this.notice.message}</div>
1244
- </div>`:E}
1255
+ </div>`:x}
1245
1256
  ${this.stepUp?this.renderStepUp():this.renderTab()}
1246
1257
  </div>
1247
- `}renderIdentity(){const e=this.user,i=e.name||e.email||e.phone||this.t("guestAccount");return v`
1258
+ `}renderIdentity(){const e=this.user,i=e.name||e.email||e.phone||this.t("guestAccount");return S`
1248
1259
  <div class="between">
1249
1260
  <div class="identity">
1250
1261
  <span class="avatar">${i[0]??"?"}</span>
1251
1262
  <div class="row-main">
1252
1263
  <span class="row-title">
1253
1264
  ${i}
1254
- ${e.mfa?v`<span class="badge badge-success">${B.shieldCheck} MFA</span>`:E}
1265
+ ${e.mfa?S`<span class="badge badge-success">${X.shieldCheck} MFA</span>`:x}
1266
+ ${q.isPreview?S`<span class="badge badge-info">${this.t("preview")}</span>`:x}
1255
1267
  </span>
1256
- ${e.email&&e.name?v`<span class="row-sub">${e.email}</span>`:E}
1268
+ ${e.email&&e.name?S`<span class="row-sub">${e.email}</span>`:x}
1257
1269
  </div>
1258
1270
  </div>
1259
- <button class="btn btn-outline btn-sm" @click=${()=>_.signOut()}>
1260
- ${B.logOut} ${this.t("signOut")}
1271
+ <button class="btn btn-outline btn-sm" @click=${()=>q.signOut()}>
1272
+ ${X.logOut} ${this.t("signOut")}
1261
1273
  </button>
1262
1274
  </div>
1263
- `}renderTab(){switch(this.active){case"security":return this.renderSecurity();case"sessions":return this.renderSessions();case"connections":return this.renderConnections();case"activity":return this.renderActivity();default:return this.renderProfile()}}error(e){const i=this.errors[e];return i?v`<div class="alert alert-error" role="alert">
1264
- ${B.alert}
1275
+ `}renderTab(){switch(this.active){case"security":return this.renderSecurity();case"sessions":return this.renderSessions();case"connections":return this.renderConnections();case"activity":return this.renderActivity();default:return this.renderProfile()}}error(e){const i=this.errors[e];return i?S`<div class="alert alert-error" role="alert">
1276
+ ${X.alert}
1265
1277
  <div class="alert-body">${i}</div>
1266
- </div>`:E}spinner(e){return this.busy===e?v`<span class="spinner" aria-hidden="true"></span>`:E}card(e,i,a,n,r=!1){return v`<section class="card ${r?"card-danger":""}">
1278
+ </div>`:x}spinner(e){return this.busy===e?S`<span class="spinner" aria-hidden="true"></span>`:x}card(e,i,t,o,a=!1){return S`<section class="card ${a?"card-danger":""}">
1267
1279
  <div class="card-header">
1268
1280
  <h3 class="card-title">${e}</h3>
1269
- ${i?v`<p class="card-description">${i}</p>`:E}
1281
+ ${i?S`<p class="card-description">${i}</p>`:x}
1270
1282
  </div>
1271
- <div class="card-body">${a}</div>
1272
- ${n?v`<div class="card-footer">${n}</div>`:E}
1273
- </section>`}verifiedBadge(e){return e?v`<span class="badge badge-success">${B.check} ${this.t("verified")}</span>`:v`<span class="badge badge-warning">${this.t("unverified")}</span>`}renderProfile(){const e=this.user;return this.isGuest?v`<div class="section">
1274
- ${this.card(this.t("guestAccount"),this.t("guestAccountDescription"),v`<form class="form" id="guest-form" @submit=${this.onConvertGuest} novalidate>
1283
+ <div class="card-body">${t}</div>
1284
+ ${o?S`<div class="card-footer">${o}</div>`:x}
1285
+ </section>`}verifiedBadge(e){return e?S`<span class="badge badge-success">${X.check} ${this.t("verified")}</span>`:S`<span class="badge badge-warning">${this.t("unverified")}</span>`}renderProfile(){const e=this.user;return this.isGuest?S`<div class="section">
1286
+ ${this.card(this.t("guestAccount"),this.t("guestAccountDescription"),S`<form class="form" id="guest-form" @submit=${this.onConvertGuest} novalidate>
1275
1287
  <div class="field">
1276
1288
  <label class="label" for="guest-name">${this.t("name")}</label>
1277
1289
  <input
@@ -1309,7 +1321,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1309
1321
  <p class="hint">${this.t("passwordHint")}</p>
1310
1322
  </div>
1311
1323
  ${this.error("guest")}
1312
- </form>`,v`<button
1324
+ </form>`,S`<button
1313
1325
  class="btn btn-primary btn-sm"
1314
1326
  type="submit"
1315
1327
  form="guest-form"
@@ -1317,8 +1329,8 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1317
1329
  >
1318
1330
  ${this.spinner("guest")} ${this.t("createAccount")}
1319
1331
  </button>`)}
1320
- </div>`:v`<div class="section">
1321
- ${this.card(this.t("name"),void 0,v`<form class="form" id="name-form" @submit=${this.onUpdateName} novalidate>
1332
+ </div>`:S`<div class="section">
1333
+ ${this.card(this.t("name"),void 0,S`<form class="form" id="name-form" @submit=${this.onUpdateName} novalidate>
1322
1334
  <div class="field">
1323
1335
  <label class="label" for="acc-name">${this.t("name")}</label>
1324
1336
  <input
@@ -1331,7 +1343,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1331
1343
  />
1332
1344
  </div>
1333
1345
  ${this.error("name")}
1334
- </form>`,v`<button
1346
+ </form>`,S`<button
1335
1347
  class="btn btn-primary btn-sm"
1336
1348
  type="submit"
1337
1349
  form="name-form"
@@ -1339,11 +1351,11 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1339
1351
  >
1340
1352
  ${this.spinner("name")} ${this.t("update")}
1341
1353
  </button>`)}
1342
- ${this.card(this.t("email"),void 0,v`<form class="form" id="email-form" @submit=${this.onUpdateEmail} novalidate>
1354
+ ${this.card(this.t("email"),void 0,S`<form class="form" id="email-form" @submit=${this.onUpdateEmail} novalidate>
1343
1355
  <div class="field">
1344
1356
  <label class="label" for="acc-email"
1345
1357
  >${this.t("email")}
1346
- ${e.email?this.verifiedBadge(e.emailVerification):E}</label
1358
+ ${e.email?this.verifiedBadge(e.emailVerification):x}</label
1347
1359
  >
1348
1360
  <input
1349
1361
  class="input"
@@ -1355,7 +1367,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1355
1367
  required
1356
1368
  />
1357
1369
  </div>
1358
- ${this.emailInput!==e.email?v`<div class="field">
1370
+ ${this.emailInput!==e.email?S`<div class="field">
1359
1371
  <label class="label" for="acc-email-password">${this.t("currentPassword")}</label>
1360
1372
  <input
1361
1373
  class="input"
@@ -1366,17 +1378,17 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1366
1378
  autocomplete="current-password"
1367
1379
  required
1368
1380
  />
1369
- </div>`:E}
1381
+ </div>`:x}
1370
1382
  ${this.error("email")} ${this.error("verify")}
1371
- </form>`,v`
1372
- ${e.email&&!e.emailVerification?v`<button
1383
+ </form>`,S`
1384
+ ${e.email&&!e.emailVerification?S`<button
1373
1385
  class="btn btn-outline btn-sm"
1374
1386
  type="button"
1375
1387
  @click=${this.onSendVerification}
1376
1388
  ?disabled=${!!this.busy}
1377
1389
  >
1378
1390
  ${this.spinner("verify")} ${this.t("verifyEmail")}
1379
- </button>`:E}
1391
+ </button>`:x}
1380
1392
  <button
1381
1393
  class="btn btn-primary btn-sm"
1382
1394
  type="submit"
@@ -1386,11 +1398,11 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1386
1398
  ${this.spinner("email")} ${this.t("update")}
1387
1399
  </button>
1388
1400
  `)}
1389
- ${this.card(this.t("phone"),void 0,v`<form class="form" id="phone-form" @submit=${this.onUpdatePhone} novalidate>
1401
+ ${this.card(this.t("phone"),void 0,S`<form class="form" id="phone-form" @submit=${this.onUpdatePhone} novalidate>
1390
1402
  <div class="field">
1391
1403
  <label class="label" for="acc-phone"
1392
1404
  >${this.t("phone")}
1393
- ${e.phone?this.verifiedBadge(e.phoneVerification):E}</label
1405
+ ${e.phone?this.verifiedBadge(e.phoneVerification):x}</label
1394
1406
  >
1395
1407
  <input
1396
1408
  class="input"
@@ -1402,7 +1414,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1402
1414
  autocomplete="tel"
1403
1415
  />
1404
1416
  </div>
1405
- ${this.phoneInput!==e.phone?v`<div class="field">
1417
+ ${this.phoneInput!==e.phone?S`<div class="field">
1406
1418
  <label class="label" for="acc-phone-password">${this.t("currentPassword")}</label>
1407
1419
  <input
1408
1420
  class="input"
@@ -1413,8 +1425,8 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1413
1425
  autocomplete="current-password"
1414
1426
  required
1415
1427
  />
1416
- </div>`:E}
1417
- ${this.phoneCodeSent?v`<div class="field">
1428
+ </div>`:x}
1429
+ ${this.phoneCodeSent?S`<div class="field">
1418
1430
  <label class="label" for="acc-phone-code">${this.t("code")}</label>
1419
1431
  <input
1420
1432
  class="input input-otp"
@@ -1424,25 +1436,25 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1424
1436
  .value=${this.phoneCode}
1425
1437
  @input=${this.bind("phoneCode")}
1426
1438
  />
1427
- </div>`:E}
1439
+ </div>`:x}
1428
1440
  ${this.error("phone")} ${this.error("verify-phone")} ${this.error("verify-phone-code")}
1429
- </form>`,v`
1430
- ${e.phone&&!e.phoneVerification&&!this.phoneCodeSent?v`<button
1441
+ </form>`,S`
1442
+ ${e.phone&&!e.phoneVerification&&!this.phoneCodeSent?S`<button
1431
1443
  class="btn btn-outline btn-sm"
1432
1444
  type="button"
1433
1445
  @click=${this.onSendPhoneVerification}
1434
1446
  ?disabled=${!!this.busy}
1435
1447
  >
1436
1448
  ${this.spinner("verify-phone")} ${this.t("sendCode")}
1437
- </button>`:E}
1438
- ${this.phoneCodeSent?v`<button
1449
+ </button>`:x}
1450
+ ${this.phoneCodeSent?S`<button
1439
1451
  class="btn btn-outline btn-sm"
1440
1452
  type="button"
1441
1453
  @click=${this.onConfirmPhoneVerification}
1442
1454
  ?disabled=${!!this.busy}
1443
1455
  >
1444
1456
  ${this.spinner("verify-phone-code")} ${this.t("verifyCode")}
1445
- </button>`:E}
1457
+ </button>`:x}
1446
1458
  <button
1447
1459
  class="btn btn-primary btn-sm"
1448
1460
  type="submit"
@@ -1453,8 +1465,8 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1453
1465
  </button>
1454
1466
  `)}
1455
1467
  ${this.renderDanger()}
1456
- </div>`}renderDanger(){return this.card(this.t("deleteAccount"),this.t("deleteAccountDescription"),v`${this.error("delete")}
1457
- ${this.confirmDelete?v`<div class="inline">
1468
+ </div>`}renderDanger(){return this.card(this.t("deleteAccount"),this.t("deleteAccountDescription"),S`${this.error("delete")}
1469
+ ${this.confirmDelete?S`<div class="inline">
1458
1470
  <button
1459
1471
  class="btn btn-destructive btn-sm"
1460
1472
  @click=${this.onDeleteAccount}
@@ -1465,19 +1477,19 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1465
1477
  <button class="btn btn-ghost btn-sm" @click=${()=>this.confirmDelete=!1}>
1466
1478
  ${this.t("cancel")}
1467
1479
  </button>
1468
- </div>`:v`<button
1480
+ </div>`:S`<button
1469
1481
  class="btn btn-outline btn-sm warn"
1470
1482
  @click=${()=>this.confirmDelete=!0}
1471
1483
  >
1472
- ${B.userX} ${this.t("deleteAccount")}
1473
- </button>`}`,void 0,!0)}renderSecurity(){const e=this.user,i=this.config?.mfa!==!1;return v`<div class="section">
1474
- ${this.isGuest?E:this.card(this.t("changePassword"),void 0,v`<form
1484
+ ${X.userX} ${this.t("deleteAccount")}
1485
+ </button>`}`,void 0,!0)}renderSecurity(){const e=this.user,i=this.config?.mfa!==!1;return S`<div class="section">
1486
+ ${this.isGuest?x:this.card(this.t("changePassword"),void 0,S`<form
1475
1487
  class="form"
1476
1488
  id="password-form"
1477
1489
  @submit=${this.onChangePassword}
1478
1490
  novalidate
1479
1491
  >
1480
- ${e.passwordUpdate?v`<div class="field">
1492
+ ${e.passwordUpdate?S`<div class="field">
1481
1493
  <label class="label" for="acc-old-password"
1482
1494
  >${this.t("currentPassword")}</label
1483
1495
  >
@@ -1489,7 +1501,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1489
1501
  @input=${this.bind("oldPassword")}
1490
1502
  autocomplete="current-password"
1491
1503
  />
1492
- </div>`:E}
1504
+ </div>`:x}
1493
1505
  <div class="field">
1494
1506
  <label class="label" for="acc-new-password">${this.t("newPassword")}</label>
1495
1507
  <input
@@ -1520,7 +1532,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1520
1532
  />
1521
1533
  </div>
1522
1534
  ${this.error("password")}
1523
- </form>`,v`<button
1535
+ </form>`,S`<button
1524
1536
  class="btn btn-primary btn-sm"
1525
1537
  type="submit"
1526
1538
  form="password-form"
@@ -1528,9 +1540,9 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1528
1540
  >
1529
1541
  ${this.spinner("password")} ${this.t("update")}
1530
1542
  </button>`)}
1531
- ${i?this.renderMfaCard():E}
1532
- ${i?this.renderRecoveryCard():E}
1533
- </div>`}renderMfaCard(){const e=this.user,i=this.factors?.totp??!1,a=this.authenticator?new Sa(_.getClient()).getQR(this.authenticator.uri,400,1).toString():"";return this.card(this.t("twoFactor"),this.t("twoFactorDescription"),v`<div class="kv">
1543
+ ${i?this.renderMfaCard():x}
1544
+ ${i?this.renderRecoveryCard():x}
1545
+ </div>`}renderMfaCard(){const e=this.user,i=this.factors?.totp??!1,t=this.authenticator?q.isPreview?ro(this.authenticator.uri):new xi(q.getClient()).getQR(this.authenticator.uri,400,1).toString():"";return this.card(this.t("twoFactor"),this.t("twoFactorDescription"),S`<div class="kv">
1534
1546
  <div class="toggle-row">
1535
1547
  <div class="row-main">
1536
1548
  <span class="row-title">${this.t("twoFactor")}</span>
@@ -1550,17 +1562,17 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1550
1562
  <div class="toggle-row">
1551
1563
  <div class="row-main">
1552
1564
  <span class="row-title"
1553
- >${B.smartphone} ${this.t("authenticatorApp")}
1554
- ${i?this.verifiedBadge(!0):E}</span
1565
+ >${X.smartphone} ${this.t("authenticatorApp")}
1566
+ ${i?this.verifiedBadge(!0):x}</span
1555
1567
  >
1556
1568
  </div>
1557
- ${i?v`<button
1569
+ ${i?S`<button
1558
1570
  class="btn btn-outline btn-sm"
1559
1571
  @click=${this.onRemoveAuthenticator}
1560
1572
  ?disabled=${!!this.busy}
1561
1573
  >
1562
1574
  ${this.spinner("remove-authenticator")} ${this.t("remove")}
1563
- </button>`:this.authenticator?E:v`<button
1575
+ </button>`:this.authenticator?x:S`<button
1564
1576
  class="btn btn-outline btn-sm"
1565
1577
  @click=${this.onAddAuthenticator}
1566
1578
  ?disabled=${!!this.busy}
@@ -1569,9 +1581,9 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1569
1581
  </button>`}
1570
1582
  </div>
1571
1583
  ${this.error("authenticator")} ${this.error("remove-authenticator")}
1572
- ${this.authenticator?v`<form class="form" @submit=${this.onVerifyAuthenticator} novalidate>
1584
+ ${this.authenticator?S`<form class="form" @submit=${this.onVerifyAuthenticator} novalidate>
1573
1585
  <p class="hint">${this.t("authenticatorScan")}</p>
1574
- <img class="qr" src=${a} alt="QR code" />
1586
+ <img class="qr" src=${t} alt="QR code" />
1575
1587
  <p class="hint center">
1576
1588
  ${this.t("authenticatorManual")}:
1577
1589
  <span class="code">${this.authenticator.secret}</span>
@@ -1601,37 +1613,37 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1601
1613
  ${this.t("cancel")}
1602
1614
  </button>
1603
1615
  </div>
1604
- </form>`:E}
1605
- </div>`)}renderRecoveryCard(){const e=this.factors?.recoveryCode??!1;return this.card(this.t("recoveryCodes"),this.t("recoveryCodesDescription"),v`<div class="kv">
1606
- ${this.recoveryCodes?v`<div class="alert alert-warning">
1607
- ${B.alert}
1616
+ </form>`:x}
1617
+ </div>`)}renderRecoveryCard(){const e=this.factors?.recoveryCode??!1;return this.card(this.t("recoveryCodes"),this.t("recoveryCodesDescription"),S`<div class="kv">
1618
+ ${this.recoveryCodes?S`<div class="alert alert-warning">
1619
+ ${X.alert}
1608
1620
  <div class="alert-body">${this.t("recoveryCodesWarning")}</div>
1609
1621
  </div>
1610
1622
  <div class="codes">
1611
- ${this.recoveryCodes.map(i=>v`<span class="code">${i}</span>`)}
1623
+ ${this.recoveryCodes.map(i=>S`<span class="code">${i}</span>`)}
1612
1624
  </div>
1613
1625
  <div class="inline">
1614
1626
  <button class="btn btn-outline btn-sm" @click=${this.onCopyCodes}>
1615
- ${this.copied?B.check:B.copy}
1627
+ ${this.copied?X.check:X.copy}
1616
1628
  ${this.copied?this.t("copied"):this.t("copy")}
1617
1629
  </button>
1618
1630
  <button class="btn btn-ghost btn-sm" @click=${()=>this.recoveryCodes=null}>
1619
1631
  ${this.t("done")}
1620
1632
  </button>
1621
- </div>`:v`<div class="inline">
1633
+ </div>`:S`<div class="inline">
1622
1634
  <button
1623
1635
  class="btn btn-outline btn-sm"
1624
1636
  @click=${this.onRecoveryCodes}
1625
1637
  ?disabled=${!!this.busy}
1626
1638
  >
1627
- ${this.spinner("recovery")} ${B.key}
1639
+ ${this.spinner("recovery")} ${X.key}
1628
1640
  ${e?this.t("recoveryCodes"):this.t("generateRecoveryCodes")}
1629
1641
  </button>
1630
- ${e?v`<button class="btn btn-ghost btn-sm" @click=${this.onRegenerateRecoveryCodes} ?disabled=${!!this.busy}>${B.refresh} ${this.t("regenerateRecoveryCodes")}</button>`:E}
1642
+ ${e?S`<button class="btn btn-ghost btn-sm" @click=${this.onRegenerateRecoveryCodes} ?disabled=${!!this.busy}>${X.refresh} ${this.t("regenerateRecoveryCodes")}</button>`:x}
1631
1643
  </div>`}
1632
1644
  ${this.error("recovery")}
1633
- </div>`)}renderStepUp(){const e=this.stepUp,i=this.factors,a=[{factor:"totp",icon:B.smartphone,label:this.t("mfaUseAuthenticator"),available:i?.totp??!0},{factor:"email",icon:B.mail,label:this.t("mfaUseEmail"),available:i?.email??!0},{factor:"phone",icon:B.phone,label:this.t("mfaUsePhone"),available:i?.phone??!0},{factor:"recoverycode",icon:B.key,label:this.t("mfaUseRecoveryCode"),available:i?.recoveryCode??!0}];return this.card(this.t("mfaTitle"),this.t("errorChallengeRequired"),v`<div class="kv">
1634
- ${e.challenge?v`<form class="form" @submit=${this.onStepUpVerify} novalidate>
1645
+ </div>`)}renderStepUp(){const e=this.stepUp,i=this.factors,t=[{factor:"totp",icon:X.smartphone,label:this.t("mfaUseAuthenticator"),available:i?.totp??!0},{factor:"email",icon:X.mail,label:this.t("mfaUseEmail"),available:i?.email??!0},{factor:"phone",icon:X.phone,label:this.t("mfaUsePhone"),available:i?.phone??!0},{factor:"recoverycode",icon:X.key,label:this.t("mfaUseRecoveryCode"),available:i?.recoveryCode??!0}];return this.card(this.t("mfaTitle"),this.t("errorChallengeRequired"),S`<div class="kv">
1646
+ ${e.challenge?S`<form class="form" @submit=${this.onStepUpVerify} novalidate>
1635
1647
  <div class="field">
1636
1648
  <label class="label" for="acc-stepup"
1637
1649
  >${e.challenge.factor==="recoverycode"?this.t("recoveryCode"):this.t("code")}</label
@@ -1648,29 +1660,29 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1648
1660
  <button class="btn btn-primary btn-sm" type="submit" ?disabled=${!!this.busy}>
1649
1661
  ${this.spinner("stepup-code")} ${this.t("verifyCode")}
1650
1662
  </button>
1651
- </form>`:v`<div class="stack-sm">
1652
- ${a.filter(n=>n.available).map(n=>v`<button
1663
+ </form>`:S`<div class="stack-sm">
1664
+ ${t.filter(o=>o.available).map(o=>S`<button
1653
1665
  type="button"
1654
1666
  class="choice"
1655
- @click=${()=>this.onStepUpFactor(n.factor)}
1667
+ @click=${()=>this.onStepUpFactor(o.factor)}
1656
1668
  ?disabled=${!!this.busy}
1657
1669
  >
1658
- ${n.icon}<span class="choice-title">${n.label}</span>
1670
+ ${o.icon}<span class="choice-title">${o.label}</span>
1659
1671
  </button>`)}
1660
1672
  </div>`}
1661
1673
  ${this.error("stepup")} ${this.error("stepup-code")}
1662
- </div>`,v`<button class="btn btn-ghost btn-sm" @click=${()=>this.stepUp=null}>
1674
+ </div>`,S`<button class="btn btn-ghost btn-sm" @click=${()=>this.stepUp=null}>
1663
1675
  ${this.t("cancel")}
1664
- </button>`)}deviceIcon(e){const i=(e.clientType||e.deviceName||"").toLowerCase();return i.includes("smartphone")||i.includes("phone")||i.includes("tablet")?B.smartphone:i.includes("browser")||i.includes("desktop")?B.monitor:B.globe}renderSessions(){const e=this.sessions;return v`<div class="section">
1665
- ${this.card(this.t("sessions"),void 0,v`${this.error("sessions")}
1666
- ${e===null?v`<div class="empty"><span class="spinner"></span></div>`:e.length===0?v`<div class="empty">${this.t("noActivity")}</div>`:e.map(i=>v`<div class="row">
1676
+ </button>`)}deviceIcon(e){const i=(e.deviceName||"").toLowerCase(),t=(e.osName||e.osCode||"").toLowerCase();return/phone|tablet|mobile/.test(i)||/ios|android|ipados/.test(t)?X.smartphone:/desktop|browser/.test(i)||/mac|windows|linux|chrome os/.test(t)?X.monitor:X.globe}renderSessions(){const e=this.sessions;return S`<div class="section">
1677
+ ${this.card(this.t("sessions"),void 0,S`${this.error("sessions")}
1678
+ ${e===null?S`<div class="empty"><span class="spinner"></span></div>`:e.length===0?S`<div class="empty">${this.t("noActivity")}</div>`:e.map(i=>S`<div class="row">
1667
1679
  <div class="inline">
1668
1680
  <span class="device">${this.deviceIcon(i)}</span>
1669
1681
  <div class="row-main">
1670
1682
  <span class="row-title">
1671
1683
  ${i.clientName||i.provider}
1672
- ${i.clientVersion?v`<span class="muted small">${i.clientVersion}</span>`:E}
1673
- ${i.current?v`<span class="badge badge-info">${this.t("currentSession")}</span>`:E}
1684
+ ${i.clientVersion?S`<span class="muted small">${i.clientVersion}</span>`:x}
1685
+ ${i.current?S`<span class="badge badge-info">${this.t("currentSession")}</span>`:x}
1674
1686
  </span>
1675
1687
  <span class="row-sub"
1676
1688
  >${[i.osName,i.countryName||i.countryCode,i.ip].filter(Boolean).join(" · ")}</span
@@ -1678,53 +1690,53 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1678
1690
  </div>
1679
1691
  </div>
1680
1692
  <div class="row-actions">
1681
- ${this.busy===`session-${i.$id}`?v`<span class="spinner"></span>`:E}
1693
+ ${this.busy===`session-${i.$id}`?S`<span class="spinner"></span>`:x}
1682
1694
  <button
1683
1695
  class="btn btn-ghost btn-sm"
1684
1696
  @click=${()=>this.onDeleteSession(i.$id)}
1685
1697
  ?disabled=${!!this.busy}
1686
1698
  aria-label=${this.t("signOutSession")}
1687
1699
  >
1688
- ${B.logOut}
1700
+ ${X.logOut}
1689
1701
  </button>
1690
1702
  </div>
1691
1703
  </div>`)}`)}
1692
- ${this.card(this.t("signOutAllSessions"),this.t("signOutAllSessionsDescription"),v`${this.error("sessions-all")}
1704
+ ${this.card(this.t("signOutAllSessions"),this.t("signOutAllSessionsDescription"),S`${this.error("sessions-all")}
1693
1705
  <button
1694
1706
  class="btn btn-outline btn-sm warn"
1695
1707
  @click=${this.onSignOutAll}
1696
1708
  ?disabled=${!!this.busy}
1697
1709
  >
1698
- ${this.spinner("sessions-all")} ${B.logOut} ${this.t("signOutAllSessions")}
1710
+ ${this.spinner("sessions-all")} ${X.logOut} ${this.t("signOutAllSessions")}
1699
1711
  </button>`,void 0,!0)}
1700
- </div>`}renderConnections(){const e=this.identities,i=this.config?.methods?.oauth??[];return v`<div class="section">
1701
- ${this.card(this.t("connections"),void 0,v`${this.error("identities")}
1702
- ${e===null?v`<div class="empty"><span class="spinner"></span></div>`:e.length===0?v`<div class="empty">${this.t("noConnections")}</div>`:e.map(a=>v`<div class="row">
1712
+ </div>`}renderConnections(){const e=this.identities,i=this.config?.methods?.oauth??[];return S`<div class="section">
1713
+ ${this.card(this.t("connections"),void 0,S`${this.error("identities")}
1714
+ ${e===null?S`<div class="empty"><span class="spinner"></span></div>`:e.length===0?S`<div class="empty">${this.t("noConnections")}</div>`:e.map(t=>S`<div class="row">
1703
1715
  <div class="inline">
1704
- <span class="device">${It(a.provider)}</span>
1716
+ <span class="device">${ei(t.provider)}</span>
1705
1717
  <div class="row-main">
1706
- <span class="row-title">${Ve(a.provider)}</span>
1707
- <span class="row-sub">${a.providerEmail||a.providerUid}</span>
1718
+ <span class="row-title">${Te(t.provider)}</span>
1719
+ <span class="row-sub">${t.providerEmail||t.providerUid}</span>
1708
1720
  </div>
1709
1721
  </div>
1710
1722
  <div class="row-actions">
1711
1723
  <button
1712
1724
  class="btn btn-ghost btn-sm"
1713
- @click=${()=>this.onDeleteIdentity(a.$id)}
1725
+ @click=${()=>this.onDeleteIdentity(t.$id)}
1714
1726
  ?disabled=${!!this.busy}
1715
1727
  >
1716
- ${this.busy===`identity-${a.$id}`?v`<span class="spinner"></span>`:E}
1728
+ ${this.busy===`identity-${t.$id}`?S`<span class="spinner"></span>`:x}
1717
1729
  ${this.t("disconnect")}
1718
1730
  </button>
1719
1731
  </div>
1720
- </div>`)}`,i.length>0?v`${i.filter(a=>!(e??[]).some(n=>n.provider===a)).map(a=>v`<button
1732
+ </div>`)}`,i.length>0?S`${i.filter(t=>!(e??[]).some(o=>o.provider===t)).map(t=>S`<button
1721
1733
  class="btn btn-outline btn-sm"
1722
- @click=${()=>_.signInWithOAuth(a)}
1734
+ @click=${()=>q.signInWithOAuth(t)}
1723
1735
  >
1724
- ${It(a)} ${Ve(a)}
1736
+ ${ei(t)} ${Te(t)}
1725
1737
  </button>`)}`:void 0)}
1726
- </div>`}renderActivity(){const e=this.logs;return v`<div class="section">
1727
- ${this.card(this.t("activity"),void 0,v`${e===null?v`<div class="empty"><span class="spinner"></span></div>`:e.length===0?v`<div class="empty">${this.t("noActivity")}</div>`:e.map(i=>v`<div class="row">
1738
+ </div>`}renderActivity(){const e=this.logs;return S`<div class="section">
1739
+ ${this.card(this.t("activity"),void 0,S`${e===null?S`<div class="empty"><span class="spinner"></span></div>`:e.length===0?S`<div class="empty">${this.t("noActivity")}</div>`:e.map(i=>S`<div class="row">
1728
1740
  <div class="row-main">
1729
1741
  <span class="row-title">${i.event}</span>
1730
1742
  <span class="row-sub"
@@ -1733,7 +1745,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1733
1745
  </div>
1734
1746
  <span class="log-time">${new Date(i.time).toLocaleString()}</span>
1735
1747
  </div>`)}`)}
1736
- </div>`}},$.AuthUIAccount.styles=[...ye.styles,je`
1748
+ </div>`}},P.AuthUIAccount.styles=[...Ue.styles,Le`
1737
1749
  :host {
1738
1750
  display: block;
1739
1751
  width: 100%;
@@ -1808,7 +1820,7 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1808
1820
  .warn {
1809
1821
  color: var(--authui-destructive-foreground);
1810
1822
  }
1811
- `],ee([ie({type:Boolean})],$.AuthUIAccount.prototype,"embedded",2),ee([ie({type:String})],$.AuthUIAccount.prototype,"tab",2),ee([Y()],$.AuthUIAccount.prototype,"active",2),ee([Y()],$.AuthUIAccount.prototype,"busy",2),ee([Y()],$.AuthUIAccount.prototype,"notice",2),ee([Y()],$.AuthUIAccount.prototype,"errors",2),ee([Y()],$.AuthUIAccount.prototype,"nameInput",2),ee([Y()],$.AuthUIAccount.prototype,"emailInput",2),ee([Y()],$.AuthUIAccount.prototype,"emailPassword",2),ee([Y()],$.AuthUIAccount.prototype,"phoneInput",2),ee([Y()],$.AuthUIAccount.prototype,"phonePassword",2),ee([Y()],$.AuthUIAccount.prototype,"phoneCode",2),ee([Y()],$.AuthUIAccount.prototype,"phoneCodeSent",2),ee([Y()],$.AuthUIAccount.prototype,"guestName",2),ee([Y()],$.AuthUIAccount.prototype,"oldPassword",2),ee([Y()],$.AuthUIAccount.prototype,"newPassword",2),ee([Y()],$.AuthUIAccount.prototype,"newPasswordConfirm",2),ee([Y()],$.AuthUIAccount.prototype,"authenticator",2),ee([Y()],$.AuthUIAccount.prototype,"authenticatorCode",2),ee([Y()],$.AuthUIAccount.prototype,"factors",2),ee([Y()],$.AuthUIAccount.prototype,"recoveryCodes",2),ee([Y()],$.AuthUIAccount.prototype,"stepUp",2),ee([Y()],$.AuthUIAccount.prototype,"stepUpCode",2),ee([Y()],$.AuthUIAccount.prototype,"copied",2),ee([Y()],$.AuthUIAccount.prototype,"sessions",2),ee([Y()],$.AuthUIAccount.prototype,"identities",2),ee([Y()],$.AuthUIAccount.prototype,"logs",2),ee([Y()],$.AuthUIAccount.prototype,"logsSupported",2),ee([Y()],$.AuthUIAccount.prototype,"confirmDelete",2),$.AuthUIAccount=ee([Ue("authui-account")],$.AuthUIAccount);var Xa=Object.defineProperty,Ga=Object.getOwnPropertyDescriptor,Xe=(t,e,i,a)=>{for(var n=a>1?void 0:a?Ga(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&Xa(e,i,n),n};$.AuthUIModal=class extends ye{constructor(){super(...arguments),this.open=!1,this.view="sign-in",this.closeOnSuccess=!0,this.handledPending=null,this.onOpenEvent=e=>{const i=e.detail??{};this.show(i.view)},this.onCloseEvent=()=>this.hide(),this.onSuccess=()=>{this.fire("authui-signed-in",this.auth.user),this.closeOnSuccess&&!this.config?.successUrl&&this.hide()},this.onInnerOpen=e=>{const i=e.detail?.view;i&&(this.view=i)},this.onBackdrop=e=>{e.target===this.dialog&&this.hide()}}connectedCallback(){super.connectedCallback(),window.addEventListener("authui:open",this.onOpenEvent),window.addEventListener("authui:close",this.onCloseEvent)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("authui:open",this.onOpenEvent),window.removeEventListener("authui:close",this.onCloseEvent)}show(e){e?this.view=e:this.auth.status==="signed-in"&&(this.view="account"),this.open=!0}hide(){this.open=!1}updated(e){if(e.has("open")&&this.dialog&&(this.open&&!this.dialog.open&&this.dialog.showModal(),!this.open&&this.dialog.open&&this.dialog.close()),e.has("auth")){const i=this.auth.pending;i&&i!==this.handledPending&&i.type!=="notice"&&(this.handledPending=i,this.view="sign-in",this.open=!0),i?.type==="notice"&&i!==this.handledPending&&(this.handledPending=i,this.open=!0)}}render(){const e=this.view==="account";return v`
1823
+ `],ae([F({type:Boolean})],P.AuthUIAccount.prototype,"embedded",2),ae([F({type:String})],P.AuthUIAccount.prototype,"tab",2),ae([z()],P.AuthUIAccount.prototype,"active",2),ae([z()],P.AuthUIAccount.prototype,"busy",2),ae([z()],P.AuthUIAccount.prototype,"notice",2),ae([z()],P.AuthUIAccount.prototype,"errors",2),ae([z()],P.AuthUIAccount.prototype,"nameInput",2),ae([z()],P.AuthUIAccount.prototype,"emailInput",2),ae([z()],P.AuthUIAccount.prototype,"emailPassword",2),ae([z()],P.AuthUIAccount.prototype,"phoneInput",2),ae([z()],P.AuthUIAccount.prototype,"phonePassword",2),ae([z()],P.AuthUIAccount.prototype,"phoneCode",2),ae([z()],P.AuthUIAccount.prototype,"phoneCodeSent",2),ae([z()],P.AuthUIAccount.prototype,"guestName",2),ae([z()],P.AuthUIAccount.prototype,"oldPassword",2),ae([z()],P.AuthUIAccount.prototype,"newPassword",2),ae([z()],P.AuthUIAccount.prototype,"newPasswordConfirm",2),ae([z()],P.AuthUIAccount.prototype,"authenticator",2),ae([z()],P.AuthUIAccount.prototype,"authenticatorCode",2),ae([z()],P.AuthUIAccount.prototype,"factors",2),ae([z()],P.AuthUIAccount.prototype,"recoveryCodes",2),ae([z()],P.AuthUIAccount.prototype,"stepUp",2),ae([z()],P.AuthUIAccount.prototype,"stepUpCode",2),ae([z()],P.AuthUIAccount.prototype,"copied",2),ae([z()],P.AuthUIAccount.prototype,"sessions",2),ae([z()],P.AuthUIAccount.prototype,"identities",2),ae([z()],P.AuthUIAccount.prototype,"logs",2),ae([z()],P.AuthUIAccount.prototype,"logsSupported",2),ae([z()],P.AuthUIAccount.prototype,"confirmDelete",2),P.AuthUIAccount=ae([Ge("authui-account")],P.AuthUIAccount);var So=Object.defineProperty,$o=Object.getOwnPropertyDescriptor,Oe=(n,e,i,t)=>{for(var o=t>1?void 0:t?$o(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&So(e,i,o),o};P.AuthUIModal=class extends Ue{constructor(){super(...arguments),this.open=!1,this.view="sign-in",this.closeOnSuccess=!0,this.handledPending=null,this.onOpenEvent=e=>{const i=e.detail??{};this.show(i.view)},this.onCloseEvent=()=>this.hide(),this.onSuccess=()=>{this.fire("authui-signed-in",this.auth.user),this.closeOnSuccess&&!this.config?.successUrl&&this.hide()},this.onInnerOpen=e=>{const i=e.detail?.view;i&&(this.view=i)},this.onBackdrop=e=>{e.target===this.dialog&&this.hide()}}connectedCallback(){super.connectedCallback(),window.addEventListener("authui:open",this.onOpenEvent),window.addEventListener("authui:close",this.onCloseEvent)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("authui:open",this.onOpenEvent),window.removeEventListener("authui:close",this.onCloseEvent)}show(e){e?this.view=e:this.auth.status==="signed-in"&&(this.view="account"),this.open=!0}hide(){this.open=!1}updated(e){if(e.has("open")&&this.dialog&&(this.open&&!this.dialog.open&&this.dialog.showModal(),!this.open&&this.dialog.open&&this.dialog.close()),e.has("auth")){const i=this.auth.pending;i&&i!==this.handledPending&&i.type!=="notice"&&(this.handledPending=i,this.view="sign-in",this.open=!0),i?.type==="notice"&&i!==this.handledPending&&(this.handledPending=i,this.open=!0)}}render(){const e=this.view==="account";return S`
1812
1824
  <dialog
1813
1825
  class=${e?"wide":""}
1814
1826
  aria-labelledby="authui-title"
@@ -1823,16 +1835,16 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1823
1835
  @click=${this.hide}
1824
1836
  aria-label=${this.t("close")}
1825
1837
  >
1826
- ${B.x}
1838
+ ${X.x}
1827
1839
  </button>
1828
- ${this.open?e?v`<authui-account embedded></authui-account>`:v`<authui-sign-in
1840
+ ${this.open?e?S`<authui-account embedded></authui-account>`:S`<authui-sign-in
1829
1841
  embedded
1830
1842
  .view=${this.view}
1831
1843
  @authui-success=${this.onSuccess}
1832
- ></authui-sign-in>`:E}
1844
+ ></authui-sign-in>`:x}
1833
1845
  </div>
1834
1846
  </dialog>
1835
- `}},$.AuthUIModal.styles=[...ye.styles,je`
1847
+ `}},P.AuthUIModal.styles=[...Ue.styles,Le`
1836
1848
  :host {
1837
1849
  display: contents;
1838
1850
  }
@@ -1890,56 +1902,56 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
1890
1902
  authui-account {
1891
1903
  max-width: none;
1892
1904
  }
1893
- `],Xe([ie({type:Boolean,reflect:!0})],$.AuthUIModal.prototype,"open",2),Xe([ie({type:String})],$.AuthUIModal.prototype,"view",2),Xe([ie({type:Boolean,attribute:"close-on-success"})],$.AuthUIModal.prototype,"closeOnSuccess",2),Xe([Y()],$.AuthUIModal.prototype,"handledPending",2),Xe([Tt("dialog")],$.AuthUIModal.prototype,"dialog",2),$.AuthUIModal=Xe([Ue("authui-modal")],$.AuthUIModal);function Te(t){typeof document>"u"||(document.querySelector("authui-modal")||document.body.appendChild(document.createElement("authui-modal")),queueMicrotask(()=>{window.dispatchEvent(new CustomEvent("authui:open",{detail:{view:t}}))}))}function Pi(){typeof window>"u"||window.dispatchEvent(new CustomEvent("authui:close"))}var Wa=Object.defineProperty,Ka=Object.getOwnPropertyDescriptor,ut=(t,e,i,a)=>{for(var n=a>1?void 0:a?Ka(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&Wa(e,i,n),n};$.AuthUIButton=class extends ye{constructor(){super(...arguments),this.view="sign-in",this.variant="primary",this.size="md"}render(){const e=this.size==="md"?"":`btn-${this.size}`;return v`<button
1905
+ `],Oe([F({type:Boolean,reflect:!0})],P.AuthUIModal.prototype,"open",2),Oe([F({type:String})],P.AuthUIModal.prototype,"view",2),Oe([F({type:Boolean,attribute:"close-on-success"})],P.AuthUIModal.prototype,"closeOnSuccess",2),Oe([z()],P.AuthUIModal.prototype,"handledPending",2),Oe([Si("dialog")],P.AuthUIModal.prototype,"dialog",2),P.AuthUIModal=Oe([Ge("authui-modal")],P.AuthUIModal);function rt(n){typeof document>"u"||(document.querySelector("authui-modal")||document.body.appendChild(document.createElement("authui-modal")),queueMicrotask(()=>{window.dispatchEvent(new CustomEvent("authui:open",{detail:{view:n}}))}))}function Gi(){typeof window>"u"||window.dispatchEvent(new CustomEvent("authui:close"))}var Po=Object.defineProperty,Uo=Object.getOwnPropertyDescriptor,kt=(n,e,i,t)=>{for(var o=t>1?void 0:t?Uo(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&Po(e,i,o),o};P.AuthUIButton=class extends Ue{constructor(){super(...arguments),this.view="sign-in",this.variant="primary",this.size="md"}render(){const e=this.size==="md"?"":`btn-${this.size}`;return S`<button
1894
1906
  class="btn btn-${this.variant} ${e}"
1895
- @click=${()=>Te(this.view)}
1907
+ @click=${()=>rt(this.view)}
1896
1908
  part="button"
1897
1909
  >
1898
1910
  <slot
1899
1911
  >${this.view==="sign-up"?this.t("signUp"):this.view==="account"?this.t("manageAccount"):this.t("signIn")}</slot
1900
1912
  >
1901
- </button>`}},$.AuthUIButton.styles=[...ye.styles,je`
1913
+ </button>`}},P.AuthUIButton.styles=[...Ue.styles,Le`
1902
1914
  :host {
1903
1915
  display: inline-block;
1904
1916
  }
1905
1917
  .btn {
1906
1918
  width: 100%;
1907
1919
  }
1908
- `],ut([ie({type:String})],$.AuthUIButton.prototype,"view",2),ut([ie({type:String})],$.AuthUIButton.prototype,"variant",2),ut([ie({type:String})],$.AuthUIButton.prototype,"size",2),$.AuthUIButton=ut([Ue("authui-button")],$.AuthUIButton);var Ja=Object.defineProperty,Ya=Object.getOwnPropertyDescriptor,xt=(t,e,i,a)=>{for(var n=a>1?void 0:a?Ya(e,i):e,r=t.length-1,s;r>=0;r--)(s=t[r])&&(n=(a?s(e,i,n):s(n))||n);return a&&n&&Ja(e,i,n),n};$.AuthUIUserButton=class extends ye{constructor(){super(...arguments),this.src="",this.menuOpen=!1,this.onDocumentClick=e=>{e.composedPath().includes(this)||(this.menuOpen=!1)},this.onKeydown=e=>{e.key==="Escape"&&(this.menuOpen=!1)}}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.onDocumentClick,!0),document.addEventListener("keydown",this.onKeydown)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.onDocumentClick,!0),document.removeEventListener("keydown",this.onKeydown)}render(){const{status:e,user:i}=this.auth;if(e==="loading")return v`<span class="avatar"><span class="spinner"></span></span>`;if(e!=="signed-in"||!i)return v`<button class="btn btn-primary btn-sm" @click=${()=>Te("sign-in")}>
1920
+ `],kt([F({type:String})],P.AuthUIButton.prototype,"view",2),kt([F({type:String})],P.AuthUIButton.prototype,"variant",2),kt([F({type:String})],P.AuthUIButton.prototype,"size",2),P.AuthUIButton=kt([Ge("authui-button")],P.AuthUIButton);var Co=Object.defineProperty,Mo=Object.getOwnPropertyDescriptor,ti=(n,e,i,t)=>{for(var o=t>1?void 0:t?Mo(e,i):e,a=n.length-1,s;a>=0;a--)(s=n[a])&&(o=(t?s(e,i,o):s(o))||o);return t&&o&&Co(e,i,o),o};P.AuthUIUserButton=class extends Ue{constructor(){super(...arguments),this.src="",this.menuOpen=!1,this.onDocumentClick=e=>{e.composedPath().includes(this)||(this.menuOpen=!1)},this.onKeydown=e=>{e.key==="Escape"&&(this.menuOpen=!1)}}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.onDocumentClick,!0),document.addEventListener("keydown",this.onKeydown),this.addEventListener("keydown",this.onKeydown)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.onDocumentClick,!0),document.removeEventListener("keydown",this.onKeydown),this.removeEventListener("keydown",this.onKeydown)}render(){const{status:e,user:i}=this.auth;if(e==="loading")return S`<span class="avatar"><span class="spinner"></span></span>`;if(e!=="signed-in"||!i)return S`<button class="btn btn-primary btn-sm" @click=${()=>rt("sign-in")}>
1909
1921
  <slot>${this.t("signIn")}</slot>
1910
- </button>`;const a=i.name||i.email||i.phone||this.t("guestAccount");return v`
1922
+ </button>`;const t=i.name||i.email||i.phone||this.t("guestAccount");return S`
1911
1923
  <button
1912
1924
  class="trigger"
1913
1925
  aria-haspopup="menu"
1914
1926
  aria-expanded=${this.menuOpen?"true":"false"}
1915
1927
  @click=${()=>this.menuOpen=!this.menuOpen}
1916
- aria-label=${a}
1928
+ aria-label=${t}
1917
1929
  >
1918
1930
  <span class="avatar"
1919
- >${this.src?v`<img src=${this.src} alt="" />`:a[0]??"?"}</span
1931
+ >${this.src?S`<img src=${this.src} alt="" />`:t[0]??"?"}</span
1920
1932
  >
1921
1933
  </button>
1922
- ${this.menuOpen?v`<div class="menu" role="menu">
1934
+ ${this.menuOpen?S`<div class="menu" role="menu">
1923
1935
  <div class="menu-header">
1924
- <span class="row-title">${a}</span>
1925
- ${i.email&&i.name?v`<span class="row-sub">${i.email}</span>`:E}
1936
+ <span class="row-title">${t}</span>
1937
+ ${i.email&&i.name?S`<span class="row-sub">${i.email}</span>`:x}
1926
1938
  </div>
1927
1939
  <button
1928
1940
  class="menu-item"
1929
1941
  role="menuitem"
1930
- @click=${()=>{this.menuOpen=!1,Te("account")}}
1942
+ @click=${()=>{this.menuOpen=!1,rt("account")}}
1931
1943
  >
1932
- ${B.settings} ${this.t("manageAccount")}
1944
+ ${X.settings} ${this.t("manageAccount")}
1933
1945
  </button>
1934
1946
  <button
1935
1947
  class="menu-item"
1936
1948
  role="menuitem"
1937
- @click=${()=>{this.menuOpen=!1,_.signOut()}}
1949
+ @click=${()=>{this.menuOpen=!1,q.signOut()}}
1938
1950
  >
1939
- ${B.logOut} ${this.t("signOut")}
1951
+ ${X.logOut} ${this.t("signOut")}
1940
1952
  </button>
1941
- </div>`:E}
1942
- `}},$.AuthUIUserButton.styles=[...ye.styles,je`
1953
+ </div>`:x}
1954
+ `}},P.AuthUIUserButton.styles=[...Ue.styles,Le`
1943
1955
  :host {
1944
1956
  display: inline-block;
1945
1957
  position: relative;
@@ -2015,4 +2027,4 @@ var AuthUI=(function($){"use strict";const et=globalThis,dt=et.ShadowRoot&&(et.S
2015
2027
  height: 32px;
2016
2028
  font-size: 13px;
2017
2029
  }
2018
- `],xt([ie({type:String})],$.AuthUIUserButton.prototype,"src",2),xt([Y()],$.AuthUIUserButton.prototype,"menuOpen",2),$.AuthUIUserButton=xt([Ue("authui-user-button")],$.AuthUIUserButton);function ji(t){return _.configure(t),Ni}function Ci(t){Te(t)}function Ui(){Pi()}function Ei(){return _.signOut()}function _i(){return _.user}function Mi(){return _.getState()}function Ri(){return _.getClient()}function Li(t,e){return _.on(t,e)}const Ni={init:ji,open:Ci,close:Ui,signOut:Ei,getUser:_i,getState:Mi,getClient:Ri,on:Li,store:_};return $.AuthStore=Si,$.AuthUI=Ni,$.AuthUIElement=ye,$.ErrorTypes=se,$.authStore=_,$.close=Ui,$.closeModal=Pi,$.defaultStrings=Ai,$.describeError=At,$.getClient=Ri,$.getState=Mi,$.getUser=_i,$.init=ji,$.on=Li,$.open=Ci,$.openModal=Te,$.providerLabel=Ve,$.signOut=Ei,$.toAuthUIError=Oe,Object.defineProperty($,Symbol.toStringTag,{value:"Module"}),$})({});
2030
+ `],ti([F({type:String})],P.AuthUIUserButton.prototype,"src",2),ti([z()],P.AuthUIUserButton.prototype,"menuOpen",2),P.AuthUIUserButton=ti([Ge("authui-user-button")],P.AuthUIUserButton);function Ki(n){return q.configure(n),tn}function Ji(n){rt(n)}function Yi(){Gi()}function Zi(){return q.signOut()}function Qi(){return q.user}function Ti(){return q.getState()}function zi(){return q.getClient()}function Oi(){return q.getAccount()}function Fi(){return q.previewSignIn()}function en(n,e){return q.on(n,e)}const tn={init:Ki,open:Ji,close:Yi,signOut:Zi,getUser:Qi,getState:Ti,getClient:zi,getAccount:Oi,on:en,previewSignIn:Fi,store:q};return P.AuthStore=Bi,P.AuthUI=tn,P.AuthUIElement=Ue,P.ErrorTypes=ce,P.PreviewAccount=Ni,P.appwrite=no,P.authStore=q,P.close=Yi,P.closeModal=Gi,P.defaultStrings=qi,P.describeError=zt,P.getAccount=Oi,P.getClient=zi,P.getState=Ti,P.getUser=Qi,P.init=Ki,P.on=en,P.open=Ji,P.openModal=rt,P.previewSignIn=Fi,P.providerLabel=Te,P.signOut=Zi,P.toAuthUIError=st,Object.defineProperty(P,Symbol.toStringTag,{value:"Module"}),P})({});