@fluid-topics/ft-search-load-more-button 1.1.68 → 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.
|
@@ -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||[]);d(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 u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),h(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.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=g[g.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)}},d=(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)})},u=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):u(o)},h=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){u(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)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){g.push(this),o.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,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||[]);d(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 u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),h(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.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=g[g.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)}},d=(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)})},u=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):u(o)},h=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){u(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)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){g.push(this),o.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,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: ${Zi};
|
|
143
143
|
}
|
|
144
|
-
`,Hi={className:"highlight-html-match"};
|
|
144
|
+
`,Hi={className:"highlight-html-match"};function Gi(t,e){var o;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=e?e:"")){const r=new Ki(t);if(r.unmark(Hi),e&&e.trim()){r.mark(e.replace(/"[^"]+"/g,""),{...Hi,separateWordSearch:!0});(null!==(o=e.match(/"[^"]+"/g))&&void 0!==o?o:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...Hi,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")}var Vi=Object.freeze({__proto__:null,highlightHtml:Gi,highlightHtmlColorCssVariable:Zi,highlightHtmlStyles:Ti});const qi=dt`
|
|
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
|
+
`,Yi=dt`
|
|
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
|
+
`,Ji=dt`
|
|
166
166
|
.ft-safari-ellipsis-fix {
|
|
167
167
|
margin-right: 0;
|
|
168
168
|
|
|
@@ -173,8 +173,8 @@ 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 Ji=Object.freeze({__proto__:null,noTextSelect:Vi,safariEllipsisFix:Yi,wordWrap:qi}),Xi=Object.freeze({__proto__:null});class Qi{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 tn=Object.freeze({__proto__:null,ParametrizedLabelResolver:Qi});const en=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!po(t,e),attribute:!1,...e};we(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 on{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 rn(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var nn,an,sn;const ln=Symbol("internalReduxEventsUnsubscribers"),cn=Symbol("internalStoresUnsubscribers"),fn=Symbol("internalStores");class pn extends Pi{constructor(){super(...arguments),this[nn]=new Map,this[an]=new Map,this[sn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[fn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[fn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[fn].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:rn(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[fn].delete(e)}setupStore(t,e){this[fn].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[fn].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[cn].has(t.store):this[cn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[cn].set(t,e.subscribe((()=>this.updateFromStores()))),rn(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[ln].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[cn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[ln].forEach((t=>t())),this[ln]=[]}unsubscribeFromStore(t){this[cn].has(t)&&this[cn].get(t)(),this[cn].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 un(t){return!!t&&!!t[Qn]}function hn(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)===ta}(t)||Array.isArray(t)||!!t[Xn]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Xn])||xn(t)||On(t))}function yn(t,e,o){void 0===o&&(o=!1),0===gn(t)?(o?Object.keys:ea)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function gn(t){var e=t[Qn];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:xn(t)?2:On(t)?3:0}function bn(t,e){return 2===gn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function mn(t,e,o){var r=gn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function vn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function xn(t){return Vn&&t instanceof Map}function On(t){return qn&&t instanceof Set}function wn(t){return t.o||t.t}function Sn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=oa(t);delete e[Qn];for(var o=ea(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 Cn(t,e){return void 0===e&&(e=!1),En(t)||un(t)||!hn(t)||(gn(t)>1&&(t.set=t.add=t.clear=t.delete=Nn),Object.freeze(t),e&&yn(t,(function(t,e){return Cn(e,!0)}),!0)),t}function Nn(){dn(2)}function En(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function Rn(t){var e=ra[t];return e||dn(18,t),e}function In(){return Hn}function $n(t,e){e&&(Rn("Patches"),t.u=[],t.s=[],t.v=e)}function kn(t){Un(t),t.p.forEach(Wn),t.p=null}function Un(t){t===Hn&&(Hn=t.l)}function Ln(t){return Hn={p:[],l:Hn,h:t,m:!0,_:0}}function Wn(t){var e=t[Qn];0===e.i||1===e.i?e.j():e.g=!0}function An(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||Rn("ES5").S(e,t,r),r?(o[Qn].P&&(kn(e),dn(4)),hn(t)&&(t=Bn(e,t),e.l||Fn(e,t)),e.u&&Rn("Patches").M(o[Qn].t,t,e.u,e.s)):t=Bn(e,o,[]),kn(e),e.u&&e.v(e.u,e.s),t!==Jn?t:void 0}function Bn(t,e,o){if(En(e))return e;var r=e[Qn];if(!r)return yn(e,(function(i,n){return zn(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Fn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=Sn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),yn(n,(function(e,n){return zn(t,r,i,e,n,o,a)})),Fn(t,i,!1),o&&t.u&&Rn("Patches").N(r,o,t.u,t.s)}return r.o}function zn(t,e,o,r,i,n,a){if(un(i)){var s=Bn(t,i,n&&e&&3!==e.i&&!bn(e.R,r)?n.concat(r):void 0);if(mn(o,r,s),!un(s))return;t.m=!1}else a&&o.add(i);if(hn(i)&&!En(i)){if(!t.h.D&&t._<1)return;Bn(t,i),e&&e.A.l||Fn(t,i)}}function Fn(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&Cn(e,o)}function _n(t,e){var o=t[Qn];return(o?wn(o):t)[e]}function Pn(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 jn(t){t.P||(t.P=!0,t.l&&jn(t.l))}function Mn(t){t.o||(t.o=Sn(t.t))}function Dn(t,e,o){var r=xn(e)?Rn("MapSet").F(e,o):On(e)?Rn("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:In(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=ia;o&&(i=[r],n=na);var a=Proxy.revocable(i,n),s=a.revoke,l=a.proxy;return r.k=l,r.j=s,l}(e,o):Rn("ES5").J(e,o);return(o?o.A:In()).p.push(r),r}function Kn(t){return un(t)||dn(22,t),function t(e){if(!hn(e))return e;var o,r=e[Qn],i=gn(e);if(r){if(!r.P&&(r.i<4||!Rn("ES5").K(r)))return r.t;r.I=!0,o=Zn(e,i),r.I=!1}else o=Zn(e,i);return yn(o,(function(e,i){r&&function(t,e){return 2===gn(t)?t.get(e):t[e]}(r.t,e)===i||mn(o,e,t(i))})),3===i?new Set(o):o}(t)}function Zn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Sn(t)}nn=cn,an=fn,sn=ln,pn.reduxProperties=new Map,pn.reduxReactiveProperties=new Set,pn.reduxEventListeners=new Map;var Tn,Hn,Gn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Vn="undefined"!=typeof Map,qn="undefined"!=typeof Set,Yn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Jn=Gn?Symbol.for("immer-nothing"):((Tn={})["immer-nothing"]=!0,Tn),Xn=Gn?Symbol.for("immer-draftable"):"__$immer_draftable",Qn=Gn?Symbol.for("immer-state"):"__$immer_state",ta=""+Object.prototype.constructor,ea="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,oa=Object.getOwnPropertyDescriptors||function(t){var e={};return ea(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},ra={},ia={get:function(t,e){if(e===Qn)return t;var o=wn(t);if(!bn(o,e))return function(t,e,o){var r,i=Pn(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||!hn(r)?r:r===_n(t.t,e)?(Mn(t),t.o[e]=Dn(t.A.h,r,t)):r},has:function(t,e){return e in wn(t)},ownKeys:function(t){return Reflect.ownKeys(wn(t))},set:function(t,e,o){var r=Pn(wn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=_n(wn(t),e),n=null==i?void 0:i[Qn];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(vn(o,i)&&(void 0!==o||bn(t.t,e)))return!0;Mn(t),jn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==_n(t.t,e)||e in t.t?(t.R[e]=!1,Mn(t),jn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=wn(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)}},na={};yn(ia,(function(t,e){na[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),na.deleteProperty=function(t,e){return na.set.call(this,t,e,void 0)},na.set=function(t,e,o){return ia.set.call(this,t[0],e,o,t[0])};var aa=function(){function t(t){var e=this;this.O=Yn,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),hn(t)){var s=Ln(e),l=Dn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?kn(s):Un(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return $n(s,r),An(t,s)}),(function(t){throw kn(s),t})):($n(s,r),An(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Jn&&(a=void 0),e.D&&Cn(a,!0),r){var f=[],p=[];Rn("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){hn(t)||dn(8),un(t)&&(t=Kn(t));var e=Ln(this),o=Dn(this,t,void 0);return o[Qn].C=!0,Un(e),o},e.finishDraft=function(t,e){var o=(t&&t[Qn]).A;return $n(o,e),An(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Yn&&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=Rn("Patches").$;return un(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),sa=new aa,la=sa.produce;function ca(t){return ca="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},ca(t)}function fa(t){var e=function(t,e){if("object"!==ca(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==ca(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===ca(e)?e:String(e)}function pa(t,e,o){return(e=fa(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 ua(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){pa(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 ha(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. "}sa.produceWithPatches.bind(sa),sa.setAutoFreeze.bind(sa),sa.setUseProxies.bind(sa),sa.applyPatches.bind(sa),sa.createDraft.bind(sa),sa.finishDraft.bind(sa);var ya="function"==typeof Symbol&&Symbol.observable||"@@observable",ga=function(){return Math.random().toString(36).substring(7).split("").join(".")},ba={INIT:"@@redux/INIT"+ga(),REPLACE:"@@redux/REPLACE"+ga(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ga()}};function ma(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ha(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ha(1));return o(ma)(t,e)}if("function"!=typeof t)throw new Error(ha(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(ha(3));return n}function p(t){if("function"!=typeof t)throw new Error(ha(4));if(l)throw new Error(ha(5));var e=!0;return c(),s.push(t),function(){if(e){if(l)throw new Error(ha(6));e=!1,c();var o=s.indexOf(t);s.splice(o,1),a=null}}}function d(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(ha(7));if(void 0===t.type)throw new Error(ha(8));if(l)throw new Error(ha(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 d({type:ba.INIT}),(r={dispatch:d,subscribe:p,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ha(10));i=t,d({type:ba.REPLACE})}})[ya]=function(){var t,e=p;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ha(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[ya]=function(){return this},t},r}function va(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:ba.INIT}))throw new Error(ha(12));if(void 0===o(void 0,{type:ba.PROBE_UNKNOWN_ACTION()}))throw new Error(ha(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(ha(14));i[l]=p,r=r||p!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function xa(){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 Oa(){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(ha(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=xa.apply(void 0,n)(o.dispatch),ua(ua({},o),{},{dispatch:r})}}}function wa(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 Sa=wa();Sa.withExtraArgument=wa;var Ca,Na=Sa,Ea=(Ca=function(t,e){return Ca=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])},Ca(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}Ca(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),Ra=function(t,e){var o,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){return function(n){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},Ia=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},$a=Object.defineProperty,ka=Object.defineProperties,Ua=Object.getOwnPropertyDescriptors,La=Object.getOwnPropertySymbols,Wa=Object.prototype.hasOwnProperty,Aa=Object.prototype.propertyIsEnumerable,Ba=function(t,e,o){return e in t?$a(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},za=function(t,e){for(var o in e||(e={}))Wa.call(e,o)&&Ba(t,o,e[o]);if(La)for(var r=0,i=La(e);r<i.length;r++){o=i[r];Aa.call(e,o)&&Ba(t,o,e[o])}return t},Fa=function(t,e){return ka(t,Ua(e))},_a="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?xa:xa.apply(null,arguments)};var Pa=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 Ea(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Ia([void 0],t[0].concat(this)))):new(e.bind.apply(e,Ia([void 0],t.concat(this))))},e}(Array),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 Ea(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Ia([void 0],t[0].concat(this)))):new(e.bind.apply(e,Ia([void 0],t.concat(this))))},e}(Array);function Ma(t){return hn(t)?la(t,(function(){})):t}function Da(){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 Pa;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Na.withExtraArgument(o.extraArgument)):r.push(Na));return r}(t)}}function Ka(t){var e,o=Da(),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,d=r.enhancers,u=void 0===d?void 0:d;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=va(n)}var h=s;"function"==typeof h&&(h=h(o));var y=Oa.apply(void 0,h),g=xa;c&&(g=_a(za({trace:!1},"object"==typeof c&&c)));var b=new ja(y),m=b;return Array.isArray(u)?m=Ia([y],u):"function"==typeof u&&(m=u(b)),ma(e,p,g.apply(void 0,m))}function Za(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return za(za({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ta(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 Ha(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:Ma(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},l={};function c(){var e="function"==typeof t.extraReducers?Ta(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,l=e[2],c=void 0===l?void 0:l,f=za(za({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Ta(e):[e,o,r],a=n[0],s=n[1],l=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ma(t())};else{var c=Ma(t);i=function(){return c}}function f(t,e){void 0===t&&(t=i());var o=Ia([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[l]),o.reduce((function(t,o){if(o){var r;if(un(t))return void 0===(r=o(t,e))?t:r;if(hn(t))return la(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}c&&t.addDefaultCase(c)}))}return n.forEach((function(t){var o,r,n=i[t],c=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[c]=o,l[t]=r?Za(c,r):Za(c)})),{name:e,reducer:function(t,e){return o||(o=c()),o(t,e)},actions:l,caseReducers:a,getInitialState:function(){return o||(o=c()),o.getInitialState()}}}var Ga=["name","message","stack","code"],Va=function(t,e){this.payload=t,this.meta=e},qa=function(t,e){this.payload=t,this.meta=e},Ya=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Ga;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Ja(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=Za(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Fa(za({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Za(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Fa(za({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Za(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Ya)(t||"Rejected"),meta:Fa(za({},n||{}),{arg:r,requestId:e,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,l,c){var f,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}(),d=new a;function u(t){f=t,d.abort()}var h=function(){return a=this,h=null,y=function(){var a,h,y,g,b,m;return Ra(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:c}),null===(x=g)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||d.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return d.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:d.signal,abort:u,rejectWithValue:function(t,e){return new Va(t,e)},fulfillWithValue:function(t,e){return new qa(t,e)}})).then((function(e){if(e instanceof Va)throw e;return e instanceof qa?r(e.payload,p,t,e.meta):r(e,p,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return m=v.sent(),y=m instanceof Va?n(null,p,t,m.payload,m.meta):n(m,p,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(y)&&y.meta.condition||s(y),[2,y]}var x}))},new Promise((function(t,e){var o=function(t){try{i(y.next(t))}catch(t){e(t)}},r=function(t){try{i(y.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((y=y.apply(a,h)).next())}));var a,h,y}();return Object.assign(h,{abort:u,requestId:p,arg:t,unwrap:function(){return h.then(Ja)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Xa="listenerMiddleware";Za(Xa+"/add"),Za(Xa+"/removeAll"),Za(Xa+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[Qn];return ia.get(e,t)},set:function(e){var o=this[Qn];ia.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][Qn];if(!i.P)switch(i.i){case 5:r(i)&&jn(i);break;case 4:o(i)&&jn(i)}}}function o(t){for(var e=t.t,o=t.k,r=ea(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Qn){var a=e[n];if(void 0===a&&!bn(e,n))return!0;var s=o[n],l=s&&s[Qn];if(l?l.t!==a:!vn(s,a))return!0}}var c=!!e[Qn];return r.length!==ea(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){ra[t]||(ra[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=oa(o);delete n[Qn];for(var a=ea(n),s=0;s<a.length;s++){var l=a[s];n[l]=t(l,e||!!n[l].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:In(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Qn,{value:n,writable:!0}),i},S:function(t,o,i){i?un(o)&&o[Qn].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[Qn];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)yn(n,(function(e){e!==Qn&&(void 0!==i[e]||bn(i,e)?a[e]||t(n[e]):(a[e]=!0,jn(o)))})),yn(i,(function(t){void 0!==n[t]||bn(n,t)||(a[t]=!1,jn(o))}));else if(5===s){if(r(o)&&(jn(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 Qa{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(rn(i))return i;if(null==r)return;const n=Ha({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Ka({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new Qa(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new on,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 ts=Object.freeze({__proto__:null,FtCommandQueue:on,FtLitElementRedux:pn,FtReduxStore:Qa,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))rn(e)&&e.clear()},isFtReduxStore:rn,redux:en,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 es=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 os=Symbol("elementInternals");function rs(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[os].form}constructor(...t){super(t),this[os]=this.attachInternals(),this[os].role=e}setFormValue(t){this[os].setFormValue(t)}}}var is,ns,as,ss,ls=Object.freeze({__proto__:null,toFtFormComponent:rs});const cs=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(as=null===(ns=null===(is=window.safari)||void 0===is?void 0:is.pushNotification)||void 0===ns?void 0:ns.toString())&&void 0!==as?as:""),fs="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(ss=window.ftGlobals)&&void 0!==ss?ss:{lit:ve,litDecorators:$e,litRepeat:De,litClassMap:Ze,litStyleMap:Ve,litUnsafeHTML:Je,wcUtils:{...ro,...eo,...no,...so,...bo,...wr,...Er,...$i,...xr,...ji,...Mi,...uo,...Gi,...Ji,...Xi,...tn,...ts,...Ai,...es,...ls,isSafari:cs,isTouchScreen:fs}};const ps=dt`
|
|
177
|
-
`,
|
|
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)=>!po(t,e),attribute:!1,...e};we(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 dn extends Pi{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 un(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 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)===ea}(t)||Array.isArray(t)||!!t[Qn]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Qn])||On(t)||wn(t))}function gn(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)||!yn(t)||(bn(t)>1&&(t.set=t.add=t.clear=t.delete=En),Object.freeze(t),e&&gn(t,(function(t,e){return Nn(e,!0)}),!0)),t}function En(){un(2)}function Rn(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function In(t){var e=ia[t];return e||un(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),un(4)),yn(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 gn(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),gn(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(yn(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)||un(22,t),function t(e){if(!yn(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 gn(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,dn.reduxProperties=new Map,dn.reduxReactiveProperties=new Set,dn.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||!yn(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(){un(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){un(12)}},aa={};gn(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&&un(6),void 0!==r&&"function"!=typeof r&&un(7),yn(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}un(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)||un(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&&un(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 da(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 ua(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?ua(Object(o),!0).forEach((function(e){da(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):ua(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. "}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 ga="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(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(va)(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 d(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 d({type:ma.INIT}),(r={dispatch:d,subscribe:p,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ya(10));i=t,d({type:ma.REPLACE})}})[ga]=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)}}})[ga]=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(ya(12));if(void 0===o(void 0,{type:ma.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 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(ya(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 yn(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,d=r.enhancers,u=void 0===d?void 0:d;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 y=wa.apply(void 0,h),g=Oa;c&&(g=Pa(Fa({trace:!1},"object"==typeof c&&c)));var b=new Ma(y),m=b;return Array.isArray(u)?m=$a([y],u):"function"==typeof u&&(m=u(b)),va(e,p,g.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(yn(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}(),d=new a;function u(t){f=t,d.abort()}var h=function(){return a=this,h=null,y=function(){var a,h,y,g,b,m;return Ia(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:c}),null===(x=g)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||d.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return d.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:d.signal,abort:u,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 y=v.sent(),[3,5];case 4:return m=v.sent(),y=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(y)&&y.meta.condition||s(y),[2,y]}var x}))},new Promise((function(t,e){var o=function(t){try{i(y.next(t))}catch(t){e(t)}},r=function(t){try{i(y.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((y=y.apply(a,h)).next())}));var a,h,y}();return Object.assign(h,{abort:u,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)gn(n,(function(e){e!==ta&&(void 0!==i[e]||mn(i,e)?a[e]||t(n[e]):(a[e]=!0,Mn(o)))})),gn(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:dn,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:$e,litRepeat:De,litClassMap:Ze,litStyleMap:Ve,litUnsafeHTML:Je,wcUtils:{...ro,...eo,...no,...so,...bo,...wr,...Er,...$i,...xr,...ji,...Mi,...uo,...Vi,...Xi,...Qi,...en,...es,...Ai,...os,...cs,isSafari:fs,isTouchScreen:ps}};const ds=dt`
|
|
177
|
+
`,us=vo.extend("--ft-ripple-color","",Or.colorContent),hs={color:us,backgroundColor:vo.extend("--ft-ripple-background-color","",us),opacityContentOnSurfacePressed:vo.external(Or.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:vo.external(Or.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:vo.external(Or.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:vo.external(Or.opacityContentOnSurfaceSelected,"Design system"),borderRadius:vo.create("--ft-ripple-border-radius","","SIZE","0px")},ys=vo.extend("--ft-ripple-color","",Or.colorPrimary),gs=ys,bs=vo.extend("--ft-ripple-background-color","",ys),ms=vo.extend("--ft-ripple-color","",Or.colorSecondary),vs=ms,xs=vo.extend("--ft-ripple-background-color","",ms),Os=dt`
|
|
178
178
|
:host {
|
|
179
179
|
display: contents;
|
|
180
180
|
}
|
|
@@ -187,7 +187,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
187
187
|
|
|
188
188
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
189
189
|
overflow: hidden;
|
|
190
|
-
border-radius: ${
|
|
190
|
+
border-radius: ${hs.borderRadius};
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.ft-ripple .ft-ripple--background,
|
|
@@ -221,27 +221,27 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
.ft-ripple .ft-ripple--background {
|
|
224
|
-
background-color: ${
|
|
224
|
+
background-color: ${hs.backgroundColor};
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.ft-ripple .ft-ripple--effect {
|
|
228
|
-
background-color: ${
|
|
228
|
+
background-color: ${hs.color};
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
232
|
-
background-color: ${
|
|
232
|
+
background-color: ${xs};
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
236
|
-
background-color: ${
|
|
236
|
+
background-color: ${vs};
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
240
|
-
background-color: ${
|
|
240
|
+
background-color: ${bs};
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
244
|
-
background-color: ${
|
|
244
|
+
background-color: ${gs};
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.ft-ripple .ft-ripple--background {
|
|
@@ -271,117 +271,117 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
274
|
-
opacity: ${
|
|
274
|
+
opacity: ${hs.opacityContentOnSurfaceHover};
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
278
|
-
opacity: ${
|
|
278
|
+
opacity: ${hs.opacityContentOnSurfaceSelected};
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
282
|
-
opacity: ${
|
|
282
|
+
opacity: ${hs.opacityContentOnSurfaceFocused};
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
286
|
-
opacity: ${
|
|
286
|
+
opacity: ${hs.opacityContentOnSurfacePressed};
|
|
287
287
|
transform: translate(-50%, -50%) scale(1);
|
|
288
288
|
}
|
|
289
|
-
`;const
|
|
289
|
+
`;const ws=vo.extend("--ft-typography-font-family","",Or.titleFont),Ss=vo.extend("--ft-typography-font-family","",Or.contentFont),Cs={fontFamily:Ss,fontSize:vo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:vo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:vo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:vo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:vo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ns=vo.extend("--ft-typography-title-font-family","",ws),Es=vo.extend("--ft-typography-title-font-size","",Cs.fontSize,"20px"),Rs=vo.extend("--ft-typography-title-font-weight","",Cs.fontWeight,"normal"),Is=vo.extend("--ft-typography-title-letter-spacing","",Cs.letterSpacing,"0.15px"),$s=vo.extend("--ft-typography-title-line-height","",Cs.lineHeight,"1.2"),ks=vo.extend("--ft-typography-title-text-transform","",Cs.textTransform,"inherit"),Us=vo.extend("--ft-typography-title-dense-font-family","",ws),Ls=vo.extend("--ft-typography-title-dense-font-size","",Cs.fontSize,"14px"),Ws=vo.extend("--ft-typography-title-dense-font-weight","",Cs.fontWeight,"normal"),As=vo.extend("--ft-typography-title-dense-letter-spacing","",Cs.letterSpacing,"0.105px"),Bs=vo.extend("--ft-typography-title-dense-line-height","",Cs.lineHeight,"1.7"),zs=vo.extend("--ft-typography-title-dense-text-transform","",Cs.textTransform,"inherit"),Fs=vo.extend("--ft-typography-subtitle1-font-family","",Ss),_s=vo.extend("--ft-typography-subtitle1-font-size","",Cs.fontSize,"16px"),Ps=vo.extend("--ft-typography-subtitle1-font-weight","",Cs.fontWeight,"600"),js=vo.extend("--ft-typography-subtitle1-letter-spacing","",Cs.letterSpacing,"0.144px"),Ms=vo.extend("--ft-typography-subtitle1-line-height","",Cs.lineHeight,"1.5"),Ds=vo.extend("--ft-typography-subtitle1-text-transform","",Cs.textTransform,"inherit"),Ks=vo.extend("--ft-typography-subtitle2-font-family","",Ss),Zs=vo.extend("--ft-typography-subtitle2-font-size","",Cs.fontSize,"14px"),Ts=vo.extend("--ft-typography-subtitle2-font-weight","",Cs.fontWeight,"normal"),Hs=vo.extend("--ft-typography-subtitle2-letter-spacing","",Cs.letterSpacing,"0.098px"),Gs=vo.extend("--ft-typography-subtitle2-line-height","",Cs.lineHeight,"1.7"),Vs=vo.extend("--ft-typography-subtitle2-text-transform","",Cs.textTransform,"inherit"),qs=vo.extend("--ft-typography-body1-font-family","",Ss),Ys=vo.extend("--ft-typography-body1-font-size","",Cs.fontSize,"16px"),Js=vo.extend("--ft-typography-body1-font-weight","",Cs.fontWeight,"normal"),Xs=vo.extend("--ft-typography-body1-letter-spacing","",Cs.letterSpacing,"0.496px"),Qs=vo.extend("--ft-typography-body1-line-height","",Cs.lineHeight,"1.5"),tl=vo.extend("--ft-typography-body1-text-transform","",Cs.textTransform,"inherit"),el=vo.extend("--ft-typography-body2-font-family","",Ss),ol=vo.extend("--ft-typography-body2-font-size","",Cs.fontSize,"14px"),rl=vo.extend("--ft-typography-body2-font-weight","",Cs.fontWeight,"normal"),il=vo.extend("--ft-typography-body2-letter-spacing","",Cs.letterSpacing,"0.252px"),nl=vo.extend("--ft-typography-body2-line-height","",Cs.lineHeight,"1.4"),al=vo.extend("--ft-typography-body2-text-transform","",Cs.textTransform,"inherit"),sl=vo.extend("--ft-typography-caption-font-family","",Ss),ll=vo.extend("--ft-typography-caption-font-size","",Cs.fontSize,"12px"),cl=vo.extend("--ft-typography-caption-font-weight","",Cs.fontWeight,"normal"),fl=vo.extend("--ft-typography-caption-letter-spacing","",Cs.letterSpacing,"0.396px"),pl=vo.extend("--ft-typography-caption-line-height","",Cs.lineHeight,"1.33"),dl=vo.extend("--ft-typography-caption-text-transform","",Cs.textTransform,"inherit"),ul=vo.extend("--ft-typography-breadcrumb-font-family","",Ss),hl=vo.extend("--ft-typography-breadcrumb-font-size","",Cs.fontSize,"10px"),yl=vo.extend("--ft-typography-breadcrumb-font-weight","",Cs.fontWeight,"normal"),gl=vo.extend("--ft-typography-breadcrumb-letter-spacing","",Cs.letterSpacing,"0.33px"),bl=vo.extend("--ft-typography-breadcrumb-line-height","",Cs.lineHeight,"1.6"),ml=vo.extend("--ft-typography-breadcrumb-text-transform","",Cs.textTransform,"inherit"),vl=vo.extend("--ft-typography-overline-font-family","",Ss),xl=vo.extend("--ft-typography-overline-font-size","",Cs.fontSize,"10px"),Ol=vo.extend("--ft-typography-overline-font-weight","",Cs.fontWeight,"normal"),wl=vo.extend("--ft-typography-overline-letter-spacing","",Cs.letterSpacing,"1.5px"),Sl=vo.extend("--ft-typography-overline-line-height","",Cs.lineHeight,"1.6"),Cl=vo.extend("--ft-typography-overline-text-transform","",Cs.textTransform,"uppercase"),Nl={fontFamily:vo.extend("--ft-typography-button-font-family","",Ss),fontSize:vo.extend("--ft-typography-button-font-size","",Cs.fontSize,"14px"),fontWeight:vo.extend("--ft-typography-button-font-weight","",Cs.fontWeight,"600"),letterSpacing:vo.extend("--ft-typography-button-letter-spacing","",Cs.letterSpacing,"1.246px"),lineHeight:vo.extend("--ft-typography-button-line-height","",Cs.lineHeight,"1.15"),textTransform:vo.extend("--ft-typography-button-text-transform","",Cs.textTransform,"uppercase")},El=dt`
|
|
290
290
|
.ft-typography--title {
|
|
291
|
-
font-family: ${
|
|
292
|
-
font-size: ${
|
|
293
|
-
font-weight: ${
|
|
294
|
-
letter-spacing: ${
|
|
295
|
-
line-height: ${
|
|
296
|
-
text-transform: ${
|
|
297
|
-
}
|
|
298
|
-
`,El=dt`
|
|
299
|
-
.ft-typography--title-dense {
|
|
300
|
-
font-family: ${ks};
|
|
301
|
-
font-size: ${Us};
|
|
302
|
-
font-weight: ${Ls};
|
|
303
|
-
letter-spacing: ${Ws};
|
|
304
|
-
line-height: ${As};
|
|
305
|
-
text-transform: ${Bs};
|
|
291
|
+
font-family: ${Ns};
|
|
292
|
+
font-size: ${Es};
|
|
293
|
+
font-weight: ${Rs};
|
|
294
|
+
letter-spacing: ${Is};
|
|
295
|
+
line-height: ${$s};
|
|
296
|
+
text-transform: ${ks};
|
|
306
297
|
}
|
|
307
298
|
`,Rl=dt`
|
|
308
|
-
.ft-typography--
|
|
309
|
-
font-family: ${
|
|
310
|
-
font-size: ${
|
|
311
|
-
font-weight: ${
|
|
312
|
-
letter-spacing: ${
|
|
313
|
-
line-height: ${
|
|
314
|
-
text-transform: ${
|
|
299
|
+
.ft-typography--title-dense {
|
|
300
|
+
font-family: ${Us};
|
|
301
|
+
font-size: ${Ls};
|
|
302
|
+
font-weight: ${Ws};
|
|
303
|
+
letter-spacing: ${As};
|
|
304
|
+
line-height: ${Bs};
|
|
305
|
+
text-transform: ${zs};
|
|
315
306
|
}
|
|
316
307
|
`,Il=dt`
|
|
317
|
-
.ft-typography--
|
|
318
|
-
font-family: ${
|
|
319
|
-
font-size: ${
|
|
320
|
-
font-weight: ${
|
|
321
|
-
letter-spacing: ${
|
|
322
|
-
line-height: ${
|
|
323
|
-
text-transform: ${
|
|
308
|
+
.ft-typography--subtitle1 {
|
|
309
|
+
font-family: ${Fs};
|
|
310
|
+
font-size: ${_s};
|
|
311
|
+
font-weight: ${Ps};
|
|
312
|
+
letter-spacing: ${js};
|
|
313
|
+
line-height: ${Ms};
|
|
314
|
+
text-transform: ${Ds};
|
|
324
315
|
}
|
|
325
|
-
|
|
326
316
|
`,$l=dt`
|
|
327
|
-
.ft-typography--
|
|
328
|
-
font-family: ${
|
|
329
|
-
font-size: ${
|
|
330
|
-
font-weight: ${
|
|
331
|
-
letter-spacing: ${
|
|
332
|
-
line-height: ${
|
|
333
|
-
text-transform: ${
|
|
317
|
+
.ft-typography--subtitle2 {
|
|
318
|
+
font-family: ${Ks};
|
|
319
|
+
font-size: ${Zs};
|
|
320
|
+
font-weight: ${Ts};
|
|
321
|
+
letter-spacing: ${Hs};
|
|
322
|
+
line-height: ${Gs};
|
|
323
|
+
text-transform: ${Vs};
|
|
334
324
|
}
|
|
325
|
+
|
|
335
326
|
`,kl=dt`
|
|
336
|
-
.ft-typography--
|
|
337
|
-
font-family: ${
|
|
338
|
-
font-size: ${
|
|
339
|
-
font-weight: ${
|
|
340
|
-
letter-spacing: ${
|
|
341
|
-
line-height: ${
|
|
342
|
-
text-transform: ${
|
|
327
|
+
.ft-typography--body1 {
|
|
328
|
+
font-family: ${qs};
|
|
329
|
+
font-size: ${Ys};
|
|
330
|
+
font-weight: ${Js};
|
|
331
|
+
letter-spacing: ${Xs};
|
|
332
|
+
line-height: ${Qs};
|
|
333
|
+
text-transform: ${tl};
|
|
343
334
|
}
|
|
344
335
|
`,Ul=dt`
|
|
345
|
-
.ft-typography--
|
|
346
|
-
font-family: ${
|
|
347
|
-
font-size: ${
|
|
348
|
-
font-weight: ${
|
|
349
|
-
letter-spacing: ${
|
|
350
|
-
line-height: ${
|
|
351
|
-
text-transform: ${
|
|
336
|
+
.ft-typography--body2 {
|
|
337
|
+
font-family: ${el};
|
|
338
|
+
font-size: ${ol};
|
|
339
|
+
font-weight: ${rl};
|
|
340
|
+
letter-spacing: ${il};
|
|
341
|
+
line-height: ${nl};
|
|
342
|
+
text-transform: ${al};
|
|
352
343
|
}
|
|
353
344
|
`,Ll=dt`
|
|
354
|
-
.ft-typography--
|
|
355
|
-
font-family: ${
|
|
356
|
-
font-size: ${
|
|
357
|
-
font-weight: ${
|
|
358
|
-
letter-spacing: ${
|
|
359
|
-
line-height: ${
|
|
360
|
-
text-transform: ${
|
|
345
|
+
.ft-typography--caption {
|
|
346
|
+
font-family: ${sl};
|
|
347
|
+
font-size: ${ll};
|
|
348
|
+
font-weight: ${cl};
|
|
349
|
+
letter-spacing: ${fl};
|
|
350
|
+
line-height: ${pl};
|
|
351
|
+
text-transform: ${dl};
|
|
361
352
|
}
|
|
362
353
|
`,Wl=dt`
|
|
363
|
-
.ft-typography--
|
|
364
|
-
font-family: ${
|
|
365
|
-
font-size: ${
|
|
366
|
-
font-weight: ${
|
|
367
|
-
letter-spacing: ${
|
|
368
|
-
line-height: ${
|
|
369
|
-
text-transform: ${
|
|
354
|
+
.ft-typography--breadcrumb {
|
|
355
|
+
font-family: ${ul};
|
|
356
|
+
font-size: ${hl};
|
|
357
|
+
font-weight: ${yl};
|
|
358
|
+
letter-spacing: ${gl};
|
|
359
|
+
line-height: ${bl};
|
|
360
|
+
text-transform: ${ml};
|
|
370
361
|
}
|
|
371
362
|
`,Al=dt`
|
|
372
|
-
.ft-typography--
|
|
373
|
-
font-family: ${
|
|
374
|
-
font-size: ${
|
|
375
|
-
font-weight: ${
|
|
376
|
-
letter-spacing: ${
|
|
377
|
-
line-height: ${
|
|
378
|
-
text-transform: ${Cl
|
|
363
|
+
.ft-typography--overline {
|
|
364
|
+
font-family: ${vl};
|
|
365
|
+
font-size: ${xl};
|
|
366
|
+
font-weight: ${Ol};
|
|
367
|
+
letter-spacing: ${wl};
|
|
368
|
+
line-height: ${Sl};
|
|
369
|
+
text-transform: ${Cl};
|
|
379
370
|
}
|
|
380
371
|
`,Bl=dt`
|
|
372
|
+
.ft-typography--button {
|
|
373
|
+
font-family: ${Nl.fontFamily};
|
|
374
|
+
font-size: ${Nl.fontSize};
|
|
375
|
+
font-weight: ${Nl.fontWeight};
|
|
376
|
+
letter-spacing: ${Nl.letterSpacing};
|
|
377
|
+
line-height: ${Nl.lineHeight};
|
|
378
|
+
text-transform: ${Nl.textTransform};
|
|
379
|
+
}
|
|
380
|
+
`,zl=dt`
|
|
381
381
|
.ft-typography {
|
|
382
382
|
vertical-align: inherit;
|
|
383
383
|
}
|
|
384
|
-
`,
|
|
384
|
+
`,Fl=[Object.keys(Vo).map((t=>function(t){const e=Vo[t];return dt`
|
|
385
385
|
.ft-typography--${pt(t)} {
|
|
386
386
|
font-family: ${e.fontFamily};
|
|
387
387
|
font-size: ${e.fontSize};
|
|
@@ -390,7 +390,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
390
390
|
line-height: ${e.lineHeight};
|
|
391
391
|
text-transform: ${e.textCase};
|
|
392
392
|
}
|
|
393
|
-
`}(t)))],
|
|
393
|
+
`}(t)))],_l={color:vo.extend("--ft-loader-color","",Or.colorPrimary),size:vo.create("--ft-loader-size","","SIZE","80px")},Pl=dt`
|
|
394
394
|
:host {
|
|
395
395
|
line-height: 0;
|
|
396
396
|
}
|
|
@@ -399,8 +399,8 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
399
399
|
display: inline-block;
|
|
400
400
|
position: relative;
|
|
401
401
|
|
|
402
|
-
width: ${
|
|
403
|
-
height: ${
|
|
402
|
+
width: ${_l.size};
|
|
403
|
+
height: ${_l.size};
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
.ft-loader div {
|
|
@@ -409,7 +409,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
409
409
|
width: 25%;
|
|
410
410
|
height: 25%;
|
|
411
411
|
border-radius: 50%;
|
|
412
|
-
background: ${
|
|
412
|
+
background: ${_l.color};
|
|
413
413
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
414
414
|
}
|
|
415
415
|
|
|
@@ -456,10 +456,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
456
456
|
transform: translate(0, 0);
|
|
457
457
|
}
|
|
458
458
|
100% {
|
|
459
|
-
transform: translate(calc(0.35 * ${
|
|
459
|
+
transform: translate(calc(0.35 * ${_l.size}), 0);
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
`,
|
|
462
|
+
`,jl={size:vo.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:vo.extend("--ft-icon-fluid-topics-font-family","",vo.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:vo.extend("--ft-icon-file-format-font-family","",vo.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:vo.extend("--ft-icon-material-font-family","",vo.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:vo.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Ml=dt`
|
|
463
463
|
:host, i.ft-icon {
|
|
464
464
|
display: inline-flex;
|
|
465
465
|
align-items: center;
|
|
@@ -468,14 +468,14 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
:host {
|
|
471
|
-
width: ${
|
|
472
|
-
height: ${
|
|
471
|
+
width: ${jl.size};
|
|
472
|
+
height: ${jl.size};
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
i.ft-icon {
|
|
476
476
|
width: 100%;
|
|
477
477
|
height: 100%;
|
|
478
|
-
font-size: ${
|
|
478
|
+
font-size: ${jl.size};
|
|
479
479
|
line-height: 1;
|
|
480
480
|
font-weight: normal;
|
|
481
481
|
text-transform: none;
|
|
@@ -486,28 +486,28 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
486
486
|
text-rendering: auto;
|
|
487
487
|
-webkit-font-smoothing: antialiased;
|
|
488
488
|
-moz-osx-font-smoothing: grayscale;
|
|
489
|
-
vertical-align: ${
|
|
489
|
+
vertical-align: ${jl.verticalAlign};
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
i.ft-icon.ft-icon--fluid-topics {
|
|
493
|
-
font-family: ${
|
|
493
|
+
font-family: ${jl.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
494
494
|
|
|
495
495
|
/* Ugly fix because font is broken */
|
|
496
|
-
font-size: calc(0.75 * ${
|
|
497
|
-
line-height: ${
|
|
496
|
+
font-size: calc(0.75 * ${jl.size});
|
|
497
|
+
line-height: ${jl.size};
|
|
498
498
|
position: relative;
|
|
499
499
|
top: -4%;
|
|
500
500
|
justify-content: center;
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
.ft-icon--file-format {
|
|
504
|
-
font-family: ${
|
|
504
|
+
font-family: ${jl.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.ft-icon--material {
|
|
508
|
-
font-family: ${
|
|
508
|
+
font-family: ${jl.materialFontFamily}, "Material Icons", sans-serif;
|
|
509
509
|
}
|
|
510
|
-
`,
|
|
510
|
+
`,Dl=vo.extend("--ft-button-color","",Or.colorPrimary),Kl={backgroundColor:vo.extend("--ft-button-background-color","",Or.colorSurface),borderRadius:vo.extend("--ft-button-border-radius","",Or.borderRadiusL),color:Dl,fontSize:vo.extend("--ft-button-font-size","",Nl.fontSize),iconSize:vo.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:vo.extend("--ft-button-ripple-color","",Dl),verticalPadding:vo.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:vo.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:vo.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:vo.external(Or.colorOpacityDisabled,"Design system")},Zl=vo.extend("--ft-button-primary-color","",vo.extend("--ft-button-color","",Or.colorOnPrimary)),Tl={backgroundColor:vo.extend("--ft-button-primary-background-color","",vo.extend("--ft-button-background-color","",Or.colorPrimary)),color:Zl,rippleColor:vo.extend("--ft-button-primary-ripple-color","",Zl)},Hl=vo.extend("--ft-button-dense-border-radius","",vo.extend("--ft-button-border-radius","",Or.borderRadiusM)),Gl=vo.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Vl=vo.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),ql=vo.create("--ft-button-dense-icon-padding","","SIZE","4px"),Yl=[dt`
|
|
511
511
|
:host {
|
|
512
512
|
display: inline-block;
|
|
513
513
|
max-width: 100%;
|
|
@@ -518,7 +518,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
518
518
|
box-shadow: 0px 0px 0px transparent;
|
|
519
519
|
border: 0px solid transparent;
|
|
520
520
|
text-shadow: 0px 0px 0px transparent;
|
|
521
|
-
font-size: ${
|
|
521
|
+
font-size: ${Kl.fontSize};
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
button:hover {
|
|
@@ -547,31 +547,31 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
547
547
|
border: none;
|
|
548
548
|
pointer-events: auto;
|
|
549
549
|
|
|
550
|
-
--ft-button-internal-line-height: max(calc(${
|
|
551
|
-
--ft-button-internal-color: ${
|
|
552
|
-
${xo(
|
|
553
|
-
${xo(
|
|
550
|
+
--ft-button-internal-line-height: max(calc(${Kl.fontSize} + 2px), ${Kl.iconSize});
|
|
551
|
+
--ft-button-internal-color: ${Kl.color};
|
|
552
|
+
${xo(jl.size,Kl.iconSize)};
|
|
553
|
+
${xo(hs.color,Kl.rippleColor)};
|
|
554
554
|
|
|
555
|
-
border-radius: ${
|
|
556
|
-
padding: ${
|
|
557
|
-
background-color: ${
|
|
555
|
+
border-radius: ${Kl.borderRadius};
|
|
556
|
+
padding: ${Kl.verticalPadding} ${Kl.horizontalPadding};
|
|
557
|
+
background-color: ${Kl.backgroundColor};
|
|
558
558
|
color: var(--ft-button-internal-color);
|
|
559
559
|
-webkit-mask-image: radial-gradient(white, black);
|
|
560
560
|
}
|
|
561
561
|
|
|
562
562
|
.ft-button.ft-button--outlined {
|
|
563
563
|
border: 1px solid var(--ft-button-internal-color);
|
|
564
|
-
padding: calc(${
|
|
564
|
+
padding: calc(${Kl.verticalPadding} - 1px) calc(${Kl.horizontalPadding} - 1px);
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
.ft-button.ft-button--dense {
|
|
568
|
-
padding: ${
|
|
569
|
-
border-radius: ${
|
|
570
|
-
gap: ${
|
|
568
|
+
padding: ${Gl} ${Vl};
|
|
569
|
+
border-radius: ${Hl};
|
|
570
|
+
gap: ${ql};
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
574
|
-
padding: calc(${
|
|
574
|
+
padding: calc(${Gl} - 1px) calc(${Vl} - 1px);
|
|
575
575
|
}
|
|
576
576
|
|
|
577
577
|
.ft-button:not([disabled]):hover {
|
|
@@ -579,22 +579,22 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
.ft-button--round {
|
|
582
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
582
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Kl.verticalPadding});
|
|
583
583
|
}
|
|
584
584
|
|
|
585
585
|
.ft-button--round.ft-button--dense {
|
|
586
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
586
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Gl});
|
|
587
587
|
}
|
|
588
588
|
|
|
589
589
|
.ft-button[disabled] {
|
|
590
590
|
filter: grayscale(1);
|
|
591
|
-
opacity: ${
|
|
591
|
+
opacity: ${Kl.opacityDisabled};
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
.ft-button.ft-button--primary {
|
|
595
|
-
background-color: ${
|
|
596
|
-
--ft-button-internal-color: ${
|
|
597
|
-
${xo(
|
|
595
|
+
background-color: ${Tl.backgroundColor};
|
|
596
|
+
--ft-button-internal-color: ${Tl.color};
|
|
597
|
+
${xo(hs.color,Tl.rippleColor)};
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
.ft-button:focus {
|
|
@@ -607,13 +607,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
607
607
|
white-space: nowrap;
|
|
608
608
|
text-overflow: ellipsis;
|
|
609
609
|
display: block;
|
|
610
|
-
margin: 0 ${
|
|
611
|
-
${xo(
|
|
612
|
-
${xo(
|
|
610
|
+
margin: 0 ${Kl.iconPadding};
|
|
611
|
+
${xo(Nl.fontSize,"1em")};
|
|
612
|
+
${xo(Nl.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
.ft-button--dense .ft-button--label {
|
|
616
|
-
margin: 0 ${
|
|
616
|
+
margin: 0 ${ql};
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
.ft-button--label[hidden] {
|
|
@@ -626,13 +626,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
.ft-button--label[hidden] + ft-icon {
|
|
629
|
-
margin: 0 calc(${
|
|
630
|
-
padding: 0 ${
|
|
629
|
+
margin: 0 calc(${Kl.horizontalPadding} * -1);
|
|
630
|
+
padding: 0 ${Kl.verticalPadding};
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
634
|
-
margin: 0 calc(${
|
|
635
|
-
padding: 0 ${
|
|
634
|
+
margin: 0 calc(${Vl} * -1);
|
|
635
|
+
padding: 0 ${Gl};
|
|
636
636
|
}
|
|
637
637
|
|
|
638
638
|
.ft-button:not(.ft-button--trailing-icon) ft-icon,
|
|
@@ -641,10 +641,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
ft-loader {
|
|
644
|
-
${xo(
|
|
645
|
-
${xo(
|
|
644
|
+
${xo(_l.size,Kl.iconSize)};
|
|
645
|
+
${xo(_l.color,"var(--ft-button-internal-color)")};
|
|
646
646
|
}
|
|
647
|
-
`,
|
|
647
|
+
`,qi];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 Pi{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 ao(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 ao(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`
|
|
648
648
|
<style>
|
|
649
649
|
.ft-ripple .ft-ripple--effect {
|
|
650
650
|
left: ${this.originX}px;
|
|
@@ -655,20 +655,20 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
655
655
|
<div class="ft-ripple--background"></div>
|
|
656
656
|
<div class="ft-ripple--effect"></div>
|
|
657
657
|
</div>
|
|
658
|
-
`}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()}}
|
|
658
|
+
`}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([we({type:Boolean})],Xl.prototype,"primary",void 0),Jl([we({type:Boolean})],Xl.prototype,"secondary",void 0),Jl([we({type:Boolean})],Xl.prototype,"unbounded",void 0),Jl([we({type:Boolean})],Xl.prototype,"activated",void 0),Jl([we({type:Boolean})],Xl.prototype,"selected",void 0),Jl([we({type:Boolean})],Xl.prototype,"disabled",void 0),Jl([Se()],Xl.prototype,"hovered",void 0),Jl([Se()],Xl.prototype,"focused",void 0),Jl([Se()],Xl.prototype,"pressed",void 0),Jl([Se()],Xl.prototype,"rippling",void 0),Jl([Se()],Xl.prototype,"originX",void 0),Jl([Se()],Xl.prototype,"originY",void 0),Jl([Ee(".ft-ripple")],Xl.prototype,"ripple",void 0),Jl([Ee(".ft-ripple--effect")],Xl.prototype,"rippleEffect",void 0),ho("ft-ripple")(Xl);
|
|
659
659
|
/**
|
|
660
660
|
* @license
|
|
661
661
|
* Copyright 2020 Google LLC
|
|
662
662
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
663
663
|
*/
|
|
664
|
-
const
|
|
665
|
-
<${
|
|
664
|
+
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 Pi{constructor(){super(...arguments),this.variant=ic.body1}render(){return this.element?rc`
|
|
665
|
+
<${ec(this.element)}
|
|
666
666
|
class="ft-typography ft-typography--${this.variant}">
|
|
667
667
|
<slot></slot>
|
|
668
|
-
</${
|
|
669
|
-
`:
|
|
668
|
+
</${ec(this.element)}>
|
|
669
|
+
`:rc`
|
|
670
670
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
671
|
-
`}}
|
|
671
|
+
`}}ac.styles=[El,Rl,Il,$l,kl,Ul,Ll,Wl,Al,Bl,zl,...Fl],nc([we()],ac.prototype,"element",void 0),nc([we()],ac.prototype,"variant",void 0),ho("ft-typography")(ac);const sc=vo.create("--ft-tooltip-distance","","SIZE","4px"),lc=vo.create("--ft-tooltip-color","","COLOR","#FFFFFF"),cc=vo.create("--ft-tooltip-background-color","","COLOR","#666666"),fc=vo.create("--ft-tooltip-z-index","","NUMBER","100"),pc=vo.external(Or.borderRadiusS,"Design system"),dc=vo.create("--ft-tooltip-max-width","","SIZE","150px"),uc=dt`
|
|
672
672
|
.ft-tooltip--container {
|
|
673
673
|
display: block;
|
|
674
674
|
}
|
|
@@ -683,21 +683,21 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
683
683
|
box-sizing: border-box;
|
|
684
684
|
overflow: hidden;
|
|
685
685
|
width: max-content;
|
|
686
|
-
max-width: ${
|
|
686
|
+
max-width: ${dc};
|
|
687
687
|
text-align: center;
|
|
688
|
-
padding: ${
|
|
689
|
-
z-index: ${
|
|
688
|
+
padding: ${sc};
|
|
689
|
+
z-index: ${fc};
|
|
690
690
|
}
|
|
691
691
|
|
|
692
692
|
.ft-tooltip--content {
|
|
693
693
|
padding: 4px 8px;
|
|
694
|
-
border-radius: ${
|
|
695
|
-
background-color: ${
|
|
696
|
-
color: ${
|
|
694
|
+
border-radius: ${pc};
|
|
695
|
+
background-color: ${cc};
|
|
696
|
+
color: ${lc};
|
|
697
697
|
position: relative;
|
|
698
698
|
word-break: break-word;
|
|
699
699
|
}
|
|
700
|
-
`;var
|
|
700
|
+
`;var hc,yc,gc,bc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class mc extends Pi{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 ao,this.revealDebouncer=new ao}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Jt`
|
|
701
701
|
<div part="container"
|
|
702
702
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
703
703
|
@mouseenter=${this.onHover}
|
|
@@ -715,19 +715,19 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
715
715
|
</div>
|
|
716
716
|
</div>
|
|
717
717
|
</div>
|
|
718
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ii(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}bc.elementDefinitions={"ft-typography":nc},bc.styles=dc,gc([we()],bc.prototype,"text",void 0),gc([we({type:Boolean})],bc.prototype,"manual",void 0),gc([we({type:Boolean})],bc.prototype,"inline",void 0),gc([we({type:Number})],bc.prototype,"delay",void 0),gc([we()],bc.prototype,"position",void 0),gc([Ie()],bc.prototype,"slotNodes",void 0),gc([Ee(".ft-tooltip--container")],bc.prototype,"container",void 0),gc([Ee(".ft-tooltip")],bc.prototype,"tooltip",void 0),gc([Ee(".ft-tooltip--content")],bc.prototype,"tooltipContent",void 0),gc([Se()],bc.prototype,"visible",void 0),gc([Ce({passive:!0})],bc.prototype,"onTouch",null),gc([Ce({passive:!0})],bc.prototype,"onHover",null),gc([Ce({passive:!0})],bc.prototype,"onOut",null),gc([Ce({passive:!0})],bc.prototype,"onClick",null),ho("ft-tooltip")(bc),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=""}(uc||(uc={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(hc||(hc={})),new Map([...["abw"].map((t=>[t,hc.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,hc.AUDIO])),...["avi"].map((t=>[t,hc.AVI])),...["chm","xhs"].map((t=>[t,hc.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,hc.CODE])),...["csv"].map((t=>[t,hc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,hc.DITA])),...["epub"].map((t=>[t,hc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,hc.EXCEL])),...["flac"].map((t=>[t,hc.FLAC])),...["gif"].map((t=>[t,hc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,hc.GZIP])),...["html","htm","xhtml"].map((t=>[t,hc.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,hc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,hc.JPEG])),...["json"].map((t=>[t,hc.JSON])),...["m4a","m4p"].map((t=>[t,hc.M4A])),...["mov","qt"].map((t=>[t,hc.MOV])),...["mp3"].map((t=>[t,hc.MP3])),...["mp4","m4v"].map((t=>[t,hc.MP4])),...["ogg","oga"].map((t=>[t,hc.OGG])),...["pdf","ps"].map((t=>[t,hc.PDF])),...["png"].map((t=>[t,hc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,hc.POWERPOINT])),...["rar"].map((t=>[t,hc.RAR])),...["stp"].map((t=>[t,hc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,hc.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,hc.VIDEO])),...["wav"].map((t=>[t,hc.WAV])),...["wma"].map((t=>[t,hc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,hc.WORD])),...["xml","xsl","rdf"].map((t=>[t,hc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,hc.YAML])),...["zip"].map((t=>[t,hc.ZIP]))]),hc.ABW,hc.AUDIO,hc.AVI,hc.CHM,hc.CODE,hc.CSV,hc.DITA,hc.EPUB,hc.EXCEL,hc.FLAC,hc.GIF,hc.GZIP,hc.HTML,hc.IMAGE,hc.JPEG,hc.JSON,hc.M4A,hc.MOV,hc.MP3,hc.MP4,hc.OGG,hc.PDF,hc.PNG,hc.POWERPOINT,hc.RAR,hc.STP,hc.TEXT,hc.UNKNOWN,hc.VIDEO,hc.WAV,hc.WMA,hc.WORD,hc.XML,hc.YAML,hc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(yc||(yc={}));var mc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class vc extends Pi{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(yc).includes(this.variant)?this.variant:yc.fluid_topics,e=t!==yc.material||!!this.value;return Jt`
|
|
718
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ii(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}mc.elementDefinitions={"ft-typography":ac},mc.styles=uc,bc([we()],mc.prototype,"text",void 0),bc([we({type:Boolean})],mc.prototype,"manual",void 0),bc([we({type:Boolean})],mc.prototype,"inline",void 0),bc([we({type:Number})],mc.prototype,"delay",void 0),bc([we()],mc.prototype,"position",void 0),bc([Ie()],mc.prototype,"slotNodes",void 0),bc([Ee(".ft-tooltip--container")],mc.prototype,"container",void 0),bc([Ee(".ft-tooltip")],mc.prototype,"tooltip",void 0),bc([Ee(".ft-tooltip--content")],mc.prototype,"tooltipContent",void 0),bc([Se()],mc.prototype,"visible",void 0),bc([Ce({passive:!0})],mc.prototype,"onTouch",null),bc([Ce({passive:!0})],mc.prototype,"onHover",null),bc([Ce({passive:!0})],mc.prototype,"onOut",null),bc([Ce({passive:!0})],mc.prototype,"onClick",null),ho("ft-tooltip")(mc),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""}(hc||(hc={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(yc||(yc={})),new Map([...["abw"].map((t=>[t,yc.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,yc.AUDIO])),...["avi"].map((t=>[t,yc.AVI])),...["chm","xhs"].map((t=>[t,yc.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,yc.CODE])),...["csv"].map((t=>[t,yc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,yc.DITA])),...["epub"].map((t=>[t,yc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,yc.EXCEL])),...["flac"].map((t=>[t,yc.FLAC])),...["gif"].map((t=>[t,yc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,yc.GZIP])),...["html","htm","xhtml"].map((t=>[t,yc.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,yc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,yc.JPEG])),...["json"].map((t=>[t,yc.JSON])),...["m4a","m4p"].map((t=>[t,yc.M4A])),...["mov","qt"].map((t=>[t,yc.MOV])),...["mp3"].map((t=>[t,yc.MP3])),...["mp4","m4v"].map((t=>[t,yc.MP4])),...["ogg","oga"].map((t=>[t,yc.OGG])),...["pdf","ps"].map((t=>[t,yc.PDF])),...["png"].map((t=>[t,yc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,yc.POWERPOINT])),...["rar"].map((t=>[t,yc.RAR])),...["stp"].map((t=>[t,yc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,yc.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,yc.VIDEO])),...["wav"].map((t=>[t,yc.WAV])),...["wma"].map((t=>[t,yc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,yc.WORD])),...["xml","xsl","rdf"].map((t=>[t,yc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,yc.YAML])),...["zip"].map((t=>[t,yc.ZIP]))]),yc.ABW,yc.AUDIO,yc.AVI,yc.CHM,yc.CODE,yc.CSV,yc.DITA,yc.EPUB,yc.EXCEL,yc.FLAC,yc.GIF,yc.GZIP,yc.HTML,yc.IMAGE,yc.JPEG,yc.JSON,yc.M4A,yc.MOV,yc.MP3,yc.MP4,yc.OGG,yc.PDF,yc.PNG,yc.POWERPOINT,yc.RAR,yc.STP,yc.TEXT,yc.UNKNOWN,yc.VIDEO,yc.WAV,yc.WMA,yc.WORD,yc.XML,yc.YAML,yc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(gc||(gc={}));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 Pi{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`
|
|
719
719
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
720
720
|
${Ye(this.resolvedIcon)}
|
|
721
721
|
<slot ?hidden=${e}></slot>
|
|
722
722
|
</i>
|
|
723
|
-
`}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
|
|
723
|
+
`}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=yc[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case gc.material:this.resolvedIcon=this.value||te;break;default:this.resolvedIcon=null!==(e=hc[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}xc.elementDefinitions={},xc.styles=Ml,vc([we()],xc.prototype,"variant",void 0),vc([we()],xc.prototype,"value",void 0),vc([Se()],xc.prototype,"resolvedIcon",void 0),vc([Ee("slot")],xc.prototype,"slottedContent",void 0),ho("ft-icon")(xc);class Oc extends Pi{render(){return Jt`
|
|
724
724
|
<div class="ft-loader">
|
|
725
725
|
<div></div>
|
|
726
726
|
<div></div>
|
|
727
727
|
<div></div>
|
|
728
728
|
<div></div>
|
|
729
729
|
</div>
|
|
730
|
-
`}}
|
|
730
|
+
`}}Oc.styles=Pl,ho("ft-loader")(Oc);var wc=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 Sc extends(is(Pi,"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`
|
|
731
731
|
<button part="button"
|
|
732
732
|
class="${Ke(this.buttonClasses)}"
|
|
733
733
|
aria-label="${this.getLabel()}"
|
|
@@ -736,7 +736,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
736
736
|
<ft-typography part="label"
|
|
737
737
|
variant=${this.typographyVariant}
|
|
738
738
|
element="span"
|
|
739
|
-
class="ft-button--label ${
|
|
739
|
+
class="ft-button--label ${fs?"ft-safari-ellipsis-fix":""}"
|
|
740
740
|
?hidden=${!this.hasTextContent()}>
|
|
741
741
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
742
742
|
</ft-typography>
|
|
@@ -750,7 +750,7 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
750
750
|
</ft-tooltip>
|
|
751
751
|
`:t}resolveIcon(){return this.loading?Jt`
|
|
752
752
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?Jt`
|
|
753
|
-
<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}}
|
|
753
|
+
<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}}Sc.elementDefinitions={"ft-ripple":Xl,"ft-tooltip":mc,"ft-typography":ac,"ft-icon":xc,"ft-loader":Oc},wc([we({type:String,reflect:!0})],Sc.prototype,"role",void 0),wc([we()],Sc.prototype,"type",void 0),wc([we({type:Boolean})],Sc.prototype,"disabled",void 0),wc([we()],Sc.prototype,"label",void 0),wc([we()],Sc.prototype,"icon",void 0),wc([we()],Sc.prototype,"iconVariant",void 0),wc([we({type:Boolean})],Sc.prototype,"trailingIcon",void 0),wc([we({type:Boolean})],Sc.prototype,"loading",void 0),wc([we()],Sc.prototype,"tooltipPosition",void 0),wc([we({type:Boolean})],Sc.prototype,"hideTooltip",void 0),wc([we({type:Boolean})],Sc.prototype,"forceTooltip",void 0),wc([Ee(".ft-button")],Sc.prototype,"button",void 0),wc([Ee(".ft-button--label slot")],Sc.prototype,"slottedContent",void 0);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 Sc{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"}}Nc.styles=[Ji,Yl],Cc([we({type:Boolean})],Nc.prototype,"primary",void 0),Cc([we({type:Boolean})],Nc.prototype,"outlined",void 0),Cc([we({type:Boolean})],Nc.prototype,"dense",void 0),Cc([we({type:Boolean})],Nc.prototype,"round",void 0);const Ec=[dt`
|
|
754
754
|
:host {
|
|
755
755
|
display: inline-block;
|
|
756
756
|
max-width: 100%;
|
|
@@ -829,13 +829,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
829
829
|
/** Primary styles **/
|
|
830
830
|
|
|
831
831
|
.ft-button--primary {
|
|
832
|
-
${xo(
|
|
832
|
+
${xo(_l.color,Yo.primaryIconColor)};
|
|
833
833
|
|
|
834
|
-
${xo(
|
|
835
|
-
${xo(
|
|
836
|
-
${xo(
|
|
837
|
-
${xo(
|
|
838
|
-
${xo(
|
|
834
|
+
${xo(hs.color,Yo.primaryStateLayerColor)};
|
|
835
|
+
${xo(hs.opacityContentOnSurfaceHover,Yo.primaryHoverStateLayerOpacity)};
|
|
836
|
+
${xo(hs.opacityContentOnSurfaceFocused,Yo.primaryFocusStateLayerOpacity)};
|
|
837
|
+
${xo(hs.opacityContentOnSurfaceSelected,Yo.primaryActiveStateLayerOpacity)};
|
|
838
|
+
${xo(hs.opacityContentOnSurfacePressed,Yo.primaryActiveStateLayerOpacity)};
|
|
839
839
|
|
|
840
840
|
background-color: ${Yo.primaryBackgroundColor};
|
|
841
841
|
color: ${Yo.primaryColor};
|
|
@@ -853,13 +853,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
853
853
|
/** Secondary styles **/
|
|
854
854
|
|
|
855
855
|
.ft-button--secondary {
|
|
856
|
-
${xo(
|
|
856
|
+
${xo(_l.color,Yo.secondaryIconColor)};
|
|
857
857
|
|
|
858
|
-
${xo(
|
|
859
|
-
${xo(
|
|
860
|
-
${xo(
|
|
861
|
-
${xo(
|
|
862
|
-
${xo(
|
|
858
|
+
${xo(hs.color,Yo.secondaryStateLayerColor)};
|
|
859
|
+
${xo(hs.opacityContentOnSurfaceHover,Yo.secondaryHoverStateLayerOpacity)};
|
|
860
|
+
${xo(hs.opacityContentOnSurfaceFocused,Yo.secondaryFocusStateLayerOpacity)};
|
|
861
|
+
${xo(hs.opacityContentOnSurfaceSelected,Yo.secondaryActiveStateLayerOpacity)};
|
|
862
|
+
${xo(hs.opacityContentOnSurfacePressed,Yo.secondaryActiveStateLayerOpacity)};
|
|
863
863
|
|
|
864
864
|
background-color: ${Yo.secondaryBackgroundColor};
|
|
865
865
|
color: ${Yo.secondaryColor};
|
|
@@ -878,13 +878,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
878
878
|
/** Tertiary styles **/
|
|
879
879
|
|
|
880
880
|
.ft-button--tertiary {
|
|
881
|
-
${xo(
|
|
881
|
+
${xo(_l.color,Yo.tertiaryIconColor)};
|
|
882
882
|
|
|
883
|
-
${xo(
|
|
884
|
-
${xo(
|
|
885
|
-
${xo(
|
|
886
|
-
${xo(
|
|
887
|
-
${xo(
|
|
883
|
+
${xo(hs.color,Yo.tertiaryStateLayerColor)};
|
|
884
|
+
${xo(hs.opacityContentOnSurfaceHover,Yo.tertiaryHoverStateLayerOpacity)};
|
|
885
|
+
${xo(hs.opacityContentOnSurfaceFocused,Yo.tertiaryFocusStateLayerOpacity)};
|
|
886
|
+
${xo(hs.opacityContentOnSurfaceSelected,Yo.tertiaryActiveStateLayerOpacity)};
|
|
887
|
+
${xo(hs.opacityContentOnSurfacePressed,Yo.tertiaryActiveStateLayerOpacity)};
|
|
888
888
|
|
|
889
889
|
background-color: ${Yo.tertiaryBackgroundColor};
|
|
890
890
|
color: ${Yo.tertiaryColor};
|
|
@@ -902,13 +902,13 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
902
902
|
/** Neutral styles **/
|
|
903
903
|
|
|
904
904
|
.ft-button--neutral {
|
|
905
|
-
${xo(
|
|
905
|
+
${xo(_l.color,Yo.neutralIconColor)};
|
|
906
906
|
|
|
907
|
-
${xo(
|
|
908
|
-
${xo(
|
|
909
|
-
${xo(
|
|
910
|
-
${xo(
|
|
911
|
-
${xo(
|
|
907
|
+
${xo(hs.backgroundColor,Yo.neutralStateLayerColor)};
|
|
908
|
+
${xo(hs.opacityContentOnSurfaceHover,Yo.neutralHoverStateLayerOpacity)};
|
|
909
|
+
${xo(hs.opacityContentOnSurfaceFocused,Yo.neutralFocusStateLayerOpacity)};
|
|
910
|
+
${xo(hs.opacityContentOnSurfaceSelected,Yo.neutralActiveStateLayerOpacity)};
|
|
911
|
+
${xo(hs.opacityContentOnSurfacePressed,Yo.neutralActiveStateLayerOpacity)};
|
|
912
912
|
|
|
913
913
|
background-color: ${Yo.neutralBackgroundColor};
|
|
914
914
|
color: ${Yo.neutralColor};
|
|
@@ -926,8 +926,8 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
926
926
|
/** Large styles **/
|
|
927
927
|
|
|
928
928
|
.ft-button--large {
|
|
929
|
-
${xo(
|
|
930
|
-
${xo(
|
|
929
|
+
${xo(jl.size,Yo.largeIconSize)};
|
|
930
|
+
${xo(_l.size,Yo.largeIconSize)};
|
|
931
931
|
|
|
932
932
|
height: ${Yo.largeHeight};
|
|
933
933
|
padding: 0 ${Yo.largeHorizontalPadding};
|
|
@@ -949,8 +949,8 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
949
949
|
/** Small styles **/
|
|
950
950
|
|
|
951
951
|
.ft-button--small {
|
|
952
|
-
${xo(
|
|
953
|
-
${xo(
|
|
952
|
+
${xo(jl.size,Yo.smallIconSize)};
|
|
953
|
+
${xo(_l.size,Yo.smallIconSize)};
|
|
954
954
|
|
|
955
955
|
height: ${Yo.smallHeight};
|
|
956
956
|
padding: 0 ${Yo.smallHorizontalPadding};
|
|
@@ -968,16 +968,16 @@ const Xl=Symbol.for(""),Ql=t=>{if(t?.r===Xl)return t?._$litStatic$},tc=t=>({_$li
|
|
|
968
968
|
width: ${Yo.smallIconOnlyWidth};
|
|
969
969
|
padding: unset;
|
|
970
970
|
}
|
|
971
|
-
`,Vi];var Ec,Rc,Ic,$c,kc,Uc,Lc,Wc,Ac,Bc,zc,Fc,_c,Pc,jc,Mc,Dc,Kc,Zc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Tc extends wc{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?rc.caption1medium:rc.body2medium}}Tc.styles=[Yi,Nc],Zc([we({type:Boolean})],Tc.prototype,"primary",void 0),Zc([we({type:Boolean})],Tc.prototype,"secondary",void 0),Zc([we({type:Boolean})],Tc.prototype,"tertiary",void 0),Zc([we({type:Boolean})],Tc.prototype,"neutral",void 0),Zc([we({type:Boolean})],Tc.prototype,"small",void 0),ho("ft-button")(Cc),ho("ftds-button")(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 d(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function u(){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=d(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=d(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(g)}),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 y(t,e){var o,r,i=(e=e||{}).body;if(t instanceof y){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 g(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)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},u.call(y.prototype),u.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 y(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=y,t.Response=b),e.Headers=l,e.Request=y,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"}(Ec||(Ec={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Rc||(Rc={})),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"}(Ic||(Ic={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}($c||($c={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(kc||(kc={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Uc||(Uc={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Lc||(Lc={})),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"}(Wc||(Wc={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Ac||(Ac={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Bc||(Bc={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(zc||(zc={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Fc||(Fc={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(_c||(_c={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Pc||(Pc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(jc||(jc={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Mc||(Mc={})),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"}(Dc||(Dc={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(Kc||(Kc={})),Dc.PERSONAL_BOOK_SHARE_USER,Dc.PERSONAL_BOOK_USER,Dc.HTML_EXPORT_USER,Dc.PERSONAL_BOOK_USER,Dc.PDF_EXPORT_USER,Dc.PERSONAL_BOOK_USER,Dc.KHUB_ADMIN,Dc.CONTENT_PUBLISHER,Dc.ADMIN,Dc.KHUB_ADMIN,Dc.USERS_ADMIN,Dc.PORTAL_ADMIN,Dc.DEVELOPER,Dc.BETA_USER,Dc.DEBUG_USER;const Hc=dt`
|
|
972
|
-
`,
|
|
971
|
+
`,qi];var Rc,Ic,$c,kc,Uc,Lc,Wc,Ac,Bc,zc,Fc,_c,Pc,jc,Mc,Dc,Kc,Zc,Tc=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 Hc extends Sc{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}}Hc.styles=[Ji,Ec],Tc([we({type:Boolean})],Hc.prototype,"primary",void 0),Tc([we({type:Boolean})],Hc.prototype,"secondary",void 0),Tc([we({type:Boolean})],Hc.prototype,"tertiary",void 0),Tc([we({type:Boolean})],Hc.prototype,"neutral",void 0),Tc([we({type:Boolean})],Hc.prototype,"small",void 0),ho("ft-button")(Nc),ho("ftds-button")(Hc),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 d(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function u(){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=d(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=d(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(g)}),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 y(t,e){var o,r,i=(e=e||{}).body;if(t instanceof y){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 g(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)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},u.call(y.prototype),u.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 y(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=y,t.Response=b),e.Headers=l,e.Request=y,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 Gc=dt`
|
|
972
|
+
`,Vc=ts.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 qc{static get(t){const{baseUrl:e,apiIntegrationIdentifier:o}=Vc.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=qc.get(t);if(o)e(o);else{const r=Vc.subscribe((()=>{o=qc.get(t),o&&(r(),e(o))}))}}))}}class Yc{constructor(t=!0,e){var o;this.overrideApi=e;let r=this.constructor;r.commonCache=null!==(o=r.commonCache)&&void 0!==o?o:new oo,this.cache=t?r.commonCache:new oo}get api(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:qc.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:qc.await()}clearCache(){this.cache.clearAll()}}var Jc;const Xc=Symbol("clearAfterUnitTest");class Qc extends Yc{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Jc]=()=>{this.defaultMessages={},this.cache=new oo,this.listeners={}},this.currentUiLocale=Vc.getState().uiLocale,Vc.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Vc.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};po(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 tn(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=>lo(0).then((()=>t())).catch((()=>null)))))}}Jc=Xc,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends Qc{constructor(){super((async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends Qc{constructor(){super((async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e)))}});const tf=window.FluidTopicsI18nService,ef=window.FluidTopicsCustomI18nService;var of=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 rf extends Pi{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=()=>qc.get(),this.messageContexts=[],this.cache=new oo,this.cleanSessionDebouncer=new ao}render(){return Jt`
|
|
973
973
|
<slot></slot>
|
|
974
|
-
`}update(t){super.update(t),t.has("baseUrl")&&(
|
|
975
|
-
`;var
|
|
974
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(Vc.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&Vc.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Vc.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&Vc.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&Vc.actions.noCustom(this.noCustom),t.has("editorMode")&&Vc.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&Vc.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&Vc.actions.session(this.session),t.has("availableUiLocales")&&Vc.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>tf.addContext(t))),t.has("openExternalDocumentInNewTab")&&Vc.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&Vc.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&Vc.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()))}}rf.elementDefinitions={},rf.styles=Gc,of([we()],rf.prototype,"baseUrl",void 0),of([we()],rf.prototype,"apiIntegrationIdentifier",void 0),of([we()],rf.prototype,"uiLocale",void 0),of([yo(null)],rf.prototype,"availableUiLocales",void 0),of([yo(null)],rf.prototype,"metadataConfiguration",void 0),of([we({type:Boolean})],rf.prototype,"editorMode",void 0),of([we({type:Boolean})],rf.prototype,"noCustom",void 0),of([we({type:Boolean})],rf.prototype,"openExternalDocumentInNewTab",void 0),of([we({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],rf.prototype,"noCustomComponent",void 0),of([we({type:Boolean})],rf.prototype,"withManualResources",void 0),of([we({type:Boolean})],rf.prototype,"navigatorOnline",void 0),of([we({type:Boolean})],rf.prototype,"forcedOffline",void 0),of([we({type:Object})],rf.prototype,"apiProvider",void 0),of([yo([])],rf.prototype,"messageContexts",void 0),of([yo(void 0)],rf.prototype,"session",void 0);class nf extends Yc{async listMySearches(){let t=Vc.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class af extends Yc{async listMyBookmarks(){let t=Vc.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const sf=ts.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=Vc.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new af,this.savedSearchesService=new nf,Vc.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=Vc.getState();po(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(),sf.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),sf.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();sf.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;sf.actions.bookmarks(e)}}};window.FluidTopicsAppInfoStoreService=new class{addCommand(t,e=!1){Vc.commands.add(t,e)}consumeCommand(t){return Vc.commands.consume(t)}};window.FluidTopicsHighlightHtmlService=new class{highlightHtml(t,e){Gi(t,e)}},ho("ft-app-context")(rf);class lf extends Event{constructor(){super(lf.eventName)}}lf.eventName="search-context-clear-all-filters";var cf=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 ff extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const pf=Symbol("registerInterval");class df 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[pf]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[pf]):this.dispatchEvent(new ff)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=pf,cf([Se()],o.prototype,"stateManager",void 0),o}(dn)){}const uf=dt`
|
|
975
|
+
`;var hf=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 yf=Symbol("i18nAttributes"),gf=Symbol("i18nProperties"),bf=Symbol("i18nUnsubs");function mf(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?ef:tf}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[yf])||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[yf])||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[yf])||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[bf].has(t)||this[bf].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[bf].forEach((t=>t())),this[bf].clear()}}return e=bf,hf([we({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class vf extends(mf(Pi)){}class xf extends(mf(dn)){}var Of=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class wf extends xf{constructor(){super(),this.editorMode=!1,this.addStore(Vc)}render(){return this.key&&this.context?Jt`
|
|
976
976
|
<span class="ft-i18n">
|
|
977
977
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
978
978
|
</span>
|
|
979
|
-
`: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:""})}}
|
|
979
|
+
`: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:""})}}wf.elementDefinitions={},wf.styles=uf,Of([on()],wf.prototype,"editorMode",void 0),Of([we()],wf.prototype,"context",void 0),Of([we()],wf.prototype,"key",void 0),Of([yo([])],wf.prototype,"args",void 0),Of([we()],wf.prototype,"defaultMessage",void 0);class Sf{static build(t){return new Sf(t)}static fromGwt(t){return new Sf(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)=>tf.resolveMessage(this.name,e,...t)})}}ho("ft-i18n")(wf);const Cf=Sf.fromGwt("designedActionBlockAriaLabels");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(mf(df)){constructor(){super(),this.currentPage=1,this.isLastPage=!0,this.addI18nContext(Cf)}render(){return this.isLastPage?te:Jt`
|
|
980
980
|
<ft-button @click="${this.loadMore}">
|
|
981
|
-
${
|
|
981
|
+
${Cf.messages.searchPageLoadMore()}
|
|
982
982
|
</ft-button>
|
|
983
|
-
`}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}
|
|
983
|
+
`}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}Ef.elementDefinitions={"ft-button":Nc},Ef.styles=ds,Nf([on({store:"search",selector:t=>{var e,o;return null!==(o=null===(e=t.paging)||void 0===e?void 0:e.currentPage)&&void 0!==o?o:1}})],Ef.prototype,"currentPage",void 0),Nf([on({store:"search",selector:t=>{var e,o;return null===(o=null===(e=t.paging)||void 0===e?void 0:e.isLastPage)||void 0===o||o}})],Ef.prototype,"isLastPage",void 0),ho("ft-search-load-more-button")(Ef),t.FtSearchLoadMoreButton=Ef,t.FtSearchLoadMoreButtonCssVariables={},t.styles=ds}({});
|