@fluid-topics/ft-search-result-title 1.1.3 → 1.1.5

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.
@@ -12,7 +12,7 @@
12
12
  * subject to an additional IP rights grant found at
13
13
  * http://polymer.github.io/PATENTS.txt
14
14
  */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,n=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=n.prototype.attributeChangedCallback,c=new Set(n.observedAttributes||[]);u(n,c,s);const l={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(n,l);let f=e.call(r,t);f||(f=h(t),o.call(r,t,f)),this===window.customElements&&(a.set(n,l),l.standInClass=f);const p=this._awaitingUpgrade.get(t);if(p){this._awaitingUpgrade.delete(t);for(const t of p)i.delete(t),d(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),n.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!l(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},h=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=f(e)||window.customElements,n=r._getDefinition(o);return n?d(e,n):i.set(e,r),e}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,n),e.call(this,i,t,n)}else r.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);n.call(this,r),e.call(this,r,t,null)}else n.call(this,r)});const i=t.prototype.toggleAttribute;i&&(t.prototype.toggleAttribute=function(t,r){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);i.call(this,n,r);const o=this.getAttribute(n);e.call(this,n,t,o)}else i.call(this,n,r)})},p=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):p(e)},d=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),n.set(t,o),c=t;try{new o.elementClass}catch(t){p(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===n.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),n=o.get(r)||[];this[+e]=t,n.push(t),o.set(r,n)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=n.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(Vi){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class e extends Promise{constructor(t){super(((e,r)=>t((t=>{this.isCanceled?r(new o("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?r(new o("Promise has been canceled",void 0,t)):r(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}class r{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof e&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,(async()=>o)),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,(async()=>o)),this.content[t]=o}async get(t,o,r){if(void 0===this.content[t]){if(null==(o=null!=o?o:this.loaders[t]))throw new Error("Unknown cache key "+t);const n=(t=>new e(((o,e)=>t.then(o).catch(e))))(o());return this.content[t]=n,n.then((o=>(this.content[t]=o,null!=r&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),r)),o)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,n=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=n.prototype.attributeChangedCallback,c=new Set(n.observedAttributes||[]);u(n,c,s);const l={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(n,l);let f=e.call(r,t);f||(f=h(t),o.call(r,t,f)),this===window.customElements&&(a.set(n,l),l.standInClass=f);const p=this._awaitingUpgrade.get(t);if(p){this._awaitingUpgrade.delete(t);for(const t of p)i.delete(t),d(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),n.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!l(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},h=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=f(e)||window.customElements,n=r._getDefinition(o);return n?d(e,n):i.set(e,r),e}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,n),e.call(this,i,t,n)}else r.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);n.call(this,r),e.call(this,r,t,null)}else n.call(this,r)});const i=t.prototype.toggleAttribute;i&&(t.prototype.toggleAttribute=function(t,r){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);i.call(this,n,r);const o=this.getAttribute(n);e.call(this,n,t,o)}else i.call(this,n,r)})},p=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):p(e)},d=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),n.set(t,o),c=t;try{new o.elementClass}catch(t){p(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===n.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),n=o.get(r)||[];this[+e]=t,n.push(t),o.set(r,n)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=n.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(Xi){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class e extends Promise{constructor(t){super(((e,r)=>t((t=>{this.isCanceled?r(new o("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?r(new o("Promise has been canceled",void 0,t)):r(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}class r{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof e&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,(async()=>o)),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,(async()=>o)),this.content[t]=o}async get(t,o,r){if(void 0===this.content[t]){if(null==(o=null!=o?o:this.loaders[t]))throw new Error("Unknown cache key "+t);const n=(t=>new e(((o,e)=>t.then(o).catch(e))))(o());return this.content[t]=n,n.then((o=>(this.content[t]=o,null!=r&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),r)),o)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}
16
16
  /**
17
17
  * @license
18
18
  * Copyright 2019 Google LLC
@@ -102,115 +102,115 @@ let bo=class extends Kt{constructor(){super(...arguments),this.renderOptions={ho
102
102
  display: inline-block;
103
103
  width: 0;
104
104
  }
105
- `;class Ko{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let n=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>n=n.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),n}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}function Po(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Fo,jo,Do;const Mo=Symbol("internalReduxEventsUnsubscribers"),To=Symbol("internalStoresUnsubscribers"),Zo=Symbol("internalStores");class _o extends ko{constructor(){super(...arguments),this[Fo]=new Map,this[jo]=new Map,this[Do]=[]}update(t){var o;super.update(t),(null===(o=this.reduxReactiveProperties)||void 0===o?void 0:o.some((o=>t.has(o))))&&this.updateFromStores()}getUnnamedStore(){if(this[Zo].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Zo].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Zo].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Po(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[Zo].delete(o)}setupStore(t,o){this[Zo].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Zo].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxProperties&&this.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[To].has(t.store):this[To].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[To].set(t,o.subscribe((()=>this.updateFromStores()))),Po(o)&&o.eventBus&&(null===(e=this.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[Mo].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[To].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Mo].forEach((t=>t())),this[Mo]=[]}unsubscribeFromStore(t){this[To].has(t)&&this[To].get(t)(),this[To].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function zo(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Bo(t){return!!t&&!!t[We]}function Ho(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===Ae}(t)||Array.isArray(t)||!!t[Le]||!!(null===(o=t.constructor)||void 0===o?void 0:o[Le])||Jo(t)||Qo(t))}function Go(t,o,e){void 0===e&&(e=!1),0===qo(t)?(e?Object.keys:ke)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function qo(t){var o=t[We];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:Jo(t)?2:Qo(t)?3:0}function Yo(t,o){return 2===qo(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function Vo(t,o,e){var r=qo(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function Xo(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function Jo(t){return Ee&&t instanceof Map}function Qo(t){return Re&&t instanceof Set}function te(t){return t.o||t.t}function oe(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=$e(t);delete o[We];for(var e=ke(o),r=0;r<e.length;r++){var n=e[r],i=o[n];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(o[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),o)}function ee(t,o){return void 0===o&&(o=!1),ne(t)||Bo(t)||!Ho(t)||(qo(t)>1&&(t.set=t.add=t.clear=t.delete=re),Object.freeze(t),o&&Go(t,(function(t,o){return ee(o,!0)}),!0)),t}function re(){zo(2)}function ne(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function ie(t){var o=Ke[t];return o||zo(18,t),o}function ae(){return xe}function se(t,o){o&&(ie("Patches"),t.u=[],t.s=[],t.v=o)}function ce(t){le(t),t.p.forEach(he),t.p=null}function le(t){t===xe&&(xe=t.l)}function fe(t){return xe={p:[],l:xe,h:t,m:!0,_:0}}function he(t){var o=t[We];0===o.i||1===o.i?o.j():o.g=!0}function ue(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||ie("ES5").S(o,t,r),r?(e[We].P&&(ce(o),zo(4)),Ho(t)&&(t=pe(o,t),o.l||ye(o,t)),o.u&&ie("Patches").M(e[We].t,t,o.u,o.s)):t=pe(o,e,[]),ce(o),o.u&&o.v(o.u,o.s),t!==Ie?t:void 0}function pe(t,o,e){if(ne(o))return o;var r=o[We];if(!r)return Go(o,(function(n,i){return de(t,r,o,n,i,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return ye(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var n=4===r.i||5===r.i?r.o=oe(r.k):r.o,i=n,a=!1;3===r.i&&(i=new Set(n),n.clear(),a=!0),Go(i,(function(o,i){return de(t,r,n,o,i,e,a)})),ye(t,n,!1),e&&t.u&&ie("Patches").N(r,e,t.u,t.s)}return r.o}function de(t,o,e,r,n,i,a){if(Bo(n)){var s=pe(t,n,i&&o&&3!==o.i&&!Yo(o.R,r)?i.concat(r):void 0);if(Vo(e,r,s),!Bo(s))return;t.m=!1}else a&&e.add(n);if(Ho(n)&&!ne(n)){if(!t.h.D&&t._<1)return;pe(t,n),o&&o.A.l||ye(t,n)}}function ye(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&ee(o,e)}function ge(t,o){var e=t[We];return(e?te(e):t)[o]}function be(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function me(t){t.P||(t.P=!0,t.l&&me(t.l))}function Oe(t){t.o||(t.o=oe(t.t))}function ve(t,o,e){var r=Jo(o)?ie("MapSet").F(o,e):Qo(o)?ie("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:ae(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},n=r,i=Pe;e&&(n=[r],i=Fe);var a=Proxy.revocable(n,i),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(o,e):ie("ES5").J(o,e);return(e?e.A:ae()).p.push(r),r}function Se(t){return Bo(t)||zo(22,t),function t(o){if(!Ho(o))return o;var e,r=o[We],n=qo(o);if(r){if(!r.P&&(r.i<4||!ie("ES5").K(r)))return r.t;r.I=!0,e=we(o,n),r.I=!1}else e=we(o,n);return Go(e,(function(o,n){r&&function(t,o){return 2===qo(t)?t.get(o):t[o]}(r.t,o)===n||Vo(e,o,t(n))})),3===n?new Set(e):e}(t)}function we(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return oe(t)}Fo=To,jo=Zo,Do=Mo;var Ne,xe,Ce="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Ee="undefined"!=typeof Map,Re="undefined"!=typeof Set,Ue="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Ie=Ce?Symbol.for("immer-nothing"):((Ne={})["immer-nothing"]=!0,Ne),Le=Ce?Symbol.for("immer-draftable"):"__$immer_draftable",We=Ce?Symbol.for("immer-state"):"__$immer_state",Ae=""+Object.prototype.constructor,ke="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,$e=Object.getOwnPropertyDescriptors||function(t){var o={};return ke(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},Ke={},Pe={get:function(t,o){if(o===We)return t;var e=te(t);if(!Yo(e,o))return function(t,o,e){var r,n=be(o,e);return n?"value"in n?n.value:null===(r=n.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!Ho(r)?r:r===ge(t.t,o)?(Oe(t),t.o[o]=ve(t.A.h,r,t)):r},has:function(t,o){return o in te(t)},ownKeys:function(t){return Reflect.ownKeys(te(t))},set:function(t,o,e){var r=be(te(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var n=ge(te(t),o),i=null==n?void 0:n[We];if(i&&i.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(Xo(e,n)&&(void 0!==e||Yo(t.t,o)))return!0;Oe(t),me(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==ge(t.t,o)||o in t.t?(t.R[o]=!1,Oe(t),me(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=te(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){zo(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){zo(12)}},Fe={};Go(Pe,(function(t,o){Fe[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),Fe.deleteProperty=function(t,o){return Fe.set.call(this,t,o,void 0)},Fe.set=function(t,o,e){return Pe.set.call(this,t[0],o,e,t[0])};var je=function(){function t(t){var o=this;this.O=Ue,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var n=e;e=t;var i=o;return function(t){var o=this;void 0===t&&(t=n);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return i.produce(t,(function(t){var r;return(r=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&zo(6),void 0!==r&&"function"!=typeof r&&zo(7),Ho(t)){var s=fe(o),c=ve(o,t,void 0),l=!0;try{a=e(c),l=!1}finally{l?ce(s):le(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return se(s,r),ue(t,s)}),(function(t){throw ce(s),t})):(se(s,r),ue(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Ie&&(a=void 0),o.D&&ee(a,!0),r){var f=[],h=[];ie("Patches").M(t,a,f,h),r(f,h)}return a}zo(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(n))}))};var r,n,i=o.produce(t,e,(function(t,o){r=t,n=o}));return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(t){return[t,r,n]})):[i,r,n]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var o=t.prototype;return o.createDraft=function(t){Ho(t)||zo(8),Bo(t)&&(t=Se(t));var o=fe(this),e=ve(this,t,void 0);return e[We].C=!0,le(o),e},o.finishDraft=function(t,o){var e=(t&&t[We]).A;return se(e,o),ue(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!Ue&&zo(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var n=ie("Patches").$;return Bo(t)?n(t,o):this.produce(t,(function(t){return n(t,o)}))},t}(),De=new je,Me=De.produce;function Te(t){return Te="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Te(t)}function Ze(t){var o=function(t,o){if("object"!==Te(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==Te(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===Te(o)?o:String(o)}function _e(t,o,e){return(o=Ze(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function ze(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function Be(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?ze(Object(e),!0).forEach((function(o){_e(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):ze(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function He(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}De.produceWithPatches.bind(De),De.setAutoFreeze.bind(De),De.setUseProxies.bind(De),De.applyPatches.bind(De),De.createDraft.bind(De),De.finishDraft.bind(De);var Ge="function"==typeof Symbol&&Symbol.observable||"@@observable",qe=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ye={INIT:"@@redux/INIT"+qe(),REPLACE:"@@redux/REPLACE"+qe(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+qe()}};function Ve(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(He(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(He(1));return e(Ve)(t,o)}if("function"!=typeof t)throw new Error(He(2));var n=t,i=o,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(He(3));return i}function h(t){if("function"!=typeof t)throw new Error(He(4));if(c)throw new Error(He(5));var o=!0;return l(),s.push(t),function(){if(o){if(c)throw new Error(He(6));o=!1,l();var e=s.indexOf(t);s.splice(e,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(He(7));if(void 0===t.type)throw new Error(He(8));if(c)throw new Error(He(9));try{c=!0,i=n(i,t)}finally{c=!1}for(var o=a=s,e=0;e<o.length;e++){(0,o[e])()}return t}return u({type:Ye.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(He(10));n=t,u({type:Ye.REPLACE})}})[Ge]=function(){var t,o=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(He(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[Ge]=function(){return this},t},r}function Xe(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var n=o[r];"function"==typeof t[n]&&(e[n]=t[n])}var i,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:Ye.INIT}))throw new Error(He(12));if(void 0===e(void 0,{type:Ye.PROBE_UNKNOWN_ACTION()}))throw new Error(He(13))}))}(e)}catch(t){i=t}return function(t,o){if(void 0===t&&(t={}),i)throw i;for(var r=!1,n={},s=0;s<a.length;s++){var c=a[s],l=e[c],f=t[c],h=l(f,o);if(void 0===h)throw o&&o.type,new Error(He(14));n[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?n:t}}function Je(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function Qe(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(He(15))},n={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=o.map((function(t){return t(n)}));return r=Je.apply(void 0,i)(e.dispatch),Be(Be({},e),{},{dispatch:r})}}}function tr(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(n){return"function"==typeof n?n(e,r,t):o(n)}}}}var or=tr();or.withExtraArgument=tr;var er,rr=or,nr=(er=function(t,o){return er=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},er(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}er(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),ir=function(t,o){var e,r,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;switch(r=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=o.call(t,a)}catch(t){i=[6,t],r=0}finally{e=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},ar=function(t,o){for(var e=0,r=o.length,n=t.length;e<r;e++,n++)t[n]=o[e];return t},sr=Object.defineProperty,cr=Object.defineProperties,lr=Object.getOwnPropertyDescriptors,fr=Object.getOwnPropertySymbols,hr=Object.prototype.hasOwnProperty,ur=Object.prototype.propertyIsEnumerable,pr=function(t,o,e){return o in t?sr(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},dr=function(t,o){for(var e in o||(o={}))hr.call(o,e)&&pr(t,e,o[e]);if(fr)for(var r=0,n=fr(o);r<n.length;r++){e=n[r];ur.call(o,e)&&pr(t,e,o[e])}return t},yr=function(t,o){return cr(t,lr(o))},gr="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Je:Je.apply(null,arguments)};var br=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=t.apply(this,e)||this;return Object.setPrototypeOf(n,o.prototype),n}return nr(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,ar([void 0],t[0].concat(this)))):new(o.bind.apply(o,ar([void 0],t.concat(this))))},o}(Array),mr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=t.apply(this,e)||this;return Object.setPrototypeOf(n,o.prototype),n}return nr(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,ar([void 0],t[0].concat(this)))):new(o.bind.apply(o,ar([void 0],t.concat(this))))},o}(Array);function Or(t){return Ho(t)?Me(t,(function(){})):t}function vr(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new br;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(rr.withExtraArgument(e.extraArgument)):r.push(rr));return r}(t)}}function Sr(t){var o,e=vr(),r=t||{},n=r.reducer,i=void 0===n?void 0:n,a=r.middleware,s=void 0===a?e():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,p=void 0===u?void 0:u;if("function"==typeof i)o=i;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(i))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');o=Xe(i)}var d=s;"function"==typeof d&&(d=d(e));var y=Qe.apply(void 0,d),g=Je;l&&(g=gr(dr({trace:!1},"object"==typeof l&&l)));var b=new mr(y),m=b;return Array.isArray(p)?m=ar([y],p):"function"==typeof p&&(m=p(b)),Ve(o,h,g.apply(void 0,m))}function wr(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var n=o.apply(void 0,e);if(!n)throw new Error("prepareAction did not return an object");return dr(dr({type:t,payload:n.payload},"meta"in n&&{meta:n.meta}),"error"in n&&{error:n.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function Nr(t){var o,e={},r=[],n={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,n},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),n},addDefaultCase:function(t){return o=t,n}};return t(n),[e,r,o]}function xr(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:Or(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};function l(){var o="function"==typeof t.extraReducers?Nr(t.extraReducers):[t.extraReducers],e=o[0],n=void 0===e?{}:e,i=o[1],a=void 0===i?[]:i,c=o[2],l=void 0===c?void 0:c,f=dr(dr({},n),s);return function(t,o,e,r){void 0===e&&(e=[]);var n,i="function"==typeof o?Nr(o):[o,e,r],a=i[0],s=i[1],c=i[2];if(function(t){return"function"==typeof t}(t))n=function(){return Or(t())};else{var l=Or(t);n=function(){return l}}function f(t,o){void 0===t&&(t=n());var e=ar([a[o.type]],s.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[c]),e.reduce((function(t,e){if(e){var r;if(Bo(t))return void 0===(r=e(t,o))?t:r;if(Ho(t))return Me(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=n,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var n=r[e];t.addMatcher(n.matcher,n.reducer)}l&&t.addDefaultCase(l)}))}return i.forEach((function(t){var e,r,i=n[t],l=o+"/"+t;"reducer"in i?(e=i.reducer,r=i.prepare):e=i,a[t]=e,s[l]=e,c[t]=r?wr(l,r):wr(l)})),{name:o,reducer:function(t,o){return e||(e=l()),e(t,o)},actions:c,caseReducers:a,getInitialState:function(){return e||(e=l()),e.getInitialState()}}}var Cr=["name","message","stack","code"],Er=function(t,o){this.payload=t,this.meta=o},Rr=function(t,o){this.payload=t,this.meta=o},Ur=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=Cr;e<r.length;e++){var n=r[e];"string"==typeof t[n]&&(o[n]=t[n])}return o}return{message:String(t)}};function Ir(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=wr(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:yr(dr({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),n=wr(t+"/pending",(function(t,o,e){return{payload:void 0,meta:yr(dr({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),i=wr(t+"/rejected",(function(t,o,r,n,i){return{payload:n,error:(e&&e.serializeError||Ur)(t||"Rejected"),meta:yr(dr({},i||{}),{arg:r,requestId:o,rejectedWithValue:!!n,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,c,l){var f,h=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),u=new a;function p(t){f=t,u.abort()}var d=function(){return a=this,d=null,y=function(){var a,d,y,g,b,m;return ir(this,(function(O){switch(O.label){case 0:return O.trys.push([0,4,,5]),g=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:l}),null===(v=g)||"object"!=typeof v||"function"!=typeof v.then?[3,2]:[4,g];case 1:g=O.sent(),O.label=2;case 2:if(!1===g||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,o){return u.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),s(n(h,t,null==(d=null==e?void 0:e.getPendingMeta)?void 0:d.call(e,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([b,Promise.resolve(o(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:p,rejectWithValue:function(t,o){return new Er(t,o)},fulfillWithValue:function(t,o){return new Rr(t,o)}})).then((function(o){if(o instanceof Er)throw o;return o instanceof Rr?r(o.payload,h,t,o.meta):r(o,h,t)}))])];case 3:return y=O.sent(),[3,5];case 4:return m=O.sent(),y=m instanceof Er?i(null,h,t,m.payload,m.meta):i(m,h,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&i.match(y)&&y.meta.condition||s(y),[2,y]}var v}))},new Promise((function(t,o){var e=function(t){try{n(y.next(t))}catch(t){o(t)}},r=function(t){try{n(y.throw(t))}catch(t){o(t)}},n=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};n((y=y.apply(a,d)).next())}));var a,d,y}();return Object.assign(d,{abort:p,requestId:h,arg:t,unwrap:function(){return d.then(Ir)}})}}),{pending:n,rejected:i,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Lr,Wr,Ar,kr,$r,Kr,Pr,Fr,jr,Dr,Mr,Tr,Zr,_r,zr,Br,Hr="listenerMiddleware";wr(Hr+"/add"),wr(Hr+"/removeAll"),wr(Hr+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=n[t];return e?e.enumerable=o:n[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[We];return Pe.get(o,t)},set:function(o){var e=this[We];Pe.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var n=t[o][We];if(!n.P)switch(n.i){case 5:r(n)&&me(n);break;case 4:e(n)&&me(n)}}}function e(t){for(var o=t.t,e=t.k,r=ke(e),n=r.length-1;n>=0;n--){var i=r[n];if(i!==We){var a=o[i];if(void 0===a&&!Yo(o,i))return!0;var s=e[i],c=s&&s[We];if(c?c.t!==a:!Xo(s,a))return!0}}var l=!!o[We];return r.length!==ke(o).length+(l?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var n={};!function(t,o){Ke[t]||(Ke[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),n=function(o,e){if(o){for(var r=Array(e.length),n=0;n<e.length;n++)Object.defineProperty(r,""+n,t(n,!0));return r}var i=$e(e);delete i[We];for(var a=ke(i),s=0;s<a.length;s++){var c=a[s];i[c]=t(c,o||!!i[c].enumerable)}return Object.create(Object.getPrototypeOf(e),i)}(r,o),i={i:r?5:4,A:e?e.A:ae(),P:!1,I:!1,R:{},l:e,t:o,k:n,o:null,g:!1,C:!1};return Object.defineProperty(n,We,{value:i,writable:!0}),n},S:function(t,e,n){n?Bo(e)&&e[We].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[We];if(e){var n=e.t,i=e.k,a=e.R,s=e.i;if(4===s)Go(i,(function(o){o!==We&&(void 0!==n[o]||Yo(n,o)?a[o]||t(i[o]):(a[o]=!0,me(e)))})),Go(n,(function(t){void 0!==i[t]||Yo(i,t)||(a[t]=!1,me(e))}));else if(5===s){if(r(e)&&(me(e),a.length=!0),i.length<n.length)for(var c=i.length;c<n.length;c++)a[c]=!1;else for(var l=n.length;l<i.length;l++)a[l]=!0;for(var f=Math.min(i.length,n.length),h=0;h<f;h++)i.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(i[h])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Gr{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,n=window.ftReduxStores[e];if(Po(n))return n;if(null==r)return;const i=xr({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=Sr({reducer:(t,o)=>{var e;switch(o.type){case"CLEAR_FT_REDUX_STORE":return i.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(e=o.overwrites)&&void 0!==e?e:{}};default:return i.reducer(t,o)}}});return window.ftReduxStores[r.name]=new Gr(i,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,n=t[r];return n?(...t)=>{const o=n(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_STATE_FIELDS_VALUES_SETTER",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()}}navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Wr=null===(Lr=window.safari)||void 0===Lr?void 0:Lr.pushNotification)||void 0===Wr||Wr.toString()),function(t){!function(o){var e={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(e.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],n=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function i(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var o={next:function(){var o=t.shift();return{done:void 0===o,value:o}}};return e.iterable&&(o[Symbol.iterator]=function(){return o}),o}function c(t){this.map={},t instanceof c?t.forEach((function(t,o){this.append(o,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(o){this.append(o,t[o])}),this)}function l(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(o,e){t.onload=function(){o(t.result)},t.onerror=function(){e(t.error)}}))}function h(t){var o=new FileReader,e=f(o);return o.readAsArrayBuffer(t),e}function u(t){if(t.slice)return t.slice(0);var o=new Uint8Array(t.byteLength);return o.set(new Uint8Array(t)),o.buffer}function p(){return this.bodyUsed=!1,this._initBody=function(t){var o;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:e.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:e.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():e.arrayBuffer&&e.blob&&((o=t)&&DataView.prototype.isPrototypeOf(o))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):e.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||n(t))?this._bodyArrayBuffer=u(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},e.blob&&(this.blob=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?l(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return function(t){var o=new FileReader,e=f(o);return o.readAsText(t),e}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var o=new Uint8Array(t),e=new Array(o.length),r=0;r<o.length;r++)e[r]=String.fromCharCode(o[r]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},e.formData&&(this.formData=function(){return this.text().then(g)}),this.json=function(){return this.text().then(JSON.parse)},this}c.prototype.append=function(t,o){t=i(t),o=a(o);var e=this.map[t];this.map[t]=e?e+", "+o:o},c.prototype.delete=function(t){delete this.map[i(t)]},c.prototype.get=function(t){return t=i(t),this.has(t)?this.map[t]:null},c.prototype.has=function(t){return this.map.hasOwnProperty(i(t))},c.prototype.set=function(t,o){this.map[i(t)]=a(o)},c.prototype.forEach=function(t,o){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(o,this.map[e],e,this)},c.prototype.keys=function(){var t=[];return this.forEach((function(o,e){t.push(e)})),s(t)},c.prototype.values=function(){var t=[];return this.forEach((function(o){t.push(o)})),s(t)},c.prototype.entries=function(){var t=[];return this.forEach((function(o,e){t.push([e,o])})),s(t)},e.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var d=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(t,o){var e,r,n=(o=o||{}).body;if(t instanceof y){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,o.headers||(this.headers=new c(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,n||null==t._bodyInit||(n=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=o.credentials||this.credentials||"same-origin",!o.headers&&this.headers||(this.headers=new c(o.headers)),this.method=(e=o.method||this.method||"GET",r=e.toUpperCase(),d.indexOf(r)>-1?r:e),this.mode=o.mode||this.mode||null,this.signal=o.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(n)}function g(t){var o=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),r=e.shift().replace(/\+/g," "),n=e.join("=").replace(/\+/g," ");o.append(decodeURIComponent(r),decodeURIComponent(n))}})),o}function b(t,o){o||(o={}),this.type="default",this.status=void 0===o.status?200:o.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in o?o.statusText:"OK",this.headers=new c(o.headers),this.url=o.url||"",this._initBody(t)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},p.call(y.prototype),p.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,o){if(-1===m.indexOf(o))throw new RangeError("Invalid status code");return new b(null,{status:o,headers:{location:t}})},o.DOMException=t.DOMException;try{new o.DOMException}catch(t){o.DOMException=function(t,o){this.message=t,this.name=o;var e=Error(t);this.stack=e.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function O(t,r){return new Promise((function(n,i){var a=new y(t,r);if(a.signal&&a.signal.aborted)return i(new o.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function l(){s.abort()}s.onload=function(){var t,o,e={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",o=new c,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var e=t.split(":"),r=e.shift().trim();if(r){var n=e.join(":").trim();o.append(r,n)}})),o)};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;n(new b(r,e))},s.onerror=function(){i(new TypeError("Network request failed"))},s.ontimeout=function(){i(new TypeError("Network request failed"))},s.onabort=function(){i(new o.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&e.blob&&(s.responseType="blob"),a.headers.forEach((function(t,o){s.setRequestHeader(o,t)})),a.signal&&(a.signal.addEventListener("abort",l),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",l)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}O.polyfill=!0,t.fetch||(t.fetch=O,t.Headers=c,t.Request=y,t.Response=b),o.Headers=c,o.Request=y,o.Response=b,o.fetch=O,Object.defineProperty(o,"U",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(Ar||(Ar={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(kr||(kr={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}($r||($r={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Kr||(Kr={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(Pr||(Pr={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Fr||(Fr={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(jr||(jr={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Dr||(Dr={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Mr||(Mr={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Tr||(Tr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Zr||(Zr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(_r||(_r={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS"}(zr||(zr={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(Br||(Br={})),Br.PERSONAL_BOOK_SHARE_USER,Br.PERSONAL_BOOK_USER,Br.HTML_EXPORT_USER,Br.PERSONAL_BOOK_USER,Br.PDF_EXPORT_USER,Br.PERSONAL_BOOK_USER,Br.KHUB_ADMIN,Br.CONTENT_PUBLISHER,Br.ADMIN,Br.KHUB_ADMIN,Br.USERS_ADMIN,Br.PORTAL_ADMIN,Br.DEVELOPER,Br.BETA_USER,Br.DEBUG_USER;const qr=Ot`
106
- `,Yr=Gr.get({name:"ft-app-info",reducers:{setBaseUrl:(t,o)=>{t.baseUrl=o.payload},setApiIntegrationIdentifier:(t,o)=>{t.apiIntegrationIdentifier=o.payload},setUiLocale:(t,o)=>{t.uiLocale=o.payload},setAvailableUiLocales:(t,o)=>{t.availableUiLocales=o.payload},setEditorMode:(t,o)=>{t.editorMode=o.payload},setNoCustom:(t,o)=>{t.noCustom=o.payload},setNoCustomComponent:(t,o)=>{t.noCustomComponent=o.payload},setSession:(t,o)=>{t.session=o.payload}},initialState:{uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],editorMode:!1,noCustom:!1,noCustomComponent:!1}});class Vr{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=Yr.getState(),r=null!=t?t:e;if(o&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,r,!0)}static get(t){var o;return null!=t?Vr.build(t):null!==(o=Vr.API)&&void 0!==o?o:Vr.API=Vr.build()}static await(t){return new Promise((o=>{let e=Vr.get(t);if(e)o(e);else{const r=Yr.subscribe((()=>{e=Vr.get(t),e&&(r(),o(e))}))}}))}}var Xr;const Jr=Symbol("clearAfterUnitTest");class Qr{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new r,this.listeners={},this.currentUiLocale="",this[Xr]=()=>{this.defaultMessages={},this.cache=new r,this.listeners={}},this.currentUiLocale=Yr.getState().uiLocale,Yr.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Yr.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var e;if(t=t.toLowerCase(),Object.keys(o).length>0){const r={...null!==(e=this.defaultMessages[t])&&void 0!==e?e:{},...o};L(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...e){var r,n,i;t=t.toLowerCase(),this.fetchContext(t);const a=null!==(n=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==n?n:{};return new Ko(null!==(i=this.defaultMessages[t])&&void 0!==i?i:{},a).resolve(o,...e)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,o){var e;return t=t.toLowerCase(),this.listeners[t]=null!==(e=this.listeners[t])&&void 0!==e?e:new Set,this.listeners[t].add(o),()=>{var e;return null===(e=this.listeners[t])||void 0===e?void 0:e.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>{return(o=0,new Promise((t=>setTimeout(t,o)))).then((()=>t())).catch((()=>null));var o})))}}Xr=Jr,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new Qr((async(t,o)=>(await Vr.await()).getFluidTopicsMessageContext(t,o)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new Qr((async(t,o)=>(await Vr.await()).getCustomMessageContext(t,o))));const tn=window.FluidTopicsI18nService;var on=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class en extends ko{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.availableUiLocales=[],this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>Vr.get(),this.cache=new r,this.cleanSessionDebouncer=new I}render(){return oo`
105
+ `;class Ko{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let n=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>n=n.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),n}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}class Po{constructor(){this.stack=[]}add(t,o=!1){o&&(this.stack=this.stack.filter((o=>o.type!==t.type))),this.stack.push(t)}consume(t){const o=this.stack.find((o=>o.type===t));return o&&(this.stack=this.stack.filter((t=>t!==o))),o}}function Fo(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var jo,Do,Mo;const To=Symbol("internalReduxEventsUnsubscribers"),Zo=Symbol("internalStoresUnsubscribers"),_o=Symbol("internalStores");class zo extends ko{constructor(){super(...arguments),this[jo]=new Map,this[Do]=new Map,this[Mo]=[]}update(t){var o;super.update(t),(null===(o=this.reduxReactiveProperties)||void 0===o?void 0:o.some((o=>t.has(o))))&&this.updateFromStores()}getUnnamedStore(){if(this[_o].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[_o].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[_o].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Fo(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[_o].delete(o)}setupStore(t,o){this[_o].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[_o].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxProperties&&this.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[Zo].has(t.store):this[Zo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Zo].set(t,o.subscribe((()=>this.updateFromStores()))),Fo(o)&&o.eventBus&&(null===(e=this.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[To].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Zo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[To].forEach((t=>t())),this[To]=[]}unsubscribeFromStore(t){this[Zo].has(t)&&this[Zo].get(t)(),this[Zo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function Bo(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ho(t){return!!t&&!!t[Ae]}function Go(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===ke}(t)||Array.isArray(t)||!!t[We]||!!(null===(o=t.constructor)||void 0===o?void 0:o[We])||Qo(t)||te(t))}function qo(t,o,e){void 0===e&&(e=!1),0===Yo(t)?(e?Object.keys:$e)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function Yo(t){var o=t[Ae];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:Qo(t)?2:te(t)?3:0}function Vo(t,o){return 2===Yo(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function Xo(t,o,e){var r=Yo(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function Jo(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function Qo(t){return Re&&t instanceof Map}function te(t){return Ue&&t instanceof Set}function oe(t){return t.o||t.t}function ee(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=Ke(t);delete o[Ae];for(var e=$e(o),r=0;r<e.length;r++){var n=e[r],i=o[n];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(o[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),o)}function re(t,o){return void 0===o&&(o=!1),ie(t)||Ho(t)||!Go(t)||(Yo(t)>1&&(t.set=t.add=t.clear=t.delete=ne),Object.freeze(t),o&&qo(t,(function(t,o){return re(o,!0)}),!0)),t}function ne(){Bo(2)}function ie(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function ae(t){var o=Pe[t];return o||Bo(18,t),o}function se(){return Ce}function ce(t,o){o&&(ae("Patches"),t.u=[],t.s=[],t.v=o)}function le(t){fe(t),t.p.forEach(ue),t.p=null}function fe(t){t===Ce&&(Ce=t.l)}function he(t){return Ce={p:[],l:Ce,h:t,m:!0,_:0}}function ue(t){var o=t[Ae];0===o.i||1===o.i?o.j():o.g=!0}function pe(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||ae("ES5").S(o,t,r),r?(e[Ae].P&&(le(o),Bo(4)),Go(t)&&(t=de(o,t),o.l||ge(o,t)),o.u&&ae("Patches").M(e[Ae].t,t,o.u,o.s)):t=de(o,e,[]),le(o),o.u&&o.v(o.u,o.s),t!==Le?t:void 0}function de(t,o,e){if(ie(o))return o;var r=o[Ae];if(!r)return qo(o,(function(n,i){return ye(t,r,o,n,i,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return ge(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var n=4===r.i||5===r.i?r.o=ee(r.k):r.o,i=n,a=!1;3===r.i&&(i=new Set(n),n.clear(),a=!0),qo(i,(function(o,i){return ye(t,r,n,o,i,e,a)})),ge(t,n,!1),e&&t.u&&ae("Patches").N(r,e,t.u,t.s)}return r.o}function ye(t,o,e,r,n,i,a){if(Ho(n)){var s=de(t,n,i&&o&&3!==o.i&&!Vo(o.R,r)?i.concat(r):void 0);if(Xo(e,r,s),!Ho(s))return;t.m=!1}else a&&e.add(n);if(Go(n)&&!ie(n)){if(!t.h.D&&t._<1)return;de(t,n),o&&o.A.l||ge(t,n)}}function ge(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&re(o,e)}function be(t,o){var e=t[Ae];return(e?oe(e):t)[o]}function me(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function Oe(t){t.P||(t.P=!0,t.l&&Oe(t.l))}function ve(t){t.o||(t.o=ee(t.t))}function Se(t,o,e){var r=Qo(o)?ae("MapSet").F(o,e):te(o)?ae("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:se(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},n=r,i=Fe;e&&(n=[r],i=je);var a=Proxy.revocable(n,i),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(o,e):ae("ES5").J(o,e);return(e?e.A:se()).p.push(r),r}function we(t){return Ho(t)||Bo(22,t),function t(o){if(!Go(o))return o;var e,r=o[Ae],n=Yo(o);if(r){if(!r.P&&(r.i<4||!ae("ES5").K(r)))return r.t;r.I=!0,e=Ne(o,n),r.I=!1}else e=Ne(o,n);return qo(e,(function(o,n){r&&function(t,o){return 2===Yo(t)?t.get(o):t[o]}(r.t,o)===n||Xo(e,o,t(n))})),3===n?new Set(e):e}(t)}function Ne(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return ee(t)}jo=Zo,Do=_o,Mo=To;var xe,Ce,Ee="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Re="undefined"!=typeof Map,Ue="undefined"!=typeof Set,Ie="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Le=Ee?Symbol.for("immer-nothing"):((xe={})["immer-nothing"]=!0,xe),We=Ee?Symbol.for("immer-draftable"):"__$immer_draftable",Ae=Ee?Symbol.for("immer-state"):"__$immer_state",ke=""+Object.prototype.constructor,$e="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Ke=Object.getOwnPropertyDescriptors||function(t){var o={};return $e(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},Pe={},Fe={get:function(t,o){if(o===Ae)return t;var e=oe(t);if(!Vo(e,o))return function(t,o,e){var r,n=me(o,e);return n?"value"in n?n.value:null===(r=n.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!Go(r)?r:r===be(t.t,o)?(ve(t),t.o[o]=Se(t.A.h,r,t)):r},has:function(t,o){return o in oe(t)},ownKeys:function(t){return Reflect.ownKeys(oe(t))},set:function(t,o,e){var r=me(oe(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var n=be(oe(t),o),i=null==n?void 0:n[Ae];if(i&&i.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(Jo(e,n)&&(void 0!==e||Vo(t.t,o)))return!0;ve(t),Oe(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==be(t.t,o)||o in t.t?(t.R[o]=!1,ve(t),Oe(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=oe(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){Bo(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Bo(12)}},je={};qo(Fe,(function(t,o){je[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),je.deleteProperty=function(t,o){return je.set.call(this,t,o,void 0)},je.set=function(t,o,e){return Fe.set.call(this,t[0],o,e,t[0])};var De=function(){function t(t){var o=this;this.O=Ie,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var n=e;e=t;var i=o;return function(t){var o=this;void 0===t&&(t=n);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return i.produce(t,(function(t){var r;return(r=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&Bo(6),void 0!==r&&"function"!=typeof r&&Bo(7),Go(t)){var s=he(o),c=Se(o,t,void 0),l=!0;try{a=e(c),l=!1}finally{l?le(s):fe(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return ce(s,r),pe(t,s)}),(function(t){throw le(s),t})):(ce(s,r),pe(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Le&&(a=void 0),o.D&&re(a,!0),r){var f=[],h=[];ae("Patches").M(t,a,f,h),r(f,h)}return a}Bo(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(n))}))};var r,n,i=o.produce(t,e,(function(t,o){r=t,n=o}));return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(t){return[t,r,n]})):[i,r,n]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var o=t.prototype;return o.createDraft=function(t){Go(t)||Bo(8),Ho(t)&&(t=we(t));var o=he(this),e=Se(this,t,void 0);return e[Ae].C=!0,fe(o),e},o.finishDraft=function(t,o){var e=(t&&t[Ae]).A;return ce(e,o),pe(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!Ie&&Bo(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var n=ae("Patches").$;return Ho(t)?n(t,o):this.produce(t,(function(t){return n(t,o)}))},t}(),Me=new De,Te=Me.produce;function Ze(t){return Ze="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ze(t)}function _e(t){var o=function(t,o){if("object"!==Ze(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==Ze(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===Ze(o)?o:String(o)}function ze(t,o,e){return(o=_e(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function Be(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function He(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?Be(Object(e),!0).forEach((function(o){ze(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Be(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function Ge(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}Me.produceWithPatches.bind(Me),Me.setAutoFreeze.bind(Me),Me.setUseProxies.bind(Me),Me.applyPatches.bind(Me),Me.createDraft.bind(Me),Me.finishDraft.bind(Me);var qe="function"==typeof Symbol&&Symbol.observable||"@@observable",Ye=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ve={INIT:"@@redux/INIT"+Ye(),REPLACE:"@@redux/REPLACE"+Ye(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ye()}};function Xe(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(Ge(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(Ge(1));return e(Xe)(t,o)}if("function"!=typeof t)throw new Error(Ge(2));var n=t,i=o,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(Ge(3));return i}function h(t){if("function"!=typeof t)throw new Error(Ge(4));if(c)throw new Error(Ge(5));var o=!0;return l(),s.push(t),function(){if(o){if(c)throw new Error(Ge(6));o=!1,l();var e=s.indexOf(t);s.splice(e,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(Ge(7));if(void 0===t.type)throw new Error(Ge(8));if(c)throw new Error(Ge(9));try{c=!0,i=n(i,t)}finally{c=!1}for(var o=a=s,e=0;e<o.length;e++){(0,o[e])()}return t}return u({type:Ve.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(Ge(10));n=t,u({type:Ve.REPLACE})}})[qe]=function(){var t,o=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(Ge(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[qe]=function(){return this},t},r}function Je(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var n=o[r];"function"==typeof t[n]&&(e[n]=t[n])}var i,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:Ve.INIT}))throw new Error(Ge(12));if(void 0===e(void 0,{type:Ve.PROBE_UNKNOWN_ACTION()}))throw new Error(Ge(13))}))}(e)}catch(t){i=t}return function(t,o){if(void 0===t&&(t={}),i)throw i;for(var r=!1,n={},s=0;s<a.length;s++){var c=a[s],l=e[c],f=t[c],h=l(f,o);if(void 0===h)throw o&&o.type,new Error(Ge(14));n[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?n:t}}function Qe(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function tr(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(Ge(15))},n={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=o.map((function(t){return t(n)}));return r=Qe.apply(void 0,i)(e.dispatch),He(He({},e),{},{dispatch:r})}}}function or(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(n){return"function"==typeof n?n(e,r,t):o(n)}}}}var er=or();er.withExtraArgument=or;var rr,nr=er,ir=(rr=function(t,o){return rr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},rr(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}rr(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),ar=function(t,o){var e,r,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;switch(r=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=o.call(t,a)}catch(t){i=[6,t],r=0}finally{e=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},sr=function(t,o){for(var e=0,r=o.length,n=t.length;e<r;e++,n++)t[n]=o[e];return t},cr=Object.defineProperty,lr=Object.defineProperties,fr=Object.getOwnPropertyDescriptors,hr=Object.getOwnPropertySymbols,ur=Object.prototype.hasOwnProperty,pr=Object.prototype.propertyIsEnumerable,dr=function(t,o,e){return o in t?cr(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},yr=function(t,o){for(var e in o||(o={}))ur.call(o,e)&&dr(t,e,o[e]);if(hr)for(var r=0,n=hr(o);r<n.length;r++){e=n[r];pr.call(o,e)&&dr(t,e,o[e])}return t},gr=function(t,o){return lr(t,fr(o))},br="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Qe:Qe.apply(null,arguments)};var mr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=t.apply(this,e)||this;return Object.setPrototypeOf(n,o.prototype),n}return ir(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,sr([void 0],t[0].concat(this)))):new(o.bind.apply(o,sr([void 0],t.concat(this))))},o}(Array),Or=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=t.apply(this,e)||this;return Object.setPrototypeOf(n,o.prototype),n}return ir(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,sr([void 0],t[0].concat(this)))):new(o.bind.apply(o,sr([void 0],t.concat(this))))},o}(Array);function vr(t){return Go(t)?Te(t,(function(){})):t}function Sr(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new mr;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(nr.withExtraArgument(e.extraArgument)):r.push(nr));return r}(t)}}function wr(t){var o,e=Sr(),r=t||{},n=r.reducer,i=void 0===n?void 0:n,a=r.middleware,s=void 0===a?e():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,p=void 0===u?void 0:u;if("function"==typeof i)o=i;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(i))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');o=Je(i)}var d=s;"function"==typeof d&&(d=d(e));var y=tr.apply(void 0,d),g=Qe;l&&(g=br(yr({trace:!1},"object"==typeof l&&l)));var b=new Or(y),m=b;return Array.isArray(p)?m=sr([y],p):"function"==typeof p&&(m=p(b)),Xe(o,h,g.apply(void 0,m))}function Nr(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var n=o.apply(void 0,e);if(!n)throw new Error("prepareAction did not return an object");return yr(yr({type:t,payload:n.payload},"meta"in n&&{meta:n.meta}),"error"in n&&{error:n.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function xr(t){var o,e={},r=[],n={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,n},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),n},addDefaultCase:function(t){return o=t,n}};return t(n),[e,r,o]}function Cr(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:vr(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};function l(){var o="function"==typeof t.extraReducers?xr(t.extraReducers):[t.extraReducers],e=o[0],n=void 0===e?{}:e,i=o[1],a=void 0===i?[]:i,c=o[2],l=void 0===c?void 0:c,f=yr(yr({},n),s);return function(t,o,e,r){void 0===e&&(e=[]);var n,i="function"==typeof o?xr(o):[o,e,r],a=i[0],s=i[1],c=i[2];if(function(t){return"function"==typeof t}(t))n=function(){return vr(t())};else{var l=vr(t);n=function(){return l}}function f(t,o){void 0===t&&(t=n());var e=sr([a[o.type]],s.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[c]),e.reduce((function(t,e){if(e){var r;if(Ho(t))return void 0===(r=e(t,o))?t:r;if(Go(t))return Te(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=n,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var n=r[e];t.addMatcher(n.matcher,n.reducer)}l&&t.addDefaultCase(l)}))}return i.forEach((function(t){var e,r,i=n[t],l=o+"/"+t;"reducer"in i?(e=i.reducer,r=i.prepare):e=i,a[t]=e,s[l]=e,c[t]=r?Nr(l,r):Nr(l)})),{name:o,reducer:function(t,o){return e||(e=l()),e(t,o)},actions:c,caseReducers:a,getInitialState:function(){return e||(e=l()),e.getInitialState()}}}var Er=["name","message","stack","code"],Rr=function(t,o){this.payload=t,this.meta=o},Ur=function(t,o){this.payload=t,this.meta=o},Ir=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=Er;e<r.length;e++){var n=r[e];"string"==typeof t[n]&&(o[n]=t[n])}return o}return{message:String(t)}};function Lr(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=Nr(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:gr(yr({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),n=Nr(t+"/pending",(function(t,o,e){return{payload:void 0,meta:gr(yr({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),i=Nr(t+"/rejected",(function(t,o,r,n,i){return{payload:n,error:(e&&e.serializeError||Ir)(t||"Rejected"),meta:gr(yr({},i||{}),{arg:r,requestId:o,rejectedWithValue:!!n,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,c,l){var f,h=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),u=new a;function p(t){f=t,u.abort()}var d=function(){return a=this,d=null,y=function(){var a,d,y,g,b,m;return ar(this,(function(O){switch(O.label){case 0:return O.trys.push([0,4,,5]),g=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:l}),null===(v=g)||"object"!=typeof v||"function"!=typeof v.then?[3,2]:[4,g];case 1:g=O.sent(),O.label=2;case 2:if(!1===g||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,o){return u.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),s(n(h,t,null==(d=null==e?void 0:e.getPendingMeta)?void 0:d.call(e,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([b,Promise.resolve(o(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:p,rejectWithValue:function(t,o){return new Rr(t,o)},fulfillWithValue:function(t,o){return new Ur(t,o)}})).then((function(o){if(o instanceof Rr)throw o;return o instanceof Ur?r(o.payload,h,t,o.meta):r(o,h,t)}))])];case 3:return y=O.sent(),[3,5];case 4:return m=O.sent(),y=m instanceof Rr?i(null,h,t,m.payload,m.meta):i(m,h,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&i.match(y)&&y.meta.condition||s(y),[2,y]}var v}))},new Promise((function(t,o){var e=function(t){try{n(y.next(t))}catch(t){o(t)}},r=function(t){try{n(y.throw(t))}catch(t){o(t)}},n=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};n((y=y.apply(a,d)).next())}));var a,d,y}();return Object.assign(d,{abort:p,requestId:h,arg:t,unwrap:function(){return d.then(Lr)}})}}),{pending:n,rejected:i,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Wr,Ar,kr,$r,Kr,Pr,Fr,jr,Dr,Mr,Tr,Zr,_r,zr,Br,Hr,Gr="listenerMiddleware";Nr(Gr+"/add"),Nr(Gr+"/removeAll"),Nr(Gr+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=n[t];return e?e.enumerable=o:n[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[Ae];return Fe.get(o,t)},set:function(o){var e=this[Ae];Fe.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var n=t[o][Ae];if(!n.P)switch(n.i){case 5:r(n)&&Oe(n);break;case 4:e(n)&&Oe(n)}}}function e(t){for(var o=t.t,e=t.k,r=$e(e),n=r.length-1;n>=0;n--){var i=r[n];if(i!==Ae){var a=o[i];if(void 0===a&&!Vo(o,i))return!0;var s=e[i],c=s&&s[Ae];if(c?c.t!==a:!Jo(s,a))return!0}}var l=!!o[Ae];return r.length!==$e(o).length+(l?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var n={};!function(t,o){Pe[t]||(Pe[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),n=function(o,e){if(o){for(var r=Array(e.length),n=0;n<e.length;n++)Object.defineProperty(r,""+n,t(n,!0));return r}var i=Ke(e);delete i[Ae];for(var a=$e(i),s=0;s<a.length;s++){var c=a[s];i[c]=t(c,o||!!i[c].enumerable)}return Object.create(Object.getPrototypeOf(e),i)}(r,o),i={i:r?5:4,A:e?e.A:se(),P:!1,I:!1,R:{},l:e,t:o,k:n,o:null,g:!1,C:!1};return Object.defineProperty(n,Ae,{value:i,writable:!0}),n},S:function(t,e,n){n?Ho(e)&&e[Ae].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[Ae];if(e){var n=e.t,i=e.k,a=e.R,s=e.i;if(4===s)qo(i,(function(o){o!==Ae&&(void 0!==n[o]||Vo(n,o)?a[o]||t(i[o]):(a[o]=!0,Oe(e)))})),qo(n,(function(t){void 0!==i[t]||Vo(i,t)||(a[t]=!1,Oe(e))}));else if(5===s){if(r(e)&&(Oe(e),a.length=!0),i.length<n.length)for(var c=i.length;c<n.length;c++)a[c]=!1;else for(var l=n.length;l<i.length;l++)a[l]=!0;for(var f=Math.min(i.length,n.length),h=0;h<f;h++)i.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(i[h])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class qr{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,n=window.ftReduxStores[e];if(Fo(n))return n;if(null==r)return;const i=Cr({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=wr({reducer:(t,o)=>{var e;switch(o.type){case"CLEAR_FT_REDUX_STORE":return i.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(e=o.overwrites)&&void 0!==e?e:{}};default:return i.reducer(t,o)}}});return window.ftReduxStores[r.name]=new qr(i,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Po,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,n=t[r];return n?(...t)=>{const o=n(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_STATE_FIELDS_VALUES_SETTER",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()}}navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Ar=null===(Wr=window.safari)||void 0===Wr?void 0:Wr.pushNotification)||void 0===Ar||Ar.toString()),function(t){!function(o){var e={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(e.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],n=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function i(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var o={next:function(){var o=t.shift();return{done:void 0===o,value:o}}};return e.iterable&&(o[Symbol.iterator]=function(){return o}),o}function c(t){this.map={},t instanceof c?t.forEach((function(t,o){this.append(o,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(o){this.append(o,t[o])}),this)}function l(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(o,e){t.onload=function(){o(t.result)},t.onerror=function(){e(t.error)}}))}function h(t){var o=new FileReader,e=f(o);return o.readAsArrayBuffer(t),e}function u(t){if(t.slice)return t.slice(0);var o=new Uint8Array(t.byteLength);return o.set(new Uint8Array(t)),o.buffer}function p(){return this.bodyUsed=!1,this._initBody=function(t){var o;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:e.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:e.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():e.arrayBuffer&&e.blob&&((o=t)&&DataView.prototype.isPrototypeOf(o))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):e.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||n(t))?this._bodyArrayBuffer=u(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},e.blob&&(this.blob=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?l(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return function(t){var o=new FileReader,e=f(o);return o.readAsText(t),e}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var o=new Uint8Array(t),e=new Array(o.length),r=0;r<o.length;r++)e[r]=String.fromCharCode(o[r]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},e.formData&&(this.formData=function(){return this.text().then(g)}),this.json=function(){return this.text().then(JSON.parse)},this}c.prototype.append=function(t,o){t=i(t),o=a(o);var e=this.map[t];this.map[t]=e?e+", "+o:o},c.prototype.delete=function(t){delete this.map[i(t)]},c.prototype.get=function(t){return t=i(t),this.has(t)?this.map[t]:null},c.prototype.has=function(t){return this.map.hasOwnProperty(i(t))},c.prototype.set=function(t,o){this.map[i(t)]=a(o)},c.prototype.forEach=function(t,o){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(o,this.map[e],e,this)},c.prototype.keys=function(){var t=[];return this.forEach((function(o,e){t.push(e)})),s(t)},c.prototype.values=function(){var t=[];return this.forEach((function(o){t.push(o)})),s(t)},c.prototype.entries=function(){var t=[];return this.forEach((function(o,e){t.push([e,o])})),s(t)},e.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var d=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(t,o){var e,r,n=(o=o||{}).body;if(t instanceof y){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,o.headers||(this.headers=new c(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,n||null==t._bodyInit||(n=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=o.credentials||this.credentials||"same-origin",!o.headers&&this.headers||(this.headers=new c(o.headers)),this.method=(e=o.method||this.method||"GET",r=e.toUpperCase(),d.indexOf(r)>-1?r:e),this.mode=o.mode||this.mode||null,this.signal=o.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(n)}function g(t){var o=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),r=e.shift().replace(/\+/g," "),n=e.join("=").replace(/\+/g," ");o.append(decodeURIComponent(r),decodeURIComponent(n))}})),o}function b(t,o){o||(o={}),this.type="default",this.status=void 0===o.status?200:o.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in o?o.statusText:"OK",this.headers=new c(o.headers),this.url=o.url||"",this._initBody(t)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},p.call(y.prototype),p.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,o){if(-1===m.indexOf(o))throw new RangeError("Invalid status code");return new b(null,{status:o,headers:{location:t}})},o.DOMException=t.DOMException;try{new o.DOMException}catch(t){o.DOMException=function(t,o){this.message=t,this.name=o;var e=Error(t);this.stack=e.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function O(t,r){return new Promise((function(n,i){var a=new y(t,r);if(a.signal&&a.signal.aborted)return i(new o.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function l(){s.abort()}s.onload=function(){var t,o,e={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",o=new c,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var e=t.split(":"),r=e.shift().trim();if(r){var n=e.join(":").trim();o.append(r,n)}})),o)};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;n(new b(r,e))},s.onerror=function(){i(new TypeError("Network request failed"))},s.ontimeout=function(){i(new TypeError("Network request failed"))},s.onabort=function(){i(new o.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&e.blob&&(s.responseType="blob"),a.headers.forEach((function(t,o){s.setRequestHeader(o,t)})),a.signal&&(a.signal.addEventListener("abort",l),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",l)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}O.polyfill=!0,t.fetch||(t.fetch=O,t.Headers=c,t.Request=y,t.Response=b),o.Headers=c,o.Request=y,o.Response=b,o.fetch=O,Object.defineProperty(o,"U",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(kr||(kr={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}($r||($r={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(Kr||(Kr={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Pr||(Pr={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(Fr||(Fr={})),function(t){t.ASC="ASC",t.DESC="DESC"}(jr||(jr={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Dr||(Dr={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Mr||(Mr={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Tr||(Tr={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Zr||(Zr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(_r||(_r={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(zr||(zr={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS"}(Br||(Br={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(Hr||(Hr={})),Hr.PERSONAL_BOOK_SHARE_USER,Hr.PERSONAL_BOOK_USER,Hr.HTML_EXPORT_USER,Hr.PERSONAL_BOOK_USER,Hr.PDF_EXPORT_USER,Hr.PERSONAL_BOOK_USER,Hr.KHUB_ADMIN,Hr.CONTENT_PUBLISHER,Hr.ADMIN,Hr.KHUB_ADMIN,Hr.USERS_ADMIN,Hr.PORTAL_ADMIN,Hr.DEVELOPER,Hr.BETA_USER,Hr.DEBUG_USER;const Yr=Ot`
106
+ `,Vr=qr.get({name:"ft-app-info",reducers:{setBaseUrl:(t,o)=>{t.baseUrl=o.payload},setApiIntegrationIdentifier:(t,o)=>{t.apiIntegrationIdentifier=o.payload},setUiLocale:(t,o)=>{t.uiLocale=o.payload},setAvailableUiLocales:(t,o)=>{t.availableUiLocales=o.payload},setEditorMode:(t,o)=>{t.editorMode=o.payload},setNoCustom:(t,o)=>{t.noCustom=o.payload},setNoCustomComponent:(t,o)=>{t.noCustomComponent=o.payload},setSession:(t,o)=>{t.session=o.payload}},initialState:{uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],editorMode:!1,noCustom:!1,noCustomComponent:!1}});class Xr{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=Vr.getState(),r=null!=t?t:e;if(o&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,r,!0)}static get(t){var o;return null!=t?Xr.build(t):null!==(o=Xr.API)&&void 0!==o?o:Xr.API=Xr.build()}static await(t){return new Promise((o=>{let e=Xr.get(t);if(e)o(e);else{const r=Vr.subscribe((()=>{e=Xr.get(t),e&&(r(),o(e))}))}}))}}var Jr;const Qr=Symbol("clearAfterUnitTest");class tn{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new r,this.listeners={},this.currentUiLocale="",this[Jr]=()=>{this.defaultMessages={},this.cache=new r,this.listeners={}},this.currentUiLocale=Vr.getState().uiLocale,Vr.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Vr.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var e;if(t=t.toLowerCase(),Object.keys(o).length>0){const r={...null!==(e=this.defaultMessages[t])&&void 0!==e?e:{},...o};L(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...e){var r,n,i;t=t.toLowerCase(),this.fetchContext(t);const a=null!==(n=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==n?n:{};return new Ko(null!==(i=this.defaultMessages[t])&&void 0!==i?i:{},a).resolve(o,...e)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,o){var e;return t=t.toLowerCase(),this.listeners[t]=null!==(e=this.listeners[t])&&void 0!==e?e:new Set,this.listeners[t].add(o),()=>{var e;return null===(e=this.listeners[t])||void 0===e?void 0:e.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>{return(o=0,new Promise((t=>setTimeout(t,o)))).then((()=>t())).catch((()=>null));var o})))}}Jr=Qr,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new tn((async(t,o)=>(await Xr.await()).getFluidTopicsMessageContext(t,o)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new tn((async(t,o)=>(await Xr.await()).getCustomMessageContext(t,o))));const on=window.FluidTopicsI18nService;var en=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class rn extends ko{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.availableUiLocales=[],this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>Xr.get(),this.cache=new r,this.cleanSessionDebouncer=new I}render(){return oo`
107
107
  <slot></slot>
108
- `}update(t){super.update(t),t.has("baseUrl")&&Yr.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&Yr.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Yr.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&Yr.actions.setNoCustom(this.noCustom),t.has("editorMode")&&Yr.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&Yr.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&Yr.actions.setSession(this.session),t.has("availableUiLocales")&&Yr.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>tn.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const o=await t.getCurrentSession();return o.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),o.idleTimeoutInMillis),o}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}en.elementDefinitions={},en.styles=qr,on([R()],en.prototype,"baseUrl",void 0),on([R()],en.prototype,"apiIntegrationIdentifier",void 0),on([R()],en.prototype,"uiLocale",void 0),on([A([])],en.prototype,"availableUiLocales",void 0),on([R({type:Boolean})],en.prototype,"editorMode",void 0),on([R({type:Boolean})],en.prototype,"noCustom",void 0),on([R({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],en.prototype,"noCustomComponent",void 0),on([R({type:Boolean})],en.prototype,"withManualResources",void 0),on([A([])],en.prototype,"messageContexts",void 0),on([A(void 0)],en.prototype,"session",void 0),on([R({type:Object})],en.prototype,"apiProvider",void 0);class rn{async listMySearches(){var t;return(null===(t=Yr.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await Vr.await()).listMySearches(Yr.getState().session.profile.userId):[]}}const nn=new r;class an{async listMyBookmarks(){return nn.get("bookmarks",(async()=>(await Vr.await()).listMyBookmarks(Yr.getState().session.profile.userId)))}clearCache(){nn.clear("bookmarks")}}const sn=Gr.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=Yr.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new an,Yr.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=Yr.getState();L(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){sn.actions.savedSearches(void 0)}clearMyBookmarks(){sn.actions.bookmarks(void 0)}async reloadMySearches(){const t=new rn,o=await t.listMySearches();sn.actions.savedSearches(o)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;sn.actions.bookmarks(o)}}},W("ft-app-context")(en);class cn extends Event{constructor(){super(cn.eventName)}}cn.eventName="search-context-clear-all-filters";var ln=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class fn extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const hn=Symbol("registerInterval");class un extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[hn]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[hn]):this.dispatchEvent(new fn)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=hn,ln([U()],e.prototype,"stateManager",void 0),e}(_o)){}var pn=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class dn extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const yn=Symbol("registerInterval");class gn extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}connectedCallback(){super.connectedCallback(),this[yn]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[yn]):this.dispatchEvent(new dn)}disconnectedCallback(){super.disconnectedCallback(),this.result=void 0}}return o=yn,pn([R({attribute:!1})],e.prototype,"result",void 0),e}(un)){}const bn={highlightBackgroundColor:vo.create("--ft-srt-highlight-background-color","","COLOR","transparent")},mn=Ot`
108
+ `}update(t){super.update(t),t.has("baseUrl")&&Vr.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&Vr.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Vr.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&Vr.actions.setNoCustom(this.noCustom),t.has("editorMode")&&Vr.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&Vr.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&Vr.actions.setSession(this.session),t.has("availableUiLocales")&&Vr.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>on.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const o=await t.getCurrentSession();return o.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),o.idleTimeoutInMillis),o}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}rn.elementDefinitions={},rn.styles=Yr,en([R()],rn.prototype,"baseUrl",void 0),en([R()],rn.prototype,"apiIntegrationIdentifier",void 0),en([R()],rn.prototype,"uiLocale",void 0),en([A([])],rn.prototype,"availableUiLocales",void 0),en([R({type:Boolean})],rn.prototype,"editorMode",void 0),en([R({type:Boolean})],rn.prototype,"noCustom",void 0),en([R({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],rn.prototype,"noCustomComponent",void 0),en([R({type:Boolean})],rn.prototype,"withManualResources",void 0),en([A([])],rn.prototype,"messageContexts",void 0),en([A(void 0)],rn.prototype,"session",void 0),en([R({type:Object})],rn.prototype,"apiProvider",void 0);class nn{async listMySearches(){var t;return(null===(t=Vr.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await Xr.await()).listMySearches(Vr.getState().session.profile.userId):[]}}const an=new r;class sn{async listMyBookmarks(){return an.get("bookmarks",(async()=>(await Xr.await()).listMyBookmarks(Vr.getState().session.profile.userId)))}clearCache(){an.clear("bookmarks")}}const cn=qr.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=Vr.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new sn,Vr.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=Vr.getState();L(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){cn.actions.savedSearches(void 0)}clearMyBookmarks(){cn.actions.bookmarks(void 0)}async reloadMySearches(){const t=new nn,o=await t.listMySearches();cn.actions.savedSearches(o)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;cn.actions.bookmarks(o)}}},W("ft-app-context")(rn);class ln extends Event{constructor(){super(ln.eventName)}}ln.eventName="search-context-clear-all-filters";var fn=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class hn extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const un=Symbol("registerInterval");class pn extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[un]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[un]):this.dispatchEvent(new hn)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=un,fn([U()],e.prototype,"stateManager",void 0),e}(zo)){}var dn=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class yn extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const gn=Symbol("registerInterval");class bn extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}connectedCallback(){super.connectedCallback(),this[gn]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[gn]):this.dispatchEvent(new yn)}disconnectedCallback(){super.disconnectedCallback(),this.result=void 0}}return o=gn,dn([R({attribute:!1})],e.prototype,"result",void 0),e}(pn)){}const mn={highlightBackgroundColor:vo.create("--ft-srt-highlight-background-color","","COLOR","transparent")},On=Ot`
109
109
  .kwicmatch {
110
110
  font-weight: 700;
111
- background-color: ${bn.highlightBackgroundColor};
111
+ background-color: ${mn.highlightBackgroundColor};
112
112
  }
113
113
  `
114
114
  /**
115
115
  * @license
116
116
  * Copyright 2020 Google LLC
117
117
  * SPDX-License-Identifier: BSD-3-Clause
118
- */,On=Symbol.for(""),vn=t=>{if(t?.r===On)return t?._$litStatic$},Sn=t=>({_$litStatic$:t,r:On}),wn=new Map,Nn=(t=>(o,...e)=>{const r=e.length;let n,i;const a=[],s=[];let c,l=0,f=!1;for(;l<r;){for(c=o[l];l<r&&void 0!==(i=e[l],n=vn(i));)c+=n+o[++l],f=!0;l!==r&&s.push(i),a.push(c),l++}if(l===r&&a.push(o[r]),f){const t=a.join("$$lit$$");void 0===(o=wn.get(t))&&(a.raw=a,wn.set(t,o=a)),e=s}return t(o,...e)})(J);var xn;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(xn||(xn={}));const Cn=vo.extend("--ft-typography-font-family","",xo.titleFont),En=vo.extend("--ft-typography-font-family","",xo.contentFont),Rn={fontFamily:En,fontSize:vo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:vo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:vo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:vo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:vo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Un=vo.extend("--ft-typography-title-font-family","",Cn),In=vo.extend("--ft-typography-title-font-size","",Rn.fontSize,"20px"),Ln=vo.extend("--ft-typography-title-font-weight","",Rn.fontWeight,"normal"),Wn=vo.extend("--ft-typography-title-letter-spacing","",Rn.letterSpacing,"0.15px"),An=vo.extend("--ft-typography-title-line-height","",Rn.lineHeight,"1.2"),kn=vo.extend("--ft-typography-title-text-transform","",Rn.textTransform,"inherit"),$n=vo.extend("--ft-typography-title-dense-font-family","",Cn),Kn=vo.extend("--ft-typography-title-dense-font-size","",Rn.fontSize,"14px"),Pn=vo.extend("--ft-typography-title-dense-font-weight","",Rn.fontWeight,"normal"),Fn=vo.extend("--ft-typography-title-dense-letter-spacing","",Rn.letterSpacing,"0.105px"),jn=vo.extend("--ft-typography-title-dense-line-height","",Rn.lineHeight,"1.7"),Dn=vo.extend("--ft-typography-title-dense-text-transform","",Rn.textTransform,"inherit"),Mn=vo.extend("--ft-typography-subtitle1-font-family","",En),Tn=vo.extend("--ft-typography-subtitle1-font-size","",Rn.fontSize,"16px"),Zn=vo.extend("--ft-typography-subtitle1-font-weight","",Rn.fontWeight,"600"),_n=vo.extend("--ft-typography-subtitle1-letter-spacing","",Rn.letterSpacing,"0.144px"),zn=vo.extend("--ft-typography-subtitle1-line-height","",Rn.lineHeight,"1.5"),Bn=vo.extend("--ft-typography-subtitle1-text-transform","",Rn.textTransform,"inherit"),Hn=vo.extend("--ft-typography-subtitle2-font-family","",En),Gn=vo.extend("--ft-typography-subtitle2-font-size","",Rn.fontSize,"14px"),qn=vo.extend("--ft-typography-subtitle2-font-weight","",Rn.fontWeight,"normal"),Yn=vo.extend("--ft-typography-subtitle2-letter-spacing","",Rn.letterSpacing,"0.098px"),Vn=vo.extend("--ft-typography-subtitle2-line-height","",Rn.lineHeight,"1.7"),Xn=vo.extend("--ft-typography-subtitle2-text-transform","",Rn.textTransform,"inherit"),Jn=vo.extend("--ft-typography-body1-font-family","",En),Qn=vo.extend("--ft-typography-body1-font-size","",Rn.fontSize,"16px"),ti=vo.extend("--ft-typography-body1-font-weight","",Rn.fontWeight,"normal"),oi=vo.extend("--ft-typography-body1-letter-spacing","",Rn.letterSpacing,"0.496px"),ei=vo.extend("--ft-typography-body1-line-height","",Rn.lineHeight,"1.5"),ri=vo.extend("--ft-typography-body1-text-transform","",Rn.textTransform,"inherit"),ni=vo.extend("--ft-typography-body2-font-family","",En),ii=vo.extend("--ft-typography-body2-font-size","",Rn.fontSize,"14px"),ai=vo.extend("--ft-typography-body2-font-weight","",Rn.fontWeight,"normal"),si=vo.extend("--ft-typography-body2-letter-spacing","",Rn.letterSpacing,"0.252px"),ci=vo.extend("--ft-typography-body2-line-height","",Rn.lineHeight,"1.4"),li=vo.extend("--ft-typography-body2-text-transform","",Rn.textTransform,"inherit"),fi=vo.extend("--ft-typography-caption-font-family","",En),hi=vo.extend("--ft-typography-caption-font-size","",Rn.fontSize,"12px"),ui=vo.extend("--ft-typography-caption-font-weight","",Rn.fontWeight,"normal"),pi=vo.extend("--ft-typography-caption-letter-spacing","",Rn.letterSpacing,"0.396px"),di=vo.extend("--ft-typography-caption-line-height","",Rn.lineHeight,"1.33"),yi=vo.extend("--ft-typography-caption-text-transform","",Rn.textTransform,"inherit"),gi=vo.extend("--ft-typography-breadcrumb-font-family","",En),bi=vo.extend("--ft-typography-breadcrumb-font-size","",Rn.fontSize,"10px"),mi=vo.extend("--ft-typography-breadcrumb-font-weight","",Rn.fontWeight,"normal"),Oi=vo.extend("--ft-typography-breadcrumb-letter-spacing","",Rn.letterSpacing,"0.33px"),vi=vo.extend("--ft-typography-breadcrumb-line-height","",Rn.lineHeight,"1.6"),Si=vo.extend("--ft-typography-breadcrumb-text-transform","",Rn.textTransform,"inherit"),wi=vo.extend("--ft-typography-overline-font-family","",En),Ni=vo.extend("--ft-typography-overline-font-size","",Rn.fontSize,"10px"),xi=vo.extend("--ft-typography-overline-font-weight","",Rn.fontWeight,"normal"),Ci=vo.extend("--ft-typography-overline-letter-spacing","",Rn.letterSpacing,"1.5px"),Ei=vo.extend("--ft-typography-overline-line-height","",Rn.lineHeight,"1.6"),Ri=vo.extend("--ft-typography-overline-text-transform","",Rn.textTransform,"uppercase"),Ui=vo.extend("--ft-typography-button-font-family","",En),Ii=vo.extend("--ft-typography-button-font-size","",Rn.fontSize,"14px"),Li=vo.extend("--ft-typography-button-font-weight","",Rn.fontWeight,"600"),Wi=vo.extend("--ft-typography-button-letter-spacing","",Rn.letterSpacing,"1.246px"),Ai=vo.extend("--ft-typography-button-line-height","",Rn.lineHeight,"1.15"),ki=vo.extend("--ft-typography-button-text-transform","",Rn.textTransform,"uppercase"),$i=Ot`
118
+ */,vn=Symbol.for(""),Sn=t=>{if(t?.r===vn)return t?._$litStatic$},wn=t=>({_$litStatic$:t,r:vn}),Nn=new Map,xn=(t=>(o,...e)=>{const r=e.length;let n,i;const a=[],s=[];let c,l=0,f=!1;for(;l<r;){for(c=o[l];l<r&&void 0!==(i=e[l],n=Sn(i));)c+=n+o[++l],f=!0;l!==r&&s.push(i),a.push(c),l++}if(l===r&&a.push(o[r]),f){const t=a.join("$$lit$$");void 0===(o=Nn.get(t))&&(a.raw=a,Nn.set(t,o=a)),e=s}return t(o,...e)})(J);var Cn;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Cn||(Cn={}));const En=vo.extend("--ft-typography-font-family","",xo.titleFont),Rn=vo.extend("--ft-typography-font-family","",xo.contentFont),Un={fontFamily:Rn,fontSize:vo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:vo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:vo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:vo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:vo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},In=vo.extend("--ft-typography-title-font-family","",En),Ln=vo.extend("--ft-typography-title-font-size","",Un.fontSize,"20px"),Wn=vo.extend("--ft-typography-title-font-weight","",Un.fontWeight,"normal"),An=vo.extend("--ft-typography-title-letter-spacing","",Un.letterSpacing,"0.15px"),kn=vo.extend("--ft-typography-title-line-height","",Un.lineHeight,"1.2"),$n=vo.extend("--ft-typography-title-text-transform","",Un.textTransform,"inherit"),Kn=vo.extend("--ft-typography-title-dense-font-family","",En),Pn=vo.extend("--ft-typography-title-dense-font-size","",Un.fontSize,"14px"),Fn=vo.extend("--ft-typography-title-dense-font-weight","",Un.fontWeight,"normal"),jn=vo.extend("--ft-typography-title-dense-letter-spacing","",Un.letterSpacing,"0.105px"),Dn=vo.extend("--ft-typography-title-dense-line-height","",Un.lineHeight,"1.7"),Mn=vo.extend("--ft-typography-title-dense-text-transform","",Un.textTransform,"inherit"),Tn=vo.extend("--ft-typography-subtitle1-font-family","",Rn),Zn=vo.extend("--ft-typography-subtitle1-font-size","",Un.fontSize,"16px"),_n=vo.extend("--ft-typography-subtitle1-font-weight","",Un.fontWeight,"600"),zn=vo.extend("--ft-typography-subtitle1-letter-spacing","",Un.letterSpacing,"0.144px"),Bn=vo.extend("--ft-typography-subtitle1-line-height","",Un.lineHeight,"1.5"),Hn=vo.extend("--ft-typography-subtitle1-text-transform","",Un.textTransform,"inherit"),Gn=vo.extend("--ft-typography-subtitle2-font-family","",Rn),qn=vo.extend("--ft-typography-subtitle2-font-size","",Un.fontSize,"14px"),Yn=vo.extend("--ft-typography-subtitle2-font-weight","",Un.fontWeight,"normal"),Vn=vo.extend("--ft-typography-subtitle2-letter-spacing","",Un.letterSpacing,"0.098px"),Xn=vo.extend("--ft-typography-subtitle2-line-height","",Un.lineHeight,"1.7"),Jn=vo.extend("--ft-typography-subtitle2-text-transform","",Un.textTransform,"inherit"),Qn=vo.extend("--ft-typography-body1-font-family","",Rn),ti=vo.extend("--ft-typography-body1-font-size","",Un.fontSize,"16px"),oi=vo.extend("--ft-typography-body1-font-weight","",Un.fontWeight,"normal"),ei=vo.extend("--ft-typography-body1-letter-spacing","",Un.letterSpacing,"0.496px"),ri=vo.extend("--ft-typography-body1-line-height","",Un.lineHeight,"1.5"),ni=vo.extend("--ft-typography-body1-text-transform","",Un.textTransform,"inherit"),ii=vo.extend("--ft-typography-body2-font-family","",Rn),ai=vo.extend("--ft-typography-body2-font-size","",Un.fontSize,"14px"),si=vo.extend("--ft-typography-body2-font-weight","",Un.fontWeight,"normal"),ci=vo.extend("--ft-typography-body2-letter-spacing","",Un.letterSpacing,"0.252px"),li=vo.extend("--ft-typography-body2-line-height","",Un.lineHeight,"1.4"),fi=vo.extend("--ft-typography-body2-text-transform","",Un.textTransform,"inherit"),hi=vo.extend("--ft-typography-caption-font-family","",Rn),ui=vo.extend("--ft-typography-caption-font-size","",Un.fontSize,"12px"),pi=vo.extend("--ft-typography-caption-font-weight","",Un.fontWeight,"normal"),di=vo.extend("--ft-typography-caption-letter-spacing","",Un.letterSpacing,"0.396px"),yi=vo.extend("--ft-typography-caption-line-height","",Un.lineHeight,"1.33"),gi=vo.extend("--ft-typography-caption-text-transform","",Un.textTransform,"inherit"),bi=vo.extend("--ft-typography-breadcrumb-font-family","",Rn),mi=vo.extend("--ft-typography-breadcrumb-font-size","",Un.fontSize,"10px"),Oi=vo.extend("--ft-typography-breadcrumb-font-weight","",Un.fontWeight,"normal"),vi=vo.extend("--ft-typography-breadcrumb-letter-spacing","",Un.letterSpacing,"0.33px"),Si=vo.extend("--ft-typography-breadcrumb-line-height","",Un.lineHeight,"1.6"),wi=vo.extend("--ft-typography-breadcrumb-text-transform","",Un.textTransform,"inherit"),Ni=vo.extend("--ft-typography-overline-font-family","",Rn),xi=vo.extend("--ft-typography-overline-font-size","",Un.fontSize,"10px"),Ci=vo.extend("--ft-typography-overline-font-weight","",Un.fontWeight,"normal"),Ei=vo.extend("--ft-typography-overline-letter-spacing","",Un.letterSpacing,"1.5px"),Ri=vo.extend("--ft-typography-overline-line-height","",Un.lineHeight,"1.6"),Ui=vo.extend("--ft-typography-overline-text-transform","",Un.textTransform,"uppercase"),Ii=vo.extend("--ft-typography-button-font-family","",Rn),Li=vo.extend("--ft-typography-button-font-size","",Un.fontSize,"14px"),Wi=vo.extend("--ft-typography-button-font-weight","",Un.fontWeight,"600"),Ai=vo.extend("--ft-typography-button-letter-spacing","",Un.letterSpacing,"1.246px"),ki=vo.extend("--ft-typography-button-line-height","",Un.lineHeight,"1.15"),$i=vo.extend("--ft-typography-button-text-transform","",Un.textTransform,"uppercase"),Ki=Ot`
119
119
  .ft-typography--title {
120
- font-family: ${Un};
121
- font-size: ${In};
122
- font-weight: ${Ln};
123
- letter-spacing: ${Wn};
124
- line-height: ${An};
125
- text-transform: ${kn};
120
+ font-family: ${In};
121
+ font-size: ${Ln};
122
+ font-weight: ${Wn};
123
+ letter-spacing: ${An};
124
+ line-height: ${kn};
125
+ text-transform: ${$n};
126
126
  }
127
- `,Ki=Ot`
127
+ `,Pi=Ot`
128
128
  .ft-typography--title-dense {
129
- font-family: ${$n};
130
- font-size: ${Kn};
131
- font-weight: ${Pn};
132
- letter-spacing: ${Fn};
133
- line-height: ${jn};
134
- text-transform: ${Dn};
129
+ font-family: ${Kn};
130
+ font-size: ${Pn};
131
+ font-weight: ${Fn};
132
+ letter-spacing: ${jn};
133
+ line-height: ${Dn};
134
+ text-transform: ${Mn};
135
135
  }
136
- `,Pi=Ot`
136
+ `,Fi=Ot`
137
137
  .ft-typography--subtitle1 {
138
- font-family: ${Mn};
139
- font-size: ${Tn};
140
- font-weight: ${Zn};
141
- letter-spacing: ${_n};
142
- line-height: ${zn};
143
- text-transform: ${Bn};
138
+ font-family: ${Tn};
139
+ font-size: ${Zn};
140
+ font-weight: ${_n};
141
+ letter-spacing: ${zn};
142
+ line-height: ${Bn};
143
+ text-transform: ${Hn};
144
144
  }
145
- `,Fi=Ot`
145
+ `,ji=Ot`
146
146
  .ft-typography--subtitle2 {
147
- font-family: ${Hn};
148
- font-size: ${Gn};
149
- font-weight: ${qn};
150
- letter-spacing: ${Yn};
151
- line-height: ${Vn};
152
- text-transform: ${Xn};
147
+ font-family: ${Gn};
148
+ font-size: ${qn};
149
+ font-weight: ${Yn};
150
+ letter-spacing: ${Vn};
151
+ line-height: ${Xn};
152
+ text-transform: ${Jn};
153
153
  }
154
154
 
155
- `,ji=Ot`
155
+ `,Di=Ot`
156
156
  .ft-typography--body1 {
157
- font-family: ${Jn};
158
- font-size: ${Qn};
159
- font-weight: ${ti};
160
- letter-spacing: ${oi};
161
- line-height: ${ei};
162
- text-transform: ${ri};
157
+ font-family: ${Qn};
158
+ font-size: ${ti};
159
+ font-weight: ${oi};
160
+ letter-spacing: ${ei};
161
+ line-height: ${ri};
162
+ text-transform: ${ni};
163
163
  }
164
- `,Di=Ot`
164
+ `,Mi=Ot`
165
165
  .ft-typography--body2 {
166
- font-family: ${ni};
167
- font-size: ${ii};
168
- font-weight: ${ai};
169
- letter-spacing: ${si};
170
- line-height: ${ci};
171
- text-transform: ${li};
166
+ font-family: ${ii};
167
+ font-size: ${ai};
168
+ font-weight: ${si};
169
+ letter-spacing: ${ci};
170
+ line-height: ${li};
171
+ text-transform: ${fi};
172
172
  }
173
- `,Mi=Ot`
173
+ `,Ti=Ot`
174
174
  .ft-typography--caption {
175
- font-family: ${fi};
176
- font-size: ${hi};
177
- font-weight: ${ui};
178
- letter-spacing: ${pi};
179
- line-height: ${di};
180
- text-transform: ${yi};
175
+ font-family: ${hi};
176
+ font-size: ${ui};
177
+ font-weight: ${pi};
178
+ letter-spacing: ${di};
179
+ line-height: ${yi};
180
+ text-transform: ${gi};
181
181
  }
182
- `,Ti=Ot`
182
+ `,Zi=Ot`
183
183
  .ft-typography--breadcrumb {
184
- font-family: ${gi};
185
- font-size: ${bi};
186
- font-weight: ${mi};
187
- letter-spacing: ${Oi};
188
- line-height: ${vi};
189
- text-transform: ${Si};
184
+ font-family: ${bi};
185
+ font-size: ${mi};
186
+ font-weight: ${Oi};
187
+ letter-spacing: ${vi};
188
+ line-height: ${Si};
189
+ text-transform: ${wi};
190
190
  }
191
- `,Zi=Ot`
191
+ `,_i=Ot`
192
192
  .ft-typography--overline {
193
- font-family: ${wi};
194
- font-size: ${Ni};
195
- font-weight: ${xi};
196
- letter-spacing: ${Ci};
197
- line-height: ${Ei};
198
- text-transform: ${Ri};
193
+ font-family: ${Ni};
194
+ font-size: ${xi};
195
+ font-weight: ${Ci};
196
+ letter-spacing: ${Ei};
197
+ line-height: ${Ri};
198
+ text-transform: ${Ui};
199
199
  }
200
- `,_i=Ot`
200
+ `,zi=Ot`
201
201
  .ft-typography--button {
202
- font-family: ${Ui};
203
- font-size: ${Ii};
204
- font-weight: ${Li};
205
- letter-spacing: ${Wi};
206
- line-height: ${Ai};
207
- text-transform: ${ki};
202
+ font-family: ${Ii};
203
+ font-size: ${Li};
204
+ font-weight: ${Wi};
205
+ letter-spacing: ${Ai};
206
+ line-height: ${ki};
207
+ text-transform: ${$i};
208
208
  }
209
- `,zi=Ot`
209
+ `,Bi=Ot`
210
210
  .ft-typography {
211
211
  vertical-align: inherit;
212
212
  }
213
- `,Bi=[Object.keys(wo).map((t=>function(t){const o=wo[t];return Ot`
213
+ `,Hi=[Object.keys(wo).map((t=>function(t){const o=wo[t];return Ot`
214
214
  .ft-typography--${mt(t)} {
215
215
  font-family: ${o.fontFamily};
216
216
  font-size: ${o.fontSize};
@@ -219,24 +219,24 @@ let bo=class extends Kt{constructor(){super(...arguments),this.renderOptions={ho
219
219
  line-height: ${o.lineHeight};
220
220
  text-transform: ${o.textCase};
221
221
  }
222
- `}(t)))];var Hi=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class Gi extends ko{constructor(){super(...arguments),this.variant=xn.body1}render(){return this.element?Nn`
223
- <${Sn(this.element)}
222
+ `}(t)))];var Gi=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class qi extends ko{constructor(){super(...arguments),this.variant=Cn.body1}render(){return this.element?xn`
223
+ <${wn(this.element)}
224
224
  class="ft-typography ft-typography--${this.variant}">
225
225
  <slot></slot>
226
- </${Sn(this.element)}>
227
- `:Nn`
226
+ </${wn(this.element)}>
227
+ `:xn`
228
228
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
229
- `}}Gi.styles=[$i,Ki,Pi,Fi,ji,Di,Mi,Ti,Zi,_i,zi,...Bi],Hi([R()],Gi.prototype,"element",void 0),Hi([R()],Gi.prototype,"variant",void 0),W("ft-typography")(Gi);
229
+ `}}qi.styles=[Ki,Pi,Fi,ji,Di,Mi,Ti,Zi,_i,zi,Bi,...Hi],Gi([R()],qi.prototype,"element",void 0),Gi([R()],qi.prototype,"variant",void 0),W("ft-typography")(qi);
230
230
  /**
231
231
  * @license
232
232
  * Copyright 2017 Google LLC
233
233
  * SPDX-License-Identifier: BSD-3-Clause
234
234
  */
235
- const qi=2;class Yi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}}
235
+ const Yi=2;class Vi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}}
236
236
  /**
237
237
  * @license
238
238
  * Copyright 2017 Google LLC
239
239
  * SPDX-License-Identifier: BSD-3-Clause
240
- */class Vi extends Yi{constructor(t){if(super(t),this.et=tt,t.type!==qi)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===tt||null==t)return this.vt=void 0,this.et=t;if(t===Q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}}Vi.directiveName="unsafeHTML",Vi.resultType=1;const Xi=(t=>(...o)=>({_$litDirective$:t,values:o}))(Vi);class Ji extends gn{render(){return this.result?oo`
241
- <ft-typography variant="title" part="text">${Xi(this.selectTitle(this.result))}</ft-typography>
242
- `:ro}selectTitle(t){switch(t.type){case"MAP":return t.map.htmlTitle;case"DOCUMENT":return t.document.htmlTitle;case"TOPIC":return t.topic.htmlTitle}return""}}Ji.elementDefinitions={"ft-typography":Gi},Ji.styles=mn,W("ft-search-result-title")(Ji),t.FtSearchResultTitle=Ji,t.FtSearchResultTitleCssVariables=bn,t.styles=mn}({});
240
+ */class Xi extends Vi{constructor(t){if(super(t),this.et=tt,t.type!==Yi)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===tt||null==t)return this.vt=void 0,this.et=t;if(t===Q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}}Xi.directiveName="unsafeHTML",Xi.resultType=1;const Ji=(t=>(...o)=>({_$litDirective$:t,values:o}))(Xi);class Qi extends bn{render(){return this.result?oo`
241
+ <ft-typography variant="title" part="text">${Ji(this.selectTitle(this.result))}</ft-typography>
242
+ `:ro}selectTitle(t){switch(t.type){case"MAP":return t.map.htmlTitle;case"DOCUMENT":return t.document.htmlTitle;case"TOPIC":return t.topic.htmlTitle}return""}}Qi.elementDefinitions={"ft-typography":qi},Qi.styles=On,W("ft-search-result-title")(Qi),t.FtSearchResultTitle=Qi,t.FtSearchResultTitleCssVariables=mn,t.styles=On}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-result-title",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Search result title for integrated search component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-search-result-context": "1.1.3",
23
- "@fluid-topics/ft-typography": "1.1.3",
24
- "@fluid-topics/ft-wc-utils": "1.1.3",
22
+ "@fluid-topics/ft-search-result-context": "1.1.5",
23
+ "@fluid-topics/ft-typography": "1.1.5",
24
+ "@fluid-topics/ft-wc-utils": "1.1.5",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluid-topics/public-api": "1.0.51"
29
29
  },
30
- "gitHead": "0d44a470e710f185c37e42ee87be4481a3bdf793"
30
+ "gitHead": "334ea71061e13d064f1f59b0f75d84c46d32d860"
31
31
  }