@fluid-topics/ft-reader-search-in-document 1.1.68 → 1.1.70
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,e=window.customElements.define,o=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){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(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,l=new Set(i.observedAttributes||[]);u(i,l,s);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let f=o.call(r,t);f||(f=h(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,c),c.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!c(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},h=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,i=r._getDefinition(e);return i?p(o,i):n.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);r.call(this,n,i),o.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else n.call(this,i,r)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){y.push(this),o.set.call(this,t),y.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);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 n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=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,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(
|
|
15
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){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(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,l=new Set(i.observedAttributes||[]);u(i,l,s);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let f=o.call(r,t);f||(f=h(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,c),c.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!c(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},h=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,i=r._getDefinition(e);return i?p(o,i):n.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);r.call(this,n,i),o.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else n.call(this,i,r)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){y.push(this),o.set.call(this,t),y.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);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 n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=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,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(ec){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}
|
|
16
16
|
/**
|
|
17
17
|
* @license
|
|
18
18
|
* Copyright 2019 Google LLC
|
|
@@ -141,7 +141,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
141
141
|
.highlight-html-match {
|
|
142
142
|
background: ${Zi};
|
|
143
143
|
}
|
|
144
|
-
`,Gi={className:"highlight-html-match"};
|
|
144
|
+
`,Gi={className:"highlight-html-match"};function Vi(t,e){var o;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=e?e:"")){const r=new Ki(t);if(r.unmark(Gi),e&&e.trim()){r.mark(e.replace(/"[^"]+"/g,""),{...Gi,separateWordSearch:!0});(null!==(o=e.match(/"[^"]+"/g))&&void 0!==o?o:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...Gi,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")}var qi=Object.freeze({__proto__:null,highlightHtml:Vi,highlightHtmlColorCssVariable:Zi,highlightHtmlStyles:Hi});const Yi=ut`
|
|
145
145
|
.ft-no-text-select {
|
|
146
146
|
-webkit-touch-callout: none;
|
|
147
147
|
-webkit-user-select: none;
|
|
@@ -150,7 +150,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
150
150
|
-ms-user-select: none;
|
|
151
151
|
user-select: none;
|
|
152
152
|
}
|
|
153
|
-
`,
|
|
153
|
+
`,Ji=ut`
|
|
154
154
|
.ft-word-wrap {
|
|
155
155
|
white-space: normal;
|
|
156
156
|
word-wrap: break-word;
|
|
@@ -162,7 +162,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
162
162
|
-webkit-hyphens: auto;
|
|
163
163
|
hyphens: auto
|
|
164
164
|
}
|
|
165
|
-
`,
|
|
165
|
+
`,Qi=ut`
|
|
166
166
|
.ft-safari-ellipsis-fix {
|
|
167
167
|
margin-right: 0;
|
|
168
168
|
|
|
@@ -173,7 +173,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
173
173
|
display: inline-block;
|
|
174
174
|
width: 0;
|
|
175
175
|
}
|
|
176
|
-
`;var Qi=Object.freeze({__proto__:null,noTextSelect:qi,safariEllipsisFix:Ji,wordWrap:Yi}),Xi=Object.freeze({__proto__:null});class tn{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let i=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>i=i.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),i}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}var en=Object.freeze({__proto__:null,ParametrizedLabelResolver:tn});const on=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!uo(t,e),attribute:!1,...e};Se(i)(t,o);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}};class rn{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function nn(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var an,sn,ln;const cn=Symbol("internalReduxEventsUnsubscribers"),fn=Symbol("internalStoresUnsubscribers"),hn=Symbol("internalStores");class un extends ji{constructor(){super(...arguments),this[an]=new Map,this[sn]=new Map,this[ln]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[hn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[hn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[hn].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:nn(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[hn].delete(e)}setupStore(t,e){this[hn].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[hn].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[fn].has(t.store):this[fn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[fn].set(t,e.subscribe((()=>this.updateFromStores()))),nn(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[cn].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[fn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[cn].forEach((t=>t())),this[cn]=[]}unsubscribeFromStore(t){this[fn].has(t)&&this[fn].get(t)(),this[fn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function dn(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function pn(t){return!!t&&!!t[ta]}function gn(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===ea}(t)||Array.isArray(t)||!!t[Xn]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Xn])||On(t)||wn(t))}function yn(t,e,o){void 0===o&&(o=!1),0===bn(t)?(o?Object.keys:oa)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function bn(t){var e=t[ta];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:On(t)?2:wn(t)?3:0}function mn(t,e){return 2===bn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function vn(t,e,o){var r=bn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function xn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function On(t){return qn&&t instanceof Map}function wn(t){return Yn&&t instanceof Set}function Sn(t){return t.o||t.t}function Cn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=ra(t);delete e[ta];for(var o=oa(e),r=0;r<o.length;r++){var i=o[r],n=e[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(e[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function Nn(t,e){return void 0===e&&(e=!1),Rn(t)||pn(t)||!gn(t)||(bn(t)>1&&(t.set=t.add=t.clear=t.delete=En),Object.freeze(t),e&&yn(t,(function(t,e){return Nn(e,!0)}),!0)),t}function En(){dn(2)}function Rn(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function $n(t){var e=ia[t];return e||dn(18,t),e}function In(){return Gn}function kn(t,e){e&&($n("Patches"),t.u=[],t.s=[],t.v=e)}function Ln(t){Un(t),t.p.forEach(An),t.p=null}function Un(t){t===Gn&&(Gn=t.l)}function Wn(t){return Gn={p:[],l:Gn,h:t,m:!0,_:0}}function An(t){var e=t[ta];0===e.i||1===e.i?e.j():e.g=!0}function Bn(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||$n("ES5").S(e,t,r),r?(o[ta].P&&(Ln(e),dn(4)),gn(t)&&(t=Fn(e,t),e.l||Pn(e,t)),e.u&&$n("Patches").M(o[ta].t,t,e.u,e.s)):t=Fn(e,o,[]),Ln(e),e.u&&e.v(e.u,e.s),t!==Qn?t:void 0}function Fn(t,e,o){if(Rn(e))return e;var r=e[ta];if(!r)return yn(e,(function(i,n){return zn(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Pn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=Cn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),yn(n,(function(e,n){return zn(t,r,i,e,n,o,a)})),Pn(t,i,!1),o&&t.u&&$n("Patches").N(r,o,t.u,t.s)}return r.o}function zn(t,e,o,r,i,n,a){if(pn(i)){var s=Fn(t,i,n&&e&&3!==e.i&&!mn(e.R,r)?n.concat(r):void 0);if(vn(o,r,s),!pn(s))return;t.m=!1}else a&&o.add(i);if(gn(i)&&!Rn(i)){if(!t.h.D&&t._<1)return;Fn(t,i),e&&e.A.l||Pn(t,i)}}function Pn(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&Nn(e,o)}function _n(t,e){var o=t[ta];return(o?Sn(o):t)[e]}function jn(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function Mn(t){t.P||(t.P=!0,t.l&&Mn(t.l))}function Dn(t){t.o||(t.o=Cn(t.t))}function Tn(t,e,o){var r=On(e)?$n("MapSet").F(e,o):wn(e)?$n("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:In(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=na;o&&(i=[r],n=aa);var a=Proxy.revocable(i,n),s=a.revoke,l=a.proxy;return r.k=l,r.j=s,l}(e,o):$n("ES5").J(e,o);return(o?o.A:In()).p.push(r),r}function Kn(t){return pn(t)||dn(22,t),function t(e){if(!gn(e))return e;var o,r=e[ta],i=bn(e);if(r){if(!r.P&&(r.i<4||!$n("ES5").K(r)))return r.t;r.I=!0,o=Zn(e,i),r.I=!1}else o=Zn(e,i);return yn(o,(function(e,i){r&&function(t,e){return 2===bn(t)?t.get(e):t[e]}(r.t,e)===i||vn(o,e,t(i))})),3===i?new Set(o):o}(t)}function Zn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Cn(t)}an=fn,sn=hn,ln=cn,un.reduxProperties=new Map,un.reduxReactiveProperties=new Set,un.reduxEventListeners=new Map;var Hn,Gn,Vn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),qn="undefined"!=typeof Map,Yn="undefined"!=typeof Set,Jn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Qn=Vn?Symbol.for("immer-nothing"):((Hn={})["immer-nothing"]=!0,Hn),Xn=Vn?Symbol.for("immer-draftable"):"__$immer_draftable",ta=Vn?Symbol.for("immer-state"):"__$immer_state",ea=""+Object.prototype.constructor,oa="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,ra=Object.getOwnPropertyDescriptors||function(t){var e={};return oa(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},ia={},na={get:function(t,e){if(e===ta)return t;var o=Sn(t);if(!mn(o,e))return function(t,e,o){var r,i=jn(e,o);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!gn(r)?r:r===_n(t.t,e)?(Dn(t),t.o[e]=Tn(t.A.h,r,t)):r},has:function(t,e){return e in Sn(t)},ownKeys:function(t){return Reflect.ownKeys(Sn(t))},set:function(t,e,o){var r=jn(Sn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=_n(Sn(t),e),n=null==i?void 0:i[ta];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(xn(o,i)&&(void 0!==o||mn(t.t,e)))return!0;Dn(t),Mn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==_n(t.t,e)||e in t.t?(t.R[e]=!1,Dn(t),Mn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=Sn(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){dn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){dn(12)}},aa={};yn(na,(function(t,e){aa[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),aa.deleteProperty=function(t,e){return aa.set.call(this,t,e,void 0)},aa.set=function(t,e,o){return na.set.call(this,t[0],e,o,t[0])};var sa=function(){function t(t){var e=this;this.O=Jn,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var i=o;o=t;var n=e;return function(t){var e=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&dn(6),void 0!==r&&"function"!=typeof r&&dn(7),gn(t)){var s=Wn(e),l=Tn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?Ln(s):Un(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return kn(s,r),Bn(t,s)}),(function(t){throw Ln(s),t})):(kn(s,r),Bn(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Qn&&(a=void 0),e.D&&Nn(a,!0),r){var f=[],h=[];$n("Patches").M(t,a,f,h),r(f,h)}return a}dn(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(i))}))};var r,i,n=e.produce(t,o,(function(t,e){r=t,i=e}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"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 e=t.prototype;return e.createDraft=function(t){gn(t)||dn(8),pn(t)&&(t=Kn(t));var e=Wn(this),o=Tn(this,t,void 0);return o[ta].C=!0,Un(e),o},e.finishDraft=function(t,e){var o=(t&&t[ta]).A;return kn(o,e),Bn(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Jn&&dn(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var i=$n("Patches").$;return pn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),la=new sa,ca=la.produce;function fa(t){return fa="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},fa(t)}function ha(t){var e=function(t,e){if("object"!==fa(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==fa(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===fa(e)?e:String(e)}function ua(t,e,o){return(e=ha(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function da(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function pa(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?da(Object(o),!0).forEach((function(e){ua(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):da(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function ga(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. "}la.produceWithPatches.bind(la),la.setAutoFreeze.bind(la),la.setUseProxies.bind(la),la.applyPatches.bind(la),la.createDraft.bind(la),la.finishDraft.bind(la);var ya="function"==typeof Symbol&&Symbol.observable||"@@observable",ba=function(){return Math.random().toString(36).substring(7).split("").join(".")},ma={INIT:"@@redux/INIT"+ba(),REPLACE:"@@redux/REPLACE"+ba(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ba()}};function va(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ga(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ga(1));return o(va)(t,e)}if("function"!=typeof t)throw new Error(ga(2));var i=t,n=e,a=[],s=a,l=!1;function c(){s===a&&(s=a.slice())}function f(){if(l)throw new Error(ga(3));return n}function h(t){if("function"!=typeof t)throw new Error(ga(4));if(l)throw new Error(ga(5));var e=!0;return c(),s.push(t),function(){if(e){if(l)throw new Error(ga(6));e=!1,c();var o=s.indexOf(t);s.splice(o,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(ga(7));if(void 0===t.type)throw new Error(ga(8));if(l)throw new Error(ga(9));try{l=!0,n=i(n,t)}finally{l=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:ma.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ga(10));i=t,u({type:ma.REPLACE})}})[ya]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ga(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[ya]=function(){return this},t},r}function xa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var i=e[r];"function"==typeof t[i]&&(o[i]=t[i])}var n,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:ma.INIT}))throw new Error(ga(12));if(void 0===o(void 0,{type:ma.PROBE_UNKNOWN_ACTION()}))throw new Error(ga(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var l=a[s],c=o[l],f=t[l],h=c(f,e);if(void 0===h)throw e&&e.type,new Error(ga(14));i[l]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function Oa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function wa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(ga(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=Oa.apply(void 0,n)(o.dispatch),pa(pa({},o),{},{dispatch:r})}}}function Sa(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(i){return"function"==typeof i?i(o,r,t):e(i)}}}}var Ca=Sa();Ca.withExtraArgument=Sa;var Na,Ea=Ca,Ra=(Na=function(t,e){return Na=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},Na(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}Na(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),$a=function(t,e){var o,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){return function(n){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},Ia=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},ka=Object.defineProperty,La=Object.defineProperties,Ua=Object.getOwnPropertyDescriptors,Wa=Object.getOwnPropertySymbols,Aa=Object.prototype.hasOwnProperty,Ba=Object.prototype.propertyIsEnumerable,Fa=function(t,e,o){return e in t?ka(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},za=function(t,e){for(var o in e||(e={}))Aa.call(e,o)&&Fa(t,o,e[o]);if(Wa)for(var r=0,i=Wa(e);r<i.length;r++){o=i[r];Ba.call(e,o)&&Fa(t,o,e[o])}return t},Pa=function(t,e){return La(t,Ua(e))},_a="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Oa:Oa.apply(null,arguments)};var ja=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Ra(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Ia([void 0],t[0].concat(this)))):new(e.bind.apply(e,Ia([void 0],t.concat(this))))},e}(Array),Ma=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Ra(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Ia([void 0],t[0].concat(this)))):new(e.bind.apply(e,Ia([void 0],t.concat(this))))},e}(Array);function Da(t){return gn(t)?ca(t,(function(){})):t}function Ta(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new ja;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Ea.withExtraArgument(o.extraArgument)):r.push(Ea));return r}(t)}}function Ka(t){var e,o=Ta(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,l=r.devTools,c=void 0===l||l,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,d=void 0===u?void 0:u;if("function"==typeof n)e=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=xa(n)}var p=s;"function"==typeof p&&(p=p(o));var g=wa.apply(void 0,p),y=Oa;c&&(y=_a(za({trace:!1},"object"==typeof c&&c)));var b=new Ma(g),m=b;return Array.isArray(d)?m=Ia([g],d):"function"==typeof d&&(m=d(b)),va(e,h,y.apply(void 0,m))}function Za(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return za(za({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ha(t){var e,o={},r=[],i={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,i},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),i},addDefaultCase:function(t){return e=t,i}};return t(i),[o,r,e]}function Ga(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:Da(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},l={};function c(){var e="function"==typeof t.extraReducers?Ha(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,l=e[2],c=void 0===l?void 0:l,f=za(za({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Ha(e):[e,o,r],a=n[0],s=n[1],l=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Da(t())};else{var c=Da(t);i=function(){return c}}function f(t,e){void 0===t&&(t=i());var o=Ia([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[l]),o.reduce((function(t,o){if(o){var r;if(pn(t))return void 0===(r=o(t,e))?t:r;if(gn(t))return ca(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){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=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}c&&t.addDefaultCase(c)}))}return n.forEach((function(t){var o,r,n=i[t],c=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[c]=o,l[t]=r?Za(c,r):Za(c)})),{name:e,reducer:function(t,e){return o||(o=c()),o(t,e)},actions:l,caseReducers:a,getInitialState:function(){return o||(o=c()),o.getInitialState()}}}var Va=["name","message","stack","code"],qa=function(t,e){this.payload=t,this.meta=e},Ya=function(t,e){this.payload=t,this.meta=e},Ja=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Va;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Qa(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=Za(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Pa(za({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Za(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Pa(za({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Za(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Ja)(t||"Rejected"),meta:Pa(za({},n||{}),{arg:r,requestId:e,rejectedWithValue:!!i,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,l,c){var f,h=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),u=new a;function d(t){f=t,u.abort()}var p=function(){return a=this,p=null,g=function(){var a,p,g,y,b,m;return $a(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:c}),null===(x=y)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return u.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),s(i(h,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:h,arg:t},{getState:l,extra:c}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:l,extra:c,requestId:h,signal:u.signal,abort:d,rejectWithValue:function(t,e){return new qa(t,e)},fulfillWithValue:function(t,e){return new Ya(t,e)}})).then((function(e){if(e instanceof qa)throw e;return e instanceof Ya?r(e.payload,h,t,e.meta):r(e,h,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof qa?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(g)&&g.meta.condition||s(g),[2,g]}var x}))},new Promise((function(t,e){var o=function(t){try{i(g.next(t))}catch(t){e(t)}},r=function(t){try{i(g.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((g=g.apply(a,p)).next())}));var a,p,g}();return Object.assign(p,{abort:d,requestId:h,arg:t,unwrap:function(){return p.then(Qa)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Xa="listenerMiddleware";Za(Xa+"/add"),Za(Xa+"/removeAll"),Za(Xa+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[ta];return na.get(e,t)},set:function(e){var o=this[ta];na.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][ta];if(!i.P)switch(i.i){case 5:r(i)&&Mn(i);break;case 4:o(i)&&Mn(i)}}}function o(t){for(var e=t.t,o=t.k,r=oa(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==ta){var a=e[n];if(void 0===a&&!mn(e,n))return!0;var s=o[n],l=s&&s[ta];if(l?l.t!==a:!xn(s,a))return!0}}var c=!!e[ta];return r.length!==oa(e).length+(c?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var i={};!function(t,e){ia[t]||(ia[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),i=function(e,o){if(e){for(var r=Array(o.length),i=0;i<o.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=ra(o);delete n[ta];for(var a=oa(n),s=0;s<a.length;s++){var l=a[s];n[l]=t(l,e||!!n[l].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:In(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,ta,{value:n,writable:!0}),i},S:function(t,o,i){i?pn(o)&&o[ta].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[ta];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)yn(n,(function(e){e!==ta&&(void 0!==i[e]||mn(i,e)?a[e]||t(n[e]):(a[e]=!0,Mn(o)))})),yn(i,(function(t){void 0!==n[t]||mn(n,t)||(a[t]=!1,Mn(o))}));else if(5===s){if(r(o)&&(Mn(o),a.length=!0),n.length<i.length)for(var l=n.length;l<i.length;l++)a[l]=!1;else for(var c=i.length;c<n.length;c++)a[c]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class ts{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[o];if(nn(i))return i;if(null==r)return;const n=Ga({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Ka({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new ts(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new rn,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,i=t[r];return i?(...t)=>{const e=i(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var es=Object.freeze({__proto__:null,FtCommandQueue:rn,FtLitElementRedux:un,FtReduxStore:ts,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))nn(e)&&e.clear()},isFtReduxStore:nn,redux:on,reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var os=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o,r,i,n;const a=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all"});if((null===(r=e.query)||void 0===r?void 0:r.length)>0&&a.append("query",e.query),e.scope&&"DEFAULT"!==e.scope&&a.append("scope",e.scope.toLowerCase()),e.virtualField&&a.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let t=e.periodFilter.period;const o=t?`_${t.from}_${t.to}`:"";a.append("period",e.periodFilter.periodType.toLowerCase()+o)}if((null===(i=e.sort)||void 0===i?void 0:i.length)>0&&"ft:lastEdition"===e.sort[0].key&&a.append("sort","last_update"),(null===(n=e.filters)||void 0===n?void 0:n.length)>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const rs=Symbol("elementInternals");function is(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[rs].form}constructor(...t){super(t),this[rs]=this.attachInternals(),this[rs].role=e}setFormValue(t){this[rs].setFormValue(t)}}}var ns,as,ss,ls,cs=Object.freeze({__proto__:null,toFtFormComponent:is});const fs=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(ss=null===(as=null===(ns=window.safari)||void 0===ns?void 0:ns.pushNotification)||void 0===as?void 0:as.toString())&&void 0!==ss?ss:""),hs="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(ls=window.ftGlobals)&&void 0!==ls?ls:{lit:ve,litDecorators:ke,litRepeat:Te,litClassMap:Ze,litStyleMap:qe,litUnsafeHTML:Qe,wcUtils:{...io,...oo,...ao,...lo,...mo,...Sr,...Rr,...ki,...Or,...Mi,...Di,...po,...Vi,...Qi,...Xi,...en,...es,...Bi,...os,...cs,isSafari:fs,isTouchScreen:hs}};const us=xo.extend("--ft-ripple-color","",wr.colorContent),ds={color:us,backgroundColor:xo.extend("--ft-ripple-background-color","",us),opacityContentOnSurfacePressed:xo.external(wr.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:xo.external(wr.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:xo.external(wr.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:xo.external(wr.opacityContentOnSurfaceSelected,"Design system"),borderRadius:xo.create("--ft-ripple-border-radius","","SIZE","0px")},ps=xo.extend("--ft-ripple-color","",wr.colorPrimary),gs=ps,ys=xo.extend("--ft-ripple-background-color","",ps),bs=xo.extend("--ft-ripple-color","",wr.colorSecondary),ms=bs,vs=xo.extend("--ft-ripple-background-color","",bs),xs=ut`
|
|
176
|
+
`;var Xi=Object.freeze({__proto__:null,noTextSelect:Yi,safariEllipsisFix:Qi,wordWrap:Ji}),tn=Object.freeze({__proto__:null});class en{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let i=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>i=i.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),i}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}var on=Object.freeze({__proto__:null,ParametrizedLabelResolver:en});const rn=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!uo(t,e),attribute:!1,...e};Se(i)(t,o);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}};class nn{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function an(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var sn,ln,cn;const fn=Symbol("internalReduxEventsUnsubscribers"),hn=Symbol("internalStoresUnsubscribers"),un=Symbol("internalStores");class dn extends ji{constructor(){super(...arguments),this[sn]=new Map,this[ln]=new Map,this[cn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[un].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[un].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[un].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:an(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[un].delete(e)}setupStore(t,e){this[un].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[un].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[hn].has(t.store):this[hn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[hn].set(t,e.subscribe((()=>this.updateFromStores()))),an(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[fn].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[hn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[fn].forEach((t=>t())),this[fn]=[]}unsubscribeFromStore(t){this[hn].has(t)&&this[hn].get(t)(),this[hn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function pn(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function gn(t){return!!t&&!!t[ea]}function yn(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===oa}(t)||Array.isArray(t)||!!t[ta]||!!(null===(e=t.constructor)||void 0===e?void 0:e[ta])||wn(t)||Sn(t))}function bn(t,e,o){void 0===o&&(o=!1),0===mn(t)?(o?Object.keys:ra)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function mn(t){var e=t[ea];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:wn(t)?2:Sn(t)?3:0}function vn(t,e){return 2===mn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function xn(t,e,o){var r=mn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function On(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function wn(t){return Yn&&t instanceof Map}function Sn(t){return Jn&&t instanceof Set}function Cn(t){return t.o||t.t}function Nn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=ia(t);delete e[ea];for(var o=ra(e),r=0;r<o.length;r++){var i=o[r],n=e[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(e[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function En(t,e){return void 0===e&&(e=!1),$n(t)||gn(t)||!yn(t)||(mn(t)>1&&(t.set=t.add=t.clear=t.delete=Rn),Object.freeze(t),e&&bn(t,(function(t,e){return En(e,!0)}),!0)),t}function Rn(){pn(2)}function $n(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function In(t){var e=na[t];return e||pn(18,t),e}function kn(){return Vn}function Ln(t,e){e&&(In("Patches"),t.u=[],t.s=[],t.v=e)}function Un(t){Wn(t),t.p.forEach(Bn),t.p=null}function Wn(t){t===Vn&&(Vn=t.l)}function An(t){return Vn={p:[],l:Vn,h:t,m:!0,_:0}}function Bn(t){var e=t[ea];0===e.i||1===e.i?e.j():e.g=!0}function Fn(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||In("ES5").S(e,t,r),r?(o[ea].P&&(Un(e),pn(4)),yn(t)&&(t=zn(e,t),e.l||_n(e,t)),e.u&&In("Patches").M(o[ea].t,t,e.u,e.s)):t=zn(e,o,[]),Un(e),e.u&&e.v(e.u,e.s),t!==Xn?t:void 0}function zn(t,e,o){if($n(e))return e;var r=e[ea];if(!r)return bn(e,(function(i,n){return Pn(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return _n(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=Nn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),bn(n,(function(e,n){return Pn(t,r,i,e,n,o,a)})),_n(t,i,!1),o&&t.u&&In("Patches").N(r,o,t.u,t.s)}return r.o}function Pn(t,e,o,r,i,n,a){if(gn(i)){var s=zn(t,i,n&&e&&3!==e.i&&!vn(e.R,r)?n.concat(r):void 0);if(xn(o,r,s),!gn(s))return;t.m=!1}else a&&o.add(i);if(yn(i)&&!$n(i)){if(!t.h.D&&t._<1)return;zn(t,i),e&&e.A.l||_n(t,i)}}function _n(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&En(e,o)}function jn(t,e){var o=t[ea];return(o?Cn(o):t)[e]}function Mn(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function Dn(t){t.P||(t.P=!0,t.l&&Dn(t.l))}function Tn(t){t.o||(t.o=Nn(t.t))}function Kn(t,e,o){var r=wn(e)?In("MapSet").F(e,o):Sn(e)?In("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:kn(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=aa;o&&(i=[r],n=sa);var a=Proxy.revocable(i,n),s=a.revoke,l=a.proxy;return r.k=l,r.j=s,l}(e,o):In("ES5").J(e,o);return(o?o.A:kn()).p.push(r),r}function Zn(t){return gn(t)||pn(22,t),function t(e){if(!yn(e))return e;var o,r=e[ea],i=mn(e);if(r){if(!r.P&&(r.i<4||!In("ES5").K(r)))return r.t;r.I=!0,o=Hn(e,i),r.I=!1}else o=Hn(e,i);return bn(o,(function(e,i){r&&function(t,e){return 2===mn(t)?t.get(e):t[e]}(r.t,e)===i||xn(o,e,t(i))})),3===i?new Set(o):o}(t)}function Hn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Nn(t)}sn=hn,ln=un,cn=fn,dn.reduxProperties=new Map,dn.reduxReactiveProperties=new Set,dn.reduxEventListeners=new Map;var Gn,Vn,qn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Yn="undefined"!=typeof Map,Jn="undefined"!=typeof Set,Qn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Xn=qn?Symbol.for("immer-nothing"):((Gn={})["immer-nothing"]=!0,Gn),ta=qn?Symbol.for("immer-draftable"):"__$immer_draftable",ea=qn?Symbol.for("immer-state"):"__$immer_state",oa=""+Object.prototype.constructor,ra="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,ia=Object.getOwnPropertyDescriptors||function(t){var e={};return ra(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},na={},aa={get:function(t,e){if(e===ea)return t;var o=Cn(t);if(!vn(o,e))return function(t,e,o){var r,i=Mn(e,o);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!yn(r)?r:r===jn(t.t,e)?(Tn(t),t.o[e]=Kn(t.A.h,r,t)):r},has:function(t,e){return e in Cn(t)},ownKeys:function(t){return Reflect.ownKeys(Cn(t))},set:function(t,e,o){var r=Mn(Cn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=jn(Cn(t),e),n=null==i?void 0:i[ea];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(On(o,i)&&(void 0!==o||vn(t.t,e)))return!0;Tn(t),Dn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==jn(t.t,e)||e in t.t?(t.R[e]=!1,Tn(t),Dn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=Cn(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){pn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){pn(12)}},sa={};bn(aa,(function(t,e){sa[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),sa.deleteProperty=function(t,e){return sa.set.call(this,t,e,void 0)},sa.set=function(t,e,o){return aa.set.call(this,t[0],e,o,t[0])};var la=function(){function t(t){var e=this;this.O=Qn,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var i=o;o=t;var n=e;return function(t){var e=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&pn(6),void 0!==r&&"function"!=typeof r&&pn(7),yn(t)){var s=An(e),l=Kn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?Un(s):Wn(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Ln(s,r),Fn(t,s)}),(function(t){throw Un(s),t})):(Ln(s,r),Fn(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Xn&&(a=void 0),e.D&&En(a,!0),r){var f=[],h=[];In("Patches").M(t,a,f,h),r(f,h)}return a}pn(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(i))}))};var r,i,n=e.produce(t,o,(function(t,e){r=t,i=e}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"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 e=t.prototype;return e.createDraft=function(t){yn(t)||pn(8),gn(t)&&(t=Zn(t));var e=An(this),o=Kn(this,t,void 0);return o[ea].C=!0,Wn(e),o},e.finishDraft=function(t,e){var o=(t&&t[ea]).A;return Ln(o,e),Fn(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Qn&&pn(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var i=In("Patches").$;return gn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),ca=new la,fa=ca.produce;function ha(t){return ha="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},ha(t)}function ua(t){var e=function(t,e){if("object"!==ha(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==ha(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===ha(e)?e:String(e)}function da(t,e,o){return(e=ua(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function pa(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ga(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?pa(Object(o),!0).forEach((function(e){da(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):pa(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function ya(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. "}ca.produceWithPatches.bind(ca),ca.setAutoFreeze.bind(ca),ca.setUseProxies.bind(ca),ca.applyPatches.bind(ca),ca.createDraft.bind(ca),ca.finishDraft.bind(ca);var ba="function"==typeof Symbol&&Symbol.observable||"@@observable",ma=function(){return Math.random().toString(36).substring(7).split("").join(".")},va={INIT:"@@redux/INIT"+ma(),REPLACE:"@@redux/REPLACE"+ma(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ma()}};function xa(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ya(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ya(1));return o(xa)(t,e)}if("function"!=typeof t)throw new Error(ya(2));var i=t,n=e,a=[],s=a,l=!1;function c(){s===a&&(s=a.slice())}function f(){if(l)throw new Error(ya(3));return n}function h(t){if("function"!=typeof t)throw new Error(ya(4));if(l)throw new Error(ya(5));var e=!0;return c(),s.push(t),function(){if(e){if(l)throw new Error(ya(6));e=!1,c();var o=s.indexOf(t);s.splice(o,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(ya(7));if(void 0===t.type)throw new Error(ya(8));if(l)throw new Error(ya(9));try{l=!0,n=i(n,t)}finally{l=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:va.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ya(10));i=t,u({type:va.REPLACE})}})[ba]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ya(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[ba]=function(){return this},t},r}function Oa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var i=e[r];"function"==typeof t[i]&&(o[i]=t[i])}var n,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:va.INIT}))throw new Error(ya(12));if(void 0===o(void 0,{type:va.PROBE_UNKNOWN_ACTION()}))throw new Error(ya(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var l=a[s],c=o[l],f=t[l],h=c(f,e);if(void 0===h)throw e&&e.type,new Error(ya(14));i[l]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function wa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function Sa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(ya(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=wa.apply(void 0,n)(o.dispatch),ga(ga({},o),{},{dispatch:r})}}}function Ca(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(i){return"function"==typeof i?i(o,r,t):e(i)}}}}var Na=Ca();Na.withExtraArgument=Ca;var Ea,Ra=Na,$a=(Ea=function(t,e){return Ea=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},Ea(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}Ea(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),Ia=function(t,e){var o,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){return function(n){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},ka=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},La=Object.defineProperty,Ua=Object.defineProperties,Wa=Object.getOwnPropertyDescriptors,Aa=Object.getOwnPropertySymbols,Ba=Object.prototype.hasOwnProperty,Fa=Object.prototype.propertyIsEnumerable,za=function(t,e,o){return e in t?La(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Pa=function(t,e){for(var o in e||(e={}))Ba.call(e,o)&&za(t,o,e[o]);if(Aa)for(var r=0,i=Aa(e);r<i.length;r++){o=i[r];Fa.call(e,o)&&za(t,o,e[o])}return t},_a=function(t,e){return Ua(t,Wa(e))},ja="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?wa:wa.apply(null,arguments)};var Ma=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return $a(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,ka([void 0],t[0].concat(this)))):new(e.bind.apply(e,ka([void 0],t.concat(this))))},e}(Array),Da=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return $a(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,ka([void 0],t[0].concat(this)))):new(e.bind.apply(e,ka([void 0],t.concat(this))))},e}(Array);function Ta(t){return yn(t)?fa(t,(function(){})):t}function Ka(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new Ma;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Ra.withExtraArgument(o.extraArgument)):r.push(Ra));return r}(t)}}function Za(t){var e,o=Ka(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,l=r.devTools,c=void 0===l||l,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,d=void 0===u?void 0:u;if("function"==typeof n)e=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=Oa(n)}var p=s;"function"==typeof p&&(p=p(o));var g=Sa.apply(void 0,p),y=wa;c&&(y=ja(Pa({trace:!1},"object"==typeof c&&c)));var b=new Da(g),m=b;return Array.isArray(d)?m=ka([g],d):"function"==typeof d&&(m=d(b)),xa(e,h,y.apply(void 0,m))}function Ha(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return Pa(Pa({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ga(t){var e,o={},r=[],i={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,i},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),i},addDefaultCase:function(t){return e=t,i}};return t(i),[o,r,e]}function Va(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:Ta(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},l={};function c(){var e="function"==typeof t.extraReducers?Ga(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,l=e[2],c=void 0===l?void 0:l,f=Pa(Pa({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Ga(e):[e,o,r],a=n[0],s=n[1],l=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ta(t())};else{var c=Ta(t);i=function(){return c}}function f(t,e){void 0===t&&(t=i());var o=ka([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[l]),o.reduce((function(t,o){if(o){var r;if(gn(t))return void 0===(r=o(t,e))?t:r;if(yn(t))return fa(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){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=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}c&&t.addDefaultCase(c)}))}return n.forEach((function(t){var o,r,n=i[t],c=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[c]=o,l[t]=r?Ha(c,r):Ha(c)})),{name:e,reducer:function(t,e){return o||(o=c()),o(t,e)},actions:l,caseReducers:a,getInitialState:function(){return o||(o=c()),o.getInitialState()}}}var qa=["name","message","stack","code"],Ya=function(t,e){this.payload=t,this.meta=e},Ja=function(t,e){this.payload=t,this.meta=e},Qa=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=qa;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Xa(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=Ha(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:_a(Pa({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Ha(t+"/pending",(function(t,e,o){return{payload:void 0,meta:_a(Pa({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Ha(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Qa)(t||"Rejected"),meta:_a(Pa({},n||{}),{arg:r,requestId:e,rejectedWithValue:!!i,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,l,c){var f,h=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),u=new a;function d(t){f=t,u.abort()}var p=function(){return a=this,p=null,g=function(){var a,p,g,y,b,m;return Ia(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:c}),null===(x=y)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return u.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),s(i(h,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:h,arg:t},{getState:l,extra:c}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:l,extra:c,requestId:h,signal:u.signal,abort:d,rejectWithValue:function(t,e){return new Ya(t,e)},fulfillWithValue:function(t,e){return new Ja(t,e)}})).then((function(e){if(e instanceof Ya)throw e;return e instanceof Ja?r(e.payload,h,t,e.meta):r(e,h,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Ya?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(g)&&g.meta.condition||s(g),[2,g]}var x}))},new Promise((function(t,e){var o=function(t){try{i(g.next(t))}catch(t){e(t)}},r=function(t){try{i(g.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((g=g.apply(a,p)).next())}));var a,p,g}();return Object.assign(p,{abort:d,requestId:h,arg:t,unwrap:function(){return p.then(Xa)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var ts="listenerMiddleware";Ha(ts+"/add"),Ha(ts+"/removeAll"),Ha(ts+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[ea];return aa.get(e,t)},set:function(e){var o=this[ea];aa.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][ea];if(!i.P)switch(i.i){case 5:r(i)&&Dn(i);break;case 4:o(i)&&Dn(i)}}}function o(t){for(var e=t.t,o=t.k,r=ra(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==ea){var a=e[n];if(void 0===a&&!vn(e,n))return!0;var s=o[n],l=s&&s[ea];if(l?l.t!==a:!On(s,a))return!0}}var c=!!e[ea];return r.length!==ra(e).length+(c?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var i={};!function(t,e){na[t]||(na[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),i=function(e,o){if(e){for(var r=Array(o.length),i=0;i<o.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=ia(o);delete n[ea];for(var a=ra(n),s=0;s<a.length;s++){var l=a[s];n[l]=t(l,e||!!n[l].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:kn(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,ea,{value:n,writable:!0}),i},S:function(t,o,i){i?gn(o)&&o[ea].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[ea];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)bn(n,(function(e){e!==ea&&(void 0!==i[e]||vn(i,e)?a[e]||t(n[e]):(a[e]=!0,Dn(o)))})),bn(i,(function(t){void 0!==n[t]||vn(n,t)||(a[t]=!1,Dn(o))}));else if(5===s){if(r(o)&&(Dn(o),a.length=!0),n.length<i.length)for(var l=n.length;l<i.length;l++)a[l]=!1;else for(var c=i.length;c<n.length;c++)a[c]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class es{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[o];if(an(i))return i;if(null==r)return;const n=Va({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Za({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new es(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new nn,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,i=t[r];return i?(...t)=>{const e=i(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var os=Object.freeze({__proto__:null,FtCommandQueue:nn,FtLitElementRedux:dn,FtReduxStore:es,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))an(e)&&e.clear()},isFtReduxStore:an,redux:rn,reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var rs=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o,r,i,n;const a=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all"});if((null===(r=e.query)||void 0===r?void 0:r.length)>0&&a.append("query",e.query),e.scope&&"DEFAULT"!==e.scope&&a.append("scope",e.scope.toLowerCase()),e.virtualField&&a.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let t=e.periodFilter.period;const o=t?`_${t.from}_${t.to}`:"";a.append("period",e.periodFilter.periodType.toLowerCase()+o)}if((null===(i=e.sort)||void 0===i?void 0:i.length)>0&&"ft:lastEdition"===e.sort[0].key&&a.append("sort","last_update"),(null===(n=e.filters)||void 0===n?void 0:n.length)>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const is=Symbol("elementInternals");function ns(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[is].form}constructor(...t){super(t),this[is]=this.attachInternals(),this[is].role=e}setFormValue(t){this[is].setFormValue(t)}}}var as,ss,ls,cs,fs=Object.freeze({__proto__:null,toFtFormComponent:ns});const hs=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(ls=null===(ss=null===(as=window.safari)||void 0===as?void 0:as.pushNotification)||void 0===ss?void 0:ss.toString())&&void 0!==ls?ls:""),us="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(cs=window.ftGlobals)&&void 0!==cs?cs:{lit:ve,litDecorators:ke,litRepeat:Te,litClassMap:Ze,litStyleMap:qe,litUnsafeHTML:Qe,wcUtils:{...io,...oo,...ao,...lo,...mo,...Sr,...Rr,...ki,...Or,...Mi,...Di,...po,...qi,...Xi,...tn,...on,...os,...Bi,...rs,...fs,isSafari:hs,isTouchScreen:us}};const ds=xo.extend("--ft-ripple-color","",wr.colorContent),ps={color:ds,backgroundColor:xo.extend("--ft-ripple-background-color","",ds),opacityContentOnSurfacePressed:xo.external(wr.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:xo.external(wr.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:xo.external(wr.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:xo.external(wr.opacityContentOnSurfaceSelected,"Design system"),borderRadius:xo.create("--ft-ripple-border-radius","","SIZE","0px")},gs=xo.extend("--ft-ripple-color","",wr.colorPrimary),ys=gs,bs=xo.extend("--ft-ripple-background-color","",gs),ms=xo.extend("--ft-ripple-color","",wr.colorSecondary),vs=ms,xs=xo.extend("--ft-ripple-background-color","",ms),Os=ut`
|
|
177
177
|
:host {
|
|
178
178
|
display: contents;
|
|
179
179
|
}
|
|
@@ -186,7 +186,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
186
186
|
|
|
187
187
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
188
188
|
overflow: hidden;
|
|
189
|
-
border-radius: ${
|
|
189
|
+
border-radius: ${ps.borderRadius};
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.ft-ripple .ft-ripple--background,
|
|
@@ -220,27 +220,27 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
.ft-ripple .ft-ripple--background {
|
|
223
|
-
background-color: ${
|
|
223
|
+
background-color: ${ps.backgroundColor};
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
.ft-ripple .ft-ripple--effect {
|
|
227
|
-
background-color: ${
|
|
227
|
+
background-color: ${ps.color};
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
231
|
-
background-color: ${
|
|
231
|
+
background-color: ${xs};
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
235
|
-
background-color: ${
|
|
235
|
+
background-color: ${vs};
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
239
|
-
background-color: ${
|
|
239
|
+
background-color: ${bs};
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
243
|
-
background-color: ${
|
|
243
|
+
background-color: ${ys};
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.ft-ripple .ft-ripple--background {
|
|
@@ -270,37 +270,37 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
273
|
-
opacity: ${
|
|
273
|
+
opacity: ${ps.opacityContentOnSurfaceHover};
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
277
|
-
opacity: ${
|
|
277
|
+
opacity: ${ps.opacityContentOnSurfaceSelected};
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
281
|
-
opacity: ${
|
|
281
|
+
opacity: ${ps.opacityContentOnSurfaceFocused};
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
285
|
-
opacity: ${
|
|
285
|
+
opacity: ${ps.opacityContentOnSurfacePressed};
|
|
286
286
|
transform: translate(-50%, -50%) scale(1);
|
|
287
287
|
}
|
|
288
|
-
`,
|
|
288
|
+
`,ws={padding:xo.create("--ft-card-padding","","SIZE","12px"),borderRadius:xo.extend("--ft-card-border-radius","",wr.borderRadiusM),borderStyle:xo.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:xo.extend("--ft-card-border-color","",wr.colorOutline),hoverBorderColor:xo.extend("--ft-card-hover-border-color","",wr.colorPrimary),outlineStyle:xo.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:xo.create("--ft-card-outline-width","","SIZE","0"),outlineColor:xo.extend("--ft-card-outline-color","",wr.colorPrimary),selectedOutlineStyle:xo.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:xo.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:xo.extend("--ft-card-selected-outline-color","",wr.colorPrimary),selectedBorderRadius:xo.extend("--ft-card-selected-border-radius","",wr.borderRadiusM),colorSurface:xo.extend("--ft-card-background-color","",wr.colorSurface),colorOnSurfaceMedium:xo.extend("--ft-card-content-color","",wr.colorOnSurfaceMedium),colorOnSurfaceHigh:xo.extend("--ft-card-title-color","",wr.colorOnSurfaceHigh),elevation02:xo.extend("--ft-card-elevation","",wr.elevation02),elevation04:xo.extend("--ft-card-selected-elevation","",wr.elevation04)},Ss=ut`
|
|
289
289
|
:host {
|
|
290
290
|
display: block;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
#container {
|
|
294
|
-
padding: ${
|
|
295
|
-
outline-style: ${
|
|
296
|
-
outline-width: ${
|
|
297
|
-
outline-color: ${
|
|
298
|
-
border-color: ${
|
|
299
|
-
border-style: ${
|
|
294
|
+
padding: ${ws.padding};
|
|
295
|
+
outline-style: ${ws.outlineStyle};
|
|
296
|
+
outline-width: ${ws.outlineWidth};
|
|
297
|
+
outline-color: ${ws.outlineColor};
|
|
298
|
+
border-color: ${ws.borderColor};
|
|
299
|
+
border-style: ${ws.borderStyle};
|
|
300
300
|
border-width: 1px;
|
|
301
|
-
border-radius: ${
|
|
302
|
-
${Oo(
|
|
303
|
-
box-shadow: ${
|
|
301
|
+
border-radius: ${ws.borderRadius};
|
|
302
|
+
${Oo(ps.borderRadius,ws.borderRadius)};
|
|
303
|
+
box-shadow: ${ws.elevation02};
|
|
304
304
|
position: relative;
|
|
305
305
|
width: 100%;
|
|
306
306
|
height: 100%;
|
|
@@ -312,7 +312,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
312
312
|
grid-template-rows: max-content minmax(0, 1fr);
|
|
313
313
|
grid-gap: 8px;
|
|
314
314
|
box-sizing: border-box;
|
|
315
|
-
background-color: ${
|
|
315
|
+
background-color: ${ws.colorSurface};
|
|
316
316
|
transition: box-shadow 0.2s linear, color 0.2s linear;
|
|
317
317
|
}
|
|
318
318
|
|
|
@@ -325,12 +325,12 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
#container.selected {
|
|
328
|
-
outline-style: ${
|
|
329
|
-
outline-width: ${
|
|
330
|
-
outline-color: ${
|
|
331
|
-
border-radius: ${
|
|
332
|
-
${Oo(
|
|
333
|
-
box-shadow: ${
|
|
328
|
+
outline-style: ${ws.selectedOutlineStyle};
|
|
329
|
+
outline-width: ${ws.selectedOutlineWidth};
|
|
330
|
+
outline-color: ${ws.selectedOutlineColor};
|
|
331
|
+
border-radius: ${ws.selectedBorderRadius};
|
|
332
|
+
${Oo(ps.borderRadius,ws.selectedBorderRadius)};
|
|
333
|
+
box-shadow: ${ws.elevation04};
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
#container.clickable {
|
|
@@ -338,8 +338,8 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
#container.clickable:hover {
|
|
341
|
-
box-shadow: ${
|
|
342
|
-
border-color: ${
|
|
341
|
+
box-shadow: ${ws.elevation04};
|
|
342
|
+
border-color: ${ws.hoverBorderColor};
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
#header {
|
|
@@ -350,115 +350,115 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
350
350
|
text-overflow: ellipsis;
|
|
351
351
|
overflow: hidden;
|
|
352
352
|
word-break: break-word;
|
|
353
|
-
color: ${
|
|
353
|
+
color: ${ws.colorOnSurfaceHigh};
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
#content {
|
|
357
357
|
word-break: break-word;
|
|
358
358
|
min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
|
|
359
359
|
grid-area: content;
|
|
360
|
-
color: ${
|
|
360
|
+
color: ${ws.colorOnSurfaceMedium};
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
#action {
|
|
364
364
|
grid-area: actions;
|
|
365
365
|
}
|
|
366
|
-
`;const
|
|
366
|
+
`;const Cs=xo.extend("--ft-typography-font-family","",wr.titleFont),Ns=xo.extend("--ft-typography-font-family","",wr.contentFont),Es={fontFamily:Ns,fontSize:xo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:xo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:xo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:xo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:xo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Rs=xo.extend("--ft-typography-title-font-family","",Cs),$s=xo.extend("--ft-typography-title-font-size","",Es.fontSize,"20px"),Is=xo.extend("--ft-typography-title-font-weight","",Es.fontWeight,"normal"),ks=xo.extend("--ft-typography-title-letter-spacing","",Es.letterSpacing,"0.15px"),Ls=xo.extend("--ft-typography-title-line-height","",Es.lineHeight,"1.2"),Us=xo.extend("--ft-typography-title-text-transform","",Es.textTransform,"inherit"),Ws=xo.extend("--ft-typography-title-dense-font-family","",Cs),As=xo.extend("--ft-typography-title-dense-font-size","",Es.fontSize,"14px"),Bs=xo.extend("--ft-typography-title-dense-font-weight","",Es.fontWeight,"normal"),Fs=xo.extend("--ft-typography-title-dense-letter-spacing","",Es.letterSpacing,"0.105px"),zs=xo.extend("--ft-typography-title-dense-line-height","",Es.lineHeight,"1.7"),Ps=xo.extend("--ft-typography-title-dense-text-transform","",Es.textTransform,"inherit"),_s=xo.extend("--ft-typography-subtitle1-font-family","",Ns),js=xo.extend("--ft-typography-subtitle1-font-size","",Es.fontSize,"16px"),Ms=xo.extend("--ft-typography-subtitle1-font-weight","",Es.fontWeight,"600"),Ds=xo.extend("--ft-typography-subtitle1-letter-spacing","",Es.letterSpacing,"0.144px"),Ts=xo.extend("--ft-typography-subtitle1-line-height","",Es.lineHeight,"1.5"),Ks=xo.extend("--ft-typography-subtitle1-text-transform","",Es.textTransform,"inherit"),Zs=xo.extend("--ft-typography-subtitle2-font-family","",Ns),Hs=xo.extend("--ft-typography-subtitle2-font-size","",Es.fontSize,"14px"),Gs=xo.extend("--ft-typography-subtitle2-font-weight","",Es.fontWeight,"normal"),Vs=xo.extend("--ft-typography-subtitle2-letter-spacing","",Es.letterSpacing,"0.098px"),qs=xo.extend("--ft-typography-subtitle2-line-height","",Es.lineHeight,"1.7"),Ys=xo.extend("--ft-typography-subtitle2-text-transform","",Es.textTransform,"inherit"),Js=xo.extend("--ft-typography-body1-font-family","",Ns),Qs=xo.extend("--ft-typography-body1-font-size","",Es.fontSize,"16px"),Xs=xo.extend("--ft-typography-body1-font-weight","",Es.fontWeight,"normal"),tl=xo.extend("--ft-typography-body1-letter-spacing","",Es.letterSpacing,"0.496px"),el=xo.extend("--ft-typography-body1-line-height","",Es.lineHeight,"1.5"),ol=xo.extend("--ft-typography-body1-text-transform","",Es.textTransform,"inherit"),rl=xo.extend("--ft-typography-body2-font-family","",Ns),il=xo.extend("--ft-typography-body2-font-size","",Es.fontSize,"14px"),nl=xo.extend("--ft-typography-body2-font-weight","",Es.fontWeight,"normal"),al=xo.extend("--ft-typography-body2-letter-spacing","",Es.letterSpacing,"0.252px"),sl=xo.extend("--ft-typography-body2-line-height","",Es.lineHeight,"1.4"),ll=xo.extend("--ft-typography-body2-text-transform","",Es.textTransform,"inherit"),cl=xo.extend("--ft-typography-caption-font-family","",Ns),fl=xo.extend("--ft-typography-caption-font-size","",Es.fontSize,"12px"),hl=xo.extend("--ft-typography-caption-font-weight","",Es.fontWeight,"normal"),ul=xo.extend("--ft-typography-caption-letter-spacing","",Es.letterSpacing,"0.396px"),dl=xo.extend("--ft-typography-caption-line-height","",Es.lineHeight,"1.33"),pl=xo.extend("--ft-typography-caption-text-transform","",Es.textTransform,"inherit"),gl=xo.extend("--ft-typography-breadcrumb-font-family","",Ns),yl=xo.extend("--ft-typography-breadcrumb-font-size","",Es.fontSize,"10px"),bl=xo.extend("--ft-typography-breadcrumb-font-weight","",Es.fontWeight,"normal"),ml=xo.extend("--ft-typography-breadcrumb-letter-spacing","",Es.letterSpacing,"0.33px"),vl=xo.extend("--ft-typography-breadcrumb-line-height","",Es.lineHeight,"1.6"),xl=xo.extend("--ft-typography-breadcrumb-text-transform","",Es.textTransform,"inherit"),Ol=xo.extend("--ft-typography-overline-font-family","",Ns),wl=xo.extend("--ft-typography-overline-font-size","",Es.fontSize,"10px"),Sl=xo.extend("--ft-typography-overline-font-weight","",Es.fontWeight,"normal"),Cl=xo.extend("--ft-typography-overline-letter-spacing","",Es.letterSpacing,"1.5px"),Nl=xo.extend("--ft-typography-overline-line-height","",Es.lineHeight,"1.6"),El=xo.extend("--ft-typography-overline-text-transform","",Es.textTransform,"uppercase"),Rl={fontFamily:xo.extend("--ft-typography-button-font-family","",Ns),fontSize:xo.extend("--ft-typography-button-font-size","",Es.fontSize,"14px"),fontWeight:xo.extend("--ft-typography-button-font-weight","",Es.fontWeight,"600"),letterSpacing:xo.extend("--ft-typography-button-letter-spacing","",Es.letterSpacing,"1.246px"),lineHeight:xo.extend("--ft-typography-button-line-height","",Es.lineHeight,"1.15"),textTransform:xo.extend("--ft-typography-button-text-transform","",Es.textTransform,"uppercase")},$l=ut`
|
|
367
367
|
.ft-typography--title {
|
|
368
|
-
font-family: ${
|
|
369
|
-
font-size: ${
|
|
370
|
-
font-weight: ${
|
|
371
|
-
letter-spacing: ${
|
|
372
|
-
line-height: ${
|
|
373
|
-
text-transform: ${
|
|
374
|
-
}
|
|
375
|
-
`,$l=ut`
|
|
376
|
-
.ft-typography--title-dense {
|
|
377
|
-
font-family: ${Us};
|
|
378
|
-
font-size: ${Ws};
|
|
379
|
-
font-weight: ${As};
|
|
380
|
-
letter-spacing: ${Bs};
|
|
381
|
-
line-height: ${Fs};
|
|
382
|
-
text-transform: ${zs};
|
|
368
|
+
font-family: ${Rs};
|
|
369
|
+
font-size: ${$s};
|
|
370
|
+
font-weight: ${Is};
|
|
371
|
+
letter-spacing: ${ks};
|
|
372
|
+
line-height: ${Ls};
|
|
373
|
+
text-transform: ${Us};
|
|
383
374
|
}
|
|
384
375
|
`,Il=ut`
|
|
385
|
-
.ft-typography--
|
|
386
|
-
font-family: ${
|
|
387
|
-
font-size: ${
|
|
388
|
-
font-weight: ${
|
|
389
|
-
letter-spacing: ${
|
|
390
|
-
line-height: ${
|
|
391
|
-
text-transform: ${
|
|
376
|
+
.ft-typography--title-dense {
|
|
377
|
+
font-family: ${Ws};
|
|
378
|
+
font-size: ${As};
|
|
379
|
+
font-weight: ${Bs};
|
|
380
|
+
letter-spacing: ${Fs};
|
|
381
|
+
line-height: ${zs};
|
|
382
|
+
text-transform: ${Ps};
|
|
392
383
|
}
|
|
393
384
|
`,kl=ut`
|
|
394
|
-
.ft-typography--
|
|
395
|
-
font-family: ${
|
|
396
|
-
font-size: ${
|
|
397
|
-
font-weight: ${
|
|
398
|
-
letter-spacing: ${
|
|
399
|
-
line-height: ${
|
|
400
|
-
text-transform: ${
|
|
385
|
+
.ft-typography--subtitle1 {
|
|
386
|
+
font-family: ${_s};
|
|
387
|
+
font-size: ${js};
|
|
388
|
+
font-weight: ${Ms};
|
|
389
|
+
letter-spacing: ${Ds};
|
|
390
|
+
line-height: ${Ts};
|
|
391
|
+
text-transform: ${Ks};
|
|
401
392
|
}
|
|
402
|
-
|
|
403
393
|
`,Ll=ut`
|
|
404
|
-
.ft-typography--
|
|
405
|
-
font-family: ${
|
|
406
|
-
font-size: ${
|
|
407
|
-
font-weight: ${
|
|
408
|
-
letter-spacing: ${
|
|
409
|
-
line-height: ${
|
|
410
|
-
text-transform: ${
|
|
394
|
+
.ft-typography--subtitle2 {
|
|
395
|
+
font-family: ${Zs};
|
|
396
|
+
font-size: ${Hs};
|
|
397
|
+
font-weight: ${Gs};
|
|
398
|
+
letter-spacing: ${Vs};
|
|
399
|
+
line-height: ${qs};
|
|
400
|
+
text-transform: ${Ys};
|
|
411
401
|
}
|
|
402
|
+
|
|
412
403
|
`,Ul=ut`
|
|
413
|
-
.ft-typography--
|
|
414
|
-
font-family: ${
|
|
415
|
-
font-size: ${
|
|
416
|
-
font-weight: ${
|
|
417
|
-
letter-spacing: ${
|
|
418
|
-
line-height: ${
|
|
419
|
-
text-transform: ${
|
|
404
|
+
.ft-typography--body1 {
|
|
405
|
+
font-family: ${Js};
|
|
406
|
+
font-size: ${Qs};
|
|
407
|
+
font-weight: ${Xs};
|
|
408
|
+
letter-spacing: ${tl};
|
|
409
|
+
line-height: ${el};
|
|
410
|
+
text-transform: ${ol};
|
|
420
411
|
}
|
|
421
412
|
`,Wl=ut`
|
|
422
|
-
.ft-typography--
|
|
423
|
-
font-family: ${
|
|
424
|
-
font-size: ${
|
|
425
|
-
font-weight: ${
|
|
426
|
-
letter-spacing: ${
|
|
427
|
-
line-height: ${
|
|
428
|
-
text-transform: ${
|
|
413
|
+
.ft-typography--body2 {
|
|
414
|
+
font-family: ${rl};
|
|
415
|
+
font-size: ${il};
|
|
416
|
+
font-weight: ${nl};
|
|
417
|
+
letter-spacing: ${al};
|
|
418
|
+
line-height: ${sl};
|
|
419
|
+
text-transform: ${ll};
|
|
429
420
|
}
|
|
430
421
|
`,Al=ut`
|
|
431
|
-
.ft-typography--
|
|
432
|
-
font-family: ${
|
|
433
|
-
font-size: ${
|
|
434
|
-
font-weight: ${
|
|
435
|
-
letter-spacing: ${
|
|
436
|
-
line-height: ${
|
|
437
|
-
text-transform: ${
|
|
422
|
+
.ft-typography--caption {
|
|
423
|
+
font-family: ${cl};
|
|
424
|
+
font-size: ${fl};
|
|
425
|
+
font-weight: ${hl};
|
|
426
|
+
letter-spacing: ${ul};
|
|
427
|
+
line-height: ${dl};
|
|
428
|
+
text-transform: ${pl};
|
|
438
429
|
}
|
|
439
430
|
`,Bl=ut`
|
|
440
|
-
.ft-typography--
|
|
441
|
-
font-family: ${
|
|
442
|
-
font-size: ${
|
|
443
|
-
font-weight: ${
|
|
444
|
-
letter-spacing: ${
|
|
445
|
-
line-height: ${
|
|
446
|
-
text-transform: ${
|
|
431
|
+
.ft-typography--breadcrumb {
|
|
432
|
+
font-family: ${gl};
|
|
433
|
+
font-size: ${yl};
|
|
434
|
+
font-weight: ${bl};
|
|
435
|
+
letter-spacing: ${ml};
|
|
436
|
+
line-height: ${vl};
|
|
437
|
+
text-transform: ${xl};
|
|
447
438
|
}
|
|
448
439
|
`,Fl=ut`
|
|
449
|
-
.ft-typography--
|
|
450
|
-
font-family: ${
|
|
451
|
-
font-size: ${
|
|
452
|
-
font-weight: ${
|
|
453
|
-
letter-spacing: ${
|
|
454
|
-
line-height: ${
|
|
455
|
-
text-transform: ${El
|
|
440
|
+
.ft-typography--overline {
|
|
441
|
+
font-family: ${Ol};
|
|
442
|
+
font-size: ${wl};
|
|
443
|
+
font-weight: ${Sl};
|
|
444
|
+
letter-spacing: ${Cl};
|
|
445
|
+
line-height: ${Nl};
|
|
446
|
+
text-transform: ${El};
|
|
456
447
|
}
|
|
457
448
|
`,zl=ut`
|
|
449
|
+
.ft-typography--button {
|
|
450
|
+
font-family: ${Rl.fontFamily};
|
|
451
|
+
font-size: ${Rl.fontSize};
|
|
452
|
+
font-weight: ${Rl.fontWeight};
|
|
453
|
+
letter-spacing: ${Rl.letterSpacing};
|
|
454
|
+
line-height: ${Rl.lineHeight};
|
|
455
|
+
text-transform: ${Rl.textTransform};
|
|
456
|
+
}
|
|
457
|
+
`,Pl=ut`
|
|
458
458
|
.ft-typography {
|
|
459
459
|
vertical-align: inherit;
|
|
460
460
|
}
|
|
461
|
-
`,
|
|
461
|
+
`,_l=[Object.keys(qo).map((t=>function(t){const e=qo[t];return ut`
|
|
462
462
|
.ft-typography--${ht(t)} {
|
|
463
463
|
font-family: ${e.fontFamily};
|
|
464
464
|
font-size: ${e.fontSize};
|
|
@@ -467,7 +467,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
467
467
|
line-height: ${e.lineHeight};
|
|
468
468
|
text-transform: ${e.textCase};
|
|
469
469
|
}
|
|
470
|
-
`}(t)))],
|
|
470
|
+
`}(t)))],jl={color:xo.extend("--ft-loader-color","",wr.colorPrimary),size:xo.create("--ft-loader-size","","SIZE","80px")},Ml=ut`
|
|
471
471
|
:host {
|
|
472
472
|
line-height: 0;
|
|
473
473
|
}
|
|
@@ -476,8 +476,8 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
476
476
|
display: inline-block;
|
|
477
477
|
position: relative;
|
|
478
478
|
|
|
479
|
-
width: ${
|
|
480
|
-
height: ${
|
|
479
|
+
width: ${jl.size};
|
|
480
|
+
height: ${jl.size};
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
.ft-loader div {
|
|
@@ -486,7 +486,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
486
486
|
width: 25%;
|
|
487
487
|
height: 25%;
|
|
488
488
|
border-radius: 50%;
|
|
489
|
-
background: ${
|
|
489
|
+
background: ${jl.color};
|
|
490
490
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
491
491
|
}
|
|
492
492
|
|
|
@@ -533,10 +533,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
533
533
|
transform: translate(0, 0);
|
|
534
534
|
}
|
|
535
535
|
100% {
|
|
536
|
-
transform: translate(calc(0.35 * ${
|
|
536
|
+
transform: translate(calc(0.35 * ${jl.size}), 0);
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
|
-
`,
|
|
539
|
+
`,Dl={size:xo.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:xo.extend("--ft-icon-fluid-topics-font-family","",xo.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:xo.extend("--ft-icon-file-format-font-family","",xo.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:xo.extend("--ft-icon-material-font-family","",xo.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:xo.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Tl=ut`
|
|
540
540
|
:host, i.ft-icon {
|
|
541
541
|
display: inline-flex;
|
|
542
542
|
align-items: center;
|
|
@@ -545,14 +545,14 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
:host {
|
|
548
|
-
width: ${
|
|
549
|
-
height: ${
|
|
548
|
+
width: ${Dl.size};
|
|
549
|
+
height: ${Dl.size};
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
i.ft-icon {
|
|
553
553
|
width: 100%;
|
|
554
554
|
height: 100%;
|
|
555
|
-
font-size: ${
|
|
555
|
+
font-size: ${Dl.size};
|
|
556
556
|
line-height: 1;
|
|
557
557
|
font-weight: normal;
|
|
558
558
|
text-transform: none;
|
|
@@ -563,28 +563,28 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
563
563
|
text-rendering: auto;
|
|
564
564
|
-webkit-font-smoothing: antialiased;
|
|
565
565
|
-moz-osx-font-smoothing: grayscale;
|
|
566
|
-
vertical-align: ${
|
|
566
|
+
vertical-align: ${Dl.verticalAlign};
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
i.ft-icon.ft-icon--fluid-topics {
|
|
570
|
-
font-family: ${
|
|
570
|
+
font-family: ${Dl.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
571
571
|
|
|
572
572
|
/* Ugly fix because font is broken */
|
|
573
|
-
font-size: calc(0.75 * ${
|
|
574
|
-
line-height: ${
|
|
573
|
+
font-size: calc(0.75 * ${Dl.size});
|
|
574
|
+
line-height: ${Dl.size};
|
|
575
575
|
position: relative;
|
|
576
576
|
top: -4%;
|
|
577
577
|
justify-content: center;
|
|
578
578
|
}
|
|
579
579
|
|
|
580
580
|
.ft-icon--file-format {
|
|
581
|
-
font-family: ${
|
|
581
|
+
font-family: ${Dl.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
.ft-icon--material {
|
|
585
|
-
font-family: ${
|
|
585
|
+
font-family: ${Dl.materialFontFamily}, "Material Icons", sans-serif;
|
|
586
586
|
}
|
|
587
|
-
`,
|
|
587
|
+
`,Kl=xo.extend("--ft-button-color","",wr.colorPrimary),Zl={backgroundColor:xo.extend("--ft-button-background-color","",wr.colorSurface),borderRadius:xo.extend("--ft-button-border-radius","",wr.borderRadiusL),color:Kl,fontSize:xo.extend("--ft-button-font-size","",Rl.fontSize),iconSize:xo.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:xo.extend("--ft-button-ripple-color","",Kl),verticalPadding:xo.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:xo.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:xo.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:xo.external(wr.colorOpacityDisabled,"Design system")},Hl=xo.extend("--ft-button-primary-color","",xo.extend("--ft-button-color","",wr.colorOnPrimary)),Gl={backgroundColor:xo.extend("--ft-button-primary-background-color","",xo.extend("--ft-button-background-color","",wr.colorPrimary)),color:Hl,rippleColor:xo.extend("--ft-button-primary-ripple-color","",Hl)},Vl=xo.extend("--ft-button-dense-border-radius","",xo.extend("--ft-button-border-radius","",wr.borderRadiusM)),ql=xo.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Yl=xo.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Jl=xo.create("--ft-button-dense-icon-padding","","SIZE","4px"),Ql=[ut`
|
|
588
588
|
:host {
|
|
589
589
|
display: inline-block;
|
|
590
590
|
max-width: 100%;
|
|
@@ -595,7 +595,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
595
595
|
box-shadow: 0px 0px 0px transparent;
|
|
596
596
|
border: 0px solid transparent;
|
|
597
597
|
text-shadow: 0px 0px 0px transparent;
|
|
598
|
-
font-size: ${
|
|
598
|
+
font-size: ${Zl.fontSize};
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
button:hover {
|
|
@@ -624,31 +624,31 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
624
624
|
border: none;
|
|
625
625
|
pointer-events: auto;
|
|
626
626
|
|
|
627
|
-
--ft-button-internal-line-height: max(calc(${
|
|
628
|
-
--ft-button-internal-color: ${
|
|
629
|
-
${Oo(
|
|
630
|
-
${Oo(
|
|
627
|
+
--ft-button-internal-line-height: max(calc(${Zl.fontSize} + 2px), ${Zl.iconSize});
|
|
628
|
+
--ft-button-internal-color: ${Zl.color};
|
|
629
|
+
${Oo(Dl.size,Zl.iconSize)};
|
|
630
|
+
${Oo(ps.color,Zl.rippleColor)};
|
|
631
631
|
|
|
632
|
-
border-radius: ${
|
|
633
|
-
padding: ${
|
|
634
|
-
background-color: ${
|
|
632
|
+
border-radius: ${Zl.borderRadius};
|
|
633
|
+
padding: ${Zl.verticalPadding} ${Zl.horizontalPadding};
|
|
634
|
+
background-color: ${Zl.backgroundColor};
|
|
635
635
|
color: var(--ft-button-internal-color);
|
|
636
636
|
-webkit-mask-image: radial-gradient(white, black);
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.ft-button.ft-button--outlined {
|
|
640
640
|
border: 1px solid var(--ft-button-internal-color);
|
|
641
|
-
padding: calc(${
|
|
641
|
+
padding: calc(${Zl.verticalPadding} - 1px) calc(${Zl.horizontalPadding} - 1px);
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
.ft-button.ft-button--dense {
|
|
645
|
-
padding: ${
|
|
646
|
-
border-radius: ${
|
|
647
|
-
gap: ${
|
|
645
|
+
padding: ${ql} ${Yl};
|
|
646
|
+
border-radius: ${Vl};
|
|
647
|
+
gap: ${Jl};
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
651
|
-
padding: calc(${
|
|
651
|
+
padding: calc(${ql} - 1px) calc(${Yl} - 1px);
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.ft-button:not([disabled]):hover {
|
|
@@ -656,22 +656,22 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
.ft-button--round {
|
|
659
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
659
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Zl.verticalPadding});
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.ft-button--round.ft-button--dense {
|
|
663
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
663
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${ql});
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.ft-button[disabled] {
|
|
667
667
|
filter: grayscale(1);
|
|
668
|
-
opacity: ${
|
|
668
|
+
opacity: ${Zl.opacityDisabled};
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
.ft-button.ft-button--primary {
|
|
672
|
-
background-color: ${
|
|
673
|
-
--ft-button-internal-color: ${
|
|
674
|
-
${Oo(
|
|
672
|
+
background-color: ${Gl.backgroundColor};
|
|
673
|
+
--ft-button-internal-color: ${Gl.color};
|
|
674
|
+
${Oo(ps.color,Gl.rippleColor)};
|
|
675
675
|
}
|
|
676
676
|
|
|
677
677
|
.ft-button:focus {
|
|
@@ -684,13 +684,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
684
684
|
white-space: nowrap;
|
|
685
685
|
text-overflow: ellipsis;
|
|
686
686
|
display: block;
|
|
687
|
-
margin: 0 ${
|
|
688
|
-
${Oo(
|
|
689
|
-
${Oo(
|
|
687
|
+
margin: 0 ${Zl.iconPadding};
|
|
688
|
+
${Oo(Rl.fontSize,"1em")};
|
|
689
|
+
${Oo(Rl.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
690
690
|
}
|
|
691
691
|
|
|
692
692
|
.ft-button--dense .ft-button--label {
|
|
693
|
-
margin: 0 ${
|
|
693
|
+
margin: 0 ${Jl};
|
|
694
694
|
}
|
|
695
695
|
|
|
696
696
|
.ft-button--label[hidden] {
|
|
@@ -703,13 +703,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
.ft-button--label[hidden] + ft-icon {
|
|
706
|
-
margin: 0 calc(${
|
|
707
|
-
padding: 0 ${
|
|
706
|
+
margin: 0 calc(${Zl.horizontalPadding} * -1);
|
|
707
|
+
padding: 0 ${Zl.verticalPadding};
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
711
|
-
margin: 0 calc(${
|
|
712
|
-
padding: 0 ${
|
|
711
|
+
margin: 0 calc(${Yl} * -1);
|
|
712
|
+
padding: 0 ${ql};
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
.ft-button:not(.ft-button--trailing-icon) ft-icon,
|
|
@@ -718,10 +718,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
ft-loader {
|
|
721
|
-
${Oo(
|
|
722
|
-
${Oo(
|
|
721
|
+
${Oo(jl.size,Zl.iconSize)};
|
|
722
|
+
${Oo(jl.color,"var(--ft-button-internal-color)")};
|
|
723
723
|
}
|
|
724
|
-
`,
|
|
724
|
+
`,Yi];var Xl=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class tc extends ji{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new so(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new so(10),this.moveRipple=t=>{var e,o;let{x:r,y:i}=this.getCoordinates(t),n=null!==(o=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==o?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-n.x:n.width/2),this.originY=Math.round(null!=i?i-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Jt`
|
|
725
725
|
<style>
|
|
726
726
|
.ft-ripple .ft-ripple--effect {
|
|
727
727
|
left: ${this.originX}px;
|
|
@@ -732,20 +732,20 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
732
732
|
<div class="ft-ripple--background"></div>
|
|
733
733
|
<div class="ft-ripple--effect"></div>
|
|
734
734
|
</div>
|
|
735
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),r=e("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",r,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",i,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",r,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",i,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let r,i;return null!=e.x?({x:r,y:i}=e):null!=o.touches&&(r=o.touches[0].clientX,i=o.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}
|
|
735
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),r=e("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",r,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",i,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",r,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",i,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let r,i;return null!=e.x?({x:r,y:i}=e):null!=o.touches&&(r=o.touches[0].clientX,i=o.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}tc.elementDefinitions={},tc.styles=Os,Xl([Se({type:Boolean})],tc.prototype,"primary",void 0),Xl([Se({type:Boolean})],tc.prototype,"secondary",void 0),Xl([Se({type:Boolean})],tc.prototype,"unbounded",void 0),Xl([Se({type:Boolean})],tc.prototype,"activated",void 0),Xl([Se({type:Boolean})],tc.prototype,"selected",void 0),Xl([Se({type:Boolean})],tc.prototype,"disabled",void 0),Xl([Ce()],tc.prototype,"hovered",void 0),Xl([Ce()],tc.prototype,"focused",void 0),Xl([Ce()],tc.prototype,"pressed",void 0),Xl([Ce()],tc.prototype,"rippling",void 0),Xl([Ce()],tc.prototype,"originX",void 0),Xl([Ce()],tc.prototype,"originY",void 0),Xl([Re(".ft-ripple")],tc.prototype,"ripple",void 0),Xl([Re(".ft-ripple--effect")],tc.prototype,"rippleEffect",void 0),go("ft-ripple")(tc);
|
|
736
736
|
/**
|
|
737
737
|
* @license
|
|
738
738
|
* Copyright 2020 Google LLC
|
|
739
739
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
740
740
|
*/
|
|
741
|
-
const
|
|
742
|
-
<${
|
|
741
|
+
const ec=Symbol.for(""),oc=t=>{if(t?.r===ec)return t?._$litStatic$},rc=t=>({_$litStatic$:t,r:ec}),ic=new Map,nc=(t=>(e,...o)=>{const r=o.length;let i,n;const a=[],s=[];let l,c=0,f=!1;for(;c<r;){for(l=e[c];c<r&&void 0!==(n=o[c],i=oc(n));)l+=i+e[++c],f=!0;c!==r&&s.push(n),a.push(l),c++}if(c===r&&a.push(e[r]),f){const t=a.join("$$lit$$");void 0===(e=ic.get(t))&&(a.raw=a,ic.set(t,e=a)),o=s}return t(e,...o)})(D);var ac;!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"}(ac||(ac={}));var sc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class lc extends ji{constructor(){super(...arguments),this.variant=ac.body1}render(){return this.element?nc`
|
|
742
|
+
<${rc(this.element)}
|
|
743
743
|
class="ft-typography ft-typography--${this.variant}">
|
|
744
744
|
<slot></slot>
|
|
745
|
-
</${
|
|
746
|
-
`:
|
|
745
|
+
</${rc(this.element)}>
|
|
746
|
+
`:nc`
|
|
747
747
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
748
|
-
`}}
|
|
748
|
+
`}}lc.styles=[$l,Il,kl,Ll,Ul,Wl,Al,Bl,Fl,zl,Pl,..._l],sc([Se()],lc.prototype,"element",void 0),sc([Se()],lc.prototype,"variant",void 0),go("ft-typography")(lc);const cc={distance:xo.create("--ft-tooltip-distance","","SIZE","4px"),color:xo.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:xo.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:xo.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:xo.external(wr.borderRadiusS,"Design system"),maxWidth:xo.create("--ft-tooltip-max-width","","SIZE","150px")},fc=ut`
|
|
749
749
|
.ft-tooltip--container {
|
|
750
750
|
display: block;
|
|
751
751
|
}
|
|
@@ -760,21 +760,21 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
760
760
|
box-sizing: border-box;
|
|
761
761
|
overflow: hidden;
|
|
762
762
|
width: max-content;
|
|
763
|
-
max-width: ${
|
|
763
|
+
max-width: ${cc.maxWidth};
|
|
764
764
|
text-align: center;
|
|
765
|
-
padding: ${
|
|
766
|
-
z-index: ${
|
|
765
|
+
padding: ${cc.distance};
|
|
766
|
+
z-index: ${cc.zIndex};
|
|
767
767
|
}
|
|
768
768
|
|
|
769
769
|
.ft-tooltip--content {
|
|
770
770
|
padding: 4px 8px;
|
|
771
|
-
border-radius: ${
|
|
772
|
-
background-color: ${
|
|
773
|
-
color: ${
|
|
771
|
+
border-radius: ${cc.borderRadiusS};
|
|
772
|
+
background-color: ${cc.backgroundColor};
|
|
773
|
+
color: ${cc.color};
|
|
774
774
|
position: relative;
|
|
775
775
|
word-break: break-word;
|
|
776
776
|
}
|
|
777
|
-
`;var
|
|
777
|
+
`;var hc,uc,dc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class pc extends ji{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new so,this.revealDebouncer=new so}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Jt`
|
|
778
778
|
<div part="container"
|
|
779
779
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
780
780
|
@mouseenter=${this.onHover}
|
|
@@ -792,19 +792,19 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
792
792
|
</div>
|
|
793
793
|
</div>
|
|
794
794
|
</div>
|
|
795
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ii(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}dc.elementDefinitions={"ft-typography":sc},dc.styles=cc,uc([Se()],dc.prototype,"text",void 0),uc([Se({type:Boolean})],dc.prototype,"manual",void 0),uc([Se({type:Boolean})],dc.prototype,"inline",void 0),uc([Se({type:Number})],dc.prototype,"delay",void 0),uc([Se()],dc.prototype,"position",void 0),uc([Ie()],dc.prototype,"slotNodes",void 0),uc([Re(".ft-tooltip--container")],dc.prototype,"container",void 0),uc([Re(".ft-tooltip")],dc.prototype,"tooltip",void 0),uc([Re(".ft-tooltip--content")],dc.prototype,"tooltipContent",void 0),uc([Ce()],dc.prototype,"visible",void 0),uc([Ne({passive:!0})],dc.prototype,"onTouch",null),uc([Ne({passive:!0})],dc.prototype,"onHover",null),uc([Ne({passive:!0})],dc.prototype,"onOut",null),uc([Ne({passive:!0})],dc.prototype,"onClick",null),go("ft-tooltip")(dc),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""}(fc||(fc={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(hc||(hc={}));const pc=new Map([...["abw"].map((t=>[t,hc.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,hc.AUDIO])),...["avi"].map((t=>[t,hc.AVI])),...["chm","xhs"].map((t=>[t,hc.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,hc.CODE])),...["csv"].map((t=>[t,hc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,hc.DITA])),...["epub"].map((t=>[t,hc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,hc.EXCEL])),...["flac"].map((t=>[t,hc.FLAC])),...["gif"].map((t=>[t,hc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,hc.GZIP])),...["html","htm","xhtml"].map((t=>[t,hc.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,hc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,hc.JPEG])),...["json"].map((t=>[t,hc.JSON])),...["m4a","m4p"].map((t=>[t,hc.M4A])),...["mov","qt"].map((t=>[t,hc.MOV])),...["mp3"].map((t=>[t,hc.MP3])),...["mp4","m4v"].map((t=>[t,hc.MP4])),...["ogg","oga"].map((t=>[t,hc.OGG])),...["pdf","ps"].map((t=>[t,hc.PDF])),...["png"].map((t=>[t,hc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,hc.POWERPOINT])),...["rar"].map((t=>[t,hc.RAR])),...["stp"].map((t=>[t,hc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,hc.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,hc.VIDEO])),...["wav"].map((t=>[t,hc.WAV])),...["wma"].map((t=>[t,hc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,hc.WORD])),...["xml","xsl","rdf"].map((t=>[t,hc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,hc.YAML])),...["zip"].map((t=>[t,hc.ZIP]))]),gc=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);var yc;hc.ABW,hc.AUDIO,hc.AVI,hc.CHM,hc.CODE,hc.CSV,hc.DITA,hc.EPUB,hc.EXCEL,hc.FLAC,hc.GIF,hc.GZIP,hc.HTML,hc.IMAGE,hc.JPEG,hc.JSON,hc.M4A,hc.MOV,hc.MP3,hc.MP4,hc.OGG,hc.PDF,hc.PNG,hc.POWERPOINT,hc.RAR,hc.STP,hc.TEXT,hc.UNKNOWN,hc.VIDEO,hc.WAV,hc.WMA,hc.WORD,hc.XML,hc.YAML,hc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(yc||(yc={}));var bc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class mc extends ji{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(yc).includes(this.variant)?this.variant:yc.fluid_topics,e=t!==yc.material||!!this.value;return Jt`
|
|
795
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ii(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}pc.elementDefinitions={"ft-typography":lc},pc.styles=fc,dc([Se()],pc.prototype,"text",void 0),dc([Se({type:Boolean})],pc.prototype,"manual",void 0),dc([Se({type:Boolean})],pc.prototype,"inline",void 0),dc([Se({type:Number})],pc.prototype,"delay",void 0),dc([Se()],pc.prototype,"position",void 0),dc([Ie()],pc.prototype,"slotNodes",void 0),dc([Re(".ft-tooltip--container")],pc.prototype,"container",void 0),dc([Re(".ft-tooltip")],pc.prototype,"tooltip",void 0),dc([Re(".ft-tooltip--content")],pc.prototype,"tooltipContent",void 0),dc([Ce()],pc.prototype,"visible",void 0),dc([Ne({passive:!0})],pc.prototype,"onTouch",null),dc([Ne({passive:!0})],pc.prototype,"onHover",null),dc([Ne({passive:!0})],pc.prototype,"onOut",null),dc([Ne({passive:!0})],pc.prototype,"onClick",null),go("ft-tooltip")(pc),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""}(hc||(hc={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(uc||(uc={}));const gc=new Map([...["abw"].map((t=>[t,uc.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,uc.AUDIO])),...["avi"].map((t=>[t,uc.AVI])),...["chm","xhs"].map((t=>[t,uc.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,uc.CODE])),...["csv"].map((t=>[t,uc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,uc.DITA])),...["epub"].map((t=>[t,uc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,uc.EXCEL])),...["flac"].map((t=>[t,uc.FLAC])),...["gif"].map((t=>[t,uc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,uc.GZIP])),...["html","htm","xhtml"].map((t=>[t,uc.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,uc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,uc.JPEG])),...["json"].map((t=>[t,uc.JSON])),...["m4a","m4p"].map((t=>[t,uc.M4A])),...["mov","qt"].map((t=>[t,uc.MOV])),...["mp3"].map((t=>[t,uc.MP3])),...["mp4","m4v"].map((t=>[t,uc.MP4])),...["ogg","oga"].map((t=>[t,uc.OGG])),...["pdf","ps"].map((t=>[t,uc.PDF])),...["png"].map((t=>[t,uc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,uc.POWERPOINT])),...["rar"].map((t=>[t,uc.RAR])),...["stp"].map((t=>[t,uc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,uc.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,uc.VIDEO])),...["wav"].map((t=>[t,uc.WAV])),...["wma"].map((t=>[t,uc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,uc.WORD])),...["xml","xsl","rdf"].map((t=>[t,uc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,uc.YAML])),...["zip"].map((t=>[t,uc.ZIP]))]),yc=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);var bc;uc.ABW,uc.AUDIO,uc.AVI,uc.CHM,uc.CODE,uc.CSV,uc.DITA,uc.EPUB,uc.EXCEL,uc.FLAC,uc.GIF,uc.GZIP,uc.HTML,uc.IMAGE,uc.JPEG,uc.JSON,uc.M4A,uc.MOV,uc.MP3,uc.MP4,uc.OGG,uc.PDF,uc.PNG,uc.POWERPOINT,uc.RAR,uc.STP,uc.TEXT,uc.UNKNOWN,uc.VIDEO,uc.WAV,uc.WMA,uc.WORD,uc.XML,uc.YAML,uc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(bc||(bc={}));var mc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class vc extends ji{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(bc).includes(this.variant)?this.variant:bc.fluid_topics,e=t!==bc.material||!!this.value;return Jt`
|
|
796
796
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
797
797
|
${Je(this.resolvedIcon)}
|
|
798
798
|
<slot ?hidden=${e}></slot>
|
|
799
799
|
</i>
|
|
800
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case
|
|
800
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case bc.file_format:this.resolvedIcon=null!==(t=uc[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case bc.material:this.resolvedIcon=this.value||te;break;default:this.resolvedIcon=null!==(e=hc[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}vc.elementDefinitions={},vc.styles=Tl,mc([Se()],vc.prototype,"variant",void 0),mc([Se()],vc.prototype,"value",void 0),mc([Ce()],vc.prototype,"resolvedIcon",void 0),mc([Re("slot")],vc.prototype,"slottedContent",void 0),go("ft-icon")(vc);class xc extends ji{render(){return Jt`
|
|
801
801
|
<div class="ft-loader">
|
|
802
802
|
<div></div>
|
|
803
803
|
<div></div>
|
|
804
804
|
<div></div>
|
|
805
805
|
<div></div>
|
|
806
806
|
</div>
|
|
807
|
-
`}}
|
|
807
|
+
`}}xc.styles=Ml,go("ft-loader")(xc);var Oc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class wc extends(ns(ji,"button")){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",(t=>{var e;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(e=this.form)||void 0===e||e.requestSubmit())}))}render(){return this.addTooltipIfNeeded(Jt`
|
|
808
808
|
<button part="button"
|
|
809
809
|
class="${Ke(this.buttonClasses)}"
|
|
810
810
|
aria-label="${this.getLabel()}"
|
|
@@ -813,7 +813,7 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
813
813
|
<ft-typography part="label"
|
|
814
814
|
variant=${this.typographyVariant}
|
|
815
815
|
element="span"
|
|
816
|
-
class="ft-button--label ${
|
|
816
|
+
class="ft-button--label ${hs?"ft-safari-ellipsis-fix":""}"
|
|
817
817
|
?hidden=${!this.hasTextContent()}>
|
|
818
818
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
819
819
|
</ft-typography>
|
|
@@ -827,7 +827,7 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
827
827
|
</ft-tooltip>
|
|
828
828
|
`:t}resolveIcon(){return this.loading?Jt`
|
|
829
829
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?Jt`
|
|
830
|
-
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:te}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}
|
|
830
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:te}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}wc.elementDefinitions={"ft-ripple":tc,"ft-tooltip":pc,"ft-typography":lc,"ft-icon":vc,"ft-loader":xc},Oc([Se({type:String,reflect:!0})],wc.prototype,"role",void 0),Oc([Se()],wc.prototype,"type",void 0),Oc([Se({type:Boolean})],wc.prototype,"disabled",void 0),Oc([Se()],wc.prototype,"label",void 0),Oc([Se()],wc.prototype,"icon",void 0),Oc([Se()],wc.prototype,"iconVariant",void 0),Oc([Se({type:Boolean})],wc.prototype,"trailingIcon",void 0),Oc([Se({type:Boolean})],wc.prototype,"loading",void 0),Oc([Se()],wc.prototype,"tooltipPosition",void 0),Oc([Se({type:Boolean})],wc.prototype,"hideTooltip",void 0),Oc([Se({type:Boolean})],wc.prototype,"forceTooltip",void 0),Oc([Re(".ft-button")],wc.prototype,"button",void 0),Oc([Re(".ft-button--label slot")],wc.prototype,"slottedContent",void 0);var Sc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Cc extends wc{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}Cc.styles=[Qi,Ql],Sc([Se({type:Boolean})],Cc.prototype,"primary",void 0),Sc([Se({type:Boolean})],Cc.prototype,"outlined",void 0),Sc([Se({type:Boolean})],Cc.prototype,"dense",void 0),Sc([Se({type:Boolean})],Cc.prototype,"round",void 0);const Nc=[ut`
|
|
831
831
|
:host {
|
|
832
832
|
display: inline-block;
|
|
833
833
|
max-width: 100%;
|
|
@@ -906,13 +906,13 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
906
906
|
/** Primary styles **/
|
|
907
907
|
|
|
908
908
|
.ft-button--primary {
|
|
909
|
-
${Oo(
|
|
909
|
+
${Oo(jl.color,Jo.primaryIconColor)};
|
|
910
910
|
|
|
911
|
-
${Oo(
|
|
912
|
-
${Oo(
|
|
913
|
-
${Oo(
|
|
914
|
-
${Oo(
|
|
915
|
-
${Oo(
|
|
911
|
+
${Oo(ps.color,Jo.primaryStateLayerColor)};
|
|
912
|
+
${Oo(ps.opacityContentOnSurfaceHover,Jo.primaryHoverStateLayerOpacity)};
|
|
913
|
+
${Oo(ps.opacityContentOnSurfaceFocused,Jo.primaryFocusStateLayerOpacity)};
|
|
914
|
+
${Oo(ps.opacityContentOnSurfaceSelected,Jo.primaryActiveStateLayerOpacity)};
|
|
915
|
+
${Oo(ps.opacityContentOnSurfacePressed,Jo.primaryActiveStateLayerOpacity)};
|
|
916
916
|
|
|
917
917
|
background-color: ${Jo.primaryBackgroundColor};
|
|
918
918
|
color: ${Jo.primaryColor};
|
|
@@ -930,13 +930,13 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
930
930
|
/** Secondary styles **/
|
|
931
931
|
|
|
932
932
|
.ft-button--secondary {
|
|
933
|
-
${Oo(
|
|
933
|
+
${Oo(jl.color,Jo.secondaryIconColor)};
|
|
934
934
|
|
|
935
|
-
${Oo(
|
|
936
|
-
${Oo(
|
|
937
|
-
${Oo(
|
|
938
|
-
${Oo(
|
|
939
|
-
${Oo(
|
|
935
|
+
${Oo(ps.color,Jo.secondaryStateLayerColor)};
|
|
936
|
+
${Oo(ps.opacityContentOnSurfaceHover,Jo.secondaryHoverStateLayerOpacity)};
|
|
937
|
+
${Oo(ps.opacityContentOnSurfaceFocused,Jo.secondaryFocusStateLayerOpacity)};
|
|
938
|
+
${Oo(ps.opacityContentOnSurfaceSelected,Jo.secondaryActiveStateLayerOpacity)};
|
|
939
|
+
${Oo(ps.opacityContentOnSurfacePressed,Jo.secondaryActiveStateLayerOpacity)};
|
|
940
940
|
|
|
941
941
|
background-color: ${Jo.secondaryBackgroundColor};
|
|
942
942
|
color: ${Jo.secondaryColor};
|
|
@@ -955,13 +955,13 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
955
955
|
/** Tertiary styles **/
|
|
956
956
|
|
|
957
957
|
.ft-button--tertiary {
|
|
958
|
-
${Oo(
|
|
958
|
+
${Oo(jl.color,Jo.tertiaryIconColor)};
|
|
959
959
|
|
|
960
|
-
${Oo(
|
|
961
|
-
${Oo(
|
|
962
|
-
${Oo(
|
|
963
|
-
${Oo(
|
|
964
|
-
${Oo(
|
|
960
|
+
${Oo(ps.color,Jo.tertiaryStateLayerColor)};
|
|
961
|
+
${Oo(ps.opacityContentOnSurfaceHover,Jo.tertiaryHoverStateLayerOpacity)};
|
|
962
|
+
${Oo(ps.opacityContentOnSurfaceFocused,Jo.tertiaryFocusStateLayerOpacity)};
|
|
963
|
+
${Oo(ps.opacityContentOnSurfaceSelected,Jo.tertiaryActiveStateLayerOpacity)};
|
|
964
|
+
${Oo(ps.opacityContentOnSurfacePressed,Jo.tertiaryActiveStateLayerOpacity)};
|
|
965
965
|
|
|
966
966
|
background-color: ${Jo.tertiaryBackgroundColor};
|
|
967
967
|
color: ${Jo.tertiaryColor};
|
|
@@ -979,13 +979,13 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
979
979
|
/** Neutral styles **/
|
|
980
980
|
|
|
981
981
|
.ft-button--neutral {
|
|
982
|
-
${Oo(
|
|
982
|
+
${Oo(jl.color,Jo.neutralIconColor)};
|
|
983
983
|
|
|
984
|
-
${Oo(
|
|
985
|
-
${Oo(
|
|
986
|
-
${Oo(
|
|
987
|
-
${Oo(
|
|
988
|
-
${Oo(
|
|
984
|
+
${Oo(ps.backgroundColor,Jo.neutralStateLayerColor)};
|
|
985
|
+
${Oo(ps.opacityContentOnSurfaceHover,Jo.neutralHoverStateLayerOpacity)};
|
|
986
|
+
${Oo(ps.opacityContentOnSurfaceFocused,Jo.neutralFocusStateLayerOpacity)};
|
|
987
|
+
${Oo(ps.opacityContentOnSurfaceSelected,Jo.neutralActiveStateLayerOpacity)};
|
|
988
|
+
${Oo(ps.opacityContentOnSurfacePressed,Jo.neutralActiveStateLayerOpacity)};
|
|
989
989
|
|
|
990
990
|
background-color: ${Jo.neutralBackgroundColor};
|
|
991
991
|
color: ${Jo.neutralColor};
|
|
@@ -1003,8 +1003,8 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1003
1003
|
/** Large styles **/
|
|
1004
1004
|
|
|
1005
1005
|
.ft-button--large {
|
|
1006
|
-
${Oo(
|
|
1007
|
-
${Oo(
|
|
1006
|
+
${Oo(Dl.size,Jo.largeIconSize)};
|
|
1007
|
+
${Oo(jl.size,Jo.largeIconSize)};
|
|
1008
1008
|
|
|
1009
1009
|
height: ${Jo.largeHeight};
|
|
1010
1010
|
padding: 0 ${Jo.largeHorizontalPadding};
|
|
@@ -1026,8 +1026,8 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1026
1026
|
/** Small styles **/
|
|
1027
1027
|
|
|
1028
1028
|
.ft-button--small {
|
|
1029
|
-
${Oo(
|
|
1030
|
-
${Oo(
|
|
1029
|
+
${Oo(Dl.size,Jo.smallIconSize)};
|
|
1030
|
+
${Oo(jl.size,Jo.smallIconSize)};
|
|
1031
1031
|
|
|
1032
1032
|
height: ${Jo.smallHeight};
|
|
1033
1033
|
padding: 0 ${Jo.smallHorizontalPadding};
|
|
@@ -1045,11 +1045,11 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1045
1045
|
width: ${Jo.smallIconOnlyWidth};
|
|
1046
1046
|
padding: unset;
|
|
1047
1047
|
}
|
|
1048
|
-
`,
|
|
1048
|
+
`,Yi];var Ec=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Rc extends wc{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?ac.caption1medium:ac.body2medium}}Rc.styles=[Qi,Nc],Ec([Se({type:Boolean})],Rc.prototype,"primary",void 0),Ec([Se({type:Boolean})],Rc.prototype,"secondary",void 0),Ec([Se({type:Boolean})],Rc.prototype,"tertiary",void 0),Ec([Se({type:Boolean})],Rc.prototype,"neutral",void 0),Ec([Se({type:Boolean})],Rc.prototype,"small",void 0),go("ft-button")(Cc),go("ftds-button")(Rc);const $c={height:xo.create("--ft-search-input-height","","SIZE","38px"),borderRadius:xo.extend("--ft-search-input-border-radius","",wr.borderRadiusS),desktopFiltersHeight:xo.create("--ft-search-input-desktop-filters-height","","SIZE","350px"),floatingZIndex:xo.create("--ft-search-input-floating-components-z-index","","NUMBER","3"),colorSurface:xo.extend("--ft-search-input-background-color","",wr.colorSurface),colorOnSurface:xo.extend("--ft-search-input-color","",wr.colorOnSurface),colorOnSurfaceMedium:xo.extend("--ft-search-input-placeholder-color","",wr.colorOnSurfaceMedium),colorOutline:xo.extend("--ft-search-input-outline-color","",wr.colorOutline),elevation02:xo.extend("--ft-search-input-elevation","",wr.elevation02),focusOutlineColor:xo.extend("--ft-search-input-focused-outline-color","",wr.colorPrimary),buttonColor:xo.extend("--ft-search-input-button-color","",wr.colorPrimary),buttonRippleColor:xo.extend("--ft-search-input-button-ripple-color","",wr.colorPrimary)},Ic=ut`
|
|
1049
1049
|
* {
|
|
1050
1050
|
box-sizing: border-box;
|
|
1051
|
-
${Oo(
|
|
1052
|
-
${Oo(
|
|
1051
|
+
${Oo(Zl.color,$c.buttonColor)};
|
|
1052
|
+
${Oo(Zl.rippleColor,$c.buttonRippleColor)};
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
1055
|
.ft-search-input {
|
|
@@ -1057,11 +1057,11 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1057
1057
|
display: flex;
|
|
1058
1058
|
flex-direction: row;
|
|
1059
1059
|
align-items: center;
|
|
1060
|
-
height: ${
|
|
1060
|
+
height: ${$c.height};
|
|
1061
1061
|
|
|
1062
|
-
background: ${
|
|
1063
|
-
border: 1px solid ${
|
|
1064
|
-
border-radius: ${
|
|
1062
|
+
background: ${$c.colorSurface};
|
|
1063
|
+
border: 1px solid ${$c.colorOutline};
|
|
1064
|
+
border-radius: ${$c.borderRadius};
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
1067
|
.ft-search-input--input-container {
|
|
@@ -1076,11 +1076,11 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1076
1076
|
width: 100%;
|
|
1077
1077
|
display: grid;
|
|
1078
1078
|
padding: 0 8px;
|
|
1079
|
-
border-radius: ${
|
|
1079
|
+
border-radius: ${$c.borderRadius};
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
1082
|
.ft-search-input--input-container:focus-within .ft-search-input--input-outline {
|
|
1083
|
-
outline: 2px solid ${
|
|
1083
|
+
outline: 2px solid ${$c.focusOutlineColor};
|
|
1084
1084
|
}
|
|
1085
1085
|
|
|
1086
1086
|
.ft-search-input--input {
|
|
@@ -1088,12 +1088,12 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1088
1088
|
width: 100%;
|
|
1089
1089
|
border: none;
|
|
1090
1090
|
background-color: transparent;
|
|
1091
|
-
color: ${
|
|
1091
|
+
color: ${$c.colorOnSurface};
|
|
1092
1092
|
outline: none;
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
1095
|
.ft-search-input--input::placeholder {
|
|
1096
|
-
color: ${
|
|
1096
|
+
color: ${$c.colorOnSurfaceMedium};
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
1099
|
.ft-search-input--actions {
|
|
@@ -1103,13 +1103,13 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1103
1103
|
align-items: center;
|
|
1104
1104
|
height: 100%;
|
|
1105
1105
|
|
|
1106
|
-
${Oo(
|
|
1106
|
+
${Oo(cc.zIndex,`calc(${$c.floatingZIndex} + 1)`)};
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
1109
|
.ft-search-input > ft-button,
|
|
1110
1110
|
.ft-search-input--actions ft-button {
|
|
1111
1111
|
flex-shrink: 0;
|
|
1112
|
-
${Oo(
|
|
1112
|
+
${Oo(Zl.backgroundColor,"transparent")};
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
1115
|
.ft-search-input .ft-search-input--launch-search,
|
|
@@ -1127,17 +1127,17 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1127
1127
|
|
|
1128
1128
|
.ft-search-input--separator {
|
|
1129
1129
|
height: 20px;
|
|
1130
|
-
border-right: 1px solid ${
|
|
1130
|
+
border-right: 1px solid ${$c.colorOutline};
|
|
1131
1131
|
}
|
|
1132
|
-
`,
|
|
1132
|
+
`,kc={highlightBackgroundColor:xo.create("--ft-sra-highlight-background-color","","COLOR","transparent")},Lc=ut`
|
|
1133
1133
|
.kwicmatch {
|
|
1134
1134
|
font-weight: 700;
|
|
1135
|
-
background-color: ${
|
|
1135
|
+
background-color: ${kc.highlightBackgroundColor};
|
|
1136
1136
|
}
|
|
1137
|
-
`,
|
|
1137
|
+
`,Uc={highlightBackgroundColor:xo.create("--ft-srt-highlight-background-color","","COLOR","transparent")},Wc=ut`
|
|
1138
1138
|
.kwicmatch {
|
|
1139
1139
|
font-weight: 700;
|
|
1140
|
-
background-color: ${
|
|
1140
|
+
background-color: ${Uc.highlightBackgroundColor};
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
a {
|
|
@@ -1148,7 +1148,7 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1148
1148
|
a:focus {
|
|
1149
1149
|
outline: revert;
|
|
1150
1150
|
}
|
|
1151
|
-
`,
|
|
1151
|
+
`,Ac={searchFieldBackgroundColor:xo.extend("--ft-rsid-search-field-background-color","",wr.colorSurface),searchFieldBorderColor:xo.extend("--ft-rsid-search-field-border-color","",wr.colorOutline),searchFieldTextColor:xo.extend("--ft-rsid-search-field-text-color","",wr.colorOnSurface),searchFieldBorderRadius:xo.extend("--ft-rsid-search-field-border-radius","",wr.borderRadiusS),searchButtonColor:xo.extend("--ft-rsid-search-field-button-color","",wr.colorPrimary),resultsNumberColor:xo.extend("--ft-rsid-results-number-color","",wr.colorOnSurfaceMedium),resultBackgroundColor:xo.extend("--ft-rsid-result-background-color","",wr.colorSurface),resultBorderColor:xo.extend("--ft-rsid-result-border-color","",wr.colorOutline),resultBorderRadius:xo.extend("--ft-rsid-result-border-radius","",wr.borderRadiusS),resultTitleTextColor:xo.extend("--ft-rsid-result-title-text-color","",wr.colorOnSurface),resultBreadcrumbTextColor:xo.extend("--ft-rsid-result-breadcrumb-text-color","",wr.colorOnSurfaceMedium),resultContentTextColor:xo.extend("--ft-rsid-result-content-text-color","",wr.colorOnSurface),resultHighlightBackgroundColor:xo.create("--ft-rsid-result-highlight-background-color","","COLOR","#FFF26E"),resultHoverBackgroundColor:xo.extend("--ft-rsid-result-hover-background-color","",wr.colorPrimary),resultHoverBorderColor:xo.extend("--ft-rsid-result-hover-border-color","",wr.colorPrimary)},Bc=ut`
|
|
1152
1152
|
.ft-search-in-doc--container {
|
|
1153
1153
|
display: flex;
|
|
1154
1154
|
flex-direction: column;
|
|
@@ -1156,11 +1156,11 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1156
1156
|
}
|
|
1157
1157
|
|
|
1158
1158
|
ft-search-input {
|
|
1159
|
-
${Oo(
|
|
1160
|
-
${Oo(
|
|
1161
|
-
${Oo(
|
|
1162
|
-
${Oo(
|
|
1163
|
-
${Oo(
|
|
1159
|
+
${Oo($c.colorSurface,Ac.searchFieldBackgroundColor)};
|
|
1160
|
+
${Oo($c.colorOutline,Ac.searchFieldBorderColor)};
|
|
1161
|
+
${Oo($c.colorOnSurface,Ac.searchFieldTextColor)};
|
|
1162
|
+
${Oo($c.borderRadius,Ac.searchFieldBorderRadius)};
|
|
1163
|
+
${Oo($c.buttonColor,Ac.searchButtonColor)};
|
|
1164
1164
|
}
|
|
1165
1165
|
|
|
1166
1166
|
ft-search-results-number {
|
|
@@ -1168,41 +1168,41 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1168
1168
|
}
|
|
1169
1169
|
|
|
1170
1170
|
ft-search-results-number, ft-search-results::part(no-results-message) {
|
|
1171
|
-
color: ${
|
|
1171
|
+
color: ${Ac.resultsNumberColor};
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
1174
|
ft-search-load-more-button {
|
|
1175
1175
|
margin: auto;
|
|
1176
1176
|
}
|
|
1177
|
-
`,
|
|
1177
|
+
`,Fc=ut`
|
|
1178
1178
|
ft-card {
|
|
1179
1179
|
margin-bottom: 8px;
|
|
1180
|
-
${Oo(
|
|
1181
|
-
${Oo(
|
|
1182
|
-
${Oo(
|
|
1183
|
-
${Oo(
|
|
1184
|
-
${Oo(
|
|
1185
|
-
${Oo(
|
|
1186
|
-
${Oo(
|
|
1180
|
+
${Oo(ws.elevation04,"none")};
|
|
1181
|
+
${Oo(ws.elevation02,"none")};
|
|
1182
|
+
${Oo(ws.borderStyle,"solid")};
|
|
1183
|
+
${Oo(ws.borderRadius,wr.borderRadiusS)};
|
|
1184
|
+
${Oo(ws.colorSurface,Ac.resultBackgroundColor)};
|
|
1185
|
+
${Oo(ws.borderColor,Ac.resultBorderColor)};
|
|
1186
|
+
${Oo(ws.borderRadius,Ac.resultBorderRadius)};
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
1189
|
ft-search-result-title {
|
|
1190
|
-
color: ${
|
|
1191
|
-
${Oo(
|
|
1190
|
+
color: ${Ac.resultTitleTextColor};
|
|
1191
|
+
${Oo(Uc.highlightBackgroundColor,Ac.resultHighlightBackgroundColor)};
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
1194
1194
|
.breadcrumb {
|
|
1195
|
-
color: ${
|
|
1195
|
+
color: ${Ac.resultBreadcrumbTextColor};
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
1198
|
ft-search-result-abstract {
|
|
1199
|
-
color: ${
|
|
1200
|
-
${Oo(
|
|
1199
|
+
color: ${Ac.resultContentTextColor};
|
|
1200
|
+
${Oo(kc.highlightBackgroundColor,Ac.resultHighlightBackgroundColor)};
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
ft-card:hover {
|
|
1204
|
-
${Oo(
|
|
1205
|
-
${Oo(
|
|
1204
|
+
${Oo(ws.hoverBorderColor,Ac.resultHoverBorderColor)};
|
|
1205
|
+
${Oo(ps.color,Ac.resultHoverBackgroundColor)};
|
|
1206
1206
|
}
|
|
1207
1207
|
|
|
1208
1208
|
.result-container {
|
|
@@ -1215,38 +1215,38 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1215
1215
|
text-decoration: none;
|
|
1216
1216
|
color: inherit;
|
|
1217
1217
|
}
|
|
1218
|
-
`,Fc=ut`
|
|
1219
1218
|
`,zc=ut`
|
|
1220
|
-
`,Pc=
|
|
1219
|
+
`,Pc=ut`
|
|
1220
|
+
`,_c=es.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});class jc{static get(t){const{baseUrl:e,apiIntegrationIdentifier:o}=_c.getState(),r=null!=t?t:o;if(e&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(e,r,!0)}static await(t){return new Promise((e=>{let o=jc.get(t);if(o)e(o);else{const r=_c.subscribe((()=>{o=jc.get(t),o&&(r(),e(o))}))}}))}}class Mc{constructor(t=!0,e){var o;this.overrideApi=e;let r=this.constructor;r.commonCache=null!==(o=r.commonCache)&&void 0!==o?o:new ro,this.cache=t?r.commonCache:new ro}get api(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:jc.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:jc.await()}clearCache(){this.cache.clearAll()}}var Dc;const Tc=Symbol("clearAfterUnitTest");class Kc extends Mc{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Dc]=()=>{this.defaultMessages={},this.cache=new ro,this.listeners={}},this.currentUiLocale=_c.getState().uiLocale,_c.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=_c.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const e=t.name.toLowerCase();this.cache.setFinal(e,t),this.notify(e)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,e){var o;if(t=t.toLowerCase(),Object.keys(e).length>0){const r={...null!==(o=this.defaultMessages[t])&&void 0!==o?o:{},...e};uo(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,e,...o){var r,i,n;t=t.toLowerCase(),this.fetchContext(t);const a=null!==(i=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==i?i:{};return new en(null!==(n=this.defaultMessages[t])&&void 0!==n?n:{},a).resolve(e,...o)}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,e){var o;return t=t.toLowerCase(),this.listeners[t]=null!==(o=this.listeners[t])&&void 0!==o?o:new Set,this.listeners[t].add(e),()=>{var o;return null===(o=this.listeners[t])||void 0===o?void 0:o.delete(e)}}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=>co(0).then((()=>t())).catch((()=>null)))))}}Dc=Tc,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends Kc{constructor(){super((async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends Kc{constructor(){super((async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e)))}});const Zc=window.FluidTopicsI18nService,Hc=window.FluidTopicsCustomI18nService;var Gc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Vc extends ji{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>jc.get(),this.messageContexts=[],this.cache=new ro,this.cleanSessionDebouncer=new so}render(){return Jt`
|
|
1221
1221
|
<slot></slot>
|
|
1222
|
-
`}update(t){super.update(t),t.has("baseUrl")&&(
|
|
1222
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(_c.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&_c.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&_c.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&_c.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&_c.actions.noCustom(this.noCustom),t.has("editorMode")&&_c.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&_c.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&_c.actions.session(this.session),t.has("availableUiLocales")&&_c.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>Zc.addContext(t))),t.has("openExternalDocumentInNewTab")&&_c.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&_c.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&_c.actions.forcedOffline(this.forcedOffline),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),t.idleTimeoutInMillis),t}))}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>this.apiProvider().getAvailableUiLocales()))}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",(()=>this.apiProvider().getMetadataConfiguration()))}}Vc.elementDefinitions={},Vc.styles=Pc,Gc([Se()],Vc.prototype,"baseUrl",void 0),Gc([Se()],Vc.prototype,"apiIntegrationIdentifier",void 0),Gc([Se()],Vc.prototype,"uiLocale",void 0),Gc([yo(null)],Vc.prototype,"availableUiLocales",void 0),Gc([yo(null)],Vc.prototype,"metadataConfiguration",void 0),Gc([Se({type:Boolean})],Vc.prototype,"editorMode",void 0),Gc([Se({type:Boolean})],Vc.prototype,"noCustom",void 0),Gc([Se({type:Boolean})],Vc.prototype,"openExternalDocumentInNewTab",void 0),Gc([Se({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Vc.prototype,"noCustomComponent",void 0),Gc([Se({type:Boolean})],Vc.prototype,"withManualResources",void 0),Gc([Se({type:Boolean})],Vc.prototype,"navigatorOnline",void 0),Gc([Se({type:Boolean})],Vc.prototype,"forcedOffline",void 0),Gc([Se({type:Object})],Vc.prototype,"apiProvider",void 0),Gc([yo([])],Vc.prototype,"messageContexts",void 0),Gc([yo(void 0)],Vc.prototype,"session",void 0);class qc extends Mc{async listMySearches(){let t=_c.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class Yc extends Mc{async listMyBookmarks(){let t=_c.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const Jc=es.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const Qc=new class{constructor(){this.currentSession=_c.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Yc,this.savedSearchesService=new qc,_c.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=_c.getState();uo(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==e?void 0:e.profile)||(this.currentSession=e,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Jc.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Jc.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();Jc.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const e=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;Jc.actions.bookmarks(e)}}};window.FluidTopicsAppInfoStoreService=new class{addCommand(t,e=!1){_c.commands.add(t,e)}consumeCommand(t){return _c.commands.consume(t)}};window.FluidTopicsHighlightHtmlService=new class{highlightHtml(t,e){Vi(t,e)}},go("ft-app-context")(Vc);var Xc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const tf=Symbol("i18nAttributes"),ef=Symbol("i18nProperties"),of=Symbol("i18nUnsubs");function rf(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?Hc:Zc}i18n(t,e,...o){var r;if("string"==typeof t)return this.i18nService.resolveMessage(t,e,...o);const i=null!==(r=t.args)&&void 0!==r?r:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...i)}onI18nUpdate(t){var e,o;null===(e=this[tf])||void 0===e||e.forEach(((e,o)=>{var r;const i=this.getI18nAttributeValue(o);(null===(r=null==i?void 0:i.context)||void 0===r?void 0:r.toLowerCase())===t.toLowerCase()&&this.updateI18nAttributeMessage(o,i,e)})),null===(o=this[ef])||void 0===o||o.forEach(((e,o)=>{e.context.toLowerCase()===t.toLowerCase()&&(this[o]=this.i18n(e))})),setTimeout((()=>this.requestUpdate()),0)}updateI18nAttributeMessage(t,e,o){this[t]={...e,message:this.i18n({context:e.context,key:e.key,...o})}}update(t){var e,o;super.update(t),null===(e=this[tf])||void 0===e||e.forEach(((e,o)=>{const r=this.getI18nAttributeValue(o);(null==r?void 0:r.context)&&r.key&&(t.has(o)||null!=e.argsProvider)&&(t.has(o)&&this.addI18nContext(r.context),this.updateI18nAttributeMessage(o,r,e))})),null===(o=this[ef])||void 0===o||o.forEach(((t,e)=>{null!=t.argsProvider&&(this[e]=this.i18n(t))}))}getI18nAttributeValue(t){return this[t]}connectedCallback(){var t,e,o,r;super.connectedCallback(),new Set([...null!==(e=null===(t=this[ef])||void 0===t?void 0:t.values())&&void 0!==e?e:[],...[...null!==(r=null===(o=this[tf])||void 0===o?void 0:o.keys())&&void 0!==r?r:[]].map((t=>this.getI18nAttributeValue(t)))].map((t=>null==t?void 0:t.context))).forEach((t=>t&&this.addI18nMessages(t)))}addI18nMessages(t,e){t=t.toLowerCase(),this[of].has(t)||this[of].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=e?e:{})}addI18nContext(t,e){this.addI18nMessages("string"==typeof t?t:t.name,e)}disconnectedCallback(){super.disconnectedCallback(),this[of].forEach((t=>t())),this[of].clear()}}return e=of,Xc([Se({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class nf extends(rf(ji)){}class af extends(rf(dn)){}var sf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class lf extends af{constructor(){super(),this.editorMode=!1,this.addStore(_c)}render(){return this.key&&this.context?Jt`
|
|
1223
1223
|
<span class="ft-i18n">
|
|
1224
1224
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
1225
1225
|
</span>
|
|
1226
|
-
`:this.editorMode?"Select a context and a label key.":te}update(t){var e;super.update(t),["context","key","defaultMessage"].some((e=>t.has(e)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(e=this.defaultMessage)&&void 0!==e?e:""})}}
|
|
1227
|
-
`,ff={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setRequestClusterSortCriterion:(t,e)=>{t.request.clusterSortCriterions=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload},setRequestPeriodFilter:(t,e)=>{t.request.periodFilter=e.payload}};var hf,uf,df,pf,gf,yf,bf,mf,vf,xf,Of,wf,Sf,Cf,Nf,Ef,Rf,$f;!function(t){!function(e){var o={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(o.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function n(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 e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function h(t){var e=new FileReader,o=f(e);return e.readAsArrayBuffer(t),o}function u(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(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):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(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?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return function(t){var e=new FileReader,o=f(e);return e.readAsText(t),o}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),r=0;r<e.length;r++)o[r]=String.fromCharCode(e[r]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var p=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,r,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),p.indexOf(r)>-1?r:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),r=o.shift().replace(/\+/g," "),i=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(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,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,r){return new Promise((function(i,n){var a=new g(t,r);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),r=o.shift().trim();if(r){var i=o.join(":").trim();e.append(r,i)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new b(r,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.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&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"W",{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"}(hf||(hf={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(uf||(uf={})),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"}(df||(df={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(pf||(pf={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(gf||(gf={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(yf||(yf={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(bf||(bf={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(mf||(mf={})),function(t){t.ASC="ASC",t.DESC="DESC"}(vf||(vf={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(xf||(xf={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Of||(Of={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(wf||(wf={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Sf||(Sf={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Cf||(Cf={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Nf||(Nf={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Ef||(Ef={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.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"}(Rf||(Rf={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}($f||($f={})),Rf.PERSONAL_BOOK_SHARE_USER,Rf.PERSONAL_BOOK_USER,Rf.HTML_EXPORT_USER,Rf.PERSONAL_BOOK_USER,Rf.PDF_EXPORT_USER,Rf.PERSONAL_BOOK_USER,Rf.KHUB_ADMIN,Rf.CONTENT_PUBLISHER,Rf.ADMIN,Rf.KHUB_ADMIN,Rf.USERS_ADMIN,Rf.PORTAL_ADMIN,Rf.DEVELOPER,Rf.BETA_USER,Rf.DEBUG_USER;class If extends jc{constructor(){super(),this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}class kf extends Event{constructor(){super(kf.eventName)}}kf.eventName="search-context-clear-all-filters";class Lf{static build(t,e){return new Lf((t=>ts.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:ff}))(t.trim()||"context"),e)}constructor(t,e){this.store=t,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.searchDebouncer=new so(100),this.suggestDebouncer=new so(300),this.service=null!=e?e:new If}async initService(){return this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const r=t=>e.some((e=>e.lang==t));r(t)||(t=r(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setClusterSortCriterion(t){this.store.actions.setRequestClusterSortCriterion(t),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(Of.TITLE_ONLY),this.store.actions.setRequestScope(Ef.DOCUMENTS)):(this.store.actions.setRequestVirtualField(Of.EVERYWHERE),this.store.actions.setRequestScope(Ef.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return(t=>t.request.virtualField===Of.TITLE_ONLY&&t.request.scope===Ef.DOCUMENTS)(this.store.getState())}get periodFilter(){return this.store.getState().request.periodFilter}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new kf)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,r={key:t,values:e,negative:!1},i=[...o.filter((e=>e.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}setOpenExternalDocumentInNewTab(t){this.openExternalDocumentInNewTab=t}setPeriodFilter(t){this.store.actions.setRequestPeriodFilter(t),this.store.actions.setPageNumber(1),this.launchSearch()}launchSearch(){return this.searchDebouncer.run((()=>this.fetchSearchData()))}launchSuggest(){return this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,e;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let o=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==o.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=eo(this.service.launchSearch(o));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let o=(null!==(e=this.store.getState().results)&&void 0!==e?e:[]).concat(t.results);this.store.actions.setResults(o)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof Xe||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const e=this.store.getState(),o=e.request,r={input:e.liveQuery,filters:o.filters,sort:o.sort,contentLocale:o.contentLocale,scope:o.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=eo(this.service.launchSuggest(r));let i=await this.cancelableSuggest;this.store.actions.setSuggestResults(i.suggestions)}catch(t){t instanceof Xe||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var Uf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wf extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const Af=Symbol("registerInterval");class Bf extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=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[Af]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Af]):this.dispatchEvent(new Wf)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Af,Uf([Ce()],o.prototype,"stateManager",void 0),o}(un)){}var Ff,zf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Pf extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class _f extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class jf extends CustomEvent{constructor(t,e,o){super("ft-search-results-change",{detail:{request:t,paging:e,spellcheck:o}})}}class Mf extends un{get stateManager(){if(null==this._stateManager){const t=this.searchServiceProvider?this.searchServiceProvider():void 0;this._stateManager=Lf.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0"),t),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")}return this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.filters=[],this.sort=[],this.addStore(Pc)}render(){return Jt`
|
|
1226
|
+
`:this.editorMode?"Select a context and a label key.":te}update(t){var e;super.update(t),["context","key","defaultMessage"].some((e=>t.has(e)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(e=this.defaultMessage)&&void 0!==e?e:""})}}lf.elementDefinitions={},lf.styles=zc,sf([rn()],lf.prototype,"editorMode",void 0),sf([Se()],lf.prototype,"context",void 0),sf([Se()],lf.prototype,"key",void 0),sf([yo([])],lf.prototype,"args",void 0),sf([Se()],lf.prototype,"defaultMessage",void 0);class cf{static build(t){return new cf(t)}static fromGwt(t){return new cf(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,e)=>{const o=e;return t=>({context:this.name,key:o,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,e)=>(...t)=>Zc.resolveMessage(this.name,e,...t)})}}go("ft-i18n")(lf);const ff=ut`
|
|
1227
|
+
`,hf={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setRequestClusterSortCriterion:(t,e)=>{t.request.clusterSortCriterions=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload},setRequestPeriodFilter:(t,e)=>{t.request.periodFilter=e.payload}};var uf,df,pf,gf,yf,bf,mf,vf,xf,Of,wf,Sf,Cf,Nf,Ef,Rf,$f,If,kf;!function(t){!function(e){var o={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(o.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function n(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 e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function h(t){var e=new FileReader,o=f(e);return e.readAsArrayBuffer(t),o}function u(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(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):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(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?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return function(t){var e=new FileReader,o=f(e);return e.readAsText(t),o}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),r=0;r<e.length;r++)o[r]=String.fromCharCode(e[r]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var p=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,r,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),p.indexOf(r)>-1?r:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),r=o.shift().replace(/\+/g," "),i=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(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,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,r){return new Promise((function(i,n){var a=new g(t,r);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),r=o.shift().trim();if(r){var i=o.join(":").trim();e.append(r,i)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new b(r,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.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&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"W",{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"}(uf||(uf={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(df||(df={})),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"}(pf||(pf={})),function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"}(gf||(gf={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(yf||(yf={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(bf||(bf={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(mf||(mf={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(vf||(vf={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(xf||(xf={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Of||(Of={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(wf||(wf={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Sf||(Sf={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Cf||(Cf={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Nf||(Nf={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Ef||(Ef={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Rf||(Rf={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}($f||($f={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.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"}(If||(If={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(kf||(kf={})),If.PERSONAL_BOOK_SHARE_USER,If.PERSONAL_BOOK_USER,If.HTML_EXPORT_USER,If.PERSONAL_BOOK_USER,If.PDF_EXPORT_USER,If.PERSONAL_BOOK_USER,If.KHUB_ADMIN,If.CONTENT_PUBLISHER,If.ADMIN,If.KHUB_ADMIN,If.USERS_ADMIN,If.PORTAL_ADMIN,If.DEVELOPER,If.BETA_USER,If.DEBUG_USER;class Lf extends Mc{constructor(){super(),this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}class Uf extends Event{constructor(){super(Uf.eventName)}}Uf.eventName="search-context-clear-all-filters";class Wf{static build(t,e){return new Wf((t=>es.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:hf}))(t.trim()||"context"),e)}constructor(t,e){this.store=t,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.searchDebouncer=new so(100),this.suggestDebouncer=new so(300),this.service=null!=e?e:new Lf}async initService(){return this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const r=t=>e.some((e=>e.lang==t));r(t)||(t=r(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setClusterSortCriterion(t){this.store.actions.setRequestClusterSortCriterion(t),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(Sf.TITLE_ONLY),this.store.actions.setRequestScope($f.DOCUMENTS)):(this.store.actions.setRequestVirtualField(Sf.EVERYWHERE),this.store.actions.setRequestScope($f.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return(t=>t.request.virtualField===Sf.TITLE_ONLY&&t.request.scope===$f.DOCUMENTS)(this.store.getState())}get periodFilter(){return this.store.getState().request.periodFilter}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new Uf)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,r={key:t,values:e,negative:!1},i=[...o.filter((e=>e.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}setOpenExternalDocumentInNewTab(t){this.openExternalDocumentInNewTab=t}setPeriodFilter(t){this.store.actions.setRequestPeriodFilter(t),this.store.actions.setPageNumber(1),this.launchSearch()}launchSearch(){return this.searchDebouncer.run((()=>this.fetchSearchData()))}launchSuggest(){return this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,e;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let o=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==o.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=eo(this.service.launchSearch(o));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let o=(null!==(e=this.store.getState().results)&&void 0!==e?e:[]).concat(t.results);this.store.actions.setResults(o)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof Xe||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const e=this.store.getState(),o=e.request,r={input:e.liveQuery,filters:o.filters,sort:o.sort,contentLocale:o.contentLocale,scope:o.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=eo(this.service.launchSuggest(r));let i=await this.cancelableSuggest;this.store.actions.setSuggestResults(i.suggestions)}catch(t){t instanceof Xe||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var Af=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Bf extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const Ff=Symbol("registerInterval");class zf extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=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[Ff]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Ff]):this.dispatchEvent(new Bf)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Ff,Af([Ce()],o.prototype,"stateManager",void 0),o}(dn)){}var Pf,_f=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class jf extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class Mf extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class Df extends CustomEvent{constructor(t,e,o){super("ft-search-results-change",{detail:{request:t,paging:e,spellcheck:o}})}}class Tf extends dn{get stateManager(){if(null==this._stateManager){const t=this.searchServiceProvider?this.searchServiceProvider():void 0;this._stateManager=Wf.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0"),t),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")}return this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.filters=[],this.sort=[],this.addStore(_c)}render(){return Jt`
|
|
1228
1228
|
<slot @register-ft-search-component=${this.registerComponent}></slot>
|
|
1229
|
-
`}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery),t.has("openExternalDocumentInNewTab")&&void 0!==this.openExternalDocumentInNewTab&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("periodFilter")&&void 0!==this.periodFilter&&this.stateManager.setPeriodFilter(this.periodFilter)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new
|
|
1229
|
+
`}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery),t.has("openExternalDocumentInNewTab")&&void 0!==this.openExternalDocumentInNewTab&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("periodFilter")&&void 0!==this.periodFilter&&this.stateManager.setPeriodFilter(this.periodFilter)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new Mf(this.request)),t.has("paging")&&void 0!==this.paging&&this.dispatchEvent(new Df(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new jf(t))}reloadSavedSearches(){Qc.clearMySearches()}clear(){this.stateManager.clear()}}Tf.elementDefinitions={},Tf.styles=ff,_f([Se()],Tf.prototype,"query",void 0),_f([Se()],Tf.prototype,"contentLocale",void 0),_f([Se({type:Number})],Tf.prototype,"pageSize",void 0),_f([Se({type:Boolean})],Tf.prototype,"searchInDocumentTitlesOnly",void 0),_f([Se()],Tf.prototype,"periodFilter",void 0),_f([Se()],Tf.prototype,"scope",void 0),_f([Se({type:Boolean})],Tf.prototype,"ignoreEmptyQuery",void 0),_f([rn({store:_c.name})],Tf.prototype,"openExternalDocumentInNewTab",void 0),_f([yo([])],Tf.prototype,"filters",void 0),_f([yo([])],Tf.prototype,"sort",void 0),_f([rn({store:"search"})],Tf.prototype,"request",void 0),_f([rn({store:"search"})],Tf.prototype,"paging",void 0),_f([rn({store:"search",selector:t=>t.spellcheck})],Tf.prototype,"autocorrect",void 0),_f([rn({store:_c.name})],Tf.prototype,"session",void 0),_f([Se({attribute:!1})],Tf.prototype,"searchServiceProvider",void 0),go("ft-search-context")(Tf),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(Pf||(Pf={}));var Kf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Zf extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const Hf=Symbol("registerInterval");class Gf extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[Hf]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Hf]):this.dispatchEvent(new Zf)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Hf,Kf([Ce()],o.prototype,"stateManager",void 0),o}(dn)){}const Vf=ut`
|
|
1230
1230
|
|
|
1231
|
-
`,
|
|
1231
|
+
`,qf=cf.build("searchResultsNumber"),Yf={results:"{0} results","results[\\=1]":"1 result"};var Jf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Qf extends(rf(zf)){constructor(){super(),this.addI18nContext(qf,Yf)}render(){return null==this.paging?te:Jt`
|
|
1232
1232
|
<ft-typography variant="body1">
|
|
1233
|
-
${
|
|
1233
|
+
${qf.messages.results(this.paging.totalClustersCount)}
|
|
1234
1234
|
</ft-typography>
|
|
1235
|
-
`}}
|
|
1235
|
+
`}}Qf.elementDefinitions={"ft-typography":lc},Qf.styles=Vf,Jf([rn()],Qf.prototype,"paging",void 0),go("ft-search-results-number")(Qf);const Xf=cf.build("designedSearchInput"),th=ut`
|
|
1236
1236
|
* {
|
|
1237
1237
|
box-sizing: border-box;
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
.ft-search-input-suggestion {
|
|
1241
1241
|
position: absolute;
|
|
1242
|
-
z-index: ${
|
|
1242
|
+
z-index: ${$c.floatingZIndex};
|
|
1243
1243
|
top: calc(100% + 2px);
|
|
1244
1244
|
left: -1px;
|
|
1245
1245
|
right: -1px;
|
|
1246
|
-
background: ${
|
|
1247
|
-
border: 1px solid ${
|
|
1248
|
-
border-radius: 0 0 ${
|
|
1249
|
-
box-shadow: ${
|
|
1246
|
+
background: ${$c.colorSurface};
|
|
1247
|
+
border: 1px solid ${$c.colorOutline};
|
|
1248
|
+
border-radius: 0 0 ${$c.borderRadius} ${$c.borderRadius};
|
|
1249
|
+
box-shadow: ${$c.elevation02};
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
1252
|
.ft-search-input-suggestion--suggestion {
|
|
@@ -1257,7 +1257,7 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1257
1257
|
padding: 8px;
|
|
1258
1258
|
gap: 8px;
|
|
1259
1259
|
cursor: pointer;
|
|
1260
|
-
color: ${
|
|
1260
|
+
color: ${$c.colorOnSurface};
|
|
1261
1261
|
min-height: 44px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
@@ -1274,7 +1274,7 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1274
1274
|
flex-grow: 1;
|
|
1275
1275
|
flex-shrink: 1;
|
|
1276
1276
|
}
|
|
1277
|
-
`;var
|
|
1277
|
+
`;var eh=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class oh extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t})}}let rh=class extends zf{render(){return Jt`
|
|
1278
1278
|
<div class="ft-search-input-suggestion ft-word-wrap"
|
|
1279
1279
|
part="container"
|
|
1280
1280
|
@keydown=${t=>this.onSuggestKeyDown(t)}>
|
|
@@ -1290,9 +1290,9 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1290
1290
|
</a>
|
|
1291
1291
|
`))}
|
|
1292
1292
|
</div>
|
|
1293
|
-
`}onSuggestKeyDown(t){var e,o,r,i,n,a;switch(t.key){case"ArrowUp":null===(r=null!==(o=null===(e=this.getFocusedSuggestionElement())||void 0===e?void 0:e.previousElementSibling)&&void 0!==o?o:this.getLastSuggestionElement())||void 0===r||r.focus(),t.preventDefault(),t.stopPropagation();break;case"ArrowDown":null===(a=null!==(n=null===(i=this.getFocusedSuggestionElement())||void 0===i?void 0:i.nextElementSibling)&&void 0!==n?n:this.getFirstSuggestionElement())||void 0===a||a.focus(),t.preventDefault(),t.stopPropagation()}}onSuggestKeyUp(t,e){"Enter"!==t.key&&" "!==t.key||this.onSuggestSelected(t,e)}onSuggestSelected(t,e){t.preventDefault(),this.dispatchEvent(new
|
|
1293
|
+
`}onSuggestKeyDown(t){var e,o,r,i,n,a;switch(t.key){case"ArrowUp":null===(r=null!==(o=null===(e=this.getFocusedSuggestionElement())||void 0===e?void 0:e.previousElementSibling)&&void 0!==o?o:this.getLastSuggestionElement())||void 0===r||r.focus(),t.preventDefault(),t.stopPropagation();break;case"ArrowDown":null===(a=null!==(n=null===(i=this.getFocusedSuggestionElement())||void 0===i?void 0:i.nextElementSibling)&&void 0!==n?n:this.getFirstSuggestionElement())||void 0===a||a.focus(),t.preventDefault(),t.stopPropagation()}}onSuggestKeyUp(t,e){"Enter"!==t.key&&" "!==t.key||this.onSuggestSelected(t,e)}onSuggestSelected(t,e){t.preventDefault(),this.dispatchEvent(new oh(e))}getIcon(t){const e="DOCUMENT"===t.type?bc.file_format:bc.fluid_topics;let o;switch(t.type){case"MAP":o="BOOK"===t.editorialType?hc.BOOK:hc.ARTICLE;break;case"DOCUMENT":o=function(t,e){var o,r,i,n;t=(null!=t?t:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[a,s]=((null!==(o=yc.get(t))&&void 0!==o?o:t)+"/").split("/");return null!==(n=null!==(i=null!==(r=gc.get(s))&&void 0!==r?r:gc.get(e))&&void 0!==i?i:gc.get(a))&&void 0!==n?n:uc.UNKNOWN}(t.mimeType,t.filenameExtension);break;case"TOPIC":o=hc.TOPICS}return Jt`
|
|
1294
1294
|
<ft-icon .variant="${e}" .value="${o}" part="suggestion-icon"></ft-icon>
|
|
1295
|
-
`}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let t=this.shadowRoot.querySelectorAll(".ft-search-input-suggestion--suggestion");return t.length>0?t[t.length-1]:null}getFirstSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion")}focusFirstSuggestion(){var t;null===(t=this.getFirstSuggestionElement())||void 0===t||t.focus()}};
|
|
1295
|
+
`}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let t=this.shadowRoot.querySelectorAll(".ft-search-input-suggestion--suggestion");return t.length>0?t[t.length-1]:null}getFirstSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion")}focusFirstSuggestion(){var t;null===(t=this.getFirstSuggestionElement())||void 0===t||t.focus()}};rh.elementDefinitions={"ft-ripple":tc,"ft-typography":lc,"ft-icon":vc},rh.styles=[Ji,th],eh([rn()],rh.prototype,"suggestResults",void 0),rh=eh([xe("ft-search-input-suggestion")],rh);var ih=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class nh extends(rf(zf)){constructor(){super(),this.liveQuery="",this.forceCloseSuggestion=!1,this.placeholder=Xf.messages.placeholder(),this.addI18nContext(Xf)}render(){var t,e;let o={"ft-search-input":!0,"ft-search-input--with-suggestions":null!==(e=null===(t=this.suggestResults)||void 0===t?void 0:t.length)&&void 0!==e&&e,"ft-search-input--with-suggestions-closed":this.forceCloseSuggestion};return Jt`
|
|
1296
1296
|
<div class="${Ke(o)}" @focusout=${()=>this.forceCloseSuggestion=!1}>
|
|
1297
1297
|
<div class="ft-search-input--input-container" part="input-container" tabindex="-1">
|
|
1298
1298
|
<div class="ft-search-input--input-outline" part="input-outline">
|
|
@@ -1316,7 +1316,7 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1316
1316
|
part="clear-query"
|
|
1317
1317
|
icon="close"
|
|
1318
1318
|
round dense
|
|
1319
|
-
label="${
|
|
1319
|
+
label="${Xf.messages.clearButton()}"
|
|
1320
1320
|
@click=${()=>this.liveQuery=""}
|
|
1321
1321
|
></ft-button>
|
|
1322
1322
|
<div class="ft-search-input--separator"></div>
|
|
@@ -1325,33 +1325,33 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1325
1325
|
part="launch-search-in-input"
|
|
1326
1326
|
icon="search"
|
|
1327
1327
|
round dense
|
|
1328
|
-
label="${
|
|
1328
|
+
label="${Xf.messages.searchButton()}"
|
|
1329
1329
|
@click=${()=>this.launchSearch(this.liveQuery)}
|
|
1330
1330
|
></ft-button>
|
|
1331
1331
|
</div>
|
|
1332
1332
|
</div>
|
|
1333
|
-
`}onSearchBarKeyDown(t){switch(t.key){case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestion.focusFirstSuggestion();break;case"Backspace":t.stopPropagation()}}onSearchBarKeyUp(t){switch(t.key){case"Backspace":t.stopPropagation();break;case"Enter":this.launchSearch(this.input.value)}}onInput(t){var e;null===(e=this.stateManager)||void 0===e||e.setLiveQuery(this.input.value),this.forceCloseSuggestion=!1}launchSearch(t){var e;null===(e=this.stateManager)||void 0===e||e.setQuery(t),this.forceCloseSuggestion=!0,this.dispatchEvent(new CustomEvent("change"))}onSuggestionSelected(t){this.launchSearch(t.detail)}}
|
|
1333
|
+
`}onSearchBarKeyDown(t){switch(t.key){case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestion.focusFirstSuggestion();break;case"Backspace":t.stopPropagation()}}onSearchBarKeyUp(t){switch(t.key){case"Backspace":t.stopPropagation();break;case"Enter":this.launchSearch(this.input.value)}}onInput(t){var e;null===(e=this.stateManager)||void 0===e||e.setLiveQuery(this.input.value),this.forceCloseSuggestion=!1}launchSearch(t){var e;null===(e=this.stateManager)||void 0===e||e.setQuery(t),this.forceCloseSuggestion=!0,this.dispatchEvent(new CustomEvent("change"))}onSuggestionSelected(t){this.launchSearch(t.detail)}}nh.elementDefinitions={"ft-search-input-suggestion":rh,"ft-button":Cc},nh.styles=[Wl,Ic],ih([rn()],nh.prototype,"request",void 0),ih([rn()],nh.prototype,"liveQuery",void 0),ih([rn()],nh.prototype,"suggestResults",void 0),ih([Ce()],nh.prototype,"forceCloseSuggestion",void 0),ih([Se({type:String})],nh.prototype,"placeholder",void 0),ih([Re(".ft-search-input--input")],nh.prototype,"input",void 0),ih([Re("ft-search-input-suggestion")],nh.prototype,"suggestion",void 0),go("ft-search-input")(nh);const ah=ut`
|
|
1334
1334
|
[part="no-results-message"] {
|
|
1335
1335
|
text-align: center;
|
|
1336
1336
|
padding: 12px;
|
|
1337
1337
|
}
|
|
1338
|
-
`,
|
|
1338
|
+
`,sh=ut`
|
|
1339
1339
|
a {
|
|
1340
1340
|
color: inherit;
|
|
1341
1341
|
text-decoration: inherit;
|
|
1342
1342
|
}
|
|
1343
|
-
`;class
|
|
1343
|
+
`;class lh{constructor(t){this.onResultSelected=t,this.registeredComponents=[],this.registeredMetadata=new Set}registerComponent(t){t.setResultStateManager(this),this.registeredComponents.push(t),this.bindComponent(t)}unregisterComponent(t){this.registeredComponents.splice(this.registeredComponents.indexOf(t),1),t.cluster=void 0,t.result=void 0,t.rank=void 0}registerMetadata(t){this.registeredMetadata.add(t)}unregisterMetadata(t){this.registeredMetadata.delete(t)}updateCluster(t,e){this.cluster=t,this.rank=e,this.selectResult(this.cluster.entries[0])}selectResult(t){this.result=t,this.onResultSelected(t),this.registeredComponents.forEach((t=>this.bindComponent(t)))}clear(){this.registeredComponents=[]}bindComponent(t){t.cluster=this.cluster,t.result=this.result,t.rank=this.rank}}var ch=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class fh extends CustomEvent{constructor(t){super("ft-search-result-cluster-change",{detail:t,bubbles:!0,composed:!0})}}class hh extends ji{constructor(){super(...arguments),this.index=0,this.stateManager=new lh((t=>this.onResultSelected(t)))}render(){return Jt`
|
|
1344
1344
|
<slot @register-ft-search-result-component=${this.registerComponent}></slot>
|
|
1345
|
-
`}onResultSelected(t){this.result=t,this.dispatchEvent(new
|
|
1345
|
+
`}onResultSelected(t){this.result=t,this.dispatchEvent(new fh(this.result))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){this.stateManager.registerComponent(t)}update(t){super.update(t),t.has("cluster")&&this.cluster&&this.stateManager.updateCluster(this.cluster,this.index+1)}disconnectedCallback(){super.disconnectedCallback(),this.stateManager.clear()}}hh.elementDefinitions={},hh.styles=sh,ch([Se({attribute:!1})],hh.prototype,"cluster",void 0),ch([Ce()],hh.prototype,"result",void 0),ch([Se()],hh.prototype,"index",void 0),go("ft-search-result-context")(hh);var uh=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class dh extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const ph=Symbol("registerInterval");class gh extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setResultStateManager(t){this.resultStateManager=t}unregisterResultStateManager(){this.resultStateManager&&(this.resultStateManager.unregisterComponent(this),this.resultStateManager=void 0)}connectedCallback(){super.connectedCallback(),this[ph]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[ph]):this.dispatchEvent(new dh)}disconnectedCallback(){super.disconnectedCallback(),this.unregisterResultStateManager()}}return e=ph,uh([Se({attribute:!1})],o.prototype,"cluster",void 0),uh([Se({attribute:!1})],o.prototype,"result",void 0),uh([Se({attribute:!1,type:Number})],o.prototype,"rank",void 0),o}(zf)){}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* @license
|
|
1348
1348
|
* Copyright 2018 Google LLC
|
|
1349
1349
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1350
|
-
*/function
|
|
1351
|
-
<a href="${this.result?
|
|
1350
|
+
*/function yh(t){var e,o,r,i,n;return(null!==(i=null!==(o=null===(e=t.map)||void 0===e?void 0:e.openMode)&&void 0!==o?o:null===(r=t.topic)||void 0===r?void 0:r.openMode)&&void 0!==i?i:null===(n=t.document)||void 0===n?void 0:n.openMode)===Nf.EXTERNAL}function bh(t){var e,o,r,i,n;if(yh(t))return null!==(i=null!==(o=null===(e=t.map)||void 0===e?void 0:e.originUrl)&&void 0!==o?o:null===(r=t.topic)||void 0===r?void 0:r.originUrl)&&void 0!==i?i:null===(n=t.document)||void 0===n?void 0:n.originUrl;switch(t.type){case Rf.MAP:return t.map.readerUrl;case Rf.DOCUMENT:return t.document.viewerUrl;case Rf.TOPIC:return t.topic.readerUrl}return""}function mh(t,e){return(t=>t??K)(e&&yh(t)?"_blank":void 0)}class vh extends CustomEvent{constructor(t,e){super("ft-search-result-click",{detail:{result:t,rank:e},bubbles:!0,composed:!0})}}class xh extends gh{render(){var t;return this.result?Jt`
|
|
1351
|
+
<a href="${this.result?bh(this.result):""}" @click=${this.onResultClick} target="${mh(this.result,null===(t=this.stateManager)||void 0===t?void 0:t.openExternalDocumentInNewTab)}">
|
|
1352
1352
|
<ft-typography variant="title" part="text">${Je(this.selectTitle(this.result))}</ft-typography>
|
|
1353
1353
|
</a>
|
|
1354
|
-
`:te}onResultClick(){this.dispatchEvent(new
|
|
1354
|
+
`:te}onResultClick(){this.dispatchEvent(new vh(this.result,this.rank))}selectTitle(t){switch(t.type){case"MAP":return t.map.htmlTitle;case"DOCUMENT":return t.document.htmlTitle;case"TOPIC":return t.topic.htmlTitle}return""}}xh.elementDefinitions={"ft-typography":lc},xh.styles=Wc,go("ft-search-result-title")(xh);class Oh extends gh{render(){let t=this.result?this.selectAbstract(this.result):void 0;return t?Jt`
|
|
1355
1355
|
<ft-typography variant="body1" part="text">${Je(t)}</ft-typography>
|
|
1356
1356
|
`:Jt`
|
|
1357
1357
|
<style>
|
|
@@ -1359,17 +1359,17 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1359
1359
|
display: none !important;
|
|
1360
1360
|
}
|
|
1361
1361
|
</style>
|
|
1362
|
-
`}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}}
|
|
1362
|
+
`}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}}Oh.elementDefinitions={"ft-typography":lc},Oh.styles=Lc,go("ft-search-result-abstract")(Oh);var wh=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Sh extends(rf(zf)){constructor(){super(),this.clusterPolicy="display-first-result",this.displayNoResultsMessage=!1,this.renderResult=()=>Jt`
|
|
1363
1363
|
<ft-search-result-title></ft-search-result-title>
|
|
1364
1364
|
<ft-search-result-abstract></ft-search-result-abstract>
|
|
1365
|
-
`,this.clusterSortCriterion=[],this.selectedResultByCluster={},this.addI18nContext(
|
|
1366
|
-
<ft-typography part="no-results-message" variant="body1">${
|
|
1365
|
+
`,this.clusterSortCriterion=[],this.selectedResultByCluster={},this.addI18nContext(qf)}render(){if(this.displayNoResultsMessage&&null!=this.results&&0==this.results.length)return Jt`
|
|
1366
|
+
<ft-typography part="no-results-message" variant="body1">${qf.messages.results(0)}</ft-typography>
|
|
1367
1367
|
`;const t=this.buildClusters();return De(t,(t=>t.id),((t,e)=>{var o;return Jt`
|
|
1368
1368
|
<ft-search-result-context .cluster=${t} index="${e}"
|
|
1369
1369
|
@ft-search-result-cluster-change="${e=>this.onClusterChange(t.id,e.detail)}">
|
|
1370
1370
|
${this.renderResult(null!==(o=this.selectedResultByCluster[t.id])&&void 0!==o?o:t.entries[0],e)}
|
|
1371
1371
|
</ft-search-result-context>
|
|
1372
|
-
`}))}update(t){var e;super.update(t),(t.has("clusterSortCriterion")||t.has("stateManager")&&this.clusterSortCriterion)&&(null===(e=this.stateManager)||void 0===e||e.setClusterSortCriterion(this.clusterSortCriterion))}onClusterChange(t,e){this.selectedResultByCluster[t]=e}buildClusters(){return"display-all-results"===this.clusterPolicy?this.buildAllResultsClusters():this.buildFullClusters()}buildFullClusters(){var t,e;return null!==(e=null===(t=this.results)||void 0===t?void 0:t.map((t=>({id:this.clusterId(t.entries[0]),entries:t.entries}))))&&void 0!==e?e:[]}buildAllResultsClusters(){var t,e;let o=null!==(e=null===(t=this.results)||void 0===t?void 0:t.flatMap((t=>t.entries.map((t=>({id:this.clusterId(t),entries:[t]}))))))&&void 0!==e?e:[];return this.request&&1===this.request.paging.page?o.slice(0,this.request.paging.perPage):o}clusterId(t){var e,o,r,i,n;return null!==(i=null!==(o=null===(e=t.map)||void 0===e?void 0:e.mapId)&&void 0!==o?o:null===(r=t.topic)||void 0===r?void 0:r.tocId)&&void 0!==i?i:null===(n=t.document)||void 0===n?void 0:n.documentId}}
|
|
1372
|
+
`}))}update(t){var e;super.update(t),(t.has("clusterSortCriterion")||t.has("stateManager")&&this.clusterSortCriterion)&&(null===(e=this.stateManager)||void 0===e||e.setClusterSortCriterion(this.clusterSortCriterion))}onClusterChange(t,e){this.selectedResultByCluster[t]=e}buildClusters(){return"display-all-results"===this.clusterPolicy?this.buildAllResultsClusters():this.buildFullClusters()}buildFullClusters(){var t,e;return null!==(e=null===(t=this.results)||void 0===t?void 0:t.map((t=>({id:this.clusterId(t.entries[0]),entries:t.entries}))))&&void 0!==e?e:[]}buildAllResultsClusters(){var t,e;let o=null!==(e=null===(t=this.results)||void 0===t?void 0:t.flatMap((t=>t.entries.map((t=>({id:this.clusterId(t),entries:[t]}))))))&&void 0!==e?e:[];return this.request&&1===this.request.paging.page?o.slice(0,this.request.paging.perPage):o}clusterId(t){var e,o,r,i,n;return null!==(i=null!==(o=null===(e=t.map)||void 0===e?void 0:e.mapId)&&void 0!==o?o:null===(r=t.topic)||void 0===r?void 0:r.tocId)&&void 0!==i?i:null===(n=t.document)||void 0===n?void 0:n.documentId}}Sh.styles=ah,wh([Se({type:String,attribute:"cluster-policy"})],Sh.prototype,"clusterPolicy",void 0),wh([Se({type:Boolean})],Sh.prototype,"displayNoResultsMessage",void 0),wh([Se({attribute:!1})],Sh.prototype,"renderResult",void 0),wh([yo([])],Sh.prototype,"clusterSortCriterion",void 0),wh([rn()],Sh.prototype,"request",void 0),wh([rn()],Sh.prototype,"results",void 0),go("ft-search-results")(Sh);var Ch=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Nh extends ji{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){const t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return Jt`
|
|
1373
1373
|
<div id="container" part="container" class=${Ke(t)}>
|
|
1374
1374
|
${this.clickable?Jt`
|
|
1375
1375
|
<ft-ripple primary ?selected=${this.selected}></ft-ripple>
|
|
@@ -1387,14 +1387,14 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1387
1387
|
</ft-typography>
|
|
1388
1388
|
</div>
|
|
1389
1389
|
</div>
|
|
1390
|
-
`}}
|
|
1391
|
-
`,
|
|
1390
|
+
`}}Nh.elementDefinitions={"ft-ripple":tc,"ft-typography":lc},Nh.styles=Ss,Ch([Se()],Nh.prototype,"title",void 0),Ch([Se({type:Boolean})],Nh.prototype,"clickable",void 0),Ch([Se({type:Boolean})],Nh.prototype,"selected",void 0),Ch([Se({type:Boolean})],Nh.prototype,"noHeader",void 0),go("ft-card")(Nh);const Eh=ut`
|
|
1391
|
+
`,Rh=cf.fromGwt("designedActionBlockAriaLabels");var $h=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ih extends(rf(zf)){constructor(){super(),this.currentPage=1,this.isLastPage=!0,this.addI18nContext(Rh)}render(){return this.isLastPage?te:Jt`
|
|
1392
1392
|
<ft-button @click="${this.loadMore}">
|
|
1393
|
-
${
|
|
1393
|
+
${Rh.messages.searchPageLoadMore()}
|
|
1394
1394
|
</ft-button>
|
|
1395
|
-
`}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}
|
|
1396
|
-
<style> ${
|
|
1397
|
-
<a href="${
|
|
1395
|
+
`}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}Ih.elementDefinitions={"ft-button":Cc},Ih.styles=Eh,$h([rn({store:"search",selector:t=>{var e,o;return null!==(o=null===(e=t.paging)||void 0===e?void 0:e.currentPage)&&void 0!==o?o:1}})],Ih.prototype,"currentPage",void 0),$h([rn({store:"search",selector:t=>{var e,o;return null===(o=null===(e=t.paging)||void 0===e?void 0:e.isLastPage)||void 0===o||o}})],Ih.prototype,"isLastPage",void 0),go("ft-search-load-more-button")(Ih);class kh extends CustomEvent{constructor(t){super("ft-reader-search-in-document",{composed:!0,bubbles:!0,detail:t})}}const Lh=cf.build("designedReaderSearchInDocument");var Uh=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wh extends(rf(Gf)){constructor(){super(),this.searchInDocumentQuery="",this.hideResultTitle=!1,this.hideResultBreadcrumb=!1,this.hideResultAbstract=!1,this.hideResultsNumber=!1,this.userHasDoneManualAction=!1,this.uniqueId="search-in-document-"+(""+Math.round(999e3*Math.random())).padStart(6,"0"),this.addI18nContext(Lh)}get filters(){return[{negative:!1,key:"ft:publicationId",values:[this.map.id]}]}renderResult(t,e){var o;return Jt`
|
|
1396
|
+
<style> ${Fc}</style>
|
|
1397
|
+
<a href="${bh(t)}" @click="${()=>this.onLinkClick(t,e)} }">
|
|
1398
1398
|
<ft-card clickable noheader>
|
|
1399
1399
|
<div class="result-container">
|
|
1400
1400
|
${this.hideResultTitle?te:Jt`
|
|
@@ -1416,9 +1416,9 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1416
1416
|
scope="ALL_TOPICS"
|
|
1417
1417
|
ignoreEmptyQuery
|
|
1418
1418
|
@ft-search-request-change=${t=>{var e;return null===(e=this.stateManager)||void 0===e?void 0:e.setSearchInDocumentQuery(t.detail.query)}}
|
|
1419
|
-
@ft-search-results-change=${t=>{var e,o;this.userHasDoneManualAction&&(this.dispatchEvent(new
|
|
1419
|
+
@ft-search-results-change=${t=>{var e,o;this.userHasDoneManualAction&&(this.dispatchEvent(new kh({mapId:this.map.id,mapTitle:this.map.title,metadata:null!==(o=null===(e=this.map)||void 0===e?void 0:e.metadata)&&void 0!==o?o:[],query:t.detail.request.query,searchResultsCount:t.detail.paging.totalResultsCount})),this.userHasDoneManualAction=!1)}}>
|
|
1420
1420
|
<div class="ft-search-in-doc--container">
|
|
1421
|
-
<ft-search-input placeholder=${
|
|
1421
|
+
<ft-search-input placeholder=${Lh.messages.placeholder()} @change="${()=>this.userHasDoneManualAction=!0}"></ft-search-input>
|
|
1422
1422
|
${this.hideResultsNumber?te:Jt`
|
|
1423
1423
|
<ft-search-results-number @ft-search-result-click=${t=>t.stopPropagation()}></ft-search-results-number>
|
|
1424
1424
|
`}
|
|
@@ -1431,4 +1431,4 @@ const tc=Symbol.for(""),ec=t=>{if(t?.r===tc)return t?._$litStatic$},oc=t=>({_$li
|
|
|
1431
1431
|
</slot>
|
|
1432
1432
|
</div>
|
|
1433
1433
|
</ft-search-context>
|
|
1434
|
-
`:te}update(t){super.update(t),t.has("map")&&this.searchContext&&this.searchContext.clear(),["hideResultTitle","hideResultBreadcrumb","hideResultAbstract"].some((e=>t.has(e)))&&this.searchResults&&this.searchResults.requestUpdate()}onLinkClick(t,e){this.dispatchEvent(new
|
|
1434
|
+
`:te}update(t){super.update(t),t.has("map")&&this.searchContext&&this.searchContext.clear(),["hideResultTitle","hideResultBreadcrumb","hideResultAbstract"].some((e=>t.has(e)))&&this.searchResults&&this.searchResults.requestUpdate()}onLinkClick(t,e){this.dispatchEvent(new vh(t,e))}}Wh.elementDefinitions={"ft-button":Cc,"ft-typography":lc,"ft-search-context":Tf,"ft-search-input":nh,"ft-search-results-number":Qf,"ft-search-results":Sh,"ft-search-load-more-button":Ih},Wh.styles=Bc,Uh([rn()],Wh.prototype,"map",void 0),Uh([rn()],Wh.prototype,"searchInDocumentQuery",void 0),Uh([Re("ft-search-context")],Wh.prototype,"searchContext",void 0),Uh([Re("ft-search-results")],Wh.prototype,"searchResults",void 0),Uh([Se({type:Boolean})],Wh.prototype,"hideResultTitle",void 0),Uh([Se({type:Boolean})],Wh.prototype,"hideResultBreadcrumb",void 0),Uh([Se({type:Boolean})],Wh.prototype,"hideResultAbstract",void 0),Uh([Se({type:Boolean})],Wh.prototype,"hideResultsNumber",void 0),go("ft-reader-search-in-document")(Wh),t.FtReaderSearchInDocument=Wh,t.FtReaderSearchInDocumentCssVariables=Ac,t.resultStyles=Fc,t.styles=Bc}({});
|