@fluid-topics/ft-reader-saved-bookmarks 2.1.19 → 2.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I18nMessageContext } from "@fluid-topics/ft-i18n";
|
|
1
|
+
import { I18nMessageContext, } from "@fluid-topics/ft-i18n";
|
|
2
2
|
export const readerSavedBookmarksMessagesI18nMessageContext = I18nMessageContext.build("readerSavedBookmarksComponent");
|
|
3
3
|
export const defaultReaderSavedBookmarksMessages = {
|
|
4
4
|
bookmarks: "Bookmarks",
|
|
@@ -6,18 +6,18 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { html } from "lit";
|
|
8
8
|
import { property } from "lit/decorators.js";
|
|
9
|
-
import { redux, screenReaderStyles } from "@fluid-topics/ft-wc-utils";
|
|
9
|
+
import { redux, screenReaderStyles, } from "@fluid-topics/ft-wc-utils";
|
|
10
10
|
import { styles } from "./ft-reader-saved-bookmarks.styles";
|
|
11
|
-
import { FtReaderComponent } from "@fluid-topics/ft-reader-context/build/registration";
|
|
11
|
+
import { FtReaderComponent, } from "@fluid-topics/ft-reader-context/build/registration";
|
|
12
12
|
import { repeat } from "lit/directives/repeat.js";
|
|
13
13
|
import { classMap } from "lit/directives/class-map.js";
|
|
14
14
|
import { when } from "lit/directives/when.js";
|
|
15
|
-
import { FtTypography, FtTypographyVariants } from "@fluid-topics/ft-typography";
|
|
15
|
+
import { FtTypography, FtTypographyVariants, } from "@fluid-topics/ft-typography";
|
|
16
16
|
import { ftUserAssetsStore } from "@fluid-topics/ft-app-context/build/redux-stores/FtUserAssetsStore";
|
|
17
17
|
import { FtRipple } from "@fluid-topics/ft-ripple";
|
|
18
|
-
import { FtIcon, FtIcons } from "@fluid-topics/ft-icon";
|
|
18
|
+
import { FtIcon, FtIcons, } from "@fluid-topics/ft-icon";
|
|
19
19
|
import { withI18n } from "@fluid-topics/ft-i18n";
|
|
20
|
-
import { defaultReaderSavedBookmarksMessages, readerSavedBookmarksMessagesI18nMessageContext } from "./FtReaderSavedBookmarksMessages";
|
|
20
|
+
import { defaultReaderSavedBookmarksMessages, readerSavedBookmarksMessagesI18nMessageContext, } from "./FtReaderSavedBookmarksMessages";
|
|
21
21
|
import { FtTooltip } from "@fluid-topics/ft-tooltip";
|
|
22
22
|
export class FtReaderSavedBookmarks extends withI18n(FtReaderComponent) {
|
|
23
23
|
constructor() {
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
<slot ?hidden=${r}></slot>
|
|
318
318
|
</i>
|
|
319
319
|
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case Te.file_format:this.resolvedIcon=(t=y[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Te.material:this.resolvedIcon=this.value||Ut.nothing;break;default:this.resolvedIcon=(r=mt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};Y.elementDefinitions={};Y.styles=ro;$t([(0,we.property)()],Y.prototype,"variant",void 0);$t([(0,we.property)()],Y.prototype,"value",void 0);$t([(0,we.property)({reflect:!0,attribute:"aria-hidden"})],Y.prototype,"ariaHidden",void 0);$t([(0,we.state)()],Y.prototype,"resolvedIcon",void 0);$t([(0,we.query)("slot")],Y.prototype,"slottedContent",void 0);var lo=g(T());var ao={"ft-icon":Y};(0,lo.customElements)(ao);var Gn=g(j());var co=g(j(),1);var An=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function uo(e,t){return(0,co.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Bt(e);try{return JSON.parse(r)}catch{return Bt(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Ht,...t??{}})}function wl(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!yr(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(!yr(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();let i=o=>Object.keys(o).filter(a=>o[a]!=null),s=i(e);if(r=s.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=r;n--!==0;){let o=s[n];if(!yr(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function yr(e,t){try{return wl(e,t)}catch{return!1}}function Ht(e,t){return!yr(e,t)}function Bt(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function vr(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var fo=g(j(),1);var En=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:Ht,attribute:!1,...t};(0,fo.property)(s)(r,n);let o=r.constructor;o.reduxProperties=new Map(o.reduxProperties),o.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var gr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(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}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var Ve=g(j(),1);var xr=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 i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let o of n)try{await o()}catch(a){i(a);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ho=g(H(),1);var br=globalThis,_l=br.ShadowRoot&&(br.ShadyCSS===void 0||br.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var po=(e,t)=>{if(_l)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=br.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Ar=class extends ho.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return po(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){An(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function mo(e,t,...r){var n;let i=e.querySelector(t);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var vt=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},xo,yo=Symbol("constructorPrototype"),vo=Symbol("constructorName"),bo=Symbol("exportpartsDebouncer"),go=Symbol("dynamicDependenciesLoaded"),yt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};yt.eventName="exportparts-updated";var fe=class extends Ar{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[xo]=new xr(5),this.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[bo].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[vo]=this.constructor.name,this[yo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vo]&&Object.setPrototypeOf(this,this[yo])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[go]||(r[go]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(yt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(yt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new yt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=mo(this.shadowRoot,...s)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(t){var r,n,i,s,o,a;let l=f=>f!=null&&f.trim().length>0,c=t.filter(l).map(f=>f.trim());if(c.length===0){this.exportparts=void 0;return}let u=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 p=(s=(i=f.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],h=(a=(o=f.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(x=>x.split(":")[1]))!==null&&a!==void 0?a:[],m=[...p,...h].filter(l).map(x=>x.trim());for(let x of m)u.add(x)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(f=>c.map(p=>`${f}:${p}--${f}`));this.exportparts=[...this.part,...d].join(", ")}};xo=bo;vt([(0,Ve.property)()],fe.prototype,"exportpartsPrefix",void 0);vt([uo([])],fe.prototype,"exportpartsPrefixes",void 0);vt([(0,Ve.property)({reflect:!0})],fe.prototype,"exportparts",void 0);vt([(0,Ve.property)()],fe.prototype,"customStylesheet",void 0);vt([(0,Ve.property)()],fe.prototype,"elementToFocus",void 0);vt([(0,Ve.state)()],fe.prototype,"useAdoptedStyleSheets",void 0);function Er(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var jt=Symbol("internalReduxEventsUnsubscribers"),_e=Symbol("internalStoresUnsubscribers"),Ke=Symbol("internalStores"),Rl=vr(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(o){super.willUpdate(o),[...this.reduxConstructor.reduxReactiveProperties].some(a=>o.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[Ke].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ke].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[Ke].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[Ke].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[Ke].delete(a)}setupStores(){this.unsubscribeFromStores(),this[Ke].forEach((o,a)=>this.subscribeToStore(a,o)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((o,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(o.store);c&&(o.store?this[_e].has(o.store):this[_e].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[_e].set(o,a.subscribe(()=>this.updateFromStores())),this[jt].set(o,[]),Er(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=f=>this[u](f);a.addEventListener(c.eventName,d),this[jt].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[_e].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[_e].has(o)&&this[_e].get(o)(),this[_e].delete(o),(a=this[jt].get(o))===null||a===void 0||a.forEach(l=>l()),this[jt].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=_e,r=Ke,n=jt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Ao=class extends Rl(fe){};function ee(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 i,s;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(o){return"'"+o+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ge(e){return!!e&&!!e[w]}function ae(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 i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Ul})(e)||Array.isArray(e)||!!e[_o]||!!(!((t=e.constructor)===null||t===void 0)&&t[_o])||Nn(e)||Pn(e))}function We(e,t,r){r===void 0&&(r=!1),bt(e)===0?(r?Object.keys:xt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function bt(e){var t=e[w];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Nn(e)?2:Pn(e)?3:0}function gt(e,t){return bt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ll(e,t){return bt(e)===2?e.get(t):e[t]}function Ro(e,t,r){var n=bt(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Lo(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Nn(e){return Ml&&e instanceof Map}function Pn(e){return Il&&e instanceof Set}function Re(e){return e.o||e.t}function kn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=ko(e);delete t[w];for(var r=xt(t),n=0;n<r.length;n++){var i=r[n],s=t[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Dn(e,t){return t===void 0&&(t=!1),Mn(e)||ge(e)||!ae(e)||(bt(e)>1&&(e.set=e.add=e.clear=e.delete=Nl),Object.freeze(e),t&&We(e,(function(r,n){return Dn(n,!0)}),!0)),e}function Nl(){ee(2)}function Mn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function pe(e){var t=Ln[e];return t||ee(18,e),t}function Pl(e,t){Ln[e]||(Ln[e]=t)}function wn(){return Vt}function Sn(e,t){t&&(pe("Patches"),e.u=[],e.s=[],e.v=t)}function Sr(e){_n(e),e.p.forEach(kl),e.p=null}function _n(e){e===Vt&&(Vt=e.l)}function Eo(e){return Vt={p:[],l:Vt,h:e,m:!0,_:0}}function kl(e){var t=e[w];t.i===0||t.i===1?t.j():t.g=!0}function Cn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||pe("ES5").S(t,e,n),n?(r[w].P&&(Sr(t),ee(4)),ae(e)&&(e=Cr(t,e),t.l||Or(t,e)),t.u&&pe("Patches").M(r[w].t,e,t.u,t.s)):e=Cr(t,r,[]),Sr(t),t.u&&t.v(t.u,t.s),e!==Po?e:void 0}function Cr(e,t,r){if(Mn(t))return t;var n=t[w];if(!n)return We(t,(function(a,l){return So(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Or(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=kn(n.k):n.o,s=i,o=!1;n.i===3&&(s=new Set(i),i.clear(),o=!0),We(s,(function(a,l){return So(e,n,i,a,l,r,o)})),Or(e,i,!1),r&&e.u&&pe("Patches").N(n,r,e.u,e.s)}return n.o}function So(e,t,r,n,i,s,o){if(ge(i)){var a=Cr(e,i,s&&t&&t.i!==3&&!gt(t.R,n)?s.concat(n):void 0);if(Ro(r,n,a),!ge(a))return;e.m=!1}else o&&r.add(i);if(ae(i)&&!Mn(i)){if(!e.h.D&&e._<1)return;Cr(e,i),t&&t.A.l||Or(e,i)}}function Or(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Dn(t,r)}function On(e,t){var r=e[w];return(r?Re(r):e)[t]}function Co(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 Le(e){e.P||(e.P=!0,e.l&&Le(e.l))}function Tn(e){e.o||(e.o=kn(e.t))}function Rn(e,t,r){var n=Nn(t)?pe("MapSet").F(t,r):Pn(t)?pe("MapSet").T(t,r):e.O?(function(i,s){var o=Array.isArray(i),a={i:o?1:0,A:s?s.A:wn(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},l=a,c=Kt;o&&(l=[a],c=Ft);var u=Proxy.revocable(l,c),d=u.revoke,f=u.proxy;return a.k=f,a.j=d,f})(t,r):pe("ES5").J(t,r);return(r?r.A:wn()).p.push(n),n}function Dl(e){return ge(e)||ee(22,e),(function t(r){if(!ae(r))return r;var n,i=r[w],s=bt(r);if(i){if(!i.P&&(i.i<4||!pe("ES5").K(i)))return i.t;i.I=!0,n=Oo(r,s),i.I=!1}else n=Oo(r,s);return We(n,(function(o,a){i&&Ll(i.t,o)===a||Ro(n,o,t(a))})),s===3?new Set(n):n})(e)}function Oo(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return kn(e)}function No(){function e(o,a){var l=s[o];return l?l.enumerable=a:s[o]=l={configurable:!0,enumerable:a,get:function(){var c=this[w];return Kt.get(c,o)},set:function(c){var u=this[w];Kt.set(u,o,c)}},l}function t(o){for(var a=o.length-1;a>=0;a--){var l=o[a][w];if(!l.P)switch(l.i){case 5:n(l)&&Le(l);break;case 4:r(l)&&Le(l)}}}function r(o){for(var a=o.t,l=o.k,c=xt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==w){var f=a[d];if(f===void 0&&!gt(a,d))return!0;var p=l[d],h=p&&p[w];if(h?h.t!==f:!Lo(p,f))return!0}}var m=!!a[w];return c.length!==xt(a).length+(m?0:1)}function n(o){var a=o.k;if(a.length!==o.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(o){o.g&&ee(3,JSON.stringify(Re(o)))}var s={};Pl("ES5",{J:function(o,a){var l=Array.isArray(o),c=(function(d,f){if(d){for(var p=Array(f.length),h=0;h<f.length;h++)Object.defineProperty(p,""+h,e(h,!0));return p}var m=ko(f);delete m[w];for(var x=xt(m),b=0;b<x.length;b++){var A=x[b];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(f),m)})(l,o),u={i:l?5:4,A:a?a.A:wn(),P:!1,I:!1,R:{},l:a,t:o,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,w,{value:u,writable:!0}),c},S:function(o,a,l){l?ge(a)&&a[w].A===o&&t(o.p):(o.u&&(function c(u){if(u&&typeof u=="object"){var d=u[w];if(d){var f=d.t,p=d.k,h=d.R,m=d.i;if(m===4)We(p,(function(C){C!==w&&(f[C]!==void 0||gt(f,C)?h[C]||c(p[C]):(h[C]=!0,Le(d)))})),We(f,(function(C){p[C]!==void 0||gt(p,C)||(h[C]=!1,Le(d))}));else if(m===5){if(n(d)&&(Le(d),h.length=!0),p.length<f.length)for(var x=p.length;x<f.length;x++)h[x]=!1;else for(var b=f.length;b<p.length;b++)h[b]=!0;for(var A=Math.min(p.length,f.length),S=0;S<A;S++)p.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(p[S])}}}})(o.p[0]),t(o.p))},K:function(o){return o.i===4?r(o):n(o)}})}var To,Vt,In=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Ml=typeof Map<"u",Il=typeof Set<"u",wo=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Po=In?Symbol.for("immer-nothing"):((To={})["immer-nothing"]=!0,To),_o=In?Symbol.for("immer-draftable"):"__$immer_draftable",w=In?Symbol.for("immer-state"):"__$immer_state";var Ul=""+Object.prototype.constructor,xt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,ko=Object.getOwnPropertyDescriptors||function(e){var t={};return xt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Ln={},Kt={get:function(e,t){if(t===w)return e;var r=Re(e);if(!gt(r,t))return(function(i,s,o){var a,l=Co(s,o);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!ae(n)?n:n===On(e.t,t)?(Tn(e),e.o[t]=Rn(e.A.h,n,e)):n},has:function(e,t){return t in Re(e)},ownKeys:function(e){return Reflect.ownKeys(Re(e))},set:function(e,t,r){var n=Co(Re(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=On(Re(e),t),s=i?.[w];if(s&&s.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Lo(r,i)&&(r!==void 0||gt(e.t,t)))return!0;Tn(e),Le(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 On(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Tn(e),Le(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Re(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ee(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ee(12)}},Ft={};We(Kt,(function(e,t){Ft[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Ft.deleteProperty=function(e,t){return Ft.set.call(this,e,t,void 0)},Ft.set=function(e,t,r){return Kt.set.call(this,e[0],t,r,e[0])};var $l=(function(){function e(r){var n=this;this.O=wo,this.D=!0,this.produce=function(i,s,o){if(typeof i=="function"&&typeof s!="function"){var a=s;s=i;var l=n;return function(m){var x=this;m===void 0&&(m=a);for(var b=arguments.length,A=Array(b>1?b-1:0),S=1;S<b;S++)A[S-1]=arguments[S];return l.produce(m,(function(C){var k;return(k=s).call.apply(k,[x,C].concat(A))}))}}var c;if(typeof s!="function"&&ee(6),o!==void 0&&typeof o!="function"&&ee(7),ae(i)){var u=Eo(n),d=Rn(n,i,void 0),f=!0;try{c=s(d),f=!1}finally{f?Sr(u):_n(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Sn(u,o),Cn(m,u)}),(function(m){throw Sr(u),m})):(Sn(u,o),Cn(c,u))}if(!i||typeof i!="object"){if((c=s(i))===void 0&&(c=i),c===Po&&(c=void 0),n.D&&Dn(c,!0),o){var p=[],h=[];pe("Patches").M(i,c,p,h),o(p,h)}return c}ee(21,i)},this.produceWithPatches=function(i,s){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),f=1;f<u;f++)d[f-1]=arguments[f];return n.produceWithPatches(c,(function(p){return i.apply(void 0,[p].concat(d))}))};var o,a,l=n.produce(i,s,(function(c,u){o=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,o,a]})):[l,o,a]},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){ae(r)||ee(8),ge(r)&&(r=Dl(r));var n=Eo(this),i=Rn(this,r,void 0);return i[w].C=!0,_n(n),i},t.finishDraft=function(r,n){var i=r&&r[w],s=i.A;return Sn(s,n),Cn(void 0,s)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!wo&&ee(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){r=s.value;break}}i>-1&&(n=n.slice(i+1));var o=pe("Patches").$;return ge(r)?o(r,n):this.produce(r,(function(a){return o(a,n)}))},e})(),X=new $l,Bl=X.produce,cf=X.produceWithPatches.bind(X),uf=X.setAutoFreeze.bind(X),df=X.setUseProxies.bind(X),ff=X.applyPatches.bind(X),pf=X.createDraft.bind(X),hf=X.finishDraft.bind(X),Tr=Bl;function Ge(e){"@babel/helpers - typeof";return Ge=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},Ge(e)}function Do(e,t){if(Ge(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Ge(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Mo(e){var t=Do(e,"string");return Ge(t)=="symbol"?t:t+""}function Io(e,t,r){return(t=Mo(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Uo(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Un(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Uo(Object(r),!0).forEach(function(n){Io(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Uo(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function B(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 $o=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),$n=function(){return Math.random().toString(36).substring(7).split("").join(".")},wr={INIT:"@@redux/INIT"+$n(),REPLACE:"@@redux/REPLACE"+$n(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+$n()}};function Hl(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 Bn(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(B(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(B(1));return r(Bn)(e,t)}if(typeof e!="function")throw new Error(B(2));var i=e,s=t,o=[],a=o,l=!1;function c(){a===o&&(a=o.slice())}function u(){if(l)throw new Error(B(3));return s}function d(m){if(typeof m!="function")throw new Error(B(4));if(l)throw new Error(B(5));var x=!0;return c(),a.push(m),function(){if(x){if(l)throw new Error(B(6));x=!1,c();var A=a.indexOf(m);a.splice(A,1),o=null}}}function f(m){if(!Hl(m))throw new Error(B(7));if(typeof m.type>"u")throw new Error(B(8));if(l)throw new Error(B(9));try{l=!0,s=i(s,m)}finally{l=!1}for(var x=o=a,b=0;b<x.length;b++){var A=x[b];A()}return m}function p(m){if(typeof m!="function")throw new Error(B(10));i=m,f({type:wr.REPLACE})}function h(){var m,x=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(B(11));function S(){A.next&&A.next(u())}S();var C=x(S);return{unsubscribe:C}}},m[$o]=function(){return this},m}return f({type:wr.INIT}),n={dispatch:f,subscribe:d,getState:u,replaceReducer:p},n[$o]=h,n}function jl(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:wr.INIT});if(typeof n>"u")throw new Error(B(12));if(typeof r(void 0,{type:wr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(B(13))})}function Bo(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var s=Object.keys(r),o,a;try{jl(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var f=!1,p={},h=0;h<s.length;h++){var m=s[h],x=r[m],b=c[m],A=x(b,u);if(typeof A>"u"){var S=u&&u.type;throw new Error(B(14))}p[m]=A,f=f||A!==b}return f=f||s.length!==Object.keys(c).length,f?p:c}}function At(){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,i){return function(){return n(i.apply(void 0,arguments))}})}function Ho(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),s=function(){throw new Error(B(15))},o={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},a=t.map(function(l){return l(o)});return s=At.apply(void 0,a)(i.dispatch),Un(Un({},i),{},{dispatch:s})}}}function jo(e){var t=function(n){var i=n.dispatch,s=n.getState;return function(o){return function(a){return typeof a=="function"?a(i,s,e):o(a)}}};return t}var Fo=jo();Fo.withExtraArgument=jo;var Hn=Fo;var zo=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},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)}})(),Fl=function(e,t){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){r.label=c[1];break}if(c[0]===6&&r.label<s[1]){r.label=s[1],s=c;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(c);break}s[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Et=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Vl=Object.defineProperty,Kl=Object.defineProperties,Wl=Object.getOwnPropertyDescriptors,Vo=Object.getOwnPropertySymbols,Gl=Object.prototype.hasOwnProperty,zl=Object.prototype.propertyIsEnumerable,Ko=function(e,t,r){return t in e?Vl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Ne=function(e,t){for(var r in t||(t={}))Gl.call(t,r)&&Ko(e,r,t[r]);if(Vo)for(var n=0,i=Vo(t);n<i.length;n++){var r=i[n];zl.call(t,r)&&Ko(e,r,t[r])}return e},jn=function(e,t){return Kl(e,Wl(t))},ql=function(e,t,r){return new Promise(function(n,i){var s=function(l){try{a(r.next(l))}catch(c){i(c)}},o=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(s,o)};a((r=r.apply(e,t)).next())})};var Yl=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?At:At.apply(null,arguments)},Pf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Xl(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}function Pe(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var s=t.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return Ne(Ne({type:e,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.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}var Jl=(function(e){zo(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var 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,Et([void 0],r[0].concat(this)))):new(t.bind.apply(t,Et([void 0],r.concat(this))))},t})(Array),Ql=(function(e){zo(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var 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,Et([void 0],r[0].concat(this)))):new(t.bind.apply(t,Et([void 0],r.concat(this))))},t})(Array);function Kn(e){return ae(e)?Tr(e,function(){}):e}function Zl(e){return typeof e=="boolean"}function ec(){return function(t){return tc(t)}}function tc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,s=e.serializableCheck,o=s===void 0?!0:s,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Jl;if(r&&(Zl(r)?c.push(Hn):c.push(Hn.withExtraArgument(r.extraArgument))),0){if(i)var u;if(o)var d;if(l)var f}return c}var Fn=!0;function qo(e){var t=ec(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,s=r.middleware,o=s===void 0?t():s,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,f=d===void 0?void 0:d,p;if(typeof i=="function")p=i;else if(Xl(i))p=Bo(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=o;if(typeof h=="function"&&(h=h(t),!Fn&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Fn&&h.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Ho.apply(void 0,h),x=At;l&&(x=Yl(Ne({trace:!Fn},typeof l=="object"&&l)));var b=new Ql(m),A=b;Array.isArray(f)?A=Et([m],f):typeof f=="function"&&(A=f(b));var S=x.apply(void 0,A);return Bn(p,u,S)}function Yo(e){var t={},r=[],n,i={addCase:function(s,o){var a=typeof s=="string"?s:s.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=o,i},addMatcher:function(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase:function(s){return n=s,i}};return e(i),[t,r,n]}function rc(e){return typeof e=="function"}function nc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Yo(t):[t,r,n],s=i[0],o=i[1],a=i[2],l;if(rc(e))l=function(){return Kn(e())};else{var c=Kn(e);l=function(){return c}}function u(d,f){d===void 0&&(d=l());var p=Et([s[f.type]],o.filter(function(h){var m=h.matcher;return m(f)}).map(function(h){var m=h.reducer;return m}));return p.filter(function(h){return!!h}).length===0&&(p=[a]),p.reduce(function(h,m){if(m)if(ge(h)){var x=h,b=m(x,f);return b===void 0?h:b}else{if(ae(h))return Tr(h,function(A){return m(A,f)});var b=m(h,f);if(b===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return b}return h},d)}return u.getInitialState=l,u}function ic(e,t){return e+"/"+t}function Xo(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:Kn(e.initialState),n=e.reducers||{},i=Object.keys(n),s={},o={},a={};i.forEach(function(u){var d=n[u],f=ic(t,u),p,h;"reducer"in d?(p=d.reducer,h=d.prepare):p=d,s[u]=p,o[f]=p,a[u]=h?Pe(f,h):Pe(f)});function l(){var u=typeof e.extraReducers=="function"?Yo(e.extraReducers):[e.extraReducers],d=u[0],f=d===void 0?{}:d,p=u[1],h=p===void 0?[]:p,m=u[2],x=m===void 0?void 0:m,b=Ne(Ne({},f),o);return nc(r,function(A){for(var S in b)A.addCase(S,b[S]);for(var C=0,k=h;C<k.length;C++){var L=k[C];A.addMatcher(L.matcher,L.reducer)}x&&A.addDefaultCase(x)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:s,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var sc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",oc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=sc[Math.random()*64|0];return t},ac=["name","message","stack","code"],Vn=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Wo=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),lc=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=ac;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},If=(function(){function e(t,r,n){var i=Pe(t+"/fulfilled",function(u,d,f,p){return{payload:u,meta:jn(Ne({},p||{}),{arg:f,requestId:d,requestStatus:"fulfilled"})}}),s=Pe(t+"/pending",function(u,d,f){return{payload:void 0,meta:jn(Ne({},f||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),o=Pe(t+"/rejected",function(u,d,f,p,h){return{payload:p,error:(n&&n.serializeError||lc)(u||"Rejected"),meta:jn(Ne({},h||{}),{arg:f,requestId:d,rejectedWithValue:!!p,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,f,p){var h=n?.idGenerator?n.idGenerator(u):oc(),m=new l,x,b=!1;function A(C){x=C,m.abort()}var S=(function(){return ql(this,null,function(){var C,k,L,Ee,Zr,Se,G;return Fl(this,function(J){switch(J.label){case 0:return J.trys.push([0,4,,5]),Ee=(C=n?.condition)==null?void 0:C.call(n,u,{getState:f,extra:p}),uc(Ee)?[4,Ee]:[3,2];case 1:Ee=J.sent(),J.label=2;case 2:if(Ee===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=!0,Zr=new Promise(function(z,Ue){return m.signal.addEventListener("abort",function(){return Ue({name:"AbortError",message:x||"Aborted"})})}),d(s(h,u,(k=n?.getPendingMeta)==null?void 0:k.call(n,{requestId:h,arg:u},{getState:f,extra:p}))),[4,Promise.race([Zr,Promise.resolve(r(u,{dispatch:d,getState:f,extra:p,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(z,Ue){return new Vn(z,Ue)},fulfillWithValue:function(z,Ue){return new Wo(z,Ue)}})).then(function(z){if(z instanceof Vn)throw z;return z instanceof Wo?i(z.payload,h,u,z.meta):i(z,h,u)})])];case 3:return L=J.sent(),[3,5];case 4:return Se=J.sent(),L=Se instanceof Vn?o(null,h,u,Se.payload,Se.meta):o(Se,h,u),[3,5];case 5:return G=n&&!n.dispatchConditionRejection&&o.match(L)&&L.meta.condition,G||d(L),[2,L]}})})})();return Object.assign(S,{abort:A,requestId:h,arg:u,unwrap:function(){return S.then(cc)}})}}return Object.assign(c,{pending:s,rejected:o,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function cc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function uc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Jo="listener",Qo="completed",Zo="cancelled",Uf="task-"+Zo,$f="task-"+Qo,Bf=Jo+"-"+Zo,Hf=Jo+"-"+Qo;var Wn="listenerMiddleware";var jf=Pe(Wn+"/add"),Ff=Pe(Wn+"/removeAll"),Vf=Pe(Wn+"/remove");var Go,Kf=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Go||(Go=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},dc=function(e){return function(t){setTimeout(t,e)}},Wf=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:dc(10);No();var fc=vr(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),_r=class extends fc(Object){};window.ftReduxStores||(window.ftReduxStores={});var ea=class e extends _r{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Er(s))return s;if(i==null)return;let o=Xo({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=qo({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Bt(o.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return o.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(o,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new gr;let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,o,a)=>{let l=o,c=s[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}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 Rr=class{static format(t,r,n,i,s){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(t,r,n,i,!!s)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,s){let o=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(o),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(o);return s?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var ta=g(T()),Lr=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},gp=(0,ta.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(O)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>Rr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Lr([(0,Gn.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Lr([(0,Gn.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Lr([En({store:O.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Lr([En({store:O.name})],t.prototype,"uiLocale",void 0),t});var zn=class{addCommand(t,r=!1){O.commands.add(t,r)}consumeCommand(t){return O.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new zn;var te=g(T());var ra,St=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},pc=Symbol("clearAfterUnitTest"),Nr=class extends(0,te.withEventBus)(q){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[ra]=()=>{this.defaultMessages={},this.cache=new te.CacheRegistry,this.listeners={}},this.currentUiLocale=O.getState().uiLocale,O.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=O.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(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,te.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let s=t.toLowerCase(),o=this.resolveContext(s);return new te.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},o).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof te.CanceledPromiseError)&&r&&console.error(i)}return n}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 i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new St({loadedContexts:t})),this.dispatchEvent(new St({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new St({loadedContexts:[t]})),this.dispatchEvent(new St({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,te.delay)(0).then(()=>n()).catch(()=>null)))}};ra=pc;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Nr{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Nr{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Ct=window.FluidTopicsI18nService,Pr=window.FluidTopicsCustomI18nService;var na=g(T()),qn=class{highlightHtml(t,r,n){(0,na.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new qn;var ia=g(T());var Yn=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=O.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return ia.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:O.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new Yn;var sa=g(T());var Wt=class{static get(t,r){var n,i,s,o;let a=O.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new sa.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var Xn=class{urlToSearchRequest(t){return Wt.get().parse(t)}searchRequestToUrl(t){return Wt.get().serialize(t)}};window.FluidTopicsUrlService=new Xn;var xe=g(T());var ze=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ze.eventName="change";var Jn=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},oa=new Jn;var kr=class e extends xe.WithEventBus{static build(){return new e(window.history,oa,()=>window.location,!1)}constructor(t,r,n,i){var s,o;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(o=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&o!==void 0?o:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,xe.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ze(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[s,o,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...s,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,o,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(ze.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ze.eventName,t)}currentItem(){return(0,xe.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,xe.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,xe.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,xe.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,s=t+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,s=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=kr.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var aa=g(H());var la=aa.css`
|
|
320
|
-
`;var da=g(H()),K=g(j()),Xe=g(T());var qe=g(T());function ca(e,t){let{authenticationRequired:r,session:n}=O.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var Dr=class extends ht{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Qn=class e extends qe.FtStateManager{static build(t){return new e(O,t)}constructor(t,r){super(),this.store=t,this.cache=new qe.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new Dr,this.cleanSessionDebouncer=new qe.Debouncer,this.reloadDebouncer=new qe.Debouncer(500),this.apiProvider=r??(()=>je.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(pt.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>ca(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setTenantId(t){this.store.actions.tenantId(t)}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(
|
|
320
|
+
`;var da=g(H()),K=g(j()),Xe=g(T());var qe=g(T());function ca(e,t){let{authenticationRequired:r,session:n}=O.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var Dr=class extends ht{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Qn=class e extends qe.FtStateManager{static build(t){return new e(O,t)}constructor(t,r){super(),this.store=t,this.cache=new qe.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new Dr,this.cleanSessionDebouncer=new qe.Debouncer,this.reloadDebouncer=new qe.Debouncer(500),this.apiProvider=r??(()=>je.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(pt.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>ca(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setTenantId(t){this.store.actions.tenantId(t)}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t,r){this.userLocaleService.updateUiLocale({uiLocale:t,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new Mt(n)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},ua=Qn.build();var Ye=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var Gt=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:s}of n){let o=i.deref(),a=s.deref();o===void 0||a===void 0||o.dispatchEvent(new Ye(t.context,o,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var $=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},_=class extends Xe.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=ua,this.contextRoot=new Gt}render(){return da.html`
|
|
321
321
|
<slot></slot>
|
|
322
322
|
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Ct.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};_.elementDefinitions={};_.styles=la;$([(0,K.property)()],_.prototype,"baseUrl",void 0);$([(0,K.property)()],_.prototype,"tenantId",void 0);$([(0,K.property)()],_.prototype,"apiIntegrationIdentifier",void 0);$([(0,K.property)()],_.prototype,"apiIntegrationAppVersion",void 0);$([(0,K.property)()],_.prototype,"uiLocale",void 0);$([(0,Xe.jsonProperty)(null)],_.prototype,"availableUiLocales",void 0);$([(0,Xe.jsonProperty)(null)],_.prototype,"metadataConfiguration",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"editorMode",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"noCustom",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"openExternalDocumentInNewTab",void 0);$([(0,K.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],_.prototype,"noCustomComponent",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"withManualResources",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"navigatorOnline",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"forcedOffline",void 0);$([(0,K.property)({type:Boolean})],_.prototype,"authenticationRequired",void 0);$([(0,Xe.jsonProperty)([])],_.prototype,"messageContexts",void 0);$([(0,Xe.jsonProperty)(void 0)],_.prototype,"session",void 0);var pa=g(T());var fa={"ft-app-context":_};(0,pa.customElements)(fa);var Mr=class e{static build(t){return new e(t)}static buildCustom(t){return new e(t,!0)}static fromGwt(t){return new e(t)}get service(){return this.custom?Pr:Ct}constructor(t,r=!1){this.name=t,this.custom=r,this.properties=new Proxy({},{get:(n,i)=>{let s=i;return o=>({context:this.name,key:s,custom:this.custom,args:typeof o=="function"?void 0:o,argsProvider:typeof o=="function"?o:void 0})}}),this.messages=new Proxy({},{get:(n,i)=>(...s)=>this.service.resolveMessage(this.name,i,...s)}),this.rawMessages=new Proxy({},{get:(n,i)=>this.service.resolveRawMessage(this.name,i)}),this.keys=new Proxy({},{get:(n,i)=>()=>i}),this.attributes=new Proxy({},{get:(n,i)=>()=>({context:this.name,key:i,message:this.service.resolveRawMessage(this.name,i)})})}};var Tt=g(T());var ha=g(j());var Zn=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Ot=new Zn;var yc=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},qt=Symbol("i18nAttributes"),ma=Symbol("i18nListAttributes"),ya=Symbol("i18nProperties"),Ir=Symbol("i18nContexts"),zt=Symbol("i18nUnsubs"),Br=(0,Tt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?Pr:Ct}i18n(s){let{context:o,key:a,message:l}=s,{custom:c,args:u,argsProvider:d}=s;if(o&&a){this.hasI18nContext(o)||this.addI18nContext(o,void 0,c);let f=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(o,a,...f)}return l}async awaitI18n(s){let{context:o,custom:a}=s;return o&&await this.getI18nService(a).prepareContext(o),this.i18n(s)}customI18n(s,o){if(Ot.isI18nKey(s)){let[a,l]=s.split(".");return this.i18n({custom:!0,context:a,key:l,...o})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((o,a,l)=>s.has(a)||typeof o.argsProvider=="function"),this.updateI18nProperties(o=>typeof o.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((o,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===s}),this.updateI18nProperties(o=>o.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var o,a;let l=this,c=(u,d,f)=>f?.context&&f.key&&s(u,d,f)?{...f,message:this.i18n({context:f.context,key:f.key,custom:f.custom,...u})}:f;(o=this[qt])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[ma])===null||a===void 0||a.forEach((u,d)=>{var f;return l[d]=(f=l[d])===null||f===void 0?void 0:f.map(p=>c(u,d,p))})}updateI18nProperties(s){var o;(o=this[ya])===null||o===void 0||o.forEach((a,l)=>{s(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(s,o,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,o,a)}addI18nContext(s,o,a){let l=(typeof s=="string"?s:s.name).toLowerCase();a=typeof s=="string"?a:s.custom,this[Ir].set(l,{isCustomContext:a}),this[zt].has(l)||this[zt].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[Ir].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Ir].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[zt].forEach(s=>s()),this[zt].clear()}}return t=Ir,r=zt,yc([(0,ha.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),Ur=class extends Br(Tt.FtLitElement){},$r=class extends Br(Tt.FtLitElementRedux){};var va=g(H());var ga=va.css`
|
|
323
323
|
`;var Hr=g(H()),jr=g(j()),Fr=g(T());var Yt=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},le=class extends $r{constructor(){super(),this.editorMode=!1,this.addStore(O)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Hr.nothing:Hr.html`
|