@fluid-topics/ft-reader-content 1.3.37 → 1.3.39

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.
@@ -1,5 +1,5 @@
1
- "use strict";(()=>{var Wi=Object.create;var Fr=Object.defineProperty;var Qi=Object.getOwnPropertyDescriptor;var Xi=Object.getOwnPropertyNames;var Yi=Object.getPrototypeOf,Ji=Object.prototype.hasOwnProperty;var Ne=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var Zi=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xi(e))!Ji.call(r,i)&&i!==t&&Fr(r,i,{get:()=>e[i],enumerable:!(n=Qi(e,i))||n.enumerable});return r};var b=(r,e,t)=>(t=r!=null?Wi(Yi(r)):{},Zi(e||!r||!r.__esModule?Fr(t,"default",{value:r,enumerable:!0}):t,r));var R=Ne((Zs,jr)=>{jr.exports=ftGlobals.wcUtils});var $=Ne((ea,Br)=>{Br.exports=ftGlobals.lit});var J=Ne((ta,Hr)=>{Hr.exports=ftGlobals.litDecorators});var Yt=Ne((sa,Kr)=>{Kr.exports=ftGlobals.litRepeat});var $r=Ne((aa,qr)=>{qr.exports=ftGlobals.litUnsafeHTML});var un=Ne((me,ln)=>{var lt=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,ut=function(){function r(){this.fetch=!1,this.DOMException=lt.DOMException}return r.prototype=lt,new r}();(function(r){var e=function(t){var n=typeof r<"u"&&r||typeof self<"u"&&self||typeof global<"u"&&global||{},i={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function s(u){return u&&DataView.prototype.isPrototypeOf(u)}if(i.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],o=ArrayBuffer.isView||function(u){return u&&a.indexOf(Object.prototype.toString.call(u))>-1};function c(u){if(typeof u!="string"&&(u=String(u)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(u)||u==="")throw new TypeError('Invalid character in header field name: "'+u+'"');return u.toLowerCase()}function l(u){return typeof u!="string"&&(u=String(u)),u}function d(u){var h={next:function(){var S=u.shift();return{done:S===void 0,value:S}}};return i.iterable&&(h[Symbol.iterator]=function(){return h}),h}function f(u){this.map={},u instanceof f?u.forEach(function(h,S){this.append(S,h)},this):Array.isArray(u)?u.forEach(function(h){if(h.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+h.length);this.append(h[0],h[1])},this):u&&Object.getOwnPropertyNames(u).forEach(function(h){this.append(h,u[h])},this)}f.prototype.append=function(u,h){u=c(u),h=l(h);var S=this.map[u];this.map[u]=S?S+", "+h:h},f.prototype.delete=function(u){delete this.map[c(u)]},f.prototype.get=function(u){return u=c(u),this.has(u)?this.map[u]:null},f.prototype.has=function(u){return this.map.hasOwnProperty(c(u))},f.prototype.set=function(u,h){this.map[c(u)]=l(h)},f.prototype.forEach=function(u,h){for(var S in this.map)this.map.hasOwnProperty(S)&&u.call(h,this.map[S],S,this)},f.prototype.keys=function(){var u=[];return this.forEach(function(h,S){u.push(S)}),d(u)},f.prototype.values=function(){var u=[];return this.forEach(function(h){u.push(h)}),d(u)},f.prototype.entries=function(){var u=[];return this.forEach(function(h,S){u.push([S,h])}),d(u)},i.iterable&&(f.prototype[Symbol.iterator]=f.prototype.entries);function p(u){if(!u._noBody){if(u.bodyUsed)return Promise.reject(new TypeError("Already read"));u.bodyUsed=!0}}function y(u){return new Promise(function(h,S){u.onload=function(){h(u.result)},u.onerror=function(){S(u.error)}})}function v(u){var h=new FileReader,S=y(h);return h.readAsArrayBuffer(u),S}function g(u){var h=new FileReader,S=y(h),I=/charset=([A-Za-z0-9_-]+)/.exec(u.type),M=I?I[1]:"utf-8";return h.readAsText(u,M),S}function A(u){for(var h=new Uint8Array(u),S=new Array(h.length),I=0;I<h.length;I++)S[I]=String.fromCharCode(h[I]);return S.join("")}function E(u){if(u.slice)return u.slice(0);var h=new Uint8Array(u.byteLength);return h.set(new Uint8Array(u)),h.buffer}function T(){return this.bodyUsed=!1,this._initBody=function(u){this.bodyUsed=this.bodyUsed,this._bodyInit=u,u?typeof u=="string"?this._bodyText=u:i.blob&&Blob.prototype.isPrototypeOf(u)?this._bodyBlob=u:i.formData&&FormData.prototype.isPrototypeOf(u)?this._bodyFormData=u:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(u)?this._bodyText=u.toString():i.arrayBuffer&&i.blob&&s(u)?(this._bodyArrayBuffer=E(u.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(u)||o(u))?this._bodyArrayBuffer=E(u):this._bodyText=u=Object.prototype.toString.call(u):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof u=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i.searchParams&&URLSearchParams.prototype.isPrototypeOf(u)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var u=p(this);if(u)return u;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var u=p(this);return u||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(i.blob)return this.blob().then(v);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var u=p(this);if(u)return u;if(this._bodyBlob)return g(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(A(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},i.formData&&(this.formData=function(){return this.text().then(re)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function x(u){var h=u.toUpperCase();return O.indexOf(h)>-1?h:u}function U(u,h){if(!(this instanceof U))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');h=h||{};var S=h.body;if(u instanceof U){if(u.bodyUsed)throw new TypeError("Already read");this.url=u.url,this.credentials=u.credentials,h.headers||(this.headers=new f(u.headers)),this.method=u.method,this.mode=u.mode,this.signal=u.signal,!S&&u._bodyInit!=null&&(S=u._bodyInit,u.bodyUsed=!0)}else this.url=String(u);if(this.credentials=h.credentials||this.credentials||"same-origin",(h.headers||!this.headers)&&(this.headers=new f(h.headers)),this.method=x(h.method||this.method||"GET"),this.mode=h.mode||this.mode||null,this.signal=h.signal||this.signal||function(){if("AbortController"in n){var w=new AbortController;return w.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&S)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(S),(this.method==="GET"||this.method==="HEAD")&&(h.cache==="no-store"||h.cache==="no-cache")){var I=/([?&])_=[^&]*/;if(I.test(this.url))this.url=this.url.replace(I,"$1_="+new Date().getTime());else{var M=/\?/;this.url+=(M.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}U.prototype.clone=function(){return new U(this,{body:this._bodyInit})};function re(u){var h=new FormData;return u.trim().split("&").forEach(function(S){if(S){var I=S.split("="),M=I.shift().replace(/\+/g," "),w=I.join("=").replace(/\+/g," ");h.append(decodeURIComponent(M),decodeURIComponent(w))}}),h}function we(u){var h=new f,S=u.replace(/\r?\n[\t ]+/g," ");return S.split("\r").map(function(I){return I.indexOf(`
2
- `)===0?I.substr(1,I.length):I}).forEach(function(I){var M=I.split(":"),w=M.shift().trim();if(w){var it=M.join(":").trim();try{h.append(w,it)}catch(Wt){console.warn("Response "+Wt.message)}}}),h}T.call(U.prototype);function q(u,h){if(!(this instanceof q))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(h||(h={}),this.type="default",this.status=h.status===void 0?200:h.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=h.statusText===void 0?"":""+h.statusText,this.headers=new f(h.headers),this.url=h.url||"",this._initBody(u)}T.call(q.prototype),q.prototype.clone=function(){return new q(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},q.error=function(){var u=new q(null,{status:200,statusText:""});return u.ok=!1,u.status=0,u.type="error",u};var xe=[301,302,303,307,308];q.redirect=function(u,h){if(xe.indexOf(h)===-1)throw new RangeError("Invalid status code");return new q(null,{status:h,headers:{location:u}})},t.DOMException=n.DOMException;try{new t.DOMException}catch{t.DOMException=function(h,S){this.message=h,this.name=S;var I=Error(h);this.stack=I.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function ke(u,h){return new Promise(function(S,I){var M=new U(u,h);if(M.signal&&M.signal.aborted)return I(new t.DOMException("Aborted","AbortError"));var w=new XMLHttpRequest;function it(){w.abort()}w.onload=function(){var F={statusText:w.statusText,headers:we(w.getAllResponseHeaders()||"")};M.url.indexOf("file://")===0&&(w.status<200||w.status>599)?F.status=200:F.status=w.status,F.url="responseURL"in w?w.responseURL:F.headers.get("X-Request-URL");var Ie="response"in w?w.response:w.responseText;setTimeout(function(){S(new q(Ie,F))},0)},w.onerror=function(){setTimeout(function(){I(new TypeError("Network request failed"))},0)},w.ontimeout=function(){setTimeout(function(){I(new TypeError("Network request timed out"))},0)},w.onabort=function(){setTimeout(function(){I(new t.DOMException("Aborted","AbortError"))},0)};function Wt(F){try{return F===""&&n.location.href?n.location.href:F}catch{return F}}if(w.open(M.method,Wt(M.url),!0),M.credentials==="include"?w.withCredentials=!0:M.credentials==="omit"&&(w.withCredentials=!1),"responseType"in w&&(i.blob?w.responseType="blob":i.arrayBuffer&&(w.responseType="arraybuffer")),h&&typeof h.headers=="object"&&!(h.headers instanceof f||n.Headers&&h.headers instanceof n.Headers)){var Ur=[];Object.getOwnPropertyNames(h.headers).forEach(function(F){Ur.push(c(F)),w.setRequestHeader(F,l(h.headers[F]))}),M.headers.forEach(function(F,Ie){Ur.indexOf(Ie)===-1&&w.setRequestHeader(Ie,F)})}else M.headers.forEach(function(F,Ie){w.setRequestHeader(Ie,F)});M.signal&&(M.signal.addEventListener("abort",it),w.onreadystatechange=function(){w.readyState===4&&M.signal.removeEventListener("abort",it)}),w.send(typeof M._bodyInit>"u"?null:M._bodyInit)})}return ke.polyfill=!0,n.fetch||(n.fetch=ke,n.Headers=f,n.Request=U,n.Response=q),t.Headers=f,t.Request=U,t.Response=q,t.fetch=ke,t}({})})(ut);ut.fetch.ponyfill=!0;delete ut.fetch.polyfill;var Be=lt.fetch?lt:ut;me=Be.fetch;me.default=Be.fetch;me.fetch=Be.fetch;me.Headers=Be.Headers;me.Request=Be.Request;me.Response=Be.Response;ln.exports=me});var zi=b(R());var zt=b($()),Qe=b(J()),ae=b(R());var st=b(R()),Vr=b(J());var Oe;(function(r){r.clusteringHelperCreated="clustering-helper-created",r.mapAttachmentsUpdate="map-attachments-update",r.visibleTopicChange="visible-topic-change"})(Oe||(Oe={}));var de;(function(r){r.FEEDBACK="FEEDBACK",r.RATING="RATING",r.PRINT="PRINT",r.BOOKMARK="BOOKMARK",r.COLLECTIONS="COLLECTIONS",r.PERSONAL_BOOKS="PERSONAL_BOOKS"})(de||(de={}));var es=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Xt=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},Qt=Symbol("registerInterval"),ts=(0,st.applyMixinOnce)(Symbol("toFtReaderComponent"),function(r){var e;class t extends r{constructor(){super(...arguments),this[e]=0}setReaderStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var i;return(i=this.stateManager)===null||i===void 0?void 0:i.service}connectedCallback(){super.connectedCallback(),this[Qt]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Qt]):this.dispatchEvent(new Xt)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Qt,es([(0,Vr.state)()],t.prototype,"stateManager",void 0),t}),pe=class extends ts(st.FtLitElementRedux){};var Xr=b(R());var Ue=b($()),j=b(J()),Wr=b(Yt()),D=b(R()),Qr=b($r());var Gr=b($()),at=b(R()),Jt={padding:at.FtCssVariableFactory.create("--ft-infinite-scroll-padding","","SIZE","0"),itemsGap:at.FtCssVariableFactory.create("--ft-infinite-scroll-items-gap","","SIZE","4px"),itemContainerMinHeight:at.FtCssVariableFactory.create("--ft-infinite-scroll-item-container-min-height","","SIZE",".1px")},zr=Gr.css`
1
+ "use strict";(()=>{var Qi=Object.create;var jr=Object.defineProperty;var Xi=Object.getOwnPropertyDescriptor;var Yi=Object.getOwnPropertyNames;var Ji=Object.getPrototypeOf,Zi=Object.prototype.hasOwnProperty;var Ne=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var es=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Yi(e))!Zi.call(r,i)&&i!==t&&jr(r,i,{get:()=>e[i],enumerable:!(n=Xi(e,i))||n.enumerable});return r};var b=(r,e,t)=>(t=r!=null?Qi(Ji(r)):{},es(e||!r||!r.__esModule?jr(t,"default",{value:r,enumerable:!0}):t,r));var C=Ne((ea,Br)=>{Br.exports=ftGlobals.wcUtils});var $=Ne((ta,Hr)=>{Hr.exports=ftGlobals.lit});var J=Ne((ra,Vr)=>{Vr.exports=ftGlobals.litDecorators});var Yt=Ne((aa,qr)=>{qr.exports=ftGlobals.litRepeat});var Gr=Ne((oa,$r)=>{$r.exports=ftGlobals.litUnsafeHTML});var hn=Ne((me,dn)=>{var lt=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,ut=function(){function r(){this.fetch=!1,this.DOMException=lt.DOMException}return r.prototype=lt,new r}();(function(r){var e=function(t){var n=typeof r<"u"&&r||typeof self<"u"&&self||typeof global<"u"&&global||{},i={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function s(u){return u&&DataView.prototype.isPrototypeOf(u)}if(i.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],o=ArrayBuffer.isView||function(u){return u&&a.indexOf(Object.prototype.toString.call(u))>-1};function c(u){if(typeof u!="string"&&(u=String(u)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(u)||u==="")throw new TypeError('Invalid character in header field name: "'+u+'"');return u.toLowerCase()}function l(u){return typeof u!="string"&&(u=String(u)),u}function d(u){var h={next:function(){var S=u.shift();return{done:S===void 0,value:S}}};return i.iterable&&(h[Symbol.iterator]=function(){return h}),h}function f(u){this.map={},u instanceof f?u.forEach(function(h,S){this.append(S,h)},this):Array.isArray(u)?u.forEach(function(h){if(h.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+h.length);this.append(h[0],h[1])},this):u&&Object.getOwnPropertyNames(u).forEach(function(h){this.append(h,u[h])},this)}f.prototype.append=function(u,h){u=c(u),h=l(h);var S=this.map[u];this.map[u]=S?S+", "+h:h},f.prototype.delete=function(u){delete this.map[c(u)]},f.prototype.get=function(u){return u=c(u),this.has(u)?this.map[u]:null},f.prototype.has=function(u){return this.map.hasOwnProperty(c(u))},f.prototype.set=function(u,h){this.map[c(u)]=l(h)},f.prototype.forEach=function(u,h){for(var S in this.map)this.map.hasOwnProperty(S)&&u.call(h,this.map[S],S,this)},f.prototype.keys=function(){var u=[];return this.forEach(function(h,S){u.push(S)}),d(u)},f.prototype.values=function(){var u=[];return this.forEach(function(h){u.push(h)}),d(u)},f.prototype.entries=function(){var u=[];return this.forEach(function(h,S){u.push([S,h])}),d(u)},i.iterable&&(f.prototype[Symbol.iterator]=f.prototype.entries);function p(u){if(!u._noBody){if(u.bodyUsed)return Promise.reject(new TypeError("Already read"));u.bodyUsed=!0}}function y(u){return new Promise(function(h,S){u.onload=function(){h(u.result)},u.onerror=function(){S(u.error)}})}function v(u){var h=new FileReader,S=y(h);return h.readAsArrayBuffer(u),S}function g(u){var h=new FileReader,S=y(h),I=/charset=([A-Za-z0-9_-]+)/.exec(u.type),M=I?I[1]:"utf-8";return h.readAsText(u,M),S}function A(u){for(var h=new Uint8Array(u),S=new Array(h.length),I=0;I<h.length;I++)S[I]=String.fromCharCode(h[I]);return S.join("")}function E(u){if(u.slice)return u.slice(0);var h=new Uint8Array(u.byteLength);return h.set(new Uint8Array(u)),h.buffer}function T(){return this.bodyUsed=!1,this._initBody=function(u){this.bodyUsed=this.bodyUsed,this._bodyInit=u,u?typeof u=="string"?this._bodyText=u:i.blob&&Blob.prototype.isPrototypeOf(u)?this._bodyBlob=u:i.formData&&FormData.prototype.isPrototypeOf(u)?this._bodyFormData=u:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(u)?this._bodyText=u.toString():i.arrayBuffer&&i.blob&&s(u)?(this._bodyArrayBuffer=E(u.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(u)||o(u))?this._bodyArrayBuffer=E(u):this._bodyText=u=Object.prototype.toString.call(u):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof u=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i.searchParams&&URLSearchParams.prototype.isPrototypeOf(u)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var u=p(this);if(u)return u;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var u=p(this);return u||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(i.blob)return this.blob().then(v);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var u=p(this);if(u)return u;if(this._bodyBlob)return g(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(A(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},i.formData&&(this.formData=function(){return this.text().then(ne)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function x(u){var h=u.toUpperCase();return O.indexOf(h)>-1?h:u}function U(u,h){if(!(this instanceof U))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');h=h||{};var S=h.body;if(u instanceof U){if(u.bodyUsed)throw new TypeError("Already read");this.url=u.url,this.credentials=u.credentials,h.headers||(this.headers=new f(u.headers)),this.method=u.method,this.mode=u.mode,this.signal=u.signal,!S&&u._bodyInit!=null&&(S=u._bodyInit,u.bodyUsed=!0)}else this.url=String(u);if(this.credentials=h.credentials||this.credentials||"same-origin",(h.headers||!this.headers)&&(this.headers=new f(h.headers)),this.method=x(h.method||this.method||"GET"),this.mode=h.mode||this.mode||null,this.signal=h.signal||this.signal||function(){if("AbortController"in n){var w=new AbortController;return w.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&S)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(S),(this.method==="GET"||this.method==="HEAD")&&(h.cache==="no-store"||h.cache==="no-cache")){var I=/([?&])_=[^&]*/;if(I.test(this.url))this.url=this.url.replace(I,"$1_="+new Date().getTime());else{var M=/\?/;this.url+=(M.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}U.prototype.clone=function(){return new U(this,{body:this._bodyInit})};function ne(u){var h=new FormData;return u.trim().split("&").forEach(function(S){if(S){var I=S.split("="),M=I.shift().replace(/\+/g," "),w=I.join("=").replace(/\+/g," ");h.append(decodeURIComponent(M),decodeURIComponent(w))}}),h}function we(u){var h=new f,S=u.replace(/\r?\n[\t ]+/g," ");return S.split("\r").map(function(I){return I.indexOf(`
2
+ `)===0?I.substr(1,I.length):I}).forEach(function(I){var M=I.split(":"),w=M.shift().trim();if(w){var it=M.join(":").trim();try{h.append(w,it)}catch(Wt){console.warn("Response "+Wt.message)}}}),h}T.call(U.prototype);function q(u,h){if(!(this instanceof q))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(h||(h={}),this.type="default",this.status=h.status===void 0?200:h.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=h.statusText===void 0?"":""+h.statusText,this.headers=new f(h.headers),this.url=h.url||"",this._initBody(u)}T.call(q.prototype),q.prototype.clone=function(){return new q(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},q.error=function(){var u=new q(null,{status:200,statusText:""});return u.ok=!1,u.status=0,u.type="error",u};var xe=[301,302,303,307,308];q.redirect=function(u,h){if(xe.indexOf(h)===-1)throw new RangeError("Invalid status code");return new q(null,{status:h,headers:{location:u}})},t.DOMException=n.DOMException;try{new t.DOMException}catch{t.DOMException=function(h,S){this.message=h,this.name=S;var I=Error(h);this.stack=I.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function Le(u,h){return new Promise(function(S,I){var M=new U(u,h);if(M.signal&&M.signal.aborted)return I(new t.DOMException("Aborted","AbortError"));var w=new XMLHttpRequest;function it(){w.abort()}w.onload=function(){var F={statusText:w.statusText,headers:we(w.getAllResponseHeaders()||"")};M.url.indexOf("file://")===0&&(w.status<200||w.status>599)?F.status=200:F.status=w.status,F.url="responseURL"in w?w.responseURL:F.headers.get("X-Request-URL");var Ie="response"in w?w.response:w.responseText;setTimeout(function(){S(new q(Ie,F))},0)},w.onerror=function(){setTimeout(function(){I(new TypeError("Network request failed"))},0)},w.ontimeout=function(){setTimeout(function(){I(new TypeError("Network request timed out"))},0)},w.onabort=function(){setTimeout(function(){I(new t.DOMException("Aborted","AbortError"))},0)};function Wt(F){try{return F===""&&n.location.href?n.location.href:F}catch{return F}}if(w.open(M.method,Wt(M.url),!0),M.credentials==="include"?w.withCredentials=!0:M.credentials==="omit"&&(w.withCredentials=!1),"responseType"in w&&(i.blob?w.responseType="blob":i.arrayBuffer&&(w.responseType="arraybuffer")),h&&typeof h.headers=="object"&&!(h.headers instanceof f||n.Headers&&h.headers instanceof n.Headers)){var Fr=[];Object.getOwnPropertyNames(h.headers).forEach(function(F){Fr.push(c(F)),w.setRequestHeader(F,l(h.headers[F]))}),M.headers.forEach(function(F,Ie){Fr.indexOf(Ie)===-1&&w.setRequestHeader(Ie,F)})}else M.headers.forEach(function(F,Ie){w.setRequestHeader(Ie,F)});M.signal&&(M.signal.addEventListener("abort",it),w.onreadystatechange=function(){w.readyState===4&&M.signal.removeEventListener("abort",it)}),w.send(typeof M._bodyInit>"u"?null:M._bodyInit)})}return Le.polyfill=!0,n.fetch||(n.fetch=Le,n.Headers=f,n.Request=U,n.Response=q),t.Headers=f,t.Request=U,t.Response=q,t.fetch=Le,t}({})})(ut);ut.fetch.ponyfill=!0;delete ut.fetch.polyfill;var Be=lt.fetch?lt:ut;me=Be.fetch;me.default=Be.fetch;me.fetch=Be.fetch;me.Headers=Be.Headers;me.Request=Be.Request;me.Response=Be.Response;dn.exports=me});var Ur=b(C());var zt=b($()),Qe=b(J()),oe=b(C());var st=b(C()),Kr=b(J());var Oe;(function(r){r.clusteringHelperCreated="clustering-helper-created",r.mapAttachmentsUpdate="map-attachments-update",r.visibleTopicChange="visible-topic-change"})(Oe||(Oe={}));var he;(function(r){r.FEEDBACK="FEEDBACK",r.RATING="RATING",r.PRINT="PRINT",r.BOOKMARK="BOOKMARK",r.COLLECTIONS="COLLECTIONS",r.PERSONAL_BOOKS="PERSONAL_BOOKS"})(he||(he={}));var ts=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Xt=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},Qt=Symbol("registerInterval"),rs=(0,st.applyMixinOnce)(Symbol("toFtReaderComponent"),function(r){var e;class t extends r{constructor(){super(...arguments),this[e]=0}setReaderStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var i;return(i=this.stateManager)===null||i===void 0?void 0:i.service}connectedCallback(){super.connectedCallback(),this[Qt]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Qt]):this.dispatchEvent(new Xt)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Qt,ts([(0,Kr.state)()],t.prototype,"stateManager",void 0),t}),ve=class extends rs(st.FtLitElementRedux){};var Yr=b(C());var Ue=b($()),j=b(J()),Qr=b(Yt()),D=b(C()),Xr=b(Gr());var zr=b($()),at=b(C()),Jt={padding:at.FtCssVariableFactory.create("--ft-infinite-scroll-padding","","SIZE","0"),itemsGap:at.FtCssVariableFactory.create("--ft-infinite-scroll-items-gap","","SIZE","4px"),itemContainerMinHeight:at.FtCssVariableFactory.create("--ft-infinite-scroll-item-container-min-height","","SIZE",".1px")},Wr=zr.css`
3
3
  .items-container {
4
4
  padding: ${Jt.padding};
5
5
  outline: none;
@@ -29,23 +29,23 @@
29
29
  display: flow-root;
30
30
  min-height: ${Jt.itemContainerMinHeight};
31
31
  }
32
- `;var G=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Zt=class extends CustomEvent{constructor(e,t){super("visible-items-change",{detail:{indexes:e,items:t,visibleIndexes:e,visibleItems:t}})}},er=class extends CustomEvent{constructor(e,t){super("rendered-items-change",{detail:{indexes:e,items:t}})}},tr=class extends Event{constructor(){super("scrolled-to-target")}},rs=r=>(r??[])[(r??[]).length-1],L=class extends D.FtLitElement{constructor(){super(...arguments),this.items=[],this.renderItem=()=>Ue.html``,this.getItemKey=(e,t)=>`${t} - ${JSON.stringify(e)}`,this.internalScroll=!1,this.renderBeforeFirst=1,this.renderAfterLast=1,this.ensureScrollToTarget=!1,this.visibleItems=[],this.scrolledToTarget=!1,this.scrolling=!1,this.renderApprovalTimeouts=[],this.renderedIndexes=new Set,this.scrollDebouncer=new D.Debouncer(5),this.scrollDoneDebouncer=new D.Debouncer(10),this.onVisibilityChange=e=>{let t=new Set(this.visibleItems),n=new Set;for(let i of e){let s=+i.target.getAttribute("data-item-index");i.intersectionRect.height>0?(t.add(s),n.add(s)):n.has(s)||t.delete(s)}this.visibleItems=[...t].sort((i,s)=>i-s)},this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange),this.scrollingDebouncer=new D.Debouncer(50),this.ignoreNextScrollEvent=!1,this.scrollListener=()=>{var e;let t=this.ignoreNextScrollEvent;this.ignoreNextScrollEvent=!1,t||(this.scrolling=!0,this.scrollingDebouncer.run(()=>this.scrolling=!1));let n=this.scrollable.scrollTop,i=n-((e=this.lastScrollTop)!==null&&e!==void 0?e:0);if(this.lastScrollTop=n,this.scrolledToTarget&&(this.restoreScrollIfNeeded(t?0:i),!t||this.scrollRestorationItem==null)){let s=this.searchFirstVisibleItem(n,this.itemsContainer.children);this.scrollRestorationItem=s?+s.getAttribute("data-item-index"):void 0,this.scrollRestorationOffset=n-this.getOffset(s)}},this.restoreScrollIfNeeded=(e=0)=>{var t;let n=this.scrollable.scrollHeight,i=n-((t=this.lastScrollHeight)!==null&&t!==void 0?t:n);if(this.lastScrollHeight=n,i!==0&&this.scrolledToTarget&&this.scrollRestorationItem!=null&&this.scrollRestorationOffset!=null&&!(this.scrollRestorationItem===0&&this.scrollRestorationOffset<0)){let s=this.getItem(this.scrollRestorationItem),a=this.getOffset(s),o=(0,D.minmax)(this.scrollRestorationItem===0?-a:1,this.scrollRestorationOffset,s.clientHeight-1),c=a+o+e-this.scrollable.scrollTop;(Math.abs(i-c)<4||Math.abs(c)>5)&&(this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop+=c)}},this._shouldRestoreScroll=!1,this.scrollAdjustment=()=>{this.restoreScrollIfNeeded(),this.shouldRestoreScroll&&requestAnimationFrame(this.scrollAdjustment)},this.onMutation=()=>{for(let e of this.itemsContainer.children)this.intersectionObserver.observe(e)},this.mutationObserver=new MutationObserver(this.onMutation),this.lastRenderedItemsLength=0,this.resetVisibleItemsDebouncer=new D.Debouncer(10)}get scrollable(){var e;return(e=this._scrollable)!==null&&e!==void 0?e:document.body}set scrollable(e){var t,n,i;this._scrollable!==e&&(this._scrollable&&(this._scrollable.removeEventListener("scroll",this.scrollListener),this.initialOverflowAnchorValue&&(this._scrollable.style.overflowAnchor=this.initialOverflowAnchorValue),D.scrollHelper.release(this,this._scrollable)),this._scrollable=D.scrollHelper.lock(this,e),e&&!this._scrollable&&console.error("Scrollable parent is already locked",this,e),(t=this._scrollable)===null||t===void 0||t.addEventListener("scroll",this.scrollListener),this.lastScrollTop=(n=this._scrollable)===null||n===void 0?void 0:n.scrollTop,this.lastScrollHeight=(i=this._scrollable)===null||i===void 0?void 0:i.scrollHeight,this._scrollable&&(this.initialOverflowAnchorValue=getComputedStyle(this._scrollable).overflowAnchor,this._scrollable.style.overflowAnchor="none"))}render(){return Ue.html`
32
+ `;var G=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Zt=class extends CustomEvent{constructor(e,t){super("visible-items-change",{detail:{indexes:e,items:t,visibleIndexes:e,visibleItems:t}})}},er=class extends CustomEvent{constructor(e,t){super("rendered-items-change",{detail:{indexes:e,items:t}})}},tr=class extends Event{constructor(){super("scrolled-to-target")}},ns=r=>(r??[])[(r??[]).length-1],k=class extends D.FtLitElement{constructor(){super(...arguments),this.items=[],this.renderItem=()=>Ue.html``,this.getItemKey=(e,t)=>`${t} - ${JSON.stringify(e)}`,this.internalScroll=!1,this.renderBeforeFirst=1,this.renderAfterLast=1,this.ensureScrollToTarget=!1,this.visibleItems=[],this.scrolledToTarget=!1,this.scrolling=!1,this.renderApprovalTimeouts=[],this.renderedIndexes=new Set,this.scrollDebouncer=new D.Debouncer(5),this.scrollDoneDebouncer=new D.Debouncer(10),this.onVisibilityChange=e=>{let t=new Set(this.visibleItems),n=new Set;for(let i of e){let s=+i.target.getAttribute("data-item-index");i.intersectionRect.height>0?(t.add(s),n.add(s)):n.has(s)||t.delete(s)}this.visibleItems=[...t].sort((i,s)=>i-s)},this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange),this.scrollingDebouncer=new D.Debouncer(50),this.ignoreNextScrollEvent=!1,this.scrollListener=()=>{var e;let t=this.ignoreNextScrollEvent;this.ignoreNextScrollEvent=!1,t||(this.scrolling=!0,this.scrollingDebouncer.run(()=>this.scrolling=!1));let n=this.scrollable.scrollTop,i=n-((e=this.lastScrollTop)!==null&&e!==void 0?e:0);if(this.lastScrollTop=n,this.scrolledToTarget&&(this.restoreScrollIfNeeded(t?0:i),!t||this.scrollRestorationItem==null)){let s=this.searchFirstVisibleItem(n,this.itemsContainer.children);this.scrollRestorationItem=s?+s.getAttribute("data-item-index"):void 0,this.scrollRestorationOffset=n-this.getOffset(s)}},this.restoreScrollIfNeeded=(e=0)=>{var t;let n=this.scrollable.scrollHeight,i=n-((t=this.lastScrollHeight)!==null&&t!==void 0?t:n);if(this.lastScrollHeight=n,i!==0&&this.scrolledToTarget&&this.scrollRestorationItem!=null&&this.scrollRestorationOffset!=null&&!(this.scrollRestorationItem===0&&this.scrollRestorationOffset<0)){let s=this.getItem(this.scrollRestorationItem),a=this.getOffset(s),o=(0,D.minmax)(this.scrollRestorationItem===0?-a:1,this.scrollRestorationOffset,s.clientHeight-1),c=a+o+e-this.scrollable.scrollTop;(Math.abs(i-c)<4||Math.abs(c)>5)&&(this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop+=c)}},this._shouldRestoreScroll=!1,this.scrollAdjustment=()=>{this.restoreScrollIfNeeded(),this.shouldRestoreScroll&&requestAnimationFrame(this.scrollAdjustment)},this.onMutation=()=>{for(let e of this.itemsContainer.children)this.intersectionObserver.observe(e)},this.mutationObserver=new MutationObserver(this.onMutation),this.lastRenderedItemsLength=0,this.resetVisibleItemsDebouncer=new D.Debouncer(10)}get scrollable(){var e;return(e=this._scrollable)!==null&&e!==void 0?e:document.body}set scrollable(e){var t,n,i;this._scrollable!==e&&(this._scrollable&&(this._scrollable.removeEventListener("scroll",this.scrollListener),this.initialOverflowAnchorValue&&(this._scrollable.style.overflowAnchor=this.initialOverflowAnchorValue),D.scrollHelper.release(this,this._scrollable)),this._scrollable=D.scrollHelper.lock(this,e),e&&!this._scrollable&&console.error("Scrollable parent is already locked",this,e),(t=this._scrollable)===null||t===void 0||t.addEventListener("scroll",this.scrollListener),this.lastScrollTop=(n=this._scrollable)===null||n===void 0?void 0:n.scrollTop,this.lastScrollHeight=(i=this._scrollable)===null||i===void 0?void 0:i.scrollHeight,this._scrollable&&(this.initialOverflowAnchorValue=getComputedStyle(this._scrollable).overflowAnchor,this._scrollable.style.overflowAnchor="none"))}render(){return Ue.html`
33
33
  <div @scroll-into-view="${this.onScrollIntoView}" class="items-container ${this.internalScroll?"scrollable":""}" tabindex="-1">
34
- ${(0,Wr.repeat)(this.items,(e,t)=>this.getItemKey(e,t),(e,t)=>this.renderItemContainer(e,t))}
34
+ ${(0,Qr.repeat)(this.items,(e,t)=>this.getItemKey(e,t),(e,t)=>this.renderItemContainer(e,t))}
35
35
  </div>
36
36
  `}renderItemContainer(e,t){this.prepareRenderIfNeeded(t);let n=this.scrolledToTarget&&this.visibleItems.includes(t),i=this.renderedIndexes.has(t);return Ue.html`
37
37
  <div id="item-${t}"
38
38
  class="item-container ${i?"rendered":""} ${n?"visible":""}"
39
39
  data-item-index="${t}">
40
- ${i?(()=>{let a=this.renderItem(e,t);return typeof a=="string"?(0,Qr.unsafeHTML)(a):a})():Ue.nothing}
40
+ ${i?(()=>{let a=this.renderItem(e,t);return typeof a=="string"?(0,Xr.unsafeHTML)(a):a})():Ue.nothing}
41
41
  </div>
42
- `}prepareRenderIfNeeded(e){let t=this.renderApprovalTimeouts[e]!=null;this.inRenderRange(e)&&!t&&(this.renderApprovalTimeouts[e]=setTimeout(()=>{this.inRenderRange(e)?this.addRenderedIndex(e):this.renderApprovalTimeouts[e]=void 0,this.requestUpdate()},300))}addRenderedIndex(e){e>=0&&!this.renderedIndexes.has(e)&&this.renderedIndexes.add(e)}inRenderRange(e){return e>=this.visibleItems[0]-this.renderBeforeFirst&&e<=rs(this.visibleItems)+this.renderAfterLast}isRendered(e){return this.renderedIndexes.has(this.items.indexOf(e))}resetScroll(e=!0){this.shouldRestoreScroll=!1,this.intersectionObserver.disconnect(),this.visibleItems=[],this.scrolledToTarget=!1,this.internalScroll&&this.scrollable!==this.internalScrollable?this.scrollable=this.internalScrollable:!this.internalScroll&&e&&(this.scrollable=D.scrollHelper.findFirstScrollableParent(this.itemsContainer));let t=this.resolveScrollToIndex();this.addRenderedIndex(t),this.scrollToTarget(t),this.scrollDoneDebouncer.run(()=>{this.ensureScrollToTarget&&t>=0&&this.scrollDebouncer.run(()=>{Math.abs(this.scrollable.scrollTop-this.getOffset(t))>5&&this.scrollToTarget(t)},500),this.scrollToTarget(t),this.scrolledToTarget=!0,this.shouldRestoreScroll=!0,this.resetIntersectionObserver()})}resolveScrollToIndex(){var e;let t=(e=this.scrollToIndex)!==null&&e!==void 0?e:this.scrollToItem?this.items.indexOf(this.scrollToItem):-1;return t>=this.items.length?-1:t}getItem(e){var t,n,i;return(n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelector(`#item-${e}`))!==null&&n!==void 0?n:(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector("#item-0")}scrollToTarget(e){e<=0?(this.scrollable.scrollTop=0,this.scrollRestorationOffset=-this.getOffset(e)):(this.scrollable.scrollTop=this.getOffset(e),this.scrollRestorationOffset=0),this.scrollRestorationItem=e>=0?e:void 0}onScrollIntoView(e){var t;this.scrollDebouncer.cancel();let n=e.composedPath()[0],i=this.getOffset(n),s=(t=e.composedPath().find(a=>typeof a.matches=="function"&&a.matches(".item-container")))===null||t===void 0?void 0:t.getAttribute("data-item-index");this.scrollRestorationItem=s==null?this.scrollRestorationItem:+s,this.scrollRestorationOffset=i-this.getOffset(this.scrollRestorationItem),this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop=i}getOffset(e){let t=typeof e=="number"?this.getItem(e):e;return t?D.scrollHelper.getAbsoluteScrollOffset(this.scrollable,t):0}appendItems(...e){this.items=[...this.items,...e]}prependItems(...e){this.items=[...e,...this.items]}connectedCallback(){super.connectedCallback(),setTimeout(()=>{this.mutationObserver.disconnect(),this.mutationObserver.observe(this.itemsContainer,{childList:!0}),this.resetScroll()},0)}disconnectedCallback(){super.disconnectedCallback(),this.scrollable=void 0,this.intersectionObserver.disconnect(),this.mutationObserver.disconnect(),this.shouldRestoreScroll=!1}resetIntersectionObserver(){this.intersectionObserver.disconnect(),this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange,{root:this.scrollable,rootMargin:"-8px",threshold:[0,.01,.1,1]}),this.onMutation()}searchFirstVisibleItem(e,t,n,i){if(n=n??0,i=i??t.length-1,i<=n)return t[n];let s=Math.floor((i-n)/2)+n,a=t[s],o=this.getOffset(a);return o>e?this.searchFirstVisibleItem(e,t,n,s-1):o+a.clientHeight<e?this.searchFirstVisibleItem(e,t,s+1,i):a}get shouldRestoreScroll(){return this._shouldRestoreScroll}set shouldRestoreScroll(e){let t=e&&!this._shouldRestoreScroll;this._shouldRestoreScroll=e,t&&requestAnimationFrame(this.scrollAdjustment)}willUpdate(e){super.willUpdate(e),e.has("items")&&(this.renderedIndexes=new Set,this.lastRenderedItemsLength=0,this.renderApprovalTimeouts=[]),((e.has("scrollToItem")||e.has("scrollToIndex"))&&(this.scrollToItem!=null||this.scrollToIndex!=null)||e.has("internalScroll"))&&(0,D.waitFor)(()=>this.itemsContainer).then(()=>this.resetScroll())}updated(e){super.updated(e),(e.has("visibleItems")||e.has("items"))&&this.onVisibleItemsChange(),e.has("scrolledToTarget")&&this.scrolledToTarget&&(this.scrollToItem!=null||this.scrollToIndex!=null)&&this.dispatchEvent(new tr)}contentAvailableCallback(e){var t,n;super.contentAvailableCallback(e);let i=[...(n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelectorAll(".item-container.rendered"))!==null&&n!==void 0?n:[]].map(s=>+s.getAttribute("data-item-index"));this.lastRenderedItemsLength!==i.length&&(this.dispatchRenderedItemsChangeEvent(i),this.lastRenderedItemsLength=i.length)}dispatchRenderedItemsChangeEvent(e){let t=e??[...this.renderedIndexes].sort((n,i)=>n-i);this.dispatchEvent(new er(t,t.map(n=>this.items[n])))}onVisibleItemsChange(){this.visibleItems.every((t,n)=>this.visibleItems[n+1]==null||t+1===this.visibleItems[n+1])||(0,D.deepEqual)(this.visibleItems,this.lastNotOkVisibleItems)?(this.resetVisibleItemsDebouncer.cancel(),this.dispatchVisibleItemsEvent()):this.resetVisibleItemsDebouncer.run(()=>{this.lastNotOkVisibleItems=[...this.visibleItems],this.visibleItems=[],this.resetIntersectionObserver()})}dispatchVisibleItemsEvent(){var e;(e=this.cancelableDispatchEvent)===null||e===void 0||e.cancel(),this.cancelableDispatchEvent=(0,D.cancelable)((0,D.waitUntil)(()=>this.scrolledToTarget&&!this.scrolling)),this.cancelableDispatchEvent.then(()=>this.dispatchEvent(new Zt(this.visibleItems,this.visibleItems.map(t=>this.items[t])))).catch(()=>null)}};L.styles=zr;G([(0,j.property)({attribute:!1,hasChanged:D.hasChanged})],L.prototype,"items",void 0);G([(0,j.property)({attribute:!1})],L.prototype,"renderItem",void 0);G([(0,j.property)({attribute:!1})],L.prototype,"getItemKey",void 0);G([(0,j.property)({type:Object})],L.prototype,"scrollToItem",void 0);G([(0,j.property)({type:Number})],L.prototype,"scrollToIndex",void 0);G([(0,j.property)({type:Boolean})],L.prototype,"internalScroll",void 0);G([(0,j.property)({type:Number})],L.prototype,"renderBeforeFirst",void 0);G([(0,j.property)({type:Number})],L.prototype,"renderAfterLast",void 0);G([(0,j.property)({type:Boolean})],L.prototype,"ensureScrollToTarget",void 0);G([(0,j.state)({hasChanged(r,e){return r!=null&&e==null||r.length!==e.length||r[0]!==e[0]}})],L.prototype,"visibleItems",void 0);G([(0,j.query)(".scrollable")],L.prototype,"internalScrollable",void 0);G([(0,j.query)(".items-container")],L.prototype,"itemsContainer",void 0);G([(0,j.state)()],L.prototype,"scrolledToTarget",void 0);G([(0,j.state)()],L.prototype,"scrolling",void 0);(0,Xr.customElement)("ft-infinite-scroll")(L);var Yr=b($()),va={},Jr=Yr.css`
43
- `;var rn=b(R());var tn=b($()),Fe=b(J());var Zr=b($());var en=Zr.css`
44
- `;var ot=b(R()),Ce=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Z=class extends pe{constructor(){super(...arguments),this.disableContextInteractions=!1,this.headingLevelsShift=0,this.registeredComponents=[]}render(){return tn.html`
42
+ `}prepareRenderIfNeeded(e){let t=this.renderApprovalTimeouts[e]!=null;this.inRenderRange(e)&&!t&&(this.renderApprovalTimeouts[e]=setTimeout(()=>{this.inRenderRange(e)?this.addRenderedIndex(e):this.renderApprovalTimeouts[e]=void 0,this.requestUpdate()},300))}addRenderedIndex(e){e>=0&&!this.renderedIndexes.has(e)&&this.renderedIndexes.add(e)}inRenderRange(e){return e>=this.visibleItems[0]-this.renderBeforeFirst&&e<=ns(this.visibleItems)+this.renderAfterLast}isRendered(e){return this.renderedIndexes.has(this.items.indexOf(e))}resetScroll(e=!0){this.shouldRestoreScroll=!1,this.intersectionObserver.disconnect(),this.visibleItems=[],this.scrolledToTarget=!1,this.internalScroll&&this.scrollable!==this.internalScrollable?this.scrollable=this.internalScrollable:!this.internalScroll&&e&&(this.scrollable=D.scrollHelper.findFirstScrollableParent(this.itemsContainer));let t=this.resolveScrollToIndex();this.addRenderedIndex(t),this.scrollToTarget(t),this.scrollDoneDebouncer.run(()=>{this.ensureScrollToTarget&&t>=0&&this.scrollDebouncer.run(()=>{Math.abs(this.scrollable.scrollTop-this.getOffset(t))>5&&this.scrollToTarget(t)},500),this.scrollToTarget(t),this.scrolledToTarget=!0,this.shouldRestoreScroll=!0,this.resetIntersectionObserver()})}resolveScrollToIndex(){var e;let t=(e=this.scrollToIndex)!==null&&e!==void 0?e:this.scrollToItem?this.items.indexOf(this.scrollToItem):-1;return t>=this.items.length?-1:t}getItem(e){var t,n,i;return(n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelector(`#item-${e}`))!==null&&n!==void 0?n:(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector("#item-0")}scrollToTarget(e){e<=0?(this.scrollable.scrollTop=0,this.scrollRestorationOffset=-this.getOffset(e)):(this.scrollable.scrollTop=this.getOffset(e),this.scrollRestorationOffset=0),this.scrollRestorationItem=e>=0?e:void 0}onScrollIntoView(e){var t;this.scrollDebouncer.cancel();let n=e.composedPath()[0],i=this.getOffset(n),s=(t=e.composedPath().find(a=>typeof a.matches=="function"&&a.matches(".item-container")))===null||t===void 0?void 0:t.getAttribute("data-item-index");this.scrollRestorationItem=s==null?this.scrollRestorationItem:+s,this.scrollRestorationOffset=i-this.getOffset(this.scrollRestorationItem),this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop=i}getOffset(e){let t=typeof e=="number"?this.getItem(e):e;return t?D.scrollHelper.getAbsoluteScrollOffset(this.scrollable,t):0}appendItems(...e){this.items=[...this.items,...e]}prependItems(...e){this.items=[...e,...this.items]}connectedCallback(){super.connectedCallback(),setTimeout(()=>{this.mutationObserver.disconnect(),this.mutationObserver.observe(this.itemsContainer,{childList:!0}),this.resetScroll()},0)}disconnectedCallback(){super.disconnectedCallback(),this.scrollable=void 0,this.intersectionObserver.disconnect(),this.mutationObserver.disconnect(),this.shouldRestoreScroll=!1}resetIntersectionObserver(){this.intersectionObserver.disconnect(),this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange,{root:this.scrollable,rootMargin:"-8px",threshold:[0,.01,.1,1]}),this.onMutation()}searchFirstVisibleItem(e,t,n,i){if(n=n??0,i=i??t.length-1,i<=n)return t[n];let s=Math.floor((i-n)/2)+n,a=t[s],o=this.getOffset(a);return o>e?this.searchFirstVisibleItem(e,t,n,s-1):o+a.clientHeight<e?this.searchFirstVisibleItem(e,t,s+1,i):a}get shouldRestoreScroll(){return this._shouldRestoreScroll}set shouldRestoreScroll(e){let t=e&&!this._shouldRestoreScroll;this._shouldRestoreScroll=e,t&&requestAnimationFrame(this.scrollAdjustment)}willUpdate(e){super.willUpdate(e),e.has("items")&&(this.renderedIndexes=new Set,this.lastRenderedItemsLength=0,this.renderApprovalTimeouts=[]),((e.has("scrollToItem")||e.has("scrollToIndex"))&&(this.scrollToItem!=null||this.scrollToIndex!=null)||e.has("internalScroll"))&&(0,D.waitFor)(()=>this.itemsContainer).then(()=>this.resetScroll())}updated(e){super.updated(e),(e.has("visibleItems")||e.has("items"))&&this.onVisibleItemsChange(),e.has("scrolledToTarget")&&this.scrolledToTarget&&(this.scrollToItem!=null||this.scrollToIndex!=null)&&this.dispatchEvent(new tr)}contentAvailableCallback(e){var t,n;super.contentAvailableCallback(e);let i=[...(n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelectorAll(".item-container.rendered"))!==null&&n!==void 0?n:[]].map(s=>+s.getAttribute("data-item-index"));this.lastRenderedItemsLength!==i.length&&(this.dispatchRenderedItemsChangeEvent(i),this.lastRenderedItemsLength=i.length)}dispatchRenderedItemsChangeEvent(e){let t=e??[...this.renderedIndexes].sort((n,i)=>n-i);this.dispatchEvent(new er(t,t.map(n=>this.items[n])))}onVisibleItemsChange(){this.visibleItems.every((t,n)=>this.visibleItems[n+1]==null||t+1===this.visibleItems[n+1])||(0,D.deepEqual)(this.visibleItems,this.lastNotOkVisibleItems)?(this.resetVisibleItemsDebouncer.cancel(),this.dispatchVisibleItemsEvent()):this.resetVisibleItemsDebouncer.run(()=>{this.lastNotOkVisibleItems=[...this.visibleItems],this.visibleItems=[],this.resetIntersectionObserver()})}dispatchVisibleItemsEvent(){var e;(e=this.cancelableDispatchEvent)===null||e===void 0||e.cancel(),this.cancelableDispatchEvent=(0,D.cancelable)((0,D.waitUntil)(()=>this.scrolledToTarget&&!this.scrolling)),this.cancelableDispatchEvent.then(()=>this.dispatchEvent(new Zt(this.visibleItems,this.visibleItems.map(t=>this.items[t])))).catch(()=>null)}};k.styles=Wr;G([(0,j.property)({attribute:!1,hasChanged:D.hasChanged})],k.prototype,"items",void 0);G([(0,j.property)({attribute:!1})],k.prototype,"renderItem",void 0);G([(0,j.property)({attribute:!1})],k.prototype,"getItemKey",void 0);G([(0,j.property)({type:Object})],k.prototype,"scrollToItem",void 0);G([(0,j.property)({type:Number})],k.prototype,"scrollToIndex",void 0);G([(0,j.property)({type:Boolean})],k.prototype,"internalScroll",void 0);G([(0,j.property)({type:Number})],k.prototype,"renderBeforeFirst",void 0);G([(0,j.property)({type:Number})],k.prototype,"renderAfterLast",void 0);G([(0,j.property)({type:Boolean})],k.prototype,"ensureScrollToTarget",void 0);G([(0,j.state)({hasChanged(r,e){return r!=null&&e==null||r.length!==e.length||r[0]!==e[0]}})],k.prototype,"visibleItems",void 0);G([(0,j.query)(".scrollable")],k.prototype,"internalScrollable",void 0);G([(0,j.query)(".items-container")],k.prototype,"itemsContainer",void 0);G([(0,j.state)()],k.prototype,"scrolledToTarget",void 0);G([(0,j.state)()],k.prototype,"scrolling",void 0);(0,Yr.customElement)("ft-infinite-scroll")(k);var Jr=b($()),ma={},Zr=Jr.css`
43
+ `;var nn=b(C());var rn=b($()),Fe=b(J());var en=b($());var tn=en.css`
44
+ `;var ot=b(C()),Ce=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Z=class extends ve{constructor(){super(...arguments),this.disableContextInteractions=!1,this.headingLevelsShift=0,this.registeredComponents=[]}render(){return rn.html`
45
45
  <article id=${this.tocId}>
46
46
  <slot @register-ft-reader-topic-component=${this.registerComponent}></slot>
47
47
  </article>
48
- `}registerComponent(e){e.stopPropagation();let t=e.composedPath()[0];this.register(t)}register(e){this.registeredComponents.push(e),e.tocNode=this.tocNode,e.disableContextInteractions=this.disableContextInteractions,e.headingLevelsShift=this.headingLevelsShift}update(e){super.update(e),["mapId","tocId","stateManager","translationDestinationLanguage","translationProfileId"].some(t=>e.has(t))&&this.setTocNode(),e.has("tocNode")&&this.registeredComponents.forEach(t=>t.tocNode=this.tocNode)}async setTocNode(){var e;this.tocNode=void 0,this.tocNode=this.mapId&&this.tocId?await((e=this.stateManager)===null||e===void 0?void 0:e.getTocNode(this.tocId)):void 0}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}};Z.styles=en;Ce([(0,ot.redux)({selector:r=>{var e;return(e=r.map)===null||e===void 0?void 0:e.id}})],Z.prototype,"mapId",void 0);Ce([(0,ot.redux)({selector:r=>r.translation.profileId})],Z.prototype,"translationProfileId",void 0);Ce([(0,ot.redux)({selector:r=>r.translation.destinationLanguage})],Z.prototype,"translationDestinationLanguage",void 0);Ce([(0,Fe.property)()],Z.prototype,"tocId",void 0);Ce([(0,Fe.property)({type:Boolean})],Z.prototype,"disableContextInteractions",void 0);Ce([(0,Fe.property)({type:Number})],Z.prototype,"headingLevelsShift",void 0);Ce([(0,Fe.state)()],Z.prototype,"tocNode",void 0);(0,rn.customElement)("ft-reader-topic-context")(Z);var je=b($()),Xe=b(J());var nn=b($());var sn=nn.css`
48
+ `}registerComponent(e){e.stopPropagation();let t=e.composedPath()[0];this.register(t)}register(e){this.registeredComponents.push(e),e.tocNode=this.tocNode,e.disableContextInteractions=this.disableContextInteractions,e.headingLevelsShift=this.headingLevelsShift}update(e){super.update(e),["mapId","tocId","stateManager","translationDestinationLanguage","translationProfileId"].some(t=>e.has(t))&&this.setTocNode(),e.has("tocNode")&&this.registeredComponents.forEach(t=>t.tocNode=this.tocNode)}async setTocNode(){var e;this.tocNode=void 0,this.tocNode=this.mapId&&this.tocId?await((e=this.stateManager)===null||e===void 0?void 0:e.getTocNode(this.tocId)):void 0}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}};Z.styles=tn;Ce([(0,ot.redux)({selector:r=>{var e;return(e=r.map)===null||e===void 0?void 0:e.id}})],Z.prototype,"mapId",void 0);Ce([(0,ot.redux)({selector:r=>r.translation.profileId})],Z.prototype,"translationProfileId",void 0);Ce([(0,ot.redux)({selector:r=>r.translation.destinationLanguage})],Z.prototype,"translationDestinationLanguage",void 0);Ce([(0,Fe.property)()],Z.prototype,"tocId",void 0);Ce([(0,Fe.property)({type:Boolean})],Z.prototype,"disableContextInteractions",void 0);Ce([(0,Fe.property)({type:Number})],Z.prototype,"headingLevelsShift",void 0);Ce([(0,Fe.state)()],Z.prototype,"tocNode",void 0);(0,nn.customElement)("ft-reader-topic-context")(Z);var cn=b(C());var je=b($()),Xe=b(J());var sn=b($());var an=sn.css`
49
49
  :host {
50
50
  position: absolute;
51
51
  top: 0;
@@ -64,7 +64,7 @@
64
64
  .ft-watermark {
65
65
  z-index: 79;
66
66
  }
67
- `;var an=b(Yt()),rr=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},ve=class extends pe{constructor(){super(...arguments),this.height="0"}render(){var e,t,n;return this.watermark?je.html`
67
+ `;var on=b(Yt()),rr=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},ee=class extends ve{constructor(){super(...arguments),this.height="0"}render(){var e,t,n;return this.watermark?je.html`
68
68
  <style>
69
69
  .ft-watermark {
70
70
  height: ${this.height};
@@ -74,25 +74,25 @@
74
74
  <svg xmlns="http://www.w3.org/2000/svg" class="ft-watermark" part="svg">
75
75
  <text x="0" y="0" text-anchor="middle" transform="rotate(-45)" fill="${(e=this.watermark)===null||e===void 0?void 0:e.color}"
76
76
  fill-opacity="${(t=this.watermark)===null||t===void 0?void 0:t.opacity}%">
77
- ${(0,an.repeat)(((n=this.watermark)===null||n===void 0?void 0:n.text)||[],i=>je.svg`<tspan x="0" dy="1.2em">${i}</tspan>`)}
77
+ ${(0,on.repeat)(((n=this.watermark)===null||n===void 0?void 0:n.text)||[],i=>je.svg`<tspan x="0" dy="1.2em">${i}</tspan>`)}
78
78
  </text>
79
79
  </svg>
80
80
  </div>
81
- `:je.nothing}updated(e){if(super.updated(e),e.has("watermark")&&this.watermark){let t=this.svg.getBBox();this.svg.setAttribute("viewBox",t.x+" "+t.y+" "+t.width+" "+t.height)}}};ve.styles=sn;rr([(0,Xe.query)(".ft-watermark")],ve.prototype,"svg",void 0);rr([(0,Xe.property)()],ve.prototype,"watermark",void 0);rr([(0,Xe.property)()],ve.prototype,"height",void 0);var Gi=b(R());var nt=b($()),Te=b(J()),z=b(R());var se=b(R());var on=b(R()),ns={setTranslationDestinationLanguage:(r,e)=>{r.translation.destinationLanguage=e.payload},setTranslationSourceLanguage:(r,e)=>{r.translation.sourceLanguage=e.payload},setTranslationProfileId:(r,e)=>{r.translation.profileId=e.payload},setTranslationLoading:(r,e)=>{r.translation.isLoading=e.payload},setTranslationError:(r,e)=>{r.translation.isError=e.payload},setTopicsRating:(r,e)=>{for(let t in e.payload)r.topicsRating[t]=e.payload[t]}},cn=r=>on.FtReduxStore.get({name:"ft-reader-"+r,initialState:{mapId:void 0,renderedTopics:[],visibleTopics:[],map:void 0,toc:void 0,pagesToc:void 0,paginationConfiguration:void 0,currentPage:void 0,scrollTarget:void 0,configuration:void 0,searchInDocumentQuery:void 0,relatives:void 0,mapRating:void 0,topicsRating:{},translation:{sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}},reducers:ns});var nr=class{constructor(e,t){this.mapId=e,this.paginatedToc=t,this.nodeByTocId={},this.nodeByUrl={},this.duplicatedPrettyUrls=new Set,this.pages=[],this.pageByTocId={}}build(){return{paginationConfiguration:this.paginatedToc.configuration,toc:this.convertNodes(this.paginatedToc.paginatedToc,1),pagesToc:this.extractPagesToc(this.paginatedToc.paginatedToc,1),nodeByTocId:this.nodeByTocId,nodeByUrl:this.nodeByUrl,duplicatedPrettyUrls:this.duplicatedPrettyUrls,pages:this.pages,pageByTocId:this.pageByTocId,translationError:this.paginatedToc.translationError}}extractPagesToc(e,t,n){return e.flatMap(i=>{var s;return i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,t,n):[{tocId:i.tocId,title:(s=i.title)!==null&&s!==void 0?s:"",untranslatedTitle:i.untranslatedTitle,depth:t,children:this.extractPagesToc(i.children,t+1,i.tocId)}]})}convertNodes(e,t,n){return e.flatMap(i=>{var s,a,o;if(i.tocId==null)return[...this.convertSectionNodes((s=i.pageToc)!==null&&s!==void 0?s:[],t,i.tocId),...this.convertNodes(i.children,t,i.tocId)];let c=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),l={tocId:i.tocId,contentId:i.contentId,title:i.title,untranslatedTitle:i.untranslatedTitle,hasRating:i.hasRating,origin:i.origin,prettyUrl:c,depth:t,parentTocId:n,children:[]};this.register(l);let d=this.convertSectionNodes((o=i.pageToc)!==null&&o!==void 0?o:[],t+1,i.tocId),f=this.convertNodes(i.children,t+1,l.tocId);return l.children=[...d,...f],[l]})}convertSectionNodes(e,t,n){return e.flatMap(i=>{var s;let a=(s=i.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),o={...i,prettyUrl:a,depth:t,parentTocId:n,children:[]};return this.register(o),o.children=this.convertSectionNodes(i.children,t+1,i.tocId),[o]})}buildPage(e,t){var n,i,s,a,o,c;let l={number:this.pages.length+1,title:(n=e.title)!==null&&n!==void 0?n:"",untranslatedTitle:e.untranslatedTitle,rootTocId:(i=e.tocId)!==null&&i!==void 0?i:"root",toc:((s=e.pageToc)!==null&&s!==void 0?s:[]).map(p=>this.nodeByTocId[p.tocId]),topics:[],hiddenTopics:[],breadcrumb:t?this.buildBreadcrumb(this.nodeByTocId[t]):[]},d=(p,y)=>(y?l.topics:l.hiddenTopics).push(p),f=(o=(a=e.pageConfiguration)===null||a===void 0?void 0:a.parentsVisibility)!==null&&o!==void 0?o:[];return l.breadcrumb.forEach((p,y)=>{d(p,f[y])}),e.tocId&&d(e.tocId,e.pageConfiguration.isVisible),l.topics.push(...this.tocIds((c=e.pageToc)!==null&&c!==void 0?c:[])),l}registerPage(e){for(let t of[...e.topics,...e.hiddenTopics])this.pageByTocId[t]||(this.pageByTocId[t]=e);this.pages.push(e)}tocIds(e){return e.flatMap(t=>[t.tocId,...this.tocIds(t.children)])}buildBreadcrumb(e){let t=[e.tocId];for(;e?.parentTocId;)t.unshift(e.parentTocId),e=this.nodeByTocId[e.parentTocId];return t}register(e){e.prettyUrl&&(this.nodeByUrl[e.prettyUrl]==null?this.nodeByUrl[e.prettyUrl]=e:this.duplicatedPrettyUrls.add(e.prettyUrl)),this.nodeByUrl[`${this.mapId}/${e.tocId}`]=e,this.nodeByTocId[e.tocId]=e}},ct=class{convertPaginatedToc(e,t){return new nr(e,t).build()}};var ss=b(un(),1);var dn;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(dn||(dn={}));var hn;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(hn||(hn={}));var fn;(function(r){r.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",r.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",r.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",r.PERSONAL_BOOK="PERSONAL_BOOK",r.ATTACHMENT="ATTACHMENT",r.RESOURCE="RESOURCE",r.HTML_PACKAGE="HTML_PACKAGE"})(fn||(fn={}));var pn;(function(r){r.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",r.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",r.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",r.PERSONAL_BOOK="PERSONAL_BOOK",r.ATTACHMENT="ATTACHMENT",r.RESOURCE="RESOURCE",r.HTML_PACKAGE="HTML_PACKAGE"})(pn||(pn={}));var vn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(vn||(vn={}));var mn;(function(r){r.VALUE="VALUE",r.DATE="DATE",r.RANGE="RANGE"})(mn||(mn={}));var yn;(function(r){r.BOOKMARK__CREATE="BOOKMARK__CREATE",r.BOOKMARK__DELETE="BOOKMARK__DELETE",r.CASE_DEFLECTION__START="CASE_DEFLECTION__START",r.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",r.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",r.COLLECTION__CREATE="COLLECTION__CREATE",r.COLLECTION__UPDATE="COLLECTION__UPDATE",r.COLLECTION__DELETE="COLLECTION__DELETE",r.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",r.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",r.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",r.DOCUMENT__PRINT="DOCUMENT__PRINT",r.DOCUMENT__PROCESS="DOCUMENT__PROCESS",r.DOCUMENT__RATE="DOCUMENT__RATE",r.DOCUMENT__SEARCH="DOCUMENT__SEARCH",r.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",r.DOCUMENT__UNRATE="DOCUMENT__UNRATE",r.FEEDBACK__SEND="FEEDBACK__SEND",r.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",r.AI__RATE="AI__RATE",r.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",r.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",r.KHUB__PROCESS="KHUB__PROCESS",r.KHUB__SEARCH="KHUB__SEARCH",r.LABELS__DOWNLOAD="LABELS__DOWNLOAD",r.LINK__SHARE="LINK__SHARE",r.PAGE__DISPLAY="PAGE__DISPLAY",r.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",r.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",r.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",r.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",r.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",r.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",r.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",r.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",r.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",r.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",r.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",r.TOPIC__DISPLAY="TOPIC__DISPLAY",r.TOPIC__RATE="TOPIC__RATE",r.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",r.TOPIC__UNRATE="TOPIC__UNRATE",r.USER__LOGIN="USER__LOGIN",r.USER__LOGOUT="USER__LOGOUT",r.HEARTBEAT="HEARTBEAT"})(yn||(yn={}));var gn;(function(r){r.THIRD_PARTY="THIRD_PARTY",r.OFF_THE_GRID="OFF_THE_GRID",r.CONTENT_PACKAGER="CONTENT_PACKAGER",r.PAGES="PAGES",r.DESIGNED_READER="DESIGNED_READER"})(gn||(gn={}));var bn;(function(r){r.HOMEPAGE="HOMEPAGE",r.CUSTOM="CUSTOM",r.HEADER="HEADER",r.READER="READER",r.TOPIC_TEMPLATE="TOPIC_TEMPLATE",r.SEARCH="SEARCH",r.SEARCH_RESULT="SEARCH_RESULT",r.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT"})(bn||(bn={}));var Sn;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(Sn||(Sn={}));var An;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(An||(An={}));var En;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(En||(En={}));var Tn;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(Tn||(Tn={}));var wn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR",r.CUSTOM="CUSTOM"})(wn||(wn={}));var xn;(function(r){r.ASC="ASC",r.DESC="DESC"})(xn||(xn={}));var In;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(In||(In={}));var On;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(On||(On={}));var Cn;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK",r.HTML_PACKAGE="HTML_PACKAGE"})(Cn||(Cn={}));var _n;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(_n||(_n={}));var Rn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Rn||(Rn={}));var Dn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(Dn||(Dn={}));var Pn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(Pn||(Pn={}));var Mn;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Mn||(Mn={}));var Ln;(function(r){r.PLAIN_TEXT="PLAIN_TEXT",r.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",r.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ln||(Ln={}));var C;(function(r){r.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",r.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",r.HTML_EXPORT_USER="HTML_EXPORT_USER",r.PDF_EXPORT_USER="PDF_EXPORT_USER",r.SAVED_SEARCH_USER="SAVED_SEARCH_USER",r.COLLECTION_USER="COLLECTION_USER",r.OFFLINE_USER="OFFLINE_USER",r.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",r.ANALYTICS_USER="ANALYTICS_USER",r.BETA_USER="BETA_USER",r.DEBUG_USER="DEBUG_USER",r.PRINT_USER="PRINT_USER",r.RATING_USER="RATING_USER",r.FEEDBACK_USER="FEEDBACK_USER",r.GENERATIVE_AI_USER="GENERATIVE_AI_USER",r.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",r.CONTENT_PUBLISHER="CONTENT_PUBLISHER",r.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",r.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN"})(C||(C={}));var Q;(function(r){r.SEARCHES="SEARCHES",r.BOOKMARKS="BOOKMARKS",r.BOOKS="BOOKS",r.COLLECTIONS="COLLECTIONS"})(Q||(Q={}));var kn;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(kn||(kn={}));var Nn;(function(r){r.JSON="JSON",r.TEXT="TEXT"})(Nn||(Nn={}));var Un;(function(r){r.USER="USER",r.ASSISTANT="ASSISTANT"})(Un||(Un={}));var Fn;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(Fn||(Fn={}));var is={[C.PERSONAL_BOOK_SHARE_USER]:[C.PERSONAL_BOOK_USER],[C.HTML_EXPORT_USER]:[C.PERSONAL_BOOK_USER],[C.PDF_EXPORT_USER]:[C.PERSONAL_BOOK_USER],[C.KHUB_ADMIN]:[C.CONTENT_PUBLISHER],[C.ADMIN]:[C.KHUB_ADMIN,C.USERS_ADMIN,C.PORTAL_ADMIN],[C.GENERATIVE_AI_EXPORT_USER]:[C.GENERATIVE_AI_USER]};function jn(r,e){return r===e||(is[r]??[]).some(t=>jn(t,e))}function he(r,e){return r==null?!1:(Array.isArray(r)?r:Array.isArray(r.roles)?r.roles:Array.isArray(r.profile?.roles)?r.profile.roles:[]).some(n=>jn(n,e))}var Ki=b(R());var Xn=b($()),B=b(J()),ne=b(R());var Bn=b($());var Hn=Bn.css`
82
- `;var dt=b(R()),as="ft-app-info",ce=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:e})}};ce.eventName="authentication-change";var os={session:(r,e)=>{(0,dt.deepEqual)(r.session,e.payload)||(r.session=e.payload,setTimeout(()=>m.dispatchEvent(new ce(e.payload)),0))}},m=dt.FtReduxStore.get({name:as,reducers:os,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var ir=b(R());var _e=class r{static get(e){let{baseUrl:t,apiIntegrationIdentifier:n}=m.getState(),i=e??n;if(t&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(t,i,!0)}static await(e){return new Promise(t=>{let n=r.get(e);if(n)t(n);else{let i=m.subscribe(()=>{n=r.get(e),n&&(i(),t(n))})}})}};var ht=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:_e.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):_e.await()}};var K=class extends ht{constructor(e=!0,t){var n;super(t),this.sortObjectFields=(s,a)=>typeof a!="object"||a==null||Array.isArray(a)?a:Object.fromEntries(Object.entries(a).sort(([o],[c])=>o.localeCompare(c)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new ir.CacheRegistry,this.cache=e?i.commonCache:new ir.CacheRegistry}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((t,n)=>0|31*t+n.charCodeAt(0),0))}};var ft=class extends K{async listMyBookmarks(){let e=m.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var sr=class{addCommand(e,t=!1){m.commands.add(e,t)}consumeCommand(e){return m.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new sr;var ee=b(R());var Vn,He=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},cs=Symbol("clearAfterUnitTest"),pt=class extends(0,ee.withEventBus)(K){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Vn]=()=>{this.defaultMessages={},this.cache=new ee.CacheRegistry,this.listeners={}},this.currentUiLocale=m.getState().uiLocale,m.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=m.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let t=e.name.toLowerCase();this.cache.setFinal(t,e),this.notify(t)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,t){var n;if(e=e.toLowerCase(),t&&Object.keys(t).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...t};(0,ee.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var t,n;return this.fetchContext(e),(n=(t=this.cache.getNow(e))===null||t===void 0?void 0:t.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,t){let n=e.toLowerCase();return this.resolveContext(n)[t]}resolveMessage(e,t,...n){var i;let s=e.toLowerCase(),a=this.resolveContext(s);return new ee.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},a).resolve(t,...n)}async fetchContext(e){let t=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),t&&await this.notify(e)}catch(i){!(i instanceof ee.CanceledPromiseError)&&t&&console.error(i)}return n}subscribe(e,t){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(t),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(t)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new He({loadedContexts:e})),this.dispatchEvent(new He({loadedContexts:e})),await Promise.all(e.map(t=>this.notify(t,!1)))}async notify(e,t=!0){t&&(document.body.dispatchEvent(new He({loadedContexts:[e]})),this.dispatchEvent(new He({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>(0,ee.delay)(0).then(()=>n()).catch(()=>null)))}};Vn=cs;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends pt{constructor(){super(async(r,e)=>(await this.awaitApi).getFluidTopicsMessageContext(r,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends pt{constructor(){super(async(r,e)=>(await this.awaitApi).getCustomMessageContext(r,e))}});var Kn=window.FluidTopicsI18nService,oo=window.FluidTopicsCustomI18nService;var qn=b(R()),ar=class{highlightHtml(e,t,n){(0,qn.highlightHtml)(e,t,n)}};window.FluidTopicsHighlightHtmlService=new ar;var vt=class extends K{async listMySearches(){let{session:e}=m.getState();return he(e,C.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var $n=b(R());var or=class{isDate(e){var t,n,i,s;return(s=(i=((n=(t=m.getState().metadataConfiguration)===null||t===void 0?void 0:t.descriptors)!==null&&n!==void 0?n:[]).find(o=>o.key===e))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(e,t){var n,i,s;return $n.DateFormatter.format(e,(n=t?.locale)!==null&&n!==void 0?n:m.getState().uiLocale,(i=t?.longFormat)!==null&&i!==void 0?i:!1,(s=t?.withTime)!==null&&s!==void 0?s:!1)}};window.FluidTopicsDateService=new or;var Gn=b(R());var Ye=class{static get(e,t){var n,i;let s=m.getState(),{lang:a,region:o}=(i=(n=s.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Gn.SearchPlaceConverter(s.baseUrl,e??20,s.searchInAllLanguagesAllowed,t??`${a}-${o}`)}};var cr=class{urlToSearchRequest(e){return Ye.get().parse(e)}searchRequestToUrl(e){return Ye.get().serialize(e)}};window.FluidTopicsUrlService=new cr;var ye=b(R());var Re=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:{currentItem:e}})}};Re.eventName="change";var lr=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let t=sessionStorage.getItem(this.itemName(e));return t?JSON.parse(t):void 0}set(e,t){sessionStorage.setItem(this.itemName(e),JSON.stringify(t))}},zn=new lr;var mt=class r extends ye.WithEventBus{static build(){return new r(window.history,zn,()=>window.location,!1)}constructor(e,t,n,i){var s,a;super(),this.history=e,this.historyStorage=t,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(a=(s=e.state)===null||s===void 0?void 0:s.index)!==null&&a!==void 0?a:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(e,t=!1){let n=t&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,ye.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Re(this.currentItem())),0)}installProxies(){let e=t=>(n,i,[s,a,o])=>{let c=t(),l={...c===this.currentIndex?this.currentState:void 0,...s,index:c,href:typeof o=="string"?o:(o??this.windowLocation()).href};n.apply(i,[l,a,o]),this.setCurrentState(l,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let t=this.history.length-1;t>=0;t--)e?this.states[t]=this.historyStorage.get(t):setTimeout(()=>this.states[t]=this.historyStorage.get(t),this.history.length-t)}updateCurrentState(e){var t;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(t=e?.title)!==null&&t!==void 0?t:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(Re.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Re.eventName,e)}currentItem(){return(0,ye.deepCopy)(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,ye.deepCopy)(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return(0,ye.deepCopy)(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var t;let n=(t=this.states[e])===null||t===void 0?void 0:t.majorStateId;if(!n)return e;let i=e,s=e+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var e,t;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(t=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&t!==void 0?t:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,t){var n;if(!this.hasState(e))return!1;let i=t??this.currentState.majorStateId,s=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=mt.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(r),removeHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(r)});var Wn=m;function Qn(r,e){var t;return Wn.getState().authenticationRequired&&!(!((t=Wn.getState().session)===null||t===void 0)&&t.sessionAuthenticated)?Promise.resolve(e):r()}var k=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},_=class extends ne.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>_e.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new ne.CacheRegistry,this.cleanSessionDebouncer=new ne.Debouncer,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return Xn.html`
81
+ `:je.nothing}updated(e){if(super.updated(e),e.has("watermark")&&this.watermark){let t=this.svg.getBBox();this.svg.setAttribute("viewBox",t.x+" "+t.y+" "+t.width+" "+t.height)}}};ee.styles=an;rr([(0,Xe.query)(".ft-watermark")],ee.prototype,"svg",void 0);rr([(0,Xe.property)({attribute:!1})],ee.prototype,"watermark",void 0);rr([(0,Xe.property)()],ee.prototype,"height",void 0);(0,cn.customElement)("ft-reader-watermark")(ee);var Wi=b(C());var nt=b($()),Te=b(J()),z=b(C());var ae=b(C());var ln=b(C()),is={setTranslationDestinationLanguage:(r,e)=>{r.translation.destinationLanguage=e.payload},setTranslationSourceLanguage:(r,e)=>{r.translation.sourceLanguage=e.payload},setTranslationProfileId:(r,e)=>{r.translation.profileId=e.payload},setTranslationLoading:(r,e)=>{r.translation.isLoading=e.payload},setTranslationError:(r,e)=>{r.translation.isError=e.payload},setTopicsRating:(r,e)=>{for(let t in e.payload)r.topicsRating[t]=e.payload[t]}},un=r=>ln.FtReduxStore.get({name:"ft-reader-"+r,initialState:{mapId:void 0,renderedTopics:[],visibleTopics:[],map:void 0,toc:void 0,pagesToc:void 0,paginationConfiguration:void 0,currentPage:void 0,scrollTarget:void 0,configuration:void 0,searchInDocumentQuery:void 0,relatives:void 0,mapRating:void 0,topicsRating:{},translation:{sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}},reducers:is});var nr=class{constructor(e,t){this.mapId=e,this.paginatedToc=t,this.nodeByTocId={},this.nodeByUrl={},this.duplicatedPrettyUrls=new Set,this.pages=[],this.pageByTocId={}}build(){return{paginationConfiguration:this.paginatedToc.configuration,toc:this.convertNodes(this.paginatedToc.paginatedToc,1),pagesToc:this.extractPagesToc(this.paginatedToc.paginatedToc,1),nodeByTocId:this.nodeByTocId,nodeByUrl:this.nodeByUrl,duplicatedPrettyUrls:this.duplicatedPrettyUrls,pages:this.pages,pageByTocId:this.pageByTocId,translationError:this.paginatedToc.translationError}}extractPagesToc(e,t,n){return e.flatMap(i=>{var s;return i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,t,n):[{tocId:i.tocId,title:(s=i.title)!==null&&s!==void 0?s:"",untranslatedTitle:i.untranslatedTitle,depth:t,children:this.extractPagesToc(i.children,t+1,i.tocId)}]})}convertNodes(e,t,n){return e.flatMap(i=>{var s,a,o;if(i.tocId==null)return[...this.convertSectionNodes((s=i.pageToc)!==null&&s!==void 0?s:[],t,i.tocId),...this.convertNodes(i.children,t,i.tocId)];let c=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),l={tocId:i.tocId,contentId:i.contentId,title:i.title,untranslatedTitle:i.untranslatedTitle,hasRating:i.hasRating,origin:i.origin,prettyUrl:c,depth:t,parentTocId:n,children:[]};this.register(l);let d=this.convertSectionNodes((o=i.pageToc)!==null&&o!==void 0?o:[],t+1,i.tocId),f=this.convertNodes(i.children,t+1,l.tocId);return l.children=[...d,...f],[l]})}convertSectionNodes(e,t,n){return e.flatMap(i=>{var s;let a=(s=i.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),o={...i,prettyUrl:a,depth:t,parentTocId:n,children:[]};return this.register(o),o.children=this.convertSectionNodes(i.children,t+1,i.tocId),[o]})}buildPage(e,t){var n,i,s,a,o,c;let l={number:this.pages.length+1,title:(n=e.title)!==null&&n!==void 0?n:"",untranslatedTitle:e.untranslatedTitle,rootTocId:(i=e.tocId)!==null&&i!==void 0?i:"root",toc:((s=e.pageToc)!==null&&s!==void 0?s:[]).map(p=>this.nodeByTocId[p.tocId]),topics:[],hiddenTopics:[],breadcrumb:t?this.buildBreadcrumb(this.nodeByTocId[t]):[]},d=(p,y)=>(y?l.topics:l.hiddenTopics).push(p),f=(o=(a=e.pageConfiguration)===null||a===void 0?void 0:a.parentsVisibility)!==null&&o!==void 0?o:[];return l.breadcrumb.forEach((p,y)=>{d(p,f[y])}),e.tocId&&d(e.tocId,e.pageConfiguration.isVisible),l.topics.push(...this.tocIds((c=e.pageToc)!==null&&c!==void 0?c:[])),l}registerPage(e){for(let t of[...e.topics,...e.hiddenTopics])this.pageByTocId[t]||(this.pageByTocId[t]=e);this.pages.push(e)}tocIds(e){return e.flatMap(t=>[t.tocId,...this.tocIds(t.children)])}buildBreadcrumb(e){let t=[e.tocId];for(;e?.parentTocId;)t.unshift(e.parentTocId),e=this.nodeByTocId[e.parentTocId];return t}register(e){e.prettyUrl&&(this.nodeByUrl[e.prettyUrl]==null?this.nodeByUrl[e.prettyUrl]=e:this.duplicatedPrettyUrls.add(e.prettyUrl)),this.nodeByUrl[`${this.mapId}/${e.tocId}`]=e,this.nodeByTocId[e.tocId]=e}},ct=class{convertPaginatedToc(e,t){return new nr(e,t).build()}};var as=b(hn(),1);var fn;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(fn||(fn={}));var pn;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(pn||(pn={}));var vn;(function(r){r.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",r.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",r.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",r.PERSONAL_BOOK="PERSONAL_BOOK",r.ATTACHMENT="ATTACHMENT",r.RESOURCE="RESOURCE",r.HTML_PACKAGE="HTML_PACKAGE"})(vn||(vn={}));var mn;(function(r){r.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",r.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",r.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",r.PERSONAL_BOOK="PERSONAL_BOOK",r.ATTACHMENT="ATTACHMENT",r.RESOURCE="RESOURCE",r.HTML_PACKAGE="HTML_PACKAGE"})(mn||(mn={}));var yn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(yn||(yn={}));var gn;(function(r){r.VALUE="VALUE",r.DATE="DATE",r.RANGE="RANGE"})(gn||(gn={}));var bn;(function(r){r.BOOKMARK__CREATE="BOOKMARK__CREATE",r.BOOKMARK__DELETE="BOOKMARK__DELETE",r.CASE_DEFLECTION__START="CASE_DEFLECTION__START",r.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",r.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",r.COLLECTION__CREATE="COLLECTION__CREATE",r.COLLECTION__UPDATE="COLLECTION__UPDATE",r.COLLECTION__DELETE="COLLECTION__DELETE",r.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",r.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",r.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",r.DOCUMENT__PRINT="DOCUMENT__PRINT",r.DOCUMENT__PROCESS="DOCUMENT__PROCESS",r.DOCUMENT__RATE="DOCUMENT__RATE",r.DOCUMENT__SEARCH="DOCUMENT__SEARCH",r.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",r.DOCUMENT__UNRATE="DOCUMENT__UNRATE",r.FEEDBACK__SEND="FEEDBACK__SEND",r.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",r.AI__RATE="AI__RATE",r.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",r.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",r.KHUB__PROCESS="KHUB__PROCESS",r.KHUB__SEARCH="KHUB__SEARCH",r.LABELS__DOWNLOAD="LABELS__DOWNLOAD",r.LINK__SHARE="LINK__SHARE",r.PAGE__DISPLAY="PAGE__DISPLAY",r.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",r.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",r.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",r.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",r.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",r.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",r.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",r.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",r.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",r.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",r.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",r.TOPIC__DISPLAY="TOPIC__DISPLAY",r.TOPIC__RATE="TOPIC__RATE",r.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",r.TOPIC__UNRATE="TOPIC__UNRATE",r.USER__LOGIN="USER__LOGIN",r.USER__LOGOUT="USER__LOGOUT",r.HEARTBEAT="HEARTBEAT"})(bn||(bn={}));var Sn;(function(r){r.THIRD_PARTY="THIRD_PARTY",r.OFF_THE_GRID="OFF_THE_GRID",r.CONTENT_PACKAGER="CONTENT_PACKAGER",r.PAGES="PAGES",r.DESIGNED_READER="DESIGNED_READER"})(Sn||(Sn={}));var An;(function(r){r.HOMEPAGE="HOMEPAGE",r.CUSTOM="CUSTOM",r.HEADER="HEADER",r.READER="READER",r.TOPIC_TEMPLATE="TOPIC_TEMPLATE",r.SEARCH="SEARCH",r.SEARCH_RESULT="SEARCH_RESULT",r.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT"})(An||(An={}));var En;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(En||(En={}));var Tn;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(Tn||(Tn={}));var wn;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(wn||(wn={}));var xn;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(xn||(xn={}));var In;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR",r.CUSTOM="CUSTOM"})(In||(In={}));var On;(function(r){r.ASC="ASC",r.DESC="DESC"})(On||(On={}));var Cn;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(Cn||(Cn={}));var _n;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(_n||(_n={}));var Rn;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK",r.HTML_PACKAGE="HTML_PACKAGE"})(Rn||(Rn={}));var Dn;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(Dn||(Dn={}));var Pn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Pn||(Pn={}));var Mn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(Mn||(Mn={}));var kn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(kn||(kn={}));var Ln;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ln||(Ln={}));var Nn;(function(r){r.PLAIN_TEXT="PLAIN_TEXT",r.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",r.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Nn||(Nn={}));var _;(function(r){r.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",r.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",r.HTML_EXPORT_USER="HTML_EXPORT_USER",r.PDF_EXPORT_USER="PDF_EXPORT_USER",r.SAVED_SEARCH_USER="SAVED_SEARCH_USER",r.COLLECTION_USER="COLLECTION_USER",r.OFFLINE_USER="OFFLINE_USER",r.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",r.ANALYTICS_USER="ANALYTICS_USER",r.BETA_USER="BETA_USER",r.DEBUG_USER="DEBUG_USER",r.PRINT_USER="PRINT_USER",r.RATING_USER="RATING_USER",r.FEEDBACK_USER="FEEDBACK_USER",r.GENERATIVE_AI_USER="GENERATIVE_AI_USER",r.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",r.CONTENT_PUBLISHER="CONTENT_PUBLISHER",r.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",r.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN"})(_||(_={}));var Q;(function(r){r.SEARCHES="SEARCHES",r.BOOKMARKS="BOOKMARKS",r.BOOKS="BOOKS",r.COLLECTIONS="COLLECTIONS"})(Q||(Q={}));var Un;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(Un||(Un={}));var Fn;(function(r){r.JSON="JSON",r.TEXT="TEXT"})(Fn||(Fn={}));var jn;(function(r){r.USER="USER",r.ASSISTANT="ASSISTANT"})(jn||(jn={}));var Bn;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(Bn||(Bn={}));var ss={[_.PERSONAL_BOOK_SHARE_USER]:[_.PERSONAL_BOOK_USER],[_.HTML_EXPORT_USER]:[_.PERSONAL_BOOK_USER],[_.PDF_EXPORT_USER]:[_.PERSONAL_BOOK_USER],[_.KHUB_ADMIN]:[_.CONTENT_PUBLISHER],[_.ADMIN]:[_.KHUB_ADMIN,_.USERS_ADMIN,_.PORTAL_ADMIN],[_.GENERATIVE_AI_EXPORT_USER]:[_.GENERATIVE_AI_USER]};function Hn(r,e){return r===e||(ss[r]??[]).some(t=>Hn(t,e))}function fe(r,e){return r==null?!1:(Array.isArray(r)?r:Array.isArray(r.roles)?r.roles:Array.isArray(r.profile?.roles)?r.profile.roles:[]).some(n=>Hn(n,e))}var $i=b(C());var Jn=b($()),B=b(J()),ie=b(C());var Vn=b($());var Kn=Vn.css`
82
+ `;var dt=b(C()),os="ft-app-info",le=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:e})}};le.eventName="authentication-change";var cs={session:(r,e)=>{(0,dt.deepEqual)(r.session,e.payload)||(r.session=e.payload,setTimeout(()=>m.dispatchEvent(new le(e.payload)),0))}},m=dt.FtReduxStore.get({name:os,reducers:cs,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var ir=b(C());var _e=class r{static get(e){let{baseUrl:t,apiIntegrationIdentifier:n}=m.getState(),i=e??n;if(t&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(t,i,!0)}static await(e){return new Promise(t=>{let n=r.get(e);if(n)t(n);else{let i=m.subscribe(()=>{n=r.get(e),n&&(i(),t(n))})}})}};var ht=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:_e.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):_e.await()}};var K=class extends ht{constructor(e=!0,t){var n;super(t),this.sortObjectFields=(s,a)=>typeof a!="object"||a==null||Array.isArray(a)?a:Object.fromEntries(Object.entries(a).sort(([o],[c])=>o.localeCompare(c)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new ir.CacheRegistry,this.cache=e?i.commonCache:new ir.CacheRegistry}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((t,n)=>0|31*t+n.charCodeAt(0),0))}};var ft=class extends K{async listMyBookmarks(){let e=m.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var sr=class{addCommand(e,t=!1){m.commands.add(e,t)}consumeCommand(e){return m.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new sr;var te=b(C());var qn,He=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},ls=Symbol("clearAfterUnitTest"),pt=class extends(0,te.withEventBus)(K){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[qn]=()=>{this.defaultMessages={},this.cache=new te.CacheRegistry,this.listeners={}},this.currentUiLocale=m.getState().uiLocale,m.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=m.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let t=e.name.toLowerCase();this.cache.setFinal(t,e),this.notify(t)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,t){var n;if(e=e.toLowerCase(),t&&Object.keys(t).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...t};(0,te.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var t,n;return this.fetchContext(e),(n=(t=this.cache.getNow(e))===null||t===void 0?void 0:t.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,t){let n=e.toLowerCase();return this.resolveContext(n)[t]}resolveMessage(e,t,...n){var i;let s=e.toLowerCase(),a=this.resolveContext(s);return new te.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},a).resolve(t,...n)}async fetchContext(e){let t=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),t&&await this.notify(e)}catch(i){!(i instanceof te.CanceledPromiseError)&&t&&console.error(i)}return n}subscribe(e,t){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(t),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(t)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new He({loadedContexts:e})),this.dispatchEvent(new He({loadedContexts:e})),await Promise.all(e.map(t=>this.notify(t,!1)))}async notify(e,t=!0){t&&(document.body.dispatchEvent(new He({loadedContexts:[e]})),this.dispatchEvent(new He({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>(0,te.delay)(0).then(()=>n()).catch(()=>null)))}};qn=ls;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends pt{constructor(){super(async(r,e)=>(await this.awaitApi).getFluidTopicsMessageContext(r,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends pt{constructor(){super(async(r,e)=>(await this.awaitApi).getCustomMessageContext(r,e))}});var $n=window.FluidTopicsI18nService,fo=window.FluidTopicsCustomI18nService;var Gn=b(C()),ar=class{highlightHtml(e,t,n){(0,Gn.highlightHtml)(e,t,n)}};window.FluidTopicsHighlightHtmlService=new ar;var vt=class extends K{async listMySearches(){let{session:e}=m.getState();return fe(e,_.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var zn=b(C());var or=class{isDate(e){var t,n,i,s;return(s=(i=((n=(t=m.getState().metadataConfiguration)===null||t===void 0?void 0:t.descriptors)!==null&&n!==void 0?n:[]).find(o=>o.key===e))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(e,t){var n,i,s;return zn.DateFormatter.format(e,(n=t?.locale)!==null&&n!==void 0?n:m.getState().uiLocale,(i=t?.longFormat)!==null&&i!==void 0?i:!1,(s=t?.withTime)!==null&&s!==void 0?s:!1)}};window.FluidTopicsDateService=new or;var Wn=b(C());var Ye=class{static get(e,t){var n,i;let s=m.getState(),{lang:a,region:o}=(i=(n=s.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Wn.SearchPlaceConverter(s.baseUrl,e??20,s.searchInAllLanguagesAllowed,t??`${a}-${o}`)}};var cr=class{urlToSearchRequest(e){return Ye.get().parse(e)}searchRequestToUrl(e){return Ye.get().serialize(e)}};window.FluidTopicsUrlService=new cr;var ye=b(C());var Re=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:{currentItem:e}})}};Re.eventName="change";var lr=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let t=sessionStorage.getItem(this.itemName(e));return t?JSON.parse(t):void 0}set(e,t){sessionStorage.setItem(this.itemName(e),JSON.stringify(t))}},Qn=new lr;var mt=class r extends ye.WithEventBus{static build(){return new r(window.history,Qn,()=>window.location,!1)}constructor(e,t,n,i){var s,a;super(),this.history=e,this.historyStorage=t,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(a=(s=e.state)===null||s===void 0?void 0:s.index)!==null&&a!==void 0?a:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(e,t=!1){let n=t&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,ye.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Re(this.currentItem())),0)}installProxies(){let e=t=>(n,i,[s,a,o])=>{let c=t(),l={...c===this.currentIndex?this.currentState:void 0,...s,index:c,href:typeof o=="string"?o:(o??this.windowLocation()).href};n.apply(i,[l,a,o]),this.setCurrentState(l,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let t=this.history.length-1;t>=0;t--)e?this.states[t]=this.historyStorage.get(t):setTimeout(()=>this.states[t]=this.historyStorage.get(t),this.history.length-t)}updateCurrentState(e){var t;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(t=e?.title)!==null&&t!==void 0?t:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(Re.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Re.eventName,e)}currentItem(){return(0,ye.deepCopy)(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,ye.deepCopy)(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return(0,ye.deepCopy)(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var t;let n=(t=this.states[e])===null||t===void 0?void 0:t.majorStateId;if(!n)return e;let i=e,s=e+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var e,t;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(t=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&t!==void 0?t:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,t){var n;if(!this.hasState(e))return!1;let i=t??this.currentState.majorStateId,s=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=mt.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(r),removeHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(r)});var Xn=m;function Yn(r,e){var t;return Xn.getState().authenticationRequired&&!(!((t=Xn.getState().session)===null||t===void 0)&&t.sessionAuthenticated)?Promise.resolve(e):r()}var L=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},R=class extends ie.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>_e.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new ie.CacheRegistry,this.cleanSessionDebouncer=new ie.Debouncer,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return Jn.html`
83
83
  <slot></slot>
84
- `}connectedCallback(){super.connectedCallback(),m.addEventListener(ce.eventName,this.reloadConfiguration)}disconnectedCallback(){m.addEventListener(ce.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(e){var t,n,i,s,a,o,c;super.update(e),e.has("baseUrl")&&(m.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&m.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&m.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&m.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&m.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&m.actions.noCustom(this.noCustom),e.has("editorMode")&&m.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&m.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&m.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(l=>Kn.addContext(l)),e.has("openExternalDocumentInNewTab")&&m.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&m.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&m.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(m.actions.defaultLocales((t=this.localesConfiguration)===null||t===void 0?void 0:t.defaultLocales),m.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),m.actions.searchInAllLanguagesAllowed((a=(s=this.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed)!==null&&a!==void 0?a:!1)),e.has("authenticationRequired")&&m.actions.authenticationRequired(this.authenticationRequired),e.has("availableContentLocales")&&m.actions.availableContentLocales((c=(o=this.availableContentLocales)===null||o===void 0?void 0:o.contentLocales)!==null&&c!==void 0?c:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>Qn(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};_.elementDefinitions={};_.styles=Hn;k([(0,B.property)()],_.prototype,"baseUrl",void 0);k([(0,B.property)()],_.prototype,"apiIntegrationIdentifier",void 0);k([(0,B.property)()],_.prototype,"apiIntegrationAppVersion",void 0);k([(0,B.property)()],_.prototype,"uiLocale",void 0);k([(0,ne.jsonProperty)(null)],_.prototype,"availableUiLocales",void 0);k([(0,ne.jsonProperty)(null)],_.prototype,"metadataConfiguration",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"editorMode",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"noCustom",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"openExternalDocumentInNewTab",void 0);k([(0,B.property)({converter:{fromAttribute(r){return r==="false"?!1:r==="true"||(r??!1)}}})],_.prototype,"noCustomComponent",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"withManualResources",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"navigatorOnline",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"forcedOffline",void 0);k([(0,B.property)({type:Object})],_.prototype,"apiProvider",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"authenticationRequired",void 0);k([(0,ne.jsonProperty)([])],_.prototype,"messageContexts",void 0);k([(0,ne.jsonProperty)(void 0)],_.prototype,"session",void 0);k([(0,B.state)()],_.prototype,"localesConfiguration",void 0);k([(0,B.state)()],_.prototype,"availableContentLocales",void 0);var Lr=b(J());function ls(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;let t,n,i;if(Array.isArray(r)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(!yt(r[n],e[n]))return!1;return!0}if(r instanceof Map&&e instanceof Map){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;for(n of r.entries())if(!yt(n[1],e.get(n[0])))return!1;return!0}if(r instanceof Set&&e instanceof Set){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;return!0}if(r.constructor===RegExp)return r.source===e.source&&r.flags===e.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===e.valueOf();let s=a=>Object.keys(a).filter(o=>a[o]!=null);if(i=s(r),t=i.length,t!==s(e).length)return!1;for(n=t;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=t;n--!==0;){let a=i[n];if(!yt(r[a],e[a]))return!1}return!0}return r!==r&&e!==e||r==null&&e==null}function yt(r,e){try{return ls(r,e)}catch{return!1}}function Je(r,e){return!yt(r,e)}function gt(r,e){let t=n=>n[r]===!0;return n=>{if(t(n))return n;let i=e(n);return i[r]=!0,i}}var Yn=b(J(),1);var ur=r=>{let e=r??{};return(t,n)=>{var i;let s={hasChanged:Je,attribute:!1,...e};(0,Yn.property)(s)(t,n);let a=t.constructor;a.reduxProperties=new Map(a.reduxProperties),a.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:o=>o[n],store:e.store})}};var bt=class{constructor(){this.queue=[]}add(e,t=!1){t&&this.clear(e.type),this.queue.push(e)}consume(e){let t=this.queue.find(n=>n.type===e);return t&&(this.queue=this.queue.filter(n=>n!==t)),t}clear(e){typeof e=="string"?this.queue=this.queue.filter(t=>t.type!==e):this.queue=this.queue.filter(t=>!e.test(t.type))}};var De=b(J(),1);var Jn=b(J(),1);function Zn(r,e){let t=()=>JSON.parse(JSON.stringify(r));return(0,Jn.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return t();try{return JSON.parse(n)}catch{return t()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Je,...e??{}})}var St=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,t){return this.callbacks=[e],this.debounce(t)}queue(e,t){return this.callbacks.push(e),this.debounce(t)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((t,n)=>{this.resolvePromise=t,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,t;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,s=(t=this.resolvePromise)!==null&&t!==void 0?t:()=>null;this.clearPromise();for(let a of n)try{await a()}catch(o){i(o);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ti=b($(),1);var At=globalThis,us=At.ShadowRoot&&(At.ShadyCSS===void 0||At.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,oc=Symbol();var ei=(r,e)=>{if(us)r.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(let t of e){let n=document.createElement("style"),i=At.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=t.cssText,r.appendChild(n)}};var Et=class extends ti.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,s])=>e.registry.define(i,s)));let t={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(t);return ei(n,e.elementStyles),n}};function ri(r,e,...t){var n;let i=r.querySelector(e);for(let s of t)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var Ke=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},ai,ni=Symbol("constructorPrototype"),ii=Symbol("constructorName"),oi=Symbol("exportpartsDebouncer"),si=Symbol("dynamicDependenciesLoaded"),Ve=class r extends CustomEvent{constructor(){super(r.eventName,{bubbles:!0})}};Ve.eventName="exportparts-updated";var le=class extends Et{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ai]=new St(5),this.scheduleExportpartsUpdate=()=>{var e,t,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(t=this.exportpartsPrefixes)===null||t===void 0?void 0:t.length)!==null&&n!==void 0&&n)&&this[oi].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ii]=this.constructor.name,this[ni]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ii]&&Object.setPrototypeOf(this,this[ni])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let t=this.constructor;t[si]||(t[si]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Ve.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Ve.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Ve)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:t,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];t=ri(this.shadowRoot,...s)}t?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||t?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var t,n,i;if(((n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(e){var t,n,i,s,a,o;let c=p=>p!=null&&p.trim().length>0,l=e.filter(c).map(p=>p.trim());if(l.length===0){this.exportparts=void 0;return}let d=new Set;for(let p of(n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],v=(o=(a=p.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(A=>A.split(":")[1]))!==null&&o!==void 0?o:[],g=[...y,...v].filter(c).map(A=>A.trim());for(let A of g)d.add(A)}if(d.size===0){this.exportparts=void 0;return}let f=[...d.values()].flatMap(p=>l.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...f].join(", ")}};ai=oi;Ke([(0,De.property)()],le.prototype,"exportpartsPrefix",void 0);Ke([Zn([])],le.prototype,"exportpartsPrefixes",void 0);Ke([(0,De.property)({reflect:!0})],le.prototype,"exportparts",void 0);Ke([(0,De.property)()],le.prototype,"customStylesheet",void 0);Ke([(0,De.property)()],le.prototype,"elementToFocus",void 0);Ke([(0,De.state)()],le.prototype,"useAdoptedStyleSheets",void 0);function Tt(r){var e;return(e=r?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Ze=Symbol("internalReduxEventsUnsubscribers"),ge=Symbol("internalStoresUnsubscribers"),Pe=Symbol("internalStores"),ds=gt(Symbol("withRedux"),function(r){var e,t,n;class i extends r{constructor(){super(...arguments),this[e]=new Map,this[t]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(a){super.willUpdate(a),[...this.reduxConstructor.reduxReactiveProperties].some(o=>a.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[Pe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Pe].values()][0]}getStore(a){return a==null?this.getUnnamedStore():this[Pe].get(a)}addStore(a,o){var c;o=(c=o??a.name)!==null&&c!==void 0?c:"default-store",this.unsubscribeFromStore(o),this[Pe].set(o,a),this.subscribeToStore(o,a),this.updateFromStores()}removeStore(a){let o=typeof a=="string"?a:a.name;this.unsubscribeFromStore(o),this[Pe].delete(o)}setupStores(){this.unsubscribeFromStores(),this[Pe].forEach((a,o)=>this.subscribeToStore(o,a)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((a,o)=>{let c=this.constructor.getPropertyOptions(o);if(!c?.attribute||!this.hasAttribute(typeof c?.attribute=="string"?c.attribute:o)){let l=this.getStore(a.store);l&&(a.store?this[ge].has(a.store):this[ge].size>0)&&(this[o]=a.selector(l.getState(),this))}})}subscribeToStore(a,o){var c;this[ge].set(a,o.subscribe(()=>this.updateFromStores())),this[Ze].set(a,[]),Tt(o)&&o.eventBus&&((c=this.reduxConstructor.reduxEventListeners)===null||c===void 0||c.forEach((l,d)=>{if(typeof this[d]=="function"&&(!l.store||o.name===l.store)){let f=p=>this[d](p);o.addEventListener(l.eventName,f),this[Ze].get(a).push(()=>o.removeEventListener(l.eventName,f))}})),this.onStoreAvailable(a)}unsubscribeFromStores(){this[ge].forEach((a,o)=>this.unsubscribeFromStore(o))}unsubscribeFromStore(a){var o;this[ge].has(a)&&this[ge].get(a)(),this[ge].delete(a),(o=this[Ze].get(a))===null||o===void 0||o.forEach(c=>c()),this[Ze].delete(a)}onStoreAvailable(a){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=ge,t=Pe,n=Ze,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),ci=class extends ds(le){};function te(r){for(var e=arguments.length,t=Array(e>1?e-1:0),n=1;n<e;n++)t[n-1]=arguments[n];if(0)var i,s;throw Error("[Immer] minified error nr: "+r+(t.length?" "+t.map(function(a){return"'"+a+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function fe(r){return!!r&&!!r[P]}function ie(r){var e;return!!r&&(function(t){if(!t||typeof t!="object")return!1;var n=Object.getPrototypeOf(t);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===bs}(r)||Array.isArray(r)||!!r[vi]||!!(!((e=r.constructor)===null||e===void 0)&&e[vi])||br(r)||Sr(r))}function Me(r,e,t){t===void 0&&(t=!1),Ge(r)===0?(t?Object.keys:$e)(r).forEach(function(n){t&&typeof n=="symbol"||e(n,r[n],r)}):r.forEach(function(n,i){return e(i,n,r)})}function Ge(r){var e=r[P];return e?e.i>3?e.i-4:e.i:Array.isArray(r)?1:br(r)?2:Sr(r)?3:0}function qe(r,e){return Ge(r)===2?r.has(e):Object.prototype.hasOwnProperty.call(r,e)}function hs(r,e){return Ge(r)===2?r.get(e):r[e]}function mi(r,e,t){var n=Ge(r);n===2?r.set(e,t):n===3?r.add(t):r[e]=t}function yi(r,e){return r===e?r!==0||1/r==1/e:r!=r&&e!=e}function br(r){return ys&&r instanceof Map}function Sr(r){return gs&&r instanceof Set}function be(r){return r.o||r.t}function Ar(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var e=Si(r);delete e[P];for(var t=$e(e),n=0;n<t.length;n++){var i=t[n],s=e[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(e[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:r[i]})}return Object.create(Object.getPrototypeOf(r),e)}function Er(r,e){return e===void 0&&(e=!1),Tr(r)||fe(r)||!ie(r)||(Ge(r)>1&&(r.set=r.add=r.clear=r.delete=fs),Object.freeze(r),e&&Me(r,function(t,n){return Er(n,!0)},!0)),r}function fs(){te(2)}function Tr(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function ue(r){var e=gr[r];return e||te(18,r),e}function ps(r,e){gr[r]||(gr[r]=e)}function vr(){return tt}function dr(r,e){e&&(ue("Patches"),r.u=[],r.s=[],r.v=e)}function wt(r){mr(r),r.p.forEach(vs),r.p=null}function mr(r){r===tt&&(tt=r.l)}function li(r){return tt={p:[],l:tt,h:r,m:!0,_:0}}function vs(r){var e=r[P];e.i===0||e.i===1?e.j():e.g=!0}function hr(r,e){e._=e.p.length;var t=e.p[0],n=r!==void 0&&r!==t;return e.h.O||ue("ES5").S(e,r,n),n?(t[P].P&&(wt(e),te(4)),ie(r)&&(r=xt(e,r),e.l||It(e,r)),e.u&&ue("Patches").M(t[P].t,r,e.u,e.s)):r=xt(e,t,[]),wt(e),e.u&&e.v(e.u,e.s),r!==bi?r:void 0}function xt(r,e,t){if(Tr(e))return e;var n=e[P];if(!n)return Me(e,function(o,c){return ui(r,n,e,o,c,t)},!0),e;if(n.A!==r)return e;if(!n.P)return It(r,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Ar(n.k):n.o,s=i,a=!1;n.i===3&&(s=new Set(i),i.clear(),a=!0),Me(s,function(o,c){return ui(r,n,i,o,c,t,a)}),It(r,i,!1),t&&r.u&&ue("Patches").N(n,t,r.u,r.s)}return n.o}function ui(r,e,t,n,i,s,a){if(fe(i)){var o=xt(r,i,s&&e&&e.i!==3&&!qe(e.R,n)?s.concat(n):void 0);if(mi(t,n,o),!fe(o))return;r.m=!1}else a&&t.add(i);if(ie(i)&&!Tr(i)){if(!r.h.D&&r._<1)return;xt(r,i),e&&e.A.l||It(r,i)}}function It(r,e,t){t===void 0&&(t=!1),!r.l&&r.h.D&&r.m&&Er(e,t)}function fr(r,e){var t=r[P];return(t?be(t):r)[e]}function di(r,e){if(e in r)for(var t=Object.getPrototypeOf(r);t;){var n=Object.getOwnPropertyDescriptor(t,e);if(n)return n;t=Object.getPrototypeOf(t)}}function Se(r){r.P||(r.P=!0,r.l&&Se(r.l))}function pr(r){r.o||(r.o=Ar(r.t))}function yr(r,e,t){var n=br(e)?ue("MapSet").F(e,t):Sr(e)?ue("MapSet").T(e,t):r.O?function(i,s){var a=Array.isArray(i),o={i:a?1:0,A:s?s.A:vr(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},c=o,l=rt;a&&(c=[o],l=et);var d=Proxy.revocable(c,l),f=d.revoke,p=d.proxy;return o.k=p,o.j=f,p}(e,t):ue("ES5").J(e,t);return(t?t.A:vr()).p.push(n),n}function ms(r){return fe(r)||te(22,r),function e(t){if(!ie(t))return t;var n,i=t[P],s=Ge(t);if(i){if(!i.P&&(i.i<4||!ue("ES5").K(i)))return i.t;i.I=!0,n=hi(t,s),i.I=!1}else n=hi(t,s);return Me(n,function(a,o){i&&hs(i.t,a)===o||mi(n,a,e(o))}),s===3?new Set(n):n}(r)}function hi(r,e){switch(e){case 2:return new Map(r);case 3:return Array.from(r)}return Ar(r)}function gi(){function r(a,o){var c=s[a];return c?c.enumerable=o:s[a]=c={configurable:!0,enumerable:o,get:function(){var l=this[P];return rt.get(l,a)},set:function(l){var d=this[P];rt.set(d,a,l)}},c}function e(a){for(var o=a.length-1;o>=0;o--){var c=a[o][P];if(!c.P)switch(c.i){case 5:n(c)&&Se(c);break;case 4:t(c)&&Se(c)}}}function t(a){for(var o=a.t,c=a.k,l=$e(c),d=l.length-1;d>=0;d--){var f=l[d];if(f!==P){var p=o[f];if(p===void 0&&!qe(o,f))return!0;var y=c[f],v=y&&y[P];if(v?v.t!==p:!yi(y,p))return!0}}var g=!!o[P];return l.length!==$e(o).length+(g?0:1)}function n(a){var o=a.k;if(o.length!==a.t.length)return!0;var c=Object.getOwnPropertyDescriptor(o,o.length-1);if(c&&!c.get)return!0;for(var l=0;l<o.length;l++)if(!o.hasOwnProperty(l))return!0;return!1}function i(a){a.g&&te(3,JSON.stringify(be(a)))}var s={};ps("ES5",{J:function(a,o){var c=Array.isArray(a),l=function(f,p){if(f){for(var y=Array(p.length),v=0;v<p.length;v++)Object.defineProperty(y,""+v,r(v,!0));return y}var g=Si(p);delete g[P];for(var A=$e(g),E=0;E<A.length;E++){var T=A[E];g[T]=r(T,f||!!g[T].enumerable)}return Object.create(Object.getPrototypeOf(p),g)}(c,a),d={i:c?5:4,A:o?o.A:vr(),P:!1,I:!1,R:{},l:o,t:a,k:l,o:null,g:!1,C:!1};return Object.defineProperty(l,P,{value:d,writable:!0}),l},S:function(a,o,c){c?fe(o)&&o[P].A===a&&e(a.p):(a.u&&function l(d){if(d&&typeof d=="object"){var f=d[P];if(f){var p=f.t,y=f.k,v=f.R,g=f.i;if(g===4)Me(y,function(x){x!==P&&(p[x]!==void 0||qe(p,x)?v[x]||l(y[x]):(v[x]=!0,Se(f)))}),Me(p,function(x){y[x]!==void 0||qe(y,x)||(v[x]=!1,Se(f))});else if(g===5){if(n(f)&&(Se(f),v.length=!0),y.length<p.length)for(var A=y.length;A<p.length;A++)v[A]=!1;else for(var E=p.length;E<y.length;E++)v[E]=!0;for(var T=Math.min(y.length,p.length),O=0;O<T;O++)y.hasOwnProperty(O)||(v[O]=!0),v[O]===void 0&&l(y[O])}}}}(a.p[0]),e(a.p))},K:function(a){return a.i===4?t(a):n(a)}})}var fi,tt,wr=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",ys=typeof Map<"u",gs=typeof Set<"u",pi=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",bi=wr?Symbol.for("immer-nothing"):((fi={})["immer-nothing"]=!0,fi),vi=wr?Symbol.for("immer-draftable"):"__$immer_draftable",P=wr?Symbol.for("immer-state"):"__$immer_state";var bs=""+Object.prototype.constructor,$e=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,Si=Object.getOwnPropertyDescriptors||function(r){var e={};return $e(r).forEach(function(t){e[t]=Object.getOwnPropertyDescriptor(r,t)}),e},gr={},rt={get:function(r,e){if(e===P)return r;var t=be(r);if(!qe(t,e))return function(i,s,a){var o,c=di(s,a);return c?"value"in c?c.value:(o=c.get)===null||o===void 0?void 0:o.call(i.k):void 0}(r,t,e);var n=t[e];return r.I||!ie(n)?n:n===fr(r.t,e)?(pr(r),r.o[e]=yr(r.A.h,n,r)):n},has:function(r,e){return e in be(r)},ownKeys:function(r){return Reflect.ownKeys(be(r))},set:function(r,e,t){var n=di(be(r),e);if(n?.set)return n.set.call(r.k,t),!0;if(!r.P){var i=fr(be(r),e),s=i?.[P];if(s&&s.t===t)return r.o[e]=t,r.R[e]=!1,!0;if(yi(t,i)&&(t!==void 0||qe(r.t,e)))return!0;pr(r),Se(r)}return r.o[e]===t&&(t!==void 0||e in r.o)||Number.isNaN(t)&&Number.isNaN(r.o[e])||(r.o[e]=t,r.R[e]=!0),!0},deleteProperty:function(r,e){return fr(r.t,e)!==void 0||e in r.t?(r.R[e]=!1,pr(r),Se(r)):delete r.R[e],r.o&&delete r.o[e],!0},getOwnPropertyDescriptor:function(r,e){var t=be(r),n=Reflect.getOwnPropertyDescriptor(t,e);return n&&{writable:!0,configurable:r.i!==1||e!=="length",enumerable:n.enumerable,value:t[e]}},defineProperty:function(){te(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){te(12)}},et={};Me(rt,function(r,e){et[r]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),et.deleteProperty=function(r,e){return et.set.call(this,r,e,void 0)},et.set=function(r,e,t){return rt.set.call(this,r[0],e,t,r[0])};var Ss=function(){function r(t){var n=this;this.O=pi,this.D=!0,this.produce=function(i,s,a){if(typeof i=="function"&&typeof s!="function"){var o=s;s=i;var c=n;return function(g){var A=this;g===void 0&&(g=o);for(var E=arguments.length,T=Array(E>1?E-1:0),O=1;O<E;O++)T[O-1]=arguments[O];return c.produce(g,function(x){var U;return(U=s).call.apply(U,[A,x].concat(T))})}}var l;if(typeof s!="function"&&te(6),a!==void 0&&typeof a!="function"&&te(7),ie(i)){var d=li(n),f=yr(n,i,void 0),p=!0;try{l=s(f),p=!1}finally{p?wt(d):mr(d)}return typeof Promise<"u"&&l instanceof Promise?l.then(function(g){return dr(d,a),hr(g,d)},function(g){throw wt(d),g}):(dr(d,a),hr(l,d))}if(!i||typeof i!="object"){if((l=s(i))===void 0&&(l=i),l===bi&&(l=void 0),n.D&&Er(l,!0),a){var y=[],v=[];ue("Patches").M(i,l,y,v),a(y,v)}return l}te(21,i)},this.produceWithPatches=function(i,s){if(typeof i=="function")return function(l){for(var d=arguments.length,f=Array(d>1?d-1:0),p=1;p<d;p++)f[p-1]=arguments[p];return n.produceWithPatches(l,function(y){return i.apply(void 0,[y].concat(f))})};var a,o,c=n.produce(i,s,function(l,d){a=l,o=d});return typeof Promise<"u"&&c instanceof Promise?c.then(function(l){return[l,a,o]}):[c,a,o]},typeof t?.useProxies=="boolean"&&this.setUseProxies(t.useProxies),typeof t?.autoFreeze=="boolean"&&this.setAutoFreeze(t.autoFreeze)}var e=r.prototype;return e.createDraft=function(t){ie(t)||te(8),fe(t)&&(t=ms(t));var n=li(this),i=yr(this,t,void 0);return i[P].C=!0,mr(n),i},e.finishDraft=function(t,n){var i=t&&t[P],s=i.A;return dr(s,n),hr(void 0,s)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!pi&&te(20),this.O=t},e.applyPatches=function(t,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){t=s.value;break}}i>-1&&(n=n.slice(i+1));var a=ue("Patches").$;return fe(t)?a(t,n):this.produce(t,function(o){return a(o,n)})},r}(),X=new Ss,As=X.produce,Ec=X.produceWithPatches.bind(X),Tc=X.setAutoFreeze.bind(X),wc=X.setUseProxies.bind(X),xc=X.applyPatches.bind(X),Ic=X.createDraft.bind(X),Oc=X.finishDraft.bind(X),Ot=As;function Le(r){"@babel/helpers - typeof";return Le=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Le(r)}function Ai(r,e){if(Le(r)!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e||"default");if(Le(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function Ei(r){var e=Ai(r,"string");return Le(e)=="symbol"?e:e+""}function Ti(r,e,t){return(e=Ei(e))in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function wi(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(r,i).enumerable})),t.push.apply(t,n)}return t}function xr(r){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?wi(Object(t),!0).forEach(function(n){Ti(r,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):wi(Object(t)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(t,n))})}return r}function V(r){return"Minified Redux error #"+r+"; visit https://redux.js.org/Errors?code="+r+" for the full message or use the non-minified dev environment for full errors. "}var xi=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ir=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ct={INIT:"@@redux/INIT"+Ir(),REPLACE:"@@redux/REPLACE"+Ir(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ir()}};function Es(r){if(typeof r!="object"||r===null)return!1;for(var e=r;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(r)===e}function Or(r,e,t){var n;if(typeof e=="function"&&typeof t=="function"||typeof t=="function"&&typeof arguments[3]=="function")throw new Error(V(0));if(typeof e=="function"&&typeof t>"u"&&(t=e,e=void 0),typeof t<"u"){if(typeof t!="function")throw new Error(V(1));return t(Or)(r,e)}if(typeof r!="function")throw new Error(V(2));var i=r,s=e,a=[],o=a,c=!1;function l(){o===a&&(o=a.slice())}function d(){if(c)throw new Error(V(3));return s}function f(g){if(typeof g!="function")throw new Error(V(4));if(c)throw new Error(V(5));var A=!0;return l(),o.push(g),function(){if(A){if(c)throw new Error(V(6));A=!1,l();var T=o.indexOf(g);o.splice(T,1),a=null}}}function p(g){if(!Es(g))throw new Error(V(7));if(typeof g.type>"u")throw new Error(V(8));if(c)throw new Error(V(9));try{c=!0,s=i(s,g)}finally{c=!1}for(var A=a=o,E=0;E<A.length;E++){var T=A[E];T()}return g}function y(g){if(typeof g!="function")throw new Error(V(10));i=g,p({type:Ct.REPLACE})}function v(){var g,A=f;return g={subscribe:function(T){if(typeof T!="object"||T===null)throw new Error(V(11));function O(){T.next&&T.next(d())}O();var x=A(O);return{unsubscribe:x}}},g[xi]=function(){return this},g}return p({type:Ct.INIT}),n={dispatch:p,subscribe:f,getState:d,replaceReducer:y},n[xi]=v,n}function Ts(r){Object.keys(r).forEach(function(e){var t=r[e],n=t(void 0,{type:Ct.INIT});if(typeof n>"u")throw new Error(V(12));if(typeof t(void 0,{type:Ct.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(V(13))})}function Ii(r){for(var e=Object.keys(r),t={},n=0;n<e.length;n++){var i=e[n];typeof r[i]=="function"&&(t[i]=r[i])}var s=Object.keys(t),a,o;try{Ts(t)}catch(c){o=c}return function(l,d){if(l===void 0&&(l={}),o)throw o;if(0)var f;for(var p=!1,y={},v=0;v<s.length;v++){var g=s[v],A=t[g],E=l[g],T=A(E,d);if(typeof T>"u"){var O=d&&d.type;throw new Error(V(14))}y[g]=T,p=p||T!==E}return p=p||s.length!==Object.keys(l).length,p?y:l}}function ze(){for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Oi(){for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return function(n){return function(){var i=n.apply(void 0,arguments),s=function(){throw new Error(V(15))},a={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},o=e.map(function(c){return c(a)});return s=ze.apply(void 0,o)(i.dispatch),xr(xr({},i),{},{dispatch:s})}}}function Ci(r){var e=function(n){var i=n.dispatch,s=n.getState;return function(a){return function(o){return typeof o=="function"?o(i,s,r):a(o)}}};return e}var _i=Ci();_i.withExtraArgument=Ci;var Cr=_i;var Li=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ws=function(r,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,a;return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(l){return function(d){return c([l,d])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,i=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(r,t)}catch(d){l=[6,d],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},We=function(r,e){for(var t=0,n=e.length,i=r.length;t<n;t++,i++)r[i]=e[t];return r},xs=Object.defineProperty,Is=Object.defineProperties,Os=Object.getOwnPropertyDescriptors,Ri=Object.getOwnPropertySymbols,Cs=Object.prototype.hasOwnProperty,_s=Object.prototype.propertyIsEnumerable,Di=function(r,e,t){return e in r?xs(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t},Ae=function(r,e){for(var t in e||(e={}))Cs.call(e,t)&&Di(r,t,e[t]);if(Ri)for(var n=0,i=Ri(e);n<i.length;n++){var t=i[n];_s.call(e,t)&&Di(r,t,e[t])}return r},_r=function(r,e){return Is(r,Os(e))},Rs=function(r,e,t){return new Promise(function(n,i){var s=function(c){try{o(t.next(c))}catch(l){i(l)}},a=function(c){try{o(t.throw(c))}catch(l){i(l)}},o=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(s,a)};o((t=t.apply(r,e)).next())})};var Ds=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ze:ze.apply(null,arguments)},$c=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function Ps(r){if(typeof r!="object"||r===null)return!1;var e=Object.getPrototypeOf(r);if(e===null)return!0;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return e===t}var Ms=function(r){Li(e,r);function e(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var i=r.apply(this,t)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return r.prototype.concat.apply(this,t)},e.prototype.prepend=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.length===1&&Array.isArray(t[0])?new(e.bind.apply(e,We([void 0],t[0].concat(this)))):new(e.bind.apply(e,We([void 0],t.concat(this))))},e}(Array),Ls=function(r){Li(e,r);function e(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var i=r.apply(this,t)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return r.prototype.concat.apply(this,t)},e.prototype.prepend=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.length===1&&Array.isArray(t[0])?new(e.bind.apply(e,We([void 0],t[0].concat(this)))):new(e.bind.apply(e,We([void 0],t.concat(this))))},e}(Array);function Pr(r){return ie(r)?Ot(r,function(){}):r}function ks(r){return typeof r=="boolean"}function Ns(){return function(e){return Us(e)}}function Us(r){r===void 0&&(r={});var e=r.thunk,t=e===void 0?!0:e,n=r.immutableCheck,i=n===void 0?!0:n,s=r.serializableCheck,a=s===void 0?!0:s,o=new Ms;if(t&&(ks(t)?o.push(Cr):o.push(Cr.withExtraArgument(t.extraArgument))),0){if(i)var c;if(a)var l}return o}var Rr=!0;function ki(r){var e=Ns(),t=r||{},n=t.reducer,i=n===void 0?void 0:n,s=t.middleware,a=s===void 0?e():s,o=t.devTools,c=o===void 0?!0:o,l=t.preloadedState,d=l===void 0?void 0:l,f=t.enhancers,p=f===void 0?void 0:f,y;if(typeof i=="function")y=i;else if(Ps(i))y=Ii(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var v=a;if(typeof v=="function"&&(v=v(e),!Rr&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Rr&&v.some(function(x){return typeof x!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=Oi.apply(void 0,v),A=ze;c&&(A=Ds(Ae({trace:!Rr},typeof c=="object"&&c)));var E=new Ls(g),T=E;Array.isArray(p)?T=We([g],p):typeof p=="function"&&(T=p(E));var O=A.apply(void 0,T);return Or(y,d,O)}function Ee(r,e){function t(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var s=e.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return Ae(Ae({type:r,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.error})}return{type:r,payload:n[0]}}return t.toString=function(){return""+r},t.type=r,t.match=function(n){return n.type===r},t}function Ni(r){var e={},t=[],n,i={addCase:function(s,a){var o=typeof s=="string"?s:s.type;if(o in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[o]=a,i},addMatcher:function(s,a){return t.push({matcher:s,reducer:a}),i},addDefaultCase:function(s){return n=s,i}};return r(i),[e,t,n]}function Fs(r){return typeof r=="function"}function js(r,e,t,n){t===void 0&&(t=[]);var i=typeof e=="function"?Ni(e):[e,t,n],s=i[0],a=i[1],o=i[2],c;if(Fs(r))c=function(){return Pr(r())};else{var l=Pr(r);c=function(){return l}}function d(f,p){f===void 0&&(f=c());var y=We([s[p.type]],a.filter(function(v){var g=v.matcher;return g(p)}).map(function(v){var g=v.reducer;return g}));return y.filter(function(v){return!!v}).length===0&&(y=[o]),y.reduce(function(v,g){if(g)if(fe(v)){var A=v,E=g(A,p);return E===void 0?v:E}else{if(ie(v))return Ot(v,function(T){return g(T,p)});var E=g(v,p);if(E===void 0){if(v===null)return v;throw Error("A case reducer on a non-draftable value must not return undefined")}return E}return v},f)}return d.getInitialState=c,d}function Bs(r,e){return r+"/"+e}function Ui(r){var e=r.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var t=typeof r.initialState=="function"?r.initialState:Pr(r.initialState),n=r.reducers||{},i=Object.keys(n),s={},a={},o={};i.forEach(function(d){var f=n[d],p=Bs(e,d),y,v;"reducer"in f?(y=f.reducer,v=f.prepare):y=f,s[d]=y,a[p]=y,o[d]=v?Ee(p,v):Ee(p)});function c(){var d=typeof r.extraReducers=="function"?Ni(r.extraReducers):[r.extraReducers],f=d[0],p=f===void 0?{}:f,y=d[1],v=y===void 0?[]:y,g=d[2],A=g===void 0?void 0:g,E=Ae(Ae({},p),a);return js(t,function(T){for(var O in E)T.addCase(O,E[O]);for(var x=0,U=v;x<U.length;x++){var re=U[x];T.addMatcher(re.matcher,re.reducer)}A&&T.addDefaultCase(A)})}var l;return{name:e,reducer:function(d,f){return l||(l=c()),l(d,f)},actions:o,caseReducers:s,getInitialState:function(){return l||(l=c()),l.getInitialState()}}}var Hs="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Vs=function(r){r===void 0&&(r=21);for(var e="",t=r;t--;)e+=Hs[Math.random()*64|0];return e},Ks=["name","message","stack","code"],Dr=function(){function r(e,t){this.payload=e,this.meta=t}return r}(),Pi=function(){function r(e,t){this.payload=e,this.meta=t}return r}(),qs=function(r){if(typeof r=="object"&&r!==null){for(var e={},t=0,n=Ks;t<n.length;t++){var i=n[t];typeof r[i]=="string"&&(e[i]=r[i])}return e}return{message:String(r)}},Qc=function(){function r(e,t,n){var i=Ee(e+"/fulfilled",function(d,f,p,y){return{payload:d,meta:_r(Ae({},y||{}),{arg:p,requestId:f,requestStatus:"fulfilled"})}}),s=Ee(e+"/pending",function(d,f,p){return{payload:void 0,meta:_r(Ae({},p||{}),{arg:f,requestId:d,requestStatus:"pending"})}}),a=Ee(e+"/rejected",function(d,f,p,y,v){return{payload:y,error:(n&&n.serializeError||qs)(d||"Rejected"),meta:_r(Ae({},v||{}),{arg:p,requestId:f,rejectedWithValue:!!y,requestStatus:"rejected",aborted:d?.name==="AbortError",condition:d?.name==="ConditionError"})}}),o=!1,c=typeof AbortController<"u"?AbortController:function(){function d(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return d.prototype.abort=function(){},d}();function l(d){return function(f,p,y){var v=n?.idGenerator?n.idGenerator(d):Vs(),g=new c,A,E=!1;function T(x){A=x,g.abort()}var O=function(){return Rs(this,null,function(){var x,U,re,we,q,xe,ke;return ws(this,function(u){switch(u.label){case 0:return u.trys.push([0,4,,5]),we=(x=n?.condition)==null?void 0:x.call(n,d,{getState:p,extra:y}),Gs(we)?[4,we]:[3,2];case 1:we=u.sent(),u.label=2;case 2:if(we===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,q=new Promise(function(h,S){return g.signal.addEventListener("abort",function(){return S({name:"AbortError",message:A||"Aborted"})})}),f(s(v,d,(U=n?.getPendingMeta)==null?void 0:U.call(n,{requestId:v,arg:d},{getState:p,extra:y}))),[4,Promise.race([q,Promise.resolve(t(d,{dispatch:f,getState:p,extra:y,requestId:v,signal:g.signal,abort:T,rejectWithValue:function(h,S){return new Dr(h,S)},fulfillWithValue:function(h,S){return new Pi(h,S)}})).then(function(h){if(h instanceof Dr)throw h;return h instanceof Pi?i(h.payload,v,d,h.meta):i(h,v,d)})])];case 3:return re=u.sent(),[3,5];case 4:return xe=u.sent(),re=xe instanceof Dr?a(null,v,d,xe.payload,xe.meta):a(xe,v,d),[3,5];case 5:return ke=n&&!n.dispatchConditionRejection&&a.match(re)&&re.meta.condition,ke||f(re),[2,re]}})})}();return Object.assign(O,{abort:T,requestId:v,arg:d,unwrap:function(){return O.then($s)}})}}return Object.assign(l,{pending:s,rejected:a,fulfilled:i,typePrefix:e})}return r.withTypes=function(){return r},r}();function $s(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function Gs(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var Fi="listener",ji="completed",Bi="cancelled",Xc="task-"+Bi,Yc="task-"+ji,Jc=Fi+"-"+Bi,Zc=Fi+"-"+ji;var Mr="listenerMiddleware";var el=Ee(Mr+"/add"),tl=Ee(Mr+"/removeAll"),rl=Ee(Mr+"/remove");var Mi,nl=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(Mi||(Mi=Promise.resolve())).then(r).catch(function(e){return setTimeout(function(){throw e},0)})},zs=function(r){return function(e){setTimeout(e,r)}},il=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:zs(10);gi();var Ws=gt(Symbol("withEventBus"),function(r,e){return class extends r{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(t,n,i){this.eventBus.addEventListener(t,n,i)}dispatchEvent(t){return this.eventBus.dispatchEvent(t)}removeEventListener(t,n,i){this.eventBus.removeEventListener(t,n,i)}}}),_t=class extends Ws(Object){};window.ftReduxStores||(window.ftReduxStores={});var Hi=class r extends _t{static get(e){var t;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,s=window.ftReduxStores[n];if(Tt(s))return s;if(i==null)return;let a=Ui({...i,reducers:(t=i.reducers)!==null&&t!==void 0?t:{}}),o=ki({reducer:(c,l)=>l.type==="CLEAR_FT_REDUX_STORE"?a.getInitialState():typeof l.type=="string"&&l.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...l.overwrites}:a.reducer(c,l)});return window.ftReduxStores[i.name]=new r(a,o,i.eventBus)}constructor(e,t,n){super(),this.reduxSlice=e,this.reduxStore=t,this.isFtReduxStore=!0,this.commands=new bt;let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,a,o)=>{let c=a,l=s[c];return l?(...d)=>{let f=l(...d.map(i));return this.reduxStore.dispatch(f),f}:d=>{this.setState({[c]:i(d)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Rt=class{static format(e,t,n,i){return window.moment?window.moment(e).locale(t).format(this.getMomentDateFormat(n,i)):this.getIntlDateTime(e,t,n,i)}static getMomentDateFormat(e,t){return e?t?"lll":"ll":t?"L LT":"L"}static getIntlDateTime(e,t,n,i){let s=typeof e=="string"?new Date(e):e,a=new Intl.DateTimeFormat(t,{dateStyle:n?"medium":"short"}).format(s);if(!i)return a;let o=new Intl.DateTimeFormat(t,{timeStyle:"short"}).format(s);return`${a} ${o}`}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),t=new Date().getTimezoneOffset();return`${t<0?"+":"-"}${e(Math.abs(t)/60)}:${e(Math.abs(t)%60)}`}};var Vi=b(R()),Dt=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Cl=(0,Vi.applyMixinOnce)(Symbol("withDateFormat"),function(r){class e extends r{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(m)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(o=>o.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?o=>Rt.format(o,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Dt([(0,Lr.property)({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Dt([(0,Lr.property)({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Dt([ur({store:m.name,selector:t=>{var n,i;return(i=(n=t.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],e.prototype,"metadataDescriptors",void 0),Dt([ur({store:m.name})],e.prototype,"uiLocale",void 0),e});var Lt=b(R());var Pt=class extends K{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=m.getState().session;return!!e?.sessionAuthenticated}};var Mt=class extends K{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=m.getState().session;return!!e?.sessionAuthenticated}};var Qs="ft-user-assets",Xs={setAssetCount:(r,e)=>{let{userAssetType:t,count:n}=e.payload.assetCount;r.assetCounts.allAsset[t]=n},clearAssetCount:r=>{Object.values(Q).forEach(e=>{r.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(r,e)=>{let t=e.payload.mapId;r.assetCounts.bookmarkByMap[t]=e.payload.count},clearBookmarkCountByMap:r=>{r.assetCounts.bookmarkByMap={}},addAsset:(r,e)=>{let{assetType:t,mapId:n,asset:i}=e.payload;switch(t){case Q.BOOKMARKS:r.bookmarks?r.bookmarks.push(i):r.bookmarks=[i];break;case Q.SEARCHES:r.savedSearches?r.savedSearches.push(i):r.savedSearches=[i];break}let s=r.assetCounts.allAsset[t];if(s!==void 0&&(r.assetCounts.allAsset[t]=s+1),t===Q.BOOKMARKS&&n!==void 0){let a=r.assetCounts.bookmarkByMap[n];a!==void 0&&(r.assetCounts.bookmarkByMap[n]=a+1)}},removeAsset:(r,e)=>{var t,n;let{assetType:i,mapId:s,assetId:a}=e.payload;switch(i){case Q.BOOKMARKS:r.bookmarks=(t=r.bookmarks)===null||t===void 0?void 0:t.filter(c=>c.id!==a);break;case Q.SEARCHES:r.savedSearches=(n=r.savedSearches)===null||n===void 0?void 0:n.filter(c=>c.id!==a);break}let o=r.assetCounts.allAsset[i];if(o!==void 0&&o>0&&(r.assetCounts.allAsset[i]=o-1),i===Q.BOOKMARKS&&s!==void 0){let c=r.assetCounts.bookmarkByMap[s];c!==void 0&&c>0&&(r.assetCounts.bookmarkByMap[s]=c-1)}}},Y=Lt.FtReduxStore.get({name:Qs,reducers:Xs,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Q).map(r=>[r,void 0])),bookmarkByMap:{}},assetLabels:[]}}),kr=class{constructor(e=new Pt,t=new Mt){this.assetCountsService=e,this.assetLabelsService=t,this.currentSession=m.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new ft,this.savedSearchesService=new vt,m.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:t}=m.getState();(0,Lt.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,t?.profile)||(this.currentSession=t,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Y.actions.clearAssetCount(),Y.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Y.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Y.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();Y.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();Y.actions.assetLabels(e)}async loadAssetCount(e){let t=await this.assetCountsService.getUserAssetCount(e);t&&Y.actions.setAssetCount({assetCount:t})}async loadBookmarkByMapId(e){let t=await this.assetCountsService.getUserBookmarkCountByMap(e);t&&Y.actions.setBookmarkCountByMap({count:t.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let t=Object.keys(Y.getState().assetCounts.bookmarkByMap).length!==0;e===Q.BOOKMARKS&&t&&Y.actions.clearBookmarkCountByMap(),Y.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let t=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Y.actions.bookmarks(t)}}},Nr=new kr;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Nr);(0,Ki.customElement)("ft-app-context")(_);var kt=class extends K{get mapId(){return this._mapId}set mapId(e){e!==this._mapId&&this.clear(),this._mapId=e}constructor(e,t,n){super(!1,t),this.converter=e,this._mapId=n,this.initCache()}async withMapId(e){return this._mapId?e(this._mapId):void 0}initCache(){this.cache.register("configuration",()=>this.api.getReaderConfiguration()),this.cache.register("map",()=>this.withMapId(e=>this.fetchMap(e))),this.cache.register("enrichedToc",()=>this.withMapId(e=>this.fetchPages(e).then(t=>this.converter.convertPaginatedToc(e,t)))),this.cache.register("ratingSummary",()=>{var e,t;return he((t=(e=m.getState().session)===null||e===void 0?void 0:e.profile.roles)!==null&&t!==void 0?t:[],"RATING_USER")?this.withMapId(i=>this.fetchMapRating(i)):Promise.resolve()})}clear(){this.cache.clearMatching(e=>e!=="configuration")}makeCacheKey(e,t){return e+(t?"-destinationLanguage-"+t?.destinationLanguage:"")}getMap(e){return this.cache.get(this.makeCacheKey("map",e),()=>this.fetchMap(this.mapId,e))}getMapNow(e){return this.cache.getNow(this.makeCacheKey("map",e))}getConfiguration(){return this.cache.get("configuration")}clearConfiguration(){this.cache.clear("configuration")}getEnrichedToc(e){return this.cache.get(this.makeCacheKey("enrichedToc",e),()=>this.fetchPages(this.mapId,e).then(t=>this.converter.convertPaginatedToc(this.mapId,t)))}getEnrichedTocNow(e){return this.cache.getNow(this.makeCacheKey("enrichedToc",e))}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(e){return(await this.getEnrichedToc(e)).toc}async getPagesToc(e){return(await this.getEnrichedToc(e)).pagesToc}async getTranslationError(e){return(await this.getEnrichedToc(e)).translationError}async getTocNode(e,t){return(await this.getEnrichedToc(t)).nodeByTocId[e]}getTocNodeNow(e,t){var n;return(n=this.getEnrichedTocNow(t))===null||n===void 0?void 0:n.nodeByTocId[e]}getTocNodeNowByUrl(e,t){var n,i;let s=this.getMapNow(t);return s?.prettyUrl==e||`${s?.id}/root`===e?(n=this.getEnrichedTocNow(t))===null||n===void 0?void 0:n.toc[0]:(i=this.getEnrichedTocNow(t))===null||i===void 0?void 0:i.nodeByUrl[e]}async getPage(e,t){let n=await this.getEnrichedToc(t);return n.pages[e-1]||n.pages[0]}async getPageByTocId(e,t){let n=await this.getEnrichedToc(t);return n.pageByTocId[e]||n.pages[0]}getTopicInfo(e){return this.cache.get("topic-"+e.tocId,()=>this.fetchTopicMetadata(e))}getTopicContent(e){return this.cache.get("topic-content-"+e.tocId,()=>this.fetchTopicHTMLContent(e))}getTranslatedTopicContent(e,t){return this.cache.get(this.makeCacheKey("translated-topic-content-"+e.tocId,t),()=>this.fetchTranslatedTopicHTMLContent(e,t))}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}clearMapAttachments(){this.cache.clear("map-attachments")}getRelativesForDocument(e,t){return this.cache.get("document-relatives-"+e+"-"+t.join("-"),()=>this.fetchRelativesForDocument(e,t))}getRelativesForTopicInMap(e,t,n){return this.cache.get("topic-relatives-"+[e,t,...n].join("-"),()=>this.fetchRelativesForTopicInMap(e,t,n))}getAttachmentDownloadLink(e){return this.makeAbsolute(`${this.api.endpoints.khub.maps.mapId(this.mapId).attachments.attachmentId(e).content}?download=true&locationValue=reader`)}getLink(e,t,n){let i=this.getNavigationData(e,t,n),s=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),a=new URL(s,this.api.tenantBaseUrl);return i.page!=null&&a.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&a.searchParams.set("tocId",i.tocId),i.section!=null&&a.searchParams.set("section",i.section),a.href}getNavigationData(e,t,n,i){var s,a;e=e||"root";let o=this.getEnrichedTocNow(i),c=o?.pageByTocId[e],l=o?.nodeByTocId[e],d=l?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(s=l?.title)!==null&&s!==void 0?s:"",untranslatedTopicTitle:l?.untranslatedTitle,page:t&&c&&c.number!==t?t:void 0,prettyUrl:d?.replace(/^r\//,""),prettyUrlDuplicated:(a=o?.duplicatedPrettyUrls.has(d??""))!==null&&a!==void 0?a:!1,section:n}}async getAccurateNavigationData(e,t,n,i){return await this.getEnrichedToc(i),this.getNavigationData(e,t,n,i)}getRatingSummary(){return this.cache.get("ratingSummary")}reloadRating(){return this.cache.clear("ratingSummary"),this.getRatingSummary()}getMapRating(){return this.getRatingSummary().then(e=>e?.publication)}getTopicRating(e){return this.getRatingSummary().then(t=>{var n;return t?{type:t.topics.type,rating:(n=t.topics)===null||n===void 0?void 0:n.ratings.find(i=>i.tocId===e)}:void 0})}rateMap(e,t){return this.makeRateMapRequest(e,t).then(()=>this.clearRatingIfNecessary())}unrateMap(){return this.makeUnrateMapRequest().then(()=>this.clearRatingIfNecessary())}sendMapFeedback(e,t){return this.makeMapFeedbackRequest(e,t)}rateTopic(e,t,n){return this.makeRateTopicRequest(e,t,n).then(()=>this.clearRatingIfNecessary())}unrateTopic(e){return this.makeUnrateTopicRequest(e).then(()=>this.clearRatingIfNecessary())}async clearRatingIfNecessary(){let e=m.getState().session;e?.sessionAuthenticated&&this.cache.clear("ratingSummary")}sendTopicFeedback(e,t,n){return this.makeTopicFeedbackRequest(e,t,n)}fontsStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.fonts)}themeStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.theme)}buildBreadcrumb(e,t){let n=this.getTocNodeNow(e,t),i=[{tocId:n.tocId,title:n.title,untranslatedTitle:n.untranslatedTitle}],s=this.getTocNodeNow(n.parentTocId,t);for(;s;)i.unshift({tocId:s.tocId,title:s.title,untranslatedTitle:s.untranslatedTitle}),s=this.getTocNodeNow(s.parentTocId,t);return i}isFeatureAccessible(e,{session:t}){var n;if(!this.isFeatureAvailable(e))return!1;switch(e){case de.FEEDBACK:return he(t??[],C.FEEDBACK_USER);case de.RATING:return he(t??[],C.RATING_USER);case de.PRINT:return he(t??[],C.PRINT_USER);case de.BOOKMARK:return!!t?.sessionAuthenticated;case de.COLLECTIONS:return he(t??[],C.COLLECTION_USER);case de.PERSONAL_BOOKS:return he(t??[],C.PERSONAL_BOOK_USER)&&!(!((n=this.getMapNow())===null||n===void 0)&&n.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var Nt=class r extends kt{static async build(e){return new r(new ct,void 0,e)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(e,t){let n=await this.api.getMap(e,t);return this.fingerprint=n.fingerprint,n}fetchMapRating(e){return this.api.getMapRating(e)}async fetchPages(e,t){return await this.getMap(t),this.api.getPages(e,this.fingerprint,t)}fetchTopicHTMLContent(e){return this.api.getTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint)}fetchTranslatedTopicHTMLContent(e,t){return this.api.getTranslatedTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint,t)}fetchTopicMetadata(e){return this.api.getTopic(this.mapId,e.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(e,t){let n={query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",metadataFilters:[{key:e,valueFilter:{negative:!1,values:t}}],sort:[],facets:[]};return this.api.search(n)}fetchRelativesForTopicInMap(e,t,n){let i={query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",metadataFilters:[{key:t,valueFilter:{negative:!1,values:n}},{key:"ft:publicationId",valueFilter:{negative:!1,values:[e]}}],sort:[],facets:[]};return this.api.search(i)}makeMapFeedbackRequest(e,t){return this.api.sendMapFeedback(this.mapId,e,t)}makeRateMapRequest(e,t){return this.api.rateMap(this.mapId,e,t)}makeRateTopicRequest(e,t,n){return this.api.rateTopic(this.mapId,e,t,n)}makeTopicFeedbackRequest(e,t,n){return this.api.sendTopicFeedback(this.mapId,e,t,n)}makeUnrateMapRequest(){return this.api.unrateMap(this.mapId)}makeUnrateTopicRequest(e){return this.api.unrateTopic(this.mapId,e)}getReaderLinkPrefix(){return"r/"}isFeatureAvailable(e){return!0}};var Ut=class r{static build(e,t){return new r(cn(e.trim()||"context"),t??Nt.build)}loaded(){return(0,se.waitUntil)(()=>this._loaded)}constructor(e,t,n){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new se.Debouncer(10),this.initService(t)}async initService(e){return this.service=await e(),this.service.mapId=this.store.getState().mapId,this.reload()}async setMapId(e){e!==this.store.getState().mapId&&(this.store.actions.mapId(e),this.service&&(this.service.mapId=e),await this.reload())}setRenderedTopics(e){this.store.actions.renderedTopics(e)}setVisibleTopics(e){this.store.actions.visibleTopics(e)}async awaitService(){return(0,se.waitFor)(()=>this.service)}async navigateToTopic(e,t,n){await this.loaded();let i=await this.awaitService(),s=await(n!=null?i.getPage(n,this.getTranslationSettings()):i.getPageByTocId(e??"root",this.getTranslationSettings()));this.store.actions.currentPage(s);let a=this.resolveValidNonRootTocId(e,s);this.store.actions.scrollTarget({tocId:a,section:t}),this.store.getState().visibleTopics[0]!==a&&this.store.actions.visibleTopics([])}resolveValidNonRootTocId(e,t){var n,i,s;let a=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:t.rootTocId;return t.topics.includes(a)?a:(s=(i=t.topics[0])!==null&&i!==void 0?i:t.hiddenTopics[0])!==null&&s!==void 0?s:"root"}async navigateToPage(e){await this.loaded();let n=await(await this.awaitService()).getPage(e,this.getTranslationSettings());this.store.actions.currentPage(n)}scrollDone(){this.store.actions.scrollTarget({})}async load(){var e;!((e=this.service)===null||e===void 0)&&e.mapId&&this.store.getState().map==null&&await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}clear(){var e;this._loaded=!1,this.store.actions.configuration(void 0),this.store.actions.map(void 0),this.store.actions.toc(void 0),this.store.actions.pagesToc(void 0),this.store.actions.currentPage(void 0),this.store.actions.searchInDocumentQuery(""),this.store.actions.relatives(void 0),this.store.actions.renderedTopics([]),this.store.actions.visibleTopics([]),this.store.actions.translation({sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}),this.store.actions.mapRating(void 0),(e=this.service)===null||e===void 0||e.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(e){var t,n,i,s,a;try{e&&this.setTranslationLoading(!0);let o=c=>{throw e&&this.setTranslationError(!0),c};await Promise.all([this.loadConfiguration(),(t=this.service)===null||t===void 0?void 0:t.getMap(e).then(c=>this.store.actions.map(c)).catch(o),(n=this.service)===null||n===void 0?void 0:n.getToc(e).then(c=>this.store.actions.toc(c)).catch(o),(i=this.service)===null||i===void 0?void 0:i.getPagesToc(e).then(c=>this.store.actions.pagesToc(c)).catch(o),(s=this.service)===null||s===void 0?void 0:s.getPaginationConfiguration().then(c=>this.store.actions.paginationConfiguration(c)).catch(o),(a=this.service)===null||a===void 0?void 0:a.getTranslationError(e).then(c=>this.setTranslationError(c))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,e&&this.setTranslationLoading(!1)}catch(o){this.errorHandler&&!(o instanceof se.CanceledPromiseError)&&this.errorHandler(o)}}loadConfiguration(){var e;return(e=this.service)===null||e===void 0?void 0:e.getConfiguration().then(t=>this.store.actions.configuration(t))}reloadConfiguration(){var e;return(e=this.service)===null||e===void 0||e.clearConfiguration(),this.loadConfiguration()}fetchRelatives(){var e,t;let n=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(i=>{var s;return i.key==((s=this.store.getState().configuration)===null||s===void 0?void 0:s.relativePivotMetadata)}).flatMap(i=>i.values);n!==void 0&&n.length>0?(t=this.service)===null||t===void 0||t.getRelativesForDocument(this.store.getState().configuration.relativePivotMetadata,n).then(i=>{let s=i.results.flatMap(a=>a.entries);this.store.actions.relatives(s),this.updateClusteringHelper()}):this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(Oe.clusteringHelperCreated))}createClusteringHelper(){var e,t;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(a=>{var o;return((o=a.map)===null||o===void 0?void 0:o.mapId)==this.store.getState().mapId}),s=(t=(e=m.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&t!==void 0?t:[];return new se.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,s)}}async navigateToRelativeTopicIfFound(e){var t,n,i;await this.loaded();let s=await(0,se.waitFor)(()=>{var l;return(l=this.store.getState().configuration)===null||l===void 0?void 0:l.relativeTopicPivotMetadata}),a=this.store.getState().mapId,c=await(await this.awaitService()).getRelativesForTopicInMap(a,s,[e]);if(!((i=(n=(t=c?.results)===null||t===void 0?void 0:t[0])===null||n===void 0?void 0:n.entries)===null||i===void 0)&&i[0]){let l=c.results[0].entries[0].topic.tocId;return await this.navigateToTopic(l),!0}else return await this.navigateToTopic("root"),!1}setSearchInDocumentQuery(e){this.store.actions.searchInDocumentQuery(e)}async setTranslationDestinationLanguage(e){this.store.actions.setTranslationDestinationLanguage(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationSourceLanguage(e){this.store.actions.setTranslationSourceLanguage(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationProfileId(e){this.store.actions.setTranslationProfileId(e)}async setTranslationLoading(e){this.store.actions.setTranslationLoading(e)}async setTranslationError(e){this.store.actions.setTranslationError(e)}getTranslationSettings(){var e;let t=this.store.getState();return t.translation.profileId&&t.translation.destinationLanguage?{profileId:t.translation.profileId,destinationLanguage:t.translation.destinationLanguage.code,sourceLanguage:(e=t.map)===null||e===void 0?void 0:e.lang}:void 0}async fetchMapRating(){var e;this.store.actions.mapRating(await((e=this.service)===null||e===void 0?void 0:e.getMapRating()))}async fetchTopicRating(e){var t;let n=await((t=this.service)===null||t===void 0?void 0:t.getTopicRating(e));n&&this.store.actions.setTopicsRating({[e]:n})}registerMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.add(e),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.delete(e),this.updateClusteringHelper()}getAccurateNavigationData(e,t,n){return this.service.getAccurateNavigationData(e,t?.number,n?.section,this.getTranslationSettings())}buildBreadcrumb(e){var t;return(t=this.service)===null||t===void 0?void 0:t.buildBreadcrumb(e,this.getTranslationSettings())}fetchTopicContent(e){var t,n;let i=this.getTranslationSettings();return i?(t=this.service)===null||t===void 0?void 0:t.getTranslatedTopicContent(e,i).then(s=>(s.isTranslationError&&this.setTranslationError(!0),s.content)):(n=this.service)===null||n===void 0?void 0:n.getTopicContent(e)}getTocNode(e){return this.service.getTocNode(e,this.getTranslationSettings())}getPage(e){return this.service.getPage(e,this.getTranslationSettings())}onMapAttachmentsUpdate(){var e;(e=this.service)===null||e===void 0||e.clearMapAttachments(),this.store.dispatchEvent(new Event(Oe.mapAttachmentsUpdate))}};var qi=b($());var $i=qi.css`
85
- `;var Ft=class extends CustomEvent{constructor(e,t){super("ft-reader-map-loaded",{detail:{map:e,toc:t}})}},jt=class extends CustomEvent{constructor(e,t){super("ft-reader-visible-topics-change",{detail:{visibleTopics:t}})}},Bt=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},Ht=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},Vt=class extends Event{constructor(){super("ft-reader-map-not-found")}},Kt=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},qt=class extends Event{constructor(){super("ft-reader-map-forbidden")}},$t=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var Gt=class{constructor(e){this.stateManager=e}searchInDocument(e){this.stateManager.setSearchInDocumentQuery(e??"")}};var W=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Ys=r=>e=>+(e??"NaN")>0?+e:r,N=class extends z.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.reloadConfiguration()},this.scrollToTargetDebouncer=new z.Debouncer(5),this.navigationDebouncer=new z.Debouncer(10),this.mapLoadedEventDebouncer=new z.Debouncer(50),this.addStore(m)}render(){return nt.html`
84
+ `}connectedCallback(){super.connectedCallback(),m.addEventListener(le.eventName,this.reloadConfiguration)}disconnectedCallback(){m.addEventListener(le.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(e){var t,n,i,s,a,o,c;super.update(e),e.has("baseUrl")&&(m.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&m.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&m.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&m.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&m.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&m.actions.noCustom(this.noCustom),e.has("editorMode")&&m.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&m.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&m.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(l=>$n.addContext(l)),e.has("openExternalDocumentInNewTab")&&m.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&m.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&m.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(m.actions.defaultLocales((t=this.localesConfiguration)===null||t===void 0?void 0:t.defaultLocales),m.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),m.actions.searchInAllLanguagesAllowed((a=(s=this.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed)!==null&&a!==void 0?a:!1)),e.has("authenticationRequired")&&m.actions.authenticationRequired(this.authenticationRequired),e.has("availableContentLocales")&&m.actions.availableContentLocales((c=(o=this.availableContentLocales)===null||o===void 0?void 0:o.contentLocales)!==null&&c!==void 0?c:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>Yn(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};R.elementDefinitions={};R.styles=Kn;L([(0,B.property)()],R.prototype,"baseUrl",void 0);L([(0,B.property)()],R.prototype,"apiIntegrationIdentifier",void 0);L([(0,B.property)()],R.prototype,"apiIntegrationAppVersion",void 0);L([(0,B.property)()],R.prototype,"uiLocale",void 0);L([(0,ie.jsonProperty)(null)],R.prototype,"availableUiLocales",void 0);L([(0,ie.jsonProperty)(null)],R.prototype,"metadataConfiguration",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"editorMode",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"noCustom",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"openExternalDocumentInNewTab",void 0);L([(0,B.property)({converter:{fromAttribute(r){return r==="false"?!1:r==="true"||(r??!1)}}})],R.prototype,"noCustomComponent",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"withManualResources",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"navigatorOnline",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"forcedOffline",void 0);L([(0,B.property)({type:Object})],R.prototype,"apiProvider",void 0);L([(0,B.property)({type:Boolean})],R.prototype,"authenticationRequired",void 0);L([(0,ie.jsonProperty)([])],R.prototype,"messageContexts",void 0);L([(0,ie.jsonProperty)(void 0)],R.prototype,"session",void 0);L([(0,B.state)()],R.prototype,"localesConfiguration",void 0);L([(0,B.state)()],R.prototype,"availableContentLocales",void 0);var kr=b(J());function us(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;let t,n,i;if(Array.isArray(r)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(!yt(r[n],e[n]))return!1;return!0}if(r instanceof Map&&e instanceof Map){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;for(n of r.entries())if(!yt(n[1],e.get(n[0])))return!1;return!0}if(r instanceof Set&&e instanceof Set){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;return!0}if(r.constructor===RegExp)return r.source===e.source&&r.flags===e.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===e.valueOf();let s=a=>Object.keys(a).filter(o=>a[o]!=null);if(i=s(r),t=i.length,t!==s(e).length)return!1;for(n=t;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=t;n--!==0;){let a=i[n];if(!yt(r[a],e[a]))return!1}return!0}return r!==r&&e!==e||r==null&&e==null}function yt(r,e){try{return us(r,e)}catch{return!1}}function Je(r,e){return!yt(r,e)}function gt(r,e){let t=n=>n[r]===!0;return n=>{if(t(n))return n;let i=e(n);return i[r]=!0,i}}var Zn=b(J(),1);var ur=r=>{let e=r??{};return(t,n)=>{var i;let s={hasChanged:Je,attribute:!1,...e};(0,Zn.property)(s)(t,n);let a=t.constructor;a.reduxProperties=new Map(a.reduxProperties),a.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:o=>o[n],store:e.store})}};var bt=class{constructor(){this.queue=[]}add(e,t=!1){t&&this.clear(e.type),this.queue.push(e)}consume(e){let t=this.queue.find(n=>n.type===e);return t&&(this.queue=this.queue.filter(n=>n!==t)),t}clear(e){typeof e=="string"?this.queue=this.queue.filter(t=>t.type!==e):this.queue=this.queue.filter(t=>!e.test(t.type))}};var De=b(J(),1);var ei=b(J(),1);function ti(r,e){let t=()=>JSON.parse(JSON.stringify(r));return(0,ei.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return t();try{return JSON.parse(n)}catch{return t()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Je,...e??{}})}var St=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,t){return this.callbacks=[e],this.debounce(t)}queue(e,t){return this.callbacks.push(e),this.debounce(t)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((t,n)=>{this.resolvePromise=t,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,t;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,s=(t=this.resolvePromise)!==null&&t!==void 0?t:()=>null;this.clearPromise();for(let a of n)try{await a()}catch(o){i(o);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ni=b($(),1);var At=globalThis,ds=At.ShadowRoot&&(At.ShadyCSS===void 0||At.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,hc=Symbol();var ri=(r,e)=>{if(ds)r.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(let t of e){let n=document.createElement("style"),i=At.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=t.cssText,r.appendChild(n)}};var Et=class extends ni.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,s])=>e.registry.define(i,s)));let t={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(t);return ri(n,e.elementStyles),n}};function ii(r,e,...t){var n;let i=r.querySelector(e);for(let s of t)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var Ke=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},ci,si=Symbol("constructorPrototype"),ai=Symbol("constructorName"),li=Symbol("exportpartsDebouncer"),oi=Symbol("dynamicDependenciesLoaded"),Ve=class r extends CustomEvent{constructor(){super(r.eventName,{bubbles:!0})}};Ve.eventName="exportparts-updated";var ue=class extends Et{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ci]=new St(5),this.scheduleExportpartsUpdate=()=>{var e,t,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(t=this.exportpartsPrefixes)===null||t===void 0?void 0:t.length)!==null&&n!==void 0&&n)&&this[li].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ai]=this.constructor.name,this[si]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ai]&&Object.setPrototypeOf(this,this[si])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let t=this.constructor;t[oi]||(t[oi]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Ve.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Ve.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Ve)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:t,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];t=ii(this.shadowRoot,...s)}t?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||t?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var t,n,i;if(((n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(e){var t,n,i,s,a,o;let c=p=>p!=null&&p.trim().length>0,l=e.filter(c).map(p=>p.trim());if(l.length===0){this.exportparts=void 0;return}let d=new Set;for(let p of(n=(t=this.shadowRoot)===null||t===void 0?void 0:t.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],v=(o=(a=p.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(A=>A.split(":")[1]))!==null&&o!==void 0?o:[],g=[...y,...v].filter(c).map(A=>A.trim());for(let A of g)d.add(A)}if(d.size===0){this.exportparts=void 0;return}let f=[...d.values()].flatMap(p=>l.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...f].join(", ")}};ci=li;Ke([(0,De.property)()],ue.prototype,"exportpartsPrefix",void 0);Ke([ti([])],ue.prototype,"exportpartsPrefixes",void 0);Ke([(0,De.property)({reflect:!0})],ue.prototype,"exportparts",void 0);Ke([(0,De.property)()],ue.prototype,"customStylesheet",void 0);Ke([(0,De.property)()],ue.prototype,"elementToFocus",void 0);Ke([(0,De.state)()],ue.prototype,"useAdoptedStyleSheets",void 0);function Tt(r){var e;return(e=r?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Ze=Symbol("internalReduxEventsUnsubscribers"),ge=Symbol("internalStoresUnsubscribers"),Pe=Symbol("internalStores"),hs=gt(Symbol("withRedux"),function(r){var e,t,n;class i extends r{constructor(){super(...arguments),this[e]=new Map,this[t]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(a){super.willUpdate(a),[...this.reduxConstructor.reduxReactiveProperties].some(o=>a.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[Pe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Pe].values()][0]}getStore(a){return a==null?this.getUnnamedStore():this[Pe].get(a)}addStore(a,o){var c;o=(c=o??a.name)!==null&&c!==void 0?c:"default-store",this.unsubscribeFromStore(o),this[Pe].set(o,a),this.subscribeToStore(o,a),this.updateFromStores()}removeStore(a){let o=typeof a=="string"?a:a.name;this.unsubscribeFromStore(o),this[Pe].delete(o)}setupStores(){this.unsubscribeFromStores(),this[Pe].forEach((a,o)=>this.subscribeToStore(o,a)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((a,o)=>{let c=this.constructor.getPropertyOptions(o);if(!c?.attribute||!this.hasAttribute(typeof c?.attribute=="string"?c.attribute:o)){let l=this.getStore(a.store);l&&(a.store?this[ge].has(a.store):this[ge].size>0)&&(this[o]=a.selector(l.getState(),this))}})}subscribeToStore(a,o){var c;this[ge].set(a,o.subscribe(()=>this.updateFromStores())),this[Ze].set(a,[]),Tt(o)&&o.eventBus&&((c=this.reduxConstructor.reduxEventListeners)===null||c===void 0||c.forEach((l,d)=>{if(typeof this[d]=="function"&&(!l.store||o.name===l.store)){let f=p=>this[d](p);o.addEventListener(l.eventName,f),this[Ze].get(a).push(()=>o.removeEventListener(l.eventName,f))}})),this.onStoreAvailable(a)}unsubscribeFromStores(){this[ge].forEach((a,o)=>this.unsubscribeFromStore(o))}unsubscribeFromStore(a){var o;this[ge].has(a)&&this[ge].get(a)(),this[ge].delete(a),(o=this[Ze].get(a))===null||o===void 0||o.forEach(c=>c()),this[Ze].delete(a)}onStoreAvailable(a){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=ge,t=Pe,n=Ze,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),ui=class extends hs(ue){};function re(r){for(var e=arguments.length,t=Array(e>1?e-1:0),n=1;n<e;n++)t[n-1]=arguments[n];if(0)var i,s;throw Error("[Immer] minified error nr: "+r+(t.length?" "+t.map(function(a){return"'"+a+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function pe(r){return!!r&&!!r[P]}function se(r){var e;return!!r&&(function(t){if(!t||typeof t!="object")return!1;var n=Object.getPrototypeOf(t);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Ss}(r)||Array.isArray(r)||!!r[yi]||!!(!((e=r.constructor)===null||e===void 0)&&e[yi])||br(r)||Sr(r))}function Me(r,e,t){t===void 0&&(t=!1),Ge(r)===0?(t?Object.keys:$e)(r).forEach(function(n){t&&typeof n=="symbol"||e(n,r[n],r)}):r.forEach(function(n,i){return e(i,n,r)})}function Ge(r){var e=r[P];return e?e.i>3?e.i-4:e.i:Array.isArray(r)?1:br(r)?2:Sr(r)?3:0}function qe(r,e){return Ge(r)===2?r.has(e):Object.prototype.hasOwnProperty.call(r,e)}function fs(r,e){return Ge(r)===2?r.get(e):r[e]}function gi(r,e,t){var n=Ge(r);n===2?r.set(e,t):n===3?r.add(t):r[e]=t}function bi(r,e){return r===e?r!==0||1/r==1/e:r!=r&&e!=e}function br(r){return gs&&r instanceof Map}function Sr(r){return bs&&r instanceof Set}function be(r){return r.o||r.t}function Ar(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var e=Ei(r);delete e[P];for(var t=$e(e),n=0;n<t.length;n++){var i=t[n],s=e[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(e[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:r[i]})}return Object.create(Object.getPrototypeOf(r),e)}function Er(r,e){return e===void 0&&(e=!1),Tr(r)||pe(r)||!se(r)||(Ge(r)>1&&(r.set=r.add=r.clear=r.delete=ps),Object.freeze(r),e&&Me(r,function(t,n){return Er(n,!0)},!0)),r}function ps(){re(2)}function Tr(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function de(r){var e=gr[r];return e||re(18,r),e}function vs(r,e){gr[r]||(gr[r]=e)}function vr(){return tt}function dr(r,e){e&&(de("Patches"),r.u=[],r.s=[],r.v=e)}function wt(r){mr(r),r.p.forEach(ms),r.p=null}function mr(r){r===tt&&(tt=r.l)}function di(r){return tt={p:[],l:tt,h:r,m:!0,_:0}}function ms(r){var e=r[P];e.i===0||e.i===1?e.j():e.g=!0}function hr(r,e){e._=e.p.length;var t=e.p[0],n=r!==void 0&&r!==t;return e.h.O||de("ES5").S(e,r,n),n?(t[P].P&&(wt(e),re(4)),se(r)&&(r=xt(e,r),e.l||It(e,r)),e.u&&de("Patches").M(t[P].t,r,e.u,e.s)):r=xt(e,t,[]),wt(e),e.u&&e.v(e.u,e.s),r!==Ai?r:void 0}function xt(r,e,t){if(Tr(e))return e;var n=e[P];if(!n)return Me(e,function(o,c){return hi(r,n,e,o,c,t)},!0),e;if(n.A!==r)return e;if(!n.P)return It(r,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Ar(n.k):n.o,s=i,a=!1;n.i===3&&(s=new Set(i),i.clear(),a=!0),Me(s,function(o,c){return hi(r,n,i,o,c,t,a)}),It(r,i,!1),t&&r.u&&de("Patches").N(n,t,r.u,r.s)}return n.o}function hi(r,e,t,n,i,s,a){if(pe(i)){var o=xt(r,i,s&&e&&e.i!==3&&!qe(e.R,n)?s.concat(n):void 0);if(gi(t,n,o),!pe(o))return;r.m=!1}else a&&t.add(i);if(se(i)&&!Tr(i)){if(!r.h.D&&r._<1)return;xt(r,i),e&&e.A.l||It(r,i)}}function It(r,e,t){t===void 0&&(t=!1),!r.l&&r.h.D&&r.m&&Er(e,t)}function fr(r,e){var t=r[P];return(t?be(t):r)[e]}function fi(r,e){if(e in r)for(var t=Object.getPrototypeOf(r);t;){var n=Object.getOwnPropertyDescriptor(t,e);if(n)return n;t=Object.getPrototypeOf(t)}}function Se(r){r.P||(r.P=!0,r.l&&Se(r.l))}function pr(r){r.o||(r.o=Ar(r.t))}function yr(r,e,t){var n=br(e)?de("MapSet").F(e,t):Sr(e)?de("MapSet").T(e,t):r.O?function(i,s){var a=Array.isArray(i),o={i:a?1:0,A:s?s.A:vr(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},c=o,l=rt;a&&(c=[o],l=et);var d=Proxy.revocable(c,l),f=d.revoke,p=d.proxy;return o.k=p,o.j=f,p}(e,t):de("ES5").J(e,t);return(t?t.A:vr()).p.push(n),n}function ys(r){return pe(r)||re(22,r),function e(t){if(!se(t))return t;var n,i=t[P],s=Ge(t);if(i){if(!i.P&&(i.i<4||!de("ES5").K(i)))return i.t;i.I=!0,n=pi(t,s),i.I=!1}else n=pi(t,s);return Me(n,function(a,o){i&&fs(i.t,a)===o||gi(n,a,e(o))}),s===3?new Set(n):n}(r)}function pi(r,e){switch(e){case 2:return new Map(r);case 3:return Array.from(r)}return Ar(r)}function Si(){function r(a,o){var c=s[a];return c?c.enumerable=o:s[a]=c={configurable:!0,enumerable:o,get:function(){var l=this[P];return rt.get(l,a)},set:function(l){var d=this[P];rt.set(d,a,l)}},c}function e(a){for(var o=a.length-1;o>=0;o--){var c=a[o][P];if(!c.P)switch(c.i){case 5:n(c)&&Se(c);break;case 4:t(c)&&Se(c)}}}function t(a){for(var o=a.t,c=a.k,l=$e(c),d=l.length-1;d>=0;d--){var f=l[d];if(f!==P){var p=o[f];if(p===void 0&&!qe(o,f))return!0;var y=c[f],v=y&&y[P];if(v?v.t!==p:!bi(y,p))return!0}}var g=!!o[P];return l.length!==$e(o).length+(g?0:1)}function n(a){var o=a.k;if(o.length!==a.t.length)return!0;var c=Object.getOwnPropertyDescriptor(o,o.length-1);if(c&&!c.get)return!0;for(var l=0;l<o.length;l++)if(!o.hasOwnProperty(l))return!0;return!1}function i(a){a.g&&re(3,JSON.stringify(be(a)))}var s={};vs("ES5",{J:function(a,o){var c=Array.isArray(a),l=function(f,p){if(f){for(var y=Array(p.length),v=0;v<p.length;v++)Object.defineProperty(y,""+v,r(v,!0));return y}var g=Ei(p);delete g[P];for(var A=$e(g),E=0;E<A.length;E++){var T=A[E];g[T]=r(T,f||!!g[T].enumerable)}return Object.create(Object.getPrototypeOf(p),g)}(c,a),d={i:c?5:4,A:o?o.A:vr(),P:!1,I:!1,R:{},l:o,t:a,k:l,o:null,g:!1,C:!1};return Object.defineProperty(l,P,{value:d,writable:!0}),l},S:function(a,o,c){c?pe(o)&&o[P].A===a&&e(a.p):(a.u&&function l(d){if(d&&typeof d=="object"){var f=d[P];if(f){var p=f.t,y=f.k,v=f.R,g=f.i;if(g===4)Me(y,function(x){x!==P&&(p[x]!==void 0||qe(p,x)?v[x]||l(y[x]):(v[x]=!0,Se(f)))}),Me(p,function(x){y[x]!==void 0||qe(y,x)||(v[x]=!1,Se(f))});else if(g===5){if(n(f)&&(Se(f),v.length=!0),y.length<p.length)for(var A=y.length;A<p.length;A++)v[A]=!1;else for(var E=p.length;E<y.length;E++)v[E]=!0;for(var T=Math.min(y.length,p.length),O=0;O<T;O++)y.hasOwnProperty(O)||(v[O]=!0),v[O]===void 0&&l(y[O])}}}}(a.p[0]),e(a.p))},K:function(a){return a.i===4?t(a):n(a)}})}var vi,tt,wr=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",gs=typeof Map<"u",bs=typeof Set<"u",mi=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ai=wr?Symbol.for("immer-nothing"):((vi={})["immer-nothing"]=!0,vi),yi=wr?Symbol.for("immer-draftable"):"__$immer_draftable",P=wr?Symbol.for("immer-state"):"__$immer_state";var Ss=""+Object.prototype.constructor,$e=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,Ei=Object.getOwnPropertyDescriptors||function(r){var e={};return $e(r).forEach(function(t){e[t]=Object.getOwnPropertyDescriptor(r,t)}),e},gr={},rt={get:function(r,e){if(e===P)return r;var t=be(r);if(!qe(t,e))return function(i,s,a){var o,c=fi(s,a);return c?"value"in c?c.value:(o=c.get)===null||o===void 0?void 0:o.call(i.k):void 0}(r,t,e);var n=t[e];return r.I||!se(n)?n:n===fr(r.t,e)?(pr(r),r.o[e]=yr(r.A.h,n,r)):n},has:function(r,e){return e in be(r)},ownKeys:function(r){return Reflect.ownKeys(be(r))},set:function(r,e,t){var n=fi(be(r),e);if(n?.set)return n.set.call(r.k,t),!0;if(!r.P){var i=fr(be(r),e),s=i?.[P];if(s&&s.t===t)return r.o[e]=t,r.R[e]=!1,!0;if(bi(t,i)&&(t!==void 0||qe(r.t,e)))return!0;pr(r),Se(r)}return r.o[e]===t&&(t!==void 0||e in r.o)||Number.isNaN(t)&&Number.isNaN(r.o[e])||(r.o[e]=t,r.R[e]=!0),!0},deleteProperty:function(r,e){return fr(r.t,e)!==void 0||e in r.t?(r.R[e]=!1,pr(r),Se(r)):delete r.R[e],r.o&&delete r.o[e],!0},getOwnPropertyDescriptor:function(r,e){var t=be(r),n=Reflect.getOwnPropertyDescriptor(t,e);return n&&{writable:!0,configurable:r.i!==1||e!=="length",enumerable:n.enumerable,value:t[e]}},defineProperty:function(){re(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){re(12)}},et={};Me(rt,function(r,e){et[r]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),et.deleteProperty=function(r,e){return et.set.call(this,r,e,void 0)},et.set=function(r,e,t){return rt.set.call(this,r[0],e,t,r[0])};var As=function(){function r(t){var n=this;this.O=mi,this.D=!0,this.produce=function(i,s,a){if(typeof i=="function"&&typeof s!="function"){var o=s;s=i;var c=n;return function(g){var A=this;g===void 0&&(g=o);for(var E=arguments.length,T=Array(E>1?E-1:0),O=1;O<E;O++)T[O-1]=arguments[O];return c.produce(g,function(x){var U;return(U=s).call.apply(U,[A,x].concat(T))})}}var l;if(typeof s!="function"&&re(6),a!==void 0&&typeof a!="function"&&re(7),se(i)){var d=di(n),f=yr(n,i,void 0),p=!0;try{l=s(f),p=!1}finally{p?wt(d):mr(d)}return typeof Promise<"u"&&l instanceof Promise?l.then(function(g){return dr(d,a),hr(g,d)},function(g){throw wt(d),g}):(dr(d,a),hr(l,d))}if(!i||typeof i!="object"){if((l=s(i))===void 0&&(l=i),l===Ai&&(l=void 0),n.D&&Er(l,!0),a){var y=[],v=[];de("Patches").M(i,l,y,v),a(y,v)}return l}re(21,i)},this.produceWithPatches=function(i,s){if(typeof i=="function")return function(l){for(var d=arguments.length,f=Array(d>1?d-1:0),p=1;p<d;p++)f[p-1]=arguments[p];return n.produceWithPatches(l,function(y){return i.apply(void 0,[y].concat(f))})};var a,o,c=n.produce(i,s,function(l,d){a=l,o=d});return typeof Promise<"u"&&c instanceof Promise?c.then(function(l){return[l,a,o]}):[c,a,o]},typeof t?.useProxies=="boolean"&&this.setUseProxies(t.useProxies),typeof t?.autoFreeze=="boolean"&&this.setAutoFreeze(t.autoFreeze)}var e=r.prototype;return e.createDraft=function(t){se(t)||re(8),pe(t)&&(t=ys(t));var n=di(this),i=yr(this,t,void 0);return i[P].C=!0,mr(n),i},e.finishDraft=function(t,n){var i=t&&t[P],s=i.A;return dr(s,n),hr(void 0,s)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!mi&&re(20),this.O=t},e.applyPatches=function(t,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){t=s.value;break}}i>-1&&(n=n.slice(i+1));var a=de("Patches").$;return pe(t)?a(t,n):this.produce(t,function(o){return a(o,n)})},r}(),X=new As,Es=X.produce,Oc=X.produceWithPatches.bind(X),Cc=X.setAutoFreeze.bind(X),_c=X.setUseProxies.bind(X),Rc=X.applyPatches.bind(X),Dc=X.createDraft.bind(X),Pc=X.finishDraft.bind(X),Ot=Es;function ke(r){"@babel/helpers - typeof";return ke=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ke(r)}function Ti(r,e){if(ke(r)!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e||"default");if(ke(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function wi(r){var e=Ti(r,"string");return ke(e)=="symbol"?e:e+""}function xi(r,e,t){return(e=wi(e))in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Ii(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(r,i).enumerable})),t.push.apply(t,n)}return t}function xr(r){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?Ii(Object(t),!0).forEach(function(n){xi(r,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):Ii(Object(t)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(t,n))})}return r}function V(r){return"Minified Redux error #"+r+"; visit https://redux.js.org/Errors?code="+r+" for the full message or use the non-minified dev environment for full errors. "}var Oi=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ir=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ct={INIT:"@@redux/INIT"+Ir(),REPLACE:"@@redux/REPLACE"+Ir(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ir()}};function Ts(r){if(typeof r!="object"||r===null)return!1;for(var e=r;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(r)===e}function Or(r,e,t){var n;if(typeof e=="function"&&typeof t=="function"||typeof t=="function"&&typeof arguments[3]=="function")throw new Error(V(0));if(typeof e=="function"&&typeof t>"u"&&(t=e,e=void 0),typeof t<"u"){if(typeof t!="function")throw new Error(V(1));return t(Or)(r,e)}if(typeof r!="function")throw new Error(V(2));var i=r,s=e,a=[],o=a,c=!1;function l(){o===a&&(o=a.slice())}function d(){if(c)throw new Error(V(3));return s}function f(g){if(typeof g!="function")throw new Error(V(4));if(c)throw new Error(V(5));var A=!0;return l(),o.push(g),function(){if(A){if(c)throw new Error(V(6));A=!1,l();var T=o.indexOf(g);o.splice(T,1),a=null}}}function p(g){if(!Ts(g))throw new Error(V(7));if(typeof g.type>"u")throw new Error(V(8));if(c)throw new Error(V(9));try{c=!0,s=i(s,g)}finally{c=!1}for(var A=a=o,E=0;E<A.length;E++){var T=A[E];T()}return g}function y(g){if(typeof g!="function")throw new Error(V(10));i=g,p({type:Ct.REPLACE})}function v(){var g,A=f;return g={subscribe:function(T){if(typeof T!="object"||T===null)throw new Error(V(11));function O(){T.next&&T.next(d())}O();var x=A(O);return{unsubscribe:x}}},g[Oi]=function(){return this},g}return p({type:Ct.INIT}),n={dispatch:p,subscribe:f,getState:d,replaceReducer:y},n[Oi]=v,n}function ws(r){Object.keys(r).forEach(function(e){var t=r[e],n=t(void 0,{type:Ct.INIT});if(typeof n>"u")throw new Error(V(12));if(typeof t(void 0,{type:Ct.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(V(13))})}function Ci(r){for(var e=Object.keys(r),t={},n=0;n<e.length;n++){var i=e[n];typeof r[i]=="function"&&(t[i]=r[i])}var s=Object.keys(t),a,o;try{ws(t)}catch(c){o=c}return function(l,d){if(l===void 0&&(l={}),o)throw o;if(0)var f;for(var p=!1,y={},v=0;v<s.length;v++){var g=s[v],A=t[g],E=l[g],T=A(E,d);if(typeof T>"u"){var O=d&&d.type;throw new Error(V(14))}y[g]=T,p=p||T!==E}return p=p||s.length!==Object.keys(l).length,p?y:l}}function ze(){for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function _i(){for(var r=arguments.length,e=new Array(r),t=0;t<r;t++)e[t]=arguments[t];return function(n){return function(){var i=n.apply(void 0,arguments),s=function(){throw new Error(V(15))},a={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},o=e.map(function(c){return c(a)});return s=ze.apply(void 0,o)(i.dispatch),xr(xr({},i),{},{dispatch:s})}}}function Ri(r){var e=function(n){var i=n.dispatch,s=n.getState;return function(a){return function(o){return typeof o=="function"?o(i,s,r):a(o)}}};return e}var Di=Ri();Di.withExtraArgument=Ri;var Cr=Di;var Ni=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},r(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),xs=function(r,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,a;return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(l){return function(d){return c([l,d])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,i=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(r,t)}catch(d){l=[6,d],i=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},We=function(r,e){for(var t=0,n=e.length,i=r.length;t<n;t++,i++)r[i]=e[t];return r},Is=Object.defineProperty,Os=Object.defineProperties,Cs=Object.getOwnPropertyDescriptors,Pi=Object.getOwnPropertySymbols,_s=Object.prototype.hasOwnProperty,Rs=Object.prototype.propertyIsEnumerable,Mi=function(r,e,t){return e in r?Is(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t},Ae=function(r,e){for(var t in e||(e={}))_s.call(e,t)&&Mi(r,t,e[t]);if(Pi)for(var n=0,i=Pi(e);n<i.length;n++){var t=i[n];Rs.call(e,t)&&Mi(r,t,e[t])}return r},_r=function(r,e){return Os(r,Cs(e))},Ds=function(r,e,t){return new Promise(function(n,i){var s=function(c){try{o(t.next(c))}catch(l){i(l)}},a=function(c){try{o(t.throw(c))}catch(l){i(l)}},o=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(s,a)};o((t=t.apply(r,e)).next())})};var Ps=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ze:ze.apply(null,arguments)},Xc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function Ms(r){if(typeof r!="object"||r===null)return!1;var e=Object.getPrototypeOf(r);if(e===null)return!0;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return e===t}var ks=function(r){Ni(e,r);function e(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var i=r.apply(this,t)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return r.prototype.concat.apply(this,t)},e.prototype.prepend=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.length===1&&Array.isArray(t[0])?new(e.bind.apply(e,We([void 0],t[0].concat(this)))):new(e.bind.apply(e,We([void 0],t.concat(this))))},e}(Array),Ls=function(r){Ni(e,r);function e(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var i=r.apply(this,t)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return r.prototype.concat.apply(this,t)},e.prototype.prepend=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.length===1&&Array.isArray(t[0])?new(e.bind.apply(e,We([void 0],t[0].concat(this)))):new(e.bind.apply(e,We([void 0],t.concat(this))))},e}(Array);function Pr(r){return se(r)?Ot(r,function(){}):r}function Ns(r){return typeof r=="boolean"}function Us(){return function(e){return Fs(e)}}function Fs(r){r===void 0&&(r={});var e=r.thunk,t=e===void 0?!0:e,n=r.immutableCheck,i=n===void 0?!0:n,s=r.serializableCheck,a=s===void 0?!0:s,o=new ks;if(t&&(Ns(t)?o.push(Cr):o.push(Cr.withExtraArgument(t.extraArgument))),0){if(i)var c;if(a)var l}return o}var Rr=!0;function Ui(r){var e=Us(),t=r||{},n=t.reducer,i=n===void 0?void 0:n,s=t.middleware,a=s===void 0?e():s,o=t.devTools,c=o===void 0?!0:o,l=t.preloadedState,d=l===void 0?void 0:l,f=t.enhancers,p=f===void 0?void 0:f,y;if(typeof i=="function")y=i;else if(Ms(i))y=Ci(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var v=a;if(typeof v=="function"&&(v=v(e),!Rr&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Rr&&v.some(function(x){return typeof x!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=_i.apply(void 0,v),A=ze;c&&(A=Ps(Ae({trace:!Rr},typeof c=="object"&&c)));var E=new Ls(g),T=E;Array.isArray(p)?T=We([g],p):typeof p=="function"&&(T=p(E));var O=A.apply(void 0,T);return Or(y,d,O)}function Ee(r,e){function t(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var s=e.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return Ae(Ae({type:r,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.error})}return{type:r,payload:n[0]}}return t.toString=function(){return""+r},t.type=r,t.match=function(n){return n.type===r},t}function Fi(r){var e={},t=[],n,i={addCase:function(s,a){var o=typeof s=="string"?s:s.type;if(o in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[o]=a,i},addMatcher:function(s,a){return t.push({matcher:s,reducer:a}),i},addDefaultCase:function(s){return n=s,i}};return r(i),[e,t,n]}function js(r){return typeof r=="function"}function Bs(r,e,t,n){t===void 0&&(t=[]);var i=typeof e=="function"?Fi(e):[e,t,n],s=i[0],a=i[1],o=i[2],c;if(js(r))c=function(){return Pr(r())};else{var l=Pr(r);c=function(){return l}}function d(f,p){f===void 0&&(f=c());var y=We([s[p.type]],a.filter(function(v){var g=v.matcher;return g(p)}).map(function(v){var g=v.reducer;return g}));return y.filter(function(v){return!!v}).length===0&&(y=[o]),y.reduce(function(v,g){if(g)if(pe(v)){var A=v,E=g(A,p);return E===void 0?v:E}else{if(se(v))return Ot(v,function(T){return g(T,p)});var E=g(v,p);if(E===void 0){if(v===null)return v;throw Error("A case reducer on a non-draftable value must not return undefined")}return E}return v},f)}return d.getInitialState=c,d}function Hs(r,e){return r+"/"+e}function ji(r){var e=r.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var t=typeof r.initialState=="function"?r.initialState:Pr(r.initialState),n=r.reducers||{},i=Object.keys(n),s={},a={},o={};i.forEach(function(d){var f=n[d],p=Hs(e,d),y,v;"reducer"in f?(y=f.reducer,v=f.prepare):y=f,s[d]=y,a[p]=y,o[d]=v?Ee(p,v):Ee(p)});function c(){var d=typeof r.extraReducers=="function"?Fi(r.extraReducers):[r.extraReducers],f=d[0],p=f===void 0?{}:f,y=d[1],v=y===void 0?[]:y,g=d[2],A=g===void 0?void 0:g,E=Ae(Ae({},p),a);return Bs(t,function(T){for(var O in E)T.addCase(O,E[O]);for(var x=0,U=v;x<U.length;x++){var ne=U[x];T.addMatcher(ne.matcher,ne.reducer)}A&&T.addDefaultCase(A)})}var l;return{name:e,reducer:function(d,f){return l||(l=c()),l(d,f)},actions:o,caseReducers:s,getInitialState:function(){return l||(l=c()),l.getInitialState()}}}var Vs="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Ks=function(r){r===void 0&&(r=21);for(var e="",t=r;t--;)e+=Vs[Math.random()*64|0];return e},qs=["name","message","stack","code"],Dr=function(){function r(e,t){this.payload=e,this.meta=t}return r}(),ki=function(){function r(e,t){this.payload=e,this.meta=t}return r}(),$s=function(r){if(typeof r=="object"&&r!==null){for(var e={},t=0,n=qs;t<n.length;t++){var i=n[t];typeof r[i]=="string"&&(e[i]=r[i])}return e}return{message:String(r)}},el=function(){function r(e,t,n){var i=Ee(e+"/fulfilled",function(d,f,p,y){return{payload:d,meta:_r(Ae({},y||{}),{arg:p,requestId:f,requestStatus:"fulfilled"})}}),s=Ee(e+"/pending",function(d,f,p){return{payload:void 0,meta:_r(Ae({},p||{}),{arg:f,requestId:d,requestStatus:"pending"})}}),a=Ee(e+"/rejected",function(d,f,p,y,v){return{payload:y,error:(n&&n.serializeError||$s)(d||"Rejected"),meta:_r(Ae({},v||{}),{arg:p,requestId:f,rejectedWithValue:!!y,requestStatus:"rejected",aborted:d?.name==="AbortError",condition:d?.name==="ConditionError"})}}),o=!1,c=typeof AbortController<"u"?AbortController:function(){function d(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return d.prototype.abort=function(){},d}();function l(d){return function(f,p,y){var v=n?.idGenerator?n.idGenerator(d):Ks(),g=new c,A,E=!1;function T(x){A=x,g.abort()}var O=function(){return Ds(this,null,function(){var x,U,ne,we,q,xe,Le;return xs(this,function(u){switch(u.label){case 0:return u.trys.push([0,4,,5]),we=(x=n?.condition)==null?void 0:x.call(n,d,{getState:p,extra:y}),zs(we)?[4,we]:[3,2];case 1:we=u.sent(),u.label=2;case 2:if(we===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,q=new Promise(function(h,S){return g.signal.addEventListener("abort",function(){return S({name:"AbortError",message:A||"Aborted"})})}),f(s(v,d,(U=n?.getPendingMeta)==null?void 0:U.call(n,{requestId:v,arg:d},{getState:p,extra:y}))),[4,Promise.race([q,Promise.resolve(t(d,{dispatch:f,getState:p,extra:y,requestId:v,signal:g.signal,abort:T,rejectWithValue:function(h,S){return new Dr(h,S)},fulfillWithValue:function(h,S){return new ki(h,S)}})).then(function(h){if(h instanceof Dr)throw h;return h instanceof ki?i(h.payload,v,d,h.meta):i(h,v,d)})])];case 3:return ne=u.sent(),[3,5];case 4:return xe=u.sent(),ne=xe instanceof Dr?a(null,v,d,xe.payload,xe.meta):a(xe,v,d),[3,5];case 5:return Le=n&&!n.dispatchConditionRejection&&a.match(ne)&&ne.meta.condition,Le||f(ne),[2,ne]}})})}();return Object.assign(O,{abort:T,requestId:v,arg:d,unwrap:function(){return O.then(Gs)}})}}return Object.assign(l,{pending:s,rejected:a,fulfilled:i,typePrefix:e})}return r.withTypes=function(){return r},r}();function Gs(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function zs(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var Bi="listener",Hi="completed",Vi="cancelled",tl="task-"+Vi,rl="task-"+Hi,nl=Bi+"-"+Vi,il=Bi+"-"+Hi;var Mr="listenerMiddleware";var sl=Ee(Mr+"/add"),al=Ee(Mr+"/removeAll"),ol=Ee(Mr+"/remove");var Li,cl=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(Li||(Li=Promise.resolve())).then(r).catch(function(e){return setTimeout(function(){throw e},0)})},Ws=function(r){return function(e){setTimeout(e,r)}},ll=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Ws(10);Si();var Qs=gt(Symbol("withEventBus"),function(r,e){return class extends r{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(t,n,i){this.eventBus.addEventListener(t,n,i)}dispatchEvent(t){return this.eventBus.dispatchEvent(t)}removeEventListener(t,n,i){this.eventBus.removeEventListener(t,n,i)}}}),_t=class extends Qs(Object){};window.ftReduxStores||(window.ftReduxStores={});var Ki=class r extends _t{static get(e){var t;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,s=window.ftReduxStores[n];if(Tt(s))return s;if(i==null)return;let a=ji({...i,reducers:(t=i.reducers)!==null&&t!==void 0?t:{}}),o=Ui({reducer:(c,l)=>l.type==="CLEAR_FT_REDUX_STORE"?a.getInitialState():typeof l.type=="string"&&l.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...l.overwrites}:a.reducer(c,l)});return window.ftReduxStores[i.name]=new r(a,o,i.eventBus)}constructor(e,t,n){super(),this.reduxSlice=e,this.reduxStore=t,this.isFtReduxStore=!0,this.commands=new bt;let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,a,o)=>{let c=a,l=s[c];return l?(...d)=>{let f=l(...d.map(i));return this.reduxStore.dispatch(f),f}:d=>{this.setState({[c]:i(d)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Rt=class{static format(e,t,n,i){return window.moment?window.moment(e).locale(t).format(this.getMomentDateFormat(n,i)):this.getIntlDateTime(e,t,n,i)}static getMomentDateFormat(e,t){return e?t?"lll":"ll":t?"L LT":"L"}static getIntlDateTime(e,t,n,i){let s=typeof e=="string"?new Date(e):e,a=new Intl.DateTimeFormat(t,{dateStyle:n?"medium":"short"}).format(s);if(!i)return a;let o=new Intl.DateTimeFormat(t,{timeStyle:"short"}).format(s);return`${a} ${o}`}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),t=new Date().getTimezoneOffset();return`${t<0?"+":"-"}${e(Math.abs(t)/60)}:${e(Math.abs(t)%60)}`}};var qi=b(C()),Dt=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Ml=(0,qi.applyMixinOnce)(Symbol("withDateFormat"),function(r){class e extends r{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(m)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(o=>o.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?o=>Rt.format(o,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Dt([(0,kr.property)({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Dt([(0,kr.property)({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Dt([ur({store:m.name,selector:t=>{var n,i;return(i=(n=t.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],e.prototype,"metadataDescriptors",void 0),Dt([ur({store:m.name})],e.prototype,"uiLocale",void 0),e});var kt=b(C());var Pt=class extends K{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=m.getState().session;return!!e?.sessionAuthenticated}};var Mt=class extends K{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=m.getState().session;return!!e?.sessionAuthenticated}};var Xs="ft-user-assets",Ys={setAssetCount:(r,e)=>{let{userAssetType:t,count:n}=e.payload.assetCount;r.assetCounts.allAsset[t]=n},clearAssetCount:r=>{Object.values(Q).forEach(e=>{r.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(r,e)=>{let t=e.payload.mapId;r.assetCounts.bookmarkByMap[t]=e.payload.count},clearBookmarkCountByMap:r=>{r.assetCounts.bookmarkByMap={}},addAsset:(r,e)=>{let{assetType:t,mapId:n,asset:i}=e.payload;switch(t){case Q.BOOKMARKS:r.bookmarks?r.bookmarks.push(i):r.bookmarks=[i];break;case Q.SEARCHES:r.savedSearches?r.savedSearches.push(i):r.savedSearches=[i];break}let s=r.assetCounts.allAsset[t];if(s!==void 0&&(r.assetCounts.allAsset[t]=s+1),t===Q.BOOKMARKS&&n!==void 0){let a=r.assetCounts.bookmarkByMap[n];a!==void 0&&(r.assetCounts.bookmarkByMap[n]=a+1)}},removeAsset:(r,e)=>{var t,n;let{assetType:i,mapId:s,assetId:a}=e.payload;switch(i){case Q.BOOKMARKS:r.bookmarks=(t=r.bookmarks)===null||t===void 0?void 0:t.filter(c=>c.id!==a);break;case Q.SEARCHES:r.savedSearches=(n=r.savedSearches)===null||n===void 0?void 0:n.filter(c=>c.id!==a);break}let o=r.assetCounts.allAsset[i];if(o!==void 0&&o>0&&(r.assetCounts.allAsset[i]=o-1),i===Q.BOOKMARKS&&s!==void 0){let c=r.assetCounts.bookmarkByMap[s];c!==void 0&&c>0&&(r.assetCounts.bookmarkByMap[s]=c-1)}}},Y=kt.FtReduxStore.get({name:Xs,reducers:Ys,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Q).map(r=>[r,void 0])),bookmarkByMap:{}},assetLabels:[]}}),Lr=class{constructor(e=new Pt,t=new Mt){this.assetCountsService=e,this.assetLabelsService=t,this.currentSession=m.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new ft,this.savedSearchesService=new vt,m.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:t}=m.getState();(0,kt.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,t?.profile)||(this.currentSession=t,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Y.actions.clearAssetCount(),Y.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Y.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Y.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();Y.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();Y.actions.assetLabels(e)}async loadAssetCount(e){let t=await this.assetCountsService.getUserAssetCount(e);t&&Y.actions.setAssetCount({assetCount:t})}async loadBookmarkByMapId(e){let t=await this.assetCountsService.getUserBookmarkCountByMap(e);t&&Y.actions.setBookmarkCountByMap({count:t.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let t=Object.keys(Y.getState().assetCounts.bookmarkByMap).length!==0;e===Q.BOOKMARKS&&t&&Y.actions.clearBookmarkCountByMap(),Y.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let t=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Y.actions.bookmarks(t)}}},Nr=new Lr;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Nr);(0,$i.customElement)("ft-app-context")(R);var Lt=class extends K{get mapId(){return this._mapId}set mapId(e){e!==this._mapId&&this.clear(),this._mapId=e}constructor(e,t,n){super(!1,t),this.converter=e,this._mapId=n,this.initCache()}async withMapId(e){return this._mapId?e(this._mapId):void 0}initCache(){this.cache.register("configuration",()=>this.api.getReaderConfiguration()),this.cache.register("map",()=>this.withMapId(e=>this.fetchMap(e))),this.cache.register("enrichedToc",()=>this.withMapId(e=>this.fetchPages(e).then(t=>this.converter.convertPaginatedToc(e,t)))),this.cache.register("ratingSummary",()=>{var e,t;return fe((t=(e=m.getState().session)===null||e===void 0?void 0:e.profile.roles)!==null&&t!==void 0?t:[],"RATING_USER")?this.withMapId(i=>this.fetchMapRating(i)):Promise.resolve()})}clear(){this.cache.clearMatching(e=>e!=="configuration")}makeCacheKey(e,t){return e+(t?"-destinationLanguage-"+t?.destinationLanguage:"")}getMap(e){return this.cache.get(this.makeCacheKey("map",e),()=>this.fetchMap(this.mapId,e))}getMapNow(e){return this.cache.getNow(this.makeCacheKey("map",e))}getConfiguration(){return this.cache.get("configuration")}clearConfiguration(){this.cache.clear("configuration")}getEnrichedToc(e){return this.cache.get(this.makeCacheKey("enrichedToc",e),()=>this.fetchPages(this.mapId,e).then(t=>this.converter.convertPaginatedToc(this.mapId,t)))}getEnrichedTocNow(e){return this.cache.getNow(this.makeCacheKey("enrichedToc",e))}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(e){return(await this.getEnrichedToc(e)).toc}async getPagesToc(e){return(await this.getEnrichedToc(e)).pagesToc}async getTranslationError(e){return(await this.getEnrichedToc(e)).translationError}async getTocNode(e,t){return(await this.getEnrichedToc(t)).nodeByTocId[e]}getTocNodeNow(e,t){var n;return(n=this.getEnrichedTocNow(t))===null||n===void 0?void 0:n.nodeByTocId[e]}getTocNodeNowByUrl(e,t){var n,i;let s=this.getMapNow(t);return s?.prettyUrl==e||`${s?.id}/root`===e?(n=this.getEnrichedTocNow(t))===null||n===void 0?void 0:n.toc[0]:(i=this.getEnrichedTocNow(t))===null||i===void 0?void 0:i.nodeByUrl[e]}async getPage(e,t){let n=await this.getEnrichedToc(t);return n.pages[e-1]||n.pages[0]}async getPageByTocId(e,t){let n=await this.getEnrichedToc(t);return n.pageByTocId[e]||n.pages[0]}getTopicInfo(e){return this.cache.get("topic-"+e.tocId,()=>this.fetchTopicMetadata(e))}getTopicContent(e){return this.cache.get("topic-content-"+e.tocId,()=>this.fetchTopicHTMLContent(e))}getTranslatedTopicContent(e,t){return this.cache.get(this.makeCacheKey("translated-topic-content-"+e.tocId,t),()=>this.fetchTranslatedTopicHTMLContent(e,t))}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}clearMapAttachments(){this.cache.clear("map-attachments")}getRelativesForDocument(e,t){return this.cache.get("document-relatives-"+e+"-"+t.join("-"),()=>this.fetchRelativesForDocument(e,t))}getRelativesForTopicInMap(e,t,n){return this.cache.get("topic-relatives-"+[e,t,...n].join("-"),()=>this.fetchRelativesForTopicInMap(e,t,n))}getAttachmentDownloadLink(e){return this.makeAbsolute(`${this.api.endpoints.khub.maps.mapId(this.mapId).attachments.attachmentId(e).content}?download=true&locationValue=reader`)}getLink(e,t,n){let i=this.getNavigationData(e,t,n),s=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),a=new URL(s,this.api.tenantBaseUrl);return i.page!=null&&a.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&a.searchParams.set("tocId",i.tocId),i.section!=null&&a.searchParams.set("section",i.section),a.href}getNavigationData(e,t,n,i){var s,a;e=e||"root";let o=this.getEnrichedTocNow(i),c=o?.pageByTocId[e],l=o?.nodeByTocId[e],d=l?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(s=l?.title)!==null&&s!==void 0?s:"",untranslatedTopicTitle:l?.untranslatedTitle,page:t&&c&&c.number!==t?t:void 0,prettyUrl:d?.replace(/^r\//,""),prettyUrlDuplicated:(a=o?.duplicatedPrettyUrls.has(d??""))!==null&&a!==void 0?a:!1,section:n}}async getAccurateNavigationData(e,t,n,i){return await this.getEnrichedToc(i),this.getNavigationData(e,t,n,i)}getRatingSummary(){return this.cache.get("ratingSummary")}reloadRating(){return this.cache.clear("ratingSummary"),this.getRatingSummary()}getMapRating(){return this.getRatingSummary().then(e=>e?.publication)}getTopicRating(e){return this.getRatingSummary().then(t=>{var n;return t?{type:t.topics.type,rating:(n=t.topics)===null||n===void 0?void 0:n.ratings.find(i=>i.tocId===e)}:void 0})}rateMap(e,t){return this.makeRateMapRequest(e,t).then(()=>this.clearRatingIfNecessary())}unrateMap(){return this.makeUnrateMapRequest().then(()=>this.clearRatingIfNecessary())}sendMapFeedback(e,t){return this.makeMapFeedbackRequest(e,t)}rateTopic(e,t,n){return this.makeRateTopicRequest(e,t,n).then(()=>this.clearRatingIfNecessary())}unrateTopic(e){return this.makeUnrateTopicRequest(e).then(()=>this.clearRatingIfNecessary())}async clearRatingIfNecessary(){let e=m.getState().session;e?.sessionAuthenticated&&this.cache.clear("ratingSummary")}sendTopicFeedback(e,t,n){return this.makeTopicFeedbackRequest(e,t,n)}fontsStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.fonts)}themeStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.theme)}buildBreadcrumb(e,t){let n=this.getTocNodeNow(e,t),i=[{tocId:n.tocId,title:n.title,untranslatedTitle:n.untranslatedTitle}],s=this.getTocNodeNow(n.parentTocId,t);for(;s;)i.unshift({tocId:s.tocId,title:s.title,untranslatedTitle:s.untranslatedTitle}),s=this.getTocNodeNow(s.parentTocId,t);return i}isFeatureAccessible(e,{session:t}){var n;if(!this.isFeatureAvailable(e))return!1;switch(e){case he.FEEDBACK:return fe(t??[],_.FEEDBACK_USER);case he.RATING:return fe(t??[],_.RATING_USER);case he.PRINT:return fe(t??[],_.PRINT_USER);case he.BOOKMARK:return!!t?.sessionAuthenticated;case he.COLLECTIONS:return fe(t??[],_.COLLECTION_USER);case he.PERSONAL_BOOKS:return fe(t??[],_.PERSONAL_BOOK_USER)&&!(!((n=this.getMapNow())===null||n===void 0)&&n.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var Nt=class r extends Lt{static async build(e){return new r(new ct,void 0,e)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(e,t){let n=await this.api.getMap(e,t);return this.fingerprint=n.fingerprint,n}fetchMapRating(e){return this.api.getMapRating(e)}async fetchPages(e,t){return await this.getMap(t),this.api.getPages(e,this.fingerprint,t)}fetchTopicHTMLContent(e){return this.api.getTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint)}fetchTranslatedTopicHTMLContent(e,t){return this.api.getTranslatedTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint,t)}fetchTopicMetadata(e){return this.api.getTopic(this.mapId,e.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(e,t){let n={query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",metadataFilters:[{key:e,valueFilter:{negative:!1,values:t}}],sort:[],facets:[]};return this.api.search(n)}fetchRelativesForTopicInMap(e,t,n){let i={query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",metadataFilters:[{key:t,valueFilter:{negative:!1,values:n}},{key:"ft:publicationId",valueFilter:{negative:!1,values:[e]}}],sort:[],facets:[]};return this.api.search(i)}makeMapFeedbackRequest(e,t){return this.api.sendMapFeedback(this.mapId,e,t)}makeRateMapRequest(e,t){return this.api.rateMap(this.mapId,e,t)}makeRateTopicRequest(e,t,n){return this.api.rateTopic(this.mapId,e,t,n)}makeTopicFeedbackRequest(e,t,n){return this.api.sendTopicFeedback(this.mapId,e,t,n)}makeUnrateMapRequest(){return this.api.unrateMap(this.mapId)}makeUnrateTopicRequest(e){return this.api.unrateTopic(this.mapId,e)}getReaderLinkPrefix(){return"r/"}isFeatureAvailable(e){return!0}};var Ut=class r{static build(e,t){return new r(un(e.trim()||"context"),t??Nt.build)}loaded(){return(0,ae.waitUntil)(()=>this._loaded)}constructor(e,t,n){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new ae.Debouncer(10),this.initService(t)}async initService(e){return this.service=await e(),this.service.mapId=this.store.getState().mapId,this.reload()}async setMapId(e){e!==this.store.getState().mapId&&(this.store.actions.mapId(e),this.service&&(this.service.mapId=e),await this.reload())}setRenderedTopics(e){this.store.actions.renderedTopics(e)}setVisibleTopics(e){this.store.actions.visibleTopics(e)}async awaitService(){return(0,ae.waitFor)(()=>this.service)}async navigateToTopic(e,t,n){await this.loaded();let i=await this.awaitService(),s=await(n!=null?i.getPage(n,this.getTranslationSettings()):i.getPageByTocId(e??"root",this.getTranslationSettings()));this.store.actions.currentPage(s);let a=this.resolveValidNonRootTocId(e,s);this.store.actions.scrollTarget({tocId:a,section:t}),this.store.getState().visibleTopics[0]!==a&&this.store.actions.visibleTopics([])}resolveValidNonRootTocId(e,t){var n,i,s;let a=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:t.rootTocId;return t.topics.includes(a)?a:(s=(i=t.topics[0])!==null&&i!==void 0?i:t.hiddenTopics[0])!==null&&s!==void 0?s:"root"}async navigateToPage(e){await this.loaded();let n=await(await this.awaitService()).getPage(e,this.getTranslationSettings());this.store.actions.currentPage(n)}scrollDone(){this.store.actions.scrollTarget({})}async load(){var e;!((e=this.service)===null||e===void 0)&&e.mapId&&this.store.getState().map==null&&await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}clear(){var e;this._loaded=!1,this.store.actions.configuration(void 0),this.store.actions.map(void 0),this.store.actions.toc(void 0),this.store.actions.pagesToc(void 0),this.store.actions.currentPage(void 0),this.store.actions.searchInDocumentQuery(""),this.store.actions.relatives(void 0),this.store.actions.renderedTopics([]),this.store.actions.visibleTopics([]),this.store.actions.translation({sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}),this.store.actions.mapRating(void 0),(e=this.service)===null||e===void 0||e.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(e){var t,n,i,s,a;try{e&&this.setTranslationLoading(!0);let o=c=>{throw e&&this.setTranslationError(!0),c};await Promise.all([this.loadConfiguration(),(t=this.service)===null||t===void 0?void 0:t.getMap(e).then(c=>this.store.actions.map(c)).catch(o),(n=this.service)===null||n===void 0?void 0:n.getToc(e).then(c=>this.store.actions.toc(c)).catch(o),(i=this.service)===null||i===void 0?void 0:i.getPagesToc(e).then(c=>this.store.actions.pagesToc(c)).catch(o),(s=this.service)===null||s===void 0?void 0:s.getPaginationConfiguration().then(c=>this.store.actions.paginationConfiguration(c)).catch(o),(a=this.service)===null||a===void 0?void 0:a.getTranslationError(e).then(c=>this.setTranslationError(c))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,e&&this.setTranslationLoading(!1)}catch(o){this.errorHandler&&!(o instanceof ae.CanceledPromiseError)&&this.errorHandler(o)}}loadConfiguration(){var e;return(e=this.service)===null||e===void 0?void 0:e.getConfiguration().then(t=>this.store.actions.configuration(t))}reloadConfiguration(){var e;return(e=this.service)===null||e===void 0||e.clearConfiguration(),this.loadConfiguration()}fetchRelatives(){var e,t;let n=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(i=>{var s;return i.key==((s=this.store.getState().configuration)===null||s===void 0?void 0:s.relativePivotMetadata)}).flatMap(i=>i.values);n!==void 0&&n.length>0?(t=this.service)===null||t===void 0||t.getRelativesForDocument(this.store.getState().configuration.relativePivotMetadata,n).then(i=>{let s=i.results.flatMap(a=>a.entries);this.store.actions.relatives(s),this.updateClusteringHelper()}):this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(Oe.clusteringHelperCreated))}createClusteringHelper(){var e,t;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(a=>{var o;return((o=a.map)===null||o===void 0?void 0:o.mapId)==this.store.getState().mapId}),s=(t=(e=m.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&t!==void 0?t:[];return new ae.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,s)}}async navigateToRelativeTopicIfFound(e){var t,n,i;await this.loaded();let s=await(0,ae.waitFor)(()=>{var l;return(l=this.store.getState().configuration)===null||l===void 0?void 0:l.relativeTopicPivotMetadata}),a=this.store.getState().mapId,c=await(await this.awaitService()).getRelativesForTopicInMap(a,s,[e]);if(!((i=(n=(t=c?.results)===null||t===void 0?void 0:t[0])===null||n===void 0?void 0:n.entries)===null||i===void 0)&&i[0]){let l=c.results[0].entries[0].topic.tocId;return await this.navigateToTopic(l),!0}else return await this.navigateToTopic("root"),!1}setSearchInDocumentQuery(e){this.store.actions.searchInDocumentQuery(e)}async setTranslationDestinationLanguage(e){this.store.actions.setTranslationDestinationLanguage(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationSourceLanguage(e){this.store.actions.setTranslationSourceLanguage(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationProfileId(e){this.store.actions.setTranslationProfileId(e)}async setTranslationLoading(e){this.store.actions.setTranslationLoading(e)}async setTranslationError(e){this.store.actions.setTranslationError(e)}getTranslationSettings(){var e;let t=this.store.getState();return t.translation.profileId&&t.translation.destinationLanguage?{profileId:t.translation.profileId,destinationLanguage:t.translation.destinationLanguage.code,sourceLanguage:(e=t.map)===null||e===void 0?void 0:e.lang}:void 0}async fetchMapRating(){var e;this.store.actions.mapRating(await((e=this.service)===null||e===void 0?void 0:e.getMapRating()))}async fetchTopicRating(e){var t;let n=await((t=this.service)===null||t===void 0?void 0:t.getTopicRating(e));n&&this.store.actions.setTopicsRating({[e]:n})}registerMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.add(e),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.delete(e),this.updateClusteringHelper()}getAccurateNavigationData(e,t,n){return this.service.getAccurateNavigationData(e,t?.number,n?.section,this.getTranslationSettings())}buildBreadcrumb(e){var t;return(t=this.service)===null||t===void 0?void 0:t.buildBreadcrumb(e,this.getTranslationSettings())}fetchTopicContent(e){var t,n;let i=this.getTranslationSettings();return i?(t=this.service)===null||t===void 0?void 0:t.getTranslatedTopicContent(e,i).then(s=>(s.isTranslationError&&this.setTranslationError(!0),s.content)):(n=this.service)===null||n===void 0?void 0:n.getTopicContent(e)}getTocNode(e){return this.service.getTocNode(e,this.getTranslationSettings())}getPage(e){return this.service.getPage(e,this.getTranslationSettings())}onMapAttachmentsUpdate(){var e;(e=this.service)===null||e===void 0||e.clearMapAttachments(),this.store.dispatchEvent(new Event(Oe.mapAttachmentsUpdate))}};var Gi=b($());var zi=Gi.css`
85
+ `;var Ft=class extends CustomEvent{constructor(e,t){super("ft-reader-map-loaded",{detail:{map:e,toc:t}})}},jt=class extends CustomEvent{constructor(e,t){super("ft-reader-visible-topics-change",{detail:{visibleTopics:t}})}},Bt=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},Ht=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},Vt=class extends Event{constructor(){super("ft-reader-map-not-found")}},Kt=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},qt=class extends Event{constructor(){super("ft-reader-map-forbidden")}},$t=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var Gt=class{constructor(e){this.stateManager=e}searchInDocument(e){this.stateManager.setSearchInDocumentQuery(e??"")}};var W=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},Js=r=>e=>+(e??"NaN")>0?+e:r,N=class extends z.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.reloadConfiguration()},this.scrollToTargetDebouncer=new z.Debouncer(5),this.navigationDebouncer=new z.Debouncer(10),this.mapLoadedEventDebouncer=new z.Debouncer(50),this.addStore(m)}render(){return nt.html`
86
86
  ${this.importStyleIfNeeded()}
87
87
  <slot @register-ft-reader-component=${this.registerComponent}></slot>
88
88
  `}importStyleIfNeeded(){var e,t;let n=(e=this.stateManager.service)===null||e===void 0?void 0:e.themeStylesheet();return!n||window.location.href.startsWith((t=this.baseUrl)!==null&&t!==void 0?t:"")?nt.nothing:nt.html`
89
89
  <style>
90
90
  @import "${n}"
91
91
  </style>
92
- `}get stateManager(){return this._stateManager==null&&(this._stateManager=Ut.build(this.id||(""+Math.round(Math.random()*999e3)).padStart(6,"0"),this.readerServiceProvider),this._stateManager.errorHandler=e=>this.handleLoadError(e),this.addStore(this.stateManager.store,"reader")),this._stateManager}connectedCallback(){super.connectedCallback(),this.stateManager.setMapId(this.mapId),this.stateManager.awaitService().then(e=>{let t=e.fontsStylesheet();if(t&&!window.location.href.startsWith(this.baseUrl)&&!document.querySelector(`head link[href="${t}"]`)){let n=document.createElement("link");n.setAttribute("rel","stylesheet"),n.setAttribute("href",t),document.head.append(n)}window.FluidTopicsReaderService=new Gt(this.stateManager)}),m.addEventListener(ce.eventName,this.updateConfiguration)}disconnectedCallback(){super.disconnectedCallback(),m.addEventListener(ce.eventName,this.updateConfiguration)}update(e){super.update(e),e.has("readerServiceProvider")&&this.readerServiceProvider&&this.stateManager.initService(this.readerServiceProvider),e.has("mapId")&&this.mapId&&(this.stateManager.setMapId(this.mapId),this.lastNotifiedNotFoundRelative=void 0),e.has("searchInDocumentQuery")&&this.searchInDocumentQuery!=null&&this.stateManager.setSearchInDocumentQuery(this.searchInDocumentQuery),["tocId","section","page","mapId","topicPivot"].some(t=>e.has(t))&&this.mapId&&this.navigateToTarget(),e.has("session")&&this.reload()}contentAvailableCallback(e){var t,n;if(super.contentAvailableCallback(e),(e.has("map")||e.has("toc"))&&this.sendLoadedEventIfLoaded(),e.has("scrollTarget")&&((t=this.scrollTarget)===null||t===void 0?void 0:t.tocId)==null){let i=e.get("scrollTarget");i?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>this.stateManager.getAccurateNavigationData(i.tocId,this.currentPage,i).then(s=>this.dispatchEvent(new Bt(s))))}(e.has("visibleTopics")||e.has("scrollTarget"))&&((n=this.scrollTarget)===null||n===void 0?void 0:n.tocId)==null&&Promise.all(this.visibleTopics.map(i=>this.stateManager.getAccurateNavigationData(i,this.currentPage))).then(i=>{let s=i.filter(a=>a!=null&&a.topicTitle!=="").map(a=>({tocId:a.tocId,title:a.topicTitle,page:a.page,prettyUrl:a.prettyUrl,prettyUrlDuplicated:a.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(a.tocId)}));this.dispatchEvent(new jt(this.map,s))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload()}async navigateToTarget(){await this.stateManager.loaded(),await this.navigationDebouncer.run(async()=>{this.topicPivot!=null?!await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot)&&this.lastNotifiedNotFoundRelative!==this.mapId+this.topicPivot?(this.dispatchEvent(new $t),this.lastNotifiedNotFoundRelative=this.mapId+this.topicPivot):this.lastNotifiedNotFoundRelative=void 0:this.tocId!=null?await this.stateManager.navigateToTopic(this.tocId,this.section,this.page):this.page!=null&&await this.stateManager.navigateToPage(this.page)}),this.tocId&&!this.section&&(this.stateManager.store.commands.clear(/^focus-topic-/),this.stateManager.store.commands.add({type:`focus-topic-${this.tocId}`}))}registerComponent(e){e.stopPropagation();let t=e.composedPath()[0];this.register(t)}register(e){e.setReaderStateManager(this.stateManager)}handleLoadError(e){let t=e;t.status===401?this.dispatchEvent(new Kt):t.status===403?this.dispatchEvent(new qt):t.status===404?this.dispatchEvent(new Vt):this.dispatchEvent(new Ht(e))}reloadBookmarks(){Nr.reloadBookmarks()}async reloadRating(){var e,t;await((e=this.stateManager.service)===null||e===void 0?void 0:e.reloadRating()),(t=this.stateManager.store)===null||t===void 0||t.dispatchEvent(new CustomEvent("rating-changed"))}sendLoadedEventIfLoaded(){this.mapLoadedEventDebouncer.run(()=>{this.map&&this.toc&&this.dispatchEvent(new Ft(this.map,this.toc))})}};N.styles=$i;W([(0,z.redux)({store:m.name})],N.prototype,"baseUrl",void 0);W([(0,z.redux)({store:m.name})],N.prototype,"session",void 0);W([(0,Te.property)()],N.prototype,"mapId",void 0);W([(0,Te.property)()],N.prototype,"tocId",void 0);W([(0,Te.property)()],N.prototype,"section",void 0);W([(0,Te.property)()],N.prototype,"topicPivot",void 0);W([(0,Te.property)()],N.prototype,"searchInDocumentQuery",void 0);W([(0,Te.property)({type:Number,converter:{fromAttribute:Ys()}})],N.prototype,"page",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"map",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"toc",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"visibleTopics",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"currentPage",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"scrollTarget",void 0);W([(0,Te.property)({attribute:!1})],N.prototype,"readerServiceProvider",void 0);(0,Gi.customElement)("ft-reader-context")(N);var oe=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},H=class extends pe{constructor(){super(...arguments),this.renderTopic=()=>zt.html`
92
+ `}get stateManager(){return this._stateManager==null&&(this._stateManager=Ut.build(this.id||(""+Math.round(Math.random()*999e3)).padStart(6,"0"),this.readerServiceProvider),this._stateManager.errorHandler=e=>this.handleLoadError(e),this.addStore(this.stateManager.store,"reader")),this._stateManager}connectedCallback(){super.connectedCallback(),this.stateManager.setMapId(this.mapId),this.stateManager.awaitService().then(e=>{let t=e.fontsStylesheet();if(t&&!window.location.href.startsWith(this.baseUrl)&&!document.querySelector(`head link[href="${t}"]`)){let n=document.createElement("link");n.setAttribute("rel","stylesheet"),n.setAttribute("href",t),document.head.append(n)}window.FluidTopicsReaderService=new Gt(this.stateManager)}),m.addEventListener(le.eventName,this.updateConfiguration)}disconnectedCallback(){super.disconnectedCallback(),m.addEventListener(le.eventName,this.updateConfiguration)}update(e){super.update(e),e.has("readerServiceProvider")&&this.readerServiceProvider&&this.stateManager.initService(this.readerServiceProvider),e.has("mapId")&&this.mapId&&(this.stateManager.setMapId(this.mapId),this.lastNotifiedNotFoundRelative=void 0),e.has("searchInDocumentQuery")&&this.searchInDocumentQuery!=null&&this.stateManager.setSearchInDocumentQuery(this.searchInDocumentQuery),["tocId","section","page","mapId","topicPivot"].some(t=>e.has(t))&&this.mapId&&this.navigateToTarget(),e.has("session")&&this.reload()}contentAvailableCallback(e){var t,n;if(super.contentAvailableCallback(e),(e.has("map")||e.has("toc"))&&this.sendLoadedEventIfLoaded(),e.has("scrollTarget")&&((t=this.scrollTarget)===null||t===void 0?void 0:t.tocId)==null){let i=e.get("scrollTarget");i?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>this.stateManager.getAccurateNavigationData(i.tocId,this.currentPage,i).then(s=>this.dispatchEvent(new Bt(s))))}(e.has("visibleTopics")||e.has("scrollTarget"))&&((n=this.scrollTarget)===null||n===void 0?void 0:n.tocId)==null&&Promise.all(this.visibleTopics.map(i=>this.stateManager.getAccurateNavigationData(i,this.currentPage))).then(i=>{let s=i.filter(a=>a!=null&&a.topicTitle!=="").map(a=>({tocId:a.tocId,title:a.topicTitle,page:a.page,prettyUrl:a.prettyUrl,prettyUrlDuplicated:a.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(a.tocId)}));this.dispatchEvent(new jt(this.map,s))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload()}async navigateToTarget(){await this.stateManager.loaded(),await this.navigationDebouncer.run(async()=>{this.topicPivot!=null?!await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot)&&this.lastNotifiedNotFoundRelative!==this.mapId+this.topicPivot?(this.dispatchEvent(new $t),this.lastNotifiedNotFoundRelative=this.mapId+this.topicPivot):this.lastNotifiedNotFoundRelative=void 0:this.tocId!=null?await this.stateManager.navigateToTopic(this.tocId,this.section,this.page):this.page!=null&&await this.stateManager.navigateToPage(this.page)}),this.tocId&&!this.section&&(this.stateManager.store.commands.clear(/^focus-topic-/),this.stateManager.store.commands.add({type:`focus-topic-${this.tocId}`}))}registerComponent(e){e.stopPropagation();let t=e.composedPath()[0];this.register(t)}register(e){e.setReaderStateManager(this.stateManager)}handleLoadError(e){let t=e;t.status===401?this.dispatchEvent(new Kt):t.status===403?this.dispatchEvent(new qt):t.status===404?this.dispatchEvent(new Vt):this.dispatchEvent(new Ht(e))}reloadBookmarks(){Nr.reloadBookmarks()}async reloadRating(){var e,t;await((e=this.stateManager.service)===null||e===void 0?void 0:e.reloadRating()),(t=this.stateManager.store)===null||t===void 0||t.dispatchEvent(new CustomEvent("rating-changed"))}sendLoadedEventIfLoaded(){this.mapLoadedEventDebouncer.run(()=>{this.map&&this.toc&&this.dispatchEvent(new Ft(this.map,this.toc))})}};N.styles=zi;W([(0,z.redux)({store:m.name})],N.prototype,"baseUrl",void 0);W([(0,z.redux)({store:m.name})],N.prototype,"session",void 0);W([(0,Te.property)()],N.prototype,"mapId",void 0);W([(0,Te.property)()],N.prototype,"tocId",void 0);W([(0,Te.property)()],N.prototype,"section",void 0);W([(0,Te.property)()],N.prototype,"topicPivot",void 0);W([(0,Te.property)()],N.prototype,"searchInDocumentQuery",void 0);W([(0,Te.property)({type:Number,converter:{fromAttribute:Js()}})],N.prototype,"page",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"map",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"toc",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"visibleTopics",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"currentPage",void 0);W([(0,z.redux)({store:"reader"})],N.prototype,"scrollTarget",void 0);W([(0,Te.property)({attribute:!1})],N.prototype,"readerServiceProvider",void 0);(0,Wi.customElement)("ft-reader-context")(N);var ce=function(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(a=r[o])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},H=class extends ve{constructor(){super(...arguments),this.renderTopic=()=>zt.html`
93
93
  <ft-reader-topic-title></ft-reader-topic-title>
94
94
  <ft-reader-topic-content></ft-reader-topic-content>
95
- `,this.disableContextInteractions=!1,this.headingLevelsShift=0,this.renderBeforeFirst=5,this.renderAfterLast=10,this.renderItem=(e,t)=>this.renderTopicInContext(e,t),this.getItemKey=e=>this.mapId+e,this.renderedTopicsDebouncer=new ae.Debouncer(50),this.visibleTopicsDebouncer=new ae.Debouncer(50)}render(){var e,t,n;let i=((e=this.currentPage)===null||e===void 0?void 0:e.topics)||[];return zt.html`
95
+ `,this.disableContextInteractions=!1,this.headingLevelsShift=0,this.renderBeforeFirst=5,this.renderAfterLast=10,this.renderItem=(e,t)=>this.renderTopicInContext(e,t),this.getItemKey=e=>this.mapId+e,this.renderedTopicsDebouncer=new oe.Debouncer(50),this.visibleTopicsDebouncer=new oe.Debouncer(50)}render(){var e,t,n;let i=((e=this.currentPage)===null||e===void 0?void 0:e.topics)||[];return zt.html`
96
96
  <ft-infinite-scroll class="ft-reader-content"
97
97
  .items=${i}
98
98
  .renderItem=${this.renderItem}
@@ -107,7 +107,7 @@
107
107
  @scrolled-to-target=${this.onScrollDone}>
108
108
  </ft-infinite-scroll>
109
109
  <ft-reader-watermark part="watermark"
110
- watermark=${this.watermark}
110
+ .watermark=${this.watermark}
111
111
  .exportpartsPrefixes=${["watermark"]}
112
112
  height="${(n=this.container)===null||n===void 0?void 0:n.scrollable.clientHeight}px"></ft-reader-watermark>
113
113
  `}renderTopicInContext(e,t){return zt.html`
@@ -116,7 +116,7 @@
116
116
  headingLevelsShift="${this.headingLevelsShift}">
117
117
  ${this.renderTopic(e,t)}
118
118
  </ft-reader-topic-context>
119
- `}getScrollTarget(){var e,t,n;if(this.disableContextInteractions)return null;let i=(e=this.container)===null||e===void 0?void 0:e.isRendered((t=this.scrollTarget)===null||t===void 0?void 0:t.tocId);return!((n=this.scrollTarget)===null||n===void 0)&&n.tocId&&(!i||this.scrollTarget.section==null)?this.scrollTarget.tocId:null}renderedTopicChange(e){this.disableContextInteractions||this.renderedTopicsDebouncer.run(()=>{var t;return(t=this.stateManager)===null||t===void 0?void 0:t.setRenderedTopics(e.detail.items)})}visibleTopicChange(e){var t;this.disableContextInteractions||this.visibleTopicsDebouncer.run(()=>{var n;return(n=this.stateManager)===null||n===void 0?void 0:n.setVisibleTopics(e.detail.items)}),(t=this.stateManager)===null||t===void 0||t.store.dispatchEvent(new Event(Oe.visibleTopicChange))}onScrollDone(){var e,t;!this.disableContextInteractions&&!(!((e=this.scrollTarget)===null||e===void 0)&&e.section)&&((t=this.stateManager)===null||t===void 0||t.scrollDone())}};H.elementDefinitions={"ft-infinite-scroll":L,"ft-reader-watermark":ve};H.styles=Jr;oe([(0,Qe.property)()],H.prototype,"renderTopic",void 0);oe([(0,Qe.property)({type:Boolean})],H.prototype,"disableContextInteractions",void 0);oe([(0,Qe.property)({type:Number})],H.prototype,"headingLevelsShift",void 0);oe([(0,ae.redux)()],H.prototype,"currentPage",void 0);oe([(0,ae.redux)()],H.prototype,"scrollTarget",void 0);oe([(0,ae.redux)()],H.prototype,"visibleTopics",void 0);oe([(0,ae.redux)({selector:r=>{var e,t;return(t=(e=r.configuration)===null||e===void 0?void 0:e.loadBeforeFirstVisibleTopic)!==null&&t!==void 0?t:5}})],H.prototype,"renderBeforeFirst",void 0);oe([(0,ae.redux)({selector:r=>{var e,t;return(t=(e=r.configuration)===null||e===void 0?void 0:e.loadAfterLastVisibleTopic)!==null&&t!==void 0?t:5}})],H.prototype,"renderAfterLast",void 0);oe([(0,ae.redux)()],H.prototype,"mapId",void 0);oe([(0,Qe.query)(".ft-reader-content")],H.prototype,"container",void 0);oe([(0,ae.redux)({selector:r=>{var e;return(e=r.map)===null||e===void 0?void 0:e.watermark}})],H.prototype,"watermark",void 0);(0,zi.customElement)("ft-reader-content")(H);})();
119
+ `}getScrollTarget(){var e,t,n;if(this.disableContextInteractions)return null;let i=(e=this.container)===null||e===void 0?void 0:e.isRendered((t=this.scrollTarget)===null||t===void 0?void 0:t.tocId);return!((n=this.scrollTarget)===null||n===void 0)&&n.tocId&&(!i||this.scrollTarget.section==null)?this.scrollTarget.tocId:null}renderedTopicChange(e){this.disableContextInteractions||this.renderedTopicsDebouncer.run(()=>{var t;return(t=this.stateManager)===null||t===void 0?void 0:t.setRenderedTopics(e.detail.items)})}visibleTopicChange(e){var t;this.disableContextInteractions||this.visibleTopicsDebouncer.run(()=>{var n;return(n=this.stateManager)===null||n===void 0?void 0:n.setVisibleTopics(e.detail.items)}),(t=this.stateManager)===null||t===void 0||t.store.dispatchEvent(new Event(Oe.visibleTopicChange))}onScrollDone(){var e,t;!this.disableContextInteractions&&!(!((e=this.scrollTarget)===null||e===void 0)&&e.section)&&((t=this.stateManager)===null||t===void 0||t.scrollDone())}};H.elementDefinitions={"ft-infinite-scroll":k,"ft-reader-watermark":ee};H.styles=Zr;ce([(0,Qe.property)()],H.prototype,"renderTopic",void 0);ce([(0,Qe.property)({type:Boolean})],H.prototype,"disableContextInteractions",void 0);ce([(0,Qe.property)({type:Number})],H.prototype,"headingLevelsShift",void 0);ce([(0,oe.redux)()],H.prototype,"currentPage",void 0);ce([(0,oe.redux)()],H.prototype,"scrollTarget",void 0);ce([(0,oe.redux)()],H.prototype,"visibleTopics",void 0);ce([(0,oe.redux)({selector:r=>{var e,t;return(t=(e=r.configuration)===null||e===void 0?void 0:e.loadBeforeFirstVisibleTopic)!==null&&t!==void 0?t:5}})],H.prototype,"renderBeforeFirst",void 0);ce([(0,oe.redux)({selector:r=>{var e,t;return(t=(e=r.configuration)===null||e===void 0?void 0:e.loadAfterLastVisibleTopic)!==null&&t!==void 0?t:5}})],H.prototype,"renderAfterLast",void 0);ce([(0,oe.redux)()],H.prototype,"mapId",void 0);ce([(0,Qe.query)(".ft-reader-content")],H.prototype,"container",void 0);ce([(0,oe.redux)({selector:r=>{var e;return(e=r.map)===null||e===void 0?void 0:e.watermark}})],H.prototype,"watermark",void 0);(0,Ur.customElement)("ft-reader-content")(H);(0,Ur.customElement)("ft-reader-watermark")(ee);})();
120
120
  /*! Bundled license information:
121
121
 
122
122
  @lit/reactive-element/css-tag.js: