@snippyly/plugin-staging 1.0.175 → 1.0.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/snippyly.js +122 -120
- package/snippyly.min.js +151 -149
package/snippyly.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 o=document.getElementById("veltScript"),n=!1,s="latest";if(t&&(t.staging&&(n=t.staging),t.version&&(s=t.version)),(null==t?void 0:t.version)||(s="1.0.11"),o)e();else{var r=document.createElement("script");r.src=n?"https://us-central1-snipply-sdk-staging.cloudfunctions.net/getPrivateNpmPackageFile?packageName=sdk-staging&packageVersion=".concat(s&&"latest"!==s?s:"1.0.1","&filePath=velt.js&orgName=@veltdev"):"https://cdn.jsdelivr.net/npm/@veltdev/sdk@".concat(s,"/velt.js"),r.id="veltScript",r.type="module",document.body.appendChild(r),r.onload=function(){e()},r.onerror=function(){i(new Error("Failed to load Velt script"))}}}))},i=function(t,i){return function(t,e,i,o){return new(i||(i=Promise))((function(n,s){function r(t){try{l(o.next(t))}catch(t){s(t)}}function a(t){try{l(o.throw(t))}catch(t){s(t)}}function l(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}l((o=o.apply(t,e||[])).next())}))}(void 0,void 0,void 0,(function(){var o,n;return function(t,e){var i,o,n,s,r={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(l){return function(a){if(i)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(r=0)),r;)try{if(i=1,o&&(n=2&a[0]?o.return:a[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,a[1])).done)return n;switch(o=0,n&&(a=[2&a[0],n.value]),a[0]){case 0:case 1:n=a;break;case 4:return r.label++,{value:a[1],done:!1};case 5:r.label++,o=a[1],a=[0];continue;case 7:a=r.ops.pop(),r.trys.pop();continue;default:if(!((n=(n=r.trys).length>0&&n[n.length-1])||6!==a[0]&&2!==a[0])){r=0;continue}if(3===a[0]&&(!n||a[1]>n[0]&&a[1]<n[3])){r.label=a[1];break}if(6===a[0]&&r.label<n[1]){r.label=n[1],n=a;break}if(n&&r.label<n[2]){r.label=n[2],r.ops.push(a);break}n[2]&&r.ops.pop(),r.trys.pop();continue}a=e.call(t,r)}catch(t){a=[6,t],o=0}finally{i=n=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,l])}}}(this,(function(s){switch(s.label){case 0:return s.trys.push([0,6,,7]),[4,e(null==i?void 0:i.options)];case 1:return s.sent(),o=window.Velt,i?[4,o.init(t,i)]:[3,3];case 2:return s.sent(),[3,5];case 3:return[4,o.init(t)];case 4:s.sent(),s.label=5;case 5:return(null==o?void 0:o.st)&&(null==o||o.st("client")),[2,o];case 6:return n=s.sent(),console.error(n),[2,null];case 7:return[2]}}))}))};
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2019 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
-
*/const o=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),s=new Map;class r{constructor(t,
|
|
6
|
+
*/const o=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),s=new Map;class r{constructor(t,e){if(this._$cssResult$=!0,e!==n)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t}get styleSheet(){let t=s.get(this.cssText);return o&&void 0===t&&(s.set(this.cssText,t=new CSSStyleSheet),t.replaceSync(this.cssText)),t}toString(){return this.cssText}}const a=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new r(i,n)},l=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return(t=>new r("string"==typeof t?t:t+"",n))(e)})(t):t
|
|
7
7
|
/**
|
|
8
8
|
* @license
|
|
9
9
|
* Copyright 2017 Google LLC
|
|
10
10
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
11
|
-
*/;var c;const d=window.trustedTypes,h=d?d.emptyScript:"",
|
|
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 m extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Eh(i,e);void 0!==o&&(this._$Eu.set(o,i),t.push(o))})),t}static createProperty(t,e=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,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||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)=>{o?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=window.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))})(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ES(t,e,i=f){var o,n;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:p.toAttribute)(e,i.type);this._$Ei=t,null==r?this.removeAttribute(s):this.setAttribute(s,r),this._$Ei=null}}_$AK(t,e){var i,o,n;const s=this.constructor,r=s._$Eu.get(t);if(void 0!==r&&this._$Ei!==r){const t=s.getPropertyOptions(r),a=t.converter,l=null!==(n=null!==(o=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof a?a:null)&&void 0!==n?n:p.fromAttribute;this._$Ei=r,this[r]=l(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||v)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Ei!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$E_())}async _$E_(){this.isUpdatePending=!0;try{await this._$Ep}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((t,e)=>this[e]=t)),this._$Et=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$EU()}catch(t){throw e=!1,this._$EU(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$Eg)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$ES(e,this[e],t))),this._$EC=void 0),this._$EU()}updated(t){}firstUpdated(t){}}
|
|
12
12
|
/**
|
|
13
13
|
* @license
|
|
14
14
|
* Copyright 2017 Google LLC
|
|
15
15
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
16
16
|
*/
|
|
17
|
-
var g;
|
|
17
|
+
var g;m.finalized=!0,m.elementProperties=new Map,m.elementStyles=[],m.shadowRootOptions={mode:"open"},null==u||u({ReactiveElement:m}),(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}>`,S=document,E=(t="")=>S.createComment(t),k=t=>null===t||"object"!=typeof t&&"function"!=typeof t,$=Array.isArray,M=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,L=/-->/g,F=/>/g,A=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,H=/'/g,I=/"/g,B=/^(?:script|style|textarea|title)$/i,V=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),D=Symbol.for("lit-noChange"),T=Symbol.for("lit-nothing"),_=new WeakMap,O=S.createTreeWalker(S,129,null,!1),j=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=M;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===M?"!--"===l[1]?r=L:void 0!==l[1]?r=F:void 0!==l[2]?(B.test(l[2])&&(n=RegExp("</"+l[2],"g")),r=A):void 0!==l[3]&&(r=A):r===A?">"===l[0]?(r=null!=n?n:M,c=-1):void 0===l[1]?c=-2:(c=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?A:'"'===l[3]?I:H):r===I||r===H?r=A:r===L||r===F?r=M:(r=A,n=void 0);const h=r===A&&t[e+1].startsWith("/>")?" ":"";s+=r===M?i+x:c>=0?(o.push(a),i.slice(0,c)+"$lit$"+i.slice(c)+y+h):i+y+(-2===c?(o.push(void 0),e):h)}const a=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==C?C.createHTML(a):a,o]};class R{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,s=0;const r=t.length-1,a=this.parts,[l,c]=j(t,e);if(this.el=R.createElement(l,i),O.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=O.nextNode())&&a.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(y)){const i=c[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(y),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?P:"?"===e[1]?J:"@"===e[1]?Y:N})}else a.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(B.test(o.tagName)){const t=o.textContent.split(y),e=t.length-1;if(e>0){o.textContent=w?w.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],E()),O.nextNode(),a.push({type:2,index:++n});o.append(t[e],E())}}}else if(8===o.nodeType)if(o.data===b)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(y,t+1));)a.push({type:7,index:n}),t+=y.length-1}n++}}static createElement(t,e){const i=S.createElement("template");return i.innerHTML=t,i}}function U(t,e,i=t,o){var n,s,r,a;if(e===D)return e;let l=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const c=k(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==c&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.call(l,!1),void 0===c?l=void 0:(l=new c(t),l._$AT(t,i,o)),void 0!==o?(null!==(r=(a=i)._$Cl)&&void 0!==r?r:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(e=U(t,l._$AS(t,e.values),l,o)),e}class z{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:S).importNode(i,!0);O.currentNode=n;let s=O.nextNode(),r=0,a=0,l=o[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new Z(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new K(s,this,t)),this.v.push(e),l=o[++a]}r!==(null==l?void 0:l.index)&&(s=O.nextNode(),r++)}return n}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Z{constructor(t,e,i,o){var n;this.type=2,this._$AH=T,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=U(this,t,e),k(t)?t===T||null==t||""===t?(this._$AH!==T&&this._$AR(),this._$AH=T):t!==this._$AH&&t!==D&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):(t=>{var e;return $(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!==T&&k(this._$AH)?this._$AA.nextSibling.data=t:this.k(S.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=R.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.m(i);else{const t=new z(n,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=_.get(t.strings);return void 0===e&&_.set(t.strings,e=new R(t)),e}S(t){$(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new Z(this.M(E()),this.M(E()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class N{constructor(t,e,i,o,n){this.type=1,this._$AH=T,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=T}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const n=this.strings;let s=!1;if(void 0===n)t=U(this,t,e,0),s=!k(t)||t!==this._$AH&&t!==D,s&&(this._$AH=t);else{const o=t;let r,a;for(t=n[0],r=0;r<n.length-1;r++)a=U(this,o[i+r],e,r),a===D&&(a=this._$AH[r]),s||(s=!k(a)||a!==this._$AH[r]),a===T?t=T:t!==T&&(t+=(null!=a?a:"")+n[r+1]),this._$AH[r]=a}s&&!o&&this.C(t)}C(t){t===T?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class P extends N{constructor(){super(...arguments),this.type=3}C(t){this.element[this.name]=t===T?void 0:t}}const q=w?w.emptyScript:"";class J extends N{constructor(){super(...arguments),this.type=4}C(t){t&&t!==T?this.element.setAttribute(this.name,q):this.element.removeAttribute(this.name)}}class Y extends N{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=U(this,t,e,0))&&void 0!==i?i:T)===D)return;const o=this._$AH,n=t===T&&o!==T||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==T&&(o===T||n);n&&this.element.removeEventListener(this.name,this,o),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class K{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){U(this,t)}}const W=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 X
|
|
23
|
+
var G,X;null==W||W(R,Z),(null!==(g=globalThis.litHtmlVersions)&&void 0!==g?g:globalThis.litHtmlVersions=[]).push("2.2.6");class Q extends m{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Dt=((t,e,i)=>{var o,n;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=s._$litPart$;if(void 0===r){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;s._$litPart$=r=new Z(e.insertBefore(E(),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 D}}Q.finalized=!0,Q._$litElement$=!0,null===(G=globalThis.litElementHydrateSupport)||void 0===G||G.call(globalThis,{LitElement:Q});const tt=globalThis.litElementPolyfillSupport;null==tt||tt({LitElement:Q}),(null!==(X=globalThis.litElementVersions)&&void 0!==X?X: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=>"function"==typeof e?((t,e)=>(window.customElements.define(t,e),e))(t,e):((t,e)=>{const{kind:i,elements:o}=e;return{kind:i,elements:o,finisher(e){window.customElements.define(t,e)}}})(t,e)
|
|
30
30
|
/**
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2017 Google LLC
|
|
33
33
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
34
|
-
*/,
|
|
34
|
+
*/,it=(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 ot(t){return(e,i)=>void 0!==i?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,i):it(t,e)
|
|
35
35
|
/**
|
|
36
36
|
* @license
|
|
37
37
|
* Copyright 2017 Google LLC
|
|
@@ -53,7 +53,7 @@ const rt=1;
|
|
|
53
53
|
* Copyright 2018 Google LLC
|
|
54
54
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
55
55
|
*/
|
|
56
|
-
const
|
|
56
|
+
const at=(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!==rt||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.et){this.et=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.et.add(t);return this.render(e)}const n=t.element.classList;this.et.forEach((t=>{t in e||(n.remove(t),this.et.delete(t))}));for(const t in e){const i=!!e[t];i===this.et.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.et.add(t)):(n.remove(t),this.et.delete(t)))}return D}}),lt="review",ct="feedback",dt="sreviewId",ht="snippyly-user",ut="st",pt="_sfut",vt="projectVersionKey",ft="projectVersion",mt="sversion",gt="sprojectInstall",wt="sflivedemo",Ct="sffigmademo",yt="sfTourCommentTooltip",bt="velt-cursor",xt="velt-comments",St="velt-comments-sidebar",Et="velt-huddle",kt="velt-recorder-notes",$t="velt-recorder-control-panel",Mt="velt-arrows",Lt="enable-url-navigation",Ft="https://snippyly-self-serve-platform.web.app/",At="9dbcd2509e0fa90a5c81f038ce618e3f",Ht="6d24f74f12f6fb84c87efa8f791cfb2e",It=function(t){const e=[];let i=0;for(let o=0;o<t.length;o++){let n=t.charCodeAt(o);n<128?e[i++]=n:n<2048?(e[i++]=n>>6|192,e[i++]=63&n|128):55296==(64512&n)&&o+1<t.length&&56320==(64512&t.charCodeAt(o+1))?(n=65536+((1023&n)<<10)+(1023&t.charCodeAt(++o)),e[i++]=n>>18|240,e[i++]=n>>12&63|128,e[i++]=n>>6&63|128,e[i++]=63&n|128):(e[i++]=n>>12|224,e[i++]=n>>6&63|128,e[i++]=63&n|128)}return e},Bt={byteToCharMap_:null,charToByteMap_:null,byteToCharMapWebSafe_:null,charToByteMapWebSafe_:null,ENCODED_VALS_BASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",get ENCODED_VALS(){return this.ENCODED_VALS_BASE+"+/="},get ENCODED_VALS_WEBSAFE(){return this.ENCODED_VALS_BASE+"-_."},HAS_NATIVE_SUPPORT:"function"==typeof atob,encodeByteArray(t,e){if(!Array.isArray(t))throw Error("encodeByteArray takes an array as a parameter");this.init_();const i=e?this.byteToCharMapWebSafe_:this.byteToCharMap_,o=[];for(let e=0;e<t.length;e+=3){const n=t[e],s=e+1<t.length,r=s?t[e+1]:0,a=e+2<t.length,l=a?t[e+2]:0,c=n>>2,d=(3&n)<<4|r>>4;let h=(15&r)<<2|l>>6,u=63&l;a||(u=64,s||(h=64)),o.push(i[c],i[d],i[h],i[u])}return o.join("")},encodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?btoa(t):this.encodeByteArray(It(t),e)},decodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?atob(t):function(t){const e=[];let i=0,o=0;for(;i<t.length;){const n=t[i++];if(n<128)e[o++]=String.fromCharCode(n);else if(n>191&&n<224){const s=t[i++];e[o++]=String.fromCharCode((31&n)<<6|63&s)}else if(n>239&&n<365){const s=((7&n)<<18|(63&t[i++])<<12|(63&t[i++])<<6|63&t[i++])-65536;e[o++]=String.fromCharCode(55296+(s>>10)),e[o++]=String.fromCharCode(56320+(1023&s))}else{const s=t[i++],r=t[i++];e[o++]=String.fromCharCode((15&n)<<12|(63&s)<<6|63&r)}}return e.join("")}(this.decodeStringToByteArray(t,e))},decodeStringToByteArray(t,e){this.init_();const i=e?this.charToByteMapWebSafe_:this.charToByteMap_,o=[];for(let e=0;e<t.length;){const n=i[t.charAt(e++)],s=e<t.length?i[t.charAt(e)]:0;++e;const r=e<t.length?i[t.charAt(e)]:64;++e;const a=e<t.length?i[t.charAt(e)]:64;if(++e,null==n||null==s||null==r||null==a)throw Error();const l=n<<2|s>>4;if(o.push(l),64!==r){const t=s<<4&240|r>>2;if(o.push(t),64!==a){const t=r<<6&192|a;o.push(t)}}}return o},init_(){if(!this.byteToCharMap_){this.byteToCharMap_={},this.charToByteMap_={},this.byteToCharMapWebSafe_={},this.charToByteMapWebSafe_={};for(let t=0;t<this.ENCODED_VALS.length;t++)this.byteToCharMap_[t]=this.ENCODED_VALS.charAt(t),this.charToByteMap_[this.byteToCharMap_[t]]=t,this.byteToCharMapWebSafe_[t]=this.ENCODED_VALS_WEBSAFE.charAt(t),this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[t]]=t,t>=this.ENCODED_VALS_BASE.length&&(this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(t)]=t,this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(t)]=t)}}},Vt=function(t){return function(t){const e=It(t);return Bt.encodeByteArray(e,!0)}(t).replace(/\./g,"")};
|
|
57
57
|
/**
|
|
58
58
|
* @license
|
|
59
59
|
* Copyright 2022 Google LLC
|
|
@@ -70,7 +70,7 @@ const lt=(t=>(...i)=>({_$litDirective$:t,values:i}))(class extends class{constru
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
const
|
|
73
|
+
const Dt=()=>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,Tt=()=>{if("undefined"==typeof document)return;let t;try{t=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch(t){return}const e=t&&function(t){try{return Bt.decodeString(t,!0)}catch(t){console.error("base64Decode failed: ",t)}return null}(t[1]);return e&&JSON.parse(e)},_t=()=>{try{return Dt()||(()=>{if("undefined"==typeof process||void 0===process.env)return;const t=process.env.t;return t?JSON.parse(t):void 0})()||Tt()}catch(t){return void console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${t}`)}},Ot=t=>{const e=(t=>{var e,i;return null===(i=null===(e=_t())||void 0===e?void 0:e.emulatorHosts)||void 0===i?void 0:i[t]})(t);if(!e)return;const i=e.lastIndexOf(":");if(i<=0||i+1===e.length)throw new Error(`Invalid host ${e} with no separate hostname and port!`);const o=parseInt(e.substring(i+1),10);return"["===e[0]?[e.substring(1,i-1),o]:[e.substring(0,i),o]};
|
|
74
74
|
/**
|
|
75
75
|
* @license
|
|
76
76
|
* Copyright 2017 Google LLC
|
|
@@ -87,7 +87,7 @@ const It=()=>function(){if("undefined"!=typeof self)return self;if("undefined"!=
|
|
|
87
87
|
* See the License for the specific language governing permissions and
|
|
88
88
|
* limitations under the License.
|
|
89
89
|
*/
|
|
90
|
-
class
|
|
90
|
+
class jt{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))}}}
|
|
91
91
|
/**
|
|
92
92
|
* @license
|
|
93
93
|
* Copyright 2017 Google LLC
|
|
@@ -103,7 +103,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
103
103
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
104
104
|
* See the License for the specific language governing permissions and
|
|
105
105
|
* limitations under the License.
|
|
106
|
-
*/class
|
|
106
|
+
*/class Rt extends Error{constructor(t,e,i){super(e),this.code=t,this.customData=i,this.name="FirebaseError",Object.setPrototypeOf(this,Rt.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,Ut.prototype.create)}}class Ut{constructor(t,e,i){this.service=t,this.serviceName=e,this.errors=i}create(t,...e){const i=e[0]||{},o=`${this.service}/${t}`,n=this.errors[t],s=n?function(t,e){return t.replace(zt,((t,i)=>{const o=e[i];return null!=o?String(o):`<${i}?>`}))}(n,i):"Error",r=`${this.serviceName}: ${s} (${o}).`;return new Rt(o,r,i)}}const zt=/\{\$([^}]+)}/g;function Zt(t,e){if(t===e)return!0;const i=Object.keys(t),o=Object.keys(e);for(const n of i){if(!o.includes(n))return!1;const i=t[n],s=e[n];if(Nt(i)&&Nt(s)){if(!Zt(i,s))return!1}else if(i!==s)return!1}for(const t of o)if(!i.includes(t))return!1;return!0}function Nt(t){return null!==t&&"object"==typeof t}
|
|
107
107
|
/**
|
|
108
108
|
* @license
|
|
109
109
|
* Copyright 2021 Google LLC
|
|
@@ -119,7 +119,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
119
119
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
120
120
|
* See the License for the specific language governing permissions and
|
|
121
121
|
* limitations under the License.
|
|
122
|
-
*/function
|
|
122
|
+
*/function Pt(t){return t&&t._delegate?t._delegate:t}class qt{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}}
|
|
123
123
|
/**
|
|
124
124
|
* @license
|
|
125
125
|
* Copyright 2019 Google LLC
|
|
@@ -135,7 +135,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
135
135
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
136
136
|
* See the License for the specific language governing permissions and
|
|
137
137
|
* limitations under the License.
|
|
138
|
-
*/const
|
|
138
|
+
*/const Jt="[DEFAULT]";
|
|
139
139
|
/**
|
|
140
140
|
* @license
|
|
141
141
|
* Copyright 2019 Google LLC
|
|
@@ -151,7 +151,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
151
151
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
152
152
|
* See the License for the specific language governing permissions and
|
|
153
153
|
* limitations under the License.
|
|
154
|
-
*/class
|
|
154
|
+
*/class Yt{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 jt;if(this.instancesDeferred.set(e,t),this.isInitialized(e)||this.shouldAutoInitialize())try{const i=this.getOrInitializeService({instanceIdentifier:e});i&&t.resolve(i)}catch(t){}}return this.instancesDeferred.get(e).promise}getImmediate(t){var e;const i=this.normalizeInstanceIdentifier(null==t?void 0:t.identifier),o=null!==(e=null==t?void 0:t.optional)&&void 0!==e&&e;if(!this.isInitialized(i)&&!this.shouldAutoInitialize()){if(o)return null;throw Error(`Service ${this.name} is not available`)}try{return this.getOrInitializeService({instanceIdentifier:i})}catch(t){if(o)return null;throw t}}getComponent(){return this.component}setComponent(t){if(t.name!==this.name)throw Error(`Mismatching Component ${t.name} for Provider ${this.name}.`);if(this.component)throw Error(`Component for ${this.name} has already been provided`);if(this.component=t,this.shouldAutoInitialize()){if(function(t){return"EAGER"===t.instantiationMode}
|
|
155
155
|
/**
|
|
156
156
|
* @license
|
|
157
157
|
* Copyright 2019 Google LLC
|
|
@@ -167,7 +167,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
167
167
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
168
168
|
* See the License for the specific language governing permissions and
|
|
169
169
|
* limitations under the License.
|
|
170
|
-
*/(t))try{this.getOrInitializeService({instanceIdentifier:
|
|
170
|
+
*/(t))try{this.getOrInitializeService({instanceIdentifier:Jt})}catch(t){}for(const[t,e]of this.instancesDeferred.entries()){const i=this.normalizeInstanceIdentifier(t);try{const t=this.getOrInitializeService({instanceIdentifier:i});e.resolve(t)}catch(t){}}}}clearInstance(t="[DEFAULT]"){this.instancesDeferred.delete(t),this.instancesOptions.delete(t),this.instances.delete(t)}async delete(){const t=Array.from(this.instances.values());await Promise.all([...t.filter((t=>"INTERNAL"in t)).map((t=>t.INTERNAL.delete())),...t.filter((t=>"_delete"in t)).map((t=>t._delete()))])}isComponentSet(){return null!=this.component}isInitialized(t="[DEFAULT]"){return this.instances.has(t)}getOptions(t="[DEFAULT]"){return this.instancesOptions.get(t)||{}}initialize(t={}){const{options:e={}}=t,i=this.normalizeInstanceIdentifier(t.instanceIdentifier);if(this.isInitialized(i))throw Error(`${this.name}(${i}) has already been initialized`);if(!this.isComponentSet())throw Error(`Component ${this.name} has not been registered yet`);const o=this.getOrInitializeService({instanceIdentifier:i,options:e});for(const[t,e]of this.instancesDeferred.entries()){i===this.normalizeInstanceIdentifier(t)&&e.resolve(o)}return o}onInit(t,e){var i;const o=this.normalizeInstanceIdentifier(e),n=null!==(i=this.onInitCallbacks.get(o))&&void 0!==i?i:new Set;n.add(t),this.onInitCallbacks.set(o,n);const s=this.instances.get(o);return s&&t(s,o),()=>{n.delete(t)}}invokeOnInitCallbacks(t,e){const i=this.onInitCallbacks.get(e);if(i)for(const o of i)try{o(t,e)}catch(t){}}getOrInitializeService({instanceIdentifier:t,options:e={}}){let i=this.instances.get(t);if(!i&&this.component&&(i=this.component.instanceFactory(this.container,{instanceIdentifier:(o=t,o===Jt?void 0:o),options:e}),this.instances.set(t,i),this.instancesOptions.set(t,e),this.invokeOnInitCallbacks(i,t),this.component.onInstanceCreated))try{this.component.onInstanceCreated(this.container,t,i)}catch(t){}var o;return i||null}normalizeInstanceIdentifier(t="[DEFAULT]"){return this.component?this.component.multipleInstances?t:Jt:t}shouldAutoInitialize(){return!!this.component&&"EXPLICIT"!==this.component.instantiationMode}}class Kt{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 Yt(t,this);return this.providers.set(t,e),e}getProviders(){return Array.from(this.providers.values())}}
|
|
171
171
|
/**
|
|
172
172
|
* @license
|
|
173
173
|
* Copyright 2017 Google LLC
|
|
@@ -183,7 +183,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
183
183
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
184
184
|
* See the License for the specific language governing permissions and
|
|
185
185
|
* limitations under the License.
|
|
186
|
-
*/var
|
|
186
|
+
*/var Wt;!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"}(Wt||(Wt={}));const Gt={debug:Wt.DEBUG,verbose:Wt.VERBOSE,info:Wt.INFO,warn:Wt.WARN,error:Wt.ERROR,silent:Wt.SILENT},Xt=Wt.INFO,Qt={[Wt.DEBUG]:"log",[Wt.VERBOSE]:"log",[Wt.INFO]:"info",[Wt.WARN]:"warn",[Wt.ERROR]:"error"},te=(t,e,...i)=>{if(e<t.logLevel)return;const o=(new Date).toISOString(),n=Qt[e];if(!n)throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`);console[n](`[${o}] ${t.name}:`,...i)};let ee,ie;const oe=new WeakMap,ne=new WeakMap,se=new WeakMap,re=new WeakMap,ae=new WeakMap;let le={get(t,e,i){if(t instanceof IDBTransaction){if("done"===e)return ne.get(t);if("objectStoreNames"===e)return t.objectStoreNames||se.get(t);if("store"===e)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return he(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?(ie||(ie=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(t)?function(...e){return t.apply(ue(this),e),he(oe.get(this))}:function(...e){return he(t.apply(ue(this),e))}:function(e,...i){const o=t.call(ue(this),e,...i);return se.set(o,e.sort?e.sort():[e]),he(o)}}function de(t){return"function"==typeof t?ce(t):(t instanceof IDBTransaction&&function(t){if(ne.has(t))return;const e=new Promise(((e,i)=>{const o=()=>{t.removeEventListener("complete",n),t.removeEventListener("error",s),t.removeEventListener("abort",s)},n=()=>{e(),o()},s=()=>{i(t.error||new DOMException("AbortError","AbortError")),o()};t.addEventListener("complete",n),t.addEventListener("error",s),t.addEventListener("abort",s)}));ne.set(t,e)}(t),e=t,(ee||(ee=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((t=>e instanceof t))?new Proxy(t,le):t);var e}function he(t){if(t instanceof IDBRequest)return function(t){const e=new Promise(((e,i)=>{const o=()=>{t.removeEventListener("success",n),t.removeEventListener("error",s)},n=()=>{e(he(t.result)),o()},s=()=>{i(t.error),o()};t.addEventListener("success",n),t.addEventListener("error",s)}));return e.then((e=>{e instanceof IDBCursor&&oe.set(e,t)})).catch((()=>{})),ae.set(e,t),e}(t);if(re.has(t))return re.get(t);const e=de(t);return e!==t&&(re.set(t,e),ae.set(e,t)),e}const ue=t=>ae.get(t);const pe=["get","getKey","getAll","getAllKeys","count"],ve=["put","add","delete","clear"],fe=new Map;function me(t,e){if(!(t instanceof IDBDatabase)||e in t||"string"!=typeof e)return;if(fe.get(e))return fe.get(e);const i=e.replace(/FromIndex$/,""),o=e!==i,n=ve.includes(i);if(!(i in(o?IDBIndex:IDBObjectStore).prototype)||!n&&!pe.includes(i))return;const s=async function(t,...e){const s=this.transaction(t,n?"readwrite":"readonly");let r=s.store;return o&&(r=r.index(e.shift())),(await Promise.all([r[i](...e),n&&s.done]))[0]};return fe.set(e,s),s}le=(t=>({...t,get:(e,i,o)=>me(e,i)||t.get(e,i,o),has:(e,i)=>!!me(e,i)||t.has(e,i)}))(le);
|
|
187
187
|
/**
|
|
188
188
|
* @license
|
|
189
189
|
* Copyright 2019 Google LLC
|
|
@@ -200,7 +200,7 @@ class Ut{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
|
|
|
200
200
|
* See the License for the specific language governing permissions and
|
|
201
201
|
* limitations under the License.
|
|
202
202
|
*/
|
|
203
|
-
class
|
|
203
|
+
class ge{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 we="@firebase/app",Ce="0.9.0",ye=new class{constructor(t){this.name=t,this._logLevel=Xt,this._logHandler=te,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in Wt))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel="string"==typeof t?Gt[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,Wt.DEBUG,...t),this._logHandler(this,Wt.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,Wt.VERBOSE,...t),this._logHandler(this,Wt.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,Wt.INFO,...t),this._logHandler(this,Wt.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,Wt.WARN,...t),this._logHandler(this,Wt.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,Wt.ERROR,...t),this._logHandler(this,Wt.ERROR,...t)}}("@firebase/app"),be="[DEFAULT]",xe={[we]:"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"},Se=new Map,Ee=new Map;function ke(t,e){try{t.container.addComponent(e)}catch(i){ye.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,i)}}function $e(t){const e=t.name;if(Ee.has(e))return ye.debug(`There were multiple attempts to register component ${e}.`),!1;Ee.set(e,t);for(const e of Se.values())ke(e,t);return!0}
|
|
204
204
|
/**
|
|
205
205
|
* @license
|
|
206
206
|
* Copyright 2019 Google LLC
|
|
@@ -217,7 +217,7 @@ class gi{constructor(t){this.container=t}getPlatformInfoString(){return this.con
|
|
|
217
217
|
* See the License for the specific language governing permissions and
|
|
218
218
|
* limitations under the License.
|
|
219
219
|
*/
|
|
220
|
-
const
|
|
220
|
+
const Me=new Ut("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}."});
|
|
221
221
|
/**
|
|
222
222
|
* @license
|
|
223
223
|
* Copyright 2019 Google LLC
|
|
@@ -234,7 +234,7 @@ const Fi=new Nt("app","Firebase",{"no-app":"No Firebase App '{$appName}' has bee
|
|
|
234
234
|
* See the License for the specific language governing permissions and
|
|
235
235
|
* limitations under the License.
|
|
236
236
|
*/
|
|
237
|
-
class
|
|
237
|
+
class Le{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 qt("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 Me.create("app-deleted",{appName:this._name})}}function Fe(t,e={}){let i=t;if("object"!=typeof e){e={name:e}}const o=Object.assign({name:be,automaticDataCollectionEnabled:!1},e),n=o.name;if("string"!=typeof n||!n)throw Me.create("bad-app-name",{appName:String(n)});var s;if(i||(i=null===(s=_t())||void 0===s?void 0:s.config),!i)throw Me.create("no-options");const r=Se.get(n);if(r){if(Zt(i,r.options)&&Zt(o,r.config))return r;throw Me.create("duplicate-app",{appName:n})}const a=new Kt(n);for(const t of Ee.values())a.addComponent(t);const l=new Le(i,o,a);return Se.set(n,l),l}function Ae(t,e,i){var o;let n=null!==(o=xe[t])&&void 0!==o?o:t;i&&(n+=`-${i}`);const s=n.match(/\s|\//),r=e.match(/\s|\//);if(s||r){const t=[`Unable to register library "${n}" with version "${e}":`];return s&&t.push(`library name "${n}" contains illegal characters (whitespace or "/")`),s&&r&&t.push("and"),r&&t.push(`version name "${e}" contains illegal characters (whitespace or "/")`),void ye.warn(t.join(" "))}$e(new qt(`${n}-version`,(()=>({library:n,version:e})),"VERSION"))}
|
|
238
238
|
/**
|
|
239
239
|
* @license
|
|
240
240
|
* Copyright 2021 Google LLC
|
|
@@ -250,7 +250,7 @@ class Li{constructor(t,i,e){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
250
250
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
251
251
|
* See the License for the specific language governing permissions and
|
|
252
252
|
* limitations under the License.
|
|
253
|
-
*/const
|
|
253
|
+
*/const He="firebase-heartbeat-store";let Ie=null;function Be(){return Ie||(Ie=function(t,e,{blocked:i,upgrade:o,blocking:n,terminated:s}={}){const r=indexedDB.open(t,e),a=he(r);return o&&r.addEventListener("upgradeneeded",(t=>{o(he(r.result),t.oldVersion,t.newVersion,he(r.transaction))})),i&&r.addEventListener("blocked",(()=>i())),a.then((t=>{s&&t.addEventListener("close",(()=>s())),n&&t.addEventListener("versionchange",(()=>n()))})).catch((()=>{})),a}("firebase-heartbeat-database",1,{upgrade:(t,e)=>{if(0===e)t.createObjectStore(He)}}).catch((t=>{throw Me.create("idb-open",{originalErrorMessage:t.message})}))),Ie}async function Ve(t,e){try{const i=(await Be()).transaction(He,"readwrite"),o=i.objectStore(He);return await o.put(e,De(t)),i.done}catch(t){if(t instanceof Rt)ye.warn(t.message);else{const e=Me.create("idb-set",{originalErrorMessage:null==t?void 0:t.message});ye.warn(e.message)}}}function De(t){return`${t.name}!${t.options.appId}`}
|
|
254
254
|
/**
|
|
255
255
|
* @license
|
|
256
256
|
* Copyright 2021 Google LLC
|
|
@@ -266,7 +266,7 @@ class Li{constructor(t,i,e){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
266
266
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
267
267
|
* See the License for the specific language governing permissions and
|
|
268
268
|
* limitations under the License.
|
|
269
|
-
*/class
|
|
269
|
+
*/class Te{constructor(t){this.container=t,this._heartbeatsCache=null;const e=this.container.getProvider("app").getImmediate();this._storage=new Oe(e),this._heartbeatsCachePromise=this._storage.read().then((t=>(this._heartbeatsCache=t,t)))}async triggerHeartbeat(){const t=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),e=_e();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=_e(),{heartbeatsToSend:e,unsentEntries:i}=function(t,e=1024){const i=[];let o=t.slice();for(const n of t){const t=i.find((t=>t.agent===n.agent));if(t){if(t.dates.push(n.date),je(i)>e){t.dates.pop();break}}else if(i.push({agent:n.agent,dates:[n.date]}),je(i)>e){i.pop();break}o=o.slice(1)}return{heartbeatsToSend:i,unsentEntries:o}}(this._heartbeatsCache.heartbeats),o=Vt(JSON.stringify({version:2,heartbeats:e}));return this._heartbeatsCache.lastSentHeartbeatDate=t,i.length>0?(this._heartbeatsCache.heartbeats=i,await this._storage.overwrite(this._heartbeatsCache)):(this._heartbeatsCache.heartbeats=[],this._storage.overwrite(this._heartbeatsCache)),o}}function _e(){return(new Date).toISOString().substring(0,10)}class Oe{constructor(t){this.app=t,this._canUseIndexedDBPromise=this.runIndexedDBEnvironmentCheck()}async runIndexedDBEnvironmentCheck(){return!!function(){try{return"object"==typeof indexedDB}catch(t){return!1}}()&&new Promise(((t,e)=>{try{let i=!0;const o="validate-browser-context-for-indexeddb-analytics-module",n=self.indexedDB.open(o);n.onsuccess=()=>{n.result.close(),i||self.indexedDB.deleteDatabase(o),t(!0)},n.onupgradeneeded=()=>{i=!1},n.onerror=()=>{var t;e((null===(t=n.error)||void 0===t?void 0:t.message)||"")}}catch(t){e(t)}})).then((()=>!0)).catch((()=>!1))}async read(){if(await this._canUseIndexedDBPromise){const t=await async function(t){try{return(await Be()).transaction(He).objectStore(He).get(De(t))}catch(t){if(t instanceof Rt)ye.warn(t.message);else{const e=Me.create("idb-get",{originalErrorMessage:null==t?void 0:t.message});ye.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 Ve(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 Ve(this.app,{lastSentHeartbeatDate:null!==(e=t.lastSentHeartbeatDate)&&void 0!==e?e:i.lastSentHeartbeatDate,heartbeats:[...i.heartbeats,...t.heartbeats]})}}}function je(t){return Vt(JSON.stringify({version:2,heartbeats:t})).length}
|
|
270
270
|
/**
|
|
271
271
|
* @license
|
|
272
272
|
* Copyright 2019 Google LLC
|
|
@@ -282,7 +282,7 @@ class Li{constructor(t,i,e){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
282
282
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
283
283
|
* See the License for the specific language governing permissions and
|
|
284
284
|
* limitations under the License.
|
|
285
|
-
*/var
|
|
285
|
+
*/var Re;Re="",$e(new qt("platform-logger",(t=>new ge(t)),"PRIVATE")),$e(new qt("heartbeat",(t=>new Te(t)),"PRIVATE")),Ae(we,Ce,Re),Ae(we,Ce,"esm2017"),Ae("fire-js","");
|
|
286
286
|
/**
|
|
287
287
|
* @license
|
|
288
288
|
* Copyright 2020 Google LLC
|
|
@@ -299,7 +299,7 @@ class Li{constructor(t,i,e){this._isDeleted=!1,this._options=Object.assign({},t)
|
|
|
299
299
|
* See the License for the specific language governing permissions and
|
|
300
300
|
* limitations under the License.
|
|
301
301
|
*/
|
|
302
|
-
|
|
302
|
+
Ae("firebase","9.15.0","app");function Ue(t,e){const i={};for(const o in t)t.hasOwnProperty(o)&&(i[o]=e(t[o]));return i}function ze(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=>ze(t)));if("function"==typeof t||"object"==typeof t)return Ue(t,(t=>ze(t)));throw new Error("Data cannot be encoded in JSON: "+t)}function Ze(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=>Ze(t))):"function"==typeof t||"object"==typeof t?Ue(t,(t=>Ze(t))):t}
|
|
303
303
|
/**
|
|
304
304
|
* @license
|
|
305
305
|
* Copyright 2020 Google LLC
|
|
@@ -315,7 +315,7 @@ Ai("firebase","9.15.0","app");function Ni(t,i){const e={};for(const o in t)t.has
|
|
|
315
315
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
316
316
|
* See the License for the specific language governing permissions and
|
|
317
317
|
* limitations under the License.
|
|
318
|
-
*/const
|
|
318
|
+
*/const Ne="functions",Pe={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"};
|
|
319
319
|
/**
|
|
320
320
|
* @license
|
|
321
321
|
* Copyright 2017 Google LLC
|
|
@@ -331,7 +331,7 @@ Ai("firebase","9.15.0","app");function Ni(t,i){const e={};for(const o in t)t.has
|
|
|
331
331
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
332
332
|
* See the License for the specific language governing permissions and
|
|
333
333
|
* limitations under the License.
|
|
334
|
-
*/class
|
|
334
|
+
*/class qe extends Rt{constructor(t,e,i){super(`functions/${t}`,e||""),this.details=i}}
|
|
335
335
|
/**
|
|
336
336
|
* @license
|
|
337
337
|
* Copyright 2017 Google LLC
|
|
@@ -348,7 +348,7 @@ Ai("firebase","9.15.0","app");function Ni(t,i){const e={};for(const o in t)t.has
|
|
|
348
348
|
* See the License for the specific language governing permissions and
|
|
349
349
|
* limitations under the License.
|
|
350
350
|
*/
|
|
351
|
-
class
|
|
351
|
+
class Je{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()}}}
|
|
352
352
|
/**
|
|
353
353
|
* @license
|
|
354
354
|
* Copyright 2017 Google LLC
|
|
@@ -364,7 +364,7 @@ class Ki{constructor(t,i,e){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
364
364
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
365
365
|
* See the License for the specific language governing permissions and
|
|
366
366
|
* limitations under the License.
|
|
367
|
-
*/const
|
|
367
|
+
*/const Ye="us-central1";class Ke{constructor(t,e,i,o,n="us-central1",s){this.app=t,this.fetchImpl=s,this.emulatorOrigin=null,this.contextProvider=new Je(e,i,o),this.cancelAllRequests=new Promise((t=>{this.deleteService=()=>Promise.resolve(t())}));try{const t=new URL(n);this.customDomain=t.origin,this.region=Ye}catch(t){this.customDomain=null,this.region=n}}_delete(){return this.deleteService()}_url(t){const e=this.app.options.projectId;if(null!==this.emulatorOrigin){return`${this.emulatorOrigin}/${e}/${this.region}/${t}`}return null!==this.customDomain?`${this.customDomain}/${t}`:`https://${this.region}-${e}.cloudfunctions.net/${t}`}}function We(t,e,i){return o=>function(t,e,i,o){const n=t._url(e);return async function(t,e,i,o){const n={data:i=ze(i)},s={},r=await t.contextProvider.getContext();r.authToken&&(s.Authorization="Bearer "+r.authToken);r.messagingToken&&(s["Firebase-Instance-ID-Token"]=r.messagingToken);null!==r.appCheckToken&&(s["X-Firebase-AppCheck"]=r.appCheckToken);const a=function(t){let e=null;return{promise:new Promise(((i,o)=>{e=setTimeout((()=>{o(new qe("deadline-exceeded","deadline-exceeded"))}),t)})),cancel:()=>{e&&clearTimeout(e)}}}(o.timeout||7e4),l=await Promise.race([Ge(e,n,s,t.fetchImpl),a.promise,t.cancelAllRequests]);if(a.cancel(),!l)throw new qe("cancelled","Firebase Functions instance was deleted.");const c=function(t,e){let i,o=function(t){if(t>=200&&t<300)return"ok";switch(t){case 0:case 500:return"internal";case 400:return"invalid-argument";case 401:return"unauthenticated";case 403:return"permission-denied";case 404:return"not-found";case 409:return"aborted";case 429:return"resource-exhausted";case 499:return"cancelled";case 501:return"unimplemented";case 503:return"unavailable";case 504:return"deadline-exceeded"}return"unknown"}(t),n=o;try{const t=e&&e.error;if(t){const e=t.status;if("string"==typeof e){if(!Pe[e])return new qe("internal","internal");o=Pe[e],n=e}const s=t.message;"string"==typeof s&&(n=s),i=t.details,void 0!==i&&(i=Ze(i))}}catch(t){}return"ok"===o?null:new qe(o,n,i)}(l.status,l.json);if(c)throw c;if(!l.json)throw new qe("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 qe("internal","Response is missing data field.");return{data:Ze(d)}}(t,n,i,o)}(t,e,o,i||{})}async function Ge(t,e,i,o){let n;i["Content-Type"]="application/json";try{n=await o(t,{method:"POST",body:JSON.stringify(e),headers:i})}catch(t){return{status:0,json:null}}let s=null;try{s=await n.json()}catch(t){}return{status:n.status,json:s}}const Xe="@firebase/functions",Qe="0.9.0";function ti(t,e,i){return We(Pt(t),e,i)}!function(t,e){$e(new qt(Ne,((e,{instanceIdentifier:i})=>{const o=e.getProvider("app").getImmediate(),n=e.getProvider("auth-internal"),s=e.getProvider("messaging-internal"),r=e.getProvider("app-check-internal");return new Ke(o,n,s,r,i,t)}),"PUBLIC").setMultipleInstances(!0)),Ae(Xe,Qe,e),Ae(Xe,Qe,"esm2017")}
|
|
368
368
|
/**
|
|
369
369
|
* @license
|
|
370
370
|
* Copyright 2020 Google LLC
|
|
@@ -380,15 +380,15 @@ class Ki{constructor(t,i,e){this.auth=null,this.messaging=null,this.appCheck=nul
|
|
|
380
380
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
381
381
|
* See the License for the specific language governing permissions and
|
|
382
382
|
* limitations under the License.
|
|
383
|
-
*/(fetch.bind(self));class ie{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 ee extends ie{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 o=0;o<t;o+=1)i[o>>>2]|=e[o]<<24-o%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 o=4294967295;return()=>{e=36969*(65535&e)+(e>>16)&o,i=18e3*(65535&i)+(i>>16)&o;let t=(e<<16)+i&o;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let o,n=0;n<t;n+=4){const t=e(4294967296*(o||Math.random()));o=987654071*t(),i.push(4294967296*t()|0)}return new ee(i,t)}toString(t=oe){return t.stringify(this)}concat(t){const i=this.words,e=t.words,o=this.sigBytes,n=t.sigBytes;if(this.clamp(),o%4)for(let t=0;t<n;t+=1){const n=e[t>>>2]>>>24-t%4*8&255;i[o+t>>>2]|=n<<24-(o+t)%4*8}else for(let t=0;t<n;t+=4)i[o+t>>>2]=e[t>>>2];return this.sigBytes+=n,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 oe={stringify(t){const{words:i,sigBytes:e}=t,o=[];for(let t=0;t<e;t+=1){const e=i[t>>>2]>>>24-t%4*8&255;o.push((e>>>4).toString(16)),o.push((15&e).toString(16))}return o.join("")},parse(t){const i=t.length,e=[];for(let o=0;o<i;o+=2)e[o>>>3]|=parseInt(t.substr(o,2),16)<<24-o%8*4;return new ee(e,i/2)}},ne={stringify(t){const{words:i,sigBytes:e}=t,o=[];for(let t=0;t<e;t+=1){const e=i[t>>>2]>>>24-t%4*8&255;o.push(String.fromCharCode(e))}return o.join("")},parse(t){const i=t.length,e=[];for(let o=0;o<i;o+=1)e[o>>>2]|=(255&t.charCodeAt(o))<<24-o%4*8;return new ee(e,i)}},se={stringify(t){try{return decodeURIComponent(escape(ne.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>ne.parse(unescape(encodeURIComponent(t)))};class re extends ie{constructor(){super(),this._minBufferSize=0}reset(){this._data=new ee,this._nDataBytes=0}_append(t){let i=t;"string"==typeof i&&(i=se.parse(i)),this._data.concat(i),this._nDataBytes+=i.sigBytes}_process(t){let i;const{_data:e,blockSize:o}=this,n=e.words,s=e.sigBytes;let r=s/(4*o);r=t?Math.ceil(r):Math.max((0|r)-this._minBufferSize,0);const l=r*o,a=Math.min(4*l,s);if(l){for(let t=0;t<l;t+=o)this._doProcessBlock(n,t);i=n.splice(0,l),e.sigBytes-=a}return new ee(i,a)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class le extends re{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new ie,t),this.reset()}static _createHelper(t){return(i,e)=>new t(e).finalize(i)}static _createHmacHelper(t){return(i,e)=>new ae(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 ae extends ie{constructor(t,i){super();const e=new t;this._hasher=e;let o=i;"string"==typeof o&&(o=se.parse(o));const n=e.blockSize,s=4*n;o.sigBytes>s&&(o=e.finalize(i)),o.clamp();const r=o.clone();this._oKey=r;const l=o.clone();this._iKey=l;const a=r.words,c=l.words;for(let t=0;t<n;t+=1)a[t]^=1549556828,c[t]^=909522486;r.sigBytes=s,l.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 ce=ee;class de extends ie{constructor(t,i){super(),this.high=t,this.low=i}}class he extends ie{constructor(t=[],i=8*t.length){super(),this.words=t,this.sigBytes=i}toX32(){const t=this.words,i=t.length,e=[];for(let o=0;o<i;o+=1){const i=t[o];e.push(i.high),e.push(i.low)}return ce.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 pe={stringify(t){const{words:i,sigBytes:e}=t,o=this._map;t.clamp();const n=[];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)n.push(o.charAt(s>>>6*(3-i)&63))}const s=o.charAt(64);if(s)for(;n.length%4;)n.push(s);return n.join("")},parse(t){let i=t.length;const e=this._map;let o=this._reverseMap;if(!o){this._reverseMap=[],o=this._reverseMap;for(let t=0;t<e.length;t+=1)o[e.charCodeAt(t)]=t}const n=e.charAt(64);if(n){const e=t.indexOf(n);-1!==e&&(i=e)}return((t,i,e)=>{const o=[];let n=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;o[n>>>2]|=i<<24-n%4*8,n+=1}return ee.create(o,n)})(t,i,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},ue=[];for(let t=0;t<64;t+=1)ue[t]=4294967296*Math.abs(Math.sin(t+1))|0;const ve=(t,i,e,o,n,s,r)=>{const l=t+(i&e|~i&o)+n+r;return(l<<s|l>>>32-s)+i},fe=(t,i,e,o,n,s,r)=>{const l=t+(i&o|e&~o)+n+r;return(l<<s|l>>>32-s)+i},we=(t,i,e,o,n,s,r)=>{const l=t+(i^e^o)+n+r;return(l<<s|l>>>32-s)+i},ge=(t,i,e,o,n,s,r)=>{const l=t+(e^(i|~o))+n+r;return(l<<s|l>>>32-s)+i};class me extends le{_doReset(){this._hash=new ee([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,i){const e=t;for(let o=0;o<16;o+=1){const n=i+o,s=t[n];e[n]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}const o=this._hash.words,n=e[i+0],s=e[i+1],r=e[i+2],l=e[i+3],a=e[i+4],c=e[i+5],d=e[i+6],h=e[i+7],p=e[i+8],u=e[i+9],v=e[i+10],f=e[i+11],w=e[i+12],g=e[i+13],m=e[i+14],C=e[i+15];let y=o[0],b=o[1],x=o[2],E=o[3];y=ve(y,b,x,E,n,7,ue[0]),E=ve(E,y,b,x,s,12,ue[1]),x=ve(x,E,y,b,r,17,ue[2]),b=ve(b,x,E,y,l,22,ue[3]),y=ve(y,b,x,E,a,7,ue[4]),E=ve(E,y,b,x,c,12,ue[5]),x=ve(x,E,y,b,d,17,ue[6]),b=ve(b,x,E,y,h,22,ue[7]),y=ve(y,b,x,E,p,7,ue[8]),E=ve(E,y,b,x,u,12,ue[9]),x=ve(x,E,y,b,v,17,ue[10]),b=ve(b,x,E,y,f,22,ue[11]),y=ve(y,b,x,E,w,7,ue[12]),E=ve(E,y,b,x,g,12,ue[13]),x=ve(x,E,y,b,m,17,ue[14]),b=ve(b,x,E,y,C,22,ue[15]),y=fe(y,b,x,E,s,5,ue[16]),E=fe(E,y,b,x,d,9,ue[17]),x=fe(x,E,y,b,f,14,ue[18]),b=fe(b,x,E,y,n,20,ue[19]),y=fe(y,b,x,E,c,5,ue[20]),E=fe(E,y,b,x,v,9,ue[21]),x=fe(x,E,y,b,C,14,ue[22]),b=fe(b,x,E,y,a,20,ue[23]),y=fe(y,b,x,E,u,5,ue[24]),E=fe(E,y,b,x,m,9,ue[25]),x=fe(x,E,y,b,l,14,ue[26]),b=fe(b,x,E,y,p,20,ue[27]),y=fe(y,b,x,E,g,5,ue[28]),E=fe(E,y,b,x,r,9,ue[29]),x=fe(x,E,y,b,h,14,ue[30]),b=fe(b,x,E,y,w,20,ue[31]),y=we(y,b,x,E,c,4,ue[32]),E=we(E,y,b,x,p,11,ue[33]),x=we(x,E,y,b,f,16,ue[34]),b=we(b,x,E,y,m,23,ue[35]),y=we(y,b,x,E,s,4,ue[36]),E=we(E,y,b,x,a,11,ue[37]),x=we(x,E,y,b,h,16,ue[38]),b=we(b,x,E,y,v,23,ue[39]),y=we(y,b,x,E,g,4,ue[40]),E=we(E,y,b,x,n,11,ue[41]),x=we(x,E,y,b,l,16,ue[42]),b=we(b,x,E,y,d,23,ue[43]),y=we(y,b,x,E,u,4,ue[44]),E=we(E,y,b,x,w,11,ue[45]),x=we(x,E,y,b,C,16,ue[46]),b=we(b,x,E,y,r,23,ue[47]),y=ge(y,b,x,E,n,6,ue[48]),E=ge(E,y,b,x,h,10,ue[49]),x=ge(x,E,y,b,m,15,ue[50]),b=ge(b,x,E,y,c,21,ue[51]),y=ge(y,b,x,E,w,6,ue[52]),E=ge(E,y,b,x,l,10,ue[53]),x=ge(x,E,y,b,v,15,ue[54]),b=ge(b,x,E,y,s,21,ue[55]),y=ge(y,b,x,E,p,6,ue[56]),E=ge(E,y,b,x,C,10,ue[57]),x=ge(x,E,y,b,d,15,ue[58]),b=ge(b,x,E,y,g,21,ue[59]),y=ge(y,b,x,E,a,6,ue[60]),E=ge(E,y,b,x,f,10,ue[61]),x=ge(x,E,y,b,r,15,ue[62]),b=ge(b,x,E,y,u,21,ue[63]),o[0]=o[0]+y|0,o[1]=o[1]+b|0,o[2]=o[2]+x|0,o[3]=o[3]+E|0}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,o=8*t.sigBytes;i[o>>>5]|=128<<24-o%32;const n=Math.floor(e/4294967296),s=e;i[15+(o+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),i[14+(o+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,l=r.words;for(let t=0;t<4;t+=1){const i=l[t];l[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 Ce=le._createHelper(me),ye=le._createHmacHelper(me);class be extends ie{constructor(t){super(),this.cfg=Object.assign(new ie,{keySize:4,hasher:me,iterations:1},t)}compute(t,i){let e;const{cfg:o}=this,n=o.hasher.create(),s=ee.create(),r=s.words,{keySize:l,iterations:a}=o;for(;r.length<l;){e&&n.update(e),e=n.update(t).finalize(i),n.reset();for(let t=1;t<a;t+=1)e=n.finalize(e),n.reset();s.concat(e)}return s.sigBytes=4*l,s}}class xe extends re{constructor(t,i,e){super(),this.cfg=Object.assign(new ie,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?De:He;return{encrypt:(e,o,n)=>i(o).encrypt(t,e,o,n),decrypt:(e,o,n)=>i(o).decrypt(t,e,o,n)}}reset(){super.reset.call(this),this._doReset()}process(t){return this._append(t),this._process()}finalize(t){t&&this._append(t);return this._doFinalize()}}xe._ENC_XFORM_MODE=1,xe._DEC_XFORM_MODE=2,xe.keySize=4,xe.ivSize=4;class Ee extends xe{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class ke extends ie{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 Se(t,i,e){const o=t;let n;const s=this._iv;s?(n=s,this._iv=void 0):n=this._prevBlock;for(let t=0;t<e;t+=1)o[i+t]^=n[t]}class $e extends ke{}$e.Encryptor=class extends $e{processBlock(t,i){const e=this._cipher,{blockSize:o}=e;Se.call(this,t,i,o),e.encryptBlock(t,i),this._prevBlock=t.slice(i,i+o)}},$e.Decryptor=class extends $e{processBlock(t,i){const e=this._cipher,{blockSize:o}=e,n=t.slice(i,i+o);e.decryptBlock(t,i),Se.call(this,t,i,o),this._prevBlock=n}};const Fe={pad(t,i){const e=4*i,o=e-t.sigBytes%e,n=o<<24|o<<16|o<<8|o,s=[];for(let t=0;t<o;t+=4)s.push(n);const r=ee.create(s,o);t.concat(r)},unpad(t){const i=t,e=255&i.words[i.sigBytes-1>>>2];i.sigBytes-=e}};class Le extends xe{constructor(t,i,e){super(t,i,Object.assign({mode:$e,padding:Fe},e)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:i}=this,{iv:e,mode:o}=i;this._xformMode===this.constructor._ENC_XFORM_MODE?t=o.createEncryptor:(t=o.createDecryptor,this._minBufferSize=1),this._mode=t.call(o,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 Me extends ie{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const Ae={stringify(t){let i;const{ciphertext:e,salt:o}=t;return i=o?ee.create([1398893684,1701076831]).concat(o).concat(e):e,i.toString(pe)},parse(t){let i;const e=pe.parse(t),o=e.words;return 1398893684===o[0]&&1701076831===o[1]&&(i=ee.create(o.slice(2,4)),o.splice(0,4),e.sigBytes-=16),Me.create({ciphertext:e,salt:i})}};class He extends ie{static encrypt(t,i,e,o){const n=Object.assign(new ie,this.cfg,o),s=t.createEncryptor(e,n),r=s.finalize(i),l=s.cfg;return Me.create({ciphertext:r,key:e,iv:l.iv,algorithm:t,mode:l.mode,padding:l.padding,blockSize:s.blockSize,formatter:n.format})}static decrypt(t,i,e,o){let n=i;const s=Object.assign(new ie,this.cfg,o);n=this._parse(n,s.format);return t.createDecryptor(e,s).finalize(n.ciphertext)}static _parse(t,i){return"string"==typeof t?i.parse(t,this):t}}He.cfg=Object.assign(new ie,{format:Ae});const Be={execute(t,i,e,o){let n=o;n||(n=ee.random(8));const s=be.create({keySize:i+e}).compute(t,n),r=ee.create(s.words.slice(i),4*e);return s.sigBytes=4*i,Me.create({key:s,iv:r,salt:n})}};class De extends He{static encrypt(t,i,e,o){const n=Object.assign(new ie,this.cfg,o),s=n.kdf.execute(e,t.keySize,t.ivSize);n.iv=s.iv;const r=He.encrypt.call(this,t,i,s.key,n);return r.mixIn(s),r}static decrypt(t,i,e,o){let n=i;const s=Object.assign(new ie,this.cfg,o);n=this._parse(n,s.format);const r=s.kdf.execute(e,t.keySize,t.ivSize,n.salt);s.iv=r.iv;return He.decrypt.call(this,t,n,r.key,s)}}De.cfg=Object.assign(He.cfg,{kdf:Be});const _e=t=>t<<8&4278255360|t>>>8&16711935,Ie={stringify(t){const{words:i,sigBytes:e}=t,o=[];for(let t=0;t<e;t+=2){const e=i[t>>>2]>>>16-t%4*8&65535;o.push(String.fromCharCode(e))}return o.join("")},parse(t){const i=t.length,e=[];for(let o=0;o<i;o+=1)e[o>>>1]|=t.charCodeAt(o)<<16-o%2*16;return ee.create(e,2*i)}},Ve=Ie,Te={stringify(t){const{words:i,sigBytes:e}=t,o=[];for(let t=0;t<e;t+=2){const e=_e(i[t>>>2]>>>16-t%4*8&65535);o.push(String.fromCharCode(e))}return o.join("")},parse(t){const i=t.length,e=[];for(let o=0;o<i;o+=1)e[o>>>1]|=_e(t.charCodeAt(o)<<16-o%2*16);return ee.create(e,2*i)}},Ze=[];class Ue extends le{_doReset(){this._hash=new ee([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,i){const e=this._hash.words;let o=e[0],n=e[1],s=e[2],r=e[3],l=e[4];for(let e=0;e<80;e+=1){if(e<16)Ze[e]=0|t[i+e];else{const t=Ze[e-3]^Ze[e-8]^Ze[e-14]^Ze[e-16];Ze[e]=t<<1|t>>>31}let a=(o<<5|o>>>27)+l+Ze[e];a+=e<20?1518500249+(n&s|~n&r):e<40?1859775393+(n^s^r):e<60?(n&s|n&r|s&r)-1894007588:(n^s^r)-899497514,l=r,r=s,s=n<<30|n>>>2,n=o,o=a}e[0]=e[0]+o|0,e[1]=e[1]+n|0,e[2]=e[2]+s|0,e[3]=e[3]+r|0,e[4]=e[4]+l|0}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,o=8*t.sigBytes;return i[o>>>5]|=128<<24-o%32,i[14+(o+64>>>9<<4)]=Math.floor(e/4294967296),i[15+(o+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 Oe=le._createHelper(Ue),Ne=le._createHmacHelper(Ue),je=[],Re=[],Pe=t=>{const i=Math.sqrt(t);for(let e=2;e<=i;e+=1)if(!(t%e))return!1;return!0},ze=t=>4294967296*(t-(0|t))|0;let qe=2,Ke=0;for(;Ke<64;)Pe(qe)&&(Ke<8&&(je[Ke]=ze(qe**.5)),Re[Ke]=ze(qe**(1/3)),Ke+=1),qe+=1;const Je=[];class We extends le{_doReset(){this._hash=new ee(je.slice(0))}_doProcessBlock(t,i){const e=this._hash.words;let o=e[0],n=e[1],s=e[2],r=e[3],l=e[4],a=e[5],c=e[6],d=e[7];for(let e=0;e<64;e+=1){if(e<16)Je[e]=0|t[i+e];else{const t=Je[e-15],i=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,o=Je[e-2],n=(o<<15|o>>>17)^(o<<13|o>>>19)^o>>>10;Je[e]=i+Je[e-7]+n+Je[e-16]}const h=o&n^o&s^n&s,p=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),u=d+((l<<26|l>>>6)^(l<<21|l>>>11)^(l<<7|l>>>25))+(l&a^~l&c)+Re[e]+Je[e];d=c,c=a,a=l,l=r+u|0,r=s,s=n,n=o,o=u+(p+h)|0}e[0]=e[0]+o|0,e[1]=e[1]+n|0,e[2]=e[2]+s|0,e[3]=e[3]+r|0,e[4]=e[4]+l|0,e[5]=e[5]+a|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,o=8*t.sigBytes;return i[o>>>5]|=128<<24-o%32,i[14+(o+64>>>9<<4)]=Math.floor(e/4294967296),i[15+(o+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 Ge=le._createHelper(We),Xe=le._createHmacHelper(We);class Ye extends We{_doReset(){this._hash=new ee([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const Qe=We._createHelper(Ye),to=We._createHmacHelper(Ye),io=[new de(1116352408,3609767458),new de(1899447441,602891725),new de(3049323471,3964484399),new de(3921009573,2173295548),new de(961987163,4081628472),new de(1508970993,3053834265),new de(2453635748,2937671579),new de(2870763221,3664609560),new de(3624381080,2734883394),new de(310598401,1164996542),new de(607225278,1323610764),new de(1426881987,3590304994),new de(1925078388,4068182383),new de(2162078206,991336113),new de(2614888103,633803317),new de(3248222580,3479774868),new de(3835390401,2666613458),new de(4022224774,944711139),new de(264347078,2341262773),new de(604807628,2007800933),new de(770255983,1495990901),new de(1249150122,1856431235),new de(1555081692,3175218132),new de(1996064986,2198950837),new de(2554220882,3999719339),new de(2821834349,766784016),new de(2952996808,2566594879),new de(3210313671,3203337956),new de(3336571891,1034457026),new de(3584528711,2466948901),new de(113926993,3758326383),new de(338241895,168717936),new de(666307205,1188179964),new de(773529912,1546045734),new de(1294757372,1522805485),new de(1396182291,2643833823),new de(1695183700,2343527390),new de(1986661051,1014477480),new de(2177026350,1206759142),new de(2456956037,344077627),new de(2730485921,1290863460),new de(2820302411,3158454273),new de(3259730800,3505952657),new de(3345764771,106217008),new de(3516065817,3606008344),new de(3600352804,1432725776),new de(4094571909,1467031594),new de(275423344,851169720),new de(430227734,3100823752),new de(506948616,1363258195),new de(659060556,3750685593),new de(883997877,3785050280),new de(958139571,3318307427),new de(1322822218,3812723403),new de(1537002063,2003034995),new de(1747873779,3602036899),new de(1955562222,1575990012),new de(2024104815,1125592928),new de(2227730452,2716904306),new de(2361852424,442776044),new de(2428436474,593698344),new de(2756734187,3733110249),new de(3204031479,2999351573),new de(3329325298,3815920427),new de(3391569614,3928383900),new de(3515267271,566280711),new de(3940187606,3454069534),new de(4118630271,4000239992),new de(116418474,1914138554),new de(174292421,2731055270),new de(289380356,3203993006),new de(460393269,320620315),new de(685471733,587496836),new de(852142971,1086792851),new de(1017036298,365543100),new de(1126000580,2618297676),new de(1288033470,3409855158),new de(1501505948,4234509866),new de(1607167915,987167468),new de(1816402316,1246189591)],eo=[];for(let t=0;t<80;t+=1)eo[t]=new de;class oo extends le{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new he([new de(1779033703,4089235720),new de(3144134277,2227873595),new de(1013904242,4271175723),new de(2773480762,1595750129),new de(1359893119,2917565137),new de(2600822924,725511199),new de(528734635,4215389547),new de(1541459225,327033209)])}_doProcessBlock(t,i){const e=this._hash.words,o=e[0],n=e[1],s=e[2],r=e[3],l=e[4],a=e[5],c=e[6],d=e[7],h=o.high;let p=o.low;const u=n.high;let v=n.low;const f=s.high;let w=s.low;const g=r.high;let m=r.low;const C=l.high;let y=l.low;const b=a.high;let x=a.low;const E=c.high;let k=c.low;const S=d.high;let $=d.low,F=h,L=p,M=u,A=v,H=f,B=w,D=g,_=m,I=C,V=y,T=b,Z=x,U=E,O=k,N=S,j=$;for(let e=0;e<80;e+=1){let o,n;const s=eo[e];if(e<16)s.high=0|t[i+2*e],n=s.high,s.low=0|t[i+2*e+1],o=s.low;else{const t=eo[e-15],i=t.high,r=t.low,l=(i>>>1|r<<31)^(i>>>8|r<<24)^i>>>7,a=(r>>>1|i<<31)^(r>>>8|i<<24)^(r>>>7|i<<25),c=eo[e-2],d=c.high,h=c.low,p=(d>>>19|h<<13)^(d<<3|h>>>29)^d>>>6,u=(h>>>19|d<<13)^(h<<3|d>>>29)^(h>>>6|d<<26),v=eo[e-7],f=v.high,w=v.low,g=eo[e-16],m=g.high,C=g.low;o=a+w,n=l+f+(o>>>0<a>>>0?1:0),o+=u,n=n+p+(o>>>0<u>>>0?1:0),o+=C,n=n+m+(o>>>0<C>>>0?1:0),s.high=n,s.low=o}const r=I&T^~I&U,l=V&Z^~V&O,a=F&M^F&H^M&H,c=L&A^L&B^A&B,d=(F>>>28|L<<4)^(F<<30|L>>>2)^(F<<25|L>>>7),h=(L>>>28|F<<4)^(L<<30|F>>>2)^(L<<25|F>>>7),p=(I>>>14|V<<18)^(I>>>18|V<<14)^(I<<23|V>>>9),u=(V>>>14|I<<18)^(V>>>18|I<<14)^(V<<23|I>>>9),v=io[e],f=v.high,w=v.low;let g=j+u,m=N+p+(g>>>0<j>>>0?1:0);g+=l,m=m+r+(g>>>0<l>>>0?1:0),g+=w,m=m+f+(g>>>0<w>>>0?1:0),g+=o,m=m+n+(g>>>0<o>>>0?1:0);const C=h+c;N=U,j=O,U=T,O=Z,T=I,Z=V,V=_+g|0,I=D+m+(V>>>0<_>>>0?1:0)|0,D=H,_=B,H=M,B=A,M=F,A=L,L=g+C|0,F=m+(d+a+(C>>>0<h>>>0?1:0))+(L>>>0<g>>>0?1:0)|0}o.low=p+L,p=o.low,o.high=h+F+(p>>>0<L>>>0?1:0),n.low=v+A,v=n.low,n.high=u+M+(v>>>0<A>>>0?1:0),s.low=w+B,w=s.low,s.high=f+H+(w>>>0<B>>>0?1:0),r.low=m+_,m=r.low,r.high=g+D+(m>>>0<_>>>0?1:0),l.low=y+V,y=l.low,l.high=C+I+(y>>>0<V>>>0?1:0),a.low=x+Z,x=a.low,a.high=b+T+(x>>>0<Z>>>0?1:0),c.low=k+O,k=c.low,c.high=E+U+(k>>>0<O>>>0?1:0),d.low=$+j,$=d.low,d.high=S+N+($>>>0<j>>>0?1:0)}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,o=8*t.sigBytes;i[o>>>5]|=128<<24-o%32,i[30+(o+128>>>10<<5)]=Math.floor(e/4294967296),i[31+(o+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=le._createHelper(oo),so=le._createHmacHelper(oo);class ro extends oo{_doReset(){this._hash=new he([new de(3418070365,3238371032),new de(1654270250,914150663),new de(2438529370,812702999),new de(355462360,4144912697),new de(1731405415,4290775857),new de(2394180231,1750603025),new de(3675008525,1694076839),new de(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const lo=oo._createHelper(ro),ao=oo._createHmacHelper(ro),co=[],ho=[],po=[];let uo=1,vo=0;for(let t=0;t<24;t+=1){co[uo+5*vo]=(t+1)*(t+2)/2%64;const i=(2*uo+3*vo)%5;uo=vo%5,vo=i}for(let t=0;t<5;t+=1)for(let i=0;i<5;i+=1)ho[t+5*i]=i+(2*t+3*i)%5*5;let fo=1;for(let t=0;t<24;t+=1){let i=0,e=0;for(let t=0;t<7;t+=1){if(1&fo){const o=(1<<t)-1;o<32?e^=1<<o:i^=1<<o-32}128&fo?fo=fo<<1^113:fo<<=1}po[t]=de.create(i,e)}const wo=[];for(let t=0;t<25;t+=1)wo[t]=de.create();class go extends le{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 de;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,i){const e=this._state,o=this.blockSize/2;for(let n=0;n<o;n+=1){let o=t[i+2*n],s=t[i+2*n+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);const r=e[n];r.high^=s,r.low^=o}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let i=0,o=0;for(let n=0;n<5;n+=1){const s=e[t+5*n];i^=s.high,o^=s.low}const n=wo[t];n.high=i,n.low=o}for(let t=0;t<5;t+=1){const i=wo[(t+4)%5],o=wo[(t+1)%5],n=o.high,s=o.low,r=i.high^(n<<1|s>>>31),l=i.low^(s<<1|n>>>31);for(let i=0;i<5;i+=1){const o=e[t+5*i];o.high^=r,o.low^=l}}for(let t=1;t<25;t+=1){let i,o;const n=e[t],s=n.high,r=n.low,l=co[t];l<32?(i=s<<l|r>>>32-l,o=r<<l|s>>>32-l):(i=r<<l-32|s>>>64-l,o=s<<l-32|r>>>64-l);const a=wo[ho[t]];a.high=i,a.low=o}const i=wo[0],o=e[0];i.high=o.high,i.low=o.low;for(let t=0;t<5;t+=1)for(let i=0;i<5;i+=1){const o=t+5*i,n=e[o],s=wo[o],r=wo[(t+1)%5+5*i],l=wo[(t+2)%5+5*i];n.high=s.high^~r.high&l.high,n.low=s.low^~r.low&l.low}const n=e[0],s=po[t];n.high^=s.high,n.low^=s.low}}_doFinalize(){const t=this._data,i=t.words,e=8*t.sigBytes,o=32*this.blockSize;i[e>>>5]|=1<<24-e%32,i[(Math.ceil((e+1)/o)*o>>>5)-1]|=128,t.sigBytes=4*i.length,this._process();const n=this._state,s=this.cfg.outputLength/8,r=s/8,l=[];for(let t=0;t<r;t+=1){const i=n[t];let e=i.high,o=i.low;e=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),l.push(o),l.push(e)}return new ee(l,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 mo=le._createHelper(go),Co=le._createHmacHelper(go),yo=ee.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]),bo=ee.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]),xo=ee.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]),Eo=ee.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]),ko=ee.create([0,1518500249,1859775393,2400959708,2840853838]),So=ee.create([1352829926,1548603684,1836072691,2053994217,0]),$o=(t,i,e)=>t^i^e,Fo=(t,i,e)=>t&i|~t&e,Lo=(t,i,e)=>(t|~i)^e,Mo=(t,i,e)=>t&e|i&~e,Ao=(t,i,e)=>t^(i|~e),Ho=(t,i)=>t<<i|t>>>32-i;class Bo extends le{_doReset(){this._hash=ee.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,i){const e=t;for(let t=0;t<16;t+=1){const o=i+t,n=e[o];e[o]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}const o=this._hash.words,n=ko.words,s=So.words,r=yo.words,l=bo.words,a=xo.words,c=Eo.words;let d,h=o[0],p=o[1],u=o[2],v=o[3],f=o[4],w=o[0],g=o[1],m=o[2],C=o[3],y=o[4];for(let t=0;t<80;t+=1)d=h+e[i+r[t]]|0,d+=t<16?$o(p,u,v)+n[0]:t<32?Fo(p,u,v)+n[1]:t<48?Lo(p,u,v)+n[2]:t<64?Mo(p,u,v)+n[3]:Ao(p,u,v)+n[4],d|=0,d=Ho(d,a[t]),d=d+f|0,h=f,f=v,v=Ho(u,10),u=p,p=d,d=w+e[i+l[t]]|0,d+=t<16?Ao(g,m,C)+s[0]:t<32?Mo(g,m,C)+s[1]:t<48?Lo(g,m,C)+s[2]:t<64?Fo(g,m,C)+s[3]:$o(g,m,C)+s[4],d|=0,d=Ho(d,c[t]),d=d+y|0,w=y,y=C,C=Ho(m,10),m=g,g=d;d=o[1]+u+C|0,o[1]=o[2]+v+y|0,o[2]=o[3]+f+w|0,o[3]=o[4]+h+g|0,o[4]=o[0]+p+m|0,o[0]=d}_doFinalize(){const t=this._data,i=t.words,e=8*this._nDataBytes,o=8*t.sigBytes;i[o>>>5]|=128<<24-o%32,i[14+(o+64>>>9<<4)]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),t.sigBytes=4*(i.length+1),this._process();const n=this._hash,s=n.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 n}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Do=le._createHelper(Bo),_o=le._createHmacHelper(Bo);class Io extends ie{constructor(t){super(),this.cfg=Object.assign(new ie,{keySize:4,hasher:Ue,iterations:1},t)}compute(t,i){const{cfg:e}=this,o=ae.create(e.hasher,t),n=ee.create(),s=ee.create([1]),r=n.words,l=s.words,{keySize:a,iterations:c}=e;for(;r.length<a;){const t=o.update(i).finalize(s);o.reset();const e=t.words,r=e.length;let a=t;for(let t=1;t<c;t+=1){a=o.finalize(a),o.reset();const t=a.words;for(let i=0;i<r;i+=1)e[i]^=t[i]}n.concat(t),l[0]+=1}return n.sigBytes=4*a,n}}const Vo=[],To=[],Zo=[],Uo=[],Oo=[],No=[],jo=[],Ro=[],Po=[],zo=[],qo=[];for(let t=0;t<256;t+=1)qo[t]=t<128?t<<1:t<<1^283;let Ko=0,Jo=0;for(let t=0;t<256;t+=1){let t=Jo^Jo<<1^Jo<<2^Jo<<3^Jo<<4;t=t>>>8^255&t^99,Vo[Ko]=t,To[t]=Ko;const i=qo[Ko],e=qo[i],o=qo[e];let n=257*qo[t]^16843008*t;Zo[Ko]=n<<24|n>>>8,Uo[Ko]=n<<16|n>>>16,Oo[Ko]=n<<8|n>>>24,No[Ko]=n,n=16843009*o^65537*e^257*i^16843008*Ko,jo[t]=n<<24|n>>>8,Ro[t]=n<<16|n>>>16,Po[t]=n<<8|n>>>24,zo[t]=n,Ko?(Ko=i^qo[qo[qo[o^i]]],Jo^=qo[qo[Jo]]):(Jo=1,Ko=Jo)}const Wo=[0,1,2,4,8,16,32,64,128,27,54];class Go extends Le{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const i=this._keyPriorReset,e=i.words,o=i.sigBytes/4;this._nRounds=o+6;const n=4*(this._nRounds+1);this._keySchedule=[];const s=this._keySchedule;for(let i=0;i<n;i+=1)i<o?s[i]=e[i]:(t=s[i-1],i%o?o>6&&i%o==4&&(t=Vo[t>>>24]<<24|Vo[t>>>16&255]<<16|Vo[t>>>8&255]<<8|Vo[255&t]):(t=t<<8|t>>>24,t=Vo[t>>>24]<<24|Vo[t>>>16&255]<<16|Vo[t>>>8&255]<<8|Vo[255&t],t^=Wo[i/o|0]<<24),s[i]=s[i-o]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let i=0;i<n;i+=1){const e=n-i;t=i%4?s[e]:s[e-4],r[i]=i<4||e<=4?t:jo[Vo[t>>>24]]^Ro[Vo[t>>>16&255]]^Po[Vo[t>>>8&255]]^zo[Vo[255&t]]}}encryptBlock(t,i){this._doCryptBlock(t,i,this._keySchedule,Zo,Uo,Oo,No,Vo)}decryptBlock(t,i){const e=t;let o=e[i+1];e[i+1]=e[i+3],e[i+3]=o,this._doCryptBlock(e,i,this._invKeySchedule,jo,Ro,Po,zo,To),o=e[i+1],e[i+1]=e[i+3],e[i+3]=o}_doCryptBlock(t,i,e,o,n,s,r,l){const a=t,c=this._nRounds;let d=a[i]^e[0],h=a[i+1]^e[1],p=a[i+2]^e[2],u=a[i+3]^e[3],v=4;for(let t=1;t<c;t+=1){const t=o[d>>>24]^n[h>>>16&255]^s[p>>>8&255]^r[255&u]^e[v];v+=1;const i=o[h>>>24]^n[p>>>16&255]^s[u>>>8&255]^r[255&d]^e[v];v+=1;const l=o[p>>>24]^n[u>>>16&255]^s[d>>>8&255]^r[255&h]^e[v];v+=1;const a=o[u>>>24]^n[d>>>16&255]^s[h>>>8&255]^r[255&p]^e[v];v+=1,d=t,h=i,p=l,u=a}const f=(l[d>>>24]<<24|l[h>>>16&255]<<16|l[p>>>8&255]<<8|l[255&u])^e[v];v+=1;const w=(l[h>>>24]<<24|l[p>>>16&255]<<16|l[u>>>8&255]<<8|l[255&d])^e[v];v+=1;const g=(l[p>>>24]<<24|l[u>>>16&255]<<16|l[d>>>8&255]<<8|l[255&h])^e[v];v+=1;const m=(l[u>>>24]<<24|l[d>>>16&255]<<16|l[h>>>8&255]<<8|l[255&p])^e[v];v+=1,a[i]=f,a[i+1]=w,a[i+2]=g,a[i+3]=m}}Go.keySize=8;const Xo=Le._createHelper(Go),Yo=[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],Qo=[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],tn=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],en=[{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}],on=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function nn(t,i){const e=(this._lBlock>>>t^this._rBlock)&i;this._rBlock^=e,this._lBlock^=e<<t}function sn(t,i){const e=(this._rBlock>>>t^this._lBlock)&i;this._lBlock^=e,this._rBlock^=e<<t}class rn extends Le{_doReset(){const t=this._key.words,i=[];for(let e=0;e<56;e+=1){const o=Yo[e]-1;i[e]=t[o>>>5]>>>31-o%32&1}this._subKeys=[];const e=this._subKeys;for(let t=0;t<16;t+=1){e[t]=[];const o=e[t],n=tn[t];for(let t=0;t<24;t+=1)o[t/6|0]|=i[(Qo[t]-1+n)%28]<<31-t%6,o[4+(t/6|0)]|=i[28+(Qo[t+24]-1+n)%28]<<31-t%6;o[0]=o[0]<<1|o[0]>>>31;for(let t=1;t<7;t+=1)o[t]>>>=4*(t-1)+3;o[7]=o[7]<<5|o[7]>>>27}this._invSubKeys=[];const o=this._invSubKeys;for(let t=0;t<16;t+=1)o[t]=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 o=t;this._lBlock=t[i],this._rBlock=t[i+1],nn.call(this,4,252645135),nn.call(this,16,65535),sn.call(this,2,858993459),sn.call(this,8,16711935),nn.call(this,1,1431655765);for(let t=0;t<16;t+=1){const i=e[t],o=this._lBlock,n=this._rBlock;let s=0;for(let t=0;t<8;t+=1)s|=en[t][((n^i[t])&on[t])>>>0];this._lBlock=n,this._rBlock=o^s}const n=this._lBlock;this._lBlock=this._rBlock,this._rBlock=n,nn.call(this,1,1431655765),sn.call(this,8,16711935),sn.call(this,2,858993459),nn.call(this,16,65535),nn.call(this,4,252645135),o[i]=this._lBlock,o[i+1]=this._rBlock}}rn.keySize=2,rn.ivSize=2,rn.blockSize=2;const ln=Le._createHelper(rn);class an extends Le{_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),o=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=rn.createEncryptor(ee.create(i)),this._des2=rn.createEncryptor(ee.create(e)),this._des3=rn.createEncryptor(ee.create(o))}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)}}an.keySize=6,an.ivSize=2,an.blockSize=2;const cn=Le._createHelper(an),dn=[],hn=[],pn=[];function un(){const t=this._X,i=this._C;for(let t=0;t<8;t+=1)hn[t]=i[t];i[0]=i[0]+1295307597+this._b|0,i[1]=i[1]+3545052371+(i[0]>>>0<hn[0]>>>0?1:0)|0,i[2]=i[2]+886263092+(i[1]>>>0<hn[1]>>>0?1:0)|0,i[3]=i[3]+1295307597+(i[2]>>>0<hn[2]>>>0?1:0)|0,i[4]=i[4]+3545052371+(i[3]>>>0<hn[3]>>>0?1:0)|0,i[5]=i[5]+886263092+(i[4]>>>0<hn[4]>>>0?1:0)|0,i[6]=i[6]+1295307597+(i[5]>>>0<hn[5]>>>0?1:0)|0,i[7]=i[7]+3545052371+(i[6]>>>0<hn[6]>>>0?1:0)|0,this._b=i[7]>>>0<hn[7]>>>0?1:0;for(let e=0;e<8;e+=1){const o=t[e]+i[e],n=65535&o,s=o>>>16,r=((n*n>>>17)+n*s>>>15)+s*s,l=((4294901760&o)*o|0)+((65535&o)*o|0);pn[e]=r^l}t[0]=pn[0]+(pn[7]<<16|pn[7]>>>16)+(pn[6]<<16|pn[6]>>>16)|0,t[1]=pn[1]+(pn[0]<<8|pn[0]>>>24)+pn[7]|0,t[2]=pn[2]+(pn[1]<<16|pn[1]>>>16)+(pn[0]<<16|pn[0]>>>16)|0,t[3]=pn[3]+(pn[2]<<8|pn[2]>>>24)+pn[1]|0,t[4]=pn[4]+(pn[3]<<16|pn[3]>>>16)+(pn[2]<<16|pn[2]>>>16)|0,t[5]=pn[5]+(pn[4]<<8|pn[4]>>>24)+pn[3]|0,t[6]=pn[6]+(pn[5]<<16|pn[5]>>>16)+(pn[4]<<16|pn[4]>>>16)|0,t[7]=pn[7]+(pn[6]<<8|pn[6]>>>24)+pn[5]|0}class vn extends Ee{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 o=this._C;this._b=0;for(let t=0;t<4;t+=1)un.call(this);for(let t=0;t<8;t+=1)o[t]^=e[t+4&7];if(i){const t=i.words,e=t[0],n=t[1],s=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),l=s>>>16|4294901760&r,a=r<<16|65535&s;o[0]^=s,o[1]^=l,o[2]^=r,o[3]^=a,o[4]^=s,o[5]^=l,o[6]^=r,o[7]^=a;for(let t=0;t<4;t+=1)un.call(this)}}_doProcessBlock(t,i){const e=t,o=this._X;un.call(this),dn[0]=o[0]^o[5]>>>16^o[3]<<16,dn[1]=o[2]^o[7]>>>16^o[5]<<16,dn[2]=o[4]^o[1]>>>16^o[7]<<16,dn[3]=o[6]^o[3]>>>16^o[1]<<16;for(let t=0;t<4;t+=1)dn[t]=16711935&(dn[t]<<8|dn[t]>>>24)|4278255360&(dn[t]<<24|dn[t]>>>8),e[i+t]^=dn[t]}}const fn=Ee._createHelper(vn),wn=[],gn=[],mn=[];function Cn(){const t=this._X,i=this._C;for(let t=0;t<8;t+=1)gn[t]=i[t];i[0]=i[0]+1295307597+this._b|0,i[1]=i[1]+3545052371+(i[0]>>>0<gn[0]>>>0?1:0)|0,i[2]=i[2]+886263092+(i[1]>>>0<gn[1]>>>0?1:0)|0,i[3]=i[3]+1295307597+(i[2]>>>0<gn[2]>>>0?1:0)|0,i[4]=i[4]+3545052371+(i[3]>>>0<gn[3]>>>0?1:0)|0,i[5]=i[5]+886263092+(i[4]>>>0<gn[4]>>>0?1:0)|0,i[6]=i[6]+1295307597+(i[5]>>>0<gn[5]>>>0?1:0)|0,i[7]=i[7]+3545052371+(i[6]>>>0<gn[6]>>>0?1:0)|0,this._b=i[7]>>>0<gn[7]>>>0?1:0;for(let e=0;e<8;e+=1){const o=t[e]+i[e],n=65535&o,s=o>>>16,r=((n*n>>>17)+n*s>>>15)+s*s,l=((4294901760&o)*o|0)+((65535&o)*o|0);mn[e]=r^l}t[0]=mn[0]+(mn[7]<<16|mn[7]>>>16)+(mn[6]<<16|mn[6]>>>16)|0,t[1]=mn[1]+(mn[0]<<8|mn[0]>>>24)+mn[7]|0,t[2]=mn[2]+(mn[1]<<16|mn[1]>>>16)+(mn[0]<<16|mn[0]>>>16)|0,t[3]=mn[3]+(mn[2]<<8|mn[2]>>>24)+mn[1]|0,t[4]=mn[4]+(mn[3]<<16|mn[3]>>>16)+(mn[2]<<16|mn[2]>>>16)|0,t[5]=mn[5]+(mn[4]<<8|mn[4]>>>24)+mn[3]|0,t[6]=mn[6]+(mn[5]<<16|mn[5]>>>16)+(mn[4]<<16|mn[4]>>>16)|0,t[7]=mn[7]+(mn[6]<<8|mn[6]>>>24)+mn[5]|0}class yn extends Ee{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 o=this._C;this._b=0;for(let t=0;t<4;t+=1)Cn.call(this);for(let t=0;t<8;t+=1)o[t]^=e[t+4&7];if(i){const t=i.words,e=t[0],n=t[1],s=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),l=s>>>16|4294901760&r,a=r<<16|65535&s;o[0]^=s,o[1]^=l,o[2]^=r,o[3]^=a,o[4]^=s,o[5]^=l,o[6]^=r,o[7]^=a;for(let t=0;t<4;t+=1)Cn.call(this)}}_doProcessBlock(t,i){const e=t,o=this._X;Cn.call(this),wn[0]=o[0]^o[5]>>>16^o[3]<<16,wn[1]=o[2]^o[7]>>>16^o[5]<<16,wn[2]=o[4]^o[1]>>>16^o[7]<<16,wn[3]=o[6]^o[3]>>>16^o[1]<<16;for(let t=0;t<4;t+=1)wn[t]=16711935&(wn[t]<<8|wn[t]>>>24)|4278255360&(wn[t]<<24|wn[t]>>>8),e[i+t]^=wn[t]}}const bn=Ee._createHelper(yn);function xn(){const t=this._S;let i=this._i,e=this._j,o=0;for(let n=0;n<4;n+=1){i=(i+1)%256,e=(e+t[i])%256;const s=t[i];t[i]=t[e],t[e]=s,o|=t[(t[i]+t[e])%256]<<24-8*n}return this._i=i,this._j=e,o}class En extends Ee{_doReset(){const t=this._key,i=t.words,e=t.sigBytes;this._S=[];const o=this._S;for(let t=0;t<256;t+=1)o[t]=t;for(let t=0,n=0;t<256;t+=1){const s=t%e,r=i[s>>>2]>>>24-s%4*8&255;n=(n+o[t]+r)%256;const l=o[t];o[t]=o[n],o[n]=l}this._j=0,this._i=this._j}_doProcessBlock(t,i){t[i]^=xn.call(this)}}En.keySize=8,En.ivSize=0;const kn=Ee._createHelper(En);class Sn extends En{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)xn.call(this)}}const $n=Ee._createHelper(Sn);function Fn(t,i,e,o){const n=t;let s;const r=this._iv;r?(s=r.slice(0),this._iv=void 0):s=this._prevBlock,o.encryptBlock(s,0);for(let t=0;t<e;t+=1)n[i+t]^=s[t]}class Ln extends ke{}Ln.Encryptor=class extends Ln{processBlock(t,i){const e=this._cipher,{blockSize:o}=e;Fn.call(this,t,i,o,e),this._prevBlock=t.slice(i,i+o)}},Ln.Decryptor=class extends Ln{processBlock(t,i){const e=this._cipher,{blockSize:o}=e,n=t.slice(i,i+o);Fn.call(this,t,i,o,e),this._prevBlock=n}};class Mn extends ke{}Mn.Encryptor=class extends Mn{processBlock(t,i){const e=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._counter;s&&(this._counter=s.slice(0),r=this._counter,this._iv=void 0);const l=r.slice(0);o.encryptBlock(l,0),r[n-1]=r[n-1]+1|0;for(let t=0;t<n;t+=1)e[i+t]^=l[t]}},Mn.Decryptor=Mn.Encryptor;const An=t=>{let i=t;if(255==(t>>24&255)){let e=t>>16&255,o=t>>8&255,n=255&t;255===e?(e=0,255===o?(o=0,255===n?n=0:n+=1):o+=1):e+=1,i=0,i+=e<<16,i+=o<<8,i+=n}else i+=1<<24;return i};
|
|
383
|
+
*/(fetch.bind(self));class ei{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 ii extends ei{constructor(t=[],e=4*t.length){super();let i=t;if(i instanceof ArrayBuffer&&(i=new Uint8Array(i)),(i instanceof Int8Array||i instanceof Uint8ClampedArray||i instanceof Int16Array||i instanceof Uint16Array||i instanceof Int32Array||i instanceof Uint32Array||i instanceof Float32Array||i instanceof Float64Array)&&(i=new Uint8Array(i.buffer,i.byteOffset,i.byteLength)),i instanceof Uint8Array){const t=i.byteLength,e=[];for(let o=0;o<t;o+=1)e[o>>>2]|=i[o]<<24-o%4*8;this.words=e,this.sigBytes=t}else this.words=t,this.sigBytes=e}static random(t){const e=[],i=t=>{let e=t,i=987654321;const o=4294967295;return()=>{i=36969*(65535&i)+(i>>16)&o,e=18e3*(65535&e)+(e>>16)&o;let t=(i<<16)+e&o;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let o,n=0;n<t;n+=4){const t=i(4294967296*(o||Math.random()));o=987654071*t(),e.push(4294967296*t()|0)}return new ii(e,t)}toString(t=oi){return t.stringify(this)}concat(t){const e=this.words,i=t.words,o=this.sigBytes,n=t.sigBytes;if(this.clamp(),o%4)for(let t=0;t<n;t+=1){const n=i[t>>>2]>>>24-t%4*8&255;e[o+t>>>2]|=n<<24-(o+t)%4*8}else for(let t=0;t<n;t+=4)e[o+t>>>2]=i[t>>>2];return this.sigBytes+=n,this}clamp(){const{words:t,sigBytes:e}=this;t[e>>>2]&=4294967295<<32-e%4*8,t.length=Math.ceil(e/4)}clone(){const t=super.clone.call(this);return t.words=this.words.slice(0),t}}const oi={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;o.push((i>>>4).toString(16)),o.push((15&i).toString(16))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=2)i[o>>>3]|=parseInt(t.substr(o,2),16)<<24-o%8*4;return new ii(i,e/2)}},ni={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;o.push(String.fromCharCode(i))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=1)i[o>>>2]|=(255&t.charCodeAt(o))<<24-o%4*8;return new ii(i,e)}},si={stringify(t){try{return decodeURIComponent(escape(ni.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>ni.parse(unescape(encodeURIComponent(t)))};class ri extends ei{constructor(){super(),this._minBufferSize=0}reset(){this._data=new ii,this._nDataBytes=0}_append(t){let e=t;"string"==typeof e&&(e=si.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes}_process(t){let e;const{_data:i,blockSize:o}=this,n=i.words,s=i.sigBytes;let r=s/(4*o);r=t?Math.ceil(r):Math.max((0|r)-this._minBufferSize,0);const a=r*o,l=Math.min(4*a,s);if(a){for(let t=0;t<a;t+=o)this._doProcessBlock(n,t);e=n.splice(0,a),i.sigBytes-=l}return new ii(e,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class ai extends ri{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new ei,t),this.reset()}static _createHelper(t){return(e,i)=>new t(i).finalize(e)}static _createHmacHelper(t){return(e,i)=>new li(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 li extends ei{constructor(t,e){super();const i=new t;this._hasher=i;let o=e;"string"==typeof o&&(o=si.parse(o));const n=i.blockSize,s=4*n;o.sigBytes>s&&(o=i.finalize(e)),o.clamp();const r=o.clone();this._oKey=r;const a=o.clone();this._iKey=a;const l=r.words,c=a.words;for(let t=0;t<n;t+=1)l[t]^=1549556828,c[t]^=909522486;r.sigBytes=s,a.sigBytes=s,this.reset()}reset(){const t=this._hasher;t.reset(),t.update(this._iKey)}update(t){return this._hasher.update(t),this}finalize(t){const e=this._hasher,i=e.finalize(t);e.reset();return e.finalize(this._oKey.clone().concat(i))}}const ci=ii;class di extends ei{constructor(t,e){super(),this.high=t,this.low=e}}class hi extends ei{constructor(t=[],e=8*t.length){super(),this.words=t,this.sigBytes=e}toX32(){const t=this.words,e=t.length,i=[];for(let o=0;o<e;o+=1){const e=t[o];i.push(e.high),i.push(e.low)}return ci.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 ui={stringify(t){const{words:e,sigBytes:i}=t,o=this._map;t.clamp();const n=[];for(let t=0;t<i;t+=3){const s=(e[t>>>2]>>>24-t%4*8&255)<<16|(e[t+1>>>2]>>>24-(t+1)%4*8&255)<<8|e[t+2>>>2]>>>24-(t+2)%4*8&255;for(let e=0;e<4&&t+.75*e<i;e+=1)n.push(o.charAt(s>>>6*(3-e)&63))}const s=o.charAt(64);if(s)for(;n.length%4;)n.push(s);return n.join("")},parse(t){let e=t.length;const i=this._map;let o=this._reverseMap;if(!o){this._reverseMap=[],o=this._reverseMap;for(let t=0;t<i.length;t+=1)o[i.charCodeAt(t)]=t}const n=i.charAt(64);if(n){const i=t.indexOf(n);-1!==i&&(e=i)}return((t,e,i)=>{const o=[];let n=0;for(let s=0;s<e;s+=1)if(s%4){const e=i[t.charCodeAt(s-1)]<<s%4*2|i[t.charCodeAt(s)]>>>6-s%4*2;o[n>>>2]|=e<<24-n%4*8,n+=1}return ii.create(o,n)})(t,e,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},pi=[];for(let t=0;t<64;t+=1)pi[t]=4294967296*Math.abs(Math.sin(t+1))|0;const vi=(t,e,i,o,n,s,r)=>{const a=t+(e&i|~e&o)+n+r;return(a<<s|a>>>32-s)+e},fi=(t,e,i,o,n,s,r)=>{const a=t+(e&o|i&~o)+n+r;return(a<<s|a>>>32-s)+e},mi=(t,e,i,o,n,s,r)=>{const a=t+(e^i^o)+n+r;return(a<<s|a>>>32-s)+e},gi=(t,e,i,o,n,s,r)=>{const a=t+(i^(e|~o))+n+r;return(a<<s|a>>>32-s)+e};class wi extends ai{_doReset(){this._hash=new ii([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,e){const i=t;for(let o=0;o<16;o+=1){const n=e+o,s=t[n];i[n]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}const o=this._hash.words,n=i[e+0],s=i[e+1],r=i[e+2],a=i[e+3],l=i[e+4],c=i[e+5],d=i[e+6],h=i[e+7],u=i[e+8],p=i[e+9],v=i[e+10],f=i[e+11],m=i[e+12],g=i[e+13],w=i[e+14],C=i[e+15];let y=o[0],b=o[1],x=o[2],S=o[3];y=vi(y,b,x,S,n,7,pi[0]),S=vi(S,y,b,x,s,12,pi[1]),x=vi(x,S,y,b,r,17,pi[2]),b=vi(b,x,S,y,a,22,pi[3]),y=vi(y,b,x,S,l,7,pi[4]),S=vi(S,y,b,x,c,12,pi[5]),x=vi(x,S,y,b,d,17,pi[6]),b=vi(b,x,S,y,h,22,pi[7]),y=vi(y,b,x,S,u,7,pi[8]),S=vi(S,y,b,x,p,12,pi[9]),x=vi(x,S,y,b,v,17,pi[10]),b=vi(b,x,S,y,f,22,pi[11]),y=vi(y,b,x,S,m,7,pi[12]),S=vi(S,y,b,x,g,12,pi[13]),x=vi(x,S,y,b,w,17,pi[14]),b=vi(b,x,S,y,C,22,pi[15]),y=fi(y,b,x,S,s,5,pi[16]),S=fi(S,y,b,x,d,9,pi[17]),x=fi(x,S,y,b,f,14,pi[18]),b=fi(b,x,S,y,n,20,pi[19]),y=fi(y,b,x,S,c,5,pi[20]),S=fi(S,y,b,x,v,9,pi[21]),x=fi(x,S,y,b,C,14,pi[22]),b=fi(b,x,S,y,l,20,pi[23]),y=fi(y,b,x,S,p,5,pi[24]),S=fi(S,y,b,x,w,9,pi[25]),x=fi(x,S,y,b,a,14,pi[26]),b=fi(b,x,S,y,u,20,pi[27]),y=fi(y,b,x,S,g,5,pi[28]),S=fi(S,y,b,x,r,9,pi[29]),x=fi(x,S,y,b,h,14,pi[30]),b=fi(b,x,S,y,m,20,pi[31]),y=mi(y,b,x,S,c,4,pi[32]),S=mi(S,y,b,x,u,11,pi[33]),x=mi(x,S,y,b,f,16,pi[34]),b=mi(b,x,S,y,w,23,pi[35]),y=mi(y,b,x,S,s,4,pi[36]),S=mi(S,y,b,x,l,11,pi[37]),x=mi(x,S,y,b,h,16,pi[38]),b=mi(b,x,S,y,v,23,pi[39]),y=mi(y,b,x,S,g,4,pi[40]),S=mi(S,y,b,x,n,11,pi[41]),x=mi(x,S,y,b,a,16,pi[42]),b=mi(b,x,S,y,d,23,pi[43]),y=mi(y,b,x,S,p,4,pi[44]),S=mi(S,y,b,x,m,11,pi[45]),x=mi(x,S,y,b,C,16,pi[46]),b=mi(b,x,S,y,r,23,pi[47]),y=gi(y,b,x,S,n,6,pi[48]),S=gi(S,y,b,x,h,10,pi[49]),x=gi(x,S,y,b,w,15,pi[50]),b=gi(b,x,S,y,c,21,pi[51]),y=gi(y,b,x,S,m,6,pi[52]),S=gi(S,y,b,x,a,10,pi[53]),x=gi(x,S,y,b,v,15,pi[54]),b=gi(b,x,S,y,s,21,pi[55]),y=gi(y,b,x,S,u,6,pi[56]),S=gi(S,y,b,x,C,10,pi[57]),x=gi(x,S,y,b,d,15,pi[58]),b=gi(b,x,S,y,g,21,pi[59]),y=gi(y,b,x,S,l,6,pi[60]),S=gi(S,y,b,x,f,10,pi[61]),x=gi(x,S,y,b,r,15,pi[62]),b=gi(b,x,S,y,p,21,pi[63]),o[0]=o[0]+y|0,o[1]=o[1]+b|0,o[2]=o[2]+x|0,o[3]=o[3]+S|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;e[o>>>5]|=128<<24-o%32;const n=Math.floor(i/4294967296),s=i;e[15+(o+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e[14+(o+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(e.length+1),this._process();const r=this._hash,a=r.words;for(let t=0;t<4;t+=1){const e=a[t];a[t]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}return r}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Ci=ai._createHelper(wi),yi=ai._createHmacHelper(wi);class bi extends ei{constructor(t){super(),this.cfg=Object.assign(new ei,{keySize:4,hasher:wi,iterations:1},t)}compute(t,e){let i;const{cfg:o}=this,n=o.hasher.create(),s=ii.create(),r=s.words,{keySize:a,iterations:l}=o;for(;r.length<a;){i&&n.update(i),i=n.update(t).finalize(e),n.reset();for(let t=1;t<l;t+=1)i=n.finalize(i),n.reset();s.concat(i)}return s.sigBytes=4*a,s}}class xi extends ri{constructor(t,e,i){super(),this.cfg=Object.assign(new ei,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?Bi:Hi;return{encrypt:(i,o,n)=>e(o).encrypt(t,i,o,n),decrypt:(i,o,n)=>e(o).decrypt(t,i,o,n)}}reset(){super.reset.call(this),this._doReset()}process(t){return this._append(t),this._process()}finalize(t){t&&this._append(t);return this._doFinalize()}}xi._ENC_XFORM_MODE=1,xi._DEC_XFORM_MODE=2,xi.keySize=4,xi.ivSize=4;class Si extends xi{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class Ei extends ei{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 ki(t,e,i){const o=t;let n;const s=this._iv;s?(n=s,this._iv=void 0):n=this._prevBlock;for(let t=0;t<i;t+=1)o[e+t]^=n[t]}class $i extends Ei{}$i.Encryptor=class extends $i{processBlock(t,e){const i=this._cipher,{blockSize:o}=i;ki.call(this,t,e,o),i.encryptBlock(t,e),this._prevBlock=t.slice(e,e+o)}},$i.Decryptor=class extends $i{processBlock(t,e){const i=this._cipher,{blockSize:o}=i,n=t.slice(e,e+o);i.decryptBlock(t,e),ki.call(this,t,e,o),this._prevBlock=n}};const Mi={pad(t,e){const i=4*e,o=i-t.sigBytes%i,n=o<<24|o<<16|o<<8|o,s=[];for(let t=0;t<o;t+=4)s.push(n);const r=ii.create(s,o);t.concat(r)},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}};class Li extends xi{constructor(t,e,i){super(t,e,Object.assign({mode:$i,padding:Mi},i)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:e}=this,{iv:i,mode:o}=e;this._xformMode===this.constructor._ENC_XFORM_MODE?t=o.createEncryptor:(t=o.createDecryptor,this._minBufferSize=1),this._mode=t.call(o,this,i&&i.words),this._mode.i=t}_doProcessBlock(t,e){this._mode.processBlock(t,e)}_doFinalize(){let t;const{padding:e}=this.cfg;return this._xformMode===this.constructor._ENC_XFORM_MODE?(e.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),e.unpad(t)),t}}class Fi extends ei{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const Ai={stringify(t){let e;const{ciphertext:i,salt:o}=t;return e=o?ii.create([1398893684,1701076831]).concat(o).concat(i):i,e.toString(ui)},parse(t){let e;const i=ui.parse(t),o=i.words;return 1398893684===o[0]&&1701076831===o[1]&&(e=ii.create(o.slice(2,4)),o.splice(0,4),i.sigBytes-=16),Fi.create({ciphertext:i,salt:e})}};class Hi extends ei{static encrypt(t,e,i,o){const n=Object.assign(new ei,this.cfg,o),s=t.createEncryptor(i,n),r=s.finalize(e),a=s.cfg;return Fi.create({ciphertext:r,key:i,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:s.blockSize,formatter:n.format})}static decrypt(t,e,i,o){let n=e;const s=Object.assign(new ei,this.cfg,o);n=this._parse(n,s.format);return t.createDecryptor(i,s).finalize(n.ciphertext)}static _parse(t,e){return"string"==typeof t?e.parse(t,this):t}}Hi.cfg=Object.assign(new ei,{format:Ai});const Ii={execute(t,e,i,o){let n=o;n||(n=ii.random(8));const s=bi.create({keySize:e+i}).compute(t,n),r=ii.create(s.words.slice(e),4*i);return s.sigBytes=4*e,Fi.create({key:s,iv:r,salt:n})}};class Bi extends Hi{static encrypt(t,e,i,o){const n=Object.assign(new ei,this.cfg,o),s=n.kdf.execute(i,t.keySize,t.ivSize);n.iv=s.iv;const r=Hi.encrypt.call(this,t,e,s.key,n);return r.mixIn(s),r}static decrypt(t,e,i,o){let n=e;const s=Object.assign(new ei,this.cfg,o);n=this._parse(n,s.format);const r=s.kdf.execute(i,t.keySize,t.ivSize,n.salt);s.iv=r.iv;return Hi.decrypt.call(this,t,n,r.key,s)}}Bi.cfg=Object.assign(Hi.cfg,{kdf:Ii});const Vi=t=>t<<8&4278255360|t>>>8&16711935,Di={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=2){const i=e[t>>>2]>>>16-t%4*8&65535;o.push(String.fromCharCode(i))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=1)i[o>>>1]|=t.charCodeAt(o)<<16-o%2*16;return ii.create(i,2*e)}},Ti=Di,_i={stringify(t){const{words:e,sigBytes:i}=t,o=[];for(let t=0;t<i;t+=2){const i=Vi(e[t>>>2]>>>16-t%4*8&65535);o.push(String.fromCharCode(i))}return o.join("")},parse(t){const e=t.length,i=[];for(let o=0;o<e;o+=1)i[o>>>1]|=Vi(t.charCodeAt(o)<<16-o%2*16);return ii.create(i,2*e)}},Oi=[];class ji extends ai{_doReset(){this._hash=new ii([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=this._hash.words;let o=i[0],n=i[1],s=i[2],r=i[3],a=i[4];for(let i=0;i<80;i+=1){if(i<16)Oi[i]=0|t[e+i];else{const t=Oi[i-3]^Oi[i-8]^Oi[i-14]^Oi[i-16];Oi[i]=t<<1|t>>>31}let l=(o<<5|o>>>27)+a+Oi[i];l+=i<20?1518500249+(n&s|~n&r):i<40?1859775393+(n^s^r):i<60?(n&s|n&r|s&r)-1894007588:(n^s^r)-899497514,a=r,r=s,s=n<<30|n>>>2,n=o,o=l}i[0]=i[0]+o|0,i[1]=i[1]+n|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+a|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;return e[o>>>5]|=128<<24-o%32,e[14+(o+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(o+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Ri=ai._createHelper(ji),Ui=ai._createHmacHelper(ji),zi=[],Zi=[],Ni=t=>{const e=Math.sqrt(t);for(let i=2;i<=e;i+=1)if(!(t%i))return!1;return!0},Pi=t=>4294967296*(t-(0|t))|0;let qi=2,Ji=0;for(;Ji<64;)Ni(qi)&&(Ji<8&&(zi[Ji]=Pi(qi**.5)),Zi[Ji]=Pi(qi**(1/3)),Ji+=1),qi+=1;const Yi=[];class Ki extends ai{_doReset(){this._hash=new ii(zi.slice(0))}_doProcessBlock(t,e){const i=this._hash.words;let o=i[0],n=i[1],s=i[2],r=i[3],a=i[4],l=i[5],c=i[6],d=i[7];for(let i=0;i<64;i+=1){if(i<16)Yi[i]=0|t[e+i];else{const t=Yi[i-15],e=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,o=Yi[i-2],n=(o<<15|o>>>17)^(o<<13|o>>>19)^o>>>10;Yi[i]=e+Yi[i-7]+n+Yi[i-16]}const h=o&n^o&s^n&s,u=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),p=d+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&c)+Zi[i]+Yi[i];d=c,c=l,l=a,a=r+p|0,r=s,s=n,n=o,o=p+(u+h)|0}i[0]=i[0]+o|0,i[1]=i[1]+n|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+a|0,i[5]=i[5]+l|0,i[6]=i[6]+c|0,i[7]=i[7]+d|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;return e[o>>>5]|=128<<24-o%32,e[14+(o+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(o+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Wi=ai._createHelper(Ki),Gi=ai._createHmacHelper(Ki);class Xi extends Ki{_doReset(){this._hash=new ii([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const Qi=Ki._createHelper(Xi),to=Ki._createHmacHelper(Xi),eo=[new di(1116352408,3609767458),new di(1899447441,602891725),new di(3049323471,3964484399),new di(3921009573,2173295548),new di(961987163,4081628472),new di(1508970993,3053834265),new di(2453635748,2937671579),new di(2870763221,3664609560),new di(3624381080,2734883394),new di(310598401,1164996542),new di(607225278,1323610764),new di(1426881987,3590304994),new di(1925078388,4068182383),new di(2162078206,991336113),new di(2614888103,633803317),new di(3248222580,3479774868),new di(3835390401,2666613458),new di(4022224774,944711139),new di(264347078,2341262773),new di(604807628,2007800933),new di(770255983,1495990901),new di(1249150122,1856431235),new di(1555081692,3175218132),new di(1996064986,2198950837),new di(2554220882,3999719339),new di(2821834349,766784016),new di(2952996808,2566594879),new di(3210313671,3203337956),new di(3336571891,1034457026),new di(3584528711,2466948901),new di(113926993,3758326383),new di(338241895,168717936),new di(666307205,1188179964),new di(773529912,1546045734),new di(1294757372,1522805485),new di(1396182291,2643833823),new di(1695183700,2343527390),new di(1986661051,1014477480),new di(2177026350,1206759142),new di(2456956037,344077627),new di(2730485921,1290863460),new di(2820302411,3158454273),new di(3259730800,3505952657),new di(3345764771,106217008),new di(3516065817,3606008344),new di(3600352804,1432725776),new di(4094571909,1467031594),new di(275423344,851169720),new di(430227734,3100823752),new di(506948616,1363258195),new di(659060556,3750685593),new di(883997877,3785050280),new di(958139571,3318307427),new di(1322822218,3812723403),new di(1537002063,2003034995),new di(1747873779,3602036899),new di(1955562222,1575990012),new di(2024104815,1125592928),new di(2227730452,2716904306),new di(2361852424,442776044),new di(2428436474,593698344),new di(2756734187,3733110249),new di(3204031479,2999351573),new di(3329325298,3815920427),new di(3391569614,3928383900),new di(3515267271,566280711),new di(3940187606,3454069534),new di(4118630271,4000239992),new di(116418474,1914138554),new di(174292421,2731055270),new di(289380356,3203993006),new di(460393269,320620315),new di(685471733,587496836),new di(852142971,1086792851),new di(1017036298,365543100),new di(1126000580,2618297676),new di(1288033470,3409855158),new di(1501505948,4234509866),new di(1607167915,987167468),new di(1816402316,1246189591)],io=[];for(let t=0;t<80;t+=1)io[t]=new di;class oo extends ai{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new hi([new di(1779033703,4089235720),new di(3144134277,2227873595),new di(1013904242,4271175723),new di(2773480762,1595750129),new di(1359893119,2917565137),new di(2600822924,725511199),new di(528734635,4215389547),new di(1541459225,327033209)])}_doProcessBlock(t,e){const i=this._hash.words,o=i[0],n=i[1],s=i[2],r=i[3],a=i[4],l=i[5],c=i[6],d=i[7],h=o.high;let u=o.low;const p=n.high;let v=n.low;const 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 $=d.low,M=h,L=u,F=p,A=v,H=f,I=m,B=g,V=w,D=C,T=y,_=b,O=x,j=S,R=E,U=k,z=$;for(let i=0;i<80;i+=1){let o,n;const s=io[i];if(i<16)s.high=0|t[e+2*i],n=s.high,s.low=0|t[e+2*i+1],o=s.low;else{const t=io[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=io[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=io[i-7],f=v.high,m=v.low,g=io[i-16],w=g.high,C=g.low;o=l+m,n=a+f+(o>>>0<l>>>0?1:0),o+=p,n=n+u+(o>>>0<p>>>0?1:0),o+=C,n=n+w+(o>>>0<C>>>0?1:0),s.high=n,s.low=o}const r=D&_^~D&j,a=T&O^~T&R,l=M&F^M&H^F&H,c=L&A^L&I^A&I,d=(M>>>28|L<<4)^(M<<30|L>>>2)^(M<<25|L>>>7),h=(L>>>28|M<<4)^(L<<30|M>>>2)^(L<<25|M>>>7),u=(D>>>14|T<<18)^(D>>>18|T<<14)^(D<<23|T>>>9),p=(T>>>14|D<<18)^(T>>>18|D<<14)^(T<<23|D>>>9),v=eo[i],f=v.high,m=v.low;let g=z+p,w=U+u+(g>>>0<z>>>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+=o,w=w+n+(g>>>0<o>>>0?1:0);const C=h+c;U=j,z=R,j=_,R=O,_=D,O=T,T=V+g|0,D=B+w+(T>>>0<V>>>0?1:0)|0,B=H,V=I,H=F,I=A,F=M,A=L,L=g+C|0,M=w+(d+l+(C>>>0<h>>>0?1:0))+(L>>>0<g>>>0?1:0)|0}o.low=u+L,u=o.low,o.high=h+M+(u>>>0<L>>>0?1:0),n.low=v+A,v=n.low,n.high=p+F+(v>>>0<A>>>0?1:0),s.low=m+I,m=s.low,s.high=f+H+(m>>>0<I>>>0?1:0),r.low=w+V,w=r.low,r.high=g+B+(w>>>0<V>>>0?1:0),a.low=y+T,y=a.low,a.high=C+D+(y>>>0<T>>>0?1:0),l.low=x+O,x=l.low,l.high=b+_+(x>>>0<O>>>0?1:0),c.low=E+R,E=c.low,c.high=S+j+(E>>>0<R>>>0?1:0),d.low=$+z,$=d.low,d.high=k+U+($>>>0<z>>>0?1:0)}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;e[o>>>5]|=128<<24-o%32,e[30+(o+128>>>10<<5)]=Math.floor(i/4294967296),e[31+(o+128>>>10<<5)]=i,t.sigBytes=4*e.length,this._process();return this._hash.toX32()}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const no=ai._createHelper(oo),so=ai._createHmacHelper(oo);class ro extends oo{_doReset(){this._hash=new hi([new di(3418070365,3238371032),new di(1654270250,914150663),new di(2438529370,812702999),new di(355462360,4144912697),new di(1731405415,4290775857),new di(2394180231,1750603025),new di(3675008525,1694076839),new di(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const ao=oo._createHelper(ro),lo=oo._createHmacHelper(ro),co=[],ho=[],uo=[];let po=1,vo=0;for(let t=0;t<24;t+=1){co[po+5*vo]=(t+1)*(t+2)/2%64;const e=(2*po+3*vo)%5;po=vo%5,vo=e}for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1)ho[t+5*e]=e+(2*t+3*e)%5*5;let fo=1;for(let t=0;t<24;t+=1){let e=0,i=0;for(let t=0;t<7;t+=1){if(1&fo){const o=(1<<t)-1;o<32?i^=1<<o:e^=1<<o-32}128&fo?fo=fo<<1^113:fo<<=1}uo[t]=di.create(e,i)}const mo=[];for(let t=0;t<25;t+=1)mo[t]=di.create();class go extends ai{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 di;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,e){const i=this._state,o=this.blockSize/2;for(let n=0;n<o;n+=1){let o=t[e+2*n],s=t[e+2*n+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);const r=i[n];r.high^=s,r.low^=o}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let e=0,o=0;for(let n=0;n<5;n+=1){const s=i[t+5*n];e^=s.high,o^=s.low}const n=mo[t];n.high=e,n.low=o}for(let t=0;t<5;t+=1){const e=mo[(t+4)%5],o=mo[(t+1)%5],n=o.high,s=o.low,r=e.high^(n<<1|s>>>31),a=e.low^(s<<1|n>>>31);for(let e=0;e<5;e+=1){const o=i[t+5*e];o.high^=r,o.low^=a}}for(let t=1;t<25;t+=1){let e,o;const n=i[t],s=n.high,r=n.low,a=co[t];a<32?(e=s<<a|r>>>32-a,o=r<<a|s>>>32-a):(e=r<<a-32|s>>>64-a,o=s<<a-32|r>>>64-a);const l=mo[ho[t]];l.high=e,l.low=o}const e=mo[0],o=i[0];e.high=o.high,e.low=o.low;for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1){const o=t+5*e,n=i[o],s=mo[o],r=mo[(t+1)%5+5*e],a=mo[(t+2)%5+5*e];n.high=s.high^~r.high&a.high,n.low=s.low^~r.low&a.low}const n=i[0],s=uo[t];n.high^=s.high,n.low^=s.low}}_doFinalize(){const t=this._data,e=t.words,i=8*t.sigBytes,o=32*this.blockSize;e[i>>>5]|=1<<24-i%32,e[(Math.ceil((i+1)/o)*o>>>5)-1]|=128,t.sigBytes=4*e.length,this._process();const n=this._state,s=this.cfg.outputLength/8,r=s/8,a=[];for(let t=0;t<r;t+=1){const e=n[t];let i=e.high,o=e.low;i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a.push(o),a.push(i)}return new ii(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 wo=ai._createHelper(go),Co=ai._createHmacHelper(go),yo=ii.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]),bo=ii.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]),xo=ii.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]),So=ii.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]),Eo=ii.create([0,1518500249,1859775393,2400959708,2840853838]),ko=ii.create([1352829926,1548603684,1836072691,2053994217,0]),$o=(t,e,i)=>t^e^i,Mo=(t,e,i)=>t&e|~t&i,Lo=(t,e,i)=>(t|~e)^i,Fo=(t,e,i)=>t&i|e&~i,Ao=(t,e,i)=>t^(e|~i),Ho=(t,e)=>t<<e|t>>>32-e;class Io extends ai{_doReset(){this._hash=ii.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=t;for(let t=0;t<16;t+=1){const o=e+t,n=i[o];i[o]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}const o=this._hash.words,n=Eo.words,s=ko.words,r=yo.words,a=bo.words,l=xo.words,c=So.words;let d,h=o[0],u=o[1],p=o[2],v=o[3],f=o[4],m=o[0],g=o[1],w=o[2],C=o[3],y=o[4];for(let t=0;t<80;t+=1)d=h+i[e+r[t]]|0,d+=t<16?$o(u,p,v)+n[0]:t<32?Mo(u,p,v)+n[1]:t<48?Lo(u,p,v)+n[2]:t<64?Fo(u,p,v)+n[3]:Ao(u,p,v)+n[4],d|=0,d=Ho(d,l[t]),d=d+f|0,h=f,f=v,v=Ho(p,10),p=u,u=d,d=m+i[e+a[t]]|0,d+=t<16?Ao(g,w,C)+s[0]:t<32?Fo(g,w,C)+s[1]:t<48?Lo(g,w,C)+s[2]:t<64?Mo(g,w,C)+s[3]:$o(g,w,C)+s[4],d|=0,d=Ho(d,c[t]),d=d+y|0,m=y,y=C,C=Ho(w,10),w=g,g=d;d=o[1]+p+C|0,o[1]=o[2]+v+y|0,o[2]=o[3]+f+m|0,o[3]=o[4]+h+g|0,o[4]=o[0]+u+w|0,o[0]=d}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,o=8*t.sigBytes;e[o>>>5]|=128<<24-o%32,e[14+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(e.length+1),this._process();const n=this._hash,s=n.words;for(let t=0;t<5;t+=1){const e=s[t];s[t]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}return n}clone(){const t=super.clone.call(this);return t._hash=this._hash.clone(),t}}const Bo=ai._createHelper(Io),Vo=ai._createHmacHelper(Io);class Do extends ei{constructor(t){super(),this.cfg=Object.assign(new ei,{keySize:4,hasher:ji,iterations:1},t)}compute(t,e){const{cfg:i}=this,o=li.create(i.hasher,t),n=ii.create(),s=ii.create([1]),r=n.words,a=s.words,{keySize:l,iterations:c}=i;for(;r.length<l;){const t=o.update(e).finalize(s);o.reset();const i=t.words,r=i.length;let l=t;for(let t=1;t<c;t+=1){l=o.finalize(l),o.reset();const t=l.words;for(let e=0;e<r;e+=1)i[e]^=t[e]}n.concat(t),a[0]+=1}return n.sigBytes=4*l,n}}const To=[],_o=[],Oo=[],jo=[],Ro=[],Uo=[],zo=[],Zo=[],No=[],Po=[],qo=[];for(let t=0;t<256;t+=1)qo[t]=t<128?t<<1:t<<1^283;let Jo=0,Yo=0;for(let t=0;t<256;t+=1){let t=Yo^Yo<<1^Yo<<2^Yo<<3^Yo<<4;t=t>>>8^255&t^99,To[Jo]=t,_o[t]=Jo;const e=qo[Jo],i=qo[e],o=qo[i];let n=257*qo[t]^16843008*t;Oo[Jo]=n<<24|n>>>8,jo[Jo]=n<<16|n>>>16,Ro[Jo]=n<<8|n>>>24,Uo[Jo]=n,n=16843009*o^65537*i^257*e^16843008*Jo,zo[t]=n<<24|n>>>8,Zo[t]=n<<16|n>>>16,No[t]=n<<8|n>>>24,Po[t]=n,Jo?(Jo=e^qo[qo[qo[o^e]]],Yo^=qo[qo[Yo]]):(Yo=1,Jo=Yo)}const Ko=[0,1,2,4,8,16,32,64,128,27,54];class Wo extends Li{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const e=this._keyPriorReset,i=e.words,o=e.sigBytes/4;this._nRounds=o+6;const n=4*(this._nRounds+1);this._keySchedule=[];const s=this._keySchedule;for(let e=0;e<n;e+=1)e<o?s[e]=i[e]:(t=s[e-1],e%o?o>6&&e%o==4&&(t=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^=Ko[e/o|0]<<24),s[e]=s[e-o]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let e=0;e<n;e+=1){const i=n-e;t=e%4?s[i]:s[i-4],r[e]=e<4||i<=4?t:zo[To[t>>>24]]^Zo[To[t>>>16&255]]^No[To[t>>>8&255]]^Po[To[255&t]]}}encryptBlock(t,e){this._doCryptBlock(t,e,this._keySchedule,Oo,jo,Ro,Uo,To)}decryptBlock(t,e){const i=t;let o=i[e+1];i[e+1]=i[e+3],i[e+3]=o,this._doCryptBlock(i,e,this._invKeySchedule,zo,Zo,No,Po,_o),o=i[e+1],i[e+1]=i[e+3],i[e+3]=o}_doCryptBlock(t,e,i,o,n,s,r,a){const l=t,c=this._nRounds;let d=l[e]^i[0],h=l[e+1]^i[1],u=l[e+2]^i[2],p=l[e+3]^i[3],v=4;for(let t=1;t<c;t+=1){const t=o[d>>>24]^n[h>>>16&255]^s[u>>>8&255]^r[255&p]^i[v];v+=1;const e=o[h>>>24]^n[u>>>16&255]^s[p>>>8&255]^r[255&d]^i[v];v+=1;const a=o[u>>>24]^n[p>>>16&255]^s[d>>>8&255]^r[255&h]^i[v];v+=1;const l=o[p>>>24]^n[d>>>16&255]^s[h>>>8&255]^r[255&u]^i[v];v+=1,d=t,h=e,u=a,p=l}const f=(a[d>>>24]<<24|a[h>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^i[v];v+=1;const m=(a[h>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&d])^i[v];v+=1;const g=(a[u>>>24]<<24|a[p>>>16&255]<<16|a[d>>>8&255]<<8|a[255&h])^i[v];v+=1;const w=(a[p>>>24]<<24|a[d>>>16&255]<<16|a[h>>>8&255]<<8|a[255&u])^i[v];v+=1,l[e]=f,l[e+1]=m,l[e+2]=g,l[e+3]=w}}Wo.keySize=8;const Go=Li._createHelper(Wo),Xo=[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],Qo=[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],tn=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],en=[{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}],on=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function nn(t,e){const i=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=i,this._lBlock^=i<<t}function sn(t,e){const i=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=i,this._rBlock^=i<<t}class rn extends Li{_doReset(){const t=this._key.words,e=[];for(let i=0;i<56;i+=1){const o=Xo[i]-1;e[i]=t[o>>>5]>>>31-o%32&1}this._subKeys=[];const i=this._subKeys;for(let t=0;t<16;t+=1){i[t]=[];const o=i[t],n=tn[t];for(let t=0;t<24;t+=1)o[t/6|0]|=e[(Qo[t]-1+n)%28]<<31-t%6,o[4+(t/6|0)]|=e[28+(Qo[t+24]-1+n)%28]<<31-t%6;o[0]=o[0]<<1|o[0]>>>31;for(let t=1;t<7;t+=1)o[t]>>>=4*(t-1)+3;o[7]=o[7]<<5|o[7]>>>27}this._invSubKeys=[];const o=this._invSubKeys;for(let t=0;t<16;t+=1)o[t]=i[15-t]}encryptBlock(t,e){this._doCryptBlock(t,e,this._subKeys)}decryptBlock(t,e){this._doCryptBlock(t,e,this._invSubKeys)}_doCryptBlock(t,e,i){const o=t;this._lBlock=t[e],this._rBlock=t[e+1],nn.call(this,4,252645135),nn.call(this,16,65535),sn.call(this,2,858993459),sn.call(this,8,16711935),nn.call(this,1,1431655765);for(let t=0;t<16;t+=1){const e=i[t],o=this._lBlock,n=this._rBlock;let s=0;for(let t=0;t<8;t+=1)s|=en[t][((n^e[t])&on[t])>>>0];this._lBlock=n,this._rBlock=o^s}const n=this._lBlock;this._lBlock=this._rBlock,this._rBlock=n,nn.call(this,1,1431655765),sn.call(this,8,16711935),sn.call(this,2,858993459),nn.call(this,16,65535),nn.call(this,4,252645135),o[e]=this._lBlock,o[e+1]=this._rBlock}}rn.keySize=2,rn.ivSize=2,rn.blockSize=2;const an=Li._createHelper(rn);class ln extends Li{_doReset(){const t=this._key.words;if(2!==t.length&&4!==t.length&&t.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");const e=t.slice(0,2),i=t.length<4?t.slice(0,2):t.slice(2,4),o=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=rn.createEncryptor(ii.create(e)),this._des2=rn.createEncryptor(ii.create(i)),this._des3=rn.createEncryptor(ii.create(o))}encryptBlock(t,e){this._des1.encryptBlock(t,e),this._des2.decryptBlock(t,e),this._des3.encryptBlock(t,e)}decryptBlock(t,e){this._des3.decryptBlock(t,e),this._des2.encryptBlock(t,e),this._des1.decryptBlock(t,e)}}ln.keySize=6,ln.ivSize=2,ln.blockSize=2;const cn=Li._createHelper(ln),dn=[],hn=[],un=[];function pn(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)hn[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<hn[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<hn[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<hn[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<hn[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<hn[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<hn[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<hn[6]>>>0?1:0)|0,this._b=e[7]>>>0<hn[7]>>>0?1:0;for(let i=0;i<8;i+=1){const o=t[i]+e[i],n=65535&o,s=o>>>16,r=((n*n>>>17)+n*s>>>15)+s*s,a=((4294901760&o)*o|0)+((65535&o)*o|0);un[i]=r^a}t[0]=un[0]+(un[7]<<16|un[7]>>>16)+(un[6]<<16|un[6]>>>16)|0,t[1]=un[1]+(un[0]<<8|un[0]>>>24)+un[7]|0,t[2]=un[2]+(un[1]<<16|un[1]>>>16)+(un[0]<<16|un[0]>>>16)|0,t[3]=un[3]+(un[2]<<8|un[2]>>>24)+un[1]|0,t[4]=un[4]+(un[3]<<16|un[3]>>>16)+(un[2]<<16|un[2]>>>16)|0,t[5]=un[5]+(un[4]<<8|un[4]>>>24)+un[3]|0,t[6]=un[6]+(un[5]<<16|un[5]>>>16)+(un[4]<<16|un[4]>>>16)|0,t[7]=un[7]+(un[6]<<8|un[6]>>>24)+un[5]|0}class vn extends Si{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:e}=this.cfg;for(let e=0;e<4;e+=1)t[e]=16711935&(t[e]<<8|t[e]>>>24)|4278255360&(t[e]<<24|t[e]>>>8);this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16];const i=this._X;this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];const o=this._C;this._b=0;for(let t=0;t<4;t+=1)pn.call(this);for(let t=0;t<8;t+=1)o[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],s=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=s>>>16|4294901760&r,l=r<<16|65535&s;o[0]^=s,o[1]^=a,o[2]^=r,o[3]^=l,o[4]^=s,o[5]^=a,o[6]^=r,o[7]^=l;for(let t=0;t<4;t+=1)pn.call(this)}}_doProcessBlock(t,e){const i=t,o=this._X;pn.call(this),dn[0]=o[0]^o[5]>>>16^o[3]<<16,dn[1]=o[2]^o[7]>>>16^o[5]<<16,dn[2]=o[4]^o[1]>>>16^o[7]<<16,dn[3]=o[6]^o[3]>>>16^o[1]<<16;for(let t=0;t<4;t+=1)dn[t]=16711935&(dn[t]<<8|dn[t]>>>24)|4278255360&(dn[t]<<24|dn[t]>>>8),i[e+t]^=dn[t]}}const fn=Si._createHelper(vn),mn=[],gn=[],wn=[];function Cn(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)gn[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<gn[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<gn[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<gn[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<gn[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<gn[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<gn[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<gn[6]>>>0?1:0)|0,this._b=e[7]>>>0<gn[7]>>>0?1:0;for(let i=0;i<8;i+=1){const o=t[i]+e[i],n=65535&o,s=o>>>16,r=((n*n>>>17)+n*s>>>15)+s*s,a=((4294901760&o)*o|0)+((65535&o)*o|0);wn[i]=r^a}t[0]=wn[0]+(wn[7]<<16|wn[7]>>>16)+(wn[6]<<16|wn[6]>>>16)|0,t[1]=wn[1]+(wn[0]<<8|wn[0]>>>24)+wn[7]|0,t[2]=wn[2]+(wn[1]<<16|wn[1]>>>16)+(wn[0]<<16|wn[0]>>>16)|0,t[3]=wn[3]+(wn[2]<<8|wn[2]>>>24)+wn[1]|0,t[4]=wn[4]+(wn[3]<<16|wn[3]>>>16)+(wn[2]<<16|wn[2]>>>16)|0,t[5]=wn[5]+(wn[4]<<8|wn[4]>>>24)+wn[3]|0,t[6]=wn[6]+(wn[5]<<16|wn[5]>>>16)+(wn[4]<<16|wn[4]>>>16)|0,t[7]=wn[7]+(wn[6]<<8|wn[6]>>>24)+wn[5]|0}class yn extends Si{constructor(...t){super(...t),this.blockSize=4,this.ivSize=2}_doReset(){const t=this._key.words,{iv:e}=this.cfg;this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16];const i=this._X;this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];const o=this._C;this._b=0;for(let t=0;t<4;t+=1)Cn.call(this);for(let t=0;t<8;t+=1)o[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],s=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=s>>>16|4294901760&r,l=r<<16|65535&s;o[0]^=s,o[1]^=a,o[2]^=r,o[3]^=l,o[4]^=s,o[5]^=a,o[6]^=r,o[7]^=l;for(let t=0;t<4;t+=1)Cn.call(this)}}_doProcessBlock(t,e){const i=t,o=this._X;Cn.call(this),mn[0]=o[0]^o[5]>>>16^o[3]<<16,mn[1]=o[2]^o[7]>>>16^o[5]<<16,mn[2]=o[4]^o[1]>>>16^o[7]<<16,mn[3]=o[6]^o[3]>>>16^o[1]<<16;for(let t=0;t<4;t+=1)mn[t]=16711935&(mn[t]<<8|mn[t]>>>24)|4278255360&(mn[t]<<24|mn[t]>>>8),i[e+t]^=mn[t]}}const bn=Si._createHelper(yn);function xn(){const t=this._S;let e=this._i,i=this._j,o=0;for(let n=0;n<4;n+=1){e=(e+1)%256,i=(i+t[e])%256;const s=t[e];t[e]=t[i],t[i]=s,o|=t[(t[e]+t[i])%256]<<24-8*n}return this._i=e,this._j=i,o}class Sn extends Si{_doReset(){const t=this._key,e=t.words,i=t.sigBytes;this._S=[];const o=this._S;for(let t=0;t<256;t+=1)o[t]=t;for(let t=0,n=0;t<256;t+=1){const s=t%i,r=e[s>>>2]>>>24-s%4*8&255;n=(n+o[t]+r)%256;const a=o[t];o[t]=o[n],o[n]=a}this._j=0,this._i=this._j}_doProcessBlock(t,e){t[e]^=xn.call(this)}}Sn.keySize=8,Sn.ivSize=0;const En=Si._createHelper(Sn);class kn extends Sn{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)xn.call(this)}}const $n=Si._createHelper(kn);function Mn(t,e,i,o){const n=t;let s;const r=this._iv;r?(s=r.slice(0),this._iv=void 0):s=this._prevBlock,o.encryptBlock(s,0);for(let t=0;t<i;t+=1)n[e+t]^=s[t]}class Ln extends Ei{}Ln.Encryptor=class extends Ln{processBlock(t,e){const i=this._cipher,{blockSize:o}=i;Mn.call(this,t,e,o,i),this._prevBlock=t.slice(e,e+o)}},Ln.Decryptor=class extends Ln{processBlock(t,e){const i=this._cipher,{blockSize:o}=i,n=t.slice(e,e+o);Mn.call(this,t,e,o,i),this._prevBlock=n}};class Fn extends Ei{}Fn.Encryptor=class extends Fn{processBlock(t,e){const i=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._counter;s&&(this._counter=s.slice(0),r=this._counter,this._iv=void 0);const a=r.slice(0);o.encryptBlock(a,0),r[n-1]=r[n-1]+1|0;for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},Fn.Decryptor=Fn.Encryptor;const An=t=>{let e=t;if(255==(t>>24&255)){let i=t>>16&255,o=t>>8&255,n=255&t;255===i?(i=0,255===o?(o=0,255===n?n=0:n+=1):o+=1):i+=1,e=0,e+=i<<16,e+=o<<8,e+=n}else e+=1<<24;return e};
|
|
384
384
|
/** @preserve
|
|
385
385
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
386
386
|
* derived from CryptoJS.mode.CTR
|
|
387
387
|
* Jan Hruby jhruby.web@gmail.com
|
|
388
388
|
*/
|
|
389
|
-
class Hn extends
|
|
390
|
-
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1))`;case 4:return
|
|
391
|
-
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return
|
|
389
|
+
class Hn extends Ei{}Hn.Encryptor=class extends Hn{processBlock(t,e){const i=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._counter;s&&(this._counter=s.slice(0),r=this._counter,this._iv=void 0),(t=>{const e=t;e[0]=An(e[0]),0===e[0]&&(e[1]=An(e[1]))})(r);const a=r.slice(0);o.encryptBlock(a,0);for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},Hn.Decryptor=Hn.Encryptor;class In extends Ei{}In.Encryptor=class extends In{processBlock(t,e){this._cipher.encryptBlock(t,e)}},In.Decryptor=class extends In{processBlock(t,e){this._cipher.decryptBlock(t,e)}};class Bn extends Ei{}Bn.Encryptor=class extends Bn{processBlock(t,e){const i=t,o=this._cipher,{blockSize:n}=o,s=this._iv;let r=this._keystream;s&&(this._keystream=s.slice(0),r=this._keystream,this._iv=void 0),o.encryptBlock(r,0);for(let t=0;t<n;t+=1)i[e+t]^=r[t]}},Bn.Decryptor=Bn.Encryptor;const Vn={pad(t,e){const i=4*e,o=i-t.sigBytes%i;t.concat(ii.random(o-1)).concat(ii.create([o<<24],1))},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Dn={pad(t,e){const i=t,o=4*e;i.clamp(),i.sigBytes+=o-(t.sigBytes%o||o)},unpad(t){const e=t,i=e.words;for(let t=e.sigBytes-1;t>=0;t-=1)if(i[t>>>2]>>>24-t%4*8&255){e.sigBytes=t+1;break}}},Tn={pad(t,e){t.concat(ii.create([2147483648],1)),Dn.pad(t,e)},unpad(t){const e=t;Dn.unpad(e),e.sigBytes-=1}},_n={stringify:t=>t.ciphertext.toString(oi),parse(t){const e=oi.parse(t);return Fi.create({ciphertext:e})}};var On={lib:{Base:ei,WordArray:ii,BufferedBlockAlgorithm:ri,Hasher:ai,Cipher:xi,StreamCipher:Si,BlockCipherMode:Ei,BlockCipher:Li,CipherParams:Fi,SerializableCipher:Hi,PasswordBasedCipher:Bi},x64:{Word:di,WordArray:hi},enc:{Hex:oi,Latin1:ni,Utf8:si,Utf16:Ti,Utf16BE:Di,Utf16LE:_i,Base64:ui},algo:{HMAC:li,MD5:wi,SHA1:ji,SHA224:Xi,SHA256:Ki,SHA384:ro,SHA512:oo,SHA3:go,RIPEMD160:Io,PBKDF2:Do,EvpKDF:bi,AES:Wo,DES:rn,TripleDES:ln,Rabbit:vn,RabbitLegacy:yn,RC4:Sn,RC4Drop:kn},mode:{CBC:$i,CFB:Ln,CTR:Fn,CTRGladman:Hn,ECB:In,OFB:Bn},pad:{Pkcs7:Mi,AnsiX923:{pad(t,e){const i=t,o=i.sigBytes,n=4*e,s=n-o%n,r=o+s-1;i.clamp(),i.words[r>>>2]|=s<<24-r%4*8,i.sigBytes+=s},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Iso10126:Vn,Iso97971:Tn,NoPadding:{pad(){},unpad(){}},ZeroPadding:Dn},format:{OpenSSL:Ai,Hex:_n},kdf:{OpenSSL:Ii},MD5:Ci,HmacMD5:yi,SHA1:Ri,HmacSHA1:Ui,SHA224:Qi,HmacSHA224:to,SHA256:Wi,HmacSHA256:Gi,SHA384:ao,HmacSHA384:lo,SHA512:no,HmacSHA512:so,SHA3:wo,HmacSHA3:Co,RIPEMD160:Bo,HmacRIPEMD160:Vo,PBKDF2:(t,e,i)=>Do.create(i).compute(t,e),EvpKDF:(t,e,i)=>bi.create(i).compute(t,e),AES:Go,DES:an,TripleDES:cn,Rabbit:fn,RabbitLegacy:bn,RC4:En,RC4Drop:$n};const jn=(t,e,i=!1,o="localStorage")=>{try{const n=i?btoa(e):e;"localStorage"===o?localStorage.setItem(t,n):sessionStorage.setItem(t,n)}catch(t){console.warn("Error in setLocalStorage: ",t),Xn("Error in setLocalStorage: ",t)}},Rn=(t,e=!1,i="localStorage")=>{try{let o=null;return o="localStorage"===i?localStorage.getItem(t):sessionStorage.getItem(t),o&&e?atob(o):o}catch(t){return console.warn("Error in getLocalStorage: ",t),Xn("Error in getLocalStorage: ",t),null}},Un=(t,e="localStorage")=>{try{"localStorage"===e?localStorage.removeItem(t):sessionStorage.removeItem(t)}catch(t){console.warn("Error in removeLocalStorageData: ",t),Xn("Error in removeLocalStorageData: ",t)}},zn=(...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))
|
|
390
|
+
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))
|
|
391
|
+
calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return a`0`},Zn=(t,e,i)=>{try{const o=On.enc.Utf8.parse(e),n=On.enc.Utf8.parse(i);return On.AES.encrypt(On.enc.Utf8.parse(t),o,{keySize:32,iv:n,mode:On.mode.CBC,padding:On.pad.Pkcs7}).toString()}catch(e){return console.warn("Error in encrypt: ",e),Xn("Error in encrypt: ",e),t}},Nn=(t,e,i)=>{try{const o=On.enc.Utf8.parse(e),n=On.enc.Utf8.parse(i);return On.AES.decrypt(t,o,{keySize:32,iv:n,mode:On.mode.CBC,padding:On.pad.Pkcs7}).toString(On.enc.Utf8)}catch(t){return console.warn("Error in decrypt: ",t),Xn("Error in decrypt: ",t),null}},Pn=()=>{try{const t=Rn(pt,!0);if(t){const e=Nn(t,At,Ht);if(e)return JSON.parse(e);console.warn("Error in getUserFromToken: ","Invalid token."),Un(pt)}else{const t=Rn(ht,!0);if(t)return qn(),JSON.parse(t)}return null}catch(t){return console.warn("Error in getUserFromToken: ",t),Xn("Error in getUserFromToken: ",t),null}},qn=()=>{try{const t=Rn(ht,!0);if(t){const e=Zn(t,At,Ht);jn(pt,e,!0)}Un(ht)}catch(t){console.warn("Error in moveSnippylyUserToST: ",t),Xn("Error in moveSnippylyUserToST: ",t)}},Jn=function(t=function(t="[DEFAULT]"){const e=Se.get(t);if(!e&&t===be)return Fe();if(!e)throw Me.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)}(Pt(t),Ne),o=i.getImmediate({identifier:e}),n=Ot("functions");return n&&function(t,e,i){!function(t,e,i){t.emulatorOrigin=`http://${e}:${i}`}(Pt(t),e,i)}(o,...n),o}(Fe({apiKey:"AIzaSyAzcW2n1JhY_zhkXmuFcwe550AkwmYeJ0w",projectId:"snipply-sdk-staging",messagingSenderId:"877538579326",appId:"1:877538579326:web:f793f73f2b7dc770c4992f"}));let Yn,Kn={};const Wn=(t={})=>{Kn={...Kn,...t}},Gn=t=>{Yn=t},Xn=(t,e,i={})=>{const o={error:t,message:(null==e?void 0:e.message)||e||t,...i};Qn("error",o)},Qn=(t,e={},i=!0)=>{try{if(null==Yn?void 0:Yn.userSnippylyId){e=i?{...Kn,...e}:e,e={...e,source:"superflowToolbar"};const o={userId:null==Yn?void 0:Yn.userSnippylyId,event:t,properties:e,sf:!0};ts("track",o)}else console.warn("Untracked event: ",t,e)}catch(t){console.warn("Error in trackEvent: ",t)}},ts=(t,e)=>{try{ti(Jn,"sa")({type:t,data:e})}catch(t){console.warn("Error in setAnalytics: ",t)}},es=a`
|
|
392
392
|
|
|
393
393
|
.wrap {
|
|
394
394
|
padding: 32px;
|
|
@@ -726,7 +726,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
726
726
|
align-self: end;
|
|
727
727
|
cursor: pointer;
|
|
728
728
|
}
|
|
729
|
-
`,
|
|
729
|
+
`,is=a`
|
|
730
730
|
@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');
|
|
731
731
|
|
|
732
732
|
* {
|
|
@@ -738,8 +738,8 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
738
738
|
bottom: 0;
|
|
739
739
|
right: 0;
|
|
740
740
|
z-index: 2147483577;
|
|
741
|
-
margin: ${
|
|
742
|
-
margin-bottom: ${
|
|
741
|
+
margin: ${zn(1.5)};
|
|
742
|
+
margin-bottom: ${zn(3)}; // Added to prevent overlap between plugin UI and webflow badge
|
|
743
743
|
max-width: 100vw !important;
|
|
744
744
|
box-sizing: border-box;
|
|
745
745
|
|
|
@@ -910,7 +910,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
.s-presence-avatar-image-small {
|
|
913
|
-
width: ${
|
|
913
|
+
width: ${zn(1.6)};
|
|
914
914
|
height: auto;
|
|
915
915
|
display: block;
|
|
916
916
|
}
|
|
@@ -1002,7 +1002,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1002
1002
|
|
|
1003
1003
|
.s-user-avatar-initial {
|
|
1004
1004
|
color: black !important;
|
|
1005
|
-
font-size: ${
|
|
1005
|
+
font-size: ${zn(.8)} !important;
|
|
1006
1006
|
position: relative !important;
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
@@ -1343,13 +1343,13 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1343
1343
|
display: flex;
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
|
-
`;!function(){const t=()=>{try{let t=window.SUPERFLOW_TOOLBAR_API_KEY,i=!!window.SUPERFLOW_TOOLBAR_STAGING,e=window.SUPERFLOW_TOOLBAR_PROJECT_VERSION_KEY,o=window.SUPERFLOW_TOOLBAR_PROJECT_ID;if(!t){const n=document.querySelector("snippyly-plugin");n&&(t=n.getAttribute("apiKey"),i=!!n.getAttribute("staging"),e=n.getAttribute("projectVersionKey"),o=n.getAttribute("projectId"),null==n||n.remove())}if(t){(()=>{try{document.querySelectorAll("superflow-toolbar").forEach((t=>{t.remove()}))}catch(t){console.warn("Error in removeSuperflowToolbarTag: ",t)}})();const n={};n.apiKey=t,i&&(n.staging="true"),e&&(n.projectVersionKey=e),o&&(n.projectId=o),((t={})=>{try{const i=document.createElement("superflow-toolbar");Object.keys(t||{}).forEach((e=>{i.setAttribute(e,t[e])})),document.body.appendChild(i)}catch(t){console.warn("Error in loadSuperflowToolbarTag: ",t)}})(n)}}catch(t){console.warn("Error in initSuperflow: ",t)}};(null===document||void 0===document?void 0:document.body)?t():null===document||void 0===document||document.addEventListener("DOMContentLoaded",(()=>{t()}))}();var os=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};t.SuperflowToolbar=class extends Q{constructor(){super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this.showTourCommentTooltip=!1,this._expanded=!0,this.loading=!1,this._isPlanExpired=null,this.showOnboardingModal=!0,this.showLiveDemoModal=!1,this.showFigmaDemoModal=!1,this.staging=true,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this._isUserGlobalContact=!1,this.showQrCode=!1,this.customLoginEnabledLocally=null,this.customLoginEnabled=null,this.exitReviewModeCalled=!1,this.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),Yn("Error in onApiKeyChange: ",t)}},this.checkCustomLoginEnabled=async()=>{var t;try{const i=await(t=>{const i={apiKey:t};return te(Kn,"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),Yn("Error in checkCustomLoginEnabled: ",t)}},this.loginWithCustomUser=()=>{try{this.customLoginEnabled?(Nn(ut),this.loadPlugin&&this.documentId&&this.identifySnippyly()):console.warn("Identify call not allowed.")}catch(t){console.warn("Error in loginWithCustomUser: ",t),Yn("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),Yn("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),Yn("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),Yn("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),Yn("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),i=t.searchParams;if((null==i?void 0:i.has(gt))&&!On(gt)?this.showOnboardingModal=!0:this.showOnboardingModal=!1,null==i?void 0:i.has(mt))if(On(mt,!1,"sessionStorage")){this.showLiveDemoModal=!1;const t=new URL(document.location);t.searchParams.delete(mt),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(Ct))if(On(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(i.has(pt)||i.has("snippyly_google_token")){if(i.has(pt)){const t=decodeURIComponent(i.get(pt)),e=Pn(t,At,Ht),o=e&&JSON.parse(e);if(o){const t={};t.userId=o.uid,t.name=o.displayName,t.email=o.email,t.photoUrl=null==o?void 0:o.photoURL;const i=JSON.stringify(t),e=Rn(i,At,Ht);Un(ut,e,!0)}}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,Un(ht,JSON.stringify(e),!0)}i.delete(pt),i.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}i.has(at)?(Un(at,"true",!1),Nn(ct),"true"!==i.get(at)&&(i.delete(at),i.append(at,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):i.has(ct)||On(at,!1)&&(i.append(at,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),i.has(ct)?(Un(ct,"true",!1),Nn(at),"true"!==i.get(ct)&&(i.delete(ct),i.append(ct,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):i.has(at)||On(ct,!1)&&(i.append(ct,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),Yn("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&&Un(ft,this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;(t.has(at)||t.has(ct))&&t.has(wt)&&(Un(vt,wt,!1,"sessionStorage"),this.projectVersion=t.get(wt),this.projectVersion&&Un(ft,this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),Yn("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||On(vt,!1,"sessionStorage"),i=this.projectVersion||On(ft,!1,"sessionStorage");if(t&&i){const e=new URL(document.location),o=e.searchParams;o.get(t)||(o.set(t,i),window.history.replaceState({},document.title,e.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),Yn("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return this.generateLocation(),void this.setViewMode(this.viewMode);const t=zn();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()})),window.document.body.appendChild(t)}if(!document.querySelector(bt)){const t=document.createElement(bt);window.document.body.appendChild(t)}if(!document.querySelector(kt)){const t=document.createElement(kt);window.document.body.appendChild(t)}if(!document.querySelector(St)){const t=document.createElement(St);window.document.body.appendChild(t)}if(!document.querySelector($t)){const t=document.createElement($t);window.document.body.appendChild(t)}if(!document.querySelector(Ft)){const t=document.createElement(Ft);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){this.loading=!1,console.warn("Error in loadPluginUI: ",t),Yn("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{var t,i,o,n,s,r,l,a,c,d;try{if(await e(this.apiKey,{options:{staging:this.staging,version:this.staging?"1.0.55":"latest",velt:!0}}),(null===Snippyly||void 0===Snippyly?void 0:Snippyly.enableAutoTranslation)&&(null===Snippyly||void 0===Snippyly||Snippyly.enableAutoTranslation()),!document.querySelector(Et)){const t=document.createElement(Et);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),Yn("Error in loadPoppinsFont: ",t)}})()}if(Snippyly&&Gn({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,i=0)=>{try{let e=3735928559^i,o=1103547991^i;for(let i,n=0;n<t.length;n++)i=t.charCodeAt(n),e=Math.imul(e^i,2654435761),o=Math.imul(o^i,1597334677);return e=Math.imul(e^e>>>16,2246822507)^Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507)^Math.imul(e^e>>>13,3266489909),4294967296*(2097151&o)+(e>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),Yn("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===(o=this.commentElement)||void 0===o?void 0:o.enableOrphanComments)&&this.commentElement.enableOrphanComments(),(null===(n=this.commentElement)||void 0===n?void 0:n.enableAutoCategorize)&&this.commentElement.enableAutoCategorize(),(null===(s=this.commentElement)||void 0===s?void 0:s.enablePersistentCommentMode)&&this.commentElement.enablePersistentCommentMode(),(null===(r=this.commentElement)||void 0===r?void 0:r.enableGhostComments)&&this.commentElement.enableGhostComments();const e=null===window||void 0===window?void 0:window.SUPERFLOW_CUSTOM_STATUSES;e&&"object"==typeof e&&(null===(l=this.commentElement)||void 0===l?void 0:l.setCustomStatuses)&&this.commentElement.setCustomStatuses(e)}this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.rewriterElement&&(null===(a=this.rewriterElement)||void 0===a||a.enableRewriter()),this.presenceElement&&(null===(c=this.presenceElement)||void 0===c?void 0:c.enableFlockMode)&&(null===(d=this.presenceElement)||void 0===d||d.enableFlockMode(!0)),this.identifySnippyly()}catch(t){this.loading=!1,console.warn("Error in initializeSnippyly: ",t),Yn("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),Yn("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(ct),i.searchParams.delete(dt),i.searchParams.delete("scommentId"),i.searchParams.delete(gt),i.searchParams.delete(mt);const e=t.get(wt)||this.projectVersion;i.search="";let o=(t=>{try{return t.replace(/#.*$/,"")}catch(i){return console.warn("Error in removeHashFromUrl: ",i),Yn("Error in removeHashFromUrl: ",i),t}})(i.href);this.projectId&&(o=null==o?void 0:o.replace(window.location.origin,"")),this.location={url:o,version:e}}catch(t){console.warn("Error in generateLocation: ",t),Yn("Error in generateLocation: ",t)}},this.setLocation=()=>{var t,i,e,o;try{if(window.Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setLocation)){if(this.previousLocation&&(null===(t=this.previousLocation)||void 0===t?void 0:t.url)===(null===(i=this.location)||void 0===i?void 0:i.url)&&(null===(e=this.previousLocation)||void 0===e?void 0:e.version)===(null===(o=this.location)||void 0===o?void 0:o.version))return;null===Snippyly||void 0===Snippyly||Snippyly.setLocation(JSON.parse(JSON.stringify(this.location))),this.previousLocation=JSON.parse(JSON.stringify(this.location))}}catch(t){console.warn("Error in setLocation: ",t),Yn("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,i;try{this.invalidApiKey=!1;let i,e={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};i=this.customLoginEnabled&&this.providedUser?this.providedUser:zn(),(null==i?void 0:i.email)&&(e=i),e.isAnonymous?delete e.groupId:e.groupId=Snippyly.getDocumentId()+"",this.customLoginEnabledLocally||(null===(t=null==e?void 0:e.contacts)||void 0===t?void 0:t.length)&&(e.contacts=[]),(null==e?void 0:e.isAnonymous)||(this.loading=!0);const o=await Snippyly.identify(e);Xn(o),(null==e?void 0:e.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(e))),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.isPlanExpired$)&&(null===Snippyly||void 0===Snippyly||Snippyly.isPlanExpired$().subscribe((t=>{this.isPlanExpired=t}),(t=>{this.isPlanExpired=!1,console.warn("Error in isPlanExpired$: ",t),Yn("Error in isPlanExpired$: ",t)}))),Gn({clientUserId:null==e?void 0:e.userId}),this.getComments(),this.checkGlobalUserContact(),setTimeout((()=>{On(yt)||(this.showTourCommentTooltip=!0)}),2e3)}catch(t){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),console.warn("Error in identifySnippyly: ",t),Yn("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),Yn("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),Yn("Error in checkGlobalUserContact: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),Yn("Error in toggleSnippylyPluginToolbar: ",t)}},this.loginWithGoogle=()=>{try{if(this.loading||this.customLoginEnabledLocally)return;window.open(`${Mt}/signup?redirect_url=${encodeURIComponent(window.location.href)}&source=sf`,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),Yn("Error in loginWithGoogle: ",t)}},this.getQRCode=async()=>{try{const t=window.location.href;if(t){const i=Rn(t,At,Ht),e=await fetch(`https://us-central1-snipply-sdk-staging.cloudfunctions.net/getQRCode?text=${encodeURIComponent(i)}`),o=await e.json();(null==o?void 0:o.qrcode)&&(this.qrCode=null==o?void 0:o.qrcode)}}catch(t){console.warn("Error in getQRCode: ",t),Yn("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),Yn("Error in toggleQRCodeVisibility: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,Nn(at),Nn(ct),Nn(dt),Nn(vt,"sessionStorage"),Nn(ft,"sessionStorage");const t=new URL(document.location),i=t.searchParams;i.delete(dt),i.delete(at),i.delete(ct),this.projectVersionKey&&i.delete(this.projectVersionKey),i.delete(wt),i.delete(gt),i.delete(mt),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),Yn("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),Nn(ht),Nn(ut),this.snippylyUser=void 0,window.open(`${Mt}/signout?redirect_url=${encodeURIComponent(window.location.href)}&source=sf`,"_self")}catch(t){console.warn("Error in signOutUser: ",t),Yn("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),Yn("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),Yn("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),Yn("Error in setViewMode: ",t)}},this.goToAdminPortal=()=>{try{let t=`${Mt}`;if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){const i=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();i&&(t=`${Mt}/dashboard/project/comment/${this.apiKey}/${i}`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),Yn("Error in goToAdminPortal: ",t)}},this.joinCommunity=()=>{try{window.open("https://join.slack.com/t/superflowusers/shared_invite/zt-1pdbjok4g-0sRhuBwPVC73eO9KVGDtag","_blank")}catch(t){console.warn("Error in joinCommunity: ",t),Yn("Error in joinCommunity: ",t)}},this.onboardingNextClick=()=>{try{this.showOnboardingModal=!1,Un(gt,"true");const t=new URL(document.location);t.searchParams.delete(gt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onboardingNextClick: ",t),Yn("Error in onboardingNextClick: ",t)}},this.onLiveDemoModalNextClick=()=>{try{this.showLiveDemoModal=!1,Un(mt,"true",!1,"sessionStorage");const t=new URL(document.location);t.searchParams.delete(mt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onLiveDemoModalNextClick: ",t),Yn("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),Yn("Error in onFigmaDemoModalNextClick: ",t)}},this.onUpgradePlanClick=()=>{try{window.open("https://snippyly-self-serve-platform.web.app/dashboard/billing","_blank")}catch(t){console.warn("Error in onUpgradePlanClick: ",t),Yn("Error in onUpgradePlanClick: ",t)}},this.onTourCommentTooltipClick=()=>{try{this.showTourCommentTooltip=!1,Un(yt,"true")}catch(t){console.warn("Error in onTourCommentTooltipClick: ",t),Yn("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),Yn("Error in disableAddCommentMode: ",t)}},this.disableCommentModeButton=()=>{try{return this.addCommentMode?_`
|
|
1346
|
+
`;!function(){const t=()=>{try{let t=window.SUPERFLOW_TOOLBAR_API_KEY,e=!!window.SUPERFLOW_TOOLBAR_STAGING,i=window.SUPERFLOW_TOOLBAR_PROJECT_VERSION_KEY,o=window.SUPERFLOW_TOOLBAR_PROJECT_ID;if(!t){const n=document.querySelector("snippyly-plugin");n&&(t=n.getAttribute("apiKey"),e=!!n.getAttribute("staging"),i=n.getAttribute("projectVersionKey"),o=n.getAttribute("projectId"),null==n||n.remove())}if(t){(()=>{try{document.querySelectorAll("superflow-toolbar").forEach((t=>{t.remove()}))}catch(t){console.warn("Error in removeSuperflowToolbarTag: ",t)}})();const n={};n.apiKey=t,e&&(n.staging="true"),i&&(n.projectVersionKey=i),o&&(n.projectId=o),((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)}})(n)}}catch(t){console.warn("Error in initSuperflow: ",t)}};(null===document||void 0===document?void 0:document.body)?t():null===document||void 0===document||document.addEventListener("DOMContentLoaded",(()=>{t()}))}();const os=navigator.language.split("-")[0];let ns=!1;const ss=new Map;ss.set("es",{Comment:"Comentario","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"}),ss.set("fr",{Comment:"Commentaire","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"}),ss.set("hi",{Comment:"टिप्पणी","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:"आगामी"}),ss.set("it",{Comment:"Commento","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"}),ss.set("ru",{Comment:"Комментарий","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:"Далее"}),ss.set("uk",{Comment:"Коментар","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 rs=t=>{try{if(!ns)return t;const e=ss.get(os);if(!e)return t;const i=e[t];return i||t}catch(e){return t}};var as=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};t.SuperflowToolbar=class extends Q{constructor(){super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this.showTourCommentTooltip=!1,this._expanded=!0,this.loading=!1,this._isPlanExpired=null,this.showOnboardingModal=!0,this.showLiveDemoModal=!1,this.showFigmaDemoModal=!1,this.staging=true,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this._isUserGlobalContact=!1,this.showQrCode=!1,this.customLoginEnabledLocally=null,this.customLoginEnabled=null,this.exitReviewModeCalled=!1,this.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),Xn("Error in onApiKeyChange: ",t)}},this.checkCustomLoginEnabled=async()=>{var t;try{const e=await(t=>{const e={apiKey:t};return ti(Jn,"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),Xn("Error in checkCustomLoginEnabled: ",t)}},this.loginWithCustomUser=()=>{try{this.customLoginEnabled?(Un(pt),this.loadPlugin&&this.documentId&&this.identifySnippyly()):console.warn("Identify call not allowed.")}catch(t){console.warn("Error in loginWithCustomUser: ",t),Xn("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),Xn("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),Xn("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),Xn("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),Xn("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),e=t.searchParams;if((null==e?void 0:e.has(gt))&&!Rn(gt)?this.showOnboardingModal=!0:this.showOnboardingModal=!1,null==e?void 0:e.has(wt))if(Rn(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(Rn(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(ut)||e.has("snippyly_google_token")){if(e.has(ut)){const t=decodeURIComponent(e.get(ut)),i=Nn(t,At,Ht),o=i&&JSON.parse(i);if(o){const t={};t.userId=o.uid,t.name=o.displayName,t.email=o.email,t.photoUrl=null==o?void 0:o.photoURL;const e=JSON.stringify(t),i=Zn(e,At,Ht);jn(pt,i,!0)}}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,jn(ht,JSON.stringify(i),!0)}e.delete(ut),e.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}e.has(lt)?(jn(lt,"true",!1),Un(ct),"true"!==e.get(lt)&&(e.delete(lt),e.append(lt,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(ct)||Rn(lt,!1)&&(e.append(lt,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),e.has(ct)?(jn(ct,"true",!1),Un(lt),"true"!==e.get(ct)&&(e.delete(ct),e.append(ct,"true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):e.has(lt)||Rn(ct,!1)&&(e.append(ct,"true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),Xn("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&&jn(ft,this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;(t.has(lt)||t.has(ct))&&t.has(mt)&&(jn(vt,mt,!1,"sessionStorage"),this.projectVersion=t.get(mt),this.projectVersion&&jn(ft,this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),Xn("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||Rn(vt,!1,"sessionStorage"),e=this.projectVersion||Rn(ft,!1,"sessionStorage");if(t&&e){const i=new URL(document.location),o=i.searchParams;o.get(t)||(o.set(t,e),window.history.replaceState({},document.title,i.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),Xn("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return this.generateLocation(),void this.setViewMode(this.viewMode);const t=Pn();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()})),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($t)){const t=document.createElement($t);window.document.body.appendChild(t)}if(!document.querySelector(Mt)){const t=document.createElement(Mt);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){this.loading=!1,console.warn("Error in loadPluginUI: ",t),Xn("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{var t,e,o,n,s,r,a,l,c,d;try{if(await i(this.apiKey,{options:{staging:this.staging,version:this.staging?"1.0.57":"latest",velt:!0}}),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),Xn("Error in loadPoppinsFont: ",t)}})()}if(Snippyly&&Wn({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,e=0)=>{try{let i=3735928559^e,o=1103547991^e;for(let e,n=0;n<t.length;n++)e=t.charCodeAt(n),i=Math.imul(i^e,2654435761),o=Math.imul(o^e,1597334677);return i=Math.imul(i^i>>>16,2246822507)^Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507)^Math.imul(i^i>>>13,3266489909),4294967296*(2097151&o)+(i>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),Xn("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+"")),this.generateLocation(),this.setLocation(),this.commentElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getCommentElement(),this.contactElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getContactElement(),this.rewriterElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getRewriterElement(),this.presenceElement=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getPresenceElement(),this.commentElement){this.commentElement.enableTextComments(!0),this.customLoginEnabledLocally||this.commentElement.enableSignInButton(!0),this.commentElement.enableAttachment(!0),(null===(t=this.commentElement)||void 0===t?void 0:t.showScreenSizeInfo)&&this.commentElement.showScreenSizeInfo(!0),(null===(e=this.commentElement)||void 0===e?void 0:e.showDeviceInfo)&&this.commentElement.showDeviceInfo(!0),this.commentElement.showCommentIndex(!0),this.commentElement.addCommentModeChange&&this.commentElement.addCommentModeChange().subscribe((t=>{this.addCommentMode=t})),(null===(o=this.commentElement)||void 0===o?void 0:o.enableOrphanComments)&&this.commentElement.enableOrphanComments(),(null===(n=this.commentElement)||void 0===n?void 0:n.enableAutoCategorize)&&this.commentElement.enableAutoCategorize(),(null===(s=this.commentElement)||void 0===s?void 0:s.enablePersistentCommentMode)&&this.commentElement.enablePersistentCommentMode(),(null===(r=this.commentElement)||void 0===r?void 0:r.enableGhostComments)&&this.commentElement.enableGhostComments();const i=null===window||void 0===window?void 0:window.SUPERFLOW_CUSTOM_STATUSES;i&&"object"==typeof i&&(null===(a=this.commentElement)||void 0===a?void 0:a.setCustomStatuses)&&this.commentElement.setCustomStatuses(i)}this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.rewriterElement&&(null===(l=this.rewriterElement)||void 0===l||l.enableRewriter()),this.presenceElement&&(null===(c=this.presenceElement)||void 0===c?void 0:c.enableFlockMode)&&(null===(d=this.presenceElement)||void 0===d||d.enableFlockMode(!0)),this.identifySnippyly()}catch(t){this.loading=!1,console.warn("Error in initializeSnippyly: ",t),Xn("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),Xn("Error in checkToEnableUpgradeButton: ",t)}},this.generateLocation=()=>{try{const t=new URL(document.location).searchParams,e=new URL(document.location);e.searchParams.delete(lt),e.searchParams.delete(ct),e.searchParams.delete(dt),e.searchParams.delete("scommentId"),e.searchParams.delete(gt),e.searchParams.delete(wt);const i=t.get(mt)||this.projectVersion;e.search="";let o=(t=>{try{return t.replace(/#.*$/,"")}catch(e){return console.warn("Error in removeHashFromUrl: ",e),Xn("Error in removeHashFromUrl: ",e),t}})(e.href);this.projectId&&(o=null==o?void 0:o.replace(window.location.origin,"")),this.location={url:o,version:i}}catch(t){console.warn("Error in generateLocation: ",t),Xn("Error in generateLocation: ",t)}},this.setLocation=()=>{var t,e,i,o;try{if(window.Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setLocation)){if(this.previousLocation&&(null===(t=this.previousLocation)||void 0===t?void 0:t.url)===(null===(e=this.location)||void 0===e?void 0:e.url)&&(null===(i=this.previousLocation)||void 0===i?void 0:i.version)===(null===(o=this.location)||void 0===o?void 0:o.version))return;null===Snippyly||void 0===Snippyly||Snippyly.setLocation(JSON.parse(JSON.stringify(this.location))),this.previousLocation=JSON.parse(JSON.stringify(this.location))}}catch(t){console.warn("Error in setLocation: ",t),Xn("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,e;try{this.invalidApiKey=!1;let e,i={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};e=this.customLoginEnabled&&this.providedUser?this.providedUser:Pn(),(null==e?void 0:e.email)&&(i=e),i.isAnonymous?delete i.groupId:i.groupId=Snippyly.getDocumentId()+"",this.customLoginEnabledLocally||(null===(t=null==i?void 0:i.contacts)||void 0===t?void 0:t.length)&&(i.contacts=[]),(null==i?void 0:i.isAnonymous)||(this.loading=!0);const o=await Snippyly.identify(i);Gn(o),(null==i?void 0:i.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(i))),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.isPlanExpired$)&&(null===Snippyly||void 0===Snippyly||Snippyly.isPlanExpired$().subscribe((t=>{this.isPlanExpired=t}),(t=>{this.isPlanExpired=!1,console.warn("Error in isPlanExpired$: ",t),Xn("Error in isPlanExpired$: ",t)}))),Wn({clientUserId:null==i?void 0:i.userId}),this.getComments(),this.checkGlobalUserContact(),setTimeout((()=>{Rn(yt)||(this.showTourCommentTooltip=!0)}),2e3)}catch(t){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),console.warn("Error in identifySnippyly: ",t),Xn("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 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),Xn("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),Xn("Error in checkGlobalUserContact: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),Xn("Error in toggleSnippylyPluginToolbar: ",t)}},this.loginWithGoogle=()=>{try{if(this.loading||this.customLoginEnabledLocally)return;window.open(`${Ft}/signup?redirect_url=${encodeURIComponent(window.location.href)}&source=sf`,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),Xn("Error in loginWithGoogle: ",t)}},this.getQRCode=async()=>{try{const t=window.location.href;if(t){const e=Zn(t,At,Ht),i=await fetch(`https://us-central1-snipply-sdk-staging.cloudfunctions.net/getQRCode?text=${encodeURIComponent(e)}`),o=await i.json();(null==o?void 0:o.qrcode)&&(this.qrCode=null==o?void 0:o.qrcode)}}catch(t){console.warn("Error in getQRCode: ",t),Xn("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),Xn("Error in toggleQRCodeVisibility: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,Un(lt),Un(ct),Un(dt),Un(vt,"sessionStorage"),Un(ft,"sessionStorage");const t=new URL(document.location),e=t.searchParams;e.delete(dt),e.delete(lt),e.delete(ct),this.projectVersionKey&&e.delete(this.projectVersionKey),e.delete(mt),e.delete(gt),e.delete(wt),this.projectVersion=void 0,this.projectVersionKey=void 0,delete window.snippylyInitialLoadUrl,window.history.replaceState({},document.title,t.href),window.location.reload()}catch(t){console.warn("Error in removeSnippyly: ",t),Xn("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),Un(ht),Un(pt),this.snippylyUser=void 0,window.open(`${Ft}/signout?redirect_url=${encodeURIComponent(window.location.href)}&source=sf`,"_self")}catch(t){console.warn("Error in signOutUser: ",t),Xn("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),Xn("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),Xn("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),Xn("Error in setViewMode: ",t)}},this.goToAdminPortal=()=>{try{let t=`${Ft}`;if(Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId)){const e=null===Snippyly||void 0===Snippyly?void 0:Snippyly.getDocumentId();e&&(t=`${Ft}/dashboard/project/comment/${this.apiKey}/${e}`)}window.open(t,"_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),Xn("Error in goToAdminPortal: ",t)}},this.joinCommunity=()=>{try{window.open("https://join.slack.com/t/superflowusers/shared_invite/zt-1pdbjok4g-0sRhuBwPVC73eO9KVGDtag","_blank")}catch(t){console.warn("Error in joinCommunity: ",t),Xn("Error in joinCommunity: ",t)}},this.onboardingNextClick=()=>{try{this.showOnboardingModal=!1,jn(gt,"true");const t=new URL(document.location);t.searchParams.delete(gt),window.history.replaceState({},document.title,t.href)}catch(t){console.warn("Error in onboardingNextClick: ",t),Xn("Error in onboardingNextClick: ",t)}},this.onLiveDemoModalNextClick=()=>{try{this.showLiveDemoModal=!1,jn(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),Xn("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),Xn("Error in onFigmaDemoModalNextClick: ",t)}},this.onUpgradePlanClick=()=>{try{window.open("https://snippyly-self-serve-platform.web.app/dashboard/billing","_blank")}catch(t){console.warn("Error in onUpgradePlanClick: ",t),Xn("Error in onUpgradePlanClick: ",t)}},this.onTourCommentTooltipClick=()=>{try{this.showTourCommentTooltip=!1,jn(yt,"true")}catch(t){console.warn("Error in onTourCommentTooltipClick: ",t),Xn("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),Xn("Error in disableAddCommentMode: ",t)}},this.disableCommentModeButton=()=>{try{return this.addCommentMode?V`
|
|
1347
1347
|
<div class="disable-add-comment-button" @click=${()=>this.disableCommentMode()}>
|
|
1348
1348
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1349
1349
|
<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"/>
|
|
1350
1350
|
</svg>
|
|
1351
1351
|
</div>
|
|
1352
|
-
`:
|
|
1352
|
+
`:V``}catch(t){return console.warn("Error in disableAddCommentModeButton: ",t),Xn("Error in disableAddCommentModeButton: ",t),V``}},window.Superflow={enableCustomLogin:async()=>{this.customLoginEnabledLocally=!0,Un(pt),await this.checkCustomLoginEnabled()},identify:async t=>{this.providedUser=t,this.customLoginEnabled&&this.loginWithCustomUser()}},ns=!0,this.autoTranslation=!0;try{this.detectVersion(),this.setWindowEventListner(),this.urlChangeListener(),this.checkUrl(),console.log("*** Staging Mode ON! ***")}catch(t){console.warn("Error in constructor: ",t),Xn("Error in constructor: ",t)}}get loadPlugin(){return this._loadPlugin}set loadPlugin(t){var e,i,o,n,s,r,a,l,c,d;this._loadPlugin=t,this.loadPlugin?(this.classList.add("visible"),null===(i=null===(e=null===document||void 0===document?void 0:document.body)||void 0===e?void 0:e.style)||void 0===i||i.setProperty("transform","none","important"),null===(s=null===(n=null===(o=null===document||void 0===document?void 0:document.body)||void 0===o?void 0:o.parentElement)||void 0===n?void 0:n.style)||void 0===s||s.setProperty("transform","none","important"),null===(a=null===(r=null===document||void 0===document?void 0:document.body)||void 0===r?void 0:r.style)||void 0===a||a.setProperty("perspective","none","important"),null===(d=null===(c=null===(l=null===document||void 0===document?void 0:document.body)||void 0===l?void 0:l.parentElement)||void 0===c?void 0:c.style)||void 0===d||d.setProperty("perspective","none","important")):this.classList.remove("visible")}get expanded(){return this._expanded}set expanded(t){this._expanded=t,this.expanded?this.classList.add("expanded"):this.classList.remove("expanded")}get isPlanExpired(){return this._isPlanExpired}set isPlanExpired(t){this._isPlanExpired=t,this.checkToEnableUpgradeButton()}get apiKey(){return this._apiKey}set apiKey(t){this._apiKey=t,this.onApiKeyChange(),Wn({apiKey:this.apiKey}),this.checkUrl()}get projectVersionKey(){return this._projectVersionKey}set projectVersionKey(t){try{this._projectVersionKey=t,this.projectVersionKey&&jn(vt,this.projectVersionKey,!1,"sessionStorage"),this.exitReviewModeCalled||this.detectVersion()}catch(t){console.warn("Error in set projectVersionKey: ",t),Xn("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="2147483577",setTimeout((()=>{const t=document.querySelectorAll('script[src*="snippyly.min.js"]');(null==t?void 0:t.length)>1&&console.warn("Multiple superflow scripts installed.")}),1e3)}render(){var t,e,i,o,n,s,r,a,l;return this.loadPlugin?!this.snippylyUser||this.loading||null===this.isPlanExpired?V`
|
|
1353
1353
|
<div class="snippyly-plugin-container">
|
|
1354
1354
|
<div class="toolbar" id="smallToolbar">
|
|
1355
1355
|
<!-- <div class="toolbar-section">
|
|
@@ -1378,12 +1378,12 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1378
1378
|
<div class="toolbar-section">
|
|
1379
1379
|
<div class="toolbar-divider"></div>
|
|
1380
1380
|
</div>
|
|
1381
|
-
${this.snippylyUserRole?
|
|
1382
|
-
<div class="toolbar-section comment-viewmode-section ${
|
|
1383
|
-
<div class="toolbar-actions1 ${
|
|
1381
|
+
${this.snippylyUserRole?V`
|
|
1382
|
+
<div class="toolbar-section comment-viewmode-section ${at({"d-none":!this.expanded})}">
|
|
1383
|
+
<div class="toolbar-actions1 ${at({"d-none":!this.commentElement})}">
|
|
1384
1384
|
<velt-sidebar-button>
|
|
1385
1385
|
<div class="action-border tooltip">
|
|
1386
|
-
<div class="tooltiptext"
|
|
1386
|
+
<div class="tooltiptext">${rs("All Comments")}</div>
|
|
1387
1387
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
1388
1388
|
<g clip-path="url(#clip0_5417_64176)">
|
|
1389
1389
|
<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"/>
|
|
@@ -1398,15 +1398,15 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1398
1398
|
</div>
|
|
1399
1399
|
</velt-sidebar-button>
|
|
1400
1400
|
</div>
|
|
1401
|
-
<div class="toolbar-section ${
|
|
1401
|
+
<div class="toolbar-section ${at({"d-none":!this.commentElement})}">
|
|
1402
1402
|
<div class="toolbar-divider"></div>
|
|
1403
1403
|
</div>
|
|
1404
1404
|
</div>
|
|
1405
1405
|
`:null}
|
|
1406
|
-
${!this.customLoginEnabledLocally||this.loading?
|
|
1406
|
+
${!this.customLoginEnabledLocally||this.loading?V`
|
|
1407
1407
|
<div class="toolbar-section" @click=${()=>this.loginWithGoogle()}>
|
|
1408
|
-
<a class="toolbar-button sign-in-button ${
|
|
1409
|
-
${this.loading?
|
|
1408
|
+
<a class="toolbar-button sign-in-button ${at({loading:this.loading})}">
|
|
1409
|
+
${this.loading?V`
|
|
1410
1410
|
<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">
|
|
1411
1411
|
<g transform="rotate(0 50 50)">
|
|
1412
1412
|
<rect x="47" y="6" rx="3" ry="12" width="6" height="24" fill="white">
|
|
@@ -1458,19 +1458,19 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1458
1458
|
</rect>
|
|
1459
1459
|
</g>
|
|
1460
1460
|
</svg>
|
|
1461
|
-
Signing In
|
|
1462
|
-
`:
|
|
1461
|
+
${rs("Signing In")}
|
|
1462
|
+
`:V`${this.signInError?V`
|
|
1463
1463
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1464
1464
|
<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"/>
|
|
1465
1465
|
<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"/>
|
|
1466
1466
|
</svg>
|
|
1467
|
-
<span
|
|
1468
|
-
`:
|
|
1467
|
+
<span>${rs("Sign in again!")}</span>
|
|
1468
|
+
`:V`
|
|
1469
1469
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1470
1470
|
<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"/>
|
|
1471
1471
|
<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"/>
|
|
1472
1472
|
</svg>
|
|
1473
|
-
<span
|
|
1473
|
+
<span>${rs("Sign in to comment")}</span>
|
|
1474
1474
|
`}`}
|
|
1475
1475
|
</a>
|
|
1476
1476
|
</div>
|
|
@@ -1495,12 +1495,12 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1495
1495
|
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"
|
|
1496
1496
|
fill="#A259FE" />
|
|
1497
1497
|
</svg>
|
|
1498
|
-
<p
|
|
1498
|
+
<p>${rs("Superflow")}</p>
|
|
1499
1499
|
</div>
|
|
1500
1500
|
<div class="menu-point-wrap">
|
|
1501
|
-
Sign in to comment on this page.
|
|
1501
|
+
${rs("Sign in to comment on this page.")}
|
|
1502
1502
|
<a href="https://www.usesuperflow.com/features" target="_blank">
|
|
1503
|
-
Learn more
|
|
1503
|
+
${rs("Learn more")}
|
|
1504
1504
|
<svg width="14" height="14" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1505
1505
|
<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"/>
|
|
1506
1506
|
<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"/>
|
|
@@ -1508,15 +1508,17 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1508
1508
|
</a>
|
|
1509
1509
|
</div>
|
|
1510
1510
|
<hr />
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1511
|
+
${(null===window||void 0===window?void 0:window.Velt)?V`
|
|
1512
|
+
<div class="menu-point">
|
|
1513
|
+
<velt-user-request-tool type="feedback"></velt-user-request-tool>
|
|
1514
|
+
</div>
|
|
1515
|
+
<div class="menu-point">
|
|
1516
|
+
<velt-user-request-tool type="reportBug"></velt-user-request-tool>
|
|
1517
|
+
</div>
|
|
1518
|
+
<div class="menu-point">
|
|
1519
|
+
<velt-user-request-tool type="contactUs"></velt-user-request-tool>
|
|
1520
|
+
</div>
|
|
1521
|
+
`:V``}
|
|
1520
1522
|
<div class="menu-point" @click=${()=>this.joinCommunity()}>
|
|
1521
1523
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1522
1524
|
<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" />
|
|
@@ -1524,7 +1526,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1524
1526
|
<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" />
|
|
1525
1527
|
<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" />
|
|
1526
1528
|
</svg>
|
|
1527
|
-
<p
|
|
1529
|
+
<p>${rs("Join Community")}</p>
|
|
1528
1530
|
</div>
|
|
1529
1531
|
<hr />
|
|
1530
1532
|
<div class="menu-point" @click=${()=>this.toggleQRCodeVisibility()}>
|
|
@@ -1535,7 +1537,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1535
1537
|
<path fill="#777E91" d="M9 2h5v5H9V2Zm1 1v3h3V3h-3ZM8 8v2h1v1H8v1h2v-2h1v2h1v-1h2v-1h-3V8H8Zm2 2H9V9h1v1Zm4 2h-1v1h-2v1h3v-2Zm-4 2v-1H8v1h2Z"/>
|
|
1536
1538
|
<path fill="#777E91" d="M12 9h2V8h-2v1Z"/>
|
|
1537
1539
|
</svg>
|
|
1538
|
-
<p
|
|
1540
|
+
<p>${rs("Open in Mobile")}</p>
|
|
1539
1541
|
</div>
|
|
1540
1542
|
<div class="menu-point" @click=${()=>this.removeSnippyly()}>
|
|
1541
1543
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -1543,15 +1545,15 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1543
1545
|
<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"/>
|
|
1544
1546
|
</svg>
|
|
1545
1547
|
|
|
1546
|
-
<p
|
|
1548
|
+
<p>${rs("Exit Review Mode")}</p>
|
|
1547
1549
|
</div>
|
|
1548
|
-
${this.customLoginEnabledLocally?null:
|
|
1550
|
+
${this.customLoginEnabledLocally?null:V`
|
|
1549
1551
|
<div class="menu-point" @click=${()=>this.loginWithGoogle()}>
|
|
1550
1552
|
<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1551
1553
|
<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"/>
|
|
1552
1554
|
<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"/>
|
|
1553
1555
|
</svg>
|
|
1554
|
-
<p
|
|
1556
|
+
<p>${rs("Sign in")}</p>
|
|
1555
1557
|
</div>
|
|
1556
1558
|
`}
|
|
1557
1559
|
</div>
|
|
@@ -1567,46 +1569,46 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1567
1569
|
</svg>
|
|
1568
1570
|
</div>
|
|
1569
1571
|
</div>
|
|
1570
|
-
${this.showQrCode&&this.qrCode?
|
|
1572
|
+
${this.showQrCode&&this.qrCode?V`
|
|
1571
1573
|
<div class="qrcode-container">
|
|
1572
1574
|
<img class="qrcode" src=${this.qrCode} />
|
|
1573
1575
|
<button class="qrcode-container-close-btn" @click=${()=>this.toggleQRCodeVisibility()}>x</button>
|
|
1574
1576
|
</div>
|
|
1575
1577
|
`:null}
|
|
1576
1578
|
</div>
|
|
1577
|
-
${this.showLiveDemoModal?
|
|
1579
|
+
${this.showLiveDemoModal?V`
|
|
1578
1580
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onLiveDemoModalNextClick()}>
|
|
1579
1581
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
1580
1582
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
1581
1583
|
<div class="s-modal-text">
|
|
1582
|
-
<h1
|
|
1584
|
+
<h1>${rs("Try Superflow using the toolbar below.")}</h1>
|
|
1583
1585
|
<p>
|
|
1584
|
-
Get ready to drop your first comment! <br/>
|
|
1585
|
-
But before you do that, you definitely deserve a high five!
|
|
1586
|
+
${rs("Get ready to drop your first comment!")} <br/>
|
|
1587
|
+
${rs("But before you do that, you definitely deserve a high five!")}
|
|
1586
1588
|
</p>
|
|
1587
1589
|
</div>
|
|
1588
|
-
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}
|
|
1590
|
+
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${rs("Done")}</div>
|
|
1589
1591
|
</div>
|
|
1590
1592
|
</div>
|
|
1591
|
-
`:
|
|
1592
|
-
${this.showFigmaDemoModal?
|
|
1593
|
+
`:V``}
|
|
1594
|
+
${this.showFigmaDemoModal?V`
|
|
1593
1595
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onFigmaDemoModalNextClick()}>
|
|
1594
1596
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
1595
1597
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
1596
1598
|
<div class="s-modal-text">
|
|
1597
1599
|
<h1>
|
|
1598
|
-
Sign in on the toolbar below and add<br/>
|
|
1599
|
-
comments on the design flaws.
|
|
1600
|
+
${rs("Sign in on the toolbar below and add")}<br/>
|
|
1601
|
+
${rs("comments on the design flaws.")}
|
|
1600
1602
|
</h1>
|
|
1601
1603
|
</div>
|
|
1602
|
-
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}
|
|
1604
|
+
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${rs("Done")}</div>
|
|
1603
1605
|
</div>
|
|
1604
1606
|
</div>
|
|
1605
|
-
`:
|
|
1606
|
-
`:
|
|
1607
|
+
`:V``}
|
|
1608
|
+
`:V`
|
|
1607
1609
|
<div class="snippyly-plugin-container">
|
|
1608
1610
|
${this.disableCommentModeButton()}
|
|
1609
|
-
<div class="toolbar ${
|
|
1611
|
+
<div class="toolbar ${at({expanded:this.expanded,"add-comment-mode":this.addCommentMode})}">
|
|
1610
1612
|
|
|
1611
1613
|
<!-- icon + logo -->
|
|
1612
1614
|
<div class="toolbar-section toolbar-toggle-icon d-sm-none" @click=${()=>this.toggleSnippylyPluginToolbar()}>
|
|
@@ -1616,7 +1618,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1616
1618
|
</svg>
|
|
1617
1619
|
</div>
|
|
1618
1620
|
|
|
1619
|
-
<div class="toolbar-section snippyly-logo ${
|
|
1621
|
+
<div class="toolbar-section snippyly-logo ${at({"d-xs-none":this.expanded})}" @click=${()=>this.toggleSnippylyPluginToolbar()}>
|
|
1620
1622
|
<!-- <img class="toolbar-logo"
|
|
1621
1623
|
src="https://drive.google.com/uc?export=view&id=1x4HyR7dk3bbCXoeWS-Sy8NZ_EI-f6nR2"> -->
|
|
1622
1624
|
<svg class="toolbar-logo" width="28" height="28" viewBox="0 0 20 20" fill="none"
|
|
@@ -1638,14 +1640,14 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1638
1640
|
|
|
1639
1641
|
<!-- Below features should only be allowed if user role is available -->
|
|
1640
1642
|
|
|
1641
|
-
${this.snippylyUserRole&&!this.isPlanExpired?
|
|
1643
|
+
${this.snippylyUserRole&&!this.isPlanExpired?V`
|
|
1642
1644
|
<!-- divider -->
|
|
1643
|
-
<div class="toolbar-section d-xs-none ${
|
|
1645
|
+
<div class="toolbar-section d-xs-none ${at({"d-none":!this.expanded})}">
|
|
1644
1646
|
<div class="toolbar-divider"></div>
|
|
1645
1647
|
</div>
|
|
1646
1648
|
|
|
1647
1649
|
<!-- avatars -->
|
|
1648
|
-
<div class="toolbar-section presence-section d-sm-none ${
|
|
1650
|
+
<div class="toolbar-section presence-section d-sm-none ${at({"d-none":!this.expanded})}">
|
|
1649
1651
|
<div class="toolbar-avatars">
|
|
1650
1652
|
<velt-presence max-users="4"></velt-presence>
|
|
1651
1653
|
<!-- <div class="avatar blue overlapped">
|
|
@@ -1671,27 +1673,27 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1671
1673
|
</div> -->
|
|
1672
1674
|
|
|
1673
1675
|
<!-- actions -->
|
|
1674
|
-
<div class="toolbar-section huddle-recorder-section ${
|
|
1676
|
+
<div class="toolbar-section huddle-recorder-section ${at({"d-none":!this.expanded})}">
|
|
1675
1677
|
<div class="toolbar-actions">
|
|
1676
1678
|
<div class="action tooltip comment-tool-container">
|
|
1677
|
-
<div class="tooltiptext"
|
|
1678
|
-
${this.showTourCommentTooltip?
|
|
1679
|
+
<div class="tooltiptext">${rs("Comment")}</div>
|
|
1680
|
+
${this.showTourCommentTooltip?V`
|
|
1679
1681
|
<div class="tour-tooltiptext" @click=${()=>this.onTourCommentTooltipClick()}>
|
|
1680
|
-
<div class="tour-tooltip-content"
|
|
1681
|
-
<button class="tour-tooltip-action" @click=${()=>this.onTourCommentTooltipClick()}
|
|
1682
|
+
<div class="tour-tooltip-content">${rs("Click to add comments on this page.")}</div>
|
|
1683
|
+
<button class="tour-tooltip-action" @click=${()=>this.onTourCommentTooltipClick()}>${rs("Ok")}</button>
|
|
1682
1684
|
</div>
|
|
1683
1685
|
`:null}
|
|
1684
1686
|
<velt-comment-tool class="custom-tool">
|
|
1685
1687
|
<div class="action" slot="button" @click=${()=>this.onTourCommentTooltipClick()}>
|
|
1686
|
-
<svg class="toolbar-icon ${
|
|
1688
|
+
<svg class="toolbar-icon ${at({active:this.addCommentMode||this.showTourCommentTooltip})}" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1687
1689
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
1688
1690
|
d="M17.7608 6.03888C21.6888 6.64595 24.7153 9.3481 25.7503 13.1722C26.0832 14.4028 26.0832 16.5981 25.7503 17.8287C24.8136 21.2897 22.3047 23.7986 18.8437 24.7353C18.1546 24.9217 17.6783 24.9695 16.5154 24.9685C14.9367 24.9672 14.1823 24.8254 12.8496 24.2792L12.1364 23.9869L9.93697 24.5342C7.8786 25.0464 7.71866 25.071 7.44436 24.917C6.90064 24.6118 6.90443 24.3818 7.49147 22.0353L8.03021 19.8823L7.73728 19.1677C7.19053 17.8336 7.04867 17.0796 7.04737 15.5005C7.0464 14.3376 7.09415 13.8613 7.28063 13.1722C8.21127 9.73361 10.737 7.1939 14.1308 6.28405C14.9298 6.06985 17.0392 5.92745 17.7608 6.03888ZM14.2233 8.05664C12.9452 8.46912 12.019 9.04056 11.0373 10.0223C9.57907 11.4805 8.85364 13.0991 8.75174 15.1214C8.68947 16.3572 8.85884 17.3544 9.31582 18.4435C9.47381 18.8201 9.65855 19.2624 9.72624 19.4266C9.82922 19.6761 9.78471 19.9865 9.45432 21.3204C9.23688 22.1979 9.06827 22.9251 9.07953 22.9364C9.09079 22.9476 9.81796 22.779 10.6955 22.5616C12.0294 22.2312 12.3398 22.1867 12.5893 22.2897C12.7535 22.3573 13.1958 22.5421 13.5724 22.7001C14.6615 23.1571 15.6587 23.3264 16.8945 23.2642C18.9168 23.1623 20.5354 22.4368 21.9936 20.9786C22.968 20.0042 23.5361 19.0878 23.9685 17.7926C24.2112 17.0656 24.2457 16.7805 24.2457 15.5005C24.2457 14.2204 24.2112 13.9353 23.9685 13.2083C23.5361 11.9132 22.968 10.9967 21.9936 10.0223C20.3414 8.37025 18.566 7.66777 16.2447 7.74769C15.3595 7.77823 14.8403 7.8575 14.2233 8.05664Z" />
|
|
1689
1691
|
</svg>
|
|
1690
1692
|
</div>
|
|
1691
1693
|
</velt-comment-tool>
|
|
1692
1694
|
</div>
|
|
1693
|
-
<div class="action tooltip ${
|
|
1694
|
-
<div class="tooltiptext"
|
|
1695
|
+
<div class="action tooltip ${at({"d-none":this.addCommentMode})}">
|
|
1696
|
+
<div class="tooltiptext">${rs("Arrow")}</div>
|
|
1695
1697
|
<velt-arrow-tool class="custom-tool">
|
|
1696
1698
|
<div class="action">
|
|
1697
1699
|
<svg class="toolbar-icon" width="32" height="32" viewBox="0 0 32 32"
|
|
@@ -1702,13 +1704,13 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1702
1704
|
</div>
|
|
1703
1705
|
</velt-arrow-tool>
|
|
1704
1706
|
</div>
|
|
1705
|
-
<div class="tooltip cursor-pointer ${
|
|
1706
|
-
<div class="tooltiptext"
|
|
1707
|
+
<div class="tooltip cursor-pointer ${at({"d-none":this.addCommentMode})}">
|
|
1708
|
+
<div class="tooltiptext">${rs("Live Huddle")}</div>
|
|
1707
1709
|
<velt-huddle-tool type="all"></velt-huddle-tool>
|
|
1708
1710
|
</div>
|
|
1709
|
-
${this.staging&&!this.addCommentMode?
|
|
1711
|
+
${this.staging&&!this.addCommentMode?V`
|
|
1710
1712
|
<div class="tooltip cursor-pointer">
|
|
1711
|
-
<div class="tooltiptext"
|
|
1713
|
+
<div class="tooltiptext">${rs("Recording")}</div>
|
|
1712
1714
|
<velt-recorder-tool type="all"></velt-recorder-tool>
|
|
1713
1715
|
</div>
|
|
1714
1716
|
`:null}
|
|
@@ -1716,16 +1718,16 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1716
1718
|
</div>
|
|
1717
1719
|
|
|
1718
1720
|
<!-- divider -->
|
|
1719
|
-
<div class="toolbar-section ${
|
|
1721
|
+
<div class="toolbar-section ${at({"d-none":!this.expanded||this.addCommentMode})}">
|
|
1720
1722
|
<div class="toolbar-divider"></div>
|
|
1721
1723
|
</div>
|
|
1722
1724
|
|
|
1723
1725
|
<!-- actions 1 -->
|
|
1724
|
-
<div class="toolbar-section comment-viewmode-section ${
|
|
1726
|
+
<div class="toolbar-section comment-viewmode-section ${at({"d-none":!this.expanded||this.addCommentMode})}">
|
|
1725
1727
|
<div class="toolbar-actions1">
|
|
1726
1728
|
<velt-sidebar-button>
|
|
1727
1729
|
<div class="action-border tooltip">
|
|
1728
|
-
<div class="tooltiptext"
|
|
1730
|
+
<div class="tooltiptext">${rs("Open Comments")}</div>
|
|
1729
1731
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
1730
1732
|
<g clip-path="url(#clip0_5417_64176)">
|
|
1731
1733
|
<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"/>
|
|
@@ -1736,18 +1738,18 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1736
1738
|
</clipPath>
|
|
1737
1739
|
</defs>
|
|
1738
1740
|
</svg>
|
|
1739
|
-
<p class="action-text">${null===(
|
|
1741
|
+
<p class="action-text">${null===(e=this.comments)||void 0===e?void 0:e.length}</p>
|
|
1740
1742
|
</div>
|
|
1741
1743
|
</velt-sidebar-button>
|
|
1742
|
-
${this.isUserGlobalContact||"Admin"===this.snippylyUserRole?
|
|
1744
|
+
${this.isUserGlobalContact||"Admin"===this.snippylyUserRole?V`
|
|
1743
1745
|
<velt-menu class="d-sm-none">
|
|
1744
1746
|
<div menu-trigger class="action-border dropdown tooltip">
|
|
1745
|
-
<div class="tooltiptext"
|
|
1747
|
+
<div class="tooltiptext">${rs("Views")}</div>
|
|
1746
1748
|
<svg width="16" height="24" viewBox="0 0 16 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1747
1749
|
<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"/>
|
|
1748
1750
|
<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"/>
|
|
1749
1751
|
</svg>
|
|
1750
|
-
<p class="action-text" style="margin-left:4px">${this.viewMode||"External"}</p>
|
|
1752
|
+
<p class="action-text" style="margin-left:4px">${rs(this.viewMode||"External")}</p>
|
|
1751
1753
|
<svg class="toolbar-icon-dropdown-arrow" viewBox="0 0 16 16" fill="none"
|
|
1752
1754
|
xmlns="http://www.w3.org/2000/svg">
|
|
1753
1755
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
@@ -1755,9 +1757,9 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1755
1757
|
</svg>
|
|
1756
1758
|
</div>
|
|
1757
1759
|
<div menu-items>
|
|
1758
|
-
<div @click=${()=>this.setViewMode("Internal")}
|
|
1759
|
-
<div @click=${()=>this.setViewMode(null)}
|
|
1760
|
-
<div @click=${()=>this.setViewMode("All")}
|
|
1760
|
+
<div @click=${()=>this.setViewMode("Internal")}>${rs("Internal")}</div>
|
|
1761
|
+
<div @click=${()=>this.setViewMode(null)}>${rs("External")}</div>
|
|
1762
|
+
<div @click=${()=>this.setViewMode("All")}>${rs("All")}</div>
|
|
1761
1763
|
</div>
|
|
1762
1764
|
</velt-menu>
|
|
1763
1765
|
`:null}
|
|
@@ -1765,19 +1767,19 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1765
1767
|
</div>
|
|
1766
1768
|
|
|
1767
1769
|
<!-- divider -->
|
|
1768
|
-
<div class="toolbar-section ${
|
|
1770
|
+
<div class="toolbar-section ${at({"d-none":!this.expanded||this.addCommentMode})}">
|
|
1769
1771
|
<div class="toolbar-divider"></div>
|
|
1770
|
-
</div>`:
|
|
1771
|
-
${this.isPlanExpired&&this.isUserGlobalContact?
|
|
1772
|
+
</div>`:V`
|
|
1773
|
+
${this.isPlanExpired&&this.isUserGlobalContact?V`
|
|
1772
1774
|
<div>
|
|
1773
1775
|
<a class="toolbar-button sign-in-button" @click=${()=>this.onUpgradePlanClick()}>
|
|
1774
|
-
Upgrade
|
|
1776
|
+
${rs("Upgrade")}
|
|
1775
1777
|
</a>
|
|
1776
1778
|
</div>
|
|
1777
1779
|
`:null}
|
|
1778
|
-
<div class="tooltip ${
|
|
1780
|
+
<div class="tooltip ${at({"d-none":!this.expanded||this.addCommentMode})}">
|
|
1779
1781
|
<div class="tooltiptext">
|
|
1780
|
-
${this.snippylyUserRole?this.isUserGlobalContact?"Your plan has expired! Please upgrade.":
|
|
1782
|
+
${this.snippylyUserRole?this.isUserGlobalContact?rs("Your plan has expired! Please upgrade."):V`${rs("Your plan has expired!")} <br/> ${rs("Please contact the admin.")}`:V`${rs("You don't have access.")} <br/> ${rs("Reach out to the admin of this project.")}`}
|
|
1781
1783
|
</div>
|
|
1782
1784
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1783
1785
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16ZM13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V12Z" fill="#FF7162"/>
|
|
@@ -1786,22 +1788,22 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1786
1788
|
`}
|
|
1787
1789
|
|
|
1788
1790
|
<!-- actions 2 -->
|
|
1789
|
-
<div class="toolbar-section user-profile-section ${
|
|
1791
|
+
<div class="toolbar-section user-profile-section ${at({"d-none":!this.expanded||this.addCommentMode})}">
|
|
1790
1792
|
<div class="toolbar-actions2">
|
|
1791
|
-
${"Admin"===this.snippylyUserRole&&this.staging&&!this.isPlanExpired?
|
|
1793
|
+
${"Admin"===this.snippylyUserRole&&this.staging&&!this.isPlanExpired?V`
|
|
1792
1794
|
<div class="action tooltip cursor-pointer d-sm-none user-invite-tool-container">
|
|
1793
|
-
<div class="tooltiptext"
|
|
1795
|
+
<div class="tooltiptext">${rs("Share")}</div>
|
|
1794
1796
|
<velt-user-invite-tool></velt-user-invite-tool>
|
|
1795
1797
|
</div>
|
|
1796
1798
|
`:null}
|
|
1797
1799
|
<div class="action">
|
|
1798
|
-
${(null===(
|
|
1800
|
+
${(null===(i=this.snippylyUser)||void 0===i?void 0:i.photoUrl)?V`<img class="toolbar-img profile-img" src=${null===(o=this.snippylyUser)||void 0===o?void 0:o.photoUrl} referrerpolicy="no-referrer" title=${null===(n=this.snippylyUser)||void 0===n?void 0:n.name} />`:V`<div class="profile-initial"><span>${(null===(r=null===(s=this.snippylyUser)||void 0===s?void 0:s.name)||void 0===r?void 0:r.charAt(0))||(null===(l=null===(a=this.snippylyUser)||void 0===a?void 0:a.email)||void 0===l?void 0:l.charAt(0))}</span></div>`}
|
|
1799
1801
|
</div>
|
|
1800
1802
|
</div>
|
|
1801
1803
|
</div>
|
|
1802
1804
|
|
|
1803
1805
|
<!-- context menu icon -->
|
|
1804
|
-
<div class="toolbar-section ${
|
|
1806
|
+
<div class="toolbar-section ${at({"d-none":!this.expanded||this.addCommentMode})}">
|
|
1805
1807
|
<div class="toolbar-section s-more-menu dropdown">
|
|
1806
1808
|
<div class="dropdown-content">
|
|
1807
1809
|
<div class="menu-point header disable-hover">
|
|
@@ -1820,12 +1822,12 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1820
1822
|
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"
|
|
1821
1823
|
fill="#A259FE" />
|
|
1822
1824
|
</svg>
|
|
1823
|
-
<p
|
|
1825
|
+
<p>${rs("Superflow")}</p>
|
|
1824
1826
|
</div>
|
|
1825
1827
|
<div class="menu-point-wrap">
|
|
1826
|
-
Add comments & recordings on this page.
|
|
1828
|
+
${rs("Add comments & recordings on this page.")}
|
|
1827
1829
|
<a href="https://www.usesuperflow.com/features" target="_blank">
|
|
1828
|
-
Learn more
|
|
1830
|
+
${rs("Learn more")}
|
|
1829
1831
|
<svg width="14" height="14" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1830
1832
|
<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"/>
|
|
1831
1833
|
<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"/>
|
|
@@ -1833,16 +1835,16 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1833
1835
|
</a>
|
|
1834
1836
|
</div>
|
|
1835
1837
|
<hr />
|
|
1836
|
-
${this.isUserGlobalContact?
|
|
1838
|
+
${this.isUserGlobalContact?V`
|
|
1837
1839
|
<div class="menu-point" @click=${()=>this.goToAdminPortal()}>
|
|
1838
1840
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1839
1841
|
<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"/>
|
|
1840
1842
|
<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"/>
|
|
1841
1843
|
</svg>
|
|
1842
|
-
<p
|
|
1844
|
+
<p>${rs("View project")}</p>
|
|
1843
1845
|
</div>
|
|
1844
1846
|
<hr />
|
|
1845
|
-
`:
|
|
1847
|
+
`:V``}
|
|
1846
1848
|
<div class="menu-point">
|
|
1847
1849
|
<velt-user-request-tool type="feedback"></velt-user-request-tool>
|
|
1848
1850
|
</div>
|
|
@@ -1859,7 +1861,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1859
1861
|
<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" />
|
|
1860
1862
|
<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" />
|
|
1861
1863
|
</svg>
|
|
1862
|
-
<p
|
|
1864
|
+
<p>${rs("Join Community")}</p>
|
|
1863
1865
|
</div>
|
|
1864
1866
|
<hr />
|
|
1865
1867
|
<div class="menu-point" @click=${()=>this.toggleQRCodeVisibility()}>
|
|
@@ -1870,7 +1872,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1870
1872
|
<path fill="#777E91" d="M9 2h5v5H9V2Zm1 1v3h3V3h-3ZM8 8v2h1v1H8v1h2v-2h1v2h1v-1h2v-1h-3V8H8Zm2 2H9V9h1v1Zm4 2h-1v1h-2v1h3v-2Zm-4 2v-1H8v1h2Z"/>
|
|
1871
1873
|
<path fill="#777E91" d="M12 9h2V8h-2v1Z"/>
|
|
1872
1874
|
</svg>
|
|
1873
|
-
<p
|
|
1875
|
+
<p>${rs("Open in Mobile")}</p>
|
|
1874
1876
|
</div>
|
|
1875
1877
|
<div class="menu-point" @click=${()=>this.removeSnippyly()}>
|
|
1876
1878
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -1878,9 +1880,9 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1878
1880
|
<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"/>
|
|
1879
1881
|
</svg>
|
|
1880
1882
|
|
|
1881
|
-
<p
|
|
1883
|
+
<p>${rs("Exit Review Mode")}</p>
|
|
1882
1884
|
</div>
|
|
1883
|
-
${this.customLoginEnabledLocally?null:
|
|
1885
|
+
${this.customLoginEnabledLocally?null:V`
|
|
1884
1886
|
<div class="menu-point" @click=${()=>this.signOutUser()}>
|
|
1885
1887
|
<svg
|
|
1886
1888
|
width="20"
|
|
@@ -1902,7 +1904,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1902
1904
|
fill="#4C5366"
|
|
1903
1905
|
/>
|
|
1904
1906
|
</svg>
|
|
1905
|
-
<p
|
|
1907
|
+
<p>${rs("Sign Out")}</p>
|
|
1906
1908
|
</div>
|
|
1907
1909
|
`}
|
|
1908
1910
|
</div>
|
|
@@ -1920,55 +1922,55 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
|
|
|
1920
1922
|
</div>
|
|
1921
1923
|
|
|
1922
1924
|
</div>
|
|
1923
|
-
${this.showQrCode&&this.qrCode?
|
|
1925
|
+
${this.showQrCode&&this.qrCode?V`
|
|
1924
1926
|
<div class="qrcode-container">
|
|
1925
1927
|
<img class="qrcode" src=${this.qrCode} />
|
|
1926
1928
|
<button class="qrcode-container-close-btn" @click=${()=>this.toggleQRCodeVisibility()}>x</button>
|
|
1927
1929
|
</div>
|
|
1928
1930
|
`:null}
|
|
1929
1931
|
</div>
|
|
1930
|
-
${this.showOnboardingModal?
|
|
1932
|
+
${this.showOnboardingModal?V`
|
|
1931
1933
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onboardingNextClick()}>
|
|
1932
1934
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
1933
1935
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
1934
1936
|
<div class="s-modal-text">
|
|
1935
|
-
<h1
|
|
1937
|
+
<h1>${rs("You’re a SuperFlow installation wizard!")}</h1>
|
|
1936
1938
|
<p>
|
|
1937
|
-
Get ready to drop your first comment! <br/>
|
|
1938
|
-
But before you do that, you definitely deserve a high five!
|
|
1939
|
+
${rs("Get ready to drop your first comment!")} <br/>
|
|
1940
|
+
${rs("But before you do that, you definitely deserve a high five!")}
|
|
1939
1941
|
</p>
|
|
1940
1942
|
</div>
|
|
1941
|
-
<div class="s-button s-primary" @click=${()=>this.onboardingNextClick()}
|
|
1943
|
+
<div class="s-button s-primary" @click=${()=>this.onboardingNextClick()}>${rs("Next")}</div>
|
|
1942
1944
|
</div>
|
|
1943
1945
|
</div>
|
|
1944
|
-
`:
|
|
1945
|
-
${this.showLiveDemoModal?
|
|
1946
|
+
`:V``}
|
|
1947
|
+
${this.showLiveDemoModal?V`
|
|
1946
1948
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onLiveDemoModalNextClick()}>
|
|
1947
1949
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
1948
1950
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
1949
1951
|
<div class="s-modal-text">
|
|
1950
|
-
<h1
|
|
1952
|
+
<h1>${rs("Try Superflow using the toolbar below.")}</h1>
|
|
1951
1953
|
<p>
|
|
1952
|
-
Get ready to drop your first comment! <br/>
|
|
1953
|
-
But before you do that, you definitely deserve a high five!
|
|
1954
|
+
${rs("Get ready to drop your first comment!")} <br/>
|
|
1955
|
+
${rs("But before you do that, you definitely deserve a high five!")}
|
|
1954
1956
|
</p>
|
|
1955
1957
|
</div>
|
|
1956
|
-
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}
|
|
1958
|
+
<div class="s-button s-primary" @click=${()=>this.onLiveDemoModalNextClick()}>${rs("Done")}</div>
|
|
1957
1959
|
</div>
|
|
1958
1960
|
</div>
|
|
1959
|
-
`:
|
|
1960
|
-
${this.showFigmaDemoModal?
|
|
1961
|
+
`:V``}
|
|
1962
|
+
${this.showFigmaDemoModal?V`
|
|
1961
1963
|
<div class="snippyly-plugin-modal-container" @click=${()=>this.onFigmaDemoModalNextClick()}>
|
|
1962
1964
|
<div class="s-modal" @click=${t=>null==t?void 0:t.stopPropagation()}>
|
|
1963
1965
|
<img src="https://app.usesuperflow.com/assets/party-emoji.svg" />
|
|
1964
1966
|
<div class="s-modal-text">
|
|
1965
1967
|
<h1>
|
|
1966
|
-
Sign in on the toolbar below and add<br/>
|
|
1967
|
-
comments on the design flaws.
|
|
1968
|
+
${rs("Sign in on the toolbar below and add")}<br/>
|
|
1969
|
+
${rs("comments on the design flaws.")}
|
|
1968
1970
|
</h1>
|
|
1969
1971
|
</div>
|
|
1970
|
-
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}
|
|
1972
|
+
<div class="s-button s-primary" @click=${()=>this.onFigmaDemoModalNextClick()}>${rs("Done")}</div>
|
|
1971
1973
|
</div>
|
|
1972
1974
|
</div>
|
|
1973
|
-
`:
|
|
1974
|
-
`:
|
|
1975
|
+
`:V``}
|
|
1976
|
+
`:V``}},t.SuperflowToolbar.styles=[es,is],as([nt()],t.SuperflowToolbar.prototype,"loadPlugin",null),as([nt()],t.SuperflowToolbar.prototype,"comments",void 0),as([nt()],t.SuperflowToolbar.prototype,"commentElement",void 0),as([nt()],t.SuperflowToolbar.prototype,"contactElement",void 0),as([nt()],t.SuperflowToolbar.prototype,"rewriterElement",void 0),as([nt()],t.SuperflowToolbar.prototype,"presenceElement",void 0),as([nt()],t.SuperflowToolbar.prototype,"commentSubscription",void 0),as([nt()],t.SuperflowToolbar.prototype,"selectionElement",void 0),as([nt()],t.SuperflowToolbar.prototype,"addCommentMode",void 0),as([nt()],t.SuperflowToolbar.prototype,"showTourCommentTooltip",void 0),as([nt()],t.SuperflowToolbar.prototype,"_expanded",void 0),as([nt()],t.SuperflowToolbar.prototype,"loading",void 0),as([nt()],t.SuperflowToolbar.prototype,"signInError",void 0),as([nt()],t.SuperflowToolbar.prototype,"snippylyUser",void 0),as([nt()],t.SuperflowToolbar.prototype,"snippylyUserRole",void 0),as([nt()],t.SuperflowToolbar.prototype,"_isPlanExpired",void 0),as([nt()],t.SuperflowToolbar.prototype,"showOnboardingModal",void 0),as([nt()],t.SuperflowToolbar.prototype,"showLiveDemoModal",void 0),as([nt()],t.SuperflowToolbar.prototype,"showFigmaDemoModal",void 0),as([ot()],t.SuperflowToolbar.prototype,"apiKey",null),as([ot()],t.SuperflowToolbar.prototype,"projectId",void 0),as([nt()],t.SuperflowToolbar.prototype,"staging",void 0),as([ot()],t.SuperflowToolbar.prototype,"projectVersionKey",null),as([nt()],t.SuperflowToolbar.prototype,"projectVersion",void 0),as([nt()],t.SuperflowToolbar.prototype,"_menuOpenedId",void 0),as([nt()],t.SuperflowToolbar.prototype,"copyLinkTooltip",void 0),as([nt()],t.SuperflowToolbar.prototype,"invalidApiKey",void 0),as([nt()],t.SuperflowToolbar.prototype,"documentId",void 0),as([nt()],t.SuperflowToolbar.prototype,"_isUserGlobalContact",void 0),as([nt()],t.SuperflowToolbar.prototype,"location",void 0),as([nt()],t.SuperflowToolbar.prototype,"viewMode",void 0),as([nt()],t.SuperflowToolbar.prototype,"qrCode",void 0),as([nt()],t.SuperflowToolbar.prototype,"showQrCode",void 0),as([nt()],t.SuperflowToolbar.prototype,"customLoginEnabledLocally",void 0),as([nt()],t.SuperflowToolbar.prototype,"customLoginEnabled",void 0),as([nt()],t.SuperflowToolbar.prototype,"providedUser",void 0),as([nt()],t.SuperflowToolbar.prototype,"autoTranslation",void 0),t.SuperflowToolbar=as([et("superflow-toolbar")],t.SuperflowToolbar),t.SnippylyPlugin=class extends Q{},t.SnippylyPlugin=as([et("snippyly-plugin")],t.SnippylyPlugin),Object.defineProperty(t,"u",{value:!0})}({});
|