@fluid-topics/ft-reader-context 2.1.24 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,15 @@
1
- "use strict";(()=>{var vi=Object.create;var lr=Object.defineProperty;var mi=Object.getOwnPropertyDescriptor;var gi=Object.getOwnPropertyNames;var yi=Object.getPrototypeOf,bi=Object.prototype.hasOwnProperty;var St=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}};var Ei=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of gi(e))!bi.call(t,i)&&i!==r&&lr(t,i,{get:()=>e[i],enumerable:!(n=mi(e,i))||n.enumerable});return t};var E=(t,e,r)=>(r=t!=null?vi(yi(t)):{},Ei(e||!t||!t.__esModule?lr(r,"default",{value:t,enumerable:!0}):r,t));var R=St((ys,dr)=>{dr.exports=ftGlobals.wcUtils});var fe=St((bs,pr)=>{pr.exports=ftGlobals.lit});var re=St((Es,hr)=>{hr.exports=ftGlobals.litDecorators});var fi=E(R());var Fe=E(fe()),pe=E(re()),O=E(R());var ve;(function(t){t.clusteringHelperCreated="clustering-helper-created",t.mapAttachmentsUpdate="map-attachments-update",t.visibleTopicChange="visible-topic-change",t.requestedTopicNotFound="requested-topic-not-found"})(ve||(ve={}));var G;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(G||(G={}));var L=E(R());var fr=E(R()),Ai={setTranslationDestinationLanguage:(t,e)=>{t.translation.destinationLanguage=e.payload},setTranslationSourceLanguage:(t,e)=>{t.translation.sourceLanguage=e.payload},setTranslationProfileId:(t,e)=>{t.translation.profileId=e.payload},setTranslationLoading:(t,e)=>{t.translation.isLoading=e.payload},setTranslationError:(t,e)=>{t.translation.isError=e.payload},setTopicsRating:(t,e)=>{for(let r in e.payload)t.topicsRating[r]=e.payload[r]}},vr=t=>fr.FtReduxStore.get({name:"ft-reader-"+t,initialState:{mapId:void 0,renderedTopics:[],visibleTopics:[],map:void 0,toc:void 0,pagesToc:void 0,paginationConfiguration:void 0,currentPage:void 0,scrollTarget:void 0,configuration:void 0,searchInDocumentQuery:void 0,relatives:void 0,mapRating:void 0,topicsRating:{},translation:{sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1},linkPreviewDialogId:void 0},reducers:Ai});var Tt=class{constructor(e,r){this.mapId=e,this.paginatedToc=r,this.nodeByTocId={},this.nodeByUrl={},this.duplicatedPrettyUrls=new Set,this.pages=[],this.pageByTocId={}}build(){return{paginationConfiguration:this.paginatedToc.configuration,toc:this.convertNodes(this.paginatedToc.paginatedToc,1),pagesToc:this.extractPagesToc(this.paginatedToc.paginatedToc,1),nodeByTocId:this.nodeByTocId,nodeByUrl:this.nodeByUrl,duplicatedPrettyUrls:this.duplicatedPrettyUrls,pages:this.pages,pageByTocId:this.pageByTocId,translationError:this.paginatedToc.translationError}}extractPagesToc(e,r,n){return e.flatMap(i=>{var s;return i.pageConfiguration&&this.registerPage(this.buildPage(i,n)),i.tocId==null?this.extractPagesToc(i.children,r,n):[{tocId:i.tocId,title:(s=i.title)!==null&&s!==void 0?s:"",untranslatedTitle:i.untranslatedTitle,depth:r,children:this.extractPagesToc(i.children,r+1,i.tocId)}]})}convertNodes(e,r,n){return e.flatMap(i=>{var s,a,o;if(i.tocId==null)return[...this.convertSectionNodes((s=i.pageToc)!==null&&s!==void 0?s:[],r,i.tocId),...this.convertNodes(i.children,r,i.tocId)];let u=(a=i.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),c={tocId:i.tocId,contentId:i.contentId,title:i.title,untranslatedTitle:i.untranslatedTitle,hasRating:i.hasRating,origin:i.origin,prettyUrl:u,depth:r,parentTocId:n,children:[]};this.register(c);let l=this.convertSectionNodes((o=i.pageToc)!==null&&o!==void 0?o:[],r+1,i.tocId),p=this.convertNodes(i.children,r+1,c.tocId);return c.children=[...l,...p],[c]})}convertSectionNodes(e,r,n){return e.flatMap(i=>{var s;let a=(s=i.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),o={...i,prettyUrl:a,depth:r,parentTocId:n,children:[]};return this.register(o),o.children=this.convertSectionNodes(i.children,r+1,i.tocId),[o]})}buildPage(e,r){var n,i,s,a,o,u,c,l;let p=(n=e.tocId)!==null&&n!==void 0?n:(s=(i=e.pageToc)===null||i===void 0?void 0:i[0])===null||s===void 0?void 0:s.tocId,d={number:this.pages.length+1,title:(a=e.title)!==null&&a!==void 0?a:"",untranslatedTitle:e.untranslatedTitle,rootTocId:p??"root",toc:((o=e.pageToc)!==null&&o!==void 0?o:[]).map(g=>this.nodeByTocId[g.tocId]),topics:[],hiddenTopics:[],rootDepth:p?this.nodeByTocId[p].depth:1,breadcrumb:r?this.buildBreadcrumb(this.nodeByTocId[r]):[]},v=(g,y)=>(y?d.topics:d.hiddenTopics).push(g),h=(c=(u=e.pageConfiguration)===null||u===void 0?void 0:u.parentsVisibility)!==null&&c!==void 0?c:[];d.breadcrumb.forEach((g,y)=>{v(g,h[y])}),e.tocId&&v(e.tocId,e.pageConfiguration.isVisible),d.topics.push(...this.tocIds((l=e.pageToc)!==null&&l!==void 0?l:[]));let f=this.resolveOverridenRootTocIdByParentForcedByPagination(d.breadcrumb,h);return d.rootTocId=f??d.rootTocId,d.rootDepth=f?this.nodeByTocId[f].depth:d.rootDepth,d}resolveOverridenRootTocIdByParentForcedByPagination(e,r){for(let n=0;n<e.length;n++)if(r[n])return e[n]}registerPage(e){for(let r of[...e.topics,...e.hiddenTopics])this.pageByTocId[r]||(this.pageByTocId[r]=e);this.pages.push(e)}tocIds(e){return e.flatMap(r=>[r.tocId,...this.tocIds(r.children)])}buildBreadcrumb(e){let r=[e.tocId];for(;e?.parentTocId;)r.unshift(e.parentTocId),e=this.nodeByTocId[e.parentTocId];return r}register(e){e.prettyUrl&&(this.nodeByUrl[e.prettyUrl]==null?this.nodeByUrl[e.prettyUrl]=e:this.duplicatedPrettyUrls.add(e.prettyUrl)),this.nodeByUrl[`${this.mapId}/${e.tocId}`]=e,this.nodeByTocId[e.tocId]=e}},je=class{convertPaginatedToc(e,r){return new Tt(e,r).build()}};var mr;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(mr||(mr={}));var gr;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(gr||(gr={}));var yr;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(yr||(yr={}));var br;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(br||(br={}));var Er;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Er||(Er={}));var Ar;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(Ar||(Ar={}));var Be;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(Be||(Be={}));var Sr;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(Sr||(Sr={}));var Tr;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(Tr||(Tr={}));var Cr;(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"})(Cr||(Cr={}));var xr;(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",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(xr||(xr={}));var wr;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(wr||(wr={}));var Or;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(Or||(Or={}));var Rr;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(Rr||(Rr={}));var Ir;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Ir||(Ir={}));var _r;(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"})(_r||(_r={}));var Pr;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(Pr||(Pr={}));var Mr;(function(t){t.ASC="ASC",t.DESC="DESC"})(Mr||(Mr={}));var Dr;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(Dr||(Dr={}));var Lr;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Lr||(Lr={}));var kr;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(kr||(kr={}));var Nr;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Nr||(Nr={}));var Ur;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(Ur||(Ur={}));var Fr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Fr||(Fr={}));var jr;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(jr||(jr={}));var Br;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Br||(Br={}));var Hr;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Hr||(Hr={}));var A;(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.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(A||(A={}));var U;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(U||(U={}));var Vr;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(Vr||(Vr={}));var qr;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(qr||(qr={}));var Kr;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(Kr||(Kr={}));var Gr;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.DOCUMENTATION="DOCUMENTATION",t.OTHER="OTHER"})(Gr||(Gr={}));var $r;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})($r||($r={}));var Wr;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Wr||(Wr={}));var zr;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(zr||(zr={}));var Yr;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(Yr||(Yr={}));var Qr;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(Qr||(Qr={}));var Xr;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(Xr||(Xr={}));var Jr;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(Jr||(Jr={}));var Zr;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Zr||(Zr={}));var Si={[A.PERSONAL_BOOK_SHARE_USER]:[A.PERSONAL_BOOK_USER],[A.HTML_EXPORT_USER]:[A.PERSONAL_BOOK_USER],[A.PDF_EXPORT_USER]:[A.PERSONAL_BOOK_USER],[A.KHUB_ADMIN]:[A.CONTENT_PUBLISHER],[A.ADMIN]:[A.KHUB_ADMIN,A.USERS_ADMIN,A.PORTAL_ADMIN,A.BEHAVIOR_DATA_USER],[A.GENERATIVE_AI_EXPORT_USER]:[A.GENERATIVE_AI_USER]};function en(t,e){return t===e||(Si[t]??[]).some(r=>en(r,e))}function $(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=>en(n,e))}var Yt=E(re());var tn=E(re(),1);var Ct=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function rn(t,e){return(0,tn.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ie(t);try{return JSON.parse(r)}catch{return Ie(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:_e,...e??{}})}function Ti(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,n;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!me(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!me(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let i=a=>Object.keys(a).filter(o=>a[o]!=null),s=i(t);if(r=s.length,r!==i(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,s[n]))return!1;for(n=r;n--!==0;){let a=s[n];if(!me(t[a],e[a]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function me(t,e){try{return Ti(t,e)}catch{return!1}}function _e(t,e){return!me(t,e)}function Ie(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function He(t,e){let r=n=>n[t]===!0;return n=>{if(r(n))return n;let i=e(n);return i[t]=!0,i}}var nn=E(re(),1);var xt=t=>{let e=t??{};return(r,n)=>{var i;let s={hasChanged:_e,attribute:!1,...e};(0,nn.property)(s)(r,n);let a=r.constructor;a.reduxProperties=new Map(a.reduxProperties),a.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:(o=>o[n]),store:e.store})}};var Ve=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(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}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};var ne=E(re(),1);var qe=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),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let a of n)try{await a()}catch(o){i(o);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var an=E(fe(),1);var Ke=globalThis,Ci=Ke.ShadowRoot&&(Ke.ShadyCSS===void 0||Ke.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var sn=(t,e)=>{if(Ci)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=Ke.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)}};var Ge=class extends an.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return sn(n,e.elementStyles),n}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(e,r){Ct(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};function on(t,e,...r){var n;let i=t.querySelector(e);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var ye=function(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(i<3?a(s):i>3?a(e,r,s):a(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s},dn,cn=Symbol("constructorPrototype"),un=Symbol("constructorName"),pn=Symbol("exportpartsDebouncer"),ln=Symbol("dynamicDependenciesLoaded"),ge=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};ge.eventName="exportparts-updated";var V=class extends Ge{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[dn]=new qe(5),this.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[pn].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[un]=this.constructor.name,this[cn]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[un]&&Object.setPrototypeOf(this,this[cn])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[ln]||(r[ln]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(ge.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(ge.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new ge)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=on(this.shadowRoot,...s)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(e){var r,n,i,s,a,o;let u=d=>d!=null&&d.trim().length>0,c=e.filter(u).map(d=>d.trim());if(c.length===0){this.exportparts=void 0;return}let l=new Set;for(let d of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let v=(s=(i=d.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],h=(o=(a=d.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(g=>g.split(":")[1]))!==null&&o!==void 0?o:[],f=[...v,...h].filter(u).map(g=>g.trim());for(let g of f)l.add(g)}if(l.size===0){this.exportparts=void 0;return}let p=[...l.values()].flatMap(d=>c.map(v=>`${d}:${v}--${d}`));this.exportparts=[...this.part,...p].join(", ")}};dn=pn;ye([(0,ne.property)()],V.prototype,"exportpartsPrefix",void 0);ye([rn([])],V.prototype,"exportpartsPrefixes",void 0);ye([(0,ne.property)({reflect:!0})],V.prototype,"exportparts",void 0);ye([(0,ne.property)()],V.prototype,"customStylesheet",void 0);ye([(0,ne.property)()],V.prototype,"elementToFocus",void 0);ye([(0,ne.state)()],V.prototype,"useAdoptedStyleSheets",void 0);function $e(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Pe=Symbol("internalReduxEventsUnsubscribers"),X=Symbol("internalStoresUnsubscribers"),ie=Symbol("internalStores"),xi=He(Symbol("withRedux"),function(t){var e,r,n;class i extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(a){super.willUpdate(a),[...this.reduxConstructor.reduxReactiveProperties].some(o=>a.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[ie].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ie].values()][0]}getStore(a){return a==null?this.getUnnamedStore():this[ie].get(a)}addStore(a,o){var u;o=(u=o??a.name)!==null&&u!==void 0?u:"default-store",this.unsubscribeFromStore(o),this[ie].set(o,a),this.subscribeToStore(o,a),this.updateFromStores()}removeStore(a){let o=typeof a=="string"?a:a.name;this.unsubscribeFromStore(o),this[ie].delete(o)}setupStores(){this.unsubscribeFromStores(),this[ie].forEach((a,o)=>this.subscribeToStore(o,a)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((a,o)=>{let u=this.constructor.getPropertyOptions(o);if(!u?.attribute||!this.hasAttribute(typeof u?.attribute=="string"?u.attribute:o)){let c=this.getStore(a.store);c&&(a.store?this[X].has(a.store):this[X].size>0)&&(this[o]=a.selector(c.getState(),this))}})}subscribeToStore(a,o){var u;this[X].set(a,o.subscribe(()=>this.updateFromStores())),this[Pe].set(a,[]),$e(o)&&o.eventBus&&((u=this.reduxConstructor.reduxEventListeners)===null||u===void 0||u.forEach((c,l)=>{if(typeof this[l]=="function"&&(!c.store||o.name===c.store)){let p=d=>this[l](d);o.addEventListener(c.eventName,p),this[Pe].get(a).push(()=>o.removeEventListener(c.eventName,p))}})),this.onStoreAvailable(a)}unsubscribeFromStores(){this[X].forEach((a,o)=>this.unsubscribeFromStore(o))}unsubscribeFromStore(a){var o;this[X].has(a)&&this[X].get(a)(),this[X].delete(a),(o=this[Pe].get(a))===null||o===void 0||o.forEach(u=>u()),this[Pe].delete(a)}onStoreAvailable(a){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=X,r=ie,n=Pe,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),hn=class extends xi(V){};function F(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,s;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map((function(a){return"'"+a+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function W(t){return!!t&&!!t[T]}function H(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)===Di})(t)||Array.isArray(t)||!!t[En]||!!(!((e=t.constructor)===null||e===void 0)&&e[En])||Lt(t)||kt(t))}function se(t,e,r){r===void 0&&(r=!1),Ae(t)===0?(r?Object.keys:Ee)(t).forEach((function(n){r&&typeof n=="symbol"||e(n,t[n],t)})):t.forEach((function(n,i){return e(i,n,t)}))}function Ae(t){var e=t[T];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Lt(t)?2:kt(t)?3:0}function be(t,e){return Ae(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function wi(t,e){return Ae(t)===2?t.get(e):t[e]}function An(t,e,r){var n=Ae(t);n===2?t.set(e,r):n===3?t.add(r):t[e]=r}function Sn(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Lt(t){return Pi&&t instanceof Map}function kt(t){return Mi&&t instanceof Set}function J(t){return t.o||t.t}function Nt(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=xn(t);delete e[T];for(var r=Ee(e),n=0;n<r.length;n++){var i=r[n],s=e[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(e[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function Ut(t,e){return e===void 0&&(e=!1),Ft(t)||W(t)||!H(t)||(Ae(t)>1&&(t.set=t.add=t.clear=t.delete=Oi),Object.freeze(t),e&&se(t,(function(r,n){return Ut(n,!0)}),!0)),t}function Oi(){F(2)}function Ft(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function q(t){var e=Dt[t];return e||F(18,t),e}function Ri(t,e){Dt[t]||(Dt[t]=e)}function _t(){return De}function wt(t,e){e&&(q("Patches"),t.u=[],t.s=[],t.v=e)}function We(t){Pt(t),t.p.forEach(Ii),t.p=null}function Pt(t){t===De&&(De=t.l)}function fn(t){return De={p:[],l:De,h:t,m:!0,_:0}}function Ii(t){var e=t[T];e.i===0||e.i===1?e.j():e.g=!0}function Ot(t,e){e._=e.p.length;var r=e.p[0],n=t!==void 0&&t!==r;return e.h.O||q("ES5").S(e,t,n),n?(r[T].P&&(We(e),F(4)),H(t)&&(t=ze(e,t),e.l||Ye(e,t)),e.u&&q("Patches").M(r[T].t,t,e.u,e.s)):t=ze(e,r,[]),We(e),e.u&&e.v(e.u,e.s),t!==Cn?t:void 0}function ze(t,e,r){if(Ft(e))return e;var n=e[T];if(!n)return se(e,(function(o,u){return vn(t,n,e,o,u,r)}),!0),e;if(n.A!==t)return e;if(!n.P)return Ye(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Nt(n.k):n.o,s=i,a=!1;n.i===3&&(s=new Set(i),i.clear(),a=!0),se(s,(function(o,u){return vn(t,n,i,o,u,r,a)})),Ye(t,i,!1),r&&t.u&&q("Patches").N(n,r,t.u,t.s)}return n.o}function vn(t,e,r,n,i,s,a){if(W(i)){var o=ze(t,i,s&&e&&e.i!==3&&!be(e.R,n)?s.concat(n):void 0);if(An(r,n,o),!W(o))return;t.m=!1}else a&&r.add(i);if(H(i)&&!Ft(i)){if(!t.h.D&&t._<1)return;ze(t,i),e&&e.A.l||Ye(t,i)}}function Ye(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&Ut(e,r)}function Rt(t,e){var r=t[T];return(r?J(r):t)[e]}function mn(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 Z(t){t.P||(t.P=!0,t.l&&Z(t.l))}function It(t){t.o||(t.o=Nt(t.t))}function Mt(t,e,r){var n=Lt(e)?q("MapSet").F(e,r):kt(e)?q("MapSet").T(e,r):t.O?(function(i,s){var a=Array.isArray(i),o={i:a?1:0,A:s?s.A:_t(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},u=o,c=Le;a&&(u=[o],c=Me);var l=Proxy.revocable(u,c),p=l.revoke,d=l.proxy;return o.k=d,o.j=p,d})(e,r):q("ES5").J(e,r);return(r?r.A:_t()).p.push(n),n}function _i(t){return W(t)||F(22,t),(function e(r){if(!H(r))return r;var n,i=r[T],s=Ae(r);if(i){if(!i.P&&(i.i<4||!q("ES5").K(i)))return i.t;i.I=!0,n=gn(r,s),i.I=!1}else n=gn(r,s);return se(n,(function(a,o){i&&wi(i.t,a)===o||An(n,a,e(o))})),s===3?new Set(n):n})(t)}function gn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Nt(t)}function Tn(){function t(a,o){var u=s[a];return u?u.enumerable=o:s[a]=u={configurable:!0,enumerable:o,get:function(){var c=this[T];return Le.get(c,a)},set:function(c){var l=this[T];Le.set(l,a,c)}},u}function e(a){for(var o=a.length-1;o>=0;o--){var u=a[o][T];if(!u.P)switch(u.i){case 5:n(u)&&Z(u);break;case 4:r(u)&&Z(u)}}}function r(a){for(var o=a.t,u=a.k,c=Ee(u),l=c.length-1;l>=0;l--){var p=c[l];if(p!==T){var d=o[p];if(d===void 0&&!be(o,p))return!0;var v=u[p],h=v&&v[T];if(h?h.t!==d:!Sn(v,d))return!0}}var f=!!o[T];return c.length!==Ee(o).length+(f?0:1)}function n(a){var o=a.k;if(o.length!==a.t.length)return!0;var u=Object.getOwnPropertyDescriptor(o,o.length-1);if(u&&!u.get)return!0;for(var c=0;c<o.length;c++)if(!o.hasOwnProperty(c))return!0;return!1}function i(a){a.g&&F(3,JSON.stringify(J(a)))}var s={};Ri("ES5",{J:function(a,o){var u=Array.isArray(a),c=(function(p,d){if(p){for(var v=Array(d.length),h=0;h<d.length;h++)Object.defineProperty(v,""+h,t(h,!0));return v}var f=xn(d);delete f[T];for(var g=Ee(f),y=0;y<g.length;y++){var b=g[y];f[b]=t(b,p||!!f[b].enumerable)}return Object.create(Object.getPrototypeOf(d),f)})(u,a),l={i:u?5:4,A:o?o.A:_t(),P:!1,I:!1,R:{},l:o,t:a,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,T,{value:l,writable:!0}),c},S:function(a,o,u){u?W(o)&&o[T].A===a&&e(a.p):(a.u&&(function c(l){if(l&&typeof l=="object"){var p=l[T];if(p){var d=p.t,v=p.k,h=p.R,f=p.i;if(f===4)se(v,(function(S){S!==T&&(d[S]!==void 0||be(d,S)?h[S]||c(v[S]):(h[S]=!0,Z(p)))})),se(d,(function(S){v[S]!==void 0||be(v,S)||(h[S]=!1,Z(p))}));else if(f===5){if(n(p)&&(Z(p),h.length=!0),v.length<d.length)for(var g=v.length;g<d.length;g++)h[g]=!1;else for(var y=d.length;y<v.length;y++)h[y]=!0;for(var b=Math.min(v.length,d.length),C=0;C<b;C++)v.hasOwnProperty(C)||(h[C]=!0),h[C]===void 0&&c(v[C])}}}})(a.p[0]),e(a.p))},K:function(a){return a.i===4?r(a):n(a)}})}var yn,De,jt=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Pi=typeof Map<"u",Mi=typeof Set<"u",bn=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Cn=jt?Symbol.for("immer-nothing"):((yn={})["immer-nothing"]=!0,yn),En=jt?Symbol.for("immer-draftable"):"__$immer_draftable",T=jt?Symbol.for("immer-state"):"__$immer_state";var Di=""+Object.prototype.constructor,Ee=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,xn=Object.getOwnPropertyDescriptors||function(t){var e={};return Ee(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},Dt={},Le={get:function(t,e){if(e===T)return t;var r=J(t);if(!be(r,e))return(function(i,s,a){var o,u=mn(s,a);return u?"value"in u?u.value:(o=u.get)===null||o===void 0?void 0:o.call(i.k):void 0})(t,r,e);var n=r[e];return t.I||!H(n)?n:n===Rt(t.t,e)?(It(t),t.o[e]=Mt(t.A.h,n,t)):n},has:function(t,e){return e in J(t)},ownKeys:function(t){return Reflect.ownKeys(J(t))},set:function(t,e,r){var n=mn(J(t),e);if(n?.set)return n.set.call(t.k,r),!0;if(!t.P){var i=Rt(J(t),e),s=i?.[T];if(s&&s.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Sn(r,i)&&(r!==void 0||be(t.t,e)))return!0;It(t),Z(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 Rt(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,It(t),Z(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=J(t),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){F(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){F(12)}},Me={};se(Le,(function(t,e){Me[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Me.deleteProperty=function(t,e){return Me.set.call(this,t,e,void 0)},Me.set=function(t,e,r){return Le.set.call(this,t[0],e,r,t[0])};var Li=(function(){function t(r){var n=this;this.O=bn,this.D=!0,this.produce=function(i,s,a){if(typeof i=="function"&&typeof s!="function"){var o=s;s=i;var u=n;return function(f){var g=this;f===void 0&&(f=o);for(var y=arguments.length,b=Array(y>1?y-1:0),C=1;C<y;C++)b[C-1]=arguments[C];return u.produce(f,(function(S){var Q;return(Q=s).call.apply(Q,[g,S].concat(b))}))}}var c;if(typeof s!="function"&&F(6),a!==void 0&&typeof a!="function"&&F(7),H(i)){var l=fn(n),p=Mt(n,i,void 0),d=!0;try{c=s(p),d=!1}finally{d?We(l):Pt(l)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(f){return wt(l,a),Ot(f,l)}),(function(f){throw We(l),f})):(wt(l,a),Ot(c,l))}if(!i||typeof i!="object"){if((c=s(i))===void 0&&(c=i),c===Cn&&(c=void 0),n.D&&Ut(c,!0),a){var v=[],h=[];q("Patches").M(i,c,v,h),a(v,h)}return c}F(21,i)},this.produceWithPatches=function(i,s){if(typeof i=="function")return function(c){for(var l=arguments.length,p=Array(l>1?l-1:0),d=1;d<l;d++)p[d-1]=arguments[d];return n.produceWithPatches(c,(function(v){return i.apply(void 0,[v].concat(p))}))};var a,o,u=n.produce(i,s,(function(c,l){a=c,o=l}));return typeof Promise<"u"&&u instanceof Promise?u.then((function(c){return[c,a,o]})):[u,a,o]},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){H(r)||F(8),W(r)&&(r=_i(r));var n=fn(this),i=Mt(this,r,void 0);return i[T].C=!0,Pt(n),i},e.finishDraft=function(r,n){var i=r&&r[T],s=i.A;return wt(s,n),Ot(void 0,s)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!bn&&F(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){r=s.value;break}}i>-1&&(n=n.slice(i+1));var a=q("Patches").$;return W(r)?a(r,n):this.produce(r,(function(o){return a(o,n)}))},t})(),N=new Li,ki=N.produce,la=N.produceWithPatches.bind(N),da=N.setAutoFreeze.bind(N),pa=N.setUseProxies.bind(N),ha=N.applyPatches.bind(N),fa=N.createDraft.bind(N),va=N.finishDraft.bind(N),Qe=ki;function ae(t){"@babel/helpers - typeof";return ae=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},ae(t)}function wn(t,e){if(ae(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ae(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function On(t){var e=wn(t,"string");return ae(e)=="symbol"?e:e+""}function Rn(t,e,r){return(e=On(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function In(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 Bt(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?In(Object(r),!0).forEach(function(n){Rn(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):In(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function _(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 _n=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Ht=function(){return Math.random().toString(36).substring(7).split("").join(".")},Xe={INIT:"@@redux/INIT"+Ht(),REPLACE:"@@redux/REPLACE"+Ht(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ht()}};function Ni(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 Vt(t,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(_(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(_(1));return r(Vt)(t,e)}if(typeof t!="function")throw new Error(_(2));var i=t,s=e,a=[],o=a,u=!1;function c(){o===a&&(o=a.slice())}function l(){if(u)throw new Error(_(3));return s}function p(f){if(typeof f!="function")throw new Error(_(4));if(u)throw new Error(_(5));var g=!0;return c(),o.push(f),function(){if(g){if(u)throw new Error(_(6));g=!1,c();var b=o.indexOf(f);o.splice(b,1),a=null}}}function d(f){if(!Ni(f))throw new Error(_(7));if(typeof f.type>"u")throw new Error(_(8));if(u)throw new Error(_(9));try{u=!0,s=i(s,f)}finally{u=!1}for(var g=a=o,y=0;y<g.length;y++){var b=g[y];b()}return f}function v(f){if(typeof f!="function")throw new Error(_(10));i=f,d({type:Xe.REPLACE})}function h(){var f,g=p;return f={subscribe:function(b){if(typeof b!="object"||b===null)throw new Error(_(11));function C(){b.next&&b.next(l())}C();var S=g(C);return{unsubscribe:S}}},f[_n]=function(){return this},f}return d({type:Xe.INIT}),n={dispatch:d,subscribe:p,getState:l,replaceReducer:v},n[_n]=h,n}function Ui(t){Object.keys(t).forEach(function(e){var r=t[e],n=r(void 0,{type:Xe.INIT});if(typeof n>"u")throw new Error(_(12));if(typeof r(void 0,{type:Xe.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(_(13))})}function Pn(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 s=Object.keys(r),a,o;try{Ui(r)}catch(u){o=u}return function(c,l){if(c===void 0&&(c={}),o)throw o;if(0)var p;for(var d=!1,v={},h=0;h<s.length;h++){var f=s[h],g=r[f],y=c[f],b=g(y,l);if(typeof b>"u"){var C=l&&l.type;throw new Error(_(14))}v[f]=b,d=d||b!==y}return d=d||s.length!==Object.keys(c).length,d?v:c}}function Se(){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 Mn(){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),s=function(){throw new Error(_(15))},a={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},o=e.map(function(u){return u(a)});return s=Se.apply(void 0,o)(i.dispatch),Bt(Bt({},i),{},{dispatch:s})}}}function Dn(t){var e=function(n){var i=n.dispatch,s=n.getState;return function(a){return function(o){return typeof o=="function"?o(i,s,t):a(o)}}};return e}var Ln=Dn();Ln.withExtraArgument=Dn;var qt=Ln;var jn=(function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},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)}})(),Fi=function(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,a;return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(c){return function(l){return u([c,l])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){r.label=c[1];break}if(c[0]===6&&r.label<s[1]){r.label=s[1],s=c;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(c);break}s[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(l){c=[6,l],i=0}finally{n=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Te=function(t,e){for(var r=0,n=e.length,i=t.length;r<n;r++,i++)t[i]=e[r];return t},ji=Object.defineProperty,Bi=Object.defineProperties,Hi=Object.getOwnPropertyDescriptors,kn=Object.getOwnPropertySymbols,Vi=Object.prototype.hasOwnProperty,qi=Object.prototype.propertyIsEnumerable,Nn=function(t,e,r){return e in t?ji(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},ee=function(t,e){for(var r in e||(e={}))Vi.call(e,r)&&Nn(t,r,e[r]);if(kn)for(var n=0,i=kn(e);n<i.length;n++){var r=i[n];qi.call(e,r)&&Nn(t,r,e[r])}return t},Kt=function(t,e){return Bi(t,Hi(e))},Ki=function(t,e,r){return new Promise(function(n,i){var s=function(u){try{o(r.next(u))}catch(c){i(c)}},a=function(u){try{o(r.throw(u))}catch(c){i(c)}},o=function(u){return u.done?n(u.value):Promise.resolve(u.value).then(s,a)};o((r=r.apply(t,e)).next())})};var Gi=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Se:Se.apply(null,arguments)},Da=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function $i(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}function te(t,e){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var s=e.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return ee(ee({type:t,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.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}var Wi=(function(t){jn(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,Te([void 0],r[0].concat(this)))):new(e.bind.apply(e,Te([void 0],r.concat(this))))},e})(Array),zi=(function(t){jn(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,Te([void 0],r[0].concat(this)))):new(e.bind.apply(e,Te([void 0],r.concat(this))))},e})(Array);function Wt(t){return H(t)?Qe(t,function(){}):t}function Yi(t){return typeof t=="boolean"}function Qi(){return function(e){return Xi(e)}}function Xi(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,s=t.serializableCheck,a=s===void 0?!0:s,o=t.actionCreatorCheck,u=o===void 0?!0:o,c=new Wi;if(r&&(Yi(r)?c.push(qt):c.push(qt.withExtraArgument(r.extraArgument))),0){if(i)var l;if(a)var p;if(u)var d}return c}var Gt=!0;function Bn(t){var e=Qi(),r=t||{},n=r.reducer,i=n===void 0?void 0:n,s=r.middleware,a=s===void 0?e():s,o=r.devTools,u=o===void 0?!0:o,c=r.preloadedState,l=c===void 0?void 0:c,p=r.enhancers,d=p===void 0?void 0:p,v;if(typeof i=="function")v=i;else if($i(i))v=Pn(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=a;if(typeof h=="function"&&(h=h(e),!Gt&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Gt&&h.some(function(S){return typeof S!="function"}))throw new Error("each middleware provided to configureStore must be a function");var f=Mn.apply(void 0,h),g=Se;u&&(g=Gi(ee({trace:!Gt},typeof u=="object"&&u)));var y=new zi(f),b=y;Array.isArray(d)?b=Te([f],d):typeof d=="function"&&(b=d(y));var C=g.apply(void 0,b);return Vt(v,l,C)}function Hn(t){var e={},r=[],n,i={addCase:function(s,a){var o=typeof s=="string"?s:s.type;if(!o)throw new Error("`builder.addCase` cannot be called with an empty action type");if(o in e)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return e[o]=a,i},addMatcher:function(s,a){return r.push({matcher:s,reducer:a}),i},addDefaultCase:function(s){return n=s,i}};return t(i),[e,r,n]}function Ji(t){return typeof t=="function"}function Zi(t,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?Hn(e):[e,r,n],s=i[0],a=i[1],o=i[2],u;if(Ji(t))u=function(){return Wt(t())};else{var c=Wt(t);u=function(){return c}}function l(p,d){p===void 0&&(p=u());var v=Te([s[d.type]],a.filter(function(h){var f=h.matcher;return f(d)}).map(function(h){var f=h.reducer;return f}));return v.filter(function(h){return!!h}).length===0&&(v=[o]),v.reduce(function(h,f){if(f)if(W(h)){var g=h,y=f(g,d);return y===void 0?h:y}else{if(H(h))return Qe(h,function(b){return f(b,d)});var y=f(h,d);if(y===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return y}return h},p)}return l.getInitialState=u,l}function es(t,e){return t+"/"+e}function Vn(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:Wt(t.initialState),n=t.reducers||{},i=Object.keys(n),s={},a={},o={};i.forEach(function(l){var p=n[l],d=es(e,l),v,h;"reducer"in p?(v=p.reducer,h=p.prepare):v=p,s[l]=v,a[d]=v,o[l]=h?te(d,h):te(d)});function u(){var l=typeof t.extraReducers=="function"?Hn(t.extraReducers):[t.extraReducers],p=l[0],d=p===void 0?{}:p,v=l[1],h=v===void 0?[]:v,f=l[2],g=f===void 0?void 0:f,y=ee(ee({},d),a);return Zi(r,function(b){for(var C in y)b.addCase(C,y[C]);for(var S=0,Q=h;S<Q.length;S++){var K=Q[S];b.addMatcher(K.matcher,K.reducer)}g&&b.addDefaultCase(g)})}var c;return{name:e,reducer:function(l,p){return c||(c=u()),c(l,p)},actions:o,caseReducers:s,getInitialState:function(){return c||(c=u()),c.getInitialState()}}}var ts="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",rs=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=ts[Math.random()*64|0];return e},ns=["name","message","stack","code"],$t=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),Un=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),is=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,n=ns;r<n.length;r++){var i=n[r];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},Ua=(function(){function t(e,r,n){var i=te(e+"/fulfilled",function(l,p,d,v){return{payload:l,meta:Kt(ee({},v||{}),{arg:d,requestId:p,requestStatus:"fulfilled"})}}),s=te(e+"/pending",function(l,p,d){return{payload:void 0,meta:Kt(ee({},d||{}),{arg:p,requestId:l,requestStatus:"pending"})}}),a=te(e+"/rejected",function(l,p,d,v,h){return{payload:v,error:(n&&n.serializeError||is)(l||"Rejected"),meta:Kt(ee({},h||{}),{arg:d,requestId:p,rejectedWithValue:!!v,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"})}}),o=!1,u=typeof AbortController<"u"?AbortController:(function(){function l(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return l.prototype.abort=function(){},l})();function c(l){return function(p,d,v){var h=n?.idGenerator?n.idGenerator(l):rs(),f=new u,g,y=!1;function b(S){g=S,f.abort()}var C=(function(){return Ki(this,null,function(){var S,Q,K,we,cr,Oe,ur;return Fi(this,function(he){switch(he.label){case 0:return he.trys.push([0,4,,5]),we=(S=n?.condition)==null?void 0:S.call(n,l,{getState:d,extra:v}),as(we)?[4,we]:[3,2];case 1:we=he.sent(),he.label=2;case 2:if(we===!1||f.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return y=!0,cr=new Promise(function(B,Re){return f.signal.addEventListener("abort",function(){return Re({name:"AbortError",message:g||"Aborted"})})}),p(s(h,l,(Q=n?.getPendingMeta)==null?void 0:Q.call(n,{requestId:h,arg:l},{getState:d,extra:v}))),[4,Promise.race([cr,Promise.resolve(r(l,{dispatch:p,getState:d,extra:v,requestId:h,signal:f.signal,abort:b,rejectWithValue:function(B,Re){return new $t(B,Re)},fulfillWithValue:function(B,Re){return new Un(B,Re)}})).then(function(B){if(B instanceof $t)throw B;return B instanceof Un?i(B.payload,h,l,B.meta):i(B,h,l)})])];case 3:return K=he.sent(),[3,5];case 4:return Oe=he.sent(),K=Oe instanceof $t?a(null,h,l,Oe.payload,Oe.meta):a(Oe,h,l),[3,5];case 5:return ur=n&&!n.dispatchConditionRejection&&a.match(K)&&K.meta.condition,ur||p(K),[2,K]}})})})();return Object.assign(C,{abort:b,requestId:h,arg:l,unwrap:function(){return C.then(ss)}})}}return Object.assign(c,{pending:s,rejected:a,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t})();function ss(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function as(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var qn="listener",Kn="completed",Gn="cancelled",Fa="task-"+Gn,ja="task-"+Kn,Ba=qn+"-"+Gn,Ha=qn+"-"+Kn;var zt="listenerMiddleware";var Va=te(zt+"/add"),qa=te(zt+"/removeAll"),Ka=te(zt+"/remove");var Fn,Ga=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Fn||(Fn=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},os=function(t){return function(e){setTimeout(e,t)}},$a=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:os(10);Tn();var cs=He(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),Je=class extends cs(Object){};window.ftReduxStores||(window.ftReduxStores={});var $n=class t extends Je{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,s=window.ftReduxStores[n];if($e(s))return s;if(i==null)return;let a=Vn({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),o=Bn({reducer:(u,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let l=Ie(a.getInitialState());for(let p of c.keeping)l[p]=(u??l)[p];return l}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...u,...c.overwrites};return a.reducer(u,c)}});return window.ftReduxStores[i.name]=new t(a,o,i.eventBus)}constructor(e,r,n){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Ve;let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,a,o)=>{let u=a,c=s[u];return c?(...l)=>{let p=c(...l.map(i));return this.reduxStore.dispatch(p),p}:l=>{let p=u,d=this.getState()[p];me(d,l)||this.setState({[p]:i(l)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}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 Ze=class{static format(e,r,n,i,s){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(e,r,n,i,!!s)}static getMomentDateFormat(e,r,n){return n?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,n,i,s){let a=typeof e=="string"?new Date(e):e,o=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(a),u=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(a);return s?u:i?`${o} ${u}`:o}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var et=E(R()),us="ft-app-info",z=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};z.eventName="authentication-change";var ke=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};ke.eventName="ui-locale-changed";var ls={session:(t,e)=>{(0,et.deepEqual)(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>m.dispatchEvent(new z(e.payload)),0))}},m=et.FtReduxStore.get({name:us,reducers:ls,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Wn=E(R()),tt=function(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(i<3?a(s):i>3?a(e,r,s):a(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s},Ao=(0,Wn.applyMixinOnce)(Symbol("withDateFormat"),function(t){class e extends t{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(m)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(o=>o.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?o=>Ze.format(o,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return tt([(0,Yt.property)({type:Boolean})],e.prototype,"useLongDateFormat",void 0),tt([(0,Yt.property)({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),tt([xt({store:m.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],e.prototype,"metadataDescriptors",void 0),tt([xt({store:m.name})],e.prototype,"uiLocale",void 0),e});var at=E(R());var Qt=E(R());var oe=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=m.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=m.subscribe(()=>{n=t.get(e),n&&(i(),r(n))})}})}};var Ce=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:oe.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):oe.await()}};var P=class extends Ce{constructor(e=!0,r){var n;super(r),this.sortObjectFields=(s,a)=>typeof a!="object"||a==null||Array.isArray(a)?a:Object.fromEntries(Object.entries(a).sort(([o],[u])=>o.localeCompare(u)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new Qt.CacheRegistry,this.cache=e?i.commonCache:new Qt.CacheRegistry}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var rt=class extends P{async listMySearches(){let{session:e}=m.getState();return $(e,A.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var nt=class extends P{async listMyBookmarks(){let e=m.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var it=class extends P{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=m.getState().session;return!!e?.sessionAuthenticated}};var st=class extends P{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=m.getState().session;return!!e?.sessionAuthenticated}};var ds="ft-user-assets",ps={setAssetCount:(t,e)=>{let{userAssetType:r,count:n}=e.payload.assetCount;t.assetCounts.allAsset[r]=n},clearAssetCount:t=>{Object.values(U).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:n,asset:i}=e.payload;Jt(t,r,[...Xt(t,r),i]),zn(t,r,1,n),Yn(t,i)},editAsset:(t,e)=>{let{assetType:r,asset:n}=e.payload;Jt(t,r,Xt(t,r).map(i=>i.id===n.id?n:i)),Yn(t,n)},removeAsset:(t,e)=>{let{assetType:r,mapId:n,assetId:i}=e.payload;Jt(t,r,Xt(t,r).filter(s=>s.id!==i)),zn(t,r,-1,n)}},Qn={[U.SEARCHES]:"savedSearches",[U.BOOKMARKS]:"bookmarks",[U.BOOKS]:void 0,[U.COLLECTIONS]:void 0},Xt=(t,e)=>{var r;let n=Qn[e];return n?(r=t[n])!==null&&r!==void 0?r:[]:[]},Jt=(t,e,r)=>{let n=Qn[e];n&&(t[n]=r)},zn=(t,e,r,n)=>{let i=t.assetCounts.allAsset[e];if(i!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,i+r),e===U.BOOKMARKS&&n)){let s=t.assetCounts.bookmarkByMap[n];t.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Yn=(t,e)=>{let r=t.assetLabels.map(i=>i.title),n=e.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));t.assetLabels.push(...n)},M=at.FtReduxStore.get({name:ds,reducers:ps,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(U).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),Zt=class{constructor(e=new it,r=new st){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=m.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new nt,this.savedSearchesService=new rt,m.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=m.getState();(0,at.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),M.actions.clearAssetCount(),M.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),M.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),M.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();M.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();M.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&M.getState().assetCounts.allAsset[e]!==r.count&&M.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&M.getState().assetCounts.bookmarkByMap[e]!==r.count&&M.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(M.getState().assetCounts.bookmarkByMap).length!==0;e===U.BOOKMARKS&&r&&M.actions.clearBookmarkCountByMap(),M.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;M.actions.bookmarks(r)}}},er=new Zt;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=er);var tr=class{addCommand(e,r=!1){m.commands.add(e,r)}consumeCommand(e){return m.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new tr;var j=E(R());var Xn,xe=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},hs=Symbol("clearAfterUnitTest"),ot=class extends(0,j.withEventBus)(P){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Xn]=()=>{this.defaultMessages={},this.cache=new j.CacheRegistry,this.listeners={}},this.currentUiLocale=m.getState().uiLocale,m.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=m.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let 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(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};(0,j.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,n;return this.fetchContext(e),(n=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,r){let n=e.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(e,r,...n){var i;let s=e.toLowerCase(),a=this.resolveContext(s);return new j.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},a).resolve(r,...n)}async fetchContext(e){let r=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(i){!(i instanceof j.CanceledPromiseError)&&r&&console.error(i)}return n}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(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new xe({loadedContexts:e})),this.dispatchEvent(new xe({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new xe({loadedContexts:[e]})),this.dispatchEvent(new xe({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>(0,j.delay)(0).then(()=>n()).catch(()=>null)))}};Xn=hs;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends ot{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends ot{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var Jn=window.FluidTopicsI18nService,rc=window.FluidTopicsCustomI18nService;var Zn=E(R()),rr=class{highlightHtml(e,r,n){(0,Zn.highlightHtml)(e,r,n)}};window.FluidTopicsHighlightHtmlService=new rr;var ei=E(R());var nr=class{isDate(e){var r,n,i,s;return(s=(i=((n=(r=m.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(o=>o.key===e))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(e,r){var n,i,s,a;if(e==null)return"";try{return ei.DateFormatter.format(e,(n=r?.locale)!==null&&n!==void 0?n:m.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(a=r?.onlyTime)!==null&&a!==void 0?a:!1)}catch(o){throw console.error(`Date ${JSON.stringify(e)} is not valid`,o),o}}};window.FluidTopicsDateService=new nr;var ti=E(R());var Ne=class{static get(e,r){var n,i,s,a;let o=m.getState(),{lang:u,region:c}=(s=(i=(n=o.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new ti.SearchPlaceConverter(o.baseUrl,e??20,(a=o.localesConfiguration)===null||a===void 0?void 0:a.allLanguagesAllowed,r??`${u}-${c}`)}};var ct=class extends P{async sendDocumentStartDisplayEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send document.start_display event")}async sendTopicStartDisplayEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send topic.start_display event")}async sendKhubSearchEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send khub.search event")}async sendDocumentSearchEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send document.search event")}async sendSearchPageSelectEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send search_page.select event")}async sendSearchResultOpenContextMenuEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send search_result.open_context_menu event")}async sendDocumentOnDemandTranslateEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send document.on_demand_translate event")}async sendTopicAiTranslateEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send topic.ai_translate event")}convertMapToAnalyticsDocument(e){let r;switch(e.editorialType){case"BOOK":r="STRUCTURED_DOCUMENT";break;case"SHARED_BOOK":r="SHARED_PERSONAL_BOOK";break;case"ARTICLE":r="RESOURCE";break;case"HTML_PACKAGE":r="HTML_PACKAGE";break;default:throw new TypeError("Unknown editorial type for map : "+e.editorialType)}return{id:e.id,title:e.title,type:r,metadata:e.metadata}}sortEventArrays(e){let r=Object.entries(e).map(([n,i])=>Array.isArray(i)?[n,i.map(s=>typeof s=="object"&&s!=null&&!Array.isArray(s)?this.sortEventArrays(s):s).sort((s,a)=>typeof s=="object"&&s!==null&&"key"in s?s.key.localeCompare(a.key):typeof s=="string"&&typeof a=="string"?s.localeCompare(a):String(s).localeCompare(String(a)))]:typeof i=="object"&&i!==null?[n,this.sortEventArrays(i)]:[n,i]);return Object.fromEntries(r)}sendEvents(e,r){let n="anything not undefined";return this.cache.get("analytics-event-"+this.hash(e),async()=>(await this.awaitApi).sendEvents(e).then(()=>n).catch(i=>(console.info(r),console.debug(i),n)),1e3)}};var ir=class{urlToSearchRequest(e){return Ne.get().parse(e)}searchRequestToUrl(e){return Ne.get().serialize(e)}};window.FluidTopicsUrlService=new ir;var Y=E(R());var ce=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};ce.eventName="change";var sr=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},ri=new sr;var ut=class t extends Y.WithEventBus{static build(){return new t(window.history,ri,()=>window.location,!1)}constructor(e,r,n,i){var s,a;super(),this.history=e,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(a=(s=e.state)===null||s===void 0?void 0:s.index)!==null&&a!==void 0?a:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(e,r=!1){let n=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Y.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ce(this.currentItem())),0)}installProxies(){let e=r=>(n,i,[s,a,o])=>{let u=r(),c={...u===this.currentIndex?this.currentState:void 0,...s,index:u,href:typeof o=="string"?o:(o??this.windowLocation()).href};n.apply(i,[c,a,o]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(ce.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(ce.eventName,e)}currentItem(){return(0,Y.deepCopy)(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Y.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Y.deepCopy)(r.find(n=>e(n)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return(0,Y.deepCopy)(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let n=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!n)return e;let i=e,s=e+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var n;if(!this.hasState(e))return!1;let i=r??this.currentState.majorStateId,s=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=ut.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var ni=E(fe());var ii=ni.css`
2
- `;var oi=E(fe()),D=E(re()),de=E(R());var ue=E(R());function si(t,e){let{authenticationRequired:r,session:n}=m.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(e):t()}var lt=class extends Ce{async updateUiLocale(e){return(await this.awaitApi).updateUiLocale(e)}};var ar=class t extends ue.FtStateManager{static build(e){return new t(m,e)}constructor(e,r){super(),this.store=e,this.cache=new ue.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new lt,this.cleanSessionDebouncer=new ue.Debouncer,this.reloadDebouncer=new ue.Debouncer(500),this.apiProvider=r??(()=>oe.get())}setWithManualResources(e){this.withManualResources=e,this.updateIfNeeded()}async initService(){this.store.addEventListener(z.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let e=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(e)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var e;let r=await this.cache.get("availableContentLocales",()=>si(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((e=r.contentLocales)!==null&&e!==void 0?e:[])}reloadConfiguration(){var e;(e=this.cache)===null||e===void 0||e.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(e){this.store.actions.baseUrl(e),window.fluidTopicsBaseUrl=e}setTenantId(e){this.store.actions.tenantId(e)}setApiIntegrationIdentifier(e){this.store.actions.apiIntegrationIdentifier(e)}setApiIntegrationAppVersion(e){this.store.actions.apiIntegrationAppVersion(e)}setUiLocale(e){this.store.actions.uiLocale(e)}setLocalesConfiguration(e){this.store.actions.localesConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(e){this.store.actions.availableContentLocales(e),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(e,r){this.userLocaleService.updateUiLocale({uiLocale:e,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new ke(n)))}).catch(()=>{})}setMetadataConfiguration(e){this.store.actions.metadataConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setNoCustom(e){this.store.actions.noCustom(e)}setEditorMode(e){this.store.actions.editorMode(e)}setNoCustomComponent(e){this.store.actions.noCustomComponent(e)}setSession(e){this.store.actions.session(e),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(e){this.store.actions.openExternalDocumentInNewTab(e)}setNavigatorOnline(e){this.store.actions.navigatorOnline(e)}setForcedOffline(e){this.store.actions.forcedOffline(e)}setAuthenticationRequired(e){this.store.actions.authenticationRequired(e)}},ai=ar.build();var le=class extends Event{constructor(e,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var Ue=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=e=>{let r=this.pendingContextRequests.get(e.context);if(r===void 0)return;this.pendingContextRequests.delete(e.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:s}of n){let a=i.deref(),o=s.deref();a===void 0||o===void 0||a.dispatchEvent(new le(e.context,a,o,!0))}},this.onContextRequest=e=>{if(e.subscribe!==!0)return;let r=e.contextTarget??e.composedPath()[0],n=e.callback,i=this.pendingContextRequests.get(e.context);i===void 0&&this.pendingContextRequests.set(e.context,i={callbacks:new WeakMap,requests:[]});let s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(e){e.addEventListener("context-request",this.onContextRequest),e.addEventListener("context-provider",this.onContextProvider)}detach(e){e.removeEventListener("context-request",this.onContextRequest),e.removeEventListener("context-provider",this.onContextProvider)}};var I=function(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(i<3?a(s):i>3?a(e,r,s):a(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s},x=class extends de.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=ai,this.contextRoot=new Ue}render(){return oi.html`
1
+ "use strict";(()=>{var xs=Object.create;var fr=Object.defineProperty;var Rs=Object.getOwnPropertyDescriptor;var Is=Object.getOwnPropertyNames;var Os=Object.getPrototypeOf,Ms=Object.prototype.hasOwnProperty;var Mt=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}};var Ns=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Is(e))!Ms.call(t,s)&&s!==r&&fr(t,s,{get:()=>e[s],enumerable:!(n=Rs(e,s))||n.enumerable});return t};var v=(t,e,r)=>(r=t!=null?xs(Os(t)):{},Ns(e||!t||!t.__esModule?fr(r,"default",{value:t,enumerable:!0}):r,t));var I=Mt((ji,mr)=>{mr.exports=ftGlobals.wcUtils});var de=Mt((Hi,yr)=>{yr.exports=ftGlobals.lit});var te=Mt(($i,gr)=>{gr.exports=ftGlobals.litDecorators});var Ts=v(I());var Ne=v(de()),le=v(te()),R=v(I());var pe;(function(t){t.clusteringHelperCreated="clustering-helper-created",t.mapAttachmentsUpdate="map-attachments-update",t.visibleTopicChange="visible-topic-change",t.requestedTopicNotFound="requested-topic-not-found"})(pe||(pe={}));var G;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(G||(G={}));var L=v(I());var vr=v(I()),Ds={setTranslationDestinationLanguage:(t,e)=>{t.translation.destinationLanguage=e.payload},setTranslationSourceLanguage:(t,e)=>{t.translation.sourceLanguage=e.payload},setTranslationProfileId:(t,e)=>{t.translation.profileId=e.payload},setTranslationLoading:(t,e)=>{t.translation.isLoading=e.payload},setTranslationError:(t,e)=>{t.translation.isError=e.payload},setTopicsRating:(t,e)=>{for(let r in e.payload)t.topicsRating[r]=e.payload[r]}},Er=t=>vr.FtReduxStore.get({name:"ft-reader-"+t,initialState:{mapId:void 0,renderedTopics:[],visibleTopics:[],map:void 0,toc:void 0,pagesToc:void 0,paginationConfiguration:void 0,currentPage:void 0,scrollTarget:void 0,configuration:void 0,searchInDocumentQuery:void 0,relatives:void 0,mapRating:void 0,topicsRating:{},translation:{sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1},linkPreviewDialogId:void 0},reducers:Ds});var Nt=class{constructor(e,r){this.mapId=e,this.paginatedToc=r,this.nodeByTocId={},this.nodeByUrl={},this.duplicatedPrettyUrls=new Set,this.pages=[],this.pageByTocId={}}build(){return{paginationConfiguration:this.paginatedToc.configuration,toc:this.convertNodes(this.paginatedToc.paginatedToc,1),pagesToc:this.extractPagesToc(this.paginatedToc.paginatedToc,1),nodeByTocId:this.nodeByTocId,nodeByUrl:this.nodeByUrl,duplicatedPrettyUrls:this.duplicatedPrettyUrls,pages:this.pages,pageByTocId:this.pageByTocId,translationError:this.paginatedToc.translationError}}extractPagesToc(e,r,n){return e.flatMap(s=>{var i;return s.pageConfiguration&&this.registerPage(this.buildPage(s,n)),s.tocId==null?this.extractPagesToc(s.children,r,n):[{tocId:s.tocId,title:(i=s.title)!==null&&i!==void 0?i:"",untranslatedTitle:s.untranslatedTitle,depth:r,children:this.extractPagesToc(s.children,r+1,s.tocId)}]})}convertNodes(e,r,n){return e.flatMap(s=>{var i,a,o;if(s.tocId==null)return[...this.convertSectionNodes((i=s.pageToc)!==null&&i!==void 0?i:[],r,s.tocId),...this.convertNodes(s.children,r,s.tocId)];let c=(a=s.prettyUrl)===null||a===void 0?void 0:a.replace(/^\//,""),u={tocId:s.tocId,contentId:s.contentId,title:s.title,untranslatedTitle:s.untranslatedTitle,hasRating:s.hasRating,origin:s.origin,prettyUrl:c,depth:r,parentTocId:n,children:[]};this.register(u);let l=this.convertSectionNodes((o=s.pageToc)!==null&&o!==void 0?o:[],r+1,s.tocId),d=this.convertNodes(s.children,r+1,u.tocId);return u.children=[...l,...d],[u]})}convertSectionNodes(e,r,n){return e.flatMap(s=>{var i;let a=(i=s.prettyUrl)===null||i===void 0?void 0:i.replace(/^\//,""),o={...s,prettyUrl:a,depth:r,parentTocId:n,children:[]};return this.register(o),o.children=this.convertSectionNodes(s.children,r+1,s.tocId),[o]})}buildPage(e,r){var n,s,i,a,o,c,u,l;let d=(n=e.tocId)!==null&&n!==void 0?n:(i=(s=e.pageToc)===null||s===void 0?void 0:s[0])===null||i===void 0?void 0:i.tocId,p={number:this.pages.length+1,title:(a=e.title)!==null&&a!==void 0?a:"",untranslatedTitle:e.untranslatedTitle,rootTocId:d??"root",toc:((o=e.pageToc)!==null&&o!==void 0?o:[]).map(f=>this.nodeByTocId[f.tocId]),topics:[],hiddenTopics:[],rootDepth:d?this.nodeByTocId[d].depth:1,breadcrumb:r?this.buildBreadcrumb(this.nodeByTocId[r]):[]},y=(f,C)=>(C?p.topics:p.hiddenTopics).push(f),g=(u=(c=e.pageConfiguration)===null||c===void 0?void 0:c.parentsVisibility)!==null&&u!==void 0?u:[];p.breadcrumb.forEach((f,C)=>{y(f,g[C])}),e.tocId&&y(e.tocId,e.pageConfiguration.isVisible),p.topics.push(...this.tocIds((l=e.pageToc)!==null&&l!==void 0?l:[]));let b=this.resolveOverridenRootTocIdByParentForcedByPagination(p.breadcrumb,g);return p.rootTocId=b??p.rootTocId,p.rootDepth=b?this.nodeByTocId[b].depth:p.rootDepth,p}resolveOverridenRootTocIdByParentForcedByPagination(e,r){for(let n=0;n<e.length;n++)if(r[n])return e[n]}registerPage(e){for(let r of[...e.topics,...e.hiddenTopics])this.pageByTocId[r]||(this.pageByTocId[r]=e);this.pages.push(e)}tocIds(e){return e.flatMap(r=>[r.tocId,...this.tocIds(r.children)])}buildBreadcrumb(e){let r=[e.tocId];for(;e?.parentTocId;)r.unshift(e.parentTocId),e=this.nodeByTocId[e.parentTocId];return r}register(e){e.prettyUrl&&(this.nodeByUrl[e.prettyUrl]==null?this.nodeByUrl[e.prettyUrl]=e:this.duplicatedPrettyUrls.add(e.prettyUrl)),this.nodeByUrl[`${this.mapId}/${e.tocId}`]=e,this.nodeByTocId[e.tocId]=e}},De=class{convertPaginatedToc(e,r){return new Nt(e,r).build()}};var Sr;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Sr||(Sr={}));var Ar;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Ar||(Ar={}));var br;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(br||(br={}));var _r;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(_r||(_r={}));var Tr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Tr||(Tr={}));var Cr;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(Cr||(Cr={}));var ke;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(ke||(ke={}));var wr;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(wr||(wr={}));var xr;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(xr||(xr={}));var Rr;(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"})(Rr||(Rr={}));var Ir;(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",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(Ir||(Ir={}));var Or;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(Or||(Or={}));var Mr;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(Mr||(Mr={}));var Nr;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(Nr||(Nr={}));var Dr;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Dr||(Dr={}));var kr;(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"})(kr||(kr={}));var Pr;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(Pr||(Pr={}));var Lr;(function(t){t.ASC="ASC",t.DESC="DESC"})(Lr||(Lr={}));var Ur;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(Ur||(Ur={}));var Fr;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Fr||(Fr={}));var Br;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(Br||(Br={}));var Vr;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Vr||(Vr={}));var jr;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(jr||(jr={}));var Hr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Hr||(Hr={}));var $r;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})($r||($r={}));var Kr;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Kr||(Kr={}));var qr;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(qr||(qr={}));var E;(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.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(E||(E={}));var j;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(j||(j={}));var zr;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(zr||(zr={}));var Gr;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(Gr||(Gr={}));var Wr;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(Wr||(Wr={}));var Yr;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.DOCUMENTATION="DOCUMENTATION",t.OTHER="OTHER"})(Yr||(Yr={}));var Qr;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(Qr||(Qr={}));var Xr;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Xr||(Xr={}));var Jr;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Jr||(Jr={}));var Zr;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(Zr||(Zr={}));var en;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(en||(en={}));var tn;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(tn||(tn={}));var rn;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(rn||(rn={}));var nn;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(nn||(nn={}));var ks={[E.PERSONAL_BOOK_SHARE_USER]:[E.PERSONAL_BOOK_USER],[E.HTML_EXPORT_USER]:[E.PERSONAL_BOOK_USER],[E.PDF_EXPORT_USER]:[E.PERSONAL_BOOK_USER],[E.KHUB_ADMIN]:[E.CONTENT_PUBLISHER],[E.ADMIN]:[E.KHUB_ADMIN,E.USERS_ADMIN,E.PORTAL_ADMIN,E.BEHAVIOR_DATA_USER],[E.GENERATIVE_AI_EXPORT_USER]:[E.GENERATIVE_AI_USER]};function sn(t,e){return t===e||(ks[t]??[]).some(r=>sn(r,e))}function W(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=>sn(n,e))}var er=v(te());var an=v(te(),1);var Dt=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function on(t,e){return(0,an.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Se(t);try{return JSON.parse(r)}catch{return Se(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Ae,...e??{}})}function Ps(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,n;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!he(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(!he(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();let s=a=>Object.keys(a).filter(o=>a[o]!=null),i=s(t);if(r=i.length,r!==s(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){let a=i[n];if(!he(t[a],e[a]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function he(t,e){try{return Ps(t,e)}catch{return!1}}function Ae(t,e){return!he(t,e)}function Se(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function Pe(t,e){let r=n=>n[t]===!0;return n=>{if(r(n))return n;let s=e(n);return s[t]=!0,s}}var cn=v(te(),1);var kt=t=>{let e=t??{};return(r,n)=>{var s;let i={hasChanged:Ae,attribute:!1,...e};(0,cn.property)(i)(r,n);let a=r.constructor;a.reduxProperties=new Map(a.reduxProperties),a.reduxProperties.set(n,{selector:(s=e.selector)!==null&&s!==void 0?s:(o=>o[n]),store:e.store})}};var Le=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(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}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};var re=v(te(),1);var Ue=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 s=(e=this.rejectPromise)!==null&&e!==void 0?e:(()=>null),i=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let a of n)try{await a()}catch(o){s(o);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ln=v(de(),1);var Fe=globalThis,Ls=Fe.ShadowRoot&&(Fe.ShadyCSS===void 0||Fe.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var un=(t,e)=>{if(Ls)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),s=Fe.litNonce;s!==void 0&&n.setAttribute("nonce",s),n.textContent=r.cssText,t.appendChild(n)}};var Be=class extends ln.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return un(n,e.elementStyles),n}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(e,r){Dt(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};function dn(t,e,...r){var n;let s=t.querySelector(e);for(let i of r)s=(n=s?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return s}var me=function(t,e,r,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(i=(s<3?a(i):s>3?a(e,r,i):a(e,r))||i);return s>3&&i&&Object.defineProperty(e,r,i),i},mn,pn=Symbol("constructorPrototype"),hn=Symbol("constructorName"),yn=Symbol("exportpartsDebouncer"),fn=Symbol("dynamicDependenciesLoaded"),fe=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};fe.eventName="exportparts-updated";var q=class extends Be{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[mn]=new Ue(5),this.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[yn].run(()=>{var s,i;!((s=this.exportpartsPrefix)===null||s===void 0)&&s.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[hn]=this.constructor.name,this[pn]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[hn]&&Object.setPrototypeOf(this,this[pn])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[fn]||(r[fn]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(fe.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(fe.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new fe)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:s}=this.elementToFocus;if(n!=null){let i=[...s??[],n];r=dn(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,n,s;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((s=this.customStylesheet)!==null&&s!==void 0?s:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(e){var r,n,s,i,a,o;let c=p=>p!=null&&p.trim().length>0,u=e.filter(c).map(p=>p.trim());if(u.length===0){this.exportparts=void 0;return}let l=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(i=(s=p.getAttribute("part"))===null||s===void 0?void 0:s.split(" "))!==null&&i!==void 0?i:[],g=(o=(a=p.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(f=>f.split(":")[1]))!==null&&o!==void 0?o:[],b=[...y,...g].filter(c).map(f=>f.trim());for(let f of b)l.add(f)}if(l.size===0){this.exportparts=void 0;return}let d=[...l.values()].flatMap(p=>u.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};mn=yn;me([(0,re.property)()],q.prototype,"exportpartsPrefix",void 0);me([on([])],q.prototype,"exportpartsPrefixes",void 0);me([(0,re.property)({reflect:!0})],q.prototype,"exportparts",void 0);me([(0,re.property)()],q.prototype,"customStylesheet",void 0);me([(0,re.property)()],q.prototype,"elementToFocus",void 0);me([(0,re.state)()],q.prototype,"useAdoptedStyleSheets",void 0);function Ve(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var be=Symbol("internalReduxEventsUnsubscribers"),Z=Symbol("internalStoresUnsubscribers"),ne=Symbol("internalStores"),Us=Pe(Symbol("withRedux"),function(t){var e,r,n;class s extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(a){super.willUpdate(a),[...this.reduxConstructor.reduxReactiveProperties].some(o=>a.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[ne].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ne].values()][0]}getStore(a){return a==null?this.getUnnamedStore():this[ne].get(a)}addStore(a,o){var c;o=(c=o??a.name)!==null&&c!==void 0?c:"default-store",this.unsubscribeFromStore(o),this[ne].set(o,a),this.subscribeToStore(o,a),this.updateFromStores()}removeStore(a){let o=typeof a=="string"?a:a.name;this.unsubscribeFromStore(o),this[ne].delete(o)}setupStores(){this.unsubscribeFromStores(),this[ne].forEach((a,o)=>this.subscribeToStore(o,a)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((a,o)=>{let c=this.constructor.getPropertyOptions(o);if(!c?.attribute||!this.hasAttribute(typeof c?.attribute=="string"?c.attribute:o)){let u=this.getStore(a.store);u&&(a.store?this[Z].has(a.store):this[Z].size>0)&&(this[o]=a.selector(u.getState(),this))}})}subscribeToStore(a,o){var c;this[Z].set(a,o.subscribe(()=>this.updateFromStores())),this[be].set(a,[]),Ve(o)&&o.eventBus&&((c=this.reduxConstructor.reduxEventListeners)===null||c===void 0||c.forEach((u,l)=>{if(typeof this[l]=="function"&&(!u.store||o.name===u.store)){let d=p=>this[l](p);o.addEventListener(u.eventName,d),this[be].get(a).push(()=>o.removeEventListener(u.eventName,d))}})),this.onStoreAvailable(a)}unsubscribeFromStores(){this[Z].forEach((a,o)=>this.unsubscribeFromStore(o))}unsubscribeFromStore(a){var o;this[Z].has(a)&&this[Z].get(a)(),this[Z].delete(a),(o=this[be].get(a))===null||o===void 0||o.forEach(c=>c()),this[be].delete(a)}onStoreAvailable(a){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=Z,r=ne,n=be,s.reduxProperties=new Map,s.reduxReactiveProperties=new Set,s.reduxEventListeners=new Map,s}),gn=class extends Us(q){};function O(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 Fs=typeof Symbol=="function"&&Symbol.observable||"@@observable",vn=Fs,Pt=()=>Math.random().toString(36).substring(7).split("").join("."),Bs={INIT:`@@redux/INIT${Pt()}`,REPLACE:`@@redux/REPLACE${Pt()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Pt()}`},je=Bs;function He(t){if(typeof t!="object"||t===null)return!1;let e=t;for(;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e||Object.getPrototypeOf(t)===null}function Lt(t,e,r){if(typeof t!="function")throw new Error(O(2));if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(O(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(O(1));return r(Lt)(t,e)}let n=t,s=e,i=new Map,a=i,o=0,c=!1;function u(){a===i&&(a=new Map,i.forEach((f,C)=>{a.set(C,f)}))}function l(){if(c)throw new Error(O(3));return s}function d(f){if(typeof f!="function")throw new Error(O(4));if(c)throw new Error(O(5));let C=!0;u();let F=o++;return a.set(F,f),function(){if(C){if(c)throw new Error(O(6));C=!1,u(),a.delete(F),i=null}}}function p(f){if(!He(f))throw new Error(O(7));if(typeof f.type>"u")throw new Error(O(8));if(typeof f.type!="string")throw new Error(O(17));if(c)throw new Error(O(9));try{c=!0,s=n(s,f)}finally{c=!1}return(i=a).forEach(F=>{F()}),f}function y(f){if(typeof f!="function")throw new Error(O(10));n=f,p({type:je.REPLACE})}function g(){let f=d;return{subscribe(C){if(typeof C!="object"||C===null)throw new Error(O(11));function F(){let S=C;S.next&&S.next(l())}return F(),{unsubscribe:f(F)}},[vn](){return this}}}return p({type:je.INIT}),{dispatch:p,subscribe:d,getState:l,replaceReducer:y,[vn]:g}}function Vs(t){Object.keys(t).forEach(e=>{let r=t[e];if(typeof r(void 0,{type:je.INIT})>"u")throw new Error(O(12));if(typeof r(void 0,{type:je.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(O(13))})}function En(t){let e=Object.keys(t),r={};for(let a=0;a<e.length;a++){let o=e[a];typeof t[o]=="function"&&(r[o]=t[o])}let n=Object.keys(r),s,i;try{Vs(r)}catch(a){i=a}return function(o={},c){if(i)throw i;let u=!1,l={};for(let d=0;d<n.length;d++){let p=n[d],y=r[p],g=o[p],b=y(g,c);if(typeof b>"u"){let f=c&&c.type;throw new Error(O(14))}l[p]=b,u=u||b!==g}return u=u||n.length!==Object.keys(o).length,u?l:o}}function _e(...t){return t.length===0?e=>e:t.length===1?t[0]:t.reduce((e,r)=>(...n)=>e(r(...n)))}function Sn(...t){return e=>(r,n)=>{let s=e(r,n),i=()=>{throw new Error(O(15))},a={getState:s.getState,dispatch:(c,...u)=>i(c,...u)},o=t.map(c=>c(a));return i=_e(...o)(s.dispatch),{...s,dispatch:i}}}function An(t){return He(t)&&"type"in t&&typeof t.type=="string"}var On=Symbol.for("immer-nothing"),bn=Symbol.for("immer-draftable"),N=Symbol.for("immer-state");function $(t,...e){throw new Error(`[Immer] minified error nr: ${t}. Full error at: https://bit.ly/3cXEKWf`)}var B=Object,ge=B.getPrototypeOf,ze="constructor",Je="prototype",Vt="configurable",Ge="enumerable",Ke="writable",Te="value",z=t=>!!t&&!!t[N];function V(t){return t?Mn(t)||et(t)||!!t[bn]||!!t[ze]?.[bn]||tt(t)||rt(t):!1}var js=B[Je][ze].toString(),_n=new WeakMap;function Mn(t){if(!t||!Wt(t))return!1;let e=ge(t);if(e===null||e===B[Je])return!0;let r=B.hasOwnProperty.call(e,ze)&&e[ze];if(r===Object)return!0;if(!ye(r))return!1;let n=_n.get(r);return n===void 0&&(n=Function.toString.call(r),_n.set(r,n)),n===js}function Ze(t,e,r=!0){xe(t)===0?(r?Reflect.ownKeys(t):B.keys(t)).forEach(s=>{e(s,t[s],t)}):t.forEach((n,s)=>e(s,n,t))}function xe(t){let e=t[N];return e?e.type_:et(t)?1:tt(t)?2:rt(t)?3:0}var Ut=(t,e,r=xe(t))=>r===2?t.has(e):B[Je].hasOwnProperty.call(t,e),jt=(t,e,r=xe(t))=>r===2?t.get(e):t[e],We=(t,e,r,n=xe(t))=>{n===2?t.set(e,r):n===3?t.add(r):t[e]=r};function Hs(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}var et=Array.isArray,tt=t=>t instanceof Map,rt=t=>t instanceof Set,Wt=t=>typeof t=="object",ye=t=>typeof t=="function",Ft=t=>typeof t=="boolean";function $s(t){let e=+t;return Number.isInteger(e)&&String(e)===t}var Y=t=>t.copy_||t.base_;var Yt=t=>t.modified_?t.copy_:t.base_;function Ht(t,e){if(tt(t))return new Map(t);if(rt(t))return new Set(t);if(et(t))return Array[Je].slice.call(t);let r=Mn(t);if(e===!0||e==="class_only"&&!r){let n=B.getOwnPropertyDescriptors(t);delete n[N];let s=Reflect.ownKeys(n);for(let i=0;i<s.length;i++){let a=s[i],o=n[a];o[Ke]===!1&&(o[Ke]=!0,o[Vt]=!0),(o.get||o.set)&&(n[a]={[Vt]:!0,[Ke]:!0,[Ge]:o[Ge],[Te]:t[a]})}return B.create(ge(t),n)}else{let n=ge(t);if(n!==null&&r)return{...t};let s=B.create(n);return B.assign(s,t)}}function Qt(t,e=!1){return nt(t)||z(t)||!V(t)||(xe(t)>1&&B.defineProperties(t,{set:$e,add:$e,clear:$e,delete:$e}),B.freeze(t),e&&Ze(t,(r,n)=>{Qt(n,!0)},!1)),t}function Ks(){$(2)}var $e={[Te]:Ks};function nt(t){return t===null||!Wt(t)?!0:B.isFrozen(t)}var Ye="MapSet",$t="Patches",Tn="ArrayMethods",Nn={};function se(t){let e=Nn[t];return e||$(0,t),e}var Cn=t=>!!Nn[t];var Ce,Dn=()=>Ce,qs=(t,e)=>({drafts_:[],parent_:t,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Cn(Ye)?se(Ye):void 0,arrayMethodsPlugin_:Cn(Tn)?se(Tn):void 0});function wn(t,e){e&&(t.patchPlugin_=se($t),t.patches_=[],t.inversePatches_=[],t.patchListener_=e)}function Kt(t){qt(t),t.drafts_.forEach(zs),t.drafts_=null}function qt(t){t===Ce&&(Ce=t.parent_)}var xn=t=>Ce=qs(Ce,t);function zs(t){let e=t[N];e.type_===0||e.type_===1?e.revoke_():e.revoked_=!0}function Rn(t,e){e.unfinalizedDrafts_=e.drafts_.length;let r=e.drafts_[0];if(t!==void 0&&t!==r){r[N].modified_&&(Kt(e),$(4)),V(t)&&(t=In(e,t));let{patchPlugin_:s}=e;s&&s.generateReplacementPatches_(r[N].base_,t,e)}else t=In(e,r);return Gs(e,t,!0),Kt(e),e.patches_&&e.patchListener_(e.patches_,e.inversePatches_),t!==On?t:void 0}function In(t,e){if(nt(e))return e;let r=e[N];if(!r)return Qe(e,t.handledSet_,t);if(!st(r,t))return e;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:n}=r;if(n)for(;n.length>0;)n.pop()(t);Ln(r,t)}return r.copy_}function Gs(t,e,r=!1){!t.parent_&&t.immer_.autoFreeze_&&t.canAutoFreeze_&&Qt(e,r)}function kn(t){t.finalized_=!0,t.scope_.unfinalizedDrafts_--}var st=(t,e)=>t.scope_===e,Ws=[];function Pn(t,e,r,n){let s=Y(t),i=t.type_;if(n!==void 0&&jt(s,n,i)===e){We(s,n,r,i);return}if(!t.draftLocations_){let o=t.draftLocations_=new Map;Ze(s,(c,u)=>{if(z(u)){let l=o.get(u)||[];l.push(c),o.set(u,l)}})}let a=t.draftLocations_.get(e)??Ws;for(let o of a)We(s,o,r,i)}function Ys(t,e,r){t.callbacks_.push(function(s){let i=e;if(!i||!st(i,s))return;s.mapSetPlugin_?.fixSetContents(i);let a=Yt(i);Pn(t,i.draft_??i,a,r),Ln(i,s)})}function Ln(t,e){if(t.modified_&&!t.finalized_&&(t.type_===3||t.type_===1&&t.allIndicesReassigned_||(t.assigned_?.size??0)>0)){let{patchPlugin_:n}=e;if(n){let s=n.getPath(t);s&&n.generatePatches_(t,s,e)}kn(t)}}function Qs(t,e,r){let{scope_:n}=t;if(z(r)){let s=r[N];st(s,n)&&s.callbacks_.push(function(){qe(t);let a=Yt(s);Pn(t,r,a,e)})}else V(r)&&t.callbacks_.push(function(){let i=Y(t);t.type_===3?i.has(r)&&Qe(r,n.handledSet_,n):jt(i,e,t.type_)===r&&n.drafts_.length>1&&(t.assigned_.get(e)??!1)===!0&&t.copy_&&Qe(jt(t.copy_,e,t.type_),n.handledSet_,n)})}function Qe(t,e,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||z(t)||e.has(t)||!V(t)||nt(t)||(e.add(t),Ze(t,(n,s)=>{if(z(s)){let i=s[N];if(st(i,r)){let a=Yt(i);We(t,n,a,t.type_),kn(i)}}else V(s)&&Qe(s,e,r)})),t}function Xs(t,e){let r=et(t),n={type_:r?1:0,scope_:e?e.scope_:Dn(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:e,base_:t,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},s=n,i=Xe;r&&(s=[n],i=we);let{revoke:a,proxy:o}=Proxy.revocable(s,i);return n.draft_=o,n.revoke_=a,[o,n]}var Xe={get(t,e){if(e===N)return t;let r=t.scope_.arrayMethodsPlugin_,n=t.type_===1&&typeof e=="string";if(n&&r?.isArrayOperationMethod(e))return r.createMethodInterceptor(t,e);let s=Y(t);if(!Ut(s,e,t.type_))return Zs(t,s,e);let i=s[e];if(t.finalized_||!V(i)||n&&t.operationMethod&&r?.isMutatingArrayMethod(t.operationMethod)&&$s(e))return i;if(i===Bt(t.base_,e)||Js(t,e,i)){qe(t);let a=t.type_===1?+e:e,o=Gt(t.scope_,i,t,a);return t.copy_[a]=o}return i},has(t,e){return e in Y(t)},ownKeys(t){return Reflect.ownKeys(Y(t))},set(t,e,r){let n=Un(Y(t),e);if(n?.set)return n.set.call(t.draft_,r),!0;if(!t.modified_){let s=Bt(Y(t),e),i=s?.[N];if(i&&i.base_===r)return t.copy_[e]=r,t.assigned_.set(e,!1),!0;if(Hs(r,s)&&(r!==void 0||Ut(t.base_,e,t.type_)))return!0;qe(t),zt(t)}return t.copy_[e]===r&&(r!==void 0||Ut(t.copy_,e,t.type_))||Number.isNaN(r)&&Number.isNaN(t.copy_[e])||(t.copy_[e]=r,t.assigned_.set(e,!0),Qs(t,e,r)),!0},deleteProperty(t,e){return qe(t),Bt(t.base_,e)!==void 0||e in t.base_?(t.assigned_.set(e,!1),zt(t)):t.assigned_.delete(e),t.copy_&&delete t.copy_[e],!0},getOwnPropertyDescriptor(t,e){let r=Y(t),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{[Ke]:!0,[Vt]:t.type_!==1||e!=="length",[Ge]:n[Ge],[Te]:r[e]}},defineProperty(){$(11)},getPrototypeOf(t){return ge(t.base_)},setPrototypeOf(){$(12)}},we={};for(let t in Xe){let e=Xe[t];we[t]=function(){let r=arguments;return r[0]=r[0][0],e.apply(this,r)}}we.deleteProperty=function(t,e){return we.set.call(this,t,e,void 0)};we.set=function(t,e,r){return Xe.set.call(this,t[0],e,r,t[0])};function Bt(t,e){let r=t[N];return(r?Y(r):t)[e]}function Js(t,e,r){return t.type_!==1||!t.allIndicesReassigned_||t.assigned_?.get(e)||!V(r)||r[N]?!1:t.baseRefs_.has(r)}function Zs(t,e,r){let n=Un(e,r);return n?Te in n?n[Te]:n.get?.call(t.draft_):void 0}function Un(t,e){if(!(e in t))return;let r=ge(t);for(;r;){let n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=ge(r)}}function zt(t){t.modified_||(t.modified_=!0,t.parent_&&zt(t.parent_))}function qe(t){t.copy_||(t.assigned_=new Map,t.copy_=Ht(t.base_,t.scope_.immer_.useStrictShallowCopy_))}var ei=class{constructor(t){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(e,r,n)=>{if(ye(e)&&!ye(r)){let i=r;r=e;let a=this;return function(c=i,...u){return a.produce(c,l=>r.call(this,l,...u))}}ye(r)||$(6),n!==void 0&&!ye(n)&&$(7);let s;if(V(e)){let i=xn(this),a=Gt(i,e,void 0),o=!0;try{s=r(a),o=!1}finally{o?Kt(i):qt(i)}return wn(i,n),Rn(s,i)}else if(!e||!Wt(e)){if(s=r(e),s===void 0&&(s=e),s===On&&(s=void 0),this.autoFreeze_&&Qt(s,!0),n){let i=[],a=[];se($t).generateReplacementPatches_(e,s,{patches_:i,inversePatches_:a}),n(i,a)}return s}else $(1,e)},this.produceWithPatches=(e,r)=>{if(ye(e))return(a,...o)=>this.produceWithPatches(a,c=>e(c,...o));let n,s;return[this.produce(e,r,(a,o)=>{n=a,s=o}),n,s]},Ft(t?.autoFreeze)&&this.setAutoFreeze(t.autoFreeze),Ft(t?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(t.useStrictShallowCopy),Ft(t?.useStrictIteration)&&this.setUseStrictIteration(t.useStrictIteration)}createDraft(t){V(t)||$(8),z(t)&&(t=Fn(t));let e=xn(this),r=Gt(e,t,void 0);return r[N].isManual_=!0,qt(e),r}finishDraft(t,e){let r=t&&t[N];(!r||!r.isManual_)&&$(9);let{scope_:n}=r;return wn(n,e),Rn(void 0,n)}setAutoFreeze(t){this.autoFreeze_=t}setUseStrictShallowCopy(t){this.useStrictShallowCopy_=t}setUseStrictIteration(t){this.useStrictIteration_=t}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(t,e){let r;for(r=e.length-1;r>=0;r--){let s=e[r];if(s.path.length===0&&s.op==="replace"){t=s.value;break}}r>-1&&(e=e.slice(r+1));let n=se($t).applyPatches_;return z(t)?n(t,e):this.produce(t,s=>n(s,e))}};function Gt(t,e,r,n){let[s,i]=tt(e)?se(Ye).proxyMap_(e,r):rt(e)?se(Ye).proxySet_(e,r):Xs(e,r);return(r?.scope_??Dn()).drafts_.push(s),i.callbacks_=r?.callbacks_??[],i.key_=n,r&&n!==void 0?Ys(r,i,n):i.callbacks_.push(function(c){c.mapSetPlugin_?.fixSetContents(i);let{patchPlugin_:u}=c;i.modified_&&u&&u.generatePatches_(i,[],c)}),s}function Fn(t){return z(t)||$(10,t),Bn(t)}function Bn(t){if(!V(t)||nt(t))return t;let e=t[N],r,n=!0;if(e){if(!e.modified_)return e.base_;e.finalized_=!0,r=Ht(t,e.scope_.immer_.useStrictShallowCopy_),n=e.scope_.immer_.shouldUseStrictIteration()}else r=Ht(t,!0);return Ze(r,(s,i)=>{We(r,s,Bn(i))},n),e&&(e.finalized_=!1),r}var ti=new ei,Xt=ti.produce;function Vn(t){return({dispatch:r,getState:n})=>s=>i=>typeof i=="function"?i(r,n,t):s(i)}var jn=Vn(),Hn=Vn;var ri=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?_e:_e.apply(null,arguments)},Va=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}},ni=t=>t&&typeof t.match=="function";function ee(t,e){function r(...n){if(e){let s=e(...n);if(!s)throw new Error(Q(0));return{type:t,payload:s.payload,..."meta"in s&&{meta:s.meta},..."error"in s&&{error:s.error}}}return{type:t,payload:n[0]}}return r.toString=()=>`${t}`,r.type=t,r.match=n=>An(n)&&n.type===t,r}var Gn=class Re extends Array{constructor(...e){super(...e),Object.setPrototypeOf(this,Re.prototype)}static get[Symbol.species](){return Re}concat(...e){return super.concat.apply(this,e)}prepend(...e){return e.length===1&&Array.isArray(e[0])?new Re(...e[0].concat(this)):new Re(...e.concat(this))}};function $n(t){return V(t)?Xt(t,()=>{}):t}function it(t,e,r){return t.has(e)?t.get(e):t.set(e,r(e)).get(e)}function si(t){return typeof t=="boolean"}var ii=()=>function(e){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:s=!0,actionCreatorCheck:i=!0}=e??{},a=new Gn;return r&&(si(r)?a.push(jn):a.push(Hn(r.extraArgument))),a},ai="RTK_autoBatch";var Kn=t=>e=>{setTimeout(e,t)},oi=(t,e)=>r=>{let n=!1,s=()=>{n||(n=!0,cancelAnimationFrame(i),clearTimeout(a),r())},i=t(s),a=setTimeout(s,e)},ci=(t={type:"raf"})=>e=>(...r)=>{let n=e(...r),s=!0,i=!1,a=!1,o=new Set,c=t.type==="tick"?queueMicrotask:t.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?oi(window.requestAnimationFrame,100):Kn(10):t.type==="callback"?t.queueNotification:Kn(t.timeout),u=()=>{a=!1,i&&(i=!1,o.forEach(l=>l()))};return Object.assign({},n,{subscribe(l){let d=()=>s&&l(),p=n.subscribe(d);return o.add(l),()=>{p(),o.delete(l)}},dispatch(l){try{return s=!l?.meta?.[ai],i=!s,i&&(a||(a=!0,c(u))),n.dispatch(l)}finally{s=!0}}})},ui=t=>function(r){let{autoBatch:n=!0}=r??{},s=new Gn(t);return n&&s.push(ci(typeof n=="object"?n:void 0)),s};function Wn(t){let e=ii(),{reducer:r=void 0,middleware:n,devTools:s=!0,duplicateMiddlewareCheck:i=!0,preloadedState:a=void 0,enhancers:o=void 0}=t||{},c;if(typeof r=="function")c=r;else if(He(r))c=En(r);else throw new Error(Q(1));let u;typeof n=="function"?u=n(e):u=e();let l=_e;s&&(l=ri({trace:!1,...typeof s=="object"&&s}));let d=Sn(...u),p=ui(d),y=typeof o=="function"?o(p):p(),g=l(...y);return Lt(c,a,g)}function Yn(t){let e={},r=[],n,s={addCase(i,a){let o=typeof i=="string"?i:i.type;if(!o)throw new Error(Q(28));if(o in e)throw new Error(Q(29));return e[o]=a,s},addAsyncThunk(i,a){return a.pending&&(e[i.pending.type]=a.pending),a.rejected&&(e[i.rejected.type]=a.rejected),a.fulfilled&&(e[i.fulfilled.type]=a.fulfilled),a.settled&&r.push({matcher:i.settled,reducer:a.settled}),s},addMatcher(i,a){return r.push({matcher:i,reducer:a}),s},addDefaultCase(i){return n=i,s}};return t(s),[e,r,n]}function li(t){return typeof t=="function"}function di(t,e){let[r,n,s]=Yn(e),i;if(li(t))i=()=>$n(t());else{let o=$n(t);i=()=>o}function a(o=i(),c){let u=[r[c.type],...n.filter(({matcher:l})=>l(c)).map(({reducer:l})=>l)];return u.filter(l=>!!l).length===0&&(u=[s]),u.reduce((l,d)=>{if(d)if(z(l)){let y=d(l,c);return y===void 0?l:y}else{if(V(l))return Xt(l,p=>d(p,c));{let p=d(l,c);if(p===void 0){if(l===null)return l;throw Error("A case reducer on a non-draftable value must not return undefined")}return p}}return l},o)}return a.getInitialState=i,a}var pi=(t,e)=>ni(t)?t.match(e):t(e);function hi(...t){return e=>t.some(r=>pi(r,e))}var fi="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",mi=(t=21)=>{let e="",r=t;for(;r--;)e+=fi[Math.random()*64|0];return e},yi=["name","message","stack","code"],Jt=class{constructor(t,e){this.payload=t,this.meta=e}payload;meta;_type},qn=class{constructor(t,e){this.payload=t,this.meta=e}payload;meta;_type},gi=t=>{if(typeof t=="object"&&t!==null){let e={};for(let r of yi)typeof t[r]=="string"&&(e[r]=t[r]);return e}return{message:String(t)}},zn="External signal was aborted",vi=(()=>{function t(e,r,n){let s=ee(e+"/fulfilled",(c,u,l,d)=>({payload:c,meta:{...d||{},arg:l,requestId:u,requestStatus:"fulfilled"}})),i=ee(e+"/pending",(c,u,l)=>({payload:void 0,meta:{...l||{},arg:u,requestId:c,requestStatus:"pending"}})),a=ee(e+"/rejected",(c,u,l,d,p)=>({payload:d,error:(n&&n.serializeError||gi)(c||"Rejected"),meta:{...p||{},arg:l,requestId:u,rejectedWithValue:!!d,requestStatus:"rejected",aborted:c?.name==="AbortError",condition:c?.name==="ConditionError"}}));function o(c,{signal:u}={}){return(l,d,p)=>{let y=n?.idGenerator?n.idGenerator(c):mi(),g=new AbortController,b,f;function C(m){f=m,g.abort()}u&&(u.aborted?C(zn):u.addEventListener("abort",()=>C(zn),{once:!0}));let F=(async function(){let m;try{let A=n?.condition?.(c,{getState:d,extra:p});if(Si(A)&&(A=await A),A===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let K=new Promise((T,w)=>{b=()=>{w({name:"AbortError",message:f||"Aborted"})},g.signal.addEventListener("abort",b,{once:!0})});l(i(y,c,n?.getPendingMeta?.({requestId:y,arg:c},{getState:d,extra:p}))),m=await Promise.race([K,Promise.resolve(r(c,{dispatch:l,getState:d,extra:p,requestId:y,signal:g.signal,abort:C,rejectWithValue:((T,w)=>new Jt(T,w)),fulfillWithValue:((T,w)=>new qn(T,w))})).then(T=>{if(T instanceof Jt)throw T;return T instanceof qn?s(T.payload,y,c,T.meta):s(T,y,c)})])}catch(A){m=A instanceof Jt?a(null,y,c,A.payload,A.meta):a(A,y,c)}finally{b&&g.signal.removeEventListener("abort",b)}return n&&!n.dispatchConditionRejection&&a.match(m)&&m.meta.condition||l(m),m})();return Object.assign(F,{abort:C,requestId:y,arg:c,unwrap(){return F.then(Ei)}})}}return Object.assign(o,{pending:i,rejected:a,fulfilled:s,settled:hi(a,s),typePrefix:e})}return t.withTypes=()=>t,t})();function Ei(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function Si(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Qn=Symbol.for("rtk-slice-createasyncthunk"),Ha={[Qn]:vi};function Ai(t,e){return`${t}/${e}`}function bi({creators:t}={}){let e=t?.asyncThunk?.[Qn];return function(n){let{name:s,reducerPath:i=s}=n;if(!s)throw new Error(Q(11));typeof process<"u";let a=(typeof n.reducers=="function"?n.reducers(Ti()):n.reducers)||{},o=Object.keys(a),c={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(m,S){let A=typeof m=="string"?m:m.type;if(!A)throw new Error(Q(12));if(A in c.sliceCaseReducersByType)throw new Error(Q(13));return c.sliceCaseReducersByType[A]=S,u},addMatcher(m,S){return c.sliceMatchers.push({matcher:m,reducer:S}),u},exposeAction(m,S){return c.actionCreators[m]=S,u},exposeCaseReducer(m,S){return c.sliceCaseReducersByName[m]=S,u}};o.forEach(m=>{let S=a[m],A={reducerName:m,type:Ai(s,m),createNotation:typeof n.reducers=="function"};wi(S)?Ri(A,S,u,e):Ci(A,S,u)});function l(){let[m={},S=[],A=void 0]=typeof n.extraReducers=="function"?Yn(n.extraReducers):[n.extraReducers],K={...m,...c.sliceCaseReducersByType};return di(n.initialState,T=>{for(let w in K)T.addCase(w,K[w]);for(let w of c.sliceMatchers)T.addMatcher(w.matcher,w.reducer);for(let w of S)T.addMatcher(w.matcher,w.reducer);A&&T.addDefaultCase(A)})}let d=m=>m,p=new Map,y=new WeakMap,g;function b(m,S){return g||(g=l()),g(m,S)}function f(){return g||(g=l()),g.getInitialState()}function C(m,S=!1){function A(T){let w=T[m];return typeof w>"u"&&S&&(w=it(y,A,f)),w}function K(T=d){let w=it(p,S,()=>new WeakMap);return it(w,T,()=>{let hr={};for(let[Cs,ws]of Object.entries(n.selectors??{}))hr[Cs]=_i(ws,T,()=>it(y,T,f),S);return hr})}return{reducerPath:m,getSelectors:K,get selectors(){return K(A)},selectSlice:A}}let F={name:s,reducer:b,actions:c.actionCreators,caseReducers:c.sliceCaseReducersByName,getInitialState:f,...C(i),injectInto(m,{reducerPath:S,...A}={}){let K=S??i;return m.inject({reducerPath:K,reducer:b},A),{...F,...C(K,!0)}}};return F}}function _i(t,e,r,n){function s(i,...a){let o=e(i);return typeof o>"u"&&n&&(o=r()),t(o,...a)}return s.unwrapped=t,s}var Xn=bi();function Ti(){function t(e,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:e,...r}}return t.withTypes=()=>t,{reducer(e){return Object.assign({[e.name](...r){return e(...r)}}[e.name],{_reducerDefinitionType:"reducer"})},preparedReducer(e,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:e,reducer:r}},asyncThunk:t}}function Ci({type:t,reducerName:e,createNotation:r},n,s){let i,a;if("reducer"in n){if(r&&!xi(n))throw new Error(Q(17));i=n.reducer,a=n.prepare}else i=n;s.addCase(t,i).exposeCaseReducer(e,i).exposeAction(e,a?ee(t,a):ee(t))}function wi(t){return t._reducerDefinitionType==="asyncThunk"}function xi(t){return t._reducerDefinitionType==="reducerWithPrepare"}function Ri({type:t,reducerName:e},r,n,s){if(!s)throw new Error(Q(18));let{payloadCreator:i,fulfilled:a,pending:o,rejected:c,settled:u,options:l}=r,d=s(t,i,l);n.exposeAction(e,d),a&&n.addCase(d.fulfilled,a),o&&n.addCase(d.pending,o),c&&n.addCase(d.rejected,c),u&&n.addMatcher(d.settled,u),n.exposeCaseReducer(e,{fulfilled:a||at,pending:o||at,rejected:c||at,settled:u||at})}function at(){}var Jn="listener",Zn="completed",es="cancelled",$a=`task-${es}`,Ka=`task-${Zn}`,qa=`${Jn}-${es}`,za=`${Jn}-${Zn}`;var{assign:ts}=Object;var Zt="listenerMiddleware";var Ii=ts(ee(`${Zt}/add`),{withTypes:()=>Ii}),Ga=ee(`${Zt}/removeAll`),Oi=ts(ee(`${Zt}/remove`),{withTypes:()=>Oi});function Q(t){return`Minified Redux Toolkit error #${t}; visit https://redux-toolkit.js.org/Errors?code=${t} for the full message or use the non-minified dev environment for full errors. `}var Mi=Pe(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,n,s){this.eventBus.addEventListener(r,n,s)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,s){this.eventBus.removeEventListener(r,n,s)}}}),ot=class extends Mi(Object){};window.ftReduxStores||(window.ftReduxStores={});var rs=class t extends ot{static get(e){var r;let n=typeof e=="string"?e:e.name,s=typeof e=="string"?void 0:e,i=window.ftReduxStores[n];if(Ve(i))return i;if(s==null)return;let a=Xn({...s,reducers:(r=s.reducers)!==null&&r!==void 0?r:{}}),o=Wn({reducer:(c,u)=>{if(u.type==="CLEAR_FT_REDUX_STORE"){let l=Se(a.getInitialState());for(let d of u.keeping)l[d]=(c??l)[d];return l}else if(typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...c,...u.overwrites};return a.reducer(c,u)}});return window.ftReduxStores[s.name]=new t(a,o,s.eventBus)}constructor(e,r,n){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Le,this.injectInto=(i,a)=>this.reduxSlice.injectInto(i,a),this.selectSlice=i=>this.reduxSlice.selectSlice(i);let s=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,a,o)=>{let c=a,u=i[c];return u?(...l)=>{let d=u(...l.map(s));return this.reduxStore.dispatch(d),d}:l=>{let d=c,p=this.getState()[d];he(p,l)||this.setState({[d]:s(l)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}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()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};var ct=class{static format(e,r,n,s,i){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(n,s,!!i)):this.getIntlDateTime(e,r,n,s,!!i)}static getMomentDateFormat(e,r,n){return n?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,n,s,i){let a=typeof e=="string"?new Date(e):e,o=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(a),c=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(a);return i?c:s?`${o} ${c}`:o}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var ut=v(I()),Ni="ft-app-info",X=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};X.eventName="authentication-change";var Ie=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Ie.eventName="ui-locale-changed";var Di={session:(t,e)=>{(0,ut.deepEqual)(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>h.dispatchEvent(new X(e.payload)),0))}},h=ut.FtReduxStore.get({name:Ni,reducers:Di,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var ns=v(I()),lt=function(t,e,r,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(i=(s<3?a(i):s>3?a(e,r,i):a(e,r))||i);return s>3&&i&&Object.defineProperty(e,r,i),i},To=(0,ns.applyMixinOnce)(Symbol("withDateFormat"),function(t){class e extends t{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(h)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var s,i;return((i=(s=this.metadataDescriptors.find(o=>o.key===n))===null||s===void 0?void 0:s.date)!==null&&i!==void 0?i:!1)?o=>ct.format(o,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return lt([(0,er.property)({type:Boolean})],e.prototype,"useLongDateFormat",void 0),lt([(0,er.property)({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),lt([kt({store:h.name,selector:r=>{var n,s;return(s=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&s!==void 0?s:[]}})],e.prototype,"metadataDescriptors",void 0),lt([kt({store:h.name})],e.prototype,"uiLocale",void 0),e});var mt=v(I());var tr=v(I());var ie=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=h.getState(),s=e??n;if(r&&s&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,s,!0)}static await(e){return new Promise(r=>{let n=t.get(e);if(n)r(n);else{let s=h.subscribe(()=>{n=t.get(e),n&&(s(),r(n))})}})}};var ve=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:ie.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ie.await()}};var D=class extends ve{constructor(e=!0,r){var n;super(r),this.sortObjectFields=(i,a)=>typeof a!="object"||a==null||Array.isArray(a)?a:Object.fromEntries(Object.entries(a).sort(([o],[c])=>o.localeCompare(c)));let s=this.constructor;s.commonCache=(n=s.commonCache)!==null&&n!==void 0?n:new tr.CacheRegistry,this.cache=e?s.commonCache:new tr.CacheRegistry}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var dt=class extends D{async listMySearches(){let{session:e}=h.getState();return W(e,E.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var pt=class extends D{async listMyBookmarks(){let e=h.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var ht=class extends D{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=h.getState().session;return!!e?.sessionAuthenticated}};var ft=class extends D{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=h.getState().session;return!!e?.sessionAuthenticated}};var ki="ft-user-assets",Pi={setAssetCount:(t,e)=>{let{userAssetType:r,count:n}=e.payload.assetCount;t.assetCounts.allAsset[r]=n},clearAssetCount:t=>{Object.values(j).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:n,asset:s}=e.payload;nr(t,r,[...rr(t,r),s]),ss(t,r,1,n),is(t,s)},editAsset:(t,e)=>{let{assetType:r,asset:n}=e.payload;nr(t,r,rr(t,r).map(s=>s.id===n.id?n:s)),is(t,n)},removeAsset:(t,e)=>{let{assetType:r,mapId:n,assetId:s}=e.payload;nr(t,r,rr(t,r).filter(i=>i.id!==s)),ss(t,r,-1,n)}},as={[j.SEARCHES]:"savedSearches",[j.BOOKMARKS]:"bookmarks",[j.BOOKS]:void 0,[j.COLLECTIONS]:void 0},rr=(t,e)=>{var r;let n=as[e];return n?(r=t[n])!==null&&r!==void 0?r:[]:[]},nr=(t,e,r)=>{let n=as[e];n&&(t[n]=r)},ss=(t,e,r,n)=>{let s=t.assetCounts.allAsset[e];if(s!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,s+r),e===j.BOOKMARKS&&n)){let i=t.assetCounts.bookmarkByMap[n];t.assetCounts.bookmarkByMap[n]=Math.max(0,i+r)}},is=(t,e)=>{let r=t.assetLabels.map(s=>s.title),n=e.labels.filter(s=>!r.includes(s)).map(s=>({title:s}));t.assetLabels.push(...n)},k=mt.FtReduxStore.get({name:ki,reducers:Pi,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(j).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),sr=class{constructor(e=new ht,r=new ft){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=h.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new pt,this.savedSearchesService=new dt,h.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=h.getState();(0,mt.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),k.actions.clearAssetCount(),k.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),k.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),k.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();k.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();k.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&k.getState().assetCounts.allAsset[e]!==r.count&&k.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&k.getState().assetCounts.bookmarkByMap[e]!==r.count&&k.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(k.getState().assetCounts.bookmarkByMap).length!==0;e===j.BOOKMARKS&&r&&k.actions.clearBookmarkCountByMap(),k.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;k.actions.bookmarks(r)}}},ir=new sr;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=ir);var ar=class{addCommand(e,r=!1){h.commands.add(e,r)}consumeCommand(e){return h.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new ar;var H=v(I());var os,Ee=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},Li=Symbol("clearAfterUnitTest"),yt=class extends(0,H.withEventBus)(D){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[os]=()=>{this.defaultMessages={},this.cache=new H.CacheRegistry,this.listeners={}},this.currentUiLocale=h.getState().uiLocale,h.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=h.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(),r&&Object.keys(r).length>0){let s={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};(0,H.deepEqual)(this.defaultMessages[e],s)||(this.defaultMessages[e]=s,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,n;return this.fetchContext(e),(n=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,r){let n=e.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(e,r,...n){var s;let i=e.toLowerCase(),a=this.resolveContext(i);return new H.ParametrizedLabelResolver((s=this.defaultMessages[i])!==null&&s!==void 0?s:{},a).resolve(r,...n)}async fetchContext(e){let r=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(s){!(s instanceof H.CanceledPromiseError)&&r&&console.error(s)}return n}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 s;return(s=this.listeners[e])===null||s===void 0?void 0:s.delete(r)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new Ee({loadedContexts:e})),this.dispatchEvent(new Ee({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new Ee({loadedContexts:[e]})),this.dispatchEvent(new Ee({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>(0,H.delay)(0).then(()=>n()).catch(()=>null)))}};os=Li;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends yt{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends yt{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var cs=window.FluidTopicsI18nService,ic=window.FluidTopicsCustomI18nService;var us=v(I()),or=class{highlightHtml(e,r,n){(0,us.highlightHtml)(e,r,n)}};window.FluidTopicsHighlightHtmlService=new or;var ls=v(I());var cr=class{isDate(e){var r,n,s,i;return(i=(s=((n=(r=h.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(o=>o.key===e))===null||s===void 0?void 0:s.date)!==null&&i!==void 0?i:!1}format(e,r){var n,s,i,a;if(e==null)return"";try{return ls.DateFormatter.format(e,(n=r?.locale)!==null&&n!==void 0?n:h.getState().uiLocale,(s=r?.longFormat)!==null&&s!==void 0?s:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1,(a=r?.onlyTime)!==null&&a!==void 0?a:!1)}catch(o){throw console.error(`Date ${JSON.stringify(e)} is not valid`,o),o}}};window.FluidTopicsDateService=new cr;var ds=v(I());var Oe=class{static get(e,r){var n,s,i,a;let o=h.getState(),{lang:c,region:u}=(i=(s=(n=o.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||s===void 0?void 0:s.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new ds.SearchPlaceConverter(o.baseUrl,e??20,(a=o.localesConfiguration)===null||a===void 0?void 0:a.allLanguagesAllowed,r??`${c}-${u}`)}};var gt=class extends D{async sendDocumentStartDisplayEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send document.start_display event")}async sendTopicStartDisplayEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send topic.start_display event")}async sendKhubSearchEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send khub.search event")}async sendDocumentSearchEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send document.search event")}async sendSearchPageSelectEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send search_page.select event")}async sendSearchResultOpenContextMenuEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send search_result.open_context_menu event")}async sendDocumentOnDemandTranslateEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send document.on_demand_translate event")}async sendTopicAiTranslateEvent(e){return this.sendEvents([this.sortEventArrays(e)],"Failed to send topic.ai_translate event")}convertMapToAnalyticsDocument(e){let r;switch(e.editorialType){case"BOOK":r="STRUCTURED_DOCUMENT";break;case"SHARED_BOOK":r="SHARED_PERSONAL_BOOK";break;case"ARTICLE":r="RESOURCE";break;case"HTML_PACKAGE":r="HTML_PACKAGE";break;default:throw new TypeError("Unknown editorial type for map : "+e.editorialType)}return{id:e.id,title:e.title,type:r,metadata:e.metadata}}sortEventArrays(e){let r=Object.entries(e).map(([n,s])=>Array.isArray(s)?[n,s.map(i=>typeof i=="object"&&i!=null&&!Array.isArray(i)?this.sortEventArrays(i):i).sort((i,a)=>typeof i=="object"&&i!==null&&"key"in i?i.key.localeCompare(a.key):typeof i=="string"&&typeof a=="string"?i.localeCompare(a):String(i).localeCompare(String(a)))]:typeof s=="object"&&s!==null?[n,this.sortEventArrays(s)]:[n,s]);return Object.fromEntries(r)}sendEvents(e,r){let n="anything not undefined";return this.cache.get("analytics-event-"+this.hash(e),async()=>(await this.awaitApi).sendEvents(e).then(()=>n).catch(s=>(console.info(r),console.debug(s),n)),1e3)}};var ur=class{urlToSearchRequest(e){return Oe.get().parse(e)}searchRequestToUrl(e){return Oe.get().serialize(e)}};window.FluidTopicsUrlService=new ur;var J=v(I());var ae=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};ae.eventName="change";var lr=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},ps=new lr;var vt=class t extends J.WithEventBus{static build(){return new t(window.history,ps,()=>window.location,!1)}constructor(e,r,n,s){var i,a;super(),this.history=e,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(a=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&a!==void 0?a:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(s)}setCurrentState(e,r=!1){let n=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,J.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ae(this.currentItem())),0)}installProxies(){let e=r=>(n,s,[i,a,o])=>{let c=r(),u={...c===this.currentIndex?this.currentState:void 0,...i,index:c,href:typeof o=="string"?o:(o??this.windowLocation()).href};n.apply(s,[u,a,o]),this.setCurrentState(u,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(ae.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(ae.eventName,e)}currentItem(){return(0,J.deepCopy)(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,J.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,J.deepCopy)(r.find(n=>e(n)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return(0,J.deepCopy)(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let n=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!n)return e;let s=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,n);)this.hasState(i)&&(s=i),i++;return s}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var n;if(!this.hasState(e))return!1;let s=r??this.currentState.majorStateId,i=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return i==null||i!=s}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=vt.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var hs=v(de());var fs=hs.css`
2
+ `;var gs=v(de()),P=v(te()),ue=v(I());var oe=v(I());function ms(t,e){let{authenticationRequired:r,session:n}=h.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(e):t()}var Et=class extends ve{async updateUiLocale(e){return(await this.awaitApi).updateUiLocale(e)}};var dr=class t extends oe.FtStateManager{static build(e){return new t(h,e)}constructor(e,r){super(),this.store=e,this.cache=new oe.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new Et,this.cleanSessionDebouncer=new oe.Debouncer,this.reloadDebouncer=new oe.Debouncer(500),this.apiProvider=r??(()=>ie.get())}setWithManualResources(e){this.withManualResources=e,this.updateIfNeeded()}async initService(){this.store.addEventListener(X.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let e=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(e)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var e;let r=await this.cache.get("availableContentLocales",()=>ms(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((e=r.contentLocales)!==null&&e!==void 0?e:[])}reloadConfiguration(){var e;(e=this.cache)===null||e===void 0||e.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(e){this.store.actions.baseUrl(e),window.fluidTopicsBaseUrl=e}setTenantId(e){this.store.actions.tenantId(e)}setApiIntegrationIdentifier(e){this.store.actions.apiIntegrationIdentifier(e)}setApiIntegrationAppVersion(e){this.store.actions.apiIntegrationAppVersion(e)}setUiLocale(e){this.store.actions.uiLocale(e)}setLocalesConfiguration(e){this.store.actions.localesConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(e){this.store.actions.availableContentLocales(e),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(e,r){this.userLocaleService.updateUiLocale({uiLocale:e,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new Ie(n)))}).catch(()=>{})}setMetadataConfiguration(e){this.store.actions.metadataConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setNoCustom(e){this.store.actions.noCustom(e)}setEditorMode(e){this.store.actions.editorMode(e)}setNoCustomComponent(e){this.store.actions.noCustomComponent(e)}setSession(e){this.store.actions.session(e),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(e){this.store.actions.openExternalDocumentInNewTab(e)}setNavigatorOnline(e){this.store.actions.navigatorOnline(e)}setForcedOffline(e){this.store.actions.forcedOffline(e)}setAuthenticationRequired(e){this.store.actions.authenticationRequired(e)}},ys=dr.build();var ce=class extends Event{constructor(e,r,n,s){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=r,this.callback=n,this.subscribe=s??!1}};var Me=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=e=>{let r=this.pendingContextRequests.get(e.context);if(r===void 0)return;this.pendingContextRequests.delete(e.context);let{requests:n}=r;for(let{elementRef:s,callbackRef:i}of n){let a=s.deref(),o=i.deref();a===void 0||o===void 0||a.dispatchEvent(new ce(e.context,a,o,!0))}},this.onContextRequest=e=>{if(e.subscribe!==!0)return;let r=e.contextTarget??e.composedPath()[0],n=e.callback,s=this.pendingContextRequests.get(e.context);s===void 0&&this.pendingContextRequests.set(e.context,s={callbacks:new WeakMap,requests:[]});let i=s.callbacks.get(r);i===void 0&&s.callbacks.set(r,i=new WeakSet),i.has(n)||(i.add(n),s.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(e){e.addEventListener("context-request",this.onContextRequest),e.addEventListener("context-provider",this.onContextProvider)}detach(e){e.removeEventListener("context-request",this.onContextRequest),e.removeEventListener("context-provider",this.onContextProvider)}};var M=function(t,e,r,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(i=(s<3?a(i):s>3?a(e,r,i):a(e,r))||i);return s>3&&i&&Object.defineProperty(e,r,i),i},_=class extends ue.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=ys,this.contextRoot=new Me}render(){return gs.html`
3
3
  <slot></slot>
4
- `}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Jn.addContext(n)),e.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),e.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),e.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};x.elementDefinitions={};x.styles=ii;I([(0,D.property)()],x.prototype,"baseUrl",void 0);I([(0,D.property)()],x.prototype,"tenantId",void 0);I([(0,D.property)()],x.prototype,"apiIntegrationIdentifier",void 0);I([(0,D.property)()],x.prototype,"apiIntegrationAppVersion",void 0);I([(0,D.property)()],x.prototype,"uiLocale",void 0);I([(0,de.jsonProperty)(null)],x.prototype,"availableUiLocales",void 0);I([(0,de.jsonProperty)(null)],x.prototype,"metadataConfiguration",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"editorMode",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"noCustom",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"openExternalDocumentInNewTab",void 0);I([(0,D.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],x.prototype,"noCustomComponent",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"withManualResources",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"navigatorOnline",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"forcedOffline",void 0);I([(0,D.property)({type:Boolean})],x.prototype,"authenticationRequired",void 0);I([(0,de.jsonProperty)([])],x.prototype,"messageContexts",void 0);I([(0,de.jsonProperty)(void 0)],x.prototype,"session",void 0);var ui=E(R());var ci={"ft-app-context":x};(0,ui.customElements)(ci);var dt=class extends P{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.register("configuration",()=>this.api.getReaderConfiguration()),this.cache.register("map",()=>this.withMapId(e=>this.fetchMap(e))),this.cache.register("enrichedToc",()=>this.withMapId(e=>this.fetchPages(e).then(r=>this.converter.convertPaginatedToc(e,r)))),this.cache.register("ratingSummary",()=>{var e,r;return $((r=(e=m.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.clearMatching(e=>e!=="configuration")}makeCacheKey(e,r){return e+(r?"-destinationLanguage-"+r?.destinationLanguage:"")}getMap(e){return this.cache.get(this.makeCacheKey("map",e),()=>this.fetchMap(this.mapId,e))}getMapNow(e){return this.cache.getNow(this.makeCacheKey("map",e))}getConfiguration(){return this.cache.get("configuration")}clearConfiguration(){this.cache.clear("configuration")}getEnrichedToc(e){return this.cache.get(this.makeCacheKey("enrichedToc",e),()=>this.fetchPages(this.mapId,e).then(r=>this.converter.convertPaginatedToc(this.mapId,r)))}getEnrichedTocNow(e){return this.cache.getNow(this.makeCacheKey("enrichedToc",e))}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(e){return(await this.getEnrichedToc(e)).toc}async getPagesToc(e){return(await this.getEnrichedToc(e)).pagesToc}async getTranslationError(e){return(await this.getEnrichedToc(e)).translationError}async getTocNode(e,r){return(await this.getEnrichedToc(r)).nodeByTocId[e]}getTocNodeNow(e,r){var n;return(n=this.getEnrichedTocNow(r))===null||n===void 0?void 0:n.nodeByTocId[e]}getTocNodeNowByUrl(e,r){var n,i;let s=this.getMapNow(r);return s?.prettyUrl==e||`${s?.id}/root`===e?(n=this.getEnrichedTocNow(r))===null||n===void 0?void 0:n.toc[0]:(i=this.getEnrichedTocNow(r))===null||i===void 0?void 0:i.nodeByUrl[e]}async getPage(e,r){let n=await this.getEnrichedToc(r);return n.pages[e-1]||n.pages[0]}async getPageByTocId(e,r){let n=await this.getEnrichedToc(r);return n.pageByTocId[e]||n.pages[0]}getTopicInfo(e){return this.cache.get("topic-"+e.tocId,()=>this.fetchTopicMetadata(e))}getTopicContent(e){return this.cache.get("topic-content-"+e.tocId,()=>this.fetchTopicHTMLContent(e))}getTranslatedTopicContent(e,r){return this.cache.get(this.makeCacheKey("translated-topic-content-"+e.tocId,r),()=>this.fetchTranslatedTopicHTMLContent(e,r))}async getTopicMetadataValue(e,r){let n=this.getTocNodeNow(e);if(!n)return;let i=await this.getTopicInfo(n);return i?.metadata.find(s=>s.key==r)}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}clearMapAttachments(){this.cache.clear("map-attachments")}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&locationValue=reader`)}getLink(e,r,n){let i=this.getNavigationData(e,r,n),s=this.getReaderLinkPrefix()+(i.prettyUrl?i.prettyUrl:`${i.mapId}/${i.tocId}`),a=new URL(s,this.api.tenantBaseUrl);return i.page!=null&&a.searchParams.set("page",`${i.page}`),i.prettyUrlDuplicated&&a.searchParams.set("tocId",i.tocId),i.section!=null&&a.searchParams.set("section",i.section),a.href}getNavigationData(e,r,n,i){var s,a;e=e||"root";let o=this.getEnrichedTocNow(i),u=o?.pageByTocId[e],c=o?.nodeByTocId[e],l=c?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(s=c?.title)!==null&&s!==void 0?s:"",untranslatedTopicTitle:c?.untranslatedTitle,page:r&&u&&u.number!==r?r:void 0,prettyUrl:l?.replace(/^r\//,""),prettyUrlDuplicated:(a=o?.duplicatedPrettyUrls.has(l??""))!==null&&a!==void 0?a:!1,section:n}}async getAccurateNavigationData(e,r,n,i){return await this.getEnrichedToc(i),this.getNavigationData(e,r,n,i)}getRatingSummary(){return this.cache.get("ratingSummary")}reloadRating(){return this.cache.clear("ratingSummary"),this.getRatingSummary()}getMapRating(){return this.getRatingSummary().then(e=>e?.publication)}getTopicRating(e){return this.getRatingSummary().then(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=m.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,r){let n=this.getTocNodeNow(e,r),i=[{tocId:n.tocId,title:n.title,untranslatedTitle:n.untranslatedTitle}],s=this.getTocNodeNow(n.parentTocId,r);for(;s;)i.unshift({tocId:s.tocId,title:s.title,untranslatedTitle:s.untranslatedTitle}),s=this.getTocNodeNow(s.parentTocId,r);return i}isFeatureAccessible(e,{session:r}){var n;if(!this.isFeatureAvailable(e))return!1;switch(e){case G.FEEDBACK:return $(r??[],A.FEEDBACK_USER);case G.RATING:return $(r??[],A.RATING_USER);case G.PRINT:return $(r??[],A.PRINT_USER);case G.BOOKMARK:return!!r?.sessionAuthenticated;case G.COLLECTIONS:return $(r??[],A.COLLECTION_USER);case G.PERSONAL_BOOKS:return $(r??[],A.PERSONAL_BOOK_USER)&&!(!((n=this.getMapNow())===null||n===void 0)&&n.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var pt=class t extends dt{static async build(e){return new t(new je,void 0,e)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(e,r){let n=await this.api.getMap(e,r);return this.fingerprint=n.fingerprint,n}fetchMapRating(e){return this.api.getMapRating(e)}async fetchPages(e,r){return await this.getMap(r),this.api.getPages(e,this.fingerprint,r)}fetchTopicHTMLContent(e){return this.api.getTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint)}fetchTranslatedTopicHTMLContent(e,r){return this.api.getTranslatedTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint,r)}fetchTopicMetadata(e){return this.api.getTopic(this.mapId,e.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(e,r){let n={query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",metadataFilters:[{key:e,valueFilter:{negative:!1,values:r}}],sort:[],facets:[]};return this.api.search(n)}fetchRelativesForTopicInMap(e,r,n){let i={query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",metadataFilters:[{key:r,valueFilter:{negative:!1,values:n}},{key:"ft:publicationId",valueFilter:{negative:!1,values:[e]}}],sort:[],facets:[]};return this.api.search(i)}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 ms="topicPivot";function li(t,e){let r=new URL(t);return e?.values.forEach(n=>{r.searchParams.append(ms,n)}),r.href}var ht=class t{static build(e,r){return new t(vr(e.trim()||"context"),r??pt.build)}loaded(){return(0,L.waitUntil)(()=>this._loaded)}constructor(e,r,n,i){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new L.Debouncer(10),this.analyticsEventsService=i??new ct,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())}setRenderedTopics(e){this.store.actions.renderedTopics(e)}setVisibleTopics(e){this.store.actions.visibleTopics(e)}async awaitService(){return(0,L.waitFor)(()=>this.service)}async navigateToTopic(e,r,n){await this.loaded();let i=await this.awaitService(),s=await(n!=null?i.getPage(n,this.getTranslationSettings()):i.getPageByTocId(e??"root",this.getTranslationSettings()));this.store.actions.currentPage(s);let a=this.resolveValidNonRootTocId(e,s);this.store.actions.scrollTarget({tocId:a,section:r})}resolveValidNonRootTocId(e,r){var n,i,s;let a=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:r.rootTocId;return r.topics.includes(a)?a:(e!="root"&&!r.hiddenTopics.includes(a)&&this.store.dispatchEvent(new CustomEvent(ve.requestedTopicNotFound,{detail:{tocId:a}})),(s=(i=r.topics[0])!==null&&i!==void 0?i:r.hiddenTopics[0])!==null&&s!==void 0?s:"root")}async navigateToPage(e){await this.loaded();let n=await(await this.awaitService()).getPage(e,this.getTranslationSettings());this.store.actions.currentPage(n)}scrollDone(){this.store.actions.scrollTarget({})}async load(){var e;!((e=this.service)===null||e===void 0)&&e.mapId&&this.store.getState().map==null&&await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}clear(){var e;this._loaded=!1,this.store.actions.configuration(void 0),this.store.actions.map(void 0),this.store.actions.toc(void 0),this.store.actions.pagesToc(void 0),this.store.actions.currentPage(void 0),this.store.actions.searchInDocumentQuery(""),this.store.actions.relatives(void 0),this.store.actions.renderedTopics([]),this.store.actions.visibleTopics([]),this.store.actions.translation({sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}),this.store.actions.mapRating(void 0),(e=this.service)===null||e===void 0||e.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(e){var r,n,i,s,a;try{e&&this.setTranslationLoading(!0);let o=u=>{throw e&&this.setTranslationError(!0),u};await Promise.all([this.loadConfiguration(),(r=this.service)===null||r===void 0?void 0:r.getMap(e).then(u=>this.store.actions.map(u)).catch(o),(n=this.service)===null||n===void 0?void 0:n.getToc(e).then(u=>this.store.actions.toc(u)).catch(o),(i=this.service)===null||i===void 0?void 0:i.getPagesToc(e).then(u=>this.store.actions.pagesToc(u)).catch(o),(s=this.service)===null||s===void 0?void 0:s.getPaginationConfiguration().then(u=>this.store.actions.paginationConfiguration(u)).catch(o),(a=this.service)===null||a===void 0?void 0:a.getTranslationError(e).then(u=>this.setTranslationError(u))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,e&&this.setTranslationLoading(!1)}catch(o){this.errorHandler&&!(o instanceof L.CanceledPromiseError)&&this.errorHandler(o)}}loadConfiguration(){var e;return(e=this.service)===null||e===void 0?void 0:e.getConfiguration().then(r=>this.store.actions.configuration(r))}reloadConfiguration(){var e;return(e=this.service)===null||e===void 0||e.clearConfiguration(),this.loadConfiguration()}async fetchRelatives(){var e,r;let n=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(i=>{var s;return i.key==((s=this.store.getState().configuration)===null||s===void 0?void 0:s.relativePivotMetadata)}).flatMap(i=>i.values);if(n!==void 0&&n.length>0){let i=await((r=this.service)===null||r===void 0?void 0:r.getRelativesForDocument(this.store.getState().configuration.relativePivotMetadata,n)),s=i?.results.flatMap(a=>a.entries);this.store.actions.relatives(s)}this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(ve.clusteringHelperCreated))}createClusteringHelper(){var e,r;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let i=n.find(a=>{var o;return((o=a.map)===null||o===void 0?void 0:o.mapId)==this.store.getState().mapId}),s=(r=(e=m.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&r!==void 0?r:[];return new L.ClusteringHelper(n,i,this.metadataForSwitchToRelatives,s)}}async navigateToRelativeTopicIfFound(e){var r,n,i;await this.loaded();let s=await(0,L.waitFor)(()=>{var c;return(c=this.store.getState().configuration)===null||c===void 0?void 0:c.relativeTopicPivotMetadata}),a=this.store.getState().mapId,u=await(await this.awaitService()).getRelativesForTopicInMap(a,s,[e]);if(!((i=(n=(r=u?.results)===null||r===void 0?void 0:r[0])===null||n===void 0?void 0:n.entries)===null||i===void 0)&&i[0]){let c=u.results[0].entries[0].topic.tocId;return await this.navigateToTopic(c),!0}else return await this.navigateToTopic("root"),!1}setSearchInDocumentQuery(e){this.store.actions.searchInDocumentQuery(e)}async setTranslationDestinationLanguage(e){this.store.actions.setTranslationDestinationLanguage(e),e&&this.sendDocumentOnDemandTranslateEvent(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationSourceLanguage(e){this.store.actions.setTranslationSourceLanguage(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationProfileId(e){this.store.actions.setTranslationProfileId(e)}async setTranslationLoading(e){this.store.actions.setTranslationLoading(e)}async setTranslationError(e){this.store.actions.setTranslationError(e)}getTranslationSettings(){var e;let r=this.store.getState();return r.translation.profileId&&r.translation.destinationLanguage?{profileId:r.translation.profileId,destinationLanguage:r.translation.destinationLanguage.code,sourceLanguage:(e=r.map)===null||e===void 0?void 0:e.lang}:void 0}setLinkPreviewDialogId(e){this.store.actions.linkPreviewDialogId(e)}async fetchMapRating(){var e;this.store.actions.mapRating(await((e=this.service)===null||e===void 0?void 0:e.getMapRating()))}async fetchTopicRating(e){var r;let n=await((r=this.service)===null||r===void 0?void 0:r.getTopicRating(e));n&&this.store.actions.setTopicsRating({[e]:n})}registerMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.add(e),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.delete(e),this.updateClusteringHelper()}getAccurateNavigationData(e,r,n){return this.service.getAccurateNavigationData(e,r?.number,n?.section,this.getTranslationSettings())}buildBreadcrumb(e){var r;return(r=this.service)===null||r===void 0?void 0:r.buildBreadcrumb(e,this.getTranslationSettings())}fetchTopicContent(e){var r,n;let i=this.getTranslationSettings();return i?(this.sendTopicAiTranslateEvent(i.destinationLanguage,e),(r=this.service)===null||r===void 0?void 0:r.getTranslatedTopicContent(e,i).then(s=>(s.isTranslationError&&this.setTranslationError(!0),s.content))):(n=this.service)===null||n===void 0?void 0:n.getTopicContent(e)}getTocNode(e){return this.service.getTocNode(e,this.getTranslationSettings())}getPage(e){return this.service.getPage(e,this.getTranslationSettings())}onMapAttachmentsUpdate(){var e;(e=this.service)===null||e===void 0||e.clearMapAttachments(),this.store.dispatchEvent(new Event(ve.mapAttachmentsUpdate))}async getRelativeDocumentUrlForLocale(e){var r,n,i;this.store.getState().relatives==null&&await this.fetchRelatives();let s=L.ClusteringHelper.findResultWithMetadataValue((r=this.store.getState().relatives)!==null&&r!==void 0?r:[],"ft:locale",e),a=(0,L.accessResultUrl)(s);if(a){let o=this.store.getState().visibleTopics[0],u=(n=this.store.getState().configuration)===null||n===void 0?void 0:n.relativeTopicPivotMetadata;if(u&&o){let c=await((i=this.service)===null||i===void 0?void 0:i.getTopicMetadataValue(o,u));a=li(a,c)}}return a}sendDocumentOnDemandTranslateEvent(e){var r;let{editorMode:n,apiIntegrationIdentifier:i,apiIntegrationAppVersion:s}=m.getState(),a=this.store.getState(),o=a.map,u=a.translation.profileId;if(!(n||!o||!i||!s||!u))try{let l={...this.analyticsEventsService.convertMapToAnalyticsDocument(o),title:(r=o.untranslatedTitle)!==null&&r!==void 0?r:o.title};this.analyticsEventsService.sendDocumentOnDemandTranslateEvent({name:"DOCUMENT__ON_DEMAND_TRANSLATE",offline:!1,appName:i,appVersion:s,sourceLanguage:this.parseLanguageToAnalyticsFormat(o.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(e.code),profileId:u,document:l,translationOrigin:Be.AI})}catch(c){console.warn("Failed to send on-demand document translate event:",c)}}sendTopicAiTranslateEvent(e,r){var n;let{editorMode:i,apiIntegrationIdentifier:s,apiIntegrationAppVersion:a}=m.getState(),o=this.store.getState(),u=o.map,c=o.translation.profileId;if(!(i||!u||!s||!a||!c))try{let l=this.buildBreadcrumb(r.tocId);if(!l){console.warn("Failed to build breadcrumb for topic ai translate event");return}let d={...this.analyticsEventsService.convertMapToAnalyticsDocument(u),title:(n=u.untranslatedTitle)!==null&&n!==void 0?n:u.title};this.analyticsEventsService.sendTopicAiTranslateEvent({name:"TOPIC__AI_TRANSLATE",offline:!1,appName:s,appVersion:a,sourceLanguage:this.parseLanguageToAnalyticsFormat(u.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(e),breadcrumb:l.map(v=>{var h;return{tocId:v.tocId,title:(h=v.untranslatedTitle)!==null&&h!==void 0?h:v.title}}),document:d,profileId:c})}catch(l){console.warn("Failed to send topic ai translate event:",l)}}parseLanguageToAnalyticsFormat(e){if(!e)return;let r=e.split("-");return r.length===2?{languageCode:r[0],countryCode:r[1]}:{languageCode:r[0],countryCode:""}}};var di=E(fe());var pi=di.css`
5
- `;var ft=class extends CustomEvent{constructor(e,r){super("ft-reader-map-loaded",{detail:{map:e,toc:r}})}},vt=class extends CustomEvent{constructor(e,r){super("ft-reader-visible-topics-change",{detail:{visibleTopics:r}})}},mt=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},gt=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},yt=class extends Event{constructor(){super("ft-reader-map-not-found")}},bt=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},Et=class extends Event{constructor(){super("ft-reader-map-forbidden")}},At=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var k=function(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(i<3?a(s):i>3?a(e,r,s):a(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s},or=class{constructor(e){this.stateManager=e}searchInDocument(e){this.stateManager.setSearchInDocumentQuery(e??"")}},w=class extends O.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.reloadConfiguration()},this.scrollToTargetDebouncer=new O.Debouncer(5),this.navigationDebouncer=new O.Debouncer(10),this.mapLoadedEventDebouncer=new O.Debouncer(50),this.addStore(m)}render(){return Fe.html`
4
+ `}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>cs.addContext(n)),e.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),e.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),e.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};_.elementDefinitions={};_.styles=fs;M([(0,P.property)()],_.prototype,"baseUrl",void 0);M([(0,P.property)()],_.prototype,"tenantId",void 0);M([(0,P.property)()],_.prototype,"apiIntegrationIdentifier",void 0);M([(0,P.property)()],_.prototype,"apiIntegrationAppVersion",void 0);M([(0,P.property)()],_.prototype,"uiLocale",void 0);M([(0,ue.jsonProperty)(null)],_.prototype,"availableUiLocales",void 0);M([(0,ue.jsonProperty)(null)],_.prototype,"metadataConfiguration",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"editorMode",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"noCustom",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"openExternalDocumentInNewTab",void 0);M([(0,P.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],_.prototype,"noCustomComponent",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"withManualResources",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"navigatorOnline",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"forcedOffline",void 0);M([(0,P.property)({type:Boolean})],_.prototype,"authenticationRequired",void 0);M([(0,ue.jsonProperty)([])],_.prototype,"messageContexts",void 0);M([(0,ue.jsonProperty)(void 0)],_.prototype,"session",void 0);var Es=v(I());var vs={"ft-app-context":_};(0,Es.customElements)(vs);var St=class extends D{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.register("configuration",()=>this.api.getReaderConfiguration()),this.cache.register("map",()=>this.withMapId(e=>this.fetchMap(e))),this.cache.register("enrichedToc",()=>this.withMapId(e=>this.fetchPages(e).then(r=>this.converter.convertPaginatedToc(e,r)))),this.cache.register("ratingSummary",()=>{var e,r;return W((r=(e=h.getState().session)===null||e===void 0?void 0:e.profile.roles)!==null&&r!==void 0?r:[],"RATING_USER")?this.withMapId(s=>this.fetchMapRating(s)):Promise.resolve()})}clear(){this.cache.clearMatching(e=>e!=="configuration")}makeCacheKey(e,r){return e+(r?"-destinationLanguage-"+r?.destinationLanguage:"")}getMap(e){return this.cache.get(this.makeCacheKey("map",e),()=>this.fetchMap(this.mapId,e))}getMapNow(e){return this.cache.getNow(this.makeCacheKey("map",e))}getConfiguration(){return this.cache.get("configuration")}clearConfiguration(){this.cache.clear("configuration")}getEnrichedToc(e){return this.cache.get(this.makeCacheKey("enrichedToc",e),()=>this.fetchPages(this.mapId,e).then(r=>this.converter.convertPaginatedToc(this.mapId,r)))}getEnrichedTocNow(e){return this.cache.getNow(this.makeCacheKey("enrichedToc",e))}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(e){return(await this.getEnrichedToc(e)).toc}async getPagesToc(e){return(await this.getEnrichedToc(e)).pagesToc}async getTranslationError(e){return(await this.getEnrichedToc(e)).translationError}async getTocNode(e,r){return(await this.getEnrichedToc(r)).nodeByTocId[e]}getTocNodeNow(e,r){var n;return(n=this.getEnrichedTocNow(r))===null||n===void 0?void 0:n.nodeByTocId[e]}getTocNodeNowByUrl(e,r){var n,s;let i=this.getMapNow(r);return i?.prettyUrl==e||`${i?.id}/root`===e?(n=this.getEnrichedTocNow(r))===null||n===void 0?void 0:n.toc[0]:(s=this.getEnrichedTocNow(r))===null||s===void 0?void 0:s.nodeByUrl[e]}async getPage(e,r){let n=await this.getEnrichedToc(r);return n.pages[e-1]||n.pages[0]}async getPageByTocId(e,r){let n=await this.getEnrichedToc(r);return n.pageByTocId[e]||n.pages[0]}getTopicInfo(e){return this.cache.get("topic-"+e.tocId,()=>this.fetchTopicMetadata(e))}getTopicContent(e){return this.cache.get("topic-content-"+e.tocId,()=>this.fetchTopicHTMLContent(e))}getTranslatedTopicContent(e,r){return this.cache.get(this.makeCacheKey("translated-topic-content-"+e.tocId,r),()=>this.fetchTranslatedTopicHTMLContent(e,r))}async getTopicMetadataValue(e,r){let n=this.getTocNodeNow(e);if(!n)return;let s=await this.getTopicInfo(n);return s?.metadata.find(i=>i.key==r)}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}clearMapAttachments(){this.cache.clear("map-attachments")}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&locationValue=reader`)}getLink(e,r,n){let s=this.getNavigationData(e,r,n),i=this.getReaderLinkPrefix()+(s.prettyUrl?s.prettyUrl:`${s.mapId}/${s.tocId}`),a=new URL(i,this.api.tenantBaseUrl);return s.page!=null&&a.searchParams.set("page",`${s.page}`),s.prettyUrlDuplicated&&a.searchParams.set("tocId",s.tocId),s.section!=null&&a.searchParams.set("section",s.section),a.href}getNavigationData(e,r,n,s){var i,a;e=e||"root";let o=this.getEnrichedTocNow(s),c=o?.pageByTocId[e],u=o?.nodeByTocId[e],l=u?.prettyUrl;return{mapId:this.mapId,tocId:e,topicTitle:(i=u?.title)!==null&&i!==void 0?i:"",untranslatedTopicTitle:u?.untranslatedTitle,page:r&&c&&c.number!==r?r:void 0,prettyUrl:l?.replace(/^r\//,""),prettyUrlDuplicated:(a=o?.duplicatedPrettyUrls.has(l??""))!==null&&a!==void 0?a:!1,section:n}}async getAccurateNavigationData(e,r,n,s){return await this.getEnrichedToc(s),this.getNavigationData(e,r,n,s)}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(s=>s.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=h.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,r){let n=this.getTocNodeNow(e,r),s=[{tocId:n.tocId,title:n.title,untranslatedTitle:n.untranslatedTitle}],i=this.getTocNodeNow(n.parentTocId,r);for(;i;)s.unshift({tocId:i.tocId,title:i.title,untranslatedTitle:i.untranslatedTitle}),i=this.getTocNodeNow(i.parentTocId,r);return s}isFeatureAccessible(e,{session:r}){var n;if(!this.isFeatureAvailable(e))return!1;switch(e){case G.FEEDBACK:return W(r??[],E.FEEDBACK_USER);case G.RATING:return W(r??[],E.RATING_USER);case G.PRINT:return W(r??[],E.PRINT_USER);case G.BOOKMARK:return!!r?.sessionAuthenticated;case G.COLLECTIONS:return W(r??[],E.COLLECTION_USER);case G.PERSONAL_BOOKS:return W(r??[],E.PERSONAL_BOOK_USER)&&!(!((n=this.getMapNow())===null||n===void 0)&&n.pbkConfidential);default:return!1}}makeAbsolute(e){return this.api.makeAbsolute(e)}};var At=class t extends St{static async build(e){return new t(new De,void 0,e)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(e,r){let n=await this.api.getMap(e,r);return this.fingerprint=n.fingerprint,n}fetchMapRating(e){return this.api.getMapRating(e)}async fetchPages(e,r){return await this.getMap(r),this.api.getPages(e,this.fingerprint,r)}fetchTopicHTMLContent(e){return this.api.getTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint)}fetchTranslatedTopicHTMLContent(e,r){return this.api.getTranslatedTopicHTMLContent(this.mapId,e.contentId,"DESIGNED_READER",this.fingerprint,r)}fetchTopicMetadata(e){return this.api.getTopic(this.mapId,e.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(e,r){let n={query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",metadataFilters:[{key:e,valueFilter:{negative:!1,values:r}}],sort:[],facets:[]};return this.api.search(n)}fetchRelativesForTopicInMap(e,r,n){let s={query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",metadataFilters:[{key:r,valueFilter:{negative:!1,values:n}},{key:"ft:publicationId",valueFilter:{negative:!1,values:[e]}}],sort:[],facets:[]};return this.api.search(s)}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 Bi="topicPivot";function Ss(t,e){let r=new URL(t);return e?.values.forEach(n=>{r.searchParams.append(Bi,n)}),r.href}var bt=class t{static build(e,r){return new t(Er(e.trim()||"context"),r??At.build)}loaded(){return(0,L.waitUntil)(()=>this._loaded)}constructor(e,r,n,s){this.store=e,this.clusteringHelperProvider=n,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new L.Debouncer(10),this.analyticsEventsService=s??new gt,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())}setRenderedTopics(e){this.store.actions.renderedTopics(e)}setVisibleTopics(e){this.store.actions.visibleTopics(e)}async awaitService(){return(0,L.waitFor)(()=>this.service)}async navigateToTopic(e,r,n){await this.loaded();let s=await this.awaitService(),i=await(n!=null?s.getPage(n,this.getTranslationSettings()):s.getPageByTocId(e??"root",this.getTranslationSettings()));this.store.actions.currentPage(i);let a=this.resolveValidNonRootTocId(e,i);this.store.actions.scrollTarget({tocId:a,section:r})}resolveValidNonRootTocId(e,r){var n,s,i;let a=(n=e==="root"?void 0:e)!==null&&n!==void 0?n:r.rootTocId;return r.topics.includes(a)?a:(e!="root"&&!r.hiddenTopics.includes(a)&&this.store.dispatchEvent(new CustomEvent(pe.requestedTopicNotFound,{detail:{tocId:a}})),(i=(s=r.topics[0])!==null&&s!==void 0?s:r.hiddenTopics[0])!==null&&i!==void 0?i:"root")}async navigateToPage(e){await this.loaded();let n=await(await this.awaitService()).getPage(e,this.getTranslationSettings());this.store.actions.currentPage(n)}scrollDone(){this.store.actions.scrollTarget({})}async load(){var e;!((e=this.service)===null||e===void 0)&&e.mapId&&this.store.getState().map==null&&await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}clear(){var e;this._loaded=!1,this.store.actions.configuration(void 0),this.store.actions.map(void 0),this.store.actions.toc(void 0),this.store.actions.pagesToc(void 0),this.store.actions.currentPage(void 0),this.store.actions.searchInDocumentQuery(""),this.store.actions.relatives(void 0),this.store.actions.renderedTopics([]),this.store.actions.visibleTopics([]),this.store.actions.translation({sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}),this.store.actions.mapRating(void 0),(e=this.service)===null||e===void 0||e.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(e){var r,n,s,i,a;try{e&&this.setTranslationLoading(!0);let o=c=>{throw e&&this.setTranslationError(!0),c};await Promise.all([this.loadConfiguration(),(r=this.service)===null||r===void 0?void 0:r.getMap(e).then(c=>this.store.actions.map(c)).catch(o),(n=this.service)===null||n===void 0?void 0:n.getToc(e).then(c=>this.store.actions.toc(c)).catch(o),(s=this.service)===null||s===void 0?void 0:s.getPagesToc(e).then(c=>this.store.actions.pagesToc(c)).catch(o),(i=this.service)===null||i===void 0?void 0:i.getPaginationConfiguration().then(c=>this.store.actions.paginationConfiguration(c)).catch(o),(a=this.service)===null||a===void 0?void 0:a.getTranslationError(e).then(c=>this.setTranslationError(c))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,e&&this.setTranslationLoading(!1)}catch(o){this.errorHandler&&!(o instanceof L.CanceledPromiseError)&&this.errorHandler(o)}}loadConfiguration(){var e;return(e=this.service)===null||e===void 0?void 0:e.getConfiguration().then(r=>this.store.actions.configuration(r))}reloadConfiguration(){var e;return(e=this.service)===null||e===void 0||e.clearConfiguration(),this.loadConfiguration()}async fetchRelatives(){var e,r;let n=(e=this.store.getState().map)===null||e===void 0?void 0:e.metadata.filter(s=>{var i;return s.key==((i=this.store.getState().configuration)===null||i===void 0?void 0:i.relativePivotMetadata)}).flatMap(s=>s.values);if(n!==void 0&&n.length>0){let s=await((r=this.service)===null||r===void 0?void 0:r.getRelativesForDocument(this.store.getState().configuration.relativePivotMetadata,n)),i=s?.results.flatMap(a=>a.entries);this.store.actions.relatives(i)}this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(pe.clusteringHelperCreated))}createClusteringHelper(){var e,r;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let n=this.store.getState().relatives;if(n){let s=n.find(a=>{var o;return((o=a.map)===null||o===void 0?void 0:o.mapId)==this.store.getState().mapId}),i=(r=(e=h.getState().metadataConfiguration)===null||e===void 0?void 0:e.descriptors)!==null&&r!==void 0?r:[];return new L.ClusteringHelper(n,s,this.metadataForSwitchToRelatives,i)}}async navigateToRelativeTopicIfFound(e){var r,n,s;await this.loaded();let i=await(0,L.waitFor)(()=>{var u;return(u=this.store.getState().configuration)===null||u===void 0?void 0:u.relativeTopicPivotMetadata}),a=this.store.getState().mapId,c=await(await this.awaitService()).getRelativesForTopicInMap(a,i,[e]);if(!((s=(n=(r=c?.results)===null||r===void 0?void 0:r[0])===null||n===void 0?void 0:n.entries)===null||s===void 0)&&s[0]){let u=c.results[0].entries[0].topic.tocId;return await this.navigateToTopic(u),!0}else return await this.navigateToTopic("root"),!1}setSearchInDocumentQuery(e){this.store.actions.searchInDocumentQuery(e)}async setTranslationDestinationLanguage(e){this.store.actions.setTranslationDestinationLanguage(e),e&&this.sendDocumentOnDemandTranslateEvent(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationSourceLanguage(e){this.store.actions.setTranslationSourceLanguage(e),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationProfileId(e){this.store.actions.setTranslationProfileId(e)}async setTranslationLoading(e){this.store.actions.setTranslationLoading(e)}async setTranslationError(e){this.store.actions.setTranslationError(e)}getTranslationSettings(){var e;let r=this.store.getState();return r.translation.profileId&&r.translation.destinationLanguage?{profileId:r.translation.profileId,destinationLanguage:r.translation.destinationLanguage.code,sourceLanguage:(e=r.map)===null||e===void 0?void 0:e.lang}:void 0}setLinkPreviewDialogId(e){this.store.actions.linkPreviewDialogId(e)}async fetchMapRating(){var e;this.store.actions.mapRating(await((e=this.service)===null||e===void 0?void 0:e.getMapRating()))}async fetchTopicRating(e){var r;let n=await((r=this.service)===null||r===void 0?void 0:r.getTopicRating(e));n&&this.store.actions.setTopicsRating({[e]:n})}registerMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.add(e),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(e){this.metadataForSwitchToRelatives.delete(e),this.updateClusteringHelper()}getAccurateNavigationData(e,r,n){return this.service.getAccurateNavigationData(e,r?.number,n?.section,this.getTranslationSettings())}buildBreadcrumb(e){var r;return(r=this.service)===null||r===void 0?void 0:r.buildBreadcrumb(e,this.getTranslationSettings())}fetchTopicContent(e){var r,n;let s=this.getTranslationSettings();return s?(this.sendTopicAiTranslateEvent(s.destinationLanguage,e),(r=this.service)===null||r===void 0?void 0:r.getTranslatedTopicContent(e,s).then(i=>(i.isTranslationError&&this.setTranslationError(!0),i.content))):(n=this.service)===null||n===void 0?void 0:n.getTopicContent(e)}getTocNode(e){return this.service.getTocNode(e,this.getTranslationSettings())}getPage(e){return this.service.getPage(e,this.getTranslationSettings())}onMapAttachmentsUpdate(){var e;(e=this.service)===null||e===void 0||e.clearMapAttachments(),this.store.dispatchEvent(new Event(pe.mapAttachmentsUpdate))}async getRelativeDocumentUrlForLocale(e){var r,n,s;this.store.getState().relatives==null&&await this.fetchRelatives();let i=L.ClusteringHelper.findResultWithMetadataValue((r=this.store.getState().relatives)!==null&&r!==void 0?r:[],"ft:locale",e),a=(0,L.accessResultUrl)(i);if(a){let o=this.store.getState().visibleTopics[0],c=(n=this.store.getState().configuration)===null||n===void 0?void 0:n.relativeTopicPivotMetadata;if(c&&o){let u=await((s=this.service)===null||s===void 0?void 0:s.getTopicMetadataValue(o,c));a=Ss(a,u)}}return a}sendDocumentOnDemandTranslateEvent(e){var r;let{editorMode:n,apiIntegrationIdentifier:s,apiIntegrationAppVersion:i}=h.getState(),a=this.store.getState(),o=a.map,c=a.translation.profileId;if(!(n||!o||!s||!i||!c))try{let l={...this.analyticsEventsService.convertMapToAnalyticsDocument(o),title:(r=o.untranslatedTitle)!==null&&r!==void 0?r:o.title};this.analyticsEventsService.sendDocumentOnDemandTranslateEvent({name:"DOCUMENT__ON_DEMAND_TRANSLATE",offline:!1,appName:s,appVersion:i,sourceLanguage:this.parseLanguageToAnalyticsFormat(o.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(e.code),profileId:c,document:l,translationOrigin:ke.AI})}catch(u){console.warn("Failed to send on-demand document translate event:",u)}}sendTopicAiTranslateEvent(e,r){var n;let{editorMode:s,apiIntegrationIdentifier:i,apiIntegrationAppVersion:a}=h.getState(),o=this.store.getState(),c=o.map,u=o.translation.profileId;if(!(s||!c||!i||!a||!u))try{let l=this.buildBreadcrumb(r.tocId);if(!l){console.warn("Failed to build breadcrumb for topic ai translate event");return}let p={...this.analyticsEventsService.convertMapToAnalyticsDocument(c),title:(n=c.untranslatedTitle)!==null&&n!==void 0?n:c.title};this.analyticsEventsService.sendTopicAiTranslateEvent({name:"TOPIC__AI_TRANSLATE",offline:!1,appName:i,appVersion:a,sourceLanguage:this.parseLanguageToAnalyticsFormat(c.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(e),breadcrumb:l.map(y=>{var g;return{tocId:y.tocId,title:(g=y.untranslatedTitle)!==null&&g!==void 0?g:y.title}}),document:p,profileId:u})}catch(l){console.warn("Failed to send topic ai translate event:",l)}}parseLanguageToAnalyticsFormat(e){if(!e)return;let r=e.split("-");return r.length===2?{languageCode:r[0],countryCode:r[1]}:{languageCode:r[0],countryCode:""}}};var As=v(de());var bs=As.css`
5
+ `;var _t=class extends CustomEvent{constructor(e,r){super("ft-reader-map-loaded",{detail:{map:e,toc:r}})}},Tt=class extends CustomEvent{constructor(e,r){super("ft-reader-visible-topics-change",{detail:{visibleTopics:r}})}},Ct=class extends CustomEvent{constructor(e){super("ft-reader-navigation-done",{detail:e})}},wt=class extends CustomEvent{constructor(e){super("ft-reader-load-error",{detail:e})}},xt=class extends Event{constructor(){super("ft-reader-map-not-found")}},Rt=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},It=class extends Event{constructor(){super("ft-reader-map-forbidden")}},Ot=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var U=function(t,e,r,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(i=(s<3?a(i):s>3?a(e,r,i):a(e,r))||i);return s>3&&i&&Object.defineProperty(e,r,i),i},pr=class{constructor(e){this.stateManager=e}searchInDocument(e){this.stateManager.setSearchInDocumentQuery(e??"")}},x=class extends R.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.reloadConfiguration()},this.scrollToTargetDebouncer=new R.Debouncer(5),this.navigationDebouncer=new R.Debouncer(10),this.mapLoadedEventDebouncer=new R.Debouncer(50),this.addStore(h)}render(){return Ne.html`
6
6
  ${this.importStyleIfNeeded()}
7
7
  <slot @register-ft-reader-component=${this.registerComponent}></slot>
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:"")?Fe.nothing:Fe.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:"")?Ne.nothing:Ne.html`
9
9
  <style>
10
10
  @import "${n}"
11
11
  </style>
12
- `}get stateManager(){return this._stateManager==null&&(this._stateManager=ht.build(this.id||(0,O.randomId)(6),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)}window.FluidTopicsReaderService=new or(this.stateManager)}),m.addEventListener(z.eventName,this.updateConfiguration)}disconnectedCallback(){super.disconnectedCallback(),m.addEventListener(z.eventName,this.updateConfiguration)}update(e){super.update(e),e.has("readerServiceProvider")&&this.readerServiceProvider&&this.stateManager.initService(this.readerServiceProvider),e.has("mapId")&&this.mapId&&(this.stateManager.setMapId(this.mapId),this.lastNotifiedNotFoundRelative=void 0),e.has("searchInDocumentQuery")&&this.searchInDocumentQuery!=null&&this.stateManager.setSearchInDocumentQuery(this.searchInDocumentQuery),["tocId","section","page","mapId","topicPivot"].some(r=>e.has(r))&&this.mapId&&this.navigateToTarget(),e.has("session")&&this.reload()}contentAvailableCallback(e){var r,n;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 i=e.get("scrollTarget");i?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>this.stateManager.getAccurateNavigationData(i.tocId,this.currentPage,i).then(s=>this.dispatchEvent(new mt(s))))}(e.has("visibleTopics")||e.has("scrollTarget"))&&((n=this.scrollTarget)===null||n===void 0?void 0:n.tocId)==null&&Promise.all(this.visibleTopics.map(i=>this.stateManager.getAccurateNavigationData(i,this.currentPage))).then(i=>{let s=i.filter(a=>a!=null&&a.topicTitle!=="").map(a=>({tocId:a.tocId,title:a.topicTitle,page:a.page,prettyUrl:a.prettyUrl,prettyUrlDuplicated:a.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(a.tocId)}));this.dispatchEvent(new vt(this.map,s))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload(),await this.navigateToTarget()}async navigateToTarget(){await this.stateManager.loaded(),await this.navigationDebouncer.run(async()=>{this.topicPivot!=null?!await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot)&&this.lastNotifiedNotFoundRelative!==this.mapId+this.topicPivot?(this.dispatchEvent(new At),this.lastNotifiedNotFoundRelative=this.mapId+this.topicPivot):this.lastNotifiedNotFoundRelative=void 0:this.tocId!=null?await this.stateManager.navigateToTopic(this.tocId,this.section,this.page):this.page!=null&&await this.stateManager.navigateToPage(this.page)}),this.tocId&&!this.section&&(this.stateManager.store.commands.clear(/^focus-topic-/),this.stateManager.store.commands.add({type:`focus-topic-${this.tocId}`}))}registerComponent(e){e.stopPropagation();let r=e.composedPath()[0];this.register(r)}register(e){e.setReaderStateManager(this.stateManager)}handleLoadError(e){let r=e;r.status===401?this.dispatchEvent(new bt):r.status===403?this.dispatchEvent(new Et):r.status===404?this.dispatchEvent(new yt):this.dispatchEvent(new gt(e))}reloadBookmarks(){er.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.dispatchEvent(new CustomEvent("rating-changed"))}sendLoadedEventIfLoaded(){this.mapLoadedEventDebouncer.run(()=>{this.map&&this.toc&&this.dispatchEvent(new ft(this.map,this.toc))})}};w.styles=pi;k([(0,O.redux)({store:m.name})],w.prototype,"baseUrl",void 0);k([(0,O.redux)({store:m.name})],w.prototype,"session",void 0);k([(0,pe.property)()],w.prototype,"mapId",void 0);k([(0,pe.property)()],w.prototype,"tocId",void 0);k([(0,pe.property)()],w.prototype,"section",void 0);k([(0,pe.property)()],w.prototype,"topicPivot",void 0);k([(0,pe.property)()],w.prototype,"searchInDocumentQuery",void 0);k([(0,O.numberProperty)({min:1})],w.prototype,"page",void 0);k([(0,O.redux)({store:"reader"})],w.prototype,"map",void 0);k([(0,O.redux)({store:"reader"})],w.prototype,"toc",void 0);k([(0,O.redux)({store:"reader"})],w.prototype,"visibleTopics",void 0);k([(0,O.redux)({store:"reader"})],w.prototype,"currentPage",void 0);k([(0,O.redux)({store:"reader"})],w.prototype,"scrollTarget",void 0);k([(0,pe.property)({attribute:!1})],w.prototype,"readerServiceProvider",void 0);var hi={"ft-reader-context":w};(0,fi.customElements)(hi);})();
12
+ `}get stateManager(){return this._stateManager==null&&(this._stateManager=bt.build(this.id||(0,R.randomId)(6),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)}window.FluidTopicsReaderService=new pr(this.stateManager)}),h.addEventListener(X.eventName,this.updateConfiguration)}disconnectedCallback(){super.disconnectedCallback(),h.addEventListener(X.eventName,this.updateConfiguration)}update(e){super.update(e),e.has("readerServiceProvider")&&this.readerServiceProvider&&this.stateManager.initService(this.readerServiceProvider),e.has("mapId")&&this.mapId&&(this.stateManager.setMapId(this.mapId),this.lastNotifiedNotFoundRelative=void 0),e.has("searchInDocumentQuery")&&this.searchInDocumentQuery!=null&&this.stateManager.setSearchInDocumentQuery(this.searchInDocumentQuery),["tocId","section","page","mapId","topicPivot"].some(r=>e.has(r))&&this.mapId&&this.navigateToTarget(),e.has("session")&&this.reload()}contentAvailableCallback(e){var r,n;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 s=e.get("scrollTarget");s?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>this.stateManager.getAccurateNavigationData(s.tocId,this.currentPage,s).then(i=>this.dispatchEvent(new Ct(i))))}(e.has("visibleTopics")||e.has("scrollTarget"))&&((n=this.scrollTarget)===null||n===void 0?void 0:n.tocId)==null&&Promise.all(this.visibleTopics.map(s=>this.stateManager.getAccurateNavigationData(s,this.currentPage))).then(s=>{let i=s.filter(a=>a!=null&&a.topicTitle!=="").map(a=>({tocId:a.tocId,title:a.topicTitle,page:a.page,prettyUrl:a.prettyUrl,prettyUrlDuplicated:a.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(a.tocId)}));this.dispatchEvent(new Tt(this.map,i))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload(),await this.navigateToTarget()}async navigateToTarget(){await this.stateManager.loaded(),await this.navigationDebouncer.run(async()=>{this.topicPivot!=null?!await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot)&&this.lastNotifiedNotFoundRelative!==this.mapId+this.topicPivot?(this.dispatchEvent(new Ot),this.lastNotifiedNotFoundRelative=this.mapId+this.topicPivot):this.lastNotifiedNotFoundRelative=void 0:this.tocId!=null?await this.stateManager.navigateToTopic(this.tocId,this.section,this.page):this.page!=null&&await this.stateManager.navigateToPage(this.page)}),this.tocId&&!this.section&&(this.stateManager.store.commands.clear(/^focus-topic-/),this.stateManager.store.commands.add({type:`focus-topic-${this.tocId}`}))}registerComponent(e){e.stopPropagation();let r=e.composedPath()[0];this.register(r)}register(e){e.setReaderStateManager(this.stateManager)}handleLoadError(e){let r=e;r.status===401?this.dispatchEvent(new Rt):r.status===403?this.dispatchEvent(new It):r.status===404?this.dispatchEvent(new xt):this.dispatchEvent(new wt(e))}reloadBookmarks(){ir.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.dispatchEvent(new CustomEvent("rating-changed"))}sendLoadedEventIfLoaded(){this.mapLoadedEventDebouncer.run(()=>{this.map&&this.toc&&this.dispatchEvent(new _t(this.map,this.toc))})}};x.styles=bs;U([(0,R.redux)({store:h.name})],x.prototype,"baseUrl",void 0);U([(0,R.redux)({store:h.name})],x.prototype,"session",void 0);U([(0,le.property)()],x.prototype,"mapId",void 0);U([(0,le.property)()],x.prototype,"tocId",void 0);U([(0,le.property)()],x.prototype,"section",void 0);U([(0,le.property)()],x.prototype,"topicPivot",void 0);U([(0,le.property)()],x.prototype,"searchInDocumentQuery",void 0);U([(0,R.numberProperty)({min:1})],x.prototype,"page",void 0);U([(0,R.redux)({store:"reader"})],x.prototype,"map",void 0);U([(0,R.redux)({store:"reader"})],x.prototype,"toc",void 0);U([(0,R.redux)({store:"reader"})],x.prototype,"visibleTopics",void 0);U([(0,R.redux)({store:"reader"})],x.prototype,"currentPage",void 0);U([(0,R.redux)({store:"reader"})],x.prototype,"scrollTarget",void 0);U([(0,le.property)({attribute:!1})],x.prototype,"readerServiceProvider",void 0);var _s={"ft-reader-context":x};(0,Ts.customElements)(_s);})();
13
13
  /*! Bundled license information:
14
14
 
15
15
  @lit/reactive-element/css-tag.js: