@fluid-topics/ft-search-result-missing-terms 1.2.59 → 1.2.61
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
`;var Mt=E(F());var Wn=E(F());var yo=E(Y()),G=E(K()),Q=E(F());var po=E(Y());var fo=po.css`
|
|
8
8
|
`;var yt=E(F()),pi="ft-app-info",rr=class extends CustomEvent{constructor(t){super("authentication-change",{detail:t})}},fi={session:(r,t)=>{(0,yt.deepEqual)(r.session,t.payload)||(r.session=t.payload,setTimeout(()=>w.dispatchEvent(new rr(t.payload)),0))}},w=yt.FtReduxStore.get({name:pi,reducers:fi,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var ee=E(F());var or=E(F());var ve=class r{static get(t){let{baseUrl:o,apiIntegrationIdentifier:n}=w.getState(),i=t??n;if(o&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,i,!0)}static await(t){return new Promise(o=>{let n=r.get(t);if(n)o(n);else{let i=w.subscribe(()=>{n=r.get(t),n&&(i(),o(n))})}})}};var Qe=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:ve.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ve.await()}};var re=class extends Qe{constructor(t=!0,o){var n;super(o);let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new or.CacheRegistry,this.cache=t?i.commonCache:new or.CacheRegistry}clearCache(){this.cache.clearAll()}};var ho,hi=Symbol("clearAfterUnitTest"),gt=class extends re{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[ho]=()=>{this.defaultMessages={},this.cache=new ee.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var n;if(t=t.toLowerCase(),o&&Object.keys(o).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...o};(0,ee.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var o,n;return this.fetchContext(t),(n=(o=this.cache.getNow(t))===null||o===void 0?void 0:o.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,o){let n=t.toLowerCase();return this.resolveContext(n)[o]}resolveMessage(t,o,...n){var i;let s=t.toLowerCase(),l=this.resolveContext(s);return new ee.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},l).resolve(o,...n)}async fetchContext(t){let o=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t))}catch(i){!(i instanceof ee.CanceledPromiseError)&&o&&console.error(i)}return o&&await this.notify(t),n}subscribe(t,o){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(o),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(t=>this.notify(t)))}async notify(t){this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(o=>(0,ee.delay)(0).then(()=>o()).catch(()=>null)))}};ho=hi;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends gt{constructor(){super(async(r,t)=>(await this.awaitApi).getFluidTopicsMessageContext(r,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends gt{constructor(){super(async(r,t)=>(await this.awaitApi).getCustomMessageContext(r,t))}});var Te=window.FluidTopicsI18nService,mt=window.FluidTopicsCustomI18nService;var z=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},D=class extends Q.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>ve.get(),this.messageContexts=[],this.cache=new Q.CacheRegistry,this.cleanSessionDebouncer=new Q.Debouncer}render(){return yo.html`
|
|
9
9
|
<slot></slot>
|
|
10
|
-
`}update(t){var o,n,i,s,l;super.update(t),t.has("baseUrl")&&(w.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&w.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&w.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&w.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&w.actions.noCustom(this.noCustom),t.has("editorMode")&&w.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&w.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&w.actions.session(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(d=>Te.addContext(d)),t.has("openExternalDocumentInNewTab")&&w.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&w.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&w.actions.forcedOffline(this.forcedOffline),t.has("localesConfiguration")&&(w.actions.defaultLocales((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),w.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),w.actions.searchInAllLanguagesAllowed((l=(s=this.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed)!==null&&l!==void 0?l:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}};D.elementDefinitions={};D.styles=fo;z([(0,G.property)()],D.prototype,"baseUrl",void 0);z([(0,G.property)()],D.prototype,"apiIntegrationIdentifier",void 0);z([(0,G.property)()],D.prototype,"uiLocale",void 0);z([(0,Q.jsonProperty)(null)],D.prototype,"availableUiLocales",void 0);z([(0,Q.jsonProperty)(null)],D.prototype,"metadataConfiguration",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"editorMode",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"noCustom",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"openExternalDocumentInNewTab",void 0);z([(0,G.property)({converter:{fromAttribute(r){return r==="false"?!1:r==="true"||(r??!1)}}})],D.prototype,"noCustomComponent",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"withManualResources",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"navigatorOnline",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"forcedOffline",void 0);z([(0,G.property)({type:Object})],D.prototype,"apiProvider",void 0);z([(0,Q.jsonProperty)([])],D.prototype,"messageContexts",void 0);z([(0,Q.jsonProperty)(void 0)],D.prototype,"session",void 0);z([(0,G.state)()],D.prototype,"localesConfiguration",void 0);var ts=E(K());function yi(r,t){if(r===t)return!0;if(r&&t&&typeof r=="object"&&typeof t=="object"){if(r.constructor!==t.constructor)return!1;var o,n,i;if(Array.isArray(r)){if(o=r.length,o!=t.length)return!1;for(n=o;n--!==0;)if(!bt(r[n],t[n]))return!1;return!0}if(r instanceof Map&&t instanceof Map){if(r.size!==t.size)return!1;for(n of r.entries())if(!t.has(n[0]))return!1;for(n of r.entries())if(!bt(n[1],t.get(n[0])))return!1;return!0}if(r instanceof Set&&t instanceof Set){if(r.size!==t.size)return!1;for(n of r.entries())if(!t.has(n[0]))return!1;return!0}if(r.constructor===RegExp)return r.source===t.source&&r.flags===t.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===t.valueOf();let s=l=>Object.keys(l).filter(d=>l[d]!=null);if(i=s(r),o=i.length,o!==s(t).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[n]))return!1;for(n=o;n--!==0;){let l=i[n];if(!bt(r[l],t[l]))return!1}return!0}return r!==r&&t!==t||r==null&&t==null}function bt(r,t){try{return yi(r,t)}catch{return!1}}function xt(r,t){return!bt(r,t)}var gi=E(K(),1);var vt=class{constructor(){this.queue=[]}add(t,o=!1){o&&this.clear(t.type),this.queue.push(t)}consume(t){let o=this.queue.find(n=>n.type===t);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(t){typeof t=="string"?this.queue=this.queue.filter(o=>o.type!==t):this.queue=this.queue.filter(o=>!t.test(o.type))}};var _e=E(K(),1);var go=E(K(),1);function mo(r,t){let o=()=>JSON.parse(JSON.stringify(r));return(0,go.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:xt,...t??{}})}var St=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,o;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,s=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let l of n)try{await l()}catch(d){i(d);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 xo=E(Y(),1);var Ot=globalThis,mi=Ot.ShadowRoot&&(Ot.ShadyCSS===void 0||Ot.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,rc=Symbol();var bo=(r,t)=>{if(mi)r.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of t){let n=document.createElement("style"),i=Ot.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,r.appendChild(n)}};var Ct=class extends xo.LitElement{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([i,s])=>t.registry.define(i,s)));let o={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return bo(n,t.elementStyles),n}};function vo(r,t,...o){var n;let i=r.querySelector(t);for(let s of o)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var Xe=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},Eo,So=Symbol("constructorPrototype"),Oo=Symbol("constructorName"),wo=Symbol("exportpartsDebouncer"),Co=Symbol("dynamicDependenciesLoaded"),oe=class extends Ct{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Eo]=new St(5),this[Oo]=this.constructor.name,this[So]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Oo]&&Object.setPrototypeOf(this,this[So])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let t=this.constructor;t[Co]||(t[Co]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:o,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];o=vo(this.shadowRoot,...s)}o?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||o?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var o,n,i;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(t.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)}}scheduleExportpartsUpdate(){var t,o,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[wo].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)})}setExportpartsAttribute(t){var o,n,i,s,l,d;let u=g=>g!=null&&g.trim().length>0,p=t.filter(u).map(g=>g.trim());if(p.length===0){this.removeAttribute("exportparts");return}let y=new Set;for(let g of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let v=(s=(i=g.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],b=(d=(l=g.getAttribute("exportparts"))===null||l===void 0?void 0:l.split(",").map(S=>S.split(":")[1]))!==null&&d!==void 0?d:[];new Array(...v,...b).filter(u).map(S=>S.trim()).forEach(S=>y.add(S))}if(y.size===0){this.removeAttribute("exportparts");return}let h=[...y.values()].flatMap(g=>p.map(v=>`${g}:${v}--${g}`));this.setAttribute("exportparts",[...this.part,...h].join(", "))}};Eo=wo;Xe([(0,_e.property)()],oe.prototype,"exportpartsPrefix",void 0);Xe([mo([])],oe.prototype,"exportpartsPrefixes",void 0);Xe([(0,_e.property)()],oe.prototype,"customStylesheet",void 0);Xe([(0,_e.property)()],oe.prototype,"elementToFocus",void 0);Xe([(0,_e.state)()],oe.prototype,"useAdoptedStyleSheets",void 0);function Je(r){var t;return(t=r?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Ao,Io,No,et=Symbol("internalReduxEventsUnsubscribers"),ce=Symbol("internalStoresUnsubscribers"),Se=Symbol("internalStores"),tt=class extends oe{constructor(){super(...arguments),this[Ao]=new Map,this[Io]=new Map,this[No]=new Map}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(o=>t.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[Se].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Se].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[Se].get(t)}addStore(t,o){var n;o=(n=o??(Je(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this[Se].set(o,t),this.subscribeToStore(o,t),this.updateFromStores()}removeStore(t){let o=typeof t=="string"?t:t.name;this.unsubscribeFromStore(o),this[Se].delete(o)}setupStores(){this.unsubscribeFromStores(),this[Se].forEach((t,o)=>this.subscribeToStore(o,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let i=this.getStore(t.store);i&&(t.store?this[ce].has(t.store):this[ce].size>0)&&(this[o]=t.selector(i.getState(),this))}})}subscribeToStore(t,o){var n;this[ce].set(t,o.subscribe(()=>this.updateFromStores())),this[et].set(t,[]),Je(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,s)=>{if(typeof this[s]=="function"&&(!i.store||o.name===i.store)){let l=d=>this[s](d);o.addEventListener(i.eventName,l),this[et].get(t).push(()=>o.removeEventListener(i.eventName,l))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[ce].forEach((t,o)=>this.unsubscribeFromStore(o))}unsubscribeFromStore(t){var o;this[ce].has(t)&&this[ce].get(t)(),this[ce].delete(t),(o=this[et].get(t))===null||o===void 0||o.forEach(n=>n()),this[et].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Ao=ce,Io=Se,No=et;tt.reduxProperties=new Map;tt.reduxReactiveProperties=new Set;tt.reduxEventListeners=new Map;function V(r){for(var t=arguments.length,o=Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];if(0)var i,s;throw Error("[Immer] minified error nr: "+r+(o.length?" "+o.map(function(l){return"'"+l+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ne(r){return!!r&&!!r[L]}function X(r){var t;return!!r&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===wi}(r)||Array.isArray(r)||!!r[Fo]||!!(!((t=r.constructor)===null||t===void 0)&&t[Fo])||pr(r)||fr(r))}function Oe(r,t,o){o===void 0&&(o=!1),ke(r)===0?(o?Object.keys:Le)(r).forEach(function(n){o&&typeof n=="symbol"||t(n,r[n],r)}):r.forEach(function(n,i){return t(i,n,r)})}function ke(r){var t=r[L];return t?t.i>3?t.i-4:t.i:Array.isArray(r)?1:pr(r)?2:fr(r)?3:0}function Pe(r,t){return ke(r)===2?r.has(t):Object.prototype.hasOwnProperty.call(r,t)}function bi(r,t){return ke(r)===2?r.get(t):r[t]}function Do(r,t,o){var n=ke(r);n===2?r.set(t,o):n===3?r.add(o):r[t]=o}function Uo(r,t){return r===t?r!==0||1/r==1/t:r!=r&&t!=t}function pr(r){return Ci&&r instanceof Map}function fr(r){return Ei&&r instanceof Set}function le(r){return r.o||r.t}function hr(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var t=Wo(r);delete t[L];for(var o=Le(t),n=0;n<o.length;n++){var i=o[n],s=t[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:r[i]})}return Object.create(Object.getPrototypeOf(r),t)}function yr(r,t){return t===void 0&&(t=!1),gr(r)||ne(r)||!X(r)||(ke(r)>1&&(r.set=r.add=r.clear=r.delete=xi),Object.freeze(r),t&&Oe(r,function(o,n){return yr(n,!0)},!0)),r}function xi(){V(2)}function gr(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function te(r){var t=ur[r];return t||V(18,r),t}function vi(r,t){ur[r]||(ur[r]=t)}function cr(){return ot}function nr(r,t){t&&(te("Patches"),r.u=[],r.s=[],r.v=t)}function Et(r){lr(r),r.p.forEach(Si),r.p=null}function lr(r){r===ot&&(ot=r.l)}function Ro(r){return ot={p:[],l:ot,h:r,m:!0,_:0}}function Si(r){var t=r[L];t.i===0||t.i===1?t.j():t.g=!0}function ar(r,t){t._=t.p.length;var o=t.p[0],n=r!==void 0&&r!==o;return t.h.O||te("ES5").S(t,r,n),n?(o[L].P&&(Et(t),V(4)),X(r)&&(r=wt(t,r),t.l||At(t,r)),t.u&&te("Patches").M(o[L].t,r,t.u,t.s)):r=wt(t,o,[]),Et(t),t.u&&t.v(t.u,t.s),r!==Mo?r:void 0}function wt(r,t,o){if(gr(t))return t;var n=t[L];if(!n)return Oe(t,function(d,u){return To(r,n,t,d,u,o)},!0),t;if(n.A!==r)return t;if(!n.P)return At(r,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=hr(n.k):n.o,s=i,l=!1;n.i===3&&(s=new Set(i),i.clear(),l=!0),Oe(s,function(d,u){return To(r,n,i,d,u,o,l)}),At(r,i,!1),o&&r.u&&te("Patches").N(n,o,r.u,r.s)}return n.o}function To(r,t,o,n,i,s,l){if(ne(i)){var d=wt(r,i,s&&t&&t.i!==3&&!Pe(t.R,n)?s.concat(n):void 0);if(Do(o,n,d),!ne(d))return;r.m=!1}else l&&o.add(i);if(X(i)&&!gr(i)){if(!r.h.D&&r._<1)return;wt(r,i),t&&t.A.l||At(r,i)}}function At(r,t,o){o===void 0&&(o=!1),!r.l&&r.h.D&&r.m&&yr(t,o)}function ir(r,t){var o=r[L];return(o?le(o):r)[t]}function _o(r,t){if(t in r)for(var o=Object.getPrototypeOf(r);o;){var n=Object.getOwnPropertyDescriptor(o,t);if(n)return n;o=Object.getPrototypeOf(o)}}function de(r){r.P||(r.P=!0,r.l&&de(r.l))}function sr(r){r.o||(r.o=hr(r.t))}function dr(r,t,o){var n=pr(t)?te("MapSet").F(t,o):fr(t)?te("MapSet").T(t,o):r.O?function(i,s){var l=Array.isArray(i),d={i:l?1:0,A:s?s.A:cr(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},u=d,p=nt;l&&(u=[d],p=rt);var y=Proxy.revocable(u,p),h=y.revoke,g=y.proxy;return d.k=g,d.j=h,g}(t,o):te("ES5").J(t,o);return(o?o.A:cr()).p.push(n),n}function Oi(r){return ne(r)||V(22,r),function t(o){if(!X(o))return o;var n,i=o[L],s=ke(o);if(i){if(!i.P&&(i.i<4||!te("ES5").K(i)))return i.t;i.I=!0,n=Po(o,s),i.I=!1}else n=Po(o,s);return Oe(n,function(l,d){i&&bi(i.t,l)===d||Do(n,l,t(d))}),s===3?new Set(n):n}(r)}function Po(r,t){switch(t){case 2:return new Map(r);case 3:return Array.from(r)}return hr(r)}function Bo(){function r(l,d){var u=s[l];return u?u.enumerable=d:s[l]=u={configurable:!0,enumerable:d,get:function(){var p=this[L];return nt.get(p,l)},set:function(p){var y=this[L];nt.set(y,l,p)}},u}function t(l){for(var d=l.length-1;d>=0;d--){var u=l[d][L];if(!u.P)switch(u.i){case 5:n(u)&&de(u);break;case 4:o(u)&&de(u)}}}function o(l){for(var d=l.t,u=l.k,p=Le(u),y=p.length-1;y>=0;y--){var h=p[y];if(h!==L){var g=d[h];if(g===void 0&&!Pe(d,h))return!0;var v=u[h],b=v&&v[L];if(b?b.t!==g:!Uo(v,g))return!0}}var S=!!d[L];return p.length!==Le(d).length+(S?0:1)}function n(l){var d=l.k;if(d.length!==l.t.length)return!0;var u=Object.getOwnPropertyDescriptor(d,d.length-1);if(u&&!u.get)return!0;for(var p=0;p<d.length;p++)if(!d.hasOwnProperty(p))return!0;return!1}function i(l){l.g&&V(3,JSON.stringify(le(l)))}var s={};vi("ES5",{J:function(l,d){var u=Array.isArray(l),p=function(h,g){if(h){for(var v=Array(g.length),b=0;b<g.length;b++)Object.defineProperty(v,""+b,r(b,!0));return v}var S=Wo(g);delete S[L];for(var R=Le(S),A=0;A<R.length;A++){var I=R[A];S[I]=r(I,h||!!S[I].enumerable)}return Object.create(Object.getPrototypeOf(g),S)}(u,l),y={i:u?5:4,A:d?d.A:cr(),P:!1,I:!1,R:{},l:d,t:l,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,L,{value:y,writable:!0}),p},S:function(l,d,u){u?ne(d)&&d[L].A===l&&t(l.p):(l.u&&function p(y){if(y&&typeof y=="object"){var h=y[L];if(h){var g=h.t,v=h.k,b=h.R,S=h.i;if(S===4)Oe(v,function(T){T!==L&&(g[T]!==void 0||Pe(g,T)?b[T]||p(v[T]):(b[T]=!0,de(h)))}),Oe(g,function(T){v[T]!==void 0||Pe(v,T)||(b[T]=!1,de(h))});else if(S===5){if(n(h)&&(de(h),b.length=!0),v.length<g.length)for(var R=v.length;R<g.length;R++)b[R]=!1;else for(var A=g.length;A<v.length;A++)b[A]=!0;for(var I=Math.min(v.length,g.length),P=0;P<I;P++)v.hasOwnProperty(P)||(b[P]=!0),b[P]===void 0&&p(v[P])}}}}(l.p[0]),t(l.p))},K:function(l){return l.i===4?o(l):n(l)}})}var Lo,ot,mr=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Ci=typeof Map<"u",Ei=typeof Set<"u",ko=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Mo=mr?Symbol.for("immer-nothing"):((Lo={})["immer-nothing"]=!0,Lo),Fo=mr?Symbol.for("immer-draftable"):"__$immer_draftable",L=mr?Symbol.for("immer-state"):"__$immer_state";var wi=""+Object.prototype.constructor,Le=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,Wo=Object.getOwnPropertyDescriptors||function(r){var t={};return Le(r).forEach(function(o){t[o]=Object.getOwnPropertyDescriptor(r,o)}),t},ur={},nt={get:function(r,t){if(t===L)return r;var o=le(r);if(!Pe(o,t))return function(i,s,l){var d,u=_o(s,l);return u?"value"in u?u.value:(d=u.get)===null||d===void 0?void 0:d.call(i.k):void 0}(r,o,t);var n=o[t];return r.I||!X(n)?n:n===ir(r.t,t)?(sr(r),r.o[t]=dr(r.A.h,n,r)):n},has:function(r,t){return t in le(r)},ownKeys:function(r){return Reflect.ownKeys(le(r))},set:function(r,t,o){var n=_o(le(r),t);if(n?.set)return n.set.call(r.k,o),!0;if(!r.P){var i=ir(le(r),t),s=i?.[L];if(s&&s.t===o)return r.o[t]=o,r.R[t]=!1,!0;if(Uo(o,i)&&(o!==void 0||Pe(r.t,t)))return!0;sr(r),de(r)}return r.o[t]===o&&(o!==void 0||t in r.o)||Number.isNaN(o)&&Number.isNaN(r.o[t])||(r.o[t]=o,r.R[t]=!0),!0},deleteProperty:function(r,t){return ir(r.t,t)!==void 0||t in r.t?(r.R[t]=!1,sr(r),de(r)):delete r.R[t],r.o&&delete r.o[t],!0},getOwnPropertyDescriptor:function(r,t){var o=le(r),n=Reflect.getOwnPropertyDescriptor(o,t);return n&&{writable:!0,configurable:r.i!==1||t!=="length",enumerable:n.enumerable,value:o[t]}},defineProperty:function(){V(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){V(12)}},rt={};Oe(nt,function(r,t){rt[r]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),rt.deleteProperty=function(r,t){return rt.set.call(this,r,t,void 0)},rt.set=function(r,t,o){return nt.set.call(this,r[0],t,o,r[0])};var Ai=function(){function r(o){var n=this;this.O=ko,this.D=!0,this.produce=function(i,s,l){if(typeof i=="function"&&typeof s!="function"){var d=s;s=i;var u=n;return function(S){var R=this;S===void 0&&(S=d);for(var A=arguments.length,I=Array(A>1?A-1:0),P=1;P<A;P++)I[P-1]=arguments[P];return u.produce(S,function(T){var M;return(M=s).call.apply(M,[R,T].concat(I))})}}var p;if(typeof s!="function"&&V(6),l!==void 0&&typeof l!="function"&&V(7),X(i)){var y=Ro(n),h=dr(n,i,void 0),g=!0;try{p=s(h),g=!1}finally{g?Et(y):lr(y)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(S){return nr(y,l),ar(S,y)},function(S){throw Et(y),S}):(nr(y,l),ar(p,y))}if(!i||typeof i!="object"){if((p=s(i))===void 0&&(p=i),p===Mo&&(p=void 0),n.D&&yr(p,!0),l){var v=[],b=[];te("Patches").M(i,p,v,b),l(v,b)}return p}V(21,i)},this.produceWithPatches=function(i,s){if(typeof i=="function")return function(p){for(var y=arguments.length,h=Array(y>1?y-1:0),g=1;g<y;g++)h[g-1]=arguments[g];return n.produceWithPatches(p,function(v){return i.apply(void 0,[v].concat(h))})};var l,d,u=n.produce(i,s,function(p,y){l=p,d=y});return typeof Promise<"u"&&u instanceof Promise?u.then(function(p){return[p,l,d]}):[u,l,d]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var t=r.prototype;return t.createDraft=function(o){X(o)||V(8),ne(o)&&(o=Oi(o));var n=Ro(this),i=dr(this,o,void 0);return i[L].C=!0,lr(n),i},t.finishDraft=function(o,n){var i=o&&o[L],s=i.A;return nr(s,n),ar(void 0,s)},t.setAutoFreeze=function(o){this.D=o},t.setUseProxies=function(o){o&&!ko&&V(20),this.O=o},t.applyPatches=function(o,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){o=s.value;break}}i>-1&&(n=n.slice(i+1));var l=te("Patches").$;return ne(o)?l(o,n):this.produce(o,function(d){return l(d,n)})},r}(),$=new Ai,Ii=$.produce,gc=$.produceWithPatches.bind($),mc=$.setAutoFreeze.bind($),bc=$.setUseProxies.bind($),xc=$.applyPatches.bind($),vc=$.createDraft.bind($),Sc=$.finishDraft.bind($),It=Ii;function Ce(r){"@babel/helpers - typeof";return Ce=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ce(r)}function zo(r,t){if(Ce(r)!="object"||!r)return r;var o=r[Symbol.toPrimitive];if(o!==void 0){var n=o.call(r,t||"default");if(Ce(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(r)}function Ho(r){var t=zo(r,"string");return Ce(t)=="symbol"?t:t+""}function jo(r,t,o){return(t=Ho(t))in r?Object.defineProperty(r,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[t]=o,r}function Go(r,t){var o=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(r,i).enumerable})),o.push.apply(o,n)}return o}function br(r){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?Go(Object(o),!0).forEach(function(n){jo(r,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):Go(Object(o)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(o,n))})}return r}function H(r){return"Minified Redux error #"+r+"; visit https://redux.js.org/Errors?code="+r+" for the full message or use the non-minified dev environment for full errors. "}var $o=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),xr=function(){return Math.random().toString(36).substring(7).split("").join(".")},Nt={INIT:"@@redux/INIT"+xr(),REPLACE:"@@redux/REPLACE"+xr(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+xr()}};function Ni(r){if(typeof r!="object"||r===null)return!1;for(var t=r;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(r)===t}function vr(r,t,o){var n;if(typeof t=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(H(0));if(typeof t=="function"&&typeof o>"u"&&(o=t,t=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(H(1));return o(vr)(r,t)}if(typeof r!="function")throw new Error(H(2));var i=r,s=t,l=[],d=l,u=!1;function p(){d===l&&(d=l.slice())}function y(){if(u)throw new Error(H(3));return s}function h(S){if(typeof S!="function")throw new Error(H(4));if(u)throw new Error(H(5));var R=!0;return p(),d.push(S),function(){if(R){if(u)throw new Error(H(6));R=!1,p();var I=d.indexOf(S);d.splice(I,1),l=null}}}function g(S){if(!Ni(S))throw new Error(H(7));if(typeof S.type>"u")throw new Error(H(8));if(u)throw new Error(H(9));try{u=!0,s=i(s,S)}finally{u=!1}for(var R=l=d,A=0;A<R.length;A++){var I=R[A];I()}return S}function v(S){if(typeof S!="function")throw new Error(H(10));i=S,g({type:Nt.REPLACE})}function b(){var S,R=h;return S={subscribe:function(I){if(typeof I!="object"||I===null)throw new Error(H(11));function P(){I.next&&I.next(y())}P();var T=R(P);return{unsubscribe:T}}},S[$o]=function(){return this},S}return g({type:Nt.INIT}),n={dispatch:g,subscribe:h,getState:y,replaceReducer:v},n[$o]=b,n}function Ri(r){Object.keys(r).forEach(function(t){var o=r[t],n=o(void 0,{type:Nt.INIT});if(typeof n>"u")throw new Error(H(12));if(typeof o(void 0,{type:Nt.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(H(13))})}function Ko(r){for(var t=Object.keys(r),o={},n=0;n<t.length;n++){var i=t[n];typeof r[i]=="function"&&(o[i]=r[i])}var s=Object.keys(o),l,d;try{Ri(o)}catch(u){d=u}return function(p,y){if(p===void 0&&(p={}),d)throw d;if(0)var h;for(var g=!1,v={},b=0;b<s.length;b++){var S=s[b],R=o[S],A=p[S],I=R(A,y);if(typeof I>"u"){var P=y&&y.type;throw new Error(H(14))}v[S]=I,g=g||I!==A}return g=g||s.length!==Object.keys(p).length,g?v:p}}function Fe(){for(var r=arguments.length,t=new Array(r),o=0;o<r;o++)t[o]=arguments[o];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Vo(){for(var r=arguments.length,t=new Array(r),o=0;o<r;o++)t[o]=arguments[o];return function(n){return function(){var i=n.apply(void 0,arguments),s=function(){throw new Error(H(15))},l={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},d=t.map(function(u){return u(l)});return s=Fe.apply(void 0,d)(i.dispatch),br(br({},i),{},{dispatch:s})}}}function Zo(r){var t=function(n){var i=n.dispatch,s=n.getState;return function(l){return function(d){return typeof d=="function"?d(i,s,r):l(d)}}};return t}var qo=Zo();qo.withExtraArgument=Zo;var Sr=qo;var en=function(){var r=function(t,o){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},r(t,o)};return function(t,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");r(t,o);function n(){this.constructor=t}t.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),Ti=function(r,t){var o={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,l;return l={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function d(p){return function(y){return u([p,y])}}function u(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,i&&(s=p[0]&2?i.return:p[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,p[1])).done)return s;switch(i=0,s&&(p=[p[0]&2,s.value]),p[0]){case 0:case 1:s=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,i=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(s=o.trys,!(s=s.length>0&&s[s.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!s||p[1]>s[0]&&p[1]<s[3])){o.label=p[1];break}if(p[0]===6&&o.label<s[1]){o.label=s[1],s=p;break}if(s&&o.label<s[2]){o.label=s[2],o.ops.push(p);break}s[2]&&o.ops.pop(),o.trys.pop();continue}p=t.call(r,o)}catch(y){p=[6,y],i=0}finally{n=s=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},De=function(r,t){for(var o=0,n=t.length,i=r.length;o<n;o++,i++)r[i]=t[o];return r},_i=Object.defineProperty,Pi=Object.defineProperties,Li=Object.getOwnPropertyDescriptors,Yo=Object.getOwnPropertySymbols,ki=Object.prototype.hasOwnProperty,Fi=Object.prototype.propertyIsEnumerable,Qo=function(r,t,o){return t in r?_i(r,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):r[t]=o},ue=function(r,t){for(var o in t||(t={}))ki.call(t,o)&&Qo(r,o,t[o]);if(Yo)for(var n=0,i=Yo(t);n<i.length;n++){var o=i[n];Fi.call(t,o)&&Qo(r,o,t[o])}return r},Or=function(r,t){return Pi(r,Li(t))},Di=function(r,t,o){return new Promise(function(n,i){var s=function(u){try{d(o.next(u))}catch(p){i(p)}},l=function(u){try{d(o.throw(u))}catch(p){i(p)}},d=function(u){return u.done?n(u.value):Promise.resolve(u.value).then(s,l)};d((o=o.apply(r,t)).next())})};var Ui=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Fe:Fe.apply(null,arguments)},Mc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function Bi(r){if(typeof r!="object"||r===null)return!1;var t=Object.getPrototypeOf(r);if(t===null)return!0;for(var o=t;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return t===o}var Mi=function(r){en(t,r);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=r.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return r.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,De([void 0],o[0].concat(this)))):new(t.bind.apply(t,De([void 0],o.concat(this))))},t}(Array),Wi=function(r){en(t,r);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=r.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return r.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,De([void 0],o[0].concat(this)))):new(t.bind.apply(t,De([void 0],o.concat(this))))},t}(Array);function wr(r){return X(r)?It(r,function(){}):r}function zi(r){return typeof r=="boolean"}function Hi(){return function(t){return ji(t)}}function ji(r){r===void 0&&(r={});var t=r.thunk,o=t===void 0?!0:t,n=r.immutableCheck,i=n===void 0?!0:n,s=r.serializableCheck,l=s===void 0?!0:s,d=new Mi;if(o&&(zi(o)?d.push(Sr):d.push(Sr.withExtraArgument(o.extraArgument))),0){if(i)var u;if(l)var p}return d}var Cr=!0;function tn(r){var t=Hi(),o=r||{},n=o.reducer,i=n===void 0?void 0:n,s=o.middleware,l=s===void 0?t():s,d=o.devTools,u=d===void 0?!0:d,p=o.preloadedState,y=p===void 0?void 0:p,h=o.enhancers,g=h===void 0?void 0:h,v;if(typeof i=="function")v=i;else if(Bi(i))v=Ko(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 b=l;if(typeof b=="function"&&(b=b(t),!Cr&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Cr&&b.some(function(T){return typeof T!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=Vo.apply(void 0,b),R=Fe;u&&(R=Ui(ue({trace:!Cr},typeof u=="object"&&u)));var A=new Wi(S),I=A;Array.isArray(g)?I=De([S],g):typeof g=="function"&&(I=g(A));var P=R.apply(void 0,I);return vr(v,y,P)}function pe(r,t){function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var s=t.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return ue(ue({type:r,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.error})}return{type:r,payload:n[0]}}return o.toString=function(){return""+r},o.type=r,o.match=function(n){return n.type===r},o}function rn(r){var t={},o=[],n,i={addCase:function(s,l){var d=typeof s=="string"?s:s.type;if(d in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[d]=l,i},addMatcher:function(s,l){return o.push({matcher:s,reducer:l}),i},addDefaultCase:function(s){return n=s,i}};return r(i),[t,o,n]}function Gi(r){return typeof r=="function"}function $i(r,t,o,n){o===void 0&&(o=[]);var i=typeof t=="function"?rn(t):[t,o,n],s=i[0],l=i[1],d=i[2],u;if(Gi(r))u=function(){return wr(r())};else{var p=wr(r);u=function(){return p}}function y(h,g){h===void 0&&(h=u());var v=De([s[g.type]],l.filter(function(b){var S=b.matcher;return S(g)}).map(function(b){var S=b.reducer;return S}));return v.filter(function(b){return!!b}).length===0&&(v=[d]),v.reduce(function(b,S){if(S)if(ne(b)){var R=b,A=S(R,g);return A===void 0?b:A}else{if(X(b))return It(b,function(I){return S(I,g)});var A=S(b,g);if(A===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return A}return b},h)}return y.getInitialState=u,y}function Ki(r,t){return r+"/"+t}function on(r){var t=r.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof r.initialState=="function"?r.initialState:wr(r.initialState),n=r.reducers||{},i=Object.keys(n),s={},l={},d={};i.forEach(function(y){var h=n[y],g=Ki(t,y),v,b;"reducer"in h?(v=h.reducer,b=h.prepare):v=h,s[y]=v,l[g]=v,d[y]=b?pe(g,b):pe(g)});function u(){var y=typeof r.extraReducers=="function"?rn(r.extraReducers):[r.extraReducers],h=y[0],g=h===void 0?{}:h,v=y[1],b=v===void 0?[]:v,S=y[2],R=S===void 0?void 0:S,A=ue(ue({},g),l);return $i(o,function(I){for(var P in A)I.addCase(P,A[P]);for(var T=0,M=b;T<M.length;T++){var q=M[T];I.addMatcher(q.matcher,q.reducer)}R&&I.addDefaultCase(R)})}var p;return{name:t,reducer:function(y,h){return p||(p=u()),p(y,h)},actions:d,caseReducers:s,getInitialState:function(){return p||(p=u()),p.getInitialState()}}}var Vi="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zi=function(r){r===void 0&&(r=21);for(var t="",o=r;o--;)t+=Vi[Math.random()*64|0];return t},qi=["name","message","stack","code"],Er=function(){function r(t,o){this.payload=t,this.meta=o}return r}(),Xo=function(){function r(t,o){this.payload=t,this.meta=o}return r}(),Yi=function(r){if(typeof r=="object"&&r!==null){for(var t={},o=0,n=qi;o<n.length;o++){var i=n[o];typeof r[i]=="string"&&(t[i]=r[i])}return t}return{message:String(r)}},jc=function(){function r(t,o,n){var i=pe(t+"/fulfilled",function(y,h,g,v){return{payload:y,meta:Or(ue({},v||{}),{arg:g,requestId:h,requestStatus:"fulfilled"})}}),s=pe(t+"/pending",function(y,h,g){return{payload:void 0,meta:Or(ue({},g||{}),{arg:h,requestId:y,requestStatus:"pending"})}}),l=pe(t+"/rejected",function(y,h,g,v,b){return{payload:v,error:(n&&n.serializeError||Yi)(y||"Rejected"),meta:Or(ue({},b||{}),{arg:g,requestId:h,rejectedWithValue:!!v,requestStatus:"rejected",aborted:y?.name==="AbortError",condition:y?.name==="ConditionError"})}}),d=!1,u=typeof AbortController<"u"?AbortController:function(){function y(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return y.prototype.abort=function(){},y}();function p(y){return function(h,g,v){var b=n?.idGenerator?n.idGenerator(y):Zi(),S=new u,R,A=!1;function I(T){R=T,S.abort()}var P=function(){return Di(this,null,function(){var T,M,q,me,j,be,Re;return Ti(this,function(f){switch(f.label){case 0:return f.trys.push([0,4,,5]),me=(T=n?.condition)==null?void 0:T.call(n,y,{getState:g,extra:v}),Xi(me)?[4,me]:[3,2];case 1:me=f.sent(),f.label=2;case 2:if(me===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return A=!0,j=new Promise(function(m,C){return S.signal.addEventListener("abort",function(){return C({name:"AbortError",message:R||"Aborted"})})}),h(s(b,y,(M=n?.getPendingMeta)==null?void 0:M.call(n,{requestId:b,arg:y},{getState:g,extra:v}))),[4,Promise.race([j,Promise.resolve(o(y,{dispatch:h,getState:g,extra:v,requestId:b,signal:S.signal,abort:I,rejectWithValue:function(m,C){return new Er(m,C)},fulfillWithValue:function(m,C){return new Xo(m,C)}})).then(function(m){if(m instanceof Er)throw m;return m instanceof Xo?i(m.payload,b,y,m.meta):i(m,b,y)})])];case 3:return q=f.sent(),[3,5];case 4:return be=f.sent(),q=be instanceof Er?l(null,b,y,be.payload,be.meta):l(be,b,y),[3,5];case 5:return Re=n&&!n.dispatchConditionRejection&&l.match(q)&&q.meta.condition,Re||h(q),[2,q]}})})}();return Object.assign(P,{abort:I,requestId:b,arg:y,unwrap:function(){return P.then(Qi)}})}}return Object.assign(p,{pending:s,rejected:l,fulfilled:i,typePrefix:t})}return r.withTypes=function(){return r},r}();function Qi(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function Xi(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var nn="listener",an="completed",sn="cancelled",Gc="task-"+sn,$c="task-"+an,Kc=nn+"-"+sn,Vc=nn+"-"+an;var Ar="listenerMiddleware";var Zc=pe(Ar+"/add"),qc=pe(Ar+"/removeAll"),Yc=pe(Ar+"/remove");var Jo,Qc=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(Jo||(Jo=Promise.resolve())).then(r).catch(function(t){return setTimeout(function(){throw t},0)})},Ji=function(r){return function(t){setTimeout(t,r)}},Xc=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Ji(10);Bo();function es(r,t){return class extends r{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(o,n,i){this.eventBus.addEventListener(o,n,i)}dispatchEvent(o){return this.eventBus.dispatchEvent(o)}removeEventListener(o,n,i){this.eventBus.removeEventListener(o,n,i)}}}var Rt=class extends es(Object){};window.ftReduxStores||(window.ftReduxStores={});var cn=class r extends Rt{static get(t){var o;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Je(s))return s;if(i==null)return;let l=on({...i,reducers:(o=i.reducers)!==null&&o!==void 0?o:{}}),d=tn({reducer:(u,p)=>p.type==="CLEAR_FT_REDUX_STORE"?l.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...u,...p.overwrites}:l.reducer(u,p)});return window.ftReduxStores[i.name]=new r(l,d,i.eventBus)}constructor(t,o,n){super(),this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new vt;let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,l,d)=>{let u=l,p=s[u];return p?(...y)=>{let h=p(...y.map(i));return this.reduxStore.dispatch(h),h}:y=>{this.setState({[u]:i(y)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}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(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Ft=E(F());var os=E(dn(),1);var un;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(un||(un={}));var pn;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(pn||(pn={}));var fn;(function(r){r.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",r.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",r.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",r.PERSONAL_BOOK="PERSONAL_BOOK",r.MAP_ATTACHMENT="MAP_ATTACHMENT",r.RESOURCE="RESOURCE"})(fn||(fn={}));var hn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(hn||(hn={}));var yn;(function(r){r.VALUE="VALUE",r.DATE="DATE",r.RANGE="RANGE"})(yn||(yn={}));var gn;(function(r){r.BOOKMARK__CREATE="BOOKMARK__CREATE",r.BOOKMARK__DELETE="BOOKMARK__DELETE",r.CASE_DEFLECTION__START="CASE_DEFLECTION__START",r.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",r.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",r.COLLECTION__CREATE="COLLECTION__CREATE",r.COLLECTION__UPDATE="COLLECTION__UPDATE",r.COLLECTION__DELETE="COLLECTION__DELETE",r.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",r.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",r.DOCUMENT__PRINT="DOCUMENT__PRINT",r.DOCUMENT__PROCESS="DOCUMENT__PROCESS",r.DOCUMENT__RATE="DOCUMENT__RATE",r.DOCUMENT__SEARCH="DOCUMENT__SEARCH",r.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",r.DOCUMENT__UNRATE="DOCUMENT__UNRATE",r.FEEDBACK__SEND="FEEDBACK__SEND",r.GEN_AI__COMPLETED_QUERY="GEN_AI__COMPLETED_QUERY",r.GEN_AI__RATE="GEN_AI__RATE",r.GENAI_CASE_DEFLECTION__START="GENAI_CASE_DEFLECTION__START",r.GENAI_CASE_DEFLECTION__OPEN_TICKET="GENAI_CASE_DEFLECTION__OPEN_TICKET",r.KHUB__PROCESS="KHUB__PROCESS",r.KHUB__SEARCH="KHUB__SEARCH",r.LABELS__DOWNLOAD="LABELS__DOWNLOAD",r.LINK__SHARE="LINK__SHARE",r.PAGE__DISPLAY="PAGE__DISPLAY",r.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",r.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",r.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",r.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",r.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",r.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",r.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",r.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",r.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",r.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",r.SEARCH_RESULT__OPEN_CONTEXT_MENU="SEARCH_RESULT__OPEN_CONTEXT_MENU",r.TOPIC__DISPLAY="TOPIC__DISPLAY",r.TOPIC__RATE="TOPIC__RATE",r.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",r.TOPIC__UNRATE="TOPIC__UNRATE",r.USER__LOGIN="USER__LOGIN",r.USER__LOGOUT="USER__LOGOUT",r.HEARTBEAT="HEARTBEAT"})(gn||(gn={}));var mn;(function(r){r.THIRD_PARTY="THIRD_PARTY",r.OFF_THE_GRID="OFF_THE_GRID",r.CONTENT_PACKAGER="CONTENT_PACKAGER",r.PAGES="PAGES",r.DESIGNED_READER="DESIGNED_READER"})(mn||(mn={}));var bn;(function(r){r.HOMEPAGE="HOMEPAGE",r.CUSTOM="CUSTOM",r.HEADER="HEADER",r.READER="READER",r.TOPIC_TEMPLATE="TOPIC_TEMPLATE",r.SEARCH="SEARCH",r.SEARCH_RESULT="SEARCH_RESULT"})(bn||(bn={}));var xn;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(xn||(xn={}));var vn;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(vn||(vn={}));var Sn;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(Sn||(Sn={}));var On;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(On||(On={}));var Cn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR",r.CUSTOM="CUSTOM"})(Cn||(Cn={}));var En;(function(r){r.ASC="ASC",r.DESC="DESC"})(En||(En={}));var wn;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(wn||(wn={}));var Ir;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(Ir||(Ir={}));var An;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK"})(An||(An={}));var In;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(In||(In={}));var Nn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Nn||(Nn={}));var Rn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(Rn||(Rn={}));var Tn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(Tn||(Tn={}));var Nr;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Nr||(Nr={}));var U;(function(r){r.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",r.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",r.HTML_EXPORT_USER="HTML_EXPORT_USER",r.PDF_EXPORT_USER="PDF_EXPORT_USER",r.SAVED_SEARCH_USER="SAVED_SEARCH_USER",r.COLLECTION_USER="COLLECTION_USER",r.OFFLINE_USER="OFFLINE_USER",r.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",r.ANALYTICS_USER="ANALYTICS_USER",r.BETA_USER="BETA_USER",r.DEBUG_USER="DEBUG_USER",r.PRINT_USER="PRINT_USER",r.RATING_USER="RATING_USER",r.FEEDBACK_USER="FEEDBACK_USER",r.GENERATIVE_AI_USER="GENERATIVE_AI_USER",r.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",r.CONTENT_PUBLISHER="CONTENT_PUBLISHER",r.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN"})(U||(U={}));var _n;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(_n||(_n={}));var Pn;(function(r){r.JSON="JSON",r.TEXT="TEXT"})(Pn||(Pn={}));var Ln;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(Ln||(Ln={}));var rs={[U.PERSONAL_BOOK_SHARE_USER]:[U.PERSONAL_BOOK_USER],[U.HTML_EXPORT_USER]:[U.PERSONAL_BOOK_USER],[U.PDF_EXPORT_USER]:[U.PERSONAL_BOOK_USER],[U.KHUB_ADMIN]:[U.CONTENT_PUBLISHER],[U.ADMIN]:[U.KHUB_ADMIN,U.USERS_ADMIN,U.PORTAL_ADMIN],[U.GENERATIVE_AI_EXPORT_USER]:[U.GENERATIVE_AI_USER]};function kn(r,t){return r===t||(rs[r]??[]).some(o=>kn(o,t))}function Fn(r,t){return r==null?!1:(Array.isArray(r)?r:Array.isArray(r.roles)?r.roles:Array.isArray(r.profile?.roles)?r.profile.roles:[]).some(n=>kn(n,t))}var Pt=class extends re{async listMySearches(){let{session:t}=w.getState();return Fn(t,U.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Lt=class extends re{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var ns="ft-user-assets",kt=Ft.FtReduxStore.get({name:ns,initialState:{savedSearches:void 0,bookmarks:void 0}}),Rr=class{constructor(){this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Lt,this.savedSearchesService=new Pt,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:o}=w.getState();(0,Ft.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),kt.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),kt.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();kt.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let o=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;kt.actions.bookmarks(o)}}},Zl=new Rr;var Tr=class{addCommand(t,o=!1){w.commands.add(t,o)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Tr;var Dn=E(F()),_r=class{highlightHtml(t,o,n){(0,Dn.highlightHtml)(t,o,n)}};window.FluidTopicsHighlightHtmlService=new _r;var Un=E(F());var Pr=class{isDate(t){var o,n,i,s;return(s=(i=((n=(o=w.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(d=>d.key===t))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(t,o){var n,i,s;return Un.DateFormatter.format(t,(n=o?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=o?.longFormat)!==null&&i!==void 0?i:!1,(s=o?.withTime)!==null&&s!==void 0?s:!1)}};window.FluidTopicsDateService=new Pr;var Bn=E(F());var at=class{static get(t,o){var n,i,s,l;let d=w.getState(),{lang:u,region:p}=(i=(n=d.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Bn.SearchPlaceConverter(d.baseUrl,(l=(s=window.FluidTopicsClientConfiguration)===null||s===void 0?void 0:s.predefinedSorts)!==null&&l!==void 0?l:{},t??20,d.searchInAllLanguagesAllowed,o??`${u}-${p}`)}};var Lr=class{urlToSearchRequest(t){return at.get().parse(t)}searchRequestToUrl(t){return at.get().serialize(t)}};window.FluidTopicsUrlService=new Lr;var he=E(F());var Ee=class r extends CustomEvent{constructor(t){super(r.eventName,{detail:{currentItem:t}})}};Ee.eventName="change";var kr=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let o=sessionStorage.getItem(this.itemName(t));return o?JSON.parse(o):void 0}set(t,o){sessionStorage.setItem(this.itemName(t),JSON.stringify(o))}},Mn=new kr;var Dt=class r extends he.WithEventBus{static build(){return new r(window.history,Mn,()=>window.location,!1)}constructor(t,o,n,i){var s,l;super(),this.history=t,this.historyStorage=o,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(l=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&l!==void 0?l:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,o=!1){let n=o&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},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,he.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Ee(this.currentItem())),0)}installProxies(){let t=o=>(n,i,[s,l,d])=>{let u=o(),p={...u===this.currentIndex?this.currentState:void 0,...s,index:u,href:typeof d=="string"?d:(d??this.windowLocation()).href};n.apply(i,[p,l,d]),this.setCurrentState(p,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.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(t){for(let o=this.history.length-1;o>=0;o--)t?this.states[o]=this.historyStorage.get(o):setTimeout(()=>this.states[o]=this.historyStorage.get(o),this.history.length-o)}updateCurrentState(t,o=!1){var n,i,s;let l={...this.buildCurrentState(),...t,index:this.currentIndex,title:(n=t?.title)!==null&&n!==void 0?n:this.currentState.title},d=o?(i=t?.majorState)!==null&&i!==void 0?i:this.currentState.majorState:(s=this.currentState.majorState)!==null&&s!==void 0?s:t?.majorState;d!=null&&(l.majorState=d),this.setCurrentState(l)}addHistoryChangeListener(t){this.addEventListener(Ee.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(Ee.eventName,t)}currentItem(){return(0,he.deepCopy)(this.currentState)}back(){let t=this.previousMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,he.deepCopy)(this.states[this.previousMajorPosition()])}previousMajorPosition(){let t=this.currentIndex;for(;t>0&&!this.isMajorState(t);)t--;return this.previousExistingPosition(t)}forward(){let t=this.nextMajorPosition();t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){return(0,he.deepCopy)(this.states[this.nextMajorPosition()])}nextMajorPosition(){let t=this.currentIndex;do t++;while(t<this.states.length&&!this.isMajorState(t));do t++;while(t<this.states.length&&!this.isMajorState(t));return this.previousExistingPosition(t)}previousExistingPosition(t){let o=t;do o--;while(o>0&&!this.hasState(o));return o}buildCurrentState(){var t,o;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(o=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&o!==void 0?o:document.title}}hasState(t){return this.states[t]!=null}isMajorState(t){var o,n;return this.hasState(t)&&((n=(o=this.states[t])===null||o===void 0?void 0:o.majorState)!==null&&n!==void 0?n:!0)}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Dt.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(r),removeHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(r)});(0,Wn.customElement)("ft-app-context")(D);var $n=E(K());var as=E(F());function zn(r){return r.match(/^[\w-]+\.[\w-]+$/)}var is=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},Hn=Symbol("i18nAttributes"),jn=Symbol("i18nListAttributes"),Kn=Symbol("i18nProperties"),Ut=Symbol("i18nContexts"),it=Symbol("i18nUnsubs");function Wt(r){var t,o;class n extends r{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[o]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?mt:Te}i18n(s){var l;this.hasI18nContext(s.context)||this.addI18nContext(s.context,void 0,s.custom);let d=(l=s.args)!==null&&l!==void 0?l:s.argsProvider?s.argsProvider(this):[];return this.getI18nService(s.custom).resolveMessage(s.context,s.key,...d)}customI18n(s,l){if(zn(s)){let[d,u]=s.split(".");return this.i18n({custom:!0,context:d,key:u,...l})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((l,d,u)=>s.has(d)||typeof l.argsProvider=="function"),this.updateI18nProperties(l=>typeof l.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((l,d,u)=>{var p;return((p=u?.context)===null||p===void 0?void 0:p.toLowerCase())===s}),this.updateI18nProperties(l=>l.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var l,d;let u=this,p=(y,h,g)=>g?.context&&g.key&&s(y,h,g)?{...g,message:this.i18n({context:g.context,key:g.key,...y})}:g;(l=this[Hn])===null||l===void 0||l.forEach((y,h)=>u[h]=p(y,h,u[h])),(d=this[jn])===null||d===void 0||d.forEach((y,h)=>{var g;return u[h]=(g=u[h])===null||g===void 0?void 0:g.map(v=>p(y,h,v))})}updateI18nProperties(s){var l;(l=this[Kn])===null||l===void 0||l.forEach((d,u)=>{s(d,u)&&(this[u]=this.i18n(d))})}addI18nMessages(s,l,d){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,l,d)}addI18nContext(s,l,d){let u=(typeof s=="string"?s:s.name).toLowerCase();d=typeof s=="string"?d:s.custom,this[Ut].set(u,{isCustomContext:d}),this[it].has(u)||this[it].set(u,this.getI18nService(d).subscribe(u,()=>this.onI18nUpdate(u))),this.getI18nService(d).prepareContext(u,l)}hasI18nContext(s){return this[Ut].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Ut].forEach((s,l)=>this.addI18nContext(l,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[it].forEach(s=>s()),this[it].clear()}}return t=Ut,o=it,is([(0,$n.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}var Gn=class extends Wt(Mt.FtLitElement){},Bt=class extends Wt(Mt.FtLitElementRedux){};var st=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},J=class extends Bt{constructor(){super(),this.editorMode=!1,this.addStore(w)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":zt.nothing:zt.html`
|
|
10
|
+
`}update(t){var o,n,i,s,l;super.update(t),t.has("baseUrl")&&(w.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&w.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&w.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&w.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&w.actions.noCustom(this.noCustom),t.has("editorMode")&&w.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&w.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&w.actions.session(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(d=>Te.addContext(d)),t.has("openExternalDocumentInNewTab")&&w.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&w.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&w.actions.forcedOffline(this.forcedOffline),t.has("localesConfiguration")&&(w.actions.defaultLocales((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),w.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),w.actions.searchInAllLanguagesAllowed((l=(s=this.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed)!==null&&l!==void 0?l:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}};D.elementDefinitions={};D.styles=fo;z([(0,G.property)()],D.prototype,"baseUrl",void 0);z([(0,G.property)()],D.prototype,"apiIntegrationIdentifier",void 0);z([(0,G.property)()],D.prototype,"uiLocale",void 0);z([(0,Q.jsonProperty)(null)],D.prototype,"availableUiLocales",void 0);z([(0,Q.jsonProperty)(null)],D.prototype,"metadataConfiguration",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"editorMode",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"noCustom",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"openExternalDocumentInNewTab",void 0);z([(0,G.property)({converter:{fromAttribute(r){return r==="false"?!1:r==="true"||(r??!1)}}})],D.prototype,"noCustomComponent",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"withManualResources",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"navigatorOnline",void 0);z([(0,G.property)({type:Boolean})],D.prototype,"forcedOffline",void 0);z([(0,G.property)({type:Object})],D.prototype,"apiProvider",void 0);z([(0,Q.jsonProperty)([])],D.prototype,"messageContexts",void 0);z([(0,Q.jsonProperty)(void 0)],D.prototype,"session",void 0);z([(0,G.state)()],D.prototype,"localesConfiguration",void 0);var ts=E(K());function yi(r,t){if(r===t)return!0;if(r&&t&&typeof r=="object"&&typeof t=="object"){if(r.constructor!==t.constructor)return!1;var o,n,i;if(Array.isArray(r)){if(o=r.length,o!=t.length)return!1;for(n=o;n--!==0;)if(!bt(r[n],t[n]))return!1;return!0}if(r instanceof Map&&t instanceof Map){if(r.size!==t.size)return!1;for(n of r.entries())if(!t.has(n[0]))return!1;for(n of r.entries())if(!bt(n[1],t.get(n[0])))return!1;return!0}if(r instanceof Set&&t instanceof Set){if(r.size!==t.size)return!1;for(n of r.entries())if(!t.has(n[0]))return!1;return!0}if(r.constructor===RegExp)return r.source===t.source&&r.flags===t.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===t.valueOf();let s=l=>Object.keys(l).filter(d=>l[d]!=null);if(i=s(r),o=i.length,o!==s(t).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[n]))return!1;for(n=o;n--!==0;){let l=i[n];if(!bt(r[l],t[l]))return!1}return!0}return r!==r&&t!==t||r==null&&t==null}function bt(r,t){try{return yi(r,t)}catch{return!1}}function xt(r,t){return!bt(r,t)}var gi=E(K(),1);var vt=class{constructor(){this.queue=[]}add(t,o=!1){o&&this.clear(t.type),this.queue.push(t)}consume(t){let o=this.queue.find(n=>n.type===t);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(t){typeof t=="string"?this.queue=this.queue.filter(o=>o.type!==t):this.queue=this.queue.filter(o=>!t.test(o.type))}};var _e=E(K(),1);var go=E(K(),1);function mo(r,t){let o=()=>JSON.parse(JSON.stringify(r));return(0,go.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:xt,...t??{}})}var St=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,o;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,s=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let l of n)try{await l()}catch(d){i(d);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 xo=E(Y(),1);var Ot=globalThis,mi=Ot.ShadowRoot&&(Ot.ShadyCSS===void 0||Ot.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,rc=Symbol();var bo=(r,t)=>{if(mi)r.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of t){let n=document.createElement("style"),i=Ot.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,r.appendChild(n)}};var Ct=class extends xo.LitElement{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([i,s])=>t.registry.define(i,s)));let o={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return bo(n,t.elementStyles),n}};function vo(r,t,...o){var n;let i=r.querySelector(t);for(let s of o)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var Xe=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},Eo,So=Symbol("constructorPrototype"),Oo=Symbol("constructorName"),wo=Symbol("exportpartsDebouncer"),Co=Symbol("dynamicDependenciesLoaded"),oe=class extends Ct{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Eo]=new St(5),this[Oo]=this.constructor.name,this[So]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Oo]&&Object.setPrototypeOf(this,this[So])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let t=this.constructor;t[Co]||(t[Co]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:o,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];o=vo(this.shadowRoot,...s)}o?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||o?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var o,n,i;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(t.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)}}scheduleExportpartsUpdate(){var t,o,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[wo].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)})}setExportpartsAttribute(t){var o,n,i,s,l,d;let u=g=>g!=null&&g.trim().length>0,p=t.filter(u).map(g=>g.trim());if(p.length===0){this.removeAttribute("exportparts");return}let y=new Set;for(let g of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let v=(s=(i=g.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],b=(d=(l=g.getAttribute("exportparts"))===null||l===void 0?void 0:l.split(",").map(S=>S.split(":")[1]))!==null&&d!==void 0?d:[];new Array(...v,...b).filter(u).map(S=>S.trim()).forEach(S=>y.add(S))}if(y.size===0){this.removeAttribute("exportparts");return}let h=[...y.values()].flatMap(g=>p.map(v=>`${g}:${v}--${g}`));this.setAttribute("exportparts",[...this.part,...h].join(", "))}};Eo=wo;Xe([(0,_e.property)()],oe.prototype,"exportpartsPrefix",void 0);Xe([mo([])],oe.prototype,"exportpartsPrefixes",void 0);Xe([(0,_e.property)()],oe.prototype,"customStylesheet",void 0);Xe([(0,_e.property)()],oe.prototype,"elementToFocus",void 0);Xe([(0,_e.state)()],oe.prototype,"useAdoptedStyleSheets",void 0);function Je(r){var t;return(t=r?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Ao,Io,No,et=Symbol("internalReduxEventsUnsubscribers"),ce=Symbol("internalStoresUnsubscribers"),Se=Symbol("internalStores"),tt=class extends oe{constructor(){super(...arguments),this[Ao]=new Map,this[Io]=new Map,this[No]=new Map}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(o=>t.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[Se].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Se].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[Se].get(t)}addStore(t,o){var n;o=(n=o??(Je(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this[Se].set(o,t),this.subscribeToStore(o,t),this.updateFromStores()}removeStore(t){let o=typeof t=="string"?t:t.name;this.unsubscribeFromStore(o),this[Se].delete(o)}setupStores(){this.unsubscribeFromStores(),this[Se].forEach((t,o)=>this.subscribeToStore(o,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let i=this.getStore(t.store);i&&(t.store?this[ce].has(t.store):this[ce].size>0)&&(this[o]=t.selector(i.getState(),this))}})}subscribeToStore(t,o){var n;this[ce].set(t,o.subscribe(()=>this.updateFromStores())),this[et].set(t,[]),Je(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,s)=>{if(typeof this[s]=="function"&&(!i.store||o.name===i.store)){let l=d=>this[s](d);o.addEventListener(i.eventName,l),this[et].get(t).push(()=>o.removeEventListener(i.eventName,l))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[ce].forEach((t,o)=>this.unsubscribeFromStore(o))}unsubscribeFromStore(t){var o;this[ce].has(t)&&this[ce].get(t)(),this[ce].delete(t),(o=this[et].get(t))===null||o===void 0||o.forEach(n=>n()),this[et].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Ao=ce,Io=Se,No=et;tt.reduxProperties=new Map;tt.reduxReactiveProperties=new Set;tt.reduxEventListeners=new Map;function V(r){for(var t=arguments.length,o=Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];if(0)var i,s;throw Error("[Immer] minified error nr: "+r+(o.length?" "+o.map(function(l){return"'"+l+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ne(r){return!!r&&!!r[L]}function X(r){var t;return!!r&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===wi}(r)||Array.isArray(r)||!!r[Fo]||!!(!((t=r.constructor)===null||t===void 0)&&t[Fo])||pr(r)||fr(r))}function Oe(r,t,o){o===void 0&&(o=!1),ke(r)===0?(o?Object.keys:Le)(r).forEach(function(n){o&&typeof n=="symbol"||t(n,r[n],r)}):r.forEach(function(n,i){return t(i,n,r)})}function ke(r){var t=r[L];return t?t.i>3?t.i-4:t.i:Array.isArray(r)?1:pr(r)?2:fr(r)?3:0}function Pe(r,t){return ke(r)===2?r.has(t):Object.prototype.hasOwnProperty.call(r,t)}function bi(r,t){return ke(r)===2?r.get(t):r[t]}function Do(r,t,o){var n=ke(r);n===2?r.set(t,o):n===3?r.add(o):r[t]=o}function Uo(r,t){return r===t?r!==0||1/r==1/t:r!=r&&t!=t}function pr(r){return Ci&&r instanceof Map}function fr(r){return Ei&&r instanceof Set}function le(r){return r.o||r.t}function hr(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var t=Wo(r);delete t[L];for(var o=Le(t),n=0;n<o.length;n++){var i=o[n],s=t[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:r[i]})}return Object.create(Object.getPrototypeOf(r),t)}function yr(r,t){return t===void 0&&(t=!1),gr(r)||ne(r)||!X(r)||(ke(r)>1&&(r.set=r.add=r.clear=r.delete=xi),Object.freeze(r),t&&Oe(r,function(o,n){return yr(n,!0)},!0)),r}function xi(){V(2)}function gr(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function te(r){var t=ur[r];return t||V(18,r),t}function vi(r,t){ur[r]||(ur[r]=t)}function cr(){return ot}function nr(r,t){t&&(te("Patches"),r.u=[],r.s=[],r.v=t)}function Et(r){lr(r),r.p.forEach(Si),r.p=null}function lr(r){r===ot&&(ot=r.l)}function Ro(r){return ot={p:[],l:ot,h:r,m:!0,_:0}}function Si(r){var t=r[L];t.i===0||t.i===1?t.j():t.g=!0}function ar(r,t){t._=t.p.length;var o=t.p[0],n=r!==void 0&&r!==o;return t.h.O||te("ES5").S(t,r,n),n?(o[L].P&&(Et(t),V(4)),X(r)&&(r=wt(t,r),t.l||At(t,r)),t.u&&te("Patches").M(o[L].t,r,t.u,t.s)):r=wt(t,o,[]),Et(t),t.u&&t.v(t.u,t.s),r!==Mo?r:void 0}function wt(r,t,o){if(gr(t))return t;var n=t[L];if(!n)return Oe(t,function(d,u){return To(r,n,t,d,u,o)},!0),t;if(n.A!==r)return t;if(!n.P)return At(r,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=hr(n.k):n.o,s=i,l=!1;n.i===3&&(s=new Set(i),i.clear(),l=!0),Oe(s,function(d,u){return To(r,n,i,d,u,o,l)}),At(r,i,!1),o&&r.u&&te("Patches").N(n,o,r.u,r.s)}return n.o}function To(r,t,o,n,i,s,l){if(ne(i)){var d=wt(r,i,s&&t&&t.i!==3&&!Pe(t.R,n)?s.concat(n):void 0);if(Do(o,n,d),!ne(d))return;r.m=!1}else l&&o.add(i);if(X(i)&&!gr(i)){if(!r.h.D&&r._<1)return;wt(r,i),t&&t.A.l||At(r,i)}}function At(r,t,o){o===void 0&&(o=!1),!r.l&&r.h.D&&r.m&&yr(t,o)}function ir(r,t){var o=r[L];return(o?le(o):r)[t]}function _o(r,t){if(t in r)for(var o=Object.getPrototypeOf(r);o;){var n=Object.getOwnPropertyDescriptor(o,t);if(n)return n;o=Object.getPrototypeOf(o)}}function de(r){r.P||(r.P=!0,r.l&&de(r.l))}function sr(r){r.o||(r.o=hr(r.t))}function dr(r,t,o){var n=pr(t)?te("MapSet").F(t,o):fr(t)?te("MapSet").T(t,o):r.O?function(i,s){var l=Array.isArray(i),d={i:l?1:0,A:s?s.A:cr(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},u=d,p=nt;l&&(u=[d],p=rt);var y=Proxy.revocable(u,p),h=y.revoke,g=y.proxy;return d.k=g,d.j=h,g}(t,o):te("ES5").J(t,o);return(o?o.A:cr()).p.push(n),n}function Oi(r){return ne(r)||V(22,r),function t(o){if(!X(o))return o;var n,i=o[L],s=ke(o);if(i){if(!i.P&&(i.i<4||!te("ES5").K(i)))return i.t;i.I=!0,n=Po(o,s),i.I=!1}else n=Po(o,s);return Oe(n,function(l,d){i&&bi(i.t,l)===d||Do(n,l,t(d))}),s===3?new Set(n):n}(r)}function Po(r,t){switch(t){case 2:return new Map(r);case 3:return Array.from(r)}return hr(r)}function Bo(){function r(l,d){var u=s[l];return u?u.enumerable=d:s[l]=u={configurable:!0,enumerable:d,get:function(){var p=this[L];return nt.get(p,l)},set:function(p){var y=this[L];nt.set(y,l,p)}},u}function t(l){for(var d=l.length-1;d>=0;d--){var u=l[d][L];if(!u.P)switch(u.i){case 5:n(u)&&de(u);break;case 4:o(u)&&de(u)}}}function o(l){for(var d=l.t,u=l.k,p=Le(u),y=p.length-1;y>=0;y--){var h=p[y];if(h!==L){var g=d[h];if(g===void 0&&!Pe(d,h))return!0;var v=u[h],b=v&&v[L];if(b?b.t!==g:!Uo(v,g))return!0}}var S=!!d[L];return p.length!==Le(d).length+(S?0:1)}function n(l){var d=l.k;if(d.length!==l.t.length)return!0;var u=Object.getOwnPropertyDescriptor(d,d.length-1);if(u&&!u.get)return!0;for(var p=0;p<d.length;p++)if(!d.hasOwnProperty(p))return!0;return!1}function i(l){l.g&&V(3,JSON.stringify(le(l)))}var s={};vi("ES5",{J:function(l,d){var u=Array.isArray(l),p=function(h,g){if(h){for(var v=Array(g.length),b=0;b<g.length;b++)Object.defineProperty(v,""+b,r(b,!0));return v}var S=Wo(g);delete S[L];for(var R=Le(S),A=0;A<R.length;A++){var I=R[A];S[I]=r(I,h||!!S[I].enumerable)}return Object.create(Object.getPrototypeOf(g),S)}(u,l),y={i:u?5:4,A:d?d.A:cr(),P:!1,I:!1,R:{},l:d,t:l,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,L,{value:y,writable:!0}),p},S:function(l,d,u){u?ne(d)&&d[L].A===l&&t(l.p):(l.u&&function p(y){if(y&&typeof y=="object"){var h=y[L];if(h){var g=h.t,v=h.k,b=h.R,S=h.i;if(S===4)Oe(v,function(T){T!==L&&(g[T]!==void 0||Pe(g,T)?b[T]||p(v[T]):(b[T]=!0,de(h)))}),Oe(g,function(T){v[T]!==void 0||Pe(v,T)||(b[T]=!1,de(h))});else if(S===5){if(n(h)&&(de(h),b.length=!0),v.length<g.length)for(var R=v.length;R<g.length;R++)b[R]=!1;else for(var A=g.length;A<v.length;A++)b[A]=!0;for(var I=Math.min(v.length,g.length),P=0;P<I;P++)v.hasOwnProperty(P)||(b[P]=!0),b[P]===void 0&&p(v[P])}}}}(l.p[0]),t(l.p))},K:function(l){return l.i===4?o(l):n(l)}})}var Lo,ot,mr=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Ci=typeof Map<"u",Ei=typeof Set<"u",ko=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Mo=mr?Symbol.for("immer-nothing"):((Lo={})["immer-nothing"]=!0,Lo),Fo=mr?Symbol.for("immer-draftable"):"__$immer_draftable",L=mr?Symbol.for("immer-state"):"__$immer_state";var wi=""+Object.prototype.constructor,Le=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,Wo=Object.getOwnPropertyDescriptors||function(r){var t={};return Le(r).forEach(function(o){t[o]=Object.getOwnPropertyDescriptor(r,o)}),t},ur={},nt={get:function(r,t){if(t===L)return r;var o=le(r);if(!Pe(o,t))return function(i,s,l){var d,u=_o(s,l);return u?"value"in u?u.value:(d=u.get)===null||d===void 0?void 0:d.call(i.k):void 0}(r,o,t);var n=o[t];return r.I||!X(n)?n:n===ir(r.t,t)?(sr(r),r.o[t]=dr(r.A.h,n,r)):n},has:function(r,t){return t in le(r)},ownKeys:function(r){return Reflect.ownKeys(le(r))},set:function(r,t,o){var n=_o(le(r),t);if(n?.set)return n.set.call(r.k,o),!0;if(!r.P){var i=ir(le(r),t),s=i?.[L];if(s&&s.t===o)return r.o[t]=o,r.R[t]=!1,!0;if(Uo(o,i)&&(o!==void 0||Pe(r.t,t)))return!0;sr(r),de(r)}return r.o[t]===o&&(o!==void 0||t in r.o)||Number.isNaN(o)&&Number.isNaN(r.o[t])||(r.o[t]=o,r.R[t]=!0),!0},deleteProperty:function(r,t){return ir(r.t,t)!==void 0||t in r.t?(r.R[t]=!1,sr(r),de(r)):delete r.R[t],r.o&&delete r.o[t],!0},getOwnPropertyDescriptor:function(r,t){var o=le(r),n=Reflect.getOwnPropertyDescriptor(o,t);return n&&{writable:!0,configurable:r.i!==1||t!=="length",enumerable:n.enumerable,value:o[t]}},defineProperty:function(){V(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){V(12)}},rt={};Oe(nt,function(r,t){rt[r]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),rt.deleteProperty=function(r,t){return rt.set.call(this,r,t,void 0)},rt.set=function(r,t,o){return nt.set.call(this,r[0],t,o,r[0])};var Ai=function(){function r(o){var n=this;this.O=ko,this.D=!0,this.produce=function(i,s,l){if(typeof i=="function"&&typeof s!="function"){var d=s;s=i;var u=n;return function(S){var R=this;S===void 0&&(S=d);for(var A=arguments.length,I=Array(A>1?A-1:0),P=1;P<A;P++)I[P-1]=arguments[P];return u.produce(S,function(T){var M;return(M=s).call.apply(M,[R,T].concat(I))})}}var p;if(typeof s!="function"&&V(6),l!==void 0&&typeof l!="function"&&V(7),X(i)){var y=Ro(n),h=dr(n,i,void 0),g=!0;try{p=s(h),g=!1}finally{g?Et(y):lr(y)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(S){return nr(y,l),ar(S,y)},function(S){throw Et(y),S}):(nr(y,l),ar(p,y))}if(!i||typeof i!="object"){if((p=s(i))===void 0&&(p=i),p===Mo&&(p=void 0),n.D&&yr(p,!0),l){var v=[],b=[];te("Patches").M(i,p,v,b),l(v,b)}return p}V(21,i)},this.produceWithPatches=function(i,s){if(typeof i=="function")return function(p){for(var y=arguments.length,h=Array(y>1?y-1:0),g=1;g<y;g++)h[g-1]=arguments[g];return n.produceWithPatches(p,function(v){return i.apply(void 0,[v].concat(h))})};var l,d,u=n.produce(i,s,function(p,y){l=p,d=y});return typeof Promise<"u"&&u instanceof Promise?u.then(function(p){return[p,l,d]}):[u,l,d]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var t=r.prototype;return t.createDraft=function(o){X(o)||V(8),ne(o)&&(o=Oi(o));var n=Ro(this),i=dr(this,o,void 0);return i[L].C=!0,lr(n),i},t.finishDraft=function(o,n){var i=o&&o[L],s=i.A;return nr(s,n),ar(void 0,s)},t.setAutoFreeze=function(o){this.D=o},t.setUseProxies=function(o){o&&!ko&&V(20),this.O=o},t.applyPatches=function(o,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){o=s.value;break}}i>-1&&(n=n.slice(i+1));var l=te("Patches").$;return ne(o)?l(o,n):this.produce(o,function(d){return l(d,n)})},r}(),$=new Ai,Ii=$.produce,gc=$.produceWithPatches.bind($),mc=$.setAutoFreeze.bind($),bc=$.setUseProxies.bind($),xc=$.applyPatches.bind($),vc=$.createDraft.bind($),Sc=$.finishDraft.bind($),It=Ii;function Ce(r){"@babel/helpers - typeof";return Ce=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ce(r)}function zo(r,t){if(Ce(r)!="object"||!r)return r;var o=r[Symbol.toPrimitive];if(o!==void 0){var n=o.call(r,t||"default");if(Ce(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(r)}function Ho(r){var t=zo(r,"string");return Ce(t)=="symbol"?t:t+""}function jo(r,t,o){return(t=Ho(t))in r?Object.defineProperty(r,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[t]=o,r}function Go(r,t){var o=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(r,i).enumerable})),o.push.apply(o,n)}return o}function br(r){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?Go(Object(o),!0).forEach(function(n){jo(r,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):Go(Object(o)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(o,n))})}return r}function H(r){return"Minified Redux error #"+r+"; visit https://redux.js.org/Errors?code="+r+" for the full message or use the non-minified dev environment for full errors. "}var $o=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),xr=function(){return Math.random().toString(36).substring(7).split("").join(".")},Nt={INIT:"@@redux/INIT"+xr(),REPLACE:"@@redux/REPLACE"+xr(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+xr()}};function Ni(r){if(typeof r!="object"||r===null)return!1;for(var t=r;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(r)===t}function vr(r,t,o){var n;if(typeof t=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(H(0));if(typeof t=="function"&&typeof o>"u"&&(o=t,t=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(H(1));return o(vr)(r,t)}if(typeof r!="function")throw new Error(H(2));var i=r,s=t,l=[],d=l,u=!1;function p(){d===l&&(d=l.slice())}function y(){if(u)throw new Error(H(3));return s}function h(S){if(typeof S!="function")throw new Error(H(4));if(u)throw new Error(H(5));var R=!0;return p(),d.push(S),function(){if(R){if(u)throw new Error(H(6));R=!1,p();var I=d.indexOf(S);d.splice(I,1),l=null}}}function g(S){if(!Ni(S))throw new Error(H(7));if(typeof S.type>"u")throw new Error(H(8));if(u)throw new Error(H(9));try{u=!0,s=i(s,S)}finally{u=!1}for(var R=l=d,A=0;A<R.length;A++){var I=R[A];I()}return S}function v(S){if(typeof S!="function")throw new Error(H(10));i=S,g({type:Nt.REPLACE})}function b(){var S,R=h;return S={subscribe:function(I){if(typeof I!="object"||I===null)throw new Error(H(11));function P(){I.next&&I.next(y())}P();var T=R(P);return{unsubscribe:T}}},S[$o]=function(){return this},S}return g({type:Nt.INIT}),n={dispatch:g,subscribe:h,getState:y,replaceReducer:v},n[$o]=b,n}function Ri(r){Object.keys(r).forEach(function(t){var o=r[t],n=o(void 0,{type:Nt.INIT});if(typeof n>"u")throw new Error(H(12));if(typeof o(void 0,{type:Nt.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(H(13))})}function Ko(r){for(var t=Object.keys(r),o={},n=0;n<t.length;n++){var i=t[n];typeof r[i]=="function"&&(o[i]=r[i])}var s=Object.keys(o),l,d;try{Ri(o)}catch(u){d=u}return function(p,y){if(p===void 0&&(p={}),d)throw d;if(0)var h;for(var g=!1,v={},b=0;b<s.length;b++){var S=s[b],R=o[S],A=p[S],I=R(A,y);if(typeof I>"u"){var P=y&&y.type;throw new Error(H(14))}v[S]=I,g=g||I!==A}return g=g||s.length!==Object.keys(p).length,g?v:p}}function Fe(){for(var r=arguments.length,t=new Array(r),o=0;o<r;o++)t[o]=arguments[o];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Vo(){for(var r=arguments.length,t=new Array(r),o=0;o<r;o++)t[o]=arguments[o];return function(n){return function(){var i=n.apply(void 0,arguments),s=function(){throw new Error(H(15))},l={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},d=t.map(function(u){return u(l)});return s=Fe.apply(void 0,d)(i.dispatch),br(br({},i),{},{dispatch:s})}}}function Zo(r){var t=function(n){var i=n.dispatch,s=n.getState;return function(l){return function(d){return typeof d=="function"?d(i,s,r):l(d)}}};return t}var qo=Zo();qo.withExtraArgument=Zo;var Sr=qo;var en=function(){var r=function(t,o){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},r(t,o)};return function(t,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");r(t,o);function n(){this.constructor=t}t.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),Ti=function(r,t){var o={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,l;return l={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function d(p){return function(y){return u([p,y])}}function u(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,i&&(s=p[0]&2?i.return:p[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,p[1])).done)return s;switch(i=0,s&&(p=[p[0]&2,s.value]),p[0]){case 0:case 1:s=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,i=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(s=o.trys,!(s=s.length>0&&s[s.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!s||p[1]>s[0]&&p[1]<s[3])){o.label=p[1];break}if(p[0]===6&&o.label<s[1]){o.label=s[1],s=p;break}if(s&&o.label<s[2]){o.label=s[2],o.ops.push(p);break}s[2]&&o.ops.pop(),o.trys.pop();continue}p=t.call(r,o)}catch(y){p=[6,y],i=0}finally{n=s=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},De=function(r,t){for(var o=0,n=t.length,i=r.length;o<n;o++,i++)r[i]=t[o];return r},_i=Object.defineProperty,Pi=Object.defineProperties,Li=Object.getOwnPropertyDescriptors,Yo=Object.getOwnPropertySymbols,ki=Object.prototype.hasOwnProperty,Fi=Object.prototype.propertyIsEnumerable,Qo=function(r,t,o){return t in r?_i(r,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):r[t]=o},ue=function(r,t){for(var o in t||(t={}))ki.call(t,o)&&Qo(r,o,t[o]);if(Yo)for(var n=0,i=Yo(t);n<i.length;n++){var o=i[n];Fi.call(t,o)&&Qo(r,o,t[o])}return r},Or=function(r,t){return Pi(r,Li(t))},Di=function(r,t,o){return new Promise(function(n,i){var s=function(u){try{d(o.next(u))}catch(p){i(p)}},l=function(u){try{d(o.throw(u))}catch(p){i(p)}},d=function(u){return u.done?n(u.value):Promise.resolve(u.value).then(s,l)};d((o=o.apply(r,t)).next())})};var Ui=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Fe:Fe.apply(null,arguments)},Mc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function Bi(r){if(typeof r!="object"||r===null)return!1;var t=Object.getPrototypeOf(r);if(t===null)return!0;for(var o=t;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return t===o}var Mi=function(r){en(t,r);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=r.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return r.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,De([void 0],o[0].concat(this)))):new(t.bind.apply(t,De([void 0],o.concat(this))))},t}(Array),Wi=function(r){en(t,r);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=r.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return r.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,De([void 0],o[0].concat(this)))):new(t.bind.apply(t,De([void 0],o.concat(this))))},t}(Array);function wr(r){return X(r)?It(r,function(){}):r}function zi(r){return typeof r=="boolean"}function Hi(){return function(t){return ji(t)}}function ji(r){r===void 0&&(r={});var t=r.thunk,o=t===void 0?!0:t,n=r.immutableCheck,i=n===void 0?!0:n,s=r.serializableCheck,l=s===void 0?!0:s,d=new Mi;if(o&&(zi(o)?d.push(Sr):d.push(Sr.withExtraArgument(o.extraArgument))),0){if(i)var u;if(l)var p}return d}var Cr=!0;function tn(r){var t=Hi(),o=r||{},n=o.reducer,i=n===void 0?void 0:n,s=o.middleware,l=s===void 0?t():s,d=o.devTools,u=d===void 0?!0:d,p=o.preloadedState,y=p===void 0?void 0:p,h=o.enhancers,g=h===void 0?void 0:h,v;if(typeof i=="function")v=i;else if(Bi(i))v=Ko(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 b=l;if(typeof b=="function"&&(b=b(t),!Cr&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Cr&&b.some(function(T){return typeof T!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=Vo.apply(void 0,b),R=Fe;u&&(R=Ui(ue({trace:!Cr},typeof u=="object"&&u)));var A=new Wi(S),I=A;Array.isArray(g)?I=De([S],g):typeof g=="function"&&(I=g(A));var P=R.apply(void 0,I);return vr(v,y,P)}function pe(r,t){function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var s=t.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return ue(ue({type:r,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.error})}return{type:r,payload:n[0]}}return o.toString=function(){return""+r},o.type=r,o.match=function(n){return n.type===r},o}function rn(r){var t={},o=[],n,i={addCase:function(s,l){var d=typeof s=="string"?s:s.type;if(d in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[d]=l,i},addMatcher:function(s,l){return o.push({matcher:s,reducer:l}),i},addDefaultCase:function(s){return n=s,i}};return r(i),[t,o,n]}function Gi(r){return typeof r=="function"}function $i(r,t,o,n){o===void 0&&(o=[]);var i=typeof t=="function"?rn(t):[t,o,n],s=i[0],l=i[1],d=i[2],u;if(Gi(r))u=function(){return wr(r())};else{var p=wr(r);u=function(){return p}}function y(h,g){h===void 0&&(h=u());var v=De([s[g.type]],l.filter(function(b){var S=b.matcher;return S(g)}).map(function(b){var S=b.reducer;return S}));return v.filter(function(b){return!!b}).length===0&&(v=[d]),v.reduce(function(b,S){if(S)if(ne(b)){var R=b,A=S(R,g);return A===void 0?b:A}else{if(X(b))return It(b,function(I){return S(I,g)});var A=S(b,g);if(A===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return A}return b},h)}return y.getInitialState=u,y}function Ki(r,t){return r+"/"+t}function on(r){var t=r.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof r.initialState=="function"?r.initialState:wr(r.initialState),n=r.reducers||{},i=Object.keys(n),s={},l={},d={};i.forEach(function(y){var h=n[y],g=Ki(t,y),v,b;"reducer"in h?(v=h.reducer,b=h.prepare):v=h,s[y]=v,l[g]=v,d[y]=b?pe(g,b):pe(g)});function u(){var y=typeof r.extraReducers=="function"?rn(r.extraReducers):[r.extraReducers],h=y[0],g=h===void 0?{}:h,v=y[1],b=v===void 0?[]:v,S=y[2],R=S===void 0?void 0:S,A=ue(ue({},g),l);return $i(o,function(I){for(var P in A)I.addCase(P,A[P]);for(var T=0,M=b;T<M.length;T++){var q=M[T];I.addMatcher(q.matcher,q.reducer)}R&&I.addDefaultCase(R)})}var p;return{name:t,reducer:function(y,h){return p||(p=u()),p(y,h)},actions:d,caseReducers:s,getInitialState:function(){return p||(p=u()),p.getInitialState()}}}var Vi="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zi=function(r){r===void 0&&(r=21);for(var t="",o=r;o--;)t+=Vi[Math.random()*64|0];return t},qi=["name","message","stack","code"],Er=function(){function r(t,o){this.payload=t,this.meta=o}return r}(),Xo=function(){function r(t,o){this.payload=t,this.meta=o}return r}(),Yi=function(r){if(typeof r=="object"&&r!==null){for(var t={},o=0,n=qi;o<n.length;o++){var i=n[o];typeof r[i]=="string"&&(t[i]=r[i])}return t}return{message:String(r)}},jc=function(){function r(t,o,n){var i=pe(t+"/fulfilled",function(y,h,g,v){return{payload:y,meta:Or(ue({},v||{}),{arg:g,requestId:h,requestStatus:"fulfilled"})}}),s=pe(t+"/pending",function(y,h,g){return{payload:void 0,meta:Or(ue({},g||{}),{arg:h,requestId:y,requestStatus:"pending"})}}),l=pe(t+"/rejected",function(y,h,g,v,b){return{payload:v,error:(n&&n.serializeError||Yi)(y||"Rejected"),meta:Or(ue({},b||{}),{arg:g,requestId:h,rejectedWithValue:!!v,requestStatus:"rejected",aborted:y?.name==="AbortError",condition:y?.name==="ConditionError"})}}),d=!1,u=typeof AbortController<"u"?AbortController:function(){function y(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return y.prototype.abort=function(){},y}();function p(y){return function(h,g,v){var b=n?.idGenerator?n.idGenerator(y):Zi(),S=new u,R,A=!1;function I(T){R=T,S.abort()}var P=function(){return Di(this,null,function(){var T,M,q,me,j,be,Re;return Ti(this,function(f){switch(f.label){case 0:return f.trys.push([0,4,,5]),me=(T=n?.condition)==null?void 0:T.call(n,y,{getState:g,extra:v}),Xi(me)?[4,me]:[3,2];case 1:me=f.sent(),f.label=2;case 2:if(me===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return A=!0,j=new Promise(function(m,C){return S.signal.addEventListener("abort",function(){return C({name:"AbortError",message:R||"Aborted"})})}),h(s(b,y,(M=n?.getPendingMeta)==null?void 0:M.call(n,{requestId:b,arg:y},{getState:g,extra:v}))),[4,Promise.race([j,Promise.resolve(o(y,{dispatch:h,getState:g,extra:v,requestId:b,signal:S.signal,abort:I,rejectWithValue:function(m,C){return new Er(m,C)},fulfillWithValue:function(m,C){return new Xo(m,C)}})).then(function(m){if(m instanceof Er)throw m;return m instanceof Xo?i(m.payload,b,y,m.meta):i(m,b,y)})])];case 3:return q=f.sent(),[3,5];case 4:return be=f.sent(),q=be instanceof Er?l(null,b,y,be.payload,be.meta):l(be,b,y),[3,5];case 5:return Re=n&&!n.dispatchConditionRejection&&l.match(q)&&q.meta.condition,Re||h(q),[2,q]}})})}();return Object.assign(P,{abort:I,requestId:b,arg:y,unwrap:function(){return P.then(Qi)}})}}return Object.assign(p,{pending:s,rejected:l,fulfilled:i,typePrefix:t})}return r.withTypes=function(){return r},r}();function Qi(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function Xi(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var nn="listener",an="completed",sn="cancelled",Gc="task-"+sn,$c="task-"+an,Kc=nn+"-"+sn,Vc=nn+"-"+an;var Ar="listenerMiddleware";var Zc=pe(Ar+"/add"),qc=pe(Ar+"/removeAll"),Yc=pe(Ar+"/remove");var Jo,Qc=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(Jo||(Jo=Promise.resolve())).then(r).catch(function(t){return setTimeout(function(){throw t},0)})},Ji=function(r){return function(t){setTimeout(t,r)}},Xc=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Ji(10);Bo();function es(r,t){return class extends r{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(o,n,i){this.eventBus.addEventListener(o,n,i)}dispatchEvent(o){return this.eventBus.dispatchEvent(o)}removeEventListener(o,n,i){this.eventBus.removeEventListener(o,n,i)}}}var Rt=class extends es(Object){};window.ftReduxStores||(window.ftReduxStores={});var cn=class r extends Rt{static get(t){var o;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Je(s))return s;if(i==null)return;let l=on({...i,reducers:(o=i.reducers)!==null&&o!==void 0?o:{}}),d=tn({reducer:(u,p)=>p.type==="CLEAR_FT_REDUX_STORE"?l.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...u,...p.overwrites}:l.reducer(u,p)});return window.ftReduxStores[i.name]=new r(l,d,i.eventBus)}constructor(t,o,n){super(),this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new vt;let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,l,d)=>{let u=l,p=s[u];return p?(...y)=>{let h=p(...y.map(i));return this.reduxStore.dispatch(h),h}:y=>{this.setState({[u]:i(y)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}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(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Ft=E(F());var os=E(dn(),1);var un;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(un||(un={}));var pn;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(pn||(pn={}));var fn;(function(r){r.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",r.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",r.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",r.PERSONAL_BOOK="PERSONAL_BOOK",r.MAP_ATTACHMENT="MAP_ATTACHMENT",r.RESOURCE="RESOURCE"})(fn||(fn={}));var hn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(hn||(hn={}));var yn;(function(r){r.VALUE="VALUE",r.DATE="DATE",r.RANGE="RANGE"})(yn||(yn={}));var gn;(function(r){r.BOOKMARK__CREATE="BOOKMARK__CREATE",r.BOOKMARK__DELETE="BOOKMARK__DELETE",r.CASE_DEFLECTION__START="CASE_DEFLECTION__START",r.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",r.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",r.COLLECTION__CREATE="COLLECTION__CREATE",r.COLLECTION__UPDATE="COLLECTION__UPDATE",r.COLLECTION__DELETE="COLLECTION__DELETE",r.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",r.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",r.DOCUMENT__PRINT="DOCUMENT__PRINT",r.DOCUMENT__PROCESS="DOCUMENT__PROCESS",r.DOCUMENT__RATE="DOCUMENT__RATE",r.DOCUMENT__SEARCH="DOCUMENT__SEARCH",r.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",r.DOCUMENT__UNRATE="DOCUMENT__UNRATE",r.FEEDBACK__SEND="FEEDBACK__SEND",r.GEN_AI__COMPLETED_QUERY="GEN_AI__COMPLETED_QUERY",r.GEN_AI__RATE="GEN_AI__RATE",r.GENAI_CASE_DEFLECTION__START="GENAI_CASE_DEFLECTION__START",r.GENAI_CASE_DEFLECTION__OPEN_TICKET="GENAI_CASE_DEFLECTION__OPEN_TICKET",r.KHUB__PROCESS="KHUB__PROCESS",r.KHUB__SEARCH="KHUB__SEARCH",r.LABELS__DOWNLOAD="LABELS__DOWNLOAD",r.LINK__SHARE="LINK__SHARE",r.PAGE__DISPLAY="PAGE__DISPLAY",r.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",r.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",r.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",r.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",r.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",r.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",r.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",r.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",r.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",r.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",r.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",r.TOPIC__DISPLAY="TOPIC__DISPLAY",r.TOPIC__RATE="TOPIC__RATE",r.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",r.TOPIC__UNRATE="TOPIC__UNRATE",r.USER__LOGIN="USER__LOGIN",r.USER__LOGOUT="USER__LOGOUT",r.HEARTBEAT="HEARTBEAT"})(gn||(gn={}));var mn;(function(r){r.THIRD_PARTY="THIRD_PARTY",r.OFF_THE_GRID="OFF_THE_GRID",r.CONTENT_PACKAGER="CONTENT_PACKAGER",r.PAGES="PAGES",r.DESIGNED_READER="DESIGNED_READER"})(mn||(mn={}));var bn;(function(r){r.HOMEPAGE="HOMEPAGE",r.CUSTOM="CUSTOM",r.HEADER="HEADER",r.READER="READER",r.TOPIC_TEMPLATE="TOPIC_TEMPLATE",r.SEARCH="SEARCH",r.SEARCH_RESULT="SEARCH_RESULT"})(bn||(bn={}));var xn;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(xn||(xn={}));var vn;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(vn||(vn={}));var Sn;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(Sn||(Sn={}));var On;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(On||(On={}));var Cn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR",r.CUSTOM="CUSTOM"})(Cn||(Cn={}));var En;(function(r){r.ASC="ASC",r.DESC="DESC"})(En||(En={}));var wn;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(wn||(wn={}));var Ir;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(Ir||(Ir={}));var An;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK"})(An||(An={}));var In;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(In||(In={}));var Nn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Nn||(Nn={}));var Rn;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(Rn||(Rn={}));var Tn;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(Tn||(Tn={}));var Nr;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Nr||(Nr={}));var U;(function(r){r.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",r.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",r.HTML_EXPORT_USER="HTML_EXPORT_USER",r.PDF_EXPORT_USER="PDF_EXPORT_USER",r.SAVED_SEARCH_USER="SAVED_SEARCH_USER",r.COLLECTION_USER="COLLECTION_USER",r.OFFLINE_USER="OFFLINE_USER",r.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",r.ANALYTICS_USER="ANALYTICS_USER",r.BETA_USER="BETA_USER",r.DEBUG_USER="DEBUG_USER",r.PRINT_USER="PRINT_USER",r.RATING_USER="RATING_USER",r.FEEDBACK_USER="FEEDBACK_USER",r.GENERATIVE_AI_USER="GENERATIVE_AI_USER",r.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",r.CONTENT_PUBLISHER="CONTENT_PUBLISHER",r.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN"})(U||(U={}));var _n;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(_n||(_n={}));var Pn;(function(r){r.JSON="JSON",r.TEXT="TEXT"})(Pn||(Pn={}));var Ln;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(Ln||(Ln={}));var rs={[U.PERSONAL_BOOK_SHARE_USER]:[U.PERSONAL_BOOK_USER],[U.HTML_EXPORT_USER]:[U.PERSONAL_BOOK_USER],[U.PDF_EXPORT_USER]:[U.PERSONAL_BOOK_USER],[U.KHUB_ADMIN]:[U.CONTENT_PUBLISHER],[U.ADMIN]:[U.KHUB_ADMIN,U.USERS_ADMIN,U.PORTAL_ADMIN],[U.GENERATIVE_AI_EXPORT_USER]:[U.GENERATIVE_AI_USER]};function kn(r,t){return r===t||(rs[r]??[]).some(o=>kn(o,t))}function Fn(r,t){return r==null?!1:(Array.isArray(r)?r:Array.isArray(r.roles)?r.roles:Array.isArray(r.profile?.roles)?r.profile.roles:[]).some(n=>kn(n,t))}var Pt=class extends re{async listMySearches(){let{session:t}=w.getState();return Fn(t,U.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Lt=class extends re{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var ns="ft-user-assets",kt=Ft.FtReduxStore.get({name:ns,initialState:{savedSearches:void 0,bookmarks:void 0}}),Rr=class{constructor(){this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Lt,this.savedSearchesService=new Pt,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:o}=w.getState();(0,Ft.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),kt.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),kt.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();kt.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let o=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;kt.actions.bookmarks(o)}}},Zl=new Rr;var Tr=class{addCommand(t,o=!1){w.commands.add(t,o)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Tr;var Dn=E(F()),_r=class{highlightHtml(t,o,n){(0,Dn.highlightHtml)(t,o,n)}};window.FluidTopicsHighlightHtmlService=new _r;var Un=E(F());var Pr=class{isDate(t){var o,n,i,s;return(s=(i=((n=(o=w.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(d=>d.key===t))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(t,o){var n,i,s;return Un.DateFormatter.format(t,(n=o?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=o?.longFormat)!==null&&i!==void 0?i:!1,(s=o?.withTime)!==null&&s!==void 0?s:!1)}};window.FluidTopicsDateService=new Pr;var Bn=E(F());var at=class{static get(t,o){var n,i,s,l;let d=w.getState(),{lang:u,region:p}=(i=(n=d.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Bn.SearchPlaceConverter(d.baseUrl,(l=(s=window.FluidTopicsClientConfiguration)===null||s===void 0?void 0:s.predefinedSorts)!==null&&l!==void 0?l:{},t??20,d.searchInAllLanguagesAllowed,o??`${u}-${p}`)}};var Lr=class{urlToSearchRequest(t){return at.get().parse(t)}searchRequestToUrl(t){return at.get().serialize(t)}};window.FluidTopicsUrlService=new Lr;var he=E(F());var Ee=class r extends CustomEvent{constructor(t){super(r.eventName,{detail:{currentItem:t}})}};Ee.eventName="change";var kr=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let o=sessionStorage.getItem(this.itemName(t));return o?JSON.parse(o):void 0}set(t,o){sessionStorage.setItem(this.itemName(t),JSON.stringify(o))}},Mn=new kr;var Dt=class r extends he.WithEventBus{static build(){return new r(window.history,Mn,()=>window.location,!1)}constructor(t,o,n,i){var s,l;super(),this.history=t,this.historyStorage=o,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(l=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&l!==void 0?l:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,o=!1){let n=o&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},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,he.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Ee(this.currentItem())),0)}installProxies(){let t=o=>(n,i,[s,l,d])=>{let u=o(),p={...u===this.currentIndex?this.currentState:void 0,...s,index:u,href:typeof d=="string"?d:(d??this.windowLocation()).href};n.apply(i,[p,l,d]),this.setCurrentState(p,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.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(t){for(let o=this.history.length-1;o>=0;o--)t?this.states[o]=this.historyStorage.get(o):setTimeout(()=>this.states[o]=this.historyStorage.get(o),this.history.length-o)}updateCurrentState(t,o=!1){var n,i,s;let l={...this.buildCurrentState(),...t,index:this.currentIndex,title:(n=t?.title)!==null&&n!==void 0?n:this.currentState.title},d=o?(i=t?.majorState)!==null&&i!==void 0?i:this.currentState.majorState:(s=this.currentState.majorState)!==null&&s!==void 0?s:t?.majorState;d!=null&&(l.majorState=d),this.setCurrentState(l)}addHistoryChangeListener(t){this.addEventListener(Ee.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(Ee.eventName,t)}currentItem(){return(0,he.deepCopy)(this.currentState)}back(){let t=this.previousMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,he.deepCopy)(this.states[this.previousMajorPosition()])}previousMajorPosition(){let t=this.currentIndex;for(;t>0&&!this.isMajorState(t);)t--;return this.previousExistingPosition(t)}forward(){let t=this.nextMajorPosition();t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){return(0,he.deepCopy)(this.states[this.nextMajorPosition()])}nextMajorPosition(){let t=this.currentIndex;do t++;while(t<this.states.length&&!this.isMajorState(t));do t++;while(t<this.states.length&&!this.isMajorState(t));return this.previousExistingPosition(t)}previousExistingPosition(t){let o=t;do o--;while(o>0&&!this.hasState(o));return o}buildCurrentState(){var t,o;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(o=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&o!==void 0?o:document.title}}hasState(t){return this.states[t]!=null}isMajorState(t){var o,n;return this.hasState(t)&&((n=(o=this.states[t])===null||o===void 0?void 0:o.majorState)!==null&&n!==void 0?n:!0)}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Dt.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(r),removeHistoryChangeListener:r=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(r)});(0,Wn.customElement)("ft-app-context")(D);var $n=E(K());var as=E(F());function zn(r){return r.match(/^[\w-]+\.[\w-]+$/)}var is=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},Hn=Symbol("i18nAttributes"),jn=Symbol("i18nListAttributes"),Kn=Symbol("i18nProperties"),Ut=Symbol("i18nContexts"),it=Symbol("i18nUnsubs");function Wt(r){var t,o;class n extends r{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[o]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?mt:Te}i18n(s){var l;this.hasI18nContext(s.context)||this.addI18nContext(s.context,void 0,s.custom);let d=(l=s.args)!==null&&l!==void 0?l:s.argsProvider?s.argsProvider(this):[];return this.getI18nService(s.custom).resolveMessage(s.context,s.key,...d)}customI18n(s,l){if(zn(s)){let[d,u]=s.split(".");return this.i18n({custom:!0,context:d,key:u,...l})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((l,d,u)=>s.has(d)||typeof l.argsProvider=="function"),this.updateI18nProperties(l=>typeof l.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((l,d,u)=>{var p;return((p=u?.context)===null||p===void 0?void 0:p.toLowerCase())===s}),this.updateI18nProperties(l=>l.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var l,d;let u=this,p=(y,h,g)=>g?.context&&g.key&&s(y,h,g)?{...g,message:this.i18n({context:g.context,key:g.key,...y})}:g;(l=this[Hn])===null||l===void 0||l.forEach((y,h)=>u[h]=p(y,h,u[h])),(d=this[jn])===null||d===void 0||d.forEach((y,h)=>{var g;return u[h]=(g=u[h])===null||g===void 0?void 0:g.map(v=>p(y,h,v))})}updateI18nProperties(s){var l;(l=this[Kn])===null||l===void 0||l.forEach((d,u)=>{s(d,u)&&(this[u]=this.i18n(d))})}addI18nMessages(s,l,d){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,l,d)}addI18nContext(s,l,d){let u=(typeof s=="string"?s:s.name).toLowerCase();d=typeof s=="string"?d:s.custom,this[Ut].set(u,{isCustomContext:d}),this[it].has(u)||this[it].set(u,this.getI18nService(d).subscribe(u,()=>this.onI18nUpdate(u))),this.getI18nService(d).prepareContext(u,l)}hasI18nContext(s){return this[Ut].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Ut].forEach((s,l)=>this.addI18nContext(l,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[it].forEach(s=>s()),this[it].clear()}}return t=Ut,o=it,is([(0,$n.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}var Gn=class extends Wt(Mt.FtLitElement){},Bt=class extends Wt(Mt.FtLitElementRedux){};var st=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},J=class extends Bt{constructor(){super(),this.editorMode=!1,this.addStore(w)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":zt.nothing:zt.html`
|
|
11
11
|
<span class="ft-i18n">
|
|
12
12
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
13
13
|
</span>
|