@telia-ace/widget-conversational-agent 1.1.136 → 1.1.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +208 -140
- package/index.mjs +1928 -1816
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
`+t.map(function(s,
|
|
3
|
-
`):"",this.name="UnsubscriptionError",this.errors=t}});function us(n,e){if(n){var t=n.indexOf(e);0<=t&&n.splice(t,1)}}var En=(function(){function n(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var e,t,s,i,r;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=rt(o),l=a.next();!l.done;l=a.next()){var c=l.value;c.remove(this)}}catch(y){e={error:y}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}else o.remove(this);var u=this.initialTeardown;if(E(u))try{u()}catch(y){r=y instanceof Yn?y.errors:[y]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var d=rt(p),g=d.next();!g.done;g=d.next()){var v=g.value;try{Hi(v)}catch(y){r=r??[],y instanceof Yn?r=ot(ot([],He(r)),He(y.errors)):r.push(y)}}}catch(y){s={error:y}}finally{try{g&&!g.done&&(i=d.return)&&i.call(d)}finally{if(s)throw s.error}}}if(r)throw new Yn(r)}},n.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)Hi(e);else{if(e instanceof n){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(t=this._finalizers)!==null&&t!==void 0?t:[]).push(e)}},n.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},n.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},n.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&us(t,e)},n.prototype.remove=function(e){var t=this._finalizers;t&&us(t,e),e instanceof n&&e._removeParent(this)},n.EMPTY=(function(){var e=new n;return e.closed=!0,e})(),n})(),Zr=En.EMPTY;function Yr(n){return n instanceof En||n&&"closed"in n&&E(n.remove)&&E(n.add)&&E(n.unsubscribe)}function Hi(n){E(n)?n():n.unsubscribe()}var Ta={Promise:void 0},Ra={setTimeout:function(n,e){for(var t=[],s=2;s<arguments.length;s++)t[s-2]=arguments[s];return setTimeout.apply(void 0,ot([n,e],He(t)))},clearTimeout:function(n){return clearTimeout(n)},delegate:void 0};function Kr(n){Ra.setTimeout(function(){throw n})}function ln(){}function sn(n){n()}var Rs=(function(n){ut(e,n);function e(t){var s=n.call(this)||this;return s.isStopped=!1,t?(s.destination=t,Yr(t)&&t.add(s)):s.destination=Ia,s}return e.create=function(t,s,i){return new hs(t,s,i)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e})(En),La=(function(){function n(e){this.partialObserver=e}return n.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(s){Jt(s)}},n.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(s){Jt(s)}else Jt(e)},n.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(t){Jt(t)}},n})(),hs=(function(n){ut(e,n);function e(t,s,i){var r=n.call(this)||this,o;return E(t)||!t?o={next:t??void 0,error:s??void 0,complete:i??void 0}:o=t,r.destination=new La(o),r}return e})(Rs);function Jt(n){Kr(n)}function Oa(n){throw n}var Ia={closed:!0,next:ln,error:Oa,complete:ln},Ls=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})();function Nt(n){return n}function Pa(n){return n.length===0?Nt:n.length===1?n[0]:function(t){return n.reduce(function(s,i){return i(s)},t)}}var K=(function(){function n(e){e&&(this._subscribe=e)}return n.prototype.lift=function(e){var t=new n;return t.source=this,t.operator=e,t},n.prototype.subscribe=function(e,t,s){var i=this,r=Na(e)?e:new hs(e,t,s);return sn(function(){var o=i,a=o.operator,l=o.source;r.add(a?a.call(r,l):l?i._subscribe(r):i._trySubscribe(r))}),r},n.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},n.prototype.forEach=function(e,t){var s=this;return t=Fi(t),new t(function(i,r){var o=new hs({next:function(a){try{e(a)}catch(l){r(l),o.unsubscribe()}},error:r,complete:i});s.subscribe(o)})},n.prototype._subscribe=function(e){var t;return(t=this.source)===null||t===void 0?void 0:t.subscribe(e)},n.prototype[Ls]=function(){return this},n.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Pa(e)(this)},n.prototype.toPromise=function(e){var t=this;return e=Fi(e),new e(function(s,i){var r;t.subscribe(function(o){return r=o},function(o){return i(o)},function(){return s(r)})})},n.create=function(e){return new n(e)},n})();function Fi(n){var e;return(e=n??Ta.Promise)!==null&&e!==void 0?e:Promise}function Ma(n){return n&&E(n.next)&&E(n.error)&&E(n.complete)}function Na(n){return n&&n instanceof Rs||Ma(n)&&Yr(n)}function Da(n){return E(n==null?void 0:n.lift)}function xe(n){return function(e){if(Da(e))return e.lift(function(t){try{return n(t,this)}catch(s){this.error(s)}});throw new TypeError("Unable to lift unknown Observable type")}}function J(n,e,t,s,i){return new Ua(n,e,t,s,i)}var Ua=(function(n){ut(e,n);function e(t,s,i,r,o,a){var l=n.call(this,t)||this;return l.onFinalize=o,l.shouldUnsubscribe=a,l._next=s?function(c){try{s(c)}catch(u){t.error(u)}}:n.prototype._next,l._error=r?function(c){try{r(c)}catch(u){t.error(u)}finally{this.unsubscribe()}}:n.prototype._error,l._complete=i?function(){try{i()}catch(c){t.error(c)}finally{this.unsubscribe()}}:n.prototype._complete,l}return e.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var s=this.closed;n.prototype.unsubscribe.call(this),!s&&((t=this.onFinalize)===null||t===void 0||t.call(this))}},e})(Rs),za=Gr(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),P=(function(n){ut(e,n);function e(){var t=n.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return e.prototype.lift=function(t){var s=new ji(this,this);return s.operator=t,s},e.prototype._throwIfClosed=function(){if(this.closed)throw new za},e.prototype.next=function(t){var s=this;sn(function(){var i,r;if(s._throwIfClosed(),!s.isStopped){s.currentObservers||(s.currentObservers=Array.from(s.observers));try{for(var o=rt(s.currentObservers),a=o.next();!a.done;a=o.next()){var l=a.value;l.next(t)}}catch(c){i={error:c}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}}})},e.prototype.error=function(t){var s=this;sn(function(){if(s._throwIfClosed(),!s.isStopped){s.hasError=s.isStopped=!0,s.thrownError=t;for(var i=s.observers;i.length;)i.shift().error(t)}})},e.prototype.complete=function(){var t=this;sn(function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var s=t.observers;s.length;)s.shift().complete()}})},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return((t=this.observers)===null||t===void 0?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(t){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,t)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var s=this,i=this,r=i.hasError,o=i.isStopped,a=i.observers;return r||o?Zr:(this.currentObservers=null,a.push(t),new En(function(){s.currentObservers=null,us(a,t)}))},e.prototype._checkFinalizedStatuses=function(t){var s=this,i=s.hasError,r=s.thrownError,o=s.isStopped;i?t.error(r):o&&t.complete()},e.prototype.asObservable=function(){var t=new K;return t.source=this,t},e.create=function(t,s){return new ji(t,s)},e})(K),ji=(function(n){ut(e,n);function e(t,s){var i=n.call(this)||this;return i.destination=t,i.source=s,i}return e.prototype.next=function(t){var s,i;(i=(s=this.destination)===null||s===void 0?void 0:s.next)===null||i===void 0||i.call(s,t)},e.prototype.error=function(t){var s,i;(i=(s=this.destination)===null||s===void 0?void 0:s.error)===null||i===void 0||i.call(s,t)},e.prototype.complete=function(){var t,s;(s=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||s===void 0||s.call(t)},e.prototype._subscribe=function(t){var s,i;return(i=(s=this.source)===null||s===void 0?void 0:s.subscribe(t))!==null&&i!==void 0?i:Zr},e})(P),F=(function(n){ut(e,n);function e(t){var s=n.call(this)||this;return s._value=t,s}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(t){var s=n.prototype._subscribe.call(this,t);return!s.closed&&t.next(this._value),s},e.prototype.getValue=function(){var t=this,s=t.hasError,i=t.thrownError,r=t._value;if(s)throw i;return this._throwIfClosed(),r},e.prototype.next=function(t){n.prototype.next.call(this,this._value=t)},e})(P),Dt=new K(function(n){return n.complete()});function Ba(n){return n&&E(n.schedule)}function Os(n){return n[n.length-1]}function Xr(n){return E(Os(n))?n.pop():void 0}function Is(n){return Ba(Os(n))?n.pop():void 0}function Ha(n,e){return typeof Os(n)=="number"?n.pop():e}var Ps=(function(n){return n&&typeof n.length=="number"&&typeof n!="function"});function Vr(n){return E(n==null?void 0:n.then)}function Qr(n){return E(n[Ls])}function Jr(n){return Symbol.asyncIterator&&E(n==null?void 0:n[Symbol.asyncIterator])}function eo(n){return new TypeError("You provided "+(n!==null&&typeof n=="object"?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Fa(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var to=Fa();function no(n){return E(n==null?void 0:n[to])}function so(n){return Aa(this,arguments,function(){var t,s,i,r;return Wr(this,function(o){switch(o.label){case 0:t=n.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,tt(t.read())];case 3:return s=o.sent(),i=s.value,r=s.done,r?[4,tt(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,tt(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function io(n){return E(n==null?void 0:n.getReader)}function pe(n){if(n instanceof K)return n;if(n!=null){if(Qr(n))return ja(n);if(Ps(n))return qa(n);if(Vr(n))return Wa(n);if(Jr(n))return ro(n);if(no(n))return Ga(n);if(io(n))return Za(n)}throw eo(n)}function ja(n){return new K(function(e){var t=n[Ls]();if(E(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function qa(n){return new K(function(e){for(var t=0;t<n.length&&!e.closed;t++)e.next(n[t]);e.complete()})}function Wa(n){return new K(function(e){n.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,Kr)})}function Ga(n){return new K(function(e){var t,s;try{for(var i=rt(n),r=i.next();!r.done;r=i.next()){var o=r.value;if(e.next(o),e.closed)return}}catch(a){t={error:a}}finally{try{r&&!r.done&&(s=i.return)&&s.call(i)}finally{if(t)throw t.error}}e.complete()})}function ro(n){return new K(function(e){Ya(n,e).catch(function(t){return e.error(t)})})}function Za(n){return ro(so(n))}function Ya(n,e){var t,s,i,r;return Ea(this,void 0,void 0,function(){var o,a;return Wr(this,function(l){switch(l.label){case 0:l.trys.push([0,5,6,11]),t=Ca(n),l.label=1;case 1:return[4,t.next()];case 2:if(s=l.sent(),!!s.done)return[3,4];if(o=s.value,e.next(o),e.closed)return[2];l.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=l.sent(),i={error:a},[3,11];case 6:return l.trys.push([6,,9,10]),s&&!s.done&&(r=t.return)?[4,r.call(t)]:[3,8];case 7:l.sent(),l.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}})})}function Ee(n,e,t,s,i){s===void 0&&(s=0),i===void 0&&(i=!1);var r=e.schedule(function(){t(),i?n.add(this.schedule(null,s)):this.unsubscribe()},s);if(n.add(r),!i)return r}function oo(n,e){return e===void 0&&(e=0),xe(function(t,s){t.subscribe(J(s,function(i){return Ee(s,n,function(){return s.next(i)},e)},function(){return Ee(s,n,function(){return s.complete()},e)},function(i){return Ee(s,n,function(){return s.error(i)},e)}))})}function ao(n,e){return e===void 0&&(e=0),xe(function(t,s){s.add(n.schedule(function(){return t.subscribe(s)},e))})}function Ka(n,e){return pe(n).pipe(ao(e),oo(e))}function Xa(n,e){return pe(n).pipe(ao(e),oo(e))}function Va(n,e){return new K(function(t){var s=0;return e.schedule(function(){s===n.length?t.complete():(t.next(n[s++]),t.closed||this.schedule())})})}function Qa(n,e){return new K(function(t){var s;return Ee(t,e,function(){s=n[to](),Ee(t,e,function(){var i,r,o;try{i=s.next(),r=i.value,o=i.done}catch(a){t.error(a);return}o?t.complete():t.next(r)},0,!0)}),function(){return E(s==null?void 0:s.return)&&s.return()}})}function lo(n,e){if(!n)throw new Error("Iterable cannot be null");return new K(function(t){Ee(t,e,function(){var s=n[Symbol.asyncIterator]();Ee(t,e,function(){s.next().then(function(i){i.done?t.complete():t.next(i.value)})},0,!0)})})}function Ja(n,e){return lo(so(n),e)}function el(n,e){if(n!=null){if(Qr(n))return Ka(n,e);if(Ps(n))return Va(n,e);if(Vr(n))return Xa(n,e);if(Jr(n))return lo(n,e);if(no(n))return Qa(n,e);if(io(n))return Ja(n,e)}throw eo(n)}function An(n,e){return e?el(n,e):pe(n)}function ds(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Is(n);return An(n,t)}function cn(n,e){return xe(function(t,s){var i=0;t.subscribe(J(s,function(r){s.next(n.call(e,r,i++))}))})}var tl=Array.isArray;function nl(n,e){return tl(e)?n.apply(void 0,ot([],He(e))):n(e)}function co(n){return cn(function(e){return nl(n,e)})}var sl=Array.isArray,il=Object.getPrototypeOf,rl=Object.prototype,ol=Object.keys;function al(n){if(n.length===1){var e=n[0];if(sl(e))return{args:e,keys:null};if(ll(e)){var t=ol(e);return{args:t.map(function(s){return e[s]}),keys:t}}}return{args:n,keys:null}}function ll(n){return n&&typeof n=="object"&&il(n)===rl}function cl(n,e){return n.reduce(function(t,s,i){return t[s]=e[i],t},{})}function ul(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Is(n),s=Xr(n),i=al(n),r=i.args,o=i.keys;if(r.length===0)return An([],t);var a=new K(hl(r,t,o?function(l){return cl(o,l)}:Nt));return s?a.pipe(co(s)):a}function hl(n,e,t){return t===void 0&&(t=Nt),function(s){qi(e,function(){for(var i=n.length,r=new Array(i),o=i,a=i,l=function(u){qi(e,function(){var p=An(n[u],e),d=!1;p.subscribe(J(s,function(g){r[u]=g,d||(d=!0,a--),a||s.next(t(r.slice()))},function(){--o||s.complete()}))},s)},c=0;c<i;c++)l(c)},s)}}function qi(n,e,t){n?Ee(t,n,e):e()}function dl(n,e,t,s,i,r,o,a){var l=[],c=0,u=0,p=!1,d=function(){p&&!l.length&&!c&&e.complete()},g=function(y){return c<s?v(y):l.push(y)},v=function(y){c++;var fe=!1;pe(t(y,u++)).subscribe(J(e,function(te){e.next(te)},function(){fe=!0},void 0,function(){if(fe)try{c--;for(var te=function(){var we=l.shift();o||v(we)};l.length&&c<s;)te();d()}catch(we){e.error(we)}}))};return n.subscribe(J(e,g,function(){p=!0,d()})),function(){}}function Ms(n,e,t){return t===void 0&&(t=1/0),E(e)?Ms(function(s,i){return cn(function(r,o){return e(s,r,i,o)})(pe(n(s,i)))},t):(typeof e=="number"&&(t=e),xe(function(s,i){return dl(s,i,n,t)}))}function pl(n){return n===void 0&&(n=1/0),Ms(Nt,n)}var fl=["addListener","removeListener"],gl=["addEventListener","removeEventListener"],ml=["on","off"];function un(n,e,t,s){if(E(t)&&(s=t,t=void 0),s)return un(n,e,t).pipe(co(s));var i=He(yl(n)?gl.map(function(a){return function(l){return n[a](e,l,t)}}):vl(n)?fl.map(Wi(n,e)):bl(n)?ml.map(Wi(n,e)):[],2),r=i[0],o=i[1];if(!r&&Ps(n))return Ms(function(a){return un(a,e,t)})(pe(n));if(!r)throw new TypeError("Invalid event target");return new K(function(a){var l=function(){for(var c=[],u=0;u<arguments.length;u++)c[u]=arguments[u];return a.next(1<c.length?c:c[0])};return r(l),function(){return o(l)}})}function Wi(n,e){return function(t){return function(s){return n[t](e,s)}}}function vl(n){return E(n.addListener)&&E(n.removeListener)}function bl(n){return E(n.on)&&E(n.off)}function yl(n){return E(n.addEventListener)&&E(n.removeEventListener)}function $l(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Is(n),s=Ha(n,1/0),i=n;return i.length?i.length===1?pe(i[0]):pl(s)(An(i,t)):Dt}function xl(n,e){return xe(function(t,s){var i=0;t.subscribe(J(s,function(r){return n.call(e,r,i++)&&s.next(r)}))})}function ze(n){return n<=0?function(){return Dt}:xe(function(e,t){var s=0;e.subscribe(J(t,function(i){++s<=n&&(t.next(i),n<=s&&t.complete())}))})}function nt(n,e){return xe(function(t,s){var i=null,r=0,o=!1,a=function(){return o&&!i&&s.complete()};t.subscribe(J(s,function(l){i==null||i.unsubscribe();var c=0,u=r++;pe(n(l,u)).subscribe(i=J(s,function(p){return s.next(e?e(l,p,u,c++):p)},function(){i=null,a()}))},function(){o=!0,a()}))})}function ps(n){return xe(function(e,t){pe(n).subscribe(J(t,function(){return t.complete()},ln)),!t.closed&&e.subscribe(t)})}function fs(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Xr(n);return xe(function(s,i){for(var r=n.length,o=new Array(r),a=n.map(function(){return!1}),l=!1,c=function(p){pe(n[p]).subscribe(J(i,function(d){o[p]=d,!l&&!a[p]&&(a[p]=!0,(l=a.every(Nt))&&(a=null))},ln))},u=0;u<r;u++)c(u);s.subscribe(J(i,function(p){if(l){var d=ot([p],He(o));i.next(t?t.apply(void 0,ot([],He(d))):d)}}))})}var ye=(n=>(n.User="user",n.Agent="agent",n.System="system",n))(ye||{});const wl=()=>"10000000-1000-4000-8000-100000000000".replace(/[018]/g,n=>(+n^crypto.getRandomValues(new Uint8Array(1))[0]&15>>+n/4).toString(16)),uo=()=>typeof crypto.randomUUID=="function"?crypto.randomUUID():wl();function Gi(n){let e=n;const t=/https?:\/\/[^\s<]+/gi,s=/<a [^>]*href="([^"]*)"[^>]*>[^<]*<\/a>/g,i=n.match(t)||[],r=[];let o;for(;(o=s.exec(n))!==null;)r.push(o[1]);return i.filter(l=>!r.includes(l)).forEach(l=>{const c=l.endsWith(".")?l.slice(0,-1):l,u=new RegExp(`(?<!<a[^>]*>)${c.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}(?![^<]*</a>)`,"gi");e=e.replace(u,`<a title='${c}' target="_blank" rel="noopener noreferrer" href='${c}'>${c}</a>`)}),e}function gs(n){if(n.includes("aceChatGuideTitle"))return kl(n);const e=/<a [^>]*>https?:\/\/[^<]*<\/a>/gim;return n.replace(e,t=>{const s=ho(t);if(!s)return t;const i=50;if(s.length>i){const r=/^(https?:\/\/[^/]+)(\/.*)?$/i,o=s.match(r);if(!o)return t;const a=o[1],c=(o[2]||"/").split("?")[0],u=c.split("/").pop(),p=i-a.length;let d=c;u&&u.length<p&&c.length>p?d=c.substring(0,p-u.length-4)+".../"+u:d=c.substring(0,p-3)+"...";const g=`${a}${d}`;return ms(t,g)}return ms(t,s)})}function ho(n){const e=n.match(/href=["']([^'"]*)["']/);if(e&&e.length>1){let t=e[1];return t.endsWith(".")&&(t=t.slice(0,-1)),t}return null}function ms(n,e){return n.replace(/>[^<]*<\/a>/,`>${e}</a>`)}function kl(n){const e=/<a [^>]*aceChatGuideTitle[^>]*>[^<]*<\/a>/gm;return n.replace(e,t=>{const s=ho(t);if(!s)return t;const i=s.split("?").pop(),o=new URLSearchParams(i).get("aceChatGuideTitle");return o?ms(t,o):t})}class Ut{constructor(e,t,s,i){this.type=e,this.sender=t,this.messages=s,this.status="delivered",this.didUpdate=new P,this.actions$=new P,this.remove$=new P,this.timestamp=i??Date.now(),this.id=uo()}update(e){this.messages=[{items:e}],this.didUpdate.next(this)}setStatus(e){this.status=e,this.didUpdate.next(this)}setSenderName(e){this.sender={...this.sender,name:e},this.didUpdate.next(this)}remove(){this.remove$.next()}}class Sl{constructor(e){this.name=e,this.print$=new P}print(e,t="html",s=this.name,i){const r=new Ut(ye.Agent,{name:s},[{items:[[t,{content:e}]]}],i);return this.print$.next(r),r}subscribe(){return this.print$.asObservable()}}class _l{constructor(e){this.name=e,this.print$=new P}print(e,t=this.name,s){const i=new Ut(ye.User,{name:t},[{items:[["html",{content:e}]]}],s);return this.print$.next(i),i}subscribe(){return this.print$.asObservable()}}class El{constructor(){this.print$=new P,this.name="system"}print(e,t){const s=new Ut(ye.System,{name:this.name},[{items:[["html",{content:e}]]}],t);return this.print$.next(s),s}subscribe(){return this.print$.asObservable()}}class Al{constructor(e,t){this.name=e,this.component=t,this.print$=new P,this.typingState$=new F(!1),this.complete$=new P,this.system=this.createSystem(),this.rehydrate$=new P,this.saveToCurrentSession$=new P,this.showChatOverlay$=new F(!1),this.onComplete=()=>this.complete$.asObservable()}connect(e={}){this.complete$.pipe(ze(1)).subscribe(()=>{this.disconnected()})}disconnected(){}onUserSubmit(e){this.print(ye.User,e.text)}print(e,t){const s=new Ut(e,{name:""},[{items:[["html",{content:t}]]}]);return this.printEntry(s)}printEntry(e){return this.print$.next(e),e}createAgent(e){const t=new Sl(e);return t.subscribe().subscribe(s=>{this.playNotification(),this.printEntry(s)}),t}createUser(e){const t=new _l(e);return t.subscribe().subscribe(s=>{this.printEntry(s)}),t}createSystem(){const e=new El;return e.subscribe().subscribe(t=>{this.printEntry(t)}),e}setTypingState(e){this.typingState$.next(e)}setToastMessage(e){this.component.setToastMessage(e)}isTyping(){return this.typingState$.asObservable()}actions(){return this.print$.asObservable()}playNotification(){const e=!document.hidden&&this.component.application.storage.get("open"),t="https://publicpoc.blob.core.windows.net/widget-assets/notification.mp3";!this.component.application.storage.get("muteAudioNotifications")&&!e&&new Audio(t).play().catch(i=>{})}complete(){this.complete$.next()}save(e){this.saveToCurrentSession$.next(e)}async rehydrate(e){}}/**
|
|
1
|
+
"use strict";var _a=Object.defineProperty;var Ca=(n,e,t)=>e in n?_a(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var _=(n,e,t)=>Ca(n,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class Ts{constructor(){this.registeredProviders=new Map}static async getInstance(e){let t=await e.get("conversation");return t||(t=new Ts,await e.register("conversation",t),t)}registerProvider(e,t){this.registeredProviders.set(e,t)}}var cs=function(n,e){return cs=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,s){t.__proto__=s}||function(t,s){for(var r in s)Object.prototype.hasOwnProperty.call(s,r)&&(t[r]=s[r])},cs(n,e)};function ut(n,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");cs(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function Ea(n,e,t,s){function r(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function a(u){try{c(s.next(u))}catch(p){o(p)}}function l(u){try{c(s.throw(u))}catch(p){o(p)}}function c(u){u.done?i(u.value):r(u.value).then(a,l)}c((s=s.apply(n,e||[])).next())})}function Gi(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},s,r,i,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(u){return l([c,u])}}function l(c){if(s)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(t=0)),t;)try{if(s=1,r&&(i=c[0]&2?r.return:c[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,c[1])).done)return i;switch(r=0,i&&(c=[c[0]&2,i.value]),c[0]){case 0:case 1:i=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,r=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]<i[3])){t.label=c[1];break}if(c[0]===6&&t.label<i[1]){t.label=i[1],i=c;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(c);break}i[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(u){c=[6,u],r=0}finally{s=i=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function ot(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],s=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&s>=n.length&&(n=void 0),{value:n&&n[s++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Fe(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var s=t.call(n),r,i=[],o;try{for(;(e===void 0||e-- >0)&&!(r=s.next()).done;)i.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(t=s.return)&&t.call(s)}finally{if(o)throw o.error}}return i}function at(n,e,t){if(t||arguments.length===2)for(var s=0,r=e.length,i;s<r;s++)(i||!(s in e))&&(i||(i=Array.prototype.slice.call(e,0,s)),i[s]=e[s]);return n.concat(i||Array.prototype.slice.call(e))}function nt(n){return this instanceof nt?(this.v=n,this):new nt(n)}function Aa(n,e,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var s=t.apply(n,e||[]),r,i=[];return r=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),r[Symbol.asyncIterator]=function(){return this},r;function o(g){return function(v){return Promise.resolve(v).then(g,p)}}function a(g,v){s[g]&&(r[g]=function(y){return new Promise(function(fe,ne){i.push([g,y,fe,ne])>1||l(g,y)})},v&&(r[g]=v(r[g])))}function l(g,v){try{c(s[g](v))}catch(y){d(i[0][3],y)}}function c(g){g.value instanceof nt?Promise.resolve(g.value.v).then(u,p):d(i[0][2],g)}function u(g){l("next",g)}function p(g){l("throw",g)}function d(g,v){g(v),i.shift(),i.length&&l(i[0][0],i[0][1])}}function Ta(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=n[Symbol.asyncIterator],t;return e?e.call(n):(n=typeof ot=="function"?ot(n):n[Symbol.iterator](),t={},s("next"),s("throw"),s("return"),t[Symbol.asyncIterator]=function(){return this},t);function s(i){t[i]=n[i]&&function(o){return new Promise(function(a,l){o=n[i](o),r(a,l,o.done,o.value)})}}function r(i,o,a,l){Promise.resolve(l).then(function(c){i({value:c,done:a})},o)}}function C(n){return typeof n=="function"}function Zi(n){var e=function(s){Error.call(s),s.stack=new Error().stack},t=n(e);return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var Yn=Zi(function(n){return function(t){n(this),this.message=t?t.length+` errors occurred during unsubscription:
|
|
2
|
+
`+t.map(function(s,r){return r+1+") "+s.toString()}).join(`
|
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=t}});function us(n,e){if(n){var t=n.indexOf(e);0<=t&&n.splice(t,1)}}var Cn=(function(){function n(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var e,t,s,r,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=ot(o),l=a.next();!l.done;l=a.next()){var c=l.value;c.remove(this)}}catch(y){e={error:y}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}else o.remove(this);var u=this.initialTeardown;if(C(u))try{u()}catch(y){i=y instanceof Yn?y.errors:[y]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var d=ot(p),g=d.next();!g.done;g=d.next()){var v=g.value;try{Hr(v)}catch(y){i=i??[],y instanceof Yn?i=at(at([],Fe(i)),Fe(y.errors)):i.push(y)}}}catch(y){s={error:y}}finally{try{g&&!g.done&&(r=d.return)&&r.call(d)}finally{if(s)throw s.error}}}if(i)throw new Yn(i)}},n.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)Hr(e);else{if(e instanceof n){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(t=this._finalizers)!==null&&t!==void 0?t:[]).push(e)}},n.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},n.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},n.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&us(t,e)},n.prototype.remove=function(e){var t=this._finalizers;t&&us(t,e),e instanceof n&&e._removeParent(this)},n.EMPTY=(function(){var e=new n;return e.closed=!0,e})(),n})(),Yi=Cn.EMPTY;function Ki(n){return n instanceof Cn||n&&"closed"in n&&C(n.remove)&&C(n.add)&&C(n.unsubscribe)}function Hr(n){C(n)?n():n.unsubscribe()}var Ra={Promise:void 0},La={setTimeout:function(n,e){for(var t=[],s=2;s<arguments.length;s++)t[s-2]=arguments[s];return setTimeout.apply(void 0,at([n,e],Fe(t)))},clearTimeout:function(n){return clearTimeout(n)},delegate:void 0};function Xi(n){La.setTimeout(function(){throw n})}function ln(){}function sn(n){n()}var Rs=(function(n){ut(e,n);function e(t){var s=n.call(this)||this;return s.isStopped=!1,t?(s.destination=t,Ki(t)&&t.add(s)):s.destination=Pa,s}return e.create=function(t,s,r){return new hs(t,s,r)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e})(Cn),Oa=(function(){function n(e){this.partialObserver=e}return n.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(s){Jt(s)}},n.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(s){Jt(s)}else Jt(e)},n.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(t){Jt(t)}},n})(),hs=(function(n){ut(e,n);function e(t,s,r){var i=n.call(this)||this,o;return C(t)||!t?o={next:t??void 0,error:s??void 0,complete:r??void 0}:o=t,i.destination=new Oa(o),i}return e})(Rs);function Jt(n){Xi(n)}function Ia(n){throw n}var Pa={closed:!0,next:ln,error:Ia,complete:ln},Ls=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})();function Nt(n){return n}function Ma(n){return n.length===0?Nt:n.length===1?n[0]:function(t){return n.reduce(function(s,r){return r(s)},t)}}var X=(function(){function n(e){e&&(this._subscribe=e)}return n.prototype.lift=function(e){var t=new n;return t.source=this,t.operator=e,t},n.prototype.subscribe=function(e,t,s){var r=this,i=Da(e)?e:new hs(e,t,s);return sn(function(){var o=r,a=o.operator,l=o.source;i.add(a?a.call(i,l):l?r._subscribe(i):r._trySubscribe(i))}),i},n.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},n.prototype.forEach=function(e,t){var s=this;return t=Fr(t),new t(function(r,i){var o=new hs({next:function(a){try{e(a)}catch(l){i(l),o.unsubscribe()}},error:i,complete:r});s.subscribe(o)})},n.prototype._subscribe=function(e){var t;return(t=this.source)===null||t===void 0?void 0:t.subscribe(e)},n.prototype[Ls]=function(){return this},n.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Ma(e)(this)},n.prototype.toPromise=function(e){var t=this;return e=Fr(e),new e(function(s,r){var i;t.subscribe(function(o){return i=o},function(o){return r(o)},function(){return s(i)})})},n.create=function(e){return new n(e)},n})();function Fr(n){var e;return(e=n??Ra.Promise)!==null&&e!==void 0?e:Promise}function Na(n){return n&&C(n.next)&&C(n.error)&&C(n.complete)}function Da(n){return n&&n instanceof Rs||Na(n)&&Ki(n)}function Ua(n){return C(n==null?void 0:n.lift)}function xe(n){return function(e){if(Ua(e))return e.lift(function(t){try{return n(t,this)}catch(s){this.error(s)}});throw new TypeError("Unable to lift unknown Observable type")}}function ee(n,e,t,s,r){return new za(n,e,t,s,r)}var za=(function(n){ut(e,n);function e(t,s,r,i,o,a){var l=n.call(this,t)||this;return l.onFinalize=o,l.shouldUnsubscribe=a,l._next=s?function(c){try{s(c)}catch(u){t.error(u)}}:n.prototype._next,l._error=i?function(c){try{i(c)}catch(u){t.error(u)}finally{this.unsubscribe()}}:n.prototype._error,l._complete=r?function(){try{r()}catch(c){t.error(c)}finally{this.unsubscribe()}}:n.prototype._complete,l}return e.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var s=this.closed;n.prototype.unsubscribe.call(this),!s&&((t=this.onFinalize)===null||t===void 0||t.call(this))}},e})(Rs),Ba=Zi(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),M=(function(n){ut(e,n);function e(){var t=n.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return e.prototype.lift=function(t){var s=new jr(this,this);return s.operator=t,s},e.prototype._throwIfClosed=function(){if(this.closed)throw new Ba},e.prototype.next=function(t){var s=this;sn(function(){var r,i;if(s._throwIfClosed(),!s.isStopped){s.currentObservers||(s.currentObservers=Array.from(s.observers));try{for(var o=ot(s.currentObservers),a=o.next();!a.done;a=o.next()){var l=a.value;l.next(t)}}catch(c){r={error:c}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}}})},e.prototype.error=function(t){var s=this;sn(function(){if(s._throwIfClosed(),!s.isStopped){s.hasError=s.isStopped=!0,s.thrownError=t;for(var r=s.observers;r.length;)r.shift().error(t)}})},e.prototype.complete=function(){var t=this;sn(function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var s=t.observers;s.length;)s.shift().complete()}})},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return((t=this.observers)===null||t===void 0?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(t){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,t)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var s=this,r=this,i=r.hasError,o=r.isStopped,a=r.observers;return i||o?Yi:(this.currentObservers=null,a.push(t),new Cn(function(){s.currentObservers=null,us(a,t)}))},e.prototype._checkFinalizedStatuses=function(t){var s=this,r=s.hasError,i=s.thrownError,o=s.isStopped;r?t.error(i):o&&t.complete()},e.prototype.asObservable=function(){var t=new X;return t.source=this,t},e.create=function(t,s){return new jr(t,s)},e})(X),jr=(function(n){ut(e,n);function e(t,s){var r=n.call(this)||this;return r.destination=t,r.source=s,r}return e.prototype.next=function(t){var s,r;(r=(s=this.destination)===null||s===void 0?void 0:s.next)===null||r===void 0||r.call(s,t)},e.prototype.error=function(t){var s,r;(r=(s=this.destination)===null||s===void 0?void 0:s.error)===null||r===void 0||r.call(s,t)},e.prototype.complete=function(){var t,s;(s=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||s===void 0||s.call(t)},e.prototype._subscribe=function(t){var s,r;return(r=(s=this.source)===null||s===void 0?void 0:s.subscribe(t))!==null&&r!==void 0?r:Yi},e})(M),j=(function(n){ut(e,n);function e(t){var s=n.call(this)||this;return s._value=t,s}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(t){var s=n.prototype._subscribe.call(this,t);return!s.closed&&t.next(this._value),s},e.prototype.getValue=function(){var t=this,s=t.hasError,r=t.thrownError,i=t._value;if(s)throw r;return this._throwIfClosed(),i},e.prototype.next=function(t){n.prototype.next.call(this,this._value=t)},e})(M),Dt=new X(function(n){return n.complete()});function Ha(n){return n&&C(n.schedule)}function Os(n){return n[n.length-1]}function Vi(n){return C(Os(n))?n.pop():void 0}function Is(n){return Ha(Os(n))?n.pop():void 0}function Fa(n,e){return typeof Os(n)=="number"?n.pop():e}var Ps=(function(n){return n&&typeof n.length=="number"&&typeof n!="function"});function Qi(n){return C(n==null?void 0:n.then)}function Ji(n){return C(n[Ls])}function eo(n){return Symbol.asyncIterator&&C(n==null?void 0:n[Symbol.asyncIterator])}function to(n){return new TypeError("You provided "+(n!==null&&typeof n=="object"?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function ja(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var no=ja();function so(n){return C(n==null?void 0:n[no])}function ro(n){return Aa(this,arguments,function(){var t,s,r,i;return Gi(this,function(o){switch(o.label){case 0:t=n.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,nt(t.read())];case 3:return s=o.sent(),r=s.value,i=s.done,i?[4,nt(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,nt(r)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function io(n){return C(n==null?void 0:n.getReader)}function pe(n){if(n instanceof X)return n;if(n!=null){if(Ji(n))return qa(n);if(Ps(n))return Wa(n);if(Qi(n))return Ga(n);if(eo(n))return oo(n);if(so(n))return Za(n);if(io(n))return Ya(n)}throw to(n)}function qa(n){return new X(function(e){var t=n[Ls]();if(C(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Wa(n){return new X(function(e){for(var t=0;t<n.length&&!e.closed;t++)e.next(n[t]);e.complete()})}function Ga(n){return new X(function(e){n.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,Xi)})}function Za(n){return new X(function(e){var t,s;try{for(var r=ot(n),i=r.next();!i.done;i=r.next()){var o=i.value;if(e.next(o),e.closed)return}}catch(a){t={error:a}}finally{try{i&&!i.done&&(s=r.return)&&s.call(r)}finally{if(t)throw t.error}}e.complete()})}function oo(n){return new X(function(e){Ka(n,e).catch(function(t){return e.error(t)})})}function Ya(n){return oo(ro(n))}function Ka(n,e){var t,s,r,i;return Ea(this,void 0,void 0,function(){var o,a;return Gi(this,function(l){switch(l.label){case 0:l.trys.push([0,5,6,11]),t=Ta(n),l.label=1;case 1:return[4,t.next()];case 2:if(s=l.sent(),!!s.done)return[3,4];if(o=s.value,e.next(o),e.closed)return[2];l.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=l.sent(),r={error:a},[3,11];case 6:return l.trys.push([6,,9,10]),s&&!s.done&&(i=t.return)?[4,i.call(t)]:[3,8];case 7:l.sent(),l.label=8;case 8:return[3,10];case 9:if(r)throw r.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}})})}function Ce(n,e,t,s,r){s===void 0&&(s=0),r===void 0&&(r=!1);var i=e.schedule(function(){t(),r?n.add(this.schedule(null,s)):this.unsubscribe()},s);if(n.add(i),!r)return i}function ao(n,e){return e===void 0&&(e=0),xe(function(t,s){t.subscribe(ee(s,function(r){return Ce(s,n,function(){return s.next(r)},e)},function(){return Ce(s,n,function(){return s.complete()},e)},function(r){return Ce(s,n,function(){return s.error(r)},e)}))})}function lo(n,e){return e===void 0&&(e=0),xe(function(t,s){s.add(n.schedule(function(){return t.subscribe(s)},e))})}function Xa(n,e){return pe(n).pipe(lo(e),ao(e))}function Va(n,e){return pe(n).pipe(lo(e),ao(e))}function Qa(n,e){return new X(function(t){var s=0;return e.schedule(function(){s===n.length?t.complete():(t.next(n[s++]),t.closed||this.schedule())})})}function Ja(n,e){return new X(function(t){var s;return Ce(t,e,function(){s=n[no](),Ce(t,e,function(){var r,i,o;try{r=s.next(),i=r.value,o=r.done}catch(a){t.error(a);return}o?t.complete():t.next(i)},0,!0)}),function(){return C(s==null?void 0:s.return)&&s.return()}})}function co(n,e){if(!n)throw new Error("Iterable cannot be null");return new X(function(t){Ce(t,e,function(){var s=n[Symbol.asyncIterator]();Ce(t,e,function(){s.next().then(function(r){r.done?t.complete():t.next(r.value)})},0,!0)})})}function el(n,e){return co(ro(n),e)}function tl(n,e){if(n!=null){if(Ji(n))return Xa(n,e);if(Ps(n))return Qa(n,e);if(Qi(n))return Va(n,e);if(eo(n))return co(n,e);if(so(n))return Ja(n,e);if(io(n))return el(n,e)}throw to(n)}function En(n,e){return e?tl(n,e):pe(n)}function ds(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Is(n);return En(n,t)}function cn(n,e){return xe(function(t,s){var r=0;t.subscribe(ee(s,function(i){s.next(n.call(e,i,r++))}))})}var nl=Array.isArray;function sl(n,e){return nl(e)?n.apply(void 0,at([],Fe(e))):n(e)}function uo(n){return cn(function(e){return sl(n,e)})}var rl=Array.isArray,il=Object.getPrototypeOf,ol=Object.prototype,al=Object.keys;function ll(n){if(n.length===1){var e=n[0];if(rl(e))return{args:e,keys:null};if(cl(e)){var t=al(e);return{args:t.map(function(s){return e[s]}),keys:t}}}return{args:n,keys:null}}function cl(n){return n&&typeof n=="object"&&il(n)===ol}function ul(n,e){return n.reduce(function(t,s,r){return t[s]=e[r],t},{})}function hl(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Is(n),s=Vi(n),r=ll(n),i=r.args,o=r.keys;if(i.length===0)return En([],t);var a=new X(dl(i,t,o?function(l){return ul(o,l)}:Nt));return s?a.pipe(uo(s)):a}function dl(n,e,t){return t===void 0&&(t=Nt),function(s){qr(e,function(){for(var r=n.length,i=new Array(r),o=r,a=r,l=function(u){qr(e,function(){var p=En(n[u],e),d=!1;p.subscribe(ee(s,function(g){i[u]=g,d||(d=!0,a--),a||s.next(t(i.slice()))},function(){--o||s.complete()}))},s)},c=0;c<r;c++)l(c)},s)}}function qr(n,e,t){n?Ce(t,n,e):e()}function pl(n,e,t,s,r,i,o,a){var l=[],c=0,u=0,p=!1,d=function(){p&&!l.length&&!c&&e.complete()},g=function(y){return c<s?v(y):l.push(y)},v=function(y){c++;var fe=!1;pe(t(y,u++)).subscribe(ee(e,function(ne){e.next(ne)},function(){fe=!0},void 0,function(){if(fe)try{c--;for(var ne=function(){var we=l.shift();o||v(we)};l.length&&c<s;)ne();d()}catch(we){e.error(we)}}))};return n.subscribe(ee(e,g,function(){p=!0,d()})),function(){}}function Ms(n,e,t){return t===void 0&&(t=1/0),C(e)?Ms(function(s,r){return cn(function(i,o){return e(s,i,r,o)})(pe(n(s,r)))},t):(typeof e=="number"&&(t=e),xe(function(s,r){return pl(s,r,n,t)}))}function fl(n){return n===void 0&&(n=1/0),Ms(Nt,n)}var gl=["addListener","removeListener"],ml=["addEventListener","removeEventListener"],vl=["on","off"];function un(n,e,t,s){if(C(t)&&(s=t,t=void 0),s)return un(n,e,t).pipe(uo(s));var r=Fe($l(n)?ml.map(function(a){return function(l){return n[a](e,l,t)}}):bl(n)?gl.map(Wr(n,e)):yl(n)?vl.map(Wr(n,e)):[],2),i=r[0],o=r[1];if(!i&&Ps(n))return Ms(function(a){return un(a,e,t)})(pe(n));if(!i)throw new TypeError("Invalid event target");return new X(function(a){var l=function(){for(var c=[],u=0;u<arguments.length;u++)c[u]=arguments[u];return a.next(1<c.length?c:c[0])};return i(l),function(){return o(l)}})}function Wr(n,e){return function(t){return function(s){return n[t](e,s)}}}function bl(n){return C(n.addListener)&&C(n.removeListener)}function yl(n){return C(n.on)&&C(n.off)}function $l(n){return C(n.addEventListener)&&C(n.removeEventListener)}function xl(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Is(n),s=Fa(n,1/0),r=n;return r.length?r.length===1?pe(r[0]):fl(s)(En(r,t)):Dt}function wl(n,e){return xe(function(t,s){var r=0;t.subscribe(ee(s,function(i){return n.call(e,i,r++)&&s.next(i)}))})}function ze(n){return n<=0?function(){return Dt}:xe(function(e,t){var s=0;e.subscribe(ee(t,function(r){++s<=n&&(t.next(r),n<=s&&t.complete())}))})}function st(n,e){return xe(function(t,s){var r=null,i=0,o=!1,a=function(){return o&&!r&&s.complete()};t.subscribe(ee(s,function(l){r==null||r.unsubscribe();var c=0,u=i++;pe(n(l,u)).subscribe(r=ee(s,function(p){return s.next(e?e(l,p,u,c++):p)},function(){r=null,a()}))},function(){o=!0,a()}))})}function ps(n){return xe(function(e,t){pe(n).subscribe(ee(t,function(){return t.complete()},ln)),!t.closed&&e.subscribe(t)})}function fs(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Vi(n);return xe(function(s,r){for(var i=n.length,o=new Array(i),a=n.map(function(){return!1}),l=!1,c=function(p){pe(n[p]).subscribe(ee(r,function(d){o[p]=d,!l&&!a[p]&&(a[p]=!0,(l=a.every(Nt))&&(a=null))},ln))},u=0;u<i;u++)c(u);s.subscribe(ee(r,function(p){if(l){var d=at([p],Fe(o));r.next(t?t.apply(void 0,at([],Fe(d))):d)}}))})}var ye=(n=>(n.User="user",n.Agent="agent",n.System="system",n))(ye||{});const kl=()=>"10000000-1000-4000-8000-100000000000".replace(/[018]/g,n=>(+n^crypto.getRandomValues(new Uint8Array(1))[0]&15>>+n/4).toString(16)),ho=()=>typeof crypto.randomUUID=="function"?crypto.randomUUID():kl();function Gr(n){let e=n;const t=/https?:\/\/[^\s<]+/gi,s=/<a [^>]*href="([^"]*)"[^>]*>[^<]*<\/a>/g,r=n.match(t)||[],i=[];let o;for(;(o=s.exec(n))!==null;)i.push(o[1]);return r.filter(l=>!i.includes(l)).forEach(l=>{const c=l.endsWith(".")?l.slice(0,-1):l,u=new RegExp(`(?<!<a[^>]*>)${c.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}(?![^<]*</a>)`,"gi");e=e.replace(u,`<a title='${c}' target="_blank" rel="noopener noreferrer" href='${c}'>${c}</a>`)}),e}function gs(n){if(n.includes("aceChatGuideTitle"))return Sl(n);const e=/<a [^>]*>https?:\/\/[^<]*<\/a>/gim;return n.replace(e,t=>{const s=po(t);if(!s)return t;const r=50;if(s.length>r){const i=/^(https?:\/\/[^/]+)(\/.*)?$/i,o=s.match(i);if(!o)return t;const a=o[1],c=(o[2]||"/").split("?")[0],u=c.split("/").pop(),p=r-a.length;let d=c;u&&u.length<p&&c.length>p?d=c.substring(0,p-u.length-4)+".../"+u:d=c.substring(0,p-3)+"...";const g=`${a}${d}`;return ms(t,g)}return ms(t,s)})}function po(n){const e=n.match(/href=["']([^'"]*)["']/);if(e&&e.length>1){let t=e[1];return t.endsWith(".")&&(t=t.slice(0,-1)),t}return null}function ms(n,e){return n.replace(/>[^<]*<\/a>/,`>${e}</a>`)}function Sl(n){const e=/<a [^>]*aceChatGuideTitle[^>]*>[^<]*<\/a>/gm;return n.replace(e,t=>{const s=po(t);if(!s)return t;const r=s.split("?").pop(),o=new URLSearchParams(r).get("aceChatGuideTitle");return o?ms(t,o):t})}class Ut{constructor(e,t,s,r){this.type=e,this.sender=t,this.messages=s,this.status="delivered",this.didUpdate=new M,this.actions$=new M,this.remove$=new M,this.timestamp=r??Date.now(),this.id=ho()}update(e){this.messages=[{items:e}],this.didUpdate.next(this)}setStatus(e){this.status=e,this.didUpdate.next(this)}setSenderName(e){this.sender={...this.sender,name:e},this.didUpdate.next(this)}remove(){this.remove$.next()}}class _l{constructor(e){this.name=e,this.print$=new M}print(e,t="html",s=this.name,r){const i=new Ut(ye.Agent,{name:s},[{items:[[t,{content:e}]]}],r);return this.print$.next(i),i}subscribe(){return this.print$.asObservable()}}class Cl{constructor(e){this.name=e,this.print$=new M}print(e,t=this.name,s){const r=new Ut(ye.User,{name:t},[{items:[["html",{content:e}]]}],s);return this.print$.next(r),r}subscribe(){return this.print$.asObservable()}}class El{constructor(){this.print$=new M,this.name="system"}print(e,t){const s=new Ut(ye.System,{name:this.name},[{items:[["html",{content:e}]]}],t);return this.print$.next(s),s}subscribe(){return this.print$.asObservable()}}class Al{constructor(e,t){this.name=e,this.component=t,this.print$=new M,this.typingState$=new j(!1),this.complete$=new M,this.system=this.createSystem(),this.rehydrate$=new M,this.saveToCurrentSession$=new M,this.showChatOverlay$=new j(!1),this.onComplete=()=>this.complete$.asObservable()}connect(e={}){this.complete$.pipe(ze(1)).subscribe(()=>{this.disconnected()})}disconnected(){}onUserSubmit(e){this.print(ye.User,e.text)}print(e,t){const s=new Ut(e,{name:""},[{items:[["html",{content:t}]]}]);return this.printEntry(s)}printEntry(e){return this.print$.next(e),e}createAgent(e){const t=new _l(e);return t.subscribe().subscribe(s=>{this.playNotification(),this.printEntry(s)}),t}createUser(e){const t=new Cl(e);return t.subscribe().subscribe(s=>{this.printEntry(s)}),t}createSystem(){const e=new El;return e.subscribe().subscribe(t=>{this.printEntry(t)}),e}setTypingState(e){this.typingState$.next(e)}setToastMessage(e){this.component.setToastMessage(e)}isTyping(){return this.typingState$.asObservable()}actions(){return this.print$.asObservable()}playNotification(){const e=!document.hidden&&this.component.application.storage.get("open"),t="https://publicpoc.blob.core.windows.net/widget-assets/notification.mp3";!this.component.application.storage.get("muteAudioNotifications")&&!e&&new Audio(t).play().catch(r=>{})}complete(){this.complete$.next()}save(e){this.saveToCurrentSession$.next(e)}async rehydrate(e){}}/**
|
|
4
4
|
* @license
|
|
5
5
|
* Copyright 2019 Google LLC
|
|
6
6
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
-
*/const rn=globalThis,Ns=rn.ShadowRoot&&(rn.ShadyCSS===void 0||rn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ds=Symbol(),
|
|
7
|
+
*/const rn=globalThis,Ns=rn.ShadowRoot&&(rn.ShadyCSS===void 0||rn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ds=Symbol(),Zr=new WeakMap;let fo=class{constructor(e,t,s){if(this._$cssResult$=!0,s!==Ds)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(Ns&&e===void 0){const s=t!==void 0&&t.length===1;s&&(e=Zr.get(t)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),s&&Zr.set(t,e))}return e}toString(){return this.cssText}};const Tl=n=>new fo(typeof n=="string"?n:n+"",void 0,Ds),Y=(n,...e)=>{const t=n.length===1?n[0]:e.reduce((s,r,i)=>s+(o=>{if(o._$cssResult$===!0)return o.cssText;if(typeof o=="number")return o;throw Error("Value passed to 'css' function must be a 'css' function result: "+o+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(r)+n[i+1],n[0]);return new fo(t,n,Ds)},Rl=(n,e)=>{if(Ns)n.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of e){const s=document.createElement("style"),r=rn.litNonce;r!==void 0&&s.setAttribute("nonce",r),s.textContent=t.cssText,n.appendChild(s)}},Yr=Ns?n=>n:n=>n instanceof CSSStyleSheet?(e=>{let t="";for(const s of e.cssRules)t+=s.cssText;return Tl(t)})(n):n;/**
|
|
8
8
|
* @license
|
|
9
9
|
* Copyright 2017 Google LLC
|
|
10
10
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
11
|
-
*/const{is:
|
|
11
|
+
*/const{is:Ll,defineProperty:Ol,getOwnPropertyDescriptor:Il,getOwnPropertyNames:Pl,getOwnPropertySymbols:Ml,getPrototypeOf:Nl}=Object,Ee=globalThis,Kr=Ee.trustedTypes,Dl=Kr?Kr.emptyScript:"",Kn=Ee.reactiveElementPolyfillSupport,St=(n,e)=>n,hn={toAttribute(n,e){switch(e){case Boolean:n=n?Dl:null;break;case Object:case Array:n=n==null?n:JSON.stringify(n)}return n},fromAttribute(n,e){let t=n;switch(e){case Boolean:t=n!==null;break;case Number:t=n===null?null:Number(n);break;case Object:case Array:try{t=JSON.parse(n)}catch{t=null}}return t}},Us=(n,e)=>!Ll(n,e),Xr={attribute:!0,type:String,converter:hn,reflect:!1,useDefault:!1,hasChanged:Us};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),Ee.litPropertyMetadata??(Ee.litPropertyMetadata=new WeakMap);let Qe=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??(this.l=[])).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=Xr){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const s=Symbol(),r=this.getPropertyDescriptor(e,s,t);r!==void 0&&Ol(this.prototype,e,r)}}static getPropertyDescriptor(e,t,s){const{get:r,set:i}=Il(this.prototype,e)??{get(){return this[t]},set(o){this[t]=o}};return{get:r,set(o){const a=r==null?void 0:r.call(this);i==null||i.call(this,o),this.requestUpdate(e,a,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Xr}static _$Ei(){if(this.hasOwnProperty(St("elementProperties")))return;const e=Nl(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(St("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(St("properties"))){const t=this.properties,s=[...Pl(t),...Ml(t)];for(const r of s)this.createProperty(r,t[r])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[s,r]of t)this.elementProperties.set(s,r)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const r=this._$Eu(t,s);r!==void 0&&this._$Eh.set(r,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const s=new Set(e.flat(1/0).reverse());for(const r of s)t.unshift(Yr(r))}else e!==void 0&&t.push(Yr(e));return t}static _$Eu(e,t){const s=t.attribute;return s===!1?void 0:typeof s=="string"?s:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var e;this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)==null||e.forEach(t=>t(this))}addController(e){var t;(this._$EO??(this._$EO=new Set)).add(e),this.renderRoot!==void 0&&this.isConnected&&((t=e.hostConnected)==null||t.call(e))}removeController(e){var t;(t=this._$EO)==null||t.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const s of t.keys())this.hasOwnProperty(s)&&(e.set(s,this[s]),delete this[s]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Rl(e,this.constructor.elementStyles),e}connectedCallback(){var e;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$EO)==null||e.forEach(t=>{var s;return(s=t.hostConnected)==null?void 0:s.call(t)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$EO)==null||e.forEach(t=>{var s;return(s=t.hostDisconnected)==null?void 0:s.call(t)})}attributeChangedCallback(e,t,s){this._$AK(e,s)}_$ET(e,t){var i;const s=this.constructor.elementProperties.get(e),r=this.constructor._$Eu(e,s);if(r!==void 0&&s.reflect===!0){const o=(((i=s.converter)==null?void 0:i.toAttribute)!==void 0?s.converter:hn).toAttribute(t,s.type);this._$Em=e,o==null?this.removeAttribute(r):this.setAttribute(r,o),this._$Em=null}}_$AK(e,t){var i,o;const s=this.constructor,r=s._$Eh.get(e);if(r!==void 0&&this._$Em!==r){const a=s.getPropertyOptions(r),l=typeof a.converter=="function"?{fromAttribute:a.converter}:((i=a.converter)==null?void 0:i.fromAttribute)!==void 0?a.converter:hn;this._$Em=r;const c=l.fromAttribute(t,a.type);this[r]=c??((o=this._$Ej)==null?void 0:o.get(r))??c,this._$Em=null}}requestUpdate(e,t,s,r=!1,i){var o;if(e!==void 0){const a=this.constructor;if(r===!1&&(i=this[e]),s??(s=a.getPropertyOptions(e)),!((s.hasChanged??Us)(i,t)||s.useDefault&&s.reflect&&i===((o=this._$Ej)==null?void 0:o.get(e))&&!this.hasAttribute(a._$Eu(e,s))))return;this.C(e,t,s)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:s,reflect:r,wrapped:i},o){s&&!(this._$Ej??(this._$Ej=new Map)).has(e)&&(this._$Ej.set(e,o??t??this[e]),i!==!0||o!==void 0)||(this._$AL.has(e)||(this.hasUpdated||s||(t=void 0),this._$AL.set(e,t)),r===!0&&this._$Em!==e&&(this._$Eq??(this._$Eq=new Set)).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var s;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[i,o]of this._$Ep)this[i]=o;this._$Ep=void 0}const r=this.constructor.elementProperties;if(r.size>0)for(const[i,o]of r){const{wrapped:a}=o,l=this[i];a!==!0||this._$AL.has(i)||l===void 0||this.C(i,void 0,o,l)}}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),(s=this._$EO)==null||s.forEach(r=>{var i;return(i=r.hostUpdate)==null?void 0:i.call(r)}),this.update(t)):this._$EM()}catch(r){throw e=!1,this._$EM(),r}e&&this._$AE(t)}willUpdate(e){}_$AE(e){var t;(t=this._$EO)==null||t.forEach(s=>{var r;return(r=s.hostUpdated)==null?void 0:r.call(s)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&(this._$Eq=this._$Eq.forEach(t=>this._$ET(t,this[t]))),this._$EM()}updated(e){}firstUpdated(e){}};Qe.elementStyles=[],Qe.shadowRootOptions={mode:"open"},Qe[St("elementProperties")]=new Map,Qe[St("finalized")]=new Map,Kn==null||Kn({ReactiveElement:Qe}),(Ee.reactiveElementVersions??(Ee.reactiveElementVersions=[])).push("2.1.2");/**
|
|
12
12
|
* @license
|
|
13
13
|
* Copyright 2017 Google LLC
|
|
14
14
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
15
|
-
*/const _t=globalThis,
|
|
16
|
-
\f\r]`,gt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
|
|
17
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
15
|
+
*/const _t=globalThis,Vr=n=>n,dn=_t.trustedTypes,Qr=dn?dn.createPolicy("lit-html",{createHTML:n=>n}):void 0,go="$lit$",_e=`lit$${Math.random().toFixed(9).slice(2)}$`,mo="?"+_e,Ul=`<${mo}>`,je=document,At=()=>je.createComment(""),Tt=n=>n===null||typeof n!="object"&&typeof n!="function",zs=Array.isArray,zl=n=>zs(n)||typeof(n==null?void 0:n[Symbol.iterator])=="function",Xn=`[
|
|
16
|
+
\f\r]`,gt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Jr=/-->/g,ei=/>/g,Ne=RegExp(`>|${Xn}(?:([^\\s"'>=/]+)(${Xn}*=${Xn}*(?:[^
|
|
17
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),ti=/'/g,ni=/"/g,vo=/^(?:script|style|textarea|title)$/i,Bl=n=>(e,...t)=>({_$litType$:n,strings:e,values:t}),$=Bl(1),Ae=Symbol.for("lit-noChange"),x=Symbol.for("lit-nothing"),si=new WeakMap,Ue=je.createTreeWalker(je,129);function bo(n,e){if(!zs(n)||!n.hasOwnProperty("raw"))throw Error("invalid template strings array");return Qr!==void 0?Qr.createHTML(e):e}const Hl=(n,e)=>{const t=n.length-1,s=[];let r,i=e===2?"<svg>":e===3?"<math>":"",o=gt;for(let a=0;a<t;a++){const l=n[a];let c,u,p=-1,d=0;for(;d<l.length&&(o.lastIndex=d,u=o.exec(l),u!==null);)d=o.lastIndex,o===gt?u[1]==="!--"?o=Jr:u[1]!==void 0?o=ei:u[2]!==void 0?(vo.test(u[2])&&(r=RegExp("</"+u[2],"g")),o=Ne):u[3]!==void 0&&(o=Ne):o===Ne?u[0]===">"?(o=r??gt,p=-1):u[1]===void 0?p=-2:(p=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Ne:u[3]==='"'?ni:ti):o===ni||o===ti?o=Ne:o===Jr||o===ei?o=gt:(o=Ne,r=void 0);const g=o===Ne&&n[a+1].startsWith("/>")?" ":"";i+=o===gt?l+Ul:p>=0?(s.push(c),l.slice(0,p)+go+l.slice(p)+_e+g):l+_e+(p===-2?a:g)}return[bo(n,i+(n[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),s]};class Rt{constructor({strings:e,_$litType$:t},s){let r;this.parts=[];let i=0,o=0;const a=e.length-1,l=this.parts,[c,u]=Hl(e,t);if(this.el=Rt.createElement(c,s),Ue.currentNode=this.el.content,t===2||t===3){const p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(r=Ue.nextNode())!==null&&l.length<a;){if(r.nodeType===1){if(r.hasAttributes())for(const p of r.getAttributeNames())if(p.endsWith(go)){const d=u[o++],g=r.getAttribute(p).split(_e),v=/([.?@])?(.*)/.exec(d);l.push({type:1,index:i,name:v[2],strings:g,ctor:v[1]==="."?jl:v[1]==="?"?ql:v[1]==="@"?Wl:An}),r.removeAttribute(p)}else p.startsWith(_e)&&(l.push({type:6,index:i}),r.removeAttribute(p));if(vo.test(r.tagName)){const p=r.textContent.split(_e),d=p.length-1;if(d>0){r.textContent=dn?dn.emptyScript:"";for(let g=0;g<d;g++)r.append(p[g],At()),Ue.nextNode(),l.push({type:2,index:++i});r.append(p[d],At())}}}else if(r.nodeType===8)if(r.data===mo)l.push({type:2,index:i});else{let p=-1;for(;(p=r.data.indexOf(_e,p+1))!==-1;)l.push({type:7,index:i}),p+=_e.length-1}i++}}static createElement(e,t){const s=je.createElement("template");return s.innerHTML=e,s}}function lt(n,e,t=n,s){var o,a;if(e===Ae)return e;let r=s!==void 0?(o=t._$Co)==null?void 0:o[s]:t._$Cl;const i=Tt(e)?void 0:e._$litDirective$;return(r==null?void 0:r.constructor)!==i&&((a=r==null?void 0:r._$AO)==null||a.call(r,!1),i===void 0?r=void 0:(r=new i(n),r._$AT(n,t,s)),s!==void 0?(t._$Co??(t._$Co=[]))[s]=r:t._$Cl=r),r!==void 0&&(e=lt(n,r._$AS(n,e.values),r,s)),e}class Fl{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:s}=this._$AD,r=((e==null?void 0:e.creationScope)??je).importNode(t,!0);Ue.currentNode=r;let i=Ue.nextNode(),o=0,a=0,l=s[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new zt(i,i.nextSibling,this,e):l.type===1?c=new l.ctor(i,l.name,l.strings,this,e):l.type===6&&(c=new Gl(i,this,e)),this._$AV.push(c),l=s[++a]}o!==(l==null?void 0:l.index)&&(i=Ue.nextNode(),o++)}return Ue.currentNode=je,r}p(e){let t=0;for(const s of this._$AV)s!==void 0&&(s.strings!==void 0?(s._$AI(e,s,t),t+=s.strings.length-2):s._$AI(e[t])),t++}}class zt{get _$AU(){var e;return((e=this._$AM)==null?void 0:e._$AU)??this._$Cv}constructor(e,t,s,r){this.type=2,this._$AH=x,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=s,this.options=r,this._$Cv=(r==null?void 0:r.isConnected)??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return t!==void 0&&(e==null?void 0:e.nodeType)===11&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=lt(this,e,t),Tt(e)?e===x||e==null||e===""?(this._$AH!==x&&this._$AR(),this._$AH=x):e!==this._$AH&&e!==Ae&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):zl(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==x&&Tt(this._$AH)?this._$AA.nextSibling.data=e:this.T(je.createTextNode(e)),this._$AH=e}$(e){var i;const{values:t,_$litType$:s}=e,r=typeof s=="number"?this._$AC(e):(s.el===void 0&&(s.el=Rt.createElement(bo(s.h,s.h[0]),this.options)),s);if(((i=this._$AH)==null?void 0:i._$AD)===r)this._$AH.p(t);else{const o=new Fl(r,this),a=o.u(this.options);o.p(t),this.T(a),this._$AH=o}}_$AC(e){let t=si.get(e.strings);return t===void 0&&si.set(e.strings,t=new Rt(e)),t}k(e){zs(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let s,r=0;for(const i of e)r===t.length?t.push(s=new zt(this.O(At()),this.O(At()),this,this.options)):s=t[r],s._$AI(i),r++;r<t.length&&(this._$AR(s&&s._$AB.nextSibling,r),t.length=r)}_$AR(e=this._$AA.nextSibling,t){var s;for((s=this._$AP)==null?void 0:s.call(this,!1,!0,t);e!==this._$AB;){const r=Vr(e).nextSibling;Vr(e).remove(),e=r}}setConnected(e){var t;this._$AM===void 0&&(this._$Cv=e,(t=this._$AP)==null||t.call(this,e))}}let An=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,s,r,i){this.type=1,this._$AH=x,this._$AN=void 0,this.element=e,this.name=t,this._$AM=r,this.options=i,s.length>2||s[0]!==""||s[1]!==""?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=x}_$AI(e,t=this,s,r){const i=this.strings;let o=!1;if(i===void 0)e=lt(this,e,t,0),o=!Tt(e)||e!==this._$AH&&e!==Ae,o&&(this._$AH=e);else{const a=e;let l,c;for(e=i[0],l=0;l<i.length-1;l++)c=lt(this,a[s+l],t,l),c===Ae&&(c=this._$AH[l]),o||(o=!Tt(c)||c!==this._$AH[l]),c===x?e=x:e!==x&&(e+=(c??"")+i[l+1]),this._$AH[l]=c}o&&!r&&this.j(e)}j(e){e===x?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}};class jl extends An{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===x?void 0:e}}class ql extends An{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==x)}}class Wl extends An{constructor(e,t,s,r,i){super(e,t,s,r,i),this.type=5}_$AI(e,t=this){if((e=lt(this,e,t,0)??x)===Ae)return;const s=this._$AH,r=e===x&&s!==x||e.capture!==s.capture||e.once!==s.once||e.passive!==s.passive,i=e!==x&&(s===x||r);r&&this.element.removeEventListener(this.name,this,s),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var t;typeof this._$AH=="function"?this._$AH.call(((t=this.options)==null?void 0:t.host)??this.element,e):this._$AH.handleEvent(e)}}class Gl{constructor(e,t,s){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(e){lt(this,e)}}const Vn=_t.litHtmlPolyfillSupport;Vn==null||Vn(Rt,zt),(_t.litHtmlVersions??(_t.litHtmlVersions=[])).push("3.3.2");const Zl=(n,e,t)=>{const s=(t==null?void 0:t.renderBefore)??e;let r=s._$litPart$;if(r===void 0){const i=(t==null?void 0:t.renderBefore)??null;s._$litPart$=r=new zt(e.insertBefore(At(),i),i,void 0,t??{})}return r._$AI(n),r};/**
|
|
18
18
|
* @license
|
|
19
19
|
* Copyright 2017 Google LLC
|
|
20
20
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
21
|
-
*/const Be=globalThis;let M=class extends Ve{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t;const e=super.createRenderRoot();return(t=this.renderOptions).renderBefore??(t.renderBefore=e.firstChild),e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Gl(t,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)==null||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)==null||e.setConnected(!1)}render(){return Ce}};var qr;M._$litElement$=!0,M.finalized=!0,(qr=Be.litElementHydrateSupport)==null||qr.call(Be,{LitElement:M});const Qn=Be.litElementPolyfillSupport;Qn==null||Qn({LitElement:M});(Be.litElementVersions??(Be.litElementVersions=[])).push("4.2.2");const Zl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4.01731 47.4568 16.5432 59.9827 32 60ZM32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6923 45.0849 45.0849 55.6923 32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.32247 18.9212 18.9212 8.32247 32 8.30769Z"/><path d="M29.3491 38.6031V20.6807C29.348 19.8662 29.4903 19.0598 29.7675 18.3096C29.9945 17.6371 30.3484 17.0302 30.804 16.5322C31.1251 16.1524 31.5593 15.9246 32.0204 15.894C32.6852 15.894 33.3496 16.471 34.0134 17.625C34.3738 18.1337 34.5955 18.7525 34.6509 19.4042V37.3267C34.6509 37.9947 34.2454 38.6329 33.4345 39.2414C32.6632 39.835 31.7547 40.1521 30.825 40.1523C29.8423 40.1524 29.3503 39.636 29.3491 38.6031Z"/><path d="M33.66 44.6959C33.9649 45.0866 34.161 45.551 34.2284 46.0419C34.2284 46.5397 33.8893 47.0083 33.2109 47.4476C32.5638 47.8771 31.8043 48.1062 31.0275 48.1061C30.1902 48.1061 29.7716 47.7271 29.7716 46.9693C29.7703 46.3788 29.8874 45.7941 30.116 45.2496C30.3064 44.7579 30.6022 44.3138 30.9826 43.9487C31.2626 43.6591 31.6427 43.4875 32.045 43.4692C32.5635 43.4692 33.1019 43.8781 33.66 44.6959Z"/></svg>'},Yl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9829 16.5431 47.4569 4.01712 32 4ZM44.5613 24.5793L31.6382 43.9639C31.2806 44.5011 30.7008 44.8493 30.0586 44.9126C29.988 44.9197 29.9171 44.9232 29.8462 44.9231C29.275 44.9229 28.7272 44.696 28.3233 44.2921L19.7079 35.6767C19.1639 35.1326 18.9514 34.3396 19.1505 33.5964C19.3497 32.8533 19.9302 32.2728 20.6734 32.0736C21.4166 31.8745 22.2095 32.087 22.7536 32.631L29.5117 39.3881L40.9772 22.1899C41.4016 21.5439 42.1396 21.1749 42.9111 21.2229C43.6825 21.2709 44.3691 21.7286 44.7101 22.4223C45.0511 23.1159 44.9944 23.9391 44.5613 24.5793Z"/></svg>'},bo={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9998 4C16.5358 4 3.99976 16.536 3.99976 32C3.99976 47.464 16.5358 60 31.9998 60C47.4637 60 59.9998 47.464 59.9998 32C59.9826 16.5431 47.4566 4.01712 31.9998 4ZM31.9998 55.6923C18.9149 55.6923 8.30745 45.0849 8.30745 32C8.30745 18.9151 18.9149 8.30769 31.9998 8.30769C45.0847 8.30769 55.6921 18.9151 55.6921 32C55.6773 45.0788 45.0785 55.6775 31.9998 55.6923ZM44.5611 24.5793L31.638 43.9639C31.2804 44.5011 30.7005 44.8493 30.0584 44.9126C29.9878 44.9197 29.9169 44.9232 29.8459 44.9231C29.2747 44.9229 28.727 44.696 28.3231 44.2921L19.7077 35.6767C19.1636 35.1326 18.9512 34.3396 19.1503 33.5964C19.3494 32.8533 19.9299 32.2728 20.6731 32.0736C21.4163 31.8745 22.2093 32.087 22.7534 32.631L29.5115 39.3881L40.9769 22.1899C41.4013 21.5439 42.1394 21.1749 42.9108 21.2229C43.6823 21.2709 44.3688 21.7286 44.7099 22.4223C45.0509 23.1159 44.9941 23.9391 44.5611 24.5793Z"/></svg>'},Kl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M53.0318 24.8653L33.5318 44.3653C33.1256 44.7717 32.5745 45.0001 31.9999 45.0001C31.4253 45.0001 30.8742 44.7717 30.468 44.3653L10.968 24.8653C10.122 24.0193 10.122 22.6476 10.968 21.8015C11.8141 20.9555 13.1858 20.9555 14.0318 21.8015L31.9999 39.7696L49.968 21.8015C50.8141 20.9555 52.1858 20.9555 53.0318 21.8015C53.8779 22.6476 53.8779 24.0193 53.0318 24.8653Z"/></svg>'},Xl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 56C45.2548 56 56 45.2548 56 32C56 18.7452 45.2548 8 32 8C18.7452 8 8 18.7452 8 32C8 45.2548 18.7452 56 32 56ZM32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60Z"/><path d="M25.2772 22.695C24.5164 21.8942 23.2505 21.8617 22.4497 22.6225C21.6488 23.3833 21.6164 24.6492 22.3772 25.45L29.2411 32.6752L22.4773 39.795C21.7166 40.5958 21.749 41.8617 22.5498 42.6225C23.3507 43.3833 24.6166 43.3508 25.3773 42.55L31.9998 35.5791L38.6222 42.55C39.3829 43.3508 40.6488 43.3833 41.4497 42.6225C42.2505 41.8617 42.2829 40.5958 41.5222 39.795L34.7584 32.6752L41.6223 25.45C42.3831 24.6492 42.3507 23.3833 41.5498 22.6225C40.749 21.8617 39.4831 21.8942 38.7224 22.695L31.9998 29.7714L25.2772 22.695Z"/></svg>'},ir={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M51.4283 11.6761L53.1768 9.53891C53.9347 8.61282 53.7982 7.24774 52.8722 6.48993C51.9461 5.73211 50.581 5.86852 49.8232 6.79461L36.3333 23.2822V13.3972C36.3332 11.6447 35.2774 10.0648 33.6583 9.39418C32.0391 8.72356 30.1755 9.09425 28.9362 10.3334L18.1029 21.1668H14.6667C9.88247 21.1722 6.00547 25.0492 6 29.8334V34.1668C6.00547 38.951 9.88247 42.828 14.6667 42.8334H18.1029L19.3315 44.0621L10.8232 54.4613C10.0653 55.3874 10.2018 56.7525 11.1279 57.5103C12.0539 58.2681 13.419 58.1317 14.1768 57.2056L22.411 47.1416L28.9362 53.6668C30.1755 54.9059 32.0391 55.2766 33.6583 54.606C35.2774 53.9354 36.3332 52.3555 36.3333 50.603V30.1254L42.6092 22.4549C44.2201 25.3756 45.044 28.6649 45 32.0001C45.1184 36.1899 43.7698 40.2896 41.1872 43.5909C40.409 44.5001 40.5152 45.8679 41.4243 46.6461C42.3334 47.4243 43.7012 47.3183 44.4795 46.4093C47.7313 42.3208 49.4486 37.2227 49.3333 32.0001C49.403 27.3538 48.067 22.7949 45.5005 18.9211L48.6119 15.1182C52.019 20.0793 53.7867 25.9829 53.6667 32.0001C53.6667 39.0587 51.4873 45.6518 47.6872 50.0909C46.909 51.0001 47.0152 52.3679 47.9243 53.1461C48.8334 53.9243 50.2012 53.8183 50.9795 52.9093C55.4408 47.6968 58 40.0764 58 32.0001C58 24.21 55.6006 16.8662 51.4283 11.6761ZM19.8971 38.5H14.6667C12.2744 38.4977 10.3357 36.559 10.3333 34.1667V29.8334C10.3357 27.4411 12.2744 25.5024 14.6667 25.5H19.8971L32 13.3972V28.5784L22.089 40.6919L19.8971 38.5ZM31.9997 50.603L25.1682 43.7715L31.9997 35.4218V50.603Z"/></svg>'},Vl={name:"question",svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9827 16.5432 47.4568 4.01731 32 4ZM32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.30769 18.9151 18.9151 8.30769 32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6775 45.0788 45.0788 55.6775 32 55.6923Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9423 37.5723L36.311 32.9068L36.7354 32.4448C39.7555 29.1161 40.7645 27.0647 40.7645 24.5087C40.7645 23.1091 40.4251 21.7942 39.7041 20.6491C38.3044 18.3587 35.6323 16.9166 32.2816 16.9166C28.7565 16.9166 25.3125 18.7414 23.2581 21.6772L23.1201 21.8791C22.8232 22.3032 22.696 22.6849 22.696 22.9818C22.696 23.7029 23.926 25.9932 25.2833 25.9932C25.5378 25.9932 25.7922 25.9084 26.0467 25.7388C26.2588 25.5691 26.5981 25.2298 27.0647 24.7208C28.8885 22.6849 30.1185 21.9215 31.7726 21.9215C33.6813 21.9215 35.081 23.1939 35.081 24.8905C35.081 26.375 34.2751 27.7746 32.3664 29.8529L28.2523 34.2216C27.9554 34.6033 27.7857 34.9426 27.7857 35.282C27.7857 35.6213 27.9978 36.1726 28.4219 36.8937C29.0581 37.8692 29.7368 38.3782 30.4578 38.3782C30.9244 38.3782 31.3909 38.1237 31.9423 37.5723ZM30.882 47.4972C29.2278 47.4972 27.6585 44.7403 27.6585 43.6799C27.6585 42.1954 30.0761 40.6261 32.4089 40.6261C33.6389 40.6261 34.2751 41.1775 34.2751 42.3227C34.2751 44.0616 33.4692 45.843 32.4513 46.7761C31.9423 47.2427 31.4334 47.4972 30.882 47.4972Z"/></svg>'},Ql={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.41642 6.29292C5.99705 5.18016 3.38612 7.41823 4.12858 9.96847L10.5427 32L4.12858 54.0315C3.38612 56.5818 5.99704 58.8198 8.41642 57.7071L58.1942 34.8125C60.6019 33.7051 60.6019 30.2949 58.1942 29.1875L8.41642 6.29292ZM14.2569 29.9351L8.74174 10.9913L49.9295 29.9351H14.2569ZM14.2568 34.0651L8.74174 53.0087L49.9291 34.0651H14.2568Z"/></svg>'},rr={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.6578 9.3322C32.0391 8.65799 30.1735 9.02919 28.9362 10.2717L18.1029 21.105H14.6667C9.88247 21.1105 6.00547 24.9875 6 29.7717V34.105C6.00547 38.8892 9.88247 42.7662 14.6667 42.7717H18.1029L28.9362 53.605C30.1755 54.8442 32.0391 55.2149 33.6583 54.5442C35.2774 53.8736 36.3332 52.2937 36.3333 50.5412V13.3355C36.3365 11.5817 35.2794 10.0001 33.6578 9.3322ZM32 50.5411L19.8971 38.4382H14.6667C12.2744 38.4358 10.3357 36.4971 10.3333 34.1049V29.7716C10.3357 27.3793 12.2744 25.4406 14.6667 25.4382H19.8971L32 13.3353V50.5411ZM49.3334 31.9383C49.4487 37.161 47.7314 42.2591 44.4796 46.3475C43.7013 47.2565 42.3335 47.3625 41.4244 46.5843C40.5153 45.8061 40.4092 44.4383 41.1873 43.5291C43.7699 40.2278 45.1185 36.1282 45.0001 31.9383C45.1185 27.7485 43.7699 23.6488 41.1873 20.3475C40.4092 19.4383 40.5153 18.0705 41.4244 17.2923C42.3335 16.5141 43.7013 16.6201 44.4796 17.5291C47.7314 21.6176 49.4487 26.7157 49.3334 31.9383ZM58.0001 31.9383C58.0001 40.0147 55.441 47.635 50.9796 52.8475C50.2013 53.7565 48.8335 53.8625 47.9244 53.0843C47.0153 52.3061 46.9092 50.9383 47.6873 50.0291C51.4874 45.59 53.6668 38.9969 53.6668 31.9383C53.6668 24.8797 51.4874 18.2866 47.6873 13.8475C46.9092 12.9383 47.0153 11.5705 47.9244 10.7923C48.8335 10.0141 50.2013 10.1201 50.9796 11.0291C55.441 16.2416 58.0001 23.862 58.0001 31.9383Z"/></svg>'},Qe={allRenderFn:!1,cmpDidLoad:!0,cmpDidUnload:!1,cmpDidUpdate:!0,cmpDidRender:!0,cmpWillLoad:!0,cmpWillUpdate:!0,cmpWillRender:!0,connectedCallback:!0,disconnectedCallback:!0,element:!0,event:!0,hasRenderFn:!0,lifecycle:!0,hostListener:!0,hostListenerTargetWindow:!0,hostListenerTargetDocument:!0,hostListenerTargetBody:!0,hostListenerTargetParent:!1,hostListenerTarget:!0,member:!0,method:!0,mode:!0,observeAttribute:!0,prop:!0,propMutable:!0,reflect:!0,scoped:!0,shadowDom:!0,slot:!0,cssAnnotations:!0,state:!0,style:!0,svg:!0,updatable:!0,vdomAttribute:!0,vdomXlink:!0,vdomClass:!0,vdomFunctional:!0,vdomKey:!0,vdomListener:!0,vdomRef:!0,vdomPropOrAttr:!0,vdomRender:!0,vdomStyle:!0,vdomText:!0,watchCallback:!0,taskQueue:!0,hotModuleReplacement:!1,isDebug:!1,isDev:!1,isTesting:!1,hydrateServerSide:!1,hydrateClientSide:!1,lifecycleDOMEvents:!1,lazyLoad:!1,profile:!1,slotRelocation:!0,appendChildSlotFix:!1,cloneNodeFix:!1,hydratedAttribute:!1,hydratedClass:!0,safari10:!1,scriptDataOpts:!1,scopedSlotTextContentFix:!1,shadowDomShim:!1,slotChildNodesFix:!1,invisiblePrehydration:!0,propBoolean:!0,propNumber:!0,propString:!0,cssVarShim:!1,constructableCSS:!0,cmpShouldUpdate:!0,devTools:!1,dynamicImportShim:!1,shadowDelegatesFocus:!0,initializeNextTick:!1,asyncLoading:!1,asyncQueue:!1,transformTagName:!1,attachStyles:!0};let Je,yo,Tn,$o=!1,pn=!1,Bs=!1,V=!1,or=null,vs=!1;const Rn=typeof window<"u"?window:{},de=Rn.document||{head:{}},xo=Rn.HTMLElement||class{},q={$flags$:0,$resourcesUrl$:"",jmp:n=>n(),raf:n=>requestAnimationFrame(n),ael:(n,e,t,s)=>n.addEventListener(e,t,s),rel:(n,e,t,s)=>n.removeEventListener(e,t,s),ce:(n,e)=>new CustomEvent(n,e)},Jl=(()=>{let n=!1;try{de.addEventListener("e",null,Object.defineProperty({},"passive",{get(){n=!0}}))}catch{}return n})(),ec=n=>Promise.resolve(n),tc=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replace=="function"}catch{}return!1})(),wo=(n,e,t,s)=>{t&&t.map(([i,r,o])=>{const a=sc(n,i),l=nc(e,o),c=ic(i);q.ael(a,r,l,c),(e.$rmListeners$=e.$rmListeners$||[]).push(()=>q.rel(a,r,l,c))})},nc=(n,e)=>t=>{try{Qe.lazyLoad||n.$hostElement$[e](t)}catch(s){Bt(s)}},sc=(n,e)=>e&4?de:e&8?Rn:e&16?de.body:n,ic=n=>Jl?{passive:(n&1)!==0,capture:(n&2)!==0}:(n&2)!==0,ar="http://www.w3.org/1999/xlink",je=(n,e="")=>()=>{},lr=new WeakMap,rc=(n,e,t)=>{let s=mn.get(n);tc&&t?(s=s||new CSSStyleSheet,s.replace(e)):s=e,mn.set(n,s)},oc=(n,e,t,s)=>{let i=ko(e,t),r=mn.get(i);if(n=n.nodeType===11?n:de,r)if(typeof r=="string"){n=n.head||n;let o=lr.get(n),a;o||lr.set(n,o=new Set),o.has(i)||(a=de.createElement("style"),a.innerHTML=r,n.insertBefore(a,n.querySelector("link")),o&&o.add(i))}else n.adoptedStyleSheets.includes(r)||(n.adoptedStyleSheets=[...n.adoptedStyleSheets,r]);return i},ac=n=>{const e=n.$cmpMeta$,t=n.$hostElement$,s=e.$flags$,i=je("attachStyles",e.$tagName$),r=oc(t.shadowRoot?t.shadowRoot:t.getRootNode(),e,n.$modeName$);s&10&&(t["s-sc"]=r,t.classList.add(r+"-h"),s&2&&t.classList.add(r+"-s")),i()},ko=(n,e)=>"sc-"+(e&&n.$flags$&32?n.$tagName$+"-"+e:n.$tagName$),lc=n=>Nc.map(e=>e(n)).find(e=>!!e),cr={},cc="http://www.w3.org/2000/svg",uc="http://www.w3.org/1999/xhtml",hc=n=>n!=null,Hs=n=>(n=typeof n,n==="object"||n==="function"),st=(n,e,...t)=>{let s=null,i=null,r=null,o=!1,a=!1,l=[];const c=p=>{for(let d=0;d<p.length;d++)s=p[d],Array.isArray(s)?c(s):s!=null&&typeof s!="boolean"&&((o=typeof n!="function"&&!Hs(s))&&(s=String(s)),o&&a?l[l.length-1].$text$+=s:l.push(o?fn(null,s):s),a=o)};if(c(t),e){e.key&&(i=e.key),e.name&&(r=e.name);{const p=e.className||e.class;p&&(e.class=typeof p!="object"?p:Object.keys(p).filter(d=>p[d]).join(" "))}}if(typeof n=="function")return n(e===null?{}:e,l,pc);const u=fn(n,null);return u.$attrs$=e,l.length>0&&(u.$children$=l),u.$key$=i,u.$name$=r,u},fn=(n,e)=>{const t={$flags$:0,$tag$:n,$text$:e,$elm$:null,$children$:null};return t.$attrs$=null,t.$key$=null,t.$name$=null,t},Fs={},dc=n=>n&&n.$tag$===Fs,pc={forEach:(n,e)=>n.map(ur).forEach(e),map:(n,e)=>n.map(ur).map(e).map(fc)},ur=n=>({vattrs:n.$attrs$,vchildren:n.$children$,vkey:n.$key$,vname:n.$name$,vtag:n.$tag$,vtext:n.$text$}),fc=n=>{if(typeof n.vtag=="function"){const t=Object.assign({},n.vattrs);return n.vkey&&(t.key=n.vkey),n.vname&&(t.name=n.vname),st(n.vtag,t,...n.vchildren||[])}const e=fn(n.vtag,n.vtext);return e.$attrs$=n.vattrs,e.$children$=n.vchildren,e.$key$=n.vkey,e.$name$=n.vname,e},hr=(n,e,t,s,i,r)=>{if(t!==s){let o=gr(n,e),a=e.toLowerCase();if(e==="class"){const l=n.classList,c=dr(t),u=dr(s);l.remove(...c.filter(p=>p&&!u.includes(p))),l.add(...u.filter(p=>p&&!c.includes(p)))}else if(e==="style"){for(const l in t)(!s||s[l]==null)&&(l.includes("-")?n.style.removeProperty(l):n.style[l]="");for(const l in s)(!t||s[l]!==t[l])&&(l.includes("-")?n.style.setProperty(l,s[l]):n.style[l]=s[l])}else if(e!=="key")if(e==="ref")s&&s(n);else if(!n.__lookupSetter__(e)&&e[0]==="o"&&e[1]==="n")e[2]==="-"?e=e.slice(3):gr(Rn,a)?e=a.slice(2):e=a[2]+e.slice(3),t&&q.rel(n,e,t,!1),s&&q.ael(n,e,s,!1);else{const l=Hs(s);if((o||l&&s!==null)&&!i)try{if(n.tagName.includes("-"))n[e]=s;else{let u=s??"";e==="list"?o=!1:(t==null||n[e]!=u)&&(n[e]=u)}}catch{}let c=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(e=a,c=!0),s==null||s===!1?(s!==!1||n.getAttribute(e)==="")&&(c?n.removeAttributeNS(ar,e):n.removeAttribute(e)):(!o||r&4||i)&&!l&&(s=s===!0?"":s,c?n.setAttributeNS(ar,e,s):n.setAttribute(e,s))}}},gc=/\s/,dr=n=>n?n.split(gc):[],So=(n,e,t,s)=>{const i=e.$elm$.nodeType===11&&e.$elm$.host?e.$elm$.host:e.$elm$,r=n&&n.$attrs$||cr,o=e.$attrs$||cr;for(s in r)s in o||hr(i,s,r[s],void 0,t,e.$flags$);for(s in o)hr(i,s,r[s],o[s],t,e.$flags$)},gn=(n,e,t,s)=>{let i=e.$children$[t],r=0,o,a,l;if($o||(Bs=!0,i.$tag$==="slot"&&(Je&&s.classList.add(Je+"-s"),i.$flags$|=i.$children$?2:1)),i.$text$!==null)o=i.$elm$=de.createTextNode(i.$text$);else if(i.$flags$&1)o=i.$elm$=de.createTextNode("");else{if(V||(V=i.$tag$==="svg"),o=i.$elm$=de.createElementNS(V?cc:uc,i.$flags$&2?"slot-fb":i.$tag$),V&&i.$tag$==="foreignObject"&&(V=!1),So(null,i,V),hc(Je)&&o["s-si"]!==Je&&o.classList.add(o["s-si"]=Je),i.$children$)for(r=0;r<i.$children$.length;++r)a=gn(n,i,r,o),a&&o.appendChild(a);i.$tag$==="svg"?V=!1:o.tagName==="foreignObject"&&(V=!0)}return o["s-hn"]=Tn,i.$flags$&3&&(o["s-sr"]=!0,o["s-cr"]=yo,o["s-sn"]=i.$name$||"",l=n&&n.$children$&&n.$children$[t],l&&l.$tag$===i.$tag$&&n.$elm$&&Lt(n.$elm$,!1)),o},Lt=(n,e)=>{q.$flags$|=1;const t=n.childNodes;for(let s=t.length-1;s>=0;s--){const i=t[s];i["s-hn"]!==Tn&&i["s-ol"]&&(Ao(i).insertBefore(i,js(i)),i["s-ol"].remove(),i["s-ol"]=void 0,Bs=!0),e&&Lt(i,e)}q.$flags$&=-2},_o=(n,e,t,s,i,r)=>{let o=n["s-cr"]&&n["s-cr"].parentNode||n,a;for(o.shadowRoot&&o.tagName===Tn&&(o=o.shadowRoot);i<=r;++i)s[i]&&(a=gn(null,t,i,n),a&&(s[i].$elm$=a,o.insertBefore(a,js(e))))},Eo=(n,e,t,s,i)=>{for(;e<=t;++e)(s=n[e])&&(i=s.$elm$,Ro(s),pn=!0,i["s-ol"]?i["s-ol"].remove():Lt(i,!0),i.remove())},mc=(n,e,t,s)=>{let i=0,r=0,o=0,a=0,l=e.length-1,c=e[0],u=e[l],p=s.length-1,d=s[0],g=s[p],v,y;for(;i<=l&&r<=p;)if(c==null)c=e[++i];else if(u==null)u=e[--l];else if(d==null)d=s[++r];else if(g==null)g=s[--p];else if(en(c,d))et(c,d),c=e[++i],d=s[++r];else if(en(u,g))et(u,g),u=e[--l],g=s[--p];else if(en(c,g))(c.$tag$==="slot"||g.$tag$==="slot")&&Lt(c.$elm$.parentNode,!1),et(c,g),n.insertBefore(c.$elm$,u.$elm$.nextSibling),c=e[++i],g=s[--p];else if(en(u,d))(c.$tag$==="slot"||g.$tag$==="slot")&&Lt(u.$elm$.parentNode,!1),et(u,d),n.insertBefore(u.$elm$,c.$elm$),u=e[--l],d=s[++r];else{for(o=-1,a=i;a<=l;++a)if(e[a]&&e[a].$key$!==null&&e[a].$key$===d.$key$){o=a;break}o>=0?(y=e[o],y.$tag$!==d.$tag$?v=gn(e&&e[r],t,o,n):(et(y,d),e[o]=void 0,v=y.$elm$),d=s[++r]):(v=gn(e&&e[r],t,r,n),d=s[++r]),v&&Ao(c.$elm$).insertBefore(v,js(c.$elm$))}i>l?_o(n,s[p+1]==null?null:s[p+1].$elm$,t,s,r,p):r>p&&Eo(e,i,l)},en=(n,e)=>n.$tag$===e.$tag$?n.$tag$==="slot"?n.$name$===e.$name$:n.$key$===e.$key$:!1,js=n=>n&&n["s-ol"]||n,Ao=n=>(n["s-ol"]?n["s-ol"]:n).parentNode,et=(n,e)=>{const t=e.$elm$=n.$elm$,s=n.$children$,i=e.$children$,r=e.$tag$,o=e.$text$;let a;o===null?(V=r==="svg"?!0:r==="foreignObject"?!1:V,r==="slot"||So(n,e,V),s!==null&&i!==null?mc(t,s,e,i):i!==null?(n.$text$!==null&&(t.textContent=""),_o(t,null,e,i,0,i.length-1)):s!==null&&Eo(s,0,s.length-1),V&&r==="svg"&&(V=!1)):(a=t["s-cr"])?a.parentNode.textContent=o:n.$text$!==o&&(t.data=o)},Co=n=>{let e=n.childNodes,t,s,i,r,o,a;for(s=0,i=e.length;s<i;s++)if(t=e[s],t.nodeType===1){if(t["s-sr"]){for(o=t["s-sn"],t.hidden=!1,r=0;r<i;r++)if(a=e[r].nodeType,e[r]["s-hn"]!==t["s-hn"]||o!==""){if(a===1&&o===e[r].getAttribute("slot")){t.hidden=!0;break}}else if(a===1||a===3&&e[r].textContent.trim()!==""){t.hidden=!0;break}}Co(t)}},ie=[],To=n=>{let e,t,s,i,r,o,a=0,l=n.childNodes,c=l.length;for(;a<c;a++){if(e=l[a],e["s-sr"]&&(t=e["s-cr"])&&t.parentNode)for(s=t.parentNode.childNodes,i=e["s-sn"],o=s.length-1;o>=0;o--)t=s[o],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==e["s-hn"]&&(pr(t,i)?(r=ie.find(u=>u.$nodeToRelocate$===t),pn=!0,t["s-sn"]=t["s-sn"]||i,r?r.$slotRefNode$=e:ie.push({$slotRefNode$:e,$nodeToRelocate$:t}),t["s-sr"]&&ie.map(u=>{pr(u.$nodeToRelocate$,t["s-sn"])&&(r=ie.find(p=>p.$nodeToRelocate$===t),r&&!u.$slotRefNode$&&(u.$slotRefNode$=r.$slotRefNode$))})):ie.some(u=>u.$nodeToRelocate$===t)||ie.push({$nodeToRelocate$:t}));e.nodeType===1&&To(e)}},pr=(n,e)=>n.nodeType===1?n.getAttribute("slot")===null&&e===""||n.getAttribute("slot")===e:n["s-sn"]===e?!0:e==="",Ro=n=>{n.$attrs$&&n.$attrs$.ref&&n.$attrs$.ref(null),n.$children$&&n.$children$.map(Ro)},vc=(n,e)=>{const t=n.$hostElement$,s=n.$cmpMeta$,i=n.$vnode$||fn(null,null),r=dc(e)?e:st(null,null,e);Tn=t.tagName,s.$attrsToReflect$&&(r.$attrs$=r.$attrs$||{},s.$attrsToReflect$.map(([o,a])=>r.$attrs$[a]=t[o])),r.$tag$=null,r.$flags$|=4,n.$vnode$=r,r.$elm$=i.$elm$=t.shadowRoot||t,Je=t["s-sc"],yo=t["s-cr"],$o=(s.$flags$&1)!==0,pn=!1,et(i,r);{if(q.$flags$|=1,Bs){To(r.$elm$);let o,a,l,c,u,p,d=0;for(;d<ie.length;d++)o=ie[d],a=o.$nodeToRelocate$,a["s-ol"]||(l=de.createTextNode(""),l["s-nr"]=a,a.parentNode.insertBefore(a["s-ol"]=l,a));for(d=0;d<ie.length;d++)if(o=ie[d],a=o.$nodeToRelocate$,o.$slotRefNode$){for(c=o.$slotRefNode$.parentNode,u=o.$slotRefNode$.nextSibling,l=a["s-ol"];l=l.previousSibling;)if(p=l["s-nr"],p&&p["s-sn"]===a["s-sn"]&&c===p.parentNode&&(p=p.nextSibling,!p||!p["s-nr"])){u=p;break}(!u&&c!==a.parentNode||a.nextSibling!==u)&&a!==u&&(!a["s-hn"]&&a["s-ol"]&&(a["s-hn"]=a["s-ol"].parentNode.nodeName),c.insertBefore(a,u))}else a.nodeType===1&&(a.hidden=!0)}pn&&Co(r.$elm$),q.$flags$&=-2,ie.length=0}},bc=n=>n,yc=(n,e,t)=>{const s=bc(n);return{emit:i=>$c(s,e,{bubbles:!0,composed:!0,cancelable:!0,detail:i})}},$c=(n,e,t)=>{const s=q.ce(e,t);return n.dispatchEvent(s),s},xc=(n,e)=>{},Lo=(n,e)=>(n.$flags$|=16,xc(n,n.$ancestorComponent$),zc(()=>wc(n,e))),wc=(n,e)=>{const t=n.$hostElement$,s=je("scheduleUpdate",n.$cmpMeta$.$tagName$),i=t;let r;return e?r=it(i,"componentWillLoad"):r=it(i,"componentWillUpdate"),r=fr(r,()=>it(i,"componentWillRender")),s(),fr(r,()=>kc(n,i,e))},kc=async(n,e,t)=>{const s=n.$hostElement$,i=je("update",n.$cmpMeta$.$tagName$);s["s-rc"],t&&ac(n);const r=je("render",n.$cmpMeta$.$tagName$);Sc(n,e,s),r(),i(),_c(n)},Sc=(n,e,t)=>{try{or=e,e=e.render&&e.render(),n.$flags$&=-17,n.$flags$|=2,(Qe.hasRenderFn||Qe.reflect)&&(Qe.vdomRender||Qe.reflect)&&(Qe.hydrateServerSide||vc(n,e))}catch(a){Bt(a,n.$hostElement$)}return or=null,null},_c=n=>{const e=n.$cmpMeta$.$tagName$,t=n.$hostElement$,s=je("postUpdate",e),i=t;n.$ancestorComponent$,it(i,"componentDidRender"),n.$flags$&64?(it(i,"componentDidUpdate"),s()):(n.$flags$|=64,it(i,"componentDidLoad"),s())},it=(n,e,t)=>{if(n&&n[e])try{return n[e](t)}catch(s){Bt(s)}},fr=(n,e)=>n&&n.then?n.then(e):e(),Ec=(n,e)=>n!=null&&!Hs(n)?e&4?n==="false"?!1:n===""||!!n:e&2?parseFloat(n):e&1?String(n):n:n,Ac=(n,e)=>Ln(n).$instanceValues$.get(e),Cc=(n,e,t,s)=>{const i=Ln(n),r=n,o=i.$instanceValues$.get(e),a=i.$flags$,l=r;t=Ec(t,s.$members$[e][0]);const c=Number.isNaN(o)&&Number.isNaN(t);if(t!==o&&!c){i.$instanceValues$.set(e,t);{if(s.$watchers$&&a&128){const p=s.$watchers$[e];p&&p.map(d=>{try{l[d](t,o,e)}catch(g){Bt(g,r)}})}if((a&18)===2){if(l.componentShouldUpdate&&l.componentShouldUpdate(t,o,e)===!1)return;Lo(i,!1)}}}},Tc=(n,e,t)=>{if(e.$members$){n.watchers&&(e.$watchers$=n.watchers);const s=Object.entries(e.$members$),i=n.prototype;s.map(([r,[o]])=>{(o&31||o&32)&&Object.defineProperty(i,r,{get(){return Ac(this,r)},set(a){Cc(this,r,a,e)},configurable:!0,enumerable:!0})});{const r=new Map;i.attributeChangedCallback=function(o,a,l){q.jmp(()=>{const c=r.get(o);if(this.hasOwnProperty(c))l=this[c],delete this[c];else if(i.hasOwnProperty(c)&&typeof this[c]=="number"&&this[c]==l)return;this[c]=l===null&&typeof this[c]=="boolean"?!1:l})},n.observedAttributes=s.filter(([o,a])=>a[0]&15).map(([o,a])=>{const l=a[1]||o;return r.set(l,o),a[0]&512&&e.$attrsToReflect$.push([o,l]),l})}}return n},Rc=async(n,e,t,s,i)=>{if((e.$flags$&32)===0&&(i=n.constructor,e.$flags$|=32,customElements.whenDefined(t.$tagName$).then(()=>e.$flags$|=128),i.style)){let o=i.style;typeof o!="string"&&(o=o[e.$modeName$=lc(n)]);const a=ko(t,e.$modeName$);if(!mn.has(a)){const l=je("registerStyles",t.$tagName$);rc(a,o,!!(t.$flags$&1)),l()}}e.$ancestorComponent$,Lo(e,!0)},Lc=n=>{},Oc=n=>{if((q.$flags$&1)===0){const e=Ln(n),t=e.$cmpMeta$,s=je("connectedCallback",t.$tagName$);e.$flags$&1?(wo(n,e,t.$listeners$),Lc(e.$lazyInstance$)):(e.$flags$|=1,t.$flags$&12&&Ic(n),t.$members$&&Object.entries(t.$members$).map(([i,[r]])=>{if(r&31&&n.hasOwnProperty(i)){const o=n[i];delete n[i],n[i]=o}}),Rc(n,e,t)),s()}},Ic=n=>{const e=n["s-cr"]=de.createComment("");e["s-cn"]=!0,n.insertBefore(e,n.firstChild)},Pc=n=>{if((q.$flags$&1)===0){const e=Ln(n);e.$rmListeners$&&(e.$rmListeners$.map(t=>t()),e.$rmListeners$=void 0)}},Oo=(n,e)=>{const t={$flags$:e[0],$tagName$:e[1]};t.$members$=e[2],t.$listeners$=e[3],t.$watchers$=n.$watchers$,t.$attrsToReflect$=[];const s=n.prototype.connectedCallback,i=n.prototype.disconnectedCallback;return Object.assign(n.prototype,{__registerHost(){Mc(this,t)},connectedCallback(){Oc(this),s&&s.call(this)},disconnectedCallback(){Pc(this),i&&i.call(this)},__attachShadow(){this.attachShadow({mode:"open",delegatesFocus:!!(t.$flags$&16)})}}),n.is=t.$tagName$,Tc(n,t)},Io=new WeakMap,Ln=n=>Io.get(n),Mc=(n,e)=>{const t={$flags$:0,$hostElement$:n,$cmpMeta$:e,$instanceValues$:new Map};return wo(n,t,e.$listeners$),Io.set(n,t)},gr=(n,e)=>e in n,Bt=(n,e)=>(0,console.error)(n,e),mn=new Map,Nc=[],mr=[],Po=[],Dc=(n,e)=>t=>{n.push(t),vs||(vs=!0,e&&q.$flags$&4?Uc(bs):q.raf(bs))},vr=n=>{for(let e=0;e<n.length;e++)try{n[e](performance.now())}catch(t){Bt(t)}n.length=0},bs=()=>{vr(mr),vr(Po),(vs=mr.length>0)&&q.raf(bs)},Uc=n=>ec().then(n),zc=Dc(Po,!0),Bc=(n={})=>{const{content:e="",title:t,attributes:s=[]}=n;let i="",r=[{name:"xmlns",value:"http://www.w3.org/2000/svg"},{name:"fill",value:"currentColor"},...s];return t&&(i=`<title>${t}</title>`),`<svg ${r.map(a=>`${a.name}="${a.value}"`).join(" ")}>${i}${e}</svg>`},Hc=n=>n.replace(/<(\/?)svg([^>]*)>/g,"").trim();function Fc(n){return`${n.getFullYear()}.${n.getMonth()+1}`}class jc{constructor(e){this.voca_component=e,this.voca_added=Fc(new Date)}}const qc="telia-vst{display:none}",Wc=Oo(class extends xo{constructor(){super(),this.__registerHost(),this.vocaInternalUStats=yc(this,"vocaInternalUStats")}connectedCallback(){this.vocaInternalUStats.emit(new jc(this.dataTrackingId))}render(){return st(Fs,null)}static get style(){return qc}},[0,"telia-vst",{dataTrackingId:[1,"data-tracking-id"]}]);function Mo(){if(typeof customElements>"u")return;["telia-vst"].forEach(e=>{switch(e){case"telia-vst":customElements.get(e)||customElements.define(e,Wc);break}})}Mo();function ys(){return typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{vocadsIcons:void 0,vocadsIconsRegistered:!1}}function Gc(){if(typeof ys().vocadsIcons!==void 0)return ys().vocadsIcons}function Zc(){return ys().vocadsIconsRegistered}const Yc=".telia-icon{display:inline-block}.telia-icon__container{display:block;height:inherit}.telia-icon svg{display:block}.telia-icon--sm{height:calc(1.6rem * var(--voca-rem-multiplier));min-width:calc(1.6rem * var(--voca-rem-multiplier));width:calc(1.6rem * var(--voca-rem-multiplier))}.telia-icon--md{height:calc(2.4rem * var(--voca-rem-multiplier));min-width:calc(2.4rem * var(--voca-rem-multiplier));width:calc(2.4rem * var(--voca-rem-multiplier))}.telia-icon--lg{height:calc(3.2rem * var(--voca-rem-multiplier));min-width:calc(3.2rem * var(--voca-rem-multiplier));width:calc(3.2rem * var(--voca-rem-multiplier))}",Kc=Oo(class extends xo{constructor(){super(),this.__registerHost(),this.size="md",this.allyTitle=null,this.dataTrackingId="telia-icon"}getSvgString(){if(this.svg)return this.svg;if(Zc()&&this.name){const n=Gc();return n[this.name]?n[this.name].svg:""}return this.name&&console.warn(this.name,"Icons bundle is not registered and will not be rendered. Check if you have registered icons bundle or use svg property"),""}render(){let n=this.getSvgString(),e=[{name:"viewBox",value:"0 0 64 64"}];this.allyTitle?e=[...e,{name:"role",value:"img"}]:e=[...e,{name:"aria-hidden",value:"true"}];const t=Bc({content:Hc(n),attributes:e,title:this.allyTitle});return st(Fs,{class:`telia-icon telia-icon--${this.size}`},st("span",{"aria-label":this.allyTitle,class:"telia-icon__container",innerHTML:t}),st("telia-vst",{dataTrackingId:this.dataTrackingId}))}static get style(){return Yc}},[0,"telia-icon",{name:[1],svg:[1],size:[1],allyTitle:[1,"ally-title"],dataTestid:[1,"data-testid"]}]);function Xc(){if(typeof customElements>"u")return;["telia-icon","telia-vst"].forEach(e=>{switch(e){case"telia-icon":customElements.get(e)||customElements.define(e,Kc);break;case"telia-vst":customElements.get(e)||Mo();break}})}Xc();/**
|
|
21
|
+
*/const Be=globalThis;let N=class extends Qe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t;const e=super.createRenderRoot();return(t=this.renderOptions).renderBefore??(t.renderBefore=e.firstChild),e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Zl(t,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)==null||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)==null||e.setConnected(!1)}render(){return Ae}};var Wi;N._$litElement$=!0,N.finalized=!0,(Wi=Be.litElementHydrateSupport)==null||Wi.call(Be,{LitElement:N});const Qn=Be.litElementPolyfillSupport;Qn==null||Qn({LitElement:N});(Be.litElementVersions??(Be.litElementVersions=[])).push("4.2.2");const Yl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4.01731 47.4568 16.5432 59.9827 32 60ZM32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6923 45.0849 45.0849 55.6923 32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.32247 18.9212 18.9212 8.32247 32 8.30769Z"/><path d="M29.3491 38.6031V20.6807C29.348 19.8662 29.4903 19.0598 29.7675 18.3096C29.9945 17.6371 30.3484 17.0302 30.804 16.5322C31.1251 16.1524 31.5593 15.9246 32.0204 15.894C32.6852 15.894 33.3496 16.471 34.0134 17.625C34.3738 18.1337 34.5955 18.7525 34.6509 19.4042V37.3267C34.6509 37.9947 34.2454 38.6329 33.4345 39.2414C32.6632 39.835 31.7547 40.1521 30.825 40.1523C29.8423 40.1524 29.3503 39.636 29.3491 38.6031Z"/><path d="M33.66 44.6959C33.9649 45.0866 34.161 45.551 34.2284 46.0419C34.2284 46.5397 33.8893 47.0083 33.2109 47.4476C32.5638 47.8771 31.8043 48.1062 31.0275 48.1061C30.1902 48.1061 29.7716 47.7271 29.7716 46.9693C29.7703 46.3788 29.8874 45.7941 30.116 45.2496C30.3064 44.7579 30.6022 44.3138 30.9826 43.9487C31.2626 43.6591 31.6427 43.4875 32.045 43.4692C32.5635 43.4692 33.1019 43.8781 33.66 44.6959Z"/></svg>'},Kl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9829 16.5431 47.4569 4.01712 32 4ZM44.5613 24.5793L31.6382 43.9639C31.2806 44.5011 30.7008 44.8493 30.0586 44.9126C29.988 44.9197 29.9171 44.9232 29.8462 44.9231C29.275 44.9229 28.7272 44.696 28.3233 44.2921L19.7079 35.6767C19.1639 35.1326 18.9514 34.3396 19.1505 33.5964C19.3497 32.8533 19.9302 32.2728 20.6734 32.0736C21.4166 31.8745 22.2095 32.087 22.7536 32.631L29.5117 39.3881L40.9772 22.1899C41.4016 21.5439 42.1396 21.1749 42.9111 21.2229C43.6825 21.2709 44.3691 21.7286 44.7101 22.4223C45.0511 23.1159 44.9944 23.9391 44.5613 24.5793Z"/></svg>'},yo={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9998 4C16.5358 4 3.99976 16.536 3.99976 32C3.99976 47.464 16.5358 60 31.9998 60C47.4637 60 59.9998 47.464 59.9998 32C59.9826 16.5431 47.4566 4.01712 31.9998 4ZM31.9998 55.6923C18.9149 55.6923 8.30745 45.0849 8.30745 32C8.30745 18.9151 18.9149 8.30769 31.9998 8.30769C45.0847 8.30769 55.6921 18.9151 55.6921 32C55.6773 45.0788 45.0785 55.6775 31.9998 55.6923ZM44.5611 24.5793L31.638 43.9639C31.2804 44.5011 30.7005 44.8493 30.0584 44.9126C29.9878 44.9197 29.9169 44.9232 29.8459 44.9231C29.2747 44.9229 28.727 44.696 28.3231 44.2921L19.7077 35.6767C19.1636 35.1326 18.9512 34.3396 19.1503 33.5964C19.3494 32.8533 19.9299 32.2728 20.6731 32.0736C21.4163 31.8745 22.2093 32.087 22.7534 32.631L29.5115 39.3881L40.9769 22.1899C41.4013 21.5439 42.1394 21.1749 42.9108 21.2229C43.6823 21.2709 44.3688 21.7286 44.7099 22.4223C45.0509 23.1159 44.9941 23.9391 44.5611 24.5793Z"/></svg>'},ri={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M53.0318 24.8653L33.5318 44.3653C33.1256 44.7717 32.5745 45.0001 31.9999 45.0001C31.4253 45.0001 30.8742 44.7717 30.468 44.3653L10.968 24.8653C10.122 24.0193 10.122 22.6476 10.968 21.8015C11.8141 20.9555 13.1858 20.9555 14.0318 21.8015L31.9999 39.7696L49.968 21.8015C50.8141 20.9555 52.1858 20.9555 53.0318 21.8015C53.8779 22.6476 53.8779 24.0193 53.0318 24.8653Z"/></svg>'},Xl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M53.0318 42.1986C52.6256 42.605 52.0745 42.8333 51.4999 42.8333C50.9253 42.8333 50.3742 42.605 49.968 42.1986L31.9999 24.2305L14.0318 42.1986C13.1858 43.0446 11.8141 43.0446 10.968 42.1986C10.122 41.3525 10.122 39.9808 10.968 39.1348L30.468 19.6348C30.8742 19.2283 31.4253 19 31.9999 19C32.5745 19 33.1256 19.2283 33.5318 19.6348L53.0318 39.1348C53.4382 39.541 53.6666 40.092 53.6666 40.6667C53.6666 41.2413 53.4382 41.7924 53.0318 42.1986Z"/></svg>'},Vl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 56C45.2548 56 56 45.2548 56 32C56 18.7452 45.2548 8 32 8C18.7452 8 8 18.7452 8 32C8 45.2548 18.7452 56 32 56ZM32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60Z"/><path d="M25.2772 22.695C24.5164 21.8942 23.2505 21.8617 22.4497 22.6225C21.6488 23.3833 21.6164 24.6492 22.3772 25.45L29.2411 32.6752L22.4773 39.795C21.7166 40.5958 21.749 41.8617 22.5498 42.6225C23.3507 43.3833 24.6166 43.3508 25.3773 42.55L31.9998 35.5791L38.6222 42.55C39.3829 43.3508 40.6488 43.3833 41.4497 42.6225C42.2505 41.8617 42.2829 40.5958 41.5222 39.795L34.7584 32.6752L41.6223 25.45C42.3831 24.6492 42.3507 23.3833 41.5498 22.6225C40.749 21.8617 39.4831 21.8942 38.7224 22.695L31.9998 29.7714L25.2772 22.695Z"/></svg>'},ii={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M51.4283 11.6761L53.1768 9.53891C53.9347 8.61282 53.7982 7.24774 52.8722 6.48993C51.9461 5.73211 50.581 5.86852 49.8232 6.79461L36.3333 23.2822V13.3972C36.3332 11.6447 35.2774 10.0648 33.6583 9.39418C32.0391 8.72356 30.1755 9.09425 28.9362 10.3334L18.1029 21.1668H14.6667C9.88247 21.1722 6.00547 25.0492 6 29.8334V34.1668C6.00547 38.951 9.88247 42.828 14.6667 42.8334H18.1029L19.3315 44.0621L10.8232 54.4613C10.0653 55.3874 10.2018 56.7525 11.1279 57.5103C12.0539 58.2681 13.419 58.1317 14.1768 57.2056L22.411 47.1416L28.9362 53.6668C30.1755 54.9059 32.0391 55.2766 33.6583 54.606C35.2774 53.9354 36.3332 52.3555 36.3333 50.603V30.1254L42.6092 22.4549C44.2201 25.3756 45.044 28.6649 45 32.0001C45.1184 36.1899 43.7698 40.2896 41.1872 43.5909C40.409 44.5001 40.5152 45.8679 41.4243 46.6461C42.3334 47.4243 43.7012 47.3183 44.4795 46.4093C47.7313 42.3208 49.4486 37.2227 49.3333 32.0001C49.403 27.3538 48.067 22.7949 45.5005 18.9211L48.6119 15.1182C52.019 20.0793 53.7867 25.9829 53.6667 32.0001C53.6667 39.0587 51.4873 45.6518 47.6872 50.0909C46.909 51.0001 47.0152 52.3679 47.9243 53.1461C48.8334 53.9243 50.2012 53.8183 50.9795 52.9093C55.4408 47.6968 58 40.0764 58 32.0001C58 24.21 55.6006 16.8662 51.4283 11.6761ZM19.8971 38.5H14.6667C12.2744 38.4977 10.3357 36.559 10.3333 34.1667V29.8334C10.3357 27.4411 12.2744 25.5024 14.6667 25.5H19.8971L32 13.3972V28.5784L22.089 40.6919L19.8971 38.5ZM31.9997 50.603L25.1682 43.7715L31.9997 35.4218V50.603Z"/></svg>'},Ql={name:"question",svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9827 16.5432 47.4568 4.01731 32 4ZM32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.30769 18.9151 18.9151 8.30769 32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6775 45.0788 45.0788 55.6775 32 55.6923Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9423 37.5723L36.311 32.9068L36.7354 32.4448C39.7555 29.1161 40.7645 27.0647 40.7645 24.5087C40.7645 23.1091 40.4251 21.7942 39.7041 20.6491C38.3044 18.3587 35.6323 16.9166 32.2816 16.9166C28.7565 16.9166 25.3125 18.7414 23.2581 21.6772L23.1201 21.8791C22.8232 22.3032 22.696 22.6849 22.696 22.9818C22.696 23.7029 23.926 25.9932 25.2833 25.9932C25.5378 25.9932 25.7922 25.9084 26.0467 25.7388C26.2588 25.5691 26.5981 25.2298 27.0647 24.7208C28.8885 22.6849 30.1185 21.9215 31.7726 21.9215C33.6813 21.9215 35.081 23.1939 35.081 24.8905C35.081 26.375 34.2751 27.7746 32.3664 29.8529L28.2523 34.2216C27.9554 34.6033 27.7857 34.9426 27.7857 35.282C27.7857 35.6213 27.9978 36.1726 28.4219 36.8937C29.0581 37.8692 29.7368 38.3782 30.4578 38.3782C30.9244 38.3782 31.3909 38.1237 31.9423 37.5723ZM30.882 47.4972C29.2278 47.4972 27.6585 44.7403 27.6585 43.6799C27.6585 42.1954 30.0761 40.6261 32.4089 40.6261C33.6389 40.6261 34.2751 41.1775 34.2751 42.3227C34.2751 44.0616 33.4692 45.843 32.4513 46.7761C31.9423 47.2427 31.4334 47.4972 30.882 47.4972Z"/></svg>'},Jl={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.41642 6.29292C5.99705 5.18016 3.38612 7.41823 4.12858 9.96847L10.5427 32L4.12858 54.0315C3.38612 56.5818 5.99704 58.8198 8.41642 57.7071L58.1942 34.8125C60.6019 33.7051 60.6019 30.2949 58.1942 29.1875L8.41642 6.29292ZM14.2569 29.9351L8.74174 10.9913L49.9295 29.9351H14.2569ZM14.2568 34.0651L8.74174 53.0087L49.9291 34.0651H14.2568Z"/></svg>'},oi={svg:'<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.6578 9.3322C32.0391 8.65799 30.1735 9.02919 28.9362 10.2717L18.1029 21.105H14.6667C9.88247 21.1105 6.00547 24.9875 6 29.7717V34.105C6.00547 38.8892 9.88247 42.7662 14.6667 42.7717H18.1029L28.9362 53.605C30.1755 54.8442 32.0391 55.2149 33.6583 54.5442C35.2774 53.8736 36.3332 52.2937 36.3333 50.5412V13.3355C36.3365 11.5817 35.2794 10.0001 33.6578 9.3322ZM32 50.5411L19.8971 38.4382H14.6667C12.2744 38.4358 10.3357 36.4971 10.3333 34.1049V29.7716C10.3357 27.3793 12.2744 25.4406 14.6667 25.4382H19.8971L32 13.3353V50.5411ZM49.3334 31.9383C49.4487 37.161 47.7314 42.2591 44.4796 46.3475C43.7013 47.2565 42.3335 47.3625 41.4244 46.5843C40.5153 45.8061 40.4092 44.4383 41.1873 43.5291C43.7699 40.2278 45.1185 36.1282 45.0001 31.9383C45.1185 27.7485 43.7699 23.6488 41.1873 20.3475C40.4092 19.4383 40.5153 18.0705 41.4244 17.2923C42.3335 16.5141 43.7013 16.6201 44.4796 17.5291C47.7314 21.6176 49.4487 26.7157 49.3334 31.9383ZM58.0001 31.9383C58.0001 40.0147 55.441 47.635 50.9796 52.8475C50.2013 53.7565 48.8335 53.8625 47.9244 53.0843C47.0153 52.3061 46.9092 50.9383 47.6873 50.0291C51.4874 45.59 53.6668 38.9969 53.6668 31.9383C53.6668 24.8797 51.4874 18.2866 47.6873 13.8475C46.9092 12.9383 47.0153 11.5705 47.9244 10.7923C48.8335 10.0141 50.2013 10.1201 50.9796 11.0291C55.441 16.2416 58.0001 23.862 58.0001 31.9383Z"/></svg>'},Je={allRenderFn:!1,cmpDidLoad:!0,cmpDidUnload:!1,cmpDidUpdate:!0,cmpDidRender:!0,cmpWillLoad:!0,cmpWillUpdate:!0,cmpWillRender:!0,connectedCallback:!0,disconnectedCallback:!0,element:!0,event:!0,hasRenderFn:!0,lifecycle:!0,hostListener:!0,hostListenerTargetWindow:!0,hostListenerTargetDocument:!0,hostListenerTargetBody:!0,hostListenerTargetParent:!1,hostListenerTarget:!0,member:!0,method:!0,mode:!0,observeAttribute:!0,prop:!0,propMutable:!0,reflect:!0,scoped:!0,shadowDom:!0,slot:!0,cssAnnotations:!0,state:!0,style:!0,svg:!0,updatable:!0,vdomAttribute:!0,vdomXlink:!0,vdomClass:!0,vdomFunctional:!0,vdomKey:!0,vdomListener:!0,vdomRef:!0,vdomPropOrAttr:!0,vdomRender:!0,vdomStyle:!0,vdomText:!0,watchCallback:!0,taskQueue:!0,hotModuleReplacement:!1,isDebug:!1,isDev:!1,isTesting:!1,hydrateServerSide:!1,hydrateClientSide:!1,lifecycleDOMEvents:!1,lazyLoad:!1,profile:!1,slotRelocation:!0,appendChildSlotFix:!1,cloneNodeFix:!1,hydratedAttribute:!1,hydratedClass:!0,safari10:!1,scriptDataOpts:!1,scopedSlotTextContentFix:!1,shadowDomShim:!1,slotChildNodesFix:!1,invisiblePrehydration:!0,propBoolean:!0,propNumber:!0,propString:!0,cssVarShim:!1,constructableCSS:!0,cmpShouldUpdate:!0,devTools:!1,dynamicImportShim:!1,shadowDelegatesFocus:!0,initializeNextTick:!1,asyncLoading:!1,asyncQueue:!1,transformTagName:!1,attachStyles:!0};let et,$o,Tn,xo=!1,pn=!1,Bs=!1,J=!1,ai=null,vs=!1;const Rn=typeof window<"u"?window:{},de=Rn.document||{head:{}},wo=Rn.HTMLElement||class{},W={$flags$:0,$resourcesUrl$:"",jmp:n=>n(),raf:n=>requestAnimationFrame(n),ael:(n,e,t,s)=>n.addEventListener(e,t,s),rel:(n,e,t,s)=>n.removeEventListener(e,t,s),ce:(n,e)=>new CustomEvent(n,e)},ec=(()=>{let n=!1;try{de.addEventListener("e",null,Object.defineProperty({},"passive",{get(){n=!0}}))}catch{}return n})(),tc=n=>Promise.resolve(n),nc=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replace=="function"}catch{}return!1})(),ko=(n,e,t,s)=>{t&&t.map(([r,i,o])=>{const a=rc(n,r),l=sc(e,o),c=ic(r);W.ael(a,i,l,c),(e.$rmListeners$=e.$rmListeners$||[]).push(()=>W.rel(a,i,l,c))})},sc=(n,e)=>t=>{try{Je.lazyLoad||n.$hostElement$[e](t)}catch(s){Bt(s)}},rc=(n,e)=>e&4?de:e&8?Rn:e&16?de.body:n,ic=n=>ec?{passive:(n&1)!==0,capture:(n&2)!==0}:(n&2)!==0,li="http://www.w3.org/1999/xlink",qe=(n,e="")=>()=>{},ci=new WeakMap,oc=(n,e,t)=>{let s=mn.get(n);nc&&t?(s=s||new CSSStyleSheet,s.replace(e)):s=e,mn.set(n,s)},ac=(n,e,t,s)=>{let r=So(e,t),i=mn.get(r);if(n=n.nodeType===11?n:de,i)if(typeof i=="string"){n=n.head||n;let o=ci.get(n),a;o||ci.set(n,o=new Set),o.has(r)||(a=de.createElement("style"),a.innerHTML=i,n.insertBefore(a,n.querySelector("link")),o&&o.add(r))}else n.adoptedStyleSheets.includes(i)||(n.adoptedStyleSheets=[...n.adoptedStyleSheets,i]);return r},lc=n=>{const e=n.$cmpMeta$,t=n.$hostElement$,s=e.$flags$,r=qe("attachStyles",e.$tagName$),i=ac(t.shadowRoot?t.shadowRoot:t.getRootNode(),e,n.$modeName$);s&10&&(t["s-sc"]=i,t.classList.add(i+"-h"),s&2&&t.classList.add(i+"-s")),r()},So=(n,e)=>"sc-"+(e&&n.$flags$&32?n.$tagName$+"-"+e:n.$tagName$),cc=n=>Dc.map(e=>e(n)).find(e=>!!e),ui={},uc="http://www.w3.org/2000/svg",hc="http://www.w3.org/1999/xhtml",dc=n=>n!=null,Hs=n=>(n=typeof n,n==="object"||n==="function"),rt=(n,e,...t)=>{let s=null,r=null,i=null,o=!1,a=!1,l=[];const c=p=>{for(let d=0;d<p.length;d++)s=p[d],Array.isArray(s)?c(s):s!=null&&typeof s!="boolean"&&((o=typeof n!="function"&&!Hs(s))&&(s=String(s)),o&&a?l[l.length-1].$text$+=s:l.push(o?fn(null,s):s),a=o)};if(c(t),e){e.key&&(r=e.key),e.name&&(i=e.name);{const p=e.className||e.class;p&&(e.class=typeof p!="object"?p:Object.keys(p).filter(d=>p[d]).join(" "))}}if(typeof n=="function")return n(e===null?{}:e,l,fc);const u=fn(n,null);return u.$attrs$=e,l.length>0&&(u.$children$=l),u.$key$=r,u.$name$=i,u},fn=(n,e)=>{const t={$flags$:0,$tag$:n,$text$:e,$elm$:null,$children$:null};return t.$attrs$=null,t.$key$=null,t.$name$=null,t},Fs={},pc=n=>n&&n.$tag$===Fs,fc={forEach:(n,e)=>n.map(hi).forEach(e),map:(n,e)=>n.map(hi).map(e).map(gc)},hi=n=>({vattrs:n.$attrs$,vchildren:n.$children$,vkey:n.$key$,vname:n.$name$,vtag:n.$tag$,vtext:n.$text$}),gc=n=>{if(typeof n.vtag=="function"){const t=Object.assign({},n.vattrs);return n.vkey&&(t.key=n.vkey),n.vname&&(t.name=n.vname),rt(n.vtag,t,...n.vchildren||[])}const e=fn(n.vtag,n.vtext);return e.$attrs$=n.vattrs,e.$children$=n.vchildren,e.$key$=n.vkey,e.$name$=n.vname,e},di=(n,e,t,s,r,i)=>{if(t!==s){let o=mi(n,e),a=e.toLowerCase();if(e==="class"){const l=n.classList,c=pi(t),u=pi(s);l.remove(...c.filter(p=>p&&!u.includes(p))),l.add(...u.filter(p=>p&&!c.includes(p)))}else if(e==="style"){for(const l in t)(!s||s[l]==null)&&(l.includes("-")?n.style.removeProperty(l):n.style[l]="");for(const l in s)(!t||s[l]!==t[l])&&(l.includes("-")?n.style.setProperty(l,s[l]):n.style[l]=s[l])}else if(e!=="key")if(e==="ref")s&&s(n);else if(!n.__lookupSetter__(e)&&e[0]==="o"&&e[1]==="n")e[2]==="-"?e=e.slice(3):mi(Rn,a)?e=a.slice(2):e=a[2]+e.slice(3),t&&W.rel(n,e,t,!1),s&&W.ael(n,e,s,!1);else{const l=Hs(s);if((o||l&&s!==null)&&!r)try{if(n.tagName.includes("-"))n[e]=s;else{let u=s??"";e==="list"?o=!1:(t==null||n[e]!=u)&&(n[e]=u)}}catch{}let c=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(e=a,c=!0),s==null||s===!1?(s!==!1||n.getAttribute(e)==="")&&(c?n.removeAttributeNS(li,e):n.removeAttribute(e)):(!o||i&4||r)&&!l&&(s=s===!0?"":s,c?n.setAttributeNS(li,e,s):n.setAttribute(e,s))}}},mc=/\s/,pi=n=>n?n.split(mc):[],_o=(n,e,t,s)=>{const r=e.$elm$.nodeType===11&&e.$elm$.host?e.$elm$.host:e.$elm$,i=n&&n.$attrs$||ui,o=e.$attrs$||ui;for(s in i)s in o||di(r,s,i[s],void 0,t,e.$flags$);for(s in o)di(r,s,i[s],o[s],t,e.$flags$)},gn=(n,e,t,s)=>{let r=e.$children$[t],i=0,o,a,l;if(xo||(Bs=!0,r.$tag$==="slot"&&(et&&s.classList.add(et+"-s"),r.$flags$|=r.$children$?2:1)),r.$text$!==null)o=r.$elm$=de.createTextNode(r.$text$);else if(r.$flags$&1)o=r.$elm$=de.createTextNode("");else{if(J||(J=r.$tag$==="svg"),o=r.$elm$=de.createElementNS(J?uc:hc,r.$flags$&2?"slot-fb":r.$tag$),J&&r.$tag$==="foreignObject"&&(J=!1),_o(null,r,J),dc(et)&&o["s-si"]!==et&&o.classList.add(o["s-si"]=et),r.$children$)for(i=0;i<r.$children$.length;++i)a=gn(n,r,i,o),a&&o.appendChild(a);r.$tag$==="svg"?J=!1:o.tagName==="foreignObject"&&(J=!0)}return o["s-hn"]=Tn,r.$flags$&3&&(o["s-sr"]=!0,o["s-cr"]=$o,o["s-sn"]=r.$name$||"",l=n&&n.$children$&&n.$children$[t],l&&l.$tag$===r.$tag$&&n.$elm$&&Lt(n.$elm$,!1)),o},Lt=(n,e)=>{W.$flags$|=1;const t=n.childNodes;for(let s=t.length-1;s>=0;s--){const r=t[s];r["s-hn"]!==Tn&&r["s-ol"]&&(Ao(r).insertBefore(r,js(r)),r["s-ol"].remove(),r["s-ol"]=void 0,Bs=!0),e&&Lt(r,e)}W.$flags$&=-2},Co=(n,e,t,s,r,i)=>{let o=n["s-cr"]&&n["s-cr"].parentNode||n,a;for(o.shadowRoot&&o.tagName===Tn&&(o=o.shadowRoot);r<=i;++r)s[r]&&(a=gn(null,t,r,n),a&&(s[r].$elm$=a,o.insertBefore(a,js(e))))},Eo=(n,e,t,s,r)=>{for(;e<=t;++e)(s=n[e])&&(r=s.$elm$,Lo(s),pn=!0,r["s-ol"]?r["s-ol"].remove():Lt(r,!0),r.remove())},vc=(n,e,t,s)=>{let r=0,i=0,o=0,a=0,l=e.length-1,c=e[0],u=e[l],p=s.length-1,d=s[0],g=s[p],v,y;for(;r<=l&&i<=p;)if(c==null)c=e[++r];else if(u==null)u=e[--l];else if(d==null)d=s[++i];else if(g==null)g=s[--p];else if(en(c,d))tt(c,d),c=e[++r],d=s[++i];else if(en(u,g))tt(u,g),u=e[--l],g=s[--p];else if(en(c,g))(c.$tag$==="slot"||g.$tag$==="slot")&&Lt(c.$elm$.parentNode,!1),tt(c,g),n.insertBefore(c.$elm$,u.$elm$.nextSibling),c=e[++r],g=s[--p];else if(en(u,d))(c.$tag$==="slot"||g.$tag$==="slot")&&Lt(u.$elm$.parentNode,!1),tt(u,d),n.insertBefore(u.$elm$,c.$elm$),u=e[--l],d=s[++i];else{for(o=-1,a=r;a<=l;++a)if(e[a]&&e[a].$key$!==null&&e[a].$key$===d.$key$){o=a;break}o>=0?(y=e[o],y.$tag$!==d.$tag$?v=gn(e&&e[i],t,o,n):(tt(y,d),e[o]=void 0,v=y.$elm$),d=s[++i]):(v=gn(e&&e[i],t,i,n),d=s[++i]),v&&Ao(c.$elm$).insertBefore(v,js(c.$elm$))}r>l?Co(n,s[p+1]==null?null:s[p+1].$elm$,t,s,i,p):i>p&&Eo(e,r,l)},en=(n,e)=>n.$tag$===e.$tag$?n.$tag$==="slot"?n.$name$===e.$name$:n.$key$===e.$key$:!1,js=n=>n&&n["s-ol"]||n,Ao=n=>(n["s-ol"]?n["s-ol"]:n).parentNode,tt=(n,e)=>{const t=e.$elm$=n.$elm$,s=n.$children$,r=e.$children$,i=e.$tag$,o=e.$text$;let a;o===null?(J=i==="svg"?!0:i==="foreignObject"?!1:J,i==="slot"||_o(n,e,J),s!==null&&r!==null?vc(t,s,e,r):r!==null?(n.$text$!==null&&(t.textContent=""),Co(t,null,e,r,0,r.length-1)):s!==null&&Eo(s,0,s.length-1),J&&i==="svg"&&(J=!1)):(a=t["s-cr"])?a.parentNode.textContent=o:n.$text$!==o&&(t.data=o)},To=n=>{let e=n.childNodes,t,s,r,i,o,a;for(s=0,r=e.length;s<r;s++)if(t=e[s],t.nodeType===1){if(t["s-sr"]){for(o=t["s-sn"],t.hidden=!1,i=0;i<r;i++)if(a=e[i].nodeType,e[i]["s-hn"]!==t["s-hn"]||o!==""){if(a===1&&o===e[i].getAttribute("slot")){t.hidden=!0;break}}else if(a===1||a===3&&e[i].textContent.trim()!==""){t.hidden=!0;break}}To(t)}},ae=[],Ro=n=>{let e,t,s,r,i,o,a=0,l=n.childNodes,c=l.length;for(;a<c;a++){if(e=l[a],e["s-sr"]&&(t=e["s-cr"])&&t.parentNode)for(s=t.parentNode.childNodes,r=e["s-sn"],o=s.length-1;o>=0;o--)t=s[o],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==e["s-hn"]&&(fi(t,r)?(i=ae.find(u=>u.$nodeToRelocate$===t),pn=!0,t["s-sn"]=t["s-sn"]||r,i?i.$slotRefNode$=e:ae.push({$slotRefNode$:e,$nodeToRelocate$:t}),t["s-sr"]&&ae.map(u=>{fi(u.$nodeToRelocate$,t["s-sn"])&&(i=ae.find(p=>p.$nodeToRelocate$===t),i&&!u.$slotRefNode$&&(u.$slotRefNode$=i.$slotRefNode$))})):ae.some(u=>u.$nodeToRelocate$===t)||ae.push({$nodeToRelocate$:t}));e.nodeType===1&&Ro(e)}},fi=(n,e)=>n.nodeType===1?n.getAttribute("slot")===null&&e===""||n.getAttribute("slot")===e:n["s-sn"]===e?!0:e==="",Lo=n=>{n.$attrs$&&n.$attrs$.ref&&n.$attrs$.ref(null),n.$children$&&n.$children$.map(Lo)},bc=(n,e)=>{const t=n.$hostElement$,s=n.$cmpMeta$,r=n.$vnode$||fn(null,null),i=pc(e)?e:rt(null,null,e);Tn=t.tagName,s.$attrsToReflect$&&(i.$attrs$=i.$attrs$||{},s.$attrsToReflect$.map(([o,a])=>i.$attrs$[a]=t[o])),i.$tag$=null,i.$flags$|=4,n.$vnode$=i,i.$elm$=r.$elm$=t.shadowRoot||t,et=t["s-sc"],$o=t["s-cr"],xo=(s.$flags$&1)!==0,pn=!1,tt(r,i);{if(W.$flags$|=1,Bs){Ro(i.$elm$);let o,a,l,c,u,p,d=0;for(;d<ae.length;d++)o=ae[d],a=o.$nodeToRelocate$,a["s-ol"]||(l=de.createTextNode(""),l["s-nr"]=a,a.parentNode.insertBefore(a["s-ol"]=l,a));for(d=0;d<ae.length;d++)if(o=ae[d],a=o.$nodeToRelocate$,o.$slotRefNode$){for(c=o.$slotRefNode$.parentNode,u=o.$slotRefNode$.nextSibling,l=a["s-ol"];l=l.previousSibling;)if(p=l["s-nr"],p&&p["s-sn"]===a["s-sn"]&&c===p.parentNode&&(p=p.nextSibling,!p||!p["s-nr"])){u=p;break}(!u&&c!==a.parentNode||a.nextSibling!==u)&&a!==u&&(!a["s-hn"]&&a["s-ol"]&&(a["s-hn"]=a["s-ol"].parentNode.nodeName),c.insertBefore(a,u))}else a.nodeType===1&&(a.hidden=!0)}pn&&To(i.$elm$),W.$flags$&=-2,ae.length=0}},yc=n=>n,$c=(n,e,t)=>{const s=yc(n);return{emit:r=>xc(s,e,{bubbles:!0,composed:!0,cancelable:!0,detail:r})}},xc=(n,e,t)=>{const s=W.ce(e,t);return n.dispatchEvent(s),s},wc=(n,e)=>{},Oo=(n,e)=>(n.$flags$|=16,wc(n,n.$ancestorComponent$),Bc(()=>kc(n,e))),kc=(n,e)=>{const t=n.$hostElement$,s=qe("scheduleUpdate",n.$cmpMeta$.$tagName$),r=t;let i;return e?i=it(r,"componentWillLoad"):i=it(r,"componentWillUpdate"),i=gi(i,()=>it(r,"componentWillRender")),s(),gi(i,()=>Sc(n,r,e))},Sc=async(n,e,t)=>{const s=n.$hostElement$,r=qe("update",n.$cmpMeta$.$tagName$);s["s-rc"],t&&lc(n);const i=qe("render",n.$cmpMeta$.$tagName$);_c(n,e,s),i(),r(),Cc(n)},_c=(n,e,t)=>{try{ai=e,e=e.render&&e.render(),n.$flags$&=-17,n.$flags$|=2,(Je.hasRenderFn||Je.reflect)&&(Je.vdomRender||Je.reflect)&&(Je.hydrateServerSide||bc(n,e))}catch(a){Bt(a,n.$hostElement$)}return ai=null,null},Cc=n=>{const e=n.$cmpMeta$.$tagName$,t=n.$hostElement$,s=qe("postUpdate",e),r=t;n.$ancestorComponent$,it(r,"componentDidRender"),n.$flags$&64?(it(r,"componentDidUpdate"),s()):(n.$flags$|=64,it(r,"componentDidLoad"),s())},it=(n,e,t)=>{if(n&&n[e])try{return n[e](t)}catch(s){Bt(s)}},gi=(n,e)=>n&&n.then?n.then(e):e(),Ec=(n,e)=>n!=null&&!Hs(n)?e&4?n==="false"?!1:n===""||!!n:e&2?parseFloat(n):e&1?String(n):n:n,Ac=(n,e)=>Ln(n).$instanceValues$.get(e),Tc=(n,e,t,s)=>{const r=Ln(n),i=n,o=r.$instanceValues$.get(e),a=r.$flags$,l=i;t=Ec(t,s.$members$[e][0]);const c=Number.isNaN(o)&&Number.isNaN(t);if(t!==o&&!c){r.$instanceValues$.set(e,t);{if(s.$watchers$&&a&128){const p=s.$watchers$[e];p&&p.map(d=>{try{l[d](t,o,e)}catch(g){Bt(g,i)}})}if((a&18)===2){if(l.componentShouldUpdate&&l.componentShouldUpdate(t,o,e)===!1)return;Oo(r,!1)}}}},Rc=(n,e,t)=>{if(e.$members$){n.watchers&&(e.$watchers$=n.watchers);const s=Object.entries(e.$members$),r=n.prototype;s.map(([i,[o]])=>{(o&31||o&32)&&Object.defineProperty(r,i,{get(){return Ac(this,i)},set(a){Tc(this,i,a,e)},configurable:!0,enumerable:!0})});{const i=new Map;r.attributeChangedCallback=function(o,a,l){W.jmp(()=>{const c=i.get(o);if(this.hasOwnProperty(c))l=this[c],delete this[c];else if(r.hasOwnProperty(c)&&typeof this[c]=="number"&&this[c]==l)return;this[c]=l===null&&typeof this[c]=="boolean"?!1:l})},n.observedAttributes=s.filter(([o,a])=>a[0]&15).map(([o,a])=>{const l=a[1]||o;return i.set(l,o),a[0]&512&&e.$attrsToReflect$.push([o,l]),l})}}return n},Lc=async(n,e,t,s,r)=>{if((e.$flags$&32)===0&&(r=n.constructor,e.$flags$|=32,customElements.whenDefined(t.$tagName$).then(()=>e.$flags$|=128),r.style)){let o=r.style;typeof o!="string"&&(o=o[e.$modeName$=cc(n)]);const a=So(t,e.$modeName$);if(!mn.has(a)){const l=qe("registerStyles",t.$tagName$);oc(a,o,!!(t.$flags$&1)),l()}}e.$ancestorComponent$,Oo(e,!0)},Oc=n=>{},Ic=n=>{if((W.$flags$&1)===0){const e=Ln(n),t=e.$cmpMeta$,s=qe("connectedCallback",t.$tagName$);e.$flags$&1?(ko(n,e,t.$listeners$),Oc(e.$lazyInstance$)):(e.$flags$|=1,t.$flags$&12&&Pc(n),t.$members$&&Object.entries(t.$members$).map(([r,[i]])=>{if(i&31&&n.hasOwnProperty(r)){const o=n[r];delete n[r],n[r]=o}}),Lc(n,e,t)),s()}},Pc=n=>{const e=n["s-cr"]=de.createComment("");e["s-cn"]=!0,n.insertBefore(e,n.firstChild)},Mc=n=>{if((W.$flags$&1)===0){const e=Ln(n);e.$rmListeners$&&(e.$rmListeners$.map(t=>t()),e.$rmListeners$=void 0)}},Io=(n,e)=>{const t={$flags$:e[0],$tagName$:e[1]};t.$members$=e[2],t.$listeners$=e[3],t.$watchers$=n.$watchers$,t.$attrsToReflect$=[];const s=n.prototype.connectedCallback,r=n.prototype.disconnectedCallback;return Object.assign(n.prototype,{__registerHost(){Nc(this,t)},connectedCallback(){Ic(this),s&&s.call(this)},disconnectedCallback(){Mc(this),r&&r.call(this)},__attachShadow(){this.attachShadow({mode:"open",delegatesFocus:!!(t.$flags$&16)})}}),n.is=t.$tagName$,Rc(n,t)},Po=new WeakMap,Ln=n=>Po.get(n),Nc=(n,e)=>{const t={$flags$:0,$hostElement$:n,$cmpMeta$:e,$instanceValues$:new Map};return ko(n,t,e.$listeners$),Po.set(n,t)},mi=(n,e)=>e in n,Bt=(n,e)=>(0,console.error)(n,e),mn=new Map,Dc=[],vi=[],Mo=[],Uc=(n,e)=>t=>{n.push(t),vs||(vs=!0,e&&W.$flags$&4?zc(bs):W.raf(bs))},bi=n=>{for(let e=0;e<n.length;e++)try{n[e](performance.now())}catch(t){Bt(t)}n.length=0},bs=()=>{bi(vi),bi(Mo),(vs=vi.length>0)&&W.raf(bs)},zc=n=>tc().then(n),Bc=Uc(Mo,!0),Hc=(n={})=>{const{content:e="",title:t,attributes:s=[]}=n;let r="",i=[{name:"xmlns",value:"http://www.w3.org/2000/svg"},{name:"fill",value:"currentColor"},...s];return t&&(r=`<title>${t}</title>`),`<svg ${i.map(a=>`${a.name}="${a.value}"`).join(" ")}>${r}${e}</svg>`},Fc=n=>n.replace(/<(\/?)svg([^>]*)>/g,"").trim();function jc(n){return`${n.getFullYear()}.${n.getMonth()+1}`}class qc{constructor(e){this.voca_component=e,this.voca_added=jc(new Date)}}const Wc="telia-vst{display:none}",Gc=Io(class extends wo{constructor(){super(),this.__registerHost(),this.vocaInternalUStats=$c(this,"vocaInternalUStats")}connectedCallback(){this.vocaInternalUStats.emit(new qc(this.dataTrackingId))}render(){return rt(Fs,null)}static get style(){return Wc}},[0,"telia-vst",{dataTrackingId:[1,"data-tracking-id"]}]);function No(){if(typeof customElements>"u")return;["telia-vst"].forEach(e=>{switch(e){case"telia-vst":customElements.get(e)||customElements.define(e,Gc);break}})}No();function ys(){return typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{vocadsIcons:void 0,vocadsIconsRegistered:!1}}function Zc(){if(typeof ys().vocadsIcons!==void 0)return ys().vocadsIcons}function Yc(){return ys().vocadsIconsRegistered}const Kc=".telia-icon{display:inline-block}.telia-icon__container{display:block;height:inherit}.telia-icon svg{display:block}.telia-icon--sm{height:calc(1.6rem * var(--voca-rem-multiplier));min-width:calc(1.6rem * var(--voca-rem-multiplier));width:calc(1.6rem * var(--voca-rem-multiplier))}.telia-icon--md{height:calc(2.4rem * var(--voca-rem-multiplier));min-width:calc(2.4rem * var(--voca-rem-multiplier));width:calc(2.4rem * var(--voca-rem-multiplier))}.telia-icon--lg{height:calc(3.2rem * var(--voca-rem-multiplier));min-width:calc(3.2rem * var(--voca-rem-multiplier));width:calc(3.2rem * var(--voca-rem-multiplier))}",Xc=Io(class extends wo{constructor(){super(),this.__registerHost(),this.size="md",this.allyTitle=null,this.dataTrackingId="telia-icon"}getSvgString(){if(this.svg)return this.svg;if(Yc()&&this.name){const n=Zc();return n[this.name]?n[this.name].svg:""}return this.name&&console.warn(this.name,"Icons bundle is not registered and will not be rendered. Check if you have registered icons bundle or use svg property"),""}render(){let n=this.getSvgString(),e=[{name:"viewBox",value:"0 0 64 64"}];this.allyTitle?e=[...e,{name:"role",value:"img"}]:e=[...e,{name:"aria-hidden",value:"true"}];const t=Hc({content:Fc(n),attributes:e,title:this.allyTitle});return rt(Fs,{class:`telia-icon telia-icon--${this.size}`},rt("span",{"aria-label":this.allyTitle,class:"telia-icon__container",innerHTML:t}),rt("telia-vst",{dataTrackingId:this.dataTrackingId}))}static get style(){return Kc}},[0,"telia-icon",{name:[1],svg:[1],size:[1],allyTitle:[1,"ally-title"],dataTestid:[1,"data-testid"]}]);function Vc(){if(typeof customElements>"u")return;["telia-icon","telia-vst"].forEach(e=>{switch(e){case"telia-icon":customElements.get(e)||customElements.define(e,Xc);break;case"telia-vst":customElements.get(e)||No();break}})}Vc();/**
|
|
22
22
|
* @license
|
|
23
23
|
* Copyright 2017 Google LLC
|
|
24
24
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
-
*/const
|
|
25
|
+
*/const Qc=n=>(e,t)=>{t!==void 0?t.addInitializer(()=>{customElements.define(n,e)}):customElements.define(n,e)};/**
|
|
26
26
|
* @license
|
|
27
27
|
* Copyright 2017 Google LLC
|
|
28
28
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
|
-
*/const
|
|
29
|
+
*/const Jc={attribute:!0,type:String,converter:hn,reflect:!1,hasChanged:Us},eu=(n=Jc,e,t)=>{const{kind:s,metadata:r}=t;let i=globalThis.litPropertyMetadata.get(r);if(i===void 0&&globalThis.litPropertyMetadata.set(r,i=new Map),s==="setter"&&((n=Object.create(n)).wrapped=!0),i.set(t.name,n),s==="accessor"){const{name:o}=t;return{set(a){const l=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,l,n,!0,a)},init(a){return a!==void 0&&this.C(o,void 0,n,a),a}}}if(s==="setter"){const{name:o}=t;return function(a){const l=this[o];e.call(this,a),this.requestUpdate(o,l,n,!0,a)}}throw Error("Unsupported decorator location: "+s)};function A(n){return(e,t)=>typeof t=="object"?eu(n,e,t):((s,r,i)=>{const o=r.hasOwnProperty(i);return r.constructor.createProperty(i,s),o?Object.getOwnPropertyDescriptor(r,i):void 0})(n,e,t)}/**
|
|
30
30
|
* @license
|
|
31
31
|
* Copyright 2017 Google LLC
|
|
32
32
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
33
|
-
*/function
|
|
33
|
+
*/function R(n){return A({...n,state:!0,attribute:!1})}/**
|
|
34
34
|
* @license
|
|
35
35
|
* Copyright 2020 Google LLC
|
|
36
36
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
37
|
-
*/const
|
|
37
|
+
*/const tu=n=>n.strings===void 0;/**
|
|
38
38
|
* @license
|
|
39
39
|
* Copyright 2017 Google LLC
|
|
40
40
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
* @license
|
|
43
43
|
* Copyright 2017 Google LLC
|
|
44
44
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
45
|
-
*/const
|
|
45
|
+
*/const Ct=(n,e)=>{var s;const t=n._$AN;if(t===void 0)return!1;for(const r of t)(s=r._$AO)==null||s.call(r,e,!1),Ct(r,e);return!0},vn=n=>{let e,t;do{if((e=n._$AM)===void 0)break;t=e._$AN,t.delete(n),n=e}while((t==null?void 0:t.size)===0)},Do=n=>{for(let e;e=n._$AM;n=e){let t=e._$AN;if(t===void 0)e._$AN=t=new Set;else if(t.has(n))break;t.add(n),ru(e)}};function nu(n){this._$AN!==void 0?(vn(this),this._$AM=n,Do(this)):this._$AM=n}function su(n,e=!1,t=0){const s=this._$AH,r=this._$AN;if(r!==void 0&&r.size!==0)if(e)if(Array.isArray(s))for(let i=t;i<s.length;i++)Ct(s[i],!1),vn(s[i]);else s!=null&&(Ct(s,!1),vn(s));else Ct(this,n)}const ru=n=>{n.type==On.CHILD&&(n._$AP??(n._$AP=su),n._$AQ??(n._$AQ=nu))};let Uo=class extends qs{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,s){super._$AT(e,t,s),Do(this),this.isConnected=e._$AU}_$AO(e,t=!0){var s,r;e!==this.isConnected&&(this.isConnected=e,e?(s=this.reconnected)==null||s.call(this):(r=this.disconnected)==null||r.call(this)),t&&(Ct(this,e),vn(this))}setValue(e){if(tu(this._$Ct))this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}};/**
|
|
46
46
|
* @license
|
|
47
47
|
* Copyright 2020 Google LLC
|
|
48
48
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
49
|
-
*/const
|
|
49
|
+
*/const ie=()=>new iu;class iu{}const Jn=new WeakMap,oe=In(class extends Uo{render(n){return x}update(n,[e]){var s;const t=e!==this.G;return t&&this.G!==void 0&&this.rt(void 0),(t||this.lt!==this.ct)&&(this.G=e,this.ht=(s=n.options)==null?void 0:s.host,this.rt(this.ct=n.element)),x}rt(n){if(this.isConnected||(n=void 0),typeof this.G=="function"){const e=this.ht??globalThis;let t=Jn.get(e);t===void 0&&(t=new WeakMap,Jn.set(e,t)),t.get(this.G)!==void 0&&this.G.call(this.ht,void 0),t.set(this.G,n),n!==void 0&&this.G.call(this.ht,n)}else this.G.value=n}get lt(){var n,e;return typeof this.G=="function"?(n=Jn.get(this.ht??globalThis))==null?void 0:n.get(this.G):(e=this.G)==null?void 0:e.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});/**
|
|
50
50
|
* @license
|
|
51
51
|
* Copyright 2018 Google LLC
|
|
52
52
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
|
-
*/const
|
|
53
|
+
*/const He=In(class extends qs{constructor(n){var e;if(super(n),n.type!==On.ATTRIBUTE||n.name!=="class"||((e=n.strings)==null?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(n){return" "+Object.keys(n).filter(e=>n[e]).join(" ")+" "}update(n,[e]){var s,r;if(this.st===void 0){this.st=new Set,n.strings!==void 0&&(this.nt=new Set(n.strings.join(" ").split(/\s/).filter(i=>i!=="")));for(const i in e)e[i]&&!((s=this.nt)!=null&&s.has(i))&&this.st.add(i);return this.render(e)}const t=n.element.classList;for(const i of this.st)i in e||(t.remove(i),this.st.delete(i));for(const i in e){const o=!!e[i];o===this.st.has(i)||(r=this.nt)!=null&&r.has(i)||(o?(t.add(i),this.st.add(i)):(t.remove(i),this.st.delete(i)))}return Ae}});var ou=Object.defineProperty,au=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&ou(e,t,r),r};const rr=class rr extends N{constructor(){super(...arguments),this.anchor="BottomRight"}appendChild(e){var t;return(t=this.shadowRoot)==null||t.appendChild(e),e}render(){return this.anchor==="BottomLeft"?this.renderRoot.host.classList.add("bottom-left"):this.anchor==="BottomRight"&&this.renderRoot.host.classList.add("bottom-right"),x}};rr.styles=[Y`
|
|
54
54
|
:host {
|
|
55
55
|
position: fixed;
|
|
56
56
|
display: flex;
|
|
@@ -66,30 +66,30 @@
|
|
|
66
66
|
bottom: 20px;
|
|
67
67
|
left: 20px;
|
|
68
68
|
}
|
|
69
|
-
`];let bn=
|
|
69
|
+
`];let bn=rr;au([A({attribute:!0})],bn.prototype,"anchor");const lu=new WeakMap;let yi=0;const es=new Map,$i=new WeakSet,xi=()=>new Promise(n=>requestAnimationFrame(n)),cu=[{transform:"translateX(100%) scale(0)",opacity:0}],uu=[{opacity:0}],wi=[{opacity:0},{opacity:1}],ki=(n,e)=>{const t=n-e;return t===0?void 0:t},Si=(n,e)=>{const t=n/e;return t===1?void 0:t},ts={left:(n,e)=>{const t=ki(n,e);return{value:t,transform:t==null||isNaN(t)?void 0:`translateX(${t}px)`}},top:(n,e)=>{const t=ki(n,e);return{value:t,transform:t==null||isNaN(t)?void 0:`translateY(${t}px)`}},width:(n,e)=>{let t;e===0&&(e=1,t={width:"1px"});const s=Si(n,e);return{value:s,overrideFrom:t,transform:s==null||isNaN(s)?void 0:`scaleX(${s})`}},height:(n,e)=>{let t;e===0&&(e=1,t={height:"1px"});const s=Si(n,e);return{value:s,overrideFrom:t,transform:s==null||isNaN(s)?void 0:`scaleY(${s})`}}},hu={duration:333,easing:"ease-in-out"},du=["left","top","width","height","opacity","color","background"],_i=new WeakMap;class pu extends Uo{constructor(e){if(super(e),this.t=!1,this.i=null,this.o=null,this.h=!0,this.shouldLog=!1,e.type===On.CHILD)throw Error("The `animate` directive must be used in attribute position.");this.createFinished()}createFinished(){var e;(e=this.resolveFinished)==null||e.call(this),this.finished=new Promise(t=>{this.l=t})}async resolveFinished(){var e;(e=this.l)==null||e.call(this),this.l=void 0}render(e){return x}getController(){return lu.get(this.u)}isDisabled(){var e;return this.options.disabled||((e=this.getController())==null?void 0:e.disabled)}update(e,[t]){var r;const s=this.u===void 0;return s&&(this.u=(r=e.options)==null?void 0:r.host,this.u.addController(this),this.u.updateComplete.then(i=>this.t=!0),this.element=e.element,_i.set(this.element,this)),this.optionsOrCallback=t,(s||typeof t!="function")&&this.m(t),this.render(t)}m(e){e=e??{};const t=this.getController();t!==void 0&&((e={...t.defaultOptions,...e}).keyframeOptions={...t.defaultOptions.keyframeOptions,...e.keyframeOptions}),e.properties??(e.properties=du),this.options=e}p(){const e={},t=this.element.getBoundingClientRect(),s=getComputedStyle(this.element);return this.options.properties.forEach(r=>{const i=t[r]??(ts[r]?void 0:s[r]),o=Number(i);e[r]=isNaN(o)?i+"":o}),e}v(){let e,t=!0;return this.options.guard&&(e=this.options.guard(),t=((s,r)=>{if(Array.isArray(s)){if(Array.isArray(r)&&r.length===s.length&&s.every((i,o)=>i===r[o]))return!1}else if(r===s)return!1;return!0})(e,this._)),this.h=this.t&&!this.isDisabled()&&!this.isAnimating()&&t&&this.element.isConnected,this.h&&(this._=Array.isArray(e)?Array.from(e):e),this.h}hostUpdate(){typeof this.optionsOrCallback=="function"&&this.m(this.optionsOrCallback()),this.v()&&(this.A=this.p(),this.i=this.i??this.element.parentNode,this.o=this.element.nextSibling)}async hostUpdated(){if(!this.h||!this.element.isConnected||this.options.skipInitial&&!this.isHostRendered)return;let e;this.prepare(),await xi;const t=this.P(),s=this.V(this.options.keyframeOptions,t),r=this.p();if(this.A!==void 0){const{from:i,to:o}=this.O(this.A,r,t);this.log("measured",[this.A,r,i,o]),e=this.calculateKeyframes(i,o)}else{const i=es.get(this.options.inId);if(i){es.delete(this.options.inId);const{from:o,to:a}=this.O(i,r,t);e=this.calculateKeyframes(o,a),e=this.options.in?[{...this.options.in[0],...e[0]},...this.options.in.slice(1),e[1]]:e,yi++,e.forEach(l=>l.zIndex=yi)}else this.options.in&&(e=[...this.options.in,{}])}this.animate(e,s)}resetStyles(){this.j!==void 0&&(this.element.setAttribute("style",this.j??""),this.j=void 0)}commitStyles(){var e,t;this.j=this.element.getAttribute("style"),(e=this.webAnimation)==null||e.commitStyles(),(t=this.webAnimation)==null||t.cancel()}reconnected(){}async disconnected(){var t;if(!this.h||(this.options.id!==void 0&&es.set(this.options.id,this.A),this.options.out===void 0))return;if(this.prepare(),await xi(),(t=this.i)==null?void 0:t.isConnected){const s=this.o&&this.o.parentNode===this.i?this.o:null;if(this.i.insertBefore(this.element,s),this.options.stabilizeOut){const r=this.p();this.log("stabilizing out");const i=this.A.left-r.left,o=this.A.top-r.top;getComputedStyle(this.element).position!=="static"||i===0&&o===0||(this.element.style.position="relative"),i!==0&&(this.element.style.left=i+"px"),o!==0&&(this.element.style.top=o+"px")}}const e=this.V(this.options.keyframeOptions);await this.animate(this.options.out,e),this.element.remove()}prepare(){this.createFinished()}start(){var e,t;(t=(e=this.options).onStart)==null||t.call(e,this)}didFinish(e){var t,s;e&&((s=(t=this.options).onComplete)==null||s.call(t,this)),this.A=void 0,this.animatingProperties=void 0,this.frames=void 0,this.resolveFinished()}P(){const e=[];for(let t=this.element.parentNode;t;t=t==null?void 0:t.parentNode){const s=_i.get(t);s&&!s.isDisabled()&&s&&e.push(s)}return e}get isHostRendered(){const e=$i.has(this.u);return e||this.u.updateComplete.then(()=>{$i.add(this.u)}),e}V(e,t=this.P()){const s={...hu};return t.forEach(r=>Object.assign(s,r.options.keyframeOptions)),Object.assign(s,e),s}O(e,t,s){e={...e},t={...t};const r=s.map(a=>a.animatingProperties).filter(a=>a!==void 0);let i=1,o=1;return r.length>0&&(r.forEach(a=>{a.width&&(i/=a.width),a.height&&(o/=a.height)}),e.left!==void 0&&t.left!==void 0&&(e.left=i*e.left,t.left=i*t.left),e.top!==void 0&&t.top!==void 0&&(e.top=o*e.top,t.top=o*t.top)),{from:e,to:t}}calculateKeyframes(e,t,s=!1){const r={},i={};let o=!1;const a={};for(const l in t){const c=e[l],u=t[l];if(l in ts){const p=ts[l];if(c===void 0||u===void 0)continue;const d=p(c,u);d.transform!==void 0&&(a[l]=d.value,o=!0,r.transform=`${r.transform??""} ${d.transform}`,d.overrideFrom!==void 0&&Object.assign(r,d.overrideFrom))}else c!==u&&c!==void 0&&u!==void 0&&(o=!0,r[l]=c,i[l]=u)}return r.transformOrigin=i.transformOrigin=s?"center center":"top left",this.animatingProperties=a,o?[r,i]:void 0}async animate(e,t=this.options.keyframeOptions){this.start(),this.frames=e;let s=!1;if(!this.isAnimating()&&!this.isDisabled()&&(this.options.onFrames&&(this.frames=e=this.options.onFrames(this),this.log("modified frames",e)),e!==void 0)){this.log("animate",[e,t]),s=!0,this.webAnimation=this.element.animate(e,t);const r=this.getController();r==null||r.add(this);try{await this.webAnimation.finished}catch{}r==null||r.remove(this)}return this.didFinish(s),s}isAnimating(){var e,t;return((e=this.webAnimation)==null?void 0:e.playState)==="running"||((t=this.webAnimation)==null?void 0:t.pending)}log(e,t){this.shouldLog&&!this.isDisabled()&&console.log(e,this.options.id,t)}}const $s=In(pu),me=(n,e,t)=>{n&&t.style.setProperty(e,n)},zo=(n,e)=>{var t,s,r,i,o,a,l,c,u;me((t=n.colors)==null?void 0:t.primaryBackground,"--primary-background",e),me((s=n.colors)==null?void 0:s.textOnPrimaryBackground,"--text-on-primary-background",e),me((r=n.colors)==null?void 0:r.secondaryBackground,"--secondary-background",e),me((i=n.colors)==null?void 0:i.textOnSecondaryBackground,"--text-on-secondary-background",e),me((o=n.colors)==null?void 0:o.interactiveDestructiveBackground,"--destructive-color",e),me((a=n.colors)==null?void 0:a.interactiveTextOnDestructiveBackground,"--text-on-destructive-color",e),me((l=n.colors)==null?void 0:l.interactivePrimaryBackground,"--interactive-primary-background",e),me((c=n.colors)==null?void 0:c.interactiveTextOnPrimaryBackground,"--interactive-text-on-primary-background",e),me((u=n.colors)==null?void 0:u.focusColor,"--focus-color",e)};var fu=Object.defineProperty,Ht=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&fu(e,t,r),r};const ir=class ir extends N{constructor(){super(...arguments),this.active=!1,this.triggerVisible=!0,this.loaded=!1,this.containerRef=ie(),this.widgetActive$=new j(!1),this.componentIsDestroyed$=new M}async connectedCallback(){super.connectedCallback(),this.icon=await this._renderSymbol(),this.loaded=!0,this._applyBranding()}disconnectedCallback(){super.disconnectedCallback(),this.componentIsDestroyed$.next(),this.componentIsDestroyed$.complete()}toggleActive(){var e;if(!((e=this.application)!=null&&e.root)){console.warn("Could not activate widget. No root element assigned to widget.");return}this.active=!this.active,this.active?(this.application.appendToDOM(),this.notify("widget-set-active",{widgetId:this.application.id,active:!0}),this.widgetActive$.next(!0),this.hideTrigger()):(this.application.hide(),this.notify("widget-set-active",{widgetId:this.application.id,active:!1}),this.widgetActive$.next(!1),this.showTrigger())}notify(e,t={}){window!=null&&window.parent&&window.parent.postMessage({type:e,data:t},"*")}_applyBranding(){var e;(e=this.application)!=null&&e.settings&&zo(this.application.settings.branding,this)}async _renderSymbol(){var a,l,c;const e=(a=this.application)==null?void 0:a.branding(),t=(l=e==null?void 0:e.graphics)==null?void 0:l.trigger;if(t)return $` <img src=${t} class="trigger-icon" alt="" /> `;const s=(c=this.application)==null?void 0:c.triggerIcon;if(!s)return x;const r=async u=>Ql,{type:i,content:o}=s;switch(i){case"Telia":{const u=await r();return u?$`<telia-icon
|
|
70
70
|
class="trigger-icon"
|
|
71
71
|
svg=${u.svg}
|
|
72
72
|
size="lg"
|
|
73
|
-
></telia-icon
|
|
74
|
-
class=${
|
|
75
|
-
${
|
|
73
|
+
></telia-icon>`:x}default:return x}}hideTrigger(){this.triggerVisible=!1}showTrigger(){this.triggerVisible=!0}render(){var e,t,s,r,i,o,a;return $`<div
|
|
74
|
+
class=${He({"trigger-container":!0,"ace-hidden":!this.triggerVisible})}
|
|
75
|
+
${oe(this.containerRef)}
|
|
76
76
|
>
|
|
77
|
-
${!this.active&&((
|
|
77
|
+
${!this.active&&((r=(s=(t=(e=this.application)==null?void 0:e.settings)==null?void 0:t.branding)==null?void 0:s.other)!=null&&r.showButtonLabel)?$`
|
|
78
78
|
<button
|
|
79
79
|
type="button"
|
|
80
80
|
aria-label="${this.application.settings.branding.other.buttonLabelText??"Widget trigger"}"
|
|
81
81
|
class="trigger-label"
|
|
82
82
|
@click=${this.toggleActive}
|
|
83
|
-
${$s({keyframeOptions:{},in:
|
|
83
|
+
${$s({keyframeOptions:{},in:cu,stabilizeOut:!0,skipInitial:!1})}
|
|
84
84
|
>
|
|
85
85
|
${this.application.settings.branding.other.buttonLabelText??"Widget trigger"}
|
|
86
86
|
</button>
|
|
87
|
-
|
|
87
|
+
`:x}
|
|
88
88
|
|
|
89
89
|
<button
|
|
90
90
|
type="button"
|
|
91
|
-
aria-label="${((a=(o=(
|
|
92
|
-
class=${
|
|
91
|
+
aria-label="${((a=(o=(i=this.application)==null?void 0:i.settings)==null?void 0:o.branding.other)==null?void 0:a.buttonLabelText)??"Widget trigger"}"
|
|
92
|
+
class=${He({trigger:!0,active:this.active,rendered:this.loaded})}
|
|
93
93
|
@click=${this.toggleActive}
|
|
94
94
|
>
|
|
95
95
|
${this.icon}
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
</svg>
|
|
122
122
|
</span>
|
|
123
123
|
</button>
|
|
124
|
-
</div>`}};
|
|
124
|
+
</div>`}};ir.styles=[Y`
|
|
125
125
|
:host {
|
|
126
126
|
--voca-rem-multiplier: 0.625;
|
|
127
127
|
--trigger-label-bg: #f5e0ff;
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
.trigger-label:hover {
|
|
251
251
|
opacity: 0.8;
|
|
252
252
|
}
|
|
253
|
-
`];let $e=
|
|
253
|
+
`];let $e=ir;Ht([A({attribute:!1})],$e.prototype,"application");Ht([R()],$e.prototype,"active");Ht([R()],$e.prototype,"triggerVisible");Ht([R()],$e.prototype,"loaded");Ht([R()],$e.prototype,"icon");var gu=Object.defineProperty,De=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&gu(e,t,r),r};const Bo=n=>{const t=class t extends n{constructor(){super(...arguments),this.properties={},this.context={},this.layout={},this.nodes=[]}writeProperties(r){this.properties=r}writeLayout(r){this.layout=r}writeContext(r){this.context=r}addChild(r){r.parent=this,this.nodes.push(r)}connectedCallback(){super.connectedCallback(),this.renderRoot.host.style.setProperty("--width",this.layout.size==="full"?"var(--columns, 1)":`min(${this.layout.size||"var(--columns)"}, var(--columns))`),this.application.mountComponent(this)}};t.styles=[Y`
|
|
254
254
|
:host {
|
|
255
255
|
font-family: var(--font-family);
|
|
256
256
|
grid-column: span var(--width);
|
|
@@ -262,19 +262,19 @@
|
|
|
262
262
|
* {
|
|
263
263
|
box-sizing: border-box;
|
|
264
264
|
}
|
|
265
|
-
`];let e=t;return De([
|
|
265
|
+
`];let e=t;return De([A()],e.prototype,"properties"),De([A()],e.prototype,"context"),De([A()],e.prototype,"layout"),De([A()],e.prototype,"name"),De([A()],e.prototype,"type"),De([A({attribute:!1})],e.prototype,"application"),De([A({attribute:!1})],e.prototype,"parent"),e},or=class or extends Bo(N){render(){return $`Non resolved component`}};or.styles=[Y`
|
|
266
266
|
:host {
|
|
267
267
|
display: block;
|
|
268
268
|
}
|
|
269
|
-
`];let xs=
|
|
269
|
+
`];let xs=or;/**
|
|
270
270
|
* @license
|
|
271
271
|
* Copyright 2021 Google LLC
|
|
272
272
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
273
|
-
*/function*
|
|
273
|
+
*/function*mu(n,e){if(n!==void 0){let t=0;for(const s of n)yield e(s,t++)}}var Ws=(n=>(n.Inline="inline",n.Trigger="trigger",n))(Ws||{}),Ho=(n=>(n.NonAuthenticated="non-authenticated",n.Authenticating="authenticating",n.Authenticated="authenticated",n.ChatEnded="chat-ended",n))(Ho||{});/**
|
|
274
274
|
* @license
|
|
275
275
|
* Copyright 2021 Google LLC
|
|
276
276
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
277
|
-
*/let
|
|
277
|
+
*/let Fo=class extends Event{constructor(e,t,s,r){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=s,this.subscribe=r??!1}};/**
|
|
278
278
|
* @license
|
|
279
279
|
* Copyright 2021 Google LLC
|
|
280
280
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -282,25 +282,25 @@
|
|
|
282
282
|
* @license
|
|
283
283
|
* Copyright 2021 Google LLC
|
|
284
284
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
285
|
-
*/let
|
|
285
|
+
*/let Ci=class{constructor(e,t,s,r){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=(i,o)=>{this.unsubscribe&&(this.unsubscribe!==o&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=i,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(i,o)),this.unsubscribe=o},this.host=e,t.context!==void 0){const i=t;this.context=i.context,this.callback=i.callback,this.subscribe=i.subscribe??!1}else this.context=t,this.callback=s,this.subscribe=r??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new Fo(this.context,this.host,this.t,this.subscribe))}};/**
|
|
286
286
|
* @license
|
|
287
287
|
* Copyright 2021 Google LLC
|
|
288
288
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
289
|
-
*/class
|
|
289
|
+
*/class vu{get value(){return this.o}set value(e){this.setValue(e)}setValue(e,t=!1){const s=t||!Object.is(e,this.o);this.o=e,s&&this.updateObservers()}constructor(e){this.subscriptions=new Map,this.updateObservers=()=>{for(const[t,{disposer:s}]of this.subscriptions)t(this.o,s)},e!==void 0&&(this.value=e)}addCallback(e,t,s){if(!s)return void e(this.value);this.subscriptions.has(e)||this.subscriptions.set(e,{disposer:()=>{this.subscriptions.delete(e)},consumerHost:t});const{disposer:r}=this.subscriptions.get(e);e(this.value,r)}clearCallbacks(){this.subscriptions.clear()}}/**
|
|
290
290
|
* @license
|
|
291
291
|
* Copyright 2021 Google LLC
|
|
292
292
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
293
|
-
*/let
|
|
293
|
+
*/let bu=class extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}};class Ei extends vu{constructor(e,t,s){var r,i;super(t.context!==void 0?t.initialValue:s),this.onContextRequest=o=>{if(o.context!==this.context)return;const a=o.contextTarget??o.composedPath()[0];a!==this.host&&(o.stopPropagation(),this.addCallback(o.callback,a,o.subscribe))},this.onProviderRequest=o=>{if(o.context!==this.context||(o.contextTarget??o.composedPath()[0])===this.host)return;const a=new Set;for(const[l,{consumerHost:c}]of this.subscriptions)a.has(l)||(a.add(l),c.dispatchEvent(new Fo(this.context,c,l,!0)));o.stopPropagation()},this.host=e,t.context!==void 0?this.context=t.context:this.context=t,this.attachListeners(),(i=(r=this.host).addController)==null||i.call(r,this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new bu(this.context,this.host))}}/**
|
|
294
294
|
* @license
|
|
295
295
|
* Copyright 2017 Google LLC
|
|
296
296
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
297
|
-
*/function
|
|
297
|
+
*/function yu({context:n}){return(e,t)=>{const s=new WeakMap;if(typeof t=="object")return{get(){return e.get.call(this)},set(r){return s.get(this).setValue(r),e.set.call(this,r)},init(r){return s.set(this,new Ei(this,{context:n,initialValue:r})),r}};{e.constructor.addInitializer((o=>{s.set(o,new Ei(o,{context:n}))}));const r=Object.getOwnPropertyDescriptor(e,t);let i;if(r===void 0){const o=new WeakMap;i={get(){return o.get(this)},set(a){s.get(this).setValue(a),o.set(this,a)},configurable:!0,enumerable:!0}}else{const o=r.set;i={...r,set(a){s.get(this).setValue(a),o==null||o.call(this,a)}}}return void Object.defineProperty(e,t,i)}}}/**
|
|
298
298
|
* @license
|
|
299
299
|
* Copyright 2022 Google LLC
|
|
300
300
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
301
|
-
*/function
|
|
302
|
-
${
|
|
303
|
-
</div>`}};
|
|
301
|
+
*/function jo({context:n,subscribe:e}){return(t,s)=>{typeof s=="object"?s.addInitializer((function(){new Ci(this,{context:n,callback:r=>{t.set.call(this,r)},subscribe:e})})):t.constructor.addInitializer((r=>{new Ci(r,{context:n,callback:i=>{r[s]=i},subscribe:e})}))}}var $u=Object.defineProperty,qo=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&$u(e,t,r),r};const Gs="application",ar=class ar extends N{constructor(){super(...arguments),this.nodes=[],this.wrapperRef=ie(),this.fullscreen=!1,this.isReady=new j(!1)}addChild(e){e.parent=this,this.nodes.push(e)}applyBranding(){if(!this.wrapperRef.value)return;const e=this.application.settings;e!=null&&e.branding&&zo(e.branding,this.wrapperRef.value)}applyStyles(){if(!this.wrapperRef.value)return;const e=this.application.styles(),t=this.wrapperRef.value;Object.entries(e).forEach(([s,r])=>{t.style.setProperty(`--${s}`,r)})}firstUpdated(e){this.applyBranding(),this.applyStyles()}render(){var t,s,r;return((r=(s=(t=this.application.settings)==null?void 0:t.agentConfig)==null?void 0:s.live)==null?void 0:r.isThirdPartyWidget)??!1?this.renderRoot.host.classList.add("third-party"):this.application.renderStrategy===Ws.Trigger&&(this.renderRoot.host.classList.add("floating"),this.application.anchor==="BottomLeft"?this.renderRoot.host.classList.add("bottom-left"):this.application.anchor==="BottomRight"&&this.renderRoot.host.classList.add("bottom-right")),this.application.fullscreen&&this.renderRoot.host.classList.add("fullscreen"),window.self!==window.top&&this.renderRoot.host.classList.add("embedded"),$`<div class="widget-container" ${oe(this.wrapperRef)}>
|
|
302
|
+
${mu(this.nodes,i=>i)}
|
|
303
|
+
</div>`}};ar.styles=Y`
|
|
304
304
|
:host {
|
|
305
305
|
--font-family: TeliaSans, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
306
306
|
--spacing-xs: 0.2rem;
|
|
@@ -465,25 +465,25 @@
|
|
|
465
465
|
:host(.ace-expanded.embedded) {
|
|
466
466
|
animation: none;
|
|
467
467
|
}
|
|
468
|
-
`;let Ot=
|
|
468
|
+
`;let Ot=ar;qo([A({attribute:!0})],Ot.prototype,"fullscreen");qo([A({attribute:!1}),yu({context:Gs})],Ot.prototype,"application");var xu=Object.defineProperty,Zs=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&xu(e,t,r),r};const lr=class lr extends N{constructor(){super(),this.status="deactivated",this.addEventListener("environment-created",this.onEnvironmentCreated)}async connectedCallback(){super.connectedCallback(),await this.getGlobalEnvironment()}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("environment-created",this.onEnvironmentCreated)}async onEnvironmentCreated(e){this.widget=e.detail.widget,await this.activate(),this.requestUpdate()}async activate(){this.widget&&(await this.widget.activate(),this.status="activated")}async getGlobalEnvironment(){const e=globalThis.widgets;e&&(this.widget=e.applications.find(t=>t.name===this.name),await this.activate())}render(){if(!this.widget||this.status!=="activated")return x;if(this.widget.renderStrategy===Ws.Trigger){const e=new $e;return e.application=this.widget,e}return this.widget.render()}};lr.styles=[Y`
|
|
469
469
|
:host {
|
|
470
470
|
display: block;
|
|
471
471
|
}
|
|
472
|
-
`];let ct=
|
|
472
|
+
`];let ct=lr;Zs([A({attribute:!0})],ct.prototype,"name");Zs([R()],ct.prototype,"widget");Zs([R()],ct.prototype,"status");customElements.get("ace-trigger-slot")||customElements.define("ace-trigger-slot",bn);customElements.get("ace-trigger")||customElements.define("ace-trigger",$e);customElements.get("ace-unresolved-component")||customElements.define("ace-unresolved-component",xs);customElements.get("ace-wrapper")||customElements.define("ace-wrapper",Ot);customElements.get("ace-widget")||customElements.define("ace-widget",ct);class wu{constructor(e){this._message=null,this._host=e,e.addController(this)}hostConnected(){}set message(e){this._message=e,this._host.requestUpdate()}get message(){return this._message}hasMessage(){return!!this.message}}class Ai{constructor(e,t,s,r,i){this.id=e,this.providerKey=t,this.providerOptions=s,this.component=i,this.provider$=new j(null),this.entries$=new j([]),this.removeEntryAction$=new M,this.kill$=new M,this.isTyping$=new j(!1),this.data$=new j({}),this.complete$=this.provider$.pipe(st(l=>l?l.onComplete():Dt));const o=this._getProviderFactory(t);if(!o)throw new Error(`No provider with key "${t}" was found.`);this.data$.next(r);const a=o(this.component);this.provider$.next(a),a.actions().pipe(ps(this.kill$)).subscribe(l=>{this.write(l)}),a.isTyping().pipe(ps(this.kill$)).subscribe(l=>{this.isTyping$.next(l)})}start(){const e=this.provider$.value;if(!e)throw new Error("No provider bound to session.");e.saveToCurrentSession$.subscribe(t=>{this.data$.next(t)}),e.connect(this.providerOptions)}entries(){return this.entries$.asObservable()}rehydrate(){var e;(e=this.provider$.value)==null||e.rehydrate(this.data$.value)}toStore(){return{id:this.id,providerKey:this.providerKey,providerOptions:this.providerOptions,data:this.data$.value}}write(e){this._addEntryRemoveHandler(e),this.entries$.pipe(ze(1)).subscribe(t=>{this.entries$.next([...t,e])})}_addEntryRemoveHandler(e){e.remove$.pipe(st(()=>this.entries$),ze(1)).subscribe(t=>{this.removeEntryAction$.next(e),this.entries$.next(t.filter(s=>s!==e))})}_getProviderFactory(e){return this.component.platform.registeredProviders.get(e)}}class ku{constructor(e){this.component=e,this.currentSession$=new j(null),this.sessions=[],this.storage=null,un(e,"handover").subscribe(t=>{const s=this._createNewSession(t.detail.providerKey,t.detail.providerOptions);this._setSession(s),t.detail.complete=s.complete$,s.start()})}loadFromStorage(){const e=this._getStoredSessions();this.sessions=e.sessions,this.sessions.forEach(t=>{this._setSession(t),t.rehydrate()}),this.save(e)}startSession(){const e=this._getStoredSessions();let t=null;if(e.sessions.length)t=e.sessions[e.sessions.length-1];else{const s=this._getInitialProviderKey(),r={};t=this._createNewSession(s,r)}this._setSession(t),t.start()}setStorageService(e){this.storage=e}currentSession(){return this.currentSession$.asObservable()}_getStoredSessions(){if(!this.storage)throw new Error("Could not locate StorageService in SessionService.");if(this.sessions.length)return{sessions:this.sessions};const e=this.storage.get("conversation");return e?{sessions:e.sessions.map(t=>new Ai(t.id,t.providerKey,t.providerOptions,t.data,this.component))}:{sessions:[]}}_setSession(e){this.currentSession$.next(e),e.data$.subscribe(()=>{this._saveSession(e)})}_saveSession(e){let t=this._getStoredSessions();const s=t.sessions.findIndex(r=>r.id===e.id);s>-1?t={sessions:[...t.sessions.slice(0,s),e,...t.sessions.slice(s+1)]}:t.sessions.push(e),this.save(t)}save(e){if(!this.storage)throw new Error("Could not locate StorageService in SessionService.");const t={sessions:e.sessions.map(s=>s.toStore())};this.storage.set("conversation",t)}_createNewSession(e,t={}){const s=this._getStoredSessions(),r=new Ai(ho(),e,t,{},this.component);return s.sessions.push(r),this.save(s),r}_getInitialProviderKey(){var e;if(!((e=this.component.properties.providers)!=null&&e.length))throw new Error("No providers registered on conversation component.");return this.component.properties.providers[0]}}class Su{constructor(e,t){this.state$=e,this.component=t,this.entries$=new j([]),this.session=()=>this.session$,this.isTyping=()=>this.isTyping$,this.entries=()=>this.entries$.asObservable(),this.sessionService=new ku(this.component),this.session$=this.sessionService.currentSession(),this.isTyping$=this.session$.pipe(st(s=>s?s.provider$.pipe(st(r=>r?r.isTyping():ds(!1))):ds(!1))),e.subscribe(s=>{switch(s){case"init":this.initialize();break;case"rehydrating":this.rehydrate();break;case"connected":this.connected();break}})}setStorage(e){var t;(t=this.sessionService)==null||t.setStorageService(e)}initialize(){this.state$.next("rehydrating")}rehydrate(){this.session$.pipe(st(e=>{if(!e)return Dt;const t=e.removeEntryAction$.pipe(fs(this.entries$)).pipe(cn(([r,i])=>i.filter(o=>o.id!==r.id))),s=e.entries().pipe(cn(r=>{const i=this.entries$.value,o=r.filter(a=>i.findIndex(l=>l.id===a.id)===-1);return[...i,...o]}));return xl(t,s)})).subscribe(e=>{this.entries$.next(e)}),this.sessionService.loadFromStorage(),this.state$.next("connected")}connected(){var e;(e=this.sessionService)==null||e.startSession()}}var _u=Object.defineProperty,Wo=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&_u(e,t,r),r};const cr=class cr extends N{connectedCallback(){var e;super.connectedCallback(),(e=this.entry.didUpdate)==null||e.subscribe(()=>{this.requestUpdate()})}_getTimestamp(e){return new Date(e).toLocaleTimeString([],{hour:"numeric",minute:"2-digit",hourCycle:"h23"})}_renderTimestamp(e,t){if(!e&&!t)return x;let s="";e?t?s=`${e}: ${this._getTimestamp(t)}`:s=e:t&&(s=this._getTimestamp(t));const r=this.application.texts.getOrFallback("conversation.sr-only.message-from-label","Message from");return $`
|
|
473
473
|
<p class="conversation-timestamp">
|
|
474
|
-
<span class="sr-only">${
|
|
474
|
+
<span class="sr-only">${r}</span>
|
|
475
475
|
${s}
|
|
476
476
|
</p>
|
|
477
|
-
`}_renderDeliveryStatus(e){return e==="delivered"
|
|
478
|
-
svg=${
|
|
477
|
+
`}_renderDeliveryStatus(e){return e==="delivered"?$`<telia-icon
|
|
478
|
+
svg=${Kl.svg}
|
|
479
479
|
size="sm"
|
|
480
|
-
></telia-icon>`:e==="failed"
|
|
481
|
-
svg=${
|
|
480
|
+
></telia-icon>`:e==="failed"?$`<telia-icon
|
|
481
|
+
svg=${Yl.svg}
|
|
482
482
|
size="sm"
|
|
483
483
|
title="Message could not be delivered"
|
|
484
|
-
></telia-icon
|
|
484
|
+
></telia-icon>`:$`<telia-icon svg=${yo.svg} size="sm"></telia-icon>`}_dispatchEntryAction(e){this.entry.actions$.next(e.detail)}render(){var e,t;switch(this.entry.type){case ye.System:return $`
|
|
485
485
|
<div class="conversation-system-message">
|
|
486
|
-
${this.entry.messages.map(s
|
|
486
|
+
${this.entry.messages.map(s=>$`
|
|
487
487
|
<div class="message-container">
|
|
488
488
|
<div class="message-content">
|
|
489
489
|
<conversation-group
|
|
@@ -495,15 +495,15 @@
|
|
|
495
495
|
`)}
|
|
496
496
|
<span>${this._getTimestamp(this.entry.timestamp)}</span>
|
|
497
497
|
</div>
|
|
498
|
-
`;case ye.Agent:return
|
|
499
|
-
class=${
|
|
498
|
+
`;case ye.Agent:return $`<div
|
|
499
|
+
class=${He({"conversation-agent-message":!0,"has-avatar":!!((e=this.entry.sender)!=null&&e.avatar)})}
|
|
500
500
|
>
|
|
501
|
-
${typeof((t=this.entry.sender)==null?void 0:t.avatar)=="string"
|
|
501
|
+
${typeof((t=this.entry.sender)==null?void 0:t.avatar)=="string"?$`<div class="avatar">
|
|
502
502
|
<img src=${this.entry.sender.avatar} />
|
|
503
|
-
</div
|
|
503
|
+
</div>`:x}
|
|
504
504
|
|
|
505
505
|
<div class="entry-content">
|
|
506
|
-
${this.entry.messages.map(s
|
|
506
|
+
${this.entry.messages.map(s=>$`
|
|
507
507
|
<div class="message-container">
|
|
508
508
|
<div class="message-content">
|
|
509
509
|
<conversation-group .group=${s}></conversation-group>
|
|
@@ -514,11 +514,11 @@
|
|
|
514
514
|
<div class="message-details">
|
|
515
515
|
${this._renderTimestamp(this.entry.sender.name||"",this.entry.timestamp)}
|
|
516
516
|
</div>
|
|
517
|
-
</div>`;case ye.User:return
|
|
518
|
-
class=${
|
|
517
|
+
</div>`;case ye.User:return $`<div
|
|
518
|
+
class=${He({"conversation-user-message":!0,"has-error":this.entry.status==="failed"})}
|
|
519
519
|
>
|
|
520
520
|
<div class="entry-content">
|
|
521
|
-
${this.entry.messages.map(s
|
|
521
|
+
${this.entry.messages.map(s=>$`
|
|
522
522
|
<div class="message-container">
|
|
523
523
|
<div class="message-content">
|
|
524
524
|
<conversation-group .group=${s}></conversation-group>
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
${this._renderTimestamp(this.entry.sender.name||"",this.entry.timestamp)}
|
|
531
531
|
${this._renderDeliveryStatus(this.entry.status)}
|
|
532
532
|
</div>
|
|
533
|
-
</div>`;default:return
|
|
533
|
+
</div>`;default:return x}}};cr.styles=[Y`
|
|
534
534
|
:host {
|
|
535
535
|
box-sizing: border-box;
|
|
536
536
|
display: inline;
|
|
@@ -662,18 +662,18 @@
|
|
|
662
662
|
white-space: nowrap;
|
|
663
663
|
border-width: 0;
|
|
664
664
|
}
|
|
665
|
-
`];let It=
|
|
666
|
-
${this.entries.map(e
|
|
665
|
+
`];let It=cr;Wo([A({attribute:!1})],It.prototype,"entry");Wo([jo({context:Gs}),A({attribute:!1})],It.prototype,"application");var Cu=Object.defineProperty,Go=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&Cu(e,t,r),r};const ur=class ur extends N{constructor(){super(...arguments),this.entries=[],this.loading=!0}updated(e){const t=new CustomEvent("updated",{});this.dispatchEvent(t)}render(){return $`<div class="conversation-feed">
|
|
666
|
+
${this.entries.map(e=>$`<div class="conversation-entry" tabindex="-1">
|
|
667
667
|
<conversation-entry
|
|
668
668
|
.entry=${e}
|
|
669
|
-
${$s({keyframeOptions:{},in:
|
|
669
|
+
${$s({keyframeOptions:{},in:wi,stabilizeOut:!0,skipInitial:!1})}
|
|
670
670
|
>
|
|
671
671
|
</conversation-entry>
|
|
672
672
|
</div>`)}
|
|
673
|
-
${this.loading
|
|
674
|
-
${$s({keyframeOptions:{},in:
|
|
675
|
-
></ace-typing-state
|
|
676
|
-
</div>`}};
|
|
673
|
+
${this.loading?$`<ace-typing-state
|
|
674
|
+
${$s({keyframeOptions:{},in:wi,out:uu,stabilizeOut:!0,skipInitial:!1})}
|
|
675
|
+
></ace-typing-state>`:x}
|
|
676
|
+
</div>`}};ur.styles=[Y`
|
|
677
677
|
:host {
|
|
678
678
|
display: block;
|
|
679
679
|
}
|
|
@@ -689,17 +689,17 @@
|
|
|
689
689
|
.conversation-entry:focus {
|
|
690
690
|
outline-color: var(--focus-color);
|
|
691
691
|
}
|
|
692
|
-
`];let Pt=
|
|
692
|
+
`];let Pt=ur;Go([A({attribute:!1})],Pt.prototype,"entries");Go([A({type:Boolean})],Pt.prototype,"loading");/**
|
|
693
693
|
* @license
|
|
694
694
|
* Copyright 2021 Google LLC
|
|
695
695
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
696
|
-
*/const Eu=(n,e,t)=>{for(const s of e)if(s[0]===n)return(0,s[1])();return t==null?void 0:t()};var Au=Object.defineProperty,
|
|
696
|
+
*/const Eu=(n,e,t)=>{for(const s of e)if(s[0]===n)return(0,s[1])();return t==null?void 0:t()};var Au=Object.defineProperty,Tu=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&Au(e,t,r),r};const hr=class hr extends N{render(){return $`
|
|
697
697
|
<div class="message-group">
|
|
698
|
-
${this.group.items.map(([e,t,s])
|
|
699
|
-
${Eu(e,[["html",()
|
|
698
|
+
${this.group.items.map(([e,t,s])=>$`
|
|
699
|
+
${Eu(e,[["html",()=>$`<message-type-html .message=${t} />`],["markdown",()=>$`<message-type-markdown .message=${t} />`]],()=>{const r=customElements.get(e);if(!r)return x;const i=new r(s||null);return $`${i}`})}
|
|
700
700
|
`)}
|
|
701
701
|
</div>
|
|
702
|
-
`}};
|
|
702
|
+
`}};hr.styles=[Y`
|
|
703
703
|
:host {
|
|
704
704
|
box-sizing: border-box;
|
|
705
705
|
display: block;
|
|
@@ -712,11 +712,11 @@
|
|
|
712
712
|
flex-direction: column;
|
|
713
713
|
gap: var(--spacing-md);
|
|
714
714
|
}
|
|
715
|
-
`];let yn=
|
|
715
|
+
`];let yn=hr;Tu([A({attribute:!1})],yn.prototype,"group");const dr=class dr extends N{render(){return $`<div class="container">
|
|
716
716
|
<div class="dot"></div>
|
|
717
717
|
<div class="dot"></div>
|
|
718
718
|
<div class="dot"></div>
|
|
719
|
-
</div>`}};
|
|
719
|
+
</div>`}};dr.styles=[Y`
|
|
720
720
|
:host {
|
|
721
721
|
display: block;
|
|
722
722
|
}
|
|
@@ -750,14 +750,14 @@
|
|
|
750
750
|
opacity: 1;
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
|
-
`];let ws=
|
|
753
|
+
`];let ws=dr;/**
|
|
754
754
|
* @license
|
|
755
755
|
* Copyright 2017 Google LLC
|
|
756
756
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
757
|
-
*/class ks extends qs{constructor(e){if(super(e),this.it=$,e.type!==On.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===$||e==null)return this._t=void 0,this.it=e;if(e===Ce)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;const t=[e];return t.raw=t,this._t={_$litType$:this.constructor.resultType,strings:t,values:[]}}}ks.directiveName="unsafeHTML",ks.resultType=1;const Tu=In(ks);/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */const{entries:Go,setPrototypeOf:Cr,isFrozen:Ru,getPrototypeOf:Lu,getOwnPropertyDescriptor:Ou}=Object;let{freeze:W,seal:ee,create:kt}=Object,{apply:Ss,construct:_s}=typeof Reflect<"u"&&Reflect;W||(W=function(e){return e});ee||(ee=function(e){return e});Ss||(Ss=function(e,t){for(var s=arguments.length,i=new Array(s>2?s-2:0),r=2;r<s;r++)i[r-2]=arguments[r];return e.apply(t,i)});_s||(_s=function(e){for(var t=arguments.length,s=new Array(t>1?t-1:0),i=1;i<t;i++)s[i-1]=arguments[i];return new e(...s)});const mt=G(Array.prototype.forEach),Iu=G(Array.prototype.lastIndexOf),Tr=G(Array.prototype.pop),vt=G(Array.prototype.push),Pu=G(Array.prototype.splice),on=G(String.prototype.toLowerCase),ns=G(String.prototype.toString),ss=G(String.prototype.match),Xe=G(String.prototype.replace),Mu=G(String.prototype.indexOf),Nu=G(String.prototype.trim),se=G(Object.prototype.hasOwnProperty),H=G(RegExp.prototype.test),bt=Du(TypeError);function G(n){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,s=new Array(t>1?t-1:0),i=1;i<t;i++)s[i-1]=arguments[i];return Ss(n,e,s)}}function Du(n){return function(){for(var e=arguments.length,t=new Array(e),s=0;s<e;s++)t[s]=arguments[s];return _s(n,t)}}function x(n,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:on;Cr&&Cr(n,null);let s=e.length;for(;s--;){let i=e[s];if(typeof i=="string"){const r=t(i);r!==i&&(Ru(e)||(e[s]=r),i=r)}n[i]=!0}return n}function Uu(n){for(let e=0;e<n.length;e++)se(n,e)||(n[e]=null);return n}function le(n){const e=kt(null);for(const[t,s]of Go(n))se(n,t)&&(Array.isArray(s)?e[t]=Uu(s):s&&typeof s=="object"&&s.constructor===Object?e[t]=le(s):e[t]=s);return e}function yt(n,e){for(;n!==null;){const s=Ou(n,e);if(s){if(s.get)return G(s.get);if(typeof s.value=="function")return G(s.value)}n=Lu(n)}function t(){return null}return t}const Rr=W(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),is=W(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),rs=W(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),zu=W(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),os=W(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Bu=W(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Lr=W(["#text"]),Or=W(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),as=W(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Ir=W(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),tn=W(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Hu=ee(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Fu=ee(/<%[\w\W]*|[\w\W]*%>/gm),ju=ee(/\$\{[\w\W]*/gm),qu=ee(/^data-[\-\w.\u00B7-\uFFFF]+$/),Wu=ee(/^aria-[\-\w]+$/),Zo=ee(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Gu=ee(/^(?:\w+script|data):/i),Zu=ee(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Yo=ee(/^html$/i),Yu=ee(/^[a-z][.\w]*(-[.\w]+)+$/i);var Pr=Object.freeze({__proto__:null,ARIA_ATTR:Wu,ATTR_WHITESPACE:Zu,CUSTOM_ELEMENT:Yu,DATA_ATTR:qu,DOCTYPE_NAME:Yo,ERB_EXPR:Fu,IS_ALLOWED_URI:Zo,IS_SCRIPT_OR_DATA:Gu,MUSTACHE_EXPR:Hu,TMPLIT_EXPR:ju});const $t={element:1,text:3,progressingInstruction:7,comment:8,document:9},Ku=function(){return typeof window>"u"?null:window},Xu=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let s=null;const i="data-tt-policy-suffix";t&&t.hasAttribute(i)&&(s=t.getAttribute(i));const r="dompurify"+(s?"#"+s:"");try{return e.createPolicy(r,{createHTML(o){return o},createScriptURL(o){return o}})}catch{return console.warn("TrustedTypes policy "+r+" could not be created."),null}},Mr=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Ko(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ku();const e=b=>Ko(b);if(e.version="3.4.0",e.removed=[],!n||!n.document||n.document.nodeType!==$t.document||!n.Element)return e.isSupported=!1,e;let{document:t}=n;const s=t,i=s.currentScript,{DocumentFragment:r,HTMLTemplateElement:o,Node:a,Element:l,NodeFilter:c,NamedNodeMap:u=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:p,DOMParser:d,trustedTypes:g}=n,v=l.prototype,y=yt(v,"cloneNode"),fe=yt(v,"remove"),te=yt(v,"nextSibling"),we=yt(v,"childNodes"),Te=yt(v,"parentNode");if(typeof o=="function"){const b=t.createElement("template");b.content&&b.content.ownerDocument&&(t=b.content.ownerDocument)}let O,Re="";const{implementation:Le,createNodeIterator:Oe,createDocumentFragment:ua,getElementsByTagName:ha}=t,{importNode:da}=s;let B=Mr();e.isSupported=typeof Go=="function"&&typeof Te=="function"&&Le&&Le.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:jt,ERB_EXPR:qt,TMPLIT_EXPR:Wt,DATA_ATTR:pa,ARIA_ATTR:fa,IS_SCRIPT_OR_DATA:ga,ATTR_WHITESPACE:vi,CUSTOM_ELEMENT:ma}=Pr;let{IS_ALLOWED_URI:bi}=Pr,I=null;const yi=x({},[...Rr,...is,...rs,...os,...Lr]);let D=null;const $i=x({},[...Or,...as,...Ir,...tn]);let T=Object.seal(kt(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ht=null,Gt=null;const ke=Object.seal(kt(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let xi=!0,Nn=!0,wi=!1,ki=!0,Ie=!1,dt=!0,Pe=!1,Dn=!1,Un=!1,Ge=!1,Zt=!1,Yt=!1,Si=!0,_i=!1;const va="user-content-";let zn=!0,pt=!1,Ze={},oe=null;const Bn=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Ei=null;const Ai=x({},["audio","video","img","source","image","track"]);let Hn=null;const Ci=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Kt="http://www.w3.org/1998/Math/MathML",Xt="http://www.w3.org/2000/svg",ae="http://www.w3.org/1999/xhtml";let Ye=ae,Fn=!1,jn=null;const ba=x({},[Kt,Xt,ae],ns);let Vt=x({},["mi","mo","mn","ms","mtext"]),Qt=x({},["annotation-xml"]);const ya=x({},["title","style","font","a","script"]);let ft=null;const $a=["application/xhtml+xml","text/html"],xa="text/html";let L=null,Ke=null;const wa=t.createElement("form"),Ti=function(h){return h instanceof RegExp||h instanceof Function},qn=function(){let h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Ke&&Ke===h)){if((!h||typeof h!="object")&&(h={}),h=le(h),ft=$a.indexOf(h.PARSER_MEDIA_TYPE)===-1?xa:h.PARSER_MEDIA_TYPE,L=ft==="application/xhtml+xml"?ns:on,I=se(h,"ALLOWED_TAGS")?x({},h.ALLOWED_TAGS,L):yi,D=se(h,"ALLOWED_ATTR")?x({},h.ALLOWED_ATTR,L):$i,jn=se(h,"ALLOWED_NAMESPACES")?x({},h.ALLOWED_NAMESPACES,ns):ba,Hn=se(h,"ADD_URI_SAFE_ATTR")?x(le(Ci),h.ADD_URI_SAFE_ATTR,L):Ci,Ei=se(h,"ADD_DATA_URI_TAGS")?x(le(Ai),h.ADD_DATA_URI_TAGS,L):Ai,oe=se(h,"FORBID_CONTENTS")?x({},h.FORBID_CONTENTS,L):Bn,ht=se(h,"FORBID_TAGS")?x({},h.FORBID_TAGS,L):le({}),Gt=se(h,"FORBID_ATTR")?x({},h.FORBID_ATTR,L):le({}),Ze=se(h,"USE_PROFILES")?h.USE_PROFILES:!1,xi=h.ALLOW_ARIA_ATTR!==!1,Nn=h.ALLOW_DATA_ATTR!==!1,wi=h.ALLOW_UNKNOWN_PROTOCOLS||!1,ki=h.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ie=h.SAFE_FOR_TEMPLATES||!1,dt=h.SAFE_FOR_XML!==!1,Pe=h.WHOLE_DOCUMENT||!1,Ge=h.RETURN_DOM||!1,Zt=h.RETURN_DOM_FRAGMENT||!1,Yt=h.RETURN_TRUSTED_TYPE||!1,Un=h.FORCE_BODY||!1,Si=h.SANITIZE_DOM!==!1,_i=h.SANITIZE_NAMED_PROPS||!1,zn=h.KEEP_CONTENT!==!1,pt=h.IN_PLACE||!1,bi=h.ALLOWED_URI_REGEXP||Zo,Ye=h.NAMESPACE||ae,Vt=h.MATHML_TEXT_INTEGRATION_POINTS||Vt,Qt=h.HTML_INTEGRATION_POINTS||Qt,T=h.CUSTOM_ELEMENT_HANDLING||kt(null),h.CUSTOM_ELEMENT_HANDLING&&Ti(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(T.tagNameCheck=h.CUSTOM_ELEMENT_HANDLING.tagNameCheck),h.CUSTOM_ELEMENT_HANDLING&&Ti(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(T.attributeNameCheck=h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),h.CUSTOM_ELEMENT_HANDLING&&typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(T.allowCustomizedBuiltInElements=h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ie&&(Nn=!1),Zt&&(Ge=!0),Ze&&(I=x({},Lr),D=kt(null),Ze.html===!0&&(x(I,Rr),x(D,Or)),Ze.svg===!0&&(x(I,is),x(D,as),x(D,tn)),Ze.svgFilters===!0&&(x(I,rs),x(D,as),x(D,tn)),Ze.mathMl===!0&&(x(I,os),x(D,Ir),x(D,tn))),ke.tagCheck=null,ke.attributeCheck=null,h.ADD_TAGS&&(typeof h.ADD_TAGS=="function"?ke.tagCheck=h.ADD_TAGS:(I===yi&&(I=le(I)),x(I,h.ADD_TAGS,L))),h.ADD_ATTR&&(typeof h.ADD_ATTR=="function"?ke.attributeCheck=h.ADD_ATTR:(D===$i&&(D=le(D)),x(D,h.ADD_ATTR,L))),h.ADD_URI_SAFE_ATTR&&x(Hn,h.ADD_URI_SAFE_ATTR,L),h.FORBID_CONTENTS&&(oe===Bn&&(oe=le(oe)),x(oe,h.FORBID_CONTENTS,L)),h.ADD_FORBID_CONTENTS&&(oe===Bn&&(oe=le(oe)),x(oe,h.ADD_FORBID_CONTENTS,L)),zn&&(I["#text"]=!0),Pe&&x(I,["html","head","body"]),I.table&&(x(I,["tbody"]),delete ht.tbody),h.TRUSTED_TYPES_POLICY){if(typeof h.TRUSTED_TYPES_POLICY.createHTML!="function")throw bt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof h.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw bt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');O=h.TRUSTED_TYPES_POLICY,Re=O.createHTML("")}else O===void 0&&(O=Xu(g,i)),O!==null&&typeof Re=="string"&&(Re=O.createHTML(""));W&&W(h),Ke=h}},Ri=x({},[...is,...rs,...zu]),Li=x({},[...os,...Bu]),ka=function(h){let f=Te(h);(!f||!f.tagName)&&(f={namespaceURI:Ye,tagName:"template"});const m=on(h.tagName),A=on(f.tagName);return jn[h.namespaceURI]?h.namespaceURI===Xt?f.namespaceURI===ae?m==="svg":f.namespaceURI===Kt?m==="svg"&&(A==="annotation-xml"||Vt[A]):!!Ri[m]:h.namespaceURI===Kt?f.namespaceURI===ae?m==="math":f.namespaceURI===Xt?m==="math"&&Qt[A]:!!Li[m]:h.namespaceURI===ae?f.namespaceURI===Xt&&!Qt[A]||f.namespaceURI===Kt&&!Vt[A]?!1:!Li[m]&&(ya[m]||!Ri[m]):!!(ft==="application/xhtml+xml"&&jn[h.namespaceURI]):!1},ne=function(h){vt(e.removed,{element:h});try{Te(h).removeChild(h)}catch{fe(h)}},Me=function(h,f){try{vt(e.removed,{attribute:f.getAttributeNode(h),from:f})}catch{vt(e.removed,{attribute:null,from:f})}if(f.removeAttribute(h),h==="is")if(Ge||Zt)try{ne(f)}catch{}else try{f.setAttribute(h,"")}catch{}},Oi=function(h){let f=null,m=null;if(Un)h="<remove></remove>"+h;else{const R=ss(h,/^[\r\n\t ]+/);m=R&&R[0]}ft==="application/xhtml+xml"&&Ye===ae&&(h='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+h+"</body></html>");const A=O?O.createHTML(h):h;if(Ye===ae)try{f=new d().parseFromString(A,ft)}catch{}if(!f||!f.documentElement){f=Le.createDocument(Ye,"template",null);try{f.documentElement.innerHTML=Fn?Re:A}catch{}}const z=f.body||f.documentElement;return h&&m&&z.insertBefore(t.createTextNode(m),z.childNodes[0]||null),Ye===ae?ha.call(f,Pe?"html":"body")[0]:Pe?f.documentElement:z},Ii=function(h){return Oe.call(h.ownerDocument||h,h,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},Wn=function(h){return h instanceof p&&(typeof h.nodeName!="string"||typeof h.textContent!="string"||typeof h.removeChild!="function"||!(h.attributes instanceof u)||typeof h.removeAttribute!="function"||typeof h.setAttribute!="function"||typeof h.namespaceURI!="string"||typeof h.insertBefore!="function"||typeof h.hasChildNodes!="function")},Gn=function(h){return typeof a=="function"&&h instanceof a};function ge(b,h,f){mt(b,m=>{m.call(e,h,f,Ke)})}const Pi=function(h){let f=null;if(ge(B.beforeSanitizeElements,h,null),Wn(h))return ne(h),!0;const m=L(h.nodeName);if(ge(B.uponSanitizeElement,h,{tagName:m,allowedTags:I}),dt&&h.hasChildNodes()&&!Gn(h.firstElementChild)&&H(/<[/\w!]/g,h.innerHTML)&&H(/<[/\w!]/g,h.textContent)||dt&&h.namespaceURI===ae&&m==="style"&&Gn(h.firstElementChild)||h.nodeType===$t.progressingInstruction||dt&&h.nodeType===$t.comment&&H(/<[/\w]/g,h.data))return ne(h),!0;if(ht[m]||!(ke.tagCheck instanceof Function&&ke.tagCheck(m))&&!I[m]){if(!ht[m]&&Ni(m)&&(T.tagNameCheck instanceof RegExp&&H(T.tagNameCheck,m)||T.tagNameCheck instanceof Function&&T.tagNameCheck(m)))return!1;if(zn&&!oe[m]){const A=Te(h)||h.parentNode,z=we(h)||h.childNodes;if(z&&A){const R=z.length;for(let Y=R-1;Y>=0;--Y){const X=y(z[Y],!0);X.__removalCount=(h.__removalCount||0)+1,A.insertBefore(X,te(h))}}}return ne(h),!0}return h instanceof l&&!ka(h)||(m==="noscript"||m==="noembed"||m==="noframes")&&H(/<\/no(script|embed|frames)/i,h.innerHTML)?(ne(h),!0):(Ie&&h.nodeType===$t.text&&(f=h.textContent,mt([jt,qt,Wt],A=>{f=Xe(f,A," ")}),h.textContent!==f&&(vt(e.removed,{element:h.cloneNode()}),h.textContent=f)),ge(B.afterSanitizeElements,h,null),!1)},Mi=function(h,f,m){if(Gt[f]||Si&&(f==="id"||f==="name")&&(m in t||m in wa))return!1;if(!(Nn&&!Gt[f]&&H(pa,f))){if(!(xi&&H(fa,f))){if(!(ke.attributeCheck instanceof Function&&ke.attributeCheck(f,h))){if(!D[f]||Gt[f]){if(!(Ni(h)&&(T.tagNameCheck instanceof RegExp&&H(T.tagNameCheck,h)||T.tagNameCheck instanceof Function&&T.tagNameCheck(h))&&(T.attributeNameCheck instanceof RegExp&&H(T.attributeNameCheck,f)||T.attributeNameCheck instanceof Function&&T.attributeNameCheck(f,h))||f==="is"&&T.allowCustomizedBuiltInElements&&(T.tagNameCheck instanceof RegExp&&H(T.tagNameCheck,m)||T.tagNameCheck instanceof Function&&T.tagNameCheck(m))))return!1}else if(!Hn[f]){if(!H(bi,Xe(m,vi,""))){if(!((f==="src"||f==="xlink:href"||f==="href")&&h!=="script"&&Mu(m,"data:")===0&&Ei[h])){if(!(wi&&!H(ga,Xe(m,vi,"")))){if(m)return!1}}}}}}}return!0},Ni=function(h){return h!=="annotation-xml"&&ss(h,ma)},Di=function(h){ge(B.beforeSanitizeAttributes,h,null);const{attributes:f}=h;if(!f||Wn(h))return;const m={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:D,forceKeepAttr:void 0};let A=f.length;for(;A--;){const z=f[A],{name:R,namespaceURI:Y,value:X}=z,Se=L(R),Zn=X;let U=R==="value"?Zn:Nu(Zn);if(m.attrName=Se,m.attrValue=U,m.keepAttr=!0,m.forceKeepAttr=void 0,ge(B.uponSanitizeAttribute,h,m),U=m.attrValue,_i&&(Se==="id"||Se==="name")&&(Me(R,h),U=va+U),dt&&H(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,U)){Me(R,h);continue}if(Se==="attributename"&&ss(U,"href")){Me(R,h);continue}if(m.forceKeepAttr)continue;if(!m.keepAttr){Me(R,h);continue}if(!ki&&H(/\/>/i,U)){Me(R,h);continue}Ie&&mt([jt,qt,Wt],Bi=>{U=Xe(U,Bi," ")});const zi=L(h.nodeName);if(!Mi(zi,Se,U)){Me(R,h);continue}if(O&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!Y)switch(g.getAttributeType(zi,Se)){case"TrustedHTML":{U=O.createHTML(U);break}case"TrustedScriptURL":{U=O.createScriptURL(U);break}}if(U!==Zn)try{Y?h.setAttributeNS(Y,R,U):h.setAttribute(R,U),Wn(h)?ne(h):Tr(e.removed)}catch{Me(R,h)}}ge(B.afterSanitizeAttributes,h,null)},Ui=function(h){let f=null;const m=Ii(h);for(ge(B.beforeSanitizeShadowDOM,h,null);f=m.nextNode();)ge(B.uponSanitizeShadowNode,f,null),Pi(f),Di(f),f.content instanceof r&&Ui(f.content);ge(B.afterSanitizeShadowDOM,h,null)};return e.sanitize=function(b){let h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},f=null,m=null,A=null,z=null;if(Fn=!b,Fn&&(b="<!-->"),typeof b!="string"&&!Gn(b))if(typeof b.toString=="function"){if(b=b.toString(),typeof b!="string")throw bt("dirty is not a string, aborting")}else throw bt("toString is not a function");if(!e.isSupported)return b;if(Dn||qn(h),e.removed=[],typeof b=="string"&&(pt=!1),pt){if(b.nodeName){const X=L(b.nodeName);if(!I[X]||ht[X])throw bt("root node is forbidden and cannot be sanitized in-place")}}else if(b instanceof a)f=Oi("<!---->"),m=f.ownerDocument.importNode(b,!0),m.nodeType===$t.element&&m.nodeName==="BODY"||m.nodeName==="HTML"?f=m:f.appendChild(m);else{if(!Ge&&!Ie&&!Pe&&b.indexOf("<")===-1)return O&&Yt?O.createHTML(b):b;if(f=Oi(b),!f)return Ge?null:Yt?Re:""}f&&Un&&ne(f.firstChild);const R=Ii(pt?b:f);for(;A=R.nextNode();)Pi(A),Di(A),A.content instanceof r&&Ui(A.content);if(pt)return b;if(Ge){if(Ie){f.normalize();let X=f.innerHTML;mt([jt,qt,Wt],Se=>{X=Xe(X,Se," ")}),f.innerHTML=X}if(Zt)for(z=ua.call(f.ownerDocument);f.firstChild;)z.appendChild(f.firstChild);else z=f;return(D.shadowroot||D.shadowrootmode)&&(z=da.call(s,z,!0)),z}let Y=Pe?f.outerHTML:f.innerHTML;return Pe&&I["!doctype"]&&f.ownerDocument&&f.ownerDocument.doctype&&f.ownerDocument.doctype.name&&H(Yo,f.ownerDocument.doctype.name)&&(Y="<!DOCTYPE "+f.ownerDocument.doctype.name+`>
|
|
758
|
-
`+
|
|
759
|
-
${
|
|
760
|
-
</div>`}};
|
|
757
|
+
*/class ks extends qs{constructor(e){if(super(e),this.it=x,e.type!==On.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===x||e==null)return this._t=void 0,this.it=e;if(e===Ae)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;const t=[e];return t.raw=t,this._t={_$litType$:this.constructor.resultType,strings:t,values:[]}}}ks.directiveName="unsafeHTML",ks.resultType=1;const Ru=In(ks);/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */const{entries:Zo,setPrototypeOf:Ti,isFrozen:Lu,getPrototypeOf:Ou,getOwnPropertyDescriptor:Iu}=Object;let{freeze:G,seal:te,create:kt}=Object,{apply:Ss,construct:_s}=typeof Reflect<"u"&&Reflect;G||(G=function(e){return e});te||(te=function(e){return e});Ss||(Ss=function(e,t){for(var s=arguments.length,r=new Array(s>2?s-2:0),i=2;i<s;i++)r[i-2]=arguments[i];return e.apply(t,r)});_s||(_s=function(e){for(var t=arguments.length,s=new Array(t>1?t-1:0),r=1;r<t;r++)s[r-1]=arguments[r];return new e(...s)});const mt=Z(Array.prototype.forEach),Pu=Z(Array.prototype.lastIndexOf),Ri=Z(Array.prototype.pop),vt=Z(Array.prototype.push),Mu=Z(Array.prototype.splice),on=Z(String.prototype.toLowerCase),ns=Z(String.prototype.toString),ss=Z(String.prototype.match),Ve=Z(String.prototype.replace),Nu=Z(String.prototype.indexOf),Du=Z(String.prototype.trim),re=Z(Object.prototype.hasOwnProperty),F=Z(RegExp.prototype.test),bt=Uu(TypeError);function Z(n){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,s=new Array(t>1?t-1:0),r=1;r<t;r++)s[r-1]=arguments[r];return Ss(n,e,s)}}function Uu(n){return function(){for(var e=arguments.length,t=new Array(e),s=0;s<e;s++)t[s]=arguments[s];return _s(n,t)}}function w(n,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:on;Ti&&Ti(n,null);let s=e.length;for(;s--;){let r=e[s];if(typeof r=="string"){const i=t(r);i!==r&&(Lu(e)||(e[s]=i),r=i)}n[r]=!0}return n}function zu(n){for(let e=0;e<n.length;e++)re(n,e)||(n[e]=null);return n}function ue(n){const e=kt(null);for(const[t,s]of Zo(n))re(n,t)&&(Array.isArray(s)?e[t]=zu(s):s&&typeof s=="object"&&s.constructor===Object?e[t]=ue(s):e[t]=s);return e}function yt(n,e){for(;n!==null;){const s=Iu(n,e);if(s){if(s.get)return Z(s.get);if(typeof s.value=="function")return Z(s.value)}n=Ou(n)}function t(){return null}return t}const Li=G(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),rs=G(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),is=G(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Bu=G(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),os=G(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Hu=G(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Oi=G(["#text"]),Ii=G(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),as=G(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Pi=G(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),tn=G(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Fu=te(/\{\{[\w\W]*|[\w\W]*\}\}/gm),ju=te(/<%[\w\W]*|[\w\W]*%>/gm),qu=te(/\$\{[\w\W]*/gm),Wu=te(/^data-[\-\w.\u00B7-\uFFFF]+$/),Gu=te(/^aria-[\-\w]+$/),Yo=te(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Zu=te(/^(?:\w+script|data):/i),Yu=te(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Ko=te(/^html$/i),Ku=te(/^[a-z][.\w]*(-[.\w]+)+$/i);var Mi=Object.freeze({__proto__:null,ARIA_ATTR:Gu,ATTR_WHITESPACE:Yu,CUSTOM_ELEMENT:Ku,DATA_ATTR:Wu,DOCTYPE_NAME:Ko,ERB_EXPR:ju,IS_ALLOWED_URI:Yo,IS_SCRIPT_OR_DATA:Zu,MUSTACHE_EXPR:Fu,TMPLIT_EXPR:qu});const $t={element:1,text:3,progressingInstruction:7,comment:8,document:9},Xu=function(){return typeof window>"u"?null:window},Vu=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let s=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(s=t.getAttribute(r));const i="dompurify"+(s?"#"+s:"");try{return e.createPolicy(i,{createHTML(o){return o},createScriptURL(o){return o}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}},Ni=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Xo(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Xu();const e=b=>Xo(b);if(e.version="3.4.0",e.removed=[],!n||!n.document||n.document.nodeType!==$t.document||!n.Element)return e.isSupported=!1,e;let{document:t}=n;const s=t,r=s.currentScript,{DocumentFragment:i,HTMLTemplateElement:o,Node:a,Element:l,NodeFilter:c,NamedNodeMap:u=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:p,DOMParser:d,trustedTypes:g}=n,v=l.prototype,y=yt(v,"cloneNode"),fe=yt(v,"remove"),ne=yt(v,"nextSibling"),we=yt(v,"childNodes"),Te=yt(v,"parentNode");if(typeof o=="function"){const b=t.createElement("template");b.content&&b.content.ownerDocument&&(t=b.content.ownerDocument)}let I,Re="";const{implementation:Le,createNodeIterator:Oe,createDocumentFragment:ha,getElementsByTagName:da}=t,{importNode:pa}=s;let H=Ni();e.isSupported=typeof Zo=="function"&&typeof Te=="function"&&Le&&Le.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:jt,ERB_EXPR:qt,TMPLIT_EXPR:Wt,DATA_ATTR:fa,ARIA_ATTR:ga,IS_SCRIPT_OR_DATA:ma,ATTR_WHITESPACE:vr,CUSTOM_ELEMENT:va}=Mi;let{IS_ALLOWED_URI:br}=Mi,P=null;const yr=w({},[...Li,...rs,...is,...os,...Oi]);let D=null;const $r=w({},[...Ii,...as,...Pi,...tn]);let T=Object.seal(kt(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ht=null,Gt=null;const ke=Object.seal(kt(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let xr=!0,Nn=!0,wr=!1,kr=!0,Ie=!1,dt=!0,Pe=!1,Dn=!1,Un=!1,Ze=!1,Zt=!1,Yt=!1,Sr=!0,_r=!1;const ba="user-content-";let zn=!0,pt=!1,Ye={},le=null;const Bn=w({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Cr=null;const Er=w({},["audio","video","img","source","image","track"]);let Hn=null;const Ar=w({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Kt="http://www.w3.org/1998/Math/MathML",Xt="http://www.w3.org/2000/svg",ce="http://www.w3.org/1999/xhtml";let Ke=ce,Fn=!1,jn=null;const ya=w({},[Kt,Xt,ce],ns);let Vt=w({},["mi","mo","mn","ms","mtext"]),Qt=w({},["annotation-xml"]);const $a=w({},["title","style","font","a","script"]);let ft=null;const xa=["application/xhtml+xml","text/html"],wa="text/html";let O=null,Xe=null;const ka=t.createElement("form"),Tr=function(h){return h instanceof RegExp||h instanceof Function},qn=function(){let h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Xe&&Xe===h)){if((!h||typeof h!="object")&&(h={}),h=ue(h),ft=xa.indexOf(h.PARSER_MEDIA_TYPE)===-1?wa:h.PARSER_MEDIA_TYPE,O=ft==="application/xhtml+xml"?ns:on,P=re(h,"ALLOWED_TAGS")?w({},h.ALLOWED_TAGS,O):yr,D=re(h,"ALLOWED_ATTR")?w({},h.ALLOWED_ATTR,O):$r,jn=re(h,"ALLOWED_NAMESPACES")?w({},h.ALLOWED_NAMESPACES,ns):ya,Hn=re(h,"ADD_URI_SAFE_ATTR")?w(ue(Ar),h.ADD_URI_SAFE_ATTR,O):Ar,Cr=re(h,"ADD_DATA_URI_TAGS")?w(ue(Er),h.ADD_DATA_URI_TAGS,O):Er,le=re(h,"FORBID_CONTENTS")?w({},h.FORBID_CONTENTS,O):Bn,ht=re(h,"FORBID_TAGS")?w({},h.FORBID_TAGS,O):ue({}),Gt=re(h,"FORBID_ATTR")?w({},h.FORBID_ATTR,O):ue({}),Ye=re(h,"USE_PROFILES")?h.USE_PROFILES:!1,xr=h.ALLOW_ARIA_ATTR!==!1,Nn=h.ALLOW_DATA_ATTR!==!1,wr=h.ALLOW_UNKNOWN_PROTOCOLS||!1,kr=h.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ie=h.SAFE_FOR_TEMPLATES||!1,dt=h.SAFE_FOR_XML!==!1,Pe=h.WHOLE_DOCUMENT||!1,Ze=h.RETURN_DOM||!1,Zt=h.RETURN_DOM_FRAGMENT||!1,Yt=h.RETURN_TRUSTED_TYPE||!1,Un=h.FORCE_BODY||!1,Sr=h.SANITIZE_DOM!==!1,_r=h.SANITIZE_NAMED_PROPS||!1,zn=h.KEEP_CONTENT!==!1,pt=h.IN_PLACE||!1,br=h.ALLOWED_URI_REGEXP||Yo,Ke=h.NAMESPACE||ce,Vt=h.MATHML_TEXT_INTEGRATION_POINTS||Vt,Qt=h.HTML_INTEGRATION_POINTS||Qt,T=h.CUSTOM_ELEMENT_HANDLING||kt(null),h.CUSTOM_ELEMENT_HANDLING&&Tr(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(T.tagNameCheck=h.CUSTOM_ELEMENT_HANDLING.tagNameCheck),h.CUSTOM_ELEMENT_HANDLING&&Tr(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(T.attributeNameCheck=h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),h.CUSTOM_ELEMENT_HANDLING&&typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(T.allowCustomizedBuiltInElements=h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ie&&(Nn=!1),Zt&&(Ze=!0),Ye&&(P=w({},Oi),D=kt(null),Ye.html===!0&&(w(P,Li),w(D,Ii)),Ye.svg===!0&&(w(P,rs),w(D,as),w(D,tn)),Ye.svgFilters===!0&&(w(P,is),w(D,as),w(D,tn)),Ye.mathMl===!0&&(w(P,os),w(D,Pi),w(D,tn))),ke.tagCheck=null,ke.attributeCheck=null,h.ADD_TAGS&&(typeof h.ADD_TAGS=="function"?ke.tagCheck=h.ADD_TAGS:(P===yr&&(P=ue(P)),w(P,h.ADD_TAGS,O))),h.ADD_ATTR&&(typeof h.ADD_ATTR=="function"?ke.attributeCheck=h.ADD_ATTR:(D===$r&&(D=ue(D)),w(D,h.ADD_ATTR,O))),h.ADD_URI_SAFE_ATTR&&w(Hn,h.ADD_URI_SAFE_ATTR,O),h.FORBID_CONTENTS&&(le===Bn&&(le=ue(le)),w(le,h.FORBID_CONTENTS,O)),h.ADD_FORBID_CONTENTS&&(le===Bn&&(le=ue(le)),w(le,h.ADD_FORBID_CONTENTS,O)),zn&&(P["#text"]=!0),Pe&&w(P,["html","head","body"]),P.table&&(w(P,["tbody"]),delete ht.tbody),h.TRUSTED_TYPES_POLICY){if(typeof h.TRUSTED_TYPES_POLICY.createHTML!="function")throw bt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof h.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw bt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');I=h.TRUSTED_TYPES_POLICY,Re=I.createHTML("")}else I===void 0&&(I=Vu(g,r)),I!==null&&typeof Re=="string"&&(Re=I.createHTML(""));G&&G(h),Xe=h}},Rr=w({},[...rs,...is,...Bu]),Lr=w({},[...os,...Hu]),Sa=function(h){let f=Te(h);(!f||!f.tagName)&&(f={namespaceURI:Ke,tagName:"template"});const m=on(h.tagName),E=on(f.tagName);return jn[h.namespaceURI]?h.namespaceURI===Xt?f.namespaceURI===ce?m==="svg":f.namespaceURI===Kt?m==="svg"&&(E==="annotation-xml"||Vt[E]):!!Rr[m]:h.namespaceURI===Kt?f.namespaceURI===ce?m==="math":f.namespaceURI===Xt?m==="math"&&Qt[E]:!!Lr[m]:h.namespaceURI===ce?f.namespaceURI===Xt&&!Qt[E]||f.namespaceURI===Kt&&!Vt[E]?!1:!Lr[m]&&($a[m]||!Rr[m]):!!(ft==="application/xhtml+xml"&&jn[h.namespaceURI]):!1},se=function(h){vt(e.removed,{element:h});try{Te(h).removeChild(h)}catch{fe(h)}},Me=function(h,f){try{vt(e.removed,{attribute:f.getAttributeNode(h),from:f})}catch{vt(e.removed,{attribute:null,from:f})}if(f.removeAttribute(h),h==="is")if(Ze||Zt)try{se(f)}catch{}else try{f.setAttribute(h,"")}catch{}},Or=function(h){let f=null,m=null;if(Un)h="<remove></remove>"+h;else{const L=ss(h,/^[\r\n\t ]+/);m=L&&L[0]}ft==="application/xhtml+xml"&&Ke===ce&&(h='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+h+"</body></html>");const E=I?I.createHTML(h):h;if(Ke===ce)try{f=new d().parseFromString(E,ft)}catch{}if(!f||!f.documentElement){f=Le.createDocument(Ke,"template",null);try{f.documentElement.innerHTML=Fn?Re:E}catch{}}const z=f.body||f.documentElement;return h&&m&&z.insertBefore(t.createTextNode(m),z.childNodes[0]||null),Ke===ce?da.call(f,Pe?"html":"body")[0]:Pe?f.documentElement:z},Ir=function(h){return Oe.call(h.ownerDocument||h,h,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},Wn=function(h){return h instanceof p&&(typeof h.nodeName!="string"||typeof h.textContent!="string"||typeof h.removeChild!="function"||!(h.attributes instanceof u)||typeof h.removeAttribute!="function"||typeof h.setAttribute!="function"||typeof h.namespaceURI!="string"||typeof h.insertBefore!="function"||typeof h.hasChildNodes!="function")},Gn=function(h){return typeof a=="function"&&h instanceof a};function ge(b,h,f){mt(b,m=>{m.call(e,h,f,Xe)})}const Pr=function(h){let f=null;if(ge(H.beforeSanitizeElements,h,null),Wn(h))return se(h),!0;const m=O(h.nodeName);if(ge(H.uponSanitizeElement,h,{tagName:m,allowedTags:P}),dt&&h.hasChildNodes()&&!Gn(h.firstElementChild)&&F(/<[/\w!]/g,h.innerHTML)&&F(/<[/\w!]/g,h.textContent)||dt&&h.namespaceURI===ce&&m==="style"&&Gn(h.firstElementChild)||h.nodeType===$t.progressingInstruction||dt&&h.nodeType===$t.comment&&F(/<[/\w]/g,h.data))return se(h),!0;if(ht[m]||!(ke.tagCheck instanceof Function&&ke.tagCheck(m))&&!P[m]){if(!ht[m]&&Nr(m)&&(T.tagNameCheck instanceof RegExp&&F(T.tagNameCheck,m)||T.tagNameCheck instanceof Function&&T.tagNameCheck(m)))return!1;if(zn&&!le[m]){const E=Te(h)||h.parentNode,z=we(h)||h.childNodes;if(z&&E){const L=z.length;for(let K=L-1;K>=0;--K){const Q=y(z[K],!0);Q.__removalCount=(h.__removalCount||0)+1,E.insertBefore(Q,ne(h))}}}return se(h),!0}return h instanceof l&&!Sa(h)||(m==="noscript"||m==="noembed"||m==="noframes")&&F(/<\/no(script|embed|frames)/i,h.innerHTML)?(se(h),!0):(Ie&&h.nodeType===$t.text&&(f=h.textContent,mt([jt,qt,Wt],E=>{f=Ve(f,E," ")}),h.textContent!==f&&(vt(e.removed,{element:h.cloneNode()}),h.textContent=f)),ge(H.afterSanitizeElements,h,null),!1)},Mr=function(h,f,m){if(Gt[f]||Sr&&(f==="id"||f==="name")&&(m in t||m in ka))return!1;if(!(Nn&&!Gt[f]&&F(fa,f))){if(!(xr&&F(ga,f))){if(!(ke.attributeCheck instanceof Function&&ke.attributeCheck(f,h))){if(!D[f]||Gt[f]){if(!(Nr(h)&&(T.tagNameCheck instanceof RegExp&&F(T.tagNameCheck,h)||T.tagNameCheck instanceof Function&&T.tagNameCheck(h))&&(T.attributeNameCheck instanceof RegExp&&F(T.attributeNameCheck,f)||T.attributeNameCheck instanceof Function&&T.attributeNameCheck(f,h))||f==="is"&&T.allowCustomizedBuiltInElements&&(T.tagNameCheck instanceof RegExp&&F(T.tagNameCheck,m)||T.tagNameCheck instanceof Function&&T.tagNameCheck(m))))return!1}else if(!Hn[f]){if(!F(br,Ve(m,vr,""))){if(!((f==="src"||f==="xlink:href"||f==="href")&&h!=="script"&&Nu(m,"data:")===0&&Cr[h])){if(!(wr&&!F(ma,Ve(m,vr,"")))){if(m)return!1}}}}}}}return!0},Nr=function(h){return h!=="annotation-xml"&&ss(h,va)},Dr=function(h){ge(H.beforeSanitizeAttributes,h,null);const{attributes:f}=h;if(!f||Wn(h))return;const m={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:D,forceKeepAttr:void 0};let E=f.length;for(;E--;){const z=f[E],{name:L,namespaceURI:K,value:Q}=z,Se=O(L),Zn=Q;let U=L==="value"?Zn:Du(Zn);if(m.attrName=Se,m.attrValue=U,m.keepAttr=!0,m.forceKeepAttr=void 0,ge(H.uponSanitizeAttribute,h,m),U=m.attrValue,_r&&(Se==="id"||Se==="name")&&(Me(L,h),U=ba+U),dt&&F(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,U)){Me(L,h);continue}if(Se==="attributename"&&ss(U,"href")){Me(L,h);continue}if(m.forceKeepAttr)continue;if(!m.keepAttr){Me(L,h);continue}if(!kr&&F(/\/>/i,U)){Me(L,h);continue}Ie&&mt([jt,qt,Wt],Br=>{U=Ve(U,Br," ")});const zr=O(h.nodeName);if(!Mr(zr,Se,U)){Me(L,h);continue}if(I&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!K)switch(g.getAttributeType(zr,Se)){case"TrustedHTML":{U=I.createHTML(U);break}case"TrustedScriptURL":{U=I.createScriptURL(U);break}}if(U!==Zn)try{K?h.setAttributeNS(K,L,U):h.setAttribute(L,U),Wn(h)?se(h):Ri(e.removed)}catch{Me(L,h)}}ge(H.afterSanitizeAttributes,h,null)},Ur=function(h){let f=null;const m=Ir(h);for(ge(H.beforeSanitizeShadowDOM,h,null);f=m.nextNode();)ge(H.uponSanitizeShadowNode,f,null),Pr(f),Dr(f),f.content instanceof i&&Ur(f.content);ge(H.afterSanitizeShadowDOM,h,null)};return e.sanitize=function(b){let h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},f=null,m=null,E=null,z=null;if(Fn=!b,Fn&&(b="<!-->"),typeof b!="string"&&!Gn(b))if(typeof b.toString=="function"){if(b=b.toString(),typeof b!="string")throw bt("dirty is not a string, aborting")}else throw bt("toString is not a function");if(!e.isSupported)return b;if(Dn||qn(h),e.removed=[],typeof b=="string"&&(pt=!1),pt){if(b.nodeName){const Q=O(b.nodeName);if(!P[Q]||ht[Q])throw bt("root node is forbidden and cannot be sanitized in-place")}}else if(b instanceof a)f=Or("<!---->"),m=f.ownerDocument.importNode(b,!0),m.nodeType===$t.element&&m.nodeName==="BODY"||m.nodeName==="HTML"?f=m:f.appendChild(m);else{if(!Ze&&!Ie&&!Pe&&b.indexOf("<")===-1)return I&&Yt?I.createHTML(b):b;if(f=Or(b),!f)return Ze?null:Yt?Re:""}f&&Un&&se(f.firstChild);const L=Ir(pt?b:f);for(;E=L.nextNode();)Pr(E),Dr(E),E.content instanceof i&&Ur(E.content);if(pt)return b;if(Ze){if(Ie){f.normalize();let Q=f.innerHTML;mt([jt,qt,Wt],Se=>{Q=Ve(Q,Se," ")}),f.innerHTML=Q}if(Zt)for(z=ha.call(f.ownerDocument);f.firstChild;)z.appendChild(f.firstChild);else z=f;return(D.shadowroot||D.shadowrootmode)&&(z=pa.call(s,z,!0)),z}let K=Pe?f.outerHTML:f.innerHTML;return Pe&&P["!doctype"]&&f.ownerDocument&&f.ownerDocument.doctype&&f.ownerDocument.doctype.name&&F(Ko,f.ownerDocument.doctype.name)&&(K="<!DOCTYPE "+f.ownerDocument.doctype.name+`>
|
|
758
|
+
`+K),Ie&&mt([jt,qt,Wt],Q=>{K=Ve(K,Q," ")}),I&&Yt?I.createHTML(K):K},e.setConfig=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};qn(b),Dn=!0},e.clearConfig=function(){Xe=null,Dn=!1},e.isValidAttribute=function(b,h,f){Xe||qn({});const m=O(b),E=O(h);return Mr(m,E,f)},e.addHook=function(b,h){typeof h=="function"&&vt(H[b],h)},e.removeHook=function(b,h){if(h!==void 0){const f=Pu(H[b],h);return f===-1?void 0:Mu(H[b],f,1)[0]}return Ri(H[b])},e.removeHooks=function(b){H[b]=[]},e.removeAllHooks=function(){H=Ni()},e}var Vo=Xo(),Qu=Object.defineProperty,Ju=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&Qu(e,t,r),r};const pr=class pr extends N{render(){return $`<div class="message-type-html">
|
|
759
|
+
${Ru(Vo.sanitize(this.message.content,{ADD_ATTR:["target","rel"]}))}
|
|
760
|
+
</div>`}};pr.styles=[Y`
|
|
761
761
|
:host {
|
|
762
762
|
box-sizing: border-box;
|
|
763
763
|
}
|
|
@@ -791,33 +791,33 @@
|
|
|
791
791
|
height: auto;
|
|
792
792
|
object-fit: contain;
|
|
793
793
|
}
|
|
794
|
-
`];let $n=
|
|
795
|
-
]`).replace("lheading",
|
|
796
|
-
`).map(
|
|
797
|
-
`)}var wn=class{constructor(n){_(this,"options");_(this,"rules");_(this,"lexer");this.options=n||
|
|
798
|
-
`)}}}fences(n){const e=this.rules.block.fences.exec(n);if(e){const t=e[0],s=
|
|
794
|
+
`];let $n=pr;Ju([A({attribute:!1})],$n.prototype,"message");function Ys(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Ge=Ys();function Qo(n){Ge=n}var Et={exec:()=>null};function S(n,e=""){let t=typeof n=="string"?n:n.source;const s={replace:(r,i)=>{let o=typeof i=="string"?i:i.source;return o=o.replace(q.caret,"$1"),t=t.replace(r,o),s},getRegex:()=>new RegExp(t,e)};return s}var q={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:n=>new RegExp(`^( {0,3}${n})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}#`),htmlBeginRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}<(?:[a-z].*>|!--)`,"i")},eh=/^(?:[ \t]*(?:\n|$))+/,th=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,nh=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Ft=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,sh=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Ks=/(?:[*+-]|\d{1,9}[.)])/,Jo=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,ea=S(Jo).replace(/bull/g,Ks).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),rh=S(Jo).replace(/bull/g,Ks).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Xs=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,ih=/^[^\n]+/,Vs=/(?!\s*\])(?:\\.|[^\[\]\\])+/,oh=S(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",Vs).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),ah=S(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Ks).getRegex(),Pn="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Qs=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,lh=S("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",Qs).replace("tag",Pn).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),ta=S(Xs).replace("hr",Ft).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Pn).getRegex(),ch=S(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",ta).getRegex(),Js={blockquote:ch,code:th,def:oh,fences:nh,heading:sh,hr:Ft,html:lh,lheading:ea,list:ah,newline:eh,paragraph:ta,table:Et,text:ih},Di=S("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Ft).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Pn).getRegex(),uh={...Js,lheading:rh,table:Di,paragraph:S(Xs).replace("hr",Ft).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Di).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Pn).getRegex()},hh={...Js,html:S(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",Qs).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:Et,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:S(Xs).replace("hr",Ft).replace("heading",` *#{1,6} *[^
|
|
795
|
+
]`).replace("lheading",ea).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},dh=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,ph=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,na=/^( {2,}|\\)\n(?!\s*$)/,fh=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Mn=/[\p{P}\p{S}]/u,er=/[\s\p{P}\p{S}]/u,sa=/[^\s\p{P}\p{S}]/u,gh=S(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,er).getRegex(),ra=/(?!~)[\p{P}\p{S}]/u,mh=/(?!~)[\s\p{P}\p{S}]/u,vh=/(?:[^\s\p{P}\p{S}]|~)/u,bh=/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,ia=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,yh=S(ia,"u").replace(/punct/g,Mn).getRegex(),$h=S(ia,"u").replace(/punct/g,ra).getRegex(),oa="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",xh=S(oa,"gu").replace(/notPunctSpace/g,sa).replace(/punctSpace/g,er).replace(/punct/g,Mn).getRegex(),wh=S(oa,"gu").replace(/notPunctSpace/g,vh).replace(/punctSpace/g,mh).replace(/punct/g,ra).getRegex(),kh=S("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,sa).replace(/punctSpace/g,er).replace(/punct/g,Mn).getRegex(),Sh=S(/\\(punct)/,"gu").replace(/punct/g,Mn).getRegex(),_h=S(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Ch=S(Qs).replace("(?:-->|$)","-->").getRegex(),Eh=S("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",Ch).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),xn=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Ah=S(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",xn).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),aa=S(/^!?\[(label)\]\[(ref)\]/).replace("label",xn).replace("ref",Vs).getRegex(),la=S(/^!?\[(ref)\](?:\[\])?/).replace("ref",Vs).getRegex(),Th=S("reflink|nolink(?!\\()","g").replace("reflink",aa).replace("nolink",la).getRegex(),tr={_backpedal:Et,anyPunctuation:Sh,autolink:_h,blockSkip:bh,br:na,code:ph,del:Et,emStrongLDelim:yh,emStrongRDelimAst:xh,emStrongRDelimUnd:kh,escape:dh,link:Ah,nolink:la,punctuation:gh,reflink:aa,reflinkSearch:Th,tag:Eh,text:fh,url:Et},Rh={...tr,link:S(/^!?\[(label)\]\((.*?)\)/).replace("label",xn).getRegex(),reflink:S(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",xn).getRegex()},Cs={...tr,emStrongRDelimAst:wh,emStrongLDelim:$h,url:S(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},Lh={...Cs,br:S(na).replace("{2,}","*").getRegex(),text:S(Cs.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},nn={normal:Js,gfm:uh,pedantic:hh},xt={normal:tr,gfm:Cs,breaks:Lh,pedantic:Rh},Oh={"&":"&","<":"<",">":">",'"':""","'":"'"},Ui=n=>Oh[n];function he(n,e){if(e){if(q.escapeTest.test(n))return n.replace(q.escapeReplace,Ui)}else if(q.escapeTestNoEncode.test(n))return n.replace(q.escapeReplaceNoEncode,Ui);return n}function zi(n){try{n=encodeURI(n).replace(q.percentDecode,"%")}catch{return null}return n}function Bi(n,e){var i;const t=n.replace(q.findPipe,(o,a,l)=>{let c=!1,u=a;for(;--u>=0&&l[u]==="\\";)c=!c;return c?"|":" |"}),s=t.split(q.splitPipe);let r=0;if(s[0].trim()||s.shift(),s.length>0&&!((i=s.at(-1))!=null&&i.trim())&&s.pop(),e)if(s.length>e)s.splice(e);else for(;s.length<e;)s.push("");for(;r<s.length;r++)s[r]=s[r].trim().replace(q.slashPipe,"|");return s}function wt(n,e,t){const s=n.length;if(s===0)return"";let r=0;for(;r<s&&n.charAt(s-r-1)===e;)r++;return n.slice(0,s-r)}function Ih(n,e){if(n.indexOf(e[1])===-1)return-1;let t=0;for(let s=0;s<n.length;s++)if(n[s]==="\\")s++;else if(n[s]===e[0])t++;else if(n[s]===e[1]&&(t--,t<0))return s;return t>0?-2:-1}function Hi(n,e,t,s,r){const i=e.href,o=e.title||null,a=n[1].replace(r.other.outputLinkReplace,"$1");s.state.inLink=!0;const l={type:n[0].charAt(0)==="!"?"image":"link",raw:t,href:i,title:o,text:a,tokens:s.inlineTokens(a)};return s.state.inLink=!1,l}function Ph(n,e,t){const s=n.match(t.other.indentCodeCompensation);if(s===null)return e;const r=s[1];return e.split(`
|
|
796
|
+
`).map(i=>{const o=i.match(t.other.beginningSpace);if(o===null)return i;const[a]=o;return a.length>=r.length?i.slice(r.length):i}).join(`
|
|
797
|
+
`)}var wn=class{constructor(n){_(this,"options");_(this,"rules");_(this,"lexer");this.options=n||Ge}space(n){const e=this.rules.block.newline.exec(n);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(n){const e=this.rules.block.code.exec(n);if(e){const t=e[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:wt(t,`
|
|
798
|
+
`)}}}fences(n){const e=this.rules.block.fences.exec(n);if(e){const t=e[0],s=Ph(t,e[3]||"",this.rules);return{type:"code",raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:s}}}heading(n){const e=this.rules.block.heading.exec(n);if(e){let t=e[2].trim();if(this.rules.other.endingHash.test(t)){const s=wt(t,"#");(this.options.pedantic||!s||this.rules.other.endingSpaceChar.test(s))&&(t=s.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(n){const e=this.rules.block.hr.exec(n);if(e)return{type:"hr",raw:wt(e[0],`
|
|
799
799
|
`)}}blockquote(n){const e=this.rules.block.blockquote.exec(n);if(e){let t=wt(e[0],`
|
|
800
800
|
`).split(`
|
|
801
|
-
`),s="",
|
|
801
|
+
`),s="",r="";const i=[];for(;t.length>0;){let o=!1;const a=[];let l;for(l=0;l<t.length;l++)if(this.rules.other.blockquoteStart.test(t[l]))a.push(t[l]),o=!0;else if(!o)a.push(t[l]);else break;t=t.slice(l);const c=a.join(`
|
|
802
802
|
`),u=c.replace(this.rules.other.blockquoteSetextReplace,`
|
|
803
803
|
$1`).replace(this.rules.other.blockquoteSetextReplace2,"");s=s?`${s}
|
|
804
|
-
${c}`:c,
|
|
805
|
-
${u}`:u;const p=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(u,
|
|
804
|
+
${c}`:c,r=r?`${r}
|
|
805
|
+
${u}`:u;const p=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(u,i,!0),this.lexer.state.top=p,t.length===0)break;const d=i.at(-1);if((d==null?void 0:d.type)==="code")break;if((d==null?void 0:d.type)==="blockquote"){const g=d,v=g.raw+`
|
|
806
806
|
`+t.join(`
|
|
807
|
-
`),y=this.blockquote(v);
|
|
807
|
+
`),y=this.blockquote(v);i[i.length-1]=y,s=s.substring(0,s.length-g.raw.length)+y.raw,r=r.substring(0,r.length-g.text.length)+y.text;break}else if((d==null?void 0:d.type)==="list"){const g=d,v=g.raw+`
|
|
808
808
|
`+t.join(`
|
|
809
|
-
`),y=this.list(v);
|
|
810
|
-
`);continue}}return{type:"blockquote",raw:s,tokens:
|
|
811
|
-
`,1)[0].replace(this.rules.other.listReplaceTabs,
|
|
809
|
+
`),y=this.list(v);i[i.length-1]=y,s=s.substring(0,s.length-d.raw.length)+y.raw,r=r.substring(0,r.length-g.raw.length)+y.raw,t=v.substring(i.at(-1).raw.length).split(`
|
|
810
|
+
`);continue}}return{type:"blockquote",raw:s,tokens:i,text:r}}}list(n){let e=this.rules.block.list.exec(n);if(e){let t=e[1].trim();const s=t.length>1,r={type:"list",raw:"",ordered:s,start:s?+t.slice(0,-1):"",loose:!1,items:[]};t=s?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=s?t:"[*+-]");const i=this.rules.other.listItemRegex(t);let o=!1;for(;n;){let l=!1,c="",u="";if(!(e=i.exec(n))||this.rules.block.hr.test(n))break;c=e[0],n=n.substring(c.length);let p=e[2].split(`
|
|
811
|
+
`,1)[0].replace(this.rules.other.listReplaceTabs,ne=>" ".repeat(3*ne.length)),d=n.split(`
|
|
812
812
|
`,1)[0],g=!p.trim(),v=0;if(this.options.pedantic?(v=2,u=p.trimStart()):g?v=e[1].length+1:(v=e[2].search(this.rules.other.nonSpaceChar),v=v>4?1:v,u=p.slice(v),v+=e[1].length),g&&this.rules.other.blankLine.test(d)&&(c+=d+`
|
|
813
|
-
`,n=n.substring(d.length+1),l=!0),!l){const
|
|
814
|
-
`,1)[0];let Oe;if(d=Le,this.options.pedantic?(d=d.replace(this.rules.other.listReplaceNesting," "),Oe=d):Oe=d.replace(this.rules.other.tabCharGlobal," "),Te.test(d)||
|
|
815
|
-
`+Oe.slice(v);else{if(g||p.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||Te.test(p)||
|
|
813
|
+
`,n=n.substring(d.length+1),l=!0),!l){const ne=this.rules.other.nextBulletRegex(v),we=this.rules.other.hrRegex(v),Te=this.rules.other.fencesBeginRegex(v),I=this.rules.other.headingBeginRegex(v),Re=this.rules.other.htmlBeginRegex(v);for(;n;){const Le=n.split(`
|
|
814
|
+
`,1)[0];let Oe;if(d=Le,this.options.pedantic?(d=d.replace(this.rules.other.listReplaceNesting," "),Oe=d):Oe=d.replace(this.rules.other.tabCharGlobal," "),Te.test(d)||I.test(d)||Re.test(d)||ne.test(d)||we.test(d))break;if(Oe.search(this.rules.other.nonSpaceChar)>=v||!d.trim())u+=`
|
|
815
|
+
`+Oe.slice(v);else{if(g||p.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||Te.test(p)||I.test(p)||we.test(p))break;u+=`
|
|
816
816
|
`+d}!g&&!d.trim()&&(g=!0),c+=Le+`
|
|
817
|
-
`,n=n.substring(Le.length+1),p=Oe.slice(v)}}
|
|
818
|
-
`):[],
|
|
819
|
-
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(n){const e=this.rules.block.text.exec(n);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(n){const e=this.rules.inline.escape.exec(n);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(n){const e=this.rules.inline.tag.exec(n);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(n){const e=this.rules.inline.link.exec(n);if(e){const t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;const
|
|
820
|
-
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const s=this.inlineQueue[t];this.inlineTokens(s.src,s.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],s=!1){var i,
|
|
817
|
+
`,n=n.substring(Le.length+1),p=Oe.slice(v)}}r.loose||(o?r.loose=!0:this.rules.other.doubleBlankLine.test(c)&&(o=!0));let y=null,fe;this.options.gfm&&(y=this.rules.other.listIsTask.exec(u),y&&(fe=y[0]!=="[ ] ",u=u.replace(this.rules.other.listReplaceTask,""))),r.items.push({type:"list_item",raw:c,task:!!y,checked:fe,loose:!1,text:u,tokens:[]}),r.raw+=c}const a=r.items.at(-1);if(a)a.raw=a.raw.trimEnd(),a.text=a.text.trimEnd();else return;r.raw=r.raw.trimEnd();for(let l=0;l<r.items.length;l++)if(this.lexer.state.top=!1,r.items[l].tokens=this.lexer.blockTokens(r.items[l].text,[]),!r.loose){const c=r.items[l].tokens.filter(p=>p.type==="space"),u=c.length>0&&c.some(p=>this.rules.other.anyLine.test(p.raw));r.loose=u}if(r.loose)for(let l=0;l<r.items.length;l++)r.items[l].loose=!0;return r}}html(n){const e=this.rules.block.html.exec(n);if(e)return{type:"html",block:!0,raw:e[0],pre:e[1]==="pre"||e[1]==="script"||e[1]==="style",text:e[0]}}def(n){const e=this.rules.block.def.exec(n);if(e){const t=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),s=e[2]?e[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",r=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:t,raw:e[0],href:s,title:r}}}table(n){var o;const e=this.rules.block.table.exec(n);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;const t=Bi(e[1]),s=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),r=(o=e[3])!=null&&o.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split(`
|
|
818
|
+
`):[],i={type:"table",raw:e[0],header:[],align:[],rows:[]};if(t.length===s.length){for(const a of s)this.rules.other.tableAlignRight.test(a)?i.align.push("right"):this.rules.other.tableAlignCenter.test(a)?i.align.push("center"):this.rules.other.tableAlignLeft.test(a)?i.align.push("left"):i.align.push(null);for(let a=0;a<t.length;a++)i.header.push({text:t[a],tokens:this.lexer.inline(t[a]),header:!0,align:i.align[a]});for(const a of r)i.rows.push(Bi(a,i.header.length).map((l,c)=>({text:l,tokens:this.lexer.inline(l),header:!1,align:i.align[c]})));return i}}lheading(n){const e=this.rules.block.lheading.exec(n);if(e)return{type:"heading",raw:e[0],depth:e[2].charAt(0)==="="?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(n){const e=this.rules.block.paragraph.exec(n);if(e){const t=e[1].charAt(e[1].length-1)===`
|
|
819
|
+
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(n){const e=this.rules.block.text.exec(n);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(n){const e=this.rules.inline.escape.exec(n);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(n){const e=this.rules.inline.tag.exec(n);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(n){const e=this.rules.inline.link.exec(n);if(e){const t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;const i=wt(t.slice(0,-1),"\\");if((t.length-i.length)%2===0)return}else{const i=Ih(e[2],"()");if(i===-2)return;if(i>-1){const a=(e[0].indexOf("!")===0?5:4)+e[1].length+i;e[2]=e[2].substring(0,i),e[0]=e[0].substring(0,a).trim(),e[3]=""}}let s=e[2],r="";if(this.options.pedantic){const i=this.rules.other.pedanticHrefTitle.exec(s);i&&(s=i[1],r=i[3])}else r=e[3]?e[3].slice(1,-1):"";return s=s.trim(),this.rules.other.startAngleBracket.test(s)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(t)?s=s.slice(1):s=s.slice(1,-1)),Hi(e,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:r&&r.replace(this.rules.inline.anyPunctuation,"$1")},e[0],this.lexer,this.rules)}}reflink(n,e){let t;if((t=this.rules.inline.reflink.exec(n))||(t=this.rules.inline.nolink.exec(n))){const s=(t[2]||t[1]).replace(this.rules.other.multipleSpaceGlobal," "),r=e[s.toLowerCase()];if(!r){const i=t[0].charAt(0);return{type:"text",raw:i,text:i}}return Hi(t,r,t[0],this.lexer,this.rules)}}emStrong(n,e,t=""){let s=this.rules.inline.emStrongLDelim.exec(n);if(!s||s[3]&&t.match(this.rules.other.unicodeAlphaNumeric))return;if(!(s[1]||s[2]||"")||!t||this.rules.inline.punctuation.exec(t)){const i=[...s[0]].length-1;let o,a,l=i,c=0;const u=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,e=e.slice(-1*n.length+i);(s=u.exec(e))!=null;){if(o=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!o)continue;if(a=[...o].length,s[3]||s[4]){l+=a;continue}else if((s[5]||s[6])&&i%3&&!((i+a)%3)){c+=a;continue}if(l-=a,l>0)continue;a=Math.min(a,a+l+c);const p=[...s[0]][0].length,d=n.slice(0,i+s.index+p+a);if(Math.min(i,a)%2){const v=d.slice(1,-1);return{type:"em",raw:d,text:v,tokens:this.lexer.inlineTokens(v)}}const g=d.slice(2,-2);return{type:"strong",raw:d,text:g,tokens:this.lexer.inlineTokens(g)}}}}codespan(n){const e=this.rules.inline.code.exec(n);if(e){let t=e[2].replace(this.rules.other.newLineCharGlobal," ");const s=this.rules.other.nonSpaceChar.test(t),r=this.rules.other.startingSpaceChar.test(t)&&this.rules.other.endingSpaceChar.test(t);return s&&r&&(t=t.substring(1,t.length-1)),{type:"codespan",raw:e[0],text:t}}}br(n){const e=this.rules.inline.br.exec(n);if(e)return{type:"br",raw:e[0]}}del(n){const e=this.rules.inline.del.exec(n);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(n){const e=this.rules.inline.autolink.exec(n);if(e){let t,s;return e[2]==="@"?(t=e[1],s="mailto:"+t):(t=e[1],s=t),{type:"link",raw:e[0],text:t,href:s,tokens:[{type:"text",raw:t,text:t}]}}}url(n){var t;let e;if(e=this.rules.inline.url.exec(n)){let s,r;if(e[2]==="@")s=e[0],r="mailto:"+s;else{let i;do i=e[0],e[0]=((t=this.rules.inline._backpedal.exec(e[0]))==null?void 0:t[0])??"";while(i!==e[0]);s=e[0],e[1]==="www."?r="http://"+e[0]:r=e[0]}return{type:"link",raw:e[0],text:s,href:r,tokens:[{type:"text",raw:s,text:s}]}}}inlineText(n){const e=this.rules.inline.text.exec(n);if(e){const t=this.lexer.state.inRawBlock;return{type:"text",raw:e[0],text:e[0],escaped:t}}}},ve=class Es{constructor(e){_(this,"tokens");_(this,"options");_(this,"state");_(this,"tokenizer");_(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Ge,this.options.tokenizer=this.options.tokenizer||new wn,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const t={other:q,block:nn.normal,inline:xt.normal};this.options.pedantic?(t.block=nn.pedantic,t.inline=xt.pedantic):this.options.gfm&&(t.block=nn.gfm,this.options.breaks?t.inline=xt.breaks:t.inline=xt.gfm),this.tokenizer.rules=t}static get rules(){return{block:nn,inline:xt}}static lex(e,t){return new Es(t).lex(e)}static lexInline(e,t){return new Es(t).inlineTokens(e)}lex(e){e=e.replace(q.carriageReturn,`
|
|
820
|
+
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const s=this.inlineQueue[t];this.inlineTokens(s.src,s.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],s=!1){var r,i,o;for(this.options.pedantic&&(e=e.replace(q.tabCharGlobal," ").replace(q.spaceLine,""));e;){let a;if((i=(r=this.options.extensions)==null?void 0:r.block)!=null&&i.some(c=>(a=c.call({lexer:this},e,t))?(e=e.substring(a.raw.length),t.push(a),!0):!1))continue;if(a=this.tokenizer.space(e)){e=e.substring(a.raw.length);const c=t.at(-1);a.raw.length===1&&c!==void 0?c.raw+=`
|
|
821
821
|
`:t.push(a);continue}if(a=this.tokenizer.code(e)){e=e.substring(a.raw.length);const c=t.at(-1);(c==null?void 0:c.type)==="paragraph"||(c==null?void 0:c.type)==="text"?(c.raw+=`
|
|
822
822
|
`+a.raw,c.text+=`
|
|
823
823
|
`+a.text,this.inlineQueue.at(-1).src=c.text):t.push(a);continue}if(a=this.tokenizer.fences(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.heading(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.hr(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.blockquote(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.list(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.html(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.def(e)){e=e.substring(a.raw.length);const c=t.at(-1);(c==null?void 0:c.type)==="paragraph"||(c==null?void 0:c.type)==="text"?(c.raw+=`
|
|
@@ -826,36 +826,36 @@ ${u}`:u;const p=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.block
|
|
|
826
826
|
`+a.raw,c.text+=`
|
|
827
827
|
`+a.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=c.text):t.push(a),s=l.length!==e.length,e=e.substring(a.raw.length);continue}if(a=this.tokenizer.text(e)){e=e.substring(a.raw.length);const c=t.at(-1);(c==null?void 0:c.type)==="text"?(c.raw+=`
|
|
828
828
|
`+a.raw,c.text+=`
|
|
829
|
-
`+a.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=c.text):t.push(a);continue}if(e){const c="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(c);break}else throw new Error(c)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){var a,l,c;let s=e,
|
|
830
|
-
`;return s?'<pre><code class="language-'+
|
|
831
|
-
`:"<pre><code>"+(t?
|
|
829
|
+
`+a.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=c.text):t.push(a);continue}if(e){const c="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(c);break}else throw new Error(c)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){var a,l,c;let s=e,r=null;if(this.tokens.links){const u=Object.keys(this.tokens.links);if(u.length>0)for(;(r=this.tokenizer.rules.inline.reflinkSearch.exec(s))!=null;)u.includes(r[0].slice(r[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,r.index)+"["+"a".repeat(r[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(r=this.tokenizer.rules.inline.anyPunctuation.exec(s))!=null;)s=s.slice(0,r.index)+"++"+s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(r=this.tokenizer.rules.inline.blockSkip.exec(s))!=null;)s=s.slice(0,r.index)+"["+"a".repeat(r[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let i=!1,o="";for(;e;){i||(o=""),i=!1;let u;if((l=(a=this.options.extensions)==null?void 0:a.inline)!=null&&l.some(d=>(u=d.call({lexer:this},e,t))?(e=e.substring(u.raw.length),t.push(u),!0):!1))continue;if(u=this.tokenizer.escape(e)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.tag(e)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.link(e)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(u.raw.length);const d=t.at(-1);u.type==="text"&&(d==null?void 0:d.type)==="text"?(d.raw+=u.raw,d.text+=u.text):t.push(u);continue}if(u=this.tokenizer.emStrong(e,s,o)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.codespan(e)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.br(e)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.del(e)){e=e.substring(u.raw.length),t.push(u);continue}if(u=this.tokenizer.autolink(e)){e=e.substring(u.raw.length),t.push(u);continue}if(!this.state.inLink&&(u=this.tokenizer.url(e))){e=e.substring(u.raw.length),t.push(u);continue}let p=e;if((c=this.options.extensions)!=null&&c.startInline){let d=1/0;const g=e.slice(1);let v;this.options.extensions.startInline.forEach(y=>{v=y.call({lexer:this},g),typeof v=="number"&&v>=0&&(d=Math.min(d,v))}),d<1/0&&d>=0&&(p=e.substring(0,d+1))}if(u=this.tokenizer.inlineText(p)){e=e.substring(u.raw.length),u.raw.slice(-1)!=="_"&&(o=u.raw.slice(-1)),i=!0;const d=t.at(-1);(d==null?void 0:d.type)==="text"?(d.raw+=u.raw,d.text+=u.text):t.push(u);continue}if(e){const d="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(d);break}else throw new Error(d)}}return t}},kn=class{constructor(n){_(this,"options");_(this,"parser");this.options=n||Ge}space(n){return""}code({text:n,lang:e,escaped:t}){var i;const s=(i=(e||"").match(q.notSpaceStart))==null?void 0:i[0],r=n.replace(q.endingNewline,"")+`
|
|
830
|
+
`;return s?'<pre><code class="language-'+he(s)+'">'+(t?r:he(r,!0))+`</code></pre>
|
|
831
|
+
`:"<pre><code>"+(t?r:he(r,!0))+`</code></pre>
|
|
832
832
|
`}blockquote({tokens:n}){return`<blockquote>
|
|
833
833
|
${this.parser.parse(n)}</blockquote>
|
|
834
834
|
`}html({text:n}){return n}heading({tokens:n,depth:e}){return`<h${e}>${this.parser.parseInline(n)}</h${e}>
|
|
835
835
|
`}hr(n){return`<hr>
|
|
836
|
-
`}list(n){const e=n.ordered,t=n.start;let s="";for(let o=0;o<n.items.length;o++){const a=n.items[o];s+=this.listitem(a)}const
|
|
837
|
-
`+s+"</"+
|
|
838
|
-
`}listitem(n){var t;let e="";if(n.task){const s=this.checkbox({checked:!!n.checked});n.loose?((t=n.tokens[0])==null?void 0:t.type)==="paragraph"?(n.tokens[0].text=s+" "+n.tokens[0].text,n.tokens[0].tokens&&n.tokens[0].tokens.length>0&&n.tokens[0].tokens[0].type==="text"&&(n.tokens[0].tokens[0].text=s+" "+
|
|
836
|
+
`}list(n){const e=n.ordered,t=n.start;let s="";for(let o=0;o<n.items.length;o++){const a=n.items[o];s+=this.listitem(a)}const r=e?"ol":"ul",i=e&&t!==1?' start="'+t+'"':"";return"<"+r+i+`>
|
|
837
|
+
`+s+"</"+r+`>
|
|
838
|
+
`}listitem(n){var t;let e="";if(n.task){const s=this.checkbox({checked:!!n.checked});n.loose?((t=n.tokens[0])==null?void 0:t.type)==="paragraph"?(n.tokens[0].text=s+" "+n.tokens[0].text,n.tokens[0].tokens&&n.tokens[0].tokens.length>0&&n.tokens[0].tokens[0].type==="text"&&(n.tokens[0].tokens[0].text=s+" "+he(n.tokens[0].tokens[0].text),n.tokens[0].tokens[0].escaped=!0)):n.tokens.unshift({type:"text",raw:s+" ",text:s+" ",escaped:!0}):e+=s+" "}return e+=this.parser.parse(n.tokens,!!n.loose),`<li>${e}</li>
|
|
839
839
|
`}checkbox({checked:n}){return"<input "+(n?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:n}){return`<p>${this.parser.parseInline(n)}</p>
|
|
840
|
-
`}table(n){let e="",t="";for(let
|
|
840
|
+
`}table(n){let e="",t="";for(let r=0;r<n.header.length;r++)t+=this.tablecell(n.header[r]);e+=this.tablerow({text:t});let s="";for(let r=0;r<n.rows.length;r++){const i=n.rows[r];t="";for(let o=0;o<i.length;o++)t+=this.tablecell(i[o]);s+=this.tablerow({text:t})}return s&&(s=`<tbody>${s}</tbody>`),`<table>
|
|
841
841
|
<thead>
|
|
842
842
|
`+e+`</thead>
|
|
843
843
|
`+s+`</table>
|
|
844
844
|
`}tablerow({text:n}){return`<tr>
|
|
845
845
|
${n}</tr>
|
|
846
846
|
`}tablecell(n){const e=this.parser.parseInline(n.tokens),t=n.header?"th":"td";return(n.align?`<${t} align="${n.align}">`:`<${t}>`)+e+`</${t}>
|
|
847
|
-
`}strong({tokens:n}){return`<strong>${this.parser.parseInline(n)}</strong>`}em({tokens:n}){return`<em>${this.parser.parseInline(n)}</em>`}codespan({text:n}){return`<code>${
|
|
848
|
-
`+this.renderer.text(c);t?s+=this.renderer.paragraph({type:"paragraph",raw:u,text:u,tokens:[{type:"text",raw:u,text:u,escaped:!0}]}):s+=u;continue}default:{const c='Token with "'+l.type+'" type was not found.';if(this.options.silent)return console.error(c),"";throw new Error(c)}}}return s}parseInline(e,t=this.renderer){var i
|
|
849
|
-
Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An error occurred:</p><pre>"+
|
|
850
|
-
<div class="message-type-markdown" ${
|
|
847
|
+
`}strong({tokens:n}){return`<strong>${this.parser.parseInline(n)}</strong>`}em({tokens:n}){return`<em>${this.parser.parseInline(n)}</em>`}codespan({text:n}){return`<code>${he(n,!0)}</code>`}br(n){return"<br>"}del({tokens:n}){return`<del>${this.parser.parseInline(n)}</del>`}link({href:n,title:e,tokens:t}){const s=this.parser.parseInline(t),r=zi(n);if(r===null)return s;n=r;let i='<a href="'+n+'"';return e&&(i+=' title="'+he(e)+'"'),i+=">"+s+"</a>",i}image({href:n,title:e,text:t,tokens:s}){s&&(t=this.parser.parseInline(s,this.parser.textRenderer));const r=zi(n);if(r===null)return he(t);n=r;let i=`<img src="${n}" alt="${t}"`;return e&&(i+=` title="${he(e)}"`),i+=">",i}text(n){return"tokens"in n&&n.tokens?this.parser.parseInline(n.tokens):"escaped"in n&&n.escaped?n.text:he(n.text)}},nr=class{strong({text:n}){return n}em({text:n}){return n}codespan({text:n}){return n}del({text:n}){return n}html({text:n}){return n}text({text:n}){return n}link({text:n}){return""+n}image({text:n}){return""+n}br(){return""}},be=class As{constructor(e){_(this,"options");_(this,"renderer");_(this,"textRenderer");this.options=e||Ge,this.options.renderer=this.options.renderer||new kn,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new nr}static parse(e,t){return new As(t).parse(e)}static parseInline(e,t){return new As(t).parseInline(e)}parse(e,t=!0){var r,i;let s="";for(let o=0;o<e.length;o++){const a=e[o];if((i=(r=this.options.extensions)==null?void 0:r.renderers)!=null&&i[a.type]){const c=a,u=this.options.extensions.renderers[c.type].call({parser:this},c);if(u!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(c.type)){s+=u||"";continue}}const l=a;switch(l.type){case"space":{s+=this.renderer.space(l);continue}case"hr":{s+=this.renderer.hr(l);continue}case"heading":{s+=this.renderer.heading(l);continue}case"code":{s+=this.renderer.code(l);continue}case"table":{s+=this.renderer.table(l);continue}case"blockquote":{s+=this.renderer.blockquote(l);continue}case"list":{s+=this.renderer.list(l);continue}case"html":{s+=this.renderer.html(l);continue}case"paragraph":{s+=this.renderer.paragraph(l);continue}case"text":{let c=l,u=this.renderer.text(c);for(;o+1<e.length&&e[o+1].type==="text";)c=e[++o],u+=`
|
|
848
|
+
`+this.renderer.text(c);t?s+=this.renderer.paragraph({type:"paragraph",raw:u,text:u,tokens:[{type:"text",raw:u,text:u,escaped:!0}]}):s+=u;continue}default:{const c='Token with "'+l.type+'" type was not found.';if(this.options.silent)return console.error(c),"";throw new Error(c)}}}return s}parseInline(e,t=this.renderer){var r,i;let s="";for(let o=0;o<e.length;o++){const a=e[o];if((i=(r=this.options.extensions)==null?void 0:r.renderers)!=null&&i[a.type]){const c=this.options.extensions.renderers[a.type].call({parser:this},a);if(c!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(a.type)){s+=c||"";continue}}const l=a;switch(l.type){case"escape":{s+=t.text(l);break}case"html":{s+=t.html(l);break}case"link":{s+=t.link(l);break}case"image":{s+=t.image(l);break}case"strong":{s+=t.strong(l);break}case"em":{s+=t.em(l);break}case"codespan":{s+=t.codespan(l);break}case"br":{s+=t.br(l);break}case"del":{s+=t.del(l);break}case"text":{s+=t.text(l);break}default:{const c='Token with "'+l.type+'" type was not found.';if(this.options.silent)return console.error(c),"";throw new Error(c)}}}return s}},ls,an=(ls=class{constructor(n){_(this,"options");_(this,"block");this.options=n||Ge}preprocess(n){return n}postprocess(n){return n}processAllTokens(n){return n}provideLexer(){return this.block?ve.lex:ve.lexInline}provideParser(){return this.block?be.parse:be.parseInline}},_(ls,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"])),ls),Mh=class{constructor(...n){_(this,"defaults",Ys());_(this,"options",this.setOptions);_(this,"parse",this.parseMarkdown(!0));_(this,"parseInline",this.parseMarkdown(!1));_(this,"Parser",be);_(this,"Renderer",kn);_(this,"TextRenderer",nr);_(this,"Lexer",ve);_(this,"Tokenizer",wn);_(this,"Hooks",an);this.use(...n)}walkTokens(n,e){var s,r;let t=[];for(const i of n)switch(t=t.concat(e.call(this,i)),i.type){case"table":{const o=i;for(const a of o.header)t=t.concat(this.walkTokens(a.tokens,e));for(const a of o.rows)for(const l of a)t=t.concat(this.walkTokens(l.tokens,e));break}case"list":{const o=i;t=t.concat(this.walkTokens(o.items,e));break}default:{const o=i;(r=(s=this.defaults.extensions)==null?void 0:s.childTokens)!=null&&r[o.type]?this.defaults.extensions.childTokens[o.type].forEach(a=>{const l=o[a].flat(1/0);t=t.concat(this.walkTokens(l,e))}):o.tokens&&(t=t.concat(this.walkTokens(o.tokens,e)))}}return t}use(...n){const e=this.defaults.extensions||{renderers:{},childTokens:{}};return n.forEach(t=>{const s={...t};if(s.async=this.defaults.async||s.async||!1,t.extensions&&(t.extensions.forEach(r=>{if(!r.name)throw new Error("extension name required");if("renderer"in r){const i=e.renderers[r.name];i?e.renderers[r.name]=function(...o){let a=r.renderer.apply(this,o);return a===!1&&(a=i.apply(this,o)),a}:e.renderers[r.name]=r.renderer}if("tokenizer"in r){if(!r.level||r.level!=="block"&&r.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const i=e[r.level];i?i.unshift(r.tokenizer):e[r.level]=[r.tokenizer],r.start&&(r.level==="block"?e.startBlock?e.startBlock.push(r.start):e.startBlock=[r.start]:r.level==="inline"&&(e.startInline?e.startInline.push(r.start):e.startInline=[r.start]))}"childTokens"in r&&r.childTokens&&(e.childTokens[r.name]=r.childTokens)}),s.extensions=e),t.renderer){const r=this.defaults.renderer||new kn(this.defaults);for(const i in t.renderer){if(!(i in r))throw new Error(`renderer '${i}' does not exist`);if(["options","parser"].includes(i))continue;const o=i,a=t.renderer[o],l=r[o];r[o]=(...c)=>{let u=a.apply(r,c);return u===!1&&(u=l.apply(r,c)),u||""}}s.renderer=r}if(t.tokenizer){const r=this.defaults.tokenizer||new wn(this.defaults);for(const i in t.tokenizer){if(!(i in r))throw new Error(`tokenizer '${i}' does not exist`);if(["options","rules","lexer"].includes(i))continue;const o=i,a=t.tokenizer[o],l=r[o];r[o]=(...c)=>{let u=a.apply(r,c);return u===!1&&(u=l.apply(r,c)),u}}s.tokenizer=r}if(t.hooks){const r=this.defaults.hooks||new an;for(const i in t.hooks){if(!(i in r))throw new Error(`hook '${i}' does not exist`);if(["options","block"].includes(i))continue;const o=i,a=t.hooks[o],l=r[o];an.passThroughHooks.has(i)?r[o]=c=>{if(this.defaults.async)return Promise.resolve(a.call(r,c)).then(p=>l.call(r,p));const u=a.call(r,c);return l.call(r,u)}:r[o]=(...c)=>{let u=a.apply(r,c);return u===!1&&(u=l.apply(r,c)),u}}s.hooks=r}if(t.walkTokens){const r=this.defaults.walkTokens,i=t.walkTokens;s.walkTokens=function(o){let a=[];return a.push(i.call(this,o)),r&&(a=a.concat(r.call(this,o))),a}}this.defaults={...this.defaults,...s}}),this}setOptions(n){return this.defaults={...this.defaults,...n},this}lexer(n,e){return ve.lex(n,e??this.defaults)}parser(n,e){return be.parse(n,e??this.defaults)}parseMarkdown(n){return(t,s)=>{const r={...s},i={...this.defaults,...r},o=this.onError(!!i.silent,!!i.async);if(this.defaults.async===!0&&r.async===!1)return o(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof t>"u"||t===null)return o(new Error("marked(): input parameter is undefined or null"));if(typeof t!="string")return o(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));i.hooks&&(i.hooks.options=i,i.hooks.block=n);const a=i.hooks?i.hooks.provideLexer():n?ve.lex:ve.lexInline,l=i.hooks?i.hooks.provideParser():n?be.parse:be.parseInline;if(i.async)return Promise.resolve(i.hooks?i.hooks.preprocess(t):t).then(c=>a(c,i)).then(c=>i.hooks?i.hooks.processAllTokens(c):c).then(c=>i.walkTokens?Promise.all(this.walkTokens(c,i.walkTokens)).then(()=>c):c).then(c=>l(c,i)).then(c=>i.hooks?i.hooks.postprocess(c):c).catch(o);try{i.hooks&&(t=i.hooks.preprocess(t));let c=a(t,i);i.hooks&&(c=i.hooks.processAllTokens(c)),i.walkTokens&&this.walkTokens(c,i.walkTokens);let u=l(c,i);return i.hooks&&(u=i.hooks.postprocess(u)),u}catch(c){return o(c)}}}onError(n,e){return t=>{if(t.message+=`
|
|
849
|
+
Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An error occurred:</p><pre>"+he(t.message+"",!0)+"</pre>";return e?Promise.resolve(s):s}if(e)return Promise.reject(t);throw t}}},We=new Mh;function k(n,e){return We.parse(n,e)}k.options=k.setOptions=function(n){return We.setOptions(n),k.defaults=We.defaults,Qo(k.defaults),k};k.getDefaults=Ys;k.defaults=Ge;k.use=function(...n){return We.use(...n),k.defaults=We.defaults,Qo(k.defaults),k};k.walkTokens=function(n,e){return We.walkTokens(n,e)};k.parseInline=We.parseInline;k.Parser=be;k.parser=be.parse;k.Renderer=kn;k.TextRenderer=nr;k.Lexer=ve;k.lexer=ve.lex;k.Tokenizer=wn;k.Hooks=an;k.parse=k;k.options;k.setOptions;k.use;k.walkTokens;k.parseInline;be.parse;ve.lex;var Nh=Object.defineProperty,ca=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&Nh(e,t,r),r};k.use({gfm:!0,breaks:!0});const fr=class fr extends N{constructor(){super(...arguments),this.showLightbox=!1,this.imageUrl="",this.altText="",this.scrollRef=ie(),this.contentRef=ie(),this.autoScroll=!0,this.buffer="",this.pointer=0,this.imageRegexp=/!\[[^\]]*\]\([^)]*\)/}handleAutoscroll(){this.addEventListener("wheel",()=>{this.autoScroll=!1},{passive:!0}),this.addEventListener("click",()=>{this.autoScroll=!1})}handleLightboxClose(){this.addEventListener("action",e=>{e.detail.key==="close-lightbox"&&(this.showLightbox=!1)})}handleLightboxOpen(){this.contentRef.value.addEventListener("click",e=>{e.target.tagName==="IMG"&&(this.showLightbox=!0,this.imageUrl=e.target.src,this.altText=e.target.alt)})}includesImage(e){return this.imageRegexp.test(e)}getLastChunk(){const e=this.message.content.length-this.pointer;return e===0?"":(this.pointer=this.message.content.length,this.message.content.slice(-e))}firstUpdated(){this.handleAutoscroll(),this.handleLightboxOpen(),this.handleLightboxClose()}updated(){var u,p;const e=this.getLastChunk();if(!e)return;this.buffer+=e;const t=k.parse(this.buffer),s=gs(t),i=new DOMParser().parseFromString(s,"text/html");i.querySelectorAll("a").forEach(d=>{d.setAttribute("target","_blank"),d.setAttribute("rel","noopener noreferrer")});const a=i.body.innerHTML,l=Vo.sanitize(a,{ADD_ATTR:["target","rel"]}),c=(u=this.contentRef.value)==null?void 0:u.querySelector("div:last-of-type");c&&(c.innerHTML=l,this.applyCodeStyles(c)),this.includesImage(this.buffer)&&((p=this.contentRef.value)==null||p.appendChild(document.createElement("div")),this.buffer=""),this.autoScroll&&this.scrollRef.value.scrollIntoView()}applyCodeStyles(e){if(!e)return;e.querySelectorAll("code").forEach(s=>{s.style.whiteSpace="pre-wrap"})}render(){return $`
|
|
850
|
+
<div class="message-type-markdown" ${oe(this.contentRef)}>
|
|
851
851
|
<div></div>
|
|
852
852
|
</div>
|
|
853
|
-
<div class="scroll" ${
|
|
854
|
-
${this.showLightbox
|
|
853
|
+
<div class="scroll" ${oe(this.scrollRef)}></div>
|
|
854
|
+
${this.showLightbox?$`<ace-lightbox
|
|
855
855
|
imageUrl="${this.imageUrl}"
|
|
856
856
|
altText="${this.altText}"
|
|
857
857
|
/>`:null}
|
|
858
|
-
`}};
|
|
858
|
+
`}};fr.styles=[Y`
|
|
859
859
|
:host {
|
|
860
860
|
box-sizing: border-box;
|
|
861
861
|
}
|
|
@@ -893,16 +893,16 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
893
893
|
height: auto;
|
|
894
894
|
object-fit: contain;
|
|
895
895
|
}
|
|
896
|
-
`];let Mt=
|
|
896
|
+
`];let Mt=fr;ca([A({attribute:!1})],Mt.prototype,"message");ca([R()],Mt.prototype,"showLightbox");var Dh=Object.defineProperty,Uh=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&Dh(e,t,r),r};const gr=class gr extends N{constructor(){super(...arguments),this.escapeListener=e=>{e.key==="Escape"&&this.closeLightbox()}}firstUpdated(){document.addEventListener("keydown",this.escapeListener)}disconnectedCallback(){document.removeEventListener("keydown",this.escapeListener)}closeLightbox(){const e=new CustomEvent("action",{composed:!0,detail:{key:"close-lightbox"}});this.dispatchEvent(e)}handleKeyDown(e){if(e.key==="Tab"){const t=this.shadowRoot.querySelectorAll("button");if(t.length){const s=t[0],r=t[t.length-1];e.shiftKey?e.target===s&&(r.focus(),e.preventDefault()):e.target===r&&(s.focus(),e.preventDefault())}}}render(){return $`<div
|
|
897
897
|
class="lightbox"
|
|
898
898
|
tabindex="-1"
|
|
899
899
|
@keydown=${this.handleKeyDown}
|
|
900
900
|
>
|
|
901
901
|
<button class="close" @click=${this.closeLightbox}>
|
|
902
|
-
<telia-icon svg=${
|
|
902
|
+
<telia-icon svg=${Vl.svg} size="lg"></telia-icon>
|
|
903
903
|
</button>
|
|
904
904
|
<img src="${this.imageUrl}" alt="${this.altText??""}" />
|
|
905
|
-
</div> `}};
|
|
905
|
+
</div> `}};gr.styles=[Y`
|
|
906
906
|
:focus {
|
|
907
907
|
outline-color: var(--focus-color);
|
|
908
908
|
}
|
|
@@ -940,50 +940,63 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
940
940
|
width: 80%;
|
|
941
941
|
max-width: 700px;
|
|
942
942
|
}
|
|
943
|
-
`];let Sn=
|
|
944
|
-
${this.showAuthBanner
|
|
945
|
-
class
|
|
943
|
+
`];let Sn=gr;Uh([A({attribute:!0})],Sn.prototype,"imageUrl");var zh=Object.defineProperty,V=(n,e,t,s)=>{for(var r=void 0,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=o(e,t,r)||r);return r&&zh(e,t,r),r};customElements.get("conversation-entry")||customElements.define("conversation-entry",It);customElements.get("ace-conversation-feed")||customElements.define("ace-conversation-feed",Pt);customElements.get("conversation-group")||customElements.define("conversation-group",yn);customElements.get("ace-typing-state")||customElements.define("ace-typing-state",ws);customElements.get("message-type-html")||customElements.define("message-type-html",$n);customElements.get("message-type-markdown")||customElements.define("message-type-markdown",Mt);customElements.get("ace-lightbox")||customElements.define("ace-lightbox",Sn);const Fi=Bo(N),mr=class mr extends Fi{constructor(){super(...arguments),this.platform=null,this.entries=[],this.typing=!1,this.message="",this.disabledInput=!1,this.disabledSkipToLatest=!1,this.disabledSubmit=!1,this.chatOverlayActive=!1,this.textAreaLength=0,this.showAuthBanner=!1,this.authenticated=!1,this.authBannerInCardMode=!1,this.authBannerIsError=!1,this.authBannerCollapsed=!1,this.authBannerCardContainerRef=ie(),this.isMuted=!1,this.isKeyboardNavigation=!1,this.conversationContentRef=ie(),this.conversationFeedRef=ie(),this.formRef=ie(),this.inputRef=ie(),this.scrollRef=ie(),this.counterRef=ie(),this.chatCurrentScrollPosition=0,this.toast=new wu(this),this.messageMaxLength=1e3,this.messageMaxLengthLabel="Maximum character limit reached",this.skipToLatestMessageLabel="Skip to latest message",this.conversationState$=new j("waiting"),this.stateMachine=new Su(this.conversationState$,this),this.provider$=this.stateMachine.session().pipe(st(e=>e?e==null?void 0:e.provider$:ds(null))),this.userTyping$=new M}async connectedCallback(){super.connectedCallback(),this.messageMaxLength=this.properties.messageMaxLength??this.messageMaxLength,this.messageMaxLengthLabel=this.properties.messageMaxLengthLabel??this.messageMaxLengthLabel,this.skipToLatestMessageLabel=this.properties.skipToLatestMessageLabel??this.skipToLatestMessageLabel;const e=await this.application.container.get("conversation");this.platform=e||null;const t=this.application.trigger;t&&t.widgetActive$.pipe(ps(t.componentIsDestroyed$)).subscribe(s=>{const r=this.conversationContentRef.value;r&&(s?r.scrollTop=this.chatCurrentScrollPosition:this.chatCurrentScrollPosition=r.scrollTop)}),this.stateSubscription=hl([this.stateMachine.entries(),this.stateMachine.isTyping()]).subscribe(([s,r])=>{this.entries=s,this.typing=r}),this.userSubmitSubscription=un(this,"user-submit").pipe(fs(this.provider$)).subscribe(([s,r])=>{r&&r.onUserSubmit(s.detail)}),this.addHeaderOptions(),this.provider$.pipe(fs(this.provider$)).subscribe(([s,r])=>{r&&r.showChatOverlay$.pipe().subscribe(i=>{this.chatOverlayActive=i})})}firstUpdated(){this.isMuted=this.application.storage.get("muteAudioNotifications")??!1}disconnectedCallback(){var e,t;super.disconnectedCallback(),(e=this.userSubmitSubscription)==null||e.unsubscribe(),(t=this.stateSubscription)==null||t.unsubscribe()}actionHandler(e){}isTypingState(){var t,s;const e=(s=(t=this.conversationFeedRef.value)==null?void 0:t.shadowRoot)==null?void 0:s.querySelector(".conversation-feed");if(e){const r=e.lastElementChild;if(r&&r.tagName.toLowerCase()==="ace-typing-state")return!0}return!1}isAtBottom(){const e=this.conversationContentRef.value;return e?e.scrollHeight-e.scrollTop-e.clientHeight<1:!1}scrollToBottom(){var e;(!this.isTypingState()||this.isAtBottom())&&(setTimeout(()=>{var t;return(t=this.scrollRef.value)==null?void 0:t.scrollIntoView({behavior:"smooth"})},300),this.chatCurrentScrollPosition=(e=this.scrollRef.value)==null?void 0:e.scrollTop)}onSessionUpdated(){this.scrollToBottom()}async onSendMessage(e){var s,r;if(e.preventDefault(),this.message.length<=0||this.message.length>this.messageMaxLength){(s=this.formRef.value)==null||s.classList.add("shake"),setTimeout(()=>{var i;(i=this.formRef.value)==null||i.classList.remove("shake")},500);return}this.message=this.message.slice(0,this.messageMaxLength);const t=new CustomEvent("user-submit",{detail:{text:this.message}});this.dispatchEvent(t),this.message="",this.textAreaLength=0,(r=this.counterRef.value)==null||r.classList.remove("max-char-count-reached"),this.inputRef.value.style.height=this.style.getPropertyValue("--textarea-default-height")}addHeaderOptions(){const e=this.application.getComponent("widget-header");if(!e)return;const t=this.application.texts,s=t.getOrFallback("conversation.mute","Mute"),r=t.getOrFallback("conversation.unmute","Unmute"),i=e.addOption({label:this.isMuted?r:s,icon:this.isMuted?ii.svg:oi.svg,closeOnClick:!1,datatestid:"options-mute-button",onClick:()=>{this.isMuted?(this.isMuted=!1,this.application.unmute(),i.updateLabel(s),i.updateIcon(oi.svg)):(this.isMuted=!0,this.application.mute(),i.updateLabel(r),i.updateIcon(ii.svg))}})}inputHandler(e){var t,s;this.message=e.target.value,e.target.style.height=this.style.getPropertyValue("--textarea-default-height"),e.target.style.height=e.target.scrollHeight+"px",this.textAreaLength=e.target.value.length,e.target.value.length>this.messageMaxLength?(t=this.counterRef.value)==null||t.classList.add("max-char-count-reached"):(s=this.counterRef.value)==null||s.classList.remove("max-char-count-reached")}keyDownHandler(e){this.userTyping$.next(e.key),e.key==="Tab"&&(this.isKeyboardNavigation=!0),e.key==="Enter"&&!e.shiftKey&&!this.disabledSubmit&&(this.onSendMessage(e),e.preventDefault())}mouseDownHandler(e){e.target===this.inputRef.value&&(this.isKeyboardNavigation=!1)}focusHandler(){this.isKeyboardNavigation&&this.inputRef.value&&this.inputRef.value.classList.add("keyboard-focused")}blurHandler(){this.inputRef.value&&this.inputRef.value.classList.remove("keyboard-focused")}getAuthBannerMessage(){const e=this.application.texts;return this.authenticated?e.getOrFallback("conversation.auth-banner.authenticated","Authenticated"):e.getOrFallback("conversation.auth-banner.unauthenticated","Not authenticated")}disableInput(){this.disabledInput=!0,this.message=""}enableInput(){this.disabledInput=!1}enableSkipToLatestMessage(){this.disabledSkipToLatest=!1}disableSkipToLatestMessage(){this.disabledSkipToLatest=!0}disableSubmit(){this.disabledSubmit=!0}enableSubmit(){this.disabledSubmit=!1}clearMessages(){var r,i;const e=(r=this.shadowRoot)==null?void 0:r.querySelector("ace-conversation-feed"),t=(i=e==null?void 0:e.shadowRoot)==null?void 0:i.querySelector(".conversation-feed"),s=t==null?void 0:t.querySelectorAll(".conversation-entry");s==null||s.forEach(o=>o.remove())}setToastMessage(e){this.toast.message=e}skipToLatestMessage(){var s,r;const e=(s=this.conversationFeedRef)==null?void 0:s.value,t=(r=e==null?void 0:e.shadowRoot)==null?void 0:r.querySelectorAll(".conversation-entry");t.length&&Array.from(t).pop().focus()}replaceBannerCardElement(e){const t=this.authBannerCardContainerRef.value;if(t){for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(e)}}async setAuthBannerCard(e){var t;if(e)this.showAuthBanner=!0,this.authBannerInCardMode=!0,await this.updateComplete,(t=this.authBannerCardContainerRef.value)==null||t.appendChild(e);else{const s=this.authBannerCardContainerRef.value;if(s)for(;s.firstChild;)s.removeChild(s.firstChild);this.authBannerIsError=!1,this.authBannerCollapsed=!1,this.authBannerInCardMode=!1}}setAuthBannerError(e){this.authBannerIsError=e}setAuthenticationBannerStatus(e){var t,s;if((s=(t=this.application.settings.agentConfig)==null?void 0:t.virtual)!=null&&s.shouldUseBotAgent){this.showAuthBanner=!1,this.authenticated=!1;return}this.showAuthBanner=e!==null,this.authenticated=e===Ho.Authenticated}handover(e,t){this.enableInput(),this.setToastMessage(null);const s=new CustomEvent("handover",{detail:{providerKey:e,providerOptions:t}});return this.dispatchEvent(s),s.detail.complete||Dt}render(){var s,r,i,o;const e=this.application.texts;return this.conversationState$.value==="waiting"&&((s=this.application)!=null&&s.storage)&&this.platform&&(this.stateMachine.setStorage(this.application.storage),this.conversationState$.next("init")),(((o=(i=(r=this.application.settings)==null?void 0:r.agentConfig)==null?void 0:i.live)==null?void 0:o.isThirdPartyWidget)??!1)&&(this.renderRoot.host.style.width="100%"),$` <div class="conversation-container">
|
|
944
|
+
${this.showAuthBanner?$`<div
|
|
945
|
+
class=${He({"auth-banner":!0,"auth-banner--card-mode":this.authBannerInCardMode,"auth-banner--card-mode-error":this.authBannerInCardMode&&this.authBannerIsError,"auth-banner--card-mode-collapsed":this.authBannerInCardMode&&this.authBannerCollapsed,"auth-banner--authenticated":!this.authBannerInCardMode&&this.authenticated,"auth-banner--unauthenticated":!this.authBannerInCardMode&&!this.authenticated})}
|
|
946
946
|
role="status"
|
|
947
947
|
aria-live="polite"
|
|
948
948
|
>
|
|
949
|
-
${this.
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
949
|
+
${this.authBannerInCardMode?$`
|
|
950
|
+
<button
|
|
951
|
+
class="auth-banner__collapse-btn"
|
|
952
|
+
@click=${()=>this.authBannerCollapsed=!this.authBannerCollapsed}
|
|
953
|
+
aria-label=${this.authBannerCollapsed?e.getOrFallback("conversation.auth-banner.expand","Expand authentication details"):e.getOrFallback("conversation.auth-banner.collapse","Collapse authentication details")}
|
|
954
|
+
>
|
|
955
|
+
<telia-icon
|
|
956
|
+
svg=${this.authBannerCollapsed?ri.svg:Xl.svg}
|
|
957
|
+
size="sm"
|
|
958
|
+
></telia-icon>
|
|
959
|
+
</button>
|
|
960
|
+
<div class="auth-banner__card-body">
|
|
961
|
+
<div ${oe(this.authBannerCardContainerRef)}></div>
|
|
962
|
+
</div>
|
|
963
|
+
`:$`${this.authenticated?$`<telia-icon
|
|
964
|
+
class="auth-banner__icon"
|
|
965
|
+
size="sm"
|
|
966
|
+
svg=${yo.svg}
|
|
967
|
+
></telia-icon>`:x} <span>${this.getAuthBannerMessage()}</span>`}
|
|
968
|
+
</div>`:x}
|
|
956
969
|
<div
|
|
957
970
|
@action=${this.actionHandler}
|
|
958
|
-
class=${
|
|
971
|
+
class=${He({conversation:!0,disabled:this.disabledInput,"conversation--has-toast":this.toast.hasMessage(),"conversation--input-has-valid-text":this.message.length>0&&this.message.length<=this.messageMaxLength&&!this.disabledSubmit,"overlay-mode":this.chatOverlayActive})}
|
|
959
972
|
>
|
|
960
|
-
${this.chatOverlayActive
|
|
973
|
+
${this.chatOverlayActive?$`<div class="overlay-header">
|
|
961
974
|
<button
|
|
962
975
|
class="overlay-button"
|
|
963
976
|
@click=${()=>this.chatOverlayActive=!1}
|
|
964
977
|
>
|
|
965
|
-
<telia-icon svg=${
|
|
978
|
+
<telia-icon svg=${ri.svg}></telia-icon>
|
|
966
979
|
</button>
|
|
967
|
-
</div
|
|
980
|
+
</div>`:x}
|
|
968
981
|
<div
|
|
969
|
-
class=${
|
|
982
|
+
class=${He({"conversation-content":!0,"conversation-overlay-mode":this.chatOverlayActive})}
|
|
970
983
|
part="scroll-container"
|
|
971
984
|
aria-live="polite"
|
|
972
|
-
${
|
|
985
|
+
${oe(this.conversationContentRef)}
|
|
973
986
|
>
|
|
974
|
-
${this.toast.hasMessage()
|
|
987
|
+
${this.toast.hasMessage()?$`<div class="conversation__toast">${this.toast.message}</div>`:x}
|
|
975
988
|
<ace-conversation-feed
|
|
976
989
|
.entries=${this.entries}
|
|
977
990
|
.loading=${this.typing}
|
|
978
|
-
${
|
|
991
|
+
${oe(this.conversationFeedRef)}
|
|
979
992
|
@updated=${this.onSessionUpdated}
|
|
980
993
|
></ace-conversation-feed>
|
|
981
|
-
<div class="scroll" ${
|
|
994
|
+
<div class="scroll" ${oe(this.scrollRef)}></div>
|
|
982
995
|
</div>
|
|
983
996
|
<form
|
|
984
997
|
class="conversation-bottom"
|
|
985
998
|
@submit=${this.onSendMessage}
|
|
986
|
-
${
|
|
999
|
+
${oe(this.formRef)}
|
|
987
1000
|
?inert=${this.disabledInput}
|
|
988
1001
|
data-testid="conversation-bottom"
|
|
989
1002
|
>
|
|
@@ -1001,7 +1014,7 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1001
1014
|
@mousedown=${this.mouseDownHandler}
|
|
1002
1015
|
@focus=${this.focusHandler}
|
|
1003
1016
|
@blur=${this.blurHandler}
|
|
1004
|
-
${
|
|
1017
|
+
${oe(this.inputRef)}
|
|
1005
1018
|
aria-valuenow=${this.textAreaLength}
|
|
1006
1019
|
aria-valuemax=${this.messageMaxLength}
|
|
1007
1020
|
aria-valuemin="0"
|
|
@@ -1015,9 +1028,9 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1015
1028
|
data-testid="send-message-button"
|
|
1016
1029
|
title=${e.getOrFallback("conversation.send-alt","Send")}
|
|
1017
1030
|
>
|
|
1018
|
-
<telia-icon svg=${
|
|
1031
|
+
<telia-icon svg=${Jl.svg}></telia-icon>
|
|
1019
1032
|
</button>
|
|
1020
|
-
<span class="counter" ${
|
|
1033
|
+
<span class="counter" ${oe(this.counterRef)}>
|
|
1021
1034
|
${this.textAreaLength} / ${this.messageMaxLength}</span
|
|
1022
1035
|
>
|
|
1023
1036
|
</div>
|
|
@@ -1025,14 +1038,14 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1025
1038
|
${this.textAreaLength>this.messageMaxLength?this.messageMaxLengthLabel:""}
|
|
1026
1039
|
</div>
|
|
1027
1040
|
</form>
|
|
1028
|
-
${this.disabledSkipToLatest
|
|
1041
|
+
${this.disabledSkipToLatest?x:$`<button
|
|
1029
1042
|
class="skip-to-latest-message-button"
|
|
1030
1043
|
@click=${this.skipToLatestMessage}
|
|
1031
1044
|
>
|
|
1032
1045
|
${this.skipToLatestMessageLabel}
|
|
1033
1046
|
</button>`}
|
|
1034
1047
|
</div>
|
|
1035
|
-
</div>`}};
|
|
1048
|
+
</div>`}};mr.styles=[Fi.styles||[],Y`
|
|
1036
1049
|
/* ===== HOST & GLOBAL STYLES ===== */
|
|
1037
1050
|
:host {
|
|
1038
1051
|
font-family: var(--font-family);
|
|
@@ -1076,11 +1089,14 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1076
1089
|
scrollbar-width: thin; /* Firefox */
|
|
1077
1090
|
scrollbar-color: #7f7f7f transparent; /* Firefox */
|
|
1078
1091
|
|
|
1079
|
-
--status-info-bg: #
|
|
1092
|
+
--status-info-bg: #caeaff;
|
|
1080
1093
|
--status-info-text: var(--text-on-secondary-background);
|
|
1081
1094
|
|
|
1082
1095
|
--status-success-bg: #e1f9ec;
|
|
1083
1096
|
--status-success-text: var(--text-on-secondary-background);
|
|
1097
|
+
|
|
1098
|
+
--status-error-bg: #ffdde8;
|
|
1099
|
+
--status-error-text: var(--text-on-secondary-background);
|
|
1084
1100
|
}
|
|
1085
1101
|
|
|
1086
1102
|
:focus {
|
|
@@ -1179,6 +1195,58 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1179
1195
|
flex-shrink: 0;
|
|
1180
1196
|
}
|
|
1181
1197
|
|
|
1198
|
+
.auth-banner--card-mode {
|
|
1199
|
+
max-height: 50%;
|
|
1200
|
+
flex-shrink: 0;
|
|
1201
|
+
overflow-y: auto;
|
|
1202
|
+
background-color: var(--status-info-bg);
|
|
1203
|
+
color: var(--status-info-text);
|
|
1204
|
+
flex-direction: column;
|
|
1205
|
+
align-items: stretch;
|
|
1206
|
+
padding: 0;
|
|
1207
|
+
justify-content: flex-start;
|
|
1208
|
+
position: relative;
|
|
1209
|
+
/* Strip card chrome so content sits directly on the banner */
|
|
1210
|
+
--auth-card-bg: transparent;
|
|
1211
|
+
--auth-card-border: none;
|
|
1212
|
+
--auth-card-border-radius: 0;
|
|
1213
|
+
--auth-card-margin-bottom: 0;
|
|
1214
|
+
/* Compact layout: hide header row, center ingress */
|
|
1215
|
+
--auth-card-header-display: none;
|
|
1216
|
+
--auth-card-text-align: center;
|
|
1217
|
+
--auth-card-padding-right: calc(var(--spacing-md) + 1.5rem);
|
|
1218
|
+
--auth-card-padding-left: calc(var(--spacing-md) + 1.5rem);
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.auth-banner--card-mode-collapsed {
|
|
1222
|
+
overflow-y: hidden;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.auth-banner--card-mode-collapsed .auth-banner__card-body {
|
|
1226
|
+
--auth-card-actions-display: none;
|
|
1227
|
+
--auth-card-qr-display: none;
|
|
1228
|
+
--auth-card-countdown-display: none;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.auth-banner__collapse-btn {
|
|
1232
|
+
position: absolute;
|
|
1233
|
+
top: var(--spacing-md);
|
|
1234
|
+
right: var(--spacing-md);
|
|
1235
|
+
background: none;
|
|
1236
|
+
border: none;
|
|
1237
|
+
cursor: pointer;
|
|
1238
|
+
color: inherit;
|
|
1239
|
+
padding: 0;
|
|
1240
|
+
display: flex;
|
|
1241
|
+
align-items: center;
|
|
1242
|
+
z-index: 1;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.auth-banner--card-mode-error {
|
|
1246
|
+
background-color: var(--status-error-bg);
|
|
1247
|
+
color: var(--status-error-text);
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1182
1250
|
/* ===== CONVERSATION COMPONENTS ===== */
|
|
1183
1251
|
.conversation-bottom {
|
|
1184
1252
|
border: var(--input-border);
|
|
@@ -1371,7 +1439,7 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1371
1439
|
width: 100%;
|
|
1372
1440
|
}
|
|
1373
1441
|
}
|
|
1374
|
-
`];let
|
|
1442
|
+
`];let B=mr;V([R()],B.prototype,"platform");V([R()],B.prototype,"entries");V([R()],B.prototype,"typing");V([R()],B.prototype,"message");V([R()],B.prototype,"disabledInput");V([R()],B.prototype,"disabledSkipToLatest");V([R()],B.prototype,"disabledSubmit");V([R()],B.prototype,"chatOverlayActive");V([R()],B.prototype,"textAreaLength");V([R()],B.prototype,"showAuthBanner");V([R()],B.prototype,"authenticated");V([R()],B.prototype,"authBannerInCardMode");V([R()],B.prototype,"authBannerIsError");V([R()],B.prototype,"authBannerCollapsed");const Bh=n=>{var e,t;return!!((e=n==null?void 0:n.outputPayload)!=null&&e.textOutputContent)&&((t=n==null?void 0:n.outputPayload)==null?void 0:t.isFinal)},Hh=n=>{var e;return!!((e=n==null?void 0:n.outputPayload)!=null&&e.textStreamOutputContent)},Fh=n=>{var e;return!!((e=n==null?void 0:n.initializeResponsePayload)!=null&&e.greetingMessage)},jh=n=>!!(n!=null&&n.errorPayload),ji=n=>{var e,t;return!!((t=(e=n.inputPayload)==null?void 0:e.textInputContent)!=null&&t.text)},qh=n=>(n==null?void 0:n.type)==="handover";class Wh{constructor(e,t,s){this.settings=e,this.component=t,this.provider=s,this.started=!1,this.restartRequested=!1,this.currentSequenceNumber=1,this.dialogId=null,this.isConnected$=new j(!1),this.agent$=new j({name:""}),this.messageSubject$=new M,this.systemEvents$=new M,this.store$=new j({messages:[],dialogId:null}),this.retries=0,this.isConnected=()=>this.isConnected$.asObservable(),this.agent=()=>this.agent$.asObservable(),this.messages=()=>this.messageSubject$.asObservable(),this.events=()=>this.systemEvents$.asObservable(),this.restartSubscription$=this.provider.shouldRestart$.subscribe(r=>{this.restartRequested=r})}connect(){this.started||(this.ws=new WebSocket(this.settings.connectionUri),this.ws.onopen=e=>{this.onConnected()},this.ws.onmessage=e=>{const t=JSON.parse(e.data);if(t!=null&&t.text){const s={sequenceNumber:1,outputPayload:{isFinal:!0,textOutputContent:{text:t.text}}};this.onMessage(s)}else this.onMessage(t)},this.ws.onerror=e=>{this.onError(e)},this.ws.onclose=e=>{this.onClose(e)},this.started=!0)}async reconnect(e){}sendMessage(e){const{text:t}=e;if(this.component.disableSubmit(),t.includes("__mockad agent__")){this.systemEvents$.next({event:"handover",text:"",providerKey:"ace-chat",options:{instance:"dt1",engineUrl:"https://widgets.ace.teliacompany.net/engine-simulator/",entrance:"knowsv",errand:"S02"}});return}else if(t.includes("__agent__")){this.systemEvents$.next({event:"handover",text:"",providerKey:"ace-chat",options:{instance:"dt1",engineUrl:"https://chat-dt1.labbn.se/",entrance:"knowsv",errand:"S02"}});return}this._sendMessage({sequenceNumber:this.currentSequenceNumber,inputPayload:{textInputContent:{text:t}}}),this.incrementSequenceNumber()}onConnected(){console.log("Connection established."),this.isConnected$.next(!0),this.retries=0;const e=r=>({sequenceNumber:1,reconnectRequestPayload:{lastReceivedSequenceNumber:2,dialogId:r}}),t=()=>({text:"Hejsan!"});this.systemEvents$.next({event:"connected",text:"Connection established"});const s=this.dialogId?e(this.dialogId):t();this._sendMessage(s)}_sendMessage(e){var t,s;if(!this.isConnected$.value){console.warn("Message could not be sent, you are not connected.");return}ji(e)?(this.store$.pipe(ze(1)).subscribe(r=>{this.store$.next({messages:[...r.messages,e],dialogId:r.dialogId})}),(t=this.ws)==null||t.send(JSON.stringify({text:e.inputPayload.textInputContent.text}))):(s=this.ws)==null||s.send(JSON.stringify(e))}incrementSequenceNumber(){this.currentSequenceNumber=this.currentSequenceNumber+1}onMessage(e){if(this.store$.pipe(ze(1)).subscribe(t=>{this.store$.next({messages:[...t.messages,e],dialogId:t.dialogId})}),jh(e)){this.provider.setShouldRestart(!0),console.debug("Received error from socket connection:",e);return}if(qh(e)){this.systemEvents$.next({event:e.type,text:"",providerKey:"ace-chat",options:{instance:e.data.instance,engineUrl:e.data.engineUrl,entrance:e.data.entrance,errand:e.data.errand}});return}Fh(e)&&e.initializeResponsePayload.greetingMessage.length>0?(this.agent$.next({name:e.initializeResponsePayload.agentName||""}),this.dialogId=e.initializeResponsePayload.dialogId,this.store$.pipe(ze(1)).subscribe(t=>{this.store$.next({messages:t.messages,dialogId:this.dialogId})}),e.initializeResponsePayload.greetingMessage.length&&this.messageSubject$.next({text:e.initializeResponsePayload.greetingMessage,isComplete:!0,sequenceNumber:e.sequenceNumber,type:"text"})):ji(e)?this.messageSubject$.next({isComplete:!0,sequenceNumber:0,text:e.inputPayload.textInputContent.text,type:"text",sender:"user"}):Hh(e)?(e.outputPayload.isFinal&&this.component.enableSubmit(),this.messageSubject$.next({text:e.outputPayload.textStreamOutputContent.textPart||"",isComplete:!!e.outputPayload.isFinal,sequenceNumber:e.sequenceNumber,type:"stream"})):Bh(e)&&(this.component.enableSubmit(),this.messageSubject$.next({text:e.outputPayload.textOutputContent.text,isComplete:!0,sequenceNumber:e.sequenceNumber,type:"text"}))}onError(e){console.error("Connection error:",e),this.systemEvents$.next({event:"error",text:"Something went wrong"})}async onClose(e){var s;this.store$.next({messages:[],dialogId:null});const t=this.dialogId;this.started=!1,this.dialogId=null,this.isConnected$.next(!1),this.restartRequested?(console.log("Connection closed with a request to start a new session",e),this.connect()):(console.log("Connection closed",e),await this.reconnect(t),((s=this.ws)==null?void 0:s.readyState)!==WebSocket.OPEN&&(this.dialogId=null,this.systemEvents$.next({event:"disconnected",text:"Connection closed"})))}endSession(){this.ws&&(this.ws.close(),this.started=!1)}rehydrate(e){e.dialogId&&(this.dialogId=e.dialogId),(e.messages||[]).forEach(t=>{this.onMessage(t)})}dispose(){this.restartSubscription$&&this.restartSubscription$.unsubscribe()}}var Gh=Object.defineProperty,Zh=Object.getOwnPropertyDescriptor,ua=(n,e,t,s)=>{for(var r=s>1?void 0:s?Zh(e,t):e,i=n.length-1,o;i>=0;i--)(o=n[i])&&(r=(s?o(e,t,r):o(r))||r);return s&&r&&Gh(e,t,r),r};let _n=class extends N{_onRestart(){const n=new CustomEvent("action",{composed:!0,detail:{key:"restart-session",data:{}}});this.dispatchEvent(n)}render(){const n=this.application.texts;return $`<div class="container">
|
|
1375
1443
|
<h3>
|
|
1376
1444
|
${n.getOrFallback("restart-dialog.header","Start a new conversation?")}
|
|
1377
1445
|
</h3>
|
|
@@ -1383,7 +1451,7 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1383
1451
|
${n.getOrFallback("restart-dialog.button","Start a new session")}
|
|
1384
1452
|
</button>
|
|
1385
1453
|
</div>
|
|
1386
|
-
</div>`}};_n.styles=[
|
|
1454
|
+
</div>`}};_n.styles=[Y`
|
|
1387
1455
|
:host {
|
|
1388
1456
|
display: block;
|
|
1389
1457
|
}
|
|
@@ -1428,4 +1496,4 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
1428
1496
|
button:hover {
|
|
1429
1497
|
filter: brightness(150%);
|
|
1430
1498
|
}
|
|
1431
|
-
`];
|
|
1499
|
+
`];ua([jo({context:Gs}),A({attribute:!1})],_n.prototype,"application",2);_n=ua([Qc("ace-restart-dialog")],_n);class sr extends Al{constructor(e,t){super(e,t),this.isConnected=!1,this.rehydrating=!1,this.lastReceivedMessageWasComplete=!0,this.isReady=!1,this.lastWrittenEntry=null,this.agent=this.createAgent(""),this.user=this.createUser(""),this.shouldRestartSubject$=new j(!1),this.connection=this.createConnection(),this.connection.store$.subscribe(s=>{s={...s,messages:s.messages.filter(r=>!r.reconnectResponsePayload)},this.save(s)}),this.connection.isConnected().subscribe(s=>{this.isConnected=s,s?(this.component.enableInput(),this.setShouldRestart(!1)):this.component.disableInput()}),this.connection.agent().subscribe(s=>{this.agent.name=s.name}),this.connection.messages().subscribe(s=>{if(s.type==="stream"){let r=null;if(this.lastReceivedMessageWasComplete||!this.lastWrittenEntry)r=this.printAgent(s.text),r&&(this.lastWrittenEntry={entry:r,messages:[s]});else if(this.lastWrittenEntry){const i=this.mergeMessageParts(this.lastWrittenEntry.messages);s.isComplete?(this.updateEntry(this.lastWrittenEntry.entry,`${i}${s.text}`),this.lastWrittenEntry.messages.push(s)):(this.updateEntry(this.lastWrittenEntry.entry,`${i}${s.text}`),this.lastWrittenEntry.messages.push(s))}this.lastReceivedMessageWasComplete=s.isComplete}else s.sender==="user"?this.printUser(s.text):this.printAgent(s.text)}),this.connection.events().subscribe(s=>{switch(s.event){case"disconnected":this.printAgent("You were disconnected from the chat session."),this.showRestartDialog();break;case"handover":this.showRestartDialog();break}})}static getInstance(e,t){return t.providerInstance||(t.providerInstance=new sr(e,t)),t.providerInstance}setShouldRestart(e){this.shouldRestartSubject$.next(e)}get shouldRestart$(){return this.shouldRestartSubject$.asObservable()}printAgent(e){return this.setTypingState(!1),this.agent.print(e,"markdown")}printUser(e){const t=gs(Gr(e));return this.user.print(t)}printSystem(e){const t=gs(Gr(e));return this.system.print(t)}showRestartDialog(){this.restartDialogEntry&&this.restartDialogEntry.remove(),this.component.disableInput(),this.restartDialogEntry=new Ut(ye.System,{name:""},[{items:[["ace-restart-dialog",{content:""}]]}]),this.printEntry(this.restartDialogEntry),this.restartDialogEntry.actions$.pipe(wl(e=>e.key==="restart-session"),ze(1)).subscribe(async()=>{this.restartDialogEntry&&this.restartDialogEntry.remove(),this.restartConversation(),this.component.clearMessages()})}onUserSubmit(e){if(!this.isConnected){this.printAgent("The connection have been closed. Please reload the page to start a new session.");return}this.printUser(e.text),this.connection.sendMessage({text:e.text}),!(e.text.includes("__agent__")||e.text.includes("__mockad agent__"))&&this.setTypingState(!0)}mergeMessageParts(e){return e.length?e.map(t=>t.text).join(""):""}updateEntry(e,t){e.update([["markdown",{content:t}]])}createConnection(){var r;this.connection&&this.connection.dispose();const e=(r=this.component.application.settings.agentConfig)==null?void 0:r.virtual,t=e==null?void 0:e.extension;if(!t)throw new Error("Extension is required, config misconfigured. See agentConfig.virtual.extension");const s=e==null?void 0:e.webconnectorUrl;if(!s)throw new Error("WebConnector URL is required, config misconfigured. See agentConfig.virtual.webconnectorUrl");return new Wh({connectionUri:s,extension:t.toString()},this.component,this)}restartConversation(){if(this.isConnected){this.setShouldRestart(!0),this.connection.endSession();return}this.connection.connect()}save(e){this.rehydrating||this.saveToCurrentSession$.next(e)}async rehydrate(e){this.rehydrating=!0,this.connection&&this.connection.rehydrate(e)}connect(e){super.connect(),this.rehydrating=!1,this.component.application.root&&this.component.application.root.isReady.subscribe(t=>{t&&!this.isReady&&(this.connection.connect(),this.isReady=!0)})}}const qi="ace-conversational-agent-provider",Yh=async n=>{(await Ts.getInstance(n.container)).registerProvider(qi,t=>sr.getInstance(qi,t))};exports.ConversationalAgentProviderPlugin=Yh;
|