@telia-ace/widget-conversational-hub 1.1.120-rc.3 → 1.1.120-rc.31
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 +158 -155
- package/index.mjs +3188 -2693
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
`+t.map(function(
|
|
3
|
-
`):"",this.name="UnsubscriptionError",this.errors=t}});function jt(s,e){if(s){var t=s.indexOf(e);0<=t&&s.splice(t,1)}}var bt=function(){function s(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return s.prototype.unsubscribe=function(){var e,t,n,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=be(o),l=a.next();!l.done;l=a.next()){var c=l.value;c.remove(this)}}catch(f){e={error:f}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}else o.remove(this);var h=this.initialTeardown;if(x(h))try{h()}catch(f){r=f instanceof Tt?f.errors:[f]}var u=this._finalizers;if(u){this._finalizers=null;try{for(var d=be(u),p=d.next();!p.done;p=d.next()){var g=p.value;try{qs(g)}catch(f){r=r??[],f instanceof Tt?r=ye(ye([],re(r)),re(f.errors)):r.push(f)}}}catch(f){n={error:f}}finally{try{p&&!p.done&&(i=d.return)&&i.call(d)}finally{if(n)throw n.error}}}if(r)throw new Tt(r)}},s.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)qs(e);else{if(e instanceof s){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(t=this._finalizers)!==null&&t!==void 0?t:[]).push(e)}},s.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},s.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},s.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&jt(t,e)},s.prototype.remove=function(e){var t=this._finalizers;t&&jt(t,e),e instanceof s&&e._removeParent(this)},s.EMPTY=function(){var e=new s;return e.closed=!0,e}(),s}(),qn=bt.EMPTY;function Fn(s){return s instanceof bt||s&&"closed"in s&&x(s.remove)&&x(s.add)&&x(s.unsubscribe)}function qs(s){x(s)?s():s.unsubscribe()}var rr={Promise:void 0},or={setTimeout:function(s,e){for(var t=[],n=2;n<arguments.length;n++)t[n-2]=arguments[n];return setTimeout.apply(void 0,ye([s,e],re(t)))},clearTimeout:function(s){return clearTimeout(s)},delegate:void 0};function Zn(s){or.setTimeout(function(){throw s})}function Je(){}function Xe(s){s()}var ts=function(s){ke(e,s);function e(t){var n=s.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Fn(t)&&t.add(n)):n.destination=cr,n}return e.create=function(t,n,i){return new Bt(t,n,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,s.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}(bt),ar=function(){function s(e){this.partialObserver=e}return s.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(n){Ke(n)}},s.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(n){Ke(n)}else Ke(e)},s.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(t){Ke(t)}},s}(),Bt=function(s){ke(e,s);function e(t,n,i){var r=s.call(this)||this,o;return x(t)||!t?o={next:t??void 0,error:n??void 0,complete:i??void 0}:o=t,r.destination=new ar(o),r}return e}(ts);function Ke(s){Zn(s)}function lr(s){throw s}var cr={closed:!0,next:Je,error:lr,complete:Je},ss=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function De(s){return s}function hr(s){return s.length===0?De:s.length===1?s[0]:function(t){return s.reduce(function(n,i){return i(n)},t)}}var R=function(){function s(e){e&&(this._subscribe=e)}return s.prototype.lift=function(e){var t=new s;return t.source=this,t.operator=e,t},s.prototype.subscribe=function(e,t,n){var i=this,r=dr(e)?e:new Bt(e,t,n);return Xe(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},s.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},s.prototype.forEach=function(e,t){var n=this;return t=Fs(t),new t(function(i,r){var o=new Bt({next:function(a){try{e(a)}catch(l){r(l),o.unsubscribe()}},error:r,complete:i});n.subscribe(o)})},s.prototype._subscribe=function(e){var t;return(t=this.source)===null||t===void 0?void 0:t.subscribe(e)},s.prototype[ss]=function(){return this},s.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return hr(e)(this)},s.prototype.toPromise=function(e){var t=this;return e=Fs(e),new e(function(n,i){var r;t.subscribe(function(o){return r=o},function(o){return i(o)},function(){return n(r)})})},s.create=function(e){return new s(e)},s}();function Fs(s){var e;return(e=s??rr.Promise)!==null&&e!==void 0?e:Promise}function ur(s){return s&&x(s.next)&&x(s.error)&&x(s.complete)}function dr(s){return s&&s instanceof ts||ur(s)&&Fn(s)}function pr(s){return x(s==null?void 0:s.lift)}function W(s){return function(e){if(pr(e))return e.lift(function(t){try{return s(t,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function M(s,e,t,n,i){return new fr(s,e,t,n,i)}var fr=function(s){ke(e,s);function e(t,n,i,r,o,a){var l=s.call(this,t)||this;return l.onFinalize=o,l.shouldUnsubscribe=a,l._next=n?function(c){try{n(c)}catch(h){t.error(h)}}:s.prototype._next,l._error=r?function(c){try{r(c)}catch(h){t.error(h)}finally{this.unsubscribe()}}:s.prototype._error,l._complete=i?function(){try{i()}catch(c){t.error(c)}finally{this.unsubscribe()}}:s.prototype._complete,l}return e.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;s.prototype.unsubscribe.call(this),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}},e}(ts),gr=Hn(function(s){return function(){s(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),k=function(s){ke(e,s);function e(){var t=s.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 n=new Zs(this,this);return n.operator=t,n},e.prototype._throwIfClosed=function(){if(this.closed)throw new gr},e.prototype.next=function(t){var n=this;Xe(function(){var i,r;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var o=be(n.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 n=this;Xe(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=t;for(var i=n.observers;i.length;)i.shift().error(t)}})},e.prototype.complete=function(){var t=this;Xe(function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var n=t.observers;n.length;)n.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(),s.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 n=this,i=this,r=i.hasError,o=i.isStopped,a=i.observers;return r||o?qn:(this.currentObservers=null,a.push(t),new bt(function(){n.currentObservers=null,jt(a,t)}))},e.prototype._checkFinalizedStatuses=function(t){var n=this,i=n.hasError,r=n.thrownError,o=n.isStopped;i?t.error(r):o&&t.complete()},e.prototype.asObservable=function(){var t=new R;return t.source=this,t},e.create=function(t,n){return new Zs(t,n)},e}(R),Zs=function(s){ke(e,s);function e(t,n){var i=s.call(this)||this;return i.destination=t,i.source=n,i}return e.prototype.next=function(t){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,t)},e.prototype.error=function(t){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,t)},e.prototype.complete=function(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)},e.prototype._subscribe=function(t){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&i!==void 0?i:qn},e}(k),A=function(s){ke(e,s);function e(t){var n=s.call(this)||this;return n._value=t,n}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(t){var n=s.prototype._subscribe.call(this,t);return!n.closed&&t.next(this._value),n},e.prototype.getValue=function(){var t=this,n=t.hasError,i=t.thrownError,r=t._value;if(n)throw i;return this._throwIfClosed(),r},e.prototype.next=function(t){s.prototype.next.call(this,this._value=t)},e}(k),He=new R(function(s){return s.complete()});function mr(s){return s&&x(s.schedule)}function ns(s){return s[s.length-1]}function Wn(s){return x(ns(s))?s.pop():void 0}function is(s){return mr(ns(s))?s.pop():void 0}function vr(s,e){return typeof ns(s)=="number"?s.pop():e}var rs=function(s){return s&&typeof s.length=="number"&&typeof s!="function"};function Gn(s){return x(s==null?void 0:s.then)}function Kn(s){return x(s[ss])}function Qn(s){return Symbol.asyncIterator&&x(s==null?void 0:s[Symbol.asyncIterator])}function Yn(s){return new TypeError("You provided "+(s!==null&&typeof s=="object"?"an invalid object":"'"+s+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function br(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Xn=br();function Vn(s){return x(s==null?void 0:s[Xn])}function Jn(s){return nr(this,arguments,function(){var t,n,i,r;return Dn(this,function(o){switch(o.label){case 0:t=s.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,fe(t.read())];case 3:return n=o.sent(),i=n.value,r=n.done,r?[4,fe(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,fe(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 ei(s){return x(s==null?void 0:s.getReader)}function H(s){if(s instanceof R)return s;if(s!=null){if(Kn(s))return yr(s);if(rs(s))return $r(s);if(Gn(s))return xr(s);if(Qn(s))return ti(s);if(Vn(s))return wr(s);if(ei(s))return kr(s)}throw Yn(s)}function yr(s){return new R(function(e){var t=s[ss]();if(x(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function $r(s){return new R(function(e){for(var t=0;t<s.length&&!e.closed;t++)e.next(s[t]);e.complete()})}function xr(s){return new R(function(e){s.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,Zn)})}function wr(s){return new R(function(e){var t,n;try{for(var i=be(s),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&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}e.complete()})}function ti(s){return new R(function(e){Sr(s,e).catch(function(t){return e.error(t)})})}function kr(s){return ti(Jn(s))}function Sr(s,e){var t,n,i,r;return sr(this,void 0,void 0,function(){var o,a;return Dn(this,function(l){switch(l.label){case 0:l.trys.push([0,5,6,11]),t=ir(s),l.label=1;case 1:return[4,t.next()];case 2:if(n=l.sent(),!!n.done)return[3,4];if(o=n.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]),n&&!n.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 Y(s,e,t,n,i){n===void 0&&(n=0),i===void 0&&(i=!1);var r=e.schedule(function(){t(),i?s.add(this.schedule(null,n)):this.unsubscribe()},n);if(s.add(r),!i)return r}function si(s,e){return e===void 0&&(e=0),W(function(t,n){t.subscribe(M(n,function(i){return Y(n,s,function(){return n.next(i)},e)},function(){return Y(n,s,function(){return n.complete()},e)},function(i){return Y(n,s,function(){return n.error(i)},e)}))})}function ni(s,e){return e===void 0&&(e=0),W(function(t,n){n.add(s.schedule(function(){return t.subscribe(n)},e))})}function Cr(s,e){return H(s).pipe(ni(e),si(e))}function _r(s,e){return H(s).pipe(ni(e),si(e))}function Ar(s,e){return new R(function(t){var n=0;return e.schedule(function(){n===s.length?t.complete():(t.next(s[n++]),t.closed||this.schedule())})})}function Er(s,e){return new R(function(t){var n;return Y(t,e,function(){n=s[Xn](),Y(t,e,function(){var i,r,o;try{i=n.next(),r=i.value,o=i.done}catch(a){t.error(a);return}o?t.complete():t.next(r)},0,!0)}),function(){return x(n==null?void 0:n.return)&&n.return()}})}function ii(s,e){if(!s)throw new Error("Iterable cannot be null");return new R(function(t){Y(t,e,function(){var n=s[Symbol.asyncIterator]();Y(t,e,function(){n.next().then(function(i){i.done?t.complete():t.next(i.value)})},0,!0)})})}function Tr(s,e){return ii(Jn(s),e)}function Lr(s,e){if(s!=null){if(Kn(s))return Cr(s,e);if(rs(s))return Ar(s,e);if(Gn(s))return _r(s,e);if(Qn(s))return ii(s,e);if(Vn(s))return Er(s,e);if(ei(s))return Tr(s,e)}throw Yn(s)}function yt(s,e){return e?Lr(s,e):H(s)}function Nt(){for(var s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];var t=is(s);return yt(s,t)}function et(s,e){return W(function(t,n){var i=0;t.subscribe(M(n,function(r){n.next(s.call(e,r,i++))}))})}var Rr=Array.isArray;function Pr(s,e){return Rr(e)?s.apply(void 0,ye([],re(e))):s(e)}function ri(s){return et(function(e){return Pr(s,e)})}var Or=Array.isArray,Ir=Object.getPrototypeOf,Mr=Object.prototype,zr=Object.keys;function Ur(s){if(s.length===1){var e=s[0];if(Or(e))return{args:e,keys:null};if(jr(e)){var t=zr(e);return{args:t.map(function(n){return e[n]}),keys:t}}}return{args:s,keys:null}}function jr(s){return s&&typeof s=="object"&&Ir(s)===Mr}function Br(s,e){return s.reduce(function(t,n,i){return t[n]=e[i],t},{})}function Nr(){for(var s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];var t=is(s),n=Wn(s),i=Ur(s),r=i.args,o=i.keys;if(r.length===0)return yt([],t);var a=new R(Dr(r,t,o?function(l){return Br(o,l)}:De));return n?a.pipe(ri(n)):a}function Dr(s,e,t){return t===void 0&&(t=De),function(n){Ws(e,function(){for(var i=s.length,r=new Array(i),o=i,a=i,l=function(h){Ws(e,function(){var u=yt(s[h],e),d=!1;u.subscribe(M(n,function(p){r[h]=p,d||(d=!0,a--),a||n.next(t(r.slice()))},function(){--o||n.complete()}))},n)},c=0;c<i;c++)l(c)},n)}}function Ws(s,e,t){s?Y(t,s,e):e()}function Hr(s,e,t,n,i,r,o,a){var l=[],c=0,h=0,u=!1,d=function(){u&&!l.length&&!c&&e.complete()},p=function(f){return c<n?g(f):l.push(f)},g=function(f){c++;var C=!1;H(t(f,h++)).subscribe(M(e,function(K){e.next(K)},function(){C=!0},void 0,function(){if(C)try{c--;for(var K=function(){var J=l.shift();o||g(J)};l.length&&c<n;)K();d()}catch(J){e.error(J)}}))};return s.subscribe(M(e,p,function(){u=!0,d()})),function(){}}function os(s,e,t){return t===void 0&&(t=1/0),x(e)?os(function(n,i){return et(function(r,o){return e(n,r,i,o)})(H(s(n,i)))},t):(typeof e=="number"&&(t=e),W(function(n,i){return Hr(n,i,s,t)}))}function qr(s){return s===void 0&&(s=1/0),os(De,s)}var Fr=["addListener","removeListener"],Zr=["addEventListener","removeEventListener"],Wr=["on","off"];function tt(s,e,t,n){if(x(t)&&(n=t,t=void 0),n)return tt(s,e,t).pipe(ri(n));var i=re(Qr(s)?Zr.map(function(a){return function(l){return s[a](e,l,t)}}):Gr(s)?Fr.map(Gs(s,e)):Kr(s)?Wr.map(Gs(s,e)):[],2),r=i[0],o=i[1];if(!r&&rs(s))return os(function(a){return tt(a,e,t)})(H(s));if(!r)throw new TypeError("Invalid event target");return new R(function(a){var l=function(){for(var c=[],h=0;h<arguments.length;h++)c[h]=arguments[h];return a.next(1<c.length?c:c[0])};return r(l),function(){return o(l)}})}function Gs(s,e){return function(t){return function(n){return s[t](e,n)}}}function Gr(s){return x(s.addListener)&&x(s.removeListener)}function Kr(s){return x(s.on)&&x(s.off)}function Qr(s){return x(s.addEventListener)&&x(s.removeEventListener)}function Yr(){for(var s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];var t=is(s),n=vr(s,1/0),i=s;return i.length?i.length===1?H(i[0]):qr(n)(yt(i,t)):He}function Xr(s,e){return W(function(t,n){var i=0;t.subscribe(M(n,function(r){return s.call(e,r,i++)&&n.next(r)}))})}function ne(s){return s<=0?function(){return He}:W(function(e,t){var n=0;e.subscribe(M(t,function(i){++n<=s&&(t.next(i),s<=n&&t.complete())}))})}function ge(s,e){return W(function(t,n){var i=null,r=0,o=!1,a=function(){return o&&!i&&n.complete()};t.subscribe(M(n,function(l){i==null||i.unsubscribe();var c=0,h=r++;H(s(l,h)).subscribe(i=M(n,function(u){return n.next(e?e(l,u,h,c++):u)},function(){i=null,a()}))},function(){o=!0,a()}))})}function Dt(s){return W(function(e,t){H(s).subscribe(M(t,function(){return t.complete()},Je)),!t.closed&&e.subscribe(t)})}function Ht(){for(var s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];var t=Wn(s);return W(function(n,i){for(var r=s.length,o=new Array(r),a=s.map(function(){return!1}),l=!1,c=function(u){H(s[u]).subscribe(M(i,function(d){o[u]=d,!l&&!a[u]&&(a[u]=!0,(l=a.every(De))&&(a=null))},Je))},h=0;h<r;h++)c(h);n.subscribe(M(i,function(u){if(l){var d=ye([u],re(o));i.next(t?t.apply(void 0,ye([],re(d))):d)}}))})}var F=(s=>(s.User="user",s.Agent="agent",s.System="system",s))(F||{});const Vr=()=>"10000000-1000-4000-8000-100000000000".replace(/[018]/g,s=>(+s^crypto.getRandomValues(new Uint8Array(1))[0]&15>>+s/4).toString(16)),oi=()=>typeof crypto.randomUUID=="function"?crypto.randomUUID():Vr();function Ks(s){let e=s;const t=/https?:\/\/[^\s<]+/gi,n=/<a [^>]*href="([^"]*)"[^>]*>[^<]*<\/a>/g,i=s.match(t)||[],r=[];let o;for(;(o=n.exec(s))!==null;)r.push(o[1]);return i.filter(l=>!r.includes(l)).forEach(l=>{const c=l.endsWith(".")?l.slice(0,-1):l,h=new RegExp(`(?<!<a[^>]*>)${c.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}(?![^<]*</a>)`,"gi");e=e.replace(h,`<a title='${c}' target='_blank' href='${c}'>${c}</a>`)}),e}function qt(s){if(s.includes("aceChatGuideTitle"))return Jr(s);const e=/<a [^>]*>https?:\/\/[^<]*<\/a>/gim;return s.replace(e,t=>{const n=ai(t);if(!n)return t;const i=50;if(n.length>i){const r=/^(https?:\/\/[^/]+)(\/.*)?$/i,o=n.match(r);if(!o)return t;const a=o[1],c=(o[2]||"/").split("?")[0],h=c.split("/").pop(),u=i-a.length;let d=c;h&&h.length<u&&c.length>u?d=c.substring(0,u-h.length-4)+".../"+h:d=c.substring(0,u-3)+"...";const p=`${a}${d}`;return Ft(t,p)}return Ft(t,n)})}function ai(s){const e=s.match(/href=["']([^'"]*)["']/);if(e&&e.length>1){let t=e[1];return t.endsWith(".")&&(t=t.slice(0,-1)),t}return null}function Ft(s,e){return s.replace(/>[^<]*<\/a>/,`>${e}</a>`)}function Jr(s){const e=/<a [^>]*aceChatGuideTitle[^>]*>[^<]*<\/a>/gm;return s.replace(e,t=>{const n=ai(t);if(!n)return t;const i=n.split("?").pop(),o=new URLSearchParams(i).get("aceChatGuideTitle");return o?Ft(t,o):t})}class qe{constructor(e,t,n){this.type=e,this.sender=t,this.messages=n,this.status="delivered",this.didUpdate=new k,this.actions$=new k,this.remove$=new k,this.timestamp=Date.now(),this.id=oi()}update(e){this.messages=[{items:e}],this.didUpdate.next(this)}setStatus(e){this.status=e,this.didUpdate.next(this)}remove(){this.remove$.next()}}class eo{constructor(e){this.name=e,this.print$=new k}print(e,t="html",n=this.name){const i=new qe(F.Agent,{name:n},[{items:[[t,{content:e}]]}]);return this.print$.next(i),i}subscribe(){return this.print$.asObservable()}}class to{constructor(e){this.name=e,this.print$=new k}print(e){const t=new qe(F.User,{name:this.name},[{items:[["html",{content:e}]]}]);return this.print$.next(t),t}subscribe(){return this.print$.asObservable()}}class so{constructor(){this.print$=new k,this.name="system"}print(e){const t=new qe(F.System,{name:this.name},[{items:[["html",{content:e}]]}]);return this.print$.next(t),t}subscribe(){return this.print$.asObservable()}}class no{constructor(e,t){this.name=e,this.component=t,this.print$=new k,this.typingState$=new A(!1),this.complete$=new k,this.system=this.createSystem(),this.rehydrate$=new k,this.saveToCurrentSession$=new k,this.showChatOverlay$=new A(!1),this.onComplete=()=>this.complete$.asObservable()}connect(e={}){this.complete$.pipe(ne(1)).subscribe(()=>{this.disconnected()})}disconnected(){}onUserSubmit(e){this.print(F.User,e.text)}print(e,t){const n=new qe(e,{name:""},[{items:[["html",{content:t}]]}]);return this.printEntry(n)}printEntry(e){return this.print$.next(e),e}createAgent(e){const t=new eo(e);return t.subscribe().subscribe(n=>{this.playNotification(),this.printEntry(n)}),t}createUser(e){const t=new to(e);return t.subscribe().subscribe(n=>{this.printEntry(n)}),t}createSystem(){const e=new so;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 xa=Object.defineProperty;var wa=(n,e,t)=>e in n?xa(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var _=(n,e,t)=>wa(n,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class Ss{constructor(){this.registeredProviders=new Map}static async getInstance(e){let t=await e.get("conversation");return t||(t=new Ss,await e.register("conversation",t),t)}registerProvider(e,t){this.registeredProviders.set(e,t)}}var ss=function(n,e){return ss=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,s){t.__proto__=s}||function(t,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(t[i]=s[i])},ss(n,e)};function at(n,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");ss(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function ka(n,e,t,s){function i(r){return r instanceof t?r:new t(function(o){o(r)})}return new(t||(t=Promise))(function(r,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?r(u.value):i(u.value).then(a,l)}c((s=s.apply(n,e||[])).next())})}function Br(n,e){var t={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},s,i,r,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,i&&(r=c[0]&2?i.return:c[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,c[1])).done)return r;switch(i=0,r&&(c=[c[0]&2,r.value]),c[0]){case 0:case 1:r=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,i=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(r=t.trys,!(r=r.length>0&&r[r.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!r||c[1]>r[0]&&c[1]<r[3])){t.label=c[1];break}if(c[0]===6&&t.label<r[1]){t.label=r[1],r=c;break}if(r&&t.label<r[2]){t.label=r[2],t.ops.push(c);break}r[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(u){c=[6,u],i=0}finally{s=r=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function nt(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 Ne(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var s=t.call(n),i,r=[],o;try{for(;(e===void 0||e-- >0)&&!(i=s.next()).done;)r.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=s.return)&&t.call(s)}finally{if(o)throw o.error}}return r}function st(n,e,t){if(t||arguments.length===2)for(var s=0,i=e.length,r;s<i;s++)(r||!(s in e))&&(r||(r=Array.prototype.slice.call(e,0,s)),r[s]=e[s]);return n.concat(r||Array.prototype.slice.call(e))}function Qe(n){return this instanceof Qe?(this.v=n,this):new Qe(n)}function Sa(n,e,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var s=t.apply(n,e||[]),i,r=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(g){return function(m){return Promise.resolve(m).then(g,p)}}function a(g,m){s[g]&&(i[g]=function(y){return new Promise(function(ce,J){r.push([g,y,ce,J])>1||l(g,y)})},m&&(i[g]=m(i[g])))}function l(g,m){try{c(s[g](m))}catch(y){d(r[0][3],y)}}function c(g){g.value instanceof Qe?Promise.resolve(g.value.v).then(u,p):d(r[0][2],g)}function u(g){l("next",g)}function p(g){l("throw",g)}function d(g,m){g(m),r.shift(),r.length&&l(r[0][0],r[0][1])}}function _a(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 nt=="function"?nt(n):n[Symbol.iterator](),t={},s("next"),s("throw"),s("return"),t[Symbol.asyncIterator]=function(){return this},t);function s(r){t[r]=n[r]&&function(o){return new Promise(function(a,l){o=n[r](o),i(a,l,o.done,o.value)})}}function i(r,o,a,l){Promise.resolve(l).then(function(c){r({value:c,done:a})},o)}}function E(n){return typeof n=="function"}function Fr(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 jn=Fr(function(n){return function(t){n(this),this.message=t?t.length+` errors occurred during unsubscription:
|
|
2
|
+
`+t.map(function(s,i){return i+1+") "+s.toString()}).join(`
|
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=t}});function is(n,e){if(n){var t=n.indexOf(e);0<=t&&n.splice(t,1)}}var yn=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=nt(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 jn?y.errors:[y]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var d=nt(p),g=d.next();!g.done;g=d.next()){var m=g.value;try{Ni(m)}catch(y){r=r??[],y instanceof jn?r=st(st([],Ne(r)),Ne(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 jn(r)}},n.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)Ni(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)&&is(t,e)},n.prototype.remove=function(e){var t=this._finalizers;t&&is(t,e),e instanceof n&&e._removeParent(this)},n.EMPTY=function(){var e=new n;return e.closed=!0,e}(),n}(),jr=yn.EMPTY;function qr(n){return n instanceof yn||n&&"closed"in n&&E(n.remove)&&E(n.add)&&E(n.unsubscribe)}function Ni(n){E(n)?n():n.unsubscribe()}var Ea={Promise:void 0},Aa={setTimeout:function(n,e){for(var t=[],s=2;s<arguments.length;s++)t[s-2]=arguments[s];return setTimeout.apply(void 0,st([n,e],Ne(t)))},clearTimeout:function(n){return clearTimeout(n)},delegate:void 0};function Wr(n){Aa.setTimeout(function(){throw n})}function en(){}function Kt(n){n()}var _s=function(n){at(e,n);function e(t){var s=n.call(this)||this;return s.isStopped=!1,t?(s.destination=t,qr(t)&&t.add(s)):s.destination=Ra,s}return e.create=function(t,s,i){return new rs(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}(yn),Ca=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){Wt(s)}},n.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(s){Wt(s)}else Wt(e)},n.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(t){Wt(t)}},n}(),rs=function(n){at(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 Ca(o),r}return e}(_s);function Wt(n){Wr(n)}function Ta(n){throw n}var Ra={closed:!0,next:en,error:Ta,complete:en},Es=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Lt(n){return n}function La(n){return n.length===0?Lt:n.length===1?n[0]:function(t){return n.reduce(function(s,i){return i(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 i=this,r=Pa(e)?e:new rs(e,t,s);return Kt(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=Di(t),new t(function(i,r){var o=new rs({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[Es]=function(){return this},n.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return La(e)(this)},n.prototype.toPromise=function(e){var t=this;return e=Di(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 Di(n){var e;return(e=n??Ea.Promise)!==null&&e!==void 0?e:Promise}function Oa(n){return n&&E(n.next)&&E(n.error)&&E(n.complete)}function Pa(n){return n&&n instanceof _s||Oa(n)&&qr(n)}function Ia(n){return E(n==null?void 0:n.lift)}function ye(n){return function(e){if(Ia(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 V(n,e,t,s,i){return new Ma(n,e,t,s,i)}var Ma=function(n){at(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}(_s),Na=Fr(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),I=function(n){at(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 Ui(this,this);return s.operator=t,s},e.prototype._throwIfClosed=function(){if(this.closed)throw new Na},e.prototype.next=function(t){var s=this;Kt(function(){var i,r;if(s._throwIfClosed(),!s.isStopped){s.currentObservers||(s.currentObservers=Array.from(s.observers));try{for(var o=nt(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;Kt(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;Kt(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?jr:(this.currentObservers=null,a.push(t),new yn(function(){s.currentObservers=null,is(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 X;return t.source=this,t},e.create=function(t,s){return new Ui(t,s)},e}(X),Ui=function(n){at(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:jr},e}(I),F=function(n){at(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}(I),Ot=new X(function(n){return n.complete()});function Da(n){return n&&E(n.schedule)}function As(n){return n[n.length-1]}function Gr(n){return E(As(n))?n.pop():void 0}function Cs(n){return Da(As(n))?n.pop():void 0}function Ua(n,e){return typeof As(n)=="number"?n.pop():e}var Ts=function(n){return n&&typeof n.length=="number"&&typeof n!="function"};function Zr(n){return E(n==null?void 0:n.then)}function Yr(n){return E(n[Es])}function Xr(n){return Symbol.asyncIterator&&E(n==null?void 0:n[Symbol.asyncIterator])}function Kr(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 za(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Vr=za();function Qr(n){return E(n==null?void 0:n[Vr])}function Jr(n){return Sa(this,arguments,function(){var t,s,i,r;return Br(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,Qe(t.read())];case 3:return s=o.sent(),i=s.value,r=s.done,r?[4,Qe(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,Qe(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 eo(n){return E(n==null?void 0:n.getReader)}function le(n){if(n instanceof X)return n;if(n!=null){if(Yr(n))return Ha(n);if(Ts(n))return Ba(n);if(Zr(n))return Fa(n);if(Xr(n))return to(n);if(Qr(n))return ja(n);if(eo(n))return qa(n)}throw Kr(n)}function Ha(n){return new X(function(e){var t=n[Es]();if(E(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Ba(n){return new X(function(e){for(var t=0;t<n.length&&!e.closed;t++)e.next(n[t]);e.complete()})}function Fa(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,Wr)})}function ja(n){return new X(function(e){var t,s;try{for(var i=nt(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 to(n){return new X(function(e){Wa(n,e).catch(function(t){return e.error(t)})})}function qa(n){return to(Jr(n))}function Wa(n,e){var t,s,i,r;return ka(this,void 0,void 0,function(){var o,a;return Br(this,function(l){switch(l.label){case 0:l.trys.push([0,5,6,11]),t=_a(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 ke(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 no(n,e){return e===void 0&&(e=0),ye(function(t,s){t.subscribe(V(s,function(i){return ke(s,n,function(){return s.next(i)},e)},function(){return ke(s,n,function(){return s.complete()},e)},function(i){return ke(s,n,function(){return s.error(i)},e)}))})}function so(n,e){return e===void 0&&(e=0),ye(function(t,s){s.add(n.schedule(function(){return t.subscribe(s)},e))})}function Ga(n,e){return le(n).pipe(so(e),no(e))}function Za(n,e){return le(n).pipe(so(e),no(e))}function Ya(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 Xa(n,e){return new X(function(t){var s;return ke(t,e,function(){s=n[Vr](),ke(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 io(n,e){if(!n)throw new Error("Iterable cannot be null");return new X(function(t){ke(t,e,function(){var s=n[Symbol.asyncIterator]();ke(t,e,function(){s.next().then(function(i){i.done?t.complete():t.next(i.value)})},0,!0)})})}function Ka(n,e){return io(Jr(n),e)}function Va(n,e){if(n!=null){if(Yr(n))return Ga(n,e);if(Ts(n))return Ya(n,e);if(Zr(n))return Za(n,e);if(Xr(n))return io(n,e);if(Qr(n))return Xa(n,e);if(eo(n))return Ka(n,e)}throw Kr(n)}function $n(n,e){return e?Va(n,e):le(n)}function os(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Cs(n);return $n(n,t)}function tn(n,e){return ye(function(t,s){var i=0;t.subscribe(V(s,function(r){s.next(n.call(e,r,i++))}))})}var Qa=Array.isArray;function Ja(n,e){return Qa(e)?n.apply(void 0,st([],Ne(e))):n(e)}function ro(n){return tn(function(e){return Ja(n,e)})}var el=Array.isArray,tl=Object.getPrototypeOf,nl=Object.prototype,sl=Object.keys;function il(n){if(n.length===1){var e=n[0];if(el(e))return{args:e,keys:null};if(rl(e)){var t=sl(e);return{args:t.map(function(s){return e[s]}),keys:t}}}return{args:n,keys:null}}function rl(n){return n&&typeof n=="object"&&tl(n)===nl}function ol(n,e){return n.reduce(function(t,s,i){return t[s]=e[i],t},{})}function al(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Cs(n),s=Gr(n),i=il(n),r=i.args,o=i.keys;if(r.length===0)return $n([],t);var a=new X(ll(r,t,o?function(l){return ol(o,l)}:Lt));return s?a.pipe(ro(s)):a}function ll(n,e,t){return t===void 0&&(t=Lt),function(s){zi(e,function(){for(var i=n.length,r=new Array(i),o=i,a=i,l=function(u){zi(e,function(){var p=$n(n[u],e),d=!1;p.subscribe(V(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 zi(n,e,t){n?ke(t,n,e):e()}function cl(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?m(y):l.push(y)},m=function(y){c++;var ce=!1;le(t(y,u++)).subscribe(V(e,function(J){e.next(J)},function(){ce=!0},void 0,function(){if(ce)try{c--;for(var J=function(){var xe=l.shift();o||m(xe)};l.length&&c<s;)J();d()}catch(xe){e.error(xe)}}))};return n.subscribe(V(e,g,function(){p=!0,d()})),function(){}}function Rs(n,e,t){return t===void 0&&(t=1/0),E(e)?Rs(function(s,i){return tn(function(r,o){return e(s,r,i,o)})(le(n(s,i)))},t):(typeof e=="number"&&(t=e),ye(function(s,i){return cl(s,i,n,t)}))}function ul(n){return n===void 0&&(n=1/0),Rs(Lt,n)}var hl=["addListener","removeListener"],dl=["addEventListener","removeEventListener"],pl=["on","off"];function nn(n,e,t,s){if(E(t)&&(s=t,t=void 0),s)return nn(n,e,t).pipe(ro(s));var i=Ne(ml(n)?dl.map(function(a){return function(l){return n[a](e,l,t)}}):fl(n)?hl.map(Hi(n,e)):gl(n)?pl.map(Hi(n,e)):[],2),r=i[0],o=i[1];if(!r&&Ts(n))return Rs(function(a){return nn(a,e,t)})(le(n));if(!r)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 r(l),function(){return o(l)}})}function Hi(n,e){return function(t){return function(s){return n[t](e,s)}}}function fl(n){return E(n.addListener)&&E(n.removeListener)}function gl(n){return E(n.on)&&E(n.off)}function ml(n){return E(n.addEventListener)&&E(n.removeEventListener)}function vl(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Cs(n),s=Ua(n,1/0),i=n;return i.length?i.length===1?le(i[0]):ul(s)($n(i,t)):Ot}function bl(n,e){return ye(function(t,s){var i=0;t.subscribe(V(s,function(r){return n.call(e,r,i++)&&s.next(r)}))})}function Ie(n){return n<=0?function(){return Ot}:ye(function(e,t){var s=0;e.subscribe(V(t,function(i){++s<=n&&(t.next(i),n<=s&&t.complete())}))})}function Je(n,e){return ye(function(t,s){var i=null,r=0,o=!1,a=function(){return o&&!i&&s.complete()};t.subscribe(V(s,function(l){i==null||i.unsubscribe();var c=0,u=r++;le(n(l,u)).subscribe(i=V(s,function(p){return s.next(e?e(l,p,u,c++):p)},function(){i=null,a()}))},function(){o=!0,a()}))})}function as(n){return ye(function(e,t){le(n).subscribe(V(t,function(){return t.complete()},en)),!t.closed&&e.subscribe(t)})}function ls(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=Gr(n);return ye(function(s,i){for(var r=n.length,o=new Array(r),a=n.map(function(){return!1}),l=!1,c=function(p){le(n[p]).subscribe(V(i,function(d){o[p]=d,!l&&!a[p]&&(a[p]=!0,(l=a.every(Lt))&&(a=null))},en))},u=0;u<r;u++)c(u);s.subscribe(V(i,function(p){if(l){var d=st([p],Ne(o));i.next(t?t.apply(void 0,st([],Ne(d))):d)}}))})}var ve=(n=>(n.User="user",n.Agent="agent",n.System="system",n))(ve||{});const yl=()=>"10000000-1000-4000-8000-100000000000".replace(/[018]/g,n=>(+n^crypto.getRandomValues(new Uint8Array(1))[0]&15>>+n/4).toString(16)),oo=()=>typeof crypto.randomUUID=="function"?crypto.randomUUID():yl();function Bi(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' href='${c}'>${c}</a>`)}),e}function cs(n){if(n.includes("aceChatGuideTitle"))return $l(n);const e=/<a [^>]*>https?:\/\/[^<]*<\/a>/gim;return n.replace(e,t=>{const s=ao(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 us(t,g)}return us(t,s)})}function ao(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 us(n,e){return n.replace(/>[^<]*<\/a>/,`>${e}</a>`)}function $l(n){const e=/<a [^>]*aceChatGuideTitle[^>]*>[^<]*<\/a>/gm;return n.replace(e,t=>{const s=ao(t);if(!s)return t;const i=s.split("?").pop(),o=new URLSearchParams(i).get("aceChatGuideTitle");return o?us(t,o):t})}class Pt{constructor(e,t,s){this.type=e,this.sender=t,this.messages=s,this.status="delivered",this.didUpdate=new I,this.actions$=new I,this.remove$=new I,this.timestamp=Date.now(),this.id=oo()}update(e){this.messages=[{items:e}],this.didUpdate.next(this)}setStatus(e){this.status=e,this.didUpdate.next(this)}remove(){this.remove$.next()}}class xl{constructor(e){this.name=e,this.print$=new I}print(e,t="html",s=this.name){const i=new Pt(ve.Agent,{name:s},[{items:[[t,{content:e}]]}]);return this.print$.next(i),i}subscribe(){return this.print$.asObservable()}}class wl{constructor(e){this.name=e,this.print$=new I}print(e){const t=new Pt(ve.User,{name:this.name},[{items:[["html",{content:e}]]}]);return this.print$.next(t),t}subscribe(){return this.print$.asObservable()}}class kl{constructor(){this.print$=new I,this.name="system"}print(e){const t=new Pt(ve.System,{name:this.name},[{items:[["html",{content:e}]]}]);return this.print$.next(t),t}subscribe(){return this.print$.asObservable()}}class Sl{constructor(e,t){this.name=e,this.component=t,this.print$=new I,this.typingState$=new F(!1),this.complete$=new I,this.system=this.createSystem(),this.rehydrate$=new I,this.saveToCurrentSession$=new I,this.showChatOverlay$=new F(!1),this.onComplete=()=>this.complete$.asObservable()}connect(e={}){this.complete$.pipe(Ie(1)).subscribe(()=>{this.disconnected()})}disconnected(){}onUserSubmit(e){this.print(ve.User,e.text)}print(e,t){const s=new Pt(e,{name:""},[{items:[["html",{content:t}]]}]);return this.printEntry(s)}printEntry(e){return this.print$.next(e),e}createAgent(e){const t=new xl(e);return t.subscribe().subscribe(s=>{this.playNotification(),this.printEntry(s)}),t}createUser(e){const t=new wl(e);return t.subscribe().subscribe(s=>{this.printEntry(s)}),t}createSystem(){const e=new kl;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){}}/**
|
|
4
4
|
* @license
|
|
5
5
|
* Copyright 2019 Google LLC
|
|
6
6
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
-
*/const
|
|
7
|
+
*/const Vt=globalThis,Ls=Vt.ShadowRoot&&(Vt.ShadyCSS===void 0||Vt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Os=Symbol(),Fi=new WeakMap;let lo=class{constructor(e,t,s){if(this._$cssResult$=!0,s!==Os)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(Ls&&e===void 0){const s=t!==void 0&&t.length===1;s&&(e=Fi.get(t)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),s&&Fi.set(t,e))}return e}toString(){return this.cssText}};const _l=n=>new lo(typeof n=="string"?n:n+"",void 0,Os),Z=(n,...e)=>{const t=n.length===1?n[0]:e.reduce((s,i,r)=>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.")})(i)+n[r+1],n[0]);return new lo(t,n,Os)},El=(n,e)=>{if(Ls)n.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of e){const s=document.createElement("style"),i=Vt.litNonce;i!==void 0&&s.setAttribute("nonce",i),s.textContent=t.cssText,n.appendChild(s)}},ji=Ls?n=>n:n=>n instanceof CSSStyleSheet?(e=>{let t="";for(const s of e.cssRules)t+=s.cssText;return _l(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:Al,defineProperty:Cl,getOwnPropertyDescriptor:Tl,getOwnPropertyNames:Rl,getOwnPropertySymbols:Ll,getPrototypeOf:Ol}=Object,Se=globalThis,qi=Se.trustedTypes,Pl=qi?qi.emptyScript:"",qn=Se.reactiveElementPolyfillSupport,$t=(n,e)=>n,sn={toAttribute(n,e){switch(e){case Boolean:n=n?Pl: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}},Ps=(n,e)=>!Al(n,e),Wi={attribute:!0,type:String,converter:sn,reflect:!1,useDefault:!1,hasChanged:Ps};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),Se.litPropertyMetadata??(Se.litPropertyMetadata=new WeakMap);let Ye=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=Wi){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(),i=this.getPropertyDescriptor(e,s,t);i!==void 0&&Cl(this.prototype,e,i)}}static getPropertyDescriptor(e,t,s){const{get:i,set:r}=Tl(this.prototype,e)??{get(){return this[t]},set(o){this[t]=o}};return{get:i,set(o){const a=i==null?void 0:i.call(this);r==null||r.call(this,o),this.requestUpdate(e,a,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Wi}static _$Ei(){if(this.hasOwnProperty($t("elementProperties")))return;const e=Ol(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty($t("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty($t("properties"))){const t=this.properties,s=[...Rl(t),...Ll(t)];for(const i of s)this.createProperty(i,t[i])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[s,i]of t)this.elementProperties.set(s,i)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);i!==void 0&&this._$Eh.set(i,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 i of s)t.unshift(ji(i))}else e!==void 0&&t.push(ji(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 El(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 r;const s=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,s);if(i!==void 0&&s.reflect===!0){const o=(((r=s.converter)==null?void 0:r.toAttribute)!==void 0?s.converter:sn).toAttribute(t,s.type);this._$Em=e,o==null?this.removeAttribute(i):this.setAttribute(i,o),this._$Em=null}}_$AK(e,t){var r,o;const s=this.constructor,i=s._$Eh.get(e);if(i!==void 0&&this._$Em!==i){const a=s.getPropertyOptions(i),l=typeof a.converter=="function"?{fromAttribute:a.converter}:((r=a.converter)==null?void 0:r.fromAttribute)!==void 0?a.converter:sn;this._$Em=i;const c=l.fromAttribute(t,a.type);this[i]=c??((o=this._$Ej)==null?void 0:o.get(i))??c,this._$Em=null}}requestUpdate(e,t,s){var i;if(e!==void 0){const r=this.constructor,o=this[e];if(s??(s=r.getPropertyOptions(e)),!((s.hasChanged??Ps)(o,t)||s.useDefault&&s.reflect&&o===((i=this._$Ej)==null?void 0:i.get(e))&&!this.hasAttribute(r._$Eu(e,s))))return;this.C(e,t,s)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:s,reflect:i,wrapped:r},o){s&&!(this._$Ej??(this._$Ej=new Map)).has(e)&&(this._$Ej.set(e,o??t??this[e]),r!==!0||o!==void 0)||(this._$AL.has(e)||(this.hasUpdated||s||(t=void 0),this._$AL.set(e,t)),i===!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[r,o]of this._$Ep)this[r]=o;this._$Ep=void 0}const i=this.constructor.elementProperties;if(i.size>0)for(const[r,o]of i){const{wrapped:a}=o,l=this[r];a!==!0||this._$AL.has(r)||l===void 0||this.C(r,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(i=>{var r;return(r=i.hostUpdate)==null?void 0:r.call(i)}),this.update(t)):this._$EM()}catch(i){throw e=!1,this._$EM(),i}e&&this._$AE(t)}willUpdate(e){}_$AE(e){var t;(t=this._$EO)==null||t.forEach(s=>{var i;return(i=s.hostUpdated)==null?void 0:i.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){}};Ye.elementStyles=[],Ye.shadowRootOptions={mode:"open"},Ye[$t("elementProperties")]=new Map,Ye[$t("finalized")]=new Map,qn==null||qn({ReactiveElement:Ye}),(Se.reactiveElementVersions??(Se.reactiveElementVersions=[])).push("2.1.1");/**
|
|
12
12
|
* @license
|
|
13
13
|
* Copyright 2017 Google LLC
|
|
14
14
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
15
|
-
*/const
|
|
16
|
-
\f\r]`,
|
|
17
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
15
|
+
*/const xt=globalThis,rn=xt.trustedTypes,Gi=rn?rn.createPolicy("lit-html",{createHTML:n=>n}):void 0,co="$lit$",we=`lit$${Math.random().toFixed(9).slice(2)}$`,uo="?"+we,Il=`<${uo}>`,De=document,St=()=>De.createComment(""),_t=n=>n===null||typeof n!="object"&&typeof n!="function",Is=Array.isArray,Ml=n=>Is(n)||typeof(n==null?void 0:n[Symbol.iterator])=="function",Wn=`[
|
|
16
|
+
\f\r]`,dt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Zi=/-->/g,Yi=/>/g,Le=RegExp(`>|${Wn}(?:([^\\s"'>=/]+)(${Wn}*=${Wn}*(?:[^
|
|
17
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Xi=/'/g,Ki=/"/g,ho=/^(?:script|style|textarea|title)$/i,Nl=n=>(e,...t)=>({_$litType$:n,strings:e,values:t}),w=Nl(1),_e=Symbol.for("lit-noChange"),x=Symbol.for("lit-nothing"),Vi=new WeakMap,Pe=De.createTreeWalker(De,129);function po(n,e){if(!Is(n)||!n.hasOwnProperty("raw"))throw Error("invalid template strings array");return Gi!==void 0?Gi.createHTML(e):e}const Dl=(n,e)=>{const t=n.length-1,s=[];let i,r=e===2?"<svg>":e===3?"<math>":"",o=dt;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===dt?u[1]==="!--"?o=Zi:u[1]!==void 0?o=Yi:u[2]!==void 0?(ho.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=Le):u[3]!==void 0&&(o=Le):o===Le?u[0]===">"?(o=i??dt,p=-1):u[1]===void 0?p=-2:(p=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Le:u[3]==='"'?Ki:Xi):o===Ki||o===Xi?o=Le:o===Zi||o===Yi?o=dt:(o=Le,i=void 0);const g=o===Le&&n[a+1].startsWith("/>")?" ":"";r+=o===dt?l+Il:p>=0?(s.push(c),l.slice(0,p)+co+l.slice(p)+we+g):l+we+(p===-2?a:g)}return[po(n,r+(n[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),s]};let hs=class fo{constructor({strings:e,_$litType$:t},s){let i;this.parts=[];let r=0,o=0;const a=e.length-1,l=this.parts,[c,u]=Dl(e,t);if(this.el=fo.createElement(c,s),Pe.currentNode=this.el.content,t===2||t===3){const p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(i=Pe.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(const p of i.getAttributeNames())if(p.endsWith(co)){const d=u[o++],g=i.getAttribute(p).split(we),m=/([.?@])?(.*)/.exec(d);l.push({type:1,index:r,name:m[2],strings:g,ctor:m[1]==="."?zl:m[1]==="?"?Hl:m[1]==="@"?Bl:xn}),i.removeAttribute(p)}else p.startsWith(we)&&(l.push({type:6,index:r}),i.removeAttribute(p));if(ho.test(i.tagName)){const p=i.textContent.split(we),d=p.length-1;if(d>0){i.textContent=rn?rn.emptyScript:"";for(let g=0;g<d;g++)i.append(p[g],St()),Pe.nextNode(),l.push({type:2,index:++r});i.append(p[d],St())}}}else if(i.nodeType===8)if(i.data===uo)l.push({type:2,index:r});else{let p=-1;for(;(p=i.data.indexOf(we,p+1))!==-1;)l.push({type:7,index:r}),p+=we.length-1}r++}}static createElement(e,t){const s=De.createElement("template");return s.innerHTML=e,s}};function it(n,e,t=n,s){var o,a;if(e===_e)return e;let i=s!==void 0?(o=t._$Co)==null?void 0:o[s]:t._$Cl;const r=_t(e)?void 0:e._$litDirective$;return(i==null?void 0:i.constructor)!==r&&((a=i==null?void 0:i._$AO)==null||a.call(i,!1),r===void 0?i=void 0:(i=new r(n),i._$AT(n,t,s)),s!==void 0?(t._$Co??(t._$Co=[]))[s]=i:t._$Cl=i),i!==void 0&&(e=it(n,i._$AS(n,e.values),i,s)),e}class Ul{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,i=((e==null?void 0:e.creationScope)??De).importNode(t,!0);Pe.currentNode=i;let r=Pe.nextNode(),o=0,a=0,l=s[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new It(r,r.nextSibling,this,e):l.type===1?c=new l.ctor(r,l.name,l.strings,this,e):l.type===6&&(c=new Fl(r,this,e)),this._$AV.push(c),l=s[++a]}o!==(l==null?void 0:l.index)&&(r=Pe.nextNode(),o++)}return Pe.currentNode=De,i}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 It{get _$AU(){var e;return((e=this._$AM)==null?void 0:e._$AU)??this._$Cv}constructor(e,t,s,i){this.type=2,this._$AH=x,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=s,this.options=i,this._$Cv=(i==null?void 0:i.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=it(this,e,t),_t(e)?e===x||e==null||e===""?(this._$AH!==x&&this._$AR(),this._$AH=x):e!==this._$AH&&e!==_e&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Ml(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&&_t(this._$AH)?this._$AA.nextSibling.data=e:this.T(De.createTextNode(e)),this._$AH=e}$(e){var r;const{values:t,_$litType$:s}=e,i=typeof s=="number"?this._$AC(e):(s.el===void 0&&(s.el=hs.createElement(po(s.h,s.h[0]),this.options)),s);if(((r=this._$AH)==null?void 0:r._$AD)===i)this._$AH.p(t);else{const o=new Ul(i,this),a=o.u(this.options);o.p(t),this.T(a),this._$AH=o}}_$AC(e){let t=Vi.get(e.strings);return t===void 0&&Vi.set(e.strings,t=new hs(e)),t}k(e){Is(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let s,i=0;for(const r of e)i===t.length?t.push(s=new It(this.O(St()),this.O(St()),this,this.options)):s=t[i],s._$AI(r),i++;i<t.length&&(this._$AR(s&&s._$AB.nextSibling,i),t.length=i)}_$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 i=e.nextSibling;e.remove(),e=i}}setConnected(e){var t;this._$AM===void 0&&(this._$Cv=e,(t=this._$AP)==null||t.call(this,e))}}class xn{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,s,i,r){this.type=1,this._$AH=x,this._$AN=void 0,this.element=e,this.name=t,this._$AM=i,this.options=r,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,i){const r=this.strings;let o=!1;if(r===void 0)e=it(this,e,t,0),o=!_t(e)||e!==this._$AH&&e!==_e,o&&(this._$AH=e);else{const a=e;let l,c;for(e=r[0],l=0;l<r.length-1;l++)c=it(this,a[s+l],t,l),c===_e&&(c=this._$AH[l]),o||(o=!_t(c)||c!==this._$AH[l]),c===x?e=x:e!==x&&(e+=(c??"")+r[l+1]),this._$AH[l]=c}o&&!i&&this.j(e)}j(e){e===x?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}let zl=class extends xn{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===x?void 0:e}};class Hl extends xn{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==x)}}class Bl extends xn{constructor(e,t,s,i,r){super(e,t,s,i,r),this.type=5}_$AI(e,t=this){if((e=it(this,e,t,0)??x)===_e)return;const s=this._$AH,i=e===x&&s!==x||e.capture!==s.capture||e.once!==s.once||e.passive!==s.passive,r=e!==x&&(s===x||i);i&&this.element.removeEventListener(this.name,this,s),r&&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 Fl{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){it(this,e)}}const Gn=xt.litHtmlPolyfillSupport;Gn==null||Gn(hs,It),(xt.litHtmlVersions??(xt.litHtmlVersions=[])).push("3.3.1");const jl=(n,e,t)=>{const s=(t==null?void 0:t.renderBefore)??e;let i=s._$litPart$;if(i===void 0){const r=(t==null?void 0:t.renderBefore)??null;s._$litPart$=i=new It(e.insertBefore(St(),r),r,void 0,t??{})}return i._$AI(n),i};/**
|
|
18
18
|
* @license
|
|
19
19
|
* Copyright 2017 Google LLC
|
|
20
20
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
21
|
-
*/const ie=globalThis;let S=class extends he{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=ko(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 V}};var Nn;S._$litElement$=!0,S.finalized=!0,(Nn=ie.litElementHydrateSupport)==null||Nn.call(ie,{LitElement:S});const Ot=ie.litElementPolyfillSupport;Ot==null||Ot({LitElement:S});(ie.litElementVersions??(ie.litElementVersions=[])).push("4.2.0");const So={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>'},Co={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>'},_o={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>'},Ao={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>'},Eo={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>'},on={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>'},To={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>'},Lo={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>'},an={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>'},ue={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 de,fi,xt,gi=!1,it=!1,us=!1,P=!1,ln=null,Wt=!1;const wt=typeof window<"u"?window:{},D=wt.document||{head:{}},mi=wt.HTMLElement||class{},T={$flags$:0,$resourcesUrl$:"",jmp:s=>s(),raf:s=>requestAnimationFrame(s),ael:(s,e,t,n)=>s.addEventListener(e,t,n),rel:(s,e,t,n)=>s.removeEventListener(e,t,n),ce:(s,e)=>new CustomEvent(s,e)},Ro=(()=>{let s=!1;try{D.addEventListener("e",null,Object.defineProperty({},"passive",{get(){s=!0}}))}catch{}return s})(),Po=s=>Promise.resolve(s),Oo=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replace=="function"}catch{}return!1})(),vi=(s,e,t,n)=>{t&&t.map(([i,r,o])=>{const a=Mo(s,i),l=Io(e,o),c=zo(i);T.ael(a,r,l,c),(e.$rmListeners$=e.$rmListeners$||[]).push(()=>T.rel(a,r,l,c))})},Io=(s,e)=>t=>{try{ue.lazyLoad||s.$hostElement$[e](t)}catch(n){Ze(n)}},Mo=(s,e)=>e&4?D:e&8?wt:e&16?D.body:s,zo=s=>Ro?{passive:(s&1)!==0,capture:(s&2)!==0}:(s&2)!==0,cn="http://www.w3.org/1999/xlink",ae=(s,e="")=>()=>{},hn=new WeakMap,Uo=(s,e,t)=>{let n=at.get(s);Oo&&t?(n=n||new CSSStyleSheet,n.replace(e)):n=e,at.set(s,n)},jo=(s,e,t,n)=>{let i=bi(e,t),r=at.get(i);if(s=s.nodeType===11?s:D,r)if(typeof r=="string"){s=s.head||s;let o=hn.get(s),a;o||hn.set(s,o=new Set),o.has(i)||(a=D.createElement("style"),a.innerHTML=r,s.insertBefore(a,s.querySelector("link")),o&&o.add(i))}else s.adoptedStyleSheets.includes(r)||(s.adoptedStyleSheets=[...s.adoptedStyleSheets,r]);return i},Bo=s=>{const e=s.$cmpMeta$,t=s.$hostElement$,n=e.$flags$,i=ae("attachStyles",e.$tagName$),r=jo(t.shadowRoot?t.shadowRoot:t.getRootNode(),e,s.$modeName$);n&10&&(t["s-sc"]=r,t.classList.add(r+"-h"),n&2&&t.classList.add(r+"-s")),i()},bi=(s,e)=>"sc-"+(e&&s.$flags$&32?s.$tagName$+"-"+e:s.$tagName$),No=s=>fa.map(e=>e(s)).find(e=>!!e),un={},Do="http://www.w3.org/2000/svg",Ho="http://www.w3.org/1999/xhtml",qo=s=>s!=null,ds=s=>(s=typeof s,s==="object"||s==="function"),me=(s,e,...t)=>{let n=null,i=null,r=null,o=!1,a=!1,l=[];const c=u=>{for(let d=0;d<u.length;d++)n=u[d],Array.isArray(n)?c(n):n!=null&&typeof n!="boolean"&&((o=typeof s!="function"&&!ds(n))&&(n=String(n)),o&&a?l[l.length-1].$text$+=n:l.push(o?rt(null,n):n),a=o)};if(c(t),e){e.key&&(i=e.key),e.name&&(r=e.name);{const u=e.className||e.class;u&&(e.class=typeof u!="object"?u:Object.keys(u).filter(d=>u[d]).join(" "))}}if(typeof s=="function")return s(e===null?{}:e,l,Zo);const h=rt(s,null);return h.$attrs$=e,l.length>0&&(h.$children$=l),h.$key$=i,h.$name$=r,h},rt=(s,e)=>{const t={$flags$:0,$tag$:s,$text$:e,$elm$:null,$children$:null};return t.$attrs$=null,t.$key$=null,t.$name$=null,t},ps={},Fo=s=>s&&s.$tag$===ps,Zo={forEach:(s,e)=>s.map(dn).forEach(e),map:(s,e)=>s.map(dn).map(e).map(Wo)},dn=s=>({vattrs:s.$attrs$,vchildren:s.$children$,vkey:s.$key$,vname:s.$name$,vtag:s.$tag$,vtext:s.$text$}),Wo=s=>{if(typeof s.vtag=="function"){const t=Object.assign({},s.vattrs);return s.vkey&&(t.key=s.vkey),s.vname&&(t.name=s.vname),me(s.vtag,t,...s.vchildren||[])}const e=rt(s.vtag,s.vtext);return e.$attrs$=s.vattrs,e.$children$=s.vchildren,e.$key$=s.vkey,e.$name$=s.vname,e},pn=(s,e,t,n,i,r)=>{if(t!==n){let o=vn(s,e),a=e.toLowerCase();if(e==="class"){const l=s.classList,c=fn(t),h=fn(n);l.remove(...c.filter(u=>u&&!h.includes(u))),l.add(...h.filter(u=>u&&!c.includes(u)))}else if(e==="style"){for(const l in t)(!n||n[l]==null)&&(l.includes("-")?s.style.removeProperty(l):s.style[l]="");for(const l in n)(!t||n[l]!==t[l])&&(l.includes("-")?s.style.setProperty(l,n[l]):s.style[l]=n[l])}else if(e!=="key")if(e==="ref")n&&n(s);else if(!s.__lookupSetter__(e)&&e[0]==="o"&&e[1]==="n")e[2]==="-"?e=e.slice(3):vn(wt,a)?e=a.slice(2):e=a[2]+e.slice(3),t&&T.rel(s,e,t,!1),n&&T.ael(s,e,n,!1);else{const l=ds(n);if((o||l&&n!==null)&&!i)try{if(s.tagName.includes("-"))s[e]=n;else{let h=n??"";e==="list"?o=!1:(t==null||s[e]!=h)&&(s[e]=h)}}catch{}let c=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(e=a,c=!0),n==null||n===!1?(n!==!1||s.getAttribute(e)==="")&&(c?s.removeAttributeNS(cn,e):s.removeAttribute(e)):(!o||r&4||i)&&!l&&(n=n===!0?"":n,c?s.setAttributeNS(cn,e,n):s.setAttribute(e,n))}}},Go=/\s/,fn=s=>s?s.split(Go):[],yi=(s,e,t,n)=>{const i=e.$elm$.nodeType===11&&e.$elm$.host?e.$elm$.host:e.$elm$,r=s&&s.$attrs$||un,o=e.$attrs$||un;for(n in r)n in o||pn(i,n,r[n],void 0,t,e.$flags$);for(n in o)pn(i,n,r[n],o[n],t,e.$flags$)},ot=(s,e,t,n)=>{let i=e.$children$[t],r=0,o,a,l;if(gi||(us=!0,i.$tag$==="slot"&&(de&&n.classList.add(de+"-s"),i.$flags$|=i.$children$?2:1)),i.$text$!==null)o=i.$elm$=D.createTextNode(i.$text$);else if(i.$flags$&1)o=i.$elm$=D.createTextNode("");else{if(P||(P=i.$tag$==="svg"),o=i.$elm$=D.createElementNS(P?Do:Ho,i.$flags$&2?"slot-fb":i.$tag$),P&&i.$tag$==="foreignObject"&&(P=!1),yi(null,i,P),qo(de)&&o["s-si"]!==de&&o.classList.add(o["s-si"]=de),i.$children$)for(r=0;r<i.$children$.length;++r)a=ot(s,i,r,o),a&&o.appendChild(a);i.$tag$==="svg"?P=!1:o.tagName==="foreignObject"&&(P=!0)}return o["s-hn"]=xt,i.$flags$&3&&(o["s-sr"]=!0,o["s-cr"]=fi,o["s-sn"]=i.$name$||"",l=s&&s.$children$&&s.$children$[t],l&&l.$tag$===i.$tag$&&s.$elm$&&Me(s.$elm$,!1)),o},Me=(s,e)=>{T.$flags$|=1;const t=s.childNodes;for(let n=t.length-1;n>=0;n--){const i=t[n];i["s-hn"]!==xt&&i["s-ol"]&&(wi(i).insertBefore(i,fs(i)),i["s-ol"].remove(),i["s-ol"]=void 0,us=!0),e&&Me(i,e)}T.$flags$&=-2},$i=(s,e,t,n,i,r)=>{let o=s["s-cr"]&&s["s-cr"].parentNode||s,a;for(o.shadowRoot&&o.tagName===xt&&(o=o.shadowRoot);i<=r;++i)n[i]&&(a=ot(null,t,i,s),a&&(n[i].$elm$=a,o.insertBefore(a,fs(e))))},xi=(s,e,t,n,i)=>{for(;e<=t;++e)(n=s[e])&&(i=n.$elm$,Ci(n),it=!0,i["s-ol"]?i["s-ol"].remove():Me(i,!0),i.remove())},Ko=(s,e,t,n)=>{let i=0,r=0,o=0,a=0,l=e.length-1,c=e[0],h=e[l],u=n.length-1,d=n[0],p=n[u],g,f;for(;i<=l&&r<=u;)if(c==null)c=e[++i];else if(h==null)h=e[--l];else if(d==null)d=n[++r];else if(p==null)p=n[--u];else if(Qe(c,d))pe(c,d),c=e[++i],d=n[++r];else if(Qe(h,p))pe(h,p),h=e[--l],p=n[--u];else if(Qe(c,p))(c.$tag$==="slot"||p.$tag$==="slot")&&Me(c.$elm$.parentNode,!1),pe(c,p),s.insertBefore(c.$elm$,h.$elm$.nextSibling),c=e[++i],p=n[--u];else if(Qe(h,d))(c.$tag$==="slot"||p.$tag$==="slot")&&Me(h.$elm$.parentNode,!1),pe(h,d),s.insertBefore(h.$elm$,c.$elm$),h=e[--l],d=n[++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?(f=e[o],f.$tag$!==d.$tag$?g=ot(e&&e[r],t,o,s):(pe(f,d),e[o]=void 0,g=f.$elm$),d=n[++r]):(g=ot(e&&e[r],t,r,s),d=n[++r]),g&&wi(c.$elm$).insertBefore(g,fs(c.$elm$))}i>l?$i(s,n[u+1]==null?null:n[u+1].$elm$,t,n,r,u):r>u&&xi(e,i,l)},Qe=(s,e)=>s.$tag$===e.$tag$?s.$tag$==="slot"?s.$name$===e.$name$:s.$key$===e.$key$:!1,fs=s=>s&&s["s-ol"]||s,wi=s=>(s["s-ol"]?s["s-ol"]:s).parentNode,pe=(s,e)=>{const t=e.$elm$=s.$elm$,n=s.$children$,i=e.$children$,r=e.$tag$,o=e.$text$;let a;o===null?(P=r==="svg"?!0:r==="foreignObject"?!1:P,r==="slot"||yi(s,e,P),n!==null&&i!==null?Ko(t,n,e,i):i!==null?(s.$text$!==null&&(t.textContent=""),$i(t,null,e,i,0,i.length-1)):n!==null&&xi(n,0,n.length-1),P&&r==="svg"&&(P=!1)):(a=t["s-cr"])?a.parentNode.textContent=o:s.$text$!==o&&(t.data=o)},ki=s=>{let e=s.childNodes,t,n,i,r,o,a;for(n=0,i=e.length;n<i;n++)if(t=e[n],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}}ki(t)}},z=[],Si=s=>{let e,t,n,i,r,o,a=0,l=s.childNodes,c=l.length;for(;a<c;a++){if(e=l[a],e["s-sr"]&&(t=e["s-cr"])&&t.parentNode)for(n=t.parentNode.childNodes,i=e["s-sn"],o=n.length-1;o>=0;o--)t=n[o],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==e["s-hn"]&&(gn(t,i)?(r=z.find(h=>h.$nodeToRelocate$===t),it=!0,t["s-sn"]=t["s-sn"]||i,r?r.$slotRefNode$=e:z.push({$slotRefNode$:e,$nodeToRelocate$:t}),t["s-sr"]&&z.map(h=>{gn(h.$nodeToRelocate$,t["s-sn"])&&(r=z.find(u=>u.$nodeToRelocate$===t),r&&!h.$slotRefNode$&&(h.$slotRefNode$=r.$slotRefNode$))})):z.some(h=>h.$nodeToRelocate$===t)||z.push({$nodeToRelocate$:t}));e.nodeType===1&&Si(e)}},gn=(s,e)=>s.nodeType===1?s.getAttribute("slot")===null&&e===""||s.getAttribute("slot")===e:s["s-sn"]===e?!0:e==="",Ci=s=>{s.$attrs$&&s.$attrs$.ref&&s.$attrs$.ref(null),s.$children$&&s.$children$.map(Ci)},Qo=(s,e)=>{const t=s.$hostElement$,n=s.$cmpMeta$,i=s.$vnode$||rt(null,null),r=Fo(e)?e:me(null,null,e);xt=t.tagName,n.$attrsToReflect$&&(r.$attrs$=r.$attrs$||{},n.$attrsToReflect$.map(([o,a])=>r.$attrs$[a]=t[o])),r.$tag$=null,r.$flags$|=4,s.$vnode$=r,r.$elm$=i.$elm$=t.shadowRoot||t,de=t["s-sc"],fi=t["s-cr"],gi=(n.$flags$&1)!==0,it=!1,pe(i,r);{if(T.$flags$|=1,us){Si(r.$elm$);let o,a,l,c,h,u,d=0;for(;d<z.length;d++)o=z[d],a=o.$nodeToRelocate$,a["s-ol"]||(l=D.createTextNode(""),l["s-nr"]=a,a.parentNode.insertBefore(a["s-ol"]=l,a));for(d=0;d<z.length;d++)if(o=z[d],a=o.$nodeToRelocate$,o.$slotRefNode$){for(c=o.$slotRefNode$.parentNode,h=o.$slotRefNode$.nextSibling,l=a["s-ol"];l=l.previousSibling;)if(u=l["s-nr"],u&&u["s-sn"]===a["s-sn"]&&c===u.parentNode&&(u=u.nextSibling,!u||!u["s-nr"])){h=u;break}(!h&&c!==a.parentNode||a.nextSibling!==h)&&a!==h&&(!a["s-hn"]&&a["s-ol"]&&(a["s-hn"]=a["s-ol"].parentNode.nodeName),c.insertBefore(a,h))}else a.nodeType===1&&(a.hidden=!0)}it&&ki(r.$elm$),T.$flags$&=-2,z.length=0}},Yo=s=>s,Xo=(s,e,t)=>{const n=Yo(s);return{emit:i=>Vo(n,e,{bubbles:!0,composed:!0,cancelable:!0,detail:i})}},Vo=(s,e,t)=>{const n=T.ce(e,t);return s.dispatchEvent(n),n},Jo=(s,e)=>{},_i=(s,e)=>(s.$flags$|=16,Jo(s,s.$ancestorComponent$),va(()=>ea(s,e))),ea=(s,e)=>{const t=s.$hostElement$,n=ae("scheduleUpdate",s.$cmpMeta$.$tagName$),i=t;let r;return e?r=ve(i,"componentWillLoad"):r=ve(i,"componentWillUpdate"),r=mn(r,()=>ve(i,"componentWillRender")),n(),mn(r,()=>ta(s,i,e))},ta=async(s,e,t)=>{const n=s.$hostElement$,i=ae("update",s.$cmpMeta$.$tagName$);n["s-rc"],t&&Bo(s);const r=ae("render",s.$cmpMeta$.$tagName$);sa(s,e,n),r(),i(),na(s)},sa=(s,e,t)=>{try{ln=e,e=e.render&&e.render(),s.$flags$&=-17,s.$flags$|=2,(ue.hasRenderFn||ue.reflect)&&(ue.vdomRender||ue.reflect)&&(ue.hydrateServerSide||Qo(s,e))}catch(a){Ze(a,s.$hostElement$)}return ln=null,null},na=s=>{const e=s.$cmpMeta$.$tagName$,t=s.$hostElement$,n=ae("postUpdate",e),i=t;s.$ancestorComponent$,ve(i,"componentDidRender"),s.$flags$&64?(ve(i,"componentDidUpdate"),n()):(s.$flags$|=64,ve(i,"componentDidLoad"),n())},ve=(s,e,t)=>{if(s&&s[e])try{return s[e](t)}catch(n){Ze(n)}},mn=(s,e)=>s&&s.then?s.then(e):e(),ia=(s,e)=>s!=null&&!ds(s)?e&4?s==="false"?!1:s===""||!!s:e&2?parseFloat(s):e&1?String(s):s:s,ra=(s,e)=>kt(s).$instanceValues$.get(e),oa=(s,e,t,n)=>{const i=kt(s),r=s,o=i.$instanceValues$.get(e),a=i.$flags$,l=r;t=ia(t,n.$members$[e][0]);const c=Number.isNaN(o)&&Number.isNaN(t);if(t!==o&&!c){i.$instanceValues$.set(e,t);{if(n.$watchers$&&a&128){const u=n.$watchers$[e];u&&u.map(d=>{try{l[d](t,o,e)}catch(p){Ze(p,r)}})}if((a&18)===2){if(l.componentShouldUpdate&&l.componentShouldUpdate(t,o,e)===!1)return;_i(i,!1)}}}},aa=(s,e,t)=>{if(e.$members$){s.watchers&&(e.$watchers$=s.watchers);const n=Object.entries(e.$members$),i=s.prototype;n.map(([r,[o]])=>{(o&31||o&32)&&Object.defineProperty(i,r,{get(){return ra(this,r)},set(a){oa(this,r,a,e)},configurable:!0,enumerable:!0})});{const r=new Map;i.attributeChangedCallback=function(o,a,l){T.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})},s.observedAttributes=n.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 s},la=async(s,e,t,n,i)=>{if((e.$flags$&32)===0&&(i=s.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$=No(s)]);const a=bi(t,e.$modeName$);if(!at.has(a)){const l=ae("registerStyles",t.$tagName$);Uo(a,o,!!(t.$flags$&1)),l()}}e.$ancestorComponent$,_i(e,!0)},ca=s=>{},ha=s=>{if((T.$flags$&1)===0){const e=kt(s),t=e.$cmpMeta$,n=ae("connectedCallback",t.$tagName$);e.$flags$&1?(vi(s,e,t.$listeners$),ca(e.$lazyInstance$)):(e.$flags$|=1,t.$flags$&12&&ua(s),t.$members$&&Object.entries(t.$members$).map(([i,[r]])=>{if(r&31&&s.hasOwnProperty(i)){const o=s[i];delete s[i],s[i]=o}}),la(s,e,t)),n()}},ua=s=>{const e=s["s-cr"]=D.createComment("");e["s-cn"]=!0,s.insertBefore(e,s.firstChild)},da=s=>{if((T.$flags$&1)===0){const e=kt(s);e.$rmListeners$&&(e.$rmListeners$.map(t=>t()),e.$rmListeners$=void 0)}},Ai=(s,e)=>{const t={$flags$:e[0],$tagName$:e[1]};t.$members$=e[2],t.$listeners$=e[3],t.$watchers$=s.$watchers$,t.$attrsToReflect$=[];const n=s.prototype.connectedCallback,i=s.prototype.disconnectedCallback;return Object.assign(s.prototype,{__registerHost(){pa(this,t)},connectedCallback(){ha(this),n&&n.call(this)},disconnectedCallback(){da(this),i&&i.call(this)},__attachShadow(){this.attachShadow({mode:"open",delegatesFocus:!!(t.$flags$&16)})}}),s.is=t.$tagName$,aa(s,t)},Ei=new WeakMap,kt=s=>Ei.get(s),pa=(s,e)=>{const t={$flags$:0,$hostElement$:s,$cmpMeta$:e,$instanceValues$:new Map};return vi(s,t,e.$listeners$),Ei.set(s,t)},vn=(s,e)=>e in s,Ze=(s,e)=>(0,console.error)(s,e),at=new Map,fa=[],bn=[],Ti=[],ga=(s,e)=>t=>{s.push(t),Wt||(Wt=!0,e&&T.$flags$&4?ma(Gt):T.raf(Gt))},yn=s=>{for(let e=0;e<s.length;e++)try{s[e](performance.now())}catch(t){Ze(t)}s.length=0},Gt=()=>{yn(bn),yn(Ti),(Wt=bn.length>0)&&T.raf(Gt)},ma=s=>Po().then(s),va=ga(Ti,!0),ba=(s={})=>{const{content:e="",title:t,attributes:n=[]}=s;let i="",r=[{name:"xmlns",value:"http://www.w3.org/2000/svg"},{name:"fill",value:"currentColor"},...n];return t&&(i=`<title>${t}</title>`),`<svg ${r.map(a=>`${a.name}="${a.value}"`).join(" ")}>${i}${e}</svg>`},ya=s=>s.replace(/<(\/?)svg([^>]*)>/g,"").trim();function $a(s){return`${s.getFullYear()}.${s.getMonth()+1}`}class xa{constructor(e){this.voca_component=e,this.voca_added=$a(new Date)}}const wa="telia-vst{display:none}",ka=Ai(class extends mi{constructor(){super(),this.__registerHost(),this.vocaInternalUStats=Xo(this,"vocaInternalUStats")}connectedCallback(){this.vocaInternalUStats.emit(new xa(this.dataTrackingId))}render(){return me(ps,null)}static get style(){return wa}},[0,"telia-vst",{dataTrackingId:[1,"data-tracking-id"]}]);function Li(){if(typeof customElements>"u")return;["telia-vst"].forEach(e=>{switch(e){case"telia-vst":customElements.get(e)||customElements.define(e,ka);break}})}Li();function Kt(){return typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{vocadsIcons:void 0,vocadsIconsRegistered:!1}}function Sa(){if(typeof Kt().vocadsIcons!==void 0)return Kt().vocadsIcons}function Ca(){return Kt().vocadsIconsRegistered}const _a=".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))}",Aa=Ai(class extends mi{constructor(){super(),this.__registerHost(),this.size="md",this.allyTitle=null,this.dataTrackingId="telia-icon"}getSvgString(){if(this.svg)return this.svg;if(Ca()&&this.name){const s=Sa();return s[this.name]?s[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 s=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=ba({content:ya(s),attributes:e,title:this.allyTitle});return me(ps,{class:`telia-icon telia-icon--${this.size}`},me("span",{"aria-label":this.allyTitle,class:"telia-icon__container",innerHTML:t}),me("telia-vst",{dataTrackingId:this.dataTrackingId}))}static get style(){return _a}},[0,"telia-icon",{name:[1],svg:[1],size:[1],allyTitle:[1,"ally-title"],dataTestid:[1,"data-testid"]}]);function Ea(){if(typeof customElements>"u")return;["telia-icon","telia-vst"].forEach(e=>{switch(e){case"telia-icon":customElements.get(e)||customElements.define(e,Aa);break;case"telia-vst":customElements.get(e)||Li();break}})}Ea();/**
|
|
21
|
+
*/const Me=globalThis;let M=class extends Ye{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=jl(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 _e}};var Hr;M._$litElement$=!0,M.finalized=!0,(Hr=Me.litElementHydrateSupport)==null||Hr.call(Me,{LitElement:M});const Zn=Me.litElementPolyfillSupport;Zn==null||Zn({LitElement:M});(Me.litElementVersions??(Me.litElementVersions=[])).push("4.2.1");const 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="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>'},Wl={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>'},Gl={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>'},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="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>'},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 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>'},Qi={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>'},Xl={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>'},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="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>'},Ji={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>'},Xe={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 Ke,go,wn,mo=!1,on=!1,Ms=!1,K=!1,er=null,ds=!1;const kn=typeof window<"u"?window:{},ae=kn.document||{head:{}},vo=kn.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)},Vl=(()=>{let n=!1;try{ae.addEventListener("e",null,Object.defineProperty({},"passive",{get(){n=!0}}))}catch{}return n})(),Ql=n=>Promise.resolve(n),Jl=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replace=="function"}catch{}return!1})(),bo=(n,e,t,s)=>{t&&t.map(([i,r,o])=>{const a=tc(n,i),l=ec(e,o),c=nc(i);q.ael(a,r,l,c),(e.$rmListeners$=e.$rmListeners$||[]).push(()=>q.rel(a,r,l,c))})},ec=(n,e)=>t=>{try{Xe.lazyLoad||n.$hostElement$[e](t)}catch(s){Mt(s)}},tc=(n,e)=>e&4?ae:e&8?kn:e&16?ae.body:n,nc=n=>Vl?{passive:(n&1)!==0,capture:(n&2)!==0}:(n&2)!==0,tr="http://www.w3.org/1999/xlink",Ue=(n,e="")=>()=>{},nr=new WeakMap,sc=(n,e,t)=>{let s=cn.get(n);Jl&&t?(s=s||new CSSStyleSheet,s.replace(e)):s=e,cn.set(n,s)},ic=(n,e,t,s)=>{let i=yo(e,t),r=cn.get(i);if(n=n.nodeType===11?n:ae,r)if(typeof r=="string"){n=n.head||n;let o=nr.get(n),a;o||nr.set(n,o=new Set),o.has(i)||(a=ae.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},rc=n=>{const e=n.$cmpMeta$,t=n.$hostElement$,s=e.$flags$,i=Ue("attachStyles",e.$tagName$),r=ic(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()},yo=(n,e)=>"sc-"+(e&&n.$flags$&32?n.$tagName$+"-"+e:n.$tagName$),oc=n=>Ic.map(e=>e(n)).find(e=>!!e),sr={},ac="http://www.w3.org/2000/svg",lc="http://www.w3.org/1999/xhtml",cc=n=>n!=null,Ns=n=>(n=typeof n,n==="object"||n==="function"),et=(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"&&!Ns(s))&&(s=String(s)),o&&a?l[l.length-1].$text$+=s:l.push(o?an(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,hc);const u=an(n,null);return u.$attrs$=e,l.length>0&&(u.$children$=l),u.$key$=i,u.$name$=r,u},an=(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},Ds={},uc=n=>n&&n.$tag$===Ds,hc={forEach:(n,e)=>n.map(ir).forEach(e),map:(n,e)=>n.map(ir).map(e).map(dc)},ir=n=>({vattrs:n.$attrs$,vchildren:n.$children$,vkey:n.$key$,vname:n.$name$,vtag:n.$tag$,vtext:n.$text$}),dc=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),et(n.vtag,t,...n.vchildren||[])}const e=an(n.vtag,n.vtext);return e.$attrs$=n.vattrs,e.$children$=n.vchildren,e.$key$=n.vkey,e.$name$=n.vname,e},rr=(n,e,t,s,i,r)=>{if(t!==s){let o=cr(n,e),a=e.toLowerCase();if(e==="class"){const l=n.classList,c=or(t),u=or(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):cr(kn,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=Ns(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(tr,e):n.removeAttribute(e)):(!o||r&4||i)&&!l&&(s=s===!0?"":s,c?n.setAttributeNS(tr,e,s):n.setAttribute(e,s))}}},pc=/\s/,or=n=>n?n.split(pc):[],$o=(n,e,t,s)=>{const i=e.$elm$.nodeType===11&&e.$elm$.host?e.$elm$.host:e.$elm$,r=n&&n.$attrs$||sr,o=e.$attrs$||sr;for(s in r)s in o||rr(i,s,r[s],void 0,t,e.$flags$);for(s in o)rr(i,s,r[s],o[s],t,e.$flags$)},ln=(n,e,t,s)=>{let i=e.$children$[t],r=0,o,a,l;if(mo||(Ms=!0,i.$tag$==="slot"&&(Ke&&s.classList.add(Ke+"-s"),i.$flags$|=i.$children$?2:1)),i.$text$!==null)o=i.$elm$=ae.createTextNode(i.$text$);else if(i.$flags$&1)o=i.$elm$=ae.createTextNode("");else{if(K||(K=i.$tag$==="svg"),o=i.$elm$=ae.createElementNS(K?ac:lc,i.$flags$&2?"slot-fb":i.$tag$),K&&i.$tag$==="foreignObject"&&(K=!1),$o(null,i,K),cc(Ke)&&o["s-si"]!==Ke&&o.classList.add(o["s-si"]=Ke),i.$children$)for(r=0;r<i.$children$.length;++r)a=ln(n,i,r,o),a&&o.appendChild(a);i.$tag$==="svg"?K=!1:o.tagName==="foreignObject"&&(K=!0)}return o["s-hn"]=wn,i.$flags$&3&&(o["s-sr"]=!0,o["s-cr"]=go,o["s-sn"]=i.$name$||"",l=n&&n.$children$&&n.$children$[t],l&&l.$tag$===i.$tag$&&n.$elm$&&Et(n.$elm$,!1)),o},Et=(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"]!==wn&&i["s-ol"]&&(ko(i).insertBefore(i,Us(i)),i["s-ol"].remove(),i["s-ol"]=void 0,Ms=!0),e&&Et(i,e)}q.$flags$&=-2},xo=(n,e,t,s,i,r)=>{let o=n["s-cr"]&&n["s-cr"].parentNode||n,a;for(o.shadowRoot&&o.tagName===wn&&(o=o.shadowRoot);i<=r;++i)s[i]&&(a=ln(null,t,i,n),a&&(s[i].$elm$=a,o.insertBefore(a,Us(e))))},wo=(n,e,t,s,i)=>{for(;e<=t;++e)(s=n[e])&&(i=s.$elm$,Eo(s),on=!0,i["s-ol"]?i["s-ol"].remove():Et(i,!0),i.remove())},fc=(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],m,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(Gt(c,d))Ve(c,d),c=e[++i],d=s[++r];else if(Gt(u,g))Ve(u,g),u=e[--l],g=s[--p];else if(Gt(c,g))(c.$tag$==="slot"||g.$tag$==="slot")&&Et(c.$elm$.parentNode,!1),Ve(c,g),n.insertBefore(c.$elm$,u.$elm$.nextSibling),c=e[++i],g=s[--p];else if(Gt(u,d))(c.$tag$==="slot"||g.$tag$==="slot")&&Et(u.$elm$.parentNode,!1),Ve(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$?m=ln(e&&e[r],t,o,n):(Ve(y,d),e[o]=void 0,m=y.$elm$),d=s[++r]):(m=ln(e&&e[r],t,r,n),d=s[++r]),m&&ko(c.$elm$).insertBefore(m,Us(c.$elm$))}i>l?xo(n,s[p+1]==null?null:s[p+1].$elm$,t,s,r,p):r>p&&wo(e,i,l)},Gt=(n,e)=>n.$tag$===e.$tag$?n.$tag$==="slot"?n.$name$===e.$name$:n.$key$===e.$key$:!1,Us=n=>n&&n["s-ol"]||n,ko=n=>(n["s-ol"]?n["s-ol"]:n).parentNode,Ve=(n,e)=>{const t=e.$elm$=n.$elm$,s=n.$children$,i=e.$children$,r=e.$tag$,o=e.$text$;let a;o===null?(K=r==="svg"?!0:r==="foreignObject"?!1:K,r==="slot"||$o(n,e,K),s!==null&&i!==null?fc(t,s,e,i):i!==null?(n.$text$!==null&&(t.textContent=""),xo(t,null,e,i,0,i.length-1)):s!==null&&wo(s,0,s.length-1),K&&r==="svg"&&(K=!1)):(a=t["s-cr"])?a.parentNode.textContent=o:n.$text$!==o&&(t.data=o)},So=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}}So(t)}},te=[],_o=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"]&&(ar(t,i)?(r=te.find(u=>u.$nodeToRelocate$===t),on=!0,t["s-sn"]=t["s-sn"]||i,r?r.$slotRefNode$=e:te.push({$slotRefNode$:e,$nodeToRelocate$:t}),t["s-sr"]&&te.map(u=>{ar(u.$nodeToRelocate$,t["s-sn"])&&(r=te.find(p=>p.$nodeToRelocate$===t),r&&!u.$slotRefNode$&&(u.$slotRefNode$=r.$slotRefNode$))})):te.some(u=>u.$nodeToRelocate$===t)||te.push({$nodeToRelocate$:t}));e.nodeType===1&&_o(e)}},ar=(n,e)=>n.nodeType===1?n.getAttribute("slot")===null&&e===""||n.getAttribute("slot")===e:n["s-sn"]===e?!0:e==="",Eo=n=>{n.$attrs$&&n.$attrs$.ref&&n.$attrs$.ref(null),n.$children$&&n.$children$.map(Eo)},gc=(n,e)=>{const t=n.$hostElement$,s=n.$cmpMeta$,i=n.$vnode$||an(null,null),r=uc(e)?e:et(null,null,e);wn=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,Ke=t["s-sc"],go=t["s-cr"],mo=(s.$flags$&1)!==0,on=!1,Ve(i,r);{if(q.$flags$|=1,Ms){_o(r.$elm$);let o,a,l,c,u,p,d=0;for(;d<te.length;d++)o=te[d],a=o.$nodeToRelocate$,a["s-ol"]||(l=ae.createTextNode(""),l["s-nr"]=a,a.parentNode.insertBefore(a["s-ol"]=l,a));for(d=0;d<te.length;d++)if(o=te[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)}on&&So(r.$elm$),q.$flags$&=-2,te.length=0}},mc=n=>n,vc=(n,e,t)=>{const s=mc(n);return{emit:i=>bc(s,e,{bubbles:!0,composed:!0,cancelable:!0,detail:i})}},bc=(n,e,t)=>{const s=q.ce(e,t);return n.dispatchEvent(s),s},yc=(n,e)=>{},Ao=(n,e)=>(n.$flags$|=16,yc(n,n.$ancestorComponent$),Dc(()=>$c(n,e))),$c=(n,e)=>{const t=n.$hostElement$,s=Ue("scheduleUpdate",n.$cmpMeta$.$tagName$),i=t;let r;return e?r=tt(i,"componentWillLoad"):r=tt(i,"componentWillUpdate"),r=lr(r,()=>tt(i,"componentWillRender")),s(),lr(r,()=>xc(n,i,e))},xc=async(n,e,t)=>{const s=n.$hostElement$,i=Ue("update",n.$cmpMeta$.$tagName$);s["s-rc"],t&&rc(n);const r=Ue("render",n.$cmpMeta$.$tagName$);wc(n,e,s),r(),i(),kc(n)},wc=(n,e,t)=>{try{er=e,e=e.render&&e.render(),n.$flags$&=-17,n.$flags$|=2,(Xe.hasRenderFn||Xe.reflect)&&(Xe.vdomRender||Xe.reflect)&&(Xe.hydrateServerSide||gc(n,e))}catch(a){Mt(a,n.$hostElement$)}return er=null,null},kc=n=>{const e=n.$cmpMeta$.$tagName$,t=n.$hostElement$,s=Ue("postUpdate",e),i=t;n.$ancestorComponent$,tt(i,"componentDidRender"),n.$flags$&64?(tt(i,"componentDidUpdate"),s()):(n.$flags$|=64,tt(i,"componentDidLoad"),s())},tt=(n,e,t)=>{if(n&&n[e])try{return n[e](t)}catch(s){Mt(s)}},lr=(n,e)=>n&&n.then?n.then(e):e(),Sc=(n,e)=>n!=null&&!Ns(n)?e&4?n==="false"?!1:n===""||!!n:e&2?parseFloat(n):e&1?String(n):n:n,_c=(n,e)=>Sn(n).$instanceValues$.get(e),Ec=(n,e,t,s)=>{const i=Sn(n),r=n,o=i.$instanceValues$.get(e),a=i.$flags$,l=r;t=Sc(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){Mt(g,r)}})}if((a&18)===2){if(l.componentShouldUpdate&&l.componentShouldUpdate(t,o,e)===!1)return;Ao(i,!1)}}}},Ac=(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 _c(this,r)},set(a){Ec(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},Cc=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$=oc(n)]);const a=yo(t,e.$modeName$);if(!cn.has(a)){const l=Ue("registerStyles",t.$tagName$);sc(a,o,!!(t.$flags$&1)),l()}}e.$ancestorComponent$,Ao(e,!0)},Tc=n=>{},Rc=n=>{if((q.$flags$&1)===0){const e=Sn(n),t=e.$cmpMeta$,s=Ue("connectedCallback",t.$tagName$);e.$flags$&1?(bo(n,e,t.$listeners$),Tc(e.$lazyInstance$)):(e.$flags$|=1,t.$flags$&12&&Lc(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}}),Cc(n,e,t)),s()}},Lc=n=>{const e=n["s-cr"]=ae.createComment("");e["s-cn"]=!0,n.insertBefore(e,n.firstChild)},Oc=n=>{if((q.$flags$&1)===0){const e=Sn(n);e.$rmListeners$&&(e.$rmListeners$.map(t=>t()),e.$rmListeners$=void 0)}},Co=(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(){Pc(this,t)},connectedCallback(){Rc(this),s&&s.call(this)},disconnectedCallback(){Oc(this),i&&i.call(this)},__attachShadow(){this.attachShadow({mode:"open",delegatesFocus:!!(t.$flags$&16)})}}),n.is=t.$tagName$,Ac(n,t)},To=new WeakMap,Sn=n=>To.get(n),Pc=(n,e)=>{const t={$flags$:0,$hostElement$:n,$cmpMeta$:e,$instanceValues$:new Map};return bo(n,t,e.$listeners$),To.set(n,t)},cr=(n,e)=>e in n,Mt=(n,e)=>(0,console.error)(n,e),cn=new Map,Ic=[],ur=[],Ro=[],Mc=(n,e)=>t=>{n.push(t),ds||(ds=!0,e&&q.$flags$&4?Nc(ps):q.raf(ps))},hr=n=>{for(let e=0;e<n.length;e++)try{n[e](performance.now())}catch(t){Mt(t)}n.length=0},ps=()=>{hr(ur),hr(Ro),(ds=ur.length>0)&&q.raf(ps)},Nc=n=>Ql().then(n),Dc=Mc(Ro,!0),Uc=(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>`},zc=n=>n.replace(/<(\/?)svg([^>]*)>/g,"").trim();function Hc(n){return`${n.getFullYear()}.${n.getMonth()+1}`}class Bc{constructor(e){this.voca_component=e,this.voca_added=Hc(new Date)}}const Fc="telia-vst{display:none}",jc=Co(class extends vo{constructor(){super(),this.__registerHost(),this.vocaInternalUStats=vc(this,"vocaInternalUStats")}connectedCallback(){this.vocaInternalUStats.emit(new Bc(this.dataTrackingId))}render(){return et(Ds,null)}static get style(){return Fc}},[0,"telia-vst",{dataTrackingId:[1,"data-tracking-id"]}]);function Lo(){if(typeof customElements>"u")return;["telia-vst"].forEach(e=>{switch(e){case"telia-vst":customElements.get(e)||customElements.define(e,jc);break}})}Lo();function fs(){return typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{vocadsIcons:void 0,vocadsIconsRegistered:!1}}function qc(){if(typeof fs().vocadsIcons!==void 0)return fs().vocadsIcons}function Wc(){return fs().vocadsIconsRegistered}const Gc=".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))}",Zc=Co(class extends vo{constructor(){super(),this.__registerHost(),this.size="md",this.allyTitle=null,this.dataTrackingId="telia-icon"}getSvgString(){if(this.svg)return this.svg;if(Wc()&&this.name){const n=qc();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=Uc({content:zc(n),attributes:e,title:this.allyTitle});return et(Ds,{class:`telia-icon telia-icon--${this.size}`},et("span",{"aria-label":this.allyTitle,class:"telia-icon__container",innerHTML:t}),et("telia-vst",{dataTrackingId:this.dataTrackingId}))}static get style(){return Gc}},[0,"telia-icon",{name:[1],svg:[1],size:[1],allyTitle:[1,"ally-title"],dataTestid:[1,"data-testid"]}]);function Yc(){if(typeof customElements>"u")return;["telia-icon","telia-vst"].forEach(e=>{switch(e){case"telia-icon":customElements.get(e)||customElements.define(e,Zc);break;case"telia-vst":customElements.get(e)||Lo();break}})}Yc();/**
|
|
22
22
|
* @license
|
|
23
23
|
* Copyright 2017 Google LLC
|
|
24
24
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
-
*/const
|
|
25
|
+
*/const Xc=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 Kc={attribute:!0,type:String,converter:sn,reflect:!1,hasChanged:Ps},Vc=(n=Kc,e,t)=>{const{kind:s,metadata:i}=t;let r=globalThis.litPropertyMetadata.get(i);if(r===void 0&&globalThis.litPropertyMetadata.set(i,r=new Map),s==="setter"&&((n=Object.create(n)).wrapped=!0),r.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)},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)}}throw Error("Unsupported decorator location: "+s)};function T(n){return(e,t)=>typeof t=="object"?Vc(n,e,t):((s,i,r)=>{const o=i.hasOwnProperty(r);return i.constructor.createProperty(r,s),o?Object.getOwnPropertyDescriptor(i,r):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 z(n){return T({...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 Qc=n=>n.strings===void 0;/**
|
|
38
38
|
* @license
|
|
39
39
|
* Copyright 2017 Google LLC
|
|
40
40
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
41
|
-
*/const
|
|
41
|
+
*/const _n={ATTRIBUTE:1,CHILD:2},En=n=>(...e)=>({_$litDirective$:n,values:e});let zs=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,s){this._$Ct=e,this._$AM=t,this._$Ci=s}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}};/**
|
|
42
42
|
* @license
|
|
43
43
|
* Copyright 2017 Google LLC
|
|
44
44
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
45
|
-
*/const
|
|
45
|
+
*/const wt=(n,e)=>{var s;const t=n._$AN;if(t===void 0)return!1;for(const i of t)(s=i._$AO)==null||s.call(i,e,!1),wt(i,e);return!0},un=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)},Oo=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),tu(e)}};function Jc(n){this._$AN!==void 0?(un(this),this._$AM=n,Oo(this)):this._$AM=n}function eu(n,e=!1,t=0){const s=this._$AH,i=this._$AN;if(i!==void 0&&i.size!==0)if(e)if(Array.isArray(s))for(let r=t;r<s.length;r++)wt(s[r],!1),un(s[r]);else s!=null&&(wt(s,!1),un(s));else wt(this,n)}const tu=n=>{n.type==_n.CHILD&&(n._$AP??(n._$AP=eu),n._$AQ??(n._$AQ=Jc))};let Po=class extends zs{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,s){super._$AT(e,t,s),Oo(this),this.isConnected=e._$AU}_$AO(e,t=!0){var s,i;e!==this.isConnected&&(this.isConnected=e,e?(s=this.reconnected)==null||s.call(this):(i=this.disconnected)==null||i.call(this)),t&&(wt(this,e),un(this))}setValue(e){if(Qc(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 re=()=>new nu;class nu{}const Yn=new WeakMap,oe=En(class extends Po{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=Yn.get(e);t===void 0&&(t=new WeakMap,Yn.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=Yn.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 rt=En(class extends zs{constructor(n){var e;if(super(n),n.type!==_n.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,i;if(this.st===void 0){this.st=new Set,n.strings!==void 0&&(this.nt=new Set(n.strings.join(" ").split(/\s/).filter(r=>r!=="")));for(const r in e)e[r]&&!((s=this.nt)!=null&&s.has(r))&&this.st.add(r);return this.render(e)}const t=n.element.classList;for(const r of this.st)r in e||(t.remove(r),this.st.delete(r));for(const r in e){const o=!!e[r];o===this.st.has(r)||(i=this.nt)!=null&&i.has(r)||(o?(t.add(r),this.st.add(r)):(t.remove(r),this.st.delete(r)))}return _e}});var su=Object.defineProperty,iu=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&su(e,t,i),i};const Qs=class Qs extends M{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}};Qs.styles=[Z`
|
|
54
54
|
:host {
|
|
55
55
|
position: fixed;
|
|
56
56
|
display: flex;
|
|
@@ -66,28 +66,30 @@
|
|
|
66
66
|
bottom: 20px;
|
|
67
67
|
left: 20px;
|
|
68
68
|
}
|
|
69
|
-
`];let
|
|
69
|
+
`];let hn=Qs;iu([T({attribute:!0})],hn.prototype,"anchor");const ru=new WeakMap;let dr=0;const Xn=new Map,pr=new WeakSet,fr=()=>new Promise(n=>requestAnimationFrame(n)),ou=[{transform:"translateX(100%) scale(0)",opacity:0}],au=[{opacity:0}],gr=[{opacity:0},{opacity:1}],mr=(n,e)=>{const t=n-e;return t===0?void 0:t},vr=(n,e)=>{const t=n/e;return t===1?void 0:t},Kn={left:(n,e)=>{const t=mr(n,e);return{value:t,transform:t==null||isNaN(t)?void 0:`translateX(${t}px)`}},top:(n,e)=>{const t=mr(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=vr(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=vr(n,e);return{value:s,overrideFrom:t,transform:s==null||isNaN(s)?void 0:`scaleY(${s})`}}},lu={duration:333,easing:"ease-in-out"},cu=["left","top","width","height","opacity","color","background"],br=new WeakMap;class uu extends Po{constructor(e){if(super(e),this.t=!1,this.i=null,this.o=null,this.h=!0,this.shouldLog=!1,e.type===_n.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 ru.get(this.u)}isDisabled(){var e;return this.options.disabled||((e=this.getController())==null?void 0:e.disabled)}update(e,[t]){var i;const s=this.u===void 0;return s&&(this.u=(i=e.options)==null?void 0:i.host,this.u.addController(this),this.u.updateComplete.then(r=>this.t=!0),this.element=e.element,br.set(this.element,this)),this.optionsOrCallback=t,(s||typeof t!="function")&&this.p(t),this.render(t)}p(e){e=e??{};const t=this.getController();t!==void 0&&((e={...t.defaultOptions,...e}).keyframeOptions={...t.defaultOptions.keyframeOptions,...e.keyframeOptions}),e.properties??(e.properties=cu),this.options=e}m(){const e={},t=this.element.getBoundingClientRect(),s=getComputedStyle(this.element);return this.options.properties.forEach(i=>{const r=t[i]??(Kn[i]?void 0:s[i]),o=Number(r);e[i]=isNaN(o)?r+"":o}),e}v(){let e,t=!0;return this.options.guard&&(e=this.options.guard(),t=((s,i)=>{if(Array.isArray(s)){if(Array.isArray(i)&&i.length===s.length&&s.every((r,o)=>r===i[o]))return!1}else if(i===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.p(this.optionsOrCallback()),this.v()&&(this.A=this.m(),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 fr;const t=this.O(),s=this.j(this.options.keyframeOptions,t),i=this.m();if(this.A!==void 0){const{from:r,to:o}=this.N(this.A,i,t);this.log("measured",[this.A,i,r,o]),e=this.calculateKeyframes(r,o)}else{const r=Xn.get(this.options.inId);if(r){Xn.delete(this.options.inId);const{from:o,to:a}=this.N(r,i,t);e=this.calculateKeyframes(o,a),e=this.options.in?[{...this.options.in[0],...e[0]},...this.options.in.slice(1),e[1]]:e,dr++,e.forEach(l=>l.zIndex=dr)}else this.options.in&&(e=[...this.options.in,{}])}this.animate(e,s)}resetStyles(){this.P!==void 0&&(this.element.setAttribute("style",this.P??""),this.P=void 0)}commitStyles(){var e,t;this.P=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&&Xn.set(this.options.id,this.A),this.options.out===void 0))return;if(this.prepare(),await fr(),(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 i=this.m();this.log("stabilizing out");const r=this.A.left-i.left,o=this.A.top-i.top;getComputedStyle(this.element).position!=="static"||r===0&&o===0||(this.element.style.position="relative"),r!==0&&(this.element.style.left=r+"px"),o!==0&&(this.element.style.top=o+"px")}}const e=this.j(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()}O(){const e=[];for(let t=this.element.parentNode;t;t=t==null?void 0:t.parentNode){const s=br.get(t);s&&!s.isDisabled()&&s&&e.push(s)}return e}get isHostRendered(){const e=pr.has(this.u);return e||this.u.updateComplete.then(()=>{pr.add(this.u)}),e}j(e,t=this.O()){const s={...lu};return t.forEach(i=>Object.assign(s,i.options.keyframeOptions)),Object.assign(s,e),s}N(e,t,s){e={...e},t={...t};const i=s.map(a=>a.animatingProperties).filter(a=>a!==void 0);let r=1,o=1;return i.length>0&&(i.forEach(a=>{a.width&&(r/=a.width),a.height&&(o/=a.height)}),e.left!==void 0&&t.left!==void 0&&(e.left=r*e.left,t.left=r*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 i={},r={};let o=!1;const a={};for(const l in t){const c=e[l],u=t[l];if(l in Kn){const p=Kn[l];if(c===void 0||u===void 0)continue;const d=p(c,u);d.transform!==void 0&&(a[l]=d.value,o=!0,i.transform=`${i.transform??""} ${d.transform}`,d.overrideFrom!==void 0&&Object.assign(i,d.overrideFrom))}else c!==u&&c!==void 0&&u!==void 0&&(o=!0,i[l]=c,r[l]=u)}return i.transformOrigin=r.transformOrigin=s?"center center":"top left",this.animatingProperties=a,o?[i,r]: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 i=this.getController();i==null||i.add(this);try{await this.webAnimation.finished}catch{}i==null||i.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 gs=En(uu),pe=(n,e,t)=>{n&&t.style.setProperty(e,n)},Io=(n,e)=>{var t,s,i,r,o,a,l,c,u;pe((t=n.colors)==null?void 0:t.primaryBackground,"--primary-background",e),pe((s=n.colors)==null?void 0:s.textOnPrimaryBackground,"--text-on-primary-background",e),pe((i=n.colors)==null?void 0:i.secondaryBackground,"--secondary-background",e),pe((r=n.colors)==null?void 0:r.textOnSecondaryBackground,"--text-on-secondary-background",e),pe((o=n.colors)==null?void 0:o.interactiveDestructiveBackground,"--destructive-color",e),pe((a=n.colors)==null?void 0:a.interactiveTextOnDestructiveBackground,"--text-on-destructive-color",e),pe((l=n.colors)==null?void 0:l.interactivePrimaryBackground,"--interactive-primary-background",e),pe((c=n.colors)==null?void 0:c.interactiveTextOnPrimaryBackground,"--interactive-text-on-primary-background",e),pe((u=n.colors)==null?void 0:u.focusColor,"--focus-color",e)};var hu=Object.defineProperty,Nt=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&hu(e,t,i),i};const Js=class Js extends M{constructor(){super(...arguments),this.active=!1,this.triggerVisible=!0,this.loaded=!1,this.containerRef=re(),this.widgetActive$=new F(!1),this.componentIsDestroyed$=new I}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&&Io(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 w` <img src=${t} class="trigger-icon" alt="" /> `;const s=(c=this.application)==null?void 0:c.triggerIcon;if(!s)return x;const i=async u=>Xl,{type:r,content:o}=s;switch(r){case"Telia":{const u=await i();return u?w`<telia-icon
|
|
70
70
|
class="trigger-icon"
|
|
71
|
-
svg=${
|
|
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,i,r,o,a;return w`<div
|
|
74
|
+
class=${rt({"trigger-container":!0,hidden:!this.triggerVisible})}
|
|
75
|
+
${oe(this.containerRef)}
|
|
76
76
|
>
|
|
77
|
-
${!this.active&&((i=(
|
|
77
|
+
${!this.active&&((i=(s=(t=(e=this.application)==null?void 0:e.settings)==null?void 0:t.branding)==null?void 0:s.other)!=null&&i.showButtonLabel)?w`
|
|
78
78
|
<button
|
|
79
|
-
|
|
79
|
+
type="button"
|
|
80
|
+
aria-label="${this.application.settings.branding.other.buttonLabelText??"Widget trigger"}"
|
|
80
81
|
class="trigger-label"
|
|
81
82
|
@click=${this.toggleActive}
|
|
82
|
-
${
|
|
83
|
+
${gs({keyframeOptions:{},in:ou,stabilizeOut:!0,skipInitial:!1})}
|
|
83
84
|
>
|
|
84
|
-
${this.application.settings.branding.other.buttonLabelText}
|
|
85
|
+
${this.application.settings.branding.other.buttonLabelText??"Widget trigger"}
|
|
85
86
|
</button>
|
|
86
|
-
`:
|
|
87
|
+
`:x}
|
|
87
88
|
|
|
88
89
|
<button
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
type="button"
|
|
91
|
+
aria-label="${((a=(o=(r=this.application)==null?void 0:r.settings)==null?void 0:o.branding.other)==null?void 0:a.buttonLabelText)??"Widget trigger"}"
|
|
92
|
+
class=${rt({trigger:!0,active:this.active,rendered:this.loaded})}
|
|
91
93
|
@click=${this.toggleActive}
|
|
92
94
|
>
|
|
93
95
|
${this.icon}
|
|
@@ -119,7 +121,7 @@
|
|
|
119
121
|
</svg>
|
|
120
122
|
</span>
|
|
121
123
|
</button>
|
|
122
|
-
</div>`}};
|
|
124
|
+
</div>`}};Js.styles=[Z`
|
|
123
125
|
:host {
|
|
124
126
|
--voca-rem-multiplier: 0.625;
|
|
125
127
|
--trigger-label-bg: #f5e0ff;
|
|
@@ -248,7 +250,7 @@
|
|
|
248
250
|
.trigger-label:hover {
|
|
249
251
|
opacity: 0.8;
|
|
250
252
|
}
|
|
251
|
-
`];let
|
|
253
|
+
`];let be=Js;Nt([T({attribute:!1})],be.prototype,"application");Nt([z()],be.prototype,"active");Nt([z()],be.prototype,"triggerVisible");Nt([z()],be.prototype,"loaded");Nt([z()],be.prototype,"icon");var du=Object.defineProperty,Oe=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&du(e,t,i),i};const Mo=n=>{const t=class t extends n{constructor(){super(...arguments),this.properties={},this.context={},this.layout={},this.nodes=[]}writeProperties(i){this.properties=i}writeLayout(i){this.layout=i}writeContext(i){this.context=i}addChild(i){i.parent=this,this.nodes.push(i)}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=[Z`
|
|
252
254
|
:host {
|
|
253
255
|
font-family: var(--font-family);
|
|
254
256
|
grid-column: span var(--width);
|
|
@@ -260,19 +262,19 @@
|
|
|
260
262
|
* {
|
|
261
263
|
box-sizing: border-box;
|
|
262
264
|
}
|
|
263
|
-
`];let e=t;return
|
|
265
|
+
`];let e=t;return Oe([T()],e.prototype,"properties"),Oe([T()],e.prototype,"context"),Oe([T()],e.prototype,"layout"),Oe([T()],e.prototype,"name"),Oe([T()],e.prototype,"type"),Oe([T({attribute:!1})],e.prototype,"application"),Oe([T({attribute:!1})],e.prototype,"parent"),e},ei=class ei extends Mo(M){render(){return w`Non resolved component`}};ei.styles=[Z`
|
|
264
266
|
:host {
|
|
265
267
|
display: block;
|
|
266
268
|
}
|
|
267
|
-
`];let
|
|
269
|
+
`];let ms=ei;/**
|
|
268
270
|
* @license
|
|
269
271
|
* Copyright 2021 Google LLC
|
|
270
272
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
271
|
-
*/function*
|
|
273
|
+
*/function*pu(n,e){if(n!==void 0){let t=0;for(const s of n)yield e(s,t++)}}var Hs=(n=>(n.Inline="inline",n.Trigger="trigger",n))(Hs||{});/**
|
|
272
274
|
* @license
|
|
273
275
|
* Copyright 2021 Google LLC
|
|
274
276
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
275
|
-
*/let
|
|
277
|
+
*/let No=class extends Event{constructor(e,t,s,i){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t,this.callback=s,this.subscribe=i??!1}};/**
|
|
276
278
|
* @license
|
|
277
279
|
* Copyright 2021 Google LLC
|
|
278
280
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -280,25 +282,25 @@
|
|
|
280
282
|
* @license
|
|
281
283
|
* Copyright 2021 Google LLC
|
|
282
284
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
283
|
-
*/let
|
|
285
|
+
*/let yr=class{constructor(e,t,s,i){if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=(r,o)=>{this.unsubscribe&&(this.unsubscribe!==o&&(this.provided=!1,this.unsubscribe()),this.subscribe||this.unsubscribe()),this.value=r,this.host.requestUpdate(),this.provided&&!this.subscribe||(this.provided=!0,this.callback&&this.callback(r,o)),this.unsubscribe=o},this.host=e,t.context!==void 0){const r=t;this.context=r.context,this.callback=r.callback,this.subscribe=r.subscribe??!1}else this.context=t,this.callback=s,this.subscribe=i??!1;this.host.addController(this)}hostConnected(){this.dispatchRequest()}hostDisconnected(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}dispatchRequest(){this.host.dispatchEvent(new No(this.context,this.host,this.t,this.subscribe))}};/**
|
|
284
286
|
* @license
|
|
285
287
|
* Copyright 2021 Google LLC
|
|
286
288
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
287
|
-
*/class
|
|
289
|
+
*/class fu{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:i}=this.subscriptions.get(e);e(this.value,i)}clearCallbacks(){this.subscriptions.clear()}}/**
|
|
288
290
|
* @license
|
|
289
291
|
* Copyright 2021 Google LLC
|
|
290
292
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
291
|
-
*/let
|
|
293
|
+
*/let gu=class extends Event{constructor(e,t){super("context-provider",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=t}};class $r extends fu{constructor(e,t,s){var i,r;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 No(this.context,c,l,!0)));o.stopPropagation()},this.host=e,t.context!==void 0?this.context=t.context:this.context=t,this.attachListeners(),(r=(i=this.host).addController)==null||r.call(i,this)}attachListeners(){this.host.addEventListener("context-request",this.onContextRequest),this.host.addEventListener("context-provider",this.onProviderRequest)}hostConnected(){this.host.dispatchEvent(new gu(this.context,this.host))}}/**
|
|
292
294
|
* @license
|
|
293
295
|
* Copyright 2017 Google LLC
|
|
294
296
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
295
|
-
*/function
|
|
297
|
+
*/function mu({context:n}){return(e,t)=>{const s=new WeakMap;if(typeof t=="object")return{get(){return e.get.call(this)},set(i){return s.get(this).setValue(i),e.set.call(this,i)},init(i){return s.set(this,new $r(this,{context:n,initialValue:i})),i}};{e.constructor.addInitializer(o=>{s.set(o,new $r(o,{context:n}))});const i=Object.getOwnPropertyDescriptor(e,t);let r;if(i===void 0){const o=new WeakMap;r={get(){return o.get(this)},set(a){s.get(this).setValue(a),o.set(this,a)},configurable:!0,enumerable:!0}}else{const o=i.set;r={...i,set(a){s.get(this).setValue(a),o==null||o.call(this,a)}}}return void Object.defineProperty(e,t,r)}}}/**
|
|
296
298
|
* @license
|
|
297
299
|
* Copyright 2022 Google LLC
|
|
298
300
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
299
|
-
*/function
|
|
300
|
-
${
|
|
301
|
-
</div>`}};
|
|
301
|
+
*/function vu({context:n,subscribe:e}){return(t,s)=>{typeof s=="object"?s.addInitializer(function(){new yr(this,{context:n,callback:i=>{t.set.call(this,i)},subscribe:e})}):t.constructor.addInitializer(i=>{new yr(i,{context:n,callback:r=>{i[s]=r},subscribe:e})})}}var bu=Object.defineProperty,Do=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&bu(e,t,i),i};const Uo="application",ti=class ti extends M{constructor(){super(...arguments),this.nodes=[],this.wrapperRef=re(),this.fullscreen=!1,this.isReady=new F(!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&&Io(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,i])=>{t.style.setProperty(`--${s}`,i)})}firstUpdated(e){this.applyBranding(),this.applyStyles()}render(){var s,i;const e=this.application.settings.components.conversation;return((i=(s=e==null?void 0:e.properties)==null?void 0:s.chat)==null?void 0:i.isThirdPartyWidget)?this.renderRoot.host.classList.add("third-party"):this.application.renderStrategy===Hs.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"),w`<div class="widget-container" ${oe(this.wrapperRef)}>
|
|
302
|
+
${pu(this.nodes,r=>r)}
|
|
303
|
+
</div>`}};ti.styles=Z`
|
|
302
304
|
:host {
|
|
303
305
|
--font-family: TeliaSans, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
304
306
|
--spacing-xs: 0.2rem;
|
|
@@ -463,24 +465,24 @@
|
|
|
463
465
|
:host(.expanded.embedded) {
|
|
464
466
|
animation: none;
|
|
465
467
|
}
|
|
466
|
-
`;let
|
|
468
|
+
`;let At=ti;Do([T({attribute:!0})],At.prototype,"fullscreen");Do([T({attribute:!1}),mu({context:Uo})],At.prototype,"application");var yu=Object.defineProperty,Bs=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&yu(e,t,i),i};const ni=class ni extends M{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===Hs.Trigger){const e=new be;return e.application=this.widget,e}return this.widget.render()}};ni.styles=[Z`
|
|
467
469
|
:host {
|
|
468
470
|
display: block;
|
|
469
471
|
}
|
|
470
|
-
`];let
|
|
471
|
-
svg=${
|
|
472
|
+
`];let ot=ni;Bs([T({attribute:!0})],ot.prototype,"name");Bs([z()],ot.prototype,"widget");Bs([z()],ot.prototype,"status");customElements.get("ace-trigger-slot")||customElements.define("ace-trigger-slot",hn);customElements.get("ace-trigger")||customElements.define("ace-trigger",be);customElements.get("ace-unresolved-component")||customElements.define("ace-unresolved-component",ms);customElements.get("ace-wrapper")||customElements.define("ace-wrapper",At);customElements.get("ace-widget")||customElements.define("ace-widget",ot);class $u{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 xr{constructor(e,t,s,i,r){this.id=e,this.providerKey=t,this.providerOptions=s,this.component=r,this.provider$=new F(null),this.entries$=new F([]),this.removeEntryAction$=new I,this.kill$=new I,this.isTyping$=new F(!1),this.data$=new F({}),this.complete$=this.provider$.pipe(Je(l=>l?l.onComplete():Ot));const o=this._getProviderFactory(t);if(!o)throw new Error(`No provider with key "${t}" was found.`);this.data$.next(i);const a=o(this.component);this.provider$.next(a),a.actions().pipe(as(this.kill$)).subscribe(l=>{this.write(l)}),a.isTyping().pipe(as(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(Ie(1)).subscribe(t=>{this.entries$.next([...t,e])})}_addEntryRemoveHandler(e){e.remove$.pipe(Je(()=>this.entries$),Ie(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 xu{constructor(e){this.component=e,this.currentSession$=new F(null),this.sessions=[],this.storage=null,nn(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(),i={};t=this._createNewSession(s,i)}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 xr(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(i=>i.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(),i=new xr(oo(),e,t,{},this.component);return s.sessions.push(i),this.save(s),i}_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 wu{constructor(e,t){this.state$=e,this.component=t,this.entries$=new F([]),this.session=()=>this.session$,this.isTyping=()=>this.isTyping$,this.entries=()=>this.entries$.asObservable(),this.sessionService=new xu(this.component),this.session$=this.sessionService.currentSession(),this.isTyping$=this.session$.pipe(Je(s=>s?s.provider$.pipe(Je(i=>i?i.isTyping():os(!1))):os(!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(Je(e=>{if(!e)return Ot;const t=e.removeEntryAction$.pipe(ls(this.entries$)).pipe(tn(([i,r])=>r.filter(o=>o.id!==i.id))),s=e.entries().pipe(tn(i=>{const r=this.entries$.value,o=i.filter(a=>r.findIndex(l=>l.id===a.id)===-1);return[...r,...o]}));return vl(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 ku=Object.defineProperty,Su=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&ku(e,t,i),i};const si=class si extends M{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="";return e?t?s=`${e}: ${this._getTimestamp(t)}`:s=e:t&&(s=this._getTimestamp(t)),w`<p class="conversation-timestamp">${s}</p>`}_renderDeliveryStatus(e){return e==="delivered"?w`<telia-icon
|
|
473
|
+
svg=${Wl.svg}
|
|
472
474
|
size="sm"
|
|
473
|
-
></telia-icon>`:e==="failed"?
|
|
474
|
-
svg=${
|
|
475
|
+
></telia-icon>`:e==="failed"?w`<telia-icon
|
|
476
|
+
svg=${ql.svg}
|
|
475
477
|
size="sm"
|
|
476
478
|
title="Message could not be delivered"
|
|
477
|
-
></telia-icon>`:
|
|
479
|
+
></telia-icon>`:w`<telia-icon svg=${Gl.svg} size="sm"></telia-icon>`}_dispatchEntryAction(e){this.entry.actions$.next(e.detail)}render(){var e,t;switch(this.entry.type){case ve.System:return w`
|
|
478
480
|
<div class="conversation-system-message">
|
|
479
|
-
${this.entry.messages.map(
|
|
481
|
+
${this.entry.messages.map(s=>w`
|
|
480
482
|
<div class="message-container">
|
|
481
483
|
<div class="message-content">
|
|
482
484
|
<conversation-group
|
|
483
|
-
.group=${
|
|
485
|
+
.group=${s}
|
|
484
486
|
@action=${this._dispatchEntryAction}
|
|
485
487
|
></conversation-group>
|
|
486
488
|
</div>
|
|
@@ -488,18 +490,18 @@
|
|
|
488
490
|
`)}
|
|
489
491
|
<span>${this._getTimestamp(this.entry.timestamp)}</span>
|
|
490
492
|
</div>
|
|
491
|
-
`;case
|
|
492
|
-
class=${
|
|
493
|
+
`;case ve.Agent:return w`<div
|
|
494
|
+
class=${rt({"conversation-agent-message":!0,"has-avatar":!!((e=this.entry.sender)!=null&&e.avatar)})}
|
|
493
495
|
>
|
|
494
|
-
${typeof((t=this.entry.sender)==null?void 0:t.avatar)=="string"?
|
|
496
|
+
${typeof((t=this.entry.sender)==null?void 0:t.avatar)=="string"?w`<div class="avatar">
|
|
495
497
|
<img src=${this.entry.sender.avatar} />
|
|
496
|
-
</div>`:
|
|
498
|
+
</div>`:x}
|
|
497
499
|
|
|
498
500
|
<div class="entry-content">
|
|
499
|
-
${this.entry.messages.map(
|
|
501
|
+
${this.entry.messages.map(s=>w`
|
|
500
502
|
<div class="message-container">
|
|
501
503
|
<div class="message-content">
|
|
502
|
-
<conversation-group .group=${
|
|
504
|
+
<conversation-group .group=${s}></conversation-group>
|
|
503
505
|
</div>
|
|
504
506
|
</div>
|
|
505
507
|
`)}
|
|
@@ -507,14 +509,14 @@
|
|
|
507
509
|
<div class="message-details">
|
|
508
510
|
${this._renderTimestamp(this.entry.sender.name||"",this.entry.timestamp)}
|
|
509
511
|
</div>
|
|
510
|
-
</div>`;case
|
|
511
|
-
class=${
|
|
512
|
+
</div>`;case ve.User:return w`<div
|
|
513
|
+
class=${rt({"conversation-user-message":!0,"has-error":this.entry.status==="failed"})}
|
|
512
514
|
>
|
|
513
515
|
<div class="entry-content">
|
|
514
|
-
${this.entry.messages.map(
|
|
516
|
+
${this.entry.messages.map(s=>w`
|
|
515
517
|
<div class="message-container">
|
|
516
518
|
<div class="message-content">
|
|
517
|
-
<conversation-group .group=${
|
|
519
|
+
<conversation-group .group=${s}></conversation-group>
|
|
518
520
|
</div>
|
|
519
521
|
</div>
|
|
520
522
|
`)}
|
|
@@ -523,7 +525,7 @@
|
|
|
523
525
|
${this._renderTimestamp(this.entry.sender.name||"",this.entry.timestamp)}
|
|
524
526
|
${this._renderDeliveryStatus(this.entry.status)}
|
|
525
527
|
</div>
|
|
526
|
-
</div>`;default:return
|
|
528
|
+
</div>`;default:return x}}};si.styles=[Z`
|
|
527
529
|
:host {
|
|
528
530
|
box-sizing: border-box;
|
|
529
531
|
display: inline;
|
|
@@ -643,18 +645,18 @@
|
|
|
643
645
|
.entry-content {
|
|
644
646
|
grid-area: content;
|
|
645
647
|
}
|
|
646
|
-
`];let
|
|
647
|
-
${this.entries.map(e=>
|
|
648
|
+
`];let dn=si;Su([T({attribute:!1})],dn.prototype,"entry");var _u=Object.defineProperty,zo=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&_u(e,t,i),i};const ii=class ii extends M{constructor(){super(...arguments),this.entries=[],this.loading=!0}updated(e){const t=new CustomEvent("updated",{});this.dispatchEvent(t)}render(){return w`<div class="conversation-feed">
|
|
649
|
+
${this.entries.map(e=>w`<div class="conversation-entry" tabindex="-1">
|
|
648
650
|
<conversation-entry
|
|
649
651
|
.entry=${e}
|
|
650
|
-
${
|
|
652
|
+
${gs({keyframeOptions:{},in:gr,stabilizeOut:!0,skipInitial:!1})}
|
|
651
653
|
>
|
|
652
654
|
</conversation-entry>
|
|
653
655
|
</div>`)}
|
|
654
|
-
${this.loading?
|
|
655
|
-
${
|
|
656
|
-
></ace-typing-state>`:
|
|
657
|
-
</div>`}};
|
|
656
|
+
${this.loading?w`<ace-typing-state
|
|
657
|
+
${gs({keyframeOptions:{},in:gr,out:au,stabilizeOut:!0,skipInitial:!1})}
|
|
658
|
+
></ace-typing-state>`:x}
|
|
659
|
+
</div>`}};ii.styles=[Z`
|
|
658
660
|
:host {
|
|
659
661
|
display: block;
|
|
660
662
|
}
|
|
@@ -670,17 +672,17 @@
|
|
|
670
672
|
.conversation-entry:focus {
|
|
671
673
|
outline-color: var(--focus-color);
|
|
672
674
|
}
|
|
673
|
-
`];let
|
|
675
|
+
`];let Ct=ii;zo([T({attribute:!1})],Ct.prototype,"entries");zo([T({type:Boolean})],Ct.prototype,"loading");/**
|
|
674
676
|
* @license
|
|
675
677
|
* Copyright 2021 Google LLC
|
|
676
678
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
677
|
-
*/const
|
|
679
|
+
*/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,Cu=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&Au(e,t,i),i};const ri=class ri extends M{render(){return w`
|
|
678
680
|
<div class="message-group">
|
|
679
|
-
${this.group.items.map(([e,t,
|
|
680
|
-
${
|
|
681
|
+
${this.group.items.map(([e,t,s])=>w`
|
|
682
|
+
${Eu(e,[["html",()=>w`<message-type-html .message=${t} />`],["markdown",()=>w`<message-type-markdown .message=${t} />`]],()=>{const i=customElements.get(e);if(!i)return x;const r=new i(s||null);return w`${r}`})}
|
|
681
683
|
`)}
|
|
682
684
|
</div>
|
|
683
|
-
`}};
|
|
685
|
+
`}};ri.styles=[Z`
|
|
684
686
|
:host {
|
|
685
687
|
box-sizing: border-box;
|
|
686
688
|
display: block;
|
|
@@ -693,11 +695,11 @@
|
|
|
693
695
|
flex-direction: column;
|
|
694
696
|
gap: var(--spacing-md);
|
|
695
697
|
}
|
|
696
|
-
`];let
|
|
698
|
+
`];let pn=ri;Cu([T({attribute:!1})],pn.prototype,"group");const oi=class oi extends M{render(){return w`<div class="container">
|
|
697
699
|
<div class="dot"></div>
|
|
698
700
|
<div class="dot"></div>
|
|
699
701
|
<div class="dot"></div>
|
|
700
|
-
</div>`}};
|
|
702
|
+
</div>`}};oi.styles=[Z`
|
|
701
703
|
:host {
|
|
702
704
|
display: block;
|
|
703
705
|
}
|
|
@@ -731,13 +733,14 @@
|
|
|
731
733
|
opacity: 1;
|
|
732
734
|
}
|
|
733
735
|
}
|
|
734
|
-
`];let
|
|
736
|
+
`];let vs=oi;/**
|
|
735
737
|
* @license
|
|
736
738
|
* Copyright 2017 Google LLC
|
|
737
739
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
738
|
-
*/class Vt extends gs{constructor(e){if(super(e),this.it=m,e.type!==St.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===m||e==null)return this._t=void 0,this.it=e;if(e===V)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:[]}}}Vt.directiveName="unsafeHTML",Vt.resultType=1;const cl=Ct(Vt);var hl=Object.defineProperty,ul=(s,e,t,n)=>{for(var i=void 0,r=s.length-1,o;r>=0;r--)(o=s[r])&&(i=o(e,t,i)||i);return i&&hl(e,t,i),i};const zs=class zs extends S{render(){return v`<div class="message-type-html">
|
|
739
|
-
|
|
740
|
-
|
|
740
|
+
*/class bs extends zs{constructor(e){if(super(e),this.it=x,e.type!==_n.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===_e)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:[]}}}bs.directiveName="unsafeHTML",bs.resultType=1;const Tu=En(bs);/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */const{entries:Ho,setPrototypeOf:wr,isFrozen:Ru,getPrototypeOf:Lu,getOwnPropertyDescriptor:Ou}=Object;let{freeze:W,seal:Q,create:Bo}=Object,{apply:ys,construct:$s}=typeof Reflect<"u"&&Reflect;W||(W=function(e){return e});Q||(Q=function(e){return e});ys||(ys=function(e,t,s){return e.apply(t,s)});$s||($s=function(e,t){return new e(...t)});const Zt=G(Array.prototype.forEach),Pu=G(Array.prototype.lastIndexOf),kr=G(Array.prototype.pop),pt=G(Array.prototype.push),Iu=G(Array.prototype.splice),Qt=G(String.prototype.toLowerCase),Vn=G(String.prototype.toString),Sr=G(String.prototype.match),ft=G(String.prototype.replace),Mu=G(String.prototype.indexOf),Nu=G(String.prototype.trim),ee=G(Object.prototype.hasOwnProperty),B=G(RegExp.prototype.test),gt=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 ys(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 $(n,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Qt;wr&&wr(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++)ee(n,e)||(n[e]=null);return n}function fe(n){const e=Bo(null);for(const[t,s]of Ho(n))ee(n,t)&&(Array.isArray(s)?e[t]=Uu(s):s&&typeof s=="object"&&s.constructor===Object?e[t]=fe(s):e[t]=s);return e}function mt(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 _r=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","section","select","shadow","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"]),Qn=W(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Jn=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"]),es=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"]),Hu=W(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Er=W(["#text"]),Ar=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","face","for","headers","height","hidden","high","href","hreflang","id","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","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),ts=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","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"]),Cr=W(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","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"]),Yt=W(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Bu=Q(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Fu=Q(/<%[\w\W]*|[\w\W]*%>/gm),ju=Q(/\$\{[\w\W]*/gm),qu=Q(/^data-[\-\w.\u00B7-\uFFFF]+$/),Wu=Q(/^aria-[\-\w]+$/),Fo=Q(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Gu=Q(/^(?:\w+script|data):/i),Zu=Q(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),jo=Q(/^html$/i),Yu=Q(/^[a-z][.\w]*(-[.\w]+)+$/i);var Tr=Object.freeze({__proto__:null,ARIA_ATTR:Wu,ATTR_WHITESPACE:Zu,CUSTOM_ELEMENT:Yu,DATA_ATTR:qu,DOCTYPE_NAME:jo,ERB_EXPR:Fu,IS_ALLOWED_URI:Fo,IS_SCRIPT_OR_DATA:Gu,MUSTACHE_EXPR:Bu,TMPLIT_EXPR:ju});const vt={element:1,text:3,progressingInstruction:7,comment:8,document:9},Xu=function(){return typeof window>"u"?null:window},Ku=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}},Rr=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function qo(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Xu();const e=b=>qo(b);if(e.version="3.2.6",e.removed=[],!n||!n.document||n.document.nodeType!==vt.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,m=l.prototype,y=mt(m,"cloneNode"),ce=mt(m,"remove"),J=mt(m,"nextSibling"),xe=mt(m,"childNodes"),Ee=mt(m,"parentNode");if(typeof o=="function"){const b=t.createElement("template");b.content&&b.content.ownerDocument&&(t=b.content.ownerDocument)}let L,Ae="";const{implementation:Ce,createNodeIterator:Te,createDocumentFragment:oa,getElementsByTagName:aa}=t,{importNode:la}=s;let H=Rr();e.isSupported=typeof Ho=="function"&&typeof Ee=="function"&&Ce&&Ce.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:Tn,ERB_EXPR:Rn,TMPLIT_EXPR:Ln,DATA_ATTR:ca,ARIA_ATTR:ua,IS_SCRIPT_OR_DATA:ha,ATTR_WHITESPACE:hi,CUSTOM_ELEMENT:da}=Tr;let{IS_ALLOWED_URI:di}=Tr,O=null;const pi=$({},[..._r,...Qn,...Jn,...es,...Er]);let N=null;const fi=$({},[...Ar,...ts,...Cr,...Yt]);let C=Object.seal(Bo(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}})),lt=null,On=null,gi=!0,Pn=!0,mi=!1,vi=!0,Be=!1,Ut=!0,Re=!1,In=!1,Mn=!1,Fe=!1,zt=!1,Ht=!1,bi=!0,yi=!1;const pa="user-content-";let Nn=!0,ct=!1,je={},qe=null;const $i=$({},["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 xi=null;const wi=$({},["audio","video","img","source","image","track"]);let Dn=null;const ki=$({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Bt="http://www.w3.org/1998/Math/MathML",Ft="http://www.w3.org/2000/svg",ue="http://www.w3.org/1999/xhtml";let We=ue,Un=!1,zn=null;const fa=$({},[Bt,Ft,ue],Vn);let jt=$({},["mi","mo","mn","ms","mtext"]),qt=$({},["annotation-xml"]);const ga=$({},["title","style","font","a","script"]);let ut=null;const ma=["application/xhtml+xml","text/html"],va="text/html";let P=null,Ge=null;const ba=t.createElement("form"),Si=function(h){return h instanceof RegExp||h instanceof Function},Hn=function(){let h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Ge&&Ge===h)){if((!h||typeof h!="object")&&(h={}),h=fe(h),ut=ma.indexOf(h.PARSER_MEDIA_TYPE)===-1?va:h.PARSER_MEDIA_TYPE,P=ut==="application/xhtml+xml"?Vn:Qt,O=ee(h,"ALLOWED_TAGS")?$({},h.ALLOWED_TAGS,P):pi,N=ee(h,"ALLOWED_ATTR")?$({},h.ALLOWED_ATTR,P):fi,zn=ee(h,"ALLOWED_NAMESPACES")?$({},h.ALLOWED_NAMESPACES,Vn):fa,Dn=ee(h,"ADD_URI_SAFE_ATTR")?$(fe(ki),h.ADD_URI_SAFE_ATTR,P):ki,xi=ee(h,"ADD_DATA_URI_TAGS")?$(fe(wi),h.ADD_DATA_URI_TAGS,P):wi,qe=ee(h,"FORBID_CONTENTS")?$({},h.FORBID_CONTENTS,P):$i,lt=ee(h,"FORBID_TAGS")?$({},h.FORBID_TAGS,P):fe({}),On=ee(h,"FORBID_ATTR")?$({},h.FORBID_ATTR,P):fe({}),je=ee(h,"USE_PROFILES")?h.USE_PROFILES:!1,gi=h.ALLOW_ARIA_ATTR!==!1,Pn=h.ALLOW_DATA_ATTR!==!1,mi=h.ALLOW_UNKNOWN_PROTOCOLS||!1,vi=h.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Be=h.SAFE_FOR_TEMPLATES||!1,Ut=h.SAFE_FOR_XML!==!1,Re=h.WHOLE_DOCUMENT||!1,Fe=h.RETURN_DOM||!1,zt=h.RETURN_DOM_FRAGMENT||!1,Ht=h.RETURN_TRUSTED_TYPE||!1,Mn=h.FORCE_BODY||!1,bi=h.SANITIZE_DOM!==!1,yi=h.SANITIZE_NAMED_PROPS||!1,Nn=h.KEEP_CONTENT!==!1,ct=h.IN_PLACE||!1,di=h.ALLOWED_URI_REGEXP||Fo,We=h.NAMESPACE||ue,jt=h.MATHML_TEXT_INTEGRATION_POINTS||jt,qt=h.HTML_INTEGRATION_POINTS||qt,C=h.CUSTOM_ELEMENT_HANDLING||{},h.CUSTOM_ELEMENT_HANDLING&&Si(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(C.tagNameCheck=h.CUSTOM_ELEMENT_HANDLING.tagNameCheck),h.CUSTOM_ELEMENT_HANDLING&&Si(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(C.attributeNameCheck=h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),h.CUSTOM_ELEMENT_HANDLING&&typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(C.allowCustomizedBuiltInElements=h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Be&&(Pn=!1),zt&&(Fe=!0),je&&(O=$({},Er),N=[],je.html===!0&&($(O,_r),$(N,Ar)),je.svg===!0&&($(O,Qn),$(N,ts),$(N,Yt)),je.svgFilters===!0&&($(O,Jn),$(N,ts),$(N,Yt)),je.mathMl===!0&&($(O,es),$(N,Cr),$(N,Yt))),h.ADD_TAGS&&(O===pi&&(O=fe(O)),$(O,h.ADD_TAGS,P)),h.ADD_ATTR&&(N===fi&&(N=fe(N)),$(N,h.ADD_ATTR,P)),h.ADD_URI_SAFE_ATTR&&$(Dn,h.ADD_URI_SAFE_ATTR,P),h.FORBID_CONTENTS&&(qe===$i&&(qe=fe(qe)),$(qe,h.FORBID_CONTENTS,P)),Nn&&(O["#text"]=!0),Re&&$(O,["html","head","body"]),O.table&&($(O,["tbody"]),delete lt.tbody),h.TRUSTED_TYPES_POLICY){if(typeof h.TRUSTED_TYPES_POLICY.createHTML!="function")throw gt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof h.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw gt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');L=h.TRUSTED_TYPES_POLICY,Ae=L.createHTML("")}else L===void 0&&(L=Ku(g,i)),L!==null&&typeof Ae=="string"&&(Ae=L.createHTML(""));W&&W(h),Ge=h}},_i=$({},[...Qn,...Jn,...zu]),Ei=$({},[...es,...Hu]),ya=function(h){let f=Ee(h);(!f||!f.tagName)&&(f={namespaceURI:We,tagName:"template"});const v=Qt(h.tagName),A=Qt(f.tagName);return zn[h.namespaceURI]?h.namespaceURI===Ft?f.namespaceURI===ue?v==="svg":f.namespaceURI===Bt?v==="svg"&&(A==="annotation-xml"||jt[A]):!!_i[v]:h.namespaceURI===Bt?f.namespaceURI===ue?v==="math":f.namespaceURI===Ft?v==="math"&&qt[A]:!!Ei[v]:h.namespaceURI===ue?f.namespaceURI===Ft&&!qt[A]||f.namespaceURI===Bt&&!jt[A]?!1:!Ei[v]&&(ga[v]||!_i[v]):!!(ut==="application/xhtml+xml"&&zn[h.namespaceURI]):!1},se=function(h){pt(e.removed,{element:h});try{Ee(h).removeChild(h)}catch{ce(h)}},Ze=function(h,f){try{pt(e.removed,{attribute:f.getAttributeNode(h),from:f})}catch{pt(e.removed,{attribute:null,from:f})}if(f.removeAttribute(h),h==="is")if(Fe||zt)try{se(f)}catch{}else try{f.setAttribute(h,"")}catch{}},Ai=function(h){let f=null,v=null;if(Mn)h="<remove></remove>"+h;else{const R=Sr(h,/^[\r\n\t ]+/);v=R&&R[0]}ut==="application/xhtml+xml"&&We===ue&&(h='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+h+"</body></html>");const A=L?L.createHTML(h):h;if(We===ue)try{f=new d().parseFromString(A,ut)}catch{}if(!f||!f.documentElement){f=Ce.createDocument(We,"template",null);try{f.documentElement.innerHTML=Un?Ae:A}catch{}}const D=f.body||f.documentElement;return h&&v&&D.insertBefore(t.createTextNode(v),D.childNodes[0]||null),We===ue?aa.call(f,Re?"html":"body")[0]:Re?f.documentElement:D},Ci=function(h){return Te.call(h.ownerDocument||h,h,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},Bn=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")},Ti=function(h){return typeof a=="function"&&h instanceof a};function he(b,h,f){Zt(b,v=>{v.call(e,h,f,Ge)})}const Ri=function(h){let f=null;if(he(H.beforeSanitizeElements,h,null),Bn(h))return se(h),!0;const v=P(h.nodeName);if(he(H.uponSanitizeElement,h,{tagName:v,allowedTags:O}),Ut&&h.hasChildNodes()&&!Ti(h.firstElementChild)&&B(/<[/\w!]/g,h.innerHTML)&&B(/<[/\w!]/g,h.textContent)||h.nodeType===vt.progressingInstruction||Ut&&h.nodeType===vt.comment&&B(/<[/\w]/g,h.data))return se(h),!0;if(!O[v]||lt[v]){if(!lt[v]&&Oi(v)&&(C.tagNameCheck instanceof RegExp&&B(C.tagNameCheck,v)||C.tagNameCheck instanceof Function&&C.tagNameCheck(v)))return!1;if(Nn&&!qe[v]){const A=Ee(h)||h.parentNode,D=xe(h)||h.childNodes;if(D&&A){const R=D.length;for(let Y=R-1;Y>=0;--Y){const de=y(D[Y],!0);de.__removalCount=(h.__removalCount||0)+1,A.insertBefore(de,J(h))}}}return se(h),!0}return h instanceof l&&!ya(h)||(v==="noscript"||v==="noembed"||v==="noframes")&&B(/<\/no(script|embed|frames)/i,h.innerHTML)?(se(h),!0):(Be&&h.nodeType===vt.text&&(f=h.textContent,Zt([Tn,Rn,Ln],A=>{f=ft(f,A," ")}),h.textContent!==f&&(pt(e.removed,{element:h.cloneNode()}),h.textContent=f)),he(H.afterSanitizeElements,h,null),!1)},Li=function(h,f,v){if(bi&&(f==="id"||f==="name")&&(v in t||v in ba))return!1;if(!(Pn&&!On[f]&&B(ca,f))){if(!(gi&&B(ua,f))){if(!N[f]||On[f]){if(!(Oi(h)&&(C.tagNameCheck instanceof RegExp&&B(C.tagNameCheck,h)||C.tagNameCheck instanceof Function&&C.tagNameCheck(h))&&(C.attributeNameCheck instanceof RegExp&&B(C.attributeNameCheck,f)||C.attributeNameCheck instanceof Function&&C.attributeNameCheck(f))||f==="is"&&C.allowCustomizedBuiltInElements&&(C.tagNameCheck instanceof RegExp&&B(C.tagNameCheck,v)||C.tagNameCheck instanceof Function&&C.tagNameCheck(v))))return!1}else if(!Dn[f]){if(!B(di,ft(v,hi,""))){if(!((f==="src"||f==="xlink:href"||f==="href")&&h!=="script"&&Mu(v,"data:")===0&&xi[h])){if(!(mi&&!B(ha,ft(v,hi,"")))){if(v)return!1}}}}}}return!0},Oi=function(h){return h!=="annotation-xml"&&Sr(h,da)},Pi=function(h){he(H.beforeSanitizeAttributes,h,null);const{attributes:f}=h;if(!f||Bn(h))return;const v={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:N,forceKeepAttr:void 0};let A=f.length;for(;A--;){const D=f[A],{name:R,namespaceURI:Y,value:de}=D,ht=P(R),Fn=de;let U=R==="value"?Fn:Nu(Fn);if(v.attrName=ht,v.attrValue=U,v.keepAttr=!0,v.forceKeepAttr=void 0,he(H.uponSanitizeAttribute,h,v),U=v.attrValue,yi&&(ht==="id"||ht==="name")&&(Ze(R,h),U=pa+U),Ut&&B(/((--!?|])>)|<\/(style|title)/i,U)){Ze(R,h);continue}if(v.forceKeepAttr)continue;if(!v.keepAttr){Ze(R,h);continue}if(!vi&&B(/\/>/i,U)){Ze(R,h);continue}Be&&Zt([Tn,Rn,Ln],Mi=>{U=ft(U,Mi," ")});const Ii=P(h.nodeName);if(!Li(Ii,ht,U)){Ze(R,h);continue}if(L&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!Y)switch(g.getAttributeType(Ii,ht)){case"TrustedHTML":{U=L.createHTML(U);break}case"TrustedScriptURL":{U=L.createScriptURL(U);break}}if(U!==Fn)try{Y?h.setAttributeNS(Y,R,U):h.setAttribute(R,U),Bn(h)?se(h):kr(e.removed)}catch{Ze(R,h)}}he(H.afterSanitizeAttributes,h,null)},$a=function b(h){let f=null;const v=Ci(h);for(he(H.beforeSanitizeShadowDOM,h,null);f=v.nextNode();)he(H.uponSanitizeShadowNode,f,null),Ri(f),Pi(f),f.content instanceof r&&b(f.content);he(H.afterSanitizeShadowDOM,h,null)};return e.sanitize=function(b){let h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},f=null,v=null,A=null,D=null;if(Un=!b,Un&&(b="<!-->"),typeof b!="string"&&!Ti(b))if(typeof b.toString=="function"){if(b=b.toString(),typeof b!="string")throw gt("dirty is not a string, aborting")}else throw gt("toString is not a function");if(!e.isSupported)return b;if(In||Hn(h),e.removed=[],typeof b=="string"&&(ct=!1),ct){if(b.nodeName){const de=P(b.nodeName);if(!O[de]||lt[de])throw gt("root node is forbidden and cannot be sanitized in-place")}}else if(b instanceof a)f=Ai("<!---->"),v=f.ownerDocument.importNode(b,!0),v.nodeType===vt.element&&v.nodeName==="BODY"||v.nodeName==="HTML"?f=v:f.appendChild(v);else{if(!Fe&&!Be&&!Re&&b.indexOf("<")===-1)return L&&Ht?L.createHTML(b):b;if(f=Ai(b),!f)return Fe?null:Ht?Ae:""}f&&Mn&&se(f.firstChild);const R=Ci(ct?b:f);for(;A=R.nextNode();)Ri(A),Pi(A),A.content instanceof r&&$a(A.content);if(ct)return b;if(Fe){if(zt)for(D=oa.call(f.ownerDocument);f.firstChild;)D.appendChild(f.firstChild);else D=f;return(N.shadowroot||N.shadowrootmode)&&(D=la.call(s,D,!0)),D}let Y=Re?f.outerHTML:f.innerHTML;return Re&&O["!doctype"]&&f.ownerDocument&&f.ownerDocument.doctype&&f.ownerDocument.doctype.name&&B(jo,f.ownerDocument.doctype.name)&&(Y="<!DOCTYPE "+f.ownerDocument.doctype.name+`>
|
|
741
|
+
`+Y),Be&&Zt([Tn,Rn,Ln],de=>{Y=ft(Y,de," ")}),L&&Ht?L.createHTML(Y):Y},e.setConfig=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Hn(b),In=!0},e.clearConfig=function(){Ge=null,In=!1},e.isValidAttribute=function(b,h,f){Ge||Hn({});const v=P(b),A=P(h);return Li(v,A,f)},e.addHook=function(b,h){typeof h=="function"&&pt(H[b],h)},e.removeHook=function(b,h){if(h!==void 0){const f=Pu(H[b],h);return f===-1?void 0:Iu(H[b],f,1)[0]}return kr(H[b])},e.removeHooks=function(b){H[b]=[]},e.removeAllHooks=function(){H=Rr()},e}var Wo=qo(),Vu=Object.defineProperty,Qu=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&Vu(e,t,i),i};const ai=class ai extends M{render(){return w`<div class="message-type-html">
|
|
742
|
+
${Tu(Wo.sanitize(this.message.content))}
|
|
743
|
+
</div>`}};ai.styles=[Z`
|
|
741
744
|
:host {
|
|
742
745
|
box-sizing: border-box;
|
|
743
746
|
}
|
|
@@ -771,71 +774,71 @@
|
|
|
771
774
|
height: auto;
|
|
772
775
|
object-fit: contain;
|
|
773
776
|
}
|
|
774
|
-
`];let
|
|
775
|
-
]`).replace("lheading",
|
|
777
|
+
`];let fn=ai;Qu([T({attribute:!1})],fn.prototype,"message");function Fs(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var He=Fs();function Go(n){He=n}var kt={exec:()=>null};function S(n,e=""){let t=typeof n=="string"?n:n.source;const s={replace:(i,r)=>{let o=typeof r=="string"?r:r.source;return o=o.replace(j.caret,"$1"),t=t.replace(i,o),s},getRegex:()=>new RegExp(t,e)};return s}var j={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")},Ju=/^(?:[ \t]*(?:\n|$))+/,eh=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,th=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Dt=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,nh=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,js=/(?:[*+-]|\d{1,9}[.)])/,Zo=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,Yo=S(Zo).replace(/bull/g,js).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(),sh=S(Zo).replace(/bull/g,js).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(),qs=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,ih=/^[^\n]+/,Ws=/(?!\s*\])(?:\\.|[^\[\]\\])+/,rh=S(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",Ws).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),oh=S(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,js).getRegex(),An="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",Gs=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,ah=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",Gs).replace("tag",An).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Xo=S(qs).replace("hr",Dt).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",An).getRegex(),lh=S(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Xo).getRegex(),Zs={blockquote:lh,code:eh,def:rh,fences:th,heading:nh,hr:Dt,html:ah,lheading:Yo,list:oh,newline:Ju,paragraph:Xo,table:kt,text:ih},Lr=S("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Dt).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",An).getRegex(),ch={...Zs,lheading:sh,table:Lr,paragraph:S(qs).replace("hr",Dt).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Lr).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",An).getRegex()},uh={...Zs,html:S(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",Gs).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:kt,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:S(qs).replace("hr",Dt).replace("heading",` *#{1,6} *[^
|
|
778
|
+
]`).replace("lheading",Yo).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},hh=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,dh=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,Ko=/^( {2,}|\\)\n(?!\s*$)/,ph=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Cn=/[\p{P}\p{S}]/u,Ys=/[\s\p{P}\p{S}]/u,Vo=/[^\s\p{P}\p{S}]/u,fh=S(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,Ys).getRegex(),Qo=/(?!~)[\p{P}\p{S}]/u,gh=/(?!~)[\s\p{P}\p{S}]/u,mh=/(?:[^\s\p{P}\p{S}]|~)/u,vh=/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,Jo=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,bh=S(Jo,"u").replace(/punct/g,Cn).getRegex(),yh=S(Jo,"u").replace(/punct/g,Qo).getRegex(),ea="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",$h=S(ea,"gu").replace(/notPunctSpace/g,Vo).replace(/punctSpace/g,Ys).replace(/punct/g,Cn).getRegex(),xh=S(ea,"gu").replace(/notPunctSpace/g,mh).replace(/punctSpace/g,gh).replace(/punct/g,Qo).getRegex(),wh=S("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,Vo).replace(/punctSpace/g,Ys).replace(/punct/g,Cn).getRegex(),kh=S(/\\(punct)/,"gu").replace(/punct/g,Cn).getRegex(),Sh=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(),_h=S(Gs).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",_h).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),gn=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Ah=S(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",gn).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),ta=S(/^!?\[(label)\]\[(ref)\]/).replace("label",gn).replace("ref",Ws).getRegex(),na=S(/^!?\[(ref)\](?:\[\])?/).replace("ref",Ws).getRegex(),Ch=S("reflink|nolink(?!\\()","g").replace("reflink",ta).replace("nolink",na).getRegex(),Xs={_backpedal:kt,anyPunctuation:kh,autolink:Sh,blockSkip:vh,br:Ko,code:dh,del:kt,emStrongLDelim:bh,emStrongRDelimAst:$h,emStrongRDelimUnd:wh,escape:hh,link:Ah,nolink:na,punctuation:fh,reflink:ta,reflinkSearch:Ch,tag:Eh,text:ph,url:kt},Th={...Xs,link:S(/^!?\[(label)\]\((.*?)\)/).replace("label",gn).getRegex(),reflink:S(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",gn).getRegex()},xs={...Xs,emStrongRDelimAst:xh,emStrongLDelim:yh,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.!#$%&'*+\/=?_`{\|}~-]+@)))/},Rh={...xs,br:S(Ko).replace("{2,}","*").getRegex(),text:S(xs.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Xt={normal:Zs,gfm:ch,pedantic:uh},bt={normal:Xs,gfm:xs,breaks:Rh,pedantic:Th},Lh={"&":"&","<":"<",">":">",'"':""","'":"'"},Or=n=>Lh[n];function ie(n,e){if(e){if(j.escapeTest.test(n))return n.replace(j.escapeReplace,Or)}else if(j.escapeTestNoEncode.test(n))return n.replace(j.escapeReplaceNoEncode,Or);return n}function Pr(n){try{n=encodeURI(n).replace(j.percentDecode,"%")}catch{return null}return n}function Ir(n,e){var r;const t=n.replace(j.findPipe,(o,a,l)=>{let c=!1,u=a;for(;--u>=0&&l[u]==="\\";)c=!c;return c?"|":" |"}),s=t.split(j.splitPipe);let i=0;if(s[0].trim()||s.shift(),s.length>0&&!((r=s.at(-1))!=null&&r.trim())&&s.pop(),e)if(s.length>e)s.splice(e);else for(;s.length<e;)s.push("");for(;i<s.length;i++)s[i]=s[i].trim().replace(j.slashPipe,"|");return s}function yt(n,e,t){const s=n.length;if(s===0)return"";let i=0;for(;i<s&&n.charAt(s-i-1)===e;)i++;return n.slice(0,s-i)}function Oh(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 Mr(n,e,t,s,i){const r=e.href,o=e.title||null,a=n[1].replace(i.other.outputLinkReplace,"$1");s.state.inLink=!0;const l={type:n[0].charAt(0)==="!"?"image":"link",raw:t,href:r,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 i=s[1];return e.split(`
|
|
776
779
|
`).map(r=>{const o=r.match(t.other.beginningSpace);if(o===null)return r;const[a]=o;return a.length>=i.length?r.slice(i.length):r}).join(`
|
|
777
|
-
`)}class
|
|
778
|
-
`)}}}fences(
|
|
779
|
-
`)}}blockquote(
|
|
780
|
+
`)}var mn=class{constructor(n){_(this,"options");_(this,"rules");_(this,"lexer");this.options=n||He}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:yt(t,`
|
|
781
|
+
`)}}}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=yt(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:yt(e[0],`
|
|
782
|
+
`)}}blockquote(n){const e=this.rules.block.blockquote.exec(n);if(e){let t=yt(e[0],`
|
|
780
783
|
`).split(`
|
|
781
|
-
`),
|
|
782
|
-
`),u=
|
|
783
|
-
$1`).replace(this.rules.other.blockquoteSetextReplace2,"");
|
|
784
|
-
${
|
|
785
|
-
${u}`:u;const
|
|
786
|
-
`+
|
|
787
|
-
`),
|
|
788
|
-
`+
|
|
789
|
-
`),
|
|
790
|
-
`);continue}}return{type:"blockquote",raw:
|
|
791
|
-
`,1)[0].replace(this.rules.other.listReplaceTabs,J=>" ".repeat(3*J.length)),
|
|
792
|
-
`,1)[0],g=!
|
|
793
|
-
`,
|
|
794
|
-
`,1)[0];let
|
|
795
|
-
`+
|
|
796
|
-
`+
|
|
797
|
-
`,
|
|
798
|
-
`):[],
|
|
799
|
-
`?
|
|
800
|
-
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const
|
|
784
|
+
`),s="",i="";const r=[];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(`
|
|
785
|
+
`),u=c.replace(this.rules.other.blockquoteSetextReplace,`
|
|
786
|
+
$1`).replace(this.rules.other.blockquoteSetextReplace2,"");s=s?`${s}
|
|
787
|
+
${c}`:c,i=i?`${i}
|
|
788
|
+
${u}`:u;const p=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(u,r,!0),this.lexer.state.top=p,t.length===0)break;const d=r.at(-1);if((d==null?void 0:d.type)==="code")break;if((d==null?void 0:d.type)==="blockquote"){const g=d,m=g.raw+`
|
|
789
|
+
`+t.join(`
|
|
790
|
+
`),y=this.blockquote(m);r[r.length-1]=y,s=s.substring(0,s.length-g.raw.length)+y.raw,i=i.substring(0,i.length-g.text.length)+y.text;break}else if((d==null?void 0:d.type)==="list"){const g=d,m=g.raw+`
|
|
791
|
+
`+t.join(`
|
|
792
|
+
`),y=this.list(m);r[r.length-1]=y,s=s.substring(0,s.length-d.raw.length)+y.raw,i=i.substring(0,i.length-g.raw.length)+y.raw,t=m.substring(r.at(-1).raw.length).split(`
|
|
793
|
+
`);continue}}return{type:"blockquote",raw:s,tokens:r,text:i}}}list(n){let e=this.rules.block.list.exec(n);if(e){let t=e[1].trim();const s=t.length>1,i={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 r=this.rules.other.listItemRegex(t);let o=!1;for(;n;){let l=!1,c="",u="";if(!(e=r.exec(n))||this.rules.block.hr.test(n))break;c=e[0],n=n.substring(c.length);let p=e[2].split(`
|
|
794
|
+
`,1)[0].replace(this.rules.other.listReplaceTabs,J=>" ".repeat(3*J.length)),d=n.split(`
|
|
795
|
+
`,1)[0],g=!p.trim(),m=0;if(this.options.pedantic?(m=2,u=p.trimStart()):g?m=e[1].length+1:(m=e[2].search(this.rules.other.nonSpaceChar),m=m>4?1:m,u=p.slice(m),m+=e[1].length),g&&this.rules.other.blankLine.test(d)&&(c+=d+`
|
|
796
|
+
`,n=n.substring(d.length+1),l=!0),!l){const J=this.rules.other.nextBulletRegex(m),xe=this.rules.other.hrRegex(m),Ee=this.rules.other.fencesBeginRegex(m),L=this.rules.other.headingBeginRegex(m),Ae=this.rules.other.htmlBeginRegex(m);for(;n;){const Ce=n.split(`
|
|
797
|
+
`,1)[0];let Te;if(d=Ce,this.options.pedantic?(d=d.replace(this.rules.other.listReplaceNesting," "),Te=d):Te=d.replace(this.rules.other.tabCharGlobal," "),Ee.test(d)||L.test(d)||Ae.test(d)||J.test(d)||xe.test(d))break;if(Te.search(this.rules.other.nonSpaceChar)>=m||!d.trim())u+=`
|
|
798
|
+
`+Te.slice(m);else{if(g||p.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||Ee.test(p)||L.test(p)||xe.test(p))break;u+=`
|
|
799
|
+
`+d}!g&&!d.trim()&&(g=!0),c+=Ce+`
|
|
800
|
+
`,n=n.substring(Ce.length+1),p=Te.slice(m)}}i.loose||(o?i.loose=!0:this.rules.other.doubleBlankLine.test(c)&&(o=!0));let y=null,ce;this.options.gfm&&(y=this.rules.other.listIsTask.exec(u),y&&(ce=y[0]!=="[ ] ",u=u.replace(this.rules.other.listReplaceTask,""))),i.items.push({type:"list_item",raw:c,task:!!y,checked:ce,loose:!1,text:u,tokens:[]}),i.raw+=c}const a=i.items.at(-1);if(a)a.raw=a.raw.trimEnd(),a.text=a.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let l=0;l<i.items.length;l++)if(this.lexer.state.top=!1,i.items[l].tokens=this.lexer.blockTokens(i.items[l].text,[]),!i.loose){const c=i.items[l].tokens.filter(p=>p.type==="space"),u=c.length>0&&c.some(p=>this.rules.other.anyLine.test(p.raw));i.loose=u}if(i.loose)for(let l=0;l<i.items.length;l++)i.items[l].loose=!0;return i}}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"):"",i=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:i}}}table(n){var o;const e=this.rules.block.table.exec(n);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;const t=Ir(e[1]),s=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),i=(o=e[3])!=null&&o.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split(`
|
|
801
|
+
`):[],r={type:"table",raw:e[0],header:[],align:[],rows:[]};if(t.length===s.length){for(const a of s)this.rules.other.tableAlignRight.test(a)?r.align.push("right"):this.rules.other.tableAlignCenter.test(a)?r.align.push("center"):this.rules.other.tableAlignLeft.test(a)?r.align.push("left"):r.align.push(null);for(let a=0;a<t.length;a++)r.header.push({text:t[a],tokens:this.lexer.inline(t[a]),header:!0,align:r.align[a]});for(const a of i)r.rows.push(Ir(a,r.header.length).map((l,c)=>({text:l,tokens:this.lexer.inline(l),header:!1,align:r.align[c]})));return r}}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)===`
|
|
802
|
+
`?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 r=yt(t.slice(0,-1),"\\");if((t.length-r.length)%2===0)return}else{const r=Oh(e[2],"()");if(r===-2)return;if(r>-1){const a=(e[0].indexOf("!")===0?5:4)+e[1].length+r;e[2]=e[2].substring(0,r),e[0]=e[0].substring(0,a).trim(),e[3]=""}}let s=e[2],i="";if(this.options.pedantic){const r=this.rules.other.pedanticHrefTitle.exec(s);r&&(s=r[1],i=r[3])}else i=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)),Mr(e,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:i&&i.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," "),i=e[s.toLowerCase()];if(!i){const r=t[0].charAt(0);return{type:"text",raw:r,text:r}}return Mr(t,i,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 r=[...s[0]].length-1;let o,a,l=r,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+r);(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])&&r%3&&!((r+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,r+s.index+p+a);if(Math.min(r,a)%2){const m=d.slice(1,-1);return{type:"em",raw:d,text:m,tokens:this.lexer.inlineTokens(m)}}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),i=this.rules.other.startingSpaceChar.test(t)&&this.rules.other.endingSpaceChar.test(t);return s&&i&&(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,i;if(e[2]==="@")s=e[0],i="mailto:"+s;else{let r;do r=e[0],e[0]=((t=this.rules.inline._backpedal.exec(e[0]))==null?void 0:t[0])??"";while(r!==e[0]);s=e[0],e[1]==="www."?i="http://"+e[0]:i=e[0]}return{type:"link",raw:e[0],text:s,href:i,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}}}},ge=class ws{constructor(e){_(this,"tokens");_(this,"options");_(this,"state");_(this,"tokenizer");_(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||He,this.options.tokenizer=this.options.tokenizer||new mn,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:j,block:Xt.normal,inline:bt.normal};this.options.pedantic?(t.block=Xt.pedantic,t.inline=bt.pedantic):this.options.gfm&&(t.block=Xt.gfm,this.options.breaks?t.inline=bt.breaks:t.inline=bt.gfm),this.tokenizer.rules=t}static get rules(){return{block:Xt,inline:bt}}static lex(e,t){return new ws(t).lex(e)}static lexInline(e,t){return new ws(t).inlineTokens(e)}lex(e){e=e.replace(j.carriageReturn,`
|
|
803
|
+
`),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,r,o;for(this.options.pedantic&&(e=e.replace(j.tabCharGlobal," ").replace(j.spaceLine,""));e;){let a;if((r=(i=this.options.extensions)==null?void 0:i.block)!=null&&r.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+=`
|
|
801
804
|
`: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+=`
|
|
802
805
|
`+a.raw,c.text+=`
|
|
803
806
|
`+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+=`
|
|
804
807
|
`+a.raw,c.text+=`
|
|
805
|
-
`+a.raw,this.inlineQueue.at(-1).src=c.text):this.tokens.links[a.tag]||(this.tokens.links[a.tag]={href:a.href,title:a.title});continue}if(a=this.tokenizer.table(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.lheading(e)){e=e.substring(a.raw.length),t.push(a);continue}let l=e;if((o=this.options.extensions)!=null&&o.startBlock){let c=1/0;const
|
|
808
|
+
`+a.raw,this.inlineQueue.at(-1).src=c.text):this.tokens.links[a.tag]||(this.tokens.links[a.tag]={href:a.href,title:a.title});continue}if(a=this.tokenizer.table(e)){e=e.substring(a.raw.length),t.push(a);continue}if(a=this.tokenizer.lheading(e)){e=e.substring(a.raw.length),t.push(a);continue}let l=e;if((o=this.options.extensions)!=null&&o.startBlock){let c=1/0;const u=e.slice(1);let p;this.options.extensions.startBlock.forEach(d=>{p=d.call({lexer:this},u),typeof p=="number"&&p>=0&&(c=Math.min(c,p))}),c<1/0&&c>=0&&(l=e.substring(0,c+1))}if(this.state.top&&(a=this.tokenizer.paragraph(l))){const c=t.at(-1);s&&(c==null?void 0:c.type)==="paragraph"?(c.raw+=`
|
|
806
809
|
`+a.raw,c.text+=`
|
|
807
|
-
`+a.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=c.text):t.push(a),
|
|
810
|
+
`+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+=`
|
|
808
811
|
`+a.raw,c.text+=`
|
|
809
|
-
`+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
|
|
810
|
-
`;return
|
|
811
|
-
`:"<pre><code>"+(
|
|
812
|
-
`}blockquote({tokens:
|
|
813
|
-
${this.parser.parse(
|
|
814
|
-
`}html({text:
|
|
815
|
-
`}hr(
|
|
816
|
-
`}list(
|
|
817
|
-
`+
|
|
818
|
-
`}listitem(
|
|
819
|
-
`}checkbox({checked:
|
|
820
|
-
`}table(
|
|
812
|
+
`+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,i=null;if(this.tokens.links){const u=Object.keys(this.tokens.links);if(u.length>0)for(;(i=this.tokenizer.rules.inline.reflinkSearch.exec(s))!=null;)u.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(i=this.tokenizer.rules.inline.anyPunctuation.exec(s))!=null;)s=s.slice(0,i.index)+"++"+s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(i=this.tokenizer.rules.inline.blockSkip.exec(s))!=null;)s=s.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let r=!1,o="";for(;e;){r||(o=""),r=!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 m;this.options.extensions.startInline.forEach(y=>{m=y.call({lexer:this},g),typeof m=="number"&&m>=0&&(d=Math.min(d,m))}),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)),r=!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}},Tt=class{constructor(n){_(this,"options");_(this,"parser");this.options=n||He}space(n){return""}code({text:n,lang:e,escaped:t}){var r;const s=(r=(e||"").match(j.notSpaceStart))==null?void 0:r[0],i=n.replace(j.endingNewline,"")+`
|
|
813
|
+
`;return s?'<pre><code class="language-'+ie(s)+'">'+(t?i:ie(i,!0))+`</code></pre>
|
|
814
|
+
`:"<pre><code>"+(t?i:ie(i,!0))+`</code></pre>
|
|
815
|
+
`}blockquote({tokens:n}){return`<blockquote>
|
|
816
|
+
${this.parser.parse(n)}</blockquote>
|
|
817
|
+
`}html({text:n}){return n}heading({tokens:n,depth:e}){return`<h${e}>${this.parser.parseInline(n)}</h${e}>
|
|
818
|
+
`}hr(n){return`<hr>
|
|
819
|
+
`}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 i=e?"ol":"ul",r=e&&t!==1?' start="'+t+'"':"";return"<"+i+r+`>
|
|
820
|
+
`+s+"</"+i+`>
|
|
821
|
+
`}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+" "+ie(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>
|
|
822
|
+
`}checkbox({checked:n}){return"<input "+(n?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:n}){return`<p>${this.parser.parseInline(n)}</p>
|
|
823
|
+
`}table(n){let e="",t="";for(let i=0;i<n.header.length;i++)t+=this.tablecell(n.header[i]);e+=this.tablerow({text:t});let s="";for(let i=0;i<n.rows.length;i++){const r=n.rows[i];t="";for(let o=0;o<r.length;o++)t+=this.tablecell(r[o]);s+=this.tablerow({text:t})}return s&&(s=`<tbody>${s}</tbody>`),`<table>
|
|
821
824
|
<thead>
|
|
822
|
-
`+
|
|
823
|
-
`+
|
|
824
|
-
`}tablerow({text:
|
|
825
|
-
${
|
|
826
|
-
`}tablecell(
|
|
827
|
-
`}strong({tokens:
|
|
828
|
-
`+this.renderer.text(c);t?
|
|
829
|
-
Please report this to https://github.com/markedjs/marked.`,
|
|
830
|
-
<div class="message-type-markdown" ${
|
|
825
|
+
`+e+`</thead>
|
|
826
|
+
`+s+`</table>
|
|
827
|
+
`}tablerow({text:n}){return`<tr>
|
|
828
|
+
${n}</tr>
|
|
829
|
+
`}tablecell(n){const e=this.parser.parseInline(n.tokens),t=n.header?"th":"td";return(n.align?`<${t} align="${n.align}">`:`<${t}>`)+e+`</${t}>
|
|
830
|
+
`}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>${ie(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),i=Pr(n);if(i===null)return s;n=i;let r='<a href="'+n+'"';return e&&(r+=' title="'+ie(e)+'"'),r+=">"+s+"</a>",r}image({href:n,title:e,text:t,tokens:s}){s&&(t=this.parser.parseInline(s,this.parser.textRenderer));const i=Pr(n);if(i===null)return ie(t);n=i;let r=`<img src="${n}" alt="${t}"`;return e&&(r+=` title="${ie(e)}"`),r+=">",r}text(n){return"tokens"in n&&n.tokens?this.parser.parseInline(n.tokens):"escaped"in n&&n.escaped?n.text:ie(n.text)}},Ks=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""}},me=class ks{constructor(e){_(this,"options");_(this,"renderer");_(this,"textRenderer");this.options=e||He,this.options.renderer=this.options.renderer||new Tt,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Ks}static parse(e,t){return new ks(t).parse(e)}static parseInline(e,t){return new ks(t).parseInline(e)}parse(e,t=!0){var i,r;let s="";for(let o=0;o<e.length;o++){const a=e[o];if((r=(i=this.options.extensions)==null?void 0:i.renderers)!=null&&r[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+=`
|
|
831
|
+
`+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,r;let s="";for(let o=0;o<e.length;o++){const a=e[o];if((r=(i=this.options.extensions)==null?void 0:i.renderers)!=null&&r[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}},ns,Jt=(ns=class{constructor(n){_(this,"options");_(this,"block");this.options=n||He}preprocess(n){return n}postprocess(n){return n}processAllTokens(n){return n}provideLexer(){return this.block?ge.lex:ge.lexInline}provideParser(){return this.block?me.parse:me.parseInline}},_(ns,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"])),ns),Ih=class{constructor(...n){_(this,"defaults",Fs());_(this,"options",this.setOptions);_(this,"parse",this.parseMarkdown(!0));_(this,"parseInline",this.parseMarkdown(!1));_(this,"Parser",me);_(this,"Renderer",Tt);_(this,"TextRenderer",Ks);_(this,"Lexer",ge);_(this,"Tokenizer",mn);_(this,"Hooks",Jt);this.use(...n)}walkTokens(n,e){var s,i;let t=[];for(const r of n)switch(t=t.concat(e.call(this,r)),r.type){case"table":{const o=r;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=r;t=t.concat(this.walkTokens(o.items,e));break}default:{const o=r;(i=(s=this.defaults.extensions)==null?void 0:s.childTokens)!=null&&i[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(i=>{if(!i.name)throw new Error("extension name required");if("renderer"in i){const r=e.renderers[i.name];r?e.renderers[i.name]=function(...o){let a=i.renderer.apply(this,o);return a===!1&&(a=r.apply(this,o)),a}:e.renderers[i.name]=i.renderer}if("tokenizer"in i){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const r=e[i.level];r?r.unshift(i.tokenizer):e[i.level]=[i.tokenizer],i.start&&(i.level==="block"?e.startBlock?e.startBlock.push(i.start):e.startBlock=[i.start]:i.level==="inline"&&(e.startInline?e.startInline.push(i.start):e.startInline=[i.start]))}"childTokens"in i&&i.childTokens&&(e.childTokens[i.name]=i.childTokens)}),s.extensions=e),t.renderer){const i=this.defaults.renderer||new Tt(this.defaults);for(const r in t.renderer){if(!(r in i))throw new Error(`renderer '${r}' does not exist`);if(["options","parser"].includes(r))continue;const o=r,a=t.renderer[o],l=i[o];i[o]=(...c)=>{let u=a.apply(i,c);return u===!1&&(u=l.apply(i,c)),u||""}}s.renderer=i}if(t.tokenizer){const i=this.defaults.tokenizer||new mn(this.defaults);for(const r in t.tokenizer){if(!(r in i))throw new Error(`tokenizer '${r}' does not exist`);if(["options","rules","lexer"].includes(r))continue;const o=r,a=t.tokenizer[o],l=i[o];i[o]=(...c)=>{let u=a.apply(i,c);return u===!1&&(u=l.apply(i,c)),u}}s.tokenizer=i}if(t.hooks){const i=this.defaults.hooks||new Jt;for(const r in t.hooks){if(!(r in i))throw new Error(`hook '${r}' does not exist`);if(["options","block"].includes(r))continue;const o=r,a=t.hooks[o],l=i[o];Jt.passThroughHooks.has(r)?i[o]=c=>{if(this.defaults.async)return Promise.resolve(a.call(i,c)).then(p=>l.call(i,p));const u=a.call(i,c);return l.call(i,u)}:i[o]=(...c)=>{let u=a.apply(i,c);return u===!1&&(u=l.apply(i,c)),u}}s.hooks=i}if(t.walkTokens){const i=this.defaults.walkTokens,r=t.walkTokens;s.walkTokens=function(o){let a=[];return a.push(r.call(this,o)),i&&(a=a.concat(i.call(this,o))),a}}this.defaults={...this.defaults,...s}}),this}setOptions(n){return this.defaults={...this.defaults,...n},this}lexer(n,e){return ge.lex(n,e??this.defaults)}parser(n,e){return me.parse(n,e??this.defaults)}parseMarkdown(n){return(t,s)=>{const i={...s},r={...this.defaults,...i},o=this.onError(!!r.silent,!!r.async);if(this.defaults.async===!0&&i.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"));r.hooks&&(r.hooks.options=r,r.hooks.block=n);const a=r.hooks?r.hooks.provideLexer():n?ge.lex:ge.lexInline,l=r.hooks?r.hooks.provideParser():n?me.parse:me.parseInline;if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(t):t).then(c=>a(c,r)).then(c=>r.hooks?r.hooks.processAllTokens(c):c).then(c=>r.walkTokens?Promise.all(this.walkTokens(c,r.walkTokens)).then(()=>c):c).then(c=>l(c,r)).then(c=>r.hooks?r.hooks.postprocess(c):c).catch(o);try{r.hooks&&(t=r.hooks.preprocess(t));let c=a(t,r);r.hooks&&(c=r.hooks.processAllTokens(c)),r.walkTokens&&this.walkTokens(c,r.walkTokens);let u=l(c,r);return r.hooks&&(u=r.hooks.postprocess(u)),u}catch(c){return o(c)}}}onError(n,e){return t=>{if(t.message+=`
|
|
832
|
+
Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An error occurred:</p><pre>"+ie(t.message+"",!0)+"</pre>";return e?Promise.resolve(s):s}if(e)return Promise.reject(t);throw t}}},ze=new Ih;function k(n,e){return ze.parse(n,e)}k.options=k.setOptions=function(n){return ze.setOptions(n),k.defaults=ze.defaults,Go(k.defaults),k};k.getDefaults=Fs;k.defaults=He;k.use=function(...n){return ze.use(...n),k.defaults=ze.defaults,Go(k.defaults),k};k.walkTokens=function(n,e){return ze.walkTokens(n,e)};k.parseInline=ze.parseInline;k.Parser=me;k.parser=me.parse;k.Renderer=Tt;k.TextRenderer=Ks;k.Lexer=ge;k.lexer=ge.lex;k.Tokenizer=mn;k.Hooks=Jt;k.parse=k;k.options;k.setOptions;k.use;k.walkTokens;k.parseInline;me.parse;ge.lex;var Mh=Object.defineProperty,sa=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&Mh(e,t,i),i};const ia=new Tt;ia.link=function({href:n,title:e,text:t}){return e??(e=t),`<a target="_blank" href="${n}" title="${e}">${t}</a>`};k.use({renderer:ia});const li=class li extends M{constructor(){super(...arguments),this.showLightbox=!1,this.imageUrl="",this.altText="",this.scrollRef=re(),this.contentRef=re(),this.autoScroll=!0,this.buffer="",this.pointer=0,this.imageRegexp=new RegExp(/!\[[^[]*\([^)]*\)/gm)}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 i,r;const e=this.getLastChunk();if(!e)return;this.buffer+=e;const t=Wo.sanitize(k.parse(this.buffer));if(this.includesImage(this.buffer))(i=this.contentRef.value)==null||i.appendChild(document.createElement("div")),this.buffer="";else if(this.buffer.includes("!["))return;const s=(r=this.contentRef.value)==null?void 0:r.querySelector("div:last-of-type");s.innerHTML=cs(t),this.applyCodeStyles(s),this.autoScroll&&this.scrollRef.value.scrollIntoView()}applyCodeStyles(e){if(!e)return;e.querySelectorAll("code").forEach(s=>{s.style.whiteSpace="pre-wrap"})}render(){return w`
|
|
833
|
+
<div class="message-type-markdown" ${oe(this.contentRef)}>
|
|
831
834
|
<div></div>
|
|
832
835
|
</div>
|
|
833
|
-
<div class="scroll" ${
|
|
834
|
-
${this.showLightbox?
|
|
836
|
+
<div class="scroll" ${oe(this.scrollRef)}></div>
|
|
837
|
+
${this.showLightbox?w`<ace-lightbox
|
|
835
838
|
imageUrl="${this.imageUrl}"
|
|
836
839
|
altText="${this.altText}"
|
|
837
840
|
/>`:null}
|
|
838
|
-
`}};
|
|
841
|
+
`}};li.styles=[Z`
|
|
839
842
|
:host {
|
|
840
843
|
box-sizing: border-box;
|
|
841
844
|
}
|
|
@@ -873,16 +876,16 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
873
876
|
height: auto;
|
|
874
877
|
object-fit: contain;
|
|
875
878
|
}
|
|
876
|
-
`];let
|
|
879
|
+
`];let Rt=li;sa([T({attribute:!1})],Rt.prototype,"message");sa([z()],Rt.prototype,"showLightbox");var Nh=Object.defineProperty,Dh=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&Nh(e,t,i),i};const ci=class ci extends M{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],i=t[t.length-1];e.shiftKey?e.target===s&&(i.focus(),e.preventDefault()):e.target===i&&(s.focus(),e.preventDefault())}}}render(){return w`<div
|
|
877
880
|
class="lightbox"
|
|
878
881
|
tabindex="-1"
|
|
879
882
|
@keydown=${this.handleKeyDown}
|
|
880
883
|
>
|
|
881
884
|
<button class="close" @click=${this.closeLightbox}>
|
|
882
|
-
<telia-icon svg=${
|
|
885
|
+
<telia-icon svg=${Yl.svg} size="lg"></telia-icon>
|
|
883
886
|
</button>
|
|
884
887
|
<img src="${this.imageUrl}" alt="${this.altText??""}" />
|
|
885
|
-
</div> `}};
|
|
888
|
+
</div> `}};ci.styles=[Z`
|
|
886
889
|
:focus {
|
|
887
890
|
outline-color: var(--focus-color);
|
|
888
891
|
}
|
|
@@ -920,37 +923,37 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
920
923
|
width: 80%;
|
|
921
924
|
max-width: 700px;
|
|
922
925
|
}
|
|
923
|
-
`];let
|
|
926
|
+
`];let vn=ci;Dh([T({attribute:!0})],vn.prototype,"imageUrl");var Uh=Object.defineProperty,$e=(n,e,t,s)=>{for(var i=void 0,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=o(e,t,i)||i);return i&&Uh(e,t,i),i};customElements.get("conversation-entry")||customElements.define("conversation-entry",dn);customElements.get("ace-conversation-feed")||customElements.define("ace-conversation-feed",Ct);customElements.get("conversation-group")||customElements.define("conversation-group",pn);customElements.get("ace-typing-state")||customElements.define("ace-typing-state",vs);customElements.get("message-type-html")||customElements.define("message-type-html",fn);customElements.get("message-type-markdown")||customElements.define("message-type-markdown",Rt);customElements.get("ace-lightbox")||customElements.define("ace-lightbox",vn);const Nr=Mo(M),ui=class ui extends Nr{constructor(){super(...arguments),this.message="",this.disabledInput=!1,this.disabledSkipToLatest=!1,this.disabledSubmit=!1,this.chatOverlayActive=!1,this.textAreaLength=0,this.isMuted=!1,this.conversationContentRef=re(),this.conversationFeedRef=re(),this.formRef=re(),this.inputRef=re(),this.scrollRef=re(),this.counterRef=re(),this.chatScrollHeight=0,this.chatCurrentScrollPosition=0,this.toast=new $u(this),this.messageMaxLength=1e3,this.messageMaxLengthLabel="Maximum character limit reached",this.skipToLatestMessageLabel="Skip to latest message",this.platform=null,this.entries=[],this.typing=!1,this.conversationState$=new F("waiting"),this.stateMachine=new wu(this.conversationState$,this),this.provider$=this.stateMachine.session().pipe(Je(e=>e?e==null?void 0:e.provider$:os(null))),this.userTyping$=new I}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(as(t.componentIsDestroyed$)).subscribe(s=>{const i=this.conversationContentRef.value;i&&(s?i.scrollTop=this.chatCurrentScrollPosition:this.chatCurrentScrollPosition=i.scrollTop)}),this.stateSubscription=al([this.stateMachine.entries(),this.stateMachine.isTyping()]).subscribe(([s,i])=>{this.entries=s,this.typing=i}),this.userSubmitSubscription=nn(this,"user-submit").pipe(ls(this.provider$)).subscribe(([s,i])=>{i&&i.onUserSubmit(s.detail)}),this._addHeaderOptions(),this.provider$.pipe(ls(this.provider$)).subscribe(([s,i])=>{i&&i.showChatOverlay$.pipe().subscribe(r=>{this.chatOverlayActive=r})})}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 i=e.lastElementChild;if(i&&i.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,t;(!this.isTypingState()||this.isAtBottom())&&(setTimeout(()=>{var s;return(s=this.scrollRef.value)==null?void 0:s.scrollIntoView({behavior:"smooth"})},300),this.chatScrollHeight=(e=this.scrollRef.value)==null?void 0:e.scrollHeight,this.chatCurrentScrollPosition=(t=this.scrollRef.value)==null?void 0:t.scrollTop)}onSessionUpdated(){this.scrollToBottom()}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 i,r;const e=(i=this.shadowRoot)==null?void 0:i.querySelector("ace-conversation-feed"),t=(r=e==null?void 0:e.shadowRoot)==null?void 0:r.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}async _onSendMessage(e){var s,i;if(e.preventDefault(),this.message.length<=0||this.message.length>this.messageMaxLength){(s=this.formRef.value)==null||s.classList.add("shake"),setTimeout(()=>{var r;(r=this.formRef.value)==null||r.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,(i=this.counterRef.value)==null||i.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"),i=t.getOrFallback("conversation.unmute","Unmute"),r=e.addOption({label:this.isMuted?i:s,icon:this.isMuted?Qi.svg:Ji.svg,closeOnClick:!1,datatestid:"options-mute-button",onClick:()=>{this.isMuted?(this.isMuted=!1,this.application.unmute(),r.updateLabel(s),r.updateIcon(Ji.svg)):(this.isMuted=!0,this.application.mute(),r.updateLabel(i),r.updateIcon(Qi.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==="Enter"&&!e.shiftKey&&!this.disabledSubmit&&(this._onSendMessage(e),e.preventDefault())}skipToLatestMessage(){var s,i;const e=(s=this.conversationFeedRef)==null?void 0:s.value,t=(i=e==null?void 0:e.shadowRoot)==null?void 0:i.querySelectorAll(".conversation-entry");t.length&&Array.from(t).pop().focus()}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||Ot}firstUpdated(){this.isMuted=this.application.storage.get("muteAudioNotifications")??!1}render(){var i,r,o;const e=this.application.texts;this.conversationState$.value==="waiting"&&((i=this.application)!=null&&i.storage)&&this.platform&&(this.stateMachine.setStorage(this.application.storage),this.conversationState$.next("init"));const t=this.application.settings.components.conversation;return((o=(r=t==null?void 0:t.properties)==null?void 0:r.chat)==null?void 0:o.isThirdPartyWidget)&&(this.renderRoot.host.style.width="100%"),w` <div
|
|
924
927
|
@action=${this._actionHandler}
|
|
925
|
-
class=${
|
|
928
|
+
class=${rt({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})}
|
|
926
929
|
>
|
|
927
|
-
${this.chatOverlayActive?
|
|
930
|
+
${this.chatOverlayActive?w`<div class="overlay-header">
|
|
928
931
|
<button
|
|
929
932
|
class="overlay-button"
|
|
930
933
|
@click=${()=>this.chatOverlayActive=!1}
|
|
931
934
|
>
|
|
932
|
-
<telia-icon svg=${
|
|
935
|
+
<telia-icon svg=${Zl.svg}></telia-icon>
|
|
933
936
|
</button>
|
|
934
|
-
</div>`:
|
|
937
|
+
</div>`:x}
|
|
935
938
|
<div
|
|
936
|
-
class=${
|
|
939
|
+
class=${rt({"conversation-content":!0,"conversation-overlay-mode":this.chatOverlayActive})}
|
|
937
940
|
part="scroll-container"
|
|
938
941
|
aria-live="polite"
|
|
939
|
-
${
|
|
942
|
+
${oe(this.conversationContentRef)}
|
|
940
943
|
>
|
|
941
|
-
${this.toast.hasMessage()?
|
|
944
|
+
${this.toast.hasMessage()?w`<div class="conversation__toast">${this.toast.message}</div>`:x}
|
|
942
945
|
<ace-conversation-feed
|
|
943
946
|
.entries=${this.entries}
|
|
944
947
|
.loading=${this.typing}
|
|
945
|
-
${
|
|
948
|
+
${oe(this.conversationFeedRef)}
|
|
946
949
|
@updated=${this.onSessionUpdated}
|
|
947
950
|
></ace-conversation-feed>
|
|
948
|
-
<div class="scroll" ${
|
|
951
|
+
<div class="scroll" ${oe(this.scrollRef)}></div>
|
|
949
952
|
</div>
|
|
950
953
|
<form
|
|
951
954
|
class="conversation-bottom"
|
|
952
955
|
@submit=${this._onSendMessage}
|
|
953
|
-
${
|
|
956
|
+
${oe(this.formRef)}
|
|
954
957
|
>
|
|
955
958
|
<label for="chat-message-input" class="visually-hidden">
|
|
956
959
|
Chat message
|
|
@@ -964,7 +967,7 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
964
967
|
?disabled=${this.disabledInput}
|
|
965
968
|
@input=${this._inputHandler}
|
|
966
969
|
@keydown=${this._keyDownHandler}
|
|
967
|
-
${
|
|
970
|
+
${oe(this.inputRef)}
|
|
968
971
|
aria-valuenow=${this.textAreaLength}
|
|
969
972
|
aria-valuemax=${this.messageMaxLength}
|
|
970
973
|
aria-valuemin="0"
|
|
@@ -979,9 +982,9 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
979
982
|
title=${e.getOrFallback("conversation.send-alt","Send")}
|
|
980
983
|
?disabled=${this.disabledSubmit}
|
|
981
984
|
>
|
|
982
|
-
<telia-icon svg=${
|
|
985
|
+
<telia-icon svg=${Kl.svg}></telia-icon>
|
|
983
986
|
</button>
|
|
984
|
-
<span class="counter" ${
|
|
987
|
+
<span class="counter" ${oe(this.counterRef)}>
|
|
985
988
|
${this.textAreaLength} / ${this.messageMaxLength}</span
|
|
986
989
|
>
|
|
987
990
|
</div>
|
|
@@ -989,13 +992,13 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
989
992
|
${this.textAreaLength>this.messageMaxLength?this.messageMaxLengthLabel:""}
|
|
990
993
|
</div>
|
|
991
994
|
</form>
|
|
992
|
-
${this.disabledSkipToLatest?
|
|
995
|
+
${this.disabledSkipToLatest?x:w`<button
|
|
993
996
|
class="skip-to-latest-message-button"
|
|
994
997
|
@click=${this.skipToLatestMessage}
|
|
995
998
|
>
|
|
996
999
|
${this.skipToLatestMessageLabel}
|
|
997
1000
|
</button>`}
|
|
998
|
-
</div>`}};
|
|
1001
|
+
</div>`}};ui.styles=[Nr.styles||[],Z`
|
|
999
1002
|
:host {
|
|
1000
1003
|
font-family: var(--font-family);
|
|
1001
1004
|
/* --send-icon-color: var(--gray-dark-color, #a6a6a6); */
|
|
@@ -1277,19 +1280,19 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
1277
1280
|
clip: rect(0, 0, 0, 0);
|
|
1278
1281
|
border: 0;
|
|
1279
1282
|
}
|
|
1280
|
-
`];let
|
|
1283
|
+
`];let ne=ui;$e([z()],ne.prototype,"message");$e([z()],ne.prototype,"disabledInput");$e([z()],ne.prototype,"disabledSkipToLatest");$e([z()],ne.prototype,"disabledSubmit");$e([z()],ne.prototype,"chatOverlayActive");$e([z()],ne.prototype,"textAreaLength");$e([z()],ne.prototype,"platform");$e([z()],ne.prototype,"entries");$e([z()],ne.prototype,"typing");const zh=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)},Bh=n=>{var e;return!!((e=n==null?void 0:n.initializeResponsePayload)!=null&&e.greetingMessage)},Fh=n=>!!(n!=null&&n.errorPayload),Dr=n=>{var e,t;return!!((t=(e=n.inputPayload)==null?void 0:e.textInputContent)!=null&&t.text)},jh=n=>(n==null?void 0:n.type)==="handover";class Ur{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 F(!1),this.agent$=new F({name:""}),this.messageSubject$=new I,this.systemEvents$=new I,this.store$=new F({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(i=>{this.restartRequested=i})}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);this.onMessage(t)},this.ws.onerror=e=>{this.onError(e)},this.ws.onclose=e=>{this.onClose(e)},this.started=!0)}async reconnect(e){var i;if(!e)throw new Error("dialogId should never be falsy");this.dialogId=e;const t=5;let s=1e3;for(;this.retries<t&&(console.debug(`Reconnecting in ${s/1e3} seconds...`),await new Promise(r=>setTimeout(r,s)),this.connect(),((i=this.ws)==null?void 0:i.readyState)!==WebSocket.OPEN);)s*=2,this.retries++}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=i=>({sequenceNumber:1,reconnectRequestPayload:{lastReceivedSequenceNumber:2,dialogId:i}}),t=()=>({sequenceNumber:1,initializeRequestPayload:{extension:this.settings.extension}});this.systemEvents$.next({event:"connected",text:"Connection established"});const s=this.dialogId?e(this.dialogId):t();this._sendMessage(s)}_sendMessage(e){var t;if(!this.isConnected$.value){console.warn("Message could not be sent, you are not connected.");return}Dr(e)&&this.store$.pipe(Ie(1)).subscribe(s=>{this.store$.next({messages:[...s.messages,e],dialogId:s.dialogId})}),(t=this.ws)==null||t.send(JSON.stringify(e))}incrementSequenceNumber(){this.currentSequenceNumber=this.currentSequenceNumber+1}onMessage(e){if(this.store$.pipe(Ie(1)).subscribe(t=>{this.store$.next({messages:[...t.messages,e],dialogId:t.dialogId})}),Fh(e)){this.provider.setShouldRestart(!0),console.debug("Received error from socket connection:",e);return}if(jh(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}Bh(e)&&e.initializeResponsePayload.greetingMessage.length>0?(this.agent$.next({name:e.initializeResponsePayload.agentName||""}),this.dialogId=e.initializeResponsePayload.dialogId,this.store$.pipe(Ie(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"})):Dr(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"})):zh(e)&&(this.component.enableSubmit(),this.messageSubject$.next({text:e.outputPayload.textOutputContent.text,isComplete:!0,sequenceNumber:e.sequenceNumber,type:"text"}),this.systemEvents$.next({event:"handover",text:"",providerKey:"",options:{instance:"",engineUrl:"",entrance:"",errand:""}}))}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 qh=Object.defineProperty,Wh=Object.getOwnPropertyDescriptor,ra=(n,e,t,s)=>{for(var i=s>1?void 0:s?Wh(e,t):e,r=n.length-1,o;r>=0;r--)(o=n[r])&&(i=(s?o(e,t,i):o(i))||i);return s&&i&&qh(e,t,i),i};let bn=class extends M{_onRestart(){const n=new CustomEvent("action",{composed:!0,detail:{key:"restart-session",data:{}}});this.dispatchEvent(n)}render(){const n=this.application.texts;return w`<div class="container">
|
|
1281
1284
|
<h3>
|
|
1282
|
-
${
|
|
1285
|
+
${n.getOrFallback("restart-dialog.header","Start a new conversation?")}
|
|
1283
1286
|
</h3>
|
|
1284
1287
|
<p>
|
|
1285
|
-
${
|
|
1288
|
+
${n.getOrFallback("restart-dialog.body","Looks like we've come to a break, but you can start a new session to keep going.")}
|
|
1286
1289
|
</p>
|
|
1287
1290
|
<div class="button-container">
|
|
1288
1291
|
<button @click=${this._onRestart}>
|
|
1289
|
-
${
|
|
1292
|
+
${n.getOrFallback("restart-dialog.button","Start a new session")}
|
|
1290
1293
|
</button>
|
|
1291
1294
|
</div>
|
|
1292
|
-
</div>`}};
|
|
1295
|
+
</div>`}};bn.styles=[Z`
|
|
1293
1296
|
:host {
|
|
1294
1297
|
display: block;
|
|
1295
1298
|
}
|
|
@@ -1334,4 +1337,4 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
|
|
|
1334
1337
|
button:hover {
|
|
1335
1338
|
filter: brightness(150%);
|
|
1336
1339
|
}
|
|
1337
|
-
`];
|
|
1340
|
+
`];ra([vu({context:Uo}),T({attribute:!1})],bn.prototype,"application",2);bn=ra([Xc("ace-restart-dialog")],bn);class Vs extends Sl{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 F(!1),this.connection=this.createConnection(t.properties),this.connection.store$.subscribe(s=>{s={...s,messages:s.messages.filter(i=>!i.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 i=null;if(this.lastReceivedMessageWasComplete||!this.lastWrittenEntry)i=this.printAgent(s.text),i&&(this.lastWrittenEntry={entry:i,messages:[s]});else if(this.lastWrittenEntry){const r=this.mergeMessageParts(this.lastWrittenEntry.messages);s.isComplete?(this.updateEntry(this.lastWrittenEntry.entry,`${r}${s.text}`),this.lastWrittenEntry.messages.push(s)):(this.updateEntry(this.lastWrittenEntry.entry,`${r}${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 Vs(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=cs(Bi(e));return this.user.print(t)}printSystem(e){const t=cs(Bi(e));return this.system.print(t)}showRestartDialog(){this.restartDialogEntry&&this.restartDialogEntry.remove(),this.component.disableInput(),this.restartDialogEntry=new Pt(ve.System,{name:""},[{items:[["ace-restart-dialog",{content:""}]]}]),this.printEntry(this.restartDialogEntry),this.restartDialogEntry.actions$.pipe(bl(e=>e.key==="restart-session"),Ie(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(e){this.connection&&this.connection.dispose();const s=e.webconnectorUrl||"wss://convhub-dev.ace.teliacompany.net/convhub/webconnector/v2/dialog";return e.extension?new Ur({connectionUri:s,extension:e.extension.toString()},this.component,this):(console.warn("ConversationalHubProvider has not defined an extension. Using default extension 1792."),new Ur({connectionUri:s,extension:"1936"},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 zr="ace-conversational-hub-provider",Gh=async n=>{(await Ss.getInstance(n.container)).registerProvider(zr,t=>Vs.getInstance(zr,t))};exports.ConversationalHubProviderPlugin=Gh;
|