@snippyly/plugin-staging 1.0.250 → 1.0.252
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/snippyly.js +115 -81
- package/snippyly.min.js +143 -109
package/snippyly.min.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
!function(t){var e=function(t){return new Promise((function(e,i){var
|
|
1
|
+
!function(t){var e=function(t){return new Promise((function(e,i){var o=document.getElementById("veltScript"),n=!1,s="latest";if(t&&(t.staging&&(n=t.staging),t.version&&(s=t.version)),(null==t?void 0:t.version)||(s="1.0.21"),o)e();else{var r=document.createElement("script");r.src=n?"https://us-central1-snipply-sdk-staging.cloudfunctions.net/getPrivateNpmPackageFile?packageName=sdk-staging&packageVersion=".concat(s&&"latest"!==s?s:"1.0.1","&filePath=velt.js&orgName=@veltdev"):"https://cdn.jsdelivr.net/npm/@veltdev/sdk@".concat(s,"/velt.js"),r.id="veltScript",r.type="module",document.body.appendChild(r),r.onload=function(){e()},r.onerror=function(){i(new Error("Failed to load Velt script"))}}}))},i=function(t,i){return function(t,e,i,o){return new(i||(i=Promise))((function(n,s){function r(t){try{l(o.next(t))}catch(t){s(t)}}function a(t){try{l(o.throw(t))}catch(t){s(t)}}function l(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}l((o=o.apply(t,e||[])).next())}))}(void 0,void 0,void 0,(function(){var o,n;return function(t,e){var i,o,n,s,r={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(l){return function(a){if(i)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(r=0)),r;)try{if(i=1,o&&(n=2&a[0]?o.return:a[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,a[1])).done)return n;switch(o=0,n&&(a=[2&a[0],n.value]),a[0]){case 0:case 1:n=a;break;case 4:return r.label++,{value:a[1],done:!1};case 5:r.label++,o=a[1],a=[0];continue;case 7:a=r.ops.pop(),r.trys.pop();continue;default:if(!((n=(n=r.trys).length>0&&n[n.length-1])||6!==a[0]&&2!==a[0])){r=0;continue}if(3===a[0]&&(!n||a[1]>n[0]&&a[1]<n[3])){r.label=a[1];break}if(6===a[0]&&r.label<n[1]){r.label=n[1],n=a;break}if(n&&r.label<n[2]){r.label=n[2],r.ops.push(a);break}n[2]&&r.ops.pop(),r.trys.pop();continue}a=e.call(t,r)}catch(t){a=[6,t],o=0}finally{i=n=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,l])}}}(this,(function(s){switch(s.label){case 0:return s.trys.push([0,6,,7]),[4,e(null==i?void 0:i.options)];case 1:return s.sent(),o=window.Velt,i?[4,null==o?void 0:o.init(t,i)]:[3,3];case 2:return s.sent(),[3,5];case 3:return[4,null==o?void 0:o.init(t)];case 4:s.sent(),s.label=5;case 5:return(null==o?void 0:o.st)&&(null==o||o.st("client")),[2,o];case 6:return n=s.sent(),console.error(n),[2,null];case 7:return[2]}}))}))};
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2019 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
-
*/const
|
|
6
|
+
*/const o=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),s=new Map;class r{constructor(t,e){if(this._$cssResult$=!0,e!==n)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t}get styleSheet(){let t=s.get(this.cssText);return o&&void 0===t&&(s.set(this.cssText,t=new CSSStyleSheet),t.replaceSync(this.cssText)),t}toString(){return this.cssText}}const a=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new r(i,n)},l=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return(t=>new r("string"==typeof t?t:t+"",n))(e)})(t):t
|
|
7
7
|
/**
|
|
8
8
|
* @license
|
|
9
9
|
* Copyright 2017 Google LLC
|
|
10
10
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
11
|
-
*/;var c;const d=window.trustedTypes,h=d?d.emptyScript:"",u=window.reactiveElementPolyfillSupport,p={toAttribute(t,e){switch(e){case Boolean:t=t?h:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},v=(t,e)=>e!==t&&(e==e||t==t),m={attribute:!0,type:String,converter:p,reflect:!1,hasChanged:v};class f extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const
|
|
11
|
+
*/;var c;const d=window.trustedTypes,h=d?d.emptyScript:"",u=window.reactiveElementPolyfillSupport,p={toAttribute(t,e){switch(e){case Boolean:t=t?h:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},v=(t,e)=>e!==t&&(e==e||t==t),m={attribute:!0,type:String,converter:p,reflect:!1,hasChanged:v};class f extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Eh(i,e);void 0!==o&&(this._$Eu.set(o,i),t.push(o))})),t}static createProperty(t,e=m){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||m}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(l(t))}else void 0!==t&&e.push(l(t));return e}static _$Eh(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}o(){var t;this._$Ep=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(t=this.constructor.l)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$Eg)&&void 0!==e?e:this._$Eg=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$Eg)||void 0===e||e.splice(this._$Eg.indexOf(t)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Et.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{o?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=window.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))})(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ES(t,e,i=m){var o,n;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:p.toAttribute)(e,i.type);this._$Ei=t,null==r?this.removeAttribute(s):this.setAttribute(s,r),this._$Ei=null}}_$AK(t,e){var i,o,n;const s=this.constructor,r=s._$Eu.get(t);if(void 0!==r&&this._$Ei!==r){const t=s.getPropertyOptions(r),a=t.converter,l=null!==(n=null!==(o=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof a?a:null)&&void 0!==n?n:p.fromAttribute;this._$Ei=r,this[r]=l(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||v)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Ei!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$E_())}async _$E_(){this.isUpdatePending=!0;try{await this._$Ep}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((t,e)=>this[e]=t)),this._$Et=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$EU()}catch(t){throw e=!1,this._$EU(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$Eg)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$ES(e,this[e],t))),this._$EC=void 0),this._$EU()}updated(t){}firstUpdated(t){}}
|
|
12
12
|
/**
|
|
13
13
|
* @license
|
|
14
14
|
* Copyright 2017 Google LLC
|
|
15
15
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
16
16
|
*/
|
|
17
|
-
var g;f.finalized=!0,f.elementProperties=new Map,f.elementStyles=[],f.shadowRootOptions={mode:"open"},null==u||u({ReactiveElement:f}),(null!==(c=globalThis.reactiveElementVersions)&&void 0!==c?c:globalThis.reactiveElementVersions=[]).push("1.3.2");const w=globalThis.trustedTypes,C=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,y=`lit$${(Math.random()+"").slice(9)}$`,b="?"+y,x=`<${b}>`,E=document,M=(t="")=>E.createComment(t),S=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,N=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,I=/>/g,T=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,
|
|
17
|
+
var g;f.finalized=!0,f.elementProperties=new Map,f.elementStyles=[],f.shadowRootOptions={mode:"open"},null==u||u({ReactiveElement:f}),(null!==(c=globalThis.reactiveElementVersions)&&void 0!==c?c:globalThis.reactiveElementVersions=[]).push("1.3.2");const w=globalThis.trustedTypes,C=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,y=`lit$${(Math.random()+"").slice(9)}$`,b="?"+y,x=`<${b}>`,E=document,M=(t="")=>E.createComment(t),S=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,N=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,I=/>/g,T=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,F=/'/g,A=/"/g,L=/^(?:script|style|textarea|title)$/i,D=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),j=Symbol.for("lit-noChange"),$=Symbol.for("lit-nothing"),O=new WeakMap,z=E.createTreeWalker(E,129,null,!1),U=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=N;for(let e=0;e<i;e++){const i=t[e];let a,l,c=-1,d=0;for(;d<i.length&&(r.lastIndex=d,l=r.exec(i),null!==l);)d=r.lastIndex,r===N?"!--"===l[1]?r=_:void 0!==l[1]?r=I:void 0!==l[2]?(L.test(l[2])&&(n=RegExp("</"+l[2],"g")),r=T):void 0!==l[3]&&(r=T):r===T?">"===l[0]?(r=null!=n?n:N,c=-1):void 0===l[1]?c=-2:(c=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?T:'"'===l[3]?A:F):r===A||r===F?r=T:r===_||r===I?r=N:(r=T,n=void 0);const h=r===T&&t[e+1].startsWith("/>")?" ":"";s+=r===N?i+x:c>=0?(o.push(a),i.slice(0,c)+"$lit$"+i.slice(c)+y+h):i+y+(-2===c?(o.push(void 0),e):h)}const a=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==C?C.createHTML(a):a,o]};class V{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,s=0;const r=t.length-1,a=this.parts,[l,c]=U(t,e);if(this.el=V.createElement(l,i),z.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=z.nextNode())&&a.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(y)){const i=c[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(y),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?Z:"?"===e[1]?Y:"@"===e[1]?K:P})}else a.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(L.test(o.tagName)){const t=o.textContent.split(y),e=t.length-1;if(e>0){o.textContent=w?w.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],M()),z.nextNode(),a.push({type:2,index:++n});o.append(t[e],M())}}}else if(8===o.nodeType)if(o.data===b)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(y,t+1));)a.push({type:7,index:n}),t+=y.length-1}n++}}static createElement(t,e){const i=E.createElement("template");return i.innerHTML=t,i}}function R(t,e,i=t,o){var n,s,r,a;if(e===j)return e;let l=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const c=S(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==c&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.call(l,!1),void 0===c?l=void 0:(l=new c(t),l._$AT(t,i,o)),void 0!==o?(null!==(r=(a=i)._$Cl)&&void 0!==r?r:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(e=R(t,l._$AS(t,e.values),l,o)),e}class B{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:E).importNode(i,!0);z.currentNode=n;let s=z.nextNode(),r=0,a=0,l=o[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new H(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new W(s,this,t)),this.v.push(e),l=o[++a]}r!==(null==l?void 0:l.index)&&(s=z.nextNode(),r++)}return n}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class H{constructor(t,e,i,o){var n;this.type=2,this._$AH=$,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=R(this,t,e),S(t)?t===$||null==t||""===t?(this._$AH!==$&&this._$AR(),this._$AH=$):t!==this._$AH&&t!==j&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):(t=>{var e;return k(t)||"function"==typeof(null===(e=t)||void 0===e?void 0:e[Symbol.iterator])})(t)?this.S(t):this.$(t)}M(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==$&&S(this._$AH)?this._$AA.nextSibling.data=t:this.k(E.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=V.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.m(i);else{const t=new B(n,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=O.get(t.strings);return void 0===e&&O.set(t.strings,e=new V(t)),e}S(t){k(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new H(this.M(M()),this.M(M()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class P{constructor(t,e,i,o,n){this.type=1,this._$AH=$,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=$}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const n=this.strings;let s=!1;if(void 0===n)t=R(this,t,e,0),s=!S(t)||t!==this._$AH&&t!==j,s&&(this._$AH=t);else{const o=t;let r,a;for(t=n[0],r=0;r<n.length-1;r++)a=R(this,o[i+r],e,r),a===j&&(a=this._$AH[r]),s||(s=!S(a)||a!==this._$AH[r]),a===$?t=$:t!==$&&(t+=(null!=a?a:"")+n[r+1]),this._$AH[r]=a}s&&!o&&this.C(t)}C(t){t===$?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class Z extends P{constructor(){super(...arguments),this.type=3}C(t){this.element[this.name]=t===$?void 0:t}}const G=w?w.emptyScript:"";class Y extends P{constructor(){super(...arguments),this.type=4}C(t){t&&t!==$?this.element.setAttribute(this.name,G):this.element.removeAttribute(this.name)}}class K extends P{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=R(this,t,e,0))&&void 0!==i?i:$)===j)return;const o=this._$AH,n=t===$&&o!==$||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==$&&(o===$||n);n&&this.element.removeEventListener(this.name,this,o),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class W{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){R(this,t)}}const J=window.litHtmlPolyfillSupport;
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
21
21
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
22
|
*/
|
|
23
|
-
var q,Q;null==J||J(V,
|
|
23
|
+
var q,Q;null==J||J(V,H),(null!==(g=globalThis.litHtmlVersions)&&void 0!==g?g:globalThis.litHtmlVersions=[]).push("2.2.6");class X extends f{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Dt=((t,e,i)=>{var o,n;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=s._$litPart$;if(void 0===r){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;s._$litPart$=r=new H(e.insertBefore(M(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!1)}render(){return j}}X.finalized=!0,X._$litElement$=!0,null===(q=globalThis.litElementHydrateSupport)||void 0===q||q.call(globalThis,{LitElement:X});const tt=globalThis.litElementPolyfillSupport;null==tt||tt({LitElement:X}),(null!==(Q=globalThis.litElementVersions)&&void 0!==Q?Q:globalThis.litElementVersions=[]).push("3.2.0");
|
|
24
24
|
/**
|
|
25
25
|
* @license
|
|
26
26
|
* Copyright 2017 Google LLC
|
|
@@ -31,12 +31,12 @@ const et=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e
|
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2017 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
|
-
*/}function
|
|
34
|
+
*/}function ot(t){return it({...t,state:!0})}
|
|
35
35
|
/**
|
|
36
36
|
* @license
|
|
37
37
|
* Copyright 2021 Google LLC
|
|
38
38
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
39
|
-
*/var
|
|
39
|
+
*/var nt;null===(nt=window.HTMLSlotElement)||void 0===nt||nt.prototype.assignedElements;
|
|
40
40
|
/**
|
|
41
41
|
* @license
|
|
42
42
|
* Copyright 2017 Google LLC
|
|
@@ -48,7 +48,7 @@ const st=1;
|
|
|
48
48
|
* Copyright 2018 Google LLC
|
|
49
49
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
50
50
|
*/
|
|
51
|
-
const rt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}{constructor(t){var e;if(super(t),t.type!==st||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,n;if(void 0===this.et){this.et=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.et.add(t);return this.render(e)}const o=t.element.classList;this.et.forEach((t=>{t in e||(o.remove(t),this.et.delete(t))}));for(const t in e){const i=!!e[t];i===this.et.has(t)||(null===(n=this.st)||void 0===n?void 0:n.has(t))||(i?(o.add(t),this.et.add(t)):(o.remove(t),this.et.delete(t)))}return D}}),at="review",lt="feedback",ct="sreviewId",dt="snippyly-user",ht="st",ut="_sfut",pt="_sfgut",vt="projectVersionKey",mt="projectVersion",ft="sversion",gt="sprojectInstall",wt="sflivedemo",Ct="sffigmademo",yt="sfTourCommentTooltip",bt="sfUserAdmin",xt="sfGuestMode",Et="sfGuestUserModelOpened",Mt="sfGuestUserNameUpdated",St="sfGuestUserBannerOpened",kt="velt-cursor",Nt="velt-comments",_t="velt-comments-sidebar",It="velt-huddle",Tt="velt-recorder-notes",At="velt-recorder-control-panel",Lt="velt-arrows",Ft="enable-url-navigation",jt=[{name:"Peppa Pig",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fpeppa_pig.svg?alt=media&token=a9fc83f7-b347-4868-8d52-0e888f0de73a&_gl=1*jzxghx*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTQ5LjQyLjAuMA.."},{name:"Dazzling Dalmatian",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fdazzling_dalmatian.svg?alt=media&token=5842b24c-7e58-4bb5-96c2-d09aa11f7f9e&_gl=1*11ayw3z*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxOTY4LjExLjAuMA.."},{name:"Rosy Rabbit",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Frosy_rabbit.svg?alt=media&token=4e65a9e3-080d-4416-839d-e761b6b37181&_gl=1*156om5t*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjUzLjYwLjAuMA.."},{name:"Leo the Lion",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fleo_the_lion.svg?alt=media&token=58d1296e-fefd-42ce-80ea-ae2cc830f1a9&_gl=1*1cz8e9q*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTAwLjIwLjAuMA.."},{name:"Ducky Down",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fducky_down.svg?alt=media&token=d67ae889-78c5-46e3-aaa9-3eb511fe90b3&_gl=1*cxyj7o*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxOTkwLjYwLjAuMA.."},{name:"Merry Monkey",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fmerry_monkey.svg?alt=media&token=5bd2f69a-7211-42df-9718-5339c467b2d1&_gl=1*1labjed*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTE3LjMuMC4w"},{name:"Ecstatic Elephant",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fecstatic_elephant.svg?alt=media&token=fbd2ba76-6c3a-47a7-beac-0460a2178b7d&_gl=1*aku3ps*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDA3LjQzLjAuMA.."},{name:"Baby Bear",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fbaby_bear.svg?alt=media&token=71d0c5fb-60aa-4304-adc1-635a83650bde&_gl=1*1dxajmf*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxMjQyLjUyLjAuMA.."},{name:"Freddy Froglet",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Ffreddy_froglet.svg?alt=media&token=e3b2e292-6480-4507-9da3-21a62a1346d4&_gl=1*s4yycs*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDQzLjcuMC4w"},{name:"Powerful Panda",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fpowerful_panda.svg?alt=media&token=07f9d60f-aa14-4a77-ad5b-c48ee76db3f5&_gl=1*7gfuit*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTkzLjYwLjAuMA.."},{name:"Curious Cat",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fcurious_cat.svg?alt=media&token=dccf6824-3b7c-4e4e-8559-40fbb8ff6186&_gl=1*1nwi0ti*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxOTM3LjQyLjAuMA.."},{name:"Playful Penguin",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fplayful_penguin.svg?alt=media&token=c6d1b11a-43a6-4001-ae56-e04fd5a3f965&_gl=1*1xdxvkx*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTYzLjI4LjAuMA.."},{name:"Kind Koala",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fkind_koala.svg?alt=media&token=974396d6-6ccd-4367-8563-b27634849cb5&_gl=1*1w1gbnn*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDgwLjQwLjAuMA.."},{name:"Tommy Tiger",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Ftommy_tiger.svg?alt=media&token=40a95ac7-cc91-4b74-859a-4e2e5964b967&_gl=1*1n0cr0n*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjczLjQwLjAuMA.."},{name:"Wally Walrus",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fwally_walrus.svg?alt=media&token=31e02ef2-c986-4724-b987-dca97f84f81b&_gl=1*y5by2c*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjkxLjIyLjAuMA.."},{name:"Ricky Rhino",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fricky_rhino.svg?alt=media&token=5d9dafe5-f4de-4f8b-94c1-49e01c776611&_gl=1*zyp4n2*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjMxLjIyLjAuMA.."},{name:"Oliver Otter",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Foliver_otter.svg?alt=media&token=5298b869-0903-40b2-a702-224a3e0bcd95&_gl=1*aicppz*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTMxLjYwLjAuMA.."},{name:"Reggie Ratling",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Freggie_ratling.svg?alt=media&token=f37fd4a0-9dbd-403a-bb82-81fdfb63cf88&_gl=1*16lzeql*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjA3LjQ2LjAuMA.."},{name:"Gentle Giraffe",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fgentle_giraffe.svg?alt=media&token=f097ec12-e8ce-4d26-bf32-43e470eb7907&_gl=1*11ctuwz*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDYwLjYwLjAuMA.."},{name:"Fabulous Fox",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Ffabulous_fox.svg?alt=media&token=fe1a4236-af45-427f-a035-1eda417b0682&_gl=1*xyyv1g*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDIxLjI5LjAuMA.."}],Dt="https://superflow-portal-staging-2023.web.app/",$t="9dbcd2509e0fa90a5c81f038ce618e3f",Ot="6d24f74f12f6fb84c87efa8f791cfb2e",zt=function(t){const e=[];let i=0;for(let n=0;n<t.length;n++){let o=t.charCodeAt(n);o<128?e[i++]=o:o<2048?(e[i++]=o>>6|192,e[i++]=63&o|128):55296==(64512&o)&&n+1<t.length&&56320==(64512&t.charCodeAt(n+1))?(o=65536+((1023&o)<<10)+(1023&t.charCodeAt(++n)),e[i++]=o>>18|240,e[i++]=o>>12&63|128,e[i++]=o>>6&63|128,e[i++]=63&o|128):(e[i++]=o>>12|224,e[i++]=o>>6&63|128,e[i++]=63&o|128)}return e},Ut={byteToCharMap_:null,charToByteMap_:null,byteToCharMapWebSafe_:null,charToByteMapWebSafe_:null,ENCODED_VALS_BASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",get ENCODED_VALS(){return this.ENCODED_VALS_BASE+"+/="},get ENCODED_VALS_WEBSAFE(){return this.ENCODED_VALS_BASE+"-_."},HAS_NATIVE_SUPPORT:"function"==typeof atob,encodeByteArray(t,e){if(!Array.isArray(t))throw Error("encodeByteArray takes an array as a parameter");this.init_();const i=e?this.byteToCharMapWebSafe_:this.byteToCharMap_,n=[];for(let e=0;e<t.length;e+=3){const o=t[e],s=e+1<t.length,r=s?t[e+1]:0,a=e+2<t.length,l=a?t[e+2]:0,c=o>>2,d=(3&o)<<4|r>>4;let h=(15&r)<<2|l>>6,u=63&l;a||(u=64,s||(h=64)),n.push(i[c],i[d],i[h],i[u])}return n.join("")},encodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?btoa(t):this.encodeByteArray(zt(t),e)},decodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?atob(t):function(t){const e=[];let i=0,n=0;for(;i<t.length;){const o=t[i++];if(o<128)e[n++]=String.fromCharCode(o);else if(o>191&&o<224){const s=t[i++];e[n++]=String.fromCharCode((31&o)<<6|63&s)}else if(o>239&&o<365){const s=((7&o)<<18|(63&t[i++])<<12|(63&t[i++])<<6|63&t[i++])-65536;e[n++]=String.fromCharCode(55296+(s>>10)),e[n++]=String.fromCharCode(56320+(1023&s))}else{const s=t[i++],r=t[i++];e[n++]=String.fromCharCode((15&o)<<12|(63&s)<<6|63&r)}}return e.join("")}(this.decodeStringToByteArray(t,e))},decodeStringToByteArray(t,e){this.init_();const i=e?this.charToByteMapWebSafe_:this.charToByteMap_,n=[];for(let e=0;e<t.length;){const o=i[t.charAt(e++)],s=e<t.length?i[t.charAt(e)]:0;++e;const r=e<t.length?i[t.charAt(e)]:64;++e;const a=e<t.length?i[t.charAt(e)]:64;if(++e,null==o||null==s||null==r||null==a)throw Error();const l=o<<2|s>>4;if(n.push(l),64!==r){const t=s<<4&240|r>>2;if(n.push(t),64!==a){const t=r<<6&192|a;n.push(t)}}}return n},init_(){if(!this.byteToCharMap_){this.byteToCharMap_={},this.charToByteMap_={},this.byteToCharMapWebSafe_={},this.charToByteMapWebSafe_={};for(let t=0;t<this.ENCODED_VALS.length;t++)this.byteToCharMap_[t]=this.ENCODED_VALS.charAt(t),this.charToByteMap_[this.byteToCharMap_[t]]=t,this.byteToCharMapWebSafe_[t]=this.ENCODED_VALS_WEBSAFE.charAt(t),this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[t]]=t,t>=this.ENCODED_VALS_BASE.length&&(this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(t)]=t,this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(t)]=t)}}},Vt=function(t){return function(t){const e=zt(t);return Ut.encodeByteArray(e,!0)}(t).replace(/\./g,"")},Rt=function(t){try{return Ut.decodeString(t,!0)}catch(t){console.error("base64Decode failed: ",t)}return null};
|
|
51
|
+
const rt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}{constructor(t){var e;if(super(t),t.type!==st||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.et){this.et=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.et.add(t);return this.render(e)}const n=t.element.classList;this.et.forEach((t=>{t in e||(n.remove(t),this.et.delete(t))}));for(const t in e){const i=!!e[t];i===this.et.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.et.add(t)):(n.remove(t),this.et.delete(t)))}return j}}),at="review",lt="feedback",ct="sreviewId",dt="snippyly-user",ht="st",ut="_sfut",pt="_sfgut",vt="projectVersionKey",mt="projectVersion",ft="sversion",gt="sprojectInstall",wt="sflivedemo",Ct="sffigmademo",yt="sfTourCommentTooltip",bt="sfUserAdmin",xt="sfGuestMode",Et="sfGuestUserModelOpened",Mt="sfGuestUserNameUpdated",St="sfGuestUserBannerOpened",kt="velt-cursor",Nt="velt-comments",_t="velt-comments-sidebar",It="velt-huddle",Tt="velt-recorder-notes",Ft="velt-recorder-control-panel",At="velt-arrows",Lt="enable-url-navigation",Dt=[{name:"Peppa Pig",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fpeppa_pig.svg?alt=media&token=a9fc83f7-b347-4868-8d52-0e888f0de73a&_gl=1*jzxghx*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTQ5LjQyLjAuMA.."},{name:"Dazzling Dalmatian",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fdazzling_dalmatian.svg?alt=media&token=5842b24c-7e58-4bb5-96c2-d09aa11f7f9e&_gl=1*11ayw3z*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxOTY4LjExLjAuMA.."},{name:"Rosy Rabbit",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Frosy_rabbit.svg?alt=media&token=4e65a9e3-080d-4416-839d-e761b6b37181&_gl=1*156om5t*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjUzLjYwLjAuMA.."},{name:"Leo the Lion",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fleo_the_lion.svg?alt=media&token=58d1296e-fefd-42ce-80ea-ae2cc830f1a9&_gl=1*1cz8e9q*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTAwLjIwLjAuMA.."},{name:"Ducky Down",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fducky_down.svg?alt=media&token=d67ae889-78c5-46e3-aaa9-3eb511fe90b3&_gl=1*cxyj7o*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxOTkwLjYwLjAuMA.."},{name:"Merry Monkey",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fmerry_monkey.svg?alt=media&token=5bd2f69a-7211-42df-9718-5339c467b2d1&_gl=1*1labjed*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTE3LjMuMC4w"},{name:"Ecstatic Elephant",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fecstatic_elephant.svg?alt=media&token=fbd2ba76-6c3a-47a7-beac-0460a2178b7d&_gl=1*aku3ps*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDA3LjQzLjAuMA.."},{name:"Baby Bear",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fbaby_bear.svg?alt=media&token=71d0c5fb-60aa-4304-adc1-635a83650bde&_gl=1*1dxajmf*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxMjQyLjUyLjAuMA.."},{name:"Freddy Froglet",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Ffreddy_froglet.svg?alt=media&token=e3b2e292-6480-4507-9da3-21a62a1346d4&_gl=1*s4yycs*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDQzLjcuMC4w"},{name:"Powerful Panda",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fpowerful_panda.svg?alt=media&token=07f9d60f-aa14-4a77-ad5b-c48ee76db3f5&_gl=1*7gfuit*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTkzLjYwLjAuMA.."},{name:"Curious Cat",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fcurious_cat.svg?alt=media&token=dccf6824-3b7c-4e4e-8559-40fbb8ff6186&_gl=1*1nwi0ti*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQxOTM3LjQyLjAuMA.."},{name:"Playful Penguin",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fplayful_penguin.svg?alt=media&token=c6d1b11a-43a6-4001-ae56-e04fd5a3f965&_gl=1*1xdxvkx*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTYzLjI4LjAuMA.."},{name:"Kind Koala",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fkind_koala.svg?alt=media&token=974396d6-6ccd-4367-8563-b27634849cb5&_gl=1*1w1gbnn*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDgwLjQwLjAuMA.."},{name:"Tommy Tiger",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Ftommy_tiger.svg?alt=media&token=40a95ac7-cc91-4b74-859a-4e2e5964b967&_gl=1*1n0cr0n*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjczLjQwLjAuMA.."},{name:"Wally Walrus",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fwally_walrus.svg?alt=media&token=31e02ef2-c986-4724-b987-dca97f84f81b&_gl=1*y5by2c*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjkxLjIyLjAuMA.."},{name:"Ricky Rhino",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fricky_rhino.svg?alt=media&token=5d9dafe5-f4de-4f8b-94c1-49e01c776611&_gl=1*zyp4n2*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjMxLjIyLjAuMA.."},{name:"Oliver Otter",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Foliver_otter.svg?alt=media&token=5298b869-0903-40b2-a702-224a3e0bcd95&_gl=1*aicppz*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMTMxLjYwLjAuMA.."},{name:"Reggie Ratling",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Freggie_ratling.svg?alt=media&token=f37fd4a0-9dbd-403a-bb82-81fdfb63cf88&_gl=1*16lzeql*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMjA3LjQ2LjAuMA.."},{name:"Gentle Giraffe",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Fgentle_giraffe.svg?alt=media&token=f097ec12-e8ce-4d26-bf32-43e470eb7907&_gl=1*11ctuwz*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDYwLjYwLjAuMA.."},{name:"Fabulous Fox",photoUrl:"https://firebasestorage.googleapis.com/v0/b/snippyly-sdk-external/o/avatars%2Ffabulous_fox.svg?alt=media&token=fe1a4236-af45-427f-a035-1eda417b0682&_gl=1*xyyv1g*_ga*NTc3MjEzMjIwLjE2NjEwODkwMDU.*_ga_CW55HF8NVT*MTY5NzE0MTIzNC4zMzMuMS4xNjk3MTQyMDIxLjI5LjAuMA.."}],jt="https://superflow-portal-staging-2023.web.app/",$t="9dbcd2509e0fa90a5c81f038ce618e3f",Ot="6d24f74f12f6fb84c87efa8f791cfb2e",zt=function(t){const e=[];let i=0;for(let o=0;o<t.length;o++){let n=t.charCodeAt(o);n<128?e[i++]=n:n<2048?(e[i++]=n>>6|192,e[i++]=63&n|128):55296==(64512&n)&&o+1<t.length&&56320==(64512&t.charCodeAt(o+1))?(n=65536+((1023&n)<<10)+(1023&t.charCodeAt(++o)),e[i++]=n>>18|240,e[i++]=n>>12&63|128,e[i++]=n>>6&63|128,e[i++]=63&n|128):(e[i++]=n>>12|224,e[i++]=n>>6&63|128,e[i++]=63&n|128)}return e},Ut={byteToCharMap_:null,charToByteMap_:null,byteToCharMapWebSafe_:null,charToByteMapWebSafe_:null,ENCODED_VALS_BASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",get ENCODED_VALS(){return this.ENCODED_VALS_BASE+"+/="},get ENCODED_VALS_WEBSAFE(){return this.ENCODED_VALS_BASE+"-_."},HAS_NATIVE_SUPPORT:"function"==typeof atob,encodeByteArray(t,e){if(!Array.isArray(t))throw Error("encodeByteArray takes an array as a parameter");this.init_();const i=e?this.byteToCharMapWebSafe_:this.byteToCharMap_,o=[];for(let e=0;e<t.length;e+=3){const n=t[e],s=e+1<t.length,r=s?t[e+1]:0,a=e+2<t.length,l=a?t[e+2]:0,c=n>>2,d=(3&n)<<4|r>>4;let h=(15&r)<<2|l>>6,u=63&l;a||(u=64,s||(h=64)),o.push(i[c],i[d],i[h],i[u])}return o.join("")},encodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?btoa(t):this.encodeByteArray(zt(t),e)},decodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?atob(t):function(t){const e=[];let i=0,o=0;for(;i<t.length;){const n=t[i++];if(n<128)e[o++]=String.fromCharCode(n);else if(n>191&&n<224){const s=t[i++];e[o++]=String.fromCharCode((31&n)<<6|63&s)}else if(n>239&&n<365){const s=((7&n)<<18|(63&t[i++])<<12|(63&t[i++])<<6|63&t[i++])-65536;e[o++]=String.fromCharCode(55296+(s>>10)),e[o++]=String.fromCharCode(56320+(1023&s))}else{const s=t[i++],r=t[i++];e[o++]=String.fromCharCode((15&n)<<12|(63&s)<<6|63&r)}}return e.join("")}(this.decodeStringToByteArray(t,e))},decodeStringToByteArray(t,e){this.init_();const i=e?this.charToByteMapWebSafe_:this.charToByteMap_,o=[];for(let e=0;e<t.length;){const n=i[t.charAt(e++)],s=e<t.length?i[t.charAt(e)]:0;++e;const r=e<t.length?i[t.charAt(e)]:64;++e;const a=e<t.length?i[t.charAt(e)]:64;if(++e,null==n||null==s||null==r||null==a)throw Error();const l=n<<2|s>>4;if(o.push(l),64!==r){const t=s<<4&240|r>>2;if(o.push(t),64!==a){const t=r<<6&192|a;o.push(t)}}}return o},init_(){if(!this.byteToCharMap_){this.byteToCharMap_={},this.charToByteMap_={},this.byteToCharMapWebSafe_={},this.charToByteMapWebSafe_={};for(let t=0;t<this.ENCODED_VALS.length;t++)this.byteToCharMap_[t]=this.ENCODED_VALS.charAt(t),this.charToByteMap_[this.byteToCharMap_[t]]=t,this.byteToCharMapWebSafe_[t]=this.ENCODED_VALS_WEBSAFE.charAt(t),this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[t]]=t,t>=this.ENCODED_VALS_BASE.length&&(this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(t)]=t,this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(t)]=t)}}},Vt=function(t){return function(t){const e=zt(t);return Ut.encodeByteArray(e,!0)}(t).replace(/\./g,"")},Rt=function(t){try{return Ut.decodeString(t,!0)}catch(t){console.error("base64Decode failed: ",t)}return null};
|
|
52
52
|
/**
|
|
53
53
|
* @license
|
|
54
54
|
* Copyright 2017 Google LLC
|
|
@@ -65,7 +65,7 @@ const rt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends class{constru
|
|
|
65
65
|
* See the License for the specific language governing permissions and
|
|
66
66
|
* limitations under the License.
|
|
67
67
|
*/
|
|
68
|
-
function
|
|
68
|
+
function Bt(){return"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent?navigator.userAgent:""}
|
|
69
69
|
/**
|
|
70
70
|
* @license
|
|
71
71
|
* Copyright 2022 Google LLC
|
|
@@ -82,7 +82,7 @@ function Ht(){return"undefined"!=typeof navigator&&"string"==typeof navigator.us
|
|
|
82
82
|
* See the License for the specific language governing permissions and
|
|
83
83
|
* limitations under the License.
|
|
84
84
|
*/
|
|
85
|
-
const
|
|
85
|
+
const Ht=()=>function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if("undefined"!=typeof global)return global;throw new Error("Unable to locate global object.")}().t,Pt=()=>{try{return Ht()||(()=>{if("undefined"==typeof process||void 0===process.env)return;const t=process.env.t;return t?JSON.parse(t):void 0})()||(()=>{if("undefined"==typeof document)return;let t;try{t=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch(t){return}const e=t&&Rt(t[1]);return e&&JSON.parse(e)})()}catch(t){return void console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${t}`)}},Zt=t=>{const e=(t=>{var e,i;return null===(i=null===(e=Pt())||void 0===e?void 0:e.emulatorHosts)||void 0===i?void 0:i[t]})(t);if(!e)return;const i=e.lastIndexOf(":");if(i<=0||i+1===e.length)throw new Error(`Invalid host ${e} with no separate hostname and port!`);const o=parseInt(e.substring(i+1),10);return"["===e[0]?[e.substring(1,i-1),o]:[e.substring(0,i),o]};
|
|
86
86
|
/**
|
|
87
87
|
* @license
|
|
88
88
|
* Copyright 2017 Google LLC
|
|
@@ -115,7 +115,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
115
115
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
116
116
|
* See the License for the specific language governing permissions and
|
|
117
117
|
* limitations under the License.
|
|
118
|
-
*/class Yt extends Error{constructor(t,e,i){super(e),this.code=t,this.customData=i,this.name="FirebaseError",Object.setPrototypeOf(this,Yt.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,Kt.prototype.create)}}class Kt{constructor(t,e,i){this.service=t,this.serviceName=e,this.errors=i}create(t,...e){const i=e[0]||{},
|
|
118
|
+
*/class Yt extends Error{constructor(t,e,i){super(e),this.code=t,this.customData=i,this.name="FirebaseError",Object.setPrototypeOf(this,Yt.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,Kt.prototype.create)}}class Kt{constructor(t,e,i){this.service=t,this.serviceName=e,this.errors=i}create(t,...e){const i=e[0]||{},o=`${this.service}/${t}`,n=this.errors[t],s=n?function(t,e){return t.replace(Wt,((t,i)=>{const o=e[i];return null!=o?String(o):`<${i}?>`}))}(n,i):"Error",r=`${this.serviceName}: ${s} (${o}).`;return new Yt(o,r,i)}}const Wt=/\{\$([^}]+)}/g;function Jt(t,e){if(t===e)return!0;const i=Object.keys(t),o=Object.keys(e);for(const n of i){if(!o.includes(n))return!1;const i=t[n],s=e[n];if(qt(i)&&qt(s)){if(!Jt(i,s))return!1}else if(i!==s)return!1}for(const t of o)if(!i.includes(t))return!1;return!0}function qt(t){return null!==t&&"object"==typeof t}
|
|
119
119
|
/**
|
|
120
120
|
* @license
|
|
121
121
|
* Copyright 2017 Google LLC
|
|
@@ -131,7 +131,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
131
131
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
132
132
|
* See the License for the specific language governing permissions and
|
|
133
133
|
* limitations under the License.
|
|
134
|
-
*/function Qt(t){const e=[];for(const[i,
|
|
134
|
+
*/function Qt(t){const e=[];for(const[i,o]of Object.entries(t))Array.isArray(o)?o.forEach((t=>{e.push(encodeURIComponent(i)+"="+encodeURIComponent(t))})):e.push(encodeURIComponent(i)+"="+encodeURIComponent(o));return e.length?"&"+e.join("&"):""}class Xt{constructor(t,e){this.observers=[],this.unsubscribes=[],this.observerCount=0,this.task=Promise.resolve(),this.finalized=!1,this.onNoObservers=e,this.task.then((()=>{t(this)})).catch((t=>{this.error(t)}))}next(t){this.forEachObserver((e=>{e.next(t)}))}error(t){this.forEachObserver((e=>{e.error(t)})),this.close(t)}complete(){this.forEachObserver((t=>{t.complete()})),this.close()}subscribe(t,e,i){let o;if(void 0===t&&void 0===e&&void 0===i)throw new Error("Missing Observer.");o=function(t,e){if("object"!=typeof t||null===t)return!1;for(const i of e)if(i in t&&"function"==typeof t[i])return!0;return!1}(t,["next","error","complete"])?t:{next:t,error:e,complete:i},void 0===o.next&&(o.next=te),void 0===o.error&&(o.error=te),void 0===o.complete&&(o.complete=te);const n=this.unsubscribeOne.bind(this,this.observers.length);return this.finalized&&this.task.then((()=>{try{this.finalError?o.error(this.finalError):o.complete()}catch(t){}})),this.observers.push(o),n}unsubscribeOne(t){void 0!==this.observers&&void 0!==this.observers[t]&&(delete this.observers[t],this.observerCount-=1,0===this.observerCount&&void 0!==this.onNoObservers&&this.onNoObservers(this))}forEachObserver(t){if(!this.finalized)for(let e=0;e<this.observers.length;e++)this.sendOne(e,t)}sendOne(t,e){this.task.then((()=>{if(void 0!==this.observers&&void 0!==this.observers[t])try{e(this.observers[t])}catch(t){"undefined"!=typeof console&&console.error&&console.error(t)}}))}close(t){this.finalized||(this.finalized=!0,void 0!==t&&(this.finalError=t),this.task.then((()=>{this.observers=void 0,this.onNoObservers=void 0})))}}function te(){}
|
|
135
135
|
/**
|
|
136
136
|
* @license
|
|
137
137
|
* Copyright 2021 Google LLC
|
|
@@ -163,7 +163,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
163
163
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
164
164
|
* See the License for the specific language governing permissions and
|
|
165
165
|
* limitations under the License.
|
|
166
|
-
*/const
|
|
166
|
+
*/const oe="[DEFAULT]";
|
|
167
167
|
/**
|
|
168
168
|
* @license
|
|
169
169
|
* Copyright 2019 Google LLC
|
|
@@ -179,7 +179,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
179
179
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
180
180
|
* See the License for the specific language governing permissions and
|
|
181
181
|
* limitations under the License.
|
|
182
|
-
*/class
|
|
182
|
+
*/class ne{constructor(t,e){this.name=t,this.container=e,this.component=null,this.instances=new Map,this.instancesDeferred=new Map,this.instancesOptions=new Map,this.onInitCallbacks=new Map}get(t){const e=this.normalizeInstanceIdentifier(t);if(!this.instancesDeferred.has(e)){const t=new Gt;if(this.instancesDeferred.set(e,t),this.isInitialized(e)||this.shouldAutoInitialize())try{const i=this.getOrInitializeService({instanceIdentifier:e});i&&t.resolve(i)}catch(t){}}return this.instancesDeferred.get(e).promise}getImmediate(t){var e;const i=this.normalizeInstanceIdentifier(null==t?void 0:t.identifier),o=null!==(e=null==t?void 0:t.optional)&&void 0!==e&&e;if(!this.isInitialized(i)&&!this.shouldAutoInitialize()){if(o)return null;throw Error(`Service ${this.name} is not available`)}try{return this.getOrInitializeService({instanceIdentifier:i})}catch(t){if(o)return null;throw t}}getComponent(){return this.component}setComponent(t){if(t.name!==this.name)throw Error(`Mismatching Component ${t.name} for Provider ${this.name}.`);if(this.component)throw Error(`Component for ${this.name} has already been provided`);if(this.component=t,this.shouldAutoInitialize()){if(function(t){return"EAGER"===t.instantiationMode}
|
|
183
183
|
/**
|
|
184
184
|
* @license
|
|
185
185
|
* Copyright 2019 Google LLC
|
|
@@ -195,7 +195,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
195
195
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
196
196
|
* See the License for the specific language governing permissions and
|
|
197
197
|
* limitations under the License.
|
|
198
|
-
*/(t))try{this.getOrInitializeService({instanceIdentifier:
|
|
198
|
+
*/(t))try{this.getOrInitializeService({instanceIdentifier:oe})}catch(t){}for(const[t,e]of this.instancesDeferred.entries()){const i=this.normalizeInstanceIdentifier(t);try{const t=this.getOrInitializeService({instanceIdentifier:i});e.resolve(t)}catch(t){}}}}clearInstance(t="[DEFAULT]"){this.instancesDeferred.delete(t),this.instancesOptions.delete(t),this.instances.delete(t)}async delete(){const t=Array.from(this.instances.values());await Promise.all([...t.filter((t=>"INTERNAL"in t)).map((t=>t.INTERNAL.delete())),...t.filter((t=>"_delete"in t)).map((t=>t._delete()))])}isComponentSet(){return null!=this.component}isInitialized(t="[DEFAULT]"){return this.instances.has(t)}getOptions(t="[DEFAULT]"){return this.instancesOptions.get(t)||{}}initialize(t={}){const{options:e={}}=t,i=this.normalizeInstanceIdentifier(t.instanceIdentifier);if(this.isInitialized(i))throw Error(`${this.name}(${i}) has already been initialized`);if(!this.isComponentSet())throw Error(`Component ${this.name} has not been registered yet`);const o=this.getOrInitializeService({instanceIdentifier:i,options:e});for(const[t,e]of this.instancesDeferred.entries()){i===this.normalizeInstanceIdentifier(t)&&e.resolve(o)}return o}onInit(t,e){var i;const o=this.normalizeInstanceIdentifier(e),n=null!==(i=this.onInitCallbacks.get(o))&&void 0!==i?i:new Set;n.add(t),this.onInitCallbacks.set(o,n);const s=this.instances.get(o);return s&&t(s,o),()=>{n.delete(t)}}invokeOnInitCallbacks(t,e){const i=this.onInitCallbacks.get(e);if(i)for(const o of i)try{o(t,e)}catch(t){}}getOrInitializeService({instanceIdentifier:t,options:e={}}){let i=this.instances.get(t);if(!i&&this.component&&(i=this.component.instanceFactory(this.container,{instanceIdentifier:(o=t,o===oe?void 0:o),options:e}),this.instances.set(t,i),this.instancesOptions.set(t,e),this.invokeOnInitCallbacks(i,t),this.component.onInstanceCreated))try{this.component.onInstanceCreated(this.container,t,i)}catch(t){}var o;return i||null}normalizeInstanceIdentifier(t="[DEFAULT]"){return this.component?this.component.multipleInstances?t:oe:t}shouldAutoInitialize(){return!!this.component&&"EXPLICIT"!==this.component.instantiationMode}}class se{constructor(t){this.name=t,this.providers=new Map}addComponent(t){const e=this.getProvider(t.name);if(e.isComponentSet())throw new Error(`Component ${t.name} has already been registered with ${this.name}`);e.setComponent(t)}addOrOverwriteComponent(t){this.getProvider(t.name).isComponentSet()&&this.providers.delete(t.name),this.addComponent(t)}getProvider(t){if(this.providers.has(t))return this.providers.get(t);const e=new ne(t,this);return this.providers.set(t,e),e}getProviders(){return Array.from(this.providers.values())}}
|
|
199
199
|
/**
|
|
200
200
|
* @license
|
|
201
201
|
* Copyright 2017 Google LLC
|
|
@@ -211,7 +211,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
211
211
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
212
212
|
* See the License for the specific language governing permissions and
|
|
213
213
|
* limitations under the License.
|
|
214
|
-
*/var re;!function(t){t[t.DEBUG=0]="DEBUG",t[t.VERBOSE=1]="VERBOSE",t[t.INFO=2]="INFO",t[t.WARN=3]="WARN",t[t.ERROR=4]="ERROR",t[t.SILENT=5]="SILENT"}(re||(re={}));const ae={debug:re.DEBUG,verbose:re.VERBOSE,info:re.INFO,warn:re.WARN,error:re.ERROR,silent:re.SILENT},le=re.INFO,ce={[re.DEBUG]:"log",[re.VERBOSE]:"log",[re.INFO]:"info",[re.WARN]:"warn",[re.ERROR]:"error"},de=(t,e,...i)=>{if(e<t.logLevel)return;const
|
|
214
|
+
*/var re;!function(t){t[t.DEBUG=0]="DEBUG",t[t.VERBOSE=1]="VERBOSE",t[t.INFO=2]="INFO",t[t.WARN=3]="WARN",t[t.ERROR=4]="ERROR",t[t.SILENT=5]="SILENT"}(re||(re={}));const ae={debug:re.DEBUG,verbose:re.VERBOSE,info:re.INFO,warn:re.WARN,error:re.ERROR,silent:re.SILENT},le=re.INFO,ce={[re.DEBUG]:"log",[re.VERBOSE]:"log",[re.INFO]:"info",[re.WARN]:"warn",[re.ERROR]:"error"},de=(t,e,...i)=>{if(e<t.logLevel)return;const o=(new Date).toISOString(),n=ce[e];if(!n)throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`);console[n](`[${o}] ${t.name}:`,...i)};class he{constructor(t){this.name=t,this._logLevel=le,this._logHandler=de,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in re))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel="string"==typeof t?ae[t]:t}get logHandler(){return this._logHandler}set logHandler(t){if("function"!=typeof t)throw new TypeError("Value assigned to `logHandler` must be a function");this._logHandler=t}get userLogHandler(){return this._userLogHandler}set userLogHandler(t){this._userLogHandler=t}debug(...t){this._userLogHandler&&this._userLogHandler(this,re.DEBUG,...t),this._logHandler(this,re.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,re.VERBOSE,...t),this._logHandler(this,re.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,re.INFO,...t),this._logHandler(this,re.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,re.WARN,...t),this._logHandler(this,re.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,re.ERROR,...t),this._logHandler(this,re.ERROR,...t)}}let ue,pe;const ve=new WeakMap,me=new WeakMap,fe=new WeakMap,ge=new WeakMap,we=new WeakMap;let Ce={get(t,e,i){if(t instanceof IDBTransaction){if("done"===e)return me.get(t);if("objectStoreNames"===e)return t.objectStoreNames||fe.get(t);if("store"===e)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return xe(t[e])},set:(t,e,i)=>(t[e]=i,!0),has:(t,e)=>t instanceof IDBTransaction&&("done"===e||"store"===e)||e in t};function ye(t){return t!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(pe||(pe=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(t)?function(...e){return t.apply(Ee(this),e),xe(ve.get(this))}:function(...e){return xe(t.apply(Ee(this),e))}:function(e,...i){const o=t.call(Ee(this),e,...i);return fe.set(o,e.sort?e.sort():[e]),xe(o)}}function be(t){return"function"==typeof t?ye(t):(t instanceof IDBTransaction&&function(t){if(me.has(t))return;const e=new Promise(((e,i)=>{const o=()=>{t.removeEventListener("complete",n),t.removeEventListener("error",s),t.removeEventListener("abort",s)},n=()=>{e(),o()},s=()=>{i(t.error||new DOMException("AbortError","AbortError")),o()};t.addEventListener("complete",n),t.addEventListener("error",s),t.addEventListener("abort",s)}));me.set(t,e)}(t),e=t,(ue||(ue=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((t=>e instanceof t))?new Proxy(t,Ce):t);var e}function xe(t){if(t instanceof IDBRequest)return function(t){const e=new Promise(((e,i)=>{const o=()=>{t.removeEventListener("success",n),t.removeEventListener("error",s)},n=()=>{e(xe(t.result)),o()},s=()=>{i(t.error),o()};t.addEventListener("success",n),t.addEventListener("error",s)}));return e.then((e=>{e instanceof IDBCursor&&ve.set(e,t)})).catch((()=>{})),we.set(e,t),e}(t);if(ge.has(t))return ge.get(t);const e=be(t);return e!==t&&(ge.set(t,e),we.set(e,t)),e}const Ee=t=>we.get(t);const Me=["get","getKey","getAll","getAllKeys","count"],Se=["put","add","delete","clear"],ke=new Map;function Ne(t,e){if(!(t instanceof IDBDatabase)||e in t||"string"!=typeof e)return;if(ke.get(e))return ke.get(e);const i=e.replace(/FromIndex$/,""),o=e!==i,n=Se.includes(i);if(!(i in(o?IDBIndex:IDBObjectStore).prototype)||!n&&!Me.includes(i))return;const s=async function(t,...e){const s=this.transaction(t,n?"readwrite":"readonly");let r=s.store;return o&&(r=r.index(e.shift())),(await Promise.all([r[i](...e),n&&s.done]))[0]};return ke.set(e,s),s}Ce=(t=>({...t,get:(e,i,o)=>Ne(e,i)||t.get(e,i,o),has:(e,i)=>!!Ne(e,i)||t.has(e,i)}))(Ce);
|
|
215
215
|
/**
|
|
216
216
|
* @license
|
|
217
217
|
* Copyright 2019 Google LLC
|
|
@@ -228,7 +228,7 @@ class Gt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
228
228
|
* See the License for the specific language governing permissions and
|
|
229
229
|
* limitations under the License.
|
|
230
230
|
*/
|
|
231
|
-
class _e{constructor(t){this.container=t}getPlatformInfoString(){return this.container.getProviders().map((t=>{if(function(t){const e=t.getComponent();return"VERSION"===(null==e?void 0:e.type)}(t)){const e=t.getImmediate();return`${e.library}/${e.version}`}return null})).filter((t=>t)).join(" ")}}const Ie="@firebase/app",Te="0.9.0",
|
|
231
|
+
class _e{constructor(t){this.container=t}getPlatformInfoString(){return this.container.getProviders().map((t=>{if(function(t){const e=t.getComponent();return"VERSION"===(null==e?void 0:e.type)}(t)){const e=t.getImmediate();return`${e.library}/${e.version}`}return null})).filter((t=>t)).join(" ")}}const Ie="@firebase/app",Te="0.9.0",Fe=new he("@firebase/app"),Ae="[DEFAULT]",Le={[Ie]:"fire-core","@firebase/app-compat":"fire-core-compat","@firebase/analytics":"fire-analytics","@firebase/analytics-compat":"fire-analytics-compat","@firebase/app-check":"fire-app-check","@firebase/app-check-compat":"fire-app-check-compat","@firebase/auth":"fire-auth","@firebase/auth-compat":"fire-auth-compat","@firebase/database":"fire-rtdb","@firebase/database-compat":"fire-rtdb-compat","@firebase/functions":"fire-fn","@firebase/functions-compat":"fire-fn-compat","@firebase/installations":"fire-iid","@firebase/installations-compat":"fire-iid-compat","@firebase/messaging":"fire-fcm","@firebase/messaging-compat":"fire-fcm-compat","@firebase/performance":"fire-perf","@firebase/performance-compat":"fire-perf-compat","@firebase/remote-config":"fire-rc","@firebase/remote-config-compat":"fire-rc-compat","@firebase/storage":"fire-gcs","@firebase/storage-compat":"fire-gcs-compat","@firebase/firestore":"fire-fst","@firebase/firestore-compat":"fire-fst-compat","fire-js":"fire-js",firebase:"fire-js-all"},De=new Map,je=new Map;function $e(t,e){try{t.container.addComponent(e)}catch(i){Fe.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,i)}}function Oe(t){const e=t.name;if(je.has(e))return Fe.debug(`There were multiple attempts to register component ${e}.`),!1;je.set(e,t);for(const e of De.values())$e(e,t);return!0}
|
|
232
232
|
/**
|
|
233
233
|
* @license
|
|
234
234
|
* Copyright 2019 Google LLC
|
|
@@ -278,7 +278,7 @@ class Ue{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
278
278
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
279
279
|
* See the License for the specific language governing permissions and
|
|
280
280
|
* limitations under the License.
|
|
281
|
-
*/function Ve(t,e={}){let i=t;if("object"!=typeof e){e={name:e}}const
|
|
281
|
+
*/function Ve(t,e={}){let i=t;if("object"!=typeof e){e={name:e}}const o=Object.assign({name:Ae,automaticDataCollectionEnabled:!1},e),n=o.name;if("string"!=typeof n||!n)throw ze.create("bad-app-name",{appName:String(n)});var s;if(i||(i=null===(s=Pt())||void 0===s?void 0:s.config),!i)throw ze.create("no-options");const r=De.get(n);if(r){if(Jt(i,r.options)&&Jt(o,r.config))return r;throw ze.create("duplicate-app",{appName:n})}const a=new se(n);for(const t of je.values())a.addComponent(t);const l=new Ue(i,o,a);return De.set(n,l),l}function Re(t,e,i){var o;let n=null!==(o=Le[t])&&void 0!==o?o:t;i&&(n+=`-${i}`);const s=n.match(/\s|\//),r=e.match(/\s|\//);if(s||r){const t=[`Unable to register library "${n}" with version "${e}":`];return s&&t.push(`library name "${n}" contains illegal characters (whitespace or "/")`),s&&r&&t.push("and"),r&&t.push(`version name "${e}" contains illegal characters (whitespace or "/")`),void Fe.warn(t.join(" "))}Oe(new ie(`${n}-version`,(()=>({library:n,version:e})),"VERSION"))}
|
|
282
282
|
/**
|
|
283
283
|
* @license
|
|
284
284
|
* Copyright 2021 Google LLC
|
|
@@ -294,7 +294,7 @@ class Ue{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
294
294
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
295
295
|
* See the License for the specific language governing permissions and
|
|
296
296
|
* limitations under the License.
|
|
297
|
-
*/const
|
|
297
|
+
*/const Be="firebase-heartbeat-store";let He=null;function Pe(){return He||(He=function(t,e,{blocked:i,upgrade:o,blocking:n,terminated:s}={}){const r=indexedDB.open(t,e),a=xe(r);return o&&r.addEventListener("upgradeneeded",(t=>{o(xe(r.result),t.oldVersion,t.newVersion,xe(r.transaction))})),i&&r.addEventListener("blocked",(()=>i())),a.then((t=>{s&&t.addEventListener("close",(()=>s())),n&&t.addEventListener("versionchange",(()=>n()))})).catch((()=>{})),a}("firebase-heartbeat-database",1,{upgrade:(t,e)=>{if(0===e)t.createObjectStore(Be)}}).catch((t=>{throw ze.create("idb-open",{originalErrorMessage:t.message})}))),He}async function Ze(t,e){try{const i=(await Pe()).transaction(Be,"readwrite"),o=i.objectStore(Be);return await o.put(e,Ge(t)),i.done}catch(t){if(t instanceof Yt)Fe.warn(t.message);else{const e=ze.create("idb-set",{originalErrorMessage:null==t?void 0:t.message});Fe.warn(e.message)}}}function Ge(t){return`${t.name}!${t.options.appId}`}
|
|
298
298
|
/**
|
|
299
299
|
* @license
|
|
300
300
|
* Copyright 2021 Google LLC
|
|
@@ -310,7 +310,7 @@ class Ue{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
310
310
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
311
311
|
* See the License for the specific language governing permissions and
|
|
312
312
|
* limitations under the License.
|
|
313
|
-
*/class Ye{constructor(t){this.container=t,this._heartbeatsCache=null;const e=this.container.getProvider("app").getImmediate();this._storage=new We(e),this._heartbeatsCachePromise=this._storage.read().then((t=>(this._heartbeatsCache=t,t)))}async triggerHeartbeat(){const t=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),e=Ke();if(null===this._heartbeatsCache&&(this._heartbeatsCache=await this._heartbeatsCachePromise),this._heartbeatsCache.lastSentHeartbeatDate!==e&&!this._heartbeatsCache.heartbeats.some((t=>t.date===e)))return this._heartbeatsCache.heartbeats.push({date:e,agent:t}),this._heartbeatsCache.heartbeats=this._heartbeatsCache.heartbeats.filter((t=>{const e=new Date(t.date).valueOf();return Date.now()-e<=2592e6})),this._storage.overwrite(this._heartbeatsCache)}async getHeartbeatsHeader(){if(null===this._heartbeatsCache&&await this._heartbeatsCachePromise,null===this._heartbeatsCache||0===this._heartbeatsCache.heartbeats.length)return"";const t=Ke(),{heartbeatsToSend:e,unsentEntries:i}=function(t,e=1024){const i=[];let
|
|
313
|
+
*/class Ye{constructor(t){this.container=t,this._heartbeatsCache=null;const e=this.container.getProvider("app").getImmediate();this._storage=new We(e),this._heartbeatsCachePromise=this._storage.read().then((t=>(this._heartbeatsCache=t,t)))}async triggerHeartbeat(){const t=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),e=Ke();if(null===this._heartbeatsCache&&(this._heartbeatsCache=await this._heartbeatsCachePromise),this._heartbeatsCache.lastSentHeartbeatDate!==e&&!this._heartbeatsCache.heartbeats.some((t=>t.date===e)))return this._heartbeatsCache.heartbeats.push({date:e,agent:t}),this._heartbeatsCache.heartbeats=this._heartbeatsCache.heartbeats.filter((t=>{const e=new Date(t.date).valueOf();return Date.now()-e<=2592e6})),this._storage.overwrite(this._heartbeatsCache)}async getHeartbeatsHeader(){if(null===this._heartbeatsCache&&await this._heartbeatsCachePromise,null===this._heartbeatsCache||0===this._heartbeatsCache.heartbeats.length)return"";const t=Ke(),{heartbeatsToSend:e,unsentEntries:i}=function(t,e=1024){const i=[];let o=t.slice();for(const n of t){const t=i.find((t=>t.agent===n.agent));if(t){if(t.dates.push(n.date),Je(i)>e){t.dates.pop();break}}else if(i.push({agent:n.agent,dates:[n.date]}),Je(i)>e){i.pop();break}o=o.slice(1)}return{heartbeatsToSend:i,unsentEntries:o}}(this._heartbeatsCache.heartbeats),o=Vt(JSON.stringify({version:2,heartbeats:e}));return this._heartbeatsCache.lastSentHeartbeatDate=t,i.length>0?(this._heartbeatsCache.heartbeats=i,await this._storage.overwrite(this._heartbeatsCache)):(this._heartbeatsCache.heartbeats=[],this._storage.overwrite(this._heartbeatsCache)),o}}function Ke(){return(new Date).toISOString().substring(0,10)}class We{constructor(t){this.app=t,this._canUseIndexedDBPromise=this.runIndexedDBEnvironmentCheck()}async runIndexedDBEnvironmentCheck(){return!!function(){try{return"object"==typeof indexedDB}catch(t){return!1}}()&&new Promise(((t,e)=>{try{let i=!0;const o="validate-browser-context-for-indexeddb-analytics-module",n=self.indexedDB.open(o);n.onsuccess=()=>{n.result.close(),i||self.indexedDB.deleteDatabase(o),t(!0)},n.onupgradeneeded=()=>{i=!1},n.onerror=()=>{var t;e((null===(t=n.error)||void 0===t?void 0:t.message)||"")}}catch(t){e(t)}})).then((()=>!0)).catch((()=>!1))}async read(){if(await this._canUseIndexedDBPromise){const t=await async function(t){try{return(await Pe()).transaction(Be).objectStore(Be).get(Ge(t))}catch(t){if(t instanceof Yt)Fe.warn(t.message);else{const e=ze.create("idb-get",{originalErrorMessage:null==t?void 0:t.message});Fe.warn(e.message)}}}(this.app);return t||{heartbeats:[]}}return{heartbeats:[]}}async overwrite(t){var e;if(await this._canUseIndexedDBPromise){const i=await this.read();return Ze(this.app,{lastSentHeartbeatDate:null!==(e=t.lastSentHeartbeatDate)&&void 0!==e?e:i.lastSentHeartbeatDate,heartbeats:t.heartbeats})}}async add(t){var e;if(await this._canUseIndexedDBPromise){const i=await this.read();return Ze(this.app,{lastSentHeartbeatDate:null!==(e=t.lastSentHeartbeatDate)&&void 0!==e?e:i.lastSentHeartbeatDate,heartbeats:[...i.heartbeats,...t.heartbeats]})}}}function Je(t){return Vt(JSON.stringify({version:2,heartbeats:t})).length}
|
|
314
314
|
/**
|
|
315
315
|
* @license
|
|
316
316
|
* Copyright 2019 Google LLC
|
|
@@ -343,7 +343,7 @@ class Ue{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
343
343
|
* See the License for the specific language governing permissions and
|
|
344
344
|
* limitations under the License.
|
|
345
345
|
*/
|
|
346
|
-
Re("firebase","9.15.0","app");function Qe(t,e){const i={};for(const
|
|
346
|
+
Re("firebase","9.15.0","app");function Qe(t,e){const i={};for(const o in t)t.hasOwnProperty(o)&&(i[o]=e(t[o]));return i}function Xe(t){if(null==t)return null;if(t instanceof Number&&(t=t.valueOf()),"number"==typeof t&&isFinite(t))return t;if(!0===t||!1===t)return t;if("[object String]"===Object.prototype.toString.call(t))return t;if(t instanceof Date)return t.toISOString();if(Array.isArray(t))return t.map((t=>Xe(t)));if("function"==typeof t||"object"==typeof t)return Qe(t,(t=>Xe(t)));throw new Error("Data cannot be encoded in JSON: "+t)}function ti(t){if(null==t)return t;if(t["@type"])switch(t["@type"]){case"type.googleapis.com/google.protobuf.Int64Value":case"type.googleapis.com/google.protobuf.UInt64Value":{const e=Number(t.value);if(isNaN(e))throw new Error("Data cannot be decoded from JSON: "+t);return e}default:throw new Error("Data cannot be decoded from JSON: "+t)}return Array.isArray(t)?t.map((t=>ti(t))):"function"==typeof t||"object"==typeof t?Qe(t,(t=>ti(t))):t}
|
|
347
347
|
/**
|
|
348
348
|
* @license
|
|
349
349
|
* Copyright 2020 Google LLC
|
|
@@ -375,7 +375,7 @@ Re("firebase","9.15.0","app");function Qe(t,e){const i={};for(const n in t)t.has
|
|
|
375
375
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
376
376
|
* See the License for the specific language governing permissions and
|
|
377
377
|
* limitations under the License.
|
|
378
|
-
*/class
|
|
378
|
+
*/class oi extends Yt{constructor(t,e,i){super(`functions/${t}`,e||""),this.details=i}}
|
|
379
379
|
/**
|
|
380
380
|
* @license
|
|
381
381
|
* Copyright 2017 Google LLC
|
|
@@ -392,7 +392,7 @@ Re("firebase","9.15.0","app");function Qe(t,e){const i={};for(const n in t)t.has
|
|
|
392
392
|
* See the License for the specific language governing permissions and
|
|
393
393
|
* limitations under the License.
|
|
394
394
|
*/
|
|
395
|
-
class
|
|
395
|
+
class ni{constructor(t,e,i){this.auth=null,this.messaging=null,this.appCheck=null,this.auth=t.getImmediate({optional:!0}),this.messaging=e.getImmediate({optional:!0}),this.auth||t.get().then((t=>this.auth=t),(()=>{})),this.messaging||e.get().then((t=>this.messaging=t),(()=>{})),this.appCheck||i.get().then((t=>this.appCheck=t),(()=>{}))}async getAuthToken(){if(this.auth)try{const t=await this.auth.getToken();return null==t?void 0:t.accessToken}catch(t){return}}async getMessagingToken(){if(this.messaging&&"Notification"in self&&"granted"===Notification.permission)try{return await this.messaging.getToken()}catch(t){return}}async getAppCheckToken(){if(this.appCheck){const t=await this.appCheck.getToken();return t.error?null:t.token}return null}async getContext(){return{authToken:await this.getAuthToken(),messagingToken:await this.getMessagingToken(),appCheckToken:await this.getAppCheckToken()}}}
|
|
396
396
|
/**
|
|
397
397
|
* @license
|
|
398
398
|
* Copyright 2017 Google LLC
|
|
@@ -408,7 +408,7 @@ class oi{constructor(t,e,i){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
408
408
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
409
409
|
* See the License for the specific language governing permissions and
|
|
410
410
|
* limitations under the License.
|
|
411
|
-
*/const si="us-central1";class ri{constructor(t,e,i,n
|
|
411
|
+
*/const si="us-central1";class ri{constructor(t,e,i,o,n="us-central1",s){this.app=t,this.fetchImpl=s,this.emulatorOrigin=null,this.contextProvider=new ni(e,i,o),this.cancelAllRequests=new Promise((t=>{this.deleteService=()=>Promise.resolve(t())}));try{const t=new URL(n);this.customDomain=t.origin,this.region=si}catch(t){this.customDomain=null,this.region=n}}_delete(){return this.deleteService()}_url(t){const e=this.app.options.projectId;if(null!==this.emulatorOrigin){return`${this.emulatorOrigin}/${e}/${this.region}/${t}`}return null!==this.customDomain?`${this.customDomain}/${t}`:`https://${this.region}-${e}.cloudfunctions.net/${t}`}}function ai(t,e,i){return o=>function(t,e,i,o){const n=t._url(e);return async function(t,e,i,o){const n={data:i=Xe(i)},s={},r=await t.contextProvider.getContext();r.authToken&&(s.Authorization="Bearer "+r.authToken);r.messagingToken&&(s["Firebase-Instance-ID-Token"]=r.messagingToken);null!==r.appCheckToken&&(s["X-Firebase-AppCheck"]=r.appCheckToken);const a=function(t){let e=null;return{promise:new Promise(((i,o)=>{e=setTimeout((()=>{o(new oi("deadline-exceeded","deadline-exceeded"))}),t)})),cancel:()=>{e&&clearTimeout(e)}}}(o.timeout||7e4),l=await Promise.race([li(e,n,s,t.fetchImpl),a.promise,t.cancelAllRequests]);if(a.cancel(),!l)throw new oi("cancelled","Firebase Functions instance was deleted.");const c=function(t,e){let i,o=function(t){if(t>=200&&t<300)return"ok";switch(t){case 0:case 500:return"internal";case 400:return"invalid-argument";case 401:return"unauthenticated";case 403:return"permission-denied";case 404:return"not-found";case 409:return"aborted";case 429:return"resource-exhausted";case 499:return"cancelled";case 501:return"unimplemented";case 503:return"unavailable";case 504:return"deadline-exceeded"}return"unknown"}(t),n=o;try{const t=e&&e.error;if(t){const e=t.status;if("string"==typeof e){if(!ii[e])return new oi("internal","internal");o=ii[e],n=e}const s=t.message;"string"==typeof s&&(n=s),i=t.details,void 0!==i&&(i=ti(i))}}catch(t){}return"ok"===o?null:new oi(o,n,i)}(l.status,l.json);if(c)throw c;if(!l.json)throw new oi("internal","Response is not valid JSON object.");let d=l.json.data;void 0===d&&(d=l.json.result);if(void 0===d)throw new oi("internal","Response is missing data field.");return{data:ti(d)}}(t,n,i,o)}(t,e,o,i||{})}async function li(t,e,i,o){let n;i["Content-Type"]="application/json";try{n=await o(t,{method:"POST",body:JSON.stringify(e),headers:i})}catch(t){return{status:0,json:null}}let s=null;try{s=await n.json()}catch(t){}return{status:n.status,json:s}}const ci="@firebase/functions",di="0.9.0";function hi(t,e,i){return ai(ee(t),e,i)}function ui(t,e){var i={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(i[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(o=Object.getOwnPropertySymbols(t);n<o.length;n++)e.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(t,o[n])&&(i[o[n]]=t[o[n]])}return i}function pi(){return{"dependent-sdk-initialized-before-auth":"Another Firebase SDK was initialized and is trying to use Auth before Auth is initialized. Please be sure to call `initializeAuth` or `getAuth` before starting any other Firebase SDK."}}!function(t,e){Oe(new ie(ei,((e,{instanceIdentifier:i})=>{const o=e.getProvider("app").getImmediate(),n=e.getProvider("auth-internal"),s=e.getProvider("messaging-internal"),r=e.getProvider("app-check-internal");return new ri(o,n,s,r,i,t)}),"PUBLIC").setMultipleInstances(!0)),Re(ci,di,e),Re(ci,di,"esm2017")}
|
|
412
412
|
/**
|
|
413
413
|
* @license
|
|
414
414
|
* Copyright 2020 Google LLC
|
|
@@ -440,7 +440,7 @@ class oi{constructor(t,e,i){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
440
440
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
441
441
|
* See the License for the specific language governing permissions and
|
|
442
442
|
* limitations under the License.
|
|
443
|
-
*/function wi(t,...e){throw yi(t,...e)}function Ci(t,...e){return yi(t,...e)}function yi(t,...e){if("string"!=typeof t){const i=e[0],
|
|
443
|
+
*/function wi(t,...e){throw yi(t,...e)}function Ci(t,...e){return yi(t,...e)}function yi(t,...e){if("string"!=typeof t){const i=e[0],o=[...e.slice(1)];return o[0]&&(o[0].appName=t.name),t._errorFactory.create(i,...o)}return mi.create(t,...e)}function bi(t,e,...i){if(!t)throw yi(e,...i)}function xi(t){const e="INTERNAL ASSERTION FAILED: "+t;throw gi(e),new Error(e)}function Ei(t,e){t||xi(e)}
|
|
444
444
|
/**
|
|
445
445
|
* @license
|
|
446
446
|
* Copyright 2020 Google LLC
|
|
@@ -489,7 +489,7 @@ class oi{constructor(t,e,i){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
489
489
|
* See the License for the specific language governing permissions and
|
|
490
490
|
* limitations under the License.
|
|
491
491
|
*/
|
|
492
|
-
class _i{constructor(t,e){this.shortDelay=t,this.longDelay=e,Ei(e>t,"Short delay should be less than long delay!"),this.isMobile="undefined"!=typeof window&&!!(window.cordova||window.phonegap||window.PhoneGap)&&/ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(
|
|
492
|
+
class _i{constructor(t,e){this.shortDelay=t,this.longDelay=e,Ei(e>t,"Short delay should be less than long delay!"),this.isMobile="undefined"!=typeof window&&!!(window.cordova||window.phonegap||window.PhoneGap)&&/ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(Bt())||"object"==typeof navigator&&"ReactNative"===navigator.product}get(){return Ni()?this.isMobile?this.longDelay:this.shortDelay:Math.min(5e3,this.shortDelay)}}
|
|
493
493
|
/**
|
|
494
494
|
* @license
|
|
495
495
|
* Copyright 2020 Google LLC
|
|
@@ -538,7 +538,7 @@ class Ii{static initialize(t,e,i){this.fetchImpl=t,e&&(this.headersImpl=e),i&&(t
|
|
|
538
538
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
539
539
|
* See the License for the specific language governing permissions and
|
|
540
540
|
* limitations under the License.
|
|
541
|
-
*/const Ti={CREDENTIAL_MISMATCH:"custom-token-mismatch",MISSING_CUSTOM_TOKEN:"internal-error",INVALID_IDENTIFIER:"invalid-email",MISSING_CONTINUE_URI:"internal-error",INVALID_PASSWORD:"wrong-password",MISSING_PASSWORD:"internal-error",EMAIL_EXISTS:"email-already-in-use",PASSWORD_LOGIN_DISABLED:"operation-not-allowed",INVALID_IDP_RESPONSE:"invalid-credential",INVALID_PENDING_TOKEN:"invalid-credential",FEDERATED_USER_ID_ALREADY_LINKED:"credential-already-in-use",MISSING_REQ_TYPE:"internal-error",EMAIL_NOT_FOUND:"user-not-found",RESET_PASSWORD_EXCEED_LIMIT:"too-many-requests",EXPIRED_OOB_CODE:"expired-action-code",INVALID_OOB_CODE:"invalid-action-code",MISSING_OOB_CODE:"internal-error",CREDENTIAL_TOO_OLD_LOGIN_AGAIN:"requires-recent-login",INVALID_ID_TOKEN:"invalid-user-token",TOKEN_EXPIRED:"user-token-expired",USER_NOT_FOUND:"user-token-expired",TOO_MANY_ATTEMPTS_TRY_LATER:"too-many-requests",INVALID_CODE:"invalid-verification-code",INVALID_SESSION_INFO:"invalid-verification-id",INVALID_TEMPORARY_PROOF:"invalid-credential",MISSING_SESSION_INFO:"missing-verification-id",SESSION_EXPIRED:"code-expired",MISSING_ANDROID_PACKAGE_NAME:"missing-android-pkg-name",UNAUTHORIZED_DOMAIN:"unauthorized-continue-uri",INVALID_OAUTH_CLIENT_ID:"invalid-oauth-client-id",ADMIN_ONLY_OPERATION:"admin-restricted-operation",INVALID_MFA_PENDING_CREDENTIAL:"invalid-multi-factor-session",MFA_ENROLLMENT_NOT_FOUND:"multi-factor-info-not-found",MISSING_MFA_ENROLLMENT_ID:"missing-multi-factor-info",MISSING_MFA_PENDING_CREDENTIAL:"missing-multi-factor-session",SECOND_FACTOR_EXISTS:"second-factor-already-in-use",SECOND_FACTOR_LIMIT_EXCEEDED:"maximum-second-factor-count-exceeded",BLOCKING_FUNCTION_ERROR_RESPONSE:"internal-error"},
|
|
541
|
+
*/const Ti={CREDENTIAL_MISMATCH:"custom-token-mismatch",MISSING_CUSTOM_TOKEN:"internal-error",INVALID_IDENTIFIER:"invalid-email",MISSING_CONTINUE_URI:"internal-error",INVALID_PASSWORD:"wrong-password",MISSING_PASSWORD:"internal-error",EMAIL_EXISTS:"email-already-in-use",PASSWORD_LOGIN_DISABLED:"operation-not-allowed",INVALID_IDP_RESPONSE:"invalid-credential",INVALID_PENDING_TOKEN:"invalid-credential",FEDERATED_USER_ID_ALREADY_LINKED:"credential-already-in-use",MISSING_REQ_TYPE:"internal-error",EMAIL_NOT_FOUND:"user-not-found",RESET_PASSWORD_EXCEED_LIMIT:"too-many-requests",EXPIRED_OOB_CODE:"expired-action-code",INVALID_OOB_CODE:"invalid-action-code",MISSING_OOB_CODE:"internal-error",CREDENTIAL_TOO_OLD_LOGIN_AGAIN:"requires-recent-login",INVALID_ID_TOKEN:"invalid-user-token",TOKEN_EXPIRED:"user-token-expired",USER_NOT_FOUND:"user-token-expired",TOO_MANY_ATTEMPTS_TRY_LATER:"too-many-requests",INVALID_CODE:"invalid-verification-code",INVALID_SESSION_INFO:"invalid-verification-id",INVALID_TEMPORARY_PROOF:"invalid-credential",MISSING_SESSION_INFO:"missing-verification-id",SESSION_EXPIRED:"code-expired",MISSING_ANDROID_PACKAGE_NAME:"missing-android-pkg-name",UNAUTHORIZED_DOMAIN:"unauthorized-continue-uri",INVALID_OAUTH_CLIENT_ID:"invalid-oauth-client-id",ADMIN_ONLY_OPERATION:"admin-restricted-operation",INVALID_MFA_PENDING_CREDENTIAL:"invalid-multi-factor-session",MFA_ENROLLMENT_NOT_FOUND:"multi-factor-info-not-found",MISSING_MFA_ENROLLMENT_ID:"missing-multi-factor-info",MISSING_MFA_PENDING_CREDENTIAL:"missing-multi-factor-session",SECOND_FACTOR_EXISTS:"second-factor-already-in-use",SECOND_FACTOR_LIMIT_EXCEEDED:"maximum-second-factor-count-exceeded",BLOCKING_FUNCTION_ERROR_RESPONSE:"internal-error"},Fi=new _i(3e4,6e4);
|
|
542
542
|
/**
|
|
543
543
|
* @license
|
|
544
544
|
* Copyright 2020 Google LLC
|
|
@@ -554,7 +554,7 @@ class Ii{static initialize(t,e,i){this.fetchImpl=t,e&&(this.headersImpl=e),i&&(t
|
|
|
554
554
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
555
555
|
* See the License for the specific language governing permissions and
|
|
556
556
|
* limitations under the License.
|
|
557
|
-
*/async function
|
|
557
|
+
*/async function Ai(t,e,i,o,n={}){return Li(t,n,(async()=>{let n={},s={};o&&("GET"===e?s=o:n={body:JSON.stringify(o)});const r=Qt(Object.assign({key:t.config.apiKey},s)).slice(1),a=await t._getAdditionalHeaders();return a["Content-Type"]="application/json",t.languageCode&&(a["X-Firebase-Locale"]=t.languageCode),Ii.fetch()(Di(t,t.config.apiHost,i,r),Object.assign({method:e,headers:a,referrerPolicy:"no-referrer"},n))}))}async function Li(t,e,i){t._canInitEmulator=!1;const o=Object.assign(Object.assign({},Ti),e);try{const e=new ji(t),n=await Promise.race([i(),e.promise]);e.clearNetworkTimeout();const s=await n.json();if("needConfirmation"in s)throw $i(t,"account-exists-with-different-credential",s);if(n.ok&&!("errorMessage"in s))return s;{const e=n.ok?s.errorMessage:s.error.message,[i,r]=e.split(" : ");if("FEDERATED_USER_ID_ALREADY_LINKED"===i)throw $i(t,"credential-already-in-use",s);if("EMAIL_EXISTS"===i)throw $i(t,"email-already-in-use",s);if("USER_DISABLED"===i)throw $i(t,"user-disabled",s);const a=o[i]||i.toLowerCase().replace(/[_\s]+/g,"-");if(r)throw function(t,e,i){const o=Object.assign(Object.assign({},vi()),{[e]:i});return new Kt("auth","Firebase",o).create(e,{appName:t.name})}(t,a,r);wi(t,a)}}catch(e){if(e instanceof Yt)throw e;wi(t,"network-request-failed")}}function Di(t,e,i,o){const n=`${e}${i}?${o}`;return t.config.emulator?function(t,e){Ei(t.emulator,"Emulator should always be set here");const{url:i}=t.emulator;return e?`${i}${e.startsWith("/")?e.slice(1):e}`:i}(t.config,n):`${t.config.apiScheme}://${n}`}class ji{constructor(t){this.auth=t,this.timer=null,this.promise=new Promise(((t,e)=>{this.timer=setTimeout((()=>e(Ci(this.auth,"network-request-failed"))),Fi.get())}))}clearNetworkTimeout(){clearTimeout(this.timer)}}function $i(t,e,i){const o={appName:t.name};i.email&&(o.email=i.email),i.phoneNumber&&(o.phoneNumber=i.phoneNumber);const n=Ci(t,e,o);return n.customData._tokenResponse=i,n}
|
|
558
558
|
/**
|
|
559
559
|
* @license
|
|
560
560
|
* Copyright 2020 Google LLC
|
|
@@ -587,7 +587,7 @@ class Ii{static initialize(t,e,i){this.fetchImpl=t,e&&(this.headersImpl=e),i&&(t
|
|
|
587
587
|
* See the License for the specific language governing permissions and
|
|
588
588
|
* limitations under the License.
|
|
589
589
|
*/
|
|
590
|
-
function Oi(t){if(t)try{const e=new Date(Number(t));if(!isNaN(e.getTime()))return e.toUTCString()}catch(t){}}function zi(t){return 1e3*Number(t)}function Ui(t){const[e,i,
|
|
590
|
+
function Oi(t){if(t)try{const e=new Date(Number(t));if(!isNaN(e.getTime()))return e.toUTCString()}catch(t){}}function zi(t){return 1e3*Number(t)}function Ui(t){const[e,i,o]=t.split(".");if(void 0===e||void 0===i||void 0===o)return gi("JWT malformed, contained fewer than 3 sections"),null;try{const t=Rt(i);return t?JSON.parse(t):(gi("Failed to decode base64 JWT payload"),null)}catch(t){return gi("Caught error parsing JWT payload as JSON",null==t?void 0:t.toString()),null}}
|
|
591
591
|
/**
|
|
592
592
|
* @license
|
|
593
593
|
* Copyright 2020 Google LLC
|
|
@@ -636,7 +636,7 @@ async function Vi(t,e,i=!1){if(i)return e;try{return await e}catch(e){throw e in
|
|
|
636
636
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
637
637
|
* See the License for the specific language governing permissions and
|
|
638
638
|
* limitations under the License.
|
|
639
|
-
*/class
|
|
639
|
+
*/class Bi{constructor(t,e){this.createdAt=t,this.lastLoginAt=e,this._initializeTime()}_initializeTime(){this.lastSignInTime=Oi(this.lastLoginAt),this.creationTime=Oi(this.createdAt)}_copy(t){this.createdAt=t.createdAt,this.lastLoginAt=t.lastLoginAt,this._initializeTime()}toJSON(){return{createdAt:this.createdAt,lastLoginAt:this.lastLoginAt}}}
|
|
640
640
|
/**
|
|
641
641
|
* @license
|
|
642
642
|
* Copyright 2019 Google LLC
|
|
@@ -652,7 +652,7 @@ async function Vi(t,e,i=!1){if(i)return e;try{return await e}catch(e){throw e in
|
|
|
652
652
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
653
653
|
* See the License for the specific language governing permissions and
|
|
654
654
|
* limitations under the License.
|
|
655
|
-
*/async function
|
|
655
|
+
*/async function Hi(t){var e;const i=t.auth,o=await t.getIdToken(),n=await Vi(t,async function(t,e){return Ai(t,"POST","/v1/accounts:lookup",e)}(i,{idToken:o}));bi(null==n?void 0:n.users.length,i,"internal-error");const s=n.users[0];t._notifyReloadListener(s);const r=(null===(e=s.providerUserInfo)||void 0===e?void 0:e.length)?s.providerUserInfo.map((t=>{var{providerId:e}=t,i=ui(t,["providerId"]);return{providerId:e,uid:i.rawId||"",displayName:i.displayName||null,email:i.email||null,phoneNumber:i.phoneNumber||null,photoURL:i.photoUrl||null}})):[];const a=function(t,e){const i=t.filter((t=>!e.some((e=>e.providerId===t.providerId))));return[...i,...e]}(t.providerData,r),l=t.isAnonymous,c=!(t.email&&s.passwordHash||(null==a?void 0:a.length)),d=!!l&&c,h={uid:s.localId,displayName:s.displayName||null,photoURL:s.photoUrl||null,email:s.email||null,emailVerified:s.emailVerified||!1,phoneNumber:s.phoneNumber||null,tenantId:s.tenantId||null,providerData:a,metadata:new Bi(s.createdAt,s.lastLoginAt),isAnonymous:d};Object.assign(t,h)}
|
|
656
656
|
/**
|
|
657
657
|
* @license
|
|
658
658
|
* Copyright 2020 Google LLC
|
|
@@ -669,7 +669,7 @@ async function Vi(t,e,i=!1){if(i)return e;try{return await e}catch(e){throw e in
|
|
|
669
669
|
* See the License for the specific language governing permissions and
|
|
670
670
|
* limitations under the License.
|
|
671
671
|
*/
|
|
672
|
-
class Pi{constructor(){this.refreshToken=null,this.accessToken=null,this.expirationTime=null}get isExpired(){return!this.expirationTime||Date.now()>this.expirationTime-3e4}updateFromServerResponse(t){bi(t.idToken,"internal-error"),bi(void 0!==t.idToken,"internal-error"),bi(void 0!==t.refreshToken,"internal-error");const e="expiresIn"in t&&void 0!==t.expiresIn?Number(t.expiresIn):function(t){const e=Ui(t);return bi(e,"internal-error"),bi(void 0!==e.exp,"internal-error"),bi(void 0!==e.iat,"internal-error"),Number(e.exp)-Number(e.iat)}(t.idToken);this.updateTokensAndExpiration(t.idToken,t.refreshToken,e)}async getToken(t,e=!1){return bi(!this.accessToken||this.refreshToken,t,"user-token-expired"),e||!this.accessToken||this.isExpired?this.refreshToken?(await this.refresh(t,this.refreshToken),this.accessToken):null:this.accessToken}clearRefreshToken(){this.refreshToken=null}async refresh(t,e){const{accessToken:i,refreshToken:
|
|
672
|
+
class Pi{constructor(){this.refreshToken=null,this.accessToken=null,this.expirationTime=null}get isExpired(){return!this.expirationTime||Date.now()>this.expirationTime-3e4}updateFromServerResponse(t){bi(t.idToken,"internal-error"),bi(void 0!==t.idToken,"internal-error"),bi(void 0!==t.refreshToken,"internal-error");const e="expiresIn"in t&&void 0!==t.expiresIn?Number(t.expiresIn):function(t){const e=Ui(t);return bi(e,"internal-error"),bi(void 0!==e.exp,"internal-error"),bi(void 0!==e.iat,"internal-error"),Number(e.exp)-Number(e.iat)}(t.idToken);this.updateTokensAndExpiration(t.idToken,t.refreshToken,e)}async getToken(t,e=!1){return bi(!this.accessToken||this.refreshToken,t,"user-token-expired"),e||!this.accessToken||this.isExpired?this.refreshToken?(await this.refresh(t,this.refreshToken),this.accessToken):null:this.accessToken}clearRefreshToken(){this.refreshToken=null}async refresh(t,e){const{accessToken:i,refreshToken:o,expiresIn:n}=await
|
|
673
673
|
/**
|
|
674
674
|
* @license
|
|
675
675
|
* Copyright 2020 Google LLC
|
|
@@ -686,7 +686,7 @@ class Pi{constructor(){this.refreshToken=null,this.accessToken=null,this.expirat
|
|
|
686
686
|
* See the License for the specific language governing permissions and
|
|
687
687
|
* limitations under the License.
|
|
688
688
|
*/
|
|
689
|
-
async function(t,e){const i=await
|
|
689
|
+
async function(t,e){const i=await Li(t,{},(async()=>{const i=Qt({grant_type:"refresh_token",refresh_token:e}).slice(1),{tokenApiHost:o,apiKey:n}=t.config,s=Di(t,o,"/v1/token",`key=${n}`),r=await t._getAdditionalHeaders();return r["Content-Type"]="application/x-www-form-urlencoded",Ii.fetch()(s,{method:"POST",headers:r,body:i})}));return{accessToken:i.access_token,expiresIn:i.expires_in,refreshToken:i.refresh_token}}(t,e);this.updateTokensAndExpiration(i,o,Number(n))}updateTokensAndExpiration(t,e,i){this.refreshToken=e||null,this.accessToken=t||null,this.expirationTime=Date.now()+1e3*i}static fromJSON(t,e){const{refreshToken:i,accessToken:o,expirationTime:n}=e,s=new Pi;return i&&(bi("string"==typeof i,"internal-error",{appName:t}),s.refreshToken=i),o&&(bi("string"==typeof o,"internal-error",{appName:t}),s.accessToken=o),n&&(bi("number"==typeof n,"internal-error",{appName:t}),s.expirationTime=n),s}toJSON(){return{refreshToken:this.refreshToken,accessToken:this.accessToken,expirationTime:this.expirationTime}}_assign(t){this.accessToken=t.accessToken,this.refreshToken=t.refreshToken,this.expirationTime=t.expirationTime}_clone(){return Object.assign(new Pi,this.toJSON())}_performRefresh(){return xi("not implemented")}}
|
|
690
690
|
/**
|
|
691
691
|
* @license
|
|
692
692
|
* Copyright 2020 Google LLC
|
|
@@ -702,7 +702,7 @@ async function(t,e){const i=await Fi(t,{},(async()=>{const i=Qt({grant_type:"ref
|
|
|
702
702
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
703
703
|
* See the License for the specific language governing permissions and
|
|
704
704
|
* limitations under the License.
|
|
705
|
-
*/function Zi(t,e){bi("string"==typeof t||void 0===t,"internal-error",{appName:e})}class Gi{constructor(t){var{uid:e,auth:i,stsTokenManager:
|
|
705
|
+
*/function Zi(t,e){bi("string"==typeof t||void 0===t,"internal-error",{appName:e})}class Gi{constructor(t){var{uid:e,auth:i,stsTokenManager:o}=t,n=ui(t,["uid","auth","stsTokenManager"]);this.providerId="firebase",this.proactiveRefresh=new Ri(this),this.reloadUserInfo=null,this.reloadListener=null,this.uid=e,this.auth=i,this.stsTokenManager=o,this.accessToken=o.accessToken,this.displayName=n.displayName||null,this.email=n.email||null,this.emailVerified=n.emailVerified||!1,this.phoneNumber=n.phoneNumber||null,this.photoURL=n.photoURL||null,this.isAnonymous=n.isAnonymous||!1,this.tenantId=n.tenantId||null,this.providerData=n.providerData?[...n.providerData]:[],this.metadata=new Bi(n.createdAt||void 0,n.lastLoginAt||void 0)}async getIdToken(t){const e=await Vi(this,this.stsTokenManager.getToken(this.auth,t));return bi(e,this.auth,"internal-error"),this.accessToken!==e&&(this.accessToken=e,await this.auth._persistUserIfCurrent(this),this.auth._notifyListenersIfCurrent(this)),e}getIdTokenResult(t){return async function(t,e=!1){const i=ee(t),o=await i.getIdToken(e),n=Ui(o);bi(n&&n.exp&&n.auth_time&&n.iat,i.auth,"internal-error");const s="object"==typeof n.firebase?n.firebase:void 0,r=null==s?void 0:s.sign_in_provider;return{claims:n,token:o,authTime:Oi(zi(n.auth_time)),issuedAtTime:Oi(zi(n.iat)),expirationTime:Oi(zi(n.exp)),signInProvider:r||null,signInSecondFactor:(null==s?void 0:s.sign_in_second_factor)||null}}(this,t)}reload(){return async function(t){const e=ee(t);await Hi(e),await e.auth._persistUserIfCurrent(e),e.auth._notifyListenersIfCurrent(e)}(this)}_assign(t){this!==t&&(bi(this.uid===t.uid,this.auth,"internal-error"),this.displayName=t.displayName,this.photoURL=t.photoURL,this.email=t.email,this.emailVerified=t.emailVerified,this.phoneNumber=t.phoneNumber,this.isAnonymous=t.isAnonymous,this.tenantId=t.tenantId,this.providerData=t.providerData.map((t=>Object.assign({},t))),this.metadata._copy(t.metadata),this.stsTokenManager._assign(t.stsTokenManager))}_clone(t){return new Gi(Object.assign(Object.assign({},this),{auth:t,stsTokenManager:this.stsTokenManager._clone()}))}_onReload(t){bi(!this.reloadListener,this.auth,"internal-error"),this.reloadListener=t,this.reloadUserInfo&&(this._notifyReloadListener(this.reloadUserInfo),this.reloadUserInfo=null)}_notifyReloadListener(t){this.reloadListener?this.reloadListener(t):this.reloadUserInfo=t}_startProactiveRefresh(){this.proactiveRefresh._start()}_stopProactiveRefresh(){this.proactiveRefresh._stop()}async _updateTokensIfNecessary(t,e=!1){let i=!1;t.idToken&&t.idToken!==this.stsTokenManager.accessToken&&(this.stsTokenManager.updateFromServerResponse(t),i=!0),e&&await Hi(this),await this.auth._persistUserIfCurrent(this),i&&this.auth._notifyListenersIfCurrent(this)}async delete(){const t=await this.getIdToken();return await Vi(this,async function(t,e){return Ai(t,"POST","/v1/accounts:delete",e)}(this.auth,{idToken:t})),this.stsTokenManager.clearRefreshToken(),this.auth.signOut()}toJSON(){return Object.assign(Object.assign({uid:this.uid,email:this.email||void 0,emailVerified:this.emailVerified,displayName:this.displayName||void 0,isAnonymous:this.isAnonymous,photoURL:this.photoURL||void 0,phoneNumber:this.phoneNumber||void 0,tenantId:this.tenantId||void 0,providerData:this.providerData.map((t=>Object.assign({},t))),stsTokenManager:this.stsTokenManager.toJSON(),_redirectEventId:this._redirectEventId},this.metadata.toJSON()),{apiKey:this.auth.config.apiKey,appName:this.auth.name})}get refreshToken(){return this.stsTokenManager.refreshToken||""}static _fromJSON(t,e){var i,o,n,s,r,a,l,c;const d=null!==(i=e.displayName)&&void 0!==i?i:void 0,h=null!==(o=e.email)&&void 0!==o?o:void 0,u=null!==(n=e.phoneNumber)&&void 0!==n?n:void 0,p=null!==(s=e.photoURL)&&void 0!==s?s:void 0,v=null!==(r=e.tenantId)&&void 0!==r?r:void 0,m=null!==(a=e._redirectEventId)&&void 0!==a?a:void 0,f=null!==(l=e.createdAt)&&void 0!==l?l:void 0,g=null!==(c=e.lastLoginAt)&&void 0!==c?c:void 0,{uid:w,emailVerified:C,isAnonymous:y,providerData:b,stsTokenManager:x}=e;bi(w&&x,t,"internal-error");const E=Pi.fromJSON(this.name,x);bi("string"==typeof w,t,"internal-error"),Zi(d,t.name),Zi(h,t.name),bi("boolean"==typeof C,t,"internal-error"),bi("boolean"==typeof y,t,"internal-error"),Zi(u,t.name),Zi(p,t.name),Zi(v,t.name),Zi(m,t.name),Zi(f,t.name),Zi(g,t.name);const M=new Gi({uid:w,auth:t,email:h,emailVerified:C,displayName:d,isAnonymous:y,photoURL:p,phoneNumber:u,tenantId:v,stsTokenManager:E,createdAt:f,lastLoginAt:g});return b&&Array.isArray(b)&&(M.providerData=b.map((t=>Object.assign({},t)))),m&&(M._redirectEventId=m),M}static async _fromIdTokenResponse(t,e,i=!1){const o=new Pi;o.updateFromServerResponse(e);const n=new Gi({uid:e.localId,auth:t,stsTokenManager:o,isAnonymous:i});return await Hi(n),n}}
|
|
706
706
|
/**
|
|
707
707
|
* @license
|
|
708
708
|
* Copyright 2019 Google LLC
|
|
@@ -734,7 +734,7 @@ async function(t,e){const i=await Fi(t,{},(async()=>{const i=Qt({grant_type:"ref
|
|
|
734
734
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
735
735
|
* See the License for the specific language governing permissions and
|
|
736
736
|
* limitations under the License.
|
|
737
|
-
*/function Wi(t,e,i){return`firebase:${t}:${e}:${i}`}class Ji{constructor(t,e,i){this.persistence=t,this.auth=e,this.userKey=i;const{config:
|
|
737
|
+
*/function Wi(t,e,i){return`firebase:${t}:${e}:${i}`}class Ji{constructor(t,e,i){this.persistence=t,this.auth=e,this.userKey=i;const{config:o,name:n}=this.auth;this.fullUserKey=Wi(this.userKey,o.apiKey,n),this.fullPersistenceKey=Wi("persistence",o.apiKey,n),this.boundEventHandler=e._onStorageEvent.bind(e),this.persistence._addListener(this.fullUserKey,this.boundEventHandler)}setCurrentUser(t){return this.persistence._set(this.fullUserKey,t.toJSON())}async getCurrentUser(){const t=await this.persistence._get(this.fullUserKey);return t?Gi._fromJSON(this.auth,t):null}removeCurrentUser(){return this.persistence._remove(this.fullUserKey)}savePersistenceForRedirect(){return this.persistence._set(this.fullPersistenceKey,this.persistence.type)}async setPersistence(t){if(this.persistence===t)return;const e=await this.getCurrentUser();return await this.removeCurrentUser(),this.persistence=t,e?this.setCurrentUser(e):void 0}delete(){this.persistence._removeListener(this.fullUserKey,this.boundEventHandler)}static async create(t,e,i="authUser"){if(!e.length)return new Ji(Si(Ki),t,i);const o=(await Promise.all(e.map((async t=>{if(await t._isAvailable())return t})))).filter((t=>t));let n=o[0]||Si(Ki);const s=Wi(i,t.config.apiKey,t.name);let r=null;for(const i of e)try{const e=await i._get(s);if(e){const o=Gi._fromJSON(t,e);i!==n&&(r=o),n=i;break}}catch(t){}const a=o.filter((t=>t._shouldAllowMigration));return n._shouldAllowMigration&&a.length?(n=a[0],r&&await n._set(s,r.toJSON()),await Promise.all(e.map((async t=>{if(t!==n)try{await t._remove(s)}catch(t){}}))),new Ji(n,t,i)):new Ji(n,t,i)}}
|
|
738
738
|
/**
|
|
739
739
|
* @license
|
|
740
740
|
* Copyright 2020 Google LLC
|
|
@@ -750,7 +750,7 @@ async function(t,e){const i=await Fi(t,{},(async()=>{const i=Qt({grant_type:"ref
|
|
|
750
750
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
751
751
|
* See the License for the specific language governing permissions and
|
|
752
752
|
* limitations under the License.
|
|
753
|
-
*/function qi(t){const e=t.toLowerCase();if(e.includes("opera/")||e.includes("opr/")||e.includes("opios/"))return"Opera";if(function(t=
|
|
753
|
+
*/function qi(t){const e=t.toLowerCase();if(e.includes("opera/")||e.includes("opr/")||e.includes("opios/"))return"Opera";if(function(t=Bt()){return/iemobile/i.test(t)}(e))return"IEMobile";if(e.includes("msie")||e.includes("trident/"))return"IE";if(e.includes("edge/"))return"Edge";if(function(t=Bt()){return/firefox\//i.test(t)}(e))return"Firefox";if(e.includes("silk/"))return"Silk";if(function(t=Bt()){return/blackberry/i.test(t)}(e))return"Blackberry";if(function(t=Bt()){return/webos/i.test(t)}
|
|
754
754
|
/**
|
|
755
755
|
* @license
|
|
756
756
|
* Copyright 2020 Google LLC
|
|
@@ -766,7 +766,7 @@ async function(t,e){const i=await Fi(t,{},(async()=>{const i=Qt({grant_type:"ref
|
|
|
766
766
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
767
767
|
* See the License for the specific language governing permissions and
|
|
768
768
|
* limitations under the License.
|
|
769
|
-
*/(e))return"Webos";if(function(t=
|
|
769
|
+
*/(e))return"Webos";if(function(t=Bt()){const e=t.toLowerCase();return e.includes("safari/")&&!e.includes("chrome/")&&!e.includes("crios/")&&!e.includes("android")}(e))return"Safari";if((e.includes("chrome/")||function(t=Bt()){return/crios\//i.test(t)}(e))&&!e.includes("edge/"))return"Chrome";if(function(t=Bt()){return/android/i.test(t)}(e))return"Android";{const e=/([a-zA-Z\d\.]+)\/[a-zA-Z\d\.]*$/,i=t.match(e);if(2===(null==i?void 0:i.length))return i[1]}return"Other"}function Qi(t,e=[]){let i;switch(t){case"Browser":i=qi(Bt());break;case"Worker":i=`${qi(Bt())}-${t}`;break;default:i=t}return`${i}/JsCore/9.15.0/${e.length?e.join(","):"FirebaseCore-web"}`}
|
|
770
770
|
/**
|
|
771
771
|
* @license
|
|
772
772
|
* Copyright 2022 Google LLC
|
|
@@ -782,7 +782,7 @@ async function(t,e){const i=await Fi(t,{},(async()=>{const i=Qt({grant_type:"ref
|
|
|
782
782
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
783
783
|
* See the License for the specific language governing permissions and
|
|
784
784
|
* limitations under the License.
|
|
785
|
-
*/class Xi{constructor(t){this.auth=t,this.queue=[]}pushCallback(t,e){const i=e=>new Promise(((i,
|
|
785
|
+
*/class Xi{constructor(t){this.auth=t,this.queue=[]}pushCallback(t,e){const i=e=>new Promise(((i,o)=>{try{i(t(e))}catch(t){o(t)}}));i.onAbort=e,this.queue.push(i);const o=this.queue.length-1;return()=>{this.queue[o]=()=>Promise.resolve()}}async runMiddleware(t){if(this.auth.currentUser===t)return;const e=[];try{for(const i of this.queue)await i(t),i.onAbort&&e.push(i.onAbort)}catch(t){e.reverse();for(const t of e)try{t()}catch(t){}throw this.auth._errorFactory.create("login-blocked",{originalMessage:null==t?void 0:t.message})}}}
|
|
786
786
|
/**
|
|
787
787
|
* @license
|
|
788
788
|
* Copyright 2020 Google LLC
|
|
@@ -798,7 +798,7 @@ async function(t,e){const i=await Fi(t,{},(async()=>{const i=Qt({grant_type:"ref
|
|
|
798
798
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
799
799
|
* See the License for the specific language governing permissions and
|
|
800
800
|
* limitations under the License.
|
|
801
|
-
*/class
|
|
801
|
+
*/class to{constructor(t,e,i){this.app=t,this.heartbeatServiceProvider=e,this.config=i,this.currentUser=null,this.emulatorConfig=null,this.operations=Promise.resolve(),this.authStateSubscription=new eo(this),this.idTokenSubscription=new eo(this),this.beforeStateQueue=new Xi(this),this.redirectUser=null,this.isProactiveRefreshEnabled=!1,this._canInitEmulator=!0,this._isInitialized=!1,this._deleted=!1,this._initializationPromise=null,this._popupRedirectResolver=null,this._errorFactory=mi,this.lastNotifiedUid=void 0,this.languageCode=null,this.tenantId=null,this.settings={appVerificationDisabledForTesting:!1},this.frameworks=[],this.name=t.name,this.clientVersion=i.sdkClientVersion}_initializeWithPersistence(t,e){return e&&(this._popupRedirectResolver=Si(e)),this._initializationPromise=this.queue((async()=>{var i,o;if(!this._deleted&&(this.persistenceManager=await Ji.create(this,t),!this._deleted)){if(null===(i=this._popupRedirectResolver)||void 0===i?void 0:i._shouldInitProactively)try{await this._popupRedirectResolver._initialize(this)}catch(t){}await this.initializeCurrentUser(e),this.lastNotifiedUid=(null===(o=this.currentUser)||void 0===o?void 0:o.uid)||null,this._deleted||(this._isInitialized=!0)}})),this._initializationPromise}async _onStorageEvent(){if(this._deleted)return;const t=await this.assertedPersistence.getCurrentUser();return this.currentUser||t?this.currentUser&&t&&this.currentUser.uid===t.uid?(this._currentUser._assign(t),void await this.currentUser.getIdToken()):void await this._updateCurrentUser(t,!0):void 0}async initializeCurrentUser(t){var e;const i=await this.assertedPersistence.getCurrentUser();let o=i,n=!1;if(t&&this.config.authDomain){await this.getOrInitRedirectPersistenceManager();const i=null===(e=this.redirectUser)||void 0===e?void 0:e._redirectEventId,s=null==o?void 0:o._redirectEventId,r=await this.tryRedirectSignIn(t);i&&i!==s||!(null==r?void 0:r.user)||(o=r.user,n=!0)}if(!o)return this.directlySetCurrentUser(null);if(!o._redirectEventId){if(n)try{await this.beforeStateQueue.runMiddleware(o)}catch(t){o=i,this._popupRedirectResolver._overrideRedirectResult(this,(()=>Promise.reject(t)))}return o?this.reloadAndSetCurrentUserOrClear(o):this.directlySetCurrentUser(null)}return bi(this._popupRedirectResolver,this,"argument-error"),await this.getOrInitRedirectPersistenceManager(),this.redirectUser&&this.redirectUser._redirectEventId===o._redirectEventId?this.directlySetCurrentUser(o):this.reloadAndSetCurrentUserOrClear(o)}async tryRedirectSignIn(t){let e=null;try{e=await this._popupRedirectResolver._completeRedirectFn(this,t,!0)}catch(t){await this._setRedirectUser(null)}return e}async reloadAndSetCurrentUserOrClear(t){try{await Hi(t)}catch(t){if("auth/network-request-failed"!==(null==t?void 0:t.code))return this.directlySetCurrentUser(null)}return this.directlySetCurrentUser(t)}useDeviceLanguage(){this.languageCode=function(){if("undefined"==typeof navigator)return null;const t=navigator;return t.languages&&t.languages[0]||t.language||null}()}async _delete(){this._deleted=!0}async updateCurrentUser(t){const e=t?ee(t):null;return e&&bi(e.auth.config.apiKey===this.config.apiKey,this,"invalid-user-token"),this._updateCurrentUser(e&&e._clone(this))}async _updateCurrentUser(t,e=!1){if(!this._deleted)return t&&bi(this.tenantId===t.tenantId,this,"tenant-id-mismatch"),e||await this.beforeStateQueue.runMiddleware(t),this.queue((async()=>{await this.directlySetCurrentUser(t),this.notifyAuthListeners()}))}async signOut(){return await this.beforeStateQueue.runMiddleware(null),(this.redirectPersistenceManager||this._popupRedirectResolver)&&await this._setRedirectUser(null),this._updateCurrentUser(null,!0)}setPersistence(t){return this.queue((async()=>{await this.assertedPersistence.setPersistence(Si(t))}))}_getPersistence(){return this.assertedPersistence.persistence.type}_updateErrorMap(t){this._errorFactory=new Kt("auth","Firebase",t())}onAuthStateChanged(t,e,i){return this.registerStateListener(this.authStateSubscription,t,e,i)}beforeAuthStateChanged(t,e){return this.beforeStateQueue.pushCallback(t,e)}onIdTokenChanged(t,e,i){return this.registerStateListener(this.idTokenSubscription,t,e,i)}toJSON(){var t;return{apiKey:this.config.apiKey,authDomain:this.config.authDomain,appName:this.name,currentUser:null===(t=this._currentUser)||void 0===t?void 0:t.toJSON()}}async _setRedirectUser(t,e){const i=await this.getOrInitRedirectPersistenceManager(e);return null===t?i.removeCurrentUser():i.setCurrentUser(t)}async getOrInitRedirectPersistenceManager(t){if(!this.redirectPersistenceManager){const e=t&&Si(t)||this._popupRedirectResolver;bi(e,this,"argument-error"),this.redirectPersistenceManager=await Ji.create(this,[Si(e._redirectPersistence)],"redirectUser"),this.redirectUser=await this.redirectPersistenceManager.getCurrentUser()}return this.redirectPersistenceManager}async _redirectUserForId(t){var e,i;return this._isInitialized&&await this.queue((async()=>{})),(null===(e=this._currentUser)||void 0===e?void 0:e._redirectEventId)===t?this._currentUser:(null===(i=this.redirectUser)||void 0===i?void 0:i._redirectEventId)===t?this.redirectUser:null}async _persistUserIfCurrent(t){if(t===this.currentUser)return this.queue((async()=>this.directlySetCurrentUser(t)))}_notifyListenersIfCurrent(t){t===this.currentUser&&this.notifyAuthListeners()}_key(){return`${this.config.authDomain}:${this.config.apiKey}:${this.name}`}_startProactiveRefresh(){this.isProactiveRefreshEnabled=!0,this.currentUser&&this._currentUser._startProactiveRefresh()}_stopProactiveRefresh(){this.isProactiveRefreshEnabled=!1,this.currentUser&&this._currentUser._stopProactiveRefresh()}get _currentUser(){return this.currentUser}notifyAuthListeners(){var t,e;if(!this._isInitialized)return;this.idTokenSubscription.next(this.currentUser);const i=null!==(e=null===(t=this.currentUser)||void 0===t?void 0:t.uid)&&void 0!==e?e:null;this.lastNotifiedUid!==i&&(this.lastNotifiedUid=i,this.authStateSubscription.next(this.currentUser))}registerStateListener(t,e,i,o){if(this._deleted)return()=>{};const n="function"==typeof e?e:e.next.bind(e),s=this._isInitialized?Promise.resolve():this._initializationPromise;return bi(s,this,"internal-error"),s.then((()=>n(this.currentUser))),"function"==typeof e?t.addObserver(e,i,o):t.addObserver(e)}async directlySetCurrentUser(t){this.currentUser&&this.currentUser!==t&&this._currentUser._stopProactiveRefresh(),t&&this.isProactiveRefreshEnabled&&t._startProactiveRefresh(),this.currentUser=t,t?await this.assertedPersistence.setCurrentUser(t):await this.assertedPersistence.removeCurrentUser()}queue(t){return this.operations=this.operations.then(t,t),this.operations}get assertedPersistence(){return bi(this.persistenceManager,this,"internal-error"),this.persistenceManager}_logFramework(t){t&&!this.frameworks.includes(t)&&(this.frameworks.push(t),this.frameworks.sort(),this.clientVersion=Qi(this.config.clientPlatform,this._getFrameworks()))}_getFrameworks(){return this.frameworks}async _getAdditionalHeaders(){var t;const e={"X-Client-Version":this.clientVersion};this.app.options.appId&&(e["X-Firebase-gmpid"]=this.app.options.appId);const i=await(null===(t=this.heartbeatServiceProvider.getImmediate({optional:!0}))||void 0===t?void 0:t.getHeartbeatsHeader());return i&&(e["X-Firebase-Client"]=i),e}}class eo{constructor(t){this.auth=t,this.observer=null,this.addObserver=function(t,e){const i=new Xt(t,e);return i.subscribe.bind(i)}((t=>this.observer=t))}get next(){return bi(this.observer,this.auth,"internal-error"),this.observer.next.bind(this.observer)}}new _i(3e4,6e4),
|
|
802
802
|
/**
|
|
803
803
|
* @license
|
|
804
804
|
* Copyright 2020 Google LLC
|
|
@@ -849,7 +849,7 @@ new _i(3e4,6e4),
|
|
|
849
849
|
* See the License for the specific language governing permissions and
|
|
850
850
|
* limitations under the License.
|
|
851
851
|
*/
|
|
852
|
-
new _i(5e3,15e3);var
|
|
852
|
+
new _i(5e3,15e3);var io="@firebase/auth",oo="0.21.0";
|
|
853
853
|
/**
|
|
854
854
|
* @license
|
|
855
855
|
* Copyright 2020 Google LLC
|
|
@@ -866,7 +866,7 @@ new _i(5e3,15e3);var nn="@firebase/auth",on="0.21.0";
|
|
|
866
866
|
* See the License for the specific language governing permissions and
|
|
867
867
|
* limitations under the License.
|
|
868
868
|
*/
|
|
869
|
-
class
|
|
869
|
+
class no{constructor(t){this.auth=t,this.internalListeners=new Map}getUid(){var t;return this.assertAuthConfigured(),(null===(t=this.auth.currentUser)||void 0===t?void 0:t.uid)||null}async getToken(t){if(this.assertAuthConfigured(),await this.auth._initializationPromise,!this.auth.currentUser)return null;return{accessToken:await this.auth.currentUser.getIdToken(t)}}addAuthTokenListener(t){if(this.assertAuthConfigured(),this.internalListeners.has(t))return;const e=this.auth.onIdTokenChanged((e=>{t((null==e?void 0:e.stsTokenManager.accessToken)||null)}));this.internalListeners.set(t,e),this.updateProactiveRefresh()}removeAuthTokenListener(t){this.assertAuthConfigured();const e=this.internalListeners.get(t);e&&(this.internalListeners.delete(t),e(),this.updateProactiveRefresh())}assertAuthConfigured(){bi(this.auth._initializationPromise,"dependent-sdk-initialized-before-auth")}updateProactiveRefresh(){this.internalListeners.size>0?this.auth._startProactiveRefresh():this.auth._stopProactiveRefresh()}}
|
|
870
870
|
/**
|
|
871
871
|
* @license
|
|
872
872
|
* Copyright 2020 Google LLC
|
|
@@ -882,7 +882,7 @@ class sn{constructor(t){this.auth=t,this.internalListeners=new Map}getUid(){var
|
|
|
882
882
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
883
883
|
* See the License for the specific language governing permissions and
|
|
884
884
|
* limitations under the License.
|
|
885
|
-
*/var
|
|
885
|
+
*/var so;
|
|
886
886
|
/**
|
|
887
887
|
* @license
|
|
888
888
|
* Copyright 2021 Google LLC
|
|
@@ -898,15 +898,15 @@ class sn{constructor(t){this.auth=t,this.internalListeners=new Map}getUid(){var
|
|
|
898
898
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
899
899
|
* See the License for the specific language governing permissions and
|
|
900
900
|
* limitations under the License.
|
|
901
|
-
*/(t=>{var e;null===(e=Pt())||void 0===e||e[`_${t}`]})("authIdTokenMaxAge"),rn="Browser",Oe(new ie("auth",((t,{options:e})=>{const i=t.getProvider("app").getImmediate(),n=t.getProvider("heartbeat"),{apiKey:o,authDomain:s}=i.options;return((t,i)=>{bi(o&&!o.includes(":"),"invalid-api-key",{appName:t.name}),bi(!(null==s?void 0:s.includes(":")),"argument-error",{appName:t.name});const n={apiKey:o,authDomain:s,clientPlatform:rn,apiHost:"identitytoolkit.googleapis.com",tokenApiHost:"securetoken.googleapis.com",apiScheme:"https",sdkClientVersion:Qi(rn)},r=new tn(t,i,n);return function(t,e){const i=(null==e?void 0:e.persistence)||[],n=(Array.isArray(i)?i:[i]).map(Si);(null==e?void 0:e.errorMap)&&t._updateErrorMap(e.errorMap),t._initializeWithPersistence(n,null==e?void 0:e.popupRedirectResolver)}(r,e),r})(i,n)}),"PUBLIC").setInstantiationMode("EXPLICIT").setInstanceCreatedCallback(((t,e,i)=>{t.getProvider("auth-internal").initialize()}))),Oe(new ie("auth-internal",(t=>(t=>new sn(t))(function(t){return ee(t)}(t.getProvider("auth").getImmediate()))),"PRIVATE").setInstantiationMode("EXPLICIT")),Re(nn,on,function(t){switch(t){case"Node":return"node";case"ReactNative":return"rn";case"Worker":return"webworker";case"Cordova":return"cordova";default:return}}(rn)),Re(nn,on,"esm2017");class an{static create(...t){return new this(...t)}mixIn(t){return Object.assign(this,t)}clone(){const t=new this.constructor;return Object.assign(t,this),t}}class ln extends an{constructor(t=[],e=4*t.length){super();let i=t;if(i instanceof ArrayBuffer&&(i=new Uint8Array(i)),(i instanceof Int8Array||i instanceof Uint8ClampedArray||i instanceof Int16Array||i instanceof Uint16Array||i instanceof Int32Array||i instanceof Uint32Array||i instanceof Float32Array||i instanceof Float64Array)&&(i=new Uint8Array(i.buffer,i.byteOffset,i.byteLength)),i instanceof Uint8Array){const t=i.byteLength,e=[];for(let n=0;n<t;n+=1)e[n>>>2]|=i[n]<<24-n%4*8;this.words=e,this.sigBytes=t}else this.words=t,this.sigBytes=e}static random(t){const e=[],i=t=>{let e=t,i=987654321;const n=4294967295;return()=>{i=36969*(65535&i)+(i>>16)&n,e=18e3*(65535&e)+(e>>16)&n;let t=(i<<16)+e&n;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let n,o=0;o<t;o+=4){const t=i(4294967296*(n||Math.random()));n=987654071*t(),e.push(4294967296*t()|0)}return new ln(e,t)}toString(t=cn){return t.stringify(this)}concat(t){const e=this.words,i=t.words,n=this.sigBytes,o=t.sigBytes;if(this.clamp(),n%4)for(let t=0;t<o;t+=1){const o=i[t>>>2]>>>24-t%4*8&255;e[n+t>>>2]|=o<<24-(n+t)%4*8}else for(let t=0;t<o;t+=4)e[n+t>>>2]=i[t>>>2];return this.sigBytes+=o,this}clamp(){const{words:t,sigBytes:e}=this;t[e>>>2]&=4294967295<<32-e%4*8,t.length=Math.ceil(e/4)}clone(){const t=super.clone.call(this);return t.words=this.words.slice(0),t}}const cn={stringify(t){const{words:e,sigBytes:i}=t,n=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse(t){const e=t.length,i=[];for(let n=0;n<e;n+=2)i[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new ln(i,e/2)}},dn={stringify(t){const{words:e,sigBytes:i}=t,n=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse(t){const e=t.length,i=[];for(let n=0;n<e;n+=1)i[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new ln(i,e)}},hn={stringify(t){try{return decodeURIComponent(escape(dn.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>dn.parse(unescape(encodeURIComponent(t)))};class un extends an{constructor(){super(),this._minBufferSize=0}reset(){this._data=new ln,this._nDataBytes=0}_append(t){let e=t;"string"==typeof e&&(e=hn.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes}_process(t){let e;const{_data:i,blockSize:n}=this,o=i.words,s=i.sigBytes;let r=s/(4*n);r=t?Math.ceil(r):Math.max((0|r)-this._minBufferSize,0);const a=r*n,l=Math.min(4*a,s);if(a){for(let t=0;t<a;t+=n)this._doProcessBlock(o,t);e=o.splice(0,a),i.sigBytes-=l}return new ln(e,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class pn extends un{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new an,t),this.reset()}static _createHelper(t){return(e,i)=>new t(i).finalize(e)}static _createHmacHelper(t){return(e,i)=>new vn(t,i).finalize(e)}reset(){super.reset.call(this),this._doReset()}update(t){return this._append(t),this._process(),this}finalize(t){t&&this._append(t);return this._doFinalize()}}class vn extends an{constructor(t,e){super();const i=new t;this._hasher=i;let n=e;"string"==typeof n&&(n=hn.parse(n));const o=i.blockSize,s=4*o;n.sigBytes>s&&(n=i.finalize(e)),n.clamp();const r=n.clone();this._oKey=r;const a=n.clone();this._iKey=a;const l=r.words,c=a.words;for(let t=0;t<o;t+=1)l[t]^=1549556828,c[t]^=909522486;r.sigBytes=s,a.sigBytes=s,this.reset()}reset(){const t=this._hasher;t.reset(),t.update(this._iKey)}update(t){return this._hasher.update(t),this}finalize(t){const e=this._hasher,i=e.finalize(t);e.reset();return e.finalize(this._oKey.clone().concat(i))}}const mn=ln;class fn extends an{constructor(t,e){super(),this.high=t,this.low=e}}class gn extends an{constructor(t=[],e=8*t.length){super(),this.words=t,this.sigBytes=e}toX32(){const t=this.words,e=t.length,i=[];for(let n=0;n<e;n+=1){const e=t[n];i.push(e.high),i.push(e.low)}return mn.create(i,this.sigBytes)}clone(){const t=super.clone.call(this);t.words=this.words.slice(0);const{words:e}=t,i=e.length;for(let t=0;t<i;t+=1)e[t]=e[t].clone();return t}}const wn={stringify(t){const{words:e,sigBytes:i}=t,n=this._map;t.clamp();const o=[];for(let t=0;t<i;t+=3){const s=(e[t>>>2]>>>24-t%4*8&255)<<16|(e[t+1>>>2]>>>24-(t+1)%4*8&255)<<8|e[t+2>>>2]>>>24-(t+2)%4*8&255;for(let e=0;e<4&&t+.75*e<i;e+=1)o.push(n.charAt(s>>>6*(3-e)&63))}const s=n.charAt(64);if(s)for(;o.length%4;)o.push(s);return o.join("")},parse(t){let e=t.length;const i=this._map;let n=this._reverseMap;if(!n){this._reverseMap=[],n=this._reverseMap;for(let t=0;t<i.length;t+=1)n[i.charCodeAt(t)]=t}const o=i.charAt(64);if(o){const i=t.indexOf(o);-1!==i&&(e=i)}return((t,e,i)=>{const n=[];let o=0;for(let s=0;s<e;s+=1)if(s%4){const e=i[t.charCodeAt(s-1)]<<s%4*2|i[t.charCodeAt(s)]>>>6-s%4*2;n[o>>>2]|=e<<24-o%4*8,o+=1}return ln.create(n,o)})(t,e,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},Cn=[];for(let t=0;t<64;t+=1)Cn[t]=4294967296*Math.abs(Math.sin(t+1))|0;const yn=(t,e,i,n,o,s,r)=>{const a=t+(e&i|~e&n)+o+r;return(a<<s|a>>>32-s)+e},bn=(t,e,i,n,o,s,r)=>{const a=t+(e&n|i&~n)+o+r;return(a<<s|a>>>32-s)+e},xn=(t,e,i,n,o,s,r)=>{const a=t+(e^i^n)+o+r;return(a<<s|a>>>32-s)+e},En=(t,e,i,n,o,s,r)=>{const a=t+(i^(e|~n))+o+r;return(a<<s|a>>>32-s)+e};class Mn extends pn{_doReset(){this._hash=new ln([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,e){const i=t;for(let n=0;n<16;n+=1){const o=e+n,s=t[o];i[o]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}const n=this._hash.words,o=i[e+0],s=i[e+1],r=i[e+2],a=i[e+3],l=i[e+4],c=i[e+5],d=i[e+6],h=i[e+7],u=i[e+8],p=i[e+9],v=i[e+10],m=i[e+11],f=i[e+12],g=i[e+13],w=i[e+14],C=i[e+15];let y=n[0],b=n[1],x=n[2],E=n[3];y=yn(y,b,x,E,o,7,Cn[0]),E=yn(E,y,b,x,s,12,Cn[1]),x=yn(x,E,y,b,r,17,Cn[2]),b=yn(b,x,E,y,a,22,Cn[3]),y=yn(y,b,x,E,l,7,Cn[4]),E=yn(E,y,b,x,c,12,Cn[5]),x=yn(x,E,y,b,d,17,Cn[6]),b=yn(b,x,E,y,h,22,Cn[7]),y=yn(y,b,x,E,u,7,Cn[8]),E=yn(E,y,b,x,p,12,Cn[9]),x=yn(x,E,y,b,v,17,Cn[10]),b=yn(b,x,E,y,m,22,Cn[11]),y=yn(y,b,x,E,f,7,Cn[12]),E=yn(E,y,b,x,g,12,Cn[13]),x=yn(x,E,y,b,w,17,Cn[14]),b=yn(b,x,E,y,C,22,Cn[15]),y=bn(y,b,x,E,s,5,Cn[16]),E=bn(E,y,b,x,d,9,Cn[17]),x=bn(x,E,y,b,m,14,Cn[18]),b=bn(b,x,E,y,o,20,Cn[19]),y=bn(y,b,x,E,c,5,Cn[20]),E=bn(E,y,b,x,v,9,Cn[21]),x=bn(x,E,y,b,C,14,Cn[22]),b=bn(b,x,E,y,l,20,Cn[23]),y=bn(y,b,x,E,p,5,Cn[24]),E=bn(E,y,b,x,w,9,Cn[25]),x=bn(x,E,y,b,a,14,Cn[26]),b=bn(b,x,E,y,u,20,Cn[27]),y=bn(y,b,x,E,g,5,Cn[28]),E=bn(E,y,b,x,r,9,Cn[29]),x=bn(x,E,y,b,h,14,Cn[30]),b=bn(b,x,E,y,f,20,Cn[31]),y=xn(y,b,x,E,c,4,Cn[32]),E=xn(E,y,b,x,u,11,Cn[33]),x=xn(x,E,y,b,m,16,Cn[34]),b=xn(b,x,E,y,w,23,Cn[35]),y=xn(y,b,x,E,s,4,Cn[36]),E=xn(E,y,b,x,l,11,Cn[37]),x=xn(x,E,y,b,h,16,Cn[38]),b=xn(b,x,E,y,v,23,Cn[39]),y=xn(y,b,x,E,g,4,Cn[40]),E=xn(E,y,b,x,o,11,Cn[41]),x=xn(x,E,y,b,a,16,Cn[42]),b=xn(b,x,E,y,d,23,Cn[43]),y=xn(y,b,x,E,p,4,Cn[44]),E=xn(E,y,b,x,f,11,Cn[45]),x=xn(x,E,y,b,C,16,Cn[46]),b=xn(b,x,E,y,r,23,Cn[47]),y=En(y,b,x,E,o,6,Cn[48]),E=En(E,y,b,x,h,10,Cn[49]),x=En(x,E,y,b,w,15,Cn[50]),b=En(b,x,E,y,c,21,Cn[51]),y=En(y,b,x,E,f,6,Cn[52]),E=En(E,y,b,x,a,10,Cn[53]),x=En(x,E,y,b,v,15,Cn[54]),b=En(b,x,E,y,s,21,Cn[55]),y=En(y,b,x,E,u,6,Cn[56]),E=En(E,y,b,x,C,10,Cn[57]),x=En(x,E,y,b,d,15,Cn[58]),b=En(b,x,E,y,g,21,Cn[59]),y=En(y,b,x,E,l,6,Cn[60]),E=En(E,y,b,x,m,10,Cn[61]),x=En(x,E,y,b,r,15,Cn[62]),b=En(b,x,E,y,p,21,Cn[63]),n[0]=n[0]+y|0,n[1]=n[1]+b|0,n[2]=n[2]+x|0,n[3]=n[3]+E|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;e[n>>>5]|=128<<24-n%32;const o=Math.floor(i/4294967296),s=i;e[15+(n+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),e[14+(n+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(e.length+1),this._process();const r=this._hash,a=r.words;for(let t=0;t<4;t+=1){const e=a[t];a[t]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}return r}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Sn=pn._createHelper(Mn),kn=pn._createHmacHelper(Mn);class Nn extends an{constructor(t){super(),this.cfg=Object.assign(new an,{keySize:4,hasher:Mn,iterations:1},t)}compute(t,e){let i;const{cfg:n}=this,o=n.hasher.create(),s=ln.create(),r=s.words,{keySize:a,iterations:l}=n;for(;r.length<a;){i&&o.update(i),i=o.update(t).finalize(e),o.reset();for(let t=1;t<l;t+=1)i=o.finalize(i),o.reset();s.concat(i)}return s.sigBytes=4*a,s}}class _n extends un{constructor(t,e,i){super(),this.cfg=Object.assign(new an,i),this._xformMode=t,this._key=e,this.reset()}static createEncryptor(t,e){return this.create(this._ENC_XFORM_MODE,t,e)}static createDecryptor(t,e){return this.create(this._DEC_XFORM_MODE,t,e)}static _createHelper(t){const e=t=>"string"==typeof t?Un:On;return{encrypt:(i,n,o)=>e(n).encrypt(t,i,n,o),decrypt:(i,n,o)=>e(n).decrypt(t,i,n,o)}}reset(){super.reset.call(this),this._doReset()}process(t){return this._append(t),this._process()}finalize(t){t&&this._append(t);return this._doFinalize()}}_n._ENC_XFORM_MODE=1,_n._DEC_XFORM_MODE=2,_n.keySize=4,_n.ivSize=4;class In extends _n{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class Tn extends an{constructor(t,e){super(),this._cipher=t,this._iv=e}static createEncryptor(t,e){return this.Encryptor.create(t,e)}static createDecryptor(t,e){return this.Decryptor.create(t,e)}}function An(t,e,i){const n=t;let o;const s=this._iv;s?(o=s,this._iv=void 0):o=this._prevBlock;for(let t=0;t<i;t+=1)n[e+t]^=o[t]}class Ln extends Tn{}Ln.Encryptor=class extends Ln{processBlock(t,e){const i=this._cipher,{blockSize:n}=i;An.call(this,t,e,n),i.encryptBlock(t,e),this._prevBlock=t.slice(e,e+n)}},Ln.Decryptor=class extends Ln{processBlock(t,e){const i=this._cipher,{blockSize:n}=i,o=t.slice(e,e+n);i.decryptBlock(t,e),An.call(this,t,e,n),this._prevBlock=o}};const Fn={pad(t,e){const i=4*e,n=i-t.sigBytes%i,o=n<<24|n<<16|n<<8|n,s=[];for(let t=0;t<n;t+=4)s.push(o);const r=ln.create(s,n);t.concat(r)},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}};class jn extends _n{constructor(t,e,i){super(t,e,Object.assign({mode:Ln,padding:Fn},i)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:e}=this,{iv:i,mode:n}=e;this._xformMode===this.constructor._ENC_XFORM_MODE?t=n.createEncryptor:(t=n.createDecryptor,this._minBufferSize=1),this._mode=t.call(n,this,i&&i.words),this._mode.i=t}_doProcessBlock(t,e){this._mode.processBlock(t,e)}_doFinalize(){let t;const{padding:e}=this.cfg;return this._xformMode===this.constructor._ENC_XFORM_MODE?(e.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),e.unpad(t)),t}}class Dn extends an{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const $n={stringify(t){let e;const{ciphertext:i,salt:n}=t;return e=n?ln.create([1398893684,1701076831]).concat(n).concat(i):i,e.toString(wn)},parse(t){let e;const i=wn.parse(t),n=i.words;return 1398893684===n[0]&&1701076831===n[1]&&(e=ln.create(n.slice(2,4)),n.splice(0,4),i.sigBytes-=16),Dn.create({ciphertext:i,salt:e})}};class On extends an{static encrypt(t,e,i,n){const o=Object.assign(new an,this.cfg,n),s=t.createEncryptor(i,o),r=s.finalize(e),a=s.cfg;return Dn.create({ciphertext:r,key:i,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:s.blockSize,formatter:o.format})}static decrypt(t,e,i,n){let o=e;const s=Object.assign(new an,this.cfg,n);o=this._parse(o,s.format);return t.createDecryptor(i,s).finalize(o.ciphertext)}static _parse(t,e){return"string"==typeof t?e.parse(t,this):t}}On.cfg=Object.assign(new an,{format:$n});const zn={execute(t,e,i,n){let o=n;o||(o=ln.random(8));const s=Nn.create({keySize:e+i}).compute(t,o),r=ln.create(s.words.slice(e),4*i);return s.sigBytes=4*e,Dn.create({key:s,iv:r,salt:o})}};class Un extends On{static encrypt(t,e,i,n){const o=Object.assign(new an,this.cfg,n),s=o.kdf.execute(i,t.keySize,t.ivSize);o.iv=s.iv;const r=On.encrypt.call(this,t,e,s.key,o);return r.mixIn(s),r}static decrypt(t,e,i,n){let o=e;const s=Object.assign(new an,this.cfg,n);o=this._parse(o,s.format);const r=s.kdf.execute(i,t.keySize,t.ivSize,o.salt);s.iv=r.iv;return On.decrypt.call(this,t,o,r.key,s)}}Un.cfg=Object.assign(On.cfg,{kdf:zn});const Vn=t=>t<<8&4278255360|t>>>8&16711935,Rn={stringify(t){const{words:e,sigBytes:i}=t,n=[];for(let t=0;t<i;t+=2){const i=e[t>>>2]>>>16-t%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse(t){const e=t.length,i=[];for(let n=0;n<e;n+=1)i[n>>>1]|=t.charCodeAt(n)<<16-n%2*16;return ln.create(i,2*e)}},Hn=Rn,Bn={stringify(t){const{words:e,sigBytes:i}=t,n=[];for(let t=0;t<i;t+=2){const i=Vn(e[t>>>2]>>>16-t%4*8&65535);n.push(String.fromCharCode(i))}return n.join("")},parse(t){const e=t.length,i=[];for(let n=0;n<e;n+=1)i[n>>>1]|=Vn(t.charCodeAt(n)<<16-n%2*16);return ln.create(i,2*e)}},Pn=[];class Zn extends pn{_doReset(){this._hash=new ln([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=this._hash.words;let n=i[0],o=i[1],s=i[2],r=i[3],a=i[4];for(let i=0;i<80;i+=1){if(i<16)Pn[i]=0|t[e+i];else{const t=Pn[i-3]^Pn[i-8]^Pn[i-14]^Pn[i-16];Pn[i]=t<<1|t>>>31}let l=(n<<5|n>>>27)+a+Pn[i];l+=i<20?1518500249+(o&s|~o&r):i<40?1859775393+(o^s^r):i<60?(o&s|o&r|s&r)-1894007588:(o^s^r)-899497514,a=r,r=s,s=o<<30|o>>>2,o=n,n=l}i[0]=i[0]+n|0,i[1]=i[1]+o|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+a|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;return e[n>>>5]|=128<<24-n%32,e[14+(n+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(n+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Gn=pn._createHelper(Zn),Yn=pn._createHmacHelper(Zn),Kn=[],Wn=[],Jn=t=>{const e=Math.sqrt(t);for(let i=2;i<=e;i+=1)if(!(t%i))return!1;return!0},qn=t=>4294967296*(t-(0|t))|0;let Qn=2,Xn=0;for(;Xn<64;)Jn(Qn)&&(Xn<8&&(Kn[Xn]=qn(Qn**.5)),Wn[Xn]=qn(Qn**(1/3)),Xn+=1),Qn+=1;const to=[];class eo extends pn{_doReset(){this._hash=new ln(Kn.slice(0))}_doProcessBlock(t,e){const i=this._hash.words;let n=i[0],o=i[1],s=i[2],r=i[3],a=i[4],l=i[5],c=i[6],d=i[7];for(let i=0;i<64;i+=1){if(i<16)to[i]=0|t[e+i];else{const t=to[i-15],e=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,n=to[i-2],o=(n<<15|n>>>17)^(n<<13|n>>>19)^n>>>10;to[i]=e+to[i-7]+o+to[i-16]}const h=n&o^n&s^o&s,u=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),p=d+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&c)+Wn[i]+to[i];d=c,c=l,l=a,a=r+p|0,r=s,s=o,o=n,n=p+(u+h)|0}i[0]=i[0]+n|0,i[1]=i[1]+o|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+a|0,i[5]=i[5]+l|0,i[6]=i[6]+c|0,i[7]=i[7]+d|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;return e[n>>>5]|=128<<24-n%32,e[14+(n+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(n+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const io=pn._createHelper(eo),no=pn._createHmacHelper(eo);class oo extends eo{_doReset(){this._hash=new ln([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const so=eo._createHelper(oo),ro=eo._createHmacHelper(oo),ao=[new fn(1116352408,3609767458),new fn(1899447441,602891725),new fn(3049323471,3964484399),new fn(3921009573,2173295548),new fn(961987163,4081628472),new fn(1508970993,3053834265),new fn(2453635748,2937671579),new fn(2870763221,3664609560),new fn(3624381080,2734883394),new fn(310598401,1164996542),new fn(607225278,1323610764),new fn(1426881987,3590304994),new fn(1925078388,4068182383),new fn(2162078206,991336113),new fn(2614888103,633803317),new fn(3248222580,3479774868),new fn(3835390401,2666613458),new fn(4022224774,944711139),new fn(264347078,2341262773),new fn(604807628,2007800933),new fn(770255983,1495990901),new fn(1249150122,1856431235),new fn(1555081692,3175218132),new fn(1996064986,2198950837),new fn(2554220882,3999719339),new fn(2821834349,766784016),new fn(2952996808,2566594879),new fn(3210313671,3203337956),new fn(3336571891,1034457026),new fn(3584528711,2466948901),new fn(113926993,3758326383),new fn(338241895,168717936),new fn(666307205,1188179964),new fn(773529912,1546045734),new fn(1294757372,1522805485),new fn(1396182291,2643833823),new fn(1695183700,2343527390),new fn(1986661051,1014477480),new fn(2177026350,1206759142),new fn(2456956037,344077627),new fn(2730485921,1290863460),new fn(2820302411,3158454273),new fn(3259730800,3505952657),new fn(3345764771,106217008),new fn(3516065817,3606008344),new fn(3600352804,1432725776),new fn(4094571909,1467031594),new fn(275423344,851169720),new fn(430227734,3100823752),new fn(506948616,1363258195),new fn(659060556,3750685593),new fn(883997877,3785050280),new fn(958139571,3318307427),new fn(1322822218,3812723403),new fn(1537002063,2003034995),new fn(1747873779,3602036899),new fn(1955562222,1575990012),new fn(2024104815,1125592928),new fn(2227730452,2716904306),new fn(2361852424,442776044),new fn(2428436474,593698344),new fn(2756734187,3733110249),new fn(3204031479,2999351573),new fn(3329325298,3815920427),new fn(3391569614,3928383900),new fn(3515267271,566280711),new fn(3940187606,3454069534),new fn(4118630271,4000239992),new fn(116418474,1914138554),new fn(174292421,2731055270),new fn(289380356,3203993006),new fn(460393269,320620315),new fn(685471733,587496836),new fn(852142971,1086792851),new fn(1017036298,365543100),new fn(1126000580,2618297676),new fn(1288033470,3409855158),new fn(1501505948,4234509866),new fn(1607167915,987167468),new fn(1816402316,1246189591)],lo=[];for(let t=0;t<80;t+=1)lo[t]=new fn;class co extends pn{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new gn([new fn(1779033703,4089235720),new fn(3144134277,2227873595),new fn(1013904242,4271175723),new fn(2773480762,1595750129),new fn(1359893119,2917565137),new fn(2600822924,725511199),new fn(528734635,4215389547),new fn(1541459225,327033209)])}_doProcessBlock(t,e){const i=this._hash.words,n=i[0],o=i[1],s=i[2],r=i[3],a=i[4],l=i[5],c=i[6],d=i[7],h=n.high;let u=n.low;const p=o.high;let v=o.low;const m=s.high;let f=s.low;const g=r.high;let w=r.low;const C=a.high;let y=a.low;const b=l.high;let x=l.low;const E=c.high;let M=c.low;const S=d.high;let k=d.low,N=h,_=u,I=p,T=v,A=m,L=f,F=g,j=w,D=C,$=y,O=b,z=x,U=E,V=M,R=S,H=k;for(let i=0;i<80;i+=1){let n,o;const s=lo[i];if(i<16)s.high=0|t[e+2*i],o=s.high,s.low=0|t[e+2*i+1],n=s.low;else{const t=lo[i-15],e=t.high,r=t.low,a=(e>>>1|r<<31)^(e>>>8|r<<24)^e>>>7,l=(r>>>1|e<<31)^(r>>>8|e<<24)^(r>>>7|e<<25),c=lo[i-2],d=c.high,h=c.low,u=(d>>>19|h<<13)^(d<<3|h>>>29)^d>>>6,p=(h>>>19|d<<13)^(h<<3|d>>>29)^(h>>>6|d<<26),v=lo[i-7],m=v.high,f=v.low,g=lo[i-16],w=g.high,C=g.low;n=l+f,o=a+m+(n>>>0<l>>>0?1:0),n+=p,o=o+u+(n>>>0<p>>>0?1:0),n+=C,o=o+w+(n>>>0<C>>>0?1:0),s.high=o,s.low=n}const r=D&O^~D&U,a=$&z^~$&V,l=N&I^N&A^I&A,c=_&T^_&L^T&L,d=(N>>>28|_<<4)^(N<<30|_>>>2)^(N<<25|_>>>7),h=(_>>>28|N<<4)^(_<<30|N>>>2)^(_<<25|N>>>7),u=(D>>>14|$<<18)^(D>>>18|$<<14)^(D<<23|$>>>9),p=($>>>14|D<<18)^($>>>18|D<<14)^($<<23|D>>>9),v=ao[i],m=v.high,f=v.low;let g=H+p,w=R+u+(g>>>0<H>>>0?1:0);g+=a,w=w+r+(g>>>0<a>>>0?1:0),g+=f,w=w+m+(g>>>0<f>>>0?1:0),g+=n,w=w+o+(g>>>0<n>>>0?1:0);const C=h+c;R=U,H=V,U=O,V=z,O=D,z=$,$=j+g|0,D=F+w+($>>>0<j>>>0?1:0)|0,F=A,j=L,A=I,L=T,I=N,T=_,_=g+C|0,N=w+(d+l+(C>>>0<h>>>0?1:0))+(_>>>0<g>>>0?1:0)|0}n.low=u+_,u=n.low,n.high=h+N+(u>>>0<_>>>0?1:0),o.low=v+T,v=o.low,o.high=p+I+(v>>>0<T>>>0?1:0),s.low=f+L,f=s.low,s.high=m+A+(f>>>0<L>>>0?1:0),r.low=w+j,w=r.low,r.high=g+F+(w>>>0<j>>>0?1:0),a.low=y+$,y=a.low,a.high=C+D+(y>>>0<$>>>0?1:0),l.low=x+z,x=l.low,l.high=b+O+(x>>>0<z>>>0?1:0),c.low=M+V,M=c.low,c.high=E+U+(M>>>0<V>>>0?1:0),d.low=k+H,k=d.low,d.high=S+R+(k>>>0<H>>>0?1:0)}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;e[n>>>5]|=128<<24-n%32,e[30+(n+128>>>10<<5)]=Math.floor(i/4294967296),e[31+(n+128>>>10<<5)]=i,t.sigBytes=4*e.length,this._process();return this._hash.toX32()}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const ho=pn._createHelper(co),uo=pn._createHmacHelper(co);class po extends co{_doReset(){this._hash=new gn([new fn(3418070365,3238371032),new fn(1654270250,914150663),new fn(2438529370,812702999),new fn(355462360,4144912697),new fn(1731405415,4290775857),new fn(2394180231,1750603025),new fn(3675008525,1694076839),new fn(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const vo=co._createHelper(po),mo=co._createHmacHelper(po),fo=[],go=[],wo=[];let Co=1,yo=0;for(let t=0;t<24;t+=1){fo[Co+5*yo]=(t+1)*(t+2)/2%64;const e=(2*Co+3*yo)%5;Co=yo%5,yo=e}for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1)go[t+5*e]=e+(2*t+3*e)%5*5;let bo=1;for(let t=0;t<24;t+=1){let e=0,i=0;for(let t=0;t<7;t+=1){if(1&bo){const n=(1<<t)-1;n<32?i^=1<<n:e^=1<<n-32}128&bo?bo=bo<<1^113:bo<<=1}wo[t]=fn.create(e,i)}const xo=[];for(let t=0;t<25;t+=1)xo[t]=fn.create();class Eo extends pn{constructor(t){super(Object.assign({outputLength:512},t))}_doReset(){this._state=[];const t=this._state;for(let e=0;e<25;e+=1)t[e]=new fn;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,e){const i=this._state,n=this.blockSize/2;for(let o=0;o<n;o+=1){let n=t[e+2*o],s=t[e+2*o+1];n=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);const r=i[o];r.high^=s,r.low^=n}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let e=0,n=0;for(let o=0;o<5;o+=1){const s=i[t+5*o];e^=s.high,n^=s.low}const o=xo[t];o.high=e,o.low=n}for(let t=0;t<5;t+=1){const e=xo[(t+4)%5],n=xo[(t+1)%5],o=n.high,s=n.low,r=e.high^(o<<1|s>>>31),a=e.low^(s<<1|o>>>31);for(let e=0;e<5;e+=1){const n=i[t+5*e];n.high^=r,n.low^=a}}for(let t=1;t<25;t+=1){let e,n;const o=i[t],s=o.high,r=o.low,a=fo[t];a<32?(e=s<<a|r>>>32-a,n=r<<a|s>>>32-a):(e=r<<a-32|s>>>64-a,n=s<<a-32|r>>>64-a);const l=xo[go[t]];l.high=e,l.low=n}const e=xo[0],n=i[0];e.high=n.high,e.low=n.low;for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1){const n=t+5*e,o=i[n],s=xo[n],r=xo[(t+1)%5+5*e],a=xo[(t+2)%5+5*e];o.high=s.high^~r.high&a.high,o.low=s.low^~r.low&a.low}const o=i[0],s=wo[t];o.high^=s.high,o.low^=s.low}}_doFinalize(){const t=this._data,e=t.words,i=8*t.sigBytes,n=32*this.blockSize;e[i>>>5]|=1<<24-i%32,e[(Math.ceil((i+1)/n)*n>>>5)-1]|=128,t.sigBytes=4*e.length,this._process();const o=this._state,s=this.cfg.outputLength/8,r=s/8,a=[];for(let t=0;t<r;t+=1){const e=o[t];let i=e.high,n=e.low;i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),n=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a.push(n),a.push(i)}return new ln(a,s)}clone(){const t=super.clone.call(this);t._state=this._state.slice(0);const e=t._state;for(let t=0;t<25;t+=1)e[t]=e[t].clone();return t}}const Mo=pn._createHelper(Eo),So=pn._createHmacHelper(Eo),ko=ln.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),No=ln.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),_o=ln.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),Io=ln.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),To=ln.create([0,1518500249,1859775393,2400959708,2840853838]),Ao=ln.create([1352829926,1548603684,1836072691,2053994217,0]),Lo=(t,e,i)=>t^e^i,Fo=(t,e,i)=>t&e|~t&i,jo=(t,e,i)=>(t|~e)^i,Do=(t,e,i)=>t&i|e&~i,$o=(t,e,i)=>t^(e|~i),Oo=(t,e)=>t<<e|t>>>32-e;class zo extends pn{_doReset(){this._hash=ln.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=t;for(let t=0;t<16;t+=1){const n=e+t,o=i[n];i[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}const n=this._hash.words,o=To.words,s=Ao.words,r=ko.words,a=No.words,l=_o.words,c=Io.words;let d,h=n[0],u=n[1],p=n[2],v=n[3],m=n[4],f=n[0],g=n[1],w=n[2],C=n[3],y=n[4];for(let t=0;t<80;t+=1)d=h+i[e+r[t]]|0,d+=t<16?Lo(u,p,v)+o[0]:t<32?Fo(u,p,v)+o[1]:t<48?jo(u,p,v)+o[2]:t<64?Do(u,p,v)+o[3]:$o(u,p,v)+o[4],d|=0,d=Oo(d,l[t]),d=d+m|0,h=m,m=v,v=Oo(p,10),p=u,u=d,d=f+i[e+a[t]]|0,d+=t<16?$o(g,w,C)+s[0]:t<32?Do(g,w,C)+s[1]:t<48?jo(g,w,C)+s[2]:t<64?Fo(g,w,C)+s[3]:Lo(g,w,C)+s[4],d|=0,d=Oo(d,c[t]),d=d+y|0,f=y,y=C,C=Oo(w,10),w=g,g=d;d=n[1]+p+C|0,n[1]=n[2]+v+y|0,n[2]=n[3]+m+f|0,n[3]=n[4]+h+g|0,n[4]=n[0]+u+w|0,n[0]=d}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;e[n>>>5]|=128<<24-n%32,e[14+(n+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(e.length+1),this._process();const o=this._hash,s=o.words;for(let t=0;t<5;t+=1){const e=s[t];s[t]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}return o}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Uo=pn._createHelper(zo),Vo=pn._createHmacHelper(zo);class Ro extends an{constructor(t){super(),this.cfg=Object.assign(new an,{keySize:4,hasher:Zn,iterations:1},t)}compute(t,e){const{cfg:i}=this,n=vn.create(i.hasher,t),o=ln.create(),s=ln.create([1]),r=o.words,a=s.words,{keySize:l,iterations:c}=i;for(;r.length<l;){const t=n.update(e).finalize(s);n.reset();const i=t.words,r=i.length;let l=t;for(let t=1;t<c;t+=1){l=n.finalize(l),n.reset();const t=l.words;for(let e=0;e<r;e+=1)i[e]^=t[e]}o.concat(t),a[0]+=1}return o.sigBytes=4*l,o}}const Ho=[],Bo=[],Po=[],Zo=[],Go=[],Yo=[],Ko=[],Wo=[],Jo=[],qo=[],Qo=[];for(let t=0;t<256;t+=1)Qo[t]=t<128?t<<1:t<<1^283;let Xo=0,ts=0;for(let t=0;t<256;t+=1){let t=ts^ts<<1^ts<<2^ts<<3^ts<<4;t=t>>>8^255&t^99,Ho[Xo]=t,Bo[t]=Xo;const e=Qo[Xo],i=Qo[e],n=Qo[i];let o=257*Qo[t]^16843008*t;Po[Xo]=o<<24|o>>>8,Zo[Xo]=o<<16|o>>>16,Go[Xo]=o<<8|o>>>24,Yo[Xo]=o,o=16843009*n^65537*i^257*e^16843008*Xo,Ko[t]=o<<24|o>>>8,Wo[t]=o<<16|o>>>16,Jo[t]=o<<8|o>>>24,qo[t]=o,Xo?(Xo=e^Qo[Qo[Qo[n^e]]],ts^=Qo[Qo[ts]]):(ts=1,Xo=ts)}const es=[0,1,2,4,8,16,32,64,128,27,54];class is extends jn{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const e=this._keyPriorReset,i=e.words,n=e.sigBytes/4;this._nRounds=n+6;const o=4*(this._nRounds+1);this._keySchedule=[];const s=this._keySchedule;for(let e=0;e<o;e+=1)e<n?s[e]=i[e]:(t=s[e-1],e%n?n>6&&e%n==4&&(t=Ho[t>>>24]<<24|Ho[t>>>16&255]<<16|Ho[t>>>8&255]<<8|Ho[255&t]):(t=t<<8|t>>>24,t=Ho[t>>>24]<<24|Ho[t>>>16&255]<<16|Ho[t>>>8&255]<<8|Ho[255&t],t^=es[e/n|0]<<24),s[e]=s[e-n]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let e=0;e<o;e+=1){const i=o-e;t=e%4?s[i]:s[i-4],r[e]=e<4||i<=4?t:Ko[Ho[t>>>24]]^Wo[Ho[t>>>16&255]]^Jo[Ho[t>>>8&255]]^qo[Ho[255&t]]}}encryptBlock(t,e){this._doCryptBlock(t,e,this._keySchedule,Po,Zo,Go,Yo,Ho)}decryptBlock(t,e){const i=t;let n=i[e+1];i[e+1]=i[e+3],i[e+3]=n,this._doCryptBlock(i,e,this._invKeySchedule,Ko,Wo,Jo,qo,Bo),n=i[e+1],i[e+1]=i[e+3],i[e+3]=n}_doCryptBlock(t,e,i,n,o,s,r,a){const l=t,c=this._nRounds;let d=l[e]^i[0],h=l[e+1]^i[1],u=l[e+2]^i[2],p=l[e+3]^i[3],v=4;for(let t=1;t<c;t+=1){const t=n[d>>>24]^o[h>>>16&255]^s[u>>>8&255]^r[255&p]^i[v];v+=1;const e=n[h>>>24]^o[u>>>16&255]^s[p>>>8&255]^r[255&d]^i[v];v+=1;const a=n[u>>>24]^o[p>>>16&255]^s[d>>>8&255]^r[255&h]^i[v];v+=1;const l=n[p>>>24]^o[d>>>16&255]^s[h>>>8&255]^r[255&u]^i[v];v+=1,d=t,h=e,u=a,p=l}const m=(a[d>>>24]<<24|a[h>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^i[v];v+=1;const f=(a[h>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&d])^i[v];v+=1;const g=(a[u>>>24]<<24|a[p>>>16&255]<<16|a[d>>>8&255]<<8|a[255&h])^i[v];v+=1;const w=(a[p>>>24]<<24|a[d>>>16&255]<<16|a[h>>>8&255]<<8|a[255&u])^i[v];v+=1,l[e]=m,l[e+1]=f,l[e+2]=g,l[e+3]=w}}is.keySize=8;const ns=jn._createHelper(is),os=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],ss=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],rs=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],as=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],ls=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function cs(t,e){const i=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=i,this._lBlock^=i<<t}function ds(t,e){const i=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=i,this._rBlock^=i<<t}class hs extends jn{_doReset(){const t=this._key.words,e=[];for(let i=0;i<56;i+=1){const n=os[i]-1;e[i]=t[n>>>5]>>>31-n%32&1}this._subKeys=[];const i=this._subKeys;for(let t=0;t<16;t+=1){i[t]=[];const n=i[t],o=rs[t];for(let t=0;t<24;t+=1)n[t/6|0]|=e[(ss[t]-1+o)%28]<<31-t%6,n[4+(t/6|0)]|=e[28+(ss[t+24]-1+o)%28]<<31-t%6;n[0]=n[0]<<1|n[0]>>>31;for(let t=1;t<7;t+=1)n[t]>>>=4*(t-1)+3;n[7]=n[7]<<5|n[7]>>>27}this._invSubKeys=[];const n=this._invSubKeys;for(let t=0;t<16;t+=1)n[t]=i[15-t]}encryptBlock(t,e){this._doCryptBlock(t,e,this._subKeys)}decryptBlock(t,e){this._doCryptBlock(t,e,this._invSubKeys)}_doCryptBlock(t,e,i){const n=t;this._lBlock=t[e],this._rBlock=t[e+1],cs.call(this,4,252645135),cs.call(this,16,65535),ds.call(this,2,858993459),ds.call(this,8,16711935),cs.call(this,1,1431655765);for(let t=0;t<16;t+=1){const e=i[t],n=this._lBlock,o=this._rBlock;let s=0;for(let t=0;t<8;t+=1)s|=as[t][((o^e[t])&ls[t])>>>0];this._lBlock=o,this._rBlock=n^s}const o=this._lBlock;this._lBlock=this._rBlock,this._rBlock=o,cs.call(this,1,1431655765),ds.call(this,8,16711935),ds.call(this,2,858993459),cs.call(this,16,65535),cs.call(this,4,252645135),n[e]=this._lBlock,n[e+1]=this._rBlock}}hs.keySize=2,hs.ivSize=2,hs.blockSize=2;const us=jn._createHelper(hs);class ps extends jn{_doReset(){const t=this._key.words;if(2!==t.length&&4!==t.length&&t.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");const e=t.slice(0,2),i=t.length<4?t.slice(0,2):t.slice(2,4),n=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=hs.createEncryptor(ln.create(e)),this._des2=hs.createEncryptor(ln.create(i)),this._des3=hs.createEncryptor(ln.create(n))}encryptBlock(t,e){this._des1.encryptBlock(t,e),this._des2.decryptBlock(t,e),this._des3.encryptBlock(t,e)}decryptBlock(t,e){this._des3.decryptBlock(t,e),this._des2.encryptBlock(t,e),this._des1.decryptBlock(t,e)}}ps.keySize=6,ps.ivSize=2,ps.blockSize=2;const vs=jn._createHelper(ps),ms=[],fs=[],gs=[];function ws(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)fs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<fs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<fs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<fs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<fs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<fs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<fs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<fs[6]>>>0?1:0)|0,this._b=e[7]>>>0<fs[7]>>>0?1:0;for(let i=0;i<8;i+=1){const n=t[i]+e[i],o=65535&n,s=n>>>16,r=((o*o>>>17)+o*s>>>15)+s*s,a=((4294901760&n)*n|0)+((65535&n)*n|0);gs[i]=r^a}t[0]=gs[0]+(gs[7]<<16|gs[7]>>>16)+(gs[6]<<16|gs[6]>>>16)|0,t[1]=gs[1]+(gs[0]<<8|gs[0]>>>24)+gs[7]|0,t[2]=gs[2]+(gs[1]<<16|gs[1]>>>16)+(gs[0]<<16|gs[0]>>>16)|0,t[3]=gs[3]+(gs[2]<<8|gs[2]>>>24)+gs[1]|0,t[4]=gs[4]+(gs[3]<<16|gs[3]>>>16)+(gs[2]<<16|gs[2]>>>16)|0,t[5]=gs[5]+(gs[4]<<8|gs[4]>>>24)+gs[3]|0,t[6]=gs[6]+(gs[5]<<16|gs[5]>>>16)+(gs[4]<<16|gs[4]>>>16)|0,t[7]=gs[7]+(gs[6]<<8|gs[6]>>>24)+gs[5]|0}class Cs extends In{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:e}=this.cfg;for(let e=0;e<4;e+=1)t[e]=16711935&(t[e]<<8|t[e]>>>24)|4278255360&(t[e]<<24|t[e]>>>8);this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16];const i=this._X;this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];const n=this._C;this._b=0;for(let t=0;t<4;t+=1)ws.call(this);for(let t=0;t<8;t+=1)n[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],o=t[1],s=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a=s>>>16|4294901760&r,l=r<<16|65535&s;n[0]^=s,n[1]^=a,n[2]^=r,n[3]^=l,n[4]^=s,n[5]^=a,n[6]^=r,n[7]^=l;for(let t=0;t<4;t+=1)ws.call(this)}}_doProcessBlock(t,e){const i=t,n=this._X;ws.call(this),ms[0]=n[0]^n[5]>>>16^n[3]<<16,ms[1]=n[2]^n[7]>>>16^n[5]<<16,ms[2]=n[4]^n[1]>>>16^n[7]<<16,ms[3]=n[6]^n[3]>>>16^n[1]<<16;for(let t=0;t<4;t+=1)ms[t]=16711935&(ms[t]<<8|ms[t]>>>24)|4278255360&(ms[t]<<24|ms[t]>>>8),i[e+t]^=ms[t]}}const ys=In._createHelper(Cs),bs=[],xs=[],Es=[];function Ms(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)xs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<xs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<xs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<xs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<xs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<xs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<xs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<xs[6]>>>0?1:0)|0,this._b=e[7]>>>0<xs[7]>>>0?1:0;for(let i=0;i<8;i+=1){const n=t[i]+e[i],o=65535&n,s=n>>>16,r=((o*o>>>17)+o*s>>>15)+s*s,a=((4294901760&n)*n|0)+((65535&n)*n|0);Es[i]=r^a}t[0]=Es[0]+(Es[7]<<16|Es[7]>>>16)+(Es[6]<<16|Es[6]>>>16)|0,t[1]=Es[1]+(Es[0]<<8|Es[0]>>>24)+Es[7]|0,t[2]=Es[2]+(Es[1]<<16|Es[1]>>>16)+(Es[0]<<16|Es[0]>>>16)|0,t[3]=Es[3]+(Es[2]<<8|Es[2]>>>24)+Es[1]|0,t[4]=Es[4]+(Es[3]<<16|Es[3]>>>16)+(Es[2]<<16|Es[2]>>>16)|0,t[5]=Es[5]+(Es[4]<<8|Es[4]>>>24)+Es[3]|0,t[6]=Es[6]+(Es[5]<<16|Es[5]>>>16)+(Es[4]<<16|Es[4]>>>16)|0,t[7]=Es[7]+(Es[6]<<8|Es[6]>>>24)+Es[5]|0}class Ss extends In{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:e}=this.cfg;this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16];const i=this._X;this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];const n=this._C;this._b=0;for(let t=0;t<4;t+=1)Ms.call(this);for(let t=0;t<8;t+=1)n[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],o=t[1],s=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a=s>>>16|4294901760&r,l=r<<16|65535&s;n[0]^=s,n[1]^=a,n[2]^=r,n[3]^=l,n[4]^=s,n[5]^=a,n[6]^=r,n[7]^=l;for(let t=0;t<4;t+=1)Ms.call(this)}}_doProcessBlock(t,e){const i=t,n=this._X;Ms.call(this),bs[0]=n[0]^n[5]>>>16^n[3]<<16,bs[1]=n[2]^n[7]>>>16^n[5]<<16,bs[2]=n[4]^n[1]>>>16^n[7]<<16,bs[3]=n[6]^n[3]>>>16^n[1]<<16;for(let t=0;t<4;t+=1)bs[t]=16711935&(bs[t]<<8|bs[t]>>>24)|4278255360&(bs[t]<<24|bs[t]>>>8),i[e+t]^=bs[t]}}const ks=In._createHelper(Ss);function Ns(){const t=this._S;let e=this._i,i=this._j,n=0;for(let o=0;o<4;o+=1){e=(e+1)%256,i=(i+t[e])%256;const s=t[e];t[e]=t[i],t[i]=s,n|=t[(t[e]+t[i])%256]<<24-8*o}return this._i=e,this._j=i,n}class _s extends In{_doReset(){const t=this._key,e=t.words,i=t.sigBytes;this._S=[];const n=this._S;for(let t=0;t<256;t+=1)n[t]=t;for(let t=0,o=0;t<256;t+=1){const s=t%i,r=e[s>>>2]>>>24-s%4*8&255;o=(o+n[t]+r)%256;const a=n[t];n[t]=n[o],n[o]=a}this._j=0,this._i=this._j}_doProcessBlock(t,e){t[e]^=Ns.call(this)}}_s.keySize=8,_s.ivSize=0;const Is=In._createHelper(_s);class Ts extends _s{constructor(...t){super(...t),Object.assign(this.cfg,{drop:192})}_doReset(){super._doReset.call(this);for(let t=this.cfg.drop;t>0;t-=1)Ns.call(this)}}const As=In._createHelper(Ts);function Ls(t,e,i,n){const o=t;let s;const r=this._iv;r?(s=r.slice(0),this._iv=void 0):s=this._prevBlock,n.encryptBlock(s,0);for(let t=0;t<i;t+=1)o[e+t]^=s[t]}class Fs extends Tn{}Fs.Encryptor=class extends Fs{processBlock(t,e){const i=this._cipher,{blockSize:n}=i;Ls.call(this,t,e,n,i),this._prevBlock=t.slice(e,e+n)}},Fs.Decryptor=class extends Fs{processBlock(t,e){const i=this._cipher,{blockSize:n}=i,o=t.slice(e,e+n);Ls.call(this,t,e,n,i),this._prevBlock=o}};class js extends Tn{}js.Encryptor=class extends js{processBlock(t,e){const i=t,n=this._cipher,{blockSize:o}=n,s=this._iv;let r=this._counter;s&&(this._counter=s.slice(0),r=this._counter,this._iv=void 0);const a=r.slice(0);n.encryptBlock(a,0),r[o-1]=r[o-1]+1|0;for(let t=0;t<o;t+=1)i[e+t]^=a[t]}},js.Decryptor=js.Encryptor;const Ds=t=>{let e=t;if(255==(t>>24&255)){let i=t>>16&255,n=t>>8&255,o=255&t;255===i?(i=0,255===n?(n=0,255===o?o=0:o+=1):n+=1):i+=1,e=0,e+=i<<16,e+=n<<8,e+=o}else e+=1<<24;return e};
|
|
901
|
+
*/(t=>{var e;null===(e=Pt())||void 0===e||e[`_${t}`]})("authIdTokenMaxAge"),so="Browser",Oe(new ie("auth",((t,{options:e})=>{const i=t.getProvider("app").getImmediate(),o=t.getProvider("heartbeat"),{apiKey:n,authDomain:s}=i.options;return((t,i)=>{bi(n&&!n.includes(":"),"invalid-api-key",{appName:t.name}),bi(!(null==s?void 0:s.includes(":")),"argument-error",{appName:t.name});const o={apiKey:n,authDomain:s,clientPlatform:so,apiHost:"identitytoolkit.googleapis.com",tokenApiHost:"securetoken.googleapis.com",apiScheme:"https",sdkClientVersion:Qi(so)},r=new to(t,i,o);return function(t,e){const i=(null==e?void 0:e.persistence)||[],o=(Array.isArray(i)?i:[i]).map(Si);(null==e?void 0:e.errorMap)&&t._updateErrorMap(e.errorMap),t._initializeWithPersistence(o,null==e?void 0:e.popupRedirectResolver)}(r,e),r})(i,o)}),"PUBLIC").setInstantiationMode("EXPLICIT").setInstanceCreatedCallback(((t,e,i)=>{t.getProvider("auth-internal").initialize()}))),Oe(new ie("auth-internal",(t=>(t=>new no(t))(function(t){return ee(t)}(t.getProvider("auth").getImmediate()))),"PRIVATE").setInstantiationMode("EXPLICIT")),Re(io,oo,function(t){switch(t){case"Node":return"node";case"ReactNative":return"rn";case"Worker":return"webworker";case"Cordova":return"cordova";default:return}}(so)),Re(io,oo,"esm2017");class ro{static create(...t){return new this(...t)}mixIn(t){return Object.assign(this,t)}clone(){const t=new this.constructor;return Object.assign(t,this),t}}class ao extends ro{constructor(t=[],e=4*t.length){super();let i=t;if(i instanceof ArrayBuffer&&(i=new Uint8Array(i)),(i instanceof Int8Array||i instanceof Uint8ClampedArray||i instanceof Int16Array||i instanceof Uint16Array||i instanceof Int32Array||i instanceof Uint32Array||i instanceof Float32Array||i instanceof Float64Array)&&(i=new Uint8Array(i.buffer,i.byteOffset,i.byteLength)),i instanceof Uint8Array){const t=i.byteLength,e=[];for(let o=0;o<t;o+=1)e[o>>>2]|=i[o]<<24-o%4*8;this.words=e,this.sigBytes=t}else this.words=t,this.sigBytes=e}static random(t){const e=[],i=t=>{let e=t,i=987654321;const o=4294967295;return()=>{i=36969*(65535&i)+(i>>16)&o,e=18e3*(65535&e)+(e>>16)&o;let t=(i<<16)+e&o;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let o,n=0;n<t;n+=4){const t=i(4294967296*(o||Math.random()));o=987654071*t(),e.push(4294967296*t()|0)}return new ao(e,t)}toString(t=lo){return t.stringify(this)}concat(t){const e=this.words,i=t.words,o=this.sigBytes,n=t.sigBytes;if(this.clamp(),o%4)for(let t=0;t<n;t+=1){const n=i[t>>>2]>>>24-t%4*8&255;e[o+t>>>2]|=n<<24-(o+t)%4*8}else for(let t=0;t<n;t+=4)e[o+t>>>2]=i[t>>>2];return this.sigBytes+=n,this}clamp(){const{words:t,sigBytes:e}=this;t[e>>>2]&=4294967295<<32-e%4*8,t.length=Math.ceil(e/4)}clone(){const t=super.clone.call(this);return t.words=this.words.slice(0),t}}const lo={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;o.push((i>>>4).toString(16)),o.push((15&i).toString(16))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=2)i[o>>>3]|=parseInt(t.substr(o,2),16)<<24-o%8*4;return new ao(i,e/2)}},co={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;o.push(String.fromCharCode(i))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=1)i[o>>>2]|=(255&t.charCodeAt(o))<<24-o%4*8;return new ao(i,e)}},ho={stringify(t){try{return decodeURIComponent(escape(co.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>co.parse(unescape(encodeURIComponent(t)))};class uo extends ro{constructor(){super(),this._minBufferSize=0}reset(){this._data=new ao,this._nDataBytes=0}_append(t){let e=t;"string"==typeof e&&(e=ho.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes}_process(t){let e;const{_data:i,blockSize:o}=this,n=i.words,s=i.sigBytes;let r=s/(4*o);r=t?Math.ceil(r):Math.max((0|r)-this._minBufferSize,0);const a=r*o,l=Math.min(4*a,s);if(a){for(let t=0;t<a;t+=o)this._doProcessBlock(n,t);e=n.splice(0,a),i.sigBytes-=l}return new ao(e,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class po extends uo{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new ro,t),this.reset()}static _createHelper(t){return(e,i)=>new t(i).finalize(e)}static _createHmacHelper(t){return(e,i)=>new vo(t,i).finalize(e)}reset(){super.reset.call(this),this._doReset()}update(t){return this._append(t),this._process(),this}finalize(t){t&&this._append(t);return this._doFinalize()}}class vo extends ro{constructor(t,e){super();const i=new t;this._hasher=i;let o=e;"string"==typeof o&&(o=ho.parse(o));const n=i.blockSize,s=4*n;o.sigBytes>s&&(o=i.finalize(e)),o.clamp();const r=o.clone();this._oKey=r;const a=o.clone();this._iKey=a;const l=r.words,c=a.words;for(let t=0;t<n;t+=1)l[t]^=1549556828,c[t]^=909522486;r.sigBytes=s,a.sigBytes=s,this.reset()}reset(){const t=this._hasher;t.reset(),t.update(this._iKey)}update(t){return this._hasher.update(t),this}finalize(t){const e=this._hasher,i=e.finalize(t);e.reset();return e.finalize(this._oKey.clone().concat(i))}}const mo=ao;class fo extends ro{constructor(t,e){super(),this.high=t,this.low=e}}class go extends ro{constructor(t=[],e=8*t.length){super(),this.words=t,this.sigBytes=e}toX32(){const t=this.words,e=t.length,i=[];for(let o=0;o<e;o+=1){const e=t[o];i.push(e.high),i.push(e.low)}return mo.create(i,this.sigBytes)}clone(){const t=super.clone.call(this);t.words=this.words.slice(0);const{words:e}=t,i=e.length;for(let t=0;t<i;t+=1)e[t]=e[t].clone();return t}}const wo={stringify(t){const{words:e,sigBytes:i}=t,o=this._map;t.clamp();const n=[];for(let t=0;t<i;t+=3){const s=(e[t>>>2]>>>24-t%4*8&255)<<16|(e[t+1>>>2]>>>24-(t+1)%4*8&255)<<8|e[t+2>>>2]>>>24-(t+2)%4*8&255;for(let e=0;e<4&&t+.75*e<i;e+=1)n.push(o.charAt(s>>>6*(3-e)&63))}const s=o.charAt(64);if(s)for(;n.length%4;)n.push(s);return n.join("")},parse(t){let e=t.length;const i=this._map;let o=this._reverseMap;if(!o){this._reverseMap=[],o=this._reverseMap;for(let t=0;t<i.length;t+=1)o[i.charCodeAt(t)]=t}const n=i.charAt(64);if(n){const i=t.indexOf(n);-1!==i&&(e=i)}return((t,e,i)=>{const o=[];let n=0;for(let s=0;s<e;s+=1)if(s%4){const e=i[t.charCodeAt(s-1)]<<s%4*2|i[t.charCodeAt(s)]>>>6-s%4*2;o[n>>>2]|=e<<24-n%4*8,n+=1}return ao.create(o,n)})(t,e,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},Co=[];for(let t=0;t<64;t+=1)Co[t]=4294967296*Math.abs(Math.sin(t+1))|0;const yo=(t,e,i,o,n,s,r)=>{const a=t+(e&i|~e&o)+n+r;return(a<<s|a>>>32-s)+e},bo=(t,e,i,o,n,s,r)=>{const a=t+(e&o|i&~o)+n+r;return(a<<s|a>>>32-s)+e},xo=(t,e,i,o,n,s,r)=>{const a=t+(e^i^o)+n+r;return(a<<s|a>>>32-s)+e},Eo=(t,e,i,o,n,s,r)=>{const a=t+(i^(e|~o))+n+r;return(a<<s|a>>>32-s)+e};class Mo extends po{_doReset(){this._hash=new ao([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,e){const i=t;for(let o=0;o<16;o+=1){const n=e+o,s=t[n];i[n]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}const o=this._hash.words,n=i[e+0],s=i[e+1],r=i[e+2],a=i[e+3],l=i[e+4],c=i[e+5],d=i[e+6],h=i[e+7],u=i[e+8],p=i[e+9],v=i[e+10],m=i[e+11],f=i[e+12],g=i[e+13],w=i[e+14],C=i[e+15];let y=o[0],b=o[1],x=o[2],E=o[3];y=yo(y,b,x,E,n,7,Co[0]),E=yo(E,y,b,x,s,12,Co[1]),x=yo(x,E,y,b,r,17,Co[2]),b=yo(b,x,E,y,a,22,Co[3]),y=yo(y,b,x,E,l,7,Co[4]),E=yo(E,y,b,x,c,12,Co[5]),x=yo(x,E,y,b,d,17,Co[6]),b=yo(b,x,E,y,h,22,Co[7]),y=yo(y,b,x,E,u,7,Co[8]),E=yo(E,y,b,x,p,12,Co[9]),x=yo(x,E,y,b,v,17,Co[10]),b=yo(b,x,E,y,m,22,Co[11]),y=yo(y,b,x,E,f,7,Co[12]),E=yo(E,y,b,x,g,12,Co[13]),x=yo(x,E,y,b,w,17,Co[14]),b=yo(b,x,E,y,C,22,Co[15]),y=bo(y,b,x,E,s,5,Co[16]),E=bo(E,y,b,x,d,9,Co[17]),x=bo(x,E,y,b,m,14,Co[18]),b=bo(b,x,E,y,n,20,Co[19]),y=bo(y,b,x,E,c,5,Co[20]),E=bo(E,y,b,x,v,9,Co[21]),x=bo(x,E,y,b,C,14,Co[22]),b=bo(b,x,E,y,l,20,Co[23]),y=bo(y,b,x,E,p,5,Co[24]),E=bo(E,y,b,x,w,9,Co[25]),x=bo(x,E,y,b,a,14,Co[26]),b=bo(b,x,E,y,u,20,Co[27]),y=bo(y,b,x,E,g,5,Co[28]),E=bo(E,y,b,x,r,9,Co[29]),x=bo(x,E,y,b,h,14,Co[30]),b=bo(b,x,E,y,f,20,Co[31]),y=xo(y,b,x,E,c,4,Co[32]),E=xo(E,y,b,x,u,11,Co[33]),x=xo(x,E,y,b,m,16,Co[34]),b=xo(b,x,E,y,w,23,Co[35]),y=xo(y,b,x,E,s,4,Co[36]),E=xo(E,y,b,x,l,11,Co[37]),x=xo(x,E,y,b,h,16,Co[38]),b=xo(b,x,E,y,v,23,Co[39]),y=xo(y,b,x,E,g,4,Co[40]),E=xo(E,y,b,x,n,11,Co[41]),x=xo(x,E,y,b,a,16,Co[42]),b=xo(b,x,E,y,d,23,Co[43]),y=xo(y,b,x,E,p,4,Co[44]),E=xo(E,y,b,x,f,11,Co[45]),x=xo(x,E,y,b,C,16,Co[46]),b=xo(b,x,E,y,r,23,Co[47]),y=Eo(y,b,x,E,n,6,Co[48]),E=Eo(E,y,b,x,h,10,Co[49]),x=Eo(x,E,y,b,w,15,Co[50]),b=Eo(b,x,E,y,c,21,Co[51]),y=Eo(y,b,x,E,f,6,Co[52]),E=Eo(E,y,b,x,a,10,Co[53]),x=Eo(x,E,y,b,v,15,Co[54]),b=Eo(b,x,E,y,s,21,Co[55]),y=Eo(y,b,x,E,u,6,Co[56]),E=Eo(E,y,b,x,C,10,Co[57]),x=Eo(x,E,y,b,d,15,Co[58]),b=Eo(b,x,E,y,g,21,Co[59]),y=Eo(y,b,x,E,l,6,Co[60]),E=Eo(E,y,b,x,m,10,Co[61]),x=Eo(x,E,y,b,r,15,Co[62]),b=Eo(b,x,E,y,p,21,Co[63]),o[0]=o[0]+y|0,o[1]=o[1]+b|0,o[2]=o[2]+x|0,o[3]=o[3]+E|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;e[o>>>5]|=128<<24-o%32;const n=Math.floor(i/4294967296),s=i;e[15+(o+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e[14+(o+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(e.length+1),this._process();const r=this._hash,a=r.words;for(let t=0;t<4;t+=1){const e=a[t];a[t]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}return r}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const So=po._createHelper(Mo),ko=po._createHmacHelper(Mo);class No extends ro{constructor(t){super(),this.cfg=Object.assign(new ro,{keySize:4,hasher:Mo,iterations:1},t)}compute(t,e){let i;const{cfg:o}=this,n=o.hasher.create(),s=ao.create(),r=s.words,{keySize:a,iterations:l}=o;for(;r.length<a;){i&&n.update(i),i=n.update(t).finalize(e),n.reset();for(let t=1;t<l;t+=1)i=n.finalize(i),n.reset();s.concat(i)}return s.sigBytes=4*a,s}}class _o extends uo{constructor(t,e,i){super(),this.cfg=Object.assign(new ro,i),this._xformMode=t,this._key=e,this.reset()}static createEncryptor(t,e){return this.create(this._ENC_XFORM_MODE,t,e)}static createDecryptor(t,e){return this.create(this._DEC_XFORM_MODE,t,e)}static _createHelper(t){const e=t=>"string"==typeof t?Uo:Oo;return{encrypt:(i,o,n)=>e(o).encrypt(t,i,o,n),decrypt:(i,o,n)=>e(o).decrypt(t,i,o,n)}}reset(){super.reset.call(this),this._doReset()}process(t){return this._append(t),this._process()}finalize(t){t&&this._append(t);return this._doFinalize()}}_o._ENC_XFORM_MODE=1,_o._DEC_XFORM_MODE=2,_o.keySize=4,_o.ivSize=4;class Io extends _o{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class To extends ro{constructor(t,e){super(),this._cipher=t,this._iv=e}static createEncryptor(t,e){return this.Encryptor.create(t,e)}static createDecryptor(t,e){return this.Decryptor.create(t,e)}}function Fo(t,e,i){const o=t;let n;const s=this._iv;s?(n=s,this._iv=void 0):n=this._prevBlock;for(let t=0;t<i;t+=1)o[e+t]^=n[t]}class Ao extends To{}Ao.Encryptor=class extends Ao{processBlock(t,e){const i=this._cipher,{blockSize:o}=i;Fo.call(this,t,e,o),i.encryptBlock(t,e),this._prevBlock=t.slice(e,e+o)}},Ao.Decryptor=class extends Ao{processBlock(t,e){const i=this._cipher,{blockSize:o}=i,n=t.slice(e,e+o);i.decryptBlock(t,e),Fo.call(this,t,e,o),this._prevBlock=n}};const Lo={pad(t,e){const i=4*e,o=i-t.sigBytes%i,n=o<<24|o<<16|o<<8|o,s=[];for(let t=0;t<o;t+=4)s.push(n);const r=ao.create(s,o);t.concat(r)},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}};class Do extends _o{constructor(t,e,i){super(t,e,Object.assign({mode:Ao,padding:Lo},i)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:e}=this,{iv:i,mode:o}=e;this._xformMode===this.constructor._ENC_XFORM_MODE?t=o.createEncryptor:(t=o.createDecryptor,this._minBufferSize=1),this._mode=t.call(o,this,i&&i.words),this._mode.i=t}_doProcessBlock(t,e){this._mode.processBlock(t,e)}_doFinalize(){let t;const{padding:e}=this.cfg;return this._xformMode===this.constructor._ENC_XFORM_MODE?(e.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),e.unpad(t)),t}}class jo extends ro{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const $o={stringify(t){let e;const{ciphertext:i,salt:o}=t;return e=o?ao.create([1398893684,1701076831]).concat(o).concat(i):i,e.toString(wo)},parse(t){let e;const i=wo.parse(t),o=i.words;return 1398893684===o[0]&&1701076831===o[1]&&(e=ao.create(o.slice(2,4)),o.splice(0,4),i.sigBytes-=16),jo.create({ciphertext:i,salt:e})}};class Oo extends ro{static encrypt(t,e,i,o){const n=Object.assign(new ro,this.cfg,o),s=t.createEncryptor(i,n),r=s.finalize(e),a=s.cfg;return jo.create({ciphertext:r,key:i,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:s.blockSize,formatter:n.format})}static decrypt(t,e,i,o){let n=e;const s=Object.assign(new ro,this.cfg,o);n=this._parse(n,s.format);return t.createDecryptor(i,s).finalize(n.ciphertext)}static _parse(t,e){return"string"==typeof t?e.parse(t,this):t}}Oo.cfg=Object.assign(new ro,{format:$o});const zo={execute(t,e,i,o){let n=o;n||(n=ao.random(8));const s=No.create({keySize:e+i}).compute(t,n),r=ao.create(s.words.slice(e),4*i);return s.sigBytes=4*e,jo.create({key:s,iv:r,salt:n})}};class Uo extends Oo{static encrypt(t,e,i,o){const n=Object.assign(new ro,this.cfg,o),s=n.kdf.execute(i,t.keySize,t.ivSize);n.iv=s.iv;const r=Oo.encrypt.call(this,t,e,s.key,n);return r.mixIn(s),r}static decrypt(t,e,i,o){let n=e;const s=Object.assign(new ro,this.cfg,o);n=this._parse(n,s.format);const r=s.kdf.execute(i,t.keySize,t.ivSize,n.salt);s.iv=r.iv;return Oo.decrypt.call(this,t,n,r.key,s)}}Uo.cfg=Object.assign(Oo.cfg,{kdf:zo});const Vo=t=>t<<8&4278255360|t>>>8&16711935,Ro={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=2){const i=e[t>>>2]>>>16-t%4*8&65535;o.push(String.fromCharCode(i))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=1)i[o>>>1]|=t.charCodeAt(o)<<16-o%2*16;return ao.create(i,2*e)}},Bo=Ro,Ho={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=2){const i=Vo(e[t>>>2]>>>16-t%4*8&65535);o.push(String.fromCharCode(i))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=1)i[o>>>1]|=Vo(t.charCodeAt(o)<<16-o%2*16);return ao.create(i,2*e)}},Po=[];class Zo extends po{_doReset(){this._hash=new ao([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=this._hash.words;let o=i[0],n=i[1],s=i[2],r=i[3],a=i[4];for(let i=0;i<80;i+=1){if(i<16)Po[i]=0|t[e+i];else{const t=Po[i-3]^Po[i-8]^Po[i-14]^Po[i-16];Po[i]=t<<1|t>>>31}let l=(o<<5|o>>>27)+a+Po[i];l+=i<20?1518500249+(n&s|~n&r):i<40?1859775393+(n^s^r):i<60?(n&s|n&r|s&r)-1894007588:(n^s^r)-899497514,a=r,r=s,s=n<<30|n>>>2,n=o,o=l}i[0]=i[0]+o|0,i[1]=i[1]+n|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+a|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;return e[o>>>5]|=128<<24-o%32,e[14+(o+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(o+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Go=po._createHelper(Zo),Yo=po._createHmacHelper(Zo),Ko=[],Wo=[],Jo=t=>{const e=Math.sqrt(t);for(let i=2;i<=e;i+=1)if(!(t%i))return!1;return!0},qo=t=>4294967296*(t-(0|t))|0;let Qo=2,Xo=0;for(;Xo<64;)Jo(Qo)&&(Xo<8&&(Ko[Xo]=qo(Qo**.5)),Wo[Xo]=qo(Qo**(1/3)),Xo+=1),Qo+=1;const tn=[];class en extends po{_doReset(){this._hash=new ao(Ko.slice(0))}_doProcessBlock(t,e){const i=this._hash.words;let o=i[0],n=i[1],s=i[2],r=i[3],a=i[4],l=i[5],c=i[6],d=i[7];for(let i=0;i<64;i+=1){if(i<16)tn[i]=0|t[e+i];else{const t=tn[i-15],e=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,o=tn[i-2],n=(o<<15|o>>>17)^(o<<13|o>>>19)^o>>>10;tn[i]=e+tn[i-7]+n+tn[i-16]}const h=o&n^o&s^n&s,u=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),p=d+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&c)+Wo[i]+tn[i];d=c,c=l,l=a,a=r+p|0,r=s,s=n,n=o,o=p+(u+h)|0}i[0]=i[0]+o|0,i[1]=i[1]+n|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+a|0,i[5]=i[5]+l|0,i[6]=i[6]+c|0,i[7]=i[7]+d|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;return e[o>>>5]|=128<<24-o%32,e[14+(o+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(o+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const on=po._createHelper(en),nn=po._createHmacHelper(en);class sn extends en{_doReset(){this._hash=new ao([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const rn=en._createHelper(sn),an=en._createHmacHelper(sn),ln=[new fo(1116352408,3609767458),new fo(1899447441,602891725),new fo(3049323471,3964484399),new fo(3921009573,2173295548),new fo(961987163,4081628472),new fo(1508970993,3053834265),new fo(2453635748,2937671579),new fo(2870763221,3664609560),new fo(3624381080,2734883394),new fo(310598401,1164996542),new fo(607225278,1323610764),new fo(1426881987,3590304994),new fo(1925078388,4068182383),new fo(2162078206,991336113),new fo(2614888103,633803317),new fo(3248222580,3479774868),new fo(3835390401,2666613458),new fo(4022224774,944711139),new fo(264347078,2341262773),new fo(604807628,2007800933),new fo(770255983,1495990901),new fo(1249150122,1856431235),new fo(1555081692,3175218132),new fo(1996064986,2198950837),new fo(2554220882,3999719339),new fo(2821834349,766784016),new fo(2952996808,2566594879),new fo(3210313671,3203337956),new fo(3336571891,1034457026),new fo(3584528711,2466948901),new fo(113926993,3758326383),new fo(338241895,168717936),new fo(666307205,1188179964),new fo(773529912,1546045734),new fo(1294757372,1522805485),new fo(1396182291,2643833823),new fo(1695183700,2343527390),new fo(1986661051,1014477480),new fo(2177026350,1206759142),new fo(2456956037,344077627),new fo(2730485921,1290863460),new fo(2820302411,3158454273),new fo(3259730800,3505952657),new fo(3345764771,106217008),new fo(3516065817,3606008344),new fo(3600352804,1432725776),new fo(4094571909,1467031594),new fo(275423344,851169720),new fo(430227734,3100823752),new fo(506948616,1363258195),new fo(659060556,3750685593),new fo(883997877,3785050280),new fo(958139571,3318307427),new fo(1322822218,3812723403),new fo(1537002063,2003034995),new fo(1747873779,3602036899),new fo(1955562222,1575990012),new fo(2024104815,1125592928),new fo(2227730452,2716904306),new fo(2361852424,442776044),new fo(2428436474,593698344),new fo(2756734187,3733110249),new fo(3204031479,2999351573),new fo(3329325298,3815920427),new fo(3391569614,3928383900),new fo(3515267271,566280711),new fo(3940187606,3454069534),new fo(4118630271,4000239992),new fo(116418474,1914138554),new fo(174292421,2731055270),new fo(289380356,3203993006),new fo(460393269,320620315),new fo(685471733,587496836),new fo(852142971,1086792851),new fo(1017036298,365543100),new fo(1126000580,2618297676),new fo(1288033470,3409855158),new fo(1501505948,4234509866),new fo(1607167915,987167468),new fo(1816402316,1246189591)],cn=[];for(let t=0;t<80;t+=1)cn[t]=new fo;class dn extends po{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new go([new fo(1779033703,4089235720),new fo(3144134277,2227873595),new fo(1013904242,4271175723),new fo(2773480762,1595750129),new fo(1359893119,2917565137),new fo(2600822924,725511199),new fo(528734635,4215389547),new fo(1541459225,327033209)])}_doProcessBlock(t,e){const i=this._hash.words,o=i[0],n=i[1],s=i[2],r=i[3],a=i[4],l=i[5],c=i[6],d=i[7],h=o.high;let u=o.low;const p=n.high;let v=n.low;const m=s.high;let f=s.low;const g=r.high;let w=r.low;const C=a.high;let y=a.low;const b=l.high;let x=l.low;const E=c.high;let M=c.low;const S=d.high;let k=d.low,N=h,_=u,I=p,T=v,F=m,A=f,L=g,D=w,j=C,$=y,O=b,z=x,U=E,V=M,R=S,B=k;for(let i=0;i<80;i+=1){let o,n;const s=cn[i];if(i<16)s.high=0|t[e+2*i],n=s.high,s.low=0|t[e+2*i+1],o=s.low;else{const t=cn[i-15],e=t.high,r=t.low,a=(e>>>1|r<<31)^(e>>>8|r<<24)^e>>>7,l=(r>>>1|e<<31)^(r>>>8|e<<24)^(r>>>7|e<<25),c=cn[i-2],d=c.high,h=c.low,u=(d>>>19|h<<13)^(d<<3|h>>>29)^d>>>6,p=(h>>>19|d<<13)^(h<<3|d>>>29)^(h>>>6|d<<26),v=cn[i-7],m=v.high,f=v.low,g=cn[i-16],w=g.high,C=g.low;o=l+f,n=a+m+(o>>>0<l>>>0?1:0),o+=p,n=n+u+(o>>>0<p>>>0?1:0),o+=C,n=n+w+(o>>>0<C>>>0?1:0),s.high=n,s.low=o}const r=j&O^~j&U,a=$&z^~$&V,l=N&I^N&F^I&F,c=_&T^_&A^T&A,d=(N>>>28|_<<4)^(N<<30|_>>>2)^(N<<25|_>>>7),h=(_>>>28|N<<4)^(_<<30|N>>>2)^(_<<25|N>>>7),u=(j>>>14|$<<18)^(j>>>18|$<<14)^(j<<23|$>>>9),p=($>>>14|j<<18)^($>>>18|j<<14)^($<<23|j>>>9),v=ln[i],m=v.high,f=v.low;let g=B+p,w=R+u+(g>>>0<B>>>0?1:0);g+=a,w=w+r+(g>>>0<a>>>0?1:0),g+=f,w=w+m+(g>>>0<f>>>0?1:0),g+=o,w=w+n+(g>>>0<o>>>0?1:0);const C=h+c;R=U,B=V,U=O,V=z,O=j,z=$,$=D+g|0,j=L+w+($>>>0<D>>>0?1:0)|0,L=F,D=A,F=I,A=T,I=N,T=_,_=g+C|0,N=w+(d+l+(C>>>0<h>>>0?1:0))+(_>>>0<g>>>0?1:0)|0}o.low=u+_,u=o.low,o.high=h+N+(u>>>0<_>>>0?1:0),n.low=v+T,v=n.low,n.high=p+I+(v>>>0<T>>>0?1:0),s.low=f+A,f=s.low,s.high=m+F+(f>>>0<A>>>0?1:0),r.low=w+D,w=r.low,r.high=g+L+(w>>>0<D>>>0?1:0),a.low=y+$,y=a.low,a.high=C+j+(y>>>0<$>>>0?1:0),l.low=x+z,x=l.low,l.high=b+O+(x>>>0<z>>>0?1:0),c.low=M+V,M=c.low,c.high=E+U+(M>>>0<V>>>0?1:0),d.low=k+B,k=d.low,d.high=S+R+(k>>>0<B>>>0?1:0)}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;e[o>>>5]|=128<<24-o%32,e[30+(o+128>>>10<<5)]=Math.floor(i/4294967296),e[31+(o+128>>>10<<5)]=i,t.sigBytes=4*e.length,this._process();return this._hash.toX32()}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const hn=po._createHelper(dn),un=po._createHmacHelper(dn);class pn extends dn{_doReset(){this._hash=new go([new fo(3418070365,3238371032),new fo(1654270250,914150663),new fo(2438529370,812702999),new fo(355462360,4144912697),new fo(1731405415,4290775857),new fo(2394180231,1750603025),new fo(3675008525,1694076839),new fo(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const vn=dn._createHelper(pn),mn=dn._createHmacHelper(pn),fn=[],gn=[],wn=[];let Cn=1,yn=0;for(let t=0;t<24;t+=1){fn[Cn+5*yn]=(t+1)*(t+2)/2%64;const e=(2*Cn+3*yn)%5;Cn=yn%5,yn=e}for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1)gn[t+5*e]=e+(2*t+3*e)%5*5;let bn=1;for(let t=0;t<24;t+=1){let e=0,i=0;for(let t=0;t<7;t+=1){if(1&bn){const o=(1<<t)-1;o<32?i^=1<<o:e^=1<<o-32}128&bn?bn=bn<<1^113:bn<<=1}wn[t]=fo.create(e,i)}const xn=[];for(let t=0;t<25;t+=1)xn[t]=fo.create();class En extends po{constructor(t){super(Object.assign({outputLength:512},t))}_doReset(){this._state=[];const t=this._state;for(let e=0;e<25;e+=1)t[e]=new fo;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,e){const i=this._state,o=this.blockSize/2;for(let n=0;n<o;n+=1){let o=t[e+2*n],s=t[e+2*n+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);const r=i[n];r.high^=s,r.low^=o}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let e=0,o=0;for(let n=0;n<5;n+=1){const s=i[t+5*n];e^=s.high,o^=s.low}const n=xn[t];n.high=e,n.low=o}for(let t=0;t<5;t+=1){const e=xn[(t+4)%5],o=xn[(t+1)%5],n=o.high,s=o.low,r=e.high^(n<<1|s>>>31),a=e.low^(s<<1|n>>>31);for(let e=0;e<5;e+=1){const o=i[t+5*e];o.high^=r,o.low^=a}}for(let t=1;t<25;t+=1){let e,o;const n=i[t],s=n.high,r=n.low,a=fn[t];a<32?(e=s<<a|r>>>32-a,o=r<<a|s>>>32-a):(e=r<<a-32|s>>>64-a,o=s<<a-32|r>>>64-a);const l=xn[gn[t]];l.high=e,l.low=o}const e=xn[0],o=i[0];e.high=o.high,e.low=o.low;for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1){const o=t+5*e,n=i[o],s=xn[o],r=xn[(t+1)%5+5*e],a=xn[(t+2)%5+5*e];n.high=s.high^~r.high&a.high,n.low=s.low^~r.low&a.low}const n=i[0],s=wn[t];n.high^=s.high,n.low^=s.low}}_doFinalize(){const t=this._data,e=t.words,i=8*t.sigBytes,o=32*this.blockSize;e[i>>>5]|=1<<24-i%32,e[(Math.ceil((i+1)/o)*o>>>5)-1]|=128,t.sigBytes=4*e.length,this._process();const n=this._state,s=this.cfg.outputLength/8,r=s/8,a=[];for(let t=0;t<r;t+=1){const e=n[t];let i=e.high,o=e.low;i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a.push(o),a.push(i)}return new ao(a,s)}clone(){const t=super.clone.call(this);t._state=this._state.slice(0);const e=t._state;for(let t=0;t<25;t+=1)e[t]=e[t].clone();return t}}const Mn=po._createHelper(En),Sn=po._createHmacHelper(En),kn=ao.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),Nn=ao.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),_n=ao.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),In=ao.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),Tn=ao.create([0,1518500249,1859775393,2400959708,2840853838]),Fn=ao.create([1352829926,1548603684,1836072691,2053994217,0]),An=(t,e,i)=>t^e^i,Ln=(t,e,i)=>t&e|~t&i,Dn=(t,e,i)=>(t|~e)^i,jn=(t,e,i)=>t&i|e&~i,$n=(t,e,i)=>t^(e|~i),On=(t,e)=>t<<e|t>>>32-e;class zn extends po{_doReset(){this._hash=ao.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=t;for(let t=0;t<16;t+=1){const o=e+t,n=i[o];i[o]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}const o=this._hash.words,n=Tn.words,s=Fn.words,r=kn.words,a=Nn.words,l=_n.words,c=In.words;let d,h=o[0],u=o[1],p=o[2],v=o[3],m=o[4],f=o[0],g=o[1],w=o[2],C=o[3],y=o[4];for(let t=0;t<80;t+=1)d=h+i[e+r[t]]|0,d+=t<16?An(u,p,v)+n[0]:t<32?Ln(u,p,v)+n[1]:t<48?Dn(u,p,v)+n[2]:t<64?jn(u,p,v)+n[3]:$n(u,p,v)+n[4],d|=0,d=On(d,l[t]),d=d+m|0,h=m,m=v,v=On(p,10),p=u,u=d,d=f+i[e+a[t]]|0,d+=t<16?$n(g,w,C)+s[0]:t<32?jn(g,w,C)+s[1]:t<48?Dn(g,w,C)+s[2]:t<64?Ln(g,w,C)+s[3]:An(g,w,C)+s[4],d|=0,d=On(d,c[t]),d=d+y|0,f=y,y=C,C=On(w,10),w=g,g=d;d=o[1]+p+C|0,o[1]=o[2]+v+y|0,o[2]=o[3]+m+f|0,o[3]=o[4]+h+g|0,o[4]=o[0]+u+w|0,o[0]=d}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;e[o>>>5]|=128<<24-o%32,e[14+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(e.length+1),this._process();const n=this._hash,s=n.words;for(let t=0;t<5;t+=1){const e=s[t];s[t]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}return n}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Un=po._createHelper(zn),Vn=po._createHmacHelper(zn);class Rn extends ro{constructor(t){super(),this.cfg=Object.assign(new ro,{keySize:4,hasher:Zo,iterations:1},t)}compute(t,e){const{cfg:i}=this,o=vo.create(i.hasher,t),n=ao.create(),s=ao.create([1]),r=n.words,a=s.words,{keySize:l,iterations:c}=i;for(;r.length<l;){const t=o.update(e).finalize(s);o.reset();const i=t.words,r=i.length;let l=t;for(let t=1;t<c;t+=1){l=o.finalize(l),o.reset();const t=l.words;for(let e=0;e<r;e+=1)i[e]^=t[e]}n.concat(t),a[0]+=1}return n.sigBytes=4*l,n}}const Bn=[],Hn=[],Pn=[],Zn=[],Gn=[],Yn=[],Kn=[],Wn=[],Jn=[],qn=[],Qn=[];for(let t=0;t<256;t+=1)Qn[t]=t<128?t<<1:t<<1^283;let Xn=0,ts=0;for(let t=0;t<256;t+=1){let t=ts^ts<<1^ts<<2^ts<<3^ts<<4;t=t>>>8^255&t^99,Bn[Xn]=t,Hn[t]=Xn;const e=Qn[Xn],i=Qn[e],o=Qn[i];let n=257*Qn[t]^16843008*t;Pn[Xn]=n<<24|n>>>8,Zn[Xn]=n<<16|n>>>16,Gn[Xn]=n<<8|n>>>24,Yn[Xn]=n,n=16843009*o^65537*i^257*e^16843008*Xn,Kn[t]=n<<24|n>>>8,Wn[t]=n<<16|n>>>16,Jn[t]=n<<8|n>>>24,qn[t]=n,Xn?(Xn=e^Qn[Qn[Qn[o^e]]],ts^=Qn[Qn[ts]]):(ts=1,Xn=ts)}const es=[0,1,2,4,8,16,32,64,128,27,54];class is extends Do{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const e=this._keyPriorReset,i=e.words,o=e.sigBytes/4;this._nRounds=o+6;const n=4*(this._nRounds+1);this._keySchedule=[];const s=this._keySchedule;for(let e=0;e<n;e+=1)e<o?s[e]=i[e]:(t=s[e-1],e%o?o>6&&e%o==4&&(t=Bn[t>>>24]<<24|Bn[t>>>16&255]<<16|Bn[t>>>8&255]<<8|Bn[255&t]):(t=t<<8|t>>>24,t=Bn[t>>>24]<<24|Bn[t>>>16&255]<<16|Bn[t>>>8&255]<<8|Bn[255&t],t^=es[e/o|0]<<24),s[e]=s[e-o]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let e=0;e<n;e+=1){const i=n-e;t=e%4?s[i]:s[i-4],r[e]=e<4||i<=4?t:Kn[Bn[t>>>24]]^Wn[Bn[t>>>16&255]]^Jn[Bn[t>>>8&255]]^qn[Bn[255&t]]}}encryptBlock(t,e){this._doCryptBlock(t,e,this._keySchedule,Pn,Zn,Gn,Yn,Bn)}decryptBlock(t,e){const i=t;let o=i[e+1];i[e+1]=i[e+3],i[e+3]=o,this._doCryptBlock(i,e,this._invKeySchedule,Kn,Wn,Jn,qn,Hn),o=i[e+1],i[e+1]=i[e+3],i[e+3]=o}_doCryptBlock(t,e,i,o,n,s,r,a){const l=t,c=this._nRounds;let d=l[e]^i[0],h=l[e+1]^i[1],u=l[e+2]^i[2],p=l[e+3]^i[3],v=4;for(let t=1;t<c;t+=1){const t=o[d>>>24]^n[h>>>16&255]^s[u>>>8&255]^r[255&p]^i[v];v+=1;const e=o[h>>>24]^n[u>>>16&255]^s[p>>>8&255]^r[255&d]^i[v];v+=1;const a=o[u>>>24]^n[p>>>16&255]^s[d>>>8&255]^r[255&h]^i[v];v+=1;const l=o[p>>>24]^n[d>>>16&255]^s[h>>>8&255]^r[255&u]^i[v];v+=1,d=t,h=e,u=a,p=l}const m=(a[d>>>24]<<24|a[h>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^i[v];v+=1;const f=(a[h>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&d])^i[v];v+=1;const g=(a[u>>>24]<<24|a[p>>>16&255]<<16|a[d>>>8&255]<<8|a[255&h])^i[v];v+=1;const w=(a[p>>>24]<<24|a[d>>>16&255]<<16|a[h>>>8&255]<<8|a[255&u])^i[v];v+=1,l[e]=m,l[e+1]=f,l[e+2]=g,l[e+3]=w}}is.keySize=8;const os=Do._createHelper(is),ns=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],ss=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],rs=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],as=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],ls=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function cs(t,e){const i=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=i,this._lBlock^=i<<t}function ds(t,e){const i=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=i,this._rBlock^=i<<t}class hs extends Do{_doReset(){const t=this._key.words,e=[];for(let i=0;i<56;i+=1){const o=ns[i]-1;e[i]=t[o>>>5]>>>31-o%32&1}this._subKeys=[];const i=this._subKeys;for(let t=0;t<16;t+=1){i[t]=[];const o=i[t],n=rs[t];for(let t=0;t<24;t+=1)o[t/6|0]|=e[(ss[t]-1+n)%28]<<31-t%6,o[4+(t/6|0)]|=e[28+(ss[t+24]-1+n)%28]<<31-t%6;o[0]=o[0]<<1|o[0]>>>31;for(let t=1;t<7;t+=1)o[t]>>>=4*(t-1)+3;o[7]=o[7]<<5|o[7]>>>27}this._invSubKeys=[];const o=this._invSubKeys;for(let t=0;t<16;t+=1)o[t]=i[15-t]}encryptBlock(t,e){this._doCryptBlock(t,e,this._subKeys)}decryptBlock(t,e){this._doCryptBlock(t,e,this._invSubKeys)}_doCryptBlock(t,e,i){const o=t;this._lBlock=t[e],this._rBlock=t[e+1],cs.call(this,4,252645135),cs.call(this,16,65535),ds.call(this,2,858993459),ds.call(this,8,16711935),cs.call(this,1,1431655765);for(let t=0;t<16;t+=1){const e=i[t],o=this._lBlock,n=this._rBlock;let s=0;for(let t=0;t<8;t+=1)s|=as[t][((n^e[t])&ls[t])>>>0];this._lBlock=n,this._rBlock=o^s}const n=this._lBlock;this._lBlock=this._rBlock,this._rBlock=n,cs.call(this,1,1431655765),ds.call(this,8,16711935),ds.call(this,2,858993459),cs.call(this,16,65535),cs.call(this,4,252645135),o[e]=this._lBlock,o[e+1]=this._rBlock}}hs.keySize=2,hs.ivSize=2,hs.blockSize=2;const us=Do._createHelper(hs);class ps extends Do{_doReset(){const t=this._key.words;if(2!==t.length&&4!==t.length&&t.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");const e=t.slice(0,2),i=t.length<4?t.slice(0,2):t.slice(2,4),o=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=hs.createEncryptor(ao.create(e)),this._des2=hs.createEncryptor(ao.create(i)),this._des3=hs.createEncryptor(ao.create(o))}encryptBlock(t,e){this._des1.encryptBlock(t,e),this._des2.decryptBlock(t,e),this._des3.encryptBlock(t,e)}decryptBlock(t,e){this._des3.decryptBlock(t,e),this._des2.encryptBlock(t,e),this._des1.decryptBlock(t,e)}}ps.keySize=6,ps.ivSize=2,ps.blockSize=2;const vs=Do._createHelper(ps),ms=[],fs=[],gs=[];function ws(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)fs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<fs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<fs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<fs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<fs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<fs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<fs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<fs[6]>>>0?1:0)|0,this._b=e[7]>>>0<fs[7]>>>0?1:0;for(let i=0;i<8;i+=1){const o=t[i]+e[i],n=65535&o,s=o>>>16,r=((n*n>>>17)+n*s>>>15)+s*s,a=((4294901760&o)*o|0)+((65535&o)*o|0);gs[i]=r^a}t[0]=gs[0]+(gs[7]<<16|gs[7]>>>16)+(gs[6]<<16|gs[6]>>>16)|0,t[1]=gs[1]+(gs[0]<<8|gs[0]>>>24)+gs[7]|0,t[2]=gs[2]+(gs[1]<<16|gs[1]>>>16)+(gs[0]<<16|gs[0]>>>16)|0,t[3]=gs[3]+(gs[2]<<8|gs[2]>>>24)+gs[1]|0,t[4]=gs[4]+(gs[3]<<16|gs[3]>>>16)+(gs[2]<<16|gs[2]>>>16)|0,t[5]=gs[5]+(gs[4]<<8|gs[4]>>>24)+gs[3]|0,t[6]=gs[6]+(gs[5]<<16|gs[5]>>>16)+(gs[4]<<16|gs[4]>>>16)|0,t[7]=gs[7]+(gs[6]<<8|gs[6]>>>24)+gs[5]|0}class Cs extends Io{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:e}=this.cfg;for(let e=0;e<4;e+=1)t[e]=16711935&(t[e]<<8|t[e]>>>24)|4278255360&(t[e]<<24|t[e]>>>8);this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16];const i=this._X;this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];const o=this._C;this._b=0;for(let t=0;t<4;t+=1)ws.call(this);for(let t=0;t<8;t+=1)o[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],s=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=s>>>16|4294901760&r,l=r<<16|65535&s;o[0]^=s,o[1]^=a,o[2]^=r,o[3]^=l,o[4]^=s,o[5]^=a,o[6]^=r,o[7]^=l;for(let t=0;t<4;t+=1)ws.call(this)}}_doProcessBlock(t,e){const i=t,o=this._X;ws.call(this),ms[0]=o[0]^o[5]>>>16^o[3]<<16,ms[1]=o[2]^o[7]>>>16^o[5]<<16,ms[2]=o[4]^o[1]>>>16^o[7]<<16,ms[3]=o[6]^o[3]>>>16^o[1]<<16;for(let t=0;t<4;t+=1)ms[t]=16711935&(ms[t]<<8|ms[t]>>>24)|4278255360&(ms[t]<<24|ms[t]>>>8),i[e+t]^=ms[t]}}const ys=Io._createHelper(Cs),bs=[],xs=[],Es=[];function Ms(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)xs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<xs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<xs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<xs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<xs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<xs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<xs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<xs[6]>>>0?1:0)|0,this._b=e[7]>>>0<xs[7]>>>0?1:0;for(let i=0;i<8;i+=1){const o=t[i]+e[i],n=65535&o,s=o>>>16,r=((n*n>>>17)+n*s>>>15)+s*s,a=((4294901760&o)*o|0)+((65535&o)*o|0);Es[i]=r^a}t[0]=Es[0]+(Es[7]<<16|Es[7]>>>16)+(Es[6]<<16|Es[6]>>>16)|0,t[1]=Es[1]+(Es[0]<<8|Es[0]>>>24)+Es[7]|0,t[2]=Es[2]+(Es[1]<<16|Es[1]>>>16)+(Es[0]<<16|Es[0]>>>16)|0,t[3]=Es[3]+(Es[2]<<8|Es[2]>>>24)+Es[1]|0,t[4]=Es[4]+(Es[3]<<16|Es[3]>>>16)+(Es[2]<<16|Es[2]>>>16)|0,t[5]=Es[5]+(Es[4]<<8|Es[4]>>>24)+Es[3]|0,t[6]=Es[6]+(Es[5]<<16|Es[5]>>>16)+(Es[4]<<16|Es[4]>>>16)|0,t[7]=Es[7]+(Es[6]<<8|Es[6]>>>24)+Es[5]|0}class Ss extends Io{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:e}=this.cfg;this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16];const i=this._X;this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];const o=this._C;this._b=0;for(let t=0;t<4;t+=1)Ms.call(this);for(let t=0;t<8;t+=1)o[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],s=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=s>>>16|4294901760&r,l=r<<16|65535&s;o[0]^=s,o[1]^=a,o[2]^=r,o[3]^=l,o[4]^=s,o[5]^=a,o[6]^=r,o[7]^=l;for(let t=0;t<4;t+=1)Ms.call(this)}}_doProcessBlock(t,e){const i=t,o=this._X;Ms.call(this),bs[0]=o[0]^o[5]>>>16^o[3]<<16,bs[1]=o[2]^o[7]>>>16^o[5]<<16,bs[2]=o[4]^o[1]>>>16^o[7]<<16,bs[3]=o[6]^o[3]>>>16^o[1]<<16;for(let t=0;t<4;t+=1)bs[t]=16711935&(bs[t]<<8|bs[t]>>>24)|4278255360&(bs[t]<<24|bs[t]>>>8),i[e+t]^=bs[t]}}const ks=Io._createHelper(Ss);function Ns(){const t=this._S;let e=this._i,i=this._j,o=0;for(let n=0;n<4;n+=1){e=(e+1)%256,i=(i+t[e])%256;const s=t[e];t[e]=t[i],t[i]=s,o|=t[(t[e]+t[i])%256]<<24-8*n}return this._i=e,this._j=i,o}class _s extends Io{_doReset(){const t=this._key,e=t.words,i=t.sigBytes;this._S=[];const o=this._S;for(let t=0;t<256;t+=1)o[t]=t;for(let t=0,n=0;t<256;t+=1){const s=t%i,r=e[s>>>2]>>>24-s%4*8&255;n=(n+o[t]+r)%256;const a=o[t];o[t]=o[n],o[n]=a}this._j=0,this._i=this._j}_doProcessBlock(t,e){t[e]^=Ns.call(this)}}_s.keySize=8,_s.ivSize=0;const Is=Io._createHelper(_s);class Ts extends _s{constructor(...t){super(...t),Object.assign(this.cfg,{drop:192})}_doReset(){super._doReset.call(this);for(let t=this.cfg.drop;t>0;t-=1)Ns.call(this)}}const Fs=Io._createHelper(Ts);function As(t,e,i,o){const n=t;let s;const r=this._iv;r?(s=r.slice(0),this._iv=void 0):s=this._prevBlock,o.encryptBlock(s,0);for(let t=0;t<i;t+=1)n[e+t]^=s[t]}class Ls extends To{}Ls.Encryptor=class extends Ls{processBlock(t,e){const i=this._cipher,{blockSize:o}=i;As.call(this,t,e,o,i),this._prevBlock=t.slice(e,e+o)}},Ls.Decryptor=class extends Ls{processBlock(t,e){const i=this._cipher,{blockSize:o}=i,n=t.slice(e,e+o);As.call(this,t,e,o,i),this._prevBlock=n}};class Ds extends To{}Ds.Encryptor=class extends Ds{processBlock(t,e){const i=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._counter;s&&(this._counter=s.slice(0),r=this._counter,this._iv=void 0);const a=r.slice(0);o.encryptBlock(a,0),r[n-1]=r[n-1]+1|0;for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},Ds.Decryptor=Ds.Encryptor;const js=t=>{let e=t;if(255==(t>>24&255)){let i=t>>16&255,o=t>>8&255,n=255&t;255===i?(i=0,255===o?(o=0,255===n?n=0:n+=1):o+=1):i+=1,e=0,e+=i<<16,e+=o<<8,e+=n}else e+=1<<24;return e};
|
|
902
902
|
/** @preserve
|
|
903
903
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
904
904
|
* derived from CryptoJS.mode.CTR
|
|
905
905
|
* Jan Hruby jhruby.web@gmail.com
|
|
906
906
|
*/
|
|
907
|
-
class $s extends
|
|
907
|
+
class $s extends To{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._counter;s&&(this._counter=s.slice(0),r=this._counter,this._iv=void 0),(t=>{const e=t;e[0]=js(e[0]),0===e[0]&&(e[1]=js(e[1]))})(r);const a=r.slice(0);o.encryptBlock(a,0);for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},$s.Decryptor=$s.Encryptor;class Os extends To{}Os.Encryptor=class extends Os{processBlock(t,e){this._cipher.encryptBlock(t,e)}},Os.Decryptor=class extends Os{processBlock(t,e){this._cipher.decryptBlock(t,e)}};class zs extends To{}zs.Encryptor=class extends zs{processBlock(t,e){const i=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._keystream;s&&(this._keystream=s.slice(0),r=this._keystream,this._iv=void 0),o.encryptBlock(r,0);for(let t=0;t<n;t+=1)i[e+t]^=r[t]}},zs.Decryptor=zs.Encryptor;const Us={pad(t,e){const i=4*e,o=i-t.sigBytes%i;t.concat(ao.random(o-1)).concat(ao.create([o<<24],1))},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Vs={pad(t,e){const i=t,o=4*e;i.clamp(),i.sigBytes+=o-(t.sigBytes%o||o)},unpad(t){const e=t,i=e.words;for(let t=e.sigBytes-1;t>=0;t-=1)if(i[t>>>2]>>>24-t%4*8&255){e.sigBytes=t+1;break}}},Rs={pad(t,e){t.concat(ao.create([2147483648],1)),Vs.pad(t,e)},unpad(t){const e=t;Vs.unpad(e),e.sigBytes-=1}},Bs={stringify:t=>t.ciphertext.toString(lo),parse(t){const e=lo.parse(t);return jo.create({ciphertext:e})}};var Hs={lib:{Base:ro,WordArray:ao,BufferedBlockAlgorithm:uo,Hasher:po,Cipher:_o,StreamCipher:Io,BlockCipherMode:To,BlockCipher:Do,CipherParams:jo,SerializableCipher:Oo,PasswordBasedCipher:Uo},x64:{Word:fo,WordArray:go},enc:{Hex:lo,Latin1:co,Utf8:ho,Utf16:Bo,Utf16BE:Ro,Utf16LE:Ho,Base64:wo},algo:{HMAC:vo,MD5:Mo,SHA1:Zo,SHA224:sn,SHA256:en,SHA384:pn,SHA512:dn,SHA3:En,RIPEMD160:zn,PBKDF2:Rn,EvpKDF:No,AES:is,DES:hs,TripleDES:ps,Rabbit:Cs,RabbitLegacy:Ss,RC4:_s,RC4Drop:Ts},mode:{CBC:Ao,CFB:Ls,CTR:Ds,CTRGladman:$s,ECB:Os,OFB:zs},pad:{Pkcs7:Lo,AnsiX923:{pad(t,e){const i=t,o=i.sigBytes,n=4*e,s=n-o%n,r=o+s-1;i.clamp(),i.words[r>>>2]|=s<<24-r%4*8,i.sigBytes+=s},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Iso10126:Us,Iso97971:Rs,NoPadding:{pad(){},unpad(){}},ZeroPadding:Vs},format:{OpenSSL:$o,Hex:Bs},kdf:{OpenSSL:zo},MD5:So,HmacMD5:ko,SHA1:Go,HmacSHA1:Yo,SHA224:rn,HmacSHA224:an,SHA256:on,HmacSHA256:nn,SHA384:vn,HmacSHA384:mn,SHA512:hn,HmacSHA512:un,SHA3:Mn,HmacSHA3:Sn,RIPEMD160:Un,HmacRIPEMD160:Vn,PBKDF2:(t,e,i)=>Rn.create(i).compute(t,e),EvpKDF:(t,e,i)=>No.create(i).compute(t,e),AES:os,DES:us,TripleDES:vs,Rabbit:ys,RabbitLegacy:ks,RC4:Is,RC4Drop:Fs};const Ps=(t,e,i=!1,o="localStorage")=>{try{const n=i?btoa(e):e;"localStorage"===o?localStorage.setItem(t,n):sessionStorage.setItem(t,n)}catch(t){console.warn("Error in setLocalStorage: ",t),nr("Error in setLocalStorage: ",t)}},Zs=(t,e=!1,i="localStorage")=>{try{let o=null;return o="localStorage"===i?localStorage.getItem(t):sessionStorage.getItem(t),o&&e?atob(o):o}catch(t){return console.warn("Error in getLocalStorage: ",t),nr("Error in getLocalStorage: ",t),null}},Gs=(t,e="localStorage")=>{try{"localStorage"===e?localStorage.removeItem(t):sessionStorage.removeItem(t)}catch(t){console.warn("Error in removeLocalStorageData: ",t),nr("Error in removeLocalStorageData: ",t)}},Ys=(...t)=>{if(t)switch(t.length){case 1:return a`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1))`;case 2:return a`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))`;case 3:return a`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))
|
|
908
908
|
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1))`;case 4:return a`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))
|
|
909
|
-
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return a`0`},Ks=(t,e,i)=>{try{const
|
|
909
|
+
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return a`0`},Ks=(t,e,i)=>{try{const o=Hs.enc.Utf8.parse(e),n=Hs.enc.Utf8.parse(i);return Hs.AES.encrypt(Hs.enc.Utf8.parse(t),o,{keySize:32,iv:n,mode:Hs.mode.CBC,padding:Hs.pad.Pkcs7}).toString()}catch(e){return console.warn("Error in encrypt: ",e),nr("Error in encrypt: ",e),t}},Ws=(t,e,i)=>{try{const o=Hs.enc.Utf8.parse(e),n=Hs.enc.Utf8.parse(i);return Hs.AES.decrypt(t,o,{keySize:32,iv:n,mode:Hs.mode.CBC,padding:Hs.pad.Pkcs7}).toString(Hs.enc.Utf8)}catch(t){return console.warn("Error in decrypt: ",t),nr("Error in decrypt: ",t),null}},Js=()=>{try{const t=Zs(ut,!0);if(t){const e=Ws(t,$t,Ot);if(e)return JSON.parse(e);console.warn("Error in getUserFromToken: ","Invalid token."),Gs(ut)}else{const t=Zs(dt,!0);if(t)return qs(),JSON.parse(t)}return null}catch(t){return console.warn("Error in getUserFromToken: ",t),nr("Error in getUserFromToken: ",t),null}},qs=()=>{try{const t=Zs(dt,!0);if(t){const e=Ks(t,$t,Ot);Ps(ut,e,!0)}Gs(dt)}catch(t){console.warn("Error in moveSnippylyUserToST: ",t),nr("Error in moveSnippylyUserToST: ",t)}},Qs=(t=!0)=>{try{const e=Zs(pt,!0);if(e){const t=Ws(e,$t,Ot);return t?JSON.parse(t):null}if(t){const t=Dt,e=t[Math.floor(Math.random()*t.length)],i=e.name,o=e.photoUrl,n={name:i,email:"guest@usesuperflow.com",userId:Math.floor(1e9*Math.random())+"",photoUrl:o,isGuest:!0},s=JSON.stringify(n),r=Ks(s,$t,Ot);return Ps(pt,r,!0),n}return null}catch(t){return console.warn("Error in getGuestUser: ",t),nr("Error in getGuestUser: ",t),null}},Xs=function(t=function(t="[DEFAULT]"){const e=De.get(t);if(!e&&t===Ae)return Ve();if(!e)throw ze.create("no-app",{appName:t});return e}(),e="us-central1"){const i=function(t,e){const i=t.container.getProvider("heartbeat").getImmediate({optional:!0});return i&&i.triggerHeartbeat(),t.container.getProvider(e)}(ee(t),ei),o=i.getImmediate({identifier:e}),n=Zt("functions");return n&&function(t,e,i){!function(t,e,i){t.emulatorOrigin=`http://${e}:${i}`}(ee(t),e,i)}(o,...n),o}(Ve({apiKey:"AIzaSyAzcW2n1JhY_zhkXmuFcwe550AkwmYeJ0w",projectId:"snipply-sdk-staging",messagingSenderId:"877538579326",appId:"1:877538579326:web:f793f73f2b7dc770c4992f"}));let tr,er={};const ir=(t={})=>{er={...er,...t}},or=t=>{tr=t},nr=(t,e,i={})=>{const o={error:t,message:(null==e?void 0:e.message)||e||t,...i};sr("error",o)},sr=(t,e={},i=!0)=>{try{if(null==tr?void 0:tr.userSnippylyId){e=i?{...er,...e}:e,e={...e,source:"superflowToolbar"};const o={userId:null==tr?void 0:tr.userSnippylyId,event:t,properties:e,sf:!0};rr("track",o)}else console.warn("Untracked event: ",t,e)}catch(t){console.warn("Error in trackEvent: ",t)}},rr=(t,e)=>{try{hi(Xs,"sa")({type:t,data:e})}catch(t){console.warn("Error in setAnalytics: ",t)}},ar=async(t,e)=>{try{const i=hi(Xs,"checkguestmode"),o=await i({apiKey:t,projectId:e});return null==o?void 0:o.data}catch(t){return console.warn("Error in checkGuestMode: ",t),null}},lr=async(t,e,i,o,n)=>{try{const s=hi(Xs,"usermigration"),r=await s({apiKey:t,projectId:e,oldUser:i,newUser:o,deleteGuestUserFlag:n});return null==r?void 0:r.data}catch(t){return console.warn("Error in usermigration: ",t),null}},cr=a`
|
|
910
910
|
|
|
911
911
|
.wrap {
|
|
912
912
|
padding: 32px;
|
|
@@ -1319,15 +1319,49 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
1319
1319
|
}
|
|
1320
1320
|
|
|
1321
1321
|
.toolbar.private-comment-mode .toolbar-icon:hover {
|
|
1322
|
-
background:
|
|
1323
|
-
|
|
1324
|
-
|
|
1322
|
+
background: #24234C;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.toolbar.private-comment-mode .toolbar-icon:active {
|
|
1326
|
+
fill: #FFFFFF !important;
|
|
1327
|
+
background: rgb(98, 93, 245) !important;
|
|
1325
1328
|
}
|
|
1326
1329
|
|
|
1327
1330
|
.toolbar.private-comment-mode .action-border {
|
|
1328
1331
|
border: 1px solid #3F4B6C;
|
|
1329
1332
|
}
|
|
1330
1333
|
|
|
1334
|
+
.toolbar.private-comment-mode .active .toolbar-icon {
|
|
1335
|
+
fill: #FFFFFF !important;
|
|
1336
|
+
background: #625DF5;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.toolbar.private-comment-mode .action-dropdown:hover {
|
|
1340
|
+
background: #24234C;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.toolbar.private-comment-mode .action-dropdown:active {
|
|
1344
|
+
background: rgb(98, 93, 245) !important;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.toolbar.private-comment-mode .s-sidebar-button-custom .action-border:hover {
|
|
1348
|
+
border: 1px solid #B0AEFA;
|
|
1349
|
+
background: #24234C !important;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.toolbar.private-comment-mode .s-sidebar-button-custom .action-border:hover svg {
|
|
1353
|
+
background: #24234C !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.toolbar.private-comment-mode .s-sidebar-button-custom .action-border:hover svg path {
|
|
1357
|
+
stroke: #B0AEFA;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.toolbar.private-comment-mode .s-sidebar-button-custom .action-border:hover .action-text {
|
|
1361
|
+
color: #B0AEFA;
|
|
1362
|
+
background: #24234C !important;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1331
1365
|
.action-border {
|
|
1332
1366
|
padding: 3px 7px;
|
|
1333
1367
|
}
|
|
@@ -1336,7 +1370,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
1336
1370
|
.action-dropdown.active,
|
|
1337
1371
|
.action-dropdown.active *{
|
|
1338
1372
|
fill: #FFFFFF !important;
|
|
1339
|
-
background: #625DF5;
|
|
1373
|
+
background: #625DF5 !important;
|
|
1340
1374
|
}
|
|
1341
1375
|
|
|
1342
1376
|
.toolbar-img {
|
|
@@ -2207,13 +2241,13 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2207
2241
|
display: flex;
|
|
2208
2242
|
}
|
|
2209
2243
|
}
|
|
2210
|
-
`;navigator.language.split("-")[0];const hr=new Map;hr.set("es",{Comment:"Comentario","Commenting is disabled. Contact admin.":"Los comentarios están deshabilitados. Póngase en contacto con el administrador.","Arrow feature is disabled. Contact admin.":"La función de flecha está desactivada. Póngase en contacto con el administrador.","All Comments":"Todos los comentarios","Signing In":"Iniciando sesión","Sign in again!":"¡Inicia sesión de nuevo!","Sign in to comment":"Inicia sesión para comentar",Superflow:"Superflujo","Sign in to comment on this page.":"Inicia sesión para comentar en esta página.","Join Community":"Únete a la comunidad","Open in Mobile":"Abrir en móvil","Exit Review Mode":"Salir del modo de revisión","Sign in":"Iniciar sesión","Try Superflow using the toolbar below.":"Prueba Superflujo usando la barra de herramientas de abajo.","Get ready to drop your first comment!":"¡Prepárate para dejar tu primer comentario!","But before you do that, you definitely deserve a high five!":"¡Pero antes de eso, definitivamente mereces un choca esos cinco!",Done:"Hecho","Sign in on the toolbar below and add":"Inicia sesión en la barra de herramientas de abajo y añade","comments on the design flaws.":"comentarios sobre los defectos de diseño.","Click to add comments on this page.":"Haz clic para añadir comentarios en esta página.",Ok:"Ok",Arrow:"Flecha","Live Huddle":"Encuentro en vivo",Recording:"Grabación","Open Comments":"Abrir comentarios",Views:"Vistas",Internal:"Interno",External:"Externo",All:"Todos",Upgrade:"Actualizar","You don't have access.":"No tienes acceso.","Reach out to the admin of this project.":"Contacta al administrador de este proyecto.","Your plan has expired! Please upgrade.":"¡Tu plan ha caducado! Por favor, actualiza.","Your plan has expired!":"¡Tu plan ha caducado!","Please contact the admin.":"Por favor, contacta al administrador.",Share:"Compartir","Add comments & recordings on this page.":"Añade comentarios y grabaciones en esta página.","Learn more":"Aprender más","View project":"Ver proyecto","Sign Out":"Cerrar sesión","You’re a SuperFlow installation wizard!":"¡Eres un mago de la instalación de Superflujo!",Next:"Siguiente"}),hr.set("fr",{Comment:"Commentaire","Commenting is disabled. Contact admin.":"Les commentaires sont désactivés. Contactez l'administrateur.","Arrow feature is disabled. Contact admin.":"La fonction flèche est désactivée. Contactez l'administrateur.","All Comments":"Tous les commentaires","Signing In":"Connexion en cours","Sign in again!":"Connectez-vous à nouveau!","Sign in to comment":"Connectez-vous pour commenter",Superflow:"Superflux","Sign in to comment on this page.":"Connectez-vous pour commenter sur cette page.","Join Community":"Rejoindre la communauté","Open in Mobile":"Ouvrir sur mobile","Exit Review Mode":"Quitter le mode de révision","Sign in":"Se connecter","Try Superflow using the toolbar below.":"Essayez Superflux en utilisant la barre d'outils ci-dessous.","Get ready to drop your first comment!":"Préparez-vous à laisser votre premier commentaire!","But before you do that, you definitely deserve a high five!":"Mais avant cela, vous méritez certainement un tope-là!",Done:"Terminé","Sign in on the toolbar below and add":"Connectez-vous sur la barre d'outils ci-dessous et ajoutez","comments on the design flaws.":"des commentaires sur les défauts de conception.","Click to add comments on this page.":"Cliquez pour ajouter des commentaires sur cette page.",Ok:"Ok",Arrow:"Flèche","Live Huddle":"Discussion en direct",Recording:"Enregistrement","Open Comments":"Ouvrir les commentaires",Views:"Vues",Internal:"Interne",External:"Externe",All:"Tous",Upgrade:"Mettre à jour","You don't have access.":"Vous n'avez pas accès.","Reach out to the admin of this project.":"Contactez l'administrateur de ce projet.","Your plan has expired! Please upgrade.":"Votre plan a expiré! Veuillez mettre à jour.","Your plan has expired!":"Votre plan a expiré!","Please contact the admin.":"Veuillez contacter l'administrateur.",Share:"Partager","Add comments & recordings on this page.":"Ajoutez des commentaires et des enregistrements sur cette page.","Learn more":"En savoir plus","View project":"Voir le projet","Sign Out":"Se déconnecter","You’re a SuperFlow installation wizard!":"Vous êtes un sorcier d'installation de Superflux!",Next:"Suivant"}),hr.set("hi",{Comment:"टिप्पणी","Commenting is disabled. Contact admin.":"टिप्पणी करना अक्षम है. व्यवस्थापक से संपर्क करें.","Arrow feature is disabled. Contact admin.":"तीर सुविधा अक्षम है. व्यवस्थापक से संपर्क करें.","All Comments":"सभी टिप्पणियाँ","Signing In":"साइन इन कर रहा है","Sign in again!":"फिर से साइन इन करें!","Sign in to comment":"टिप्पणी करने के लिए साइन इन करें",Superflow:"सुपरफ्लो","Sign in to comment on this page.":"इस पृष्ठ पर टिप्पणी करने के लिए साइन इन करें।","Join Community":"समुदाय में शामिल हों","Open in Mobile":"मोबाइल में खोलें","Exit Review Mode":"समीक्षा मोड से बाहर निकलें","Sign in":"साइन इन करें","Try Superflow using the toolbar below.":"टूलबार का उपयोग करके सुपरफ्लो का प्रयास करें।","Get ready to drop your first comment!":"अपनी पहली टिप्पणी डालने के लिए तैयार हो जाओ!","But before you do that, you definitely deserve a high five!":"लेकिन इससे पहले, आपको निश्चित रूप से एक उच्च पांच मिलता है!",Done:"किया हुआ","Sign in on the toolbar below and add":"टूलबार पर साइन इन करें और जोड़ें","comments on the design flaws.":"डिज़ाइन की खामियों पर टिप्पणियाँ।","Click to add comments on this page.":"इस पृष्ठ पर टिप्पणियाँ जोड़ने के लिए क्लिक करें।",Ok:"ठीक",Arrow:"तीर","Live Huddle":"लाइव हडल",Recording:"रेकॉर्डिंग","Open Comments":"टिप्पणियाँ खोलें",Views:"दृश्य",Internal:"आंतरिक",External:"बाहरी",All:"सब",Upgrade:"अपग्रेड","You don't have access.":"आपके पास पहुंच नहीं है।","Reach out to the admin of this project.":"इस परियोजना के व्यवस्थापक से संपर्क करें।","Your plan has expired! Please upgrade.":"आपकी योजना समाप्त हो गई है! कृपया अपग्रेड करें।","Your plan has expired!":"आपकी योजना समाप्त हो गई है!","Please contact the admin.":"कृपया व्यवस्थापक से संपर्क करें।",Share:"शेयर","Add comments & recordings on this page.":"इस पृष्ठ पर टिप्पणियाँ और रिकॉर्डिंग जोड़ें।","Learn more":"और अधिक जानें","View project":"परियोजना देखें","Sign Out":"साइन आउट","You’re a SuperFlow installation wizard!":"आप एक सुपरफ्लो स्थापना विज़ार्ड हैं!",Next:"आगामी"}),hr.set("it",{Comment:"Commento","Commenting is disabled. Contact admin.":"I commenti sono disabilitati. Contatta l'amministratore.","Arrow feature is disabled. Contact admin.":"La funzione freccia è disabilitata. Contatta l'amministratore.","All Comments":"Tutti i commenti","Signing In":"Accesso in corso","Sign in again!":"Accedi di nuovo!","Sign in to comment":"Accedi per commentare",Superflow:"Superflusso","Sign in to comment on this page.":"Accedi per commentare su questa pagina.","Join Community":"Unisciti alla comunità","Open in Mobile":"Apri su mobile","Exit Review Mode":"Esci dalla modalità di revisione","Sign in":"Accedi","Try Superflow using the toolbar below.":"Prova Superflusso utilizzando la barra degli strumenti qui sotto.","Get ready to drop your first comment!":"Preparati a lasciare il tuo primo commento!","But before you do that, you definitely deserve a high five!":"Ma prima di farlo, meriti sicuramente un cinque in alto!",Done:"Fatto","Sign in on the toolbar below and add":"Accedi alla barra degli strumenti qui sotto e aggiungi","comments on the design flaws.":"commenti sui difetti di progettazione.","Click to add comments on this page.":"Clicca per aggiungere commenti su questa pagina.",Ok:"Ok",Arrow:"Freccia","Live Huddle":"Riunione dal vivo",Recording:"Registrazione","Open Comments":"Apri commenti",Views:"Visualizzazioni",Internal:"Interno",External:"Esterno",All:"Tutti",Upgrade:"Aggiorna","You don't have access.":"Non hai accesso.","Reach out to the admin of this project.":"Contatta l'amministratore di questo progetto.","Your plan has expired! Please upgrade.":"Il tuo piano è scaduto! Si prega di aggiornare.","Your plan has expired!":"Il tuo piano è scaduto!","Please contact the admin.":"Si prega di contattare l'amministratore.",Share:"Condividi","Add comments & recordings on this page.":"Aggiungi commenti e registrazioni su questa pagina.","Learn more":"Scopri di più","View project":"Visualizza progetto","Sign Out":"Disconnetti","You’re a SuperFlow installation wizard!":"Sei un mago dell'installazione di Superflusso!",Next:"Avanti"}),hr.set("ru",{Comment:"Комментарий","Commenting is disabled. Contact admin.":"Комментирование отключено. Свяжитесь с админом.","Arrow feature is disabled. Contact admin.":"Функция стрелки отключена. Свяжитесь с администратором.","All Comments":"Все комментарии","Signing In":"Вход в систему","Sign in again!":"Войдите снова!","Sign in to comment":"Войдите, чтобы оставить комментарий",Superflow:"Суперпоток","Sign in to comment on this page.":"Войдите, чтобы оставить комментарий на этой странице.","Join Community":"Присоединиться к сообществу","Open in Mobile":"Открыть на мобильном","Exit Review Mode":"Выйти из режима обзора","Sign in":"Войти","Try Superflow using the toolbar below.":"Попробуйте Суперпоток, используя панель инструментов ниже.","Get ready to drop your first comment!":"Приготовьтесь оставить свой первый комментарий!","But before you do that, you definitely deserve a high five!":"Но перед этим вы определенно заслуживаете пять!",Done:"Сделано","Sign in on the toolbar below and add":"Войдите на панели инструментов ниже и добавьте","comments on the design flaws.":"комментарии об ошибках в дизайне.","Click to add comments on this page.":"Нажмите, чтобы добавить комментарии на этой странице.",Ok:"Ок",Arrow:"Стрелка","Live Huddle":"Прямой сбор",Recording:"Запись","Open Comments":"Открыть комментарии",Views:"Просмотры",Internal:"Внутренний",External:"Внешний",All:"Все",Upgrade:"Обновить","You don't have access.":"У вас нет доступа.","Reach out to the admin of this project.":"Обратитесь к администратору этого проекта.","Your plan has expired! Please upgrade.":"Ваш план истек! Пожалуйста, обновите.","Your plan has expired!":"Ваш план истек!","Please contact the admin.":"Пожалуйста, свяжитесь с администратором.",Share:"Поделиться","Add comments & recordings on this page.":"Добавьте комментарии и записи на этой странице.","Learn more":"Узнать больше","View project":"Посмотреть проект","Sign Out":"Выйти","You’re a SuperFlow installation wizard!":"Вы волшебник установки Суперпотока!",Next:"Далее"}),hr.set("uk",{Comment:"Коментар","Commenting is disabled. Contact admin.":"Коментування вимкнено. Зв'язатися з адміном.","Arrow feature is disabled. Contact admin.":"Функція стрілки вимкнена. Зв'язатися з адміном.","All Comments":"Всі коментарі","Signing In":"Увійти в систему","Sign in again!":"Увійдіть знову!","Sign in to comment":"Увійдіть, щоб залишити коментар",Superflow:"Суперпотік","Sign in to comment on this page.":"Увійдіть, щоб залишити коментар на цій сторінці.","Join Community":"Приєднатися до спільноти","Open in Mobile":"Відкрити на мобільному","Exit Review Mode":"Вийти з режиму огляду","Sign in":"Увійти","Try Superflow using the toolbar below.":"Спробуйте Суперпотік, використовуючи панель інструментів нижче.","Get ready to drop your first comment!":"Приготуйтеся залишити свій перший коментар!","But before you do that, you definitely deserve a high five!":"Але перед тим, як ви це зробите, ви точно заслуговуєте на високу п'ятірку!",Done:"Готово","Sign in on the toolbar below and add":"Увійдіть в панель інструментів нижче і додайте","comments on the design flaws.":"коментарі про помилки в дизайні.","Click to add comments on this page.":"Натисніть, щоб додати коментарі на цій сторінці.",Ok:"Добре",Arrow:"Стрілка","Live Huddle":"Пряма група",Recording:"Запис","Open Comments":"Відкрити коментарі",Views:"Перегляди",Internal:"Внутрішній",External:"Зовнішній",All:"Все",Upgrade:"Оновити","You don't have access.":"У вас немає доступу.","Reach out to the admin of this project.":"Зверніться до адміністратора цього проекту.","Your plan has expired! Please upgrade.":"Термін дії вашого плану закінчився! Будь ласка, оновіть.","Your plan has expired!":"Термін дії вашого плану закінчився!","Please contact the admin.":"Будь ласка, зв'яжіться з адміністратором.",Share:"Поділитися","Add comments & recordings on this page.":"Додайте коментарі та записи на цій сторінці.","Learn more":"Дізнатися більше","View project":"Переглянути проект","Sign Out":"Вийти","You’re a SuperFlow installation wizard!":"Ви чарівник встановлення Суперпотоку!",Next:"Далі"});const ur=t=>{try{return t}catch(e){return t}};class pr{}pr.Events={GUEST_MODE_SIGN_IN_DIALOG_SHOWN:"guestModeSignInDialogShown",GUEST_MODE_NAME_DIALOG_SHOWN:"guestModeNameDialogShown",GUEST_MODE_SIGN_IN_BANNER_SHOWN:"guestModeSignInBannerShown",GUEST_MODE_SIGN_IN_BUTTON_CLICKED:"guestModeSignInButtonClicked",GUEST_MODE_SKIP_BUTTON_CLICKED:"guestModeSkipButtonClicked",GUEST_MODE_NAME_ADDED:"guestModeNameAdded",TOOLBAR_NOTIFICATION_CLICKED:"toolbarNotificationClicked"};var vr=function(t,e,i,n){for(var o,s=arguments.length,r=s<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,i):n,a=t.length-1;a>=0;a--)(o=t[a])&&(r=(s<3?o(r):s>3?o(e,i,r):o(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class mr extends X{constructor(){super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this.showTourCommentTooltip=!1,this.allFeatureDisabled=!1,this.allFeatureRestricted=!1,this.guestMode=!1,this._expanded=!0,this.loading=!0,this._isPlanExpired=null,this.showOnboardingModal=!0,this.showLiveDemoModal=!1,this.showFigmaDemoModal=!1,this.showGuestModeSignInModal=!1,this.showGuestModeNameModal=!1,this.guestModeSignInBannerVisible=!1,this.guestUserNameInput="",this.guestUserModelOpened=!1,this.guestUserNameUpdated=!1,this.guestUserNameUpdateLoading=!1,this.staging=true,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this._isUserGlobalContact=!1,this.showQrCode=!1,this.customLoginEnabledLocally=null,this.customLoginEnabled=null,this.exitReviewModeCalled=!1,this.addCommentCount=0,this.privateCommentModeEnabled=!1,this.onApiKeyChange=()=>{try{this.apiKey&&(null===window||void 0===window?void 0:window.onSuperflowLoad)&&"function"==typeof window.onSuperflowLoad&&window.onSuperflowLoad()}catch(t){console.warn("Error in onApiKeyChange: ",t),or("Error in onApiKeyChange: ",t)}},this.checkCustomLoginEnabled=async()=>{var t;try{const e=await(t=>{const e={apiKey:t};return hi(Xs,"customLoginEnabled")(e)})(this.apiKey);this.customLoginEnabled=!!(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.customLoginEnabled),this.customLoginEnabled&&this.loginWithCustomUser()}catch(t){this.customLoginEnabled=!1,console.warn("Error in checkCustomLoginEnabled: ",t),or("Error in checkCustomLoginEnabled: ",t)}},this.loginWithCustomUser=()=>{try{this.customLoginEnabled?(Gs(ut),this.loadPlugin&&this.documentId&&this.identifySnippyly()):console.warn("Identify call not allowed.")}catch(t){console.warn("Error in loginWithCustomUser: ",t),or("Error in loginWithCustomUser: ",t)}},this.addWindowClickEventListener=()=>{try{this.windowClickEventListener||(this.windowClickEventListener=()=>{this.menuOpenedId&&(this.menuOpenedId=void 0)},window.addEventListener("click",this.windowClickEventListener))}catch(t){console.warn("Error in addWindowClickEventListener: ",t),or("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),or("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),or("Error in setWindowEventListner: ",t)}},this.urlChangeListener=()=>{try{const t=history.pushState;history.pushState=function(){const e=t.apply(this,arguments);return window.dispatchEvent(new Event("pushstate")),window.dispatchEvent(new Event("locationchange")),e};const e=history.replaceState;history.replaceState=function(){const t=e.apply(this,arguments);return window.dispatchEvent(new Event("replacestate")),window.dispatchEvent(new Event("locationchange")),t},window.addEventListener("popstate",(()=>{window.dispatchEvent(new Event("locationchange"))}))}catch(t){console.warn("Error in urlChangeListener: ",t),or("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),e=t.searchParams;if((null==e?void 0:e.has(gt))&&!Zs(gt)?this.showOnboardingModal=!0:this.showOnboardingModal=!1,null==e?void 0:e.has(wt))if(Zs(wt,!1,"sessionStorage")){this.showLiveDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(wt),window.history.replaceState({},null===document||void 0===document?void 0:document.title,t.toString())}else this.showLiveDemoModal=!0;else this.showLiveDemoModal=!1;if(null==e?void 0:e.has(Ct))if(Zs(Ct,!1)){this.showFigmaDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(Ct),window.history.replaceState({},null===document||void 0===document?void 0:document.title,t.toString())}else this.showFigmaDemoModal=!0;else this.showFigmaDemoModal=!1;if(e.has(ht)||e.has("snippyly_google_token")){if(e.has(ht)){const t=decodeURIComponent(e.get(ht)),i=Ws(t,$t,Ot),n=i&&JSON.parse(i);if(n){const t={};t.userId=n.uid,t.name=n.displayName,t.email=n.email,t.photoUrl=null==n?void 0:n.photoURL;const e=JSON.stringify(t),i=Ks(e,$t,Ot);Ps(ut,i,!0),Gs(bt)}}else if(e.has("snippyly_google_token")){const t=JSON.parse(atob(e.get("snippyly_google_token"))),i={};i.userId=t.uid,i.name=t.displayName,i.email=t.email,i.photoUrl=null==t?void 0:t.photoURL,Ps(dt,JSON.stringify(i),!0)}e.delete(ht),e.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}e.has(at)?(Ps(at,"true",!1),Gs(lt),"true"!==e.get(at)&&(e.delete(at),e.append(at,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(lt)||Zs(at,!1)&&(e.append(at,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),e.has(lt)?(Ps(lt,"true",!1),Gs(at),"true"!==e.get(lt)&&(e.delete(lt),e.append(lt,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(at)||Zs(lt,!1)&&(e.append(lt,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),or("Error in checkUrl: ",t)}},this.detectVersion=()=>{try{if(this.projectVersionKey){const t=new URL(document.location).searchParams;if(t.get(this.projectVersionKey))this.projectVersion=t.get(this.projectVersionKey);else if(window.snippylyInitialLoadUrl){const t=new URL(window.snippylyInitialLoadUrl).searchParams;t.get(this.projectVersionKey)&&(this.projectVersion=t.get(this.projectVersionKey))}this.projectVersion&&Ps(mt,this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;(t.has(at)||t.has(lt))&&t.has(ft)&&(Ps(vt,ft,!1,"sessionStorage"),this.projectVersion=t.get(ft),this.projectVersion&&Ps(mt,this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),or("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||Zs(vt,!1,"sessionStorage"),e=this.projectVersion||Zs(mt,!1,"sessionStorage");if(t&&e){const i=new URL(document.location),n=i.searchParams;n.get(t)||(n.set(t,e),window.history.replaceState({},document.title,i.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),or("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return void this.generateLocation();const t=Js();if(t&&!(null==t?void 0:t.isAnonymous)&&(this.loading=!0),this.loadPlugin=!0,!document.querySelector(Nt)){const t=document.createElement(Nt);null==t||t.addEventListener("onSignIn",(()=>{this.loginWithGoogle()})),null==t||t.addEventListener("onUpgrade",(()=>{this.onUpgradePlanClick()})),this.staging&&(t.addEventListener("onCommentAdd",(t=>{console.log("Comment added: ",null==t?void 0:t.detail),this.addCommentCount++})),t.addEventListener("onCommentUpdate",(t=>{var e,i;console.log("Comment updated: ",t.detail),(null===(e=this.snippylyUser)||void 0===e?void 0:e.isGuest)&&"add"===(null===(i=null==t?void 0:t.detail)||void 0===i?void 0:i.type)&&(this.addCommentCount>=2&&!Zs(Et)&&(this.openGuestModeSignInModal(),Ps(Et,"true")),this.addCommentCount>=5&&!Zs(St,!1,"sessionStorage")&&(this.showGuestModeSignInBanner(),Ps(St,"true",!1,"sessionStorage")))}))),window.document.body.appendChild(t)}if(!document.querySelector(kt)){const t=document.createElement(kt);window.document.body.appendChild(t)}if(!document.querySelector(It)){const t=document.createElement(It);window.document.body.appendChild(t)}if(!document.querySelector(Tt)){const t=document.createElement(Tt);window.document.body.appendChild(t)}if(!document.querySelector(At)){const t=document.createElement(At);window.document.body.appendChild(t)}if(!document.querySelector(Lt)){const t=document.createElement(Lt);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){this.loading=!1,console.warn("Error in loadPluginUI: ",t),or("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{var t,e,n,o,s,r,a,l,c,d,h,u,p,v;try{if(await i(this.apiKey,{options:{staging:this.staging,version:this.staging?"1.0.186":"latest",velt:!0}}),!window.Snippyly)return;if(this.autoTranslation&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.enableAutoTranslation)&&(null===Snippyly||void 0===Snippyly||Snippyly.enableAutoTranslation()),!document.querySelector(_t)){const t=document.createElement(_t);t.setAttribute(Ft,"true"),window.document.body.appendChild(t)}if(Snippyly){null===Snippyly||void 0===Snippyly||Snippyly.sf(!0);try{(null===window||void 0===window?void 0:window.onSnippylyLoad)&&(null===window||void 0===window||window.onSnippylyLoad(Snippyly))}catch(t){}document.body.style.setProperty("--velt-default-font-family","'Poppins', sans-serif"),(()=>{try{if(!document.getElementById("superflowFontLink1")){const t=document.createElement("link");t.rel="preconnect",t.href="https://fonts.googleapis.com",t.id="superflowFontLink1",document.head.appendChild(t)}if(!document.getElementById("superflowFontLink2")){const t=document.createElement("link");t.rel="preconnect",t.href="https://fonts.gstatic.com",t.crossOrigin="anonymous",t.id="superflowFontLink2",document.head.appendChild(t)}if(!document.getElementById("superflowFontLink3")){const t=document.createElement("link");t.rel="stylesheet",t.href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap",t.id="superflowFontLink3",document.head.appendChild(t)}}catch(t){console.warn("Error in loadPoppinsFont: ",t),or("Error in loadPoppinsFont: ",t)}})()}Snippyly&&ir({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,e=0)=>{try{let i=3735928559^e,n=1103547991^e;for(let e,o=0;o<t.length;o++)e=t.charCodeAt(o),i=Math.imul(i^e,2654435761),n=Math.imul(n^e,1597334677);return i=Math.imul(i^i>>>16,2246822507)^Math.imul(n^n>>>13,3266489909),n=Math.imul(n^n>>>16,2246822507)^Math.imul(i^i>>>13,3266489909),4294967296*(2097151&n)+(i>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),or("Error in cyrb53: ",t),0}})((t=>{let e;return e=t.includes("http")?new URL(t):new URL("http://"+t),e.hostname.replace("www.","")})(window.location.origin))+"",this.projectId&&(this.documentId=this.projectId+""),await(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setDocumentId(this.documentId+""));const m=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();if(ir({documentId:m,clientDocumentId:this.documentId}),this.generateLocation(),this.setLocation(),this.commentElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getCommentElement(),this.contactElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getContactElement(),this.rewriterElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getRewriterElement(),this.presenceElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getPresenceElement(),this.commentElement){this.commentElement.enableTextComments(!0),this.customLoginEnabledLocally||this.commentElement.enableSignInButton(!0),this.commentElement.enableAttachment(!0),(null===(t=this.commentElement)||void 0===t?void 0:t.showScreenSizeInfo)&&this.commentElement.showScreenSizeInfo(!0),(null===(e=this.commentElement)||void 0===e?void 0:e.showDeviceInfo)&&this.commentElement.showDeviceInfo(!0),this.commentElement.showCommentIndex(!0),this.commentElement.addCommentModeChange&&this.commentElement.addCommentModeChange().subscribe((t=>{this.addCommentMode=t})),(null===(n=this.commentElement)||void 0===n?void 0:n.enableOrphanComments)&&this.commentElement.enableOrphanComments(),(null===(o=this.commentElement)||void 0===o?void 0:o.enableAutoCategorize)&&this.commentElement.enableAutoCategorize(),(null===(s=this.commentElement)||void 0===s?void 0:s.enablePersistentCommentMode)&&this.commentElement.enablePersistentCommentMode(),(null===(r=this.commentElement)||void 0===r?void 0:r.enableGhostComments)&&this.commentElement.enableGhostComments();const i=null===window||void 0===window?void 0:window.SUPERFLOW_CUSTOM_STATUSES;i&&"object"==typeof i&&(null===(a=this.commentElement)||void 0===a?void 0:a.setCustomStatuses)&&this.commentElement.setCustomStatuses(i),(null===(l=this.commentElement)||void 0===l?void 0:l.enableMinimap)&&this.commentElement.enableMinimap(),(null===(c=this.commentElement)||void 0===c?void 0:c.setDStrategy)&&(null===(d=this.commentElement)||void 0===d||d.setDStrategy("dynamicId")),(null===(h=this.commentElement)||void 0===h?void 0:h.enableSidebarButtonOnCommentDialog)&&this.commentElement.enableSidebarButtonOnCommentDialog()}this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.rewriterElement&&(null===(u=this.rewriterElement)||void 0===u||u.enableRewriter()),this.presenceElement&&(null===(p=this.presenceElement)||void 0===p?void 0:p.enableFlockMode)&&(null===(v=this.presenceElement)||void 0===v||v.enableFlockMode(!0)),this.identifySnippyly()}catch(t){this.loading=!1,console.warn("Error in initializeSnippyly: ",t),or("Error in initializeSnippyly: ",t)}},this.checkToEnableUpgradeButton=()=>{var t,e;try{this.isPlanExpired&&this.isUserGlobalContact?(null===(t=this.commentElement)||void 0===t?void 0:t.enableUpgradeButton)&&this.commentElement.enableUpgradeButton():(null===(e=this.commentElement)||void 0===e?void 0:e.disableUpgradeButton)&&this.commentElement.disableUpgradeButton()}catch(t){console.warn("Error in checkToEnableUpgradeButton: ",t),or("Error in checkToEnableUpgradeButton: ",t)}},this.generateLocation=()=>{try{const t=new URL(document.location).searchParams,e=new URL(document.location);e.searchParams.delete(at),e.searchParams.delete(lt),e.searchParams.delete(ct),e.searchParams.delete("scommentId"),e.searchParams.delete(gt),e.searchParams.delete(wt);const i=t.get(ft)||this.projectVersion;e.search="";let n=(t=>{try{return t.replace(/#.*$/,"")}catch(e){return console.warn("Error in removeHashFromUrl: ",e),or("Error in removeHashFromUrl: ",e),t}})(e.href);this.projectId&&(n=null==n?void 0:n.replace(window.location.origin,"")),this.location={url:n,version:i}}catch(t){console.warn("Error in generateLocation: ",t),or("Error in generateLocation: ",t)}},this.setLocation=()=>{var t,e,i,n;try{if(window.Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setLocation)){if(this.previousLocation&&(null===(t=this.previousLocation)||void 0===t?void 0:t.url)===(null===(e=this.location)||void 0===e?void 0:e.url)&&(null===(i=this.previousLocation)||void 0===i?void 0:i.version)===(null===(n=this.location)||void 0===n?void 0:n.version))return;null===Snippyly||void 0===Snippyly||Snippyly.setLocation(JSON.parse(JSON.stringify(this.location))),ir({clientLocation:this.location}),this.previousLocation=JSON.parse(JSON.stringify(this.location))}}catch(t){console.warn("Error in setLocation: ",t),or("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,e;let i="";try{this.invalidApiKey=!1;let e,n={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};if(e=this.customLoginEnabled&&this.providedUser?this.providedUser:Js(),(null==e?void 0:e.email)&&(n=e),n.isAnonymous?delete n.groupId:n.groupId=Snippyly.getDocumentId()+"",this.customLoginEnabledLocally||(null===(t=null==n?void 0:n.contacts)||void 0===t?void 0:t.length)&&(n.contacts=[]),i=null==n?void 0:n.email,(null==n?void 0:n.isAnonymous)&&this.projectId){if(Zs(xt,!0))this.guestMode="true"===Zs(xt,!0);else{const t=await ar(this.apiKey,this.projectId);this.guestMode=!!(null==t?void 0:t.guestMode),Ps(xt,this.guestMode+"",!0)}if(this.guestMode){const t=Qs();t&&(n=JSON.parse(JSON.stringify(t)))}}(null==n?void 0:n.isAnonymous)||(this.loading=!0);const o=await Snippyly.identify(n);nr(JSON.parse(JSON.stringify(o||{}))),(null==n?void 0:n.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(n)));const s=JSON.parse(JSON.stringify(o||{}));(null==s?void 0:s.userSnippylyId)&&!(null==s?void 0:s.isGuest)&&this.checkToMigrateGuestUser(s),Snippyly.getUserRole$().subscribe((t=>{var e;this.loading=!1,this.snippylyUserRole=t,null===(e=this.commentElement)||void 0===e||e.enablePriority()})),(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getFeaturesAccessLevelIam$)&&Snippyly.getFeaturesAccessLevelIam$().subscribe((async t=>{var e,i,n;this.allFeatureDisabled=!!(null===(e=null==t?void 0:t.all)||void 0===e?void 0:e.disabled),this.allFeatureRestricted=!!(null===(i=null==t?void 0:t.all)||void 0===i?void 0:i.restricted),this.guestMode=!!(null===(n=null==t?void 0:t.all)||void 0===n?void 0:n.guestMode),Ps(xt,this.guestMode+"",!0)}),(t=>{this.loading=!1,console.warn("Error in getFeaturesAccessLevelIam$: ",t),or("Error in getFeaturesAccessLevelIam$: ",t)})),(null===Snippyly||void 0===Snippyly?void 0:Snippyly.isPlanExpired$)&&(null===Snippyly||void 0===Snippyly||Snippyly.isPlanExpired$().subscribe((t=>{this.isPlanExpired=t}),(t=>{this.isPlanExpired=!1,console.warn("Error in isPlanExpired$: ",t),or("Error in isPlanExpired$: ",t)}))),ir({clientUserId:null==n?void 0:n.userId}),this.getComments(),this.checkGlobalUserContact(),setTimeout((()=>{Zs(yt)||(this.showTourCommentTooltip=!0)}),2e3)}catch(t){if(this.loading=!1,this.signInError=!0,t&&"string"==typeof t&&(null===(e=null==t?void 0:t.toLowerCase())||void 0===e?void 0:e.includes("invalid"))){this.invalidApiKey=!0,this.projectId&&ar(this.apiKey,this.projectId);if(new URL(document.location).searchParams.has(gt))this.isSigningInUserAdmin=!0;else if(Zs(bt))this.isSigningInUserAdmin="true"===Zs(bt,!0);else{const t=await(async(t,e,i)=>{try{const n=hi(Xs,"iam"),o=await n({apiKey:t,projectId:e,email:i});return null==o?void 0:o.data}catch(t){return console.warn("Error in iam: ",t),null}})(this.apiKey,this.projectId||"",i);this.isSigningInUserAdmin=!!(null==t?void 0:t.isAdmin),Ps(bt,this.isSigningInUserAdmin+"",!0)}}console.warn("Error in identifySnippyly: ",t),or("Error in identifySnippyly: ",t)}},this.checkToMigrateGuestUser=async t=>{try{const e=Qs(!1);e&&(await lr(this.apiKey,this.projectId||"",e,t,!0),Gs(pt))}catch(t){console.warn("Error in checkToMigrationGuestUser: ",t),or("Error in checkToMigrationGuestUser: ",t)}},this.getComments=()=>{try{this.commentElement&&(this.commentSubscription&&this.commentSubscription.unsubscribe(),this.commentSubscription=this.commentElement.getAllCommentAnnotations(this.documentId).subscribe((t=>{this.comments=null==t?void 0:t.filter((t=>{var e;return["open","inProgress"].includes(null==t?void 0:t.status)||["default","ongoing"].includes(null===(e=null==t?void 0:t.status)||void 0===e?void 0:e.type)}))})))}catch(t){console.warn("Error in getComments: ",t),or("Error in getComments: ",t)}},this.checkGlobalUserContact=()=>{try{this.contactElement&&this.contactElement.isUserGlobalContact().subscribe((t=>{this.isUserGlobalContact=t}))}catch(t){console.warn("Error in checkGlobalUserContact: ",t),or("Error in checkGlobalUserContact: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),or("Error in toggleSnippylyPluginToolbar: ",t)}},this.togglePrivateCommentMode=()=>{try{this.commentElement&&(this.privateCommentModeEnabled?(this.commentElement.disablePrivateCommentMode&&this.commentElement.disablePrivateCommentMode(),this.privateCommentModeEnabled=!1):(this.commentElement.enablePrivateCommentMode&&this.commentElement.enablePrivateCommentMode(),this.privateCommentModeEnabled=!0))}catch(t){console.warn("Error in togglePrivateCommentMode: ",t),or("Error in togglePrivateCommentMode: ",t)}},this.loginWithGoogle=()=>{try{if(this.loading||this.customLoginEnabledLocally)return;window.open(this.signInUrl,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),or("Error in loginWithGoogle: ",t)}},this.getQRCode=async()=>{try{const t=window.location.href;if(t){const e=Ks(t,$t,Ot),i=await fetch(`https://us-central1-snipply-sdk-staging.cloudfunctions.net/getQRCode?text=${encodeURIComponent(e)}`),n=await i.json();(null==n?void 0:n.qrcode)&&(this.qrCode=null==n?void 0:n.qrcode)}}catch(t){console.warn("Error in getQRCode: ",t),or("Error in getQRCode: ",t)}},this.toggleQRCodeVisibility=async()=>{try{this.showQrCode=!this.showQrCode,this.showQrCode&&!this.qrCode&&await this.getQRCode()}catch(t){console.warn("Error in toggleQRCodeVisibility: ",t),or("Error in toggleQRCodeVisibility: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,Gs(at),Gs(lt),Gs(ct),Gs(vt,"sessionStorage"),Gs(mt,"sessionStorage");const t=new URL(document.location),e=t.searchParams;e.delete(ct),e.delete(at),e.delete(lt),this.projectVersionKey&&e.delete(this.projectVersionKey),e.delete(ft),e.delete(gt),e.delete(wt),this.projectVersion=void 0,this.projectVersionKey=void 0,delete window.snippylyInitialLoadUrl,window.history.replaceState({},document.title,t.href),window.location.reload()}catch(t){console.warn("Error in removeSnippyly: ",t),or("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),Gs(dt),Gs(ut),Gs(bt),this.snippylyUser=void 0,window.open(this.signOutUrl,"_self")}catch(t){console.warn("Error in signOutUser: ",t),or("Error in signOutUser: ",t)}},this.toggleMenu=(t,e)=>{try{t.stopPropagation(),this.menuOpenedId===e?this.menuOpenedId=void 0:this.menuOpenedId=e}catch(t){console.warn("Error in toggleMenu: ",t),or("Error in toggleMenu: ",t)}},this.copyLink=()=>{try{navigator.clipboard.writeText(window.location.href),this.copyLinkTooltip="Link copied!",setTimeout((()=>{this.copyLinkTooltip="Copy Link"}),2e3)}catch(t){console.warn("Error in copyLink: ",t),or("Error in copyLink: ",t)}},this.goToAdminPortal=()=>{try{let t=`${Dt}`;if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){const e=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();e&&(t=`${Dt}/dashboard/project/comment/${this.apiKey}/${e}`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),or("Error in goToAdminPortal: ",t)}},this.goToAdminPortalDashboard=()=>{try{let t=`${Dt}`;if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId())&&(t=`${Dt}/dashboard`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortalDashboard: ",t),or("Error in goToAdminPortalDashboard: ",t)}},this.joinCommunity=()=>{try{window.open("https://join.slack.com/t/superflowusers/shared_invite/zt-1q3jzsddt-NEb~uu9RXscLfxOIDGQXJw","_blank")}catch(t){console.warn("Error in joinCommunity: ",t),or("Error in joinCommunity: ",t)}},this.onboardingNextClick=()=>{try{this.showOnboardingModal=!1,Ps(gt,"true");const t=new URL(document.location);t.searchParams.delete(gt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onboardingNextClick: ",t),or("Error in onboardingNextClick: ",t)}},this.onLiveDemoModalNextClick=()=>{try{this.showLiveDemoModal=!1,Ps(wt,"true",!1,"sessionStorage");const t=new URL(document.location);t.searchParams.delete(wt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onLiveDemoModalNextClick: ",t),or("Error in onLiveDemoModalNextClick: ",t)}},this.onFigmaDemoModalNextClick=()=>{try{this.showFigmaDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(Ct),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onFigmaDemoModalNextClick: ",t),or("Error in onFigmaDemoModalNextClick: ",t)}},this.onUpgradePlanClick=()=>{try{window.open("https://superflow-portal-staging-2023.web.app/dashboard/billing","_blank")}catch(t){console.warn("Error in onUpgradePlanClick: ",t),or("Error in onUpgradePlanClick: ",t)}},this.onTourCommentTooltipClick=()=>{try{this.showTourCommentTooltip=!1,Ps(yt,"true")}catch(t){console.warn("Error in onTourCommentTooltipClick: ",t),or("Error in onTourCommentTooltipClick: ",t)}},this.onGuestModeChipSignInButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SIGN_IN_BUTTON_CLICKED),this.loginWithGoogle()}catch(t){console.warn("Error in onGuestModeChipSignInButtonClick: ",t),or("Error in onGuestModeChipSignInButtonClick: ",t)}},this.openGuestModeSignInModal=()=>{try{this.showGuestModeSignInModal=!0,sr(pr.Events.GUEST_MODE_SIGN_IN_DIALOG_SHOWN)}catch(t){console.warn("Error in openGuestModeSignInModal: ",t),or("Error in openGuestModeSignInModal: ",t)}},this.closeGuestModeSignInModal=()=>{try{this.showGuestModeSignInModal=!1}catch(t){console.warn("Error in closeGuestModeSignInModal: ",t),or("Error in closeGuestModeSignInModal: ",t)}},this.onGuestModeSignInModalSignInButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SIGN_IN_BUTTON_CLICKED),this.loginWithGoogle()}catch(t){console.warn("Error in onGuestModeSignInModalSignInButtonClick: ",t),or("Error in onGuestModeSignInModalSignInButtonClick: ",t)}},this.openGuestModeNameModel=t=>{try{t&&(t.stopPropagation(),t.preventDefault()),this.showGuestModeNameModal=!0,sr(pr.Events.GUEST_MODE_NAME_DIALOG_SHOWN)}catch(t){console.warn("Error in openGuestModeNameModel: ",t),or("Error in openGuestModeNameModel: ",t)}},this.closeGuestModeNameModel=()=>{try{this.showGuestModeNameModal=!1}catch(t){console.warn("Error in closeGuestModeNameModel: ",t),or("Error in closeGuestModeNameModel: ",t)}},this.onGuestModeNameModalSkipButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SKIP_BUTTON_CLICKED),this.showGuestModeNameModal=!1}catch(t){console.warn("Error in onGuestModeNameModalSkipButtonClick: ",t),or("Error in onGuestModeNameModalSkipButtonClick: ",t)}},this.showGuestModeSignInBanner=()=>{try{this.guestModeSignInBannerVisible=!0,sr(pr.Events.GUEST_MODE_SIGN_IN_BANNER_SHOWN)}catch(t){console.warn("Error in showGuestModeSignInBanner: ",t),or("Error in showGuestModeSignInBanner: ",t)}},this.hideGuestModeSignInBanner=()=>{try{this.guestModeSignInBannerVisible=!1}catch(t){console.warn("Error in hideGuestModeSignInBanner: ",t),or("Error in hideGuestModeSignInBanner: ",t)}},this.onGuestModeBannerSignInButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SIGN_IN_BUTTON_CLICKED),this.loginWithGoogle()}catch(t){console.warn("Error in onGuestModeBannerSignInButtonClick: ",t),or("Error in onGuestModeBannerSignInButtonClick: ",t)}},this.updateGuestUserName=async()=>{var t;try{if(!(null===(t=this.guestUserNameInput)||void 0===t?void 0:t.trim()))return;if(this.guestUserNameUpdateLoading)return;const e=Qs();if(e){const t=JSON.parse(JSON.stringify(e));e.name=this.guestUserNameInput,e.photoUrl=null,this.guestUserNameUpdateLoading=!0,(t=>{try{const e=JSON.stringify(t),i=Ks(e,$t,Ot);Ps(pt,i,!0)}catch(t){console.warn("Error in updateGuestUser: ",t),or("Error in updateGuestUser: ",t)}})(e),await Snippyly.identify(e),this.snippylyUser=JSON.parse(JSON.stringify(e)),await lr(this.apiKey,this.projectId||"",t,e),this.showGuestModeNameModal=!1,this.guestUserNameUpdated=!0,this.guestUserNameUpdateLoading=!1,Ps(Mt,"true"),sr(pr.Events.GUEST_MODE_NAME_ADDED,{oldName:null==t?void 0:t.name,newName:null==e?void 0:e.name})}this.closeGuestModeNameModel()}catch(t){console.warn("Error in updateGuestUserName: ",t),or("Error in updateGuestUserName: ",t)}},this.disableCommentMode=()=>{var t;try{(null===(t=this.commentElement)||void 0===t?void 0:t.disableCommentMode)&&this.commentElement.disableCommentMode()}catch(t){console.warn("Error in disableAddCommentMode: ",t),or("Error in disableAddCommentMode: ",t)}},this.disableCommentModeButton=()=>{try{return this.addCommentMode?j`
|
|
2244
|
+
`;navigator.language.split("-")[0];const hr=new Map;hr.set("es",{Comment:"Comentario","Commenting is disabled. Contact admin.":"Los comentarios están deshabilitados. Póngase en contacto con el administrador.","Arrow feature is disabled. Contact admin.":"La función de flecha está desactivada. Póngase en contacto con el administrador.","All Comments":"Todos los comentarios","Signing In":"Iniciando sesión","Sign in again!":"¡Inicia sesión de nuevo!","Sign in to comment":"Inicia sesión para comentar",Superflow:"Superflujo","Sign in to comment on this page.":"Inicia sesión para comentar en esta página.","Join Community":"Únete a la comunidad","Open in Mobile":"Abrir en móvil","Exit Review Mode":"Salir del modo de revisión","Sign in":"Iniciar sesión","Try Superflow using the toolbar below.":"Prueba Superflujo usando la barra de herramientas de abajo.","Get ready to drop your first comment!":"¡Prepárate para dejar tu primer comentario!","But before you do that, you definitely deserve a high five!":"¡Pero antes de eso, definitivamente mereces un choca esos cinco!",Done:"Hecho","Sign in on the toolbar below and add":"Inicia sesión en la barra de herramientas de abajo y añade","comments on the design flaws.":"comentarios sobre los defectos de diseño.","Click to add comments on this page.":"Haz clic para añadir comentarios en esta página.",Ok:"Ok",Arrow:"Flecha","Live Huddle":"Encuentro en vivo",Recording:"Grabación","Open Comments":"Abrir comentarios",Views:"Vistas",Internal:"Interno",External:"Externo",All:"Todos",Upgrade:"Actualizar","You don't have access.":"No tienes acceso.","Reach out to the admin of this project.":"Contacta al administrador de este proyecto.","Your plan has expired! Please upgrade.":"¡Tu plan ha caducado! Por favor, actualiza.","Your plan has expired!":"¡Tu plan ha caducado!","Please contact the admin.":"Por favor, contacta al administrador.",Share:"Compartir","Add comments & recordings on this page.":"Añade comentarios y grabaciones en esta página.","Learn more":"Aprender más","View project":"Ver proyecto","Sign Out":"Cerrar sesión","You’re a SuperFlow installation wizard!":"¡Eres un mago de la instalación de Superflujo!",Next:"Siguiente"}),hr.set("fr",{Comment:"Commentaire","Commenting is disabled. Contact admin.":"Les commentaires sont désactivés. Contactez l'administrateur.","Arrow feature is disabled. Contact admin.":"La fonction flèche est désactivée. Contactez l'administrateur.","All Comments":"Tous les commentaires","Signing In":"Connexion en cours","Sign in again!":"Connectez-vous à nouveau!","Sign in to comment":"Connectez-vous pour commenter",Superflow:"Superflux","Sign in to comment on this page.":"Connectez-vous pour commenter sur cette page.","Join Community":"Rejoindre la communauté","Open in Mobile":"Ouvrir sur mobile","Exit Review Mode":"Quitter le mode de révision","Sign in":"Se connecter","Try Superflow using the toolbar below.":"Essayez Superflux en utilisant la barre d'outils ci-dessous.","Get ready to drop your first comment!":"Préparez-vous à laisser votre premier commentaire!","But before you do that, you definitely deserve a high five!":"Mais avant cela, vous méritez certainement un tope-là!",Done:"Terminé","Sign in on the toolbar below and add":"Connectez-vous sur la barre d'outils ci-dessous et ajoutez","comments on the design flaws.":"des commentaires sur les défauts de conception.","Click to add comments on this page.":"Cliquez pour ajouter des commentaires sur cette page.",Ok:"Ok",Arrow:"Flèche","Live Huddle":"Discussion en direct",Recording:"Enregistrement","Open Comments":"Ouvrir les commentaires",Views:"Vues",Internal:"Interne",External:"Externe",All:"Tous",Upgrade:"Mettre à jour","You don't have access.":"Vous n'avez pas accès.","Reach out to the admin of this project.":"Contactez l'administrateur de ce projet.","Your plan has expired! Please upgrade.":"Votre plan a expiré! Veuillez mettre à jour.","Your plan has expired!":"Votre plan a expiré!","Please contact the admin.":"Veuillez contacter l'administrateur.",Share:"Partager","Add comments & recordings on this page.":"Ajoutez des commentaires et des enregistrements sur cette page.","Learn more":"En savoir plus","View project":"Voir le projet","Sign Out":"Se déconnecter","You’re a SuperFlow installation wizard!":"Vous êtes un sorcier d'installation de Superflux!",Next:"Suivant"}),hr.set("hi",{Comment:"टिप्पणी","Commenting is disabled. Contact admin.":"टिप्पणी करना अक्षम है. व्यवस्थापक से संपर्क करें.","Arrow feature is disabled. Contact admin.":"तीर सुविधा अक्षम है. व्यवस्थापक से संपर्क करें.","All Comments":"सभी टिप्पणियाँ","Signing In":"साइन इन कर रहा है","Sign in again!":"फिर से साइन इन करें!","Sign in to comment":"टिप्पणी करने के लिए साइन इन करें",Superflow:"सुपरफ्लो","Sign in to comment on this page.":"इस पृष्ठ पर टिप्पणी करने के लिए साइन इन करें।","Join Community":"समुदाय में शामिल हों","Open in Mobile":"मोबाइल में खोलें","Exit Review Mode":"समीक्षा मोड से बाहर निकलें","Sign in":"साइन इन करें","Try Superflow using the toolbar below.":"टूलबार का उपयोग करके सुपरफ्लो का प्रयास करें।","Get ready to drop your first comment!":"अपनी पहली टिप्पणी डालने के लिए तैयार हो जाओ!","But before you do that, you definitely deserve a high five!":"लेकिन इससे पहले, आपको निश्चित रूप से एक उच्च पांच मिलता है!",Done:"किया हुआ","Sign in on the toolbar below and add":"टूलबार पर साइन इन करें और जोड़ें","comments on the design flaws.":"डिज़ाइन की खामियों पर टिप्पणियाँ।","Click to add comments on this page.":"इस पृष्ठ पर टिप्पणियाँ जोड़ने के लिए क्लिक करें।",Ok:"ठीक",Arrow:"तीर","Live Huddle":"लाइव हडल",Recording:"रेकॉर्डिंग","Open Comments":"टिप्पणियाँ खोलें",Views:"दृश्य",Internal:"आंतरिक",External:"बाहरी",All:"सब",Upgrade:"अपग्रेड","You don't have access.":"आपके पास पहुंच नहीं है।","Reach out to the admin of this project.":"इस परियोजना के व्यवस्थापक से संपर्क करें।","Your plan has expired! Please upgrade.":"आपकी योजना समाप्त हो गई है! कृपया अपग्रेड करें।","Your plan has expired!":"आपकी योजना समाप्त हो गई है!","Please contact the admin.":"कृपया व्यवस्थापक से संपर्क करें।",Share:"शेयर","Add comments & recordings on this page.":"इस पृष्ठ पर टिप्पणियाँ और रिकॉर्डिंग जोड़ें।","Learn more":"और अधिक जानें","View project":"परियोजना देखें","Sign Out":"साइन आउट","You’re a SuperFlow installation wizard!":"आप एक सुपरफ्लो स्थापना विज़ार्ड हैं!",Next:"आगामी"}),hr.set("it",{Comment:"Commento","Commenting is disabled. Contact admin.":"I commenti sono disabilitati. Contatta l'amministratore.","Arrow feature is disabled. Contact admin.":"La funzione freccia è disabilitata. Contatta l'amministratore.","All Comments":"Tutti i commenti","Signing In":"Accesso in corso","Sign in again!":"Accedi di nuovo!","Sign in to comment":"Accedi per commentare",Superflow:"Superflusso","Sign in to comment on this page.":"Accedi per commentare su questa pagina.","Join Community":"Unisciti alla comunità","Open in Mobile":"Apri su mobile","Exit Review Mode":"Esci dalla modalità di revisione","Sign in":"Accedi","Try Superflow using the toolbar below.":"Prova Superflusso utilizzando la barra degli strumenti qui sotto.","Get ready to drop your first comment!":"Preparati a lasciare il tuo primo commento!","But before you do that, you definitely deserve a high five!":"Ma prima di farlo, meriti sicuramente un cinque in alto!",Done:"Fatto","Sign in on the toolbar below and add":"Accedi alla barra degli strumenti qui sotto e aggiungi","comments on the design flaws.":"commenti sui difetti di progettazione.","Click to add comments on this page.":"Clicca per aggiungere commenti su questa pagina.",Ok:"Ok",Arrow:"Freccia","Live Huddle":"Riunione dal vivo",Recording:"Registrazione","Open Comments":"Apri commenti",Views:"Visualizzazioni",Internal:"Interno",External:"Esterno",All:"Tutti",Upgrade:"Aggiorna","You don't have access.":"Non hai accesso.","Reach out to the admin of this project.":"Contatta l'amministratore di questo progetto.","Your plan has expired! Please upgrade.":"Il tuo piano è scaduto! Si prega di aggiornare.","Your plan has expired!":"Il tuo piano è scaduto!","Please contact the admin.":"Si prega di contattare l'amministratore.",Share:"Condividi","Add comments & recordings on this page.":"Aggiungi commenti e registrazioni su questa pagina.","Learn more":"Scopri di più","View project":"Visualizza progetto","Sign Out":"Disconnetti","You’re a SuperFlow installation wizard!":"Sei un mago dell'installazione di Superflusso!",Next:"Avanti"}),hr.set("ru",{Comment:"Комментарий","Commenting is disabled. Contact admin.":"Комментирование отключено. Свяжитесь с админом.","Arrow feature is disabled. Contact admin.":"Функция стрелки отключена. Свяжитесь с администратором.","All Comments":"Все комментарии","Signing In":"Вход в систему","Sign in again!":"Войдите снова!","Sign in to comment":"Войдите, чтобы оставить комментарий",Superflow:"Суперпоток","Sign in to comment on this page.":"Войдите, чтобы оставить комментарий на этой странице.","Join Community":"Присоединиться к сообществу","Open in Mobile":"Открыть на мобильном","Exit Review Mode":"Выйти из режима обзора","Sign in":"Войти","Try Superflow using the toolbar below.":"Попробуйте Суперпоток, используя панель инструментов ниже.","Get ready to drop your first comment!":"Приготовьтесь оставить свой первый комментарий!","But before you do that, you definitely deserve a high five!":"Но перед этим вы определенно заслуживаете пять!",Done:"Сделано","Sign in on the toolbar below and add":"Войдите на панели инструментов ниже и добавьте","comments on the design flaws.":"комментарии об ошибках в дизайне.","Click to add comments on this page.":"Нажмите, чтобы добавить комментарии на этой странице.",Ok:"Ок",Arrow:"Стрелка","Live Huddle":"Прямой сбор",Recording:"Запись","Open Comments":"Открыть комментарии",Views:"Просмотры",Internal:"Внутренний",External:"Внешний",All:"Все",Upgrade:"Обновить","You don't have access.":"У вас нет доступа.","Reach out to the admin of this project.":"Обратитесь к администратору этого проекта.","Your plan has expired! Please upgrade.":"Ваш план истек! Пожалуйста, обновите.","Your plan has expired!":"Ваш план истек!","Please contact the admin.":"Пожалуйста, свяжитесь с администратором.",Share:"Поделиться","Add comments & recordings on this page.":"Добавьте комментарии и записи на этой странице.","Learn more":"Узнать больше","View project":"Посмотреть проект","Sign Out":"Выйти","You’re a SuperFlow installation wizard!":"Вы волшебник установки Суперпотока!",Next:"Далее"}),hr.set("uk",{Comment:"Коментар","Commenting is disabled. Contact admin.":"Коментування вимкнено. Зв'язатися з адміном.","Arrow feature is disabled. Contact admin.":"Функція стрілки вимкнена. Зв'язатися з адміном.","All Comments":"Всі коментарі","Signing In":"Увійти в систему","Sign in again!":"Увійдіть знову!","Sign in to comment":"Увійдіть, щоб залишити коментар",Superflow:"Суперпотік","Sign in to comment on this page.":"Увійдіть, щоб залишити коментар на цій сторінці.","Join Community":"Приєднатися до спільноти","Open in Mobile":"Відкрити на мобільному","Exit Review Mode":"Вийти з режиму огляду","Sign in":"Увійти","Try Superflow using the toolbar below.":"Спробуйте Суперпотік, використовуючи панель інструментів нижче.","Get ready to drop your first comment!":"Приготуйтеся залишити свій перший коментар!","But before you do that, you definitely deserve a high five!":"Але перед тим, як ви це зробите, ви точно заслуговуєте на високу п'ятірку!",Done:"Готово","Sign in on the toolbar below and add":"Увійдіть в панель інструментів нижче і додайте","comments on the design flaws.":"коментарі про помилки в дизайні.","Click to add comments on this page.":"Натисніть, щоб додати коментарі на цій сторінці.",Ok:"Добре",Arrow:"Стрілка","Live Huddle":"Пряма група",Recording:"Запис","Open Comments":"Відкрити коментарі",Views:"Перегляди",Internal:"Внутрішній",External:"Зовнішній",All:"Все",Upgrade:"Оновити","You don't have access.":"У вас немає доступу.","Reach out to the admin of this project.":"Зверніться до адміністратора цього проекту.","Your plan has expired! Please upgrade.":"Термін дії вашого плану закінчився! Будь ласка, оновіть.","Your plan has expired!":"Термін дії вашого плану закінчився!","Please contact the admin.":"Будь ласка, зв'яжіться з адміністратором.",Share:"Поділитися","Add comments & recordings on this page.":"Додайте коментарі та записи на цій сторінці.","Learn more":"Дізнатися більше","View project":"Переглянути проект","Sign Out":"Вийти","You’re a SuperFlow installation wizard!":"Ви чарівник встановлення Суперпотоку!",Next:"Далі"});const ur=t=>{try{return t}catch(e){return t}};class pr{}pr.Events={GUEST_MODE_SIGN_IN_DIALOG_SHOWN:"guestModeSignInDialogShown",GUEST_MODE_NAME_DIALOG_SHOWN:"guestModeNameDialogShown",GUEST_MODE_SIGN_IN_BANNER_SHOWN:"guestModeSignInBannerShown",GUEST_MODE_SIGN_IN_BUTTON_CLICKED:"guestModeSignInButtonClicked",GUEST_MODE_SKIP_BUTTON_CLICKED:"guestModeSkipButtonClicked",GUEST_MODE_NAME_ADDED:"guestModeNameAdded",TOOLBAR_NOTIFICATION_CLICKED:"toolbarNotificationClicked"};var vr=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class mr extends X{constructor(){super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this.showTourCommentTooltip=!1,this.allFeatureDisabled=!1,this.allFeatureRestricted=!1,this.guestMode=!1,this._expanded=!0,this.loading=!0,this._isPlanExpired=null,this.showOnboardingModal=!0,this.showLiveDemoModal=!1,this.showFigmaDemoModal=!1,this.showGuestModeSignInModal=!1,this.showGuestModeNameModal=!1,this.guestModeSignInBannerVisible=!1,this.guestUserNameInput="",this.guestUserModelOpened=!1,this.guestUserNameUpdated=!1,this.guestUserNameUpdateLoading=!1,this.staging=true,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this._isUserGlobalContact=!1,this.showQrCode=!1,this.customLoginEnabledLocally=null,this.customLoginEnabled=null,this.exitReviewModeCalled=!1,this.addCommentCount=0,this.privateCommentModeEnabled=!1,this.onApiKeyChange=()=>{try{this.apiKey&&(null===window||void 0===window?void 0:window.onSuperflowLoad)&&"function"==typeof window.onSuperflowLoad&&window.onSuperflowLoad()}catch(t){console.warn("Error in onApiKeyChange: ",t),nr("Error in onApiKeyChange: ",t)}},this.checkCustomLoginEnabled=async()=>{var t;try{const e=await(t=>{const e={apiKey:t};return hi(Xs,"customLoginEnabled")(e)})(this.apiKey);this.customLoginEnabled=!!(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.customLoginEnabled),this.customLoginEnabled&&this.loginWithCustomUser()}catch(t){this.customLoginEnabled=!1,console.warn("Error in checkCustomLoginEnabled: ",t),nr("Error in checkCustomLoginEnabled: ",t)}},this.loginWithCustomUser=()=>{try{this.customLoginEnabled?(Gs(ut),this.loadPlugin&&this.documentId&&this.identifySnippyly()):console.warn("Identify call not allowed.")}catch(t){console.warn("Error in loginWithCustomUser: ",t),nr("Error in loginWithCustomUser: ",t)}},this.addWindowClickEventListener=()=>{try{this.windowClickEventListener||(this.windowClickEventListener=()=>{this.menuOpenedId&&(this.menuOpenedId=void 0)},window.addEventListener("click",this.windowClickEventListener))}catch(t){console.warn("Error in addWindowClickEventListener: ",t),nr("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),nr("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),nr("Error in setWindowEventListner: ",t)}},this.urlChangeListener=()=>{try{const t=history.pushState;history.pushState=function(){const e=t.apply(this,arguments);return window.dispatchEvent(new Event("pushstate")),window.dispatchEvent(new Event("locationchange")),e};const e=history.replaceState;history.replaceState=function(){const t=e.apply(this,arguments);return window.dispatchEvent(new Event("replacestate")),window.dispatchEvent(new Event("locationchange")),t},window.addEventListener("popstate",(()=>{window.dispatchEvent(new Event("locationchange"))}))}catch(t){console.warn("Error in urlChangeListener: ",t),nr("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),e=t.searchParams;if((null==e?void 0:e.has(gt))&&!Zs(gt)?this.showOnboardingModal=!0:this.showOnboardingModal=!1,null==e?void 0:e.has(wt))if(Zs(wt,!1,"sessionStorage")){this.showLiveDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(wt),window.history.replaceState({},null===document||void 0===document?void 0:document.title,t.toString())}else this.showLiveDemoModal=!0;else this.showLiveDemoModal=!1;if(null==e?void 0:e.has(Ct))if(Zs(Ct,!1)){this.showFigmaDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(Ct),window.history.replaceState({},null===document||void 0===document?void 0:document.title,t.toString())}else this.showFigmaDemoModal=!0;else this.showFigmaDemoModal=!1;if(e.has(ht)||e.has("snippyly_google_token")){if(e.has(ht)){const t=decodeURIComponent(e.get(ht)),i=Ws(t,$t,Ot),o=i&&JSON.parse(i);if(o){const t={};t.userId=o.uid,t.name=o.displayName,t.email=o.email,t.photoUrl=null==o?void 0:o.photoURL;const e=JSON.stringify(t),i=Ks(e,$t,Ot);Ps(ut,i,!0),Gs(bt)}}else if(e.has("snippyly_google_token")){const t=JSON.parse(atob(e.get("snippyly_google_token"))),i={};i.userId=t.uid,i.name=t.displayName,i.email=t.email,i.photoUrl=null==t?void 0:t.photoURL,Ps(dt,JSON.stringify(i),!0)}e.delete(ht),e.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}e.has(at)?(Ps(at,"true",!1),Gs(lt),"true"!==e.get(at)&&(e.delete(at),e.append(at,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(lt)||Zs(at,!1)&&(e.append(at,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),e.has(lt)?(Ps(lt,"true",!1),Gs(at),"true"!==e.get(lt)&&(e.delete(lt),e.append(lt,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(at)||Zs(lt,!1)&&(e.append(lt,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),nr("Error in checkUrl: ",t)}},this.detectVersion=()=>{try{if(this.projectVersionKey){const t=new URL(document.location).searchParams;if(t.get(this.projectVersionKey))this.projectVersion=t.get(this.projectVersionKey);else if(window.snippylyInitialLoadUrl){const t=new URL(window.snippylyInitialLoadUrl).searchParams;t.get(this.projectVersionKey)&&(this.projectVersion=t.get(this.projectVersionKey))}this.projectVersion&&Ps(mt,this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;(t.has(at)||t.has(lt))&&t.has(ft)&&(Ps(vt,ft,!1,"sessionStorage"),this.projectVersion=t.get(ft),this.projectVersion&&Ps(mt,this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),nr("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||Zs(vt,!1,"sessionStorage"),e=this.projectVersion||Zs(mt,!1,"sessionStorage");if(t&&e){const i=new URL(document.location),o=i.searchParams;o.get(t)||(o.set(t,e),window.history.replaceState({},document.title,i.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),nr("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return void this.generateLocation();const t=Js();if(t&&!(null==t?void 0:t.isAnonymous)&&(this.loading=!0),this.loadPlugin=!0,!document.querySelector(Nt)){const t=document.createElement(Nt);null==t||t.addEventListener("onSignIn",(()=>{this.loginWithGoogle()})),null==t||t.addEventListener("onUpgrade",(()=>{this.onUpgradePlanClick()})),this.staging&&(t.addEventListener("onCommentAdd",(t=>{console.log("Comment added: ",null==t?void 0:t.detail),this.addCommentCount++})),t.addEventListener("onCommentUpdate",(t=>{var e,i;console.log("Comment updated: ",t.detail),(null===(e=this.snippylyUser)||void 0===e?void 0:e.isGuest)&&"add"===(null===(i=null==t?void 0:t.detail)||void 0===i?void 0:i.type)&&(this.addCommentCount>=2&&!Zs(Et)&&(this.openGuestModeSignInModal(),Ps(Et,"true")),this.addCommentCount>=5&&!Zs(St,!1,"sessionStorage")&&(this.showGuestModeSignInBanner(),Ps(St,"true",!1,"sessionStorage")))}))),window.document.body.appendChild(t)}if(!document.querySelector(kt)){const t=document.createElement(kt);window.document.body.appendChild(t)}if(!document.querySelector(It)){const t=document.createElement(It);window.document.body.appendChild(t)}if(!document.querySelector(Tt)){const t=document.createElement(Tt);window.document.body.appendChild(t)}if(!document.querySelector(Ft)){const t=document.createElement(Ft);window.document.body.appendChild(t)}if(!document.querySelector(At)){const t=document.createElement(At);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){this.loading=!1,console.warn("Error in loadPluginUI: ",t),nr("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{var t,e,o,n,s,r,a,l,c,d,h,u,p,v;try{if(await i(this.apiKey,{options:{staging:this.staging,version:this.staging?"1.0.188":"latest",velt:!0}}),!window.Snippyly)return;if(this.autoTranslation&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.enableAutoTranslation)&&(null===Snippyly||void 0===Snippyly||Snippyly.enableAutoTranslation()),!document.querySelector(_t)){const t=document.createElement(_t);t.setAttribute(Lt,"true"),window.document.body.appendChild(t)}if(Snippyly){null===Snippyly||void 0===Snippyly||Snippyly.sf(!0);try{(null===window||void 0===window?void 0:window.onSnippylyLoad)&&(null===window||void 0===window||window.onSnippylyLoad(Snippyly))}catch(t){}document.body.style.setProperty("--velt-default-font-family","'Poppins', sans-serif"),(()=>{try{if(!document.getElementById("superflowFontLink1")){const t=document.createElement("link");t.rel="preconnect",t.href="https://fonts.googleapis.com",t.id="superflowFontLink1",document.head.appendChild(t)}if(!document.getElementById("superflowFontLink2")){const t=document.createElement("link");t.rel="preconnect",t.href="https://fonts.gstatic.com",t.crossOrigin="anonymous",t.id="superflowFontLink2",document.head.appendChild(t)}if(!document.getElementById("superflowFontLink3")){const t=document.createElement("link");t.rel="stylesheet",t.href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap",t.id="superflowFontLink3",document.head.appendChild(t)}}catch(t){console.warn("Error in loadPoppinsFont: ",t),nr("Error in loadPoppinsFont: ",t)}})()}Snippyly&&ir({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,e=0)=>{try{let i=3735928559^e,o=1103547991^e;for(let e,n=0;n<t.length;n++)e=t.charCodeAt(n),i=Math.imul(i^e,2654435761),o=Math.imul(o^e,1597334677);return i=Math.imul(i^i>>>16,2246822507)^Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507)^Math.imul(i^i>>>13,3266489909),4294967296*(2097151&o)+(i>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),nr("Error in cyrb53: ",t),0}})((t=>{let e;return e=t.includes("http")?new URL(t):new URL("http://"+t),e.hostname.replace("www.","")})(window.location.origin))+"",this.projectId&&(this.documentId=this.projectId+""),await(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setDocumentId(this.documentId+""));const m=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();if(ir({documentId:m,clientDocumentId:this.documentId}),this.generateLocation(),this.setLocation(),this.commentElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getCommentElement(),this.contactElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getContactElement(),this.rewriterElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getRewriterElement(),this.presenceElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getPresenceElement(),this.commentElement){this.commentElement.enableTextComments(!0),this.customLoginEnabledLocally||this.commentElement.enableSignInButton(!0),this.commentElement.enableAttachment(!0),(null===(t=this.commentElement)||void 0===t?void 0:t.showScreenSizeInfo)&&this.commentElement.showScreenSizeInfo(!0),(null===(e=this.commentElement)||void 0===e?void 0:e.showDeviceInfo)&&this.commentElement.showDeviceInfo(!0),this.commentElement.showCommentIndex(!0),this.commentElement.addCommentModeChange&&this.commentElement.addCommentModeChange().subscribe((t=>{this.addCommentMode=t})),(null===(o=this.commentElement)||void 0===o?void 0:o.enableOrphanComments)&&this.commentElement.enableOrphanComments(),(null===(n=this.commentElement)||void 0===n?void 0:n.enableAutoCategorize)&&this.commentElement.enableAutoCategorize(),(null===(s=this.commentElement)||void 0===s?void 0:s.enablePersistentCommentMode)&&this.commentElement.enablePersistentCommentMode(),(null===(r=this.commentElement)||void 0===r?void 0:r.enableGhostComments)&&this.commentElement.enableGhostComments();const i=null===window||void 0===window?void 0:window.SUPERFLOW_CUSTOM_STATUSES;i&&"object"==typeof i&&(null===(a=this.commentElement)||void 0===a?void 0:a.setCustomStatuses)&&this.commentElement.setCustomStatuses(i),(null===(l=this.commentElement)||void 0===l?void 0:l.enableMinimap)&&this.commentElement.enableMinimap(),(null===(c=this.commentElement)||void 0===c?void 0:c.setDStrategy)&&(null===(d=this.commentElement)||void 0===d||d.setDStrategy("dynamicId")),(null===(h=this.commentElement)||void 0===h?void 0:h.enableSidebarButtonOnCommentDialog)&&this.commentElement.enableSidebarButtonOnCommentDialog()}this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.rewriterElement&&(null===(u=this.rewriterElement)||void 0===u||u.enableRewriter()),this.presenceElement&&(null===(p=this.presenceElement)||void 0===p?void 0:p.enableFlockMode)&&(null===(v=this.presenceElement)||void 0===v||v.enableFlockMode(!0)),this.identifySnippyly()}catch(t){this.loading=!1,console.warn("Error in initializeSnippyly: ",t),nr("Error in initializeSnippyly: ",t)}},this.checkToEnableUpgradeButton=()=>{var t,e;try{this.isPlanExpired&&this.isUserGlobalContact?(null===(t=this.commentElement)||void 0===t?void 0:t.enableUpgradeButton)&&this.commentElement.enableUpgradeButton():(null===(e=this.commentElement)||void 0===e?void 0:e.disableUpgradeButton)&&this.commentElement.disableUpgradeButton()}catch(t){console.warn("Error in checkToEnableUpgradeButton: ",t),nr("Error in checkToEnableUpgradeButton: ",t)}},this.generateLocation=()=>{try{const t=new URL(document.location).searchParams,e=new URL(document.location);e.searchParams.delete(at),e.searchParams.delete(lt),e.searchParams.delete(ct),e.searchParams.delete("scommentId"),e.searchParams.delete(gt),e.searchParams.delete(wt);const i=t.get(ft)||this.projectVersion;e.search="";let o=(t=>{try{return t.replace(/#.*$/,"")}catch(e){return console.warn("Error in removeHashFromUrl: ",e),nr("Error in removeHashFromUrl: ",e),t}})(e.href);this.projectId&&(o=null==o?void 0:o.replace(window.location.origin,"")),this.location={url:o,version:i}}catch(t){console.warn("Error in generateLocation: ",t),nr("Error in generateLocation: ",t)}},this.setLocation=()=>{var t,e,i,o;try{if(window.Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setLocation)){if(this.previousLocation&&(null===(t=this.previousLocation)||void 0===t?void 0:t.url)===(null===(e=this.location)||void 0===e?void 0:e.url)&&(null===(i=this.previousLocation)||void 0===i?void 0:i.version)===(null===(o=this.location)||void 0===o?void 0:o.version))return;null===Snippyly||void 0===Snippyly||Snippyly.setLocation(JSON.parse(JSON.stringify(this.location))),ir({clientLocation:this.location}),this.previousLocation=JSON.parse(JSON.stringify(this.location))}}catch(t){console.warn("Error in setLocation: ",t),nr("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,e;let i="";try{this.invalidApiKey=!1;let e,o={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};if(e=this.customLoginEnabled&&this.providedUser?this.providedUser:Js(),(null==e?void 0:e.email)&&(o=e),o.isAnonymous?delete o.groupId:o.groupId=Snippyly.getDocumentId()+"",this.customLoginEnabledLocally||(null===(t=null==o?void 0:o.contacts)||void 0===t?void 0:t.length)&&(o.contacts=[]),i=null==o?void 0:o.email,(null==o?void 0:o.isAnonymous)&&this.projectId){if(Zs(xt,!0))this.guestMode="true"===Zs(xt,!0);else{const t=await ar(this.apiKey,this.projectId);this.guestMode=!!(null==t?void 0:t.guestMode),Ps(xt,this.guestMode+"",!0)}if(this.guestMode){const t=Qs();t&&(o=JSON.parse(JSON.stringify(t)))}}(null==o?void 0:o.isAnonymous)||(this.loading=!0);const n=await Snippyly.identify(o);or(JSON.parse(JSON.stringify(n||{}))),(null==o?void 0:o.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(o)));const s=JSON.parse(JSON.stringify(n||{}));(null==s?void 0:s.userSnippylyId)&&!(null==s?void 0:s.isGuest)&&this.checkToMigrateGuestUser(s),Snippyly.getUserRole$().subscribe((t=>{var e;this.loading=!1,this.snippylyUserRole=t,null===(e=this.commentElement)||void 0===e||e.enablePriority()})),(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getFeaturesAccessLevelIam$)&&Snippyly.getFeaturesAccessLevelIam$().subscribe((async t=>{var e,i,o;this.allFeatureDisabled=!!(null===(e=null==t?void 0:t.all)||void 0===e?void 0:e.disabled),this.allFeatureRestricted=!!(null===(i=null==t?void 0:t.all)||void 0===i?void 0:i.restricted),this.guestMode=!!(null===(o=null==t?void 0:t.all)||void 0===o?void 0:o.guestMode),Ps(xt,this.guestMode+"",!0)}),(t=>{this.loading=!1,console.warn("Error in getFeaturesAccessLevelIam$: ",t),nr("Error in getFeaturesAccessLevelIam$: ",t)})),(null===Snippyly||void 0===Snippyly?void 0:Snippyly.isPlanExpired$)&&(null===Snippyly||void 0===Snippyly||Snippyly.isPlanExpired$().subscribe((t=>{this.isPlanExpired=t}),(t=>{this.isPlanExpired=!1,console.warn("Error in isPlanExpired$: ",t),nr("Error in isPlanExpired$: ",t)}))),ir({clientUserId:null==o?void 0:o.userId}),this.getComments(),this.checkGlobalUserContact(),setTimeout((()=>{Zs(yt)||(this.showTourCommentTooltip=!0)}),2e3)}catch(t){if(this.loading=!1,this.signInError=!0,t&&"string"==typeof t&&(null===(e=null==t?void 0:t.toLowerCase())||void 0===e?void 0:e.includes("invalid"))){this.invalidApiKey=!0,this.projectId&&ar(this.apiKey,this.projectId);if(new URL(document.location).searchParams.has(gt))this.isSigningInUserAdmin=!0;else if(Zs(bt))this.isSigningInUserAdmin="true"===Zs(bt,!0);else{const t=await(async(t,e,i)=>{try{const o=hi(Xs,"iam"),n=await o({apiKey:t,projectId:e,email:i});return null==n?void 0:n.data}catch(t){return console.warn("Error in iam: ",t),null}})(this.apiKey,this.projectId||"",i);this.isSigningInUserAdmin=!!(null==t?void 0:t.isAdmin),Ps(bt,this.isSigningInUserAdmin+"",!0)}}console.warn("Error in identifySnippyly: ",t),nr("Error in identifySnippyly: ",t)}},this.checkToMigrateGuestUser=async t=>{try{const e=Qs(!1);e&&(await lr(this.apiKey,this.projectId||"",e,t,!0),Gs(pt))}catch(t){console.warn("Error in checkToMigrationGuestUser: ",t),nr("Error in checkToMigrationGuestUser: ",t)}},this.getComments=()=>{try{this.commentElement&&(this.commentSubscription&&this.commentSubscription.unsubscribe(),this.commentSubscription=this.commentElement.getAllCommentAnnotations(this.documentId).subscribe((t=>{this.comments=null==t?void 0:t.filter((t=>{var e;return["open","inProgress"].includes(null==t?void 0:t.status)||["default","ongoing"].includes(null===(e=null==t?void 0:t.status)||void 0===e?void 0:e.type)}))})))}catch(t){console.warn("Error in getComments: ",t),nr("Error in getComments: ",t)}},this.checkGlobalUserContact=()=>{try{this.contactElement&&this.contactElement.isUserGlobalContact().subscribe((t=>{this.isUserGlobalContact=t}))}catch(t){console.warn("Error in checkGlobalUserContact: ",t),nr("Error in checkGlobalUserContact: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),nr("Error in toggleSnippylyPluginToolbar: ",t)}},this.togglePrivateCommentMode=()=>{try{this.commentElement&&(this.privateCommentModeEnabled?(this.commentElement.disablePrivateCommentMode&&this.commentElement.disablePrivateCommentMode(),this.privateCommentModeEnabled=!1):(this.commentElement.enablePrivateCommentMode&&this.commentElement.enablePrivateCommentMode(),this.privateCommentModeEnabled=!0))}catch(t){console.warn("Error in togglePrivateCommentMode: ",t),nr("Error in togglePrivateCommentMode: ",t)}},this.loginWithGoogle=()=>{try{if(this.loading||this.customLoginEnabledLocally)return;window.open(this.signInUrl,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),nr("Error in loginWithGoogle: ",t)}},this.getQRCode=async()=>{try{const t=window.location.href;if(t){const e=Ks(t,$t,Ot),i=await fetch(`https://us-central1-snipply-sdk-staging.cloudfunctions.net/getQRCode?text=${encodeURIComponent(e)}`),o=await i.json();(null==o?void 0:o.qrcode)&&(this.qrCode=null==o?void 0:o.qrcode)}}catch(t){console.warn("Error in getQRCode: ",t),nr("Error in getQRCode: ",t)}},this.toggleQRCodeVisibility=async()=>{try{this.showQrCode=!this.showQrCode,this.showQrCode&&!this.qrCode&&await this.getQRCode()}catch(t){console.warn("Error in toggleQRCodeVisibility: ",t),nr("Error in toggleQRCodeVisibility: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,Gs(at),Gs(lt),Gs(ct),Gs(vt,"sessionStorage"),Gs(mt,"sessionStorage");const t=new URL(document.location),e=t.searchParams;e.delete(ct),e.delete(at),e.delete(lt),this.projectVersionKey&&e.delete(this.projectVersionKey),e.delete(ft),e.delete(gt),e.delete(wt),this.projectVersion=void 0,this.projectVersionKey=void 0,delete window.snippylyInitialLoadUrl,window.history.replaceState({},document.title,t.href),window.location.reload()}catch(t){console.warn("Error in removeSnippyly: ",t),nr("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),Gs(dt),Gs(ut),Gs(bt),this.snippylyUser=void 0,window.open(this.signOutUrl,"_self")}catch(t){console.warn("Error in signOutUser: ",t),nr("Error in signOutUser: ",t)}},this.toggleMenu=(t,e)=>{try{t.stopPropagation(),this.menuOpenedId===e?this.menuOpenedId=void 0:this.menuOpenedId=e}catch(t){console.warn("Error in toggleMenu: ",t),nr("Error in toggleMenu: ",t)}},this.copyLink=()=>{try{navigator.clipboard.writeText(window.location.href),this.copyLinkTooltip="Link copied!",setTimeout((()=>{this.copyLinkTooltip="Copy Link"}),2e3)}catch(t){console.warn("Error in copyLink: ",t),nr("Error in copyLink: ",t)}},this.goToAdminPortal=()=>{try{let t=`${jt}`;if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){const e=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();e&&(t=`${jt}/dashboard/project/comment/${this.apiKey}/${e}`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),nr("Error in goToAdminPortal: ",t)}},this.goToAdminPortalDashboard=()=>{try{let t=`${jt}`;if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId())&&(t=`${jt}/dashboard`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortalDashboard: ",t),nr("Error in goToAdminPortalDashboard: ",t)}},this.joinCommunity=()=>{try{window.open("https://join.slack.com/t/superflowusers/shared_invite/zt-1q3jzsddt-NEb~uu9RXscLfxOIDGQXJw","_blank")}catch(t){console.warn("Error in joinCommunity: ",t),nr("Error in joinCommunity: ",t)}},this.onboardingNextClick=()=>{try{this.showOnboardingModal=!1,Ps(gt,"true");const t=new URL(document.location);t.searchParams.delete(gt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onboardingNextClick: ",t),nr("Error in onboardingNextClick: ",t)}},this.onLiveDemoModalNextClick=()=>{try{this.showLiveDemoModal=!1,Ps(wt,"true",!1,"sessionStorage");const t=new URL(document.location);t.searchParams.delete(wt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onLiveDemoModalNextClick: ",t),nr("Error in onLiveDemoModalNextClick: ",t)}},this.onFigmaDemoModalNextClick=()=>{try{this.showFigmaDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(Ct),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onFigmaDemoModalNextClick: ",t),nr("Error in onFigmaDemoModalNextClick: ",t)}},this.onUpgradePlanClick=()=>{try{window.open("https://superflow-portal-staging-2023.web.app/dashboard/billing","_blank")}catch(t){console.warn("Error in onUpgradePlanClick: ",t),nr("Error in onUpgradePlanClick: ",t)}},this.onTourCommentTooltipClick=()=>{try{this.showTourCommentTooltip=!1,Ps(yt,"true")}catch(t){console.warn("Error in onTourCommentTooltipClick: ",t),nr("Error in onTourCommentTooltipClick: ",t)}},this.onGuestModeChipSignInButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SIGN_IN_BUTTON_CLICKED),this.loginWithGoogle()}catch(t){console.warn("Error in onGuestModeChipSignInButtonClick: ",t),nr("Error in onGuestModeChipSignInButtonClick: ",t)}},this.openGuestModeSignInModal=()=>{try{this.showGuestModeSignInModal=!0,sr(pr.Events.GUEST_MODE_SIGN_IN_DIALOG_SHOWN)}catch(t){console.warn("Error in openGuestModeSignInModal: ",t),nr("Error in openGuestModeSignInModal: ",t)}},this.closeGuestModeSignInModal=()=>{try{this.showGuestModeSignInModal=!1}catch(t){console.warn("Error in closeGuestModeSignInModal: ",t),nr("Error in closeGuestModeSignInModal: ",t)}},this.onGuestModeSignInModalSignInButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SIGN_IN_BUTTON_CLICKED),this.loginWithGoogle()}catch(t){console.warn("Error in onGuestModeSignInModalSignInButtonClick: ",t),nr("Error in onGuestModeSignInModalSignInButtonClick: ",t)}},this.openGuestModeNameModel=t=>{try{t&&(t.stopPropagation(),t.preventDefault()),this.showGuestModeNameModal=!0,sr(pr.Events.GUEST_MODE_NAME_DIALOG_SHOWN)}catch(t){console.warn("Error in openGuestModeNameModel: ",t),nr("Error in openGuestModeNameModel: ",t)}},this.closeGuestModeNameModel=()=>{try{this.showGuestModeNameModal=!1}catch(t){console.warn("Error in closeGuestModeNameModel: ",t),nr("Error in closeGuestModeNameModel: ",t)}},this.onGuestModeNameModalSkipButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SKIP_BUTTON_CLICKED),this.showGuestModeNameModal=!1}catch(t){console.warn("Error in onGuestModeNameModalSkipButtonClick: ",t),nr("Error in onGuestModeNameModalSkipButtonClick: ",t)}},this.showGuestModeSignInBanner=()=>{try{this.guestModeSignInBannerVisible=!0,sr(pr.Events.GUEST_MODE_SIGN_IN_BANNER_SHOWN)}catch(t){console.warn("Error in showGuestModeSignInBanner: ",t),nr("Error in showGuestModeSignInBanner: ",t)}},this.hideGuestModeSignInBanner=()=>{try{this.guestModeSignInBannerVisible=!1}catch(t){console.warn("Error in hideGuestModeSignInBanner: ",t),nr("Error in hideGuestModeSignInBanner: ",t)}},this.onGuestModeBannerSignInButtonClick=()=>{try{sr(pr.Events.GUEST_MODE_SIGN_IN_BUTTON_CLICKED),this.loginWithGoogle()}catch(t){console.warn("Error in onGuestModeBannerSignInButtonClick: ",t),nr("Error in onGuestModeBannerSignInButtonClick: ",t)}},this.updateGuestUserName=async()=>{var t;try{if(!(null===(t=this.guestUserNameInput)||void 0===t?void 0:t.trim()))return;if(this.guestUserNameUpdateLoading)return;const e=Qs();if(e){const t=JSON.parse(JSON.stringify(e));e.name=this.guestUserNameInput,e.photoUrl=null,this.guestUserNameUpdateLoading=!0,(t=>{try{const e=JSON.stringify(t),i=Ks(e,$t,Ot);Ps(pt,i,!0)}catch(t){console.warn("Error in updateGuestUser: ",t),nr("Error in updateGuestUser: ",t)}})(e),await Snippyly.identify(e),this.snippylyUser=JSON.parse(JSON.stringify(e)),await lr(this.apiKey,this.projectId||"",t,e),this.showGuestModeNameModal=!1,this.guestUserNameUpdated=!0,this.guestUserNameUpdateLoading=!1,Ps(Mt,"true"),sr(pr.Events.GUEST_MODE_NAME_ADDED,{oldName:null==t?void 0:t.name,newName:null==e?void 0:e.name})}this.closeGuestModeNameModel()}catch(t){console.warn("Error in updateGuestUserName: ",t),nr("Error in updateGuestUserName: ",t)}},this.disableCommentMode=()=>{var t;try{(null===(t=this.commentElement)||void 0===t?void 0:t.disableCommentMode)&&this.commentElement.disableCommentMode()}catch(t){console.warn("Error in disableAddCommentMode: ",t),nr("Error in disableAddCommentMode: ",t)}},this.disableCommentModeButton=()=>{try{return this.addCommentMode?D`
|
|
2211
2245
|
<div class="disable-add-comment-button" @click=${()=>this.disableCommentMode()}>
|
|
2212
2246
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2213
2247
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.52861 3.52858C3.78896 3.26823 4.21107 3.26823 4.47141 3.52858L8.00001 7.05717L11.5286 3.52858C11.789 3.26823 12.2111 3.26823 12.4714 3.52858C12.7318 3.78892 12.7318 4.21103 12.4714 4.47138L8.94282 7.99998L12.4714 11.5286C12.7318 11.7889 12.7318 12.211 12.4714 12.4714C12.2111 12.7317 11.789 12.7317 11.5286 12.4714L8.00001 8.94279L4.47141 12.4714C4.21107 12.7317 3.78896 12.7317 3.52861 12.4714C3.26826 12.211 3.26826 11.7889 3.52861 11.5286L7.0572 7.99998L3.52861 4.47138C3.26826 4.21103 3.26826 3.78892 3.52861 3.52858Z" fill="#FAFBFF"/>
|
|
2214
2248
|
</svg>
|
|
2215
2249
|
</div>
|
|
2216
|
-
`:
|
|
2250
|
+
`:D``}catch(t){return console.warn("Error in disableAddCommentModeButton: ",t),nr("Error in disableAddCommentModeButton: ",t),D``}},this.addStyles=()=>{var t,e;try{const i=document.createElement("style");i.textContent=cr.cssText,null===(t=this.shadowRoot)||void 0===t||t.appendChild(i);const o=document.createElement("style");o.textContent=dr.cssText,null===(e=this.shadowRoot)||void 0===e||e.appendChild(o)}catch(t){console.warn("Error in addStyles: ",t),nr("Error in addStyles: ",t)}},this.guestUserNameUpdated=!!Zs(Mt);const t=new URL(document.location);t.searchParams.has(ht)&&t.searchParams.delete(ht),this.signInUrl=`${jt}/signin?redirect_url=${encodeURIComponent(null==t?void 0:t.toString())}&source=sf`,this.signOutUrl=`${jt}/signout?redirect_url=${encodeURIComponent(null==t?void 0:t.toString())}&source=sf`,window.Superflow={enableCustomLogin:async()=>{this.customLoginEnabledLocally=!0,Gs(ut),await this.checkCustomLoginEnabled()},identify:async t=>{this.providedUser=t,this.customLoginEnabled&&this.loginWithCustomUser()},signInUrl:this.signInUrl,signOutUrl:this.signOutUrl};try{this.detectVersion(),this.setWindowEventListner(),this.urlChangeListener(),this.checkUrl(),console.log("*** Staging Mode ON! ***")}catch(t){console.warn("Error in constructor: ",t),nr("Error in constructor: ",t)}}get loadPlugin(){return this._loadPlugin}set loadPlugin(t){var e,i,o,n,s,r,a,l,c,d;this._loadPlugin=t,this.loadPlugin?(this.classList.add("visible"),null===(i=null===(e=null===document||void 0===document?void 0:document.body)||void 0===e?void 0:e.style)||void 0===i||i.setProperty("transform","none","important"),null===(s=null===(n=null===(o=null===document||void 0===document?void 0:document.body)||void 0===o?void 0:o.parentElement)||void 0===n?void 0:n.style)||void 0===s||s.setProperty("transform","none","important"),null===(a=null===(r=null===document||void 0===document?void 0:document.body)||void 0===r?void 0:r.style)||void 0===a||a.setProperty("perspective","none","important"),null===(d=null===(c=null===(l=null===document||void 0===document?void 0:document.body)||void 0===l?void 0:l.parentElement)||void 0===c?void 0:c.style)||void 0===d||d.setProperty("perspective","none","important")):this.classList.remove("visible")}get expanded(){return this._expanded}set expanded(t){this._expanded=t,this.expanded?this.classList.add("expanded"):this.classList.remove("expanded")}get isPlanExpired(){return this._isPlanExpired}set isPlanExpired(t){this._isPlanExpired=t,this.checkToEnableUpgradeButton()}get apiKey(){return this._apiKey}set apiKey(t){this._apiKey=t,this.onApiKeyChange(),ir({apiKey:this.apiKey}),this.checkUrl()}get projectVersionKey(){return this._projectVersionKey}set projectVersionKey(t){try{this._projectVersionKey=t,this.projectVersionKey&&Ps(vt,this.projectVersionKey,!1,"sessionStorage"),this.exitReviewModeCalled||this.detectVersion()}catch(t){console.warn("Error in set projectVersionKey: ",t),nr("Error in set projectVersionKey: ",t)}}get menuOpenedId(){return this._menuOpenedId}set menuOpenedId(t){this._menuOpenedId=t,this.menuOpenedId?this.addWindowClickEventListener():this.removeWindowClickEventListener()}get isUserGlobalContact(){return this._isUserGlobalContact}set isUserGlobalContact(t){this._isUserGlobalContact=t,this.checkToEnableUpgradeButton()}connectedCallback(){super.connectedCallback(),this.expanded=!0,this.setAttribute("data-velt-comment-disabled","true"),this.style.zIndex="2147483578";const t=document.createElement("style");t.innerHTML='body[data-velt-ongoing-recording="screen"] superflow-toolbar { display: none !important; }',document.head.appendChild(t),this.addStyles(),setTimeout((()=>{const t=document.querySelectorAll('script[src*="snippyly.min.js"]');(null==t?void 0:t.length)>1&&console.warn("Multiple superflow scripts installed.")}),1e3)}render(){var t,e,i,o,n,s,r,a,l,c,d,h,u;return this.loadPlugin?!this.snippylyUser||this.loading||null===this.isPlanExpired?D`
|
|
2217
2251
|
<div class="snippyly-plugin-container" part="superflow-toolbar-container">
|
|
2218
2252
|
<div class="toolbar" id="smallToolbar">
|
|
2219
2253
|
<!-- <div class="toolbar-section">
|
|
@@ -2242,7 +2276,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2242
2276
|
<div class="toolbar-section">
|
|
2243
2277
|
<div class="toolbar-divider"></div>
|
|
2244
2278
|
</div>
|
|
2245
|
-
${this.snippylyUserRole&&!this.allFeatureDisabled?
|
|
2279
|
+
${this.snippylyUserRole&&!this.allFeatureDisabled?D`
|
|
2246
2280
|
<div class="toolbar-section comment-viewmode-section ${rt({"d-none":!this.expanded})}">
|
|
2247
2281
|
<div class="toolbar-actions1 ${rt({"d-none":!this.commentElement})}">
|
|
2248
2282
|
<velt-sidebar-button>
|
|
@@ -2267,10 +2301,10 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2267
2301
|
</div>
|
|
2268
2302
|
</div>
|
|
2269
2303
|
`:null}
|
|
2270
|
-
${!this.customLoginEnabledLocally||this.loading?
|
|
2304
|
+
${!this.customLoginEnabledLocally||this.loading?D`
|
|
2271
2305
|
<div class="toolbar-section ${this.invalidApiKey?"d-none":""}" @click=${()=>this.loginWithGoogle()}>
|
|
2272
2306
|
<a class="toolbar-button sign-in-button ${rt({loading:this.loading})}">
|
|
2273
|
-
${this.loading?
|
|
2307
|
+
${this.loading?D`
|
|
2274
2308
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
|
|
2275
2309
|
<g transform="rotate(0 50 50)">
|
|
2276
2310
|
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
@@ -2323,13 +2357,13 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2323
2357
|
</g>
|
|
2324
2358
|
</svg>
|
|
2325
2359
|
${this.guestMode,""}
|
|
2326
|
-
`:
|
|
2360
|
+
`:D`${this.signInError?D`
|
|
2327
2361
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2328
2362
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.64754 5.99921C8.27961 6.01309 7.97008 5.72609 7.95619 5.35816C7.92488 4.5287 7.8809 3.92331 7.83766 3.48926C7.79508 3.06179 7.53702 2.8046 7.1773 2.76063C6.75313 2.70878 6.15477 2.66634 5.33367 2.66634C4.51254 2.66634 3.91418 2.70878 3.49002 2.76063C3.13048 2.80458 2.87229 3.06189 2.8297 3.48946C2.74944 4.29515 2.667 5.68713 2.667 7.99968C2.667 10.3122 2.74944 11.7042 2.8297 12.5099C2.87229 12.9375 3.13048 13.1948 3.49002 13.2387C3.91418 13.2906 4.51254 13.333 5.33367 13.333C6.15477 13.333 6.75313 13.2906 7.1773 13.2387C7.53702 13.1947 7.79508 12.9376 7.83766 12.5101C7.8809 12.076 7.92488 11.4706 7.95619 10.6412C7.97008 10.2733 8.27961 9.98626 8.64754 10.0001C9.01546 10.014 9.30247 10.3236 9.28858 10.6915C9.25644 11.5428 9.21087 12.1761 9.16443 12.6423C9.06679 13.6224 8.38345 14.4345 7.33908 14.5622C6.85294 14.6216 6.19979 14.6663 5.33367 14.6663C4.46752 14.6663 3.81436 14.6216 3.32822 14.5622C2.28377 14.4345 1.60055 13.622 1.50293 12.6421C1.41698 11.7792 1.33367 10.3407 1.33367 7.99968C1.33367 5.65866 1.41698 4.22013 1.50293 3.35729C1.60055 2.37738 2.28377 1.56483 3.32822 1.43715C3.81436 1.37772 4.46752 1.33301 5.33367 1.33301C6.19979 1.33301 6.85294 1.37772 7.33908 1.43714C8.38345 1.56481 9.06679 2.37697 9.16443 3.35709C9.21087 3.8233 9.25644 4.45651 9.28858 5.30786C9.30247 5.67579 9.01546 5.98532 8.64754 5.99921Z" fill="white"/>
|
|
2329
2363
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1966 6.13807C10.9362 5.87772 10.9362 5.45561 11.1966 5.19526C11.4569 4.93491 11.879 4.93491 12.1394 5.19526L14.4727 7.5286C14.7331 7.78894 14.7331 8.21105 14.4727 8.4714L12.1394 10.8047C11.879 11.0651 11.4569 11.0651 11.1966 10.8047C10.9362 10.5444 10.9362 10.1223 11.1966 9.86193L12.3918 8.66667H6.0013C5.63311 8.66667 5.33463 8.36819 5.33463 8C5.33463 7.63181 5.63311 7.33333 6.0013 7.33333L12.3918 7.33333L11.1966 6.13807Z" fill="white"/>
|
|
2330
2364
|
</svg>
|
|
2331
2365
|
<span>${ur("Sign in again!")}</span>
|
|
2332
|
-
`:
|
|
2366
|
+
`:D`
|
|
2333
2367
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2334
2368
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.64754 5.99921C8.27961 6.01309 7.97008 5.72609 7.95619 5.35816C7.92488 4.5287 7.8809 3.92331 7.83766 3.48926C7.79508 3.06179 7.53702 2.8046 7.1773 2.76063C6.75313 2.70878 6.15477 2.66634 5.33367 2.66634C4.51254 2.66634 3.91418 2.70878 3.49002 2.76063C3.13048 2.80458 2.87229 3.06189 2.8297 3.48946C2.74944 4.29515 2.667 5.68713 2.667 7.99968C2.667 10.3122 2.74944 11.7042 2.8297 12.5099C2.87229 12.9375 3.13048 13.1948 3.49002 13.2387C3.91418 13.2906 4.51254 13.333 5.33367 13.333C6.15477 13.333 6.75313 13.2906 7.1773 13.2387C7.53702 13.1947 7.79508 12.9376 7.83766 12.5101C7.8809 12.076 7.92488 11.4706 7.95619 10.6412C7.97008 10.2733 8.27961 9.98626 8.64754 10.0001C9.01546 10.014 9.30247 10.3236 9.28858 10.6915C9.25644 11.5428 9.21087 12.1761 9.16443 12.6423C9.06679 13.6224 8.38345 14.4345 7.33908 14.5622C6.85294 14.6216 6.19979 14.6663 5.33367 14.6663C4.46752 14.6663 3.81436 14.6216 3.32822 14.5622C2.28377 14.4345 1.60055 13.622 1.50293 12.6421C1.41698 11.7792 1.33367 10.3407 1.33367 7.99968C1.33367 5.65866 1.41698 4.22013 1.50293 3.35729C1.60055 2.37738 2.28377 1.56483 3.32822 1.43715C3.81436 1.37772 4.46752 1.33301 5.33367 1.33301C6.19979 1.33301 6.85294 1.37772 7.33908 1.43714C8.38345 1.56481 9.06679 2.37697 9.16443 3.35709C9.21087 3.8233 9.25644 4.45651 9.28858 5.30786C9.30247 5.67579 9.01546 5.98532 8.64754 5.99921Z" fill="white"/>
|
|
2335
2369
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1966 6.13807C10.9362 5.87772 10.9362 5.45561 11.1966 5.19526C11.4569 4.93491 11.879 4.93491 12.1394 5.19526L14.4727 7.5286C14.7331 7.78894 14.7331 8.21105 14.4727 8.4714L12.1394 10.8047C11.879 11.0651 11.4569 11.0651 11.1966 10.8047C10.9362 10.5444 10.9362 10.1223 11.1966 9.86193L12.3918 8.66667H6.0013C5.63311 8.66667 5.33463 8.36819 5.33463 8C5.33463 7.63181 5.63311 7.33333 6.0013 7.33333L12.3918 7.33333L11.1966 6.13807Z" fill="white"/>
|
|
@@ -2338,11 +2372,11 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2338
2372
|
`}`}
|
|
2339
2373
|
</a>
|
|
2340
2374
|
</div>
|
|
2341
|
-
${this.invalidApiKey?
|
|
2375
|
+
${this.invalidApiKey?D`
|
|
2342
2376
|
<div class="toolbar-section">
|
|
2343
2377
|
<div class="tooltip">
|
|
2344
2378
|
<div class="tooltiptext">
|
|
2345
|
-
${this.isSigningInUserAdmin?
|
|
2379
|
+
${this.isSigningInUserAdmin?D`Current URL not added to Superflow <br/> Project. Please add this URL.`:D`Current URL not added to Superflow <br/> Project. Please contact admin.`}
|
|
2346
2380
|
</div>
|
|
2347
2381
|
<div class="s-alert-btn danger">
|
|
2348
2382
|
<div class='error-container'>
|
|
@@ -2351,7 +2385,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2351
2385
|
</svg>
|
|
2352
2386
|
<div class="error-message">Error</div>
|
|
2353
2387
|
</div>
|
|
2354
|
-
${this.isSigningInUserAdmin?
|
|
2388
|
+
${this.isSigningInUserAdmin?D`
|
|
2355
2389
|
<div class="s-cta-btn" @click=${()=>this.goToAdminPortalDashboard()}>
|
|
2356
2390
|
Add URL
|
|
2357
2391
|
</div>
|
|
@@ -2394,7 +2428,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2394
2428
|
</a>
|
|
2395
2429
|
</div>
|
|
2396
2430
|
<hr />
|
|
2397
|
-
${(null===window||void 0===window?void 0:window.Velt)?
|
|
2431
|
+
${(null===window||void 0===window?void 0:window.Velt)?D`
|
|
2398
2432
|
<div class="menu-point">
|
|
2399
2433
|
<velt-user-request-tool type="feedback"></velt-user-request-tool>
|
|
2400
2434
|
</div>
|
|
@@ -2404,7 +2438,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2404
2438
|
<div class="menu-point">
|
|
2405
2439
|
<velt-user-request-tool type="contactUs"></velt-user-request-tool>
|
|
2406
2440
|
</div>
|
|
2407
|
-
`:
|
|
2441
|
+
`:D``}
|
|
2408
2442
|
<div class="menu-point" @click=${()=>this.joinCommunity()}>
|
|
2409
2443
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2410
2444
|
<path d="M6.28358 14.5984C6.28358 15.748 5.35444 16.6772 4.20484 16.6772C3.05523 16.6772 2.1261 15.748 2.1261 14.5984C2.1261 13.4488 3.05523 12.5197 4.20484 12.5197H6.28358V14.5984ZM7.32295 14.5984C7.32295 13.4488 8.25208 12.5197 9.40169 12.5197C10.5513 12.5197 11.4804 13.4488 11.4804 14.5984V19.7953C11.4804 20.9449 10.5513 21.874 9.40169 21.874C8.25208 21.874 7.32295 20.9449 7.32295 19.7953V14.5984Z" fill="#777E91" />
|
|
@@ -2433,7 +2467,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2433
2467
|
|
|
2434
2468
|
<p>${ur("Exit Review Mode")}</p>
|
|
2435
2469
|
</div>
|
|
2436
|
-
${this.customLoginEnabledLocally?null:
|
|
2470
|
+
${this.customLoginEnabledLocally?null:D`
|
|
2437
2471
|
<div class="menu-point" @click=${()=>this.loginWithGoogle()}>
|
|
2438
2472
|
<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2439
2473
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.64754 5.99921C8.27961 6.01309 7.97008 5.72609 7.95619 5.35816C7.92488 4.5287 7.8809 3.92331 7.83766 3.48926C7.79508 3.06179 7.53702 2.8046 7.1773 2.76063C6.75313 2.70878 6.15477 2.66634 5.33367 2.66634C4.51254 2.66634 3.91418 2.70878 3.49002 2.76063C3.13048 2.80458 2.87229 3.06189 2.8297 3.48946C2.74944 4.29515 2.667 5.68713 2.667 7.99968C2.667 10.3122 2.74944 11.7042 2.8297 12.5099C2.87229 12.9375 3.13048 13.1948 3.49002 13.2387C3.91418 13.2906 4.51254 13.333 5.33367 13.333C6.15477 13.333 6.75313 13.2906 7.1773 13.2387C7.53702 13.1947 7.79508 12.9376 7.83766 12.5101C7.8809 12.076 7.92488 11.4706 7.95619 10.6412C7.97008 10.2733 8.27961 9.98626 8.64754 10.0001C9.01546 10.014 9.30247 10.3236 9.28858 10.6915C9.25644 11.5428 9.21087 12.1761 9.16443 12.6423C9.06679 13.6224 8.38345 14.4345 7.33908 14.5622C6.85294 14.6216 6.19979 14.6663 5.33367 14.6663C4.46752 14.6663 3.81436 14.6216 3.32822 14.5622C2.28377 14.4345 1.60055 13.622 1.50293 12.6421C1.41698 11.7792 1.33367 10.3407 1.33367 7.99968C1.33367 5.65866 1.41698 4.22013 1.50293 3.35729C1.60055 2.37738 2.28377 1.56483 3.32822 1.43715C3.81436 1.37772 4.46752 1.33301 5.33367 1.33301C6.19979 1.33301 6.85294 1.37772 7.33908 1.43714C8.38345 1.56481 9.06679 2.37697 9.16443 3.35709C9.21087 3.8233 9.25644 4.45651 9.28858 5.30786C9.30247 5.67579 9.01546 5.98532 8.64754 5.99921Z" fill="#777E91"/>
|
|
@@ -2455,14 +2489,14 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2455
2489
|
</svg>
|
|
2456
2490
|
</div>
|
|
2457
2491
|
</div>
|
|
2458
|
-
${this.showQrCode&&this.qrCode?
|
|
2492
|
+
${this.showQrCode&&this.qrCode?D`
|
|
2459
2493
|
<div class="qrcode-container">
|
|
2460
2494
|
<img class="qrcode" src=${this.qrCode} />
|
|
2461
2495
|
<button class="qrcode-container-close-btn" @click=${()=>this.toggleQRCodeVisibility()}>x</button>
|
|
2462
2496
|
</div>
|
|
2463
2497
|
`:null}
|
|
2464
2498
|
</div>
|
|
2465
|
-
${this.showLiveDemoModal?
|
|
2499
|
+
${this.showLiveDemoModal?D`
|
|
2466
2500
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onLiveDemoModalNextClick()}>
|
|
2467
2501
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2468
2502
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
@@ -2476,8 +2510,8 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2476
2510
|
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${ur("Done")}</div>
|
|
2477
2511
|
</div>
|
|
2478
2512
|
</div>
|
|
2479
|
-
`:
|
|
2480
|
-
${this.showFigmaDemoModal?
|
|
2513
|
+
`:D``}
|
|
2514
|
+
${this.showFigmaDemoModal?D`
|
|
2481
2515
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onFigmaDemoModalNextClick()}>
|
|
2482
2516
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2483
2517
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
@@ -2490,8 +2524,8 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2490
2524
|
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${ur("Done")}</div>
|
|
2491
2525
|
</div>
|
|
2492
2526
|
</div>
|
|
2493
|
-
`:
|
|
2494
|
-
`:
|
|
2527
|
+
`:D``}
|
|
2528
|
+
`:D`
|
|
2495
2529
|
<div class="snippyly-plugin-container" part="superflow-toolbar-container">
|
|
2496
2530
|
${this.disableCommentModeButton()}
|
|
2497
2531
|
<div class="toolbar ${rt({expanded:this.expanded,"add-comment-mode":this.addCommentMode,"private-comment-mode":!!this.privateCommentModeEnabled})}">
|
|
@@ -2504,7 +2538,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2504
2538
|
</svg>
|
|
2505
2539
|
</div>
|
|
2506
2540
|
|
|
2507
|
-
${(null===(e=this.snippylyUser)||void 0===e?void 0:e.isGuest)&&!this.guestUserNameUpdated?
|
|
2541
|
+
${(null===(e=this.snippylyUser)||void 0===e?void 0:e.isGuest)&&!this.guestUserNameUpdated?D`
|
|
2508
2542
|
<div class="toolbar-section snippyly-logo ${rt({"d-xs-none":this.expanded})}" @click=${()=>{sr(pr.Events.TOOLBAR_NOTIFICATION_CLICKED),this.openGuestModeNameModel()}}>
|
|
2509
2543
|
<svg class="toolbar-logo" width="32" height="32" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2510
2544
|
<rect x="1.47908" y="1.68025" width="24.6408" height="24.6395" rx="12.3197" fill="#625DF5"/>
|
|
@@ -2524,7 +2558,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2524
2558
|
</svg>
|
|
2525
2559
|
|
|
2526
2560
|
</div>
|
|
2527
|
-
`:
|
|
2561
|
+
`:D`
|
|
2528
2562
|
<div class="toolbar-section snippyly-logo ${rt({"d-xs-none":this.expanded})}" @click=${()=>this.toggleSnippylyPluginToolbar()}>
|
|
2529
2563
|
<!-- <img class="toolbar-logo"
|
|
2530
2564
|
src="https://drive.google.com/uc?export=view&id=1x4HyR7dk3bbCXoeWS-Sy8NZ_EI-f6nR2"> -->
|
|
@@ -2548,11 +2582,11 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2548
2582
|
|
|
2549
2583
|
<!-- Below features should only be allowed if user role is available -->
|
|
2550
2584
|
|
|
2551
|
-
${!this.snippylyUserRole||this.isPlanExpired||this.allFeatureDisabled?
|
|
2552
|
-
${this.isPlanExpired?
|
|
2585
|
+
${!this.snippylyUserRole||this.isPlanExpired||this.allFeatureDisabled?D`
|
|
2586
|
+
${this.isPlanExpired?D`
|
|
2553
2587
|
<div class="tooltip">
|
|
2554
2588
|
<div class="tooltiptext">
|
|
2555
|
-
${this.isUserGlobalContact?
|
|
2589
|
+
${this.isUserGlobalContact?D`Your current plan has <br/> expired, please renew <br/> plan to continue.`:D`Your current plan has expired, <br/> please contact admin.`}
|
|
2556
2590
|
</div>
|
|
2557
2591
|
<div class="s-alert-btn">
|
|
2558
2592
|
<div class='error-container'>
|
|
@@ -2561,7 +2595,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2561
2595
|
</svg>
|
|
2562
2596
|
<div class="error-message">Expired</div>
|
|
2563
2597
|
</div>
|
|
2564
|
-
${this.isUserGlobalContact?
|
|
2598
|
+
${this.isUserGlobalContact?D`
|
|
2565
2599
|
<div class="s-cta-btn" @click=${()=>this.onUpgradePlanClick()}>
|
|
2566
2600
|
Renew Plan
|
|
2567
2601
|
</div>
|
|
@@ -2569,10 +2603,10 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2569
2603
|
</div>
|
|
2570
2604
|
</div>
|
|
2571
2605
|
`:null}
|
|
2572
|
-
${this.snippylyUserRole?null:
|
|
2606
|
+
${this.snippylyUserRole?null:D`
|
|
2573
2607
|
<div class="tooltip ${rt({"d-none":!this.expanded||this.addCommentMode})}">
|
|
2574
2608
|
<div class="tooltiptext">
|
|
2575
|
-
${this.snippylyUserRole?null:
|
|
2609
|
+
${this.snippylyUserRole?null:D`${ur("You don't have access to this project.")} <br/> ${ur("Please contact admin.")}`}
|
|
2576
2610
|
</div>
|
|
2577
2611
|
<div class="s-alert-btn">
|
|
2578
2612
|
<div class='error-container'>
|
|
@@ -2584,7 +2618,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2584
2618
|
</div>
|
|
2585
2619
|
</div>
|
|
2586
2620
|
`}
|
|
2587
|
-
`:
|
|
2621
|
+
`:D`
|
|
2588
2622
|
<!-- divider -->
|
|
2589
2623
|
<div class="toolbar-section d-xs-none ${rt({"d-none":!this.expanded})}">
|
|
2590
2624
|
<div class="toolbar-divider"></div>
|
|
@@ -2619,7 +2653,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2619
2653
|
<!-- actions -->
|
|
2620
2654
|
<div class="toolbar-section huddle-recorder-section ${rt({"d-none":!this.expanded})}">
|
|
2621
2655
|
<div class="toolbar-actions">
|
|
2622
|
-
${this.allFeatureDisabled||"Admin"!==this.snippylyUserRole?null:
|
|
2656
|
+
${this.allFeatureDisabled||"Admin"!==this.snippylyUserRole?null:D`<div class="action tooltip private-comment-mode-switch-container ${rt({enabled:!!this.privateCommentModeEnabled,"d-none":this.addCommentMode})}" @click=${()=>this.togglePrivateCommentMode()}>
|
|
2623
2657
|
<div class="tooltiptext">
|
|
2624
2658
|
<h3 class="title">Private Mode</h3>
|
|
2625
2659
|
<p class="body">By enabling this Only admins <br/> can view your new comment</p>
|
|
@@ -2636,13 +2670,13 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2636
2670
|
</div>`}
|
|
2637
2671
|
<div class="action tooltip comment-tool-container">
|
|
2638
2672
|
<div class="tooltiptext">${this.allFeatureDisabled?ur("Commenting is disabled. Contact admin."):ur("Comment")}</div>
|
|
2639
|
-
${!this.allFeatureDisabled&&this.showTourCommentTooltip?
|
|
2673
|
+
${!this.allFeatureDisabled&&this.showTourCommentTooltip?D`
|
|
2640
2674
|
<div class="tour-tooltiptext" @click=${()=>this.onTourCommentTooltipClick()}>
|
|
2641
2675
|
<div class="tour-tooltip-content">${ur("Click to add comments on this page.")}</div>
|
|
2642
2676
|
<button class="tour-tooltip-action" @click=${()=>this.onTourCommentTooltipClick()}>${ur("Ok")}</button>
|
|
2643
2677
|
</div>
|
|
2644
2678
|
`:null}
|
|
2645
|
-
${this.allFeatureDisabled?
|
|
2679
|
+
${this.allFeatureDisabled?D`
|
|
2646
2680
|
<div class="custom-tool">
|
|
2647
2681
|
<div class="action" slot="button">
|
|
2648
2682
|
<svg class="toolbar-icon"
|
|
@@ -2652,7 +2686,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2652
2686
|
</svg>
|
|
2653
2687
|
</div>
|
|
2654
2688
|
</div>
|
|
2655
|
-
`:
|
|
2689
|
+
`:D`
|
|
2656
2690
|
<velt-comment-tool class="custom-tool">
|
|
2657
2691
|
<div class="action" slot="button" @click=${()=>this.onTourCommentTooltipClick()}>
|
|
2658
2692
|
<svg class="toolbar-icon ${rt({active:this.addCommentMode||this.showTourCommentTooltip})}"
|
|
@@ -2666,7 +2700,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2666
2700
|
</div>
|
|
2667
2701
|
<div class="action tooltip ${rt({"d-none":this.addCommentMode})}">
|
|
2668
2702
|
<div class="tooltiptext">${this.allFeatureDisabled?ur("Arrow feature is disabled. Contact admin."):ur("Arrow")}</div>
|
|
2669
|
-
${this.allFeatureDisabled?
|
|
2703
|
+
${this.allFeatureDisabled?D`
|
|
2670
2704
|
<div class="custom-tool">
|
|
2671
2705
|
<div class="action">
|
|
2672
2706
|
<svg class="toolbar-icon" width="32" height="32" viewBox="0 0 32 32"
|
|
@@ -2676,7 +2710,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2676
2710
|
</svg>
|
|
2677
2711
|
</div>
|
|
2678
2712
|
</div>
|
|
2679
|
-
`:
|
|
2713
|
+
`:D`
|
|
2680
2714
|
<velt-arrow-tool class="custom-tool">
|
|
2681
2715
|
<div class="action">
|
|
2682
2716
|
<svg class="toolbar-icon" width="32" height="32" viewBox="0 0 32 32"
|
|
@@ -2692,7 +2726,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2692
2726
|
<div class="tooltiptext">${ur("Live Huddle")}</div>
|
|
2693
2727
|
<velt-huddle-tool type="all"></velt-huddle-tool>
|
|
2694
2728
|
</div>
|
|
2695
|
-
${this.staging&&!this.addCommentMode?
|
|
2729
|
+
${this.staging&&!this.addCommentMode?D`
|
|
2696
2730
|
<div class="tooltip cursor-pointer">
|
|
2697
2731
|
<div class="tooltiptext">${ur("Recording")}</div>
|
|
2698
2732
|
<velt-recorder-tool type="all"></velt-recorder-tool>
|
|
@@ -2733,7 +2767,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2733
2767
|
<div class="toolbar-divider"></div>
|
|
2734
2768
|
</div>`}
|
|
2735
2769
|
|
|
2736
|
-
${this.allFeatureDisabled?
|
|
2770
|
+
${this.allFeatureDisabled?D`
|
|
2737
2771
|
<div class="s-alert-btn">
|
|
2738
2772
|
<div class='error-container'>
|
|
2739
2773
|
<svg class="error-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -2746,19 +2780,19 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2746
2780
|
<!-- actions 2 -->
|
|
2747
2781
|
<div class="toolbar-section user-profile-section ${rt({"d-none":!this.expanded||this.addCommentMode})}">
|
|
2748
2782
|
<div class="toolbar-actions2">
|
|
2749
|
-
${"Admin"===this.snippylyUserRole&&this.staging&&!this.isPlanExpired?
|
|
2783
|
+
${"Admin"===this.snippylyUserRole&&this.staging&&!this.isPlanExpired?D`
|
|
2750
2784
|
<div class="action tooltip cursor-pointer d-sm-none user-invite-tool-container">
|
|
2751
2785
|
<div class="tooltiptext">${ur("Share")}</div>
|
|
2752
2786
|
<velt-user-invite-tool></velt-user-invite-tool>
|
|
2753
2787
|
</div>
|
|
2754
2788
|
`:null}
|
|
2755
|
-
${(null===(
|
|
2789
|
+
${(null===(o=this.snippylyUser)||void 0===o?void 0:o.isGuest)?D`
|
|
2756
2790
|
<div class="s-guest-user-sign-in-button" @click=${()=>this.loginWithGoogle()}>
|
|
2757
2791
|
<p>${ur("Sign in")}</p>
|
|
2758
2792
|
</div>
|
|
2759
|
-
`:
|
|
2793
|
+
`:D`
|
|
2760
2794
|
<div class="action">
|
|
2761
|
-
${(null===(
|
|
2795
|
+
${(null===(n=this.snippylyUser)||void 0===n?void 0:n.photoUrl)&&!this.avatarFetchFailed?D`<img class="toolbar-img profile-img" src=${null===(s=this.snippylyUser)||void 0===s?void 0:s.photoUrl} referrerpolicy="no-referrer" title=${null===(r=this.snippylyUser)||void 0===r?void 0:r.name} @error=${()=>this.avatarFetchFailed=!0} />`:D`<div class="profile-initial"><span>${(null===(l=null===(a=this.snippylyUser)||void 0===a?void 0:a.name)||void 0===l?void 0:l.charAt(0))||(null===(d=null===(c=this.snippylyUser)||void 0===c?void 0:c.email)||void 0===d?void 0:d.charAt(0))}</span></div>`}
|
|
2762
2796
|
</div>
|
|
2763
2797
|
`}
|
|
2764
2798
|
</div>
|
|
@@ -2797,7 +2831,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2797
2831
|
</a>
|
|
2798
2832
|
</div>
|
|
2799
2833
|
<hr />
|
|
2800
|
-
${this.isUserGlobalContact?
|
|
2834
|
+
${this.isUserGlobalContact?D`
|
|
2801
2835
|
<div class="menu-point" @click=${()=>this.goToAdminPortal()}>
|
|
2802
2836
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2803
2837
|
<path d="M4.30881 1.72602C3.67106 1.86293 3.11953 2.1682 2.64215 2.64149C2.29011 2.99745 2.05915 3.34183 1.89878 3.76037C1.66018 4.37857 1.668 4.08911 1.668 10.0007C1.668 15.9122 1.66018 15.6228 1.89878 16.241C2.29385 17.2699 3.29164 18.0876 4.38704 18.291C4.70779 18.3496 15.2947 18.3496 15.6154 18.291C16.2297 18.1775 16.9494 17.7942 17.3838 17.3481C17.8221 16.8942 18.1506 16.284 18.2797 15.6736C18.3227 15.4702 18.3345 14.8051 18.3345 12.2973V9.17907H17.5129H16.6913V12.1017C16.6913 13.7957 16.6756 15.126 16.6522 15.259C16.5348 15.975 15.9753 16.5343 15.2593 16.6517C14.9503 16.7025 5.05201 16.7025 4.74282 16.6517C4.03857 16.5382 3.48296 15.9944 3.34997 15.2862C3.29912 15.0085 3.29521 5.06326 3.34997 4.74251C3.46731 4.02653 4.02684 3.467 4.74282 3.34966C4.87582 3.32619 6.20609 3.31054 7.90013 3.31054H10.8226V2.48895V1.66735L7.68482 1.67126C5.25184 1.67126 4.48891 1.68691 4.30881 1.72602Z" fill="#4C5366"/>
|
|
@@ -2806,7 +2840,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2806
2840
|
<p>${ur("View project")}</p>
|
|
2807
2841
|
</div>
|
|
2808
2842
|
<hr />
|
|
2809
|
-
`:
|
|
2843
|
+
`:D``}
|
|
2810
2844
|
<div class="menu-point">
|
|
2811
2845
|
<velt-user-request-tool type="feedback"></velt-user-request-tool>
|
|
2812
2846
|
</div>
|
|
@@ -2844,7 +2878,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2844
2878
|
|
|
2845
2879
|
<p>${ur("Exit Review Mode")}</p>
|
|
2846
2880
|
</div>
|
|
2847
|
-
${this.customLoginEnabledLocally?null:
|
|
2881
|
+
${this.customLoginEnabledLocally?null:D`
|
|
2848
2882
|
<div class="menu-point" @click=${()=>this.signOutUser()}>
|
|
2849
2883
|
<svg
|
|
2850
2884
|
width="20"
|
|
@@ -2884,14 +2918,14 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2884
2918
|
</div>
|
|
2885
2919
|
|
|
2886
2920
|
</div>
|
|
2887
|
-
${this.showQrCode&&this.qrCode?
|
|
2921
|
+
${this.showQrCode&&this.qrCode?D`
|
|
2888
2922
|
<div class="qrcode-container">
|
|
2889
2923
|
<img class="qrcode" src=${this.qrCode} />
|
|
2890
2924
|
<button class="qrcode-container-close-btn" @click=${()=>this.toggleQRCodeVisibility()}>x</button>
|
|
2891
2925
|
</div>
|
|
2892
2926
|
`:null}
|
|
2893
2927
|
</div>
|
|
2894
|
-
${this.showOnboardingModal?
|
|
2928
|
+
${this.showOnboardingModal?D`
|
|
2895
2929
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onboardingNextClick()}>
|
|
2896
2930
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2897
2931
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
@@ -2905,8 +2939,8 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2905
2939
|
<div class="s-button s-primary" @click=${()=>this.onboardingNextClick()}>${ur("Next")}</div>
|
|
2906
2940
|
</div>
|
|
2907
2941
|
</div>
|
|
2908
|
-
`:
|
|
2909
|
-
${this.showLiveDemoModal?
|
|
2942
|
+
`:D``}
|
|
2943
|
+
${this.showLiveDemoModal?D`
|
|
2910
2944
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onLiveDemoModalNextClick()}>
|
|
2911
2945
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2912
2946
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
@@ -2920,8 +2954,8 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2920
2954
|
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${ur("Done")}</div>
|
|
2921
2955
|
</div>
|
|
2922
2956
|
</div>
|
|
2923
|
-
`:
|
|
2924
|
-
${this.showFigmaDemoModal?
|
|
2957
|
+
`:D``}
|
|
2958
|
+
${this.showFigmaDemoModal?D`
|
|
2925
2959
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onFigmaDemoModalNextClick()}>
|
|
2926
2960
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2927
2961
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
@@ -2934,13 +2968,13 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2934
2968
|
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${ur("Done")}</div>
|
|
2935
2969
|
</div>
|
|
2936
2970
|
</div>
|
|
2937
|
-
`:
|
|
2938
|
-
${(null===(h=this.snippylyUser)||void 0===h?void 0:h.isGuest)?
|
|
2971
|
+
`:D``}
|
|
2972
|
+
${(null===(h=this.snippylyUser)||void 0===h?void 0:h.isGuest)?D`
|
|
2939
2973
|
<div class="s-guest-mode-chip">
|
|
2940
2974
|
<div class="s-guest-mode-chip-title">Guest Mode</div>
|
|
2941
2975
|
<div class="s-guest-mode-chip-action" @click=${()=>this.onGuestModeChipSignInButtonClick()}>Sign in</div>
|
|
2942
2976
|
</div>
|
|
2943
|
-
${this.showGuestModeSignInModal?
|
|
2977
|
+
${this.showGuestModeSignInModal?D`
|
|
2944
2978
|
<div class="snippyly-plugin-modal-container s-guest-mode-signin-modal-container">
|
|
2945
2979
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2946
2980
|
<div class="s-modal-superflow-logo">
|
|
@@ -2958,8 +2992,8 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2958
2992
|
<div class="s-modal-link-text" @click=${t=>{this.closeGuestModeSignInModal(),this.openGuestModeNameModel(t)}}>Leave Comment Anonymously</div>
|
|
2959
2993
|
</div>
|
|
2960
2994
|
</div>
|
|
2961
|
-
`:
|
|
2962
|
-
${this.showGuestModeNameModal?
|
|
2995
|
+
`:D``}
|
|
2996
|
+
${this.showGuestModeNameModal?D`
|
|
2963
2997
|
<div class="snippyly-plugin-modal-container s-guest-mode-signin-modal-container">
|
|
2964
2998
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}
|
|
2965
2999
|
@pointerdown=${t=>null==t?void 0:t.stopPropagation()}
|
|
@@ -2978,7 +3012,7 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
2978
3012
|
<div class="s-modal-subtitle">Tag your comments with your name!</div>
|
|
2979
3013
|
<input id="guestUserName" class="s-guest-user-name" placeholder="Your name" @input=${t=>{var e;return this.guestUserNameInput=null===(e=null==t?void 0:t.target)||void 0===e?void 0:e.value}} />
|
|
2980
3014
|
<div class="s-button s-primary s-signin-button ${(null===(u=this.guestUserNameInput)||void 0===u?void 0:u.trim())?"":"s-disabled"}" @click=${()=>this.updateGuestUserName()}>
|
|
2981
|
-
${this.guestUserNameUpdateLoading?
|
|
3015
|
+
${this.guestUserNameUpdateLoading?D`
|
|
2982
3016
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
|
|
2983
3017
|
<g transform="rotate(0 50 50)">
|
|
2984
3018
|
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
@@ -3036,8 +3070,8 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
3036
3070
|
<div class="s-modal-link-text" @click=${()=>this.onGuestModeNameModalSkipButtonClick()}>Skip</div>
|
|
3037
3071
|
</div>
|
|
3038
3072
|
</div>
|
|
3039
|
-
`:
|
|
3040
|
-
${this.guestModeSignInBannerVisible?
|
|
3073
|
+
`:D``}
|
|
3074
|
+
${this.guestModeSignInBannerVisible?D`
|
|
3041
3075
|
<div class="s-guest-mode-banner">
|
|
3042
3076
|
<span>Notify your team about your comments by signing in.</span>
|
|
3043
3077
|
<div class="s-guest-mode-banner-actions">
|
|
@@ -3047,6 +3081,6 @@ class $s extends Tn{}$s.Encryptor=class extends $s{processBlock(t,e){const i=t,n
|
|
|
3047
3081
|
</svg>
|
|
3048
3082
|
</div>
|
|
3049
3083
|
</div>
|
|
3050
|
-
`:
|
|
3051
|
-
`:
|
|
3052
|
-
`:
|
|
3084
|
+
`:D``}
|
|
3085
|
+
`:D``}
|
|
3086
|
+
`:D``}}mr.styles=[cr,dr],vr([ot()],mr.prototype,"loadPlugin",null),vr([ot()],mr.prototype,"comments",void 0),vr([ot()],mr.prototype,"commentElement",void 0),vr([ot()],mr.prototype,"contactElement",void 0),vr([ot()],mr.prototype,"rewriterElement",void 0),vr([ot()],mr.prototype,"presenceElement",void 0),vr([ot()],mr.prototype,"commentSubscription",void 0),vr([ot()],mr.prototype,"selectionElement",void 0),vr([ot()],mr.prototype,"addCommentMode",void 0),vr([ot()],mr.prototype,"showTourCommentTooltip",void 0),vr([ot()],mr.prototype,"allFeatureDisabled",void 0),vr([ot()],mr.prototype,"allFeatureRestricted",void 0),vr([ot()],mr.prototype,"guestMode",void 0),vr([ot()],mr.prototype,"_expanded",void 0),vr([ot()],mr.prototype,"loading",void 0),vr([ot()],mr.prototype,"signInError",void 0),vr([ot()],mr.prototype,"snippylyUser",void 0),vr([ot()],mr.prototype,"snippylyUserRole",void 0),vr([ot()],mr.prototype,"_isPlanExpired",void 0),vr([ot()],mr.prototype,"showOnboardingModal",void 0),vr([ot()],mr.prototype,"showLiveDemoModal",void 0),vr([ot()],mr.prototype,"showFigmaDemoModal",void 0),vr([ot()],mr.prototype,"showGuestModeSignInModal",void 0),vr([ot()],mr.prototype,"showGuestModeNameModal",void 0),vr([ot()],mr.prototype,"guestModeSignInBannerVisible",void 0),vr([ot()],mr.prototype,"guestUserNameInput",void 0),vr([ot()],mr.prototype,"guestUserModelOpened",void 0),vr([ot()],mr.prototype,"guestUserNameUpdated",void 0),vr([ot()],mr.prototype,"guestUserNameUpdateLoading",void 0),vr([it()],mr.prototype,"apiKey",null),vr([it()],mr.prototype,"projectId",void 0),vr([ot()],mr.prototype,"staging",void 0),vr([it()],mr.prototype,"projectVersionKey",null),vr([ot()],mr.prototype,"projectVersion",void 0),vr([ot()],mr.prototype,"_menuOpenedId",void 0),vr([ot()],mr.prototype,"copyLinkTooltip",void 0),vr([ot()],mr.prototype,"invalidApiKey",void 0),vr([ot()],mr.prototype,"documentId",void 0),vr([ot()],mr.prototype,"_isUserGlobalContact",void 0),vr([ot()],mr.prototype,"location",void 0),vr([ot()],mr.prototype,"qrCode",void 0),vr([ot()],mr.prototype,"showQrCode",void 0),vr([ot()],mr.prototype,"customLoginEnabledLocally",void 0),vr([it()],mr.prototype,"customLoginEnabled",void 0),vr([ot()],mr.prototype,"providedUser",void 0),vr([ot()],mr.prototype,"autoTranslation",void 0),vr([ot()],mr.prototype,"addCommentCount",void 0),vr([ot()],mr.prototype,"isSigningInUserAdmin",void 0),vr([ot()],mr.prototype,"privateCommentModeEnabled",void 0),(t=>{if(customElements.get("superflow-toolbar")||customElements.get("snippyly-plugin"))return;const e={allow:["sdkUrl","windowVariables","snippylyPlugin"],loaders:{windowVariables:()=>{const t=null===window||void 0===window?void 0:window.SUPERFLOW_TOOLBAR_API_KEY;return{valid:!!t,type:"windowVariables",apiKey:t,staging:!!(null===window||void 0===window?void 0:window.SUPERFLOW_TOOLBAR_STAGING),projectVersionKey:null===window||void 0===window?void 0:window.SUPERFLOW_TOOLBAR_PROJECT_VERSION_KEY,projectId:null===window||void 0===window?void 0:window.SUPERFLOW_TOOLBAR_PROJECT_ID}},snippylyPlugin:()=>{const t=document.querySelector("snippyly-plugin");if(!t)return;const e=t.getAttribute("apiKey"),i=!!t.getAttribute("staging"),o=t.getAttribute("projectVersionKey"),n=t.getAttribute("projectId");return null==t||t.remove(),{valid:!!e,type:"snippylyPlugin",apiKey:e,staging:i,projectVersionKey:o,projectId:n}},sdkUrl:()=>{const t=document.getElementById("superflowToolbarScript");if(!t)return;const e=null==t?void 0:t.src,i=new URL(e).searchParams,o=i.has("apiKey")?i.get("apiKey"):void 0;return{valid:!!o,type:"sdkUrl",apiKey:o,staging:void 0,projectVersionKey:void 0,projectId:i.has("projectId")?i.get("projectId"):void 0}}},load:()=>{for(let t=0;t<e.allow.length;t++){const i=e.allow[t],o=e.loaders[i]();if(o&&o.valid)return o}}},i=()=>{try{const i=e.load();if(customElements.define("superflow-toolbar",t),i&&i.valid){(()=>{try{document.querySelectorAll("superflow-toolbar").forEach((t=>{t.remove()})),document.querySelectorAll("snippyly-plugin").forEach((t=>{t.remove()}))}catch(t){console.warn("Error in removeSuperflowToolbarTag: ",t)}})();const t={};return t.apiKey=i.apiKey,i.staging&&(t.staging="true"),i.projectVersionKey&&(t.projectVersionKey=i.projectVersionKey),i.projectId&&(t.projectId=i.projectId),void((t={})=>{try{const e=document.createElement("superflow-toolbar");Object.keys(t||{}).forEach((i=>{e.setAttribute(i,t[i])})),document.body.appendChild(e)}catch(t){console.warn("Error in loadSuperflowToolbarTag: ",t)}})(t)}}catch(t){console.warn("Error in initSuperflow: ",t)}};(null===document||void 0===document?void 0:document.body)?i():null===document||void 0===document||document.addEventListener("DOMContentLoaded",(()=>{i()}))})(mr);class fr extends X{}customElements.get("snippyly-plugin")||customElements.define("snippyly-plugin",fr),t.SnippylyPlugin=fr,t.SuperflowToolbar=mr,Object.defineProperty(t,"u",{value:!0})}({});
|