@usesuperflow/toolbar 1.0.13 → 1.0.15
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/superflow.js +508 -176
- package/superflow.min.js +515 -183
package/superflow.min.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
!function(t){var
|
|
1
|
+
!function(t){var e=function(t){return new Promise((function(e,i){var n=document.getElementById("veltScript"),o=!1,s="latest";if(t&&(t.staging&&(o=t.staging),t.version&&(s=t.version)),(null==t?void 0:t.version)||(s="1.0.21"),n)e();else{var r=document.createElement("script");r.src=o?"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,n){return new(i||(i=Promise))((function(o,s){function r(t){try{l(n.next(t))}catch(t){s(t)}}function a(t){try{l(n.throw(t))}catch(t){s(t)}}function l(t){var e;t.done?o(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}l((n=n.apply(t,e||[])).next())}))}(void 0,void 0,void 0,(function(){var n,o;return function(t,e){var i,n,o,s,r={label:0,sent:function(){if(1&o[0])throw o[1];return o[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,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return r.label++,{value:a[1],done:!1};case 5:r.label++,n=a[1],a=[0];continue;case 7:a=r.ops.pop(),r.trys.pop();continue;default:if(!((o=(o=r.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){r=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){r.label=a[1];break}if(6===a[0]&&r.label<o[1]){r.label=o[1],o=a;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(a);break}o[2]&&r.ops.pop(),r.trys.pop();continue}a=e.call(t,r)}catch(t){a=[6,t],n=0}finally{i=o=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(),n=window.Velt,i?[4,null==n?void 0:n.init(t,i)]:[3,3];case 2:return s.sent(),[3,5];case 3:return[4,null==n?void 0:n.init(t)];case 4:s.sent(),s.label=5;case 5:return(null==n?void 0:n.st)&&(null==n||n.st("client")),[2,n];case 6:return o=s.sent(),console.error(o),[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 n=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,o=Symbol(),s=new Map;class r{constructor(t,
|
|
6
|
+
*/const n=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,o=Symbol(),s=new Map;class r{constructor(t,e){if(this._$cssResult$=!0,e!==o)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t}get styleSheet(){let t=s.get(this.cssText);return n&&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,n)=>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[n+1]),t[0]);return new r(i,o)},l=n?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+"",o))(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,
|
|
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),f={attribute:!0,type:String,converter:p,reflect:!1,hasChanged:v};class g 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 n=this._$Eh(i,e);void 0!==n&&(this._$Eu.set(n,i),t.push(n))})),t}static createProperty(t,e=f){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,n=this.getPropertyDescriptor(t,i,e);void 0!==n&&Object.defineProperty(this.prototype,t,n)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(n){const o=this[t];this[e]=n,this.requestUpdate(t,o,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||f}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)=>{n?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),n=window.litNonce;void 0!==n&&i.setAttribute("nonce",n),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=f){var n,o;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(o=null===(n=i.converter)||void 0===n?void 0:n.toAttribute)&&void 0!==o?o: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,n,o;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!==(o=null!==(n=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==n?n:"function"==typeof a?a:null)&&void 0!==o?o:p.fromAttribute;this._$Ei=r,this[r]=l(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let n=!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))):n=!1),!this.isUpdatePending&&n&&(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
|
|
17
|
+
var m;g.finalized=!0,g.elementProperties=new Map,g.elementStyles=[],g.shadowRootOptions={mode:"open"},null==u||u({ReactiveElement:g}),(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,A=/'/g,L=/"/g,F=/^(?:script|style|textarea|title)$/i,j=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),$=Symbol.for("lit-noChange"),D=Symbol.for("lit-nothing"),O=new WeakMap,z=E.createTreeWalker(E,129,null,!1),U=(t,e)=>{const i=t.length-1,n=[];let o,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]?(F.test(l[2])&&(o=RegExp("</"+l[2],"g")),r=T):void 0!==l[3]&&(r=T):r===T?">"===l[0]?(r=null!=o?o: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]?L:A):r===L||r===A?r=T:r===_||r===I?r=N:(r=T,o=void 0);const h=r===T&&t[e+1].startsWith("/>")?" ":"";s+=r===N?i+x:c>=0?(n.push(a),i.slice(0,c)+"$lit$"+i.slice(c)+y+h):i+y+(-2===c?(n.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,n]};class V{constructor({strings:t,_$litType$:e},i){let n;this.parts=[];let o=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!==(n=z.nextNode())&&a.length<r;){if(1===n.nodeType){if(n.hasAttributes()){const t=[];for(const e of n.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(y)){const i=c[s++];if(t.push(e),void 0!==i){const t=n.getAttribute(i.toLowerCase()+"$lit$").split(y),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:o,name:e[2],strings:t,ctor:"."===e[1]?Z:"?"===e[1]?Y:"@"===e[1]?K:P})}else a.push({type:6,index:o})}for(const e of t)n.removeAttribute(e)}if(F.test(n.tagName)){const t=n.textContent.split(y),e=t.length-1;if(e>0){n.textContent=w?w.emptyScript:"";for(let i=0;i<e;i++)n.append(t[i],M()),z.nextNode(),a.push({type:2,index:++o});n.append(t[e],M())}}}else if(8===n.nodeType)if(n.data===b)a.push({type:2,index:o});else{let t=-1;for(;-1!==(t=n.data.indexOf(y,t+1));)a.push({type:7,index:o}),t+=y.length-1}o++}}static createElement(t,e){const i=E.createElement("template");return i.innerHTML=t,i}}function R(t,e,i=t,n){var o,s,r,a;if(e===$)return e;let l=void 0!==n?null===(o=i._$Cl)||void 0===o?void 0:o[n]: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,n)),void 0!==n?(null!==(r=(a=i)._$Cl)&&void 0!==r?r:a._$Cl=[])[n]=l:i._$Cu=l),void 0!==l&&(e=R(t,l._$AS(t,e.values),l,n)),e}class H{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:n}=this._$AD,o=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:E).importNode(i,!0);z.currentNode=o;let s=z.nextNode(),r=0,a=0,l=n[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new B(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=n[++a]}r!==(null==l?void 0:l.index)&&(s=z.nextNode(),r++)}return o}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 B{constructor(t,e,i,n){var o;this.type=2,this._$AH=D,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=n,this._$Cg=null===(o=null==n?void 0:n.isConnected)||void 0===o||o}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===D||null==t||""===t?(this._$AH!==D&&this._$AR(),this._$AH=D):t!==this._$AH&&t!==$&&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!==D&&S(this._$AH)?this._$AA.nextSibling.data=t:this.k(E.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:n}=t,o="number"==typeof n?this._$AC(t):(void 0===n.el&&(n.el=V.createElement(n.h,this.options)),n);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===o)this._$AH.m(i);else{const t=new H(o,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,n=0;for(const o of t)n===e.length?e.push(i=new B(this.M(M()),this.M(M()),this,this.options)):i=e[n],i._$AI(o),n++;n<e.length&&(this._$AR(i&&i._$AB.nextSibling,n),e.length=n)}_$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,n,o){this.type=1,this._$AH=D,this._$AN=void 0,this.element=t,this.name=e,this._$AM=n,this.options=o,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=D}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,n){const o=this.strings;let s=!1;if(void 0===o)t=R(this,t,e,0),s=!S(t)||t!==this._$AH&&t!==$,s&&(this._$AH=t);else{const n=t;let r,a;for(t=o[0],r=0;r<o.length-1;r++)a=R(this,n[i+r],e,r),a===$&&(a=this._$AH[r]),s||(s=!S(a)||a!==this._$AH[r]),a===D?t=D:t!==D&&(t+=(null!=a?a:"")+o[r+1]),this._$AH[r]=a}s&&!n&&this.C(t)}C(t){t===D?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===D?void 0:t}}const G=w?w.emptyScript:"";class Y extends P{constructor(){super(...arguments),this.type=4}C(t){t&&t!==D?this.element.setAttribute(this.name,G):this.element.removeAttribute(this.name)}}class K extends P{constructor(t,e,i,n,o){super(t,e,i,n,o),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=R(this,t,e,0))&&void 0!==i?i:D)===$)return;const n=this._$AH,o=t===D&&n!==D||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==D&&(n===D||o);o&&this.element.removeEventListener(this.name,this,n),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
|
|
23
|
+
var q,Q;null==J||J(V,B),(null!==(m=globalThis.litHtmlVersions)&&void 0!==m?m:globalThis.litHtmlVersions=[]).push("2.2.6");class X extends g{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 n,o;const s=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:e;let r=s._$litPart$;if(void 0===r){const t=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:null;s._$litPart$=r=new B(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 $}}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
|
|
27
27
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
28
28
|
*/
|
|
29
|
-
const
|
|
29
|
+
const et=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(i){i.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(i){i.createProperty(e.key,t)}};function it(t){return(e,i)=>void 0!==i?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,i):et(t,e)
|
|
30
30
|
/**
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2017 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
|
-
*/}function nt(t){return
|
|
34
|
+
*/}function nt(t){return it({...t,state:!0})}
|
|
35
35
|
/**
|
|
36
36
|
* @license
|
|
37
37
|
* Copyright 2021 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=>(...i)=>({_$litDirective$:t,values:i}))(class extends class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,i,e){this._$Ct=t,this._$AM=i,this._$Ci=e}_$AS(t,i){return this.update(t,i)}update(t,i){return this.render(...i)}}{constructor(t){var i;if(super(t),t.type!==st||"class"!==t.name||(null===(i=t.strings)||void 0===i?void 0:i.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((i=>t[i])).join(" ")+" "}update(t,[i]){var e,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 i)i[t]&&!(null===(e=this.st)||void 0===e?void 0:e.has(t))&&this.et.add(t);return this.render(i)}const o=t.element.classList;this.et.forEach((t=>{t in i||(o.remove(t),this.et.delete(t))}));for(const t in i){const e=!!i[t];e===this.et.has(t)||(null===(n=this.st)||void 0===n?void 0:n.has(t))||(e?(o.add(t),this.et.add(t)):(o.remove(t),this.et.delete(t)))}return T}}),at="review",lt="feedback",ct="sreviewId",dt="snippyly-user",ht="st",ut="_sfut",pt="projectVersionKey",vt="projectVersion",ft="sversion",mt="sprojectInstall",gt="sflivedemo",wt="sffigmademo",Ct="sfTourCommentTooltip",yt="sfUserAdmin",bt="velt-cursor",xt="velt-comments",St="velt-comments-sidebar",Et="velt-huddle",kt="velt-recorder-notes",At="velt-recorder-control-panel",It="velt-arrows",Lt="enable-url-navigation",$t="9dbcd2509e0fa90a5c81f038ce618e3f",Mt="6d24f74f12f6fb84c87efa8f791cfb2e",_t=function(t){const i=[];let e=0;for(let n=0;n<t.length;n++){let o=t.charCodeAt(n);o<128?i[e++]=o:o<2048?(i[e++]=o>>6|192,i[e++]=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)),i[e++]=o>>18|240,i[e++]=o>>12&63|128,i[e++]=o>>6&63|128,i[e++]=63&o|128):(i[e++]=o>>12|224,i[e++]=o>>6&63|128,i[e++]=63&o|128)}return i},Ft={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,i){if(!Array.isArray(t))throw Error("encodeByteArray takes an array as a parameter");this.init_();const e=i?this.byteToCharMapWebSafe_:this.byteToCharMap_,n=[];for(let i=0;i<t.length;i+=3){const o=t[i],s=i+1<t.length,r=s?t[i+1]:0,a=i+2<t.length,l=a?t[i+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(e[c],e[d],e[h],e[u])}return n.join("")},encodeString(t,i){return this.HAS_NATIVE_SUPPORT&&!i?btoa(t):this.encodeByteArray(_t(t),i)},decodeString(t,i){return this.HAS_NATIVE_SUPPORT&&!i?atob(t):function(t){const i=[];let e=0,n=0;for(;e<t.length;){const o=t[e++];if(o<128)i[n++]=String.fromCharCode(o);else if(o>191&&o<224){const s=t[e++];i[n++]=String.fromCharCode((31&o)<<6|63&s)}else if(o>239&&o<365){const s=((7&o)<<18|(63&t[e++])<<12|(63&t[e++])<<6|63&t[e++])-65536;i[n++]=String.fromCharCode(55296+(s>>10)),i[n++]=String.fromCharCode(56320+(1023&s))}else{const s=t[e++],r=t[e++];i[n++]=String.fromCharCode((15&o)<<12|(63&s)<<6|63&r)}}return i.join("")}(this.decodeStringToByteArray(t,i))},decodeStringToByteArray(t,i){this.init_();const e=i?this.charToByteMapWebSafe_:this.charToByteMap_,n=[];for(let i=0;i<t.length;){const o=e[t.charAt(i++)],s=i<t.length?e[t.charAt(i)]:0;++i;const r=i<t.length?e[t.charAt(i)]:64;++i;const a=i<t.length?e[t.charAt(i)]:64;if(++i,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)}}},Dt=function(t){return function(t){const i=_t(t);return Ft.encodeByteArray(i,!0)}(t).replace(/\./g,"")},Ot=function(t){try{return Ft.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,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 $}}),at="review",lt="feedback",ct="sreviewId",dt="snippyly-user",ht="st",ut="_sfut",pt="_sfgut",vt="projectVersionKey",ft="projectVersion",gt="sversion",mt="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.."}],$t="9dbcd2509e0fa90a5c81f038ce618e3f",Dt="6d24f74f12f6fb84c87efa8f791cfb2e",Ot=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},zt={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(Ot(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)}}},Ut=function(t){return function(t){const e=Ot(t);return zt.encodeByteArray(e,!0)}(t).replace(/\./g,"")},Vt=function(t){try{return zt.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=>(...i)=>({_$litDirective$:t,values:i}))(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 Rt(){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 Tt(){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,Bt=()=>{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&&Vt(t[1]);return e&&JSON.parse(e)})()}catch(t){return void console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${t}`)}},Pt=t=>{const e=(t=>{var e,i;return null===(i=null===(e=Bt())||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 n=parseInt(e.substring(i+1),10);return"["===e[0]?[e.substring(1,i-1),n]:[e.substring(0,i),n]};
|
|
86
86
|
/**
|
|
87
87
|
* @license
|
|
88
88
|
* Copyright 2017 Google LLC
|
|
@@ -99,7 +99,7 @@ const Nt=()=>function(){if("undefined"!=typeof self)return self;if("undefined"!=
|
|
|
99
99
|
* See the License for the specific language governing permissions and
|
|
100
100
|
* limitations under the License.
|
|
101
101
|
*/
|
|
102
|
-
class
|
|
102
|
+
class Zt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new Promise(((t,e)=>{this.resolve=t,this.reject=e}))}wrapCallback(t){return(e,i)=>{e?this.reject(e):this.resolve(i),"function"==typeof t&&(this.promise.catch((()=>{})),1===t.length?t(e):t(e,i))}}}
|
|
103
103
|
/**
|
|
104
104
|
* @license
|
|
105
105
|
* Copyright 2017 Google LLC
|
|
@@ -115,7 +115,7 @@ class Pt{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
|
|
118
|
+
*/class Gt extends Error{constructor(t,e,i){super(e),this.code=t,this.customData=i,this.name="FirebaseError",Object.setPrototypeOf(this,Gt.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,Yt.prototype.create)}}class Yt{constructor(t,e,i){this.service=t,this.serviceName=e,this.errors=i}create(t,...e){const i=e[0]||{},n=`${this.service}/${t}`,o=this.errors[t],s=o?function(t,e){return t.replace(Kt,((t,i)=>{const n=e[i];return null!=n?String(n):`<${i}?>`}))}(o,i):"Error",r=`${this.serviceName}: ${s} (${n}).`;return new Gt(n,r,i)}}const Kt=/\{\$([^}]+)}/g;function Wt(t,e){if(t===e)return!0;const i=Object.keys(t),n=Object.keys(e);for(const o of i){if(!n.includes(o))return!1;const i=t[o],s=e[o];if(Jt(i)&&Jt(s)){if(!Wt(i,s))return!1}else if(i!==s)return!1}for(const t of n)if(!i.includes(t))return!1;return!0}function Jt(t){return null!==t&&"object"==typeof t}
|
|
119
119
|
/**
|
|
120
120
|
* @license
|
|
121
121
|
* Copyright 2017 Google LLC
|
|
@@ -131,7 +131,7 @@ class Pt{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
|
|
134
|
+
*/function qt(t){const e=[];for(const[i,n]of Object.entries(t))Array.isArray(n)?n.forEach((t=>{e.push(encodeURIComponent(i)+"="+encodeURIComponent(t))})):e.push(encodeURIComponent(i)+"="+encodeURIComponent(n));return e.length?"&"+e.join("&"):""}class Qt{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 n;if(void 0===t&&void 0===e&&void 0===i)throw new Error("Missing Observer.");n=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===n.next&&(n.next=Xt),void 0===n.error&&(n.error=Xt),void 0===n.complete&&(n.complete=Xt);const o=this.unsubscribeOne.bind(this,this.observers.length);return this.finalized&&this.task.then((()=>{try{this.finalError?n.error(this.finalError):n.complete()}catch(t){}})),this.observers.push(n),o}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 Xt(){}
|
|
135
135
|
/**
|
|
136
136
|
* @license
|
|
137
137
|
* Copyright 2021 Google LLC
|
|
@@ -147,7 +147,7 @@ class Pt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
147
147
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
148
148
|
* See the License for the specific language governing permissions and
|
|
149
149
|
* limitations under the License.
|
|
150
|
-
*/function
|
|
150
|
+
*/function te(t){return t&&t._delegate?t._delegate:t}class ee{constructor(t,e,i){this.name=t,this.instanceFactory=e,this.type=i,this.multipleInstances=!1,this.serviceProps={},this.instantiationMode="LAZY",this.onInstanceCreated=null}setInstantiationMode(t){return this.instantiationMode=t,this}setMultipleInstances(t){return this.multipleInstances=t,this}setServiceProps(t){return this.serviceProps=t,this}setInstanceCreatedCallback(t){return this.onInstanceCreated=t,this}}
|
|
151
151
|
/**
|
|
152
152
|
* @license
|
|
153
153
|
* Copyright 2019 Google LLC
|
|
@@ -163,7 +163,7 @@ class Pt{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 ie="[DEFAULT]";
|
|
167
167
|
/**
|
|
168
168
|
* @license
|
|
169
169
|
* Copyright 2019 Google LLC
|
|
@@ -179,7 +179,7 @@ class Pt{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 Zt;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),n=null!==(e=null==t?void 0:t.optional)&&void 0!==e&&e;if(!this.isInitialized(i)&&!this.shouldAutoInitialize()){if(n)return null;throw Error(`Service ${this.name} is not available`)}try{return this.getOrInitializeService({instanceIdentifier:i})}catch(t){if(n)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 Pt{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:ie})}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 n=this.getOrInitializeService({instanceIdentifier:i,options:e});for(const[t,e]of this.instancesDeferred.entries()){i===this.normalizeInstanceIdentifier(t)&&e.resolve(n)}return n}onInit(t,e){var i;const n=this.normalizeInstanceIdentifier(e),o=null!==(i=this.onInitCallbacks.get(n))&&void 0!==i?i:new Set;o.add(t),this.onInitCallbacks.set(n,o);const s=this.instances.get(n);return s&&t(s,n),()=>{o.delete(t)}}invokeOnInitCallbacks(t,e){const i=this.onInitCallbacks.get(e);if(i)for(const n of i)try{n(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:(n=t,n===ie?void 0:n),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 n;return i||null}normalizeInstanceIdentifier(t="[DEFAULT]"){return this.component?this.component.multipleInstances?t:ie:t}shouldAutoInitialize(){return!!this.component&&"EXPLICIT"!==this.component.instantiationMode}}class oe{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 Pt{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
|
|
214
|
+
*/var se;!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"}(se||(se={}));const re={debug:se.DEBUG,verbose:se.VERBOSE,info:se.INFO,warn:se.WARN,error:se.ERROR,silent:se.SILENT},ae=se.INFO,le={[se.DEBUG]:"log",[se.VERBOSE]:"log",[se.INFO]:"info",[se.WARN]:"warn",[se.ERROR]:"error"},ce=(t,e,...i)=>{if(e<t.logLevel)return;const n=(new Date).toISOString(),o=le[e];if(!o)throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`);console[o](`[${n}] ${t.name}:`,...i)};class de{constructor(t){this.name=t,this._logLevel=ae,this._logHandler=ce,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in se))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel="string"==typeof t?re[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,se.DEBUG,...t),this._logHandler(this,se.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,se.VERBOSE,...t),this._logHandler(this,se.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,se.INFO,...t),this._logHandler(this,se.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,se.WARN,...t),this._logHandler(this,se.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,se.ERROR,...t),this._logHandler(this,se.ERROR,...t)}}let he,ue;const pe=new WeakMap,ve=new WeakMap,fe=new WeakMap,ge=new WeakMap,me=new WeakMap;let we={get(t,e,i){if(t instanceof IDBTransaction){if("done"===e)return ve.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 be(t[e])},set:(t,e,i)=>(t[e]=i,!0),has:(t,e)=>t instanceof IDBTransaction&&("done"===e||"store"===e)||e in t};function Ce(t){return t!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(ue||(ue=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(t)?function(...e){return t.apply(xe(this),e),be(pe.get(this))}:function(...e){return be(t.apply(xe(this),e))}:function(e,...i){const n=t.call(xe(this),e,...i);return fe.set(n,e.sort?e.sort():[e]),be(n)}}function ye(t){return"function"==typeof t?Ce(t):(t instanceof IDBTransaction&&function(t){if(ve.has(t))return;const e=new Promise(((e,i)=>{const n=()=>{t.removeEventListener("complete",o),t.removeEventListener("error",s),t.removeEventListener("abort",s)},o=()=>{e(),n()},s=()=>{i(t.error||new DOMException("AbortError","AbortError")),n()};t.addEventListener("complete",o),t.addEventListener("error",s),t.addEventListener("abort",s)}));ve.set(t,e)}(t),e=t,(he||(he=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((t=>e instanceof t))?new Proxy(t,we):t);var e}function be(t){if(t instanceof IDBRequest)return function(t){const e=new Promise(((e,i)=>{const n=()=>{t.removeEventListener("success",o),t.removeEventListener("error",s)},o=()=>{e(be(t.result)),n()},s=()=>{i(t.error),n()};t.addEventListener("success",o),t.addEventListener("error",s)}));return e.then((e=>{e instanceof IDBCursor&&pe.set(e,t)})).catch((()=>{})),me.set(e,t),e}(t);if(ge.has(t))return ge.get(t);const e=ye(t);return e!==t&&(ge.set(t,e),me.set(e,t)),e}const xe=t=>me.get(t);const Ee=["get","getKey","getAll","getAllKeys","count"],Me=["put","add","delete","clear"],Se=new Map;function ke(t,e){if(!(t instanceof IDBDatabase)||e in t||"string"!=typeof e)return;if(Se.get(e))return Se.get(e);const i=e.replace(/FromIndex$/,""),n=e!==i,o=Me.includes(i);if(!(i in(n?IDBIndex:IDBObjectStore).prototype)||!o&&!Ee.includes(i))return;const s=async function(t,...e){const s=this.transaction(t,o?"readwrite":"readonly");let r=s.store;return n&&(r=r.index(e.shift())),(await Promise.all([r[i](...e),o&&s.done]))[0]};return Se.set(e,s),s}we=(t=>({...t,get:(e,i,n)=>ke(e,i)||t.get(e,i,n),has:(e,i)=>!!ke(e,i)||t.has(e,i)}))(we);
|
|
215
215
|
/**
|
|
216
216
|
* @license
|
|
217
217
|
* Copyright 2019 Google LLC
|
|
@@ -228,7 +228,7 @@ class Pt{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
|
|
231
|
+
class Ne{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 _e="@firebase/app",Ie="0.9.0",Te=new de("@firebase/app"),Ae="[DEFAULT]",Le={[_e]:"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"},Fe=new Map,je=new Map;function $e(t,e){try{t.container.addComponent(e)}catch(i){Te.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,i)}}function De(t){const e=t.name;if(je.has(e))return Te.debug(`There were multiple attempts to register component ${e}.`),!1;je.set(e,t);for(const e of Fe.values())$e(e,t);return!0}
|
|
232
232
|
/**
|
|
233
233
|
* @license
|
|
234
234
|
* Copyright 2019 Google LLC
|
|
@@ -245,7 +245,7 @@ class bi{constructor(t){this.container=t}getPlatformInfoString(){return this.con
|
|
|
245
245
|
* See the License for the specific language governing permissions and
|
|
246
246
|
* limitations under the License.
|
|
247
247
|
*/
|
|
248
|
-
const
|
|
248
|
+
const Oe=new Yt("app","Firebase",{"no-app":"No Firebase App '{$appName}' has been created - call Firebase App.initializeApp()","bad-app-name":"Illegal App name: '{$appName}","duplicate-app":"Firebase App named '{$appName}' already exists with different options or config","app-deleted":"Firebase App named '{$appName}' already deleted","no-options":"Need to provide options, when not being deployed to hosting via source.","invalid-app-argument":"firebase.{$appName}() takes either no argument or a Firebase App instance.","invalid-log-argument":"First argument to `onLog` must be null or a function.","idb-open":"Error thrown when opening IndexedDB. Original error: {$originalErrorMessage}.","idb-get":"Error thrown when reading from IndexedDB. Original error: {$originalErrorMessage}.","idb-set":"Error thrown when writing to IndexedDB. Original error: {$originalErrorMessage}.","idb-delete":"Error thrown when deleting from IndexedDB. Original error: {$originalErrorMessage}."});
|
|
249
249
|
/**
|
|
250
250
|
* @license
|
|
251
251
|
* Copyright 2019 Google LLC
|
|
@@ -262,7 +262,7 @@ const _i=new Ht("app","Firebase",{"no-app":"No Firebase App '{$appName}' has bee
|
|
|
262
262
|
* See the License for the specific language governing permissions and
|
|
263
263
|
* limitations under the License.
|
|
264
264
|
*/
|
|
265
|
-
class
|
|
265
|
+
class ze{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t),this._config=Object.assign({},e),this._name=e.name,this._automaticDataCollectionEnabled=e.automaticDataCollectionEnabled,this._container=i,this.container.addComponent(new ee("app",(()=>this),"PUBLIC"))}get automaticDataCollectionEnabled(){return this.checkDestroyed(),this._automaticDataCollectionEnabled}set automaticDataCollectionEnabled(t){this.checkDestroyed(),this._automaticDataCollectionEnabled=t}get name(){return this.checkDestroyed(),this._name}get options(){return this.checkDestroyed(),this._options}get config(){return this.checkDestroyed(),this._config}get container(){return this._container}get isDeleted(){return this._isDeleted}set isDeleted(t){this._isDeleted=t}checkDestroyed(){if(this.isDeleted)throw Oe.create("app-deleted",{appName:this._name})}}
|
|
266
266
|
/**
|
|
267
267
|
* @license
|
|
268
268
|
* Copyright 2019 Google LLC
|
|
@@ -278,7 +278,7 @@ class Fi{constructor(t,i,e){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
|
|
281
|
+
*/function Ue(t,e={}){let i=t;if("object"!=typeof e){e={name:e}}const n=Object.assign({name:Ae,automaticDataCollectionEnabled:!1},e),o=n.name;if("string"!=typeof o||!o)throw Oe.create("bad-app-name",{appName:String(o)});var s;if(i||(i=null===(s=Bt())||void 0===s?void 0:s.config),!i)throw Oe.create("no-options");const r=Fe.get(o);if(r){if(Wt(i,r.options)&&Wt(n,r.config))return r;throw Oe.create("duplicate-app",{appName:o})}const a=new oe(o);for(const t of je.values())a.addComponent(t);const l=new ze(i,n,a);return Fe.set(o,l),l}function Ve(t,e,i){var n;let o=null!==(n=Le[t])&&void 0!==n?n:t;i&&(o+=`-${i}`);const s=o.match(/\s|\//),r=e.match(/\s|\//);if(s||r){const t=[`Unable to register library "${o}" with version "${e}":`];return s&&t.push(`library name "${o}" contains illegal characters (whitespace or "/")`),s&&r&&t.push("and"),r&&t.push(`version name "${e}" contains illegal characters (whitespace or "/")`),void Te.warn(t.join(" "))}De(new ee(`${o}-version`,(()=>({library:o,version:e})),"VERSION"))}
|
|
282
282
|
/**
|
|
283
283
|
* @license
|
|
284
284
|
* Copyright 2021 Google LLC
|
|
@@ -294,7 +294,7 @@ class Fi{constructor(t,i,e){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 Re="firebase-heartbeat-store";let He=null;function Be(){return He||(He=function(t,e,{blocked:i,upgrade:n,blocking:o,terminated:s}={}){const r=indexedDB.open(t,e),a=be(r);return n&&r.addEventListener("upgradeneeded",(t=>{n(be(r.result),t.oldVersion,t.newVersion,be(r.transaction))})),i&&r.addEventListener("blocked",(()=>i())),a.then((t=>{s&&t.addEventListener("close",(()=>s())),o&&t.addEventListener("versionchange",(()=>o()))})).catch((()=>{})),a}("firebase-heartbeat-database",1,{upgrade:(t,e)=>{if(0===e)t.createObjectStore(Re)}}).catch((t=>{throw Oe.create("idb-open",{originalErrorMessage:t.message})}))),He}async function Pe(t,e){try{const i=(await Be()).transaction(Re,"readwrite"),n=i.objectStore(Re);return await n.put(e,Ze(t)),i.done}catch(t){if(t instanceof Gt)Te.warn(t.message);else{const e=Oe.create("idb-set",{originalErrorMessage:null==t?void 0:t.message});Te.warn(e.message)}}}function Ze(t){return`${t.name}!${t.options.appId}`}
|
|
298
298
|
/**
|
|
299
299
|
* @license
|
|
300
300
|
* Copyright 2021 Google LLC
|
|
@@ -310,7 +310,7 @@ class Fi{constructor(t,i,e){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
|
|
313
|
+
*/class Ge{constructor(t){this.container=t,this._heartbeatsCache=null;const e=this.container.getProvider("app").getImmediate();this._storage=new Ke(e),this._heartbeatsCachePromise=this._storage.read().then((t=>(this._heartbeatsCache=t,t)))}async triggerHeartbeat(){const t=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),e=Ye();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=Ye(),{heartbeatsToSend:e,unsentEntries:i}=function(t,e=1024){const i=[];let n=t.slice();for(const o of t){const t=i.find((t=>t.agent===o.agent));if(t){if(t.dates.push(o.date),We(i)>e){t.dates.pop();break}}else if(i.push({agent:o.agent,dates:[o.date]}),We(i)>e){i.pop();break}n=n.slice(1)}return{heartbeatsToSend:i,unsentEntries:n}}(this._heartbeatsCache.heartbeats),n=Ut(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)),n}}function Ye(){return(new Date).toISOString().substring(0,10)}class Ke{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 n="validate-browser-context-for-indexeddb-analytics-module",o=self.indexedDB.open(n);o.onsuccess=()=>{o.result.close(),i||self.indexedDB.deleteDatabase(n),t(!0)},o.onupgradeneeded=()=>{i=!1},o.onerror=()=>{var t;e((null===(t=o.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 Be()).transaction(Re).objectStore(Re).get(Ze(t))}catch(t){if(t instanceof Gt)Te.warn(t.message);else{const e=Oe.create("idb-get",{originalErrorMessage:null==t?void 0:t.message});Te.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 Pe(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 Pe(this.app,{lastSentHeartbeatDate:null!==(e=t.lastSentHeartbeatDate)&&void 0!==e?e:i.lastSentHeartbeatDate,heartbeats:[...i.heartbeats,...t.heartbeats]})}}}function We(t){return Ut(JSON.stringify({version:2,heartbeats:t})).length}
|
|
314
314
|
/**
|
|
315
315
|
* @license
|
|
316
316
|
* Copyright 2019 Google LLC
|
|
@@ -326,7 +326,7 @@ class Fi{constructor(t,i,e){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
326
326
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
327
327
|
* See the License for the specific language governing permissions and
|
|
328
328
|
* limitations under the License.
|
|
329
|
-
*/var
|
|
329
|
+
*/var Je;Je="",De(new ee("platform-logger",(t=>new Ne(t)),"PRIVATE")),De(new ee("heartbeat",(t=>new Ge(t)),"PRIVATE")),Ve(_e,Ie,Je),Ve(_e,Ie,"esm2017"),Ve("fire-js","");
|
|
330
330
|
/**
|
|
331
331
|
* @license
|
|
332
332
|
* Copyright 2020 Google LLC
|
|
@@ -343,7 +343,7 @@ class Fi{constructor(t,i,e){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
|
-
|
|
346
|
+
Ve("firebase","9.15.0","app");function qe(t,e){const i={};for(const n in t)t.hasOwnProperty(n)&&(i[n]=e(t[n]));return i}function Qe(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=>Qe(t)));if("function"==typeof t||"object"==typeof t)return qe(t,(t=>Qe(t)));throw new Error("Data cannot be encoded in JSON: "+t)}function Xe(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=>Xe(t))):"function"==typeof t||"object"==typeof t?qe(t,(t=>Xe(t))):t}
|
|
347
347
|
/**
|
|
348
348
|
* @license
|
|
349
349
|
* Copyright 2020 Google LLC
|
|
@@ -359,7 +359,7 @@ Oi("firebase","9.15.0","app");function Zi(t,i){const e={};for(const n in t)t.has
|
|
|
359
359
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
360
360
|
* See the License for the specific language governing permissions and
|
|
361
361
|
* limitations under the License.
|
|
362
|
-
*/const
|
|
362
|
+
*/const ti="functions",ei={OK:"ok",CANCELLED:"cancelled",UNKNOWN:"unknown",INVALID_ARGUMENT:"invalid-argument",DEADLINE_EXCEEDED:"deadline-exceeded",NOT_FOUND:"not-found",ALREADY_EXISTS:"already-exists",PERMISSION_DENIED:"permission-denied",UNAUTHENTICATED:"unauthenticated",RESOURCE_EXHAUSTED:"resource-exhausted",FAILED_PRECONDITION:"failed-precondition",ABORTED:"aborted",OUT_OF_RANGE:"out-of-range",UNIMPLEMENTED:"unimplemented",INTERNAL:"internal",UNAVAILABLE:"unavailable",DATA_LOSS:"data-loss"};
|
|
363
363
|
/**
|
|
364
364
|
* @license
|
|
365
365
|
* Copyright 2017 Google LLC
|
|
@@ -375,7 +375,7 @@ Oi("firebase","9.15.0","app");function Zi(t,i){const e={};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 ii extends Gt{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 @@ Oi("firebase","9.15.0","app");function Zi(t,i){const e={};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 Wi{constructor(t,i,e){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
|
|
411
|
+
*/const oi="us-central1";class si{constructor(t,e,i,n,o="us-central1",s){this.app=t,this.fetchImpl=s,this.emulatorOrigin=null,this.contextProvider=new ni(e,i,n),this.cancelAllRequests=new Promise((t=>{this.deleteService=()=>Promise.resolve(t())}));try{const t=new URL(o);this.customDomain=t.origin,this.region=oi}catch(t){this.customDomain=null,this.region=o}}_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 ri(t,e,i){return n=>function(t,e,i,n){const o=t._url(e);return async function(t,e,i,n){const o={data:i=Qe(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,n)=>{e=setTimeout((()=>{n(new ii("deadline-exceeded","deadline-exceeded"))}),t)})),cancel:()=>{e&&clearTimeout(e)}}}(n.timeout||7e4),l=await Promise.race([ai(e,o,s,t.fetchImpl),a.promise,t.cancelAllRequests]);if(a.cancel(),!l)throw new ii("cancelled","Firebase Functions instance was deleted.");const c=function(t,e){let i,n=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),o=n;try{const t=e&&e.error;if(t){const e=t.status;if("string"==typeof e){if(!ei[e])return new ii("internal","internal");n=ei[e],o=e}const s=t.message;"string"==typeof s&&(o=s),i=t.details,void 0!==i&&(i=Xe(i))}}catch(t){}return"ok"===n?null:new ii(n,o,i)}(l.status,l.json);if(c)throw c;if(!l.json)throw new ii("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 ii("internal","Response is missing data field.");return{data:Xe(d)}}(t,o,i,n)}(t,e,n,i||{})}async function ai(t,e,i,n){let o;i["Content-Type"]="application/json";try{o=await n(t,{method:"POST",body:JSON.stringify(e),headers:i})}catch(t){return{status:0,json:null}}let s=null;try{s=await o.json()}catch(t){}return{status:o.status,json:s}}const li="@firebase/functions",ci="0.9.0";function di(t,e,i){return ri(te(t),e,i)}function hi(t,e){var i={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(i[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(i[n[o]]=t[n[o]])}return i}function ui(){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){De(new ee(ti,((e,{instanceIdentifier:i})=>{const n=e.getProvider("app").getImmediate(),o=e.getProvider("auth-internal"),s=e.getProvider("messaging-internal"),r=e.getProvider("app-check-internal");return new si(n,o,s,r,i,t)}),"PUBLIC").setMultipleInstances(!0)),Ve(li,ci,e),Ve(li,ci,"esm2017")}
|
|
412
412
|
/**
|
|
413
413
|
* @license
|
|
414
414
|
* Copyright 2020 Google LLC
|
|
@@ -424,7 +424,7 @@ class Wi{constructor(t,i,e){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
424
424
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
425
425
|
* See the License for the specific language governing permissions and
|
|
426
426
|
* limitations under the License.
|
|
427
|
-
*/(fetch.bind(self));const
|
|
427
|
+
*/(fetch.bind(self));const pi=ui,vi=new Yt("auth","Firebase",{"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."}),fi=new de("@firebase/auth");function gi(t,...e){fi.logLevel<=se.ERROR&&fi.error(`Auth (9.15.0): ${t}`,...e)}
|
|
428
428
|
/**
|
|
429
429
|
* @license
|
|
430
430
|
* Copyright 2020 Google LLC
|
|
@@ -440,7 +440,7 @@ class Wi{constructor(t,i,e){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
|
|
443
|
+
*/function mi(t,...e){throw Ci(t,...e)}function wi(t,...e){return Ci(t,...e)}function Ci(t,...e){if("string"!=typeof t){const i=e[0],n=[...e.slice(1)];return n[0]&&(n[0].appName=t.name),t._errorFactory.create(i,...n)}return vi.create(t,...e)}function yi(t,e,...i){if(!t)throw Ci(e,...i)}function bi(t){const e="INTERNAL ASSERTION FAILED: "+t;throw gi(e),new Error(e)}function xi(t,e){t||bi(e)}
|
|
444
444
|
/**
|
|
445
445
|
* @license
|
|
446
446
|
* Copyright 2020 Google LLC
|
|
@@ -456,7 +456,7 @@ class Wi{constructor(t,i,e){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
456
456
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
457
457
|
* See the License for the specific language governing permissions and
|
|
458
458
|
* limitations under the License.
|
|
459
|
-
*/const
|
|
459
|
+
*/const Ei=new Map;function Mi(t){xi(t instanceof Function,"Expected a class definition");let e=Ei.get(t);return e?(xi(e instanceof t,"Instance stored in cache mismatched with class"),e):(e=new t,Ei.set(t,e),e)}function Si(){var t;return"undefined"!=typeof self&&(null===(t=self.location)||void 0===t?void 0:t.protocol)||null}
|
|
460
460
|
/**
|
|
461
461
|
* @license
|
|
462
462
|
* Copyright 2020 Google LLC
|
|
@@ -472,7 +472,7 @@ class Wi{constructor(t,i,e){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
472
472
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
473
473
|
* See the License for the specific language governing permissions and
|
|
474
474
|
* limitations under the License.
|
|
475
|
-
*/function
|
|
475
|
+
*/function ki(){return"undefined"==typeof navigator||!navigator||!("onLine"in navigator)||"boolean"!=typeof navigator.onLine||"http:"!==Si()&&"https:"!==Si()&&!function(){const t="object"==typeof chrome?chrome.runtime:"object"==typeof browser?browser.runtime:void 0;return"object"==typeof t&&void 0!==t.id}()&&!("connection"in navigator)||navigator.onLine}
|
|
476
476
|
/**
|
|
477
477
|
* @license
|
|
478
478
|
* Copyright 2020 Google LLC
|
|
@@ -489,7 +489,7 @@ class Wi{constructor(t,i,e){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
|
|
492
|
+
class Ni{constructor(t,e){this.shortDelay=t,this.longDelay=e,xi(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(Rt())||"object"==typeof navigator&&"ReactNative"===navigator.product}get(){return ki()?this.isMobile?this.longDelay:this.shortDelay:Math.min(5e3,this.shortDelay)}}
|
|
493
493
|
/**
|
|
494
494
|
* @license
|
|
495
495
|
* Copyright 2020 Google LLC
|
|
@@ -522,7 +522,7 @@ class be{constructor(t,i){this.shortDelay=t,this.longDelay=i,me(i>t,"Short delay
|
|
|
522
522
|
* See the License for the specific language governing permissions and
|
|
523
523
|
* limitations under the License.
|
|
524
524
|
*/
|
|
525
|
-
class
|
|
525
|
+
class _i{static initialize(t,e,i){this.fetchImpl=t,e&&(this.headersImpl=e),i&&(this.responseImpl=i)}static fetch(){return this.fetchImpl?this.fetchImpl:"undefined"!=typeof self&&"fetch"in self?self.fetch:void bi("Could not find fetch implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}static headers(){return this.headersImpl?this.headersImpl:"undefined"!=typeof self&&"Headers"in self?self.Headers:void bi("Could not find Headers implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}static response(){return this.responseImpl?this.responseImpl:"undefined"!=typeof self&&"Response"in self?self.Response:void bi("Could not find Response implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}}
|
|
526
526
|
/**
|
|
527
527
|
* @license
|
|
528
528
|
* Copyright 2020 Google LLC
|
|
@@ -538,7 +538,7 @@ class xe{static initialize(t,i,e){this.fetchImpl=t,i&&(this.headersImpl=i),e&&(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
|
|
541
|
+
*/const Ii={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"},Ti=new Ni(3e4,6e4);
|
|
542
542
|
/**
|
|
543
543
|
* @license
|
|
544
544
|
* Copyright 2020 Google LLC
|
|
@@ -554,7 +554,7 @@ class xe{static initialize(t,i,e){this.fetchImpl=t,i&&(this.headersImpl=i),e&&(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,n,o={}){return Li(t,o,(async()=>{let o={},s={};n&&("GET"===e?s=n:o={body:JSON.stringify(n)});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),_i.fetch()(Fi(t,t.config.apiHost,i,r),Object.assign({method:e,headers:a,referrerPolicy:"no-referrer"},o))}))}async function Li(t,e,i){t._canInitEmulator=!1;const n=Object.assign(Object.assign({},Ii),e);try{const e=new ji(t),o=await Promise.race([i(),e.promise]);e.clearNetworkTimeout();const s=await o.json();if("needConfirmation"in s)throw $i(t,"account-exists-with-different-credential",s);if(o.ok&&!("errorMessage"in s))return s;{const e=o.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=n[i]||i.toLowerCase().replace(/[_\s]+/g,"-");if(r)throw function(t,e,i){const n=Object.assign(Object.assign({},pi()),{[e]:i});return new Yt("auth","Firebase",n).create(e,{appName:t.name})}(t,a,r);mi(t,a)}}catch(e){if(e instanceof Gt)throw e;mi(t,"network-request-failed")}}function Fi(t,e,i,n){const o=`${e}${i}?${n}`;return t.config.emulator?function(t,e){xi(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,o):`${t.config.apiScheme}://${o}`}class ji{constructor(t){this.auth=t,this.timer=null,this.promise=new Promise(((t,e)=>{this.timer=setTimeout((()=>e(wi(this.auth,"network-request-failed"))),Ti.get())}))}clearNetworkTimeout(){clearTimeout(this.timer)}}function $i(t,e,i){const n={appName:t.name};i.email&&(n.email=i.email),i.phoneNumber&&(n.phoneNumber=i.phoneNumber);const o=wi(t,e,n);return o.customData._tokenResponse=i,o}
|
|
558
558
|
/**
|
|
559
559
|
* @license
|
|
560
560
|
* Copyright 2020 Google LLC
|
|
@@ -587,7 +587,7 @@ class xe{static initialize(t,i,e){this.fetchImpl=t,i&&(this.headersImpl=i),e&&(t
|
|
|
587
587
|
* See the License for the specific language governing permissions and
|
|
588
588
|
* limitations under the License.
|
|
589
589
|
*/
|
|
590
|
-
function
|
|
590
|
+
function Di(t){if(t)try{const e=new Date(Number(t));if(!isNaN(e.getTime()))return e.toUTCString()}catch(t){}}function Oi(t){return 1e3*Number(t)}function zi(t){const[e,i,n]=t.split(".");if(void 0===e||void 0===i||void 0===n)return gi("JWT malformed, contained fewer than 3 sections"),null;try{const t=Vt(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
|
|
@@ -604,7 +604,7 @@ function Me(t){if(t)try{const i=new Date(Number(t));if(!isNaN(i.getTime()))retur
|
|
|
604
604
|
* See the License for the specific language governing permissions and
|
|
605
605
|
* limitations under the License.
|
|
606
606
|
*/
|
|
607
|
-
async function
|
|
607
|
+
async function Ui(t,e,i=!1){if(i)return e;try{return await e}catch(e){throw e instanceof Gt&&function({code:t}){return"auth/user-disabled"===t||"auth/user-token-expired"===t}
|
|
608
608
|
/**
|
|
609
609
|
* @license
|
|
610
610
|
* Copyright 2020 Google LLC
|
|
@@ -620,7 +620,7 @@ async function De(t,i,e=!1){if(e)return i;try{return await i}catch(i){throw i in
|
|
|
620
620
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
621
621
|
* See the License for the specific language governing permissions and
|
|
622
622
|
* limitations under the License.
|
|
623
|
-
*/(
|
|
623
|
+
*/(e)&&t.auth.currentUser===t&&await t.auth.signOut(),e}}class Vi{constructor(t){this.user=t,this.isRunning=!1,this.timerId=null,this.errorBackoff=3e4}_start(){this.isRunning||(this.isRunning=!0,this.schedule())}_stop(){this.isRunning&&(this.isRunning=!1,null!==this.timerId&&clearTimeout(this.timerId))}getInterval(t){var e;if(t){const t=this.errorBackoff;return this.errorBackoff=Math.min(2*this.errorBackoff,96e4),t}{this.errorBackoff=3e4;const t=(null!==(e=this.user.stsTokenManager.expirationTime)&&void 0!==e?e:0)-Date.now()-3e5;return Math.max(0,t)}}schedule(t=!1){if(!this.isRunning)return;const e=this.getInterval(t);this.timerId=setTimeout((async()=>{await this.iteration()}),e)}async iteration(){try{await this.user.getIdToken(!0)}catch(t){return void("auth/network-request-failed"===(null==t?void 0:t.code)&&this.schedule(!0))}this.schedule()}}
|
|
624
624
|
/**
|
|
625
625
|
* @license
|
|
626
626
|
* Copyright 2020 Google LLC
|
|
@@ -636,7 +636,7 @@ async function De(t,i,e=!1){if(e)return i;try{return await i}catch(i){throw i 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 Ri{constructor(t,e){this.createdAt=t,this.lastLoginAt=e,this._initializeTime()}_initializeTime(){this.lastSignInTime=Di(this.lastLoginAt),this.creationTime=Di(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 De(t,i,e=!1){if(e)return i;try{return await i}catch(i){throw i 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,n=await t.getIdToken(),o=await Ui(t,async function(t,e){return Ai(t,"POST","/v1/accounts:lookup",e)}(i,{idToken:n}));yi(null==o?void 0:o.users.length,i,"internal-error");const s=o.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=hi(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 Ri(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 De(t,i,e=!1){if(e)return i;try{return await i}catch(i){throw i in
|
|
|
669
669
|
* See the License for the specific language governing permissions and
|
|
670
670
|
* limitations under the License.
|
|
671
671
|
*/
|
|
672
|
-
class
|
|
672
|
+
class Bi{constructor(){this.refreshToken=null,this.accessToken=null,this.expirationTime=null}get isExpired(){return!this.expirationTime||Date.now()>this.expirationTime-3e4}updateFromServerResponse(t){yi(t.idToken,"internal-error"),yi(void 0!==t.idToken,"internal-error"),yi(void 0!==t.refreshToken,"internal-error");const e="expiresIn"in t&&void 0!==t.expiresIn?Number(t.expiresIn):function(t){const e=zi(t);return yi(e,"internal-error"),yi(void 0!==e.exp,"internal-error"),yi(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 yi(!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:n,expiresIn:o}=await
|
|
673
673
|
/**
|
|
674
674
|
* @license
|
|
675
675
|
* Copyright 2020 Google LLC
|
|
@@ -686,7 +686,7 @@ class Re{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,
|
|
689
|
+
async function(t,e){const i=await Li(t,{},(async()=>{const i=qt({grant_type:"refresh_token",refresh_token:e}).slice(1),{tokenApiHost:n,apiKey:o}=t.config,s=Fi(t,n,"/v1/token",`key=${o}`),r=await t._getAdditionalHeaders();return r["Content-Type"]="application/x-www-form-urlencoded",_i.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,n,Number(o))}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:n,expirationTime:o}=e,s=new Bi;return i&&(yi("string"==typeof i,"internal-error",{appName:t}),s.refreshToken=i),n&&(yi("string"==typeof n,"internal-error",{appName:t}),s.accessToken=n),o&&(yi("number"==typeof o,"internal-error",{appName:t}),s.expirationTime=o),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 Bi,this.toJSON())}_performRefresh(){return bi("not implemented")}}
|
|
690
690
|
/**
|
|
691
691
|
* @license
|
|
692
692
|
* Copyright 2020 Google LLC
|
|
@@ -702,7 +702,7 @@ async function(t,i){const e=await Ae(t,{},(async()=>{const e=Zt({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
|
|
705
|
+
*/function Pi(t,e){yi("string"==typeof t||void 0===t,"internal-error",{appName:e})}class Zi{constructor(t){var{uid:e,auth:i,stsTokenManager:n}=t,o=hi(t,["uid","auth","stsTokenManager"]);this.providerId="firebase",this.proactiveRefresh=new Vi(this),this.reloadUserInfo=null,this.reloadListener=null,this.uid=e,this.auth=i,this.stsTokenManager=n,this.accessToken=n.accessToken,this.displayName=o.displayName||null,this.email=o.email||null,this.emailVerified=o.emailVerified||!1,this.phoneNumber=o.phoneNumber||null,this.photoURL=o.photoURL||null,this.isAnonymous=o.isAnonymous||!1,this.tenantId=o.tenantId||null,this.providerData=o.providerData?[...o.providerData]:[],this.metadata=new Ri(o.createdAt||void 0,o.lastLoginAt||void 0)}async getIdToken(t){const e=await Ui(this,this.stsTokenManager.getToken(this.auth,t));return yi(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=te(t),n=await i.getIdToken(e),o=zi(n);yi(o&&o.exp&&o.auth_time&&o.iat,i.auth,"internal-error");const s="object"==typeof o.firebase?o.firebase:void 0,r=null==s?void 0:s.sign_in_provider;return{claims:o,token:n,authTime:Di(Oi(o.auth_time)),issuedAtTime:Di(Oi(o.iat)),expirationTime:Di(Oi(o.exp)),signInProvider:r||null,signInSecondFactor:(null==s?void 0:s.sign_in_second_factor)||null}}(this,t)}reload(){return async function(t){const e=te(t);await Hi(e),await e.auth._persistUserIfCurrent(e),e.auth._notifyListenersIfCurrent(e)}(this)}_assign(t){this!==t&&(yi(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 Zi(Object.assign(Object.assign({},this),{auth:t,stsTokenManager:this.stsTokenManager._clone()}))}_onReload(t){yi(!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 Ui(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,n,o,s,r,a,l,c;const d=null!==(i=e.displayName)&&void 0!==i?i:void 0,h=null!==(n=e.email)&&void 0!==n?n:void 0,u=null!==(o=e.phoneNumber)&&void 0!==o?o:void 0,p=null!==(s=e.photoURL)&&void 0!==s?s:void 0,v=null!==(r=e.tenantId)&&void 0!==r?r:void 0,f=null!==(a=e._redirectEventId)&&void 0!==a?a:void 0,g=null!==(l=e.createdAt)&&void 0!==l?l:void 0,m=null!==(c=e.lastLoginAt)&&void 0!==c?c:void 0,{uid:w,emailVerified:C,isAnonymous:y,providerData:b,stsTokenManager:x}=e;yi(w&&x,t,"internal-error");const E=Bi.fromJSON(this.name,x);yi("string"==typeof w,t,"internal-error"),Pi(d,t.name),Pi(h,t.name),yi("boolean"==typeof C,t,"internal-error"),yi("boolean"==typeof y,t,"internal-error"),Pi(u,t.name),Pi(p,t.name),Pi(v,t.name),Pi(f,t.name),Pi(g,t.name),Pi(m,t.name);const M=new Zi({uid:w,auth:t,email:h,emailVerified:C,displayName:d,isAnonymous:y,photoURL:p,phoneNumber:u,tenantId:v,stsTokenManager:E,createdAt:g,lastLoginAt:m});return b&&Array.isArray(b)&&(M.providerData=b.map((t=>Object.assign({},t)))),f&&(M._redirectEventId=f),M}static async _fromIdTokenResponse(t,e,i=!1){const n=new Bi;n.updateFromServerResponse(e);const o=new Zi({uid:e.localId,auth:t,stsTokenManager:n,isAnonymous:i});return await Hi(o),o}}
|
|
706
706
|
/**
|
|
707
707
|
* @license
|
|
708
708
|
* Copyright 2019 Google LLC
|
|
@@ -718,7 +718,7 @@ async function(t,i){const e=await Ae(t,{},(async()=>{const e=Zt({grant_type:"ref
|
|
|
718
718
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
719
719
|
* See the License for the specific language governing permissions and
|
|
720
720
|
* limitations under the License.
|
|
721
|
-
*/class
|
|
721
|
+
*/class Gi{constructor(){this.type="NONE",this.storage={}}async _isAvailable(){return!0}async _set(t,e){this.storage[t]=e}async _get(t){const e=this.storage[t];return void 0===e?null:e}async _remove(t){delete this.storage[t]}_addListener(t,e){}_removeListener(t,e){}}Gi.type="NONE";const Yi=Gi;
|
|
722
722
|
/**
|
|
723
723
|
* @license
|
|
724
724
|
* Copyright 2019 Google LLC
|
|
@@ -734,7 +734,7 @@ async function(t,i){const e=await Ae(t,{},(async()=>{const e=Zt({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
|
|
737
|
+
*/function Ki(t,e,i){return`firebase:${t}:${e}:${i}`}class Wi{constructor(t,e,i){this.persistence=t,this.auth=e,this.userKey=i;const{config:n,name:o}=this.auth;this.fullUserKey=Ki(this.userKey,n.apiKey,o),this.fullPersistenceKey=Ki("persistence",n.apiKey,o),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?Zi._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 Wi(Mi(Yi),t,i);const n=(await Promise.all(e.map((async t=>{if(await t._isAvailable())return t})))).filter((t=>t));let o=n[0]||Mi(Yi);const s=Ki(i,t.config.apiKey,t.name);let r=null;for(const i of e)try{const e=await i._get(s);if(e){const n=Zi._fromJSON(t,e);i!==o&&(r=n),o=i;break}}catch(t){}const a=n.filter((t=>t._shouldAllowMigration));return o._shouldAllowMigration&&a.length?(o=a[0],r&&await o._set(s,r.toJSON()),await Promise.all(e.map((async t=>{if(t!==o)try{await t._remove(s)}catch(t){}}))),new Wi(o,t,i)):new Wi(o,t,i)}}
|
|
738
738
|
/**
|
|
739
739
|
* @license
|
|
740
740
|
* Copyright 2020 Google LLC
|
|
@@ -750,7 +750,7 @@ async function(t,i){const e=await Ae(t,{},(async()=>{const e=Zt({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
|
|
753
|
+
*/function Ji(t){const e=t.toLowerCase();if(e.includes("opera/")||e.includes("opr/")||e.includes("opios/"))return"Opera";if(function(t=Rt()){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=Rt()){return/firefox\//i.test(t)}(e))return"Firefox";if(e.includes("silk/"))return"Silk";if(function(t=Rt()){return/blackberry/i.test(t)}(e))return"Blackberry";if(function(t=Rt()){return/webos/i.test(t)}
|
|
754
754
|
/**
|
|
755
755
|
* @license
|
|
756
756
|
* Copyright 2020 Google LLC
|
|
@@ -766,7 +766,7 @@ async function(t,i){const e=await Ae(t,{},(async()=>{const e=Zt({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
|
-
*/(
|
|
769
|
+
*/(e))return"Webos";if(function(t=Rt()){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=Rt()){return/crios\//i.test(t)}(e))&&!e.includes("edge/"))return"Chrome";if(function(t=Rt()){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=Ji(Rt());break;case"Worker":i=`${Ji(Rt())}-${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,i){const e=await Ae(t,{},(async()=>{const e=Zt({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
|
|
785
|
+
*/class Qi{constructor(t){this.auth=t,this.queue=[]}pushCallback(t,e){const i=e=>new Promise(((i,n)=>{try{i(t(e))}catch(t){n(t)}}));i.onAbort=e,this.queue.push(i);const n=this.queue.length-1;return()=>{this.queue[n]=()=>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,i){const e=await Ae(t,{},(async()=>{const e=Zt({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 Xi{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 tn(this),this.idTokenSubscription=new tn(this),this.beforeStateQueue=new Qi(this),this.redirectUser=null,this.isProactiveRefreshEnabled=!1,this._canInitEmulator=!0,this._isInitialized=!1,this._deleted=!1,this._initializationPromise=null,this._popupRedirectResolver=null,this._errorFactory=vi,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=Mi(e)),this._initializationPromise=this.queue((async()=>{var i,n;if(!this._deleted&&(this.persistenceManager=await Wi.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===(n=this.currentUser)||void 0===n?void 0:n.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 n=i,o=!1;if(t&&this.config.authDomain){await this.getOrInitRedirectPersistenceManager();const i=null===(e=this.redirectUser)||void 0===e?void 0:e._redirectEventId,s=null==n?void 0:n._redirectEventId,r=await this.tryRedirectSignIn(t);i&&i!==s||!(null==r?void 0:r.user)||(n=r.user,o=!0)}if(!n)return this.directlySetCurrentUser(null);if(!n._redirectEventId){if(o)try{await this.beforeStateQueue.runMiddleware(n)}catch(t){n=i,this._popupRedirectResolver._overrideRedirectResult(this,(()=>Promise.reject(t)))}return n?this.reloadAndSetCurrentUserOrClear(n):this.directlySetCurrentUser(null)}return yi(this._popupRedirectResolver,this,"argument-error"),await this.getOrInitRedirectPersistenceManager(),this.redirectUser&&this.redirectUser._redirectEventId===n._redirectEventId?this.directlySetCurrentUser(n):this.reloadAndSetCurrentUserOrClear(n)}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?te(t):null;return e&&yi(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&&yi(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(Mi(t))}))}_getPersistence(){return this.assertedPersistence.persistence.type}_updateErrorMap(t){this._errorFactory=new Yt("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&&Mi(t)||this._popupRedirectResolver;yi(e,this,"argument-error"),this.redirectPersistenceManager=await Wi.create(this,[Mi(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,n){if(this._deleted)return()=>{};const o="function"==typeof e?e:e.next.bind(e),s=this._isInitialized?Promise.resolve():this._initializationPromise;return yi(s,this,"internal-error"),s.then((()=>o(this.currentUser))),"function"==typeof e?t.addObserver(e,i,n):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 yi(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 tn{constructor(t){this.auth=t,this.observer=null,this.addObserver=function(t,e){const i=new Qt(t,e);return i.subscribe.bind(i)}((t=>this.observer=t))}get next(){return yi(this.observer,this.auth,"internal-error"),this.observer.next.bind(this.observer)}}new Ni(3e4,6e4),
|
|
802
802
|
/**
|
|
803
803
|
* @license
|
|
804
804
|
* Copyright 2020 Google LLC
|
|
@@ -815,7 +815,7 @@ async function(t,i){const e=await Ae(t,{},(async()=>{const e=Zt({grant_type:"ref
|
|
|
815
815
|
* See the License for the specific language governing permissions and
|
|
816
816
|
* limitations under the License.
|
|
817
817
|
*/
|
|
818
|
-
new
|
|
818
|
+
new Ni(2e3,1e4),
|
|
819
819
|
/**
|
|
820
820
|
* @license
|
|
821
821
|
* Copyright 2020 Google LLC.
|
|
@@ -832,7 +832,7 @@ new be(2e3,1e4),
|
|
|
832
832
|
* See the License for the specific language governing permissions and
|
|
833
833
|
* limitations under the License.
|
|
834
834
|
*/
|
|
835
|
-
new
|
|
835
|
+
new Ni(3e4,6e4),
|
|
836
836
|
/**
|
|
837
837
|
* @license
|
|
838
838
|
* Copyright 2020 Google LLC.
|
|
@@ -849,7 +849,7 @@ new be(3e4,6e4),
|
|
|
849
849
|
* See the License for the specific language governing permissions and
|
|
850
850
|
* limitations under the License.
|
|
851
851
|
*/
|
|
852
|
-
new
|
|
852
|
+
new Ni(5e3,15e3);var en="@firebase/auth",nn="0.21.0";
|
|
853
853
|
/**
|
|
854
854
|
* @license
|
|
855
855
|
* Copyright 2020 Google LLC
|
|
@@ -866,7 +866,7 @@ new be(5e3,15e3);var Ge="@firebase/auth",Ye="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 on{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(){yi(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 We{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 sn;
|
|
886
886
|
/**
|
|
887
887
|
* @license
|
|
888
888
|
* Copyright 2021 Google LLC
|
|
@@ -898,15 +898,15 @@ class We{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 i;null===(i=Rt())||void 0===i||i[`_${t}`]})("authIdTokenMaxAge"),Xe="Browser",Mi(new Gt("auth",((t,{options:i})=>{const e=t.getProvider("app").getImmediate(),n=t.getProvider("heartbeat"),{apiKey:o,authDomain:s}=e.options;return((t,e)=>{ve(o&&!o.includes(":"),"invalid-api-key",{appName:t.name}),ve(!(null==s?void 0:s.includes(":")),"argument-error",{appName:t.name});const n={apiKey:o,authDomain:s,clientPlatform:Xe,apiHost:"identitytoolkit.googleapis.com",tokenApiHost:"securetoken.googleapis.com",apiScheme:"https",sdkClientVersion:Ze(Xe)},r=new qe(t,e,n);return function(t,i){const e=(null==i?void 0:i.persistence)||[],n=(Array.isArray(e)?e:[e]).map(we);(null==i?void 0:i.errorMap)&&t._updateErrorMap(i.errorMap),t._initializeWithPersistence(n,null==i?void 0:i.popupRedirectResolver)}(r,i),r})(e,n)}),"PUBLIC").setInstantiationMode("EXPLICIT").setInstanceCreatedCallback(((t,i,e)=>{t.getProvider("auth-internal").initialize()}))),Mi(new Gt("auth-internal",(t=>(t=>new We(t))(function(t){return Jt(t)}(t.getProvider("auth").getImmediate()))),"PRIVATE").setInstantiationMode("EXPLICIT")),Oi(Ge,Ye,function(t){switch(t){case"Node":return"node";case"ReactNative":return"rn";case"Worker":return"webworker";case"Cordova":return"cordova";default:return}}(Xe)),Oi(Ge,Ye,"esm2017");class Qe{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 tn extends Qe{constructor(t=[],i=4*t.length){super();let e=t;if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){const t=e.byteLength,i=[];for(let n=0;n<t;n+=1)i[n>>>2]|=e[n]<<24-n%4*8;this.words=i,this.sigBytes=t}else this.words=t,this.sigBytes=i}static random(t){const i=[],e=t=>{let i=t,e=987654321;const n=4294967295;return()=>{e=36969*(65535&e)+(e>>16)&n,i=18e3*(65535&i)+(i>>16)&n;let t=(e<<16)+i&n;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let n,o=0;o<t;o+=4){const t=e(4294967296*(n||Math.random()));n=987654071*t(),i.push(4294967296*t()|0)}return new tn(i,t)}toString(t=en){return t.stringify(this)}concat(t){const i=this.words,e=t.words,n=this.sigBytes,o=t.sigBytes;if(this.clamp(),n%4)for(let t=0;t<o;t+=1){const o=e[t>>>2]>>>24-t%4*8&255;i[n+t>>>2]|=o<<24-(n+t)%4*8}else for(let t=0;t<o;t+=4)i[n+t>>>2]=e[t>>>2];return this.sigBytes+=o,this}clamp(){const{words:t,sigBytes:i}=this;t[i>>>2]&=4294967295<<32-i%4*8,t.length=Math.ceil(i/4)}clone(){const t=super.clone.call(this);return t.words=this.words.slice(0),t}}const en={stringify(t){const{words:i,sigBytes:e}=t,n=[];for(let t=0;t<e;t+=1){const e=i[t>>>2]>>>24-t%4*8&255;n.push((e>>>4).toString(16)),n.push((15&e).toString(16))}return n.join("")},parse(t){const i=t.length,e=[];for(let n=0;n<i;n+=2)e[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new tn(e,i/2)}},nn={stringify(t){const{words:i,sigBytes:e}=t,n=[];for(let t=0;t<e;t+=1){const e=i[t>>>2]>>>24-t%4*8&255;n.push(String.fromCharCode(e))}return n.join("")},parse(t){const i=t.length,e=[];for(let n=0;n<i;n+=1)e[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new tn(e,i)}},on={stringify(t){try{return decodeURIComponent(escape(nn.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>nn.parse(unescape(encodeURIComponent(t)))};class sn extends Qe{constructor(){super(),this._minBufferSize=0}reset(){this._data=new tn,this._nDataBytes=0}_append(t){let i=t;"string"==typeof i&&(i=on.parse(i)),this._data.concat(i),this._nDataBytes+=i.sigBytes}_process(t){let i;const{_data:e,blockSize:n}=this,o=e.words,s=e.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);i=o.splice(0,a),e.sigBytes-=l}return new tn(i,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class rn extends sn{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new Qe,t),this.reset()}static _createHelper(t){return(i,e)=>new t(e).finalize(i)}static _createHmacHelper(t){return(i,e)=>new an(t,e).finalize(i)}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 an extends Qe{constructor(t,i){super();const e=new t;this._hasher=e;let n=i;"string"==typeof n&&(n=on.parse(n));const o=e.blockSize,s=4*o;n.sigBytes>s&&(n=e.finalize(i)),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 i=this._hasher,e=i.finalize(t);i.reset();return i.finalize(this._oKey.clone().concat(e))}}const ln=tn;class cn extends Qe{constructor(t,i){super(),this.high=t,this.low=i}}class dn extends Qe{constructor(t=[],i=8*t.length){super(),this.words=t,this.sigBytes=i}toX32(){const t=this.words,i=t.length,e=[];for(let n=0;n<i;n+=1){const i=t[n];e.push(i.high),e.push(i.low)}return ln.create(e,this.sigBytes)}clone(){const t=super.clone.call(this);t.words=this.words.slice(0);const{words:i}=t,e=i.length;for(let t=0;t<e;t+=1)i[t]=i[t].clone();return t}}const hn={stringify(t){const{words:i,sigBytes:e}=t,n=this._map;t.clamp();const o=[];for(let t=0;t<e;t+=3){const s=(i[t>>>2]>>>24-t%4*8&255)<<16|(i[t+1>>>2]>>>24-(t+1)%4*8&255)<<8|i[t+2>>>2]>>>24-(t+2)%4*8&255;for(let i=0;i<4&&t+.75*i<e;i+=1)o.push(n.charAt(s>>>6*(3-i)&63))}const s=n.charAt(64);if(s)for(;o.length%4;)o.push(s);return o.join("")},parse(t){let i=t.length;const e=this._map;let n=this._reverseMap;if(!n){this._reverseMap=[],n=this._reverseMap;for(let t=0;t<e.length;t+=1)n[e.charCodeAt(t)]=t}const o=e.charAt(64);if(o){const e=t.indexOf(o);-1!==e&&(i=e)}return((t,i,e)=>{const n=[];let o=0;for(let s=0;s<i;s+=1)if(s%4){const i=e[t.charCodeAt(s-1)]<<s%4*2|e[t.charCodeAt(s)]>>>6-s%4*2;n[o>>>2]|=i<<24-o%4*8,o+=1}return tn.create(n,o)})(t,i,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},un=[];for(let t=0;t<64;t+=1)un[t]=4294967296*Math.abs(Math.sin(t+1))|0;const pn=(t,i,e,n,o,s,r)=>{const a=t+(i&e|~i&n)+o+r;return(a<<s|a>>>32-s)+i},vn=(t,i,e,n,o,s,r)=>{const a=t+(i&n|e&~n)+o+r;return(a<<s|a>>>32-s)+i},fn=(t,i,e,n,o,s,r)=>{const a=t+(i^e^n)+o+r;return(a<<s|a>>>32-s)+i},mn=(t,i,e,n,o,s,r)=>{const a=t+(e^(i|~n))+o+r;return(a<<s|a>>>32-s)+i};class gn extends rn{_doReset(){this._hash=new tn([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,i){const e=t;for(let n=0;n<16;n+=1){const o=i+n,s=t[o];e[o]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}const n=this._hash.words,o=e[i+0],s=e[i+1],r=e[i+2],a=e[i+3],l=e[i+4],c=e[i+5],d=e[i+6],h=e[i+7],u=e[i+8],p=e[i+9],v=e[i+10],f=e[i+11],m=e[i+12],g=e[i+13],w=e[i+14],C=e[i+15];let y=n[0],b=n[1],x=n[2],S=n[3];y=pn(y,b,x,S,o,7,un[0]),S=pn(S,y,b,x,s,12,un[1]),x=pn(x,S,y,b,r,17,un[2]),b=pn(b,x,S,y,a,22,un[3]),y=pn(y,b,x,S,l,7,un[4]),S=pn(S,y,b,x,c,12,un[5]),x=pn(x,S,y,b,d,17,un[6]),b=pn(b,x,S,y,h,22,un[7]),y=pn(y,b,x,S,u,7,un[8]),S=pn(S,y,b,x,p,12,un[9]),x=pn(x,S,y,b,v,17,un[10]),b=pn(b,x,S,y,f,22,un[11]),y=pn(y,b,x,S,m,7,un[12]),S=pn(S,y,b,x,g,12,un[13]),x=pn(x,S,y,b,w,17,un[14]),b=pn(b,x,S,y,C,22,un[15]),y=vn(y,b,x,S,s,5,un[16]),S=vn(S,y,b,x,d,9,un[17]),x=vn(x,S,y,b,f,14,un[18]),b=vn(b,x,S,y,o,20,un[19]),y=vn(y,b,x,S,c,5,un[20]),S=vn(S,y,b,x,v,9,un[21]),x=vn(x,S,y,b,C,14,un[22]),b=vn(b,x,S,y,l,20,un[23]),y=vn(y,b,x,S,p,5,un[24]),S=vn(S,y,b,x,w,9,un[25]),x=vn(x,S,y,b,a,14,un[26]),b=vn(b,x,S,y,u,20,un[27]),y=vn(y,b,x,S,g,5,un[28]),S=vn(S,y,b,x,r,9,un[29]),x=vn(x,S,y,b,h,14,un[30]),b=vn(b,x,S,y,m,20,un[31]),y=fn(y,b,x,S,c,4,un[32]),S=fn(S,y,b,x,u,11,un[33]),x=fn(x,S,y,b,f,16,un[34]),b=fn(b,x,S,y,w,23,un[35]),y=fn(y,b,x,S,s,4,un[36]),S=fn(S,y,b,x,l,11,un[37]),x=fn(x,S,y,b,h,16,un[38]),b=fn(b,x,S,y,v,23,un[39]),y=fn(y,b,x,S,g,4,un[40]),S=fn(S,y,b,x,o,11,un[41]),x=fn(x,S,y,b,a,16,un[42]),b=fn(b,x,S,y,d,23,un[43]),y=fn(y,b,x,S,p,4,un[44]),S=fn(S,y,b,x,m,11,un[45]),x=fn(x,S,y,b,C,16,un[46]),b=fn(b,x,S,y,r,23,un[47]),y=mn(y,b,x,S,o,6,un[48]),S=mn(S,y,b,x,h,10,un[49]),x=mn(x,S,y,b,w,15,un[50]),b=mn(b,x,S,y,c,21,un[51]),y=mn(y,b,x,S,m,6,un[52]),S=mn(S,y,b,x,a,10,un[53]),x=mn(x,S,y,b,v,15,un[54]),b=mn(b,x,S,y,s,21,un[55]),y=mn(y,b,x,S,u,6,un[56]),S=mn(S,y,b,x,C,10,un[57]),x=mn(x,S,y,b,d,15,un[58]),b=mn(b,x,S,y,g,21,un[59]),y=mn(y,b,x,S,l,6,un[60]),S=mn(S,y,b,x,f,10,un[61]),x=mn(x,S,y,b,r,15,un[62]),b=mn(b,x,S,y,p,21,un[63]),n[0]=n[0]+y|0,n[1]=n[1]+b|0,n[2]=n[2]+x|0,n[3]=n[3]+S|0}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,n=8*t.sigBytes;i[n>>>5]|=128<<24-n%32;const o=Math.floor(e/4294967296),s=e;i[15+(n+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),i[14+(n+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(i.length+1),this._process();const r=this._hash,a=r.words;for(let t=0;t<4;t+=1){const i=a[t];a[t]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}return r}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const wn=rn._createHelper(gn),Cn=rn._createHmacHelper(gn);class yn extends Qe{constructor(t){super(),this.cfg=Object.assign(new Qe,{keySize:4,hasher:gn,iterations:1},t)}compute(t,i){let e;const{cfg:n}=this,o=n.hasher.create(),s=tn.create(),r=s.words,{keySize:a,iterations:l}=n;for(;r.length<a;){e&&o.update(e),e=o.update(t).finalize(i),o.reset();for(let t=1;t<l;t+=1)e=o.finalize(e),o.reset();s.concat(e)}return s.sigBytes=4*a,s}}class bn extends sn{constructor(t,i,e){super(),this.cfg=Object.assign(new Qe,e),this._xformMode=t,this._key=i,this.reset()}static createEncryptor(t,i){return this.create(this._ENC_XFORM_MODE,t,i)}static createDecryptor(t,i){return this.create(this._DEC_XFORM_MODE,t,i)}static _createHelper(t){const i=t=>"string"==typeof t?Fn:Mn;return{encrypt:(e,n,o)=>i(n).encrypt(t,e,n,o),decrypt:(e,n,o)=>i(n).decrypt(t,e,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()}}bn._ENC_XFORM_MODE=1,bn._DEC_XFORM_MODE=2,bn.keySize=4,bn.ivSize=4;class xn extends bn{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class Sn extends Qe{constructor(t,i){super(),this._cipher=t,this._iv=i}static createEncryptor(t,i){return this.Encryptor.create(t,i)}static createDecryptor(t,i){return this.Decryptor.create(t,i)}}function En(t,i,e){const n=t;let o;const s=this._iv;s?(o=s,this._iv=void 0):o=this._prevBlock;for(let t=0;t<e;t+=1)n[i+t]^=o[t]}class kn extends Sn{}kn.Encryptor=class extends kn{processBlock(t,i){const e=this._cipher,{blockSize:n}=e;En.call(this,t,i,n),e.encryptBlock(t,i),this._prevBlock=t.slice(i,i+n)}},kn.Decryptor=class extends kn{processBlock(t,i){const e=this._cipher,{blockSize:n}=e,o=t.slice(i,i+n);e.decryptBlock(t,i),En.call(this,t,i,n),this._prevBlock=o}};const An={pad(t,i){const e=4*i,n=e-t.sigBytes%e,o=n<<24|n<<16|n<<8|n,s=[];for(let t=0;t<n;t+=4)s.push(o);const r=tn.create(s,n);t.concat(r)},unpad(t){const i=t,e=255&i.words[i.sigBytes-1>>>2];i.sigBytes-=e}};class In extends bn{constructor(t,i,e){super(t,i,Object.assign({mode:kn,padding:An},e)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:i}=this,{iv:e,mode:n}=i;this._xformMode===this.constructor._ENC_XFORM_MODE?t=n.createEncryptor:(t=n.createDecryptor,this._minBufferSize=1),this._mode=t.call(n,this,e&&e.words),this._mode.i=t}_doProcessBlock(t,i){this._mode.processBlock(t,i)}_doFinalize(){let t;const{padding:i}=this.cfg;return this._xformMode===this.constructor._ENC_XFORM_MODE?(i.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),i.unpad(t)),t}}class Ln extends Qe{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const $n={stringify(t){let i;const{ciphertext:e,salt:n}=t;return i=n?tn.create([1398893684,1701076831]).concat(n).concat(e):e,i.toString(hn)},parse(t){let i;const e=hn.parse(t),n=e.words;return 1398893684===n[0]&&1701076831===n[1]&&(i=tn.create(n.slice(2,4)),n.splice(0,4),e.sigBytes-=16),Ln.create({ciphertext:e,salt:i})}};class Mn extends Qe{static encrypt(t,i,e,n){const o=Object.assign(new Qe,this.cfg,n),s=t.createEncryptor(e,o),r=s.finalize(i),a=s.cfg;return Ln.create({ciphertext:r,key:e,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:s.blockSize,formatter:o.format})}static decrypt(t,i,e,n){let o=i;const s=Object.assign(new Qe,this.cfg,n);o=this._parse(o,s.format);return t.createDecryptor(e,s).finalize(o.ciphertext)}static _parse(t,i){return"string"==typeof t?i.parse(t,this):t}}Mn.cfg=Object.assign(new Qe,{format:$n});const _n={execute(t,i,e,n){let o=n;o||(o=tn.random(8));const s=yn.create({keySize:i+e}).compute(t,o),r=tn.create(s.words.slice(i),4*e);return s.sigBytes=4*i,Ln.create({key:s,iv:r,salt:o})}};class Fn extends Mn{static encrypt(t,i,e,n){const o=Object.assign(new Qe,this.cfg,n),s=o.kdf.execute(e,t.keySize,t.ivSize);o.iv=s.iv;const r=Mn.encrypt.call(this,t,i,s.key,o);return r.mixIn(s),r}static decrypt(t,i,e,n){let o=i;const s=Object.assign(new Qe,this.cfg,n);o=this._parse(o,s.format);const r=s.kdf.execute(e,t.keySize,t.ivSize,o.salt);s.iv=r.iv;return Mn.decrypt.call(this,t,o,r.key,s)}}Fn.cfg=Object.assign(Mn.cfg,{kdf:_n});const Dn=t=>t<<8&4278255360|t>>>8&16711935,On={stringify(t){const{words:i,sigBytes:e}=t,n=[];for(let t=0;t<e;t+=2){const e=i[t>>>2]>>>16-t%4*8&65535;n.push(String.fromCharCode(e))}return n.join("")},parse(t){const i=t.length,e=[];for(let n=0;n<i;n+=1)e[n>>>1]|=t.charCodeAt(n)<<16-n%2*16;return tn.create(e,2*i)}},Tn=On,Nn={stringify(t){const{words:i,sigBytes:e}=t,n=[];for(let t=0;t<e;t+=2){const e=Dn(i[t>>>2]>>>16-t%4*8&65535);n.push(String.fromCharCode(e))}return n.join("")},parse(t){const i=t.length,e=[];for(let n=0;n<i;n+=1)e[n>>>1]|=Dn(t.charCodeAt(n)<<16-n%2*16);return tn.create(e,2*i)}},Rn=[];class Vn extends rn{_doReset(){this._hash=new tn([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,i){const e=this._hash.words;let n=e[0],o=e[1],s=e[2],r=e[3],a=e[4];for(let e=0;e<80;e+=1){if(e<16)Rn[e]=0|t[i+e];else{const t=Rn[e-3]^Rn[e-8]^Rn[e-14]^Rn[e-16];Rn[e]=t<<1|t>>>31}let l=(n<<5|n>>>27)+a+Rn[e];l+=e<20?1518500249+(o&s|~o&r):e<40?1859775393+(o^s^r):e<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}e[0]=e[0]+n|0,e[1]=e[1]+o|0,e[2]=e[2]+s|0,e[3]=e[3]+r|0,e[4]=e[4]+a|0}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,n=8*t.sigBytes;return i[n>>>5]|=128<<24-n%32,i[14+(n+64>>>9<<4)]=Math.floor(e/4294967296),i[15+(n+64>>>9<<4)]=e,t.sigBytes=4*i.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Pn=rn._createHelper(Vn),Bn=rn._createHmacHelper(Vn),Hn=[],Un=[],jn=t=>{const i=Math.sqrt(t);for(let e=2;e<=i;e+=1)if(!(t%e))return!1;return!0},zn=t=>4294967296*(t-(0|t))|0;let Zn=2,Kn=0;for(;Kn<64;)jn(Zn)&&(Kn<8&&(Hn[Kn]=zn(Zn**.5)),Un[Kn]=zn(Zn**(1/3)),Kn+=1),Zn+=1;const qn=[];class Jn extends rn{_doReset(){this._hash=new tn(Hn.slice(0))}_doProcessBlock(t,i){const e=this._hash.words;let n=e[0],o=e[1],s=e[2],r=e[3],a=e[4],l=e[5],c=e[6],d=e[7];for(let e=0;e<64;e+=1){if(e<16)qn[e]=0|t[i+e];else{const t=qn[e-15],i=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,n=qn[e-2],o=(n<<15|n>>>17)^(n<<13|n>>>19)^n>>>10;qn[e]=i+qn[e-7]+o+qn[e-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)+Un[e]+qn[e];d=c,c=l,l=a,a=r+p|0,r=s,s=o,o=n,n=p+(u+h)|0}e[0]=e[0]+n|0,e[1]=e[1]+o|0,e[2]=e[2]+s|0,e[3]=e[3]+r|0,e[4]=e[4]+a|0,e[5]=e[5]+l|0,e[6]=e[6]+c|0,e[7]=e[7]+d|0}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,n=8*t.sigBytes;return i[n>>>5]|=128<<24-n%32,i[14+(n+64>>>9<<4)]=Math.floor(e/4294967296),i[15+(n+64>>>9<<4)]=e,t.sigBytes=4*i.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Gn=rn._createHelper(Jn),Yn=rn._createHmacHelper(Jn);class Wn extends Jn{_doReset(){this._hash=new tn([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const Xn=Jn._createHelper(Wn),Qn=Jn._createHmacHelper(Wn),to=[new cn(1116352408,3609767458),new cn(1899447441,602891725),new cn(3049323471,3964484399),new cn(3921009573,2173295548),new cn(961987163,4081628472),new cn(1508970993,3053834265),new cn(2453635748,2937671579),new cn(2870763221,3664609560),new cn(3624381080,2734883394),new cn(310598401,1164996542),new cn(607225278,1323610764),new cn(1426881987,3590304994),new cn(1925078388,4068182383),new cn(2162078206,991336113),new cn(2614888103,633803317),new cn(3248222580,3479774868),new cn(3835390401,2666613458),new cn(4022224774,944711139),new cn(264347078,2341262773),new cn(604807628,2007800933),new cn(770255983,1495990901),new cn(1249150122,1856431235),new cn(1555081692,3175218132),new cn(1996064986,2198950837),new cn(2554220882,3999719339),new cn(2821834349,766784016),new cn(2952996808,2566594879),new cn(3210313671,3203337956),new cn(3336571891,1034457026),new cn(3584528711,2466948901),new cn(113926993,3758326383),new cn(338241895,168717936),new cn(666307205,1188179964),new cn(773529912,1546045734),new cn(1294757372,1522805485),new cn(1396182291,2643833823),new cn(1695183700,2343527390),new cn(1986661051,1014477480),new cn(2177026350,1206759142),new cn(2456956037,344077627),new cn(2730485921,1290863460),new cn(2820302411,3158454273),new cn(3259730800,3505952657),new cn(3345764771,106217008),new cn(3516065817,3606008344),new cn(3600352804,1432725776),new cn(4094571909,1467031594),new cn(275423344,851169720),new cn(430227734,3100823752),new cn(506948616,1363258195),new cn(659060556,3750685593),new cn(883997877,3785050280),new cn(958139571,3318307427),new cn(1322822218,3812723403),new cn(1537002063,2003034995),new cn(1747873779,3602036899),new cn(1955562222,1575990012),new cn(2024104815,1125592928),new cn(2227730452,2716904306),new cn(2361852424,442776044),new cn(2428436474,593698344),new cn(2756734187,3733110249),new cn(3204031479,2999351573),new cn(3329325298,3815920427),new cn(3391569614,3928383900),new cn(3515267271,566280711),new cn(3940187606,3454069534),new cn(4118630271,4000239992),new cn(116418474,1914138554),new cn(174292421,2731055270),new cn(289380356,3203993006),new cn(460393269,320620315),new cn(685471733,587496836),new cn(852142971,1086792851),new cn(1017036298,365543100),new cn(1126000580,2618297676),new cn(1288033470,3409855158),new cn(1501505948,4234509866),new cn(1607167915,987167468),new cn(1816402316,1246189591)],io=[];for(let t=0;t<80;t+=1)io[t]=new cn;class eo extends rn{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new dn([new cn(1779033703,4089235720),new cn(3144134277,2227873595),new cn(1013904242,4271175723),new cn(2773480762,1595750129),new cn(1359893119,2917565137),new cn(2600822924,725511199),new cn(528734635,4215389547),new cn(1541459225,327033209)])}_doProcessBlock(t,i){const e=this._hash.words,n=e[0],o=e[1],s=e[2],r=e[3],a=e[4],l=e[5],c=e[6],d=e[7],h=n.high;let u=n.low;const p=o.high;let v=o.low;const f=s.high;let m=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 S=c.high;let E=c.low;const k=d.high;let A=d.low,I=h,L=u,$=p,M=v,_=f,F=m,D=g,O=w,T=C,N=y,R=b,V=x,P=S,B=E,H=k,U=A;for(let e=0;e<80;e+=1){let n,o;const s=io[e];if(e<16)s.high=0|t[i+2*e],o=s.high,s.low=0|t[i+2*e+1],n=s.low;else{const t=io[e-15],i=t.high,r=t.low,a=(i>>>1|r<<31)^(i>>>8|r<<24)^i>>>7,l=(r>>>1|i<<31)^(r>>>8|i<<24)^(r>>>7|i<<25),c=io[e-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=io[e-7],f=v.high,m=v.low,g=io[e-16],w=g.high,C=g.low;n=l+m,o=a+f+(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=T&R^~T&P,a=N&V^~N&B,l=I&$^I&_^$&_,c=L&M^L&F^M&F,d=(I>>>28|L<<4)^(I<<30|L>>>2)^(I<<25|L>>>7),h=(L>>>28|I<<4)^(L<<30|I>>>2)^(L<<25|I>>>7),u=(T>>>14|N<<18)^(T>>>18|N<<14)^(T<<23|N>>>9),p=(N>>>14|T<<18)^(N>>>18|T<<14)^(N<<23|T>>>9),v=to[e],f=v.high,m=v.low;let g=U+p,w=H+u+(g>>>0<U>>>0?1:0);g+=a,w=w+r+(g>>>0<a>>>0?1:0),g+=m,w=w+f+(g>>>0<m>>>0?1:0),g+=n,w=w+o+(g>>>0<n>>>0?1:0);const C=h+c;H=P,U=B,P=R,B=V,R=T,V=N,N=O+g|0,T=D+w+(N>>>0<O>>>0?1:0)|0,D=_,O=F,_=$,F=M,$=I,M=L,L=g+C|0,I=w+(d+l+(C>>>0<h>>>0?1:0))+(L>>>0<g>>>0?1:0)|0}n.low=u+L,u=n.low,n.high=h+I+(u>>>0<L>>>0?1:0),o.low=v+M,v=o.low,o.high=p+$+(v>>>0<M>>>0?1:0),s.low=m+F,m=s.low,s.high=f+_+(m>>>0<F>>>0?1:0),r.low=w+O,w=r.low,r.high=g+D+(w>>>0<O>>>0?1:0),a.low=y+N,y=a.low,a.high=C+T+(y>>>0<N>>>0?1:0),l.low=x+V,x=l.low,l.high=b+R+(x>>>0<V>>>0?1:0),c.low=E+B,E=c.low,c.high=S+P+(E>>>0<B>>>0?1:0),d.low=A+U,A=d.low,d.high=k+H+(A>>>0<U>>>0?1:0)}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,n=8*t.sigBytes;i[n>>>5]|=128<<24-n%32,i[30+(n+128>>>10<<5)]=Math.floor(e/4294967296),i[31+(n+128>>>10<<5)]=e,t.sigBytes=4*i.length,this._process();return this._hash.toX32()}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const no=rn._createHelper(eo),oo=rn._createHmacHelper(eo);class so extends eo{_doReset(){this._hash=new dn([new cn(3418070365,3238371032),new cn(1654270250,914150663),new cn(2438529370,812702999),new cn(355462360,4144912697),new cn(1731405415,4290775857),new cn(2394180231,1750603025),new cn(3675008525,1694076839),new cn(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const ro=eo._createHelper(so),ao=eo._createHmacHelper(so),lo=[],co=[],ho=[];let uo=1,po=0;for(let t=0;t<24;t+=1){lo[uo+5*po]=(t+1)*(t+2)/2%64;const i=(2*uo+3*po)%5;uo=po%5,po=i}for(let t=0;t<5;t+=1)for(let i=0;i<5;i+=1)co[t+5*i]=i+(2*t+3*i)%5*5;let vo=1;for(let t=0;t<24;t+=1){let i=0,e=0;for(let t=0;t<7;t+=1){if(1&vo){const n=(1<<t)-1;n<32?e^=1<<n:i^=1<<n-32}128&vo?vo=vo<<1^113:vo<<=1}ho[t]=cn.create(i,e)}const fo=[];for(let t=0;t<25;t+=1)fo[t]=cn.create();class mo extends rn{constructor(t){super(Object.assign({outputLength:512},t))}_doReset(){this._state=[];const t=this._state;for(let i=0;i<25;i+=1)t[i]=new cn;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,i){const e=this._state,n=this.blockSize/2;for(let o=0;o<n;o+=1){let n=t[i+2*o],s=t[i+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=e[o];r.high^=s,r.low^=n}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let i=0,n=0;for(let o=0;o<5;o+=1){const s=e[t+5*o];i^=s.high,n^=s.low}const o=fo[t];o.high=i,o.low=n}for(let t=0;t<5;t+=1){const i=fo[(t+4)%5],n=fo[(t+1)%5],o=n.high,s=n.low,r=i.high^(o<<1|s>>>31),a=i.low^(s<<1|o>>>31);for(let i=0;i<5;i+=1){const n=e[t+5*i];n.high^=r,n.low^=a}}for(let t=1;t<25;t+=1){let i,n;const o=e[t],s=o.high,r=o.low,a=lo[t];a<32?(i=s<<a|r>>>32-a,n=r<<a|s>>>32-a):(i=r<<a-32|s>>>64-a,n=s<<a-32|r>>>64-a);const l=fo[co[t]];l.high=i,l.low=n}const i=fo[0],n=e[0];i.high=n.high,i.low=n.low;for(let t=0;t<5;t+=1)for(let i=0;i<5;i+=1){const n=t+5*i,o=e[n],s=fo[n],r=fo[(t+1)%5+5*i],a=fo[(t+2)%5+5*i];o.high=s.high^~r.high&a.high,o.low=s.low^~r.low&a.low}const o=e[0],s=ho[t];o.high^=s.high,o.low^=s.low}}_doFinalize(){const t=this._data,i=t.words,e=8*t.sigBytes,n=32*this.blockSize;i[e>>>5]|=1<<24-e%32,i[(Math.ceil((e+1)/n)*n>>>5)-1]|=128,t.sigBytes=4*i.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 i=o[t];let e=i.high,n=i.low;e=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),n=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a.push(n),a.push(e)}return new tn(a,s)}clone(){const t=super.clone.call(this);t._state=this._state.slice(0);const i=t._state;for(let t=0;t<25;t+=1)i[t]=i[t].clone();return t}}const go=rn._createHelper(mo),wo=rn._createHmacHelper(mo),Co=tn.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]),yo=tn.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]),bo=tn.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]),xo=tn.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]),So=tn.create([0,1518500249,1859775393,2400959708,2840853838]),Eo=tn.create([1352829926,1548603684,1836072691,2053994217,0]),ko=(t,i,e)=>t^i^e,Ao=(t,i,e)=>t&i|~t&e,Io=(t,i,e)=>(t|~i)^e,Lo=(t,i,e)=>t&e|i&~e,$o=(t,i,e)=>t^(i|~e),Mo=(t,i)=>t<<i|t>>>32-i;class _o extends rn{_doReset(){this._hash=tn.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,i){const e=t;for(let t=0;t<16;t+=1){const n=i+t,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}const n=this._hash.words,o=So.words,s=Eo.words,r=Co.words,a=yo.words,l=bo.words,c=xo.words;let d,h=n[0],u=n[1],p=n[2],v=n[3],f=n[4],m=n[0],g=n[1],w=n[2],C=n[3],y=n[4];for(let t=0;t<80;t+=1)d=h+e[i+r[t]]|0,d+=t<16?ko(u,p,v)+o[0]:t<32?Ao(u,p,v)+o[1]:t<48?Io(u,p,v)+o[2]:t<64?Lo(u,p,v)+o[3]:$o(u,p,v)+o[4],d|=0,d=Mo(d,l[t]),d=d+f|0,h=f,f=v,v=Mo(p,10),p=u,u=d,d=m+e[i+a[t]]|0,d+=t<16?$o(g,w,C)+s[0]:t<32?Lo(g,w,C)+s[1]:t<48?Io(g,w,C)+s[2]:t<64?Ao(g,w,C)+s[3]:ko(g,w,C)+s[4],d|=0,d=Mo(d,c[t]),d=d+y|0,m=y,y=C,C=Mo(w,10),w=g,g=d;d=n[1]+p+C|0,n[1]=n[2]+v+y|0,n[2]=n[3]+f+m|0,n[3]=n[4]+h+g|0,n[4]=n[0]+u+w|0,n[0]=d}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,n=8*t.sigBytes;i[n>>>5]|=128<<24-n%32,i[14+(n+64>>>9<<4)]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),t.sigBytes=4*(i.length+1),this._process();const o=this._hash,s=o.words;for(let t=0;t<5;t+=1){const i=s[t];s[t]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}return o}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Fo=rn._createHelper(_o),Do=rn._createHmacHelper(_o);class Oo extends Qe{constructor(t){super(),this.cfg=Object.assign(new Qe,{keySize:4,hasher:Vn,iterations:1},t)}compute(t,i){const{cfg:e}=this,n=an.create(e.hasher,t),o=tn.create(),s=tn.create([1]),r=o.words,a=s.words,{keySize:l,iterations:c}=e;for(;r.length<l;){const t=n.update(i).finalize(s);n.reset();const e=t.words,r=e.length;let l=t;for(let t=1;t<c;t+=1){l=n.finalize(l),n.reset();const t=l.words;for(let i=0;i<r;i+=1)e[i]^=t[i]}o.concat(t),a[0]+=1}return o.sigBytes=4*l,o}}const To=[],No=[],Ro=[],Vo=[],Po=[],Bo=[],Ho=[],Uo=[],jo=[],zo=[],Zo=[];for(let t=0;t<256;t+=1)Zo[t]=t<128?t<<1:t<<1^283;let Ko=0,qo=0;for(let t=0;t<256;t+=1){let t=qo^qo<<1^qo<<2^qo<<3^qo<<4;t=t>>>8^255&t^99,To[Ko]=t,No[t]=Ko;const i=Zo[Ko],e=Zo[i],n=Zo[e];let o=257*Zo[t]^16843008*t;Ro[Ko]=o<<24|o>>>8,Vo[Ko]=o<<16|o>>>16,Po[Ko]=o<<8|o>>>24,Bo[Ko]=o,o=16843009*n^65537*e^257*i^16843008*Ko,Ho[t]=o<<24|o>>>8,Uo[t]=o<<16|o>>>16,jo[t]=o<<8|o>>>24,zo[t]=o,Ko?(Ko=i^Zo[Zo[Zo[n^i]]],qo^=Zo[Zo[qo]]):(qo=1,Ko=qo)}const Jo=[0,1,2,4,8,16,32,64,128,27,54];class Go extends In{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const i=this._keyPriorReset,e=i.words,n=i.sigBytes/4;this._nRounds=n+6;const o=4*(this._nRounds+1);this._keySchedule=[];const s=this._keySchedule;for(let i=0;i<o;i+=1)i<n?s[i]=e[i]:(t=s[i-1],i%n?n>6&&i%n==4&&(t=To[t>>>24]<<24|To[t>>>16&255]<<16|To[t>>>8&255]<<8|To[255&t]):(t=t<<8|t>>>24,t=To[t>>>24]<<24|To[t>>>16&255]<<16|To[t>>>8&255]<<8|To[255&t],t^=Jo[i/n|0]<<24),s[i]=s[i-n]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let i=0;i<o;i+=1){const e=o-i;t=i%4?s[e]:s[e-4],r[i]=i<4||e<=4?t:Ho[To[t>>>24]]^Uo[To[t>>>16&255]]^jo[To[t>>>8&255]]^zo[To[255&t]]}}encryptBlock(t,i){this._doCryptBlock(t,i,this._keySchedule,Ro,Vo,Po,Bo,To)}decryptBlock(t,i){const e=t;let n=e[i+1];e[i+1]=e[i+3],e[i+3]=n,this._doCryptBlock(e,i,this._invKeySchedule,Ho,Uo,jo,zo,No),n=e[i+1],e[i+1]=e[i+3],e[i+3]=n}_doCryptBlock(t,i,e,n,o,s,r,a){const l=t,c=this._nRounds;let d=l[i]^e[0],h=l[i+1]^e[1],u=l[i+2]^e[2],p=l[i+3]^e[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]^e[v];v+=1;const i=n[h>>>24]^o[u>>>16&255]^s[p>>>8&255]^r[255&d]^e[v];v+=1;const a=n[u>>>24]^o[p>>>16&255]^s[d>>>8&255]^r[255&h]^e[v];v+=1;const l=n[p>>>24]^o[d>>>16&255]^s[h>>>8&255]^r[255&u]^e[v];v+=1,d=t,h=i,u=a,p=l}const f=(a[d>>>24]<<24|a[h>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^e[v];v+=1;const m=(a[h>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&d])^e[v];v+=1;const g=(a[u>>>24]<<24|a[p>>>16&255]<<16|a[d>>>8&255]<<8|a[255&h])^e[v];v+=1;const w=(a[p>>>24]<<24|a[d>>>16&255]<<16|a[h>>>8&255]<<8|a[255&u])^e[v];v+=1,l[i]=f,l[i+1]=m,l[i+2]=g,l[i+3]=w}}Go.keySize=8;const Yo=In._createHelper(Go),Wo=[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],Xo=[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],Qo=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],ts=[{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}],is=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function es(t,i){const e=(this._lBlock>>>t^this._rBlock)&i;this._rBlock^=e,this._lBlock^=e<<t}function ns(t,i){const e=(this._rBlock>>>t^this._lBlock)&i;this._lBlock^=e,this._rBlock^=e<<t}class os extends In{_doReset(){const t=this._key.words,i=[];for(let e=0;e<56;e+=1){const n=Wo[e]-1;i[e]=t[n>>>5]>>>31-n%32&1}this._subKeys=[];const e=this._subKeys;for(let t=0;t<16;t+=1){e[t]=[];const n=e[t],o=Qo[t];for(let t=0;t<24;t+=1)n[t/6|0]|=i[(Xo[t]-1+o)%28]<<31-t%6,n[4+(t/6|0)]|=i[28+(Xo[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]=e[15-t]}encryptBlock(t,i){this._doCryptBlock(t,i,this._subKeys)}decryptBlock(t,i){this._doCryptBlock(t,i,this._invSubKeys)}_doCryptBlock(t,i,e){const n=t;this._lBlock=t[i],this._rBlock=t[i+1],es.call(this,4,252645135),es.call(this,16,65535),ns.call(this,2,858993459),ns.call(this,8,16711935),es.call(this,1,1431655765);for(let t=0;t<16;t+=1){const i=e[t],n=this._lBlock,o=this._rBlock;let s=0;for(let t=0;t<8;t+=1)s|=ts[t][((o^i[t])&is[t])>>>0];this._lBlock=o,this._rBlock=n^s}const o=this._lBlock;this._lBlock=this._rBlock,this._rBlock=o,es.call(this,1,1431655765),ns.call(this,8,16711935),ns.call(this,2,858993459),es.call(this,16,65535),es.call(this,4,252645135),n[i]=this._lBlock,n[i+1]=this._rBlock}}os.keySize=2,os.ivSize=2,os.blockSize=2;const ss=In._createHelper(os);class rs extends In{_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 i=t.slice(0,2),e=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=os.createEncryptor(tn.create(i)),this._des2=os.createEncryptor(tn.create(e)),this._des3=os.createEncryptor(tn.create(n))}encryptBlock(t,i){this._des1.encryptBlock(t,i),this._des2.decryptBlock(t,i),this._des3.encryptBlock(t,i)}decryptBlock(t,i){this._des3.decryptBlock(t,i),this._des2.encryptBlock(t,i),this._des1.decryptBlock(t,i)}}rs.keySize=6,rs.ivSize=2,rs.blockSize=2;const as=In._createHelper(rs),ls=[],cs=[],ds=[];function hs(){const t=this._X,i=this._C;for(let t=0;t<8;t+=1)cs[t]=i[t];i[0]=i[0]+1295307597+this._b|0,i[1]=i[1]+3545052371+(i[0]>>>0<cs[0]>>>0?1:0)|0,i[2]=i[2]+886263092+(i[1]>>>0<cs[1]>>>0?1:0)|0,i[3]=i[3]+1295307597+(i[2]>>>0<cs[2]>>>0?1:0)|0,i[4]=i[4]+3545052371+(i[3]>>>0<cs[3]>>>0?1:0)|0,i[5]=i[5]+886263092+(i[4]>>>0<cs[4]>>>0?1:0)|0,i[6]=i[6]+1295307597+(i[5]>>>0<cs[5]>>>0?1:0)|0,i[7]=i[7]+3545052371+(i[6]>>>0<cs[6]>>>0?1:0)|0,this._b=i[7]>>>0<cs[7]>>>0?1:0;for(let e=0;e<8;e+=1){const n=t[e]+i[e],o=65535&n,s=n>>>16,r=((o*o>>>17)+o*s>>>15)+s*s,a=((4294901760&n)*n|0)+((65535&n)*n|0);ds[e]=r^a}t[0]=ds[0]+(ds[7]<<16|ds[7]>>>16)+(ds[6]<<16|ds[6]>>>16)|0,t[1]=ds[1]+(ds[0]<<8|ds[0]>>>24)+ds[7]|0,t[2]=ds[2]+(ds[1]<<16|ds[1]>>>16)+(ds[0]<<16|ds[0]>>>16)|0,t[3]=ds[3]+(ds[2]<<8|ds[2]>>>24)+ds[1]|0,t[4]=ds[4]+(ds[3]<<16|ds[3]>>>16)+(ds[2]<<16|ds[2]>>>16)|0,t[5]=ds[5]+(ds[4]<<8|ds[4]>>>24)+ds[3]|0,t[6]=ds[6]+(ds[5]<<16|ds[5]>>>16)+(ds[4]<<16|ds[4]>>>16)|0,t[7]=ds[7]+(ds[6]<<8|ds[6]>>>24)+ds[5]|0}class us extends xn{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:i}=this.cfg;for(let i=0;i<4;i+=1)t[i]=16711935&(t[i]<<8|t[i]>>>24)|4278255360&(t[i]<<24|t[i]>>>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 e=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)hs.call(this);for(let t=0;t<8;t+=1)n[t]^=e[t+4&7];if(i){const t=i.words,e=t[0],o=t[1],s=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>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)hs.call(this)}}_doProcessBlock(t,i){const e=t,n=this._X;hs.call(this),ls[0]=n[0]^n[5]>>>16^n[3]<<16,ls[1]=n[2]^n[7]>>>16^n[5]<<16,ls[2]=n[4]^n[1]>>>16^n[7]<<16,ls[3]=n[6]^n[3]>>>16^n[1]<<16;for(let t=0;t<4;t+=1)ls[t]=16711935&(ls[t]<<8|ls[t]>>>24)|4278255360&(ls[t]<<24|ls[t]>>>8),e[i+t]^=ls[t]}}const ps=xn._createHelper(us),vs=[],fs=[],ms=[];function gs(){const t=this._X,i=this._C;for(let t=0;t<8;t+=1)fs[t]=i[t];i[0]=i[0]+1295307597+this._b|0,i[1]=i[1]+3545052371+(i[0]>>>0<fs[0]>>>0?1:0)|0,i[2]=i[2]+886263092+(i[1]>>>0<fs[1]>>>0?1:0)|0,i[3]=i[3]+1295307597+(i[2]>>>0<fs[2]>>>0?1:0)|0,i[4]=i[4]+3545052371+(i[3]>>>0<fs[3]>>>0?1:0)|0,i[5]=i[5]+886263092+(i[4]>>>0<fs[4]>>>0?1:0)|0,i[6]=i[6]+1295307597+(i[5]>>>0<fs[5]>>>0?1:0)|0,i[7]=i[7]+3545052371+(i[6]>>>0<fs[6]>>>0?1:0)|0,this._b=i[7]>>>0<fs[7]>>>0?1:0;for(let e=0;e<8;e+=1){const n=t[e]+i[e],o=65535&n,s=n>>>16,r=((o*o>>>17)+o*s>>>15)+s*s,a=((4294901760&n)*n|0)+((65535&n)*n|0);ms[e]=r^a}t[0]=ms[0]+(ms[7]<<16|ms[7]>>>16)+(ms[6]<<16|ms[6]>>>16)|0,t[1]=ms[1]+(ms[0]<<8|ms[0]>>>24)+ms[7]|0,t[2]=ms[2]+(ms[1]<<16|ms[1]>>>16)+(ms[0]<<16|ms[0]>>>16)|0,t[3]=ms[3]+(ms[2]<<8|ms[2]>>>24)+ms[1]|0,t[4]=ms[4]+(ms[3]<<16|ms[3]>>>16)+(ms[2]<<16|ms[2]>>>16)|0,t[5]=ms[5]+(ms[4]<<8|ms[4]>>>24)+ms[3]|0,t[6]=ms[6]+(ms[5]<<16|ms[5]>>>16)+(ms[4]<<16|ms[4]>>>16)|0,t[7]=ms[7]+(ms[6]<<8|ms[6]>>>24)+ms[5]|0}class ws extends xn{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:i}=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 e=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)gs.call(this);for(let t=0;t<8;t+=1)n[t]^=e[t+4&7];if(i){const t=i.words,e=t[0],o=t[1],s=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>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)gs.call(this)}}_doProcessBlock(t,i){const e=t,n=this._X;gs.call(this),vs[0]=n[0]^n[5]>>>16^n[3]<<16,vs[1]=n[2]^n[7]>>>16^n[5]<<16,vs[2]=n[4]^n[1]>>>16^n[7]<<16,vs[3]=n[6]^n[3]>>>16^n[1]<<16;for(let t=0;t<4;t+=1)vs[t]=16711935&(vs[t]<<8|vs[t]>>>24)|4278255360&(vs[t]<<24|vs[t]>>>8),e[i+t]^=vs[t]}}const Cs=xn._createHelper(ws);function ys(){const t=this._S;let i=this._i,e=this._j,n=0;for(let o=0;o<4;o+=1){i=(i+1)%256,e=(e+t[i])%256;const s=t[i];t[i]=t[e],t[e]=s,n|=t[(t[i]+t[e])%256]<<24-8*o}return this._i=i,this._j=e,n}class bs extends xn{_doReset(){const t=this._key,i=t.words,e=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%e,r=i[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,i){t[i]^=ys.call(this)}}bs.keySize=8,bs.ivSize=0;const xs=xn._createHelper(bs);class Ss extends bs{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)ys.call(this)}}const Es=xn._createHelper(Ss);function ks(t,i,e,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<e;t+=1)o[i+t]^=s[t]}class As extends Sn{}As.Encryptor=class extends As{processBlock(t,i){const e=this._cipher,{blockSize:n}=e;ks.call(this,t,i,n,e),this._prevBlock=t.slice(i,i+n)}},As.Decryptor=class extends As{processBlock(t,i){const e=this._cipher,{blockSize:n}=e,o=t.slice(i,i+n);ks.call(this,t,i,n,e),this._prevBlock=o}};class Is extends Sn{}Is.Encryptor=class extends Is{processBlock(t,i){const e=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)e[i+t]^=a[t]}},Is.Decryptor=Is.Encryptor;const Ls=t=>{let i=t;if(255==(t>>24&255)){let e=t>>16&255,n=t>>8&255,o=255&t;255===e?(e=0,255===n?(n=0,255===o?o=0:o+=1):n+=1):e+=1,i=0,i+=e<<16,i+=n<<8,i+=o}else i+=1<<24;return i};
|
|
901
|
+
*/(t=>{var e;null===(e=Bt())||void 0===e||e[`_${t}`]})("authIdTokenMaxAge"),sn="Browser",De(new ee("auth",((t,{options:e})=>{const i=t.getProvider("app").getImmediate(),n=t.getProvider("heartbeat"),{apiKey:o,authDomain:s}=i.options;return((t,i)=>{yi(o&&!o.includes(":"),"invalid-api-key",{appName:t.name}),yi(!(null==s?void 0:s.includes(":")),"argument-error",{appName:t.name});const n={apiKey:o,authDomain:s,clientPlatform:sn,apiHost:"identitytoolkit.googleapis.com",tokenApiHost:"securetoken.googleapis.com",apiScheme:"https",sdkClientVersion:qi(sn)},r=new Xi(t,i,n);return function(t,e){const i=(null==e?void 0:e.persistence)||[],n=(Array.isArray(i)?i:[i]).map(Mi);(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()}))),De(new ee("auth-internal",(t=>(t=>new on(t))(function(t){return te(t)}(t.getProvider("auth").getImmediate()))),"PRIVATE").setInstantiationMode("EXPLICIT")),Ve(en,nn,function(t){switch(t){case"Node":return"node";case"ReactNative":return"rn";case"Worker":return"webworker";case"Cordova":return"cordova";default:return}}(sn)),Ve(en,nn,"esm2017");class rn{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 an extends rn{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 an(e,t)}toString(t=ln){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 ln={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 an(i,e/2)}},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(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 an(i,e)}},dn={stringify(t){try{return decodeURIComponent(escape(cn.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>cn.parse(unescape(encodeURIComponent(t)))};class hn extends rn{constructor(){super(),this._minBufferSize=0}reset(){this._data=new an,this._nDataBytes=0}_append(t){let e=t;"string"==typeof e&&(e=dn.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 an(e,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class un extends hn{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new rn,t),this.reset()}static _createHelper(t){return(e,i)=>new t(i).finalize(e)}static _createHmacHelper(t){return(e,i)=>new pn(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 pn extends rn{constructor(t,e){super();const i=new t;this._hasher=i;let n=e;"string"==typeof n&&(n=dn.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 vn=an;class fn extends rn{constructor(t,e){super(),this.high=t,this.low=e}}class gn extends rn{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 vn.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 mn={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 an.create(n,o)})(t,e,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},wn=[];for(let t=0;t<64;t+=1)wn[t]=4294967296*Math.abs(Math.sin(t+1))|0;const Cn=(t,e,i,n,o,s,r)=>{const a=t+(e&i|~e&n)+o+r;return(a<<s|a>>>32-s)+e},yn=(t,e,i,n,o,s,r)=>{const a=t+(e&n|i&~n)+o+r;return(a<<s|a>>>32-s)+e},bn=(t,e,i,n,o,s,r)=>{const a=t+(e^i^n)+o+r;return(a<<s|a>>>32-s)+e},xn=(t,e,i,n,o,s,r)=>{const a=t+(i^(e|~n))+o+r;return(a<<s|a>>>32-s)+e};class En extends un{_doReset(){this._hash=new an([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],f=i[e+11],g=i[e+12],m=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=Cn(y,b,x,E,o,7,wn[0]),E=Cn(E,y,b,x,s,12,wn[1]),x=Cn(x,E,y,b,r,17,wn[2]),b=Cn(b,x,E,y,a,22,wn[3]),y=Cn(y,b,x,E,l,7,wn[4]),E=Cn(E,y,b,x,c,12,wn[5]),x=Cn(x,E,y,b,d,17,wn[6]),b=Cn(b,x,E,y,h,22,wn[7]),y=Cn(y,b,x,E,u,7,wn[8]),E=Cn(E,y,b,x,p,12,wn[9]),x=Cn(x,E,y,b,v,17,wn[10]),b=Cn(b,x,E,y,f,22,wn[11]),y=Cn(y,b,x,E,g,7,wn[12]),E=Cn(E,y,b,x,m,12,wn[13]),x=Cn(x,E,y,b,w,17,wn[14]),b=Cn(b,x,E,y,C,22,wn[15]),y=yn(y,b,x,E,s,5,wn[16]),E=yn(E,y,b,x,d,9,wn[17]),x=yn(x,E,y,b,f,14,wn[18]),b=yn(b,x,E,y,o,20,wn[19]),y=yn(y,b,x,E,c,5,wn[20]),E=yn(E,y,b,x,v,9,wn[21]),x=yn(x,E,y,b,C,14,wn[22]),b=yn(b,x,E,y,l,20,wn[23]),y=yn(y,b,x,E,p,5,wn[24]),E=yn(E,y,b,x,w,9,wn[25]),x=yn(x,E,y,b,a,14,wn[26]),b=yn(b,x,E,y,u,20,wn[27]),y=yn(y,b,x,E,m,5,wn[28]),E=yn(E,y,b,x,r,9,wn[29]),x=yn(x,E,y,b,h,14,wn[30]),b=yn(b,x,E,y,g,20,wn[31]),y=bn(y,b,x,E,c,4,wn[32]),E=bn(E,y,b,x,u,11,wn[33]),x=bn(x,E,y,b,f,16,wn[34]),b=bn(b,x,E,y,w,23,wn[35]),y=bn(y,b,x,E,s,4,wn[36]),E=bn(E,y,b,x,l,11,wn[37]),x=bn(x,E,y,b,h,16,wn[38]),b=bn(b,x,E,y,v,23,wn[39]),y=bn(y,b,x,E,m,4,wn[40]),E=bn(E,y,b,x,o,11,wn[41]),x=bn(x,E,y,b,a,16,wn[42]),b=bn(b,x,E,y,d,23,wn[43]),y=bn(y,b,x,E,p,4,wn[44]),E=bn(E,y,b,x,g,11,wn[45]),x=bn(x,E,y,b,C,16,wn[46]),b=bn(b,x,E,y,r,23,wn[47]),y=xn(y,b,x,E,o,6,wn[48]),E=xn(E,y,b,x,h,10,wn[49]),x=xn(x,E,y,b,w,15,wn[50]),b=xn(b,x,E,y,c,21,wn[51]),y=xn(y,b,x,E,g,6,wn[52]),E=xn(E,y,b,x,a,10,wn[53]),x=xn(x,E,y,b,v,15,wn[54]),b=xn(b,x,E,y,s,21,wn[55]),y=xn(y,b,x,E,u,6,wn[56]),E=xn(E,y,b,x,C,10,wn[57]),x=xn(x,E,y,b,d,15,wn[58]),b=xn(b,x,E,y,m,21,wn[59]),y=xn(y,b,x,E,l,6,wn[60]),E=xn(E,y,b,x,f,10,wn[61]),x=xn(x,E,y,b,r,15,wn[62]),b=xn(b,x,E,y,p,21,wn[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 Mn=un._createHelper(En),Sn=un._createHmacHelper(En);class kn extends rn{constructor(t){super(),this.cfg=Object.assign(new rn,{keySize:4,hasher:En,iterations:1},t)}compute(t,e){let i;const{cfg:n}=this,o=n.hasher.create(),s=an.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 Nn extends hn{constructor(t,e,i){super(),this.cfg=Object.assign(new rn,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?zn:Dn;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()}}Nn._ENC_XFORM_MODE=1,Nn._DEC_XFORM_MODE=2,Nn.keySize=4,Nn.ivSize=4;class _n extends Nn{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class In extends rn{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 Tn(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 An extends In{}An.Encryptor=class extends An{processBlock(t,e){const i=this._cipher,{blockSize:n}=i;Tn.call(this,t,e,n),i.encryptBlock(t,e),this._prevBlock=t.slice(e,e+n)}},An.Decryptor=class extends An{processBlock(t,e){const i=this._cipher,{blockSize:n}=i,o=t.slice(e,e+n);i.decryptBlock(t,e),Tn.call(this,t,e,n),this._prevBlock=o}};const Ln={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=an.create(s,n);t.concat(r)},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}};class Fn extends Nn{constructor(t,e,i){super(t,e,Object.assign({mode:An,padding:Ln},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 jn extends rn{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?an.create([1398893684,1701076831]).concat(n).concat(i):i,e.toString(mn)},parse(t){let e;const i=mn.parse(t),n=i.words;return 1398893684===n[0]&&1701076831===n[1]&&(e=an.create(n.slice(2,4)),n.splice(0,4),i.sigBytes-=16),jn.create({ciphertext:i,salt:e})}};class Dn extends rn{static encrypt(t,e,i,n){const o=Object.assign(new rn,this.cfg,n),s=t.createEncryptor(i,o),r=s.finalize(e),a=s.cfg;return jn.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 rn,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}}Dn.cfg=Object.assign(new rn,{format:$n});const On={execute(t,e,i,n){let o=n;o||(o=an.random(8));const s=kn.create({keySize:e+i}).compute(t,o),r=an.create(s.words.slice(e),4*i);return s.sigBytes=4*e,jn.create({key:s,iv:r,salt:o})}};class zn extends Dn{static encrypt(t,e,i,n){const o=Object.assign(new rn,this.cfg,n),s=o.kdf.execute(i,t.keySize,t.ivSize);o.iv=s.iv;const r=Dn.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 rn,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 Dn.decrypt.call(this,t,o,r.key,s)}}zn.cfg=Object.assign(Dn.cfg,{kdf:On});const Un=t=>t<<8&4278255360|t>>>8&16711935,Vn={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 an.create(i,2*e)}},Rn=Vn,Hn={stringify(t){const{words:e,sigBytes:i}=t,n=[];for(let t=0;t<i;t+=2){const i=Un(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]|=Un(t.charCodeAt(n)<<16-n%2*16);return an.create(i,2*e)}},Bn=[];class Pn extends un{_doReset(){this._hash=new an([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)Bn[i]=0|t[e+i];else{const t=Bn[i-3]^Bn[i-8]^Bn[i-14]^Bn[i-16];Bn[i]=t<<1|t>>>31}let l=(n<<5|n>>>27)+a+Bn[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 Zn=un._createHelper(Pn),Gn=un._createHmacHelper(Pn),Yn=[],Kn=[],Wn=t=>{const e=Math.sqrt(t);for(let i=2;i<=e;i+=1)if(!(t%i))return!1;return!0},Jn=t=>4294967296*(t-(0|t))|0;let qn=2,Qn=0;for(;Qn<64;)Wn(qn)&&(Qn<8&&(Yn[Qn]=Jn(qn**.5)),Kn[Qn]=Jn(qn**(1/3)),Qn+=1),qn+=1;const Xn=[];class to extends un{_doReset(){this._hash=new an(Yn.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)Xn[i]=0|t[e+i];else{const t=Xn[i-15],e=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,n=Xn[i-2],o=(n<<15|n>>>17)^(n<<13|n>>>19)^n>>>10;Xn[i]=e+Xn[i-7]+o+Xn[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)+Kn[i]+Xn[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 eo=un._createHelper(to),io=un._createHmacHelper(to);class no extends to{_doReset(){this._hash=new an([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const oo=to._createHelper(no),so=to._createHmacHelper(no),ro=[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)],ao=[];for(let t=0;t<80;t+=1)ao[t]=new fn;class lo extends un{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 f=s.high;let g=s.low;const m=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=f,L=g,F=m,j=w,$=C,D=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=ao[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=ao[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=ao[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=ao[i-7],f=v.high,g=v.low,m=ao[i-16],w=m.high,C=m.low;n=l+g,o=a+f+(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=$&O^~$&U,a=D&z^~D&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=($>>>14|D<<18)^($>>>18|D<<14)^($<<23|D>>>9),p=(D>>>14|$<<18)^(D>>>18|$<<14)^(D<<23|$>>>9),v=ro[i],f=v.high,g=v.low;let m=H+p,w=R+u+(m>>>0<H>>>0?1:0);m+=a,w=w+r+(m>>>0<a>>>0?1:0),m+=g,w=w+f+(m>>>0<g>>>0?1:0),m+=n,w=w+o+(m>>>0<n>>>0?1:0);const C=h+c;R=U,H=V,U=O,V=z,O=$,z=D,D=j+m|0,$=F+w+(D>>>0<j>>>0?1:0)|0,F=A,j=L,A=I,L=T,I=N,T=_,_=m+C|0,N=w+(d+l+(C>>>0<h>>>0?1:0))+(_>>>0<m>>>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=g+L,g=s.low,s.high=f+A+(g>>>0<L>>>0?1:0),r.low=w+j,w=r.low,r.high=m+F+(w>>>0<j>>>0?1:0),a.low=y+D,y=a.low,a.high=C+$+(y>>>0<D>>>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 co=un._createHelper(lo),ho=un._createHmacHelper(lo);class uo extends lo{_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 po=lo._createHelper(uo),vo=lo._createHmacHelper(uo),fo=[],go=[],mo=[];let wo=1,Co=0;for(let t=0;t<24;t+=1){fo[wo+5*Co]=(t+1)*(t+2)/2%64;const e=(2*wo+3*Co)%5;wo=Co%5,Co=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 yo=1;for(let t=0;t<24;t+=1){let e=0,i=0;for(let t=0;t<7;t+=1){if(1&yo){const n=(1<<t)-1;n<32?i^=1<<n:e^=1<<n-32}128&yo?yo=yo<<1^113:yo<<=1}mo[t]=fn.create(e,i)}const bo=[];for(let t=0;t<25;t+=1)bo[t]=fn.create();class xo extends un{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=bo[t];o.high=e,o.low=n}for(let t=0;t<5;t+=1){const e=bo[(t+4)%5],n=bo[(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=bo[go[t]];l.high=e,l.low=n}const e=bo[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=bo[n],r=bo[(t+1)%5+5*e],a=bo[(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=mo[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 an(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 Eo=un._createHelper(xo),Mo=un._createHmacHelper(xo),So=an.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]),ko=an.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]),No=an.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]),_o=an.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]),Io=an.create([0,1518500249,1859775393,2400959708,2840853838]),To=an.create([1352829926,1548603684,1836072691,2053994217,0]),Ao=(t,e,i)=>t^e^i,Lo=(t,e,i)=>t&e|~t&i,Fo=(t,e,i)=>(t|~e)^i,jo=(t,e,i)=>t&i|e&~i,$o=(t,e,i)=>t^(e|~i),Do=(t,e)=>t<<e|t>>>32-e;class Oo extends un{_doReset(){this._hash=an.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=Io.words,s=To.words,r=So.words,a=ko.words,l=No.words,c=_o.words;let d,h=n[0],u=n[1],p=n[2],v=n[3],f=n[4],g=n[0],m=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?Ao(u,p,v)+o[0]:t<32?Lo(u,p,v)+o[1]:t<48?Fo(u,p,v)+o[2]:t<64?jo(u,p,v)+o[3]:$o(u,p,v)+o[4],d|=0,d=Do(d,l[t]),d=d+f|0,h=f,f=v,v=Do(p,10),p=u,u=d,d=g+i[e+a[t]]|0,d+=t<16?$o(m,w,C)+s[0]:t<32?jo(m,w,C)+s[1]:t<48?Fo(m,w,C)+s[2]:t<64?Lo(m,w,C)+s[3]:Ao(m,w,C)+s[4],d|=0,d=Do(d,c[t]),d=d+y|0,g=y,y=C,C=Do(w,10),w=m,m=d;d=n[1]+p+C|0,n[1]=n[2]+v+y|0,n[2]=n[3]+f+g|0,n[3]=n[4]+h+m|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 zo=un._createHelper(Oo),Uo=un._createHmacHelper(Oo);class Vo extends rn{constructor(t){super(),this.cfg=Object.assign(new rn,{keySize:4,hasher:Pn,iterations:1},t)}compute(t,e){const{cfg:i}=this,n=pn.create(i.hasher,t),o=an.create(),s=an.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 Ro=[],Ho=[],Bo=[],Po=[],Zo=[],Go=[],Yo=[],Ko=[],Wo=[],Jo=[],qo=[];for(let t=0;t<256;t+=1)qo[t]=t<128?t<<1:t<<1^283;let Qo=0,Xo=0;for(let t=0;t<256;t+=1){let t=Xo^Xo<<1^Xo<<2^Xo<<3^Xo<<4;t=t>>>8^255&t^99,Ro[Qo]=t,Ho[t]=Qo;const e=qo[Qo],i=qo[e],n=qo[i];let o=257*qo[t]^16843008*t;Bo[Qo]=o<<24|o>>>8,Po[Qo]=o<<16|o>>>16,Zo[Qo]=o<<8|o>>>24,Go[Qo]=o,o=16843009*n^65537*i^257*e^16843008*Qo,Yo[t]=o<<24|o>>>8,Ko[t]=o<<16|o>>>16,Wo[t]=o<<8|o>>>24,Jo[t]=o,Qo?(Qo=e^qo[qo[qo[n^e]]],Xo^=qo[qo[Xo]]):(Xo=1,Qo=Xo)}const ts=[0,1,2,4,8,16,32,64,128,27,54];class es extends Fn{_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=Ro[t>>>24]<<24|Ro[t>>>16&255]<<16|Ro[t>>>8&255]<<8|Ro[255&t]):(t=t<<8|t>>>24,t=Ro[t>>>24]<<24|Ro[t>>>16&255]<<16|Ro[t>>>8&255]<<8|Ro[255&t],t^=ts[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:Yo[Ro[t>>>24]]^Ko[Ro[t>>>16&255]]^Wo[Ro[t>>>8&255]]^Jo[Ro[255&t]]}}encryptBlock(t,e){this._doCryptBlock(t,e,this._keySchedule,Bo,Po,Zo,Go,Ro)}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,Yo,Ko,Wo,Jo,Ho),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 f=(a[d>>>24]<<24|a[h>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^i[v];v+=1;const g=(a[h>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&d])^i[v];v+=1;const m=(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]=f,l[e+1]=g,l[e+2]=m,l[e+3]=w}}es.keySize=8;const is=Fn._createHelper(es),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],os=[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],ss=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],rs=[{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}],as=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function ls(t,e){const i=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=i,this._lBlock^=i<<t}function cs(t,e){const i=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=i,this._rBlock^=i<<t}class ds extends Fn{_doReset(){const t=this._key.words,e=[];for(let i=0;i<56;i+=1){const n=ns[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=ss[t];for(let t=0;t<24;t+=1)n[t/6|0]|=e[(os[t]-1+o)%28]<<31-t%6,n[4+(t/6|0)]|=e[28+(os[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],ls.call(this,4,252645135),ls.call(this,16,65535),cs.call(this,2,858993459),cs.call(this,8,16711935),ls.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|=rs[t][((o^e[t])&as[t])>>>0];this._lBlock=o,this._rBlock=n^s}const o=this._lBlock;this._lBlock=this._rBlock,this._rBlock=o,ls.call(this,1,1431655765),cs.call(this,8,16711935),cs.call(this,2,858993459),ls.call(this,16,65535),ls.call(this,4,252645135),n[e]=this._lBlock,n[e+1]=this._rBlock}}ds.keySize=2,ds.ivSize=2,ds.blockSize=2;const hs=Fn._createHelper(ds);class us extends Fn{_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=ds.createEncryptor(an.create(e)),this._des2=ds.createEncryptor(an.create(i)),this._des3=ds.createEncryptor(an.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)}}us.keySize=6,us.ivSize=2,us.blockSize=2;const ps=Fn._createHelper(us),vs=[],fs=[],gs=[];function ms(){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 ws extends _n{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)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),vs[0]=n[0]^n[5]>>>16^n[3]<<16,vs[1]=n[2]^n[7]>>>16^n[5]<<16,vs[2]=n[4]^n[1]>>>16^n[7]<<16,vs[3]=n[6]^n[3]>>>16^n[1]<<16;for(let t=0;t<4;t+=1)vs[t]=16711935&(vs[t]<<8|vs[t]>>>24)|4278255360&(vs[t]<<24|vs[t]>>>8),i[e+t]^=vs[t]}}const Cs=_n._createHelper(ws),ys=[],bs=[],xs=[];function Es(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)bs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<bs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<bs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<bs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<bs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<bs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<bs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<bs[6]>>>0?1:0)|0,this._b=e[7]>>>0<bs[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);xs[i]=r^a}t[0]=xs[0]+(xs[7]<<16|xs[7]>>>16)+(xs[6]<<16|xs[6]>>>16)|0,t[1]=xs[1]+(xs[0]<<8|xs[0]>>>24)+xs[7]|0,t[2]=xs[2]+(xs[1]<<16|xs[1]>>>16)+(xs[0]<<16|xs[0]>>>16)|0,t[3]=xs[3]+(xs[2]<<8|xs[2]>>>24)+xs[1]|0,t[4]=xs[4]+(xs[3]<<16|xs[3]>>>16)+(xs[2]<<16|xs[2]>>>16)|0,t[5]=xs[5]+(xs[4]<<8|xs[4]>>>24)+xs[3]|0,t[6]=xs[6]+(xs[5]<<16|xs[5]>>>16)+(xs[4]<<16|xs[4]>>>16)|0,t[7]=xs[7]+(xs[6]<<8|xs[6]>>>24)+xs[5]|0}class Ms extends _n{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)Es.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)Es.call(this)}}_doProcessBlock(t,e){const i=t,n=this._X;Es.call(this),ys[0]=n[0]^n[5]>>>16^n[3]<<16,ys[1]=n[2]^n[7]>>>16^n[5]<<16,ys[2]=n[4]^n[1]>>>16^n[7]<<16,ys[3]=n[6]^n[3]>>>16^n[1]<<16;for(let t=0;t<4;t+=1)ys[t]=16711935&(ys[t]<<8|ys[t]>>>24)|4278255360&(ys[t]<<24|ys[t]>>>8),i[e+t]^=ys[t]}}const Ss=_n._createHelper(Ms);function ks(){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 Ns extends _n{_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]^=ks.call(this)}}Ns.keySize=8,Ns.ivSize=0;const _s=_n._createHelper(Ns);class Is extends Ns{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)ks.call(this)}}const Ts=_n._createHelper(Is);function As(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 Ls extends In{}Ls.Encryptor=class extends Ls{processBlock(t,e){const i=this._cipher,{blockSize:n}=i;As.call(this,t,e,n,i),this._prevBlock=t.slice(e,e+n)}},Ls.Decryptor=class extends Ls{processBlock(t,e){const i=this._cipher,{blockSize:n}=i,o=t.slice(e,e+n);As.call(this,t,e,n,i),this._prevBlock=o}};class Fs extends In{}Fs.Encryptor=class extends Fs{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]}},Fs.Decryptor=Fs.Encryptor;const js=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};
|
|
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 In{}$s.Encryptor=class extends $s{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),(t=>{const e=t;e[0]=js(e[0]),0===e[0]&&(e[1]=js(e[1]))})(r);const a=r.slice(0);n.encryptBlock(a,0);for(let t=0;t<o;t+=1)i[e+t]^=a[t]}},$s.Decryptor=$s.Encryptor;class Ds extends In{}Ds.Encryptor=class extends Ds{processBlock(t,e){this._cipher.encryptBlock(t,e)}},Ds.Decryptor=class extends Ds{processBlock(t,e){this._cipher.decryptBlock(t,e)}};class Os extends In{}Os.Encryptor=class extends Os{processBlock(t,e){const i=t,n=this._cipher,{blockSize:o}=n,s=this._iv;let r=this._keystream;s&&(this._keystream=s.slice(0),r=this._keystream,this._iv=void 0),n.encryptBlock(r,0);for(let t=0;t<o;t+=1)i[e+t]^=r[t]}},Os.Decryptor=Os.Encryptor;const zs={pad(t,e){const i=4*e,n=i-t.sigBytes%i;t.concat(an.random(n-1)).concat(an.create([n<<24],1))},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Us={pad(t,e){const i=t,n=4*e;i.clamp(),i.sigBytes+=n-(t.sigBytes%n||n)},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}}},Vs={pad(t,e){t.concat(an.create([2147483648],1)),Us.pad(t,e)},unpad(t){const e=t;Us.unpad(e),e.sigBytes-=1}},Rs={stringify:t=>t.ciphertext.toString(ln),parse(t){const e=ln.parse(t);return jn.create({ciphertext:e})}};var Hs={lib:{Base:rn,WordArray:an,BufferedBlockAlgorithm:hn,Hasher:un,Cipher:Nn,StreamCipher:_n,BlockCipherMode:In,BlockCipher:Fn,CipherParams:jn,SerializableCipher:Dn,PasswordBasedCipher:zn},x64:{Word:fn,WordArray:gn},enc:{Hex:ln,Latin1:cn,Utf8:dn,Utf16:Rn,Utf16BE:Vn,Utf16LE:Hn,Base64:mn},algo:{HMAC:pn,MD5:En,SHA1:Pn,SHA224:no,SHA256:to,SHA384:uo,SHA512:lo,SHA3:xo,RIPEMD160:Oo,PBKDF2:Vo,EvpKDF:kn,AES:es,DES:ds,TripleDES:us,Rabbit:ws,RabbitLegacy:Ms,RC4:Ns,RC4Drop:Is},mode:{CBC:An,CFB:Ls,CTR:Fs,CTRGladman:$s,ECB:Ds,OFB:Os},pad:{Pkcs7:Ln,AnsiX923:{pad(t,e){const i=t,n=i.sigBytes,o=4*e,s=o-n%o,r=n+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:zs,Iso97971:Vs,NoPadding:{pad(){},unpad(){}},ZeroPadding:Us},format:{OpenSSL:$n,Hex:Rs},kdf:{OpenSSL:On},MD5:Mn,HmacMD5:Sn,SHA1:Zn,HmacSHA1:Gn,SHA224:oo,HmacSHA224:so,SHA256:eo,HmacSHA256:io,SHA384:po,HmacSHA384:vo,SHA512:co,HmacSHA512:ho,SHA3:Eo,HmacSHA3:Mo,RIPEMD160:zo,HmacRIPEMD160:Uo,PBKDF2:(t,e,i)=>Vo.create(i).compute(t,e),EvpKDF:(t,e,i)=>kn.create(i).compute(t,e),AES:is,DES:hs,TripleDES:ps,Rabbit:Cs,RabbitLegacy:Ss,RC4:_s,RC4Drop:Ts};const Bs=(t,e,i=!1,n="localStorage")=>{try{const o=i?btoa(e):e;"localStorage"===n?localStorage.setItem(t,o):sessionStorage.setItem(t,o)}catch(t){console.warn("Error in setLocalStorage: ",t),nr("Error in setLocalStorage: ",t)}},Ps=(t,e=!1,i="localStorage")=>{try{let n=null;return n="localStorage"===i?localStorage.getItem(t):sessionStorage.getItem(t),n&&e?atob(n):n}catch(t){return console.warn("Error in getLocalStorage: ",t),nr("Error in getLocalStorage: ",t),null}},Zs=(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)}},Gs=(...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`},
|
|
909
|
+
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return a`0`},Ys=(t,e,i)=>{try{const n=Hs.enc.Utf8.parse(e),o=Hs.enc.Utf8.parse(i);return Hs.AES.encrypt(Hs.enc.Utf8.parse(t),n,{keySize:32,iv:o,mode:Hs.mode.CBC,padding:Hs.pad.Pkcs7}).toString()}catch(e){return console.warn("Error in encrypt: ",e),nr("Error in encrypt: ",e),t}},Ks=(t,e,i)=>{try{const n=Hs.enc.Utf8.parse(e),o=Hs.enc.Utf8.parse(i);return Hs.AES.decrypt(t,n,{keySize:32,iv:o,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}},Ws=()=>{try{const t=Ps(ut,!0);if(t){const e=Ks(t,$t,Dt);if(e)return JSON.parse(e);console.warn("Error in getUserFromToken: ","Invalid token."),Zs(ut)}else{const t=Ps(dt,!0);if(t)return Js(),JSON.parse(t)}return null}catch(t){return console.warn("Error in getUserFromToken: ",t),nr("Error in getUserFromToken: ",t),null}},Js=()=>{try{const t=Ps(dt,!0);if(t){const e=Ys(t,$t,Dt);Bs(ut,e,!0)}Zs(dt)}catch(t){console.warn("Error in moveSnippylyUserToST: ",t),nr("Error in moveSnippylyUserToST: ",t)}},qs=(t=!0)=>{try{const e=Ps(pt,!0);if(e){const t=Ks(e,$t,Dt);return t?JSON.parse(t):null}if(t){const t=jt,e=t[Math.floor(Math.random()*t.length)],i=e.name,n=e.photoUrl,o={name:i,email:"guest@usesuperflow.com",userId:Math.floor(1e9*Math.random())+"",photoUrl:n,isGuest:!0},s=JSON.stringify(o),r=Ys(s,$t,Dt);return Bs(pt,r,!0),o}return null}catch(t){return console.warn("Error in getGuestUser: ",t),nr("Error in getGuestUser: ",t),null}},Qs=function(t=function(t="[DEFAULT]"){const e=Fe.get(t);if(!e&&t===Ae)return Ue();if(!e)throw Oe.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)}(te(t),ti),n=i.getImmediate({identifier:e}),o=Pt("functions");return o&&function(t,e,i){!function(t,e,i){t.emulatorOrigin=`http://${e}:${i}`}(te(t),e,i)}(n,...o),n}(Ue({apiKey:"AIzaSyD-upDZIcd4inmT2hCbVjN8rMcHqY-j1WE",projectId:"snippyly-sdk-prod",messagingSenderId:"769823558474",appId:"1:769823558474:web:79f3bb0db8fd99f6f58fb3"}));let Xs,tr={};const er=(t={})=>{tr={...tr,...t}},ir=t=>{Xs=t},nr=(t,e,i={})=>{const n={error:t,message:(null==e?void 0:e.message)||e||t,...i};or("error",n)},or=(t,e={},i=!0)=>{try{if(null==Xs?void 0:Xs.userSnippylyId){e=i?{...tr,...e}:e,e={...e,source:"superflowToolbar"};const n={userId:null==Xs?void 0:Xs.userSnippylyId,event:t,properties:e,sf:!0};sr("track",n)}else console.warn("Untracked event: ",t,e)}catch(t){console.warn("Error in trackEvent: ",t)}},sr=(t,e)=>{try{di(Qs,"sa")({type:t,data:e})}catch(t){console.warn("Error in setAnalytics: ",t)}},rr=async(t,e)=>{try{const i=di(Qs,"checkguestmode"),n=await i({apiKey:t,projectId:e});return null==n?void 0:n.data}catch(t){return console.warn("Error in checkGuestMode: ",t),null}},ar=async(t,e,i,n,o)=>{try{const s=di(Qs,"usermigration"),r=await s({apiKey:t,projectId:e,oldUser:i,newUser:n,deleteGuestUserFlag:o});return null==r?void 0:r.data}catch(t){return console.warn("Error in usermigration: ",t),null}},lr=a`
|
|
910
910
|
|
|
911
911
|
.wrap {
|
|
912
912
|
padding: 32px;
|
|
@@ -1244,7 +1244,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1244
1244
|
align-self: end;
|
|
1245
1245
|
cursor: pointer;
|
|
1246
1246
|
}
|
|
1247
|
-
`,
|
|
1247
|
+
`,cr=a`
|
|
1248
1248
|
@import url('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');
|
|
1249
1249
|
|
|
1250
1250
|
* {
|
|
@@ -1256,8 +1256,8 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1256
1256
|
bottom: 0;
|
|
1257
1257
|
right: 0;
|
|
1258
1258
|
z-index: 2147483577;
|
|
1259
|
-
margin: ${
|
|
1260
|
-
margin-bottom: ${
|
|
1259
|
+
margin: ${Gs(1.5)};
|
|
1260
|
+
margin-bottom: ${Gs(3)}; // Added to prevent overlap between plugin UI and webflow badge
|
|
1261
1261
|
max-width: 100vw !important;
|
|
1262
1262
|
box-sizing: border-box;
|
|
1263
1263
|
|
|
@@ -1428,7 +1428,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
1430
|
.s-presence-avatar-image-small {
|
|
1431
|
-
width: ${
|
|
1431
|
+
width: ${Gs(1.6)};
|
|
1432
1432
|
height: auto;
|
|
1433
1433
|
display: block;
|
|
1434
1434
|
}
|
|
@@ -1520,7 +1520,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1520
1520
|
|
|
1521
1521
|
.s-user-avatar-initial {
|
|
1522
1522
|
color: black !important;
|
|
1523
|
-
font-size: ${
|
|
1523
|
+
font-size: ${Gs(.8)} !important;
|
|
1524
1524
|
position: relative !important;
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
@@ -1908,18 +1908,208 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1908
1908
|
background: #FF7162;
|
|
1909
1909
|
}
|
|
1910
1910
|
|
|
1911
|
+
.s-guest-mode-chip {
|
|
1912
|
+
display: flex;
|
|
1913
|
+
position: fixed;
|
|
1914
|
+
top: 0px;
|
|
1915
|
+
left: 50%;
|
|
1916
|
+
transform: translateX(-50%);
|
|
1917
|
+
z-index: 2147483558;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.s-guest-mode-chip-title {
|
|
1921
|
+
display: flex;
|
|
1922
|
+
padding: 6px 16px;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
gap: 8px;
|
|
1925
|
+
border-radius: 0px 0px 0px 8px;
|
|
1926
|
+
background: var(--neutrals-3, #353945);
|
|
1927
|
+
color: #FCFCFD;
|
|
1928
|
+
font-size: 12px;
|
|
1929
|
+
font-style: normal;
|
|
1930
|
+
font-weight: 700;
|
|
1931
|
+
line-height: 24px;
|
|
1932
|
+
text-transform: uppercase;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
.s-guest-mode-chip-action {
|
|
1936
|
+
display: flex;
|
|
1937
|
+
padding: 6px 16px;
|
|
1938
|
+
align-items: center;
|
|
1939
|
+
gap: 8px;
|
|
1940
|
+
border-radius: 0px 0px 8px;
|
|
1941
|
+
border: 1px solid var(--neutrals-3, #353945);
|
|
1942
|
+
background: var(--neutrals-1, #141416);
|
|
1943
|
+
color: rgb(252, 252, 253);
|
|
1944
|
+
font-size: 12px;
|
|
1945
|
+
font-style: normal;
|
|
1946
|
+
font-weight: 700;
|
|
1947
|
+
line-height: 24px;
|
|
1948
|
+
cursor: pointer;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.s-guest-mode-signin-modal-container .s-modal {
|
|
1952
|
+
background: #FFFFFF;
|
|
1953
|
+
padding: 48px 96px;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.s-guest-mode-signin-modal-container .s-modal-superflow-logo {
|
|
1957
|
+
display: flex;
|
|
1958
|
+
align-items: center;
|
|
1959
|
+
justify-content: center;
|
|
1960
|
+
gap: 8px;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.s-guest-mode-signin-modal-container .s-modal-superflow-logo span {
|
|
1964
|
+
color: #141416;
|
|
1965
|
+
font-size: 27.068px;
|
|
1966
|
+
font-style: normal;
|
|
1967
|
+
font-weight: 600;
|
|
1968
|
+
line-height: normal;
|
|
1969
|
+
letter-spacing: -0.812px;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.s-guest-mode-signin-modal-container .s-modal-title {
|
|
1973
|
+
color: var(--neutrals-1, #141416);
|
|
1974
|
+
text-align: center;
|
|
1975
|
+
font-size: 32px;
|
|
1976
|
+
font-style: normal;
|
|
1977
|
+
font-weight: 600;
|
|
1978
|
+
line-height: 40px;
|
|
1979
|
+
letter-spacing: -0.32px;
|
|
1980
|
+
margin-top: 24px;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.s-guest-mode-signin-modal-container .s-modal-subtitle {
|
|
1984
|
+
color: var(--primary-6, #625DF5);
|
|
1985
|
+
text-align: center;
|
|
1986
|
+
font-size: 16px;
|
|
1987
|
+
font-style: normal;
|
|
1988
|
+
font-weight: 600;
|
|
1989
|
+
line-height: 24px; /* 150% */
|
|
1990
|
+
margin-top: 16px;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
.s-guest-mode-signin-modal-container .s-signin-button {
|
|
1994
|
+
display: flex;
|
|
1995
|
+
padding: 16px 48px;
|
|
1996
|
+
justify-content: center;
|
|
1997
|
+
align-items: center;
|
|
1998
|
+
gap: 10px;
|
|
1999
|
+
border-radius: 100px;
|
|
2000
|
+
background: var(--primary-6, #625DF5);
|
|
2001
|
+
margin-top: 36px;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.s-guest-mode-signin-modal-container .s-signin-button.s-disabled {
|
|
2005
|
+
background: var(--neutrals-8, #E6E8EC);
|
|
2006
|
+
cursor: not-allowed;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
.s-guest-mode-signin-modal-container .s-modal-link-text {
|
|
2010
|
+
color: var(--neutrals-6, #8F95B2);
|
|
2011
|
+
text-align: center;
|
|
2012
|
+
font-size: 12px;
|
|
2013
|
+
font-style: normal;
|
|
2014
|
+
font-weight: 500;
|
|
2015
|
+
line-height: normal;
|
|
2016
|
+
text-decoration-line: underline;
|
|
2017
|
+
cursor: pointer;
|
|
2018
|
+
margin-top: 24px;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
.s-guest-mode-signin-modal-container input {
|
|
2022
|
+
display: flex;
|
|
2023
|
+
padding: 12px 18px;
|
|
2024
|
+
justify-content: center;
|
|
2025
|
+
align-items: center;
|
|
2026
|
+
gap: 12px;
|
|
2027
|
+
border-radius: 14.325px;
|
|
2028
|
+
border: 1.194px solid var(--neutrals-8, #E6E8EC);
|
|
2029
|
+
width: 100%;
|
|
2030
|
+
margin-top: 24px;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.s-guest-user-sign-in-button {
|
|
2034
|
+
display: flex;
|
|
2035
|
+
padding: 8px 12px;
|
|
2036
|
+
align-items: center;
|
|
2037
|
+
gap: 8px;
|
|
2038
|
+
border-radius: 16px;
|
|
2039
|
+
background: var(--primary-6, #625DF5);
|
|
2040
|
+
color: var(--neutrals-13, #FFF);
|
|
2041
|
+
text-align: center;
|
|
2042
|
+
font-size: 12px;
|
|
2043
|
+
font-style: normal;
|
|
2044
|
+
font-weight: 600;
|
|
2045
|
+
line-height: 20px; /* 166.667% */
|
|
2046
|
+
cursor: pointer;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
.s-guest-mode-banner {
|
|
2050
|
+
position: fixed;
|
|
2051
|
+
top: 56px;
|
|
2052
|
+
max-width: 80vw;
|
|
2053
|
+
left: 50%;
|
|
2054
|
+
transform: translateX(-50%);
|
|
2055
|
+
|
|
2056
|
+
display: flex;
|
|
2057
|
+
width: 1000px;
|
|
2058
|
+
padding: 20px 40px;
|
|
2059
|
+
justify-content: space-between;
|
|
2060
|
+
align-items: center;
|
|
2061
|
+
border-radius: 16px;
|
|
2062
|
+
border: 1px solid var(--primary-6, #625DF5);
|
|
2063
|
+
background: var(--primary-6, #625DF5);
|
|
2064
|
+
|
|
2065
|
+
color: var(--neutrals-13, #FFF);
|
|
2066
|
+
font-size: 16px;
|
|
2067
|
+
font-style: normal;
|
|
2068
|
+
font-weight: 600;
|
|
2069
|
+
line-height: 24px; /* 150% */
|
|
2070
|
+
|
|
2071
|
+
z-index: 2147483558;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.s-guest-mode-banner button {
|
|
2075
|
+
display: flex;
|
|
2076
|
+
padding: 12px 24px;
|
|
2077
|
+
justify-content: center;
|
|
2078
|
+
align-items: flex-start;
|
|
2079
|
+
gap: 10px;
|
|
2080
|
+
align-self: stretch;
|
|
2081
|
+
border-radius: 20px;
|
|
2082
|
+
border: 1px solid var(--neutrals-9, #E6E8EC);
|
|
2083
|
+
background: var(--primary-7, linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #625DF5);
|
|
2084
|
+
|
|
2085
|
+
color: var(--neutrals-13, #FFF);
|
|
2086
|
+
font-size: 14px;
|
|
2087
|
+
font-style: normal;
|
|
2088
|
+
font-weight: 500;
|
|
2089
|
+
line-height: 16px; /* 114.286% */
|
|
2090
|
+
letter-spacing: -0.21px;
|
|
2091
|
+
cursor: pointer;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
.s-guest-mode-banner .s-guest-mode-banner-actions {
|
|
2095
|
+
display: flex;
|
|
2096
|
+
align-items: center;
|
|
2097
|
+
justify-content: center;
|
|
2098
|
+
gap: 16px;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
1911
2101
|
@media only screen and (max-width: 620px) {
|
|
1912
2102
|
.disable-add-comment-button {
|
|
1913
2103
|
display: flex;
|
|
1914
2104
|
}
|
|
1915
2105
|
}
|
|
1916
|
-
`;navigator.language.split("-")[0];const ir=new Map;ir.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"}),ir.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"}),ir.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:"आगामी"}),ir.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"}),ir.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:"Далее"}),ir.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 er=t=>{try{return t}catch(i){return t}};var nr=function(t,i,e,n){for(var o,s=arguments.length,r=s<3?i:null===n?n=Object.getOwnPropertyDescriptor(i,e):n,a=t.length-1;a>=0;a--)(o=t[a])&&(r=(s<3?o(r):s>3?o(i,e,r):o(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class or extends Q{constructor(){super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this.showTourCommentTooltip=!1,this.allFeatureDisabled=!1,this.allFeatureRestricted=!1,this._expanded=!0,this.loading=!1,this._isPlanExpired=null,this.showOnboardingModal=!0,this.showLiveDemoModal=!1,this.showFigmaDemoModal=!1,this.staging=false,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this._isUserGlobalContact=!1,this.showQrCode=!1,this.customLoginEnabledLocally=null,this.customLoginEnabled=null,this.exitReviewModeCalled=!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),Ys("Error in onApiKeyChange: ",t)}},this.checkCustomLoginEnabled=async()=>{var t;try{const i=await(t=>{const i={apiKey:t};return oe(Zs,"customLoginEnabled")(i)})(this.apiKey);this.customLoginEnabled=!!(null===(t=null==i?void 0:i.data)||void 0===t?void 0:t.customLoginEnabled),this.customLoginEnabled&&this.loginWithCustomUser()}catch(t){this.customLoginEnabled=!1,console.warn("Error in checkCustomLoginEnabled: ",t),Ys("Error in checkCustomLoginEnabled: ",t)}},this.loginWithCustomUser=()=>{try{this.customLoginEnabled?(Ps(ut),this.loadPlugin&&this.documentId&&this.identifySnippyly()):console.warn("Identify call not allowed.")}catch(t){console.warn("Error in loginWithCustomUser: ",t),Ys("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),Ys("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),Ys("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),Ys("Error in setWindowEventListner: ",t)}},this.urlChangeListener=()=>{try{const t=history.pushState;history.pushState=function(){const i=t.apply(this,arguments);return window.dispatchEvent(new Event("pushstate")),window.dispatchEvent(new Event("locationchange")),i};const i=history.replaceState;history.replaceState=function(){const t=i.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),Ys("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),i=t.searchParams;if((null==i?void 0:i.has(mt))&&!Vs(mt)?this.showOnboardingModal=!0:this.showOnboardingModal=!1,null==i?void 0:i.has(gt))if(Vs(gt,!1,"sessionStorage")){this.showLiveDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(gt),window.history.replaceState({},null===document||void 0===document?void 0:document.title,t.toString())}else this.showLiveDemoModal=!0;else this.showLiveDemoModal=!1;if(null==i?void 0:i.has(wt))if(Vs(wt,!1)){this.showFigmaDemoModal=!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.showFigmaDemoModal=!0;else this.showFigmaDemoModal=!1;if(i.has(ht)||i.has("snippyly_google_token")){if(i.has(ht)){const t=decodeURIComponent(i.get(ht)),e=Us(t,$t,Mt),n=e&&JSON.parse(e);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 i=JSON.stringify(t),e=Hs(i,$t,Mt);Rs(ut,e,!0),Ps(yt)}}else if(i.has("snippyly_google_token")){const t=JSON.parse(atob(i.get("snippyly_google_token"))),e={};e.userId=t.uid,e.name=t.displayName,e.email=t.email,e.photoUrl=null==t?void 0:t.photoURL,Rs(dt,JSON.stringify(e),!0)}i.delete(ht),i.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}i.has(at)?(Rs(at,"true",!1),Ps(lt),"true"!==i.get(at)&&(i.delete(at),i.append(at,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):i.has(lt)||Vs(at,!1)&&(i.append(at,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),i.has(lt)?(Rs(lt,"true",!1),Ps(at),"true"!==i.get(lt)&&(i.delete(lt),i.append(lt,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):i.has(at)||Vs(lt,!1)&&(i.append(lt,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),Ys("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&&Rs(vt,this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;(t.has(at)||t.has(lt))&&t.has(ft)&&(Rs(pt,ft,!1,"sessionStorage"),this.projectVersion=t.get(ft),this.projectVersion&&Rs(vt,this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),Ys("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||Vs(pt,!1,"sessionStorage"),i=this.projectVersion||Vs(vt,!1,"sessionStorage");if(t&&i){const e=new URL(document.location),n=e.searchParams;n.get(t)||(n.set(t,i),window.history.replaceState({},document.title,e.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),Ys("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return this.generateLocation(),void this.setViewMode(this.viewMode);const t=js();if(t&&!(null==t?void 0:t.isAnonymous)&&(this.loading=!0),this.loadPlugin=!0,!document.querySelector(xt)){const t=document.createElement(xt);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)})),t.addEventListener("onCommentUpdate",(t=>{console.log("Comment updated: ",t.detail)}))),window.document.body.appendChild(t)}if(!document.querySelector(bt)){const t=document.createElement(bt);window.document.body.appendChild(t)}if(!document.querySelector(Et)){const t=document.createElement(Et);window.document.body.appendChild(t)}if(!document.querySelector(kt)){const t=document.createElement(kt);window.document.body.appendChild(t)}if(!document.querySelector(At)){const t=document.createElement(At);window.document.body.appendChild(t)}if(!document.querySelector(It)){const t=document.createElement(It);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){this.loading=!1,console.warn("Error in loadPluginUI: ",t),Ys("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{var t,i,n,o,s,r,a,l,c,d,h;try{if(await e(this.apiKey,{options:{staging:this.staging,version:this.staging?"1.0.162":"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(St)){const t=document.createElement(St);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),Ys("Error in loadPoppinsFont: ",t)}})()}if(Snippyly&&Js({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,i=0)=>{try{let e=3735928559^i,n=1103547991^i;for(let i,o=0;o<t.length;o++)i=t.charCodeAt(o),e=Math.imul(e^i,2654435761),n=Math.imul(n^i,1597334677);return e=Math.imul(e^e>>>16,2246822507)^Math.imul(n^n>>>13,3266489909),n=Math.imul(n^n>>>16,2246822507)^Math.imul(e^e>>>13,3266489909),4294967296*(2097151&n)+(e>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),Ys("Error in cyrb53: ",t),0}})((t=>{let i;return i=t.includes("http")?new URL(t):new URL("http://"+t),i.hostname.replace("www.","")})(window.location.origin))+"",this.projectId&&(this.documentId=this.projectId+""),await(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setDocumentId(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===(i=this.commentElement)||void 0===i?void 0:i.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 e=null===window||void 0===window?void 0:window.SUPERFLOW_CUSTOM_STATUSES;e&&"object"==typeof e&&(null===(a=this.commentElement)||void 0===a?void 0:a.setCustomStatuses)&&this.commentElement.setCustomStatuses(e),(null===(l=this.commentElement)||void 0===l?void 0:l.enableMinimap)&&this.commentElement.enableMinimap()}this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.rewriterElement&&(null===(c=this.rewriterElement)||void 0===c||c.enableRewriter()),this.presenceElement&&(null===(d=this.presenceElement)||void 0===d?void 0:d.enableFlockMode)&&(null===(h=this.presenceElement)||void 0===h||h.enableFlockMode(!0)),this.identifySnippyly()}catch(t){this.loading=!1,console.warn("Error in initializeSnippyly: ",t),Ys("Error in initializeSnippyly: ",t)}},this.checkToEnableUpgradeButton=()=>{var t,i;try{this.isPlanExpired&&this.isUserGlobalContact?(null===(t=this.commentElement)||void 0===t?void 0:t.enableUpgradeButton)&&this.commentElement.enableUpgradeButton():(null===(i=this.commentElement)||void 0===i?void 0:i.disableUpgradeButton)&&this.commentElement.disableUpgradeButton()}catch(t){console.warn("Error in checkToEnableUpgradeButton: ",t),Ys("Error in checkToEnableUpgradeButton: ",t)}},this.generateLocation=()=>{try{const t=new URL(document.location).searchParams,i=new URL(document.location);i.searchParams.delete(at),i.searchParams.delete(lt),i.searchParams.delete(ct),i.searchParams.delete("scommentId"),i.searchParams.delete(mt),i.searchParams.delete(gt);const e=t.get(ft)||this.projectVersion;i.search="";let n=(t=>{try{return t.replace(/#.*$/,"")}catch(i){return console.warn("Error in removeHashFromUrl: ",i),Ys("Error in removeHashFromUrl: ",i),t}})(i.href);this.projectId&&(n=null==n?void 0:n.replace(window.location.origin,"")),this.location={url:n,version:e}}catch(t){console.warn("Error in generateLocation: ",t),Ys("Error in generateLocation: ",t)}},this.setLocation=()=>{var t,i,e,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===(i=this.location)||void 0===i?void 0:i.url)&&(null===(e=this.previousLocation)||void 0===e?void 0:e.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))),this.previousLocation=JSON.parse(JSON.stringify(this.location))}}catch(t){console.warn("Error in setLocation: ",t),Ys("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,i;let e="";try{this.invalidApiKey=!1;let i,n={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};i=this.customLoginEnabled&&this.providedUser?this.providedUser:js(),(null==i?void 0:i.email)&&(n=i),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=[]),(null==n?void 0:n.isAnonymous)||(this.loading=!0),e=null==n?void 0:n.email;const o=await Snippyly.identify(n);Gs(o),(null==n?void 0:n.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(n))),Snippyly.getUserRole$().subscribe((t=>{var i;this.loading=!1,this.snippylyUserRole||"Admin"!==t||this.setViewMode("All"),this.snippylyUserRole=t,this.snippylyUserRole||this.setViewMode(null),null===(i=this.commentElement)||void 0===i||i.enablePriority()})),(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getFeaturesAccessLevelIam$)&&Snippyly.getFeaturesAccessLevelIam$().subscribe((t=>{var i,e;this.allFeatureDisabled=!!(null===(i=null==t?void 0:t.all)||void 0===i?void 0:i.disabled),this.allFeatureRestricted=!!(null===(e=null==t?void 0:t.all)||void 0===e?void 0:e.restricted)})),(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),Ys("Error in isPlanExpired$: ",t)}))),Js({clientUserId:null==n?void 0:n.userId}),this.getComments(),this.checkGlobalUserContact(),setTimeout((()=>{Vs(Ct)||(this.showTourCommentTooltip=!0)}),2e3)}catch(t){if(this.loading=!1,this.signInError=!0,t&&"string"==typeof t&&(null===(i=null==t?void 0:t.toLowerCase())||void 0===i?void 0:i.includes("invalid"))){this.invalidApiKey=!0,this.projectId&&(async(t,i)=>{try{const e=oe(Zs,"checkDomainWhitelisted");await e({apiKey:t,projectId:i})}catch(t){console.warn("Error in checkDomainWhitelisted: ",t)}})(this.apiKey,this.projectId);if(new URL(document.location).searchParams.has(mt))this.isSigningInUserAdmin=!0;else if(Vs(yt))this.isSigningInUserAdmin="true"===Vs(yt,!0);else{const t=await(async(t,i,e)=>{try{const n=oe(Zs,"iam"),o=await n({apiKey:t,projectId:i,email:e});return null==o?void 0:o.data}catch(t){return console.warn("Error in iam: ",t),null}})(this.apiKey,this.projectId||"",e);this.isSigningInUserAdmin=!!(null==t?void 0:t.isAdmin),Rs(yt,this.isSigningInUserAdmin+"",!0)}}console.warn("Error in identifySnippyly: ",t),Ys("Error in identifySnippyly: ",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 i;return["open","inProgress"].includes(null==t?void 0:t.status)||["default","ongoing"].includes(null===(i=null==t?void 0:t.status)||void 0===i?void 0:i.type)})),"All"!==this.viewMode&&(this.viewMode?this.comments=this.comments.filter((t=>{var i;return(null===(i=null==t?void 0:t.location)||void 0===i?void 0:i.view)===this.viewMode})):this.comments=this.comments.filter((t=>{var i;return!(null===(i=null==t?void 0:t.location)||void 0===i?void 0:i.view)})))})))}catch(t){console.warn("Error in getComments: ",t),Ys("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),Ys("Error in checkGlobalUserContact: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),Ys("Error in toggleSnippylyPluginToolbar: ",t)}},this.loginWithGoogle=()=>{try{if(this.loading||this.customLoginEnabledLocally)return;window.open(this.signInUrl,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),Ys("Error in loginWithGoogle: ",t)}},this.getQRCode=async()=>{try{const t=window.location.href;if(t){const i=Hs(t,$t,Mt),e=await fetch(`https://us-central1-snippyly-sdk-prod.cloudfunctions.net/getQRCode?text=${encodeURIComponent(i)}`),n=await e.json();(null==n?void 0:n.qrcode)&&(this.qrCode=null==n?void 0:n.qrcode)}}catch(t){console.warn("Error in getQRCode: ",t),Ys("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),Ys("Error in toggleQRCodeVisibility: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,Ps(at),Ps(lt),Ps(ct),Ps(pt,"sessionStorage"),Ps(vt,"sessionStorage");const t=new URL(document.location),i=t.searchParams;i.delete(ct),i.delete(at),i.delete(lt),this.projectVersionKey&&i.delete(this.projectVersionKey),i.delete(ft),i.delete(mt),i.delete(gt),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),Ys("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),Ps(dt),Ps(ut),Ps(yt),this.snippylyUser=void 0,window.open(this.signOutUrl,"_self")}catch(t){console.warn("Error in signOutUser: ",t),Ys("Error in signOutUser: ",t)}},this.toggleMenu=(t,i)=>{try{t.stopPropagation(),this.menuOpenedId===i?this.menuOpenedId=void 0:this.menuOpenedId=i}catch(t){console.warn("Error in toggleMenu: ",t),Ys("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),Ys("Error in copyLink: ",t)}},this.setViewMode=t=>{try{this.viewMode=t,t?this.location.view=t:delete this.location.view,this.setLocation(),this.getComments()}catch(t){console.warn("Error in setViewMode: ",t),Ys("Error in setViewMode: ",t)}},this.goToAdminPortal=()=>{try{let t="https://app.usesuperflow.com/";if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){const i=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();i&&(t=`https://app.usesuperflow.com//dashboard/project/comment/${this.apiKey}/${i}`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),Ys("Error in goToAdminPortal: ",t)}},this.goToAdminPortalDashboard=()=>{try{let t="https://app.usesuperflow.com/";if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId())&&(t="https://app.usesuperflow.com//dashboard")}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortalDashboard: ",t),Ys("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),Ys("Error in joinCommunity: ",t)}},this.onboardingNextClick=()=>{try{this.showOnboardingModal=!1,Rs(mt,"true");const t=new URL(document.location);t.searchParams.delete(mt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onboardingNextClick: ",t),Ys("Error in onboardingNextClick: ",t)}},this.onLiveDemoModalNextClick=()=>{try{this.showLiveDemoModal=!1,Rs(gt,"true",!1,"sessionStorage");const t=new URL(document.location);t.searchParams.delete(gt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onLiveDemoModalNextClick: ",t),Ys("Error in onLiveDemoModalNextClick: ",t)}},this.onFigmaDemoModalNextClick=()=>{try{this.showFigmaDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(wt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onFigmaDemoModalNextClick: ",t),Ys("Error in onFigmaDemoModalNextClick: ",t)}},this.onUpgradePlanClick=()=>{try{window.open("https://app.usesuperflow.com/dashboard/billing","_blank")}catch(t){console.warn("Error in onUpgradePlanClick: ",t),Ys("Error in onUpgradePlanClick: ",t)}},this.onTourCommentTooltipClick=()=>{try{this.showTourCommentTooltip=!1,Rs(Ct,"true")}catch(t){console.warn("Error in onTourCommentTooltipClick: ",t),Ys("Error in onTourCommentTooltipClick: ",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),Ys("Error in disableAddCommentMode: ",t)}},this.disableCommentModeButton=()=>{try{return this.addCommentMode?O`
|
|
2106
|
+
`;navigator.language.split("-")[0];const dr=new Map;dr.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"}),dr.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"}),dr.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:"आगामी"}),dr.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"}),dr.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:"Далее"}),dr.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 hr=t=>{try{return t}catch(e){return t}};class ur{}ur.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 pr=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 vr 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=false,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.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 di(Qs,"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?(Zs(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(mt))&&!Ps(mt)?this.showOnboardingModal=!0:this.showOnboardingModal=!1,null==e?void 0:e.has(wt))if(Ps(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(Ps(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=Ks(t,$t,Dt),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=Ys(e,$t,Dt);Bs(ut,i,!0),Zs(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,Bs(dt,JSON.stringify(i),!0)}e.delete(ht),e.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}e.has(at)?(Bs(at,"true",!1),Zs(lt),"true"!==e.get(at)&&(e.delete(at),e.append(at,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(lt)||Ps(at,!1)&&(e.append(at,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),e.has(lt)?(Bs(lt,"true",!1),Zs(at),"true"!==e.get(lt)&&(e.delete(lt),e.append(lt,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(at)||Ps(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&&Bs(ft,this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;(t.has(at)||t.has(lt))&&t.has(gt)&&(Bs(vt,gt,!1,"sessionStorage"),this.projectVersion=t.get(gt),this.projectVersion&&Bs(ft,this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),nr("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||Ps(vt,!1,"sessionStorage"),e=this.projectVersion||Ps(ft,!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),nr("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return this.generateLocation(),void this.setViewMode(this.viewMode);const t=Ws();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&&!Ps(Et)&&(this.openGuestModeSignInModal(),Bs(Et,"true")),this.addCommentCount>=5&&!Ps(St,!1,"sessionStorage")&&(this.showGuestModeSignInBanner(),Bs(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),nr("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.175":"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),nr("Error in loadPoppinsFont: ",t)}})()}Snippyly&&er({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),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 f=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();if(er({documentId:f,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),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(mt),e.searchParams.delete(wt);const i=t.get(gt)||this.projectVersion;e.search="";let n=(t=>{try{return t.replace(/#.*$/,"")}catch(e){return console.warn("Error in removeHashFromUrl: ",e),nr("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),nr("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))),er({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,n={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};if(e=this.customLoginEnabled&&this.providedUser?this.providedUser:Ws(),(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(Ps(xt,!0))this.guestMode="true"===Ps(xt,!0);else{const t=await rr(this.apiKey,this.projectId);this.guestMode=!!(null==t?void 0:t.guestMode),Bs(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);ir(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||"Admin"!==t||this.setViewMode("All"),this.snippylyUserRole=t,this.snippylyUserRole||this.setViewMode(null),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),Bs(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)}))),er({clientUserId:null==n?void 0:n.userId}),this.getComments(),this.checkGlobalUserContact(),setTimeout((()=>{Ps(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&&rr(this.apiKey,this.projectId);if(new URL(document.location).searchParams.has(mt))this.isSigningInUserAdmin=!0;else if(Ps(bt))this.isSigningInUserAdmin="true"===Ps(bt,!0);else{const t=await(async(t,e,i)=>{try{const n=di(Qs,"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),Bs(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 ar(this.apiKey,this.projectId||"",e,t,!0),Zs(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)})),"All"!==this.viewMode&&(this.viewMode?this.comments=this.comments.filter((t=>{var e;return(null===(e=null==t?void 0:t.location)||void 0===e?void 0:e.view)===this.viewMode})):this.comments=this.comments.filter((t=>{var e;return!(null===(e=null==t?void 0:t.location)||void 0===e?void 0:e.view)})))})))}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.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=Ys(t,$t,Dt),i=await fetch(`https://us-central1-snippyly-sdk-prod.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),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,Zs(at),Zs(lt),Zs(ct),Zs(vt,"sessionStorage"),Zs(ft,"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(gt),e.delete(mt),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(),Zs(dt),Zs(ut),Zs(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.setViewMode=t=>{try{this.viewMode=t,t?this.location.view=t:delete this.location.view,this.setLocation(),this.getComments()}catch(t){console.warn("Error in setViewMode: ",t),nr("Error in setViewMode: ",t)}},this.goToAdminPortal=()=>{try{let t="https://app.usesuperflow.com/";if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){const e=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();e&&(t=`https://app.usesuperflow.com//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="https://app.usesuperflow.com/";if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId())&&(t="https://app.usesuperflow.com//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,Bs(mt,"true");const t=new URL(document.location);t.searchParams.delete(mt),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,Bs(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://app.usesuperflow.com/dashboard/billing","_blank")}catch(t){console.warn("Error in onUpgradePlanClick: ",t),nr("Error in onUpgradePlanClick: ",t)}},this.onTourCommentTooltipClick=()=>{try{this.showTourCommentTooltip=!1,Bs(yt,"true")}catch(t){console.warn("Error in onTourCommentTooltipClick: ",t),nr("Error in onTourCommentTooltipClick: ",t)}},this.onGuestModeChipSignInButtonClick=()=>{try{or(ur.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,or(ur.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{or(ur.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,or(ur.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{or(ur.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,or(ur.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{or(ur.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=Ys(e,$t,Dt);Bs(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 ar(this.apiKey,this.projectId||"",t,e),this.showGuestModeNameModal=!1,this.guestUserNameUpdated=!0,this.guestUserNameUpdateLoading=!1,Bs(Mt,"true"),or(ur.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?j`
|
|
1917
2107
|
<div class="disable-add-comment-button" @click=${()=>this.disableCommentMode()}>
|
|
1918
2108
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1919
2109
|
<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"/>
|
|
1920
2110
|
</svg>
|
|
1921
2111
|
</div>
|
|
1922
|
-
`:
|
|
2112
|
+
`:j``}catch(t){return console.warn("Error in disableAddCommentModeButton: ",t),nr("Error in disableAddCommentModeButton: ",t),j``}},this.addStyles=()=>{var t,e;try{const i=document.createElement("style");i.textContent=lr.cssText,null===(t=this.shadowRoot)||void 0===t||t.appendChild(i);const n=document.createElement("style");n.textContent=cr.cssText,null===(e=this.shadowRoot)||void 0===e||e.appendChild(n)}catch(t){console.warn("Error in addStyles: ",t),nr("Error in addStyles: ",t)}},this.guestUserNameUpdated=!!Ps(Mt);const t=new URL(document.location);t.searchParams.has(ht)&&t.searchParams.delete(ht),this.signInUrl=`https://app.usesuperflow.com//signin?redirect_url=${encodeURIComponent(null==t?void 0:t.toString())}&source=sf`,this.signOutUrl=`https://app.usesuperflow.com//signout?redirect_url=${encodeURIComponent(null==t?void 0:t.toString())}&source=sf`,window.Superflow={enableCustomLogin:async()=>{this.customLoginEnabledLocally=!0,Zs(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()}catch(t){console.warn("Error in constructor: ",t),nr("Error in constructor: ",t)}}get loadPlugin(){return this._loadPlugin}set loadPlugin(t){var e,i,n,o,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===(o=null===(n=null===document||void 0===document?void 0:document.body)||void 0===n?void 0:n.parentElement)||void 0===o?void 0:o.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(),er({apiKey:this.apiKey}),this.checkUrl()}get projectVersionKey(){return this._projectVersionKey}set projectVersionKey(t){try{this._projectVersionKey=t,this.projectVersionKey&&Bs(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,n,o,s,r,a,l,c,d,h,u;return this.loadPlugin?!this.snippylyUser||this.loading||null===this.isPlanExpired?j`
|
|
1923
2113
|
<div class="snippyly-plugin-container" part="superflow-toolbar-container">
|
|
1924
2114
|
<div class="toolbar" id="smallToolbar">
|
|
1925
2115
|
<!-- <div class="toolbar-section">
|
|
@@ -1948,12 +2138,12 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1948
2138
|
<div class="toolbar-section">
|
|
1949
2139
|
<div class="toolbar-divider"></div>
|
|
1950
2140
|
</div>
|
|
1951
|
-
${this.snippylyUserRole&&!this.allFeatureDisabled?
|
|
2141
|
+
${this.snippylyUserRole&&!this.allFeatureDisabled?j`
|
|
1952
2142
|
<div class="toolbar-section comment-viewmode-section ${rt({"d-none":!this.expanded})}">
|
|
1953
2143
|
<div class="toolbar-actions1 ${rt({"d-none":!this.commentElement})}">
|
|
1954
2144
|
<velt-sidebar-button>
|
|
1955
2145
|
<div class="action-border tooltip">
|
|
1956
|
-
<div class="tooltiptext">${
|
|
2146
|
+
<div class="tooltiptext">${hr("All Comments")}</div>
|
|
1957
2147
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
1958
2148
|
<g clip-path="url(#clip0_5417_64176)">
|
|
1959
2149
|
<path d="M3 13.4545H6.56308C6.94874 13.4546 7.32675 13.5676 7.65478 13.7806C7.9828 13.9937 8.24787 14.2985 8.42031 14.6608L8.65662 15.1573C8.82912 15.5199 9.09434 15.8248 9.42254 16.0378C9.75074 16.2509 10.129 16.3637 10.5148 16.3636H13.4852C13.871 16.3637 14.2493 16.2509 14.5775 16.0378C14.9057 15.8248 15.1709 15.5199 15.3434 15.1573L15.5797 14.6608C15.7522 14.2983 16.0174 13.9934 16.3456 13.7804C16.6738 13.5673 17.052 13.4545 17.4378 13.4545H21M3 13.7823V17.8182C3 18.3968 3.21882 18.9518 3.60832 19.361C3.99782 19.7701 4.52609 20 5.07692 20H18.9231C19.4739 20 20.0022 19.7701 20.3917 19.361C20.7812 18.9518 21 18.3968 21 17.8182V13.7823C21 13.5651 20.9686 13.3488 20.9077 13.1413L18.6831 5.53988C18.5524 5.09405 18.2892 4.70395 17.932 4.42681C17.5748 4.14967 17.1425 4.00008 16.6985 4H7.30246C6.85841 4.00008 6.42608 4.14967 6.0689 4.42681C5.71172 4.70395 5.44849 5.09405 5.31785 5.53988L3.09231 13.1413C3.03133 13.349 3.00021 13.565 3 13.7823Z" stroke="#8F95B2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
@@ -1973,10 +2163,10 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
1973
2163
|
</div>
|
|
1974
2164
|
</div>
|
|
1975
2165
|
`:null}
|
|
1976
|
-
${!this.customLoginEnabledLocally||this.loading?
|
|
2166
|
+
${!this.customLoginEnabledLocally||this.loading?j`
|
|
1977
2167
|
<div class="toolbar-section ${this.invalidApiKey?"d-none":""}" @click=${()=>this.loginWithGoogle()}>
|
|
1978
2168
|
<a class="toolbar-button sign-in-button ${rt({loading:this.loading})}">
|
|
1979
|
-
${this.loading?
|
|
2169
|
+
${this.loading?j`
|
|
1980
2170
|
<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">
|
|
1981
2171
|
<g transform="rotate(0 50 50)">
|
|
1982
2172
|
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
@@ -2028,27 +2218,27 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2028
2218
|
</rect>
|
|
2029
2219
|
</g>
|
|
2030
2220
|
</svg>
|
|
2031
|
-
${
|
|
2032
|
-
`:
|
|
2221
|
+
${this.guestMode,""}
|
|
2222
|
+
`:j`${this.signInError?j`
|
|
2033
2223
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2034
2224
|
<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"/>
|
|
2035
2225
|
<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"/>
|
|
2036
2226
|
</svg>
|
|
2037
|
-
<span>${
|
|
2038
|
-
`:
|
|
2227
|
+
<span>${hr("Sign in again!")}</span>
|
|
2228
|
+
`:j`
|
|
2039
2229
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2040
2230
|
<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"/>
|
|
2041
2231
|
<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"/>
|
|
2042
2232
|
</svg>
|
|
2043
|
-
<span>${
|
|
2233
|
+
<span>${hr("Sign in to comment")}</span>
|
|
2044
2234
|
`}`}
|
|
2045
2235
|
</a>
|
|
2046
2236
|
</div>
|
|
2047
|
-
${this.invalidApiKey?
|
|
2237
|
+
${this.invalidApiKey?j`
|
|
2048
2238
|
<div class="toolbar-section">
|
|
2049
2239
|
<div class="tooltip">
|
|
2050
2240
|
<div class="tooltiptext">
|
|
2051
|
-
${this.isSigningInUserAdmin?
|
|
2241
|
+
${this.isSigningInUserAdmin?j`Current URL not added to Superflow <br/> Project. Please add this URL.`:j`Current URL not added to Superflow <br/> Project. Please contact admin.`}
|
|
2052
2242
|
</div>
|
|
2053
2243
|
<div class="s-alert-btn danger">
|
|
2054
2244
|
<div class='error-container'>
|
|
@@ -2057,7 +2247,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2057
2247
|
</svg>
|
|
2058
2248
|
<div class="error-message">Error</div>
|
|
2059
2249
|
</div>
|
|
2060
|
-
${this.isSigningInUserAdmin?
|
|
2250
|
+
${this.isSigningInUserAdmin?j`
|
|
2061
2251
|
<div class="s-cta-btn" @click=${()=>this.goToAdminPortalDashboard()}>
|
|
2062
2252
|
Add URL
|
|
2063
2253
|
</div>
|
|
@@ -2087,12 +2277,12 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2087
2277
|
d="M0.351589 9.03355C0.00514201 9.8932 -0.0880133 10.8436 0.0843205 11.7602C0.256654 12.6768 0.686445 13.517 1.31742 14.1708C1.72451 14.6098 2.20989 14.9589 2.74541 15.1979C3.28094 15.4368 3.85595 15.5608 4.4371 15.5628C5.03193 15.5613 5.62062 15.4353 6.16924 15.192C6.9885 14.8437 7.68929 14.2415 8.17981 13.4645C8.67033 12.6874 8.92771 11.7717 8.91823 10.8372V6.12115H4.46544C3.58239 6.11147 2.71718 6.38434 1.98312 6.90402C1.24906 7.4237 0.680388 8.16595 0.351589 9.03355Z"
|
|
2088
2278
|
fill="#A259FE" />
|
|
2089
2279
|
</svg>
|
|
2090
|
-
<p>${
|
|
2280
|
+
<p>${hr("Superflow")}</p>
|
|
2091
2281
|
</div>
|
|
2092
2282
|
<div class="menu-point-wrap">
|
|
2093
|
-
${
|
|
2283
|
+
${hr("Sign in to comment on this page.")}
|
|
2094
2284
|
<a href="https://www.usesuperflow.com/features" target="_blank">
|
|
2095
|
-
${
|
|
2285
|
+
${hr("Learn more")}
|
|
2096
2286
|
<svg width="14" height="14" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2097
2287
|
<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"/>
|
|
2098
2288
|
<path d="M12.5058 2.48917V3.31077H14.0004H15.4988L13.3548 5.45481L11.2148 7.59477L11.7939 8.17385C12.1108 8.49069 12.3887 8.74902 12.4082 8.74902C12.4317 8.74902 13.4019 7.79443 14.5679 6.62845L16.6924 4.50413V6.0026V7.49715H17.514H18.3352V4.58253V1.66791H15.4206H12.5058V2.48917Z" fill="#4C5366"/>
|
|
@@ -2100,7 +2290,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2100
2290
|
</a>
|
|
2101
2291
|
</div>
|
|
2102
2292
|
<hr />
|
|
2103
|
-
${(null===window||void 0===window?void 0:window.Velt)?
|
|
2293
|
+
${(null===window||void 0===window?void 0:window.Velt)?j`
|
|
2104
2294
|
<div class="menu-point">
|
|
2105
2295
|
<velt-user-request-tool type="feedback"></velt-user-request-tool>
|
|
2106
2296
|
</div>
|
|
@@ -2110,7 +2300,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2110
2300
|
<div class="menu-point">
|
|
2111
2301
|
<velt-user-request-tool type="contactUs"></velt-user-request-tool>
|
|
2112
2302
|
</div>
|
|
2113
|
-
`:
|
|
2303
|
+
`:j``}
|
|
2114
2304
|
<div class="menu-point" @click=${()=>this.joinCommunity()}>
|
|
2115
2305
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2116
2306
|
<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" />
|
|
@@ -2118,7 +2308,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2118
2308
|
<path d="M17.7323 9.38582C17.7323 8.23622 18.6614 7.30708 19.811 7.30708C20.9606 7.30708 21.8897 8.23622 21.8897 9.38582C21.8897 10.5354 20.9606 11.4646 19.811 11.4646H17.7323V9.38582ZM16.6929 9.38582C16.6929 10.5354 15.7637 11.4646 14.6141 11.4646C13.4645 11.4646 12.5354 10.5354 12.5354 9.38582V4.17322C12.5354 3.02362 13.4645 2.09448 14.6141 2.09448C15.7637 2.09448 16.6929 3.02362 16.6929 4.17322V9.38582Z" fill="#777E91" />
|
|
2119
2309
|
<path d="M14.6141 17.7165C15.7637 17.7165 16.6929 18.6457 16.6929 19.7953C16.6929 20.9449 15.7637 21.874 14.6141 21.874C13.4645 21.874 12.5354 20.9449 12.5354 19.7953V17.7165H14.6141ZM14.6141 16.6772C13.4645 16.6772 12.5354 15.748 12.5354 14.5984C12.5354 13.4488 13.4645 12.5197 14.6141 12.5197H19.8267C20.9763 12.5197 21.9055 13.4488 21.9055 14.5984C21.9055 15.748 20.9763 16.6772 19.8267 16.6772H14.6141Z" fill="#777E91" />
|
|
2120
2310
|
</svg>
|
|
2121
|
-
<p>${
|
|
2311
|
+
<p>${hr("Join Community")}</p>
|
|
2122
2312
|
</div>
|
|
2123
2313
|
<hr />
|
|
2124
2314
|
<div class="menu-point" @click=${()=>this.toggleQRCodeVisibility()}>
|
|
@@ -2129,7 +2319,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2129
2319
|
<path fill="#777E91" d="M9 2h5v5H9V2Zm1 1v3h3V3h-3ZM8 8v2h1v1H8v1h2v-2h1v2h1v-1h2v-1h-3V8H8Zm2 2H9V9h1v1Zm4 2h-1v1h-2v1h3v-2Zm-4 2v-1H8v1h2Z"/>
|
|
2130
2320
|
<path fill="#777E91" d="M12 9h2V8h-2v1Z"/>
|
|
2131
2321
|
</svg>
|
|
2132
|
-
<p>${
|
|
2322
|
+
<p>${hr("Open in Mobile")}</p>
|
|
2133
2323
|
</div>
|
|
2134
2324
|
<div class="menu-point" @click=${()=>this.removeSnippyly()}>
|
|
2135
2325
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -2137,15 +2327,15 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2137
2327
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z" fill="#777E91"/>
|
|
2138
2328
|
</svg>
|
|
2139
2329
|
|
|
2140
|
-
<p>${
|
|
2330
|
+
<p>${hr("Exit Review Mode")}</p>
|
|
2141
2331
|
</div>
|
|
2142
|
-
${this.customLoginEnabledLocally?null:
|
|
2332
|
+
${this.customLoginEnabledLocally?null:j`
|
|
2143
2333
|
<div class="menu-point" @click=${()=>this.loginWithGoogle()}>
|
|
2144
2334
|
<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2145
2335
|
<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"/>
|
|
2146
2336
|
<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="#777E91"/>
|
|
2147
2337
|
</svg>
|
|
2148
|
-
<p>${
|
|
2338
|
+
<p>${hr("Sign in")}</p>
|
|
2149
2339
|
</div>
|
|
2150
2340
|
`}
|
|
2151
2341
|
</div>
|
|
@@ -2161,43 +2351,43 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2161
2351
|
</svg>
|
|
2162
2352
|
</div>
|
|
2163
2353
|
</div>
|
|
2164
|
-
${this.showQrCode&&this.qrCode?
|
|
2354
|
+
${this.showQrCode&&this.qrCode?j`
|
|
2165
2355
|
<div class="qrcode-container">
|
|
2166
2356
|
<img class="qrcode" src=${this.qrCode} />
|
|
2167
2357
|
<button class="qrcode-container-close-btn" @click=${()=>this.toggleQRCodeVisibility()}>x</button>
|
|
2168
2358
|
</div>
|
|
2169
2359
|
`:null}
|
|
2170
2360
|
</div>
|
|
2171
|
-
${this.showLiveDemoModal?
|
|
2361
|
+
${this.showLiveDemoModal?j`
|
|
2172
2362
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onLiveDemoModalNextClick()}>
|
|
2173
2363
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2174
2364
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
2175
2365
|
<div class="s-modal-text">
|
|
2176
|
-
<h1>${
|
|
2366
|
+
<h1>${hr("Try Superflow using the toolbar below.")}</h1>
|
|
2177
2367
|
<p>
|
|
2178
|
-
${
|
|
2179
|
-
${
|
|
2368
|
+
${hr("Get ready to drop your first comment!")} <br/>
|
|
2369
|
+
${hr("But before you do that, you definitely deserve a high five!")}
|
|
2180
2370
|
</p>
|
|
2181
2371
|
</div>
|
|
2182
|
-
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${
|
|
2372
|
+
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${hr("Done")}</div>
|
|
2183
2373
|
</div>
|
|
2184
2374
|
</div>
|
|
2185
|
-
`:
|
|
2186
|
-
${this.showFigmaDemoModal?
|
|
2375
|
+
`:j``}
|
|
2376
|
+
${this.showFigmaDemoModal?j`
|
|
2187
2377
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onFigmaDemoModalNextClick()}>
|
|
2188
2378
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2189
2379
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
2190
2380
|
<div class="s-modal-text">
|
|
2191
2381
|
<h1>
|
|
2192
|
-
${
|
|
2193
|
-
${
|
|
2382
|
+
${hr("Sign in on the toolbar below and add")}<br/>
|
|
2383
|
+
${hr("comments on the design flaws.")}
|
|
2194
2384
|
</h1>
|
|
2195
2385
|
</div>
|
|
2196
|
-
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${
|
|
2386
|
+
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${hr("Done")}</div>
|
|
2197
2387
|
</div>
|
|
2198
2388
|
</div>
|
|
2199
|
-
`:
|
|
2200
|
-
`:
|
|
2389
|
+
`:j``}
|
|
2390
|
+
`:j`
|
|
2201
2391
|
<div class="snippyly-plugin-container" part="superflow-toolbar-container">
|
|
2202
2392
|
${this.disableCommentModeButton()}
|
|
2203
2393
|
<div class="toolbar ${rt({expanded:this.expanded,"add-comment-mode":this.addCommentMode})}">
|
|
@@ -2210,33 +2400,55 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2210
2400
|
</svg>
|
|
2211
2401
|
</div>
|
|
2212
2402
|
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2403
|
+
${(null===(e=this.snippylyUser)||void 0===e?void 0:e.isGuest)&&!this.guestUserNameUpdated?j`
|
|
2404
|
+
<div class="toolbar-section snippyly-logo ${rt({"d-xs-none":this.expanded})}" @click=${()=>{or(ur.Events.TOOLBAR_NOTIFICATION_CLICKED),this.openGuestModeNameModel()}}>
|
|
2405
|
+
<svg class="toolbar-logo" width="32" height="32" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2406
|
+
<rect x="1.47908" y="1.68025" width="24.6408" height="24.6395" rx="12.3197" fill="#625DF5"/>
|
|
2407
|
+
<path d="M12.2396 6.3053C11.7791 6.10857 11.2698 6.05553 10.7785 6.15314C10.2873 6.25076 9.83708 6.49446 9.48696 6.85226C9.12931 7.20235 8.88572 7.65211 8.78804 8.14272C8.69036 8.63333 8.74313 9.14197 8.93945 9.60214C9.1265 10.0658 9.44927 10.4623 9.86554 10.7397C10.2818 11.0171 10.7722 11.1626 11.2726 11.1571H13.7982V8.63609C13.8037 8.13594 13.6579 7.64579 13.3797 7.22988C13.1016 6.81397 12.7042 6.4917 12.2396 6.3053Z" fill="white"/>
|
|
2408
|
+
<path d="M21.4419 9.43843C20.8511 8.84869 20.0985 8.44706 19.2794 8.28427C18.4602 8.12147 17.6111 8.20481 16.8393 8.52375C16.0675 8.84269 15.4076 9.38294 14.943 10.0763C14.4783 10.7696 14.2297 11.585 14.2285 12.4194V16.6382H18.4602C19.2978 16.647 20.1186 16.403 20.8152 15.938C21.5117 15.4731 22.0514 14.8088 22.3638 14.0323C22.6903 13.2628 22.7769 12.4128 22.6125 11.5933C22.448 10.7737 22.0401 10.0228 21.4419 9.43843Z" fill="white"/>
|
|
2409
|
+
<path d="M19.0885 18.6286C18.9015 18.1644 18.5787 17.7674 18.1623 17.4894C17.7458 17.2114 17.2551 17.0654 16.7543 17.0704H14.2287V19.5936C14.2234 20.0938 14.3695 20.584 14.6478 20.9999C14.9261 21.4158 15.3236 21.738 15.7884 21.9244C16.0993 22.055 16.4331 22.1226 16.7704 22.1232C17.1845 22.119 17.5912 22.0135 17.9549 21.816C18.3187 21.6184 18.6285 21.3349 18.8572 20.9901C19.0859 20.6453 19.2266 20.2497 19.2669 19.8381C19.3072 19.4264 19.246 19.0111 19.0885 18.6286Z" fill="white"/>
|
|
2410
|
+
<path d="M5.67151 14.1981C5.34277 14.9679 5.25438 15.819 5.4179 16.6398C5.58143 17.4606 5.98925 18.213 6.58797 18.7984C6.97426 19.1916 7.43483 19.5042 7.94298 19.7182C8.45113 19.9322 8.99675 20.0432 9.5482 20.0449C10.1126 20.0437 10.6712 19.9308 11.1918 19.7129C11.9692 19.401 12.6342 18.8618 13.0996 18.166C13.5651 17.4701 13.8093 16.6501 13.8003 15.8132V11.5901H9.57509C8.73718 11.5814 7.91619 11.8258 7.21965 12.2911C6.52311 12.7565 5.9835 13.4212 5.67151 14.1981Z" fill="white"/>
|
|
2411
|
+
<path d="M21.2068 6.17317C22.5593 6.17317 23.6558 5.07679 23.6558 3.7243C23.6558 2.37181 22.5593 1.27544 21.2068 1.27544C19.8543 1.27544 18.7579 2.37181 18.7579 3.7243C18.7579 5.07679 19.8543 6.17317 21.2068 6.17317Z" fill="#EE7969" stroke="white" stroke-width="0.816305"/>
|
|
2412
|
+
<rect x="1.47908" y="1.68025" width="24.6408" height="24.6395" rx="12.3197" stroke="url(#paint0_radial_13087_110238)" stroke-width="1.36051"/>
|
|
2413
|
+
<defs>
|
|
2414
|
+
<radialGradient id="paint0_radial_13087_110238" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(0.793538 3.57345) rotate(55.129) scale(42.022 283.962)">
|
|
2415
|
+
<stop stop-color="#6941FF"/>
|
|
2416
|
+
<stop offset="0.160004" stop-color="#FF5F7A"/>
|
|
2417
|
+
<stop offset="1" stop-color="#FFA113"/>
|
|
2418
|
+
</radialGradient>
|
|
2419
|
+
</defs>
|
|
2420
|
+
</svg>
|
|
2421
|
+
|
|
2422
|
+
</div>
|
|
2423
|
+
`:j`
|
|
2424
|
+
<div class="toolbar-section snippyly-logo ${rt({"d-xs-none":this.expanded})}" @click=${()=>this.toggleSnippylyPluginToolbar()}>
|
|
2425
|
+
<!-- <img class="toolbar-logo"
|
|
2426
|
+
src="https://drive.google.com/uc?export=view&id=1x4HyR7dk3bbCXoeWS-Sy8NZ_EI-f6nR2"> -->
|
|
2427
|
+
<svg class="toolbar-logo" width="28" height="28" viewBox="0 0 20 20" fill="none"
|
|
2428
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
2429
|
+
<path
|
|
2430
|
+
d="M7.27564 0.223149C6.79031 0.00346224 6.25358 -0.0557657 5.73589 0.0532382C5.21819 0.162242 4.74372 0.434385 4.37475 0.833949C3.99784 1.2249 3.74112 1.72714 3.63818 2.275C3.53523 2.82287 3.59085 3.39088 3.79775 3.90475C3.99487 4.42252 4.33503 4.86527 4.77372 5.17507C5.21241 5.48487 5.72921 5.64732 6.25653 5.64115H8.91823V2.82595C8.92404 2.26743 8.77031 1.72008 8.4772 1.25563C8.1841 0.791185 7.76528 0.431303 7.27564 0.223149Z"
|
|
2431
|
+
fill="#FFCB00" />
|
|
2432
|
+
<path
|
|
2433
|
+
d="M16.9736 3.72115C16.3509 3.06258 15.5579 2.61408 14.6946 2.43229C13.8313 2.25049 12.9365 2.34355 12.1231 2.69972C11.3097 3.05588 10.6143 3.65918 10.1246 4.43343C9.63489 5.20769 9.37289 6.11818 9.37167 7.04995V11.7611H13.8313C14.714 11.771 15.5791 11.4985 16.3131 10.9793C17.0471 10.46 17.616 9.7183 17.9451 8.85115C18.2892 7.9918 18.3806 7.04259 18.2072 6.12744C18.0339 5.21229 17.604 4.3737 16.9736 3.72115Z"
|
|
2434
|
+
fill="#FF7162" />
|
|
2435
|
+
<path
|
|
2436
|
+
d="M14.4933 13.9835C14.2962 13.4652 13.956 13.0218 13.5172 12.7114C13.0783 12.401 12.5612 12.2379 12.0334 12.2435H9.37167V15.0611C9.36611 15.6198 9.52006 16.1671 9.81336 16.6316C10.1067 17.096 10.5256 17.4558 11.0154 17.6639C11.3431 17.8099 11.6949 17.8853 12.0504 17.8859C12.4867 17.8813 12.9153 17.7635 13.2987 17.5429C13.682 17.3223 14.0085 17.0057 14.2496 16.6206C14.4906 16.2356 14.6388 15.7939 14.6813 15.3342C14.7238 14.8745 14.6593 14.4107 14.4933 13.9835Z"
|
|
2437
|
+
fill="#0DCF82" />
|
|
2438
|
+
<path
|
|
2439
|
+
d="M0.351589 9.03355C0.00514201 9.8932 -0.0880133 10.8436 0.0843205 11.7602C0.256654 12.6768 0.686445 13.517 1.31742 14.1708C1.72451 14.6098 2.20989 14.9589 2.74541 15.1979C3.28094 15.4368 3.85595 15.5608 4.4371 15.5628C5.03193 15.5613 5.62062 15.4353 6.16924 15.192C6.9885 14.8437 7.68929 14.2415 8.17981 13.4645C8.67033 12.6874 8.92771 11.7717 8.91823 10.8372V6.12115H4.46544C3.58239 6.11147 2.71718 6.38434 1.98312 6.90402C1.24906 7.4237 0.680388 8.16595 0.351589 9.03355Z"
|
|
2440
|
+
fill="#A259FE" />
|
|
2441
|
+
</svg>
|
|
2442
|
+
</div>
|
|
2443
|
+
`}
|
|
2232
2444
|
|
|
2233
2445
|
<!-- Below features should only be allowed if user role is available -->
|
|
2234
2446
|
|
|
2235
|
-
${!this.snippylyUserRole||this.isPlanExpired||this.allFeatureDisabled?
|
|
2236
|
-
${this.isPlanExpired?
|
|
2447
|
+
${!this.snippylyUserRole||this.isPlanExpired||this.allFeatureDisabled?j`
|
|
2448
|
+
${this.isPlanExpired?j`
|
|
2237
2449
|
<div class="tooltip">
|
|
2238
2450
|
<div class="tooltiptext">
|
|
2239
|
-
${this.isUserGlobalContact?
|
|
2451
|
+
${this.isUserGlobalContact?j`Your current plan has <br/> expired, please renew <br/> plan to continue.`:j`Your current plan has expired, <br/> please contact admin.`}
|
|
2240
2452
|
</div>
|
|
2241
2453
|
<div class="s-alert-btn">
|
|
2242
2454
|
<div class='error-container'>
|
|
@@ -2245,7 +2457,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2245
2457
|
</svg>
|
|
2246
2458
|
<div class="error-message">Expired</div>
|
|
2247
2459
|
</div>
|
|
2248
|
-
${this.isUserGlobalContact?
|
|
2460
|
+
${this.isUserGlobalContact?j`
|
|
2249
2461
|
<div class="s-cta-btn" @click=${()=>this.onUpgradePlanClick()}>
|
|
2250
2462
|
Renew Plan
|
|
2251
2463
|
</div>
|
|
@@ -2253,10 +2465,10 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2253
2465
|
</div>
|
|
2254
2466
|
</div>
|
|
2255
2467
|
`:null}
|
|
2256
|
-
${this.snippylyUserRole?null:
|
|
2468
|
+
${this.snippylyUserRole?null:j`
|
|
2257
2469
|
<div class="tooltip ${rt({"d-none":!this.expanded||this.addCommentMode})}">
|
|
2258
2470
|
<div class="tooltiptext">
|
|
2259
|
-
${this.snippylyUserRole?null:
|
|
2471
|
+
${this.snippylyUserRole?null:j`${hr("You don't have access to this project.")} <br/> ${hr("Please contact admin.")}`}
|
|
2260
2472
|
</div>
|
|
2261
2473
|
<div class="s-alert-btn">
|
|
2262
2474
|
<div class='error-container'>
|
|
@@ -2268,7 +2480,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2268
2480
|
</div>
|
|
2269
2481
|
</div>
|
|
2270
2482
|
`}
|
|
2271
|
-
`:
|
|
2483
|
+
`:j`
|
|
2272
2484
|
<!-- divider -->
|
|
2273
2485
|
<div class="toolbar-section d-xs-none ${rt({"d-none":!this.expanded})}">
|
|
2274
2486
|
<div class="toolbar-divider"></div>
|
|
@@ -2304,14 +2516,14 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2304
2516
|
<div class="toolbar-section huddle-recorder-section ${rt({"d-none":!this.expanded})}">
|
|
2305
2517
|
<div class="toolbar-actions">
|
|
2306
2518
|
<div class="action tooltip comment-tool-container">
|
|
2307
|
-
<div class="tooltiptext">${this.allFeatureDisabled?
|
|
2308
|
-
${!this.allFeatureDisabled&&this.showTourCommentTooltip?
|
|
2519
|
+
<div class="tooltiptext">${this.allFeatureDisabled?hr("Commenting is disabled. Contact admin."):hr("Comment")}</div>
|
|
2520
|
+
${!this.allFeatureDisabled&&this.showTourCommentTooltip?j`
|
|
2309
2521
|
<div class="tour-tooltiptext" @click=${()=>this.onTourCommentTooltipClick()}>
|
|
2310
|
-
<div class="tour-tooltip-content">${
|
|
2311
|
-
<button class="tour-tooltip-action" @click=${()=>this.onTourCommentTooltipClick()}>${
|
|
2522
|
+
<div class="tour-tooltip-content">${hr("Click to add comments on this page.")}</div>
|
|
2523
|
+
<button class="tour-tooltip-action" @click=${()=>this.onTourCommentTooltipClick()}>${hr("Ok")}</button>
|
|
2312
2524
|
</div>
|
|
2313
2525
|
`:null}
|
|
2314
|
-
${this.allFeatureDisabled?
|
|
2526
|
+
${this.allFeatureDisabled?j`
|
|
2315
2527
|
<div class="custom-tool">
|
|
2316
2528
|
<div class="action" slot="button">
|
|
2317
2529
|
<svg class="toolbar-icon"
|
|
@@ -2321,7 +2533,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2321
2533
|
</svg>
|
|
2322
2534
|
</div>
|
|
2323
2535
|
</div>
|
|
2324
|
-
`:
|
|
2536
|
+
`:j`
|
|
2325
2537
|
<velt-comment-tool class="custom-tool">
|
|
2326
2538
|
<div class="action" slot="button" @click=${()=>this.onTourCommentTooltipClick()}>
|
|
2327
2539
|
<svg class="toolbar-icon ${rt({active:this.addCommentMode||this.showTourCommentTooltip})}"
|
|
@@ -2334,8 +2546,8 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2334
2546
|
`}
|
|
2335
2547
|
</div>
|
|
2336
2548
|
<div class="action tooltip ${rt({"d-none":this.addCommentMode})}">
|
|
2337
|
-
<div class="tooltiptext">${this.allFeatureDisabled?
|
|
2338
|
-
${this.allFeatureDisabled?
|
|
2549
|
+
<div class="tooltiptext">${this.allFeatureDisabled?hr("Arrow feature is disabled. Contact admin."):hr("Arrow")}</div>
|
|
2550
|
+
${this.allFeatureDisabled?j`
|
|
2339
2551
|
<div class="custom-tool">
|
|
2340
2552
|
<div class="action">
|
|
2341
2553
|
<svg class="toolbar-icon" width="32" height="32" viewBox="0 0 32 32"
|
|
@@ -2345,7 +2557,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2345
2557
|
</svg>
|
|
2346
2558
|
</div>
|
|
2347
2559
|
</div>
|
|
2348
|
-
`:
|
|
2560
|
+
`:j`
|
|
2349
2561
|
<velt-arrow-tool class="custom-tool">
|
|
2350
2562
|
<div class="action">
|
|
2351
2563
|
<svg class="toolbar-icon" width="32" height="32" viewBox="0 0 32 32"
|
|
@@ -2358,12 +2570,12 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2358
2570
|
`}
|
|
2359
2571
|
</div>
|
|
2360
2572
|
<div class="tooltip cursor-pointer ${rt({"d-none":this.addCommentMode})}">
|
|
2361
|
-
<div class="tooltiptext">${
|
|
2573
|
+
<div class="tooltiptext">${hr("Live Huddle")}</div>
|
|
2362
2574
|
<velt-huddle-tool type="all"></velt-huddle-tool>
|
|
2363
2575
|
</div>
|
|
2364
|
-
${this.staging&&!this.addCommentMode?
|
|
2576
|
+
${this.staging&&!this.addCommentMode?j`
|
|
2365
2577
|
<div class="tooltip cursor-pointer">
|
|
2366
|
-
<div class="tooltiptext">${
|
|
2578
|
+
<div class="tooltiptext">${hr("Recording")}</div>
|
|
2367
2579
|
<velt-recorder-tool type="all"></velt-recorder-tool>
|
|
2368
2580
|
</div>
|
|
2369
2581
|
`:null}
|
|
@@ -2380,7 +2592,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2380
2592
|
<div class="toolbar-actions1">
|
|
2381
2593
|
<velt-sidebar-button>
|
|
2382
2594
|
<div class="action-border tooltip">
|
|
2383
|
-
<div class="tooltiptext">${
|
|
2595
|
+
<div class="tooltiptext">${hr("Open Comments")}</div>
|
|
2384
2596
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
2385
2597
|
<g clip-path="url(#clip0_5417_64176)">
|
|
2386
2598
|
<path d="M3 13.4545H6.56308C6.94874 13.4546 7.32675 13.5676 7.65478 13.7806C7.9828 13.9937 8.24787 14.2985 8.42031 14.6608L8.65662 15.1573C8.82912 15.5199 9.09434 15.8248 9.42254 16.0378C9.75074 16.2509 10.129 16.3637 10.5148 16.3636H13.4852C13.871 16.3637 14.2493 16.2509 14.5775 16.0378C14.9057 15.8248 15.1709 15.5199 15.3434 15.1573L15.5797 14.6608C15.7522 14.2983 16.0174 13.9934 16.3456 13.7804C16.6738 13.5673 17.052 13.4545 17.4378 13.4545H21M3 13.7823V17.8182C3 18.3968 3.21882 18.9518 3.60832 19.361C3.99782 19.7701 4.52609 20 5.07692 20H18.9231C19.4739 20 20.0022 19.7701 20.3917 19.361C20.7812 18.9518 21 18.3968 21 17.8182V13.7823C21 13.5651 20.9686 13.3488 20.9077 13.1413L18.6831 5.53988C18.5524 5.09405 18.2892 4.70395 17.932 4.42681C17.5748 4.14967 17.1425 4.00008 16.6985 4H7.30246C6.85841 4.00008 6.42608 4.14967 6.0689 4.42681C5.71172 4.70395 5.44849 5.09405 5.31785 5.53988L3.09231 13.1413C3.03133 13.349 3.00021 13.565 3 13.7823Z" stroke="#8F95B2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
@@ -2394,15 +2606,15 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2394
2606
|
<p class="action-text">${null===(i=this.comments)||void 0===i?void 0:i.length}</p>
|
|
2395
2607
|
</div>
|
|
2396
2608
|
</velt-sidebar-button>
|
|
2397
|
-
${this.isUserGlobalContact||"Admin"===this.snippylyUserRole?
|
|
2609
|
+
${this.isUserGlobalContact||"Admin"===this.snippylyUserRole?j`
|
|
2398
2610
|
<velt-menu class="d-sm-none">
|
|
2399
2611
|
<div menu-trigger class="action-border dropdown tooltip">
|
|
2400
|
-
<div class="tooltiptext">${
|
|
2612
|
+
<div class="tooltiptext">${hr("Views")}</div>
|
|
2401
2613
|
<svg width="16" height="24" viewBox="0 0 16 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2402
2614
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99939 16.3333C10.7497 16.3333 12.7055 14.6051 13.8509 13.1658C14.2482 12.6665 14.2482 12.0001 13.8509 11.5009C12.7055 10.0616 10.7497 8.33333 7.99939 8.33333C5.24906 8.33333 3.29326 10.0616 2.14788 11.5009C1.75062 12.0001 1.75062 12.6665 2.14788 13.1658C3.29325 14.6051 5.24906 16.3333 7.99939 16.3333ZM14.8942 13.996C15.6782 13.0108 15.6782 11.6558 14.8942 10.6707C13.6487 9.10551 11.3504 7 7.99939 7C4.64837 7 2.3501 9.10551 1.10458 10.6707C0.320609 11.6558 0.320609 13.0108 1.10458 13.996C2.3501 15.5612 4.64837 17.6667 7.99939 17.6667C11.3504 17.6667 13.6487 15.5612 14.8942 13.996Z" fill="#8F95B2"/>
|
|
2403
2615
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.33301 12.3332C9.33301 13.0696 8.73605 13.6665 7.99967 13.6665C7.26329 13.6665 6.66634 13.0696 6.66634 12.3332C6.66634 12.3142 6.66674 12.2954 6.66752 12.2767C6.77144 12.3133 6.88324 12.3332 6.99967 12.3332C7.55196 12.3332 7.99967 11.8855 7.99967 11.3332C7.99967 11.2167 7.97977 11.1049 7.94319 11.001C7.96192 11.0002 7.98075 10.9998 7.99967 10.9998C8.73605 10.9998 9.33301 11.5968 9.33301 12.3332ZM10.6663 12.3332C10.6663 13.8059 9.47243 14.9998 7.99967 14.9998C6.52692 14.9998 5.33301 13.8059 5.33301 12.3332C5.33301 10.8604 6.52692 9.6665 7.99967 9.6665C9.47243 9.6665 10.6663 10.8604 10.6663 12.3332Z" fill="#8F95B2"/>
|
|
2404
2616
|
</svg>
|
|
2405
|
-
<p class="action-text" style="margin-left:4px">${
|
|
2617
|
+
<p class="action-text" style="margin-left:4px">${hr(this.viewMode||"External")}</p>
|
|
2406
2618
|
<svg class="toolbar-icon-dropdown-arrow" viewBox="0 0 16 16" fill="none"
|
|
2407
2619
|
xmlns="http://www.w3.org/2000/svg">
|
|
2408
2620
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
@@ -2410,9 +2622,9 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2410
2622
|
</svg>
|
|
2411
2623
|
</div>
|
|
2412
2624
|
<div menu-items>
|
|
2413
|
-
<div @click=${()=>this.setViewMode("Internal")}>${
|
|
2414
|
-
<div @click=${()=>this.setViewMode(null)}>${
|
|
2415
|
-
<div @click=${()=>this.setViewMode("All")}>${
|
|
2625
|
+
<div @click=${()=>this.setViewMode("Internal")}>${hr("Internal")}</div>
|
|
2626
|
+
<div @click=${()=>this.setViewMode(null)}>${hr("External")}</div>
|
|
2627
|
+
<div @click=${()=>this.setViewMode("All")}>${hr("All")}</div>
|
|
2416
2628
|
</div>
|
|
2417
2629
|
</velt-menu>
|
|
2418
2630
|
`:null}
|
|
@@ -2424,7 +2636,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2424
2636
|
<div class="toolbar-divider"></div>
|
|
2425
2637
|
</div>`}
|
|
2426
2638
|
|
|
2427
|
-
${this.allFeatureDisabled?
|
|
2639
|
+
${this.allFeatureDisabled?j`
|
|
2428
2640
|
<div class="s-alert-btn">
|
|
2429
2641
|
<div class='error-container'>
|
|
2430
2642
|
<svg class="error-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -2437,15 +2649,21 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2437
2649
|
<!-- actions 2 -->
|
|
2438
2650
|
<div class="toolbar-section user-profile-section ${rt({"d-none":!this.expanded||this.addCommentMode})}">
|
|
2439
2651
|
<div class="toolbar-actions2">
|
|
2440
|
-
${"Admin"===this.snippylyUserRole&&this.staging&&!this.isPlanExpired?
|
|
2652
|
+
${"Admin"===this.snippylyUserRole&&this.staging&&!this.isPlanExpired?j`
|
|
2441
2653
|
<div class="action tooltip cursor-pointer d-sm-none user-invite-tool-container">
|
|
2442
|
-
<div class="tooltiptext">${
|
|
2654
|
+
<div class="tooltiptext">${hr("Share")}</div>
|
|
2443
2655
|
<velt-user-invite-tool></velt-user-invite-tool>
|
|
2444
2656
|
</div>
|
|
2445
2657
|
`:null}
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
</
|
|
2658
|
+
${(null===(n=this.snippylyUser)||void 0===n?void 0:n.isGuest)?j`
|
|
2659
|
+
<div class="s-guest-user-sign-in-button" @click=${()=>this.loginWithGoogle()}>
|
|
2660
|
+
<p>${hr("Sign in")}</p>
|
|
2661
|
+
</div>
|
|
2662
|
+
`:j`
|
|
2663
|
+
<div class="action">
|
|
2664
|
+
${(null===(o=this.snippylyUser)||void 0===o?void 0:o.photoUrl)&&!this.avatarFetchFailed?j`<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} />`:j`<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>`}
|
|
2665
|
+
</div>
|
|
2666
|
+
`}
|
|
2449
2667
|
</div>
|
|
2450
2668
|
</div>
|
|
2451
2669
|
|
|
@@ -2469,12 +2687,12 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2469
2687
|
d="M0.351589 9.03355C0.00514201 9.8932 -0.0880133 10.8436 0.0843205 11.7602C0.256654 12.6768 0.686445 13.517 1.31742 14.1708C1.72451 14.6098 2.20989 14.9589 2.74541 15.1979C3.28094 15.4368 3.85595 15.5608 4.4371 15.5628C5.03193 15.5613 5.62062 15.4353 6.16924 15.192C6.9885 14.8437 7.68929 14.2415 8.17981 13.4645C8.67033 12.6874 8.92771 11.7717 8.91823 10.8372V6.12115H4.46544C3.58239 6.11147 2.71718 6.38434 1.98312 6.90402C1.24906 7.4237 0.680388 8.16595 0.351589 9.03355Z"
|
|
2470
2688
|
fill="#A259FE" />
|
|
2471
2689
|
</svg>
|
|
2472
|
-
<p>${
|
|
2690
|
+
<p>${hr("Superflow")}</p>
|
|
2473
2691
|
</div>
|
|
2474
2692
|
<div class="menu-point-wrap">
|
|
2475
|
-
${
|
|
2693
|
+
${hr("Add comments & recordings on this page.")}
|
|
2476
2694
|
<a href="https://www.usesuperflow.com/features" target="_blank">
|
|
2477
|
-
${
|
|
2695
|
+
${hr("Learn more")}
|
|
2478
2696
|
<svg width="14" height="14" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2479
2697
|
<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"/>
|
|
2480
2698
|
<path d="M12.5058 2.48917V3.31077H14.0004H15.4988L13.3548 5.45481L11.2148 7.59477L11.7939 8.17385C12.1108 8.49069 12.3887 8.74902 12.4082 8.74902C12.4317 8.74902 13.4019 7.79443 14.5679 6.62845L16.6924 4.50413V6.0026V7.49715H17.514H18.3352V4.58253V1.66791H15.4206H12.5058V2.48917Z" fill="#4C5366"/>
|
|
@@ -2482,16 +2700,16 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2482
2700
|
</a>
|
|
2483
2701
|
</div>
|
|
2484
2702
|
<hr />
|
|
2485
|
-
${this.isUserGlobalContact?
|
|
2703
|
+
${this.isUserGlobalContact?j`
|
|
2486
2704
|
<div class="menu-point" @click=${()=>this.goToAdminPortal()}>
|
|
2487
2705
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2488
2706
|
<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"/>
|
|
2489
2707
|
<path d="M12.5058 2.48917V3.31077H14.0004H15.4988L13.3548 5.45481L11.2148 7.59477L11.7939 8.17385C12.1108 8.49069 12.3887 8.74902 12.4082 8.74902C12.4317 8.74902 13.4019 7.79443 14.5679 6.62845L16.6924 4.50413V6.0026V7.49715H17.514H18.3352V4.58253V1.66791H15.4206H12.5058V2.48917Z" fill="#4C5366"/>
|
|
2490
2708
|
</svg>
|
|
2491
|
-
<p>${
|
|
2709
|
+
<p>${hr("View project")}</p>
|
|
2492
2710
|
</div>
|
|
2493
2711
|
<hr />
|
|
2494
|
-
`:
|
|
2712
|
+
`:j``}
|
|
2495
2713
|
<div class="menu-point">
|
|
2496
2714
|
<velt-user-request-tool type="feedback"></velt-user-request-tool>
|
|
2497
2715
|
</div>
|
|
@@ -2508,7 +2726,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2508
2726
|
<path d="M17.7323 9.38582C17.7323 8.23622 18.6614 7.30708 19.811 7.30708C20.9606 7.30708 21.8897 8.23622 21.8897 9.38582C21.8897 10.5354 20.9606 11.4646 19.811 11.4646H17.7323V9.38582ZM16.6929 9.38582C16.6929 10.5354 15.7637 11.4646 14.6141 11.4646C13.4645 11.4646 12.5354 10.5354 12.5354 9.38582V4.17322C12.5354 3.02362 13.4645 2.09448 14.6141 2.09448C15.7637 2.09448 16.6929 3.02362 16.6929 4.17322V9.38582Z" fill="#777E91" />
|
|
2509
2727
|
<path d="M14.6141 17.7165C15.7637 17.7165 16.6929 18.6457 16.6929 19.7953C16.6929 20.9449 15.7637 21.874 14.6141 21.874C13.4645 21.874 12.5354 20.9449 12.5354 19.7953V17.7165H14.6141ZM14.6141 16.6772C13.4645 16.6772 12.5354 15.748 12.5354 14.5984C12.5354 13.4488 13.4645 12.5197 14.6141 12.5197H19.8267C20.9763 12.5197 21.9055 13.4488 21.9055 14.5984C21.9055 15.748 20.9763 16.6772 19.8267 16.6772H14.6141Z" fill="#777E91" />
|
|
2510
2728
|
</svg>
|
|
2511
|
-
<p>${
|
|
2729
|
+
<p>${hr("Join Community")}</p>
|
|
2512
2730
|
</div>
|
|
2513
2731
|
<hr />
|
|
2514
2732
|
<div class="menu-point" @click=${()=>this.toggleQRCodeVisibility()}>
|
|
@@ -2519,7 +2737,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2519
2737
|
<path fill="#777E91" d="M9 2h5v5H9V2Zm1 1v3h3V3h-3ZM8 8v2h1v1H8v1h2v-2h1v2h1v-1h2v-1h-3V8H8Zm2 2H9V9h1v1Zm4 2h-1v1h-2v1h3v-2Zm-4 2v-1H8v1h2Z"/>
|
|
2520
2738
|
<path fill="#777E91" d="M12 9h2V8h-2v1Z"/>
|
|
2521
2739
|
</svg>
|
|
2522
|
-
<p>${
|
|
2740
|
+
<p>${hr("Open in Mobile")}</p>
|
|
2523
2741
|
</div>
|
|
2524
2742
|
<div class="menu-point" @click=${()=>this.removeSnippyly()}>
|
|
2525
2743
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -2527,9 +2745,9 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2527
2745
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z" fill="#777E91"/>
|
|
2528
2746
|
</svg>
|
|
2529
2747
|
|
|
2530
|
-
<p>${
|
|
2748
|
+
<p>${hr("Exit Review Mode")}</p>
|
|
2531
2749
|
</div>
|
|
2532
|
-
${this.customLoginEnabledLocally?null:
|
|
2750
|
+
${this.customLoginEnabledLocally?null:j`
|
|
2533
2751
|
<div class="menu-point" @click=${()=>this.signOutUser()}>
|
|
2534
2752
|
<svg
|
|
2535
2753
|
width="20"
|
|
@@ -2551,7 +2769,7 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2551
2769
|
fill="#4C5366"
|
|
2552
2770
|
/>
|
|
2553
2771
|
</svg>
|
|
2554
|
-
<p>${
|
|
2772
|
+
<p>${hr("Sign Out")}</p>
|
|
2555
2773
|
</div>
|
|
2556
2774
|
`}
|
|
2557
2775
|
</div>
|
|
@@ -2569,55 +2787,169 @@ class $s extends Sn{}$s.Encryptor=class extends $s{processBlock(t,i){const e=t,n
|
|
|
2569
2787
|
</div>
|
|
2570
2788
|
|
|
2571
2789
|
</div>
|
|
2572
|
-
${this.showQrCode&&this.qrCode?
|
|
2790
|
+
${this.showQrCode&&this.qrCode?j`
|
|
2573
2791
|
<div class="qrcode-container">
|
|
2574
2792
|
<img class="qrcode" src=${this.qrCode} />
|
|
2575
2793
|
<button class="qrcode-container-close-btn" @click=${()=>this.toggleQRCodeVisibility()}>x</button>
|
|
2576
2794
|
</div>
|
|
2577
2795
|
`:null}
|
|
2578
2796
|
</div>
|
|
2579
|
-
${this.showOnboardingModal?
|
|
2797
|
+
${this.showOnboardingModal?j`
|
|
2580
2798
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onboardingNextClick()}>
|
|
2581
2799
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2582
2800
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
2583
2801
|
<div class="s-modal-text">
|
|
2584
|
-
<h1>${
|
|
2802
|
+
<h1>${hr("You’re a SuperFlow installation wizard!")}</h1>
|
|
2585
2803
|
<p>
|
|
2586
|
-
${
|
|
2587
|
-
${
|
|
2804
|
+
${hr("Get ready to drop your first comment!")} <br/>
|
|
2805
|
+
${hr("But before you do that, you definitely deserve a high five!")}
|
|
2588
2806
|
</p>
|
|
2589
2807
|
</div>
|
|
2590
|
-
<div class="s-button s-primary" @click=${()=>this.onboardingNextClick()}>${
|
|
2808
|
+
<div class="s-button s-primary" @click=${()=>this.onboardingNextClick()}>${hr("Next")}</div>
|
|
2591
2809
|
</div>
|
|
2592
2810
|
</div>
|
|
2593
|
-
`:
|
|
2594
|
-
${this.showLiveDemoModal?
|
|
2811
|
+
`:j``}
|
|
2812
|
+
${this.showLiveDemoModal?j`
|
|
2595
2813
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onLiveDemoModalNextClick()}>
|
|
2596
2814
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2597
2815
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
2598
2816
|
<div class="s-modal-text">
|
|
2599
|
-
<h1>${
|
|
2817
|
+
<h1>${hr("Try Superflow using the toolbar below.")}</h1>
|
|
2600
2818
|
<p>
|
|
2601
|
-
${
|
|
2602
|
-
${
|
|
2819
|
+
${hr("Get ready to drop your first comment!")} <br/>
|
|
2820
|
+
${hr("But before you do that, you definitely deserve a high five!")}
|
|
2603
2821
|
</p>
|
|
2604
2822
|
</div>
|
|
2605
|
-
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${
|
|
2823
|
+
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${hr("Done")}</div>
|
|
2606
2824
|
</div>
|
|
2607
2825
|
</div>
|
|
2608
|
-
`:
|
|
2609
|
-
${this.showFigmaDemoModal?
|
|
2826
|
+
`:j``}
|
|
2827
|
+
${this.showFigmaDemoModal?j`
|
|
2610
2828
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onFigmaDemoModalNextClick()}>
|
|
2611
2829
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2612
2830
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
2613
2831
|
<div class="s-modal-text">
|
|
2614
2832
|
<h1>
|
|
2615
|
-
${
|
|
2616
|
-
${
|
|
2833
|
+
${hr("Sign in on the toolbar below and add")}<br/>
|
|
2834
|
+
${hr("comments on the design flaws.")}
|
|
2617
2835
|
</h1>
|
|
2618
2836
|
</div>
|
|
2619
|
-
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${
|
|
2837
|
+
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${hr("Done")}</div>
|
|
2620
2838
|
</div>
|
|
2621
2839
|
</div>
|
|
2622
|
-
`:
|
|
2623
|
-
|
|
2840
|
+
`:j``}
|
|
2841
|
+
${(null===(h=this.snippylyUser)||void 0===h?void 0:h.isGuest)?j`
|
|
2842
|
+
<div class="s-guest-mode-chip">
|
|
2843
|
+
<div class="s-guest-mode-chip-title">Guest Mode</div>
|
|
2844
|
+
<div class="s-guest-mode-chip-action" @click=${()=>this.onGuestModeChipSignInButtonClick()}>Sign in</div>
|
|
2845
|
+
</div>
|
|
2846
|
+
${this.showGuestModeSignInModal?j`
|
|
2847
|
+
<div class="snippyly-plugin-modal-container s-guest-mode-signin-modal-container">
|
|
2848
|
+
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2849
|
+
<div class="s-modal-superflow-logo">
|
|
2850
|
+
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2851
|
+
<path d="M5.77344 6.17135C5.77344 3.18154 8.19716 0.757812 11.187 0.757812C14.1768 0.757812 16.6005 3.18153 16.6005 6.17135V11.5849H11.187C8.19716 11.5849 5.77344 9.16116 5.77344 6.17135Z" fill="#FFCD2E"/>
|
|
2852
|
+
<path d="M0.359375 20.382C0.359375 15.8973 3.99496 12.2617 8.47968 12.2617H16.6V20.382C16.6 24.8667 12.9644 28.5023 8.47968 28.5023C3.99496 28.5023 0.359375 24.8667 0.359375 20.382Z" fill="#A259FE"/>
|
|
2853
|
+
<path d="M17.2773 13.6164C17.2773 9.13168 20.9129 5.49609 25.3976 5.49609C29.8824 5.49609 33.5179 9.13168 33.5179 13.6164C33.5179 18.1011 29.8824 21.7367 25.3976 21.7367H17.2773V13.6164Z" fill="#FF7162"/>
|
|
2854
|
+
<path d="M17.2773 22.4102H22.6909C25.6807 22.4102 28.1044 24.8339 28.1044 27.8237C28.1044 30.8135 25.6807 33.2372 22.6909 33.2372C19.7011 33.2372 17.2773 30.8135 17.2773 27.8237V22.4102Z" fill="#0DCF82"/>
|
|
2855
|
+
</svg>
|
|
2856
|
+
<span>SuperFlow</span>
|
|
2857
|
+
</div>
|
|
2858
|
+
<div class="s-modal-title">Sign in to notify your team</div>
|
|
2859
|
+
<div class="s-modal-subtitle">Notify your team about your latest comments.</div>
|
|
2860
|
+
<div class="s-button s-primary s-signin-button" @click=${()=>this.onGuestModeSignInModalSignInButtonClick()}>${hr("Sign in")}</div>
|
|
2861
|
+
<div class="s-modal-link-text" @click=${t=>{this.closeGuestModeSignInModal(),this.openGuestModeNameModel(t)}}>Leave Comment Anonymously</div>
|
|
2862
|
+
</div>
|
|
2863
|
+
</div>
|
|
2864
|
+
`:j``}
|
|
2865
|
+
${this.showGuestModeNameModal?j`
|
|
2866
|
+
<div class="snippyly-plugin-modal-container s-guest-mode-signin-modal-container">
|
|
2867
|
+
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}
|
|
2868
|
+
@pointerdown=${t=>null==t?void 0:t.stopPropagation()}
|
|
2869
|
+
@pointerup=${t=>null==t?void 0:t.stopPropagation()}
|
|
2870
|
+
@mousedown=${t=>null==t?void 0:t.stopPropagation()}
|
|
2871
|
+
@mouseup=${t=>null==t?void 0:t.stopPropagation()}>
|
|
2872
|
+
<div class="s-modal-superflow-logo">
|
|
2873
|
+
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2874
|
+
<path d="M5.77344 6.17135C5.77344 3.18154 8.19716 0.757812 11.187 0.757812C14.1768 0.757812 16.6005 3.18153 16.6005 6.17135V11.5849H11.187C8.19716 11.5849 5.77344 9.16116 5.77344 6.17135Z" fill="#FFCD2E"/>
|
|
2875
|
+
<path d="M0.359375 20.382C0.359375 15.8973 3.99496 12.2617 8.47968 12.2617H16.6V20.382C16.6 24.8667 12.9644 28.5023 8.47968 28.5023C3.99496 28.5023 0.359375 24.8667 0.359375 20.382Z" fill="#A259FE"/>
|
|
2876
|
+
<path d="M17.2773 13.6164C17.2773 9.13168 20.9129 5.49609 25.3976 5.49609C29.8824 5.49609 33.5179 9.13168 33.5179 13.6164C33.5179 18.1011 29.8824 21.7367 25.3976 21.7367H17.2773V13.6164Z" fill="#FF7162"/>
|
|
2877
|
+
<path d="M17.2773 22.4102H22.6909C25.6807 22.4102 28.1044 24.8339 28.1044 27.8237C28.1044 30.8135 25.6807 33.2372 22.6909 33.2372C19.7011 33.2372 17.2773 30.8135 17.2773 27.8237V22.4102Z" fill="#0DCF82"/>
|
|
2878
|
+
</svg>
|
|
2879
|
+
<span>SuperFlow</span>
|
|
2880
|
+
</div>
|
|
2881
|
+
<div class="s-modal-subtitle">Tag your comments with your name!</div>
|
|
2882
|
+
<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}} />
|
|
2883
|
+
<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()}>
|
|
2884
|
+
${this.guestUserNameUpdateLoading?j`
|
|
2885
|
+
<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">
|
|
2886
|
+
<g transform="rotate(0 50 50)">
|
|
2887
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2888
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9166666666666666s" repeatCount="indefinite"></animate>
|
|
2889
|
+
</rect>
|
|
2890
|
+
</g><g transform="rotate(30 50 50)">
|
|
2891
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2892
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8333333333333334s" repeatCount="indefinite"></animate>
|
|
2893
|
+
</rect>
|
|
2894
|
+
</g><g transform="rotate(60 50 50)">
|
|
2895
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2896
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate>
|
|
2897
|
+
</rect>
|
|
2898
|
+
</g><g transform="rotate(90 50 50)">
|
|
2899
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2900
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6666666666666666s" repeatCount="indefinite"></animate>
|
|
2901
|
+
</rect>
|
|
2902
|
+
</g><g transform="rotate(120 50 50)">
|
|
2903
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2904
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5833333333333334s" repeatCount="indefinite"></animate>
|
|
2905
|
+
</rect>
|
|
2906
|
+
</g><g transform="rotate(150 50 50)">
|
|
2907
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2908
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
|
|
2909
|
+
</rect>
|
|
2910
|
+
</g><g transform="rotate(180 50 50)">
|
|
2911
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2912
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.4166666666666667s" repeatCount="indefinite"></animate>
|
|
2913
|
+
</rect>
|
|
2914
|
+
</g><g transform="rotate(210 50 50)">
|
|
2915
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2916
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3333333333333333s" repeatCount="indefinite"></animate>
|
|
2917
|
+
</rect>
|
|
2918
|
+
</g><g transform="rotate(240 50 50)">
|
|
2919
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2920
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate>
|
|
2921
|
+
</rect>
|
|
2922
|
+
</g><g transform="rotate(270 50 50)">
|
|
2923
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2924
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.16666666666666666s" repeatCount="indefinite"></animate>
|
|
2925
|
+
</rect>
|
|
2926
|
+
</g><g transform="rotate(300 50 50)">
|
|
2927
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2928
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.08333333333333333s" repeatCount="indefinite"></animate>
|
|
2929
|
+
</rect>
|
|
2930
|
+
</g><g transform="rotate(330 50 50)">
|
|
2931
|
+
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
2932
|
+
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
|
|
2933
|
+
</rect>
|
|
2934
|
+
</g>
|
|
2935
|
+
</svg>
|
|
2936
|
+
`:null}
|
|
2937
|
+
${this.guestUserNameUpdateLoading?"":hr("Save")}
|
|
2938
|
+
</div>
|
|
2939
|
+
<div class="s-modal-link-text" @click=${()=>this.onGuestModeNameModalSkipButtonClick()}>Skip</div>
|
|
2940
|
+
</div>
|
|
2941
|
+
</div>
|
|
2942
|
+
`:j``}
|
|
2943
|
+
${this.guestModeSignInBannerVisible?j`
|
|
2944
|
+
<div class="s-guest-mode-banner">
|
|
2945
|
+
<span>Notify your team about your comments by signing in.</span>
|
|
2946
|
+
<div class="s-guest-mode-banner-actions">
|
|
2947
|
+
<button @click=${()=>this.onGuestModeBannerSignInButtonClick()}>${hr("Sign in")}</button>
|
|
2948
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="cursor-pointer" viewBox="0 0 16 16" @click=${()=>this.hideGuestModeSignInBanner()}>
|
|
2949
|
+
<path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/>
|
|
2950
|
+
</svg>
|
|
2951
|
+
</div>
|
|
2952
|
+
</div>
|
|
2953
|
+
`:j``}
|
|
2954
|
+
`:j``}
|
|
2955
|
+
`:j``}}vr.styles=[lr,cr],pr([nt()],vr.prototype,"loadPlugin",null),pr([nt()],vr.prototype,"comments",void 0),pr([nt()],vr.prototype,"commentElement",void 0),pr([nt()],vr.prototype,"contactElement",void 0),pr([nt()],vr.prototype,"rewriterElement",void 0),pr([nt()],vr.prototype,"presenceElement",void 0),pr([nt()],vr.prototype,"commentSubscription",void 0),pr([nt()],vr.prototype,"selectionElement",void 0),pr([nt()],vr.prototype,"addCommentMode",void 0),pr([nt()],vr.prototype,"showTourCommentTooltip",void 0),pr([nt()],vr.prototype,"allFeatureDisabled",void 0),pr([nt()],vr.prototype,"allFeatureRestricted",void 0),pr([nt()],vr.prototype,"guestMode",void 0),pr([nt()],vr.prototype,"_expanded",void 0),pr([nt()],vr.prototype,"loading",void 0),pr([nt()],vr.prototype,"signInError",void 0),pr([nt()],vr.prototype,"snippylyUser",void 0),pr([nt()],vr.prototype,"snippylyUserRole",void 0),pr([nt()],vr.prototype,"_isPlanExpired",void 0),pr([nt()],vr.prototype,"showOnboardingModal",void 0),pr([nt()],vr.prototype,"showLiveDemoModal",void 0),pr([nt()],vr.prototype,"showFigmaDemoModal",void 0),pr([nt()],vr.prototype,"showGuestModeSignInModal",void 0),pr([nt()],vr.prototype,"showGuestModeNameModal",void 0),pr([nt()],vr.prototype,"guestModeSignInBannerVisible",void 0),pr([nt()],vr.prototype,"guestUserNameInput",void 0),pr([nt()],vr.prototype,"guestUserModelOpened",void 0),pr([nt()],vr.prototype,"guestUserNameUpdated",void 0),pr([nt()],vr.prototype,"guestUserNameUpdateLoading",void 0),pr([it()],vr.prototype,"apiKey",null),pr([it()],vr.prototype,"projectId",void 0),pr([nt()],vr.prototype,"staging",void 0),pr([it()],vr.prototype,"projectVersionKey",null),pr([nt()],vr.prototype,"projectVersion",void 0),pr([nt()],vr.prototype,"_menuOpenedId",void 0),pr([nt()],vr.prototype,"copyLinkTooltip",void 0),pr([nt()],vr.prototype,"invalidApiKey",void 0),pr([nt()],vr.prototype,"documentId",void 0),pr([nt()],vr.prototype,"_isUserGlobalContact",void 0),pr([nt()],vr.prototype,"location",void 0),pr([nt()],vr.prototype,"viewMode",void 0),pr([nt()],vr.prototype,"qrCode",void 0),pr([nt()],vr.prototype,"showQrCode",void 0),pr([nt()],vr.prototype,"customLoginEnabledLocally",void 0),pr([it()],vr.prototype,"customLoginEnabled",void 0),pr([nt()],vr.prototype,"providedUser",void 0),pr([nt()],vr.prototype,"autoTranslation",void 0),pr([nt()],vr.prototype,"addCommentCount",void 0),pr([nt()],vr.prototype,"isSigningInUserAdmin",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"),n=t.getAttribute("projectVersionKey"),o=t.getAttribute("projectId");return null==t||t.remove(),{valid:!!e,type:"snippylyPlugin",apiKey:e,staging:i,projectVersionKey:n,projectId:o}},sdkUrl:()=>{const t=document.getElementById("superflowToolbarScript");if(!t)return;const e=null==t?void 0:t.src,i=new URL(e).searchParams,n=i.has("apiKey")?i.get("apiKey"):void 0;return{valid:!!n,type:"sdkUrl",apiKey:n,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],n=e.loaders[i]();if(n&&n.valid)return n}}},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()}))})(vr);class fr extends X{}customElements.get("snippyly-plugin")||customElements.define("snippyly-plugin",fr),t.SnippylyPlugin=fr,t.SuperflowToolbar=vr,Object.defineProperty(t,"u",{value:!0})}({});
|