@fluid-topics/ft-search-input 1.1.67 → 1.1.69
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.
- package/build/ft-search-input.light.js +2 -2
- package/build/ft-search-input.min.js +213 -213
- package/package.json +9 -9
|
@@ -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=p(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),h(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},p=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?h(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)},h=(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=p(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),h(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},p=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?h(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)},h=(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(Ql){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: ${Ti};
|
|
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 Zi(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:Ti,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
|
+
`,Xi=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 Xi=Object.freeze({__proto__:null,noTextSelect:qi,safariEllipsisFix:Ji,wordWrap:Yi}),Qi=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"),pn=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[pn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[pn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[pn].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[pn].delete(e)}setupStore(t,e){this[pn].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[pn].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 hn(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[Qn]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Qn])||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)||hn(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 In(t){var e=ia[t];return e||dn(18,t),e}function $n(){return Gn}function kn(t,e){e&&(In("Patches"),t.u=[],t.s=[],t.v=e)}function Un(t){Ln(t),t.p.forEach(An),t.p=null}function Ln(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||In("ES5").S(e,t,r),r?(o[ta].P&&(Un(e),dn(4)),gn(t)&&(t=zn(e,t),e.l||_n(e,t)),e.u&&In("Patches").M(o[ta].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(Rn(e))return e;var r=e[ta];if(!r)return yn(e,(function(i,n){return Fn(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=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 Fn(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 Fn(t,e,o,r,i,n,a){if(hn(i)){var s=zn(t,i,n&&e&&3!==e.i&&!mn(e.R,r)?n.concat(r):void 0);if(vn(o,r,s),!hn(s))return;t.m=!1}else a&&o.add(i);if(gn(i)&&!Rn(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&&Nn(e,o)}function Pn(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 Kn(t,e,o){var r=On(e)?In("MapSet").F(e,o):wn(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:$n(),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):In("ES5").J(e,o);return(o?o.A:$n()).p.push(r),r}function Zn(t){return hn(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||!In("ES5").K(r)))return r.t;r.I=!0,o=Tn(e,i),r.I=!1}else o=Tn(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 Tn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Cn(t)}an=fn,sn=pn,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,Xn=Vn?Symbol.for("immer-nothing"):((Hn={})["immer-nothing"]=!0,Hn),Qn=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===Pn(t.t,e)?(Dn(t),t.o[e]=Kn(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=Pn(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!==Pn(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=Kn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?Un(s):Ln(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return kn(s,r),Bn(t,s)}),(function(t){throw Un(s),t})):(kn(s,r),Bn(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Xn&&(a=void 0),e.D&&Nn(a,!0),r){var f=[],p=[];In("Patches").M(t,a,f,p),r(f,p)}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),hn(t)&&(t=Zn(t));var e=Wn(this),o=Kn(this,t,void 0);return o[ta].C=!0,Ln(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=In("Patches").$;return hn(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 pa(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=pa(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 ha(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 p(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:p,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=p;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],p=c(f,e);if(void 0===p)throw e&&e.type,new Error(ga(14));i[l]=p,r=r||p!==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),ha(ha({},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)}),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])}}},$a=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,Ua=Object.defineProperties,La=Object.getOwnPropertyDescriptors,Wa=Object.getOwnPropertySymbols,Aa=Object.prototype.hasOwnProperty,Ba=Object.prototype.propertyIsEnumerable,za=function(t,e,o){return e in t?ka(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Fa=function(t,e){for(var o in e||(e={}))Aa.call(e,o)&&za(t,o,e[o]);if(Wa)for(var r=0,i=Wa(e);r<i.length;r++){o=i[r];Ba.call(e,o)&&za(t,o,e[o])}return t},_a=function(t,e){return Ua(t,La(e))},Pa="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,$a([void 0],t[0].concat(this)))):new(e.bind.apply(e,$a([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,$a([void 0],t[0].concat(this)))):new(e.bind.apply(e,$a([void 0],t.concat(this))))},e}(Array);function Da(t){return gn(t)?ca(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 ja;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Ea.withExtraArgument(o.extraArgument)):r.push(Ea));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,p=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 h=s;"function"==typeof h&&(h=h(o));var g=wa.apply(void 0,h),y=Oa;c&&(y=Pa(Fa({trace:!1},"object"==typeof c&&c)));var b=new Ma(g),m=b;return Array.isArray(d)?m=$a([g],d):"function"==typeof d&&(m=d(b)),va(e,p,y.apply(void 0,m))}function Ta(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 Fa(Fa({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=Fa(Fa({},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=$a([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(hn(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?Ta(c,r):Ta(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 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=Ta(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:_a(Fa({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Ta(t+"/pending",(function(t,e,o){return{payload:void 0,meta:_a(Fa({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Ta(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Ja)(t||"Rejected"),meta:_a(Fa({},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,p=(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 h=function(){return a=this,h=null,g=function(){var a,h,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(p,t,null==(h=null==o?void 0:o.getPendingMeta)?void 0:h.call(o,{requestId:p,arg:t},{getState:l,extra:c}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:l,extra:c,requestId:p,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,p,t,e.meta):r(e,p,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof qa?n(null,p,t,m.payload,m.meta):n(m,p,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,h)).next())}));var a,h,g}();return Object.assign(h,{abort:d,requestId:p,arg:t,unwrap:function(){return h.then(Xa)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Qa="listenerMiddleware";Ta(Qa+"/add"),Ta(Qa+"/removeAll"),Ta(Qa+"/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:$n(),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?hn(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),p=0;p<f;p++)n.hasOwnProperty(p)||(a[p]=!0),void 0===a[p]&&t(n[p])}}}}(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=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 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:""),ps="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(ls=window.ftGlobals)&&void 0!==ls?ls:{lit:ve,litDecorators:ke,litRepeat:Ke,litClassMap:Te,litStyleMap:qe,litUnsafeHTML:Xe,wcUtils:{...io,...oo,...ao,...lo,...mo,...Sr,...Rr,...ki,...Or,...Mi,...Di,...ho,...Vi,...Xi,...Qi,...en,...es,...Bi,...os,...cs,isSafari:fs,isTouchScreen:ps}};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")},hs=xo.extend("--ft-ripple-color","",wr.colorPrimary),gs=hs,ys=xo.extend("--ft-ripple-background-color","",hs),bs=xo.extend("--ft-ripple-color","",wr.colorSecondary),ms=bs,vs=xo.extend("--ft-ripple-background-color","",bs),xs=ut`
|
|
176
|
+
`;var Qi=Object.freeze({__proto__:null,noTextSelect:Yi,safariEllipsisFix:Xi,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"),pn=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[pn].has(t.store):this[pn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[pn].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[pn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[fn].forEach((t=>t())),this[fn]=[]}unsubscribeFromStore(t){this[pn].has(t)&&this[pn].get(t)(),this[pn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function hn(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),In(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(){hn(2)}function In(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function $n(t){var e=na[t];return e||hn(18,t),e}function kn(){return Vn}function Un(t,e){e&&($n("Patches"),t.u=[],t.s=[],t.v=e)}function Ln(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 zn(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[ea].P&&(Ln(e),hn(4)),yn(t)&&(t=Fn(e,t),e.l||Pn(e,t)),e.u&&$n("Patches").M(o[ea].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(In(e))return e;var r=e[ea];if(!r)return bn(e,(function(i,n){return _n(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=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 _n(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 _n(t,e,o,r,i,n,a){if(gn(i)){var s=Fn(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)&&!In(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&&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 Kn(t){t.o||(t.o=Nn(t.t))}function Zn(t,e,o){var r=wn(e)?$n("MapSet").F(e,o):Sn(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: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):$n("ES5").J(e,o);return(o?o.A:kn()).p.push(r),r}function Tn(t){return gn(t)||hn(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||!$n("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=pn,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,Xn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Qn=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)?(Kn(t),t.o[e]=Zn(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;Kn(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,Kn(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(){hn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){hn(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=Xn,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&&hn(6),void 0!==r&&"function"!=typeof r&&hn(7),yn(t)){var s=An(e),l=Zn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?Ln(s):Wn(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Un(s,r),zn(t,s)}),(function(t){throw Ln(s),t})):(Un(s,r),zn(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Qn&&(a=void 0),e.D&&En(a,!0),r){var f=[],p=[];$n("Patches").M(t,a,f,p),r(f,p)}return a}hn(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)||hn(8),gn(t)&&(t=Tn(t));var e=An(this),o=Zn(this,t,void 0);return o[ea].C=!0,Wn(e),o},e.finishDraft=function(t,e){var o=(t&&t[ea]).A;return Un(o,e),zn(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Xn&&hn(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 gn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),ca=new la,fa=ca.produce;function pa(t){return pa="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},pa(t)}function ua(t){var e=function(t,e){if("object"!==pa(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==pa(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===pa(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 ha(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?ha(Object(o),!0).forEach((function(e){da(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):ha(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 p(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:p,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=p;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],p=c(f,e);if(void 0===p)throw e&&e.type,new Error(ya(14));i[l]=p,r=r||p!==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,Ia=(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)}),$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])}}},ka=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},Ua=Object.defineProperty,La=Object.defineProperties,Wa=Object.getOwnPropertyDescriptors,Aa=Object.getOwnPropertySymbols,Ba=Object.prototype.hasOwnProperty,za=Object.prototype.propertyIsEnumerable,Fa=function(t,e,o){return e in t?Ua(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},_a=function(t,e){for(var o in e||(e={}))Ba.call(e,o)&&Fa(t,o,e[o]);if(Aa)for(var r=0,i=Aa(e);r<i.length;r++){o=i[r];za.call(e,o)&&Fa(t,o,e[o])}return t},Pa=function(t,e){return La(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 Ia(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 Ia(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 Ka(t){return yn(t)?fa(t,(function(){})):t}function Za(){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 Ta(t){var e,o=Za(),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,p=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 h=s;"function"==typeof h&&(h=h(o));var g=Sa.apply(void 0,h),y=wa;c&&(y=ja(_a({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,p,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 _a(_a({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:Ka(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=_a(_a({},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 Ka(t())};else{var c=Ka(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},Xa=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 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=Ha(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Pa(_a({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Ha(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Pa(_a({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Ha(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Xa)(t||"Rejected"),meta:Pa(_a({},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,p=(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 h=function(){return a=this,h=null,g=function(){var a,h,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(p,t,null==(h=null==o?void 0:o.getPendingMeta)?void 0:h.call(o,{requestId:p,arg:t},{getState:l,extra:c}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:l,extra:c,requestId:p,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,p,t,e.meta):r(e,p,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Ya?n(null,p,t,m.payload,m.meta):n(m,p,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,h)).next())}));var a,h,g}();return Object.assign(h,{abort:d,requestId:p,arg:t,unwrap:function(){return h.then(Qa)}})}}),{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),p=0;p<f;p++)n.hasOwnProperty(p)||(a[p]=!0),void 0===a[p]&&t(n[p])}}}}(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=Ta({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 ps=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:Ke,litClassMap:Te,litStyleMap:qe,litUnsafeHTML:Xe,wcUtils:{...io,...oo,...ao,...lo,...mo,...Sr,...Rr,...ki,...Or,...Mi,...Di,...ho,...qi,...Qi,...tn,...on,...os,...Bi,...rs,...fs,isSafari:ps,isTouchScreen:us}};const ds=xo.extend("--ft-ripple-color","",wr.colorContent),hs={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: ${hs.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: ${hs.backgroundColor};
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
.ft-ripple .ft-ripple--effect {
|
|
227
|
-
background-color: ${
|
|
227
|
+
background-color: ${hs.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,117 +270,117 @@ 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: ${hs.opacityContentOnSurfaceHover};
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
277
|
-
opacity: ${
|
|
277
|
+
opacity: ${hs.opacityContentOnSurfaceSelected};
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
281
|
-
opacity: ${
|
|
281
|
+
opacity: ${hs.opacityContentOnSurfaceFocused};
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
285
|
-
opacity: ${
|
|
285
|
+
opacity: ${hs.opacityContentOnSurfacePressed};
|
|
286
286
|
transform: translate(-50%, -50%) scale(1);
|
|
287
287
|
}
|
|
288
|
-
`;const
|
|
288
|
+
`;const ws=xo.extend("--ft-typography-font-family","",wr.titleFont),Ss=xo.extend("--ft-typography-font-family","",wr.contentFont),Cs={fontFamily:Ss,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")},Ns=xo.extend("--ft-typography-title-font-family","",ws),Es=xo.extend("--ft-typography-title-font-size","",Cs.fontSize,"20px"),Rs=xo.extend("--ft-typography-title-font-weight","",Cs.fontWeight,"normal"),Is=xo.extend("--ft-typography-title-letter-spacing","",Cs.letterSpacing,"0.15px"),$s=xo.extend("--ft-typography-title-line-height","",Cs.lineHeight,"1.2"),ks=xo.extend("--ft-typography-title-text-transform","",Cs.textTransform,"inherit"),Us=xo.extend("--ft-typography-title-dense-font-family","",ws),Ls=xo.extend("--ft-typography-title-dense-font-size","",Cs.fontSize,"14px"),Ws=xo.extend("--ft-typography-title-dense-font-weight","",Cs.fontWeight,"normal"),As=xo.extend("--ft-typography-title-dense-letter-spacing","",Cs.letterSpacing,"0.105px"),Bs=xo.extend("--ft-typography-title-dense-line-height","",Cs.lineHeight,"1.7"),zs=xo.extend("--ft-typography-title-dense-text-transform","",Cs.textTransform,"inherit"),Fs=xo.extend("--ft-typography-subtitle1-font-family","",Ss),_s=xo.extend("--ft-typography-subtitle1-font-size","",Cs.fontSize,"16px"),Ps=xo.extend("--ft-typography-subtitle1-font-weight","",Cs.fontWeight,"600"),js=xo.extend("--ft-typography-subtitle1-letter-spacing","",Cs.letterSpacing,"0.144px"),Ms=xo.extend("--ft-typography-subtitle1-line-height","",Cs.lineHeight,"1.5"),Ds=xo.extend("--ft-typography-subtitle1-text-transform","",Cs.textTransform,"inherit"),Ks=xo.extend("--ft-typography-subtitle2-font-family","",Ss),Zs=xo.extend("--ft-typography-subtitle2-font-size","",Cs.fontSize,"14px"),Ts=xo.extend("--ft-typography-subtitle2-font-weight","",Cs.fontWeight,"normal"),Hs=xo.extend("--ft-typography-subtitle2-letter-spacing","",Cs.letterSpacing,"0.098px"),Gs=xo.extend("--ft-typography-subtitle2-line-height","",Cs.lineHeight,"1.7"),Vs=xo.extend("--ft-typography-subtitle2-text-transform","",Cs.textTransform,"inherit"),qs=xo.extend("--ft-typography-body1-font-family","",Ss),Ys=xo.extend("--ft-typography-body1-font-size","",Cs.fontSize,"16px"),Js=xo.extend("--ft-typography-body1-font-weight","",Cs.fontWeight,"normal"),Xs=xo.extend("--ft-typography-body1-letter-spacing","",Cs.letterSpacing,"0.496px"),Qs=xo.extend("--ft-typography-body1-line-height","",Cs.lineHeight,"1.5"),tl=xo.extend("--ft-typography-body1-text-transform","",Cs.textTransform,"inherit"),el=xo.extend("--ft-typography-body2-font-family","",Ss),ol=xo.extend("--ft-typography-body2-font-size","",Cs.fontSize,"14px"),rl=xo.extend("--ft-typography-body2-font-weight","",Cs.fontWeight,"normal"),il=xo.extend("--ft-typography-body2-letter-spacing","",Cs.letterSpacing,"0.252px"),nl=xo.extend("--ft-typography-body2-line-height","",Cs.lineHeight,"1.4"),al=xo.extend("--ft-typography-body2-text-transform","",Cs.textTransform,"inherit"),sl=xo.extend("--ft-typography-caption-font-family","",Ss),ll=xo.extend("--ft-typography-caption-font-size","",Cs.fontSize,"12px"),cl=xo.extend("--ft-typography-caption-font-weight","",Cs.fontWeight,"normal"),fl=xo.extend("--ft-typography-caption-letter-spacing","",Cs.letterSpacing,"0.396px"),pl=xo.extend("--ft-typography-caption-line-height","",Cs.lineHeight,"1.33"),ul=xo.extend("--ft-typography-caption-text-transform","",Cs.textTransform,"inherit"),dl=xo.extend("--ft-typography-breadcrumb-font-family","",Ss),hl=xo.extend("--ft-typography-breadcrumb-font-size","",Cs.fontSize,"10px"),gl=xo.extend("--ft-typography-breadcrumb-font-weight","",Cs.fontWeight,"normal"),yl=xo.extend("--ft-typography-breadcrumb-letter-spacing","",Cs.letterSpacing,"0.33px"),bl=xo.extend("--ft-typography-breadcrumb-line-height","",Cs.lineHeight,"1.6"),ml=xo.extend("--ft-typography-breadcrumb-text-transform","",Cs.textTransform,"inherit"),vl=xo.extend("--ft-typography-overline-font-family","",Ss),xl=xo.extend("--ft-typography-overline-font-size","",Cs.fontSize,"10px"),Ol=xo.extend("--ft-typography-overline-font-weight","",Cs.fontWeight,"normal"),wl=xo.extend("--ft-typography-overline-letter-spacing","",Cs.letterSpacing,"1.5px"),Sl=xo.extend("--ft-typography-overline-line-height","",Cs.lineHeight,"1.6"),Cl=xo.extend("--ft-typography-overline-text-transform","",Cs.textTransform,"uppercase"),Nl={fontFamily:xo.extend("--ft-typography-button-font-family","",Ss),fontSize:xo.extend("--ft-typography-button-font-size","",Cs.fontSize,"14px"),fontWeight:xo.extend("--ft-typography-button-font-weight","",Cs.fontWeight,"600"),letterSpacing:xo.extend("--ft-typography-button-letter-spacing","",Cs.letterSpacing,"1.246px"),lineHeight:xo.extend("--ft-typography-button-line-height","",Cs.lineHeight,"1.15"),textTransform:xo.extend("--ft-typography-button-text-transform","",Cs.textTransform,"uppercase")},El=ut`
|
|
289
289
|
.ft-typography--title {
|
|
290
|
-
font-family: ${
|
|
291
|
-
font-size: ${
|
|
292
|
-
font-weight: ${
|
|
293
|
-
letter-spacing: ${
|
|
294
|
-
line-height: ${
|
|
295
|
-
text-transform: ${
|
|
296
|
-
}
|
|
297
|
-
`,El=ut`
|
|
298
|
-
.ft-typography--title-dense {
|
|
299
|
-
font-family: ${ks};
|
|
300
|
-
font-size: ${Us};
|
|
301
|
-
font-weight: ${Ls};
|
|
302
|
-
letter-spacing: ${Ws};
|
|
303
|
-
line-height: ${As};
|
|
304
|
-
text-transform: ${Bs};
|
|
290
|
+
font-family: ${Ns};
|
|
291
|
+
font-size: ${Es};
|
|
292
|
+
font-weight: ${Rs};
|
|
293
|
+
letter-spacing: ${Is};
|
|
294
|
+
line-height: ${$s};
|
|
295
|
+
text-transform: ${ks};
|
|
305
296
|
}
|
|
306
297
|
`,Rl=ut`
|
|
307
|
-
.ft-typography--
|
|
308
|
-
font-family: ${
|
|
309
|
-
font-size: ${
|
|
310
|
-
font-weight: ${
|
|
311
|
-
letter-spacing: ${
|
|
312
|
-
line-height: ${
|
|
313
|
-
text-transform: ${
|
|
298
|
+
.ft-typography--title-dense {
|
|
299
|
+
font-family: ${Us};
|
|
300
|
+
font-size: ${Ls};
|
|
301
|
+
font-weight: ${Ws};
|
|
302
|
+
letter-spacing: ${As};
|
|
303
|
+
line-height: ${Bs};
|
|
304
|
+
text-transform: ${zs};
|
|
314
305
|
}
|
|
315
306
|
`,Il=ut`
|
|
316
|
-
.ft-typography--
|
|
317
|
-
font-family: ${
|
|
318
|
-
font-size: ${
|
|
319
|
-
font-weight: ${
|
|
320
|
-
letter-spacing: ${
|
|
321
|
-
line-height: ${
|
|
322
|
-
text-transform: ${
|
|
307
|
+
.ft-typography--subtitle1 {
|
|
308
|
+
font-family: ${Fs};
|
|
309
|
+
font-size: ${_s};
|
|
310
|
+
font-weight: ${Ps};
|
|
311
|
+
letter-spacing: ${js};
|
|
312
|
+
line-height: ${Ms};
|
|
313
|
+
text-transform: ${Ds};
|
|
323
314
|
}
|
|
324
|
-
|
|
325
315
|
`,$l=ut`
|
|
326
|
-
.ft-typography--
|
|
327
|
-
font-family: ${
|
|
328
|
-
font-size: ${
|
|
329
|
-
font-weight: ${
|
|
330
|
-
letter-spacing: ${
|
|
331
|
-
line-height: ${
|
|
332
|
-
text-transform: ${
|
|
316
|
+
.ft-typography--subtitle2 {
|
|
317
|
+
font-family: ${Ks};
|
|
318
|
+
font-size: ${Zs};
|
|
319
|
+
font-weight: ${Ts};
|
|
320
|
+
letter-spacing: ${Hs};
|
|
321
|
+
line-height: ${Gs};
|
|
322
|
+
text-transform: ${Vs};
|
|
333
323
|
}
|
|
324
|
+
|
|
334
325
|
`,kl=ut`
|
|
335
|
-
.ft-typography--
|
|
336
|
-
font-family: ${
|
|
337
|
-
font-size: ${
|
|
338
|
-
font-weight: ${
|
|
339
|
-
letter-spacing: ${
|
|
340
|
-
line-height: ${
|
|
341
|
-
text-transform: ${
|
|
326
|
+
.ft-typography--body1 {
|
|
327
|
+
font-family: ${qs};
|
|
328
|
+
font-size: ${Ys};
|
|
329
|
+
font-weight: ${Js};
|
|
330
|
+
letter-spacing: ${Xs};
|
|
331
|
+
line-height: ${Qs};
|
|
332
|
+
text-transform: ${tl};
|
|
342
333
|
}
|
|
343
334
|
`,Ul=ut`
|
|
344
|
-
.ft-typography--
|
|
345
|
-
font-family: ${
|
|
346
|
-
font-size: ${
|
|
347
|
-
font-weight: ${
|
|
348
|
-
letter-spacing: ${
|
|
349
|
-
line-height: ${
|
|
350
|
-
text-transform: ${
|
|
335
|
+
.ft-typography--body2 {
|
|
336
|
+
font-family: ${el};
|
|
337
|
+
font-size: ${ol};
|
|
338
|
+
font-weight: ${rl};
|
|
339
|
+
letter-spacing: ${il};
|
|
340
|
+
line-height: ${nl};
|
|
341
|
+
text-transform: ${al};
|
|
351
342
|
}
|
|
352
343
|
`,Ll=ut`
|
|
353
|
-
.ft-typography--
|
|
354
|
-
font-family: ${
|
|
355
|
-
font-size: ${
|
|
356
|
-
font-weight: ${
|
|
357
|
-
letter-spacing: ${
|
|
358
|
-
line-height: ${
|
|
359
|
-
text-transform: ${
|
|
344
|
+
.ft-typography--caption {
|
|
345
|
+
font-family: ${sl};
|
|
346
|
+
font-size: ${ll};
|
|
347
|
+
font-weight: ${cl};
|
|
348
|
+
letter-spacing: ${fl};
|
|
349
|
+
line-height: ${pl};
|
|
350
|
+
text-transform: ${ul};
|
|
360
351
|
}
|
|
361
352
|
`,Wl=ut`
|
|
362
|
-
.ft-typography--
|
|
363
|
-
font-family: ${
|
|
364
|
-
font-size: ${
|
|
365
|
-
font-weight: ${
|
|
366
|
-
letter-spacing: ${
|
|
367
|
-
line-height: ${
|
|
368
|
-
text-transform: ${
|
|
353
|
+
.ft-typography--breadcrumb {
|
|
354
|
+
font-family: ${dl};
|
|
355
|
+
font-size: ${hl};
|
|
356
|
+
font-weight: ${gl};
|
|
357
|
+
letter-spacing: ${yl};
|
|
358
|
+
line-height: ${bl};
|
|
359
|
+
text-transform: ${ml};
|
|
369
360
|
}
|
|
370
361
|
`,Al=ut`
|
|
371
|
-
.ft-typography--
|
|
372
|
-
font-family: ${
|
|
373
|
-
font-size: ${
|
|
374
|
-
font-weight: ${
|
|
375
|
-
letter-spacing: ${
|
|
376
|
-
line-height: ${
|
|
377
|
-
text-transform: ${Cl
|
|
362
|
+
.ft-typography--overline {
|
|
363
|
+
font-family: ${vl};
|
|
364
|
+
font-size: ${xl};
|
|
365
|
+
font-weight: ${Ol};
|
|
366
|
+
letter-spacing: ${wl};
|
|
367
|
+
line-height: ${Sl};
|
|
368
|
+
text-transform: ${Cl};
|
|
378
369
|
}
|
|
379
370
|
`,Bl=ut`
|
|
371
|
+
.ft-typography--button {
|
|
372
|
+
font-family: ${Nl.fontFamily};
|
|
373
|
+
font-size: ${Nl.fontSize};
|
|
374
|
+
font-weight: ${Nl.fontWeight};
|
|
375
|
+
letter-spacing: ${Nl.letterSpacing};
|
|
376
|
+
line-height: ${Nl.lineHeight};
|
|
377
|
+
text-transform: ${Nl.textTransform};
|
|
378
|
+
}
|
|
379
|
+
`,zl=ut`
|
|
380
380
|
.ft-typography {
|
|
381
381
|
vertical-align: inherit;
|
|
382
382
|
}
|
|
383
|
-
`,
|
|
383
|
+
`,Fl=[Object.keys(qo).map((t=>function(t){const e=qo[t];return ut`
|
|
384
384
|
.ft-typography--${pt(t)} {
|
|
385
385
|
font-family: ${e.fontFamily};
|
|
386
386
|
font-size: ${e.fontSize};
|
|
@@ -389,7 +389,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
389
389
|
line-height: ${e.lineHeight};
|
|
390
390
|
text-transform: ${e.textCase};
|
|
391
391
|
}
|
|
392
|
-
`}(t)))],
|
|
392
|
+
`}(t)))],_l={color:xo.extend("--ft-loader-color","",wr.colorPrimary),size:xo.create("--ft-loader-size","","SIZE","80px")},Pl=ut`
|
|
393
393
|
:host {
|
|
394
394
|
line-height: 0;
|
|
395
395
|
}
|
|
@@ -398,8 +398,8 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
398
398
|
display: inline-block;
|
|
399
399
|
position: relative;
|
|
400
400
|
|
|
401
|
-
width: ${
|
|
402
|
-
height: ${
|
|
401
|
+
width: ${_l.size};
|
|
402
|
+
height: ${_l.size};
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.ft-loader div {
|
|
@@ -408,7 +408,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
408
408
|
width: 25%;
|
|
409
409
|
height: 25%;
|
|
410
410
|
border-radius: 50%;
|
|
411
|
-
background: ${
|
|
411
|
+
background: ${_l.color};
|
|
412
412
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
413
413
|
}
|
|
414
414
|
|
|
@@ -455,10 +455,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
455
455
|
transform: translate(0, 0);
|
|
456
456
|
}
|
|
457
457
|
100% {
|
|
458
|
-
transform: translate(calc(0.35 * ${
|
|
458
|
+
transform: translate(calc(0.35 * ${_l.size}), 0);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
`,
|
|
461
|
+
`,jl={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")},Ml=ut`
|
|
462
462
|
:host, i.ft-icon {
|
|
463
463
|
display: inline-flex;
|
|
464
464
|
align-items: center;
|
|
@@ -467,14 +467,14 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
:host {
|
|
470
|
-
width: ${
|
|
471
|
-
height: ${
|
|
470
|
+
width: ${jl.size};
|
|
471
|
+
height: ${jl.size};
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
i.ft-icon {
|
|
475
475
|
width: 100%;
|
|
476
476
|
height: 100%;
|
|
477
|
-
font-size: ${
|
|
477
|
+
font-size: ${jl.size};
|
|
478
478
|
line-height: 1;
|
|
479
479
|
font-weight: normal;
|
|
480
480
|
text-transform: none;
|
|
@@ -485,28 +485,28 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
485
485
|
text-rendering: auto;
|
|
486
486
|
-webkit-font-smoothing: antialiased;
|
|
487
487
|
-moz-osx-font-smoothing: grayscale;
|
|
488
|
-
vertical-align: ${
|
|
488
|
+
vertical-align: ${jl.verticalAlign};
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
i.ft-icon.ft-icon--fluid-topics {
|
|
492
|
-
font-family: ${
|
|
492
|
+
font-family: ${jl.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
493
493
|
|
|
494
494
|
/* Ugly fix because font is broken */
|
|
495
|
-
font-size: calc(0.75 * ${
|
|
496
|
-
line-height: ${
|
|
495
|
+
font-size: calc(0.75 * ${jl.size});
|
|
496
|
+
line-height: ${jl.size};
|
|
497
497
|
position: relative;
|
|
498
498
|
top: -4%;
|
|
499
499
|
justify-content: center;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.ft-icon--file-format {
|
|
503
|
-
font-family: ${
|
|
503
|
+
font-family: ${jl.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
.ft-icon--material {
|
|
507
|
-
font-family: ${
|
|
507
|
+
font-family: ${jl.materialFontFamily}, "Material Icons", sans-serif;
|
|
508
508
|
}
|
|
509
|
-
`,
|
|
509
|
+
`,Dl=xo.extend("--ft-button-color","",wr.colorPrimary),Kl={backgroundColor:xo.extend("--ft-button-background-color","",wr.colorSurface),borderRadius:xo.extend("--ft-button-border-radius","",wr.borderRadiusL),color:Dl,fontSize:xo.extend("--ft-button-font-size","",Nl.fontSize),iconSize:xo.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:xo.extend("--ft-button-ripple-color","",Dl),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")},Zl=xo.extend("--ft-button-primary-color","",xo.extend("--ft-button-color","",wr.colorOnPrimary)),Tl={backgroundColor:xo.extend("--ft-button-primary-background-color","",xo.extend("--ft-button-background-color","",wr.colorPrimary)),color:Zl,rippleColor:xo.extend("--ft-button-primary-ripple-color","",Zl)},Hl=xo.extend("--ft-button-dense-border-radius","",xo.extend("--ft-button-border-radius","",wr.borderRadiusM)),Gl=xo.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Vl=xo.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),ql=xo.create("--ft-button-dense-icon-padding","","SIZE","4px"),Yl=[ut`
|
|
510
510
|
:host {
|
|
511
511
|
display: inline-block;
|
|
512
512
|
max-width: 100%;
|
|
@@ -517,7 +517,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
517
517
|
box-shadow: 0px 0px 0px transparent;
|
|
518
518
|
border: 0px solid transparent;
|
|
519
519
|
text-shadow: 0px 0px 0px transparent;
|
|
520
|
-
font-size: ${
|
|
520
|
+
font-size: ${Kl.fontSize};
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
button:hover {
|
|
@@ -546,31 +546,31 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
546
546
|
border: none;
|
|
547
547
|
pointer-events: auto;
|
|
548
548
|
|
|
549
|
-
--ft-button-internal-line-height: max(calc(${
|
|
550
|
-
--ft-button-internal-color: ${
|
|
551
|
-
${Oo(
|
|
552
|
-
${Oo(
|
|
549
|
+
--ft-button-internal-line-height: max(calc(${Kl.fontSize} + 2px), ${Kl.iconSize});
|
|
550
|
+
--ft-button-internal-color: ${Kl.color};
|
|
551
|
+
${Oo(jl.size,Kl.iconSize)};
|
|
552
|
+
${Oo(hs.color,Kl.rippleColor)};
|
|
553
553
|
|
|
554
|
-
border-radius: ${
|
|
555
|
-
padding: ${
|
|
556
|
-
background-color: ${
|
|
554
|
+
border-radius: ${Kl.borderRadius};
|
|
555
|
+
padding: ${Kl.verticalPadding} ${Kl.horizontalPadding};
|
|
556
|
+
background-color: ${Kl.backgroundColor};
|
|
557
557
|
color: var(--ft-button-internal-color);
|
|
558
558
|
-webkit-mask-image: radial-gradient(white, black);
|
|
559
559
|
}
|
|
560
560
|
|
|
561
561
|
.ft-button.ft-button--outlined {
|
|
562
562
|
border: 1px solid var(--ft-button-internal-color);
|
|
563
|
-
padding: calc(${
|
|
563
|
+
padding: calc(${Kl.verticalPadding} - 1px) calc(${Kl.horizontalPadding} - 1px);
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
.ft-button.ft-button--dense {
|
|
567
|
-
padding: ${
|
|
568
|
-
border-radius: ${
|
|
569
|
-
gap: ${
|
|
567
|
+
padding: ${Gl} ${Vl};
|
|
568
|
+
border-radius: ${Hl};
|
|
569
|
+
gap: ${ql};
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
573
|
-
padding: calc(${
|
|
573
|
+
padding: calc(${Gl} - 1px) calc(${Vl} - 1px);
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
.ft-button:not([disabled]):hover {
|
|
@@ -578,22 +578,22 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
578
578
|
}
|
|
579
579
|
|
|
580
580
|
.ft-button--round {
|
|
581
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
581
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Kl.verticalPadding});
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
.ft-button--round.ft-button--dense {
|
|
585
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
585
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Gl});
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
.ft-button[disabled] {
|
|
589
589
|
filter: grayscale(1);
|
|
590
|
-
opacity: ${
|
|
590
|
+
opacity: ${Kl.opacityDisabled};
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
.ft-button.ft-button--primary {
|
|
594
|
-
background-color: ${
|
|
595
|
-
--ft-button-internal-color: ${
|
|
596
|
-
${Oo(
|
|
594
|
+
background-color: ${Tl.backgroundColor};
|
|
595
|
+
--ft-button-internal-color: ${Tl.color};
|
|
596
|
+
${Oo(hs.color,Tl.rippleColor)};
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
.ft-button:focus {
|
|
@@ -606,13 +606,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
606
606
|
white-space: nowrap;
|
|
607
607
|
text-overflow: ellipsis;
|
|
608
608
|
display: block;
|
|
609
|
-
margin: 0 ${
|
|
610
|
-
${Oo(
|
|
611
|
-
${Oo(
|
|
609
|
+
margin: 0 ${Kl.iconPadding};
|
|
610
|
+
${Oo(Nl.fontSize,"1em")};
|
|
611
|
+
${Oo(Nl.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
.ft-button--dense .ft-button--label {
|
|
615
|
-
margin: 0 ${
|
|
615
|
+
margin: 0 ${ql};
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
.ft-button--label[hidden] {
|
|
@@ -625,13 +625,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
.ft-button--label[hidden] + ft-icon {
|
|
628
|
-
margin: 0 calc(${
|
|
629
|
-
padding: 0 ${
|
|
628
|
+
margin: 0 calc(${Kl.horizontalPadding} * -1);
|
|
629
|
+
padding: 0 ${Kl.verticalPadding};
|
|
630
630
|
}
|
|
631
631
|
|
|
632
632
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
633
|
-
margin: 0 calc(${
|
|
634
|
-
padding: 0 ${
|
|
633
|
+
margin: 0 calc(${Vl} * -1);
|
|
634
|
+
padding: 0 ${Gl};
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
.ft-button:not(.ft-button--trailing-icon) ft-icon,
|
|
@@ -640,10 +640,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
ft-loader {
|
|
643
|
-
${Oo(
|
|
644
|
-
${Oo(
|
|
643
|
+
${Oo(_l.size,Kl.iconSize)};
|
|
644
|
+
${Oo(_l.color,"var(--ft-button-internal-color)")};
|
|
645
645
|
}
|
|
646
|
-
`,
|
|
646
|
+
`,Yi];var Jl=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 Xl 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`
|
|
647
647
|
<style>
|
|
648
648
|
.ft-ripple .ft-ripple--effect {
|
|
649
649
|
left: ${this.originX}px;
|
|
@@ -654,20 +654,20 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
654
654
|
<div class="ft-ripple--background"></div>
|
|
655
655
|
<div class="ft-ripple--effect"></div>
|
|
656
656
|
</div>
|
|
657
|
-
`}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()}}
|
|
657
|
+
`}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()}}Xl.elementDefinitions={},Xl.styles=Os,Jl([Se({type:Boolean})],Xl.prototype,"primary",void 0),Jl([Se({type:Boolean})],Xl.prototype,"secondary",void 0),Jl([Se({type:Boolean})],Xl.prototype,"unbounded",void 0),Jl([Se({type:Boolean})],Xl.prototype,"activated",void 0),Jl([Se({type:Boolean})],Xl.prototype,"selected",void 0),Jl([Se({type:Boolean})],Xl.prototype,"disabled",void 0),Jl([Ce()],Xl.prototype,"hovered",void 0),Jl([Ce()],Xl.prototype,"focused",void 0),Jl([Ce()],Xl.prototype,"pressed",void 0),Jl([Ce()],Xl.prototype,"rippling",void 0),Jl([Ce()],Xl.prototype,"originX",void 0),Jl([Ce()],Xl.prototype,"originY",void 0),Jl([Re(".ft-ripple")],Xl.prototype,"ripple",void 0),Jl([Re(".ft-ripple--effect")],Xl.prototype,"rippleEffect",void 0),go("ft-ripple")(Xl);
|
|
658
658
|
/**
|
|
659
659
|
* @license
|
|
660
660
|
* Copyright 2020 Google LLC
|
|
661
661
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
662
662
|
*/
|
|
663
|
-
const
|
|
664
|
-
<${
|
|
663
|
+
const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$litStatic$:t,r:Ql}),oc=new Map,rc=(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=tc(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=oc.get(t))&&(a.raw=a,oc.set(t,e=a)),o=s}return t(e,...o)})(D);var ic;!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"}(ic||(ic={}));var nc=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 ac extends ji{constructor(){super(...arguments),this.variant=ic.body1}render(){return this.element?rc`
|
|
664
|
+
<${ec(this.element)}
|
|
665
665
|
class="ft-typography ft-typography--${this.variant}">
|
|
666
666
|
<slot></slot>
|
|
667
|
-
</${
|
|
668
|
-
`:
|
|
667
|
+
</${ec(this.element)}>
|
|
668
|
+
`:rc`
|
|
669
669
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
670
|
-
`}}
|
|
670
|
+
`}}ac.styles=[El,Rl,Il,$l,kl,Ul,Ll,Wl,Al,Bl,zl,...Fl],nc([Se()],ac.prototype,"element",void 0),nc([Se()],ac.prototype,"variant",void 0),go("ft-typography")(ac);const sc={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")},lc=ut`
|
|
671
671
|
.ft-tooltip--container {
|
|
672
672
|
display: block;
|
|
673
673
|
}
|
|
@@ -682,21 +682,21 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
682
682
|
box-sizing: border-box;
|
|
683
683
|
overflow: hidden;
|
|
684
684
|
width: max-content;
|
|
685
|
-
max-width: ${
|
|
685
|
+
max-width: ${sc.maxWidth};
|
|
686
686
|
text-align: center;
|
|
687
|
-
padding: ${
|
|
688
|
-
z-index: ${
|
|
687
|
+
padding: ${sc.distance};
|
|
688
|
+
z-index: ${sc.zIndex};
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
.ft-tooltip--content {
|
|
692
692
|
padding: 4px 8px;
|
|
693
|
-
border-radius: ${
|
|
694
|
-
background-color: ${
|
|
695
|
-
color: ${
|
|
693
|
+
border-radius: ${sc.borderRadiusS};
|
|
694
|
+
background-color: ${sc.backgroundColor};
|
|
695
|
+
color: ${sc.color};
|
|
696
696
|
position: relative;
|
|
697
697
|
word-break: break-word;
|
|
698
698
|
}
|
|
699
|
-
`;var
|
|
699
|
+
`;var cc,fc,pc=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 uc 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`
|
|
700
700
|
<div part="container"
|
|
701
701
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
702
702
|
@mouseenter=${this.onHover}
|
|
@@ -714,19 +714,19 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
714
714
|
</div>
|
|
715
715
|
</div>
|
|
716
716
|
</div>
|
|
717
|
-
`}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="",$i(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":nc},pc.styles=sc,fc([Se()],pc.prototype,"text",void 0),fc([Se({type:Boolean})],pc.prototype,"manual",void 0),fc([Se({type:Boolean})],pc.prototype,"inline",void 0),fc([Se({type:Number})],pc.prototype,"delay",void 0),fc([Se()],pc.prototype,"position",void 0),fc([$e()],pc.prototype,"slotNodes",void 0),fc([Re(".ft-tooltip--container")],pc.prototype,"container",void 0),fc([Re(".ft-tooltip")],pc.prototype,"tooltip",void 0),fc([Re(".ft-tooltip--content")],pc.prototype,"tooltipContent",void 0),fc([Ce()],pc.prototype,"visible",void 0),fc([Ne({passive:!0})],pc.prototype,"onTouch",null),fc([Ne({passive:!0})],pc.prototype,"onHover",null),fc([Ne({passive:!0})],pc.prototype,"onOut",null),fc([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=""}(lc||(lc={})),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=""}(cc||(cc={}));const uc=new Map([...["abw"].map((t=>[t,cc.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,cc.AUDIO])),...["avi"].map((t=>[t,cc.AVI])),...["chm","xhs"].map((t=>[t,cc.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,cc.CODE])),...["csv"].map((t=>[t,cc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,cc.DITA])),...["epub"].map((t=>[t,cc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,cc.EXCEL])),...["flac"].map((t=>[t,cc.FLAC])),...["gif"].map((t=>[t,cc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,cc.GZIP])),...["html","htm","xhtml"].map((t=>[t,cc.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,cc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,cc.JPEG])),...["json"].map((t=>[t,cc.JSON])),...["m4a","m4p"].map((t=>[t,cc.M4A])),...["mov","qt"].map((t=>[t,cc.MOV])),...["mp3"].map((t=>[t,cc.MP3])),...["mp4","m4v"].map((t=>[t,cc.MP4])),...["ogg","oga"].map((t=>[t,cc.OGG])),...["pdf","ps"].map((t=>[t,cc.PDF])),...["png"].map((t=>[t,cc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,cc.POWERPOINT])),...["rar"].map((t=>[t,cc.RAR])),...["stp"].map((t=>[t,cc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,cc.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,cc.VIDEO])),...["wav"].map((t=>[t,cc.WAV])),...["wma"].map((t=>[t,cc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,cc.WORD])),...["xml","xsl","rdf"].map((t=>[t,cc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,cc.YAML])),...["zip"].map((t=>[t,cc.ZIP]))]),dc=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 hc;cc.ABW,cc.AUDIO,cc.AVI,cc.CHM,cc.CODE,cc.CSV,cc.DITA,cc.EPUB,cc.EXCEL,cc.FLAC,cc.GIF,cc.GZIP,cc.HTML,cc.IMAGE,cc.JPEG,cc.JSON,cc.M4A,cc.MOV,cc.MP3,cc.MP4,cc.OGG,cc.PDF,cc.PNG,cc.POWERPOINT,cc.RAR,cc.STP,cc.TEXT,cc.UNKNOWN,cc.VIDEO,cc.WAV,cc.WMA,cc.WORD,cc.XML,cc.YAML,cc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(hc||(hc={}));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 yc extends ji{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(hc).includes(this.variant)?this.variant:hc.fluid_topics,e=t!==hc.material||!!this.value;return Jt`
|
|
717
|
+
`}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="",$i(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))}}uc.elementDefinitions={"ft-typography":ac},uc.styles=lc,pc([Se()],uc.prototype,"text",void 0),pc([Se({type:Boolean})],uc.prototype,"manual",void 0),pc([Se({type:Boolean})],uc.prototype,"inline",void 0),pc([Se({type:Number})],uc.prototype,"delay",void 0),pc([Se()],uc.prototype,"position",void 0),pc([$e()],uc.prototype,"slotNodes",void 0),pc([Re(".ft-tooltip--container")],uc.prototype,"container",void 0),pc([Re(".ft-tooltip")],uc.prototype,"tooltip",void 0),pc([Re(".ft-tooltip--content")],uc.prototype,"tooltipContent",void 0),pc([Ce()],uc.prototype,"visible",void 0),pc([Ne({passive:!0})],uc.prototype,"onTouch",null),pc([Ne({passive:!0})],uc.prototype,"onHover",null),pc([Ne({passive:!0})],uc.prototype,"onOut",null),pc([Ne({passive:!0})],uc.prototype,"onClick",null),go("ft-tooltip")(uc),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=""}(cc||(cc={})),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=""}(fc||(fc={}));const dc=new Map([...["abw"].map((t=>[t,fc.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,fc.AUDIO])),...["avi"].map((t=>[t,fc.AVI])),...["chm","xhs"].map((t=>[t,fc.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,fc.CODE])),...["csv"].map((t=>[t,fc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,fc.DITA])),...["epub"].map((t=>[t,fc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,fc.EXCEL])),...["flac"].map((t=>[t,fc.FLAC])),...["gif"].map((t=>[t,fc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,fc.GZIP])),...["html","htm","xhtml"].map((t=>[t,fc.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,fc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,fc.JPEG])),...["json"].map((t=>[t,fc.JSON])),...["m4a","m4p"].map((t=>[t,fc.M4A])),...["mov","qt"].map((t=>[t,fc.MOV])),...["mp3"].map((t=>[t,fc.MP3])),...["mp4","m4v"].map((t=>[t,fc.MP4])),...["ogg","oga"].map((t=>[t,fc.OGG])),...["pdf","ps"].map((t=>[t,fc.PDF])),...["png"].map((t=>[t,fc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,fc.POWERPOINT])),...["rar"].map((t=>[t,fc.RAR])),...["stp"].map((t=>[t,fc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,fc.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,fc.VIDEO])),...["wav"].map((t=>[t,fc.WAV])),...["wma"].map((t=>[t,fc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,fc.WORD])),...["xml","xsl","rdf"].map((t=>[t,fc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,fc.YAML])),...["zip"].map((t=>[t,fc.ZIP]))]),hc=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 gc;fc.ABW,fc.AUDIO,fc.AVI,fc.CHM,fc.CODE,fc.CSV,fc.DITA,fc.EPUB,fc.EXCEL,fc.FLAC,fc.GIF,fc.GZIP,fc.HTML,fc.IMAGE,fc.JPEG,fc.JSON,fc.M4A,fc.MOV,fc.MP3,fc.MP4,fc.OGG,fc.PDF,fc.PNG,fc.POWERPOINT,fc.RAR,fc.STP,fc.TEXT,fc.UNKNOWN,fc.VIDEO,fc.WAV,fc.WMA,fc.WORD,fc.XML,fc.YAML,fc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(gc||(gc={}));var yc=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 bc extends ji{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(gc).includes(this.variant)?this.variant:gc.fluid_topics,e=t!==gc.material||!!this.value;return Jt`
|
|
718
718
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
719
719
|
${Je(this.resolvedIcon)}
|
|
720
720
|
<slot ?hidden=${e}></slot>
|
|
721
721
|
</i>
|
|
722
|
-
`}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
|
|
722
|
+
`}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 gc.file_format:this.resolvedIcon=null!==(t=fc[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case gc.material:this.resolvedIcon=this.value||te;break;default:this.resolvedIcon=null!==(e=cc[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}bc.elementDefinitions={},bc.styles=Ml,yc([Se()],bc.prototype,"variant",void 0),yc([Se()],bc.prototype,"value",void 0),yc([Ce()],bc.prototype,"resolvedIcon",void 0),yc([Re("slot")],bc.prototype,"slottedContent",void 0),go("ft-icon")(bc);class mc extends ji{render(){return Jt`
|
|
723
723
|
<div class="ft-loader">
|
|
724
724
|
<div></div>
|
|
725
725
|
<div></div>
|
|
726
726
|
<div></div>
|
|
727
727
|
<div></div>
|
|
728
728
|
</div>
|
|
729
|
-
`}}
|
|
729
|
+
`}}mc.styles=Pl,go("ft-loader")(mc);var vc=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 xc 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`
|
|
730
730
|
<button part="button"
|
|
731
731
|
class="${Ze(this.buttonClasses)}"
|
|
732
732
|
aria-label="${this.getLabel()}"
|
|
@@ -735,7 +735,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
735
735
|
<ft-typography part="label"
|
|
736
736
|
variant=${this.typographyVariant}
|
|
737
737
|
element="span"
|
|
738
|
-
class="ft-button--label ${
|
|
738
|
+
class="ft-button--label ${ps?"ft-safari-ellipsis-fix":""}"
|
|
739
739
|
?hidden=${!this.hasTextContent()}>
|
|
740
740
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
741
741
|
</ft-typography>
|
|
@@ -749,7 +749,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
749
749
|
</ft-tooltip>
|
|
750
750
|
`:t}resolveIcon(){return this.loading?Jt`
|
|
751
751
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?Jt`
|
|
752
|
-
<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}}
|
|
752
|
+
<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}}xc.elementDefinitions={"ft-ripple":Xl,"ft-tooltip":uc,"ft-typography":ac,"ft-icon":bc,"ft-loader":mc},vc([Se({type:String,reflect:!0})],xc.prototype,"role",void 0),vc([Se()],xc.prototype,"type",void 0),vc([Se({type:Boolean})],xc.prototype,"disabled",void 0),vc([Se()],xc.prototype,"label",void 0),vc([Se()],xc.prototype,"icon",void 0),vc([Se()],xc.prototype,"iconVariant",void 0),vc([Se({type:Boolean})],xc.prototype,"trailingIcon",void 0),vc([Se({type:Boolean})],xc.prototype,"loading",void 0),vc([Se()],xc.prototype,"tooltipPosition",void 0),vc([Se({type:Boolean})],xc.prototype,"hideTooltip",void 0),vc([Se({type:Boolean})],xc.prototype,"forceTooltip",void 0),vc([Re(".ft-button")],xc.prototype,"button",void 0),vc([Re(".ft-button--label slot")],xc.prototype,"slottedContent",void 0);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 xc{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"}}wc.styles=[Xi,Yl],Oc([Se({type:Boolean})],wc.prototype,"primary",void 0),Oc([Se({type:Boolean})],wc.prototype,"outlined",void 0),Oc([Se({type:Boolean})],wc.prototype,"dense",void 0),Oc([Se({type:Boolean})],wc.prototype,"round",void 0);const Sc=[ut`
|
|
753
753
|
:host {
|
|
754
754
|
display: inline-block;
|
|
755
755
|
max-width: 100%;
|
|
@@ -828,13 +828,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
828
828
|
/** Primary styles **/
|
|
829
829
|
|
|
830
830
|
.ft-button--primary {
|
|
831
|
-
${Oo(
|
|
831
|
+
${Oo(_l.color,Jo.primaryIconColor)};
|
|
832
832
|
|
|
833
|
-
${Oo(
|
|
834
|
-
${Oo(
|
|
835
|
-
${Oo(
|
|
836
|
-
${Oo(
|
|
837
|
-
${Oo(
|
|
833
|
+
${Oo(hs.color,Jo.primaryStateLayerColor)};
|
|
834
|
+
${Oo(hs.opacityContentOnSurfaceHover,Jo.primaryHoverStateLayerOpacity)};
|
|
835
|
+
${Oo(hs.opacityContentOnSurfaceFocused,Jo.primaryFocusStateLayerOpacity)};
|
|
836
|
+
${Oo(hs.opacityContentOnSurfaceSelected,Jo.primaryActiveStateLayerOpacity)};
|
|
837
|
+
${Oo(hs.opacityContentOnSurfacePressed,Jo.primaryActiveStateLayerOpacity)};
|
|
838
838
|
|
|
839
839
|
background-color: ${Jo.primaryBackgroundColor};
|
|
840
840
|
color: ${Jo.primaryColor};
|
|
@@ -852,13 +852,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
852
852
|
/** Secondary styles **/
|
|
853
853
|
|
|
854
854
|
.ft-button--secondary {
|
|
855
|
-
${Oo(
|
|
855
|
+
${Oo(_l.color,Jo.secondaryIconColor)};
|
|
856
856
|
|
|
857
|
-
${Oo(
|
|
858
|
-
${Oo(
|
|
859
|
-
${Oo(
|
|
860
|
-
${Oo(
|
|
861
|
-
${Oo(
|
|
857
|
+
${Oo(hs.color,Jo.secondaryStateLayerColor)};
|
|
858
|
+
${Oo(hs.opacityContentOnSurfaceHover,Jo.secondaryHoverStateLayerOpacity)};
|
|
859
|
+
${Oo(hs.opacityContentOnSurfaceFocused,Jo.secondaryFocusStateLayerOpacity)};
|
|
860
|
+
${Oo(hs.opacityContentOnSurfaceSelected,Jo.secondaryActiveStateLayerOpacity)};
|
|
861
|
+
${Oo(hs.opacityContentOnSurfacePressed,Jo.secondaryActiveStateLayerOpacity)};
|
|
862
862
|
|
|
863
863
|
background-color: ${Jo.secondaryBackgroundColor};
|
|
864
864
|
color: ${Jo.secondaryColor};
|
|
@@ -877,13 +877,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
877
877
|
/** Tertiary styles **/
|
|
878
878
|
|
|
879
879
|
.ft-button--tertiary {
|
|
880
|
-
${Oo(
|
|
880
|
+
${Oo(_l.color,Jo.tertiaryIconColor)};
|
|
881
881
|
|
|
882
|
-
${Oo(
|
|
883
|
-
${Oo(
|
|
884
|
-
${Oo(
|
|
885
|
-
${Oo(
|
|
886
|
-
${Oo(
|
|
882
|
+
${Oo(hs.color,Jo.tertiaryStateLayerColor)};
|
|
883
|
+
${Oo(hs.opacityContentOnSurfaceHover,Jo.tertiaryHoverStateLayerOpacity)};
|
|
884
|
+
${Oo(hs.opacityContentOnSurfaceFocused,Jo.tertiaryFocusStateLayerOpacity)};
|
|
885
|
+
${Oo(hs.opacityContentOnSurfaceSelected,Jo.tertiaryActiveStateLayerOpacity)};
|
|
886
|
+
${Oo(hs.opacityContentOnSurfacePressed,Jo.tertiaryActiveStateLayerOpacity)};
|
|
887
887
|
|
|
888
888
|
background-color: ${Jo.tertiaryBackgroundColor};
|
|
889
889
|
color: ${Jo.tertiaryColor};
|
|
@@ -901,13 +901,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
901
901
|
/** Neutral styles **/
|
|
902
902
|
|
|
903
903
|
.ft-button--neutral {
|
|
904
|
-
${Oo(
|
|
904
|
+
${Oo(_l.color,Jo.neutralIconColor)};
|
|
905
905
|
|
|
906
|
-
${Oo(
|
|
907
|
-
${Oo(
|
|
908
|
-
${Oo(
|
|
909
|
-
${Oo(
|
|
910
|
-
${Oo(
|
|
906
|
+
${Oo(hs.backgroundColor,Jo.neutralStateLayerColor)};
|
|
907
|
+
${Oo(hs.opacityContentOnSurfaceHover,Jo.neutralHoverStateLayerOpacity)};
|
|
908
|
+
${Oo(hs.opacityContentOnSurfaceFocused,Jo.neutralFocusStateLayerOpacity)};
|
|
909
|
+
${Oo(hs.opacityContentOnSurfaceSelected,Jo.neutralActiveStateLayerOpacity)};
|
|
910
|
+
${Oo(hs.opacityContentOnSurfacePressed,Jo.neutralActiveStateLayerOpacity)};
|
|
911
911
|
|
|
912
912
|
background-color: ${Jo.neutralBackgroundColor};
|
|
913
913
|
color: ${Jo.neutralColor};
|
|
@@ -925,8 +925,8 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
925
925
|
/** Large styles **/
|
|
926
926
|
|
|
927
927
|
.ft-button--large {
|
|
928
|
-
${Oo(
|
|
929
|
-
${Oo(
|
|
928
|
+
${Oo(jl.size,Jo.largeIconSize)};
|
|
929
|
+
${Oo(_l.size,Jo.largeIconSize)};
|
|
930
930
|
|
|
931
931
|
height: ${Jo.largeHeight};
|
|
932
932
|
padding: 0 ${Jo.largeHorizontalPadding};
|
|
@@ -948,8 +948,8 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
948
948
|
/** Small styles **/
|
|
949
949
|
|
|
950
950
|
.ft-button--small {
|
|
951
|
-
${Oo(
|
|
952
|
-
${Oo(
|
|
951
|
+
${Oo(jl.size,Jo.smallIconSize)};
|
|
952
|
+
${Oo(_l.size,Jo.smallIconSize)};
|
|
953
953
|
|
|
954
954
|
height: ${Jo.smallHeight};
|
|
955
955
|
padding: 0 ${Jo.smallHorizontalPadding};
|
|
@@ -967,11 +967,11 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
967
967
|
width: ${Jo.smallIconOnlyWidth};
|
|
968
968
|
padding: unset;
|
|
969
969
|
}
|
|
970
|
-
`,
|
|
970
|
+
`,Yi];var Cc=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 Nc extends xc{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?ic.caption1medium:ic.body2medium}}Nc.styles=[Xi,Sc],Cc([Se({type:Boolean})],Nc.prototype,"primary",void 0),Cc([Se({type:Boolean})],Nc.prototype,"secondary",void 0),Cc([Se({type:Boolean})],Nc.prototype,"tertiary",void 0),Cc([Se({type:Boolean})],Nc.prototype,"neutral",void 0),Cc([Se({type:Boolean})],Nc.prototype,"small",void 0),go("ft-button")(wc),go("ftds-button")(Nc);const Ec={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)},Rc=ut`
|
|
971
971
|
* {
|
|
972
972
|
box-sizing: border-box;
|
|
973
|
-
${Oo(
|
|
974
|
-
${Oo(
|
|
973
|
+
${Oo(Kl.color,Ec.buttonColor)};
|
|
974
|
+
${Oo(Kl.rippleColor,Ec.buttonRippleColor)};
|
|
975
975
|
}
|
|
976
976
|
|
|
977
977
|
.ft-search-input {
|
|
@@ -979,11 +979,11 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
979
979
|
display: flex;
|
|
980
980
|
flex-direction: row;
|
|
981
981
|
align-items: center;
|
|
982
|
-
height: ${
|
|
982
|
+
height: ${Ec.height};
|
|
983
983
|
|
|
984
|
-
background: ${
|
|
985
|
-
border: 1px solid ${
|
|
986
|
-
border-radius: ${
|
|
984
|
+
background: ${Ec.colorSurface};
|
|
985
|
+
border: 1px solid ${Ec.colorOutline};
|
|
986
|
+
border-radius: ${Ec.borderRadius};
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.ft-search-input--input-container {
|
|
@@ -998,11 +998,11 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
998
998
|
width: 100%;
|
|
999
999
|
display: grid;
|
|
1000
1000
|
padding: 0 8px;
|
|
1001
|
-
border-radius: ${
|
|
1001
|
+
border-radius: ${Ec.borderRadius};
|
|
1002
1002
|
}
|
|
1003
1003
|
|
|
1004
1004
|
.ft-search-input--input-container:focus-within .ft-search-input--input-outline {
|
|
1005
|
-
outline: 2px solid ${
|
|
1005
|
+
outline: 2px solid ${Ec.focusOutlineColor};
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
1008
|
.ft-search-input--input {
|
|
@@ -1010,12 +1010,12 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1010
1010
|
width: 100%;
|
|
1011
1011
|
border: none;
|
|
1012
1012
|
background-color: transparent;
|
|
1013
|
-
color: ${
|
|
1013
|
+
color: ${Ec.colorOnSurface};
|
|
1014
1014
|
outline: none;
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
1017
|
.ft-search-input--input::placeholder {
|
|
1018
|
-
color: ${
|
|
1018
|
+
color: ${Ec.colorOnSurfaceMedium};
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
1021
|
.ft-search-input--actions {
|
|
@@ -1025,13 +1025,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1025
1025
|
align-items: center;
|
|
1026
1026
|
height: 100%;
|
|
1027
1027
|
|
|
1028
|
-
${Oo(
|
|
1028
|
+
${Oo(sc.zIndex,`calc(${Ec.floatingZIndex} + 1)`)};
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
.ft-search-input > ft-button,
|
|
1032
1032
|
.ft-search-input--actions ft-button {
|
|
1033
1033
|
flex-shrink: 0;
|
|
1034
|
-
${Oo(
|
|
1034
|
+
${Oo(Kl.backgroundColor,"transparent")};
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
1037
|
.ft-search-input .ft-search-input--launch-search,
|
|
@@ -1049,31 +1049,31 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1049
1049
|
|
|
1050
1050
|
.ft-search-input--separator {
|
|
1051
1051
|
height: 20px;
|
|
1052
|
-
border-right: 1px solid ${
|
|
1052
|
+
border-right: 1px solid ${Ec.colorOutline};
|
|
1053
1053
|
}
|
|
1054
|
-
`;var Rc,Ic,$c,kc,Uc,Lc,Wc,Ac,Bc,zc,Fc,_c,Pc,jc,Mc,Dc,Kc,Zc;!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 p(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(p)}),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 h=["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(),h.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"}(Rc||(Rc={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Ic||(Ic={})),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"}($c||($c={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(kc||(kc={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(Uc||(Uc={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Lc||(Lc={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Wc||(Wc={})),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"}(Ac||(Ac={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Bc||(Bc={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(zc||(zc={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Fc||(Fc={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(_c||(_c={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Pc||(Pc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(jc||(jc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Mc||(Mc={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Dc||(Dc={})),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"}(Kc||(Kc={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(Zc||(Zc={})),Kc.PERSONAL_BOOK_SHARE_USER,Kc.PERSONAL_BOOK_USER,Kc.HTML_EXPORT_USER,Kc.PERSONAL_BOOK_USER,Kc.PDF_EXPORT_USER,Kc.PERSONAL_BOOK_USER,Kc.KHUB_ADMIN,Kc.CONTENT_PUBLISHER,Kc.ADMIN,Kc.KHUB_ADMIN,Kc.USERS_ADMIN,Kc.PORTAL_ADMIN,Kc.DEVELOPER,Kc.BETA_USER,Kc.DEBUG_USER;const Tc=ut`
|
|
1055
|
-
`,
|
|
1054
|
+
`;var Ic,$c,kc,Uc,Lc,Wc,Ac,Bc,zc,Fc,_c,Pc,jc,Mc,Dc,Kc,Zc,Tc;!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 p(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(p)}),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 h=["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(),h.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"}(Ic||(Ic={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}($c||($c={})),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"}(kc||(kc={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(Uc||(Uc={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(Lc||(Lc={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Wc||(Wc={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Ac||(Ac={})),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"}(Bc||(Bc={})),function(t){t.ASC="ASC",t.DESC="DESC"}(zc||(zc={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Fc||(Fc={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(_c||(_c={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Pc||(Pc={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(jc||(jc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Mc||(Mc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Dc||(Dc={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Kc||(Kc={})),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"}(Zc||(Zc={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(Tc||(Tc={})),Zc.PERSONAL_BOOK_SHARE_USER,Zc.PERSONAL_BOOK_USER,Zc.HTML_EXPORT_USER,Zc.PERSONAL_BOOK_USER,Zc.PDF_EXPORT_USER,Zc.PERSONAL_BOOK_USER,Zc.KHUB_ADMIN,Zc.CONTENT_PUBLISHER,Zc.ADMIN,Zc.KHUB_ADMIN,Zc.USERS_ADMIN,Zc.PORTAL_ADMIN,Zc.DEVELOPER,Zc.BETA_USER,Zc.DEBUG_USER;const Hc=ut`
|
|
1055
|
+
`,Gc=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 Vc{static get(t){const{baseUrl:e,apiIntegrationIdentifier:o}=Gc.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=Vc.get(t);if(o)e(o);else{const r=Gc.subscribe((()=>{o=Vc.get(t),o&&(r(),e(o))}))}}))}}class qc{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:Vc.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:Vc.await()}clearCache(){this.cache.clearAll()}}var Yc;const Jc=Symbol("clearAfterUnitTest");class Xc extends qc{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Yc]=()=>{this.defaultMessages={},this.cache=new ro,this.listeners={}},this.currentUiLocale=Gc.getState().uiLocale,Gc.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Gc.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)))))}}Yc=Jc,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends Xc{constructor(){super((async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends Xc{constructor(){super((async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e)))}});const Qc=window.FluidTopicsI18nService,tf=window.FluidTopicsCustomI18nService;var ef=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 of 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=()=>Vc.get(),this.messageContexts=[],this.cache=new ro,this.cleanSessionDebouncer=new so}render(){return Jt`
|
|
1056
1056
|
<slot></slot>
|
|
1057
|
-
`}update(t){super.update(t),t.has("baseUrl")&&(
|
|
1058
|
-
`;var
|
|
1057
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(Gc.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&Gc.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Gc.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&Gc.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&Gc.actions.noCustom(this.noCustom),t.has("editorMode")&&Gc.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&Gc.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&Gc.actions.session(this.session),t.has("availableUiLocales")&&Gc.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>Qc.addContext(t))),t.has("openExternalDocumentInNewTab")&&Gc.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&Gc.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&Gc.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()))}}of.elementDefinitions={},of.styles=Hc,ef([Se()],of.prototype,"baseUrl",void 0),ef([Se()],of.prototype,"apiIntegrationIdentifier",void 0),ef([Se()],of.prototype,"uiLocale",void 0),ef([yo(null)],of.prototype,"availableUiLocales",void 0),ef([yo(null)],of.prototype,"metadataConfiguration",void 0),ef([Se({type:Boolean})],of.prototype,"editorMode",void 0),ef([Se({type:Boolean})],of.prototype,"noCustom",void 0),ef([Se({type:Boolean})],of.prototype,"openExternalDocumentInNewTab",void 0),ef([Se({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],of.prototype,"noCustomComponent",void 0),ef([Se({type:Boolean})],of.prototype,"withManualResources",void 0),ef([Se({type:Boolean})],of.prototype,"navigatorOnline",void 0),ef([Se({type:Boolean})],of.prototype,"forcedOffline",void 0),ef([Se({type:Object})],of.prototype,"apiProvider",void 0),ef([yo([])],of.prototype,"messageContexts",void 0),ef([yo(void 0)],of.prototype,"session",void 0);class rf extends qc{async listMySearches(){let t=Gc.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class nf extends qc{async listMyBookmarks(){let t=Gc.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const af=es.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=Gc.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new nf,this.savedSearchesService=new rf,Gc.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=Gc.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(),af.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),af.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();af.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;af.actions.bookmarks(e)}}};window.FluidTopicsAppInfoStoreService=new class{addCommand(t,e=!1){Gc.commands.add(t,e)}consumeCommand(t){return Gc.commands.consume(t)}};window.FluidTopicsHighlightHtmlService=new class{highlightHtml(t,e){Vi(t,e)}},go("ft-app-context")(of);class sf extends Event{constructor(){super(sf.eventName)}}sf.eventName="search-context-clear-all-filters";var lf=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 cf extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const ff=Symbol("registerInterval");class pf 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 cf)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=ff,lf([Ce()],o.prototype,"stateManager",void 0),o}(dn)){}const uf=ut`
|
|
1058
|
+
`;var df=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 hf=Symbol("i18nAttributes"),gf=Symbol("i18nProperties"),yf=Symbol("i18nUnsubs");function bf(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?tf:Qc}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[hf])||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[gf])||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[hf])||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[gf])||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[gf])||void 0===t?void 0:t.values())&&void 0!==e?e:[],...[...null!==(r=null===(o=this[hf])||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[yf].has(t)||this[yf].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[yf].forEach((t=>t())),this[yf].clear()}}return e=yf,df([Se({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class mf extends(bf(ji)){}class vf extends(bf(dn)){}var xf=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 Of extends vf{constructor(){super(),this.editorMode=!1,this.addStore(Gc)}render(){return this.key&&this.context?Jt`
|
|
1059
1059
|
<span class="ft-i18n">
|
|
1060
1060
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
1061
1061
|
</span>
|
|
1062
|
-
`: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:""})}}
|
|
1062
|
+
`: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:""})}}Of.elementDefinitions={},Of.styles=uf,xf([rn()],Of.prototype,"editorMode",void 0),xf([Se()],Of.prototype,"context",void 0),xf([Se()],Of.prototype,"key",void 0),xf([yo([])],Of.prototype,"args",void 0),xf([Se()],Of.prototype,"defaultMessage",void 0);class wf{static build(t){return new wf(t)}static fromGwt(t){return new wf(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)=>Qc.resolveMessage(this.name,e,...t)})}}go("ft-i18n")(Of);const Sf=wf.build("designedSearchInput"),Cf=ut`
|
|
1063
1063
|
* {
|
|
1064
1064
|
box-sizing: border-box;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
1067
|
.ft-search-input-suggestion {
|
|
1068
1068
|
position: absolute;
|
|
1069
|
-
z-index: ${
|
|
1069
|
+
z-index: ${Ec.floatingZIndex};
|
|
1070
1070
|
top: calc(100% + 2px);
|
|
1071
1071
|
left: -1px;
|
|
1072
1072
|
right: -1px;
|
|
1073
|
-
background: ${
|
|
1074
|
-
border: 1px solid ${
|
|
1075
|
-
border-radius: 0 0 ${
|
|
1076
|
-
box-shadow: ${
|
|
1073
|
+
background: ${Ec.colorSurface};
|
|
1074
|
+
border: 1px solid ${Ec.colorOutline};
|
|
1075
|
+
border-radius: 0 0 ${Ec.borderRadius} ${Ec.borderRadius};
|
|
1076
|
+
box-shadow: ${Ec.elevation02};
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
1079
|
.ft-search-input-suggestion--suggestion {
|
|
@@ -1084,7 +1084,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1084
1084
|
padding: 8px;
|
|
1085
1085
|
gap: 8px;
|
|
1086
1086
|
cursor: pointer;
|
|
1087
|
-
color: ${
|
|
1087
|
+
color: ${Ec.colorOnSurface};
|
|
1088
1088
|
min-height: 44px;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
@@ -1101,7 +1101,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1101
1101
|
flex-grow: 1;
|
|
1102
1102
|
flex-shrink: 1;
|
|
1103
1103
|
}
|
|
1104
|
-
`;var
|
|
1104
|
+
`;var Nf=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 Ef extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t})}}let Rf=class extends pf{render(){return Jt`
|
|
1105
1105
|
<div class="ft-search-input-suggestion ft-word-wrap"
|
|
1106
1106
|
part="container"
|
|
1107
1107
|
@keydown=${t=>this.onSuggestKeyDown(t)}>
|
|
@@ -1117,9 +1117,9 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1117
1117
|
</a>
|
|
1118
1118
|
`))}
|
|
1119
1119
|
</div>
|
|
1120
|
-
`}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
|
|
1120
|
+
`}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 Ef(e))}getIcon(t){const e="DOCUMENT"===t.type?gc.file_format:gc.fluid_topics;let o;switch(t.type){case"MAP":o="BOOK"===t.editorialType?cc.BOOK:cc.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=hc.get(t))&&void 0!==o?o:t)+"/").split("/");return null!==(n=null!==(i=null!==(r=dc.get(s))&&void 0!==r?r:dc.get(e))&&void 0!==i?i:dc.get(a))&&void 0!==n?n:fc.UNKNOWN}(t.mimeType,t.filenameExtension);break;case"TOPIC":o=cc.TOPICS}return Jt`
|
|
1121
1121
|
<ft-icon .variant="${e}" .value="${o}" part="suggestion-icon"></ft-icon>
|
|
1122
|
-
`}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()}};
|
|
1122
|
+
`}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()}};Rf.elementDefinitions={"ft-ripple":Xl,"ft-typography":ac,"ft-icon":bc},Rf.styles=[Ji,Cf],Nf([rn()],Rf.prototype,"suggestResults",void 0),Rf=Nf([xe("ft-search-input-suggestion")],Rf);var If=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 $f extends(bf(pf)){constructor(){super(),this.liveQuery="",this.forceCloseSuggestion=!1,this.placeholder=Sf.messages.placeholder(),this.addI18nContext(Sf)}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`
|
|
1123
1123
|
<div class="${Ze(o)}" @focusout=${()=>this.forceCloseSuggestion=!1}>
|
|
1124
1124
|
<div class="ft-search-input--input-container" part="input-container" tabindex="-1">
|
|
1125
1125
|
<div class="ft-search-input--input-outline" part="input-outline">
|
|
@@ -1143,7 +1143,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1143
1143
|
part="clear-query"
|
|
1144
1144
|
icon="close"
|
|
1145
1145
|
round dense
|
|
1146
|
-
label="${
|
|
1146
|
+
label="${Sf.messages.clearButton()}"
|
|
1147
1147
|
@click=${()=>this.liveQuery=""}
|
|
1148
1148
|
></ft-button>
|
|
1149
1149
|
<div class="ft-search-input--separator"></div>
|
|
@@ -1152,9 +1152,9 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
1152
1152
|
part="launch-search-in-input"
|
|
1153
1153
|
icon="search"
|
|
1154
1154
|
round dense
|
|
1155
|
-
label="${
|
|
1155
|
+
label="${Sf.messages.searchButton()}"
|
|
1156
1156
|
@click=${()=>this.launchSearch(this.liveQuery)}
|
|
1157
1157
|
></ft-button>
|
|
1158
1158
|
</div>
|
|
1159
1159
|
</div>
|
|
1160
|
-
`}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)}}
|
|
1160
|
+
`}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)}}$f.elementDefinitions={"ft-search-input-suggestion":Rf,"ft-button":wc},$f.styles=[Ul,Rc],If([rn()],$f.prototype,"request",void 0),If([rn()],$f.prototype,"liveQuery",void 0),If([rn()],$f.prototype,"suggestResults",void 0),If([Ce()],$f.prototype,"forceCloseSuggestion",void 0),If([Se({type:String})],$f.prototype,"placeholder",void 0),If([Re(".ft-search-input--input")],$f.prototype,"input",void 0),If([Re("ft-search-input-suggestion")],$f.prototype,"suggestion",void 0),go("ft-search-input")($f),t.FtSearchInput=$f,t.FtSearchInputCssVariables=Ec,t.styles=Rc}({});
|