@fluid-topics/ft-reader-topic-content 1.1.99 → 1.1.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,6 @@ export declare class FtReaderTopicContent extends FtReaderTopicComponent impleme
14
14
  private topicContainer?;
15
15
  protected render(): import("lit").TemplateResult<1>;
16
16
  protected update(props: PropertyValues): void;
17
- protected updated(props: PropertyValues): void;
18
17
  private updateContent;
19
18
  protected contentAvailableCallback(props: PropertyValues): void;
20
19
  moveSvgInShadowRoot(): void;
@@ -40,14 +40,6 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
40
40
  this.updateContent();
41
41
  }
42
42
  }
43
- updated(props) {
44
- super.updated(props);
45
- this.updateComplete.then(() => {
46
- if (this.topicContainer) {
47
- highlightHtml(this.topicContainer, this.searchInDocumentQuery);
48
- }
49
- });
50
- }
51
43
  updateContent() {
52
44
  var _a;
53
45
  this.error = undefined;
@@ -66,6 +58,7 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
66
58
  }
67
59
  if (this.topicContainer) {
68
60
  this.onContentAvailable(this.topicContainer, this.shadowRoot);
61
+ highlightHtml(this.topicContainer, this.searchInDocumentQuery, { attributes: { part: "kwicmatch" } });
69
62
  this.moveSvgInShadowRoot();
70
63
  }
71
64
  if ((props.has("content") && this.content) || (props.has("error") && this.error)) {
@@ -75,11 +68,11 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
75
68
  moveSvgInShadowRoot() {
76
69
  this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(svgContainer => {
77
70
  if (!svgContainer.shadowRoot) {
78
- var innerHTML = svgContainer.innerHTML;
71
+ const innerHTML = svgContainer.innerHTML;
79
72
  svgContainer.innerHTML = "";
80
- var shadow = svgContainer.attachShadow({ mode: "open" });
81
- var documentFragment = document.createRange().createContextualFragment(innerHTML);
82
- var svgNode = document.importNode(documentFragment, true);
73
+ const shadow = svgContainer.attachShadow({ mode: "open" });
74
+ const documentFragment = document.createRange().createContextualFragment(innerHTML);
75
+ const svgNode = document.importNode(documentFragment, true);
83
76
  shadow.append(svgNode);
84
77
  }
85
78
  });
@@ -78,7 +78,7 @@
78
78
  `;var rt=y(C());var ln=y(C());var br=y(I()),M=y(N()),j=y(C());var hr=y(I());var vr=hr.css`
79
79
  `;var je=y(C()),Cn="ft-app-info",pt=class extends CustomEvent{constructor(t){super("authentication-change",{detail:t})}},_n={session:(e,t)=>{(0,je.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>b.eventBus.dispatchEvent(new pt(t.payload)),0))}},b=je.FtReduxStore.get({name:Cn,reducers:_n,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var X=y(C());var ht=y(C());var ae=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=b.getState(),o=t??n;if(r&&o&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,o,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let o=b.subscribe(()=>{n=e.get(t),n&&(o(),r(n))})}})}};var $=class{constructor(t=!0,r){var n;this.overrideApi=r;let o=this.constructor;o.commonCache=(n=o.commonCache)!==null&&n!==void 0?n:new ht.CacheRegistry,this.cache=t?o.commonCache:new ht.CacheRegistry}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:ae.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ae.await()}clearCache(){this.cache.clearAll()}};var mr,Tn=Symbol("clearAfterUnitTest"),ke=class extends ${constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[mr]=()=>{this.defaultMessages={},this.cache=new X.CacheRegistry,this.listeners={}},this.currentUiLocale=b.getState().uiLocale,b.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=b.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),Object.keys(r).length>0){let o={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,X.deepEqual)(this.defaultMessages[t],o)||(this.defaultMessages[t]=o,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,r,...n){var o,i,a;t=t.toLowerCase(),this.fetchContext(t);let s=(i=(o=this.cache.getNow(t))===null||o===void 0?void 0:o.messages)!==null&&i!==void 0?i:{};return new X.ParametrizedLabelResolver((a=this.defaultMessages[t])!==null&&a!==void 0?a:{},s).resolve(r,...n)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),await this.notify(t)}catch(r){console.error(r)}}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var o;return(o=this.listeners[t])===null||o===void 0?void 0:o.delete(r)}}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(r=>(0,X.delay)(0).then(()=>r()).catch(()=>null)))}};mr=Tn;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends ke{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends ke{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var de=window.FluidTopicsI18nService,yr=window.FluidTopicsCustomI18nService;var T=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},A=class extends j.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=()=>ae.get(),this.messageContexts=[],this.cache=new j.CacheRegistry,this.cleanSessionDebouncer=new j.Debouncer}render(){return br.html`
80
80
  <slot></slot>
81
- `}update(t){super.update(t),t.has("baseUrl")&&(b.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&b.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&b.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&b.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&b.actions.noCustom(this.noCustom),t.has("editorMode")&&b.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&b.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&b.actions.session(this.session),t.has("availableUiLocales")&&b.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>de.addContext(r)),t.has("openExternalDocumentInNewTab")&&b.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&b.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&b.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};A.elementDefinitions={};A.styles=vr;T([(0,M.property)()],A.prototype,"baseUrl",void 0);T([(0,M.property)()],A.prototype,"apiIntegrationIdentifier",void 0);T([(0,M.property)()],A.prototype,"uiLocale",void 0);T([(0,j.jsonProperty)(null)],A.prototype,"availableUiLocales",void 0);T([(0,j.jsonProperty)(null)],A.prototype,"metadataConfiguration",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"editorMode",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"noCustom",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"openExternalDocumentInNewTab",void 0);T([(0,M.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],A.prototype,"noCustomComponent",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"withManualResources",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"navigatorOnline",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"forcedOffline",void 0);T([(0,M.property)({type:Object})],A.prototype,"apiProvider",void 0);T([(0,j.jsonProperty)([])],A.prototype,"messageContexts",void 0);T([(0,j.jsonProperty)(void 0)],A.prototype,"session",void 0);var vo=y(N());function Pn(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,n,o;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ue(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ue(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){var i=o[n];if(!Ue(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ue(e,t){try{return Pn(e,t)}catch{return!1}}function vt(e,t){return!Ue(e,t)}var Rn=y(N(),1);var Ie=class{constructor(){this.queue=[]}add(t,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var we=y(N(),1);var gr=y(N(),1);function xr(e,t){let r=()=>JSON.parse(JSON.stringify(e));return(0,gr.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:vt,...t??{}})}var Be=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let o=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let a of n)try{await a()}catch(s){o(s);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var wr=y(I(),1);var We=window,Nn=We.ShadowRoot&&(We.ShadyCSS===void 0||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,hi=Symbol();var Sr=(e,t)=>{Nn?e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):t.forEach(r=>{let n=document.createElement("style"),o=We.litNonce;o!==void 0&&n.setAttribute("nonce",o),n.textContent=r.cssText,e.appendChild(n)})};var Ve=class extends wr.LitElement{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([o,i])=>t.registry.define(o,i)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Sr(n,t.elementStyles),n}};var Ge=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},Cr,Er=Symbol("constructorPrototype"),Or=Symbol("constructorName"),_r=Symbol("exportpartsDebouncer"),Ar=Symbol("dynamicDependenciesLoaded"),Y=class extends Ve{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Cr]=new Be(5),this[Or]=this.constructor.name,this[Er]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Or]&&Object.setPrototypeOf(this,this[Er])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let t=this.constructor;t[Ar]||(t[Ar]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var r,n,o;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((o=this.customStylesheet)!==null&&o!==void 0?o:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}scheduleExportpartsUpdate(){var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[_r].run(()=>{var o,i;!((o=this.exportpartsPrefix)===null||o===void 0)&&o.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var r,n,o,i,a,s;let c=f=>f!=null&&f.trim().length>0,u=t.filter(c).map(f=>f.trim());if(u.length===0){this.removeAttribute("exportparts");return}let l=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let m=(i=(o=f.getAttribute("part"))===null||o===void 0?void 0:o.split(" "))!==null&&i!==void 0?i:[],p=(s=(a=f.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(h=>h.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...m,...p).filter(c).map(h=>h.trim()).forEach(h=>l.add(h))}if(l.size===0){this.removeAttribute("exportparts");return}let v=[...l.values()].flatMap(f=>u.map(m=>`${f}:${m}--${f}`));this.setAttribute("exportparts",[...this.part,...v].join(", "))}};Cr=_r;Ge([(0,we.property)()],Y.prototype,"exportpartsPrefix",void 0);Ge([xr([])],Y.prototype,"exportpartsPrefixes",void 0);Ge([(0,we.property)()],Y.prototype,"customStylesheet",void 0);Ge([(0,we.state)()],Y.prototype,"useAdoptedStyleSheets",void 0);function Ee(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Tr,Pr,Rr,Ke=Symbol("internalReduxEventsUnsubscribers"),J=Symbol("internalStoresUnsubscribers"),se=Symbol("internalStores"),Oe=class extends Y{constructor(){super(...arguments),this[Tr]=new Map,this[Pr]=new Map,this[Rr]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(r=>t.has(r))&&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,r){var n;r=(n=r??(Ee(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,t)}removeStore(t){let r=typeof t=="string"?t:t.name;this.unsubscribeFromStore(r),this[se].delete(r)}setupStore(t,r){this[se].set(t,r),this.subscribeToStore(t,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[se].forEach((t,r)=>this.subscribeToStore(r,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let o=this.getStore(t.store);o&&(t.store?this[J].has(t.store):this[J].size>0)&&(this[r]=t.selector(o.getState(),this))}})}subscribeToStore(t,r){var n;this[J].set(t,r.subscribe(()=>this.updateFromStores())),Ee(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((o,i)=>{if(typeof this[i]=="function"&&(!o.store||r.name===o.store)){let a=s=>this[i](s);r.eventBus.addEventListener(o.eventName,a),this[Ke].push(()=>r.eventBus.removeEventListener(o.eventName,a))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[J].forEach((t,r)=>this.unsubscribeFromStore(r)),this[Ke].forEach(t=>t()),this[Ke]=[]}unsubscribeFromStore(t){this[J].has(t)&&this[J].get(t)(),this[J].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Tr=J,Pr=se,Rr=Ke;Oe.reduxProperties=new Map;Oe.reduxReactiveProperties=new Set;Oe.reduxEventListeners=new Map;function D(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var o,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(a){return"'"+a+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function H(e){return!!e&&!!e[E]}function k(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var o=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return o===Object||typeof o=="function"&&Function.toString.call(o)===Bn}(e)||Array.isArray(e)||!!e[Ur]||!!(!((t=e.constructor)===null||t===void 0)&&t[Ur])||Ot(e)||At(e))}function ue(e,t,r){r===void 0&&(r=!1),ve(e)===0?(r?Object.keys:he)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,o){return t(o,n,e)})}function ve(e){var t=e[E];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Ot(e)?2:At(e)?3:0}function pe(e,t){return ve(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Mn(e,t){return ve(e)===2?e.get(t):e[t]}function Ir(e,t,r){var n=ve(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Br(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Ot(e){return Un&&e instanceof Map}function At(e){return In&&e instanceof Set}function Z(e){return e.o||e.t}function Ct(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Gr(e);delete t[E];for(var r=he(t),n=0;n<r.length;n++){var o=r[n],i=t[o];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function _t(e,t){return t===void 0&&(t=!1),Tt(e)||H(e)||!k(e)||(ve(e)>1&&(e.set=e.add=e.clear=e.delete=Dn),Object.freeze(e),t&&ue(e,function(r,n){return _t(n,!0)},!0)),e}function Dn(){D(2)}function Tt(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function W(e){var t=Et[e];return t||D(18,e),t}function Ln(e,t){Et[e]||(Et[e]=t)}function xt(){return Ce}function mt(e,t){t&&(W("Patches"),e.u=[],e.s=[],e.v=t)}function He(e){St(e),e.p.forEach(jn),e.p=null}function St(e){e===Ce&&(Ce=e.l)}function Nr(e){return Ce={p:[],l:Ce,h:e,m:!0,_:0}}function jn(e){var t=e[E];t.i===0||t.i===1?t.j():t.g=!0}function yt(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||W("ES5").S(t,e,n),n?(r[E].P&&(He(t),D(4)),k(e)&&(e=ze(t,e),t.l||qe(t,e)),t.u&&W("Patches").M(r[E].t,e,t.u,t.s)):e=ze(t,r,[]),He(t),t.u&&t.v(t.u,t.s),e!==Vr?e:void 0}function ze(e,t,r){if(Tt(t))return t;var n=t[E];if(!n)return ue(t,function(s,c){return Mr(e,n,t,s,c,r)},!0),t;if(n.A!==e)return t;if(!n.P)return qe(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var o=n.i===4||n.i===5?n.o=Ct(n.k):n.o,i=o,a=!1;n.i===3&&(i=new Set(o),o.clear(),a=!0),ue(i,function(s,c){return Mr(e,n,o,s,c,r,a)}),qe(e,o,!1),r&&e.u&&W("Patches").N(n,r,e.u,e.s)}return n.o}function Mr(e,t,r,n,o,i,a){if(H(o)){var s=ze(e,o,i&&t&&t.i!==3&&!pe(t.R,n)?i.concat(n):void 0);if(Ir(r,n,s),!H(s))return;e.m=!1}else a&&r.add(o);if(k(o)&&!Tt(o)){if(!e.h.D&&e._<1)return;ze(e,o),t&&t.A.l||qe(e,o)}}function qe(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&_t(t,r)}function bt(e,t){var r=e[E];return(r?Z(r):e)[t]}function Dr(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Q(e){e.P||(e.P=!0,e.l&&Q(e.l))}function gt(e){e.o||(e.o=Ct(e.t))}function wt(e,t,r){var n=Ot(t)?W("MapSet").F(t,r):At(t)?W("MapSet").T(t,r):e.O?function(o,i){var a=Array.isArray(o),s={i:a?1:0,A:i?i.A:xt(),P:!1,I:!1,R:{},l:i,t:o,k:null,o:null,j:null,C:!1},c=s,u=_e;a&&(c=[s],u=Ae);var l=Proxy.revocable(c,u),v=l.revoke,f=l.proxy;return s.k=f,s.j=v,f}(t,r):W("ES5").J(t,r);return(r?r.A:xt()).p.push(n),n}function kn(e){return H(e)||D(22,e),function t(r){if(!k(r))return r;var n,o=r[E],i=ve(r);if(o){if(!o.P&&(o.i<4||!W("ES5").K(o)))return o.t;o.I=!0,n=Lr(r,i),o.I=!1}else n=Lr(r,i);return ue(n,function(a,s){o&&Mn(o.t,a)===s||Ir(n,a,t(s))}),i===3?new Set(n):n}(e)}function Lr(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Ct(e)}function Wr(){function e(a,s){var c=i[a];return c?c.enumerable=s:i[a]=c={configurable:!0,enumerable:s,get:function(){var u=this[E];return _e.get(u,a)},set:function(u){var l=this[E];_e.set(l,a,u)}},c}function t(a){for(var s=a.length-1;s>=0;s--){var c=a[s][E];if(!c.P)switch(c.i){case 5:n(c)&&Q(c);break;case 4:r(c)&&Q(c)}}}function r(a){for(var s=a.t,c=a.k,u=he(c),l=u.length-1;l>=0;l--){var v=u[l];if(v!==E){var f=s[v];if(f===void 0&&!pe(s,v))return!0;var m=c[v],p=m&&m[E];if(p?p.t!==f:!Br(m,f))return!0}}var h=!!s[E];return u.length!==he(s).length+(h?0:1)}function n(a){var s=a.k;if(s.length!==a.t.length)return!0;var c=Object.getOwnPropertyDescriptor(s,s.length-1);if(c&&!c.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function o(a){a.g&&D(3,JSON.stringify(Z(a)))}var i={};Ln("ES5",{J:function(a,s){var c=Array.isArray(a),u=function(v,f){if(v){for(var m=Array(f.length),p=0;p<f.length;p++)Object.defineProperty(m,""+p,e(p,!0));return m}var h=Gr(f);delete h[E];for(var S=he(h),g=0;g<S.length;g++){var x=S[g];h[x]=e(x,v||!!h[x].enumerable)}return Object.create(Object.getPrototypeOf(f),h)}(c,a),l={i:c?5:4,A:s?s.A:xt(),P:!1,I:!1,R:{},l:s,t:a,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,E,{value:l,writable:!0}),u},S:function(a,s,c){c?H(s)&&s[E].A===a&&t(a.p):(a.u&&function u(l){if(l&&typeof l=="object"){var v=l[E];if(v){var f=v.t,m=v.k,p=v.R,h=v.i;if(h===4)ue(m,function(w){w!==E&&(f[w]!==void 0||pe(f,w)?p[w]||u(m[w]):(p[w]=!0,Q(v)))}),ue(f,function(w){m[w]!==void 0||pe(m,w)||(p[w]=!1,Q(v))});else if(h===5){if(n(v)&&(Q(v),p.length=!0),m.length<f.length)for(var S=m.length;S<f.length;S++)p[S]=!1;else for(var g=f.length;g<m.length;g++)p[g]=!0;for(var x=Math.min(m.length,f.length),O=0;O<x;O++)m.hasOwnProperty(O)||(p[O]=!0),p[O]===void 0&&u(m[O])}}}}(a.p[0]),t(a.p))},K:function(a){return a.i===4?r(a):n(a)}})}var jr,Ce,Pt=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Un=typeof Map<"u",In=typeof Set<"u",kr=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Vr=Pt?Symbol.for("immer-nothing"):((jr={})["immer-nothing"]=!0,jr),Ur=Pt?Symbol.for("immer-draftable"):"__$immer_draftable",E=Pt?Symbol.for("immer-state"):"__$immer_state";var Bn=""+Object.prototype.constructor,he=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Gr=Object.getOwnPropertyDescriptors||function(e){var t={};return he(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Et={},_e={get:function(e,t){if(t===E)return e;var r=Z(e);if(!pe(r,t))return function(o,i,a){var s,c=Dr(i,a);return c?"value"in c?c.value:(s=c.get)===null||s===void 0?void 0:s.call(o.k):void 0}(e,r,t);var n=r[t];return e.I||!k(n)?n:n===bt(e.t,t)?(gt(e),e.o[t]=wt(e.A.h,n,e)):n},has:function(e,t){return t in Z(e)},ownKeys:function(e){return Reflect.ownKeys(Z(e))},set:function(e,t,r){var n=Dr(Z(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var o=bt(Z(e),t),i=o?.[E];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Br(r,o)&&(r!==void 0||pe(e.t,t)))return!0;gt(e),Q(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return bt(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,gt(e),Q(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Z(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){D(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){D(12)}},Ae={};ue(_e,function(e,t){Ae[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Ae.deleteProperty=function(e,t){return Ae.set.call(this,e,t,void 0)},Ae.set=function(e,t,r){return _e.set.call(this,e[0],t,r,e[0])};var Wn=function(){function e(r){var n=this;this.O=kr,this.D=!0,this.produce=function(o,i,a){if(typeof o=="function"&&typeof i!="function"){var s=i;i=o;var c=n;return function(h){var S=this;h===void 0&&(h=s);for(var g=arguments.length,x=Array(g>1?g-1:0),O=1;O<g;O++)x[O-1]=arguments[O];return c.produce(h,function(w){var z;return(z=i).call.apply(z,[S,w].concat(x))})}}var u;if(typeof i!="function"&&D(6),a!==void 0&&typeof a!="function"&&D(7),k(o)){var l=Nr(n),v=wt(n,o,void 0),f=!0;try{u=i(v),f=!1}finally{f?He(l):St(l)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(h){return mt(l,a),yt(h,l)},function(h){throw He(l),h}):(mt(l,a),yt(u,l))}if(!o||typeof o!="object"){if((u=i(o))===void 0&&(u=o),u===Vr&&(u=void 0),n.D&&_t(u,!0),a){var m=[],p=[];W("Patches").M(o,u,m,p),a(m,p)}return u}D(21,o)},this.produceWithPatches=function(o,i){if(typeof o=="function")return function(u){for(var l=arguments.length,v=Array(l>1?l-1:0),f=1;f<l;f++)v[f-1]=arguments[f];return n.produceWithPatches(u,function(m){return o.apply(void 0,[m].concat(v))})};var a,s,c=n.produce(o,i,function(u,l){a=u,s=l});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,a,s]}):[c,a,s]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){k(r)||D(8),H(r)&&(r=kn(r));var n=Nr(this),o=wt(this,r,void 0);return o[E].C=!0,St(n),o},t.finishDraft=function(r,n){var o=r&&r[E],i=o.A;return mt(i,n),yt(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!kr&&D(20),this.O=r},t.applyPatches=function(r,n){var o;for(o=n.length-1;o>=0;o--){var i=n[o];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}o>-1&&(n=n.slice(o+1));var a=W("Patches").$;return H(r)?a(r,n):this.produce(r,function(s){return a(s,n)})},e}(),P=new Wn,Vn=P.produce,Ci=P.produceWithPatches.bind(P),_i=P.setAutoFreeze.bind(P),Ti=P.setUseProxies.bind(P),Pi=P.applyPatches.bind(P),Ri=P.createDraft.bind(P),Ni=P.finishDraft.bind(P),$e=Vn;function F(e){"@babel/helpers - typeof";return F=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},F(e)}function Rt(e,t){if(F(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(F(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Nt(e){var t=Rt(e,"string");return F(t)==="symbol"?t:String(t)}function Mt(e,t,r){return t=Nt(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Kr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Xe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Kr(Object(r),!0).forEach(function(n){Mt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Kr(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function _(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Hr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Dt=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ye={INIT:"@@redux/INIT"+Dt(),REPLACE:"@@redux/REPLACE"+Dt(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Dt()}};function Gn(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Lt(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(_(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(_(1));return r(Lt)(e,t)}if(typeof e!="function")throw new Error(_(2));var o=e,i=t,a=[],s=a,c=!1;function u(){s===a&&(s=a.slice())}function l(){if(c)throw new Error(_(3));return i}function v(h){if(typeof h!="function")throw new Error(_(4));if(c)throw new Error(_(5));var S=!0;return u(),s.push(h),function(){if(S){if(c)throw new Error(_(6));S=!1,u();var x=s.indexOf(h);s.splice(x,1),a=null}}}function f(h){if(!Gn(h))throw new Error(_(7));if(typeof h.type>"u")throw new Error(_(8));if(c)throw new Error(_(9));try{c=!0,i=o(i,h)}finally{c=!1}for(var S=a=s,g=0;g<S.length;g++){var x=S[g];x()}return h}function m(h){if(typeof h!="function")throw new Error(_(10));o=h,f({type:Ye.REPLACE})}function p(){var h,S=v;return h={subscribe:function(x){if(typeof x!="object"||x===null)throw new Error(_(11));function O(){x.next&&x.next(l())}O();var w=S(O);return{unsubscribe:w}}},h[Hr]=function(){return this},h}return f({type:Ye.INIT}),n={dispatch:f,subscribe:v,getState:l,replaceReducer:m},n[Hr]=p,n}function Kn(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Ye.INIT});if(typeof n>"u")throw new Error(_(12));if(typeof r(void 0,{type:Ye.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(_(13))})}function zr(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var o=t[n];typeof e[o]=="function"&&(r[o]=e[o])}var i=Object.keys(r),a,s;try{Kn(r)}catch(c){s=c}return function(u,l){if(u===void 0&&(u={}),s)throw s;if(0)var v;for(var f=!1,m={},p=0;p<i.length;p++){var h=i[p],S=r[h],g=u[h],x=S(g,l);if(typeof x>"u"){var O=l&&l.type;throw new Error(_(14))}m[h]=x,f=f||x!==g}return f=f||i.length!==Object.keys(u).length,f?m:u}}function me(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,o){return function(){return n(o.apply(void 0,arguments))}})}function qr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var o=n.apply(void 0,arguments),i=function(){throw new Error(_(15))},a={getState:o.getState,dispatch:function(){return i.apply(void 0,arguments)}},s=t.map(function(c){return c(a)});return i=me.apply(void 0,s)(o.dispatch),Xe(Xe({},o),{},{dispatch:i})}}}function $r(e){var t=function(n){var o=n.dispatch,i=n.getState;return function(a){return function(s){return typeof s=="function"?s(o,i,e):a(s)}}};return t}var Xr=$r();Xr.withExtraArgument=$r;var jt=Xr;var Fr=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Hn=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(l){return c([u,l])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(l){u=[6,l],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},ye=function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e},zn=Object.defineProperty,qn=Object.defineProperties,$n=Object.getOwnPropertyDescriptors,Yr=Object.getOwnPropertySymbols,Xn=Object.prototype.hasOwnProperty,Yn=Object.prototype.propertyIsEnumerable,Jr=function(e,t,r){return t in e?zn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},ee=function(e,t){for(var r in t||(t={}))Xn.call(t,r)&&Jr(e,r,t[r]);if(Yr)for(var n=0,o=Yr(t);n<o.length;n++){var r=o[n];Yn.call(t,r)&&Jr(e,r,t[r])}return e},kt=function(e,t){return qn(e,$n(t))},Jn=function(e,t,r){return new Promise(function(n,o){var i=function(c){try{s(r.next(c))}catch(u){o(u)}},a=function(c){try{s(r.throw(c))}catch(u){o(u)}},s=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(i,a)};s((r=r.apply(e,t)).next())})};var Zn=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?me:me.apply(null,arguments)},Yi=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Qn(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var Fn=function(e){Fr(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array),eo=function(e){Fr(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array);function Bt(e){return k(e)?$e(e,function(){}):e}function to(e){return typeof e=="boolean"}function ro(){return function(t){return no(t)}}function no(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,o=n===void 0?!0:n,i=e.serializableCheck,a=i===void 0?!0:i,s=new Fn;if(r&&(to(r)?s.push(jt):s.push(jt.withExtraArgument(r.extraArgument))),0){if(o)var c;if(a)var u}return s}var Ut=!0;function en(e){var t=ro(),r=e||{},n=r.reducer,o=n===void 0?void 0:n,i=r.middleware,a=i===void 0?t():i,s=r.devTools,c=s===void 0?!0:s,u=r.preloadedState,l=u===void 0?void 0:u,v=r.enhancers,f=v===void 0?void 0:v,m;if(typeof o=="function")m=o;else if(Qn(o))m=zr(o);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 p=a;if(typeof p=="function"&&(p=p(t),!Ut&&!Array.isArray(p)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ut&&p.some(function(w){return typeof w!="function"}))throw new Error("each middleware provided to configureStore must be a function");var h=qr.apply(void 0,p),S=me;c&&(S=Zn(ee({trace:!Ut},typeof c=="object"&&c)));var g=new eo(h),x=g;Array.isArray(f)?x=ye([h],f):typeof f=="function"&&(x=f(g));var O=S.apply(void 0,x);return Lt(m,l,O)}function te(e,t){function r(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return ee(ee({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function tn(e){var t={},r=[],n,o={addCase:function(i,a){var s=typeof i=="string"?i:i.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=a,o},addMatcher:function(i,a){return r.push({matcher:i,reducer:a}),o},addDefaultCase:function(i){return n=i,o}};return e(o),[t,r,n]}function oo(e){return typeof e=="function"}function io(e,t,r,n){r===void 0&&(r=[]);var o=typeof t=="function"?tn(t):[t,r,n],i=o[0],a=o[1],s=o[2],c;if(oo(e))c=function(){return Bt(e())};else{var u=Bt(e);c=function(){return u}}function l(v,f){v===void 0&&(v=c());var m=ye([i[f.type]],a.filter(function(p){var h=p.matcher;return h(f)}).map(function(p){var h=p.reducer;return h}));return m.filter(function(p){return!!p}).length===0&&(m=[s]),m.reduce(function(p,h){if(h)if(H(p)){var S=p,g=h(S,f);return g===void 0?p:g}else{if(k(p))return $e(p,function(x){return h(x,f)});var g=h(p,f);if(g===void 0){if(p===null)return p;throw Error("A case reducer on a non-draftable value must not return undefined")}return g}return p},v)}return l.getInitialState=c,l}function ao(e,t){return e+"/"+t}function rn(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:Bt(e.initialState),n=e.reducers||{},o=Object.keys(n),i={},a={},s={};o.forEach(function(l){var v=n[l],f=ao(t,l),m,p;"reducer"in v?(m=v.reducer,p=v.prepare):m=v,i[l]=m,a[f]=m,s[l]=p?te(f,p):te(f)});function c(){var l=typeof e.extraReducers=="function"?tn(e.extraReducers):[e.extraReducers],v=l[0],f=v===void 0?{}:v,m=l[1],p=m===void 0?[]:m,h=l[2],S=h===void 0?void 0:h,g=ee(ee({},f),a);return io(r,function(x){for(var O in g)x.addCase(O,g[O]);for(var w=0,z=p;w<z.length;w++){var V=z[w];x.addMatcher(V.matcher,V.reducer)}S&&x.addDefaultCase(S)})}var u;return{name:t,reducer:function(l,v){return u||(u=c()),u(l,v)},actions:s,caseReducers:i,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var so="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",uo=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=so[Math.random()*64|0];return t},co=["name","message","stack","code"],It=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Zr=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),lo=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=co;r<n.length;r++){var o=n[r];typeof e[o]=="string"&&(t[o]=e[o])}return t}return{message:String(e)}},Fi=function(){function e(t,r,n){var o=te(t+"/fulfilled",function(l,v,f,m){return{payload:l,meta:kt(ee({},m||{}),{arg:f,requestId:v,requestStatus:"fulfilled"})}}),i=te(t+"/pending",function(l,v,f){return{payload:void 0,meta:kt(ee({},f||{}),{arg:v,requestId:l,requestStatus:"pending"})}}),a=te(t+"/rejected",function(l,v,f,m,p){return{payload:m,error:(n&&n.serializeError||lo)(l||"Rejected"),meta:kt(ee({},p||{}),{arg:f,requestId:v,rejectedWithValue:!!m,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"})}}),s=!1,c=typeof AbortController<"u"?AbortController:function(){function l(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return l.prototype.abort=function(){},l}();function u(l){return function(v,f,m){var p=n?.idGenerator?n.idGenerator(l):uo(),h=new c,S,g=!1;function x(w){S=w,h.abort()}var O=function(){return Jn(this,null,function(){var w,z,V,be,$t,ge,Xt;return Hn(this,function(le){switch(le.label){case 0:return le.trys.push([0,4,,5]),be=(w=n?.condition)==null?void 0:w.call(n,l,{getState:f,extra:m}),po(be)?[4,be]:[3,2];case 1:be=le.sent(),le.label=2;case 2:if(be===!1||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return g=!0,$t=new Promise(function(L,xe){return h.signal.addEventListener("abort",function(){return xe({name:"AbortError",message:S||"Aborted"})})}),v(i(p,l,(z=n?.getPendingMeta)==null?void 0:z.call(n,{requestId:p,arg:l},{getState:f,extra:m}))),[4,Promise.race([$t,Promise.resolve(r(l,{dispatch:v,getState:f,extra:m,requestId:p,signal:h.signal,abort:x,rejectWithValue:function(L,xe){return new It(L,xe)},fulfillWithValue:function(L,xe){return new Zr(L,xe)}})).then(function(L){if(L instanceof It)throw L;return L instanceof Zr?o(L.payload,p,l,L.meta):o(L,p,l)})])];case 3:return V=le.sent(),[3,5];case 4:return ge=le.sent(),V=ge instanceof It?a(null,p,l,ge.payload,ge.meta):a(ge,p,l),[3,5];case 5:return Xt=n&&!n.dispatchConditionRejection&&a.match(V)&&V.meta.condition,Xt||v(V),[2,V]}})})}();return Object.assign(O,{abort:x,requestId:p,arg:l,unwrap:function(){return O.then(fo)}})}}return Object.assign(u,{pending:i,rejected:a,fulfilled:o,typePrefix:t})}return e.withTypes=function(){return e},e}();function fo(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function po(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var nn="listener",on="completed",an="cancelled",ea="task-"+an,ta="task-"+on,ra=nn+"-"+an,na=nn+"-"+on;var Wt="listenerMiddleware";var oa=te(Wt+"/add"),ia=te(Wt+"/removeAll"),aa=te(Wt+"/remove");var Qr,sa=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Qr||(Qr=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},ho=function(e){return function(t){setTimeout(t,e)}},ua=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:ho(10);Wr();window.ftReduxStores||(window.ftReduxStores={});var sn=class e{static get(t){var r;let n=typeof t=="string"?t:t.name,o=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(Ee(i))return i;if(o==null)return;let a=rn({...o,reducers:(r=o.reducers)!==null&&r!==void 0?r:{}}),s=en({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?a.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:a.reducer(c,u)});return window.ftReduxStores[o.name]=new e(a,s)}constructor(t,r){this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Ie,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,o,i)=>{let a=o,s=n[a];return s?(...c)=>{let u=s(...c);return this.reduxStore.dispatch(u),u}:c=>{this.setState({[a]:c})}}})}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 Fe=y(C());var Je=class extends ${async listMySearches(){let t=b.getState().session;return t?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Ze=class extends ${async listMyBookmarks(){let t=b.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var mo="ft-user-assets",Qe=Fe.FtReduxStore.get({name:mo,initialState:{savedSearches:void 0,bookmarks:void 0}}),Vt=class{constructor(){this.currentSession=b.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ze,this.savedSearchesService=new Je,b.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=b.getState();(0,Fe.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Qe.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Qe.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Qe.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 r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Qe.actions.bookmarks(r)}}},Ua=new Vt;var Gt=class{addCommand(t,r=!1){b.commands.add(t,r)}consumeCommand(t){return b.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Gt;var un=y(C()),Kt=class{highlightHtml(t,r){(0,un.highlightHtml)(t,r)}};window.FluidTopicsHighlightHtmlService=new Kt;var cn=y(C());var Ht=class{isDate(t){var r,n,o,i;return(i=(o=((n=(r=b.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(s=>s.key===t))===null||o===void 0?void 0:o.date)!==null&&i!==void 0?i:!1}format(t,r){var n,o,i;return cn.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:b.getState().uiLocale,(o=r?.longFormat)!==null&&o!==void 0?o:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new Ht;(0,ln.customElement)("ft-app-context")(A);var dn=y(N()),yo=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},zt=Symbol("i18nAttributes"),et=Symbol("i18nProperties"),Te=Symbol("i18nUnsubs");function pn(e){var t;class r extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map}get i18nService(){return this.useCustomMessageContexts?yr:de}i18n(o,i,...a){var s;if(typeof o=="string")return this.i18nService.resolveMessage(o,i,...a);let c=(s=o.args)!==null&&s!==void 0?s:o.argsProvider?o.argsProvider(this):[];return this.i18nService.resolveMessage(o.context,o.key,...c)}onI18nUpdate(o){var i,a;(i=this[zt])===null||i===void 0||i.forEach((s,c)=>{var u;let l=this.getI18nAttributeValue(c);((u=l?.context)===null||u===void 0?void 0:u.toLowerCase())===o.toLowerCase()&&this.updateI18nAttributeMessage(c,l,s)}),(a=this[et])===null||a===void 0||a.forEach((s,c)=>{s.context.toLowerCase()===o.toLowerCase()&&(this[c]=this.i18n(s))}),setTimeout(()=>this.requestUpdate(),0)}updateI18nAttributeMessage(o,i,a){this[o]={...i,message:this.i18n({context:i.context,key:i.key,...a})}}update(o){var i,a;super.update(o),(i=this[zt])===null||i===void 0||i.forEach((s,c)=>{let u=this.getI18nAttributeValue(c);u?.context&&u.key&&(o.has(c)||s.argsProvider!=null)&&(o.has(c)&&this.addI18nContext(u.context),this.updateI18nAttributeMessage(c,u,s))}),(a=this[et])===null||a===void 0||a.forEach((s,c)=>{s.argsProvider!=null&&(this[c]=this.i18n(s))})}getI18nAttributeValue(o){return this[o]}connectedCallback(){var o,i,a,s;super.connectedCallback(),new Set([...(i=(o=this[et])===null||o===void 0?void 0:o.values())!==null&&i!==void 0?i:[],...[...(s=(a=this[zt])===null||a===void 0?void 0:a.keys())!==null&&s!==void 0?s:[]].map(c=>this.getI18nAttributeValue(c))].map(c=>c?.context)).forEach(c=>c&&this.addI18nMessages(c))}addI18nMessages(o,i){o=o.toLowerCase(),this[Te].has(o)||this[Te].set(o,this.i18nService.subscribe(o,()=>this.onI18nUpdate(o))),this.i18nService.prepareContext(o,i??{}),this.onI18nUpdate(o)}addI18nContext(o,i){this.addI18nMessages(typeof o=="string"?o:o.name,i)}disconnectedCallback(){super.disconnectedCallback(),this[Te].forEach(o=>o()),this[Te].clear()}}return t=Te,yo([(0,dn.property)({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var fn=class extends pn(rt.FtLitElement){},tt=class extends pn(rt.FtLitElementRedux){};var Pe=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},U=class extends tt{constructor(){super(),this.editorMode=!1,this.addStore(b)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":nt.nothing:nt.html`
81
+ `}update(t){super.update(t),t.has("baseUrl")&&(b.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&b.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&b.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&b.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&b.actions.noCustom(this.noCustom),t.has("editorMode")&&b.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&b.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&b.actions.session(this.session),t.has("availableUiLocales")&&b.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>de.addContext(r)),t.has("openExternalDocumentInNewTab")&&b.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&b.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&b.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};A.elementDefinitions={};A.styles=vr;T([(0,M.property)()],A.prototype,"baseUrl",void 0);T([(0,M.property)()],A.prototype,"apiIntegrationIdentifier",void 0);T([(0,M.property)()],A.prototype,"uiLocale",void 0);T([(0,j.jsonProperty)(null)],A.prototype,"availableUiLocales",void 0);T([(0,j.jsonProperty)(null)],A.prototype,"metadataConfiguration",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"editorMode",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"noCustom",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"openExternalDocumentInNewTab",void 0);T([(0,M.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],A.prototype,"noCustomComponent",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"withManualResources",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"navigatorOnline",void 0);T([(0,M.property)({type:Boolean})],A.prototype,"forcedOffline",void 0);T([(0,M.property)({type:Object})],A.prototype,"apiProvider",void 0);T([(0,j.jsonProperty)([])],A.prototype,"messageContexts",void 0);T([(0,j.jsonProperty)(void 0)],A.prototype,"session",void 0);var vo=y(N());function Pn(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,n,o;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ue(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ue(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){var i=o[n];if(!Ue(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ue(e,t){try{return Pn(e,t)}catch{return!1}}function vt(e,t){return!Ue(e,t)}var Rn=y(N(),1);var Ie=class{constructor(){this.queue=[]}add(t,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var we=y(N(),1);var gr=y(N(),1);function xr(e,t){let r=()=>JSON.parse(JSON.stringify(e));return(0,gr.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:vt,...t??{}})}var Be=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let o=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let a of n)try{await a()}catch(s){o(s);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var wr=y(I(),1);var We=window,Nn=We.ShadowRoot&&(We.ShadyCSS===void 0||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,hi=Symbol();var Sr=(e,t)=>{Nn?e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):t.forEach(r=>{let n=document.createElement("style"),o=We.litNonce;o!==void 0&&n.setAttribute("nonce",o),n.textContent=r.cssText,e.appendChild(n)})};var Ve=class extends wr.LitElement{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([o,i])=>t.registry.define(o,i)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Sr(n,t.elementStyles),n}};var Ge=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},Cr,Er=Symbol("constructorPrototype"),Or=Symbol("constructorName"),_r=Symbol("exportpartsDebouncer"),Ar=Symbol("dynamicDependenciesLoaded"),Y=class extends Ve{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Cr]=new Be(5),this[Or]=this.constructor.name,this[Er]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Or]&&Object.setPrototypeOf(this,this[Er])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let t=this.constructor;t[Ar]||(t[Ar]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var r,n,o;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((o=this.customStylesheet)!==null&&o!==void 0?o:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}scheduleExportpartsUpdate(){var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[_r].run(()=>{var o,i;!((o=this.exportpartsPrefix)===null||o===void 0)&&o.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var r,n,o,i,a,s;let c=f=>f!=null&&f.trim().length>0,u=t.filter(c).map(f=>f.trim());if(u.length===0){this.removeAttribute("exportparts");return}let l=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let m=(i=(o=f.getAttribute("part"))===null||o===void 0?void 0:o.split(" "))!==null&&i!==void 0?i:[],p=(s=(a=f.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(h=>h.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...m,...p).filter(c).map(h=>h.trim()).forEach(h=>l.add(h))}if(l.size===0){this.removeAttribute("exportparts");return}let v=[...l.values()].flatMap(f=>u.map(m=>`${f}:${m}--${f}`));this.setAttribute("exportparts",[...this.part,...v].join(", "))}};Cr=_r;Ge([(0,we.property)()],Y.prototype,"exportpartsPrefix",void 0);Ge([xr([])],Y.prototype,"exportpartsPrefixes",void 0);Ge([(0,we.property)()],Y.prototype,"customStylesheet",void 0);Ge([(0,we.state)()],Y.prototype,"useAdoptedStyleSheets",void 0);function Ee(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Tr,Pr,Rr,Ke=Symbol("internalReduxEventsUnsubscribers"),J=Symbol("internalStoresUnsubscribers"),se=Symbol("internalStores"),Oe=class extends Y{constructor(){super(...arguments),this[Tr]=new Map,this[Pr]=new Map,this[Rr]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(r=>t.has(r))&&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,r){var n;r=(n=r??(Ee(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,t)}removeStore(t){let r=typeof t=="string"?t:t.name;this.unsubscribeFromStore(r),this[se].delete(r)}setupStore(t,r){this[se].set(t,r),this.subscribeToStore(t,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[se].forEach((t,r)=>this.subscribeToStore(r,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let o=this.getStore(t.store);o&&(t.store?this[J].has(t.store):this[J].size>0)&&(this[r]=t.selector(o.getState(),this))}})}subscribeToStore(t,r){var n;this[J].set(t,r.subscribe(()=>this.updateFromStores())),Ee(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((o,i)=>{if(typeof this[i]=="function"&&(!o.store||r.name===o.store)){let a=s=>this[i](s);r.eventBus.addEventListener(o.eventName,a),this[Ke].push(()=>r.eventBus.removeEventListener(o.eventName,a))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[J].forEach((t,r)=>this.unsubscribeFromStore(r)),this[Ke].forEach(t=>t()),this[Ke]=[]}unsubscribeFromStore(t){this[J].has(t)&&this[J].get(t)(),this[J].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Tr=J,Pr=se,Rr=Ke;Oe.reduxProperties=new Map;Oe.reduxReactiveProperties=new Set;Oe.reduxEventListeners=new Map;function D(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var o,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(a){return"'"+a+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function H(e){return!!e&&!!e[E]}function k(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var o=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return o===Object||typeof o=="function"&&Function.toString.call(o)===Bn}(e)||Array.isArray(e)||!!e[Ur]||!!(!((t=e.constructor)===null||t===void 0)&&t[Ur])||Ot(e)||At(e))}function ue(e,t,r){r===void 0&&(r=!1),ve(e)===0?(r?Object.keys:he)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,o){return t(o,n,e)})}function ve(e){var t=e[E];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Ot(e)?2:At(e)?3:0}function pe(e,t){return ve(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Mn(e,t){return ve(e)===2?e.get(t):e[t]}function Ir(e,t,r){var n=ve(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Br(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Ot(e){return Un&&e instanceof Map}function At(e){return In&&e instanceof Set}function Z(e){return e.o||e.t}function Ct(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Gr(e);delete t[E];for(var r=he(t),n=0;n<r.length;n++){var o=r[n],i=t[o];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function _t(e,t){return t===void 0&&(t=!1),Tt(e)||H(e)||!k(e)||(ve(e)>1&&(e.set=e.add=e.clear=e.delete=Dn),Object.freeze(e),t&&ue(e,function(r,n){return _t(n,!0)},!0)),e}function Dn(){D(2)}function Tt(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function W(e){var t=Et[e];return t||D(18,e),t}function Ln(e,t){Et[e]||(Et[e]=t)}function xt(){return Ce}function mt(e,t){t&&(W("Patches"),e.u=[],e.s=[],e.v=t)}function He(e){St(e),e.p.forEach(jn),e.p=null}function St(e){e===Ce&&(Ce=e.l)}function Nr(e){return Ce={p:[],l:Ce,h:e,m:!0,_:0}}function jn(e){var t=e[E];t.i===0||t.i===1?t.j():t.g=!0}function yt(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||W("ES5").S(t,e,n),n?(r[E].P&&(He(t),D(4)),k(e)&&(e=ze(t,e),t.l||qe(t,e)),t.u&&W("Patches").M(r[E].t,e,t.u,t.s)):e=ze(t,r,[]),He(t),t.u&&t.v(t.u,t.s),e!==Vr?e:void 0}function ze(e,t,r){if(Tt(t))return t;var n=t[E];if(!n)return ue(t,function(s,c){return Mr(e,n,t,s,c,r)},!0),t;if(n.A!==e)return t;if(!n.P)return qe(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var o=n.i===4||n.i===5?n.o=Ct(n.k):n.o,i=o,a=!1;n.i===3&&(i=new Set(o),o.clear(),a=!0),ue(i,function(s,c){return Mr(e,n,o,s,c,r,a)}),qe(e,o,!1),r&&e.u&&W("Patches").N(n,r,e.u,e.s)}return n.o}function Mr(e,t,r,n,o,i,a){if(H(o)){var s=ze(e,o,i&&t&&t.i!==3&&!pe(t.R,n)?i.concat(n):void 0);if(Ir(r,n,s),!H(s))return;e.m=!1}else a&&r.add(o);if(k(o)&&!Tt(o)){if(!e.h.D&&e._<1)return;ze(e,o),t&&t.A.l||qe(e,o)}}function qe(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&_t(t,r)}function bt(e,t){var r=e[E];return(r?Z(r):e)[t]}function Dr(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Q(e){e.P||(e.P=!0,e.l&&Q(e.l))}function gt(e){e.o||(e.o=Ct(e.t))}function wt(e,t,r){var n=Ot(t)?W("MapSet").F(t,r):At(t)?W("MapSet").T(t,r):e.O?function(o,i){var a=Array.isArray(o),s={i:a?1:0,A:i?i.A:xt(),P:!1,I:!1,R:{},l:i,t:o,k:null,o:null,j:null,C:!1},c=s,u=_e;a&&(c=[s],u=Ae);var l=Proxy.revocable(c,u),v=l.revoke,f=l.proxy;return s.k=f,s.j=v,f}(t,r):W("ES5").J(t,r);return(r?r.A:xt()).p.push(n),n}function kn(e){return H(e)||D(22,e),function t(r){if(!k(r))return r;var n,o=r[E],i=ve(r);if(o){if(!o.P&&(o.i<4||!W("ES5").K(o)))return o.t;o.I=!0,n=Lr(r,i),o.I=!1}else n=Lr(r,i);return ue(n,function(a,s){o&&Mn(o.t,a)===s||Ir(n,a,t(s))}),i===3?new Set(n):n}(e)}function Lr(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Ct(e)}function Wr(){function e(a,s){var c=i[a];return c?c.enumerable=s:i[a]=c={configurable:!0,enumerable:s,get:function(){var u=this[E];return _e.get(u,a)},set:function(u){var l=this[E];_e.set(l,a,u)}},c}function t(a){for(var s=a.length-1;s>=0;s--){var c=a[s][E];if(!c.P)switch(c.i){case 5:n(c)&&Q(c);break;case 4:r(c)&&Q(c)}}}function r(a){for(var s=a.t,c=a.k,u=he(c),l=u.length-1;l>=0;l--){var v=u[l];if(v!==E){var f=s[v];if(f===void 0&&!pe(s,v))return!0;var m=c[v],p=m&&m[E];if(p?p.t!==f:!Br(m,f))return!0}}var h=!!s[E];return u.length!==he(s).length+(h?0:1)}function n(a){var s=a.k;if(s.length!==a.t.length)return!0;var c=Object.getOwnPropertyDescriptor(s,s.length-1);if(c&&!c.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function o(a){a.g&&D(3,JSON.stringify(Z(a)))}var i={};Ln("ES5",{J:function(a,s){var c=Array.isArray(a),u=function(v,f){if(v){for(var m=Array(f.length),p=0;p<f.length;p++)Object.defineProperty(m,""+p,e(p,!0));return m}var h=Gr(f);delete h[E];for(var S=he(h),g=0;g<S.length;g++){var x=S[g];h[x]=e(x,v||!!h[x].enumerable)}return Object.create(Object.getPrototypeOf(f),h)}(c,a),l={i:c?5:4,A:s?s.A:xt(),P:!1,I:!1,R:{},l:s,t:a,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,E,{value:l,writable:!0}),u},S:function(a,s,c){c?H(s)&&s[E].A===a&&t(a.p):(a.u&&function u(l){if(l&&typeof l=="object"){var v=l[E];if(v){var f=v.t,m=v.k,p=v.R,h=v.i;if(h===4)ue(m,function(w){w!==E&&(f[w]!==void 0||pe(f,w)?p[w]||u(m[w]):(p[w]=!0,Q(v)))}),ue(f,function(w){m[w]!==void 0||pe(m,w)||(p[w]=!1,Q(v))});else if(h===5){if(n(v)&&(Q(v),p.length=!0),m.length<f.length)for(var S=m.length;S<f.length;S++)p[S]=!1;else for(var g=f.length;g<m.length;g++)p[g]=!0;for(var x=Math.min(m.length,f.length),O=0;O<x;O++)m.hasOwnProperty(O)||(p[O]=!0),p[O]===void 0&&u(m[O])}}}}(a.p[0]),t(a.p))},K:function(a){return a.i===4?r(a):n(a)}})}var jr,Ce,Pt=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Un=typeof Map<"u",In=typeof Set<"u",kr=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Vr=Pt?Symbol.for("immer-nothing"):((jr={})["immer-nothing"]=!0,jr),Ur=Pt?Symbol.for("immer-draftable"):"__$immer_draftable",E=Pt?Symbol.for("immer-state"):"__$immer_state";var Bn=""+Object.prototype.constructor,he=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Gr=Object.getOwnPropertyDescriptors||function(e){var t={};return he(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Et={},_e={get:function(e,t){if(t===E)return e;var r=Z(e);if(!pe(r,t))return function(o,i,a){var s,c=Dr(i,a);return c?"value"in c?c.value:(s=c.get)===null||s===void 0?void 0:s.call(o.k):void 0}(e,r,t);var n=r[t];return e.I||!k(n)?n:n===bt(e.t,t)?(gt(e),e.o[t]=wt(e.A.h,n,e)):n},has:function(e,t){return t in Z(e)},ownKeys:function(e){return Reflect.ownKeys(Z(e))},set:function(e,t,r){var n=Dr(Z(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var o=bt(Z(e),t),i=o?.[E];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Br(r,o)&&(r!==void 0||pe(e.t,t)))return!0;gt(e),Q(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return bt(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,gt(e),Q(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Z(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){D(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){D(12)}},Ae={};ue(_e,function(e,t){Ae[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Ae.deleteProperty=function(e,t){return Ae.set.call(this,e,t,void 0)},Ae.set=function(e,t,r){return _e.set.call(this,e[0],t,r,e[0])};var Wn=function(){function e(r){var n=this;this.O=kr,this.D=!0,this.produce=function(o,i,a){if(typeof o=="function"&&typeof i!="function"){var s=i;i=o;var c=n;return function(h){var S=this;h===void 0&&(h=s);for(var g=arguments.length,x=Array(g>1?g-1:0),O=1;O<g;O++)x[O-1]=arguments[O];return c.produce(h,function(w){var z;return(z=i).call.apply(z,[S,w].concat(x))})}}var u;if(typeof i!="function"&&D(6),a!==void 0&&typeof a!="function"&&D(7),k(o)){var l=Nr(n),v=wt(n,o,void 0),f=!0;try{u=i(v),f=!1}finally{f?He(l):St(l)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(h){return mt(l,a),yt(h,l)},function(h){throw He(l),h}):(mt(l,a),yt(u,l))}if(!o||typeof o!="object"){if((u=i(o))===void 0&&(u=o),u===Vr&&(u=void 0),n.D&&_t(u,!0),a){var m=[],p=[];W("Patches").M(o,u,m,p),a(m,p)}return u}D(21,o)},this.produceWithPatches=function(o,i){if(typeof o=="function")return function(u){for(var l=arguments.length,v=Array(l>1?l-1:0),f=1;f<l;f++)v[f-1]=arguments[f];return n.produceWithPatches(u,function(m){return o.apply(void 0,[m].concat(v))})};var a,s,c=n.produce(o,i,function(u,l){a=u,s=l});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,a,s]}):[c,a,s]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){k(r)||D(8),H(r)&&(r=kn(r));var n=Nr(this),o=wt(this,r,void 0);return o[E].C=!0,St(n),o},t.finishDraft=function(r,n){var o=r&&r[E],i=o.A;return mt(i,n),yt(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!kr&&D(20),this.O=r},t.applyPatches=function(r,n){var o;for(o=n.length-1;o>=0;o--){var i=n[o];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}o>-1&&(n=n.slice(o+1));var a=W("Patches").$;return H(r)?a(r,n):this.produce(r,function(s){return a(s,n)})},e}(),P=new Wn,Vn=P.produce,Ci=P.produceWithPatches.bind(P),_i=P.setAutoFreeze.bind(P),Ti=P.setUseProxies.bind(P),Pi=P.applyPatches.bind(P),Ri=P.createDraft.bind(P),Ni=P.finishDraft.bind(P),$e=Vn;function F(e){"@babel/helpers - typeof";return F=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},F(e)}function Rt(e,t){if(F(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(F(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Nt(e){var t=Rt(e,"string");return F(t)==="symbol"?t:String(t)}function Mt(e,t,r){return t=Nt(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Kr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Xe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Kr(Object(r),!0).forEach(function(n){Mt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Kr(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function _(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Hr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Dt=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ye={INIT:"@@redux/INIT"+Dt(),REPLACE:"@@redux/REPLACE"+Dt(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Dt()}};function Gn(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Lt(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(_(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(_(1));return r(Lt)(e,t)}if(typeof e!="function")throw new Error(_(2));var o=e,i=t,a=[],s=a,c=!1;function u(){s===a&&(s=a.slice())}function l(){if(c)throw new Error(_(3));return i}function v(h){if(typeof h!="function")throw new Error(_(4));if(c)throw new Error(_(5));var S=!0;return u(),s.push(h),function(){if(S){if(c)throw new Error(_(6));S=!1,u();var x=s.indexOf(h);s.splice(x,1),a=null}}}function f(h){if(!Gn(h))throw new Error(_(7));if(typeof h.type>"u")throw new Error(_(8));if(c)throw new Error(_(9));try{c=!0,i=o(i,h)}finally{c=!1}for(var S=a=s,g=0;g<S.length;g++){var x=S[g];x()}return h}function m(h){if(typeof h!="function")throw new Error(_(10));o=h,f({type:Ye.REPLACE})}function p(){var h,S=v;return h={subscribe:function(x){if(typeof x!="object"||x===null)throw new Error(_(11));function O(){x.next&&x.next(l())}O();var w=S(O);return{unsubscribe:w}}},h[Hr]=function(){return this},h}return f({type:Ye.INIT}),n={dispatch:f,subscribe:v,getState:l,replaceReducer:m},n[Hr]=p,n}function Kn(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Ye.INIT});if(typeof n>"u")throw new Error(_(12));if(typeof r(void 0,{type:Ye.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(_(13))})}function zr(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var o=t[n];typeof e[o]=="function"&&(r[o]=e[o])}var i=Object.keys(r),a,s;try{Kn(r)}catch(c){s=c}return function(u,l){if(u===void 0&&(u={}),s)throw s;if(0)var v;for(var f=!1,m={},p=0;p<i.length;p++){var h=i[p],S=r[h],g=u[h],x=S(g,l);if(typeof x>"u"){var O=l&&l.type;throw new Error(_(14))}m[h]=x,f=f||x!==g}return f=f||i.length!==Object.keys(u).length,f?m:u}}function me(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,o){return function(){return n(o.apply(void 0,arguments))}})}function qr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var o=n.apply(void 0,arguments),i=function(){throw new Error(_(15))},a={getState:o.getState,dispatch:function(){return i.apply(void 0,arguments)}},s=t.map(function(c){return c(a)});return i=me.apply(void 0,s)(o.dispatch),Xe(Xe({},o),{},{dispatch:i})}}}function $r(e){var t=function(n){var o=n.dispatch,i=n.getState;return function(a){return function(s){return typeof s=="function"?s(o,i,e):a(s)}}};return t}var Xr=$r();Xr.withExtraArgument=$r;var jt=Xr;var Fr=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Hn=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(l){return c([u,l])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(l){u=[6,l],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},ye=function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e},zn=Object.defineProperty,qn=Object.defineProperties,$n=Object.getOwnPropertyDescriptors,Yr=Object.getOwnPropertySymbols,Xn=Object.prototype.hasOwnProperty,Yn=Object.prototype.propertyIsEnumerable,Jr=function(e,t,r){return t in e?zn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},ee=function(e,t){for(var r in t||(t={}))Xn.call(t,r)&&Jr(e,r,t[r]);if(Yr)for(var n=0,o=Yr(t);n<o.length;n++){var r=o[n];Yn.call(t,r)&&Jr(e,r,t[r])}return e},kt=function(e,t){return qn(e,$n(t))},Jn=function(e,t,r){return new Promise(function(n,o){var i=function(c){try{s(r.next(c))}catch(u){o(u)}},a=function(c){try{s(r.throw(c))}catch(u){o(u)}},s=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(i,a)};s((r=r.apply(e,t)).next())})};var Zn=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?me:me.apply(null,arguments)},Yi=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Qn(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var Fn=function(e){Fr(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array),eo=function(e){Fr(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array);function Bt(e){return k(e)?$e(e,function(){}):e}function to(e){return typeof e=="boolean"}function ro(){return function(t){return no(t)}}function no(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,o=n===void 0?!0:n,i=e.serializableCheck,a=i===void 0?!0:i,s=new Fn;if(r&&(to(r)?s.push(jt):s.push(jt.withExtraArgument(r.extraArgument))),0){if(o)var c;if(a)var u}return s}var Ut=!0;function en(e){var t=ro(),r=e||{},n=r.reducer,o=n===void 0?void 0:n,i=r.middleware,a=i===void 0?t():i,s=r.devTools,c=s===void 0?!0:s,u=r.preloadedState,l=u===void 0?void 0:u,v=r.enhancers,f=v===void 0?void 0:v,m;if(typeof o=="function")m=o;else if(Qn(o))m=zr(o);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 p=a;if(typeof p=="function"&&(p=p(t),!Ut&&!Array.isArray(p)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ut&&p.some(function(w){return typeof w!="function"}))throw new Error("each middleware provided to configureStore must be a function");var h=qr.apply(void 0,p),S=me;c&&(S=Zn(ee({trace:!Ut},typeof c=="object"&&c)));var g=new eo(h),x=g;Array.isArray(f)?x=ye([h],f):typeof f=="function"&&(x=f(g));var O=S.apply(void 0,x);return Lt(m,l,O)}function te(e,t){function r(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return ee(ee({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function tn(e){var t={},r=[],n,o={addCase:function(i,a){var s=typeof i=="string"?i:i.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=a,o},addMatcher:function(i,a){return r.push({matcher:i,reducer:a}),o},addDefaultCase:function(i){return n=i,o}};return e(o),[t,r,n]}function oo(e){return typeof e=="function"}function io(e,t,r,n){r===void 0&&(r=[]);var o=typeof t=="function"?tn(t):[t,r,n],i=o[0],a=o[1],s=o[2],c;if(oo(e))c=function(){return Bt(e())};else{var u=Bt(e);c=function(){return u}}function l(v,f){v===void 0&&(v=c());var m=ye([i[f.type]],a.filter(function(p){var h=p.matcher;return h(f)}).map(function(p){var h=p.reducer;return h}));return m.filter(function(p){return!!p}).length===0&&(m=[s]),m.reduce(function(p,h){if(h)if(H(p)){var S=p,g=h(S,f);return g===void 0?p:g}else{if(k(p))return $e(p,function(x){return h(x,f)});var g=h(p,f);if(g===void 0){if(p===null)return p;throw Error("A case reducer on a non-draftable value must not return undefined")}return g}return p},v)}return l.getInitialState=c,l}function ao(e,t){return e+"/"+t}function rn(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:Bt(e.initialState),n=e.reducers||{},o=Object.keys(n),i={},a={},s={};o.forEach(function(l){var v=n[l],f=ao(t,l),m,p;"reducer"in v?(m=v.reducer,p=v.prepare):m=v,i[l]=m,a[f]=m,s[l]=p?te(f,p):te(f)});function c(){var l=typeof e.extraReducers=="function"?tn(e.extraReducers):[e.extraReducers],v=l[0],f=v===void 0?{}:v,m=l[1],p=m===void 0?[]:m,h=l[2],S=h===void 0?void 0:h,g=ee(ee({},f),a);return io(r,function(x){for(var O in g)x.addCase(O,g[O]);for(var w=0,z=p;w<z.length;w++){var V=z[w];x.addMatcher(V.matcher,V.reducer)}S&&x.addDefaultCase(S)})}var u;return{name:t,reducer:function(l,v){return u||(u=c()),u(l,v)},actions:s,caseReducers:i,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var so="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",uo=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=so[Math.random()*64|0];return t},co=["name","message","stack","code"],It=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Zr=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),lo=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=co;r<n.length;r++){var o=n[r];typeof e[o]=="string"&&(t[o]=e[o])}return t}return{message:String(e)}},Fi=function(){function e(t,r,n){var o=te(t+"/fulfilled",function(l,v,f,m){return{payload:l,meta:kt(ee({},m||{}),{arg:f,requestId:v,requestStatus:"fulfilled"})}}),i=te(t+"/pending",function(l,v,f){return{payload:void 0,meta:kt(ee({},f||{}),{arg:v,requestId:l,requestStatus:"pending"})}}),a=te(t+"/rejected",function(l,v,f,m,p){return{payload:m,error:(n&&n.serializeError||lo)(l||"Rejected"),meta:kt(ee({},p||{}),{arg:f,requestId:v,rejectedWithValue:!!m,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"})}}),s=!1,c=typeof AbortController<"u"?AbortController:function(){function l(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return l.prototype.abort=function(){},l}();function u(l){return function(v,f,m){var p=n?.idGenerator?n.idGenerator(l):uo(),h=new c,S,g=!1;function x(w){S=w,h.abort()}var O=function(){return Jn(this,null,function(){var w,z,V,be,$t,ge,Xt;return Hn(this,function(le){switch(le.label){case 0:return le.trys.push([0,4,,5]),be=(w=n?.condition)==null?void 0:w.call(n,l,{getState:f,extra:m}),po(be)?[4,be]:[3,2];case 1:be=le.sent(),le.label=2;case 2:if(be===!1||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return g=!0,$t=new Promise(function(L,xe){return h.signal.addEventListener("abort",function(){return xe({name:"AbortError",message:S||"Aborted"})})}),v(i(p,l,(z=n?.getPendingMeta)==null?void 0:z.call(n,{requestId:p,arg:l},{getState:f,extra:m}))),[4,Promise.race([$t,Promise.resolve(r(l,{dispatch:v,getState:f,extra:m,requestId:p,signal:h.signal,abort:x,rejectWithValue:function(L,xe){return new It(L,xe)},fulfillWithValue:function(L,xe){return new Zr(L,xe)}})).then(function(L){if(L instanceof It)throw L;return L instanceof Zr?o(L.payload,p,l,L.meta):o(L,p,l)})])];case 3:return V=le.sent(),[3,5];case 4:return ge=le.sent(),V=ge instanceof It?a(null,p,l,ge.payload,ge.meta):a(ge,p,l),[3,5];case 5:return Xt=n&&!n.dispatchConditionRejection&&a.match(V)&&V.meta.condition,Xt||v(V),[2,V]}})})}();return Object.assign(O,{abort:x,requestId:p,arg:l,unwrap:function(){return O.then(fo)}})}}return Object.assign(u,{pending:i,rejected:a,fulfilled:o,typePrefix:t})}return e.withTypes=function(){return e},e}();function fo(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function po(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var nn="listener",on="completed",an="cancelled",ea="task-"+an,ta="task-"+on,ra=nn+"-"+an,na=nn+"-"+on;var Wt="listenerMiddleware";var oa=te(Wt+"/add"),ia=te(Wt+"/removeAll"),aa=te(Wt+"/remove");var Qr,sa=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Qr||(Qr=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},ho=function(e){return function(t){setTimeout(t,e)}},ua=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:ho(10);Wr();window.ftReduxStores||(window.ftReduxStores={});var sn=class e{static get(t){var r;let n=typeof t=="string"?t:t.name,o=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(Ee(i))return i;if(o==null)return;let a=rn({...o,reducers:(r=o.reducers)!==null&&r!==void 0?r:{}}),s=en({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?a.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:a.reducer(c,u)});return window.ftReduxStores[o.name]=new e(a,s)}constructor(t,r){this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Ie,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,o,i)=>{let a=o,s=n[a];return s?(...c)=>{let u=s(...c);return this.reduxStore.dispatch(u),u}:c=>{this.setState({[a]:c})}}})}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 Fe=y(C());var Je=class extends ${async listMySearches(){let t=b.getState().session;return t?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Ze=class extends ${async listMyBookmarks(){let t=b.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var mo="ft-user-assets",Qe=Fe.FtReduxStore.get({name:mo,initialState:{savedSearches:void 0,bookmarks:void 0}}),Vt=class{constructor(){this.currentSession=b.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ze,this.savedSearchesService=new Je,b.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=b.getState();(0,Fe.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Qe.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Qe.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Qe.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 r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Qe.actions.bookmarks(r)}}},Ua=new Vt;var Gt=class{addCommand(t,r=!1){b.commands.add(t,r)}consumeCommand(t){return b.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Gt;var un=y(C()),Kt=class{highlightHtml(t,r,n){(0,un.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new Kt;var cn=y(C());var Ht=class{isDate(t){var r,n,o,i;return(i=(o=((n=(r=b.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(s=>s.key===t))===null||o===void 0?void 0:o.date)!==null&&i!==void 0?i:!1}format(t,r){var n,o,i;return cn.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:b.getState().uiLocale,(o=r?.longFormat)!==null&&o!==void 0?o:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new Ht;(0,ln.customElement)("ft-app-context")(A);var dn=y(N()),yo=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},zt=Symbol("i18nAttributes"),et=Symbol("i18nProperties"),Te=Symbol("i18nUnsubs");function pn(e){var t;class r extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map}get i18nService(){return this.useCustomMessageContexts?yr:de}i18n(o,i,...a){var s;if(typeof o=="string")return this.i18nService.resolveMessage(o,i,...a);let c=(s=o.args)!==null&&s!==void 0?s:o.argsProvider?o.argsProvider(this):[];return this.i18nService.resolveMessage(o.context,o.key,...c)}onI18nUpdate(o){var i,a;(i=this[zt])===null||i===void 0||i.forEach((s,c)=>{var u;let l=this.getI18nAttributeValue(c);((u=l?.context)===null||u===void 0?void 0:u.toLowerCase())===o.toLowerCase()&&this.updateI18nAttributeMessage(c,l,s)}),(a=this[et])===null||a===void 0||a.forEach((s,c)=>{s.context.toLowerCase()===o.toLowerCase()&&(this[c]=this.i18n(s))}),setTimeout(()=>this.requestUpdate(),0)}updateI18nAttributeMessage(o,i,a){this[o]={...i,message:this.i18n({context:i.context,key:i.key,...a})}}update(o){var i,a;super.update(o),(i=this[zt])===null||i===void 0||i.forEach((s,c)=>{let u=this.getI18nAttributeValue(c);u?.context&&u.key&&(o.has(c)||s.argsProvider!=null)&&(o.has(c)&&this.addI18nContext(u.context),this.updateI18nAttributeMessage(c,u,s))}),(a=this[et])===null||a===void 0||a.forEach((s,c)=>{s.argsProvider!=null&&(this[c]=this.i18n(s))})}getI18nAttributeValue(o){return this[o]}connectedCallback(){var o,i,a,s;super.connectedCallback(),new Set([...(i=(o=this[et])===null||o===void 0?void 0:o.values())!==null&&i!==void 0?i:[],...[...(s=(a=this[zt])===null||a===void 0?void 0:a.keys())!==null&&s!==void 0?s:[]].map(c=>this.getI18nAttributeValue(c))].map(c=>c?.context)).forEach(c=>c&&this.addI18nMessages(c))}addI18nMessages(o,i){o=o.toLowerCase(),this[Te].has(o)||this[Te].set(o,this.i18nService.subscribe(o,()=>this.onI18nUpdate(o))),this.i18nService.prepareContext(o,i??{}),this.onI18nUpdate(o)}addI18nContext(o,i){this.addI18nMessages(typeof o=="string"?o:o.name,i)}disconnectedCallback(){super.disconnectedCallback(),this[Te].forEach(o=>o()),this[Te].clear()}}return t=Te,yo([(0,dn.property)({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var fn=class extends pn(rt.FtLitElement){},tt=class extends pn(rt.FtLitElementRedux){};var Pe=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},U=class extends tt{constructor(){super(),this.editorMode=!1,this.addStore(b)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":nt.nothing:nt.html`
82
82
  <span class="ft-i18n">
83
83
  ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
84
84
  </span>
@@ -91,7 +91,7 @@
91
91
  <section class="topic" lang="${(r=this.map)===null||r===void 0?void 0:r.lang}">
92
92
  ${this.renderTopicContent()}
93
93
  </section>
94
- `}update(t){super.update(t),(t.has("map")||t.has("tocNode"))&&this.updateContent()}updated(t){super.updated(t),this.updateComplete.then(()=>{this.topicContainer&&(0,ne.highlightHtml)(this.topicContainer,this.searchInDocumentQuery)})}updateContent(){var t;this.error=void 0,this.content=void 0,this.map&&this.tocNode&&((t=this.service)===null||t===void 0||t.getTopicContent(this.tocNode).then(r=>this.contentPreprocessor(r||'<div class="empty-topic"></div>')).then(r=>this.content=r).catch(r=>this.error=r))}contentAvailableCallback(t){var r,n,o,i,a,s,c;super.contentAvailableCallback(t),!this.disableContextInteractions&&(!((r=this.scrollTarget)===null||r===void 0)&&r.section)&&(!((n=this.tocNode)===null||n===void 0)&&n.tocId)&&((o=this.tocNode)===null||o===void 0?void 0:o.tocId)===this.scrollTarget.tocId&&this.content&&(((a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`))!==null&&a!==void 0?a:this).scrollIntoView({block:"start"}),(s=this.stateManager)===null||s===void 0||s.scrollDone()),this.topicContainer&&(this.onContentAvailable(this.topicContainer,this.shadowRoot),this.moveSvgInShadowRoot()),(t.has("content")&&this.content||t.has("error")&&this.error)&&performance.mark("fluid_topics__reader_topic_displayed__"+((c=this.tocNode)===null||c===void 0?void 0:c.tocId))}moveSvgInShadowRoot(){this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(t=>{if(!t.shadowRoot){var r=t.innerHTML;t.innerHTML="";var n=t.attachShadow({mode:"open"}),o=document.createRange().createContextualFragment(r),i=document.importNode(o,!0);n.append(i)}})}onStoreAvailable(){super.onStoreAvailable(),this.updateContent()}renderTopicContent(){var t,r,n,o;if(this.error)return ce.html`
94
+ `}update(t){super.update(t),(t.has("map")||t.has("tocNode"))&&this.updateContent()}updateContent(){var t;this.error=void 0,this.content=void 0,this.map&&this.tocNode&&((t=this.service)===null||t===void 0||t.getTopicContent(this.tocNode).then(r=>this.contentPreprocessor(r||'<div class="empty-topic"></div>')).then(r=>this.content=r).catch(r=>this.error=r))}contentAvailableCallback(t){var r,n,o,i,a,s,c;super.contentAvailableCallback(t),!this.disableContextInteractions&&(!((r=this.scrollTarget)===null||r===void 0)&&r.section)&&(!((n=this.tocNode)===null||n===void 0)&&n.tocId)&&((o=this.tocNode)===null||o===void 0?void 0:o.tocId)===this.scrollTarget.tocId&&this.content&&(((a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`))!==null&&a!==void 0?a:this).scrollIntoView({block:"start"}),(s=this.stateManager)===null||s===void 0||s.scrollDone()),this.topicContainer&&(this.onContentAvailable(this.topicContainer,this.shadowRoot),(0,ne.highlightHtml)(this.topicContainer,this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.moveSvgInShadowRoot()),(t.has("content")&&this.content||t.has("error")&&this.error)&&performance.mark("fluid_topics__reader_topic_displayed__"+((c=this.tocNode)===null||c===void 0?void 0:c.tocId))}moveSvgInShadowRoot(){this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(t=>{if(!t.shadowRoot){let r=t.innerHTML;t.innerHTML="";let n=t.attachShadow({mode:"open"}),o=document.createRange().createContextualFragment(r),i=document.importNode(o,!0);n.append(i)}})}onStoreAvailable(){super.onStoreAvailable(),this.updateContent()}renderTopicContent(){var t,r,n,o;if(this.error)return ce.html`
95
95
  <div class="topic-on-error">
96
96
  <ft-icon>WARNING</ft-icon>
97
97
  <div>