@fluid-topics/ft-search-context 1.1.26 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-search-context.min.js +19 -19
- package/package.json +5 -5
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* subject to an additional IP rights grant found at
|
|
13
13
|
* http://polymer.github.io/PATENTS.txt
|
|
14
14
|
*/
|
|
15
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,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,c=new Set(i.observedAttributes||[]);u(i,c,s);const l={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:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(i,l);let f=e.call(r,t);f||(f=h(t),o.call(r,t,f)),this===window.customElements&&(a.set(i,l),l.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){b.push(this),r.upgrade.apply(r,arguments),b.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!l(o)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},h=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=f(e)||window.customElements,i=r._getDefinition(o);return i?p(e,i):n.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);r.call(this,n,i),e.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(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.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(o.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else n.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},p=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let b=[document];const g=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){b.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),b.pop(),t}};g(ShadowRoot,"createElement",document),g(ShadowRoot,"importNode",document),g(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){b.push(this),e.set.call(this,t),b.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new n(o)}})}}try{window.customElements.define("custom-element",null)}catch(Ro){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class e extends Promise{constructor(t){super(((e,r)=>t((t=>{this.isCanceled?r(new o("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?r(new o("Promise has been canceled",void 0,t)):r(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const r=t=>new e(((o,e)=>t.then(o).catch(e)));class i{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof e&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,(async()=>o)),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,(async()=>o)),this.content[t]=o}async get(t,o,e){if(void 0===this.content[t]){if(null==(o=null!=o?o:this.loaders[t]))throw new Error("Unknown cache key "+t);const i=r(o());return this.content[t]=i,i.then((o=>(this.content[t]=o,null!=e&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),e)),o)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}class n{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
15
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,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,c=new Set(i.observedAttributes||[]);u(i,c,s);const l={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:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(i,l);let f=e.call(r,t);f||(f=h(t),o.call(r,t,f)),this===window.customElements&&(a.set(i,l),l.standInClass=f);const p=this._awaitingUpgrade.get(t);if(p){this._awaitingUpgrade.delete(t);for(const t of p)n.delete(t),d(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){b.push(this),r.upgrade.apply(r,arguments),b.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!l(o)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},h=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=f(e)||window.customElements,i=r._getDefinition(o);return i?d(e,i):n.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);r.call(this,n,i),e.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(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.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(o.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else n.call(this,i,r)})},p=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):p(e)},d=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){p(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let b=[document];const g=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){b.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),b.pop(),t}};g(ShadowRoot,"createElement",document),g(ShadowRoot,"importNode",document),g(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){b.push(this),e.set.call(this,t),b.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new n(o)}})}}try{window.customElements.define("custom-element",null)}catch(Eo){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class e extends Promise{constructor(t){super(((e,r)=>t((t=>{this.isCanceled?r(new o("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?r(new o("Promise has been canceled",void 0,t)):r(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const r=t=>new e(((o,e)=>t.then(o).catch(e)));class i{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof e&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,(async()=>o)),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,(async()=>o)),this.content[t]=o}async get(t,o,e){if(void 0===this.content[t]){if(null==(o=null!=o?o:this.loaders[t]))throw new Error("Unknown cache key "+t);const i=r(o());return this.content[t]=i,i.then((o=>(this.content[t]=o,null!=e&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),e)),o)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}class n{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
16
16
|
/**
|
|
17
17
|
* @license
|
|
18
18
|
* Copyright 2019 Google LLC
|
|
@@ -22,56 +22,56 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.cust
|
|
|
22
22
|
* @license
|
|
23
23
|
* Copyright 2017 Google LLC
|
|
24
24
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
-
*/,{is:u,defineProperty:
|
|
25
|
+
*/,{is:u,defineProperty:p,getOwnPropertyDescriptor:d,getOwnPropertyNames:y,getOwnPropertySymbols:b,getPrototypeOf:g}=Object,m=globalThis,v=m.trustedTypes,O=v?v.emptyScript:"",N=m.reactiveElementPolyfillSupport,w=(t,o)=>t,S={toAttribute(t,o){switch(o){case Boolean:t=t?O:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},x=(t,o)=>!u(t,o),E={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:x};Symbol.metadata??=Symbol("metadata"),m.litPropertyMetadata??=new WeakMap;let C=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=E){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&p(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=d(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??E}static _$Ei(){if(this.hasOwnProperty(w("elementProperties")))return;const t=g(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(w("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(w("properties"))){const t=this.properties,o=[...y(t),...b(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(h(t))}else void 0!==t&&o.push(h(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(s)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=a.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:S).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:S;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??x)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};C.elementStyles=[],C.shadowRootOptions={mode:"open"},C[w("elementProperties")]=new Map,C[w("finalized")]=new Map,N?.({ReactiveElement:C}),(m.reactiveElementVersions??=[]).push("2.0.2");
|
|
26
26
|
/**
|
|
27
27
|
* @license
|
|
28
28
|
* Copyright 2017 Google LLC
|
|
29
29
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
30
30
|
*/
|
|
31
|
-
const
|
|
31
|
+
const R={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:x},U=(t=R,o,e)=>{const{kind:r,metadata:i}=e;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function I(t){return(o,e)=>"object"==typeof e?U(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
|
|
32
32
|
/**
|
|
33
33
|
* @license
|
|
34
34
|
* Copyright 2017 Google LLC
|
|
35
35
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
-
*/}function L(t){return I({...t,state:!0,attribute:!1})}const A=t=>new Promise((o=>setTimeout(o,t)));
|
|
36
|
+
*/}function L(t){return I({...t,state:!0,attribute:!1})}const A=t=>new Promise((o=>setTimeout(o,t)));function W(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,r,i;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!W(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!W(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(i=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,i[r]))return!1;for(r=e;0!=r--;){var n=i[r];if(!W(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const k=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function K(t,o){const e=()=>JSON.parse(JSON.stringify(t));return I({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!W(t,o),...null!=o?o:{}})}
|
|
37
37
|
/**
|
|
38
38
|
* @license
|
|
39
39
|
* Copyright 2017 Google LLC
|
|
40
40
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
41
|
-
*/const
|
|
41
|
+
*/const j=globalThis,Z=j.trustedTypes,P=Z?Z.createPolicy("lit-html",{createHTML:t=>t}):void 0,M="$lit$",F=`lit$${(Math.random()+"").slice(9)}$`,T="?"+F,D=`<${T}>`,_=document,B=()=>_.createComment(""),$=t=>null===t||"object"!=typeof t&&"function"!=typeof t,z=Array.isArray,H="[ \t\n\f\r]",G=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,q=/-->/g,V=/>/g,Y=RegExp(`>|${H}(?:([^\\s"'>=/]+)(${H}*=${H}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),J=/'/g,X=/"/g,Q=/^(?:script|style|textarea|title)$/i,tt=Symbol.for("lit-noChange"),ot=Symbol.for("lit-nothing"),et=new WeakMap,rt=_.createTreeWalker(_,129);function it(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==P?P.createHTML(o):o}let nt=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let n=0,a=0;const s=o.length-1,c=this.parts,[l,f]=((t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=G;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,f=0;for(;f<e.length&&(a.lastIndex=f,c=a.exec(e),null!==c);)f=a.lastIndex,a===G?"!--"===c[1]?a=q:void 0!==c[1]?a=V:void 0!==c[2]?(Q.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Y):void 0!==c[3]&&(a=Y):a===Y?">"===c[0]?(a=i??G,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?Y:'"'===c[3]?X:J):a===X||a===J?a=Y:a===q||a===V?a=G:(a=Y,i=void 0);const h=a===Y&&t[o+1].startsWith("/>")?" ":"";n+=a===G?e+D:l>=0?(r.push(s),e.slice(0,l)+M+e.slice(l)+F+h):e+F+(-2===l?o:h)}return[it(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),rt.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=rt.nextNode())&&c.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(M)){const o=f[a++],e=i.getAttribute(t).split(F),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:n,name:r[2],strings:e,ctor:"."===r[1]?lt:"?"===r[1]?ft:"@"===r[1]?ht:ct}),i.removeAttribute(t)}else t.startsWith(F)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(Q.test(i.tagName)){const t=i.textContent.split(F),o=t.length-1;if(o>0){i.textContent=Z?Z.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],B()),rt.nextNode(),c.push({type:2,index:++n});i.append(t[o],B())}}}else if(8===i.nodeType)if(i.data===T)c.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(F,t+1));)c.push({type:7,index:n}),t+=F.length-1}n++}}static createElement(t,o){const e=_.createElement("template");return e.innerHTML=t,e}};function at(t,o,e=t,r){if(o===tt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=$(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=at(t,i._$AS(t,o.values),i,r)),o}let st=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=ot,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=at(this,t,o),$(t)?t===ot||null==t||""===t?(this._$AH!==ot&&this._$AR(),this._$AH=ot):t!==this._$AH&&t!==tt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>z(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==ot&&$(this._$AH)?this._$AA.nextSibling.data=t:this.$(_.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=nt.createElement(it(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??_).importNode(o,!0);rt.currentNode=r;let i=rt.nextNode(),n=0,a=0,s=e[0];for(;void 0!==s;){if(n===s.index){let o;2===s.type?o=new st(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new ut(i,this,t)),this._$AV.push(o),s=e[++a]}n!==s?.index&&(i=rt.nextNode(),n++)}return rt.currentNode=_,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=et.get(t.strings);return void 0===o&&et.set(t.strings,o=new nt(t)),o}T(o){z(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(B()),this.k(B()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=ot,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=ot}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=at(this,t,o,0),n=!$(t)||t!==this._$AH&&t!==tt,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=at(this,r[e+a],o,a),s===tt&&(s=this._$AH[a]),n||=!$(s)||s!==this._$AH[a],s===ot?t=ot:t!==ot&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===ot?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},lt=class extends ct{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===ot?void 0:t}},ft=class extends ct{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==ot)}},ht=class extends ct{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=at(this,t,o,0)??ot)===tt)return;const e=this._$AH,r=t===ot&&e!==ot||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==ot&&(e===ot||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ut=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){at(this,t)}};const pt=j.litHtmlPolyfillSupport;pt?.(nt,st),(j.litHtmlVersions??=[]).push("3.1.0");
|
|
42
42
|
/**
|
|
43
43
|
* @license
|
|
44
44
|
* Copyright 2019 Google LLC
|
|
45
45
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
46
46
|
*/
|
|
47
|
-
const
|
|
47
|
+
const dt=globalThis,yt=dt.ShadowRoot&&(void 0===dt.ShadyCSS||dt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bt=Symbol(),gt=new WeakMap;let mt=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==bt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(yt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=gt.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&>.set(o,t))}return t}toString(){return this.cssText}};const vt=t=>new mt("string"==typeof t?t:t+"",void 0,bt),Ot=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new mt(e,t,bt)},Nt=yt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return vt(o)})(t):t
|
|
48
48
|
/**
|
|
49
49
|
* @license
|
|
50
50
|
* Copyright 2017 Google LLC
|
|
51
51
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
52
|
-
*/,{is:
|
|
52
|
+
*/,{is:wt,defineProperty:St,getOwnPropertyDescriptor:xt,getOwnPropertyNames:Et,getOwnPropertySymbols:Ct,getPrototypeOf:Rt}=Object,Ut=globalThis,It=Ut.trustedTypes,Lt=It?It.emptyScript:"",At=Ut.reactiveElementPolyfillSupport,Wt=(t,o)=>t,kt={toAttribute(t,o){switch(o){case Boolean:t=t?Lt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Kt=(t,o)=>!wt(t,o),jt={attribute:!0,type:String,converter:kt,reflect:!1,hasChanged:Kt};Symbol.metadata??=Symbol("metadata"),Ut.litPropertyMetadata??=new WeakMap;let Zt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=jt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&St(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=xt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??jt}static _$Ei(){if(this.hasOwnProperty(Wt("elementProperties")))return;const t=Rt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Wt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Wt("properties"))){const t=this.properties,o=[...Et(t),...Ct(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(Nt(t))}else void 0!==t&&o.push(Nt(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(yt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=dt.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:kt).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:kt;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Kt)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};Zt.elementStyles=[],Zt.shadowRootOptions={mode:"open"},Zt[Wt("elementProperties")]=new Map,Zt[Wt("finalized")]=new Map,At?.({ReactiveElement:Zt}),(Ut.reactiveElementVersions??=[]).push("2.0.2");
|
|
53
53
|
/**
|
|
54
54
|
* @license
|
|
55
55
|
* Copyright 2017 Google LLC
|
|
56
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
57
|
*/
|
|
58
|
-
const
|
|
58
|
+
const Pt=globalThis,Mt=Pt.trustedTypes,Ft=Mt?Mt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Tt="$lit$",Dt=`lit$${(Math.random()+"").slice(9)}$`,_t="?"+Dt,Bt=`<${_t}>`,$t=document,zt=()=>$t.createComment(""),Ht=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Gt=Array.isArray,qt="[ \t\n\f\r]",Vt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Yt=/-->/g,Jt=/>/g,Xt=RegExp(`>|${qt}(?:([^\\s"'>=/]+)(${qt}*=${qt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Qt=/'/g,to=/"/g,oo=/^(?:script|style|textarea|title)$/i,eo=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),ro=Symbol.for("lit-noChange"),io=Symbol.for("lit-nothing"),no=new WeakMap,ao=$t.createTreeWalker($t,129);function so(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ft?Ft.createHTML(o):o}class co{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const a=t.length-1,s=this.parts,[c,l]=((t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=Vt;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,f=0;for(;f<e.length&&(a.lastIndex=f,c=a.exec(e),null!==c);)f=a.lastIndex,a===Vt?"!--"===c[1]?a=Yt:void 0!==c[1]?a=Jt:void 0!==c[2]?(oo.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Xt):void 0!==c[3]&&(a=Xt):a===Xt?">"===c[0]?(a=i??Vt,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?Xt:'"'===c[3]?to:Qt):a===to||a===Qt?a=Xt:a===Yt||a===Jt?a=Vt:(a=Xt,i=void 0);const h=a===Xt&&t[o+1].startsWith("/>")?" ":"";n+=a===Vt?e+Bt:l>=0?(r.push(s),e.slice(0,l)+Tt+e.slice(l)+Dt+h):e+Dt+(-2===l?o:h)}return[so(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(t,o);if(this.el=co.createElement(c,e),ao.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ao.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Tt)){const o=l[n++],e=r.getAttribute(t).split(Dt),a=/([.?@])?(.*)/.exec(o);s.push({type:1,index:i,name:a[2],strings:e,ctor:"."===a[1]?uo:"?"===a[1]?po:"@"===a[1]?yo:ho}),r.removeAttribute(t)}else t.startsWith(Dt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(oo.test(r.tagName)){const t=r.textContent.split(Dt),o=t.length-1;if(o>0){r.textContent=Mt?Mt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],zt()),ao.nextNode(),s.push({type:2,index:++i});r.append(t[o],zt())}}}else if(8===r.nodeType)if(r.data===_t)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Dt,t+1));)s.push({type:7,index:i}),t+=Dt.length-1}i++}}static createElement(t,o){const e=$t.createElement("template");return e.innerHTML=t,e}}function lo(t,o,e=t,r){if(o===ro)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=Ht(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=lo(t,i._$AS(t,o.values),i,r)),o}let fo=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=io,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=lo(this,t,o),Ht(t)?t===io||null==t||""===t?(this._$AH!==io&&this._$AR(),this._$AH=io):t!==this._$AH&&t!==ro&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Gt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==io&&Ht(this._$AH)?this._$AA.nextSibling.data=t:this.$($t.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=co.createElement(so(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??$t).importNode(o,!0);ao.currentNode=r;let i=ao.nextNode(),n=0,a=0,s=e[0];for(;void 0!==s;){if(n===s.index){let o;2===s.type?o=new fo(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new bo(i,this,t)),this._$AV.push(o),s=e[++a]}n!==s?.index&&(i=ao.nextNode(),n++)}return ao.currentNode=$t,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=no.get(t.strings);return void 0===o&&no.set(t.strings,o=new co(t)),o}T(o){Gt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(zt()),this.k(zt()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ho=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=io,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=io}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=lo(this,t,o,0),n=!Ht(t)||t!==this._$AH&&t!==ro,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=lo(this,r[e+a],o,a),s===ro&&(s=this._$AH[a]),n||=!Ht(s)||s!==this._$AH[a],s===io?t=io:t!==io&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===io?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},uo=class extends ho{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===io?void 0:t}},po=class extends ho{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==io)}},yo=class extends ho{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=lo(this,t,o,0)??io)===ro)return;const e=this._$AH,r=t===io&&e!==io||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==io&&(e===io||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},bo=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){lo(this,t)}};const go=Pt.litHtmlPolyfillSupport;go?.(co,fo),(Pt.litHtmlVersions??=[]).push("3.1.0");
|
|
59
59
|
/**
|
|
60
60
|
* @license
|
|
61
61
|
* Copyright 2017 Google LLC
|
|
62
62
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
63
63
|
*/
|
|
64
|
-
let Oo=class extends Mt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new ho(o.insertBefore(Gt(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return io}};Oo._$litElement$=!0,Oo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Oo});const vo=globalThis.litElementPolyfillSupport;vo?.({LitElement:Oo}),(globalThis.litElementVersions??=[]).push("4.0.2");const wo=t=>"string"==typeof t?vt(t):t;class No{static create(t,o,e,r){const i=t=>wo(null!=t?t:r),n=wt`var(${wo(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>wt`var(${wo(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),n=wt`var(${wo(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e.category,n.fallbackVariable=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>wt`var(${wo(t)}, ${i(o)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),n}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):wo(null!=o?o:t.lastResortDefaultValue()),r=wt`var(${wo(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>wt`var(${wo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const So={colorWhite:No.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:No.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:No.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:No.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:No.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:No.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:No.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:No.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:No.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:No.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:No.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:No.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:No.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:No.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:No.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:No.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:No.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:No.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:No.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:No.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:No.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:No.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:No.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:No.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:No.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:No.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:No.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:No.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:No.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:No.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:No.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:No.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:No.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:No.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:No.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:No.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:No.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:No.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:No.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:No.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:No.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:No.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:No.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:No.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:No.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:No.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:No.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:No.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:No.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:No.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:No.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:No.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:No.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:No.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:No.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:No.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:No.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:No.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:No.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:No.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:No.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:No.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:No.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:No.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:No.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:No.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:No.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:No.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:No.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:No.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:No.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:No.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:No.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:No.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:No.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:No.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:No.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:No.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:No.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:No.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:No.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:No.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:No.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:No.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:No.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:No.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:No.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:No.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:No.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:No.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:No.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:No.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:No.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:No.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:No.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:No.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:No.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:No.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:No.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:No.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:No.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:No.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:No.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:No.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:No.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:No.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:No.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:No.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:No.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:No.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:No.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:No.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:No.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:No.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:No.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:No.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:No.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:No.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:No.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:No.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:No.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:No.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:No.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:No.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:No.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:No.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:No.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:No.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:No.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:No.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:No.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:No.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:No.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:No.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:No.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:No.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:No.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:No.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:No.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:No.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:No.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:No.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:No.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:No.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:No.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:No.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:No.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:No.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:No.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:No.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:No.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:No.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:No.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:No.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:No.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:No.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:No.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:No.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:No.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:No.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:No.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:No.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:No.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:No.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:No.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:No.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:No.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:No.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:No.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:No.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:No.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:No.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:No.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:No.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:No.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:No.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:No.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:No.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:No.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:No.create("--ft-icon-size-6","","SIZE","48px"),opacity0:No.create("--ft-opacity-0","","NUMBER","0"),opacity8:No.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:No.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:No.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:No.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:No.create("--ft-opacity-80","","NUMBER","0.8")};No.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-display-lineHeight","","SIZE","120%"),No.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),No.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),No.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-display-textCase","","UNKNOWN","none"),No.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),No.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),No.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),No.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),No.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),No.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),No.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),No.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),No.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),No.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),No.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),No.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),No.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),No.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),No.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),No.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),No.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),No.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),No.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),No.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const Eo={backgroundActionPrimary:No.extend("--ft-background-action-primary","Used as backgorund of primary action components.",So.colorBrand0),backgroundErrorPrimary:No.extend("--ft-background-error-primary","Used as background of error components.",So.colorRed0),backgroundErrorSubtle:No.extend("--ft-background-error-subtle","Used as background of subtle error components.",So.colorRed10),backgroundInfoPrimary:No.extend("--ft-background-info-primary","Used as background of information components.",So.colorCyan200),backgroundInfoSubtle:No.extend("--ft-background-info-subtle","Used as background of subtle information components.",So.colorCyan10),backgroundWarningPrimary:No.extend("--ft-background-warning-primary","Used as background of warning components.",So.colorOrange300),backgroundWarningSubtle:No.extend("--ft-background-warning-subtle","Used as background of subtle information components.",So.colorOrange10),backgroundSuccessPrimary:No.extend("--ft-background-success-primary","Used as background of success components.",So.colorGreen200),backgroundSuccessSubtle:No.extend("--ft-background-success-subtle","Used as background of subtle success components.",So.colorGreen10),backgroundGlobalSurface:No.extend("--ft-background-global-surface","Used as app background.",So.colorWhite),backgroundGlobalOnSurface:No.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",So.colorGray10),backgroundGlobalOnSurfaceDark:No.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",So.colorGray30),contentActionPrimary:No.extend("--ft-content-action-primary","Used on label of primary action on light surface.",So.colorBrand0),contentWarningPrimary:No.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",So.colorOrange300),contentWarningIconOnly:No.extend("--ft-content-warning-icon-only","Used on warning status icons alone",So.colorOrange0),contentErrorPrimary:No.extend("--ft-content-error-primary","Used on label of error messages on light surface.",So.colorRed0),contentErrorIconOnly:No.extend("--ft-content-error-icon-only","Used on error status icons alone",So.colorRed0),contentInfoPrimary:No.extend("--ft-content-info-primary","Used on label of information messages on light surface.",So.colorCyan200),contentInfoIconOnly:No.extend("--ft-content-info-icon-only","Used on info status icons alone",So.colorCyan0),contentSuccessIconOnly:No.extend("--ft-content-success-icon-only","Used on success status icons alone",So.colorGreen0),contentSuccessPrimary:No.extend("--ft-content-success-primary","Used on label of success messages on light surface.",So.colorGreen200),contentGlobalPrimary:No.extend("--ft-content-global-primary","Used for main content on the page.",So.colorGray500),contentGlobalSecondary:No.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",So.colorGray200),contentGlobalSubtle:No.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",So.colorGray0),contentGlobalOnColor:No.extend("--ft-content-global-on-color","Used for content on a dominant color.",So.colorWhite),borderActionPrimary:No.extend("--ft-border-action-primary","Used as border for primary action components.",So.colorBrand0),borderActionFocusRing:No.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",So.colorCyan0),borderWarningPrimary:No.extend("--ft-border-warning-primary","Used as border for warning components.",So.colorOrange30),borderSuccessPrimary:No.extend("--ft-border-success-primary","Used as border for success components.",So.colorGreen30),borderErrorPrimary:No.extend("--ft-border-error-primary","Used as border for error components.",So.colorRed30),borderInfoPrimary:No.extend("--ft-border-info-primary","Used as border for information components.",So.colorCyan30),borderGlobalSubtle:No.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",So.colorGray30),borderGlobalPrimary:No.extend("--ft-border-global-primary","Used as border for element like input.",So.colorGray50),borderInputPrimary:No.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",So.colorGray80)};No.create("--ft-button-large-height","","SIZE","40px"),No.extend("--ft-button-large-horizontal-padding","",So.spacing4),No.extend("--ft-button-large-gap","",So.spacing2),No.extend("--ft-button-large-border-radius","",So.borderRadiusS),No.extend("--ft-button-large-icon-size","",So.iconSize3),No.create("--ft-button-large-border-width","","SIZE","1px"),No.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),No.create("--ft-button-large-focus-outline-width","","SIZE","2px"),No.create("--ft-button-large-icon-only-width","","SIZE","40px"),No.create("--ft-button-small-height","","SIZE","30px"),No.extend("--ft-button-small-horizontal-padding","",So.spacing3),No.extend("--ft-button-small-gap","",So.spacing2),No.extend("--ft-button-small-border-radius","",So.borderRadiusS),No.extend("--ft-button-small-icon-size","",So.iconSize2),No.create("--ft-button-small-border-width","","SIZE","1px"),No.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),No.create("--ft-button-small-focus-outline-width","","SIZE","2px"),No.create("--ft-button-small-icon-only-width","","SIZE","30px"),No.extend("--ft-button-primary-background-color","",Eo.backgroundActionPrimary),No.extend("--ft-button-primary-color","",Eo.contentGlobalOnColor),No.extend("--ft-button-primary-icon-color","",Eo.contentGlobalOnColor),No.extend("--ft-button-primary-state-layer-color","",Eo.contentGlobalOnColor),No.extend("--ft-button-primary-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-button-primary-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-button-primary-state-layer-opacity-active","",So.opacity24),No.extend("--ft-button-primary-component-opacity-disabled","",So.opacity40),No.extend("--ft-button-focus-focus-ring-color","",Eo.borderActionFocusRing),No.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-tertiary-color","",Eo.contentActionPrimary),No.extend("--ft-button-tertiary-icon-color","",Eo.contentActionPrimary),No.extend("--ft-button-tertiary-state-layer-color","",Eo.contentActionPrimary),No.extend("--ft-button-tertiary-state-layer-opacity-hover","",So.opacity8),No.extend("--ft-button-tertiary-state-layer-opacity-focus","",So.opacity8),No.extend("--ft-button-tertiary-state-layer-opacity-active","",So.opacity16),No.extend("--ft-button-tertiary-component-opacity-disabled","",So.opacity40),No.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-secondary-color","",Eo.contentActionPrimary),No.extend("--ft-button-secondary-icon-color","",Eo.contentActionPrimary),No.extend("--ft-button-secondary-state-layer-color","",Eo.contentActionPrimary),No.extend("--ft-button-secondary-state-layer-opacity-hover","",So.opacity8),No.extend("--ft-button-secondary-state-layer-opacity-focus","",So.opacity8),No.extend("--ft-button-secondary-state-layer-opacity-active","",So.opacity16),No.extend("--ft-button-secondary-component-opacity-disabled","",So.opacity40),No.extend("--ft-button-secondary-border-color","",Eo.borderActionPrimary),No.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-neutral-icon-color","",Eo.contentGlobalSecondary),No.extend("--ft-button-neutral-color","",Eo.contentGlobalSecondary),No.extend("--ft-button-neutral-state-layer-color","",Eo.contentGlobalSecondary),No.extend("--ft-button-neutral-state-layer-opacity-hover","",So.opacity8),No.extend("--ft-button-neutral-state-layer-opacity-focus","",So.opacity8),No.extend("--ft-button-neutral-state-layer-opacity-active","",So.opacity16),No.extend("--ft-button-neutral-component-opacity-disabled","",So.opacity40),No.extend("--ft-tabs-top-left-border-radius","",So.borderRadiusS),No.extend("--ft-tabs-top-right-border-radius","",So.borderRadiusS),No.extend("--ft-tabs-label-horizontal-padding","",So.spacing4),No.extend("--ft-tabs-label-vertical-padding","",So.spacing3),No.extend("--ft-tabs-label-gap","",So.spacing1),No.extend("--ft-switch-group-horizontal-padding","",So.spacing1),No.extend("--ft-switch-group-vertical-padding","",So.spacing1),No.extend("--ft-switch-group-gap","",So.spacing1),No.extend("--ft-switch-group-background-color","",Eo.backgroundGlobalSurface),No.extend("--ft-switch-group-border-color","",Eo.borderGlobalSubtle),No.create("--ft-switch-group-border-radius","","SIZE","6px"),No.extend("--ft-switch-label-horizontal-padding","",So.spacing2),No.extend("--ft-switch-label-vertical-padding","",So.spacing1),No.extend("--ft-switch-icon-horizontal-padding","",So.spacing1),No.extend("--ft-switch-icon-vertical-padding","",So.spacing1),No.create("--ft-switch-focus-outline-width","","SIZE","2px"),No.extend("--ft-switch-focus-focus-ring-color","",Eo.borderActionFocusRing),No.extend("--ft-switch-option-border-radius","",So.borderRadiusS),No.extend("--ft-switch-off-state-layer-opacity-hover","",So.opacity8),No.extend("--ft-switch-off-state-layer-opacity-focus","",So.opacity8),No.extend("--ft-switch-off-state-layer-opacity-active","",So.opacity16),No.extend("--ft-switch-off-component-opacity-disabled","",So.opacity40),No.extend("--ft-switch-off-color","",Eo.contentGlobalSubtle),No.extend("--ft-switch-off-state-layer-color","",Eo.contentGlobalSubtle),No.extend("--ft-chart-1-light","for area color charts",So.colorBrand40),No.extend("--ft-chart-1-base","for line charts",So.colorBrand0),No.extend("--ft-chart-2-light","for area color charts",So.colorYellow60),No.extend("--ft-chart-2-base","for line charts",So.colorYellow100),No.extend("--ft-chart-3-light","",So.colorUltramarine40),No.extend("--ft-chart-3-base","",So.colorUltramarine70),No.extend("--ft-chart-4-light","",So.colorCyan50),No.extend("--ft-chart-4-base","",So.colorCyan100),No.extend("--ft-chart-5-light","",So.colorRed40),No.extend("--ft-chart-5-base","",So.colorRed60),No.extend("--ft-chart-6-light","",So.colorGreen40),No.extend("--ft-chart-6-base","",So.colorGreen70),No.extend("--ft-chart-7-light","",So.colorOrange70),No.extend("--ft-chart-7-base","",So.colorOrange100),No.extend("--ft-chart-8-light","",So.colorAvocado70),No.extend("--ft-chart-8-base","",So.colorAvocado200),No.extend("--ft-chart-9-light","",So.colorBrown50),No.extend("--ft-chart-9-base","",So.colorBrown200),No.extend("--ft-chart-10-light","",So.colorGray50),No.extend("--ft-chart-10-base","",So.colorGray80),No.extend("--ft-chart-monochrome-10","",So.colorBrand10),No.extend("--ft-chart-monochrome-20","",So.colorBrand20),No.extend("--ft-chart-monochrome-30","",So.colorBrand40),No.extend("--ft-chart-monochrome-40","",So.colorBrand60),No.extend("--ft-chart-monochrome-50","",So.colorBrand0),No.extend("--ft-chart-monochrome-60","",So.colorBrand200),No.extend("--ft-chip-large-horizontal-padding","",So.spacing4),No.extend("--ft-chip-large-vertical-padding","",So.spacing2),No.extend("--ft-chip-large-gap","",So.spacing1),No.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-large-border-radius","",So.borderRadiusPill),No.create("--ft-chip-large-border-width","","SIZE","1px"),No.extend("--ft-chip-large-icon-size","",So.iconSize3),No.extend("--ft-chip-medium-horizontal-padding","",So.spacing3),No.extend("--ft-chip-medium-vertical-padding","",So.spacing1),No.extend("--ft-chip-medium-gap","",So.spacing1),No.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-medium-border-radius","",So.borderRadiusPill),No.create("--ft-chip-medium-border-width","","SIZE","1px"),No.extend("--ft-chip-medium-icon-size","",So.iconSize2),No.extend("--ft-chip-small-horizontal-padding","",So.spacing2),No.extend("--ft-chip-small-vertical-padding","",So.spacing05),No.extend("--ft-chip-small-gap","",So.spacing1),No.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-small-border-radius","",So.borderRadiusPill),No.create("--ft-chip-small-border-width","","SIZE","1px"),No.extend("--ft-chip-small-icon-size","",So.iconSize1),No.extend("--ft-chip-neutral-background-color","",Eo.backgroundGlobalOnSurface),No.extend("--ft-chip-neutral-color","",Eo.contentGlobalPrimary),No.extend("--ft-chip-neutral-border-color","",Eo.borderGlobalSubtle),No.extend("--ft-chip-info-background-color","",Eo.backgroundInfoSubtle),No.extend("--ft-chip-info-color","",Eo.contentInfoPrimary),No.extend("--ft-chip-info-border-color","",Eo.borderInfoPrimary),No.extend("--ft-chip-success-background-color","",Eo.backgroundSuccessSubtle),No.extend("--ft-chip-success-color","",Eo.contentSuccessPrimary),No.extend("--ft-chip-success-border-color","",Eo.borderSuccessPrimary),No.extend("--ft-chip-warning-background-color","",Eo.backgroundWarningSubtle),No.extend("--ft-chip-warning-color","",Eo.contentWarningPrimary),No.extend("--ft-chip-warning-border-color","",Eo.borderWarningPrimary),No.extend("--ft-chip-error-background-color","",Eo.backgroundErrorSubtle),No.extend("--ft-chip-error-color","",Eo.contentErrorPrimary),No.extend("--ft-chip-error-border-color","",Eo.borderErrorPrimary),No.create("--ft-notice-border-width","","SIZE","1px"),No.extend("--ft-notice-horizontal-padding","",So.spacing2),No.extend("--ft-notice-vertical-padding","",So.spacing1),No.extend("--ft-notice-border-radius","",So.borderRadiusS),No.extend("--ft-notice-gap","",So.spacing2),No.extend("--ft-notice-icon-size","",So.iconSize3),No.extend("--ft-notice-info-background-color","",Eo.backgroundInfoSubtle),No.extend("--ft-notice-info-border-color","",Eo.borderInfoPrimary),No.extend("--ft-notice-info-color","",Eo.contentInfoPrimary),No.extend("--ft-notice-warning-background-color","",Eo.backgroundWarningSubtle),No.extend("--ft-notice-warning-border-color","",Eo.borderWarningPrimary),No.extend("--ft-notice-warning-color","",Eo.contentWarningPrimary),No.extend("--ft-checkbox-label-color","",Eo.contentGlobalPrimary),No.extend("--ft-checkbox-checked-background-color","",Eo.contentActionPrimary),No.extend("--ft-checkbox-checked-state-layer-color","",Eo.contentActionPrimary),No.extend("--ft-checkbox-checked-color","",Eo.contentGlobalOnColor),No.extend("--ft-checkbox-checked-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-checkbox-checked-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-checkbox-checked-state-layer-opacity-active","",So.opacity24),No.extend("--ft-checkbox-checked-component-opacity-disabled","",So.opacity40),No.extend("--ft-checkbox-unchecked-border-color","",So.colorGray80),No.extend("--ft-checkbox-unchecked-state-layer-color","",So.colorGray80),No.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",So.opacity24),No.extend("--ft-checkbox-unchecked-component-opacity-disabled","",So.opacity40),No.extend("--ft-checkbox-focus-focus-ring-color","",Eo.borderActionFocusRing),No.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),No.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),No.extend("--ft-checkbox-gap","",So.spacing3),No.extend("--ft-toggle-off-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-toggle-off-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-toggle-off-state-layer-opacity-active","",So.opacity24),No.extend("--ft-toggle-off-component-opacity-disabled","",So.opacity40),No.extend("--ft-toggle-off-background-color","",Eo.contentGlobalSubtle),No.extend("--ft-toggle-off-icon-color","",Eo.contentGlobalSubtle),No.extend("--ft-toggle-off-state-layer-color","",Eo.contentGlobalSubtle),No.extend("--ft-toggle-on-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-toggle-on-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-toggle-on-state-layer-opacity-active","",So.opacity24),No.extend("--ft-toggle-on-component-opacity-disabled","",So.opacity40),No.extend("--ft-toggle-on-background-color","",Eo.contentActionPrimary),No.extend("--ft-toggle-on-icon-color","",Eo.contentActionPrimary),No.extend("--ft-toggle-on-state-layer-color","",Eo.contentActionPrimary),No.extend("--ft-toggle-label-color","",Eo.contentGlobalPrimary),No.extend("--ft-toggle-focus-focus-ring-color","",Eo.borderActionFocusRing),No.extend("--ft-toggle-gap","",So.spacing3),No.extend("--ft-radio-label-color","",Eo.contentGlobalPrimary),No.extend("--ft-radio-selected-color","",Eo.contentActionPrimary),No.extend("--ft-radio-selected-state-layer-color","",Eo.contentActionPrimary),No.extend("--ft-radio-selected-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-radio-selected-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-radio-selected-state-layer-opacity-active","",So.opacity24),No.extend("--ft-radio-selected-component-opacity-disabled","",So.opacity40),No.extend("--ft-radio-unselected-state-layer-color","",So.colorGray80),No.extend("--ft-radio-unselected-state-layer-opacity-hover","",So.opacity16),No.extend("--ft-radio-unselected-state-layer-opacity-focus","",So.opacity16),No.extend("--ft-radio-unselected-state-layer-opacity-active","",So.opacity24),No.extend("--ft-radio-unselected-component-opacity-disabled","",So.opacity40),No.extend("--ft-radio-focus-focus-ring-color","",Eo.borderActionFocusRing),No.create("--ft-radio-focus-outline-offset","","SIZE","3px"),No.create("--ft-radio-focus-outline-width","","SIZE","2px"),No.extend("--ft-radio-gap","",So.spacing3),No.extend("--ft-notification-icon-size","",So.iconSize4),No.extend("--ft-notification-horizontal-padding","",So.spacing4),No.extend("--ft-notification-vertical-padding","",So.spacing4),No.extend("--ft-notification-info-background-color","",Eo.backgroundInfoSubtle),No.extend("--ft-notification-info-color","",Eo.contentInfoPrimary),No.extend("--ft-notification-info-border-color","",Eo.borderInfoPrimary),No.extend("--ft-notification-success-background-color","",Eo.backgroundSuccessSubtle),No.extend("--ft-notification-success-color","",Eo.contentSuccessPrimary),No.extend("--ft-notification-success-border-color","",Eo.borderSuccessPrimary),No.extend("--ft-notification-warning-background-color","",Eo.backgroundWarningSubtle),No.extend("--ft-notification-warning-color","",Eo.contentWarningPrimary),No.extend("--ft-notification-warning-border-color","",Eo.borderWarningPrimary),No.extend("--ft-notification-error-background-color","",Eo.backgroundErrorSubtle),No.extend("--ft-notification-error-color","",Eo.contentErrorPrimary),No.extend("--ft-notification-error-border-color","",Eo.borderErrorPrimary),No.extend("--ft-notification-border-radius","",So.borderRadiusPill),No.create("--ft-notification-border-width","","SIZE","1px"),No.extend("--ft-notification-gap-leading","",So.spacing2),No.extend("--ft-notification-gap-trailing","",So.spacing8),No.create("--ft-color-primary","","COLOR","#2196F3"),No.create("--ft-color-primary-variant","","COLOR","#1976D2"),No.create("--ft-color-secondary","","COLOR","#FFCC80"),No.create("--ft-color-secondary-variant","","COLOR","#F57C00"),No.create("--ft-color-surface","","COLOR","#FFFFFF"),No.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),No.create("--ft-color-error","","COLOR","#B00020"),No.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),No.create("--ft-color-opacity-high","","NUMBER","1"),No.create("--ft-color-opacity-medium","","NUMBER","0.74"),No.create("--ft-color-opacity-disabled","","NUMBER","0.38"),No.create("--ft-color-on-primary","","COLOR","#FFFFFF"),No.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),No.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),No.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),No.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),No.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),No.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),No.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),No.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),No.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),No.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),No.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),No.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),No.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),No.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),No.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),No.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),No.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),No.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),No.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),No.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),No.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),No.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),No.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),No.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),No.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),No.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),No.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),No.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),No.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),No.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),No.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),No.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),No.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),No.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-border-radius-S","","SIZE","4px"),No.create("--ft-border-radius-M","","SIZE","8px"),No.create("--ft-border-radius-L","","SIZE","12px"),No.create("--ft-border-radius-XL","","SIZE","16px"),No.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),No.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),No.create("--ft-transition-duration","","UNKNOWN","250ms"),No.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");
|
|
64
|
+
let mo=class extends Zt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new fo(o.insertBefore(zt(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ro}};mo._$litElement$=!0,mo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:mo});const vo=globalThis.litElementPolyfillSupport;vo?.({LitElement:mo}),(globalThis.litElementVersions??=[]).push("4.0.2");const Oo=t=>"string"==typeof t?vt(t):t;class No{static create(t,o,e,r){const i=t=>Oo(null!=t?t:r),n=Ot`var(${Oo(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>Ot`var(${Oo(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),n=Ot`var(${Oo(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e.category,n.fallbackVariable=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>Ot`var(${Oo(t)}, ${i(o)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),n}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):Oo(null!=o?o:t.lastResortDefaultValue()),r=Ot`var(${Oo(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>Ot`var(${Oo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const wo={colorWhite:No.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:No.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:No.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:No.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:No.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:No.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:No.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:No.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:No.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:No.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:No.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:No.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:No.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:No.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:No.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:No.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:No.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:No.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:No.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:No.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:No.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:No.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:No.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:No.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:No.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:No.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:No.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:No.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:No.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:No.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:No.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:No.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:No.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:No.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:No.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:No.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:No.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:No.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:No.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:No.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:No.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:No.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:No.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:No.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:No.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:No.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:No.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:No.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:No.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:No.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:No.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:No.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:No.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:No.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:No.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:No.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:No.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:No.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:No.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:No.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:No.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:No.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:No.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:No.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:No.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:No.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:No.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:No.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:No.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:No.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:No.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:No.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:No.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:No.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:No.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:No.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:No.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:No.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:No.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:No.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:No.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:No.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:No.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:No.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:No.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:No.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:No.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:No.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:No.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:No.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:No.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:No.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:No.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:No.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:No.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:No.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:No.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:No.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:No.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:No.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:No.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:No.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:No.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:No.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:No.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:No.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:No.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:No.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:No.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:No.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:No.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:No.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:No.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:No.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:No.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:No.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:No.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:No.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:No.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:No.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:No.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:No.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:No.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:No.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:No.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:No.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:No.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:No.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:No.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:No.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:No.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:No.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:No.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:No.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:No.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:No.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:No.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:No.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:No.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:No.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:No.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:No.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:No.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:No.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:No.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:No.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:No.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:No.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:No.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:No.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:No.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:No.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:No.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:No.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:No.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:No.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:No.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:No.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:No.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:No.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:No.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:No.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:No.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:No.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:No.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:No.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:No.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:No.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:No.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:No.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:No.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:No.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:No.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:No.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:No.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:No.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:No.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:No.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:No.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:No.create("--ft-icon-size-6","","SIZE","48px"),opacity0:No.create("--ft-opacity-0","","NUMBER","0"),opacity8:No.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:No.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:No.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:No.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:No.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:No.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:No.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:No.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:No.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:No.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:No.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:No.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:No.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:No.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")};No.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-display-lineHeight","","SIZE","120%"),No.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),No.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),No.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-display-textCase","","UNKNOWN","none"),No.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),No.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),No.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),No.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),No.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),No.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),No.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),No.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),No.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),No.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),No.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),No.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),No.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),No.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),No.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),No.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),No.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),No.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),No.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),No.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),No.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),No.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),No.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),No.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),No.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),No.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),No.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),No.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),No.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),No.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none"),No.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),No.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),No.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),No.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),No.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),No.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),No.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),No.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),No.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none");const So={backgroundActionPrimary:No.extend("--ft-background-action-primary","Used as backgorund of primary action components.",wo.colorBrand0),backgroundErrorPrimary:No.extend("--ft-background-error-primary","Used as background of error components.",wo.colorRed0),backgroundErrorSubtle:No.extend("--ft-background-error-subtle","Used as background of subtle error components.",wo.colorRed10),backgroundInfoPrimary:No.extend("--ft-background-info-primary","Used as background of information components.",wo.colorCyan200),backgroundInfoSubtle:No.extend("--ft-background-info-subtle","Used as background of subtle information components.",wo.colorCyan10),backgroundWarningPrimary:No.extend("--ft-background-warning-primary","Used as background of warning components.",wo.colorOrange300),backgroundWarningSubtle:No.extend("--ft-background-warning-subtle","Used as background of subtle information components.",wo.colorOrange10),backgroundSuccessPrimary:No.extend("--ft-background-success-primary","Used as background of success components.",wo.colorGreen200),backgroundSuccessSubtle:No.extend("--ft-background-success-subtle","Used as background of subtle success components.",wo.colorGreen10),backgroundGlobalSurface:No.extend("--ft-background-global-surface","Used as app background.",wo.colorWhite),backgroundGlobalOnSurface:No.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",wo.colorGray10),backgroundGlobalOnSurfaceDark:No.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",wo.colorGray30),contentActionPrimary:No.extend("--ft-content-action-primary","Used on label of primary action on light surface.",wo.colorBrand0),contentWarningPrimary:No.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",wo.colorOrange300),contentWarningIconOnly:No.extend("--ft-content-warning-icon-only","Used on warning status icons alone",wo.colorOrange0),contentErrorPrimary:No.extend("--ft-content-error-primary","Used on label of error messages on light surface.",wo.colorRed0),contentErrorIconOnly:No.extend("--ft-content-error-icon-only","Used on error status icons alone",wo.colorRed0),contentInfoPrimary:No.extend("--ft-content-info-primary","Used on label of information messages on light surface.",wo.colorCyan200),contentInfoIconOnly:No.extend("--ft-content-info-icon-only","Used on info status icons alone",wo.colorCyan0),contentSuccessPrimary:No.extend("--ft-content-success-primary","Used on label of success messages on light surface.",wo.colorGreen200),contentSuccessIconOnly:No.extend("--ft-content-success-icon-only","Used on success status icons alone",wo.colorGreen0),contentGlobalPrimary:No.extend("--ft-content-global-primary","Used for main content on the page.",wo.colorGray500),contentGlobalSecondary:No.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",wo.colorGray200),contentGlobalSubtle:No.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",wo.colorGray0),contentGlobalOnColor:No.extend("--ft-content-global-on-color","Used for content on a dominant color.",wo.colorWhite),borderActionPrimary:No.extend("--ft-border-action-primary","Used as border for primary action components.",wo.colorBrand0),borderActionFocusRing:No.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",wo.colorCyan0),borderWarningPrimary:No.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",wo.colorOrange300),borderWarningSubtle:No.extend("--ft-border-warning-subtle","Used as border for warning components.",wo.colorOrange30),borderSuccessPrimary:No.extend("--ft-border-success-primary","Used as border for success buttons.",wo.colorGreen200),borderSuccessSubtle:No.extend("--ft-border-success-subtle","Used as border for success components.",wo.colorGreen30),borderErrorPrimary:No.extend("--ft-border-error-primary","Used as border for text fields in error states.",wo.colorRed0),borderErrorSubtle:No.extend("--ft-border-error-subtle","Used as border for error components.",wo.colorRed30),borderInfoPrimary:No.extend("--ft-border-info-primary","Used as border for buttons in info color.",wo.colorCyan200),borderInfoSubtle:No.extend("--ft-border-info-subtle","Used as border for information components.",wo.colorCyan30),borderGlobalPrimary:No.extend("--ft-border-global-primary","Used as border for element like input.",wo.colorGray50),borderGlobalSubtle:No.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",wo.colorGray30),borderInputPrimary:No.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",wo.colorGray80)};No.create("--ft-button-large-height","","SIZE","40px"),No.extend("--ft-button-large-horizontal-padding","",wo.spacing4),No.extend("--ft-button-large-gap","",wo.spacing2),No.extend("--ft-button-large-border-radius","",wo.borderRadiusS),No.extend("--ft-button-large-icon-size","",wo.iconSize3),No.create("--ft-button-large-border-width","","SIZE","1px"),No.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),No.create("--ft-button-large-focus-outline-width","","SIZE","2px"),No.create("--ft-button-large-icon-only-width","","SIZE","40px"),No.create("--ft-button-small-height","","SIZE","30px"),No.extend("--ft-button-small-horizontal-padding","",wo.spacing3),No.extend("--ft-button-small-gap","",wo.spacing2),No.extend("--ft-button-small-border-radius","",wo.borderRadiusS),No.extend("--ft-button-small-icon-size","",wo.iconSize2),No.create("--ft-button-small-border-width","","SIZE","1px"),No.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),No.create("--ft-button-small-focus-outline-width","","SIZE","2px"),No.create("--ft-button-small-icon-only-width","","SIZE","30px"),No.extend("--ft-button-primary-background-color","",So.backgroundActionPrimary),No.extend("--ft-button-primary-color","",So.contentGlobalOnColor),No.extend("--ft-button-primary-icon-color","",So.contentGlobalOnColor),No.extend("--ft-button-primary-state-layer-color","",So.contentGlobalOnColor),No.extend("--ft-button-primary-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-button-primary-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-button-primary-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-button-primary-component-opacity-disabled","",wo.opacity40),No.extend("--ft-button-focus-focus-ring-color","",So.borderActionFocusRing),No.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-tertiary-color","",So.contentActionPrimary),No.extend("--ft-button-tertiary-icon-color","",So.contentActionPrimary),No.extend("--ft-button-tertiary-state-layer-color","",So.contentActionPrimary),No.extend("--ft-button-tertiary-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-button-tertiary-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-button-tertiary-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-button-tertiary-component-opacity-disabled","",wo.opacity40),No.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-secondary-color","",So.contentActionPrimary),No.extend("--ft-button-secondary-icon-color","",So.contentActionPrimary),No.extend("--ft-button-secondary-state-layer-color","",So.contentActionPrimary),No.extend("--ft-button-secondary-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-button-secondary-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-button-secondary-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-button-secondary-component-opacity-disabled","",wo.opacity40),No.extend("--ft-button-secondary-border-color","",So.borderActionPrimary),No.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-neutral-icon-color","",So.contentGlobalSecondary),No.extend("--ft-button-neutral-color","",So.contentGlobalSecondary),No.extend("--ft-button-neutral-state-layer-color","",So.contentGlobalSecondary),No.extend("--ft-button-neutral-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-button-neutral-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-button-neutral-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-button-neutral-component-opacity-disabled","",wo.opacity40),No.extend("--ft-floating-menu-horizontal-padding","",wo.spacing4),No.extend("--ft-floating-menu-vertical-padding","",wo.spacing4),No.extend("--ft-floating-menu-off-icon-color","",So.contentGlobalPrimary),No.extend("--ft-floating-menu-off-color","",So.contentGlobalPrimary),No.extend("--ft-floating-menu-on-color","",So.contentActionPrimary),No.extend("--ft-floating-menu-on-icon-color","",So.contentActionPrimary),No.extend("--ft-floating-menu-on-state-layer-color","",So.contentActionPrimary),No.extend("--ft-floating-menu-gap","",wo.spacing3),No.extend("--ft-floating-menu-focus-focus-ring-color","",So.borderActionFocusRing),No.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),No.extend("--ft-floating-menu-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-floating-menu-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-floating-menu-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-floating-menu-component-opacity-disabled","",wo.opacity40),No.extend("--ft-floating-menu-icon-size","",wo.iconSize3),No.extend("--ft-floating-menu-background-color","",So.backgroundGlobalOnSurface),No.extend("--ft-tabs-top-left-border-radius","",wo.borderRadiusS),No.extend("--ft-tabs-top-right-border-radius","",wo.borderRadiusS),No.extend("--ft-tabs-label-horizontal-padding","",wo.spacing4),No.extend("--ft-tabs-label-vertical-padding","",wo.spacing3),No.extend("--ft-tabs-label-gap","",wo.spacing1),No.extend("--ft-tabs-icon-horizontal-padding","",wo.spacing1),No.extend("--ft-tabs-icon-vertical-padding","",wo.spacing4),No.create("--ft-tabs-focus-outline-width","","SIZE","2px"),No.extend("--ft-tabs-focus-focus-ring-color","",So.borderActionFocusRing),No.extend("--ft-tabs-off-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-tabs-off-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-tabs-off-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-tabs-off-component-opacity-disabled","",wo.opacity40),No.extend("--ft-tabs-off-color","",So.contentGlobalSubtle),No.extend("--ft-tabs-off-state-layer-color","",So.contentGlobalSubtle),No.extend("--ft-tabs-on-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-tabs-on-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-tabs-on-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-tabs-on-component-opacity-disabled","",wo.opacity40),No.extend("--ft-tabs-on-color","",So.contentActionPrimary),No.extend("--ft-tabs-on-state-layer-color","",So.contentActionPrimary),No.extend("--ft-collapsible-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-collapsible-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-collapsible-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-collapsible-component-opacity-disabled","",wo.opacity40),No.extend("--ft-collapsible-horizontal-padding","",wo.spacing4),No.extend("--ft-collapsible-vertical-padding","",wo.spacing3),No.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),No.extend("--ft-collapsible-focus-focus-ring-color","",So.borderActionFocusRing),No.extend("--ft-collapsible-color","",So.contentGlobalPrimary),No.extend("--ft-collapsible-state-layer-color","",So.contentGlobalPrimary),No.extend("--ft-collapsible-background-color","",So.backgroundGlobalOnSurface),No.extend("--ft-collapsible-border-color","",So.borderGlobalSubtle),No.extend("--ft-collapsible-icon-size","",wo.iconSize3),No.extend("--ft-switch-group-horizontal-padding","",wo.spacing1),No.extend("--ft-switch-group-vertical-padding","",wo.spacing1),No.extend("--ft-switch-group-gap","",wo.spacing1),No.extend("--ft-switch-group-background-color","",So.backgroundGlobalSurface),No.extend("--ft-switch-group-border-color","",So.borderGlobalSubtle),No.create("--ft-switch-group-border-radius","","SIZE","6px"),No.extend("--ft-switch-label-horizontal-padding","",wo.spacing2),No.extend("--ft-switch-label-vertical-padding","",wo.spacing1),No.extend("--ft-switch-icon-horizontal-padding","",wo.spacing1),No.extend("--ft-switch-icon-vertical-padding","",wo.spacing1),No.create("--ft-switch-focus-outline-width","","SIZE","2px"),No.extend("--ft-switch-focus-focus-ring-color","",So.borderActionFocusRing),No.extend("--ft-switch-option-border-radius","",wo.borderRadiusS),No.extend("--ft-switch-off-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-switch-off-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-switch-off-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-switch-off-component-opacity-disabled","",wo.opacity40),No.extend("--ft-switch-off-color","",So.contentGlobalSubtle),No.extend("--ft-switch-off-state-layer-color","",So.contentGlobalSubtle),No.extend("--ft-switch-on-state-layer-opacity-hover","",wo.opacity8),No.extend("--ft-switch-on-state-layer-opacity-focus","",wo.opacity8),No.extend("--ft-switch-on-state-layer-opacity-active","",wo.opacity16),No.extend("--ft-switch-on-component-opacity-disabled","",wo.opacity40),No.extend("--ft-switch-on-color","",So.contentActionPrimary),No.extend("--ft-switch-on-state-layer-color","",So.contentActionPrimary),No.extend("--ft-chart-1-light","for area color charts",wo.colorBrand40),No.extend("--ft-chart-1-base","for line charts",wo.colorBrand0),No.extend("--ft-chart-2-light","for area color charts",wo.colorYellow60),No.extend("--ft-chart-2-base","for line charts",wo.colorYellow100),No.extend("--ft-chart-3-light","",wo.colorUltramarine40),No.extend("--ft-chart-3-base","",wo.colorUltramarine70),No.extend("--ft-chart-4-light","",wo.colorCyan50),No.extend("--ft-chart-4-base","",wo.colorCyan100),No.extend("--ft-chart-5-light","",wo.colorRed40),No.extend("--ft-chart-5-base","",wo.colorRed60),No.extend("--ft-chart-6-light","",wo.colorGreen40),No.extend("--ft-chart-6-base","",wo.colorGreen70),No.extend("--ft-chart-7-light","",wo.colorOrange70),No.extend("--ft-chart-7-base","",wo.colorOrange100),No.extend("--ft-chart-8-light","",wo.colorAvocado70),No.extend("--ft-chart-8-base","",wo.colorAvocado200),No.extend("--ft-chart-9-light","",wo.colorBrown50),No.extend("--ft-chart-9-base","",wo.colorBrown200),No.extend("--ft-chart-10-light","",wo.colorGray50),No.extend("--ft-chart-10-base","",wo.colorGray80),No.extend("--ft-chart-monochrome-10","",wo.colorBrand10),No.extend("--ft-chart-monochrome-20","",wo.colorBrand20),No.extend("--ft-chart-monochrome-30","",wo.colorBrand40),No.extend("--ft-chart-monochrome-40","",wo.colorBrand60),No.extend("--ft-chart-monochrome-50","",wo.colorBrand0),No.extend("--ft-chart-monochrome-60","",wo.colorBrand200),No.extend("--ft-chip-large-horizontal-padding","",wo.spacing4),No.extend("--ft-chip-large-vertical-padding","",wo.spacing2),No.extend("--ft-chip-large-gap","",wo.spacing1),No.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-large-border-radius","",wo.borderRadiusPill),No.create("--ft-chip-large-border-width","","SIZE","1px"),No.extend("--ft-chip-large-icon-size","",wo.iconSize3),No.extend("--ft-chip-medium-horizontal-padding","",wo.spacing3),No.extend("--ft-chip-medium-vertical-padding","",wo.spacing1),No.extend("--ft-chip-medium-gap","",wo.spacing1),No.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-medium-border-radius","",wo.borderRadiusPill),No.create("--ft-chip-medium-border-width","","SIZE","1px"),No.extend("--ft-chip-medium-icon-size","",wo.iconSize2),No.extend("--ft-chip-small-horizontal-padding","",wo.spacing2),No.extend("--ft-chip-small-vertical-padding","",wo.spacing05),No.extend("--ft-chip-small-gap","",wo.spacing1),No.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-small-border-radius","",wo.borderRadiusPill),No.create("--ft-chip-small-border-width","","SIZE","1px"),No.extend("--ft-chip-small-icon-size","",wo.iconSize1),No.extend("--ft-chip-neutral-background-color","",So.backgroundGlobalOnSurface),No.extend("--ft-chip-neutral-color","",So.contentGlobalPrimary),No.extend("--ft-chip-neutral-border-color","",So.borderGlobalSubtle),No.extend("--ft-chip-info-background-color","",So.backgroundInfoSubtle),No.extend("--ft-chip-info-color","",So.contentInfoPrimary),No.extend("--ft-chip-info-border-color","",So.borderInfoSubtle),No.extend("--ft-chip-success-background-color","",So.backgroundSuccessSubtle),No.extend("--ft-chip-success-color","",So.contentSuccessPrimary),No.extend("--ft-chip-success-border-color","",So.borderSuccessSubtle),No.extend("--ft-chip-warning-background-color","",So.backgroundWarningSubtle),No.extend("--ft-chip-warning-color","",So.contentWarningPrimary),No.extend("--ft-chip-warning-border-color","",So.borderWarningSubtle),No.extend("--ft-chip-error-background-color","",So.backgroundErrorSubtle),No.extend("--ft-chip-error-color","",So.contentErrorPrimary),No.extend("--ft-chip-error-border-color","",So.borderErrorSubtle),No.create("--ft-notice-border-width","","SIZE","1px"),No.extend("--ft-notice-horizontal-padding","",wo.spacing2),No.extend("--ft-notice-vertical-padding","",wo.spacing1),No.extend("--ft-notice-border-radius","",wo.borderRadiusS),No.extend("--ft-notice-gap","",wo.spacing2),No.extend("--ft-notice-icon-size","",wo.iconSize3),No.extend("--ft-notice-info-background-color","",So.backgroundInfoSubtle),No.extend("--ft-notice-info-border-color","",So.borderInfoSubtle),No.extend("--ft-notice-info-color","",So.contentInfoPrimary),No.extend("--ft-notice-warning-background-color","",So.backgroundWarningSubtle),No.extend("--ft-notice-warning-border-color","",So.borderWarningSubtle),No.extend("--ft-notice-warning-color","",So.contentWarningPrimary),No.extend("--ft-checkbox-label-color","",So.contentGlobalPrimary),No.extend("--ft-checkbox-checked-background-color","",So.contentActionPrimary),No.extend("--ft-checkbox-checked-state-layer-color","",So.contentActionPrimary),No.extend("--ft-checkbox-checked-color","",So.contentGlobalOnColor),No.extend("--ft-checkbox-checked-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-checkbox-checked-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-checkbox-checked-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-checkbox-checked-component-opacity-disabled","",wo.opacity40),No.extend("--ft-checkbox-unchecked-border-color","",wo.colorGray80),No.extend("--ft-checkbox-unchecked-state-layer-color","",wo.colorGray80),No.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-checkbox-unchecked-component-opacity-disabled","",wo.opacity40),No.extend("--ft-checkbox-focus-focus-ring-color","",So.borderActionFocusRing),No.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),No.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),No.extend("--ft-checkbox-gap","",wo.spacing3),No.extend("--ft-toggle-off-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-toggle-off-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-toggle-off-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-toggle-off-component-opacity-disabled","",wo.opacity40),No.extend("--ft-toggle-off-background-color","",So.contentGlobalSubtle),No.extend("--ft-toggle-off-icon-color","",So.contentGlobalSubtle),No.extend("--ft-toggle-off-state-layer-color","",So.contentGlobalSubtle),No.extend("--ft-toggle-on-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-toggle-on-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-toggle-on-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-toggle-on-component-opacity-disabled","",wo.opacity40),No.extend("--ft-toggle-on-background-color","",So.contentActionPrimary),No.extend("--ft-toggle-on-icon-color","",So.contentActionPrimary),No.extend("--ft-toggle-on-state-layer-color","",So.contentActionPrimary),No.extend("--ft-toggle-label-color","",So.contentGlobalPrimary),No.extend("--ft-toggle-focus-focus-ring-color","",So.borderActionFocusRing),No.extend("--ft-toggle-gap","",wo.spacing3),No.extend("--ft-radio-label-color","",So.contentGlobalPrimary),No.extend("--ft-radio-selected-color","",So.contentActionPrimary),No.extend("--ft-radio-selected-state-layer-color","",So.contentActionPrimary),No.extend("--ft-radio-selected-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-radio-selected-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-radio-selected-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-radio-selected-component-opacity-disabled","",wo.opacity40),No.extend("--ft-radio-unselected-state-layer-color","",wo.colorGray80),No.extend("--ft-radio-unselected-state-layer-opacity-hover","",wo.opacity16),No.extend("--ft-radio-unselected-state-layer-opacity-focus","",wo.opacity16),No.extend("--ft-radio-unselected-state-layer-opacity-active","",wo.opacity24),No.extend("--ft-radio-unselected-component-opacity-disabled","",wo.opacity40),No.extend("--ft-radio-focus-focus-ring-color","",So.borderActionFocusRing),No.create("--ft-radio-focus-outline-offset","","SIZE","3px"),No.create("--ft-radio-focus-outline-width","","SIZE","2px"),No.extend("--ft-radio-gap","",wo.spacing3),No.extend("--ft-notification-icon-size","",wo.iconSize4),No.extend("--ft-notification-horizontal-padding","",wo.spacing4),No.extend("--ft-notification-vertical-padding","",wo.spacing4),No.extend("--ft-notification-info-background-color","",So.backgroundInfoSubtle),No.extend("--ft-notification-info-color","",So.contentInfoPrimary),No.extend("--ft-notification-info-border-color","",So.borderInfoSubtle),No.extend("--ft-notification-success-background-color","",So.backgroundSuccessSubtle),No.extend("--ft-notification-success-color","",So.contentSuccessPrimary),No.extend("--ft-notification-success-border-color","",So.borderSuccessSubtle),No.extend("--ft-notification-warning-background-color","",So.backgroundWarningSubtle),No.extend("--ft-notification-warning-color","",So.contentWarningPrimary),No.extend("--ft-notification-warning-border-color","",So.borderWarningSubtle),No.extend("--ft-notification-error-background-color","",So.backgroundErrorSubtle),No.extend("--ft-notification-error-color","",So.contentErrorPrimary),No.extend("--ft-notification-error-border-color","",So.borderErrorSubtle),No.extend("--ft-notification-border-radius","",wo.borderRadiusPill),No.create("--ft-notification-border-width","","SIZE","1px"),No.extend("--ft-notification-gap-leading","",wo.spacing2),No.extend("--ft-notification-gap-trailing","",wo.spacing8),No.extend("--ft-tooltip-horizontal-padding","",wo.spacing2),No.extend("--ft-tooltip-vertical-padding","",wo.spacing2),No.extend("--ft-tooltip-border-radius","",wo.borderRadiusS),No.extend("--ft-tooltip-label","",So.contentGlobalOnColor),No.extend("--ft-tooltip-background","",So.contentGlobalPrimary),No.extend("--ft-tooltip-background-opacity","",wo.opacity80),No.extend("--ft-tooltip-shadow","",wo.shadowElevation03),No.create("--ft-color-primary","","COLOR","#2196F3"),No.create("--ft-color-primary-variant","","COLOR","#1976D2"),No.create("--ft-color-secondary","","COLOR","#FFCC80"),No.create("--ft-color-secondary-variant","","COLOR","#F57C00"),No.create("--ft-color-surface","","COLOR","#FFFFFF"),No.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),No.create("--ft-color-error","","COLOR","#B00020"),No.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),No.create("--ft-color-opacity-high","","NUMBER","1"),No.create("--ft-color-opacity-medium","","NUMBER","0.74"),No.create("--ft-color-opacity-disabled","","NUMBER","0.38"),No.create("--ft-color-on-primary","","COLOR","#FFFFFF"),No.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),No.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),No.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),No.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),No.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),No.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),No.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),No.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),No.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),No.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),No.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),No.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),No.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),No.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),No.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),No.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),No.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),No.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),No.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),No.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),No.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),No.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),No.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),No.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),No.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),No.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),No.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),No.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),No.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),No.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),No.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),No.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),No.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),No.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),No.create("--ft-border-radius-S","","SIZE","4px"),No.create("--ft-border-radius-M","","SIZE","8px"),No.create("--ft-border-radius-L","","SIZE","12px"),No.create("--ft-border-radius-XL","","SIZE","16px"),No.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),No.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),No.create("--ft-transition-duration","","UNKNOWN","250ms"),No.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");
|
|
65
65
|
/**
|
|
66
66
|
* @license
|
|
67
67
|
* Copyright 2019 Google LLC
|
|
68
68
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
69
69
|
*/
|
|
70
|
-
const
|
|
70
|
+
const xo=window,Eo=xo.ShadowRoot&&(void 0===xo.ShadyCSS||xo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Co extends mo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{Eo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=xo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var Ro,Uo=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};const Io=Symbol("constructorPrototype"),Lo=Symbol("constructorName"),Ao=Symbol("exportpartsDebouncer");class Wo extends Co{constructor(){super(),this[Ro]=new n(5),this[Lo]=this.constructor.name,this[Io]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Lo]&&Object.setPrototypeOf(this,this[Io])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Ao].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...o,...e).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Ro=Ao,Uo([I()],Wo.prototype,"exportpartsPrefix",void 0),Uo([K([])],Wo.prototype,"exportpartsPrefixes",void 0),Uo([I()],Wo.prototype,"customStylesheet",void 0);const ko=No.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");Ot`
|
|
71
71
|
.highlight-html-match {
|
|
72
|
-
background: ${
|
|
72
|
+
background: ${ko};
|
|
73
73
|
}
|
|
74
|
-
`,
|
|
74
|
+
`,Ot`
|
|
75
75
|
.ft-no-text-select {
|
|
76
76
|
-webkit-touch-callout: none;
|
|
77
77
|
-webkit-user-select: none;
|
|
@@ -80,7 +80,7 @@ const Co=window,Ro=Co.ShadowRoot&&(void 0===Co.ShadyCSS||Co.ShadyCSS.nativeShado
|
|
|
80
80
|
-ms-user-select: none;
|
|
81
81
|
user-select: none;
|
|
82
82
|
}
|
|
83
|
-
`,
|
|
83
|
+
`,Ot`
|
|
84
84
|
.ft-word-wrap {
|
|
85
85
|
white-space: normal;
|
|
86
86
|
word-wrap: break-word;
|
|
@@ -92,7 +92,7 @@ const Co=window,Ro=Co.ShadowRoot&&(void 0===Co.ShadyCSS||Co.ShadyCSS.nativeShado
|
|
|
92
92
|
-webkit-hyphens: auto;
|
|
93
93
|
hyphens: auto
|
|
94
94
|
}
|
|
95
|
-
`,
|
|
95
|
+
`,Ot`
|
|
96
96
|
.ft-safari-ellipsis-fix {
|
|
97
97
|
margin-right: 0;
|
|
98
98
|
|
|
@@ -103,10 +103,10 @@ const Co=window,Ro=Co.ShadowRoot&&(void 0===Co.ShadyCSS||Co.ShadyCSS.nativeShado
|
|
|
103
103
|
display: inline-block;
|
|
104
104
|
width: 0;
|
|
105
105
|
}
|
|
106
|
-
`;class jo{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let i=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>i=i.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),i}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}const Po=t=>{const o=null!=t?t:{};return(t,e)=>{var r;const i={hasChanged:(t,o)=>!W(t,o),attribute:!1,...o};I(i)(t,e);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}};class Mo{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter((o=>o.type!==t.type))),this.queue.push(t)}consume(t){const o=this.queue.find((o=>o.type===t));return o&&(this.queue=this.queue.filter((t=>t!==o))),o}}function Fo(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var To,Zo,Do;const _o=Symbol("internalReduxEventsUnsubscribers"),Bo=Symbol("internalStoresUnsubscribers"),$o=Symbol("internalStores");class zo extends Wo{constructor(){super(...arguments),this[To]=new Map,this[Zo]=new Map,this[Do]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[$o].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[$o].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[$o].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Fo(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[$o].delete(o)}setupStore(t,o){this[$o].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[$o].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[Bo].has(t.store):this[Bo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Bo].set(t,o.subscribe((()=>this.updateFromStores()))),Fo(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[_o].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Bo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[_o].forEach((t=>t())),this[_o]=[]}unsubscribeFromStore(t){this[Bo].has(t)&&this[Bo].get(t)(),this[Bo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function Go(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ho(t){return!!t&&!!t[We]}function qo(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===Ke}(t)||Array.isArray(t)||!!t[ke]||!!(null===(o=t.constructor)||void 0===o?void 0:o[ke])||te(t)||oe(t))}function Vo(t,o,e){void 0===e&&(e=!1),0===Yo(t)?(e?Object.keys:je)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function Yo(t){var o=t[We];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:te(t)?2:oe(t)?3:0}function Jo(t,o){return 2===Yo(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function Xo(t,o,e){var r=Yo(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function Qo(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function te(t){return Ue&&t instanceof Map}function oe(t){return Ie&&t instanceof Set}function ee(t){return t.o||t.t}function re(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=Pe(t);delete o[We];for(var e=je(o),r=0;r<e.length;r++){var i=e[r],n=o[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(o[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),o)}function ie(t,o){return void 0===o&&(o=!1),ae(t)||Ho(t)||!qo(t)||(Yo(t)>1&&(t.set=t.add=t.clear=t.delete=ne),Object.freeze(t),o&&Vo(t,(function(t,o){return ie(o,!0)}),!0)),t}function ne(){Go(2)}function ae(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function se(t){var o=Me[t];return o||Go(18,t),o}function ce(){return Re}function le(t,o){o&&(se("Patches"),t.u=[],t.s=[],t.v=o)}function fe(t){he(t),t.p.forEach(de),t.p=null}function he(t){t===Re&&(Re=t.l)}function ue(t){return Re={p:[],l:Re,h:t,m:!0,_:0}}function de(t){var o=t[We];0===o.i||1===o.i?o.j():o.g=!0}function pe(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||se("ES5").S(o,t,r),r?(e[We].P&&(fe(o),Go(4)),qo(t)&&(t=ye(o,t),o.l||ge(o,t)),o.u&&se("Patches").M(e[We].t,t,o.u,o.s)):t=ye(o,e,[]),fe(o),o.u&&o.v(o.u,o.s),t!==Ae?t:void 0}function ye(t,o,e){if(ae(o))return o;var r=o[We];if(!r)return Vo(o,(function(i,n){return be(t,r,o,i,n,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return ge(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=re(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),Vo(n,(function(o,n){return be(t,r,i,o,n,e,a)})),ge(t,i,!1),e&&t.u&&se("Patches").N(r,e,t.u,t.s)}return r.o}function be(t,o,e,r,i,n,a){if(Ho(i)){var s=ye(t,i,n&&o&&3!==o.i&&!Jo(o.R,r)?n.concat(r):void 0);if(Xo(e,r,s),!Ho(s))return;t.m=!1}else a&&e.add(i);if(qo(i)&&!ae(i)){if(!t.h.D&&t._<1)return;ye(t,i),o&&o.A.l||ge(t,i)}}function ge(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&ie(o,e)}function me(t,o){var e=t[We];return(e?ee(e):t)[o]}function Oe(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function ve(t){t.P||(t.P=!0,t.l&&ve(t.l))}function we(t){t.o||(t.o=re(t.t))}function Ne(t,o,e){var r=te(o)?se("MapSet").F(o,e):oe(o)?se("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:ce(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},i=r,n=Fe;e&&(i=[r],n=Te);var a=Proxy.revocable(i,n),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(o,e):se("ES5").J(o,e);return(e?e.A:ce()).p.push(r),r}function Se(t){return Ho(t)||Go(22,t),function t(o){if(!qo(o))return o;var e,r=o[We],i=Yo(o);if(r){if(!r.P&&(r.i<4||!se("ES5").K(r)))return r.t;r.I=!0,e=Ee(o,i),r.I=!1}else e=Ee(o,i);return Vo(e,(function(o,i){r&&function(t,o){return 2===Yo(t)?t.get(o):t[o]}(r.t,o)===i||Xo(e,o,t(i))})),3===i?new Set(e):e}(t)}function Ee(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return re(t)}To=Bo,Zo=$o,Do=_o,zo.reduxProperties=new Map,zo.reduxReactiveProperties=new Set,zo.reduxEventListeners=new Map;var Ce,Re,xe="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Ue="undefined"!=typeof Map,Ie="undefined"!=typeof Set,Le="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Ae=xe?Symbol.for("immer-nothing"):((Ce={})["immer-nothing"]=!0,Ce),ke=xe?Symbol.for("immer-draftable"):"__$immer_draftable",We=xe?Symbol.for("immer-state"):"__$immer_state",Ke=""+Object.prototype.constructor,je="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Pe=Object.getOwnPropertyDescriptors||function(t){var o={};return je(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},Me={},Fe={get:function(t,o){if(o===We)return t;var e=ee(t);if(!Jo(e,o))return function(t,o,e){var r,i=Oe(o,e);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!qo(r)?r:r===me(t.t,o)?(we(t),t.o[o]=Ne(t.A.h,r,t)):r},has:function(t,o){return o in ee(t)},ownKeys:function(t){return Reflect.ownKeys(ee(t))},set:function(t,o,e){var r=Oe(ee(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var i=me(ee(t),o),n=null==i?void 0:i[We];if(n&&n.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(Qo(e,i)&&(void 0!==e||Jo(t.t,o)))return!0;we(t),ve(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==me(t.t,o)||o in t.t?(t.R[o]=!1,we(t),ve(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=ee(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){Go(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Go(12)}},Te={};Vo(Fe,(function(t,o){Te[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),Te.deleteProperty=function(t,o){return Te.set.call(this,t,o,void 0)},Te.set=function(t,o,e){return Fe.set.call(this,t[0],o,e,t[0])};var Ze=function(){function t(t){var o=this;this.O=Le,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var i=e;e=t;var n=o;return function(t){var o=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=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&Go(6),void 0!==r&&"function"!=typeof r&&Go(7),qo(t)){var s=ue(o),c=Ne(o,t,void 0),l=!0;try{a=e(c),l=!1}finally{l?fe(s):he(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return le(s,r),pe(t,s)}),(function(t){throw fe(s),t})):(le(s,r),pe(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Ae&&(a=void 0),o.D&&ie(a,!0),r){var f=[],h=[];se("Patches").M(t,a,f,h),r(f,h)}return a}Go(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(i))}))};var r,i,n=o.produce(t,e,(function(t,o){r=t,i=o}));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 o=t.prototype;return o.createDraft=function(t){qo(t)||Go(8),Ho(t)&&(t=Se(t));var o=ue(this),e=Ne(this,t,void 0);return e[We].C=!0,he(o),e},o.finishDraft=function(t,o){var e=(t&&t[We]).A;return le(e,o),pe(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!Le&&Go(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var i=se("Patches").$;return Ho(t)?i(t,o):this.produce(t,(function(t){return i(t,o)}))},t}(),De=new Ze,_e=De.produce;function Be(t){return Be="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},Be(t)}function $e(t){var o=function(t,o){if("object"!==Be(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==Be(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===Be(o)?o:String(o)}function ze(t,o,e){return(o=$e(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function Ge(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function He(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?Ge(Object(e),!0).forEach((function(o){ze(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Ge(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function qe(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}De.produceWithPatches.bind(De),De.setAutoFreeze.bind(De),De.setUseProxies.bind(De),De.applyPatches.bind(De),De.createDraft.bind(De),De.finishDraft.bind(De);var Ve="function"==typeof Symbol&&Symbol.observable||"@@observable",Ye=function(){return Math.random().toString(36).substring(7).split("").join(".")},Je={INIT:"@@redux/INIT"+Ye(),REPLACE:"@@redux/REPLACE"+Ye(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ye()}};function Xe(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(qe(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(qe(1));return e(Xe)(t,o)}if("function"!=typeof t)throw new Error(qe(2));var i=t,n=o,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(qe(3));return n}function h(t){if("function"!=typeof t)throw new Error(qe(4));if(c)throw new Error(qe(5));var o=!0;return l(),s.push(t),function(){if(o){if(c)throw new Error(qe(6));o=!1,l();var e=s.indexOf(t);s.splice(e,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(qe(7));if(void 0===t.type)throw new Error(qe(8));if(c)throw new Error(qe(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var o=a=s,e=0;e<o.length;e++){(0,o[e])()}return t}return u({type:Je.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(qe(10));i=t,u({type:Je.REPLACE})}})[Ve]=function(){var t,o=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(qe(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[Ve]=function(){return this},t},r}function Qe(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var i=o[r];"function"==typeof t[i]&&(e[i]=t[i])}var n,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:Je.INIT}))throw new Error(qe(12));if(void 0===e(void 0,{type:Je.PROBE_UNKNOWN_ACTION()}))throw new Error(qe(13))}))}(e)}catch(t){n=t}return function(t,o){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var c=a[s],l=e[c],f=t[c],h=l(f,o);if(void 0===h)throw o&&o.type,new Error(qe(14));i[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function tr(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function or(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(qe(15))},i={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=o.map((function(t){return t(i)}));return r=tr.apply(void 0,n)(e.dispatch),He(He({},e),{},{dispatch:r})}}}function er(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(i){return"function"==typeof i?i(e,r,t):o(i)}}}}var rr=er();rr.withExtraArgument=er;var ir,nr=rr,ar=(ir=function(t,o){return ir=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},ir(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}ir(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),sr=function(t,o){var e,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(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=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=o.call(t,a)}catch(t){n=[6,t],r=0}finally{e=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},cr=function(t,o){for(var e=0,r=o.length,i=t.length;e<r;e++,i++)t[i]=o[e];return t},lr=Object.defineProperty,fr=Object.defineProperties,hr=Object.getOwnPropertyDescriptors,ur=Object.getOwnPropertySymbols,dr=Object.prototype.hasOwnProperty,pr=Object.prototype.propertyIsEnumerable,yr=function(t,o,e){return o in t?lr(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},br=function(t,o){for(var e in o||(o={}))dr.call(o,e)&&yr(t,e,o[e]);if(ur)for(var r=0,i=ur(o);r<i.length;r++){e=i[r];pr.call(o,e)&&yr(t,e,o[e])}return t},gr=function(t,o){return fr(t,hr(o))},mr="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?tr:tr.apply(null,arguments)};var Or=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return ar(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,cr([void 0],t[0].concat(this)))):new(o.bind.apply(o,cr([void 0],t.concat(this))))},o}(Array),vr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return ar(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,cr([void 0],t[0].concat(this)))):new(o.bind.apply(o,cr([void 0],t.concat(this))))},o}(Array);function wr(t){return qo(t)?_e(t,(function(){})):t}function Nr(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new Or;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(nr.withExtraArgument(e.extraArgument)):r.push(nr));return r}(t)}}function Sr(t){var o,e=Nr(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?e():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,d=void 0===u?void 0:u;if("function"==typeof n)o=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(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');o=Qe(n)}var p=s;"function"==typeof p&&(p=p(e));var y=or.apply(void 0,p),b=tr;l&&(b=mr(br({trace:!1},"object"==typeof l&&l)));var g=new vr(y),m=g;return Array.isArray(d)?m=cr([y],d):"function"==typeof d&&(m=d(g)),Xe(o,h,b.apply(void 0,m))}function Er(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var i=o.apply(void 0,e);if(!i)throw new Error("prepareAction did not return an object");return br(br({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function Cr(t){var o,e={},r=[],i={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,i},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),i},addDefaultCase:function(t){return o=t,i}};return t(i),[e,r,o]}function Rr(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:wr(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},c={};function l(){var o="function"==typeof t.extraReducers?Cr(t.extraReducers):[t.extraReducers],e=o[0],i=void 0===e?{}:e,n=o[1],a=void 0===n?[]:n,c=o[2],l=void 0===c?void 0:c,f=br(br({},i),s);return function(t,o,e,r){void 0===e&&(e=[]);var i,n="function"==typeof o?Cr(o):[o,e,r],a=n[0],s=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return wr(t())};else{var l=wr(t);i=function(){return l}}function f(t,o){void 0===t&&(t=i());var e=cr([a[o.type]],s.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[c]),e.reduce((function(t,e){if(e){var r;if(Ho(t))return void 0===(r=e(t,o))?t:r;if(qo(t))return _e(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var i=r[e];t.addMatcher(i.matcher,i.reducer)}l&&t.addDefaultCase(l)}))}return n.forEach((function(t){var e,r,n=i[t],l=o+"/"+t;"reducer"in n?(e=n.reducer,r=n.prepare):e=n,a[t]=e,s[l]=e,c[t]=r?Er(l,r):Er(l)})),{name:o,reducer:function(t,o){return e||(e=l()),e(t,o)},actions:c,caseReducers:a,getInitialState:function(){return e||(e=l()),e.getInitialState()}}}var xr=["name","message","stack","code"],Ur=function(t,o){this.payload=t,this.meta=o},Ir=function(t,o){this.payload=t,this.meta=o},Lr=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=xr;e<r.length;e++){var i=r[e];"string"==typeof t[i]&&(o[i]=t[i])}return o}return{message:String(t)}};function Ar(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=Er(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:gr(br({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),i=Er(t+"/pending",(function(t,o,e){return{payload:void 0,meta:gr(br({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),n=Er(t+"/rejected",(function(t,o,r,i,n){return{payload:i,error:(e&&e.serializeError||Lr)(t||"Rejected"),meta:gr(br({},n||{}),{arg:r,requestId:o,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,c,l){var f,h=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),u=new a;function d(t){f=t,u.abort()}var p=function(){return a=this,p=null,y=function(){var a,p,y,b,g,m;return sr(this,(function(O){switch(O.label){case 0:return O.trys.push([0,4,,5]),b=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:l}),null===(v=b)||"object"!=typeof v||"function"!=typeof v.then?[3,2]:[4,b];case 1:b=O.sent(),O.label=2;case 2:if(!1===b||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return g=new Promise((function(t,o){return u.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),s(i(h,t,null==(p=null==e?void 0:e.getPendingMeta)?void 0:p.call(e,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([g,Promise.resolve(o(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:d,rejectWithValue:function(t,o){return new Ur(t,o)},fulfillWithValue:function(t,o){return new Ir(t,o)}})).then((function(o){if(o instanceof Ur)throw o;return o instanceof Ir?r(o.payload,h,t,o.meta):r(o,h,t)}))])];case 3:return y=O.sent(),[3,5];case 4:return m=O.sent(),y=m instanceof Ur?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&n.match(y)&&y.meta.condition||s(y),[2,y]}var v}))},new Promise((function(t,o){var e=function(t){try{i(y.next(t))}catch(t){o(t)}},r=function(t){try{i(y.throw(t))}catch(t){o(t)}},i=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};i((y=y.apply(a,p)).next())}));var a,p,y}();return Object.assign(p,{abort:d,requestId:h,arg:t,unwrap:function(){return p.then(Ar)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var kr,Wr,Kr="listenerMiddleware";Er(Kr+"/add"),Er(Kr+"/removeAll"),Er(Kr+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=i[t];return e?e.enumerable=o:i[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[We];return Fe.get(o,t)},set:function(o){var e=this[We];Fe.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var i=t[o][We];if(!i.P)switch(i.i){case 5:r(i)&&ve(i);break;case 4:e(i)&&ve(i)}}}function e(t){for(var o=t.t,e=t.k,r=je(e),i=r.length-1;i>=0;i--){var n=r[i];if(n!==We){var a=o[n];if(void 0===a&&!Jo(o,n))return!0;var s=e[n],c=s&&s[We];if(c?c.t!==a:!Qo(s,a))return!0}}var l=!!o[We];return r.length!==je(o).length+(l?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var i={};!function(t,o){Me[t]||(Me[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),i=function(o,e){if(o){for(var r=Array(e.length),i=0;i<e.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=Pe(e);delete n[We];for(var a=je(n),s=0;s<a.length;s++){var c=a[s];n[c]=t(c,o||!!n[c].enumerable)}return Object.create(Object.getPrototypeOf(e),n)}(r,o),n={i:r?5:4,A:e?e.A:ce(),P:!1,I:!1,R:{},l:e,t:o,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,We,{value:n,writable:!0}),i},S:function(t,e,i){i?Ho(e)&&e[We].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[We];if(e){var i=e.t,n=e.k,a=e.R,s=e.i;if(4===s)Vo(n,(function(o){o!==We&&(void 0!==i[o]||Jo(i,o)?a[o]||t(n[o]):(a[o]=!0,ve(e)))})),Vo(i,(function(t){void 0!==n[t]||Jo(n,t)||(a[t]=!1,ve(e))}));else if(5===s){if(r(e)&&(ve(e),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var l=i.length;l<n.length;l++)a[l]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class jr{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[e];if(Fo(i))return i;if(null==r)return;const n=Rr({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=Sr({reducer:(t,o)=>{var e;switch(o.type){case"CLEAR_FT_REDUX_STORE":return n.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(e=o.overwrites)&&void 0!==e?e:{}};default:return n.reducer(t,o)}}});return window.ftReduxStores[r.name]=new jr(n,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Mo,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,i=t[r];return i?(...t)=>{const o=i(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_STATE_FIELDS_VALUES_SETTER",overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Wr=null===(kr=window.safari)||void 0===kr?void 0:kr.pushNotification)||void 0===Wr||Wr.toString());const Pr=wt`
|
|
107
|
-
`,Mr={setRequest:(t,o)=>{t.request=o.payload},setRequestQuery:(t,o)=>{t.request.query=o.payload},setRequestContentLocale:(t,o)=>{t.request.contentLocale=o.payload},setPageSize:(t,o)=>{t.request.paging.perPage=o.payload},setPageNumber:(t,o)=>{t.request.paging.page=o.payload},setRequestSort:(t,o)=>{t.request.sort=o.payload},setRequestFilters:(t,o)=>{t.request.filters=o.payload},setRequestFacets:(t,o)=>{t.request.facets=o.payload},setRequestVirtualField:(t,o)=>{t.request.virtualField=o.payload},setRequestScope:(t,o)=>{t.request.scope=o.payload},setResults:(t,o)=>{t.results=o.payload},setFacets:(t,o)=>{t.facets=o.payload},setSpellcheck:(t,o)=>{t.spellcheck=o.payload},setLocales:(t,o)=>{t.locales=o.payload},setPaging:(t,o)=>{t.paging=o.payload},setLiveQuery:(t,o)=>{t.liveQuery=o.payload},setSuggestResults:(t,o)=>{t.suggestResults=o.payload}};var Fr,Tr,Zr,Dr,_r,Br,$r,zr,Gr,Hr,qr,Vr,Yr,Jr,Xr,Qr,ti,oi;!function(t){!function(o){var e={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(e.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],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 o={next:function(){var o=t.shift();return{done:void 0===o,value:o}}};return e.iterable&&(o[Symbol.iterator]=function(){return o}),o}function c(t){this.map={},t instanceof c?t.forEach((function(t,o){this.append(o,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(o){this.append(o,t[o])}),this)}function l(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(o,e){t.onload=function(){o(t.result)},t.onerror=function(){e(t.error)}}))}function h(t){var o=new FileReader,e=f(o);return o.readAsArrayBuffer(t),e}function u(t){if(t.slice)return t.slice(0);var o=new Uint8Array(t.byteLength);return o.set(new Uint8Array(t)),o.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var o;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:e.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:e.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():e.arrayBuffer&&e.blob&&((o=t)&&DataView.prototype.isPrototypeOf(o))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):e.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=u(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},e.blob&&(this.blob=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?l(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return function(t){var o=new FileReader,e=f(o);return o.readAsText(t),e}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var o=new Uint8Array(t),e=new Array(o.length),r=0;r<o.length;r++)e[r]=String.fromCharCode(o[r]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},e.formData&&(this.formData=function(){return this.text().then(b)}),this.json=function(){return this.text().then(JSON.parse)},this}c.prototype.append=function(t,o){t=n(t),o=a(o);var e=this.map[t];this.map[t]=e?e+", "+o:o},c.prototype.delete=function(t){delete this.map[n(t)]},c.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},c.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},c.prototype.set=function(t,o){this.map[n(t)]=a(o)},c.prototype.forEach=function(t,o){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(o,this.map[e],e,this)},c.prototype.keys=function(){var t=[];return this.forEach((function(o,e){t.push(e)})),s(t)},c.prototype.values=function(){var t=[];return this.forEach((function(o){t.push(o)})),s(t)},c.prototype.entries=function(){var t=[];return this.forEach((function(o,e){t.push([e,o])})),s(t)},e.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var p=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(t,o){var e,r,i=(o=o||{}).body;if(t instanceof y){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,o.headers||(this.headers=new c(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=o.credentials||this.credentials||"same-origin",!o.headers&&this.headers||(this.headers=new c(o.headers)),this.method=(e=o.method||this.method||"GET",r=e.toUpperCase(),p.indexOf(r)>-1?r:e),this.mode=o.mode||this.mode||null,this.signal=o.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function b(t){var o=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),r=e.shift().replace(/\+/g," "),i=e.join("=").replace(/\+/g," ");o.append(decodeURIComponent(r),decodeURIComponent(i))}})),o}function g(t,o){o||(o={}),this.type="default",this.status=void 0===o.status?200:o.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in o?o.statusText:"OK",this.headers=new c(o.headers),this.url=o.url||"",this._initBody(t)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},d.call(y.prototype),d.call(g.prototype),g.prototype.clone=function(){return new g(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},g.error=function(){var t=new g(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];g.redirect=function(t,o){if(-1===m.indexOf(o))throw new RangeError("Invalid status code");return new g(null,{status:o,headers:{location:t}})},o.DOMException=t.DOMException;try{new o.DOMException}catch(t){o.DOMException=function(t,o){this.message=t,this.name=o;var e=Error(t);this.stack=e.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function O(t,r){return new Promise((function(i,n){var a=new y(t,r);if(a.signal&&a.signal.aborted)return n(new o.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function l(){s.abort()}s.onload=function(){var t,o,e={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",o=new c,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var e=t.split(":"),r=e.shift().trim();if(r){var i=e.join(":").trim();o.append(r,i)}})),o)};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new g(r,e))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new o.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&e.blob&&(s.responseType="blob"),a.headers.forEach((function(t,o){s.setRequestHeader(o,t)})),a.signal&&(a.signal.addEventListener("abort",l),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",l)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}O.polyfill=!0,t.fetch||(t.fetch=O,t.Headers=c,t.Request=y,t.Response=g),o.Headers=c,o.Request=y,o.Response=g,o.fetch=O,Object.defineProperty(o,"U",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(Fr||(Fr={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Tr||(Tr={})),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"}(Zr||(Zr={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(Dr||(Dr={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(_r||(_r={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Br||(Br={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}($r||($r={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(zr||(zr={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Gr||(Gr={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Hr||(Hr={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(qr||(qr={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Vr||(Vr={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Yr||(Yr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Jr||(Jr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Xr||(Xr={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Qr||(Qr={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(ti||(ti={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(oi||(oi={})),ti.PERSONAL_BOOK_SHARE_USER,ti.PERSONAL_BOOK_USER,ti.HTML_EXPORT_USER,ti.PERSONAL_BOOK_USER,ti.PDF_EXPORT_USER,ti.PERSONAL_BOOK_USER,ti.KHUB_ADMIN,ti.CONTENT_PUBLISHER,ti.ADMIN,ti.KHUB_ADMIN,ti.USERS_ADMIN,ti.PORTAL_ADMIN,ti.DEVELOPER,ti.BETA_USER,ti.DEBUG_USER;const ei=wt`
|
|
108
|
-
`,
|
|
106
|
+
`;class Ko{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let i=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>i=i.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),i}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}const jo=t=>{const o=null!=t?t:{};return(t,e)=>{var r;const i={hasChanged:(t,o)=>!W(t,o),attribute:!1,...o};I(i)(t,e);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}};class Zo{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter((o=>o.type!==t.type))),this.queue.push(t)}consume(t){const o=this.queue.find((o=>o.type===t));return o&&(this.queue=this.queue.filter((t=>t!==o))),o}}function Po(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Mo,Fo,To;const Do=Symbol("internalReduxEventsUnsubscribers"),_o=Symbol("internalStoresUnsubscribers"),Bo=Symbol("internalStores");class $o extends Wo{constructor(){super(...arguments),this[Mo]=new Map,this[Fo]=new Map,this[To]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[Bo].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Bo].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Bo].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Po(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[Bo].delete(o)}setupStore(t,o){this[Bo].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Bo].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[_o].has(t.store):this[_o].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[_o].set(t,o.subscribe((()=>this.updateFromStores()))),Po(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[Do].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[_o].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Do].forEach((t=>t())),this[Do]=[]}unsubscribeFromStore(t){this[_o].has(t)&&this[_o].get(t)(),this[_o].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function zo(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ho(t){return!!t&&!!t[We]}function Go(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===ke}(t)||Array.isArray(t)||!!t[Ae]||!!(null===(o=t.constructor)||void 0===o?void 0:o[Ae])||Qo(t)||te(t))}function qo(t,o,e){void 0===e&&(e=!1),0===Vo(t)?(e?Object.keys:Ke)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function Vo(t){var o=t[We];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:Qo(t)?2:te(t)?3:0}function Yo(t,o){return 2===Vo(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function Jo(t,o,e){var r=Vo(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function Xo(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function Qo(t){return Re&&t instanceof Map}function te(t){return Ue&&t instanceof Set}function oe(t){return t.o||t.t}function ee(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=je(t);delete o[We];for(var e=Ke(o),r=0;r<e.length;r++){var i=e[r],n=o[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(o[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),o)}function re(t,o){return void 0===o&&(o=!1),ne(t)||Ho(t)||!Go(t)||(Vo(t)>1&&(t.set=t.add=t.clear=t.delete=ie),Object.freeze(t),o&&qo(t,(function(t,o){return re(o,!0)}),!0)),t}function ie(){zo(2)}function ne(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function ae(t){var o=Ze[t];return o||zo(18,t),o}function se(){return Ee}function ce(t,o){o&&(ae("Patches"),t.u=[],t.s=[],t.v=o)}function le(t){fe(t),t.p.forEach(ue),t.p=null}function fe(t){t===Ee&&(Ee=t.l)}function he(t){return Ee={p:[],l:Ee,h:t,m:!0,_:0}}function ue(t){var o=t[We];0===o.i||1===o.i?o.j():o.g=!0}function pe(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||ae("ES5").S(o,t,r),r?(e[We].P&&(le(o),zo(4)),Go(t)&&(t=de(o,t),o.l||be(o,t)),o.u&&ae("Patches").M(e[We].t,t,o.u,o.s)):t=de(o,e,[]),le(o),o.u&&o.v(o.u,o.s),t!==Le?t:void 0}function de(t,o,e){if(ne(o))return o;var r=o[We];if(!r)return qo(o,(function(i,n){return ye(t,r,o,i,n,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return be(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=ee(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),qo(n,(function(o,n){return ye(t,r,i,o,n,e,a)})),be(t,i,!1),e&&t.u&&ae("Patches").N(r,e,t.u,t.s)}return r.o}function ye(t,o,e,r,i,n,a){if(Ho(i)){var s=de(t,i,n&&o&&3!==o.i&&!Yo(o.R,r)?n.concat(r):void 0);if(Jo(e,r,s),!Ho(s))return;t.m=!1}else a&&e.add(i);if(Go(i)&&!ne(i)){if(!t.h.D&&t._<1)return;de(t,i),o&&o.A.l||be(t,i)}}function be(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&re(o,e)}function ge(t,o){var e=t[We];return(e?oe(e):t)[o]}function me(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function ve(t){t.P||(t.P=!0,t.l&&ve(t.l))}function Oe(t){t.o||(t.o=ee(t.t))}function Ne(t,o,e){var r=Qo(o)?ae("MapSet").F(o,e):te(o)?ae("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:se(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},i=r,n=Pe;e&&(i=[r],n=Me);var a=Proxy.revocable(i,n),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(o,e):ae("ES5").J(o,e);return(e?e.A:se()).p.push(r),r}function we(t){return Ho(t)||zo(22,t),function t(o){if(!Go(o))return o;var e,r=o[We],i=Vo(o);if(r){if(!r.P&&(r.i<4||!ae("ES5").K(r)))return r.t;r.I=!0,e=Se(o,i),r.I=!1}else e=Se(o,i);return qo(e,(function(o,i){r&&function(t,o){return 2===Vo(t)?t.get(o):t[o]}(r.t,o)===i||Jo(e,o,t(i))})),3===i?new Set(e):e}(t)}function Se(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return ee(t)}Mo=_o,Fo=Bo,To=Do,$o.reduxProperties=new Map,$o.reduxReactiveProperties=new Set,$o.reduxEventListeners=new Map;var xe,Ee,Ce="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Re="undefined"!=typeof Map,Ue="undefined"!=typeof Set,Ie="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Le=Ce?Symbol.for("immer-nothing"):((xe={})["immer-nothing"]=!0,xe),Ae=Ce?Symbol.for("immer-draftable"):"__$immer_draftable",We=Ce?Symbol.for("immer-state"):"__$immer_state",ke=""+Object.prototype.constructor,Ke="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,je=Object.getOwnPropertyDescriptors||function(t){var o={};return Ke(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},Ze={},Pe={get:function(t,o){if(o===We)return t;var e=oe(t);if(!Yo(e,o))return function(t,o,e){var r,i=me(o,e);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!Go(r)?r:r===ge(t.t,o)?(Oe(t),t.o[o]=Ne(t.A.h,r,t)):r},has:function(t,o){return o in oe(t)},ownKeys:function(t){return Reflect.ownKeys(oe(t))},set:function(t,o,e){var r=me(oe(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var i=ge(oe(t),o),n=null==i?void 0:i[We];if(n&&n.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(Xo(e,i)&&(void 0!==e||Yo(t.t,o)))return!0;Oe(t),ve(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==ge(t.t,o)||o in t.t?(t.R[o]=!1,Oe(t),ve(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=oe(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){zo(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){zo(12)}},Me={};qo(Pe,(function(t,o){Me[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),Me.deleteProperty=function(t,o){return Me.set.call(this,t,o,void 0)},Me.set=function(t,o,e){return Pe.set.call(this,t[0],o,e,t[0])};var Fe=function(){function t(t){var o=this;this.O=Ie,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var i=e;e=t;var n=o;return function(t){var o=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=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&zo(6),void 0!==r&&"function"!=typeof r&&zo(7),Go(t)){var s=he(o),c=Ne(o,t,void 0),l=!0;try{a=e(c),l=!1}finally{l?le(s):fe(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return ce(s,r),pe(t,s)}),(function(t){throw le(s),t})):(ce(s,r),pe(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Le&&(a=void 0),o.D&&re(a,!0),r){var f=[],h=[];ae("Patches").M(t,a,f,h),r(f,h)}return a}zo(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(i))}))};var r,i,n=o.produce(t,e,(function(t,o){r=t,i=o}));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 o=t.prototype;return o.createDraft=function(t){Go(t)||zo(8),Ho(t)&&(t=we(t));var o=he(this),e=Ne(this,t,void 0);return e[We].C=!0,fe(o),e},o.finishDraft=function(t,o){var e=(t&&t[We]).A;return ce(e,o),pe(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!Ie&&zo(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var i=ae("Patches").$;return Ho(t)?i(t,o):this.produce(t,(function(t){return i(t,o)}))},t}(),Te=new Fe,De=Te.produce;function _e(t){return _e="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},_e(t)}function Be(t){var o=function(t,o){if("object"!==_e(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==_e(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===_e(o)?o:String(o)}function $e(t,o,e){return(o=Be(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function ze(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function He(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?ze(Object(e),!0).forEach((function(o){$e(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):ze(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function Ge(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}Te.produceWithPatches.bind(Te),Te.setAutoFreeze.bind(Te),Te.setUseProxies.bind(Te),Te.applyPatches.bind(Te),Te.createDraft.bind(Te),Te.finishDraft.bind(Te);var qe="function"==typeof Symbol&&Symbol.observable||"@@observable",Ve=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ye={INIT:"@@redux/INIT"+Ve(),REPLACE:"@@redux/REPLACE"+Ve(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ve()}};function Je(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(Ge(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(Ge(1));return e(Je)(t,o)}if("function"!=typeof t)throw new Error(Ge(2));var i=t,n=o,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(Ge(3));return n}function h(t){if("function"!=typeof t)throw new Error(Ge(4));if(c)throw new Error(Ge(5));var o=!0;return l(),s.push(t),function(){if(o){if(c)throw new Error(Ge(6));o=!1,l();var e=s.indexOf(t);s.splice(e,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(Ge(7));if(void 0===t.type)throw new Error(Ge(8));if(c)throw new Error(Ge(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var o=a=s,e=0;e<o.length;e++){(0,o[e])()}return t}return u({type:Ye.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(Ge(10));i=t,u({type:Ye.REPLACE})}})[qe]=function(){var t,o=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(Ge(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[qe]=function(){return this},t},r}function Xe(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var i=o[r];"function"==typeof t[i]&&(e[i]=t[i])}var n,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:Ye.INIT}))throw new Error(Ge(12));if(void 0===e(void 0,{type:Ye.PROBE_UNKNOWN_ACTION()}))throw new Error(Ge(13))}))}(e)}catch(t){n=t}return function(t,o){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var c=a[s],l=e[c],f=t[c],h=l(f,o);if(void 0===h)throw o&&o.type,new Error(Ge(14));i[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function Qe(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function tr(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(Ge(15))},i={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=o.map((function(t){return t(i)}));return r=Qe.apply(void 0,n)(e.dispatch),He(He({},e),{},{dispatch:r})}}}function or(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(i){return"function"==typeof i?i(e,r,t):o(i)}}}}var er=or();er.withExtraArgument=or;var rr,ir=er,nr=(rr=function(t,o){return rr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},rr(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}rr(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),ar=function(t,o){var e,r,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(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=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=o.call(t,a)}catch(t){n=[6,t],r=0}finally{e=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},sr=function(t,o){for(var e=0,r=o.length,i=t.length;e<r;e++,i++)t[i]=o[e];return t},cr=Object.defineProperty,lr=Object.defineProperties,fr=Object.getOwnPropertyDescriptors,hr=Object.getOwnPropertySymbols,ur=Object.prototype.hasOwnProperty,pr=Object.prototype.propertyIsEnumerable,dr=function(t,o,e){return o in t?cr(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},yr=function(t,o){for(var e in o||(o={}))ur.call(o,e)&&dr(t,e,o[e]);if(hr)for(var r=0,i=hr(o);r<i.length;r++){e=i[r];pr.call(o,e)&&dr(t,e,o[e])}return t},br=function(t,o){return lr(t,fr(o))},gr="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Qe:Qe.apply(null,arguments)};var mr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return nr(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,sr([void 0],t[0].concat(this)))):new(o.bind.apply(o,sr([void 0],t.concat(this))))},o}(Array),vr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return nr(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,sr([void 0],t[0].concat(this)))):new(o.bind.apply(o,sr([void 0],t.concat(this))))},o}(Array);function Or(t){return Go(t)?De(t,(function(){})):t}function Nr(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new mr;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(ir.withExtraArgument(e.extraArgument)):r.push(ir));return r}(t)}}function wr(t){var o,e=Nr(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?e():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,p=void 0===u?void 0:u;if("function"==typeof n)o=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(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');o=Xe(n)}var d=s;"function"==typeof d&&(d=d(e));var y=tr.apply(void 0,d),b=Qe;l&&(b=gr(yr({trace:!1},"object"==typeof l&&l)));var g=new vr(y),m=g;return Array.isArray(p)?m=sr([y],p):"function"==typeof p&&(m=p(g)),Je(o,h,b.apply(void 0,m))}function Sr(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var i=o.apply(void 0,e);if(!i)throw new Error("prepareAction did not return an object");return yr(yr({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function xr(t){var o,e={},r=[],i={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,i},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),i},addDefaultCase:function(t){return o=t,i}};return t(i),[e,r,o]}function Er(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:Or(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},c={};function l(){var o="function"==typeof t.extraReducers?xr(t.extraReducers):[t.extraReducers],e=o[0],i=void 0===e?{}:e,n=o[1],a=void 0===n?[]:n,c=o[2],l=void 0===c?void 0:c,f=yr(yr({},i),s);return function(t,o,e,r){void 0===e&&(e=[]);var i,n="function"==typeof o?xr(o):[o,e,r],a=n[0],s=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Or(t())};else{var l=Or(t);i=function(){return l}}function f(t,o){void 0===t&&(t=i());var e=sr([a[o.type]],s.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[c]),e.reduce((function(t,e){if(e){var r;if(Ho(t))return void 0===(r=e(t,o))?t:r;if(Go(t))return De(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var i=r[e];t.addMatcher(i.matcher,i.reducer)}l&&t.addDefaultCase(l)}))}return n.forEach((function(t){var e,r,n=i[t],l=o+"/"+t;"reducer"in n?(e=n.reducer,r=n.prepare):e=n,a[t]=e,s[l]=e,c[t]=r?Sr(l,r):Sr(l)})),{name:o,reducer:function(t,o){return e||(e=l()),e(t,o)},actions:c,caseReducers:a,getInitialState:function(){return e||(e=l()),e.getInitialState()}}}var Cr=["name","message","stack","code"],Rr=function(t,o){this.payload=t,this.meta=o},Ur=function(t,o){this.payload=t,this.meta=o},Ir=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=Cr;e<r.length;e++){var i=r[e];"string"==typeof t[i]&&(o[i]=t[i])}return o}return{message:String(t)}};function Lr(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=Sr(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:br(yr({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),i=Sr(t+"/pending",(function(t,o,e){return{payload:void 0,meta:br(yr({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),n=Sr(t+"/rejected",(function(t,o,r,i,n){return{payload:i,error:(e&&e.serializeError||Ir)(t||"Rejected"),meta:br(yr({},n||{}),{arg:r,requestId:o,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,c,l){var f,h=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),u=new a;function p(t){f=t,u.abort()}var d=function(){return a=this,d=null,y=function(){var a,d,y,b,g,m;return ar(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),b=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:l}),null===(O=b)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,b];case 1:b=v.sent(),v.label=2;case 2:if(!1===b||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return g=new Promise((function(t,o){return u.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),s(i(h,t,null==(d=null==e?void 0:e.getPendingMeta)?void 0:d.call(e,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([g,Promise.resolve(o(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:p,rejectWithValue:function(t,o){return new Rr(t,o)},fulfillWithValue:function(t,o){return new Ur(t,o)}})).then((function(o){if(o instanceof Rr)throw o;return o instanceof Ur?r(o.payload,h,t,o.meta):r(o,h,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return m=v.sent(),y=m instanceof Rr?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&n.match(y)&&y.meta.condition||s(y),[2,y]}var O}))},new Promise((function(t,o){var e=function(t){try{i(y.next(t))}catch(t){o(t)}},r=function(t){try{i(y.throw(t))}catch(t){o(t)}},i=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};i((y=y.apply(a,d)).next())}));var a,d,y}();return Object.assign(d,{abort:p,requestId:h,arg:t,unwrap:function(){return d.then(Lr)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ar,Wr,kr="listenerMiddleware";Sr(kr+"/add"),Sr(kr+"/removeAll"),Sr(kr+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=i[t];return e?e.enumerable=o:i[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[We];return Pe.get(o,t)},set:function(o){var e=this[We];Pe.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var i=t[o][We];if(!i.P)switch(i.i){case 5:r(i)&&ve(i);break;case 4:e(i)&&ve(i)}}}function e(t){for(var o=t.t,e=t.k,r=Ke(e),i=r.length-1;i>=0;i--){var n=r[i];if(n!==We){var a=o[n];if(void 0===a&&!Yo(o,n))return!0;var s=e[n],c=s&&s[We];if(c?c.t!==a:!Xo(s,a))return!0}}var l=!!o[We];return r.length!==Ke(o).length+(l?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var i={};!function(t,o){Ze[t]||(Ze[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),i=function(o,e){if(o){for(var r=Array(e.length),i=0;i<e.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=je(e);delete n[We];for(var a=Ke(n),s=0;s<a.length;s++){var c=a[s];n[c]=t(c,o||!!n[c].enumerable)}return Object.create(Object.getPrototypeOf(e),n)}(r,o),n={i:r?5:4,A:e?e.A:se(),P:!1,I:!1,R:{},l:e,t:o,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,We,{value:n,writable:!0}),i},S:function(t,e,i){i?Ho(e)&&e[We].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[We];if(e){var i=e.t,n=e.k,a=e.R,s=e.i;if(4===s)qo(n,(function(o){o!==We&&(void 0!==i[o]||Yo(i,o)?a[o]||t(n[o]):(a[o]=!0,ve(e)))})),qo(i,(function(t){void 0!==n[t]||Yo(n,t)||(a[t]=!1,ve(e))}));else if(5===s){if(r(e)&&(ve(e),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var l=i.length;l<n.length;l++)a[l]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Kr{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[e];if(Po(i))return i;if(null==r)return;const n=Er({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=wr({reducer:(t,o)=>{var e;switch(o.type){case"CLEAR_FT_REDUX_STORE":return n.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(e=o.overwrites)&&void 0!==e?e:{}};default:return n.reducer(t,o)}}});return window.ftReduxStores[r.name]=new Kr(n,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Zo,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,i=t[r];return i?(...t)=>{const o=i(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_STATE_FIELDS_VALUES_SETTER",overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Wr=null===(Ar=window.safari)||void 0===Ar?void 0:Ar.pushNotification)||void 0===Wr||Wr.toString());const jr=Ot`
|
|
107
|
+
`,Zr={setRequest:(t,o)=>{t.request=o.payload},setRequestQuery:(t,o)=>{t.request.query=o.payload},setRequestContentLocale:(t,o)=>{t.request.contentLocale=o.payload},setPageSize:(t,o)=>{t.request.paging.perPage=o.payload},setPageNumber:(t,o)=>{t.request.paging.page=o.payload},setRequestSort:(t,o)=>{t.request.sort=o.payload},setRequestFilters:(t,o)=>{t.request.filters=o.payload},setRequestFacets:(t,o)=>{t.request.facets=o.payload},setRequestVirtualField:(t,o)=>{t.request.virtualField=o.payload},setRequestScope:(t,o)=>{t.request.scope=o.payload},setResults:(t,o)=>{t.results=o.payload},setFacets:(t,o)=>{t.facets=o.payload},setSpellcheck:(t,o)=>{t.spellcheck=o.payload},setLocales:(t,o)=>{t.locales=o.payload},setPaging:(t,o)=>{t.paging=o.payload},setLiveQuery:(t,o)=>{t.liveQuery=o.payload},setSuggestResults:(t,o)=>{t.suggestResults=o.payload}};var Pr,Mr,Fr,Tr,Dr,_r,Br,$r,zr,Hr,Gr,qr,Vr,Yr,Jr,Xr,Qr,ti;!function(t){!function(o){var e={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(e.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],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 o={next:function(){var o=t.shift();return{done:void 0===o,value:o}}};return e.iterable&&(o[Symbol.iterator]=function(){return o}),o}function c(t){this.map={},t instanceof c?t.forEach((function(t,o){this.append(o,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(o){this.append(o,t[o])}),this)}function l(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(o,e){t.onload=function(){o(t.result)},t.onerror=function(){e(t.error)}}))}function h(t){var o=new FileReader,e=f(o);return o.readAsArrayBuffer(t),e}function u(t){if(t.slice)return t.slice(0);var o=new Uint8Array(t.byteLength);return o.set(new Uint8Array(t)),o.buffer}function p(){return this.bodyUsed=!1,this._initBody=function(t){var o;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:e.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:e.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():e.arrayBuffer&&e.blob&&((o=t)&&DataView.prototype.isPrototypeOf(o))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):e.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=u(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},e.blob&&(this.blob=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?l(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=l(this);if(t)return t;if(this._bodyBlob)return function(t){var o=new FileReader,e=f(o);return o.readAsText(t),e}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var o=new Uint8Array(t),e=new Array(o.length),r=0;r<o.length;r++)e[r]=String.fromCharCode(o[r]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},e.formData&&(this.formData=function(){return this.text().then(b)}),this.json=function(){return this.text().then(JSON.parse)},this}c.prototype.append=function(t,o){t=n(t),o=a(o);var e=this.map[t];this.map[t]=e?e+", "+o:o},c.prototype.delete=function(t){delete this.map[n(t)]},c.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},c.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},c.prototype.set=function(t,o){this.map[n(t)]=a(o)},c.prototype.forEach=function(t,o){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(o,this.map[e],e,this)},c.prototype.keys=function(){var t=[];return this.forEach((function(o,e){t.push(e)})),s(t)},c.prototype.values=function(){var t=[];return this.forEach((function(o){t.push(o)})),s(t)},c.prototype.entries=function(){var t=[];return this.forEach((function(o,e){t.push([e,o])})),s(t)},e.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var d=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(t,o){var e,r,i=(o=o||{}).body;if(t instanceof y){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,o.headers||(this.headers=new c(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=o.credentials||this.credentials||"same-origin",!o.headers&&this.headers||(this.headers=new c(o.headers)),this.method=(e=o.method||this.method||"GET",r=e.toUpperCase(),d.indexOf(r)>-1?r:e),this.mode=o.mode||this.mode||null,this.signal=o.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function b(t){var o=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),r=e.shift().replace(/\+/g," "),i=e.join("=").replace(/\+/g," ");o.append(decodeURIComponent(r),decodeURIComponent(i))}})),o}function g(t,o){o||(o={}),this.type="default",this.status=void 0===o.status?200:o.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in o?o.statusText:"OK",this.headers=new c(o.headers),this.url=o.url||"",this._initBody(t)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},p.call(y.prototype),p.call(g.prototype),g.prototype.clone=function(){return new g(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},g.error=function(){var t=new g(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];g.redirect=function(t,o){if(-1===m.indexOf(o))throw new RangeError("Invalid status code");return new g(null,{status:o,headers:{location:t}})},o.DOMException=t.DOMException;try{new o.DOMException}catch(t){o.DOMException=function(t,o){this.message=t,this.name=o;var e=Error(t);this.stack=e.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function v(t,r){return new Promise((function(i,n){var a=new y(t,r);if(a.signal&&a.signal.aborted)return n(new o.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function l(){s.abort()}s.onload=function(){var t,o,e={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",o=new c,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var e=t.split(":"),r=e.shift().trim();if(r){var i=e.join(":").trim();o.append(r,i)}})),o)};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new g(r,e))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new o.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&e.blob&&(s.responseType="blob"),a.headers.forEach((function(t,o){s.setRequestHeader(o,t)})),a.signal&&(a.signal.addEventListener("abort",l),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",l)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=c,t.Request=y,t.Response=g),o.Headers=c,o.Request=y,o.Response=g,o.fetch=v,Object.defineProperty(o,"U",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(Pr||(Pr={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Mr||(Mr={})),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"}(Fr||(Fr={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(Tr||(Tr={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(Dr||(Dr={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(_r||(_r={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Br||(Br={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}($r||($r={})),function(t){t.ASC="ASC",t.DESC="DESC"}(zr||(zr={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Hr||(Hr={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Gr||(Gr={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(qr||(qr={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Vr||(Vr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Yr||(Yr={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Jr||(Jr={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Xr||(Xr={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(Qr||(Qr={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(ti||(ti={})),Qr.PERSONAL_BOOK_SHARE_USER,Qr.PERSONAL_BOOK_USER,Qr.HTML_EXPORT_USER,Qr.PERSONAL_BOOK_USER,Qr.PDF_EXPORT_USER,Qr.PERSONAL_BOOK_USER,Qr.KHUB_ADMIN,Qr.CONTENT_PUBLISHER,Qr.ADMIN,Qr.KHUB_ADMIN,Qr.USERS_ADMIN,Qr.PORTAL_ADMIN,Qr.DEVELOPER,Qr.BETA_USER,Qr.DEBUG_USER;const oi=Ot`
|
|
108
|
+
`,ei=Kr.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}});class ri{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=ei.getState(),r=null!=t?t:e;if(o&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,r,!0)}static get(t){var o;return null!=t?ri.build(t):null!==(o=ri.API)&&void 0!==o?o:ri.API=ri.build()}static await(t){return new Promise((o=>{let e=ri.get(t);if(e)o(e);else{const r=ei.subscribe((()=>{e=ri.get(t),e&&(r(),o(e))}))}}))}}var ii;const ni=Symbol("clearAfterUnitTest");class ai{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new i,this.listeners={},this.currentUiLocale="",this[ii]=()=>{this.defaultMessages={},this.cache=new i,this.listeners={}},this.currentUiLocale=ei.getState().uiLocale,ei.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=ei.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var e;if(t=t.toLowerCase(),Object.keys(o).length>0){const r={...null!==(e=this.defaultMessages[t])&&void 0!==e?e:{},...o};W(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...e){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 Ko(null!==(n=this.defaultMessages[t])&&void 0!==n?n:{},a).resolve(o,...e)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,o){var e;return t=t.toLowerCase(),this.listeners[t]=null!==(e=this.listeners[t])&&void 0!==e?e:new Set,this.listeners[t].add(o),()=>{var e;return null===(e=this.listeners[t])||void 0===e?void 0:e.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>A(0).then((()=>t())).catch((()=>null)))))}}ii=ni,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new ai((async(t,o)=>(await ri.await()).getFluidTopicsMessageContext(t,o)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new ai((async(t,o)=>(await ri.await()).getCustomMessageContext(t,o))));const si=window.FluidTopicsI18nService;var ci=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class li extends Wo{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>ri.get(),this.cache=new i,this.cleanSessionDebouncer=new n}render(){return eo`
|
|
109
109
|
<slot></slot>
|
|
110
|
-
`}update(t){super.update(t),t.has("baseUrl")&&(ri.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&ri.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&ri.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&ri.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&ri.actions.noCustom(this.noCustom),t.has("editorMode")&&ri.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&ri.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&ri.actions.session(this.session),t.has("availableUiLocales")&&ri.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>ci.addContext(t))),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()))}}fi.elementDefinitions={},fi.styles=ei,li([I()],fi.prototype,"baseUrl",void 0),li([I()],fi.prototype,"apiIntegrationIdentifier",void 0),li([I()],fi.prototype,"uiLocale",void 0),li([j(null)],fi.prototype,"availableUiLocales",void 0),li([j(null)],fi.prototype,"metadataConfiguration",void 0),li([I({type:Boolean})],fi.prototype,"editorMode",void 0),li([I({type:Boolean})],fi.prototype,"noCustom",void 0),li([I({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],fi.prototype,"noCustomComponent",void 0),li([I({type:Boolean})],fi.prototype,"withManualResources",void 0),li([j([])],fi.prototype,"messageContexts",void 0),li([j(void 0)],fi.prototype,"session",void 0),li([I({type:Object})],fi.prototype,"apiProvider",void 0);class hi{async listMySearches(){var t;return(null===(t=ri.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await ii.await()).listMySearches(ri.getState().session.profile.userId):[]}}const ui=new i;class di{async listMyBookmarks(){return ui.get("bookmarks",(async()=>(await ii.await()).listMyBookmarks(ri.getState().session.profile.userId)))}clearCache(){ui.clear("bookmarks")}}const pi=jr.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const yi=new class{constructor(){this.currentSession=ri.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new di,ri.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=ri.getState();W(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){pi.actions.savedSearches(void 0)}clearMyBookmarks(){pi.actions.bookmarks(void 0)}async reloadMySearches(){const t=new hi,o=await t.listMySearches();pi.actions.savedSearches(o)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;pi.actions.bookmarks(o)}}};K("ft-app-context")(fi);class bi{static async build(){return new bi(await ii.await())}constructor(t){this.api=t,this.cache=new i,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}const gi=t=>t.request.virtualField===qr.TITLE_ONLY&&t.request.scope===Qr.DOCUMENTS;class mi extends Event{constructor(){super(mi.eventName)}}mi.eventName="search-context-clear-all-filters";class Oi{static build(t){return new Oi((t=>jr.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:Mr}))(t.trim()||"context"),bi.build)}constructor(t,o){this.store=t,this.serviceProvider=o,this.ignoreEmptyQuery=!1,this.searchDebouncer=new n(100),this.suggestDebouncer=new n(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){return k((()=>this.service))}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let o=this.store.getState().locales,e=this.store.getState().request.contentLocale;if(t!=e){if(o){const r=t=>o.some((o=>o.lang==t));r(t)||(t=r(e)?e:o[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const o=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(o),this.store.actions.setPageNumber(1),o.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(qr.TITLE_ONLY),this.store.actions.setRequestScope(Qr.DOCUMENTS)):(this.store.actions.setRequestVirtualField(qr.EVERYWHERE),this.store.actions.setRequestScope(Qr.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return gi(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new mi)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,o){let e=this.facetIds.filter((o=>o!=t));o&&e.push(o),this.facetIds=e,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let o=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(o)}setFilter(t,o){let e=this.store.getState().request.filters,r={key:t,values:o,negative:!1},i=[...e.filter((o=>o.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,e;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let o=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==o.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=r(this.service.launchSearch(o));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let o=(null!==(e=this.store.getState().results)&&void 0!==e?e:[]).concat(t.results);this.store.actions.setResults(o)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof o||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const o=this.store.getState(),e=o.request,i={input:o.liveQuery,filters:e.filters,sort:e.sort,contentLocale:e.contentLocale,scope:e.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=r(this.service.launchSuggest(i));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof o||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var vi=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class wi extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const Ni=Symbol("registerInterval");class Si extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[Ni]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Ni]):this.dispatchEvent(new wi)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=Ni,vi([L()],e.prototype,"stateManager",void 0),e}(zo)){}var Ei=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Ci extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class Ri extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class xi extends CustomEvent{constructor(t,o,e){super("ft-search-results-change",{detail:{request:t,paging:o,spellcheck:e}})}}class Ui extends zo{get stateManager(){return null==this._stateManager&&(this._stateManager=Oi.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0")),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")),this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.filters=[],this.sort=[],this.addStore(ri)}render(){return ro`
|
|
110
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(ei.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&ei.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&ei.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&ei.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&ei.actions.noCustom(this.noCustom),t.has("editorMode")&&ei.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&ei.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&ei.actions.session(this.session),t.has("availableUiLocales")&&ei.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>si.addContext(t))),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()))}}li.elementDefinitions={},li.styles=oi,ci([I()],li.prototype,"baseUrl",void 0),ci([I()],li.prototype,"apiIntegrationIdentifier",void 0),ci([I()],li.prototype,"uiLocale",void 0),ci([K(null)],li.prototype,"availableUiLocales",void 0),ci([K(null)],li.prototype,"metadataConfiguration",void 0),ci([I({type:Boolean})],li.prototype,"editorMode",void 0),ci([I({type:Boolean})],li.prototype,"noCustom",void 0),ci([I({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],li.prototype,"noCustomComponent",void 0),ci([I({type:Boolean})],li.prototype,"withManualResources",void 0),ci([K([])],li.prototype,"messageContexts",void 0),ci([K(void 0)],li.prototype,"session",void 0),ci([I({type:Object})],li.prototype,"apiProvider",void 0);class fi{async listMySearches(){var t;return(null===(t=ei.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await ri.await()).listMySearches(ei.getState().session.profile.userId):[]}}const hi=new i;class ui{async listMyBookmarks(){return hi.get("bookmarks",(async()=>(await ri.await()).listMyBookmarks(ei.getState().session.profile.userId)))}clearCache(){hi.clear("bookmarks")}}const pi=Kr.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const di=new class{constructor(){this.currentSession=ei.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new ui,ei.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=ei.getState();W(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){pi.actions.savedSearches(void 0)}clearMyBookmarks(){pi.actions.bookmarks(void 0)}async reloadMySearches(){const t=new fi,o=await t.listMySearches();pi.actions.savedSearches(o)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;pi.actions.bookmarks(o)}}};k("ft-app-context")(li);class yi{static async build(){return new yi(await ri.await())}constructor(t){this.api=t,this.cache=new i,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}const bi=t=>t.request.virtualField===Gr.TITLE_ONLY&&t.request.scope===Xr.DOCUMENTS;class gi extends Event{constructor(){super(gi.eventName)}}gi.eventName="search-context-clear-all-filters";class mi{static build(t){return new mi((t=>Kr.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:Zr}))(t.trim()||"context"),yi.build)}constructor(t,o){this.store=t,this.serviceProvider=o,this.ignoreEmptyQuery=!1,this.searchDebouncer=new n(100),this.suggestDebouncer=new n(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){return async function(t,o=10,e=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!e||i-r<e);)await A(o),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}((()=>this.service))}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let o=this.store.getState().locales,e=this.store.getState().request.contentLocale;if(t!=e){if(o){const r=t=>o.some((o=>o.lang==t));r(t)||(t=r(e)?e:o[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const o=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(o),this.store.actions.setPageNumber(1),o.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(Gr.TITLE_ONLY),this.store.actions.setRequestScope(Xr.DOCUMENTS)):(this.store.actions.setRequestVirtualField(Gr.EVERYWHERE),this.store.actions.setRequestScope(Xr.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return bi(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new gi)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,o){let e=this.facetIds.filter((o=>o!=t));o&&e.push(o),this.facetIds=e,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let o=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(o)}setFilter(t,o){let e=this.store.getState().request.filters,r={key:t,values:o,negative:!1},i=[...e.filter((o=>o.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,e;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let o=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==o.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=r(this.service.launchSearch(o));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let o=(null!==(e=this.store.getState().results)&&void 0!==e?e:[]).concat(t.results);this.store.actions.setResults(o)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof o||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const o=this.store.getState(),e=o.request,i={input:o.liveQuery,filters:e.filters,sort:e.sort,contentLocale:e.contentLocale,scope:e.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=r(this.service.launchSuggest(i));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof o||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var vi=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Oi extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const Ni=Symbol("registerInterval");class wi extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[Ni]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Ni]):this.dispatchEvent(new Oi)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=Ni,vi([L()],e.prototype,"stateManager",void 0),e}($o)){}var Si=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class xi extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class Ei extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class Ci extends CustomEvent{constructor(t,o,e){super("ft-search-results-change",{detail:{request:t,paging:o,spellcheck:e}})}}class Ri extends $o{get stateManager(){return null==this._stateManager&&(this._stateManager=mi.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0")),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")),this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.filters=[],this.sort=[],this.addStore(ei)}render(){return eo`
|
|
111
111
|
<slot @register-ft-search-component=${this.registerComponent}></slot>
|
|
112
|
-
`}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new
|
|
112
|
+
`}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new Ei(this.request)),t.has("paging")&&void 0!==this.paging&&this.dispatchEvent(new Ci(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();const o=t.composedPath()[0];this.register(o)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new xi(t))}reloadSavedSearches(){di.clearMySearches()}clear(){this.stateManager.clear()}}Ri.elementDefinitions={},Ri.styles=jr,Si([I()],Ri.prototype,"query",void 0),Si([I()],Ri.prototype,"contentLocale",void 0),Si([I({type:Number})],Ri.prototype,"pageSize",void 0),Si([I({type:Boolean})],Ri.prototype,"searchInDocumentTitlesOnly",void 0),Si([I()],Ri.prototype,"scope",void 0),Si([I({type:Boolean})],Ri.prototype,"ignoreEmptyQuery",void 0),Si([K([])],Ri.prototype,"filters",void 0),Si([K([])],Ri.prototype,"sort",void 0),Si([jo({store:"search"})],Ri.prototype,"request",void 0),Si([jo({store:"search"})],Ri.prototype,"paging",void 0),Si([jo({store:"search",selector:t=>t.spellcheck})],Ri.prototype,"autocorrect",void 0),Si([jo({store:ei.name})],Ri.prototype,"session",void 0),k("ft-search-context")(Ri),t.ClearAllFiltersEvent=gi,t.FtSearchContext=Ri,t.FtSearchContextCssVariables={},t.FtSearchStateManager=mi,t.LoadErrorEvent=xi,t.SearchRequestChangeEvent=Ei,t.SearchResultsChangeEvent=Ci,t.searchInDocumentTitlesOnlySelector=bi,t.styles=jr}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-context",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"description": "Context block for integrated search components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-app-context": "1.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.1.28",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.1.28",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@fluid-topics/public-api": "1.0.
|
|
27
|
+
"@fluid-topics/public-api": "1.0.57"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "8c1055ddd23e83efa3833f033a507aa1ab32fecc"
|
|
30
30
|
}
|