@fluid-topics/ft-reader-context 1.1.99 → 1.1.101
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.
|
@@ -121,7 +121,6 @@ class FtReaderContext extends FtLitElementRedux {
|
|
|
121
121
|
await this.stateManager.reload();
|
|
122
122
|
}
|
|
123
123
|
async navigateToTarget() {
|
|
124
|
-
await this.stateManager.load();
|
|
125
124
|
await this.navigationDebouncer.run(async () => {
|
|
126
125
|
if (this.topicPivot != null) {
|
|
127
126
|
const foundRelative = await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";(()=>{var hn=Object.create;var Vt=Object.defineProperty;var vn=Object.getOwnPropertyDescriptor;var mn=Object.getOwnPropertyNames;var yn=Object.getPrototypeOf,gn=Object.prototype.hasOwnProperty;var Ie=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var bn=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of mn(e))!gn.call(t,i)&&i!==r&&Vt(t,i,{get:()=>e[i],enumerable:!(n=vn(e,i))||n.enumerable});return t};var x=(t,e,r)=>(r=t!=null?hn(yn(t)):{},bn(e||!t||!t.__esModule?Vt(r,"default",{value:t,enumerable:!0}):r,t));var F=Ie((pi,Ht)=>{Ht.exports=ftGlobals.wcUtils});var fe=Ie((hi,qt)=>{qt.exports=ftGlobals.lit});var se=Ie((vi,Kt)=>{Kt.exports=ftGlobals.litDecorators});var Wt=Ie(Gt=>{(function(t){var e=function(r){var n={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};function i(c){return c&&DataView.prototype.isPrototypeOf(c)}if(n.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],o=ArrayBuffer.isView||function(c){return c&&a.indexOf(Object.prototype.toString.call(c))>-1};function s(c){if(typeof c!="string"&&(c=String(c)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(c))throw new TypeError("Invalid character in header field name");return c.toLowerCase()}function l(c){return typeof c!="string"&&(c=String(c)),c}function u(c){var p={next:function(){var g=c.shift();return{done:g===void 0,value:g}}};return n.iterable&&(p[Symbol.iterator]=function(){return p}),p}function d(c){this.map={},c instanceof d?c.forEach(function(p,g){this.append(g,p)},this):Array.isArray(c)?c.forEach(function(p){this.append(p[0],p[1])},this):c&&Object.getOwnPropertyNames(c).forEach(function(p){this.append(p,c[p])},this)}d.prototype.append=function(c,p){c=s(c),p=l(p);var g=this.map[c];this.map[c]=g?g+", "+p:p},d.prototype.delete=function(c){delete this.map[s(c)]},d.prototype.get=function(c){return c=s(c),this.has(c)?this.map[c]:null},d.prototype.has=function(c){return this.map.hasOwnProperty(s(c))},d.prototype.set=function(c,p){this.map[s(c)]=l(p)},d.prototype.forEach=function(c,p){for(var g in this.map)this.map.hasOwnProperty(g)&&c.call(p,this.map[g],g,this)},d.prototype.keys=function(){var c=[];return this.forEach(function(p,g){c.push(g)}),u(c)},d.prototype.values=function(){var c=[];return this.forEach(function(p){c.push(p)}),u(c)},d.prototype.entries=function(){var c=[];return this.forEach(function(p,g){c.push([g,p])}),u(c)},n.iterable&&(d.prototype[Symbol.iterator]=d.prototype.entries);function m(c){if(c.bodyUsed)return Promise.reject(new TypeError("Already read"));c.bodyUsed=!0}function f(c){return new Promise(function(p,g){c.onload=function(){p(c.result)},c.onerror=function(){g(c.error)}})}function y(c){var p=new FileReader,g=f(p);return p.readAsArrayBuffer(c),g}function h(c){var p=new FileReader,g=f(p);return p.readAsText(c),g}function v(c){for(var p=new Uint8Array(c),g=new Array(p.length),P=0;P<p.length;P++)g[P]=String.fromCharCode(p[P]);return g.join("")}function w(c){if(c.slice)return c.slice(0);var p=new Uint8Array(c.byteLength);return p.set(new Uint8Array(c)),p.buffer}function S(){return this.bodyUsed=!1,this._initBody=function(c){this._bodyInit=c,c?typeof c=="string"?this._bodyText=c:n.blob&&Blob.prototype.isPrototypeOf(c)?this._bodyBlob=c:n.formData&&FormData.prototype.isPrototypeOf(c)?this._bodyFormData=c:n.searchParams&&URLSearchParams.prototype.isPrototypeOf(c)?this._bodyText=c.toString():n.arrayBuffer&&n.blob&&i(c)?(this._bodyArrayBuffer=w(c.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(c)||o(c))?this._bodyArrayBuffer=w(c):this._bodyText=c=Object.prototype.toString.call(c):this._bodyText="",this.headers.get("content-type")||(typeof c=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n.searchParams&&URLSearchParams.prototype.isPrototypeOf(c)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n.blob&&(this.blob=function(){var c=m(this);if(c)return c;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(){return this._bodyArrayBuffer?m(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(y)}),this.text=function(){var c=m(this);if(c)return c;if(this._bodyBlob)return h(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(v(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n.formData&&(this.formData=function(){return this.text().then(z)}),this.json=function(){return this.text().then(JSON.parse)},this}var E=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function O(c){var p=c.toUpperCase();return E.indexOf(p)>-1?p:c}function A(c,p){p=p||{};var g=p.body;if(c instanceof A){if(c.bodyUsed)throw new TypeError("Already read");this.url=c.url,this.credentials=c.credentials,p.headers||(this.headers=new d(c.headers)),this.method=c.method,this.mode=c.mode,this.signal=c.signal,!g&&c._bodyInit!=null&&(g=c._bodyInit,c.bodyUsed=!0)}else this.url=String(c);if(this.credentials=p.credentials||this.credentials||"same-origin",(p.headers||!this.headers)&&(this.headers=new d(p.headers)),this.method=O(p.method||this.method||"GET"),this.mode=p.mode||this.mode||null,this.signal=p.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&g)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(g)}A.prototype.clone=function(){return new A(this,{body:this._bodyInit})};function z(c){var p=new FormData;return c.trim().split("&").forEach(function(g){if(g){var P=g.split("="),N=P.shift().replace(/\+/g," "),T=P.join("=").replace(/\+/g," ");p.append(decodeURIComponent(N),decodeURIComponent(T))}}),p}function H(c){var p=new d,g=c.replace(/\r?\n[\t ]+/g," ");return g.split(/\r?\n/).forEach(function(P){var N=P.split(":"),T=N.shift().trim();if(T){var Re=N.join(":").trim();p.append(T,Re)}}),p}S.call(A.prototype);function M(c,p){p||(p={}),this.type="default",this.status=p.status===void 0?200:p.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in p?p.statusText:"OK",this.headers=new d(p.headers),this.url=p.url||"",this._initBody(c)}S.call(M.prototype),M.prototype.clone=function(){return new M(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},M.error=function(){var c=new M(null,{status:0,statusText:""});return c.type="error",c};var xe=[301,302,303,307,308];M.redirect=function(c,p){if(xe.indexOf(p)===-1)throw new RangeError("Invalid status code");return new M(null,{status:p,headers:{location:c}})},r.DOMException=t.DOMException;try{new r.DOMException}catch{r.DOMException=function(p,g){this.message=p,this.name=g;var P=Error(p);this.stack=P.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function W(c,p){return new Promise(function(g,P){var N=new A(c,p);if(N.signal&&N.signal.aborted)return P(new r.DOMException("Aborted","AbortError"));var T=new XMLHttpRequest;function Re(){T.abort()}T.onload=function(){var ge={status:T.status,statusText:T.statusText,headers:H(T.getAllResponseHeaders()||"")};ge.url="responseURL"in T?T.responseURL:ge.headers.get("X-Request-URL");var st="response"in T?T.response:T.responseText;g(new M(st,ge))},T.onerror=function(){P(new TypeError("Network request failed"))},T.ontimeout=function(){P(new TypeError("Network request failed"))},T.onabort=function(){P(new r.DOMException("Aborted","AbortError"))},T.open(N.method,N.url,!0),N.credentials==="include"?T.withCredentials=!0:N.credentials==="omit"&&(T.withCredentials=!1),"responseType"in T&&n.blob&&(T.responseType="blob"),N.headers.forEach(function(ge,st){T.setRequestHeader(st,ge)}),N.signal&&(N.signal.addEventListener("abort",Re),T.onreadystatechange=function(){T.readyState===4&&N.signal.removeEventListener("abort",Re)}),T.send(typeof N._bodyInit>"u"?null:N._bodyInit)})}return W.polyfill=!0,t.fetch||(t.fetch=W,t.Headers=d,t.Request=A,t.Response=M),r.Headers=d,r.Request=A,r.Response=M,r.fetch=W,Object.defineProperty(r,"__esModule",{value:!0}),r}({})})(typeof self<"u"?self:Gt)});var pn=x(F());var Oe=x(fe()),oe=x(se()),U=x(F());var J=x(F());var zt=x(F()),$t=t=>zt.FtReduxStore.get({name:"ft-reader-"+t,initialState:{mapId:void 0,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}});var ut=class{constructor(e,r){this.mapId=e,this.paginatedToc=r,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}}extractPagesToc(e,r,n){return e.flatMap(i=>(i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,r,n):[{tocId:i.tocId,title:i.title,depth:r,children:this.extractPagesToc(i.children,r+1,i.tocId)}]))}convertNodes(e,r,n){return e.flatMap(i=>{var a,o,s;if(i.tocId==null)return[...this.convertSectionNodes((a=i.pageToc)!==null&&a!==void 0?a:[],r,i.tocId),...this.convertNodes(i.children,r,i.tocId)];let l=(o=i.prettyUrl)===null||o===void 0?void 0:o.replace(/^\//,""),u={tocId:i.tocId,contentId:i.contentId,title:i.title,hasRating:i.hasRating,origin:i.origin,prettyUrl:l,depth:r,parentTocId:n,children:[]};this.register(u);let d=this.convertSectionNodes((s=i.pageToc)!==null&&s!==void 0?s:[],r+1,i.tocId),m=this.convertNodes(i.children,r+1,u.tocId);return u.children=[...d,...m],[u]})}convertSectionNodes(e,r,n){return e.flatMap(i=>{var a;let o=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),s={...i,prettyUrl:o,depth:r,parentTocId:n,children:[]};return this.register(s),s.children=this.convertSectionNodes(i.children,r+1,i.tocId),[s]})}buildPage(e,r){var n,i,a,o,s,l;let u={number:this.pages.length+1,title:(n=e.title)!==null&&n!==void 0?n:"",rootTocId:(i=e.tocId)!==null&&i!==void 0?i:"root",toc:((a=e.pageToc)!==null&&a!==void 0?a:[]).map(f=>this.nodeByTocId[f.tocId]),topics:[],hiddenTopics:[],breadcrumb:r?this.buildBreadcrumb(this.nodeByTocId[r]):[]},d=(f,y)=>(y?u.topics:u.hiddenTopics).push(f),m=(s=(o=e.pageConfiguration)===null||o===void 0?void 0:o.parentsVisibility)!==null&&s!==void 0?s:[];return u.breadcrumb.forEach((f,y)=>{d(f,m[y])}),e.tocId&&d(e.tocId,e.pageConfiguration.isVisible),u.topics.push(...this.tocIds((l=e.pageToc)!==null&&l!==void 0?l:[])),u}registerPage(e){for(let r of[...e.topics,...e.hiddenTopics])this.pageByTocId[r]||(this.pageByTocId[r]=e);this.pages.push(e)}tocIds(e){return e.flatMap(r=>[r.tocId,...this.tocIds(r.children)])}buildBreadcrumb(e){let r=[e.tocId];for(;e?.parentTocId;)r.unshift(e.parentTocId),e=this.nodeByTocId[e.parentTocId];return r}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}},Pe=class{convertPaginatedToc(e,r){return new ut(e,r).build()}};var xi=x(Wt(),1);var Xt;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Xt||(Xt={}));var Yt;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Yt||(Yt={}));var Jt;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(Jt||(Jt={}));var Qt;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"})(Qt||(Qt={}));var Zt;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(Zt||(Zt={}));var er;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(er||(er={}));var tr;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(tr||(tr={}));var Ce;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Ce||(Ce={}));var rr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(rr||(rr={}));var nr;(function(t){t.ASC="ASC",t.DESC="DESC"})(nr||(nr={}));var ir;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(ir||(ir={}));var ar;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(ar||(ar={}));var or;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"})(or||(or={}));var sr;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(sr||(sr={}));var ur;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"})(ur||(ur={}));var cr;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"})(cr||(cr={}));var lr;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"})(lr||(lr={}));var R;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"})(R||(R={}));var dr;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(dr||(dr={}));var Sn={[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.DEVELOPER]:[R.BETA_USER,R.DEBUG_USER]};function fr(t,e){return t===e||(Sn[t]??[]).some(r=>fr(r,e))}function ue(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(n=>fr(n,e))}var X;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(X||(X={}));var ln=x(F());var yr=x(fe()),B=x(se()),q=x(F());var pr=x(fe());var hr=pr.css`
|
|
2
|
-
`;var
|
|
1
|
+
"use strict";(()=>{var hn=Object.create;var Vt=Object.defineProperty;var vn=Object.getOwnPropertyDescriptor;var mn=Object.getOwnPropertyNames;var yn=Object.getPrototypeOf,gn=Object.prototype.hasOwnProperty;var Ie=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var bn=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of mn(e))!gn.call(t,i)&&i!==r&&Vt(t,i,{get:()=>e[i],enumerable:!(n=vn(e,i))||n.enumerable});return t};var x=(t,e,r)=>(r=t!=null?hn(yn(t)):{},bn(e||!t||!t.__esModule?Vt(r,"default",{value:t,enumerable:!0}):r,t));var F=Ie((pi,Ht)=>{Ht.exports=ftGlobals.wcUtils});var fe=Ie((hi,qt)=>{qt.exports=ftGlobals.lit});var se=Ie((vi,Kt)=>{Kt.exports=ftGlobals.litDecorators});var Wt=Ie(Gt=>{(function(t){var e=function(r){var n={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};function i(c){return c&&DataView.prototype.isPrototypeOf(c)}if(n.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],o=ArrayBuffer.isView||function(c){return c&&a.indexOf(Object.prototype.toString.call(c))>-1};function s(c){if(typeof c!="string"&&(c=String(c)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(c))throw new TypeError("Invalid character in header field name");return c.toLowerCase()}function l(c){return typeof c!="string"&&(c=String(c)),c}function u(c){var p={next:function(){var g=c.shift();return{done:g===void 0,value:g}}};return n.iterable&&(p[Symbol.iterator]=function(){return p}),p}function d(c){this.map={},c instanceof d?c.forEach(function(p,g){this.append(g,p)},this):Array.isArray(c)?c.forEach(function(p){this.append(p[0],p[1])},this):c&&Object.getOwnPropertyNames(c).forEach(function(p){this.append(p,c[p])},this)}d.prototype.append=function(c,p){c=s(c),p=l(p);var g=this.map[c];this.map[c]=g?g+", "+p:p},d.prototype.delete=function(c){delete this.map[s(c)]},d.prototype.get=function(c){return c=s(c),this.has(c)?this.map[c]:null},d.prototype.has=function(c){return this.map.hasOwnProperty(s(c))},d.prototype.set=function(c,p){this.map[s(c)]=l(p)},d.prototype.forEach=function(c,p){for(var g in this.map)this.map.hasOwnProperty(g)&&c.call(p,this.map[g],g,this)},d.prototype.keys=function(){var c=[];return this.forEach(function(p,g){c.push(g)}),u(c)},d.prototype.values=function(){var c=[];return this.forEach(function(p){c.push(p)}),u(c)},d.prototype.entries=function(){var c=[];return this.forEach(function(p,g){c.push([g,p])}),u(c)},n.iterable&&(d.prototype[Symbol.iterator]=d.prototype.entries);function m(c){if(c.bodyUsed)return Promise.reject(new TypeError("Already read"));c.bodyUsed=!0}function f(c){return new Promise(function(p,g){c.onload=function(){p(c.result)},c.onerror=function(){g(c.error)}})}function y(c){var p=new FileReader,g=f(p);return p.readAsArrayBuffer(c),g}function h(c){var p=new FileReader,g=f(p);return p.readAsText(c),g}function v(c){for(var p=new Uint8Array(c),g=new Array(p.length),P=0;P<p.length;P++)g[P]=String.fromCharCode(p[P]);return g.join("")}function w(c){if(c.slice)return c.slice(0);var p=new Uint8Array(c.byteLength);return p.set(new Uint8Array(c)),p.buffer}function S(){return this.bodyUsed=!1,this._initBody=function(c){this._bodyInit=c,c?typeof c=="string"?this._bodyText=c:n.blob&&Blob.prototype.isPrototypeOf(c)?this._bodyBlob=c:n.formData&&FormData.prototype.isPrototypeOf(c)?this._bodyFormData=c:n.searchParams&&URLSearchParams.prototype.isPrototypeOf(c)?this._bodyText=c.toString():n.arrayBuffer&&n.blob&&i(c)?(this._bodyArrayBuffer=w(c.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(c)||o(c))?this._bodyArrayBuffer=w(c):this._bodyText=c=Object.prototype.toString.call(c):this._bodyText="",this.headers.get("content-type")||(typeof c=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n.searchParams&&URLSearchParams.prototype.isPrototypeOf(c)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n.blob&&(this.blob=function(){var c=m(this);if(c)return c;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(){return this._bodyArrayBuffer?m(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(y)}),this.text=function(){var c=m(this);if(c)return c;if(this._bodyBlob)return h(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(v(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n.formData&&(this.formData=function(){return this.text().then($)}),this.json=function(){return this.text().then(JSON.parse)},this}var E=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function O(c){var p=c.toUpperCase();return E.indexOf(p)>-1?p:c}function A(c,p){p=p||{};var g=p.body;if(c instanceof A){if(c.bodyUsed)throw new TypeError("Already read");this.url=c.url,this.credentials=c.credentials,p.headers||(this.headers=new d(c.headers)),this.method=c.method,this.mode=c.mode,this.signal=c.signal,!g&&c._bodyInit!=null&&(g=c._bodyInit,c.bodyUsed=!0)}else this.url=String(c);if(this.credentials=p.credentials||this.credentials||"same-origin",(p.headers||!this.headers)&&(this.headers=new d(p.headers)),this.method=O(p.method||this.method||"GET"),this.mode=p.mode||this.mode||null,this.signal=p.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&g)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(g)}A.prototype.clone=function(){return new A(this,{body:this._bodyInit})};function $(c){var p=new FormData;return c.trim().split("&").forEach(function(g){if(g){var P=g.split("="),N=P.shift().replace(/\+/g," "),T=P.join("=").replace(/\+/g," ");p.append(decodeURIComponent(N),decodeURIComponent(T))}}),p}function H(c){var p=new d,g=c.replace(/\r?\n[\t ]+/g," ");return g.split(/\r?\n/).forEach(function(P){var N=P.split(":"),T=N.shift().trim();if(T){var Re=N.join(":").trim();p.append(T,Re)}}),p}S.call(A.prototype);function M(c,p){p||(p={}),this.type="default",this.status=p.status===void 0?200:p.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in p?p.statusText:"OK",this.headers=new d(p.headers),this.url=p.url||"",this._initBody(c)}S.call(M.prototype),M.prototype.clone=function(){return new M(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},M.error=function(){var c=new M(null,{status:0,statusText:""});return c.type="error",c};var xe=[301,302,303,307,308];M.redirect=function(c,p){if(xe.indexOf(p)===-1)throw new RangeError("Invalid status code");return new M(null,{status:p,headers:{location:c}})},r.DOMException=t.DOMException;try{new r.DOMException}catch{r.DOMException=function(p,g){this.message=p,this.name=g;var P=Error(p);this.stack=P.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function X(c,p){return new Promise(function(g,P){var N=new A(c,p);if(N.signal&&N.signal.aborted)return P(new r.DOMException("Aborted","AbortError"));var T=new XMLHttpRequest;function Re(){T.abort()}T.onload=function(){var ge={status:T.status,statusText:T.statusText,headers:H(T.getAllResponseHeaders()||"")};ge.url="responseURL"in T?T.responseURL:ge.headers.get("X-Request-URL");var st="response"in T?T.response:T.responseText;g(new M(st,ge))},T.onerror=function(){P(new TypeError("Network request failed"))},T.ontimeout=function(){P(new TypeError("Network request failed"))},T.onabort=function(){P(new r.DOMException("Aborted","AbortError"))},T.open(N.method,N.url,!0),N.credentials==="include"?T.withCredentials=!0:N.credentials==="omit"&&(T.withCredentials=!1),"responseType"in T&&n.blob&&(T.responseType="blob"),N.headers.forEach(function(ge,st){T.setRequestHeader(st,ge)}),N.signal&&(N.signal.addEventListener("abort",Re),T.onreadystatechange=function(){T.readyState===4&&N.signal.removeEventListener("abort",Re)}),T.send(typeof N._bodyInit>"u"?null:N._bodyInit)})}return X.polyfill=!0,t.fetch||(t.fetch=X,t.Headers=d,t.Request=A,t.Response=M),r.Headers=d,r.Request=A,r.Response=M,r.fetch=X,Object.defineProperty(r,"__esModule",{value:!0}),r}({})})(typeof self<"u"?self:Gt)});var pn=x(F());var Oe=x(fe()),oe=x(se()),U=x(F());var z=x(F());var zt=x(F()),$t=t=>zt.FtReduxStore.get({name:"ft-reader-"+t,initialState:{mapId:void 0,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}});var ut=class{constructor(e,r){this.mapId=e,this.paginatedToc=r,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}}extractPagesToc(e,r,n){return e.flatMap(i=>(i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,r,n):[{tocId:i.tocId,title:i.title,depth:r,children:this.extractPagesToc(i.children,r+1,i.tocId)}]))}convertNodes(e,r,n){return e.flatMap(i=>{var a,o,s;if(i.tocId==null)return[...this.convertSectionNodes((a=i.pageToc)!==null&&a!==void 0?a:[],r,i.tocId),...this.convertNodes(i.children,r,i.tocId)];let l=(o=i.prettyUrl)===null||o===void 0?void 0:o.replace(/^\//,""),u={tocId:i.tocId,contentId:i.contentId,title:i.title,hasRating:i.hasRating,origin:i.origin,prettyUrl:l,depth:r,parentTocId:n,children:[]};this.register(u);let d=this.convertSectionNodes((s=i.pageToc)!==null&&s!==void 0?s:[],r+1,i.tocId),m=this.convertNodes(i.children,r+1,u.tocId);return u.children=[...d,...m],[u]})}convertSectionNodes(e,r,n){return e.flatMap(i=>{var a;let o=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),s={...i,prettyUrl:o,depth:r,parentTocId:n,children:[]};return this.register(s),s.children=this.convertSectionNodes(i.children,r+1,i.tocId),[s]})}buildPage(e,r){var n,i,a,o,s,l;let u={number:this.pages.length+1,title:(n=e.title)!==null&&n!==void 0?n:"",rootTocId:(i=e.tocId)!==null&&i!==void 0?i:"root",toc:((a=e.pageToc)!==null&&a!==void 0?a:[]).map(f=>this.nodeByTocId[f.tocId]),topics:[],hiddenTopics:[],breadcrumb:r?this.buildBreadcrumb(this.nodeByTocId[r]):[]},d=(f,y)=>(y?u.topics:u.hiddenTopics).push(f),m=(s=(o=e.pageConfiguration)===null||o===void 0?void 0:o.parentsVisibility)!==null&&s!==void 0?s:[];return u.breadcrumb.forEach((f,y)=>{d(f,m[y])}),e.tocId&&d(e.tocId,e.pageConfiguration.isVisible),u.topics.push(...this.tocIds((l=e.pageToc)!==null&&l!==void 0?l:[])),u}registerPage(e){for(let r of[...e.topics,...e.hiddenTopics])this.pageByTocId[r]||(this.pageByTocId[r]=e);this.pages.push(e)}tocIds(e){return e.flatMap(r=>[r.tocId,...this.tocIds(r.children)])}buildBreadcrumb(e){let r=[e.tocId];for(;e?.parentTocId;)r.unshift(e.parentTocId),e=this.nodeByTocId[e.parentTocId];return r}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}},Pe=class{convertPaginatedToc(e,r){return new ut(e,r).build()}};var xi=x(Wt(),1);var Xt;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Xt||(Xt={}));var Yt;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Yt||(Yt={}));var Jt;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(Jt||(Jt={}));var Qt;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"})(Qt||(Qt={}));var Zt;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(Zt||(Zt={}));var er;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(er||(er={}));var tr;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(tr||(tr={}));var _e;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(_e||(_e={}));var rr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(rr||(rr={}));var nr;(function(t){t.ASC="ASC",t.DESC="DESC"})(nr||(nr={}));var ir;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(ir||(ir={}));var ar;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(ar||(ar={}));var or;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"})(or||(or={}));var sr;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(sr||(sr={}));var ur;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"})(ur||(ur={}));var cr;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"})(cr||(cr={}));var lr;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"})(lr||(lr={}));var R;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"})(R||(R={}));var dr;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(dr||(dr={}));var Sn={[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.DEVELOPER]:[R.BETA_USER,R.DEBUG_USER]};function fr(t,e){return t===e||(Sn[t]??[]).some(r=>fr(r,e))}function ue(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(n=>fr(n,e))}var Y;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Y||(Y={}));var ln=x(F());var yr=x(fe()),B=x(se()),q=x(F());var pr=x(fe());var hr=pr.css`
|
|
2
|
+
`;var Ce=x(F()),En="ft-app-info",ct=class extends CustomEvent{constructor(e){super("authentication-change",{detail:e})}},An={session:(t,e)=>{(0,Ce.deepEqual)(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>b.eventBus.dispatchEvent(new ct(e.payload)),0))}},b=Ce.FtReduxStore.get({name:En,reducers:An,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var Q=x(F());var lt=x(F());var ce=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=b.getState(),i=e??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(e){return new Promise(r=>{let n=t.get(e);if(n)r(n);else{let i=b.subscribe(()=>{n=t.get(e),n&&(i(),r(n))})}})}};var G=class{constructor(e=!0,r){var n;this.overrideApi=r;let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new lt.CacheRegistry,this.cache=e?i.commonCache:new lt.CacheRegistry}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:ce.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ce.await()}clearCache(){this.cache.clearAll()}};var vr,wn=Symbol("clearAfterUnitTest"),Ne=class extends G{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[vr]=()=>{this.defaultMessages={},this.cache=new Q.CacheRegistry,this.listeners={}},this.currentUiLocale=b.getState().uiLocale,b.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=b.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var n;if(e=e.toLowerCase(),Object.keys(r).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};(0,Q.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}await this.fetchContext(e)}resolveMessage(e,r,...n){var i,a,o;e=e.toLowerCase(),this.fetchContext(e);let s=(a=(i=this.cache.getNow(e))===null||i===void 0?void 0:i.messages)!==null&&a!==void 0?a:{};return new Q.ParametrizedLabelResolver((o=this.defaultMessages[e])!==null&&o!==void 0?o:{},s).resolve(r,...n)}async fetchContext(e){if(!this.cache.has(e))try{await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),await this.notify(e)}catch(r){console.error(r)}}subscribe(e,r){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(r),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(r)}}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(r=>(0,Q.delay)(0).then(()=>r()).catch(()=>null)))}};vr=wn;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Ne{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Ne{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var mr=window.FluidTopicsI18nService,Hi=window.FluidTopicsCustomI18nService;var k=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},_=class extends q.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=()=>ce.get(),this.messageContexts=[],this.cache=new q.CacheRegistry,this.cleanSessionDebouncer=new q.Debouncer}render(){return yr.html`
|
|
3
3
|
<slot></slot>
|
|
4
|
-
`}update(e){super.update(e),e.has("baseUrl")&&(b.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&b.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&b.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&b.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&b.actions.noCustom(this.noCustom),e.has("editorMode")&&b.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&b.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&b.actions.session(this.session),e.has("availableUiLocales")&&b.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>mr.addContext(r)),e.has("openExternalDocumentInNewTab")&&b.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&b.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&b.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}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 updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};C.elementDefinitions={};C.styles=hr;k([(0,B.property)()],C.prototype,"baseUrl",void 0);k([(0,B.property)()],C.prototype,"apiIntegrationIdentifier",void 0);k([(0,B.property)()],C.prototype,"uiLocale",void 0);k([(0,q.jsonProperty)(null)],C.prototype,"availableUiLocales",void 0);k([(0,q.jsonProperty)(null)],C.prototype,"metadataConfiguration",void 0);k([(0,B.property)({type:Boolean})],C.prototype,"editorMode",void 0);k([(0,B.property)({type:Boolean})],C.prototype,"noCustom",void 0);k([(0,B.property)({type:Boolean})],C.prototype,"openExternalDocumentInNewTab",void 0);k([(0,B.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],C.prototype,"noCustomComponent",void 0);k([(0,B.property)({type:Boolean})],C.prototype,"withManualResources",void 0);k([(0,B.property)({type:Boolean})],C.prototype,"navigatorOnline",void 0);k([(0,B.property)({type:Boolean})],C.prototype,"forcedOffline",void 0);k([(0,B.property)({type:Object})],C.prototype,"apiProvider",void 0);k([(0,q.jsonProperty)([])],C.prototype,"messageContexts",void 0);k([(0,q.jsonProperty)(void 0)],C.prototype,"session",void 0);var ci=x(se());function Tn(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!Me(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!Me(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(i=Object.keys(t),r=i.length,r!==Object.keys(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){var a=i[n];if(!Me(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function Me(t,e){try{return Tn(t,e)}catch{return!1}}function dt(t,e){return!Me(t,e)}var On=x(se(),1);var De=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var be=x(se(),1);var gr=x(se(),1);function br(t,e){let r=()=>JSON.parse(JSON.stringify(t));return(0,gr.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:dt,...e??{}})}var ke=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let o of n)try{await o()}catch(s){i(s);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 Er=x(fe(),1);var Ue=window,xn=Ue.ShadowRoot&&(Ue.ShadyCSS===void 0||Ue.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ia=Symbol();var Sr=(t,e)=>{xn?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{let n=document.createElement("style"),i=Ue.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})};var Le=class extends Er.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 r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Sr(n,e.elementStyles),n}};var Fe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Or,Ar=Symbol("constructorPrototype"),wr=Symbol("constructorName"),xr=Symbol("exportpartsDebouncer"),Tr=Symbol("dynamicDependenciesLoaded"),Z=class extends Le{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Or]=new ke(5),this[wr]=this.constructor.name,this[Ar]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[wr]&&Object.setPrototypeOf(this,this[Ar])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let e=this.constructor;e[Tr]||(e[Tr]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.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,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[xr].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 r,n,i,a,o,s;let l=f=>f!=null&&f.trim().length>0,u=e.filter(l).map(f=>f.trim());if(u.length===0){this.removeAttribute("exportparts");return}let d=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(a=(i=f.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],h=(s=(o=f.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(v=>v.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...y,...h).filter(l).map(v=>v.trim()).forEach(v=>d.add(v))}if(d.size===0){this.removeAttribute("exportparts");return}let m=[...d.values()].flatMap(f=>u.map(y=>`${f}:${y}--${f}`));this.setAttribute("exportparts",[...this.part,...m].join(", "))}};Or=xr;Fe([(0,be.property)()],Z.prototype,"exportpartsPrefix",void 0);Fe([br([])],Z.prototype,"exportpartsPrefixes",void 0);Fe([(0,be.property)()],Z.prototype,"customStylesheet",void 0);Fe([(0,be.state)()],Z.prototype,"useAdoptedStyleSheets",void 0);function Se(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Rr,Ir,Pr,je=Symbol("internalReduxEventsUnsubscribers"),ee=Symbol("internalStoresUnsubscribers"),le=Symbol("internalStores"),Ee=class extends Z{constructor(){super(...arguments),this[Rr]=new Map,this[Ir]=new Map,this[Pr]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[le].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[le].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[le].get(e)}addStore(e,r){var n;r=(n=r??(Se(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,e)}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[le].delete(r)}setupStore(e,r){this[le].set(e,r),this.subscribeToStore(e,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[le].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[ee].has(e.store):this[ee].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[ee].set(e,r.subscribe(()=>this.updateFromStores())),Se(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let o=s=>this[a](s);r.eventBus.addEventListener(i.eventName,o),this[je].push(()=>r.eventBus.removeEventListener(i.eventName,o))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[ee].forEach((e,r)=>this.unsubscribeFromStore(r)),this[je].forEach(e=>e()),this[je]=[]}unsubscribeFromStore(e){this[ee].has(e)&&this[ee].get(e)(),this[ee].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Rr=ee,Ir=le,Pr=je;Ee.reduxProperties=new Map;Ee.reduxReactiveProperties=new Set;Ee.reduxEventListeners=new Map;function V(t){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map(function(o){return"'"+o+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Y(t){return!!t&&!!t[I]}function K(t){var e;return!!t&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Dn}(t)||Array.isArray(t)||!!t[Ur]||!!(!((e=t.constructor)===null||e===void 0)&&e[Ur])||St(t)||Et(t))}function de(t,e,r){r===void 0&&(r=!1),ve(t)===0?(r?Object.keys:he)(t).forEach(function(n){r&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,i){return e(i,n,t)})}function ve(t){var e=t[I];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:St(t)?2:Et(t)?3:0}function pe(t,e){return ve(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Rn(t,e){return ve(t)===2?t.get(e):t[e]}function Lr(t,e,r){var n=ve(t);n===2?t.set(e,r):n===3?t.add(r):t[e]=r}function Fr(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function St(t){return Nn&&t instanceof Map}function Et(t){return Mn&&t instanceof Set}function te(t){return t.o||t.t}function At(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Vr(t);delete e[I];for(var r=he(e),n=0;n<r.length;n++){var i=r[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:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function wt(t,e){return e===void 0&&(e=!1),Tt(t)||Y(t)||!K(t)||(ve(t)>1&&(t.set=t.add=t.clear=t.delete=In),Object.freeze(t),e&&de(t,function(r,n){return wt(n,!0)},!0)),t}function In(){V(2)}function Tt(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function G(t){var e=bt[t];return e||V(18,t),e}function Pn(t,e){bt[t]||(bt[t]=e)}function mt(){return we}function ft(t,e){e&&(G("Patches"),t.u=[],t.s=[],t.v=e)}function Be(t){yt(t),t.p.forEach(Cn),t.p=null}function yt(t){t===we&&(we=t.l)}function Cr(t){return we={p:[],l:we,h:t,m:!0,_:0}}function Cn(t){var e=t[I];e.i===0||e.i===1?e.j():e.g=!0}function pt(t,e){e._=e.p.length;var r=e.p[0],n=t!==void 0&&t!==r;return e.h.O||G("ES5").S(e,t,n),n?(r[I].P&&(Be(e),V(4)),K(t)&&(t=Ve(e,t),e.l||He(e,t)),e.u&&G("Patches").M(r[I].t,t,e.u,e.s)):t=Ve(e,r,[]),Be(e),e.u&&e.v(e.u,e.s),t!==Br?t:void 0}function Ve(t,e,r){if(Tt(e))return e;var n=e[I];if(!n)return de(e,function(s,l){return _r(t,n,e,s,l,r)},!0),e;if(n.A!==t)return e;if(!n.P)return He(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=At(n.k):n.o,a=i,o=!1;n.i===3&&(a=new Set(i),i.clear(),o=!0),de(a,function(s,l){return _r(t,n,i,s,l,r,o)}),He(t,i,!1),r&&t.u&&G("Patches").N(n,r,t.u,t.s)}return n.o}function _r(t,e,r,n,i,a,o){if(Y(i)){var s=Ve(t,i,a&&e&&e.i!==3&&!pe(e.R,n)?a.concat(n):void 0);if(Lr(r,n,s),!Y(s))return;t.m=!1}else o&&r.add(i);if(K(i)&&!Tt(i)){if(!t.h.D&&t._<1)return;Ve(t,i),e&&e.A.l||He(t,i)}}function He(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&wt(e,r)}function ht(t,e){var r=t[I];return(r?te(r):t)[e]}function Nr(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function re(t){t.P||(t.P=!0,t.l&&re(t.l))}function vt(t){t.o||(t.o=At(t.t))}function gt(t,e,r){var n=St(e)?G("MapSet").F(e,r):Et(e)?G("MapSet").T(e,r):t.O?function(i,a){var o=Array.isArray(i),s={i:o?1:0,A:a?a.A:mt(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},l=s,u=Te;o&&(l=[s],u=Ae);var d=Proxy.revocable(l,u),m=d.revoke,f=d.proxy;return s.k=f,s.j=m,f}(e,r):G("ES5").J(e,r);return(r?r.A:mt()).p.push(n),n}function _n(t){return Y(t)||V(22,t),function e(r){if(!K(r))return r;var n,i=r[I],a=ve(r);if(i){if(!i.P&&(i.i<4||!G("ES5").K(i)))return i.t;i.I=!0,n=Mr(r,a),i.I=!1}else n=Mr(r,a);return de(n,function(o,s){i&&Rn(i.t,o)===s||Lr(n,o,e(s))}),a===3?new Set(n):n}(t)}function Mr(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return At(t)}function jr(){function t(o,s){var l=a[o];return l?l.enumerable=s:a[o]=l={configurable:!0,enumerable:s,get:function(){var u=this[I];return Te.get(u,o)},set:function(u){var d=this[I];Te.set(d,o,u)}},l}function e(o){for(var s=o.length-1;s>=0;s--){var l=o[s][I];if(!l.P)switch(l.i){case 5:n(l)&&re(l);break;case 4:r(l)&&re(l)}}}function r(o){for(var s=o.t,l=o.k,u=he(l),d=u.length-1;d>=0;d--){var m=u[d];if(m!==I){var f=s[m];if(f===void 0&&!pe(s,m))return!0;var y=l[m],h=y&&y[I];if(h?h.t!==f:!Fr(y,f))return!0}}var v=!!s[I];return u.length!==he(s).length+(v?0:1)}function n(o){var s=o.k;if(s.length!==o.t.length)return!0;var l=Object.getOwnPropertyDescriptor(s,s.length-1);if(l&&!l.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function i(o){o.g&&V(3,JSON.stringify(te(o)))}var a={};Pn("ES5",{J:function(o,s){var l=Array.isArray(o),u=function(m,f){if(m){for(var y=Array(f.length),h=0;h<f.length;h++)Object.defineProperty(y,""+h,t(h,!0));return y}var v=Vr(f);delete v[I];for(var w=he(v),S=0;S<w.length;S++){var E=w[S];v[E]=t(E,m||!!v[E].enumerable)}return Object.create(Object.getPrototypeOf(f),v)}(l,o),d={i:l?5:4,A:s?s.A:mt(),P:!1,I:!1,R:{},l:s,t:o,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,I,{value:d,writable:!0}),u},S:function(o,s,l){l?Y(s)&&s[I].A===o&&e(o.p):(o.u&&function u(d){if(d&&typeof d=="object"){var m=d[I];if(m){var f=m.t,y=m.k,h=m.R,v=m.i;if(v===4)de(y,function(A){A!==I&&(f[A]!==void 0||pe(f,A)?h[A]||u(y[A]):(h[A]=!0,re(m)))}),de(f,function(A){y[A]!==void 0||pe(y,A)||(h[A]=!1,re(m))});else if(v===5){if(n(m)&&(re(m),h.length=!0),y.length<f.length)for(var w=y.length;w<f.length;w++)h[w]=!1;else for(var S=f.length;S<y.length;S++)h[S]=!0;for(var E=Math.min(y.length,f.length),O=0;O<E;O++)y.hasOwnProperty(O)||(h[O]=!0),h[O]===void 0&&u(y[O])}}}}(o.p[0]),e(o.p))},K:function(o){return o.i===4?r(o):n(o)}})}var Dr,we,Ot=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Nn=typeof Map<"u",Mn=typeof Set<"u",kr=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Br=Ot?Symbol.for("immer-nothing"):((Dr={})["immer-nothing"]=!0,Dr),Ur=Ot?Symbol.for("immer-draftable"):"__$immer_draftable",I=Ot?Symbol.for("immer-state"):"__$immer_state";var Dn=""+Object.prototype.constructor,he=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Vr=Object.getOwnPropertyDescriptors||function(t){var e={};return he(t).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)}),e},bt={},Te={get:function(t,e){if(e===I)return t;var r=te(t);if(!pe(r,e))return function(i,a,o){var s,l=Nr(a,o);return l?"value"in l?l.value:(s=l.get)===null||s===void 0?void 0:s.call(i.k):void 0}(t,r,e);var n=r[e];return t.I||!K(n)?n:n===ht(t.t,e)?(vt(t),t.o[e]=gt(t.A.h,n,t)):n},has:function(t,e){return e in te(t)},ownKeys:function(t){return Reflect.ownKeys(te(t))},set:function(t,e,r){var n=Nr(te(t),e);if(n?.set)return n.set.call(t.k,r),!0;if(!t.P){var i=ht(te(t),e),a=i?.[I];if(a&&a.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Fr(r,i)&&(r!==void 0||pe(t.t,e)))return!0;vt(t),re(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return ht(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,vt(t),re(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=te(t),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){V(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){V(12)}},Ae={};de(Te,function(t,e){Ae[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Ae.deleteProperty=function(t,e){return Ae.set.call(this,t,e,void 0)},Ae.set=function(t,e,r){return Te.set.call(this,t[0],e,r,t[0])};var kn=function(){function t(r){var n=this;this.O=kr,this.D=!0,this.produce=function(i,a,o){if(typeof i=="function"&&typeof a!="function"){var s=a;a=i;var l=n;return function(v){var w=this;v===void 0&&(v=s);for(var S=arguments.length,E=Array(S>1?S-1:0),O=1;O<S;O++)E[O-1]=arguments[O];return l.produce(v,function(A){var z;return(z=a).call.apply(z,[w,A].concat(E))})}}var u;if(typeof a!="function"&&V(6),o!==void 0&&typeof o!="function"&&V(7),K(i)){var d=Cr(n),m=gt(n,i,void 0),f=!0;try{u=a(m),f=!1}finally{f?Be(d):yt(d)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(v){return ft(d,o),pt(v,d)},function(v){throw Be(d),v}):(ft(d,o),pt(u,d))}if(!i||typeof i!="object"){if((u=a(i))===void 0&&(u=i),u===Br&&(u=void 0),n.D&&wt(u,!0),o){var y=[],h=[];G("Patches").M(i,u,y,h),o(y,h)}return u}V(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(u){for(var d=arguments.length,m=Array(d>1?d-1:0),f=1;f<d;f++)m[f-1]=arguments[f];return n.produceWithPatches(u,function(y){return i.apply(void 0,[y].concat(m))})};var o,s,l=n.produce(i,a,function(u,d){o=u,s=d});return typeof Promise<"u"&&l instanceof Promise?l.then(function(u){return[u,o,s]}):[l,o,s]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){K(r)||V(8),Y(r)&&(r=_n(r));var n=Cr(this),i=gt(this,r,void 0);return i[I].C=!0,yt(n),i},e.finishDraft=function(r,n){var i=r&&r[I],a=i.A;return ft(a,n),pt(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!kr&&V(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var o=G("Patches").$;return Y(r)?o(r,n):this.produce(r,function(s){return o(s,n)})},t}(),j=new kn,Un=j.produce,ma=j.produceWithPatches.bind(j),ya=j.setAutoFreeze.bind(j),ga=j.setUseProxies.bind(j),ba=j.applyPatches.bind(j),Sa=j.createDraft.bind(j),Ea=j.finishDraft.bind(j),qe=Un;function ne(t){"@babel/helpers - typeof";return ne=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},ne(t)}function xt(t,e){if(ne(t)!=="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ne(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Rt(t){var e=xt(t,"string");return ne(e)==="symbol"?e:String(e)}function It(t,e,r){return e=Rt(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Hr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Ke(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Hr(Object(r),!0).forEach(function(n){It(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Hr(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function D(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var qr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Pt=function(){return Math.random().toString(36).substring(7).split("").join(".")},ze={INIT:"@@redux/INIT"+Pt(),REPLACE:"@@redux/REPLACE"+Pt(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Pt()}};function Ln(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Ct(t,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(D(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(D(1));return r(Ct)(t,e)}if(typeof t!="function")throw new Error(D(2));var i=t,a=e,o=[],s=o,l=!1;function u(){s===o&&(s=o.slice())}function d(){if(l)throw new Error(D(3));return a}function m(v){if(typeof v!="function")throw new Error(D(4));if(l)throw new Error(D(5));var w=!0;return u(),s.push(v),function(){if(w){if(l)throw new Error(D(6));w=!1,u();var E=s.indexOf(v);s.splice(E,1),o=null}}}function f(v){if(!Ln(v))throw new Error(D(7));if(typeof v.type>"u")throw new Error(D(8));if(l)throw new Error(D(9));try{l=!0,a=i(a,v)}finally{l=!1}for(var w=o=s,S=0;S<w.length;S++){var E=w[S];E()}return v}function y(v){if(typeof v!="function")throw new Error(D(10));i=v,f({type:ze.REPLACE})}function h(){var v,w=m;return v={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(D(11));function O(){E.next&&E.next(d())}O();var A=w(O);return{unsubscribe:A}}},v[qr]=function(){return this},v}return f({type:ze.INIT}),n={dispatch:f,subscribe:m,getState:d,replaceReducer:y},n[qr]=h,n}function Fn(t){Object.keys(t).forEach(function(e){var r=t[e],n=r(void 0,{type:ze.INIT});if(typeof n>"u")throw new Error(D(12));if(typeof r(void 0,{type:ze.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(D(13))})}function Kr(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++){var i=e[n];typeof t[i]=="function"&&(r[i]=t[i])}var a=Object.keys(r),o,s;try{Fn(r)}catch(l){s=l}return function(u,d){if(u===void 0&&(u={}),s)throw s;if(0)var m;for(var f=!1,y={},h=0;h<a.length;h++){var v=a[h],w=r[v],S=u[v],E=w(S,d);if(typeof E>"u"){var O=d&&d.type;throw new Error(D(14))}y[v]=E,f=f||E!==S}return f=f||a.length!==Object.keys(u).length,f?y:u}}function me(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];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 zr(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(D(15))},o={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},s=e.map(function(l){return l(o)});return a=me.apply(void 0,s)(i.dispatch),Ke(Ke({},i),{},{dispatch:a})}}}function $r(t){var e=function(n){var i=n.dispatch,a=n.getState;return function(o){return function(s){return typeof s=="function"?s(i,a,t):o(s)}}};return e}var Gr=$r();Gr.withExtraArgument=$r;var _t=Gr;var Qr=function(){var t=function(e,r){return t=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])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),jn=function(t,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)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 r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){r.label=u[1];break}if(u[0]===6&&r.label<a[1]){r.label=a[1],a=u;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(u);break}a[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}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}}},ye=function(t,e){for(var r=0,n=e.length,i=t.length;r<n;r++,i++)t[i]=e[r];return t},Bn=Object.defineProperty,Vn=Object.defineProperties,Hn=Object.getOwnPropertyDescriptors,Wr=Object.getOwnPropertySymbols,qn=Object.prototype.hasOwnProperty,Kn=Object.prototype.propertyIsEnumerable,Xr=function(t,e,r){return e in t?Bn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},ie=function(t,e){for(var r in e||(e={}))qn.call(e,r)&&Xr(t,r,e[r]);if(Wr)for(var n=0,i=Wr(e);n<i.length;n++){var r=i[n];Kn.call(e,r)&&Xr(t,r,e[r])}return t},Nt=function(t,e){return Vn(t,Hn(e))},zn=function(t,e,r){return new Promise(function(n,i){var a=function(l){try{s(r.next(l))}catch(u){i(u)}},o=function(l){try{s(r.throw(l))}catch(u){i(u)}},s=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(a,o)};s((r=r.apply(t,e)).next())})};var $n=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?me:me.apply(null,arguments)},ja=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Gn(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Wn=function(t){Qr(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||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 r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ye([void 0],r[0].concat(this)))):new(e.bind.apply(e,ye([void 0],r.concat(this))))},e}(Array),Xn=function(t){Qr(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||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 r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ye([void 0],r[0].concat(this)))):new(e.bind.apply(e,ye([void 0],r.concat(this))))},e}(Array);function kt(t){return K(t)?qe(t,function(){}):t}function Yn(t){return typeof t=="boolean"}function Jn(){return function(e){return Qn(e)}}function Qn(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,a=t.serializableCheck,o=a===void 0?!0:a,s=new Wn;if(r&&(Yn(r)?s.push(_t):s.push(_t.withExtraArgument(r.extraArgument))),0){if(i)var l;if(o)var u}return s}var Mt=!0;function Zr(t){var e=Jn(),r=t||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,o=a===void 0?e():a,s=r.devTools,l=s===void 0?!0:s,u=r.preloadedState,d=u===void 0?void 0:u,m=r.enhancers,f=m===void 0?void 0:m,y;if(typeof i=="function")y=i;else if(Gn(i))y=Kr(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 h=o;if(typeof h=="function"&&(h=h(e),!Mt&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Mt&&h.some(function(A){return typeof A!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=zr.apply(void 0,h),w=me;l&&(w=$n(ie({trace:!Mt},typeof l=="object"&&l)));var S=new Xn(v),E=S;Array.isArray(f)?E=ye([v],f):typeof f=="function"&&(E=f(S));var O=w.apply(void 0,E);return Ct(y,d,O)}function ae(t,e){function r(){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 ie(ie({type:t,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:t,payload:n[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(n){return n.type===t},r}function en(t){var e={},r=[],n,i={addCase:function(a,o){var s=typeof a=="string"?a:a.type;if(s in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[s]=o,i},addMatcher:function(a,o){return r.push({matcher:a,reducer:o}),i},addDefaultCase:function(a){return n=a,i}};return t(i),[e,r,n]}function Zn(t){return typeof t=="function"}function ei(t,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?en(e):[e,r,n],a=i[0],o=i[1],s=i[2],l;if(Zn(t))l=function(){return kt(t())};else{var u=kt(t);l=function(){return u}}function d(m,f){m===void 0&&(m=l());var y=ye([a[f.type]],o.filter(function(h){var v=h.matcher;return v(f)}).map(function(h){var v=h.reducer;return v}));return y.filter(function(h){return!!h}).length===0&&(y=[s]),y.reduce(function(h,v){if(v)if(Y(h)){var w=h,S=v(w,f);return S===void 0?h:S}else{if(K(h))return qe(h,function(E){return v(E,f)});var S=v(h,f);if(S===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return S}return h},m)}return d.getInitialState=l,d}function ti(t,e){return t+"/"+e}function tn(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:kt(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},o={},s={};i.forEach(function(d){var m=n[d],f=ti(e,d),y,h;"reducer"in m?(y=m.reducer,h=m.prepare):y=m,a[d]=y,o[f]=y,s[d]=h?ae(f,h):ae(f)});function l(){var d=typeof t.extraReducers=="function"?en(t.extraReducers):[t.extraReducers],m=d[0],f=m===void 0?{}:m,y=d[1],h=y===void 0?[]:y,v=d[2],w=v===void 0?void 0:v,S=ie(ie({},f),o);return ei(r,function(E){for(var O in S)E.addCase(O,S[O]);for(var A=0,z=h;A<z.length;A++){var H=z[A];E.addMatcher(H.matcher,H.reducer)}w&&E.addDefaultCase(w)})}var u;return{name:e,reducer:function(d,m){return u||(u=l()),u(d,m)},actions:s,caseReducers:a,getInitialState:function(){return u||(u=l()),u.getInitialState()}}}var ri="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",ni=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=ri[Math.random()*64|0];return e},ii=["name","message","stack","code"],Dt=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),Yr=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),ai=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,n=ii;r<n.length;r++){var i=n[r];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},qa=function(){function t(e,r,n){var i=ae(e+"/fulfilled",function(d,m,f,y){return{payload:d,meta:Nt(ie({},y||{}),{arg:f,requestId:m,requestStatus:"fulfilled"})}}),a=ae(e+"/pending",function(d,m,f){return{payload:void 0,meta:Nt(ie({},f||{}),{arg:m,requestId:d,requestStatus:"pending"})}}),o=ae(e+"/rejected",function(d,m,f,y,h){return{payload:y,error:(n&&n.serializeError||ai)(d||"Rejected"),meta:Nt(ie({},h||{}),{arg:f,requestId:m,rejectedWithValue:!!y,requestStatus:"rejected",aborted:d?.name==="AbortError",condition:d?.name==="ConditionError"})}}),s=!1,l=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(m,f,y){var h=n?.idGenerator?n.idGenerator(d):ni(),v=new l,w,S=!1;function E(A){w=A,v.abort()}var O=function(){return zn(this,null,function(){var A,z,H,M,xe,W,c;return jn(this,function(p){switch(p.label){case 0:return p.trys.push([0,4,,5]),M=(A=n?.condition)==null?void 0:A.call(n,d,{getState:f,extra:y}),si(M)?[4,M]:[3,2];case 1:M=p.sent(),p.label=2;case 2:if(M===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return S=!0,xe=new Promise(function(g,P){return v.signal.addEventListener("abort",function(){return P({name:"AbortError",message:w||"Aborted"})})}),m(a(h,d,(z=n?.getPendingMeta)==null?void 0:z.call(n,{requestId:h,arg:d},{getState:f,extra:y}))),[4,Promise.race([xe,Promise.resolve(r(d,{dispatch:m,getState:f,extra:y,requestId:h,signal:v.signal,abort:E,rejectWithValue:function(g,P){return new Dt(g,P)},fulfillWithValue:function(g,P){return new Yr(g,P)}})).then(function(g){if(g instanceof Dt)throw g;return g instanceof Yr?i(g.payload,h,d,g.meta):i(g,h,d)})])];case 3:return H=p.sent(),[3,5];case 4:return W=p.sent(),H=W instanceof Dt?o(null,h,d,W.payload,W.meta):o(W,h,d),[3,5];case 5:return c=n&&!n.dispatchConditionRejection&&o.match(H)&&H.meta.condition,c||m(H),[2,H]}})})}();return Object.assign(O,{abort:E,requestId:h,arg:d,unwrap:function(){return O.then(oi)}})}}return Object.assign(u,{pending:a,rejected:o,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t}();function oi(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function si(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var rn="listener",nn="completed",an="cancelled",Ka="task-"+an,za="task-"+nn,$a=rn+"-"+an,Ga=rn+"-"+nn;var Ut="listenerMiddleware";var Wa=ae(Ut+"/add"),Xa=ae(Ut+"/removeAll"),Ya=ae(Ut+"/remove");var Jr,Ja=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Jr||(Jr=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},ui=function(t){return function(e){setTimeout(e,t)}},Qa=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:ui(10);jr();window.ftReduxStores||(window.ftReduxStores={});var on=class t{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Se(a))return a;if(i==null)return;let o=tn({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),s=Zr({reducer:(l,u)=>u.type==="CLEAR_FT_REDUX_STORE"?o.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...l,...u.overwrites}:o.reducer(l,u)});return window.ftReduxStores[i.name]=new t(o,s)}constructor(e,r){this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new De,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let o=i,s=n[o];return s?(...l)=>{let u=s(...l);return this.reduxStore.dispatch(u),u}:l=>{this.setState({[o]:l})}}})}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 Xe=x(F());var $e=class extends ${async listMySearches(){let e=b.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Ge=class extends ${async listMyBookmarks(){let e=b.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var li="ft-user-assets",We=Xe.FtReduxStore.get({name:li,initialState:{savedSearches:void 0,bookmarks:void 0}}),Lt=class{constructor(){this.currentSession=b.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ge,this.savedSearchesService=new $e,b.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=b.getState();(0,Xe.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),We.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),We.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();We.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 r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;We.actions.bookmarks(r)}}},sn=new Lt;var Ft=class{addCommand(e,r=!1){b.commands.add(e,r)}consumeCommand(e){return b.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Ft;var un=x(F()),jt=class{highlightHtml(e,r){(0,un.highlightHtml)(e,r)}};window.FluidTopicsHighlightHtmlService=new jt;var cn=x(F());var Bt=class{isDate(e){var r,n,i,a;return(a=(i=((n=(r=b.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(s=>s.key===e))===null||i===void 0?void 0:i.date)!==null&&a!==void 0?a:!1}format(e,r){var n,i,a;return cn.DateFormatter.format(e,(n=r?.locale)!==null&&n!==void 0?n:b.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(a=r?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Bt;(0,ln.customElement)("ft-app-context")(C);var Ye=class extends ${get mapId(){return this._mapId}set mapId(e){e!==this._mapId&&this.clear(),this._mapId=e}constructor(e,r,n){super(!1,r),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(r=>this.converter.convertPaginatedToc(e,r)))),this.cache.register("ratingSummary",()=>{var e,r;return ue((r=(e=b.getState().session)===null||e===void 0?void 0:e.profile.roles)!==null&&r!==void 0?r:[],"RATING_USER")?this.withMapId(i=>this.fetchMapRating(i)):Promise.resolve()})}clear(){this.cache.clearAll()}getMap(){return this.cache.get("map")}getMapNow(){return this.cache.getNow("map")}getConfiguration(){return this.cache.get("configuration")}getEnrichedToc(){return this.cache.get("enrichedToc")}get enrichedToc(){return this.cache.getNow("enrichedToc")}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(){return(await this.getEnrichedToc()).toc}async getPagesToc(){return(await this.getEnrichedToc()).pagesToc}async getTocNode(e){return(await this.getEnrichedToc()).nodeByTocId[e]}getTocNodeNow(e){var r;return(r=this.enrichedToc)===null||r===void 0?void 0:r.nodeByTocId[e]}getTocNodeNowByUrl(e){var r,n;let i=this.getMapNow();return i?.prettyUrl==e||`${i?.id}/root`===e?(r=this.enrichedToc)===null||r===void 0?void 0:r.toc[0]:(n=this.enrichedToc)===null||n===void 0?void 0:n.nodeByUrl[e]}async getPage(e){let r=await this.getEnrichedToc();return r.pages[e-1]||r.pages[0]}async getPageByTocId(e){let r=await this.getEnrichedToc();return r.pageByTocId[e]||r.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))}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}getRelativesForDocument(e,r){return this.cache.get("document-relatives-"+e+"-"+r.join("-"),()=>this.fetchRelativesForDocument(e,r))}getRelativesForTopicInMap(e,r,n){return this.cache.get("topic-relatives-"+[e,r,...n].join("-"),()=>this.fetchRelativesForTopicInMap(e,r,n))}getAttachmentDownloadLink(e){return this.makeAbsolute(`${this.api.endpoints.khub.maps.mapId(this.mapId).attachments.attachmentId(e).content}?download=true`)}getLink(e,r,n){let i=this.getNavigationData(e,r,n),a=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),o=new URL(a,this.api.tenantBaseUrl);return i.page!=null&&o.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&o.searchParams.set("tocId",i.tocId),i.section!=null&&o.searchParams.set("section",i.section),o.href}getNavigationData(e,r,n){var i,a;e=e||"root";let o=this.enrichedToc,s=o?.pageByTocId[e],l=o?.nodeByTocId[e],u=l?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(i=l?.title)!==null&&i!==void 0?i:"",page:r&&s&&s.number!==r?r:void 0,prettyUrl:u?.replace(/^r\//,""),prettyUrlDuplicated:(a=o?.duplicatedPrettyUrls.has(u??""))!==null&&a!==void 0?a:!1,section:n}}async getAccurateNavigationData(e,r,n){return await this.getEnrichedToc(),this.getNavigationData(e,r,n)}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(r=>{var n;return r?{type:r.topics.type,rating:(n=r.topics)===null||n===void 0?void 0:n.ratings.find(i=>i.tocId===e)}:void 0})}rateMap(e,r){return this.makeRateMapRequest(e,r).then(()=>this.clearRatingIfNecessary())}unrateMap(){return this.makeUnrateMapRequest().then(()=>this.clearRatingIfNecessary())}sendMapFeedback(e,r){return this.makeMapFeedbackRequest(e,r)}rateTopic(e,r,n){return this.makeRateTopicRequest(e,r,n).then(()=>this.clearRatingIfNecessary())}unrateTopic(e){return this.makeUnrateTopicRequest(e).then(()=>this.clearRatingIfNecessary())}async clearRatingIfNecessary(){let e=b.getState().session;e?.sessionAuthenticated&&this.cache.clear("ratingSummary")}sendTopicFeedback(e,r,n){return this.makeTopicFeedbackRequest(e,r,n)}fontsStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.fonts)}themeStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.theme)}buildBreadcrumb(e){let r=this.getTocNodeNow(e),n=[{tocId:r.tocId,title:r.title}],i=this.getTocNodeNow(r.parentTocId);for(;i;)n.unshift({tocId:i.tocId,title:i.title}),i=this.getTocNodeNow(i.parentTocId);return n}isFeatureAccessible(e,{session:r,ratingType:n}){var i;if(!this.isFeatureAvailable(e))return!1;switch(e){case X.FEEDBACK:return ue(r??[],R.FEEDBACK_USER);case X.RATING:return ue(r??[],R.RATING_USER)&&n!=null&&n!==Ce.NO_RATING;case X.PRINT:return ue(r??[],R.PRINT_USER);case X.BOOKMARK:return!!r?.sessionAuthenticated;case X.COLLECTIONS:return ue(r??[],R.COLLECTION_USER);case X.PERSONAL_BOOKS:return ue(r??[],R.PERSONAL_BOOK_USER)&&!(!((i=this.getMapNow())===null||i===void 0)&&i.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var Je=class t extends Ye{static async build(e){return new t(new Pe,void 0,e)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(e){let r=await this.api.getMap(e);return this.fingerprint=r.fingerprint,r}fetchMapRating(e){return this.api.getMapRating(e)}async fetchPages(e){return await this.getMap(),this.api.getPages(e,this.fingerprint)}fetchTopicHTMLContent(e){return this.api.getTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint)}fetchTopicMetadata(e){return this.api.getTopic(this.mapId,e.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(e,r){return this.api.search({query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",filters:[{negative:!1,values:r,key:e}],sort:[],facets:[]})}fetchRelativesForTopicInMap(e,r,n){return this.api.search({query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",filters:[{negative:!1,values:n,key:r},{negative:!1,values:[e],key:"ft:publicationId"}],sort:[],facets:[]})}makeMapFeedbackRequest(e,r){return this.api.sendMapFeedback(this.mapId,e,r)}makeRateMapRequest(e,r){return this.api.rateMap(this.mapId,e,r)}makeRateTopicRequest(e,r,n){return this.api.rateTopic(this.mapId,e,r,n)}makeTopicFeedbackRequest(e,r,n){return this.api.sendTopicFeedback(this.mapId,e,r,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 Qe=class t{static build(e,r){return new t($t(e.trim()||"context"),r??Je.build)}constructor(e,r,n){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this.loadDebouncer=new J.Debouncer(10),this.initService(r)}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())}setVisibleTopics(e){this.store.actions.visibleTopics(e)}async awaitService(){return(0,J.waitFor)(()=>this.service)}async navigateToTopic(e,r,n){let i=await this.awaitService(),a=await(n!=null?i.getPage(n):i.getPageByTocId(e??"root"));this.store.actions.currentPage(a),this.store.actions.scrollTarget({tocId:this.resolveValidNonRootTocId(e,a),section:r})}resolveValidNonRootTocId(e,r){var n,i,a;let o=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:r.rootTocId;return r.topics.includes(o)?o:(a=(i=r.topics[0])!==null&&i!==void 0?i:r.hiddenTopics[0])!==null&&a!==void 0?a:"root"}async navigateToPage(e){let n=await(await this.awaitService()).getPage(e);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())}clear(){var e;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),(e=this.service)===null||e===void 0||e.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(){var e,r,n,i,a;try{await Promise.all([(e=this.service)===null||e===void 0?void 0:e.getConfiguration().then(o=>this.store.actions.configuration(o)),(r=this.service)===null||r===void 0?void 0:r.getMap().then(o=>this.store.actions.map(o)),(n=this.service)===null||n===void 0?void 0:n.getToc().then(o=>this.store.actions.toc(o)),(i=this.service)===null||i===void 0?void 0:i.getPagesToc().then(o=>this.store.actions.pagesToc(o)),(a=this.service)===null||a===void 0?void 0:a.getPaginationConfiguration().then(o=>this.store.actions.paginationConfiguration(o))]).then(()=>{this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives()})}catch(o){this.errorHandler&&!(o instanceof J.CanceledPromiseError)&&this.errorHandler(o)}}fetchRelatives(){var e,r,n;let i=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(a=>{var o;return a.key==((o=this.store.getState().configuration)===null||o===void 0?void 0:o.relativePivotMetadata)}).flatMap(a=>a.values);i!==void 0&&i.length>0?(r=this.service)===null||r===void 0||r.getRelativesForDocument((n=this.store.getState().configuration)===null||n===void 0?void 0:n.relativePivotMetadata,i).then(a=>{let o=a.results.flatMap(s=>s.entries);this.store.actions.relatives(o),this.updateClusteringHelper()}):this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.eventBus.dispatchEvent(new CustomEvent("clustering-helper-created"))}createClusteringHelper(){var e,r;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(o=>{var s;return((s=o.map)===null||s===void 0?void 0:s.mapId)==this.store.getState().mapId}),a=(r=(e=b.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&r!==void 0?r:[];return new J.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,a)}}async navigateToRelativeTopicIfFound(e){var r,n,i;let a=await(0,J.waitFor)(()=>{var u;return(u=this.store.getState().configuration)===null||u===void 0?void 0:u.relativeTopicPivotMetadata}),o=this.store.getState().mapId,l=await(await this.awaitService()).getRelativesForTopicInMap(o,a,[e]);if(!((i=(n=(r=l?.results)===null||r===void 0?void 0:r[0])===null||n===void 0?void 0:n.entries)===null||i===void 0)&&i[0]){let u=l.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)}registerMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.add(e),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.delete(e),this.updateClusteringHelper()}};var dn=x(fe()),cs={},fn=dn.css`
|
|
5
|
-
`;var Ze=class extends CustomEvent{constructor(e,r){super("ft-reader-map-loaded",{detail:{map:e,toc:r}})}},et=class extends CustomEvent{constructor(e,r){super("ft-reader-visible-topics-change",{detail:{visibleTopics:r}})}},tt=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},rt=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},nt=class extends Event{constructor(){super("ft-reader-map-not-found")}},it=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},at=class extends Event{constructor(){super("ft-reader-map-forbidden")}},ot=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var L=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},di=t=>e=>+(e??"NaN")>0?+e:t,
|
|
4
|
+
`}update(e){super.update(e),e.has("baseUrl")&&(b.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&b.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&b.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&b.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&b.actions.noCustom(this.noCustom),e.has("editorMode")&&b.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&b.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&b.actions.session(this.session),e.has("availableUiLocales")&&b.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>mr.addContext(r)),e.has("openExternalDocumentInNewTab")&&b.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&b.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&b.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}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 updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};_.elementDefinitions={};_.styles=hr;k([(0,B.property)()],_.prototype,"baseUrl",void 0);k([(0,B.property)()],_.prototype,"apiIntegrationIdentifier",void 0);k([(0,B.property)()],_.prototype,"uiLocale",void 0);k([(0,q.jsonProperty)(null)],_.prototype,"availableUiLocales",void 0);k([(0,q.jsonProperty)(null)],_.prototype,"metadataConfiguration",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"editorMode",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"noCustom",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"openExternalDocumentInNewTab",void 0);k([(0,B.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],_.prototype,"noCustomComponent",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"withManualResources",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"navigatorOnline",void 0);k([(0,B.property)({type:Boolean})],_.prototype,"forcedOffline",void 0);k([(0,B.property)({type:Object})],_.prototype,"apiProvider",void 0);k([(0,q.jsonProperty)([])],_.prototype,"messageContexts",void 0);k([(0,q.jsonProperty)(void 0)],_.prototype,"session",void 0);var ci=x(se());function Tn(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!Me(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!Me(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(i=Object.keys(t),r=i.length,r!==Object.keys(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){var a=i[n];if(!Me(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function Me(t,e){try{return Tn(t,e)}catch{return!1}}function dt(t,e){return!Me(t,e)}var On=x(se(),1);var De=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var be=x(se(),1);var gr=x(se(),1);function br(t,e){let r=()=>JSON.parse(JSON.stringify(t));return(0,gr.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:dt,...e??{}})}var ke=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let o of n)try{await o()}catch(s){i(s);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 Er=x(fe(),1);var Ue=window,xn=Ue.ShadowRoot&&(Ue.ShadyCSS===void 0||Ue.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ia=Symbol();var Sr=(t,e)=>{xn?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{let n=document.createElement("style"),i=Ue.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})};var Le=class extends Er.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 r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Sr(n,e.elementStyles),n}};var Fe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Or,Ar=Symbol("constructorPrototype"),wr=Symbol("constructorName"),xr=Symbol("exportpartsDebouncer"),Tr=Symbol("dynamicDependenciesLoaded"),Z=class extends Le{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Or]=new ke(5),this[wr]=this.constructor.name,this[Ar]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[wr]&&Object.setPrototypeOf(this,this[Ar])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let e=this.constructor;e[Tr]||(e[Tr]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.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,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[xr].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 r,n,i,a,o,s;let l=f=>f!=null&&f.trim().length>0,u=e.filter(l).map(f=>f.trim());if(u.length===0){this.removeAttribute("exportparts");return}let d=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(a=(i=f.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],h=(s=(o=f.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(v=>v.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...y,...h).filter(l).map(v=>v.trim()).forEach(v=>d.add(v))}if(d.size===0){this.removeAttribute("exportparts");return}let m=[...d.values()].flatMap(f=>u.map(y=>`${f}:${y}--${f}`));this.setAttribute("exportparts",[...this.part,...m].join(", "))}};Or=xr;Fe([(0,be.property)()],Z.prototype,"exportpartsPrefix",void 0);Fe([br([])],Z.prototype,"exportpartsPrefixes",void 0);Fe([(0,be.property)()],Z.prototype,"customStylesheet",void 0);Fe([(0,be.state)()],Z.prototype,"useAdoptedStyleSheets",void 0);function Se(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Rr,Ir,Pr,je=Symbol("internalReduxEventsUnsubscribers"),ee=Symbol("internalStoresUnsubscribers"),le=Symbol("internalStores"),Ee=class extends Z{constructor(){super(...arguments),this[Rr]=new Map,this[Ir]=new Map,this[Pr]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[le].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[le].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[le].get(e)}addStore(e,r){var n;r=(n=r??(Se(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,e)}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[le].delete(r)}setupStore(e,r){this[le].set(e,r),this.subscribeToStore(e,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[le].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[ee].has(e.store):this[ee].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[ee].set(e,r.subscribe(()=>this.updateFromStores())),Se(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let o=s=>this[a](s);r.eventBus.addEventListener(i.eventName,o),this[je].push(()=>r.eventBus.removeEventListener(i.eventName,o))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[ee].forEach((e,r)=>this.unsubscribeFromStore(r)),this[je].forEach(e=>e()),this[je]=[]}unsubscribeFromStore(e){this[ee].has(e)&&this[ee].get(e)(),this[ee].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Rr=ee,Ir=le,Pr=je;Ee.reduxProperties=new Map;Ee.reduxReactiveProperties=new Set;Ee.reduxEventListeners=new Map;function V(t){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map(function(o){return"'"+o+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function J(t){return!!t&&!!t[I]}function K(t){var e;return!!t&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Dn}(t)||Array.isArray(t)||!!t[Ur]||!!(!((e=t.constructor)===null||e===void 0)&&e[Ur])||St(t)||Et(t))}function de(t,e,r){r===void 0&&(r=!1),ve(t)===0?(r?Object.keys:he)(t).forEach(function(n){r&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,i){return e(i,n,t)})}function ve(t){var e=t[I];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:St(t)?2:Et(t)?3:0}function pe(t,e){return ve(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Rn(t,e){return ve(t)===2?t.get(e):t[e]}function Lr(t,e,r){var n=ve(t);n===2?t.set(e,r):n===3?t.add(r):t[e]=r}function Fr(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function St(t){return Nn&&t instanceof Map}function Et(t){return Mn&&t instanceof Set}function te(t){return t.o||t.t}function At(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Vr(t);delete e[I];for(var r=he(e),n=0;n<r.length;n++){var i=r[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:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function wt(t,e){return e===void 0&&(e=!1),Tt(t)||J(t)||!K(t)||(ve(t)>1&&(t.set=t.add=t.clear=t.delete=In),Object.freeze(t),e&&de(t,function(r,n){return wt(n,!0)},!0)),t}function In(){V(2)}function Tt(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function W(t){var e=bt[t];return e||V(18,t),e}function Pn(t,e){bt[t]||(bt[t]=e)}function mt(){return we}function ft(t,e){e&&(W("Patches"),t.u=[],t.s=[],t.v=e)}function Be(t){yt(t),t.p.forEach(_n),t.p=null}function yt(t){t===we&&(we=t.l)}function _r(t){return we={p:[],l:we,h:t,m:!0,_:0}}function _n(t){var e=t[I];e.i===0||e.i===1?e.j():e.g=!0}function pt(t,e){e._=e.p.length;var r=e.p[0],n=t!==void 0&&t!==r;return e.h.O||W("ES5").S(e,t,n),n?(r[I].P&&(Be(e),V(4)),K(t)&&(t=Ve(e,t),e.l||He(e,t)),e.u&&W("Patches").M(r[I].t,t,e.u,e.s)):t=Ve(e,r,[]),Be(e),e.u&&e.v(e.u,e.s),t!==Br?t:void 0}function Ve(t,e,r){if(Tt(e))return e;var n=e[I];if(!n)return de(e,function(s,l){return Cr(t,n,e,s,l,r)},!0),e;if(n.A!==t)return e;if(!n.P)return He(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=At(n.k):n.o,a=i,o=!1;n.i===3&&(a=new Set(i),i.clear(),o=!0),de(a,function(s,l){return Cr(t,n,i,s,l,r,o)}),He(t,i,!1),r&&t.u&&W("Patches").N(n,r,t.u,t.s)}return n.o}function Cr(t,e,r,n,i,a,o){if(J(i)){var s=Ve(t,i,a&&e&&e.i!==3&&!pe(e.R,n)?a.concat(n):void 0);if(Lr(r,n,s),!J(s))return;t.m=!1}else o&&r.add(i);if(K(i)&&!Tt(i)){if(!t.h.D&&t._<1)return;Ve(t,i),e&&e.A.l||He(t,i)}}function He(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&wt(e,r)}function ht(t,e){var r=t[I];return(r?te(r):t)[e]}function Nr(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function re(t){t.P||(t.P=!0,t.l&&re(t.l))}function vt(t){t.o||(t.o=At(t.t))}function gt(t,e,r){var n=St(e)?W("MapSet").F(e,r):Et(e)?W("MapSet").T(e,r):t.O?function(i,a){var o=Array.isArray(i),s={i:o?1:0,A:a?a.A:mt(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},l=s,u=Te;o&&(l=[s],u=Ae);var d=Proxy.revocable(l,u),m=d.revoke,f=d.proxy;return s.k=f,s.j=m,f}(e,r):W("ES5").J(e,r);return(r?r.A:mt()).p.push(n),n}function Cn(t){return J(t)||V(22,t),function e(r){if(!K(r))return r;var n,i=r[I],a=ve(r);if(i){if(!i.P&&(i.i<4||!W("ES5").K(i)))return i.t;i.I=!0,n=Mr(r,a),i.I=!1}else n=Mr(r,a);return de(n,function(o,s){i&&Rn(i.t,o)===s||Lr(n,o,e(s))}),a===3?new Set(n):n}(t)}function Mr(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return At(t)}function jr(){function t(o,s){var l=a[o];return l?l.enumerable=s:a[o]=l={configurable:!0,enumerable:s,get:function(){var u=this[I];return Te.get(u,o)},set:function(u){var d=this[I];Te.set(d,o,u)}},l}function e(o){for(var s=o.length-1;s>=0;s--){var l=o[s][I];if(!l.P)switch(l.i){case 5:n(l)&&re(l);break;case 4:r(l)&&re(l)}}}function r(o){for(var s=o.t,l=o.k,u=he(l),d=u.length-1;d>=0;d--){var m=u[d];if(m!==I){var f=s[m];if(f===void 0&&!pe(s,m))return!0;var y=l[m],h=y&&y[I];if(h?h.t!==f:!Fr(y,f))return!0}}var v=!!s[I];return u.length!==he(s).length+(v?0:1)}function n(o){var s=o.k;if(s.length!==o.t.length)return!0;var l=Object.getOwnPropertyDescriptor(s,s.length-1);if(l&&!l.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function i(o){o.g&&V(3,JSON.stringify(te(o)))}var a={};Pn("ES5",{J:function(o,s){var l=Array.isArray(o),u=function(m,f){if(m){for(var y=Array(f.length),h=0;h<f.length;h++)Object.defineProperty(y,""+h,t(h,!0));return y}var v=Vr(f);delete v[I];for(var w=he(v),S=0;S<w.length;S++){var E=w[S];v[E]=t(E,m||!!v[E].enumerable)}return Object.create(Object.getPrototypeOf(f),v)}(l,o),d={i:l?5:4,A:s?s.A:mt(),P:!1,I:!1,R:{},l:s,t:o,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,I,{value:d,writable:!0}),u},S:function(o,s,l){l?J(s)&&s[I].A===o&&e(o.p):(o.u&&function u(d){if(d&&typeof d=="object"){var m=d[I];if(m){var f=m.t,y=m.k,h=m.R,v=m.i;if(v===4)de(y,function(A){A!==I&&(f[A]!==void 0||pe(f,A)?h[A]||u(y[A]):(h[A]=!0,re(m)))}),de(f,function(A){y[A]!==void 0||pe(y,A)||(h[A]=!1,re(m))});else if(v===5){if(n(m)&&(re(m),h.length=!0),y.length<f.length)for(var w=y.length;w<f.length;w++)h[w]=!1;else for(var S=f.length;S<y.length;S++)h[S]=!0;for(var E=Math.min(y.length,f.length),O=0;O<E;O++)y.hasOwnProperty(O)||(h[O]=!0),h[O]===void 0&&u(y[O])}}}}(o.p[0]),e(o.p))},K:function(o){return o.i===4?r(o):n(o)}})}var Dr,we,Ot=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Nn=typeof Map<"u",Mn=typeof Set<"u",kr=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Br=Ot?Symbol.for("immer-nothing"):((Dr={})["immer-nothing"]=!0,Dr),Ur=Ot?Symbol.for("immer-draftable"):"__$immer_draftable",I=Ot?Symbol.for("immer-state"):"__$immer_state";var Dn=""+Object.prototype.constructor,he=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Vr=Object.getOwnPropertyDescriptors||function(t){var e={};return he(t).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)}),e},bt={},Te={get:function(t,e){if(e===I)return t;var r=te(t);if(!pe(r,e))return function(i,a,o){var s,l=Nr(a,o);return l?"value"in l?l.value:(s=l.get)===null||s===void 0?void 0:s.call(i.k):void 0}(t,r,e);var n=r[e];return t.I||!K(n)?n:n===ht(t.t,e)?(vt(t),t.o[e]=gt(t.A.h,n,t)):n},has:function(t,e){return e in te(t)},ownKeys:function(t){return Reflect.ownKeys(te(t))},set:function(t,e,r){var n=Nr(te(t),e);if(n?.set)return n.set.call(t.k,r),!0;if(!t.P){var i=ht(te(t),e),a=i?.[I];if(a&&a.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Fr(r,i)&&(r!==void 0||pe(t.t,e)))return!0;vt(t),re(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return ht(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,vt(t),re(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=te(t),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){V(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){V(12)}},Ae={};de(Te,function(t,e){Ae[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Ae.deleteProperty=function(t,e){return Ae.set.call(this,t,e,void 0)},Ae.set=function(t,e,r){return Te.set.call(this,t[0],e,r,t[0])};var kn=function(){function t(r){var n=this;this.O=kr,this.D=!0,this.produce=function(i,a,o){if(typeof i=="function"&&typeof a!="function"){var s=a;a=i;var l=n;return function(v){var w=this;v===void 0&&(v=s);for(var S=arguments.length,E=Array(S>1?S-1:0),O=1;O<S;O++)E[O-1]=arguments[O];return l.produce(v,function(A){var $;return($=a).call.apply($,[w,A].concat(E))})}}var u;if(typeof a!="function"&&V(6),o!==void 0&&typeof o!="function"&&V(7),K(i)){var d=_r(n),m=gt(n,i,void 0),f=!0;try{u=a(m),f=!1}finally{f?Be(d):yt(d)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(v){return ft(d,o),pt(v,d)},function(v){throw Be(d),v}):(ft(d,o),pt(u,d))}if(!i||typeof i!="object"){if((u=a(i))===void 0&&(u=i),u===Br&&(u=void 0),n.D&&wt(u,!0),o){var y=[],h=[];W("Patches").M(i,u,y,h),o(y,h)}return u}V(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(u){for(var d=arguments.length,m=Array(d>1?d-1:0),f=1;f<d;f++)m[f-1]=arguments[f];return n.produceWithPatches(u,function(y){return i.apply(void 0,[y].concat(m))})};var o,s,l=n.produce(i,a,function(u,d){o=u,s=d});return typeof Promise<"u"&&l instanceof Promise?l.then(function(u){return[u,o,s]}):[l,o,s]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){K(r)||V(8),J(r)&&(r=Cn(r));var n=_r(this),i=gt(this,r,void 0);return i[I].C=!0,yt(n),i},e.finishDraft=function(r,n){var i=r&&r[I],a=i.A;return ft(a,n),pt(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!kr&&V(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var o=W("Patches").$;return J(r)?o(r,n):this.produce(r,function(s){return o(s,n)})},t}(),j=new kn,Un=j.produce,ma=j.produceWithPatches.bind(j),ya=j.setAutoFreeze.bind(j),ga=j.setUseProxies.bind(j),ba=j.applyPatches.bind(j),Sa=j.createDraft.bind(j),Ea=j.finishDraft.bind(j),qe=Un;function ne(t){"@babel/helpers - typeof";return ne=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},ne(t)}function xt(t,e){if(ne(t)!=="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ne(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Rt(t){var e=xt(t,"string");return ne(e)==="symbol"?e:String(e)}function It(t,e,r){return e=Rt(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Hr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Ke(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Hr(Object(r),!0).forEach(function(n){It(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Hr(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function D(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var qr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Pt=function(){return Math.random().toString(36).substring(7).split("").join(".")},ze={INIT:"@@redux/INIT"+Pt(),REPLACE:"@@redux/REPLACE"+Pt(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Pt()}};function Ln(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function _t(t,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(D(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(D(1));return r(_t)(t,e)}if(typeof t!="function")throw new Error(D(2));var i=t,a=e,o=[],s=o,l=!1;function u(){s===o&&(s=o.slice())}function d(){if(l)throw new Error(D(3));return a}function m(v){if(typeof v!="function")throw new Error(D(4));if(l)throw new Error(D(5));var w=!0;return u(),s.push(v),function(){if(w){if(l)throw new Error(D(6));w=!1,u();var E=s.indexOf(v);s.splice(E,1),o=null}}}function f(v){if(!Ln(v))throw new Error(D(7));if(typeof v.type>"u")throw new Error(D(8));if(l)throw new Error(D(9));try{l=!0,a=i(a,v)}finally{l=!1}for(var w=o=s,S=0;S<w.length;S++){var E=w[S];E()}return v}function y(v){if(typeof v!="function")throw new Error(D(10));i=v,f({type:ze.REPLACE})}function h(){var v,w=m;return v={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(D(11));function O(){E.next&&E.next(d())}O();var A=w(O);return{unsubscribe:A}}},v[qr]=function(){return this},v}return f({type:ze.INIT}),n={dispatch:f,subscribe:m,getState:d,replaceReducer:y},n[qr]=h,n}function Fn(t){Object.keys(t).forEach(function(e){var r=t[e],n=r(void 0,{type:ze.INIT});if(typeof n>"u")throw new Error(D(12));if(typeof r(void 0,{type:ze.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(D(13))})}function Kr(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++){var i=e[n];typeof t[i]=="function"&&(r[i]=t[i])}var a=Object.keys(r),o,s;try{Fn(r)}catch(l){s=l}return function(u,d){if(u===void 0&&(u={}),s)throw s;if(0)var m;for(var f=!1,y={},h=0;h<a.length;h++){var v=a[h],w=r[v],S=u[v],E=w(S,d);if(typeof E>"u"){var O=d&&d.type;throw new Error(D(14))}y[v]=E,f=f||E!==S}return f=f||a.length!==Object.keys(u).length,f?y:u}}function me(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];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 zr(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(D(15))},o={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},s=e.map(function(l){return l(o)});return a=me.apply(void 0,s)(i.dispatch),Ke(Ke({},i),{},{dispatch:a})}}}function $r(t){var e=function(n){var i=n.dispatch,a=n.getState;return function(o){return function(s){return typeof s=="function"?s(i,a,t):o(s)}}};return e}var Gr=$r();Gr.withExtraArgument=$r;var Ct=Gr;var Qr=function(){var t=function(e,r){return t=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])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),jn=function(t,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)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 r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){r.label=u[1];break}if(u[0]===6&&r.label<a[1]){r.label=a[1],a=u;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(u);break}a[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}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}}},ye=function(t,e){for(var r=0,n=e.length,i=t.length;r<n;r++,i++)t[i]=e[r];return t},Bn=Object.defineProperty,Vn=Object.defineProperties,Hn=Object.getOwnPropertyDescriptors,Wr=Object.getOwnPropertySymbols,qn=Object.prototype.hasOwnProperty,Kn=Object.prototype.propertyIsEnumerable,Xr=function(t,e,r){return e in t?Bn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},ie=function(t,e){for(var r in e||(e={}))qn.call(e,r)&&Xr(t,r,e[r]);if(Wr)for(var n=0,i=Wr(e);n<i.length;n++){var r=i[n];Kn.call(e,r)&&Xr(t,r,e[r])}return t},Nt=function(t,e){return Vn(t,Hn(e))},zn=function(t,e,r){return new Promise(function(n,i){var a=function(l){try{s(r.next(l))}catch(u){i(u)}},o=function(l){try{s(r.throw(l))}catch(u){i(u)}},s=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(a,o)};s((r=r.apply(t,e)).next())})};var $n=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?me:me.apply(null,arguments)},ja=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Gn(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Wn=function(t){Qr(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||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 r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ye([void 0],r[0].concat(this)))):new(e.bind.apply(e,ye([void 0],r.concat(this))))},e}(Array),Xn=function(t){Qr(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||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 r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ye([void 0],r[0].concat(this)))):new(e.bind.apply(e,ye([void 0],r.concat(this))))},e}(Array);function kt(t){return K(t)?qe(t,function(){}):t}function Yn(t){return typeof t=="boolean"}function Jn(){return function(e){return Qn(e)}}function Qn(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,a=t.serializableCheck,o=a===void 0?!0:a,s=new Wn;if(r&&(Yn(r)?s.push(Ct):s.push(Ct.withExtraArgument(r.extraArgument))),0){if(i)var l;if(o)var u}return s}var Mt=!0;function Zr(t){var e=Jn(),r=t||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,o=a===void 0?e():a,s=r.devTools,l=s===void 0?!0:s,u=r.preloadedState,d=u===void 0?void 0:u,m=r.enhancers,f=m===void 0?void 0:m,y;if(typeof i=="function")y=i;else if(Gn(i))y=Kr(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 h=o;if(typeof h=="function"&&(h=h(e),!Mt&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Mt&&h.some(function(A){return typeof A!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=zr.apply(void 0,h),w=me;l&&(w=$n(ie({trace:!Mt},typeof l=="object"&&l)));var S=new Xn(v),E=S;Array.isArray(f)?E=ye([v],f):typeof f=="function"&&(E=f(S));var O=w.apply(void 0,E);return _t(y,d,O)}function ae(t,e){function r(){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 ie(ie({type:t,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:t,payload:n[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(n){return n.type===t},r}function en(t){var e={},r=[],n,i={addCase:function(a,o){var s=typeof a=="string"?a:a.type;if(s in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[s]=o,i},addMatcher:function(a,o){return r.push({matcher:a,reducer:o}),i},addDefaultCase:function(a){return n=a,i}};return t(i),[e,r,n]}function Zn(t){return typeof t=="function"}function ei(t,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?en(e):[e,r,n],a=i[0],o=i[1],s=i[2],l;if(Zn(t))l=function(){return kt(t())};else{var u=kt(t);l=function(){return u}}function d(m,f){m===void 0&&(m=l());var y=ye([a[f.type]],o.filter(function(h){var v=h.matcher;return v(f)}).map(function(h){var v=h.reducer;return v}));return y.filter(function(h){return!!h}).length===0&&(y=[s]),y.reduce(function(h,v){if(v)if(J(h)){var w=h,S=v(w,f);return S===void 0?h:S}else{if(K(h))return qe(h,function(E){return v(E,f)});var S=v(h,f);if(S===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return S}return h},m)}return d.getInitialState=l,d}function ti(t,e){return t+"/"+e}function tn(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:kt(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},o={},s={};i.forEach(function(d){var m=n[d],f=ti(e,d),y,h;"reducer"in m?(y=m.reducer,h=m.prepare):y=m,a[d]=y,o[f]=y,s[d]=h?ae(f,h):ae(f)});function l(){var d=typeof t.extraReducers=="function"?en(t.extraReducers):[t.extraReducers],m=d[0],f=m===void 0?{}:m,y=d[1],h=y===void 0?[]:y,v=d[2],w=v===void 0?void 0:v,S=ie(ie({},f),o);return ei(r,function(E){for(var O in S)E.addCase(O,S[O]);for(var A=0,$=h;A<$.length;A++){var H=$[A];E.addMatcher(H.matcher,H.reducer)}w&&E.addDefaultCase(w)})}var u;return{name:e,reducer:function(d,m){return u||(u=l()),u(d,m)},actions:s,caseReducers:a,getInitialState:function(){return u||(u=l()),u.getInitialState()}}}var ri="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",ni=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=ri[Math.random()*64|0];return e},ii=["name","message","stack","code"],Dt=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),Yr=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),ai=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,n=ii;r<n.length;r++){var i=n[r];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},qa=function(){function t(e,r,n){var i=ae(e+"/fulfilled",function(d,m,f,y){return{payload:d,meta:Nt(ie({},y||{}),{arg:f,requestId:m,requestStatus:"fulfilled"})}}),a=ae(e+"/pending",function(d,m,f){return{payload:void 0,meta:Nt(ie({},f||{}),{arg:m,requestId:d,requestStatus:"pending"})}}),o=ae(e+"/rejected",function(d,m,f,y,h){return{payload:y,error:(n&&n.serializeError||ai)(d||"Rejected"),meta:Nt(ie({},h||{}),{arg:f,requestId:m,rejectedWithValue:!!y,requestStatus:"rejected",aborted:d?.name==="AbortError",condition:d?.name==="ConditionError"})}}),s=!1,l=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(m,f,y){var h=n?.idGenerator?n.idGenerator(d):ni(),v=new l,w,S=!1;function E(A){w=A,v.abort()}var O=function(){return zn(this,null,function(){var A,$,H,M,xe,X,c;return jn(this,function(p){switch(p.label){case 0:return p.trys.push([0,4,,5]),M=(A=n?.condition)==null?void 0:A.call(n,d,{getState:f,extra:y}),si(M)?[4,M]:[3,2];case 1:M=p.sent(),p.label=2;case 2:if(M===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return S=!0,xe=new Promise(function(g,P){return v.signal.addEventListener("abort",function(){return P({name:"AbortError",message:w||"Aborted"})})}),m(a(h,d,($=n?.getPendingMeta)==null?void 0:$.call(n,{requestId:h,arg:d},{getState:f,extra:y}))),[4,Promise.race([xe,Promise.resolve(r(d,{dispatch:m,getState:f,extra:y,requestId:h,signal:v.signal,abort:E,rejectWithValue:function(g,P){return new Dt(g,P)},fulfillWithValue:function(g,P){return new Yr(g,P)}})).then(function(g){if(g instanceof Dt)throw g;return g instanceof Yr?i(g.payload,h,d,g.meta):i(g,h,d)})])];case 3:return H=p.sent(),[3,5];case 4:return X=p.sent(),H=X instanceof Dt?o(null,h,d,X.payload,X.meta):o(X,h,d),[3,5];case 5:return c=n&&!n.dispatchConditionRejection&&o.match(H)&&H.meta.condition,c||m(H),[2,H]}})})}();return Object.assign(O,{abort:E,requestId:h,arg:d,unwrap:function(){return O.then(oi)}})}}return Object.assign(u,{pending:a,rejected:o,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t}();function oi(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function si(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var rn="listener",nn="completed",an="cancelled",Ka="task-"+an,za="task-"+nn,$a=rn+"-"+an,Ga=rn+"-"+nn;var Ut="listenerMiddleware";var Wa=ae(Ut+"/add"),Xa=ae(Ut+"/removeAll"),Ya=ae(Ut+"/remove");var Jr,Ja=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Jr||(Jr=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},ui=function(t){return function(e){setTimeout(e,t)}},Qa=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:ui(10);jr();window.ftReduxStores||(window.ftReduxStores={});var on=class t{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Se(a))return a;if(i==null)return;let o=tn({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),s=Zr({reducer:(l,u)=>u.type==="CLEAR_FT_REDUX_STORE"?o.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...l,...u.overwrites}:o.reducer(l,u)});return window.ftReduxStores[i.name]=new t(o,s)}constructor(e,r){this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new De,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let o=i,s=n[o];return s?(...l)=>{let u=s(...l);return this.reduxStore.dispatch(u),u}:l=>{this.setState({[o]:l})}}})}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 Xe=x(F());var $e=class extends G{async listMySearches(){let e=b.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Ge=class extends G{async listMyBookmarks(){let e=b.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var li="ft-user-assets",We=Xe.FtReduxStore.get({name:li,initialState:{savedSearches:void 0,bookmarks:void 0}}),Lt=class{constructor(){this.currentSession=b.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ge,this.savedSearchesService=new $e,b.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=b.getState();(0,Xe.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),We.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),We.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();We.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 r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;We.actions.bookmarks(r)}}},sn=new Lt;var Ft=class{addCommand(e,r=!1){b.commands.add(e,r)}consumeCommand(e){return b.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Ft;var un=x(F()),jt=class{highlightHtml(e,r,n){(0,un.highlightHtml)(e,r,n)}};window.FluidTopicsHighlightHtmlService=new jt;var cn=x(F());var Bt=class{isDate(e){var r,n,i,a;return(a=(i=((n=(r=b.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(s=>s.key===e))===null||i===void 0?void 0:i.date)!==null&&a!==void 0?a:!1}format(e,r){var n,i,a;return cn.DateFormatter.format(e,(n=r?.locale)!==null&&n!==void 0?n:b.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(a=r?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Bt;(0,ln.customElement)("ft-app-context")(_);var Ye=class extends G{get mapId(){return this._mapId}set mapId(e){e!==this._mapId&&this.clear(),this._mapId=e}constructor(e,r,n){super(!1,r),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(r=>this.converter.convertPaginatedToc(e,r)))),this.cache.register("ratingSummary",()=>{var e,r;return ue((r=(e=b.getState().session)===null||e===void 0?void 0:e.profile.roles)!==null&&r!==void 0?r:[],"RATING_USER")?this.withMapId(i=>this.fetchMapRating(i)):Promise.resolve()})}clear(){this.cache.clearAll()}getMap(){return this.cache.get("map")}getMapNow(){return this.cache.getNow("map")}getConfiguration(){return this.cache.get("configuration")}getEnrichedToc(){return this.cache.get("enrichedToc")}get enrichedToc(){return this.cache.getNow("enrichedToc")}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(){return(await this.getEnrichedToc()).toc}async getPagesToc(){return(await this.getEnrichedToc()).pagesToc}async getTocNode(e){return(await this.getEnrichedToc()).nodeByTocId[e]}getTocNodeNow(e){var r;return(r=this.enrichedToc)===null||r===void 0?void 0:r.nodeByTocId[e]}getTocNodeNowByUrl(e){var r,n;let i=this.getMapNow();return i?.prettyUrl==e||`${i?.id}/root`===e?(r=this.enrichedToc)===null||r===void 0?void 0:r.toc[0]:(n=this.enrichedToc)===null||n===void 0?void 0:n.nodeByUrl[e]}async getPage(e){let r=await this.getEnrichedToc();return r.pages[e-1]||r.pages[0]}async getPageByTocId(e){let r=await this.getEnrichedToc();return r.pageByTocId[e]||r.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))}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}getRelativesForDocument(e,r){return this.cache.get("document-relatives-"+e+"-"+r.join("-"),()=>this.fetchRelativesForDocument(e,r))}getRelativesForTopicInMap(e,r,n){return this.cache.get("topic-relatives-"+[e,r,...n].join("-"),()=>this.fetchRelativesForTopicInMap(e,r,n))}getAttachmentDownloadLink(e){return this.makeAbsolute(`${this.api.endpoints.khub.maps.mapId(this.mapId).attachments.attachmentId(e).content}?download=true`)}getLink(e,r,n){let i=this.getNavigationData(e,r,n),a=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),o=new URL(a,this.api.tenantBaseUrl);return i.page!=null&&o.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&o.searchParams.set("tocId",i.tocId),i.section!=null&&o.searchParams.set("section",i.section),o.href}getNavigationData(e,r,n){var i,a;e=e||"root";let o=this.enrichedToc,s=o?.pageByTocId[e],l=o?.nodeByTocId[e],u=l?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(i=l?.title)!==null&&i!==void 0?i:"",page:r&&s&&s.number!==r?r:void 0,prettyUrl:u?.replace(/^r\//,""),prettyUrlDuplicated:(a=o?.duplicatedPrettyUrls.has(u??""))!==null&&a!==void 0?a:!1,section:n}}async getAccurateNavigationData(e,r,n){return await this.getEnrichedToc(),this.getNavigationData(e,r,n)}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(r=>{var n;return r?{type:r.topics.type,rating:(n=r.topics)===null||n===void 0?void 0:n.ratings.find(i=>i.tocId===e)}:void 0})}rateMap(e,r){return this.makeRateMapRequest(e,r).then(()=>this.clearRatingIfNecessary())}unrateMap(){return this.makeUnrateMapRequest().then(()=>this.clearRatingIfNecessary())}sendMapFeedback(e,r){return this.makeMapFeedbackRequest(e,r)}rateTopic(e,r,n){return this.makeRateTopicRequest(e,r,n).then(()=>this.clearRatingIfNecessary())}unrateTopic(e){return this.makeUnrateTopicRequest(e).then(()=>this.clearRatingIfNecessary())}async clearRatingIfNecessary(){let e=b.getState().session;e?.sessionAuthenticated&&this.cache.clear("ratingSummary")}sendTopicFeedback(e,r,n){return this.makeTopicFeedbackRequest(e,r,n)}fontsStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.fonts)}themeStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.theme)}buildBreadcrumb(e){let r=this.getTocNodeNow(e),n=[{tocId:r.tocId,title:r.title}],i=this.getTocNodeNow(r.parentTocId);for(;i;)n.unshift({tocId:i.tocId,title:i.title}),i=this.getTocNodeNow(i.parentTocId);return n}isFeatureAccessible(e,{session:r,ratingType:n}){var i;if(!this.isFeatureAvailable(e))return!1;switch(e){case Y.FEEDBACK:return ue(r??[],R.FEEDBACK_USER);case Y.RATING:return ue(r??[],R.RATING_USER)&&n!=null&&n!==_e.NO_RATING;case Y.PRINT:return ue(r??[],R.PRINT_USER);case Y.BOOKMARK:return!!r?.sessionAuthenticated;case Y.COLLECTIONS:return ue(r??[],R.COLLECTION_USER);case Y.PERSONAL_BOOKS:return ue(r??[],R.PERSONAL_BOOK_USER)&&!(!((i=this.getMapNow())===null||i===void 0)&&i.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var Je=class t extends Ye{static async build(e){return new t(new Pe,void 0,e)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(e){let r=await this.api.getMap(e);return this.fingerprint=r.fingerprint,r}fetchMapRating(e){return this.api.getMapRating(e)}async fetchPages(e){return await this.getMap(),this.api.getPages(e,this.fingerprint)}fetchTopicHTMLContent(e){return this.api.getTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint)}fetchTopicMetadata(e){return this.api.getTopic(this.mapId,e.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(e,r){return this.api.search({query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",filters:[{negative:!1,values:r,key:e}],sort:[],facets:[]})}fetchRelativesForTopicInMap(e,r,n){return this.api.search({query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",filters:[{negative:!1,values:n,key:r},{negative:!1,values:[e],key:"ft:publicationId"}],sort:[],facets:[]})}makeMapFeedbackRequest(e,r){return this.api.sendMapFeedback(this.mapId,e,r)}makeRateMapRequest(e,r){return this.api.rateMap(this.mapId,e,r)}makeRateTopicRequest(e,r,n){return this.api.rateTopic(this.mapId,e,r,n)}makeTopicFeedbackRequest(e,r,n){return this.api.sendTopicFeedback(this.mapId,e,r,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 Qe=class t{static build(e,r){return new t($t(e.trim()||"context"),r??Je.build)}loaded(){return(0,z.waitUntil)(()=>this._loaded)}constructor(e,r,n){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new z.Debouncer(10),this.initService(r)}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())}setVisibleTopics(e){this.store.actions.visibleTopics(e)}async awaitService(){return(0,z.waitFor)(()=>this.service)}async navigateToTopic(e,r,n){await this.loaded();let i=await this.awaitService(),a=await(n!=null?i.getPage(n):i.getPageByTocId(e??"root"));this.store.actions.currentPage(a),this.store.actions.scrollTarget({tocId:this.resolveValidNonRootTocId(e,a),section:r})}resolveValidNonRootTocId(e,r){var n,i,a;let o=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:r.rootTocId;return r.topics.includes(o)?o:(a=(i=r.topics[0])!==null&&i!==void 0?i:r.hiddenTopics[0])!==null&&a!==void 0?a:"root"}async navigateToPage(e){await this.loaded();let n=await(await this.awaitService()).getPage(e);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())}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),(e=this.service)===null||e===void 0||e.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(){var e,r,n,i,a;try{await Promise.all([(e=this.service)===null||e===void 0?void 0:e.getConfiguration().then(o=>this.store.actions.configuration(o)),(r=this.service)===null||r===void 0?void 0:r.getMap().then(o=>this.store.actions.map(o)),(n=this.service)===null||n===void 0?void 0:n.getToc().then(o=>this.store.actions.toc(o)),(i=this.service)===null||i===void 0?void 0:i.getPagesToc().then(o=>this.store.actions.pagesToc(o)),(a=this.service)===null||a===void 0?void 0:a.getPaginationConfiguration().then(o=>this.store.actions.paginationConfiguration(o))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0}catch(o){this.errorHandler&&!(o instanceof z.CanceledPromiseError)&&this.errorHandler(o)}}fetchRelatives(){var e,r,n;let i=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(a=>{var o;return a.key==((o=this.store.getState().configuration)===null||o===void 0?void 0:o.relativePivotMetadata)}).flatMap(a=>a.values);i!==void 0&&i.length>0?(r=this.service)===null||r===void 0||r.getRelativesForDocument((n=this.store.getState().configuration)===null||n===void 0?void 0:n.relativePivotMetadata,i).then(a=>{let o=a.results.flatMap(s=>s.entries);this.store.actions.relatives(o),this.updateClusteringHelper()}):this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.eventBus.dispatchEvent(new CustomEvent("clustering-helper-created"))}createClusteringHelper(){var e,r;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(o=>{var s;return((s=o.map)===null||s===void 0?void 0:s.mapId)==this.store.getState().mapId}),a=(r=(e=b.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&r!==void 0?r:[];return new z.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,a)}}async navigateToRelativeTopicIfFound(e){var r,n,i;await this.loaded();let a=await(0,z.waitFor)(()=>{var u;return(u=this.store.getState().configuration)===null||u===void 0?void 0:u.relativeTopicPivotMetadata}),o=this.store.getState().mapId,l=await(await this.awaitService()).getRelativesForTopicInMap(o,a,[e]);if(!((i=(n=(r=l?.results)===null||r===void 0?void 0:r[0])===null||n===void 0?void 0:n.entries)===null||i===void 0)&&i[0]){let u=l.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)}registerMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.add(e),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.delete(e),this.updateClusteringHelper()}};var dn=x(fe()),cs={},fn=dn.css`
|
|
5
|
+
`;var Ze=class extends CustomEvent{constructor(e,r){super("ft-reader-map-loaded",{detail:{map:e,toc:r}})}},et=class extends CustomEvent{constructor(e,r){super("ft-reader-visible-topics-change",{detail:{visibleTopics:r}})}},tt=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},rt=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},nt=class extends Event{constructor(){super("ft-reader-map-not-found")}},it=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},at=class extends Event{constructor(){super("ft-reader-map-forbidden")}},ot=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var L=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},di=t=>e=>+(e??"NaN")>0?+e:t,C=class extends U.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.scrollToTargetDebouncer=new U.Debouncer(5),this.navigationDebouncer=new U.Debouncer(10),this.mapLoadedEventDebouncer=new U.Debouncer(50),this.addStore(b)}render(){return Oe.html`
|
|
6
6
|
${this.importStyleIfNeeded()}
|
|
7
7
|
<slot @register-ft-reader-component=${this.registerComponent}></slot>
|
|
8
8
|
`}importStyleIfNeeded(){var e,r;let n=(e=this.stateManager.service)===null||e===void 0?void 0:e.themeStylesheet();return!n||window.location.href.startsWith((r=this.baseUrl)!==null&&r!==void 0?r:"")?Oe.nothing:Oe.html`
|
|
9
9
|
<style>
|
|
10
10
|
@import "${n}"
|
|
11
11
|
</style>
|
|
12
|
-
`}get stateManager(){return this._stateManager==null&&(this._stateManager=Qe.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 r=e.fontsStylesheet();if(r&&!window.location.href.startsWith(this.baseUrl)&&!document.querySelector(`head link[href="${r}"]`)){let n=document.createElement("link");n.setAttribute("rel","stylesheet"),n.setAttribute("href",r),document.head.append(n)}})}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(r=>e.has(r))&&this.mapId&&this.navigateToTarget(),e.has("session")&&this.reload()}contentAvailableCallback(e){var r;if(super.contentAvailableCallback(e),(e.has("map")||e.has("toc"))&&this.sendLoadedEventIfLoaded(),e.has("scrollTarget")&&((r=this.scrollTarget)===null||r===void 0?void 0:r.tocId)==null){let n=e.get("scrollTarget");n?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>{var i;return this.stateManager.service.getAccurateNavigationData(n.tocId,(i=this.currentPage)===null||i===void 0?void 0:i.number,n.section).then(a=>this.dispatchEvent(new tt(a)))})}e.has("visibleTopics")&&Promise.all(this.visibleTopics.map(n=>{var i;return this.stateManager.service.getAccurateNavigationData(n,(i=this.currentPage)===null||i===void 0?void 0:i.number)})).then(n=>{let i=n.filter(a=>a!=null&&a.topicTitle!=="").map(a=>{var o;return{tocId:a.tocId,title:a.topicTitle,page:a.page,prettyUrl:a.prettyUrl,prettyUrlDuplicated:a.prettyUrlDuplicated,breadcrumb:(o=this.stateManager.service)===null||o===void 0?void 0:o.buildBreadcrumb(a.tocId)}});this.dispatchEvent(new et(this.map,i))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload()}async navigateToTarget(){await this.
|
|
12
|
+
`}get stateManager(){return this._stateManager==null&&(this._stateManager=Qe.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 r=e.fontsStylesheet();if(r&&!window.location.href.startsWith(this.baseUrl)&&!document.querySelector(`head link[href="${r}"]`)){let n=document.createElement("link");n.setAttribute("rel","stylesheet"),n.setAttribute("href",r),document.head.append(n)}})}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(r=>e.has(r))&&this.mapId&&this.navigateToTarget(),e.has("session")&&this.reload()}contentAvailableCallback(e){var r;if(super.contentAvailableCallback(e),(e.has("map")||e.has("toc"))&&this.sendLoadedEventIfLoaded(),e.has("scrollTarget")&&((r=this.scrollTarget)===null||r===void 0?void 0:r.tocId)==null){let n=e.get("scrollTarget");n?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>{var i;return this.stateManager.service.getAccurateNavigationData(n.tocId,(i=this.currentPage)===null||i===void 0?void 0:i.number,n.section).then(a=>this.dispatchEvent(new tt(a)))})}e.has("visibleTopics")&&Promise.all(this.visibleTopics.map(n=>{var i;return this.stateManager.service.getAccurateNavigationData(n,(i=this.currentPage)===null||i===void 0?void 0:i.number)})).then(n=>{let i=n.filter(a=>a!=null&&a.topicTitle!=="").map(a=>{var o;return{tocId:a.tocId,title:a.topicTitle,page:a.page,prettyUrl:a.prettyUrl,prettyUrlDuplicated:a.prettyUrlDuplicated,breadcrumb:(o=this.stateManager.service)===null||o===void 0?void 0:o.buildBreadcrumb(a.tocId)}});this.dispatchEvent(new et(this.map,i))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload()}async navigateToTarget(){await this.navigationDebouncer.run(async()=>{this.topicPivot!=null?!await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot)&&this.lastNotifiedNotFoundRelative!==this.mapId+this.topicPivot?(this.dispatchEvent(new ot),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)})}registerComponent(e){e.stopPropagation();let r=e.composedPath()[0];this.register(r)}register(e){e.setReaderStateManager(this.stateManager)}handleLoadError(e){let r=e;r.status===401?this.dispatchEvent(new it):r.status===403?this.dispatchEvent(new at):r.status===404?this.dispatchEvent(new nt):this.dispatchEvent(new rt(e))}reloadBookmarks(){sn.reloadBookmarks()}async reloadRating(){var e,r;await((e=this.stateManager.service)===null||e===void 0?void 0:e.reloadRating()),(r=this.stateManager.store)===null||r===void 0||r.eventBus.dispatchEvent(new CustomEvent("rating-changed"))}sendLoadedEventIfLoaded(){this.mapLoadedEventDebouncer.run(()=>{this.map&&this.toc&&this.dispatchEvent(new Ze(this.map,this.toc))})}};C.styles=fn;L([(0,U.redux)({store:b.name})],C.prototype,"baseUrl",void 0);L([(0,U.redux)({store:b.name})],C.prototype,"session",void 0);L([(0,oe.property)()],C.prototype,"mapId",void 0);L([(0,oe.property)()],C.prototype,"tocId",void 0);L([(0,oe.property)()],C.prototype,"section",void 0);L([(0,oe.property)()],C.prototype,"topicPivot",void 0);L([(0,oe.property)()],C.prototype,"searchInDocumentQuery",void 0);L([(0,oe.property)({type:Number,converter:{fromAttribute:di()}})],C.prototype,"page",void 0);L([(0,U.redux)({store:"reader"})],C.prototype,"map",void 0);L([(0,U.redux)({store:"reader"})],C.prototype,"toc",void 0);L([(0,U.redux)({store:"reader"})],C.prototype,"visibleTopics",void 0);L([(0,U.redux)({store:"reader"})],C.prototype,"currentPage",void 0);L([(0,U.redux)({store:"reader"})],C.prototype,"scrollTarget",void 0);L([(0,oe.property)({attribute:!1})],C.prototype,"readerServiceProvider",void 0);(0,pn.customElement)("ft-reader-context")(C);})();
|
|
13
13
|
/*! Bundled license information:
|
|
14
14
|
|
|
15
15
|
@lit/reactive-element/css-tag.js:
|