@fluid-topics/ft-reader-context 1.1.81 → 1.1.82

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