@snippyly/plugin-staging 1.0.64 → 1.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/snippyly.js +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snippyly/plugin-staging",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
4
4
  "description": "",
5
5
  "main": "snippyly.js",
6
6
  "scripts": {
package/snippyly.js CHANGED
@@ -54,7 +54,7 @@ const nt=1;
54
54
  * Copyright 2018 Google LLC
55
55
  * SPDX-License-Identifier: BSD-3-Clause
56
56
  */
57
- const ot=(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!==nt||"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,s;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===(s=this.st)||void 0===s?void 0:s.has(t))||(i?(n.add(t),this.et.add(t)):(n.remove(t),this.et.delete(t)))}return B}}),rt="snippyly-cursor",at="snippyly-comments",lt="snippyly-comments-sidebar",ct="snippyly-huddle",ht="snippyly-recorder-notes",dt="snippyly-recorder-control-panel",ut="enable-url-navigation",pt="9dbcd2509e0fa90a5c81f038ce618e3f",ft="6d24f74f12f6fb84c87efa8f791cfb2e",vt=function(t){const e=[];let i=0;for(let s=0;s<t.length;s++){let n=t.charCodeAt(s);n<128?e[i++]=n:n<2048?(e[i++]=n>>6|192,e[i++]=63&n|128):55296==(64512&n)&&s+1<t.length&&56320==(64512&t.charCodeAt(s+1))?(n=65536+((1023&n)<<10)+(1023&t.charCodeAt(++s)),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},wt={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_,s=[];for(let e=0;e<t.length;e+=3){const n=t[e],o=e+1<t.length,r=o?t[e+1]:0,a=e+2<t.length,l=a?t[e+2]:0,c=n>>2,h=(3&n)<<4|r>>4;let d=(15&r)<<2|l>>6,u=63&l;a||(u=64,o||(d=64)),s.push(i[c],i[h],i[d],i[u])}return s.join("")},encodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?btoa(t):this.encodeByteArray(vt(t),e)},decodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?atob(t):function(t){const e=[];let i=0,s=0;for(;i<t.length;){const n=t[i++];if(n<128)e[s++]=String.fromCharCode(n);else if(n>191&&n<224){const o=t[i++];e[s++]=String.fromCharCode((31&n)<<6|63&o)}else if(n>239&&n<365){const o=((7&n)<<18|(63&t[i++])<<12|(63&t[i++])<<6|63&t[i++])-65536;e[s++]=String.fromCharCode(55296+(o>>10)),e[s++]=String.fromCharCode(56320+(1023&o))}else{const o=t[i++],r=t[i++];e[s++]=String.fromCharCode((15&n)<<12|(63&o)<<6|63&r)}}return e.join("")}(this.decodeStringToByteArray(t,e))},decodeStringToByteArray(t,e){this.init_();const i=e?this.charToByteMapWebSafe_:this.charToByteMap_,s=[];for(let e=0;e<t.length;){const n=i[t.charAt(e++)],o=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==o||null==r||null==a)throw Error();const l=n<<2|o>>4;if(s.push(l),64!==r){const t=o<<4&240|r>>2;if(s.push(t),64!==a){const t=r<<6&192|a;s.push(t)}}}return s},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)}}},yt=function(t){return function(t){const e=vt(t);return wt.encodeByteArray(e,!0)}(t).replace(/\./g,"")};
57
+ const ot=(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!==nt||"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,s;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===(s=this.st)||void 0===s?void 0:s.has(t))||(i?(n.add(t),this.et.add(t)):(n.remove(t),this.et.delete(t)))}return B}}),rt="snippyly-cursor",at="snippyly-comments",lt="snippyly-comments-sidebar",ct="snippyly-huddle",ht="snippyly-recorder-notes",dt="snippyly-recorder-control-panel",ut="snippyly-rewriters",pt="enable-url-navigation",ft="9dbcd2509e0fa90a5c81f038ce618e3f",vt="6d24f74f12f6fb84c87efa8f791cfb2e",wt=function(t){const e=[];let i=0;for(let s=0;s<t.length;s++){let n=t.charCodeAt(s);n<128?e[i++]=n:n<2048?(e[i++]=n>>6|192,e[i++]=63&n|128):55296==(64512&n)&&s+1<t.length&&56320==(64512&t.charCodeAt(s+1))?(n=65536+((1023&n)<<10)+(1023&t.charCodeAt(++s)),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},yt={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_,s=[];for(let e=0;e<t.length;e+=3){const n=t[e],o=e+1<t.length,r=o?t[e+1]:0,a=e+2<t.length,l=a?t[e+2]:0,c=n>>2,h=(3&n)<<4|r>>4;let d=(15&r)<<2|l>>6,u=63&l;a||(u=64,o||(d=64)),s.push(i[c],i[h],i[d],i[u])}return s.join("")},encodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?btoa(t):this.encodeByteArray(wt(t),e)},decodeString(t,e){return this.HAS_NATIVE_SUPPORT&&!e?atob(t):function(t){const e=[];let i=0,s=0;for(;i<t.length;){const n=t[i++];if(n<128)e[s++]=String.fromCharCode(n);else if(n>191&&n<224){const o=t[i++];e[s++]=String.fromCharCode((31&n)<<6|63&o)}else if(n>239&&n<365){const o=((7&n)<<18|(63&t[i++])<<12|(63&t[i++])<<6|63&t[i++])-65536;e[s++]=String.fromCharCode(55296+(o>>10)),e[s++]=String.fromCharCode(56320+(1023&o))}else{const o=t[i++],r=t[i++];e[s++]=String.fromCharCode((15&n)<<12|(63&o)<<6|63&r)}}return e.join("")}(this.decodeStringToByteArray(t,e))},decodeStringToByteArray(t,e){this.init_();const i=e?this.charToByteMapWebSafe_:this.charToByteMap_,s=[];for(let e=0;e<t.length;){const n=i[t.charAt(e++)],o=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==o||null==r||null==a)throw Error();const l=n<<2|o>>4;if(s.push(l),64!==r){const t=o<<4&240|r>>2;if(s.push(t),64!==a){const t=r<<6&192|a;s.push(t)}}}return s},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)}}},gt=function(t){return function(t){const e=wt(t);return yt.encodeByteArray(e,!0)}(t).replace(/\./g,"")};
58
58
  /**
59
59
  * @license
60
60
  * Copyright 2022 Google LLC
@@ -71,7 +71,7 @@ const ot=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends class{constru
71
71
  * See the License for the specific language governing permissions and
72
72
  * limitations under the License.
73
73
  */
74
- const gt=()=>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,mt=()=>{if("undefined"==typeof document)return;let t;try{t=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch(t){return}const e=t&&function(t){try{return wt.decodeString(t,!0)}catch(t){console.error("base64Decode failed: ",t)}return null}(t[1]);return e&&JSON.parse(e)},bt=()=>{try{return gt()||(()=>{if("undefined"==typeof process||void 0===process.env)return;const t=process.env.t;return t?JSON.parse(t):void 0})()||mt()}catch(t){return void console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${t}`)}},Ct=t=>{const e=(t=>{var e,i;return null===(i=null===(e=bt())||void 0===e?void 0:e.emulatorHosts)||void 0===i?void 0:i[t]})(t);if(!e)return;const i=e.lastIndexOf(":");if(i<=0||i+1===e.length)throw new Error(`Invalid host ${e} with no separate hostname and port!`);const s=parseInt(e.substring(i+1),10);return"["===e[0]?[e.substring(1,i-1),s]:[e.substring(0,i),s]};
74
+ const mt=()=>function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if("undefined"!=typeof global)return global;throw new Error("Unable to locate global object.")}().t,bt=()=>{if("undefined"==typeof document)return;let t;try{t=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch(t){return}const e=t&&function(t){try{return yt.decodeString(t,!0)}catch(t){console.error("base64Decode failed: ",t)}return null}(t[1]);return e&&JSON.parse(e)},Ct=()=>{try{return mt()||(()=>{if("undefined"==typeof process||void 0===process.env)return;const t=process.env.t;return t?JSON.parse(t):void 0})()||bt()}catch(t){return void console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${t}`)}},xt=t=>{const e=(t=>{var e,i;return null===(i=null===(e=Ct())||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 s=parseInt(e.substring(i+1),10);return"["===e[0]?[e.substring(1,i-1),s]:[e.substring(0,i),s]};
75
75
  /**
76
76
  * @license
77
77
  * Copyright 2017 Google LLC
@@ -88,7 +88,7 @@ const gt=()=>function(){if("undefined"!=typeof self)return self;if("undefined"!=
88
88
  * See the License for the specific language governing permissions and
89
89
  * limitations under the License.
90
90
  */
91
- class xt{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
+ class Et{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))}}}
92
92
  /**
93
93
  * @license
94
94
  * Copyright 2017 Google LLC
@@ -104,7 +104,7 @@ class xt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
104
104
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
105
105
  * See the License for the specific language governing permissions and
106
106
  * limitations under the License.
107
- */class Et extends Error{constructor(t,e,i){super(e),this.code=t,this.customData=i,this.name="FirebaseError",Object.setPrototypeOf(this,Et.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,St.prototype.create)}}class St{constructor(t,e,i){this.service=t,this.serviceName=e,this.errors=i}create(t,...e){const i=e[0]||{},s=`${this.service}/${t}`,n=this.errors[t],o=n?function(t,e){return t.replace(kt,((t,i)=>{const s=e[i];return null!=s?String(s):`<${i}?>`}))}(n,i):"Error",r=`${this.serviceName}: ${o} (${s}).`;return new Et(s,r,i)}}const kt=/\{\$([^}]+)}/g;function Ft(t,e){if(t===e)return!0;const i=Object.keys(t),s=Object.keys(e);for(const n of i){if(!s.includes(n))return!1;const i=t[n],o=e[n];if(At(i)&&At(o)){if(!Ft(i,o))return!1}else if(i!==o)return!1}for(const t of s)if(!i.includes(t))return!1;return!0}function At(t){return null!==t&&"object"==typeof t}
107
+ */class St extends Error{constructor(t,e,i){super(e),this.code=t,this.customData=i,this.name="FirebaseError",Object.setPrototypeOf(this,St.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,kt.prototype.create)}}class kt{constructor(t,e,i){this.service=t,this.serviceName=e,this.errors=i}create(t,...e){const i=e[0]||{},s=`${this.service}/${t}`,n=this.errors[t],o=n?function(t,e){return t.replace(Ft,((t,i)=>{const s=e[i];return null!=s?String(s):`<${i}?>`}))}(n,i):"Error",r=`${this.serviceName}: ${o} (${s}).`;return new St(s,r,i)}}const Ft=/\{\$([^}]+)}/g;function At(t,e){if(t===e)return!0;const i=Object.keys(t),s=Object.keys(e);for(const n of i){if(!s.includes(n))return!1;const i=t[n],o=e[n];if($t(i)&&$t(o)){if(!At(i,o))return!1}else if(i!==o)return!1}for(const t of s)if(!i.includes(t))return!1;return!0}function $t(t){return null!==t&&"object"==typeof t}
108
108
  /**
109
109
  * @license
110
110
  * Copyright 2021 Google LLC
@@ -120,7 +120,7 @@ class xt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
120
120
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
121
121
  * See the License for the specific language governing permissions and
122
122
  * limitations under the License.
123
- */function $t(t){return t&&t._delegate?t._delegate:t}class It{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
+ */function It(t){return t&&t._delegate?t._delegate:t}class _t{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}}
124
124
  /**
125
125
  * @license
126
126
  * Copyright 2019 Google LLC
@@ -153,7 +153,7 @@ class xt{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new P
153
153
  * See the License for the specific language governing permissions and
154
154
  * limitations under the License.
155
155
  */
156
- class _t{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 xt;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),s=null!==(e=null==t?void 0:t.optional)&&void 0!==e&&e;if(!this.isInitialized(i)&&!this.shouldAutoInitialize()){if(s)return null;throw Error(`Service ${this.name} is not available`)}try{return this.getOrInitializeService({instanceIdentifier:i})}catch(t){if(s)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}
156
+ class Dt{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 Et;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),s=null!==(e=null==t?void 0:t.optional)&&void 0!==e&&e;if(!this.isInitialized(i)&&!this.shouldAutoInitialize()){if(s)return null;throw Error(`Service ${this.name} is not available`)}try{return this.getOrInitializeService({instanceIdentifier:i})}catch(t){if(s)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}
157
157
  /**
158
158
  * @license
159
159
  * Copyright 2019 Google LLC
@@ -169,7 +169,7 @@ class _t{constructor(t,e){this.name=t,this.container=e,this.component=null,this.
169
169
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
170
170
  * See the License for the specific language governing permissions and
171
171
  * limitations under the License.
172
- */(t))try{this.getOrInitializeService({instanceIdentifier:"[DEFAULT]"})}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 s=this.getOrInitializeService({instanceIdentifier:i,options:e});for(const[t,e]of this.instancesDeferred.entries()){i===this.normalizeInstanceIdentifier(t)&&e.resolve(s)}return s}onInit(t,e){var i;const s=this.normalizeInstanceIdentifier(e),n=null!==(i=this.onInitCallbacks.get(s))&&void 0!==i?i:new Set;n.add(t),this.onInitCallbacks.set(s,n);const o=this.instances.get(s);return o&&t(o,s),()=>{n.delete(t)}}invokeOnInitCallbacks(t,e){const i=this.onInitCallbacks.get(e);if(i)for(const s of i)try{s(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:(s=t,"[DEFAULT]"===s?void 0:s),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 s;return i||null}normalizeInstanceIdentifier(t="[DEFAULT]"){return this.component?this.component.multipleInstances?t:"[DEFAULT]":t}shouldAutoInitialize(){return!!this.component&&"EXPLICIT"!==this.component.instantiationMode}}class Dt{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 _t(t,this);return this.providers.set(t,e),e}getProviders(){return Array.from(this.providers.values())}}
172
+ */(t))try{this.getOrInitializeService({instanceIdentifier:"[DEFAULT]"})}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 s=this.getOrInitializeService({instanceIdentifier:i,options:e});for(const[t,e]of this.instancesDeferred.entries()){i===this.normalizeInstanceIdentifier(t)&&e.resolve(s)}return s}onInit(t,e){var i;const s=this.normalizeInstanceIdentifier(e),n=null!==(i=this.onInitCallbacks.get(s))&&void 0!==i?i:new Set;n.add(t),this.onInitCallbacks.set(s,n);const o=this.instances.get(s);return o&&t(o,s),()=>{n.delete(t)}}invokeOnInitCallbacks(t,e){const i=this.onInitCallbacks.get(e);if(i)for(const s of i)try{s(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:(s=t,"[DEFAULT]"===s?void 0:s),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 s;return i||null}normalizeInstanceIdentifier(t="[DEFAULT]"){return this.component?this.component.multipleInstances?t:"[DEFAULT]":t}shouldAutoInitialize(){return!!this.component&&"EXPLICIT"!==this.component.instantiationMode}}class Mt{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 Dt(t,this);return this.providers.set(t,e),e}getProviders(){return Array.from(this.providers.values())}}
173
173
  /**
174
174
  * @license
175
175
  * Copyright 2017 Google LLC
@@ -185,7 +185,7 @@ class _t{constructor(t,e){this.name=t,this.container=e,this.component=null,this.
185
185
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
186
186
  * See the License for the specific language governing permissions and
187
187
  * limitations under the License.
188
- */var Mt;!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"}(Mt||(Mt={}));const Lt={debug:Mt.DEBUG,verbose:Mt.VERBOSE,info:Mt.INFO,warn:Mt.WARN,error:Mt.ERROR,silent:Mt.SILENT},Bt=Mt.INFO,Tt={[Mt.DEBUG]:"log",[Mt.VERBOSE]:"log",[Mt.INFO]:"info",[Mt.WARN]:"warn",[Mt.ERROR]:"error"},Ot=(t,e,...i)=>{if(e<t.logLevel)return;const s=(new Date).toISOString(),n=Tt[e];if(!n)throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`);console[n](`[${s}] ${t.name}:`,...i)};let Ut,Rt;const Nt=new WeakMap,jt=new WeakMap,Pt=new WeakMap,Ht=new WeakMap,zt=new WeakMap;let Vt={get(t,e,i){if(t instanceof IDBTransaction){if("done"===e)return jt.get(t);if("objectStoreNames"===e)return t.objectStoreNames||Pt.get(t);if("store"===e)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return Jt(t[e])},set:(t,e,i)=>(t[e]=i,!0),has:(t,e)=>t instanceof IDBTransaction&&("done"===e||"store"===e)||e in t};function Zt(t){return t!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(Rt||(Rt=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(t)?function(...e){return t.apply(Wt(this),e),Jt(Nt.get(this))}:function(...e){return Jt(t.apply(Wt(this),e))}:function(e,...i){const s=t.call(Wt(this),e,...i);return Pt.set(s,e.sort?e.sort():[e]),Jt(s)}}function Kt(t){return"function"==typeof t?Zt(t):(t instanceof IDBTransaction&&function(t){if(jt.has(t))return;const e=new Promise(((e,i)=>{const s=()=>{t.removeEventListener("complete",n),t.removeEventListener("error",o),t.removeEventListener("abort",o)},n=()=>{e(),s()},o=()=>{i(t.error||new DOMException("AbortError","AbortError")),s()};t.addEventListener("complete",n),t.addEventListener("error",o),t.addEventListener("abort",o)}));jt.set(t,e)}(t),e=t,(Ut||(Ut=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((t=>e instanceof t))?new Proxy(t,Vt):t);var e}function Jt(t){if(t instanceof IDBRequest)return function(t){const e=new Promise(((e,i)=>{const s=()=>{t.removeEventListener("success",n),t.removeEventListener("error",o)},n=()=>{e(Jt(t.result)),s()},o=()=>{i(t.error),s()};t.addEventListener("success",n),t.addEventListener("error",o)}));return e.then((e=>{e instanceof IDBCursor&&Nt.set(e,t)})).catch((()=>{})),zt.set(e,t),e}(t);if(Ht.has(t))return Ht.get(t);const e=Kt(t);return e!==t&&(Ht.set(t,e),zt.set(e,t)),e}const Wt=t=>zt.get(t);const Gt=["get","getKey","getAll","getAllKeys","count"],Xt=["put","add","delete","clear"],Yt=new Map;function qt(t,e){if(!(t instanceof IDBDatabase)||e in t||"string"!=typeof e)return;if(Yt.get(e))return Yt.get(e);const i=e.replace(/FromIndex$/,""),s=e!==i,n=Xt.includes(i);if(!(i in(s?IDBIndex:IDBObjectStore).prototype)||!n&&!Gt.includes(i))return;const o=async function(t,...e){const o=this.transaction(t,n?"readwrite":"readonly");let r=o.store;return s&&(r=r.index(e.shift())),(await Promise.all([r[i](...e),n&&o.done]))[0]};return Yt.set(e,o),o}Vt=(t=>({...t,get:(e,i,s)=>qt(e,i)||t.get(e,i,s),has:(e,i)=>!!qt(e,i)||t.has(e,i)}))(Vt);
188
+ */var Lt;!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"}(Lt||(Lt={}));const Bt={debug:Lt.DEBUG,verbose:Lt.VERBOSE,info:Lt.INFO,warn:Lt.WARN,error:Lt.ERROR,silent:Lt.SILENT},Tt=Lt.INFO,Ot={[Lt.DEBUG]:"log",[Lt.VERBOSE]:"log",[Lt.INFO]:"info",[Lt.WARN]:"warn",[Lt.ERROR]:"error"},Ut=(t,e,...i)=>{if(e<t.logLevel)return;const s=(new Date).toISOString(),n=Ot[e];if(!n)throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`);console[n](`[${s}] ${t.name}:`,...i)};let Rt,Nt;const jt=new WeakMap,Pt=new WeakMap,Ht=new WeakMap,zt=new WeakMap,Vt=new WeakMap;let Zt={get(t,e,i){if(t instanceof IDBTransaction){if("done"===e)return Pt.get(t);if("objectStoreNames"===e)return t.objectStoreNames||Ht.get(t);if("store"===e)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return Wt(t[e])},set:(t,e,i)=>(t[e]=i,!0),has:(t,e)=>t instanceof IDBTransaction&&("done"===e||"store"===e)||e in t};function Kt(t){return t!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(Nt||(Nt=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(t)?function(...e){return t.apply(Gt(this),e),Wt(jt.get(this))}:function(...e){return Wt(t.apply(Gt(this),e))}:function(e,...i){const s=t.call(Gt(this),e,...i);return Ht.set(s,e.sort?e.sort():[e]),Wt(s)}}function Jt(t){return"function"==typeof t?Kt(t):(t instanceof IDBTransaction&&function(t){if(Pt.has(t))return;const e=new Promise(((e,i)=>{const s=()=>{t.removeEventListener("complete",n),t.removeEventListener("error",o),t.removeEventListener("abort",o)},n=()=>{e(),s()},o=()=>{i(t.error||new DOMException("AbortError","AbortError")),s()};t.addEventListener("complete",n),t.addEventListener("error",o),t.addEventListener("abort",o)}));Pt.set(t,e)}(t),e=t,(Rt||(Rt=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((t=>e instanceof t))?new Proxy(t,Zt):t);var e}function Wt(t){if(t instanceof IDBRequest)return function(t){const e=new Promise(((e,i)=>{const s=()=>{t.removeEventListener("success",n),t.removeEventListener("error",o)},n=()=>{e(Wt(t.result)),s()},o=()=>{i(t.error),s()};t.addEventListener("success",n),t.addEventListener("error",o)}));return e.then((e=>{e instanceof IDBCursor&&jt.set(e,t)})).catch((()=>{})),Vt.set(e,t),e}(t);if(zt.has(t))return zt.get(t);const e=Jt(t);return e!==t&&(zt.set(t,e),Vt.set(e,t)),e}const Gt=t=>Vt.get(t);const Xt=["get","getKey","getAll","getAllKeys","count"],Yt=["put","add","delete","clear"],qt=new Map;function Qt(t,e){if(!(t instanceof IDBDatabase)||e in t||"string"!=typeof e)return;if(qt.get(e))return qt.get(e);const i=e.replace(/FromIndex$/,""),s=e!==i,n=Yt.includes(i);if(!(i in(s?IDBIndex:IDBObjectStore).prototype)||!n&&!Xt.includes(i))return;const o=async function(t,...e){const o=this.transaction(t,n?"readwrite":"readonly");let r=o.store;return s&&(r=r.index(e.shift())),(await Promise.all([r[i](...e),n&&o.done]))[0]};return qt.set(e,o),o}Zt=(t=>({...t,get:(e,i,s)=>Qt(e,i)||t.get(e,i,s),has:(e,i)=>!!Qt(e,i)||t.has(e,i)}))(Zt);
189
189
  /**
190
190
  * @license
191
191
  * Copyright 2019 Google LLC
@@ -202,7 +202,7 @@ class _t{constructor(t,e){this.name=t,this.container=e,this.component=null,this.
202
202
  * See the License for the specific language governing permissions and
203
203
  * limitations under the License.
204
204
  */
205
- class Qt{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 te="@firebase/app",ee=new class{constructor(t){this.name=t,this._logLevel=Bt,this._logHandler=Ot,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in Mt))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel="string"==typeof t?Lt[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,Mt.DEBUG,...t),this._logHandler(this,Mt.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,Mt.VERBOSE,...t),this._logHandler(this,Mt.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,Mt.INFO,...t),this._logHandler(this,Mt.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,Mt.WARN,...t),this._logHandler(this,Mt.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,Mt.ERROR,...t),this._logHandler(this,Mt.ERROR,...t)}}("@firebase/app"),ie={[te]:"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,ne=new Map;function oe(t,e){try{t.container.addComponent(e)}catch(i){ee.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,i)}}function re(t){const e=t.name;if(ne.has(e))return ee.debug(`There were multiple attempts to register component ${e}.`),!1;ne.set(e,t);for(const e of se.values())oe(e,t);return!0}
205
+ class te{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 ee="@firebase/app",ie=new class{constructor(t){this.name=t,this._logLevel=Tt,this._logHandler=Ut,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in Lt))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel="string"==typeof t?Bt[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,Lt.DEBUG,...t),this._logHandler(this,Lt.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,Lt.VERBOSE,...t),this._logHandler(this,Lt.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,Lt.INFO,...t),this._logHandler(this,Lt.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,Lt.WARN,...t),this._logHandler(this,Lt.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,Lt.ERROR,...t),this._logHandler(this,Lt.ERROR,...t)}}("@firebase/app"),se={[ee]:"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"},ne=new Map,oe=new Map;function re(t,e){try{t.container.addComponent(e)}catch(i){ie.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,i)}}function ae(t){const e=t.name;if(oe.has(e))return ie.debug(`There were multiple attempts to register component ${e}.`),!1;oe.set(e,t);for(const e of ne.values())re(e,t);return!0}
206
206
  /**
207
207
  * @license
208
208
  * Copyright 2019 Google LLC
@@ -219,7 +219,7 @@ class Qt{constructor(t){this.container=t}getPlatformInfoString(){return this.con
219
219
  * See the License for the specific language governing permissions and
220
220
  * limitations under the License.
221
221
  */
222
- const ae=new St("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}."});
222
+ const le=new kt("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}."});
223
223
  /**
224
224
  * @license
225
225
  * Copyright 2019 Google LLC
@@ -236,7 +236,7 @@ const ae=new St("app","Firebase",{"no-app":"No Firebase App '{$appName}' has bee
236
236
  * See the License for the specific language governing permissions and
237
237
  * limitations under the License.
238
238
  */
239
- 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 It("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 ae.create("app-deleted",{appName:this._name})}}function ce(t,e={}){let i=t;if("object"!=typeof e){e={name:e}}const s=Object.assign({name:"[DEFAULT]",automaticDataCollectionEnabled:!1},e),n=s.name;if("string"!=typeof n||!n)throw ae.create("bad-app-name",{appName:String(n)});var o;if(i||(i=null===(o=bt())||void 0===o?void 0:o.config),!i)throw ae.create("no-options");const r=se.get(n);if(r){if(Ft(i,r.options)&&Ft(s,r.config))return r;throw ae.create("duplicate-app",{appName:n})}const a=new Dt(n);for(const t of ne.values())a.addComponent(t);const l=new le(i,s,a);return se.set(n,l),l}function he(t,e,i){var s;let n=null!==(s=ie[t])&&void 0!==s?s:t;i&&(n+=`-${i}`);const o=n.match(/\s|\//),r=e.match(/\s|\//);if(o||r){const t=[`Unable to register library "${n}" with version "${e}":`];return o&&t.push(`library name "${n}" contains illegal characters (whitespace or "/")`),o&&r&&t.push("and"),r&&t.push(`version name "${e}" contains illegal characters (whitespace or "/")`),void ee.warn(t.join(" "))}re(new It(`${n}-version`,(()=>({library:n,version:e})),"VERSION"))}
239
+ class ce{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 _t("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 le.create("app-deleted",{appName:this._name})}}function he(t,e={}){let i=t;if("object"!=typeof e){e={name:e}}const s=Object.assign({name:"[DEFAULT]",automaticDataCollectionEnabled:!1},e),n=s.name;if("string"!=typeof n||!n)throw le.create("bad-app-name",{appName:String(n)});var o;if(i||(i=null===(o=Ct())||void 0===o?void 0:o.config),!i)throw le.create("no-options");const r=ne.get(n);if(r){if(At(i,r.options)&&At(s,r.config))return r;throw le.create("duplicate-app",{appName:n})}const a=new Mt(n);for(const t of oe.values())a.addComponent(t);const l=new ce(i,s,a);return ne.set(n,l),l}function de(t,e,i){var s;let n=null!==(s=se[t])&&void 0!==s?s:t;i&&(n+=`-${i}`);const o=n.match(/\s|\//),r=e.match(/\s|\//);if(o||r){const t=[`Unable to register library "${n}" with version "${e}":`];return o&&t.push(`library name "${n}" contains illegal characters (whitespace or "/")`),o&&r&&t.push("and"),r&&t.push(`version name "${e}" contains illegal characters (whitespace or "/")`),void ie.warn(t.join(" "))}ae(new _t(`${n}-version`,(()=>({library:n,version:e})),"VERSION"))}
240
240
  /**
241
241
  * @license
242
242
  * Copyright 2021 Google LLC
@@ -252,7 +252,7 @@ class le{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
252
252
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
253
253
  * See the License for the specific language governing permissions and
254
254
  * limitations under the License.
255
- */const de="firebase-heartbeat-store";let ue=null;function pe(){return ue||(ue=function(t,e,{blocked:i,upgrade:s,blocking:n,terminated:o}={}){const r=indexedDB.open(t,e),a=Jt(r);return s&&r.addEventListener("upgradeneeded",(t=>{s(Jt(r.result),t.oldVersion,t.newVersion,Jt(r.transaction))})),i&&r.addEventListener("blocked",(()=>i())),a.then((t=>{o&&t.addEventListener("close",(()=>o())),n&&t.addEventListener("versionchange",(()=>n()))})).catch((()=>{})),a}("firebase-heartbeat-database",1,{upgrade:(t,e)=>{if(0===e)t.createObjectStore(de)}}).catch((t=>{throw ae.create("idb-open",{originalErrorMessage:t.message})}))),ue}async function fe(t,e){try{const i=(await pe()).transaction(de,"readwrite"),s=i.objectStore(de);return await s.put(e,ve(t)),i.done}catch(t){if(t instanceof Et)ee.warn(t.message);else{const e=ae.create("idb-set",{originalErrorMessage:null==t?void 0:t.message});ee.warn(e.message)}}}function ve(t){return`${t.name}!${t.options.appId}`}
255
+ */const ue="firebase-heartbeat-store";let pe=null;function fe(){return pe||(pe=function(t,e,{blocked:i,upgrade:s,blocking:n,terminated:o}={}){const r=indexedDB.open(t,e),a=Wt(r);return s&&r.addEventListener("upgradeneeded",(t=>{s(Wt(r.result),t.oldVersion,t.newVersion,Wt(r.transaction))})),i&&r.addEventListener("blocked",(()=>i())),a.then((t=>{o&&t.addEventListener("close",(()=>o())),n&&t.addEventListener("versionchange",(()=>n()))})).catch((()=>{})),a}("firebase-heartbeat-database",1,{upgrade:(t,e)=>{if(0===e)t.createObjectStore(ue)}}).catch((t=>{throw le.create("idb-open",{originalErrorMessage:t.message})}))),pe}async function ve(t,e){try{const i=(await fe()).transaction(ue,"readwrite"),s=i.objectStore(ue);return await s.put(e,we(t)),i.done}catch(t){if(t instanceof St)ie.warn(t.message);else{const e=le.create("idb-set",{originalErrorMessage:null==t?void 0:t.message});ie.warn(e.message)}}}function we(t){return`${t.name}!${t.options.appId}`}
256
256
  /**
257
257
  * @license
258
258
  * Copyright 2021 Google LLC
@@ -268,7 +268,7 @@ class le{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
268
268
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
269
269
  * See the License for the specific language governing permissions and
270
270
  * limitations under the License.
271
- */class we{constructor(t){this.container=t,this._heartbeatsCache=null;const e=this.container.getProvider("app").getImmediate();this._storage=new ge(e),this._heartbeatsCachePromise=this._storage.read().then((t=>(this._heartbeatsCache=t,t)))}async triggerHeartbeat(){const t=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),e=ye();if(null===this._heartbeatsCache&&(this._heartbeatsCache=await this._heartbeatsCachePromise),this._heartbeatsCache.lastSentHeartbeatDate!==e&&!this._heartbeatsCache.heartbeats.some((t=>t.date===e)))return this._heartbeatsCache.heartbeats.push({date:e,agent:t}),this._heartbeatsCache.heartbeats=this._heartbeatsCache.heartbeats.filter((t=>{const e=new Date(t.date).valueOf();return Date.now()-e<=2592e6})),this._storage.overwrite(this._heartbeatsCache)}async getHeartbeatsHeader(){if(null===this._heartbeatsCache&&await this._heartbeatsCachePromise,null===this._heartbeatsCache||0===this._heartbeatsCache.heartbeats.length)return"";const t=ye(),{heartbeatsToSend:e,unsentEntries:i}=function(t,e=1024){const i=[];let s=t.slice();for(const n of t){const t=i.find((t=>t.agent===n.agent));if(t){if(t.dates.push(n.date),me(i)>e){t.dates.pop();break}}else if(i.push({agent:n.agent,dates:[n.date]}),me(i)>e){i.pop();break}s=s.slice(1)}return{heartbeatsToSend:i,unsentEntries:s}}(this._heartbeatsCache.heartbeats),s=yt(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)),s}}function ye(){return(new Date).toISOString().substring(0,10)}class ge{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 s="validate-browser-context-for-indexeddb-analytics-module",n=self.indexedDB.open(s);n.onsuccess=()=>{n.result.close(),i||self.indexedDB.deleteDatabase(s),t(!0)},n.onupgradeneeded=()=>{i=!1},n.onerror=()=>{var t;e((null===(t=n.error)||void 0===t?void 0:t.message)||"")}}catch(t){e(t)}})).then((()=>!0)).catch((()=>!1))}async read(){if(await this._canUseIndexedDBPromise){const t=await async function(t){try{return(await pe()).transaction(de).objectStore(de).get(ve(t))}catch(t){if(t instanceof Et)ee.warn(t.message);else{const e=ae.create("idb-get",{originalErrorMessage:null==t?void 0:t.message});ee.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 fe(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 fe(this.app,{lastSentHeartbeatDate:null!==(e=t.lastSentHeartbeatDate)&&void 0!==e?e:i.lastSentHeartbeatDate,heartbeats:[...i.heartbeats,...t.heartbeats]})}}}function me(t){return yt(JSON.stringify({version:2,heartbeats:t})).length}
271
+ */class ye{constructor(t){this.container=t,this._heartbeatsCache=null;const e=this.container.getProvider("app").getImmediate();this._storage=new me(e),this._heartbeatsCachePromise=this._storage.read().then((t=>(this._heartbeatsCache=t,t)))}async triggerHeartbeat(){const t=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),e=ge();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=ge(),{heartbeatsToSend:e,unsentEntries:i}=function(t,e=1024){const i=[];let s=t.slice();for(const n of t){const t=i.find((t=>t.agent===n.agent));if(t){if(t.dates.push(n.date),be(i)>e){t.dates.pop();break}}else if(i.push({agent:n.agent,dates:[n.date]}),be(i)>e){i.pop();break}s=s.slice(1)}return{heartbeatsToSend:i,unsentEntries:s}}(this._heartbeatsCache.heartbeats),s=gt(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)),s}}function ge(){return(new Date).toISOString().substring(0,10)}class me{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 s="validate-browser-context-for-indexeddb-analytics-module",n=self.indexedDB.open(s);n.onsuccess=()=>{n.result.close(),i||self.indexedDB.deleteDatabase(s),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 fe()).transaction(ue).objectStore(ue).get(we(t))}catch(t){if(t instanceof St)ie.warn(t.message);else{const e=le.create("idb-get",{originalErrorMessage:null==t?void 0:t.message});ie.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 be(t){return gt(JSON.stringify({version:2,heartbeats:t})).length}
272
272
  /**
273
273
  * @license
274
274
  * Copyright 2019 Google LLC
@@ -284,7 +284,7 @@ class le{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
284
284
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
285
285
  * See the License for the specific language governing permissions and
286
286
  * limitations under the License.
287
- */var be;be="",re(new It("platform-logger",(t=>new Qt(t)),"PRIVATE")),re(new It("heartbeat",(t=>new we(t)),"PRIVATE")),he(te,"0.9.0",be),he(te,"0.9.0","esm2017"),he("fire-js","");
287
+ */var Ce;Ce="",ae(new _t("platform-logger",(t=>new te(t)),"PRIVATE")),ae(new _t("heartbeat",(t=>new ye(t)),"PRIVATE")),de(ee,"0.9.0",Ce),de(ee,"0.9.0","esm2017"),de("fire-js","");
288
288
  /**
289
289
  * @license
290
290
  * Copyright 2020 Google LLC
@@ -301,7 +301,7 @@ class le{constructor(t,e,i){this._isDeleted=!1,this._options=Object.assign({},t)
301
301
  * See the License for the specific language governing permissions and
302
302
  * limitations under the License.
303
303
  */
304
- he("firebase","9.15.0","app");function Ce(t,e){const i={};for(const s in t)t.hasOwnProperty(s)&&(i[s]=e(t[s]));return i}function xe(t){if(null==t)return null;if(t instanceof Number&&(t=t.valueOf()),"number"==typeof t&&isFinite(t))return t;if(!0===t||!1===t)return t;if("[object String]"===Object.prototype.toString.call(t))return t;if(t instanceof Date)return t.toISOString();if(Array.isArray(t))return t.map((t=>xe(t)));if("function"==typeof t||"object"==typeof t)return Ce(t,(t=>xe(t)));throw new Error("Data cannot be encoded in JSON: "+t)}function Ee(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=>Ee(t))):"function"==typeof t||"object"==typeof t?Ce(t,(t=>Ee(t))):t}
304
+ de("firebase","9.15.0","app");function xe(t,e){const i={};for(const s in t)t.hasOwnProperty(s)&&(i[s]=e(t[s]));return i}function Ee(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=>Ee(t)));if("function"==typeof t||"object"==typeof t)return xe(t,(t=>Ee(t)));throw new Error("Data cannot be encoded in JSON: "+t)}function Se(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=>Se(t))):"function"==typeof t||"object"==typeof t?xe(t,(t=>Se(t))):t}
305
305
  /**
306
306
  * @license
307
307
  * Copyright 2020 Google LLC
@@ -317,7 +317,7 @@ he("firebase","9.15.0","app");function Ce(t,e){const i={};for(const s in t)t.has
317
317
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
318
318
  * See the License for the specific language governing permissions and
319
319
  * limitations under the License.
320
- */const Se={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"};
320
+ */const ke={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"};
321
321
  /**
322
322
  * @license
323
323
  * Copyright 2017 Google LLC
@@ -333,7 +333,7 @@ he("firebase","9.15.0","app");function Ce(t,e){const i={};for(const s in t)t.has
333
333
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
334
334
  * See the License for the specific language governing permissions and
335
335
  * limitations under the License.
336
- */class ke extends Et{constructor(t,e,i){super(`functions/${t}`,e||""),this.details=i}}
336
+ */class Fe extends St{constructor(t,e,i){super(`functions/${t}`,e||""),this.details=i}}
337
337
  /**
338
338
  * @license
339
339
  * Copyright 2017 Google LLC
@@ -350,7 +350,7 @@ he("firebase","9.15.0","app");function Ce(t,e){const i={};for(const s in t)t.has
350
350
  * See the License for the specific language governing permissions and
351
351
  * limitations under the License.
352
352
  */
353
- class Fe{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()}}}
353
+ class Ae{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()}}}
354
354
  /**
355
355
  * @license
356
356
  * Copyright 2017 Google LLC
@@ -366,7 +366,7 @@ class Fe{constructor(t,e,i){this.auth=null,this.messaging=null,this.appCheck=nul
366
366
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
367
367
  * See the License for the specific language governing permissions and
368
368
  * limitations under the License.
369
- */class Ae{constructor(t,e,i,s,n="us-central1",o){this.app=t,this.fetchImpl=o,this.emulatorOrigin=null,this.contextProvider=new Fe(e,i,s),this.cancelAllRequests=new Promise((t=>{this.deleteService=()=>Promise.resolve(t())}));try{const t=new URL(n);this.customDomain=t.origin,this.region="us-central1"}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 $e(t,e,i){return s=>function(t,e,i,s){const n=t._url(e);return async function(t,e,i,s){const n={data:i=xe(i)},o={},r=await t.contextProvider.getContext();r.authToken&&(o.Authorization="Bearer "+r.authToken);r.messagingToken&&(o["Firebase-Instance-ID-Token"]=r.messagingToken);null!==r.appCheckToken&&(o["X-Firebase-AppCheck"]=r.appCheckToken);const a=function(t){let e=null;return{promise:new Promise(((i,s)=>{e=setTimeout((()=>{s(new ke("deadline-exceeded","deadline-exceeded"))}),t)})),cancel:()=>{e&&clearTimeout(e)}}}(s.timeout||7e4),l=await Promise.race([Ie(e,n,o,t.fetchImpl),a.promise,t.cancelAllRequests]);if(a.cancel(),!l)throw new ke("cancelled","Firebase Functions instance was deleted.");const c=function(t,e){let i,s=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=s;try{const t=e&&e.error;if(t){const e=t.status;if("string"==typeof e){if(!Se[e])return new ke("internal","internal");s=Se[e],n=e}const o=t.message;"string"==typeof o&&(n=o),i=t.details,void 0!==i&&(i=Ee(i))}}catch(t){}return"ok"===s?null:new ke(s,n,i)}(l.status,l.json);if(c)throw c;if(!l.json)throw new ke("internal","Response is not valid JSON object.");let h=l.json.data;void 0===h&&(h=l.json.result);if(void 0===h)throw new ke("internal","Response is missing data field.");return{data:Ee(h)}}(t,n,i,s)}(t,e,s,i||{})}async function Ie(t,e,i,s){let n;i["Content-Type"]="application/json";try{n=await s(t,{method:"POST",body:JSON.stringify(e),headers:i})}catch(t){return{status:0,json:null}}let o=null;try{o=await n.json()}catch(t){}return{status:n.status,json:o}}const _e="@firebase/functions";!function(t,e){re(new It("functions",((e,{instanceIdentifier:i})=>{const s=e.getProvider("app").getImmediate(),n=e.getProvider("auth-internal"),o=e.getProvider("messaging-internal"),r=e.getProvider("app-check-internal");return new Ae(s,n,o,r,i,t)}),"PUBLIC").setMultipleInstances(!0)),he(_e,"0.9.0",e),he(_e,"0.9.0","esm2017")}
369
+ */class $e{constructor(t,e,i,s,n="us-central1",o){this.app=t,this.fetchImpl=o,this.emulatorOrigin=null,this.contextProvider=new Ae(e,i,s),this.cancelAllRequests=new Promise((t=>{this.deleteService=()=>Promise.resolve(t())}));try{const t=new URL(n);this.customDomain=t.origin,this.region="us-central1"}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 Ie(t,e,i){return s=>function(t,e,i,s){const n=t._url(e);return async function(t,e,i,s){const n={data:i=Ee(i)},o={},r=await t.contextProvider.getContext();r.authToken&&(o.Authorization="Bearer "+r.authToken);r.messagingToken&&(o["Firebase-Instance-ID-Token"]=r.messagingToken);null!==r.appCheckToken&&(o["X-Firebase-AppCheck"]=r.appCheckToken);const a=function(t){let e=null;return{promise:new Promise(((i,s)=>{e=setTimeout((()=>{s(new Fe("deadline-exceeded","deadline-exceeded"))}),t)})),cancel:()=>{e&&clearTimeout(e)}}}(s.timeout||7e4),l=await Promise.race([_e(e,n,o,t.fetchImpl),a.promise,t.cancelAllRequests]);if(a.cancel(),!l)throw new Fe("cancelled","Firebase Functions instance was deleted.");const c=function(t,e){let i,s=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=s;try{const t=e&&e.error;if(t){const e=t.status;if("string"==typeof e){if(!ke[e])return new Fe("internal","internal");s=ke[e],n=e}const o=t.message;"string"==typeof o&&(n=o),i=t.details,void 0!==i&&(i=Se(i))}}catch(t){}return"ok"===s?null:new Fe(s,n,i)}(l.status,l.json);if(c)throw c;if(!l.json)throw new Fe("internal","Response is not valid JSON object.");let h=l.json.data;void 0===h&&(h=l.json.result);if(void 0===h)throw new Fe("internal","Response is missing data field.");return{data:Se(h)}}(t,n,i,s)}(t,e,s,i||{})}async function _e(t,e,i,s){let n;i["Content-Type"]="application/json";try{n=await s(t,{method:"POST",body:JSON.stringify(e),headers:i})}catch(t){return{status:0,json:null}}let o=null;try{o=await n.json()}catch(t){}return{status:n.status,json:o}}const De="@firebase/functions";!function(t,e){ae(new _t("functions",((e,{instanceIdentifier:i})=>{const s=e.getProvider("app").getImmediate(),n=e.getProvider("auth-internal"),o=e.getProvider("messaging-internal"),r=e.getProvider("app-check-internal");return new $e(s,n,o,r,i,t)}),"PUBLIC").setMultipleInstances(!0)),de(De,"0.9.0",e),de(De,"0.9.0","esm2017")}
370
370
  /**
371
371
  * @license
372
372
  * Copyright 2020 Google LLC
@@ -382,15 +382,15 @@ class Fe{constructor(t,e,i){this.auth=null,this.messaging=null,this.appCheck=nul
382
382
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
383
383
  * See the License for the specific language governing permissions and
384
384
  * limitations under the License.
385
- */(fetch.bind(self));const De=function(t=function(t="[DEFAULT]"){const e=se.get(t);if(!e&&"[DEFAULT]"===t)return ce();if(!e)throw ae.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)}($t(t),"functions"),s=i.getImmediate({identifier:e}),n=Ct("functions");return n&&function(t,e,i){!function(t,e,i){t.emulatorOrigin=`http://${e}:${i}`}($t(t),e,i)}(s,...n),s}(ce({apiKey:"AIzaSyAzcW2n1JhY_zhkXmuFcwe550AkwmYeJ0w",projectId:"snipply-sdk-staging",messagingSenderId:"877538579326",appId:"1:877538579326:web:f793f73f2b7dc770c4992f"}));let Me={};const Le=(t={})=>{Me={...Me,...t}},Be=(t,e,i={})=>{const s={error:t,message:(null==e?void 0:e.message)||e||t,...i};Te("error",s)},Te=(t,e={},i=!0)=>{try{e=i?{...Me,...e}:e,e={...e,source:"superflowToolbar"};Oe("event",{userId:void 0,eventName:t,properties:e})}catch(t){console.warn("Error in trackEvent: ",t)}},Oe=(t,e)=>{try{const i=function(t,e,i){return $e($t(t),e,i)}(De,"sa");i({type:t,body:e})}catch(t){console.warn("Error in setAnalytics: ",t)}};class Ue{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 Re extends Ue{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 s=0;s<t;s+=1)e[s>>>2]|=i[s]<<24-s%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 s=4294967295;return()=>{i=36969*(65535&i)+(i>>16)&s,e=18e3*(65535&e)+(e>>16)&s;let t=(i<<16)+e&s;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let s,n=0;n<t;n+=4){const t=i(4294967296*(s||Math.random()));s=987654071*t(),e.push(4294967296*t()|0)}return new Re(e,t)}toString(t=Ne){return t.stringify(this)}concat(t){const e=this.words,i=t.words,s=this.sigBytes,n=t.sigBytes;if(this.clamp(),s%4)for(let t=0;t<n;t+=1){const n=i[t>>>2]>>>24-t%4*8&255;e[s+t>>>2]|=n<<24-(s+t)%4*8}else for(let t=0;t<n;t+=4)e[s+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 Ne={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;s.push((i>>>4).toString(16)),s.push((15&i).toString(16))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=2)i[s>>>3]|=parseInt(t.substr(s,2),16)<<24-s%8*4;return new Re(i,e/2)}},je={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;s.push(String.fromCharCode(i))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=1)i[s>>>2]|=(255&t.charCodeAt(s))<<24-s%4*8;return new Re(i,e)}},Pe={stringify(t){try{return decodeURIComponent(escape(je.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>je.parse(unescape(encodeURIComponent(t)))};class He extends Ue{constructor(){super(),this._minBufferSize=0}reset(){this._data=new Re,this._nDataBytes=0}_append(t){let e=t;"string"==typeof e&&(e=Pe.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes}_process(t){let e;const{_data:i,blockSize:s}=this,n=i.words,o=i.sigBytes;let r=o/(4*s);r=t?Math.ceil(r):Math.max((0|r)-this._minBufferSize,0);const a=r*s,l=Math.min(4*a,o);if(a){for(let t=0;t<a;t+=s)this._doProcessBlock(n,t);e=n.splice(0,a),i.sigBytes-=l}return new Re(e,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class ze extends He{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new Ue,t),this.reset()}static _createHelper(t){return(e,i)=>new t(i).finalize(e)}static _createHmacHelper(t){return(e,i)=>new Ve(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 Ve extends Ue{constructor(t,e){super();const i=new t;this._hasher=i;let s=e;"string"==typeof s&&(s=Pe.parse(s));const n=i.blockSize,o=4*n;s.sigBytes>o&&(s=i.finalize(e)),s.clamp();const r=s.clone();this._oKey=r;const a=s.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=o,a.sigBytes=o,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 Ze=Re;class Ke extends Ue{constructor(t,e){super(),this.high=t,this.low=e}}class Je extends Ue{constructor(t=[],e=8*t.length){super(),this.words=t,this.sigBytes=e}toX32(){const t=this.words,e=t.length,i=[];for(let s=0;s<e;s+=1){const e=t[s];i.push(e.high),i.push(e.low)}return Ze.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 We={stringify(t){const{words:e,sigBytes:i}=t,s=this._map;t.clamp();const n=[];for(let t=0;t<i;t+=3){const o=(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(s.charAt(o>>>6*(3-e)&63))}const o=s.charAt(64);if(o)for(;n.length%4;)n.push(o);return n.join("")},parse(t){let e=t.length;const i=this._map;let s=this._reverseMap;if(!s){this._reverseMap=[],s=this._reverseMap;for(let t=0;t<i.length;t+=1)s[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 s=[];let n=0;for(let o=0;o<e;o+=1)if(o%4){const e=i[t.charCodeAt(o-1)]<<o%4*2|i[t.charCodeAt(o)]>>>6-o%4*2;s[n>>>2]|=e<<24-n%4*8,n+=1}return Re.create(s,n)})(t,e,s)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},Ge=[];for(let t=0;t<64;t+=1)Ge[t]=4294967296*Math.abs(Math.sin(t+1))|0;const Xe=(t,e,i,s,n,o,r)=>{const a=t+(e&i|~e&s)+n+r;return(a<<o|a>>>32-o)+e},Ye=(t,e,i,s,n,o,r)=>{const a=t+(e&s|i&~s)+n+r;return(a<<o|a>>>32-o)+e},qe=(t,e,i,s,n,o,r)=>{const a=t+(e^i^s)+n+r;return(a<<o|a>>>32-o)+e},Qe=(t,e,i,s,n,o,r)=>{const a=t+(i^(e|~s))+n+r;return(a<<o|a>>>32-o)+e};class ti extends ze{_doReset(){this._hash=new Re([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,e){const i=t;for(let s=0;s<16;s+=1){const n=e+s,o=t[n];i[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}const s=this._hash.words,n=i[e+0],o=i[e+1],r=i[e+2],a=i[e+3],l=i[e+4],c=i[e+5],h=i[e+6],d=i[e+7],u=i[e+8],p=i[e+9],f=i[e+10],v=i[e+11],w=i[e+12],y=i[e+13],g=i[e+14],m=i[e+15];let b=s[0],C=s[1],x=s[2],E=s[3];b=Xe(b,C,x,E,n,7,Ge[0]),E=Xe(E,b,C,x,o,12,Ge[1]),x=Xe(x,E,b,C,r,17,Ge[2]),C=Xe(C,x,E,b,a,22,Ge[3]),b=Xe(b,C,x,E,l,7,Ge[4]),E=Xe(E,b,C,x,c,12,Ge[5]),x=Xe(x,E,b,C,h,17,Ge[6]),C=Xe(C,x,E,b,d,22,Ge[7]),b=Xe(b,C,x,E,u,7,Ge[8]),E=Xe(E,b,C,x,p,12,Ge[9]),x=Xe(x,E,b,C,f,17,Ge[10]),C=Xe(C,x,E,b,v,22,Ge[11]),b=Xe(b,C,x,E,w,7,Ge[12]),E=Xe(E,b,C,x,y,12,Ge[13]),x=Xe(x,E,b,C,g,17,Ge[14]),C=Xe(C,x,E,b,m,22,Ge[15]),b=Ye(b,C,x,E,o,5,Ge[16]),E=Ye(E,b,C,x,h,9,Ge[17]),x=Ye(x,E,b,C,v,14,Ge[18]),C=Ye(C,x,E,b,n,20,Ge[19]),b=Ye(b,C,x,E,c,5,Ge[20]),E=Ye(E,b,C,x,f,9,Ge[21]),x=Ye(x,E,b,C,m,14,Ge[22]),C=Ye(C,x,E,b,l,20,Ge[23]),b=Ye(b,C,x,E,p,5,Ge[24]),E=Ye(E,b,C,x,g,9,Ge[25]),x=Ye(x,E,b,C,a,14,Ge[26]),C=Ye(C,x,E,b,u,20,Ge[27]),b=Ye(b,C,x,E,y,5,Ge[28]),E=Ye(E,b,C,x,r,9,Ge[29]),x=Ye(x,E,b,C,d,14,Ge[30]),C=Ye(C,x,E,b,w,20,Ge[31]),b=qe(b,C,x,E,c,4,Ge[32]),E=qe(E,b,C,x,u,11,Ge[33]),x=qe(x,E,b,C,v,16,Ge[34]),C=qe(C,x,E,b,g,23,Ge[35]),b=qe(b,C,x,E,o,4,Ge[36]),E=qe(E,b,C,x,l,11,Ge[37]),x=qe(x,E,b,C,d,16,Ge[38]),C=qe(C,x,E,b,f,23,Ge[39]),b=qe(b,C,x,E,y,4,Ge[40]),E=qe(E,b,C,x,n,11,Ge[41]),x=qe(x,E,b,C,a,16,Ge[42]),C=qe(C,x,E,b,h,23,Ge[43]),b=qe(b,C,x,E,p,4,Ge[44]),E=qe(E,b,C,x,w,11,Ge[45]),x=qe(x,E,b,C,m,16,Ge[46]),C=qe(C,x,E,b,r,23,Ge[47]),b=Qe(b,C,x,E,n,6,Ge[48]),E=Qe(E,b,C,x,d,10,Ge[49]),x=Qe(x,E,b,C,g,15,Ge[50]),C=Qe(C,x,E,b,c,21,Ge[51]),b=Qe(b,C,x,E,w,6,Ge[52]),E=Qe(E,b,C,x,a,10,Ge[53]),x=Qe(x,E,b,C,f,15,Ge[54]),C=Qe(C,x,E,b,o,21,Ge[55]),b=Qe(b,C,x,E,u,6,Ge[56]),E=Qe(E,b,C,x,m,10,Ge[57]),x=Qe(x,E,b,C,h,15,Ge[58]),C=Qe(C,x,E,b,y,21,Ge[59]),b=Qe(b,C,x,E,l,6,Ge[60]),E=Qe(E,b,C,x,v,10,Ge[61]),x=Qe(x,E,b,C,r,15,Ge[62]),C=Qe(C,x,E,b,p,21,Ge[63]),s[0]=s[0]+b|0,s[1]=s[1]+C|0,s[2]=s[2]+x|0,s[3]=s[3]+E|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;e[s>>>5]|=128<<24-s%32;const n=Math.floor(i/4294967296),o=i;e[15+(s+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e[14+(s+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>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 ei=ze._createHelper(ti),ii=ze._createHmacHelper(ti);class si extends Ue{constructor(t){super(),this.cfg=Object.assign(new Ue,{keySize:4,hasher:ti,iterations:1},t)}compute(t,e){let i;const{cfg:s}=this,n=s.hasher.create(),o=Re.create(),r=o.words,{keySize:a,iterations:l}=s;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();o.concat(i)}return o.sigBytes=4*a,o}}class ni extends He{constructor(t,e,i){super(),this.cfg=Object.assign(new Ue,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?vi:pi;return{encrypt:(i,s,n)=>e(s).encrypt(t,i,s,n),decrypt:(i,s,n)=>e(s).decrypt(t,i,s,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()}}ni._ENC_XFORM_MODE=1,ni._DEC_XFORM_MODE=2,ni.keySize=4,ni.ivSize=4;class oi extends ni{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class ri extends Ue{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 ai(t,e,i){const s=t;let n;const o=this._iv;o?(n=o,this._iv=void 0):n=this._prevBlock;for(let t=0;t<i;t+=1)s[e+t]^=n[t]}class li extends ri{}li.Encryptor=class extends li{processBlock(t,e){const i=this._cipher,{blockSize:s}=i;ai.call(this,t,e,s),i.encryptBlock(t,e),this._prevBlock=t.slice(e,e+s)}},li.Decryptor=class extends li{processBlock(t,e){const i=this._cipher,{blockSize:s}=i,n=t.slice(e,e+s);i.decryptBlock(t,e),ai.call(this,t,e,s),this._prevBlock=n}};const ci={pad(t,e){const i=4*e,s=i-t.sigBytes%i,n=s<<24|s<<16|s<<8|s,o=[];for(let t=0;t<s;t+=4)o.push(n);const r=Re.create(o,s);t.concat(r)},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}};class hi extends ni{constructor(t,e,i){super(t,e,Object.assign({mode:li,padding:ci},i)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:e}=this,{iv:i,mode:s}=e;this._xformMode===this.constructor._ENC_XFORM_MODE?t=s.createEncryptor:(t=s.createDecryptor,this._minBufferSize=1),this._mode=t.call(s,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 di extends Ue{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const ui={stringify(t){let e;const{ciphertext:i,salt:s}=t;return e=s?Re.create([1398893684,1701076831]).concat(s).concat(i):i,e.toString(We)},parse(t){let e;const i=We.parse(t),s=i.words;return 1398893684===s[0]&&1701076831===s[1]&&(e=Re.create(s.slice(2,4)),s.splice(0,4),i.sigBytes-=16),di.create({ciphertext:i,salt:e})}};class pi extends Ue{static encrypt(t,e,i,s){const n=Object.assign(new Ue,this.cfg,s),o=t.createEncryptor(i,n),r=o.finalize(e),a=o.cfg;return di.create({ciphertext:r,key:i,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:o.blockSize,formatter:n.format})}static decrypt(t,e,i,s){let n=e;const o=Object.assign(new Ue,this.cfg,s);n=this._parse(n,o.format);return t.createDecryptor(i,o).finalize(n.ciphertext)}static _parse(t,e){return"string"==typeof t?e.parse(t,this):t}}pi.cfg=Object.assign(new Ue,{format:ui});const fi={execute(t,e,i,s){let n=s;n||(n=Re.random(8));const o=si.create({keySize:e+i}).compute(t,n),r=Re.create(o.words.slice(e),4*i);return o.sigBytes=4*e,di.create({key:o,iv:r,salt:n})}};class vi extends pi{static encrypt(t,e,i,s){const n=Object.assign(new Ue,this.cfg,s),o=n.kdf.execute(i,t.keySize,t.ivSize);n.iv=o.iv;const r=pi.encrypt.call(this,t,e,o.key,n);return r.mixIn(o),r}static decrypt(t,e,i,s){let n=e;const o=Object.assign(new Ue,this.cfg,s);n=this._parse(n,o.format);const r=o.kdf.execute(i,t.keySize,t.ivSize,n.salt);o.iv=r.iv;return pi.decrypt.call(this,t,n,r.key,o)}}vi.cfg=Object.assign(pi.cfg,{kdf:fi});const wi=t=>t<<8&4278255360|t>>>8&16711935,yi={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=2){const i=e[t>>>2]>>>16-t%4*8&65535;s.push(String.fromCharCode(i))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=1)i[s>>>1]|=t.charCodeAt(s)<<16-s%2*16;return Re.create(i,2*e)}},gi=yi,mi={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=2){const i=wi(e[t>>>2]>>>16-t%4*8&65535);s.push(String.fromCharCode(i))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=1)i[s>>>1]|=wi(t.charCodeAt(s)<<16-s%2*16);return Re.create(i,2*e)}},bi=[];class Ci extends ze{_doReset(){this._hash=new Re([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=this._hash.words;let s=i[0],n=i[1],o=i[2],r=i[3],a=i[4];for(let i=0;i<80;i+=1){if(i<16)bi[i]=0|t[e+i];else{const t=bi[i-3]^bi[i-8]^bi[i-14]^bi[i-16];bi[i]=t<<1|t>>>31}let l=(s<<5|s>>>27)+a+bi[i];l+=i<20?1518500249+(n&o|~n&r):i<40?1859775393+(n^o^r):i<60?(n&o|n&r|o&r)-1894007588:(n^o^r)-899497514,a=r,r=o,o=n<<30|n>>>2,n=s,s=l}i[0]=i[0]+s|0,i[1]=i[1]+n|0,i[2]=i[2]+o|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,s=8*t.sigBytes;return e[s>>>5]|=128<<24-s%32,e[14+(s+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(s+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 xi=ze._createHelper(Ci),Ei=ze._createHmacHelper(Ci),Si=[],ki=[],Fi=t=>{const e=Math.sqrt(t);for(let i=2;i<=e;i+=1)if(!(t%i))return!1;return!0},Ai=t=>4294967296*(t-(0|t))|0;let $i=2,Ii=0;for(;Ii<64;)Fi($i)&&(Ii<8&&(Si[Ii]=Ai($i**.5)),ki[Ii]=Ai($i**(1/3)),Ii+=1),$i+=1;const _i=[];class Di extends ze{_doReset(){this._hash=new Re(Si.slice(0))}_doProcessBlock(t,e){const i=this._hash.words;let s=i[0],n=i[1],o=i[2],r=i[3],a=i[4],l=i[5],c=i[6],h=i[7];for(let i=0;i<64;i+=1){if(i<16)_i[i]=0|t[e+i];else{const t=_i[i-15],e=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,s=_i[i-2],n=(s<<15|s>>>17)^(s<<13|s>>>19)^s>>>10;_i[i]=e+_i[i-7]+n+_i[i-16]}const d=s&n^s&o^n&o,u=(s<<30|s>>>2)^(s<<19|s>>>13)^(s<<10|s>>>22),p=h+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&c)+ki[i]+_i[i];h=c,c=l,l=a,a=r+p|0,r=o,o=n,n=s,s=p+(u+d)|0}i[0]=i[0]+s|0,i[1]=i[1]+n|0,i[2]=i[2]+o|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]+h|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;return e[s>>>5]|=128<<24-s%32,e[14+(s+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(s+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 Mi=ze._createHelper(Di),Li=ze._createHmacHelper(Di);class Bi extends Di{_doReset(){this._hash=new Re([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const Ti=Di._createHelper(Bi),Oi=Di._createHmacHelper(Bi),Ui=[new Ke(1116352408,3609767458),new Ke(1899447441,602891725),new Ke(3049323471,3964484399),new Ke(3921009573,2173295548),new Ke(961987163,4081628472),new Ke(1508970993,3053834265),new Ke(2453635748,2937671579),new Ke(2870763221,3664609560),new Ke(3624381080,2734883394),new Ke(310598401,1164996542),new Ke(607225278,1323610764),new Ke(1426881987,3590304994),new Ke(1925078388,4068182383),new Ke(2162078206,991336113),new Ke(2614888103,633803317),new Ke(3248222580,3479774868),new Ke(3835390401,2666613458),new Ke(4022224774,944711139),new Ke(264347078,2341262773),new Ke(604807628,2007800933),new Ke(770255983,1495990901),new Ke(1249150122,1856431235),new Ke(1555081692,3175218132),new Ke(1996064986,2198950837),new Ke(2554220882,3999719339),new Ke(2821834349,766784016),new Ke(2952996808,2566594879),new Ke(3210313671,3203337956),new Ke(3336571891,1034457026),new Ke(3584528711,2466948901),new Ke(113926993,3758326383),new Ke(338241895,168717936),new Ke(666307205,1188179964),new Ke(773529912,1546045734),new Ke(1294757372,1522805485),new Ke(1396182291,2643833823),new Ke(1695183700,2343527390),new Ke(1986661051,1014477480),new Ke(2177026350,1206759142),new Ke(2456956037,344077627),new Ke(2730485921,1290863460),new Ke(2820302411,3158454273),new Ke(3259730800,3505952657),new Ke(3345764771,106217008),new Ke(3516065817,3606008344),new Ke(3600352804,1432725776),new Ke(4094571909,1467031594),new Ke(275423344,851169720),new Ke(430227734,3100823752),new Ke(506948616,1363258195),new Ke(659060556,3750685593),new Ke(883997877,3785050280),new Ke(958139571,3318307427),new Ke(1322822218,3812723403),new Ke(1537002063,2003034995),new Ke(1747873779,3602036899),new Ke(1955562222,1575990012),new Ke(2024104815,1125592928),new Ke(2227730452,2716904306),new Ke(2361852424,442776044),new Ke(2428436474,593698344),new Ke(2756734187,3733110249),new Ke(3204031479,2999351573),new Ke(3329325298,3815920427),new Ke(3391569614,3928383900),new Ke(3515267271,566280711),new Ke(3940187606,3454069534),new Ke(4118630271,4000239992),new Ke(116418474,1914138554),new Ke(174292421,2731055270),new Ke(289380356,3203993006),new Ke(460393269,320620315),new Ke(685471733,587496836),new Ke(852142971,1086792851),new Ke(1017036298,365543100),new Ke(1126000580,2618297676),new Ke(1288033470,3409855158),new Ke(1501505948,4234509866),new Ke(1607167915,987167468),new Ke(1816402316,1246189591)],Ri=[];for(let t=0;t<80;t+=1)Ri[t]=new Ke;class Ni extends ze{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new Je([new Ke(1779033703,4089235720),new Ke(3144134277,2227873595),new Ke(1013904242,4271175723),new Ke(2773480762,1595750129),new Ke(1359893119,2917565137),new Ke(2600822924,725511199),new Ke(528734635,4215389547),new Ke(1541459225,327033209)])}_doProcessBlock(t,e){const i=this._hash.words,s=i[0],n=i[1],o=i[2],r=i[3],a=i[4],l=i[5],c=i[6],h=i[7],d=s.high;let u=s.low;const p=n.high;let f=n.low;const v=o.high;let w=o.low;const y=r.high;let g=r.low;const m=a.high;let b=a.low;const C=l.high;let x=l.low;const E=c.high;let S=c.low;const k=h.high;let F=h.low,A=d,$=u,I=p,_=f,D=v,M=w,L=y,B=g,T=m,O=b,U=C,R=x,N=E,j=S,P=k,H=F;for(let i=0;i<80;i+=1){let s,n;const o=Ri[i];if(i<16)o.high=0|t[e+2*i],n=o.high,o.low=0|t[e+2*i+1],s=o.low;else{const t=Ri[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=Ri[i-2],h=c.high,d=c.low,u=(h>>>19|d<<13)^(h<<3|d>>>29)^h>>>6,p=(d>>>19|h<<13)^(d<<3|h>>>29)^(d>>>6|h<<26),f=Ri[i-7],v=f.high,w=f.low,y=Ri[i-16],g=y.high,m=y.low;s=l+w,n=a+v+(s>>>0<l>>>0?1:0),s+=p,n=n+u+(s>>>0<p>>>0?1:0),s+=m,n=n+g+(s>>>0<m>>>0?1:0),o.high=n,o.low=s}const r=T&U^~T&N,a=O&R^~O&j,l=A&I^A&D^I&D,c=$&_^$&M^_&M,h=(A>>>28|$<<4)^(A<<30|$>>>2)^(A<<25|$>>>7),d=($>>>28|A<<4)^($<<30|A>>>2)^($<<25|A>>>7),u=(T>>>14|O<<18)^(T>>>18|O<<14)^(T<<23|O>>>9),p=(O>>>14|T<<18)^(O>>>18|T<<14)^(O<<23|T>>>9),f=Ui[i],v=f.high,w=f.low;let y=H+p,g=P+u+(y>>>0<H>>>0?1:0);y+=a,g=g+r+(y>>>0<a>>>0?1:0),y+=w,g=g+v+(y>>>0<w>>>0?1:0),y+=s,g=g+n+(y>>>0<s>>>0?1:0);const m=d+c;P=N,H=j,N=U,j=R,U=T,R=O,O=B+y|0,T=L+g+(O>>>0<B>>>0?1:0)|0,L=D,B=M,D=I,M=_,I=A,_=$,$=y+m|0,A=g+(h+l+(m>>>0<d>>>0?1:0))+($>>>0<y>>>0?1:0)|0}s.low=u+$,u=s.low,s.high=d+A+(u>>>0<$>>>0?1:0),n.low=f+_,f=n.low,n.high=p+I+(f>>>0<_>>>0?1:0),o.low=w+M,w=o.low,o.high=v+D+(w>>>0<M>>>0?1:0),r.low=g+B,g=r.low,r.high=y+L+(g>>>0<B>>>0?1:0),a.low=b+O,b=a.low,a.high=m+T+(b>>>0<O>>>0?1:0),l.low=x+R,x=l.low,l.high=C+U+(x>>>0<R>>>0?1:0),c.low=S+j,S=c.low,c.high=E+N+(S>>>0<j>>>0?1:0),h.low=F+H,F=h.low,h.high=k+P+(F>>>0<H>>>0?1:0)}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;e[s>>>5]|=128<<24-s%32,e[30+(s+128>>>10<<5)]=Math.floor(i/4294967296),e[31+(s+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 ji=ze._createHelper(Ni),Pi=ze._createHmacHelper(Ni);class Hi extends Ni{_doReset(){this._hash=new Je([new Ke(3418070365,3238371032),new Ke(1654270250,914150663),new Ke(2438529370,812702999),new Ke(355462360,4144912697),new Ke(1731405415,4290775857),new Ke(2394180231,1750603025),new Ke(3675008525,1694076839),new Ke(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const zi=Ni._createHelper(Hi),Vi=Ni._createHmacHelper(Hi),Zi=[],Ki=[],Ji=[];let Wi=1,Gi=0;for(let t=0;t<24;t+=1){Zi[Wi+5*Gi]=(t+1)*(t+2)/2%64;const e=(2*Wi+3*Gi)%5;Wi=Gi%5,Gi=e}for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1)Ki[t+5*e]=e+(2*t+3*e)%5*5;let Xi=1;for(let t=0;t<24;t+=1){let e=0,i=0;for(let t=0;t<7;t+=1){if(1&Xi){const s=(1<<t)-1;s<32?i^=1<<s:e^=1<<s-32}128&Xi?Xi=Xi<<1^113:Xi<<=1}Ji[t]=Ke.create(e,i)}const Yi=[];for(let t=0;t<25;t+=1)Yi[t]=Ke.create();class qi extends ze{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 Ke;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,e){const i=this._state,s=this.blockSize/2;for(let n=0;n<s;n+=1){let s=t[e+2*n],o=t[e+2*n+1];s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8);const r=i[n];r.high^=o,r.low^=s}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let e=0,s=0;for(let n=0;n<5;n+=1){const o=i[t+5*n];e^=o.high,s^=o.low}const n=Yi[t];n.high=e,n.low=s}for(let t=0;t<5;t+=1){const e=Yi[(t+4)%5],s=Yi[(t+1)%5],n=s.high,o=s.low,r=e.high^(n<<1|o>>>31),a=e.low^(o<<1|n>>>31);for(let e=0;e<5;e+=1){const s=i[t+5*e];s.high^=r,s.low^=a}}for(let t=1;t<25;t+=1){let e,s;const n=i[t],o=n.high,r=n.low,a=Zi[t];a<32?(e=o<<a|r>>>32-a,s=r<<a|o>>>32-a):(e=r<<a-32|o>>>64-a,s=o<<a-32|r>>>64-a);const l=Yi[Ki[t]];l.high=e,l.low=s}const e=Yi[0],s=i[0];e.high=s.high,e.low=s.low;for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1){const s=t+5*e,n=i[s],o=Yi[s],r=Yi[(t+1)%5+5*e],a=Yi[(t+2)%5+5*e];n.high=o.high^~r.high&a.high,n.low=o.low^~r.low&a.low}const n=i[0],o=Ji[t];n.high^=o.high,n.low^=o.low}}_doFinalize(){const t=this._data,e=t.words,i=8*t.sigBytes,s=32*this.blockSize;e[i>>>5]|=1<<24-i%32,e[(Math.ceil((i+1)/s)*s>>>5)-1]|=128,t.sigBytes=4*e.length,this._process();const n=this._state,o=this.cfg.outputLength/8,r=o/8,a=[];for(let t=0;t<r;t+=1){const e=n[t];let i=e.high,s=e.low;i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),a.push(s),a.push(i)}return new Re(a,o)}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 Qi=ze._createHelper(qi),ts=ze._createHmacHelper(qi),es=Re.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]),is=Re.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]),ss=Re.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]),ns=Re.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]),os=Re.create([0,1518500249,1859775393,2400959708,2840853838]),rs=Re.create([1352829926,1548603684,1836072691,2053994217,0]),as=(t,e,i)=>t^e^i,ls=(t,e,i)=>t&e|~t&i,cs=(t,e,i)=>(t|~e)^i,hs=(t,e,i)=>t&i|e&~i,ds=(t,e,i)=>t^(e|~i),us=(t,e)=>t<<e|t>>>32-e;class ps extends ze{_doReset(){this._hash=Re.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=t;for(let t=0;t<16;t+=1){const s=e+t,n=i[s];i[s]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}const s=this._hash.words,n=os.words,o=rs.words,r=es.words,a=is.words,l=ss.words,c=ns.words;let h,d=s[0],u=s[1],p=s[2],f=s[3],v=s[4],w=s[0],y=s[1],g=s[2],m=s[3],b=s[4];for(let t=0;t<80;t+=1)h=d+i[e+r[t]]|0,h+=t<16?as(u,p,f)+n[0]:t<32?ls(u,p,f)+n[1]:t<48?cs(u,p,f)+n[2]:t<64?hs(u,p,f)+n[3]:ds(u,p,f)+n[4],h|=0,h=us(h,l[t]),h=h+v|0,d=v,v=f,f=us(p,10),p=u,u=h,h=w+i[e+a[t]]|0,h+=t<16?ds(y,g,m)+o[0]:t<32?hs(y,g,m)+o[1]:t<48?cs(y,g,m)+o[2]:t<64?ls(y,g,m)+o[3]:as(y,g,m)+o[4],h|=0,h=us(h,c[t]),h=h+b|0,w=b,b=m,m=us(g,10),g=y,y=h;h=s[1]+p+m|0,s[1]=s[2]+f+b|0,s[2]=s[3]+v+w|0,s[3]=s[4]+d+y|0,s[4]=s[0]+u+g|0,s[0]=h}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;e[s>>>5]|=128<<24-s%32,e[14+(s+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,o=n.words;for(let t=0;t<5;t+=1){const e=o[t];o[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 fs=ze._createHelper(ps),vs=ze._createHmacHelper(ps);class ws extends Ue{constructor(t){super(),this.cfg=Object.assign(new Ue,{keySize:4,hasher:Ci,iterations:1},t)}compute(t,e){const{cfg:i}=this,s=Ve.create(i.hasher,t),n=Re.create(),o=Re.create([1]),r=n.words,a=o.words,{keySize:l,iterations:c}=i;for(;r.length<l;){const t=s.update(e).finalize(o);s.reset();const i=t.words,r=i.length;let l=t;for(let t=1;t<c;t+=1){l=s.finalize(l),s.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 ys=[],gs=[],ms=[],bs=[],Cs=[],xs=[],Es=[],Ss=[],ks=[],Fs=[],As=[];for(let t=0;t<256;t+=1)As[t]=t<128?t<<1:t<<1^283;let $s=0,Is=0;for(let t=0;t<256;t+=1){let t=Is^Is<<1^Is<<2^Is<<3^Is<<4;t=t>>>8^255&t^99,ys[$s]=t,gs[t]=$s;const e=As[$s],i=As[e],s=As[i];let n=257*As[t]^16843008*t;ms[$s]=n<<24|n>>>8,bs[$s]=n<<16|n>>>16,Cs[$s]=n<<8|n>>>24,xs[$s]=n,n=16843009*s^65537*i^257*e^16843008*$s,Es[t]=n<<24|n>>>8,Ss[t]=n<<16|n>>>16,ks[t]=n<<8|n>>>24,Fs[t]=n,$s?($s=e^As[As[As[s^e]]],Is^=As[As[Is]]):(Is=1,$s=Is)}const _s=[0,1,2,4,8,16,32,64,128,27,54];class Ds extends hi{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const e=this._keyPriorReset,i=e.words,s=e.sigBytes/4;this._nRounds=s+6;const n=4*(this._nRounds+1);this._keySchedule=[];const o=this._keySchedule;for(let e=0;e<n;e+=1)e<s?o[e]=i[e]:(t=o[e-1],e%s?s>6&&e%s==4&&(t=ys[t>>>24]<<24|ys[t>>>16&255]<<16|ys[t>>>8&255]<<8|ys[255&t]):(t=t<<8|t>>>24,t=ys[t>>>24]<<24|ys[t>>>16&255]<<16|ys[t>>>8&255]<<8|ys[255&t],t^=_s[e/s|0]<<24),o[e]=o[e-s]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let e=0;e<n;e+=1){const i=n-e;t=e%4?o[i]:o[i-4],r[e]=e<4||i<=4?t:Es[ys[t>>>24]]^Ss[ys[t>>>16&255]]^ks[ys[t>>>8&255]]^Fs[ys[255&t]]}}encryptBlock(t,e){this._doCryptBlock(t,e,this._keySchedule,ms,bs,Cs,xs,ys)}decryptBlock(t,e){const i=t;let s=i[e+1];i[e+1]=i[e+3],i[e+3]=s,this._doCryptBlock(i,e,this._invKeySchedule,Es,Ss,ks,Fs,gs),s=i[e+1],i[e+1]=i[e+3],i[e+3]=s}_doCryptBlock(t,e,i,s,n,o,r,a){const l=t,c=this._nRounds;let h=l[e]^i[0],d=l[e+1]^i[1],u=l[e+2]^i[2],p=l[e+3]^i[3],f=4;for(let t=1;t<c;t+=1){const t=s[h>>>24]^n[d>>>16&255]^o[u>>>8&255]^r[255&p]^i[f];f+=1;const e=s[d>>>24]^n[u>>>16&255]^o[p>>>8&255]^r[255&h]^i[f];f+=1;const a=s[u>>>24]^n[p>>>16&255]^o[h>>>8&255]^r[255&d]^i[f];f+=1;const l=s[p>>>24]^n[h>>>16&255]^o[d>>>8&255]^r[255&u]^i[f];f+=1,h=t,d=e,u=a,p=l}const v=(a[h>>>24]<<24|a[d>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^i[f];f+=1;const w=(a[d>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&h])^i[f];f+=1;const y=(a[u>>>24]<<24|a[p>>>16&255]<<16|a[h>>>8&255]<<8|a[255&d])^i[f];f+=1;const g=(a[p>>>24]<<24|a[h>>>16&255]<<16|a[d>>>8&255]<<8|a[255&u])^i[f];f+=1,l[e]=v,l[e+1]=w,l[e+2]=y,l[e+3]=g}}Ds.keySize=8;const Ms=hi._createHelper(Ds),Ls=[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],Bs=[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],Ts=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],Os=[{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}],Us=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function Rs(t,e){const i=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=i,this._lBlock^=i<<t}function Ns(t,e){const i=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=i,this._rBlock^=i<<t}class js extends hi{_doReset(){const t=this._key.words,e=[];for(let i=0;i<56;i+=1){const s=Ls[i]-1;e[i]=t[s>>>5]>>>31-s%32&1}this._subKeys=[];const i=this._subKeys;for(let t=0;t<16;t+=1){i[t]=[];const s=i[t],n=Ts[t];for(let t=0;t<24;t+=1)s[t/6|0]|=e[(Bs[t]-1+n)%28]<<31-t%6,s[4+(t/6|0)]|=e[28+(Bs[t+24]-1+n)%28]<<31-t%6;s[0]=s[0]<<1|s[0]>>>31;for(let t=1;t<7;t+=1)s[t]>>>=4*(t-1)+3;s[7]=s[7]<<5|s[7]>>>27}this._invSubKeys=[];const s=this._invSubKeys;for(let t=0;t<16;t+=1)s[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 s=t;this._lBlock=t[e],this._rBlock=t[e+1],Rs.call(this,4,252645135),Rs.call(this,16,65535),Ns.call(this,2,858993459),Ns.call(this,8,16711935),Rs.call(this,1,1431655765);for(let t=0;t<16;t+=1){const e=i[t],s=this._lBlock,n=this._rBlock;let o=0;for(let t=0;t<8;t+=1)o|=Os[t][((n^e[t])&Us[t])>>>0];this._lBlock=n,this._rBlock=s^o}const n=this._lBlock;this._lBlock=this._rBlock,this._rBlock=n,Rs.call(this,1,1431655765),Ns.call(this,8,16711935),Ns.call(this,2,858993459),Rs.call(this,16,65535),Rs.call(this,4,252645135),s[e]=this._lBlock,s[e+1]=this._rBlock}}js.keySize=2,js.ivSize=2,js.blockSize=2;const Ps=hi._createHelper(js);class Hs extends hi{_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),s=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=js.createEncryptor(Re.create(e)),this._des2=js.createEncryptor(Re.create(i)),this._des3=js.createEncryptor(Re.create(s))}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)}}Hs.keySize=6,Hs.ivSize=2,Hs.blockSize=2;const zs=hi._createHelper(Hs),Vs=[],Zs=[],Ks=[];function Js(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)Zs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<Zs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<Zs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<Zs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<Zs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<Zs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<Zs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<Zs[6]>>>0?1:0)|0,this._b=e[7]>>>0<Zs[7]>>>0?1:0;for(let i=0;i<8;i+=1){const s=t[i]+e[i],n=65535&s,o=s>>>16,r=((n*n>>>17)+n*o>>>15)+o*o,a=((4294901760&s)*s|0)+((65535&s)*s|0);Ks[i]=r^a}t[0]=Ks[0]+(Ks[7]<<16|Ks[7]>>>16)+(Ks[6]<<16|Ks[6]>>>16)|0,t[1]=Ks[1]+(Ks[0]<<8|Ks[0]>>>24)+Ks[7]|0,t[2]=Ks[2]+(Ks[1]<<16|Ks[1]>>>16)+(Ks[0]<<16|Ks[0]>>>16)|0,t[3]=Ks[3]+(Ks[2]<<8|Ks[2]>>>24)+Ks[1]|0,t[4]=Ks[4]+(Ks[3]<<16|Ks[3]>>>16)+(Ks[2]<<16|Ks[2]>>>16)|0,t[5]=Ks[5]+(Ks[4]<<8|Ks[4]>>>24)+Ks[3]|0,t[6]=Ks[6]+(Ks[5]<<16|Ks[5]>>>16)+(Ks[4]<<16|Ks[4]>>>16)|0,t[7]=Ks[7]+(Ks[6]<<8|Ks[6]>>>24)+Ks[5]|0}class Ws extends oi{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 s=this._C;this._b=0;for(let t=0;t<4;t+=1)Js.call(this);for(let t=0;t<8;t+=1)s[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],o=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=o>>>16|4294901760&r,l=r<<16|65535&o;s[0]^=o,s[1]^=a,s[2]^=r,s[3]^=l,s[4]^=o,s[5]^=a,s[6]^=r,s[7]^=l;for(let t=0;t<4;t+=1)Js.call(this)}}_doProcessBlock(t,e){const i=t,s=this._X;Js.call(this),Vs[0]=s[0]^s[5]>>>16^s[3]<<16,Vs[1]=s[2]^s[7]>>>16^s[5]<<16,Vs[2]=s[4]^s[1]>>>16^s[7]<<16,Vs[3]=s[6]^s[3]>>>16^s[1]<<16;for(let t=0;t<4;t+=1)Vs[t]=16711935&(Vs[t]<<8|Vs[t]>>>24)|4278255360&(Vs[t]<<24|Vs[t]>>>8),i[e+t]^=Vs[t]}}const Gs=oi._createHelper(Ws),Xs=[],Ys=[],qs=[];function Qs(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)Ys[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<Ys[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<Ys[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<Ys[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<Ys[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<Ys[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<Ys[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<Ys[6]>>>0?1:0)|0,this._b=e[7]>>>0<Ys[7]>>>0?1:0;for(let i=0;i<8;i+=1){const s=t[i]+e[i],n=65535&s,o=s>>>16,r=((n*n>>>17)+n*o>>>15)+o*o,a=((4294901760&s)*s|0)+((65535&s)*s|0);qs[i]=r^a}t[0]=qs[0]+(qs[7]<<16|qs[7]>>>16)+(qs[6]<<16|qs[6]>>>16)|0,t[1]=qs[1]+(qs[0]<<8|qs[0]>>>24)+qs[7]|0,t[2]=qs[2]+(qs[1]<<16|qs[1]>>>16)+(qs[0]<<16|qs[0]>>>16)|0,t[3]=qs[3]+(qs[2]<<8|qs[2]>>>24)+qs[1]|0,t[4]=qs[4]+(qs[3]<<16|qs[3]>>>16)+(qs[2]<<16|qs[2]>>>16)|0,t[5]=qs[5]+(qs[4]<<8|qs[4]>>>24)+qs[3]|0,t[6]=qs[6]+(qs[5]<<16|qs[5]>>>16)+(qs[4]<<16|qs[4]>>>16)|0,t[7]=qs[7]+(qs[6]<<8|qs[6]>>>24)+qs[5]|0}class tn extends oi{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 s=this._C;this._b=0;for(let t=0;t<4;t+=1)Qs.call(this);for(let t=0;t<8;t+=1)s[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],o=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=o>>>16|4294901760&r,l=r<<16|65535&o;s[0]^=o,s[1]^=a,s[2]^=r,s[3]^=l,s[4]^=o,s[5]^=a,s[6]^=r,s[7]^=l;for(let t=0;t<4;t+=1)Qs.call(this)}}_doProcessBlock(t,e){const i=t,s=this._X;Qs.call(this),Xs[0]=s[0]^s[5]>>>16^s[3]<<16,Xs[1]=s[2]^s[7]>>>16^s[5]<<16,Xs[2]=s[4]^s[1]>>>16^s[7]<<16,Xs[3]=s[6]^s[3]>>>16^s[1]<<16;for(let t=0;t<4;t+=1)Xs[t]=16711935&(Xs[t]<<8|Xs[t]>>>24)|4278255360&(Xs[t]<<24|Xs[t]>>>8),i[e+t]^=Xs[t]}}const en=oi._createHelper(tn);function sn(){const t=this._S;let e=this._i,i=this._j,s=0;for(let n=0;n<4;n+=1){e=(e+1)%256,i=(i+t[e])%256;const o=t[e];t[e]=t[i],t[i]=o,s|=t[(t[e]+t[i])%256]<<24-8*n}return this._i=e,this._j=i,s}class nn extends oi{_doReset(){const t=this._key,e=t.words,i=t.sigBytes;this._S=[];const s=this._S;for(let t=0;t<256;t+=1)s[t]=t;for(let t=0,n=0;t<256;t+=1){const o=t%i,r=e[o>>>2]>>>24-o%4*8&255;n=(n+s[t]+r)%256;const a=s[t];s[t]=s[n],s[n]=a}this._j=0,this._i=this._j}_doProcessBlock(t,e){t[e]^=sn.call(this)}}nn.keySize=8,nn.ivSize=0;const on=oi._createHelper(nn);class rn extends nn{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)sn.call(this)}}const an=oi._createHelper(rn);function ln(t,e,i,s){const n=t;let o;const r=this._iv;r?(o=r.slice(0),this._iv=void 0):o=this._prevBlock,s.encryptBlock(o,0);for(let t=0;t<i;t+=1)n[e+t]^=o[t]}class cn extends ri{}cn.Encryptor=class extends cn{processBlock(t,e){const i=this._cipher,{blockSize:s}=i;ln.call(this,t,e,s,i),this._prevBlock=t.slice(e,e+s)}},cn.Decryptor=class extends cn{processBlock(t,e){const i=this._cipher,{blockSize:s}=i,n=t.slice(e,e+s);ln.call(this,t,e,s,i),this._prevBlock=n}};class hn extends ri{}hn.Encryptor=class extends hn{processBlock(t,e){const i=t,s=this._cipher,{blockSize:n}=s,o=this._iv;let r=this._counter;o&&(this._counter=o.slice(0),r=this._counter,this._iv=void 0);const a=r.slice(0);s.encryptBlock(a,0),r[n-1]=r[n-1]+1|0;for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},hn.Decryptor=hn.Encryptor;const dn=t=>{let e=t;if(255==(t>>24&255)){let i=t>>16&255,s=t>>8&255,n=255&t;255===i?(i=0,255===s?(s=0,255===n?n=0:n+=1):s+=1):i+=1,e=0,e+=i<<16,e+=s<<8,e+=n}else e+=1<<24;return e};
385
+ */(fetch.bind(self));const Me=function(t=function(t="[DEFAULT]"){const e=ne.get(t);if(!e&&"[DEFAULT]"===t)return he();if(!e)throw le.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)}(It(t),"functions"),s=i.getImmediate({identifier:e}),n=xt("functions");return n&&function(t,e,i){!function(t,e,i){t.emulatorOrigin=`http://${e}:${i}`}(It(t),e,i)}(s,...n),s}(he({apiKey:"AIzaSyAzcW2n1JhY_zhkXmuFcwe550AkwmYeJ0w",projectId:"snipply-sdk-staging",messagingSenderId:"877538579326",appId:"1:877538579326:web:f793f73f2b7dc770c4992f"}));let Le={};const Be=(t={})=>{Le={...Le,...t}},Te=(t,e,i={})=>{const s={error:t,message:(null==e?void 0:e.message)||e||t,...i};Oe("error",s)},Oe=(t,e={},i=!0)=>{try{e=i?{...Le,...e}:e,e={...e,source:"superflowToolbar"};Ue("event",{userId:void 0,eventName:t,properties:e})}catch(t){console.warn("Error in trackEvent: ",t)}},Ue=(t,e)=>{try{const i=function(t,e,i){return Ie(It(t),e,i)}(Me,"sa");i({type:t,body:e})}catch(t){console.warn("Error in setAnalytics: ",t)}};class Re{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 Ne extends Re{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 s=0;s<t;s+=1)e[s>>>2]|=i[s]<<24-s%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 s=4294967295;return()=>{i=36969*(65535&i)+(i>>16)&s,e=18e3*(65535&e)+(e>>16)&s;let t=(i<<16)+e&s;return t/=4294967296,t+=.5,t*(Math.random()>.5?1:-1)}};for(let s,n=0;n<t;n+=4){const t=i(4294967296*(s||Math.random()));s=987654071*t(),e.push(4294967296*t()|0)}return new Ne(e,t)}toString(t=je){return t.stringify(this)}concat(t){const e=this.words,i=t.words,s=this.sigBytes,n=t.sigBytes;if(this.clamp(),s%4)for(let t=0;t<n;t+=1){const n=i[t>>>2]>>>24-t%4*8&255;e[s+t>>>2]|=n<<24-(s+t)%4*8}else for(let t=0;t<n;t+=4)e[s+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 je={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;s.push((i>>>4).toString(16)),s.push((15&i).toString(16))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=2)i[s>>>3]|=parseInt(t.substr(s,2),16)<<24-s%8*4;return new Ne(i,e/2)}},Pe={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=1){const i=e[t>>>2]>>>24-t%4*8&255;s.push(String.fromCharCode(i))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=1)i[s>>>2]|=(255&t.charCodeAt(s))<<24-s%4*8;return new Ne(i,e)}},He={stringify(t){try{return decodeURIComponent(escape(Pe.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:t=>Pe.parse(unescape(encodeURIComponent(t)))};class ze extends Re{constructor(){super(),this._minBufferSize=0}reset(){this._data=new Ne,this._nDataBytes=0}_append(t){let e=t;"string"==typeof e&&(e=He.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes}_process(t){let e;const{_data:i,blockSize:s}=this,n=i.words,o=i.sigBytes;let r=o/(4*s);r=t?Math.ceil(r):Math.max((0|r)-this._minBufferSize,0);const a=r*s,l=Math.min(4*a,o);if(a){for(let t=0;t<a;t+=s)this._doProcessBlock(n,t);e=n.splice(0,a),i.sigBytes-=l}return new Ne(e,l)}clone(){const t=super.clone.call(this);return t._data=this._data.clone(),t}}class Ve extends ze{constructor(t){super(),this.blockSize=16,this.cfg=Object.assign(new Re,t),this.reset()}static _createHelper(t){return(e,i)=>new t(i).finalize(e)}static _createHmacHelper(t){return(e,i)=>new Ze(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 Ze extends Re{constructor(t,e){super();const i=new t;this._hasher=i;let s=e;"string"==typeof s&&(s=He.parse(s));const n=i.blockSize,o=4*n;s.sigBytes>o&&(s=i.finalize(e)),s.clamp();const r=s.clone();this._oKey=r;const a=s.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=o,a.sigBytes=o,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 Ke=Ne;class Je extends Re{constructor(t,e){super(),this.high=t,this.low=e}}class We extends Re{constructor(t=[],e=8*t.length){super(),this.words=t,this.sigBytes=e}toX32(){const t=this.words,e=t.length,i=[];for(let s=0;s<e;s+=1){const e=t[s];i.push(e.high),i.push(e.low)}return Ke.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 Ge={stringify(t){const{words:e,sigBytes:i}=t,s=this._map;t.clamp();const n=[];for(let t=0;t<i;t+=3){const o=(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(s.charAt(o>>>6*(3-e)&63))}const o=s.charAt(64);if(o)for(;n.length%4;)n.push(o);return n.join("")},parse(t){let e=t.length;const i=this._map;let s=this._reverseMap;if(!s){this._reverseMap=[],s=this._reverseMap;for(let t=0;t<i.length;t+=1)s[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 s=[];let n=0;for(let o=0;o<e;o+=1)if(o%4){const e=i[t.charCodeAt(o-1)]<<o%4*2|i[t.charCodeAt(o)]>>>6-o%4*2;s[n>>>2]|=e<<24-n%4*8,n+=1}return Ne.create(s,n)})(t,e,s)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},Xe=[];for(let t=0;t<64;t+=1)Xe[t]=4294967296*Math.abs(Math.sin(t+1))|0;const Ye=(t,e,i,s,n,o,r)=>{const a=t+(e&i|~e&s)+n+r;return(a<<o|a>>>32-o)+e},qe=(t,e,i,s,n,o,r)=>{const a=t+(e&s|i&~s)+n+r;return(a<<o|a>>>32-o)+e},Qe=(t,e,i,s,n,o,r)=>{const a=t+(e^i^s)+n+r;return(a<<o|a>>>32-o)+e},ti=(t,e,i,s,n,o,r)=>{const a=t+(i^(e|~s))+n+r;return(a<<o|a>>>32-o)+e};class ei extends Ve{_doReset(){this._hash=new Ne([1732584193,4023233417,2562383102,271733878])}_doProcessBlock(t,e){const i=t;for(let s=0;s<16;s+=1){const n=e+s,o=t[n];i[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}const s=this._hash.words,n=i[e+0],o=i[e+1],r=i[e+2],a=i[e+3],l=i[e+4],c=i[e+5],h=i[e+6],d=i[e+7],u=i[e+8],p=i[e+9],f=i[e+10],v=i[e+11],w=i[e+12],y=i[e+13],g=i[e+14],m=i[e+15];let b=s[0],C=s[1],x=s[2],E=s[3];b=Ye(b,C,x,E,n,7,Xe[0]),E=Ye(E,b,C,x,o,12,Xe[1]),x=Ye(x,E,b,C,r,17,Xe[2]),C=Ye(C,x,E,b,a,22,Xe[3]),b=Ye(b,C,x,E,l,7,Xe[4]),E=Ye(E,b,C,x,c,12,Xe[5]),x=Ye(x,E,b,C,h,17,Xe[6]),C=Ye(C,x,E,b,d,22,Xe[7]),b=Ye(b,C,x,E,u,7,Xe[8]),E=Ye(E,b,C,x,p,12,Xe[9]),x=Ye(x,E,b,C,f,17,Xe[10]),C=Ye(C,x,E,b,v,22,Xe[11]),b=Ye(b,C,x,E,w,7,Xe[12]),E=Ye(E,b,C,x,y,12,Xe[13]),x=Ye(x,E,b,C,g,17,Xe[14]),C=Ye(C,x,E,b,m,22,Xe[15]),b=qe(b,C,x,E,o,5,Xe[16]),E=qe(E,b,C,x,h,9,Xe[17]),x=qe(x,E,b,C,v,14,Xe[18]),C=qe(C,x,E,b,n,20,Xe[19]),b=qe(b,C,x,E,c,5,Xe[20]),E=qe(E,b,C,x,f,9,Xe[21]),x=qe(x,E,b,C,m,14,Xe[22]),C=qe(C,x,E,b,l,20,Xe[23]),b=qe(b,C,x,E,p,5,Xe[24]),E=qe(E,b,C,x,g,9,Xe[25]),x=qe(x,E,b,C,a,14,Xe[26]),C=qe(C,x,E,b,u,20,Xe[27]),b=qe(b,C,x,E,y,5,Xe[28]),E=qe(E,b,C,x,r,9,Xe[29]),x=qe(x,E,b,C,d,14,Xe[30]),C=qe(C,x,E,b,w,20,Xe[31]),b=Qe(b,C,x,E,c,4,Xe[32]),E=Qe(E,b,C,x,u,11,Xe[33]),x=Qe(x,E,b,C,v,16,Xe[34]),C=Qe(C,x,E,b,g,23,Xe[35]),b=Qe(b,C,x,E,o,4,Xe[36]),E=Qe(E,b,C,x,l,11,Xe[37]),x=Qe(x,E,b,C,d,16,Xe[38]),C=Qe(C,x,E,b,f,23,Xe[39]),b=Qe(b,C,x,E,y,4,Xe[40]),E=Qe(E,b,C,x,n,11,Xe[41]),x=Qe(x,E,b,C,a,16,Xe[42]),C=Qe(C,x,E,b,h,23,Xe[43]),b=Qe(b,C,x,E,p,4,Xe[44]),E=Qe(E,b,C,x,w,11,Xe[45]),x=Qe(x,E,b,C,m,16,Xe[46]),C=Qe(C,x,E,b,r,23,Xe[47]),b=ti(b,C,x,E,n,6,Xe[48]),E=ti(E,b,C,x,d,10,Xe[49]),x=ti(x,E,b,C,g,15,Xe[50]),C=ti(C,x,E,b,c,21,Xe[51]),b=ti(b,C,x,E,w,6,Xe[52]),E=ti(E,b,C,x,a,10,Xe[53]),x=ti(x,E,b,C,f,15,Xe[54]),C=ti(C,x,E,b,o,21,Xe[55]),b=ti(b,C,x,E,u,6,Xe[56]),E=ti(E,b,C,x,m,10,Xe[57]),x=ti(x,E,b,C,h,15,Xe[58]),C=ti(C,x,E,b,y,21,Xe[59]),b=ti(b,C,x,E,l,6,Xe[60]),E=ti(E,b,C,x,v,10,Xe[61]),x=ti(x,E,b,C,r,15,Xe[62]),C=ti(C,x,E,b,p,21,Xe[63]),s[0]=s[0]+b|0,s[1]=s[1]+C|0,s[2]=s[2]+x|0,s[3]=s[3]+E|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;e[s>>>5]|=128<<24-s%32;const n=Math.floor(i/4294967296),o=i;e[15+(s+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e[14+(s+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>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 ii=Ve._createHelper(ei),si=Ve._createHmacHelper(ei);class ni extends Re{constructor(t){super(),this.cfg=Object.assign(new Re,{keySize:4,hasher:ei,iterations:1},t)}compute(t,e){let i;const{cfg:s}=this,n=s.hasher.create(),o=Ne.create(),r=o.words,{keySize:a,iterations:l}=s;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();o.concat(i)}return o.sigBytes=4*a,o}}class oi extends ze{constructor(t,e,i){super(),this.cfg=Object.assign(new Re,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?wi:fi;return{encrypt:(i,s,n)=>e(s).encrypt(t,i,s,n),decrypt:(i,s,n)=>e(s).decrypt(t,i,s,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()}}oi._ENC_XFORM_MODE=1,oi._DEC_XFORM_MODE=2,oi.keySize=4,oi.ivSize=4;class ri extends oi{constructor(...t){super(...t),this.blockSize=1}_doFinalize(){return this._process(!0)}}class ai extends Re{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 li(t,e,i){const s=t;let n;const o=this._iv;o?(n=o,this._iv=void 0):n=this._prevBlock;for(let t=0;t<i;t+=1)s[e+t]^=n[t]}class ci extends ai{}ci.Encryptor=class extends ci{processBlock(t,e){const i=this._cipher,{blockSize:s}=i;li.call(this,t,e,s),i.encryptBlock(t,e),this._prevBlock=t.slice(e,e+s)}},ci.Decryptor=class extends ci{processBlock(t,e){const i=this._cipher,{blockSize:s}=i,n=t.slice(e,e+s);i.decryptBlock(t,e),li.call(this,t,e,s),this._prevBlock=n}};const hi={pad(t,e){const i=4*e,s=i-t.sigBytes%i,n=s<<24|s<<16|s<<8|s,o=[];for(let t=0;t<s;t+=4)o.push(n);const r=Ne.create(o,s);t.concat(r)},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}};class di extends oi{constructor(t,e,i){super(t,e,Object.assign({mode:ci,padding:hi},i)),this.blockSize=4}reset(){let t;super.reset.call(this);const{cfg:e}=this,{iv:i,mode:s}=e;this._xformMode===this.constructor._ENC_XFORM_MODE?t=s.createEncryptor:(t=s.createDecryptor,this._minBufferSize=1),this._mode=t.call(s,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 ui extends Re{constructor(t){super(),this.mixIn(t)}toString(t){return(t||this.formatter).stringify(this)}}const pi={stringify(t){let e;const{ciphertext:i,salt:s}=t;return e=s?Ne.create([1398893684,1701076831]).concat(s).concat(i):i,e.toString(Ge)},parse(t){let e;const i=Ge.parse(t),s=i.words;return 1398893684===s[0]&&1701076831===s[1]&&(e=Ne.create(s.slice(2,4)),s.splice(0,4),i.sigBytes-=16),ui.create({ciphertext:i,salt:e})}};class fi extends Re{static encrypt(t,e,i,s){const n=Object.assign(new Re,this.cfg,s),o=t.createEncryptor(i,n),r=o.finalize(e),a=o.cfg;return ui.create({ciphertext:r,key:i,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:o.blockSize,formatter:n.format})}static decrypt(t,e,i,s){let n=e;const o=Object.assign(new Re,this.cfg,s);n=this._parse(n,o.format);return t.createDecryptor(i,o).finalize(n.ciphertext)}static _parse(t,e){return"string"==typeof t?e.parse(t,this):t}}fi.cfg=Object.assign(new Re,{format:pi});const vi={execute(t,e,i,s){let n=s;n||(n=Ne.random(8));const o=ni.create({keySize:e+i}).compute(t,n),r=Ne.create(o.words.slice(e),4*i);return o.sigBytes=4*e,ui.create({key:o,iv:r,salt:n})}};class wi extends fi{static encrypt(t,e,i,s){const n=Object.assign(new Re,this.cfg,s),o=n.kdf.execute(i,t.keySize,t.ivSize);n.iv=o.iv;const r=fi.encrypt.call(this,t,e,o.key,n);return r.mixIn(o),r}static decrypt(t,e,i,s){let n=e;const o=Object.assign(new Re,this.cfg,s);n=this._parse(n,o.format);const r=o.kdf.execute(i,t.keySize,t.ivSize,n.salt);o.iv=r.iv;return fi.decrypt.call(this,t,n,r.key,o)}}wi.cfg=Object.assign(fi.cfg,{kdf:vi});const yi=t=>t<<8&4278255360|t>>>8&16711935,gi={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=2){const i=e[t>>>2]>>>16-t%4*8&65535;s.push(String.fromCharCode(i))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=1)i[s>>>1]|=t.charCodeAt(s)<<16-s%2*16;return Ne.create(i,2*e)}},mi=gi,bi={stringify(t){const{words:e,sigBytes:i}=t,s=[];for(let t=0;t<i;t+=2){const i=yi(e[t>>>2]>>>16-t%4*8&65535);s.push(String.fromCharCode(i))}return s.join("")},parse(t){const e=t.length,i=[];for(let s=0;s<e;s+=1)i[s>>>1]|=yi(t.charCodeAt(s)<<16-s%2*16);return Ne.create(i,2*e)}},Ci=[];class xi extends Ve{_doReset(){this._hash=new Ne([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=this._hash.words;let s=i[0],n=i[1],o=i[2],r=i[3],a=i[4];for(let i=0;i<80;i+=1){if(i<16)Ci[i]=0|t[e+i];else{const t=Ci[i-3]^Ci[i-8]^Ci[i-14]^Ci[i-16];Ci[i]=t<<1|t>>>31}let l=(s<<5|s>>>27)+a+Ci[i];l+=i<20?1518500249+(n&o|~n&r):i<40?1859775393+(n^o^r):i<60?(n&o|n&r|o&r)-1894007588:(n^o^r)-899497514,a=r,r=o,o=n<<30|n>>>2,n=s,s=l}i[0]=i[0]+s|0,i[1]=i[1]+n|0,i[2]=i[2]+o|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,s=8*t.sigBytes;return e[s>>>5]|=128<<24-s%32,e[14+(s+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(s+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 Ei=Ve._createHelper(xi),Si=Ve._createHmacHelper(xi),ki=[],Fi=[],Ai=t=>{const e=Math.sqrt(t);for(let i=2;i<=e;i+=1)if(!(t%i))return!1;return!0},$i=t=>4294967296*(t-(0|t))|0;let Ii=2,_i=0;for(;_i<64;)Ai(Ii)&&(_i<8&&(ki[_i]=$i(Ii**.5)),Fi[_i]=$i(Ii**(1/3)),_i+=1),Ii+=1;const Di=[];class Mi extends Ve{_doReset(){this._hash=new Ne(ki.slice(0))}_doProcessBlock(t,e){const i=this._hash.words;let s=i[0],n=i[1],o=i[2],r=i[3],a=i[4],l=i[5],c=i[6],h=i[7];for(let i=0;i<64;i+=1){if(i<16)Di[i]=0|t[e+i];else{const t=Di[i-15],e=(t<<25|t>>>7)^(t<<14|t>>>18)^t>>>3,s=Di[i-2],n=(s<<15|s>>>17)^(s<<13|s>>>19)^s>>>10;Di[i]=e+Di[i-7]+n+Di[i-16]}const d=s&n^s&o^n&o,u=(s<<30|s>>>2)^(s<<19|s>>>13)^(s<<10|s>>>22),p=h+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&c)+Fi[i]+Di[i];h=c,c=l,l=a,a=r+p|0,r=o,o=n,n=s,s=p+(u+d)|0}i[0]=i[0]+s|0,i[1]=i[1]+n|0,i[2]=i[2]+o|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]+h|0}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;return e[s>>>5]|=128<<24-s%32,e[14+(s+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(s+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 Li=Ve._createHelper(Mi),Bi=Ve._createHmacHelper(Mi);class Ti extends Mi{_doReset(){this._hash=new Ne([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=4,t}}const Oi=Mi._createHelper(Ti),Ui=Mi._createHmacHelper(Ti),Ri=[new Je(1116352408,3609767458),new Je(1899447441,602891725),new Je(3049323471,3964484399),new Je(3921009573,2173295548),new Je(961987163,4081628472),new Je(1508970993,3053834265),new Je(2453635748,2937671579),new Je(2870763221,3664609560),new Je(3624381080,2734883394),new Je(310598401,1164996542),new Je(607225278,1323610764),new Je(1426881987,3590304994),new Je(1925078388,4068182383),new Je(2162078206,991336113),new Je(2614888103,633803317),new Je(3248222580,3479774868),new Je(3835390401,2666613458),new Je(4022224774,944711139),new Je(264347078,2341262773),new Je(604807628,2007800933),new Je(770255983,1495990901),new Je(1249150122,1856431235),new Je(1555081692,3175218132),new Je(1996064986,2198950837),new Je(2554220882,3999719339),new Je(2821834349,766784016),new Je(2952996808,2566594879),new Je(3210313671,3203337956),new Je(3336571891,1034457026),new Je(3584528711,2466948901),new Je(113926993,3758326383),new Je(338241895,168717936),new Je(666307205,1188179964),new Je(773529912,1546045734),new Je(1294757372,1522805485),new Je(1396182291,2643833823),new Je(1695183700,2343527390),new Je(1986661051,1014477480),new Je(2177026350,1206759142),new Je(2456956037,344077627),new Je(2730485921,1290863460),new Je(2820302411,3158454273),new Je(3259730800,3505952657),new Je(3345764771,106217008),new Je(3516065817,3606008344),new Je(3600352804,1432725776),new Je(4094571909,1467031594),new Je(275423344,851169720),new Je(430227734,3100823752),new Je(506948616,1363258195),new Je(659060556,3750685593),new Je(883997877,3785050280),new Je(958139571,3318307427),new Je(1322822218,3812723403),new Je(1537002063,2003034995),new Je(1747873779,3602036899),new Je(1955562222,1575990012),new Je(2024104815,1125592928),new Je(2227730452,2716904306),new Je(2361852424,442776044),new Je(2428436474,593698344),new Je(2756734187,3733110249),new Je(3204031479,2999351573),new Je(3329325298,3815920427),new Je(3391569614,3928383900),new Je(3515267271,566280711),new Je(3940187606,3454069534),new Je(4118630271,4000239992),new Je(116418474,1914138554),new Je(174292421,2731055270),new Je(289380356,3203993006),new Je(460393269,320620315),new Je(685471733,587496836),new Je(852142971,1086792851),new Je(1017036298,365543100),new Je(1126000580,2618297676),new Je(1288033470,3409855158),new Je(1501505948,4234509866),new Je(1607167915,987167468),new Je(1816402316,1246189591)],Ni=[];for(let t=0;t<80;t+=1)Ni[t]=new Je;class ji extends Ve{constructor(){super(),this.blockSize=32}_doReset(){this._hash=new We([new Je(1779033703,4089235720),new Je(3144134277,2227873595),new Je(1013904242,4271175723),new Je(2773480762,1595750129),new Je(1359893119,2917565137),new Je(2600822924,725511199),new Je(528734635,4215389547),new Je(1541459225,327033209)])}_doProcessBlock(t,e){const i=this._hash.words,s=i[0],n=i[1],o=i[2],r=i[3],a=i[4],l=i[5],c=i[6],h=i[7],d=s.high;let u=s.low;const p=n.high;let f=n.low;const v=o.high;let w=o.low;const y=r.high;let g=r.low;const m=a.high;let b=a.low;const C=l.high;let x=l.low;const E=c.high;let S=c.low;const k=h.high;let F=h.low,A=d,$=u,I=p,_=f,D=v,M=w,L=y,B=g,T=m,O=b,U=C,R=x,N=E,j=S,P=k,H=F;for(let i=0;i<80;i+=1){let s,n;const o=Ni[i];if(i<16)o.high=0|t[e+2*i],n=o.high,o.low=0|t[e+2*i+1],s=o.low;else{const t=Ni[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=Ni[i-2],h=c.high,d=c.low,u=(h>>>19|d<<13)^(h<<3|d>>>29)^h>>>6,p=(d>>>19|h<<13)^(d<<3|h>>>29)^(d>>>6|h<<26),f=Ni[i-7],v=f.high,w=f.low,y=Ni[i-16],g=y.high,m=y.low;s=l+w,n=a+v+(s>>>0<l>>>0?1:0),s+=p,n=n+u+(s>>>0<p>>>0?1:0),s+=m,n=n+g+(s>>>0<m>>>0?1:0),o.high=n,o.low=s}const r=T&U^~T&N,a=O&R^~O&j,l=A&I^A&D^I&D,c=$&_^$&M^_&M,h=(A>>>28|$<<4)^(A<<30|$>>>2)^(A<<25|$>>>7),d=($>>>28|A<<4)^($<<30|A>>>2)^($<<25|A>>>7),u=(T>>>14|O<<18)^(T>>>18|O<<14)^(T<<23|O>>>9),p=(O>>>14|T<<18)^(O>>>18|T<<14)^(O<<23|T>>>9),f=Ri[i],v=f.high,w=f.low;let y=H+p,g=P+u+(y>>>0<H>>>0?1:0);y+=a,g=g+r+(y>>>0<a>>>0?1:0),y+=w,g=g+v+(y>>>0<w>>>0?1:0),y+=s,g=g+n+(y>>>0<s>>>0?1:0);const m=d+c;P=N,H=j,N=U,j=R,U=T,R=O,O=B+y|0,T=L+g+(O>>>0<B>>>0?1:0)|0,L=D,B=M,D=I,M=_,I=A,_=$,$=y+m|0,A=g+(h+l+(m>>>0<d>>>0?1:0))+($>>>0<y>>>0?1:0)|0}s.low=u+$,u=s.low,s.high=d+A+(u>>>0<$>>>0?1:0),n.low=f+_,f=n.low,n.high=p+I+(f>>>0<_>>>0?1:0),o.low=w+M,w=o.low,o.high=v+D+(w>>>0<M>>>0?1:0),r.low=g+B,g=r.low,r.high=y+L+(g>>>0<B>>>0?1:0),a.low=b+O,b=a.low,a.high=m+T+(b>>>0<O>>>0?1:0),l.low=x+R,x=l.low,l.high=C+U+(x>>>0<R>>>0?1:0),c.low=S+j,S=c.low,c.high=E+N+(S>>>0<j>>>0?1:0),h.low=F+H,F=h.low,h.high=k+P+(F>>>0<H>>>0?1:0)}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;e[s>>>5]|=128<<24-s%32,e[30+(s+128>>>10<<5)]=Math.floor(i/4294967296),e[31+(s+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 Pi=Ve._createHelper(ji),Hi=Ve._createHmacHelper(ji);class zi extends ji{_doReset(){this._hash=new We([new Je(3418070365,3238371032),new Je(1654270250,914150663),new Je(2438529370,812702999),new Je(355462360,4144912697),new Je(1731405415,4290775857),new Je(2394180231,1750603025),new Je(3675008525,1694076839),new Je(1203062813,3204075428)])}_doFinalize(){const t=super._doFinalize.call(this);return t.sigBytes-=16,t}}const Vi=ji._createHelper(zi),Zi=ji._createHmacHelper(zi),Ki=[],Ji=[],Wi=[];let Gi=1,Xi=0;for(let t=0;t<24;t+=1){Ki[Gi+5*Xi]=(t+1)*(t+2)/2%64;const e=(2*Gi+3*Xi)%5;Gi=Xi%5,Xi=e}for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1)Ji[t+5*e]=e+(2*t+3*e)%5*5;let Yi=1;for(let t=0;t<24;t+=1){let e=0,i=0;for(let t=0;t<7;t+=1){if(1&Yi){const s=(1<<t)-1;s<32?i^=1<<s:e^=1<<s-32}128&Yi?Yi=Yi<<1^113:Yi<<=1}Wi[t]=Je.create(e,i)}const qi=[];for(let t=0;t<25;t+=1)qi[t]=Je.create();class Qi extends Ve{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 Je;this.blockSize=(1600-2*this.cfg.outputLength)/32}_doProcessBlock(t,e){const i=this._state,s=this.blockSize/2;for(let n=0;n<s;n+=1){let s=t[e+2*n],o=t[e+2*n+1];s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8);const r=i[n];r.high^=o,r.low^=s}for(let t=0;t<24;t+=1){for(let t=0;t<5;t+=1){let e=0,s=0;for(let n=0;n<5;n+=1){const o=i[t+5*n];e^=o.high,s^=o.low}const n=qi[t];n.high=e,n.low=s}for(let t=0;t<5;t+=1){const e=qi[(t+4)%5],s=qi[(t+1)%5],n=s.high,o=s.low,r=e.high^(n<<1|o>>>31),a=e.low^(o<<1|n>>>31);for(let e=0;e<5;e+=1){const s=i[t+5*e];s.high^=r,s.low^=a}}for(let t=1;t<25;t+=1){let e,s;const n=i[t],o=n.high,r=n.low,a=Ki[t];a<32?(e=o<<a|r>>>32-a,s=r<<a|o>>>32-a):(e=r<<a-32|o>>>64-a,s=o<<a-32|r>>>64-a);const l=qi[Ji[t]];l.high=e,l.low=s}const e=qi[0],s=i[0];e.high=s.high,e.low=s.low;for(let t=0;t<5;t+=1)for(let e=0;e<5;e+=1){const s=t+5*e,n=i[s],o=qi[s],r=qi[(t+1)%5+5*e],a=qi[(t+2)%5+5*e];n.high=o.high^~r.high&a.high,n.low=o.low^~r.low&a.low}const n=i[0],o=Wi[t];n.high^=o.high,n.low^=o.low}}_doFinalize(){const t=this._data,e=t.words,i=8*t.sigBytes,s=32*this.blockSize;e[i>>>5]|=1<<24-i%32,e[(Math.ceil((i+1)/s)*s>>>5)-1]|=128,t.sigBytes=4*e.length,this._process();const n=this._state,o=this.cfg.outputLength/8,r=o/8,a=[];for(let t=0;t<r;t+=1){const e=n[t];let i=e.high,s=e.low;i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),a.push(s),a.push(i)}return new Ne(a,o)}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 ts=Ve._createHelper(Qi),es=Ve._createHmacHelper(Qi),is=Ne.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]),ss=Ne.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]),ns=Ne.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]),os=Ne.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]),rs=Ne.create([0,1518500249,1859775393,2400959708,2840853838]),as=Ne.create([1352829926,1548603684,1836072691,2053994217,0]),ls=(t,e,i)=>t^e^i,cs=(t,e,i)=>t&e|~t&i,hs=(t,e,i)=>(t|~e)^i,ds=(t,e,i)=>t&i|e&~i,us=(t,e,i)=>t^(e|~i),ps=(t,e)=>t<<e|t>>>32-e;class fs extends Ve{_doReset(){this._hash=Ne.create([1732584193,4023233417,2562383102,271733878,3285377520])}_doProcessBlock(t,e){const i=t;for(let t=0;t<16;t+=1){const s=e+t,n=i[s];i[s]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}const s=this._hash.words,n=rs.words,o=as.words,r=is.words,a=ss.words,l=ns.words,c=os.words;let h,d=s[0],u=s[1],p=s[2],f=s[3],v=s[4],w=s[0],y=s[1],g=s[2],m=s[3],b=s[4];for(let t=0;t<80;t+=1)h=d+i[e+r[t]]|0,h+=t<16?ls(u,p,f)+n[0]:t<32?cs(u,p,f)+n[1]:t<48?hs(u,p,f)+n[2]:t<64?ds(u,p,f)+n[3]:us(u,p,f)+n[4],h|=0,h=ps(h,l[t]),h=h+v|0,d=v,v=f,f=ps(p,10),p=u,u=h,h=w+i[e+a[t]]|0,h+=t<16?us(y,g,m)+o[0]:t<32?ds(y,g,m)+o[1]:t<48?hs(y,g,m)+o[2]:t<64?cs(y,g,m)+o[3]:ls(y,g,m)+o[4],h|=0,h=ps(h,c[t]),h=h+b|0,w=b,b=m,m=ps(g,10),g=y,y=h;h=s[1]+p+m|0,s[1]=s[2]+f+b|0,s[2]=s[3]+v+w|0,s[3]=s[4]+d+y|0,s[4]=s[0]+u+g|0,s[0]=h}_doFinalize(){const t=this._data,e=t.words,i=8*this._nDataBytes,s=8*t.sigBytes;e[s>>>5]|=128<<24-s%32,e[14+(s+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,o=n.words;for(let t=0;t<5;t+=1){const e=o[t];o[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 vs=Ve._createHelper(fs),ws=Ve._createHmacHelper(fs);class ys extends Re{constructor(t){super(),this.cfg=Object.assign(new Re,{keySize:4,hasher:xi,iterations:1},t)}compute(t,e){const{cfg:i}=this,s=Ze.create(i.hasher,t),n=Ne.create(),o=Ne.create([1]),r=n.words,a=o.words,{keySize:l,iterations:c}=i;for(;r.length<l;){const t=s.update(e).finalize(o);s.reset();const i=t.words,r=i.length;let l=t;for(let t=1;t<c;t+=1){l=s.finalize(l),s.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 gs=[],ms=[],bs=[],Cs=[],xs=[],Es=[],Ss=[],ks=[],Fs=[],As=[],$s=[];for(let t=0;t<256;t+=1)$s[t]=t<128?t<<1:t<<1^283;let Is=0,_s=0;for(let t=0;t<256;t+=1){let t=_s^_s<<1^_s<<2^_s<<3^_s<<4;t=t>>>8^255&t^99,gs[Is]=t,ms[t]=Is;const e=$s[Is],i=$s[e],s=$s[i];let n=257*$s[t]^16843008*t;bs[Is]=n<<24|n>>>8,Cs[Is]=n<<16|n>>>16,xs[Is]=n<<8|n>>>24,Es[Is]=n,n=16843009*s^65537*i^257*e^16843008*Is,Ss[t]=n<<24|n>>>8,ks[t]=n<<16|n>>>16,Fs[t]=n<<8|n>>>24,As[t]=n,Is?(Is=e^$s[$s[$s[s^e]]],_s^=$s[$s[_s]]):(_s=1,Is=_s)}const Ds=[0,1,2,4,8,16,32,64,128,27,54];class Ms extends di{_doReset(){let t;if(this._nRounds&&this._keyPriorReset===this._key)return;this._keyPriorReset=this._key;const e=this._keyPriorReset,i=e.words,s=e.sigBytes/4;this._nRounds=s+6;const n=4*(this._nRounds+1);this._keySchedule=[];const o=this._keySchedule;for(let e=0;e<n;e+=1)e<s?o[e]=i[e]:(t=o[e-1],e%s?s>6&&e%s==4&&(t=gs[t>>>24]<<24|gs[t>>>16&255]<<16|gs[t>>>8&255]<<8|gs[255&t]):(t=t<<8|t>>>24,t=gs[t>>>24]<<24|gs[t>>>16&255]<<16|gs[t>>>8&255]<<8|gs[255&t],t^=Ds[e/s|0]<<24),o[e]=o[e-s]^t);this._invKeySchedule=[];const r=this._invKeySchedule;for(let e=0;e<n;e+=1){const i=n-e;t=e%4?o[i]:o[i-4],r[e]=e<4||i<=4?t:Ss[gs[t>>>24]]^ks[gs[t>>>16&255]]^Fs[gs[t>>>8&255]]^As[gs[255&t]]}}encryptBlock(t,e){this._doCryptBlock(t,e,this._keySchedule,bs,Cs,xs,Es,gs)}decryptBlock(t,e){const i=t;let s=i[e+1];i[e+1]=i[e+3],i[e+3]=s,this._doCryptBlock(i,e,this._invKeySchedule,Ss,ks,Fs,As,ms),s=i[e+1],i[e+1]=i[e+3],i[e+3]=s}_doCryptBlock(t,e,i,s,n,o,r,a){const l=t,c=this._nRounds;let h=l[e]^i[0],d=l[e+1]^i[1],u=l[e+2]^i[2],p=l[e+3]^i[3],f=4;for(let t=1;t<c;t+=1){const t=s[h>>>24]^n[d>>>16&255]^o[u>>>8&255]^r[255&p]^i[f];f+=1;const e=s[d>>>24]^n[u>>>16&255]^o[p>>>8&255]^r[255&h]^i[f];f+=1;const a=s[u>>>24]^n[p>>>16&255]^o[h>>>8&255]^r[255&d]^i[f];f+=1;const l=s[p>>>24]^n[h>>>16&255]^o[d>>>8&255]^r[255&u]^i[f];f+=1,h=t,d=e,u=a,p=l}const v=(a[h>>>24]<<24|a[d>>>16&255]<<16|a[u>>>8&255]<<8|a[255&p])^i[f];f+=1;const w=(a[d>>>24]<<24|a[u>>>16&255]<<16|a[p>>>8&255]<<8|a[255&h])^i[f];f+=1;const y=(a[u>>>24]<<24|a[p>>>16&255]<<16|a[h>>>8&255]<<8|a[255&d])^i[f];f+=1;const g=(a[p>>>24]<<24|a[h>>>16&255]<<16|a[d>>>8&255]<<8|a[255&u])^i[f];f+=1,l[e]=v,l[e+1]=w,l[e+2]=y,l[e+3]=g}}Ms.keySize=8;const Ls=di._createHelper(Ms),Bs=[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],Ts=[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],Os=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],Us=[{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}],Rs=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679];function Ns(t,e){const i=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=i,this._lBlock^=i<<t}function js(t,e){const i=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=i,this._rBlock^=i<<t}class Ps extends di{_doReset(){const t=this._key.words,e=[];for(let i=0;i<56;i+=1){const s=Bs[i]-1;e[i]=t[s>>>5]>>>31-s%32&1}this._subKeys=[];const i=this._subKeys;for(let t=0;t<16;t+=1){i[t]=[];const s=i[t],n=Os[t];for(let t=0;t<24;t+=1)s[t/6|0]|=e[(Ts[t]-1+n)%28]<<31-t%6,s[4+(t/6|0)]|=e[28+(Ts[t+24]-1+n)%28]<<31-t%6;s[0]=s[0]<<1|s[0]>>>31;for(let t=1;t<7;t+=1)s[t]>>>=4*(t-1)+3;s[7]=s[7]<<5|s[7]>>>27}this._invSubKeys=[];const s=this._invSubKeys;for(let t=0;t<16;t+=1)s[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 s=t;this._lBlock=t[e],this._rBlock=t[e+1],Ns.call(this,4,252645135),Ns.call(this,16,65535),js.call(this,2,858993459),js.call(this,8,16711935),Ns.call(this,1,1431655765);for(let t=0;t<16;t+=1){const e=i[t],s=this._lBlock,n=this._rBlock;let o=0;for(let t=0;t<8;t+=1)o|=Us[t][((n^e[t])&Rs[t])>>>0];this._lBlock=n,this._rBlock=s^o}const n=this._lBlock;this._lBlock=this._rBlock,this._rBlock=n,Ns.call(this,1,1431655765),js.call(this,8,16711935),js.call(this,2,858993459),Ns.call(this,16,65535),Ns.call(this,4,252645135),s[e]=this._lBlock,s[e+1]=this._rBlock}}Ps.keySize=2,Ps.ivSize=2,Ps.blockSize=2;const Hs=di._createHelper(Ps);class zs extends di{_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),s=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=Ps.createEncryptor(Ne.create(e)),this._des2=Ps.createEncryptor(Ne.create(i)),this._des3=Ps.createEncryptor(Ne.create(s))}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)}}zs.keySize=6,zs.ivSize=2,zs.blockSize=2;const Vs=di._createHelper(zs),Zs=[],Ks=[],Js=[];function Ws(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)Ks[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<Ks[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<Ks[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<Ks[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<Ks[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<Ks[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<Ks[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<Ks[6]>>>0?1:0)|0,this._b=e[7]>>>0<Ks[7]>>>0?1:0;for(let i=0;i<8;i+=1){const s=t[i]+e[i],n=65535&s,o=s>>>16,r=((n*n>>>17)+n*o>>>15)+o*o,a=((4294901760&s)*s|0)+((65535&s)*s|0);Js[i]=r^a}t[0]=Js[0]+(Js[7]<<16|Js[7]>>>16)+(Js[6]<<16|Js[6]>>>16)|0,t[1]=Js[1]+(Js[0]<<8|Js[0]>>>24)+Js[7]|0,t[2]=Js[2]+(Js[1]<<16|Js[1]>>>16)+(Js[0]<<16|Js[0]>>>16)|0,t[3]=Js[3]+(Js[2]<<8|Js[2]>>>24)+Js[1]|0,t[4]=Js[4]+(Js[3]<<16|Js[3]>>>16)+(Js[2]<<16|Js[2]>>>16)|0,t[5]=Js[5]+(Js[4]<<8|Js[4]>>>24)+Js[3]|0,t[6]=Js[6]+(Js[5]<<16|Js[5]>>>16)+(Js[4]<<16|Js[4]>>>16)|0,t[7]=Js[7]+(Js[6]<<8|Js[6]>>>24)+Js[5]|0}class Gs extends ri{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 s=this._C;this._b=0;for(let t=0;t<4;t+=1)Ws.call(this);for(let t=0;t<8;t+=1)s[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],o=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=o>>>16|4294901760&r,l=r<<16|65535&o;s[0]^=o,s[1]^=a,s[2]^=r,s[3]^=l,s[4]^=o,s[5]^=a,s[6]^=r,s[7]^=l;for(let t=0;t<4;t+=1)Ws.call(this)}}_doProcessBlock(t,e){const i=t,s=this._X;Ws.call(this),Zs[0]=s[0]^s[5]>>>16^s[3]<<16,Zs[1]=s[2]^s[7]>>>16^s[5]<<16,Zs[2]=s[4]^s[1]>>>16^s[7]<<16,Zs[3]=s[6]^s[3]>>>16^s[1]<<16;for(let t=0;t<4;t+=1)Zs[t]=16711935&(Zs[t]<<8|Zs[t]>>>24)|4278255360&(Zs[t]<<24|Zs[t]>>>8),i[e+t]^=Zs[t]}}const Xs=ri._createHelper(Gs),Ys=[],qs=[],Qs=[];function tn(){const t=this._X,e=this._C;for(let t=0;t<8;t+=1)qs[t]=e[t];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<qs[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<qs[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<qs[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<qs[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<qs[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<qs[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<qs[6]>>>0?1:0)|0,this._b=e[7]>>>0<qs[7]>>>0?1:0;for(let i=0;i<8;i+=1){const s=t[i]+e[i],n=65535&s,o=s>>>16,r=((n*n>>>17)+n*o>>>15)+o*o,a=((4294901760&s)*s|0)+((65535&s)*s|0);Qs[i]=r^a}t[0]=Qs[0]+(Qs[7]<<16|Qs[7]>>>16)+(Qs[6]<<16|Qs[6]>>>16)|0,t[1]=Qs[1]+(Qs[0]<<8|Qs[0]>>>24)+Qs[7]|0,t[2]=Qs[2]+(Qs[1]<<16|Qs[1]>>>16)+(Qs[0]<<16|Qs[0]>>>16)|0,t[3]=Qs[3]+(Qs[2]<<8|Qs[2]>>>24)+Qs[1]|0,t[4]=Qs[4]+(Qs[3]<<16|Qs[3]>>>16)+(Qs[2]<<16|Qs[2]>>>16)|0,t[5]=Qs[5]+(Qs[4]<<8|Qs[4]>>>24)+Qs[3]|0,t[6]=Qs[6]+(Qs[5]<<16|Qs[5]>>>16)+(Qs[4]<<16|Qs[4]>>>16)|0,t[7]=Qs[7]+(Qs[6]<<8|Qs[6]>>>24)+Qs[5]|0}class en extends ri{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 s=this._C;this._b=0;for(let t=0;t<4;t+=1)tn.call(this);for(let t=0;t<8;t+=1)s[t]^=i[t+4&7];if(e){const t=e.words,i=t[0],n=t[1],o=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),a=o>>>16|4294901760&r,l=r<<16|65535&o;s[0]^=o,s[1]^=a,s[2]^=r,s[3]^=l,s[4]^=o,s[5]^=a,s[6]^=r,s[7]^=l;for(let t=0;t<4;t+=1)tn.call(this)}}_doProcessBlock(t,e){const i=t,s=this._X;tn.call(this),Ys[0]=s[0]^s[5]>>>16^s[3]<<16,Ys[1]=s[2]^s[7]>>>16^s[5]<<16,Ys[2]=s[4]^s[1]>>>16^s[7]<<16,Ys[3]=s[6]^s[3]>>>16^s[1]<<16;for(let t=0;t<4;t+=1)Ys[t]=16711935&(Ys[t]<<8|Ys[t]>>>24)|4278255360&(Ys[t]<<24|Ys[t]>>>8),i[e+t]^=Ys[t]}}const sn=ri._createHelper(en);function nn(){const t=this._S;let e=this._i,i=this._j,s=0;for(let n=0;n<4;n+=1){e=(e+1)%256,i=(i+t[e])%256;const o=t[e];t[e]=t[i],t[i]=o,s|=t[(t[e]+t[i])%256]<<24-8*n}return this._i=e,this._j=i,s}class on extends ri{_doReset(){const t=this._key,e=t.words,i=t.sigBytes;this._S=[];const s=this._S;for(let t=0;t<256;t+=1)s[t]=t;for(let t=0,n=0;t<256;t+=1){const o=t%i,r=e[o>>>2]>>>24-o%4*8&255;n=(n+s[t]+r)%256;const a=s[t];s[t]=s[n],s[n]=a}this._j=0,this._i=this._j}_doProcessBlock(t,e){t[e]^=nn.call(this)}}on.keySize=8,on.ivSize=0;const rn=ri._createHelper(on);class an extends on{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)nn.call(this)}}const ln=ri._createHelper(an);function cn(t,e,i,s){const n=t;let o;const r=this._iv;r?(o=r.slice(0),this._iv=void 0):o=this._prevBlock,s.encryptBlock(o,0);for(let t=0;t<i;t+=1)n[e+t]^=o[t]}class hn extends ai{}hn.Encryptor=class extends hn{processBlock(t,e){const i=this._cipher,{blockSize:s}=i;cn.call(this,t,e,s,i),this._prevBlock=t.slice(e,e+s)}},hn.Decryptor=class extends hn{processBlock(t,e){const i=this._cipher,{blockSize:s}=i,n=t.slice(e,e+s);cn.call(this,t,e,s,i),this._prevBlock=n}};class dn extends ai{}dn.Encryptor=class extends dn{processBlock(t,e){const i=t,s=this._cipher,{blockSize:n}=s,o=this._iv;let r=this._counter;o&&(this._counter=o.slice(0),r=this._counter,this._iv=void 0);const a=r.slice(0);s.encryptBlock(a,0),r[n-1]=r[n-1]+1|0;for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},dn.Decryptor=dn.Encryptor;const un=t=>{let e=t;if(255==(t>>24&255)){let i=t>>16&255,s=t>>8&255,n=255&t;255===i?(i=0,255===s?(s=0,255===n?n=0:n+=1):s+=1):i+=1,e=0,e+=i<<16,e+=s<<8,e+=n}else e+=1<<24;return e};
386
386
  /** @preserve
387
387
  * Counter block mode compatible with Dr Brian Gladman fileenc.c
388
388
  * derived from CryptoJS.mode.CTR
389
389
  * Jan Hruby jhruby.web@gmail.com
390
390
  */
391
- class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s=this._cipher,{blockSize:n}=s,o=this._iv;let r=this._counter;o&&(this._counter=o.slice(0),r=this._counter,this._iv=void 0),(t=>{const e=t;e[0]=dn(e[0]),0===e[0]&&(e[1]=dn(e[1]))})(r);const a=r.slice(0);s.encryptBlock(a,0);for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},un.Decryptor=un.Encryptor;class pn extends ri{}pn.Encryptor=class extends pn{processBlock(t,e){this._cipher.encryptBlock(t,e)}},pn.Decryptor=class extends pn{processBlock(t,e){this._cipher.decryptBlock(t,e)}};class fn extends ri{}fn.Encryptor=class extends fn{processBlock(t,e){const i=t,s=this._cipher,{blockSize:n}=s,o=this._iv;let r=this._keystream;o&&(this._keystream=o.slice(0),r=this._keystream,this._iv=void 0),s.encryptBlock(r,0);for(let t=0;t<n;t+=1)i[e+t]^=r[t]}},fn.Decryptor=fn.Encryptor;const vn={pad(t,e){const i=4*e,s=i-t.sigBytes%i;t.concat(Re.random(s-1)).concat(Re.create([s<<24],1))},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},wn={pad(t,e){const i=t,s=4*e;i.clamp(),i.sigBytes+=s-(t.sigBytes%s||s)},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}}},yn={pad(t,e){t.concat(Re.create([2147483648],1)),wn.pad(t,e)},unpad(t){const e=t;wn.unpad(e),e.sigBytes-=1}},gn={stringify:t=>t.ciphertext.toString(Ne),parse(t){const e=Ne.parse(t);return di.create({ciphertext:e})}};var mn={lib:{Base:Ue,WordArray:Re,BufferedBlockAlgorithm:He,Hasher:ze,Cipher:ni,StreamCipher:oi,BlockCipherMode:ri,BlockCipher:hi,CipherParams:di,SerializableCipher:pi,PasswordBasedCipher:vi},x64:{Word:Ke,WordArray:Je},enc:{Hex:Ne,Latin1:je,Utf8:Pe,Utf16:gi,Utf16BE:yi,Utf16LE:mi,Base64:We},algo:{HMAC:Ve,MD5:ti,SHA1:Ci,SHA224:Bi,SHA256:Di,SHA384:Hi,SHA512:Ni,SHA3:qi,RIPEMD160:ps,PBKDF2:ws,EvpKDF:si,AES:Ds,DES:js,TripleDES:Hs,Rabbit:Ws,RabbitLegacy:tn,RC4:nn,RC4Drop:rn},mode:{CBC:li,CFB:cn,CTR:hn,CTRGladman:un,ECB:pn,OFB:fn},pad:{Pkcs7:ci,AnsiX923:{pad(t,e){const i=t,s=i.sigBytes,n=4*e,o=n-s%n,r=s+o-1;i.clamp(),i.words[r>>>2]|=o<<24-r%4*8,i.sigBytes+=o},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Iso10126:vn,Iso97971:yn,NoPadding:{pad(){},unpad(){}},ZeroPadding:wn},format:{OpenSSL:ui,Hex:gn},kdf:{OpenSSL:fi},MD5:ei,HmacMD5:ii,SHA1:xi,HmacSHA1:Ei,SHA224:Ti,HmacSHA224:Oi,SHA256:Mi,HmacSHA256:Li,SHA384:zi,HmacSHA384:Vi,SHA512:ji,HmacSHA512:Pi,SHA3:Qi,HmacSHA3:ts,RIPEMD160:fs,HmacRIPEMD160:vs,PBKDF2:(t,e,i)=>ws.create(i).compute(t,e),EvpKDF:(t,e,i)=>si.create(i).compute(t,e),AES:Ms,DES:Ps,TripleDES:zs,Rabbit:Gs,RabbitLegacy:en,RC4:on,RC4Drop:an};const bn=(t,e,i=!1,s="localStorage")=>{try{const n=i?btoa(e):e;"localStorage"===s?localStorage.setItem(t,n):sessionStorage.setItem(t,n)}catch(t){console.warn("Error in setLocalStorage: ",t),Be("Error in setLocalStorage: ",t)}},Cn=(t,e=!1,i="localStorage")=>{try{let s=null;return s="localStorage"===i?localStorage.getItem(t):sessionStorage.getItem(t),s&&e?atob(s):s}catch(t){return console.warn("Error in getLocalStorage: ",t),Be("Error in getLocalStorage: ",t),null}},xn=(t,e="localStorage")=>{try{"localStorage"===e?localStorage.removeItem(t):sessionStorage.removeItem(t)}catch(t){console.warn("Error in removeLocalStorageData: ",t),Be("Error in removeLocalStorageData: ",t)}},En=(...t)=>{if(t)switch(t.length){case 1:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1))`;case 2:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))`;case 3:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))
391
+ class pn extends ai{}pn.Encryptor=class extends pn{processBlock(t,e){const i=t,s=this._cipher,{blockSize:n}=s,o=this._iv;let r=this._counter;o&&(this._counter=o.slice(0),r=this._counter,this._iv=void 0),(t=>{const e=t;e[0]=un(e[0]),0===e[0]&&(e[1]=un(e[1]))})(r);const a=r.slice(0);s.encryptBlock(a,0);for(let t=0;t<n;t+=1)i[e+t]^=a[t]}},pn.Decryptor=pn.Encryptor;class fn extends ai{}fn.Encryptor=class extends fn{processBlock(t,e){this._cipher.encryptBlock(t,e)}},fn.Decryptor=class extends fn{processBlock(t,e){this._cipher.decryptBlock(t,e)}};class vn extends ai{}vn.Encryptor=class extends vn{processBlock(t,e){const i=t,s=this._cipher,{blockSize:n}=s,o=this._iv;let r=this._keystream;o&&(this._keystream=o.slice(0),r=this._keystream,this._iv=void 0),s.encryptBlock(r,0);for(let t=0;t<n;t+=1)i[e+t]^=r[t]}},vn.Decryptor=vn.Encryptor;const wn={pad(t,e){const i=4*e,s=i-t.sigBytes%i;t.concat(Ne.random(s-1)).concat(Ne.create([s<<24],1))},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},yn={pad(t,e){const i=t,s=4*e;i.clamp(),i.sigBytes+=s-(t.sigBytes%s||s)},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}}},gn={pad(t,e){t.concat(Ne.create([2147483648],1)),yn.pad(t,e)},unpad(t){const e=t;yn.unpad(e),e.sigBytes-=1}},mn={stringify:t=>t.ciphertext.toString(je),parse(t){const e=je.parse(t);return ui.create({ciphertext:e})}};var bn={lib:{Base:Re,WordArray:Ne,BufferedBlockAlgorithm:ze,Hasher:Ve,Cipher:oi,StreamCipher:ri,BlockCipherMode:ai,BlockCipher:di,CipherParams:ui,SerializableCipher:fi,PasswordBasedCipher:wi},x64:{Word:Je,WordArray:We},enc:{Hex:je,Latin1:Pe,Utf8:He,Utf16:mi,Utf16BE:gi,Utf16LE:bi,Base64:Ge},algo:{HMAC:Ze,MD5:ei,SHA1:xi,SHA224:Ti,SHA256:Mi,SHA384:zi,SHA512:ji,SHA3:Qi,RIPEMD160:fs,PBKDF2:ys,EvpKDF:ni,AES:Ms,DES:Ps,TripleDES:zs,Rabbit:Gs,RabbitLegacy:en,RC4:on,RC4Drop:an},mode:{CBC:ci,CFB:hn,CTR:dn,CTRGladman:pn,ECB:fn,OFB:vn},pad:{Pkcs7:hi,AnsiX923:{pad(t,e){const i=t,s=i.sigBytes,n=4*e,o=n-s%n,r=s+o-1;i.clamp(),i.words[r>>>2]|=o<<24-r%4*8,i.sigBytes+=o},unpad(t){const e=t,i=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=i}},Iso10126:wn,Iso97971:gn,NoPadding:{pad(){},unpad(){}},ZeroPadding:yn},format:{OpenSSL:pi,Hex:mn},kdf:{OpenSSL:vi},MD5:ii,HmacMD5:si,SHA1:Ei,HmacSHA1:Si,SHA224:Oi,HmacSHA224:Ui,SHA256:Li,HmacSHA256:Bi,SHA384:Vi,HmacSHA384:Zi,SHA512:Pi,HmacSHA512:Hi,SHA3:ts,HmacSHA3:es,RIPEMD160:vs,HmacRIPEMD160:ws,PBKDF2:(t,e,i)=>ys.create(i).compute(t,e),EvpKDF:(t,e,i)=>ni.create(i).compute(t,e),AES:Ls,DES:Hs,TripleDES:Vs,Rabbit:Xs,RabbitLegacy:sn,RC4:rn,RC4Drop:ln};const Cn=(t,e,i=!1,s="localStorage")=>{try{const n=i?btoa(e):e;"localStorage"===s?localStorage.setItem(t,n):sessionStorage.setItem(t,n)}catch(t){console.warn("Error in setLocalStorage: ",t),Te("Error in setLocalStorage: ",t)}},xn=(t,e=!1,i="localStorage")=>{try{let s=null;return s="localStorage"===i?localStorage.getItem(t):sessionStorage.getItem(t),s&&e?atob(s):s}catch(t){return console.warn("Error in getLocalStorage: ",t),Te("Error in getLocalStorage: ",t),null}},En=(t,e="localStorage")=>{try{"localStorage"===e?localStorage.removeItem(t):sessionStorage.removeItem(t)}catch(t){console.warn("Error in removeLocalStorageData: ",t),Te("Error in removeLocalStorageData: ",t)}},Sn=(...t)=>{if(t)switch(t.length){case 1:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1))`;case 2:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))`;case 3:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))
392
392
  calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1))`;case 4:return r`calc(${t[0]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[1]}rem * var(--snippyly-base-rem-unit, 1))
393
- calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return r`0`},Sn=t=>{try{return t.replace(/#.*$/,"")}catch(e){return console.warn("Error in removeHashFromUrl: ",e),Be("Error in removeHashFromUrl: ",e),t}},kn=(t,e,i)=>{try{const s=mn.enc.Utf8.parse(e),n=mn.enc.Utf8.parse(i);return mn.AES.encrypt(mn.enc.Utf8.parse(t),s,{keySize:32,iv:n,mode:mn.mode.CBC,padding:mn.pad.Pkcs7}).toString()}catch(e){return console.warn("Error in encrypt: ",e),Be("Error in encrypt: ",e),t}},Fn=(t,e,i)=>{try{const s=mn.enc.Utf8.parse(e),n=mn.enc.Utf8.parse(i);return mn.AES.decrypt(t,s,{keySize:32,iv:n,mode:mn.mode.CBC,padding:mn.pad.Pkcs7}).toString(mn.enc.Utf8)}catch(t){return console.warn("Error in decrypt: ",t),Be("Error in decrypt: ",t),null}},An=()=>{try{const t=Cn("snippyly-user",!0);if(t){const e=kn(t,pt,ft);bn("_sfut",e,!0)}xn("snippyly-user")}catch(t){console.warn("Error in moveSnippylyUserToST: ",t),Be("Error in moveSnippylyUserToST: ",t)}},$n=r`
393
+ calc(${t[2]}rem * var(--snippyly-base-rem-unit, 1)) calc(${t[3]}rem * var(--snippyly-base-rem-unit, 1))`}return r`0`},kn=t=>{try{return t.replace(/#.*$/,"")}catch(e){return console.warn("Error in removeHashFromUrl: ",e),Te("Error in removeHashFromUrl: ",e),t}},Fn=(t,e,i)=>{try{const s=bn.enc.Utf8.parse(e),n=bn.enc.Utf8.parse(i);return bn.AES.encrypt(bn.enc.Utf8.parse(t),s,{keySize:32,iv:n,mode:bn.mode.CBC,padding:bn.pad.Pkcs7}).toString()}catch(e){return console.warn("Error in encrypt: ",e),Te("Error in encrypt: ",e),t}},An=(t,e,i)=>{try{const s=bn.enc.Utf8.parse(e),n=bn.enc.Utf8.parse(i);return bn.AES.decrypt(t,s,{keySize:32,iv:n,mode:bn.mode.CBC,padding:bn.pad.Pkcs7}).toString(bn.enc.Utf8)}catch(t){return console.warn("Error in decrypt: ",t),Te("Error in decrypt: ",t),null}},$n=()=>{try{const t=xn("snippyly-user",!0);if(t){const e=Fn(t,ft,vt);Cn("_sfut",e,!0)}En("snippyly-user")}catch(t){console.warn("Error in moveSnippylyUserToST: ",t),Te("Error in moveSnippylyUserToST: ",t)}},In=r`
394
394
 
395
395
  .wrap {
396
396
  padding: 32px;
@@ -676,7 +676,7 @@ class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s
676
676
  transform: translate(50%, 41%) rotate(45deg);
677
677
  transform-origin: center;
678
678
  }
679
- `,In=r`
679
+ `,_n=r`
680
680
  @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');
681
681
 
682
682
  * {
@@ -688,8 +688,8 @@ class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s
688
688
  bottom: 0;
689
689
  right: 0;
690
690
  z-index: 99999999;
691
- margin: ${En(1.5)};
692
- margin-bottom: ${En(3)}; // Added to prevent overlap between plugin UI and webflow badge
691
+ margin: ${Sn(1.5)};
692
+ margin-bottom: ${Sn(3)}; // Added to prevent overlap between plugin UI and webflow badge
693
693
  max-width: 100vw !important;
694
694
  box-sizing: border-box;
695
695
  }
@@ -841,7 +841,7 @@ class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s
841
841
  }
842
842
 
843
843
  .s-presence-avatar-image-small {
844
- width: ${En(1.6)};
844
+ width: ${Sn(1.6)};
845
845
  height: auto;
846
846
  display: block;
847
847
  }
@@ -925,7 +925,7 @@ class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s
925
925
 
926
926
  .s-user-avatar-initial {
927
927
  color: black !important;
928
- font-size: ${En(.8)} !important;
928
+ font-size: ${Sn(.8)} !important;
929
929
  position: relative !important;
930
930
  }
931
931
 
@@ -972,7 +972,7 @@ class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s
972
972
  padding: 0px 2px;
973
973
  }
974
974
  }
975
- `;var _n=function(t,e,i,s){for(var n,o=arguments.length,r=o<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(o<3?n(r):o>3?n(e,i,r):n(e,i))||r);return o>3&&r&&Object.defineProperty(e,i,r),r};let Dn=class extends q{constructor(){var i,s,n,o,r;super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this._expanded=!0,this.staging=true,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this.isUserGlobalContact=!1,this.exitReviewModeCalled=!1,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),Be("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),Be("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),Be("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),Be("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),e=t.searchParams;if(e.has("st")||e.has("snippyly_google_token")){if(e.has("st")){const t=decodeURIComponent(e.get("st")),i=Fn(t,pt,ft),s=i&&JSON.parse(i);if(s){const t={};t.userId=s.uid,t.name=s.displayName,t.email=s.email,t.photoUrl=null==s?void 0:s.photoURL;const e=JSON.stringify(t),i=kn(e,pt,ft);bn("_sfut",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,bn("snippyly-user",JSON.stringify(i),!0)}e.delete("st"),e.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}e.has("review")?(bn("review","true",!1),"true"!==e.get("review")&&(e.delete("review"),e.append("review","true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):Cn("review",!1)&&(e.append("review","true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),Be("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&&bn("projectVersion",this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;t.has("review")&&t.has("sversion")&&(bn("projectVersionKey","sversion",!1,"sessionStorage"),this.projectVersion=t.get("sversion"),this.projectVersion&&bn("projectVersion",this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),Be("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||Cn("projectVersionKey",!1,"sessionStorage"),e=this.projectVersion||Cn("projectVersion",!1,"sessionStorage");if(t&&e){const i=new URL(document.location),s=i.searchParams;s.get(t)||(s.set(t,e),window.history.replaceState({},document.title,i.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),Be("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return this.generateLocation(),void this.setViewMode(this.viewMode);if(this.loadPlugin=!0,!document.querySelector(at)){const t=document.createElement(at);null==t||t.addEventListener("signIn",(()=>{this.loginWithGoogle()})),window.document.body.appendChild(t)}if(!document.querySelector(lt)){const t=document.createElement(lt);t.setAttribute(ut,"true"),window.document.body.appendChild(t)}if(!document.querySelector(rt)){const t=document.createElement(rt);window.document.body.appendChild(t)}if(!document.querySelector(ct)){const t=document.createElement(ct);window.document.body.appendChild(t)}if(!document.querySelector(ht)){const t=document.createElement(ht);window.document.body.appendChild(t)}if(!document.querySelector(dt)){const t=document.createElement(dt);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){console.warn("Error in loadPluginUI: ",t),Be("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{try{await(i=this.apiKey,s={options:{staging:this.staging,version:"latest"}},t(void 0,void 0,void 0,(function(){var t,n;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,6,,7]),[4,(o=null==s?void 0:s.options,new Promise((function(t,e){var i=document.getElementById("snippylyScript"),s=!1,n="latest";if(o&&(o.staging&&(s=o.staging),o.version&&(n=o.version)),(null==o?void 0:o.version)||(n="1.0.72"),i)t();else{var r=document.createElement("script");r.src="https://cdn.jsdelivr.net/npm/@snippyly/sdk".concat(s?"-staging":"","@").concat(n,"/snippyly.js"),r.id="snippylyScript",r.type="module",document.body.appendChild(r),r.onload=function(){t()},r.onerror=function(){e(new Error("Failed to load Snippyly script"))}}})))];case 1:return e.sent(),t=window.Snippyly,s?[4,t.init(i,s)]:[3,3];case 2:return e.sent(),[3,5];case 3:return[4,t.init(i)];case 4:e.sent(),e.label=5;case 5:return(null==t?void 0:t.st)&&(null==t||t.st("client")),[2,t];case 6:return n=e.sent(),console.error(n),[2,null];case 7:return[2]}var o}))}))),Snippyly&&(null===Snippyly||void 0===Snippyly||Snippyly.sf(!0)),Snippyly&&Le({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,e=0)=>{try{let i=3735928559^e,s=1103547991^e;for(let e,n=0;n<t.length;n++)e=t.charCodeAt(n),i=Math.imul(i^e,2654435761),s=Math.imul(s^e,1597334677);return i=Math.imul(i^i>>>16,2246822507)^Math.imul(s^s>>>13,3266489909),s=Math.imul(s^s>>>16,2246822507)^Math.imul(i^i>>>13,3266489909),4294967296*(2097151&s)+(i>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),Be("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))+"",null===Snippyly||void 0===Snippyly||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.commentElement&&(this.commentElement.enableTextComments(!0),this.commentElement.enableSignInButton(!0),this.commentElement.enableAttachment(!0),this.commentElement.showScreenSizeInfo(!0),this.commentElement.showCommentIndex(!0),this.commentElement.addCommentModeChange&&this.commentElement.addCommentModeChange().subscribe((t=>{this.addCommentMode=t}))),this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.identifySnippyly()}catch(t){console.warn("Error in initializeSnippyly: ",t),Be("Error in initializeSnippyly: ",t)}var i,s},this.generateLocation=()=>{try{const t=new URL(document.location).searchParams,e=new URL(document.location);e.searchParams.delete("review"),e.searchParams.delete("sreviewId"),e.searchParams.delete("scommentId");const i=t.get("sversion")||this.projectVersion;this.location={url:Sn(e.href),version:i}}catch(t){console.warn("Error in generateLocation: ",t),Be("Error in generateLocation: ",t)}},this.setLocation=()=>{try{window.Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setLocation)&&(null===Snippyly||void 0===Snippyly||Snippyly.setLocation(JSON.parse(JSON.stringify(this.location))))}catch(t){console.warn("Error in setLocation: ",t),Be("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,e;try{this.invalidApiKey=!1;let e={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};const i=(()=>{try{const t=Cn("_sfut",!0);if(t){const e=Fn(t,pt,ft);if(e)return JSON.parse(e);console.warn("Error in getUserFromToken: ","Invalid token."),xn("_sfut")}else{const t=Cn("snippyly-user",!0);if(t)return An(),JSON.parse(t)}return null}catch(t){return console.warn("Error in getUserFromToken: ",t),Be("Error in getUserFromToken: ",t),null}})();(null==i?void 0:i.email)&&(e=i),e.isAnonymous?delete e.groupId:e.groupId=Snippyly.getDocumentId()+"",(null===(t=null==e?void 0:e.contacts)||void 0===t?void 0:t.length)&&(e.contacts=[]),await Snippyly.identify(e),(null==e?void 0:e.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(e))),Le({clientUserId:null==e?void 0:e.userId}),this.getComments(),this.checkGlobalUserContact()}catch(t){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),Be("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=t,"All"!==this.viewMode&&(this.viewMode?this.comments=t.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),Be("Error in getComments: ",t)}},this.checkGlobalUserContact=()=>{try{this.contactElement&&this.contactElement.isUserGlobalContact().subscribe((t=>{!this.isUserGlobalContact&&t&&this.setViewMode("All"),this.isUserGlobalContact=t,t||this.setViewMode(null)}))}catch(t){console.warn("Error in checkGlobalUserContact: ",t),Be("Error in checkGlobalUserContact: ",t)}},this.toggleCommentSidebar=()=>{try{this.commentElement&&this.commentElement.toggleCommentSidebar()}catch(t){console.warn("Error in toggleCommentSidebar: ",t),Be("Error in toggleCommentSidebar: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),Be("Error in toggleSnippylyPluginToolbar: ",t)}},this.loginWithGoogle=()=>{try{window.open(`https://snippyly-login-staging.web.app/?redirect_url=${encodeURIComponent(window.location.href)}`,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),Be("Error in loginWithGoogle: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,xn("review"),xn("sreviewId"),xn("projectVersionKey","sessionStorage"),xn("projectVersion","sessionStorage");const t=new URL(document.location),e=t.searchParams;e.delete("sreviewId"),e.delete("review"),this.projectVersionKey&&e.delete(this.projectVersionKey),e.delete("sversion"),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),Be("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),xn("snippyly-user"),xn("_sfut"),this.snippylyUser=void 0,window.open(`https://snippyly-login-staging.web.app/?signout=true&redirect_url=${encodeURIComponent(window.location.href)}`,"_self")}catch(t){console.warn("Error in signOutUser: ",t),Be("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),Be("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),Be("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),Be("Error in setViewMode: ",t)}},this.goToAdminPortal=()=>{try{window.open("https://snippyly-self-serve-platform.web.app/","_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),Be("Error in goToAdminPortal: ",t)}},this.setAttribute("snippyly-comment-disabled","true"),null===(s=null===(i=null===document||void 0===document?void 0:document.body)||void 0===i?void 0:i.style)||void 0===s||s.setProperty("transform","none","important"),null===(r=null===(o=null===(n=null===document||void 0===document?void 0:document.body)||void 0===n?void 0:n.parentElement)||void 0===o?void 0:o.style)||void 0===r||r.setProperty("transform","none","important");try{this.expanded=!0,this.detectVersion(),this.setWindowEventListner(),this.urlChangeListener(),this.checkUrl(),console.log("*** Staging Mode ON! ***")}catch(t){console.warn("Error in constructor: ",t),Be("Error in constructor: ",t)}}get loadPlugin(){return this._loadPlugin}set loadPlugin(t){this._loadPlugin=t,this.loadPlugin?this.classList.add("visible"):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 apiKey(){return this._apiKey}set apiKey(t){this._apiKey=t,Le({apiKey:this.apiKey}),this.checkUrl()}get projectVersionKey(){return this._projectVersionKey}set projectVersionKey(t){try{this._projectVersionKey=t,this.projectVersionKey&&bn("projectVersionKey",this.projectVersionKey,!1,"sessionStorage"),this.exitReviewModeCalled||this.detectVersion()}catch(t){console.warn("Error in set projectVersionKey: ",t),Be("Error in set projectVersionKey: ",t)}}get menuOpenedId(){return this._menuOpenedId}set menuOpenedId(t){this._menuOpenedId=t,this.menuOpenedId?this.addWindowClickEventListener():this.removeWindowClickEventListener()}render(){var t,e,i,s,n,o,r;return this.loadPlugin?this.snippylyUser?L`
975
+ `;var Dn=function(t,e,i,s){for(var n,o=arguments.length,r=o<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(o<3?n(r):o>3?n(e,i,r):n(e,i))||r);return o>3&&r&&Object.defineProperty(e,i,r),r};let Mn=class extends q{constructor(){var i,s,n,o,r;super(),this._loadPlugin=!1,this.comments=[],this.addCommentMode=!1,this._expanded=!0,this.staging=true,this.copyLinkTooltip="Copy Link",this.invalidApiKey=!1,this.isUserGlobalContact=!1,this.exitReviewModeCalled=!1,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),Te("Error in addWindowClickEventListener: ",t)}},this.removeWindowClickEventListener=()=>{try{window.removeEventListener("click",this.windowClickEventListener),this.windowClickEventListener=void 0}catch(t){console.warn("Error in removeWindowClickEventListener: ",t),Te("Error in removeWindowClickEventListener: ",t)}},this.setWindowEventListner=()=>{try{window.addEventListener("locationchange",(()=>{this.checkUrl()}))}catch(t){console.warn("Error in setWindowEventListner: ",t),Te("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),Te("Error in urlChangeListener: ",t)}},this.checkUrl=()=>{try{const t=new URL(document.location),e=t.searchParams;if(e.has("st")||e.has("snippyly_google_token")){if(e.has("st")){const t=decodeURIComponent(e.get("st")),i=An(t,ft,vt),s=i&&JSON.parse(i);if(s){const t={};t.userId=s.uid,t.name=s.displayName,t.email=s.email,t.photoUrl=null==s?void 0:s.photoURL;const e=JSON.stringify(t),i=Fn(e,ft,vt);Cn("_sfut",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,Cn("snippyly-user",JSON.stringify(i),!0)}e.delete("st"),e.delete("snippyly_google_token"),window.history.replaceState({},document.title,t.href)}e.has("review")?(Cn("review","true",!1),"true"!==e.get("review")&&(e.delete("review"),e.append("review","true"),window.history.replaceState({},document.title,t.href)),this.loadPluginUI()):xn("review",!1)&&(e.append("review","true"),window.history.replaceState({},document.title,t.href),this.loadPluginUI()),this.setVersionInUrl()}catch(t){console.warn("Error in checkUrl: ",t),Te("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&&Cn("projectVersion",this.projectVersion,!1,"sessionStorage")}else{const t=new URL(document.location).searchParams;t.has("review")&&t.has("sversion")&&(Cn("projectVersionKey","sversion",!1,"sessionStorage"),this.projectVersion=t.get("sversion"),this.projectVersion&&Cn("projectVersion",this.projectVersion,!1,"sessionStorage"))}}catch(t){console.warn("Error in detectVersion: ",t),Te("Error in detectVersion: ",t)}},this.setVersionInUrl=()=>{try{const t=this.projectVersionKey||xn("projectVersionKey",!1,"sessionStorage"),e=this.projectVersion||xn("projectVersion",!1,"sessionStorage");if(t&&e){const i=new URL(document.location),s=i.searchParams;s.get(t)||(s.set(t,e),window.history.replaceState({},document.title,i.href))}}catch(t){console.warn("Error in setVersionInUrl: ",t),Te("Error in setVersionInUrl: ",t)}},this.loadPluginUI=()=>{try{if(!this.apiKey)return;if(this.loadPlugin)return this.generateLocation(),void this.setViewMode(this.viewMode);if(this.loadPlugin=!0,!document.querySelector(at)){const t=document.createElement(at);null==t||t.addEventListener("signIn",(()=>{this.loginWithGoogle()})),window.document.body.appendChild(t)}if(!document.querySelector(lt)){const t=document.createElement(lt);t.setAttribute(pt,"true"),window.document.body.appendChild(t)}if(!document.querySelector(rt)){const t=document.createElement(rt);window.document.body.appendChild(t)}if(!document.querySelector(ct)){const t=document.createElement(ct);window.document.body.appendChild(t)}if(!document.querySelector(ht)){const t=document.createElement(ht);window.document.body.appendChild(t)}if(!document.querySelector(dt)){const t=document.createElement(dt);window.document.body.appendChild(t)}if(!document.querySelector(ut)){const t=document.createElement(ut);window.document.body.appendChild(t)}this.initializeSnippyly()}catch(t){console.warn("Error in loadPluginUI: ",t),Te("Error in loadPluginUI: ",t)}},this.initializeSnippyly=async()=>{try{await(i=this.apiKey,s={options:{staging:this.staging,version:"latest"}},t(void 0,void 0,void 0,(function(){var t,n;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,6,,7]),[4,(o=null==s?void 0:s.options,new Promise((function(t,e){var i=document.getElementById("snippylyScript"),s=!1,n="latest";if(o&&(o.staging&&(s=o.staging),o.version&&(n=o.version)),(null==o?void 0:o.version)||(n="1.0.73"),i)t();else{var r=document.createElement("script");r.src="https://cdn.jsdelivr.net/npm/@snippyly/sdk".concat(s?"-staging":"","@").concat(n,"/snippyly.js"),r.id="snippylyScript",r.type="module",document.body.appendChild(r),r.onload=function(){t()},r.onerror=function(){e(new Error("Failed to load Snippyly script"))}}})))];case 1:return e.sent(),t=window.Snippyly,s?[4,t.init(i,s)]:[3,3];case 2:return e.sent(),[3,5];case 3:return[4,t.init(i)];case 4:e.sent(),e.label=5;case 5:return(null==t?void 0:t.st)&&(null==t||t.st("client")),[2,t];case 6:return n=e.sent(),console.error(n),[2,null];case 7:return[2]}var o}))}))),Snippyly&&(null===Snippyly||void 0===Snippyly||Snippyly.sf(!0)),Snippyly&&Be({sdkVersion:null===Snippyly||void 0===Snippyly?void 0:Snippyly.version,sdkType:"client"}),this.documentId=((t,e=0)=>{try{let i=3735928559^e,s=1103547991^e;for(let e,n=0;n<t.length;n++)e=t.charCodeAt(n),i=Math.imul(i^e,2654435761),s=Math.imul(s^e,1597334677);return i=Math.imul(i^i>>>16,2246822507)^Math.imul(s^s>>>13,3266489909),s=Math.imul(s^s>>>16,2246822507)^Math.imul(i^i>>>13,3266489909),4294967296*(2097151&s)+(i>>>0)}catch(t){return console.warn("Error in cyrb53: ",t),Te("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))+"",null===Snippyly||void 0===Snippyly||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.commentElement&&(this.commentElement.enableTextComments(!0),this.commentElement.enableSignInButton(!0),this.commentElement.enableAttachment(!0),this.commentElement.showScreenSizeInfo(!0),this.commentElement.showCommentIndex(!0),this.commentElement.addCommentModeChange&&this.commentElement.addCommentModeChange().subscribe((t=>{this.addCommentMode=t}))),this.selectionElement=Snippyly.getSelectionElement(),this.selectionElement&&this.selectionElement.enableLiveSelection(!0),this.identifySnippyly()}catch(t){console.warn("Error in initializeSnippyly: ",t),Te("Error in initializeSnippyly: ",t)}var i,s},this.generateLocation=()=>{try{const t=new URL(document.location).searchParams,e=new URL(document.location);e.searchParams.delete("review"),e.searchParams.delete("sreviewId"),e.searchParams.delete("scommentId");const i=t.get("sversion")||this.projectVersion;this.location={url:kn(e.href),version:i}}catch(t){console.warn("Error in generateLocation: ",t),Te("Error in generateLocation: ",t)}},this.setLocation=()=>{try{window.Snippyly&&(null===Snippyly||void 0===Snippyly?void 0:Snippyly.setLocation)&&(null===Snippyly||void 0===Snippyly||Snippyly.setLocation(JSON.parse(JSON.stringify(this.location))))}catch(t){console.warn("Error in setLocation: ",t),Te("Error in setLocation: ",t)}},this.identifySnippyly=async()=>{var t,e;try{this.invalidApiKey=!1;let e={name:"Anonymous User",email:"anonymous@snippyly.com",userId:"anonymous",isAnonymous:!0};const i=(()=>{try{const t=xn("_sfut",!0);if(t){const e=An(t,ft,vt);if(e)return JSON.parse(e);console.warn("Error in getUserFromToken: ","Invalid token."),En("_sfut")}else{const t=xn("snippyly-user",!0);if(t)return $n(),JSON.parse(t)}return null}catch(t){return console.warn("Error in getUserFromToken: ",t),Te("Error in getUserFromToken: ",t),null}})();(null==i?void 0:i.email)&&(e=i),e.isAnonymous?delete e.groupId:e.groupId=Snippyly.getDocumentId()+"",(null===(t=null==e?void 0:e.contacts)||void 0===t?void 0:t.length)&&(e.contacts=[]),await Snippyly.identify(e),(null==e?void 0:e.isAnonymous)||(this.snippylyUser=JSON.parse(JSON.stringify(e))),Be({clientUserId:null==e?void 0:e.userId}),this.getComments(),this.checkGlobalUserContact()}catch(t){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),Te("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=t,"All"!==this.viewMode&&(this.viewMode?this.comments=t.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),Te("Error in getComments: ",t)}},this.checkGlobalUserContact=()=>{try{this.contactElement&&this.contactElement.isUserGlobalContact().subscribe((t=>{!this.isUserGlobalContact&&t&&this.setViewMode("All"),this.isUserGlobalContact=t,t||this.setViewMode(null)}))}catch(t){console.warn("Error in checkGlobalUserContact: ",t),Te("Error in checkGlobalUserContact: ",t)}},this.toggleCommentSidebar=()=>{try{this.commentElement&&this.commentElement.toggleCommentSidebar()}catch(t){console.warn("Error in toggleCommentSidebar: ",t),Te("Error in toggleCommentSidebar: ",t)}},this.toggleSnippylyPluginToolbar=()=>{try{this.expanded=!this.expanded}catch(t){console.warn("Error in toggleSnippylyPluginToolbar: ",t),Te("Error in toggleSnippylyPluginToolbar: ",t)}},this.loginWithGoogle=()=>{try{window.open(`https://snippyly-login-staging.web.app/?redirect_url=${encodeURIComponent(window.location.href)}`,"_self")}catch(t){console.warn("Error in loginWithGoogle: ",t),Te("Error in loginWithGoogle: ",t)}},this.removeSnippyly=async()=>{try{this.exitReviewModeCalled=!0,En("review"),En("sreviewId"),En("projectVersionKey","sessionStorage"),En("projectVersion","sessionStorage");const t=new URL(document.location),e=t.searchParams;e.delete("sreviewId"),e.delete("review"),this.projectVersionKey&&e.delete(this.projectVersionKey),e.delete("sversion"),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),Te("Error in removeSnippyly: ",t)}},this.signOutUser=async()=>{try{await Snippyly.signOutUser(),En("snippyly-user"),En("_sfut"),this.snippylyUser=void 0,window.open(`https://snippyly-login-staging.web.app/?signout=true&redirect_url=${encodeURIComponent(window.location.href)}`,"_self")}catch(t){console.warn("Error in signOutUser: ",t),Te("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),Te("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),Te("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),Te("Error in setViewMode: ",t)}},this.goToAdminPortal=()=>{try{window.open("https://snippyly-self-serve-platform.web.app/","_blank")}catch(t){console.warn("Error in goToAdminPortal: ",t),Te("Error in goToAdminPortal: ",t)}},this.setAttribute("snippyly-comment-disabled","true"),null===(s=null===(i=null===document||void 0===document?void 0:document.body)||void 0===i?void 0:i.style)||void 0===s||s.setProperty("transform","none","important"),null===(r=null===(o=null===(n=null===document||void 0===document?void 0:document.body)||void 0===n?void 0:n.parentElement)||void 0===o?void 0:o.style)||void 0===r||r.setProperty("transform","none","important");try{this.expanded=!0,this.detectVersion(),this.setWindowEventListner(),this.urlChangeListener(),this.checkUrl(),console.log("*** Staging Mode ON! ***")}catch(t){console.warn("Error in constructor: ",t),Te("Error in constructor: ",t)}}get loadPlugin(){return this._loadPlugin}set loadPlugin(t){this._loadPlugin=t,this.loadPlugin?this.classList.add("visible"):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 apiKey(){return this._apiKey}set apiKey(t){this._apiKey=t,Be({apiKey:this.apiKey}),this.checkUrl()}get projectVersionKey(){return this._projectVersionKey}set projectVersionKey(t){try{this._projectVersionKey=t,this.projectVersionKey&&Cn("projectVersionKey",this.projectVersionKey,!1,"sessionStorage"),this.exitReviewModeCalled||this.detectVersion()}catch(t){console.warn("Error in set projectVersionKey: ",t),Te("Error in set projectVersionKey: ",t)}}get menuOpenedId(){return this._menuOpenedId}set menuOpenedId(t){this._menuOpenedId=t,this.menuOpenedId?this.addWindowClickEventListener():this.removeWindowClickEventListener()}render(){var t,e,i,s,n,o,r;return this.loadPlugin?this.snippylyUser?L`
976
976
  <div class="snippyly-plugin-container">
977
977
  <div class="toolbar ${ot({expanded:this.expanded})}">
978
978
 
@@ -1229,4 +1229,4 @@ class un extends ri{}un.Encryptor=class extends un{processBlock(t,e){const i=t,s
1229
1229
  </div>
1230
1230
  </div>
1231
1231
  </div>
1232
- `:L``}};Dn.styles=[$n,In],_n([it()],Dn.prototype,"loadPlugin",null),_n([it()],Dn.prototype,"comments",void 0),_n([it()],Dn.prototype,"commentElement",void 0),_n([it()],Dn.prototype,"contactElement",void 0),_n([it()],Dn.prototype,"commentSubscription",void 0),_n([it()],Dn.prototype,"selectionElement",void 0),_n([it()],Dn.prototype,"addCommentMode",void 0),_n([it()],Dn.prototype,"_expanded",void 0),_n([it()],Dn.prototype,"snippylyUser",void 0),_n([et()],Dn.prototype,"apiKey",null),_n([it()],Dn.prototype,"staging",void 0),_n([et()],Dn.prototype,"projectVersionKey",null),_n([it()],Dn.prototype,"projectVersion",void 0),_n([it()],Dn.prototype,"_menuOpenedId",void 0),_n([it()],Dn.prototype,"copyLinkTooltip",void 0),_n([it()],Dn.prototype,"invalidApiKey",void 0),_n([it()],Dn.prototype,"documentId",void 0),_n([it()],Dn.prototype,"isUserGlobalContact",void 0),_n([it()],Dn.prototype,"location",void 0),_n([it()],Dn.prototype,"viewMode",void 0),Dn=_n([(t=>e=>"function"==typeof e?((t,e)=>(window.customElements.define(t,e),e))(t,e):((t,e)=>{const{kind:i,elements:s}=e;return{kind:i,elements:s,finisher(e){window.customElements.define(t,e)}}})(t,e))("snippyly-plugin")],Dn);export{Dn as SnippylyPlugin};
1232
+ `:L``}};Mn.styles=[In,_n],Dn([it()],Mn.prototype,"loadPlugin",null),Dn([it()],Mn.prototype,"comments",void 0),Dn([it()],Mn.prototype,"commentElement",void 0),Dn([it()],Mn.prototype,"contactElement",void 0),Dn([it()],Mn.prototype,"commentSubscription",void 0),Dn([it()],Mn.prototype,"selectionElement",void 0),Dn([it()],Mn.prototype,"addCommentMode",void 0),Dn([it()],Mn.prototype,"_expanded",void 0),Dn([it()],Mn.prototype,"snippylyUser",void 0),Dn([et()],Mn.prototype,"apiKey",null),Dn([it()],Mn.prototype,"staging",void 0),Dn([et()],Mn.prototype,"projectVersionKey",null),Dn([it()],Mn.prototype,"projectVersion",void 0),Dn([it()],Mn.prototype,"_menuOpenedId",void 0),Dn([it()],Mn.prototype,"copyLinkTooltip",void 0),Dn([it()],Mn.prototype,"invalidApiKey",void 0),Dn([it()],Mn.prototype,"documentId",void 0),Dn([it()],Mn.prototype,"isUserGlobalContact",void 0),Dn([it()],Mn.prototype,"location",void 0),Dn([it()],Mn.prototype,"viewMode",void 0),Mn=Dn([(t=>e=>"function"==typeof e?((t,e)=>(window.customElements.define(t,e),e))(t,e):((t,e)=>{const{kind:i,elements:s}=e;return{kind:i,elements:s,finisher(e){window.customElements.define(t,e)}}})(t,e))("snippyly-plugin")],Mn);export{Mn as SnippylyPlugin};