WP Live Chat Support - Version 9.2.1

Version Description

  • 2020-12-23 =
  • Adjusted default popout behavior on 3CX mode.
  • Fixed New Message tab notification to be shown only after the visitor engaged on chat.
  • Fixed special characters set on welcome message not shown properly on popout window for 3CX mode.
  • Fixed issue of not passing all parameters to the popout window for 3CX mode.
  • Security fixes.
Download this release

Release Info

Developer wpdev3cx
Plugin Icon 128x128 WP Live Chat Support
Version 9.2.1
Comparing to
See all releases

Code changes from version 9.2.0 to 9.2.1

changelog.txt CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  = 9.2.0 - 2020-12-15 =
2
  * Revamped offline form to be of conversation style.
3
  * Added greeting functionality that can be configured for Online and Offline mode.
1
+ = 9.2.1 - 2020-12-23 =
2
+ * Adjusted default popout behavior on 3CX mode.
3
+ * Fixed “New Message” tab notification to be shown only after the visitor engaged on chat.
4
+ * Fixed special characters set on welcome message not shown properly on popout window for 3CX mode.
5
+ * Fixed issue of not passing all parameters to the popout window for 3CX mode.
6
+ * Security fixes.
7
+
8
  = 9.2.0 - 2020-12-15 =
9
  * Revamped offline form to be of conversation style.
10
  * Added greeting functionality that can be configured for Online and Offline mode.
config.php CHANGED
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
9
 
10
  define('WPLC_MIN_WP_VERSION', "5.3");
11
  define('WPLC_MIN_PHP_VERSION', "5.4");
12
- define('WPLC_PLUGIN_VERSION', "9.2.0");
13
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
14
  define('WPLC_PLUGIN_URL', wplc_plugins_url( '/', __FILE__ ) );
15
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
9
 
10
  define('WPLC_MIN_WP_VERSION', "5.3");
11
  define('WPLC_MIN_PHP_VERSION', "5.4");
12
+ define('WPLC_PLUGIN_VERSION', "9.2.1");
13
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
14
  define('WPLC_PLUGIN_URL', wplc_plugins_url( '/', __FILE__ ) );
15
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
css/vendor/bootstrap/{wplc_bootstrap_9_2_0.css → wplc_bootstrap_9_2_1.css} RENAMED
File without changes
includes/models/settings.php CHANGED
@@ -338,7 +338,7 @@ class TCXSettings {
338
  $result->wplc_using_localization_plugin = false;
339
  $result->wplc_ux_exp_rating = true;
340
  $result->wplc_ux_file_share = true;
341
- $result->wplc_welcome_msg = sprintf( __( "Hello %s! How can we help you today?", 'wp-live-chat-support' ), '%NAME%' );
342
  $result->wplc_channel = "mcu";
343
  $result->wplc_channel_url = admin_url( 'admin-ajax.php' );
344
  $result->wplc_socket_url = "";
338
  $result->wplc_using_localization_plugin = false;
339
  $result->wplc_ux_exp_rating = true;
340
  $result->wplc_ux_file_share = true;
341
+ $result->wplc_welcome_msg = __( "Hello! How can we help you today?", 'wp-live-chat-support' );
342
  $result->wplc_channel = "mcu";
343
  $result->wplc_channel_url = admin_url( 'admin-ajax.php' );
344
  $result->wplc_socket_url = "";
modules/activation_wizard/activation_wizard_controller.php CHANGED
@@ -90,7 +90,7 @@ class ActivationWizardController extends BaseController {
90
  continue;
91
  }
92
  if ( get_user_by( 'login', $agent['Username'] ) !== false ) {
93
- $result['Agents']['Error'][ $agent['Username'] ] = "There is already exists a user with username ".$agent['Username'] ;
94
  continue;
95
  } else {
96
  $existing_user_with_email = get_user_by( 'email', $agent['Email'] );
@@ -125,6 +125,10 @@ class ActivationWizardController extends BaseController {
125
 
126
  if ( array_key_exists( 'wplc_pbx_exist', $data ) ) {
127
  TCXSettings::setSettingValue( 'wplc_channel', $data['wplc_pbx_exist'] );
 
 
 
 
128
  $result['Channel'] = true;
129
  }
130
 
90
  continue;
91
  }
92
  if ( get_user_by( 'login', $agent['Username'] ) !== false ) {
93
+ $result['Agents']['Error'][ $agent['Username'] ] = "There is already exists a user with username " . esc_html($agent['Username']);
94
  continue;
95
  } else {
96
  $existing_user_with_email = get_user_by( 'email', $agent['Email'] );
125
 
126
  if ( array_key_exists( 'wplc_pbx_exist', $data ) ) {
127
  TCXSettings::setSettingValue( 'wplc_channel', $data['wplc_pbx_exist'] );
128
+ if($data['wplc_pbx_exist']==='phone')
129
+ {
130
+ TCXSettings::setSettingValue( 'wplc_popout_enabled', 1 );
131
+ }
132
  $result['Channel'] = true;
133
  }
134
 
modules/chat_client/js/callus.js CHANGED
@@ -21,4 +21,4 @@ e.exports=function(e){return null!=e&&(t(e)||function(e){return"function"==typeo
21
  * vue-i18n v8.22.1
22
  * (c) 2020 kazuya kawaguchi
23
  * Released under the MIT License.
24
- */function Cc(e,t){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}var Ec=Array.isArray;function Sc(e){return null!==e&&"object"==typeof e}function Tc(e){return"string"==typeof e}var Oc=Object.prototype.toString;function xc(e){return"[object Object]"===Oc.call(e)}function Mc(e){return null==e}function Nc(e){return"function"==typeof e}function Ic(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];var n=null,r=null;return 1===e.length?Sc(e[0])||Ec(e[0])?r=e[0]:"string"==typeof e[0]&&(n=e[0]):2===e.length&&("string"==typeof e[0]&&(n=e[0]),(Sc(e[1])||Ec(e[1]))&&(r=e[1])),{locale:n,params:r}}function Rc(e){return JSON.parse(JSON.stringify(e))}function kc(e,t){return!!~e.indexOf(t)}var Pc=Object.prototype.hasOwnProperty;function Dc(e,t){return Pc.call(e,t)}function Fc(e){for(var t=arguments,n=Object(e),r=1;r<arguments.length;r++){var i=t[r];if(null!=i){var s=void 0;for(s in i)Dc(i,s)&&(Sc(i[s])?n[s]=Fc(n[s],i[s]):n[s]=i[s])}}return n}function Bc(e,t){if(e===t)return!0;var n=Sc(e),r=Sc(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Ec(e),s=Ec(t);if(i&&s)return e.length===t.length&&e.every((function(e,n){return Bc(e,t[n])}));if(i||s)return!1;var o=Object.keys(e),a=Object.keys(t);return o.length===a.length&&o.every((function(n){return Bc(e[n],t[n])}))}catch(e){return!1}}function Lc(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=e[t].replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"))})),e}var jc={beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n)if(e.i18n instanceof pl){if(e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){t=Fc(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(e){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(xc(e.i18n)){var n=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof pl?this.$root.$i18n:null;if(n&&(e.i18n.root=this.$root,e.i18n.formatter=n.formatter,e.i18n.fallbackLocale=n.fallbackLocale,e.i18n.formatFallbackMessages=n.formatFallbackMessages,e.i18n.silentTranslationWarn=n.silentTranslationWarn,e.i18n.silentFallbackWarn=n.silentFallbackWarn,e.i18n.pluralizationRules=n.pluralizationRules,e.i18n.preserveDirectiveContent=n.preserveDirectiveContent),e.__i18n)try{var r=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){r=Fc(r,JSON.parse(e))})),e.i18n.messages=r}catch(e){0}var i=e.i18n.sharedMessages;i&&xc(i)&&(e.i18n.messages=Fc(e.i18n.messages,i)),this._i18n=new pl(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),n&&n.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof pl?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof pl&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n?(e.i18n instanceof pl||xc(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof pl||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof pl)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}},Uc={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,r=t.parent,i=t.props,s=t.slots,o=r.$i18n;if(o){var a=i.path,c=i.locale,l=i.places,f=s(),u=o.i(a,c,function(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}(f)||l?function(e,t){var n=t?function(e){0;return Array.isArray(e)?e.reduce(zc,{}):Object.assign({},e)}(t):{};if(!e)return n;var r=(e=e.filter((function(e){return e.tag||""!==e.text.trim()}))).every(Gc);0;return e.reduce(r?qc:zc,n)}(f.default,l):f),d=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return d?e(d,n,u):u}}};function qc(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function zc(e,t,n){return e[n]=t,e}function Gc(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var Hc,Vc={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,r=t.parent,i=t.data,s=r.$i18n;if(!s)return null;var o=null,a=null;Tc(n.format)?o=n.format:Sc(n.format)&&(n.format.key&&(o=n.format.key),a=Object.keys(n.format).reduce((function(e,t){var r;return kc(wc,t)?Object.assign({},e,((r={})[t]=n.format[t],r)):e}),null));var c=n.locale||s.locale,l=s._ntp(n.value,c,o,a),f=l.map((function(e,t){var n,r=i.scopedSlots&&i.scopedSlots[e.type];return r?r(((n={})[e.type]=e.value,n.index=t,n.parts=l,n)):e.value})),u=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return u?e(u,{attrs:i.attrs,class:i.class,staticClass:i.staticClass},f):f}};function Wc(e,t,n){Yc(e,n)&&Xc(e,t,n)}function $c(e,t,n,r){if(Yc(e,n)){var i=n.context.$i18n;(function(e,t){var n=t.context;return e._locale===n.$i18n.locale})(e,n)&&Bc(t.value,t.oldValue)&&Bc(e._localeMessage,i.getLocaleMessage(i.locale))||Xc(e,t,n)}}function Qc(e,t,n,r){if(n.context){var i=n.context.$i18n||{};t.modifiers.preserve||i.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e._vt,e._locale=void 0,delete e._locale,e._localeMessage=void 0,delete e._localeMessage}else Cc("Vue instance does not exists in VNode context")}function Yc(e,t){var n=t.context;return n?!!n.$i18n||(Cc("VueI18n instance does not exists in Vue instance"),!1):(Cc("Vue instance does not exists in VNode context"),!1)}function Xc(e,t,n){var r,i,s=function(e){var t,n,r,i;Tc(e)?t=e:xc(e)&&(t=e.path,n=e.locale,r=e.args,i=e.choice);return{path:t,locale:n,args:r,choice:i}}(t.value),o=s.path,a=s.locale,c=s.args,l=s.choice;if(o||a||c)if(o){var f=n.context;e._vt=e.textContent=null!=l?(r=f.$i18n).tc.apply(r,[o,l].concat(Kc(a,c))):(i=f.$i18n).t.apply(i,[o].concat(Kc(a,c))),e._locale=f.$i18n.locale,e._localeMessage=f.$i18n.getLocaleMessage(f.$i18n.locale)}else Cc("`path` is required in v-t directive");else Cc("value type not supported")}function Kc(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||xc(t))&&n.push(t),n}function Zc(e){Zc.installed=!0;(Hc=e).version&&Number(Hc.version.split(".")[0]);(function(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.$i18n;return r._t.apply(r,[e,r.locale,r._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){for(var n=[],r=arguments.length-2;r-- >0;)n[r]=arguments[r+2];var i=this.$i18n;return i._tc.apply(i,[e,i.locale,i._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){for(var t,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){for(var t,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}})(Hc),Hc.mixin(jc),Hc.directive("t",{bind:Wc,update:$c,unbind:Qc}),Hc.component(Uc.name,Uc),Hc.component(Vc.name,Vc),Hc.config.optionMergeStrategies.i18n=function(e,t){return void 0===t?e:t}}var Jc=function(){this._caches=Object.create(null)};Jc.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=function(e){var t=[],n=0,r="";for(;n<e.length;){var i=e[n++];if("{"===i){r&&t.push({type:"text",value:r}),r="";var s="";for(i=e[n++];void 0!==i&&"}"!==i;)s+=i,i=e[n++];var o="}"===i,a=el.test(s)?"list":o&&tl.test(s)?"named":"unknown";t.push({value:s,type:a})}else"%"===i?"{"!==e[n]&&(r+=i):r+=i}return r&&t.push({type:"text",value:r}),t}(e),this._caches[e]=n),function(e,t){var n=[],r=0,i=Array.isArray(t)?"list":Sc(t)?"named":"unknown";if("unknown"===i)return n;for(;r<e.length;){var s=e[r];switch(s.type){case"text":n.push(s.value);break;case"list":n.push(t[parseInt(s.value,10)]);break;case"named":"named"===i&&n.push(t[s.value]);break;case"unknown":0}r++}return n}(n,t)};var el=/^(?:\d)+/,tl=/^(?:\w)+/;var nl=[];nl[0]={ws:[0],ident:[3,0],"[":[4],eof:[7]},nl[1]={ws:[1],".":[2],"[":[4],eof:[7]},nl[2]={ws:[2],ident:[3,0],0:[3,0],number:[3,0]},nl[3]={ident:[3,0],0:[3,0],number:[3,0],ws:[1,1],".":[2,1],"[":[4,1],eof:[7,1]},nl[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],eof:8,else:[4,0]},nl[5]={"'":[4,0],eof:8,else:[5,0]},nl[6]={'"':[4,0],eof:8,else:[6,0]};var rl=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function il(e){if(null==e)return"eof";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function sl(e){var t,n,r,i=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(r=i,rl.test(r)?(n=(t=i).charCodeAt(0))!==t.charCodeAt(t.length-1)||34!==n&&39!==n?t:t.slice(1,-1):"*"+i)}var ol=function(){this._cache=Object.create(null)};ol.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=function(e){var t,n,r,i,s,o,a,c=[],l=-1,f=0,u=0,d=[];function h(){var t=e[l+1];if(5===f&&"'"===t||6===f&&'"'===t)return l++,r="\\"+t,d[0](),!0}for(d[1]=function(){void 0!==n&&(c.push(n),n=void 0)},d[0]=function(){void 0===n?n=r:n+=r},d[2]=function(){d[0](),u++},d[3]=function(){if(u>0)u--,f=4,d[0]();else{if(u=0,void 0===n)return!1;if(!1===(n=sl(n)))return!1;d[1]()}};null!==f;)if(l++,"\\"!==(t=e[l])||!h()){if(i=il(t),8===(s=(a=nl[f])[i]||a.else||8))return;if(f=s[0],(o=d[s[1]])&&(r=void 0===(r=s[2])?t:r,!1===o()))return;if(7===f)return c}}(e))&&(this._cache[e]=t),t||[]},ol.prototype.getPathValue=function(e,t){if(!Sc(e))return null;var n=this.parsePath(t);if(0===n.length)return null;for(var r=n.length,i=e,s=0;s<r;){var o=i[n[s]];if(void 0===o)return null;i=o,s++}return i};var al,cl=/<\/?[\w\s="/.':;#-\/]+>/,ll=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,fl=/^@(?:\.([a-z]+))?:/,ul=/[()]/g,dl={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},hl=new Jc,pl=function(e){var t=this;void 0===e&&(e={}),!Hc&&"undefined"!=typeof window&&window.Vue&&Zc(window.Vue);var n=e.locale||"en-US",r=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),i=e.messages||{},s=e.dateTimeFormats||{},o=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||hl,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new ol,this._dataListeners=[],this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,this.getChoiceIndex=function(e,n){var r=Object.getPrototypeOf(t);if(r&&r.getChoiceIndex)return r.getChoiceIndex.call(t,e,n);var i,s;return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):(i=e,s=n,i=Math.abs(i),2===s?i?i>1?1:0:1:i?Math.min(i,2):0)},this._exist=function(e,n){return!(!e||!n)&&(!Mc(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])})),this._initVM({locale:n,fallbackLocale:r,messages:i,dateTimeFormats:s,numberFormats:o})},ml={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0}};pl.prototype._checkLocaleMessage=function(e,t,n){var r=function(e,t,n,i){if(xc(n))Object.keys(n).forEach((function(s){var o=n[s];xc(o)?(i.push(s),i.push("."),r(e,t,o,i),i.pop(),i.pop()):(i.push(s),r(e,t,o,i),i.pop())}));else if(Ec(n))n.forEach((function(n,s){xc(n)?(i.push("["+s+"]"),i.push("."),r(e,t,n,i),i.pop(),i.pop()):(i.push("["+s+"]"),r(e,t,n,i),i.pop())}));else if(Tc(n)){if(cl.test(n)){var s="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?Cc(s):"error"===e&&function(e,t){"undefined"!=typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}(s)}}};r(t,e,n,[])},pl.prototype._initVM=function(e){var t=Hc.config.silent;Hc.config.silent=!0,this._vm=new Hc({data:e}),Hc.config.silent=t},pl.prototype.destroyVM=function(){this._vm.$destroy()},pl.prototype.subscribeDataChanging=function(e){this._dataListeners.push(e)},pl.prototype.unsubscribeDataChanging=function(e){!function(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)e.splice(n,1)}}(this._dataListeners,e)},pl.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){for(var t=e._dataListeners.length;t--;)Hc.nextTick((function(){e._dataListeners[t]&&e._dataListeners[t].$forceUpdate()}))}),{deep:!0})},pl.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var e=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){e.$set(e,"locale",t),e.$forceUpdate()}),{immediate:!0})},pl.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},ml.vm.get=function(){return this._vm},ml.messages.get=function(){return Rc(this._getMessages())},ml.dateTimeFormats.get=function(){return Rc(this._getDateTimeFormats())},ml.numberFormats.get=function(){return Rc(this._getNumberFormats())},ml.availableLocales.get=function(){return Object.keys(this.messages).sort()},ml.locale.get=function(){return this._vm.locale},ml.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},ml.fallbackLocale.get=function(){return this._vm.fallbackLocale},ml.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},ml.formatFallbackMessages.get=function(){return this._formatFallbackMessages},ml.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},ml.missing.get=function(){return this._missing},ml.missing.set=function(e){this._missing=e},ml.formatter.get=function(){return this._formatter},ml.formatter.set=function(e){this._formatter=e},ml.silentTranslationWarn.get=function(){return this._silentTranslationWarn},ml.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},ml.silentFallbackWarn.get=function(){return this._silentFallbackWarn},ml.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},ml.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},ml.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},ml.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},ml.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var r=this._getMessages();Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])}))}},ml.postTranslation.get=function(){return this._postTranslation},ml.postTranslation.set=function(e){this._postTranslation=e},pl.prototype._getMessages=function(){return this._vm.messages},pl.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},pl.prototype._getNumberFormats=function(){return this._vm.numberFormats},pl.prototype._warnDefault=function(e,t,n,r,i,s){if(!Mc(n))return n;if(this._missing){var o=this._missing.apply(null,[e,t,r,i]);if(Tc(o))return o}else 0;if(this._formatFallbackMessages){var a=Ic.apply(void 0,i);return this._render(t,s,a.params,t)}return t},pl.prototype._isFallbackRoot=function(e){return!e&&!Mc(this._root)&&this._fallbackRoot},pl.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},pl.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},pl.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},pl.prototype._interpolate=function(e,t,n,r,i,s,o){if(!t)return null;var a,c=this._path.getPathValue(t,n);if(Ec(c)||xc(c))return c;if(Mc(c)){if(!xc(t))return null;if(!Tc(a=t[n])&&!Nc(a))return null}else{if(!Tc(c)&&!Nc(c))return null;a=c}return Tc(a)&&(a.indexOf("@:")>=0||a.indexOf("@.")>=0)&&(a=this._link(e,t,a,r,"raw",s,o)),this._render(a,i,s,n)},pl.prototype._link=function(e,t,n,r,i,s,o){var a=n,c=a.match(ll);for(var l in c)if(c.hasOwnProperty(l)){var f=c[l],u=f.match(fl),d=u[0],h=u[1],p=f.replace(d,"").replace(ul,"");if(kc(o,p))return a;o.push(p);var m=this._interpolate(e,t,p,r,"raw"===i?"string":i,"raw"===i?void 0:s,o);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,p,r,i,s)}m=this._warnDefault(e,p,m,r,Ec(s)?s:[s],i),this._modifiers.hasOwnProperty(h)?m=this._modifiers[h](m):dl.hasOwnProperty(h)&&(m=dl[h](m)),o.pop(),a=m?a.replace(f,m):a}return a},pl.prototype._createMessageContext=function(e){var t=Ec(e)?e:[],n=Sc(e)?e:{};return{list:function(e){return t[e]},named:function(e){return n[e]}}},pl.prototype._render=function(e,t,n,r){if(Nc(e))return e(this._createMessageContext(n));var i=this._formatter.interpolate(e,n,r);return i||(i=hl.interpolate(e,n,r)),"string"!==t||Tc(i)?i:i.join("")},pl.prototype._appendItemToChain=function(e,t,n){var r=!1;return kc(e,t)||(r=!0,t&&(r="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(r=n[t]))),r},pl.prototype._appendLocaleToChain=function(e,t,n){var r,i=t.split("-");do{var s=i.join("-");r=this._appendItemToChain(e,s,n),i.splice(-1,1)}while(i.length&&!0===r);return r},pl.prototype._appendBlockToChain=function(e,t,n){for(var r=!0,i=0;i<t.length&&"boolean"==typeof r;i++){var s=t[i];Tc(s)&&(r=this._appendLocaleToChain(e,s,n))}return r},pl.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];for(var r,i=[e];Ec(i);)i=this._appendBlockToChain(n,i,t);(i=Tc(r=Ec(t)?t:Sc(t)?t.default?t.default:null:t)?[r]:r)&&this._appendBlockToChain(n,i,null),this._localeChainCache[e]=n}return n},pl.prototype._translate=function(e,t,n,r,i,s,o){for(var a,c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var f=c[l];if(!Mc(a=this._interpolate(f,e[f],r,i,s,o,[r])))return a}return null},pl.prototype._t=function(e,t,n,r){for(var i,s=[],o=arguments.length-4;o-- >0;)s[o]=arguments[o+4];if(!e)return"";var a=Ic.apply(void 0,s);this._escapeParameterHtml&&(a.params=Lc(a.params));var c=a.locale||t,l=this._translate(n,c,this.fallbackLocale,e,r,"string",a.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(i=this._root).$t.apply(i,[e].concat(s))}return l=this._warnDefault(c,e,l,r,s,"string"),this._postTranslation&&null!=l&&(l=this._postTranslation(l,e)),l},pl.prototype.t=function(e){for(var t,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},pl.prototype._i=function(e,t,n,r,i){var s=this._translate(n,t,this.fallbackLocale,e,r,"raw",i);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,i)}return this._warnDefault(t,e,s,r,[i],"raw")},pl.prototype.i=function(e,t,n){return e?(Tc(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},pl.prototype._tc=function(e,t,n,r,i){for(var s,o=[],a=arguments.length-5;a-- >0;)o[a]=arguments[a+5];if(!e)return"";void 0===i&&(i=1);var c={count:i,n:i},l=Ic.apply(void 0,o);return l.params=Object.assign(c,l.params),o=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((s=this)._t.apply(s,[e,t,n,r].concat(o)),i)},pl.prototype.fetchChoice=function(e,t){if(!e||!Tc(e))return null;var n=e.split("|");return n[t=this.getChoiceIndex(t,n.length)]?n[t].trim():e},pl.prototype.tc=function(e,t){for(var n,r=[],i=arguments.length-2;i-- >0;)r[i]=arguments[i+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(r))},pl.prototype._te=function(e,t,n){for(var r=[],i=arguments.length-3;i-- >0;)r[i]=arguments[i+3];var s=Ic.apply(void 0,r).locale||t;return this._exist(n[s],e)},pl.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},pl.prototype.getLocaleMessage=function(e){return Rc(this._vm.messages[e]||{})},pl.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},pl.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,Fc({},this._vm.messages[e]||{},t))},pl.prototype.getDateTimeFormat=function(e){return Rc(this._vm.dateTimeFormats[e]||{})},pl.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},pl.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,Fc(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},pl.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var r=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(r)&&delete this._dateTimeFormatters[r]}},pl.prototype._localizeDateTime=function(e,t,n,r,i){for(var s=t,o=r[s],a=this._getLocaleChain(t,n),c=0;c<a.length;c++){var l=a[c];if(s=l,!Mc(o=r[l])&&!Mc(o[i]))break}if(Mc(o)||Mc(o[i]))return null;var f=o[i],u=s+"__"+i,d=this._dateTimeFormatters[u];return d||(d=this._dateTimeFormatters[u]=new Intl.DateTimeFormat(s,f)),d.format(e)},pl.prototype._d=function(e,t,n){if(!n)return new Intl.DateTimeFormat(t).format(e);var r=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return r||""},pl.prototype.d=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.locale,i=null;return 1===t.length?Tc(t[0])?i=t[0]:Sc(t[0])&&(t[0].locale&&(r=t[0].locale),t[0].key&&(i=t[0].key)):2===t.length&&(Tc(t[0])&&(i=t[0]),Tc(t[1])&&(r=t[1])),this._d(e,r,i)},pl.prototype.getNumberFormat=function(e){return Rc(this._vm.numberFormats[e]||{})},pl.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},pl.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,Fc(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},pl.prototype._clearNumberFormat=function(e,t){for(var n in t){var r=e+"__"+n;this._numberFormatters.hasOwnProperty(r)&&delete this._numberFormatters[r]}},pl.prototype._getNumberFormatter=function(e,t,n,r,i,s){for(var o=t,a=r[o],c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var f=c[l];if(o=f,!Mc(a=r[f])&&!Mc(a[i]))break}if(Mc(a)||Mc(a[i]))return null;var u,d=a[i];if(s)u=new Intl.NumberFormat(o,Object.assign({},d,s));else{var h=o+"__"+i;(u=this._numberFormatters[h])||(u=this._numberFormatters[h]=new Intl.NumberFormat(o,d))}return u},pl.prototype._n=function(e,t,n,r){if(!pl.availabilities.numberFormat)return"";if(!n)return(r?new Intl.NumberFormat(t,r):new Intl.NumberFormat(t)).format(e);var i=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,r),s=i&&i.format(e);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},r))}return s||""},pl.prototype.n=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.locale,i=null,s=null;return 1===t.length?Tc(t[0])?i=t[0]:Sc(t[0])&&(t[0].locale&&(r=t[0].locale),t[0].key&&(i=t[0].key),s=Object.keys(t[0]).reduce((function(e,n){var r;return kc(wc,n)?Object.assign({},e,((r={})[n]=t[0][n],r)):e}),null)):2===t.length&&(Tc(t[0])&&(i=t[0]),Tc(t[1])&&(r=t[1])),this._n(e,r,i,s)},pl.prototype._ntp=function(e,t,n,r){if(!pl.availabilities.numberFormat)return[];if(!n)return(r?new Intl.NumberFormat(t,r):new Intl.NumberFormat(t)).formatToParts(e);var i=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,r),s=i&&i.formatToParts(e);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,r)}return s||[]},Object.defineProperties(pl.prototype,ml),Object.defineProperty(pl,"availabilities",{get:function(){if(!al){var e="undefined"!=typeof Intl;al={dateTimeFormat:e&&void 0!==Intl.DateTimeFormat,numberFormat:e&&void 0!==Intl.NumberFormat}}return al}}),pl.install=Zc,pl.version="8.22.1";const gl=pl,vl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Name","Email":"Email","NameRequired":"Name is required","EmailRequired":"Email is required","EnterValidEmail":"Invalid Email","OfflineEnterValidEmail":"I\'m sorry, that doesn\'t look like an email address. Can you try again?","FieldValidation":"Required Field","OfflineSubmit":"Send","FieldsReplacement":"Please click \'Chat\' to initiate a chat with an agent","ChatIntro":"Could we have your contact info?","CloseButton":"Close","PhoneText":"Phone","EnterValidPhone":"Invalid phone number","EnterValidName":"I\'m sorry, the provided name is not valid.","MaxCharactersReached":"Maximum characters reached"},"Offline":{"CharactersLimit":"Length cannot exceed 50 characters"},"Chat":{"TypeYourMessage":"Type your message...","MessageNotDeliveredError":"A network related error occurred. Message not delivered.","TryAgain":" Click here to try again. ","OfflineNameRequest":"Could we have your name?","OfflineEmailRequest":"Could we have your email?"},"MessageBox":{"Ok":"OK","TryAgain":"Try again"},"Inputs":{"InviteMessage":"Hello! How can we help you today?","EndingMessage":"Your session is over. Please feel free to contact us again!","NotAllowedError":"Allow microphone access from your browser","NotFoundError":"Microphone not found","ServiceUnavailable":"Service unavailable","UnavailableMessage":"We are away, leave us a message!","OperatorName":"Support","WindowTitle":"Live Chat & Talk","CallTitle":"Call Us","PoweredBy":"Powered By 3CX","OfflineMessagePlaceholder":"Message","OfflineMessageSent":"We\'ll contact you soon.","InvalidIdErrorMessage":"Invalid ID. Contact the Website Admin. ID must match the Click2Talk Friendly Name","IsTyping":"is typing...","NewMessageTitleNotification":"New Message","ChatIsDisabled":"Chat is not available at the moment.","GreetingMessage":"Hey, we\'re here to help!"},"ChatCompleted":{"StartNew":"Start New"}}');var bl=n.t(vl,2);const yl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nombre","Email":"Correo Electrónico","NameRequired":"El Nombre es requerido","EmailRequired":"El Correo Electrónico es requerido","EnterValidEmail":"Correo Electrónico inválido","FieldValidation":"Campo requerido","OfflineSubmit":"Enviar","FieldsReplacement":"Por favor, haga clic en \'chat\' para inciciar un chat con un agente","ChatIntro":"¿Podríamos tener su información de contacto?","CloseButton":"Cerrar","PhoneText":"Teléfono","EnterValidPhone":"Número de teléfono inválido","EnterValidName":"Caracteres permitidos: A-Z a-z 0-9 esspacio _ -","MaxCharactersReached":"Número máximo de caracteres alcanzado"},"Chat":{"TypeYourMessage":"Escriba su mensaje...","MessageNotDeliveredError":"Se detectó un error relacionado con la red. Mensaje no entregado.","TryAgain":"Haga clic aquí para intentarlo de nuevo."},"MessageBox":{"Ok":"Aceptar","TryAgain":"Intente de nuevo"},"Inputs":{"InviteMessage":"¡Hola! ¿Cómo puedo ayudarle el día de hoy?","EndingMessage":"Su sesión ha terminado. ¡Por favor, no dude en contactarnos de nuevo!","NotAllowedError":"Permitir el acceso a su micrófono por parte del navegador","NotFoundError":"No se encontró un micrófono","ServiceUnavailable":"Servicio no disponible","UnavailableMessage":"Ahora estamos ausentes, ¡Dejenos un mensaje!","OperatorName":"Soporte","WindowTitle":"Live Chat & Talk","CallTitle":"Llámenos","PoweredBy":"Alimentado por 3cx","OfflineMessagePlaceholder":"Mensaje","OfflineMessageSent":"Su mensaje ha sido entregado. Le contactaremos en breve a través de la dirección de correo electrónico que proporcionó. ¡Gracias y hasta luego!","InvalidIdErrorMessage":"ID Inválido. Contacte al administrador del Sitio Web. El ID debe ser igual al nombre amistoso de Click2Talk.","IsTyping":"está escribiendo...","NewMessageTitleNotification":"¡Nuevo Mensaje Recibido!","ChatIsDisabled":"El Chat no está disponible en este momento."},"ChatCompleted":{"StartNew":"Empezar un nuevo Chat"}}');var _l=n.t(yl,2);const Al=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Name","Email":"E-Mail-Adresse","NameRequired":"Name erforderlich.","EmailRequired":"E-Mail-Adresse erforderlich.","EnterValidEmail":"E-Mail-Adresse ungültig","FieldValidation":"Pflichtangabe","OfflineSubmit":"Senden","FieldsReplacement":"Bitte klicken Sie auf \\"Chat\\", um mit einem Agenten zu chatten.","ChatIntro":"Bitte teilen Sie uns Ihre Kontaktdaten mit. Danke!","CloseButton":"Schließen","PhoneText":"Telefonnummer","EnterValidPhone":"Telefonnummer ungültig.","EnterValidName":"Zulässige Zeichen: A-Z a-z 0-9 Leerzeichen _ -","MaxCharactersReached":"Max. Zeichenanzahl erreicht."},"Chat":{"TypeYourMessage":"Nachricht eingeben ...","MessageNotDeliveredError":"Die Nachricht konnte aufgrund eines Netzwerkfehlers nicht zugestellt werden.","TryAgain":"Klicken Sie hier, um es erneut zu versuchen."},"MessageBox":{"Ok":"OK","TryAgain":"Erneut versuchen"},"Inputs":{"InviteMessage":"Hallo! Wie können wir Ihnen weiterhelfen?","EndingMessage":"Ihre Sitzung ist beendet. Bei weiteren Fragen stehen wir Ihnen gerne zur Verfügung.","NotAllowedError":"Bitte den Mikrofonzugriff durch Browser gestatten.","NotFoundError":"Mikrofon nicht gefunden.","ServiceUnavailable":"Service nicht verfügbar.","UnavailableMessage":"Aktuell ist leider kein Agent verfügbar. Bitte hinterlassen Sie uns eine Nachricht.","OperatorName":"Support","WindowTitle":"3CX Live Chat & Talk","CallTitle":"Anrufen","PoweredBy":"Powered by 3CX","OfflineMessagePlaceholder":"Nachricht","OfflineMessageSent":"Ihre Nachricht wurde übermittelt. Wir werden uns in Kürze mit Ihnen in Verbindung setzen.","InvalidIdErrorMessage":"ID ungültig. Die ID muss mit dem Click2Talk-Anzeigenamen übereinstimmen. Bitte setzen Sie sich mit dem Website-Administrator in Verbindung.","IsTyping":"tippt ...","NewMessageTitleNotification":"Neue Nachricht erhalten!","ChatIsDisabled":"Der Chat ist zurzeit nicht verfügbar."},"ChatCompleted":{"StartNew":"Neu starten"}}');var wl=n.t(Al,2);const Cl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nom","Email":"Email","NameRequired":"Le nom est obligatoire","EmailRequired":"L\'email est obligatoire","EnterValidEmail":"Email invalide","FieldValidation":"Champ obligatoire","OfflineSubmit":"Envoyer","FieldsReplacement":"Cliquez sur \'Chat\' pour commencer une discussion avec un agent","ChatIntro":"Pouvons-nous avoir vos coordonnées?","CloseButton":"Fermer","PhoneText":"Téléphone","EnterValidPhone":"Numéro de téléphone invalide","EnterValidName":"Caractères permis : A-Z a-z 0-9 espace _ -","MaxCharactersReached":"Nombre maximum de caractères atteint"},"Chat":{"TypeYourMessage":"Ecrivez votre message...","MessageNotDeliveredError":"Une erreur liée au réseau est survenue. Le message n\'a pas pu être délivré.","TryAgain":"Cliquez ici pour réessayer."},"MessageBox":{"Ok":"OK","TryAgain":"Merci de réessayer"},"Inputs":{"InviteMessage":"Bonjour, comment pouvons-nous vous aider?","EndingMessage":"Votre session est terminée. N\'hésitez pas à nous recontacter.","NotAllowedError":"Permettre l\'accès au microphone depuis votre navigateur","NotFoundError":"Microphone introuvable","ServiceUnavailable":"Service indisponible","UnavailableMessage":"Nous sommes absents, laissez-nous un message!","OperatorName":"Support","WindowTitle":"Live Chat & Talk","CallTitle":"Appelez-nous","PoweredBy":"Propulsé par 3CX","OfflineMessagePlaceholder":"Message","OfflineMessageSent":"Nous avons reçu votre message et nous vous contacterons bientôt.","InvalidIdErrorMessage":"ID invalide. Contactez l\'administrateur de votre site web. L\'ID doit correspondre au pseudonyme Click2Talk","IsTyping":"Est en train d\'écrire... ","NewMessageTitleNotification":"Nouveau message reçu !","ChatIsDisabled":"Le chat n\'est pas disponible pour le moment."},"ChatCompleted":{"StartNew":"Commencer un nouveau chat."}}');var El=n.t(Cl,2);const Sl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nome","Email":"Email\\t","NameRequired":"Il nome è necessario","EmailRequired":"L\'email è necessario","EnterValidEmail":"Email non valida","FieldValidation":"Campo obbligatorio","OfflineSubmit":"Invia","FieldsReplacement":"Clicca su \'Chat\' per avviare una chat con un agente","ChatIntro":"Possiamo avere i tuoi dati di contatto?","CloseButton":"Chiuso","PhoneText":"Telefono","EnterValidPhone":"Numero di telefono non valido","EnterValidName":"Caratteri ammessi: A-Z a-z 0-9 spazio _ -","MaxCharactersReached":"Numero massimo di caratteri raggiunto"},"Chat":{"TypeYourMessage":"Scrivi il tuo messaggio ...","MessageNotDeliveredError":"Si è verificato un errore di rete. Messaggio non consegnato.","TryAgain":"Clicca qui per riprovare."},"MessageBox":{"Ok":"OK","TryAgain":"Riprova"},"Inputs":{"InviteMessage":"Ciao! Come possiamo aiutarti oggi?","EndingMessage":"La sessione è terminata. Non esitare a contattarci di nuovo!","NotAllowedError":"Consenti l\'accesso al microfono dal tuo browser","NotFoundError":"Microfono non trovato","ServiceUnavailable":"Servizio non disponibile","UnavailableMessage":"Siamo assenti, lasciaci un messaggio!","OperatorName":"Supporto","WindowTitle":"Live Chat & Talk","CallTitle":"Chiamaci","PoweredBy":"Powered By 3CX","OfflineMessagePlaceholder":"Messaggio","OfflineMessageSent":"Il tuo messaggio è stato recapitato Ti contatteremo a breve tramite l\'indirizzo email che hai fornito. Grazie e arrivederci!","InvalidIdErrorMessage":"ID non valido. Contatta l\'amministratore del sito web. L\'ID deve corrispondere al nome Click2Talk","IsTyping":"Sta scrivendo...","NewMessageTitleNotification":"Nuovo messaggio ricevuto!","ChatIsDisabled":"La Chat non è al momento disponibile."},"ChatCompleted":{"StartNew":"Inizia un nuova chat."}}');var Tl=n.t(Sl,2);const Ol=JSON.parse('{"Auth":{"Submit":"Czat","Name":"Nazwisko","Email":"Email","NameRequired":"Nazwisko jest wymagane","EmailRequired":"Email jest wymagany","EnterValidEmail":"Nieprawidłowy email","FieldValidation":"Pole wymagane","OfflineSubmit":"Wyślij","FieldsReplacement":"Kliknij \\"Czat\\", aby rozpocząć rozmowę z agentem","ChatIntro":"Czy możemy prosić o Twoje imię i adres e-mail?","CloseButton":"Zamknij","PhoneText":"Telefon","EnterValidPhone":"Nieprawidłowy numer telefonu","EnterValidName":"Dopuszczalne znaki: A-Z a-z 0-9 spacja _ -","MaxCharactersReached":"Osiągnięto maksimum znaków"},"Chat":{"TypeYourMessage":"Wpisz swoją wiadomość….","MessageNotDeliveredError":"Błąd sieci. Wiadomość nie dostarczona.","TryAgain":"Kliknij tutaj, aby spróbować ponownie."},"MessageBox":{"Ok":"OK","TryAgain":"Spróbuj ponownie"},"Inputs":{"InviteMessage":"Witaj! Jak możemy Ci dziś pomóc?","EndingMessage":"Twoja sesja się zakończyła. Zapraszamy do ponownego kontaktu!","NotAllowedError":"Zezwól na dostęp do mikrofonu swojej przeglądarce","NotFoundError":"Nie znaleziono mikrofonu","ServiceUnavailable":"Usługa niedostępna","UnavailableMessage":"Nie ma nas, zmostaw wiadomość!","OperatorName":"Wsparcie","WindowTitle":"Live Chat & Talk","CallTitle":"Zadzwoń do nas","PoweredBy":"Wspierane przez 3CX","OfflineMessagePlaceholder":"Message","OfflineMessageSent":"Twoja wiadomość została dostarczona. Wkrótce się skontaktujemy na podany adres email. Dziękuję i do zobaczenia!","InvalidIdErrorMessage":"Nieprawidłowe ID. Skontaktuj się z administratorem strony. ID musi odpowiadać Przyjaznej nazwie Click2Talk","IsTyping":"Pisze…","NewMessageTitleNotification":"Otrzymano nową wiadomość!","ChatIsDisabled":"Czat jest w tym momencie niedostępny."},"ChatCompleted":{"StartNew":"Zacznij nowy"}}');var xl=n.t(Ol,2);const Ml=JSON.parse('{"Auth":{"Submit":"Начать чат","Name":"Имя","Email":"E-mail","NameRequired":"Укажите имя","EmailRequired":"Укажите e-mail","EnterValidEmail":"Неверный e-mail","FieldValidation":"Необходимое поле","OfflineSubmit":"Отправить","FieldsReplacement":"Нажмите \'Начать чат\', чтобы связаться с оператором","ChatIntro":"Можно узнать ваши контакты?","CloseButton":"Закрыть","PhoneText":"Телефон","EnterValidPhone":"Неверный номер","EnterValidName":"Допустимые символы: A-Z a-z 0-9 пробел _ -","MaxCharactersReached":"Достигнуто предельное количество символов"},"Chat":{"TypeYourMessage":"Введите сообщение...","MessageNotDeliveredError":"Ошибка сети. Сообщение не доставлено.","TryAgain":"Нажмите, чтобы попробовать снова."},"MessageBox":{"Ok":"OK","TryAgain":"Попробуйте снова"},"Inputs":{"InviteMessage":"Здравствуйте! Мы можем вам помочь?","EndingMessage":"Сессия завершена. Свяжитесь с нами, когда будет удобно!","NotAllowedError":"Разрешите доступ браузера к микрофону","NotFoundError":"Микрофон не найден","ServiceUnavailable":"Сервис недоступен","UnavailableMessage":"Сейчас мы не на связи. Пожалуйста, оставьте сообщение!","OperatorName":"Поддержка","WindowTitle":"Live Chat & Talk","CallTitle":"Свяжитесь с нами","PoweredBy":"Заряжено 3CX","OfflineMessagePlaceholder":"Сообщение","OfflineMessageSent":"Мы получили ваше сообщение и вскоре свяжемся с вами.","InvalidIdErrorMessage":"Неверный ID. Свяжитесь с администратором сайта. ID должен соответствовать короткому имени в параметрах Click2Talk","IsTyping":"набирает...","NewMessageTitleNotification":"Новое сообщение!","ChatIsDisabled":"Чат сейчас недоступен."},"ChatCompleted":{"StartNew":"Начать новый чат"}}');var Nl=n.t(Ml,2);const Il=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nome","Email":"E-mail","NameRequired":"Nome é obrigatório","EmailRequired":"E-mail é obrigatório","EnterValidEmail":"E-mail inválido","FieldValidation":"Campo obrigatório","OfflineSubmit":"Enviar","FieldsReplacement":"Clique em \'Chat\' para iniciar um chat com um agente","ChatIntro":"Você poderia informar suas inforamções para contato?","CloseButton":"Fechar","PhoneText":"Telefone","EnterValidPhone":"Número de telefone inválido","EnterValidName":"Caracteres permitidos: A-Z a-z 0-9 espaço _ -","MaxCharactersReached":"Número máximo de caracteres atingido"},"Chat":{"TypeYourMessage":"Escreva sua mensagem...","MessageNotDeliveredError":"Ocorreu um erro relacionado à rede. Mensagem não enviada.","TryAgain":"Clique aqui para tentar novamente."},"MessageBox":{"Ok":"Ok","TryAgain":"Tente novamente"},"Inputs":{"InviteMessage":"Olá! Como podemos te ajudar hoje?","EndingMessage":"Sua sessão terminou. Por favor, sinta-se à vontade para nos contatar novamente!","NotAllowedError":"Permitir acesso ao microfone pelo seu navegador","NotFoundError":"Microfone não encontrado","ServiceUnavailable":"Serviço indisponível","UnavailableMessage":"Estamos fora, deixe-nos uma mensagem!","OperatorName":"Suporte","WindowTitle":"Live Chat & Talk","CallTitle":"Entre em contato","PoweredBy":"Fornecidos por 3CX","OfflineMessagePlaceholder":"Mensagem","OfflineMessageSent":"Sua mensagem foi enviada. Entraremos em contato em breve.","InvalidIdErrorMessage":"ID inválido. Entre em contato com o administrador do site. O ID deve corresponder ao apelido usado no Click2Talk","IsTyping":"Digitando...","NewMessageTitleNotification":"Nova mensagem recebida!","ChatIsDisabled":"O chat não está disponível no momento."},"ChatCompleted":{"StartNew":"Commencer un nouveau chat."}}');var Rl=n.t(Il,2);const kl=JSON.parse('{"Auth":{"Submit":"聊天","Name":"姓名","Email":"邮箱","NameRequired":"姓名为必填项","EmailRequired":"邮箱为必填项","EnterValidEmail":"无效的邮箱","FieldValidation":"必填字段","OfflineSubmit":"发送","FieldsReplacement":"请点击 \\"聊天\\",开始与坐席交谈。","ChatIntro":"能不能告诉我们您的姓名和邮箱?","CloseButton":"关闭","PhoneText":"电话","EnterValidPhone":"无效的电话号码","EnterValidName":"允许的字符:A-Z a-z 0-9空格 _ -","MaxCharactersReached":"已达到最大字符限制"},"Chat":{"TypeYourMessage":"输入您的消息...","MessageNotDeliveredError":"发生网络相关错误。信息未送达。","TryAgain":" 点击此处再试一次。 "},"MessageBox":{"Ok":"OK","TryAgain":"再次尝试"},"Inputs":{"InviteMessage":"您好!请问有什么可以帮到您的?","EndingMessage":"您的会话结束了。请随时与我们联系!","NotAllowedError":"允许通过浏览器访问麦克风","NotFoundError":"未发现麦克风","ServiceUnavailable":"我们不在线,给我们留言吧!","UnavailableMessage":"目前没有可用的座席。请填写下面的表格,我们会尽快与您联系","OperatorName":"支持","WindowTitle":"在线聊天和通话","CallTitle":"致电我们","PoweredBy":"由3CX提供支持","OfflineMessagePlaceholder":"留言信息","OfflineMessageSent":"您的消息已送达。我们将尽快通过您提供的电子邮件地址与您联系。谢谢,再见!","InvalidIdErrorMessage":"无效的ID。联系网站管理员。ID必须与Click2Talk友好名称匹配","IsTyping":"正在输入...","NewMessageTitleNotification":"收到新消息!","ChatIsDisabled":"在线聊天暂不可用。"},"ChatCompleted":{"StartNew":"开始新的聊天"}}');var Pl=n.t(kl,2);ts.use(gl);const Dl={en:bl,es:_l,de:wl,fr:El,it:Tl,pl:xl,ru:Nl,pt_BR:Rl,pt_PT:Rl,pt:Rl,zh:Pl,zh_CN:Pl},Fl=new gl({locale:(0,Ac.Z)({languages:Object.keys(Dl),fallback:"en"}),messages:Dl}),Bl=e=>t=>t.pipe(Ga((t=>t instanceof e)),Xs((e=>e))),Ll=(e,t)=>new Gs((n=>{t||(t={}),t.headers||(t.headers={}),Object.assign(t.headers,{pragma:"no-cache","cache-control":"no-store"}),fetch(e,t).then((e=>{e.ok?(n.next(e),n.complete()):n.error(e)})).catch((e=>{e instanceof TypeError?n.error("Failed to contact chat service URL. Please check chat URL parameter and ensure CORS requests are allowed from current domain."):n.error(e)}))})),jl=e=>{const t=new Uint8Array(e),n=_c.decode(t,t.length);return delete n.MessageId,Object.values(n)[0]},Ul=e=>{const t=new URL(window.location.href),n=e.startsWith("http")?e:t.protocol+(e.startsWith("//")?e:"//"+e);return new URL(n)};function ql(e,t){return e?t?`${e.replace(/\/+$/,"")}/${t.replace(/^\/+/,"")}`:e:t}const zl=e=>"string"==typeof e?e:e instanceof Error?"NotAllowedError"===e.name?Fl.t("Inputs.NotAllowedError").toString():"NotFoundError"===e.name?Fl.t("Inputs.NotFoundError").toString():e.message:Fl.t("Inputs.ServiceUnavailable").toString(),Gl=(()=>{const e=window.document.title,t=Fl.t("Inputs.NewMessageTitleNotification").toString();let n;const r=()=>{window.document.title=window.document.title===t?e:t},i=()=>{clearInterval(n),window.document.title=e,window.document.onmousemove=null,n=null};return{startBlinkWithStopOnMouseMove(){n||(n=setInterval(r,1e3),window.document.onmousemove=i)},startBlink(){n||(n=setInterval(r,1e3))},stopBlink(){n&&i()}}})(),Hl=(e,t=!0)=>{let n="0123456789";n+=t?"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ":"";let r="";for(let t=0;t<e;t+=1)r+=n.charAt(Math.floor(Math.random()*n.length));return r},Vl="https:"===window.location.protocol||window.location.host.startsWith("localhost");function Wl(e){return e&&"function"==typeof e.schedule}const $l=e=>t=>{for(let n=0,r=e.length;n<r&&!t.closed;n++)t.next(e[n]);t.complete()};function Ql(e,t){return new Gs((n=>{const r=new Ds;let i=0;return r.add(t.schedule((function(){i!==e.length?(n.next(e[i++]),n.closed||r.add(this.schedule())):n.complete()}))),r}))}function Yl(e,t){return t?Ql(e,t):new Gs($l(e))}function Xl(...e){let t=e[e.length-1];return Wl(t)?(e.pop(),Ql(e,t)):Yl(e)}const Kl="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator",Zl=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function Jl(e){return!!e&&"function"!=typeof e.subscribe&&"function"==typeof e.then}const ef=e=>{if(e&&"function"==typeof e[Us])return r=e,e=>{const t=r[Us]();if("function"!=typeof t.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return t.subscribe(e)};if(Zl(e))return $l(e);if(Jl(e))return n=e,e=>(n.then((t=>{e.closed||(e.next(t),e.complete())}),(t=>e.error(t))).then(null,Ns),e);if(e&&"function"==typeof e[Kl])return t=e,e=>{const n=t[Kl]();for(;;){let t;try{t=n.next()}catch(t){return e.error(t),e}if(t.done){e.complete();break}if(e.next(t.value),e.closed)break}return"function"==typeof n.return&&e.add((()=>{n.return&&n.return()})),e};{const t=ks(e)?"an invalid object":`'${e}'`;throw new TypeError(`You provided ${t} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`)}var t,n,r};function tf(e,t){if(null!=e){if(function(e){return e&&"function"==typeof e[Us]}(e))return function(e,t){return new Gs((n=>{const r=new Ds;return r.add(t.schedule((()=>{const i=e[Us]();r.add(i.subscribe({next(e){r.add(t.schedule((()=>n.next(e))))},error(e){r.add(t.schedule((()=>n.error(e))))},complete(){r.add(t.schedule((()=>n.complete())))}}))}))),r}))}(e,t);if(Jl(e))return function(e,t){return new Gs((n=>{const r=new Ds;return r.add(t.schedule((()=>e.then((e=>{r.add(t.schedule((()=>{n.next(e),r.add(t.schedule((()=>n.complete())))})))}),(e=>{r.add(t.schedule((()=>n.error(e))))}))))),r}))}(e,t);if(Zl(e))return Ql(e,t);if(function(e){return e&&"function"==typeof e[Kl]}(e)||"string"==typeof e)return function(e,t){if(!e)throw new Error("Iterable cannot be null");return new Gs((n=>{const r=new Ds;let i;return r.add((()=>{i&&"function"==typeof i.return&&i.return()})),r.add(t.schedule((()=>{i=e[Kl](),r.add(t.schedule((function(){if(n.closed)return;let e,t;try{const n=i.next();e=n.value,t=n.done}catch(e){return void n.error(e)}t?n.complete():(n.next(e),this.schedule())})))}))),r}))}(e,t)}throw new TypeError((null!==e&&typeof e||e)+" is not observable")}function nf(e,t){return t?tf(e,t):e instanceof Gs?e:new Gs(ef(e))}class rf extends Ls{constructor(e){super(),this.parent=e}_next(e){this.parent.notifyNext(e)}_error(e){this.parent.notifyError(e),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class sf extends Ls{notifyNext(e){this.destination.next(e)}notifyError(e){this.destination.error(e)}notifyComplete(){this.destination.complete()}}function of(e,t){if(!t.closed)return e instanceof Gs?e.subscribe(t):ef(e)(t)}function af(e,t){return"function"==typeof t?n=>n.pipe(af(((n,r)=>nf(e(n,r)).pipe(Xs(((e,i)=>t(n,e,r,i))))))):t=>t.lift(new cf(e))}class cf{constructor(e){this.project=e}call(e,t){return t.subscribe(new lf(e,this.project))}}class lf extends sf{constructor(e,t){super(e),this.project=t,this.index=0}_next(e){let t;const n=this.index++;try{t=this.project(e,n)}catch(e){return void this.destination.error(e)}this._innerSub(t)}_innerSub(e){const t=this.innerSubscription;t&&t.unsubscribe();const n=new rf(this),r=this.destination;r.add(n),this.innerSubscription=of(e,n),this.innerSubscription!==n&&r.add(this.innerSubscription)}_complete(){const{innerSubscription:e}=this;e&&!e.closed||super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(e){this.destination.next(e)}}function ff(e,t,n=Number.POSITIVE_INFINITY){return"function"==typeof t?r=>r.pipe(ff(((n,r)=>nf(e(n,r)).pipe(Xs(((e,i)=>t(n,e,r,i))))),n)):("number"==typeof t&&(n=t),t=>t.lift(new uf(e,n)))}class uf{constructor(e,t=Number.POSITIVE_INFINITY){this.project=e,this.concurrent=t}call(e,t){return t.subscribe(new df(e,this.project,this.concurrent))}}class df extends sf{constructor(e,t,n=Number.POSITIVE_INFINITY){super(e),this.project=t,this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(e){this.active<this.concurrent?this._tryNext(e):this.buffer.push(e)}_tryNext(e){let t;const n=this.index++;try{t=this.project(e,n)}catch(e){return void this.destination.error(e)}this.active++,this._innerSub(t)}_innerSub(e){const t=new rf(this),n=this.destination;n.add(t);const r=of(e,t);r!==t&&n.add(r)}_complete(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()}notifyNext(e){this.destination.next(e)}notifyComplete(){const e=this.buffer;this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}function hf(e=Number.POSITIVE_INFINITY){return ff(qs,e)}function pf(...e){return hf(1)(Xl(...e))}function mf(...e){const t=e[e.length-1];return Wl(t)?(e.pop(),n=>pf(e,n,t)):t=>pf(e,t)}class gf extends Ds{constructor(e,t){super()}schedule(e,t=0){return this}}class vf extends gf{constructor(e,t){super(e,t),this.scheduler=e,this.work=t,this.pending=!1}schedule(e,t=0){if(this.closed)return this;this.state=e;const n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,t)),this.pending=!0,this.delay=t,this.id=this.id||this.requestAsyncId(r,this.id,t),this}requestAsyncId(e,t,n=0){return setInterval(e.flush.bind(e,this),n)}recycleAsyncId(e,t,n=0){if(null!==n&&this.delay===n&&!1===this.pending)return t;clearInterval(t)}execute(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const n=this._execute(e,t);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(e,t){let n=!1,r=void 0;try{this.work(e)}catch(e){n=!0,r=!!e&&e||new Error(e)}if(n)return this.unsubscribe(),r}_unsubscribe(){const e=this.id,t=this.scheduler,n=t.actions,r=n.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==r&&n.splice(r,1),null!=e&&(this.id=this.recycleAsyncId(t,e,null)),this.delay=null}}class bf{constructor(e,t=bf.now){this.SchedulerAction=e,this.now=t}schedule(e,t=0,n){return new this.SchedulerAction(this,e).schedule(n,t)}}bf.now=()=>Date.now();class yf extends bf{constructor(e,t=bf.now){super(e,(()=>yf.delegate&&yf.delegate!==this?yf.delegate.now():t())),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(e,t=0,n){return yf.delegate&&yf.delegate!==this?yf.delegate.schedule(e,t,n):super.schedule(e,t,n)}flush(e){const{actions:t}=this;if(this.active)return void t.push(e);let n;this.active=!0;do{if(n=e.execute(e.state,e.delay))break}while(e=t.shift());if(this.active=!1,n){for(;e=t.shift();)e.unsubscribe();throw n}}}const _f=new class extends yf{}(class extends vf{constructor(e,t){super(e,t),this.scheduler=e,this.work=t}schedule(e,t=0){return t>0?super.schedule(e,t):(this.delay=t,this.state=e,this.scheduler.flush(this),this)}execute(e,t){return t>0||this.closed?super.execute(e,t):this._execute(e,t)}requestAsyncId(e,t,n=0){return null!==n&&n>0||null===n&&this.delay>0?super.requestAsyncId(e,t,n):e.flush(this)}}),Af=new Gs((e=>e.complete()));function wf(e){return e?function(e){return new Gs((t=>e.schedule((()=>t.complete()))))}(e):Af}var Cf;!function(e){e.NEXT="N",e.ERROR="E",e.COMPLETE="C"}(Cf||(Cf={}));class Ef{constructor(e,t,n){this.kind=e,this.value=t,this.error=n,this.hasValue="N"===e}observe(e){switch(this.kind){case"N":return e.next&&e.next(this.value);case"E":return e.error&&e.error(this.error);case"C":return e.complete&&e.complete()}}do(e,t,n){switch(this.kind){case"N":return e&&e(this.value);case"E":return t&&t(this.error);case"C":return n&&n()}}accept(e,t,n){return e&&"function"==typeof e.next?this.observe(e):this.do(e,t,n)}toObservable(){switch(this.kind){case"N":return Xl(this.value);case"E":return La(this.error);case"C":return wf()}throw new Error("unexpected notification kind value")}static createNext(e){return void 0!==e?new Ef("N",e):Ef.undefinedValueNotification}static createError(e){return new Ef("E",void 0,e)}static createComplete(){return Ef.completeNotification}}Ef.completeNotification=new Ef("C"),Ef.undefinedValueNotification=new Ef("N",void 0);class Sf extends Ls{constructor(e,t,n=0){super(e),this.scheduler=t,this.delay=n}static dispatch(e){const{notification:t,destination:n}=e;t.observe(n),this.unsubscribe()}scheduleMessage(e){this.destination.add(this.scheduler.schedule(Sf.dispatch,this.delay,new Tf(e,this.destination)))}_next(e){this.scheduleMessage(Ef.createNext(e))}_error(e){this.scheduleMessage(Ef.createError(e)),this.unsubscribe()}_complete(){this.scheduleMessage(Ef.createComplete()),this.unsubscribe()}}class Tf{constructor(e,t){this.notification=e,this.destination=t}}class Of extends Qs{constructor(e=Number.POSITIVE_INFINITY,t=Number.POSITIVE_INFINITY,n){super(),this.scheduler=n,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=e<1?1:e,this._windowTime=t<1?1:t,t===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(e){if(!this.isStopped){const t=this._events;t.push(e),t.length>this._bufferSize&&t.shift()}super.next(e)}nextTimeWindow(e){this.isStopped||(this._events.push(new xf(this._getNow(),e)),this._trimBufferThenGetEvents()),super.next(e)}_subscribe(e){const t=this._infiniteTimeWindow,n=t?this._events:this._trimBufferThenGetEvents(),r=this.scheduler,i=n.length;let s;if(this.closed)throw new Vs;if(this.isStopped||this.hasError?s=Ds.EMPTY:(this.observers.push(e),s=new Ws(this,e)),r&&e.add(e=new Sf(e,r)),t)for(let t=0;t<i&&!e.closed;t++)e.next(n[t]);else for(let t=0;t<i&&!e.closed;t++)e.next(n[t].value);return this.hasError?e.error(this.thrownError):this.isStopped&&e.complete(),s}_getNow(){return(this.scheduler||_f).now()}_trimBufferThenGetEvents(){const e=this._getNow(),t=this._bufferSize,n=this._windowTime,r=this._events,i=r.length;let s=0;for(;s<i&&!(e-r[s].time<n);)s++;return i>t&&(s=Math.max(s,i-t)),s>0&&r.splice(0,s),r}}class xf{constructor(e,t){this.time=e,this.value=t}}function Mf(e,t,n,r){n&&"function"!=typeof n&&(r=n);const i="function"==typeof n?n:void 0,s=new Of(e,t,r);return e=>lo((()=>s),i)(e)}const Nf=(()=>{function e(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return e.prototype=Object.create(Error.prototype),e})();function If(e){return t=>0===e?wf():t.lift(new Rf(e))}class Rf{constructor(e){if(this.total=e,this.total<0)throw new Nf}call(e,t){return t.subscribe(new kf(e,this.total))}}class kf extends Ls{constructor(e,t){super(e),this.total=t,this.count=0}_next(e){const t=this.total,n=++this.count;n<=t&&(this.destination.next(e),n===t&&(this.destination.complete(),this.unsubscribe()))}}function Pf(e){return function(t){const n=new Df(e),r=t.lift(n);return n.caught=r}}class Df{constructor(e){this.selector=e}call(e,t){return t.subscribe(new Ff(e,this.selector,this.caught))}}class Ff extends sf{constructor(e,t,n){super(e),this.selector=t,this.caught=n}error(e){if(!this.isStopped){let t;try{t=this.selector(e,this.caught)}catch(e){return void super.error(e)}this._unsubscribeAndRecycle();const n=new rf(this);this.add(n);const r=of(t,n);r!==n&&this.add(r)}}}class Bf{constructor(e){this.name="",this.emailTag="",this.image="",Object.assign(this,e)}}const Lf=new Bf;class jf{constructor(e,t,n,r,i,s){this.connect$=new Qs,this.changeOperator$=new Qs,this.mySession$=this.connect$.pipe(af((o=>o?s.createMySession(e,n,t,r,i):Xl(qa()))),mf(qa()),Mf(1),ro()),this.onOperatorChange$=this.changeOperator$.pipe(Mf(1),ro()),this.notificationsOfType$(Bf).subscribe((e=>{e.image=""!==e.image?t+e.image:"",this.changeOperator$.next(e)})),this.notificationsOfType$(dc).subscribe((e=>{e&&e.TakenBy&&e.TakenBy.Name&&this.changeOperator$.next({name:e.TakenBy.Name,emailTag:"default",image:void 0!==e.TakenBy.Contact&&""!==e.TakenBy.Contact.ContactImage?t+e.TakenBy.Contact.ContactImage:""})}))}closeSession(){this.connect$.next(!1)}reconnect(){this.connect$.next(!0)}notificationsOfType$(e){return this.mySession$.pipe(af((e=>e.messages$)),Bl(e))}notificationsFilter$(e){return this.mySession$.pipe(af((e=>e.messages$)),Ga((t=>t===e)))}get(e,t=!0){return this.mySession$.pipe(If(1),af((e=>e.sessionState!==Ra.Connected?(this.reconnect(),this.mySession$.pipe(Ga((t=>t!==e)))):Xl(e))),af((n=>n.get(e,t))),Pf((e=>e instanceof Error&&"NotImplemented"===e.name?Xl(null):La(e))),If(1))}}const Uf=e=>!!e&&!/\.\./i.test(e.toLowerCase().trim())&&/^(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)])$/.test(e.toLowerCase().trim()),qf=e=>!e||!!e&&e.length<=200,zf=(e,t=50)=>!e||!!e&&e.length<=t,Gf=(e,t)=>{return(n=e)&&/^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/|\/\/)?[a-z0-9.-]+([-.]{1})[a-z0-9]{1,5}(:[0-9]{1,5})?(\/[a-zA-Z0-9-._~:/?#@!$&*=;+%()']*)?$/i.test(n)&&qf(e)?e:t;var n},Hf=(e,t)=>e?t?zf(e,t)?e:e.substring(0,t):zf(e,50)?e:e.substring(0,50):"",Vf=(e,t)=>Uf(e)&&qf(e)?e:t,Wf=(e,t)=>{return(n=e)&&/^(https?:\/\/)?((w{3}\.)?)facebook.com\/.*/i.test(n)&&qf(e)?e:t;var n},$f=(e,t)=>{return(n=e)&&/^(https?:\/\/)?((w{3}\.)?)twitter.com\/.*/i.test(n)&&qf(e)?e:t;var n};var Qf=n(1206);class Yf{static convertDateToTicks(e){return(e.getTime()-60*e.getTimezoneOffset()*1e3)*this.ticksPerMillisecondInCSharp+this.epochTicks}static convertTicksToDate(e){const t=(e-this.epochTicks)/this.ticksPerMillisecondInCSharp,n=new Date(t);return new Date(n.getTime()+60*n.getTimezoneOffset()*1e3)}static isDoubleByte(e){if(void 0!==e&&null!=e)for(let t=0,n=e.length;t<n;t+=1)if(e.charCodeAt(t)>255)return!0;return!1}static isDesktop(){const e=Qf.getParser(window.navigator.userAgent);return""!==e.getPlatformType()?"desktop"===e.getPlatformType(!0):window.innerWidth>600}static decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value}static focusElement(e){setTimeout((()=>{e&&e.focus()}),200)}static popupCenter(e,t,n){const r=void 0!==window.screenLeft?window.screenLeft:window.screenX,i=void 0!==window.screenTop?window.screenTop:window.screenY,s=window.innerWidth?window.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:window.screen.width,o=window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:window.screen.height,a=s/window.screen.availWidth,c=(s-t)/2/a+r,l=(o-n)/2/a+i;return window.open(e,"popUpChat",`directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes, width=${t}, height=${n}, top=${l}, left=${c}`)}static retrieveHexFromCssColorProperty(e,t,n){let r="";if(e.$root&&e.$root.$el&&e.$root.$el.getRootNode()instanceof ShadowRoot){const n=e.$root.$el.getRootNode();n&&(r=getComputedStyle(n.host).getPropertyValue(t)),r=Yf.colorNameToHex(r)}return""!==r?r.replace("#",""):n}static colorNameToHex(e){const t={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return void 0!==t[e.toLowerCase()]?t[e.toLowerCase()]:e}}Yf.epochTicks=621355968e9,Yf.ticksPerMillisecondInCSharp=1e4,Yf.IdGenerator=(()=>{let e=-1;return{getNext:()=>(e<0&&(e=1e5),e+=1,e)}})();var Xf=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Kf=class extends ts{constructor(){super(...arguments),this.ViewState=ka}getPropertyValue(e,t,n){let r=n.find((e=>""!==e&&void 0!==e));return void 0!==e&&Object.prototype.hasOwnProperty.call(e,t)&&(r=e[t]),void 0!==r?r:""}};Kf=Xf([vs],Kf);const Zf=Kf,Jf="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAANlBMVEXz9Pa5vsq2u8jN0dnV2N/o6u7FydPi5Onw8fS+ws3f4ee6v8v29/jY2+Hu7/Ly9PbJztbQ1dxJagBAAAAC60lEQVR4nO3b2ZaCMBREUQbDJOP//2wbEGVIFCHKTa+zH7uVRVmBBJQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCpdOzvQQqaq2KmuSrOzQ02lSeRem8rpsQq/ozg72Kj4UkAxEev8awnzs7P1yiIadsfpQXjfZCHhUCzbfmeurdNz6bDRsBWRsB+k0cXxdHjpa0wkTBn3hKnjzRZyEgYk3IeEv2RKWCt1cN9EJ0zjfm7Mq/rAVgUnbLpwnK/zA2tnuQmzJHquuqJq91blJuwmAW8rHbV3q2ITFrOAt7Xz3l2UmrBMlpcHe9fOUhOqRYVhFO/cqtSEy0H6bh/tJ1uhCctqlTB/NSnG9pOt1ISXjxLq825laVFowo9GaRPrF9talJqw3n6macaZ09yi1ISG2cLyriwePwxzi1ITru4s2naxma59TC2KTRjE83FqmQ6yeDaUDS3KTRhMV96h5TTSLD4HQ4uCE9bxePUU5pYL/3mD5o9CcMKgTONc39NNLrV5iK4aNLUoOWHQ38RQtW3nsm6db92i8ISvGBtct+hvwqyzBFxE9DehrcHlQPU1YWNvcNGirwlfNThv0ZOE9eJG1OsGZy36kVBdczU9e7RvAz5b9CFhqfIwSp4XwG+OwUWLPiRUV/33Z4tbGtTvGK635CfUDfb/SO5rt20N9t8m65fLT9g3GD5abDY2qC+lvEg4NjhEvLW4tUFvEj4a7OXq3TzoW8Jpg0PEzfk8SThv8EMeJFw1+O8SHmrQg4QHG/Qg4cEGxSc83KD4hIcblJ6w3L508TXh+vtDEpLw3GwDEpKQhOdznVD2fRr9tdpRw/1HqQndIeEvkXCXUlDC+1NBndsnge/fwyVnp9PGH3p95dm1WMKza4/fI37j+UPXR/c+2X9/hjQI0uO3LsyuMioM9A8Sjy/W1iIhY7Sn2tzpUahdWyXiNDNSxcWtSlCBAAAAAAAAAAAAAAAAAAAAAAAAAAAAwCn+AEXGNosxDBhFAAAAAElFTkSuQmCC";var eu=n(1466),tu=n.n(eu),nu=n(3787),ru=n.n(nu),iu=n(7123),su=n.n(iu),ou=n(3852),au=n.n(ou),cu=n(2566),lu=n.n(cu),fu=(n(3147),n(4556)),uu=n.n(fu),du=n(8642),hu=n.n(du),pu=n(6561),mu=n.n(pu),gu=n(5852),vu=n.n(gu),bu=n(6304),yu=n.n(bu),_u=n(8060),Au=n.n(_u),wu=n(1660),Cu=n.n(wu),Eu=n(2078),Su=n.n(Eu),Tu=n(5702),Ou=n.n(Tu),xu=n(2154),Mu=n.n(xu),Nu=n(6011),Iu=n.n(Nu),Ru=n(2371),ku=n.n(Ru),Pu=n(3582),Du=n.n(Pu),Fu=n(2106),Bu=n.n(Fu),Lu=n(9028),ju=n.n(Lu),Uu=n(1724),qu=n.n(Uu),zu=n(8818),Gu=n.n(zu),Hu=n(898),Vu=n.n(Hu),Wu=n(7439),$u=n.n(Wu),Qu=n(7736),Yu=n.n(Qu),Xu=n(4684),Ku=n.n(Xu),Zu=n(5227),Ju=n.n(Zu),ed=(n(513),n(7474)),td=n.n(ed),nd=n(6375),rd=n.n(nd),id=n(6842),sd=n.n(id),od=n(7308),ad=n.n(od);function cd(e,t,n,r,i,s,o,a){var c,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),s&&(l._scopeId="data-v-"+s),o?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=a?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var f=l.render;l.render=function(e,t){return c.call(t),f(e,t)}}else{var u=l.beforeCreate;l.beforeCreate=u?[].concat(u,c):[c]}return{exports:e,options:l}}const ld=cd({name:"ToolbarButton",props:{title:{type:String,default:""},disabled:Boolean}},(function(){var e=this,t=e.$createElement;return(e._self._c||t)("button",{class:[e.$style.button],attrs:{id:"wplc-chat-button",title:e.title,disabled:e.disabled},on:{mousedown:function(e){e.preventDefault()},click:function(t){return t.preventDefault(),t.stopPropagation(),e.$emit("click")}}},[e._t("default")],2)}),[],!1,(function(e){var t=n(1368);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const fd=cd(ts.directive("srcObject",{bind:(e,t,n)=>{e.srcObject=t.value},update:(e,t,n)=>{const r=e;r.srcObject!==t.value&&(r.srcObject=t.value)}}),undefined,undefined,!1,null,null,null,!0).exports;var ud=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let dd=class extends(fs(Zf)){constructor(){super(),this.isWebRtcAllowed=Vl,this.operatorIconImageExists=!1,this.imageNotFound="",this.hasSession=!1,this.callChannelInitiated=!1,this.currentOperator=new Bf({image:void 0!==this.operator.image&&""!==this.operator.image?this.operator.image:this.config.operatorIcon,name:this.operator.name,emailTag:this.operator.emailTag})}beforeMount(){this.singleButtonPhone||(this.$subscribeTo(this.myChatService.mySession$,(e=>{this.hasSession=e.sessionState===Ra.Connected})),this.$subscribeTo(this.eventBus.onCallChannelEnable,(e=>{this.callChannelInitiated||this.myWebRTCService.initCallChannel(e.allowCall,e.allowVideo)})),this.config.showOperatorActualName&&this.$subscribeTo(this.myChatService.onOperatorChange$,(e=>{void 0!==e.image&&""!==e.image||(e.image=this.config.operatorIcon),this.currentOperator=e}))),this.myWebRTCService.initCallChannel(this.allowCall,this.allowVideo),this.imageNotFound=Jf,document.addEventListener("fullscreenchange",(()=>{this.toggleFullScreen()})),document.addEventListener("webkitfullscreenchange",(()=>{this.toggleFullScreen()})),document.addEventListener("mozfullscreenchange",(()=>{this.toggleFullScreen()})),document.addEventListener("MSFullscreenChange",(()=>{this.toggleFullScreen()}))}get showCallControls(){return(this.allowCall||this.allowVideo)&&this.hasSession}get isVideoActive(){return this.myWebRTCService&&this.myWebRTCService.isVideoActive}videoOutputClick(){this.myWebRTCService.goFullScreen()}toggleFullScreen(){this.myWebRTCService.isFullscreen=!this.myWebRTCService.isFullscreen}toggleMute(){this.myWebRTCService.mute()}onMakeVideoCall(){this.makeCall(!0)}onMakeCall(){this.makeCall(!1)}makeCall(e){this.myWebRTCService.call(e||!1).pipe(If(1)).subscribe((()=>{}),(e=>this.eventBus.onError.next(e)))}dropCall(){this.myWebRTCService.dropCall().pipe(If(1)).subscribe((()=>{}),(e=>this.eventBus.onError.next(e)))}updateNotFoundImage(e){null!==e&&null!==e.target&&(e.target.src=this.imageNotFound)}};ud([Ts()],dd.prototype,"singleButtonPhone",void 0),ud([Ts()],dd.prototype,"allowVideo",void 0),ud([Ts()],dd.prototype,"allowCall",void 0),ud([Ts()],dd.prototype,"callTitle",void 0),ud([Ts({default:()=>Lf})],dd.prototype,"operator",void 0),ud([ys()],dd.prototype,"myChatService",void 0),ud([ys()],dd.prototype,"myWebRTCService",void 0),ud([Ts({default:!1})],dd.prototype,"isFullScreen",void 0),ud([Ts({default:!1})],dd.prototype,"disabled",void 0),ud([ys()],dd.prototype,"eventBus",void 0),ud([Ts({default:()=>({})})],dd.prototype,"config",void 0),dd=ud([vs({directives:{SrcObject:fd},components:{GlyphiconCall:ru(),GlyphiconVideo:su(),GlyphiconHourglass:lu(),GlyphiconMic:mu(),GlyphiconMicoff:vu(),GlyphiconThumbnails:uu(),GlyphiconFullscreen:hu(),ToolbarButton:ld,OperatorIcon:ad()}})],dd);const hd=cd(dd,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root},[e.myWebRTCService.audioNotificationUrl?n("audio",{attrs:{src:e.myWebRTCService.audioNotificationUrl,autoplay:"",loop:""}}):e._e(),e._v(" "),e.myWebRTCService.remoteStream?n("audio",{directives:[{name:"srcObject",rawName:"v-srcObject",value:e.myWebRTCService.remoteStream,expression:"myWebRTCService.remoteStream"}],attrs:{autoplay:""}}):e._e(),e._v(" "),e.singleButtonPhone?n("div",{class:[e.$style["single-button-mode"]]},[e.myWebRTCService.hasCall?e._e():n("toolbar-button",{class:[e.$style["single-button"],e.$style.bubble],attrs:{disabled:!e.isWebRtcAllowed||e.disabled,title:e.callTitle},on:{click:e.onMakeCall}},[n("glyphicon-call")],1),e._v(" "),e.myWebRTCService.hasCall?n("toolbar-button",{class:[e.$style["single-button"],e.$style.bubble,e.$style["button-end-call"]],on:{click:e.dropCall}},[n("glyphicon-call")],1):e._e()],1):n("div",{class:[e.$style["phone-controls-mode"]]},[e.config?n("div",{class:e.$style["operator-info"]},[n("div",{class:e.$style["operator-img-container"]},[""!=e.currentOperator.image?n("img",{ref:"operatorIcon",class:[e.$style["rounded-circle"],e.$style["operator-img"]],attrs:{src:e.currentOperator.image,alt:"avatar"},on:{error:function(t){return e.updateNotFoundImage(t)}}}):n("operatorIcon",{class:e.$style["operator-img"]}),e._v(" "),n("span",{class:e.$style["online-icon"]})],1),e._v(" "),n("div",{class:[e.$style.operator_name,e.config.isPopout?e.$style.popout:""],attrs:{title:e.currentOperator.name}},[n("span",[e._v(e._s(e.currentOperator.name)),n("span")])])]):e._e(),e._v(" "),e.showCallControls?n("div",{class:[e.$style["call-controls"],e.isFullScreen?e.$style["full-screen-controls"]:""]},[e.myWebRTCService.hasCall?[n("toolbar-button",{class:[e.$style["toolbar-button"],e.$style["button-end-call"]],attrs:{id:"callUsDropCallBtn",disabled:e.myWebRTCService.hasTryingCall},on:{click:e.dropCall}},[n("glyphicon-call")],1),e._v(" "),e.myWebRTCService.media.isMuted?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsUnmuteBtn",disabled:e.myWebRTCService.hasTryingCall},on:{click:e.toggleMute}},[n("glyphicon-micoff")],1):n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsMuteBtn",disabled:e.myWebRTCService.hasTryingCall},on:{click:e.toggleMute}},[n("glyphicon-mic")],1),e._v(" "),e.isVideoActive?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsFullscreenBtn"},on:{click:function(t){return e.videoOutputClick()}}},[n("glyphicon-fullscreen")],1):e._e()]:[e.allowCall?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsCallBtn",disabled:!e.isWebRtcAllowed},on:{click:e.onMakeCall}},[n("glyphicon-call")],1):e._e(),e._v(" "),e.allowVideo?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsVideoBtn",disabled:!e.isWebRtcAllowed},on:{click:e.onMakeVideoCall}},[n("glyphicon-video")],1):e._e()]],2):e._e(),e._v(" "),n("div",{class:e.$style["space-expander"]})])])}),[],!1,(function(e){var t=n(1726);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class pd extends Qs{constructor(e){super(),this._value=e}get value(){return this.getValue()}_subscribe(e){const t=super._subscribe(e);return t&&!t.closed&&e.next(this._value),t}getValue(){if(this.hasError)throw this.thrownError;if(this.closed)throw new Vs;return this._value}next(e){super.next(this._value=e)}}class md{constructor(){this.onError=new Qs,this.onRestored=new Qs,this.onMinimized=new Qs,this.onRestart=new Qs,this.onLoaded=new Qs,this.onAnimationActivatedChange=new pd(!0),this.onClosed=new Qs,this.onChatInitiated=new Qs,this.onCallChannelEnable=new Qs,this.onNotificationVisibilityChange=new Qs}}class gd{constructor(){this.activeLoaders={},this.key=0}show(e="default"){this.activeLoaders[e]=!0,this.key+=1}hide(e="default"){delete this.activeLoaders[e],this.key+=1}loading(e="default"){return this.activeLoaders[e]}}var vd,bd,yd,_d,Ad,wd;!function(e){e[e.Name=0]="Name",e[e.Email=1]="Email",e[e.Both=2]="Both",e[e.None=3]="None"}(vd||(vd={})),function(e){e[e.BubbleLeft=0]="BubbleLeft",e[e.BubbleRight=1]="BubbleRight"}(bd||(bd={})),function(e){e[e.CallAndChat=0]="CallAndChat",e[e.ChatOnly=1]="ChatOnly",e[e.CallOnly=2]="CallOnly"}(yd||(yd={})),function(e){e[e.None=0]="None",e[e.FadeIn=1]="FadeIn",e[e.SlideLeft=2]="SlideLeft",e[e.SlideRight=3]="SlideRight",e[e.SlideUp=4]="SlideUp"}(_d||(_d={})),function(e){e[e.Phone=0]="Phone",e[e.WP=1]="WP",e[e.MCU=2]="MCU"}(Ad||(Ad={})),function(e){e[e.None=0]="None",e[e.Desktop=1]="Desktop",e[e.Mobile=2]="Mobile",e[e.Both=3]="Both"}(wd||(wd={}));var Cd=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Ed=class extends(fs(Zf)){constructor(){super(...arguments),this.channelType=Ad.Phone,this.eventBus=new md,this.loadingService=new gd}};Cd([Cs()],Ed.prototype,"currentChannel",void 0),Cd([Ts({default:Fl.t("Inputs.InviteMessage")})],Ed.prototype,"inviteMessage",void 0),Cd([Ts({default:Fl.t("Inputs.EndingMessage")})],Ed.prototype,"endingMessage",void 0),Cd([Ts({default:""})],Ed.prototype,"firstResponseMessage",void 0),Cd([Ts({default:Fl.t("Inputs.UnavailableMessage")})],Ed.prototype,"unavailableMessage",void 0),Cd([Ts({default:"false"})],Ed.prototype,"autoFocus",void 0),Cd([Ts({default:!1})],Ed.prototype,"isPopout",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowCall",void 0),Cd([Ts({default:"true"})],Ed.prototype,"enableOnmobile",void 0),Cd([Ts({default:"true"})],Ed.prototype,"enable",void 0),Cd([Ts({default:"true"})],Ed.prototype,"inBusinessSchedule",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowMinimize",void 0),Cd([Ts({default:"false"})],Ed.prototype,"minimized",void 0),Cd([Ts({default:"false"})],Ed.prototype,"popupWhenOnline",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowSoundnotifications",void 0),Cd([Ts({default:"false"})],Ed.prototype,"enableMute",void 0),Cd([Ts({default:""})],Ed.prototype,"soundnotificationUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"facebookIntegrationUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"twitterIntegrationUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"emailIntegrationUrl",void 0),Cd([Ts({default:"bubbleRight"})],Ed.prototype,"minimizedStyle",void 0),Cd([Ts({default:"right"})],Ed.prototype,"bubblePosition",void 0),Cd([Ts({default:"none"})],Ed.prototype,"animationStyle",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowVideo",void 0),Cd([Ts({default:"none"})],Ed.prototype,"authentication",void 0),Cd([Ts({default:void 0})],Ed.prototype,"channelUrl",void 0),Cd([Ts({default:void 0})],Ed.prototype,"phonesystemUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"wpUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"filesUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"party",void 0),Cd([Ts({default:""})],Ed.prototype,"operatorIcon",void 0),Cd([Ts({default:""})],Ed.prototype,"windowIcon",void 0),Cd([Ts({default:""})],Ed.prototype,"buttonIcon",void 0),Cd([Ts({default:"Default"})],Ed.prototype,"buttonIconType",void 0),Cd([Ts({default:Fl.t("Inputs.OperatorName")})],Ed.prototype,"operatorName",void 0),Cd([Ts({default:Fl.t("Inputs.WindowTitle")})],Ed.prototype,"windowTitle",void 0),Cd([Ts({default:"false"})],Ed.prototype,"enablePoweredby",void 0),Cd([Ts({default:""})],Ed.prototype,"userIcon",void 0),Cd([Ts({default:Fl.t("Inputs.CallTitle")})],Ed.prototype,"callTitle",void 0),Cd([Ts({default:"true"})],Ed.prototype,"popout",void 0),Cd([Ts({default:"false"})],Ed.prototype,"forceToOpen",void 0),Cd([Ts({default:"false"})],Ed.prototype,"ignoreQueueownership",void 0),Cd([Ts({default:"true"})],Ed.prototype,"showTypingIndicator",void 0),Cd([Ts({default:"false"})],Ed.prototype,"showOperatorActualName",void 0),Cd([Ts({default:void 0})],Ed.prototype,"authenticationString",void 0),Cd([Ts({default:"phone"})],Ed.prototype,"channel",void 0),Cd([Ts({default:"true"})],Ed.prototype,"aknowledgeReceived",void 0),Cd([Ts({default:"false"})],Ed.prototype,"gdprEnabled",void 0),Cd([Ts({default:"false"})],Ed.prototype,"filesEnabled",void 0),Cd([Ts({default:""})],Ed.prototype,"gdprMessage",void 0),Cd([Ts({default:"false"})],Ed.prototype,"ratingEnabled",void 0),Cd([Ts({default:"false"})],Ed.prototype,"departmentsEnabled",void 0),Cd([Ts({default:"both"})],Ed.prototype,"messageDateformat",void 0),Cd([Ts({default:"both"})],Ed.prototype,"messageUserinfoFormat",void 0),Cd([Ts({default:""})],Ed.prototype,"chatIcon",void 0),Cd([Ts({default:""})],Ed.prototype,"chatLogo",void 0),Cd([Ts({default:""})],Ed.prototype,"visitorName",void 0),Cd([Ts({default:""})],Ed.prototype,"visitorEmail",void 0),Cd([Ts({default:""})],Ed.prototype,"authenticationMessage",void 0),Cd([Ts({default:Fl.t("Auth.Submit")})],Ed.prototype,"startChatButtonText",void 0),Cd([Ts({default:Fl.t("Inputs.OfflineMessageSent")})],Ed.prototype,"offlineFinishMessage",void 0),Cd([Ts({default:"none"})],Ed.prototype,"greetingVisibility",void 0),Cd([Ts({default:Fl.t("Inputs.GreetingMessage")})],Ed.prototype,"greetingMessage",void 0),Cd([Ts({default:"none"})],Ed.prototype,"greetingOfflineVisibility",void 0),Cd([Ts({default:Fl.t("Inputs.GreetingMessage")})],Ed.prototype,"greetingOfflineMessage",void 0),Cd([Ts()],Ed.prototype,"cssVariables",void 0),Cd([Cs()],Ed.prototype,"eventBus",void 0),Cd([Cs()],Ed.prototype,"loadingService",void 0),Ed=Cd([vs({i18n:Fl})],Ed);const Sd=Ed;var Td=n(2568),Od=n.n(Td);function xd(e){return!!e&&(e instanceof Gs||"function"==typeof e.lift&&"function"==typeof e.subscribe)}function Md(...e){let t=Number.POSITIVE_INFINITY,n=null,r=e[e.length-1];return Wl(r)?(n=e.pop(),e.length>1&&"number"==typeof e[e.length-1]&&(t=e.pop())):"number"==typeof r&&(t=e.pop()),null===n&&1===e.length&&e[0]instanceof Gs?e[0]:hf(t)(Yl(e,n))}const Nd=new yf(vf),Id=(()=>{function e(){return Error.call(this),this.message="Timeout has occurred",this.name="TimeoutError",this}return e.prototype=Object.create(Error.prototype),e})();function Rd(e){return e instanceof Date&&!isNaN(+e)}class kd{constructor(e,t,n,r){this.waitFor=e,this.absoluteTimeout=t,this.withObservable=n,this.scheduler=r}call(e,t){return t.subscribe(new Pd(e,this.absoluteTimeout,this.waitFor,this.withObservable,this.scheduler))}}class Pd extends sf{constructor(e,t,n,r,i){super(e),this.absoluteTimeout=t,this.waitFor=n,this.withObservable=r,this.scheduler=i,this.scheduleTimeout()}static dispatchTimeout(e){const{withObservable:t}=e;e._unsubscribeAndRecycle(),e.add(of(t,new rf(e)))}scheduleTimeout(){const{action:e}=this;e?this.action=e.schedule(this,this.waitFor):this.add(this.action=this.scheduler.schedule(Pd.dispatchTimeout,this.waitFor,this))}_next(e){this.absoluteTimeout||this.scheduleTimeout(),super._next(e)}_unsubscribe(){this.action=void 0,this.scheduler=null,this.withObservable=null}}function Dd(e,t=Nd){return function(e,t,n=Nd){return r=>{let i=Rd(e),s=i?+e-n.now():Math.abs(e);return r.lift(new kd(s,i,t,n))}}(e,La(new Id),t)}class Fd{constructor(e){this.predicate=e}call(e,t){return t.subscribe(new Bd(e,this.predicate))}}class Bd extends Ls{constructor(e,t){super(e),this.predicate=t,this.skipping=!0,this.index=0}_next(e){const t=this.destination;this.skipping&&this.tryCallPredicate(e),this.skipping||t.next(e)}tryCallPredicate(e){try{const t=this.predicate(e,this.index++);this.skipping=Boolean(t)}catch(e){this.destination.error(e)}}}function Ld(e,t,n){return function(r){return r.lift(new jd(e,t,n))}}class jd{constructor(e,t,n){this.nextOrObserver=e,this.error=t,this.complete=n}call(e,t){return t.subscribe(new Ud(e,this.nextOrObserver,this.error,this.complete))}}class Ud extends Ls{constructor(e,t,n,r){super(e),this._tapNext=to,this._tapError=to,this._tapComplete=to,this._tapError=n||to,this._tapComplete=r||to,Os(t)?(this._context=this,this._tapNext=t):t&&(this._context=t,this._tapNext=t.next||to,this._tapError=t.error||to,this._tapComplete=t.complete||to)}_next(e){try{this._tapNext.call(this._context,e)}catch(e){return void this.destination.error(e)}this.destination.next(e)}_error(e){try{this._tapError.call(this._context,e)}catch(e){return void this.destination.error(e)}this.destination.error(e)}_complete(){try{this._tapComplete.call(this._context)}catch(e){return void this.destination.error(e)}return this.destination.complete()}}function qd(){try{return"true"===localStorage.getItem("callus.loggerenabled")}catch(e){return!1}}function zd(e){qd()&&console.log("Request",e)}function Gd(e){qd()&&console.log("Response",e)}function Hd(e){qd()&&console.log(e)}function Vd(e){console.error("call-us:",e)}class Wd{constructor(e){this.Description=e}toGenericMessage(){const e=new _c;return e.MessageId=-1,e}}class $d{constructor(e){Object.assign(this,e)}}class Qd{constructor(e){this.messages=[],Object.assign(this,e)}}class Yd{constructor(e){this.message=e}}class Xd{constructor(e){Object.assign(this,e)}}class Kd{constructor(e){this.isTyping=!1,Object.assign(this,e)}}class Zd{static getChannelChatTyping(e){return{action:"wplc_typing",user:"user",type:Math.floor(Date.now()/1e3),cid:e.idConversation}}static getChannelChatFile(e){return{action:"wplc_upload_file",cid:e.idConversation,file:e.file}}static getChannelRequestSendChatMessage(e){return{action:"wplc_user_send_msg",cid:e.idConversation,msg:e.message}}getChannelObject(e){let t=e;return t=e instanceof Kd?Zd.getChannelChatTyping(e):e instanceof Xd?Zd.getChannelChatFile(e):e instanceof Yd?Zd.getChannelRequestSendChatMessage(e):new Wd("WP doesn't support this call"),t}getClientMessages(e){const t=new Qd;t.messages=new Array;const n=th();return Object.keys(e).forEach((r=>{var i;let s;null!=e[r].file&&(s=new Xd({fileName:e[r].file.FileName,fileLink:e[r].file.FileLink,fileState:Da.Available,fileSize:e[r].file.FileSize}));const o=new $d({id:parseInt(r,10),senderNumber:e[r].originates,senderName:"2"===e[r].originates?null!==(i=null==n?void 0:n.name)&&void 0!==i?i:"":"Support",senderBridgeNumber:"",isNew:!0,party:e[r].aid.toString(),partyNew:"",isAnonymousActive:!1,idConversation:e[r].cid.toString(),message:e[r].msg,time:new Date(e[r].added_at),file:s,isLocal:"2"===e[r].originates,code:e[r].code});t.messages.push(o)})),t}getClientObject(e,t){let n;if(n=e,void 0!==e.Data&&null!=e.Data)switch(t){case"ClientChatMessageQueue":Object.prototype.hasOwnProperty.call(e.Data,"Messages")&&(n=this.getClientMessages(e.Data.Messages))}return n}}class Jd{constructor(e){this.code="",this.image="",this.name="",Object.assign(this,e)}}class eh{constructor(e){this.portalId="",this.name="Guest",this.operator=new Bf,this.isQueue=!1,this.isPoputAvailable=!1,this.isChatEnabled=!1,this.isAvailable=!1,this.chatUniqueCode=-1,this.clientId="",this.chatSessionCode="",this.chatStatusCode=-1,this.chatSecret="",this.authorized=!1,this.dictionary={},this.country=new Jd,Object.assign(this,e)}}function th(){const e=localStorage.getItem("ChatData");return e?new eh(JSON.parse(e)):void 0}class nh{constructor(e,t,n){this.endpoint=e,this.fileEndpoint=t,this.sessionId=n,this.messages$=new Qs,this.sessionState=Ra.Connected,this.supportsWebRTC=!1,this.serverProvideSystemMessages=!0,this.supportUnicodeEmoji=!1,this.dataMapper=new Zd}getSessionUniqueCode(){return parseInt(this.sessionId,10)}fileEndPoint(e){return""!==e?e:this.fileEndpoint}emojiEndpoint(){return this.fileEndpoint+"/images/emojis/32/"}get(e,t=!0){var n,r;zd(e);const i=t?this.dataMapper.getChannelObject(e.data):e.data;if(!(i instanceof Wd)){let t,s={};const o=th();return e.containsFile?(t=new FormData,t.append("security",null!==(r=null==o?void 0:o.chatSecret)&&void 0!==r?r:""),Object.entries(i).forEach((([e,n])=>{"containsFile"!==e&&t.append(e,n)}))):(s={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},t=new URLSearchParams,t.set("security",null!==(n=null==o?void 0:o.chatSecret)&&void 0!==n?n:""),Object.entries(i).forEach((([e,n])=>{"containsFile"!==e&&t.set(e,n)}))),Ll(this.endpoint,{headers:s,method:"POST",credentials:"include",body:t}).pipe(af((e=>e.json())),Xs((e=>{const t=e;return Gd(t),t})))}const s=new Error("Not implemented on this channel");return s.name="NotImplemented",La(s)}}class rh{constructor(e){Object.assign(this,e)}}class ih{constructor(e){Object.assign(this,e)}}class sh{constructor(e){Object.assign(this,e)}}class oh{constructor(e){Object.assign(this,e)}}class ah{constructor(){this.LastReceived=""}getInfo(e,t){const n=th(),r=n?n.chatSessionCode:Hl(12),i=new URLSearchParams;return i.set("action","wplc_init_session"),i.set("security","NoToken"),i.set("wplcsession",r),i.set("wplc_is_mobile","false"),this.wordpressAjaxCall(e,i).pipe(Xs((e=>{var t;return new eh({isAvailable:e.Data.available,isChatEnabled:e.Data.enabled,chatUniqueCode:e.Data.cid,chatSessionCode:r,chatStatusCode:e.Status,name:e.Data.name,operator:new Bf({name:e.Data.operator.Name,emailTag:e.Data.operator.EmailTag,image:null!==(t=e.Data.operator.Image)&&void 0!==t?t:""}),chatSecret:e.Data.nonce,portalId:e.Data.portal_id,dictionary:e.Data.dictionary,country:e.Data.country,customFields:e.Data.custom_fields.map((e=>new ih({id:e.id,name:e.name,type:e.type,defaultText:"TEXT"===e.type?e.values:"",options:"DROPDOWN"===e.type?e.values:[]}))),departments:e.Data.departments.map((e=>new rh({id:e.id,name:e.name})))})})),Ld((e=>{n&&n.chatUniqueCode===e.chatUniqueCode?e.authorized=n.authorized:(e.authorized=!1,e.chatSessionCode=Hl(12)),localStorage.setItem("ChatData",JSON.stringify(e))})),Mf(1),ro())}startWpSession(e,t,n,r){const i=th(),s=new URLSearchParams;return s.set("action","wplc_start_chat"),s.set("email",void 0!==e.email?e.email:""),s.set("name",void 0!==e.name?e.name:""),s.set("department",void 0!==e.department?e.department.toString():"-1"),s.set("customFields",void 0!==e.customFields?JSON.stringify(e.customFields):JSON.stringify({})),s.set("cid",i?""+(null==i?void 0:i.chatUniqueCode):""),this.wordpressAjaxCall(t,s).pipe(Xs((e=>new nh(t,n,e.Data.cid))),Ld((()=>{i&&(i.authorized=!0,localStorage.setItem("ChatData",JSON.stringify(i)))})),Mf(1),ro())}setExternalSession(e,t){const n=th(),r=new URLSearchParams;return r.set("action","wplc_register_external_session"),r.set("ext_session",t),r.set("cid",n?""+(null==n?void 0:n.chatUniqueCode):""),this.wordpressAjaxCall(e,r)}closeWpSession(e){return this.getChatData().pipe(Xs((e=>{const t=new URLSearchParams;return t.set("action","wplc_user_close_chat"),t.set("cid",e.chatUniqueCode.toString()),t.set("status",e.chatStatusCode.toString()),t})),af((t=>this.wordpressAjaxCall(e,t))),Xs((()=>!0)),Mf(1),ro())}resetWpSession(e){return this.getChatData().pipe(Xs((e=>{const t=new URLSearchParams;return t.set("action","wplc_user_reset_session"),t.set("cid",e.chatUniqueCode.toString()),t})),af((t=>{let n=this.wordpressAjaxCall(e,t);const r=t.get("cid");return null!==r&&parseInt(r,10)>0&&(n=Xl(!0)),n})),Xs((()=>!0)),Mf(1),ro())}getChatData(){return new Gs((e=>{const t=th();t?(e.next(t),e.complete()):e.error("Component hasn't initialized properly")}))}getChatMessages(e,t){return this.getChatData().pipe(Xs((e=>{const n=new URLSearchParams;return n.set("action",t),n.set("cid",e.chatUniqueCode.toString()),n.set("wplc_name",void 0!==e.name?e.name:""),n.set("wplc_email",void 0!==e.email?e.email:""),n.set("status",e.chatStatusCode.toString()),n.set("wplcsession",e.chatSessionCode),n.set("wplc_is_mobile","false"),n.set("short_poll","false"),void 0!==this.LastReceived&&n.set("last_informed",this.LastReceived),n})),af((t=>this.wordpressAjaxCall(e.endpoint,t))))}createMySession(e,t,n,r,i){if(this.isAuthorized()){const t=th();t&&(e={email:t.email,name:t.name,department:t.department})}return this.startWpSession(e,n,r,i).pipe(Pf((e=>Xl(za(zl(e))))))}dropSession(e,t,n){return n?this.closeWpSession(e).pipe(Ld((()=>{this.cleanLocalChatData()}))):this.resetWpSession(e).pipe(Ld((()=>{this.cleanLocalChatData()})))}cleanLocalChatData(){return localStorage.removeItem("ChatData"),!0}sendSingleCommand(e,t,n){const r=new URLSearchParams;return r.set("action",ah.mapObjectToAction(n)),Object.entries(n.data).forEach((([e,t])=>{r.set(e,t)})),this.wordpressAjaxCall(e,r)}isAuthorized(){let e=!1;const t=th();return t&&(e=t.authorized),e}setAuthentication(e){var t;const n=null!==(t=th())&&void 0!==t?t:new eh;n.email=e.email,n.name=e.name,n.department=e.department,localStorage.setItem("ChatData",JSON.stringify(n))}wordpressAjaxCall(e,t){const n=th();return n&&t.set("security",n.chatSecret),Ll(e,{headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},credentials:"include",method:"POST",body:t}).pipe(af((e=>e.json())),af((e=>e.ErrorFound?La(e.ErrorMessage):Xl({Data:e.Data,Status:e.Status}))),Pf((e=>(console.log(e),La(e)))))}static mapObjectToAction(e){let t="";return e instanceof sh?t="wplc_send_offline_msg":e instanceof oh&&(t="wplc_rate_chat"),t}}const ch={"*\\0/*":"1f646","*\\O/*":"1f646","-___-":"1f611",":'-)":"1f602","':-)":"1f605","':-D":"1f605",">:-)":"1f606","':-(":"1f613",">:-(":"1f620",":'-(":"1f622","O:-)":"1f607","0:-3":"1f607","0:-)":"1f607","0;^)":"1f607","O;-)":"1f607","0;-)":"1f607","O:-3":"1f607","-__-":"1f611",":-Þ":"1f61b","</3":"1f494",":')":"1f602",":-D":"1f603","':)":"1f605","'=)":"1f605","':D":"1f605","'=D":"1f605",">:)":"1f606",">;)":"1f606",">=)":"1f606",";-)":"1f609","*-)":"1f609",";-]":"1f609",";^)":"1f609","':(":"1f613","'=(":"1f613",":-*":"1f618",":^*":"1f618",">:P":"1f61c","X-P":"1f61c",">:[":"1f61e",":-(":"1f61e",":-[":"1f61e",">:(":"1f620",":'(":"1f622",";-(":"1f622",">.<":"1f623","#-)":"1f635","%-)":"1f635","X-)":"1f635","\\0/":"1f646","\\O/":"1f646","0:3":"1f607","0:)":"1f607","O:)":"1f607","O=)":"1f607","O:3":"1f607","B-)":"1f60e","8-)":"1f60e","B-D":"1f60e","8-D":"1f60e","-_-":"1f611",">:\\":"1f615",">:/":"1f615",":-/":"1f615",":-.":"1f615",":-P":"1f61b",":Þ":"1f61b",":-b":"1f61b",":-O":"1f62e",O_O:"1f62e",">:O":"1f62e",":-X":"1f636",":-#":"1f636",":-)":"1f642","(y)":"1f44d","<3":"2764",":D":"1f603","=D":"1f603",";)":"1f609","*)":"1f609",";]":"1f609",";D":"1f609",":*":"1f618","=*":"1f618",":(":"1f61e",":[":"1f61e","=(":"1f61e",":@":"1f620",";(":"1f622","D:":"1f628",":$":"1f633","=$":"1f633","#)":"1f635","%)":"1f635","X)":"1f635","B)":"1f60e","8)":"1f60e",":/":"1f615",":\\":"1f615","=/":"1f615","=\\":"1f615",":L":"1f615","=L":"1f615",":P":"1f61b","=P":"1f61b",":b":"1f61b",":O":"1f62e",":X":"1f636",":#":"1f636","=X":"1f636","=#":"1f636",":)":"1f642","=]":"1f642","=)":"1f642",":]":"1f642"},lh=new RegExp("<object[^>]*>.*?</object>|<span[^>]*>.*?</span>|<(?:object|embed|svg|img|div|span|p|a)[^>]*>|((\\s|^)(\\*\\\\0\\/\\*|\\*\\\\O\\/\\*|\\-___\\-|\\:'\\-\\)|'\\:\\-\\)|'\\:\\-D|\\>\\:\\-\\)|>\\:\\-\\)|'\\:\\-\\(|\\>\\:\\-\\(|>\\:\\-\\(|\\:'\\-\\(|O\\:\\-\\)|0\\:\\-3|0\\:\\-\\)|0;\\^\\)|O;\\-\\)|0;\\-\\)|O\\:\\-3|\\-__\\-|\\:\\-Þ|\\:\\-Þ|\\<\\/3|<\\/3|\\:'\\)|\\:\\-D|'\\:\\)|'\\=\\)|'\\:D|'\\=D|\\>\\:\\)|>\\:\\)|\\>;\\)|>;\\)|\\>\\=\\)|>\\=\\)|;\\-\\)|\\*\\-\\)|;\\-\\]|;\\^\\)|'\\:\\(|'\\=\\(|\\:\\-\\*|\\:\\^\\*|\\>\\:P|>\\:P|X\\-P|\\>\\:\\[|>\\:\\[|\\:\\-\\(|\\:\\-\\[|\\>\\:\\(|>\\:\\(|\\:'\\(|;\\-\\(|\\>\\.\\<|>\\.<|#\\-\\)|%\\-\\)|X\\-\\)|\\\\0\\/|\\\\O\\/|0\\:3|0\\:\\)|O\\:\\)|O\\=\\)|O\\:3|B\\-\\)|8\\-\\)|B\\-D|8\\-D|\\-_\\-|\\>\\:\\\\|>\\:\\\\|\\>\\:\\/|>\\:\\/|\\:\\-\\/|\\:\\-\\.|\\:\\-P|\\:Þ|\\:Þ|\\:\\-b|\\:\\-O|O_O|\\>\\:O|>\\:O|\\:\\-X|\\:\\-#|\\:\\-\\)|\\(y\\)|\\<3|<3|\\:D|\\=D|;\\)|\\*\\)|;\\]|;D|\\:\\*|\\=\\*|\\:\\(|\\:\\[|\\=\\(|\\:@|;\\(|D\\:|\\:\\$|\\=\\$|#\\)|%\\)|X\\)|B\\)|8\\)|\\:\\/|\\:\\\\|\\=\\/|\\=\\\\|\\:L|\\=L|\\:P|\\=P|\\:b|\\:O|\\:X|\\:#|\\=X|\\=#|\\:\\)|\\=\\]|\\=\\)|\\:\\])(?=\\s|$|[!,.?]))","gi");function fh(e){return e.replace(lh,((e,t,n,r)=>{if(void 0===r||""===r||!(r in ch))return e;return n+function(e){if(e.indexOf("-")>-1){const t=[],n=e.split("-");for(let e=0;e<n.length;e+=1){let r=parseInt(n[e],16);if(r>=65536&&r<=1114111){const e=Math.floor((r-65536)/1024)+55296,t=(r-65536)%1024+56320;r=String.fromCharCode(e)+String.fromCharCode(t)}else r=String.fromCharCode(r);t.push(r)}return t.join("")}const t=parseInt(e,16);if(t>=65536&&t<=1114111){const e=Math.floor((t-65536)/1024)+55296,n=(t-65536)%1024+56320;return String.fromCharCode(e)+String.fromCharCode(n)}return String.fromCharCode(t)}(ch[r=r].toUpperCase())}))}class uh{constructor(e){Object.assign(this,e)}}class dh{constructor(e){this.items=e}}class hh{constructor(e){Object.assign(this,e)}}class ph{getClientChatTyping(e){return new Kd({party:e.Party,user:e.User,idConversation:e.IdConversation,isTyping:!0,time:new Date})}getClientChatFileState(e){switch(e){case Za.CF_Uploading:return Da.Uploading;case Za.CF_Available:return Da.Available;default:return Da.Deleted}}getClientFile(e){const t=new Xd;return t.fileName=e.FileName,t.fileLink=e.FileLink,t.progress=e.Progress,t.hasPreview=e.HasPreview,t.fileSize=e.FileSize,t.fileState=this.getClientChatFileState(e.FileState),t}getClientMessage(e){return new $d({id:e.Id,senderNumber:e.SenderNumber,senderName:e.SenderName,senderBridgeNumber:e.SenderBridgeNumber,isNew:e.IsNew,party:e.Party,partyNew:e.PartyNew,isAnonymousActive:e.IsAnonymousActive,idConversation:e.IdConversation.toString(10),recipient:new hh({bridgeNumber:e.Recipient.BridgeNumber,email:e.Recipient.Email,extNumber:e.Recipient.ExtNumber,name:e.Recipient.Name}),message:e.Message,time:new Date(e.Time.Year,e.Time.Month-1,e.Time.Day,e.Time.Hour,e.Time.Minute,e.Time.Second),file:void 0!==e.File?this.getClientFile(e.File):void 0,isLocal:"webrtc"===e.SenderBridgeNumber})}getClientChatTransferOperator(e){const t=e.PartyInfo.Recipients.find((e=>!e.IsAnonymousActive&&!e.IsRemoved));return t?new Bf({name:t.Recipient.Name,emailTag:void 0!==t.Recipient.Email&&""!==t.Recipient.Email?Od()(t.Recipient.Email):"default",image:void 0!==t.Recipient.Contact?t.Recipient.Contact.ContactImage:""}):new Bf}getClientMessageQueue(e){return new Qd({messages:e.Messages.map((e=>this.getClientMessage(e)))})}getClientChatFileProgress(e){return new uh({id:e.Id,party:e.Party,file:this.getClientFile(e.File),idConversation:e.IdConversation})}getClientObject(e){let t=e;return e instanceof yc?t=this.getClientChatTyping(e):e instanceof lc?t=this.getClientMessageQueue(e):e instanceof sc?t=this.getClientMessage(e):e instanceof ac?t=this.getClientChatFileProgress(e):e instanceof uc&&(t=this.getClientChatTransferOperator(e)),t}getChannelChatTyping(e){return new yc({Party:e.party,User:e.user,IdConversation:e.idConversation})}getChannelChatFileState(e){switch(e){case Da.Uploading:return Za.CF_Uploading;case Da.Available:return Za.CF_Available;default:return Za.CF_Deleted}}getChannelDateTime(e){return new tc({Year:e.getFullYear(),Month:e.getMonth(),Day:e.getDay(),Hour:e.getHours(),Minute:e.getMinutes(),Second:e.getSeconds()})}getChannelChatFile(e){return new oc({FileName:e.fileName,FileLink:e.fileLink,Progress:e.progress,HasPreview:e.hasPreview,FileSize:e.fileSize,FileState:this.getChannelChatFileState(e.fileState)})}getChannelChatMessage(e){return new sc({Id:e.id,SenderNumber:e.senderNumber,SenderName:e.senderName,SenderBridgeNumber:e.senderBridgeNumber,IsNew:e.isNew,Party:e.party,PartyNew:e.partyNew,IsAnonymousActive:e.isAnonymousActive,IdConversation:parseInt(e.idConversation,10),Recipient:this.getChannelRecipient(e.recipient),Message:e.message,Time:this.getChannelDateTime(e.time),File:void 0!==e.file?this.getChannelChatFile(e.file):void 0})}getChannelRecipient(e){return new ic({BridgeNumber:e.bridgeNumber,Email:e.email,ExtNumber:e.extNumber,Name:e.name})}getChannelChatMessageQueue(e){return new lc({Messages:e.messages.map((e=>this.getChannelChatMessage(e)))})}getChannelRequestSendChatMessage(e){return new cc({Message:e.message})}getChannelRequestSetChatReceived(e){return new fc({Items:e.items})}getChannelOfflineMessage(e){return new cc({Message:fh(`Offline Message:\n\nName: ${e.data.name}\nEmail: ${e.data.email}\nPhone: ${e.data.phone}\nContent: ${e.data.message}`)})}getChannelObject(e){let t=new rc;return e instanceof Kd?t=this.getChannelChatTyping(e):e instanceof Qd?t=this.getChannelChatMessageQueue(e):e instanceof Yd?t=this.getChannelRequestSendChatMessage(e):e instanceof dh?t=this.getChannelRequestSetChatReceived(e):e instanceof sh?t=this.getChannelOfflineMessage(e):e instanceof class{constructor(e,t){this.idConversation=e,this.action=t}}&&(t=new Wd("PBX doesn't support this call")),t}}class mh{static Merge(e,t){return t.Action===Ka.FullUpdate||t.Action===Ka.Updated?mh.MergePlainObject(e,t):t.Action||Object.assign(e,t),e}static notify(e,t){const n=Reflect.get(e,t.toString()+"$");void 0!==n&&n.next(Reflect.get(e,t))}static MergePlainObject(e,t){void 0!==e&&Reflect.ownKeys(t).filter((e=>"Action"!==e&&"Id"!==e)).forEach((n=>{const r=Reflect.get(t,n),i=Reflect.get(e,n);if(void 0!==r){if(r instanceof Array){const t=r;if(0===t.length)return;if(t[0]instanceof Object){const r={};(i||[]).forEach((e=>{r[e.Id]=e})),t.forEach((e=>{const t=e.Id,n=r[t];switch(e.Action){case Ka.Deleted:delete r[t];break;case Ka.FullUpdate:r[t]=e;break;case Ka.Inserted:case Ka.Updated:r[t]=void 0===n?e:mh.Merge(n,e)}})),Reflect.set(e,n,Object.values(r))}else Reflect.set(e,n,r)}else r instanceof Object?Reflect.set(e,n,void 0===i?r:mh.Merge(i,r)):Reflect.set(e,n,r);mh.notify(e,n)}}))}}class gh{constructor(e,t,n){this.sessionId=n,this.messages$=new Qs,this.webRTCEndpoint=new hc,this.webRTCEndpoint$=new Of,this.sessionState=Ra.Connected,this.pbxEndpoint=e,this.endpoint=ql(e,"/MyPhone/MPWebService.asmx"),this.fileEndpoint=ql(t,"/MyPhone/downloadChatFile/"),this.supportsWebRTC=!0,this.webRTCEndpoint$.next(this.webRTCEndpoint),this.dataMapper=new ph,this.serverProvideSystemMessages=!0,this.chatConversationId=0}getSessionUniqueCode(){return this.chatConversationId}onWebRtcEndpoint(e){this.webRTCEndpoint=mh.Merge(this.webRTCEndpoint,e),this.webRTCEndpoint$.next(this.webRTCEndpoint)}fileEndPoint(e){return`${this.fileEndpoint}${e}?sessionId=${this.sessionId}`}emojiEndpoint(){return this.pbxEndpoint+"/webclient/assets/emojione/32/"}get(e,t=!0){zd(e);const n=t?this.dataMapper.getChannelObject(e.data):e.data;if(!(n instanceof Wd))return Ll(this.endpoint,{headers:{"Content-Type":"application/octet-stream",MyPhoneSession:this.sessionId},method:"POST",body:_c.encode(n.toGenericMessage()).finish()}).pipe(af((e=>e.arrayBuffer())),Xs((e=>{const t=jl(e);if(Gd(t),t instanceof rc&&!t.Success){const e=new Error(t.Message||"Received unsuccessful ack for "+n.constructor.name);throw e.state=t.ErrorType,e}return t})));const r=new Error("Not implemented on this channel");return r.name="NotImplemented",La(r)}}class vh{constructor(e){this.containsFile=!1,this.data=e}}class bh{constructor(e){this.sessionUniqueCode=-1,this.status=Ba.BROWSE,Object.assign(this,e)}}class yh{constructor(){this.AddpTimeoutMs=2e4,this.ProtocolVersion="1.9",this.ClientVersion="1.0",this.ClientInfo="3CX Callus",this.User="click2call",this.wpChannel=new ah}createClick2CallSession(e,t,n,r){let i=ql(t,"/MyPhone/c2clogin?c2cid="+encodeURIComponent(r));return e.email&&(i+="&email="+encodeURIComponent(e.email)),e.name&&(i+="&displayname="+encodeURIComponent(e.name)),e.phone&&(i+="&phone="+encodeURIComponent(e.phone)),Ll(i).pipe(af((e=>e.json())),Xs((e=>e.sessionId)),Pf((e=>e instanceof Response&&404===e.status?La(Fl.t("Inputs.InvalidIdErrorMessage").toString()):La(e))),af((e=>this.login(t,n,e))))}login(e,t,n){const r=new gh(e,t,n),i=new vh(new Ja({ProtocolVersion:this.ProtocolVersion,ClientVersion:this.ClientVersion,ClientInfo:this.ClientInfo,User:this.User,Password:""})),s=r.get(i,!1);return xd(s)?s.pipe(af((e=>e.Nonce?(i.data.Password=Od()(""+e.Nonce).toUpperCase(),r.get(i,!1)):La(e.ValidationMessage))),Xs((t=>(r.notificationChannelEndpoint=ql(`${"https:"===window.location.protocol?"wss:":"ws:"}${e.replace("http:","").replace("https:","")}`,`/ws/webclient?sessionId=${encodeURIComponent(n)}&pass=${encodeURIComponent(Od()(""+t.Nonce).toUpperCase())}`),r)))):La("Invalid channel setup")}createNotificationChannel(e){return new Gs((t=>{const n=new WebSocket(e.notificationChannelEndpoint);return n.binaryType="arraybuffer",n.onmessage=e=>t.next(e.data),n.onerror=e=>t.error(e),()=>n.close()})).pipe(Dd(this.AddpTimeoutMs),Ga((e=>"ADDP"!==e)),(n=e=>"START"!==e,e=>e.lift(new Fd(n))),Ld((e=>{this.setAuthorized()})),ff((t=>{if("START"===t){const t=new vh(new nc),n=new vh(new bc({register:!0}));return Md(e.get(t,!1),e.get(n,!1)).pipe(Ga((e=>!(e instanceof rc))))}if("NOT AUTH"===t||"STOP"===t){const t=new bh({sessionUniqueCode:e.getSessionUniqueCode(),status:Ba.ENDED_BY_AGENT});e.messages$.next(t)}const n=jl(t);return Xl(e.dataMapper.getClientObject(n))}),t,1),ho());var t,n}processMyPhoneMessages(e,t){let n=!1;return new Gs((r=>t.subscribe((t=>{Hd(t),!n&&t instanceof hc&&(r.next(e),n=!0),t instanceof hc&&e.onWebRtcEndpoint(t);const i=e.dataMapper.getClientObject(t);if(t instanceof Qd){if(0===e.chatConversationId&&t.messages.length>0){e.chatConversationId=parseInt(t.messages[0].idConversation,10);const n=new bh;n.sessionUniqueCode=parseInt(t.messages[0].idConversation,10),n.status=Ba.ACTIVE}i.messages=t.messages.filter((e=>!e.isLocal))}e.messages$.next(i)}),(e=>r.error(e)),(()=>r.complete()))))}createMySession(e,t,n,r,i){return this.createClick2CallSession(e,n,r,i).pipe(af((e=>this.processMyPhoneMessages(e,this.createNotificationChannel(e)))),Pf((e=>Xl(za(zl(e))))))}dropSession(e,t,n){var r;return null!==(null!==(r=th())&&void 0!==r?r:null)&&localStorage.removeItem("ChatData"),Xl(!0)}sendSingleCommand(e,t,n){return this.createClick2CallSession(n.auth,t,"",n.party).pipe(af((e=>{const t=new vh(n),r=e.get(t,!0);return xd(r)?r.pipe(af((()=>{const t=new vh(new ec);return e.get(t,!1)}))):La("Invalid channel setup")})))}isAuthorized(){var e;const t=null!==(e=th())&&void 0!==e?e:null;return null!==t&&t.authorized}setAuthentication(e){var t;const n=null!==(t=th())&&void 0!==t?t:new eh;n.email=e.email,n.name=e.name,this.checkIfPopoutOpening()&&this.setAuthorized(n),localStorage.setItem("ChatData",JSON.stringify(n))}getInfo(e,t){const n=new URLSearchParams;n.set("action","wplc_get_general_info"),n.set("security","NoToken");const r=new eh;let i;return i=""!==e?this.wpChannel.wordpressAjaxCall(e,n).pipe(Ld((e=>{r.dictionary=e.Data.dictionary})),af((()=>Ll(t)))):Ll(t),i.pipe(af((e=>e.json())),Ld((e=>{const n=Ul(t),i=e.profilePicture?e.profilePicture:"";r.isAvailable=e.isAvailable,r.isChatEnabled=!Object.prototype.hasOwnProperty.call(e,"isChatEnabled")||e.isChatEnabled,r.isPoputAvailable=e.isPoputAvailable,r.isQueue=e.isQueue,r.operator=new Bf,r.operator.name=r.isQueue?"":e.name,r.operator.image=i?`//${n.host}${i}`:"",r.chatUniqueCode=-1})),Xs((()=>r)),Mf(1),ro())}setAuthorized(e=null){var t;null===e&&(e=null!==(t=th())&&void 0!==t?t:new eh),e.authorized=!0,localStorage.setItem("ChatData",JSON.stringify(e))}checkIfPopoutOpening(){let e=!1;return window.performance&&performance.navigation?e=performance.navigation.type===performance.navigation.TYPE_NAVIGATE:window.performance&&window.performance.getEntriesByType&&(e="navigate"===window.performance.getEntriesByType("navigation")[0].entryType),e}}function _h(e=0,t=Nd){var n;return(Rs(n=e)||!(n-parseFloat(n)+1>=0)||e<0)&&(e=0),t&&"function"==typeof t.schedule||(t=Nd),new Gs((n=>(n.add(t.schedule(Ah,e,{subscriber:n,counter:0,period:e})),n)))}function Ah(e){const{subscriber:t,counter:n,period:r}=e;t.next(n),this.schedule({subscriber:t,counter:n+1,period:r},r)}function wh(e,t,n){let r;return r=e&&"object"==typeof e?e:{bufferSize:e,windowTime:t,refCount:!1,scheduler:n},e=>e.lift(function({bufferSize:e=Number.POSITIVE_INFINITY,windowTime:t=Number.POSITIVE_INFINITY,refCount:n,scheduler:r}){let i,s,o=0,a=!1,c=!1;return function(l){let f;o++,!i||a?(a=!1,i=new Of(e,t,r),f=i.subscribe(this),s=l.subscribe({next(e){i.next(e)},error(e){a=!0,i.error(e)},complete(){c=!0,s=void 0,i.complete()}})):f=i.subscribe(this),this.add((()=>{o--,f.unsubscribe(),s&&!c&&n&&0===o&&(s.unsubscribe(),s=void 0,i=void 0)}))}}(r))}class Ch{constructor(e){this.notifier=e}call(e,t){const n=new Eh(e),r=of(this.notifier,new rf(n));return r&&!n.seenValue?(n.add(r),t.subscribe(n)):n}}class Eh extends sf{constructor(e){super(e),this.seenValue=!1}notifyNext(){this.seenValue=!0,this.complete()}notifyComplete(){}}function Sh(e,t=Nd){const n=Rd(e)?+e-t.now():Math.abs(e);return e=>e.lift(new Th(n,t))}class Th{constructor(e,t){this.delay=e,this.scheduler=t}call(e,t){return t.subscribe(new Oh(e,this.delay,this.scheduler))}}class Oh extends Ls{constructor(e,t,n){super(e),this.delay=t,this.scheduler=n,this.queue=[],this.active=!1,this.errored=!1}static dispatch(e){const t=e.source,n=t.queue,r=e.scheduler,i=e.destination;for(;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){const t=Math.max(0,n[0].time-r.now());this.schedule(e,t)}else this.unsubscribe(),t.active=!1}_schedule(e){this.active=!0;this.destination.add(e.schedule(Oh.dispatch,this.delay,{source:this,destination:this.destination,scheduler:e}))}scheduleNotification(e){if(!0===this.errored)return;const t=this.scheduler,n=new xh(t.now()+this.delay,e);this.queue.push(n),!1===this.active&&this._schedule(t)}_next(e){this.scheduleNotification(Ef.createNext(e))}_error(e){this.errored=!0,this.queue=[],this.destination.error(e),this.unsubscribe()}_complete(){this.scheduleNotification(Ef.createComplete()),this.unsubscribe()}}class xh{constructor(e,t){this.time=e,this.notification=t}}class Mh{constructor(e,t,n){this.portalId=e,this.sessionId=t,this.clientId=n}getChannelRequestSendChatMessage(e){return{action:"request",notification:"chat",id:Yf.IdGenerator.getNext(),cid:e.idConversation,message:e.message,tick:Yf.convertDateToTicks(new Date),from:this.clientId,sid:this.sessionId,pid:this.portalId}}getChannelChatFile(e){return{action:"request",notification:"file",id:Yf.IdGenerator.getNext(),cid:e.idConversation,url:null,tick:Yf.convertDateToTicks(new Date),from:this.clientId,sid:this.sessionId,pid:this.portalId}}getChannelObject(e){let t;return t=e instanceof Yd?this.getChannelRequestSendChatMessage(e):e instanceof Kd?this.getChannelChatTyping(e):e instanceof Xd?this.getChannelChatFile(e):new Wd("MCU doesn't support this call"),t}getChannelChatTyping(e){return{action:"indication",notification:"typing",id:Yf.IdGenerator.getNext(),cid:e.idConversation,tick:Yf.convertDateToTicks(new Date),from:this.clientId,sid:this.sessionId,pid:this.portalId}}static getClientMessages(e){const t=new $d({id:e.id,senderNumber:e.from,senderName:"Support",senderBridgeNumber:"",isNew:!0,party:e.from,partyNew:"",isAnonymousActive:!1,idConversation:e.sid,message:Yf.decodeHtml(e.message),time:Yf.convertTicksToDate(e.tick),isLocal:"Client"===e.senderType,code:e.sid});return new Qd({messages:[t]})}static getClientMessageFile(e){const t=new Xd({fileName:e.name,fileLink:e.url,fileState:Da.Available,fileSize:e.size}),n=new $d({id:e.id,file:t,senderNumber:e.from,senderName:"Support",senderBridgeNumber:"",isNew:!0,party:e.from,partyNew:"",isAnonymousActive:!1,idConversation:e.sid,message:e.url,time:Yf.convertTicksToDate(e.tick),isLocal:!1,code:e.sid});return new Qd({messages:[n]})}getClientChatTyping(e){return new Kd({party:e.from,user:e.from,idConversation:e.sid,isTyping:!0,time:new Date})}getClientOperator(e){return new Bf({name:e.agent_name,emailTag:e.agent_tag})}getClientObject(e,t){let n=e;switch(t){case"ClientChatTyping":Object.prototype.hasOwnProperty.call(e,"sid")&&(n=this.getClientChatTyping(e));break;case"ClientChatMessageQueue":Object.prototype.hasOwnProperty.call(e,"message")&&(n=Mh.getClientMessages(e));break;case"ClientChatOperator":Object.prototype.hasOwnProperty.call(e,"agent_name")&&(n=this.getClientOperator(e));break;case"ClientChatMessageQueueFile":Object.prototype.hasOwnProperty.call(e,"url")&&(n=Mh.getClientMessageFile(e))}return n}}class Nh{constructor(e,t,n,r,i,s,o){this.messages$=new Qs,this.sessionState=Ra.Connected,this.endpoint=e+"/chatchannel",this.sessionId=i,this.fileEndpoint=""+n,this.supportsWebRTC=!1,this.clientId=s,this.dataMapper=new Mh(o,i,s),this.sessionState=Ra.Connected,this.serverProvideSystemMessages=!1,this.persistentSession=r}getSessionUniqueCode(){return parseInt(this.persistentSession.sessionId,10)}fileEndPoint(e){return""!==e?e:this.fileEndpoint}emojiEndpoint(){return this.persistentSession.emojiEndpoint()}get(e,t=!0){zd(e);const n=t?this.dataMapper.getChannelObject(e.data):e.data,r=this.persistentSession.get(e,t);if(null!==r)return r.pipe(Ld((t=>{if(!(n instanceof Wd))return e.containsFile&&(n.url=t.Data.FileLink,n.name=t.Data.FileName,n.size=t.Data.FileSize),this.notificationSocket.send(JSON.stringify(n)),Xl(t);const r=new Error("Not implemented on this channel");return r.name="NotImplemented",La(r)})));const i=new Error("Not implemented on this channel");return i.name="NotImplemented",La(i)}}class Ih{constructor(){this.messagesWaitingAcknowledgement$=new Qs,this.wpChannel=new ah}getInfo(e,t){return this.wpChannel.getInfo(e,t)}initMcuSocket(e){return new Gs((t=>(this.mcuSocket=new WebSocket(e),this.mcuSocket.onopen=e=>t.next("READY"),this.mcuSocket.onmessage=e=>t.next(e),this.mcuSocket.onclose=e=>{t.next(1e3!==e.code?"FAULTY_CLOSE":"CLOSE")},this.mcuSocket.onerror=e=>t.error(e),()=>this.mcuSocket.close())))}initMcuSession(e,t,n,r){const i=this.wpChannel.getChatData().pipe(wh());this.socketData$=i.pipe(af((e=>this.initMcuSocket(`${t}/chatchannel?cid=${r.getSessionUniqueCode()}&pid=${e.portalId}`))),wh());const s=this.socketData$.pipe(Ga((e=>"FAULTY_CLOSE"===e||"CLOSE"===e))),o=_h(5e3).pipe((a=s,e=>e.lift(new Ch(a))),af((()=>i)));var a;const c=this.socketData$.pipe(Ga((e=>"READY"===e)),Ld((t=>{o.subscribe((t=>{const n=new Date,i=Yf.convertDateToTicks(n),s={id:Yf.IdGenerator.getNext(),action:"indication",notification:"keepalive",tick:i,pid:t.portalId,cid:r.getSessionUniqueCode(),sid:t.chatSessionCode,name:e.name};this.mcuSocket.send(JSON.stringify(s))}))})),af((e=>i))),l=this.socketData$.pipe(Xs((e=>void 0!==e.data?JSON.parse(e.data):e)),Ga((e=>Object.prototype.hasOwnProperty.call(e,"notification")&&"login_client"===e.notification&&Object.prototype.hasOwnProperty.call(e,"action")&&"reply"===e.action)));return c.subscribe((t=>{const n=new Date,i=Yf.convertDateToTicks(n),s={id:Yf.IdGenerator.getNext(),action:"request",notification:"login",tick:i,pid:t.portalId,cid:r.getSessionUniqueCode(),sid:t.chatSessionCode,country:t.country,departmentid:void 0!==e.department?e.department.toString():"-1",name:e.name,email:e.email};this.mcuSocket.send(JSON.stringify(s))})),l.pipe(Ld((e=>{i.subscribe((t=>{t.chatSessionCode=e.sid,t.clientId=e.key,localStorage.setItem("ChatData",JSON.stringify(t))}))})),af((()=>i)),af((e=>{const i=new Nh(t,n,"",r,e.chatSessionCode,e.clientId,e.portalId);return i.notificationSocket=this.mcuSocket,Xl(i)})),Ld((e=>{s.pipe(Ga((e=>"FAULTY_CLOSE"===e))).subscribe((t=>{e.messages$.next("ReConnect")}))})))}createNotificationChannel(e){return pf(this.wpChannel.getChatMessages(e.persistentSession,"wplc_chat_history").pipe(Xs((e=>(e.source="wpHistory",e)))),this.socketData$.pipe(Xs((e=>{if(void 0!==e.data){const t=JSON.parse(e.data);return t.source="socketMessages",t}return e}))))}processMessages(e,t){let n=!1;return new Gs((r=>t.subscribe((t=>{if(Hd(t),n||(r.next(e),n=!0),"wpHistory"===t.source){const n=e.persistentSession.dataMapper.getClientObject(t,"ClientChatMessageQueue");n instanceof Qd&&n.messages.length>0&&e.messages$.next(n)}else if("chat"===t.action){if("agent_join"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatOperator");e.messages$.next(n)}else if("text"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatMessageQueue");e.messages$.next(n)}else if("file"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatMessageQueueFile");e.messages$.next(n)}}else if("indication"===t.action)if("end"===t.notification){const n=new bh({sessionUniqueCode:e.getSessionUniqueCode(),status:t.data.Status});e.messages$.next(n)}else if("UpdateChat"===t.notification){const n=new bh({sessionUniqueCode:e.getSessionUniqueCode(),status:t.data.status});e.messages$.next(n)}else if("typing"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatTyping");if(n.isTyping){const t=n;e.messages$.next(t)}}}),(e=>r.error(e)),(()=>r.complete()))))}createMySession(e,t,n,r,i){if(this.isAuthorized()){const t=th();t&&(e={email:t.email,name:t.name,department:t.department})}return this.wpChannel.startWpSession(e,t,r,i).pipe(af((r=>this.initMcuSession(e,n,t,r))),af((e=>this.wpChannel.setExternalSession(t,e.sessionId).pipe(Xs((t=>e))))),af((e=>this.processMessages(e,this.createNotificationChannel(e)))),Pf((s=>Xl(s).pipe(Sh(5e3),af((s=>"Wrong Chat id"===s?Xl(za("Chat session not found please try again.")):this.createMySession(e,t,n,r,i)))))))}dropSession(e,t,n){return n&&this.wpChannel.getChatData().subscribe((e=>{const t={action:"indication",notification:"end",id:Yf.IdGenerator.getNext(),tick:Yf.convertDateToTicks(new Date),from:e.clientId,sid:e.chatSessionCode,pid:e.portalId,status:15};this.mcuSocket.send(JSON.stringify(t))})),void 0!==this.mcuSocket&&this.mcuSocket.close(),this.wpChannel.dropSession(e,t,n)}sendSingleCommand(e,t,n){return this.wpChannel.sendSingleCommand(e,t,n)}isAuthorized(){return this.wpChannel.isAuthorized()}setAuthentication(e){this.wpChannel.setAuthentication(e)}}function Rh(e){var t;if("phone"===e.channel)e.channelType=Ad.Phone,e.currentChannel=new yh,e.info$=e.currentChannel.getInfo(e.wpUrl,ql(null!==(t=e.channelUrl)&&void 0!==t?t:e.phonesystemUrl,"/MyPhone/c2cinfo?c2cid="+encodeURIComponent(e.party)));else{if("mcu"!==e.channel)throw new Error("No channel available named "+e.channel);e.channelType=Ad.MCU,e.currentChannel=new Ih,e.info$=e.currentChannel.getInfo(e.wpUrl,e.channelUrl)}}class kh{constructor(e){this.remoteStream$=new Of(1),this.isActive=!1,this.isMuted=!1,this.isVideoCall=!1,this.isVideoReceived=!1,this.toneSend$=Af,this.isNegotiationInProgress=!1,Object.assign(this,e)}get isVideoSend(){return!!this.video}}const Ph=new kh({lastWebRTCState:new gc({sdpType:pc.WRTCInitial,holdState:mc.WebRTCHoldState_NOHOLD})});function Dh(e,t){let n=!1;return arguments.length>=2&&(n=!0),function(r){return r.lift(new Fh(e,t,n))}}class Fh{constructor(e,t,n=!1){this.accumulator=e,this.seed=t,this.hasSeed=n}call(e,t){return t.subscribe(new Bh(e,this.accumulator,this.seed,this.hasSeed))}}class Bh extends Ls{constructor(e,t,n,r){super(e),this.accumulator=t,this._seed=n,this.hasSeed=r,this.index=0}get seed(){return this._seed}set seed(e){this.hasSeed=!0,this._seed=e}_next(e){if(this.hasSeed)return this._tryNext(e);this.seed=e,this.destination.next(e)}_tryNext(e){const t=this.index++;let n;try{n=this.accumulator(this.seed,e,t)}catch(e){this.destination.error(e)}this.seed=n,this.destination.next(n)}}const Lh="data:audio/mpeg;base64,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mtCFf///+xDECgBDOAMQoARAAK+AYbQQiAD61IBU+IIABAwJJ4C+6z6nt1df9V3/Y5q+GOxYGSfc02ppIotcSnTL6Kf8ypaqhQ8NSpRGAg232gAAeed/7+R65f6//r/6/1P95TOa31IHZqRzGf/7EMQQgEcBeQughHfAWIBi/ACIAJEEwMqqOLQ3Nhzatfn/89ZFOVmOme49BwAAAIABwAr/T/t///////1////s9NXD6z2i+4MAADYQepbrKt9AwO3+//+Q/6H2f2MDh8DcUiu7//RZ//sQxBKABNgBEaCEQAB2gGK8AIgAWBQhWAFVgXABkACQu1P3btP//9b6v9n+3////1Y24sofjceADAAAAUDLFbHf/t///+n/c30oU78y///6bY/WW0CWTeJzzRdPqKa9vRGo/uXogFf/+xDEGYBDwAEToIRNwMKAYbQAiAD7dhqlSiRURsQoQFDh1iiKtu2qy3psGPiMdB1d/////////9+7////8XQ7NCODsi3fIgIMW5aVVKfbv3MbXGfqUijZ2al/v/pez7t5N3R/1rUxxv/7EMQbgAHEAxQAAEAAq4AiPBCJuIkT9troEdupAAB3end/+vR6kK4v1//yqf/n/84sd++B75tuI/7qRZnmXff//8z6syv7gy2m6GAQhABTLattTruc//////6v6933I//05oyqgAQA//sQxCiABmlxDaCEV8hngGKugCAAAAAFgbaCSAI5ruwExMaa5/OHQUHgca/fjQxxItIXcvktX85DmIp9Hv2e7lOb2W/0Xe5b+z/T/aAAA1SAgAAYOh0ZwKEIxKMTbuMIANNcWjNDBcT/+xDEKwAHTFcfWaGAAL4E59M6EABdOgBUQInjACIuttE414QGl5HaUwAAKgAwDACxGCSYbgjpiEDRmZIQ6fDVTZwkFQmK4MKYqAbphChjGEmCQYJ4ORgIAQLljMVER3IVxe70gBxAwP/7EMQfggdkISUd4QAg3wPlNb9wRNJpughATDhwy2DML5ZA2xvfTMcBMQhpOhMhnJQFxYJRe+7X1zDO6N+//6v9X/9Vv+3/1dgxsOMyBTVyQ8JrMk9Lw+Aejzn3EnMSAD43E7MlQTCD//sQxA+CRXgfJA37YmDdhCTpv2xM4w+PMBFYKpwTIf6PvAIgCoLmMCho6Sc9fGOivGcwqqR1LhdmI4C8binm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LAMNoARAAF2AYvQACACBAAAqq4UrvoW+l7kVNVfp//P9yOt8SOQau3OQp9JiFZEVSz/3rFksKPLFBLwAABmAEMv1////xX9X//2/9X+v+r7lpQCHcAAAAcVkAjW9v//s///7EMQHgAPoARPgBEAA1y6htBCKudPb9//Zq0JU49/6P/8UpQXv1kFgtvpAAEzKcnP5ev75/L/y/8rEY5/+v/h355T9tMZnI593oqeTnGam0///1V9nd3Om42V3WGV1RWt8YAId5O5p//sgxAaABgV9EeCEV8DKruG0EIq5xyLLz0eUvP+///zy9///yP1TL89V9P9WX/7///l9P92J2BMNe5cLXegAANuGdSPz89jqI8uf9v//8v/y/r+fThIVTnGKZB/OP7if+v///+u6rTlyjIEUSRhiWZAAAc93ql8H9ctf5ary/+X/7//7IMQLgEaxdwughFfIwq8htBCK+f/zr2uRpxkTU2UQ4E6KRBA24///f/z8tmWgMzJYKTsGlmgknik+51vNSv9f3X5Zy//3/mX/m5/9fLk95y53MlKXF+p7///4NXRn5keQGoSql4eERUcMPkAAGDFGniliMc3lh3qV+tyvZ92jsQj/+xDEDoPF2AMP4ARAAFqAIcAACbjdIqcKtSNZT25j/qryBNQkKEf//////937qZAO5JFej+v//NqSk8UCFZZLbYFpoQAAbQ9ZRjXhI96U2d6G/6P1/ygUQvjiJ5wRYtGVKuhxhUaum//7EMQVAgZ0AQughEuAOwBjvACIAHu1a4seEhIuYIAEwAAECAH/hX////1f/Wp6aiWuW+IAAWdSAA/Wd5/u6+v3l//xf/Y//8jXkfsoasnRuRHGLvI8DyWft///k6eizndbOwNwwGAJ//sQxB0ARtF9DaCEV8DGACF0EIm4Gp2Ipu92jdsf33f2ev7BNPKIkSIcf4CGBgOgc6PQ1KSZeeV/32GyJUJhEoIkENaMNbtboAAAiFqcjemxPVb6f6///encoVMJ3sUl6yDf//psuVH/+xDEEoAFDAMPoIRAALgAYfQAiAAx4VNeQb2SXbtEABjnIOi591NUjRYii5bf0fq/jn1RO21+igktSwKspMM+3/stoGAFVXZZVVVFC31gAAkzV7Wiux/Sxjfdo939qu7zbrUkqgtDzP/7EMQQgEXwAw/ghEAAooAh9BCJuCZU4YS04Kdn/rb33NNhvDf2SW28JEVMGmsoGabapD06f/0P36g6xfI00U6c/f0VJ//Y0k8DhQeq2w0tt13yAADSO2CBjF0V2vzddq/239+inXpr//sQxA2DxeQDD6CEQABJgGIAAAgAeSS2XdDfM5WVfa5Gj6OeoMk3FQD////////6PR4a0fp//0z8gKkaZXaGhkZaPWACHEhOmOY+hRJd+r7v6/7/u/36u691+uyj/p+TDTlQDQsKzKn/+xDEFgAEzAMR4ARAAKqAYjwAiAB3yQADyyBSBLkrt11ae7+r3+PpWXou798jvoQ/uQ7/9PLtOuJoAIlwiFcOBgQEKlXXjr6O///3f+z///p/R//6LxUIv/////5f6/+l0dbYuQ/0///7EMQXAwOgAxfgBEAAXYBiBAAIAPVsWgWS8dW2CVySwdIAAKzvpLeWDXc/z/3///l/fa/y8Swryfn0x+v0/wFERMOyX//89511eSihXyBkBGSDMzKPwprHPE667q37GX+xdu/Z9Wqz//sQxCYARnF1DaCEV8jggCF8EIm4IPPhkmsI4sHUBQMsW1oq0qErI5cr1bUULSTALUGwWGL////////9n/p/T/91vtIkJdxZJLN4hKSx1qnVNXRc/pu/3YszFvsXbQhE49rAiBdgSND/+xDEGYBCCAMSAABAAMMAYbQQiAD33HI1sfkP+KoEswFGGPN7tdrvugQQ14GWTvudLm6RQ+hY9Tlf6F+xn/c2cvedqum/fvr/+U0LUeWLCYIsEKqqqKG2qIBBMQHVoRTYv3j37KP9nf/7EMQigAXMAxGgBEAAmoBiPBCIAN/9nrd3ddxv9bKv/utywugACAAA/f//////V6NX/6/er//98cXAtoEklArxqO9Oqni3/9nSmEv2UX2tukEeRGPUsWT6P/o9I1TEVbqI3GpHmQAA//sQxCGAQqgDEwAAQBCTgGH0AIgAnPatdl19zNFvVX9PmdjrKaFUUsYlqDyYu1iWvYgSBdVFYt26etrFhAHBQEQy6vCu7MrXDMgEC6HrS9yHor2uo7f/u+d9X13f9lrP//o7E5CKKpL/+xDELYAGnAMLoIRAAJEAInwAiADbBYxJ4AAAtIacYbttY/088VH/2I/Wb3v0UtrDjBpFQ14wCDCrCjJ9zlPd3W6W8eXICYqLGCDAAU6swBhwCAAupVSHJZ8X+///7urUz/TUYT/////7EMQqAAbcAQughE3AgoBivBCIAP7xWYr3Ua2iWeIAAKMCDEsYkVWfoqvt/t21o0JrZvzjx1Ckqeh740XRW3UTWllqov6uxDkkBGeNms4Jq2AJgBqXUMtZd/rUyKf//1JlJPJixxBA//sQxCeARqADDaCEQACwgCG0EIm4dnjl2hMHHMJ9/9VOiXBIVBIK1f////////7vr/2f/9WFGFjevmFult9RAIeLJQNpeqxlO7a/p/3+3/s7N+xn1p/Win/0WkDwnUpVZZQFRCl0IAL/+xDEIAACFAESAABAAJcAIjQQiAADSzRZzJ/chGjmer/G+uzdqavtumVuNGypGK9F9E9kNSa3rVCg8mKhgur//////////////9mi+Au31v3jIACDfN1pPiyGp0EtHZ/u9X/T/R32M//7EMQuA8ZgAw3gBEAAMwBiwAAIAN/p//p96ExxyyNyXMAAArR6kIpvnNFtKi1atv0/u8whgnxo2tgsFSePHtFjoGCwjFXMFtSq6f1wG+MAASoPe6wC2+kAAWJPIWt6PmXYl9+j93R1//sQxDeABFQDE6CEQADXgGF0EIgA+zoZEAMEkNcZvNnRcmKkGHWxZ3T288m4HDAiLBoIAGBH/////9df+939/fs/7qnav1eXE1WADAAADgMAAN7f/60X//+oTf6dLvb/X093//fVMA//+xDENIMGhAENoIRNwFgAYkgACAAgAO4O34AACFjOi/ke7Sv////v/kEXf/zn/6F3lgdmZ3+HaAQFCjnWvreKJl9cx/9FH2Dnfynro/T/9qv//Xd/t7tb/mQAHHBd5BybWb379TLf1f/7EMQ4gAOcAROghEuAb4BivACIAK+kv+r9SuL60U6dN9X/7OytiQB9RMALwCAB1MVot/9t////U711uu/e31LfV/9XNm40u4Qrq6qiO6EAAJZzs5vuMlrnPl/P+v/15f/6f6/RbKuT//sQxEWABGwBFeAEQACagGJ0EIgApdxptoH3C2lokJXH3Cn/fH6XhEFBAI1nkABwcFGAAAAal/us9Xv///////7///+jItem//8XXUeggAKUwKtTTKJfbbGeq3/Z/+hf/emu1g59Cf//+xDESgAEFAERoARAANycYbwQiXj/frdSIFL//////2+y2Oteac20M2B6+i+7MPJ/+awKgYRE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";class jh extends Ls{notifyNext(e,t,n,r,i){this.destination.next(t)}notifyError(e,t){this.destination.error(e)}notifyComplete(e){this.destination.complete()}}class Uh extends Ls{constructor(e,t,n){super(),this.parent=e,this.outerValue=t,this.outerIndex=n,this.index=0}_next(e){this.parent.notifyNext(this.outerValue,e,this.outerIndex,this.index++,this)}_error(e){this.parent.notifyError(e,this),this.unsubscribe()}_complete(){this.parent.notifyComplete(this),this.unsubscribe()}}function qh(e,t,n,r,i=new Uh(e,n,r)){if(!i.closed)return t instanceof Gs?t.subscribe(i):ef(t)(i)}const zh={};class Gh{constructor(e){this.resultSelector=e}call(e,t){return t.subscribe(new Hh(e,this.resultSelector))}}class Hh extends jh{constructor(e,t){super(e),this.resultSelector=t,this.active=0,this.values=[],this.observables=[]}_next(e){this.values.push(zh),this.observables.push(e)}_complete(){const e=this.observables,t=e.length;if(0===t)this.destination.complete();else{this.active=t,this.toRespond=t;for(let n=0;n<t;n++){const t=e[n];this.add(qh(this,t,void 0,n))}}}notifyComplete(e){0==(this.active-=1)&&this.destination.complete()}notifyNext(e,t,n){const r=this.values,i=r[n],s=this.toRespond?i===zh?--this.toRespond:this.toRespond:0;r[n]=t,0===s&&(this.resultSelector?this._tryResultSelector(r):this.destination.next(r.slice()))}_tryResultSelector(e){let t;try{t=this.resultSelector.apply(this,e)}catch(e){return void this.destination.error(e)}this.destination.next(t)}}class Vh{constructor(e){this.resultSelector=e}call(e,t){return t.subscribe(new Wh(e,this.resultSelector))}}class Wh extends Ls{constructor(e,t,n=Object.create(null)){super(e),this.resultSelector=t,this.iterators=[],this.active=0,this.resultSelector="function"==typeof t?t:void 0}_next(e){const t=this.iterators;Rs(e)?t.push(new Qh(e)):"function"==typeof e[Kl]?t.push(new $h(e[Kl]())):t.push(new Yh(this.destination,this,e))}_complete(){const e=this.iterators,t=e.length;if(this.unsubscribe(),0!==t){this.active=t;for(let n=0;n<t;n++){let t=e[n];if(t.stillUnsubscribed){this.destination.add(t.subscribe())}else this.active--}}else this.destination.complete()}notifyInactive(){this.active--,0===this.active&&this.destination.complete()}checkIterators(){const e=this.iterators,t=e.length,n=this.destination;for(let n=0;n<t;n++){let t=e[n];if("function"==typeof t.hasValue&&!t.hasValue())return}let r=!1;const i=[];for(let s=0;s<t;s++){let t=e[s],o=t.next();if(t.hasCompleted()&&(r=!0),o.done)return void n.complete();i.push(o.value)}this.resultSelector?this._tryresultSelector(i):n.next(i),r&&n.complete()}_tryresultSelector(e){let t;try{t=this.resultSelector.apply(this,e)}catch(e){return void this.destination.error(e)}this.destination.next(t)}}class $h{constructor(e){this.iterator=e,this.nextResult=e.next()}hasValue(){return!0}next(){const e=this.nextResult;return this.nextResult=this.iterator.next(),e}hasCompleted(){const e=this.nextResult;return Boolean(e&&e.done)}}class Qh{constructor(e){this.array=e,this.index=0,this.length=0,this.length=e.length}[Kl](){return this}next(e){const t=this.index++,n=this.array;return t<this.length?{value:n[t],done:!1}:{value:null,done:!0}}hasValue(){return this.array.length>this.index}hasCompleted(){return this.array.length===this.index}}class Yh extends sf{constructor(e,t,n){super(e),this.parent=t,this.observable=n,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}[Kl](){return this}next(){const e=this.buffer;return 0===e.length&&this.isComplete?{value:null,done:!0}:{value:e.shift(),done:!1}}hasValue(){return this.buffer.length>0}hasCompleted(){return 0===this.buffer.length&&this.isComplete}notifyComplete(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()}notifyNext(e){this.buffer.push(e),this.parent.checkIterators()}subscribe(){return of(this.observable,new rf(this))}}class Xh{constructor(e){this.callback=e}call(e,t){return t.subscribe(new Kh(e,this.callback))}}class Kh extends Ls{constructor(e,t){super(e),this.add(new Ds(t))}}var Zh=n(7539);function Jh(e,t){return t?e:e.replace("sendrecv","sendonly")}function ep(e){e.getAudioTracks().forEach((e=>e.stop())),e.getVideoTracks().forEach((e=>e.stop()))}function tp(e,t,n){const{peerConnection:r}=e,i=i=>{e.localStream=i,i.getTracks().forEach((s=>{"video"===s.kind?n&&"live"===s.readyState&&(e.video=r.addTrack(s,i)):t&&"live"===s.readyState&&(s.enabled=!e.isMuted,e.audio=r.addTrack(s,i))})),e.audio&&e.audio.dtmf&&(e.toneSend$=Js(e.audio.dtmf,"tonechange").pipe(Dh(((e,t)=>e+t.tone),"")))};if(e.localStream){n||e.localStream.getVideoTracks().forEach((e=>e.stop())),t||e.localStream.getAudioTracks().forEach((e=>e.stop()));const r=e.localStream.getVideoTracks().some((e=>"live"===e.readyState)),s=e.localStream.getAudioTracks().some((e=>"live"===e.readyState));if((!n||n&&r)&&(!t||t&&s))return i(e.localStream),Xl(e.localStream);ep(e.localStream)}return nf(navigator.mediaDevices.getUserMedia({audio:t,video:n})).pipe(Pf((e=>(console.log(e),nf(navigator.mediaDevices.getUserMedia({audio:t,video:!1}))))),Ld(i))}function np(e){return function(e){e.peerConnection&&e.peerConnection.close(),e.audio=void 0,e.isVideoReceived=!1,e.toneSend$=Af,e.video=void 0,e.remoteStream$.next(null)}(e),e.peerConnection=new RTCPeerConnection({}),e.peerConnection.ontrack=t=>e.remoteStream$.next(t.streams[0]),e.peerConnection}function rp(e,t){let n=!1,r=!1;return e&&Zh.splitSections(e).filter((e=>t.indexOf(Zh.getDirection(e))>=0&&!Zh.isRejected(e))).map((e=>Zh.getKind(e))).forEach((e=>{"video"===e?r=!0:"audio"===e&&(n=!0)})),[n,r]}function ip(e){return rp(e,["sendrecv","recvonly"])}function sp(e,t){return nf(e.setRemoteDescription(t))}function op(e,t){return nf(e.setLocalDescription(t)).pipe(af((()=>Js(e,"icegatheringstatechange"))),Ga((()=>"complete"===e.iceGatheringState)),If(1))}function ap(e){e&&(e.localStream&&ep(e.localStream),e.peerConnection&&e.peerConnection.close())}class cp{constructor(e){this.myPhoneService=e,this.globalTransactionId=0,this.forcedEmit=new pd(!0),this.suspendStream=new Qs,this.resumeStream=new Qs;const t=this.myPhoneService.mySession$.pipe(af((e=>void 0!==e.webRTCEndpoint$?e.webRTCEndpoint$:new Gs)),mf(new hc),(n=this.suspendStream,r=this.resumeStream,e=>new Gs((t=>{let i=0,s=[];const o=[n.subscribe((()=>{i+=1})),r.subscribe((()=>{i-=1,0===i&&(s.forEach((e=>t.next(e))),s=[])})),e.subscribe((e=>{i>0?s.push(e):t.next(e)}),(e=>t.error(e)),(()=>t.complete()))];return()=>{o.forEach((e=>e.unsubscribe()))}}))));var n,r;this.mediaDevice$=function(...e){let t=void 0,n=void 0;return Wl(e[e.length-1])&&(n=e.pop()),"function"==typeof e[e.length-1]&&(t=e.pop()),1===e.length&&Rs(e[0])&&(e=e[0]),Yl(e,n).lift(new Gh(t))}(t,this.forcedEmit).pipe(Dh(((e,t)=>{const n=e,[r]=t,i=r.Items.reduce(((e,t)=>(e[t.Id]=t,e)),{});this.lastOutgoingMedia&&i[this.lastOutgoingMedia.lastWebRTCState.Id]&&(n.push(this.lastOutgoingMedia),this.lastOutgoingMedia=void 0);const s=[];n.forEach((e=>{const t=i[e.lastWebRTCState.Id];if(t){const{lastWebRTCState:n}=e;e.lastWebRTCState=Object.assign({},t),e.isActive||t.holdState!==mc.WebRTCHoldState_NOHOLD||n.holdState!==mc.WebRTCHoldState_HELD||this.hold(e,!1).subscribe(),n.sdpType===t.sdpType&&n.sdp===t.sdp||this.processState(n.sdpType,e).subscribe((()=>{}),(e=>{})),delete i[t.Id],s.push(e)}else ap(e)}));const o=Object.values(i).filter((e=>e.sdpType===pc.WRTCOffer||e.sdpType===pc.WRTCRequestForOffer)).map((e=>new kh({lastWebRTCState:Object.assign({},e)})));return s.concat(o)}),[]),lo((()=>new Of(1))),ro())}processState(e,t){switch(t.lastWebRTCState.sdpType){case pc.WRTCAnswerProvided:return this.processAnswerProvided(e,t);case pc.WRTCOffer:return this.processOffer(t);case pc.WRTCRequestForOffer:return this.processRequestForOffer(t);case pc.WRTCConfirmed:this.processConfirmed(t)}return Af}processConfirmed(e){if(e.isNegotiationInProgress=!1,e.peerConnection.remoteDescription){const[t,n]=function(e){return rp(e,["sendrecv","sendonly"])}(e.peerConnection.remoteDescription.sdp);e.isVideoReceived=n}}processAnswerProvided(e,t){const n=t.lastWebRTCState;if(e===pc.WRTCConfirmed)return this.setConfirmed(n.Id);const[r,i]=ip(t.lastWebRTCState.sdp);return!i&&t.video&&(t.localStream&&t.localStream.getVideoTracks().forEach((e=>e.stop())),t.video=void 0),sp(t.peerConnection,{type:"answer",sdp:n.sdp}).pipe(af((()=>this.setConfirmed(n.Id))))}setConfirmed(e){return this.requestChangeState({Id:e,sdpType:pc.WRTCConfirm})}processOffer(e){const[t,n]=ip(e.lastWebRTCState.sdp);return!e.isVideoCall&&n&&window.confirm("Enable video in a call?")&&(e.isVideoCall=!0),this.processAnswer(e)}processRequestForOffer(e){return this.processAnswer(e)}getLastOutgoingMedia(){const e=this.lastOutgoingMedia;return this.lastOutgoingMedia=void 0,e}holdAll(e){return this.mediaDevice$.pipe(If(1),Xs((t=>t.filter((t=>t.lastWebRTCState.Id!==e)))),af((e=>e.length?function(...e){const t=e[e.length-1];return"function"==typeof t&&e.pop(),Yl(e,void 0).lift(new Vh(t))}(...e.map((e=>this.hold(e,!1)))):Xl([]))))}dropCall(e){return this.requestChangeState(new vc({Id:e,sdpType:pc.WRTCTerminate}))}makeCall(e,t){const n=new kh({lastWebRTCState:new gc({sdpType:pc.WRTCInitial,holdState:mc.WebRTCHoldState_NOHOLD})});n.isActive=!0,n.isNegotiationInProgress=!0,n.isVideoCall=t;const r=np(n);return this.holdAll().pipe(af((()=>tp(n,!0,t))),af((e=>nf(r.createOffer({offerToReceiveAudio:!0,offerToReceiveVideo:t})))),af((e=>op(r,e))),af((()=>r.localDescription&&r.localDescription.sdp?this.requestChangeState({Id:0,sdpType:pc.WRTCOffer,destinationNumber:e,transactionId:this.globalTransactionId++,sdp:r.localDescription.sdp},!0):La("Local sdp missing"))),Ld((e=>{n.lastWebRTCState=new gc({Id:e.CallId,sdpType:pc.WRTCInitial}),this.lastOutgoingMedia=n})),Pf((e=>(ap(n),La(e)))))}answer(e,t){return e.isNegotiationInProgress?Af:(e.isActive=!0,e.isVideoCall=t,this.holdAll(e.lastWebRTCState.Id).pipe(af((()=>this.processAnswer(e)))))}processAnswer(e){const t=e.lastWebRTCState,n=np(e);let r,i;if(e.isActive||(e.isMuted=!0),e.isNegotiationInProgress=!0,t.sdpType===pc.WRTCOffer){if(!t.sdp)return La("Offer doesn't have sdp");const[s,o]=ip(t.sdp);i=pc.WRTCAnswer,r=tp(e,s,o&&e.isVideoCall).pipe(af((()=>sp(n,{type:"offer",sdp:t.sdp}))),af((()=>nf(n.createAnswer()))))}else{if(t.sdpType!==pc.WRTCRequestForOffer)return e.isNegotiationInProgress=!1,La("Can't answer when state "+t.sdpType);{i=pc.WRTCOffer;const t={offerToReceiveAudio:!0,offerToReceiveVideo:e.isVideoCall};r=tp(e,!0,e.isVideoCall).pipe(af((()=>nf(n.createOffer(t)))))}}return r.pipe(af((e=>op(n,e))),af((()=>n.localDescription&&n.localDescription.sdp?this.requestChangeState({Id:t.Id,sdpType:i,transactionId:t.transactionId,sdp:n.localDescription.sdp}):La("Local sdp missing"))),Pf((t=>(e.isNegotiationInProgress=!1,La(t)))))}sendDtmf(e,t){e.audio&&e.audio.dtmf&&e.audio.dtmf.insertDTMF(t,100,100)}video(e){return(!e.isVideoCall||e.isVideoReceived&&e.isVideoSend)&&(e.isVideoCall=!e.isVideoCall),this.renegotiate(e,!0)}mute(e){this.setMute(e,!e.isMuted)}setMute(e,t){e.isMuted=t,e.audio&&e.audio.track&&(e.audio.track.enabled=!t)}hold(e,t){e.isActive=t;const n=e.lastWebRTCState;return t||n.holdState===mc.WebRTCHoldState_NOHOLD?t&&n.holdState!==mc.WebRTCHoldState_HOLD?Xl(!0):(this.setMute(e,!t),this.renegotiate(e,t)):Xl(!0)}renegotiate(e,t){if(e.isNegotiationInProgress)return Xl(!0);const n=e.lastWebRTCState;e.isNegotiationInProgress=!0,this.forcedEmit.next(!0);const r=np(e);let i=Xl(!0);return t&&(i=this.holdAll(e.lastWebRTCState.Id)),i.pipe(af((()=>tp(e,!0,!!t&&e.isVideoCall))),af((()=>nf(r.createOffer({offerToReceiveAudio:t,offerToReceiveVideo:t&&e.isVideoCall})))),af((e=>op(r,e))),af((()=>r.localDescription&&r.localDescription.sdp?this.requestChangeState({Id:n.Id,sdpType:pc.WRTCOffer,transactionId:this.globalTransactionId++,sdp:Jh(r.localDescription.sdp,t)}):La("Local sdp missing"))),Pf((t=>(e.isNegotiationInProgress=!1,this.forcedEmit.next(!0),La(t)))))}requestChangeState(e,t){const n=this.myPhoneService.get(new vh(new vc(e)),!1);return xd(n)?t?n.pipe((r=()=>this.suspendStream.next(),e=>new Gs((t=>(r(),e.subscribe(t))))),af((e=>e.Success?Xl(e):La(e.Message))),function(e){return t=>t.lift(new Xh(e))}((()=>this.resumeStream.next()))):n.pipe(af((e=>e.Success?Xl(e):La(e.Message)))):La("Invalid channel setup");var r}}class lp{constructor(e){this.isTryingCall=!1,this.isEstablished=!1,this.media=Ph,Object.assign(this,e)}}function fp(e,t){const n=e.find((e=>e.media.lastWebRTCState.Id===t.lastWebRTCState.Id));return!!n&&(!!n.isEstablished||t.lastWebRTCState.sdpType===pc.WRTCConfirmed)}class up{constructor(e){this.webrtcService=e,this.callControl$=new Qs,this.myCalls$=Md(this.webrtcService.mediaDevice$,this.callControl$).pipe(Dh(((e,t)=>{if("removeTryingCall"===t)return e.filter((e=>!e.isTryingCall));if("requestTryingCall"===t)return e.concat([new lp({isTryingCall:!0,media:Ph})]);const n=t.map((t=>new lp({media:t,isEstablished:fp(e,t)}))),r=e.find((e=>e.isTryingCall));return r&&0===n.length&&n.push(r),n}),[]),wh(1)),this.soundToPlay$=this.myCalls$.pipe(Xs((e=>{if(0===e.length)return;const t=e[0];if(t.isEstablished)return;if(t.isTryingCall)return Lh;const n=t.media.lastWebRTCState.sdpType;return n===pc.WRTCOffer||n===pc.WRTCProcessingOffer?Lh:void 0})))}call$(e,t){return this.callControl$.next("requestTryingCall"),this.webrtcService.makeCall("",t||!1).pipe(Pf((e=>(ap(this.webrtcService.getLastOutgoingMedia()),this.callControl$.next("removeTryingCall"),La(e)))))}}class dp{constructor(e){this.hasTryingCall=!1,this.media=Ph,this.videoOnlyLocalStream=null,this.remoteStream=null,this.videoOnlyRemoteStream=null,this.audioNotificationUrl=null,this.hasCall=!1,this.isFullscreen=!1,this.videoCallInProcess$=new Qs,this.myChatService=e}initCallChannel(e,t){if(e||t){this.webrtcService=new cp(this.myChatService),this.phoneService=new up(this.webrtcService);const e=this.phoneService.myCalls$.pipe(Xs((e=>e.length>0?e[0].media:Ph)),af((e=>e.remoteStream$)));this.phoneService.soundToPlay$.subscribe((e=>{this.audioNotificationUrl=e})),e.subscribe((e=>{this.remoteStream=e,this.videoOnlyRemoteStream=this.videoOnly(e)})),this.phoneService.myCalls$.subscribe((e=>{this.hasCall=e.length>0,this.hasTryingCall=this.hasCall&&e[0].isTryingCall,this.media=e.length?e[0].media:Ph,this.media?(this.videoOnlyLocalStream=this.videoOnly(this.media.localStream),this.videoCallInProcess$.next(!0)):this.videoOnlyLocalStream=null}))}}get isVideoActive(){return this.media.isVideoCall&&(this.media.isVideoSend||this.media.isVideoReceived)}videoOnly(e){if(!e)return null;const t=e.getVideoTracks();return 0===t.length?null:new MediaStream(t)}mute(){this.webrtcService.mute(this.media)}call(e){return this.phoneService.call$("",e||!1)}dropCall(){return this.media?this.webrtcService.dropCall(this.media.lastWebRTCState.Id):La("No media initialized")}goFullScreen(){null!=this.videoContainer&&this.videoContainer.requestFullscreen().then((()=>{this.isFullscreen=!0}),(()=>{}))}}var hp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let pp=class extends Sd{constructor(){super(),this.viewState=ka.None,Rh(this);const e=this.phonesystemUrl?this.phonesystemUrl:this.channelUrl,t=this.phonesystemUrl?this.phonesystemUrl:this.filesUrl;this.myChatService=new jf({},e,"",t,this.party,this.currentChannel),this.myWebRTCService=new dp(this.myChatService)}get animationsCallUs(){if(this.$style)switch(this.animationStyle.toLowerCase()){case"slideleft":return[this.$style.slideLeft];case"slideright":return[this.$style.slideRight];case"fadein":return[this.$style.fadeIn];case"slideup":return[this.$style.slideUp]}return[]}get isHidden(){return!Yf.isDesktop()&&"false"===this.enableOnmobile||"false"===this.enable}get callTitleHover(){const e=Hf(this.callTitle);return this.viewState!==ka.Disabled?e:""}isPhoneDisabled(e){const t=void 0===e.isChatEnabled||e.isChatEnabled,n=!e.isAvailable||"true"!==this.inBusinessSchedule;return!t||n}beforeMount(){this.isHidden||(this.$subscribeTo(this.eventBus.onError,(e=>{alert(zl(e))})),this.$subscribeTo(this.info$,(e=>{this.isPhoneDisabled(e)&&(this.viewState=ka.Disabled)}),(e=>{console.error(e),this.viewState=ka.Disabled})))}};hp([Cs()],pp.prototype,"myChatService",void 0),hp([Cs()],pp.prototype,"myWebRTCService",void 0),pp=hp([vs({components:{Phone:hd}})],pp);const mp=cd(pp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:[e.animationsCallUs,e.isHidden?"":[this.$style.root]]},[e.isHidden?e._e():n("phone",{attrs:{"allow-call":e.allowCall,"single-button-phone":!0,"call-title":e.callTitleHover,disabled:e.viewState===e.ViewState.Disabled}})],1)}),[],!1,(function(e){var t=n(7601);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var gp=n(4860),vp=n.n(gp);var bp=n(8620),yp=n(2419);const _p=cd({name:"MaterialCheckbox",props:{value:Boolean,checkName:{type:String,default:""},checkLabel:{type:String,default:""}},data(){return{checked:this.value}},methods:{handleCheckbox(e){this.$emit("change",this.checked)}}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.materialCheckbox},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.checked,expression:"checked"}],class:e.$style.wplc_checkbox,attrs:{id:"ck"+e.checkName,type:"checkbox",name:"checkboxInput"},domProps:{checked:Array.isArray(e.checked)?e._i(e.checked,null)>-1:e.checked},on:{change:[function(t){var n=e.checked,r=t.target,i=!!r.checked;if(Array.isArray(n)){var s=e._i(n,null);r.checked?s<0&&(e.checked=n.concat([null])):s>-1&&(e.checked=n.slice(0,s).concat(n.slice(s+1)))}else e.checked=i},e.handleCheckbox]}}),e._v(" "),n("label",{class:e.$style.wplc_checkbox,attrs:{for:"ck"+e.checkName}},[e._v(e._s(e.checkLabel))])])}),[],!1,(function(e){var t=n(265);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const Ap=cd({name:"MaterialDropdown",props:{value:{type:String,default:""},label:{type:String,default:""},options:{type:Array,default:()=>[]},optionsType:{type:String,default:""}},methods:{handleChanged(e){this.$emit("input",e.target.value)}}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.materialSelectDiv},[n("select",{ref:"selectControl",class:[e.$style.materialSelect,e.value&&"-1"!==e.value?e.$style.valueSelected:""],domProps:{value:e.value},on:{change:function(t){return e.handleChanged(t)}}},[e._l(e.options,(function(t,r){return["object-collection"===e.optionsType?n("option",{key:r,domProps:{value:t.value}},[e._v("\n "+e._s(t.text)+"\n ")]):e._e(),e._v(" "),"text-collection"===e.optionsType?n("option",{key:r,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")]):e._e()]}))],2),e._v(" "),n("label",{class:e.$style.materialSelectLabel},[e._v(e._s(e.label))])])}),[],!1,(function(e){var t=n(17);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const wp=cd({name:"MaterialInput",props:{value:{type:String,default:""},placeholder:{type:String,default:""},disabled:Boolean},data(){return{content:this.value}},methods:{focus(){this.$refs.input&&this.$refs.input.focus()},handleInput(e){this.$emit("input",this.content)}}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.materialInput},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content,expression:"content"}],ref:"input",attrs:{placeholder:e.placeholder,autocomplete:"false",maxlength:"50",type:"text",disabled:e.disabled},domProps:{value:e.content},on:{input:[function(t){t.target.composing||(e.content=t.target.value)},e.handleInput]}}),e._v(" "),n("span",{class:e.$style.bar})])}),[],!1,(function(e){var t=n(4753);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Cp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Ep=class extends(fs(Zf)){};Cp([Ts()],Ep.prototype,"show",void 0),Cp([Ts()],Ep.prototype,"text",void 0),Ep=Cp([vs({components:{}})],Ep);const Sp=cd(Ep,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.show?n("div",{class:e.$style.loading},[n("div",{class:e.$style.loader},[e._v("\n "+e._s(e.text)+"\n ")])]):e._e()}),[],!1,(function(e){var t=n(978);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;function Tp(e,t){return n=>n.lift(new Op(e,t))}class Op{constructor(e,t){this.compare=e,this.keySelector=t}call(e,t){return t.subscribe(new xp(e,this.compare,this.keySelector))}}class xp extends Ls{constructor(e,t,n){super(e),this.keySelector=n,this.hasKey=!1,"function"==typeof t&&(this.compare=t)}compare(e,t){return e===t}_next(e){let t;try{const{keySelector:n}=this;t=n?n(e):e}catch(e){return this.destination.error(e)}let n=!1;if(this.hasKey)try{const{compare:e}=this;n=e(this.key,t)}catch(e){return this.destination.error(e)}else this.hasKey=!0;n||(this.key=t,this.destination.next(e))}}var Mp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Np=class extends(fs(Zf)){constructor(){super(...arguments),this.showNotification=!1,this.isAnimationActivated=!0}get animationsMinimizedButton(){if(this.$style&&this.config&&this.isAnimationActivated)switch(this.config.animationStyle){case _d.FadeIn:return[this.$style.fadeIn];case _d.SlideLeft:return[this.$style.slideLeft];case _d.SlideRight:return[this.$style.slideRight];case _d.SlideUp:return[this.$style.slideUp]}return[]}onClick(){this.$emit("click")}get isBubble(){return this.config.minimizedStyle===bd.BubbleRight||this.config.minimizedStyle===bd.BubbleLeft}beforeMount(){this.$subscribeTo(this.eventBus.onNotificationVisibilityChange,(e=>{this.showNotification=e})),this.$subscribeTo(this.eventBus.onAnimationActivatedChange.pipe(Tp()),(e=>{this.isAnimationActivated=e}))}deactivateAnimation(e){this.$el===e.target&&this.eventBus.onAnimationActivatedChange.next(!1)}};Mp([Ts()],Np.prototype,"disabled",void 0),Mp([Ts({default:!0})],Np.prototype,"collapsed",void 0),Mp([Ts()],Np.prototype,"dictionary",void 0),Mp([Ts()],Np.prototype,"config",void 0),Mp([ys()],Np.prototype,"eventBus",void 0),Np=Mp([vs({components:{ChatAndCall:Ou(),ToolbarButton:ld,GlyphiconCall:ru(),GlyphiconChat:Cu(),GlyphiconChevron:tu(),WplcIcon:td(),WplcIconBubble:sd(),WplcIconDoubleBubble:rd()}})],Np);const Ip=cd(Np,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("toolbar-button",{ref:"toolbarButton",class:[e.animationsMinimizedButton,e.$style["minimized-button"],e.$style.bubble],attrs:{disabled:e.disabled},on:{click:function(t){return e.onClick()},animationend:function(t){return e.deactivateAnimation(t)}}},[e.isBubble?[e.collapsed&&"url"===e.config.buttonIconType&&""!==e.config.buttonIcon?n("img",{class:e.$style["minimize-image"],attrs:{src:e.config.buttonIcon}}):e.collapsed&&"Bubble"===e.config.buttonIconType?n("WplcIconBubble",{class:e.$style["minimize-image"]}):e.collapsed&&"DoubleBubble"===e.config.buttonIconType?n("WplcIconDoubleBubble",{class:e.$style["minimize-image"]}):e.collapsed?n("WplcIcon",{class:e.$style["minimize-image"]}):e.collapsed?e._e():n("glyphicon-chevron",{class:[e.$style["minimize-image"],e.$style.chevron_down_icon]}),e._v(" "),e.showNotification?n("span",{class:e.$style["notification-indicator"]}):e._e()]:e._e()],2)}),[],!1,(function(e){var t=n(4806);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Rp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let kp=class extends(fs(Zf)){get operatorHasImage(){return!!this.operator.image}onGreetingClosed(){this.$emit("closed")}onGreetingClicked(){this.$emit("clicked")}updateNotFoundImage(e){null!==e&&null!==e.target&&(e.target.src=Jf)}};Rp([Ts({default:Fl.t("Inputs.GreetingMessage")})],kp.prototype,"greetingMessage",void 0),Rp([Ts({default:()=>Lf})],kp.prototype,"operator",void 0),kp=Rp([vs({components:{GlyphiconTimes:au(),OperatorIcon:ad()}})],kp);const Pp=cd(kp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"greetingContainer",class:[e.$style.root],attrs:{id:"greetingContainer"},on:{click:function(t){return e.onGreetingClicked()}}},[n("div",{class:e.$style["operator-img-container"]},[e.operatorHasImage?n("img",{ref:"greetingOperatorIcon",class:[e.$style["operator-img"],e.$style["rounded-circle"]],attrs:{src:e.operator.image,alt:"avatar"},on:{error:function(t){return e.updateNotFoundImage(t)}}}):n("operatorIcon",{class:[e.$style["operator-img"]]})],1),e._v(" "),n("div",{class:e.$style["greeting-content"]},[n("span",{class:e.$style["greeting-message"]},[e._v(e._s(e.greetingMessage))])]),e._v(" "),n("div",{class:e.$style["greeting-action-container"]},[n("div",{ref:"greetingCloseBtn",class:[e.$style["action-btn"],e.$style["close-btn"]],attrs:{id:"close_greeting_btn"},on:{click:function(t){return t.stopPropagation(),e.onGreetingClosed()}}},[n("glyphicon-times")],1)])])}),[],!1,(function(e){var t=n(8391);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Dp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Fp=class extends(fs(Zf)){constructor(){super(...arguments),this.imageNotFound="",this.collapsed=!1,this.hideCloseButton=!1,this.isAnimationActivated=!0,this.isGreetingActivated=!1}get isFullScreen(){return this.fullscreenService.isFullScreen}get animations(){if(this.$style&&this.config&&this.isAnimationActivated)switch(this.config.animationStyle){case _d.FadeIn:return[this.$style.fadeIn];case _d.SlideLeft:return[this.$style.slideLeft];case _d.SlideRight:return[this.$style.slideRight];case _d.SlideUp:return[this.$style.slideUp]}return[]}get popoutStyle(){return this.$style&&!this.collapsed&&this.config.isPopout?this.panelState===ka.Authenticate||this.panelState===ka.ChatCompleted?this.$style["popout-small"]:this.$style.popout:[]}get getMinimizedStyle(){return this.$style?this.config.minimizedStyle===bd.BubbleLeft?this.$style.bubble_left:(this.config.minimizedStyle,bd.BubbleRight,this.$style.bubble_right):[]}get panelHeight(){let e="";return this.$style&&(e=this.fullscreenService.isFullScreen?this.$style["full-screen"]:this.panelState===ka.Chat||this.panelState===ka.Offline?this.$style["chat-form-height"]:this.$style["small-form-height"]),e}get isVideoActive(){return this.myWebRTCService&&this.myWebRTCService.isVideoActive}get showPanel(){return!this.collapsed||!this.allowMinimize}get showBubble(){return this.allowMinimize&&(!this.isFullScreen||this.isFullScreen&&this.collapsed)}get showGreeting(){return this.collapsed&&this.isGreetingEnabledOnDevice&&this.retrieveGreetingActivated()}get isGreetingEnabledOnDevice(){const e=Yf.isDesktop();return this.greetingVisibilityOnState===wd.Both||this.greetingVisibilityOnState===wd.Mobile&&!e||this.greetingVisibilityOnState===wd.Desktop&&e}get greetingVisibilityOnState(){return this.panelState===ka.Authenticate?this.config.greetingVisibility:this.panelState===ka.Offline?this.config.greetingOfflineVisibility:wd.None}get greetingMessage(){return this.panelState===ka.Authenticate?this.getPropertyValue(this.dictionary,"GreetingMessage",[this.config.greetingMessage]):this.panelState===ka.Offline?this.getPropertyValue(this.dictionary,"GreetingOfflineMessage",[this.config.greetingOfflineMessage]):""}initializeGreetingActivated(){const e=this.retrieveGreetingActivated();this.storeGreetingActivated(e&&this.isGreetingEnabledOnDevice)}retrieveGreetingActivated(){sessionStorage||(this.isGreetingActivated=!1);const e=sessionStorage.getItem("callus.greeting_activated");return this.isGreetingActivated=!e||"true"===e,this.isGreetingActivated}storeGreetingActivated(e){sessionStorage&&(this.isGreetingActivated=e,sessionStorage.setItem("callus.greeting_activated",e.toString()))}onGreetingClosed(){this.storeGreetingActivated(!1)}onToggleCollapsed(){this.allowMinimize&&(this.collapsed?(this.eventBus.onRestored.next(),this.allowFullscreen&&this.fullscreenService.goFullScreen()):(this.eventBus.onMinimized.next(),this.fullscreenService.isFullScreen&&this.fullscreenService.closeFullScreen()))}onClose(){this.hideCloseButton=!0,this.loadingService.show(),this.$emit("close")}updateNotFoundImage(e){null!==e&&null!==e.target&&(e.target.src=this.imageNotFound)}beforeMount(){this.collapsed="#popoutchat"!==document.location.hash&&Boolean(this.startMinimized),this.initializeGreetingActivated(),this.$subscribeTo(this.eventBus.onMinimized,(()=>{this.collapsed=!0})),this.$subscribeTo(this.eventBus.onRestored,(()=>{this.collapsed=!1})),this.imageNotFound=Jf,this.$subscribeTo(this.eventBus.onChatInitiated,(()=>{this.storeGreetingActivated(!1)})),!this.allowFullscreen&&this.fullscreenService.isFullScreen&&this.fullscreenService.closeFullScreen(),this.$subscribeTo(this.eventBus.onAnimationActivatedChange.pipe(Tp()),(e=>{this.isAnimationActivated=e}))}deactivateAnimation(e){this.$el===e.target&&this.eventBus.onAnimationActivatedChange.next(!1)}};Dp([ys()],Fp.prototype,"eventBus",void 0),Dp([ys()],Fp.prototype,"loadingService",void 0),Dp([ys()],Fp.prototype,"myWebRTCService",void 0),Dp([Ts({default:ka.Chat})],Fp.prototype,"panelState",void 0),Dp([Ts()],Fp.prototype,"allowMinimize",void 0),Dp([ys()],Fp.prototype,"fullscreenService",void 0),Dp([Ts()],Fp.prototype,"showStatus",void 0),Dp([Ts()],Fp.prototype,"showCloseButton",void 0),Dp([Ts()],Fp.prototype,"startMinimized",void 0),Dp([Ts()],Fp.prototype,"auth",void 0),Dp([Ts()],Fp.prototype,"title",void 0),Dp([Ts()],Fp.prototype,"config",void 0),Dp([Ts()],Fp.prototype,"allowedAction",void 0),Dp([Ts()],Fp.prototype,"windowIcon",void 0),Dp([Ts({default:!1})],Fp.prototype,"allowFullscreen",void 0),Dp([Ts({default:()=>Lf})],Fp.prototype,"operator",void 0),Dp([Ts()],Fp.prototype,"dictionary",void 0),Fp=Dp([vs({components:{GlyphiconTimes:au(),GlyphiconChevron:tu(),ToolbarButton:ld,MinimizedButton:Ip,Greeting:Pp,Loading:Sp,WplcIcon:td(),WplcIconBubble:sd(),WplcIconDoubleBubble:rd()}})],Fp);const Bp=cd(Fp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"panel",class:[e.$style.panel,e.animations,e.popoutStyle,e.isFullScreen?e.$style["full-screen"]:""],on:{animationend:function(t){return e.deactivateAnimation(t)}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.showPanel,expression:"showPanel"}],class:[e.$style.panel_content,e.panelHeight,e.isVideoActive?e.$style.video_extend:""]},[e._t("overlay"),e._v(" "),n("div",{class:[e.$style.panel_head]},[e._t("panel-top",[null!=e.windowIcon&&e.windowIcon.replace(/\s/g,"").length>0?n("img",{ref:"windowIcon",class:e.$style["logo-icon"],attrs:{src:e.windowIcon,alt:""},on:{error:function(t){return e.updateNotFoundImage(t)}}}):"Bubble"===e.config.buttonIconType?n("WplcIconBubble",{class:e.$style["logo-icon"]}):"DoubleBubble"===e.config.buttonIconType?n("WplcIconDoubleBubble",{class:e.$style["logo-icon"]}):n("WplcIcon",{class:e.$style["logo-icon"]}),e._v(" "),n("div",{class:[e.$style.panel_head_title],attrs:{title:e.title}},[e._v("\n "+e._s(e.title)+"\n ")])]),e._v(" "),n("div",{class:[e.$style.action_menu,e.isFullScreen?e.$style["full-screen-menu"]:""]},[e.isFullScreen&&e.allowMinimize?n("span",{ref:"minimizeButton",class:[e.$style.action_menu_btn,e.$style.minimize_btn],attrs:{id:"minimize_btn"},on:{click:function(t){return e.onToggleCollapsed()}}},[n("glyphicon-chevron")],1):e._e(),e._v(" "),e.showCloseButton&&!e.hideCloseButton?n("span",{class:[e.$style.action_menu_btn,e.$style.close_btn],attrs:{id:"close_btn"},on:{click:function(t){return e.onClose()}}},[n("glyphicon-times")],1):e._e()])],2),e._v(" "),n("div",{class:e.$style.panel_body},[n("loading",{key:e.loadingService.key,attrs:{show:e.loadingService.loading(),text:"loading"}}),e._v(" "),e._t("panel-content")],2)],2),e._v(" "),e.showBubble?n("div",{class:[e.$style.bubble_button,e.collapsed?"":e.$style.chat_expanded,e.getMinimizedStyle]},[e.showGreeting?n("greeting",{ref:"greeting",attrs:{"greeting-message":e.greetingMessage,operator:e.operator,dictionary:e.dictionary},on:{clicked:function(t){return e.onToggleCollapsed()},closed:function(t){return e.onGreetingClosed()}}}):e._e(),e._v(" "),n("minimized-button",{ref:"minimizeBubble",attrs:{dictionary:e.dictionary,config:e.config,collapsed:e.collapsed},on:{click:function(t){return e.onToggleCollapsed()}}})],1):e._e()])}),[],!1,(function(e){var t=n(6711);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class Lp{constructor(e){Object.assign(this,e)}}class jp{constructor(e){Object.assign(this,e)}}var Up=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let qp=class extends(fs(Zf)){constructor(){super(...arguments),this.AuthenticationType=vd,this.isSubmitted=!1,this.viewDepartments=[],this.name="",this.email="",this.isNameDisabled=!1,this.isEmailDisabled=!1,this.department="-1",this.customFieldsValues={},this.disableAuth=!1,this.gdprAccepted=!1}beforeMount(){this.$subscribeTo(this.eventBus.onRestored,(()=>this.focusInput())),void 0!==this.customFields&&this.customFields.length>0&&this.customFields.forEach((e=>{this.$set(this.customFieldsValues,"cf"+e.id,"")})),void 0!==this.departments&&Array.isArray(this.departments)&&(this.viewDepartments=this.departments.map((e=>new Lp({value:e.id.toString(),text:e.name})))),this.isNameDisabled=!!this.config.visitorName,this.isEmailDisabled=!!this.config.visitorEmail,this.name=this.config.visitorName||"",this.email=this.config.visitorEmail||""}mounted(){this.config.autoFocus&&this.focusInput()}submit(){const e=this;if(e.isSubmitted=!0,this.$v&&(this.$v.$touch(),!this.$v.$invalid)){const t={name:this.config.authenticationType===vd.Name||this.config.authenticationType===vd.Both?e.name:this.name,email:this.config.authenticationType===vd.Email||this.config.authenticationType===vd.Both?e.email:this.email,department:Number.isNaN(Number(e.department))?-1:Number(e.department),customFields:this.getCustomFieldsData(e)};this.$emit("submit",t)}}getCustomFieldsData(e){let t=[];if(void 0!==e.customFields&&e.customFields.length>0)return t=e.customFields.map((t=>{var n;return void 0!==e.$v?new jp({name:t.name,id:t.id,value:null===(n=e.$v.customFieldsValues["cf"+t.id])||void 0===n?void 0:n.$model}):null})).filter((e=>null!==e)),t}focusInput(){this.$refs.nameInput?Yf.focusElement(this.$refs.nameInput):this.$refs.emailInput&&Yf.focusElement(this.$refs.emailInput)}gdprChanged(e){this.$v&&(this.$v.gdprAccepted.$model=e)}};Up([ys()],qp.prototype,"eventBus",void 0),Up([ys()],qp.prototype,"loadingService",void 0),Up([ys()],qp.prototype,"fullscreenService",void 0),Up([Ts()],qp.prototype,"startMinimized",void 0),Up([Ts()],qp.prototype,"config",void 0),Up([Ts()],qp.prototype,"departments",void 0),Up([Ts()],qp.prototype,"customFields",void 0),Up([Ts()],qp.prototype,"dictionary",void 0),Up([Ts()],qp.prototype,"authType",void 0),Up([Ts()],qp.prototype,"chatEnabled",void 0),Up([Ts({default:()=>Lf})],qp.prototype,"operator",void 0),Up([Cs()],qp.prototype,"myWebRTCService",void 0),qp=Up([vs({components:{Panel:Bp,MaterialInput:wp,MaterialCheckbox:_p,MaterialDropdown:Ap,Loading:Sp},mixins:[bp.oE],validations(){const e={},t=this,n=e=>Uf(e),r=e=>/^([^\u0000-\u007F]|[\w\d-_\s])+$/i.test(e),i=e=>zf(e),s=e=>e,o=e=>(e=>e.length>0&&(Number.isNaN(Number(e))||!Number.isNaN(Number(e))&&Number(e)>0))(e);return t.authType!==vd.Both&&t.authType!==vd.Name||(e.name={required:yp.Z,nameValid:r,maxCharactersReached:i}),t.authType!==vd.Both&&t.authType!==vd.Email||(e.email={required:yp.Z,emailValid:n,maxCharactersReached:i}),t.config.gdprEnabled&&(e.gdprAccepted={required:yp.Z,checkboxSelected:s}),t.config.departmentsEnabled&&(e.department={required:yp.Z,dropdownSelected:o}),void 0!==t.customFields&&t.customFields.length>0&&(e.customFieldsValues={},t.customFields.forEach((t=>{e.customFieldsValues["cf"+t.id]={required:yp.Z}}))),e}})],qp);const zp=cd(qp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("panel",{attrs:{config:e.config,dictionary:e.dictionary,title:e.getPropertyValue(e.dictionary,"ChatTitle",[e.config.windowTitle]),"window-icon":e.config.windowIcon,"start-minimized":e.startMinimized,"allow-minimize":e.config.allowMinimize,"allowed-action":e.config.allowedAction,"panel-state":e.ViewState.Authenticate,"full-screen-service":e.fullscreenService,operator:e.operator}},[n("div",{class:e.$style.root,attrs:{slot:"panel-content"},slot:"panel-content"},[e.chatEnabled?n("form",{ref:"authenticateForm",attrs:{novalidate:"novalidate"},on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("div",{class:e.$style.form_body},[n("loading",{attrs:{show:e.loadingService.loading(),text:"loading"}}),e._v(" "),e.authType===e.AuthenticationType.None?n("div",{class:[e.$style.replaceFieldsText]},[e._v("\n "+e._s(e.getPropertyValue(e.dictionary,"AuthFieldsReplacement",[e.$t("Auth.FieldsReplacement")]))+"\n ")]):n("div",{class:e.$style.chatIntroText},[e._v("\n "+e._s(e.getPropertyValue(e.dictionary,"ChatIntro",[e.config.authenticationMessage,e.$t("Auth.ChatIntro")]))+"\n ")]),e._v(" "),e.authType===e.AuthenticationType.Both||e.authType===e.AuthenticationType.Name?n("div",[n("material-input",{ref:"nameInput",attrs:{id:"auth_name",placeholder:e.$t("Auth.Name"),disabled:e.isNameDisabled,name:"name"},model:{value:e.$v.name.$model,callback:function(t){e.$set(e.$v.name,"$model",t)},expression:"$v.name.$model"}}),e._v(" "),e.$v.name.$dirty&&e.isSubmitted?n("div",[e.$v.name.required?e.$v.name.nameValid?e.$v.name.maxCharactersReached?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.MaxCharactersReached"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.EnterValidName"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e(),e._v(" "),e.authType===e.AuthenticationType.Both||e.authType===e.AuthenticationType.Email?n("div",[n("material-input",{ref:"emailInput",attrs:{id:"auth_email",name:"emailInput",placeholder:e.$t("Auth.Email"),disabled:e.isEmailDisabled},model:{value:e.$v.email.$model,callback:function(t){e.$set(e.$v.email,"$model",t)},expression:"$v.email.$model"}}),e._v(" "),e.$v.email.$dirty&&e.isSubmitted?n("div",[e.$v.email.required?e.$v.email.emailValid?e.$v.email.maxCharactersReached?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.MaxCharactersReached"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.EnterValidEmail"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e(),e._v(" "),e.config.departmentsEnabled?n("div",[n("material-dropdown",{ref:"departmentSelector",attrs:{id:"auth_departments",label:"Department",options:e.viewDepartments,"options-type":"object-collection"},model:{value:e.$v.department.$model,callback:function(t){e.$set(e.$v.department,"$model",t)},expression:"$v.department.$model"}}),e._v(" "),e.isSubmitted?n("div",[e.$v.department.required&&e.$v.department.dropdownSelected?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e(),e._v(" "),void 0!==e.customFields&&e.customFields.length>0?e._l(e.customFields,(function(t){return n("div",{key:t.id},["DROPDOWN"===t.type?[n("material-dropdown",{ref:"{{field.name}}Selector",refInFor:!0,attrs:{id:"auth_custom_"+t.name,label:t.name,options:t.options,"options-type":"text-collection"},model:{value:e.$v.customFieldsValues["cf"+t.id].$model,callback:function(n){e.$set(e.$v.customFieldsValues["cf"+t.id],"$model",n)},expression:"$v.customFieldsValues['cf' + field.id].$model"}}),e._v(" "),e.$v.customFieldsValues["cf"+t.id].$dirty&&e.isSubmitted&&!e.$v.customFieldsValues["cf"+t.id].required?n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")]):e._e()]:e._e(),e._v(" "),"TEXT"===t.type?[n("material-input",{attrs:{id:"auth_custom_"+t.name,name:t.name,placeholder:t.name},model:{value:e.$v.customFieldsValues["cf"+t.id].$model,callback:function(n){e.$set(e.$v.customFieldsValues["cf"+t.id],"$model",n)},expression:"$v.customFieldsValues['cf' + field.id].$model"}}),e._v(" "),e.$v.customFieldsValues["cf"+t.id].$dirty&&e.isSubmitted&&!e.$v.customFieldsValues["cf"+t.id].required?n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")]):e._e()]:e._e()],2)})):e._e(),e._v(" "),e.config.gdprEnabled?n("div",[n("material-checkbox",{ref:"gdprCheck",attrs:{id:"auth_gdpr","check-name":"gdprCheck","check-label":e.config.gdprMessage},on:{change:e.gdprChanged},model:{value:e.$v.gdprAccepted.$model,callback:function(t){e.$set(e.$v.gdprAccepted,"$model",t)},expression:"$v.gdprAccepted.$model"}}),e._v(" "),e.isSubmitted?n("div",[e.$v.gdprAccepted.required&&e.$v.gdprAccepted.checkboxSelected?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e()],2),e._v(" "),n("button",{class:e.$style.submit,attrs:{type:"submit"}},[e._v("\n "+e._s(e.getPropertyValue(e.dictionary,"StartButtonText",[e.config.startChatButtonText,e.$t("Auth.Submit")]))+"\n ")])]):n("div",{ref:"chatDisabledMessage",class:e.$style["chat-disabled-container"]},[n("div",[e._v("\n "+e._s(e.$t("Inputs.ChatIsDisabled"))+"\n ")])])])])}),[],!1,(function(e){var t=n(8915);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const Gp={leading:!0,trailing:!1};function Hp(e,t=Nd,n=Gp){return r=>r.lift(new Vp(e,t,n.leading,n.trailing))}class Vp{constructor(e,t,n,r){this.duration=e,this.scheduler=t,this.leading=n,this.trailing=r}call(e,t){return t.subscribe(new Wp(e,this.duration,this.scheduler,this.leading,this.trailing))}}class Wp extends Ls{constructor(e,t,n,r,i){super(e),this.duration=t,this.scheduler=n,this.leading=r,this.trailing=i,this._hasTrailingValue=!1,this._trailingValue=null}_next(e){this.throttled?this.trailing&&(this._trailingValue=e,this._hasTrailingValue=!0):(this.add(this.throttled=this.scheduler.schedule($p,this.duration,{subscriber:this})),this.leading?this.destination.next(e):this.trailing&&(this._trailingValue=e,this._hasTrailingValue=!0))}_complete(){this._hasTrailingValue?(this.destination.next(this._trailingValue),this.destination.complete()):this.destination.complete()}clearThrottle(){const e=this.throttled;e&&(this.trailing&&this._hasTrailingValue&&(this.destination.next(this._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1),e.unsubscribe(),this.remove(e),this.throttled=null)}}function $p(e){const{subscriber:t}=e;t.clearThrottle()}class Qp{constructor(e,t){this.dueTime=e,this.scheduler=t}call(e,t){return t.subscribe(new Yp(e,this.dueTime,this.scheduler))}}class Yp extends Ls{constructor(e,t,n){super(e),this.dueTime=t,this.scheduler=n,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}_next(e){this.clearDebounce(),this.lastValue=e,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(Xp,this.dueTime,this))}_complete(){this.debouncedNext(),this.destination.complete()}debouncedNext(){if(this.clearDebounce(),this.hasValue){const{lastValue:e}=this;this.lastValue=null,this.hasValue=!1,this.destination.next(e)}}clearDebounce(){const e=this.debouncedSubscription;null!==e&&(this.remove(e),e.unsubscribe(),this.debouncedSubscription=null)}}function Xp(e){e.debouncedNext()}const Kp="data:audio/mpeg;base64,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";var Zp=n(7484),Jp=n.n(Zp),em=n(9830),tm=n.n(em);var nm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let rm=class extends(fs(Zf)){constructor(){super(),this.ClientChatFileState=Da,this.$subscribeTo(this.myChatService.mySession$,(e=>{this.session=e}))}onPropertyChanged(){void 0!==this.session&&(this.fileLink=this.file&&this.file.fileLink?this.session.fileEndPoint(this.file.fileLink):"")}get link(){if(this.file.fileState===Da.Available)return void 0!==this.fileLink?this.fileLink:void 0!==this.file.fileLink?this.file.fileLink:void 0}downloadFile(e){return!(!this.file||this.file.fileState!==Da.Available)||(e.preventDefault(),!1)}};nm([Ts({default:()=>({})})],rm.prototype,"file",void 0),nm([ys()],rm.prototype,"myChatService",void 0),nm([function(e,t){void 0===t&&(t={});var n=t.deep,r=void 0!==n&&n,i=t.immediate,s=void 0!==i&&i;return ls((function(t,n){"object"!=typeof t.watch&&(t.watch=Object.create(null));var i=t.watch;"object"!=typeof i[e]||Array.isArray(i[e])?void 0===i[e]&&(i[e]=[]):i[e]=[i[e]],i[e].push({handler:n,deep:r,immediate:s})}))}("file",{deep:!0})],rm.prototype,"onPropertyChanged",null),rm=nm([vs({components:{GlyphiconDownload:yu(),GlyphiconFileError:Au(),GlyphiconHourglass:lu(),GlyphiconPaperclip:Su()},filters:{size:(e=0,t=0)=>function(e=0,t=0){return Number.isNaN(parseFloat(String(e)))||!Number.isFinite(e)?"?":tm()(e,{unitSeparator:" ",decimalPlaces:0})}(e,t)}})],rm);const im=cd(rm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root},[e.file.fileState===e.ClientChatFileState.Available?n("div",[n("a",{class:e.$style["file-download-link"],attrs:{target:"_blank",href:e.link,download:e.file.fileName},on:{click:function(t){return e.downloadFile(t)}}},[n("div",{class:e.$style["show-file"]},[e.file.fileState===e.ClientChatFileState.Available?n("glyphicon-paperclip",{class:e.$style["transform-svg"]}):e._e(),e._v(" "),n("div",{class:e.$style["file-info"]},[n("span",{class:e.$style["file-name"],attrs:{title:e.file.fileName}},[e._v(e._s(e.file.fileName))]),e._v(" "),n("span",{class:e.$style["file-size"]},[e._v(e._s(e._f("size")(e.file.fileSize)))])])],1)])]):e._e(),e._v(" "),e.file.fileState!==e.ClientChatFileState.Available?n("div",{class:e.$style["show-file"]},[e.file.fileState===e.ClientChatFileState.Uploading?n("glyphicon-hourglass",{class:e.$style["transform-svg"]}):n("glyphicon-file-error",{class:e.$style["transform-svg"]}),e._v(" "),n("div",{class:e.$style["file-info"]},[n("span",{class:e.$style["file-name"],attrs:{title:e.file.fileName}},[e._v(e._s(e.file.fileName))]),e._v(" "),n("span",{class:e.$style["file-size"]},[e._v(e._s(e._f("size")(e.file.fileSize)))])])],1):e._e()])}),[],!1,(function(e){var t=n(2003);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const sm=n(9100);class om extends $d{constructor(){super(...arguments),this.sent=!1,this.errorType=Fa.NoError,this.emojiconUrl=""}viewMessage(){return function(e,t){if(t||(t=""),!e)return"";const n=Array.from(e);for(let e=0;e<n.length;e+=1){let r=sm;const i=[];let s=[];for(let t=e;t<Math.min(e+8,n.length);t+=1){const e=n[t].codePointAt(0);let o=e?e.toString(16):"";for(;o.length<4;)o="0"+o;if(!r.s.hasOwnProperty(o))break;if(s.push(o),0!==r.s[o]&&1!==r.s[o].e||(i.push(...s),s=[]),0===r.s[o]||!r.s[o].hasOwnProperty("s"))break;r=r.s[o]}if(i.length>0){let r;r=i.length>1?n.splice(e,i.length,"").join(""):n[e],n[e]=`<img src="${t}${i.filter((e=>"fe0f"!==e&&"200d"!==e)).join("-")}.png" alt="${r}" class="emoji">`}}return n.join("")}(this.message,this.emojiconUrl)}}const am=cd({name:"ChatText",components:{},props:{message:{type:om,default:()=>{}}}},(function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{class:e.$style.msg_content,domProps:{innerHTML:e._s(e.message.viewMessage())}})}),[],!1,(function(e){var t=n(4747);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var cm=n(5176);const lm=(e,t)=>(0,cm.Z)({input:e,options:{attributes:{target:"_blank",rel:"noopener noreferrer"}}});function fm(e,t){const n=Math.max(0,parseInt(e,10));return t?Math.floor(255*Math.min(100,n)/100):Math.min(255,n)}function um(e){const t=e>255||e<0?"ff":e.toString(16);return 1===t.length?"0"+t:t}function dm(e){let t=function(e){let t=null;null!=e&&(t=/^rgb\(\s*(-?\d+)(%?)\s*,\s*(-?\d+)(%?)\s*,\s*(-?\d+)(%?)\s*\)$/.exec(e));let n="";if(null!=t){let e,r,i;t&&(e=fm(t[1],t[2]),r=fm(t[3],t[4]),i=fm(t[5],t[6]),n=`#${um(e)}${um(r)}${um(i)}`)}return""!==n?n:"#ffffff"}(getComputedStyle(e).backgroundColor);"#"===t.slice(0,1)&&(t=t.slice(1)),3===t.length&&(t=t.split("").map((e=>e+e)).join(""));return(299*parseInt(t.substr(0,2),16)+587*parseInt(t.substr(2,2),16)+114*parseInt(t.substr(4,2),16))/1e3>=128?"black":"white"}var hm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let pm=class extends(fs(Zf)){constructor(){super(...arguments),this.agentGravatarExists=!0}get timeString(){return Jp()(this.message.time).format("HH:mm")}get dateString(){return Jp()(this.message.time).format("YYYY/MM/DD")}get dateTimeString(){return Jp()(this.message.time).format("YYYY/MM/DD HH:mm")}get timeStampString(){return"both"===this.config.messageDateformat?this.dateTimeString:"date"===this.config.messageDateformat?this.dateString:"time"===this.config.messageDateformat?this.timeString:""}get avatarSource(){if(""!==this.msgIcon&&"DefaultUser"!==this.msgIcon&&"DefaultAgent"!==this.msgIcon)return this.msgIcon;const e=this.message.isLocal?Yf.retrieveHexFromCssColorProperty(this,"--call-us-client-text-color","d4d4d4"):Yf.retrieveHexFromCssColorProperty(this,"--call-us-agent-text-color","eeeeee"),t=Yf.isDoubleByte(this.message.senderName)||""===this.message.senderName?"Guest":this.message.senderName,n=this.message.isLocal?`${window.location.protocol}//ui-avatars.com/api/${t}/48/${e}/fff/2/0/0/1/true`:"404";return`//www.gravatar.com/avatar/${this.usertag}?s=80&d=${n}`}get showSubArea(){return this.message.isLocal?this.showLocalSubArea:this.showAwaySubArea}get showLocalSubArea(){return"none"!==this.config.messageDateformat||"none"!==this.config.messageUserinfoFormat&&"avatar"!==this.config.messageUserinfoFormat}get showAwaySubArea(){return!this.message.isAutomated&&("none"!==this.config.messageDateformat||"none"!==this.config.messageUserinfoFormat&&"avatar"!==this.config.messageUserinfoFormat)}get showLocalAvatar(){return this.message.isLocal&&("both"===this.config.messageUserinfoFormat||"avatar"===this.config.messageUserinfoFormat)}get showAwayAvatar(){return!(this.message.isLocal||this.message.isAutomated||"both"!==this.config.messageUserinfoFormat&&"avatar"!==this.config.messageUserinfoFormat)}get showMessageNotDeliveredError(){return!(this.message.errorType===Fa.NoError||this.message.sent||this.message.file)}get showRetrySend(){return this.message.errorType===Fa.CanRetry&&!this.message.sent&&!this.message.file}get showSendingIndication(){return this.message.errorType===Fa.NoError&&!this.message.sent&&!this.message.file}get isUserInfoVisible(){return"both"===this.config.messageUserinfoFormat||"name"===this.config.messageUserinfoFormat}get isTimeStampVisible(){return"date"===this.config.messageDateformat||"time"===this.config.messageDateformat||"both"===this.config.messageDateformat}beforeMount(){this.msgIcon=this.usericon}mounted(){void 0!==this.$refs.chatText&&this.$refs.chatText instanceof HTMLElement&&(this.$refs.chatText.style.color=dm(this.$refs.chatText)),void 0!==this.$refs.chatTextSend&&this.$refs.chatTextSend instanceof HTMLElement&&(this.$refs.chatTextSend.style.color=dm(this.$refs.chatTextSend))}sendAgain(e){this.$emit("resend",e)}agentGravatarImageNotFound(){this.agentGravatarExists=!1}};hm([Ts()],pm.prototype,"message",void 0),hm([Ts()],pm.prototype,"usertag",void 0),hm([Ts()],pm.prototype,"usericon",void 0),hm([Ts()],pm.prototype,"config",void 0),pm=hm([vs({components:{ChatFile:im,ChatText:am,Loader:qu(),Redo:Ju(),OperatorIcon:ad()}})],pm);const mm=cd(pm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:[e.$style.root]},[n("div",{class:[e.$style.msg_bubble,e.message.isLocal?e.$style.msg_bubble_client:e.$style.msg_bubble_agent]},[e.showLocalAvatar?n("div",{class:e.$style.avatar_container},[e.message.renderNew?n("img",{class:e.$style.avatar_img,attrs:{alt:"avatar",src:e.avatarSource}}):e._e()]):e._e(),e._v(" "),n("div",{ref:"chatText",class:[e.$style.msg_container,e.message.renderNew?e.$style.new_msg:"",e.message.isLocal?e.$style.msg_client:e.$style.msg_agent]},[e.message.file?n("chat-file",{attrs:{file:e.message.file}}):n("chat-text",{attrs:{message:e.message}}),e._v(" "),e.showSubArea?n("div",{class:e.$style.msg_sub_area},[e.isUserInfoVisible?n("div",{class:[e.$style.msg_sender_name]},[e._v("\n "+e._s(e.message.senderName)+"\n ")]):e._e(),e._v(" "),e.isTimeStampVisible?n("span",[e._v("\n "+e._s(e.timeStampString)+"\n ")]):e._e()]):e._e(),e._v(" "),e.showSendingIndication?n("div",{class:[e.$style.sending_indication]},[n("loader",{class:[e.$style.sending_icon]})],1):e._e()],1),e._v(" "),e.showAwayAvatar?n("div",{class:e.$style.avatar_container},[e.message.renderNew?n("div",[e.agentGravatarExists&&"DefaultAgent"!==e.avatarSource?n("img",{class:e.$style.avatar_img,attrs:{alt:"avatar",src:e.avatarSource},on:{error:function(t){return e.agentGravatarImageNotFound()}}}):n("OperatorIcon")],1):e._e()]):e._e()]),e._v(" "),e.showMessageNotDeliveredError?n("div",{class:e.$style["error-message"]},[n("span",[e._v(e._s(e.$t("Chat.MessageNotDeliveredError")))]),e._v(" "),e.showRetrySend?n("span",[e._v("\n "+e._s(e.$t("Chat.TryAgain"))+"\n "),n("span",{class:e.$style["error-message-retry"],on:{click:function(t){return e.sendAgain(e.message.index)}}},[n("redo",{staticStyle:{height:"12px",fill:"red"}})],1)]):e._e()]):e._e()])}),[],!1,(function(e){var t=n(9036);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class gm{constructor(e){Object.assign(this,e)}setAnswer(e){this.sanitize,this.answer=e}getAnswer(){return this.answer}}class vm extends class{constructor(e){this.currentIndex=-1,this.submitted=!1,Object.assign(this,e)}validateCurrent(e){let t="";return this.currentIndex>=0&&void 0!==this.questions[this.currentIndex].validate&&(t=this.questions[this.currentIndex].validate(e)),t}current(){if(this.currentIndex>=0)return this.questions[this.currentIndex]}next(){if(this.currentIndex>=0&&void 0!==this.questions[this.currentIndex].submitMethod&&this.questions[this.currentIndex].submitMethod(),this.currentIndex<this.questions.length-1)return this.currentIndex+=1,this.questions[this.currentIndex];void 0!==this.submitMethod&&this.submitMethod(),this.submitted=!0}getQuestionByAlias(e){let t;const n=this.questions.findIndex((t=>t.alias===e));return n>=0&&(t=this.questions[n]),t}addSubmissionCallback(e,t=""){if(""!==t){const n=this.questions.findIndex((e=>e.alias===t));n>=0&&(this.questions[n].submitMethod=e)}else this.submitMethod=e}getData(){const e={};return this.questions.forEach((t=>{e[t.propertyToSubmit]=t.getAnswer()})),e}}{constructor(e){super(e),this.NAME_ALIAS="NAME",this.EMAIL_ALIAS="EMAIL",this.PHONE_ALIAS="PHONE",Object.assign(this,e)}buildFlow(e){this.questions=[],this.submitOnCompletion=e,this.questions.push(new gm({alias:"NAME",propertyToSubmit:"Name",text:Fl.t("Chat.OfflineNameRequest").toString(),sanitize:e=>e.replace(/([^\u0000-\u007F]|[^\w\d-_\s])/g,""),validate:e=>{let t="";return""===e?t=Fl.t("Auth.EnterValidName").toString():zf(e)||(t=Fl.t("Offline.CharactersLimit").toString()),t}})),this.questions.push(new gm({alias:"EMAIL",propertyToSubmit:"Email",text:Fl.t("Chat.OfflineEmailRequest").toString(),validate:e=>{let t="";return Uf(e)?zf(e)||(t=Fl.t("Offline.CharactersLimit").toString()):t=Fl.t("Auth.OfflineEnterValidEmail").toString(),t}}))}}var bm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let ym=class extends(fs(Zf)){constructor(){super(),this.maxChatMessageSize=19999,this.myMessage="",this.chatMessages=[],this.audio=new Audio(Kp),this.hasSession=!1,this.lastError=-1,this.soundFlag=this.config.allowSoundNotifications,this.serverSystemMessages=!1,this.supportUnicodeEmoji=!1,this.firstResponsePending=!0,this.filesUrl="",this.emojiconUrl="",this.chatConversationId=-1,this.chatTypings$=new Qs,this.soundNotification$=new Qs,this.clientName="",this.closeMessage="",this.isTypingVisible=!1,this.isPopoutWindow=!1,this.isInputFocused=!1,this.automatedTyping=new Qs,this.automatedTypingFired$=this.automatedTyping.asObservable(),this.currentOperator=new Bf({image:this.operator.image,name:this.operator.name,emailTag:this.operator.emailTag})}get isSendButtonEnabled(){return this.myMessage.length>0}get isVideoActive(){return this.myWebRTCService&&this.myWebRTCService.isVideoActive}disableChatInput(){let e;return e=this.chatOnline?!this.hasSession:this.offlineFlow.submitted,e}beforeMount(){window.addEventListener("resize",(()=>{Yf.isDesktop()||this.scrollChatToBottom()})),this.loadingService.show(),this.isPopoutWindow=this.config&&this.config.isPopout,this.clientName=void 0!==this.auth&&void 0!==this.auth.name?this.auth.name:"",""!==this.config.soundnotificationUrl&&(this.audio=new Audio(this.config.soundnotificationUrl)),this.$subscribeTo(this.eventBus.onRestored,(()=>{this.focusInput(),this.scrollChatToBottom()})),this.chatOnline?(this.addVideoCallListener(),this.addServerTypingListener(),this.addSessionChangeListener(),this.addNewSessionListener(),this.addMessagesListener(),this.addSoundNotificationHandler(),this.addFileMessageListener(),this.configureTypingNotifications()):(this.loadingService.hide(),this.focusInput(),this.addAutomatedTypingListener(),this.offlineFlow=new vm,this.offlineFlow.buildFlow(!0),this.offlineFlow.addSubmissionCallback((()=>{const e=this.offlineFlow.getData(),t=new sh({auth:{name:e.Name,email:e.Email,phone:""},party:this.config.party,data:{message:this.offlineFlow.offlineMessage,name:e.Name,email:e.Email,phone:""}});this.currentChannel.sendSingleCommand(this.config.wpUrl,this.config.channelUrl,t).subscribe((()=>{this.addChatMessage(this.createAutomatedViewMessage(this.getPropertyValue(this.dictionary,"OfflineFormFinishMessage",[this.config.offlineFinishMessage,Fl.t("Inputs.OfflineMessageSent").toString()]))),this.stopNewMessageNotifications()}))})),this.addSoundNotificationHandler()),this.showWelcomeMessage(),this.config.showOperatorActualName?(""===this.currentOperator.image&&(this.currentOperator.image=this.config.operatorIcon),this.addOperatorChangeListener()):(this.currentOperator.name=this.config.operatorName,this.currentOperator.image=this.config.operatorIcon)}mounted(){this.focusInput()}addVideoCallListener(){this.$subscribeTo(this.myWebRTCService.videoCallInProcess$,(()=>{this.myWebRTCService.videoContainer=this.$refs.videoOutput}))}addOperatorChangeListener(){this.$subscribeTo(this.myChatService.onOperatorChange$,(e=>{void 0!==e.image&&""!==e.image||(e.image=this.config.operatorIcon),this.currentOperator=e}))}configureTypingNotifications(){this.config.showTypingIndicator&&this.$subscribeTo(this.chatTypings$.pipe(Hp(2e3),af((e=>this.myChatService.get(new vh(e),!0)))),(()=>{}),(e=>{this.eventBus.onError.next(e),this.lastError=e.state}))}addNewSessionListener(){this.$subscribeTo(this.myChatService.mySession$,(e=>{if(this.hasSession&&e.sessionState!==Ra.Connected){const t=e.sessionState===Ra.Error;this.closeMessage=""===this.closeMessage?vp()(this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])):this.closeMessage,this.serverSystemMessages&&!t&&(this.closeMessage=this.chatMessages[this.chatMessages.length-1].message),this.endWithMessage(this.closeMessage),this.ClearLastError(),t&&this.eventBus.onClosed.next(!1)}this.hasSession=e.sessionState===Ra.Connected,this.hasSession&&(this.loadingService.hide(),this.focusInput(),this.serverSystemMessages=e.serverProvideSystemMessages,this.filesUrl=e.fileEndPoint(""),this.emojiconUrl=e.emojiEndpoint()),this.chatConversationId=e.getSessionUniqueCode()}))}addFileMessageListener(){this.$subscribeTo(this.myChatService.notificationsOfType$(uh),(e=>{const t=this.chatMessages.findIndex((t=>t.id===e.id));t>-1&&(this.chatMessages[t].file=new Xd({fileName:e.file.fileName,fileLink:e.file.fileLink,fileSize:e.file.fileSize,fileState:e.file.fileState}))}))}addMessagesListener(){this.$subscribeTo(this.myChatService.notificationsOfType$(Qd),(e=>{e.messages.forEach((e=>{const t=this.chatMessages[this.chatMessages.length-1],n=t.isLocal,r=!!t.file;this.ClearLastError();const{isLocal:i}=e,s=lm(e.message,e.file);let o;e.file&&(o=new Xd({fileName:e.file.fileName,fileLink:e.file.fileLink,fileSize:e.file.fileSize,fileState:e.file.fileState}));const a=i?e.senderName:this.currentOperator.name,c="System"===e.senderNumber,l=new Date(e.time),f=l.getTimezoneOffset(),u=new om;u.id=e.id,u.isLocal=i,u.file=o,u.icon=i?this.config.userIcon:this.config.operatorIcon,u.senderName=a,u.time=new Date(l.getTime()-60*f*1e3),u.message=s,u.sent=!0,u.renderNew=i!==n||t.senderName!==a||void 0!==e.file||r||t.isAutomated&&!c,u.isAutomated=c,u.emojiconUrl=this.emojiconUrl,this.addChatMessage(u)})),this.config.aknowledgeReceived&&this.setMessagesAsReceived(e.messages)}))}addSoundNotificationHandler(){this.$subscribeTo(this.soundNotification$.pipe(Ga((()=>this.soundFlag)),function(e,t=Nd){return n=>n.lift(new Qp(e,t))}(100),Ld((()=>{this.audio.pause(),this.audio.currentTime=0})),af((()=>nf(this.audio.play())))),(()=>{}))}showWelcomeMessage(){setTimeout((()=>{const e=new om;e.isLocal=!1,e.sent=!0,e.icon=this.config.operatorIcon,e.senderName=this.currentOperator.name,e.time=new Date,e.message=this.getWelcomeMessage(),e.renderNew=!0,e.isAutomated=!0,this.addChatMessage(e,!0)}))}addSessionChangeListener(){this.myChatService.notificationsOfType$(bh).subscribe((e=>{if([Ba.MISSED,Ba.ENDED_DUE_AGENT_INACTIVITY,Ba.ENDED_DUE_CLIENT_INACTIVITY,Ba.ENDED_BY_CLIENT,Ba.ENDED_BY_AGENT].includes(e.status)){const t=vp()(this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])),n=vp()(this.getPropertyValue(this.dictionary,"ChatNoAnswerMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])),r=vp()(this.getPropertyValue(this.dictionary,"InactivityMessage",["Chat session closed due to inactivity."]));switch(this.serverSystemMessages&&(this.closeMessage=this.chatMessages[this.chatMessages.length-1].message),e.status){case 14:case 13:this.closeMessage=r;break;case 15:case 16:this.closeMessage=t;break;case 0:this.closeMessage=n}this.eventBus.onClosed.next(!1)}else e.sessionUniqueCode!==this.chatConversationId&&(this.chatConversationId=e.sessionUniqueCode)}))}addServerTypingListener(){this.$subscribeTo(this.myChatService.notificationsOfType$(Kd).pipe(Ga((()=>this.config.showTypingIndicator)),Hp(1e3),Ld((e=>{this.lastTyping=e.time,this.isTypingVisible=!0})),Sh(2e3),Ld((()=>{const e=this.lastTyping.getTime()-(new Date).getTime();this.isTypingVisible=Math.abs(e)<2e3}))),(()=>{}))}addAutomatedTypingListener(){this.$subscribeTo(this.automatedTypingFired$.pipe(Ld((()=>{this.isTypingVisible=!0})),Sh(1e3),Ld((e=>{this.isTypingVisible=!1,this.offlineFlowProceed(e)}))),(()=>{}))}setMessagesAsReceived(e){const t=e.filter((e=>e.isNew)).map((e=>e.id));t.length>0&&this.myChatService.get(new vh(new dh(t))).subscribe()}getWelcomeMessage(){let e;e=this.chatOnline?vp()(this.getPropertyValue(this.dictionary,"ChatWelcomeMessage",[this.config.inviteMessage])):vp()(this.getPropertyValue(this.dictionary,"OfflineFormTitle",[this.config.unavailableMessage,Fl.t("Inputs.UnavailableMessage").toString()]));const t=this.auth&&void 0!==this.auth.name?this.auth.name:"";return e=e.replace("%NAME%",t),e}focusInput(){this.$refs.chatInput&&Yf.focusElement(this.$refs.chatInput)}onInputFocusChange(e){this.isInputFocused=e,e&&this.stopNewMessageNotifications()}triggerNewMessageNotifications(){this.isInputFocused||(this.config&&this.config.isPopout?Gl.startBlinkWithStopOnMouseMove():(Gl.startBlink(),this.eventBus.onNotificationVisibilityChange.next(!0)))}stopNewMessageNotifications(){this.eventBus.onNotificationVisibilityChange.next(!1),Gl.stopBlink()}onResendMessage(e){this.sendMessage(this.chatMessages[e].message,e)}sendMessage(e="",t=-1){var n;if(e=""===e?this.myMessage:e,(n=e)&&!(n.replace(/\s/g,"").length<1))if(e.length<20480)if(this.chatOnline)this.sendOnlineMessage(e,t);else{void 0===this.offlineFlow.current()&&(this.eventBus.onChatInitiated.next(),this.offlineFlow.offlineMessage=e);const t=this.createViewMessage(e,!0,!1);t.sent=!0,this.addChatMessage(t),this.myMessage="",this.offlineFlow.submitted||setTimeout((()=>{this.automatedTyping.next(e)}),500)}else Vd("Chat message too large")}offlineFlowProceed(e){let t="";const n=this.offlineFlow.current();if(void 0!==n&&(void 0!==n.sanitize&&(e=n.sanitize(e)),t=this.offlineFlow.validateCurrent(e)),""===t){void 0!==n&&n.setAnswer(e);const t=this.offlineFlow.next();void 0!==t&&this.addChatMessage(this.createAutomatedViewMessage(t.text))}else this.addChatMessage(this.createAutomatedViewMessage(t))}sendOnlineMessage(e,t){const n=new Yd(e);n.idConversation=this.chatConversationId;const r=this.chatMessages[this.chatMessages.length-1],i=r.isLocal;if(t<0){const n=this.createViewMessage(e,!i||r.senderName!==this.clientName),s=this.addChatMessage(n);t=s-1}this.chatMessages[t].index=t,this.myMessage="",this.myChatService.get(new vh(n)).subscribe((()=>{this.focusInput(),this.chatMessages[t].sent=!0,this.automatedFirstResponseHandle(this.chatMessages[t])}),(e=>{this.eventBus.onError.next(e),this.lastError=e.state,this.lastError=e.state,this.chatMessages[t].errorType=this.mapErrorStateToMessageError(e.state),this.scrollChatToBottom()}))}createAutomatedViewMessage(e){const t=new om;return t.isLocal=!1,t.time=new Date,t.message=e,t.renderNew=!0,t.isAutomated=!0,t.emojiconUrl=this.emojiconUrl,t.sent=!0,t}createViewMessage(e,t,n=!0){const r=new om;return r.isLocal=!0,r.icon=this.config.userIcon,r.senderName=this.clientName,r.time=new Date,r.message=n?lm(e):e,r.renderNew=t,r.isAutomated=!1,r.emojiconUrl=this.emojiconUrl,r}mapErrorStateToMessageError(e){return 40===e?Fa.NoRetry:Fa.CanRetry}fileSelection(){const e=this.$refs.fileInput;if(null!=e.files){if(!this.checkFile(e.files[0].name))return;const t=new Xd;t.idConversation=this.chatConversationId,t.file=e.files[0],t.fileSize=e.files[0].size,t.fileState=Da.Uploading,t.fileName=e.files[0].name;const n=new om;n.isLocal=!0,n.icon=this.config.userIcon,n.senderName=this.clientName,n.time=new Date,n.message="",n.renderNew=!0,n.file=t,n.isAutomated=!1;const r=this.addChatMessage(n),i=new vh(t);i.containsFile=!0;const s=this.myChatService.get(i);xd(s)&&s.subscribe((e=>{t.fileLink=e.Data.FileLink,t.fileState=Da.Available,this.chatMessages[r-1].file=t,this.chatMessages[r-1].sent=!0}))}}FireTyping(e){this.myMessage=e.target.value,this.config.showTypingIndicator&&this.chatTypings$.next(new Kd({idConversation:this.chatConversationId}))}ClearLastError(){this.lastError=-1}scrollChatToBottom(){setTimeout((()=>{const e=this.$refs.chatHistory;e&&(e.scrollTop=e.scrollHeight)}))}addChatMessage(e,t=!1){const n=this.chatMessages.push(e);return this.focusInput(),e.isLocal||t||this.soundNotification$.next(),e.isLocal||this.triggerNewMessageNotifications(),this.scrollChatToBottom(),n}automatedFirstResponseHandle(e){if(this.firstResponsePending&&e.isLocal){let e=this.getPropertyValue(this.dictionary,"FirstResponse",[this.config.firstResponseMessage]);if(e){const t=this.auth&&void 0!==this.auth.name?this.auth.name:"";e=e.replace("%NAME%",t);if(this.chatMessages.filter((e=>!e.isAutomated&&!e.isLocal)).length<=0){this.firstResponsePending=!1;const t=new om;t.isLocal=!1,t.sent=!0,t.icon=this.config.operatorIcon,t.senderName=this.currentOperator.name,t.time=new Date,t.message=e,t.renderNew=!0,t.isAutomated=!0,this.addChatMessage(t)}else this.firstResponsePending=!1}}}endWithMessage(e){this.$emit("end-chat",e,this.chatConversationId)}filePickerToggle(){this.$refs.fileInput.click()}getUserTag(e){return e&&void 0!==this.auth.email&&this.auth.email.length>0?Od()(this.auth.email):e?"default":this.currentOperator.emailTag}getUserIcon(e){return e?"DefaultUser":""===this.currentOperator.image?"DefaultAgent":this.currentOperator.image}checkFile(e){let t=!1;const n=e.lastIndexOf("."),r=e.substring(n+1);return["png","pjp","jpeg","pjpeg","pjpeg","jpg","jfif"].indexOf(r.toLowerCase())>=0&&(t=!0),t}};bm([Ts()],ym.prototype,"config",void 0),bm([Ts()],ym.prototype,"auth",void 0),bm([Ts()],ym.prototype,"operator",void 0),bm([Ts({default:!1})],ym.prototype,"chatEnabled",void 0),bm([Ts({default:!0})],ym.prototype,"chatOnline",void 0),bm([Ts()],ym.prototype,"enablePoweredby",void 0),bm([Ts()],ym.prototype,"facebookIntegrationUrl",void 0),bm([Ts()],ym.prototype,"twitterIntegrationUrl",void 0),bm([Ts()],ym.prototype,"emailIntegrationUrl",void 0),bm([Ts()],ym.prototype,"dictionary",void 0),bm([ys()],ym.prototype,"myChatService",void 0),bm([ys()],ym.prototype,"myWebRTCService",void 0),bm([ys()],ym.prototype,"currentChannel",void 0),bm([ys()],ym.prototype,"eventBus",void 0),bm([ys()],ym.prototype,"loadingService",void 0),ym=bm([vs({components:{ChatMsg:mm,MaterialInput:wp,SoundActive:Mu(),SoundInactive:Iu(),FacebookIcon:ku(),PaperPlane:Du(),TwitterIcon:Bu(),EmailIcon:ju(),DefaultSound:Kp,PaperClip:Ku(),Loading:Sp}})],ym);const _m=cd(ym,(function(){var e,t=this,n=t.$createElement,r=t._self._c||n;return r("div",{class:[t.$style.root]},[t.isVideoActive?r("div",{ref:"videoOutput",class:t.$style["video-container"],attrs:{id:"wplc_videoOutput"}},[!t.myWebRTCService.videoOnlyRemoteStream||!t.myWebRTCService.media.isVideoReceived&&t.myWebRTCService.media.isVideoSend?t._e():r("video",{directives:[{name:"srcObject",rawName:"v-srcObject",value:t.myWebRTCService.videoOnlyRemoteStream,expression:"myWebRTCService.videoOnlyRemoteStream"}],class:t.myWebRTCService.isFullscreen?t.$style.awayFullVideo:t.$style.awayVideo,attrs:{id:"wplc-remote-video",autoplay:""}}),t._v(" "),t.myWebRTCService.videoOnlyLocalStream&&t.myWebRTCService.media.isVideoSend?r("video",{directives:[{name:"srcObject",rawName:"v-srcObject",value:t.myWebRTCService.videoOnlyLocalStream,expression:"myWebRTCService.videoOnlyLocalStream"}],class:(e={},e[t.$style.mirrorVideo]=!0,e[t.myWebRTCService.isFullscreen||!t.isPopoutWindow?t.$style.homeFullVideo:t.$style.homeVideo]=t.myWebRTCService.media.isVideoReceived,e[t.myWebRTCService.isFullscreen||!t.isPopoutWindow?t.$style.awayFullVideo:t.$style.awayVideo]=!t.myWebRTCService.media.isVideoReceived,e),attrs:{id:"wplc-home-video",autoplay:""}}):t._e()]):t._e(),t._v(" "),t.chatEnabled?r("div",{ref:"chatHistory",class:[t.$style["chat-container"]]},[t._l(t.chatMessages,(function(e,n){return[r("chat-msg",{key:e.index,attrs:{usertag:t.getUserTag(e.isLocal),usericon:t.getUserIcon(e.isLocal),config:t.config,message:e},on:{resend:function(e){return t.onResendMessage(n)}}})]})),t._v(" "),t.isTypingVisible?r("div",{class:[t.$style.typing_indicator]},[t.chatOnline?r("div",{class:t.$style.typing_indicator_name},[r("span",{attrs:{title:t.currentOperator.name}},[t._v(t._s(t.currentOperator.name))])]):t._e(),t._v(" "),r("span",[t._v(t._s(t.$t("Inputs.IsTyping")))])]):t._e()],2):r("div",{ref:"chatDisabledMessage",class:t.$style["chat-disabled-container"]},[r("div",[t._v("\n "+t._s(t.$t("Inputs.ChatIsDisabled"))+"\n ")])]),t._v(" "),r("div",{class:[t.$style["chat-footer"],t.chatEnabled?"":t.$style["chat-disabled"]]},[t.chatEnabled?r("form",{class:t.$style["chat-message-input-form"],on:{submit:function(e){return e.preventDefault(),t.sendMessage("",-1)}}},[r("div",{class:t.$style.materialInput},[r("input",{ref:"chatInput",class:t.$style["chat-message-input"],attrs:{disabled:t.disableChatInput(),type:"text",placeholder:t.$t("Chat.TypeYourMessage"),maxLength:t.maxChatMessageSize,name:"chatInput",autocomplete:"off"},domProps:{value:t.myMessage},on:{input:function(e){return t.FireTyping(e)},focus:function(e){return t.onInputFocusChange(!0)},blur:function(e){return t.onInputFocusChange(!1)}}})]),t._v(" "),r("div",{class:[t.$style["send-trigger"],t.isSendButtonEnabled?t.$style.send_enable:t.$style.send_disable],on:{mousedown:function(e){return e.preventDefault(),t.sendMessage("",-1)}}},[r("paper-plane")],1)]):t._e(),t._v(" "),r("div",{class:t.$style.banner},[r("div",{class:t.$style["chat-action-buttons"]},[t.config.filesEnabled&&t.chatOnline?r("input",{ref:"fileInput",staticStyle:{display:"none"},attrs:{id:"avatar",type:"file",name:"file-picker",accept:"image/png, image/jpeg"},on:{change:function(e){return e.preventDefault(),t.fileSelection(e)}}}):t._e(),t._v(" "),t.config.filesEnabled&&t.chatOnline?r("span",{class:[t.$style["action-button"]],on:{click:function(e){return e.preventDefault(),t.filePickerToggle(e)}}},[r("PaperClip")],1):t._e(),t._v(" "),t.config.enableMute&&t.chatEnabled?r("div",{class:t.$style["action-button"],on:{click:function(e){t.soundFlag=!t.soundFlag}}},[t.soundFlag?t._e():r("a",[r("soundInactive")],1),t._v(" "),t.soundFlag?r("a",[r("soundActive")],1):t._e()]):t._e(),t._v(" "),t.config.facebookIntegrationUrl?r("div",{class:t.$style["action-button"]},[r("a",{attrs:{target:"_blank",href:t.config.facebookIntegrationUrl}},[r("facebookIcon")],1)]):t._e(),t._v(" "),t.config.twitterIntegrationUrl?r("div",{class:t.$style["action-button"]},[r("a",{attrs:{target:"_blank",href:t.config.twitterIntegrationUrl}},[r("twitterIcon")],1)]):t._e(),t._v(" "),t.config.emailIntegrationUrl?r("div",{class:t.$style["action-button"]},[r("a",{attrs:{href:"mailto:"+t.config.emailIntegrationUrl}},[r("emailIcon")],1)]):t._e()]),t._v(" "),t.config.enablePoweredby?r("span",{class:t.$style["powered-by"]},[r("a",{attrs:{href:"https://www.3cx.com",target:"_blank"}},[t._v(t._s(t.$t("Inputs.PoweredBy"))+" ")])]):t._e()])])])}),[],!1,(function(e){var t=n(2114);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Am=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let wm=class extends(fs(Zf)){constructor(){super(...arguments),this.ChatRates=Pa,this.rate=-1}onStartNew(){this.eventBus.onRestart.next()}onPositiveRate(){this.rate=this.rate===Pa.Positive?Pa.None:Pa.Positive,this.$emit("chat-rate",this.rate,this.cid)}onNegativeRate(){this.rate=this.rate===Pa.Negative?Pa.None:Pa.Negative,this.$emit("chat-rate",this.rate,this.cid)}};Am([ys()],wm.prototype,"eventBus",void 0),Am([Ts()],wm.prototype,"config",void 0),Am([Ts()],wm.prototype,"endMessage",void 0),Am([Ts()],wm.prototype,"cid",void 0),wm=Am([vs({components:{Panel:Bp,ThumbsUp:Vu(),ThumbsDown:Gu(),ThumbsUpSolid:Yu(),ThumbsDownSolid:$u()}})],wm);const Cm=cd(wm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root,attrs:{slot:"panel-content"},slot:"panel-content"},[n("div",{class:e.$style.success_body},[n("div",{class:e.$style.awayText},[e._v("\n "+e._s(e.endMessage)+"\n ")]),e._v(" "),e.config.ratingEnabled?n("div",[n("div",{class:e.$style.awayText},[e._v("\n Please rate your chat experience\n ")]),e._v(" "),n("div",{staticStyle:{display:"flex","align-items":"center","margin-top":"5px","flex-direction":"column"}},[n("span",{staticStyle:{float:"left"}},[n("span",{ref:"positiveRate",on:{click:function(t){return e.onPositiveRate()}}},[e.rate!==e.ChatRates.Positive?n("ThumbsUp",{class:e.$style.rateThumbs}):e._e(),e._v(" "),e.rate===e.ChatRates.Positive?n("ThumbsUpSolid",{class:e.$style.rateThumbs}):e._e()],1),e._v(" "),n("span",{ref:"negativeRate",on:{click:function(t){return e.onNegativeRate()}}},[e.rate!==e.ChatRates.Negative?n("ThumbsDown",{class:e.$style.rateThumbs}):e._e(),e._v(" "),e.rate===e.ChatRates.Negative?n("ThumbsDownSolid",{class:e.$style.rateThumbs}):e._e()],1)])])]):e._e()]),e._v(" "),n("button",{class:e.$style.submit,attrs:{type:"button"},on:{click:function(t){return e.onStartNew()}}},[e._v("\n "+e._s(e.$t("ChatCompleted.StartNew"))+"\n ")])])}),[],!1,(function(e){var t=n(3479);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Em;!function(e){e[e.try=1]="try",e[e.ok=2]="ok",e[e.restart=3]="restart"}(Em||(Em={}));var Sm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Tm=class extends(fs(Zf)){mounted(){this.$nextTick((()=>{this.$refs.submitButton.focus()}))}submit(){this.$emit("submit")}};Sm([Ts()],Tm.prototype,"message",void 0),Sm([Ts()],Tm.prototype,"button",void 0),Tm=Sm([vs({})],Tm);const Om=cd(Tm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root},[n("div",{class:e.$style.content},[n("div",{class:e.$style["content-message"]},[e._v("\n "+e._s(e.message)+"\n ")]),e._v(" "),n("button",{ref:"submitButton",class:e.$style.submit,attrs:{type:"submit"},on:{click:e.submit}},[e._v("\n "+e._s(1===e.button?e.$t("MessageBox.TryAgain"):e.$t("MessageBox.Ok"))+"\n ")])]),e._v(" "),n("div",{class:e.$style.background,on:{click:e.submit}})])}),[],!1,(function(e){var t=n(7306);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var xm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Mm=class extends(fs(Zf)){constructor(){super(),this.notificationMessage="",this.currentState=this.chatOnline?ka.Chat:ka.Offline,this.notificationButtonType=Em.try,this.hasSession=!1,this.allowCall=!1,this.allowVideo=!1,this.selfClosed=!1,this.cid=-1,this.myChatService=new jf(this.auth,this.config.channelUrl,this.config.wpUrl,this.config.filesUrl,this.config.party,this.currentChannel),this.chatOnline&&(this.myChatService.reconnect(),this.myWebRTCService=new dp(this.myChatService))}onClose(){this.selfClosed=!0,this.eventBus.onClosed.next(!0)}onChatEnd(e,t){this.cid=t,this.endMessage=this.selfClosed?this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()]):e;const n=this.auth&&void 0!==this.auth.name?this.auth.name:"";this.endMessage=this.endMessage.replace("%NAME%",n)}onChatRate(e){this.loadingService.show();const t=new oh({auth:{name:this.auth.name,email:this.auth.email,phone:this.auth.phone},party:this.config.party,data:{rate:e,cid:this.cid}});this.currentChannel.sendSingleCommand(this.config.wpUrl,this.config.channelUrl,t).subscribe((()=>{this.loadingService.hide()}),(e=>{this.notificationMessage=zl(e)}))}onErrorFormSubmit(){if(this.notificationMessage="",this.notificationButtonType===Em.restart){this.endMessage=this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()]);const e=this.auth&&void 0!==this.auth.name?this.auth.name:"";this.endMessage=this.endMessage.replace("%NAME%",e),this.eventBus.onClosed.next(!1)}}beforeMount(){this.eventBus.onLoaded.subscribe((e=>{this.currentState=ka.Chat,e&&(this.myChatService.reconnect(),this.setupChatServiceSubscriptions())})),this.setupChatServiceSubscriptions(),this.$subscribeTo(this.eventBus.onClosed,(e=>{this.currentChannel.dropSession(this.config.wpUrl,this.config.channelUrl,e).subscribe((()=>{this.fullscreenService.closeFullScreen(),this.loadingService.hide(),this.currentState=ka.ChatCompleted,this.eventBus.onNotificationVisibilityChange.next(!1),Gl.stopBlink(),this.myChatService.closeSession()}),(e=>{this.loadingService.hide(),this.eventBus.onError.next(e)}))})),this.$subscribeTo(this.eventBus.onError,(e=>{this.notificationMessage=zl(e),this.notificationButtonType=Em.ok,Vd(this.notificationMessage),this.loadingService.hide()}))}setupChatServiceSubscriptions(){this.myChatService.notificationsFilter$("ReConnect").subscribe((()=>{this.loadingService.show(),this.myChatService.reconnect()})),this.config.isQueue&&!this.config.ignoreQueueownership?(this.allowCall=!1,this.allowVideo=!1,this.$subscribeTo(this.myChatService.mySession$.pipe(af((e=>(this.config.isQueue&&(this.allowCall=!1,this.allowVideo=!1),e.messages$))),Bl(dc)),(()=>{this.allowCall=this.config.allowCall,this.allowVideo=this.config.allowVideo,this.eventBus.onCallChannelEnable.next({allowCall:this.allowCall,allowVideo:this.allowVideo})}))):(this.allowCall=this.config.allowCall,this.allowVideo=this.config.allowVideo),this.$subscribeTo(this.myChatService.mySession$,(e=>{var t;this.hasSession=e.sessionState===Ra.Connected,e.sessionState===Ra.Error&&(this.notificationMessage=null!==(t=e.error)&&void 0!==t?t:"",this.notificationButtonType=Em.restart,Vd(this.notificationMessage),this.loadingService.hide())}))}};xm([Ts()],Mm.prototype,"chatEnabled",void 0),xm([Ts()],Mm.prototype,"chatOnline",void 0),xm([Ts()],Mm.prototype,"startMinimized",void 0),xm([ys()],Mm.prototype,"fullscreenService",void 0),xm([Ts()],Mm.prototype,"ignoreQueueownership",void 0),xm([Ts()],Mm.prototype,"longBar",void 0),xm([Ts()],Mm.prototype,"auth",void 0),xm([Ts()],Mm.prototype,"config",void 0),xm([Ts()],Mm.prototype,"operator",void 0),xm([Ts()],Mm.prototype,"dictionary",void 0),xm([Cs()],Mm.prototype,"myChatService",void 0),xm([Cs()],Mm.prototype,"myWebRTCService",void 0),xm([ys()],Mm.prototype,"eventBus",void 0),xm([ys()],Mm.prototype,"currentChannel",void 0),xm([ys()],Mm.prototype,"loadingService",void 0),Mm=xm([vs({components:{CallUsChat:_m,Phone:hd,Panel:Bp,OverlayMessage:Om,ChatCompleted:Cm}})],Mm);const Nm=cd(Mm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("panel",{ref:"panelComponent",attrs:{auth:e.auth,"allow-minimize":e.config.allowMinimize,title:e.getPropertyValue(e.dictionary,"ChatTitle",[e.config.windowTitle]),"allowed-action":e.config.allowedAction,"start-minimized":e.startMinimized,"window-icon":e.config.windowIcon,config:e.config,operator:e.operator,"show-close-button":e.hasSession&&e.chatOnline,dictionary:e.dictionary,"panel-state":e.currentState,"allow-fullscreen":!0},on:{close:function(t){return e.onClose()}}},[e.notificationMessage?n("overlay-message",{ref:"overlayMessageComponent",attrs:{slot:"overlay",message:e.notificationMessage,button:e.notificationButtonType},on:{submit:function(t){return e.onErrorFormSubmit()}},slot:"overlay"}):e._e(),e._v(" "),e.currentState===e.ViewState.Chat?n("phone",{attrs:{slot:"panel-top",config:e.config,"allow-video":e.allowVideo,"allow-call":e.allowCall,operator:e.operator,"is-full-screen":e.fullscreenService.isFullScreen},slot:"panel-top"}):e._e(),e._v(" "),e.currentState===e.ViewState.Chat||e.currentState===e.ViewState.Offline?n("call-us-chat",{ref:"chatComponent",class:e.$style.chat,attrs:{slot:"panel-content","chat-online":e.chatOnline,"chat-enabled":e.chatEnabled,config:e.config,auth:e.auth,dictionary:e.dictionary,operator:e.operator},on:{"end-chat":function(t){return e.onChatEnd(arguments[0],arguments[1])}},slot:"panel-content"}):e.currentState===e.ViewState.ChatCompleted?n("chat-completed",{ref:"chatCompletedComponent",attrs:{slot:"panel-content",config:e.config,"event-bus":e.eventBus,cid:e.cid,"end-message":e.endMessage},on:{"chat-rate":function(t){return e.onChatRate(arguments[0])}},slot:"panel-content"}):e._e()],1)}),[],!1,(function(e){var t=n(8792);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class Im{constructor(e){this.enableFullScreen=!1,this.isFullScreen=!1,Object.assign(this,e)}goFullScreen(){if(!this.enableFullScreen)return;this.isFullScreen=!0;const e=window.document.getElementsByTagName("body");e.length>0&&e[0].style.setProperty("overflow","hidden !important");const t=.01*window.innerHeight,n=.01*document.documentElement.clientWidth;window.document.documentElement.style.setProperty("--vh",t+"px"),window.document.documentElement.style.setProperty("--vw",n+"px"),window.addEventListener("resize",(()=>{const e=.01*window.innerHeight,t=.01*document.documentElement.clientWidth;window.document.documentElement.style.setProperty("--vh",e+"px"),window.document.documentElement.style.setProperty("--vw",t+"px")})),this.callUsElement&&(this.componentTop=this.callUsElement.style.getPropertyValue("top"),this.componentBottom=this.callUsElement.style.getPropertyValue("bottom"),this.componentLeft=this.callUsElement.style.getPropertyValue("left"),this.componentRight=this.callUsElement.style.getPropertyValue("right"),this.callUsElement.style.removeProperty("right"),this.callUsElement.style.removeProperty("bottom"),this.callUsElement.style.setProperty("top","0px"),this.callUsElement.style.setProperty("left","0px"))}closeFullScreen(){var e,t,n,r;if(!this.enableFullScreen)return;this.isFullScreen=!1;const i=window.document.getElementsByTagName("body");i.length>0&&i[0].style.setProperty("overflow","auto !important"),this.callUsElement&&(this.callUsElement.style.setProperty("top",null!==(e=this.componentTop)&&void 0!==e?e:""),this.callUsElement.style.setProperty("bottom",null!==(t=this.componentBottom)&&void 0!==t?t:""),this.callUsElement.style.setProperty("left",null!==(n=this.componentLeft)&&void 0!==n?n:""),this.callUsElement.style.setProperty("right",null!==(r=this.componentRight)&&void 0!==r?r:""))}getSavedPosition(){return{componentTop:this.componentTop,componentBottom:this.componentBottom,componentLeft:this.componentLeft,componentRight:this.componentRight}}}var Rm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let km=class extends Sd{constructor(){super(),this.viewState=ka.None,this.auth={},this.departments=[],this.customFields=[],this.dictionary={},this.authenticationType=vd.None,this.authWindowMinimized=!1,this.mainWindowMinimized=!1,this.chatEnabled=!1,this.chatOnline=!0,this.popoutMode=!1,this.isQueue=!1,this.isDesktop=!1,this.isHidden=!1,this.isFullScreen=!1,this.operator=new Bf,this.fullscreenService=new Im,Rh(this)}get chatWindow(){return window}get chatForm(){let e="NONE";return this.viewState!==ka.Authenticate||this.isHidden?this.viewState!==ka.Chat&&this.viewState!==ka.Offline||this.isHidden?this.viewState!==ka.PopoutButton||this.isHidden?this.viewState===ka.Disabled&&(e="DISABLED"):e="POPOUT":e="CHAT":e="AUTH",e}beforeMount(){if(window.changeViewstate=e=>{this.viewState=e},"phone"===this.channel&&window.addEventListener("beforeunload",(()=>{this.currentChannel.isAuthorized()&&this.currentChannel.dropSession(this.config.wpUrl,this.config.channelUrl,!1),this.eventBus.onRestart.next(),null!=window.opener&&"function"==typeof window.opener.changeViewstate&&window.opener.changeViewstate(ka.Authenticate)})),this.loadingService.show(),this.isDesktop=Yf.isDesktop(),this.fullscreenService.enableFullScreen=!this.isDesktop||this.isPopout,this.isHidden=!this.isDesktop&&"false"===this.enableOnmobile&&"false"===this.forceToOpen||"false"===this.enable,this.isHidden)return;"name"===this.authentication?this.authenticationType=vd.Name:"email"===this.authentication?this.authenticationType=vd.Email:"both"===this.authentication&&(this.authenticationType=vd.Both);const e="false"===this.minimized?"none":"true"===this.minimized?"both":this.minimized;if("true"===this.forceToOpen?this.authWindowMinimized=!1:this.authWindowMinimized="both"===e||this.isDesktop&&"desktop"===e||!this.isDesktop&&"mobile"===e,this.eventBus.onClosed.subscribe((()=>{null!=window.opener&&"function"==typeof window.opener.changeViewstate&&window.opener.changeViewstate(ka.Authenticate)})),this.eventBus.onRestart.subscribe((()=>{this.authWindowMinimized=!1,this.loadingService.show(),Rh(this),this.loadChannelInfo(!1)})),this.loadChannelInfo(!1),this.authenticationString)try{this.auth=JSON.parse(this.authenticationString),this.currentChannel.setAuthentication(this.auth)}catch(e){}}updated(){this.fullscreenService.callUsElement||(this.fullscreenService.callUsElement=this.$el.getRootNode().host)}getMinimizedState(e){let t=!0;return"true"===this.forceToOpen?t=!1:this.authWindowMinimized||("true"===this.popupWhenOnline?e&&(t=!1):t=!1),t}loadChannelInfo(e){const t=th();t&&(e=!0,this.auth={name:t.name,email:t.email}),this.$subscribeTo(this.info$,(t=>{var n;this.loadingService.hide(),this.isQueue=t.isQueue,this.popoutMode="true"===this.popout,this.chatEnabled=void 0===t.isChatEnabled||t.isChatEnabled,this.departments=null!==(n=t.departments)&&void 0!==n?n:[],this.customFields=t.customFields,this.dictionary=void 0!==t.dictionary?t.dictionary:{},this.authWindowMinimized=this.getMinimizedState(t.isAvailable),this.mainWindowMinimized=this.authWindowMinimized,this.config.showOperatorActualName?(this.operator=t.operator,""===this.operator.name&&(this.operator.name=this.config.operatorName),""===this.operator.image&&(this.operator.image=this.config.operatorIcon)):this.operator=new Bf({name:this.config.operatorName,image:this.config.operatorIcon}),t.isChatEnabled?t.isAvailable&&this.config.inBusinessSchedule?this.currentChannel.isAuthorized()&&this.popoutMode?this.viewState=ka.PopoutButton:this.currentChannel.isAuthorized()?(this.viewState=ka.Chat,this.mainWindowMinimized=!1):this.viewState=ka.Authenticate:(this.chatOnline=!1,this.viewState=ka.Offline):this.viewState=ka.Authenticate,!this.mainWindowMinimized&&this.fullscreenService.enableFullScreen&&this.fullscreenService.goFullScreen(),this.eventBus.onLoaded.next(e)}),(e=>{console.error(e),this.viewState=ka.Disabled}))}popoutChat(){const e={};this.inviteMessage&&(e.inviteMessage=vp()(this.getPropertyValue(this.dictionary,"ChatWelcomeMessage",[this.config.inviteMessage,Fl.t("Inputs.InviteMessage").toString()]))),this.endingMessage&&(e.endingMessage=vp()(this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()]))),this.firstResponseMessage&&(e.firstResponseMessage=vp()(this.getPropertyValue(this.dictionary,"FirstResponse",[this.config.firstResponseMessage]))),this.unavailableMessage&&(e.unavailableMessage=Hf(this.unavailableMessage,250)),e.forceToOpen="true",e.autoFocus=this.autoFocus,"true"!==this.allowCall&&(e.allowCall=this.allowCall),e.emailIntegrationUrl=Vf(this.emailIntegrationUrl,""),e.twitterIntegrationUrl=$f(this.twitterIntegrationUrl,""),e.facebookIntegrationUrl=Wf(this.facebookIntegrationUrl,""),e.ignoreQueueownership=this.ignoreQueueownership,e.isPopout=!0,e.allowMinimize="false",e.minimized="false","true"!==this.allowVideo&&(e.allowVideo=this.allowVideo),e.party=this.party,this.operatorIcon&&(e.operatorIcon=Gf(this.operatorIcon,"")),this.windowIcon&&(e.windowIcon=Gf(this.windowIcon,"")),e.operatorName=Hf(this.operatorName),e.windowTitle=Hf(this.windowTitle),e.enablePoweredby=this.enablePoweredby,e.allowSoundnotifications=this.allowSoundnotifications,e.autoFocus=this.autoFocus,e.visitorName=Hf(this.visitorName),e.visitorEmail=Vf(this.visitorEmail,""),e.authenticationMessage=Hf(this.authenticationMessage,250),e.authentication=this.authentication,this.userIcon&&(e.userIcon=this.userIcon),e.callTitle=Hf(this.callTitle),e.popout="false",e.authenticationString=JSON.stringify(this.auth);const t=getComputedStyle(this.$el);let n;e.cssVariables=JSON.stringify(["--call-us-form-header-background","--call-us-header-text-color","--call-us-main-button-background","--call-us-client-text-color","--call-us-agent-text-color"].reduce(((e,n)=>{const r=t.getPropertyValue(n);return r&&(e[n]=r),e}),{})),n=`${Ul(this.config.channelUrl).toString()}livechat#${encodeURIComponent(JSON.stringify(e))}`;const r=Yf.popupCenter(n,600,500);r&&(r.focus(),"true"===this.autoFocus&&setTimeout((()=>{const e=this.$refs.chatInput;e&&e.focus()}))),this.eventBus.onChatInitiated.next()}authenticateFormSubmit(e){this.auth=e,this.currentChannel.setAuthentication(e),this.popoutMode&&"phone"===this.channel?(this.popoutChat(),this.viewState=ka.PopoutButton):(null!=window.opener&&"function"==typeof window.opener.changeViewstate&&window.opener.changeViewstate(ka.PopoutButton),this.fullscreenService.goFullScreen(),this.viewState=ka.Chat,this.mainWindowMinimized=!1)}get config(){const e=Vl&&"true"===this.allowCall,t="true"===this.allowVideo;let n,r;this.phonesystemUrl?(n=this.phonesystemUrl,r=this.phonesystemUrl):(n=this.channelUrl,r=this.filesUrl);const i="bubbleleft"===this.minimizedStyle.toLowerCase()?bd.BubbleLeft:bd.BubbleRight;let s,o,a;switch(this.animationStyle.toLowerCase()){case"slideleft":s=_d.SlideLeft;break;case"slideright":s=_d.SlideRight;break;case"fadein":s=_d.FadeIn;break;case"slideup":s=_d.SlideUp;break;default:s=_d.None}switch(this.greetingVisibility.toLowerCase()){case"desktop":o=wd.Desktop;break;case"mobile":o=wd.Mobile;break;case"both":o=wd.Both;break;default:o=wd.None}switch(this.greetingOfflineVisibility.toLowerCase()){case"desktop":a=wd.Desktop;break;case"mobile":a=wd.Mobile;break;case"both":a=wd.Both;break;default:a=wd.None}let c=yd.ChatOnly;e&&t||!t&&e?c=yd.CallAndChat:e||(c=yd.ChatOnly);const l=Hf(this.operatorName);return{isQueue:this.isQueue,enablePoweredby:"true"===this.enablePoweredby,allowedAction:c,animationStyle:s,minimizedStyle:i,isPopout:this.isPopout,windowTitle:Hf(this.windowTitle),allowSoundNotifications:"true"===this.allowSoundnotifications,enableMute:"true"===this.enableMute,autoFocus:"true"===this.autoFocus,facebookIntegrationUrl:Wf(this.facebookIntegrationUrl,""),twitterIntegrationUrl:$f(this.twitterIntegrationUrl,""),emailIntegrationUrl:Vf(this.emailIntegrationUrl,""),operatorName:""===l?Fl.t("Inputs.OperatorName").toString():l,operatorIcon:Gf(this.operatorIcon,""),userIcon:Gf(this.operatorIcon,"data:image/png;base64,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"),allowCall:e,allowVideo:t,allowMinimize:!this.isPopout&&(!this.isDesktop||"true"===this.allowMinimize),inviteMessage:Hf(this.inviteMessage,250),endingMessage:Hf(this.endingMessage,250),unavailableMessage:Hf(this.unavailableMessage,250),firstResponseMessage:Hf(this.firstResponseMessage,250),party:this.party,channelUrl:n,wpUrl:this.wpUrl,filesUrl:r,windowIcon:Gf(this.windowIcon,""),buttonIcon:Gf(this.buttonIcon,""),buttonIconType:""===this.buttonIconType?"Default":this.buttonIconType,enableOnmobile:"false"===this.enableOnmobile,enable:"true"===this.enable,inBusinessSchedule:"true"===this.inBusinessSchedule,ignoreQueueownership:"true"===this.ignoreQueueownership,showTypingIndicator:"true"===this.showTypingIndicator,showOperatorActualName:"true"===this.showOperatorActualName,authenticationType:this.authenticationType,channelType:this.channelType,aknowledgeReceived:"true"===this.aknowledgeReceived,gdprEnabled:"true"===this.gdprEnabled,filesEnabled:"true"===this.filesEnabled,gdprMessage:this.gdprMessage,ratingEnabled:"true"===this.ratingEnabled,departmentsEnabled:"true"===this.departmentsEnabled,chatIcon:this.chatIcon,chatLogo:this.chatLogo,messageDateformat:this.messageDateformat,messageUserinfoFormat:this.messageUserinfoFormat,soundnotificationUrl:this.soundnotificationUrl,visitorEmail:this.visitorEmail,visitorName:this.visitorName,authenticationMessage:Hf(this.authenticationMessage,250),startChatButtonText:this.startChatButtonText,offlineFinishMessage:this.offlineFinishMessage,greetingVisibility:o,greetingMessage:this.greetingMessage,greetingOfflineVisibility:a,greetingOfflineMessage:this.greetingOfflineMessage}}};Rm([Cs()],km.prototype,"fullscreenService",void 0),km=Rm([vs({components:{CallUsMainForm:Nm,CallUsAuthenticateForm:zp,MinimizedButton:Ip}})],km);const Pm=cd(km,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return"AUTH"===e.chatForm?n("call-us-authenticate-form",{attrs:{"start-minimized":e.authWindowMinimized,config:e.config,"auth-type":e.authenticationType,departments:e.departments,"custom-fields":e.customFields,dictionary:e.dictionary,"chat-enabled":e.chatEnabled,operator:e.operator},on:{submit:e.authenticateFormSubmit}}):"CHAT"===e.chatForm?n("call-us-main-form",{attrs:{"chat-enabled":e.chatEnabled,"chat-online":e.chatOnline,dictionary:e.dictionary,"start-minimized":e.mainWindowMinimized,operator:e.operator,config:e.config,auth:e.auth}}):"POPOUT"===e.chatForm?n("minimized-button",{attrs:{config:e.config,dictionary:e.dictionary},on:{click:e.popoutChat}}):"DISABLED"===e.chatForm?n("minimized-button",{attrs:{config:e.config,dictionary:e.dictionary,disabled:!0}}):e._e()}),[],!1,(function(e){var t=n(8482);t.__inject__&&t.__inject__(e)}),null,null,!0).exports;ts.use(To),window.customElements.define("call-us",b(ts,Pm)),window.customElements.define("call-us-phone",b(ts,mp))},4747:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7928),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8915:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(2927),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},7601:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(5443),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},2003:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(3510),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},9036:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7612),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},3479:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(8366),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},2114:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(6009),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},265:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7841),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},17:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(101),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},4753:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(6126),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8391:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(4101),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},978:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(408),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8792:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(5499),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},4806:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(1970),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},7306:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(3114),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},6711:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(9717),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},1726:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7305),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},1368:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(5186),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8482:(e,t,n)=>{"use strict";n.r(t);var r=n(2813),i={};for(const e in r)"default"!==e&&(i[e]=()=>r[e]);n.d(t,i)},2927:(e,t,n)=>{var r=n(512);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("71123166",r,e)}},5443:(e,t,n)=>{var r=n(8336);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("d06758d8",r,e)}},3510:(e,t,n)=>{var r=n(342);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("5eb7a238",r,e)}},7612:(e,t,n)=>{var r=n(1112);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("43aaf5ec",r,e)}},8366:(e,t,n)=>{var r=n(9592);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("20132490",r,e)}},6009:(e,t,n)=>{var r=n(3839);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("bb0ee260",r,e)}},7841:(e,t,n)=>{var r=n(9924);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("0dcab23b",r,e)}},101:(e,t,n)=>{var r=n(9292);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("3edd8b1f",r,e)}},6126:(e,t,n)=>{var r=n(5113);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("71f71523",r,e)}},4101:(e,t,n)=>{var r=n(5056);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("159a8851",r,e)}},408:(e,t,n)=>{var r=n(2493);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("759cd6a6",r,e)}},5499:(e,t,n)=>{var r=n(857);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("5c397a6c",r,e)}},1970:(e,t,n)=>{var r=n(7249);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("3b78551e",r,e)}},3114:(e,t,n)=>{var r=n(8830);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("a1325450",r,e)}},9717:(e,t,n)=>{var r=n(7629);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("111dc6c4",r,e)}},7305:(e,t,n)=>{var r=n(7438);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("196ea734",r,e)}},5186:(e,t,n)=>{var r=n(8690);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("0bfefef9",r,e)}},7928:(e,t,n)=>{var r=n(9926);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("03b2e6d2",r,e)}},2813:(e,t,n)=>{var r=n(7027);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("7bc72a94",r,e)}},7708:(e,t,n)=>{"use strict";function r(e,t,n){!function(e,t){const n=t._injectedStyles||(t._injectedStyles={});for(var r=0;r<e.length;r++){var s=e[r];if(!n[s.id]){for(var o=0;o<s.parts.length;o++)i(s.parts[o],t);n[s.id]=!0}}}(function(e,t){for(var n=[],r={},i=0;i<t.length;i++){var s=t[i],o=s[0],a={id:e+":"+i,css:s[1],media:s[2],sourceMap:s[3]};r[o]?r[o].parts.push(a):n.push(r[o]={id:o,parts:[a]})}return n}(e,t),n)}function i(e,t){var n=function(e){var t=document.createElement("style");return t.type="text/css",e.appendChild(t),t}(t),r=e.css,i=e.media,s=e.sourceMap;if(i&&n.setAttribute("media",i),s&&(r+="\n/*# sourceURL="+s.sources[0]+" */",r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(s))))+" */"),n.styleSheet)n.styleSheet.cssText=r;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(r))}}n.d(t,{Z:()=>r})},5702:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"2 0 22 22"},f),...u},s.concat([n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}}),n("path",{attrs:{d:"M20 15.5c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 00-1.02.24l-2.2 2.2a15.074 15.074 0 01-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01A11.36 11.36 0 018.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM12 3v10l3-3h6V3h-9z"}})]))}}},9028:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 39 39"},f),...u},s.concat([n("path",{attrs:{d:"M33.25 4.27H1.89V30a2.72 2.72 0 002.72 2.72h29.78A2.72 2.72 0 0037.11 30V4.27zm0 2.27v.08L20 20.78 5.85 6.62a.07.07 0 010-.06zm1.14 23.92H4.61a.45.45 0 01-.45-.46V8.14l.08.09L18.5 22.49a2.13 2.13 0 001.51.62 2.14 2.14 0 001.53-.67l13.3-14.16V30a.45.45 0 01-.45.46z"}})]))}}},2371:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 39 37"},f),...u},s.concat([n("path",{attrs:{d:"M14.69 18.65v17.89a.47.47 0 00.47.46h6.64a.47.47 0 00.47-.46V18.35h4.81a.46.46 0 00.47-.42l.45-5.48a.47.47 0 00-.46-.51h-5.27V8.06a1.65 1.65 0 011.65-1.65h3.71a.47.47 0 00.47-.47V.46a.47.47 0 00-.47-.46h-6.27a6.67 6.67 0 00-6.67 6.66v5.28h-3.32a.47.47 0 00-.47.47v5.48a.46.46 0 00.47.46h3.32z"}})]))}}},5227:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M500.33 0h-47.41a12 12 0 00-12 12.57l4 82.76A247.42 247.42 0 00256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 00166.18-63.91 12 12 0 00.48-17.43l-34-34a12 12 0 00-16.38-.55A176 176 0 11402.1 157.8l-101.53-4.87a12 12 0 00-12.57 12v47.41a12 12 0 0012 12h200.33a12 12 0 0012-12V12a12 12 0 00-12-12z"}})]))}}},7439:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 01-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z"}})]))}}},8818:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z"}})]))}}},7736:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"}})]))}}},898:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"}})]))}}},4556:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M19 22v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4a1 1 0 011-1h4a1 1 0 011 1zm-9-1H6a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm0-8H6a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm8 0h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm-8-8H6a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V6a1 1 0 00-1-1zm16 0h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V6a1 1 0 00-1-1zm0 8h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm0 8h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zM18 5h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V6a1 1 0 00-1-1z"}})]))}}},1660:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -3 28 28"},f),...u},s.concat([n("path",{attrs:{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"}}),n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}})]))}}},7123:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M30.8 11.9v9c0 .6-.4 1-1 1h-1l-5-3.4v-4.1l5-3.4h1c.5-.1 1 .3 1 .9zm-11-4.6h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-1.9-2-2z"}})]))}}},8060:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M16 4a12 12 0 1012 12A12.013 12.013 0 0016 4zm0 21a9 9 0 119-9 9.01 9.01 0 01-9 9zm5.303-11.475L18.828 16l2.475 2.475a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L16 18.828l-2.475 2.475a.5.5 0 01-.707 0l-2.121-2.121a.5.5 0 010-.707L13.172 16l-2.475-2.475a.5.5 0 010-.707l2.121-2.121a.5.5 0 01.707 0L16 13.172l2.475-2.475a.5.5 0 01.707 0l2.121 2.121a.5.5 0 010 .707z"}})]))}}},6304:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M16 4a12 12 0 1012 12A12.013 12.013 0 0016 4zm0 21a9 9 0 119-9 9.01 9.01 0 01-9 9zm4.81-8.43l-3.989 5.746a1 1 0 01-1.643 0L11.19 16.57a1 1 0 01.82-1.57H14v-4a1 1 0 011-1h2a1 1 0 011 1v4h1.989a1 1 0 01.821 1.57z"}})]))}}},8642:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M13.722 12.067a.5.5 0 01-.069.623l-.963.963a.5.5 0 01-.622.068l-4.172-2.657-1.703 1.702a.5.5 0 01-.847-.275L4.108 4.68a.5.5 0 01.572-.572l7.811 1.238a.5.5 0 01.275.848l-1.702 1.702zm5.588 1.586a.5.5 0 00.622.068l4.172-2.657 1.703 1.702a.5.5 0 00.847-.275l1.238-7.811a.5.5 0 00-.572-.572l-7.81 1.238a.5.5 0 00-.275.848l1.702 1.702-2.658 4.171a.5.5 0 00.069.623zm-6.62 4.694a.5.5 0 00-.623-.068l-4.17 2.657-1.704-1.702a.5.5 0 00-.847.275L4.108 27.32a.5.5 0 00.572.572l7.811-1.238a.5.5 0 00.275-.848l-1.702-1.702 2.658-4.171a.5.5 0 00-.069-.623zm13.117.887l-1.703 1.702-4.171-2.657a.5.5 0 00-.623.068l-.963.963a.5.5 0 00-.069.623l2.658 4.171-1.702 1.702a.5.5 0 00.275.848l7.811 1.238a.5.5 0 00.572-.572l-1.238-7.811a.5.5 0 00-.847-.275z"}})]))}}},1466:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512"},f),...u},s.concat([n("path",{attrs:{d:"M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"}})]))}}},6561:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},f),...u},s.concat([n("path",{attrs:{d:"M12.5 14c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3s-3 1.3-3 3v6c0 1.7 1.3 3 3 3zm5.3-3c0 3-2.5 5.1-5.3 5.1S7.2 14 7.2 11H5.5c0 3.4 2.7 6.2 6 6.7V21h2v-3.3c3.3-.5 6-3.3 6-6.7h-1.7z"}})]))}}},5852:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},f),...u},s.concat([n("path",{attrs:{d:"M19.5 11h-1.7c0 .7-.2 1.4-.4 2.1l1.2 1.2c.6-1 .9-2.1.9-3.3zm-4 .2V5c0-1.7-1.3-3-3-3s-3 1.3-3 3v.2l6 6zM4.8 3L3.5 4.3l6 6v.7c0 1.7 1.3 3 3 3 .2 0 .4 0 .6-.1l1.7 1.7c-.7.3-1.5.5-2.3.5-2.8 0-5.3-2.1-5.3-5.1H5.5c0 3.4 2.7 6.2 6 6.7V21h2v-3.3c.9-.1 1.8-.5 2.5-.9l4.2 4.2 1.3-1.3L4.8 3z"}})]))}}},3852:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},f),...u},s.concat([n("path",{attrs:{d:"M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"}})]))}}},3787:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},f),...u},s.concat([n("path",{attrs:{d:"M20.9 17.6c-.9-.8-1.8-1.5-2.8-2.1-1-.7-1.3-.6-1.9.5l-.6.9c-.4.5-.9.4-1.4 0-2.3-1.6-4.4-3.6-6-5.9-.3-.6-.5-1-.2-1.4l1.2-.8c1-.6 1-.9.3-1.9-.7-1-1.5-2-2.3-2.9-.6-.7-1-.7-1.6-.1l-.9 1c-1.2.9-1.6 2.5-1 3.8 2 6.1 6.8 10.8 12.9 12.7 1 .4 2.1.2 3-.5l.6-.6.8-.7c.8-1 .8-1.3-.1-2z"}})]))}}},2566:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M23 10.559V8c.552 0 1-.597 1-1.333V5.333C24 4.597 23.552 4 23 4H9c-.552 0-1 .597-1 1.333v1.334C8 7.403 8.448 8 9 8v2.559a3.98 3.98 0 001.501 3.123L13.398 16l-2.897 2.318A3.98 3.98 0 009 21.441V24c-.552 0-1 .597-1 1.333v1.334C8 27.403 8.448 28 9 28h14c.552 0 1-.597 1-1.333v-1.334c0-.736-.448-1.333-1-1.333v-2.559a3.98 3.98 0 00-1.501-3.123L18.602 16l2.897-2.318A3.98 3.98 0 0023 10.559zm-2 0a1.986 1.986 0 01-.751 1.56l-2.896 2.319a2 2 0 00-.001 3.124l2.897 2.319A1.986 1.986 0 0121 21.44V24h-1.788l-2.806-3.901a.5.5 0 00-.812 0L12.788 24H11v-2.559a1.986 1.986 0 01.751-1.56l2.896-2.318a2 2 0 00.001-3.125l-2.897-2.319A1.986 1.986 0 0111 10.56V8h10zm-7.567-.131A.25.25 0 0113.61 10h4.782a.25.25 0 01.175.428l-2.216 2.186a.5.5 0 01-.702 0z"}})]))}}},3147:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},f),...u},s.concat([n("path",{attrs:{d:"M12 9h4.5a.5.5 0 01.5.5V17a1 1 0 01-1 1H5a1 1 0 01-1-1V4a1 1 0 011-1h5.5a.5.5 0 01.5.5V8a1 1 0 001 1zm1.5-2H17l-4-4v3.5a.5.5 0 00.5.5z"}})]))}}},2078:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},f),...u},s.concat([n("path",{attrs:{d:"M16.638 11.076l-3.816 3.817a3.233 3.233 0 01-4.467 0 3.163 3.163 0 010-4.467L11.79 6.99a1 1 0 011.414 1.414L9.77 11.84a1.16 1.16 0 000 1.639 1.186 1.186 0 001.638 0l3.816-3.817a3.32 3.32 0 000-4.69 3.394 3.394 0 00-4.69 0L5.19 10.313a3.305 3.305 0 001.791 5.607 1 1 0 01-.165 1.986 1.084 1.084 0 01-.167-.013 5.31 5.31 0 01-2.873-8.994l5.342-5.341a5.317 5.317 0 017.519 7.518z"}})]))}}},1724:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100"},f),...u},s.concat([n("circle",{attrs:{cx:"20",cy:"50",r:"10"}},[n("animate",{attrs:{attributeName:"opacity",dur:"1s",values:"0;1;0",repeatCount:"indefinite",begin:".1"}})]),n("circle",{attrs:{cx:"50",cy:"50",r:"10"}},[n("animate",{attrs:{attributeName:"opacity",dur:"1s",values:"0;1;0",repeatCount:"indefinite",begin:".2"}})]),n("circle",{attrs:{cx:"80",cy:"50",r:"10"}},[n("animate",{attrs:{attributeName:"opacity",dur:"1s",values:"0;1;0",repeatCount:"indefinite",begin:".3"}})])]))}}},4684:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 30.34 30.34"},f),...u},s.concat([n("path",{attrs:{d:"M22.562 12.491s1.227-.933.293-1.866c-.934-.933-1.842.271-1.842.271l-9.389 9.391s-2.199 2.838-3.871 1.122c-1.67-1.718 1.121-3.872 1.121-3.872l12.311-12.31s2.873-3.165 5.574-.466c2.697 2.7-.477 5.579-.477 5.579L12.449 24.173s-4.426 5.113-8.523 1.015 1.066-8.474 1.066-8.474L15.494 6.209s1.176-.982.295-1.866c-.885-.883-1.865.295-1.865.295L1.873 16.689s-4.549 4.989.531 10.068c5.08 5.082 10.072.533 10.072.533l16.563-16.565s3.314-3.655-.637-7.608-7.607-.639-7.607-.639L6.543 16.728s-3.65 2.969-.338 6.279c3.312 3.314 6.227-.39 6.227-.39l10.13-10.126z"}})]))}}},3582:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z"}})]))}}},2154:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},f),...u},s.concat([n("path",{attrs:{d:"M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0014 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"}}),n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}})]))}}},6011:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},f),...u},s.concat([n("path",{attrs:{d:"M16.5 12A4.5 4.5 0 0014 7.97v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.796 8.796 0 0021 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 003.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z"}}),n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}})]))}}},2106:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 39 39"},f),...u},s.concat([n("path",{attrs:{d:"M38.08 6.78a15.86 15.86 0 01-3.82 1.08c.61-.1 1.48-1.21 1.84-1.65a7 7 0 001.25-2.3.15.15 0 000-.19.22.22 0 00-.21 0 18.94 18.94 0 01-4.49 1.72.31.31 0 01-.31-.08 3 3 0 00-.39-.4 7.91 7.91 0 00-2.18-1.34 7.6 7.6 0 00-3.34-.53 8 8 0 00-3.17.91 8.21 8.21 0 00-2.56 2.08 7.82 7.82 0 00-1.52 3.05 8.17 8.17 0 00-.08 3.23c0 .18 0 .2-.16.18-6.17-.92-10.56-2-15.43-7.86-.18-.21-.28-.2-.43 0C1.26 7.42 2.14 11.8 4.41 14c.31.28 1 .87 1.31 1.13A13.51 13.51 0 012.38 14c-.18-.12-.27 0-.28.15a4.52 4.52 0 000 .89A7.91 7.91 0 007 21.3a5.12 5.12 0 001 .3 8.94 8.94 0 01-2.92.09c-.21 0-.29.07-.21.27 1.29 3.5 4.06 4.55 6.14 5.14.28 0 .55 0 .83.11v.05c-.69 1-3.08 2.15-4.2 2.54a14.78 14.78 0 01-6.35.5c-.35-.05-.42-.05-.51 0s0 .14.1.23a14.73 14.73 0 001.32.78A21.19 21.19 0 006.42 33c7.65 2.11 16.26.56 22-5.15 4.51-4.48 6.09-10.66 6.09-16.84 0-.25.29-.38.46-.51A15.29 15.29 0 0038 7.41a1.21 1.21 0 00.27-.6c.03-.13-.04-.1-.19-.03z"}})]))}}},7308:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 46.9 46.9"},f),...u},s.concat([n("path",{attrs:{d:"M23.4 46.9C10.5 46.9 0 36.4 0 23.4c0-6.2 2.5-12.1 6.8-16.5C11.2 2.5 17.2 0 23.4 0h.1c12.9 0 23.4 10.5 23.4 23.4 0 13-10.5 23.4-23.5 23.5zm0-45.3c-12.1 0-21.9 9.8-21.8 21.9 0 5.8 2.3 11.3 6.4 15.4 4.1 4.1 9.6 6.4 15.4 6.4 12.1 0 21.8-9.8 21.8-21.9 0-12.1-9.7-21.8-21.8-21.8z",fill:"#0596d4"}}),n("circle",{attrs:{cx:"23.4",cy:"23.4",r:"18.6",fill:"#eaeaea"}}),n("path",{attrs:{d:"M27 27.6c3.1-2 4-6.1 2-9.1s-6.1-4-9.1-2-4 6.1-2 9.1c.5.8 1.2 1.5 2 2-4.4.4-7.7 4-7.7 8.4v2.2c6.6 5.1 15.9 5.1 22.5 0V36c0-4.4-3.3-8-7.7-8.4z",fill:"#fff"}})]))}}},513:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 66.769 66.769"},f),...u},s.concat([n("defs",[n("linearGradient",{attrs:{id:"a",y1:"33.384",x2:"66.769",y2:"33.384",gradientUnits:"userSpaceOnUse"}},[n("stop",{attrs:{offset:"0","stop-color":"#0895d3"}}),n("stop",{attrs:{offset:"1","stop-color":"#2c81d3"}})]),n("linearGradient",{attrs:{id:"b",x1:"17.045",y1:"23.31",x2:"49.65",y2:"23.31","xlink:href":"#a"}}),n("linearGradient",{attrs:{id:"c",x1:"17.045",y1:"30.75",x2:"49.65",y2:"30.75","xlink:href":"#a"}}),n("linearGradient",{attrs:{id:"d",x1:"17.045",y1:"38.19",x2:"36.053",y2:"38.19","xlink:href":"#a"}})]),n("g",{attrs:{"data-name":"Layer 2"}},[n("circle",{attrs:{cx:"33.384",cy:"33.384",r:"33.384",fill:"url(#a)"}}),n("path",{attrs:{d:"M27.041 53.253c-1.064-1.771-2.107-3.505-3.087-5.276-.352-.636-.583-.81-1.592-.794-3.331.035-3.326.035-4.38.027l-.549-.008c-3.594-.003-5.572-1.992-5.572-5.602V20.27c0-3.607 1.983-5.591 5.588-5.591h31.993c3.523 0 5.462 1.947 5.462 5.48.005 9.007.005 12.633 0 21.64a4.892 4.892 0 01-5.399 5.401h-.008l-5.515-.005c-6.442-.008-4.361-.018-8.483.021a1.099 1.099 0 00-.505.352c-1.059 1.71-2.067 3.45-3.074 5.192l-1.169 2.007c-.084.147-.179.292-.297.473l-1.161 1.79z",fill:"#fff"}}),n("rect",{attrs:{x:"17.045",y:"21.789",width:"32.605",height:"3.043",rx:".812",fill:"url(#b)"}}),n("rect",{attrs:{x:"17.045",y:"29.228",width:"32.605",height:"3.043",rx:".812",fill:"url(#c)"}}),n("rect",{attrs:{x:"17.045",y:"36.668",width:"19.008",height:"3.043",rx:".812",fill:"url(#d)"}})])]))}}},7474:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43.074 42.35"},f),...u},s.concat([n("g",{attrs:{"data-name":"Layer 2",transform:"translate(-11.86 -14.678)"}},[n("path",{attrs:{d:"M27.041 53.253c-1.064-1.771-2.107-3.505-3.087-5.276-.352-.636-.583-.81-1.592-.794-3.331.035-3.326.035-4.38.027l-.549-.008c-3.594-.003-5.572-1.992-5.572-5.602V20.27c0-3.607 1.983-5.591 5.588-5.591h31.993c3.523 0 5.462 1.947 5.462 5.48.005 9.007.005 12.633 0 21.64a4.892 4.892 0 01-5.399 5.401h-.008l-5.515-.005c-6.442-.008-4.361-.018-8.483.021a1.099 1.099 0 00-.505.352c-1.059 1.71-2.067 3.45-3.074 5.192l-1.169 2.007c-.084.147-.179.292-.297.473l-1.161 1.79z",fill:"#fff"}}),n("rect",{attrs:{rx:".812",height:"3.043",width:"32.605",y:"21.789",x:"17.045"}}),n("rect",{attrs:{rx:".812",height:"3.043",width:"32.605",y:"29.228",x:"17.045"}}),n("rect",{attrs:{rx:".812",height:"3.043",width:"19.008",y:"36.668",x:"17.045"}})])]))}}},6842:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"}})]))}}},6375:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512"},f),...u},s.concat([n("path",{attrs:{d:"M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4l76.9-43.5V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zM64 256c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256zm480 128c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32z"}})]))}}},8620:(e,t,n)=>{"use strict";t.oE=void 0;var r=n(2584),i=n(8413);function s(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){a(e,t,n[t])}))}return e}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var l=function(){return null},f=function(e,t,n){return e.reduce((function(e,r){return e[n?n(r):r]=t(r),e}),{})};function u(e){return"function"==typeof e}function d(e){return null!==e&&("object"===c(e)||u(e))}var h=function(e,t,n,r){if("function"==typeof n)return n.call(e,t,r);n=Array.isArray(n)?n:n.split(".");for(var i=0;i<n.length;i++){if(!t||"object"!==c(t))return r;t=t[n[i]]}return void 0===t?r:t};var p={$invalid:function(){var e=this,t=this.proxy;return this.nestedKeys.some((function(t){return e.refProxy(t).$invalid}))||this.ruleKeys.some((function(e){return!t[e]}))},$dirty:function(){var e=this;return!!this.dirty||0!==this.nestedKeys.length&&this.nestedKeys.every((function(t){return e.refProxy(t).$dirty}))},$anyDirty:function(){var e=this;return!!this.dirty||0!==this.nestedKeys.length&&this.nestedKeys.some((function(t){return e.refProxy(t).$anyDirty}))},$error:function(){return this.$dirty&&!this.$pending&&this.$invalid},$anyError:function(){var e=this;return!!this.$error||this.nestedKeys.some((function(t){return e.refProxy(t).$anyError}))},$pending:function(){var e=this;return this.ruleKeys.some((function(t){return e.getRef(t).$pending}))||this.nestedKeys.some((function(t){return e.refProxy(t).$pending}))},$params:function(){var e=this,t=this.validations;return o({},f(this.nestedKeys,(function(e){return t[e]&&t[e].$params||null})),f(this.ruleKeys,(function(t){return e.getRef(t).$params})))}};function m(e){this.dirty=e;var t=this.proxy,n=e?"$touch":"$reset";this.nestedKeys.forEach((function(e){t[e][n]()}))}var g={$touch:function(){m.call(this,!0)},$reset:function(){m.call(this,!1)},$flattenParams:function(){var e=this.proxy,t=[];for(var n in this.$params)if(this.isNested(n)){for(var r=e[n].$flattenParams(),i=0;i<r.length;i++)r[i].path.unshift(n);t=t.concat(r)}else t.push({path:[],name:n,params:this.$params[n]});return t}},v=Object.keys(p),b=Object.keys(g),y=null,_=function(e){if(y)return y;var t=e.extend({computed:{refs:function(){var e=this._vval;this._vval=this.children,(0,r.patchChildren)(e,this._vval);var t={};return this._vval.forEach((function(e){t[e.key]=e.vm})),t}},beforeCreate:function(){this._vval=null},beforeDestroy:function(){this._vval&&((0,r.patchChildren)(this._vval),this._vval=null)},methods:{getModel:function(){return this.lazyModel?this.lazyModel(this.prop):this.model},getModelKey:function(e){var t=this.getModel();if(t)return t[e]},hasIter:function(){return!1}}}),n=t.extend({data:function(){return{rule:null,lazyModel:null,model:null,lazyParentModel:null,rootModel:null}},methods:{runRule:function(t){var n=this.getModel();(0,i.pushParams)();var r,s=this.rule.call(this.rootModel,n,t),o=d(r=s)&&u(r.then)?function(e,t){var n=new e({data:{p:!0,v:!1}});return t.then((function(e){n.p=!1,n.v=e}),(function(e){throw n.p=!1,n.v=!1,e})),n.__isVuelidateAsyncVm=!0,n}(e,s):s,a=(0,i.popParams)();return{output:o,params:a&&a.$sub?a.$sub.length>1?a:a.$sub[0]:null}}},computed:{run:function(){var e=this,t=this.lazyParentModel();if(Array.isArray(t)&&t.__ob__){var n=t.__ob__.dep;n.depend();var r=n.constructor.target;if(!this._indirectWatcher){var i=r.constructor;this._indirectWatcher=new i(this,(function(){return e.runRule(t)}),null,{lazy:!0})}var s=this.getModel();if(!this._indirectWatcher.dirty&&this._lastModel===s)return this._indirectWatcher.depend(),r.value;this._lastModel=s,this._indirectWatcher.evaluate(),this._indirectWatcher.depend()}else this._indirectWatcher&&(this._indirectWatcher.teardown(),this._indirectWatcher=null);return this._indirectWatcher?this._indirectWatcher.value:this.runRule(t)},$params:function(){return this.run.params},proxy:function(){var e=this.run.output;return e.__isVuelidateAsyncVm?!!e.v:!!e},$pending:function(){var e=this.run.output;return!!e.__isVuelidateAsyncVm&&e.p}},destroyed:function(){this._indirectWatcher&&(this._indirectWatcher.teardown(),this._indirectWatcher=null)}}),a=t.extend({data:function(){return{dirty:!1,validations:null,lazyModel:null,model:null,prop:null,lazyParentModel:null,rootModel:null}},methods:o({},g,{refProxy:function(e){return this.getRef(e).proxy},getRef:function(e){return this.refs[e]},isNested:function(e){return"function"!=typeof this.validations[e]}}),computed:o({},p,{nestedKeys:function(){return this.keys.filter(this.isNested)},ruleKeys:function(){var e=this;return this.keys.filter((function(t){return!e.isNested(t)}))},keys:function(){return Object.keys(this.validations).filter((function(e){return"$params"!==e}))},proxy:function(){var e=this,t=f(this.keys,(function(t){return{enumerable:!0,configurable:!0,get:function(){return e.refProxy(t)}}})),n=f(v,(function(t){return{enumerable:!0,configurable:!0,get:function(){return e[t]}}})),r=f(b,(function(t){return{enumerable:!1,configurable:!0,get:function(){return e[t]}}})),i=this.hasIter()?{$iter:{enumerable:!0,value:Object.defineProperties({},o({},t))}}:{};return Object.defineProperties({},o({},t,i,{$model:{enumerable:!0,get:function(){var t=e.lazyParentModel();return null!=t?t[e.prop]:null},set:function(t){var n=e.lazyParentModel();null!=n&&(n[e.prop]=t,e.$touch())}}},n,r))},children:function(){var e=this;return s(this.nestedKeys.map((function(t){return _(e,t)}))).concat(s(this.ruleKeys.map((function(t){return A(e,t)})))).filter(Boolean)}})}),c=a.extend({methods:{isNested:function(e){return void 0!==this.validations[e]()},getRef:function(e){var t=this;return{get proxy(){return t.validations[e]()||!1}}}}}),m=a.extend({computed:{keys:function(){var e=this.getModel();return d(e)?Object.keys(e):[]},tracker:function(){var e=this,t=this.validations.$trackBy;return t?function(n){return"".concat(h(e.rootModel,e.getModelKey(n),t))}:function(e){return"".concat(e)}},getModelLazy:function(){var e=this;return function(){return e.getModel()}},children:function(){var e=this,t=this.validations,n=this.getModel(),i=o({},t);delete i.$trackBy;var s={};return this.keys.map((function(t){var o=e.tracker(t);return s.hasOwnProperty(o)?null:(s[o]=!0,(0,r.h)(a,o,{validations:i,prop:t,lazyParentModel:e.getModelLazy,model:n[t],rootModel:e.rootModel}))})).filter(Boolean)}},methods:{isNested:function(){return!0},getRef:function(e){return this.refs[this.tracker(e)]},hasIter:function(){return!0}}}),_=function(e,t){if("$each"===t)return(0,r.h)(m,t,{validations:e.validations[t],lazyParentModel:e.lazyParentModel,prop:t,lazyModel:e.getModel,rootModel:e.rootModel});var n=e.validations[t];if(Array.isArray(n)){var i=e.rootModel,s=f(n,(function(e){return function(){return h(i,i.$v,e)}}),(function(e){return Array.isArray(e)?e.join("."):e}));return(0,r.h)(c,t,{validations:s,lazyParentModel:l,prop:t,lazyModel:l,rootModel:i})}return(0,r.h)(a,t,{validations:n,lazyParentModel:e.getModel,prop:t,lazyModel:e.getModelKey,rootModel:e.rootModel})},A=function(e,t){return(0,r.h)(n,t,{rule:e.validations[t],lazyParentModel:e.lazyParentModel,lazyModel:e.getModel,rootModel:e.rootModel})};return y={VBase:t,Validation:a}},A=null;var w=function(e,t){var n=function(e){if(A)return A;for(var t=e.constructor;t.super;)t=t.super;return A=t,t}(e),i=_(n),s=i.Validation;return new(0,i.VBase)({computed:{children:function(){var n="function"==typeof t?t.call(e):t;return[(0,r.h)(s,"$v",{validations:n,lazyParentModel:l,prop:"$v",model:e,rootModel:e})]}}})},C={data:function(){var e=this.$options.validations;return e&&(this._vuelidate=w(this,e)),{}},beforeCreate:function(){var e=this.$options;e.validations&&(e.computed||(e.computed={}),e.computed.$v||(e.computed.$v=function(){return this._vuelidate?this._vuelidate.refs.$v.proxy:null}))},beforeDestroy:function(){this._vuelidate&&(this._vuelidate.$destroy(),this._vuelidate=null)}};function E(e){e.mixin(C)}t.oE=C},8413:(e,t)=>{"use strict";function n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.pushParams=o,t.popParams=a,t.withParams=function(e,t){if("object"===r(e)&&void 0!==t)return n=e,i=t,l((function(e){return function(){e(n);for(var t=arguments.length,r=new Array(t),s=0;s<t;s++)r[s]=arguments[s];return i.apply(this,r)}}));var n,i;return l(e)},t._setTarget=t.target=void 0;var i=[],s=null;t.target=s;function o(){null!==s&&i.push(s),t.target=s={}}function a(){var e=s,n=t.target=s=i.pop()||null;return n&&(Array.isArray(n.$sub)||(n.$sub=[]),n.$sub.push(e)),e}function c(e){if("object"!==r(e)||Array.isArray(e))throw new Error("params must be an object");t.target=s=function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},i=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),i.forEach((function(t){n(e,t,r[t])}))}return e}({},s,e)}function l(e){var t=e(c);return function(){o();try{for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.apply(this,n)}finally{a()}}}t._setTarget=function(e){t.target=s=e}},6681:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"withParams",{enumerable:!0,get:function(){return i.default}}),t.regex=t.ref=t.len=t.req=void 0;var r,i=(r=n(8085))&&r.__esModule?r:{default:r};function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=function(e){if(Array.isArray(e))return!!e.length;if(null==e)return!1;if(!1===e)return!0;if(e instanceof Date)return!isNaN(e.getTime());if("object"===s(e)){for(var t in e)return!0;return!1}return!!String(e).length};t.req=o;t.len=function(e){return Array.isArray(e)?e.length:"object"===s(e)?Object.keys(e).length:String(e).length};t.ref=function(e,t,n){return"function"==typeof e?e.call(t,n):n[e]};t.regex=function(e,t){return(0,i.default)({type:e},(function(e){return!o(e)||t.test(e)}))}},2419:(e,t,n)=>{"use strict";t.Z=void 0;var r=n(6681),i=(0,r.withParams)({type:"required"},(function(e){return"string"==typeof e?(0,r.req)(e.trim()):(0,r.req)(e)}));t.Z=i},2584:(e,t)=>{"use strict";function n(e){return null==e}function r(e){return null!=e}function i(e,t){return t.tag===e.tag&&t.key===e.key}function s(e){var t=e.tag;e.vm=new t({data:e.args})}function o(e,t,n){var i,s,o={};for(i=t;i<=n;++i)r(s=e[i].key)&&(o[s]=i);return o}function a(e,t,n){for(;t<=n;++t)s(e[t])}function c(e,t,n){for(;t<=n;++t){var i=e[t];r(i)&&(i.vm.$destroy(),i.vm=null)}}function l(e,t){e!==t&&(t.vm=e.vm,function(e){for(var t=Object.keys(e.args),n=0;n<t.length;n++)t.forEach((function(t){e.vm[t]=e.args[t]}))}(t))}Object.defineProperty(t,"__esModule",{value:!0}),t.patchChildren=function(e,t){r(e)&&r(t)?e!==t&&function(e,t){var f,u,d,h=0,p=0,m=e.length-1,g=e[0],v=e[m],b=t.length-1,y=t[0],_=t[b];for(;h<=m&&p<=b;)n(g)?g=e[++h]:n(v)?v=e[--m]:i(g,y)?(l(g,y),g=e[++h],y=t[++p]):i(v,_)?(l(v,_),v=e[--m],_=t[--b]):i(g,_)?(l(g,_),g=e[++h],_=t[--b]):i(v,y)?(l(v,y),v=e[--m],y=t[++p]):(n(f)&&(f=o(e,h,m)),n(u=r(y.key)?f[y.key]:null)?(s(y),y=t[++p]):i(d=e[u],y)?(l(d,y),e[u]=void 0,y=t[++p]):(s(y),y=t[++p]));h>m?a(t,p,b):p>b&&c(e,h,m)}(e,t):r(t)?a(t,0,t.length-1):r(e)&&c(e,0,e.length-1)},t.h=function(e,t,n){return{tag:e,key:t,args:n}}},8085:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r="web"==={VERSION:"3.0.12",BUILD_DATE:"2020-12-11T10:15:42.404Z",BUILD_NUMBER:"135",DEV:!1}.BUILD?n(16).R:n(8413).withParams;t.default=r},16:(e,t,n)=>{"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}t.R=void 0;var i="undefined"!=typeof window?window:void 0!==n.g?n.g:{},s=i.vuelidate?i.vuelidate.withParams:function(e,t){return"object"===r(e)&&void 0!==t?t:e((function(){}))};t.R=s},2699:e=>{"use strict";var t={generateIdentifier:function(){return Math.random().toString(36).substr(2,10)}};t.localCName=t.generateIdentifier(),t.splitLines=function(e){return e.trim().split("\n").map((function(e){return e.trim()}))},t.splitSections=function(e){return e.split("\nm=").map((function(e,t){return(t>0?"m="+e:e).trim()+"\r\n"}))},t.getDescription=function(e){var n=t.splitSections(e);return n&&n[0]},t.getMediaSections=function(e){var n=t.splitSections(e);return n.shift(),n},t.matchPrefix=function(e,n){return t.splitLines(e).filter((function(e){return 0===e.indexOf(n)}))},t.parseCandidate=function(e){for(var t,n={foundation:(t=0===e.indexOf("a=candidate:")?e.substring(12).split(" "):e.substring(10).split(" "))[0],component:parseInt(t[1],10),protocol:t[2].toLowerCase(),priority:parseInt(t[3],10),ip:t[4],address:t[4],port:parseInt(t[5],10),type:t[7]},r=8;r<t.length;r+=2)switch(t[r]){case"raddr":n.relatedAddress=t[r+1];break;case"rport":n.relatedPort=parseInt(t[r+1],10);break;case"tcptype":n.tcpType=t[r+1];break;case"ufrag":n.ufrag=t[r+1],n.usernameFragment=t[r+1];break;default:n[t[r]]=t[r+1]}return n},t.writeCandidate=function(e){var t=[];t.push(e.foundation),t.push(e.component),t.push(e.protocol.toUpperCase()),t.push(e.priority),t.push(e.address||e.ip),t.push(e.port);var n=e.type;return t.push("typ"),t.push(n),"host"!==n&&e.relatedAddress&&e.relatedPort&&(t.push("raddr"),t.push(e.relatedAddress),t.push("rport"),t.push(e.relatedPort)),e.tcpType&&"tcp"===e.protocol.toLowerCase()&&(t.push("tcptype"),t.push(e.tcpType)),(e.usernameFragment||e.ufrag)&&(t.push("ufrag"),t.push(e.usernameFragment||e.ufrag)),"candidate:"+t.join(" ")},t.parseIceOptions=function(e){return e.substr(14).split(" ")},t.parseRtpMap=function(e){var t=e.substr(9).split(" "),n={payloadType:parseInt(t.shift(),10)};return t=t[0].split("/"),n.name=t[0],n.clockRate=parseInt(t[1],10),n.channels=3===t.length?parseInt(t[2],10):1,n.numChannels=n.channels,n},t.writeRtpMap=function(e){var t=e.payloadType;void 0!==e.preferredPayloadType&&(t=e.preferredPayloadType);var n=e.channels||e.numChannels||1;return"a=rtpmap:"+t+" "+e.name+"/"+e.clockRate+(1!==n?"/"+n:"")+"\r\n"},t.parseExtmap=function(e){var t=e.substr(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1]}},t.writeExtmap=function(e){return"a=extmap:"+(e.id||e.preferredId)+(e.direction&&"sendrecv"!==e.direction?"/"+e.direction:"")+" "+e.uri+"\r\n"},t.parseFmtp=function(e){for(var t,n={},r=e.substr(e.indexOf(" ")+1).split(";"),i=0;i<r.length;i++)n[(t=r[i].trim().split("="))[0].trim()]=t[1];return n},t.writeFmtp=function(e){var t="",n=e.payloadType;if(void 0!==e.preferredPayloadType&&(n=e.preferredPayloadType),e.parameters&&Object.keys(e.parameters).length){var r=[];Object.keys(e.parameters).forEach((function(t){e.parameters[t]?r.push(t+"="+e.parameters[t]):r.push(t)})),t+="a=fmtp:"+n+" "+r.join(";")+"\r\n"}return t},t.parseRtcpFb=function(e){var t=e.substr(e.indexOf(" ")+1).split(" ");return{type:t.shift(),parameter:t.join(" ")}},t.writeRtcpFb=function(e){var t="",n=e.payloadType;return void 0!==e.preferredPayloadType&&(n=e.preferredPayloadType),e.rtcpFeedback&&e.rtcpFeedback.length&&e.rtcpFeedback.forEach((function(e){t+="a=rtcp-fb:"+n+" "+e.type+(e.parameter&&e.parameter.length?" "+e.parameter:"")+"\r\n"})),t},t.parseSsrcMedia=function(e){var t=e.indexOf(" "),n={ssrc:parseInt(e.substr(7,t-7),10)},r=e.indexOf(":",t);return r>-1?(n.attribute=e.substr(t+1,r-t-1),n.value=e.substr(r+1)):n.attribute=e.substr(t+1),n},t.parseSsrcGroup=function(e){var t=e.substr(13).split(" ");return{semantics:t.shift(),ssrcs:t.map((function(e){return parseInt(e,10)}))}},t.getMid=function(e){var n=t.matchPrefix(e,"a=mid:")[0];if(n)return n.substr(6)},t.parseFingerprint=function(e){var t=e.substr(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1]}},t.getDtlsParameters=function(e,n){return{role:"auto",fingerprints:t.matchPrefix(e+n,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(e,t){var n="a=setup:"+t+"\r\n";return e.fingerprints.forEach((function(e){n+="a=fingerprint:"+e.algorithm+" "+e.value+"\r\n"})),n},t.parseCryptoLine=function(e){var t=e.substr(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(e){return"a=crypto:"+e.tag+" "+e.cryptoSuite+" "+("object"==typeof e.keyParams?t.writeCryptoKeyParams(e.keyParams):e.keyParams)+(e.sessionParams?" "+e.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(e){if(0!==e.indexOf("inline:"))return null;var t=e.substr(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(e){return e.keyMethod+":"+e.keySalt+(e.lifeTime?"|"+e.lifeTime:"")+(e.mkiValue&&e.mkiLength?"|"+e.mkiValue+":"+e.mkiLength:"")},t.getCryptoParameters=function(e,n){return t.matchPrefix(e+n,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(e,n){var r=t.matchPrefix(e+n,"a=ice-ufrag:")[0],i=t.matchPrefix(e+n,"a=ice-pwd:")[0];return r&&i?{usernameFragment:r.substr(12),password:i.substr(10)}:null},t.writeIceParameters=function(e){return"a=ice-ufrag:"+e.usernameFragment+"\r\na=ice-pwd:"+e.password+"\r\n"},t.parseRtpParameters=function(e){for(var n={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},r=t.splitLines(e)[0].split(" "),i=3;i<r.length;i++){var s=r[i],o=t.matchPrefix(e,"a=rtpmap:"+s+" ")[0];if(o){var a=t.parseRtpMap(o),c=t.matchPrefix(e,"a=fmtp:"+s+" ");switch(a.parameters=c.length?t.parseFmtp(c[0]):{},a.rtcpFeedback=t.matchPrefix(e,"a=rtcp-fb:"+s+" ").map(t.parseRtcpFb),n.codecs.push(a),a.name.toUpperCase()){case"RED":case"ULPFEC":n.fecMechanisms.push(a.name.toUpperCase())}}}return t.matchPrefix(e,"a=extmap:").forEach((function(e){n.headerExtensions.push(t.parseExtmap(e))})),n},t.writeRtpDescription=function(e,n){var r="";r+="m="+e+" ",r+=n.codecs.length>0?"9":"0",r+=" UDP/TLS/RTP/SAVPF ",r+=n.codecs.map((function(e){return void 0!==e.preferredPayloadType?e.preferredPayloadType:e.payloadType})).join(" ")+"\r\n",r+="c=IN IP4 0.0.0.0\r\n",r+="a=rtcp:9 IN IP4 0.0.0.0\r\n",n.codecs.forEach((function(e){r+=t.writeRtpMap(e),r+=t.writeFmtp(e),r+=t.writeRtcpFb(e)}));var i=0;return n.codecs.forEach((function(e){e.maxptime>i&&(i=e.maxptime)})),i>0&&(r+="a=maxptime:"+i+"\r\n"),r+="a=rtcp-mux\r\n",n.headerExtensions&&n.headerExtensions.forEach((function(e){r+=t.writeExtmap(e)})),r},t.parseRtpEncodingParameters=function(e){var n,r=[],i=t.parseRtpParameters(e),s=-1!==i.fecMechanisms.indexOf("RED"),o=-1!==i.fecMechanisms.indexOf("ULPFEC"),a=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute})),c=a.length>0&&a[0].ssrc,l=t.matchPrefix(e,"a=ssrc-group:FID").map((function(e){return e.substr(17).split(" ").map((function(e){return parseInt(e,10)}))}));l.length>0&&l[0].length>1&&l[0][0]===c&&(n=l[0][1]),i.codecs.forEach((function(e){if("RTX"===e.name.toUpperCase()&&e.parameters.apt){var t={ssrc:c,codecPayloadType:parseInt(e.parameters.apt,10)};c&&n&&(t.rtx={ssrc:n}),r.push(t),s&&((t=JSON.parse(JSON.stringify(t))).fec={ssrc:c,mechanism:o?"red+ulpfec":"red"},r.push(t))}})),0===r.length&&c&&r.push({ssrc:c});var f=t.matchPrefix(e,"b=");return f.length&&(f=0===f[0].indexOf("b=TIAS:")?parseInt(f[0].substr(7),10):0===f[0].indexOf("b=AS:")?1e3*parseInt(f[0].substr(5),10)*.95-16e3:void 0,r.forEach((function(e){e.maxBitrate=f}))),r},t.parseRtcpParameters=function(e){var n={},r=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute}))[0];r&&(n.cname=r.value,n.ssrc=r.ssrc);var i=t.matchPrefix(e,"a=rtcp-rsize");n.reducedSize=i.length>0,n.compound=0===i.length;var s=t.matchPrefix(e,"a=rtcp-mux");return n.mux=s.length>0,n},t.parseMsid=function(e){var n,r=t.matchPrefix(e,"a=msid:");if(1===r.length)return{stream:(n=r[0].substr(7).split(" "))[0],track:n[1]};var i=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"msid"===e.attribute}));return i.length>0?{stream:(n=i[0].value.split(" "))[0],track:n[1]}:void 0},t.parseSctpDescription=function(e){var n,r=t.parseMLine(e),i=t.matchPrefix(e,"a=max-message-size:");i.length>0&&(n=parseInt(i[0].substr(19),10)),isNaN(n)&&(n=65536);var s=t.matchPrefix(e,"a=sctp-port:");if(s.length>0)return{port:parseInt(s[0].substr(12),10),protocol:r.fmt,maxMessageSize:n};if(t.matchPrefix(e,"a=sctpmap:").length>0){var o=t.matchPrefix(e,"a=sctpmap:")[0].substr(10).split(" ");return{port:parseInt(o[0],10),protocol:o[1],maxMessageSize:n}}},t.writeSctpDescription=function(e,t){var n=[];return n="DTLS/SCTP"!==e.protocol?["m="+e.kind+" 9 "+e.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+e.kind+" 9 "+e.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&n.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),n.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,21)},t.writeSessionBoilerplate=function(e,n,r){var i=void 0!==n?n:2;return"v=0\r\no="+(r||"thisisadapterortc")+" "+(e||t.generateSessionId())+" "+i+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.writeMediaSection=function(e,n,r,i){var s=t.writeRtpDescription(e.kind,n);if(s+=t.writeIceParameters(e.iceGatherer.getLocalParameters()),s+=t.writeDtlsParameters(e.dtlsTransport.getLocalParameters(),"offer"===r?"actpass":"active"),s+="a=mid:"+e.mid+"\r\n",e.direction?s+="a="+e.direction+"\r\n":e.rtpSender&&e.rtpReceiver?s+="a=sendrecv\r\n":e.rtpSender?s+="a=sendonly\r\n":e.rtpReceiver?s+="a=recvonly\r\n":s+="a=inactive\r\n",e.rtpSender){var o="msid:"+i.id+" "+e.rtpSender.track.id+"\r\n";s+="a="+o,s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" "+o,e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" "+o,s+="a=ssrc-group:FID "+e.sendEncodingParameters[0].ssrc+" "+e.sendEncodingParameters[0].rtx.ssrc+"\r\n")}return s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" cname:"+t.localCName+"\r\n",e.rtpSender&&e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" cname:"+t.localCName+"\r\n"),s},t.getDirection=function(e,n){for(var r=t.splitLines(e),i=0;i<r.length;i++)switch(r[i]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return r[i].substr(2)}return n?t.getDirection(n):"sendrecv"},t.getKind=function(e){return t.splitLines(e)[0].split(" ")[0].substr(2)},t.isRejected=function(e){return"0"===e.split(" ",2)[1]},t.parseMLine=function(e){var n=t.splitLines(e)[0].substr(2).split(" ");return{kind:n[0],port:parseInt(n[1],10),protocol:n[2],fmt:n.slice(3).join(" ")}},t.parseOLine=function(e){var n=t.matchPrefix(e,"o=")[0].substr(2).split(" ");return{username:n[0],sessionId:n[1],sessionVersion:parseInt(n[2],10),netType:n[3],addressType:n[4],address:n[5]}},t.isValidSDP=function(e){if("string"!=typeof e||0===e.length)return!1;for(var n=t.splitLines(e),r=0;r<n.length;r++)if(n[r].length<2||"="!==n[r].charAt(1))return!1;return!0},e.exports=t},7529:e=>{e.exports=function(){for(var e={},n=0;n<arguments.length;n++){var r=arguments[n];for(var i in r)t.call(r,i)&&(e[i]=r[i])}return e};var t=Object.prototype.hasOwnProperty},9100:e=>{"use strict";e.exports=JSON.parse('{"s":{"2049":0,"2122":0,"2139":0,"2194":0,"2195":0,"2196":0,"2197":0,"2198":0,"2199":0,"2328":0,"2600":0,"2601":0,"2602":0,"2603":0,"2604":0,"2611":0,"2614":0,"2615":0,"2618":0,"2620":0,"2622":0,"2623":0,"2626":0,"2638":0,"2639":0,"2640":0,"2642":0,"2648":0,"2649":0,"2650":0,"2651":0,"2652":0,"2653":0,"2660":0,"2663":0,"2665":0,"2666":0,"2668":0,"2692":0,"2693":0,"2694":0,"2695":0,"2696":0,"2697":0,"2699":0,"2702":0,"2705":0,"2708":0,"2709":0,"2712":0,"2714":0,"2716":0,"2721":0,"2728":0,"2733":0,"2734":0,"2744":0,"2747":0,"2753":0,"2754":0,"2755":0,"2757":0,"2763":0,"2764":0,"2795":0,"2796":0,"2797":0,"2934":0,"2935":0,"3030":0,"3297":0,"3299":0,"1f9e1":0,"1f49b":0,"1f49a":0,"1f499":0,"1f49c":0,"1f5a4":0,"1f494":0,"1f495":0,"1f49e":0,"1f493":0,"1f497":0,"1f496":0,"1f498":0,"1f49d":0,"1f49f":0,"262e":0,"271d":0,"262a":0,"1f549":0,"1f52f":0,"1f54e":0,"262f":0,"1f6d0":0,"26ce":0,"264a":0,"264b":0,"264c":0,"264d":0,"264e":0,"264f":0,"1f194":0,"269b":0,"267e":{"e":0,"s":{"fe0f":0}},"1f251":0,"1f4f4":0,"1f4f3":0,"1f236":0,"1f21a":0,"1f238":0,"1f23a":0,"1f237":0,"1f19a":0,"1f4ae":0,"1f250":0,"1f234":0,"1f235":0,"1f239":0,"1f232":0,"1f170":0,"1f171":0,"1f18e":0,"1f191":0,"1f17e":0,"1f198":0,"274c":0,"2b55":0,"1f6d1":0,"26d4":0,"1f4db":0,"1f6ab":0,"1f4af":0,"1f4a2":0,"1f6b7":0,"1f6af":0,"1f6b3":0,"1f6b1":0,"1f51e":0,"1f4f5":0,"1f6ad":0,"203c":0,"1f505":0,"1f506":0,"303d":0,"26a0":0,"1f6b8":0,"1f531":0,"269c":0,"1f530":0,"267b":0,"1f22f":0,"1f4b9":0,"274e":0,"1f310":0,"1f4a0":0,"24c2":0,"1f300":0,"1f4a4":0,"1f3e7":0,"1f6be":0,"267f":0,"1f17f":0,"1f233":0,"1f202":0,"1f6c2":0,"1f6c3":0,"1f6c4":0,"1f6c5":0,"1f6b9":0,"1f6ba":0,"1f6bc":0,"1f6bb":0,"1f6ae":0,"1f3a6":0,"1f4f6":0,"1f201":0,"1f523":0,"1f524":0,"1f521":0,"1f520":0,"1f196":0,"1f197":0,"1f199":0,"1f192":0,"1f195":0,"1f193":0,"0030":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0031":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0032":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0033":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0034":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0035":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0036":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0037":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0038":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0039":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"1f51f":0,"1f522":0,"0023":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"002a":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"23cf":0,"25b6":0,"23f8":0,"23ef":0,"23f9":0,"23fa":0,"23ed":0,"23ee":0,"23e9":0,"23ea":0,"23eb":0,"23ec":0,"25c0":0,"1f53c":0,"1f53d":0,"27a1":0,"2b05":0,"2b06":0,"2b07":0,"21aa":0,"21a9":0,"1f500":0,"1f501":0,"1f502":0,"1f504":0,"1f503":0,"1f3b5":0,"1f3b6":0,"1f4b2":0,"1f4b1":0,"00a9":0,"00ae":0,"27b0":0,"27bf":0,"1f51a":0,"1f519":0,"1f51b":0,"1f51d":0,"1f51c":0,"1f518":0,"26aa":0,"26ab":0,"1f534":0,"1f535":0,"1f53a":0,"1f53b":0,"1f538":0,"1f539":0,"1f536":0,"1f537":0,"1f533":0,"1f532":0,"25aa":0,"25ab":0,"25fe":0,"25fd":0,"25fc":0,"25fb":0,"2b1b":0,"2b1c":0,"1f508":0,"1f507":0,"1f509":0,"1f50a":0,"1f514":0,"1f515":0,"1f4e3":0,"1f4e2":0,"1f5e8":0,"1f441":{"e":1,"s":{"fe0f":{"e":0,"s":{"200d":{"e":0,"s":{"1f5e8":{"e":0,"s":{"fe0f":0}}}}}}}},"1f4ac":0,"1f4ad":0,"1f5ef":0,"1f0cf":0,"1f3b4":0,"1f004":0,"1f550":0,"1f551":0,"1f552":0,"1f553":0,"1f554":0,"1f555":0,"1f556":0,"1f557":0,"1f558":0,"1f559":0,"1f55a":0,"1f55b":0,"1f55c":0,"1f55d":0,"1f55e":0,"1f55f":0,"1f560":0,"1f561":0,"1f562":0,"1f563":0,"1f564":0,"1f565":0,"1f566":0,"1f567":0,"26bd":0,"1f3c0":0,"1f3c8":0,"26be":0,"1f94e":0,"1f3be":0,"1f3d0":0,"1f3c9":0,"1f3b1":0,"1f3d3":0,"1f3f8":0,"1f945":0,"1f3d2":0,"1f3d1":0,"1f3cf":0,"1f94d":0,"26f3":0,"1f94f":0,"1f3f9":0,"1f3a3":0,"1f94a":0,"1f94b":0,"1f3bd":0,"1f6f9":0,"26f8":0,"1f94c":0,"1f6f7":0,"1f3bf":0,"26f7":0,"1f3c2":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f3cb":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f93c":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f938":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"26f9":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f93a":0,"1f93e":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3cc":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f3c7":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9d8":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3c4":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ca":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f93d":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f6a3":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d7":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f6b5":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f6b4":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3c6":0,"1f947":0,"1f948":0,"1f949":0,"1f3c5":0,"1f396":0,"1f3f5":0,"1f397":0,"1f3ab":0,"1f39f":0,"1f3aa":0,"1f939":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ad":0,"1f3a8":0,"1f3ac":0,"1f3a4":0,"1f3a7":0,"1f3bc":0,"1f3b9":0,"1f941":0,"1f3b7":0,"1f3ba":0,"1f3b8":0,"1f3bb":0,"1f3b2":0,"1f3af":0,"1f3b3":0,"1f3ae":0,"1f3b0":0,"231a":0,"1f4f1":0,"1f4f2":0,"1f4bb":0,"1f5a5":0,"1f5a8":0,"1f5b1":0,"1f5b2":0,"1f579":0,"265f":{"e":0,"s":{"fe0f":0}},"1f9e9":0,"1f5dc":0,"1f4bd":0,"1f4be":0,"1f4bf":0,"1f4c0":0,"1f4fc":0,"1f4f7":0,"1f4f8":0,"1f4f9":0,"1f3a5":0,"1f4fd":0,"1f39e":0,"1f4de":0,"260e":0,"1f4df":0,"1f4e0":0,"1f4fa":0,"1f4fb":0,"1f399":0,"1f39a":0,"1f39b":0,"23f1":0,"23f2":0,"23f0":0,"1f570":0,"231b":0,"23f3":0,"1f4e1":0,"1f9ed":0,"1f50b":0,"1f50c":0,"1f9f2":0,"1f4a1":0,"1f526":0,"1f56f":0,"1f9ef":0,"1f5d1":0,"1f6e2":0,"1f4b8":0,"1f4b5":0,"1f4b4":0,"1f4b6":0,"1f4b7":0,"1f4b0":0,"1f4b3":0,"1f48e":0,"1f9ff":0,"1f9f1":0,"1f9f0":0,"1f527":0,"1f528":0,"1f6e0":0,"26cf":0,"1f529":0,"26d3":0,"1f52b":0,"1f4a3":0,"1f52a":0,"1f5e1":0,"1f6e1":0,"1f6ac":0,"26b0":0,"26b1":0,"1f3fa":0,"1f52e":0,"1f4ff":0,"1f488":0,"1f9ea":0,"1f9eb":0,"1f9ec":0,"1f9ee":0,"1f52d":0,"1f52c":0,"1f573":0,"1f48a":0,"1f489":0,"1f321":0,"1f6bd":0,"1f6b0":0,"1f6bf":0,"1f6c1":0,"1f6c0":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9f9":0,"1f9fa":0,"1f9fb":0,"1f9fc":0,"1f9fd":0,"1f9f4":0,"1f9f5":0,"1f9f6":0,"1f6ce":0,"1f511":0,"1f5dd":0,"1f6aa":0,"1f6cb":0,"1f6cf":0,"1f6cc":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9f8":0,"1f5bc":0,"1f6cd":0,"1f6d2":0,"1f381":0,"1f388":0,"1f38f":0,"1f380":0,"1f38a":0,"1f389":0,"1f38e":0,"1f3ee":0,"1f390":0,"1f9e7":0,"1f4e9":0,"1f4e8":0,"1f4e7":0,"1f48c":0,"1f4e5":0,"1f4e4":0,"1f4e6":0,"1f3f7":0,"1f4ea":0,"1f4eb":0,"1f4ec":0,"1f4ed":0,"1f4ee":0,"1f4ef":0,"1f4dc":0,"1f4c3":0,"1f4c4":0,"1f9fe":0,"1f4d1":0,"1f4ca":0,"1f4c8":0,"1f4c9":0,"1f5d2":0,"1f5d3":0,"1f4c6":0,"1f4c5":0,"1f4c7":0,"1f5c3":0,"1f5f3":0,"1f5c4":0,"1f4cb":0,"1f4c1":0,"1f4c2":0,"1f5c2":0,"1f5de":0,"1f4f0":0,"1f4d3":0,"1f4d4":0,"1f4d2":0,"1f4d5":0,"1f4d7":0,"1f4d8":0,"1f4d9":0,"1f4da":0,"1f4d6":0,"1f516":0,"1f517":0,"1f4ce":0,"1f587":0,"1f4d0":0,"1f4cf":0,"1f9f7":0,"1f4cc":0,"1f4cd":0,"1f58a":0,"1f58b":0,"1f58c":0,"1f58d":0,"1f4dd":0,"270f":0,"1f50d":0,"1f50e":0,"1f50f":0,"1f510":0,"1f436":0,"1f431":0,"1f42d":0,"1f439":0,"1f430":0,"1f98a":0,"1f99d":0,"1f43b":0,"1f43c":0,"1f998":0,"1f9a1":0,"1f428":0,"1f42f":0,"1f981":0,"1f42e":0,"1f437":0,"1f43d":0,"1f438":0,"1f435":0,"1f648":0,"1f649":0,"1f64a":0,"1f412":0,"1f414":0,"1f427":0,"1f426":0,"1f424":0,"1f423":0,"1f425":0,"1f986":0,"1f9a2":0,"1f985":0,"1f989":0,"1f99c":0,"1f99a":0,"1f987":0,"1f43a":0,"1f417":0,"1f434":0,"1f984":0,"1f41d":0,"1f41b":0,"1f98b":0,"1f40c":0,"1f41a":0,"1f41e":0,"1f41c":0,"1f997":0,"1f577":0,"1f578":0,"1f982":0,"1f99f":0,"1f9a0":0,"1f422":0,"1f40d":0,"1f98e":0,"1f996":0,"1f995":0,"1f419":0,"1f991":0,"1f990":0,"1f980":0,"1f99e":0,"1f421":0,"1f420":0,"1f41f":0,"1f42c":0,"1f433":0,"1f40b":0,"1f988":0,"1f40a":0,"1f405":0,"1f406":0,"1f993":0,"1f98d":0,"1f418":0,"1f98f":0,"1f99b":0,"1f42a":0,"1f42b":0,"1f992":0,"1f999":0,"1f403":0,"1f402":0,"1f404":0,"1f40e":0,"1f416":0,"1f40f":0,"1f411":0,"1f410":0,"1f98c":0,"1f415":0,"1f429":0,"1f408":0,"1f413":0,"1f983":0,"1f54a":0,"1f407":0,"1f401":0,"1f400":0,"1f43f":0,"1f994":0,"1f43e":0,"1f409":0,"1f432":0,"1f335":0,"1f384":0,"1f332":0,"1f333":0,"1f334":0,"1f331":0,"1f33f":0,"1f340":0,"1f38d":0,"1f38b":0,"1f343":0,"1f342":0,"1f341":0,"1f344":0,"1f33e":0,"1f490":0,"1f337":0,"1f339":0,"1f940":0,"1f33a":0,"1f338":0,"1f33c":0,"1f33b":0,"1f31e":0,"1f31d":0,"1f31b":0,"1f31c":0,"1f31a":0,"1f315":0,"1f316":0,"1f317":0,"1f318":0,"1f311":0,"1f312":0,"1f313":0,"1f314":0,"1f319":0,"1f30e":0,"1f30d":0,"1f30f":0,"1f4ab":0,"2b50":0,"1f31f":0,"26a1":0,"1f4a5":0,"1f525":0,"1f32a":0,"1f308":0,"1f324":0,"26c5":0,"1f325":0,"1f326":0,"1f327":0,"26c8":0,"1f329":0,"1f328":0,"26c4":0,"1f32c":0,"1f4a8":0,"1f4a7":0,"1f4a6":0,"1f30a":0,"1f32b":0,"1f34f":0,"1f34e":0,"1f350":0,"1f34a":0,"1f34b":0,"1f34c":0,"1f349":0,"1f347":0,"1f353":0,"1f348":0,"1f352":0,"1f351":0,"1f96d":0,"1f34d":0,"1f965":0,"1f95d":0,"1f345":0,"1f346":0,"1f951":0,"1f966":0,"1f96c":0,"1f952":0,"1f336":0,"1f33d":0,"1f955":0,"1f954":0,"1f360":0,"1f950":0,"1f35e":0,"1f956":0,"1f968":0,"1f96f":0,"1f9c0":0,"1f95a":0,"1f373":0,"1f95e":0,"1f953":0,"1f969":0,"1f357":0,"1f356":0,"1f32d":0,"1f354":0,"1f35f":0,"1f355":0,"1f96a":0,"1f959":0,"1f32e":0,"1f32f":0,"1f957":0,"1f958":0,"1f96b":0,"1f35d":0,"1f35c":0,"1f372":0,"1f35b":0,"1f363":0,"1f371":0,"1f364":0,"1f359":0,"1f35a":0,"1f358":0,"1f365":0,"1f960":0,"1f362":0,"1f361":0,"1f367":0,"1f368":0,"1f366":0,"1f967":0,"1f370":0,"1f382":0,"1f96e":0,"1f9c1":0,"1f36e":0,"1f36d":0,"1f36c":0,"1f36b":0,"1f37f":0,"1f9c2":0,"1f369":0,"1f95f":0,"1f36a":0,"1f330":0,"1f95c":0,"1f36f":0,"1f95b":0,"1f37c":0,"1f375":0,"1f964":0,"1f376":0,"1f37a":0,"1f37b":0,"1f942":0,"1f377":0,"1f943":0,"1f378":0,"1f379":0,"1f37e":0,"1f944":0,"1f374":0,"1f37d":0,"1f963":0,"1f961":0,"1f962":0,"1f600":0,"1f603":0,"1f604":0,"1f601":0,"1f606":0,"1f605":0,"1f602":0,"1f923":0,"263a":0,"1f60a":0,"1f607":0,"1f642":0,"1f643":0,"1f609":0,"1f60c":0,"1f60d":0,"1f618":0,"1f970":0,"1f617":0,"1f619":0,"1f61a":0,"1f60b":0,"1f61b":0,"1f61d":0,"1f61c":0,"1f92a":0,"1f928":0,"1f9d0":0,"1f913":0,"1f60e":0,"1f929":0,"1f973":0,"1f60f":0,"1f612":0,"1f61e":0,"1f614":0,"1f61f":0,"1f615":0,"1f641":0,"1f623":0,"1f616":0,"1f62b":0,"1f629":0,"1f622":0,"1f62d":0,"1f624":0,"1f620":0,"1f621":0,"1f92c":0,"1f92f":0,"1f633":0,"1f631":0,"1f628":0,"1f630":0,"1f975":0,"1f976":0,"1f97a":0,"1f625":0,"1f613":0,"1f917":0,"1f914":0,"1f92d":0,"1f92b":0,"1f925":0,"1f636":0,"1f610":0,"1f611":0,"1f62c":0,"1f644":0,"1f62f":0,"1f626":0,"1f627":0,"1f62e":0,"1f632":0,"1f634":0,"1f924":0,"1f62a":0,"1f635":0,"1f910":0,"1f974":0,"1f922":0,"1f92e":0,"1f927":0,"1f637":0,"1f912":0,"1f915":0,"1f911":0,"1f920":0,"1f608":0,"1f47f":0,"1f479":0,"1f47a":0,"1f921":0,"1f4a9":0,"1f47b":0,"1f480":0,"1f47d":0,"1f47e":0,"1f916":0,"1f383":0,"1f63a":0,"1f638":0,"1f639":0,"1f63b":0,"1f63c":0,"1f63d":0,"1f640":0,"1f63f":0,"1f63e":0,"1f932":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f450":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f64c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44f":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91d":0,"1f44d":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44e":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91b":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91e":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91f":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f918":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f448":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f449":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f446":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f447":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"261d":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270b":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f590":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f596":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44b":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f919":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f4aa":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9b5":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9b6":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f595":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270d":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f64f":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f48d":0,"1f484":0,"1f48b":0,"1f444":0,"1f445":0,"1f442":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f443":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f463":0,"1f440":0,"1f9e0":0,"1f9b4":0,"1f9b7":0,"1f5e3":0,"1f464":0,"1f465":0,"1f476":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f467":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9d2":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f466":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f469":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"2764":{"e":1,"s":{"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"1f468":0,"1f469":0,"1f48b":{"e":1,"s":{"200d":{"e":1,"s":{"1f468":0,"1f469":0}}}}}}}}}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0,"1f469":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f9d1":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f468":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"2764":{"e":1,"s":{"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"1f468":0,"1f48b":{"e":0,"s":{"200d":{"e":0,"s":{"1f468":0}}}}}}}}}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0,"1f469":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f468":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f471":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d4":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f475":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9d3":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f474":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f472":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f473":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d5":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f46e":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f477":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f482":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f575":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f470":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f935":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f478":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f934":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f936":{"e":1,"s":{"1f3fb":0,"1f3fd":0,"1f3fc":0,"1f3fe":0,"1f3ff":0}},"1f385":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9b8":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9b9":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d9":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9dd":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9db":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9df":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9de":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9dc":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9da":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f47c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f930":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f931":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f647":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f481":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f645":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f646":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f64b":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f926":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f937":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f64e":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f64d":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f487":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f486":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d6":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f485":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f933":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f483":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f57a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3ff":0,"1f3fe":0}},"1f46f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f574":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f6b6":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3c3":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f46b":0,"1f46d":0,"1f46c":0,"1f491":0,"1f48f":0,"1f46a":0,"1f9e5":0,"1f45a":0,"1f455":0,"1f456":0,"1f454":0,"1f457":0,"1f459":0,"1f458":0,"1f97c":0,"1f460":0,"1f461":0,"1f462":0,"1f45e":0,"1f45f":0,"1f97e":0,"1f97f":0,"1f9e6":0,"1f9e4":0,"1f9e3":0,"1f3a9":0,"1f9e2":0,"1f452":0,"1f393":0,"26d1":0,"1f451":0,"1f45d":0,"1f45b":0,"1f45c":0,"1f4bc":0,"1f392":0,"1f453":0,"1f576":0,"1f97d":0,"1f302":0,"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f1ff":{"e":1,"s":{"1f1e6":0,"1f1f2":0,"1f1fc":0}},"1f1fe":{"e":1,"s":{"1f1f9":0,"1f1ea":0}},"1f1fd":{"e":1,"s":{"1f1f0":0}},"1f1fc":{"e":1,"s":{"1f1f8":0,"1f1eb":0}},"1f1fb":{"e":1,"s":{"1f1ec":0,"1f1e8":0,"1f1ee":0,"1f1fa":0,"1f1e6":0,"1f1ea":0,"1f1f3":0}},"1f1fa":{"e":1,"s":{"1f1ec":0,"1f1e6":0,"1f1f8":0,"1f1fe":0,"1f1ff":0,"1f1f2":0,"1f1f3":0}},"1f1f9":{"e":1,"s":{"1f1e9":0,"1f1eb":0,"1f1fc":0,"1f1ef":0,"1f1ff":0,"1f1ed":0,"1f1f1":0,"1f1ec":0,"1f1f0":0,"1f1f4":0,"1f1f9":0,"1f1f3":0,"1f1f7":0,"1f1f2":0,"1f1e8":0,"1f1fb":0,"1f1e6":0}},"1f1f8":{"e":1,"s":{"1f1fb":0,"1f1f2":0,"1f1f9":0,"1f1e6":0,"1f1f3":0,"1f1e8":0,"1f1f1":0,"1f1ec":0,"1f1fd":0,"1f1f0":0,"1f1ee":0,"1f1e7":0,"1f1f4":0,"1f1f8":0,"1f1ed":0,"1f1e9":0,"1f1f7":0,"1f1ff":0,"1f1ea":0,"1f1fe":0,"1f1ef":0}},"1f1f7":{"e":1,"s":{"1f1ea":0,"1f1f4":0,"1f1fa":0,"1f1fc":0,"1f1f8":0}},"1f1f6":{"e":1,"s":{"1f1e6":0}},"1f1f5":{"e":1,"s":{"1f1eb":0,"1f1f0":0,"1f1fc":0,"1f1f8":0,"1f1e6":0,"1f1ec":0,"1f1fe":0,"1f1ea":0,"1f1ed":0,"1f1f3":0,"1f1f1":0,"1f1f9":0,"1f1f7":0,"1f1f2":0}},"1f1f4":{"e":1,"s":{"1f1f2":0}},"1f1f3":{"e":1,"s":{"1f1e6":0,"1f1f7":0,"1f1f5":0,"1f1f1":0,"1f1e8":0,"1f1ff":0,"1f1ee":0,"1f1ea":0,"1f1ec":0,"1f1fa":0,"1f1eb":0,"1f1f4":0}},"1f1f2":{"e":1,"s":{"1f1f4":0,"1f1f0":0,"1f1ec":0,"1f1fc":0,"1f1fe":0,"1f1fb":0,"1f1f1":0,"1f1f9":0,"1f1ed":0,"1f1f6":0,"1f1f7":0,"1f1fa":0,"1f1fd":0,"1f1e9":0,"1f1e8":0,"1f1f3":0,"1f1ea":0,"1f1f8":0,"1f1e6":0,"1f1ff":0,"1f1f2":0,"1f1f5":0,"1f1eb":0}},"1f1f1":{"e":1,"s":{"1f1e6":0,"1f1fb":0,"1f1e7":0,"1f1f8":0,"1f1f7":0,"1f1fe":0,"1f1ee":0,"1f1f9":0,"1f1fa":0,"1f1f0":0,"1f1e8":0}},"1f1f0":{"e":1,"s":{"1f1ed":0,"1f1fe":0,"1f1f2":0,"1f1ff":0,"1f1ea":0,"1f1ee":0,"1f1fc":0,"1f1ec":0,"1f1f5":0,"1f1f7":0,"1f1f3":0}},"1f1ef":{"e":1,"s":{"1f1f2":0,"1f1f5":0,"1f1ea":0,"1f1f4":0}},"1f1ee":{"e":1,"s":{"1f1f4":0,"1f1e8":0,"1f1f8":0,"1f1f3":0,"1f1e9":0,"1f1f7":0,"1f1f6":0,"1f1ea":0,"1f1f2":0,"1f1f1":0,"1f1f9":0}},"1f1ed":{"e":1,"s":{"1f1f7":0,"1f1f9":0,"1f1f3":0,"1f1f0":0,"1f1fa":0,"1f1f2":0}},"1f1ec":{"e":1,"s":{"1f1f6":0,"1f1eb":0,"1f1e6":0,"1f1f2":0,"1f1ea":0,"1f1ed":0,"1f1ee":0,"1f1f7":0,"1f1f1":0,"1f1e9":0,"1f1f5":0,"1f1fa":0,"1f1f9":0,"1f1ec":0,"1f1f3":0,"1f1fc":0,"1f1fe":0,"1f1f8":0,"1f1e7":0}},"1f1eb":{"e":1,"s":{"1f1f0":0,"1f1f4":0,"1f1ef":0,"1f1ee":0,"1f1f7":0,"1f1f2":0}},"1f1ea":{"e":1,"s":{"1f1e8":0,"1f1ec":0,"1f1f7":0,"1f1ea":0,"1f1f9":0,"1f1fa":0,"1f1f8":0,"1f1ed":0,"1f1e6":0}},"1f1e9":{"e":1,"s":{"1f1ff":0,"1f1f0":0,"1f1ef":0,"1f1f2":0,"1f1f4":0,"1f1ea":0,"1f1ec":0}},"1f1e8":{"e":1,"s":{"1f1f2":0,"1f1e6":0,"1f1fb":0,"1f1eb":0,"1f1f1":0,"1f1f3":0,"1f1fd":0,"1f1e8":0,"1f1f4":0,"1f1ec":0,"1f1e9":0,"1f1f0":0,"1f1f7":0,"1f1ee":0,"1f1fa":0,"1f1fc":0,"1f1fe":0,"1f1ff":0,"1f1ed":0,"1f1f5":0}},"1f1e7":{"e":1,"s":{"1f1f8":0,"1f1ed":0,"1f1e9":0,"1f1e7":0,"1f1fe":0,"1f1ea":0,"1f1ff":0,"1f1ef":0,"1f1f2":0,"1f1f9":0,"1f1f4":0,"1f1e6":0,"1f1fc":0,"1f1f7":0,"1f1f3":0,"1f1ec":0,"1f1eb":0,"1f1ee":0,"1f1f6":0,"1f1f1":0,"1f1fb":0}},"1f1e6":{"e":1,"s":{"1f1eb":0,"1f1fd":0,"1f1f1":0,"1f1f8":0,"1f1e9":0,"1f1f4":0,"1f1ee":0,"1f1f6":0,"1f1ec":0,"1f1f7":0,"1f1f2":0,"1f1fc":0,"1f1fa":0,"1f1f9":0,"1f1ff":0,"1f1ea":0,"1f1e8":0}},"1f697":0,"1f695":0,"1f699":0,"1f68c":0,"1f68e":0,"1f3ce":0,"1f693":0,"1f691":0,"1f692":0,"1f690":0,"1f69a":0,"1f69b":0,"1f69c":0,"1f6f4":0,"1f6b2":0,"1f6f5":0,"1f3cd":0,"1f6a8":0,"1f694":0,"1f68d":0,"1f698":0,"1f696":0,"1f6a1":0,"1f6a0":0,"1f69f":0,"1f683":0,"1f68b":0,"1f69e":0,"1f69d":0,"1f684":0,"1f685":0,"1f688":0,"1f682":0,"1f686":0,"1f687":0,"1f68a":0,"1f689":0,"1f6eb":0,"1f6ec":0,"1f6e9":0,"1f4ba":0,"1f9f3":0,"1f6f0":0,"1f680":0,"1f6f8":0,"1f681":0,"1f6f6":0,"26f5":0,"1f6a4":0,"1f6e5":0,"1f6f3":0,"26f4":0,"1f6a2":0,"26fd":0,"1f6a7":0,"1f6a6":0,"1f6a5":0,"1f68f":0,"1f5fa":0,"1f5ff":0,"1f5fd":0,"1f5fc":0,"1f3f0":0,"1f3ef":0,"1f3df":0,"1f3a1":0,"1f3a2":0,"1f3a0":0,"26f2":0,"26f1":0,"1f3d6":0,"1f3dd":0,"1f3dc":0,"1f30b":0,"26f0":0,"1f3d4":0,"1f5fb":0,"1f3d5":0,"26fa":0,"1f3e0":0,"1f3e1":0,"1f3d8":0,"1f3da":0,"1f3d7":0,"1f3ed":0,"1f3e2":0,"1f3ec":0,"1f3e3":0,"1f3e4":0,"1f3e5":0,"1f3e6":0,"1f3e8":0,"1f3ea":0,"1f3eb":0,"1f3e9":0,"1f492":0,"1f3db":0,"26ea":0,"1f54c":0,"1f54d":0,"1f54b":0,"26e9":0,"1f6e4":0,"1f6e3":0,"1f5fe":0,"1f391":0,"1f3de":0,"1f305":0,"1f304":0,"1f320":0,"1f387":0,"1f386":0,"1f9e8":0,"1f307":0,"1f306":0,"1f3d9":0,"1f303":0,"1f30c":0,"1f309":0,"1f512":0,"1f513":0,"1f301":0,"1f3f3":{"e":1,"s":{"fe0f":{"e":0,"s":{"200d":{"e":0,"s":{"1f308":0}}}}}},"1f3f4":{"e":1,"s":{"200d":{"e":0,"s":{"2620":{"e":0,"s":{"fe0f":0}}}},"e0067":{"e":1,"s":{"e0062":{"e":1,"s":{"e0065":{"e":0,"s":{"e006e":{"e":0,"s":{"e0067":{"e":0,"s":{"e007f":0}}}}}},"e0073":{"e":0,"s":{"e0063":{"e":0,"s":{"e0074":{"e":0,"s":{"e007f":0}}}}}},"e0077":{"e":0,"s":{"e006c":{"e":0,"s":{"e0073":{"e":0,"s":{"e007f":0}}}}}}}}}}}},"1f3c1":0,"1f6a9":0,"1f38c":0,"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}}')}},__webpack_module_cache__={};function __webpack_require__(e){if(__webpack_module_cache__[e])return __webpack_module_cache__[e].exports;var t=__webpack_module_cache__[e]={id:e,exports:{}};return __webpack_modules__[e].call(t.exports,t,t.exports,__webpack_require__),t.exports}return __webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);__webpack_require__.r(n);var r={};if(2&t&&"object"==typeof e&&e)for(const t in e)r[t]=()=>e[t];return r.default=()=>e,__webpack_require__.d(n,r),n},__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__(6181)})()}));
21
  * vue-i18n v8.22.1
22
  * (c) 2020 kazuya kawaguchi
23
  * Released under the MIT License.
24
+ */function Cc(e,t){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}var Ec=Array.isArray;function Sc(e){return null!==e&&"object"==typeof e}function Tc(e){return"string"==typeof e}var Oc=Object.prototype.toString;function xc(e){return"[object Object]"===Oc.call(e)}function Mc(e){return null==e}function Nc(e){return"function"==typeof e}function Ic(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];var n=null,r=null;return 1===e.length?Sc(e[0])||Ec(e[0])?r=e[0]:"string"==typeof e[0]&&(n=e[0]):2===e.length&&("string"==typeof e[0]&&(n=e[0]),(Sc(e[1])||Ec(e[1]))&&(r=e[1])),{locale:n,params:r}}function Rc(e){return JSON.parse(JSON.stringify(e))}function kc(e,t){return!!~e.indexOf(t)}var Pc=Object.prototype.hasOwnProperty;function Dc(e,t){return Pc.call(e,t)}function Fc(e){for(var t=arguments,n=Object(e),r=1;r<arguments.length;r++){var i=t[r];if(null!=i){var s=void 0;for(s in i)Dc(i,s)&&(Sc(i[s])?n[s]=Fc(n[s],i[s]):n[s]=i[s])}}return n}function Bc(e,t){if(e===t)return!0;var n=Sc(e),r=Sc(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Ec(e),s=Ec(t);if(i&&s)return e.length===t.length&&e.every((function(e,n){return Bc(e,t[n])}));if(i||s)return!1;var o=Object.keys(e),a=Object.keys(t);return o.length===a.length&&o.every((function(n){return Bc(e[n],t[n])}))}catch(e){return!1}}function Lc(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=e[t].replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"))})),e}var jc={beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n)if(e.i18n instanceof pl){if(e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){t=Fc(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(e){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(xc(e.i18n)){var n=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof pl?this.$root.$i18n:null;if(n&&(e.i18n.root=this.$root,e.i18n.formatter=n.formatter,e.i18n.fallbackLocale=n.fallbackLocale,e.i18n.formatFallbackMessages=n.formatFallbackMessages,e.i18n.silentTranslationWarn=n.silentTranslationWarn,e.i18n.silentFallbackWarn=n.silentFallbackWarn,e.i18n.pluralizationRules=n.pluralizationRules,e.i18n.preserveDirectiveContent=n.preserveDirectiveContent),e.__i18n)try{var r=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){r=Fc(r,JSON.parse(e))})),e.i18n.messages=r}catch(e){0}var i=e.i18n.sharedMessages;i&&xc(i)&&(e.i18n.messages=Fc(e.i18n.messages,i)),this._i18n=new pl(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),n&&n.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof pl?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof pl&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n?(e.i18n instanceof pl||xc(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof pl||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof pl)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}},Uc={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,r=t.parent,i=t.props,s=t.slots,o=r.$i18n;if(o){var a=i.path,c=i.locale,l=i.places,f=s(),u=o.i(a,c,function(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}(f)||l?function(e,t){var n=t?function(e){0;return Array.isArray(e)?e.reduce(zc,{}):Object.assign({},e)}(t):{};if(!e)return n;var r=(e=e.filter((function(e){return e.tag||""!==e.text.trim()}))).every(Gc);0;return e.reduce(r?qc:zc,n)}(f.default,l):f),d=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return d?e(d,n,u):u}}};function qc(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function zc(e,t,n){return e[n]=t,e}function Gc(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var Hc,Vc={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,r=t.parent,i=t.data,s=r.$i18n;if(!s)return null;var o=null,a=null;Tc(n.format)?o=n.format:Sc(n.format)&&(n.format.key&&(o=n.format.key),a=Object.keys(n.format).reduce((function(e,t){var r;return kc(wc,t)?Object.assign({},e,((r={})[t]=n.format[t],r)):e}),null));var c=n.locale||s.locale,l=s._ntp(n.value,c,o,a),f=l.map((function(e,t){var n,r=i.scopedSlots&&i.scopedSlots[e.type];return r?r(((n={})[e.type]=e.value,n.index=t,n.parts=l,n)):e.value})),u=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return u?e(u,{attrs:i.attrs,class:i.class,staticClass:i.staticClass},f):f}};function Wc(e,t,n){Yc(e,n)&&Xc(e,t,n)}function $c(e,t,n,r){if(Yc(e,n)){var i=n.context.$i18n;(function(e,t){var n=t.context;return e._locale===n.$i18n.locale})(e,n)&&Bc(t.value,t.oldValue)&&Bc(e._localeMessage,i.getLocaleMessage(i.locale))||Xc(e,t,n)}}function Qc(e,t,n,r){if(n.context){var i=n.context.$i18n||{};t.modifiers.preserve||i.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e._vt,e._locale=void 0,delete e._locale,e._localeMessage=void 0,delete e._localeMessage}else Cc("Vue instance does not exists in VNode context")}function Yc(e,t){var n=t.context;return n?!!n.$i18n||(Cc("VueI18n instance does not exists in Vue instance"),!1):(Cc("Vue instance does not exists in VNode context"),!1)}function Xc(e,t,n){var r,i,s=function(e){var t,n,r,i;Tc(e)?t=e:xc(e)&&(t=e.path,n=e.locale,r=e.args,i=e.choice);return{path:t,locale:n,args:r,choice:i}}(t.value),o=s.path,a=s.locale,c=s.args,l=s.choice;if(o||a||c)if(o){var f=n.context;e._vt=e.textContent=null!=l?(r=f.$i18n).tc.apply(r,[o,l].concat(Kc(a,c))):(i=f.$i18n).t.apply(i,[o].concat(Kc(a,c))),e._locale=f.$i18n.locale,e._localeMessage=f.$i18n.getLocaleMessage(f.$i18n.locale)}else Cc("`path` is required in v-t directive");else Cc("value type not supported")}function Kc(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||xc(t))&&n.push(t),n}function Zc(e){Zc.installed=!0;(Hc=e).version&&Number(Hc.version.split(".")[0]);(function(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.$i18n;return r._t.apply(r,[e,r.locale,r._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){for(var n=[],r=arguments.length-2;r-- >0;)n[r]=arguments[r+2];var i=this.$i18n;return i._tc.apply(i,[e,i.locale,i._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){for(var t,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){for(var t,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}})(Hc),Hc.mixin(jc),Hc.directive("t",{bind:Wc,update:$c,unbind:Qc}),Hc.component(Uc.name,Uc),Hc.component(Vc.name,Vc),Hc.config.optionMergeStrategies.i18n=function(e,t){return void 0===t?e:t}}var Jc=function(){this._caches=Object.create(null)};Jc.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=function(e){var t=[],n=0,r="";for(;n<e.length;){var i=e[n++];if("{"===i){r&&t.push({type:"text",value:r}),r="";var s="";for(i=e[n++];void 0!==i&&"}"!==i;)s+=i,i=e[n++];var o="}"===i,a=el.test(s)?"list":o&&tl.test(s)?"named":"unknown";t.push({value:s,type:a})}else"%"===i?"{"!==e[n]&&(r+=i):r+=i}return r&&t.push({type:"text",value:r}),t}(e),this._caches[e]=n),function(e,t){var n=[],r=0,i=Array.isArray(t)?"list":Sc(t)?"named":"unknown";if("unknown"===i)return n;for(;r<e.length;){var s=e[r];switch(s.type){case"text":n.push(s.value);break;case"list":n.push(t[parseInt(s.value,10)]);break;case"named":"named"===i&&n.push(t[s.value]);break;case"unknown":0}r++}return n}(n,t)};var el=/^(?:\d)+/,tl=/^(?:\w)+/;var nl=[];nl[0]={ws:[0],ident:[3,0],"[":[4],eof:[7]},nl[1]={ws:[1],".":[2],"[":[4],eof:[7]},nl[2]={ws:[2],ident:[3,0],0:[3,0],number:[3,0]},nl[3]={ident:[3,0],0:[3,0],number:[3,0],ws:[1,1],".":[2,1],"[":[4,1],eof:[7,1]},nl[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],eof:8,else:[4,0]},nl[5]={"'":[4,0],eof:8,else:[5,0]},nl[6]={'"':[4,0],eof:8,else:[6,0]};var rl=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function il(e){if(null==e)return"eof";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function sl(e){var t,n,r,i=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(r=i,rl.test(r)?(n=(t=i).charCodeAt(0))!==t.charCodeAt(t.length-1)||34!==n&&39!==n?t:t.slice(1,-1):"*"+i)}var ol=function(){this._cache=Object.create(null)};ol.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=function(e){var t,n,r,i,s,o,a,c=[],l=-1,f=0,u=0,d=[];function h(){var t=e[l+1];if(5===f&&"'"===t||6===f&&'"'===t)return l++,r="\\"+t,d[0](),!0}for(d[1]=function(){void 0!==n&&(c.push(n),n=void 0)},d[0]=function(){void 0===n?n=r:n+=r},d[2]=function(){d[0](),u++},d[3]=function(){if(u>0)u--,f=4,d[0]();else{if(u=0,void 0===n)return!1;if(!1===(n=sl(n)))return!1;d[1]()}};null!==f;)if(l++,"\\"!==(t=e[l])||!h()){if(i=il(t),8===(s=(a=nl[f])[i]||a.else||8))return;if(f=s[0],(o=d[s[1]])&&(r=void 0===(r=s[2])?t:r,!1===o()))return;if(7===f)return c}}(e))&&(this._cache[e]=t),t||[]},ol.prototype.getPathValue=function(e,t){if(!Sc(e))return null;var n=this.parsePath(t);if(0===n.length)return null;for(var r=n.length,i=e,s=0;s<r;){var o=i[n[s]];if(void 0===o)return null;i=o,s++}return i};var al,cl=/<\/?[\w\s="/.':;#-\/]+>/,ll=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,fl=/^@(?:\.([a-z]+))?:/,ul=/[()]/g,dl={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},hl=new Jc,pl=function(e){var t=this;void 0===e&&(e={}),!Hc&&"undefined"!=typeof window&&window.Vue&&Zc(window.Vue);var n=e.locale||"en-US",r=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),i=e.messages||{},s=e.dateTimeFormats||{},o=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||hl,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new ol,this._dataListeners=[],this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,this.getChoiceIndex=function(e,n){var r=Object.getPrototypeOf(t);if(r&&r.getChoiceIndex)return r.getChoiceIndex.call(t,e,n);var i,s;return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):(i=e,s=n,i=Math.abs(i),2===s?i?i>1?1:0:1:i?Math.min(i,2):0)},this._exist=function(e,n){return!(!e||!n)&&(!Mc(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])})),this._initVM({locale:n,fallbackLocale:r,messages:i,dateTimeFormats:s,numberFormats:o})},ml={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0}};pl.prototype._checkLocaleMessage=function(e,t,n){var r=function(e,t,n,i){if(xc(n))Object.keys(n).forEach((function(s){var o=n[s];xc(o)?(i.push(s),i.push("."),r(e,t,o,i),i.pop(),i.pop()):(i.push(s),r(e,t,o,i),i.pop())}));else if(Ec(n))n.forEach((function(n,s){xc(n)?(i.push("["+s+"]"),i.push("."),r(e,t,n,i),i.pop(),i.pop()):(i.push("["+s+"]"),r(e,t,n,i),i.pop())}));else if(Tc(n)){if(cl.test(n)){var s="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?Cc(s):"error"===e&&function(e,t){"undefined"!=typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}(s)}}};r(t,e,n,[])},pl.prototype._initVM=function(e){var t=Hc.config.silent;Hc.config.silent=!0,this._vm=new Hc({data:e}),Hc.config.silent=t},pl.prototype.destroyVM=function(){this._vm.$destroy()},pl.prototype.subscribeDataChanging=function(e){this._dataListeners.push(e)},pl.prototype.unsubscribeDataChanging=function(e){!function(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)e.splice(n,1)}}(this._dataListeners,e)},pl.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){for(var t=e._dataListeners.length;t--;)Hc.nextTick((function(){e._dataListeners[t]&&e._dataListeners[t].$forceUpdate()}))}),{deep:!0})},pl.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var e=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){e.$set(e,"locale",t),e.$forceUpdate()}),{immediate:!0})},pl.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},ml.vm.get=function(){return this._vm},ml.messages.get=function(){return Rc(this._getMessages())},ml.dateTimeFormats.get=function(){return Rc(this._getDateTimeFormats())},ml.numberFormats.get=function(){return Rc(this._getNumberFormats())},ml.availableLocales.get=function(){return Object.keys(this.messages).sort()},ml.locale.get=function(){return this._vm.locale},ml.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},ml.fallbackLocale.get=function(){return this._vm.fallbackLocale},ml.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},ml.formatFallbackMessages.get=function(){return this._formatFallbackMessages},ml.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},ml.missing.get=function(){return this._missing},ml.missing.set=function(e){this._missing=e},ml.formatter.get=function(){return this._formatter},ml.formatter.set=function(e){this._formatter=e},ml.silentTranslationWarn.get=function(){return this._silentTranslationWarn},ml.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},ml.silentFallbackWarn.get=function(){return this._silentFallbackWarn},ml.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},ml.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},ml.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},ml.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},ml.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var r=this._getMessages();Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])}))}},ml.postTranslation.get=function(){return this._postTranslation},ml.postTranslation.set=function(e){this._postTranslation=e},pl.prototype._getMessages=function(){return this._vm.messages},pl.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},pl.prototype._getNumberFormats=function(){return this._vm.numberFormats},pl.prototype._warnDefault=function(e,t,n,r,i,s){if(!Mc(n))return n;if(this._missing){var o=this._missing.apply(null,[e,t,r,i]);if(Tc(o))return o}else 0;if(this._formatFallbackMessages){var a=Ic.apply(void 0,i);return this._render(t,s,a.params,t)}return t},pl.prototype._isFallbackRoot=function(e){return!e&&!Mc(this._root)&&this._fallbackRoot},pl.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},pl.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},pl.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},pl.prototype._interpolate=function(e,t,n,r,i,s,o){if(!t)return null;var a,c=this._path.getPathValue(t,n);if(Ec(c)||xc(c))return c;if(Mc(c)){if(!xc(t))return null;if(!Tc(a=t[n])&&!Nc(a))return null}else{if(!Tc(c)&&!Nc(c))return null;a=c}return Tc(a)&&(a.indexOf("@:")>=0||a.indexOf("@.")>=0)&&(a=this._link(e,t,a,r,"raw",s,o)),this._render(a,i,s,n)},pl.prototype._link=function(e,t,n,r,i,s,o){var a=n,c=a.match(ll);for(var l in c)if(c.hasOwnProperty(l)){var f=c[l],u=f.match(fl),d=u[0],h=u[1],p=f.replace(d,"").replace(ul,"");if(kc(o,p))return a;o.push(p);var m=this._interpolate(e,t,p,r,"raw"===i?"string":i,"raw"===i?void 0:s,o);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,p,r,i,s)}m=this._warnDefault(e,p,m,r,Ec(s)?s:[s],i),this._modifiers.hasOwnProperty(h)?m=this._modifiers[h](m):dl.hasOwnProperty(h)&&(m=dl[h](m)),o.pop(),a=m?a.replace(f,m):a}return a},pl.prototype._createMessageContext=function(e){var t=Ec(e)?e:[],n=Sc(e)?e:{};return{list:function(e){return t[e]},named:function(e){return n[e]}}},pl.prototype._render=function(e,t,n,r){if(Nc(e))return e(this._createMessageContext(n));var i=this._formatter.interpolate(e,n,r);return i||(i=hl.interpolate(e,n,r)),"string"!==t||Tc(i)?i:i.join("")},pl.prototype._appendItemToChain=function(e,t,n){var r=!1;return kc(e,t)||(r=!0,t&&(r="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(r=n[t]))),r},pl.prototype._appendLocaleToChain=function(e,t,n){var r,i=t.split("-");do{var s=i.join("-");r=this._appendItemToChain(e,s,n),i.splice(-1,1)}while(i.length&&!0===r);return r},pl.prototype._appendBlockToChain=function(e,t,n){for(var r=!0,i=0;i<t.length&&"boolean"==typeof r;i++){var s=t[i];Tc(s)&&(r=this._appendLocaleToChain(e,s,n))}return r},pl.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];for(var r,i=[e];Ec(i);)i=this._appendBlockToChain(n,i,t);(i=Tc(r=Ec(t)?t:Sc(t)?t.default?t.default:null:t)?[r]:r)&&this._appendBlockToChain(n,i,null),this._localeChainCache[e]=n}return n},pl.prototype._translate=function(e,t,n,r,i,s,o){for(var a,c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var f=c[l];if(!Mc(a=this._interpolate(f,e[f],r,i,s,o,[r])))return a}return null},pl.prototype._t=function(e,t,n,r){for(var i,s=[],o=arguments.length-4;o-- >0;)s[o]=arguments[o+4];if(!e)return"";var a=Ic.apply(void 0,s);this._escapeParameterHtml&&(a.params=Lc(a.params));var c=a.locale||t,l=this._translate(n,c,this.fallbackLocale,e,r,"string",a.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(i=this._root).$t.apply(i,[e].concat(s))}return l=this._warnDefault(c,e,l,r,s,"string"),this._postTranslation&&null!=l&&(l=this._postTranslation(l,e)),l},pl.prototype.t=function(e){for(var t,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},pl.prototype._i=function(e,t,n,r,i){var s=this._translate(n,t,this.fallbackLocale,e,r,"raw",i);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,i)}return this._warnDefault(t,e,s,r,[i],"raw")},pl.prototype.i=function(e,t,n){return e?(Tc(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},pl.prototype._tc=function(e,t,n,r,i){for(var s,o=[],a=arguments.length-5;a-- >0;)o[a]=arguments[a+5];if(!e)return"";void 0===i&&(i=1);var c={count:i,n:i},l=Ic.apply(void 0,o);return l.params=Object.assign(c,l.params),o=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((s=this)._t.apply(s,[e,t,n,r].concat(o)),i)},pl.prototype.fetchChoice=function(e,t){if(!e||!Tc(e))return null;var n=e.split("|");return n[t=this.getChoiceIndex(t,n.length)]?n[t].trim():e},pl.prototype.tc=function(e,t){for(var n,r=[],i=arguments.length-2;i-- >0;)r[i]=arguments[i+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(r))},pl.prototype._te=function(e,t,n){for(var r=[],i=arguments.length-3;i-- >0;)r[i]=arguments[i+3];var s=Ic.apply(void 0,r).locale||t;return this._exist(n[s],e)},pl.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},pl.prototype.getLocaleMessage=function(e){return Rc(this._vm.messages[e]||{})},pl.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},pl.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,Fc({},this._vm.messages[e]||{},t))},pl.prototype.getDateTimeFormat=function(e){return Rc(this._vm.dateTimeFormats[e]||{})},pl.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},pl.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,Fc(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},pl.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var r=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(r)&&delete this._dateTimeFormatters[r]}},pl.prototype._localizeDateTime=function(e,t,n,r,i){for(var s=t,o=r[s],a=this._getLocaleChain(t,n),c=0;c<a.length;c++){var l=a[c];if(s=l,!Mc(o=r[l])&&!Mc(o[i]))break}if(Mc(o)||Mc(o[i]))return null;var f=o[i],u=s+"__"+i,d=this._dateTimeFormatters[u];return d||(d=this._dateTimeFormatters[u]=new Intl.DateTimeFormat(s,f)),d.format(e)},pl.prototype._d=function(e,t,n){if(!n)return new Intl.DateTimeFormat(t).format(e);var r=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return r||""},pl.prototype.d=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.locale,i=null;return 1===t.length?Tc(t[0])?i=t[0]:Sc(t[0])&&(t[0].locale&&(r=t[0].locale),t[0].key&&(i=t[0].key)):2===t.length&&(Tc(t[0])&&(i=t[0]),Tc(t[1])&&(r=t[1])),this._d(e,r,i)},pl.prototype.getNumberFormat=function(e){return Rc(this._vm.numberFormats[e]||{})},pl.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},pl.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,Fc(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},pl.prototype._clearNumberFormat=function(e,t){for(var n in t){var r=e+"__"+n;this._numberFormatters.hasOwnProperty(r)&&delete this._numberFormatters[r]}},pl.prototype._getNumberFormatter=function(e,t,n,r,i,s){for(var o=t,a=r[o],c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var f=c[l];if(o=f,!Mc(a=r[f])&&!Mc(a[i]))break}if(Mc(a)||Mc(a[i]))return null;var u,d=a[i];if(s)u=new Intl.NumberFormat(o,Object.assign({},d,s));else{var h=o+"__"+i;(u=this._numberFormatters[h])||(u=this._numberFormatters[h]=new Intl.NumberFormat(o,d))}return u},pl.prototype._n=function(e,t,n,r){if(!pl.availabilities.numberFormat)return"";if(!n)return(r?new Intl.NumberFormat(t,r):new Intl.NumberFormat(t)).format(e);var i=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,r),s=i&&i.format(e);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},r))}return s||""},pl.prototype.n=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.locale,i=null,s=null;return 1===t.length?Tc(t[0])?i=t[0]:Sc(t[0])&&(t[0].locale&&(r=t[0].locale),t[0].key&&(i=t[0].key),s=Object.keys(t[0]).reduce((function(e,n){var r;return kc(wc,n)?Object.assign({},e,((r={})[n]=t[0][n],r)):e}),null)):2===t.length&&(Tc(t[0])&&(i=t[0]),Tc(t[1])&&(r=t[1])),this._n(e,r,i,s)},pl.prototype._ntp=function(e,t,n,r){if(!pl.availabilities.numberFormat)return[];if(!n)return(r?new Intl.NumberFormat(t,r):new Intl.NumberFormat(t)).formatToParts(e);var i=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,r),s=i&&i.formatToParts(e);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,r)}return s||[]},Object.defineProperties(pl.prototype,ml),Object.defineProperty(pl,"availabilities",{get:function(){if(!al){var e="undefined"!=typeof Intl;al={dateTimeFormat:e&&void 0!==Intl.DateTimeFormat,numberFormat:e&&void 0!==Intl.NumberFormat}}return al}}),pl.install=Zc,pl.version="8.22.1";const gl=pl,vl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Name","Email":"Email","NameRequired":"Name is required","EmailRequired":"Email is required","EnterValidEmail":"Invalid Email","OfflineEnterValidEmail":"I\'m sorry, that doesn\'t look like an email address. Can you try again?","FieldValidation":"Required Field","OfflineSubmit":"Send","FieldsReplacement":"Please click \'Chat\' to initiate a chat with an agent","ChatIntro":"Could we have your contact info?","CloseButton":"Close","PhoneText":"Phone","EnterValidPhone":"Invalid phone number","EnterValidName":"I\'m sorry, the provided name is not valid.","MaxCharactersReached":"Maximum characters reached"},"Offline":{"CharactersLimit":"Length cannot exceed 50 characters"},"Chat":{"TypeYourMessage":"Type your message...","MessageNotDeliveredError":"A network related error occurred. Message not delivered.","TryAgain":" Click here to try again. ","OfflineNameRequest":"Could we have your name?","OfflineEmailRequest":"Could we have your email?"},"MessageBox":{"Ok":"OK","TryAgain":"Try again"},"Inputs":{"InviteMessage":"Hello! How can we help you today?","EndingMessage":"Your session is over. Please feel free to contact us again!","NotAllowedError":"Allow microphone access from your browser","NotFoundError":"Microphone not found","ServiceUnavailable":"Service unavailable","UnavailableMessage":"We are away, leave us a message!","OperatorName":"Support","WindowTitle":"Live Chat & Talk","CallTitle":"Call Us","PoweredBy":"Powered By 3CX","OfflineMessagePlaceholder":"Message","OfflineMessageSent":"We\'ll contact you soon.","InvalidIdErrorMessage":"Invalid ID. Contact the Website Admin. ID must match the Click2Talk Friendly Name","IsTyping":"is typing...","NewMessageTitleNotification":"New Message","ChatIsDisabled":"Chat is not available at the moment.","GreetingMessage":"Hey, we\'re here to help!"},"ChatCompleted":{"StartNew":"Start New"}}');var bl=n.t(vl,2);const yl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nombre","Email":"Correo Electrónico","NameRequired":"El Nombre es requerido","EmailRequired":"El Correo Electrónico es requerido","EnterValidEmail":"Correo Electrónico inválido","FieldValidation":"Campo requerido","OfflineSubmit":"Enviar","FieldsReplacement":"Por favor, haga clic en \'chat\' para inciciar un chat con un agente","ChatIntro":"¿Podríamos tener su información de contacto?","CloseButton":"Cerrar","PhoneText":"Teléfono","EnterValidPhone":"Número de teléfono inválido","EnterValidName":"Caracteres permitidos: A-Z a-z 0-9 esspacio _ -","MaxCharactersReached":"Número máximo de caracteres alcanzado"},"Chat":{"TypeYourMessage":"Escriba su mensaje...","MessageNotDeliveredError":"Se detectó un error relacionado con la red. Mensaje no entregado.","TryAgain":"Haga clic aquí para intentarlo de nuevo."},"MessageBox":{"Ok":"Aceptar","TryAgain":"Intente de nuevo"},"Inputs":{"InviteMessage":"¡Hola! ¿Cómo puedo ayudarle el día de hoy?","EndingMessage":"Su sesión ha terminado. ¡Por favor, no dude en contactarnos de nuevo!","NotAllowedError":"Permitir el acceso a su micrófono por parte del navegador","NotFoundError":"No se encontró un micrófono","ServiceUnavailable":"Servicio no disponible","UnavailableMessage":"Ahora estamos ausentes, ¡Dejenos un mensaje!","OperatorName":"Soporte","WindowTitle":"Live Chat & Talk","CallTitle":"Llámenos","PoweredBy":"Alimentado por 3cx","OfflineMessagePlaceholder":"Mensaje","OfflineMessageSent":"Su mensaje ha sido entregado. Le contactaremos en breve a través de la dirección de correo electrónico que proporcionó. ¡Gracias y hasta luego!","InvalidIdErrorMessage":"ID Inválido. Contacte al administrador del Sitio Web. El ID debe ser igual al nombre amistoso de Click2Talk.","IsTyping":"está escribiendo...","NewMessageTitleNotification":"¡Nuevo Mensaje Recibido!","ChatIsDisabled":"El Chat no está disponible en este momento."},"ChatCompleted":{"StartNew":"Empezar un nuevo Chat"}}');var _l=n.t(yl,2);const Al=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Name","Email":"E-Mail-Adresse","NameRequired":"Name erforderlich.","EmailRequired":"E-Mail-Adresse erforderlich.","EnterValidEmail":"E-Mail-Adresse ungültig","FieldValidation":"Pflichtangabe","OfflineSubmit":"Senden","FieldsReplacement":"Bitte klicken Sie auf \\"Chat\\", um mit einem Agenten zu chatten.","ChatIntro":"Bitte teilen Sie uns Ihre Kontaktdaten mit. Danke!","CloseButton":"Schließen","PhoneText":"Telefonnummer","EnterValidPhone":"Telefonnummer ungültig.","EnterValidName":"Zulässige Zeichen: A-Z a-z 0-9 Leerzeichen _ -","MaxCharactersReached":"Max. Zeichenanzahl erreicht."},"Chat":{"TypeYourMessage":"Nachricht eingeben ...","MessageNotDeliveredError":"Die Nachricht konnte aufgrund eines Netzwerkfehlers nicht zugestellt werden.","TryAgain":"Klicken Sie hier, um es erneut zu versuchen."},"MessageBox":{"Ok":"OK","TryAgain":"Erneut versuchen"},"Inputs":{"InviteMessage":"Hallo! Wie können wir Ihnen weiterhelfen?","EndingMessage":"Ihre Sitzung ist beendet. Bei weiteren Fragen stehen wir Ihnen gerne zur Verfügung.","NotAllowedError":"Bitte den Mikrofonzugriff durch Browser gestatten.","NotFoundError":"Mikrofon nicht gefunden.","ServiceUnavailable":"Service nicht verfügbar.","UnavailableMessage":"Aktuell ist leider kein Agent verfügbar. Bitte hinterlassen Sie uns eine Nachricht.","OperatorName":"Support","WindowTitle":"3CX Live Chat & Talk","CallTitle":"Anrufen","PoweredBy":"Powered by 3CX","OfflineMessagePlaceholder":"Nachricht","OfflineMessageSent":"Ihre Nachricht wurde übermittelt. Wir werden uns in Kürze mit Ihnen in Verbindung setzen.","InvalidIdErrorMessage":"ID ungültig. Die ID muss mit dem Click2Talk-Anzeigenamen übereinstimmen. Bitte setzen Sie sich mit dem Website-Administrator in Verbindung.","IsTyping":"tippt ...","NewMessageTitleNotification":"Neue Nachricht erhalten!","ChatIsDisabled":"Der Chat ist zurzeit nicht verfügbar."},"ChatCompleted":{"StartNew":"Neu starten"}}');var wl=n.t(Al,2);const Cl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nom","Email":"Email","NameRequired":"Le nom est obligatoire","EmailRequired":"L\'email est obligatoire","EnterValidEmail":"Email invalide","FieldValidation":"Champ obligatoire","OfflineSubmit":"Envoyer","FieldsReplacement":"Cliquez sur \'Chat\' pour commencer une discussion avec un agent","ChatIntro":"Pouvons-nous avoir vos coordonnées?","CloseButton":"Fermer","PhoneText":"Téléphone","EnterValidPhone":"Numéro de téléphone invalide","EnterValidName":"Caractères permis : A-Z a-z 0-9 espace _ -","MaxCharactersReached":"Nombre maximum de caractères atteint"},"Chat":{"TypeYourMessage":"Ecrivez votre message...","MessageNotDeliveredError":"Une erreur liée au réseau est survenue. Le message n\'a pas pu être délivré.","TryAgain":"Cliquez ici pour réessayer."},"MessageBox":{"Ok":"OK","TryAgain":"Merci de réessayer"},"Inputs":{"InviteMessage":"Bonjour, comment pouvons-nous vous aider?","EndingMessage":"Votre session est terminée. N\'hésitez pas à nous recontacter.","NotAllowedError":"Permettre l\'accès au microphone depuis votre navigateur","NotFoundError":"Microphone introuvable","ServiceUnavailable":"Service indisponible","UnavailableMessage":"Nous sommes absents, laissez-nous un message!","OperatorName":"Support","WindowTitle":"Live Chat & Talk","CallTitle":"Appelez-nous","PoweredBy":"Propulsé par 3CX","OfflineMessagePlaceholder":"Message","OfflineMessageSent":"Nous avons reçu votre message et nous vous contacterons bientôt.","InvalidIdErrorMessage":"ID invalide. Contactez l\'administrateur de votre site web. L\'ID doit correspondre au pseudonyme Click2Talk","IsTyping":"Est en train d\'écrire... ","NewMessageTitleNotification":"Nouveau message reçu !","ChatIsDisabled":"Le chat n\'est pas disponible pour le moment."},"ChatCompleted":{"StartNew":"Commencer un nouveau chat."}}');var El=n.t(Cl,2);const Sl=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nome","Email":"Email\\t","NameRequired":"Il nome è necessario","EmailRequired":"L\'email è necessario","EnterValidEmail":"Email non valida","FieldValidation":"Campo obbligatorio","OfflineSubmit":"Invia","FieldsReplacement":"Clicca su \'Chat\' per avviare una chat con un agente","ChatIntro":"Possiamo avere i tuoi dati di contatto?","CloseButton":"Chiuso","PhoneText":"Telefono","EnterValidPhone":"Numero di telefono non valido","EnterValidName":"Caratteri ammessi: A-Z a-z 0-9 spazio _ -","MaxCharactersReached":"Numero massimo di caratteri raggiunto"},"Chat":{"TypeYourMessage":"Scrivi il tuo messaggio ...","MessageNotDeliveredError":"Si è verificato un errore di rete. Messaggio non consegnato.","TryAgain":"Clicca qui per riprovare."},"MessageBox":{"Ok":"OK","TryAgain":"Riprova"},"Inputs":{"InviteMessage":"Ciao! Come possiamo aiutarti oggi?","EndingMessage":"La sessione è terminata. Non esitare a contattarci di nuovo!","NotAllowedError":"Consenti l\'accesso al microfono dal tuo browser","NotFoundError":"Microfono non trovato","ServiceUnavailable":"Servizio non disponibile","UnavailableMessage":"Siamo assenti, lasciaci un messaggio!","OperatorName":"Supporto","WindowTitle":"Live Chat & Talk","CallTitle":"Chiamaci","PoweredBy":"Powered By 3CX","OfflineMessagePlaceholder":"Messaggio","OfflineMessageSent":"Il tuo messaggio è stato recapitato Ti contatteremo a breve tramite l\'indirizzo email che hai fornito. Grazie e arrivederci!","InvalidIdErrorMessage":"ID non valido. Contatta l\'amministratore del sito web. L\'ID deve corrispondere al nome Click2Talk","IsTyping":"Sta scrivendo...","NewMessageTitleNotification":"Nuovo messaggio ricevuto!","ChatIsDisabled":"La Chat non è al momento disponibile."},"ChatCompleted":{"StartNew":"Inizia un nuova chat."}}');var Tl=n.t(Sl,2);const Ol=JSON.parse('{"Auth":{"Submit":"Czat","Name":"Nazwisko","Email":"Email","NameRequired":"Nazwisko jest wymagane","EmailRequired":"Email jest wymagany","EnterValidEmail":"Nieprawidłowy email","FieldValidation":"Pole wymagane","OfflineSubmit":"Wyślij","FieldsReplacement":"Kliknij \\"Czat\\", aby rozpocząć rozmowę z agentem","ChatIntro":"Czy możemy prosić o Twoje imię i adres e-mail?","CloseButton":"Zamknij","PhoneText":"Telefon","EnterValidPhone":"Nieprawidłowy numer telefonu","EnterValidName":"Dopuszczalne znaki: A-Z a-z 0-9 spacja _ -","MaxCharactersReached":"Osiągnięto maksimum znaków"},"Chat":{"TypeYourMessage":"Wpisz swoją wiadomość….","MessageNotDeliveredError":"Błąd sieci. Wiadomość nie dostarczona.","TryAgain":"Kliknij tutaj, aby spróbować ponownie."},"MessageBox":{"Ok":"OK","TryAgain":"Spróbuj ponownie"},"Inputs":{"InviteMessage":"Witaj! Jak możemy Ci dziś pomóc?","EndingMessage":"Twoja sesja się zakończyła. Zapraszamy do ponownego kontaktu!","NotAllowedError":"Zezwól na dostęp do mikrofonu swojej przeglądarce","NotFoundError":"Nie znaleziono mikrofonu","ServiceUnavailable":"Usługa niedostępna","UnavailableMessage":"Nie ma nas, zmostaw wiadomość!","OperatorName":"Wsparcie","WindowTitle":"Live Chat & Talk","CallTitle":"Zadzwoń do nas","PoweredBy":"Wspierane przez 3CX","OfflineMessagePlaceholder":"Message","OfflineMessageSent":"Twoja wiadomość została dostarczona. Wkrótce się skontaktujemy na podany adres email. Dziękuję i do zobaczenia!","InvalidIdErrorMessage":"Nieprawidłowe ID. Skontaktuj się z administratorem strony. ID musi odpowiadać Przyjaznej nazwie Click2Talk","IsTyping":"Pisze…","NewMessageTitleNotification":"Otrzymano nową wiadomość!","ChatIsDisabled":"Czat jest w tym momencie niedostępny."},"ChatCompleted":{"StartNew":"Zacznij nowy"}}');var xl=n.t(Ol,2);const Ml=JSON.parse('{"Auth":{"Submit":"Начать чат","Name":"Имя","Email":"E-mail","NameRequired":"Укажите имя","EmailRequired":"Укажите e-mail","EnterValidEmail":"Неверный e-mail","FieldValidation":"Необходимое поле","OfflineSubmit":"Отправить","FieldsReplacement":"Нажмите \'Начать чат\', чтобы связаться с оператором","ChatIntro":"Можно узнать ваши контакты?","CloseButton":"Закрыть","PhoneText":"Телефон","EnterValidPhone":"Неверный номер","EnterValidName":"Допустимые символы: A-Z a-z 0-9 пробел _ -","MaxCharactersReached":"Достигнуто предельное количество символов"},"Chat":{"TypeYourMessage":"Введите сообщение...","MessageNotDeliveredError":"Ошибка сети. Сообщение не доставлено.","TryAgain":"Нажмите, чтобы попробовать снова."},"MessageBox":{"Ok":"OK","TryAgain":"Попробуйте снова"},"Inputs":{"InviteMessage":"Здравствуйте! Мы можем вам помочь?","EndingMessage":"Сессия завершена. Свяжитесь с нами, когда будет удобно!","NotAllowedError":"Разрешите доступ браузера к микрофону","NotFoundError":"Микрофон не найден","ServiceUnavailable":"Сервис недоступен","UnavailableMessage":"Сейчас мы не на связи. Пожалуйста, оставьте сообщение!","OperatorName":"Поддержка","WindowTitle":"Live Chat & Talk","CallTitle":"Свяжитесь с нами","PoweredBy":"Заряжено 3CX","OfflineMessagePlaceholder":"Сообщение","OfflineMessageSent":"Мы получили ваше сообщение и вскоре свяжемся с вами.","InvalidIdErrorMessage":"Неверный ID. Свяжитесь с администратором сайта. ID должен соответствовать короткому имени в параметрах Click2Talk","IsTyping":"набирает...","NewMessageTitleNotification":"Новое сообщение!","ChatIsDisabled":"Чат сейчас недоступен."},"ChatCompleted":{"StartNew":"Начать новый чат"}}');var Nl=n.t(Ml,2);const Il=JSON.parse('{"Auth":{"Submit":"Chat","Name":"Nome","Email":"E-mail","NameRequired":"Nome é obrigatório","EmailRequired":"E-mail é obrigatório","EnterValidEmail":"E-mail inválido","FieldValidation":"Campo obrigatório","OfflineSubmit":"Enviar","FieldsReplacement":"Clique em \'Chat\' para iniciar um chat com um agente","ChatIntro":"Você poderia informar suas inforamções para contato?","CloseButton":"Fechar","PhoneText":"Telefone","EnterValidPhone":"Número de telefone inválido","EnterValidName":"Caracteres permitidos: A-Z a-z 0-9 espaço _ -","MaxCharactersReached":"Número máximo de caracteres atingido"},"Chat":{"TypeYourMessage":"Escreva sua mensagem...","MessageNotDeliveredError":"Ocorreu um erro relacionado à rede. Mensagem não enviada.","TryAgain":"Clique aqui para tentar novamente."},"MessageBox":{"Ok":"Ok","TryAgain":"Tente novamente"},"Inputs":{"InviteMessage":"Olá! Como podemos te ajudar hoje?","EndingMessage":"Sua sessão terminou. Por favor, sinta-se à vontade para nos contatar novamente!","NotAllowedError":"Permitir acesso ao microfone pelo seu navegador","NotFoundError":"Microfone não encontrado","ServiceUnavailable":"Serviço indisponível","UnavailableMessage":"Estamos fora, deixe-nos uma mensagem!","OperatorName":"Suporte","WindowTitle":"Live Chat & Talk","CallTitle":"Entre em contato","PoweredBy":"Fornecidos por 3CX","OfflineMessagePlaceholder":"Mensagem","OfflineMessageSent":"Sua mensagem foi enviada. Entraremos em contato em breve.","InvalidIdErrorMessage":"ID inválido. Entre em contato com o administrador do site. O ID deve corresponder ao apelido usado no Click2Talk","IsTyping":"Digitando...","NewMessageTitleNotification":"Nova mensagem recebida!","ChatIsDisabled":"O chat não está disponível no momento."},"ChatCompleted":{"StartNew":"Commencer un nouveau chat."}}');var Rl=n.t(Il,2);const kl=JSON.parse('{"Auth":{"Submit":"聊天","Name":"姓名","Email":"邮箱","NameRequired":"姓名为必填项","EmailRequired":"邮箱为必填项","EnterValidEmail":"无效的邮箱","FieldValidation":"必填字段","OfflineSubmit":"发送","FieldsReplacement":"请点击 \\"聊天\\",开始与坐席交谈。","ChatIntro":"能不能告诉我们您的姓名和邮箱?","CloseButton":"关闭","PhoneText":"电话","EnterValidPhone":"无效的电话号码","EnterValidName":"允许的字符:A-Z a-z 0-9空格 _ -","MaxCharactersReached":"已达到最大字符限制"},"Chat":{"TypeYourMessage":"输入您的消息...","MessageNotDeliveredError":"发生网络相关错误。信息未送达。","TryAgain":" 点击此处再试一次。 "},"MessageBox":{"Ok":"OK","TryAgain":"再次尝试"},"Inputs":{"InviteMessage":"您好!请问有什么可以帮到您的?","EndingMessage":"您的会话结束了。请随时与我们联系!","NotAllowedError":"允许通过浏览器访问麦克风","NotFoundError":"未发现麦克风","ServiceUnavailable":"我们不在线,给我们留言吧!","UnavailableMessage":"目前没有可用的座席。请填写下面的表格,我们会尽快与您联系","OperatorName":"支持","WindowTitle":"在线聊天和通话","CallTitle":"致电我们","PoweredBy":"由3CX提供支持","OfflineMessagePlaceholder":"留言信息","OfflineMessageSent":"您的消息已送达。我们将尽快通过您提供的电子邮件地址与您联系。谢谢,再见!","InvalidIdErrorMessage":"无效的ID。联系网站管理员。ID必须与Click2Talk友好名称匹配","IsTyping":"正在输入...","NewMessageTitleNotification":"收到新消息!","ChatIsDisabled":"在线聊天暂不可用。"},"ChatCompleted":{"StartNew":"开始新的聊天"}}');var Pl=n.t(kl,2);ts.use(gl);const Dl={en:bl,es:_l,de:wl,fr:El,it:Tl,pl:xl,ru:Nl,pt_BR:Rl,pt_PT:Rl,pt:Rl,zh:Pl,zh_CN:Pl},Fl=new gl({locale:(0,Ac.Z)({languages:Object.keys(Dl),fallback:"en"}),messages:Dl}),Bl=e=>t=>t.pipe(Ga((t=>t instanceof e)),Xs((e=>e))),Ll=(e,t)=>new Gs((n=>{t||(t={}),t.headers||(t.headers={}),Object.assign(t.headers,{pragma:"no-cache","cache-control":"no-store"}),fetch(e,t).then((e=>{e.ok?(n.next(e),n.complete()):n.error(e)})).catch((e=>{e instanceof TypeError?n.error("Failed to contact chat service URL. Please check chat URL parameter and ensure CORS requests are allowed from current domain."):n.error(e)}))})),jl=e=>{const t=new Uint8Array(e),n=_c.decode(t,t.length);return delete n.MessageId,Object.values(n)[0]},Ul=e=>{const t=new URL(window.location.href),n=e.startsWith("http")?e:t.protocol+(e.startsWith("//")?e:"//"+e);return new URL(n)};function ql(e,t){return e?t?`${e.replace(/\/+$/,"")}/${t.replace(/^\/+/,"")}`:e:t}const zl=e=>"string"==typeof e?e:e instanceof Error?"NotAllowedError"===e.name?Fl.t("Inputs.NotAllowedError").toString():"NotFoundError"===e.name?Fl.t("Inputs.NotFoundError").toString():e.message:Fl.t("Inputs.ServiceUnavailable").toString(),Gl=(()=>{const e=window.document.title,t=Fl.t("Inputs.NewMessageTitleNotification").toString();let n;const r=()=>{window.document.title=window.document.title===t?e:t},i=()=>{clearInterval(n),window.document.title=e,window.document.onmousemove=null,n=null};return{startBlinkWithStopOnMouseMove(){n||(n=setInterval(r,1e3),window.document.onmousemove=i)},startBlink(){n||(n=setInterval(r,1e3))},stopBlink(){n&&i()}}})(),Hl=(e,t=!0)=>{let n="0123456789";n+=t?"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ":"";let r="";for(let t=0;t<e;t+=1)r+=n.charAt(Math.floor(Math.random()*n.length));return r},Vl="https:"===window.location.protocol||window.location.host.startsWith("localhost");function Wl(e){return e&&"function"==typeof e.schedule}const $l=e=>t=>{for(let n=0,r=e.length;n<r&&!t.closed;n++)t.next(e[n]);t.complete()};function Ql(e,t){return new Gs((n=>{const r=new Ds;let i=0;return r.add(t.schedule((function(){i!==e.length?(n.next(e[i++]),n.closed||r.add(this.schedule())):n.complete()}))),r}))}function Yl(e,t){return t?Ql(e,t):new Gs($l(e))}function Xl(...e){let t=e[e.length-1];return Wl(t)?(e.pop(),Ql(e,t)):Yl(e)}const Kl="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator",Zl=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function Jl(e){return!!e&&"function"!=typeof e.subscribe&&"function"==typeof e.then}const ef=e=>{if(e&&"function"==typeof e[Us])return r=e,e=>{const t=r[Us]();if("function"!=typeof t.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return t.subscribe(e)};if(Zl(e))return $l(e);if(Jl(e))return n=e,e=>(n.then((t=>{e.closed||(e.next(t),e.complete())}),(t=>e.error(t))).then(null,Ns),e);if(e&&"function"==typeof e[Kl])return t=e,e=>{const n=t[Kl]();for(;;){let t;try{t=n.next()}catch(t){return e.error(t),e}if(t.done){e.complete();break}if(e.next(t.value),e.closed)break}return"function"==typeof n.return&&e.add((()=>{n.return&&n.return()})),e};{const t=ks(e)?"an invalid object":`'${e}'`;throw new TypeError(`You provided ${t} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`)}var t,n,r};function tf(e,t){if(null!=e){if(function(e){return e&&"function"==typeof e[Us]}(e))return function(e,t){return new Gs((n=>{const r=new Ds;return r.add(t.schedule((()=>{const i=e[Us]();r.add(i.subscribe({next(e){r.add(t.schedule((()=>n.next(e))))},error(e){r.add(t.schedule((()=>n.error(e))))},complete(){r.add(t.schedule((()=>n.complete())))}}))}))),r}))}(e,t);if(Jl(e))return function(e,t){return new Gs((n=>{const r=new Ds;return r.add(t.schedule((()=>e.then((e=>{r.add(t.schedule((()=>{n.next(e),r.add(t.schedule((()=>n.complete())))})))}),(e=>{r.add(t.schedule((()=>n.error(e))))}))))),r}))}(e,t);if(Zl(e))return Ql(e,t);if(function(e){return e&&"function"==typeof e[Kl]}(e)||"string"==typeof e)return function(e,t){if(!e)throw new Error("Iterable cannot be null");return new Gs((n=>{const r=new Ds;let i;return r.add((()=>{i&&"function"==typeof i.return&&i.return()})),r.add(t.schedule((()=>{i=e[Kl](),r.add(t.schedule((function(){if(n.closed)return;let e,t;try{const n=i.next();e=n.value,t=n.done}catch(e){return void n.error(e)}t?n.complete():(n.next(e),this.schedule())})))}))),r}))}(e,t)}throw new TypeError((null!==e&&typeof e||e)+" is not observable")}function nf(e,t){return t?tf(e,t):e instanceof Gs?e:new Gs(ef(e))}class rf extends Ls{constructor(e){super(),this.parent=e}_next(e){this.parent.notifyNext(e)}_error(e){this.parent.notifyError(e),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class sf extends Ls{notifyNext(e){this.destination.next(e)}notifyError(e){this.destination.error(e)}notifyComplete(){this.destination.complete()}}function of(e,t){if(!t.closed)return e instanceof Gs?e.subscribe(t):ef(e)(t)}function af(e,t){return"function"==typeof t?n=>n.pipe(af(((n,r)=>nf(e(n,r)).pipe(Xs(((e,i)=>t(n,e,r,i))))))):t=>t.lift(new cf(e))}class cf{constructor(e){this.project=e}call(e,t){return t.subscribe(new lf(e,this.project))}}class lf extends sf{constructor(e,t){super(e),this.project=t,this.index=0}_next(e){let t;const n=this.index++;try{t=this.project(e,n)}catch(e){return void this.destination.error(e)}this._innerSub(t)}_innerSub(e){const t=this.innerSubscription;t&&t.unsubscribe();const n=new rf(this),r=this.destination;r.add(n),this.innerSubscription=of(e,n),this.innerSubscription!==n&&r.add(this.innerSubscription)}_complete(){const{innerSubscription:e}=this;e&&!e.closed||super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(e){this.destination.next(e)}}function ff(e,t,n=Number.POSITIVE_INFINITY){return"function"==typeof t?r=>r.pipe(ff(((n,r)=>nf(e(n,r)).pipe(Xs(((e,i)=>t(n,e,r,i))))),n)):("number"==typeof t&&(n=t),t=>t.lift(new uf(e,n)))}class uf{constructor(e,t=Number.POSITIVE_INFINITY){this.project=e,this.concurrent=t}call(e,t){return t.subscribe(new df(e,this.project,this.concurrent))}}class df extends sf{constructor(e,t,n=Number.POSITIVE_INFINITY){super(e),this.project=t,this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(e){this.active<this.concurrent?this._tryNext(e):this.buffer.push(e)}_tryNext(e){let t;const n=this.index++;try{t=this.project(e,n)}catch(e){return void this.destination.error(e)}this.active++,this._innerSub(t)}_innerSub(e){const t=new rf(this),n=this.destination;n.add(t);const r=of(e,t);r!==t&&n.add(r)}_complete(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()}notifyNext(e){this.destination.next(e)}notifyComplete(){const e=this.buffer;this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}function hf(e=Number.POSITIVE_INFINITY){return ff(qs,e)}function pf(...e){return hf(1)(Xl(...e))}function mf(...e){const t=e[e.length-1];return Wl(t)?(e.pop(),n=>pf(e,n,t)):t=>pf(e,t)}class gf extends Ds{constructor(e,t){super()}schedule(e,t=0){return this}}class vf extends gf{constructor(e,t){super(e,t),this.scheduler=e,this.work=t,this.pending=!1}schedule(e,t=0){if(this.closed)return this;this.state=e;const n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,t)),this.pending=!0,this.delay=t,this.id=this.id||this.requestAsyncId(r,this.id,t),this}requestAsyncId(e,t,n=0){return setInterval(e.flush.bind(e,this),n)}recycleAsyncId(e,t,n=0){if(null!==n&&this.delay===n&&!1===this.pending)return t;clearInterval(t)}execute(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const n=this._execute(e,t);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(e,t){let n=!1,r=void 0;try{this.work(e)}catch(e){n=!0,r=!!e&&e||new Error(e)}if(n)return this.unsubscribe(),r}_unsubscribe(){const e=this.id,t=this.scheduler,n=t.actions,r=n.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==r&&n.splice(r,1),null!=e&&(this.id=this.recycleAsyncId(t,e,null)),this.delay=null}}class bf{constructor(e,t=bf.now){this.SchedulerAction=e,this.now=t}schedule(e,t=0,n){return new this.SchedulerAction(this,e).schedule(n,t)}}bf.now=()=>Date.now();class yf extends bf{constructor(e,t=bf.now){super(e,(()=>yf.delegate&&yf.delegate!==this?yf.delegate.now():t())),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(e,t=0,n){return yf.delegate&&yf.delegate!==this?yf.delegate.schedule(e,t,n):super.schedule(e,t,n)}flush(e){const{actions:t}=this;if(this.active)return void t.push(e);let n;this.active=!0;do{if(n=e.execute(e.state,e.delay))break}while(e=t.shift());if(this.active=!1,n){for(;e=t.shift();)e.unsubscribe();throw n}}}const _f=new class extends yf{}(class extends vf{constructor(e,t){super(e,t),this.scheduler=e,this.work=t}schedule(e,t=0){return t>0?super.schedule(e,t):(this.delay=t,this.state=e,this.scheduler.flush(this),this)}execute(e,t){return t>0||this.closed?super.execute(e,t):this._execute(e,t)}requestAsyncId(e,t,n=0){return null!==n&&n>0||null===n&&this.delay>0?super.requestAsyncId(e,t,n):e.flush(this)}}),Af=new Gs((e=>e.complete()));function wf(e){return e?function(e){return new Gs((t=>e.schedule((()=>t.complete()))))}(e):Af}var Cf;!function(e){e.NEXT="N",e.ERROR="E",e.COMPLETE="C"}(Cf||(Cf={}));class Ef{constructor(e,t,n){this.kind=e,this.value=t,this.error=n,this.hasValue="N"===e}observe(e){switch(this.kind){case"N":return e.next&&e.next(this.value);case"E":return e.error&&e.error(this.error);case"C":return e.complete&&e.complete()}}do(e,t,n){switch(this.kind){case"N":return e&&e(this.value);case"E":return t&&t(this.error);case"C":return n&&n()}}accept(e,t,n){return e&&"function"==typeof e.next?this.observe(e):this.do(e,t,n)}toObservable(){switch(this.kind){case"N":return Xl(this.value);case"E":return La(this.error);case"C":return wf()}throw new Error("unexpected notification kind value")}static createNext(e){return void 0!==e?new Ef("N",e):Ef.undefinedValueNotification}static createError(e){return new Ef("E",void 0,e)}static createComplete(){return Ef.completeNotification}}Ef.completeNotification=new Ef("C"),Ef.undefinedValueNotification=new Ef("N",void 0);class Sf extends Ls{constructor(e,t,n=0){super(e),this.scheduler=t,this.delay=n}static dispatch(e){const{notification:t,destination:n}=e;t.observe(n),this.unsubscribe()}scheduleMessage(e){this.destination.add(this.scheduler.schedule(Sf.dispatch,this.delay,new Tf(e,this.destination)))}_next(e){this.scheduleMessage(Ef.createNext(e))}_error(e){this.scheduleMessage(Ef.createError(e)),this.unsubscribe()}_complete(){this.scheduleMessage(Ef.createComplete()),this.unsubscribe()}}class Tf{constructor(e,t){this.notification=e,this.destination=t}}class Of extends Qs{constructor(e=Number.POSITIVE_INFINITY,t=Number.POSITIVE_INFINITY,n){super(),this.scheduler=n,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=e<1?1:e,this._windowTime=t<1?1:t,t===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(e){if(!this.isStopped){const t=this._events;t.push(e),t.length>this._bufferSize&&t.shift()}super.next(e)}nextTimeWindow(e){this.isStopped||(this._events.push(new xf(this._getNow(),e)),this._trimBufferThenGetEvents()),super.next(e)}_subscribe(e){const t=this._infiniteTimeWindow,n=t?this._events:this._trimBufferThenGetEvents(),r=this.scheduler,i=n.length;let s;if(this.closed)throw new Vs;if(this.isStopped||this.hasError?s=Ds.EMPTY:(this.observers.push(e),s=new Ws(this,e)),r&&e.add(e=new Sf(e,r)),t)for(let t=0;t<i&&!e.closed;t++)e.next(n[t]);else for(let t=0;t<i&&!e.closed;t++)e.next(n[t].value);return this.hasError?e.error(this.thrownError):this.isStopped&&e.complete(),s}_getNow(){return(this.scheduler||_f).now()}_trimBufferThenGetEvents(){const e=this._getNow(),t=this._bufferSize,n=this._windowTime,r=this._events,i=r.length;let s=0;for(;s<i&&!(e-r[s].time<n);)s++;return i>t&&(s=Math.max(s,i-t)),s>0&&r.splice(0,s),r}}class xf{constructor(e,t){this.time=e,this.value=t}}function Mf(e,t,n,r){n&&"function"!=typeof n&&(r=n);const i="function"==typeof n?n:void 0,s=new Of(e,t,r);return e=>lo((()=>s),i)(e)}const Nf=(()=>{function e(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return e.prototype=Object.create(Error.prototype),e})();function If(e){return t=>0===e?wf():t.lift(new Rf(e))}class Rf{constructor(e){if(this.total=e,this.total<0)throw new Nf}call(e,t){return t.subscribe(new kf(e,this.total))}}class kf extends Ls{constructor(e,t){super(e),this.total=t,this.count=0}_next(e){const t=this.total,n=++this.count;n<=t&&(this.destination.next(e),n===t&&(this.destination.complete(),this.unsubscribe()))}}function Pf(e){return function(t){const n=new Df(e),r=t.lift(n);return n.caught=r}}class Df{constructor(e){this.selector=e}call(e,t){return t.subscribe(new Ff(e,this.selector,this.caught))}}class Ff extends sf{constructor(e,t,n){super(e),this.selector=t,this.caught=n}error(e){if(!this.isStopped){let t;try{t=this.selector(e,this.caught)}catch(e){return void super.error(e)}this._unsubscribeAndRecycle();const n=new rf(this);this.add(n);const r=of(t,n);r!==n&&this.add(r)}}}class Bf{constructor(e){this.name="",this.emailTag="",this.image="",Object.assign(this,e)}}const Lf=new Bf;class jf{constructor(e,t,n,r,i,s){this.connect$=new Qs,this.changeOperator$=new Qs,this.mySession$=this.connect$.pipe(af((o=>o?s.createMySession(e,n,t,r,i):Xl(qa()))),mf(qa()),Mf(1),ro()),this.onOperatorChange$=this.changeOperator$.pipe(Mf(1),ro()),this.notificationsOfType$(Bf).subscribe((e=>{e.image=""!==e.image?t+e.image:"",this.changeOperator$.next(e)})),this.notificationsOfType$(dc).subscribe((e=>{e&&e.TakenBy&&e.TakenBy.Name&&this.changeOperator$.next({name:e.TakenBy.Name,emailTag:"default",image:void 0!==e.TakenBy.Contact&&""!==e.TakenBy.Contact.ContactImage?t+e.TakenBy.Contact.ContactImage:""})}))}closeSession(){this.connect$.next(!1)}reconnect(){this.connect$.next(!0)}notificationsOfType$(e){return this.mySession$.pipe(af((e=>e.messages$)),Bl(e))}notificationsFilter$(e){return this.mySession$.pipe(af((e=>e.messages$)),Ga((t=>t===e)))}get(e,t=!0){return this.mySession$.pipe(If(1),af((e=>e.sessionState!==Ra.Connected?(this.reconnect(),this.mySession$.pipe(Ga((t=>t!==e)))):Xl(e))),af((n=>n.get(e,t))),Pf((e=>e instanceof Error&&"NotImplemented"===e.name?Xl(null):La(e))),If(1))}}const Uf=e=>!!e&&!/\.\./i.test(e.toLowerCase().trim())&&/^(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)])$/.test(e.toLowerCase().trim()),qf=e=>!e||!!e&&e.length<=200,zf=(e,t=50)=>!e||!!e&&e.length<=t,Gf=(e,t)=>{return(n=e)&&/^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/|\/\/)?[a-z0-9.-]+([-.]{1})[a-z0-9]{1,5}(:[0-9]{1,5})?(\/[a-zA-Z0-9-._~:/?#@!$&*=;+%()']*)?$/i.test(n)&&qf(e)?e:t;var n},Hf=(e,t)=>e?t?zf(e,t)?e:e.substring(0,t):zf(e,50)?e:e.substring(0,50):"",Vf=(e,t)=>Uf(e)&&qf(e)?e:t,Wf=(e,t)=>{return(n=e)&&/^(https?:\/\/)?((w{3}\.)?)facebook.com\/.*/i.test(n)&&qf(e)?e:t;var n},$f=(e,t)=>{return(n=e)&&/^(https?:\/\/)?((w{3}\.)?)twitter.com\/.*/i.test(n)&&qf(e)?e:t;var n};var Qf=n(1206);class Yf{static convertDateToTicks(e){return(e.getTime()-60*e.getTimezoneOffset()*1e3)*this.ticksPerMillisecondInCSharp+this.epochTicks}static convertTicksToDate(e){const t=(e-this.epochTicks)/this.ticksPerMillisecondInCSharp,n=new Date(t);return new Date(n.getTime()+60*n.getTimezoneOffset()*1e3)}static isDoubleByte(e){if(void 0!==e&&null!=e)for(let t=0,n=e.length;t<n;t+=1)if(e.charCodeAt(t)>255)return!0;return!1}static isDesktop(){const e=Qf.getParser(window.navigator.userAgent);return""!==e.getPlatformType()?"desktop"===e.getPlatformType(!0):window.innerWidth>600}static decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value}static focusElement(e){setTimeout((()=>{e&&e.focus()}),200)}static popupCenter(e,t,n){const r=void 0!==window.screenLeft?window.screenLeft:window.screenX,i=void 0!==window.screenTop?window.screenTop:window.screenY,s=window.innerWidth?window.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:window.screen.width,o=window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:window.screen.height,a=s/window.screen.availWidth,c=(s-t)/2/a+r,l=(o-n)/2/a+i;return window.open(e,"popUpChat",`directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes, width=${t}, height=${n}, top=${l}, left=${c}`)}static retrieveHexFromCssColorProperty(e,t,n){let r="";if(e.$root&&e.$root.$el&&e.$root.$el.getRootNode()instanceof ShadowRoot){const n=e.$root.$el.getRootNode();n&&(r=getComputedStyle(n.host).getPropertyValue(t)),r=Yf.colorNameToHex(r)}return""!==r?r.replace("#",""):n}static colorNameToHex(e){const t={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return void 0!==t[e.toLowerCase()]?t[e.toLowerCase()]:e}}Yf.epochTicks=621355968e9,Yf.ticksPerMillisecondInCSharp=1e4,Yf.IdGenerator=(()=>{let e=-1;return{getNext:()=>(e<0&&(e=1e5),e+=1,e)}})();var Xf=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Kf=class extends ts{constructor(){super(...arguments),this.ViewState=ka}getPropertyValue(e,t,n){let r=n.find((e=>""!==e&&void 0!==e));return void 0!==e&&Object.prototype.hasOwnProperty.call(e,t)&&(r=e[t]),void 0!==r?r:""}};Kf=Xf([vs],Kf);const Zf=Kf,Jf="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAANlBMVEXz9Pa5vsq2u8jN0dnV2N/o6u7FydPi5Onw8fS+ws3f4ee6v8v29/jY2+Hu7/Ly9PbJztbQ1dxJagBAAAAC60lEQVR4nO3b2ZaCMBREUQbDJOP//2wbEGVIFCHKTa+zH7uVRVmBBJQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCpdOzvQQqaq2KmuSrOzQ02lSeRem8rpsQq/ozg72Kj4UkAxEev8awnzs7P1yiIadsfpQXjfZCHhUCzbfmeurdNz6bDRsBWRsB+k0cXxdHjpa0wkTBn3hKnjzRZyEgYk3IeEv2RKWCt1cN9EJ0zjfm7Mq/rAVgUnbLpwnK/zA2tnuQmzJHquuqJq91blJuwmAW8rHbV3q2ITFrOAt7Xz3l2UmrBMlpcHe9fOUhOqRYVhFO/cqtSEy0H6bh/tJ1uhCctqlTB/NSnG9pOt1ISXjxLq825laVFowo9GaRPrF9talJqw3n6macaZ09yi1ISG2cLyriwePwxzi1ITru4s2naxma59TC2KTRjE83FqmQ6yeDaUDS3KTRhMV96h5TTSLD4HQ4uCE9bxePUU5pYL/3mD5o9CcMKgTONc39NNLrV5iK4aNLUoOWHQ38RQtW3nsm6db92i8ISvGBtct+hvwqyzBFxE9DehrcHlQPU1YWNvcNGirwlfNThv0ZOE9eJG1OsGZy36kVBdczU9e7RvAz5b9CFhqfIwSp4XwG+OwUWLPiRUV/33Z4tbGtTvGK635CfUDfb/SO5rt20N9t8m65fLT9g3GD5abDY2qC+lvEg4NjhEvLW4tUFvEj4a7OXq3TzoW8Jpg0PEzfk8SThv8EMeJFw1+O8SHmrQg4QHG/Qg4cEGxSc83KD4hIcblJ6w3L508TXh+vtDEpLw3GwDEpKQhOdznVD2fRr9tdpRw/1HqQndIeEvkXCXUlDC+1NBndsnge/fwyVnp9PGH3p95dm1WMKza4/fI37j+UPXR/c+2X9/hjQI0uO3LsyuMioM9A8Sjy/W1iIhY7Sn2tzpUahdWyXiNDNSxcWtSlCBAAAAAAAAAAAAAAAAAAAAAAAAAAAAwCn+AEXGNosxDBhFAAAAAElFTkSuQmCC";var eu=n(1466),tu=n.n(eu),nu=n(3787),ru=n.n(nu),iu=n(7123),su=n.n(iu),ou=n(3852),au=n.n(ou),cu=n(2566),lu=n.n(cu),fu=(n(3147),n(4556)),uu=n.n(fu),du=n(8642),hu=n.n(du),pu=n(6561),mu=n.n(pu),gu=n(5852),vu=n.n(gu),bu=n(6304),yu=n.n(bu),_u=n(8060),Au=n.n(_u),wu=n(1660),Cu=n.n(wu),Eu=n(2078),Su=n.n(Eu),Tu=n(5702),Ou=n.n(Tu),xu=n(2154),Mu=n.n(xu),Nu=n(6011),Iu=n.n(Nu),Ru=n(2371),ku=n.n(Ru),Pu=n(3582),Du=n.n(Pu),Fu=n(2106),Bu=n.n(Fu),Lu=n(9028),ju=n.n(Lu),Uu=n(1724),qu=n.n(Uu),zu=n(8818),Gu=n.n(zu),Hu=n(898),Vu=n.n(Hu),Wu=n(7439),$u=n.n(Wu),Qu=n(7736),Yu=n.n(Qu),Xu=n(4684),Ku=n.n(Xu),Zu=n(5227),Ju=n.n(Zu),ed=(n(513),n(7474)),td=n.n(ed),nd=n(6375),rd=n.n(nd),id=n(6842),sd=n.n(id),od=n(7308),ad=n.n(od);function cd(e,t,n,r,i,s,o,a){var c,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),s&&(l._scopeId="data-v-"+s),o?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=a?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var f=l.render;l.render=function(e,t){return c.call(t),f(e,t)}}else{var u=l.beforeCreate;l.beforeCreate=u?[].concat(u,c):[c]}return{exports:e,options:l}}const ld=cd({name:"ToolbarButton",props:{title:{type:String,default:""},disabled:Boolean}},(function(){var e=this,t=e.$createElement;return(e._self._c||t)("button",{class:[e.$style.button],attrs:{id:"wplc-chat-button",title:e.title,disabled:e.disabled},on:{mousedown:function(e){e.preventDefault()},click:function(t){return t.preventDefault(),t.stopPropagation(),e.$emit("click")}}},[e._t("default")],2)}),[],!1,(function(e){var t=n(1368);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const fd=cd(ts.directive("srcObject",{bind:(e,t,n)=>{e.srcObject=t.value},update:(e,t,n)=>{const r=e;r.srcObject!==t.value&&(r.srcObject=t.value)}}),undefined,undefined,!1,null,null,null,!0).exports;var ud=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let dd=class extends(fs(Zf)){constructor(){super(),this.isWebRtcAllowed=Vl,this.operatorIconImageExists=!1,this.imageNotFound="",this.hasSession=!1,this.callChannelInitiated=!1,this.currentOperator=new Bf({image:void 0!==this.operator.image&&""!==this.operator.image?this.operator.image:this.config.operatorIcon,name:this.operator.name,emailTag:this.operator.emailTag})}beforeMount(){this.singleButtonPhone||(this.$subscribeTo(this.myChatService.mySession$,(e=>{this.hasSession=e.sessionState===Ra.Connected})),this.$subscribeTo(this.eventBus.onCallChannelEnable,(e=>{this.callChannelInitiated||this.myWebRTCService.initCallChannel(e.allowCall,e.allowVideo)})),this.config.showOperatorActualName&&this.$subscribeTo(this.myChatService.onOperatorChange$,(e=>{void 0!==e.image&&""!==e.image||(e.image=this.config.operatorIcon),this.currentOperator=e}))),this.myWebRTCService.initCallChannel(this.allowCall,this.allowVideo),this.imageNotFound=Jf,document.addEventListener("fullscreenchange",(()=>{this.toggleFullScreen()})),document.addEventListener("webkitfullscreenchange",(()=>{this.toggleFullScreen()})),document.addEventListener("mozfullscreenchange",(()=>{this.toggleFullScreen()})),document.addEventListener("MSFullscreenChange",(()=>{this.toggleFullScreen()}))}get showCallControls(){return(this.allowCall||this.allowVideo)&&this.hasSession}get isVideoActive(){return this.myWebRTCService&&this.myWebRTCService.isVideoActive}videoOutputClick(){this.myWebRTCService.goFullScreen()}toggleFullScreen(){this.myWebRTCService.isFullscreen=!this.myWebRTCService.isFullscreen}toggleMute(){this.myWebRTCService.mute()}onMakeVideoCall(){this.makeCall(!0)}onMakeCall(){this.makeCall(!1)}makeCall(e){this.myWebRTCService.call(e||!1).pipe(If(1)).subscribe((()=>{}),(e=>this.eventBus.onError.next(e)))}dropCall(){this.myWebRTCService.dropCall().pipe(If(1)).subscribe((()=>{}),(e=>this.eventBus.onError.next(e)))}updateNotFoundImage(e){null!==e&&null!==e.target&&(e.target.src=this.imageNotFound)}};ud([Ts()],dd.prototype,"singleButtonPhone",void 0),ud([Ts()],dd.prototype,"allowVideo",void 0),ud([Ts()],dd.prototype,"allowCall",void 0),ud([Ts()],dd.prototype,"callTitle",void 0),ud([Ts({default:()=>Lf})],dd.prototype,"operator",void 0),ud([ys()],dd.prototype,"myChatService",void 0),ud([ys()],dd.prototype,"myWebRTCService",void 0),ud([Ts({default:!1})],dd.prototype,"isFullScreen",void 0),ud([Ts({default:!1})],dd.prototype,"disabled",void 0),ud([ys()],dd.prototype,"eventBus",void 0),ud([Ts({default:()=>({})})],dd.prototype,"config",void 0),dd=ud([vs({directives:{SrcObject:fd},components:{GlyphiconCall:ru(),GlyphiconVideo:su(),GlyphiconHourglass:lu(),GlyphiconMic:mu(),GlyphiconMicoff:vu(),GlyphiconThumbnails:uu(),GlyphiconFullscreen:hu(),ToolbarButton:ld,OperatorIcon:ad()}})],dd);const hd=cd(dd,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root},[e.myWebRTCService.audioNotificationUrl?n("audio",{attrs:{src:e.myWebRTCService.audioNotificationUrl,autoplay:"",loop:""}}):e._e(),e._v(" "),e.myWebRTCService.remoteStream?n("audio",{directives:[{name:"srcObject",rawName:"v-srcObject",value:e.myWebRTCService.remoteStream,expression:"myWebRTCService.remoteStream"}],attrs:{autoplay:""}}):e._e(),e._v(" "),e.singleButtonPhone?n("div",{class:[e.$style["single-button-mode"]]},[e.myWebRTCService.hasCall?e._e():n("toolbar-button",{class:[e.$style["single-button"],e.$style.bubble],attrs:{disabled:!e.isWebRtcAllowed||e.disabled,title:e.callTitle},on:{click:e.onMakeCall}},[n("glyphicon-call")],1),e._v(" "),e.myWebRTCService.hasCall?n("toolbar-button",{class:[e.$style["single-button"],e.$style.bubble,e.$style["button-end-call"]],on:{click:e.dropCall}},[n("glyphicon-call")],1):e._e()],1):n("div",{class:[e.$style["phone-controls-mode"]]},[e.config?n("div",{class:e.$style["operator-info"]},[n("div",{class:e.$style["operator-img-container"]},[""!=e.currentOperator.image?n("img",{ref:"operatorIcon",class:[e.$style["rounded-circle"],e.$style["operator-img"]],attrs:{src:e.currentOperator.image,alt:"avatar"},on:{error:function(t){return e.updateNotFoundImage(t)}}}):n("operatorIcon",{class:e.$style["operator-img"]}),e._v(" "),n("span",{class:e.$style["online-icon"]})],1),e._v(" "),n("div",{class:[e.$style.operator_name,e.config.isPopout?e.$style.popout:""],attrs:{title:e.currentOperator.name}},[n("span",[e._v(e._s(e.currentOperator.name)),n("span")])])]):e._e(),e._v(" "),e.showCallControls?n("div",{class:[e.$style["call-controls"],e.isFullScreen?e.$style["full-screen-controls"]:""]},[e.myWebRTCService.hasCall?[n("toolbar-button",{class:[e.$style["toolbar-button"],e.$style["button-end-call"]],attrs:{id:"callUsDropCallBtn",disabled:e.myWebRTCService.hasTryingCall},on:{click:e.dropCall}},[n("glyphicon-call")],1),e._v(" "),e.myWebRTCService.media.isMuted?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsUnmuteBtn",disabled:e.myWebRTCService.hasTryingCall},on:{click:e.toggleMute}},[n("glyphicon-micoff")],1):n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsMuteBtn",disabled:e.myWebRTCService.hasTryingCall},on:{click:e.toggleMute}},[n("glyphicon-mic")],1),e._v(" "),e.isVideoActive?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsFullscreenBtn"},on:{click:function(t){return e.videoOutputClick()}}},[n("glyphicon-fullscreen")],1):e._e()]:[e.allowCall?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsCallBtn",disabled:!e.isWebRtcAllowed},on:{click:e.onMakeCall}},[n("glyphicon-call")],1):e._e(),e._v(" "),e.allowVideo?n("toolbar-button",{class:e.$style["toolbar-button"],attrs:{id:"callUsVideoBtn",disabled:!e.isWebRtcAllowed},on:{click:e.onMakeVideoCall}},[n("glyphicon-video")],1):e._e()]],2):e._e(),e._v(" "),n("div",{class:e.$style["space-expander"]})])])}),[],!1,(function(e){var t=n(1726);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class pd extends Qs{constructor(e){super(),this._value=e}get value(){return this.getValue()}_subscribe(e){const t=super._subscribe(e);return t&&!t.closed&&e.next(this._value),t}getValue(){if(this.hasError)throw this.thrownError;if(this.closed)throw new Vs;return this._value}next(e){super.next(this._value=e)}}class md{constructor(){this.onError=new Qs,this.onRestored=new Qs,this.onMinimized=new Qs,this.onRestart=new Qs,this.onLoaded=new Qs,this.onAnimationActivatedChange=new pd(!0),this.onClosed=new Qs,this.onChatInitiated=new pd(!1),this.onCallChannelEnable=new Qs,this.onNotificationVisibilityChange=new Qs}}class gd{constructor(){this.activeLoaders={},this.key=0}show(e="default"){this.activeLoaders[e]=!0,this.key+=1}hide(e="default"){delete this.activeLoaders[e],this.key+=1}loading(e="default"){return this.activeLoaders[e]}}var vd,bd,yd,_d,Ad,wd;!function(e){e[e.Name=0]="Name",e[e.Email=1]="Email",e[e.Both=2]="Both",e[e.None=3]="None"}(vd||(vd={})),function(e){e[e.BubbleLeft=0]="BubbleLeft",e[e.BubbleRight=1]="BubbleRight"}(bd||(bd={})),function(e){e[e.CallAndChat=0]="CallAndChat",e[e.ChatOnly=1]="ChatOnly",e[e.CallOnly=2]="CallOnly"}(yd||(yd={})),function(e){e[e.None=0]="None",e[e.FadeIn=1]="FadeIn",e[e.SlideLeft=2]="SlideLeft",e[e.SlideRight=3]="SlideRight",e[e.SlideUp=4]="SlideUp"}(_d||(_d={})),function(e){e[e.Phone=0]="Phone",e[e.WP=1]="WP",e[e.MCU=2]="MCU"}(Ad||(Ad={})),function(e){e[e.None=0]="None",e[e.Desktop=1]="Desktop",e[e.Mobile=2]="Mobile",e[e.Both=3]="Both"}(wd||(wd={}));var Cd=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Ed=class extends(fs(Zf)){constructor(){super(...arguments),this.channelType=Ad.Phone,this.eventBus=new md,this.loadingService=new gd}};Cd([Cs()],Ed.prototype,"currentChannel",void 0),Cd([Ts({default:Fl.t("Inputs.InviteMessage")})],Ed.prototype,"inviteMessage",void 0),Cd([Ts({default:Fl.t("Inputs.EndingMessage")})],Ed.prototype,"endingMessage",void 0),Cd([Ts({default:""})],Ed.prototype,"firstResponseMessage",void 0),Cd([Ts({default:Fl.t("Inputs.UnavailableMessage")})],Ed.prototype,"unavailableMessage",void 0),Cd([Ts({default:"false"})],Ed.prototype,"autoFocus",void 0),Cd([Ts({default:!1})],Ed.prototype,"isPopout",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowCall",void 0),Cd([Ts({default:"true"})],Ed.prototype,"enableOnmobile",void 0),Cd([Ts({default:"true"})],Ed.prototype,"enable",void 0),Cd([Ts({default:"true"})],Ed.prototype,"inBusinessSchedule",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowMinimize",void 0),Cd([Ts({default:"false"})],Ed.prototype,"minimized",void 0),Cd([Ts({default:"false"})],Ed.prototype,"popupWhenOnline",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowSoundnotifications",void 0),Cd([Ts({default:"false"})],Ed.prototype,"enableMute",void 0),Cd([Ts({default:""})],Ed.prototype,"soundnotificationUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"facebookIntegrationUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"twitterIntegrationUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"emailIntegrationUrl",void 0),Cd([Ts({default:"bubbleRight"})],Ed.prototype,"minimizedStyle",void 0),Cd([Ts({default:"right"})],Ed.prototype,"bubblePosition",void 0),Cd([Ts({default:"none"})],Ed.prototype,"animationStyle",void 0),Cd([Ts({default:"true"})],Ed.prototype,"allowVideo",void 0),Cd([Ts({default:"none"})],Ed.prototype,"authentication",void 0),Cd([Ts({default:void 0})],Ed.prototype,"channelUrl",void 0),Cd([Ts({default:void 0})],Ed.prototype,"phonesystemUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"wpUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"filesUrl",void 0),Cd([Ts({default:""})],Ed.prototype,"party",void 0),Cd([Ts({default:""})],Ed.prototype,"operatorIcon",void 0),Cd([Ts({default:""})],Ed.prototype,"windowIcon",void 0),Cd([Ts({default:""})],Ed.prototype,"buttonIcon",void 0),Cd([Ts({default:"Default"})],Ed.prototype,"buttonIconType",void 0),Cd([Ts({default:Fl.t("Inputs.OperatorName")})],Ed.prototype,"operatorName",void 0),Cd([Ts({default:Fl.t("Inputs.WindowTitle")})],Ed.prototype,"windowTitle",void 0),Cd([Ts({default:"false"})],Ed.prototype,"enablePoweredby",void 0),Cd([Ts({default:""})],Ed.prototype,"userIcon",void 0),Cd([Ts({default:Fl.t("Inputs.CallTitle")})],Ed.prototype,"callTitle",void 0),Cd([Ts({default:"true"})],Ed.prototype,"popout",void 0),Cd([Ts({default:"false"})],Ed.prototype,"forceToOpen",void 0),Cd([Ts({default:"false"})],Ed.prototype,"ignoreQueueownership",void 0),Cd([Ts({default:"true"})],Ed.prototype,"showTypingIndicator",void 0),Cd([Ts({default:"false"})],Ed.prototype,"showOperatorActualName",void 0),Cd([Ts({default:void 0})],Ed.prototype,"authenticationString",void 0),Cd([Ts({default:"phone"})],Ed.prototype,"channel",void 0),Cd([Ts({default:"true"})],Ed.prototype,"aknowledgeReceived",void 0),Cd([Ts({default:"false"})],Ed.prototype,"gdprEnabled",void 0),Cd([Ts({default:"false"})],Ed.prototype,"filesEnabled",void 0),Cd([Ts({default:""})],Ed.prototype,"gdprMessage",void 0),Cd([Ts({default:"false"})],Ed.prototype,"ratingEnabled",void 0),Cd([Ts({default:"false"})],Ed.prototype,"departmentsEnabled",void 0),Cd([Ts({default:"both"})],Ed.prototype,"messageDateformat",void 0),Cd([Ts({default:"both"})],Ed.prototype,"messageUserinfoFormat",void 0),Cd([Ts({default:""})],Ed.prototype,"chatIcon",void 0),Cd([Ts({default:""})],Ed.prototype,"chatLogo",void 0),Cd([Ts({default:""})],Ed.prototype,"visitorName",void 0),Cd([Ts({default:""})],Ed.prototype,"visitorEmail",void 0),Cd([Ts({default:""})],Ed.prototype,"authenticationMessage",void 0),Cd([Ts({default:Fl.t("Auth.Submit")})],Ed.prototype,"startChatButtonText",void 0),Cd([Ts({default:Fl.t("Inputs.OfflineMessageSent")})],Ed.prototype,"offlineFinishMessage",void 0),Cd([Ts({default:"none"})],Ed.prototype,"greetingVisibility",void 0),Cd([Ts({default:Fl.t("Inputs.GreetingMessage")})],Ed.prototype,"greetingMessage",void 0),Cd([Ts({default:"none"})],Ed.prototype,"greetingOfflineVisibility",void 0),Cd([Ts({default:Fl.t("Inputs.GreetingMessage")})],Ed.prototype,"greetingOfflineMessage",void 0),Cd([Ts()],Ed.prototype,"cssVariables",void 0),Cd([Cs()],Ed.prototype,"eventBus",void 0),Cd([Cs()],Ed.prototype,"loadingService",void 0),Ed=Cd([vs({i18n:Fl})],Ed);const Sd=Ed;var Td=n(2568),Od=n.n(Td);function xd(e){return!!e&&(e instanceof Gs||"function"==typeof e.lift&&"function"==typeof e.subscribe)}function Md(...e){let t=Number.POSITIVE_INFINITY,n=null,r=e[e.length-1];return Wl(r)?(n=e.pop(),e.length>1&&"number"==typeof e[e.length-1]&&(t=e.pop())):"number"==typeof r&&(t=e.pop()),null===n&&1===e.length&&e[0]instanceof Gs?e[0]:hf(t)(Yl(e,n))}const Nd=new yf(vf),Id=(()=>{function e(){return Error.call(this),this.message="Timeout has occurred",this.name="TimeoutError",this}return e.prototype=Object.create(Error.prototype),e})();function Rd(e){return e instanceof Date&&!isNaN(+e)}class kd{constructor(e,t,n,r){this.waitFor=e,this.absoluteTimeout=t,this.withObservable=n,this.scheduler=r}call(e,t){return t.subscribe(new Pd(e,this.absoluteTimeout,this.waitFor,this.withObservable,this.scheduler))}}class Pd extends sf{constructor(e,t,n,r,i){super(e),this.absoluteTimeout=t,this.waitFor=n,this.withObservable=r,this.scheduler=i,this.scheduleTimeout()}static dispatchTimeout(e){const{withObservable:t}=e;e._unsubscribeAndRecycle(),e.add(of(t,new rf(e)))}scheduleTimeout(){const{action:e}=this;e?this.action=e.schedule(this,this.waitFor):this.add(this.action=this.scheduler.schedule(Pd.dispatchTimeout,this.waitFor,this))}_next(e){this.absoluteTimeout||this.scheduleTimeout(),super._next(e)}_unsubscribe(){this.action=void 0,this.scheduler=null,this.withObservable=null}}function Dd(e,t=Nd){return function(e,t,n=Nd){return r=>{let i=Rd(e),s=i?+e-n.now():Math.abs(e);return r.lift(new kd(s,i,t,n))}}(e,La(new Id),t)}class Fd{constructor(e){this.predicate=e}call(e,t){return t.subscribe(new Bd(e,this.predicate))}}class Bd extends Ls{constructor(e,t){super(e),this.predicate=t,this.skipping=!0,this.index=0}_next(e){const t=this.destination;this.skipping&&this.tryCallPredicate(e),this.skipping||t.next(e)}tryCallPredicate(e){try{const t=this.predicate(e,this.index++);this.skipping=Boolean(t)}catch(e){this.destination.error(e)}}}function Ld(e,t,n){return function(r){return r.lift(new jd(e,t,n))}}class jd{constructor(e,t,n){this.nextOrObserver=e,this.error=t,this.complete=n}call(e,t){return t.subscribe(new Ud(e,this.nextOrObserver,this.error,this.complete))}}class Ud extends Ls{constructor(e,t,n,r){super(e),this._tapNext=to,this._tapError=to,this._tapComplete=to,this._tapError=n||to,this._tapComplete=r||to,Os(t)?(this._context=this,this._tapNext=t):t&&(this._context=t,this._tapNext=t.next||to,this._tapError=t.error||to,this._tapComplete=t.complete||to)}_next(e){try{this._tapNext.call(this._context,e)}catch(e){return void this.destination.error(e)}this.destination.next(e)}_error(e){try{this._tapError.call(this._context,e)}catch(e){return void this.destination.error(e)}this.destination.error(e)}_complete(){try{this._tapComplete.call(this._context)}catch(e){return void this.destination.error(e)}return this.destination.complete()}}function qd(){try{return"true"===localStorage.getItem("callus.loggerenabled")}catch(e){return!1}}function zd(e){qd()&&console.log("Request",e)}function Gd(e){qd()&&console.log("Response",e)}function Hd(e){qd()&&console.log(e)}function Vd(e){console.error("call-us:",e)}class Wd{constructor(e){this.Description=e}toGenericMessage(){const e=new _c;return e.MessageId=-1,e}}class $d{constructor(e){Object.assign(this,e)}}class Qd{constructor(e){this.messages=[],Object.assign(this,e)}}class Yd{constructor(e){this.message=e}}class Xd{constructor(e){Object.assign(this,e)}}class Kd{constructor(e){this.isTyping=!1,Object.assign(this,e)}}class Zd{static getChannelChatTyping(e){return{action:"wplc_typing",user:"user",type:Math.floor(Date.now()/1e3),cid:e.idConversation}}static getChannelChatFile(e){return{action:"wplc_upload_file",cid:e.idConversation,file:e.file}}static getChannelRequestSendChatMessage(e){return{action:"wplc_user_send_msg",cid:e.idConversation,msg:e.message}}getChannelObject(e){let t=e;return t=e instanceof Kd?Zd.getChannelChatTyping(e):e instanceof Xd?Zd.getChannelChatFile(e):e instanceof Yd?Zd.getChannelRequestSendChatMessage(e):new Wd("WP doesn't support this call"),t}getClientMessages(e){const t=new Qd;t.messages=new Array;const n=th();return Object.keys(e).forEach((r=>{var i;let s;null!=e[r].file&&(s=new Xd({fileName:e[r].file.FileName,fileLink:e[r].file.FileLink,fileState:Da.Available,fileSize:e[r].file.FileSize}));const o=new $d({id:parseInt(r,10),senderNumber:e[r].originates,senderName:"2"===e[r].originates?null!==(i=null==n?void 0:n.name)&&void 0!==i?i:"":"Support",senderBridgeNumber:"",isNew:!0,party:e[r].aid.toString(),partyNew:"",isAnonymousActive:!1,idConversation:e[r].cid.toString(),message:e[r].msg,time:new Date(e[r].added_at),file:s,isLocal:"2"===e[r].originates,code:e[r].code});t.messages.push(o)})),t}getClientObject(e,t){let n;if(n=e,void 0!==e.Data&&null!=e.Data)switch(t){case"ClientChatMessageQueue":Object.prototype.hasOwnProperty.call(e.Data,"Messages")&&(n=this.getClientMessages(e.Data.Messages))}return n}}class Jd{constructor(e){this.code="",this.image="",this.name="",Object.assign(this,e)}}class eh{constructor(e){this.portalId="",this.name="Guest",this.operator=new Bf,this.isQueue=!1,this.isPoputAvailable=!1,this.isChatEnabled=!1,this.isAvailable=!1,this.chatUniqueCode=-1,this.clientId="",this.chatSessionCode="",this.chatStatusCode=-1,this.chatSecret="",this.authorized=!1,this.dictionary={},this.country=new Jd,Object.assign(this,e)}}function th(){const e=localStorage.getItem("ChatData");return e?new eh(JSON.parse(e)):void 0}class nh{constructor(e,t,n){this.endpoint=e,this.fileEndpoint=t,this.sessionId=n,this.messages$=new Qs,this.sessionState=Ra.Connected,this.supportsWebRTC=!1,this.serverProvideSystemMessages=!0,this.supportUnicodeEmoji=!1,this.dataMapper=new Zd}getSessionUniqueCode(){return parseInt(this.sessionId,10)}fileEndPoint(e){return""!==e?e:this.fileEndpoint}emojiEndpoint(){return this.fileEndpoint+"/images/emojis/32/"}get(e,t=!0){var n,r;zd(e);const i=t?this.dataMapper.getChannelObject(e.data):e.data;if(!(i instanceof Wd)){let t,s={};const o=th();return e.containsFile?(t=new FormData,t.append("security",null!==(r=null==o?void 0:o.chatSecret)&&void 0!==r?r:""),Object.entries(i).forEach((([e,n])=>{"containsFile"!==e&&t.append(e,n)}))):(s={"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},t=new URLSearchParams,t.set("security",null!==(n=null==o?void 0:o.chatSecret)&&void 0!==n?n:""),Object.entries(i).forEach((([e,n])=>{"containsFile"!==e&&t.set(e,n)}))),Ll(this.endpoint,{headers:s,method:"POST",credentials:"include",body:t}).pipe(af((e=>e.json())),Xs((e=>{const t=e;return Gd(t),t})))}const s=new Error("Not implemented on this channel");return s.name="NotImplemented",La(s)}}class rh{constructor(e){Object.assign(this,e)}}class ih{constructor(e){Object.assign(this,e)}}class sh{constructor(e){Object.assign(this,e)}}class oh{constructor(e){Object.assign(this,e)}}class ah{constructor(){this.LastReceived=""}getInfo(e,t){const n=th(),r=n?n.chatSessionCode:Hl(12),i=new URLSearchParams;return i.set("action","wplc_init_session"),i.set("security","NoToken"),i.set("wplcsession",r),i.set("wplc_is_mobile","false"),this.wordpressAjaxCall(e,i).pipe(Xs((e=>{var t;return new eh({isAvailable:e.Data.available,isChatEnabled:e.Data.enabled,chatUniqueCode:e.Data.cid,chatSessionCode:r,chatStatusCode:e.Status,name:e.Data.name,operator:new Bf({name:e.Data.operator.Name,emailTag:e.Data.operator.EmailTag,image:null!==(t=e.Data.operator.Image)&&void 0!==t?t:""}),chatSecret:e.Data.nonce,portalId:e.Data.portal_id,dictionary:e.Data.dictionary,country:e.Data.country,customFields:e.Data.custom_fields.map((e=>new ih({id:e.id,name:e.name,type:e.type,defaultText:"TEXT"===e.type?e.values:"",options:"DROPDOWN"===e.type?e.values:[]}))),departments:e.Data.departments.map((e=>new rh({id:e.id,name:e.name})))})})),Ld((e=>{n&&n.chatUniqueCode===e.chatUniqueCode?e.authorized=n.authorized:(e.authorized=!1,e.chatSessionCode=Hl(12)),localStorage.setItem("ChatData",JSON.stringify(e))})),Mf(1),ro())}startWpSession(e,t,n,r){const i=th(),s=new URLSearchParams;return s.set("action","wplc_start_chat"),s.set("email",void 0!==e.email?e.email:""),s.set("name",void 0!==e.name?e.name:""),s.set("department",void 0!==e.department?e.department.toString():"-1"),s.set("customFields",void 0!==e.customFields?JSON.stringify(e.customFields):JSON.stringify({})),s.set("cid",i?""+(null==i?void 0:i.chatUniqueCode):""),this.wordpressAjaxCall(t,s).pipe(Xs((e=>new nh(t,n,e.Data.cid))),Ld((()=>{i&&(i.authorized=!0,localStorage.setItem("ChatData",JSON.stringify(i)))})),Mf(1),ro())}setExternalSession(e,t){const n=th(),r=new URLSearchParams;return r.set("action","wplc_register_external_session"),r.set("ext_session",t),r.set("cid",n?""+(null==n?void 0:n.chatUniqueCode):""),this.wordpressAjaxCall(e,r)}closeWpSession(e){return this.getChatData().pipe(Xs((e=>{const t=new URLSearchParams;return t.set("action","wplc_user_close_chat"),t.set("cid",e.chatUniqueCode.toString()),t.set("status",e.chatStatusCode.toString()),t})),af((t=>this.wordpressAjaxCall(e,t))),Xs((()=>!0)),Mf(1),ro())}resetWpSession(e){return this.getChatData().pipe(Xs((e=>{const t=new URLSearchParams;return t.set("action","wplc_user_reset_session"),t.set("cid",e.chatUniqueCode.toString()),t})),af((t=>{let n=this.wordpressAjaxCall(e,t);const r=t.get("cid");return null!==r&&parseInt(r,10)>0&&(n=Xl(!0)),n})),Xs((()=>!0)),Mf(1),ro())}getChatData(){return new Gs((e=>{const t=th();t?(e.next(t),e.complete()):e.error("Component hasn't initialized properly")}))}getChatMessages(e,t){return this.getChatData().pipe(Xs((e=>{const n=new URLSearchParams;return n.set("action",t),n.set("cid",e.chatUniqueCode.toString()),n.set("wplc_name",void 0!==e.name?e.name:""),n.set("wplc_email",void 0!==e.email?e.email:""),n.set("status",e.chatStatusCode.toString()),n.set("wplcsession",e.chatSessionCode),n.set("wplc_is_mobile","false"),n.set("short_poll","false"),void 0!==this.LastReceived&&n.set("last_informed",this.LastReceived),n})),af((t=>this.wordpressAjaxCall(e.endpoint,t))))}createMySession(e,t,n,r,i){if(this.isAuthorized()){const t=th();t&&(e={email:t.email,name:t.name,department:t.department})}return this.startWpSession(e,n,r,i).pipe(Pf((e=>Xl(za(zl(e))))))}dropSession(e,t,n){return n?this.closeWpSession(e).pipe(Ld((()=>{this.cleanLocalChatData()}))):this.resetWpSession(e).pipe(Ld((()=>{this.cleanLocalChatData()})))}cleanLocalChatData(){return localStorage.removeItem("ChatData"),!0}sendSingleCommand(e,t,n){const r=new URLSearchParams;return r.set("action",ah.mapObjectToAction(n)),Object.entries(n.data).forEach((([e,t])=>{r.set(e,t)})),this.wordpressAjaxCall(e,r)}isAuthorized(){let e=!1;const t=th();return t&&(e=t.authorized),e}setAuthentication(e){var t;const n=null!==(t=th())&&void 0!==t?t:new eh;n.email=e.email,n.name=e.name,n.department=e.department,localStorage.setItem("ChatData",JSON.stringify(n))}wordpressAjaxCall(e,t){const n=th();return n&&t.set("security",n.chatSecret),Ll(e,{headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},credentials:"include",method:"POST",body:t}).pipe(af((e=>e.json())),af((e=>e.ErrorFound?La(e.ErrorMessage):Xl({Data:e.Data,Status:e.Status}))),Pf((e=>(console.log(e),La(e)))))}static mapObjectToAction(e){let t="";return e instanceof sh?t="wplc_send_offline_msg":e instanceof oh&&(t="wplc_rate_chat"),t}}const ch={"*\\0/*":"1f646","*\\O/*":"1f646","-___-":"1f611",":'-)":"1f602","':-)":"1f605","':-D":"1f605",">:-)":"1f606","':-(":"1f613",">:-(":"1f620",":'-(":"1f622","O:-)":"1f607","0:-3":"1f607","0:-)":"1f607","0;^)":"1f607","O;-)":"1f607","0;-)":"1f607","O:-3":"1f607","-__-":"1f611",":-Þ":"1f61b","</3":"1f494",":')":"1f602",":-D":"1f603","':)":"1f605","'=)":"1f605","':D":"1f605","'=D":"1f605",">:)":"1f606",">;)":"1f606",">=)":"1f606",";-)":"1f609","*-)":"1f609",";-]":"1f609",";^)":"1f609","':(":"1f613","'=(":"1f613",":-*":"1f618",":^*":"1f618",">:P":"1f61c","X-P":"1f61c",">:[":"1f61e",":-(":"1f61e",":-[":"1f61e",">:(":"1f620",":'(":"1f622",";-(":"1f622",">.<":"1f623","#-)":"1f635","%-)":"1f635","X-)":"1f635","\\0/":"1f646","\\O/":"1f646","0:3":"1f607","0:)":"1f607","O:)":"1f607","O=)":"1f607","O:3":"1f607","B-)":"1f60e","8-)":"1f60e","B-D":"1f60e","8-D":"1f60e","-_-":"1f611",">:\\":"1f615",">:/":"1f615",":-/":"1f615",":-.":"1f615",":-P":"1f61b",":Þ":"1f61b",":-b":"1f61b",":-O":"1f62e",O_O:"1f62e",">:O":"1f62e",":-X":"1f636",":-#":"1f636",":-)":"1f642","(y)":"1f44d","<3":"2764",":D":"1f603","=D":"1f603",";)":"1f609","*)":"1f609",";]":"1f609",";D":"1f609",":*":"1f618","=*":"1f618",":(":"1f61e",":[":"1f61e","=(":"1f61e",":@":"1f620",";(":"1f622","D:":"1f628",":$":"1f633","=$":"1f633","#)":"1f635","%)":"1f635","X)":"1f635","B)":"1f60e","8)":"1f60e",":/":"1f615",":\\":"1f615","=/":"1f615","=\\":"1f615",":L":"1f615","=L":"1f615",":P":"1f61b","=P":"1f61b",":b":"1f61b",":O":"1f62e",":X":"1f636",":#":"1f636","=X":"1f636","=#":"1f636",":)":"1f642","=]":"1f642","=)":"1f642",":]":"1f642"},lh=new RegExp("<object[^>]*>.*?</object>|<span[^>]*>.*?</span>|<(?:object|embed|svg|img|div|span|p|a)[^>]*>|((\\s|^)(\\*\\\\0\\/\\*|\\*\\\\O\\/\\*|\\-___\\-|\\:'\\-\\)|'\\:\\-\\)|'\\:\\-D|\\>\\:\\-\\)|>\\:\\-\\)|'\\:\\-\\(|\\>\\:\\-\\(|>\\:\\-\\(|\\:'\\-\\(|O\\:\\-\\)|0\\:\\-3|0\\:\\-\\)|0;\\^\\)|O;\\-\\)|0;\\-\\)|O\\:\\-3|\\-__\\-|\\:\\-Þ|\\:\\-Þ|\\<\\/3|<\\/3|\\:'\\)|\\:\\-D|'\\:\\)|'\\=\\)|'\\:D|'\\=D|\\>\\:\\)|>\\:\\)|\\>;\\)|>;\\)|\\>\\=\\)|>\\=\\)|;\\-\\)|\\*\\-\\)|;\\-\\]|;\\^\\)|'\\:\\(|'\\=\\(|\\:\\-\\*|\\:\\^\\*|\\>\\:P|>\\:P|X\\-P|\\>\\:\\[|>\\:\\[|\\:\\-\\(|\\:\\-\\[|\\>\\:\\(|>\\:\\(|\\:'\\(|;\\-\\(|\\>\\.\\<|>\\.<|#\\-\\)|%\\-\\)|X\\-\\)|\\\\0\\/|\\\\O\\/|0\\:3|0\\:\\)|O\\:\\)|O\\=\\)|O\\:3|B\\-\\)|8\\-\\)|B\\-D|8\\-D|\\-_\\-|\\>\\:\\\\|>\\:\\\\|\\>\\:\\/|>\\:\\/|\\:\\-\\/|\\:\\-\\.|\\:\\-P|\\:Þ|\\:Þ|\\:\\-b|\\:\\-O|O_O|\\>\\:O|>\\:O|\\:\\-X|\\:\\-#|\\:\\-\\)|\\(y\\)|\\<3|<3|\\:D|\\=D|;\\)|\\*\\)|;\\]|;D|\\:\\*|\\=\\*|\\:\\(|\\:\\[|\\=\\(|\\:@|;\\(|D\\:|\\:\\$|\\=\\$|#\\)|%\\)|X\\)|B\\)|8\\)|\\:\\/|\\:\\\\|\\=\\/|\\=\\\\|\\:L|\\=L|\\:P|\\=P|\\:b|\\:O|\\:X|\\:#|\\=X|\\=#|\\:\\)|\\=\\]|\\=\\)|\\:\\])(?=\\s|$|[!,.?]))","gi");function fh(e){return e.replace(lh,((e,t,n,r)=>{if(void 0===r||""===r||!(r in ch))return e;return n+function(e){if(e.indexOf("-")>-1){const t=[],n=e.split("-");for(let e=0;e<n.length;e+=1){let r=parseInt(n[e],16);if(r>=65536&&r<=1114111){const e=Math.floor((r-65536)/1024)+55296,t=(r-65536)%1024+56320;r=String.fromCharCode(e)+String.fromCharCode(t)}else r=String.fromCharCode(r);t.push(r)}return t.join("")}const t=parseInt(e,16);if(t>=65536&&t<=1114111){const e=Math.floor((t-65536)/1024)+55296,n=(t-65536)%1024+56320;return String.fromCharCode(e)+String.fromCharCode(n)}return String.fromCharCode(t)}(ch[r=r].toUpperCase())}))}class uh{constructor(e){Object.assign(this,e)}}class dh{constructor(e){this.items=e}}class hh{constructor(e){Object.assign(this,e)}}class ph{getClientChatTyping(e){return new Kd({party:e.Party,user:e.User,idConversation:e.IdConversation,isTyping:!0,time:new Date})}getClientChatFileState(e){switch(e){case Za.CF_Uploading:return Da.Uploading;case Za.CF_Available:return Da.Available;default:return Da.Deleted}}getClientFile(e){const t=new Xd;return t.fileName=e.FileName,t.fileLink=e.FileLink,t.progress=e.Progress,t.hasPreview=e.HasPreview,t.fileSize=e.FileSize,t.fileState=this.getClientChatFileState(e.FileState),t}getClientMessage(e){return new $d({id:e.Id,senderNumber:e.SenderNumber,senderName:e.SenderName,senderBridgeNumber:e.SenderBridgeNumber,isNew:e.IsNew,party:e.Party,partyNew:e.PartyNew,isAnonymousActive:e.IsAnonymousActive,idConversation:e.IdConversation.toString(10),recipient:new hh({bridgeNumber:e.Recipient.BridgeNumber,email:e.Recipient.Email,extNumber:e.Recipient.ExtNumber,name:e.Recipient.Name}),message:e.Message,time:new Date(e.Time.Year,e.Time.Month-1,e.Time.Day,e.Time.Hour,e.Time.Minute,e.Time.Second),file:void 0!==e.File?this.getClientFile(e.File):void 0,isLocal:"webrtc"===e.SenderBridgeNumber})}getClientChatTransferOperator(e){const t=e.PartyInfo.Recipients.find((e=>!e.IsAnonymousActive&&!e.IsRemoved));return t?new Bf({name:t.Recipient.Name,emailTag:void 0!==t.Recipient.Email&&""!==t.Recipient.Email?Od()(t.Recipient.Email):"default",image:void 0!==t.Recipient.Contact?t.Recipient.Contact.ContactImage:""}):new Bf}getClientMessageQueue(e){return new Qd({messages:e.Messages.map((e=>this.getClientMessage(e)))})}getClientChatFileProgress(e){return new uh({id:e.Id,party:e.Party,file:this.getClientFile(e.File),idConversation:e.IdConversation})}getClientObject(e){let t=e;return e instanceof yc?t=this.getClientChatTyping(e):e instanceof lc?t=this.getClientMessageQueue(e):e instanceof sc?t=this.getClientMessage(e):e instanceof ac?t=this.getClientChatFileProgress(e):e instanceof uc&&(t=this.getClientChatTransferOperator(e)),t}getChannelChatTyping(e){return new yc({Party:e.party,User:e.user,IdConversation:e.idConversation})}getChannelChatFileState(e){switch(e){case Da.Uploading:return Za.CF_Uploading;case Da.Available:return Za.CF_Available;default:return Za.CF_Deleted}}getChannelDateTime(e){return new tc({Year:e.getFullYear(),Month:e.getMonth(),Day:e.getDay(),Hour:e.getHours(),Minute:e.getMinutes(),Second:e.getSeconds()})}getChannelChatFile(e){return new oc({FileName:e.fileName,FileLink:e.fileLink,Progress:e.progress,HasPreview:e.hasPreview,FileSize:e.fileSize,FileState:this.getChannelChatFileState(e.fileState)})}getChannelChatMessage(e){return new sc({Id:e.id,SenderNumber:e.senderNumber,SenderName:e.senderName,SenderBridgeNumber:e.senderBridgeNumber,IsNew:e.isNew,Party:e.party,PartyNew:e.partyNew,IsAnonymousActive:e.isAnonymousActive,IdConversation:parseInt(e.idConversation,10),Recipient:this.getChannelRecipient(e.recipient),Message:e.message,Time:this.getChannelDateTime(e.time),File:void 0!==e.file?this.getChannelChatFile(e.file):void 0})}getChannelRecipient(e){return new ic({BridgeNumber:e.bridgeNumber,Email:e.email,ExtNumber:e.extNumber,Name:e.name})}getChannelChatMessageQueue(e){return new lc({Messages:e.messages.map((e=>this.getChannelChatMessage(e)))})}getChannelRequestSendChatMessage(e){return new cc({Message:e.message})}getChannelRequestSetChatReceived(e){return new fc({Items:e.items})}getChannelOfflineMessage(e){return new cc({Message:fh(`Offline Message:\n\nName: ${e.data.name}\nEmail: ${e.data.email}\nPhone: ${e.data.phone}\nContent: ${e.data.message}`)})}getChannelObject(e){let t=new rc;return e instanceof Kd?t=this.getChannelChatTyping(e):e instanceof Qd?t=this.getChannelChatMessageQueue(e):e instanceof Yd?t=this.getChannelRequestSendChatMessage(e):e instanceof dh?t=this.getChannelRequestSetChatReceived(e):e instanceof sh?t=this.getChannelOfflineMessage(e):e instanceof class{constructor(e,t){this.idConversation=e,this.action=t}}&&(t=new Wd("PBX doesn't support this call")),t}}class mh{static Merge(e,t){return t.Action===Ka.FullUpdate||t.Action===Ka.Updated?mh.MergePlainObject(e,t):t.Action||Object.assign(e,t),e}static notify(e,t){const n=Reflect.get(e,t.toString()+"$");void 0!==n&&n.next(Reflect.get(e,t))}static MergePlainObject(e,t){void 0!==e&&Reflect.ownKeys(t).filter((e=>"Action"!==e&&"Id"!==e)).forEach((n=>{const r=Reflect.get(t,n),i=Reflect.get(e,n);if(void 0!==r){if(r instanceof Array){const t=r;if(0===t.length)return;if(t[0]instanceof Object){const r={};(i||[]).forEach((e=>{r[e.Id]=e})),t.forEach((e=>{const t=e.Id,n=r[t];switch(e.Action){case Ka.Deleted:delete r[t];break;case Ka.FullUpdate:r[t]=e;break;case Ka.Inserted:case Ka.Updated:r[t]=void 0===n?e:mh.Merge(n,e)}})),Reflect.set(e,n,Object.values(r))}else Reflect.set(e,n,r)}else r instanceof Object?Reflect.set(e,n,void 0===i?r:mh.Merge(i,r)):Reflect.set(e,n,r);mh.notify(e,n)}}))}}class gh{constructor(e,t,n){this.sessionId=n,this.messages$=new Qs,this.webRTCEndpoint=new hc,this.webRTCEndpoint$=new Of,this.sessionState=Ra.Connected,this.pbxEndpoint=e,this.endpoint=ql(e,"/MyPhone/MPWebService.asmx"),this.fileEndpoint=ql(t,"/MyPhone/downloadChatFile/"),this.supportsWebRTC=!0,this.webRTCEndpoint$.next(this.webRTCEndpoint),this.dataMapper=new ph,this.serverProvideSystemMessages=!0,this.chatConversationId=0}getSessionUniqueCode(){return this.chatConversationId}onWebRtcEndpoint(e){this.webRTCEndpoint=mh.Merge(this.webRTCEndpoint,e),this.webRTCEndpoint$.next(this.webRTCEndpoint)}fileEndPoint(e){return`${this.fileEndpoint}${e}?sessionId=${this.sessionId}`}emojiEndpoint(){return this.pbxEndpoint+"/webclient/assets/emojione/32/"}get(e,t=!0){zd(e);const n=t?this.dataMapper.getChannelObject(e.data):e.data;if(!(n instanceof Wd))return Ll(this.endpoint,{headers:{"Content-Type":"application/octet-stream",MyPhoneSession:this.sessionId},method:"POST",body:_c.encode(n.toGenericMessage()).finish()}).pipe(af((e=>e.arrayBuffer())),Xs((e=>{const t=jl(e);if(Gd(t),t instanceof rc&&!t.Success){const e=new Error(t.Message||"Received unsuccessful ack for "+n.constructor.name);throw e.state=t.ErrorType,e}return t})));const r=new Error("Not implemented on this channel");return r.name="NotImplemented",La(r)}}class vh{constructor(e){this.containsFile=!1,this.data=e}}class bh{constructor(e){this.sessionUniqueCode=-1,this.status=Ba.BROWSE,Object.assign(this,e)}}class yh{constructor(){this.AddpTimeoutMs=2e4,this.ProtocolVersion="1.9",this.ClientVersion="1.0",this.ClientInfo="3CX Callus",this.User="click2call",this.wpChannel=new ah}createClick2CallSession(e,t,n,r){let i=ql(t,"/MyPhone/c2clogin?c2cid="+encodeURIComponent(r));return e.email&&(i+="&email="+encodeURIComponent(e.email)),e.name&&(i+="&displayname="+encodeURIComponent(e.name)),e.phone&&(i+="&phone="+encodeURIComponent(e.phone)),Ll(i).pipe(af((e=>e.json())),Xs((e=>e.sessionId)),Pf((e=>e instanceof Response&&404===e.status?La(Fl.t("Inputs.InvalidIdErrorMessage").toString()):La(e))),af((e=>this.login(t,n,e))))}login(e,t,n){const r=new gh(e,t,n),i=new vh(new Ja({ProtocolVersion:this.ProtocolVersion,ClientVersion:this.ClientVersion,ClientInfo:this.ClientInfo,User:this.User,Password:""})),s=r.get(i,!1);return xd(s)?s.pipe(af((e=>e.Nonce?(i.data.Password=Od()(""+e.Nonce).toUpperCase(),r.get(i,!1)):La(e.ValidationMessage))),Xs((t=>(r.notificationChannelEndpoint=ql(`${"https:"===window.location.protocol?"wss:":"ws:"}${e.replace("http:","").replace("https:","")}`,`/ws/webclient?sessionId=${encodeURIComponent(n)}&pass=${encodeURIComponent(Od()(""+t.Nonce).toUpperCase())}`),r)))):La("Invalid channel setup")}createNotificationChannel(e){return new Gs((t=>{const n=new WebSocket(e.notificationChannelEndpoint);return n.binaryType="arraybuffer",n.onmessage=e=>t.next(e.data),n.onerror=e=>t.error(e),()=>n.close()})).pipe(Dd(this.AddpTimeoutMs),Ga((e=>"ADDP"!==e)),(n=e=>"START"!==e,e=>e.lift(new Fd(n))),Ld((e=>{this.setAuthorized()})),ff((t=>{if("START"===t){const t=new vh(new nc),n=new vh(new bc({register:!0}));return Md(e.get(t,!1),e.get(n,!1)).pipe(Ga((e=>!(e instanceof rc))))}if("NOT AUTH"===t||"STOP"===t){const t=new bh({sessionUniqueCode:e.getSessionUniqueCode(),status:Ba.ENDED_BY_AGENT});e.messages$.next(t)}const n=jl(t);return Xl(e.dataMapper.getClientObject(n))}),t,1),ho());var t,n}processMyPhoneMessages(e,t){let n=!1;return new Gs((r=>t.subscribe((t=>{Hd(t),!n&&t instanceof hc&&(r.next(e),n=!0),t instanceof hc&&e.onWebRtcEndpoint(t);const i=e.dataMapper.getClientObject(t);if(t instanceof Qd){if(0===e.chatConversationId&&t.messages.length>0){e.chatConversationId=parseInt(t.messages[0].idConversation,10);const n=new bh;n.sessionUniqueCode=parseInt(t.messages[0].idConversation,10),n.status=Ba.ACTIVE}i.messages=t.messages.filter((e=>!e.isLocal))}e.messages$.next(i)}),(e=>r.error(e)),(()=>r.complete()))))}createMySession(e,t,n,r,i){return this.createClick2CallSession(e,n,r,i).pipe(af((e=>this.processMyPhoneMessages(e,this.createNotificationChannel(e)))),Pf((e=>Xl(za(zl(e))))))}dropSession(e,t,n){var r;return null!==(null!==(r=th())&&void 0!==r?r:null)&&localStorage.removeItem("ChatData"),Xl(!0)}sendSingleCommand(e,t,n){return this.createClick2CallSession(n.auth,t,"",n.party).pipe(af((e=>{const t=new vh(n),r=e.get(t,!0);return xd(r)?r.pipe(af((()=>{const t=new vh(new ec);return e.get(t,!1)}))):La("Invalid channel setup")})))}isAuthorized(){var e;const t=null!==(e=th())&&void 0!==e?e:null;return null!==t&&t.authorized}setAuthentication(e){var t;const n=null!==(t=th())&&void 0!==t?t:new eh;n.email=e.email,n.name=e.name,this.checkIfPopoutOpening()&&this.setAuthorized(n),localStorage.setItem("ChatData",JSON.stringify(n))}getInfo(e,t){const n=new URLSearchParams;n.set("action","wplc_get_general_info"),n.set("security","NoToken");const r=new eh;let i;return i=""!==e?this.wpChannel.wordpressAjaxCall(e,n).pipe(Ld((e=>{r.dictionary=e.Data.dictionary})),af((()=>Ll(t)))):Ll(t),i.pipe(af((e=>e.json())),Ld((e=>{const n=Ul(t),i=e.profilePicture?e.profilePicture:"";r.isAvailable=e.isAvailable,r.isChatEnabled=!Object.prototype.hasOwnProperty.call(e,"isChatEnabled")||e.isChatEnabled,r.isPoputAvailable=e.isPoputAvailable,r.isQueue=e.isQueue,r.operator=new Bf,r.operator.name=r.isQueue?"":e.name,r.operator.image=i?`//${n.host}${i}`:"",r.chatUniqueCode=-1})),Xs((()=>r)),Mf(1),ro())}setAuthorized(e=null){var t;null===e&&(e=null!==(t=th())&&void 0!==t?t:new eh),e.authorized=!0,localStorage.setItem("ChatData",JSON.stringify(e))}checkIfPopoutOpening(){let e=!1;return window.performance&&performance.navigation?e=performance.navigation.type===performance.navigation.TYPE_NAVIGATE:window.performance&&window.performance.getEntriesByType&&(e="navigate"===window.performance.getEntriesByType("navigation")[0].entryType),e}}function _h(e=0,t=Nd){var n;return(Rs(n=e)||!(n-parseFloat(n)+1>=0)||e<0)&&(e=0),t&&"function"==typeof t.schedule||(t=Nd),new Gs((n=>(n.add(t.schedule(Ah,e,{subscriber:n,counter:0,period:e})),n)))}function Ah(e){const{subscriber:t,counter:n,period:r}=e;t.next(n),this.schedule({subscriber:t,counter:n+1,period:r},r)}function wh(e,t,n){let r;return r=e&&"object"==typeof e?e:{bufferSize:e,windowTime:t,refCount:!1,scheduler:n},e=>e.lift(function({bufferSize:e=Number.POSITIVE_INFINITY,windowTime:t=Number.POSITIVE_INFINITY,refCount:n,scheduler:r}){let i,s,o=0,a=!1,c=!1;return function(l){let f;o++,!i||a?(a=!1,i=new Of(e,t,r),f=i.subscribe(this),s=l.subscribe({next(e){i.next(e)},error(e){a=!0,i.error(e)},complete(){c=!0,s=void 0,i.complete()}})):f=i.subscribe(this),this.add((()=>{o--,f.unsubscribe(),s&&!c&&n&&0===o&&(s.unsubscribe(),s=void 0,i=void 0)}))}}(r))}class Ch{constructor(e){this.notifier=e}call(e,t){const n=new Eh(e),r=of(this.notifier,new rf(n));return r&&!n.seenValue?(n.add(r),t.subscribe(n)):n}}class Eh extends sf{constructor(e){super(e),this.seenValue=!1}notifyNext(){this.seenValue=!0,this.complete()}notifyComplete(){}}function Sh(e,t=Nd){const n=Rd(e)?+e-t.now():Math.abs(e);return e=>e.lift(new Th(n,t))}class Th{constructor(e,t){this.delay=e,this.scheduler=t}call(e,t){return t.subscribe(new Oh(e,this.delay,this.scheduler))}}class Oh extends Ls{constructor(e,t,n){super(e),this.delay=t,this.scheduler=n,this.queue=[],this.active=!1,this.errored=!1}static dispatch(e){const t=e.source,n=t.queue,r=e.scheduler,i=e.destination;for(;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){const t=Math.max(0,n[0].time-r.now());this.schedule(e,t)}else this.unsubscribe(),t.active=!1}_schedule(e){this.active=!0;this.destination.add(e.schedule(Oh.dispatch,this.delay,{source:this,destination:this.destination,scheduler:e}))}scheduleNotification(e){if(!0===this.errored)return;const t=this.scheduler,n=new xh(t.now()+this.delay,e);this.queue.push(n),!1===this.active&&this._schedule(t)}_next(e){this.scheduleNotification(Ef.createNext(e))}_error(e){this.errored=!0,this.queue=[],this.destination.error(e),this.unsubscribe()}_complete(){this.scheduleNotification(Ef.createComplete()),this.unsubscribe()}}class xh{constructor(e,t){this.time=e,this.notification=t}}class Mh{constructor(e,t,n){this.portalId=e,this.sessionId=t,this.clientId=n}getChannelRequestSendChatMessage(e){return{action:"request",notification:"chat",id:Yf.IdGenerator.getNext(),cid:e.idConversation,message:e.message,tick:Yf.convertDateToTicks(new Date),from:this.clientId,sid:this.sessionId,pid:this.portalId}}getChannelChatFile(e){return{action:"request",notification:"file",id:Yf.IdGenerator.getNext(),cid:e.idConversation,url:null,tick:Yf.convertDateToTicks(new Date),from:this.clientId,sid:this.sessionId,pid:this.portalId}}getChannelObject(e){let t;return t=e instanceof Yd?this.getChannelRequestSendChatMessage(e):e instanceof Kd?this.getChannelChatTyping(e):e instanceof Xd?this.getChannelChatFile(e):new Wd("MCU doesn't support this call"),t}getChannelChatTyping(e){return{action:"indication",notification:"typing",id:Yf.IdGenerator.getNext(),cid:e.idConversation,tick:Yf.convertDateToTicks(new Date),from:this.clientId,sid:this.sessionId,pid:this.portalId}}static getClientMessages(e){const t=new $d({id:e.id,senderNumber:e.from,senderName:"Support",senderBridgeNumber:"",isNew:!0,party:e.from,partyNew:"",isAnonymousActive:!1,idConversation:e.sid,message:Yf.decodeHtml(e.message),time:Yf.convertTicksToDate(e.tick),isLocal:"Client"===e.senderType,code:e.sid});return new Qd({messages:[t]})}static getClientMessageFile(e){const t=new Xd({fileName:e.name,fileLink:e.url,fileState:Da.Available,fileSize:e.size}),n=new $d({id:e.id,file:t,senderNumber:e.from,senderName:"Support",senderBridgeNumber:"",isNew:!0,party:e.from,partyNew:"",isAnonymousActive:!1,idConversation:e.sid,message:e.url,time:Yf.convertTicksToDate(e.tick),isLocal:!1,code:e.sid});return new Qd({messages:[n]})}getClientChatTyping(e){return new Kd({party:e.from,user:e.from,idConversation:e.sid,isTyping:!0,time:new Date})}getClientOperator(e){return new Bf({name:e.agent_name,emailTag:e.agent_tag})}getClientObject(e,t){let n=e;switch(t){case"ClientChatTyping":Object.prototype.hasOwnProperty.call(e,"sid")&&(n=this.getClientChatTyping(e));break;case"ClientChatMessageQueue":Object.prototype.hasOwnProperty.call(e,"message")&&(n=Mh.getClientMessages(e));break;case"ClientChatOperator":Object.prototype.hasOwnProperty.call(e,"agent_name")&&(n=this.getClientOperator(e));break;case"ClientChatMessageQueueFile":Object.prototype.hasOwnProperty.call(e,"url")&&(n=Mh.getClientMessageFile(e))}return n}}class Nh{constructor(e,t,n,r,i,s,o){this.messages$=new Qs,this.sessionState=Ra.Connected,this.endpoint=e+"/chatchannel",this.sessionId=i,this.fileEndpoint=""+n,this.supportsWebRTC=!1,this.clientId=s,this.dataMapper=new Mh(o,i,s),this.sessionState=Ra.Connected,this.serverProvideSystemMessages=!1,this.persistentSession=r}getSessionUniqueCode(){return parseInt(this.persistentSession.sessionId,10)}fileEndPoint(e){return""!==e?e:this.fileEndpoint}emojiEndpoint(){return this.persistentSession.emojiEndpoint()}get(e,t=!0){zd(e);const n=t?this.dataMapper.getChannelObject(e.data):e.data,r=this.persistentSession.get(e,t);if(null!==r)return r.pipe(Ld((t=>{if(!(n instanceof Wd))return e.containsFile&&(n.url=t.Data.FileLink,n.name=t.Data.FileName,n.size=t.Data.FileSize),this.notificationSocket.send(JSON.stringify(n)),Xl(t);const r=new Error("Not implemented on this channel");return r.name="NotImplemented",La(r)})));const i=new Error("Not implemented on this channel");return i.name="NotImplemented",La(i)}}class Ih{constructor(){this.messagesWaitingAcknowledgement$=new Qs,this.wpChannel=new ah}getInfo(e,t){return this.wpChannel.getInfo(e,t)}initMcuSocket(e){return new Gs((t=>(this.mcuSocket=new WebSocket(e),this.mcuSocket.onopen=e=>t.next("READY"),this.mcuSocket.onmessage=e=>t.next(e),this.mcuSocket.onclose=e=>{t.next(1e3!==e.code?"FAULTY_CLOSE":"CLOSE")},this.mcuSocket.onerror=e=>t.error(e),()=>this.mcuSocket.close())))}initMcuSession(e,t,n,r){const i=this.wpChannel.getChatData().pipe(wh());this.socketData$=i.pipe(af((e=>this.initMcuSocket(`${t}/chatchannel?cid=${r.getSessionUniqueCode()}&pid=${e.portalId}`))),wh());const s=this.socketData$.pipe(Ga((e=>"FAULTY_CLOSE"===e||"CLOSE"===e))),o=_h(5e3).pipe((a=s,e=>e.lift(new Ch(a))),af((()=>i)));var a;const c=this.socketData$.pipe(Ga((e=>"READY"===e)),Ld((t=>{o.subscribe((t=>{const n=new Date,i=Yf.convertDateToTicks(n),s={id:Yf.IdGenerator.getNext(),action:"indication",notification:"keepalive",tick:i,pid:t.portalId,cid:r.getSessionUniqueCode(),sid:t.chatSessionCode,name:e.name};this.mcuSocket.send(JSON.stringify(s))}))})),af((e=>i))),l=this.socketData$.pipe(Xs((e=>void 0!==e.data?JSON.parse(e.data):e)),Ga((e=>Object.prototype.hasOwnProperty.call(e,"notification")&&"login_client"===e.notification&&Object.prototype.hasOwnProperty.call(e,"action")&&"reply"===e.action)));return c.subscribe((t=>{const n=new Date,i=Yf.convertDateToTicks(n),s={id:Yf.IdGenerator.getNext(),action:"request",notification:"login",tick:i,pid:t.portalId,cid:r.getSessionUniqueCode(),sid:t.chatSessionCode,country:t.country,departmentid:void 0!==e.department?e.department.toString():"-1",name:e.name,email:e.email};this.mcuSocket.send(JSON.stringify(s))})),l.pipe(Ld((e=>{i.subscribe((t=>{t.chatSessionCode=e.sid,t.clientId=e.key,localStorage.setItem("ChatData",JSON.stringify(t))}))})),af((()=>i)),af((e=>{const i=new Nh(t,n,"",r,e.chatSessionCode,e.clientId,e.portalId);return i.notificationSocket=this.mcuSocket,Xl(i)})),Ld((e=>{s.pipe(Ga((e=>"FAULTY_CLOSE"===e))).subscribe((t=>{e.messages$.next("ReConnect")}))})))}createNotificationChannel(e){return pf(this.wpChannel.getChatMessages(e.persistentSession,"wplc_chat_history").pipe(Xs((e=>(e.source="wpHistory",e)))),this.socketData$.pipe(Xs((e=>{if(void 0!==e.data){const t=JSON.parse(e.data);return t.source="socketMessages",t}return e}))))}processMessages(e,t){let n=!1;return new Gs((r=>t.subscribe((t=>{if(Hd(t),n||(r.next(e),n=!0),"wpHistory"===t.source){const n=e.persistentSession.dataMapper.getClientObject(t,"ClientChatMessageQueue");n instanceof Qd&&n.messages.length>0&&e.messages$.next(n)}else if("chat"===t.action){if("agent_join"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatOperator");e.messages$.next(n)}else if("text"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatMessageQueue");e.messages$.next(n)}else if("file"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatMessageQueueFile");e.messages$.next(n)}}else if("indication"===t.action)if("end"===t.notification){const n=new bh({sessionUniqueCode:e.getSessionUniqueCode(),status:t.data.Status});e.messages$.next(n)}else if("UpdateChat"===t.notification){const n=new bh({sessionUniqueCode:e.getSessionUniqueCode(),status:t.data.status});e.messages$.next(n)}else if("typing"===t.notification){const n=e.dataMapper.getClientObject(t,"ClientChatTyping");if(n.isTyping){const t=n;e.messages$.next(t)}}}),(e=>r.error(e)),(()=>r.complete()))))}createMySession(e,t,n,r,i){if(this.isAuthorized()){const t=th();t&&(e={email:t.email,name:t.name,department:t.department})}return this.wpChannel.startWpSession(e,t,r,i).pipe(af((r=>this.initMcuSession(e,n,t,r))),af((e=>this.wpChannel.setExternalSession(t,e.sessionId).pipe(Xs((t=>e))))),af((e=>this.processMessages(e,this.createNotificationChannel(e)))),Pf((s=>Xl(s).pipe(Sh(5e3),af((s=>"Wrong Chat id"===s?Xl(za("Chat session not found please try again.")):this.createMySession(e,t,n,r,i)))))))}dropSession(e,t,n){return n&&this.wpChannel.getChatData().subscribe((e=>{const t={action:"indication",notification:"end",id:Yf.IdGenerator.getNext(),tick:Yf.convertDateToTicks(new Date),from:e.clientId,sid:e.chatSessionCode,pid:e.portalId,status:15};this.mcuSocket.send(JSON.stringify(t))})),void 0!==this.mcuSocket&&this.mcuSocket.close(),this.wpChannel.dropSession(e,t,n)}sendSingleCommand(e,t,n){return this.wpChannel.sendSingleCommand(e,t,n)}isAuthorized(){return this.wpChannel.isAuthorized()}setAuthentication(e){this.wpChannel.setAuthentication(e)}}function Rh(e){var t;if("phone"===e.channel)e.channelType=Ad.Phone,e.currentChannel=new yh,e.info$=e.currentChannel.getInfo(e.wpUrl,ql(null!==(t=e.channelUrl)&&void 0!==t?t:e.phonesystemUrl,"/MyPhone/c2cinfo?c2cid="+encodeURIComponent(e.party)));else{if("mcu"!==e.channel)throw new Error("No channel available named "+e.channel);e.channelType=Ad.MCU,e.currentChannel=new Ih,e.info$=e.currentChannel.getInfo(e.wpUrl,e.channelUrl)}}class kh{constructor(e){this.remoteStream$=new Of(1),this.isActive=!1,this.isMuted=!1,this.isVideoCall=!1,this.isVideoReceived=!1,this.toneSend$=Af,this.isNegotiationInProgress=!1,Object.assign(this,e)}get isVideoSend(){return!!this.video}}const Ph=new kh({lastWebRTCState:new gc({sdpType:pc.WRTCInitial,holdState:mc.WebRTCHoldState_NOHOLD})});function Dh(e,t){let n=!1;return arguments.length>=2&&(n=!0),function(r){return r.lift(new Fh(e,t,n))}}class Fh{constructor(e,t,n=!1){this.accumulator=e,this.seed=t,this.hasSeed=n}call(e,t){return t.subscribe(new Bh(e,this.accumulator,this.seed,this.hasSeed))}}class Bh extends Ls{constructor(e,t,n,r){super(e),this.accumulator=t,this._seed=n,this.hasSeed=r,this.index=0}get seed(){return this._seed}set seed(e){this.hasSeed=!0,this._seed=e}_next(e){if(this.hasSeed)return this._tryNext(e);this.seed=e,this.destination.next(e)}_tryNext(e){const t=this.index++;let n;try{n=this.accumulator(this.seed,e,t)}catch(e){this.destination.error(e)}this.seed=n,this.destination.next(n)}}const Lh="data:audio/mpeg;base64,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mtCFf///+xDECgBDOAMQoARAAK+AYbQQiAD61IBU+IIABAwJJ4C+6z6nt1df9V3/Y5q+GOxYGSfc02ppIotcSnTL6Kf8ypaqhQ8NSpRGAg232gAAeed/7+R65f6//r/6/1P95TOa31IHZqRzGf/7EMQQgEcBeQughHfAWIBi/ACIAJEEwMqqOLQ3Nhzatfn/89ZFOVmOme49BwAAAIABwAr/T/t///////1////s9NXD6z2i+4MAADYQepbrKt9AwO3+//+Q/6H2f2MDh8DcUiu7//RZ//sQxBKABNgBEaCEQAB2gGK8AIgAWBQhWAFVgXABkACQu1P3btP//9b6v9n+3////1Y24sofjceADAAAAUDLFbHf/t///+n/c30oU78y///6bY/WW0CWTeJzzRdPqKa9vRGo/uXogFf/+xDEGYBDwAEToIRNwMKAYbQAiAD7dhqlSiRURsQoQFDh1iiKtu2qy3psGPiMdB1d/////////9+7////8XQ7NCODsi3fIgIMW5aVVKfbv3MbXGfqUijZ2al/v/pez7t5N3R/1rUxxv/7EMQbgAHEAxQAAEAAq4AiPBCJuIkT9troEdupAAB3end/+vR6kK4v1//yqf/n/84sd++B75tuI/7qRZnmXff//8z6syv7gy2m6GAQhABTLattTruc//////6v6933I//05oyqgAQA//sQxCiABmlxDaCEV8hngGKugCAAAAAFgbaCSAI5ruwExMaa5/OHQUHgca/fjQxxItIXcvktX85DmIp9Hv2e7lOb2W/0Xe5b+z/T/aAAA1SAgAAYOh0ZwKEIxKMTbuMIANNcWjNDBcT/+xDEKwAHTFcfWaGAAL4E59M6EABdOgBUQInjACIuttE414QGl5HaUwAAKgAwDACxGCSYbgjpiEDRmZIQ6fDVTZwkFQmK4MKYqAbphChjGEmCQYJ4ORgIAQLljMVER3IVxe70gBxAwP/7EMQfggdkISUd4QAg3wPlNb9wRNJpughATDhwy2DML5ZA2xvfTMcBMQhpOhMhnJQFxYJRe+7X1zDO6N+//6v9X/9Vv+3/1dgxsOMyBTVyQ8JrMk9Lw+Aejzn3EnMSAD43E7MlQTCD//sQxA+CRXgfJA37YmDdhCTpv2xM4w+PMBFYKpwTIf6PvAIgCoLmMCho6Sc9fGOivGcwqqR1LhdmI4C8binm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LAMNoARAAF2AYvQACACBAAAqq4UrvoW+l7kVNVfp//P9yOt8SOQau3OQp9JiFZEVSz/3rFksKPLFBLwAABmAEMv1////xX9X//2/9X+v+r7lpQCHcAAAAcVkAjW9v//s///7EMQHgAPoARPgBEAA1y6htBCKudPb9//Zq0JU49/6P/8UpQXv1kFgtvpAAEzKcnP5ev75/L/y/8rEY5/+v/h355T9tMZnI593oqeTnGam0///1V9nd3Om42V3WGV1RWt8YAId5O5p//sgxAaABgV9EeCEV8DKruG0EIq5xyLLz0eUvP+///zy9///yP1TL89V9P9WX/7///l9P92J2BMNe5cLXegAANuGdSPz89jqI8uf9v//8v/y/r+fThIVTnGKZB/OP7if+v///+u6rTlyjIEUSRhiWZAAAc93ql8H9ctf5ary/+X/7//7IMQLgEaxdwughFfIwq8htBCK+f/zr2uRpxkTU2UQ4E6KRBA24///f/z8tmWgMzJYKTsGlmgknik+51vNSv9f3X5Zy//3/mX/m5/9fLk95y53MlKXF+p7///4NXRn5keQGoSql4eERUcMPkAAGDFGniliMc3lh3qV+tyvZ92jsQj/+xDEDoPF2AMP4ARAAFqAIcAACbjdIqcKtSNZT25j/qryBNQkKEf//////937qZAO5JFej+v//NqSk8UCFZZLbYFpoQAAbQ9ZRjXhI96U2d6G/6P1/ygUQvjiJ5wRYtGVKuhxhUaum//7EMQVAgZ0AQughEuAOwBjvACIAHu1a4seEhIuYIAEwAAECAH/hX////1f/Wp6aiWuW+IAAWdSAA/Wd5/u6+v3l//xf/Y//8jXkfsoasnRuRHGLvI8DyWft///k6eizndbOwNwwGAJ//sQxB0ARtF9DaCEV8DGACF0EIm4Gp2Ipu92jdsf33f2ev7BNPKIkSIcf4CGBgOgc6PQ1KSZeeV/32GyJUJhEoIkENaMNbtboAAAiFqcjemxPVb6f6///encoVMJ3sUl6yDf//psuVH/+xDEEoAFDAMPoIRAALgAYfQAiAAx4VNeQb2SXbtEABjnIOi591NUjRYii5bf0fq/jn1RO21+igktSwKspMM+3/stoGAFVXZZVVVFC31gAAkzV7Wiux/Sxjfdo939qu7zbrUkqgtDzP/7EMQQgEXwAw/ghEAAooAh9BCJuCZU4YS04Kdn/rb33NNhvDf2SW28JEVMGmsoGabapD06f/0P36g6xfI00U6c/f0VJ//Y0k8DhQeq2w0tt13yAADSO2CBjF0V2vzddq/239+inXpr//sQxA2DxeQDD6CEQABJgGIAAAgAeSS2XdDfM5WVfa5Gj6OeoMk3FQD////////6PR4a0fp//0z8gKkaZXaGhkZaPWACHEhOmOY+hRJd+r7v6/7/u/36u691+uyj/p+TDTlQDQsKzKn/+xDEFgAEzAMR4ARAAKqAYjwAiAB3yQADyyBSBLkrt11ae7+r3+PpWXou798jvoQ/uQ7/9PLtOuJoAIlwiFcOBgQEKlXXjr6O///3f+z///p/R//6LxUIv/////5f6/+l0dbYuQ/0///7EMQXAwOgAxfgBEAAXYBiBAAIAPVsWgWS8dW2CVySwdIAAKzvpLeWDXc/z/3///l/fa/y8Swryfn0x+v0/wFERMOyX//89511eSihXyBkBGSDMzKPwprHPE667q37GX+xdu/Z9Wqz//sQxCYARnF1DaCEV8jggCF8EIm4IPPhkmsI4sHUBQMsW1oq0qErI5cr1bUULSTALUGwWGL////////9n/p/T/91vtIkJdxZJLN4hKSx1qnVNXRc/pu/3YszFvsXbQhE49rAiBdgSND/+xDEGYBCCAMSAABAAMMAYbQQiAD33HI1sfkP+KoEswFGGPN7tdrvugQQ14GWTvudLm6RQ+hY9Tlf6F+xn/c2cvedqum/fvr/+U0LUeWLCYIsEKqqqKG2qIBBMQHVoRTYv3j37KP9nf/7EMQigAXMAxGgBEAAmoBiPBCIAN/9nrd3ddxv9bKv/utywugACAAA/f//////V6NX/6/er//98cXAtoEklArxqO9Oqni3/9nSmEv2UX2tukEeRGPUsWT6P/o9I1TEVbqI3GpHmQAA//sQxCGAQqgDEwAAQBCTgGH0AIgAnPatdl19zNFvVX9PmdjrKaFUUsYlqDyYu1iWvYgSBdVFYt26etrFhAHBQEQy6vCu7MrXDMgEC6HrS9yHor2uo7f/u+d9X13f9lrP//o7E5CKKpL/+xDELYAGnAMLoIRAAJEAInwAiADbBYxJ4AAAtIacYbttY/088VH/2I/Wb3v0UtrDjBpFQ14wCDCrCjJ9zlPd3W6W8eXICYqLGCDAAU6swBhwCAAupVSHJZ8X+///7urUz/TUYT/////7EMQqAAbcAQughE3AgoBivBCIAP7xWYr3Ua2iWeIAAKMCDEsYkVWfoqvt/t21o0JrZvzjx1Ckqeh740XRW3UTWllqov6uxDkkBGeNms4Jq2AJgBqXUMtZd/rUyKf//1JlJPJixxBA//sQxCeARqADDaCEQACwgCG0EIm4dnjl2hMHHMJ9/9VOiXBIVBIK1f////////7vr/2f/9WFGFjevmFult9RAIeLJQNpeqxlO7a/p/3+3/s7N+xn1p/Win/0WkDwnUpVZZQFRCl0IAL/+xDEIAACFAESAABAAJcAIjQQiAADSzRZzJ/chGjmer/G+uzdqavtumVuNGypGK9F9E9kNSa3rVCg8mKhgur//////////////9mi+Au31v3jIACDfN1pPiyGp0EtHZ/u9X/T/R32M//7EMQuA8ZgAw3gBEAAMwBiwAAIAN/p//p96ExxyyNyXMAAArR6kIpvnNFtKi1atv0/u8whgnxo2tgsFSePHtFjoGCwjFXMFtSq6f1wG+MAASoPe6wC2+kAAWJPIWt6PmXYl9+j93R1//sQxDeABFQDE6CEQADXgGF0EIgA+zoZEAMEkNcZvNnRcmKkGHWxZ3T288m4HDAiLBoIAGBH/////9df+939/fs/7qnav1eXE1WADAAADgMAAN7f/60X//+oTf6dLvb/X093//fVMA//+xDENIMGhAENoIRNwFgAYkgACAAgAO4O34AACFjOi/ke7Sv////v/kEXf/zn/6F3lgdmZ3+HaAQFCjnWvreKJl9cx/9FH2Dnfynro/T/9qv//Xd/t7tb/mQAHHBd5BybWb379TLf1f/7EMQ4gAOcAROghEuAb4BivACIAK+kv+r9SuL60U6dN9X/7OytiQB9RMALwCAB1MVot/9t////U711uu/e31LfV/9XNm40u4Qrq6qiO6EAAJZzs5vuMlrnPl/P+v/15f/6f6/RbKuT//sQxEWABGwBFeAEQACagGJ0EIgApdxptoH3C2lokJXH3Cn/fH6XhEFBAI1nkABwcFGAAAAal/us9Xv///////7///+jItem//8XXUeggAKUwKtTTKJfbbGeq3/Z/+hf/emu1g59Cf//+xDESgAEFAERoARAANycYbwQiXj/frdSIFL//////2+y2Oteac20M2B6+i+7MPJ/+awKgYRE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";class jh extends Ls{notifyNext(e,t,n,r,i){this.destination.next(t)}notifyError(e,t){this.destination.error(e)}notifyComplete(e){this.destination.complete()}}class Uh extends Ls{constructor(e,t,n){super(),this.parent=e,this.outerValue=t,this.outerIndex=n,this.index=0}_next(e){this.parent.notifyNext(this.outerValue,e,this.outerIndex,this.index++,this)}_error(e){this.parent.notifyError(e,this),this.unsubscribe()}_complete(){this.parent.notifyComplete(this),this.unsubscribe()}}function qh(e,t,n,r,i=new Uh(e,n,r)){if(!i.closed)return t instanceof Gs?t.subscribe(i):ef(t)(i)}const zh={};class Gh{constructor(e){this.resultSelector=e}call(e,t){return t.subscribe(new Hh(e,this.resultSelector))}}class Hh extends jh{constructor(e,t){super(e),this.resultSelector=t,this.active=0,this.values=[],this.observables=[]}_next(e){this.values.push(zh),this.observables.push(e)}_complete(){const e=this.observables,t=e.length;if(0===t)this.destination.complete();else{this.active=t,this.toRespond=t;for(let n=0;n<t;n++){const t=e[n];this.add(qh(this,t,void 0,n))}}}notifyComplete(e){0==(this.active-=1)&&this.destination.complete()}notifyNext(e,t,n){const r=this.values,i=r[n],s=this.toRespond?i===zh?--this.toRespond:this.toRespond:0;r[n]=t,0===s&&(this.resultSelector?this._tryResultSelector(r):this.destination.next(r.slice()))}_tryResultSelector(e){let t;try{t=this.resultSelector.apply(this,e)}catch(e){return void this.destination.error(e)}this.destination.next(t)}}class Vh{constructor(e){this.resultSelector=e}call(e,t){return t.subscribe(new Wh(e,this.resultSelector))}}class Wh extends Ls{constructor(e,t,n=Object.create(null)){super(e),this.resultSelector=t,this.iterators=[],this.active=0,this.resultSelector="function"==typeof t?t:void 0}_next(e){const t=this.iterators;Rs(e)?t.push(new Qh(e)):"function"==typeof e[Kl]?t.push(new $h(e[Kl]())):t.push(new Yh(this.destination,this,e))}_complete(){const e=this.iterators,t=e.length;if(this.unsubscribe(),0!==t){this.active=t;for(let n=0;n<t;n++){let t=e[n];if(t.stillUnsubscribed){this.destination.add(t.subscribe())}else this.active--}}else this.destination.complete()}notifyInactive(){this.active--,0===this.active&&this.destination.complete()}checkIterators(){const e=this.iterators,t=e.length,n=this.destination;for(let n=0;n<t;n++){let t=e[n];if("function"==typeof t.hasValue&&!t.hasValue())return}let r=!1;const i=[];for(let s=0;s<t;s++){let t=e[s],o=t.next();if(t.hasCompleted()&&(r=!0),o.done)return void n.complete();i.push(o.value)}this.resultSelector?this._tryresultSelector(i):n.next(i),r&&n.complete()}_tryresultSelector(e){let t;try{t=this.resultSelector.apply(this,e)}catch(e){return void this.destination.error(e)}this.destination.next(t)}}class $h{constructor(e){this.iterator=e,this.nextResult=e.next()}hasValue(){return!0}next(){const e=this.nextResult;return this.nextResult=this.iterator.next(),e}hasCompleted(){const e=this.nextResult;return Boolean(e&&e.done)}}class Qh{constructor(e){this.array=e,this.index=0,this.length=0,this.length=e.length}[Kl](){return this}next(e){const t=this.index++,n=this.array;return t<this.length?{value:n[t],done:!1}:{value:null,done:!0}}hasValue(){return this.array.length>this.index}hasCompleted(){return this.array.length===this.index}}class Yh extends sf{constructor(e,t,n){super(e),this.parent=t,this.observable=n,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}[Kl](){return this}next(){const e=this.buffer;return 0===e.length&&this.isComplete?{value:null,done:!0}:{value:e.shift(),done:!1}}hasValue(){return this.buffer.length>0}hasCompleted(){return 0===this.buffer.length&&this.isComplete}notifyComplete(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()}notifyNext(e){this.buffer.push(e),this.parent.checkIterators()}subscribe(){return of(this.observable,new rf(this))}}class Xh{constructor(e){this.callback=e}call(e,t){return t.subscribe(new Kh(e,this.callback))}}class Kh extends Ls{constructor(e,t){super(e),this.add(new Ds(t))}}var Zh=n(7539);function Jh(e,t){return t?e:e.replace("sendrecv","sendonly")}function ep(e){e.getAudioTracks().forEach((e=>e.stop())),e.getVideoTracks().forEach((e=>e.stop()))}function tp(e,t,n){const{peerConnection:r}=e,i=i=>{e.localStream=i,i.getTracks().forEach((s=>{"video"===s.kind?n&&"live"===s.readyState&&(e.video=r.addTrack(s,i)):t&&"live"===s.readyState&&(s.enabled=!e.isMuted,e.audio=r.addTrack(s,i))})),e.audio&&e.audio.dtmf&&(e.toneSend$=Js(e.audio.dtmf,"tonechange").pipe(Dh(((e,t)=>e+t.tone),"")))};if(e.localStream){n||e.localStream.getVideoTracks().forEach((e=>e.stop())),t||e.localStream.getAudioTracks().forEach((e=>e.stop()));const r=e.localStream.getVideoTracks().some((e=>"live"===e.readyState)),s=e.localStream.getAudioTracks().some((e=>"live"===e.readyState));if((!n||n&&r)&&(!t||t&&s))return i(e.localStream),Xl(e.localStream);ep(e.localStream)}return nf(navigator.mediaDevices.getUserMedia({audio:t,video:n})).pipe(Pf((e=>(console.log(e),nf(navigator.mediaDevices.getUserMedia({audio:t,video:!1}))))),Ld(i))}function np(e){return function(e){e.peerConnection&&e.peerConnection.close(),e.audio=void 0,e.isVideoReceived=!1,e.toneSend$=Af,e.video=void 0,e.remoteStream$.next(null)}(e),e.peerConnection=new RTCPeerConnection({}),e.peerConnection.ontrack=t=>e.remoteStream$.next(t.streams[0]),e.peerConnection}function rp(e,t){let n=!1,r=!1;return e&&Zh.splitSections(e).filter((e=>t.indexOf(Zh.getDirection(e))>=0&&!Zh.isRejected(e))).map((e=>Zh.getKind(e))).forEach((e=>{"video"===e?r=!0:"audio"===e&&(n=!0)})),[n,r]}function ip(e){return rp(e,["sendrecv","recvonly"])}function sp(e,t){return nf(e.setRemoteDescription(t))}function op(e,t){return nf(e.setLocalDescription(t)).pipe(af((()=>Js(e,"icegatheringstatechange"))),Ga((()=>"complete"===e.iceGatheringState)),If(1))}function ap(e){e&&(e.localStream&&ep(e.localStream),e.peerConnection&&e.peerConnection.close())}class cp{constructor(e){this.myPhoneService=e,this.globalTransactionId=0,this.forcedEmit=new pd(!0),this.suspendStream=new Qs,this.resumeStream=new Qs;const t=this.myPhoneService.mySession$.pipe(af((e=>void 0!==e.webRTCEndpoint$?e.webRTCEndpoint$:new Gs)),mf(new hc),(n=this.suspendStream,r=this.resumeStream,e=>new Gs((t=>{let i=0,s=[];const o=[n.subscribe((()=>{i+=1})),r.subscribe((()=>{i-=1,0===i&&(s.forEach((e=>t.next(e))),s=[])})),e.subscribe((e=>{i>0?s.push(e):t.next(e)}),(e=>t.error(e)),(()=>t.complete()))];return()=>{o.forEach((e=>e.unsubscribe()))}}))));var n,r;this.mediaDevice$=function(...e){let t=void 0,n=void 0;return Wl(e[e.length-1])&&(n=e.pop()),"function"==typeof e[e.length-1]&&(t=e.pop()),1===e.length&&Rs(e[0])&&(e=e[0]),Yl(e,n).lift(new Gh(t))}(t,this.forcedEmit).pipe(Dh(((e,t)=>{const n=e,[r]=t,i=r.Items.reduce(((e,t)=>(e[t.Id]=t,e)),{});this.lastOutgoingMedia&&i[this.lastOutgoingMedia.lastWebRTCState.Id]&&(n.push(this.lastOutgoingMedia),this.lastOutgoingMedia=void 0);const s=[];n.forEach((e=>{const t=i[e.lastWebRTCState.Id];if(t){const{lastWebRTCState:n}=e;e.lastWebRTCState=Object.assign({},t),e.isActive||t.holdState!==mc.WebRTCHoldState_NOHOLD||n.holdState!==mc.WebRTCHoldState_HELD||this.hold(e,!1).subscribe(),n.sdpType===t.sdpType&&n.sdp===t.sdp||this.processState(n.sdpType,e).subscribe((()=>{}),(e=>{})),delete i[t.Id],s.push(e)}else ap(e)}));const o=Object.values(i).filter((e=>e.sdpType===pc.WRTCOffer||e.sdpType===pc.WRTCRequestForOffer)).map((e=>new kh({lastWebRTCState:Object.assign({},e)})));return s.concat(o)}),[]),lo((()=>new Of(1))),ro())}processState(e,t){switch(t.lastWebRTCState.sdpType){case pc.WRTCAnswerProvided:return this.processAnswerProvided(e,t);case pc.WRTCOffer:return this.processOffer(t);case pc.WRTCRequestForOffer:return this.processRequestForOffer(t);case pc.WRTCConfirmed:this.processConfirmed(t)}return Af}processConfirmed(e){if(e.isNegotiationInProgress=!1,e.peerConnection.remoteDescription){const[t,n]=function(e){return rp(e,["sendrecv","sendonly"])}(e.peerConnection.remoteDescription.sdp);e.isVideoReceived=n}}processAnswerProvided(e,t){const n=t.lastWebRTCState;if(e===pc.WRTCConfirmed)return this.setConfirmed(n.Id);const[r,i]=ip(t.lastWebRTCState.sdp);return!i&&t.video&&(t.localStream&&t.localStream.getVideoTracks().forEach((e=>e.stop())),t.video=void 0),sp(t.peerConnection,{type:"answer",sdp:n.sdp}).pipe(af((()=>this.setConfirmed(n.Id))))}setConfirmed(e){return this.requestChangeState({Id:e,sdpType:pc.WRTCConfirm})}processOffer(e){const[t,n]=ip(e.lastWebRTCState.sdp);return!e.isVideoCall&&n&&window.confirm("Enable video in a call?")&&(e.isVideoCall=!0),this.processAnswer(e)}processRequestForOffer(e){return this.processAnswer(e)}getLastOutgoingMedia(){const e=this.lastOutgoingMedia;return this.lastOutgoingMedia=void 0,e}holdAll(e){return this.mediaDevice$.pipe(If(1),Xs((t=>t.filter((t=>t.lastWebRTCState.Id!==e)))),af((e=>e.length?function(...e){const t=e[e.length-1];return"function"==typeof t&&e.pop(),Yl(e,void 0).lift(new Vh(t))}(...e.map((e=>this.hold(e,!1)))):Xl([]))))}dropCall(e){return this.requestChangeState(new vc({Id:e,sdpType:pc.WRTCTerminate}))}makeCall(e,t){const n=new kh({lastWebRTCState:new gc({sdpType:pc.WRTCInitial,holdState:mc.WebRTCHoldState_NOHOLD})});n.isActive=!0,n.isNegotiationInProgress=!0,n.isVideoCall=t;const r=np(n);return this.holdAll().pipe(af((()=>tp(n,!0,t))),af((e=>nf(r.createOffer({offerToReceiveAudio:!0,offerToReceiveVideo:t})))),af((e=>op(r,e))),af((()=>r.localDescription&&r.localDescription.sdp?this.requestChangeState({Id:0,sdpType:pc.WRTCOffer,destinationNumber:e,transactionId:this.globalTransactionId++,sdp:r.localDescription.sdp},!0):La("Local sdp missing"))),Ld((e=>{n.lastWebRTCState=new gc({Id:e.CallId,sdpType:pc.WRTCInitial}),this.lastOutgoingMedia=n})),Pf((e=>(ap(n),La(e)))))}answer(e,t){return e.isNegotiationInProgress?Af:(e.isActive=!0,e.isVideoCall=t,this.holdAll(e.lastWebRTCState.Id).pipe(af((()=>this.processAnswer(e)))))}processAnswer(e){const t=e.lastWebRTCState,n=np(e);let r,i;if(e.isActive||(e.isMuted=!0),e.isNegotiationInProgress=!0,t.sdpType===pc.WRTCOffer){if(!t.sdp)return La("Offer doesn't have sdp");const[s,o]=ip(t.sdp);i=pc.WRTCAnswer,r=tp(e,s,o&&e.isVideoCall).pipe(af((()=>sp(n,{type:"offer",sdp:t.sdp}))),af((()=>nf(n.createAnswer()))))}else{if(t.sdpType!==pc.WRTCRequestForOffer)return e.isNegotiationInProgress=!1,La("Can't answer when state "+t.sdpType);{i=pc.WRTCOffer;const t={offerToReceiveAudio:!0,offerToReceiveVideo:e.isVideoCall};r=tp(e,!0,e.isVideoCall).pipe(af((()=>nf(n.createOffer(t)))))}}return r.pipe(af((e=>op(n,e))),af((()=>n.localDescription&&n.localDescription.sdp?this.requestChangeState({Id:t.Id,sdpType:i,transactionId:t.transactionId,sdp:n.localDescription.sdp}):La("Local sdp missing"))),Pf((t=>(e.isNegotiationInProgress=!1,La(t)))))}sendDtmf(e,t){e.audio&&e.audio.dtmf&&e.audio.dtmf.insertDTMF(t,100,100)}video(e){return(!e.isVideoCall||e.isVideoReceived&&e.isVideoSend)&&(e.isVideoCall=!e.isVideoCall),this.renegotiate(e,!0)}mute(e){this.setMute(e,!e.isMuted)}setMute(e,t){e.isMuted=t,e.audio&&e.audio.track&&(e.audio.track.enabled=!t)}hold(e,t){e.isActive=t;const n=e.lastWebRTCState;return t||n.holdState===mc.WebRTCHoldState_NOHOLD?t&&n.holdState!==mc.WebRTCHoldState_HOLD?Xl(!0):(this.setMute(e,!t),this.renegotiate(e,t)):Xl(!0)}renegotiate(e,t){if(e.isNegotiationInProgress)return Xl(!0);const n=e.lastWebRTCState;e.isNegotiationInProgress=!0,this.forcedEmit.next(!0);const r=np(e);let i=Xl(!0);return t&&(i=this.holdAll(e.lastWebRTCState.Id)),i.pipe(af((()=>tp(e,!0,!!t&&e.isVideoCall))),af((()=>nf(r.createOffer({offerToReceiveAudio:t,offerToReceiveVideo:t&&e.isVideoCall})))),af((e=>op(r,e))),af((()=>r.localDescription&&r.localDescription.sdp?this.requestChangeState({Id:n.Id,sdpType:pc.WRTCOffer,transactionId:this.globalTransactionId++,sdp:Jh(r.localDescription.sdp,t)}):La("Local sdp missing"))),Pf((t=>(e.isNegotiationInProgress=!1,this.forcedEmit.next(!0),La(t)))))}requestChangeState(e,t){const n=this.myPhoneService.get(new vh(new vc(e)),!1);return xd(n)?t?n.pipe((r=()=>this.suspendStream.next(),e=>new Gs((t=>(r(),e.subscribe(t))))),af((e=>e.Success?Xl(e):La(e.Message))),function(e){return t=>t.lift(new Xh(e))}((()=>this.resumeStream.next()))):n.pipe(af((e=>e.Success?Xl(e):La(e.Message)))):La("Invalid channel setup");var r}}class lp{constructor(e){this.isTryingCall=!1,this.isEstablished=!1,this.media=Ph,Object.assign(this,e)}}function fp(e,t){const n=e.find((e=>e.media.lastWebRTCState.Id===t.lastWebRTCState.Id));return!!n&&(!!n.isEstablished||t.lastWebRTCState.sdpType===pc.WRTCConfirmed)}class up{constructor(e){this.webrtcService=e,this.callControl$=new Qs,this.myCalls$=Md(this.webrtcService.mediaDevice$,this.callControl$).pipe(Dh(((e,t)=>{if("removeTryingCall"===t)return e.filter((e=>!e.isTryingCall));if("requestTryingCall"===t)return e.concat([new lp({isTryingCall:!0,media:Ph})]);const n=t.map((t=>new lp({media:t,isEstablished:fp(e,t)}))),r=e.find((e=>e.isTryingCall));return r&&0===n.length&&n.push(r),n}),[]),wh(1)),this.soundToPlay$=this.myCalls$.pipe(Xs((e=>{if(0===e.length)return;const t=e[0];if(t.isEstablished)return;if(t.isTryingCall)return Lh;const n=t.media.lastWebRTCState.sdpType;return n===pc.WRTCOffer||n===pc.WRTCProcessingOffer?Lh:void 0})))}call$(e,t){return this.callControl$.next("requestTryingCall"),this.webrtcService.makeCall("",t||!1).pipe(Pf((e=>(ap(this.webrtcService.getLastOutgoingMedia()),this.callControl$.next("removeTryingCall"),La(e)))))}}class dp{constructor(e){this.hasTryingCall=!1,this.media=Ph,this.videoOnlyLocalStream=null,this.remoteStream=null,this.videoOnlyRemoteStream=null,this.audioNotificationUrl=null,this.hasCall=!1,this.isFullscreen=!1,this.videoCallInProcess$=new Qs,this.myChatService=e}initCallChannel(e,t){if(e||t){this.webrtcService=new cp(this.myChatService),this.phoneService=new up(this.webrtcService);const e=this.phoneService.myCalls$.pipe(Xs((e=>e.length>0?e[0].media:Ph)),af((e=>e.remoteStream$)));this.phoneService.soundToPlay$.subscribe((e=>{this.audioNotificationUrl=e})),e.subscribe((e=>{this.remoteStream=e,this.videoOnlyRemoteStream=this.videoOnly(e)})),this.phoneService.myCalls$.subscribe((e=>{this.hasCall=e.length>0,this.hasTryingCall=this.hasCall&&e[0].isTryingCall,this.media=e.length?e[0].media:Ph,this.media?(this.videoOnlyLocalStream=this.videoOnly(this.media.localStream),this.videoCallInProcess$.next(!0)):this.videoOnlyLocalStream=null}))}}get isVideoActive(){return this.media.isVideoCall&&(this.media.isVideoSend||this.media.isVideoReceived)}videoOnly(e){if(!e)return null;const t=e.getVideoTracks();return 0===t.length?null:new MediaStream(t)}mute(){this.webrtcService.mute(this.media)}call(e){return this.phoneService.call$("",e||!1)}dropCall(){return this.media?this.webrtcService.dropCall(this.media.lastWebRTCState.Id):La("No media initialized")}goFullScreen(){null!=this.videoContainer&&this.videoContainer.requestFullscreen().then((()=>{this.isFullscreen=!0}),(()=>{}))}}var hp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let pp=class extends Sd{constructor(){super(),this.viewState=ka.None,Rh(this);const e=this.phonesystemUrl?this.phonesystemUrl:this.channelUrl,t=this.phonesystemUrl?this.phonesystemUrl:this.filesUrl;this.myChatService=new jf({},e,"",t,this.party,this.currentChannel),this.myWebRTCService=new dp(this.myChatService)}get animationsCallUs(){if(this.$style)switch(this.animationStyle.toLowerCase()){case"slideleft":return[this.$style.slideLeft];case"slideright":return[this.$style.slideRight];case"fadein":return[this.$style.fadeIn];case"slideup":return[this.$style.slideUp]}return[]}get isHidden(){return!Yf.isDesktop()&&"false"===this.enableOnmobile||"false"===this.enable}get callTitleHover(){const e=Hf(this.callTitle);return this.viewState!==ka.Disabled?e:""}isPhoneDisabled(e){const t=void 0===e.isChatEnabled||e.isChatEnabled,n=!e.isAvailable||"true"!==this.inBusinessSchedule;return!t||n}beforeMount(){this.isHidden||(this.$subscribeTo(this.eventBus.onError,(e=>{alert(zl(e))})),this.$subscribeTo(this.info$,(e=>{this.isPhoneDisabled(e)&&(this.viewState=ka.Disabled)}),(e=>{console.error(e),this.viewState=ka.Disabled})))}};hp([Cs()],pp.prototype,"myChatService",void 0),hp([Cs()],pp.prototype,"myWebRTCService",void 0),pp=hp([vs({components:{Phone:hd}})],pp);const mp=cd(pp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:[e.animationsCallUs,e.isHidden?"":[this.$style.root]]},[e.isHidden?e._e():n("phone",{attrs:{"allow-call":e.allowCall,"single-button-phone":!0,"call-title":e.callTitleHover,disabled:e.viewState===e.ViewState.Disabled}})],1)}),[],!1,(function(e){var t=n(7601);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var gp=n(8620),vp=n(2419);const bp=cd({name:"MaterialCheckbox",props:{value:Boolean,checkName:{type:String,default:""},checkLabel:{type:String,default:""}},data(){return{checked:this.value}},methods:{handleCheckbox(e){this.$emit("change",this.checked)}}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.materialCheckbox},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.checked,expression:"checked"}],class:e.$style.wplc_checkbox,attrs:{id:"ck"+e.checkName,type:"checkbox",name:"checkboxInput"},domProps:{checked:Array.isArray(e.checked)?e._i(e.checked,null)>-1:e.checked},on:{change:[function(t){var n=e.checked,r=t.target,i=!!r.checked;if(Array.isArray(n)){var s=e._i(n,null);r.checked?s<0&&(e.checked=n.concat([null])):s>-1&&(e.checked=n.slice(0,s).concat(n.slice(s+1)))}else e.checked=i},e.handleCheckbox]}}),e._v(" "),n("label",{class:e.$style.wplc_checkbox,attrs:{for:"ck"+e.checkName}},[e._v(e._s(e.checkLabel))])])}),[],!1,(function(e){var t=n(265);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const yp=cd({name:"MaterialDropdown",props:{value:{type:String,default:""},label:{type:String,default:""},options:{type:Array,default:()=>[]},optionsType:{type:String,default:""}},methods:{handleChanged(e){this.$emit("input",e.target.value)}}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.materialSelectDiv},[n("select",{ref:"selectControl",class:[e.$style.materialSelect,e.value&&"-1"!==e.value?e.$style.valueSelected:""],domProps:{value:e.value},on:{change:function(t){return e.handleChanged(t)}}},[e._l(e.options,(function(t,r){return["object-collection"===e.optionsType?n("option",{key:r,domProps:{value:t.value}},[e._v("\n "+e._s(t.text)+"\n ")]):e._e(),e._v(" "),"text-collection"===e.optionsType?n("option",{key:r,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")]):e._e()]}))],2),e._v(" "),n("label",{class:e.$style.materialSelectLabel},[e._v(e._s(e.label))])])}),[],!1,(function(e){var t=n(17);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const _p=cd({name:"MaterialInput",props:{value:{type:String,default:""},placeholder:{type:String,default:""},disabled:Boolean},data(){return{content:this.value}},methods:{focus(){this.$refs.input&&this.$refs.input.focus()},handleInput(e){this.$emit("input",this.content)}}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.materialInput},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content,expression:"content"}],ref:"input",attrs:{placeholder:e.placeholder,autocomplete:"false",maxlength:"50",type:"text",disabled:e.disabled},domProps:{value:e.content},on:{input:[function(t){t.target.composing||(e.content=t.target.value)},e.handleInput]}}),e._v(" "),n("span",{class:e.$style.bar})])}),[],!1,(function(e){var t=n(4753);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Ap=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let wp=class extends(fs(Zf)){};Ap([Ts()],wp.prototype,"show",void 0),Ap([Ts()],wp.prototype,"text",void 0),wp=Ap([vs({components:{}})],wp);const Cp=cd(wp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.show?n("div",{class:e.$style.loading},[n("div",{class:e.$style.loader},[e._v("\n "+e._s(e.text)+"\n ")])]):e._e()}),[],!1,(function(e){var t=n(978);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;function Ep(e,t){return n=>n.lift(new Sp(e,t))}class Sp{constructor(e,t){this.compare=e,this.keySelector=t}call(e,t){return t.subscribe(new Tp(e,this.compare,this.keySelector))}}class Tp extends Ls{constructor(e,t,n){super(e),this.keySelector=n,this.hasKey=!1,"function"==typeof t&&(this.compare=t)}compare(e,t){return e===t}_next(e){let t;try{const{keySelector:n}=this;t=n?n(e):e}catch(e){return this.destination.error(e)}let n=!1;if(this.hasKey)try{const{compare:e}=this;n=e(this.key,t)}catch(e){return this.destination.error(e)}else this.hasKey=!0;n||(this.key=t,this.destination.next(e))}}var Op=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let xp=class extends(fs(Zf)){constructor(){super(...arguments),this.showNotification=!1,this.isAnimationActivated=!0}get animationsMinimizedButton(){if(this.$style&&this.config&&this.isAnimationActivated)switch(this.config.animationStyle){case _d.FadeIn:return[this.$style.fadeIn];case _d.SlideLeft:return[this.$style.slideLeft];case _d.SlideRight:return[this.$style.slideRight];case _d.SlideUp:return[this.$style.slideUp]}return[]}onClick(){this.$emit("click")}get isBubble(){return this.config.minimizedStyle===bd.BubbleRight||this.config.minimizedStyle===bd.BubbleLeft}beforeMount(){this.$subscribeTo(this.eventBus.onNotificationVisibilityChange,(e=>{this.showNotification=e})),this.$subscribeTo(this.eventBus.onAnimationActivatedChange.pipe(Ep()),(e=>{this.isAnimationActivated=e}))}deactivateAnimation(e){this.$el===e.target&&this.eventBus.onAnimationActivatedChange.next(!1)}};Op([Ts()],xp.prototype,"disabled",void 0),Op([Ts({default:!0})],xp.prototype,"collapsed",void 0),Op([Ts()],xp.prototype,"dictionary",void 0),Op([Ts()],xp.prototype,"config",void 0),Op([ys()],xp.prototype,"eventBus",void 0),xp=Op([vs({components:{ChatAndCall:Ou(),ToolbarButton:ld,GlyphiconCall:ru(),GlyphiconChat:Cu(),GlyphiconChevron:tu(),WplcIcon:td(),WplcIconBubble:sd(),WplcIconDoubleBubble:rd()}})],xp);const Mp=cd(xp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("toolbar-button",{ref:"toolbarButton",class:[e.animationsMinimizedButton,e.$style["minimized-button"],e.$style.bubble],attrs:{disabled:e.disabled},on:{click:function(t){return e.onClick()},animationend:function(t){return e.deactivateAnimation(t)}}},[e.isBubble?[e.collapsed&&"url"===e.config.buttonIconType&&""!==e.config.buttonIcon?n("img",{class:e.$style["minimize-image"],attrs:{src:e.config.buttonIcon}}):e.collapsed&&"Bubble"===e.config.buttonIconType?n("WplcIconBubble",{class:e.$style["minimize-image"]}):e.collapsed&&"DoubleBubble"===e.config.buttonIconType?n("WplcIconDoubleBubble",{class:e.$style["minimize-image"]}):e.collapsed?n("WplcIcon",{class:e.$style["minimize-image"]}):e.collapsed?e._e():n("glyphicon-chevron",{class:[e.$style["minimize-image"],e.$style.chevron_down_icon]}),e._v(" "),e.showNotification?n("span",{class:e.$style["notification-indicator"]}):e._e()]:e._e()],2)}),[],!1,(function(e){var t=n(4806);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Np=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Ip=class extends(fs(Zf)){get operatorHasImage(){return!!this.operator.image}onGreetingClosed(){this.$emit("closed")}onGreetingClicked(){this.$emit("clicked")}updateNotFoundImage(e){null!==e&&null!==e.target&&(e.target.src=Jf)}};Np([Ts({default:Fl.t("Inputs.GreetingMessage")})],Ip.prototype,"greetingMessage",void 0),Np([Ts({default:()=>Lf})],Ip.prototype,"operator",void 0),Ip=Np([vs({components:{GlyphiconTimes:au(),OperatorIcon:ad()}})],Ip);const Rp=cd(Ip,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"greetingContainer",class:[e.$style.root],attrs:{id:"greetingContainer"},on:{click:function(t){return e.onGreetingClicked()}}},[n("div",{class:e.$style["operator-img-container"]},[e.operatorHasImage?n("img",{ref:"greetingOperatorIcon",class:[e.$style["operator-img"],e.$style["rounded-circle"]],attrs:{src:e.operator.image,alt:"avatar"},on:{error:function(t){return e.updateNotFoundImage(t)}}}):n("operatorIcon",{class:[e.$style["operator-img"]]})],1),e._v(" "),n("div",{class:e.$style["greeting-content"]},[n("span",{class:e.$style["greeting-message"]},[e._v(e._s(e.greetingMessage))])]),e._v(" "),n("div",{class:e.$style["greeting-action-container"]},[n("div",{ref:"greetingCloseBtn",class:[e.$style["action-btn"],e.$style["close-btn"]],attrs:{id:"close_greeting_btn"},on:{click:function(t){return t.stopPropagation(),e.onGreetingClosed()}}},[n("glyphicon-times")],1)])])}),[],!1,(function(e){var t=n(8391);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var kp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Pp=class extends(fs(Zf)){constructor(){super(...arguments),this.imageNotFound="",this.collapsed=!1,this.hideCloseButton=!1,this.isAnimationActivated=!0,this.isGreetingActivated=!1}get isFullScreen(){return this.fullscreenService.isFullScreen}get animations(){if(this.$style&&this.config&&this.isAnimationActivated)switch(this.config.animationStyle){case _d.FadeIn:return[this.$style.fadeIn];case _d.SlideLeft:return[this.$style.slideLeft];case _d.SlideRight:return[this.$style.slideRight];case _d.SlideUp:return[this.$style.slideUp]}return[]}get popoutStyle(){return this.$style&&!this.collapsed&&this.config.isPopout?this.panelState===ka.Authenticate||this.panelState===ka.ChatCompleted?this.$style["popout-small"]:this.$style.popout:[]}get getMinimizedStyle(){return this.$style?this.config.minimizedStyle===bd.BubbleLeft?this.$style.bubble_left:(this.config.minimizedStyle,bd.BubbleRight,this.$style.bubble_right):[]}get panelHeight(){let e="";return this.$style&&(e=this.fullscreenService.isFullScreen?this.$style["full-screen"]:this.panelState===ka.Chat||this.panelState===ka.Offline?this.$style["chat-form-height"]:this.$style["small-form-height"]),e}get isVideoActive(){return this.myWebRTCService&&this.myWebRTCService.isVideoActive}get showPanel(){return!this.collapsed||!this.allowMinimize}get showBubble(){return this.allowMinimize&&(!this.isFullScreen||this.isFullScreen&&this.collapsed)}get showGreeting(){return this.collapsed&&this.isGreetingEnabledOnDevice&&this.retrieveGreetingActivated()}get isGreetingEnabledOnDevice(){const e=Yf.isDesktop();return this.greetingVisibilityOnState===wd.Both||this.greetingVisibilityOnState===wd.Mobile&&!e||this.greetingVisibilityOnState===wd.Desktop&&e}get greetingVisibilityOnState(){return this.panelState===ka.Authenticate?this.config.greetingVisibility:this.panelState===ka.Offline?this.config.greetingOfflineVisibility:wd.None}get greetingMessage(){return this.panelState===ka.Authenticate?this.getPropertyValue(this.dictionary,"GreetingMessage",[this.config.greetingMessage]):this.panelState===ka.Offline?this.getPropertyValue(this.dictionary,"GreetingOfflineMessage",[this.config.greetingOfflineMessage]):""}initializeGreetingActivated(){const e=this.retrieveGreetingActivated();this.storeGreetingActivated(e&&this.isGreetingEnabledOnDevice)}retrieveGreetingActivated(){sessionStorage||(this.isGreetingActivated=!1);const e=sessionStorage.getItem("callus.greeting_activated");return this.isGreetingActivated=!e||"true"===e,this.isGreetingActivated}storeGreetingActivated(e){sessionStorage&&(this.isGreetingActivated=e,sessionStorage.setItem("callus.greeting_activated",e.toString()))}onGreetingClosed(){this.storeGreetingActivated(!1)}onToggleCollapsed(){this.allowMinimize&&(this.collapsed?(this.eventBus.onRestored.next(),this.allowFullscreen&&this.fullscreenService.goFullScreen()):(this.eventBus.onMinimized.next(),this.fullscreenService.isFullScreen&&this.fullscreenService.closeFullScreen()))}onClose(){this.hideCloseButton=!0,this.loadingService.show(),this.$emit("close")}updateNotFoundImage(e){null!==e&&null!==e.target&&(e.target.src=this.imageNotFound)}beforeMount(){this.collapsed="#popoutchat"!==document.location.hash&&Boolean(this.startMinimized),this.initializeGreetingActivated(),this.$subscribeTo(this.eventBus.onMinimized,(()=>{this.collapsed=!0})),this.$subscribeTo(this.eventBus.onRestored,(()=>{this.collapsed=!1})),this.imageNotFound=Jf,this.$subscribeTo(this.eventBus.onChatInitiated.pipe(Ep()),(e=>{e&&this.storeGreetingActivated(!1)})),!this.allowFullscreen&&this.fullscreenService.isFullScreen&&this.fullscreenService.closeFullScreen(),this.$subscribeTo(this.eventBus.onAnimationActivatedChange.pipe(Ep()),(e=>{this.isAnimationActivated=e}))}deactivateAnimation(e){this.$el===e.target&&this.eventBus.onAnimationActivatedChange.next(!1)}};kp([ys()],Pp.prototype,"eventBus",void 0),kp([ys()],Pp.prototype,"loadingService",void 0),kp([ys()],Pp.prototype,"myWebRTCService",void 0),kp([Ts({default:ka.Chat})],Pp.prototype,"panelState",void 0),kp([Ts()],Pp.prototype,"allowMinimize",void 0),kp([ys()],Pp.prototype,"fullscreenService",void 0),kp([Ts()],Pp.prototype,"showStatus",void 0),kp([Ts()],Pp.prototype,"showCloseButton",void 0),kp([Ts()],Pp.prototype,"startMinimized",void 0),kp([Ts()],Pp.prototype,"auth",void 0),kp([Ts()],Pp.prototype,"title",void 0),kp([Ts()],Pp.prototype,"config",void 0),kp([Ts()],Pp.prototype,"allowedAction",void 0),kp([Ts()],Pp.prototype,"windowIcon",void 0),kp([Ts({default:!1})],Pp.prototype,"allowFullscreen",void 0),kp([Ts({default:()=>Lf})],Pp.prototype,"operator",void 0),kp([Ts()],Pp.prototype,"dictionary",void 0),Pp=kp([vs({components:{GlyphiconTimes:au(),GlyphiconChevron:tu(),ToolbarButton:ld,MinimizedButton:Mp,Greeting:Rp,Loading:Cp,WplcIcon:td(),WplcIconBubble:sd(),WplcIconDoubleBubble:rd()}})],Pp);const Dp=cd(Pp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"panel",class:[e.$style.panel,e.animations,e.popoutStyle,e.isFullScreen?e.$style["full-screen"]:""],on:{animationend:function(t){return e.deactivateAnimation(t)}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.showPanel,expression:"showPanel"}],class:[e.$style.panel_content,e.panelHeight,e.isVideoActive?e.$style.video_extend:""]},[e._t("overlay"),e._v(" "),n("div",{class:[e.$style.panel_head]},[e._t("panel-top",[null!=e.windowIcon&&e.windowIcon.replace(/\s/g,"").length>0?n("img",{ref:"windowIcon",class:e.$style["logo-icon"],attrs:{src:e.windowIcon,alt:""},on:{error:function(t){return e.updateNotFoundImage(t)}}}):"Bubble"===e.config.buttonIconType?n("WplcIconBubble",{class:e.$style["logo-icon"]}):"DoubleBubble"===e.config.buttonIconType?n("WplcIconDoubleBubble",{class:e.$style["logo-icon"]}):n("WplcIcon",{class:e.$style["logo-icon"]}),e._v(" "),n("div",{class:[e.$style.panel_head_title],attrs:{title:e.title}},[e._v("\n "+e._s(e.title)+"\n ")])]),e._v(" "),n("div",{class:[e.$style.action_menu,e.isFullScreen?e.$style["full-screen-menu"]:""]},[e.isFullScreen&&e.allowMinimize?n("span",{ref:"minimizeButton",class:[e.$style.action_menu_btn,e.$style.minimize_btn],attrs:{id:"minimize_btn"},on:{click:function(t){return e.onToggleCollapsed()}}},[n("glyphicon-chevron")],1):e._e(),e._v(" "),e.showCloseButton&&!e.hideCloseButton?n("span",{class:[e.$style.action_menu_btn,e.$style.close_btn],attrs:{id:"close_btn"},on:{click:function(t){return e.onClose()}}},[n("glyphicon-times")],1):e._e()])],2),e._v(" "),n("div",{class:e.$style.panel_body},[n("loading",{key:e.loadingService.key,attrs:{show:e.loadingService.loading(),text:"loading"}}),e._v(" "),e._t("panel-content")],2)],2),e._v(" "),e.showBubble?n("div",{class:[e.$style.bubble_button,e.collapsed?"":e.$style.chat_expanded,e.getMinimizedStyle]},[e.showGreeting?n("greeting",{ref:"greeting",attrs:{"greeting-message":e.greetingMessage,operator:e.operator,dictionary:e.dictionary},on:{clicked:function(t){return e.onToggleCollapsed()},closed:function(t){return e.onGreetingClosed()}}}):e._e(),e._v(" "),n("minimized-button",{ref:"minimizeBubble",attrs:{dictionary:e.dictionary,config:e.config,collapsed:e.collapsed},on:{click:function(t){return e.onToggleCollapsed()}}})],1):e._e()])}),[],!1,(function(e){var t=n(6711);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class Fp{constructor(e){Object.assign(this,e)}}class Bp{constructor(e){Object.assign(this,e)}}var Lp=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let jp=class extends(fs(Zf)){constructor(){super(...arguments),this.AuthenticationType=vd,this.isSubmitted=!1,this.viewDepartments=[],this.name="",this.email="",this.isNameDisabled=!1,this.isEmailDisabled=!1,this.department="-1",this.customFieldsValues={},this.disableAuth=!1,this.gdprAccepted=!1}beforeMount(){this.$subscribeTo(this.eventBus.onRestored,(()=>this.focusInput())),void 0!==this.customFields&&this.customFields.length>0&&this.customFields.forEach((e=>{this.$set(this.customFieldsValues,"cf"+e.id,"")})),void 0!==this.departments&&Array.isArray(this.departments)&&(this.viewDepartments=this.departments.map((e=>new Fp({value:e.id.toString(),text:e.name})))),this.isNameDisabled=!!this.config.visitorName,this.isEmailDisabled=!!this.config.visitorEmail,this.name=this.config.visitorName||"",this.email=this.config.visitorEmail||""}mounted(){this.config.autoFocus&&this.focusInput()}submit(){const e=this;if(e.isSubmitted=!0,this.$v&&(this.$v.$touch(),!this.$v.$invalid)){const t={name:this.config.authenticationType===vd.Name||this.config.authenticationType===vd.Both?e.name:this.name,email:this.config.authenticationType===vd.Email||this.config.authenticationType===vd.Both?e.email:this.email,department:Number.isNaN(Number(e.department))?-1:Number(e.department),customFields:this.getCustomFieldsData(e)};this.$emit("submit",t)}}getCustomFieldsData(e){let t=[];if(void 0!==e.customFields&&e.customFields.length>0)return t=e.customFields.map((t=>{var n;return void 0!==e.$v?new Bp({name:t.name,id:t.id,value:null===(n=e.$v.customFieldsValues["cf"+t.id])||void 0===n?void 0:n.$model}):null})).filter((e=>null!==e)),t}focusInput(){this.$refs.nameInput?Yf.focusElement(this.$refs.nameInput):this.$refs.emailInput&&Yf.focusElement(this.$refs.emailInput)}gdprChanged(e){this.$v&&(this.$v.gdprAccepted.$model=e)}};Lp([ys()],jp.prototype,"eventBus",void 0),Lp([ys()],jp.prototype,"loadingService",void 0),Lp([ys()],jp.prototype,"fullscreenService",void 0),Lp([Ts()],jp.prototype,"startMinimized",void 0),Lp([Ts()],jp.prototype,"config",void 0),Lp([Ts()],jp.prototype,"departments",void 0),Lp([Ts()],jp.prototype,"customFields",void 0),Lp([Ts()],jp.prototype,"dictionary",void 0),Lp([Ts()],jp.prototype,"authType",void 0),Lp([Ts()],jp.prototype,"chatEnabled",void 0),Lp([Ts({default:()=>Lf})],jp.prototype,"operator",void 0),Lp([Cs()],jp.prototype,"myWebRTCService",void 0),jp=Lp([vs({components:{Panel:Dp,MaterialInput:_p,MaterialCheckbox:bp,MaterialDropdown:yp,Loading:Cp},mixins:[gp.oE],validations(){const e={},t=this,n=e=>Uf(e),r=e=>/^([^\u0000-\u007F]|[\w\d-_\s])+$/i.test(e),i=e=>zf(e),s=e=>e,o=e=>(e=>e.length>0&&(Number.isNaN(Number(e))||!Number.isNaN(Number(e))&&Number(e)>0))(e);return t.authType!==vd.Both&&t.authType!==vd.Name||(e.name={required:vp.Z,nameValid:r,maxCharactersReached:i}),t.authType!==vd.Both&&t.authType!==vd.Email||(e.email={required:vp.Z,emailValid:n,maxCharactersReached:i}),t.config.gdprEnabled&&(e.gdprAccepted={required:vp.Z,checkboxSelected:s}),t.config.departmentsEnabled&&(e.department={required:vp.Z,dropdownSelected:o}),void 0!==t.customFields&&t.customFields.length>0&&(e.customFieldsValues={},t.customFields.forEach((t=>{e.customFieldsValues["cf"+t.id]={required:vp.Z}}))),e}})],jp);const Up=cd(jp,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("panel",{attrs:{config:e.config,dictionary:e.dictionary,title:e.getPropertyValue(e.dictionary,"ChatTitle",[e.config.windowTitle]),"window-icon":e.config.windowIcon,"start-minimized":e.startMinimized,"allow-minimize":e.config.allowMinimize,"allowed-action":e.config.allowedAction,"panel-state":e.ViewState.Authenticate,"full-screen-service":e.fullscreenService,operator:e.operator}},[n("div",{class:e.$style.root,attrs:{slot:"panel-content"},slot:"panel-content"},[e.chatEnabled?n("form",{ref:"authenticateForm",attrs:{novalidate:"novalidate"},on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("div",{class:e.$style.form_body},[n("loading",{attrs:{show:e.loadingService.loading(),text:"loading"}}),e._v(" "),e.authType===e.AuthenticationType.None?n("div",{class:[e.$style.replaceFieldsText]},[e._v("\n "+e._s(e.getPropertyValue(e.dictionary,"AuthFieldsReplacement",[e.$t("Auth.FieldsReplacement")]))+"\n ")]):n("div",{class:e.$style.chatIntroText},[e._v("\n "+e._s(e.getPropertyValue(e.dictionary,"ChatIntro",[e.config.authenticationMessage,e.$t("Auth.ChatIntro")]))+"\n ")]),e._v(" "),e.authType===e.AuthenticationType.Both||e.authType===e.AuthenticationType.Name?n("div",[n("material-input",{ref:"nameInput",attrs:{id:"auth_name",placeholder:e.$t("Auth.Name"),disabled:e.isNameDisabled,name:"name"},model:{value:e.$v.name.$model,callback:function(t){e.$set(e.$v.name,"$model",t)},expression:"$v.name.$model"}}),e._v(" "),e.$v.name.$dirty&&e.isSubmitted?n("div",[e.$v.name.required?e.$v.name.nameValid?e.$v.name.maxCharactersReached?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.MaxCharactersReached"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.EnterValidName"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e(),e._v(" "),e.authType===e.AuthenticationType.Both||e.authType===e.AuthenticationType.Email?n("div",[n("material-input",{ref:"emailInput",attrs:{id:"auth_email",name:"emailInput",placeholder:e.$t("Auth.Email"),disabled:e.isEmailDisabled},model:{value:e.$v.email.$model,callback:function(t){e.$set(e.$v.email,"$model",t)},expression:"$v.email.$model"}}),e._v(" "),e.$v.email.$dirty&&e.isSubmitted?n("div",[e.$v.email.required?e.$v.email.emailValid?e.$v.email.maxCharactersReached?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.MaxCharactersReached"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.EnterValidEmail"))+"\n ")]):n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e(),e._v(" "),e.config.departmentsEnabled?n("div",[n("material-dropdown",{ref:"departmentSelector",attrs:{id:"auth_departments",label:"Department",options:e.viewDepartments,"options-type":"object-collection"},model:{value:e.$v.department.$model,callback:function(t){e.$set(e.$v.department,"$model",t)},expression:"$v.department.$model"}}),e._v(" "),e.isSubmitted?n("div",[e.$v.department.required&&e.$v.department.dropdownSelected?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e(),e._v(" "),void 0!==e.customFields&&e.customFields.length>0?e._l(e.customFields,(function(t){return n("div",{key:t.id},["DROPDOWN"===t.type?[n("material-dropdown",{ref:"{{field.name}}Selector",refInFor:!0,attrs:{id:"auth_custom_"+t.name,label:t.name,options:t.options,"options-type":"text-collection"},model:{value:e.$v.customFieldsValues["cf"+t.id].$model,callback:function(n){e.$set(e.$v.customFieldsValues["cf"+t.id],"$model",n)},expression:"$v.customFieldsValues['cf' + field.id].$model"}}),e._v(" "),e.$v.customFieldsValues["cf"+t.id].$dirty&&e.isSubmitted&&!e.$v.customFieldsValues["cf"+t.id].required?n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")]):e._e()]:e._e(),e._v(" "),"TEXT"===t.type?[n("material-input",{attrs:{id:"auth_custom_"+t.name,name:t.name,placeholder:t.name},model:{value:e.$v.customFieldsValues["cf"+t.id].$model,callback:function(n){e.$set(e.$v.customFieldsValues["cf"+t.id],"$model",n)},expression:"$v.customFieldsValues['cf' + field.id].$model"}}),e._v(" "),e.$v.customFieldsValues["cf"+t.id].$dirty&&e.isSubmitted&&!e.$v.customFieldsValues["cf"+t.id].required?n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")]):e._e()]:e._e()],2)})):e._e(),e._v(" "),e.config.gdprEnabled?n("div",[n("material-checkbox",{ref:"gdprCheck",attrs:{id:"auth_gdpr","check-name":"gdprCheck","check-label":e.config.gdprMessage},on:{change:e.gdprChanged},model:{value:e.$v.gdprAccepted.$model,callback:function(t){e.$set(e.$v.gdprAccepted,"$model",t)},expression:"$v.gdprAccepted.$model"}}),e._v(" "),e.isSubmitted?n("div",[e.$v.gdprAccepted.required&&e.$v.gdprAccepted.checkboxSelected?e._e():n("div",{class:e.$style.error},[e._v("\n "+e._s(e.$t("Auth.FieldValidation"))+"\n ")])]):e._e()],1):e._e()],2),e._v(" "),n("button",{class:e.$style.submit,attrs:{type:"submit"}},[e._v("\n "+e._s(e.getPropertyValue(e.dictionary,"StartButtonText",[e.config.startChatButtonText,e.$t("Auth.Submit")]))+"\n ")])]):n("div",{ref:"chatDisabledMessage",class:e.$style["chat-disabled-container"]},[n("div",[e._v("\n "+e._s(e.$t("Inputs.ChatIsDisabled"))+"\n ")])])])])}),[],!1,(function(e){var t=n(8915);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const qp={leading:!0,trailing:!1};function zp(e,t=Nd,n=qp){return r=>r.lift(new Gp(e,t,n.leading,n.trailing))}class Gp{constructor(e,t,n,r){this.duration=e,this.scheduler=t,this.leading=n,this.trailing=r}call(e,t){return t.subscribe(new Hp(e,this.duration,this.scheduler,this.leading,this.trailing))}}class Hp extends Ls{constructor(e,t,n,r,i){super(e),this.duration=t,this.scheduler=n,this.leading=r,this.trailing=i,this._hasTrailingValue=!1,this._trailingValue=null}_next(e){this.throttled?this.trailing&&(this._trailingValue=e,this._hasTrailingValue=!0):(this.add(this.throttled=this.scheduler.schedule(Vp,this.duration,{subscriber:this})),this.leading?this.destination.next(e):this.trailing&&(this._trailingValue=e,this._hasTrailingValue=!0))}_complete(){this._hasTrailingValue?(this.destination.next(this._trailingValue),this.destination.complete()):this.destination.complete()}clearThrottle(){const e=this.throttled;e&&(this.trailing&&this._hasTrailingValue&&(this.destination.next(this._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1),e.unsubscribe(),this.remove(e),this.throttled=null)}}function Vp(e){const{subscriber:t}=e;t.clearThrottle()}class Wp{constructor(e,t){this.dueTime=e,this.scheduler=t}call(e,t){return t.subscribe(new $p(e,this.dueTime,this.scheduler))}}class $p extends Ls{constructor(e,t,n){super(e),this.dueTime=t,this.scheduler=n,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}_next(e){this.clearDebounce(),this.lastValue=e,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(Qp,this.dueTime,this))}_complete(){this.debouncedNext(),this.destination.complete()}debouncedNext(){if(this.clearDebounce(),this.hasValue){const{lastValue:e}=this;this.lastValue=null,this.hasValue=!1,this.destination.next(e)}}clearDebounce(){const e=this.debouncedSubscription;null!==e&&(this.remove(e),e.unsubscribe(),this.debouncedSubscription=null)}}function Qp(e){e.debouncedNext()}var Yp=n(4860),Xp=n.n(Yp);const Kp="data:audio/mpeg;base64,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";var Zp=n(7484),Jp=n.n(Zp),em=n(9830),tm=n.n(em);var nm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let rm=class extends(fs(Zf)){constructor(){super(),this.ClientChatFileState=Da,this.$subscribeTo(this.myChatService.mySession$,(e=>{this.session=e}))}onPropertyChanged(){void 0!==this.session&&(this.fileLink=this.file&&this.file.fileLink?this.session.fileEndPoint(this.file.fileLink):"")}get link(){if(this.file.fileState===Da.Available)return void 0!==this.fileLink?this.fileLink:void 0!==this.file.fileLink?this.file.fileLink:void 0}downloadFile(e){return!(!this.file||this.file.fileState!==Da.Available)||(e.preventDefault(),!1)}};nm([Ts({default:()=>({})})],rm.prototype,"file",void 0),nm([ys()],rm.prototype,"myChatService",void 0),nm([function(e,t){void 0===t&&(t={});var n=t.deep,r=void 0!==n&&n,i=t.immediate,s=void 0!==i&&i;return ls((function(t,n){"object"!=typeof t.watch&&(t.watch=Object.create(null));var i=t.watch;"object"!=typeof i[e]||Array.isArray(i[e])?void 0===i[e]&&(i[e]=[]):i[e]=[i[e]],i[e].push({handler:n,deep:r,immediate:s})}))}("file",{deep:!0})],rm.prototype,"onPropertyChanged",null),rm=nm([vs({components:{GlyphiconDownload:yu(),GlyphiconFileError:Au(),GlyphiconHourglass:lu(),GlyphiconPaperclip:Su()},filters:{size:(e=0,t=0)=>function(e=0,t=0){return Number.isNaN(parseFloat(String(e)))||!Number.isFinite(e)?"?":tm()(e,{unitSeparator:" ",decimalPlaces:0})}(e,t)}})],rm);const im=cd(rm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root},[e.file.fileState===e.ClientChatFileState.Available?n("div",[n("a",{class:e.$style["file-download-link"],attrs:{target:"_blank",href:e.link,download:e.file.fileName},on:{click:function(t){return e.downloadFile(t)}}},[n("div",{class:e.$style["show-file"]},[e.file.fileState===e.ClientChatFileState.Available?n("glyphicon-paperclip",{class:e.$style["transform-svg"]}):e._e(),e._v(" "),n("div",{class:e.$style["file-info"]},[n("span",{class:e.$style["file-name"],attrs:{title:e.file.fileName}},[e._v(e._s(e.file.fileName))]),e._v(" "),n("span",{class:e.$style["file-size"]},[e._v(e._s(e._f("size")(e.file.fileSize)))])])],1)])]):e._e(),e._v(" "),e.file.fileState!==e.ClientChatFileState.Available?n("div",{class:e.$style["show-file"]},[e.file.fileState===e.ClientChatFileState.Uploading?n("glyphicon-hourglass",{class:e.$style["transform-svg"]}):n("glyphicon-file-error",{class:e.$style["transform-svg"]}),e._v(" "),n("div",{class:e.$style["file-info"]},[n("span",{class:e.$style["file-name"],attrs:{title:e.file.fileName}},[e._v(e._s(e.file.fileName))]),e._v(" "),n("span",{class:e.$style["file-size"]},[e._v(e._s(e._f("size")(e.file.fileSize)))])])],1):e._e()])}),[],!1,(function(e){var t=n(2003);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;const sm=n(9100);class om extends $d{constructor(){super(...arguments),this.sent=!1,this.errorType=Fa.NoError,this.emojiconUrl=""}viewMessage(){return function(e,t){if(t||(t=""),!e)return"";const n=Array.from(e);for(let e=0;e<n.length;e+=1){let r=sm;const i=[];let s=[];for(let t=e;t<Math.min(e+8,n.length);t+=1){const e=n[t].codePointAt(0);let o=e?e.toString(16):"";for(;o.length<4;)o="0"+o;if(!r.s.hasOwnProperty(o))break;if(s.push(o),0!==r.s[o]&&1!==r.s[o].e||(i.push(...s),s=[]),0===r.s[o]||!r.s[o].hasOwnProperty("s"))break;r=r.s[o]}if(i.length>0){let r;r=i.length>1?n.splice(e,i.length,"").join(""):n[e],n[e]=`<img src="${t}${i.filter((e=>"fe0f"!==e&&"200d"!==e)).join("-")}.png" alt="${r}" class="emoji">`}}return n.join("")}(this.message,this.emojiconUrl)}}const am=cd({name:"ChatText",components:{},props:{message:{type:om,default:()=>{}}}},(function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{class:e.$style.msg_content,domProps:{innerHTML:e._s(e.message.viewMessage())}})}),[],!1,(function(e){var t=n(4747);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var cm=n(5176);const lm=(e,t)=>(0,cm.Z)({input:e,options:{attributes:{target:"_blank",rel:"noopener noreferrer"}}});function fm(e,t){const n=Math.max(0,parseInt(e,10));return t?Math.floor(255*Math.min(100,n)/100):Math.min(255,n)}function um(e){const t=e>255||e<0?"ff":e.toString(16);return 1===t.length?"0"+t:t}function dm(e){let t=function(e){let t=null;null!=e&&(t=/^rgb\(\s*(-?\d+)(%?)\s*,\s*(-?\d+)(%?)\s*,\s*(-?\d+)(%?)\s*\)$/.exec(e));let n="";if(null!=t){let e,r,i;t&&(e=fm(t[1],t[2]),r=fm(t[3],t[4]),i=fm(t[5],t[6]),n=`#${um(e)}${um(r)}${um(i)}`)}return""!==n?n:"#ffffff"}(getComputedStyle(e).backgroundColor);"#"===t.slice(0,1)&&(t=t.slice(1)),3===t.length&&(t=t.split("").map((e=>e+e)).join(""));return(299*parseInt(t.substr(0,2),16)+587*parseInt(t.substr(2,2),16)+114*parseInt(t.substr(4,2),16))/1e3>=128?"black":"white"}var hm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let pm=class extends(fs(Zf)){constructor(){super(...arguments),this.agentGravatarExists=!0}get timeString(){return Jp()(this.message.time).format("HH:mm")}get dateString(){return Jp()(this.message.time).format("YYYY/MM/DD")}get dateTimeString(){return Jp()(this.message.time).format("YYYY/MM/DD HH:mm")}get timeStampString(){return"both"===this.config.messageDateformat?this.dateTimeString:"date"===this.config.messageDateformat?this.dateString:"time"===this.config.messageDateformat?this.timeString:""}get avatarSource(){if(""!==this.msgIcon&&"DefaultUser"!==this.msgIcon&&"DefaultAgent"!==this.msgIcon)return this.msgIcon;const e=this.message.isLocal?Yf.retrieveHexFromCssColorProperty(this,"--call-us-client-text-color","d4d4d4"):Yf.retrieveHexFromCssColorProperty(this,"--call-us-agent-text-color","eeeeee"),t=Yf.isDoubleByte(this.message.senderName)||""===this.message.senderName?"Guest":this.message.senderName,n=this.message.isLocal?`${window.location.protocol}//ui-avatars.com/api/${t}/48/${e}/fff/2/0/0/1/true`:"404";return`//www.gravatar.com/avatar/${this.usertag}?s=80&d=${n}`}get showSubArea(){return this.message.isLocal?this.showLocalSubArea:this.showAwaySubArea}get showLocalSubArea(){return"none"!==this.config.messageDateformat||"none"!==this.config.messageUserinfoFormat&&"avatar"!==this.config.messageUserinfoFormat}get showAwaySubArea(){return!this.message.isAutomated&&("none"!==this.config.messageDateformat||"none"!==this.config.messageUserinfoFormat&&"avatar"!==this.config.messageUserinfoFormat)}get showLocalAvatar(){return this.message.isLocal&&("both"===this.config.messageUserinfoFormat||"avatar"===this.config.messageUserinfoFormat)}get showAwayAvatar(){return!(this.message.isLocal||this.message.isAutomated||"both"!==this.config.messageUserinfoFormat&&"avatar"!==this.config.messageUserinfoFormat)}get showMessageNotDeliveredError(){return!(this.message.errorType===Fa.NoError||this.message.sent||this.message.file)}get showRetrySend(){return this.message.errorType===Fa.CanRetry&&!this.message.sent&&!this.message.file}get showSendingIndication(){return this.message.errorType===Fa.NoError&&!this.message.sent&&!this.message.file}get isUserInfoVisible(){return"both"===this.config.messageUserinfoFormat||"name"===this.config.messageUserinfoFormat}get isTimeStampVisible(){return"date"===this.config.messageDateformat||"time"===this.config.messageDateformat||"both"===this.config.messageDateformat}beforeMount(){this.msgIcon=this.usericon}mounted(){void 0!==this.$refs.chatText&&this.$refs.chatText instanceof HTMLElement&&(this.$refs.chatText.style.color=dm(this.$refs.chatText)),void 0!==this.$refs.chatTextSend&&this.$refs.chatTextSend instanceof HTMLElement&&(this.$refs.chatTextSend.style.color=dm(this.$refs.chatTextSend))}sendAgain(e){this.$emit("resend",e)}agentGravatarImageNotFound(){this.agentGravatarExists=!1}};hm([Ts()],pm.prototype,"message",void 0),hm([Ts()],pm.prototype,"usertag",void 0),hm([Ts()],pm.prototype,"usericon",void 0),hm([Ts()],pm.prototype,"config",void 0),pm=hm([vs({components:{ChatFile:im,ChatText:am,Loader:qu(),Redo:Ju(),OperatorIcon:ad()}})],pm);const mm=cd(pm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:[e.$style.root]},[n("div",{class:[e.$style.msg_bubble,e.message.isLocal?e.$style.msg_bubble_client:e.$style.msg_bubble_agent]},[e.showLocalAvatar?n("div",{class:e.$style.avatar_container},[e.message.renderNew?n("img",{class:e.$style.avatar_img,attrs:{alt:"avatar",src:e.avatarSource}}):e._e()]):e._e(),e._v(" "),n("div",{ref:"chatText",class:[e.$style.msg_container,e.message.renderNew?e.$style.new_msg:"",e.message.isLocal?e.$style.msg_client:e.$style.msg_agent]},[e.message.file?n("chat-file",{attrs:{file:e.message.file}}):n("chat-text",{attrs:{message:e.message}}),e._v(" "),e.showSubArea?n("div",{class:e.$style.msg_sub_area},[e.isUserInfoVisible?n("div",{class:[e.$style.msg_sender_name]},[e._v("\n "+e._s(e.message.senderName)+"\n ")]):e._e(),e._v(" "),e.isTimeStampVisible?n("span",[e._v("\n "+e._s(e.timeStampString)+"\n ")]):e._e()]):e._e(),e._v(" "),e.showSendingIndication?n("div",{class:[e.$style.sending_indication]},[n("loader",{class:[e.$style.sending_icon]})],1):e._e()],1),e._v(" "),e.showAwayAvatar?n("div",{class:e.$style.avatar_container},[e.message.renderNew?n("div",[e.agentGravatarExists&&"DefaultAgent"!==e.avatarSource?n("img",{class:e.$style.avatar_img,attrs:{alt:"avatar",src:e.avatarSource},on:{error:function(t){return e.agentGravatarImageNotFound()}}}):n("OperatorIcon")],1):e._e()]):e._e()]),e._v(" "),e.showMessageNotDeliveredError?n("div",{class:e.$style["error-message"]},[n("span",[e._v(e._s(e.$t("Chat.MessageNotDeliveredError")))]),e._v(" "),e.showRetrySend?n("span",[e._v("\n "+e._s(e.$t("Chat.TryAgain"))+"\n "),n("span",{class:e.$style["error-message-retry"],on:{click:function(t){return e.sendAgain(e.message.index)}}},[n("redo",{staticStyle:{height:"12px",fill:"red"}})],1)]):e._e()]):e._e()])}),[],!1,(function(e){var t=n(9036);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class gm{constructor(e){Object.assign(this,e)}setAnswer(e){this.sanitize,this.answer=e}getAnswer(){return this.answer}}class vm extends class{constructor(e){this.currentIndex=-1,this.submitted=!1,Object.assign(this,e)}validateCurrent(e){let t="";return this.currentIndex>=0&&void 0!==this.questions[this.currentIndex].validate&&(t=this.questions[this.currentIndex].validate(e)),t}current(){if(this.currentIndex>=0)return this.questions[this.currentIndex]}next(){if(this.currentIndex>=0&&void 0!==this.questions[this.currentIndex].submitMethod&&this.questions[this.currentIndex].submitMethod(),this.currentIndex<this.questions.length-1)return this.currentIndex+=1,this.questions[this.currentIndex];void 0!==this.submitMethod&&this.submitMethod(),this.submitted=!0}getQuestionByAlias(e){let t;const n=this.questions.findIndex((t=>t.alias===e));return n>=0&&(t=this.questions[n]),t}addSubmissionCallback(e,t=""){if(""!==t){const n=this.questions.findIndex((e=>e.alias===t));n>=0&&(this.questions[n].submitMethod=e)}else this.submitMethod=e}getData(){const e={};return this.questions.forEach((t=>{e[t.propertyToSubmit]=t.getAnswer()})),e}}{constructor(e){super(e),this.NAME_ALIAS="NAME",this.EMAIL_ALIAS="EMAIL",this.PHONE_ALIAS="PHONE",Object.assign(this,e)}buildFlow(e){this.questions=[],this.submitOnCompletion=e,this.questions.push(new gm({alias:"NAME",propertyToSubmit:"Name",text:Fl.t("Chat.OfflineNameRequest").toString(),sanitize:e=>e.replace(/([^\u0000-\u007F]|[^\w\d-_\s])/g,""),validate:e=>{let t="";return""===e?t=Fl.t("Auth.EnterValidName").toString():zf(e)||(t=Fl.t("Offline.CharactersLimit").toString()),t}})),this.questions.push(new gm({alias:"EMAIL",propertyToSubmit:"Email",text:Fl.t("Chat.OfflineEmailRequest").toString(),validate:e=>{let t="";return Uf(e)?zf(e)||(t=Fl.t("Offline.CharactersLimit").toString()):t=Fl.t("Auth.OfflineEnterValidEmail").toString(),t}}))}}var bm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let ym=class extends(fs(Zf)){constructor(){super(),this.maxChatMessageSize=19999,this.myMessage="",this.chatMessages=[],this.audio=new Audio(Kp),this.hasSession=!1,this.lastError=-1,this.soundFlag=this.config.allowSoundNotifications,this.serverSystemMessages=!1,this.supportUnicodeEmoji=!1,this.firstResponsePending=!0,this.filesUrl="",this.emojiconUrl="",this.chatConversationId=-1,this.chatTypings$=new Qs,this.soundNotification$=new Qs,this.clientName="",this.closeMessage="",this.isTypingVisible=!1,this.isPopoutWindow=!1,this.isInputFocused=!1,this.isChatInitiated=!1,this.automatedTyping=new Qs,this.automatedTypingFired$=this.automatedTyping.asObservable(),this.currentOperator=new Bf({image:this.operator.image,name:this.operator.name,emailTag:this.operator.emailTag})}get isSendButtonEnabled(){return this.myMessage.length>0}get isVideoActive(){return this.myWebRTCService&&this.myWebRTCService.isVideoActive}disableChatInput(){let e;return e=this.chatOnline?!this.hasSession:this.offlineFlow.submitted,e}beforeMount(){window.addEventListener("resize",(()=>{Yf.isDesktop()||this.scrollChatToBottom()})),this.loadingService.show(),this.isPopoutWindow=this.config&&this.config.isPopout,this.clientName=void 0!==this.auth&&void 0!==this.auth.name?this.auth.name:"",""!==this.config.soundnotificationUrl&&(this.audio=new Audio(this.config.soundnotificationUrl)),this.$subscribeTo(this.eventBus.onRestored,(()=>{this.focusInput(),this.scrollChatToBottom()})),this.chatInitiatedHandler(),this.chatOnline?(this.addVideoCallListener(),this.addServerTypingListener(),this.addSessionChangeListener(),this.addNewSessionListener(),this.addMessagesListener(),this.addSoundNotificationHandler(),this.addFileMessageListener(),this.configureTypingNotifications()):(this.loadingService.hide(),this.focusInput(),this.addAutomatedTypingListener(),this.offlineFlow=new vm,this.offlineFlow.buildFlow(!0),this.offlineFlow.addSubmissionCallback((()=>{const e=this.offlineFlow.getData(),t=new sh({auth:{name:e.Name,email:e.Email,phone:""},party:this.config.party,data:{message:this.offlineFlow.offlineMessage,name:e.Name,email:e.Email,phone:""}});this.currentChannel.sendSingleCommand(this.config.wpUrl,this.config.channelUrl,t).subscribe((()=>{this.addChatMessage(this.createAutomatedViewMessage(this.getPropertyValue(this.dictionary,"OfflineFormFinishMessage",[this.config.offlineFinishMessage,Fl.t("Inputs.OfflineMessageSent").toString()]))),this.stopNewMessageNotifications()}))})),this.addSoundNotificationHandler()),this.showWelcomeMessage(),this.config.showOperatorActualName?(""===this.currentOperator.image&&(this.currentOperator.image=this.config.operatorIcon),this.addOperatorChangeListener()):(this.currentOperator.name=this.config.operatorName,this.currentOperator.image=this.config.operatorIcon)}mounted(){this.focusInput()}chatInitiatedHandler(){this.$subscribeTo(this.eventBus.onChatInitiated.pipe(Ep()),(e=>{this.isChatInitiated=e}))}addVideoCallListener(){this.$subscribeTo(this.myWebRTCService.videoCallInProcess$,(()=>{this.myWebRTCService.videoContainer=this.$refs.videoOutput}))}addOperatorChangeListener(){this.$subscribeTo(this.myChatService.onOperatorChange$,(e=>{void 0!==e.image&&""!==e.image||(e.image=this.config.operatorIcon),this.currentOperator=e}))}configureTypingNotifications(){this.config.showTypingIndicator&&this.$subscribeTo(this.chatTypings$.pipe(zp(2e3),af((e=>this.myChatService.get(new vh(e),!0)))),(()=>{}),(e=>{this.eventBus.onError.next(e),this.lastError=e.state}))}addNewSessionListener(){this.$subscribeTo(this.myChatService.mySession$,(e=>{if(this.hasSession&&e.sessionState!==Ra.Connected){const t=e.sessionState===Ra.Error;this.closeMessage=""===this.closeMessage?Xp()(this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])):this.closeMessage,this.serverSystemMessages&&!t&&(this.closeMessage=this.chatMessages[this.chatMessages.length-1].message),this.endWithMessage(this.closeMessage),this.ClearLastError(),t&&this.eventBus.onClosed.next(!1)}this.hasSession=e.sessionState===Ra.Connected,this.hasSession&&(this.loadingService.hide(),this.focusInput(),this.serverSystemMessages=e.serverProvideSystemMessages,this.filesUrl=e.fileEndPoint(""),this.emojiconUrl=e.emojiEndpoint()),this.chatConversationId=e.getSessionUniqueCode()}))}addFileMessageListener(){this.$subscribeTo(this.myChatService.notificationsOfType$(uh),(e=>{const t=this.chatMessages.findIndex((t=>t.id===e.id));t>-1&&(this.chatMessages[t].file=new Xd({fileName:e.file.fileName,fileLink:e.file.fileLink,fileSize:e.file.fileSize,fileState:e.file.fileState}))}))}addMessagesListener(){this.$subscribeTo(this.myChatService.notificationsOfType$(Qd),(e=>{e.messages.forEach((e=>{const t=this.chatMessages[this.chatMessages.length-1],n=t.isLocal,r=!!t.file;this.ClearLastError();const{isLocal:i}=e,s=lm(Xp()(e.message,{escapeOnly:!0,useNamedReferences:!0}),e.file);let o;e.file&&(o=new Xd({fileName:e.file.fileName,fileLink:e.file.fileLink,fileSize:e.file.fileSize,fileState:e.file.fileState}));const a=i?e.senderName:this.currentOperator.name,c="System"===e.senderNumber,l=new Date(e.time),f=l.getTimezoneOffset(),u=new om;u.id=e.id,u.isLocal=i,u.file=o,u.icon=i?this.config.userIcon:this.config.operatorIcon,u.senderName=a,u.time=new Date(l.getTime()-60*f*1e3),u.message=s,u.sent=!0,u.renderNew=i!==n||t.senderName!==a||void 0!==e.file||r||t.isAutomated&&!c,u.isAutomated=c,u.emojiconUrl=this.emojiconUrl,this.addChatMessage(u)})),this.config.aknowledgeReceived&&this.setMessagesAsReceived(e.messages)}))}addSoundNotificationHandler(){this.$subscribeTo(this.soundNotification$.pipe(Ga((()=>this.soundFlag)),function(e,t=Nd){return n=>n.lift(new Wp(e,t))}(100),Ld((()=>{this.audio.pause(),this.audio.currentTime=0})),af((()=>nf(this.audio.play())))),(()=>{}))}showWelcomeMessage(){setTimeout((()=>{const e=new om;e.isLocal=!1,e.sent=!0,e.icon=this.config.operatorIcon,e.senderName=this.currentOperator.name,e.time=new Date,e.message=this.getWelcomeMessage(),e.renderNew=!0,e.isAutomated=!0,this.addChatMessage(e,!0)}))}addSessionChangeListener(){this.myChatService.notificationsOfType$(bh).subscribe((e=>{if([Ba.MISSED,Ba.ENDED_DUE_AGENT_INACTIVITY,Ba.ENDED_DUE_CLIENT_INACTIVITY,Ba.ENDED_BY_CLIENT,Ba.ENDED_BY_AGENT].includes(e.status)){const t=Xp()(this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])),n=Xp()(this.getPropertyValue(this.dictionary,"ChatNoAnswerMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])),r=Xp()(this.getPropertyValue(this.dictionary,"InactivityMessage",["Chat session closed due to inactivity."]));switch(this.serverSystemMessages&&(this.closeMessage=this.chatMessages[this.chatMessages.length-1].message),e.status){case 14:case 13:this.closeMessage=r;break;case 15:case 16:this.closeMessage=t;break;case 0:this.closeMessage=n}this.eventBus.onClosed.next(!1)}else e.sessionUniqueCode!==this.chatConversationId&&(this.chatConversationId=e.sessionUniqueCode)}))}addServerTypingListener(){this.$subscribeTo(this.myChatService.notificationsOfType$(Kd).pipe(Ga((()=>this.config.showTypingIndicator)),zp(1e3),Ld((e=>{this.lastTyping=e.time,this.isTypingVisible=!0})),Sh(2e3),Ld((()=>{const e=this.lastTyping.getTime()-(new Date).getTime();this.isTypingVisible=Math.abs(e)<2e3}))),(()=>{}))}addAutomatedTypingListener(){this.$subscribeTo(this.automatedTypingFired$.pipe(Ld((()=>{this.isTypingVisible=!0})),Sh(1e3),Ld((e=>{this.isTypingVisible=!1,this.offlineFlowProceed(e)}))),(()=>{}))}setMessagesAsReceived(e){const t=e.filter((e=>e.isNew)).map((e=>e.id));t.length>0&&this.myChatService.get(new vh(new dh(t))).subscribe()}getWelcomeMessage(){let e;e=this.chatOnline?Xp()(this.getPropertyValue(this.dictionary,"ChatWelcomeMessage",[this.config.inviteMessage])):Xp()(this.getPropertyValue(this.dictionary,"OfflineFormTitle",[this.config.unavailableMessage,Fl.t("Inputs.UnavailableMessage").toString()]));const t=this.auth&&void 0!==this.auth.name?this.auth.name:"";return e=e.replace("%NAME%",t),e}focusInput(){this.$refs.chatInput&&Yf.focusElement(this.$refs.chatInput)}onInputFocusChange(e){this.isInputFocused=e,e&&this.stopNewMessageNotifications()}triggerNewMessageNotifications(){this.isInputFocused||(this.config&&this.config.isPopout?Gl.startBlinkWithStopOnMouseMove():(this.isChatInitiated&&Gl.startBlink(),this.eventBus.onNotificationVisibilityChange.next(!0)))}stopNewMessageNotifications(){this.eventBus.onNotificationVisibilityChange.next(!1),Gl.stopBlink()}onResendMessage(e){this.sendMessage(this.chatMessages[e].message,e)}sendMessage(e="",t=-1){var n;if(e=""===e?this.myMessage:e,(n=e)&&!(n.replace(/\s/g,"").length<1))if(e.length<20480)if(this.eventBus.onChatInitiated.next(!0),this.chatOnline)this.sendOnlineMessage(e,t);else{void 0===this.offlineFlow.current()&&(this.offlineFlow.offlineMessage=e);const t=this.createViewMessage(e,!0,!1);t.sent=!0,this.addChatMessage(t),this.myMessage="",this.offlineFlow.submitted||setTimeout((()=>{this.automatedTyping.next(e)}),500)}else Vd("Chat message too large")}offlineFlowProceed(e){let t="";const n=this.offlineFlow.current();if(void 0!==n&&(void 0!==n.sanitize&&(e=n.sanitize(e)),t=this.offlineFlow.validateCurrent(e)),""===t){void 0!==n&&n.setAnswer(e);const t=this.offlineFlow.next();void 0!==t&&this.addChatMessage(this.createAutomatedViewMessage(t.text))}else this.addChatMessage(this.createAutomatedViewMessage(t))}sendOnlineMessage(e,t){const n=new Yd(e);n.idConversation=this.chatConversationId;const r=this.chatMessages[this.chatMessages.length-1],i=r.isLocal;if(t<0){const n=this.createViewMessage(e,!i||r.senderName!==this.clientName),s=this.addChatMessage(n);t=s-1}this.chatMessages[t].index=t,this.myMessage="",this.myChatService.get(new vh(n)).subscribe((()=>{this.focusInput(),this.chatMessages[t].sent=!0,this.automatedFirstResponseHandle(this.chatMessages[t])}),(e=>{this.eventBus.onError.next(e),this.lastError=e.state,this.lastError=e.state,this.chatMessages[t].errorType=this.mapErrorStateToMessageError(e.state),this.scrollChatToBottom()}))}createAutomatedViewMessage(e){const t=new om;return t.isLocal=!1,t.time=new Date,t.message=e,t.renderNew=!0,t.isAutomated=!0,t.emojiconUrl=this.emojiconUrl,t.sent=!0,t}createViewMessage(e,t,n=!0){const r=new om;return r.isLocal=!0,r.icon=this.config.userIcon,r.senderName=this.clientName,r.time=new Date,r.message=n?lm(Xp()(e,{escapeOnly:!0,useNamedReferences:!0})):Xp()(e,{escapeOnly:!0,useNamedReferences:!0}),r.renderNew=t,r.isAutomated=!1,r.emojiconUrl=this.emojiconUrl,r}mapErrorStateToMessageError(e){return 40===e?Fa.NoRetry:Fa.CanRetry}fileSelection(){const e=this.$refs.fileInput;if(null!=e.files){if(!this.checkFile(e.files[0].name))return;const t=new Xd;t.idConversation=this.chatConversationId,t.file=e.files[0],t.fileSize=e.files[0].size,t.fileState=Da.Uploading,t.fileName=e.files[0].name;const n=new om;n.isLocal=!0,n.icon=this.config.userIcon,n.senderName=this.clientName,n.time=new Date,n.message="",n.renderNew=!0,n.file=t,n.isAutomated=!1;const r=this.addChatMessage(n),i=new vh(t);i.containsFile=!0;const s=this.myChatService.get(i);xd(s)&&s.subscribe((e=>{t.fileLink=e.Data.FileLink,t.fileState=Da.Available,this.chatMessages[r-1].file=t,this.chatMessages[r-1].sent=!0}))}}FireTyping(e){this.myMessage=e.target.value,this.config.showTypingIndicator&&this.chatTypings$.next(new Kd({idConversation:this.chatConversationId}))}ClearLastError(){this.lastError=-1}scrollChatToBottom(){setTimeout((()=>{const e=this.$refs.chatHistory;e&&(e.scrollTop=e.scrollHeight)}))}addChatMessage(e,t=!1){const n=this.chatMessages.push(e);return e.isLocal||t||this.soundNotification$.next(),e.isLocal||this.triggerNewMessageNotifications(),this.scrollChatToBottom(),n}automatedFirstResponseHandle(e){if(this.firstResponsePending&&e.isLocal){let e=this.getPropertyValue(this.dictionary,"FirstResponse",[this.config.firstResponseMessage]);if(e){const t=this.auth&&void 0!==this.auth.name?this.auth.name:"";e=e.replace("%NAME%",t);if(this.chatMessages.filter((e=>!e.isAutomated&&!e.isLocal)).length<=0){this.firstResponsePending=!1;const t=new om;t.isLocal=!1,t.sent=!0,t.icon=this.config.operatorIcon,t.senderName=this.currentOperator.name,t.time=new Date,t.message=e,t.renderNew=!0,t.isAutomated=!0,this.addChatMessage(t)}else this.firstResponsePending=!1}}}endWithMessage(e){this.$emit("end-chat",e,this.chatConversationId)}filePickerToggle(){this.$refs.fileInput.click()}getUserTag(e){return e&&void 0!==this.auth.email&&this.auth.email.length>0?Od()(this.auth.email):e?"default":this.currentOperator.emailTag}getUserIcon(e){return e?"DefaultUser":""===this.currentOperator.image?"DefaultAgent":this.currentOperator.image}checkFile(e){let t=!1;const n=e.lastIndexOf("."),r=e.substring(n+1);return["png","pjp","jpeg","pjpeg","pjpeg","jpg","jfif"].indexOf(r.toLowerCase())>=0&&(t=!0),t}};bm([Ts()],ym.prototype,"config",void 0),bm([Ts()],ym.prototype,"auth",void 0),bm([Ts()],ym.prototype,"operator",void 0),bm([Ts({default:!1})],ym.prototype,"chatEnabled",void 0),bm([Ts({default:!0})],ym.prototype,"chatOnline",void 0),bm([Ts()],ym.prototype,"enablePoweredby",void 0),bm([Ts()],ym.prototype,"facebookIntegrationUrl",void 0),bm([Ts()],ym.prototype,"twitterIntegrationUrl",void 0),bm([Ts()],ym.prototype,"emailIntegrationUrl",void 0),bm([Ts()],ym.prototype,"dictionary",void 0),bm([ys()],ym.prototype,"myChatService",void 0),bm([ys()],ym.prototype,"myWebRTCService",void 0),bm([ys()],ym.prototype,"currentChannel",void 0),bm([ys()],ym.prototype,"eventBus",void 0),bm([ys()],ym.prototype,"loadingService",void 0),ym=bm([vs({components:{ChatMsg:mm,MaterialInput:_p,SoundActive:Mu(),SoundInactive:Iu(),FacebookIcon:ku(),PaperPlane:Du(),TwitterIcon:Bu(),EmailIcon:ju(),DefaultSound:Kp,PaperClip:Ku(),Loading:Cp}})],ym);const _m=cd(ym,(function(){var e,t=this,n=t.$createElement,r=t._self._c||n;return r("div",{class:[t.$style.root]},[t.isVideoActive?r("div",{ref:"videoOutput",class:t.$style["video-container"],attrs:{id:"wplc_videoOutput"}},[!t.myWebRTCService.videoOnlyRemoteStream||!t.myWebRTCService.media.isVideoReceived&&t.myWebRTCService.media.isVideoSend?t._e():r("video",{directives:[{name:"srcObject",rawName:"v-srcObject",value:t.myWebRTCService.videoOnlyRemoteStream,expression:"myWebRTCService.videoOnlyRemoteStream"}],class:t.myWebRTCService.isFullscreen?t.$style.awayFullVideo:t.$style.awayVideo,attrs:{id:"wplc-remote-video",autoplay:""}}),t._v(" "),t.myWebRTCService.videoOnlyLocalStream&&t.myWebRTCService.media.isVideoSend?r("video",{directives:[{name:"srcObject",rawName:"v-srcObject",value:t.myWebRTCService.videoOnlyLocalStream,expression:"myWebRTCService.videoOnlyLocalStream"}],class:(e={},e[t.$style.mirrorVideo]=!0,e[t.myWebRTCService.isFullscreen||!t.isPopoutWindow?t.$style.homeFullVideo:t.$style.homeVideo]=t.myWebRTCService.media.isVideoReceived,e[t.myWebRTCService.isFullscreen||!t.isPopoutWindow?t.$style.awayFullVideo:t.$style.awayVideo]=!t.myWebRTCService.media.isVideoReceived,e),attrs:{id:"wplc-home-video",autoplay:""}}):t._e()]):t._e(),t._v(" "),t.chatEnabled?r("div",{ref:"chatHistory",class:[t.$style["chat-container"]]},[t._l(t.chatMessages,(function(e,n){return[r("chat-msg",{key:e.index,attrs:{usertag:t.getUserTag(e.isLocal),usericon:t.getUserIcon(e.isLocal),config:t.config,message:e},on:{resend:function(e){return t.onResendMessage(n)}}})]})),t._v(" "),t.isTypingVisible?r("div",{class:[t.$style.typing_indicator]},[t.chatOnline?r("div",{class:t.$style.typing_indicator_name},[r("span",{attrs:{title:t.currentOperator.name}},[t._v(t._s(t.currentOperator.name))])]):t._e(),t._v(" "),r("span",[t._v(t._s(t.$t("Inputs.IsTyping")))])]):t._e()],2):r("div",{ref:"chatDisabledMessage",class:t.$style["chat-disabled-container"]},[r("div",[t._v("\n "+t._s(t.$t("Inputs.ChatIsDisabled"))+"\n ")])]),t._v(" "),r("div",{class:[t.$style["chat-footer"],t.chatEnabled?"":t.$style["chat-disabled"]]},[t.chatEnabled?r("form",{class:t.$style["chat-message-input-form"],on:{submit:function(e){return e.preventDefault(),t.sendMessage("",-1)}}},[r("div",{class:t.$style.materialInput},[r("input",{ref:"chatInput",class:t.$style["chat-message-input"],attrs:{disabled:t.disableChatInput(),type:"text",placeholder:t.$t("Chat.TypeYourMessage"),maxLength:t.maxChatMessageSize,name:"chatInput",autocomplete:"off"},domProps:{value:t.myMessage},on:{input:function(e){return t.FireTyping(e)},focus:function(e){return t.onInputFocusChange(!0)},blur:function(e){return t.onInputFocusChange(!1)}}})]),t._v(" "),r("div",{class:[t.$style["send-trigger"],t.isSendButtonEnabled?t.$style.send_enable:t.$style.send_disable],on:{mousedown:function(e){return e.preventDefault(),t.sendMessage("",-1)}}},[r("paper-plane")],1)]):t._e(),t._v(" "),r("div",{class:t.$style.banner},[r("div",{class:t.$style["chat-action-buttons"]},[t.config.filesEnabled&&t.chatOnline?r("input",{ref:"fileInput",staticStyle:{display:"none"},attrs:{id:"avatar",type:"file",name:"file-picker",accept:"image/png, image/jpeg"},on:{change:function(e){return e.preventDefault(),t.fileSelection(e)}}}):t._e(),t._v(" "),t.config.filesEnabled&&t.chatOnline?r("span",{class:[t.$style["action-button"]],on:{click:function(e){return e.preventDefault(),t.filePickerToggle(e)}}},[r("PaperClip")],1):t._e(),t._v(" "),t.config.enableMute&&t.chatEnabled?r("div",{class:t.$style["action-button"],on:{click:function(e){t.soundFlag=!t.soundFlag}}},[t.soundFlag?t._e():r("a",[r("soundInactive")],1),t._v(" "),t.soundFlag?r("a",[r("soundActive")],1):t._e()]):t._e(),t._v(" "),t.config.facebookIntegrationUrl?r("div",{class:t.$style["action-button"]},[r("a",{attrs:{target:"_blank",href:t.config.facebookIntegrationUrl}},[r("facebookIcon")],1)]):t._e(),t._v(" "),t.config.twitterIntegrationUrl?r("div",{class:t.$style["action-button"]},[r("a",{attrs:{target:"_blank",href:t.config.twitterIntegrationUrl}},[r("twitterIcon")],1)]):t._e(),t._v(" "),t.config.emailIntegrationUrl?r("div",{class:t.$style["action-button"]},[r("a",{attrs:{href:"mailto:"+t.config.emailIntegrationUrl}},[r("emailIcon")],1)]):t._e()]),t._v(" "),t.config.enablePoweredby?r("span",{class:t.$style["powered-by"]},[r("a",{attrs:{href:"https://www.3cx.com",target:"_blank"}},[t._v(t._s(t.$t("Inputs.PoweredBy"))+" ")])]):t._e()])])])}),[],!1,(function(e){var t=n(2114);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Am=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let wm=class extends(fs(Zf)){constructor(){super(...arguments),this.ChatRates=Pa,this.rate=-1}onStartNew(){this.eventBus.onRestart.next()}onPositiveRate(){this.rate=this.rate===Pa.Positive?Pa.None:Pa.Positive,this.$emit("chat-rate",this.rate,this.cid)}onNegativeRate(){this.rate=this.rate===Pa.Negative?Pa.None:Pa.Negative,this.$emit("chat-rate",this.rate,this.cid)}};Am([ys()],wm.prototype,"eventBus",void 0),Am([Ts()],wm.prototype,"config",void 0),Am([Ts()],wm.prototype,"endMessage",void 0),Am([Ts()],wm.prototype,"cid",void 0),wm=Am([vs({components:{Panel:Dp,ThumbsUp:Vu(),ThumbsDown:Gu(),ThumbsUpSolid:Yu(),ThumbsDownSolid:$u()}})],wm);const Cm=cd(wm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root,attrs:{slot:"panel-content"},slot:"panel-content"},[n("div",{class:e.$style.success_body},[n("div",{class:e.$style.awayText},[e._v("\n "+e._s(e.endMessage)+"\n ")]),e._v(" "),e.config.ratingEnabled?n("div",[n("div",{class:e.$style.awayText},[e._v("\n Please rate your chat experience\n ")]),e._v(" "),n("div",{staticStyle:{display:"flex","align-items":"center","margin-top":"5px","flex-direction":"column"}},[n("span",{staticStyle:{float:"left"}},[n("span",{ref:"positiveRate",on:{click:function(t){return e.onPositiveRate()}}},[e.rate!==e.ChatRates.Positive?n("ThumbsUp",{class:e.$style.rateThumbs}):e._e(),e._v(" "),e.rate===e.ChatRates.Positive?n("ThumbsUpSolid",{class:e.$style.rateThumbs}):e._e()],1),e._v(" "),n("span",{ref:"negativeRate",on:{click:function(t){return e.onNegativeRate()}}},[e.rate!==e.ChatRates.Negative?n("ThumbsDown",{class:e.$style.rateThumbs}):e._e(),e._v(" "),e.rate===e.ChatRates.Negative?n("ThumbsDownSolid",{class:e.$style.rateThumbs}):e._e()],1)])])]):e._e()]),e._v(" "),n("button",{class:e.$style.submit,attrs:{type:"button"},on:{click:function(t){return e.onStartNew()}}},[e._v("\n "+e._s(e.$t("ChatCompleted.StartNew"))+"\n ")])])}),[],!1,(function(e){var t=n(3479);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var Em;!function(e){e[e.try=1]="try",e[e.ok=2]="ok",e[e.restart=3]="restart"}(Em||(Em={}));var Sm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Tm=class extends(fs(Zf)){mounted(){this.$nextTick((()=>{this.$refs.submitButton.focus()}))}submit(){this.$emit("submit")}};Sm([Ts()],Tm.prototype,"message",void 0),Sm([Ts()],Tm.prototype,"button",void 0),Tm=Sm([vs({})],Tm);const Om=cd(Tm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.$style.root},[n("div",{class:e.$style.content},[n("div",{class:e.$style["content-message"]},[e._v("\n "+e._s(e.message)+"\n ")]),e._v(" "),n("button",{ref:"submitButton",class:e.$style.submit,attrs:{type:"submit"},on:{click:e.submit}},[e._v("\n "+e._s(1===e.button?e.$t("MessageBox.TryAgain"):e.$t("MessageBox.Ok"))+"\n ")])]),e._v(" "),n("div",{class:e.$style.background,on:{click:e.submit}})])}),[],!1,(function(e){var t=n(7306);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;var xm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let Mm=class extends(fs(Zf)){constructor(){super(),this.notificationMessage="",this.currentState=this.chatOnline?ka.Chat:ka.Offline,this.notificationButtonType=Em.try,this.hasSession=!1,this.allowCall=!1,this.allowVideo=!1,this.selfClosed=!1,this.cid=-1,this.myChatService=new jf(this.auth,this.config.channelUrl,this.config.wpUrl,this.config.filesUrl,this.config.party,this.currentChannel),this.chatOnline&&(this.myChatService.reconnect(),this.myWebRTCService=new dp(this.myChatService))}onClose(){this.selfClosed=!0,this.eventBus.onClosed.next(!0)}onChatEnd(e,t){this.cid=t,this.endMessage=this.selfClosed?this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()]):e;const n=this.auth&&void 0!==this.auth.name?this.auth.name:"";this.endMessage=this.endMessage.replace("%NAME%",n)}onChatRate(e){this.loadingService.show();const t=new oh({auth:{name:this.auth.name,email:this.auth.email,phone:this.auth.phone},party:this.config.party,data:{rate:e,cid:this.cid}});this.currentChannel.sendSingleCommand(this.config.wpUrl,this.config.channelUrl,t).subscribe((()=>{this.loadingService.hide()}),(e=>{this.notificationMessage=zl(e)}))}onErrorFormSubmit(){if(this.notificationMessage="",this.notificationButtonType===Em.restart){this.endMessage=this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()]);const e=this.auth&&void 0!==this.auth.name?this.auth.name:"";this.endMessage=this.endMessage.replace("%NAME%",e),this.eventBus.onClosed.next(!1)}}beforeMount(){this.eventBus.onLoaded.subscribe((e=>{this.currentState=ka.Chat,e&&(this.myChatService.reconnect(),this.setupChatServiceSubscriptions())})),this.setupChatServiceSubscriptions(),this.$subscribeTo(this.eventBus.onClosed,(e=>{this.currentChannel.dropSession(this.config.wpUrl,this.config.channelUrl,e).subscribe((()=>{this.fullscreenService.closeFullScreen(),this.loadingService.hide(),this.currentState=ka.ChatCompleted,this.eventBus.onNotificationVisibilityChange.next(!1),Gl.stopBlink(),this.myChatService.closeSession()}),(e=>{this.loadingService.hide(),this.eventBus.onError.next(e)}))})),this.$subscribeTo(this.eventBus.onError,(e=>{this.notificationMessage=zl(e),this.notificationButtonType=Em.ok,Vd(this.notificationMessage),this.loadingService.hide()}))}setupChatServiceSubscriptions(){this.myChatService.notificationsFilter$("ReConnect").subscribe((()=>{this.loadingService.show(),this.myChatService.reconnect()})),this.config.isQueue&&!this.config.ignoreQueueownership?(this.allowCall=!1,this.allowVideo=!1,this.$subscribeTo(this.myChatService.mySession$.pipe(af((e=>(this.config.isQueue&&(this.allowCall=!1,this.allowVideo=!1),e.messages$))),Bl(dc)),(()=>{this.allowCall=this.config.allowCall,this.allowVideo=this.config.allowVideo,this.eventBus.onCallChannelEnable.next({allowCall:this.allowCall,allowVideo:this.allowVideo})}))):(this.allowCall=this.config.allowCall,this.allowVideo=this.config.allowVideo),this.$subscribeTo(this.myChatService.mySession$,(e=>{var t;this.hasSession=e.sessionState===Ra.Connected,e.sessionState===Ra.Error&&(this.notificationMessage=null!==(t=e.error)&&void 0!==t?t:"",this.notificationButtonType=Em.restart,Vd(this.notificationMessage),this.loadingService.hide())}))}};xm([Ts()],Mm.prototype,"chatEnabled",void 0),xm([Ts()],Mm.prototype,"chatOnline",void 0),xm([Ts()],Mm.prototype,"startMinimized",void 0),xm([ys()],Mm.prototype,"fullscreenService",void 0),xm([Ts()],Mm.prototype,"ignoreQueueownership",void 0),xm([Ts()],Mm.prototype,"longBar",void 0),xm([Ts()],Mm.prototype,"auth",void 0),xm([Ts()],Mm.prototype,"config",void 0),xm([Ts()],Mm.prototype,"operator",void 0),xm([Ts()],Mm.prototype,"dictionary",void 0),xm([Cs()],Mm.prototype,"myChatService",void 0),xm([Cs()],Mm.prototype,"myWebRTCService",void 0),xm([ys()],Mm.prototype,"eventBus",void 0),xm([ys()],Mm.prototype,"currentChannel",void 0),xm([ys()],Mm.prototype,"loadingService",void 0),Mm=xm([vs({components:{CallUsChat:_m,Phone:hd,Panel:Dp,OverlayMessage:Om,ChatCompleted:Cm}})],Mm);const Nm=cd(Mm,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("panel",{ref:"panelComponent",attrs:{auth:e.auth,"allow-minimize":e.config.allowMinimize,title:e.getPropertyValue(e.dictionary,"ChatTitle",[e.config.windowTitle]),"allowed-action":e.config.allowedAction,"start-minimized":e.startMinimized,"window-icon":e.config.windowIcon,config:e.config,operator:e.operator,"show-close-button":e.hasSession&&e.chatOnline,dictionary:e.dictionary,"panel-state":e.currentState,"allow-fullscreen":!0},on:{close:function(t){return e.onClose()}}},[e.notificationMessage?n("overlay-message",{ref:"overlayMessageComponent",attrs:{slot:"overlay",message:e.notificationMessage,button:e.notificationButtonType},on:{submit:function(t){return e.onErrorFormSubmit()}},slot:"overlay"}):e._e(),e._v(" "),e.currentState===e.ViewState.Chat?n("phone",{attrs:{slot:"panel-top",config:e.config,"allow-video":e.allowVideo,"allow-call":e.allowCall,operator:e.operator,"is-full-screen":e.fullscreenService.isFullScreen},slot:"panel-top"}):e._e(),e._v(" "),e.currentState===e.ViewState.Chat||e.currentState===e.ViewState.Offline?n("call-us-chat",{ref:"chatComponent",class:e.$style.chat,attrs:{slot:"panel-content","chat-online":e.chatOnline,"chat-enabled":e.chatEnabled,config:e.config,auth:e.auth,dictionary:e.dictionary,operator:e.operator},on:{"end-chat":function(t){return e.onChatEnd(arguments[0],arguments[1])}},slot:"panel-content"}):e.currentState===e.ViewState.ChatCompleted?n("chat-completed",{ref:"chatCompletedComponent",attrs:{slot:"panel-content",config:e.config,"event-bus":e.eventBus,cid:e.cid,"end-message":e.endMessage},on:{"chat-rate":function(t){return e.onChatRate(arguments[0])}},slot:"panel-content"}):e._e()],1)}),[],!1,(function(e){var t=n(8792);t.__inject__&&t.__inject__(e),this.$style=t.locals||t}),null,null,!0).exports;class Im{constructor(e){this.enableFullScreen=!1,this.isFullScreen=!1,Object.assign(this,e)}goFullScreen(){if(!this.enableFullScreen)return;this.isFullScreen=!0;const e=window.document.getElementsByTagName("body");e.length>0&&e[0].style.setProperty("overflow","hidden !important");const t=.01*window.innerHeight,n=.01*document.documentElement.clientWidth;window.document.documentElement.style.setProperty("--vh",t+"px"),window.document.documentElement.style.setProperty("--vw",n+"px"),window.addEventListener("resize",(()=>{const e=.01*window.innerHeight,t=.01*document.documentElement.clientWidth;window.document.documentElement.style.setProperty("--vh",e+"px"),window.document.documentElement.style.setProperty("--vw",t+"px")})),this.callUsElement&&(this.componentTop=this.callUsElement.style.getPropertyValue("top"),this.componentBottom=this.callUsElement.style.getPropertyValue("bottom"),this.componentLeft=this.callUsElement.style.getPropertyValue("left"),this.componentRight=this.callUsElement.style.getPropertyValue("right"),this.callUsElement.style.removeProperty("right"),this.callUsElement.style.removeProperty("bottom"),this.callUsElement.style.setProperty("top","0px"),this.callUsElement.style.setProperty("left","0px"))}closeFullScreen(){var e,t,n,r;if(!this.enableFullScreen)return;this.isFullScreen=!1;const i=window.document.getElementsByTagName("body");i.length>0&&i[0].style.setProperty("overflow","auto !important"),this.callUsElement&&(this.callUsElement.style.setProperty("top",null!==(e=this.componentTop)&&void 0!==e?e:""),this.callUsElement.style.setProperty("bottom",null!==(t=this.componentBottom)&&void 0!==t?t:""),this.callUsElement.style.setProperty("left",null!==(n=this.componentLeft)&&void 0!==n?n:""),this.callUsElement.style.setProperty("right",null!==(r=this.componentRight)&&void 0!==r?r:""))}getSavedPosition(){return{componentTop:this.componentTop,componentBottom:this.componentBottom,componentLeft:this.componentLeft,componentRight:this.componentRight}}}var Rm=function(e,t,n,r){var i,s=arguments.length,o=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(o=(s<3?i(o):s>3?i(t,n,o):i(t,n))||o);return s>3&&o&&Object.defineProperty(t,n,o),o};let km=class extends Sd{constructor(){super(),this.viewState=ka.None,this.auth={},this.departments=[],this.customFields=[],this.dictionary={},this.authenticationType=vd.None,this.authWindowMinimized=!1,this.mainWindowMinimized=!1,this.chatEnabled=!1,this.chatOnline=!0,this.popoutMode=!1,this.isQueue=!1,this.isDesktop=!1,this.isHidden=!1,this.isFullScreen=!1,this.operator=new Bf,this.fullscreenService=new Im,Rh(this)}get chatWindow(){return window}get chatForm(){let e="NONE";return this.viewState!==ka.Authenticate||this.isHidden?this.viewState!==ka.Chat&&this.viewState!==ka.Offline||this.isHidden?this.viewState!==ka.PopoutButton||this.isHidden?this.viewState===ka.Disabled&&(e="DISABLED"):e="POPOUT":e="CHAT":e="AUTH",e}beforeMount(){if(window.changeViewstate=e=>{this.viewState=e},"phone"===this.channel&&window.addEventListener("beforeunload",(()=>{this.currentChannel.isAuthorized()&&this.currentChannel.dropSession(this.config.wpUrl,this.config.channelUrl,!1),this.eventBus.onRestart.next(),null!=window.opener&&"function"==typeof window.opener.changeViewstate&&window.opener.changeViewstate(ka.Authenticate)})),this.loadingService.show(),this.isDesktop=Yf.isDesktop(),this.fullscreenService.enableFullScreen=!this.isDesktop||this.isPopout,this.isHidden=!this.isDesktop&&"false"===this.enableOnmobile&&"false"===this.forceToOpen||"false"===this.enable,this.isHidden)return;"name"===this.authentication?this.authenticationType=vd.Name:"email"===this.authentication?this.authenticationType=vd.Email:"both"===this.authentication&&(this.authenticationType=vd.Both);const e="false"===this.minimized?"none":"true"===this.minimized?"both":this.minimized;if("true"===this.forceToOpen?this.authWindowMinimized=!1:this.authWindowMinimized="both"===e||this.isDesktop&&"desktop"===e||!this.isDesktop&&"mobile"===e,this.eventBus.onClosed.subscribe((()=>{null!=window.opener&&"function"==typeof window.opener.changeViewstate&&window.opener.changeViewstate(ka.Authenticate)})),this.eventBus.onRestart.subscribe((()=>{this.authWindowMinimized=!1,this.loadingService.show(),Rh(this),this.loadChannelInfo(!1)})),this.loadChannelInfo(!1),this.authenticationString)try{this.auth=JSON.parse(this.authenticationString),this.currentChannel.setAuthentication(this.auth)}catch(e){}}updated(){this.fullscreenService.callUsElement||(this.fullscreenService.callUsElement=this.$el.getRootNode().host)}getMinimizedState(e){let t=!0;return"true"===this.forceToOpen?t=!1:this.authWindowMinimized||("true"===this.popupWhenOnline?e&&(t=!1):t=!1),t}loadChannelInfo(e){const t=th();t&&(e=!0,this.auth={name:t.name,email:t.email}),this.$subscribeTo(this.info$,(t=>{var n;this.loadingService.hide(),this.isQueue=t.isQueue,this.popoutMode="true"===this.popout,this.chatEnabled=void 0===t.isChatEnabled||t.isChatEnabled,this.departments=null!==(n=t.departments)&&void 0!==n?n:[],this.customFields=t.customFields,this.dictionary=void 0!==t.dictionary?t.dictionary:{},this.authWindowMinimized=this.getMinimizedState(t.isAvailable),this.mainWindowMinimized=this.authWindowMinimized,this.config.showOperatorActualName?(this.operator=t.operator,""===this.operator.name&&(this.operator.name=this.config.operatorName),""===this.operator.image&&(this.operator.image=this.config.operatorIcon)):this.operator=new Bf({name:this.config.operatorName,image:this.config.operatorIcon}),t.isChatEnabled?t.isAvailable&&this.config.inBusinessSchedule?this.currentChannel.isAuthorized()&&this.popoutMode?this.viewState=ka.PopoutButton:this.currentChannel.isAuthorized()?(this.viewState=ka.Chat,this.mainWindowMinimized=!1):this.viewState=ka.Authenticate:(this.chatOnline=!1,this.viewState=ka.Offline):this.viewState=ka.Authenticate,!this.mainWindowMinimized&&this.fullscreenService.enableFullScreen&&this.fullscreenService.goFullScreen(),this.eventBus.onLoaded.next(e)}),(e=>{console.error(e),this.viewState=ka.Disabled}))}popoutChat(){const e={};this.inviteMessage&&(e.inviteMessage=this.getPropertyValue(this.dictionary,"ChatWelcomeMessage",[this.config.inviteMessage,Fl.t("Inputs.InviteMessage").toString()])),this.endingMessage&&(e.endingMessage=this.getPropertyValue(this.dictionary,"ChatEndMessage",[this.config.endingMessage,Fl.t("Inputs.EndingMessage").toString()])),this.firstResponseMessage&&(e.firstResponseMessage=this.getPropertyValue(this.dictionary,"FirstResponse",[this.config.firstResponseMessage])),this.unavailableMessage&&(e.unavailableMessage=Hf(this.unavailableMessage,250)),"true"!==this.allowCall&&(e.allowCall=this.allowCall),"true"!==this.allowVideo&&(e.allowVideo=this.allowVideo),"true"===this.enableMute&&(e.enableMute=this.enableMute),"true"===this.gdprEnabled&&(e.gdprEnabled=this.gdprEnabled),this.gdprMessage&&(e.gdprMessage=this.gdprMessage),"true"===this.showOperatorActualName&&(e.showOperatorActualName=this.showOperatorActualName),"true"===this.ratingEnabled&&(e.ratingEnabled=this.ratingEnabled),"false"===this.enablePoweredby&&(e.enablePoweredby=this.enablePoweredby),"true"===this.ignoreQueueownership&&(e.ignoreQueueownership=this.ignoreQueueownership),"false"===this.allowSoundnotifications&&(e.allowSoundnotifications=this.allowSoundnotifications),this.userIcon&&(e.userIcon=this.userIcon),e.autoFocus=this.autoFocus,e.forceToOpen="true",e.soundnotificationUrl=Gf(this.soundnotificationUrl,"")||void 0,e.emailIntegrationUrl=Vf(this.emailIntegrationUrl,"")||void 0,e.twitterIntegrationUrl=$f(this.twitterIntegrationUrl,"")||void 0,e.facebookIntegrationUrl=Wf(this.facebookIntegrationUrl,"")||void 0,e.isPopout=!0,e.allowMinimize="false",e.minimized="false",e.party=this.party,e.operatorIcon=Gf(this.operatorIcon,"")||void 0,e.windowIcon=Gf(this.windowIcon,"")||void 0,e.operatorName=Hf(this.operatorName),e.windowTitle=Hf(this.windowTitle),e.visitorName=Hf(this.visitorName)||void 0,e.visitorEmail=Vf(this.visitorEmail,"")||void 0,e.authenticationMessage=Hf(this.authenticationMessage,250),e.authentication=this.authentication,e.messageDateformat=this.messageDateformat,e.messageUserinfoFormat=this.messageUserinfoFormat,e.callTitle=Hf(this.callTitle),e.popout="false",e.startChatButtonText=Hf(this.startChatButtonText),e.authenticationString=JSON.stringify(this.auth);const t=getComputedStyle(this.$el);let n;e.cssVariables=JSON.stringify(["--call-us-form-header-background","--call-us-header-text-color","--call-us-main-button-background","--call-us-client-text-color","--call-us-agent-text-color","--call-us-font-size"].reduce(((e,n)=>{const r=t.getPropertyValue(n);return r&&(e[n]=r),e}),{})),n=`${Ul(this.config.channelUrl).toString()}livechat#${encodeURIComponent(JSON.stringify(e))}`;const r=Yf.popupCenter(n,600,500);r&&(r.focus(),"true"===this.autoFocus&&setTimeout((()=>{const e=this.$refs.chatInput;e&&e.focus()}))),this.eventBus.onChatInitiated.next(!0)}authenticateFormSubmit(e){this.auth=e,this.currentChannel.setAuthentication(e),this.popoutMode&&"phone"===this.channel?(this.popoutChat(),this.viewState=ka.PopoutButton):(null!=window.opener&&"function"==typeof window.opener.changeViewstate&&window.opener.changeViewstate(ka.PopoutButton),this.fullscreenService.goFullScreen(),this.viewState=ka.Chat,this.mainWindowMinimized=!1)}get config(){const e=Vl&&"true"===this.allowCall,t="true"===this.allowVideo;let n,r;this.phonesystemUrl?(n=this.phonesystemUrl,r=this.phonesystemUrl):(n=this.channelUrl,r=this.filesUrl);const i="bubbleleft"===this.minimizedStyle.toLowerCase()?bd.BubbleLeft:bd.BubbleRight;let s,o,a;switch(this.animationStyle.toLowerCase()){case"slideleft":s=_d.SlideLeft;break;case"slideright":s=_d.SlideRight;break;case"fadein":s=_d.FadeIn;break;case"slideup":s=_d.SlideUp;break;default:s=_d.None}switch(this.greetingVisibility.toLowerCase()){case"desktop":o=wd.Desktop;break;case"mobile":o=wd.Mobile;break;case"both":o=wd.Both;break;default:o=wd.None}switch(this.greetingOfflineVisibility.toLowerCase()){case"desktop":a=wd.Desktop;break;case"mobile":a=wd.Mobile;break;case"both":a=wd.Both;break;default:a=wd.None}let c=yd.ChatOnly;e&&t||!t&&e?c=yd.CallAndChat:e||(c=yd.ChatOnly);const l=Hf(this.operatorName);return{isQueue:this.isQueue,enablePoweredby:"true"===this.enablePoweredby,allowedAction:c,animationStyle:s,minimizedStyle:i,isPopout:this.isPopout,windowTitle:Hf(this.windowTitle),allowSoundNotifications:"true"===this.allowSoundnotifications,enableMute:"true"===this.enableMute,autoFocus:"true"===this.autoFocus,facebookIntegrationUrl:Wf(this.facebookIntegrationUrl,""),twitterIntegrationUrl:$f(this.twitterIntegrationUrl,""),emailIntegrationUrl:Vf(this.emailIntegrationUrl,""),operatorName:""===l?Fl.t("Inputs.OperatorName").toString():l,operatorIcon:Gf(this.operatorIcon,""),userIcon:Gf(this.operatorIcon,"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAAAAADmVT4XAAAHf0lEQVR42u2cu47rMA6G5/3fSQABkj/AxpUrdypduEjlRtK/hZ255eY4zjm72ENMMUDG1hfeRJHCfETgKfFVZBVbBbsk4uPJ9T8B7JdgJ8HH8s6vF2+V30DPP7+85ANwN98vL4CY+wJgZpcqvSW/TXAGsCfF3cz8rIEdAL+NuQdg1QD+tOp/vOQM8PSLfmvk6bW/APyF17wiXz7wD+AfwD+A/02AH2nwKyvaHwNQVTV3BJbd5Pm0fIQGzsXErn3hdQB3M1NVVd3zhgOccKnq9u6KrwP8+PrP74wvAogsK5uqiojonwZwRNcPOec89H0XWBWBtwGEKcJVYYAkDHmcK1uttTZyHnPfqYgDGqEC6OEAgKkBCEnaDVMplYu0RpKFp9xpEg1XczW8AcDN4Zq0yzPJxjNArevv89h7UnVgkyme9QHzCJPU5VMjWZZ1W62NtZSyaGTOfRJHbIrKZzVggAr6U2H7VP/510aylkKWeQhRmMbxAG6aPM+VbJWsq/Hb2Q0WdZAlRxLDG0zguli/tUaytvrph7WUykKyFpJl7NTfYAJzRSYL2VpbIH544LeYmDqR40wAA1w9Ivn43fnvyalLCDVXv5cPtgK4A+ZIkWe2DevXyjp2YnD1gLwOADNAVXLhJmmVZEYKCMIO0ABU4SL9iVulNZacEO6qeN0JoQoVnMiylaCQc6cC3E3JGwEM6hAMbbXvFgs0so2RLHCAEzoUkO7Exk0+2Lhk6jKIRNyrkp8CGMhSWbc4ANlYCzl24n4vJW8FMI3Uz3xaypC2pKMNecCQhvr0+q2NENgBAID69LwCKuc+qb4O4I7U7bBAI3OSx7vM4zB0SwNZd6hg1A022AAgOu4DOHUSrwM4JOaNu+CvfDD36QANIKR7/usvKhsSjnDClFttOxDYRjkIgH8XQDJ3rX8QgLlk8v8Z4K+b4L/ACf92GGoaCndtRsyHZEJP3bzPCcpBqTj5uGMvOmwzQkjaE4etcvQNp/SHABqahrZrM8qij4/pjwHg0p32AJRezHBAPeDqueyIgsOKUvfUz88boQ1Jww9wQgMEI1ka66bKqBayLk0CPPbCDZnQ4NrPayS2bbVQYckQwHHEZoQQz+1bV/Lx+o1jiANHFKWuCEndvPV43shSWHsROEIPAHC4quV5ezncWEZThwNHlOVwBdQzuWlbLqWSY5cizI8IQwMMcEg3FpYNe0Ir5NQnBQw4IBFpmIVJRIrTFidsJOdeJFQcbkcUJOc+hXTj2pVtV8KxkrU0kq3MQ0obOgNPAmhAu7GcN+YLW8yfWejUiwaOB3AT6UaSrSxJ8UoKrGycetvWrH7WBCIqKYaZZGutXk/BrBlJQuV4ADMHTGRBuFaAVHIee1F3wOVwADcEVC31U2k3/L+eehEDHK6HA4SJSop+mhtbu7UpzdOAJCb6hihwFQxTWUOwXGnPLlDTEKrbB5EPAcIUMI+kXT61x+VxZTvlTlO4AWqv1wMKqIWm6Md57cXfB2jkPPaRNEw3DDAfV0SigSQxnrixVVVJnsaQhC3h+NgEamHST5+zCG7RATn1YmEHlGQanpDn9m0csmF5ss0ZyeMIE6TI5elG4XmCiAMAYjxPAdqm4nwdaDZyjNcBLHVjPQMs1caDgqh9zS3q2KXdAKEIdaRu4ubvfqEHTl2Ca9w5H9wEMIhCpJuWOe3zALVVLlNU3Gta3wFQtRQj9zSqv2WEMZKp7gCARqQYG3d2qD4naGOkiNvzw9s+YFDk9WvU8rQWlkeWKarCnvcBj7RMa9ta6zzfIlrPsiXLnRr1jgmkn9fiq+yzQCFra41zL3tMkGI6J58dDK18u2UxRdpuAjU3NSBp5isR8D0SmDUBpuaX0/RrAG7mnvrTAcuvCKc+rTfYHwMs1a9qTJv33w3b4xSqBvilsa/4gCFULBfWQ1RQycqSTTSupaMLAMAcIt287D+H+EBjmzsR+JUT0xUANZfIa6fjACmFbMwhbroBwGFqsozL9yfhi0slnHuxaxcqLp0QpqbD+eRxTBiSjYOaGh47oYl56g7R/S9LdMlNNgAYdPeU6G7nJItiSxguN0bq0QCVp06wwQfgKkN7hwbaIFduuV0AhEpMxyuArJziyqn5UgMi/cx3OCHnXuSxBkyR+R4NMEMfO6EiNl/be3aMN8blafnjck7Zt3dYgCxsffoxCHE3+7g2qX2HBdYx1mMAw/QOCyyvnGAPAaSbWd8TBZVzJw8BUl9Z3gNQWL+c4LYGMtu7ANo3J7gJgJGs7/GBSo54CNC9yQdXL+xuAhjcEJBuZrnXh2jt+8XmG5/XK3c/W2Ph3InB1GFq5m6mPwA8oH1hZWufC/2W7Q2KX881srH0ioADcAAAvjKhuZsDOlSWLYnoWaD1Gvyg6+LuAPA7FcMtF5Z7DZFHC9dar37camVjzWpuZmYXJljVgFyWBtNeE5z/5vK5xsaal0GWrWekb04Id7gaxrdEwKeMPzwAwBeAOVwtJrLVcjsM2gMh2Wq5PNKUVmptdQpTc9VLE8AcphanWuZ7UtafekNKKeX2s2VySSIpnf97gPwHyADaGwjjz7sAAAAASUVORK5CYII="),allowCall:e,allowVideo:t,allowMinimize:!this.isPopout&&(!this.isDesktop||"true"===this.allowMinimize),inviteMessage:Hf(this.inviteMessage,250),endingMessage:Hf(this.endingMessage,250),unavailableMessage:Hf(this.unavailableMessage,250),firstResponseMessage:Hf(this.firstResponseMessage,250),party:this.party,channelUrl:n,wpUrl:this.wpUrl,filesUrl:r,windowIcon:Gf(this.windowIcon,""),buttonIcon:Gf(this.buttonIcon,""),buttonIconType:""===this.buttonIconType?"Default":this.buttonIconType,enableOnmobile:"false"===this.enableOnmobile,enable:"true"===this.enable,inBusinessSchedule:"true"===this.inBusinessSchedule,ignoreQueueownership:"true"===this.ignoreQueueownership,showTypingIndicator:"true"===this.showTypingIndicator,showOperatorActualName:"true"===this.showOperatorActualName,authenticationType:this.authenticationType,channelType:this.channelType,aknowledgeReceived:"true"===this.aknowledgeReceived,gdprEnabled:"true"===this.gdprEnabled,filesEnabled:"true"===this.filesEnabled,gdprMessage:this.gdprMessage,ratingEnabled:"true"===this.ratingEnabled,departmentsEnabled:"true"===this.departmentsEnabled,chatIcon:this.chatIcon,chatLogo:this.chatLogo,messageDateformat:this.messageDateformat,messageUserinfoFormat:this.messageUserinfoFormat,soundnotificationUrl:this.soundnotificationUrl,visitorEmail:this.visitorEmail,visitorName:this.visitorName,authenticationMessage:Hf(this.authenticationMessage,250),startChatButtonText:this.startChatButtonText,offlineFinishMessage:this.offlineFinishMessage,greetingVisibility:o,greetingMessage:this.greetingMessage,greetingOfflineVisibility:a,greetingOfflineMessage:this.greetingOfflineMessage}}};Rm([Cs()],km.prototype,"fullscreenService",void 0),km=Rm([vs({components:{CallUsMainForm:Nm,CallUsAuthenticateForm:Up,MinimizedButton:Mp}})],km);const Pm=cd(km,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return"AUTH"===e.chatForm?n("call-us-authenticate-form",{attrs:{"start-minimized":e.authWindowMinimized,config:e.config,"auth-type":e.authenticationType,departments:e.departments,"custom-fields":e.customFields,dictionary:e.dictionary,"chat-enabled":e.chatEnabled,operator:e.operator},on:{submit:e.authenticateFormSubmit}}):"CHAT"===e.chatForm?n("call-us-main-form",{attrs:{"chat-enabled":e.chatEnabled,"chat-online":e.chatOnline,dictionary:e.dictionary,"start-minimized":e.mainWindowMinimized,operator:e.operator,config:e.config,auth:e.auth}}):"POPOUT"===e.chatForm?n("minimized-button",{attrs:{config:e.config,dictionary:e.dictionary},on:{click:e.popoutChat}}):"DISABLED"===e.chatForm?n("minimized-button",{attrs:{config:e.config,dictionary:e.dictionary,disabled:!0}}):e._e()}),[],!1,(function(e){var t=n(8482);t.__inject__&&t.__inject__(e)}),null,null,!0).exports;ts.use(To),window.customElements.define("call-us",b(ts,Pm)),window.customElements.define("call-us-phone",b(ts,mp))},4747:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7928),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8915:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(2927),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},7601:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(5443),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},2003:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(3510),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},9036:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7612),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},3479:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(8366),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},2114:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(6009),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},265:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7841),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},17:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(101),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},4753:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(6126),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8391:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(4101),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},978:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(408),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8792:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(5499),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},4806:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(1970),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},7306:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(3114),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},6711:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(9717),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},1726:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(7305),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},1368:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i.a});var r=n(5186),i=n.n(r),s={};for(const e in r)"default"!==e&&(s[e]=()=>r[e]);n.d(t,s)},8482:(e,t,n)=>{"use strict";n.r(t);var r=n(2813),i={};for(const e in r)"default"!==e&&(i[e]=()=>r[e]);n.d(t,i)},2927:(e,t,n)=>{var r=n(512);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("71123166",r,e)}},5443:(e,t,n)=>{var r=n(8336);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("d06758d8",r,e)}},3510:(e,t,n)=>{var r=n(342);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("5eb7a238",r,e)}},7612:(e,t,n)=>{var r=n(1112);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("43aaf5ec",r,e)}},8366:(e,t,n)=>{var r=n(9592);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("20132490",r,e)}},6009:(e,t,n)=>{var r=n(3839);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("bb0ee260",r,e)}},7841:(e,t,n)=>{var r=n(9924);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("0dcab23b",r,e)}},101:(e,t,n)=>{var r=n(9292);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("3edd8b1f",r,e)}},6126:(e,t,n)=>{var r=n(5113);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("71f71523",r,e)}},4101:(e,t,n)=>{var r=n(5056);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("159a8851",r,e)}},408:(e,t,n)=>{var r=n(2493);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("759cd6a6",r,e)}},5499:(e,t,n)=>{var r=n(857);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("5c397a6c",r,e)}},1970:(e,t,n)=>{var r=n(7249);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("3b78551e",r,e)}},3114:(e,t,n)=>{var r=n(8830);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("a1325450",r,e)}},9717:(e,t,n)=>{var r=n(7629);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("111dc6c4",r,e)}},7305:(e,t,n)=>{var r=n(7438);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("196ea734",r,e)}},5186:(e,t,n)=>{var r=n(8690);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("0bfefef9",r,e)}},7928:(e,t,n)=>{var r=n(9926);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("03b2e6d2",r,e)}},2813:(e,t,n)=>{var r=n(7027);"string"==typeof r&&(r=[[e.id,r,""]]),r.locals&&(e.exports=r.locals);var i=n(7708).Z;e.exports.__inject__=function(e){i("7bc72a94",r,e)}},7708:(e,t,n)=>{"use strict";function r(e,t,n){!function(e,t){const n=t._injectedStyles||(t._injectedStyles={});for(var r=0;r<e.length;r++){var s=e[r];if(!n[s.id]){for(var o=0;o<s.parts.length;o++)i(s.parts[o],t);n[s.id]=!0}}}(function(e,t){for(var n=[],r={},i=0;i<t.length;i++){var s=t[i],o=s[0],a={id:e+":"+i,css:s[1],media:s[2],sourceMap:s[3]};r[o]?r[o].parts.push(a):n.push(r[o]={id:o,parts:[a]})}return n}(e,t),n)}function i(e,t){var n=function(e){var t=document.createElement("style");return t.type="text/css",e.appendChild(t),t}(t),r=e.css,i=e.media,s=e.sourceMap;if(i&&n.setAttribute("media",i),s&&(r+="\n/*# sourceURL="+s.sources[0]+" */",r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(s))))+" */"),n.styleSheet)n.styleSheet.cssText=r;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(r))}}n.d(t,{Z:()=>r})},5702:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"2 0 22 22"},f),...u},s.concat([n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}}),n("path",{attrs:{d:"M20 15.5c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 00-1.02.24l-2.2 2.2a15.074 15.074 0 01-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01A11.36 11.36 0 018.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM12 3v10l3-3h6V3h-9z"}})]))}}},9028:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 39 39"},f),...u},s.concat([n("path",{attrs:{d:"M33.25 4.27H1.89V30a2.72 2.72 0 002.72 2.72h29.78A2.72 2.72 0 0037.11 30V4.27zm0 2.27v.08L20 20.78 5.85 6.62a.07.07 0 010-.06zm1.14 23.92H4.61a.45.45 0 01-.45-.46V8.14l.08.09L18.5 22.49a2.13 2.13 0 001.51.62 2.14 2.14 0 001.53-.67l13.3-14.16V30a.45.45 0 01-.45.46z"}})]))}}},2371:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 39 37"},f),...u},s.concat([n("path",{attrs:{d:"M14.69 18.65v17.89a.47.47 0 00.47.46h6.64a.47.47 0 00.47-.46V18.35h4.81a.46.46 0 00.47-.42l.45-5.48a.47.47 0 00-.46-.51h-5.27V8.06a1.65 1.65 0 011.65-1.65h3.71a.47.47 0 00.47-.47V.46a.47.47 0 00-.47-.46h-6.27a6.67 6.67 0 00-6.67 6.66v5.28h-3.32a.47.47 0 00-.47.47v5.48a.46.46 0 00.47.46h3.32z"}})]))}}},5227:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M500.33 0h-47.41a12 12 0 00-12 12.57l4 82.76A247.42 247.42 0 00256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 00166.18-63.91 12 12 0 00.48-17.43l-34-34a12 12 0 00-16.38-.55A176 176 0 11402.1 157.8l-101.53-4.87a12 12 0 00-12.57 12v47.41a12 12 0 0012 12h200.33a12 12 0 0012-12V12a12 12 0 00-12-12z"}})]))}}},7439:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 01-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z"}})]))}}},8818:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z"}})]))}}},7736:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"}})]))}}},898:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"}})]))}}},4556:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M19 22v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4a1 1 0 011-1h4a1 1 0 011 1zm-9-1H6a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm0-8H6a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm8 0h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm-8-8H6a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V6a1 1 0 00-1-1zm16 0h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V6a1 1 0 00-1-1zm0 8h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zm0 8h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1zM18 5h-4a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V6a1 1 0 00-1-1z"}})]))}}},1660:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -3 28 28"},f),...u},s.concat([n("path",{attrs:{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"}}),n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}})]))}}},7123:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M30.8 11.9v9c0 .6-.4 1-1 1h-1l-5-3.4v-4.1l5-3.4h1c.5-.1 1 .3 1 .9zm-11-4.6h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-1.9-2-2z"}})]))}}},8060:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M16 4a12 12 0 1012 12A12.013 12.013 0 0016 4zm0 21a9 9 0 119-9 9.01 9.01 0 01-9 9zm5.303-11.475L18.828 16l2.475 2.475a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L16 18.828l-2.475 2.475a.5.5 0 01-.707 0l-2.121-2.121a.5.5 0 010-.707L13.172 16l-2.475-2.475a.5.5 0 010-.707l2.121-2.121a.5.5 0 01.707 0L16 13.172l2.475-2.475a.5.5 0 01.707 0l2.121 2.121a.5.5 0 010 .707z"}})]))}}},6304:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M16 4a12 12 0 1012 12A12.013 12.013 0 0016 4zm0 21a9 9 0 119-9 9.01 9.01 0 01-9 9zm4.81-8.43l-3.989 5.746a1 1 0 01-1.643 0L11.19 16.57a1 1 0 01.82-1.57H14v-4a1 1 0 011-1h2a1 1 0 011 1v4h1.989a1 1 0 01.821 1.57z"}})]))}}},8642:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M13.722 12.067a.5.5 0 01-.069.623l-.963.963a.5.5 0 01-.622.068l-4.172-2.657-1.703 1.702a.5.5 0 01-.847-.275L4.108 4.68a.5.5 0 01.572-.572l7.811 1.238a.5.5 0 01.275.848l-1.702 1.702zm5.588 1.586a.5.5 0 00.622.068l4.172-2.657 1.703 1.702a.5.5 0 00.847-.275l1.238-7.811a.5.5 0 00-.572-.572l-7.81 1.238a.5.5 0 00-.275.848l1.702 1.702-2.658 4.171a.5.5 0 00.069.623zm-6.62 4.694a.5.5 0 00-.623-.068l-4.17 2.657-1.704-1.702a.5.5 0 00-.847.275L4.108 27.32a.5.5 0 00.572.572l7.811-1.238a.5.5 0 00.275-.848l-1.702-1.702 2.658-4.171a.5.5 0 00-.069-.623zm13.117.887l-1.703 1.702-4.171-2.657a.5.5 0 00-.623.068l-.963.963a.5.5 0 00-.069.623l2.658 4.171-1.702 1.702a.5.5 0 00.275.848l7.811 1.238a.5.5 0 00.572-.572l-1.238-7.811a.5.5 0 00-.847-.275z"}})]))}}},1466:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512"},f),...u},s.concat([n("path",{attrs:{d:"M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"}})]))}}},6561:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},f),...u},s.concat([n("path",{attrs:{d:"M12.5 14c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3s-3 1.3-3 3v6c0 1.7 1.3 3 3 3zm5.3-3c0 3-2.5 5.1-5.3 5.1S7.2 14 7.2 11H5.5c0 3.4 2.7 6.2 6 6.7V21h2v-3.3c3.3-.5 6-3.3 6-6.7h-1.7z"}})]))}}},5852:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},f),...u},s.concat([n("path",{attrs:{d:"M19.5 11h-1.7c0 .7-.2 1.4-.4 2.1l1.2 1.2c.6-1 .9-2.1.9-3.3zm-4 .2V5c0-1.7-1.3-3-3-3s-3 1.3-3 3v.2l6 6zM4.8 3L3.5 4.3l6 6v.7c0 1.7 1.3 3 3 3 .2 0 .4 0 .6-.1l1.7 1.7c-.7.3-1.5.5-2.3.5-2.8 0-5.3-2.1-5.3-5.1H5.5c0 3.4 2.7 6.2 6 6.7V21h2v-3.3c.9-.1 1.8-.5 2.5-.9l4.2 4.2 1.3-1.3L4.8 3z"}})]))}}},3852:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},f),...u},s.concat([n("path",{attrs:{d:"M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"}})]))}}},3787:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},f),...u},s.concat([n("path",{attrs:{d:"M20.9 17.6c-.9-.8-1.8-1.5-2.8-2.1-1-.7-1.3-.6-1.9.5l-.6.9c-.4.5-.9.4-1.4 0-2.3-1.6-4.4-3.6-6-5.9-.3-.6-.5-1-.2-1.4l1.2-.8c1-.6 1-.9.3-1.9-.7-1-1.5-2-2.3-2.9-.6-.7-1-.7-1.6-.1l-.9 1c-1.2.9-1.6 2.5-1 3.8 2 6.1 6.8 10.8 12.9 12.7 1 .4 2.1.2 3-.5l.6-.6.8-.7c.8-1 .8-1.3-.1-2z"}})]))}}},2566:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},f),...u},s.concat([n("path",{attrs:{d:"M23 10.559V8c.552 0 1-.597 1-1.333V5.333C24 4.597 23.552 4 23 4H9c-.552 0-1 .597-1 1.333v1.334C8 7.403 8.448 8 9 8v2.559a3.98 3.98 0 001.501 3.123L13.398 16l-2.897 2.318A3.98 3.98 0 009 21.441V24c-.552 0-1 .597-1 1.333v1.334C8 27.403 8.448 28 9 28h14c.552 0 1-.597 1-1.333v-1.334c0-.736-.448-1.333-1-1.333v-2.559a3.98 3.98 0 00-1.501-3.123L18.602 16l2.897-2.318A3.98 3.98 0 0023 10.559zm-2 0a1.986 1.986 0 01-.751 1.56l-2.896 2.319a2 2 0 00-.001 3.124l2.897 2.319A1.986 1.986 0 0121 21.44V24h-1.788l-2.806-3.901a.5.5 0 00-.812 0L12.788 24H11v-2.559a1.986 1.986 0 01.751-1.56l2.896-2.318a2 2 0 00.001-3.125l-2.897-2.319A1.986 1.986 0 0111 10.56V8h10zm-7.567-.131A.25.25 0 0113.61 10h4.782a.25.25 0 01.175.428l-2.216 2.186a.5.5 0 01-.702 0z"}})]))}}},3147:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},f),...u},s.concat([n("path",{attrs:{d:"M12 9h4.5a.5.5 0 01.5.5V17a1 1 0 01-1 1H5a1 1 0 01-1-1V4a1 1 0 011-1h5.5a.5.5 0 01.5.5V8a1 1 0 001 1zm1.5-2H17l-4-4v3.5a.5.5 0 00.5.5z"}})]))}}},2078:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},f),...u},s.concat([n("path",{attrs:{d:"M16.638 11.076l-3.816 3.817a3.233 3.233 0 01-4.467 0 3.163 3.163 0 010-4.467L11.79 6.99a1 1 0 011.414 1.414L9.77 11.84a1.16 1.16 0 000 1.639 1.186 1.186 0 001.638 0l3.816-3.817a3.32 3.32 0 000-4.69 3.394 3.394 0 00-4.69 0L5.19 10.313a3.305 3.305 0 001.791 5.607 1 1 0 01-.165 1.986 1.084 1.084 0 01-.167-.013 5.31 5.31 0 01-2.873-8.994l5.342-5.341a5.317 5.317 0 017.519 7.518z"}})]))}}},1724:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100"},f),...u},s.concat([n("circle",{attrs:{cx:"20",cy:"50",r:"10"}},[n("animate",{attrs:{attributeName:"opacity",dur:"1s",values:"0;1;0",repeatCount:"indefinite",begin:".1"}})]),n("circle",{attrs:{cx:"50",cy:"50",r:"10"}},[n("animate",{attrs:{attributeName:"opacity",dur:"1s",values:"0;1;0",repeatCount:"indefinite",begin:".2"}})]),n("circle",{attrs:{cx:"80",cy:"50",r:"10"}},[n("animate",{attrs:{attributeName:"opacity",dur:"1s",values:"0;1;0",repeatCount:"indefinite",begin:".3"}})])]))}}},4684:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 30.34 30.34"},f),...u},s.concat([n("path",{attrs:{d:"M22.562 12.491s1.227-.933.293-1.866c-.934-.933-1.842.271-1.842.271l-9.389 9.391s-2.199 2.838-3.871 1.122c-1.67-1.718 1.121-3.872 1.121-3.872l12.311-12.31s2.873-3.165 5.574-.466c2.697 2.7-.477 5.579-.477 5.579L12.449 24.173s-4.426 5.113-8.523 1.015 1.066-8.474 1.066-8.474L15.494 6.209s1.176-.982.295-1.866c-.885-.883-1.865.295-1.865.295L1.873 16.689s-4.549 4.989.531 10.068c5.08 5.082 10.072.533 10.072.533l16.563-16.565s3.314-3.655-.637-7.608-7.607-.639-7.607-.639L6.543 16.728s-3.65 2.969-.338 6.279c3.312 3.314 6.227-.39 6.227-.39l10.13-10.126z"}})]))}}},3582:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z"}})]))}}},2154:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},f),...u},s.concat([n("path",{attrs:{d:"M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0014 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"}}),n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}})]))}}},6011:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},f),...u},s.concat([n("path",{attrs:{d:"M16.5 12A4.5 4.5 0 0014 7.97v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.796 8.796 0 0021 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 003.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z"}}),n("path",{attrs:{d:"M0 0h24v24H0z",fill:"none"}})]))}}},2106:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 39 39"},f),...u},s.concat([n("path",{attrs:{d:"M38.08 6.78a15.86 15.86 0 01-3.82 1.08c.61-.1 1.48-1.21 1.84-1.65a7 7 0 001.25-2.3.15.15 0 000-.19.22.22 0 00-.21 0 18.94 18.94 0 01-4.49 1.72.31.31 0 01-.31-.08 3 3 0 00-.39-.4 7.91 7.91 0 00-2.18-1.34 7.6 7.6 0 00-3.34-.53 8 8 0 00-3.17.91 8.21 8.21 0 00-2.56 2.08 7.82 7.82 0 00-1.52 3.05 8.17 8.17 0 00-.08 3.23c0 .18 0 .2-.16.18-6.17-.92-10.56-2-15.43-7.86-.18-.21-.28-.2-.43 0C1.26 7.42 2.14 11.8 4.41 14c.31.28 1 .87 1.31 1.13A13.51 13.51 0 012.38 14c-.18-.12-.27 0-.28.15a4.52 4.52 0 000 .89A7.91 7.91 0 007 21.3a5.12 5.12 0 001 .3 8.94 8.94 0 01-2.92.09c-.21 0-.29.07-.21.27 1.29 3.5 4.06 4.55 6.14 5.14.28 0 .55 0 .83.11v.05c-.69 1-3.08 2.15-4.2 2.54a14.78 14.78 0 01-6.35.5c-.35-.05-.42-.05-.51 0s0 .14.1.23a14.73 14.73 0 001.32.78A21.19 21.19 0 006.42 33c7.65 2.11 16.26.56 22-5.15 4.51-4.48 6.09-10.66 6.09-16.84 0-.25.29-.38.46-.51A15.29 15.29 0 0038 7.41a1.21 1.21 0 00.27-.6c.03-.13-.04-.1-.19-.03z"}})]))}}},7308:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 46.9 46.9"},f),...u},s.concat([n("path",{attrs:{d:"M23.4 46.9C10.5 46.9 0 36.4 0 23.4c0-6.2 2.5-12.1 6.8-16.5C11.2 2.5 17.2 0 23.4 0h.1c12.9 0 23.4 10.5 23.4 23.4 0 13-10.5 23.4-23.5 23.5zm0-45.3c-12.1 0-21.9 9.8-21.8 21.9 0 5.8 2.3 11.3 6.4 15.4 4.1 4.1 9.6 6.4 15.4 6.4 12.1 0 21.8-9.8 21.8-21.9 0-12.1-9.7-21.8-21.8-21.8z",fill:"#0596d4"}}),n("circle",{attrs:{cx:"23.4",cy:"23.4",r:"18.6",fill:"#eaeaea"}}),n("path",{attrs:{d:"M27 27.6c3.1-2 4-6.1 2-9.1s-6.1-4-9.1-2-4 6.1-2 9.1c.5.8 1.2 1.5 2 2-4.4.4-7.7 4-7.7 8.4v2.2c6.6 5.1 15.9 5.1 22.5 0V36c0-4.4-3.3-8-7.7-8.4z",fill:"#fff"}})]))}}},513:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 66.769 66.769"},f),...u},s.concat([n("defs",[n("linearGradient",{attrs:{id:"a",y1:"33.384",x2:"66.769",y2:"33.384",gradientUnits:"userSpaceOnUse"}},[n("stop",{attrs:{offset:"0","stop-color":"#0895d3"}}),n("stop",{attrs:{offset:"1","stop-color":"#2c81d3"}})]),n("linearGradient",{attrs:{id:"b",x1:"17.045",y1:"23.31",x2:"49.65",y2:"23.31","xlink:href":"#a"}}),n("linearGradient",{attrs:{id:"c",x1:"17.045",y1:"30.75",x2:"49.65",y2:"30.75","xlink:href":"#a"}}),n("linearGradient",{attrs:{id:"d",x1:"17.045",y1:"38.19",x2:"36.053",y2:"38.19","xlink:href":"#a"}})]),n("g",{attrs:{"data-name":"Layer 2"}},[n("circle",{attrs:{cx:"33.384",cy:"33.384",r:"33.384",fill:"url(#a)"}}),n("path",{attrs:{d:"M27.041 53.253c-1.064-1.771-2.107-3.505-3.087-5.276-.352-.636-.583-.81-1.592-.794-3.331.035-3.326.035-4.38.027l-.549-.008c-3.594-.003-5.572-1.992-5.572-5.602V20.27c0-3.607 1.983-5.591 5.588-5.591h31.993c3.523 0 5.462 1.947 5.462 5.48.005 9.007.005 12.633 0 21.64a4.892 4.892 0 01-5.399 5.401h-.008l-5.515-.005c-6.442-.008-4.361-.018-8.483.021a1.099 1.099 0 00-.505.352c-1.059 1.71-2.067 3.45-3.074 5.192l-1.169 2.007c-.084.147-.179.292-.297.473l-1.161 1.79z",fill:"#fff"}}),n("rect",{attrs:{x:"17.045",y:"21.789",width:"32.605",height:"3.043",rx:".812",fill:"url(#b)"}}),n("rect",{attrs:{x:"17.045",y:"29.228",width:"32.605",height:"3.043",rx:".812",fill:"url(#c)"}}),n("rect",{attrs:{x:"17.045",y:"36.668",width:"19.008",height:"3.043",rx:".812",fill:"url(#d)"}})])]))}}},7474:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43.074 42.35"},f),...u},s.concat([n("g",{attrs:{"data-name":"Layer 2",transform:"translate(-11.86 -14.678)"}},[n("path",{attrs:{d:"M27.041 53.253c-1.064-1.771-2.107-3.505-3.087-5.276-.352-.636-.583-.81-1.592-.794-3.331.035-3.326.035-4.38.027l-.549-.008c-3.594-.003-5.572-1.992-5.572-5.602V20.27c0-3.607 1.983-5.591 5.588-5.591h31.993c3.523 0 5.462 1.947 5.462 5.48.005 9.007.005 12.633 0 21.64a4.892 4.892 0 01-5.399 5.401h-.008l-5.515-.005c-6.442-.008-4.361-.018-8.483.021a1.099 1.099 0 00-.505.352c-1.059 1.71-2.067 3.45-3.074 5.192l-1.169 2.007c-.084.147-.179.292-.297.473l-1.161 1.79z",fill:"#fff"}}),n("rect",{attrs:{rx:".812",height:"3.043",width:"32.605",y:"21.789",x:"17.045"}}),n("rect",{attrs:{rx:".812",height:"3.043",width:"32.605",y:"29.228",x:"17.045"}}),n("rect",{attrs:{rx:".812",height:"3.043",width:"19.008",y:"36.668",x:"17.045"}})])]))}}},6842:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},f),...u},s.concat([n("path",{attrs:{d:"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"}})]))}}},6375:e=>{e.exports={functional:!0,render(e,t){const{_c:n,_v:r,data:i,children:s=[]}=t,{class:o,staticClass:a,style:c,staticStyle:l,attrs:f={},...u}=i;return n("svg",{class:[o,a],style:[c,l],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512"},f),...u},s.concat([n("path",{attrs:{d:"M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4l76.9-43.5V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zM64 256c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256zm480 128c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32z"}})]))}}},8620:(e,t,n)=>{"use strict";t.oE=void 0;var r=n(2584),i=n(8413);function s(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){a(e,t,n[t])}))}return e}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var l=function(){return null},f=function(e,t,n){return e.reduce((function(e,r){return e[n?n(r):r]=t(r),e}),{})};function u(e){return"function"==typeof e}function d(e){return null!==e&&("object"===c(e)||u(e))}var h=function(e,t,n,r){if("function"==typeof n)return n.call(e,t,r);n=Array.isArray(n)?n:n.split(".");for(var i=0;i<n.length;i++){if(!t||"object"!==c(t))return r;t=t[n[i]]}return void 0===t?r:t};var p={$invalid:function(){var e=this,t=this.proxy;return this.nestedKeys.some((function(t){return e.refProxy(t).$invalid}))||this.ruleKeys.some((function(e){return!t[e]}))},$dirty:function(){var e=this;return!!this.dirty||0!==this.nestedKeys.length&&this.nestedKeys.every((function(t){return e.refProxy(t).$dirty}))},$anyDirty:function(){var e=this;return!!this.dirty||0!==this.nestedKeys.length&&this.nestedKeys.some((function(t){return e.refProxy(t).$anyDirty}))},$error:function(){return this.$dirty&&!this.$pending&&this.$invalid},$anyError:function(){var e=this;return!!this.$error||this.nestedKeys.some((function(t){return e.refProxy(t).$anyError}))},$pending:function(){var e=this;return this.ruleKeys.some((function(t){return e.getRef(t).$pending}))||this.nestedKeys.some((function(t){return e.refProxy(t).$pending}))},$params:function(){var e=this,t=this.validations;return o({},f(this.nestedKeys,(function(e){return t[e]&&t[e].$params||null})),f(this.ruleKeys,(function(t){return e.getRef(t).$params})))}};function m(e){this.dirty=e;var t=this.proxy,n=e?"$touch":"$reset";this.nestedKeys.forEach((function(e){t[e][n]()}))}var g={$touch:function(){m.call(this,!0)},$reset:function(){m.call(this,!1)},$flattenParams:function(){var e=this.proxy,t=[];for(var n in this.$params)if(this.isNested(n)){for(var r=e[n].$flattenParams(),i=0;i<r.length;i++)r[i].path.unshift(n);t=t.concat(r)}else t.push({path:[],name:n,params:this.$params[n]});return t}},v=Object.keys(p),b=Object.keys(g),y=null,_=function(e){if(y)return y;var t=e.extend({computed:{refs:function(){var e=this._vval;this._vval=this.children,(0,r.patchChildren)(e,this._vval);var t={};return this._vval.forEach((function(e){t[e.key]=e.vm})),t}},beforeCreate:function(){this._vval=null},beforeDestroy:function(){this._vval&&((0,r.patchChildren)(this._vval),this._vval=null)},methods:{getModel:function(){return this.lazyModel?this.lazyModel(this.prop):this.model},getModelKey:function(e){var t=this.getModel();if(t)return t[e]},hasIter:function(){return!1}}}),n=t.extend({data:function(){return{rule:null,lazyModel:null,model:null,lazyParentModel:null,rootModel:null}},methods:{runRule:function(t){var n=this.getModel();(0,i.pushParams)();var r,s=this.rule.call(this.rootModel,n,t),o=d(r=s)&&u(r.then)?function(e,t){var n=new e({data:{p:!0,v:!1}});return t.then((function(e){n.p=!1,n.v=e}),(function(e){throw n.p=!1,n.v=!1,e})),n.__isVuelidateAsyncVm=!0,n}(e,s):s,a=(0,i.popParams)();return{output:o,params:a&&a.$sub?a.$sub.length>1?a:a.$sub[0]:null}}},computed:{run:function(){var e=this,t=this.lazyParentModel();if(Array.isArray(t)&&t.__ob__){var n=t.__ob__.dep;n.depend();var r=n.constructor.target;if(!this._indirectWatcher){var i=r.constructor;this._indirectWatcher=new i(this,(function(){return e.runRule(t)}),null,{lazy:!0})}var s=this.getModel();if(!this._indirectWatcher.dirty&&this._lastModel===s)return this._indirectWatcher.depend(),r.value;this._lastModel=s,this._indirectWatcher.evaluate(),this._indirectWatcher.depend()}else this._indirectWatcher&&(this._indirectWatcher.teardown(),this._indirectWatcher=null);return this._indirectWatcher?this._indirectWatcher.value:this.runRule(t)},$params:function(){return this.run.params},proxy:function(){var e=this.run.output;return e.__isVuelidateAsyncVm?!!e.v:!!e},$pending:function(){var e=this.run.output;return!!e.__isVuelidateAsyncVm&&e.p}},destroyed:function(){this._indirectWatcher&&(this._indirectWatcher.teardown(),this._indirectWatcher=null)}}),a=t.extend({data:function(){return{dirty:!1,validations:null,lazyModel:null,model:null,prop:null,lazyParentModel:null,rootModel:null}},methods:o({},g,{refProxy:function(e){return this.getRef(e).proxy},getRef:function(e){return this.refs[e]},isNested:function(e){return"function"!=typeof this.validations[e]}}),computed:o({},p,{nestedKeys:function(){return this.keys.filter(this.isNested)},ruleKeys:function(){var e=this;return this.keys.filter((function(t){return!e.isNested(t)}))},keys:function(){return Object.keys(this.validations).filter((function(e){return"$params"!==e}))},proxy:function(){var e=this,t=f(this.keys,(function(t){return{enumerable:!0,configurable:!0,get:function(){return e.refProxy(t)}}})),n=f(v,(function(t){return{enumerable:!0,configurable:!0,get:function(){return e[t]}}})),r=f(b,(function(t){return{enumerable:!1,configurable:!0,get:function(){return e[t]}}})),i=this.hasIter()?{$iter:{enumerable:!0,value:Object.defineProperties({},o({},t))}}:{};return Object.defineProperties({},o({},t,i,{$model:{enumerable:!0,get:function(){var t=e.lazyParentModel();return null!=t?t[e.prop]:null},set:function(t){var n=e.lazyParentModel();null!=n&&(n[e.prop]=t,e.$touch())}}},n,r))},children:function(){var e=this;return s(this.nestedKeys.map((function(t){return _(e,t)}))).concat(s(this.ruleKeys.map((function(t){return A(e,t)})))).filter(Boolean)}})}),c=a.extend({methods:{isNested:function(e){return void 0!==this.validations[e]()},getRef:function(e){var t=this;return{get proxy(){return t.validations[e]()||!1}}}}}),m=a.extend({computed:{keys:function(){var e=this.getModel();return d(e)?Object.keys(e):[]},tracker:function(){var e=this,t=this.validations.$trackBy;return t?function(n){return"".concat(h(e.rootModel,e.getModelKey(n),t))}:function(e){return"".concat(e)}},getModelLazy:function(){var e=this;return function(){return e.getModel()}},children:function(){var e=this,t=this.validations,n=this.getModel(),i=o({},t);delete i.$trackBy;var s={};return this.keys.map((function(t){var o=e.tracker(t);return s.hasOwnProperty(o)?null:(s[o]=!0,(0,r.h)(a,o,{validations:i,prop:t,lazyParentModel:e.getModelLazy,model:n[t],rootModel:e.rootModel}))})).filter(Boolean)}},methods:{isNested:function(){return!0},getRef:function(e){return this.refs[this.tracker(e)]},hasIter:function(){return!0}}}),_=function(e,t){if("$each"===t)return(0,r.h)(m,t,{validations:e.validations[t],lazyParentModel:e.lazyParentModel,prop:t,lazyModel:e.getModel,rootModel:e.rootModel});var n=e.validations[t];if(Array.isArray(n)){var i=e.rootModel,s=f(n,(function(e){return function(){return h(i,i.$v,e)}}),(function(e){return Array.isArray(e)?e.join("."):e}));return(0,r.h)(c,t,{validations:s,lazyParentModel:l,prop:t,lazyModel:l,rootModel:i})}return(0,r.h)(a,t,{validations:n,lazyParentModel:e.getModel,prop:t,lazyModel:e.getModelKey,rootModel:e.rootModel})},A=function(e,t){return(0,r.h)(n,t,{rule:e.validations[t],lazyParentModel:e.lazyParentModel,lazyModel:e.getModel,rootModel:e.rootModel})};return y={VBase:t,Validation:a}},A=null;var w=function(e,t){var n=function(e){if(A)return A;for(var t=e.constructor;t.super;)t=t.super;return A=t,t}(e),i=_(n),s=i.Validation;return new(0,i.VBase)({computed:{children:function(){var n="function"==typeof t?t.call(e):t;return[(0,r.h)(s,"$v",{validations:n,lazyParentModel:l,prop:"$v",model:e,rootModel:e})]}}})},C={data:function(){var e=this.$options.validations;return e&&(this._vuelidate=w(this,e)),{}},beforeCreate:function(){var e=this.$options;e.validations&&(e.computed||(e.computed={}),e.computed.$v||(e.computed.$v=function(){return this._vuelidate?this._vuelidate.refs.$v.proxy:null}))},beforeDestroy:function(){this._vuelidate&&(this._vuelidate.$destroy(),this._vuelidate=null)}};function E(e){e.mixin(C)}t.oE=C},8413:(e,t)=>{"use strict";function n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.pushParams=o,t.popParams=a,t.withParams=function(e,t){if("object"===r(e)&&void 0!==t)return n=e,i=t,l((function(e){return function(){e(n);for(var t=arguments.length,r=new Array(t),s=0;s<t;s++)r[s]=arguments[s];return i.apply(this,r)}}));var n,i;return l(e)},t._setTarget=t.target=void 0;var i=[],s=null;t.target=s;function o(){null!==s&&i.push(s),t.target=s={}}function a(){var e=s,n=t.target=s=i.pop()||null;return n&&(Array.isArray(n.$sub)||(n.$sub=[]),n.$sub.push(e)),e}function c(e){if("object"!==r(e)||Array.isArray(e))throw new Error("params must be an object");t.target=s=function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},i=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),i.forEach((function(t){n(e,t,r[t])}))}return e}({},s,e)}function l(e){var t=e(c);return function(){o();try{for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.apply(this,n)}finally{a()}}}t._setTarget=function(e){t.target=s=e}},6681:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"withParams",{enumerable:!0,get:function(){return i.default}}),t.regex=t.ref=t.len=t.req=void 0;var r,i=(r=n(8085))&&r.__esModule?r:{default:r};function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=function(e){if(Array.isArray(e))return!!e.length;if(null==e)return!1;if(!1===e)return!0;if(e instanceof Date)return!isNaN(e.getTime());if("object"===s(e)){for(var t in e)return!0;return!1}return!!String(e).length};t.req=o;t.len=function(e){return Array.isArray(e)?e.length:"object"===s(e)?Object.keys(e).length:String(e).length};t.ref=function(e,t,n){return"function"==typeof e?e.call(t,n):n[e]};t.regex=function(e,t){return(0,i.default)({type:e},(function(e){return!o(e)||t.test(e)}))}},2419:(e,t,n)=>{"use strict";t.Z=void 0;var r=n(6681),i=(0,r.withParams)({type:"required"},(function(e){return"string"==typeof e?(0,r.req)(e.trim()):(0,r.req)(e)}));t.Z=i},2584:(e,t)=>{"use strict";function n(e){return null==e}function r(e){return null!=e}function i(e,t){return t.tag===e.tag&&t.key===e.key}function s(e){var t=e.tag;e.vm=new t({data:e.args})}function o(e,t,n){var i,s,o={};for(i=t;i<=n;++i)r(s=e[i].key)&&(o[s]=i);return o}function a(e,t,n){for(;t<=n;++t)s(e[t])}function c(e,t,n){for(;t<=n;++t){var i=e[t];r(i)&&(i.vm.$destroy(),i.vm=null)}}function l(e,t){e!==t&&(t.vm=e.vm,function(e){for(var t=Object.keys(e.args),n=0;n<t.length;n++)t.forEach((function(t){e.vm[t]=e.args[t]}))}(t))}Object.defineProperty(t,"__esModule",{value:!0}),t.patchChildren=function(e,t){r(e)&&r(t)?e!==t&&function(e,t){var f,u,d,h=0,p=0,m=e.length-1,g=e[0],v=e[m],b=t.length-1,y=t[0],_=t[b];for(;h<=m&&p<=b;)n(g)?g=e[++h]:n(v)?v=e[--m]:i(g,y)?(l(g,y),g=e[++h],y=t[++p]):i(v,_)?(l(v,_),v=e[--m],_=t[--b]):i(g,_)?(l(g,_),g=e[++h],_=t[--b]):i(v,y)?(l(v,y),v=e[--m],y=t[++p]):(n(f)&&(f=o(e,h,m)),n(u=r(y.key)?f[y.key]:null)?(s(y),y=t[++p]):i(d=e[u],y)?(l(d,y),e[u]=void 0,y=t[++p]):(s(y),y=t[++p]));h>m?a(t,p,b):p>b&&c(e,h,m)}(e,t):r(t)?a(t,0,t.length-1):r(e)&&c(e,0,e.length-1)},t.h=function(e,t,n){return{tag:e,key:t,args:n}}},8085:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r="web"==={VERSION:"3.0.15",BUILD_DATE:"2020-12-23T11:16:26.222Z",BUILD_NUMBER:"143",DEV:!1}.BUILD?n(16).R:n(8413).withParams;t.default=r},16:(e,t,n)=>{"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}t.R=void 0;var i="undefined"!=typeof window?window:void 0!==n.g?n.g:{},s=i.vuelidate?i.vuelidate.withParams:function(e,t){return"object"===r(e)&&void 0!==t?t:e((function(){}))};t.R=s},2699:e=>{"use strict";var t={generateIdentifier:function(){return Math.random().toString(36).substr(2,10)}};t.localCName=t.generateIdentifier(),t.splitLines=function(e){return e.trim().split("\n").map((function(e){return e.trim()}))},t.splitSections=function(e){return e.split("\nm=").map((function(e,t){return(t>0?"m="+e:e).trim()+"\r\n"}))},t.getDescription=function(e){var n=t.splitSections(e);return n&&n[0]},t.getMediaSections=function(e){var n=t.splitSections(e);return n.shift(),n},t.matchPrefix=function(e,n){return t.splitLines(e).filter((function(e){return 0===e.indexOf(n)}))},t.parseCandidate=function(e){for(var t,n={foundation:(t=0===e.indexOf("a=candidate:")?e.substring(12).split(" "):e.substring(10).split(" "))[0],component:parseInt(t[1],10),protocol:t[2].toLowerCase(),priority:parseInt(t[3],10),ip:t[4],address:t[4],port:parseInt(t[5],10),type:t[7]},r=8;r<t.length;r+=2)switch(t[r]){case"raddr":n.relatedAddress=t[r+1];break;case"rport":n.relatedPort=parseInt(t[r+1],10);break;case"tcptype":n.tcpType=t[r+1];break;case"ufrag":n.ufrag=t[r+1],n.usernameFragment=t[r+1];break;default:n[t[r]]=t[r+1]}return n},t.writeCandidate=function(e){var t=[];t.push(e.foundation),t.push(e.component),t.push(e.protocol.toUpperCase()),t.push(e.priority),t.push(e.address||e.ip),t.push(e.port);var n=e.type;return t.push("typ"),t.push(n),"host"!==n&&e.relatedAddress&&e.relatedPort&&(t.push("raddr"),t.push(e.relatedAddress),t.push("rport"),t.push(e.relatedPort)),e.tcpType&&"tcp"===e.protocol.toLowerCase()&&(t.push("tcptype"),t.push(e.tcpType)),(e.usernameFragment||e.ufrag)&&(t.push("ufrag"),t.push(e.usernameFragment||e.ufrag)),"candidate:"+t.join(" ")},t.parseIceOptions=function(e){return e.substr(14).split(" ")},t.parseRtpMap=function(e){var t=e.substr(9).split(" "),n={payloadType:parseInt(t.shift(),10)};return t=t[0].split("/"),n.name=t[0],n.clockRate=parseInt(t[1],10),n.channels=3===t.length?parseInt(t[2],10):1,n.numChannels=n.channels,n},t.writeRtpMap=function(e){var t=e.payloadType;void 0!==e.preferredPayloadType&&(t=e.preferredPayloadType);var n=e.channels||e.numChannels||1;return"a=rtpmap:"+t+" "+e.name+"/"+e.clockRate+(1!==n?"/"+n:"")+"\r\n"},t.parseExtmap=function(e){var t=e.substr(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1]}},t.writeExtmap=function(e){return"a=extmap:"+(e.id||e.preferredId)+(e.direction&&"sendrecv"!==e.direction?"/"+e.direction:"")+" "+e.uri+"\r\n"},t.parseFmtp=function(e){for(var t,n={},r=e.substr(e.indexOf(" ")+1).split(";"),i=0;i<r.length;i++)n[(t=r[i].trim().split("="))[0].trim()]=t[1];return n},t.writeFmtp=function(e){var t="",n=e.payloadType;if(void 0!==e.preferredPayloadType&&(n=e.preferredPayloadType),e.parameters&&Object.keys(e.parameters).length){var r=[];Object.keys(e.parameters).forEach((function(t){e.parameters[t]?r.push(t+"="+e.parameters[t]):r.push(t)})),t+="a=fmtp:"+n+" "+r.join(";")+"\r\n"}return t},t.parseRtcpFb=function(e){var t=e.substr(e.indexOf(" ")+1).split(" ");return{type:t.shift(),parameter:t.join(" ")}},t.writeRtcpFb=function(e){var t="",n=e.payloadType;return void 0!==e.preferredPayloadType&&(n=e.preferredPayloadType),e.rtcpFeedback&&e.rtcpFeedback.length&&e.rtcpFeedback.forEach((function(e){t+="a=rtcp-fb:"+n+" "+e.type+(e.parameter&&e.parameter.length?" "+e.parameter:"")+"\r\n"})),t},t.parseSsrcMedia=function(e){var t=e.indexOf(" "),n={ssrc:parseInt(e.substr(7,t-7),10)},r=e.indexOf(":",t);return r>-1?(n.attribute=e.substr(t+1,r-t-1),n.value=e.substr(r+1)):n.attribute=e.substr(t+1),n},t.parseSsrcGroup=function(e){var t=e.substr(13).split(" ");return{semantics:t.shift(),ssrcs:t.map((function(e){return parseInt(e,10)}))}},t.getMid=function(e){var n=t.matchPrefix(e,"a=mid:")[0];if(n)return n.substr(6)},t.parseFingerprint=function(e){var t=e.substr(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1]}},t.getDtlsParameters=function(e,n){return{role:"auto",fingerprints:t.matchPrefix(e+n,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(e,t){var n="a=setup:"+t+"\r\n";return e.fingerprints.forEach((function(e){n+="a=fingerprint:"+e.algorithm+" "+e.value+"\r\n"})),n},t.parseCryptoLine=function(e){var t=e.substr(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(e){return"a=crypto:"+e.tag+" "+e.cryptoSuite+" "+("object"==typeof e.keyParams?t.writeCryptoKeyParams(e.keyParams):e.keyParams)+(e.sessionParams?" "+e.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(e){if(0!==e.indexOf("inline:"))return null;var t=e.substr(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(e){return e.keyMethod+":"+e.keySalt+(e.lifeTime?"|"+e.lifeTime:"")+(e.mkiValue&&e.mkiLength?"|"+e.mkiValue+":"+e.mkiLength:"")},t.getCryptoParameters=function(e,n){return t.matchPrefix(e+n,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(e,n){var r=t.matchPrefix(e+n,"a=ice-ufrag:")[0],i=t.matchPrefix(e+n,"a=ice-pwd:")[0];return r&&i?{usernameFragment:r.substr(12),password:i.substr(10)}:null},t.writeIceParameters=function(e){return"a=ice-ufrag:"+e.usernameFragment+"\r\na=ice-pwd:"+e.password+"\r\n"},t.parseRtpParameters=function(e){for(var n={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},r=t.splitLines(e)[0].split(" "),i=3;i<r.length;i++){var s=r[i],o=t.matchPrefix(e,"a=rtpmap:"+s+" ")[0];if(o){var a=t.parseRtpMap(o),c=t.matchPrefix(e,"a=fmtp:"+s+" ");switch(a.parameters=c.length?t.parseFmtp(c[0]):{},a.rtcpFeedback=t.matchPrefix(e,"a=rtcp-fb:"+s+" ").map(t.parseRtcpFb),n.codecs.push(a),a.name.toUpperCase()){case"RED":case"ULPFEC":n.fecMechanisms.push(a.name.toUpperCase())}}}return t.matchPrefix(e,"a=extmap:").forEach((function(e){n.headerExtensions.push(t.parseExtmap(e))})),n},t.writeRtpDescription=function(e,n){var r="";r+="m="+e+" ",r+=n.codecs.length>0?"9":"0",r+=" UDP/TLS/RTP/SAVPF ",r+=n.codecs.map((function(e){return void 0!==e.preferredPayloadType?e.preferredPayloadType:e.payloadType})).join(" ")+"\r\n",r+="c=IN IP4 0.0.0.0\r\n",r+="a=rtcp:9 IN IP4 0.0.0.0\r\n",n.codecs.forEach((function(e){r+=t.writeRtpMap(e),r+=t.writeFmtp(e),r+=t.writeRtcpFb(e)}));var i=0;return n.codecs.forEach((function(e){e.maxptime>i&&(i=e.maxptime)})),i>0&&(r+="a=maxptime:"+i+"\r\n"),r+="a=rtcp-mux\r\n",n.headerExtensions&&n.headerExtensions.forEach((function(e){r+=t.writeExtmap(e)})),r},t.parseRtpEncodingParameters=function(e){var n,r=[],i=t.parseRtpParameters(e),s=-1!==i.fecMechanisms.indexOf("RED"),o=-1!==i.fecMechanisms.indexOf("ULPFEC"),a=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute})),c=a.length>0&&a[0].ssrc,l=t.matchPrefix(e,"a=ssrc-group:FID").map((function(e){return e.substr(17).split(" ").map((function(e){return parseInt(e,10)}))}));l.length>0&&l[0].length>1&&l[0][0]===c&&(n=l[0][1]),i.codecs.forEach((function(e){if("RTX"===e.name.toUpperCase()&&e.parameters.apt){var t={ssrc:c,codecPayloadType:parseInt(e.parameters.apt,10)};c&&n&&(t.rtx={ssrc:n}),r.push(t),s&&((t=JSON.parse(JSON.stringify(t))).fec={ssrc:c,mechanism:o?"red+ulpfec":"red"},r.push(t))}})),0===r.length&&c&&r.push({ssrc:c});var f=t.matchPrefix(e,"b=");return f.length&&(f=0===f[0].indexOf("b=TIAS:")?parseInt(f[0].substr(7),10):0===f[0].indexOf("b=AS:")?1e3*parseInt(f[0].substr(5),10)*.95-16e3:void 0,r.forEach((function(e){e.maxBitrate=f}))),r},t.parseRtcpParameters=function(e){var n={},r=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute}))[0];r&&(n.cname=r.value,n.ssrc=r.ssrc);var i=t.matchPrefix(e,"a=rtcp-rsize");n.reducedSize=i.length>0,n.compound=0===i.length;var s=t.matchPrefix(e,"a=rtcp-mux");return n.mux=s.length>0,n},t.parseMsid=function(e){var n,r=t.matchPrefix(e,"a=msid:");if(1===r.length)return{stream:(n=r[0].substr(7).split(" "))[0],track:n[1]};var i=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"msid"===e.attribute}));return i.length>0?{stream:(n=i[0].value.split(" "))[0],track:n[1]}:void 0},t.parseSctpDescription=function(e){var n,r=t.parseMLine(e),i=t.matchPrefix(e,"a=max-message-size:");i.length>0&&(n=parseInt(i[0].substr(19),10)),isNaN(n)&&(n=65536);var s=t.matchPrefix(e,"a=sctp-port:");if(s.length>0)return{port:parseInt(s[0].substr(12),10),protocol:r.fmt,maxMessageSize:n};if(t.matchPrefix(e,"a=sctpmap:").length>0){var o=t.matchPrefix(e,"a=sctpmap:")[0].substr(10).split(" ");return{port:parseInt(o[0],10),protocol:o[1],maxMessageSize:n}}},t.writeSctpDescription=function(e,t){var n=[];return n="DTLS/SCTP"!==e.protocol?["m="+e.kind+" 9 "+e.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+e.kind+" 9 "+e.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&n.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),n.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,21)},t.writeSessionBoilerplate=function(e,n,r){var i=void 0!==n?n:2;return"v=0\r\no="+(r||"thisisadapterortc")+" "+(e||t.generateSessionId())+" "+i+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.writeMediaSection=function(e,n,r,i){var s=t.writeRtpDescription(e.kind,n);if(s+=t.writeIceParameters(e.iceGatherer.getLocalParameters()),s+=t.writeDtlsParameters(e.dtlsTransport.getLocalParameters(),"offer"===r?"actpass":"active"),s+="a=mid:"+e.mid+"\r\n",e.direction?s+="a="+e.direction+"\r\n":e.rtpSender&&e.rtpReceiver?s+="a=sendrecv\r\n":e.rtpSender?s+="a=sendonly\r\n":e.rtpReceiver?s+="a=recvonly\r\n":s+="a=inactive\r\n",e.rtpSender){var o="msid:"+i.id+" "+e.rtpSender.track.id+"\r\n";s+="a="+o,s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" "+o,e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" "+o,s+="a=ssrc-group:FID "+e.sendEncodingParameters[0].ssrc+" "+e.sendEncodingParameters[0].rtx.ssrc+"\r\n")}return s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" cname:"+t.localCName+"\r\n",e.rtpSender&&e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" cname:"+t.localCName+"\r\n"),s},t.getDirection=function(e,n){for(var r=t.splitLines(e),i=0;i<r.length;i++)switch(r[i]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return r[i].substr(2)}return n?t.getDirection(n):"sendrecv"},t.getKind=function(e){return t.splitLines(e)[0].split(" ")[0].substr(2)},t.isRejected=function(e){return"0"===e.split(" ",2)[1]},t.parseMLine=function(e){var n=t.splitLines(e)[0].substr(2).split(" ");return{kind:n[0],port:parseInt(n[1],10),protocol:n[2],fmt:n.slice(3).join(" ")}},t.parseOLine=function(e){var n=t.matchPrefix(e,"o=")[0].substr(2).split(" ");return{username:n[0],sessionId:n[1],sessionVersion:parseInt(n[2],10),netType:n[3],addressType:n[4],address:n[5]}},t.isValidSDP=function(e){if("string"!=typeof e||0===e.length)return!1;for(var n=t.splitLines(e),r=0;r<n.length;r++)if(n[r].length<2||"="!==n[r].charAt(1))return!1;return!0},e.exports=t},7529:e=>{e.exports=function(){for(var e={},n=0;n<arguments.length;n++){var r=arguments[n];for(var i in r)t.call(r,i)&&(e[i]=r[i])}return e};var t=Object.prototype.hasOwnProperty},9100:e=>{"use strict";e.exports=JSON.parse('{"s":{"2049":0,"2122":0,"2139":0,"2194":0,"2195":0,"2196":0,"2197":0,"2198":0,"2199":0,"2328":0,"2600":0,"2601":0,"2602":0,"2603":0,"2604":0,"2611":0,"2614":0,"2615":0,"2618":0,"2620":0,"2622":0,"2623":0,"2626":0,"2638":0,"2639":0,"2640":0,"2642":0,"2648":0,"2649":0,"2650":0,"2651":0,"2652":0,"2653":0,"2660":0,"2663":0,"2665":0,"2666":0,"2668":0,"2692":0,"2693":0,"2694":0,"2695":0,"2696":0,"2697":0,"2699":0,"2702":0,"2705":0,"2708":0,"2709":0,"2712":0,"2714":0,"2716":0,"2721":0,"2728":0,"2733":0,"2734":0,"2744":0,"2747":0,"2753":0,"2754":0,"2755":0,"2757":0,"2763":0,"2764":0,"2795":0,"2796":0,"2797":0,"2934":0,"2935":0,"3030":0,"3297":0,"3299":0,"1f9e1":0,"1f49b":0,"1f49a":0,"1f499":0,"1f49c":0,"1f5a4":0,"1f494":0,"1f495":0,"1f49e":0,"1f493":0,"1f497":0,"1f496":0,"1f498":0,"1f49d":0,"1f49f":0,"262e":0,"271d":0,"262a":0,"1f549":0,"1f52f":0,"1f54e":0,"262f":0,"1f6d0":0,"26ce":0,"264a":0,"264b":0,"264c":0,"264d":0,"264e":0,"264f":0,"1f194":0,"269b":0,"267e":{"e":0,"s":{"fe0f":0}},"1f251":0,"1f4f4":0,"1f4f3":0,"1f236":0,"1f21a":0,"1f238":0,"1f23a":0,"1f237":0,"1f19a":0,"1f4ae":0,"1f250":0,"1f234":0,"1f235":0,"1f239":0,"1f232":0,"1f170":0,"1f171":0,"1f18e":0,"1f191":0,"1f17e":0,"1f198":0,"274c":0,"2b55":0,"1f6d1":0,"26d4":0,"1f4db":0,"1f6ab":0,"1f4af":0,"1f4a2":0,"1f6b7":0,"1f6af":0,"1f6b3":0,"1f6b1":0,"1f51e":0,"1f4f5":0,"1f6ad":0,"203c":0,"1f505":0,"1f506":0,"303d":0,"26a0":0,"1f6b8":0,"1f531":0,"269c":0,"1f530":0,"267b":0,"1f22f":0,"1f4b9":0,"274e":0,"1f310":0,"1f4a0":0,"24c2":0,"1f300":0,"1f4a4":0,"1f3e7":0,"1f6be":0,"267f":0,"1f17f":0,"1f233":0,"1f202":0,"1f6c2":0,"1f6c3":0,"1f6c4":0,"1f6c5":0,"1f6b9":0,"1f6ba":0,"1f6bc":0,"1f6bb":0,"1f6ae":0,"1f3a6":0,"1f4f6":0,"1f201":0,"1f523":0,"1f524":0,"1f521":0,"1f520":0,"1f196":0,"1f197":0,"1f199":0,"1f192":0,"1f195":0,"1f193":0,"0030":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0031":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0032":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0033":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0034":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0035":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0036":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0037":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0038":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"0039":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"1f51f":0,"1f522":0,"0023":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"002a":{"e":0,"s":{"fe0f":{"e":0,"s":{"20e3":0}}}},"23cf":0,"25b6":0,"23f8":0,"23ef":0,"23f9":0,"23fa":0,"23ed":0,"23ee":0,"23e9":0,"23ea":0,"23eb":0,"23ec":0,"25c0":0,"1f53c":0,"1f53d":0,"27a1":0,"2b05":0,"2b06":0,"2b07":0,"21aa":0,"21a9":0,"1f500":0,"1f501":0,"1f502":0,"1f504":0,"1f503":0,"1f3b5":0,"1f3b6":0,"1f4b2":0,"1f4b1":0,"00a9":0,"00ae":0,"27b0":0,"27bf":0,"1f51a":0,"1f519":0,"1f51b":0,"1f51d":0,"1f51c":0,"1f518":0,"26aa":0,"26ab":0,"1f534":0,"1f535":0,"1f53a":0,"1f53b":0,"1f538":0,"1f539":0,"1f536":0,"1f537":0,"1f533":0,"1f532":0,"25aa":0,"25ab":0,"25fe":0,"25fd":0,"25fc":0,"25fb":0,"2b1b":0,"2b1c":0,"1f508":0,"1f507":0,"1f509":0,"1f50a":0,"1f514":0,"1f515":0,"1f4e3":0,"1f4e2":0,"1f5e8":0,"1f441":{"e":1,"s":{"fe0f":{"e":0,"s":{"200d":{"e":0,"s":{"1f5e8":{"e":0,"s":{"fe0f":0}}}}}}}},"1f4ac":0,"1f4ad":0,"1f5ef":0,"1f0cf":0,"1f3b4":0,"1f004":0,"1f550":0,"1f551":0,"1f552":0,"1f553":0,"1f554":0,"1f555":0,"1f556":0,"1f557":0,"1f558":0,"1f559":0,"1f55a":0,"1f55b":0,"1f55c":0,"1f55d":0,"1f55e":0,"1f55f":0,"1f560":0,"1f561":0,"1f562":0,"1f563":0,"1f564":0,"1f565":0,"1f566":0,"1f567":0,"26bd":0,"1f3c0":0,"1f3c8":0,"26be":0,"1f94e":0,"1f3be":0,"1f3d0":0,"1f3c9":0,"1f3b1":0,"1f3d3":0,"1f3f8":0,"1f945":0,"1f3d2":0,"1f3d1":0,"1f3cf":0,"1f94d":0,"26f3":0,"1f94f":0,"1f3f9":0,"1f3a3":0,"1f94a":0,"1f94b":0,"1f3bd":0,"1f6f9":0,"26f8":0,"1f94c":0,"1f6f7":0,"1f3bf":0,"26f7":0,"1f3c2":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f3cb":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f93c":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f938":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"26f9":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f93a":0,"1f93e":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3cc":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f3c7":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9d8":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3c4":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ca":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f93d":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f6a3":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d7":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f6b5":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f6b4":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3c6":0,"1f947":0,"1f948":0,"1f949":0,"1f3c5":0,"1f396":0,"1f3f5":0,"1f397":0,"1f3ab":0,"1f39f":0,"1f3aa":0,"1f939":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ad":0,"1f3a8":0,"1f3ac":0,"1f3a4":0,"1f3a7":0,"1f3bc":0,"1f3b9":0,"1f941":0,"1f3b7":0,"1f3ba":0,"1f3b8":0,"1f3bb":0,"1f3b2":0,"1f3af":0,"1f3b3":0,"1f3ae":0,"1f3b0":0,"231a":0,"1f4f1":0,"1f4f2":0,"1f4bb":0,"1f5a5":0,"1f5a8":0,"1f5b1":0,"1f5b2":0,"1f579":0,"265f":{"e":0,"s":{"fe0f":0}},"1f9e9":0,"1f5dc":0,"1f4bd":0,"1f4be":0,"1f4bf":0,"1f4c0":0,"1f4fc":0,"1f4f7":0,"1f4f8":0,"1f4f9":0,"1f3a5":0,"1f4fd":0,"1f39e":0,"1f4de":0,"260e":0,"1f4df":0,"1f4e0":0,"1f4fa":0,"1f4fb":0,"1f399":0,"1f39a":0,"1f39b":0,"23f1":0,"23f2":0,"23f0":0,"1f570":0,"231b":0,"23f3":0,"1f4e1":0,"1f9ed":0,"1f50b":0,"1f50c":0,"1f9f2":0,"1f4a1":0,"1f526":0,"1f56f":0,"1f9ef":0,"1f5d1":0,"1f6e2":0,"1f4b8":0,"1f4b5":0,"1f4b4":0,"1f4b6":0,"1f4b7":0,"1f4b0":0,"1f4b3":0,"1f48e":0,"1f9ff":0,"1f9f1":0,"1f9f0":0,"1f527":0,"1f528":0,"1f6e0":0,"26cf":0,"1f529":0,"26d3":0,"1f52b":0,"1f4a3":0,"1f52a":0,"1f5e1":0,"1f6e1":0,"1f6ac":0,"26b0":0,"26b1":0,"1f3fa":0,"1f52e":0,"1f4ff":0,"1f488":0,"1f9ea":0,"1f9eb":0,"1f9ec":0,"1f9ee":0,"1f52d":0,"1f52c":0,"1f573":0,"1f48a":0,"1f489":0,"1f321":0,"1f6bd":0,"1f6b0":0,"1f6bf":0,"1f6c1":0,"1f6c0":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9f9":0,"1f9fa":0,"1f9fb":0,"1f9fc":0,"1f9fd":0,"1f9f4":0,"1f9f5":0,"1f9f6":0,"1f6ce":0,"1f511":0,"1f5dd":0,"1f6aa":0,"1f6cb":0,"1f6cf":0,"1f6cc":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9f8":0,"1f5bc":0,"1f6cd":0,"1f6d2":0,"1f381":0,"1f388":0,"1f38f":0,"1f380":0,"1f38a":0,"1f389":0,"1f38e":0,"1f3ee":0,"1f390":0,"1f9e7":0,"1f4e9":0,"1f4e8":0,"1f4e7":0,"1f48c":0,"1f4e5":0,"1f4e4":0,"1f4e6":0,"1f3f7":0,"1f4ea":0,"1f4eb":0,"1f4ec":0,"1f4ed":0,"1f4ee":0,"1f4ef":0,"1f4dc":0,"1f4c3":0,"1f4c4":0,"1f9fe":0,"1f4d1":0,"1f4ca":0,"1f4c8":0,"1f4c9":0,"1f5d2":0,"1f5d3":0,"1f4c6":0,"1f4c5":0,"1f4c7":0,"1f5c3":0,"1f5f3":0,"1f5c4":0,"1f4cb":0,"1f4c1":0,"1f4c2":0,"1f5c2":0,"1f5de":0,"1f4f0":0,"1f4d3":0,"1f4d4":0,"1f4d2":0,"1f4d5":0,"1f4d7":0,"1f4d8":0,"1f4d9":0,"1f4da":0,"1f4d6":0,"1f516":0,"1f517":0,"1f4ce":0,"1f587":0,"1f4d0":0,"1f4cf":0,"1f9f7":0,"1f4cc":0,"1f4cd":0,"1f58a":0,"1f58b":0,"1f58c":0,"1f58d":0,"1f4dd":0,"270f":0,"1f50d":0,"1f50e":0,"1f50f":0,"1f510":0,"1f436":0,"1f431":0,"1f42d":0,"1f439":0,"1f430":0,"1f98a":0,"1f99d":0,"1f43b":0,"1f43c":0,"1f998":0,"1f9a1":0,"1f428":0,"1f42f":0,"1f981":0,"1f42e":0,"1f437":0,"1f43d":0,"1f438":0,"1f435":0,"1f648":0,"1f649":0,"1f64a":0,"1f412":0,"1f414":0,"1f427":0,"1f426":0,"1f424":0,"1f423":0,"1f425":0,"1f986":0,"1f9a2":0,"1f985":0,"1f989":0,"1f99c":0,"1f99a":0,"1f987":0,"1f43a":0,"1f417":0,"1f434":0,"1f984":0,"1f41d":0,"1f41b":0,"1f98b":0,"1f40c":0,"1f41a":0,"1f41e":0,"1f41c":0,"1f997":0,"1f577":0,"1f578":0,"1f982":0,"1f99f":0,"1f9a0":0,"1f422":0,"1f40d":0,"1f98e":0,"1f996":0,"1f995":0,"1f419":0,"1f991":0,"1f990":0,"1f980":0,"1f99e":0,"1f421":0,"1f420":0,"1f41f":0,"1f42c":0,"1f433":0,"1f40b":0,"1f988":0,"1f40a":0,"1f405":0,"1f406":0,"1f993":0,"1f98d":0,"1f418":0,"1f98f":0,"1f99b":0,"1f42a":0,"1f42b":0,"1f992":0,"1f999":0,"1f403":0,"1f402":0,"1f404":0,"1f40e":0,"1f416":0,"1f40f":0,"1f411":0,"1f410":0,"1f98c":0,"1f415":0,"1f429":0,"1f408":0,"1f413":0,"1f983":0,"1f54a":0,"1f407":0,"1f401":0,"1f400":0,"1f43f":0,"1f994":0,"1f43e":0,"1f409":0,"1f432":0,"1f335":0,"1f384":0,"1f332":0,"1f333":0,"1f334":0,"1f331":0,"1f33f":0,"1f340":0,"1f38d":0,"1f38b":0,"1f343":0,"1f342":0,"1f341":0,"1f344":0,"1f33e":0,"1f490":0,"1f337":0,"1f339":0,"1f940":0,"1f33a":0,"1f338":0,"1f33c":0,"1f33b":0,"1f31e":0,"1f31d":0,"1f31b":0,"1f31c":0,"1f31a":0,"1f315":0,"1f316":0,"1f317":0,"1f318":0,"1f311":0,"1f312":0,"1f313":0,"1f314":0,"1f319":0,"1f30e":0,"1f30d":0,"1f30f":0,"1f4ab":0,"2b50":0,"1f31f":0,"26a1":0,"1f4a5":0,"1f525":0,"1f32a":0,"1f308":0,"1f324":0,"26c5":0,"1f325":0,"1f326":0,"1f327":0,"26c8":0,"1f329":0,"1f328":0,"26c4":0,"1f32c":0,"1f4a8":0,"1f4a7":0,"1f4a6":0,"1f30a":0,"1f32b":0,"1f34f":0,"1f34e":0,"1f350":0,"1f34a":0,"1f34b":0,"1f34c":0,"1f349":0,"1f347":0,"1f353":0,"1f348":0,"1f352":0,"1f351":0,"1f96d":0,"1f34d":0,"1f965":0,"1f95d":0,"1f345":0,"1f346":0,"1f951":0,"1f966":0,"1f96c":0,"1f952":0,"1f336":0,"1f33d":0,"1f955":0,"1f954":0,"1f360":0,"1f950":0,"1f35e":0,"1f956":0,"1f968":0,"1f96f":0,"1f9c0":0,"1f95a":0,"1f373":0,"1f95e":0,"1f953":0,"1f969":0,"1f357":0,"1f356":0,"1f32d":0,"1f354":0,"1f35f":0,"1f355":0,"1f96a":0,"1f959":0,"1f32e":0,"1f32f":0,"1f957":0,"1f958":0,"1f96b":0,"1f35d":0,"1f35c":0,"1f372":0,"1f35b":0,"1f363":0,"1f371":0,"1f364":0,"1f359":0,"1f35a":0,"1f358":0,"1f365":0,"1f960":0,"1f362":0,"1f361":0,"1f367":0,"1f368":0,"1f366":0,"1f967":0,"1f370":0,"1f382":0,"1f96e":0,"1f9c1":0,"1f36e":0,"1f36d":0,"1f36c":0,"1f36b":0,"1f37f":0,"1f9c2":0,"1f369":0,"1f95f":0,"1f36a":0,"1f330":0,"1f95c":0,"1f36f":0,"1f95b":0,"1f37c":0,"1f375":0,"1f964":0,"1f376":0,"1f37a":0,"1f37b":0,"1f942":0,"1f377":0,"1f943":0,"1f378":0,"1f379":0,"1f37e":0,"1f944":0,"1f374":0,"1f37d":0,"1f963":0,"1f961":0,"1f962":0,"1f600":0,"1f603":0,"1f604":0,"1f601":0,"1f606":0,"1f605":0,"1f602":0,"1f923":0,"263a":0,"1f60a":0,"1f607":0,"1f642":0,"1f643":0,"1f609":0,"1f60c":0,"1f60d":0,"1f618":0,"1f970":0,"1f617":0,"1f619":0,"1f61a":0,"1f60b":0,"1f61b":0,"1f61d":0,"1f61c":0,"1f92a":0,"1f928":0,"1f9d0":0,"1f913":0,"1f60e":0,"1f929":0,"1f973":0,"1f60f":0,"1f612":0,"1f61e":0,"1f614":0,"1f61f":0,"1f615":0,"1f641":0,"1f623":0,"1f616":0,"1f62b":0,"1f629":0,"1f622":0,"1f62d":0,"1f624":0,"1f620":0,"1f621":0,"1f92c":0,"1f92f":0,"1f633":0,"1f631":0,"1f628":0,"1f630":0,"1f975":0,"1f976":0,"1f97a":0,"1f625":0,"1f613":0,"1f917":0,"1f914":0,"1f92d":0,"1f92b":0,"1f925":0,"1f636":0,"1f610":0,"1f611":0,"1f62c":0,"1f644":0,"1f62f":0,"1f626":0,"1f627":0,"1f62e":0,"1f632":0,"1f634":0,"1f924":0,"1f62a":0,"1f635":0,"1f910":0,"1f974":0,"1f922":0,"1f92e":0,"1f927":0,"1f637":0,"1f912":0,"1f915":0,"1f911":0,"1f920":0,"1f608":0,"1f47f":0,"1f479":0,"1f47a":0,"1f921":0,"1f4a9":0,"1f47b":0,"1f480":0,"1f47d":0,"1f47e":0,"1f916":0,"1f383":0,"1f63a":0,"1f638":0,"1f639":0,"1f63b":0,"1f63c":0,"1f63d":0,"1f640":0,"1f63f":0,"1f63e":0,"1f932":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f450":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f64c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44f":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91d":0,"1f44d":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44e":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91b":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91e":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91f":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f918":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f448":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f449":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f446":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f447":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"261d":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270b":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f91a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f590":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f596":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f44b":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f919":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f4aa":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9b5":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9b6":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f595":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"270d":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f64f":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f48d":0,"1f484":0,"1f48b":0,"1f444":0,"1f445":0,"1f442":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f443":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f463":0,"1f440":0,"1f9e0":0,"1f9b4":0,"1f9b7":0,"1f5e3":0,"1f464":0,"1f465":0,"1f476":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f467":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9d2":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f466":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f469":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"2764":{"e":1,"s":{"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"1f468":0,"1f469":0,"1f48b":{"e":1,"s":{"200d":{"e":1,"s":{"1f468":0,"1f469":0}}}}}}}}}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0,"1f469":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f9d1":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f468":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0}}}},"200d":{"e":1,"s":{"2695":{"e":0,"s":{"fe0f":0}},"2696":{"e":0,"s":{"fe0f":0}},"2708":{"e":0,"s":{"fe0f":0}},"2764":{"e":1,"s":{"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"1f468":0,"1f48b":{"e":0,"s":{"200d":{"e":0,"s":{"1f468":0}}}}}}}}}},"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f33e":0,"1f373":0,"1f393":0,"1f3a4":0,"1f3eb":0,"1f3ed":0,"1f4bb":0,"1f4bc":0,"1f527":0,"1f52c":0,"1f3a8":0,"1f692":0,"1f680":0,"1f469":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f468":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f466":{"e":1,"s":{"200d":{"e":0,"s":{"1f466":0}}}},"1f467":{"e":1,"s":{"200d":{"e":1,"s":{"1f466":0,"1f467":0}}}}}}}},"1f471":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d4":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f475":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9d3":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f474":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f472":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f473":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d5":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f46e":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f477":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f482":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f575":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"fe0f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}}}},"1f470":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f935":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f478":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f934":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f936":{"e":1,"s":{"1f3fb":0,"1f3fd":0,"1f3fc":0,"1f3fe":0,"1f3ff":0}},"1f385":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f9b8":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9b9":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d9":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9dd":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9db":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9df":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9de":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9dc":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9da":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f47c":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f930":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f931":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f647":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f481":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f645":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f646":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f64b":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f926":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f937":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f64e":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f64d":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f487":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f486":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f9d6":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f485":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f933":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f483":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f57a":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3ff":0,"1f3fe":0}},"1f46f":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f574":{"e":1,"s":{"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}},"1f6b6":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3c3":{"e":1,"s":{"1f3fb":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fc":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fd":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3fe":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f3ff":{"e":1,"s":{"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"200d":{"e":1,"s":{"2640":{"e":0,"s":{"fe0f":0}},"2642":{"e":0,"s":{"fe0f":0}}}}}},"1f46b":0,"1f46d":0,"1f46c":0,"1f491":0,"1f48f":0,"1f46a":0,"1f9e5":0,"1f45a":0,"1f455":0,"1f456":0,"1f454":0,"1f457":0,"1f459":0,"1f458":0,"1f97c":0,"1f460":0,"1f461":0,"1f462":0,"1f45e":0,"1f45f":0,"1f97e":0,"1f97f":0,"1f9e6":0,"1f9e4":0,"1f9e3":0,"1f3a9":0,"1f9e2":0,"1f452":0,"1f393":0,"26d1":0,"1f451":0,"1f45d":0,"1f45b":0,"1f45c":0,"1f4bc":0,"1f392":0,"1f453":0,"1f576":0,"1f97d":0,"1f302":0,"1f9b0":0,"1f9b1":0,"1f9b3":0,"1f9b2":0,"1f1ff":{"e":1,"s":{"1f1e6":0,"1f1f2":0,"1f1fc":0}},"1f1fe":{"e":1,"s":{"1f1f9":0,"1f1ea":0}},"1f1fd":{"e":1,"s":{"1f1f0":0}},"1f1fc":{"e":1,"s":{"1f1f8":0,"1f1eb":0}},"1f1fb":{"e":1,"s":{"1f1ec":0,"1f1e8":0,"1f1ee":0,"1f1fa":0,"1f1e6":0,"1f1ea":0,"1f1f3":0}},"1f1fa":{"e":1,"s":{"1f1ec":0,"1f1e6":0,"1f1f8":0,"1f1fe":0,"1f1ff":0,"1f1f2":0,"1f1f3":0}},"1f1f9":{"e":1,"s":{"1f1e9":0,"1f1eb":0,"1f1fc":0,"1f1ef":0,"1f1ff":0,"1f1ed":0,"1f1f1":0,"1f1ec":0,"1f1f0":0,"1f1f4":0,"1f1f9":0,"1f1f3":0,"1f1f7":0,"1f1f2":0,"1f1e8":0,"1f1fb":0,"1f1e6":0}},"1f1f8":{"e":1,"s":{"1f1fb":0,"1f1f2":0,"1f1f9":0,"1f1e6":0,"1f1f3":0,"1f1e8":0,"1f1f1":0,"1f1ec":0,"1f1fd":0,"1f1f0":0,"1f1ee":0,"1f1e7":0,"1f1f4":0,"1f1f8":0,"1f1ed":0,"1f1e9":0,"1f1f7":0,"1f1ff":0,"1f1ea":0,"1f1fe":0,"1f1ef":0}},"1f1f7":{"e":1,"s":{"1f1ea":0,"1f1f4":0,"1f1fa":0,"1f1fc":0,"1f1f8":0}},"1f1f6":{"e":1,"s":{"1f1e6":0}},"1f1f5":{"e":1,"s":{"1f1eb":0,"1f1f0":0,"1f1fc":0,"1f1f8":0,"1f1e6":0,"1f1ec":0,"1f1fe":0,"1f1ea":0,"1f1ed":0,"1f1f3":0,"1f1f1":0,"1f1f9":0,"1f1f7":0,"1f1f2":0}},"1f1f4":{"e":1,"s":{"1f1f2":0}},"1f1f3":{"e":1,"s":{"1f1e6":0,"1f1f7":0,"1f1f5":0,"1f1f1":0,"1f1e8":0,"1f1ff":0,"1f1ee":0,"1f1ea":0,"1f1ec":0,"1f1fa":0,"1f1eb":0,"1f1f4":0}},"1f1f2":{"e":1,"s":{"1f1f4":0,"1f1f0":0,"1f1ec":0,"1f1fc":0,"1f1fe":0,"1f1fb":0,"1f1f1":0,"1f1f9":0,"1f1ed":0,"1f1f6":0,"1f1f7":0,"1f1fa":0,"1f1fd":0,"1f1e9":0,"1f1e8":0,"1f1f3":0,"1f1ea":0,"1f1f8":0,"1f1e6":0,"1f1ff":0,"1f1f2":0,"1f1f5":0,"1f1eb":0}},"1f1f1":{"e":1,"s":{"1f1e6":0,"1f1fb":0,"1f1e7":0,"1f1f8":0,"1f1f7":0,"1f1fe":0,"1f1ee":0,"1f1f9":0,"1f1fa":0,"1f1f0":0,"1f1e8":0}},"1f1f0":{"e":1,"s":{"1f1ed":0,"1f1fe":0,"1f1f2":0,"1f1ff":0,"1f1ea":0,"1f1ee":0,"1f1fc":0,"1f1ec":0,"1f1f5":0,"1f1f7":0,"1f1f3":0}},"1f1ef":{"e":1,"s":{"1f1f2":0,"1f1f5":0,"1f1ea":0,"1f1f4":0}},"1f1ee":{"e":1,"s":{"1f1f4":0,"1f1e8":0,"1f1f8":0,"1f1f3":0,"1f1e9":0,"1f1f7":0,"1f1f6":0,"1f1ea":0,"1f1f2":0,"1f1f1":0,"1f1f9":0}},"1f1ed":{"e":1,"s":{"1f1f7":0,"1f1f9":0,"1f1f3":0,"1f1f0":0,"1f1fa":0,"1f1f2":0}},"1f1ec":{"e":1,"s":{"1f1f6":0,"1f1eb":0,"1f1e6":0,"1f1f2":0,"1f1ea":0,"1f1ed":0,"1f1ee":0,"1f1f7":0,"1f1f1":0,"1f1e9":0,"1f1f5":0,"1f1fa":0,"1f1f9":0,"1f1ec":0,"1f1f3":0,"1f1fc":0,"1f1fe":0,"1f1f8":0,"1f1e7":0}},"1f1eb":{"e":1,"s":{"1f1f0":0,"1f1f4":0,"1f1ef":0,"1f1ee":0,"1f1f7":0,"1f1f2":0}},"1f1ea":{"e":1,"s":{"1f1e8":0,"1f1ec":0,"1f1f7":0,"1f1ea":0,"1f1f9":0,"1f1fa":0,"1f1f8":0,"1f1ed":0,"1f1e6":0}},"1f1e9":{"e":1,"s":{"1f1ff":0,"1f1f0":0,"1f1ef":0,"1f1f2":0,"1f1f4":0,"1f1ea":0,"1f1ec":0}},"1f1e8":{"e":1,"s":{"1f1f2":0,"1f1e6":0,"1f1fb":0,"1f1eb":0,"1f1f1":0,"1f1f3":0,"1f1fd":0,"1f1e8":0,"1f1f4":0,"1f1ec":0,"1f1e9":0,"1f1f0":0,"1f1f7":0,"1f1ee":0,"1f1fa":0,"1f1fc":0,"1f1fe":0,"1f1ff":0,"1f1ed":0,"1f1f5":0}},"1f1e7":{"e":1,"s":{"1f1f8":0,"1f1ed":0,"1f1e9":0,"1f1e7":0,"1f1fe":0,"1f1ea":0,"1f1ff":0,"1f1ef":0,"1f1f2":0,"1f1f9":0,"1f1f4":0,"1f1e6":0,"1f1fc":0,"1f1f7":0,"1f1f3":0,"1f1ec":0,"1f1eb":0,"1f1ee":0,"1f1f6":0,"1f1f1":0,"1f1fb":0}},"1f1e6":{"e":1,"s":{"1f1eb":0,"1f1fd":0,"1f1f1":0,"1f1f8":0,"1f1e9":0,"1f1f4":0,"1f1ee":0,"1f1f6":0,"1f1ec":0,"1f1f7":0,"1f1f2":0,"1f1fc":0,"1f1fa":0,"1f1f9":0,"1f1ff":0,"1f1ea":0,"1f1e8":0}},"1f697":0,"1f695":0,"1f699":0,"1f68c":0,"1f68e":0,"1f3ce":0,"1f693":0,"1f691":0,"1f692":0,"1f690":0,"1f69a":0,"1f69b":0,"1f69c":0,"1f6f4":0,"1f6b2":0,"1f6f5":0,"1f3cd":0,"1f6a8":0,"1f694":0,"1f68d":0,"1f698":0,"1f696":0,"1f6a1":0,"1f6a0":0,"1f69f":0,"1f683":0,"1f68b":0,"1f69e":0,"1f69d":0,"1f684":0,"1f685":0,"1f688":0,"1f682":0,"1f686":0,"1f687":0,"1f68a":0,"1f689":0,"1f6eb":0,"1f6ec":0,"1f6e9":0,"1f4ba":0,"1f9f3":0,"1f6f0":0,"1f680":0,"1f6f8":0,"1f681":0,"1f6f6":0,"26f5":0,"1f6a4":0,"1f6e5":0,"1f6f3":0,"26f4":0,"1f6a2":0,"26fd":0,"1f6a7":0,"1f6a6":0,"1f6a5":0,"1f68f":0,"1f5fa":0,"1f5ff":0,"1f5fd":0,"1f5fc":0,"1f3f0":0,"1f3ef":0,"1f3df":0,"1f3a1":0,"1f3a2":0,"1f3a0":0,"26f2":0,"26f1":0,"1f3d6":0,"1f3dd":0,"1f3dc":0,"1f30b":0,"26f0":0,"1f3d4":0,"1f5fb":0,"1f3d5":0,"26fa":0,"1f3e0":0,"1f3e1":0,"1f3d8":0,"1f3da":0,"1f3d7":0,"1f3ed":0,"1f3e2":0,"1f3ec":0,"1f3e3":0,"1f3e4":0,"1f3e5":0,"1f3e6":0,"1f3e8":0,"1f3ea":0,"1f3eb":0,"1f3e9":0,"1f492":0,"1f3db":0,"26ea":0,"1f54c":0,"1f54d":0,"1f54b":0,"26e9":0,"1f6e4":0,"1f6e3":0,"1f5fe":0,"1f391":0,"1f3de":0,"1f305":0,"1f304":0,"1f320":0,"1f387":0,"1f386":0,"1f9e8":0,"1f307":0,"1f306":0,"1f3d9":0,"1f303":0,"1f30c":0,"1f309":0,"1f512":0,"1f513":0,"1f301":0,"1f3f3":{"e":1,"s":{"fe0f":{"e":0,"s":{"200d":{"e":0,"s":{"1f308":0}}}}}},"1f3f4":{"e":1,"s":{"200d":{"e":0,"s":{"2620":{"e":0,"s":{"fe0f":0}}}},"e0067":{"e":1,"s":{"e0062":{"e":1,"s":{"e0065":{"e":0,"s":{"e006e":{"e":0,"s":{"e0067":{"e":0,"s":{"e007f":0}}}}}},"e0073":{"e":0,"s":{"e0063":{"e":0,"s":{"e0074":{"e":0,"s":{"e007f":0}}}}}},"e0077":{"e":0,"s":{"e006c":{"e":0,"s":{"e0073":{"e":0,"s":{"e007f":0}}}}}}}}}}}},"1f3c1":0,"1f6a9":0,"1f38c":0,"1f3fb":0,"1f3fc":0,"1f3fd":0,"1f3fe":0,"1f3ff":0}}')}},__webpack_module_cache__={};function __webpack_require__(e){if(__webpack_module_cache__[e])return __webpack_module_cache__[e].exports;var t=__webpack_module_cache__[e]={id:e,exports:{}};return __webpack_modules__[e].call(t.exports,t,t.exports,__webpack_require__),t.exports}return __webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);__webpack_require__.r(n);var r={};if(2&t&&"object"==typeof e&&e)for(const t in e)r[t]=()=>e[t];return r.default=()=>e,__webpack_require__.d(n,r),n},__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__(6181)})()}));
modules/settings/js/settings.js CHANGED
@@ -114,6 +114,10 @@ jQuery(document).ready(function () {
114
 
115
  jQuery('input[type=radio][name=wplc_channel]').change(function () {
116
  wplc_changeChannel(this.value, true);
 
 
 
 
117
  });
118
 
119
  jQuery('#wplc_greeting_mode').change(function () {
@@ -206,6 +210,7 @@ function wplc_changeChannel(selection, cleanUrl = false) {
206
  var channel_mode_elements = jQuery(".wplc_pbx_mode_settings_area");
207
  var files_input_element = jQuery("#wplc_files_url_input");
208
 
 
209
  if (selection === "wp" || selection === "mcu") {
210
  party_input_element.hide();
211
  channel_input_element.hide();
114
 
115
  jQuery('input[type=radio][name=wplc_channel]').change(function () {
116
  wplc_changeChannel(this.value, true);
117
+ if(this.value==='phone') {
118
+ var popout_enable_element = jQuery(".wplc_check[data-original-name='wplc_popout_enabled']");
119
+ popout_enable_element.prop("checked", 1);
120
+ }
121
  });
122
 
123
  jQuery('#wplc_greeting_mode').change(function () {
210
  var channel_mode_elements = jQuery(".wplc_pbx_mode_settings_area");
211
  var files_input_element = jQuery("#wplc_files_url_input");
212
 
213
+
214
  if (selection === "wp" || selection === "mcu") {
215
  party_input_element.hide();
216
  channel_input_element.hide();
modules/settings/settings_controller.php CHANGED
@@ -495,10 +495,12 @@ class SettingsController extends BaseController {
495
 
496
  if ( $data['wplc_channel'] != $this->wplc_settings->wplc_channel ) {
497
  TCXChatHelper::complete_all_ended_chats();
 
 
 
498
  }
499
 
500
  if ( $data['wplc_channel'] === 'phone' ) {
501
-
502
  $url_data = TCXUtilsHelper::wplc_parse_click2callUrl( $data['wplc_channel_url'] );
503
  $data['wplc_chat_party'] = $url_data['chat_party'];
504
  $data['wplc_channel_url'] = $url_data['channel_url'];
495
 
496
  if ( $data['wplc_channel'] != $this->wplc_settings->wplc_channel ) {
497
  TCXChatHelper::complete_all_ended_chats();
498
+ if ( $data['wplc_channel'] === 'phone' ) {
499
+ $data['wplc_popout_enabled'] = 1;
500
+ }
501
  }
502
 
503
  if ( $data['wplc_channel'] === 'phone' ) {
 
504
  $url_data = TCXUtilsHelper::wplc_parse_click2callUrl( $data['wplc_channel_url'] );
505
  $data['wplc_chat_party'] = $url_data['chat_party'];
506
  $data['wplc_channel_url'] = $url_data['channel_url'];
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: chat plugin, live chat, live help, live support, wordpress live chat
4
  Requires at least: 5.3
5
  Tested up to: 5.6
6
  Requires PHP: 5.4
7
- Stable tag: 9.2.0
8
  License: GPLv2
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Text Domain: wp-live-chat-support
@@ -62,7 +62,7 @@ Connect with your website visitors for free with the 3CX Live Chat plugin. With
62
  * Include/exclude the live chat from appearing on certain pages
63
  * Choose when to accept chats
64
 
65
- Get [3CX Live Chat](https://www.3cx.com/wp-live-chat/) for free!
66
 
67
  = 30 seconds live chat installation =
68
  Our live chat plugin is quick and easy to install and configure and instantly gives you the ability to chat directly with website visitors in real-time. The user-friendly setup wizard makes installation simple and our comprehensive guides ensure you have everything you need to fully customize the plugin.
@@ -78,13 +78,13 @@ The 3CX Live Chat plugin runs on our Cloud Servers for a reliable and high perfo
78
  3CX Live Chat makes use of the external services listed below in order to add functionality to the plugin and enrich the user experience.
79
 
80
  = 3CX Live chat activation api & chat server selector (HTTPS://WPLC.3CX.NET) (REQUIRED) =
81
- We use a server side generated unique identifier (GUID) in order to guarantee proper identification and secure communication between agents and visitors connected to same website. This is needed because a client side identifier could be spoofed. The only information sent with this API is your website URL, so your personal data is not sent to our servers. We only store website URLs and corresponding GUID. The same server also acts as a chat router that redirects chat sessions to our chat server/s hosted on Google Cloud & OVH. Chat message content is not logged. 3CX Live Chat Privacy Policy: https://www.3cx.com/wp-live-chat/privacy-policy/
82
 
83
  = Gravatar (https://en.gravatar.com/) (Required) =
84
- We use Gravatars to generate user and agent avatars within the live chat environment. This process is anonymized using the hashed email address of the visitor or agent respectively. Gravatar Privacy Policy: https://automattic.com/privacy/
85
 
86
  = UI Avatars (https://ui-avatars.com/) (Required) =
87
- We use UI Avatars to generate user and agent avatars within the live chat environment. This process is anonymized using the hashed email address of the visitor or agent respectively. UI Avatars Privacy Policy: https://ui-avatars.com/
88
 
89
  = Translations =
90
 
@@ -95,10 +95,9 @@ We use UI Avatars to generate user and agent avatars within the live chat enviro
95
 
96
  == Installation ==
97
 
98
- 1. Once activated, click the “Live Chat link under your settings tabs to customize your Website’s Live Chat.
99
- 2. Go to any page on your site and initiate a chat.
100
-
101
- [View the guide here](https://www.3cx.com/wp-live-chat/docs/)
102
 
103
  == Frequently Asked Questions ==
104
 
@@ -106,13 +105,13 @@ We use UI Avatars to generate user and agent avatars within the live chat enviro
106
  Once installed and activated, a link should appear in the left navigation panel within your WP-ADMIN section. Click on the “Live Chat” link and follow the on screen instructions.
107
 
108
  = Where can I find documentation for 3CX Live Chat? =
109
- Please review the live chat documentation on [our website](https://www.3cx.com/wp-live-chat/docs/).
110
 
111
  = Does 3CX Live Chat connect to a third party server? =
112
- If you select to use 3CX live Chat Hosted, yes, it will connect to our own proprietary Live Chat Servers to ensure high speed chat delivery & our activation server for automatic license provisioning. Alternatively, if you choose to integrate with your 3CX phone system, it will be run on your PBX.
113
 
114
  = What are desktop notifications? =
115
- Desktop notifications are notifications that will appear on the bottom right of your screen when a new live chat is received. This feature is supported in all browsers except Microsoft Edge.
116
 
117
  = Can my visitors start a live chat without entering their name and email address? =
118
  Yes. This option is available on the live chat settings page.
@@ -121,18 +120,7 @@ Yes. This option is available on the live chat settings page.
121
  You will be notified of a new live chat by means of email, audio and desktop notifications.
122
 
123
  = Can I see if I missed any live chats that I may not have answered in time? =
124
- Yes. To view the list of live chats you missed, go to 'Live Chat' -> 'Chat History'
125
-
126
- = Troubleshooting =
127
- If you’re experiencing issues running 3CX Live Chat, please take note of the following:
128
-
129
- * Clear your browser cache & cookies.
130
- * Uninstall all old versions of the plugin and install the latest.
131
-
132
- If the live chat box still does not appear on your website, please go through the following steps:
133
-
134
- * Ensure that no other plugins are causing JavaScript errors on your website. This could interfere with the execution of our plugin’s JavaScript.
135
- * If you need more help, please use the [support forum](https://wordpress.org/support/plugin/wp-live-chat-support/)
136
 
137
  == Screenshots ==
138
 
@@ -148,6 +136,13 @@ If the live chat box still does not appear on your website, please go through th
148
  Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes & Plugin Security, Plugin Optimization & Rebranding Updates. We suggest you remove any existing installations of this plugin and install 8.1.x fresh.
149
 
150
  == Changelog ==
 
 
 
 
 
 
 
151
  = 9.2.0 - 2020-12-15 =
152
  * Revamped offline form to be of conversation style.
153
  * Added greeting functionality that can be configured for Online and Offline mode.
4
  Requires at least: 5.3
5
  Tested up to: 5.6
6
  Requires PHP: 5.4
7
+ Stable tag: 9.2.1
8
  License: GPLv2
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Text Domain: wp-live-chat-support
62
  * Include/exclude the live chat from appearing on certain pages
63
  * Choose when to accept chats
64
 
65
+ Get [3CX Live Chat](https://www.3cx.com/live-chat/free-wordpress-plugin/) for free!
66
 
67
  = 30 seconds live chat installation =
68
  Our live chat plugin is quick and easy to install and configure and instantly gives you the ability to chat directly with website visitors in real-time. The user-friendly setup wizard makes installation simple and our comprehensive guides ensure you have everything you need to fully customize the plugin.
78
  3CX Live Chat makes use of the external services listed below in order to add functionality to the plugin and enrich the user experience.
79
 
80
  = 3CX Live chat activation api & chat server selector (HTTPS://WPLC.3CX.NET) (REQUIRED) =
81
+ We use a server side generated unique identifier (GUID) in order to guarantee proper identification and secure communication between agents and visitors connected to same website. This is needed because a client side identifier could be spoofed. The only information sent with this API is your website URL, so your personal data is not sent to our servers. We only store website URLs and corresponding GUID. The same server also acts as a chat router that redirects chat sessions to our chat server/s hosted on Google Cloud & OVH. Chat message content is not logged. 3CX Privacy Policy: [https://www.3cx.com/company/privacy/](https://www.3cx.com/company/privacy/)
82
 
83
  = Gravatar (https://en.gravatar.com/) (Required) =
84
+ We use Gravatars to generate user and agent avatars within the live chat environment. This process is anonymized using the hashed email address of the visitor or agent respectively. Gravatar Privacy Policy: [https://automattic.com/privacy/](https://automattic.com/privacy/)
85
 
86
  = UI Avatars (https://ui-avatars.com/) (Required) =
87
+ We use UI Avatars to generate user and agent avatars within the live chat environment. This process is anonymized using the hashed email address of the visitor or agent respectively. UI Avatars Privacy Policy: [https://ui-avatars.com/](https://ui-avatars.com/)
88
 
89
  = Translations =
90
 
95
 
96
  == Installation ==
97
 
98
+ * [Setting up your Live Chat box](https://www.3cx.com/docs/manual/live-chat-configuration/)
99
+ * [Getting started with 3CX Live Chat (Standalone mode)](https://www.3cx.com/docs/wordpress-live-chat-guide/)
100
+ * [Troubleshooting](https://www.3cx.com/docs/troubleshooting-wordpress-plugin/)
 
101
 
102
  == Frequently Asked Questions ==
103
 
105
  Once installed and activated, a link should appear in the left navigation panel within your WP-ADMIN section. Click on the “Live Chat” link and follow the on screen instructions.
106
 
107
  = Where can I find documentation for 3CX Live Chat? =
108
+ Please review the live chat [documentation](https://wordpress.org/plugins/wp-live-chat-support/#installation).
109
 
110
  = Does 3CX Live Chat connect to a third party server? =
111
+ If you select to use Standalone - No 3CX, yes, it will connect to our own proprietary Live Chat Servers to ensure high speed chat delivery & our activation server for automatic license provisioning. Alternatively, if you choose to integrate with your 3CX Phone System, it will be run on your PBX.
112
 
113
  = What are desktop notifications? =
114
+ Desktop notifications are notifications that will appear on the bottom right of your screen when a new live chat is received.
115
 
116
  = Can my visitors start a live chat without entering their name and email address? =
117
  Yes. This option is available on the live chat settings page.
120
  You will be notified of a new live chat by means of email, audio and desktop notifications.
121
 
122
  = Can I see if I missed any live chats that I may not have answered in time? =
123
+ Yes. To view the list of live chats you missed, go to "Live Chat > Chat History"
 
 
 
 
 
 
 
 
 
 
 
124
 
125
  == Screenshots ==
126
 
136
  Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes & Plugin Security, Plugin Optimization & Rebranding Updates. We suggest you remove any existing installations of this plugin and install 8.1.x fresh.
137
 
138
  == Changelog ==
139
+ = 9.2.1 - 2020-12-23 =
140
+ * Adjusted default popout behavior on 3CX mode.
141
+ * Fixed “New Message” tab notification to be shown only after the visitor engaged on chat.
142
+ * Fixed special characters set on welcome message not shown properly on popout window for 3CX mode.
143
+ * Fixed issue of not passing all parameters to the popout window for 3CX mode.
144
+ * Security fixes.
145
+
146
  = 9.2.0 - 2020-12-15 =
147
  * Revamped offline form to be of conversation style.
148
  * Added greeting functionality that can be configured for Online and Offline mode.
wp-live-chat-support.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: 3CX Live Chat
4
  Plugin URI: https://www.3cx.com/wp-live-chat/
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with 3CX Live Chat.
6
- Version: 9.2.0
7
  Author: 3CX
8
  Author URI: https://www.3cx.com/wp-live-chat/
9
  Domain Path: /languages
3
  Plugin Name: 3CX Live Chat
4
  Plugin URI: https://www.3cx.com/wp-live-chat/
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with 3CX Live Chat.
6
+ Version: 9.2.1
7
  Author: 3CX
8
  Author URI: https://www.3cx.com/wp-live-chat/
9
  Domain Path: /languages