@fluid-topics/ft-reader-topic-title 1.3.0 → 1.3.2

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,15 +1,15 @@
1
- "use strict";(()=>{var ra=Object.create;var Hr=Object.defineProperty;var na=Object.getOwnPropertyDescriptor;var ia=Object.getOwnPropertyNames;var aa=Object.getPrototypeOf,sa=Object.prototype.hasOwnProperty;var rt=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var oa=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of ia(e))!sa.call(r,i)&&i!==t&&Hr(r,i,{get:()=>e[i],enumerable:!(n=na(e,i))||n.enumerable});return r};var S=(r,e,t)=>(t=r!=null?ra(aa(r)):{},oa(e||!r||!r.__esModule?Hr(t,"default",{value:r,enumerable:!0}):t,r));var P=rt((hs,Vr)=>{Vr.exports=ftGlobals.wcUtils});var Z=rt((ps,Kr)=>{Kr.exports=ftGlobals.lit});var ee=rt((ms,zr)=>{zr.exports=ftGlobals.litDecorators});var Sn=rt((le,bn)=>{var ft=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,ht=function(){function r(){this.fetch=!1,this.DOMException=ft.DOMException}return r.prototype=ft,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 a(l){return l&&DataView.prototype.isPrototypeOf(l)}if(i.arrayBuffer)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],o=ArrayBuffer.isView||function(l){return l&&s.indexOf(Object.prototype.toString.call(l))>-1};function c(l){if(typeof l!="string"&&(l=String(l)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(l)||l==="")throw new TypeError('Invalid character in header field name: "'+l+'"');return l.toLowerCase()}function u(l){return typeof l!="string"&&(l=String(l)),l}function d(l){var h={next:function(){var b=l.shift();return{done:b===void 0,value:b}}};return i.iterable&&(h[Symbol.iterator]=function(){return h}),h}function f(l){this.map={},l instanceof f?l.forEach(function(h,b){this.append(b,h)},this):Array.isArray(l)?l.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):l&&Object.getOwnPropertyNames(l).forEach(function(h){this.append(h,l[h])},this)}f.prototype.append=function(l,h){l=c(l),h=u(h);var b=this.map[l];this.map[l]=b?b+", "+h:h},f.prototype.delete=function(l){delete this.map[c(l)]},f.prototype.get=function(l){return l=c(l),this.has(l)?this.map[l]:null},f.prototype.has=function(l){return this.map.hasOwnProperty(c(l))},f.prototype.set=function(l,h){this.map[c(l)]=u(h)},f.prototype.forEach=function(l,h){for(var b in this.map)this.map.hasOwnProperty(b)&&l.call(h,this.map[b],b,this)},f.prototype.keys=function(){var l=[];return this.forEach(function(h,b){l.push(b)}),d(l)},f.prototype.values=function(){var l=[];return this.forEach(function(h){l.push(h)}),d(l)},f.prototype.entries=function(){var l=[];return this.forEach(function(h,b){l.push([b,h])}),d(l)},i.iterable&&(f.prototype[Symbol.iterator]=f.prototype.entries);function p(l){if(!l._noBody){if(l.bodyUsed)return Promise.reject(new TypeError("Already read"));l.bodyUsed=!0}}function m(l){return new Promise(function(h,b){l.onload=function(){h(l.result)},l.onerror=function(){b(l.error)}})}function v(l){var h=new FileReader,b=m(h);return h.readAsArrayBuffer(l),b}function y(l){var h=new FileReader,b=m(h),x=/charset=([A-Za-z0-9_-]+)/.exec(l.type),I=x?x[1]:"utf-8";return h.readAsText(l,I),b}function w(l){for(var h=new Uint8Array(l),b=new Array(h.length),x=0;x<h.length;x++)b[x]=String.fromCharCode(h[x]);return b.join("")}function E(l){if(l.slice)return l.slice(0);var h=new Uint8Array(l.byteLength);return h.set(new Uint8Array(l)),h.buffer}function A(){return this.bodyUsed=!1,this._initBody=function(l){this.bodyUsed=this.bodyUsed,this._bodyInit=l,l?typeof l=="string"?this._bodyText=l:i.blob&&Blob.prototype.isPrototypeOf(l)?this._bodyBlob=l:i.formData&&FormData.prototype.isPrototypeOf(l)?this._bodyFormData=l:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(l)?this._bodyText=l.toString():i.arrayBuffer&&i.blob&&a(l)?(this._bodyArrayBuffer=E(l.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(l)||o(l))?this._bodyArrayBuffer=E(l):this._bodyText=l=Object.prototype.toString.call(l):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof l=="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(l)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var l=p(this);if(l)return l;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 l=p(this);return l||(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 l=p(this);if(l)return l;if(this._bodyBlob)return y(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(w(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(G)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function _(l){var h=l.toUpperCase();return O.indexOf(h)>-1?h:l}function L(l,h){if(!(this instanceof L))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');h=h||{};var b=h.body;if(l instanceof L){if(l.bodyUsed)throw new TypeError("Already read");this.url=l.url,this.credentials=l.credentials,h.headers||(this.headers=new f(l.headers)),this.method=l.method,this.mode=l.mode,this.signal=l.signal,!b&&l._bodyInit!=null&&(b=l._bodyInit,l.bodyUsed=!0)}else this.url=String(l);if(this.credentials=h.credentials||this.credentials||"same-origin",(h.headers||!this.headers)&&(this.headers=new f(h.headers)),this.method=_(h.method||this.method||"GET"),this.mode=h.mode||this.mode||null,this.signal=h.signal||this.signal||function(){if("AbortController"in n){var T=new AbortController;return T.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&b)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(b),(this.method==="GET"||this.method==="HEAD")&&(h.cache==="no-store"||h.cache==="no-cache")){var x=/([?&])_=[^&]*/;if(x.test(this.url))this.url=this.url.replace(x,"$1_="+new Date().getTime());else{var I=/\?/;this.url+=(I.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}L.prototype.clone=function(){return new L(this,{body:this._bodyInit})};function G(l){var h=new FormData;return l.trim().split("&").forEach(function(b){if(b){var x=b.split("="),I=x.shift().replace(/\+/g," "),T=x.join("=").replace(/\+/g," ");h.append(decodeURIComponent(I),decodeURIComponent(T))}}),h}function ge(l){var h=new f,b=l.replace(/\r?\n[\t ]+/g," ");return b.split("\r").map(function(x){return x.indexOf(`
2
- `)===0?x.substr(1,x.length):x}).forEach(function(x){var I=x.split(":"),T=I.shift().trim();if(T){var tt=I.join(":").trim();try{h.append(T,tt)}catch(Wt){console.warn("Response "+Wt.message)}}}),h}A.call(L.prototype);function j(l,h){if(!(this instanceof j))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(l)}A.call(j.prototype),j.prototype.clone=function(){return new j(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},j.error=function(){var l=new j(null,{status:200,statusText:""});return l.ok=!1,l.status=0,l.type="error",l};var be=[301,302,303,307,308];j.redirect=function(l,h){if(be.indexOf(h)===-1)throw new RangeError("Invalid status code");return new j(null,{status:h,headers:{location:l}})},t.DOMException=n.DOMException;try{new t.DOMException}catch{t.DOMException=function(h,b){this.message=h,this.name=b;var x=Error(h);this.stack=x.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function Pe(l,h){return new Promise(function(b,x){var I=new L(l,h);if(I.signal&&I.signal.aborted)return x(new t.DOMException("Aborted","AbortError"));var T=new XMLHttpRequest;function tt(){T.abort()}T.onload=function(){var k={statusText:T.statusText,headers:ge(T.getAllResponseHeaders()||"")};I.url.indexOf("file://")===0&&(T.status<200||T.status>599)?k.status=200:k.status=T.status,k.url="responseURL"in T?T.responseURL:k.headers.get("X-Request-URL");var Se="response"in T?T.response:T.responseText;setTimeout(function(){b(new j(Se,k))},0)},T.onerror=function(){setTimeout(function(){x(new TypeError("Network request failed"))},0)},T.ontimeout=function(){setTimeout(function(){x(new TypeError("Network request timed out"))},0)},T.onabort=function(){setTimeout(function(){x(new t.DOMException("Aborted","AbortError"))},0)};function Wt(k){try{return k===""&&n.location.href?n.location.href:k}catch{return k}}if(T.open(I.method,Wt(I.url),!0),I.credentials==="include"?T.withCredentials=!0:I.credentials==="omit"&&(T.withCredentials=!1),"responseType"in T&&(i.blob?T.responseType="blob":i.arrayBuffer&&(T.responseType="arraybuffer")),h&&typeof h.headers=="object"&&!(h.headers instanceof f||n.Headers&&h.headers instanceof n.Headers)){var Br=[];Object.getOwnPropertyNames(h.headers).forEach(function(k){Br.push(c(k)),T.setRequestHeader(k,u(h.headers[k]))}),I.headers.forEach(function(k,Se){Br.indexOf(Se)===-1&&T.setRequestHeader(Se,k)})}else I.headers.forEach(function(k,Se){T.setRequestHeader(Se,k)});I.signal&&(I.signal.addEventListener("abort",tt),T.onreadystatechange=function(){T.readyState===4&&I.signal.removeEventListener("abort",tt)}),T.send(typeof I._bodyInit>"u"?null:I._bodyInit)})}return Pe.polyfill=!0,n.fetch||(n.fetch=Pe,n.Headers=f,n.Request=L,n.Response=j),t.Headers=f,t.Request=L,t.Response=j,t.fetch=Pe,t}({})})(ht);ht.fetch.ponyfill=!0;delete ht.fetch.polyfill;var Me=ft.fetch?ft:ht;le=Me.fetch;le.default=Me.fetch;le.fetch=Me.fetch;le.Headers=Me.Headers;le.Request=Me.Request;le.Response=Me.Response;bn.exports=le});var ta=S(P());var qt=S(Z());var qr=S(Z()),nt=S(P()),ua={fontFamily:nt.FtCssVariableFactory.external(nt.designSystemVariables.titleFont,"Design system")},Wr=qr.css`
1
+ "use strict";(()=>{var na=Object.create;var Hr=Object.defineProperty;var ia=Object.getOwnPropertyDescriptor;var aa=Object.getOwnPropertyNames;var sa=Object.getPrototypeOf,oa=Object.prototype.hasOwnProperty;var nt=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var ua=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of aa(e))!oa.call(r,i)&&i!==t&&Hr(r,i,{get:()=>e[i],enumerable:!(n=ia(e,i))||n.enumerable});return r};var S=(r,e,t)=>(t=r!=null?na(sa(r)):{},ua(e||!r||!r.__esModule?Hr(t,"default",{value:r,enumerable:!0}):t,r));var P=nt((ps,Vr)=>{Vr.exports=ftGlobals.wcUtils});var Z=nt((vs,Kr)=>{Kr.exports=ftGlobals.lit});var ee=nt((ys,zr)=>{zr.exports=ftGlobals.litDecorators});var Sn=nt((le,bn)=>{var ht=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,pt=function(){function r(){this.fetch=!1,this.DOMException=ht.DOMException}return r.prototype=ht,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 a(l){return l&&DataView.prototype.isPrototypeOf(l)}if(i.arrayBuffer)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],o=ArrayBuffer.isView||function(l){return l&&s.indexOf(Object.prototype.toString.call(l))>-1};function c(l){if(typeof l!="string"&&(l=String(l)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(l)||l==="")throw new TypeError('Invalid character in header field name: "'+l+'"');return l.toLowerCase()}function u(l){return typeof l!="string"&&(l=String(l)),l}function d(l){var h={next:function(){var b=l.shift();return{done:b===void 0,value:b}}};return i.iterable&&(h[Symbol.iterator]=function(){return h}),h}function f(l){this.map={},l instanceof f?l.forEach(function(h,b){this.append(b,h)},this):Array.isArray(l)?l.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):l&&Object.getOwnPropertyNames(l).forEach(function(h){this.append(h,l[h])},this)}f.prototype.append=function(l,h){l=c(l),h=u(h);var b=this.map[l];this.map[l]=b?b+", "+h:h},f.prototype.delete=function(l){delete this.map[c(l)]},f.prototype.get=function(l){return l=c(l),this.has(l)?this.map[l]:null},f.prototype.has=function(l){return this.map.hasOwnProperty(c(l))},f.prototype.set=function(l,h){this.map[c(l)]=u(h)},f.prototype.forEach=function(l,h){for(var b in this.map)this.map.hasOwnProperty(b)&&l.call(h,this.map[b],b,this)},f.prototype.keys=function(){var l=[];return this.forEach(function(h,b){l.push(b)}),d(l)},f.prototype.values=function(){var l=[];return this.forEach(function(h){l.push(h)}),d(l)},f.prototype.entries=function(){var l=[];return this.forEach(function(h,b){l.push([b,h])}),d(l)},i.iterable&&(f.prototype[Symbol.iterator]=f.prototype.entries);function p(l){if(!l._noBody){if(l.bodyUsed)return Promise.reject(new TypeError("Already read"));l.bodyUsed=!0}}function m(l){return new Promise(function(h,b){l.onload=function(){h(l.result)},l.onerror=function(){b(l.error)}})}function v(l){var h=new FileReader,b=m(h);return h.readAsArrayBuffer(l),b}function y(l){var h=new FileReader,b=m(h),x=/charset=([A-Za-z0-9_-]+)/.exec(l.type),I=x?x[1]:"utf-8";return h.readAsText(l,I),b}function w(l){for(var h=new Uint8Array(l),b=new Array(h.length),x=0;x<h.length;x++)b[x]=String.fromCharCode(h[x]);return b.join("")}function E(l){if(l.slice)return l.slice(0);var h=new Uint8Array(l.byteLength);return h.set(new Uint8Array(l)),h.buffer}function A(){return this.bodyUsed=!1,this._initBody=function(l){this.bodyUsed=this.bodyUsed,this._bodyInit=l,l?typeof l=="string"?this._bodyText=l:i.blob&&Blob.prototype.isPrototypeOf(l)?this._bodyBlob=l:i.formData&&FormData.prototype.isPrototypeOf(l)?this._bodyFormData=l:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(l)?this._bodyText=l.toString():i.arrayBuffer&&i.blob&&a(l)?(this._bodyArrayBuffer=E(l.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(l)||o(l))?this._bodyArrayBuffer=E(l):this._bodyText=l=Object.prototype.toString.call(l):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof l=="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(l)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var l=p(this);if(l)return l;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 l=p(this);return l||(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 l=p(this);if(l)return l;if(this._bodyBlob)return y(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(w(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(G)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function _(l){var h=l.toUpperCase();return O.indexOf(h)>-1?h:l}function L(l,h){if(!(this instanceof L))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');h=h||{};var b=h.body;if(l instanceof L){if(l.bodyUsed)throw new TypeError("Already read");this.url=l.url,this.credentials=l.credentials,h.headers||(this.headers=new f(l.headers)),this.method=l.method,this.mode=l.mode,this.signal=l.signal,!b&&l._bodyInit!=null&&(b=l._bodyInit,l.bodyUsed=!0)}else this.url=String(l);if(this.credentials=h.credentials||this.credentials||"same-origin",(h.headers||!this.headers)&&(this.headers=new f(h.headers)),this.method=_(h.method||this.method||"GET"),this.mode=h.mode||this.mode||null,this.signal=h.signal||this.signal||function(){if("AbortController"in n){var T=new AbortController;return T.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&b)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(b),(this.method==="GET"||this.method==="HEAD")&&(h.cache==="no-store"||h.cache==="no-cache")){var x=/([?&])_=[^&]*/;if(x.test(this.url))this.url=this.url.replace(x,"$1_="+new Date().getTime());else{var I=/\?/;this.url+=(I.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}L.prototype.clone=function(){return new L(this,{body:this._bodyInit})};function G(l){var h=new FormData;return l.trim().split("&").forEach(function(b){if(b){var x=b.split("="),I=x.shift().replace(/\+/g," "),T=x.join("=").replace(/\+/g," ");h.append(decodeURIComponent(I),decodeURIComponent(T))}}),h}function ge(l){var h=new f,b=l.replace(/\r?\n[\t ]+/g," ");return b.split("\r").map(function(x){return x.indexOf(`
2
+ `)===0?x.substr(1,x.length):x}).forEach(function(x){var I=x.split(":"),T=I.shift().trim();if(T){var rt=I.join(":").trim();try{h.append(T,rt)}catch(zt){console.warn("Response "+zt.message)}}}),h}A.call(L.prototype);function j(l,h){if(!(this instanceof j))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(l)}A.call(j.prototype),j.prototype.clone=function(){return new j(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},j.error=function(){var l=new j(null,{status:200,statusText:""});return l.ok=!1,l.status=0,l.type="error",l};var be=[301,302,303,307,308];j.redirect=function(l,h){if(be.indexOf(h)===-1)throw new RangeError("Invalid status code");return new j(null,{status:h,headers:{location:l}})},t.DOMException=n.DOMException;try{new t.DOMException}catch{t.DOMException=function(h,b){this.message=h,this.name=b;var x=Error(h);this.stack=x.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function De(l,h){return new Promise(function(b,x){var I=new L(l,h);if(I.signal&&I.signal.aborted)return x(new t.DOMException("Aborted","AbortError"));var T=new XMLHttpRequest;function rt(){T.abort()}T.onload=function(){var k={statusText:T.statusText,headers:ge(T.getAllResponseHeaders()||"")};I.url.indexOf("file://")===0&&(T.status<200||T.status>599)?k.status=200:k.status=T.status,k.url="responseURL"in T?T.responseURL:k.headers.get("X-Request-URL");var Se="response"in T?T.response:T.responseText;setTimeout(function(){b(new j(Se,k))},0)},T.onerror=function(){setTimeout(function(){x(new TypeError("Network request failed"))},0)},T.ontimeout=function(){setTimeout(function(){x(new TypeError("Network request timed out"))},0)},T.onabort=function(){setTimeout(function(){x(new t.DOMException("Aborted","AbortError"))},0)};function zt(k){try{return k===""&&n.location.href?n.location.href:k}catch{return k}}if(T.open(I.method,zt(I.url),!0),I.credentials==="include"?T.withCredentials=!0:I.credentials==="omit"&&(T.withCredentials=!1),"responseType"in T&&(i.blob?T.responseType="blob":i.arrayBuffer&&(T.responseType="arraybuffer")),h&&typeof h.headers=="object"&&!(h.headers instanceof f||n.Headers&&h.headers instanceof n.Headers)){var Br=[];Object.getOwnPropertyNames(h.headers).forEach(function(k){Br.push(c(k)),T.setRequestHeader(k,u(h.headers[k]))}),I.headers.forEach(function(k,Se){Br.indexOf(Se)===-1&&T.setRequestHeader(Se,k)})}else I.headers.forEach(function(k,Se){T.setRequestHeader(Se,k)});I.signal&&(I.signal.addEventListener("abort",rt),T.onreadystatechange=function(){T.readyState===4&&I.signal.removeEventListener("abort",rt)}),T.send(typeof I._bodyInit>"u"?null:I._bodyInit)})}return De.polyfill=!0,n.fetch||(n.fetch=De,n.Headers=f,n.Request=L,n.Response=j),t.Headers=f,t.Request=L,t.Response=j,t.fetch=De,t}({})})(pt);pt.fetch.ponyfill=!0;delete pt.fetch.polyfill;var Le=ht.fetch?ht:pt;le=Le.fetch;le.default=Le.fetch;le.fetch=Le.fetch;le.Headers=Le.Headers;le.Request=Le.Request;le.Response=Le.Response;bn.exports=le});var ra=S(P());var Wt=S(Z());var qr=S(Z()),it=S(P()),ca={fontFamily:it.FtCssVariableFactory.external(it.designSystemVariables.titleFont,"Design system")},Wr=qr.css`
3
3
  .title {
4
- font-family: ${ua.fontFamily};
4
+ font-family: ${ca.fontFamily};
5
5
  }
6
6
 
7
7
  ft-skeleton {
8
8
  width: 150px;
9
9
  }
10
- `;var at=S(ee());var Gr=S(P()),Qr=S(ee());var Ee;(function(r){r.clusteringHelperCreated="clustering-helper-created",r.mapAttachmentsUpdate="map-attachments-update",r.visibleTopicChange="visible-topic-change"})(Ee||(Ee={}));var ie;(function(r){r.FEEDBACK="FEEDBACK",r.RATING="RATING",r.PRINT="PRINT",r.BOOKMARK="BOOKMARK",r.COLLECTIONS="COLLECTIONS",r.PERSONAL_BOOKS="PERSONAL_BOOKS"})(ie||(ie={}));var ca=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},Gt=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},zt=Symbol("registerInterval");function la(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[zt]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[zt]):this.dispatchEvent(new Gt)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=zt,ca([(0,Qr.state)()],t.prototype,"stateManager",void 0),t}var it=class extends la(Gr.FtLitElementRedux){};var Qt=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},Xt=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},Yt=Symbol("registerInterval");function da(r){var e;class t extends r{constructor(){super(...arguments),this.disableContextInteractions=!1,this.headingLevelsShift=0,this[e]=0}connectedCallback(){super.connectedCallback(),this[Yt]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[Yt]):this.dispatchEvent(new Xt)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return e=Yt,Qt([(0,at.state)()],t.prototype,"tocNode",void 0),Qt([(0,at.state)()],t.prototype,"disableContextInteractions",void 0),Qt([(0,at.state)()],t.prototype,"headingLevelsShift",void 0),t}var st=class extends da(it){};var z=S(P());var ir=globalThis,ot=ir.trustedTypes,Yr=ot?ot.createPolicy("lit-html",{createHTML:r=>r}):void 0,rn="$lit$",ue=`lit$${Math.random().toFixed(9).slice(2)}$`,nn="?"+ue,fa=`<${nn}>`,we=document,ut=()=>we.createComment(""),He=r=>r===null||typeof r!="object"&&typeof r!="function",ar=Array.isArray,ha=r=>ar(r)||typeof r?.[Symbol.iterator]=="function",Jt=`[
11
- \f\r]`,Be=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Xr=/-->/g,Jr=/>/g,Ae=RegExp(`>|${Jt}(?:([^\\s"'>=/]+)(${Jt}*=${Jt}*(?:[^
12
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Zr=/'/g,en=/"/g,an=/^(?:script|style|textarea|title)$/i,sr=r=>(e,...t)=>({_$litType$:r,strings:e,values:t}),sn=sr(1),on=sr(2),un=sr(3),Ve=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),tn=new WeakMap,Te=we.createTreeWalker(we,129);function cn(r,e){if(!ar(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return Yr!==void 0?Yr.createHTML(e):e}var pa=(r,e)=>{let t=r.length-1,n=[],i,a=e===2?"<svg>":e===3?"<math>":"",s=Be;for(let o=0;o<t;o++){let c=r[o],u,d,f=-1,p=0;for(;p<c.length&&(s.lastIndex=p,d=s.exec(c),d!==null);)p=s.lastIndex,s===Be?d[1]==="!--"?s=Xr:d[1]!==void 0?s=Jr:d[2]!==void 0?(an.test(d[2])&&(i=RegExp("</"+d[2],"g")),s=Ae):d[3]!==void 0&&(s=Ae):s===Ae?d[0]===">"?(s=i??Be,f=-1):d[1]===void 0?f=-2:(f=s.lastIndex-d[2].length,u=d[1],s=d[3]===void 0?Ae:d[3]==='"'?en:Zr):s===en||s===Zr?s=Ae:s===Xr||s===Jr?s=Be:(s=Ae,i=void 0);let m=s===Ae&&r[o+1].startsWith("/>")?" ":"";a+=s===Be?c+fa:f>=0?(n.push(u),c.slice(0,f)+rn+c.slice(f)+ue+m):c+ue+(f===-2?o:m)}return[cn(r,a+(r[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},Ke=class r{constructor({strings:e,_$litType$:t},n){let i;this.parts=[];let a=0,s=0,o=e.length-1,c=this.parts,[u,d]=pa(e,t);if(this.el=r.createElement(u,n),Te.currentNode=this.el.content,t===2||t===3){let f=this.el.content.firstChild;f.replaceWith(...f.childNodes)}for(;(i=Te.nextNode())!==null&&c.length<o;){if(i.nodeType===1){if(i.hasAttributes())for(let f of i.getAttributeNames())if(f.endsWith(rn)){let p=d[s++],m=i.getAttribute(f).split(ue),v=/([.?@])?(.*)/.exec(p);c.push({type:1,index:a,name:v[2],strings:m,ctor:v[1]==="."?er:v[1]==="?"?tr:v[1]==="@"?rr:Ne}),i.removeAttribute(f)}else f.startsWith(ue)&&(c.push({type:6,index:a}),i.removeAttribute(f));if(an.test(i.tagName)){let f=i.textContent.split(ue),p=f.length-1;if(p>0){i.textContent=ot?ot.emptyScript:"";for(let m=0;m<p;m++)i.append(f[m],ut()),Te.nextNode(),c.push({type:2,index:++a});i.append(f[p],ut())}}}else if(i.nodeType===8)if(i.data===nn)c.push({type:2,index:a});else{let f=-1;for(;(f=i.data.indexOf(ue,f+1))!==-1;)c.push({type:7,index:a}),f+=ue.length-1}a++}}static createElement(e,t){let n=we.createElement("template");return n.innerHTML=e,n}};function De(r,e,t=r,n){if(e===Ve)return e;let i=n!==void 0?t._$Co?.[n]:t._$Cl,a=He(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(r),i._$AT(r,t,n)),n!==void 0?(t._$Co??=[])[n]=i:t._$Cl=i),i!==void 0&&(e=De(r,i._$AS(r,e.values),i,n)),e}var Zt=class{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:t},parts:n}=this._$AD,i=(e?.creationScope??we).importNode(t,!0);Te.currentNode=i;let a=Te.nextNode(),s=0,o=0,c=n[0];for(;c!==void 0;){if(s===c.index){let u;c.type===2?u=new ct(a,a.nextSibling,this,e):c.type===1?u=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(u=new nr(a,this,e)),this._$AV.push(u),c=n[++o]}s!==c?.index&&(a=Te.nextNode(),s++)}return Te.currentNode=we,i}p(e){let t=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,t),t+=n.strings.length-2):n._$AI(e[t])),t++}},ct=class r{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,n,i){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,t=this._$AM;return t!==void 0&&e?.nodeType===11&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=De(this,e,t),He(e)?e===M||e==null||e===""?(this._$AH!==M&&this._$AR(),this._$AH=M):e!==this._$AH&&e!==Ve&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):ha(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==M&&He(this._$AH)?this._$AA.nextSibling.data=e:this.T(we.createTextNode(e)),this._$AH=e}$(e){let{values:t,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=Ke.createElement(cn(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(t);else{let a=new Zt(i,this),s=a.u(this.options);a.p(t),this.T(s),this._$AH=a}}_$AC(e){let t=tn.get(e.strings);return t===void 0&&tn.set(e.strings,t=new Ke(e)),t}k(e){ar(this._$AH)||(this._$AH=[],this._$AR());let t=this._$AH,n,i=0;for(let a of e)i===t.length?t.push(n=new r(this.O(ut()),this.O(ut()),this,this.options)):n=t[i],n._$AI(a),i++;i<t.length&&(this._$AR(n&&n._$AB.nextSibling,i),t.length=i)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Ne=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,n,i,a){this.type=1,this._$AH=M,this._$AN=void 0,this.element=e,this.name=t,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=M}_$AI(e,t=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=De(this,e,t,0),s=!He(e)||e!==this._$AH&&e!==Ve,s&&(this._$AH=e);else{let o=e,c,u;for(e=a[0],c=0;c<a.length-1;c++)u=De(this,o[n+c],t,c),u===Ve&&(u=this._$AH[c]),s||=!He(u)||u!==this._$AH[c],u===M?e=M:e!==M&&(e+=(u??"")+a[c+1]),this._$AH[c]=u}s&&!i&&this.j(e)}j(e){e===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},er=class extends Ne{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===M?void 0:e}},tr=class extends Ne{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==M)}},rr=class extends Ne{constructor(e,t,n,i,a){super(e,t,n,i,a),this.type=5}_$AI(e,t=this){if((e=De(this,e,t,0)??M)===Ve)return;let n=this._$AH,i=e===M&&n!==M||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==M&&(n===M||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},nr=class{constructor(e,t,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){De(this,e)}};var va=ir.litHtmlPolyfillSupport;va?.(Ke,ct),(ir.litHtmlVersions??=[]).push("3.3.0");var dn=Symbol.for(""),ma=r=>{if(r?.r===dn)return r?._$litStatic$},or=r=>({_$litStatic$:r,r:dn});var ln=new Map,ur=r=>(e,...t)=>{let n=t.length,i,a,s=[],o=[],c,u=0,d=!1;for(;u<n;){for(c=e[u];u<n&&(a=t[u],(i=ma(a))!==void 0);)c+=i+e[++u],d=!0;u!==n&&o.push(a),s.push(c),u++}if(u===n&&s.push(e[n]),d){let f=s.join("$$lit$$");(e=ln.get(f))===void 0&&(s.raw=s,ln.set(f,e=s)),t=o}return r(e,...t)},lt=ur(sn),ws=ur(on),_s=ur(un);var ea=S(ee());var mn=S(P());var pn=S(Z()),vn=S(P());var fn=S(Z()),Q=S(P()),$={display:Q.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:Q.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:Q.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:Q.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:Q.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:Q.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:Q.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:Q.FtCssVariableFactory.external(Q.designSystemVariables.borderRadiusM,"Design system")},hn=fn.css`
10
+ `;var st=S(ee());var Gr=S(P()),Qr=S(ee());var Ee;(function(r){r.clusteringHelperCreated="clustering-helper-created",r.mapAttachmentsUpdate="map-attachments-update",r.visibleTopicChange="visible-topic-change"})(Ee||(Ee={}));var ie;(function(r){r.FEEDBACK="FEEDBACK",r.RATING="RATING",r.PRINT="PRINT",r.BOOKMARK="BOOKMARK",r.COLLECTIONS="COLLECTIONS",r.PERSONAL_BOOKS="PERSONAL_BOOKS"})(ie||(ie={}));var la=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},Qt=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},Gt=Symbol("registerInterval");function da(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[Gt]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Gt]):this.dispatchEvent(new Qt)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Gt,la([(0,Qr.state)()],t.prototype,"stateManager",void 0),t}var at=class extends da(Gr.FtLitElementRedux){};var Yt=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},Jt=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},Xt=Symbol("registerInterval");function fa(r){var e;class t extends r{constructor(){super(...arguments),this.disableContextInteractions=!1,this.headingLevelsShift=0,this[e]=0}connectedCallback(){super.connectedCallback(),this[Xt]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[Xt]):this.dispatchEvent(new Jt)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return e=Xt,Yt([(0,st.state)()],t.prototype,"tocNode",void 0),Yt([(0,st.state)()],t.prototype,"disableContextInteractions",void 0),Yt([(0,st.state)()],t.prototype,"headingLevelsShift",void 0),t}var ot=class extends fa(at){};var z=S(P());var ar=globalThis,ut=ar.trustedTypes,Yr=ut?ut.createPolicy("lit-html",{createHTML:r=>r}):void 0,rn="$lit$",ue=`lit$${Math.random().toFixed(9).slice(2)}$`,nn="?"+ue,ha=`<${nn}>`,we=document,ct=()=>we.createComment(""),Ve=r=>r===null||typeof r!="object"&&typeof r!="function",sr=Array.isArray,pa=r=>sr(r)||typeof r?.[Symbol.iterator]=="function",Zt=`[
11
+ \f\r]`,He=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Xr=/-->/g,Jr=/>/g,Ae=RegExp(`>|${Zt}(?:([^\\s"'>=/]+)(${Zt}*=${Zt}*(?:[^
12
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Zr=/'/g,en=/"/g,an=/^(?:script|style|textarea|title)$/i,or=r=>(e,...t)=>({_$litType$:r,strings:e,values:t}),sn=or(1),on=or(2),un=or(3),Ke=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),tn=new WeakMap,Te=we.createTreeWalker(we,129);function cn(r,e){if(!sr(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return Yr!==void 0?Yr.createHTML(e):e}var va=(r,e)=>{let t=r.length-1,n=[],i,a=e===2?"<svg>":e===3?"<math>":"",s=He;for(let o=0;o<t;o++){let c=r[o],u,d,f=-1,p=0;for(;p<c.length&&(s.lastIndex=p,d=s.exec(c),d!==null);)p=s.lastIndex,s===He?d[1]==="!--"?s=Xr:d[1]!==void 0?s=Jr:d[2]!==void 0?(an.test(d[2])&&(i=RegExp("</"+d[2],"g")),s=Ae):d[3]!==void 0&&(s=Ae):s===Ae?d[0]===">"?(s=i??He,f=-1):d[1]===void 0?f=-2:(f=s.lastIndex-d[2].length,u=d[1],s=d[3]===void 0?Ae:d[3]==='"'?en:Zr):s===en||s===Zr?s=Ae:s===Xr||s===Jr?s=He:(s=Ae,i=void 0);let m=s===Ae&&r[o+1].startsWith("/>")?" ":"";a+=s===He?c+ha:f>=0?(n.push(u),c.slice(0,f)+rn+c.slice(f)+ue+m):c+ue+(f===-2?o:m)}return[cn(r,a+(r[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},qe=class r{constructor({strings:e,_$litType$:t},n){let i;this.parts=[];let a=0,s=0,o=e.length-1,c=this.parts,[u,d]=va(e,t);if(this.el=r.createElement(u,n),Te.currentNode=this.el.content,t===2||t===3){let f=this.el.content.firstChild;f.replaceWith(...f.childNodes)}for(;(i=Te.nextNode())!==null&&c.length<o;){if(i.nodeType===1){if(i.hasAttributes())for(let f of i.getAttributeNames())if(f.endsWith(rn)){let p=d[s++],m=i.getAttribute(f).split(ue),v=/([.?@])?(.*)/.exec(p);c.push({type:1,index:a,name:v[2],strings:m,ctor:v[1]==="."?tr:v[1]==="?"?rr:v[1]==="@"?nr:Me}),i.removeAttribute(f)}else f.startsWith(ue)&&(c.push({type:6,index:a}),i.removeAttribute(f));if(an.test(i.tagName)){let f=i.textContent.split(ue),p=f.length-1;if(p>0){i.textContent=ut?ut.emptyScript:"";for(let m=0;m<p;m++)i.append(f[m],ct()),Te.nextNode(),c.push({type:2,index:++a});i.append(f[p],ct())}}}else if(i.nodeType===8)if(i.data===nn)c.push({type:2,index:a});else{let f=-1;for(;(f=i.data.indexOf(ue,f+1))!==-1;)c.push({type:7,index:a}),f+=ue.length-1}a++}}static createElement(e,t){let n=we.createElement("template");return n.innerHTML=e,n}};function Ne(r,e,t=r,n){if(e===Ke)return e;let i=n!==void 0?t._$Co?.[n]:t._$Cl,a=Ve(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(r),i._$AT(r,t,n)),n!==void 0?(t._$Co??=[])[n]=i:t._$Cl=i),i!==void 0&&(e=Ne(r,i._$AS(r,e.values),i,n)),e}var er=class{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:t},parts:n}=this._$AD,i=(e?.creationScope??we).importNode(t,!0);Te.currentNode=i;let a=Te.nextNode(),s=0,o=0,c=n[0];for(;c!==void 0;){if(s===c.index){let u;c.type===2?u=new lt(a,a.nextSibling,this,e):c.type===1?u=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(u=new ir(a,this,e)),this._$AV.push(u),c=n[++o]}s!==c?.index&&(a=Te.nextNode(),s++)}return Te.currentNode=we,i}p(e){let t=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,t),t+=n.strings.length-2):n._$AI(e[t])),t++}},lt=class r{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,n,i){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,t=this._$AM;return t!==void 0&&e?.nodeType===11&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=Ne(this,e,t),Ve(e)?e===M||e==null||e===""?(this._$AH!==M&&this._$AR(),this._$AH=M):e!==this._$AH&&e!==Ke&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):pa(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==M&&Ve(this._$AH)?this._$AA.nextSibling.data=e:this.T(we.createTextNode(e)),this._$AH=e}$(e){let{values:t,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=qe.createElement(cn(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(t);else{let a=new er(i,this),s=a.u(this.options);a.p(t),this.T(s),this._$AH=a}}_$AC(e){let t=tn.get(e.strings);return t===void 0&&tn.set(e.strings,t=new qe(e)),t}k(e){sr(this._$AH)||(this._$AH=[],this._$AR());let t=this._$AH,n,i=0;for(let a of e)i===t.length?t.push(n=new r(this.O(ct()),this.O(ct()),this,this.options)):n=t[i],n._$AI(a),i++;i<t.length&&(this._$AR(n&&n._$AB.nextSibling,i),t.length=i)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Me=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,n,i,a){this.type=1,this._$AH=M,this._$AN=void 0,this.element=e,this.name=t,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=M}_$AI(e,t=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=Ne(this,e,t,0),s=!Ve(e)||e!==this._$AH&&e!==Ke,s&&(this._$AH=e);else{let o=e,c,u;for(e=a[0],c=0;c<a.length-1;c++)u=Ne(this,o[n+c],t,c),u===Ke&&(u=this._$AH[c]),s||=!Ve(u)||u!==this._$AH[c],u===M?e=M:e!==M&&(e+=(u??"")+a[c+1]),this._$AH[c]=u}s&&!i&&this.j(e)}j(e){e===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},tr=class extends Me{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===M?void 0:e}},rr=class extends Me{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==M)}},nr=class extends Me{constructor(e,t,n,i,a){super(e,t,n,i,a),this.type=5}_$AI(e,t=this){if((e=Ne(this,e,t,0)??M)===Ke)return;let n=this._$AH,i=e===M&&n!==M||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==M&&(n===M||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},ir=class{constructor(e,t,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Ne(this,e)}};var ma=ar.litHtmlPolyfillSupport;ma?.(qe,lt),(ar.litHtmlVersions??=[]).push("3.3.0");var dn=Symbol.for(""),ya=r=>{if(r?.r===dn)return r?._$litStatic$},ur=r=>({_$litStatic$:r,r:dn});var ln=new Map,cr=r=>(e,...t)=>{let n=t.length,i,a,s=[],o=[],c,u=0,d=!1;for(;u<n;){for(c=e[u];u<n&&(a=t[u],(i=ya(a))!==void 0);)c+=i+e[++u],d=!0;u!==n&&o.push(a),s.push(c),u++}if(u===n&&s.push(e[n]),d){let f=s.join("$$lit$$");(e=ln.get(f))===void 0&&(s.raw=s,ln.set(f,e=s)),t=o}return r(e,...t)},dt=cr(sn),_s=cr(on),xs=cr(un);var ta=S(ee());var mn=S(P());var pn=S(Z()),vn=S(P());var fn=S(Z()),Q=S(P()),$={display:Q.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:Q.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:Q.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:Q.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:Q.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:Q.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:Q.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:Q.FtCssVariableFactory.external(Q.designSystemVariables.borderRadiusM,"Design system")},hn=fn.css`
13
13
  :host {
14
14
  width: ${$.width};
15
15
  height: ${$.height};
@@ -37,34 +37,34 @@
37
37
  }
38
38
  }
39
39
  `;var ce=class extends vn.FtLitElement{render(){return pn.html`
40
- `}};ce.elementDefinitions={};ce.styles=hn;(0,mn.customElement)("ft-skeleton")(ce);var Zi=S(P());var et=S(Z()),ye=S(ee()),H=S(P());var J=S(P());var yn=S(P()),ya={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]}},gn=r=>yn.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:ya});var cr=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 a;return i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,t,n):[{tocId:i.tocId,title:(a=i.title)!==null&&a!==void 0?a:"",untranslatedTitle:i.untranslatedTitle,depth:t,children:this.extractPagesToc(i.children,t+1,i.tocId)}]})}convertNodes(e,t,n){return e.flatMap(i=>{var a,s,o;if(i.tocId==null)return[...this.convertSectionNodes((a=i.pageToc)!==null&&a!==void 0?a:[],t,i.tocId),...this.convertNodes(i.children,t,i.tocId)];let c=(s=i.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),u={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(u);let d=this.convertSectionNodes((o=i.pageToc)!==null&&o!==void 0?o:[],t+1,i.tocId),f=this.convertNodes(i.children,t+1,u.tocId);return u.children=[...d,...f],[u]})}convertSectionNodes(e,t,n){return e.flatMap(i=>{var a;let s=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),o={...i,prettyUrl:s,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,a,s,o,c;let u={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:((a=e.pageToc)!==null&&a!==void 0?a:[]).map(p=>this.nodeByTocId[p.tocId]),topics:[],hiddenTopics:[],breadcrumb:t?this.buildBreadcrumb(this.nodeByTocId[t]):[]},d=(p,m)=>(m?u.topics:u.hiddenTopics).push(p),f=(o=(s=e.pageConfiguration)===null||s===void 0?void 0:s.parentsVisibility)!==null&&o!==void 0?o:[];return u.breadcrumb.forEach((p,m)=>{d(p,f[m])}),e.tocId&&d(e.tocId,e.pageConfiguration.isVisible),u.topics.push(...this.tocIds((c=e.pageToc)!==null&&c!==void 0?c:[])),u}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}},dt=class{convertPaginatedToc(e,t){return new cr(e,t).build()}};var ba=S(Sn(),1);var En;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(En||(En={}));var An;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(An||(An={}));var Tn;(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.MAP_ATTACHMENT="MAP_ATTACHMENT",r.RESOURCE="RESOURCE"})(Tn||(Tn={}));var wn;(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.MAP_ATTACHMENT="MAP_ATTACHMENT",r.RESOURCE="RESOURCE"})(wn||(wn={}));var _n;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(_n||(_n={}));var xn;(function(r){r.VALUE="VALUE",r.DATE="DATE",r.RANGE="RANGE"})(xn||(xn={}));var On;(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.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.GEN_AI__COMPLETED_QUERY="GEN_AI__COMPLETED_QUERY",r.GEN_AI__RATE="GEN_AI__RATE",r.GENAI_CASE_DEFLECTION__START="GENAI_CASE_DEFLECTION__START",r.GENAI_CASE_DEFLECTION__OPEN_TICKET="GENAI_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"})(On||(On={}));var Rn;(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"})(Rn||(Rn={}));var Cn;(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"})(Cn||(Cn={}));var In;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(In||(In={}));var Pn;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(Pn||(Pn={}));var Dn;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(Dn||(Dn={}));var Nn;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(Nn||(Nn={}));var Mn;(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"})(Mn||(Mn={}));var Ln;(function(r){r.ASC="ASC",r.DESC="DESC"})(Ln||(Ln={}));var kn;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(kn||(kn={}));var Un;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(Un||(Un={}));var Fn;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Fn||(Fn={}));var jn;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(jn||(jn={}));var $n;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})($n||($n={}));var Bn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(Bn||(Bn={}));var Hn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(Hn||(Hn={}));var Vn;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Vn||(Vn={}));var R;(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.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN"})(R||(R={}));var Kn;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(Kn||(Kn={}));var qn;(function(r){r.JSON="JSON",r.TEXT="TEXT"})(qn||(qn={}));var Wn;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(Wn||(Wn={}));var ga={[R.PERSONAL_BOOK_SHARE_USER]:[R.PERSONAL_BOOK_USER],[R.HTML_EXPORT_USER]:[R.PERSONAL_BOOK_USER],[R.PDF_EXPORT_USER]:[R.PERSONAL_BOOK_USER],[R.KHUB_ADMIN]:[R.CONTENT_PUBLISHER],[R.ADMIN]:[R.KHUB_ADMIN,R.USERS_ADMIN,R.PORTAL_ADMIN],[R.GENERATIVE_AI_EXPORT_USER]:[R.GENERATIVE_AI_USER]};function zn(r,e){return r===e||(ga[r]??[]).some(t=>zn(t,e))}function ae(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=>zn(n,e))}var Yi=S(P());var Jn=S(Z()),B=S(ee()),Y=S(P());var Gn=S(Z());var Qn=Gn.css`
41
- `;var pt=S(P()),Sa="ft-app-info",lr=class extends CustomEvent{constructor(e){super("authentication-change",{detail:e})}},Ea={session:(r,e)=>{(0,pt.deepEqual)(r.session,e.payload)||(r.session=e.payload,setTimeout(()=>g.dispatchEvent(new lr(e.payload)),0))}},g=pt.FtReduxStore.get({name:Sa,reducers:Ea,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],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}});var re=S(P());var dr=S(P());var _e=class r{static get(e){let{baseUrl:t,apiIntegrationIdentifier:n}=g.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=g.subscribe(()=>{n=r.get(e),n&&(i(),t(n))})}})}};var qe=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 te=class extends qe{constructor(e=!0,t){var n;super(t);let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new dr.CacheRegistry,this.cache=e?i.commonCache:new dr.CacheRegistry}clearCache(){this.cache.clearAll()}};var Yn,Aa=Symbol("clearAfterUnitTest"),vt=class extends te{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Yn]=()=>{this.defaultMessages={},this.cache=new re.CacheRegistry,this.listeners={}},this.currentUiLocale=g.getState().uiLocale,g.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=g.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,re.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 a=e.toLowerCase(),s=this.resolveContext(a);return new re.ParametrizedLabelResolver((i=this.defaultMessages[a])!==null&&i!==void 0?i:{},s).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))}catch(i){!(i instanceof re.CanceledPromiseError)&&t&&console.error(i)}return t&&await this.notify(e),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(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(t=>(0,re.delay)(0).then(()=>t()).catch(()=>null)))}};Yn=Aa;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends vt{constructor(){super(async(r,e)=>(await this.awaitApi).getFluidTopicsMessageContext(r,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends vt{constructor(){super(async(r,e)=>(await this.awaitApi).getCustomMessageContext(r,e))}});var Xn=window.FluidTopicsI18nService,co=window.FluidTopicsCustomI18nService;var U=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},D=class extends Y.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",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.messageContexts=[],this.cache=new Y.CacheRegistry,this.cleanSessionDebouncer=new Y.Debouncer}render(){return Jn.html`
40
+ `}};ce.elementDefinitions={};ce.styles=hn;(0,mn.customElement)("ft-skeleton")(ce);var ea=S(P());var tt=S(Z()),ye=S(ee()),H=S(P());var J=S(P());var yn=S(P()),ga={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]}},gn=r=>yn.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:ga});var lr=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 a;return i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,t,n):[{tocId:i.tocId,title:(a=i.title)!==null&&a!==void 0?a:"",untranslatedTitle:i.untranslatedTitle,depth:t,children:this.extractPagesToc(i.children,t+1,i.tocId)}]})}convertNodes(e,t,n){return e.flatMap(i=>{var a,s,o;if(i.tocId==null)return[...this.convertSectionNodes((a=i.pageToc)!==null&&a!==void 0?a:[],t,i.tocId),...this.convertNodes(i.children,t,i.tocId)];let c=(s=i.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),u={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(u);let d=this.convertSectionNodes((o=i.pageToc)!==null&&o!==void 0?o:[],t+1,i.tocId),f=this.convertNodes(i.children,t+1,u.tocId);return u.children=[...d,...f],[u]})}convertSectionNodes(e,t,n){return e.flatMap(i=>{var a;let s=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),o={...i,prettyUrl:s,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,a,s,o,c;let u={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:((a=e.pageToc)!==null&&a!==void 0?a:[]).map(p=>this.nodeByTocId[p.tocId]),topics:[],hiddenTopics:[],breadcrumb:t?this.buildBreadcrumb(this.nodeByTocId[t]):[]},d=(p,m)=>(m?u.topics:u.hiddenTopics).push(p),f=(o=(s=e.pageConfiguration)===null||s===void 0?void 0:s.parentsVisibility)!==null&&o!==void 0?o:[];return u.breadcrumb.forEach((p,m)=>{d(p,f[m])}),e.tocId&&d(e.tocId,e.pageConfiguration.isVisible),u.topics.push(...this.tocIds((c=e.pageToc)!==null&&c!==void 0?c:[])),u}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}},ft=class{convertPaginatedToc(e,t){return new lr(e,t).build()}};var Sa=S(Sn(),1);var En;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(En||(En={}));var An;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(An||(An={}));var Tn;(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.MAP_ATTACHMENT="MAP_ATTACHMENT",r.RESOURCE="RESOURCE"})(Tn||(Tn={}));var wn;(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.MAP_ATTACHMENT="MAP_ATTACHMENT",r.RESOURCE="RESOURCE"})(wn||(wn={}));var _n;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(_n||(_n={}));var xn;(function(r){r.VALUE="VALUE",r.DATE="DATE",r.RANGE="RANGE"})(xn||(xn={}));var On;(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.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.GEN_AI__COMPLETED_QUERY="GEN_AI__COMPLETED_QUERY",r.GEN_AI__RATE="GEN_AI__RATE",r.GENAI_CASE_DEFLECTION__START="GENAI_CASE_DEFLECTION__START",r.GENAI_CASE_DEFLECTION__OPEN_TICKET="GENAI_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"})(On||(On={}));var Cn;(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"})(Cn||(Cn={}));var Rn;(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"})(Rn||(Rn={}));var In;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(In||(In={}));var Pn;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(Pn||(Pn={}));var Dn;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(Dn||(Dn={}));var Nn;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(Nn||(Nn={}));var Mn;(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"})(Mn||(Mn={}));var Ln;(function(r){r.ASC="ASC",r.DESC="DESC"})(Ln||(Ln={}));var kn;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(kn||(kn={}));var Un;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(Un||(Un={}));var Fn;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Fn||(Fn={}));var jn;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(jn||(jn={}));var $n;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})($n||($n={}));var Bn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(Bn||(Bn={}));var Hn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(Hn||(Hn={}));var Vn;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Vn||(Vn={}));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.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN"})(C||(C={}));var Kn;(function(r){r.SEARCHES="SEARCHES",r.BOOKMARKS="BOOKMARKS",r.BOOKS="BOOKS",r.COLLECTIONS="COLLECTIONS"})(Kn||(Kn={}));var qn;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(qn||(qn={}));var Wn;(function(r){r.JSON="JSON",r.TEXT="TEXT"})(Wn||(Wn={}));var zn;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(zn||(zn={}));var ba={[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 Gn(r,e){return r===e||(ba[r]??[]).some(t=>Gn(t,e))}function ae(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=>Gn(n,e))}var Xi=S(P());var Zn=S(Z()),B=S(ee()),Y=S(P());var Qn=S(Z());var Yn=Qn.css`
41
+ `;var vt=S(P()),Ea="ft-app-info",_e=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:e})}};_e.eventName="authentication-change";var Aa={session:(r,e)=>{(0,vt.deepEqual)(r.session,e.payload)||(r.session=e.payload,setTimeout(()=>g.dispatchEvent(new _e(e.payload)),0))}},g=vt.FtReduxStore.get({name:Ea,reducers:Aa,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],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}});var re=S(P());var dr=S(P());var xe=class r{static get(e){let{baseUrl:t,apiIntegrationIdentifier:n}=g.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=g.subscribe(()=>{n=r.get(e),n&&(i(),t(n))})}})}};var We=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:xe.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):xe.await()}};var te=class extends We{constructor(e=!0,t){var n;super(t);let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new dr.CacheRegistry,this.cache=e?i.commonCache:new dr.CacheRegistry}clearCache(){this.cache.clearAll()}};var Xn,Ta=Symbol("clearAfterUnitTest"),mt=class extends te{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Xn]=()=>{this.defaultMessages={},this.cache=new re.CacheRegistry,this.listeners={}},this.currentUiLocale=g.getState().uiLocale,g.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=g.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,re.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 a=e.toLowerCase(),s=this.resolveContext(a);return new re.ParametrizedLabelResolver((i=this.defaultMessages[a])!==null&&i!==void 0?i:{},s).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))}catch(i){!(i instanceof re.CanceledPromiseError)&&t&&console.error(i)}return t&&await this.notify(e),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(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(t=>(0,re.delay)(0).then(()=>t()).catch(()=>null)))}};Xn=Ta;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends mt{constructor(){super(async(r,e)=>(await this.awaitApi).getFluidTopicsMessageContext(r,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends mt{constructor(){super(async(r,e)=>(await this.awaitApi).getCustomMessageContext(r,e))}});var Jn=window.FluidTopicsI18nService,lo=window.FluidTopicsCustomI18nService;var U=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},D=class extends Y.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",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=()=>xe.get(),this.messageContexts=[],this.cache=new Y.CacheRegistry,this.cleanSessionDebouncer=new Y.Debouncer}render(){return Zn.html`
42
42
  <slot></slot>
43
- `}update(e){var t,n,i,a,s;super.update(e),e.has("baseUrl")&&(g.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&g.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&g.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&g.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&g.actions.noCustom(this.noCustom),e.has("editorMode")&&g.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&g.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&g.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(o=>Xn.addContext(o)),e.has("openExternalDocumentInNewTab")&&g.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&g.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&g.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(g.actions.defaultLocales((t=this.localesConfiguration)===null||t===void 0?void 0:t.defaultLocales),g.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),g.actions.searchInAllLanguagesAllowed((s=(a=this.localesConfiguration)===null||a===void 0?void 0:a.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}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())}};D.elementDefinitions={};D.styles=Qn;U([(0,B.property)()],D.prototype,"baseUrl",void 0);U([(0,B.property)()],D.prototype,"apiIntegrationIdentifier",void 0);U([(0,B.property)()],D.prototype,"uiLocale",void 0);U([(0,Y.jsonProperty)(null)],D.prototype,"availableUiLocales",void 0);U([(0,Y.jsonProperty)(null)],D.prototype,"metadataConfiguration",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"editorMode",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"noCustom",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"openExternalDocumentInNewTab",void 0);U([(0,B.property)({converter:{fromAttribute(r){return r==="false"?!1:r==="true"||(r??!1)}}})],D.prototype,"noCustomComponent",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"withManualResources",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"navigatorOnline",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"forcedOffline",void 0);U([(0,B.property)({type:Object})],D.prototype,"apiProvider",void 0);U([(0,Y.jsonProperty)([])],D.prototype,"messageContexts",void 0);U([(0,Y.jsonProperty)(void 0)],D.prototype,"session",void 0);U([(0,B.state)()],D.prototype,"localesConfiguration",void 0);var cs=S(ee());function Ta(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;var t,n,i;if(Array.isArray(r)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(!mt(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(!mt(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 a=s=>Object.keys(s).filter(o=>s[o]!=null);if(i=a(r),t=i.length,t!==a(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 s=i[n];if(!mt(r[s],e[s]))return!1}return!0}return r!==r&&e!==e||r==null&&e==null}function mt(r,e){try{return Ta(r,e)}catch{return!1}}function yt(r,e){return!mt(r,e)}var wa=S(ee(),1);var gt=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 Le=S(ee(),1);var Zn=S(ee(),1);function ei(r,e){let t=()=>JSON.parse(JSON.stringify(r));return(0,Zn.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:yt,...e??{}})}var bt=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,a=(t=this.resolvePromise)!==null&&t!==void 0?t:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(o){i(o);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ri=S(Z(),1);var St=globalThis,_a=St.ShadowRoot&&(St.ShadyCSS===void 0||St.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,xo=Symbol();var ti=(r,e)=>{if(_a)r.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(let t of e){let n=document.createElement("style"),i=St.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=t.cssText,r.appendChild(n)}};var Et=class extends ri.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let t={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(t);return ti(n,e.elementStyles),n}};function ni(r,e,...t){var n;let i=r.querySelector(e);for(let a of t)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(a);return i}var We=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},oi,ii=Symbol("constructorPrototype"),ai=Symbol("constructorName"),ui=Symbol("exportpartsDebouncer"),si=Symbol("dynamicDependenciesLoaded"),se=class extends Et{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[oi]=new bt(5),this[ai]=this.constructor.name,this[ii]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ai]&&Object.setPrototypeOf(this,this[ii])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}let e=this.constructor;e[si]||(e[si]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:t,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let a=[...i??[],n];t=ni(this.shadowRoot,...a)}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(a=>a.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(a){console.error(a,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}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[ui].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var t,n,i,a,s,o;let c=p=>p!=null&&p.trim().length>0,u=e.filter(c).map(p=>p.trim());if(u.length===0){this.removeAttribute("exportparts");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 m=(a=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],v=(o=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(y=>y.split(":")[1]))!==null&&o!==void 0?o:[];new Array(...m,...v).filter(c).map(y=>y.trim()).forEach(y=>d.add(y))}if(d.size===0){this.removeAttribute("exportparts");return}let f=[...d.values()].flatMap(p=>u.map(m=>`${p}:${m}--${p}`));this.setAttribute("exportparts",[...this.part,...f].join(", "))}};oi=ui;We([(0,Le.property)()],se.prototype,"exportpartsPrefix",void 0);We([ei([])],se.prototype,"exportpartsPrefixes",void 0);We([(0,Le.property)()],se.prototype,"customStylesheet",void 0);We([(0,Le.property)()],se.prototype,"elementToFocus",void 0);We([(0,Le.state)()],se.prototype,"useAdoptedStyleSheets",void 0);function ze(r){var e;return(e=r?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ci,li,di,Ge=Symbol("internalReduxEventsUnsubscribers"),de=Symbol("internalStoresUnsubscribers"),xe=Symbol("internalStores"),Qe=class extends se{constructor(){super(...arguments),this[ci]=new Map,this[li]=new Map,this[di]=new Map}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(t=>e.has(t))&&this.updateFromStores()}getUnnamedStore(){if(this[xe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[xe].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[xe].get(e)}addStore(e,t){var n;t=(n=t??(ze(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(t),this[xe].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}removeStore(e){let t=typeof e=="string"?e:e.name;this.unsubscribeFromStore(t),this[xe].delete(t)}setupStores(){this.unsubscribeFromStores(),this[xe].forEach((e,t)=>this.subscribeToStore(t,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,t)=>{let n=this.constructor.getPropertyOptions(t);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:t)){let i=this.getStore(e.store);i&&(e.store?this[de].has(e.store):this[de].size>0)&&(this[t]=e.selector(i.getState(),this))}})}subscribeToStore(e,t){var n;this[de].set(e,t.subscribe(()=>this.updateFromStores())),this[Ge].set(e,[]),ze(t)&&t.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||t.name===i.store)){let s=o=>this[a](o);t.addEventListener(i.eventName,s),this[Ge].get(e).push(()=>t.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[de].forEach((e,t)=>this.unsubscribeFromStore(t))}unsubscribeFromStore(e){var t;this[de].has(e)&&this[de].get(e)(),this[de].delete(e),(t=this[Ge].get(e))===null||t===void 0||t.forEach(n=>n()),this[Ge].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};ci=de,li=xe,di=Ge;Qe.reduxProperties=new Map;Qe.reduxReactiveProperties=new Set;Qe.reduxEventListeners=new Map;function W(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,a;throw Error("[Immer] minified error nr: "+r+(t.length?" "+t.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function oe(r){return!!r&&!!r[C]}function X(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)===Na}(r)||Array.isArray(r)||!!r[gi]||!!(!((e=r.constructor)===null||e===void 0)&&e[gi])||Sr(r)||Er(r))}function Oe(r,e,t){t===void 0&&(t=!1),Fe(r)===0?(t?Object.keys:Ue)(r).forEach(function(n){t&&typeof n=="symbol"||e(n,r[n],r)}):r.forEach(function(n,i){return e(i,n,r)})}function Fe(r){var e=r[C];return e?e.i>3?e.i-4:e.i:Array.isArray(r)?1:Sr(r)?2:Er(r)?3:0}function ke(r,e){return Fe(r)===2?r.has(e):Object.prototype.hasOwnProperty.call(r,e)}function xa(r,e){return Fe(r)===2?r.get(e):r[e]}function bi(r,e,t){var n=Fe(r);n===2?r.set(e,t):n===3?r.add(t):r[e]=t}function Si(r,e){return r===e?r!==0||1/r==1/e:r!=r&&e!=e}function Sr(r){return Pa&&r instanceof Map}function Er(r){return Da&&r instanceof Set}function fe(r){return r.o||r.t}function Ar(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var e=Ti(r);delete e[C];for(var t=Ue(e),n=0;n<t.length;n++){var i=t[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:r[i]})}return Object.create(Object.getPrototypeOf(r),e)}function Tr(r,e){return e===void 0&&(e=!1),wr(r)||oe(r)||!X(r)||(Fe(r)>1&&(r.set=r.add=r.clear=r.delete=Oa),Object.freeze(r),e&&Oe(r,function(t,n){return Tr(n,!0)},!0)),r}function Oa(){W(2)}function wr(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function ne(r){var e=br[r];return e||W(18,r),e}function Ra(r,e){br[r]||(br[r]=e)}function mr(){return Xe}function fr(r,e){e&&(ne("Patches"),r.u=[],r.s=[],r.v=e)}function At(r){yr(r),r.p.forEach(Ca),r.p=null}function yr(r){r===Xe&&(Xe=r.l)}function fi(r){return Xe={p:[],l:Xe,h:r,m:!0,_:0}}function Ca(r){var e=r[C];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||ne("ES5").S(e,r,n),n?(t[C].P&&(At(e),W(4)),X(r)&&(r=Tt(e,r),e.l||wt(e,r)),e.u&&ne("Patches").M(t[C].t,r,e.u,e.s)):r=Tt(e,t,[]),At(e),e.u&&e.v(e.u,e.s),r!==Ai?r:void 0}function Tt(r,e,t){if(wr(e))return e;var n=e[C];if(!n)return Oe(e,function(o,c){return hi(r,n,e,o,c,t)},!0),e;if(n.A!==r)return e;if(!n.P)return wt(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,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),Oe(a,function(o,c){return hi(r,n,i,o,c,t,s)}),wt(r,i,!1),t&&r.u&&ne("Patches").N(n,t,r.u,r.s)}return n.o}function hi(r,e,t,n,i,a,s){if(oe(i)){var o=Tt(r,i,a&&e&&e.i!==3&&!ke(e.R,n)?a.concat(n):void 0);if(bi(t,n,o),!oe(o))return;r.m=!1}else s&&t.add(i);if(X(i)&&!wr(i)){if(!r.h.D&&r._<1)return;Tt(r,i),e&&e.A.l||wt(r,i)}}function wt(r,e,t){t===void 0&&(t=!1),!r.l&&r.h.D&&r.m&&Tr(e,t)}function pr(r,e){var t=r[C];return(t?fe(t):r)[e]}function pi(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 he(r){r.P||(r.P=!0,r.l&&he(r.l))}function vr(r){r.o||(r.o=Ar(r.t))}function gr(r,e,t){var n=Sr(e)?ne("MapSet").F(e,t):Er(e)?ne("MapSet").T(e,t):r.O?function(i,a){var s=Array.isArray(i),o={i:s?1:0,A:a?a.A:mr(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},c=o,u=Je;s&&(c=[o],u=Ye);var d=Proxy.revocable(c,u),f=d.revoke,p=d.proxy;return o.k=p,o.j=f,p}(e,t):ne("ES5").J(e,t);return(t?t.A:mr()).p.push(n),n}function Ia(r){return oe(r)||W(22,r),function e(t){if(!X(t))return t;var n,i=t[C],a=Fe(t);if(i){if(!i.P&&(i.i<4||!ne("ES5").K(i)))return i.t;i.I=!0,n=vi(t,a),i.I=!1}else n=vi(t,a);return Oe(n,function(s,o){i&&xa(i.t,s)===o||bi(n,s,e(o))}),a===3?new Set(n):n}(r)}function vi(r,e){switch(e){case 2:return new Map(r);case 3:return Array.from(r)}return Ar(r)}function Ei(){function r(s,o){var c=a[s];return c?c.enumerable=o:a[s]=c={configurable:!0,enumerable:o,get:function(){var u=this[C];return Je.get(u,s)},set:function(u){var d=this[C];Je.set(d,s,u)}},c}function e(s){for(var o=s.length-1;o>=0;o--){var c=s[o][C];if(!c.P)switch(c.i){case 5:n(c)&&he(c);break;case 4:t(c)&&he(c)}}}function t(s){for(var o=s.t,c=s.k,u=Ue(c),d=u.length-1;d>=0;d--){var f=u[d];if(f!==C){var p=o[f];if(p===void 0&&!ke(o,f))return!0;var m=c[f],v=m&&m[C];if(v?v.t!==p:!Si(m,p))return!0}}var y=!!o[C];return u.length!==Ue(o).length+(y?0:1)}function n(s){var o=s.k;if(o.length!==s.t.length)return!0;var c=Object.getOwnPropertyDescriptor(o,o.length-1);if(c&&!c.get)return!0;for(var u=0;u<o.length;u++)if(!o.hasOwnProperty(u))return!0;return!1}function i(s){s.g&&W(3,JSON.stringify(fe(s)))}var a={};Ra("ES5",{J:function(s,o){var c=Array.isArray(s),u=function(f,p){if(f){for(var m=Array(p.length),v=0;v<p.length;v++)Object.defineProperty(m,""+v,r(v,!0));return m}var y=Ti(p);delete y[C];for(var w=Ue(y),E=0;E<w.length;E++){var A=w[E];y[A]=r(A,f||!!y[A].enumerable)}return Object.create(Object.getPrototypeOf(p),y)}(c,s),d={i:c?5:4,A:o?o.A:mr(),P:!1,I:!1,R:{},l:o,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,C,{value:d,writable:!0}),u},S:function(s,o,c){c?oe(o)&&o[C].A===s&&e(s.p):(s.u&&function u(d){if(d&&typeof d=="object"){var f=d[C];if(f){var p=f.t,m=f.k,v=f.R,y=f.i;if(y===4)Oe(m,function(_){_!==C&&(p[_]!==void 0||ke(p,_)?v[_]||u(m[_]):(v[_]=!0,he(f)))}),Oe(p,function(_){m[_]!==void 0||ke(m,_)||(v[_]=!1,he(f))});else if(y===5){if(n(f)&&(he(f),v.length=!0),m.length<p.length)for(var w=m.length;w<p.length;w++)v[w]=!1;else for(var E=p.length;E<m.length;E++)v[E]=!0;for(var A=Math.min(m.length,p.length),O=0;O<A;O++)m.hasOwnProperty(O)||(v[O]=!0),v[O]===void 0&&u(m[O])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?t(s):n(s)}})}var mi,Xe,_r=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Pa=typeof Map<"u",Da=typeof Set<"u",yi=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ai=_r?Symbol.for("immer-nothing"):((mi={})["immer-nothing"]=!0,mi),gi=_r?Symbol.for("immer-draftable"):"__$immer_draftable",C=_r?Symbol.for("immer-state"):"__$immer_state";var Na=""+Object.prototype.constructor,Ue=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,Ti=Object.getOwnPropertyDescriptors||function(r){var e={};return Ue(r).forEach(function(t){e[t]=Object.getOwnPropertyDescriptor(r,t)}),e},br={},Je={get:function(r,e){if(e===C)return r;var t=fe(r);if(!ke(t,e))return function(i,a,s){var o,c=pi(a,s);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||!X(n)?n:n===pr(r.t,e)?(vr(r),r.o[e]=gr(r.A.h,n,r)):n},has:function(r,e){return e in fe(r)},ownKeys:function(r){return Reflect.ownKeys(fe(r))},set:function(r,e,t){var n=pi(fe(r),e);if(n?.set)return n.set.call(r.k,t),!0;if(!r.P){var i=pr(fe(r),e),a=i?.[C];if(a&&a.t===t)return r.o[e]=t,r.R[e]=!1,!0;if(Si(t,i)&&(t!==void 0||ke(r.t,e)))return!0;vr(r),he(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 pr(r.t,e)!==void 0||e in r.t?(r.R[e]=!1,vr(r),he(r)):delete r.R[e],r.o&&delete r.o[e],!0},getOwnPropertyDescriptor:function(r,e){var t=fe(r),n=Reflect.getOwnPropertyDescriptor(t,e);return n&&{writable:!0,configurable:r.i!==1||e!=="length",enumerable:n.enumerable,value:t[e]}},defineProperty:function(){W(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){W(12)}},Ye={};Oe(Je,function(r,e){Ye[r]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Ye.deleteProperty=function(r,e){return Ye.set.call(this,r,e,void 0)},Ye.set=function(r,e,t){return Je.set.call(this,r[0],e,t,r[0])};var Ma=function(){function r(t){var n=this;this.O=yi,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var o=a;a=i;var c=n;return function(y){var w=this;y===void 0&&(y=o);for(var E=arguments.length,A=Array(E>1?E-1:0),O=1;O<E;O++)A[O-1]=arguments[O];return c.produce(y,function(_){var L;return(L=a).call.apply(L,[w,_].concat(A))})}}var u;if(typeof a!="function"&&W(6),s!==void 0&&typeof s!="function"&&W(7),X(i)){var d=fi(n),f=gr(n,i,void 0),p=!0;try{u=a(f),p=!1}finally{p?At(d):yr(d)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(y){return fr(d,s),hr(y,d)},function(y){throw At(d),y}):(fr(d,s),hr(u,d))}if(!i||typeof i!="object"){if((u=a(i))===void 0&&(u=i),u===Ai&&(u=void 0),n.D&&Tr(u,!0),s){var m=[],v=[];ne("Patches").M(i,u,m,v),s(m,v)}return u}W(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(u){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(u,function(m){return i.apply(void 0,[m].concat(f))})};var s,o,c=n.produce(i,a,function(u,d){s=u,o=d});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,s,o]}):[c,s,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){X(t)||W(8),oe(t)&&(t=Ia(t));var n=fi(this),i=gr(this,t,void 0);return i[C].C=!0,yr(n),i},e.finishDraft=function(t,n){var i=t&&t[C],a=i.A;return fr(a,n),hr(void 0,a)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!yi&&W(20),this.O=t},e.applyPatches=function(t,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){t=a.value;break}}i>-1&&(n=n.slice(i+1));var s=ne("Patches").$;return oe(t)?s(t,n):this.produce(t,function(o){return s(o,n)})},r}(),K=new Ma,La=K.produce,$o=K.produceWithPatches.bind(K),Bo=K.setAutoFreeze.bind(K),Ho=K.setUseProxies.bind(K),Vo=K.applyPatches.bind(K),Ko=K.createDraft.bind(K),qo=K.finishDraft.bind(K),_t=La;function Re(r){"@babel/helpers - typeof";return Re=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},Re(r)}function wi(r,e){if(Re(r)!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e||"default");if(Re(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function _i(r){var e=wi(r,"string");return Re(e)=="symbol"?e:e+""}function xi(r,e,t){return(e=_i(e))in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Oi(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?Oi(Object(t),!0).forEach(function(n){xi(r,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):Oi(Object(t)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(t,n))})}return r}function F(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 Ri=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Or=function(){return Math.random().toString(36).substring(7).split("").join(".")},xt={INIT:"@@redux/INIT"+Or(),REPLACE:"@@redux/REPLACE"+Or(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Or()}};function ka(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 Rr(r,e,t){var n;if(typeof e=="function"&&typeof t=="function"||typeof t=="function"&&typeof arguments[3]=="function")throw new Error(F(0));if(typeof e=="function"&&typeof t>"u"&&(t=e,e=void 0),typeof t<"u"){if(typeof t!="function")throw new Error(F(1));return t(Rr)(r,e)}if(typeof r!="function")throw new Error(F(2));var i=r,a=e,s=[],o=s,c=!1;function u(){o===s&&(o=s.slice())}function d(){if(c)throw new Error(F(3));return a}function f(y){if(typeof y!="function")throw new Error(F(4));if(c)throw new Error(F(5));var w=!0;return u(),o.push(y),function(){if(w){if(c)throw new Error(F(6));w=!1,u();var A=o.indexOf(y);o.splice(A,1),s=null}}}function p(y){if(!ka(y))throw new Error(F(7));if(typeof y.type>"u")throw new Error(F(8));if(c)throw new Error(F(9));try{c=!0,a=i(a,y)}finally{c=!1}for(var w=s=o,E=0;E<w.length;E++){var A=w[E];A()}return y}function m(y){if(typeof y!="function")throw new Error(F(10));i=y,p({type:xt.REPLACE})}function v(){var y,w=f;return y={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(F(11));function O(){A.next&&A.next(d())}O();var _=w(O);return{unsubscribe:_}}},y[Ri]=function(){return this},y}return p({type:xt.INIT}),n={dispatch:p,subscribe:f,getState:d,replaceReducer:m},n[Ri]=v,n}function Ua(r){Object.keys(r).forEach(function(e){var t=r[e],n=t(void 0,{type:xt.INIT});if(typeof n>"u")throw new Error(F(12));if(typeof t(void 0,{type:xt.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(F(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 a=Object.keys(t),s,o;try{Ua(t)}catch(c){o=c}return function(u,d){if(u===void 0&&(u={}),o)throw o;if(0)var f;for(var p=!1,m={},v=0;v<a.length;v++){var y=a[v],w=t[y],E=u[y],A=w(E,d);if(typeof A>"u"){var O=d&&d.type;throw new Error(F(14))}m[y]=A,p=p||A!==E}return p=p||a.length!==Object.keys(u).length,p?m:u}}function je(){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 Ii(){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),a=function(){throw new Error(F(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},o=e.map(function(c){return c(s)});return a=je.apply(void 0,o)(i.dispatch),xr(xr({},i),{},{dispatch:a})}}}function Pi(r){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(o){return typeof o=="function"?o(i,a,r):s(o)}}};return e}var Di=Pi();Di.withExtraArgument=Pi;var Cr=Di;var Ui=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},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)}}(),Fa=function(r,e){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(u){return function(d){return c([u,d])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){t.label=u[1];break}if(u[0]===6&&t.label<a[1]){t.label=a[1],a=u;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(u);break}a[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(r,t)}catch(d){u=[6,d],i=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},$e=function(r,e){for(var t=0,n=e.length,i=r.length;t<n;t++,i++)r[i]=e[t];return r},ja=Object.defineProperty,$a=Object.defineProperties,Ba=Object.getOwnPropertyDescriptors,Ni=Object.getOwnPropertySymbols,Ha=Object.prototype.hasOwnProperty,Va=Object.prototype.propertyIsEnumerable,Mi=function(r,e,t){return e in r?ja(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t},pe=function(r,e){for(var t in e||(e={}))Ha.call(e,t)&&Mi(r,t,e[t]);if(Ni)for(var n=0,i=Ni(e);n<i.length;n++){var t=i[n];Va.call(e,t)&&Mi(r,t,e[t])}return r},Ir=function(r,e){return $a(r,Ba(e))},Ka=function(r,e,t){return new Promise(function(n,i){var a=function(c){try{o(t.next(c))}catch(u){i(u)}},s=function(c){try{o(t.throw(c))}catch(u){i(u)}},o=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(a,s)};o((t=t.apply(r,e)).next())})};var qa=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?je:je.apply(null,arguments)},cu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function Wa(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 za=function(r){Ui(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,$e([void 0],t[0].concat(this)))):new(e.bind.apply(e,$e([void 0],t.concat(this))))},e}(Array),Ga=function(r){Ui(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,$e([void 0],t[0].concat(this)))):new(e.bind.apply(e,$e([void 0],t.concat(this))))},e}(Array);function Nr(r){return X(r)?_t(r,function(){}):r}function Qa(r){return typeof r=="boolean"}function Ya(){return function(e){return Xa(e)}}function Xa(r){r===void 0&&(r={});var e=r.thunk,t=e===void 0?!0:e,n=r.immutableCheck,i=n===void 0?!0:n,a=r.serializableCheck,s=a===void 0?!0:a,o=new za;if(t&&(Qa(t)?o.push(Cr):o.push(Cr.withExtraArgument(t.extraArgument))),0){if(i)var c;if(s)var u}return o}var Pr=!0;function Fi(r){var e=Ya(),t=r||{},n=t.reducer,i=n===void 0?void 0:n,a=t.middleware,s=a===void 0?e():a,o=t.devTools,c=o===void 0?!0:o,u=t.preloadedState,d=u===void 0?void 0:u,f=t.enhancers,p=f===void 0?void 0:f,m;if(typeof i=="function")m=i;else if(Wa(i))m=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=s;if(typeof v=="function"&&(v=v(e),!Pr&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Pr&&v.some(function(_){return typeof _!="function"}))throw new Error("each middleware provided to configureStore must be a function");var y=Ii.apply(void 0,v),w=je;c&&(w=qa(pe({trace:!Pr},typeof c=="object"&&c)));var E=new Ga(y),A=E;Array.isArray(p)?A=$e([y],p):typeof p=="function"&&(A=p(E));var O=w.apply(void 0,A);return Rr(m,d,O)}function ve(r,e){function t(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return pe(pe({type:r,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.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 ji(r){var e={},t=[],n,i={addCase:function(a,s){var o=typeof a=="string"?a:a.type;if(o in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[o]=s,i},addMatcher:function(a,s){return t.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return r(i),[e,t,n]}function Ja(r){return typeof r=="function"}function Za(r,e,t,n){t===void 0&&(t=[]);var i=typeof e=="function"?ji(e):[e,t,n],a=i[0],s=i[1],o=i[2],c;if(Ja(r))c=function(){return Nr(r())};else{var u=Nr(r);c=function(){return u}}function d(f,p){f===void 0&&(f=c());var m=$e([a[p.type]],s.filter(function(v){var y=v.matcher;return y(p)}).map(function(v){var y=v.reducer;return y}));return m.filter(function(v){return!!v}).length===0&&(m=[o]),m.reduce(function(v,y){if(y)if(oe(v)){var w=v,E=y(w,p);return E===void 0?v:E}else{if(X(v))return _t(v,function(A){return y(A,p)});var E=y(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 es(r,e){return r+"/"+e}function $i(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:Nr(r.initialState),n=r.reducers||{},i=Object.keys(n),a={},s={},o={};i.forEach(function(d){var f=n[d],p=es(e,d),m,v;"reducer"in f?(m=f.reducer,v=f.prepare):m=f,a[d]=m,s[p]=m,o[d]=v?ve(p,v):ve(p)});function c(){var d=typeof r.extraReducers=="function"?ji(r.extraReducers):[r.extraReducers],f=d[0],p=f===void 0?{}:f,m=d[1],v=m===void 0?[]:m,y=d[2],w=y===void 0?void 0:y,E=pe(pe({},p),s);return Za(t,function(A){for(var O in E)A.addCase(O,E[O]);for(var _=0,L=v;_<L.length;_++){var G=L[_];A.addMatcher(G.matcher,G.reducer)}w&&A.addDefaultCase(w)})}var u;return{name:e,reducer:function(d,f){return u||(u=c()),u(d,f)},actions:o,caseReducers:a,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var ts="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",rs=function(r){r===void 0&&(r=21);for(var e="",t=r;t--;)e+=ts[Math.random()*64|0];return e},ns=["name","message","stack","code"],Dr=function(){function r(e,t){this.payload=e,this.meta=t}return r}(),Li=function(){function r(e,t){this.payload=e,this.meta=t}return r}(),is=function(r){if(typeof r=="object"&&r!==null){for(var e={},t=0,n=ns;t<n.length;t++){var i=n[t];typeof r[i]=="string"&&(e[i]=r[i])}return e}return{message:String(r)}},hu=function(){function r(e,t,n){var i=ve(e+"/fulfilled",function(d,f,p,m){return{payload:d,meta:Ir(pe({},m||{}),{arg:p,requestId:f,requestStatus:"fulfilled"})}}),a=ve(e+"/pending",function(d,f,p){return{payload:void 0,meta:Ir(pe({},p||{}),{arg:f,requestId:d,requestStatus:"pending"})}}),s=ve(e+"/rejected",function(d,f,p,m,v){return{payload:m,error:(n&&n.serializeError||is)(d||"Rejected"),meta:Ir(pe({},v||{}),{arg:p,requestId:f,rejectedWithValue:!!m,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 u(d){return function(f,p,m){var v=n?.idGenerator?n.idGenerator(d):rs(),y=new c,w,E=!1;function A(_){w=_,y.abort()}var O=function(){return Ka(this,null,function(){var _,L,G,ge,j,be,Pe;return Fa(this,function(l){switch(l.label){case 0:return l.trys.push([0,4,,5]),ge=(_=n?.condition)==null?void 0:_.call(n,d,{getState:p,extra:m}),ss(ge)?[4,ge]:[3,2];case 1:ge=l.sent(),l.label=2;case 2:if(ge===!1||y.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,j=new Promise(function(h,b){return y.signal.addEventListener("abort",function(){return b({name:"AbortError",message:w||"Aborted"})})}),f(a(v,d,(L=n?.getPendingMeta)==null?void 0:L.call(n,{requestId:v,arg:d},{getState:p,extra:m}))),[4,Promise.race([j,Promise.resolve(t(d,{dispatch:f,getState:p,extra:m,requestId:v,signal:y.signal,abort:A,rejectWithValue:function(h,b){return new Dr(h,b)},fulfillWithValue:function(h,b){return new Li(h,b)}})).then(function(h){if(h instanceof Dr)throw h;return h instanceof Li?i(h.payload,v,d,h.meta):i(h,v,d)})])];case 3:return G=l.sent(),[3,5];case 4:return be=l.sent(),G=be instanceof Dr?s(null,v,d,be.payload,be.meta):s(be,v,d),[3,5];case 5:return Pe=n&&!n.dispatchConditionRejection&&s.match(G)&&G.meta.condition,Pe||f(G),[2,G]}})})}();return Object.assign(O,{abort:A,requestId:v,arg:d,unwrap:function(){return O.then(as)}})}}return Object.assign(u,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return r.withTypes=function(){return r},r}();function as(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function ss(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var Bi="listener",Hi="completed",Vi="cancelled",pu="task-"+Vi,vu="task-"+Hi,mu=Bi+"-"+Vi,yu=Bi+"-"+Hi;var Mr="listenerMiddleware";var gu=ve(Mr+"/add"),bu=ve(Mr+"/removeAll"),Su=ve(Mr+"/remove");var ki,Eu=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(ki||(ki=Promise.resolve())).then(r).catch(function(e){return setTimeout(function(){throw e},0)})},os=function(r){return function(e){setTimeout(e,r)}},Au=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:os(10);Ei();function us(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)}}}var Ot=class extends us(Object){};window.ftReduxStores||(window.ftReduxStores={});var Ki=class r extends Ot{static get(e){var t;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(ze(a))return a;if(i==null)return;let s=$i({...i,reducers:(t=i.reducers)!==null&&t!==void 0?t:{}}),o=Fi({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:s.reducer(c,u)});return window.ftReduxStores[i.name]=new r(s,o,i.eventBus)}constructor(e,t,n){super(),this.reduxSlice=e,this.reduxStore=t,this.isFtReduxStore=!0,this.commands=new gt;let i=a=>a!=null?JSON.parse(JSON.stringify(a)):a;this.actions=new Proxy(this.reduxSlice.actions,{get:(a,s,o)=>{let c=s,u=a[c];return u?(...d)=>{let f=u(...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 Pt=S(P());var Rt=class extends te{async listMySearches(){let{session:e}=g.getState();return ae(e,R.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Ct=class extends te{async listMyBookmarks(){let e=g.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var ls="ft-user-assets",It=Pt.FtReduxStore.get({name:ls,initialState:{savedSearches:void 0,bookmarks:void 0}}),Lr=class{constructor(){this.currentSession=g.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ct,this.savedSearchesService=new Rt,g.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:t}=g.getState();(0,Pt.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,t?.profile)||(this.currentSession=t,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),It.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),It.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();It.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}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;It.actions.bookmarks(t)}}},qi=new Lr;var kr=class{addCommand(e,t=!1){g.commands.add(e,t)}consumeCommand(e){return g.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new kr;var Wi=S(P()),Ur=class{highlightHtml(e,t,n){(0,Wi.highlightHtml)(e,t,n)}};window.FluidTopicsHighlightHtmlService=new Ur;var zi=S(P());var Fr=class{isDate(e){var t,n,i,a;return(a=(i=((n=(t=g.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&&a!==void 0?a:!1}format(e,t){var n,i,a;return zi.DateFormatter.format(e,(n=t?.locale)!==null&&n!==void 0?n:g.getState().uiLocale,(i=t?.longFormat)!==null&&i!==void 0?i:!1,(a=t?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Fr;var Gi=S(P());var Ze=class{static get(e,t){var n,i,a,s;let o=g.getState(),{lang:c,region:u}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Gi.SearchPlaceConverter(o.baseUrl,(s=(a=window.FluidTopicsClientConfiguration)===null||a===void 0?void 0:a.predefinedSorts)!==null&&s!==void 0?s:{},e??20,o.searchInAllLanguagesAllowed,t??`${c}-${u}`)}};var jr=class{urlToSearchRequest(e){return Ze.get().parse(e)}searchRequestToUrl(e){return Ze.get().serialize(e)}};window.FluidTopicsUrlService=new jr;var me=S(P());var Ce=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:{currentItem:e}})}};Ce.eventName="change";var $r=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))}},Qi=new $r;var Dt=class r extends me.WithEventBus{static build(){return new r(window.history,Qi,()=>window.location,!1)}constructor(e,t,n,i){var a,s;super(),this.history=e,this.historyStorage=t,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(a=e.state)===null||a===void 0?void 0:a.index)!==null&&s!==void 0?s: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,me.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Ce(this.currentItem())),0)}installProxies(){let e=t=>(n,i,[a,s,o])=>{let c=t(),u={...c===this.currentIndex?this.currentState:void 0,...a,index:c,href:typeof o=="string"?o:(o??this.windowLocation()).href};n.apply(i,[u,s,o]),this.setCurrentState(u,!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(Ce.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Ce.eventName,e)}currentItem(){return(0,me.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,me.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,me.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,a=e+1;for(;this.states.length>a&&!this.isDifferentMajorState(a,n);)this.hasState(a)&&(i=a),a++;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,a=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return a==null||a!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Dt.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)});(0,Yi.customElement)("ft-app-context")(D);var Nt=class extends te{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.registerFinal("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 ae((t=(e=g.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.clearAll()}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")}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 a=this.getMapNow(t);return a?.prettyUrl==e||`${a?.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),a=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),s=new URL(a,this.api.tenantBaseUrl);return i.page!=null&&s.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&s.searchParams.set("tocId",i.tocId),i.section!=null&&s.searchParams.set("section",i.section),s.href}getNavigationData(e,t,n,i){var a,s;e=e||"root";let o=this.getEnrichedTocNow(i),c=o?.pageByTocId[e],u=o?.nodeByTocId[e],d=u?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(a=u?.title)!==null&&a!==void 0?a:"",untranslatedTopicTitle:u?.untranslatedTitle,page:t&&c&&c.number!==t?t:void 0,prettyUrl:d?.replace(/^r\//,""),prettyUrlDuplicated:(s=o?.duplicatedPrettyUrls.has(d??""))!==null&&s!==void 0?s:!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=g.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}],a=this.getTocNodeNow(n.parentTocId,t);for(;a;)i.unshift({tocId:a.tocId,title:a.title,untranslatedTitle:a.untranslatedTitle}),a=this.getTocNodeNow(a.parentTocId,t);return i}isFeatureAccessible(e,{session:t}){var n;if(!this.isFeatureAvailable(e))return!1;switch(e){case ie.FEEDBACK:return ae(t??[],R.FEEDBACK_USER);case ie.RATING:return ae(t??[],R.RATING_USER);case ie.PRINT:return ae(t??[],R.PRINT_USER);case ie.BOOKMARK:return!!t?.sessionAuthenticated;case ie.COLLECTIONS:return ae(t??[],R.COLLECTION_USER);case ie.PERSONAL_BOOKS:return ae(t??[],R.PERSONAL_BOOK_USER)&&!(!((n=this.getMapNow())===null||n===void 0)&&n.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var Mt=class r extends Nt{static async build(e){return new r(new dt,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 Lt=class r{static build(e,t){return new r(gn(e.trim()||"context"),t??Mt.build)}loaded(){return(0,J.waitUntil)(()=>this._loaded)}constructor(e,t,n){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new J.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,J.waitFor)(()=>this.service)}async navigateToTopic(e,t,n){await this.loaded();let i=await this.awaitService(),a=await(n!=null?i.getPage(n,this.getTranslationSettings()):i.getPageByTocId(e??"root",this.getTranslationSettings()));this.store.actions.currentPage(a);let s=this.resolveValidNonRootTocId(e,a);this.store.actions.scrollTarget({tocId:s,section:t}),this.store.getState().visibleTopics[0]!==s&&this.store.actions.visibleTopics([])}resolveValidNonRootTocId(e,t){var n,i,a;let s=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:t.rootTocId;return t.topics.includes(s)?s:(a=(i=t.topics[0])!==null&&i!==void 0?i:t.hiddenTopics[0])!==null&&a!==void 0?a:"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,a,s,o;try{e&&this.setTranslationLoading(!0);let c=u=>{throw e&&this.setTranslationError(!0),u};await Promise.all([(t=this.service)===null||t===void 0?void 0:t.getConfiguration().then(u=>this.store.actions.configuration(u)),(n=this.service)===null||n===void 0?void 0:n.getMap(e).then(u=>this.store.actions.map(u)).catch(c),(i=this.service)===null||i===void 0?void 0:i.getToc(e).then(u=>this.store.actions.toc(u)).catch(c),(a=this.service)===null||a===void 0?void 0:a.getPagesToc(e).then(u=>this.store.actions.pagesToc(u)).catch(c),(s=this.service)===null||s===void 0?void 0:s.getPaginationConfiguration().then(u=>this.store.actions.paginationConfiguration(u)).catch(c),(o=this.service)===null||o===void 0?void 0:o.getTranslationError(e).then(u=>this.setTranslationError(u))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,e&&this.setTranslationLoading(!1)}catch(c){this.errorHandler&&!(c instanceof J.CanceledPromiseError)&&this.errorHandler(c)}}fetchRelatives(){var e,t,n;let i=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(a=>{var s;return a.key==((s=this.store.getState().configuration)===null||s===void 0?void 0:s.relativePivotMetadata)}).flatMap(a=>a.values);i!==void 0&&i.length>0?(t=this.service)===null||t===void 0||t.getRelativesForDocument((n=this.store.getState().configuration)===null||n===void 0?void 0:n.relativePivotMetadata,i).then(a=>{let s=a.results.flatMap(o=>o.entries);this.store.actions.relatives(s),this.updateClusteringHelper()}):this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(Ee.clusteringHelperCreated))}createClusteringHelper(){var e,t;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(s=>{var o;return((o=s.map)===null||o===void 0?void 0:o.mapId)==this.store.getState().mapId}),a=(t=(e=g.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&t!==void 0?t:[];return new J.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,a)}}async navigateToRelativeTopicIfFound(e){var t,n,i;await this.loaded();let a=await(0,J.waitFor)(()=>{var u;return(u=this.store.getState().configuration)===null||u===void 0?void 0:u.relativeTopicPivotMetadata}),s=this.store.getState().mapId,c=await(await this.awaitService()).getRelativesForTopicInMap(s,a,[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 u=c.results[0].entries[0].topic.tocId;return await this.navigateToTopic(u),!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,i=this.getTranslationSettings();return i?(t=this.service)===null||t===void 0?void 0:t.getTranslatedTopicContent(e,i).then(a=>(a.isTranslationError&&this.setTranslationError(!0),a.content)):(n=this.service)===null||n===void 0?void 0:n.getTopicContent(e)}getTocNode(e){var t;return(t=this.service)===null||t===void 0?void 0:t.getTocNode(e,this.getTranslationSettings())}getPage(e){var t;return(t=this.service)===null||t===void 0?void 0:t.getPage(e,this.getTranslationSettings())}onMapAttachmentsUpdate(){var e;(e=this.service)===null||e===void 0||e.clearMapAttachments(),this.store.dispatchEvent(new Event(Ee.mapAttachmentsUpdate))}};var Xi=S(Z());var Ji=Xi.css`
44
- `;var kt=class extends CustomEvent{constructor(e,t){super("ft-reader-map-loaded",{detail:{map:e,toc:t}})}},Ut=class extends CustomEvent{constructor(e,t){super("ft-reader-visible-topics-change",{detail:{visibleTopics:t}})}},Ft=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},jt=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},$t=class extends Event{constructor(){super("ft-reader-map-not-found")}},Bt=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},Ht=class extends Event{constructor(){super("ft-reader-map-forbidden")}},Vt=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var Kt=class{constructor(e){this.stateManager=e}searchInDocument(e){this.stateManager.setSearchInDocumentQuery(e??"")}};var V=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},ds=r=>e=>+(e??"NaN")>0?+e:r,N=class extends H.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.scrollToTargetDebouncer=new H.Debouncer(5),this.navigationDebouncer=new H.Debouncer(10),this.mapLoadedEventDebouncer=new H.Debouncer(50),this.addStore(g)}render(){return et.html`
43
+ `}update(e){var t,n,i,a,s;super.update(e),e.has("baseUrl")&&(g.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&g.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&g.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&g.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&g.actions.noCustom(this.noCustom),e.has("editorMode")&&g.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&g.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&g.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(o=>Jn.addContext(o)),e.has("openExternalDocumentInNewTab")&&g.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&g.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&g.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(g.actions.defaultLocales((t=this.localesConfiguration)===null||t===void 0?void 0:t.defaultLocales),g.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),g.actions.searchInAllLanguagesAllowed((s=(a=this.localesConfiguration)===null||a===void 0?void 0:a.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}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())}};D.elementDefinitions={};D.styles=Yn;U([(0,B.property)()],D.prototype,"baseUrl",void 0);U([(0,B.property)()],D.prototype,"apiIntegrationIdentifier",void 0);U([(0,B.property)()],D.prototype,"uiLocale",void 0);U([(0,Y.jsonProperty)(null)],D.prototype,"availableUiLocales",void 0);U([(0,Y.jsonProperty)(null)],D.prototype,"metadataConfiguration",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"editorMode",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"noCustom",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"openExternalDocumentInNewTab",void 0);U([(0,B.property)({converter:{fromAttribute(r){return r==="false"?!1:r==="true"||(r??!1)}}})],D.prototype,"noCustomComponent",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"withManualResources",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"navigatorOnline",void 0);U([(0,B.property)({type:Boolean})],D.prototype,"forcedOffline",void 0);U([(0,B.property)({type:Object})],D.prototype,"apiProvider",void 0);U([(0,Y.jsonProperty)([])],D.prototype,"messageContexts",void 0);U([(0,Y.jsonProperty)(void 0)],D.prototype,"session",void 0);U([(0,B.state)()],D.prototype,"localesConfiguration",void 0);var ls=S(ee());function wa(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;var 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 a=s=>Object.keys(s).filter(o=>s[o]!=null);if(i=a(r),t=i.length,t!==a(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 s=i[n];if(!yt(r[s],e[s]))return!1}return!0}return r!==r&&e!==e||r==null&&e==null}function yt(r,e){try{return wa(r,e)}catch{return!1}}function gt(r,e){return!yt(r,e)}var _a=S(ee(),1);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 ke=S(ee(),1);var ei=S(ee(),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:gt,...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,a=(t=this.resolvePromise)!==null&&t!==void 0?t:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(o){i(o);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ni=S(Z(),1);var Et=globalThis,xa=Et.ShadowRoot&&(Et.ShadyCSS===void 0||Et.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Oo=Symbol();var ri=(r,e)=>{if(xa)r.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(let t of e){let n=document.createElement("style"),i=Et.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=t.cssText,r.appendChild(n)}};var At=class extends ni.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));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 a of t)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(a);return i}var ze=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},ui,ai=Symbol("constructorPrototype"),si=Symbol("constructorName"),ci=Symbol("exportpartsDebouncer"),oi=Symbol("dynamicDependenciesLoaded"),se=class extends At{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ui]=new St(5),this[si]=this.constructor.name,this[ai]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[si]&&Object.setPrototypeOf(this,this[ai])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}let e=this.constructor;e[oi]||(e[oi]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:t,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let a=[...i??[],n];t=ii(this.shadowRoot,...a)}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(a=>a.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(a){console.error(a,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}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[ci].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var t,n,i,a,s,o;let c=p=>p!=null&&p.trim().length>0,u=e.filter(c).map(p=>p.trim());if(u.length===0){this.removeAttribute("exportparts");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 m=(a=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],v=(o=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(y=>y.split(":")[1]))!==null&&o!==void 0?o:[];new Array(...m,...v).filter(c).map(y=>y.trim()).forEach(y=>d.add(y))}if(d.size===0){this.removeAttribute("exportparts");return}let f=[...d.values()].flatMap(p=>u.map(m=>`${p}:${m}--${p}`));this.setAttribute("exportparts",[...this.part,...f].join(", "))}};ui=ci;ze([(0,ke.property)()],se.prototype,"exportpartsPrefix",void 0);ze([ti([])],se.prototype,"exportpartsPrefixes",void 0);ze([(0,ke.property)()],se.prototype,"customStylesheet",void 0);ze([(0,ke.property)()],se.prototype,"elementToFocus",void 0);ze([(0,ke.state)()],se.prototype,"useAdoptedStyleSheets",void 0);function Ge(r){var e;return(e=r?.isFtReduxStore)!==null&&e!==void 0?e:!1}var li,di,fi,Qe=Symbol("internalReduxEventsUnsubscribers"),de=Symbol("internalStoresUnsubscribers"),Oe=Symbol("internalStores"),Ye=class extends se{constructor(){super(...arguments),this[li]=new Map,this[di]=new Map,this[fi]=new Map}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(t=>e.has(t))&&this.updateFromStores()}getUnnamedStore(){if(this[Oe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Oe].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Oe].get(e)}addStore(e,t){var n;t=(n=t??(Ge(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(t),this[Oe].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}removeStore(e){let t=typeof e=="string"?e:e.name;this.unsubscribeFromStore(t),this[Oe].delete(t)}setupStores(){this.unsubscribeFromStores(),this[Oe].forEach((e,t)=>this.subscribeToStore(t,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,t)=>{let n=this.constructor.getPropertyOptions(t);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:t)){let i=this.getStore(e.store);i&&(e.store?this[de].has(e.store):this[de].size>0)&&(this[t]=e.selector(i.getState(),this))}})}subscribeToStore(e,t){var n;this[de].set(e,t.subscribe(()=>this.updateFromStores())),this[Qe].set(e,[]),Ge(t)&&t.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||t.name===i.store)){let s=o=>this[a](o);t.addEventListener(i.eventName,s),this[Qe].get(e).push(()=>t.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[de].forEach((e,t)=>this.unsubscribeFromStore(t))}unsubscribeFromStore(e){var t;this[de].has(e)&&this[de].get(e)(),this[de].delete(e),(t=this[Qe].get(e))===null||t===void 0||t.forEach(n=>n()),this[Qe].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};li=de,di=Oe,fi=Qe;Ye.reduxProperties=new Map;Ye.reduxReactiveProperties=new Set;Ye.reduxEventListeners=new Map;function W(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,a;throw Error("[Immer] minified error nr: "+r+(t.length?" "+t.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function oe(r){return!!r&&!!r[R]}function X(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)===Ma}(r)||Array.isArray(r)||!!r[bi]||!!(!((e=r.constructor)===null||e===void 0)&&e[bi])||Sr(r)||Er(r))}function Ce(r,e,t){t===void 0&&(t=!1),je(r)===0?(t?Object.keys:Fe)(r).forEach(function(n){t&&typeof n=="symbol"||e(n,r[n],r)}):r.forEach(function(n,i){return e(i,n,r)})}function je(r){var e=r[R];return e?e.i>3?e.i-4:e.i:Array.isArray(r)?1:Sr(r)?2:Er(r)?3:0}function Ue(r,e){return je(r)===2?r.has(e):Object.prototype.hasOwnProperty.call(r,e)}function Oa(r,e){return je(r)===2?r.get(e):r[e]}function Si(r,e,t){var n=je(r);n===2?r.set(e,t):n===3?r.add(t):r[e]=t}function Ei(r,e){return r===e?r!==0||1/r==1/e:r!=r&&e!=e}function Sr(r){return Da&&r instanceof Map}function Er(r){return Na&&r instanceof Set}function fe(r){return r.o||r.t}function Ar(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var e=wi(r);delete e[R];for(var t=Fe(e),n=0;n<t.length;n++){var i=t[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:r[i]})}return Object.create(Object.getPrototypeOf(r),e)}function Tr(r,e){return e===void 0&&(e=!1),wr(r)||oe(r)||!X(r)||(je(r)>1&&(r.set=r.add=r.clear=r.delete=Ca),Object.freeze(r),e&&Ce(r,function(t,n){return Tr(n,!0)},!0)),r}function Ca(){W(2)}function wr(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function ne(r){var e=br[r];return e||W(18,r),e}function Ra(r,e){br[r]||(br[r]=e)}function mr(){return Je}function fr(r,e){e&&(ne("Patches"),r.u=[],r.s=[],r.v=e)}function Tt(r){yr(r),r.p.forEach(Ia),r.p=null}function yr(r){r===Je&&(Je=r.l)}function hi(r){return Je={p:[],l:Je,h:r,m:!0,_:0}}function Ia(r){var e=r[R];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||ne("ES5").S(e,r,n),n?(t[R].P&&(Tt(e),W(4)),X(r)&&(r=wt(e,r),e.l||_t(e,r)),e.u&&ne("Patches").M(t[R].t,r,e.u,e.s)):r=wt(e,t,[]),Tt(e),e.u&&e.v(e.u,e.s),r!==Ti?r:void 0}function wt(r,e,t){if(wr(e))return e;var n=e[R];if(!n)return Ce(e,function(o,c){return pi(r,n,e,o,c,t)},!0),e;if(n.A!==r)return e;if(!n.P)return _t(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,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),Ce(a,function(o,c){return pi(r,n,i,o,c,t,s)}),_t(r,i,!1),t&&r.u&&ne("Patches").N(n,t,r.u,r.s)}return n.o}function pi(r,e,t,n,i,a,s){if(oe(i)){var o=wt(r,i,a&&e&&e.i!==3&&!Ue(e.R,n)?a.concat(n):void 0);if(Si(t,n,o),!oe(o))return;r.m=!1}else s&&t.add(i);if(X(i)&&!wr(i)){if(!r.h.D&&r._<1)return;wt(r,i),e&&e.A.l||_t(r,i)}}function _t(r,e,t){t===void 0&&(t=!1),!r.l&&r.h.D&&r.m&&Tr(e,t)}function pr(r,e){var t=r[R];return(t?fe(t):r)[e]}function vi(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 he(r){r.P||(r.P=!0,r.l&&he(r.l))}function vr(r){r.o||(r.o=Ar(r.t))}function gr(r,e,t){var n=Sr(e)?ne("MapSet").F(e,t):Er(e)?ne("MapSet").T(e,t):r.O?function(i,a){var s=Array.isArray(i),o={i:s?1:0,A:a?a.A:mr(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},c=o,u=Ze;s&&(c=[o],u=Xe);var d=Proxy.revocable(c,u),f=d.revoke,p=d.proxy;return o.k=p,o.j=f,p}(e,t):ne("ES5").J(e,t);return(t?t.A:mr()).p.push(n),n}function Pa(r){return oe(r)||W(22,r),function e(t){if(!X(t))return t;var n,i=t[R],a=je(t);if(i){if(!i.P&&(i.i<4||!ne("ES5").K(i)))return i.t;i.I=!0,n=mi(t,a),i.I=!1}else n=mi(t,a);return Ce(n,function(s,o){i&&Oa(i.t,s)===o||Si(n,s,e(o))}),a===3?new Set(n):n}(r)}function mi(r,e){switch(e){case 2:return new Map(r);case 3:return Array.from(r)}return Ar(r)}function Ai(){function r(s,o){var c=a[s];return c?c.enumerable=o:a[s]=c={configurable:!0,enumerable:o,get:function(){var u=this[R];return Ze.get(u,s)},set:function(u){var d=this[R];Ze.set(d,s,u)}},c}function e(s){for(var o=s.length-1;o>=0;o--){var c=s[o][R];if(!c.P)switch(c.i){case 5:n(c)&&he(c);break;case 4:t(c)&&he(c)}}}function t(s){for(var o=s.t,c=s.k,u=Fe(c),d=u.length-1;d>=0;d--){var f=u[d];if(f!==R){var p=o[f];if(p===void 0&&!Ue(o,f))return!0;var m=c[f],v=m&&m[R];if(v?v.t!==p:!Ei(m,p))return!0}}var y=!!o[R];return u.length!==Fe(o).length+(y?0:1)}function n(s){var o=s.k;if(o.length!==s.t.length)return!0;var c=Object.getOwnPropertyDescriptor(o,o.length-1);if(c&&!c.get)return!0;for(var u=0;u<o.length;u++)if(!o.hasOwnProperty(u))return!0;return!1}function i(s){s.g&&W(3,JSON.stringify(fe(s)))}var a={};Ra("ES5",{J:function(s,o){var c=Array.isArray(s),u=function(f,p){if(f){for(var m=Array(p.length),v=0;v<p.length;v++)Object.defineProperty(m,""+v,r(v,!0));return m}var y=wi(p);delete y[R];for(var w=Fe(y),E=0;E<w.length;E++){var A=w[E];y[A]=r(A,f||!!y[A].enumerable)}return Object.create(Object.getPrototypeOf(p),y)}(c,s),d={i:c?5:4,A:o?o.A:mr(),P:!1,I:!1,R:{},l:o,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,R,{value:d,writable:!0}),u},S:function(s,o,c){c?oe(o)&&o[R].A===s&&e(s.p):(s.u&&function u(d){if(d&&typeof d=="object"){var f=d[R];if(f){var p=f.t,m=f.k,v=f.R,y=f.i;if(y===4)Ce(m,function(_){_!==R&&(p[_]!==void 0||Ue(p,_)?v[_]||u(m[_]):(v[_]=!0,he(f)))}),Ce(p,function(_){m[_]!==void 0||Ue(m,_)||(v[_]=!1,he(f))});else if(y===5){if(n(f)&&(he(f),v.length=!0),m.length<p.length)for(var w=m.length;w<p.length;w++)v[w]=!1;else for(var E=p.length;E<m.length;E++)v[E]=!0;for(var A=Math.min(m.length,p.length),O=0;O<A;O++)m.hasOwnProperty(O)||(v[O]=!0),v[O]===void 0&&u(m[O])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?t(s):n(s)}})}var yi,Je,_r=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Da=typeof Map<"u",Na=typeof Set<"u",gi=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ti=_r?Symbol.for("immer-nothing"):((yi={})["immer-nothing"]=!0,yi),bi=_r?Symbol.for("immer-draftable"):"__$immer_draftable",R=_r?Symbol.for("immer-state"):"__$immer_state";var Ma=""+Object.prototype.constructor,Fe=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,wi=Object.getOwnPropertyDescriptors||function(r){var e={};return Fe(r).forEach(function(t){e[t]=Object.getOwnPropertyDescriptor(r,t)}),e},br={},Ze={get:function(r,e){if(e===R)return r;var t=fe(r);if(!Ue(t,e))return function(i,a,s){var o,c=vi(a,s);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||!X(n)?n:n===pr(r.t,e)?(vr(r),r.o[e]=gr(r.A.h,n,r)):n},has:function(r,e){return e in fe(r)},ownKeys:function(r){return Reflect.ownKeys(fe(r))},set:function(r,e,t){var n=vi(fe(r),e);if(n?.set)return n.set.call(r.k,t),!0;if(!r.P){var i=pr(fe(r),e),a=i?.[R];if(a&&a.t===t)return r.o[e]=t,r.R[e]=!1,!0;if(Ei(t,i)&&(t!==void 0||Ue(r.t,e)))return!0;vr(r),he(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 pr(r.t,e)!==void 0||e in r.t?(r.R[e]=!1,vr(r),he(r)):delete r.R[e],r.o&&delete r.o[e],!0},getOwnPropertyDescriptor:function(r,e){var t=fe(r),n=Reflect.getOwnPropertyDescriptor(t,e);return n&&{writable:!0,configurable:r.i!==1||e!=="length",enumerable:n.enumerable,value:t[e]}},defineProperty:function(){W(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){W(12)}},Xe={};Ce(Ze,function(r,e){Xe[r]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Xe.deleteProperty=function(r,e){return Xe.set.call(this,r,e,void 0)},Xe.set=function(r,e,t){return Ze.set.call(this,r[0],e,t,r[0])};var La=function(){function r(t){var n=this;this.O=gi,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var o=a;a=i;var c=n;return function(y){var w=this;y===void 0&&(y=o);for(var E=arguments.length,A=Array(E>1?E-1:0),O=1;O<E;O++)A[O-1]=arguments[O];return c.produce(y,function(_){var L;return(L=a).call.apply(L,[w,_].concat(A))})}}var u;if(typeof a!="function"&&W(6),s!==void 0&&typeof s!="function"&&W(7),X(i)){var d=hi(n),f=gr(n,i,void 0),p=!0;try{u=a(f),p=!1}finally{p?Tt(d):yr(d)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(y){return fr(d,s),hr(y,d)},function(y){throw Tt(d),y}):(fr(d,s),hr(u,d))}if(!i||typeof i!="object"){if((u=a(i))===void 0&&(u=i),u===Ti&&(u=void 0),n.D&&Tr(u,!0),s){var m=[],v=[];ne("Patches").M(i,u,m,v),s(m,v)}return u}W(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(u){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(u,function(m){return i.apply(void 0,[m].concat(f))})};var s,o,c=n.produce(i,a,function(u,d){s=u,o=d});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,s,o]}):[c,s,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){X(t)||W(8),oe(t)&&(t=Pa(t));var n=hi(this),i=gr(this,t,void 0);return i[R].C=!0,yr(n),i},e.finishDraft=function(t,n){var i=t&&t[R],a=i.A;return fr(a,n),hr(void 0,a)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!gi&&W(20),this.O=t},e.applyPatches=function(t,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){t=a.value;break}}i>-1&&(n=n.slice(i+1));var s=ne("Patches").$;return oe(t)?s(t,n):this.produce(t,function(o){return s(o,n)})},r}(),K=new La,ka=K.produce,Bo=K.produceWithPatches.bind(K),Ho=K.setAutoFreeze.bind(K),Vo=K.setUseProxies.bind(K),Ko=K.applyPatches.bind(K),qo=K.createDraft.bind(K),Wo=K.finishDraft.bind(K),xt=ka;function Re(r){"@babel/helpers - typeof";return Re=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},Re(r)}function _i(r,e){if(Re(r)!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e||"default");if(Re(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function xi(r){var e=_i(r,"string");return Re(e)=="symbol"?e:e+""}function Oi(r,e,t){return(e=xi(e))in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Ci(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?Ci(Object(t),!0).forEach(function(n){Oi(r,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):Ci(Object(t)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(t,n))})}return r}function F(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 Ri=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Or=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ot={INIT:"@@redux/INIT"+Or(),REPLACE:"@@redux/REPLACE"+Or(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Or()}};function Ua(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 Cr(r,e,t){var n;if(typeof e=="function"&&typeof t=="function"||typeof t=="function"&&typeof arguments[3]=="function")throw new Error(F(0));if(typeof e=="function"&&typeof t>"u"&&(t=e,e=void 0),typeof t<"u"){if(typeof t!="function")throw new Error(F(1));return t(Cr)(r,e)}if(typeof r!="function")throw new Error(F(2));var i=r,a=e,s=[],o=s,c=!1;function u(){o===s&&(o=s.slice())}function d(){if(c)throw new Error(F(3));return a}function f(y){if(typeof y!="function")throw new Error(F(4));if(c)throw new Error(F(5));var w=!0;return u(),o.push(y),function(){if(w){if(c)throw new Error(F(6));w=!1,u();var A=o.indexOf(y);o.splice(A,1),s=null}}}function p(y){if(!Ua(y))throw new Error(F(7));if(typeof y.type>"u")throw new Error(F(8));if(c)throw new Error(F(9));try{c=!0,a=i(a,y)}finally{c=!1}for(var w=s=o,E=0;E<w.length;E++){var A=w[E];A()}return y}function m(y){if(typeof y!="function")throw new Error(F(10));i=y,p({type:Ot.REPLACE})}function v(){var y,w=f;return y={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(F(11));function O(){A.next&&A.next(d())}O();var _=w(O);return{unsubscribe:_}}},y[Ri]=function(){return this},y}return p({type:Ot.INIT}),n={dispatch:p,subscribe:f,getState:d,replaceReducer:m},n[Ri]=v,n}function Fa(r){Object.keys(r).forEach(function(e){var t=r[e],n=t(void 0,{type:Ot.INIT});if(typeof n>"u")throw new Error(F(12));if(typeof t(void 0,{type:Ot.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(F(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 a=Object.keys(t),s,o;try{Fa(t)}catch(c){o=c}return function(u,d){if(u===void 0&&(u={}),o)throw o;if(0)var f;for(var p=!1,m={},v=0;v<a.length;v++){var y=a[v],w=t[y],E=u[y],A=w(E,d);if(typeof A>"u"){var O=d&&d.type;throw new Error(F(14))}m[y]=A,p=p||A!==E}return p=p||a.length!==Object.keys(u).length,p?m:u}}function $e(){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 Pi(){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),a=function(){throw new Error(F(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},o=e.map(function(c){return c(s)});return a=$e.apply(void 0,o)(i.dispatch),xr(xr({},i),{},{dispatch:a})}}}function Di(r){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(o){return typeof o=="function"?o(i,a,r):s(o)}}};return e}var Ni=Di();Ni.withExtraArgument=Di;var Rr=Ni;var Fi=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},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)}}(),ja=function(r,e){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(u){return function(d){return c([u,d])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){t.label=u[1];break}if(u[0]===6&&t.label<a[1]){t.label=a[1],a=u;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(u);break}a[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(r,t)}catch(d){u=[6,d],i=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Be=function(r,e){for(var t=0,n=e.length,i=r.length;t<n;t++,i++)r[i]=e[t];return r},$a=Object.defineProperty,Ba=Object.defineProperties,Ha=Object.getOwnPropertyDescriptors,Mi=Object.getOwnPropertySymbols,Va=Object.prototype.hasOwnProperty,Ka=Object.prototype.propertyIsEnumerable,Li=function(r,e,t){return e in r?$a(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t},pe=function(r,e){for(var t in e||(e={}))Va.call(e,t)&&Li(r,t,e[t]);if(Mi)for(var n=0,i=Mi(e);n<i.length;n++){var t=i[n];Ka.call(e,t)&&Li(r,t,e[t])}return r},Ir=function(r,e){return Ba(r,Ha(e))},qa=function(r,e,t){return new Promise(function(n,i){var a=function(c){try{o(t.next(c))}catch(u){i(u)}},s=function(c){try{o(t.throw(c))}catch(u){i(u)}},o=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(a,s)};o((t=t.apply(r,e)).next())})};var Wa=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?$e:$e.apply(null,arguments)},lu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function za(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 Ga=function(r){Fi(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,Be([void 0],t[0].concat(this)))):new(e.bind.apply(e,Be([void 0],t.concat(this))))},e}(Array),Qa=function(r){Fi(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,Be([void 0],t[0].concat(this)))):new(e.bind.apply(e,Be([void 0],t.concat(this))))},e}(Array);function Nr(r){return X(r)?xt(r,function(){}):r}function Ya(r){return typeof r=="boolean"}function Xa(){return function(e){return Ja(e)}}function Ja(r){r===void 0&&(r={});var e=r.thunk,t=e===void 0?!0:e,n=r.immutableCheck,i=n===void 0?!0:n,a=r.serializableCheck,s=a===void 0?!0:a,o=new Ga;if(t&&(Ya(t)?o.push(Rr):o.push(Rr.withExtraArgument(t.extraArgument))),0){if(i)var c;if(s)var u}return o}var Pr=!0;function ji(r){var e=Xa(),t=r||{},n=t.reducer,i=n===void 0?void 0:n,a=t.middleware,s=a===void 0?e():a,o=t.devTools,c=o===void 0?!0:o,u=t.preloadedState,d=u===void 0?void 0:u,f=t.enhancers,p=f===void 0?void 0:f,m;if(typeof i=="function")m=i;else if(za(i))m=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=s;if(typeof v=="function"&&(v=v(e),!Pr&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Pr&&v.some(function(_){return typeof _!="function"}))throw new Error("each middleware provided to configureStore must be a function");var y=Pi.apply(void 0,v),w=$e;c&&(w=Wa(pe({trace:!Pr},typeof c=="object"&&c)));var E=new Qa(y),A=E;Array.isArray(p)?A=Be([y],p):typeof p=="function"&&(A=p(E));var O=w.apply(void 0,A);return Cr(m,d,O)}function ve(r,e){function t(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return pe(pe({type:r,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.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 $i(r){var e={},t=[],n,i={addCase:function(a,s){var o=typeof a=="string"?a:a.type;if(o in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[o]=s,i},addMatcher:function(a,s){return t.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return r(i),[e,t,n]}function Za(r){return typeof r=="function"}function es(r,e,t,n){t===void 0&&(t=[]);var i=typeof e=="function"?$i(e):[e,t,n],a=i[0],s=i[1],o=i[2],c;if(Za(r))c=function(){return Nr(r())};else{var u=Nr(r);c=function(){return u}}function d(f,p){f===void 0&&(f=c());var m=Be([a[p.type]],s.filter(function(v){var y=v.matcher;return y(p)}).map(function(v){var y=v.reducer;return y}));return m.filter(function(v){return!!v}).length===0&&(m=[o]),m.reduce(function(v,y){if(y)if(oe(v)){var w=v,E=y(w,p);return E===void 0?v:E}else{if(X(v))return xt(v,function(A){return y(A,p)});var E=y(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 ts(r,e){return r+"/"+e}function Bi(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:Nr(r.initialState),n=r.reducers||{},i=Object.keys(n),a={},s={},o={};i.forEach(function(d){var f=n[d],p=ts(e,d),m,v;"reducer"in f?(m=f.reducer,v=f.prepare):m=f,a[d]=m,s[p]=m,o[d]=v?ve(p,v):ve(p)});function c(){var d=typeof r.extraReducers=="function"?$i(r.extraReducers):[r.extraReducers],f=d[0],p=f===void 0?{}:f,m=d[1],v=m===void 0?[]:m,y=d[2],w=y===void 0?void 0:y,E=pe(pe({},p),s);return es(t,function(A){for(var O in E)A.addCase(O,E[O]);for(var _=0,L=v;_<L.length;_++){var G=L[_];A.addMatcher(G.matcher,G.reducer)}w&&A.addDefaultCase(w)})}var u;return{name:e,reducer:function(d,f){return u||(u=c()),u(d,f)},actions:o,caseReducers:a,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var rs="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",ns=function(r){r===void 0&&(r=21);for(var e="",t=r;t--;)e+=rs[Math.random()*64|0];return e},is=["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}(),as=function(r){if(typeof r=="object"&&r!==null){for(var e={},t=0,n=is;t<n.length;t++){var i=n[t];typeof r[i]=="string"&&(e[i]=r[i])}return e}return{message:String(r)}},pu=function(){function r(e,t,n){var i=ve(e+"/fulfilled",function(d,f,p,m){return{payload:d,meta:Ir(pe({},m||{}),{arg:p,requestId:f,requestStatus:"fulfilled"})}}),a=ve(e+"/pending",function(d,f,p){return{payload:void 0,meta:Ir(pe({},p||{}),{arg:f,requestId:d,requestStatus:"pending"})}}),s=ve(e+"/rejected",function(d,f,p,m,v){return{payload:m,error:(n&&n.serializeError||as)(d||"Rejected"),meta:Ir(pe({},v||{}),{arg:p,requestId:f,rejectedWithValue:!!m,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 u(d){return function(f,p,m){var v=n?.idGenerator?n.idGenerator(d):ns(),y=new c,w,E=!1;function A(_){w=_,y.abort()}var O=function(){return qa(this,null,function(){var _,L,G,ge,j,be,De;return ja(this,function(l){switch(l.label){case 0:return l.trys.push([0,4,,5]),ge=(_=n?.condition)==null?void 0:_.call(n,d,{getState:p,extra:m}),os(ge)?[4,ge]:[3,2];case 1:ge=l.sent(),l.label=2;case 2:if(ge===!1||y.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,j=new Promise(function(h,b){return y.signal.addEventListener("abort",function(){return b({name:"AbortError",message:w||"Aborted"})})}),f(a(v,d,(L=n?.getPendingMeta)==null?void 0:L.call(n,{requestId:v,arg:d},{getState:p,extra:m}))),[4,Promise.race([j,Promise.resolve(t(d,{dispatch:f,getState:p,extra:m,requestId:v,signal:y.signal,abort:A,rejectWithValue:function(h,b){return new Dr(h,b)},fulfillWithValue:function(h,b){return new ki(h,b)}})).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 G=l.sent(),[3,5];case 4:return be=l.sent(),G=be instanceof Dr?s(null,v,d,be.payload,be.meta):s(be,v,d),[3,5];case 5:return De=n&&!n.dispatchConditionRejection&&s.match(G)&&G.meta.condition,De||f(G),[2,G]}})})}();return Object.assign(O,{abort:A,requestId:v,arg:d,unwrap:function(){return O.then(ss)}})}}return Object.assign(u,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return r.withTypes=function(){return r},r}();function ss(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function os(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var Hi="listener",Vi="completed",Ki="cancelled",vu="task-"+Ki,mu="task-"+Vi,yu=Hi+"-"+Ki,gu=Hi+"-"+Vi;var Mr="listenerMiddleware";var bu=ve(Mr+"/add"),Su=ve(Mr+"/removeAll"),Eu=ve(Mr+"/remove");var Ui,Au=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(Ui||(Ui=Promise.resolve())).then(r).catch(function(e){return setTimeout(function(){throw e},0)})},us=function(r){return function(e){setTimeout(e,r)}},Tu=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:us(10);Ai();function cs(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)}}}var Ct=class extends cs(Object){};window.ftReduxStores||(window.ftReduxStores={});var qi=class r extends Ct{static get(e){var t;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Ge(a))return a;if(i==null)return;let s=Bi({...i,reducers:(t=i.reducers)!==null&&t!==void 0?t:{}}),o=ji({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:s.reducer(c,u)});return window.ftReduxStores[i.name]=new r(s,o,i.eventBus)}constructor(e,t,n){super(),this.reduxSlice=e,this.reduxStore=t,this.isFtReduxStore=!0,this.commands=new bt;let i=a=>a!=null?JSON.parse(JSON.stringify(a)):a;this.actions=new Proxy(this.reduxSlice.actions,{get:(a,s,o)=>{let c=s,u=a[c];return u?(...d)=>{let f=u(...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 Dt=S(P());var Rt=class extends te{async listMySearches(){let{session:e}=g.getState();return ae(e,C.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var It=class extends te{async listMyBookmarks(){let e=g.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var ds="ft-user-assets",Pt=Dt.FtReduxStore.get({name:ds,initialState:{savedSearches:void 0,bookmarks:void 0}}),Lr=class{constructor(){this.currentSession=g.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new It,this.savedSearchesService=new Rt,g.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:t}=g.getState();(0,Dt.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,t?.profile)||(this.currentSession=t,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Pt.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Pt.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();Pt.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}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;Pt.actions.bookmarks(t)}}},Wi=new Lr;var kr=class{addCommand(e,t=!1){g.commands.add(e,t)}consumeCommand(e){return g.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new kr;var zi=S(P()),Ur=class{highlightHtml(e,t,n){(0,zi.highlightHtml)(e,t,n)}};window.FluidTopicsHighlightHtmlService=new Ur;var Gi=S(P());var Fr=class{isDate(e){var t,n,i,a;return(a=(i=((n=(t=g.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&&a!==void 0?a:!1}format(e,t){var n,i,a;return Gi.DateFormatter.format(e,(n=t?.locale)!==null&&n!==void 0?n:g.getState().uiLocale,(i=t?.longFormat)!==null&&i!==void 0?i:!1,(a=t?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Fr;var Qi=S(P());var et=class{static get(e,t){var n,i,a,s;let o=g.getState(),{lang:c,region:u}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Qi.SearchPlaceConverter(o.baseUrl,(s=(a=window.FluidTopicsClientConfiguration)===null||a===void 0?void 0:a.predefinedSorts)!==null&&s!==void 0?s:{},e??20,o.searchInAllLanguagesAllowed,t??`${c}-${u}`)}};var jr=class{urlToSearchRequest(e){return et.get().parse(e)}searchRequestToUrl(e){return et.get().serialize(e)}};window.FluidTopicsUrlService=new jr;var me=S(P());var Ie=class r extends CustomEvent{constructor(e){super(r.eventName,{detail:{currentItem:e}})}};Ie.eventName="change";var $r=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))}},Yi=new $r;var Nt=class r extends me.WithEventBus{static build(){return new r(window.history,Yi,()=>window.location,!1)}constructor(e,t,n,i){var a,s;super(),this.history=e,this.historyStorage=t,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(a=e.state)===null||a===void 0?void 0:a.index)!==null&&s!==void 0?s: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,me.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Ie(this.currentItem())),0)}installProxies(){let e=t=>(n,i,[a,s,o])=>{let c=t(),u={...c===this.currentIndex?this.currentState:void 0,...a,index:c,href:typeof o=="string"?o:(o??this.windowLocation()).href};n.apply(i,[u,s,o]),this.setCurrentState(u,!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(Ie.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Ie.eventName,e)}currentItem(){return(0,me.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,me.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,me.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,a=e+1;for(;this.states.length>a&&!this.isDifferentMajorState(a,n);)this.hasState(a)&&(i=a),a++;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,a=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return a==null||a!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Nt.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)});(0,Xi.customElement)("ft-app-context")(D);var Mt=class extends te{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.registerFinal("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 ae((t=(e=g.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.clearAll()}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")}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 a=this.getMapNow(t);return a?.prettyUrl==e||`${a?.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),a=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),s=new URL(a,this.api.tenantBaseUrl);return i.page!=null&&s.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&s.searchParams.set("tocId",i.tocId),i.section!=null&&s.searchParams.set("section",i.section),s.href}getNavigationData(e,t,n,i){var a,s;e=e||"root";let o=this.getEnrichedTocNow(i),c=o?.pageByTocId[e],u=o?.nodeByTocId[e],d=u?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(a=u?.title)!==null&&a!==void 0?a:"",untranslatedTopicTitle:u?.untranslatedTitle,page:t&&c&&c.number!==t?t:void 0,prettyUrl:d?.replace(/^r\//,""),prettyUrlDuplicated:(s=o?.duplicatedPrettyUrls.has(d??""))!==null&&s!==void 0?s:!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=g.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}],a=this.getTocNodeNow(n.parentTocId,t);for(;a;)i.unshift({tocId:a.tocId,title:a.title,untranslatedTitle:a.untranslatedTitle}),a=this.getTocNodeNow(a.parentTocId,t);return i}isFeatureAccessible(e,{session:t}){var n;if(!this.isFeatureAvailable(e))return!1;switch(e){case ie.FEEDBACK:return ae(t??[],C.FEEDBACK_USER);case ie.RATING:return ae(t??[],C.RATING_USER);case ie.PRINT:return ae(t??[],C.PRINT_USER);case ie.BOOKMARK:return!!t?.sessionAuthenticated;case ie.COLLECTIONS:return ae(t??[],C.COLLECTION_USER);case ie.PERSONAL_BOOKS:return ae(t??[],C.PERSONAL_BOOK_USER)&&!(!((n=this.getMapNow())===null||n===void 0)&&n.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}reloadConfiguration(){this.cache.registerFinal("configuration",()=>this.api.getReaderConfiguration())}};var Lt=class r extends Mt{static async build(e){return new r(new ft,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 kt=class r{static build(e,t){return new r(gn(e.trim()||"context"),t??Lt.build)}loaded(){return(0,J.waitUntil)(()=>this._loaded)}constructor(e,t,n){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new J.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,J.waitFor)(()=>this.service)}async navigateToTopic(e,t,n){await this.loaded();let i=await this.awaitService(),a=await(n!=null?i.getPage(n,this.getTranslationSettings()):i.getPageByTocId(e??"root",this.getTranslationSettings()));this.store.actions.currentPage(a);let s=this.resolveValidNonRootTocId(e,a);this.store.actions.scrollTarget({tocId:s,section:t}),this.store.getState().visibleTopics[0]!==s&&this.store.actions.visibleTopics([])}resolveValidNonRootTocId(e,t){var n,i,a;let s=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:t.rootTocId;return t.topics.includes(s)?s:(a=(i=t.topics[0])!==null&&i!==void 0?i:t.hiddenTopics[0])!==null&&a!==void 0?a:"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,a,s,o;try{e&&this.setTranslationLoading(!0);let c=u=>{throw e&&this.setTranslationError(!0),u};await Promise.all([(t=this.service)===null||t===void 0?void 0:t.getConfiguration().then(u=>this.store.actions.configuration(u)),(n=this.service)===null||n===void 0?void 0:n.getMap(e).then(u=>this.store.actions.map(u)).catch(c),(i=this.service)===null||i===void 0?void 0:i.getToc(e).then(u=>this.store.actions.toc(u)).catch(c),(a=this.service)===null||a===void 0?void 0:a.getPagesToc(e).then(u=>this.store.actions.pagesToc(u)).catch(c),(s=this.service)===null||s===void 0?void 0:s.getPaginationConfiguration().then(u=>this.store.actions.paginationConfiguration(u)).catch(c),(o=this.service)===null||o===void 0?void 0:o.getTranslationError(e).then(u=>this.setTranslationError(u))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,e&&this.setTranslationLoading(!1)}catch(c){this.errorHandler&&!(c instanceof J.CanceledPromiseError)&&this.errorHandler(c)}}fetchRelatives(){var e,t;let n=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(i=>{var a;return i.key==((a=this.store.getState().configuration)===null||a===void 0?void 0:a.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 a=i.results.flatMap(s=>s.entries);this.store.actions.relatives(a),this.updateClusteringHelper()}):this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(Ee.clusteringHelperCreated))}createClusteringHelper(){var e,t;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(s=>{var o;return((o=s.map)===null||o===void 0?void 0:o.mapId)==this.store.getState().mapId}),a=(t=(e=g.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&t!==void 0?t:[];return new J.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,a)}}async navigateToRelativeTopicIfFound(e){var t,n,i;await this.loaded();let a=await(0,J.waitFor)(()=>{var u;return(u=this.store.getState().configuration)===null||u===void 0?void 0:u.relativeTopicPivotMetadata}),s=this.store.getState().mapId,c=await(await this.awaitService()).getRelativesForTopicInMap(s,a,[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 u=c.results[0].entries[0].topic.tocId;return await this.navigateToTopic(u),!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(a=>(a.isTranslationError&&this.setTranslationError(!0),a.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(Ee.mapAttachmentsUpdate))}};var Ji=S(Z());var Zi=Ji.css`
44
+ `;var Ut=class extends CustomEvent{constructor(e,t){super("ft-reader-map-loaded",{detail:{map:e,toc:t}})}},Ft=class extends CustomEvent{constructor(e,t){super("ft-reader-visible-topics-change",{detail:{visibleTopics:t}})}},jt=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},$t=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},Bt=class extends Event{constructor(){super("ft-reader-map-not-found")}},Ht=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},Vt=class extends Event{constructor(){super("ft-reader-map-forbidden")}},Kt=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var qt=class{constructor(e){this.stateManager=e}searchInDocument(e){this.stateManager.setSearchInDocumentQuery(e??"")}};var V=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},fs=r=>e=>+(e??"NaN")>0?+e:r,N=class extends H.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.awaitService().then(e=>{e.reloadConfiguration()})},this.scrollToTargetDebouncer=new H.Debouncer(5),this.navigationDebouncer=new H.Debouncer(10),this.mapLoadedEventDebouncer=new H.Debouncer(50),this.addStore(g)}render(){return tt.html`
45
45
  ${this.importStyleIfNeeded()}
46
- <slot @register-ft-reader-component=${this.registerComponent}></slot>
47
- `}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:"")?et.nothing:et.html`
46
+ <slot @register-ft-reader-component="${this.registerComponent}"></slot>
47
+ `}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:"")?tt.nothing:tt.html`
48
48
  <style>
49
49
  @import "${n}"
50
50
  </style>
51
- `}get stateManager(){return this._stateManager==null&&(this._stateManager=Lt.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 Kt(this.stateManager)})}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(a=>this.dispatchEvent(new Ft(a))))}(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 a=i.filter(s=>s!=null&&s.topicTitle!=="").map(s=>({tocId:s.tocId,title:s.topicTitle,page:s.page,prettyUrl:s.prettyUrl,prettyUrlDuplicated:s.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(s.tocId)}));this.dispatchEvent(new Ut(this.map,a))})}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 Vt),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 Bt):t.status===403?this.dispatchEvent(new Ht):t.status===404?this.dispatchEvent(new $t):this.dispatchEvent(new jt(e))}reloadBookmarks(){qi.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 kt(this.map,this.toc))})}};N.styles=Ji;V([(0,H.redux)({store:g.name})],N.prototype,"baseUrl",void 0);V([(0,H.redux)({store:g.name})],N.prototype,"session",void 0);V([(0,ye.property)()],N.prototype,"mapId",void 0);V([(0,ye.property)()],N.prototype,"tocId",void 0);V([(0,ye.property)()],N.prototype,"section",void 0);V([(0,ye.property)()],N.prototype,"topicPivot",void 0);V([(0,ye.property)()],N.prototype,"searchInDocumentQuery",void 0);V([(0,ye.property)({type:Number,converter:{fromAttribute:ds()}})],N.prototype,"page",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"map",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"toc",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"visibleTopics",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"currentPage",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"scrollTarget",void 0);V([(0,ye.property)({attribute:!1})],N.prototype,"readerServiceProvider",void 0);(0,Zi.customElement)("ft-reader-context")(N);var Ie=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},q=class extends st{render(){var e,t,n,i;if((!this.map||!this.tocNode)&&!this.translationLoading)return qt.nothing;let a=(((e=this.tocNode)===null||e===void 0?void 0:e.depth)||1)+this.headingLevelsShift,s=a>6?"div":`h${a}`,o=(n=(t=this.map)===null||t===void 0?void 0:t.contentStyles.customCssClasses.join(" "))!==null&&n!==void 0?n:"";return lt`
51
+ `}get stateManager(){return this._stateManager==null&&(this._stateManager=kt.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 qt(this.stateManager)}),g.addEventListener(_e.eventName,this.updateConfiguration)}disconnectedCallback(){super.disconnectedCallback(),g.addEventListener(_e.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(a=>this.dispatchEvent(new jt(a))))}(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 a=i.filter(s=>s!=null&&s.topicTitle!=="").map(s=>({tocId:s.tocId,title:s.topicTitle,page:s.page,prettyUrl:s.prettyUrl,prettyUrlDuplicated:s.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(s.tocId)}));this.dispatchEvent(new Ft(this.map,a))})}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 Kt),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 Ht):t.status===403?this.dispatchEvent(new Vt):t.status===404?this.dispatchEvent(new Bt):this.dispatchEvent(new $t(e))}reloadBookmarks(){Wi.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 Ut(this.map,this.toc))})}};N.styles=Zi;V([(0,H.redux)({store:g.name})],N.prototype,"baseUrl",void 0);V([(0,H.redux)({store:g.name})],N.prototype,"session",void 0);V([(0,ye.property)()],N.prototype,"mapId",void 0);V([(0,ye.property)()],N.prototype,"tocId",void 0);V([(0,ye.property)()],N.prototype,"section",void 0);V([(0,ye.property)()],N.prototype,"topicPivot",void 0);V([(0,ye.property)()],N.prototype,"searchInDocumentQuery",void 0);V([(0,ye.property)({type:Number,converter:{fromAttribute:fs()}})],N.prototype,"page",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"map",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"toc",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"visibleTopics",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"currentPage",void 0);V([(0,H.redux)({store:"reader"})],N.prototype,"scrollTarget",void 0);V([(0,ye.property)({attribute:!1})],N.prototype,"readerServiceProvider",void 0);(0,ea.customElement)("ft-reader-context")(N);var Pe=function(r,e,t,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(r,e,t,n);else for(var o=r.length-1;o>=0;o--)(s=r[o])&&(a=(i<3?s(a):i>3?s(e,t,a):s(e,t))||a);return i>3&&a&&Object.defineProperty(e,t,a),a},q=class extends ot{render(){var e,t,n,i;if((!this.map||!this.tocNode)&&!this.translationLoading)return Wt.nothing;let a=(((e=this.tocNode)===null||e===void 0?void 0:e.depth)||1)+this.headingLevelsShift,s=a>6?"div":`h${a}`,o=(n=(t=this.map)===null||t===void 0?void 0:t.contentStyles.customCssClasses.join(" "))!==null&&n!==void 0?n:"";return dt`
52
52
  <style>
53
53
  @import "${(i=this.map)===null||i===void 0?void 0:i.contentStyles.titleStylesheetUrl}";
54
54
  </style>
55
55
  <section class="title"
56
56
  lang="${this.getTopicLanguage()}"
57
57
  tabindex="-1">
58
- ${this.translationLoading?lt`
59
- <ft-skeleton></ft-skeleton>`:lt`
58
+ ${this.translationLoading?dt`
59
+ <ft-skeleton></ft-skeleton>`:dt`
60
60
  <div class="depth-${a} content-locale-${this.getTopicLanguage()} ${o}">
61
- <${or(s)} role="${a>6?"heading":qt.nothing}"
62
- aria-level="${a>6?Math.min(a,9):qt.nothing}">
61
+ <${ur(s)} role="${a>6?"heading":Wt.nothing}"
62
+ aria-level="${a>6?Math.min(a,9):Wt.nothing}">
63
63
  ${this.tocNode.title}
64
- </${or(s)}>
64
+ </${ur(s)}>
65
65
  </div>`}
66
66
  </section>
67
- `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.titleContainer&&(0,z.highlightHtml)(this.titleContainer,this.disableContextInteractions?"":this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.processFocusCommand()}processFocusCommand(){var e,t;((e=this.stateManager)===null||e===void 0?void 0:e.store.commands.consume(`focus-topic-${(t=this.tocNode)===null||t===void 0?void 0:t.tocId}`))&&(this.elementToFocus={selector:".title"})}getTopicLanguage(){var e;return this.translationDestinationLanguage&&!this.translationError?this.translationDestinationLanguage.code:(e=this.map)===null||e===void 0?void 0:e.lang}onVisibleTopicChange(){this.processFocusCommand()}};q.elementDefinitions={"ft-skeleton":ce};q.styles=[Wr,z.highlightHtmlStyles];Ie([(0,z.redux)()],q.prototype,"map",void 0);Ie([(0,z.redux)({selector:(r,e)=>e.disableContextInteractions?"":r.searchInDocumentQuery})],q.prototype,"searchInDocumentQuery",void 0);Ie([(0,z.redux)({selector:r=>r.translation.destinationLanguage})],q.prototype,"translationDestinationLanguage",void 0);Ie([(0,z.redux)({selector:r=>r.translation.isLoading})],q.prototype,"translationLoading",void 0);Ie([(0,z.redux)({selector:r=>r.translation.isError})],q.prototype,"translationError",void 0);Ie([(0,ea.query)("section.title")],q.prototype,"titleContainer",void 0);Ie([(0,z.reduxEventListener)({eventName:Ee.visibleTopicChange})],q.prototype,"onVisibleTopicChange",null);(0,ta.customElement)("ft-reader-topic-title")(q);})();
67
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.titleContainer&&(0,z.highlightHtml)(this.titleContainer,this.disableContextInteractions?"":this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.processFocusCommand()}processFocusCommand(){var e,t;((e=this.stateManager)===null||e===void 0?void 0:e.store.commands.consume(`focus-topic-${(t=this.tocNode)===null||t===void 0?void 0:t.tocId}`))&&(this.elementToFocus={selector:".title"})}getTopicLanguage(){var e;return this.translationDestinationLanguage&&!this.translationError?this.translationDestinationLanguage.code:(e=this.map)===null||e===void 0?void 0:e.lang}onVisibleTopicChange(){this.processFocusCommand()}};q.elementDefinitions={"ft-skeleton":ce};q.styles=[Wr,z.highlightHtmlStyles];Pe([(0,z.redux)()],q.prototype,"map",void 0);Pe([(0,z.redux)({selector:(r,e)=>e.disableContextInteractions?"":r.searchInDocumentQuery})],q.prototype,"searchInDocumentQuery",void 0);Pe([(0,z.redux)({selector:r=>r.translation.destinationLanguage})],q.prototype,"translationDestinationLanguage",void 0);Pe([(0,z.redux)({selector:r=>r.translation.isLoading})],q.prototype,"translationLoading",void 0);Pe([(0,z.redux)({selector:r=>r.translation.isError})],q.prototype,"translationError",void 0);Pe([(0,ta.query)("section.title")],q.prototype,"titleContainer",void 0);Pe([(0,z.reduxEventListener)({eventName:Ee.visibleTopicChange})],q.prototype,"onVisibleTopicChange",null);(0,ra.customElement)("ft-reader-topic-title")(q);})();
68
68
  /*! Bundled license information:
69
69
 
70
70
  lit-html/lit-html.js: