@fluid-topics/ft-search-input 1.1.70 → 1.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-search-input.light.js +308 -298
- package/build/ft-search-input.min.js +500 -438
- package/package.json +9 -9
|
@@ -1,147 +1,13 @@
|
|
|
1
|
-
!function(t){
|
|
2
|
-
|
|
3
|
-
* @license
|
|
4
|
-
|
|
5
|
-
* This code may only be used under the BSD style license found at
|
|
6
|
-
* http://polymer.github.io/LICENSE.txt
|
|
7
|
-
* The complete set of authors may be found at
|
|
8
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
9
|
-
* The complete set of contributors may be found at
|
|
10
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
11
|
-
* Code distributed by Google as part of the polymer project is also
|
|
12
|
-
* subject to an additional IP rights grant found at
|
|
13
|
-
* http://polymer.github.io/PATENTS.txt
|
|
14
|
-
*/
|
|
15
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,l=new Set(i.observedAttributes||[]);u(i,l,s);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let f=o.call(r,t);f||(f=p(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,c),c.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),h(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!c(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},p=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,i=r._getDefinition(e);return i?h(o,i):n.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);r.call(this,n,i),o.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else n.call(this,i,r)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},h=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){y.push(this),o.set.call(this,t),y.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(Ql){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}
|
|
16
|
-
/**
|
|
17
|
-
* @license
|
|
18
|
-
* Copyright 2019 Google LLC
|
|
19
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
20
|
-
*/const e=globalThis,o=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;const n=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(o&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=i.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&i.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return n(e)})(t):t
|
|
21
|
-
/**
|
|
22
|
-
* @license
|
|
23
|
-
* Copyright 2017 Google LLC
|
|
24
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
-
*/,{is:s,defineProperty:l,getOwnPropertyDescriptor:c,getOwnPropertyNames:f,getOwnPropertySymbols:p,getPrototypeOf:u}=Object,d=globalThis,h=d.trustedTypes,g=h?h.emptyScript:"",y=d.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},v=(t,e)=>!s(t,e),x={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let O=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,e=x){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=c(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const n=r?.call(this);i.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??x}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=u(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...f(t),...p(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"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,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(o)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of r){const r=document.createElement("style"),i=e.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=o.cssText,t.appendChild(r)}})(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,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??v)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.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,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}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){}};O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[b("elementProperties")]=new Map,O[b("finalized")]=new Map,y?.({ReactiveElement:O}),(d.reactiveElementVersions??=[]).push("2.0.2");
|
|
26
|
-
/**
|
|
27
|
-
* @license
|
|
28
|
-
* Copyright 2017 Google LLC
|
|
29
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
30
|
-
*/
|
|
31
|
-
const w=globalThis,S=w.trustedTypes,C=S?S.createPolicy("lit-html",{createHTML:t=>t}):void 0,N="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,R="?"+E,I=`<${R}>`,$=document,k=()=>$.createComment(""),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,L=Array.isArray,W=t=>L(t)||"function"==typeof t?.[Symbol.iterator],A="[ \t\n\f\r]",B=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,z=/-->/g,F=/>/g,_=RegExp(`>|${A}(?:([^\\s"'>=/]+)(${A}*=${A}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,j=/"/g,M=/^(?:script|style|textarea|title)$/i,D=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),K=Symbol.for("lit-noChange"),T=Symbol.for("lit-nothing"),Z=new WeakMap,H=$.createTreeWalker($,129);function G(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==C?C.createHTML(e):e}const V=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=B;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===B?"!--"===l[1]?a=z:void 0!==l[1]?a=F:void 0!==l[2]?(M.test(l[2])&&(i=RegExp("</"+l[2],"g")),a=_):void 0!==l[3]&&(a=_):a===_?">"===l[0]?(a=i??B,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?_:'"'===l[3]?j:P):a===j||a===P?a=_:a===z||a===F?a=B:(a=_,i=void 0);const p=a===_&&t[e+1].startsWith("/>")?" ":"";n+=a===B?o+I:c>=0?(r.push(s),o.slice(0,c)+N+o.slice(c)+E+p):o+E+(-2===c?e:p)}return[G(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};let q=class t{constructor({strings:e,_$litType$:o},r){let i;this.parts=[];let n=0,a=0;const s=e.length-1,l=this.parts,[c,f]=V(e,o);if(this.el=t.createElement(c,r),H.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=H.nextNode())&&l.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(N)){const e=f[a++],o=i.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(e);l.push({type:1,index:n,name:r[2],strings:o,ctor:"."===r[1]?tt:"?"===r[1]?et:"@"===r[1]?ot:Q}),i.removeAttribute(t)}else t.startsWith(E)&&(l.push({type:6,index:n}),i.removeAttribute(t));if(M.test(i.tagName)){const t=i.textContent.split(E),e=t.length-1;if(e>0){i.textContent=S?S.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],k()),H.nextNode(),l.push({type:2,index:++n});i.append(t[e],k())}}}else if(8===i.nodeType)if(i.data===R)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(E,t+1));)l.push({type:7,index:n}),t+=E.length-1}n++}}static createElement(t,e){const o=$.createElement("template");return o.innerHTML=t,o}};function Y(t,e,o=t,r){if(e===K)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=U(e)?void 0:e._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=Y(t,i._$AS(t,e.values),i,r)),e}let J=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??$).importNode(e,!0);H.currentNode=r;let i=H.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new X(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new rt(i,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(i=H.nextNode(),n++)}return H.currentNode=$,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},X=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=T,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Y(this,t,e),U(t)?t===T||null==t||""===t?(this._$AH!==T&&this._$AR(),this._$AH=T):t!==this._$AH&&t!==K&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):W(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!==T&&U(this._$AH)?this._$AA.nextSibling.data=t:this.$($.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=q.createElement(G(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new J(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=Z.get(t.strings);return void 0===e&&Z.set(t.strings,e=new q(t)),e}T(e){L(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const n of e)i===o.length?o.push(r=new t(this.k(k()),this.k(k()),this,this.options)):r=o[i],r._$AI(n),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},Q=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=T,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=T}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=Y(this,t,e,0),n=!U(t)||t!==this._$AH&&t!==K,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=Y(this,r[o+a],e,a),s===K&&(s=this._$AH[a]),n||=!U(s)||s!==this._$AH[a],s===T?t=T:t!==T&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===T?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},tt=class extends Q{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===T?void 0:t}},et=class extends Q{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==T)}},ot=class extends Q{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=Y(this,t,e,0)??T)===K)return;const o=this._$AH,r=t===T&&o!==T||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==T&&(o===T||r);r&&this.element.removeEventListener(this.name,this,o),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)}},rt=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){Y(this,t)}};const it={j:N,P:E,A:R,C:1,M:V,L:J,R:W,V:Y,D:X,I:Q,H:et,N:ot,U:tt,B:rt},nt=w.litHtmlPolyfillSupport;nt?.(q,X),(w.litHtmlVersions??=[]).push("3.1.0");
|
|
32
|
-
/**
|
|
33
|
-
* @license
|
|
34
|
-
* Copyright 2019 Google LLC
|
|
35
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
-
*/
|
|
37
|
-
const at=globalThis,st=at.ShadowRoot&&(void 0===at.ShadyCSS||at.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,lt=Symbol(),ct=new WeakMap;let ft=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==lt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(st&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=ct.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&ct.set(e,t))}return t}toString(){return this.cssText}};const pt=t=>new ft("string"==typeof t?t:t+"",void 0,lt),ut=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,r)=>e+(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.")})(o)+t[r+1]),t[0]);return new ft(o,t,lt)},dt=(t,e)=>{if(st)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=at.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}},ht=st?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return pt(e)})(t):t
|
|
38
|
-
/**
|
|
39
|
-
* @license
|
|
40
|
-
* Copyright 2017 Google LLC
|
|
41
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
42
|
-
*/,{is:gt,defineProperty:yt,getOwnPropertyDescriptor:bt,getOwnPropertyNames:mt,getOwnPropertySymbols:vt,getPrototypeOf:xt}=Object,Ot=globalThis,wt=Ot.trustedTypes,St=wt?wt.emptyScript:"",Ct=Ot.reactiveElementPolyfillSupport,Nt=(t,e)=>t,Et={toAttribute(t,e){switch(e){case Boolean:t=t?St:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},Rt=(t,e)=>!gt(t,e),It={attribute:!0,type:String,converter:Et,reflect:!1,hasChanged:Rt};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let $t=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,e=It){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&yt(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=bt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const n=r?.call(this);i.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??It}static _$Ei(){if(this.hasOwnProperty(Nt("elementProperties")))return;const t=xt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Nt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Nt("properties"))){const t=this.properties,e=[...mt(t),...vt(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(ht(t))}else void 0!==t&&e.push(ht(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"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,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return dt(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,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:Et).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Et;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??Rt)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.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,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}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){}};$t.elementStyles=[],$t.shadowRootOptions={mode:"open"},$t[Nt("elementProperties")]=new Map,$t[Nt("finalized")]=new Map,Ct?.({ReactiveElement:$t}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
|
|
43
|
-
/**
|
|
44
|
-
* @license
|
|
45
|
-
* Copyright 2017 Google LLC
|
|
46
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
-
*/
|
|
48
|
-
const kt=globalThis,Ut=kt.trustedTypes,Lt=Ut?Ut.createPolicy("lit-html",{createHTML:t=>t}):void 0,Wt="$lit$",At=`lit$${(Math.random()+"").slice(9)}$`,Bt="?"+At,zt=`<${Bt}>`,Ft=document,_t=()=>Ft.createComment(""),Pt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,jt=Array.isArray,Mt=t=>jt(t)||"function"==typeof t?.[Symbol.iterator],Dt="[ \t\n\f\r]",Kt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Tt=/-->/g,Zt=/>/g,Ht=RegExp(`>|${Dt}(?:([^\\s"'>=/]+)(${Dt}*=${Dt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Gt=/'/g,Vt=/"/g,qt=/^(?:script|style|textarea|title)$/i,Yt=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),Jt=Yt(1),Xt=Yt(2),Qt=Symbol.for("lit-noChange"),te=Symbol.for("lit-nothing"),ee=new WeakMap,oe=Ft.createTreeWalker(Ft,129);function re(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Lt?Lt.createHTML(e):e}const ie=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=Kt;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===Kt?"!--"===l[1]?a=Tt:void 0!==l[1]?a=Zt:void 0!==l[2]?(qt.test(l[2])&&(i=RegExp("</"+l[2],"g")),a=Ht):void 0!==l[3]&&(a=Ht):a===Ht?">"===l[0]?(a=i??Kt,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?Ht:'"'===l[3]?Vt:Gt):a===Vt||a===Gt?a=Ht:a===Tt||a===Zt?a=Kt:(a=Ht,i=void 0);const p=a===Ht&&t[e+1].startsWith("/>")?" ":"";n+=a===Kt?o+zt:c>=0?(r.push(s),o.slice(0,c)+Wt+o.slice(c)+At+p):o+At+(-2===c?e:p)}return[re(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};class ne{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let i=0,n=0;const a=t.length-1,s=this.parts,[l,c]=ie(t,e);if(this.el=ne.createElement(l,o),oe.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=oe.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Wt)){const e=c[n++],o=r.getAttribute(t).split(At),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:i,name:a[2],strings:o,ctor:"."===a[1]?fe:"?"===a[1]?pe:"@"===a[1]?ue:ce}),r.removeAttribute(t)}else t.startsWith(At)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(qt.test(r.tagName)){const t=r.textContent.split(At),e=t.length-1;if(e>0){r.textContent=Ut?Ut.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],_t()),oe.nextNode(),s.push({type:2,index:++i});r.append(t[e],_t())}}}else if(8===r.nodeType)if(r.data===Bt)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(At,t+1));)s.push({type:7,index:i}),t+=At.length-1}i++}}static createElement(t,e){const o=Ft.createElement("template");return o.innerHTML=t,o}}function ae(t,e,o=t,r){if(e===Qt)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=Pt(e)?void 0:e._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=ae(t,i._$AS(t,e.values),i,r)),e}let se=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??Ft).importNode(e,!0);oe.currentNode=r;let i=oe.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new le(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new de(i,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(i=oe.nextNode(),n++)}return oe.currentNode=Ft,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},le=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=te,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=ae(this,t,e),Pt(t)?t===te||null==t||""===t?(this._$AH!==te&&this._$AR(),this._$AH=te):t!==this._$AH&&t!==Qt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Mt(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!==te&&Pt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ft.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ne.createElement(re(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new se(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=ee.get(t.strings);return void 0===e&&ee.set(t.strings,e=new ne(t)),e}T(e){jt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const n of e)i===o.length?o.push(r=new t(this.k(_t()),this.k(_t()),this,this.options)):r=o[i],r._$AI(n),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ce=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=te,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=te}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=ae(this,t,e,0),n=!Pt(t)||t!==this._$AH&&t!==Qt,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=ae(this,r[o+a],e,a),s===Qt&&(s=this._$AH[a]),n||=!Pt(s)||s!==this._$AH[a],s===te?t=te:t!==te&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===te?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},fe=class extends ce{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===te?void 0:t}},pe=class extends ce{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==te)}},ue=class extends ce{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=ae(this,t,e,0)??te)===Qt)return;const o=this._$AH,r=t===te&&o!==te||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==te&&(o===te||r);r&&this.element.removeEventListener(this.name,this,o),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)}},de=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){ae(this,t)}};const he={j:Wt,P:At,A:Bt,C:1,M:ie,L:se,R:Mt,V:ae,D:le,I:ce,H:pe,N:ue,U:fe,B:de},ge=kt.litHtmlPolyfillSupport;ge?.(ne,le),(kt.litHtmlVersions??=[]).push("3.1.0");const ye=(t,e,o)=>{const r=o?.renderBefore??e;let i=r._$litPart$;if(void 0===i){const t=o?.renderBefore??null;r._$litPart$=i=new le(e.insertBefore(_t(),t),t,void 0,o??{})}return i._$AI(t),i
|
|
49
|
-
/**
|
|
50
|
-
* @license
|
|
51
|
-
* Copyright 2017 Google LLC
|
|
52
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
|
-
*/};let be=class extends $t{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 e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ye(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Qt}};be._$litElement$=!0,be.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:be});const me=globalThis.litElementPolyfillSupport;me?.({LitElement:be});(globalThis.litElementVersions??=[]).push("4.0.2");var ve=Object.freeze({__proto__:null,CSSResult:ft,LitElement:be,ReactiveElement:$t,_$LE:{_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL},_$LH:he,adoptStyles:dt,css:ut,defaultConverter:Et,getCompatibleStyle:ht,html:Jt,isServer:!1,noChange:Qt,notEqual:Rt,nothing:te,render:ye,supportsAdoptingStyleSheets:st,svg:Xt,unsafeCSS:pt});
|
|
54
|
-
/**
|
|
55
|
-
* @license
|
|
56
|
-
* Copyright 2017 Google LLC
|
|
57
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
|
-
*/const xe=t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)}
|
|
59
|
-
/**
|
|
60
|
-
* @license
|
|
61
|
-
* Copyright 2017 Google LLC
|
|
62
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
63
|
-
*/,Oe={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},we=(t=Oe,e,o)=>{const{kind:r,metadata:i}=o;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(o.name,t),"accessor"===r){const{name:r}=o;return{set(o){const i=e.get.call(this);e.set.call(this,o),this.requestUpdate(r,i,t)},init(e){return void 0!==e&&this.C(r,void 0,t),e}}}if("setter"===r){const{name:r}=o;return function(o){const i=this[r];e.call(this,o),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function Se(t){return(e,o)=>"object"==typeof o?we(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
|
|
64
|
-
/**
|
|
65
|
-
* @license
|
|
66
|
-
* Copyright 2017 Google LLC
|
|
67
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
68
|
-
*/}function Ce(t){return Se({...t,state:!0,attribute:!1})}
|
|
69
|
-
/**
|
|
70
|
-
* @license
|
|
71
|
-
* Copyright 2017 Google LLC
|
|
72
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
73
|
-
*/function Ne(t){return(e,o)=>{const r="function"==typeof e?e:e[o];Object.assign(r,t)}}
|
|
74
|
-
/**
|
|
75
|
-
* @license
|
|
76
|
-
* Copyright 2017 Google LLC
|
|
77
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
78
|
-
*/const Ee=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
|
|
79
|
-
/**
|
|
80
|
-
* @license
|
|
81
|
-
* Copyright 2017 Google LLC
|
|
82
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
83
|
-
*/;function Re(t,e){return(o,r,i)=>{const n=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof r?o:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return Ee(0,0,{get(){let o=t.call(this);return void 0===o&&(o=n(this),(null!==o||this.hasUpdated)&&e.call(this,o)),o}})}return Ee(0,0,{get(){return n(this)}})}}
|
|
84
|
-
/**
|
|
85
|
-
* @license
|
|
86
|
-
* Copyright 2017 Google LLC
|
|
87
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
88
|
-
*/let Ie;
|
|
89
|
-
/**
|
|
90
|
-
* @license
|
|
91
|
-
* Copyright 2017 Google LLC
|
|
92
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
93
|
-
*/
|
|
94
|
-
function $e(t){return(e,o)=>{const{slot:r}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return Ee(0,0,{get(){const e=this.renderRoot?.querySelector(i);return e?.assignedNodes(t)??[]}})}}var ke=Object.freeze({__proto__:null,customElement:xe,eventOptions:Ne,property:Se,query:Re,queryAll:function(t){return(e,o)=>Ee(0,0,{get(){return(this.renderRoot??(Ie??=document.createDocumentFragment())).querySelectorAll(t)}})
|
|
95
|
-
/**
|
|
96
|
-
* @license
|
|
97
|
-
* Copyright 2017 Google LLC
|
|
98
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
99
|
-
*/},queryAssignedElements:
|
|
100
|
-
/**
|
|
101
|
-
* @license
|
|
102
|
-
* Copyright 2021 Google LLC
|
|
103
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
104
|
-
*/
|
|
105
|
-
function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return Ee(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===i?o:o.filter((t=>t.matches(i)))}})}},queryAssignedNodes:$e,queryAsync:function(t){return(e,o)=>Ee(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:we,state:Ce});
|
|
106
|
-
/**
|
|
107
|
-
* @license
|
|
108
|
-
* Copyright 2017 Google LLC
|
|
109
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
110
|
-
*/const Ue=1,Le=2,We=t=>(...e)=>({_$litDirective$:t,values:e});let Ae=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
|
|
111
|
-
/**
|
|
112
|
-
* @license
|
|
113
|
-
* Copyright 2020 Google LLC
|
|
114
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
115
|
-
*/const{D:Be}=it,ze=()=>document.createComment(""),Fe=(t,e,o)=>{const r=t._$AA.parentNode,i=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=r.insertBefore(ze(),i),n=r.insertBefore(ze(),i);o=new Be(e,n,t,t.options)}else{const e=o._$AB.nextSibling,n=o._$AM,a=n!==t;if(a){let e;o._$AQ?.(t),o._$AM=t,void 0!==o._$AP&&(e=t._$AU)!==n._$AU&&o._$AP(e)}if(e!==i||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;r.insertBefore(t,i),t=e}}}return o},_e=(t,e,o=t)=>(t._$AI(e,o),t),Pe={},je=t=>{t._$AP?.(!1,!0);let e=t._$AA;const o=t._$AB.nextSibling;for(;e!==o;){const t=e.nextSibling;e.remove(),e=t}},Me=(t,e,o)=>{const r=new Map;for(let i=e;i<=o;i++)r.set(t[i],i);return r},De=We(class extends Ae{constructor(t){if(super(t),t.type!==Le)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let r;void 0===o?o=e:void 0!==e&&(r=e);const i=[],n=[];let a=0;for(const e of t)i[a]=r?r(e,a):a,n[a]=o(e,a),a++;return{values:n,keys:i}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,r]){const i=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(e,o,r);if(!Array.isArray(i))return this.dt=a,n;const s=this.dt??=[],l=[];let c,f,p=0,u=i.length-1,d=0,h=n.length-1;for(;p<=u&&d<=h;)if(null===i[p])p++;else if(null===i[u])u--;else if(s[p]===a[d])l[d]=_e(i[p],n[d]),p++,d++;else if(s[u]===a[h])l[h]=_e(i[u],n[h]),u--,h--;else if(s[p]===a[h])l[h]=_e(i[p],n[h]),Fe(t,l[h+1],i[p]),p++,h--;else if(s[u]===a[d])l[d]=_e(i[u],n[d]),Fe(t,i[p],i[u]),u--,d++;else if(void 0===c&&(c=Me(a,d,h),f=Me(s,p,u)),c.has(s[p]))if(c.has(s[u])){const e=f.get(a[d]),o=void 0!==e?i[e]:null;if(null===o){const e=Fe(t,i[p]);_e(e,n[d]),l[d]=e}else l[d]=_e(o,n[d]),Fe(t,i[p],o),i[e]=null;d++}else je(i[u]),u--;else je(i[p]),p++;for(;d<=h;){const e=Fe(t,l[h+1]);_e(e,n[d]),l[d++]=e}for(;p<=u;){const t=i[p++];null!==t&&je(t)}return this.dt=a,((t,e=Pe)=>{t._$AH=e})(t,l),K}});
|
|
116
|
-
/**
|
|
117
|
-
* @license
|
|
118
|
-
* Copyright 2017 Google LLC
|
|
119
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
120
|
-
*/var Ke=Object.freeze({__proto__:null,repeat:De});
|
|
121
|
-
/**
|
|
122
|
-
* @license
|
|
123
|
-
* Copyright 2018 Google LLC
|
|
124
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
125
|
-
*/const Te=We(class extends Ae{constructor(t){if(super(t),t.type!==Ue||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const r=!!e[t];r===this.it.has(t)||this.st?.has(t)||(r?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return K}});var Ze=Object.freeze({__proto__:null,classMap:Te});
|
|
126
|
-
/**
|
|
127
|
-
* @license
|
|
128
|
-
* Copyright 2018 Google LLC
|
|
129
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
130
|
-
*/const He="important",Ge=" !"+He,Ve=We(class extends Ae{constructor(t){if(super(t),t.type!==Ue||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,o)=>{const r=t[o];return null==r?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[e]){const{style:o}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(e)),this.render(e);for(const t of this.ut)null==e[t]&&(this.ut.delete(t),t.includes("-")?o.removeProperty(t):o[t]=null);for(const t in e){const r=e[t];if(null!=r){this.ut.add(t);const e="string"==typeof r&&r.endsWith(Ge);t.includes("-")||e?o.setProperty(t,e?r.slice(0,-11):r,e?He:""):o[t]=r}}return K}});var qe=Object.freeze({__proto__:null,styleMap:Ve});
|
|
131
|
-
/**
|
|
132
|
-
* @license
|
|
133
|
-
* Copyright 2017 Google LLC
|
|
134
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
135
|
-
*/let Ye=class extends Ae{constructor(t){if(super(t),this.et=T,t.type!==Le)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===T||null==t)return this.vt=void 0,this.et=t;if(t===K)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Ye.directiveName="unsafeHTML",Ye.resultType=1;const Je=We(Ye);var Xe=Object.freeze({__proto__:null,UnsafeHTMLDirective:Ye,unsafeHTML:Je});class Qe extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class to extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Qe("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Qe("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const eo=t=>new to(((e,o)=>t.then(e).catch(o)));var oo=Object.freeze({__proto__:null,CancelablePromise:to,CanceledPromiseError:Qe,cancelable:eo});class ro{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,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 to&&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,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=eo(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}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)}}var io=Object.freeze({__proto__:null,CacheRegistry:ro});class no{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t,e){var o,r;let i=(null!==(r=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>no.flattenMetadata(t)));return null==e?i:i.find((t=>t.key===e))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,label:t.label,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,label:t.label,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e,o="No value"){var r,i;let n=no.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==n?void 0:n.label)&&void 0!==r?r:null===(i=this.getMetadataDescriptor(t))||void 0===i?void 0:i.label;const s=this.allResults.map((e=>no.extractResultMetadata(e,t))).map((e=>null!=e?e:{key:t,label:a,value:void 0,displayValue:o})).filter((t=>t.value!=(null==n?void 0:n.value))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return s.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){if(null==t)return-1;if(null==e)return 1;let i=this.getMetadataDescriptor(o),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((e=>t==e.key))}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>{var r;return(null===(r=no.extractResultMetadata(o,t))||void 0===r?void 0:r.value)==e}));let r,i=no.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,r=t,e===n.length))break}return r}countMatchingMetadata(t,e){return no.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var ao=Object.freeze({__proto__:null,ClusteringHelper:no});class so{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)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}}var lo=Object.freeze({__proto__:null,Debouncer:so});const co=t=>new Promise((e=>setTimeout(e,t)));async function fo(t,e=10,o=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!o||i-r<o);)await co(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function po(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function uo(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!uo(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!uo(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var n=i[r];if(!uo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var ho=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?po(o):o}},deepEqual:uo,delay:co,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:po,waitFor:fo,waitUntil:async function(t,e=10,o=2e4){await fo((async()=>await t()||void 0),e,o)}});const go=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function yo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return Se({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!uo(t,e),...null!=e?e:{}})}function bo(t){return!isNaN(parseFloat(t))}var mo=Object.freeze({__proto__:null,customElement:go,isNumber:bo,jsonProperty:yo,optionalNumberProperty:function(t){return Se({type:Object,converter:{fromAttribute:t=>{if(null!=t)return bo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const vo=t=>"string"==typeof t?pt(t):t;class xo{static create(t,e,o,r){const i=t=>vo(null!=t?t:r),n=ut`var(${vo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>ut`var(${vo(t)}, ${i(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),n=ut`var(${vo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>ut`var(${vo(t)}, ${i(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):vo(null!=e?e:t.lastResortDefaultValue()),r=ut`var(${vo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>ut`var(${vo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function Oo(t,e){return vo(`${t.name}: ${e}`)}const wo={colorWhite:xo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:xo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:xo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:xo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:xo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:xo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:xo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:xo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:xo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:xo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:xo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:xo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:xo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:xo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:xo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:xo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:xo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:xo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:xo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:xo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:xo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:xo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:xo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:xo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:xo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:xo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:xo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:xo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:xo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:xo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:xo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:xo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:xo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:xo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:xo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:xo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:xo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:xo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:xo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:xo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:xo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:xo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:xo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:xo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:xo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:xo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:xo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:xo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:xo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:xo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:xo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:xo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:xo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:xo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:xo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:xo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:xo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:xo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:xo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:xo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:xo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:xo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:xo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:xo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:xo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:xo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:xo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:xo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:xo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:xo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:xo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:xo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:xo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:xo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:xo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:xo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:xo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:xo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:xo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:xo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:xo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:xo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:xo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:xo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:xo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:xo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:xo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:xo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:xo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:xo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:xo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:xo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:xo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:xo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:xo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:xo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:xo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:xo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:xo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:xo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:xo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:xo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:xo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:xo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:xo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:xo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:xo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:xo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:xo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:xo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:xo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:xo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:xo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:xo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:xo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:xo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:xo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:xo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:xo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:xo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:xo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:xo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:xo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:xo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:xo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:xo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:xo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:xo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:xo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:xo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:xo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:xo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:xo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:xo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:xo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:xo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:xo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:xo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:xo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:xo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:xo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:xo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:xo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:xo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:xo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:xo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:xo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:xo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:xo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:xo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:xo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:xo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:xo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:xo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:xo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:xo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:xo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:xo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:xo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:xo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:xo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:xo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:xo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:xo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:xo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:xo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:xo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:xo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:xo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:xo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:xo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:xo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:xo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:xo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:xo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:xo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:xo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:xo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:xo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:xo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:xo.create("--ft-opacity-0","","NUMBER","0"),opacity8:xo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:xo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:xo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:xo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:xo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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)")},So={fontFamily:xo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:xo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-display-textCase","","UNKNOWN","none")},Co={fontFamily:xo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:xo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},No={fontFamily:xo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:xo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Eo={fontFamily:xo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:xo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:xo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Ro={fontFamily:xo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:xo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:xo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Io={fontFamily:xo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:xo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},$o={fontFamily:xo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:xo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},ko={fontFamily:xo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:xo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Uo={fontFamily:xo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Lo={fontFamily:xo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:xo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:xo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Wo={fontFamily:xo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ao={fontFamily:xo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Bo={fontFamily:xo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:xo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:xo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:xo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Po={fontFamily:xo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:xo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:xo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Do={fontFamily:xo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:xo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:xo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},To={fontFamily:xo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:xo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:xo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:xo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:xo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:xo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Go={fontFamily:xo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:xo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:xo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:xo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},qo={display:So,"title-1":Co,"title-2":No,"title-3":Eo,"body-1-regular":Ro,"body-1-medium":Io,"body-1-semibold":$o,"body-2-regular":ko,"body-2-medium":Uo,"body-2-medium-underline":Lo,"body-2-semibold":Wo,"label-1-medium":Ao,"label-1-semibold":Bo,"label-1-bold":zo,"label-2-medium":Fo,"label-2-semibold":_o,"label-2-bold":Po,"caption-1-medium":jo,"caption-1-semibold":Mo,"caption-1-bold":Do,"caption-2-medium":Ko,"caption-2-semibold":To,"caption-2-bold":Zo,"caption-3-medium":Ho,"caption-3-semibold":Go,"caption-3-bold":Vo},Yo={backgroundActionPrimary:xo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",wo.colorBrand0),backgroundErrorSubtle:xo.extend("--ft-background-error-subtle","Used as background of subtle error components.",wo.colorRed10),backgroundInfoSubtle:xo.extend("--ft-background-info-subtle","Used as background of subtle information components.",wo.colorCyan10),backgroundWarningSubtle:xo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",wo.colorOrange10),backgroundSuccessSubtle:xo.extend("--ft-background-success-subtle","Used as background of subtle success components.",wo.colorGreen10),backgroundGlobalSurface:xo.extend("--ft-background-global-surface","Used as app background.",wo.colorWhite),backgroundGlobalOnSurface:xo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",wo.colorGray10),backgroundGlobalOnSurfaceDark:xo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",wo.colorGray30),contentActionPrimary:xo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",wo.colorBrand0),contentWarningPrimary:xo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",wo.colorOrange200),contentWarningIconOnly:xo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",wo.colorOrange0),contentErrorPrimary:xo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",wo.colorRed0),contentErrorIconOnly:xo.extend("--ft-content-error-icon-only","Used on error status icons alone",wo.colorRed70),contentInfoPrimary:xo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",wo.colorCyan200),contentInfoIconOnly:xo.extend("--ft-content-info-icon-only","Used on info status icons alone",wo.colorCyan0),contentSuccessPrimary:xo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",wo.colorGreen200),contentSuccessIconOnly:xo.extend("--ft-content-success-icon-only","Used on success status icons alone",wo.colorGreen0),contentGlobalPrimary:xo.extend("--ft-content-global-primary","Used for main content on the page.",wo.colorGray500),contentGlobalSecondary:xo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",wo.colorGray200),contentGlobalSubtle:xo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",wo.colorGray0),contentGlobalOnColor:xo.extend("--ft-content-global-on-color","Used for content on a dominant color.",wo.colorWhite),borderActionPrimary:xo.extend("--ft-border-action-primary","Used as border for primary action components.",wo.colorBrand0),borderActionFocusRing:xo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",wo.colorCyan0),borderWarningPrimary:xo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",wo.colorOrange200),borderWarningSubtle:xo.extend("--ft-border-warning-subtle","Used as border for warning components.",wo.colorOrange30),borderSuccessPrimary:xo.extend("--ft-border-success-primary","Used as border for success buttons.",wo.colorGreen200),borderSuccessSubtle:xo.extend("--ft-border-success-subtle","Used as border for success components.",wo.colorGreen30),borderErrorPrimary:xo.extend("--ft-border-error-primary","Used as border for text fields in error states.",wo.colorRed0),borderErrorSubtle:xo.extend("--ft-border-error-subtle","Used as border for error components.",wo.colorRed30),borderInfoPrimary:xo.extend("--ft-border-info-primary","Used as border for buttons in info color.",wo.colorCyan200),borderInfoSubtle:xo.extend("--ft-border-info-subtle","Used as border for information components.",wo.colorCyan30),borderGlobalPrimary:xo.extend("--ft-border-global-primary","Used as border for element like input.",wo.colorGray50),borderGlobalSubtle:xo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",wo.colorGray30),borderInputPrimary:xo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",wo.colorGray80)},Jo={largeHeight:xo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:xo.extend("--ft-button-large-horizontal-padding","",wo.spacing4),largeGap:xo.extend("--ft-button-large-gap","",wo.spacing2),largeBorderRadius:xo.extend("--ft-button-large-border-radius","",wo.borderRadiusS),largeIconSize:xo.extend("--ft-button-large-icon-size","",wo.iconSize3),largeBorderWidth:xo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:xo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:xo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:xo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:xo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:xo.extend("--ft-button-small-horizontal-padding","",wo.spacing3),smallGap:xo.extend("--ft-button-small-gap","",wo.spacing2),smallBorderRadius:xo.extend("--ft-button-small-border-radius","",wo.borderRadiusS),smallIconSize:xo.extend("--ft-button-small-icon-size","",wo.iconSize2),smallBorderWidth:xo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:xo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:xo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:xo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:xo.extend("--ft-button-primary-background-color","",Yo.backgroundActionPrimary),primaryColor:xo.extend("--ft-button-primary-color","",Yo.contentGlobalOnColor),primaryIconColor:xo.extend("--ft-button-primary-icon-color","",Yo.contentGlobalOnColor),primaryStateLayerColor:xo.extend("--ft-button-primary-state-layer-color","",Yo.contentGlobalOnColor),primaryHoverStateLayerOpacity:xo.extend("--ft-button-primary-hover-state-layer-opacity","",wo.opacity16),primaryFocusStateLayerOpacity:xo.extend("--ft-button-primary-focus-state-layer-opacity","",wo.opacity16),primaryActiveStateLayerOpacity:xo.extend("--ft-button-primary-active-state-layer-opacity","",wo.opacity24),primaryDisabledComponentOpacity:xo.extend("--ft-button-primary-disabled-component-opacity","",wo.opacity40),focusFocusRingColor:xo.extend("--ft-button-focus-focus-ring-color","",Yo.borderActionFocusRing),tertiaryBackgroundColor:xo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:xo.extend("--ft-button-tertiary-color","",Yo.contentActionPrimary),tertiaryIconColor:xo.extend("--ft-button-tertiary-icon-color","",Yo.contentActionPrimary),tertiaryStateLayerColor:xo.extend("--ft-button-tertiary-state-layer-color","",Yo.contentActionPrimary),tertiaryHoverStateLayerOpacity:xo.extend("--ft-button-tertiary-hover-state-layer-opacity","",wo.opacity8),tertiaryFocusStateLayerOpacity:xo.extend("--ft-button-tertiary-focus-state-layer-opacity","",wo.opacity8),tertiaryActiveStateLayerOpacity:xo.extend("--ft-button-tertiary-active-state-layer-opacity","",wo.opacity16),tertiaryDisabledComponentOpacity:xo.extend("--ft-button-tertiary-disabled-component-opacity","",wo.opacity40),secondaryBackgroundColor:xo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:xo.extend("--ft-button-secondary-color","",Yo.contentActionPrimary),secondaryIconColor:xo.extend("--ft-button-secondary-icon-color","",Yo.contentActionPrimary),secondaryStateLayerColor:xo.extend("--ft-button-secondary-state-layer-color","",Yo.contentActionPrimary),secondaryHoverStateLayerOpacity:xo.extend("--ft-button-secondary-hover-state-layer-opacity","",wo.opacity8),secondaryFocusStateLayerOpacity:xo.extend("--ft-button-secondary-focus-state-layer-opacity","",wo.opacity8),secondaryActiveStateLayerOpacity:xo.extend("--ft-button-secondary-active-state-layer-opacity","",wo.opacity16),secondaryDisabledComponentOpacity:xo.extend("--ft-button-secondary-disabled-component-opacity","",wo.opacity40),secondaryBorderColor:xo.extend("--ft-button-secondary-border-color","",Yo.borderActionPrimary),neutralBackgroundColor:xo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:xo.extend("--ft-button-neutral-icon-color","",Yo.contentGlobalSecondary),neutralColor:xo.extend("--ft-button-neutral-color","",Yo.contentGlobalSecondary),neutralStateLayerColor:xo.extend("--ft-button-neutral-state-layer-color","",Yo.contentGlobalSecondary),neutralHoverStateLayerOpacity:xo.extend("--ft-button-neutral-hover-state-layer-opacity","",wo.opacity8),neutralFocusStateLayerOpacity:xo.extend("--ft-button-neutral-focus-state-layer-opacity","",wo.opacity8),neutralActiveStateLayerOpacity:xo.extend("--ft-button-neutral-active-state-layer-opacity","",wo.opacity16),neutralDisabledComponentOpacity:xo.extend("--ft-button-neutral-disabled-component-opacity","",wo.opacity40)},Xo={iconSize:xo.extend("--ft-banner-icon-size","",wo.iconSize5),borderWidth:xo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:xo.extend("--ft-banner-horizontal-padding","",wo.spacing6),verticalPadding:xo.extend("--ft-banner-vertical-padding","",wo.spacing6),horizontalSideGap:xo.extend("--ft-banner-horizontal-side-gap","",wo.spacing6),horizontalMobileGap:xo.extend("--ft-banner-horizontal-mobile-gap","",wo.spacing4),verticalMobileGap:xo.extend("--ft-banner-vertical-mobile-gap","",wo.spacing6),horizontalMiddleGap:xo.extend("--ft-banner-horizontal-middle-gap","",wo.spacing20),infoBackgroundColor:xo.extend("--ft-banner-info-background-color","",Yo.backgroundInfoSubtle),infoColor:xo.extend("--ft-banner-info-color","",Yo.contentInfoPrimary),infoIconColor:xo.extend("--ft-banner-info-icon-color","",Yo.contentInfoIconOnly)},Qo={horizontalGap:xo.extend("--ft-breadcrumb-horizontal-gap","",wo.spacing1),verticalGap:xo.extend("--ft-breadcrumb-vertical-gap","",wo.spacing2),currentElementColor:xo.extend("--ft-breadcrumb-current-element-color","",Yo.contentGlobalPrimary),iconColor:xo.extend("--ft-breadcrumb-icon-color","",Yo.contentGlobalSubtle)},tr={horizontalPadding:xo.extend("--ft-page-header-horizontal-padding","",wo.spacing12),horizontalGap:xo.extend("--ft-page-header-horizontal-gap","",wo.spacing4),verticalGap:xo.extend("--ft-page-header-vertical-gap","",wo.spacing2),classicVerticalPadding:xo.extend("--ft-page-header-classic-vertical-padding","",wo.spacing6),multilineVerticalPadding:xo.extend("--ft-page-header-multiline-vertical-padding","",wo.spacing4),inlineVerticalPadding:xo.extend("--ft-page-header-inline-vertical-padding","",wo.spacing2),backgroundColor:xo.extend("--ft-page-header-background-color","",wo.colorWhite),bottomBorderColor:xo.extend("--ft-page-header-bottom-border-color","",Yo.borderGlobalSubtle),titleColor:xo.extend("--ft-page-header-title-color","",Yo.contentGlobalPrimary),subtitleColor:xo.extend("--ft-page-header-subtitle-color","",Yo.contentGlobalSecondary)},er={smallContainerWidth:xo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:xo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:xo.extend("--ft-modal-overlay-background-color","",wo.colorGray700),overlayOpacity:xo.extend("--ft-modal-overlay-opacity","",wo.opacity40),shadow:xo.extend("--ft-modal-shadow","",wo.shadowElevation03),bodyBackgroundColor:xo.extend("--ft-modal-body-background-color","",wo.colorWhite),bodyColor:xo.extend("--ft-modal-body-color","",Yo.contentGlobalPrimary),bodyHorizontalPadding:xo.extend("--ft-modal-body-horizontal-padding","",wo.spacing6),bodyVerticalPadding:xo.extend("--ft-modal-body-vertical-padding","",wo.spacing6),bodyVerticalGap:xo.extend("--ft-modal-body-vertical-gap","",wo.spacing6),containerMargin:xo.extend("--ft-modal-container-margin","",wo.spacing3),headerBackgroundColor:xo.extend("--ft-modal-header-background-color","",Yo.backgroundGlobalOnSurface),headerBorderColor:xo.extend("--ft-modal-header-border-color","",Yo.borderGlobalSubtle),headerColor:xo.extend("--ft-modal-header-color","",Yo.contentGlobalPrimary),headerTrailingIconColor:xo.extend("--ft-modal-header-trailing-icon-color","",Yo.contentGlobalSecondary),headerVerticalPadding:xo.extend("--ft-modal-header-vertical-padding","",wo.spacing1),headerRightPadding:xo.extend("--ft-modal-header-right-padding","",wo.spacing1),headerLeftPadding:xo.extend("--ft-modal-header-left-padding","",wo.spacing6),headerGap:xo.extend("--ft-modal-header-gap","",wo.spacing2),headerBorderBottom:xo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:xo.extend("--ft-modal-border-radius","",wo.borderRadiusM)},or={overlayOpacity:xo.extend("--ft-drawer-overlay-opacity","",wo.opacity40),shadow:xo.extend("--ft-drawer-shadow","",wo.shadowElevation03),bodyColor:xo.extend("--ft-drawer-body-color","",Yo.contentGlobalPrimary),bodyHorizontalPadding:xo.extend("--ft-drawer-body-horizontal-padding","",wo.spacing6),bodyVerticalPadding:xo.extend("--ft-drawer-body-vertical-padding","",wo.spacing6),bodyGap:xo.extend("--ft-drawer-body-gap","",wo.spacing6),bodyBackgroundColor:xo.extend("--ft-drawer-body-background-color","",wo.colorWhite),headerBackgroundColor:xo.extend("--ft-drawer-header-background-color","",Yo.backgroundGlobalOnSurface),headerBorderColor:xo.extend("--ft-drawer-header-border-color","",Yo.borderGlobalSubtle),headerColor:xo.extend("--ft-drawer-header-color","",Yo.contentGlobalPrimary),headerTrailingIconColor:xo.extend("--ft-drawer-header-trailing-icon-color","",Yo.contentGlobalSecondary),headerHeight:xo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:xo.extend("--ft-drawer-header-horizontal-padding","",wo.spacing2),headerBorderWidth:xo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:xo.extend("--ft-drawer-header-gap","",wo.spacing3),buttonsBarBackgroundColor:xo.extend("--ft-drawer-buttons-bar-background-color","",Yo.backgroundGlobalOnSurface),buttonsBarBorderColor:xo.extend("--ft-drawer-buttons-bar-border-color","",Yo.borderGlobalSubtle),buttonsBarColor:xo.extend("--ft-drawer-buttons-bar-color","",Yo.contentGlobalPrimary),buttonsBarHorizontalPadding:xo.extend("--ft-drawer-buttons-bar-horizontal-padding","",wo.spacing4),buttonsBarVerticalPadding:xo.extend("--ft-drawer-buttons-bar-vertical-padding","",wo.spacing4),buttonsBarGap:xo.extend("--ft-drawer-buttons-bar-gap","",wo.spacing3),buttonsBarBorderWidth:xo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:xo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:xo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:xo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:xo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:xo.extend("--ft-drawer-overlay-background-color","",wo.colorGray700)},rr={fieldHorizontalPadding:xo.extend("--ft-text-input-field-horizontal-padding","",wo.spacing4),fieldHorizontalGap:xo.extend("--ft-text-input-field-horizontal-gap","",wo.spacing3),fieldVerticalGap:xo.extend("--ft-text-input-field-vertical-gap","",wo.spacing05),fieldIconSize:xo.extend("--ft-text-input-field-icon-size","",wo.iconSize3),fieldHeight:xo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:xo.extend("--ft-text-input-helper-horizontal-padding","",wo.spacing4),helperHorizontalGap:xo.extend("--ft-text-input-helper-horizontal-gap","",wo.spacing1),helperIconSize:xo.extend("--ft-text-input-helper-icon-size","",wo.iconSize2),borderRadius:xo.extend("--ft-text-input-border-radius","",wo.borderRadiusM),backgroundColor:xo.extend("--ft-text-input-background-color","",wo.colorWhite),contentValueColor:xo.extend("--ft-text-input-content-value-color","",Yo.contentGlobalPrimary),trailingIconColor:xo.extend("--ft-text-input-trailing-icon-color","",Yo.contentGlobalSubtle),labelColor:xo.extend("--ft-text-input-label-color","",Yo.contentGlobalSubtle),defaultBorderColor:xo.extend("--ft-text-input-default-border-color","",Yo.borderInputPrimary),defaultHelperTextColor:xo.extend("--ft-text-input-default-helper-text-color","",Yo.contentGlobalSubtle),defaultBorderWidth:xo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:xo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:xo.extend("--ft-text-input-error-border-color","",Yo.borderErrorPrimary),errorHelperTextColor:xo.extend("--ft-text-input-error-helper-text-color","",Yo.contentErrorPrimary),errorHelperIconColor:xo.extend("--ft-text-input-error-helper-icon-color","",Yo.contentErrorIconOnly),warningBorderWidth:xo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:xo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xo.extend("--ft-text-input-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineOffset:xo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xo.extend("--ft-text-input-disabled-component-opacity","",wo.opacity40)},ir={backgroundColor:xo.extend("--ft-text-area-background-color","",wo.colorWhite),contentValueColor:xo.extend("--ft-text-area-content-value-color","",Yo.contentGlobalPrimary),labelColor:xo.extend("--ft-text-area-label-color","",Yo.contentGlobalSubtle),defaultBorderColor:xo.extend("--ft-text-area-default-border-color","",Yo.borderInputPrimary),defaultHelperTextColor:xo.extend("--ft-text-area-default-helper-text-color","",Yo.contentGlobalSubtle),defaultBorderWidth:xo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:xo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:xo.extend("--ft-text-area-error-border-color","",Yo.borderErrorPrimary),errorHelperTextColor:xo.extend("--ft-text-area-error-helper-text-color","",Yo.contentErrorPrimary),errorHelperIconColor:xo.extend("--ft-text-area-error-helper-icon-color","",Yo.contentErrorIconOnly),focusFocusRingColor:xo.extend("--ft-text-area-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineWidth:xo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:xo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xo.extend("--ft-text-area-disabled-component-opacity","",wo.opacity40),fieldHorizontalLeftPadding:xo.extend("--ft-text-area-field-horizontal-left-padding","",wo.spacing4),fieldHorizontalGap:xo.extend("--ft-text-area-field-horizontal-gap","",wo.spacing3),fieldVerticalGap:xo.extend("--ft-text-area-field-vertical-gap","",wo.spacing05),fieldMinHeight:xo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:xo.extend("--ft-text-area-helper-horizontal-padding","",wo.spacing4),helperHorizontalGap:xo.extend("--ft-text-area-helper-horizontal-gap","",wo.spacing1),helperIconSize:xo.extend("--ft-text-area-helper-icon-size","",wo.iconSize2),borderRadius:xo.extend("--ft-text-area-border-radius","",wo.borderRadiusM)},nr={height:xo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:xo.extend("--ft-floating-menu-horizontal-padding","",wo.spacing4),offIconColor:xo.extend("--ft-floating-menu-off-icon-color","",Yo.contentGlobalPrimary),offColor:xo.extend("--ft-floating-menu-off-color","",Yo.contentGlobalPrimary),onColor:xo.extend("--ft-floating-menu-on-color","",Yo.contentActionPrimary),onStateLayerColor:xo.extend("--ft-floating-menu-on-state-layer-color","",Yo.contentActionPrimary),gap:xo.extend("--ft-floating-menu-gap","",wo.spacing3),focusFocusRingColor:xo.extend("--ft-floating-menu-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineWidth:xo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:xo.extend("--ft-floating-menu-focus-state-layer-opacity","",wo.opacity8),hoverStateLayerOpacity:xo.extend("--ft-floating-menu-hover-state-layer-opacity","",wo.opacity8),activeStateLayerOpacity:xo.extend("--ft-floating-menu-active-state-layer-opacity","",wo.opacity16),disabledComponentOpacity:xo.extend("--ft-floating-menu-disabled-component-opacity","",wo.opacity40),iconSize:xo.extend("--ft-floating-menu-icon-size","",wo.iconSize3),backgroundColor:xo.extend("--ft-floating-menu-background-color","",Yo.backgroundGlobalOnSurface)},ar={fieldHorizontalPadding:xo.extend("--ft-combobox-single-select-field-horizontal-padding","",wo.spacing4),fieldHorizontalGap:xo.extend("--ft-combobox-single-select-field-horizontal-gap","",wo.spacing3),fieldVerticalGap:xo.extend("--ft-combobox-single-select-field-vertical-gap","",wo.spacing05),fieldIconSize:xo.extend("--ft-combobox-single-select-field-icon-size","",wo.iconSize3),fieldHeight:xo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:xo.extend("--ft-combobox-single-select-helper-horizontal-padding","",wo.spacing4),helperHorizontalGap:xo.extend("--ft-combobox-single-select-helper-horizontal-gap","",wo.spacing1),helperVerticalGap:xo.extend("--ft-combobox-single-select-helper-vertical-gap","",wo.spacing1),helperIconSize:xo.extend("--ft-combobox-single-select-helper-icon-size","",wo.iconSize2),menuVerticalGap:xo.extend("--ft-combobox-single-select-menu-vertical-gap","",wo.spacing2),borderRadius:xo.extend("--ft-combobox-single-select-border-radius","",wo.borderRadiusM),backgroundColor:xo.extend("--ft-combobox-single-select-background-color","",wo.colorWhite),labelColor:xo.extend("--ft-combobox-single-select-label-color","",Yo.contentGlobalSubtle),contentValueColor:xo.extend("--ft-combobox-single-select-content-value-color","",Yo.contentGlobalPrimary),trailingIconColor:xo.extend("--ft-combobox-single-select-trailing-icon-color","",Yo.contentGlobalSubtle),defaultBorderColor:xo.extend("--ft-combobox-single-select-default-border-color","",Yo.borderInputPrimary),defaultHelperTextColor:xo.extend("--ft-combobox-single-select-default-helper-text-color","",Yo.contentGlobalSubtle),defaultBorderWidth:xo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:xo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:xo.extend("--ft-combobox-single-select-error-border-color","",Yo.borderErrorPrimary),errorHelperTextColor:xo.extend("--ft-combobox-single-select-error-helper-text-color","",Yo.contentErrorPrimary),warningBorderWidth:xo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:xo.extend("--ft-combobox-single-select-warning-border-color","",Yo.borderWarningPrimary),warningHelperTextColor:xo.extend("--ft-combobox-single-select-warning-helper-text-color","",Yo.contentWarningPrimary),warningHelperIconColor:xo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Yo.contentWarningIconOnly),focusOutlineWidth:xo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineOffset:xo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xo.extend("--ft-combobox-single-select-disabled-component-opacity","",wo.opacity40)},sr={backgroundColor:xo.extend("--ft-combobox-multi-select-background-color","",wo.colorWhite),labelColor:xo.extend("--ft-combobox-multi-select-label-color","",Yo.contentGlobalSubtle),trailingIconColor:xo.extend("--ft-combobox-multi-select-trailing-icon-color","",Yo.contentGlobalSubtle),defaultBorderColor:xo.extend("--ft-combobox-multi-select-default-border-color","",Yo.borderInputPrimary),defaultHelperTextColor:xo.extend("--ft-combobox-multi-select-default-helper-text-color","",Yo.contentGlobalSubtle),defaultBorderWidth:xo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:xo.extend("--ft-combobox-multi-select-error-border-color","",Yo.borderErrorPrimary),errorHelperTextColor:xo.extend("--ft-combobox-multi-select-error-helper-text-color","",Yo.contentErrorPrimary),errorHelperIcon:xo.extend("--ft-combobox-multi-select-error-helper-icon","",Yo.contentErrorIconOnly),errorBorderWidth:xo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:xo.extend("--ft-combobox-multi-select-warning-border-color","",Yo.borderWarningPrimary),warningHelperTextColor:xo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Yo.contentWarningPrimary),warningHelperIconColor:xo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Yo.contentWarningIconOnly),warningBorderWidth:xo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:xo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineWidth:xo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:xo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xo.extend("--ft-combobox-multi-select-disabled-component-opacity","",wo.opacity40),helperHorizontalPadding:xo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",wo.spacing4),helperHorizontalGap:xo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",wo.spacing1),helperVerticalGap:xo.extend("--ft-combobox-multi-select-helper-vertical-gap","",wo.spacing1),helperIconSize:xo.extend("--ft-combobox-multi-select-helper-icon-size","",wo.iconSize2),fieldHorizontalPadding:xo.extend("--ft-combobox-multi-select-field-horizontal-padding","",wo.spacing4),fieldHorizontalGap:xo.extend("--ft-combobox-multi-select-field-horizontal-gap","",wo.spacing3),fieldVerticalGap:xo.extend("--ft-combobox-multi-select-field-vertical-gap","",wo.spacing05),fieldIconSize:xo.extend("--ft-combobox-multi-select-field-icon-size","",wo.iconSize3),fieldMaxHeight:xo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:xo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",wo.spacing1),contentValuesVerticalGap:xo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",wo.spacing1),borderRadius:xo.extend("--ft-combobox-multi-select-border-radius","",wo.borderRadiusM)},lr={backgroundColor:xo.extend("--ft-popover-background-color","",Yo.backgroundGlobalOnSurface),horizontalPadding:xo.extend("--ft-popover-horizontal-padding","",wo.spacing6),verticalPadding:xo.extend("--ft-popover-vertical-padding","",wo.spacing6),iconColor:xo.extend("--ft-popover-icon-color","",Yo.contentGlobalSecondary),iconSize:xo.extend("--ft-popover-icon-size","",wo.iconSize2),titleColor:xo.extend("--ft-popover-title-color","",Yo.contentGlobalPrimary),bodyColor:xo.extend("--ft-popover-body-color","",Yo.contentGlobalSecondary),linkColor:xo.extend("--ft-popover-link-color","",Yo.contentActionPrimary),gap:xo.extend("--ft-popover-gap","",wo.spacing3),borderRadius:xo.extend("--ft-popover-border-radius","",wo.borderRadiusM),shadow:xo.extend("--ft-popover-shadow","",wo.shadowElevation02)},cr={topLeftBorderRadius:xo.extend("--ft-tabs-top-left-border-radius","",wo.borderRadiusS),topRightBorderRadius:xo.extend("--ft-tabs-top-right-border-radius","",wo.borderRadiusS),labelHorizontalPadding:xo.extend("--ft-tabs-label-horizontal-padding","",wo.spacing4),labelVerticalPadding:xo.extend("--ft-tabs-label-vertical-padding","",wo.spacing3),labelGap:xo.extend("--ft-tabs-label-gap","",wo.spacing1),offHoverStateLayerOpacity:xo.extend("--ft-tabs-off-hover-state-layer-opacity","",wo.opacity8),offFocusStateLayerOpacity:xo.extend("--ft-tabs-off-focus-state-layer-opacity","",wo.opacity8),offActiveStateLayerOpacity:xo.extend("--ft-tabs-off-active-state-layer-opacity","",wo.opacity16),offDisabledComponentOpacity:xo.extend("--ft-tabs-off-disabled-component-opacity","",wo.opacity40),offColor:xo.extend("--ft-tabs-off-color","",Yo.contentGlobalSubtle),offStateLayerColor:xo.extend("--ft-tabs-off-state-layer-color","",Yo.contentGlobalSubtle),onHoverStateLayerOpacity:xo.extend("--ft-tabs-on-hover-state-layer-opacity","",wo.opacity8),onFocusStateLayerOpacity:xo.extend("--ft-tabs-on-focus-state-layer-opacity","",wo.opacity8),onActiveStateLayerOpacity:xo.extend("--ft-tabs-on-active-state-layer-opacity","",wo.opacity16),onDisabledComponentOpacity:xo.extend("--ft-tabs-on-disabled-component-opacity","",wo.opacity40),onColor:xo.extend("--ft-tabs-on-color","",Yo.contentActionPrimary),onStateLayerColor:xo.extend("--ft-tabs-on-state-layer-color","",Yo.contentActionPrimary),iconHorizontalPadding:xo.extend("--ft-tabs-icon-horizontal-padding","",wo.spacing1),iconVerticalPadding:xo.extend("--ft-tabs-icon-vertical-padding","",wo.spacing4),focusOutlineWidth:xo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xo.extend("--ft-tabs-focus-focus-ring-color","",Yo.borderActionFocusRing)},fr={hoverStateLayerOpacity:xo.extend("--ft-collapsible-hover-state-layer-opacity","",wo.opacity8),focusStateLayerOpacity:xo.extend("--ft-collapsible-focus-state-layer-opacity","",wo.opacity8),focusOutlineWidth:xo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:xo.extend("--ft-collapsible-focus-focus-ring-color","",Yo.borderActionFocusRing),activeStateLayerOpacity:xo.extend("--ft-collapsible-active-state-layer-opacity","",wo.opacity16),disabledComponentOpacity:xo.extend("--ft-collapsible-disabled-component-opacity","",wo.opacity40),horizontalPadding:xo.extend("--ft-collapsible-horizontal-padding","",wo.spacing4),verticalPadding:xo.extend("--ft-collapsible-vertical-padding","",wo.spacing3),color:xo.extend("--ft-collapsible-color","",Yo.contentGlobalPrimary),stateLayerColor:xo.extend("--ft-collapsible-state-layer-color","",Yo.contentGlobalPrimary),backgroundColor:xo.extend("--ft-collapsible-background-color","",Yo.backgroundGlobalOnSurface),borderColor:xo.extend("--ft-collapsible-border-color","",Yo.borderGlobalSubtle),iconSize:xo.extend("--ft-collapsible-icon-size","",wo.iconSize3)},pr={groupHorizontalPadding:xo.extend("--ft-switch-group-horizontal-padding","",wo.spacing1),groupVerticalPadding:xo.extend("--ft-switch-group-vertical-padding","",wo.spacing1),groupGap:xo.extend("--ft-switch-group-gap","",wo.spacing1),groupBackgroundColor:xo.extend("--ft-switch-group-background-color","",Yo.backgroundGlobalSurface),groupBorderColor:xo.extend("--ft-switch-group-border-color","",Yo.borderGlobalSubtle),groupBorderRadius:xo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:xo.extend("--ft-switch-label-horizontal-padding","",wo.spacing2),labelVerticalPadding:xo.extend("--ft-switch-label-vertical-padding","",wo.spacing1),offHoverStateLayerOpacity:xo.extend("--ft-switch-off-hover-state-layer-opacity","",wo.opacity8),offFocusStateLayerOpacity:xo.extend("--ft-switch-off-focus-state-layer-opacity","",wo.opacity8),offActiveStateLayerOpacity:xo.extend("--ft-switch-off-active-state-layer-opacity","",wo.opacity16),offDisabledComponentOpacity:xo.extend("--ft-switch-off-disabled-component-opacity","",wo.opacity40),offColor:xo.extend("--ft-switch-off-color","",Yo.contentGlobalSubtle),offStateLayerColor:xo.extend("--ft-switch-off-state-layer-color","",Yo.contentGlobalSubtle),onHoverStateLayerOpacity:xo.extend("--ft-switch-on-hover-state-layer-opacity","",wo.opacity8),onFocusStateLayerOpacity:xo.extend("--ft-switch-on-focus-state-layer-opacity","",wo.opacity8),onActiveStateLayerOpacity:xo.extend("--ft-switch-on-active-state-layer-opacity","",wo.opacity16),onDisabledComponentOpacity:xo.extend("--ft-switch-on-disabled-component-opacity","",wo.opacity40),onColor:xo.extend("--ft-switch-on-color","",Yo.contentActionPrimary),onStateLayerColor:xo.extend("--ft-switch-on-state-layer-color","",Yo.contentActionPrimary),iconHorizontalPadding:xo.extend("--ft-switch-icon-horizontal-padding","",wo.spacing1),iconVerticalPadding:xo.extend("--ft-switch-icon-vertical-padding","",wo.spacing1),focusOutlineWidth:xo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xo.extend("--ft-switch-focus-focus-ring-color","",Yo.borderActionFocusRing),optionBorderRadius:xo.extend("--ft-switch-option-border-radius","",wo.borderRadiusS)},ur={color1Light:xo.extend("--ft-chart-1-light","for area color charts",wo.colorBrand40),color1Base:xo.extend("--ft-chart-1-base","for line charts",wo.colorBrand0),color2Light:xo.extend("--ft-chart-2-light","for area color charts",wo.colorYellow60),color2Base:xo.extend("--ft-chart-2-base","for line charts",wo.colorYellow100),color3Light:xo.extend("--ft-chart-3-light","",wo.colorUltramarine40),color3Base:xo.extend("--ft-chart-3-base","",wo.colorUltramarine70),color4Light:xo.extend("--ft-chart-4-light","",wo.colorCyan50),color4Base:xo.extend("--ft-chart-4-base","",wo.colorCyan100),color5Light:xo.extend("--ft-chart-5-light","",wo.colorRed40),color5Base:xo.extend("--ft-chart-5-base","",wo.colorRed60),color6Light:xo.extend("--ft-chart-6-light","",wo.colorGreen40),color6Base:xo.extend("--ft-chart-6-base","",wo.colorGreen70),color7Light:xo.extend("--ft-chart-7-light","",wo.colorOrange70),color7Base:xo.extend("--ft-chart-7-base","",wo.colorOrange100),color8Light:xo.extend("--ft-chart-8-light","",wo.colorAvocado70),color8Base:xo.extend("--ft-chart-8-base","",wo.colorAvocado200),color9Light:xo.extend("--ft-chart-9-light","",wo.colorBrown50),color9Base:xo.extend("--ft-chart-9-base","",wo.colorBrown200),color10Light:xo.extend("--ft-chart-10-light","",wo.colorGray50),color10Base:xo.extend("--ft-chart-10-base","",wo.colorGray80),monochrome10:xo.extend("--ft-chart-monochrome-10","",wo.colorBrand10),monochrome20:xo.extend("--ft-chart-monochrome-20","",wo.colorBrand20),monochrome30:xo.extend("--ft-chart-monochrome-30","",wo.colorBrand40),monochrome40:xo.extend("--ft-chart-monochrome-40","",wo.colorBrand60),monochrome50:xo.extend("--ft-chart-monochrome-50","",wo.colorBrand0),monochrome60:xo.extend("--ft-chart-monochrome-60","",wo.colorBrand200)},dr={largeHorizontalPadding:xo.extend("--ft-chip-large-horizontal-padding","",wo.spacing4),largeVerticalPadding:xo.extend("--ft-chip-large-vertical-padding","",wo.spacing2),largeGap:xo.extend("--ft-chip-large-gap","",wo.spacing1),largeFocusOutlineOffset:xo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:xo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:xo.extend("--ft-chip-large-border-radius","",wo.borderRadiusPill),largeBorderWidth:xo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:xo.extend("--ft-chip-large-icon-size","",wo.iconSize3),mediumHorizontalPadding:xo.extend("--ft-chip-medium-horizontal-padding","",wo.spacing3),mediumVerticalPadding:xo.extend("--ft-chip-medium-vertical-padding","",wo.spacing1),mediumGap:xo.extend("--ft-chip-medium-gap","",wo.spacing1),mediumFocusOutlineOffset:xo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:xo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:xo.extend("--ft-chip-medium-border-radius","",wo.borderRadiusPill),mediumBorderWidth:xo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:xo.extend("--ft-chip-medium-icon-size","",wo.iconSize2),smallHorizontalPadding:xo.extend("--ft-chip-small-horizontal-padding","",wo.spacing2),smallVerticalPadding:xo.extend("--ft-chip-small-vertical-padding","",wo.spacing05),smallGap:xo.extend("--ft-chip-small-gap","",wo.spacing1),smallFocusOutlineOffset:xo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:xo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:xo.extend("--ft-chip-small-border-radius","",wo.borderRadiusPill),smallBorderWidth:xo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:xo.extend("--ft-chip-small-icon-size","",wo.iconSize1),neutralBackgroundColor:xo.extend("--ft-chip-neutral-background-color","",Yo.backgroundGlobalOnSurface),neutralColor:xo.extend("--ft-chip-neutral-color","",Yo.contentGlobalPrimary),neutralIconColor:xo.extend("--ft-chip-neutral-icon-color","",Yo.contentGlobalPrimary),neutralBorderColor:xo.extend("--ft-chip-neutral-border-color","",Yo.borderGlobalSubtle),infoBackgroundColor:xo.extend("--ft-chip-info-background-color","",Yo.backgroundInfoSubtle),infoColor:xo.extend("--ft-chip-info-color","",Yo.contentInfoPrimary),infoIconColor:xo.extend("--ft-chip-info-icon-color","",Yo.contentInfoIconOnly),infoBorderColor:xo.extend("--ft-chip-info-border-color","",Yo.borderInfoSubtle),successBackgroundColor:xo.extend("--ft-chip-success-background-color","",Yo.backgroundSuccessSubtle),successColor:xo.extend("--ft-chip-success-color","",Yo.contentSuccessPrimary),successIconColor:xo.extend("--ft-chip-success-icon-color","",Yo.contentSuccessIconOnly),successBorderColor:xo.extend("--ft-chip-success-border-color","",Yo.borderSuccessSubtle),warningBackgroundColor:xo.extend("--ft-chip-warning-background-color","",Yo.backgroundWarningSubtle),warningColor:xo.extend("--ft-chip-warning-color","",Yo.contentWarningPrimary),warningIconColor:xo.extend("--ft-chip-warning-icon-color","",Yo.contentWarningIconOnly),warningBorderColor:xo.extend("--ft-chip-warning-border-color","",Yo.borderWarningSubtle),errorBackgroundColor:xo.extend("--ft-chip-error-background-color","",Yo.backgroundErrorSubtle),errorColor:xo.extend("--ft-chip-error-color","",Yo.contentErrorPrimary),errorIconColor:xo.extend("--ft-chip-error-icon-color","",Yo.contentErrorIconOnly),errorBorderColor:xo.extend("--ft-chip-error-border-color","",Yo.borderErrorSubtle)},hr={infoBorderColor:xo.extend("--ft-border-info-border-color","",Yo.borderInfoSubtle)},gr={borderWidth:xo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:xo.extend("--ft-notice-horizontal-padding","",wo.spacing2),verticalPadding:xo.extend("--ft-notice-vertical-padding","",wo.spacing1),borderRadius:xo.extend("--ft-notice-border-radius","",wo.borderRadiusS),gap:xo.extend("--ft-notice-gap","",wo.spacing2),iconSize:xo.extend("--ft-notice-icon-size","",wo.iconSize3),infoBackgroundColor:xo.extend("--ft-notice-info-background-color","",Yo.backgroundInfoSubtle),infoBorderColor:xo.extend("--ft-notice-info-border-color","",Yo.borderInfoSubtle),infoColor:xo.extend("--ft-notice-info-color","",Yo.contentInfoPrimary),infoIconColor:xo.extend("--ft-notice-info-icon-color","",Yo.contentInfoIconOnly),warningBackgroundColor:xo.extend("--ft-notice-warning-background-color","",Yo.backgroundWarningSubtle),warningBorderColor:xo.extend("--ft-notice-warning-border-color","",Yo.borderWarningSubtle),warningColor:xo.extend("--ft-notice-warning-color","",Yo.contentWarningPrimary),warningIconColor:xo.extend("--ft-notice-warning-icon-color","",Yo.contentWarningIconOnly),errorBackgroundColor:xo.extend("--ft-notice-error-background-color","",Yo.backgroundErrorSubtle),errorBorderColor:xo.extend("--ft-notice-error-border-color","",Yo.borderErrorSubtle),errorColor:xo.extend("--ft-notice-error-color","",Yo.contentErrorPrimary),errorIconColor:xo.extend("--ft-notice-error-icon-color","",Yo.contentErrorIconOnly),successBackgroundColor:xo.extend("--ft-notice-success-background-color","",Yo.backgroundSuccessSubtle),successBorderColor:xo.extend("--ft-notice-success-border-color","",Yo.borderSuccessSubtle),successColor:xo.extend("--ft-notice-success-color","",Yo.contentSuccessPrimary),successIconColor:xo.extend("--ft-notice-success-icon-color","",Yo.contentSuccessIconOnly)},yr={color:xo.extend("--ft-checkbox-color","",Yo.contentGlobalPrimary),checkedBackgroundColor:xo.extend("--ft-checkbox-checked-background-color","",Yo.contentActionPrimary),checkedStateLayerColor:xo.extend("--ft-checkbox-checked-state-layer-color","",Yo.contentActionPrimary),checkedIconColor:xo.extend("--ft-checkbox-checked-icon-color","",Yo.contentGlobalOnColor),checkedHoverStateLayerOpacity:xo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",wo.opacity16),checkedFocusStateLayerOpacity:xo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",wo.opacity16),checkedActiveStateLayerOpacity:xo.extend("--ft-checkbox-checked-active-state-layer-opacity","",wo.opacity24),checkedDisabledComponentOpacity:xo.extend("--ft-checkbox-checked-disabled-component-opacity","",wo.opacity40),uncheckedBorderColor:xo.extend("--ft-checkbox-unchecked-border-color","",wo.colorGray80),uncheckedStateLayerColor:xo.extend("--ft-checkbox-unchecked-state-layer-color","",wo.colorGray80),uncheckedHoverStateLayerOpacity:xo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",wo.opacity16),uncheckedFocusStateLayerOpacity:xo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",wo.opacity16),uncheckedActiveStateLayerOpacity:xo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",wo.opacity24),uncheckedDisabledComponentOpacity:xo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",wo.opacity40),focusFocusRingColor:xo.extend("--ft-checkbox-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineOffset:xo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:xo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:xo.extend("--ft-checkbox-gap","",wo.spacing3)},br={offHoverStateLayerOpacity:xo.extend("--ft-toggle-off-hover-state-layer-opacity","",wo.opacity16),offFocusStateLayerOpacity:xo.extend("--ft-toggle-off-focus-state-layer-opacity","",wo.opacity16),offActiveStateLayerOpacity:xo.extend("--ft-toggle-off-active-state-layer-opacity","",wo.opacity24),offDisabledComponentOpacity:xo.extend("--ft-toggle-off-disabled-component-opacity","",wo.opacity40),offBackgroundColor:xo.extend("--ft-toggle-off-background-color","",Yo.contentGlobalSubtle),offIconColor:xo.extend("--ft-toggle-off-icon-color","",Yo.contentGlobalSubtle),offStateLayerColor:xo.extend("--ft-toggle-off-state-layer-color","",Yo.contentGlobalSubtle),onHoverStateLayerOpacity:xo.extend("--ft-toggle-on-hover-state-layer-opacity","",wo.opacity16),onFocusStateLayerOpacity:xo.extend("--ft-toggle-on-focus-state-layer-opacity","",wo.opacity16),onActiveStateLayerOpacity:xo.extend("--ft-toggle-on-active-state-layer-opacity","",wo.opacity24),onDisabledComponentOpacity:xo.extend("--ft-toggle-on-disabled-component-opacity","",wo.opacity40),onBackgroundColor:xo.extend("--ft-toggle-on-background-color","",Yo.contentActionPrimary),onStateLayerColor:xo.extend("--ft-toggle-on-state-layer-color","",Yo.contentActionPrimary),onIconColor:xo.extend("--ft-toggle-on-icon-color","",Yo.contentActionPrimary),color:xo.extend("--ft-toggle-color","",Yo.contentGlobalPrimary),focusFocusRingColor:xo.extend("--ft-toggle-focus-focus-ring-color","",Yo.borderActionFocusRing),gap:xo.extend("--ft-toggle-gap","",wo.spacing3)},mr={color:xo.extend("--ft-radio-color","",Yo.contentGlobalPrimary),selectedRadioColor:xo.extend("--ft-radio-selected-radio-color","",Yo.contentActionPrimary),selectedStateLayerColor:xo.extend("--ft-radio-selected-state-layer-color","",Yo.contentActionPrimary),selectedHoverStateLayerOpacity:xo.extend("--ft-radio-selected-hover-state-layer-opacity","",wo.opacity16),selectedFocusStateLayerOpacity:xo.extend("--ft-radio-selected-focus-state-layer-opacity","",wo.opacity16),selectedActiveStateLayerOpacity:xo.extend("--ft-radio-selected-active-state-layer-opacity","",wo.opacity24),selectedDisabledComponentOpacity:xo.extend("--ft-radio-selected-disabled-component-opacity","",wo.opacity40),unselectedStateLayerColor:xo.extend("--ft-radio-unselected-state-layer-color","",Yo.borderInputPrimary),unselectedBorderColor:xo.extend("--ft-radio-unselected-border-color","",Yo.borderInputPrimary),unselectedHoverStateLayerOpacity:xo.extend("--ft-radio-unselected-hover-state-layer-opacity","",wo.opacity16),unselectedFocusStateLayerOpacity:xo.extend("--ft-radio-unselected-focus-state-layer-opacity","",wo.opacity16),unselectedActiveStateLayerOpacity:xo.extend("--ft-radio-unselected-active-state-layer-opacity","",wo.opacity24),unselectedDisabledComponentOpacity:xo.extend("--ft-radio-unselected-disabled-component-opacity","",wo.opacity40),focusFocusRingColor:xo.extend("--ft-radio-focus-focus-ring-color","",Yo.borderActionFocusRing),focusOutlineOffset:xo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:xo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:xo.extend("--ft-radio-gap","",wo.spacing3)},vr={iconSize:xo.extend("--ft-notification-icon-size","",wo.iconSize4),horizontalPadding:xo.extend("--ft-notification-horizontal-padding","",wo.spacing4),verticalPadding:xo.extend("--ft-notification-vertical-padding","",wo.spacing4),infoBackgroundColor:xo.extend("--ft-notification-info-background-color","",Yo.backgroundInfoSubtle),infoColor:xo.extend("--ft-notification-info-color","",Yo.contentInfoPrimary),infoIconColor:xo.extend("--ft-notification-info-icon-color","",Yo.contentInfoIconOnly),infoBorderColor:xo.extend("--ft-notification-info-border-color","",Yo.borderInfoSubtle),successBackgroundColor:xo.extend("--ft-notification-success-background-color","",Yo.backgroundSuccessSubtle),successColor:xo.extend("--ft-notification-success-color","",Yo.contentSuccessPrimary),successIconColor:xo.extend("--ft-notification-success-icon-color","",Yo.contentSuccessIconOnly),successBorderColor:xo.extend("--ft-notification-success-border-color","",Yo.borderSuccessSubtle),warningBackgroundColor:xo.extend("--ft-notification-warning-background-color","",Yo.backgroundWarningSubtle),warningColor:xo.extend("--ft-notification-warning-color","",Yo.contentWarningPrimary),warningIconColor:xo.extend("--ft-notification-warning-icon-color","",Yo.contentWarningIconOnly),warningBorderColor:xo.extend("--ft-notification-warning-border-color","",Yo.borderWarningSubtle),errorBackgroundColor:xo.extend("--ft-notification-error-background-color","",Yo.backgroundErrorSubtle),errorColor:xo.extend("--ft-notification-error-color","",Yo.contentErrorPrimary),errorIconColor:xo.extend("--ft-notification-error-icon-color","",Yo.contentErrorIconOnly),errorBorderColor:xo.extend("--ft-notification-error-border-color","",Yo.borderErrorSubtle),borderRadius:xo.extend("--ft-notification-border-radius","",wo.borderRadiusPill),borderWidth:xo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:xo.extend("--ft-notification-leading-gap","",wo.spacing2),trailingGap:xo.extend("--ft-notification-trailing-gap","",wo.spacing8)},xr={horizontalPadding:xo.extend("--ft-tooltip-horizontal-padding","",wo.spacing2),verticalPadding:xo.extend("--ft-tooltip-vertical-padding","",wo.spacing2),borderRadius:xo.extend("--ft-tooltip-border-radius","",wo.borderRadiusS),color:xo.extend("--ft-tooltip-color","",Yo.contentGlobalOnColor),backgroundColor:xo.extend("--ft-tooltip-background-color","",Yo.contentGlobalPrimary),backgroundOpacity:xo.extend("--ft-tooltip-background-opacity","",wo.opacity80),shadow:xo.extend("--ft-tooltip-shadow","",wo.shadowElevation03),maxWidth:xo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:xo.extend("--ft-tooltip-gap","",wo.spacing05)};var Or=Object.freeze({__proto__:null,FtCssVariableFactory:xo,banner:Xo,border:hr,breadcrumb:Qo,button:Jo,chart:ur,checkbox:yr,chip:dr,collapsible:fr,comboboxMultiSelect:sr,comboboxSingleSelect:ar,drawer:or,floatingMenu:nr,foundation:wo,modal:er,notice:gr,notification:vr,pageHeader:tr,popover:lr,radio:mr,semantic:Yo,setVariable:Oo,switch_:pr,tabs:cr,textArea:ir,textInput:rr,toggle:br,tooltip:xr,typographies:qo,typographyBody1Medium:Io,typographyBody1Regular:Ro,typographyBody1Semibold:$o,typographyBody2Medium:Uo,typographyBody2MediumUnderline:Lo,typographyBody2Regular:ko,typographyBody2Semibold:Wo,typographyCaption1Bold:Do,typographyCaption1Medium:jo,typographyCaption1Semibold:Mo,typographyCaption2Bold:Zo,typographyCaption2Medium:Ko,typographyCaption2Semibold:To,typographyCaption3Bold:Vo,typographyCaption3Medium:Ho,typographyCaption3Semibold:Go,typographyDisplay:So,typographyLabel1Bold:zo,typographyLabel1Medium:Ao,typographyLabel1Semibold:Bo,typographyLabel2Bold:Po,typographyLabel2Medium:Fo,typographyLabel2Semibold:_o,typographyTitle1:Co,typographyTitle2:No,typographyTitle3:Eo,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const wr={colorPrimary:xo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:xo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:xo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:xo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:xo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:xo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:xo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:xo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:xo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:xo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:xo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:xo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:xo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:xo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:xo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:xo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:xo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:xo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:xo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:xo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:xo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:xo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:xo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:xo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:xo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:xo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:xo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:xo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:xo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:xo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:xo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:xo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:xo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:xo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:xo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:xo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:xo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:xo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:xo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:xo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:xo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:xo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:xo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:xo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:xo.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)"),elevation01:xo.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)"),elevation02:xo.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)"),elevation03:xo.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)"),elevation04:xo.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)"),elevation06:xo.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)"),elevation08:xo.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)"),elevation12:xo.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)"),elevation16:xo.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)"),elevation24:xo.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)"),borderRadiusS:xo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:xo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:xo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:xo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:xo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:xo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:xo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:xo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Sr=Object.freeze({__proto__:null,designSystemVariables:wr});class Cr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Nr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Er extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Rr=Object.freeze({__proto__:null,FtNotificationEvent:Cr,PostResizeEvent:Er,PreResizeEvent:Nr});const Ir=["start","end"],$r=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Ir[0],e+"-"+Ir[1])),[]),kr=Math.min,Ur=Math.max,Lr=Math.round,Wr=t=>({x:t,y:t}),Ar={left:"right",right:"left",bottom:"top",top:"bottom"},Br={start:"end",end:"start"};function zr(t,e,o){return Ur(t,kr(e,o))}function Fr(t,e){return"function"==typeof t?t(e):t}function _r(t){return t.split("-")[0]}function Pr(t){return t.split("-")[1]}function jr(t){return"x"===t?"y":"x"}function Mr(t){return"y"===t?"height":"width"}function Dr(t){return["top","bottom"].includes(_r(t))?"y":"x"}function Kr(t){return jr(Dr(t))}function Tr(t){return t.replace(/left|right|bottom|top/g,(t=>Ar[t]))}function Zr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Hr(t,e,o){let{reference:r,floating:i}=t;const n=Dr(e),a=Kr(e),s=Mr(a),l=_r(e),c="y"===n,f=r.x+r.width/2-i.width/2,p=r.y+r.height/2-i.height/2,u=r[s]/2-i[s]/2;let d;switch(l){case"top":d={x:f,y:r.y-i.height};break;case"bottom":d={x:f,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:p};break;case"left":d={x:r.x-i.width,y:p};break;default:d={x:r.x,y:r.y}}switch(Pr(e)){case"start":d[a]-=u*(o&&c?-1:1);break;case"end":d[a]+=u*(o&&c?-1:1)}return d}async function Gr(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:u=!1,padding:d=0}=Fr(e,t),h=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),g=s[u?"floating"===p?"reference":"floating":p],y=Zr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(g)))||o?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:f,strategy:l})),b="floating"===p?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Zr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(y.top-x.top+h.top)/v.y,bottom:(x.bottom-y.bottom+h.bottom)/v.y,left:(y.left-x.left+h.left)/v.x,right:(x.right-y.right+h.right)/v.x}}function Vr(t,e,o){return(t?[...o.filter((e=>Pr(e)===t)),...o.filter((e=>Pr(e)!==t))]:o.filter((t=>_r(t)===t))).filter((o=>!t||(Pr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Br[t]))}(o)!==o)))}const qr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:f=!1,alignment:p,allowedPlacements:u=$r,autoAlignment:d=!0,...h}=Fr(t,e),g=void 0!==p||u===$r?Vr(p||null,d,u):u,y=await Gr(e,h),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Pr(t),i=Kr(t),n=Mr(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Tr(a)),[a,Tr(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:g[0]}};const x=[y[_r(m)],y[v[0]],y[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=g[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const e=Pr(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),C=S.filter((t=>t[2].slice(0,Pr(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||S[0][0];return N!==s?{data:{index:b+1,overflows:O},reset:{placement:N}}:{}}}};function Yr(t){return Qr(t)?(t.nodeName||"").toLowerCase():"#document"}function Jr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Xr(t){var e;return null==(e=(Qr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Qr(t){return t instanceof Node||t instanceof Jr(t).Node}function ti(t){return t instanceof Element||t instanceof Jr(t).Element}function ei(t){return t instanceof HTMLElement||t instanceof Jr(t).HTMLElement}function oi(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Jr(t).ShadowRoot)}function ri(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=li(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function ii(t){return["table","td","th"].includes(Yr(t))}function ni(t){const e=ai(),o=li(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function ai(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function si(t){return["html","body","#document"].includes(Yr(t))}function li(t){return Jr(t).getComputedStyle(t)}function ci(t){return ti(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function fi(t){if("html"===Yr(t))return t;const e=t.assignedSlot||t.parentNode||oi(t)&&t.host||Xr(t);return oi(e)?e.host:e}function pi(t){const e=fi(t);return si(e)?t.ownerDocument?t.ownerDocument.body:t.body:ei(e)&&ri(e)?e:pi(e)}function ui(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=pi(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=Jr(i);return n?e.concat(a,a.visualViewport||[],ri(i)?i:[],a.frameElement&&o?ui(a.frameElement):[]):e.concat(i,ui(i,[],o))}function di(t){const e=li(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=ei(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,s=Lr(o)!==n||Lr(r)!==a;return s&&(o=n,r=a),{width:o,height:r,$:s}}function hi(t){return ti(t)?t:t.contextElement}function gi(t){const e=hi(t);if(!ei(e))return Wr(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=di(e);let a=(n?Lr(o.width):o.width)/r,s=(n?Lr(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const yi=Wr(0);function bi(t){const e=Jr(t);return ai()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:yi}function mi(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=hi(t);let a=Wr(1);e&&(r?ti(r)&&(a=gi(r)):a=gi(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Jr(t))&&e}(n,o,r)?bi(n):Wr(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,f=i.width/a.x,p=i.height/a.y;if(n){const t=Jr(n),e=r&&ti(r)?Jr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=gi(o),e=o.getBoundingClientRect(),r=li(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;l*=t.x,c*=t.y,f*=t.x,p*=t.y,l+=i,c+=n,o=Jr(o).frameElement}}return Zr({width:f,height:p,x:l,y:c})}function vi(t){return mi(Xr(t)).left+ci(t).scrollLeft}function xi(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=Jr(t),r=Xr(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){n=i.width,a=i.height;const t=ai();(!t||t&&"fixed"===e)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)r=function(t){const e=Xr(t),o=ci(t),r=t.ownerDocument.body,i=Ur(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=Ur(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+vi(t);const s=-o.scrollTop;return"rtl"===li(r).direction&&(a+=Ur(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:s}}(Xr(t));else if(ti(e))r=function(t,e){const o=mi(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=ei(t)?gi(t):Wr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=bi(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Zr(r)}function Oi(t,e){const o=fi(t);return!(o===e||!ti(o)||si(o))&&("fixed"===li(o).position||Oi(o,e))}function wi(t,e,o){const r=ei(e),i=Xr(e),n="fixed"===o,a=mi(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Wr(0);if(r||!r&&!n)if(("body"!==Yr(e)||ri(i))&&(s=ci(e)),r){const t=mi(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else i&&(l.x=vi(i));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Si(t,e){return ei(t)&&"fixed"!==li(t).position?e?e(t):t.offsetParent:null}function Ci(t,e){const o=Jr(t);if(!ei(t))return o;let r=Si(t,e);for(;r&&ii(r)&&"static"===li(r).position;)r=Si(r,e);return r&&("html"===Yr(r)||"body"===Yr(r)&&"static"===li(r).position&&!ni(r))?o:r||function(t){let e=fi(t);for(;ei(e)&&!si(e);){if(ni(e))return e;e=fi(e)}return null}(t)||o}const Ni={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=ei(o),n=Xr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Wr(1);const l=Wr(0);if((i||!i&&"fixed"!==r)&&(("body"!==Yr(o)||ri(n))&&(a=ci(o)),ei(o))){const t=mi(o);s=gi(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:Xr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=ui(t,[],!1).filter((t=>ti(t)&&"body"!==Yr(t))),i=null;const n="fixed"===li(t).position;let a=n?fi(t):t;for(;ti(a)&&!si(a);){const e=li(a),o=ni(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||ri(a)&&!o&&Oi(t,a))?r=r.filter((t=>t!==a)):i=e,a=fi(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=n[0],s=n.reduce(((t,o)=>{const r=xi(e,o,i);return t.top=Ur(r.top,t.top),t.right=kr(r.right,t.right),t.bottom=kr(r.bottom,t.bottom),t.left=Ur(r.left,t.left),t}),xi(e,a,i));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:Ci,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||Ci,n=this.getDimensions;return{reference:wi(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return di(t)},getScale:gi,isElement:ti,isRTL:function(t){return"rtl"===li(t).direction}},Ei=(t,e,o)=>{const r=new Map,i={platform:Ni,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:p}=Hr(c,r,l),u=r,d={},h=0;for(let o=0;o<s.length;o++){const{name:n,fn:g}=s[o],{x:y,y:b,data:m,reset:v}=await g({x:f,y:p,initialPlacement:r,placement:u,strategy:i,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});f=null!=y?y:f,p=null!=b?b:p,d={...d,[n]:{...d[n],...m}},v&&h<=50&&(h++,"object"==typeof v&&(v.placement&&(u=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:f,y:p}=Hr(c,u,l))),o=-1)}return{x:f,y:p,placement:u,strategy:i,middlewareData:d}})(t,e,{...i,platform:n})};function Ri(t){return function(t){for(let e=t;e;e=Ii(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Ii(t);e;e=Ii(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Ii(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function $i(t,e,o){return Ei(t,e,{platform:{...Ni,getOffsetParent:t=>Ni.getOffsetParent(t,Ri)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=Fr(r,t),c={x:e,y:o},f=await Gr(t,l),p=Dr(_r(i)),u=jr(p);let d=c[u],h=c[p];if(n){const t="y"===u?"bottom":"right";d=zr(d+f["y"===u?"top":"left"],d,d-f[t])}if(a){const t="y"===p?"bottom":"right";h=zr(h+f["y"===p?"top":"left"],h,h-f[t])}const g=s.fn({...t,[u]:d,[p]:h});return{...g,data:{x:g.x-e,y:g.y-o}}}}),qr({allowedPlacements:[o]})]});var r}var ki=Object.freeze({__proto__:null,computeOffsetPosition:$i});
|
|
136
|
-
/**
|
|
137
|
-
* @license
|
|
138
|
-
* Copyright 2019 Google LLC
|
|
139
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
140
|
-
*/const Ui=window,Li=Ui.ShadowRoot&&(void 0===Ui.ShadyCSS||Ui.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Wi extends be{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Li?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=Ui.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Ai,Bi=Object.freeze({__proto__:null,ScopedRegistryLitElement:Wi}),zi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Fi=Symbol("constructorPrototype"),_i=Symbol("constructorName"),Pi=Symbol("exportpartsDebouncer");class ji extends Wi{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[Ai]=new so(5),this[_i]=this.constructor.name,this[Fi]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[_i]&&Object.setPrototypeOf(this,this[Fi])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}applyCustomStylesheet(t){var e,o,r;if(this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync(null!==(e=this.customStylesheet)&&void 0!==e?e:"")}catch(t){console.error(t,this.customStylesheet)}}else if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).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(){var t,e,o;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(o=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==o&&o)&&this[Pi].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],o=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(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const f=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Ai=Pi,zi([Se()],ji.prototype,"exportpartsPrefix",void 0),zi([yo([])],ji.prototype,"exportpartsPrefixes",void 0),zi([Se()],ji.prototype,"customStylesheet",void 0);var Mi=Object.freeze({__proto__:null,FtLitElement:ji}),Di=Object.freeze({__proto__:null});class Ki{constructor(t,e=!0,o=[],r=5e3){this.ctx=t,this.iframes=e,this.exclude=o,this.iframesTimeout=r}static matches(t,e){const o="string"==typeof e?[e]:e,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let e=!1;return o.every((o=>!r.call(t,o)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const o=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||o||e.push(t)})),e}getIframeContents(t,e,o=(()=>{})){let r;try{const e=t.contentWindow;if(r=e.document,!e||!r)throw new Error("iframe inaccessible")}catch(t){o()}r&&e(r)}isIframeBlank(t){const e="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&o!==e&&o}observeIframeLoad(t,e,o){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",n),this.getIframeContents(t,e,o))}catch(t){o()}}};t.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(t,e,o){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,o):this.getIframeContents(t,e,o):this.observeIframeLoad(t,e,o)}catch(t){o()}}waitForIframes(t,e){let o=0;this.forEachIframe(t,(()=>!0),(t=>{o++,this.waitForIframes(t.querySelector("html"),(()=>{--o||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,o,r=(()=>{})){let i=t.querySelectorAll("iframe"),n=i.length,a=0;i=Array.prototype.slice.call(i);const s=()=>{--n<=0&&r(a)};n||s(),i.forEach((t=>{Ki.matches(t,this.exclude)?s():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),s()}),s)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new Ki(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,o){if(t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let o;return o=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:o}}checkIframeFilter(t,e,o,r){let i=!1,n=!1;return r.forEach(((t,e)=>{t.val===o&&(i=e,n=t.handled)})),this.compareNodeIframe(t,e,o)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:o,handled:!0}),!0):(!1===i&&r.push({val:o,handled:!1}),!1)}handleOpenIframes(t,e,o,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,o,r)}))}))}iterateThroughNodes(t,e,o,r,i){const n=this.createIterator(e,t,r);let a,s,l=[],c=[],f=()=>(({prevNode:s,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,s,t,l)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>c.push(t)),r)})),c.push(a);c.forEach((t=>{o(t)})),this.iframes&&this.handleOpenIframes(l,t,o,r),i()}forEachNode(t,e,o,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach((i=>{const a=()=>{this.iterateThroughNodes(t,i,e,o,(()=>{--n<=0&&r()}))};this.iframes?this.waitForIframes(i,a):a()}))}}const Ti=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new Ki(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const o=this.opt.log;this.opt.debug&&"object"==typeof o&&"function"==typeof o[e]&&o[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in e)if(e.hasOwnProperty(i)){const n=e[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==s&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(s)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(s)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,o)=>{let r=o.charAt(e+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&e.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((i=>{o.every((o=>{if(-1!==o.indexOf(i)){if(r.indexOf(o)>-1)return!1;t=t.replace(new RegExp(`[${o}]`,`gm${e}`),`[${o}]`),r.push(o)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,o="string"==typeof e?e:e.value,r="string"==typeof e?[]:e.limiters,i="";switch(r.forEach((t=>{i+=`|${this.escapeStr(t)}`})),o){case"partially":default:return`()(${t})`;case"complementary":return i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${i}]*${t}[^${i}]*)`;case"exactly":return`(^|\\s${i})(${t})(?=$|\\s${i})`}}getSeparatedKeywords(t){let e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let o=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(t,o);n&&(t.start=r,t.length=i-r,e.push(t),o=i)})),e}callNoMatchOnInvalidRanges(t,e){let o,r,i=!1;return t&&void 0!==t.start?(o=parseInt(t.start,10),r=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-e>0&&r-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:o,end:r,valid:i}}checkWhitespaceRanges(t,e,o){let r,i=!0,n=o.length,a=e-n,s=parseInt(t.start,10)-a;return s=s>n?n:s,r=s+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),s<0||r-s<0||s>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:s,end:r,valid:i}}getTextNodes(t){let e="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{o.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:o})}))}matchesExclude(t){return Ki.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,o){const r=this.opt.element?this.opt.element:"mark",i=t.splitText(e),n=i.splitText(o-e);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),n}wrapRangeInMappedTextNode(t,e,o,r,i){t.nodes.every(((n,a)=>{const s=t.nodes[a+1];if(void 0===s||s.start>e){if(!r(n.node))return!1;const s=e-n.start,l=(o>n.end?n.end:o)-n.start,c=t.value.substr(0,n.start),f=t.value.substr(l+n.start);if(n.node=this.wrapRangeInTextNode(n.node,s,l),t.value=c+f,t.nodes.forEach(((e,o)=>{o>=a&&(t.nodes[o].start>0&&o!==a&&(t.nodes[o].start-=l),t.nodes[o].end-=l)})),o-=l,i(n.node.previousSibling,n.start),!(o>n.end))return!1;e=n.end}return!0}))}wrapMatches(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let i;for(e=e.node;null!==(i=t.exec(e.textContent))&&""!==i[n];){if(!o(i[n],e))continue;let a=i.index;if(0!==n)for(let t=1;t<n;t++)a+=i[t].length;e=this.wrapRangeInTextNode(e,a,a+i[n].length),r(e.previousSibling),t.lastIndex=0}})),i()}))}wrapMatchesAcrossElements(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.value))&&""!==a[n];){let i=a.index;if(0!==n)for(let t=1;t<n;t++)i+=a[t].length;const s=i+a[n].length;this.wrapRangeInMappedTextNode(e,i,s,(t=>o(a[n],t)),((e,o)=>{t.lastIndex=o,r(e)}))}i()}))}wrapRangeFromIndex(t,e,o,r){this.getTextNodes((i=>{const n=i.value.length;t.forEach(((t,r)=>{let{start:a,end:s,valid:l}=this.checkWhitespaceRanges(t,n,i.value);l&&this.wrapRangeInMappedTextNode(i,a,s,(o=>e(o,t,i.value.substring(a,s),r)),(e=>{o(e,t)}))})),r()}))}unwrapMatches(t){const e=t.parentNode;let o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));e.replaceChild(o,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let o=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,o)),(t=>{o++,this.opt.each(t)}),(()=>{0===o&&this.opt.noMatch(t),this.opt.done(o)}))}mark(t,e){this.opt=e;let o=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",s=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),l=0;this.log(`Searching with expression "${e}"`),this[r](e,1,((e,r)=>this.opt.filter(r,t,o,l)),(t=>{l++,o++,this.opt.each(t)}),(()=>{0===l&&this.opt.noMatch(t),i[n-1]===t?this.opt.done(o):s(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(o):s(i[0])}markRanges(t,e){this.opt=e;let o=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,e,o,r)=>this.opt.filter(t,e,o,r)),((t,e)=>{o++,this.opt.each(t,e)}),(()=>{this.opt.done(o)}))):this.opt.done(o)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const o=Ki.matches(t,e),r=this.matchesExclude(t);return!o||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,o)=>(e.mark(t,o),this),this.markRegExp=(t,o)=>(e.markRegExp(t,o),this),this.markRanges=(t,o)=>(e.markRanges(t,o),this),this.unmark=t=>(e.unmark(t),this),this},Zi=xo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Hi=ut`
|
|
1
|
+
"use strict";(()=>{var hl=Object.create;var Wo=Object.defineProperty;var ml=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var gl=Object.getPrototypeOf,bl=Object.prototype.hasOwnProperty;var xl=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),z=(t,e)=>{for(var r in e)Wo(t,r,{get:e[r],enumerable:!0})},vl=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of yl(e))!bl.call(t,i)&&i!==r&&Wo(t,i,{get:()=>e[i],enumerable:!(n=ml(e,i))||n.enumerable});return t};var Sl=(t,e,r)=>(r=t!=null?hl(gl(t)):{},vl(e||!t||!t.__esModule?Wo(r,"default",{value:t,enumerable:!0}):r,t));var jc=xl(zc=>{(function(t){var e=function(r){var n={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{return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};function i(m){return m&&DataView.prototype.isPrototypeOf(m)}if(n.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=ArrayBuffer.isView||function(m){return m&&a.indexOf(Object.prototype.toString.call(m))>-1};function c(m){if(typeof m!="string"&&(m=String(m)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(m))throw new TypeError("Invalid character in header field name");return m.toLowerCase()}function l(m){return typeof m!="string"&&(m=String(m)),m}function u(m){var x={next:function(){var A=m.shift();return{done:A===void 0,value:A}}};return n.iterable&&(x[Symbol.iterator]=function(){return x}),x}function d(m){this.map={},m instanceof d?m.forEach(function(x,A){this.append(A,x)},this):Array.isArray(m)?m.forEach(function(x){this.append(x[0],x[1])},this):m&&Object.getOwnPropertyNames(m).forEach(function(x){this.append(x,m[x])},this)}d.prototype.append=function(m,x){m=c(m),x=l(x);var A=this.map[m];this.map[m]=A?A+", "+x:x},d.prototype.delete=function(m){delete this.map[c(m)]},d.prototype.get=function(m){return m=c(m),this.has(m)?this.map[m]:null},d.prototype.has=function(m){return this.map.hasOwnProperty(c(m))},d.prototype.set=function(m,x){this.map[c(m)]=l(x)},d.prototype.forEach=function(m,x){for(var A in this.map)this.map.hasOwnProperty(A)&&m.call(x,this.map[A],A,this)},d.prototype.keys=function(){var m=[];return this.forEach(function(x,A){m.push(A)}),u(m)},d.prototype.values=function(){var m=[];return this.forEach(function(x){m.push(x)}),u(m)},d.prototype.entries=function(){var m=[];return this.forEach(function(x,A){m.push([A,x])}),u(m)},n.iterable&&(d.prototype[Symbol.iterator]=d.prototype.entries);function h(m){if(m.bodyUsed)return Promise.reject(new TypeError("Already read"));m.bodyUsed=!0}function y(m){return new Promise(function(x,A){m.onload=function(){x(m.result)},m.onerror=function(){A(m.error)}})}function g(m){var x=new FileReader,A=y(x);return x.readAsArrayBuffer(m),A}function b(m){var x=new FileReader,A=y(x);return x.readAsText(m),A}function O(m){for(var x=new Uint8Array(m),A=new Array(x.length),U=0;U<x.length;U++)A[U]=String.fromCharCode(x[U]);return A.join("")}function R(m){if(m.slice)return m.slice(0);var x=new Uint8Array(m.byteLength);return x.set(new Uint8Array(m)),x.buffer}function N(){return this.bodyUsed=!1,this._initBody=function(m){this._bodyInit=m,m?typeof m=="string"?this._bodyText=m:n.blob&&Blob.prototype.isPrototypeOf(m)?this._bodyBlob=m:n.formData&&FormData.prototype.isPrototypeOf(m)?this._bodyFormData=m:n.searchParams&&URLSearchParams.prototype.isPrototypeOf(m)?this._bodyText=m.toString():n.arrayBuffer&&n.blob&&i(m)?(this._bodyArrayBuffer=R(m.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(m)||s(m))?this._bodyArrayBuffer=R(m):this._bodyText=m=Object.prototype.toString.call(m):this._bodyText="",this.headers.get("content-type")||(typeof m=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n.searchParams&&URLSearchParams.prototype.isPrototypeOf(m)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n.blob&&(this.blob=function(){var m=h(this);if(m)return m;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?h(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(g)}),this.text=function(){var m=h(this);if(m)return m;if(this._bodyBlob)return b(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(O(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n.formData&&(this.formData=function(){return this.text().then(E)}),this.json=function(){return this.text().then(JSON.parse)},this}var P=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function S(m){var x=m.toUpperCase();return P.indexOf(x)>-1?x:m}function v(m,x){x=x||{};var A=x.body;if(m instanceof v){if(m.bodyUsed)throw new TypeError("Already read");this.url=m.url,this.credentials=m.credentials,x.headers||(this.headers=new d(m.headers)),this.method=m.method,this.mode=m.mode,this.signal=m.signal,!A&&m._bodyInit!=null&&(A=m._bodyInit,m.bodyUsed=!0)}else this.url=String(m);if(this.credentials=x.credentials||this.credentials||"same-origin",(x.headers||!this.headers)&&(this.headers=new d(x.headers)),this.method=S(x.method||this.method||"GET"),this.mode=x.mode||this.mode||null,this.signal=x.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&A)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(A)}v.prototype.clone=function(){return new v(this,{body:this._bodyInit})};function E(m){var x=new FormData;return m.trim().split("&").forEach(function(A){if(A){var U=A.split("="),Y=U.shift().replace(/\+/g," "),W=U.join("=").replace(/\+/g," ");x.append(decodeURIComponent(Y),decodeURIComponent(W))}}),x}function $(m){var x=new d,A=m.replace(/\r?\n[\t ]+/g," ");return A.split(/\r?\n/).forEach(function(U){var Y=U.split(":"),W=Y.shift().trim();if(W){var Fr=Y.join(":").trim();x.append(W,Fr)}}),x}N.call(v.prototype);function k(m,x){x||(x={}),this.type="default",this.status=x.status===void 0?200:x.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in x?x.statusText:"OK",this.headers=new d(x.headers),this.url=x.url||"",this._initBody(m)}N.call(k.prototype),k.prototype.clone=function(){return new k(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},k.error=function(){var m=new k(null,{status:0,statusText:""});return m.type="error",m};var oe=[301,302,303,307,308];k.redirect=function(m,x){if(oe.indexOf(x)===-1)throw new RangeError("Invalid status code");return new k(null,{status:x,headers:{location:m}})},r.DOMException=t.DOMException;try{new r.DOMException}catch{r.DOMException=function(x,A){this.message=x,this.name=A;var U=Error(x);this.stack=U.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function F(m,x){return new Promise(function(A,U){var Y=new v(m,x);if(Y.signal&&Y.signal.aborted)return U(new r.DOMException("Aborted","AbortError"));var W=new XMLHttpRequest;function Fr(){W.abort()}W.onload=function(){var sr={status:W.status,statusText:W.statusText,headers:$(W.getAllResponseHeaders()||"")};sr.url="responseURL"in W?W.responseURL:sr.headers.get("X-Request-URL");var Fo="response"in W?W.response:W.responseText;A(new k(Fo,sr))},W.onerror=function(){U(new TypeError("Network request failed"))},W.ontimeout=function(){U(new TypeError("Network request failed"))},W.onabort=function(){U(new r.DOMException("Aborted","AbortError"))},W.open(Y.method,Y.url,!0),Y.credentials==="include"?W.withCredentials=!0:Y.credentials==="omit"&&(W.withCredentials=!1),"responseType"in W&&n.blob&&(W.responseType="blob"),Y.headers.forEach(function(sr,Fo){W.setRequestHeader(Fo,sr)}),Y.signal&&(Y.signal.addEventListener("abort",Fr),W.onreadystatechange=function(){W.readyState===4&&Y.signal.removeEventListener("abort",Fr)}),W.send(typeof Y._bodyInit>"u"?null:Y._bodyInit)})}return F.polyfill=!0,t.fetch||(t.fetch=F,t.Headers=d,t.Request=v,t.Response=k),r.Headers=d,r.Request=v,r.Response=k,r.fetch=F,Object.defineProperty(r,"__esModule",{value:!0}),r}({})})(typeof self<"u"?self:zc)});if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,n=window.customElements,i=new WeakMap,a=new WeakMap,s=new WeakMap,c=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(S,v){if(S=S.toLowerCase(),this._getDefinition(S)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${S}" has already been used with this registry`);if(this._definitionsByClass.get(v)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let E=v.prototype.attributeChangedCallback,$=new Set(v.observedAttributes||[]);y(v,$,E);let k={elementClass:v,connectedCallback:v.prototype.connectedCallback,disconnectedCallback:v.prototype.disconnectedCallback,adoptedCallback:v.prototype.adoptedCallback,attributeChangedCallback:E,formAssociated:v.formAssociated,formAssociatedCallback:v.prototype.formAssociatedCallback,formDisabledCallback:v.prototype.formDisabledCallback,formResetCallback:v.prototype.formResetCallback,formStateRestoreCallback:v.prototype.formStateRestoreCallback,observedAttributes:$};this._definitionsByTag.set(S,k),this._definitionsByClass.set(v,k);let oe=r.call(n,S);oe||(oe=h(S),e.call(n,S,oe)),this===window.customElements&&(s.set(v,k),k.standInClass=oe);let F=this._awaitingUpgrade.get(S);if(F){this._awaitingUpgrade.delete(S);for(let x of F)a.delete(x),b(x,k,!0)}let m=this._whenDefinedPromises.get(S);return m!==void 0&&(m.resolve(v),this._whenDefinedPromises.delete(S)),v}upgrade(){R.push(this),n.upgrade.apply(n,arguments),R.pop()}get(S){return this._definitionsByTag.get(S)?.elementClass}_getDefinition(S){return this._definitionsByTag.get(S)}whenDefined(S){let v=this._getDefinition(S);if(v!==void 0)return Promise.resolve(v.elementClass);let E=this._whenDefinedPromises.get(S);return E===void 0&&(E={},E.promise=new Promise($=>E.resolve=$),this._whenDefinedPromises.set(S,E)),E.promise}_upgradeWhenDefined(S,v,E){let $=this._awaitingUpgrade.get(v);$||this._awaitingUpgrade.set(v,$=new Set),E?$.add(S):$.delete(S)}};let l;window.HTMLElement=function(){let v=l;if(v)return l=void 0,v;let E=s.get(this.constructor);if(!E)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return v=Reflect.construct(t,[],E.standInClass),Object.setPrototypeOf(v,this.constructor.prototype),i.set(v,E),v},window.HTMLElement.prototype=t.prototype;let u=S=>S===document||S instanceof ShadowRoot,d=S=>{let v=S.getRootNode();if(!u(v)){let E=R[R.length-1];if(E instanceof CustomElementRegistry)return E;v=E.getRootNode(),u(v)||(v=c.get(v)?.getRootNode()||document)}return v.customElements},h=S=>class{static get formAssociated(){return!0}constructor(){let E=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(E,HTMLElement.prototype);let $=d(E)||window.customElements,k=$._getDefinition(S);return k?b(E,k):a.set(E,$),E}connectedCallback(){let E=i.get(this);E?E.connectedCallback&&E.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,S,!0)}disconnectedCallback(){let E=i.get(this);E?E.disconnectedCallback&&E.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,S,!1)}adoptedCallback(){i.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let E=i.get(this);E&&E.formAssociated&&E?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let E=i.get(this);E?.formAssociated&&E?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let E=i.get(this);E?.formAssociated&&E?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let E=i.get(this);E?.formAssociated&&E?.formStateRestoreCallback?.apply(this,arguments)}},y=(S,v,E)=>{if(v.size===0||E===void 0)return;let $=S.prototype.setAttribute;$&&(S.prototype.setAttribute=function(F,m){let x=F.toLowerCase();if(v.has(x)){let A=this.getAttribute(x);$.call(this,x,m),E.call(this,x,A,m)}else $.call(this,x,m)});let k=S.prototype.removeAttribute;k&&(S.prototype.removeAttribute=function(F){let m=F.toLowerCase();if(v.has(m)){let x=this.getAttribute(m);k.call(this,m),E.call(this,m,x,null)}else k.call(this,m)});let oe=S.prototype.toggleAttribute;oe&&(S.prototype.toggleAttribute=function(F,m){let x=F.toLowerCase();if(v.has(x)){let A=this.getAttribute(x);oe.call(this,x,m);let U=this.getAttribute(x);E.call(this,x,A,U)}else oe.call(this,x,m)})},g=S=>{let v=Object.getPrototypeOf(S);if(v!==window.HTMLElement)return v===t?Object.setPrototypeOf(S,window.HTMLElement):g(v)},b=(S,v,E=!1)=>{Object.setPrototypeOf(S,v.elementClass.prototype),i.set(S,v),l=S;try{new v.elementClass}catch{g(v.elementClass),new v.elementClass}v.attributeChangedCallback&&v.observedAttributes.forEach($=>{S.hasAttribute($)&&v.attributeChangedCallback.call(S,$,null,S.getAttribute($))}),E&&v.connectedCallback&&S.isConnected&&v.connectedCallback.call(S)},O=Element.prototype.attachShadow;Element.prototype.attachShadow=function(S){let v=O.apply(this,arguments);return S.customElements&&(v.customElements=S.customElements),v};let R=[document],N=(S,v,E=void 0)=>{let $=(E?Object.getPrototypeOf(E):S.prototype)[v];S.prototype[v]=function(){R.push(this);let k=$.apply(E||this,arguments);return k!==void 0&&c.set(k,this),R.pop(),k}};N(ShadowRoot,"createElement",document),N(ShadowRoot,"importNode",document),N(Element,"insertAdjacentHTML");let P=(S,v)=>{let E=Object.getOwnPropertyDescriptor(S.prototype,v);Object.defineProperty(S.prototype,v,{...E,set($){R.push(this),E.set.call(this,$),R.pop()}})};if(P(Element,"innerHTML"),P(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let S=new WeakMap,v=HTMLElement.prototype.attachInternals,E=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...F){let m=v.call(this,...F);return S.set(m,this),m},E.forEach(F=>{let m=window.ElementInternals.prototype,x=m[F];m[F]=function(...A){let U=S.get(this);if(i.get(U).formAssociated===!0)return x?.call(this,...A);throw new DOMException(`Failed to execute ${x} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class $ extends Array{constructor(m){super(...m),this._elements=m}get value(){return this._elements.find(m=>m.checked===!0)?.value||""}}class k{constructor(m){let x=new Map;m.forEach((A,U)=>{let Y=A.getAttribute("name"),W=x.get(Y)||[];this[+U]=A,W.push(A),x.set(Y,W)}),this.length=m.length,x.forEach((A,U)=>{A&&(A.length===1?this[U]=A[0]:this[U]=new $(A))})}namedItem(m){return this[m]}}let oe=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let F=oe.get.call(this,[]),m=[];for(let x of F){let A=i.get(x);(!A||A.formAssociated===!0)&&m.push(x)}return new k(m)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,n,i)=>{if(n!==null)try{e.bind(window.customElements)(r,n,i)}catch(a){console.info(r,n,i,a)}}}var en={};z(en,{CSSResult:()=>kt,LitElement:()=>We,ReactiveElement:()=>_e,_$LE:()=>Vl,_$LH:()=>Hl,adoptStyles:()=>to,css:()=>I,defaultConverter:()=>ro,getCompatibleStyle:()=>mr,html:()=>H,isServer:()=>yd,noChange:()=>Ye,notEqual:()=>Zo,nothing:()=>j,render:()=>Qo,supportsAdoptingStyleSheets:()=>hr,svg:()=>Wl,unsafeCSS:()=>gt});var Wr=globalThis,zr=Wr.ShadowRoot&&(Wr.ShadyCSS===void 0||Wr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,da=Symbol(),ua=new WeakMap,Hr=class{constructor(e,r,n){if(this._$cssResult$=!0,n!==da)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(zr&&e===void 0){let n=r!==void 0&&r.length===1;n&&(e=ua.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&ua.set(r,e))}return e}toString(){return this.cssText}},fa=t=>new Hr(typeof t=="string"?t:t+"",void 0,da);var Ho=(t,e)=>{if(zr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=Wr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)}},jr=zr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let n of e.cssRules)r+=n.cssText;return fa(r)})(t):t;var{is:Ol,defineProperty:El,getOwnPropertyDescriptor:Cl,getOwnPropertyNames:wl,getOwnPropertySymbols:Al,getPrototypeOf:Rl}=Object,Vr=globalThis,ha=Vr.trustedTypes,Nl=ha?ha.emptyScript:"",_l=Vr.reactiveElementPolyfillSupport,cr=(t,e)=>t,lr={toAttribute(t,e){switch(e){case Boolean:t=t?Nl:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},Kr=(t,e)=>!Ol(t,e),ma={attribute:!0,type:String,converter:lr,reflect:!1,hasChanged:Kr};Symbol.metadata??=Symbol("metadata"),Vr.litPropertyMetadata??=new WeakMap;var ut=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=ma){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,r);i!==void 0&&El(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){let{get:i,set:a}=Cl(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let c=i?.call(this);a.call(this,s),this.requestUpdate(e,c,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??ma}static _$Ei(){if(this.hasOwnProperty(cr("elementProperties")))return;let e=Rl(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(cr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(cr("properties"))){let r=this.properties,n=[...wl(r),...Al(r)];for(let i of n)this.createProperty(i,r[i])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)r.unshift(jr(i))}else e!==void 0&&r.push(jr(e));return r}static _$Eu(e,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.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(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Ho(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r){let n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:lr).toAttribute(r,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,r){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:lr;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(e,r,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??Kr)(i?a:this[e],r))return;this.C(e,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,n){this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};ut.elementStyles=[],ut.shadowRootOptions={mode:"open"},ut[cr("elementProperties")]=new Map,ut[cr("finalized")]=new Map,_l?.({ReactiveElement:ut}),(Vr.reactiveElementVersions??=[]).push("2.0.2");var jo=globalThis,Gr=jo.trustedTypes,ya=Gr?Gr.createPolicy("lit-html",{createHTML:t=>t}):void 0,Vo="$lit$",Be=`lit$${(Math.random()+"").slice(9)}$`,Ko="?"+Be,Pl=`<${Ko}>`,ht=document,Zr=()=>ht.createComment(""),ur=t=>t===null||typeof t!="object"&&typeof t!="function",Oa=Array.isArray,Ea=t=>Oa(t)||typeof t?.[Symbol.iterator]=="function",zo=`[
|
|
2
|
+
\f\r]`,pr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ga=/-->/g,ba=/>/g,dt=RegExp(`>|${zo}(?:([^\\s"'>=/]+)(${zo}*=${zo}*(?:[^
|
|
3
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),xa=/'/g,va=/"/g,Ca=/^(?:script|style|textarea|title)$/i,wa=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),Aa=wa(1),Ra=wa(2),me=Symbol.for("lit-noChange"),X=Symbol.for("lit-nothing"),Sa=new WeakMap,ft=ht.createTreeWalker(ht,129);function Na(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return ya!==void 0?ya.createHTML(e):e}var _a=(t,e)=>{let r=t.length-1,n=[],i,a=e===2?"<svg>":"",s=pr;for(let c=0;c<r;c++){let l=t[c],u,d,h=-1,y=0;for(;y<l.length&&(s.lastIndex=y,d=s.exec(l),d!==null);)y=s.lastIndex,s===pr?d[1]==="!--"?s=ga:d[1]!==void 0?s=ba:d[2]!==void 0?(Ca.test(d[2])&&(i=RegExp("</"+d[2],"g")),s=dt):d[3]!==void 0&&(s=dt):s===dt?d[0]===">"?(s=i??pr,h=-1):d[1]===void 0?h=-2:(h=s.lastIndex-d[2].length,u=d[1],s=d[3]===void 0?dt:d[3]==='"'?va:xa):s===va||s===xa?s=dt:s===ga||s===ba?s=pr:(s=dt,i=void 0);let g=s===dt&&t[c+1].startsWith("/>")?" ":"";a+=s===pr?l+Pl:h>=0?(n.push(u),l.slice(0,h)+Vo+l.slice(h)+Be+g):l+Be+(h===-2?c:g)}return[Na(t,a+(t[r]||"<?>")+(e===2?"</svg>":"")),n]},dr=class t{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,c=e.length-1,l=this.parts,[u,d]=_a(e,r);if(this.el=t.createElement(u,n),ft.currentNode=this.el.content,r===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=ft.nextNode())!==null&&l.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(Vo)){let y=d[s++],g=i.getAttribute(h).split(Be),b=/([.?@])?(.*)/.exec(y);l.push({type:1,index:a,name:b[2],strings:g,ctor:b[1]==="."?Yr:b[1]==="?"?Xr:b[1]==="@"?Jr:yt}),i.removeAttribute(h)}else h.startsWith(Be)&&(l.push({type:6,index:a}),i.removeAttribute(h));if(Ca.test(i.tagName)){let h=i.textContent.split(Be),y=h.length-1;if(y>0){i.textContent=Gr?Gr.emptyScript:"";for(let g=0;g<y;g++)i.append(h[g],Zr()),ft.nextNode(),l.push({type:2,index:++a});i.append(h[y],Zr())}}}else if(i.nodeType===8)if(i.data===Ko)l.push({type:2,index:a});else{let h=-1;for(;(h=i.data.indexOf(Be,h+1))!==-1;)l.push({type:7,index:a}),h+=Be.length-1}a++}}static createElement(e,r){let n=ht.createElement("template");return n.innerHTML=e,n}};function mt(t,e,r=t,n){if(e===me)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=ur(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=mt(t,i._$AS(t,e.values),i,n)),e}var qr=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??ht).importNode(r,!0);ft.currentNode=i;let a=ft.nextNode(),s=0,c=0,l=n[0];for(;l!==void 0;){if(s===l.index){let u;l.type===2?u=new fr(a,a.nextSibling,this,e):l.type===1?u=new l.ctor(a,l.name,l.strings,this,e):l.type===6&&(u=new Qr(a,this,e)),this._$AV.push(u),l=n[++c]}s!==l?.index&&(a=ft.nextNode(),s++)}return ft.currentNode=ht,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},fr=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=X,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=mt(this,e,r),ur(e)?e===X||e==null||e===""?(this._$AH!==X&&this._$AR(),this._$AH=X):e!==this._$AH&&e!==me&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Ea(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==X&&ur(this._$AH)?this._$AA.nextSibling.data=e:this.$(ht.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=dr.createElement(Na(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new qr(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(e){let r=Sa.get(e.strings);return r===void 0&&Sa.set(e.strings,r=new dr(e)),r}T(e){Oa(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new t(this.k(Zr()),this.k(Zr()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},yt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=X,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=X}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=mt(this,e,r,0),s=!ur(e)||e!==this._$AH&&e!==me,s&&(this._$AH=e);else{let c=e,l,u;for(e=a[0],l=0;l<a.length-1;l++)u=mt(this,c[n+l],r,l),u===me&&(u=this._$AH[l]),s||=!ur(u)||u!==this._$AH[l],u===X?e=X:e!==X&&(e+=(u??"")+a[l+1]),this._$AH[l]=u}s&&!i&&this.O(e)}O(e){e===X?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Yr=class extends yt{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===X?void 0:e}},Xr=class extends yt{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==X)}},Jr=class extends yt{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=mt(this,e,r,0)??X)===me)return;let n=this._$AH,i=e===X&&n!==X||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==X&&(n===X||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},Qr=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){mt(this,e)}},Pa={j:Vo,P:Be,A:Ko,C:1,M:_a,L:qr,R:Ea,V:mt,D:fr,I:yt,H:Xr,N:Jr,U:Yr,B:Qr},Tl=jo.litHtmlPolyfillSupport;Tl?.(dr,fr),(jo.litHtmlVersions??=[]).push("3.1.0");var eo=globalThis,hr=eo.ShadowRoot&&(eo.ShadyCSS===void 0||eo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Go=Symbol(),Ta=new WeakMap,kt=class{constructor(e,r,n){if(this._$cssResult$=!0,n!==Go)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(hr&&e===void 0){let n=r!==void 0&&r.length===1;n&&(e=Ta.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Ta.set(r,e))}return e}toString(){return this.cssText}},gt=t=>new kt(typeof t=="string"?t:t+"",void 0,Go),I=(t,...e)=>{let r=t.length===1?t[0]:e.reduce((n,i,a)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[a+1],t[0]);return new kt(r,t,Go)},to=(t,e)=>{if(hr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=eo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)}},mr=hr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let n of e.cssRules)r+=n.cssText;return gt(r)})(t):t;var{is:Il,defineProperty:Ll,getOwnPropertyDescriptor:$l,getOwnPropertyNames:kl,getOwnPropertySymbols:Ml,getPrototypeOf:Ul}=Object,oo=globalThis,Ia=oo.trustedTypes,Dl=Ia?Ia.emptyScript:"",Bl=oo.reactiveElementPolyfillSupport,yr=(t,e)=>t,ro={toAttribute(t,e){switch(e){case Boolean:t=t?Dl:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},Zo=(t,e)=>!Il(t,e),La={attribute:!0,type:String,converter:ro,reflect:!1,hasChanged:Zo};Symbol.metadata??=Symbol("metadata"),oo.litPropertyMetadata??=new WeakMap;var _e=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=La){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,r);i!==void 0&&Ll(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){let{get:i,set:a}=$l(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let c=i?.call(this);a.call(this,s),this.requestUpdate(e,c,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??La}static _$Ei(){if(this.hasOwnProperty(yr("elementProperties")))return;let e=Ul(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(yr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(yr("properties"))){let r=this.properties,n=[...kl(r),...Ml(r)];for(let i of n)this.createProperty(i,r[i])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)r.unshift(mr(i))}else e!==void 0&&r.push(mr(e));return r}static _$Eu(e,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.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(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return to(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r){let n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:ro).toAttribute(r,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,r){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:ro;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(e,r,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??Zo)(i?a:this[e],r))return;this.C(e,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,n){this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};_e.elementStyles=[],_e.shadowRootOptions={mode:"open"},_e[yr("elementProperties")]=new Map,_e[yr("finalized")]=new Map,Bl?.({ReactiveElement:_e}),(oo.reactiveElementVersions??=[]).push("2.0.2");var Yo=globalThis,no=Yo.trustedTypes,$a=no?no.createPolicy("lit-html",{createHTML:t=>t}):void 0,Xo="$lit$",Fe=`lit$${(Math.random()+"").slice(9)}$`,Jo="?"+Fe,Fl=`<${Jo}>`,vt=document,br=()=>vt.createComment(""),xr=t=>t===null||typeof t!="object"&&typeof t!="function",Fa=Array.isArray,Wa=t=>Fa(t)||typeof t?.[Symbol.iterator]=="function",qo=`[
|
|
4
|
+
\f\r]`,gr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ka=/-->/g,Ma=/>/g,bt=RegExp(`>|${qo}(?:([^\\s"'>=/]+)(${qo}*=${qo}*(?:[^
|
|
5
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ua=/'/g,Da=/"/g,Ha=/^(?:script|style|textarea|title)$/i,za=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),H=za(1),Wl=za(2),Ye=Symbol.for("lit-noChange"),j=Symbol.for("lit-nothing"),Ba=new WeakMap,xt=vt.createTreeWalker(vt,129);function ja(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return $a!==void 0?$a.createHTML(e):e}var Va=(t,e)=>{let r=t.length-1,n=[],i,a=e===2?"<svg>":"",s=gr;for(let c=0;c<r;c++){let l=t[c],u,d,h=-1,y=0;for(;y<l.length&&(s.lastIndex=y,d=s.exec(l),d!==null);)y=s.lastIndex,s===gr?d[1]==="!--"?s=ka:d[1]!==void 0?s=Ma:d[2]!==void 0?(Ha.test(d[2])&&(i=RegExp("</"+d[2],"g")),s=bt):d[3]!==void 0&&(s=bt):s===bt?d[0]===">"?(s=i??gr,h=-1):d[1]===void 0?h=-2:(h=s.lastIndex-d[2].length,u=d[1],s=d[3]===void 0?bt:d[3]==='"'?Da:Ua):s===Da||s===Ua?s=bt:s===ka||s===Ma?s=gr:(s=bt,i=void 0);let g=s===bt&&t[c+1].startsWith("/>")?" ":"";a+=s===gr?l+Fl:h>=0?(n.push(u),l.slice(0,h)+Xo+l.slice(h)+Fe+g):l+Fe+(h===-2?c:g)}return[ja(t,a+(t[r]||"<?>")+(e===2?"</svg>":"")),n]},vr=class t{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,c=e.length-1,l=this.parts,[u,d]=Va(e,r);if(this.el=t.createElement(u,n),xt.currentNode=this.el.content,r===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=xt.nextNode())!==null&&l.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(Xo)){let y=d[s++],g=i.getAttribute(h).split(Fe),b=/([.?@])?(.*)/.exec(y);l.push({type:1,index:a,name:b[2],strings:g,ctor:b[1]==="."?ao:b[1]==="?"?so:b[1]==="@"?co:Ot}),i.removeAttribute(h)}else h.startsWith(Fe)&&(l.push({type:6,index:a}),i.removeAttribute(h));if(Ha.test(i.tagName)){let h=i.textContent.split(Fe),y=h.length-1;if(y>0){i.textContent=no?no.emptyScript:"";for(let g=0;g<y;g++)i.append(h[g],br()),xt.nextNode(),l.push({type:2,index:++a});i.append(h[y],br())}}}else if(i.nodeType===8)if(i.data===Jo)l.push({type:2,index:a});else{let h=-1;for(;(h=i.data.indexOf(Fe,h+1))!==-1;)l.push({type:7,index:a}),h+=Fe.length-1}a++}}static createElement(e,r){let n=vt.createElement("template");return n.innerHTML=e,n}};function St(t,e,r=t,n){if(e===Ye)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=xr(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=St(t,i._$AS(t,e.values),i,n)),e}var io=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??vt).importNode(r,!0);xt.currentNode=i;let a=xt.nextNode(),s=0,c=0,l=n[0];for(;l!==void 0;){if(s===l.index){let u;l.type===2?u=new Mt(a,a.nextSibling,this,e):l.type===1?u=new l.ctor(a,l.name,l.strings,this,e):l.type===6&&(u=new lo(a,this,e)),this._$AV.push(u),l=n[++c]}s!==l?.index&&(a=xt.nextNode(),s++)}return xt.currentNode=vt,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Mt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=St(this,e,r),xr(e)?e===j||e==null||e===""?(this._$AH!==j&&this._$AR(),this._$AH=j):e!==this._$AH&&e!==Ye&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Wa(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==j&&xr(this._$AH)?this._$AA.nextSibling.data=e:this.$(vt.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=vr.createElement(ja(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new io(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(e){let r=Ba.get(e.strings);return r===void 0&&Ba.set(e.strings,r=new vr(e)),r}T(e){Fa(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new t(this.k(br()),this.k(br()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Ot=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=j,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=j}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=St(this,e,r,0),s=!xr(e)||e!==this._$AH&&e!==Ye,s&&(this._$AH=e);else{let c=e,l,u;for(e=a[0],l=0;l<a.length-1;l++)u=St(this,c[n+l],r,l),u===Ye&&(u=this._$AH[l]),s||=!xr(u)||u!==this._$AH[l],u===j?e=j:e!==j&&(e+=(u??"")+a[l+1]),this._$AH[l]=u}s&&!i&&this.O(e)}O(e){e===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},ao=class extends Ot{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===j?void 0:e}},so=class extends Ot{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==j)}},co=class extends Ot{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=St(this,e,r,0)??j)===Ye)return;let n=this._$AH,i=e===j&&n!==j||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==j&&(n===j||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},lo=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){St(this,e)}},Hl={j:Xo,P:Fe,A:Jo,C:1,M:Va,L:io,R:Wa,V:St,D:Mt,I:Ot,H:so,N:co,U:ao,B:lo},zl=Yo.litHtmlPolyfillSupport;zl?.(vr,Mt),(Yo.litHtmlVersions??=[]).push("3.1.0");var Qo=(t,e,r)=>{let n=r?.renderBefore??e,i=n._$litPart$;if(i===void 0){let a=r?.renderBefore??null;n._$litPart$=i=new Mt(e.insertBefore(br(),a),a,void 0,r??{})}return i._$AI(t),i};var We=class extends _e{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Qo(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Ye}};We._$litElement$=!0,We.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:We});var jl=globalThis.litElementPolyfillSupport;jl?.({LitElement:We});var Vl={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var yd=!1;var on={};z(on,{customElement:()=>tn,eventOptions:()=>Ut,property:()=>w,query:()=>ie,queryAll:()=>Zl,queryAssignedElements:()=>Yl,queryAssignedNodes:()=>rn,queryAsync:()=>ql,standardProperty:()=>Ka,state:()=>ne});var tn=t=>(e,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var Kl={attribute:!0,type:String,converter:lr,reflect:!1,hasChanged:Kr},Ka=(t=Kl,e,r)=>{let{kind:n,metadata:i}=r,a=globalThis.litPropertyMetadata.get(i);if(a===void 0&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(r.name,t),n==="accessor"){let{name:s}=r;return{set(c){let l=e.get.call(this);e.set.call(this,c),this.requestUpdate(s,l,t)},init(c){return c!==void 0&&this.C(s,void 0,t),c}}}if(n==="setter"){let{name:s}=r;return function(c){let l=this[s];e.call(this,c),this.requestUpdate(s,l,t)}}throw Error("Unsupported decorator location: "+n)};function w(t){return(e,r)=>typeof r=="object"?Ka(t,e,r):((n,i,a)=>{let s=i.hasOwnProperty(a);return i.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(i,a):void 0})(t,e,r)}function ne(t){return w({...t,state:!0,attribute:!1})}function Ut(t){return(e,r)=>{let n=typeof e=="function"?e:e[r];Object.assign(n,t)}}var Ee=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function ie(t,e){return(r,n,i)=>{let a=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:c}=typeof n=="object"?r:i??(()=>{let l=Symbol();return{get(){return this[l]},set(u){this[l]=u}}})();return Ee(r,n,{get(){let l=s.call(this);return l===void 0&&(l=a(this),(l!==null||this.hasUpdated)&&c.call(this,l)),l}})}return Ee(r,n,{get(){return a(this)}})}}var Gl;function Zl(t){return(e,r)=>Ee(e,r,{get(){return(this.renderRoot??(Gl??=document.createDocumentFragment())).querySelectorAll(t)}})}function ql(t){return(e,r)=>Ee(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function Yl(t){return(e,r)=>{let{slot:n,selector:i}=t??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Ee(e,r,{get(){let s=this.renderRoot?.querySelector(a),c=s?.assignedElements(t)??[];return i===void 0?c:c.filter(l=>l.matches(i))}})}}function rn(t){return(e,r)=>{let{slot:n}=t??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Ee(e,r,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(t)??[]}})}}var an={};z(an,{repeat:()=>nn});var Xe={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Je=t=>(...e)=>({_$litDirective$:t,values:e}),Pe=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,n){this._$Ct=e,this._$AM=r,this._$Ci=n}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{D:Xl}=Pa;var Ga=()=>document.createComment(""),Dt=(t,e,r)=>{let n=t._$AA.parentNode,i=e===void 0?t._$AB:e._$AA;if(r===void 0){let a=n.insertBefore(Ga(),i),s=n.insertBefore(Ga(),i);r=new Xl(a,s,t,t.options)}else{let a=r._$AB.nextSibling,s=r._$AM,c=s!==t;if(c){let l;r._$AQ?.(t),r._$AM=t,r._$AP!==void 0&&(l=t._$AU)!==s._$AU&&r._$AP(l)}if(a!==i||c){let l=r._$AA;for(;l!==a;){let u=l.nextSibling;n.insertBefore(l,i),l=u}}}return r},Qe=(t,e,r=t)=>(t._$AI(e,r),t),Jl={},Za=(t,e=Jl)=>t._$AH=e,qa=t=>t._$AH,po=t=>{t._$AP?.(!1,!0);let e=t._$AA,r=t._$AB.nextSibling;for(;e!==r;){let n=e.nextSibling;e.remove(),e=n}};var Ya=(t,e,r)=>{let n=new Map;for(let i=e;i<=r;i++)n.set(t[i],i);return n},nn=Je(class extends Pe{constructor(t){if(super(t),t.type!==Xe.CHILD)throw Error("repeat() can only be used in text expressions")}ht(t,e,r){let n;r===void 0?r=e:e!==void 0&&(n=e);let i=[],a=[],s=0;for(let c of t)i[s]=n?n(c,s):s,a[s]=r(c,s),s++;return{values:a,keys:i}}render(t,e,r){return this.ht(t,e,r).values}update(t,[e,r,n]){let i=qa(t),{values:a,keys:s}=this.ht(e,r,n);if(!Array.isArray(i))return this.dt=s,a;let c=this.dt??=[],l=[],u,d,h=0,y=i.length-1,g=0,b=a.length-1;for(;h<=y&&g<=b;)if(i[h]===null)h++;else if(i[y]===null)y--;else if(c[h]===s[g])l[g]=Qe(i[h],a[g]),h++,g++;else if(c[y]===s[b])l[b]=Qe(i[y],a[b]),y--,b--;else if(c[h]===s[b])l[b]=Qe(i[h],a[b]),Dt(t,l[b+1],i[h]),h++,b--;else if(c[y]===s[g])l[g]=Qe(i[y],a[g]),Dt(t,i[h],i[y]),y--,g++;else if(u===void 0&&(u=Ya(s,g,b),d=Ya(c,h,y)),u.has(c[h]))if(u.has(c[y])){let O=d.get(s[g]),R=O!==void 0?i[O]:null;if(R===null){let N=Dt(t,i[h]);Qe(N,a[g]),l[g]=N}else l[g]=Qe(R,a[g]),Dt(t,i[h],R),i[O]=null;g++}else po(i[y]),y--;else po(i[h]),h++;for(;g<=b;){let O=Dt(t,l[b+1]);Qe(O,a[g]),l[g++]=O}for(;h<=y;){let O=i[h++];O!==null&&po(O)}return this.dt=s,Za(t,l),me}});var sn={};z(sn,{classMap:()=>Et});var Et=Je(class extends Pe{constructor(t){if(super(t),t.type!==Xe.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.it===void 0){this.it=new Set,t.strings!==void 0&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in e)e[n]&&!this.st?.has(n)&&this.it.add(n);return this.render(e)}let r=t.element.classList;for(let n of this.it)n in e||(r.remove(n),this.it.delete(n));for(let n in e){let i=!!e[n];i===this.it.has(n)||this.st?.has(n)||(i?(r.add(n),this.it.add(n)):(r.remove(n),this.it.delete(n)))}return me}});var cn={};z(cn,{styleMap:()=>ep});var Xa="important",Ql=" !"+Xa,ep=Je(class extends Pe{constructor(t){if(super(t),t.type!==Xe.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,r)=>{let n=t[r];return n==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(t,[e]){let{style:r}=t.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(e)),this.render(e);for(let n of this.ut)e[n]==null&&(this.ut.delete(n),n.includes("-")?r.removeProperty(n):r[n]=null);for(let n in e){let i=e[n];if(i!=null){this.ut.add(n);let a=typeof i=="string"&&i.endsWith(Ql);n.includes("-")||a?r.setProperty(n,a?i.slice(0,-11):i,a?Xa:""):r[n]=i}}return me}});var pn={};z(pn,{UnsafeHTMLDirective:()=>Bt,unsafeHTML:()=>ln});var Bt=class extends Pe{constructor(e){if(super(e),this.et=X,e.type!==Xe.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===X||e==null)return this.vt=void 0,this.et=e;if(e===me)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.vt;this.et=e;let r=[e];return r.raw=r,this.vt={_$litType$:this.constructor.resultType,strings:r,values:[]}}};Bt.directiveName="unsafeHTML",Bt.resultType=1;var ln=Je(Bt);var dn={};z(dn,{CacheRegistry:()=>Te});var un={};z(un,{CancelablePromise:()=>Wt,CanceledPromiseError:()=>Ft,cancelable:()=>uo});var Ft=class extends Error{constructor(e,r,n){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=n}},Wt=class extends Promise{constructor(e){super((r,n)=>e(i=>{this.isCanceled?n(new Ft("Promise has been canceled",i)):r(i)},i=>{this.isCanceled?n(new Ft("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},uo=t=>new Wt((e,r)=>t.then(e).catch(r));var Te=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(e,r){this.loaders[e]=r,this.finalContent.delete(e)}registerFinal(e,r){this.loaders[e]=r,this.finalContent.add(e)}clearAll(){for(let e in this.content)this.clear(e)}clear(e){this.finalContent.has(e)||this.forceClear(e)}forceClear(e){this.clearClearTimeout(e),this.content[e]instanceof Wt&&this.content[e].cancel(),delete this.content[e]}clearClearTimeout(e){this.clearTimeouts[e]!=null&&(window.clearTimeout(this.clearTimeouts[e]),delete this.clearTimeouts[e])}set(e,r){this.forceClear(e),this.register(e,async()=>r),this.content[e]=r}setFinal(e,r){this.forceClear(e),this.registerFinal(e,async()=>r),this.content[e]=r}async get(e,r,n){if(this.content[e]===void 0){if(r=r??this.loaders[e],r==null)throw new Error("Unknown cache key "+e);let i=uo(r());return this.content[e]=i,i.then(a=>(this.content[e]=a,n!=null&&(this.clearClearTimeout(e),this.clearTimeouts[e]=window.setTimeout(()=>this.clear(e),n)),a))}if(this.content[e]instanceof Error)throw this.content[e];return this.content[e]}isResolvedValue(e){return e!=null&&!(e instanceof Promise)&&!(e instanceof Error)}getNow(e){if(this.isResolvedValue(this.content[e]))return this.content[e]}has(e){return this.content[e]!=null}resolvedKeys(){return Object.keys(this.content).filter(e=>this.isResolvedValue(this.content[e]))}resolvedValues(){return Object.values(this.content).filter(e=>this.isResolvedValue(e))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var hn={};z(hn,{ClusteringHelper:()=>fn});var fn=class t{constructor(e,r,n,i){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(e,r){var n,i;let a=((i=(n=e?.map)!==null&&n!==void 0?n:e?.document)!==null&&i!==void 0?i:e?.topic).metadata.map(s=>t.flattenMetadata(s));return r==null?a:a.find(s=>s.key===r)}static flattenMetadata(e){if(e.hierarchicalValues){let r=[],n=[];return e.hierarchicalValues.forEach(i=>{r.push(i.join(" > ")),i.length>2?n.push(`... > ${i[i.length-1]}`):n.push(i.join(" > "))}),{key:e.key,label:e.label,value:r.join(", "),displayValue:n.join(", ")}}else{let r=e.values.join(", ");return{key:e.key,label:e.label,value:r,displayValue:r}}}computeClustersItemsForMetadata(e,r,n="No value"){var i,a;let s=t.extractResultMetadata(this.selectedResult,e),c=(i=s?.label)!==null&&i!==void 0?i:(a=this.getMetadataDescriptor(e))===null||a===void 0?void 0:a.label;return this.allResults.map(u=>t.extractResultMetadata(u,e)).map(u=>u??{key:e,label:c,value:void 0,displayValue:n}).filter(u=>u.value!=s?.value).filter((u,d,h)=>h.findIndex(y=>y.value===u.value)===d).map(u=>({result:this.findBestResultForMetadataValue(e,u.value),metadata:u})).sort((u,d)=>this.compareMetadata(u.metadata.value,d.metadata.value,e,r))}compareMetadata(e,r,n,i){if(e==null)return-1;if(r==null)return 1;let a=this.getMetadataDescriptor(n),s=a?.sortRule||"NONE",c=a?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let l=e.localeCompare(r,i,{numeric:!0});return c?l*-1:l}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let n=this.allResults.filter(l=>{var u;return((u=t.extractResultMetadata(l,e))===null||u===void 0?void 0:u.value)==r}),a=[...t.extractResultMetadata(this.selectedResult).filter(l=>this.clusteringMetadata.has(l.key)).filter(l=>l.key!==e)],s,c=-1;for(let l of n){let u=this.countMatchingMetadata(l,a);if(u>c&&(c=u,s=l,u===a.length))break}return s}countMatchingMetadata(e,r){return t.extractResultMetadata(e).filter(n=>r.some(i=>i.key===n.key&&i.value===n.value)).length}};var mn={};z(mn,{Debouncer:()=>ce});var ce=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(c){i(c);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var gn={};z(gn,{customElement:()=>Q,isNumber:()=>ts,jsonProperty:()=>Ie,optionalNumberProperty:()=>sp});var yn={};z(yn,{dateReviver:()=>rp,deepEqual:()=>Se,delay:()=>fo,eventPathContainsMatchingElement:()=>np,flatDeep:()=>Qa,last:()=>ap,minmax:()=>ip,parseDate:()=>es,waitFor:()=>Ja,waitUntil:()=>tp});var fo=t=>new Promise(e=>setTimeout(e,t));async function tp(t,e=10,r=2e4){await Ja(async()=>await t()||void 0,e,r)}async function Ja(t,e=10,r=2e4){let n=await t(),i,a;for(i=a=performance.now();n==null&&(!r||a-i<r);)await fo(e),n=await t(),a=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function Qa(t,e){return t.flatMap(r=>[r,...Qa(e(r),e)])}function rp(...t){return function(e,r){return t.includes(e)?es(r):r}}function es(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,n,i)=>r+n+":"+i),new Date(t)}function op(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!Se(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!Se(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(i=Object.keys(t),r=i.length,r!==Object.keys(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){var a=i[n];if(!Se(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function Se(t,e){try{return op(t,e)}catch{return!1}}function np(t,e,r=window.document.body){if(e.length>0){let n=t.composedPath();for(let i of n){if(i===r)return!1;if(i.matches&&e.some(a=>i.matches(a)))return!0}}return!1}function ip(t,e,r){return Math.min(Math.max(t,e),r)}function ap(t){return t[t.length-1]}var Q=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function Ie(t,e){let r=()=>JSON.parse(JSON.stringify(t));return w({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:(n,i)=>!Se(n,i),...e??{}})}function sp(t){return w({type:Object,converter:{fromAttribute:e=>{if(e!=null)return ts(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},...t??{}})}function ts(t){return!isNaN(parseFloat(t))}var jn={};z(jn,{designSystemVariables:()=>M});var zn={};z(zn,{FtCssVariableFactory:()=>o,banner:()=>lp,border:()=>wp,breadcrumb:()=>pp,button:()=>_,chart:()=>Ep,checkbox:()=>Rp,chip:()=>Cp,collapsible:()=>Sp,comboboxMultiSelect:()=>bp,comboboxSingleSelect:()=>gp,drawer:()=>fp,floatingMenu:()=>yp,foundation:()=>p,modal:()=>dp,notice:()=>Ap,notification:()=>Pp,pageHeader:()=>up,popover:()=>xp,radio:()=>_p,semantic:()=>f,setVariable:()=>L,switch_:()=>Op,tabs:()=>vp,textArea:()=>mp,textInput:()=>hp,toggle:()=>Np,tooltip:()=>Tp,typographies:()=>Sr,typographyBody1Medium:()=>En,typographyBody1Regular:()=>On,typographyBody1Semibold:()=>Cn,typographyBody2Medium:()=>An,typographyBody2MediumUnderline:()=>rs,typographyBody2Regular:()=>wn,typographyBody2Semibold:()=>Rn,typographyCaption1Bold:()=>Mn,typographyCaption1Medium:()=>$n,typographyCaption1Semibold:()=>kn,typographyCaption2Bold:()=>Bn,typographyCaption2Medium:()=>Un,typographyCaption2Semibold:()=>Dn,typographyCaption3Bold:()=>Hn,typographyCaption3Medium:()=>Fn,typographyCaption3Semibold:()=>Wn,typographyDisplay:()=>bn,typographyLabel1Bold:()=>Pn,typographyLabel1Medium:()=>Nn,typographyLabel1Semibold:()=>_n,typographyLabel2Bold:()=>Ln,typographyLabel2Medium:()=>Tn,typographyLabel2Semibold:()=>In,typographyTitle1:()=>xn,typographyTitle2:()=>vn,typographyTitle3:()=>Sn,typographyVariants:()=>cp});var He=t=>typeof t=="string"?gt(t):t,o=class{static create(e,r,n,i){let a=c=>He(c??i),s=I`var(${He(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>I`var(${He(e)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=c=>n.get(c??i),s=I`var(${He(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>I`var(${He(e)}, ${a(c)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(e,r){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):He(a??e.lastResortDefaultValue()),i=I`var(${He(e.name)}, ${n(e.defaultValue)})`;return i.name=e.name,i.category=e.category,i.fallbackVariable=e.fallbackVariable,i.defaultValue=e.defaultValue,i.context=r,i.defaultCssValue=n,i.get=a=>I`var(${He(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};function L(t,e){return He(`${t.name}: ${e}`)}var p={colorWhite:o.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:o.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:o.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:o.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:o.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:o.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:o.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:o.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:o.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:o.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:o.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:o.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:o.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:o.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:o.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:o.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:o.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:o.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:o.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:o.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:o.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:o.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:o.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:o.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:o.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:o.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:o.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:o.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:o.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:o.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:o.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:o.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:o.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:o.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:o.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:o.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:o.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:o.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:o.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:o.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:o.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:o.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:o.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:o.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:o.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:o.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:o.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:o.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:o.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:o.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:o.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:o.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:o.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:o.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:o.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:o.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:o.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:o.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:o.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:o.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:o.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:o.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:o.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:o.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:o.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:o.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:o.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:o.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:o.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:o.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:o.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:o.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:o.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:o.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:o.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:o.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:o.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:o.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:o.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:o.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:o.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:o.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:o.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:o.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:o.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:o.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:o.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:o.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:o.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:o.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:o.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:o.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:o.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:o.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:o.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:o.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:o.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:o.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:o.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:o.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:o.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:o.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:o.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:o.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:o.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:o.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:o.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:o.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:o.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:o.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:o.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:o.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:o.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:o.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:o.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:o.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:o.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:o.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:o.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:o.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:o.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:o.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:o.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:o.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:o.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:o.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:o.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:o.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:o.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:o.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:o.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:o.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:o.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:o.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:o.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:o.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:o.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:o.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:o.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:o.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:o.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:o.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:o.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:o.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:o.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:o.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:o.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:o.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:o.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:o.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:o.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:o.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:o.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:o.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:o.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:o.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:o.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:o.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:o.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:o.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:o.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:o.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:o.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:o.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:o.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:o.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:o.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:o.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:o.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:o.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:o.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:o.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:o.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:o.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:o.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:o.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:o.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:o.create("--ft-icon-size-6","","SIZE","48px"),opacity0:o.create("--ft-opacity-0","","NUMBER","0"),opacity8:o.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:o.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:o.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:o.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:o.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:o.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:o.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:o.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:o.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:o.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:o.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:o.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:o.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:o.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)")},bn={fontFamily:o.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:o.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-display-textCase","","UNKNOWN","none")},xn={fontFamily:o.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:o.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},vn={fontFamily:o.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:o.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Sn={fontFamily:o.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:o.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:o.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},On={fontFamily:o.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:o.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},En={fontFamily:o.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Cn={fontFamily:o.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},wn={fontFamily:o.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:o.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},An={fontFamily:o.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},rs={fontFamily:o.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:o.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:o.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Rn={fontFamily:o.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Nn={fontFamily:o.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},_n={fontFamily:o.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Pn={fontFamily:o.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Tn={fontFamily:o.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},In={fontFamily:o.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ln={fontFamily:o.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},$n={fontFamily:o.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},kn={fontFamily:o.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Mn={fontFamily:o.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Un={fontFamily:o.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Dn={fontFamily:o.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Bn={fontFamily:o.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Fn={fontFamily:o.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Wn={fontFamily:o.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Hn={fontFamily:o.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Sr={display:bn,"title-1":xn,"title-2":vn,"title-3":Sn,"body-1-regular":On,"body-1-medium":En,"body-1-semibold":Cn,"body-2-regular":wn,"body-2-medium":An,"body-2-medium-underline":rs,"body-2-semibold":Rn,"label-1-medium":Nn,"label-1-semibold":_n,"label-1-bold":Pn,"label-2-medium":Tn,"label-2-semibold":In,"label-2-bold":Ln,"caption-1-medium":$n,"caption-1-semibold":kn,"caption-1-bold":Mn,"caption-2-medium":Un,"caption-2-semibold":Dn,"caption-2-bold":Bn,"caption-3-medium":Fn,"caption-3-semibold":Wn,"caption-3-bold":Hn},cp=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var f={backgroundActionPrimary:o.extend("--ft-background-action-primary","Used as backgorund of primary action components.",p.colorBrand0),backgroundErrorSubtle:o.extend("--ft-background-error-subtle","Used as background of subtle error components.",p.colorRed10),backgroundInfoSubtle:o.extend("--ft-background-info-subtle","Used as background of subtle information components.",p.colorCyan10),backgroundWarningSubtle:o.extend("--ft-background-warning-subtle","Used as background of subtle information components.",p.colorOrange10),backgroundSuccessSubtle:o.extend("--ft-background-success-subtle","Used as background of subtle success components.",p.colorGreen10),backgroundGlobalSurface:o.extend("--ft-background-global-surface","Used as app background.",p.colorWhite),backgroundGlobalOnSurface:o.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",p.colorGray10),backgroundGlobalOnSurfaceDark:o.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",p.colorGray30),contentActionPrimary:o.extend("--ft-content-action-primary","Used on label of primary action on light surface.",p.colorBrand0),contentWarningPrimary:o.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",p.colorOrange200),contentWarningIconOnly:o.extend("--ft-content-warning-icon-only","Used on warning status icons alone",p.colorOrange0),contentErrorPrimary:o.extend("--ft-content-error-primary","Used on label of error messages on light surface.",p.colorRed0),contentErrorIconOnly:o.extend("--ft-content-error-icon-only","Used on error status icons alone",p.colorRed70),contentInfoPrimary:o.extend("--ft-content-info-primary","Used on label of information messages on light surface.",p.colorCyan200),contentInfoIconOnly:o.extend("--ft-content-info-icon-only","Used on info status icons alone",p.colorCyan0),contentSuccessPrimary:o.extend("--ft-content-success-primary","Used on label of success messages on light surface.",p.colorGreen200),contentSuccessIconOnly:o.extend("--ft-content-success-icon-only","Used on success status icons alone",p.colorGreen0),contentGlobalPrimary:o.extend("--ft-content-global-primary","Used for main content on the page.",p.colorGray500),contentGlobalSecondary:o.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
6
|
+
Also for action icons.`,p.colorGray200),contentGlobalSubtle:o.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",p.colorGray0),contentGlobalOnColor:o.extend("--ft-content-global-on-color","Used for content on a dominant color.",p.colorWhite),borderActionPrimary:o.extend("--ft-border-action-primary","Used as border for primary action components.",p.colorBrand0),borderActionFocusRing:o.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",p.colorCyan0),borderWarningPrimary:o.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",p.colorOrange200),borderWarningSubtle:o.extend("--ft-border-warning-subtle","Used as border for warning components.",p.colorOrange30),borderSuccessPrimary:o.extend("--ft-border-success-primary","Used as border for success buttons.",p.colorGreen200),borderSuccessSubtle:o.extend("--ft-border-success-subtle","Used as border for success components.",p.colorGreen30),borderErrorPrimary:o.extend("--ft-border-error-primary","Used as border for text fields in error states.",p.colorRed0),borderErrorSubtle:o.extend("--ft-border-error-subtle","Used as border for error components.",p.colorRed30),borderInfoPrimary:o.extend("--ft-border-info-primary","Used as border for buttons in info color.",p.colorCyan200),borderInfoSubtle:o.extend("--ft-border-info-subtle","Used as border for information components.",p.colorCyan30),borderGlobalPrimary:o.extend("--ft-border-global-primary","Used as border for element like input.",p.colorGray50),borderGlobalSubtle:o.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",p.colorGray30),borderInputPrimary:o.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",p.colorGray80)};var _={largeHeight:o.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:o.extend("--ft-button-large-horizontal-padding","",p.spacing4),largeGap:o.extend("--ft-button-large-gap","",p.spacing2),largeBorderRadius:o.extend("--ft-button-large-border-radius","",p.borderRadiusS),largeIconSize:o.extend("--ft-button-large-icon-size","",p.iconSize3),largeBorderWidth:o.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:o.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:o.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:o.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:o.extend("--ft-button-small-horizontal-padding","",p.spacing3),smallGap:o.extend("--ft-button-small-gap","",p.spacing2),smallBorderRadius:o.extend("--ft-button-small-border-radius","",p.borderRadiusS),smallIconSize:o.extend("--ft-button-small-icon-size","",p.iconSize2),smallBorderWidth:o.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:o.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:o.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:o.extend("--ft-button-primary-background-color","",f.backgroundActionPrimary),primaryColor:o.extend("--ft-button-primary-color","",f.contentGlobalOnColor),primaryIconColor:o.extend("--ft-button-primary-icon-color","",f.contentGlobalOnColor),primaryStateLayerColor:o.extend("--ft-button-primary-state-layer-color","",f.contentGlobalOnColor),primaryHoverStateLayerOpacity:o.extend("--ft-button-primary-hover-state-layer-opacity","",p.opacity16),primaryFocusStateLayerOpacity:o.extend("--ft-button-primary-focus-state-layer-opacity","",p.opacity16),primaryActiveStateLayerOpacity:o.extend("--ft-button-primary-active-state-layer-opacity","",p.opacity24),primaryDisabledComponentOpacity:o.extend("--ft-button-primary-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-button-focus-focus-ring-color","",f.borderActionFocusRing),tertiaryBackgroundColor:o.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:o.extend("--ft-button-tertiary-color","",f.contentActionPrimary),tertiaryIconColor:o.extend("--ft-button-tertiary-icon-color","",f.contentActionPrimary),tertiaryStateLayerColor:o.extend("--ft-button-tertiary-state-layer-color","",f.contentActionPrimary),tertiaryHoverStateLayerOpacity:o.extend("--ft-button-tertiary-hover-state-layer-opacity","",p.opacity8),tertiaryFocusStateLayerOpacity:o.extend("--ft-button-tertiary-focus-state-layer-opacity","",p.opacity8),tertiaryActiveStateLayerOpacity:o.extend("--ft-button-tertiary-active-state-layer-opacity","",p.opacity16),tertiaryDisabledComponentOpacity:o.extend("--ft-button-tertiary-disabled-component-opacity","",p.opacity40),secondaryBackgroundColor:o.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:o.extend("--ft-button-secondary-color","",f.contentActionPrimary),secondaryIconColor:o.extend("--ft-button-secondary-icon-color","",f.contentActionPrimary),secondaryStateLayerColor:o.extend("--ft-button-secondary-state-layer-color","",f.contentActionPrimary),secondaryHoverStateLayerOpacity:o.extend("--ft-button-secondary-hover-state-layer-opacity","",p.opacity8),secondaryFocusStateLayerOpacity:o.extend("--ft-button-secondary-focus-state-layer-opacity","",p.opacity8),secondaryActiveStateLayerOpacity:o.extend("--ft-button-secondary-active-state-layer-opacity","",p.opacity16),secondaryDisabledComponentOpacity:o.extend("--ft-button-secondary-disabled-component-opacity","",p.opacity40),secondaryBorderColor:o.extend("--ft-button-secondary-border-color","",f.borderActionPrimary),neutralBackgroundColor:o.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:o.extend("--ft-button-neutral-icon-color","",f.contentGlobalSecondary),neutralColor:o.extend("--ft-button-neutral-color","",f.contentGlobalSecondary),neutralStateLayerColor:o.extend("--ft-button-neutral-state-layer-color","",f.contentGlobalSecondary),neutralHoverStateLayerOpacity:o.extend("--ft-button-neutral-hover-state-layer-opacity","",p.opacity8),neutralFocusStateLayerOpacity:o.extend("--ft-button-neutral-focus-state-layer-opacity","",p.opacity8),neutralActiveStateLayerOpacity:o.extend("--ft-button-neutral-active-state-layer-opacity","",p.opacity16),neutralDisabledComponentOpacity:o.extend("--ft-button-neutral-disabled-component-opacity","",p.opacity40)};var lp={iconSize:o.extend("--ft-banner-icon-size","",p.iconSize5),borderWidth:o.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ft-banner-horizontal-padding","",p.spacing6),verticalPadding:o.extend("--ft-banner-vertical-padding","",p.spacing6),horizontalSideGap:o.extend("--ft-banner-horizontal-side-gap","",p.spacing6),horizontalMobileGap:o.extend("--ft-banner-horizontal-mobile-gap","",p.spacing4),verticalMobileGap:o.extend("--ft-banner-vertical-mobile-gap","",p.spacing6),horizontalMiddleGap:o.extend("--ft-banner-horizontal-middle-gap","",p.spacing20),infoBackgroundColor:o.extend("--ft-banner-info-background-color","",f.backgroundInfoSubtle),infoColor:o.extend("--ft-banner-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-banner-info-icon-color","",f.contentInfoIconOnly)};var pp={horizontalGap:o.extend("--ft-breadcrumb-horizontal-gap","",p.spacing1),verticalGap:o.extend("--ft-breadcrumb-vertical-gap","",p.spacing2),currentElementColor:o.extend("--ft-breadcrumb-current-element-color","",f.contentGlobalPrimary),iconColor:o.extend("--ft-breadcrumb-icon-color","",f.contentGlobalSubtle)};var up={horizontalPadding:o.extend("--ft-page-header-horizontal-padding","",p.spacing12),horizontalGap:o.extend("--ft-page-header-horizontal-gap","",p.spacing4),verticalGap:o.extend("--ft-page-header-vertical-gap","",p.spacing2),classicVerticalPadding:o.extend("--ft-page-header-classic-vertical-padding","",p.spacing6),multilineVerticalPadding:o.extend("--ft-page-header-multiline-vertical-padding","",p.spacing4),inlineVerticalPadding:o.extend("--ft-page-header-inline-vertical-padding","",p.spacing2),backgroundColor:o.extend("--ft-page-header-background-color","",p.colorWhite),bottomBorderColor:o.extend("--ft-page-header-bottom-border-color","",f.borderGlobalSubtle),titleColor:o.extend("--ft-page-header-title-color","",f.contentGlobalPrimary),subtitleColor:o.extend("--ft-page-header-subtitle-color","",f.contentGlobalSecondary)};var dp={smallContainerWidth:o.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:o.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:o.extend("--ft-modal-overlay-background-color","",p.colorGray700),overlayOpacity:o.extend("--ft-modal-overlay-opacity","",p.opacity40),shadow:o.extend("--ft-modal-shadow","",p.shadowElevation03),bodyBackgroundColor:o.extend("--ft-modal-body-background-color","",p.colorWhite),bodyColor:o.extend("--ft-modal-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ft-modal-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:o.extend("--ft-modal-body-vertical-padding","",p.spacing6),bodyVerticalGap:o.extend("--ft-modal-body-vertical-gap","",p.spacing6),containerMargin:o.extend("--ft-modal-container-margin","",p.spacing3),headerBackgroundColor:o.extend("--ft-modal-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ft-modal-header-border-color","",f.borderGlobalSubtle),headerColor:o.extend("--ft-modal-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ft-modal-header-trailing-icon-color","",f.contentGlobalSecondary),headerVerticalPadding:o.extend("--ft-modal-header-vertical-padding","",p.spacing1),headerRightPadding:o.extend("--ft-modal-header-right-padding","",p.spacing1),headerLeftPadding:o.extend("--ft-modal-header-left-padding","",p.spacing6),headerGap:o.extend("--ft-modal-header-gap","",p.spacing2),headerBorderBottom:o.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:o.extend("--ft-modal-border-radius","",p.borderRadiusM)};var fp={overlayOpacity:o.extend("--ft-drawer-overlay-opacity","",p.opacity40),shadow:o.extend("--ft-drawer-shadow","",p.shadowElevation03),bodyColor:o.extend("--ft-drawer-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ft-drawer-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:o.extend("--ft-drawer-body-vertical-padding","",p.spacing6),bodyGap:o.extend("--ft-drawer-body-gap","",p.spacing6),bodyBackgroundColor:o.extend("--ft-drawer-body-background-color","",p.colorWhite),headerBackgroundColor:o.extend("--ft-drawer-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ft-drawer-header-border-color","",f.borderGlobalSubtle),headerColor:o.extend("--ft-drawer-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ft-drawer-header-trailing-icon-color","",f.contentGlobalSecondary),headerHeight:o.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:o.extend("--ft-drawer-header-horizontal-padding","",p.spacing2),headerBorderWidth:o.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:o.extend("--ft-drawer-header-gap","",p.spacing3),buttonsBarBackgroundColor:o.extend("--ft-drawer-buttons-bar-background-color","",f.backgroundGlobalOnSurface),buttonsBarBorderColor:o.extend("--ft-drawer-buttons-bar-border-color","",f.borderGlobalSubtle),buttonsBarColor:o.extend("--ft-drawer-buttons-bar-color","",f.contentGlobalPrimary),buttonsBarHorizontalPadding:o.extend("--ft-drawer-buttons-bar-horizontal-padding","",p.spacing4),buttonsBarVerticalPadding:o.extend("--ft-drawer-buttons-bar-vertical-padding","",p.spacing4),buttonsBarGap:o.extend("--ft-drawer-buttons-bar-gap","",p.spacing3),buttonsBarBorderWidth:o.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:o.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:o.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:o.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:o.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:o.extend("--ft-drawer-overlay-background-color","",p.colorGray700)};var hp={fieldHorizontalPadding:o.extend("--ft-text-input-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-text-input-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-text-input-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-text-input-field-icon-size","",p.iconSize3),fieldHeight:o.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:o.extend("--ft-text-input-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-text-input-helper-horizontal-gap","",p.spacing1),helperIconSize:o.extend("--ft-text-input-helper-icon-size","",p.iconSize2),borderRadius:o.extend("--ft-text-input-border-radius","",p.borderRadiusM),backgroundColor:o.extend("--ft-text-input-background-color","",p.colorWhite),contentValueColor:o.extend("--ft-text-input-content-value-color","",f.contentGlobalPrimary),trailingIconColor:o.extend("--ft-text-input-trailing-icon-color","",f.contentGlobalSubtle),labelColor:o.extend("--ft-text-input-label-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-text-input-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-text-input-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-text-input-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-text-input-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:o.extend("--ft-text-input-error-helper-icon-color","",f.contentErrorIconOnly),warningBorderWidth:o.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:o.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-text-input-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-text-input-disabled-component-opacity","",p.opacity40)};var mp={backgroundColor:o.extend("--ft-text-area-background-color","",p.colorWhite),contentValueColor:o.extend("--ft-text-area-content-value-color","",f.contentGlobalPrimary),labelColor:o.extend("--ft-text-area-label-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-text-area-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-text-area-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-text-area-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-text-area-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:o.extend("--ft-text-area-error-helper-icon-color","",f.contentErrorIconOnly),focusFocusRingColor:o.extend("--ft-text-area-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:o.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-text-area-disabled-component-opacity","",p.opacity40),fieldHorizontalLeftPadding:o.extend("--ft-text-area-field-horizontal-left-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-text-area-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-text-area-field-vertical-gap","",p.spacing05),fieldMinHeight:o.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:o.extend("--ft-text-area-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-text-area-helper-horizontal-gap","",p.spacing1),helperIconSize:o.extend("--ft-text-area-helper-icon-size","",p.iconSize2),borderRadius:o.extend("--ft-text-area-border-radius","",p.borderRadiusM)};var yp={height:o.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:o.extend("--ft-floating-menu-horizontal-padding","",p.spacing4),offIconColor:o.extend("--ft-floating-menu-off-icon-color","",f.contentGlobalPrimary),offColor:o.extend("--ft-floating-menu-off-color","",f.contentGlobalPrimary),onColor:o.extend("--ft-floating-menu-on-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-floating-menu-on-state-layer-color","",f.contentActionPrimary),gap:o.extend("--ft-floating-menu-gap","",p.spacing3),focusFocusRingColor:o.extend("--ft-floating-menu-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:o.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:o.extend("--ft-floating-menu-focus-state-layer-opacity","",p.opacity8),hoverStateLayerOpacity:o.extend("--ft-floating-menu-hover-state-layer-opacity","",p.opacity8),activeStateLayerOpacity:o.extend("--ft-floating-menu-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:o.extend("--ft-floating-menu-disabled-component-opacity","",p.opacity40),iconSize:o.extend("--ft-floating-menu-icon-size","",p.iconSize3),backgroundColor:o.extend("--ft-floating-menu-background-color","",f.backgroundGlobalOnSurface)};var gp={fieldHorizontalPadding:o.extend("--ft-combobox-single-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-combobox-single-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-combobox-single-select-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-combobox-single-select-field-icon-size","",p.iconSize3),fieldHeight:o.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:o.extend("--ft-combobox-single-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-combobox-single-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:o.extend("--ft-combobox-single-select-helper-vertical-gap","",p.spacing1),helperIconSize:o.extend("--ft-combobox-single-select-helper-icon-size","",p.iconSize2),menuVerticalGap:o.extend("--ft-combobox-single-select-menu-vertical-gap","",p.spacing2),borderRadius:o.extend("--ft-combobox-single-select-border-radius","",p.borderRadiusM),backgroundColor:o.extend("--ft-combobox-single-select-background-color","",p.colorWhite),labelColor:o.extend("--ft-combobox-single-select-label-color","",f.contentGlobalSubtle),contentValueColor:o.extend("--ft-combobox-single-select-content-value-color","",f.contentGlobalPrimary),trailingIconColor:o.extend("--ft-combobox-single-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-combobox-single-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-combobox-single-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-combobox-single-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-combobox-single-select-error-helper-text-color","",f.contentErrorPrimary),warningBorderWidth:o.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:o.extend("--ft-combobox-single-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:o.extend("--ft-combobox-single-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:o.extend("--ft-combobox-single-select-warning-helper-icon-color","",f.contentWarningIconOnly),focusOutlineWidth:o.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-combobox-single-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-combobox-single-select-disabled-component-opacity","",p.opacity40)};var bp={backgroundColor:o.extend("--ft-combobox-multi-select-background-color","",p.colorWhite),labelColor:o.extend("--ft-combobox-multi-select-label-color","",f.contentGlobalSubtle),trailingIconColor:o.extend("--ft-combobox-multi-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-combobox-multi-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-combobox-multi-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:o.extend("--ft-combobox-multi-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-combobox-multi-select-error-helper-text-color","",f.contentErrorPrimary),errorHelperIcon:o.extend("--ft-combobox-multi-select-error-helper-icon","",f.contentErrorIconOnly),errorBorderWidth:o.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:o.extend("--ft-combobox-multi-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:o.extend("--ft-combobox-multi-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:o.extend("--ft-combobox-multi-select-warning-helper-icon-color","",f.contentWarningIconOnly),warningBorderWidth:o.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-combobox-multi-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:o.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-combobox-multi-select-disabled-component-opacity","",p.opacity40),helperHorizontalPadding:o.extend("--ft-combobox-multi-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-combobox-multi-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:o.extend("--ft-combobox-multi-select-helper-vertical-gap","",p.spacing1),helperIconSize:o.extend("--ft-combobox-multi-select-helper-icon-size","",p.iconSize2),fieldHorizontalPadding:o.extend("--ft-combobox-multi-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-combobox-multi-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-combobox-multi-select-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-combobox-multi-select-field-icon-size","",p.iconSize3),fieldMaxHeight:o.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:o.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",p.spacing1),contentValuesVerticalGap:o.extend("--ft-combobox-multi-select-content-values-vertical-gap","",p.spacing1),borderRadius:o.extend("--ft-combobox-multi-select-border-radius","",p.borderRadiusM)};var xp={backgroundColor:o.extend("--ft-popover-background-color","",f.backgroundGlobalOnSurface),horizontalPadding:o.extend("--ft-popover-horizontal-padding","",p.spacing6),verticalPadding:o.extend("--ft-popover-vertical-padding","",p.spacing6),iconColor:o.extend("--ft-popover-icon-color","",f.contentGlobalSecondary),iconSize:o.extend("--ft-popover-icon-size","",p.iconSize2),titleColor:o.extend("--ft-popover-title-color","",f.contentGlobalPrimary),bodyColor:o.extend("--ft-popover-body-color","",f.contentGlobalSecondary),linkColor:o.extend("--ft-popover-link-color","",f.contentActionPrimary),gap:o.extend("--ft-popover-gap","",p.spacing3),borderRadius:o.extend("--ft-popover-border-radius","",p.borderRadiusM),shadow:o.extend("--ft-popover-shadow","",p.shadowElevation02)};var vp={topLeftBorderRadius:o.extend("--ft-tabs-top-left-border-radius","",p.borderRadiusS),topRightBorderRadius:o.extend("--ft-tabs-top-right-border-radius","",p.borderRadiusS),labelHorizontalPadding:o.extend("--ft-tabs-label-horizontal-padding","",p.spacing4),labelVerticalPadding:o.extend("--ft-tabs-label-vertical-padding","",p.spacing3),labelGap:o.extend("--ft-tabs-label-gap","",p.spacing1),offHoverStateLayerOpacity:o.extend("--ft-tabs-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:o.extend("--ft-tabs-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:o.extend("--ft-tabs-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:o.extend("--ft-tabs-off-disabled-component-opacity","",p.opacity40),offColor:o.extend("--ft-tabs-off-color","",f.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-tabs-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-tabs-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:o.extend("--ft-tabs-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:o.extend("--ft-tabs-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:o.extend("--ft-tabs-on-disabled-component-opacity","",p.opacity40),onColor:o.extend("--ft-tabs-on-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-tabs-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:o.extend("--ft-tabs-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:o.extend("--ft-tabs-icon-vertical-padding","",p.spacing4),focusOutlineWidth:o.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-tabs-focus-focus-ring-color","",f.borderActionFocusRing)};var Sp={hoverStateLayerOpacity:o.extend("--ft-collapsible-hover-state-layer-opacity","",p.opacity8),focusStateLayerOpacity:o.extend("--ft-collapsible-focus-state-layer-opacity","",p.opacity8),focusOutlineWidth:o.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:o.extend("--ft-collapsible-focus-focus-ring-color","",f.borderActionFocusRing),activeStateLayerOpacity:o.extend("--ft-collapsible-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:o.extend("--ft-collapsible-disabled-component-opacity","",p.opacity40),horizontalPadding:o.extend("--ft-collapsible-horizontal-padding","",p.spacing4),verticalPadding:o.extend("--ft-collapsible-vertical-padding","",p.spacing3),color:o.extend("--ft-collapsible-color","",f.contentGlobalPrimary),stateLayerColor:o.extend("--ft-collapsible-state-layer-color","",f.contentGlobalPrimary),backgroundColor:o.extend("--ft-collapsible-background-color","",f.backgroundGlobalOnSurface),borderColor:o.extend("--ft-collapsible-border-color","",f.borderGlobalSubtle),iconSize:o.extend("--ft-collapsible-icon-size","",p.iconSize3)};var Op={groupHorizontalPadding:o.extend("--ft-switch-group-horizontal-padding","",p.spacing1),groupVerticalPadding:o.extend("--ft-switch-group-vertical-padding","",p.spacing1),groupGap:o.extend("--ft-switch-group-gap","",p.spacing1),groupBackgroundColor:o.extend("--ft-switch-group-background-color","",f.backgroundGlobalSurface),groupBorderColor:o.extend("--ft-switch-group-border-color","",f.borderGlobalSubtle),groupBorderRadius:o.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:o.extend("--ft-switch-label-horizontal-padding","",p.spacing2),labelVerticalPadding:o.extend("--ft-switch-label-vertical-padding","",p.spacing1),offHoverStateLayerOpacity:o.extend("--ft-switch-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:o.extend("--ft-switch-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:o.extend("--ft-switch-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:o.extend("--ft-switch-off-disabled-component-opacity","",p.opacity40),offColor:o.extend("--ft-switch-off-color","",f.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-switch-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-switch-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:o.extend("--ft-switch-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:o.extend("--ft-switch-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:o.extend("--ft-switch-on-disabled-component-opacity","",p.opacity40),onColor:o.extend("--ft-switch-on-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-switch-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:o.extend("--ft-switch-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:o.extend("--ft-switch-icon-vertical-padding","",p.spacing1),focusOutlineWidth:o.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-switch-focus-focus-ring-color","",f.borderActionFocusRing),optionBorderRadius:o.extend("--ft-switch-option-border-radius","",p.borderRadiusS)};var Ep={color1Light:o.extend("--ft-chart-1-light","for area color charts",p.colorBrand40),color1Base:o.extend("--ft-chart-1-base","for line charts",p.colorBrand0),color2Light:o.extend("--ft-chart-2-light","for area color charts",p.colorYellow60),color2Base:o.extend("--ft-chart-2-base","for line charts",p.colorYellow100),color3Light:o.extend("--ft-chart-3-light","",p.colorUltramarine40),color3Base:o.extend("--ft-chart-3-base","",p.colorUltramarine70),color4Light:o.extend("--ft-chart-4-light","",p.colorCyan50),color4Base:o.extend("--ft-chart-4-base","",p.colorCyan100),color5Light:o.extend("--ft-chart-5-light","",p.colorRed40),color5Base:o.extend("--ft-chart-5-base","",p.colorRed60),color6Light:o.extend("--ft-chart-6-light","",p.colorGreen40),color6Base:o.extend("--ft-chart-6-base","",p.colorGreen70),color7Light:o.extend("--ft-chart-7-light","",p.colorOrange70),color7Base:o.extend("--ft-chart-7-base","",p.colorOrange100),color8Light:o.extend("--ft-chart-8-light","",p.colorAvocado70),color8Base:o.extend("--ft-chart-8-base","",p.colorAvocado200),color9Light:o.extend("--ft-chart-9-light","",p.colorBrown50),color9Base:o.extend("--ft-chart-9-base","",p.colorBrown200),color10Light:o.extend("--ft-chart-10-light","",p.colorGray50),color10Base:o.extend("--ft-chart-10-base","",p.colorGray80),monochrome10:o.extend("--ft-chart-monochrome-10","",p.colorBrand10),monochrome20:o.extend("--ft-chart-monochrome-20","",p.colorBrand20),monochrome30:o.extend("--ft-chart-monochrome-30","",p.colorBrand40),monochrome40:o.extend("--ft-chart-monochrome-40","",p.colorBrand60),monochrome50:o.extend("--ft-chart-monochrome-50","",p.colorBrand0),monochrome60:o.extend("--ft-chart-monochrome-60","",p.colorBrand200)};var Cp={largeHorizontalPadding:o.extend("--ft-chip-large-horizontal-padding","",p.spacing4),largeVerticalPadding:o.extend("--ft-chip-large-vertical-padding","",p.spacing2),largeGap:o.extend("--ft-chip-large-gap","",p.spacing1),largeFocusOutlineOffset:o.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:o.extend("--ft-chip-large-border-radius","",p.borderRadiusPill),largeBorderWidth:o.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ft-chip-large-icon-size","",p.iconSize3),mediumHorizontalPadding:o.extend("--ft-chip-medium-horizontal-padding","",p.spacing3),mediumVerticalPadding:o.extend("--ft-chip-medium-vertical-padding","",p.spacing1),mediumGap:o.extend("--ft-chip-medium-gap","",p.spacing1),mediumFocusOutlineOffset:o.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:o.extend("--ft-chip-medium-border-radius","",p.borderRadiusPill),mediumBorderWidth:o.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ft-chip-medium-icon-size","",p.iconSize2),smallHorizontalPadding:o.extend("--ft-chip-small-horizontal-padding","",p.spacing2),smallVerticalPadding:o.extend("--ft-chip-small-vertical-padding","",p.spacing05),smallGap:o.extend("--ft-chip-small-gap","",p.spacing1),smallFocusOutlineOffset:o.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:o.extend("--ft-chip-small-border-radius","",p.borderRadiusPill),smallBorderWidth:o.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:o.extend("--ft-chip-small-icon-size","",p.iconSize1),neutralBackgroundColor:o.extend("--ft-chip-neutral-background-color","",f.backgroundGlobalOnSurface),neutralColor:o.extend("--ft-chip-neutral-color","",f.contentGlobalPrimary),neutralIconColor:o.extend("--ft-chip-neutral-icon-color","",f.contentGlobalPrimary),neutralBorderColor:o.extend("--ft-chip-neutral-border-color","",f.borderGlobalSubtle),infoBackgroundColor:o.extend("--ft-chip-info-background-color","",f.backgroundInfoSubtle),infoColor:o.extend("--ft-chip-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-chip-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:o.extend("--ft-chip-info-border-color","",f.borderInfoSubtle),successBackgroundColor:o.extend("--ft-chip-success-background-color","",f.backgroundSuccessSubtle),successColor:o.extend("--ft-chip-success-color","",f.contentSuccessPrimary),successIconColor:o.extend("--ft-chip-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:o.extend("--ft-chip-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:o.extend("--ft-chip-warning-background-color","",f.backgroundWarningSubtle),warningColor:o.extend("--ft-chip-warning-color","",f.contentWarningPrimary),warningIconColor:o.extend("--ft-chip-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:o.extend("--ft-chip-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:o.extend("--ft-chip-error-background-color","",f.backgroundErrorSubtle),errorColor:o.extend("--ft-chip-error-color","",f.contentErrorPrimary),errorIconColor:o.extend("--ft-chip-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:o.extend("--ft-chip-error-border-color","",f.borderErrorSubtle)};var wp={infoBorderColor:o.extend("--ft-border-info-border-color","",f.borderInfoSubtle)};var Ap={borderWidth:o.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ft-notice-horizontal-padding","",p.spacing2),verticalPadding:o.extend("--ft-notice-vertical-padding","",p.spacing1),borderRadius:o.extend("--ft-notice-border-radius","",p.borderRadiusS),gap:o.extend("--ft-notice-gap","",p.spacing2),iconSize:o.extend("--ft-notice-icon-size","",p.iconSize3),infoBackgroundColor:o.extend("--ft-notice-info-background-color","",f.backgroundInfoSubtle),infoBorderColor:o.extend("--ft-notice-info-border-color","",f.borderInfoSubtle),infoColor:o.extend("--ft-notice-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-notice-info-icon-color","",f.contentInfoIconOnly),warningBackgroundColor:o.extend("--ft-notice-warning-background-color","",f.backgroundWarningSubtle),warningBorderColor:o.extend("--ft-notice-warning-border-color","",f.borderWarningSubtle),warningColor:o.extend("--ft-notice-warning-color","",f.contentWarningPrimary),warningIconColor:o.extend("--ft-notice-warning-icon-color","",f.contentWarningIconOnly),errorBackgroundColor:o.extend("--ft-notice-error-background-color","",f.backgroundErrorSubtle),errorBorderColor:o.extend("--ft-notice-error-border-color","",f.borderErrorSubtle),errorColor:o.extend("--ft-notice-error-color","",f.contentErrorPrimary),errorIconColor:o.extend("--ft-notice-error-icon-color","",f.contentErrorIconOnly),successBackgroundColor:o.extend("--ft-notice-success-background-color","",f.backgroundSuccessSubtle),successBorderColor:o.extend("--ft-notice-success-border-color","",f.borderSuccessSubtle),successColor:o.extend("--ft-notice-success-color","",f.contentSuccessPrimary),successIconColor:o.extend("--ft-notice-success-icon-color","",f.contentSuccessIconOnly)};var Rp={color:o.extend("--ft-checkbox-color","",f.contentGlobalPrimary),checkedBackgroundColor:o.extend("--ft-checkbox-checked-background-color","",f.contentActionPrimary),checkedStateLayerColor:o.extend("--ft-checkbox-checked-state-layer-color","",f.contentActionPrimary),checkedIconColor:o.extend("--ft-checkbox-checked-icon-color","",f.contentGlobalOnColor),checkedHoverStateLayerOpacity:o.extend("--ft-checkbox-checked-hover-state-layer-opacity","",p.opacity16),checkedFocusStateLayerOpacity:o.extend("--ft-checkbox-checked-focus-state-layer-opacity","",p.opacity16),checkedActiveStateLayerOpacity:o.extend("--ft-checkbox-checked-active-state-layer-opacity","",p.opacity24),checkedDisabledComponentOpacity:o.extend("--ft-checkbox-checked-disabled-component-opacity","",p.opacity40),uncheckedBorderColor:o.extend("--ft-checkbox-unchecked-border-color","",p.colorGray80),uncheckedStateLayerColor:o.extend("--ft-checkbox-unchecked-state-layer-color","",p.colorGray80),uncheckedHoverStateLayerOpacity:o.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",p.opacity16),uncheckedFocusStateLayerOpacity:o.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",p.opacity16),uncheckedActiveStateLayerOpacity:o.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",p.opacity24),uncheckedDisabledComponentOpacity:o.extend("--ft-checkbox-unchecked-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-checkbox-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:o.extend("--ft-checkbox-gap","",p.spacing3)};var Np={offHoverStateLayerOpacity:o.extend("--ft-toggle-off-hover-state-layer-opacity","",p.opacity16),offFocusStateLayerOpacity:o.extend("--ft-toggle-off-focus-state-layer-opacity","",p.opacity16),offActiveStateLayerOpacity:o.extend("--ft-toggle-off-active-state-layer-opacity","",p.opacity24),offDisabledComponentOpacity:o.extend("--ft-toggle-off-disabled-component-opacity","",p.opacity40),offBackgroundColor:o.extend("--ft-toggle-off-background-color","",f.contentGlobalSubtle),offIconColor:o.extend("--ft-toggle-off-icon-color","",f.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-toggle-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-toggle-on-hover-state-layer-opacity","",p.opacity16),onFocusStateLayerOpacity:o.extend("--ft-toggle-on-focus-state-layer-opacity","",p.opacity16),onActiveStateLayerOpacity:o.extend("--ft-toggle-on-active-state-layer-opacity","",p.opacity24),onDisabledComponentOpacity:o.extend("--ft-toggle-on-disabled-component-opacity","",p.opacity40),onBackgroundColor:o.extend("--ft-toggle-on-background-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-toggle-on-state-layer-color","",f.contentActionPrimary),onIconColor:o.extend("--ft-toggle-on-icon-color","",f.contentActionPrimary),color:o.extend("--ft-toggle-color","",f.contentGlobalPrimary),focusFocusRingColor:o.extend("--ft-toggle-focus-focus-ring-color","",f.borderActionFocusRing),gap:o.extend("--ft-toggle-gap","",p.spacing3)};var _p={color:o.extend("--ft-radio-color","",f.contentGlobalPrimary),selectedRadioColor:o.extend("--ft-radio-selected-radio-color","",f.contentActionPrimary),selectedStateLayerColor:o.extend("--ft-radio-selected-state-layer-color","",f.contentActionPrimary),selectedHoverStateLayerOpacity:o.extend("--ft-radio-selected-hover-state-layer-opacity","",p.opacity16),selectedFocusStateLayerOpacity:o.extend("--ft-radio-selected-focus-state-layer-opacity","",p.opacity16),selectedActiveStateLayerOpacity:o.extend("--ft-radio-selected-active-state-layer-opacity","",p.opacity24),selectedDisabledComponentOpacity:o.extend("--ft-radio-selected-disabled-component-opacity","",p.opacity40),unselectedStateLayerColor:o.extend("--ft-radio-unselected-state-layer-color","",f.borderInputPrimary),unselectedBorderColor:o.extend("--ft-radio-unselected-border-color","",f.borderInputPrimary),unselectedHoverStateLayerOpacity:o.extend("--ft-radio-unselected-hover-state-layer-opacity","",p.opacity16),unselectedFocusStateLayerOpacity:o.extend("--ft-radio-unselected-focus-state-layer-opacity","",p.opacity16),unselectedActiveStateLayerOpacity:o.extend("--ft-radio-unselected-active-state-layer-opacity","",p.opacity24),unselectedDisabledComponentOpacity:o.extend("--ft-radio-unselected-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-radio-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:o.extend("--ft-radio-gap","",p.spacing3)};var Pp={iconSize:o.extend("--ft-notification-icon-size","",p.iconSize4),horizontalPadding:o.extend("--ft-notification-horizontal-padding","",p.spacing4),verticalPadding:o.extend("--ft-notification-vertical-padding","",p.spacing4),infoBackgroundColor:o.extend("--ft-notification-info-background-color","",f.backgroundInfoSubtle),infoColor:o.extend("--ft-notification-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-notification-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:o.extend("--ft-notification-info-border-color","",f.borderInfoSubtle),successBackgroundColor:o.extend("--ft-notification-success-background-color","",f.backgroundSuccessSubtle),successColor:o.extend("--ft-notification-success-color","",f.contentSuccessPrimary),successIconColor:o.extend("--ft-notification-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:o.extend("--ft-notification-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:o.extend("--ft-notification-warning-background-color","",f.backgroundWarningSubtle),warningColor:o.extend("--ft-notification-warning-color","",f.contentWarningPrimary),warningIconColor:o.extend("--ft-notification-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:o.extend("--ft-notification-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:o.extend("--ft-notification-error-background-color","",f.backgroundErrorSubtle),errorColor:o.extend("--ft-notification-error-color","",f.contentErrorPrimary),errorIconColor:o.extend("--ft-notification-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:o.extend("--ft-notification-error-border-color","",f.borderErrorSubtle),borderRadius:o.extend("--ft-notification-border-radius","",p.borderRadiusPill),borderWidth:o.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:o.extend("--ft-notification-leading-gap","",p.spacing2),trailingGap:o.extend("--ft-notification-trailing-gap","",p.spacing8)};var Tp={horizontalPadding:o.extend("--ft-tooltip-horizontal-padding","",p.spacing2),verticalPadding:o.extend("--ft-tooltip-vertical-padding","",p.spacing2),borderRadius:o.extend("--ft-tooltip-border-radius","",p.borderRadiusS),color:o.extend("--ft-tooltip-color","",f.contentGlobalOnColor),backgroundColor:o.extend("--ft-tooltip-background-color","",f.contentGlobalPrimary),backgroundOpacity:o.extend("--ft-tooltip-background-opacity","",p.opacity80),shadow:o.extend("--ft-tooltip-shadow","",p.shadowElevation03),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","256px"),gap:o.extend("--ft-tooltip-gap","",p.spacing05)};var M={colorPrimary:o.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:o.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:o.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:o.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:o.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:o.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:o.create("--ft-color-error","","COLOR","#B00020"),colorOutline:o.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:o.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:o.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:o.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:o.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:o.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:o.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:o.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:o.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:o.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:o.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:o.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:o.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:o.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:o.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:o.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:o.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:o.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:o.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:o.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:o.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:o.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:o.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:o.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:o.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:o.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:o.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:o.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:o.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:o.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:o.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:o.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:o.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:o.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:o.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:o.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:o.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:o.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)"),elevation01:o.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)"),elevation02:o.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)"),elevation03:o.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)"),elevation04:o.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)"),elevation06:o.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)"),elevation08:o.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)"),elevation12:o.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)"),elevation16:o.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)"),elevation24:o.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)"),borderRadiusS:o.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:o.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:o.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:o.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:o.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:o.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:o.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:o.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Zn={};z(Zn,{FtNotificationEvent:()=>Vn,PostResizeEvent:()=>Gn,PreResizeEvent:()=>Kn});var Vn=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},Kn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Gn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var ai={};z(ai,{computeOffsetPosition:()=>ii});var ns=["top","right","bottom","left"],os=["start","end"],Yn=ns.reduce((t,e)=>t.concat(e,e+"-"+os[0],e+"-"+os[1]),[]),Or=Math.min,et=Math.max,Er=Math.round;var ze=t=>({x:t,y:t}),Ip={left:"right",right:"left",bottom:"top",top:"bottom"},Lp={start:"end",end:"start"};function Xn(t,e,r){return et(t,Or(e,r))}function ho(t,e){return typeof t=="function"?t(e):t}function Ht(t){return t.split("-")[0]}function tt(t){return t.split("-")[1]}function Jn(t){return t==="x"?"y":"x"}function Qn(t){return t==="y"?"height":"width"}function mo(t){return["top","bottom"].includes(Ht(t))?"y":"x"}function ei(t){return Jn(mo(t))}function is(t,e,r){r===void 0&&(r=!1);let n=tt(t),i=ei(t),a=Qn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(s=qn(s)),[s,qn(s)]}function as(t){return t.replace(/start|end/g,e=>Lp[e])}function qn(t){return t.replace(/left|right|bottom|top/g,e=>Ip[e])}function $p(t){return{top:0,right:0,bottom:0,left:0,...t}}function ss(t){return typeof t!="number"?$p(t):{top:t,right:t,bottom:t,left:t}}function Ct(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function cs(t,e,r){let{reference:n,floating:i}=t,a=mo(e),s=ei(e),c=Qn(s),l=Ht(e),u=a==="y",d=n.x+n.width/2-i.width/2,h=n.y+n.height/2-i.height/2,y=n[c]/2-i[c]/2,g;switch(l){case"top":g={x:d,y:n.y-i.height};break;case"bottom":g={x:d,y:n.y+n.height};break;case"right":g={x:n.x+n.width,y:h};break;case"left":g={x:n.x-i.width,y:h};break;default:g={x:n.x,y:n.y}}switch(tt(e)){case"start":g[s]-=y*(r&&u?-1:1);break;case"end":g[s]+=y*(r&&u?-1:1);break}return g}var ls=async(t,e,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=r,c=a.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:d,y:h}=cs(u,n,l),y=n,g={},b=0;for(let O=0;O<c.length;O++){let{name:R,fn:N}=c[O],{x:P,y:S,data:v,reset:E}=await N({x:d,y:h,initialPlacement:n,placement:y,strategy:i,middlewareData:g,rects:u,platform:s,elements:{reference:t,floating:e}});if(d=P??d,h=S??h,g={...g,[R]:{...g[R],...v}},E&&b<=50){b++,typeof E=="object"&&(E.placement&&(y=E.placement),E.rects&&(u=E.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):E.rects),{x:d,y:h}=cs(u,y,l)),O=-1;continue}}return{x:d,y:h,placement:y,strategy:i,middlewareData:g}};async function ti(t,e){var r;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:s,elements:c,strategy:l}=t,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:y=!1,padding:g=0}=ho(e,t),b=ss(g),R=c[y?h==="floating"?"reference":"floating":h],N=Ct(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(R)))==null||r?R:R.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:u,rootBoundary:d,strategy:l})),P=h==="floating"?{...s.floating,x:n,y:i}:s.reference,S=await(a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating)),v=await(a.isElement==null?void 0:a.isElement(S))?await(a.getScale==null?void 0:a.getScale(S))||{x:1,y:1}:{x:1,y:1},E=Ct(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:P,offsetParent:S,strategy:l}):P);return{top:(N.top-E.top+b.top)/v.y,bottom:(E.bottom-N.bottom+b.bottom)/v.y,left:(N.left-E.left+b.left)/v.x,right:(E.right-N.right+b.right)/v.x}}function kp(t,e,r){return(t?[...r.filter(i=>tt(i)===t),...r.filter(i=>tt(i)!==t)]:r.filter(i=>Ht(i)===i)).filter(i=>t?tt(i)===t||(e?as(i)!==i:!1):!0)}var ri=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,n,i;let{rects:a,middlewareData:s,placement:c,platform:l,elements:u}=e,{crossAxis:d=!1,alignment:h,allowedPlacements:y=Yn,autoAlignment:g=!0,...b}=ho(t,e),O=h!==void 0||y===Yn?kp(h||null,g,y):y,R=await ti(e,b),N=((r=s.autoPlacement)==null?void 0:r.index)||0,P=O[N];if(P==null)return{};let S=is(P,a,await(l.isRTL==null?void 0:l.isRTL(u.floating)));if(c!==P)return{reset:{placement:O[0]}};let v=[R[Ht(P)],R[S[0]],R[S[1]]],E=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:P,overflows:v}],$=O[N+1];if($)return{data:{index:N+1,overflows:E},reset:{placement:$}};let k=E.map(m=>{let x=tt(m.placement);return[m.placement,x&&d?m.overflows.slice(0,2).reduce((A,U)=>A+U,0):m.overflows[0],m.overflows]}).sort((m,x)=>m[1]-x[1]),F=((i=k.filter(m=>m[2].slice(0,tt(m[0])?2:3).every(x=>x<=0))[0])==null?void 0:i[0])||k[0][0];return F!==c?{data:{index:N+1,overflows:E},reset:{placement:F}}:{}}}};var oi=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:s=!1,limiter:c={fn:R=>{let{x:N,y:P}=R;return{x:N,y:P}}},...l}=ho(t,e),u={x:r,y:n},d=await ti(e,l),h=mo(Ht(i)),y=Jn(h),g=u[y],b=u[h];if(a){let R=y==="y"?"top":"left",N=y==="y"?"bottom":"right",P=g+d[R],S=g-d[N];g=Xn(P,g,S)}if(s){let R=h==="y"?"top":"left",N=h==="y"?"bottom":"right",P=b+d[R],S=b-d[N];b=Xn(P,b,S)}let O=c.fn({...e,[y]:g,[h]:b});return{...O,data:{x:O.x-r,y:O.y-n}}}}};function je(t){return us(t)?(t.nodeName||"").toLowerCase():"#document"}function le(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Ve(t){var e;return(e=(us(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function us(t){return t instanceof Node||t instanceof le(t).Node}function Le(t){return t instanceof Element||t instanceof le(t).Element}function Ce(t){return t instanceof HTMLElement||t instanceof le(t).HTMLElement}function ps(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof le(t).ShadowRoot}function zt(t){let{overflow:e,overflowX:r,overflowY:n,display:i}=ye(t);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function ds(t){return["table","td","th"].includes(je(t))}function go(t){let e=bo(),r=ye(t);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function fs(t){let e=wt(t);for(;Ce(e)&&!Cr(e);){if(go(e))return e;e=wt(e)}return null}function bo(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Cr(t){return["html","body","#document"].includes(je(t))}function ye(t){return le(t).getComputedStyle(t)}function wr(t){return Le(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function wt(t){if(je(t)==="html")return t;let e=t.assignedSlot||t.parentNode||ps(t)&&t.host||Ve(t);return ps(e)?e.host:e}function hs(t){let e=wt(t);return Cr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Ce(e)&&zt(e)?e:hs(e)}function yo(t,e,r){var n;e===void 0&&(e=[]),r===void 0&&(r=!0);let i=hs(t),a=i===((n=t.ownerDocument)==null?void 0:n.body),s=le(i);return a?e.concat(s,s.visualViewport||[],zt(i)?i:[],s.frameElement&&r?yo(s.frameElement):[]):e.concat(i,yo(i,[],r))}function gs(t){let e=ye(t),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=Ce(t),a=i?t.offsetWidth:r,s=i?t.offsetHeight:n,c=Er(r)!==a||Er(n)!==s;return c&&(r=a,n=s),{width:r,height:n,$:c}}function bs(t){return Le(t)?t:t.contextElement}function jt(t){let e=bs(t);if(!Ce(e))return ze(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=gs(e),s=(a?Er(r.width):r.width)/n,c=(a?Er(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Mp=ze(0);function xs(t){let e=le(t);return!bo()||!e.visualViewport?Mp:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Up(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==le(t)?!1:e}function Ar(t,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=t.getBoundingClientRect(),a=bs(t),s=ze(1);e&&(n?Le(n)&&(s=jt(n)):s=jt(t));let c=Up(a,r,n)?xs(a):ze(0),l=(i.left+c.x)/s.x,u=(i.top+c.y)/s.y,d=i.width/s.x,h=i.height/s.y;if(a){let y=le(a),g=n&&Le(n)?le(n):n,b=y.frameElement;for(;b&&n&&g!==y;){let O=jt(b),R=b.getBoundingClientRect(),N=ye(b),P=R.left+(b.clientLeft+parseFloat(N.paddingLeft))*O.x,S=R.top+(b.clientTop+parseFloat(N.paddingTop))*O.y;l*=O.x,u*=O.y,d*=O.x,h*=O.y,l+=P,u+=S,b=le(b).frameElement}}return Ct({width:d,height:h,x:l,y:u})}function Dp(t){let{rect:e,offsetParent:r,strategy:n}=t,i=Ce(r),a=Ve(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},c=ze(1),l=ze(0);if((i||!i&&n!=="fixed")&&((je(r)!=="body"||zt(a))&&(s=wr(r)),Ce(r))){let u=Ar(r);c=jt(r),l.x=u.x+r.clientLeft,l.y=u.y+r.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-s.scrollLeft*c.x+l.x,y:e.y*c.y-s.scrollTop*c.y+l.y}}function Bp(t){return Array.from(t.getClientRects())}function vs(t){return Ar(Ve(t)).left+wr(t).scrollLeft}function Fp(t){let e=Ve(t),r=wr(t),n=t.ownerDocument.body,i=et(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=et(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+vs(t),c=-r.scrollTop;return ye(n).direction==="rtl"&&(s+=et(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function Wp(t,e){let r=le(t),n=Ve(t),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,l=0;if(i){a=i.width,s=i.height;let u=bo();(!u||u&&e==="fixed")&&(c=i.offsetLeft,l=i.offsetTop)}return{width:a,height:s,x:c,y:l}}function Hp(t,e){let r=Ar(t,!0,e==="fixed"),n=r.top+t.clientTop,i=r.left+t.clientLeft,a=Ce(t)?jt(t):ze(1),s=t.clientWidth*a.x,c=t.clientHeight*a.y,l=i*a.x,u=n*a.y;return{width:s,height:c,x:l,y:u}}function ms(t,e,r){let n;if(e==="viewport")n=Wp(t,r);else if(e==="document")n=Fp(Ve(t));else if(Le(e))n=Hp(e,r);else{let i=xs(t);n={...e,x:e.x-i.x,y:e.y-i.y}}return Ct(n)}function Ss(t,e){let r=wt(t);return r===e||!Le(r)||Cr(r)?!1:ye(r).position==="fixed"||Ss(r,e)}function zp(t,e){let r=e.get(t);if(r)return r;let n=yo(t,[],!1).filter(c=>Le(c)&&je(c)!=="body"),i=null,a=ye(t).position==="fixed",s=a?wt(t):t;for(;Le(s)&&!Cr(s);){let c=ye(s),l=go(s);!l&&c.position==="fixed"&&(i=null),(a?!l&&!i:!l&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||zt(s)&&!l&&Ss(t,s))?n=n.filter(d=>d!==s):i=c,s=wt(s)}return e.set(t,n),n}function jp(t){let{element:e,boundary:r,rootBoundary:n,strategy:i}=t,s=[...r==="clippingAncestors"?zp(e,this._c):[].concat(r),n],c=s[0],l=s.reduce((u,d)=>{let h=ms(e,d,i);return u.top=et(h.top,u.top),u.right=Or(h.right,u.right),u.bottom=Or(h.bottom,u.bottom),u.left=et(h.left,u.left),u},ms(e,c,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function Vp(t){return gs(t)}function Kp(t,e,r){let n=Ce(e),i=Ve(e),a=r==="fixed",s=Ar(t,!0,a,e),c={scrollLeft:0,scrollTop:0},l=ze(0);if(n||!n&&!a)if((je(e)!=="body"||zt(i))&&(c=wr(e)),n){let u=Ar(e,!0,a,e);l.x=u.x+e.clientLeft,l.y=u.y+e.clientTop}else i&&(l.x=vs(i));return{x:s.left+c.scrollLeft-l.x,y:s.top+c.scrollTop-l.y,width:s.width,height:s.height}}function ys(t,e){return!Ce(t)||ye(t).position==="fixed"?null:e?e(t):t.offsetParent}function Os(t,e){let r=le(t);if(!Ce(t))return r;let n=ys(t,e);for(;n&&ds(n)&&ye(n).position==="static";)n=ys(n,e);return n&&(je(n)==="html"||je(n)==="body"&&ye(n).position==="static"&&!go(n))?r:n||fs(t)||r}var Gp=async function(t){let{reference:e,floating:r,strategy:n}=t,i=this.getOffsetParent||Os,a=this.getDimensions;return{reference:Kp(e,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function Zp(t){return ye(t).direction==="rtl"}var xo={convertOffsetParentRelativeRectToViewportRelativeRect:Dp,getDocumentElement:Ve,getClippingRect:jp,getOffsetParent:Os,getElementRects:Gp,getClientRects:Bp,getDimensions:Vp,getScale:jt,isElement:Le,isRTL:Zp};var Es=(t,e,r)=>{let n=new Map,i={platform:xo,...r},a={...i.platform,_c:n};return ls(t,e,{...i,platform:a})};function Cs(t){return qp(t)}function ni(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function qp(t){for(let e=t;e;e=ni(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=ni(t);e;e=ni(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||e.tagName==="BODY"))return e}return null}async function ii(t,e,r){return Es(t,e,{platform:{...xo,getOffsetParent:n=>xo.getOffsetParent(n,Cs)},middleware:[oi({crossAxis:!0}),ri({allowedPlacements:[r]})]})}var li={};z(li,{FtLitElement:()=>V});var si={};z(si,{ScopedRegistryLitElement:()=>Rr});var vo=window,Yp=vo.ShadowRoot&&(vo.ShadyCSS===void 0||vo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,my=Symbol();var ws=(t,e)=>{Yp?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{let n=document.createElement("style"),i=vo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})};var Rr=class extends We{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return ws(n,e.elementStyles),n}};var ci=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ns,As=Symbol("constructorPrototype"),Rs=Symbol("constructorName"),_s=Symbol("exportpartsDebouncer"),V=class extends Rr{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[Ns]=new ce(5),this[Rs]=this.constructor.name,this[As]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Rs]&&Object.setPrototypeOf(this,this[As])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(e){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",e)}}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var r,n,i;if(this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((r=this.customStylesheet)!==null&&r!==void 0?r:"")}catch(a){console.error(a,this.customStylesheet)}}else if(((i=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(a=>a.remove()),this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var e,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[_s].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var r,n,i,a,s,c;let l=y=>y!=null&&y.trim().length>0,u=e.filter(l).map(y=>y.trim());if(u.length===0){this.removeAttribute("exportparts");return}let d=new Set;for(let y of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let g=(a=(i=y.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],b=(c=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(O=>O.split(":")[1]))!==null&&c!==void 0?c:[];new Array(...g,...b).filter(l).map(O=>O.trim()).forEach(O=>d.add(O))}if(d.size===0){this.removeAttribute("exportparts");return}let h=[...d.values()].flatMap(y=>u.map(g=>`${y}:${g}--${y}`));this.setAttribute("exportparts",[...this.part,...h].join(", "))}};Ns=_s;ci([w()],V.prototype,"exportpartsPrefix",void 0);ci([Ie([])],V.prototype,"exportpartsPrefixes",void 0);ci([w()],V.prototype,"customStylesheet",void 0);var Ps={};var fi={};z(fi,{highlightHtml:()=>di,highlightHtmlColorCssVariable:()=>Ts,highlightHtmlStyles:()=>Jp});var At=class t{constructor(e,r=!0,n=[],i=5e3){this.ctx=e,this.iframes=r,this.exclude=n,this.iframesTimeout=i}static matches(e,r){let n=typeof r=="string"?[r]:r,i=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(i){let a=!1;return n.every(s=>i.call(e,s)?(a=!0,!1):!0),a}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(n=>{let i=r.filter(a=>a.contains(n)).length>0;r.indexOf(n)===-1&&!i&&r.push(n)}),r}getIframeContents(e,r,n=()=>{}){let i;try{let a=e.contentWindow;if(i=a.document,!a||!i)throw new Error("iframe inaccessible")}catch{n()}i&&r(i)}isIframeBlank(e){let r="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&n!==r&&n}observeIframeLoad(e,r,n){let i=!1,a=null,s=()=>{if(!i){i=!0,clearTimeout(a);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,n))}catch{n()}}};e.addEventListener("load",s),a=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,n){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,n):this.getIframeContents(e,r,n):this.observeIframeLoad(e,r,n)}catch{n()}}waitForIframes(e,r){let n=0;this.forEachIframe(e,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||r()})},i=>{i||r()})}forEachIframe(e,r,n,i=()=>{}){let a=e.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);let l=()=>{--s<=0&&i(c)};s||l(),a.forEach(u=>{t.matches(u,this.exclude)?l():this.onIframeReady(u,d=>{r(u)&&(c++,n(d)),l()},l)})}createIterator(e,r,n){return document.createNodeIterator(e,r,n,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,n){let i=e.compareDocumentPosition(n),a=Node.DOCUMENT_POSITION_PRECEDING;if(i&a)if(r!==null){let s=r.compareDocumentPosition(n),c=Node.DOCUMENT_POSITION_FOLLOWING;if(s&c)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),n;return r===null?n=e.nextNode():n=e.nextNode()&&e.nextNode(),{prevNode:r,node:n}}checkIframeFilter(e,r,n,i){let a=!1,s=!1;return i.forEach((c,l)=>{c.val===n&&(a=l,s=c.handled)}),this.compareNodeIframe(e,r,n)?(a===!1&&!s?i.push({val:n,handled:!0}):a!==!1&&!s&&(i[a].handled=!0),!0):(a===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(e,r,n,i){e.forEach(a=>{a.handled||this.getIframeContents(a.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,n,i)})})}iterateThroughNodes(e,r,n,i,a){let s=this.createIterator(r,e,i),c=[],l=[],u,d,h=()=>({prevNode:d,node:u}=this.getIteratorNode(s),u);for(;h();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(u,d,y,c),y=>{this.createInstanceOnIframe(y).forEachNode(e,g=>l.push(g),i)}),l.push(u);l.forEach(y=>{n(y)}),this.iframes&&this.handleOpenIframes(c,e,n,i),a()}forEachNode(e,r,n,i=()=>{}){let a=this.getContexts(),s=a.length;s||i(),a.forEach(c=>{let l=()=>{this.iterateThroughNodes(e,c,r,n,()=>{--s<=0&&i()})};this.iframes?this.waitForIframes(c,l):l()})}};var Nr=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new At(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[r]=="function"&&n[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let a in r)if(r.hasOwnProperty(a)){let s=r[a],c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(a):this.escapeStr(a),l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);c!==""&&l!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(c)}|${this.escapeStr(l)})`,`gm${n}`),i+`(${this.processSynomyms(c)}|${this.processSynomyms(l)})`+i))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,n,i)=>{let a=i.charAt(n+1);return/[(|)\\]/.test(a)||a===""?r:r+"\0"})}createJoinersRegExp(e){let r=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&r.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){let r=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],i=[];return e.split("").forEach(a=>{n.every(s=>{if(s.indexOf(a)!==-1){if(i.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),i.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,a=typeof n=="string"?[]:n.limiters,s="";switch(a.forEach(c=>{s+=`|${this.escapeStr(c)}`}),i){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&r.indexOf(i)===-1&&r.push(i)}):n.trim()&&r.indexOf(n)===-1&&r.push(n)}),{keywords:r.sort((n,i)=>i.length-n.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],n=0;return e.sort((i,a)=>i.start-a.start).forEach(i=>{let{start:a,end:s,valid:c}=this.callNoMatchOnInvalidRanges(i,n);c&&(i.start=a,i.length=s-a,r.push(i),n=s)}),r}callNoMatchOnInvalidRanges(e,r){let n,i,a=!1;return e&&typeof e.start<"u"?(n=parseInt(e.start,10),i=n+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&i-r>0&&i-n>0?a=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:n,end:i,valid:a}}checkWhitespaceRanges(e,r,n){let i,a=!0,s=n.length,c=r-s,l=parseInt(e.start,10)-c;return l=l>s?s:l,i=l+parseInt(e.length,10),i>s&&(i=s,this.log(`End range automatically set to the max value of ${s}`)),l<0||i-l<0||l>s||i>s?(a=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):n.substring(l,i).replace(/\s+/g,"")===""&&(a=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:l,end:i,valid:a}}getTextNodes(e){let r="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:r.length,end:(r+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:n})})}matchesExclude(e){return At.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,n){let i=this.opt.element?this.opt.element:"mark",a=e.splitText(r),s=a.splitText(n-r),c=document.createElement(i);return c.setAttribute("data-markjs","true"),this.opt.className&&c.setAttribute("class",this.opt.className),c.textContent=a.textContent,a.parentNode.replaceChild(c,a),s}wrapRangeInMappedTextNode(e,r,n,i,a){e.nodes.every((s,c)=>{let l=e.nodes[c+1];if(typeof l>"u"||l.start>r){if(!i(s.node))return!1;let u=r-s.start,d=(n>s.end?s.end:n)-s.start,h=e.value.substr(0,s.start),y=e.value.substr(d+s.start);if(s.node=this.wrapRangeInTextNode(s.node,u,d),e.value=h+y,e.nodes.forEach((g,b)=>{b>=c&&(e.nodes[b].start>0&&b!==c&&(e.nodes[b].start-=d),e.nodes[b].end-=d)}),n-=d,a(s.node.previousSibling,s.start),n>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(c=>{c.nodes.forEach(l=>{l=l.node;let u;for(;(u=e.exec(l.textContent))!==null&&u[s]!=="";){if(!n(u[s],l))continue;let d=u.index;if(s!==0)for(let h=1;h<s;h++)d+=u[h].length;l=this.wrapRangeInTextNode(l,d,d+u[s].length),i(l.previousSibling),e.lastIndex=0}}),a()})}wrapMatchesAcrossElements(e,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(c=>{let l;for(;(l=e.exec(c.value))!==null&&l[s]!=="";){let u=l.index;if(s!==0)for(let h=1;h<s;h++)u+=l[h].length;let d=u+l[s].length;this.wrapRangeInMappedTextNode(c,u,d,h=>n(l[s],h),(h,y)=>{e.lastIndex=y,i(h)})}a()})}wrapRangeFromIndex(e,r,n,i){this.getTextNodes(a=>{let s=a.value.length;e.forEach((c,l)=>{let{start:u,end:d,valid:h}=this.checkWhitespaceRanges(c,s,a.value);h&&this.wrapRangeInMappedTextNode(a,u,d,y=>r(y,c,a.value.substring(u,d),l),y=>{n(y,c)})}),i()})}unwrapMatches(e){let r=e.parentNode,n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));r.replaceChild(n,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let n=0,i="wrapMatches",a=s=>{n++,this.opt.each(s)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](e,this.opt.ignoreGroups,(s,c)=>this.opt.filter(c,s,n),a,()=>{n===0&&this.opt.noMatch(e),this.opt.done(n)})}mark(e,r){this.opt=r;let n=0,i="wrapMatches",{keywords:a,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),c=this.opt.caseSensitive?"":"i",l=u=>{let d=new RegExp(this.createRegExp(u),`gm${c}`),h=0;this.log(`Searching with expression "${d}"`),this[i](d,1,(y,g)=>this.opt.filter(g,u,n,h),y=>{h++,n++,this.opt.each(y)},()=>{h===0&&this.opt.noMatch(u),a[s-1]===u?this.opt.done(n):l(a[a.indexOf(u)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),s===0?this.opt.done(n):l(a[0])}markRanges(e,r){this.opt=r;let n=0,i=this.checkRanges(e);i&&i.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(i)),this.wrapRangeFromIndex(i,(a,s,c,l)=>this.opt.filter(a,s,c,l),(a,s)=>{n++,this.opt.each(a,s)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(e){this.opt=e;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let i=At.matches(n,r),a=this.matchesExclude(n);return!i||a?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function pi(t){let e=new Nr(t);return this.mark=(r,n)=>(e.mark(r,n),this),this.markRegExp=(r,n)=>(e.markRegExp(r,n),this),this.markRanges=(r,n)=>(e.markRanges(r,n),this),this.unmark=r=>(e.unmark(r),this),this}var Xp=pi,Ts=o.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Jp=I`
|
|
141
7
|
.highlight-html-match {
|
|
142
|
-
background: ${
|
|
8
|
+
background: ${Ts};
|
|
143
9
|
}
|
|
144
|
-
`,
|
|
10
|
+
`,ui={className:"highlight-html-match"};function di(t,e){var r;let n=t.getAttribute("data-highlight-html-query");if((n??"")!==(e??"")){let i=new Xp(t);i.unmark(ui),e&&e.trim()&&(i.mark(e.replace(/"[^"]+"/g,""),{...ui,separateWordSearch:!0}),((r=e.match(/"[^"]+"/g))!==null&&r!==void 0?r:[]).forEach(s=>i.mark(s.replace(/"/g,""),{...ui,separateWordSearch:!1})))}t.setAttribute("data-highlight-html-query",e??"")}var mi={};z(mi,{noTextSelect:()=>_r,safariEllipsisFix:()=>Pr,wordWrap:()=>hi});var _r=I`
|
|
145
11
|
.ft-no-text-select {
|
|
146
12
|
-webkit-touch-callout: none;
|
|
147
13
|
-webkit-user-select: none;
|
|
@@ -150,7 +16,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
150
16
|
-ms-user-select: none;
|
|
151
17
|
user-select: none;
|
|
152
18
|
}
|
|
153
|
-
`,
|
|
19
|
+
`,hi=I`
|
|
154
20
|
.ft-word-wrap {
|
|
155
21
|
white-space: normal;
|
|
156
22
|
word-wrap: break-word;
|
|
@@ -162,7 +28,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
162
28
|
-webkit-hyphens: auto;
|
|
163
29
|
hyphens: auto
|
|
164
30
|
}
|
|
165
|
-
`,
|
|
31
|
+
`,Pr=I`
|
|
166
32
|
.ft-safari-ellipsis-fix {
|
|
167
33
|
margin-right: 0;
|
|
168
34
|
|
|
@@ -173,7 +39,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
173
39
|
display: inline-block;
|
|
174
40
|
width: 0;
|
|
175
41
|
}
|
|
176
|
-
`;var Qi=Object.freeze({__proto__:null,noTextSelect:Yi,safariEllipsisFix:Xi,wordWrap:Ji}),tn=Object.freeze({__proto__:null});class en{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let i=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>i=i.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),i}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}var on=Object.freeze({__proto__:null,ParametrizedLabelResolver:en});const rn=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!uo(t,e),attribute:!1,...e};Se(i)(t,o);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}};class nn{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function an(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var sn,ln,cn;const fn=Symbol("internalReduxEventsUnsubscribers"),pn=Symbol("internalStoresUnsubscribers"),un=Symbol("internalStores");class dn extends ji{constructor(){super(...arguments),this[sn]=new Map,this[ln]=new Map,this[cn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[un].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[un].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[un].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:an(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[un].delete(e)}setupStore(t,e){this[un].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[un].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[pn].has(t.store):this[pn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[pn].set(t,e.subscribe((()=>this.updateFromStores()))),an(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[fn].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[pn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[fn].forEach((t=>t())),this[fn]=[]}unsubscribeFromStore(t){this[pn].has(t)&&this[pn].get(t)(),this[pn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function hn(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function gn(t){return!!t&&!!t[ea]}function yn(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===oa}(t)||Array.isArray(t)||!!t[ta]||!!(null===(e=t.constructor)||void 0===e?void 0:e[ta])||wn(t)||Sn(t))}function bn(t,e,o){void 0===o&&(o=!1),0===mn(t)?(o?Object.keys:ra)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function mn(t){var e=t[ea];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:wn(t)?2:Sn(t)?3:0}function vn(t,e){return 2===mn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function xn(t,e,o){var r=mn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function On(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function wn(t){return Yn&&t instanceof Map}function Sn(t){return Jn&&t instanceof Set}function Cn(t){return t.o||t.t}function Nn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=ia(t);delete e[ea];for(var o=ra(e),r=0;r<o.length;r++){var i=o[r],n=e[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(e[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function En(t,e){return void 0===e&&(e=!1),In(t)||gn(t)||!yn(t)||(mn(t)>1&&(t.set=t.add=t.clear=t.delete=Rn),Object.freeze(t),e&&bn(t,(function(t,e){return En(e,!0)}),!0)),t}function Rn(){hn(2)}function In(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function $n(t){var e=na[t];return e||hn(18,t),e}function kn(){return Vn}function Un(t,e){e&&($n("Patches"),t.u=[],t.s=[],t.v=e)}function Ln(t){Wn(t),t.p.forEach(Bn),t.p=null}function Wn(t){t===Vn&&(Vn=t.l)}function An(t){return Vn={p:[],l:Vn,h:t,m:!0,_:0}}function Bn(t){var e=t[ea];0===e.i||1===e.i?e.j():e.g=!0}function zn(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||$n("ES5").S(e,t,r),r?(o[ea].P&&(Ln(e),hn(4)),yn(t)&&(t=Fn(e,t),e.l||Pn(e,t)),e.u&&$n("Patches").M(o[ea].t,t,e.u,e.s)):t=Fn(e,o,[]),Ln(e),e.u&&e.v(e.u,e.s),t!==Qn?t:void 0}function Fn(t,e,o){if(In(e))return e;var r=e[ea];if(!r)return bn(e,(function(i,n){return _n(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Pn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=Nn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),bn(n,(function(e,n){return _n(t,r,i,e,n,o,a)})),Pn(t,i,!1),o&&t.u&&$n("Patches").N(r,o,t.u,t.s)}return r.o}function _n(t,e,o,r,i,n,a){if(gn(i)){var s=Fn(t,i,n&&e&&3!==e.i&&!vn(e.R,r)?n.concat(r):void 0);if(xn(o,r,s),!gn(s))return;t.m=!1}else a&&o.add(i);if(yn(i)&&!In(i)){if(!t.h.D&&t._<1)return;Fn(t,i),e&&e.A.l||Pn(t,i)}}function Pn(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&En(e,o)}function jn(t,e){var o=t[ea];return(o?Cn(o):t)[e]}function Mn(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function Dn(t){t.P||(t.P=!0,t.l&&Dn(t.l))}function Kn(t){t.o||(t.o=Nn(t.t))}function Tn(t,e,o){var r=wn(e)?$n("MapSet").F(e,o):Sn(e)?$n("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:kn(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=aa;o&&(i=[r],n=sa);var a=Proxy.revocable(i,n),s=a.revoke,l=a.proxy;return r.k=l,r.j=s,l}(e,o):$n("ES5").J(e,o);return(o?o.A:kn()).p.push(r),r}function Zn(t){return gn(t)||hn(22,t),function t(e){if(!yn(e))return e;var o,r=e[ea],i=mn(e);if(r){if(!r.P&&(r.i<4||!$n("ES5").K(r)))return r.t;r.I=!0,o=Hn(e,i),r.I=!1}else o=Hn(e,i);return bn(o,(function(e,i){r&&function(t,e){return 2===mn(t)?t.get(e):t[e]}(r.t,e)===i||xn(o,e,t(i))})),3===i?new Set(o):o}(t)}function Hn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Nn(t)}sn=pn,ln=un,cn=fn,dn.reduxProperties=new Map,dn.reduxReactiveProperties=new Set,dn.reduxEventListeners=new Map;var Gn,Vn,qn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Yn="undefined"!=typeof Map,Jn="undefined"!=typeof Set,Xn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Qn=qn?Symbol.for("immer-nothing"):((Gn={})["immer-nothing"]=!0,Gn),ta=qn?Symbol.for("immer-draftable"):"__$immer_draftable",ea=qn?Symbol.for("immer-state"):"__$immer_state",oa=""+Object.prototype.constructor,ra="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,ia=Object.getOwnPropertyDescriptors||function(t){var e={};return ra(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},na={},aa={get:function(t,e){if(e===ea)return t;var o=Cn(t);if(!vn(o,e))return function(t,e,o){var r,i=Mn(e,o);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!yn(r)?r:r===jn(t.t,e)?(Kn(t),t.o[e]=Tn(t.A.h,r,t)):r},has:function(t,e){return e in Cn(t)},ownKeys:function(t){return Reflect.ownKeys(Cn(t))},set:function(t,e,o){var r=Mn(Cn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=jn(Cn(t),e),n=null==i?void 0:i[ea];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(On(o,i)&&(void 0!==o||vn(t.t,e)))return!0;Kn(t),Dn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==jn(t.t,e)||e in t.t?(t.R[e]=!1,Kn(t),Dn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=Cn(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){hn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){hn(12)}},sa={};bn(aa,(function(t,e){sa[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),sa.deleteProperty=function(t,e){return sa.set.call(this,t,e,void 0)},sa.set=function(t,e,o){return aa.set.call(this,t[0],e,o,t[0])};var la=function(){function t(t){var e=this;this.O=Xn,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var i=o;o=t;var n=e;return function(t){var e=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&hn(6),void 0!==r&&"function"!=typeof r&&hn(7),yn(t)){var s=An(e),l=Tn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?Ln(s):Wn(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Un(s,r),zn(t,s)}),(function(t){throw Ln(s),t})):(Un(s,r),zn(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Qn&&(a=void 0),e.D&&En(a,!0),r){var f=[],p=[];$n("Patches").M(t,a,f,p),r(f,p)}return a}hn(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(i))}))};var r,i,n=e.produce(t,o,(function(t,e){r=t,i=e}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var e=t.prototype;return e.createDraft=function(t){yn(t)||hn(8),gn(t)&&(t=Zn(t));var e=An(this),o=Tn(this,t,void 0);return o[ea].C=!0,Wn(e),o},e.finishDraft=function(t,e){var o=(t&&t[ea]).A;return Un(o,e),zn(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Xn&&hn(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var i=$n("Patches").$;return gn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),ca=new la,fa=ca.produce;function pa(t){return pa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},pa(t)}function ua(t){var e=function(t,e){if("object"!==pa(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==pa(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===pa(e)?e:String(e)}function da(t,e,o){return(e=ua(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function ha(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ga(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?ha(Object(o),!0).forEach((function(e){da(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):ha(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function ya(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}ca.produceWithPatches.bind(ca),ca.setAutoFreeze.bind(ca),ca.setUseProxies.bind(ca),ca.applyPatches.bind(ca),ca.createDraft.bind(ca),ca.finishDraft.bind(ca);var ba="function"==typeof Symbol&&Symbol.observable||"@@observable",ma=function(){return Math.random().toString(36).substring(7).split("").join(".")},va={INIT:"@@redux/INIT"+ma(),REPLACE:"@@redux/REPLACE"+ma(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ma()}};function xa(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ya(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ya(1));return o(xa)(t,e)}if("function"!=typeof t)throw new Error(ya(2));var i=t,n=e,a=[],s=a,l=!1;function c(){s===a&&(s=a.slice())}function f(){if(l)throw new Error(ya(3));return n}function p(t){if("function"!=typeof t)throw new Error(ya(4));if(l)throw new Error(ya(5));var e=!0;return c(),s.push(t),function(){if(e){if(l)throw new Error(ya(6));e=!1,c();var o=s.indexOf(t);s.splice(o,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(ya(7));if(void 0===t.type)throw new Error(ya(8));if(l)throw new Error(ya(9));try{l=!0,n=i(n,t)}finally{l=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:va.INIT}),(r={dispatch:u,subscribe:p,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ya(10));i=t,u({type:va.REPLACE})}})[ba]=function(){var t,e=p;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ya(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[ba]=function(){return this},t},r}function Oa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var i=e[r];"function"==typeof t[i]&&(o[i]=t[i])}var n,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:va.INIT}))throw new Error(ya(12));if(void 0===o(void 0,{type:va.PROBE_UNKNOWN_ACTION()}))throw new Error(ya(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var l=a[s],c=o[l],f=t[l],p=c(f,e);if(void 0===p)throw e&&e.type,new Error(ya(14));i[l]=p,r=r||p!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function wa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function Sa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(ya(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=wa.apply(void 0,n)(o.dispatch),ga(ga({},o),{},{dispatch:r})}}}function Ca(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(i){return"function"==typeof i?i(o,r,t):e(i)}}}}var Na=Ca();Na.withExtraArgument=Ca;var Ea,Ra=Na,Ia=(Ea=function(t,e){return Ea=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},Ea(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}Ea(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),$a=function(t,e){var o,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){return function(n){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},ka=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},Ua=Object.defineProperty,La=Object.defineProperties,Wa=Object.getOwnPropertyDescriptors,Aa=Object.getOwnPropertySymbols,Ba=Object.prototype.hasOwnProperty,za=Object.prototype.propertyIsEnumerable,Fa=function(t,e,o){return e in t?Ua(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},_a=function(t,e){for(var o in e||(e={}))Ba.call(e,o)&&Fa(t,o,e[o]);if(Aa)for(var r=0,i=Aa(e);r<i.length;r++){o=i[r];za.call(e,o)&&Fa(t,o,e[o])}return t},Pa=function(t,e){return La(t,Wa(e))},ja="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?wa:wa.apply(null,arguments)};var Ma=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Ia(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,ka([void 0],t[0].concat(this)))):new(e.bind.apply(e,ka([void 0],t.concat(this))))},e}(Array),Da=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Ia(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,ka([void 0],t[0].concat(this)))):new(e.bind.apply(e,ka([void 0],t.concat(this))))},e}(Array);function Ka(t){return yn(t)?fa(t,(function(){})):t}function Ta(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new Ma;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Ra.withExtraArgument(o.extraArgument)):r.push(Ra));return r}(t)}}function Za(t){var e,o=Ta(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,l=r.devTools,c=void 0===l||l,f=r.preloadedState,p=void 0===f?void 0:f,u=r.enhancers,d=void 0===u?void 0:u;if("function"==typeof n)e=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=Oa(n)}var h=s;"function"==typeof h&&(h=h(o));var g=Sa.apply(void 0,h),y=wa;c&&(y=ja(_a({trace:!1},"object"==typeof c&&c)));var b=new Da(g),m=b;return Array.isArray(d)?m=ka([g],d):"function"==typeof d&&(m=d(b)),xa(e,p,y.apply(void 0,m))}function Ha(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return _a(_a({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ga(t){var e,o={},r=[],i={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,i},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),i},addDefaultCase:function(t){return e=t,i}};return t(i),[o,r,e]}function Va(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:Ka(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},l={};function c(){var e="function"==typeof t.extraReducers?Ga(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,l=e[2],c=void 0===l?void 0:l,f=_a(_a({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Ga(e):[e,o,r],a=n[0],s=n[1],l=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ka(t())};else{var c=Ka(t);i=function(){return c}}function f(t,e){void 0===t&&(t=i());var o=ka([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[l]),o.reduce((function(t,o){if(o){var r;if(gn(t))return void 0===(r=o(t,e))?t:r;if(yn(t))return fa(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}c&&t.addDefaultCase(c)}))}return n.forEach((function(t){var o,r,n=i[t],c=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[c]=o,l[t]=r?Ha(c,r):Ha(c)})),{name:e,reducer:function(t,e){return o||(o=c()),o(t,e)},actions:l,caseReducers:a,getInitialState:function(){return o||(o=c()),o.getInitialState()}}}var qa=["name","message","stack","code"],Ya=function(t,e){this.payload=t,this.meta=e},Ja=function(t,e){this.payload=t,this.meta=e},Xa=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=qa;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Qa(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=Ha(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Pa(_a({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Ha(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Pa(_a({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Ha(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Xa)(t||"Rejected"),meta:Pa(_a({},n||{}),{arg:r,requestId:e,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,l,c){var f,p=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),u=new a;function d(t){f=t,u.abort()}var h=function(){return a=this,h=null,g=function(){var a,h,g,y,b,m;return $a(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:c}),null===(x=y)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return u.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),s(i(p,t,null==(h=null==o?void 0:o.getPendingMeta)?void 0:h.call(o,{requestId:p,arg:t},{getState:l,extra:c}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:l,extra:c,requestId:p,signal:u.signal,abort:d,rejectWithValue:function(t,e){return new Ya(t,e)},fulfillWithValue:function(t,e){return new Ja(t,e)}})).then((function(e){if(e instanceof Ya)throw e;return e instanceof Ja?r(e.payload,p,t,e.meta):r(e,p,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Ya?n(null,p,t,m.payload,m.meta):n(m,p,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(g)&&g.meta.condition||s(g),[2,g]}var x}))},new Promise((function(t,e){var o=function(t){try{i(g.next(t))}catch(t){e(t)}},r=function(t){try{i(g.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((g=g.apply(a,h)).next())}));var a,h,g}();return Object.assign(h,{abort:d,requestId:p,arg:t,unwrap:function(){return h.then(Qa)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var ts="listenerMiddleware";Ha(ts+"/add"),Ha(ts+"/removeAll"),Ha(ts+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[ea];return aa.get(e,t)},set:function(e){var o=this[ea];aa.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][ea];if(!i.P)switch(i.i){case 5:r(i)&&Dn(i);break;case 4:o(i)&&Dn(i)}}}function o(t){for(var e=t.t,o=t.k,r=ra(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==ea){var a=e[n];if(void 0===a&&!vn(e,n))return!0;var s=o[n],l=s&&s[ea];if(l?l.t!==a:!On(s,a))return!0}}var c=!!e[ea];return r.length!==ra(e).length+(c?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var i={};!function(t,e){na[t]||(na[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),i=function(e,o){if(e){for(var r=Array(o.length),i=0;i<o.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=ia(o);delete n[ea];for(var a=ra(n),s=0;s<a.length;s++){var l=a[s];n[l]=t(l,e||!!n[l].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:kn(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,ea,{value:n,writable:!0}),i},S:function(t,o,i){i?gn(o)&&o[ea].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[ea];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)bn(n,(function(e){e!==ea&&(void 0!==i[e]||vn(i,e)?a[e]||t(n[e]):(a[e]=!0,Dn(o)))})),bn(i,(function(t){void 0!==n[t]||vn(n,t)||(a[t]=!1,Dn(o))}));else if(5===s){if(r(o)&&(Dn(o),a.length=!0),n.length<i.length)for(var l=n.length;l<i.length;l++)a[l]=!1;else for(var c=i.length;c<n.length;c++)a[c]=!0;for(var f=Math.min(n.length,i.length),p=0;p<f;p++)n.hasOwnProperty(p)||(a[p]=!0),void 0===a[p]&&t(n[p])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class es{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[o];if(an(i))return i;if(null==r)return;const n=Va({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Za({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new es(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new nn,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,i=t[r];return i?(...t)=>{const e=i(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var os=Object.freeze({__proto__:null,FtCommandQueue:nn,FtLitElementRedux:dn,FtReduxStore:es,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))an(e)&&e.clear()},isFtReduxStore:an,redux:rn,reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var rs=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o,r,i,n;const a=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all"});if((null===(r=e.query)||void 0===r?void 0:r.length)>0&&a.append("query",e.query),e.scope&&"DEFAULT"!==e.scope&&a.append("scope",e.scope.toLowerCase()),e.virtualField&&a.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let t=e.periodFilter.period;const o=t?`_${t.from}_${t.to}`:"";a.append("period",e.periodFilter.periodType.toLowerCase()+o)}if((null===(i=e.sort)||void 0===i?void 0:i.length)>0&&"ft:lastEdition"===e.sort[0].key&&a.append("sort","last_update"),(null===(n=e.filters)||void 0===n?void 0:n.length)>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const is=Symbol("elementInternals");function ns(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[is].form}constructor(...t){super(t),this[is]=this.attachInternals(),this[is].role=e}setFormValue(t){this[is].setFormValue(t)}}}var as,ss,ls,cs,fs=Object.freeze({__proto__:null,toFtFormComponent:ns});const ps=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(ls=null===(ss=null===(as=window.safari)||void 0===as?void 0:as.pushNotification)||void 0===ss?void 0:ss.toString())&&void 0!==ls?ls:""),us="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(cs=window.ftGlobals)&&void 0!==cs?cs:{lit:ve,litDecorators:ke,litRepeat:Ke,litClassMap:Ze,litStyleMap:qe,litUnsafeHTML:Xe,wcUtils:{...io,...oo,...ao,...lo,...mo,...Sr,...Rr,...ki,...Or,...Mi,...Di,...ho,...qi,...Qi,...tn,...on,...os,...Bi,...rs,...fs,isSafari:ps,isTouchScreen:us}};const ds=xo.extend("--ft-ripple-color","",wr.colorContent),hs={color:ds,backgroundColor:xo.extend("--ft-ripple-background-color","",ds),opacityContentOnSurfacePressed:xo.external(wr.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:xo.external(wr.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:xo.external(wr.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:xo.external(wr.opacityContentOnSurfaceSelected,"Design system"),borderRadius:xo.create("--ft-ripple-border-radius","","SIZE","0px")},gs=xo.extend("--ft-ripple-color","",wr.colorPrimary),ys=gs,bs=xo.extend("--ft-ripple-background-color","",gs),ms=xo.extend("--ft-ripple-color","",wr.colorSecondary),vs=ms,xs=xo.extend("--ft-ripple-background-color","",ms),Os=ut`
|
|
42
|
+
`;var Is={};var yi={};z(yi,{ParametrizedLabelResolver:()=>Tr});var Tr=class{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var n,i;e=this.resolvePluralKey(e,r);let a=(i=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&i!==void 0?i:"";return r.forEach((s,c)=>a=a.replace(new RegExp(`\\{${c}([^}]*)\\}`,"g"),(l,u)=>this.formatValue(s,u))),a}resolvePluralKey(e,r){for(let n of r)if(typeof n=="number"){let i=`${String(e)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return e}formatValue(e,r){return e instanceof Date?this.formatDate(e,r):e??""}formatDate(e,r){let n=i=>r?.includes("date")?e.toLocaleDateString(i):r?.includes("time")?e.toLocaleTimeString(i):e.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var Hi={};z(Hi,{FtCommandQueue:()=>Ir,FtLitElementRedux:()=>$e,FtReduxStore:()=>ct,clearAllStores:()=>Uu,isFtReduxStore:()=>Rt,redux:()=>Ke,reduxEventListener:()=>eu,reduxReactive:()=>Qp});var Qp=()=>(t,e)=>{var r;let n=t.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(r=n.reduxReactiveProperties)===null||r===void 0||r.add(e)},Ke=t=>{let e=t??{};return(r,n)=>{var i;let a={hasChanged:(c,l)=>!Se(c,l),attribute:!1,...e};w(a)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:c=>c[n],store:e.store})}},eu=t=>(e,r)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(r,t)};var Ir=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};function Rt(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Ls,$s,ks,So=Symbol("internalReduxEventsUnsubscribers"),rt=Symbol("internalStoresUnsubscribers"),Nt=Symbol("internalStores"),$e=class extends V{constructor(){super(...arguments),this[Ls]=new Map,this[$s]=new Map,this[ks]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[Nt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Nt].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Nt].get(e)}addStore(e,r){var n;r=(n=r??(Rt(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,e)}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[Nt].delete(r)}setupStore(e,r){this[Nt].set(e,r),this.subscribeToStore(e,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Nt].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[rt].has(e.store):this[rt].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[rt].set(e,r.subscribe(()=>this.updateFromStores())),Rt(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let s=c=>this[a](c);r.eventBus.addEventListener(i.eventName,s),this[So].push(()=>r.eventBus.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[rt].forEach((e,r)=>this.unsubscribeFromStore(r)),this[So].forEach(e=>e()),this[So]=[]}unsubscribeFromStore(e){this[rt].has(e)&&this[rt].get(e)(),this[rt].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Ls=rt,$s=Nt,ks=So;$e.reduxProperties=new Map;$e.reduxReactiveProperties=new Set;$e.reduxEventListeners=new Map;function Oe(t){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ge(t){return!!t&&!!t[K]}function we(t){var e;return!!t&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===cu}(t)||Array.isArray(t)||!!t[Hs]||!!(!((e=t.constructor)===null||e===void 0)&&e[Hs])||wi(t)||Ai(t))}function _t(t,e,r){r===void 0&&(r=!1),Gt(t)===0?(r?Object.keys:Kt)(t).forEach(function(n){r&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,i){return e(i,n,t)})}function Gt(t){var e=t[K];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:wi(t)?2:Ai(t)?3:0}function Vt(t,e){return Gt(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function tu(t,e){return Gt(t)===2?t.get(e):t[e]}function zs(t,e,r){var n=Gt(t);n===2?t.set(e,r):n===3?t.add(r):t[e]=r}function js(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function wi(t){return au&&t instanceof Map}function Ai(t){return su&&t instanceof Set}function ot(t){return t.o||t.t}function Ri(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Gs(t);delete e[K];for(var r=Kt(e),n=0;n<r.length;n++){var i=r[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function Ni(t,e){return e===void 0&&(e=!1),_i(t)||Ge(t)||!we(t)||(Gt(t)>1&&(t.set=t.add=t.clear=t.delete=ru),Object.freeze(t),e&&_t(t,function(r,n){return Ni(n,!0)},!0)),t}function ru(){Oe(2)}function _i(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function ke(t){var e=Ci[t];return e||Oe(18,t),e}function ou(t,e){Ci[t]||(Ci[t]=e)}function Si(){return $r}function gi(t,e){e&&(ke("Patches"),t.u=[],t.s=[],t.v=e)}function Oo(t){Oi(t),t.p.forEach(nu),t.p=null}function Oi(t){t===$r&&($r=t.l)}function Ms(t){return $r={p:[],l:$r,h:t,m:!0,_:0}}function nu(t){var e=t[K];e.i===0||e.i===1?e.j():e.g=!0}function bi(t,e){e._=e.p.length;var r=e.p[0],n=t!==void 0&&t!==r;return e.h.O||ke("ES5").S(e,t,n),n?(r[K].P&&(Oo(e),Oe(4)),we(t)&&(t=Eo(e,t),e.l||Co(e,t)),e.u&&ke("Patches").M(r[K].t,t,e.u,e.s)):t=Eo(e,r,[]),Oo(e),e.u&&e.v(e.u,e.s),t!==Ks?t:void 0}function Eo(t,e,r){if(_i(e))return e;var n=e[K];if(!n)return _t(e,function(c,l){return Us(t,n,e,c,l,r)},!0),e;if(n.A!==t)return e;if(!n.P)return Co(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Ri(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),_t(a,function(c,l){return Us(t,n,i,c,l,r,s)}),Co(t,i,!1),r&&t.u&&ke("Patches").N(n,r,t.u,t.s)}return n.o}function Us(t,e,r,n,i,a,s){if(Ge(i)){var c=Eo(t,i,a&&e&&e.i!==3&&!Vt(e.R,n)?a.concat(n):void 0);if(zs(r,n,c),!Ge(c))return;t.m=!1}else s&&r.add(i);if(we(i)&&!_i(i)){if(!t.h.D&&t._<1)return;Eo(t,i),e&&e.A.l||Co(t,i)}}function Co(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&Ni(e,r)}function xi(t,e){var r=t[K];return(r?ot(r):t)[e]}function Ds(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function nt(t){t.P||(t.P=!0,t.l&&nt(t.l))}function vi(t){t.o||(t.o=Ri(t.t))}function Ei(t,e,r){var n=wi(e)?ke("MapSet").F(e,r):Ai(e)?ke("MapSet").T(e,r):t.O?function(i,a){var s=Array.isArray(i),c={i:s?1:0,A:a?a.A:Si(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},l=c,u=kr;s&&(l=[c],u=Lr);var d=Proxy.revocable(l,u),h=d.revoke,y=d.proxy;return c.k=y,c.j=h,y}(e,r):ke("ES5").J(e,r);return(r?r.A:Si()).p.push(n),n}function iu(t){return Ge(t)||Oe(22,t),function e(r){if(!we(r))return r;var n,i=r[K],a=Gt(r);if(i){if(!i.P&&(i.i<4||!ke("ES5").K(i)))return i.t;i.I=!0,n=Bs(r,a),i.I=!1}else n=Bs(r,a);return _t(n,function(s,c){i&&tu(i.t,s)===c||zs(n,s,e(c))}),a===3?new Set(n):n}(t)}function Bs(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Ri(t)}function Vs(){function t(s,c){var l=a[s];return l?l.enumerable=c:a[s]=l={configurable:!0,enumerable:c,get:function(){var u=this[K];return kr.get(u,s)},set:function(u){var d=this[K];kr.set(d,s,u)}},l}function e(s){for(var c=s.length-1;c>=0;c--){var l=s[c][K];if(!l.P)switch(l.i){case 5:n(l)&&nt(l);break;case 4:r(l)&&nt(l)}}}function r(s){for(var c=s.t,l=s.k,u=Kt(l),d=u.length-1;d>=0;d--){var h=u[d];if(h!==K){var y=c[h];if(y===void 0&&!Vt(c,h))return!0;var g=l[h],b=g&&g[K];if(b?b.t!==y:!js(g,y))return!0}}var O=!!c[K];return u.length!==Kt(c).length+(O?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(c,c.length-1);if(l&&!l.get)return!0;for(var u=0;u<c.length;u++)if(!c.hasOwnProperty(u))return!0;return!1}function i(s){s.g&&Oe(3,JSON.stringify(ot(s)))}var a={};ou("ES5",{J:function(s,c){var l=Array.isArray(s),u=function(h,y){if(h){for(var g=Array(y.length),b=0;b<y.length;b++)Object.defineProperty(g,""+b,t(b,!0));return g}var O=Gs(y);delete O[K];for(var R=Kt(O),N=0;N<R.length;N++){var P=R[N];O[P]=t(P,h||!!O[P].enumerable)}return Object.create(Object.getPrototypeOf(y),O)}(l,s),d={i:l?5:4,A:c?c.A:Si(),P:!1,I:!1,R:{},l:c,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,K,{value:d,writable:!0}),u},S:function(s,c,l){l?Ge(c)&&c[K].A===s&&e(s.p):(s.u&&function u(d){if(d&&typeof d=="object"){var h=d[K];if(h){var y=h.t,g=h.k,b=h.R,O=h.i;if(O===4)_t(g,function(v){v!==K&&(y[v]!==void 0||Vt(y,v)?b[v]||u(g[v]):(b[v]=!0,nt(h)))}),_t(y,function(v){g[v]!==void 0||Vt(g,v)||(b[v]=!1,nt(h))});else if(O===5){if(n(h)&&(nt(h),b.length=!0),g.length<y.length)for(var R=g.length;R<y.length;R++)b[R]=!1;else for(var N=y.length;N<g.length;N++)b[N]=!0;for(var P=Math.min(g.length,y.length),S=0;S<P;S++)g.hasOwnProperty(S)||(b[S]=!0),b[S]===void 0&&u(g[S])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Fs,$r,Pi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",au=typeof Map<"u",su=typeof Set<"u",Ws=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ks=Pi?Symbol.for("immer-nothing"):((Fs={})["immer-nothing"]=!0,Fs),Hs=Pi?Symbol.for("immer-draftable"):"__$immer_draftable",K=Pi?Symbol.for("immer-state"):"__$immer_state";var cu=""+Object.prototype.constructor,Kt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Gs=Object.getOwnPropertyDescriptors||function(t){var e={};return Kt(t).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)}),e},Ci={},kr={get:function(t,e){if(e===K)return t;var r=ot(t);if(!Vt(r,e))return function(i,a,s){var c,l=Ds(a,s);return l?"value"in l?l.value:(c=l.get)===null||c===void 0?void 0:c.call(i.k):void 0}(t,r,e);var n=r[e];return t.I||!we(n)?n:n===xi(t.t,e)?(vi(t),t.o[e]=Ei(t.A.h,n,t)):n},has:function(t,e){return e in ot(t)},ownKeys:function(t){return Reflect.ownKeys(ot(t))},set:function(t,e,r){var n=Ds(ot(t),e);if(n?.set)return n.set.call(t.k,r),!0;if(!t.P){var i=xi(ot(t),e),a=i?.[K];if(a&&a.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(js(r,i)&&(r!==void 0||Vt(t.t,e)))return!0;vi(t),nt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return xi(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,vi(t),nt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=ot(t),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){Oe(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Oe(12)}},Lr={};_t(kr,function(t,e){Lr[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Lr.deleteProperty=function(t,e){return Lr.set.call(this,t,e,void 0)},Lr.set=function(t,e,r){return kr.set.call(this,t[0],e,r,t[0])};var lu=function(){function t(r){var n=this;this.O=Ws,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var c=a;a=i;var l=n;return function(O){var R=this;O===void 0&&(O=c);for(var N=arguments.length,P=Array(N>1?N-1:0),S=1;S<N;S++)P[S-1]=arguments[S];return l.produce(O,function(v){var E;return(E=a).call.apply(E,[R,v].concat(P))})}}var u;if(typeof a!="function"&&Oe(6),s!==void 0&&typeof s!="function"&&Oe(7),we(i)){var d=Ms(n),h=Ei(n,i,void 0),y=!0;try{u=a(h),y=!1}finally{y?Oo(d):Oi(d)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(O){return gi(d,s),bi(O,d)},function(O){throw Oo(d),O}):(gi(d,s),bi(u,d))}if(!i||typeof i!="object"){if((u=a(i))===void 0&&(u=i),u===Ks&&(u=void 0),n.D&&Ni(u,!0),s){var g=[],b=[];ke("Patches").M(i,u,g,b),s(g,b)}return u}Oe(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(u){for(var d=arguments.length,h=Array(d>1?d-1:0),y=1;y<d;y++)h[y-1]=arguments[y];return n.produceWithPatches(u,function(g){return i.apply(void 0,[g].concat(h))})};var s,c,l=n.produce(i,a,function(u,d){s=u,c=d});return typeof Promise<"u"&&l instanceof Promise?l.then(function(u){return[u,s,c]}):[l,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){we(r)||Oe(8),Ge(r)&&(r=iu(r));var n=Ms(this),i=Ei(this,r,void 0);return i[K].C=!0,Oi(n),i},e.finishDraft=function(r,n){var i=r&&r[K],a=i.A;return gi(a,n),bi(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!Ws&&Oe(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var s=ke("Patches").$;return Ge(r)?s(r,n):this.produce(r,function(c){return s(c,n)})},t}(),ge=new lu,pu=ge.produce,Fy=ge.produceWithPatches.bind(ge),Wy=ge.setAutoFreeze.bind(ge),Hy=ge.setUseProxies.bind(ge),zy=ge.applyPatches.bind(ge),jy=ge.createDraft.bind(ge),Vy=ge.finishDraft.bind(ge),wo=pu;function it(t){"@babel/helpers - typeof";return it=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},it(t)}function Ti(t,e){if(it(t)!=="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(it(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ii(t){var e=Ti(t,"string");return it(e)==="symbol"?e:String(e)}function Li(t,e,r){return e=Ii(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Zs(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Ao(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Zs(Object(r),!0).forEach(function(n){Li(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Zs(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function ae(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. "}var qs=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),$i=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ro={INIT:"@@redux/INIT"+$i(),REPLACE:"@@redux/REPLACE"+$i(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+$i()}};function uu(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function ki(t,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(ae(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(ae(1));return r(ki)(t,e)}if(typeof t!="function")throw new Error(ae(2));var i=t,a=e,s=[],c=s,l=!1;function u(){c===s&&(c=s.slice())}function d(){if(l)throw new Error(ae(3));return a}function h(O){if(typeof O!="function")throw new Error(ae(4));if(l)throw new Error(ae(5));var R=!0;return u(),c.push(O),function(){if(R){if(l)throw new Error(ae(6));R=!1,u();var P=c.indexOf(O);c.splice(P,1),s=null}}}function y(O){if(!uu(O))throw new Error(ae(7));if(typeof O.type>"u")throw new Error(ae(8));if(l)throw new Error(ae(9));try{l=!0,a=i(a,O)}finally{l=!1}for(var R=s=c,N=0;N<R.length;N++){var P=R[N];P()}return O}function g(O){if(typeof O!="function")throw new Error(ae(10));i=O,y({type:Ro.REPLACE})}function b(){var O,R=h;return O={subscribe:function(P){if(typeof P!="object"||P===null)throw new Error(ae(11));function S(){P.next&&P.next(d())}S();var v=R(S);return{unsubscribe:v}}},O[qs]=function(){return this},O}return y({type:Ro.INIT}),n={dispatch:y,subscribe:h,getState:d,replaceReducer:g},n[qs]=b,n}function du(t){Object.keys(t).forEach(function(e){var r=t[e],n=r(void 0,{type:Ro.INIT});if(typeof n>"u")throw new Error(ae(12));if(typeof r(void 0,{type:Ro.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ae(13))})}function Ys(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++){var i=e[n];typeof t[i]=="function"&&(r[i]=t[i])}var a=Object.keys(r),s,c;try{du(r)}catch(l){c=l}return function(u,d){if(u===void 0&&(u={}),c)throw c;if(0)var h;for(var y=!1,g={},b=0;b<a.length;b++){var O=a[b],R=r[O],N=u[O],P=R(N,d);if(typeof P>"u"){var S=d&&d.type;throw new Error(ae(14))}g[O]=P,y=y||P!==N}return y=y||a.length!==Object.keys(u).length,y?g:u}}function Zt(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Xs(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(ae(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},c=e.map(function(l){return l(s)});return a=Zt.apply(void 0,c)(i.dispatch),Ao(Ao({},i),{},{dispatch:a})}}}function Js(t){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(c){return typeof c=="function"?c(i,a,t):s(c)}}};return e}var Qs=Js();Qs.withExtraArgument=Js;var Mi=Qs;var nc=function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),fu=function(t,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(u){return function(d){return l([u,d])}}function l(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,i=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){r.label=u[1];break}if(u[0]===6&&r.label<a[1]){r.label=a[1],a=u;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(u);break}a[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(d){u=[6,d],i=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},qt=function(t,e){for(var r=0,n=e.length,i=t.length;r<n;r++,i++)t[i]=e[r];return t},hu=Object.defineProperty,mu=Object.defineProperties,yu=Object.getOwnPropertyDescriptors,ec=Object.getOwnPropertySymbols,gu=Object.prototype.hasOwnProperty,bu=Object.prototype.propertyIsEnumerable,tc=function(t,e,r){return e in t?hu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},at=function(t,e){for(var r in e||(e={}))gu.call(e,r)&&tc(t,r,e[r]);if(ec)for(var n=0,i=ec(e);n<i.length;n++){var r=i[n];bu.call(e,r)&&tc(t,r,e[r])}return t},Ui=function(t,e){return mu(t,yu(e))},xu=function(t,e,r){return new Promise(function(n,i){var a=function(l){try{c(r.next(l))}catch(u){i(u)}},s=function(l){try{c(r.throw(l))}catch(u){i(u)}},c=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(a,s)};c((r=r.apply(t,e)).next())})};var vu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Zt:Zt.apply(null,arguments)},lg=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Su(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Ou=function(t){nc(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,qt([void 0],r[0].concat(this)))):new(e.bind.apply(e,qt([void 0],r.concat(this))))},e}(Array),Eu=function(t){nc(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,qt([void 0],r[0].concat(this)))):new(e.bind.apply(e,qt([void 0],r.concat(this))))},e}(Array);function Fi(t){return we(t)?wo(t,function(){}):t}function Cu(t){return typeof t=="boolean"}function wu(){return function(e){return Au(e)}}function Au(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,a=t.serializableCheck,s=a===void 0?!0:a,c=new Ou;if(r&&(Cu(r)?c.push(Mi):c.push(Mi.withExtraArgument(r.extraArgument))),0){if(i)var l;if(s)var u}return c}var Di=!0;function ic(t){var e=wu(),r=t||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,s=a===void 0?e():a,c=r.devTools,l=c===void 0?!0:c,u=r.preloadedState,d=u===void 0?void 0:u,h=r.enhancers,y=h===void 0?void 0:h,g;if(typeof i=="function")g=i;else if(Su(i))g=Ys(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var b=s;if(typeof b=="function"&&(b=b(e),!Di&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Di&&b.some(function(v){return typeof v!="function"}))throw new Error("each middleware provided to configureStore must be a function");var O=Xs.apply(void 0,b),R=Zt;l&&(R=vu(at({trace:!Di},typeof l=="object"&&l)));var N=new Eu(O),P=N;Array.isArray(y)?P=qt([O],y):typeof y=="function"&&(P=y(N));var S=R.apply(void 0,P);return ki(g,d,S)}function st(t,e){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return at(at({type:t,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:t,payload:n[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(n){return n.type===t},r}function ac(t){var e={},r=[],n,i={addCase:function(a,s){var c=typeof a=="string"?a:a.type;if(c in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[c]=s,i},addMatcher:function(a,s){return r.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return t(i),[e,r,n]}function Ru(t){return typeof t=="function"}function Nu(t,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?ac(e):[e,r,n],a=i[0],s=i[1],c=i[2],l;if(Ru(t))l=function(){return Fi(t())};else{var u=Fi(t);l=function(){return u}}function d(h,y){h===void 0&&(h=l());var g=qt([a[y.type]],s.filter(function(b){var O=b.matcher;return O(y)}).map(function(b){var O=b.reducer;return O}));return g.filter(function(b){return!!b}).length===0&&(g=[c]),g.reduce(function(b,O){if(O)if(Ge(b)){var R=b,N=O(R,y);return N===void 0?b:N}else{if(we(b))return wo(b,function(P){return O(P,y)});var N=O(b,y);if(N===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return N}return b},h)}return d.getInitialState=l,d}function _u(t,e){return t+"/"+e}function sc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:Fi(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};i.forEach(function(d){var h=n[d],y=_u(e,d),g,b;"reducer"in h?(g=h.reducer,b=h.prepare):g=h,a[d]=g,s[y]=g,c[d]=b?st(y,b):st(y)});function l(){var d=typeof t.extraReducers=="function"?ac(t.extraReducers):[t.extraReducers],h=d[0],y=h===void 0?{}:h,g=d[1],b=g===void 0?[]:g,O=d[2],R=O===void 0?void 0:O,N=at(at({},y),s);return Nu(r,function(P){for(var S in N)P.addCase(S,N[S]);for(var v=0,E=b;v<E.length;v++){var $=E[v];P.addMatcher($.matcher,$.reducer)}R&&P.addDefaultCase(R)})}var u;return{name:e,reducer:function(d,h){return u||(u=l()),u(d,h)},actions:c,caseReducers:a,getInitialState:function(){return u||(u=l()),u.getInitialState()}}}var Pu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Tu=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=Pu[Math.random()*64|0];return e},Iu=["name","message","stack","code"],Bi=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),rc=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),Lu=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,n=Iu;r<n.length;r++){var i=n[r];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},fg=function(){function t(e,r,n){var i=st(e+"/fulfilled",function(d,h,y,g){return{payload:d,meta:Ui(at({},g||{}),{arg:y,requestId:h,requestStatus:"fulfilled"})}}),a=st(e+"/pending",function(d,h,y){return{payload:void 0,meta:Ui(at({},y||{}),{arg:h,requestId:d,requestStatus:"pending"})}}),s=st(e+"/rejected",function(d,h,y,g,b){return{payload:g,error:(n&&n.serializeError||Lu)(d||"Rejected"),meta:Ui(at({},b||{}),{arg:y,requestId:h,rejectedWithValue:!!g,requestStatus:"rejected",aborted:d?.name==="AbortError",condition:d?.name==="ConditionError"})}}),c=!1,l=typeof AbortController<"u"?AbortController:function(){function d(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return d.prototype.abort=function(){},d}();function u(d){return function(h,y,g){var b=n?.idGenerator?n.idGenerator(d):Tu(),O=new l,R,N=!1;function P(v){R=v,O.abort()}var S=function(){return xu(this,null,function(){var v,E,$,k,oe,F,m;return fu(this,function(x){switch(x.label){case 0:return x.trys.push([0,4,,5]),k=(v=n?.condition)==null?void 0:v.call(n,d,{getState:y,extra:g}),ku(k)?[4,k]:[3,2];case 1:k=x.sent(),x.label=2;case 2:if(k===!1||O.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return N=!0,oe=new Promise(function(A,U){return O.signal.addEventListener("abort",function(){return U({name:"AbortError",message:R||"Aborted"})})}),h(a(b,d,(E=n?.getPendingMeta)==null?void 0:E.call(n,{requestId:b,arg:d},{getState:y,extra:g}))),[4,Promise.race([oe,Promise.resolve(r(d,{dispatch:h,getState:y,extra:g,requestId:b,signal:O.signal,abort:P,rejectWithValue:function(A,U){return new Bi(A,U)},fulfillWithValue:function(A,U){return new rc(A,U)}})).then(function(A){if(A instanceof Bi)throw A;return A instanceof rc?i(A.payload,b,d,A.meta):i(A,b,d)})])];case 3:return $=x.sent(),[3,5];case 4:return F=x.sent(),$=F instanceof Bi?s(null,b,d,F.payload,F.meta):s(F,b,d),[3,5];case 5:return m=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,m||h($),[2,$]}})})}();return Object.assign(S,{abort:P,requestId:b,arg:d,unwrap:function(){return S.then($u)}})}}return Object.assign(u,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t}();function $u(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function ku(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var cc="listener",lc="completed",pc="cancelled",hg="task-"+pc,mg="task-"+lc,yg=cc+"-"+pc,gg=cc+"-"+lc;var Wi="listenerMiddleware";var bg=st(Wi+"/add"),xg=st(Wi+"/removeAll"),vg=st(Wi+"/remove");var oc,Sg=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(oc||(oc=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},Mu=function(t){return function(e){setTimeout(e,t)}},Og=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Mu(10);Vs();window.ftReduxStores||(window.ftReduxStores={});var ct=class t{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Rt(a))return a;if(i==null)return;let s=sc({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),c=ic({reducer:(l,u)=>u.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...l,...u.overwrites}:s.reducer(l,u)});return window.ftReduxStores[i.name]=new t(s,c)}constructor(e,r){this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Ir,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let s=i,c=n[s];return c?(...l)=>{let u=c(...l);return this.reduxStore.dispatch(u),u}:l=>{this.setState({[s]:l})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}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(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Uu(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))Rt(e)&&e.clear()}var zi={};z(zi,{serializeRequest:()=>Bu});function Du(t){return`"${t}"`}function Bu(t,e){var r,n,i,a;let s=new URLSearchParams({"content-lang":(r=e.contentLocale)!==null&&r!==void 0?r:"all"});if(((n=e.query)===null||n===void 0?void 0:n.length)>0&&s.append("query",e.query),e.scope&&e.scope!=="DEFAULT"&&s.append("scope",e.scope.toLowerCase()),e.virtualField&&s.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let l=e.periodFilter.period,u=l?`_${l.from}_${l.to}`:"";s.append("period",e.periodFilter.periodType.toLowerCase()+u)}if(((i=e.sort)===null||i===void 0?void 0:i.length)>0&&e.sort[0].key==="ft:lastEdition"&&s.append("sort","last_update"),((a=e.filters)===null||a===void 0?void 0:a.length)>0){let l=e.filters.map(u=>{let d=u.values.map(h=>h.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(h=>encodeURIComponent(Du(h))).join("_");return`${u.key}~${d}`}).join("*");s.append("filters",l)}return new URL(`${t.replace(/\/+$/,"")}/search?${s.toString()}`).href}var Vi={};z(Vi,{toFtFormComponent:()=>ji});var No=Symbol("elementInternals");function ji(t,e){class r extends t{static get formAssociated(){return!0}get form(){return this[No].form}constructor(...i){super(i),this[No]=this.attachInternals(),this[No].role=e}setFormValue(i){this[No].setFormValue(i)}}return r}var Ki,Gi,Zi,qi,Yi=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Zi=(Gi=(Ki=window.safari)===null||Ki===void 0?void 0:Ki.pushNotification)===null||Gi===void 0?void 0:Gi.toString())!==null&&Zi!==void 0?Zi:"")==="[object SafariRemoteNotification]",Fu="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(qi=window.ftGlobals)!==null&&qi!==void 0?qi:{lit:en,litDecorators:on,litRepeat:an,litClassMap:sn,litStyleMap:cn,litUnsafeHTML:pn,wcUtils:{...dn,...un,...hn,...mn,...gn,...jn,...Zn,...ai,...zn,...li,...Ps,...yn,...fi,...mi,...Is,...yi,...Hi,...si,...zi,...Vi,isSafari:Yi,isTouchScreen:Fu}};var uc=o.extend("--ft-ripple-color","",M.colorContent),B={color:uc,backgroundColor:o.extend("--ft-ripple-background-color","",uc),opacityContentOnSurfacePressed:o.external(M.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.external(M.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.external(M.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.external(M.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.create("--ft-ripple-border-radius","","SIZE","0px")},dc=o.extend("--ft-ripple-color","",M.colorPrimary),fc={color:dc,backgroundColor:o.extend("--ft-ripple-background-color","",dc)},hc=o.extend("--ft-ripple-color","",M.colorSecondary),mc={color:hc,backgroundColor:o.extend("--ft-ripple-background-color","",hc)},yc=I`
|
|
177
43
|
:host {
|
|
178
44
|
display: contents;
|
|
179
45
|
}
|
|
@@ -186,7 +52,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
186
52
|
|
|
187
53
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
188
54
|
overflow: hidden;
|
|
189
|
-
border-radius: ${
|
|
55
|
+
border-radius: ${B.borderRadius};
|
|
190
56
|
}
|
|
191
57
|
|
|
192
58
|
.ft-ripple .ft-ripple--background,
|
|
@@ -220,27 +86,27 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
220
86
|
}
|
|
221
87
|
|
|
222
88
|
.ft-ripple .ft-ripple--background {
|
|
223
|
-
background-color: ${
|
|
89
|
+
background-color: ${B.backgroundColor};
|
|
224
90
|
}
|
|
225
91
|
|
|
226
92
|
.ft-ripple .ft-ripple--effect {
|
|
227
|
-
background-color: ${
|
|
93
|
+
background-color: ${B.color};
|
|
228
94
|
}
|
|
229
95
|
|
|
230
96
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
231
|
-
background-color: ${
|
|
97
|
+
background-color: ${mc.backgroundColor};
|
|
232
98
|
}
|
|
233
99
|
|
|
234
100
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
235
|
-
background-color: ${
|
|
101
|
+
background-color: ${mc.color};
|
|
236
102
|
}
|
|
237
103
|
|
|
238
104
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
239
|
-
background-color: ${
|
|
105
|
+
background-color: ${fc.backgroundColor};
|
|
240
106
|
}
|
|
241
107
|
|
|
242
108
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
243
|
-
background-color: ${
|
|
109
|
+
background-color: ${fc.color};
|
|
244
110
|
}
|
|
245
111
|
|
|
246
112
|
.ft-ripple .ft-ripple--background {
|
|
@@ -270,126 +136,126 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
270
136
|
}
|
|
271
137
|
|
|
272
138
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
273
|
-
opacity: ${
|
|
139
|
+
opacity: ${B.opacityContentOnSurfaceHover};
|
|
274
140
|
}
|
|
275
141
|
|
|
276
142
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
277
|
-
opacity: ${
|
|
143
|
+
opacity: ${B.opacityContentOnSurfaceSelected};
|
|
278
144
|
}
|
|
279
145
|
|
|
280
146
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
281
|
-
opacity: ${
|
|
147
|
+
opacity: ${B.opacityContentOnSurfaceFocused};
|
|
282
148
|
}
|
|
283
149
|
|
|
284
150
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
285
|
-
opacity: ${
|
|
151
|
+
opacity: ${B.opacityContentOnSurfacePressed};
|
|
286
152
|
transform: translate(-50%, -50%) scale(1);
|
|
287
153
|
}
|
|
288
|
-
`;
|
|
154
|
+
`;function gc(t){let e=Sr[t];return I`
|
|
155
|
+
.ft-typography--${gt(t)} {
|
|
156
|
+
font-family: ${e.fontFamily};
|
|
157
|
+
font-size: ${e.fontSize};
|
|
158
|
+
font-weight: ${e.fontWeight};
|
|
159
|
+
letter-spacing: ${e.letterSpacing};
|
|
160
|
+
line-height: ${e.lineHeight};
|
|
161
|
+
text-transform: ${e.textCase};
|
|
162
|
+
}
|
|
163
|
+
`}var bc=o.extend("--ft-typography-font-family","",M.titleFont),Ze=o.extend("--ft-typography-font-family","",M.contentFont),T={fontFamily:Ze,fontSize:o.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Yt={fontFamily:o.extend("--ft-typography-title-font-family","",bc),fontSize:o.extend("--ft-typography-title-font-size","",T.fontSize,"20px"),fontWeight:o.extend("--ft-typography-title-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-letter-spacing","",T.letterSpacing,"0.15px"),lineHeight:o.extend("--ft-typography-title-line-height","",T.lineHeight,"1.2"),textTransform:o.extend("--ft-typography-title-text-transform","",T.textTransform,"inherit")},Xt={fontFamily:o.extend("--ft-typography-title-dense-font-family","",bc),fontSize:o.extend("--ft-typography-title-dense-font-size","",T.fontSize,"14px"),fontWeight:o.extend("--ft-typography-title-dense-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-dense-letter-spacing","",T.letterSpacing,"0.105px"),lineHeight:o.extend("--ft-typography-title-dense-line-height","",T.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-title-dense-text-transform","",T.textTransform,"inherit")},Jt={fontFamily:o.extend("--ft-typography-subtitle1-font-family","",Ze),fontSize:o.extend("--ft-typography-subtitle1-font-size","",T.fontSize,"16px"),fontWeight:o.extend("--ft-typography-subtitle1-font-weight","",T.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-subtitle1-letter-spacing","",T.letterSpacing,"0.144px"),lineHeight:o.extend("--ft-typography-subtitle1-line-height","",T.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-subtitle1-text-transform","",T.textTransform,"inherit")},Qt={fontFamily:o.extend("--ft-typography-subtitle2-font-family","",Ze),fontSize:o.extend("--ft-typography-subtitle2-font-size","",T.fontSize,"14px"),fontWeight:o.extend("--ft-typography-subtitle2-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-subtitle2-letter-spacing","",T.letterSpacing,"0.098px"),lineHeight:o.extend("--ft-typography-subtitle2-line-height","",T.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-subtitle2-text-transform","",T.textTransform,"inherit")},er={fontFamily:o.extend("--ft-typography-body1-font-family","",Ze),fontSize:o.extend("--ft-typography-body1-font-size","",T.fontSize,"16px"),fontWeight:o.extend("--ft-typography-body1-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body1-letter-spacing","",T.letterSpacing,"0.496px"),lineHeight:o.extend("--ft-typography-body1-line-height","",T.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-body1-text-transform","",T.textTransform,"inherit")},tr={fontFamily:o.extend("--ft-typography-body2-font-family","",Ze),fontSize:o.extend("--ft-typography-body2-font-size","",T.fontSize,"14px"),fontWeight:o.extend("--ft-typography-body2-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body2-letter-spacing","",T.letterSpacing,"0.252px"),lineHeight:o.extend("--ft-typography-body2-line-height","",T.lineHeight,"1.4"),textTransform:o.extend("--ft-typography-body2-text-transform","",T.textTransform,"inherit")},rr={fontFamily:o.extend("--ft-typography-caption-font-family","",Ze),fontSize:o.extend("--ft-typography-caption-font-size","",T.fontSize,"12px"),fontWeight:o.extend("--ft-typography-caption-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-caption-letter-spacing","",T.letterSpacing,"0.396px"),lineHeight:o.extend("--ft-typography-caption-line-height","",T.lineHeight,"1.33"),textTransform:o.extend("--ft-typography-caption-text-transform","",T.textTransform,"inherit")},or={fontFamily:o.extend("--ft-typography-breadcrumb-font-family","",Ze),fontSize:o.extend("--ft-typography-breadcrumb-font-size","",T.fontSize,"10px"),fontWeight:o.extend("--ft-typography-breadcrumb-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-breadcrumb-letter-spacing","",T.letterSpacing,"0.33px"),lineHeight:o.extend("--ft-typography-breadcrumb-line-height","",T.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-breadcrumb-text-transform","",T.textTransform,"inherit")},nr={fontFamily:o.extend("--ft-typography-overline-font-family","",Ze),fontSize:o.extend("--ft-typography-overline-font-size","",T.fontSize,"10px"),fontWeight:o.extend("--ft-typography-overline-font-weight","",T.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-overline-letter-spacing","",T.letterSpacing,"1.5px"),lineHeight:o.extend("--ft-typography-overline-line-height","",T.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-overline-text-transform","",T.textTransform,"uppercase")},Me={fontFamily:o.extend("--ft-typography-button-font-family","",Ze),fontSize:o.extend("--ft-typography-button-font-size","",T.fontSize,"14px"),fontWeight:o.extend("--ft-typography-button-font-weight","",T.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-button-letter-spacing","",T.letterSpacing,"1.246px"),lineHeight:o.extend("--ft-typography-button-line-height","",T.lineHeight,"1.15"),textTransform:o.extend("--ft-typography-button-text-transform","",T.textTransform,"uppercase")},xc=I`
|
|
289
164
|
.ft-typography--title {
|
|
290
|
-
font-family: ${
|
|
291
|
-
font-size: ${
|
|
292
|
-
font-weight: ${
|
|
293
|
-
letter-spacing: ${
|
|
294
|
-
line-height: ${
|
|
295
|
-
text-transform: ${
|
|
296
|
-
}
|
|
297
|
-
`,
|
|
165
|
+
font-family: ${Yt.fontFamily};
|
|
166
|
+
font-size: ${Yt.fontSize};
|
|
167
|
+
font-weight: ${Yt.fontWeight};
|
|
168
|
+
letter-spacing: ${Yt.letterSpacing};
|
|
169
|
+
line-height: ${Yt.lineHeight};
|
|
170
|
+
text-transform: ${Yt.textTransform};
|
|
171
|
+
}
|
|
172
|
+
`,vc=I`
|
|
298
173
|
.ft-typography--title-dense {
|
|
299
|
-
font-family: ${
|
|
300
|
-
font-size: ${
|
|
301
|
-
font-weight: ${
|
|
302
|
-
letter-spacing: ${
|
|
303
|
-
line-height: ${
|
|
304
|
-
text-transform: ${
|
|
305
|
-
}
|
|
306
|
-
`,
|
|
174
|
+
font-family: ${Xt.fontFamily};
|
|
175
|
+
font-size: ${Xt.fontSize};
|
|
176
|
+
font-weight: ${Xt.fontWeight};
|
|
177
|
+
letter-spacing: ${Xt.letterSpacing};
|
|
178
|
+
line-height: ${Xt.lineHeight};
|
|
179
|
+
text-transform: ${Xt.textTransform};
|
|
180
|
+
}
|
|
181
|
+
`,Sc=I`
|
|
307
182
|
.ft-typography--subtitle1 {
|
|
308
|
-
font-family: ${
|
|
309
|
-
font-size: ${
|
|
310
|
-
font-weight: ${
|
|
311
|
-
letter-spacing: ${
|
|
312
|
-
line-height: ${
|
|
313
|
-
text-transform: ${
|
|
314
|
-
}
|
|
315
|
-
|
|
183
|
+
font-family: ${Jt.fontFamily};
|
|
184
|
+
font-size: ${Jt.fontSize};
|
|
185
|
+
font-weight: ${Jt.fontWeight};
|
|
186
|
+
letter-spacing: ${Jt.letterSpacing};
|
|
187
|
+
line-height: ${Jt.lineHeight};
|
|
188
|
+
text-transform: ${Jt.textTransform};
|
|
189
|
+
}
|
|
190
|
+
`,Oc=I`
|
|
316
191
|
.ft-typography--subtitle2 {
|
|
317
|
-
font-family: ${
|
|
318
|
-
font-size: ${
|
|
319
|
-
font-weight: ${
|
|
320
|
-
letter-spacing: ${
|
|
321
|
-
line-height: ${
|
|
322
|
-
text-transform: ${
|
|
192
|
+
font-family: ${Qt.fontFamily};
|
|
193
|
+
font-size: ${Qt.fontSize};
|
|
194
|
+
font-weight: ${Qt.fontWeight};
|
|
195
|
+
letter-spacing: ${Qt.letterSpacing};
|
|
196
|
+
line-height: ${Qt.lineHeight};
|
|
197
|
+
text-transform: ${Qt.textTransform};
|
|
323
198
|
}
|
|
324
199
|
|
|
325
|
-
`,
|
|
200
|
+
`,Ec=I`
|
|
326
201
|
.ft-typography--body1 {
|
|
327
|
-
font-family: ${
|
|
328
|
-
font-size: ${
|
|
329
|
-
font-weight: ${
|
|
330
|
-
letter-spacing: ${
|
|
331
|
-
line-height: ${
|
|
332
|
-
text-transform: ${
|
|
333
|
-
}
|
|
334
|
-
`,
|
|
202
|
+
font-family: ${er.fontFamily};
|
|
203
|
+
font-size: ${er.fontSize};
|
|
204
|
+
font-weight: ${er.fontWeight};
|
|
205
|
+
letter-spacing: ${er.letterSpacing};
|
|
206
|
+
line-height: ${er.lineHeight};
|
|
207
|
+
text-transform: ${er.textTransform};
|
|
208
|
+
}
|
|
209
|
+
`,_o=I`
|
|
335
210
|
.ft-typography--body2 {
|
|
336
|
-
font-family: ${
|
|
337
|
-
font-size: ${
|
|
338
|
-
font-weight: ${
|
|
339
|
-
letter-spacing: ${
|
|
340
|
-
line-height: ${
|
|
341
|
-
text-transform: ${
|
|
342
|
-
}
|
|
343
|
-
`,
|
|
211
|
+
font-family: ${tr.fontFamily};
|
|
212
|
+
font-size: ${tr.fontSize};
|
|
213
|
+
font-weight: ${tr.fontWeight};
|
|
214
|
+
letter-spacing: ${tr.letterSpacing};
|
|
215
|
+
line-height: ${tr.lineHeight};
|
|
216
|
+
text-transform: ${tr.textTransform};
|
|
217
|
+
}
|
|
218
|
+
`,Cc=I`
|
|
344
219
|
.ft-typography--caption {
|
|
345
|
-
font-family: ${
|
|
346
|
-
font-size: ${
|
|
347
|
-
font-weight: ${
|
|
348
|
-
letter-spacing: ${
|
|
349
|
-
line-height: ${
|
|
350
|
-
text-transform: ${
|
|
351
|
-
}
|
|
352
|
-
`,
|
|
220
|
+
font-family: ${rr.fontFamily};
|
|
221
|
+
font-size: ${rr.fontSize};
|
|
222
|
+
font-weight: ${rr.fontWeight};
|
|
223
|
+
letter-spacing: ${rr.letterSpacing};
|
|
224
|
+
line-height: ${rr.lineHeight};
|
|
225
|
+
text-transform: ${rr.textTransform};
|
|
226
|
+
}
|
|
227
|
+
`,wc=I`
|
|
353
228
|
.ft-typography--breadcrumb {
|
|
354
|
-
font-family: ${
|
|
355
|
-
font-size: ${
|
|
356
|
-
font-weight: ${
|
|
357
|
-
letter-spacing: ${
|
|
358
|
-
line-height: ${
|
|
359
|
-
text-transform: ${
|
|
360
|
-
}
|
|
361
|
-
`,
|
|
229
|
+
font-family: ${or.fontFamily};
|
|
230
|
+
font-size: ${or.fontSize};
|
|
231
|
+
font-weight: ${or.fontWeight};
|
|
232
|
+
letter-spacing: ${or.letterSpacing};
|
|
233
|
+
line-height: ${or.lineHeight};
|
|
234
|
+
text-transform: ${or.textTransform};
|
|
235
|
+
}
|
|
236
|
+
`,Ac=I`
|
|
362
237
|
.ft-typography--overline {
|
|
363
|
-
font-family: ${
|
|
364
|
-
font-size: ${
|
|
365
|
-
font-weight: ${
|
|
366
|
-
letter-spacing: ${
|
|
367
|
-
line-height: ${
|
|
368
|
-
text-transform: ${
|
|
369
|
-
}
|
|
370
|
-
`,
|
|
238
|
+
font-family: ${nr.fontFamily};
|
|
239
|
+
font-size: ${nr.fontSize};
|
|
240
|
+
font-weight: ${nr.fontWeight};
|
|
241
|
+
letter-spacing: ${nr.letterSpacing};
|
|
242
|
+
line-height: ${nr.lineHeight};
|
|
243
|
+
text-transform: ${nr.textTransform};
|
|
244
|
+
}
|
|
245
|
+
`,Rc=I`
|
|
371
246
|
.ft-typography--button {
|
|
372
|
-
font-family: ${
|
|
373
|
-
font-size: ${
|
|
374
|
-
font-weight: ${
|
|
375
|
-
letter-spacing: ${
|
|
376
|
-
line-height: ${
|
|
377
|
-
text-transform: ${
|
|
378
|
-
}
|
|
379
|
-
`,
|
|
247
|
+
font-family: ${Me.fontFamily};
|
|
248
|
+
font-size: ${Me.fontSize};
|
|
249
|
+
font-weight: ${Me.fontWeight};
|
|
250
|
+
letter-spacing: ${Me.letterSpacing};
|
|
251
|
+
line-height: ${Me.lineHeight};
|
|
252
|
+
text-transform: ${Me.textTransform};
|
|
253
|
+
}
|
|
254
|
+
`,Nc=I`
|
|
380
255
|
.ft-typography {
|
|
381
256
|
vertical-align: inherit;
|
|
382
257
|
}
|
|
383
|
-
`,
|
|
384
|
-
.ft-typography--${pt(t)} {
|
|
385
|
-
font-family: ${e.fontFamily};
|
|
386
|
-
font-size: ${e.fontSize};
|
|
387
|
-
font-weight: ${e.fontWeight};
|
|
388
|
-
letter-spacing: ${e.letterSpacing};
|
|
389
|
-
line-height: ${e.lineHeight};
|
|
390
|
-
text-transform: ${e.textCase};
|
|
391
|
-
}
|
|
392
|
-
`}(t)))],_l={color:xo.extend("--ft-loader-color","",wr.colorPrimary),size:xo.create("--ft-loader-size","","SIZE","80px")},Pl=ut`
|
|
258
|
+
`,_c=[Object.keys(Sr).map(t=>gc(t))];var pe={color:o.extend("--ft-loader-color","",M.colorPrimary),size:o.create("--ft-loader-size","","SIZE","80px")},Pc=I`
|
|
393
259
|
:host {
|
|
394
260
|
line-height: 0;
|
|
395
261
|
}
|
|
@@ -398,8 +264,8 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
398
264
|
display: inline-block;
|
|
399
265
|
position: relative;
|
|
400
266
|
|
|
401
|
-
width: ${
|
|
402
|
-
height: ${
|
|
267
|
+
width: ${pe.size};
|
|
268
|
+
height: ${pe.size};
|
|
403
269
|
}
|
|
404
270
|
|
|
405
271
|
.ft-loader div {
|
|
@@ -408,7 +274,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
408
274
|
width: 25%;
|
|
409
275
|
height: 25%;
|
|
410
276
|
border-radius: 50%;
|
|
411
|
-
background: ${
|
|
277
|
+
background: ${pe.color};
|
|
412
278
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
413
279
|
}
|
|
414
280
|
|
|
@@ -455,10 +321,10 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
455
321
|
transform: translate(0, 0);
|
|
456
322
|
}
|
|
457
323
|
100% {
|
|
458
|
-
transform: translate(calc(0.35 * ${
|
|
324
|
+
transform: translate(calc(0.35 * ${pe.size}), 0);
|
|
459
325
|
}
|
|
460
326
|
}
|
|
461
|
-
|
|
327
|
+
`;var ue={size:o.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.extend("--ft-icon-fluid-topics-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.extend("--ft-icon-file-format-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.extend("--ft-icon-material-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Tc=I`
|
|
462
328
|
:host, i.ft-icon {
|
|
463
329
|
display: inline-flex;
|
|
464
330
|
align-items: center;
|
|
@@ -467,14 +333,14 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
467
333
|
}
|
|
468
334
|
|
|
469
335
|
:host {
|
|
470
|
-
width: ${
|
|
471
|
-
height: ${
|
|
336
|
+
width: ${ue.size};
|
|
337
|
+
height: ${ue.size};
|
|
472
338
|
}
|
|
473
339
|
|
|
474
340
|
i.ft-icon {
|
|
475
341
|
width: 100%;
|
|
476
342
|
height: 100%;
|
|
477
|
-
font-size: ${
|
|
343
|
+
font-size: ${ue.size};
|
|
478
344
|
line-height: 1;
|
|
479
345
|
font-weight: normal;
|
|
480
346
|
text-transform: none;
|
|
@@ -485,28 +351,28 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
485
351
|
text-rendering: auto;
|
|
486
352
|
-webkit-font-smoothing: antialiased;
|
|
487
353
|
-moz-osx-font-smoothing: grayscale;
|
|
488
|
-
vertical-align: ${
|
|
354
|
+
vertical-align: ${ue.verticalAlign};
|
|
489
355
|
}
|
|
490
356
|
|
|
491
357
|
i.ft-icon.ft-icon--fluid-topics {
|
|
492
|
-
font-family: ${
|
|
358
|
+
font-family: ${ue.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
493
359
|
|
|
494
360
|
/* Ugly fix because font is broken */
|
|
495
|
-
font-size: calc(0.75 * ${
|
|
496
|
-
line-height: ${
|
|
361
|
+
font-size: calc(0.75 * ${ue.size});
|
|
362
|
+
line-height: ${ue.size};
|
|
497
363
|
position: relative;
|
|
498
364
|
top: -4%;
|
|
499
365
|
justify-content: center;
|
|
500
366
|
}
|
|
501
367
|
|
|
502
368
|
.ft-icon--file-format {
|
|
503
|
-
font-family: ${
|
|
369
|
+
font-family: ${ue.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
504
370
|
}
|
|
505
371
|
|
|
506
372
|
.ft-icon--material {
|
|
507
|
-
font-family: ${
|
|
373
|
+
font-family: ${ue.materialFontFamily}, "Material Icons", sans-serif;
|
|
508
374
|
}
|
|
509
|
-
|
|
375
|
+
`;var Ic=o.extend("--ft-button-color","",M.colorPrimary),Z={backgroundColor:o.extend("--ft-button-background-color","",M.colorSurface),borderRadius:o.extend("--ft-button-border-radius","",M.borderRadiusL),color:Ic,fontSize:o.extend("--ft-button-font-size","",Me.fontSize),iconSize:o.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.extend("--ft-button-ripple-color","",Ic),verticalPadding:o.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.external(M.colorOpacityDisabled,"Design system")},Lc=o.extend("--ft-button-primary-color","",o.extend("--ft-button-color","",M.colorOnPrimary)),Xi={backgroundColor:o.extend("--ft-button-primary-background-color","",o.extend("--ft-button-background-color","",M.colorPrimary)),color:Lc,rippleColor:o.extend("--ft-button-primary-ripple-color","",Lc)},Ue={borderRadius:o.extend("--ft-button-dense-border-radius","",o.extend("--ft-button-border-radius","",M.borderRadiusM)),verticalPadding:o.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:o.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:o.create("--ft-button-dense-icon-padding","","SIZE","4px")},$c=[I`
|
|
510
376
|
:host {
|
|
511
377
|
display: inline-block;
|
|
512
378
|
max-width: 100%;
|
|
@@ -517,7 +383,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
517
383
|
box-shadow: 0px 0px 0px transparent;
|
|
518
384
|
border: 0px solid transparent;
|
|
519
385
|
text-shadow: 0px 0px 0px transparent;
|
|
520
|
-
font-size: ${
|
|
386
|
+
font-size: ${Z.fontSize};
|
|
521
387
|
}
|
|
522
388
|
|
|
523
389
|
button:hover {
|
|
@@ -546,31 +412,31 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
546
412
|
border: none;
|
|
547
413
|
pointer-events: auto;
|
|
548
414
|
|
|
549
|
-
--ft-button-internal-line-height: max(calc(${
|
|
550
|
-
--ft-button-internal-color: ${
|
|
551
|
-
${
|
|
552
|
-
${
|
|
415
|
+
--ft-button-internal-line-height: max(calc(${Z.fontSize} + 2px), ${Z.iconSize});
|
|
416
|
+
--ft-button-internal-color: ${Z.color};
|
|
417
|
+
${L(ue.size,Z.iconSize)};
|
|
418
|
+
${L(B.color,Z.rippleColor)};
|
|
553
419
|
|
|
554
|
-
border-radius: ${
|
|
555
|
-
padding: ${
|
|
556
|
-
background-color: ${
|
|
420
|
+
border-radius: ${Z.borderRadius};
|
|
421
|
+
padding: ${Z.verticalPadding} ${Z.horizontalPadding};
|
|
422
|
+
background-color: ${Z.backgroundColor};
|
|
557
423
|
color: var(--ft-button-internal-color);
|
|
558
424
|
-webkit-mask-image: radial-gradient(white, black);
|
|
559
425
|
}
|
|
560
426
|
|
|
561
427
|
.ft-button.ft-button--outlined {
|
|
562
428
|
border: 1px solid var(--ft-button-internal-color);
|
|
563
|
-
padding: calc(${
|
|
429
|
+
padding: calc(${Z.verticalPadding} - 1px) calc(${Z.horizontalPadding} - 1px);
|
|
564
430
|
}
|
|
565
431
|
|
|
566
432
|
.ft-button.ft-button--dense {
|
|
567
|
-
padding: ${
|
|
568
|
-
border-radius: ${
|
|
569
|
-
gap: ${
|
|
433
|
+
padding: ${Ue.verticalPadding} ${Ue.horizontalPadding};
|
|
434
|
+
border-radius: ${Ue.borderRadius};
|
|
435
|
+
gap: ${Ue.iconPadding};
|
|
570
436
|
}
|
|
571
437
|
|
|
572
438
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
573
|
-
padding: calc(${
|
|
439
|
+
padding: calc(${Ue.verticalPadding} - 1px) calc(${Ue.horizontalPadding} - 1px);
|
|
574
440
|
}
|
|
575
441
|
|
|
576
442
|
.ft-button:not([disabled]):hover {
|
|
@@ -578,22 +444,22 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
578
444
|
}
|
|
579
445
|
|
|
580
446
|
.ft-button--round {
|
|
581
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
447
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Z.verticalPadding});
|
|
582
448
|
}
|
|
583
449
|
|
|
584
450
|
.ft-button--round.ft-button--dense {
|
|
585
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
451
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ue.verticalPadding});
|
|
586
452
|
}
|
|
587
453
|
|
|
588
454
|
.ft-button[disabled] {
|
|
589
455
|
filter: grayscale(1);
|
|
590
|
-
opacity: ${
|
|
456
|
+
opacity: ${Z.opacityDisabled};
|
|
591
457
|
}
|
|
592
458
|
|
|
593
459
|
.ft-button.ft-button--primary {
|
|
594
|
-
background-color: ${
|
|
595
|
-
--ft-button-internal-color: ${
|
|
596
|
-
${
|
|
460
|
+
background-color: ${Xi.backgroundColor};
|
|
461
|
+
--ft-button-internal-color: ${Xi.color};
|
|
462
|
+
${L(B.color,Xi.rippleColor)};
|
|
597
463
|
}
|
|
598
464
|
|
|
599
465
|
.ft-button:focus {
|
|
@@ -606,68 +472,62 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
606
472
|
white-space: nowrap;
|
|
607
473
|
text-overflow: ellipsis;
|
|
608
474
|
display: block;
|
|
609
|
-
margin: 0 ${
|
|
610
|
-
${
|
|
611
|
-
${
|
|
475
|
+
margin: 0 ${Z.iconPadding};
|
|
476
|
+
${L(Me.fontSize,"1em")};
|
|
477
|
+
${L(Me.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
612
478
|
}
|
|
613
479
|
|
|
614
480
|
.ft-button--dense .ft-button--label {
|
|
615
|
-
margin: 0 ${
|
|
481
|
+
margin: 0 ${Ue.iconPadding};
|
|
616
482
|
}
|
|
617
483
|
|
|
618
484
|
.ft-button--label[hidden] {
|
|
619
485
|
display: none;
|
|
620
486
|
}
|
|
621
487
|
|
|
622
|
-
|
|
488
|
+
[part="icon"] {
|
|
623
489
|
flex-shrink: 0;
|
|
624
490
|
position: relative;
|
|
625
491
|
}
|
|
626
492
|
|
|
627
|
-
.ft-button--label[hidden] +
|
|
628
|
-
margin: 0 calc(${
|
|
629
|
-
padding: 0 ${
|
|
493
|
+
.ft-button--label[hidden] + [part="icon"] {
|
|
494
|
+
margin: 0 calc(${Z.horizontalPadding} * -1);
|
|
495
|
+
padding: 0 ${Z.verticalPadding};
|
|
630
496
|
}
|
|
631
497
|
|
|
632
|
-
.ft-button--dense .ft-button--label[hidden] +
|
|
633
|
-
margin: 0 calc(${
|
|
634
|
-
padding: 0 ${
|
|
498
|
+
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
499
|
+
margin: 0 calc(${Ue.horizontalPadding} * -1);
|
|
500
|
+
padding: 0 ${Ue.verticalPadding};
|
|
635
501
|
}
|
|
636
502
|
|
|
637
|
-
.ft-button:not(.ft-button--trailing-icon)
|
|
638
|
-
|
|
639
|
-
order: -1;
|
|
503
|
+
.ft-button:not(.ft-button--trailing-icon) [part="label"]{
|
|
504
|
+
order: 2;
|
|
640
505
|
}
|
|
641
506
|
|
|
642
507
|
ft-loader {
|
|
643
|
-
${
|
|
644
|
-
${
|
|
508
|
+
${L(pe.size,Z.iconSize)};
|
|
509
|
+
${L(pe.color,"var(--ft-button-internal-color)")};
|
|
645
510
|
}
|
|
646
|
-
`,
|
|
511
|
+
`,_r];var de=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},G=class extends V{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ce(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ce(10),this.moveRipple=e=>{var r,n;let{x:i,y:a}=this.getCoordinates(e),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return H`
|
|
647
512
|
<style>
|
|
648
513
|
.ft-ripple .ft-ripple--effect {
|
|
649
514
|
left: ${this.originX}px;
|
|
650
515
|
top: ${this.originY}px;
|
|
651
516
|
}
|
|
652
517
|
</style>
|
|
653
|
-
<div class="${
|
|
518
|
+
<div class="${Et(e)}">
|
|
654
519
|
<div class="ft-ripple--background"></div>
|
|
655
520
|
<div class="ft-ripple--effect"></div>
|
|
656
521
|
</div>
|
|
657
|
-
`}contentAvailableCallback(
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
* Copyright 2020 Google LLC
|
|
661
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
662
|
-
*/
|
|
663
|
-
const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$litStatic$:t,r:Ql}),oc=new Map,rc=(t=>(e,...o)=>{const r=o.length;let i,n;const a=[],s=[];let l,c=0,f=!1;for(;c<r;){for(l=e[c];c<r&&void 0!==(n=o[c],i=tc(n));)l+=i+e[++c],f=!0;c!==r&&s.push(n),a.push(l),c++}if(c===r&&a.push(e[r]),f){const t=a.join("$$lit$$");void 0===(e=oc.get(t))&&(a.raw=a,oc.set(t,e=a)),o=s}return t(e,...o)})(D);var ic;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(ic||(ic={}));var nc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ac extends ji{constructor(){super(...arguments),this.variant=ic.body1}render(){return this.element?rc`
|
|
664
|
-
<${ec(this.element)}
|
|
522
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>l=>{c.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",i,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",i,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,n=e,i,a;return r.x!=null?{x:i,y:a}=r:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};G.elementDefinitions={};G.styles=yc;de([w({type:Boolean})],G.prototype,"primary",void 0);de([w({type:Boolean})],G.prototype,"secondary",void 0);de([w({type:Boolean})],G.prototype,"unbounded",void 0);de([w({type:Boolean})],G.prototype,"activated",void 0);de([w({type:Boolean})],G.prototype,"selected",void 0);de([w({type:Boolean})],G.prototype,"disabled",void 0);de([ne()],G.prototype,"hovered",void 0);de([ne()],G.prototype,"focused",void 0);de([ne()],G.prototype,"pressed",void 0);de([ne()],G.prototype,"rippling",void 0);de([ne()],G.prototype,"originX",void 0);de([ne()],G.prototype,"originY",void 0);de([ie(".ft-ripple")],G.prototype,"ripple",void 0);de([ie(".ft-ripple--effect")],G.prototype,"rippleEffect",void 0);Q("ft-ripple")(G);var Mc=Symbol.for(""),Wu=t=>{if(t?.r===Mc)return t?._$litStatic$},Ji=t=>({_$litStatic$:t,r:Mc});var kc=new Map,Uc=t=>(e,...r)=>{let n=r.length,i,a,s=[],c=[],l,u=0,d=!1;for(;u<n;){for(l=e[u];u<n&&(a=r[u],(i=Wu(a))!==void 0);)l+=i+e[++u],d=!0;u!==n&&c.push(a),s.push(l),u++}if(u===n&&s.push(e[n]),d){let h=s.join("$$lit$$");(e=kc.get(h))===void 0&&(s.raw=s,kc.set(h,e=s)),r=c}return t(e,...r)},Qi=Uc(Aa),px=Uc(Ra);var Pt;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(Pt||(Pt={}));var Dc=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},be=class extends V{constructor(){super(...arguments),this.variant=Pt.body1}render(){return this.element?Qi`
|
|
523
|
+
<${Ji(this.element)}
|
|
524
|
+
part="text"
|
|
665
525
|
class="ft-typography ft-typography--${this.variant}">
|
|
666
526
|
<slot></slot>
|
|
667
|
-
</${
|
|
668
|
-
`:
|
|
669
|
-
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
670
|
-
`}}
|
|
527
|
+
</${Ji(this.element)}>
|
|
528
|
+
`:Qi`
|
|
529
|
+
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
530
|
+
`}};be.styles=[xc,vc,Sc,Oc,Ec,_o,Cc,wc,Ac,Rc,Nc,..._c];Dc([w()],be.prototype,"element",void 0);Dc([w()],be.prototype,"variant",void 0);Q("ft-typography")(be);var lt={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.external(M.borderRadiusS,"Design system"),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},Bc=I`
|
|
671
531
|
.ft-tooltip--container {
|
|
672
532
|
display: block;
|
|
673
533
|
}
|
|
@@ -682,21 +542,21 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
682
542
|
box-sizing: border-box;
|
|
683
543
|
overflow: hidden;
|
|
684
544
|
width: max-content;
|
|
685
|
-
max-width: ${
|
|
545
|
+
max-width: ${lt.maxWidth};
|
|
686
546
|
text-align: center;
|
|
687
|
-
padding: ${
|
|
688
|
-
z-index: ${
|
|
547
|
+
padding: ${lt.distance};
|
|
548
|
+
z-index: ${lt.zIndex};
|
|
689
549
|
}
|
|
690
550
|
|
|
691
551
|
.ft-tooltip--content {
|
|
692
552
|
padding: 4px 8px;
|
|
693
|
-
border-radius: ${
|
|
694
|
-
background-color: ${
|
|
695
|
-
color: ${
|
|
553
|
+
border-radius: ${lt.borderRadiusS};
|
|
554
|
+
background-color: ${lt.backgroundColor};
|
|
555
|
+
color: ${lt.color};
|
|
696
556
|
position: relative;
|
|
697
557
|
word-break: break-word;
|
|
698
558
|
}
|
|
699
|
-
`;var
|
|
559
|
+
`;var fe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},q=class extends V{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new ce,this.revealDebouncer=new ce}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return H`
|
|
700
560
|
<div part="container"
|
|
701
561
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
702
562
|
@mouseenter=${this.onHover}
|
|
@@ -714,42 +574,45 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
714
574
|
</div>
|
|
715
575
|
</div>
|
|
716
576
|
</div>
|
|
717
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",$i(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}uc.elementDefinitions={"ft-typography":ac},uc.styles=lc,pc([Se()],uc.prototype,"text",void 0),pc([Se({type:Boolean})],uc.prototype,"manual",void 0),pc([Se({type:Boolean})],uc.prototype,"inline",void 0),pc([Se({type:Number})],uc.prototype,"delay",void 0),pc([Se()],uc.prototype,"position",void 0),pc([$e()],uc.prototype,"slotNodes",void 0),pc([Re(".ft-tooltip--container")],uc.prototype,"container",void 0),pc([Re(".ft-tooltip")],uc.prototype,"tooltip",void 0),pc([Re(".ft-tooltip--content")],uc.prototype,"tooltipContent",void 0),pc([Ce()],uc.prototype,"visible",void 0),pc([Ne({passive:!0})],uc.prototype,"onTouch",null),pc([Ne({passive:!0})],uc.prototype,"onHover",null),pc([Ne({passive:!0})],uc.prototype,"onOut",null),pc([Ne({passive:!0})],uc.prototype,"onClick",null),go("ft-tooltip")(uc),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""}(cc||(cc={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(fc||(fc={}));const dc=new Map([...["abw"].map((t=>[t,fc.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,fc.AUDIO])),...["avi"].map((t=>[t,fc.AVI])),...["chm","xhs"].map((t=>[t,fc.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,fc.CODE])),...["csv"].map((t=>[t,fc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,fc.DITA])),...["epub"].map((t=>[t,fc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,fc.EXCEL])),...["flac"].map((t=>[t,fc.FLAC])),...["gif"].map((t=>[t,fc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,fc.GZIP])),...["html","htm","xhtml"].map((t=>[t,fc.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,fc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,fc.JPEG])),...["json"].map((t=>[t,fc.JSON])),...["m4a","m4p"].map((t=>[t,fc.M4A])),...["mov","qt"].map((t=>[t,fc.MOV])),...["mp3"].map((t=>[t,fc.MP3])),...["mp4","m4v"].map((t=>[t,fc.MP4])),...["ogg","oga"].map((t=>[t,fc.OGG])),...["pdf","ps"].map((t=>[t,fc.PDF])),...["png"].map((t=>[t,fc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,fc.POWERPOINT])),...["rar"].map((t=>[t,fc.RAR])),...["stp"].map((t=>[t,fc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,fc.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,fc.VIDEO])),...["wav"].map((t=>[t,fc.WAV])),...["wma"].map((t=>[t,fc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,fc.WORD])),...["xml","xsl","rdf"].map((t=>[t,fc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,fc.YAML])),...["zip"].map((t=>[t,fc.ZIP]))]),hc=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);var gc;fc.ABW,fc.AUDIO,fc.AVI,fc.CHM,fc.CODE,fc.CSV,fc.DITA,fc.EPUB,fc.EXCEL,fc.FLAC,fc.GIF,fc.GZIP,fc.HTML,fc.IMAGE,fc.JPEG,fc.JSON,fc.M4A,fc.MOV,fc.MP3,fc.MP4,fc.OGG,fc.PDF,fc.PNG,fc.POWERPOINT,fc.RAR,fc.STP,fc.TEXT,fc.UNKNOWN,fc.VIDEO,fc.WAV,fc.WMA,fc.WORD,fc.XML,fc.YAML,fc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(gc||(gc={}));var yc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class bc extends ji{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(gc).includes(this.variant)?this.variant:gc.fluid_topics,e=t!==gc.material||!!this.value;return Jt`
|
|
718
|
-
<i class="ft-icon ft-icon--${
|
|
719
|
-
${
|
|
720
|
-
<slot ?hidden=${
|
|
577
|
+
`}updated(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ii(this.slottedElement,this.tooltip,this.position).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${r}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",e=>{e.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(e,r){return Math.max(e,Math.min(0,-r))}};q.elementDefinitions={"ft-typography":be};q.styles=Bc;fe([w()],q.prototype,"text",void 0);fe([w({type:Boolean})],q.prototype,"manual",void 0);fe([w({type:Boolean})],q.prototype,"inline",void 0);fe([w({type:Number})],q.prototype,"delay",void 0);fe([w()],q.prototype,"position",void 0);fe([rn()],q.prototype,"slotNodes",void 0);fe([ie(".ft-tooltip--container")],q.prototype,"container",void 0);fe([ie(".ft-tooltip")],q.prototype,"tooltip",void 0);fe([ie(".ft-tooltip--content")],q.prototype,"tooltipContent",void 0);fe([ne()],q.prototype,"visible",void 0);fe([Ut({passive:!0})],q.prototype,"onTouch",null);fe([Ut({passive:!0})],q.prototype,"onHover",null);fe([Ut({passive:!0})],q.prototype,"onOut",null);fe([Ut({passive:!0})],q.prototype,"onClick",null);Q("ft-tooltip")(q);var pt;(function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""})(pt||(pt={}));var C;(function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""})(C||(C={}));var ea=new Map([...["abw"].map(t=>[t,C.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,C.AUDIO]),...["avi"].map(t=>[t,C.AVI]),...["chm","xhs"].map(t=>[t,C.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,C.CODE]),...["csv"].map(t=>[t,C.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,C.DITA]),...["epub"].map(t=>[t,C.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,C.EXCEL]),...["flac"].map(t=>[t,C.FLAC]),...["gif"].map(t=>[t,C.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,C.GZIP]),...["html","htm","xhtml"].map(t=>[t,C.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,C.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,C.JPEG]),...["json"].map(t=>[t,C.JSON]),...["m4a","m4p"].map(t=>[t,C.M4A]),...["mov","qt"].map(t=>[t,C.MOV]),...["mp3"].map(t=>[t,C.MP3]),...["mp4","m4v"].map(t=>[t,C.MP4]),...["ogg","oga"].map(t=>[t,C.OGG]),...["pdf","ps"].map(t=>[t,C.PDF]),...["png"].map(t=>[t,C.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,C.POWERPOINT]),...["rar"].map(t=>[t,C.RAR]),...["stp"].map(t=>[t,C.STP]),...["txt","rtf","md","mdown"].map(t=>[t,C.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,C.VIDEO]),...["wav"].map(t=>[t,C.WAV]),...["wma"].map(t=>[t,C.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,C.WORD]),...["xml","xsl","rdf"].map(t=>[t,C.XML]),...["yaml","yml","x-yaml"].map(t=>[t,C.YAML]),...["zip"].map(t=>[t,C.ZIP])]),Hu=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function Fc(t,e){var r,n,i,a;t=(t??"").toLowerCase(),e=(e??"").toLowerCase();let[s,c]=(((r=Hu.get(t))!==null&&r!==void 0?r:t)+"/").split("/");return(a=(i=(n=ea.get(c))!==null&&n!==void 0?n:ea.get(e))!==null&&i!==void 0?i:ea.get(s))!==null&&a!==void 0?a:C.UNKNOWN}var zx={[C.ABW]:"#91ABC6",[C.AUDIO]:"#1795E3",[C.AVI]:"#E63324",[C.CHM]:"#71C3EB",[C.CODE]:"#71C3EB",[C.CSV]:"#1F7345",[C.DITA]:"#71C3EB",[C.EPUB]:"#85B926",[C.EXCEL]:"#1F7345",[C.FLAC]:"#1795E3",[C.GIF]:"#59B031",[C.GZIP]:"#F8AB36",[C.HTML]:"#71C3EB",[C.IMAGE]:"#59B031",[C.JPEG]:"#59B031",[C.JSON]:"#71C3EB",[C.M4A]:"#1795E3",[C.MOV]:"#E63324",[C.MP3]:"#1795E3",[C.MP4]:"#E63324",[C.OGG]:"#1795E3",[C.PDF]:"#E44948",[C.PNG]:"#59B031",[C.POWERPOINT]:"#B54A2B",[C.RAR]:"#F8AB36",[C.STP]:"#3764B1",[C.TEXT]:"#3162AB",[C.UNKNOWN]:"#999999",[C.VIDEO]:"#E63324",[C.WAV]:"#1795E3",[C.WMA]:"#1795E3",[C.WORD]:"#3162AB",[C.XML]:"#71C3EB",[C.YAML]:"#71C3EB",[C.ZIP]:"#F8AB36"};var Ae;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(Ae||(Ae={}));var Po=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},he=class extends V{constructor(){super(...arguments),this.resolvedIcon=j}render(){let e=this.variant&&Object.values(Ae).includes(this.variant)?this.variant:Ae.fluid_topics,r=e!==Ae.material||!!this.value;return H`
|
|
578
|
+
<i class="ft-icon ft-icon--${e}" part="icon icon-${e}">
|
|
579
|
+
${ln(this.resolvedIcon)}
|
|
580
|
+
<slot ?hidden=${r}></slot>
|
|
721
581
|
</i>
|
|
722
|
-
`}get textContent(){var
|
|
582
|
+
`}get textContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(e){super.update(e),["value","variant"].some(r=>e.has(r))&&this.resolveIcon()}resolveIcon(){var e,r;let n=this.value||this.textContent;switch(this.variant){case Ae.file_format:this.resolvedIcon=(e=C[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case Ae.material:this.resolvedIcon=this.value||j;break;default:this.resolvedIcon=(r=pt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};he.elementDefinitions={};he.styles=Tc;Po([w()],he.prototype,"variant",void 0);Po([w()],he.prototype,"value",void 0);Po([ne()],he.prototype,"resolvedIcon",void 0);Po([ie("slot")],he.prototype,"slottedContent",void 0);Q("ft-icon")(he);var Tt=class extends V{render(){return H`
|
|
723
583
|
<div class="ft-loader">
|
|
724
584
|
<div></div>
|
|
725
585
|
<div></div>
|
|
726
586
|
<div></div>
|
|
727
587
|
<div></div>
|
|
728
588
|
</div>
|
|
729
|
-
`}}
|
|
589
|
+
`}};Tt.styles=Pc;Q("ft-loader")(Tt);var xe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ee=class extends ji(V,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){return this.addTooltipIfNeeded(H`
|
|
730
590
|
<button part="button"
|
|
731
|
-
class="${
|
|
591
|
+
class="${Et(this.buttonClasses)}"
|
|
732
592
|
aria-label="${this.getLabel()}"
|
|
733
593
|
?disabled=${this.isDisabled()}>
|
|
734
594
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
735
595
|
<ft-typography part="label"
|
|
736
596
|
variant=${this.typographyVariant}
|
|
737
597
|
element="span"
|
|
738
|
-
class="ft-button--label ${
|
|
598
|
+
class="ft-button--label ${Yi?"ft-safari-ellipsis-fix":""}"
|
|
739
599
|
?hidden=${!this.hasTextContent()}>
|
|
740
600
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
741
601
|
</ft-typography>
|
|
742
602
|
${this.resolveIcon()}
|
|
743
603
|
</button>
|
|
744
|
-
`)}addTooltipIfNeeded(
|
|
604
|
+
`)}addTooltipIfNeeded(e){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?H`
|
|
745
605
|
<ft-tooltip part="tooltip"
|
|
746
606
|
text="${this.getLabel()}"
|
|
747
607
|
position="${this.tooltipPosition}">
|
|
748
|
-
${
|
|
608
|
+
${e}
|
|
749
609
|
</ft-tooltip>
|
|
750
|
-
`:
|
|
751
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
752
|
-
|
|
610
|
+
`:e}resolveIcon(){return this.loading?H`
|
|
611
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?H`
|
|
612
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
|
|
613
|
+
`:H`
|
|
614
|
+
<slot part="icon" name="icon"></slot>
|
|
615
|
+
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(r=>this.unslotText(r)).join(""):e?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};ee.elementDefinitions={"ft-ripple":G,"ft-tooltip":q,"ft-typography":be,"ft-icon":he,"ft-loader":Tt};xe([w({type:String,reflect:!0})],ee.prototype,"role",void 0);xe([w()],ee.prototype,"type",void 0);xe([w({type:Boolean})],ee.prototype,"disabled",void 0);xe([w()],ee.prototype,"label",void 0);xe([w()],ee.prototype,"icon",void 0);xe([w()],ee.prototype,"iconVariant",void 0);xe([w({type:Boolean})],ee.prototype,"trailingIcon",void 0);xe([w({type:Boolean})],ee.prototype,"loading",void 0);xe([w()],ee.prototype,"tooltipPosition",void 0);xe([w({type:Boolean})],ee.prototype,"hideTooltip",void 0);xe([w({type:Boolean})],ee.prototype,"forceTooltip",void 0);xe([ie(".ft-button")],ee.prototype,"button",void 0);xe([ie(".ft-button--label slot")],ee.prototype,"slottedContent",void 0);var To=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Re=class extends ee{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};Re.styles=[Pr,$c];To([w({type:Boolean})],Re.prototype,"primary",void 0);To([w({type:Boolean})],Re.prototype,"outlined",void 0);To([w({type:Boolean})],Re.prototype,"dense",void 0);To([w({type:Boolean})],Re.prototype,"round",void 0);var Wc=[I`
|
|
753
616
|
:host {
|
|
754
617
|
display: inline-block;
|
|
755
618
|
max-width: 100%;
|
|
@@ -799,7 +662,7 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
799
662
|
}
|
|
800
663
|
|
|
801
664
|
.ft-button:focus-visible {
|
|
802
|
-
outline-color: ${
|
|
665
|
+
outline-color: ${_.focusFocusRingColor};
|
|
803
666
|
outline-style: solid;
|
|
804
667
|
}
|
|
805
668
|
|
|
@@ -828,150 +691,150 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
828
691
|
/** Primary styles **/
|
|
829
692
|
|
|
830
693
|
.ft-button--primary {
|
|
831
|
-
${
|
|
694
|
+
${L(pe.color,_.primaryIconColor)};
|
|
832
695
|
|
|
833
|
-
${
|
|
834
|
-
${
|
|
835
|
-
${
|
|
836
|
-
${
|
|
837
|
-
${
|
|
696
|
+
${L(B.color,_.primaryStateLayerColor)};
|
|
697
|
+
${L(B.opacityContentOnSurfaceHover,_.primaryHoverStateLayerOpacity)};
|
|
698
|
+
${L(B.opacityContentOnSurfaceFocused,_.primaryFocusStateLayerOpacity)};
|
|
699
|
+
${L(B.opacityContentOnSurfaceSelected,_.primaryActiveStateLayerOpacity)};
|
|
700
|
+
${L(B.opacityContentOnSurfacePressed,_.primaryActiveStateLayerOpacity)};
|
|
838
701
|
|
|
839
|
-
background-color: ${
|
|
840
|
-
color: ${
|
|
702
|
+
background-color: ${_.primaryBackgroundColor};
|
|
703
|
+
color: ${_.primaryColor};
|
|
841
704
|
border-style: none;
|
|
842
705
|
}
|
|
843
706
|
|
|
844
707
|
.ft-button--primary[disabled] {
|
|
845
|
-
opacity: ${
|
|
708
|
+
opacity: ${_.primaryDisabledComponentOpacity};
|
|
846
709
|
}
|
|
847
710
|
|
|
848
711
|
.ft-button--primary ft-icon {
|
|
849
|
-
color: ${
|
|
712
|
+
color: ${_.primaryIconColor};
|
|
850
713
|
}
|
|
851
714
|
|
|
852
715
|
/** Secondary styles **/
|
|
853
716
|
|
|
854
717
|
.ft-button--secondary {
|
|
855
|
-
${
|
|
718
|
+
${L(pe.color,_.secondaryIconColor)};
|
|
856
719
|
|
|
857
|
-
${
|
|
858
|
-
${
|
|
859
|
-
${
|
|
860
|
-
${
|
|
861
|
-
${
|
|
720
|
+
${L(B.color,_.secondaryStateLayerColor)};
|
|
721
|
+
${L(B.opacityContentOnSurfaceHover,_.secondaryHoverStateLayerOpacity)};
|
|
722
|
+
${L(B.opacityContentOnSurfaceFocused,_.secondaryFocusStateLayerOpacity)};
|
|
723
|
+
${L(B.opacityContentOnSurfaceSelected,_.secondaryActiveStateLayerOpacity)};
|
|
724
|
+
${L(B.opacityContentOnSurfacePressed,_.secondaryActiveStateLayerOpacity)};
|
|
862
725
|
|
|
863
|
-
background-color: ${
|
|
864
|
-
color: ${
|
|
865
|
-
border-color: ${
|
|
726
|
+
background-color: ${_.secondaryBackgroundColor};
|
|
727
|
+
color: ${_.secondaryColor};
|
|
728
|
+
border-color: ${_.secondaryBorderColor};
|
|
866
729
|
border-style: solid;
|
|
867
730
|
}
|
|
868
731
|
|
|
869
732
|
.ft-button--secondary[disabled] {
|
|
870
|
-
opacity: ${
|
|
733
|
+
opacity: ${_.secondaryDisabledComponentOpacity};
|
|
871
734
|
}
|
|
872
735
|
|
|
873
736
|
.ft-button--secondary ft-icon {
|
|
874
|
-
color: ${
|
|
737
|
+
color: ${_.secondaryIconColor};
|
|
875
738
|
}
|
|
876
739
|
|
|
877
740
|
/** Tertiary styles **/
|
|
878
741
|
|
|
879
742
|
.ft-button--tertiary {
|
|
880
|
-
${
|
|
743
|
+
${L(pe.color,_.tertiaryIconColor)};
|
|
881
744
|
|
|
882
|
-
${
|
|
883
|
-
${
|
|
884
|
-
${
|
|
885
|
-
${
|
|
886
|
-
${
|
|
745
|
+
${L(B.color,_.tertiaryStateLayerColor)};
|
|
746
|
+
${L(B.opacityContentOnSurfaceHover,_.tertiaryHoverStateLayerOpacity)};
|
|
747
|
+
${L(B.opacityContentOnSurfaceFocused,_.tertiaryFocusStateLayerOpacity)};
|
|
748
|
+
${L(B.opacityContentOnSurfaceSelected,_.tertiaryActiveStateLayerOpacity)};
|
|
749
|
+
${L(B.opacityContentOnSurfacePressed,_.tertiaryActiveStateLayerOpacity)};
|
|
887
750
|
|
|
888
|
-
background-color: ${
|
|
889
|
-
color: ${
|
|
751
|
+
background-color: ${_.tertiaryBackgroundColor};
|
|
752
|
+
color: ${_.tertiaryColor};
|
|
890
753
|
border-style: none;
|
|
891
754
|
}
|
|
892
755
|
|
|
893
756
|
.ft-button--tertiary[disabled] {
|
|
894
|
-
opacity: ${
|
|
757
|
+
opacity: ${_.tertiaryDisabledComponentOpacity};
|
|
895
758
|
}
|
|
896
759
|
|
|
897
760
|
.ft-button--tertiary ft-icon {
|
|
898
|
-
color: ${
|
|
761
|
+
color: ${_.tertiaryIconColor};
|
|
899
762
|
}
|
|
900
763
|
|
|
901
764
|
/** Neutral styles **/
|
|
902
765
|
|
|
903
766
|
.ft-button--neutral {
|
|
904
|
-
${
|
|
767
|
+
${L(pe.color,_.neutralIconColor)};
|
|
905
768
|
|
|
906
|
-
${
|
|
907
|
-
${
|
|
908
|
-
${
|
|
909
|
-
${
|
|
910
|
-
${
|
|
769
|
+
${L(B.backgroundColor,_.neutralStateLayerColor)};
|
|
770
|
+
${L(B.opacityContentOnSurfaceHover,_.neutralHoverStateLayerOpacity)};
|
|
771
|
+
${L(B.opacityContentOnSurfaceFocused,_.neutralFocusStateLayerOpacity)};
|
|
772
|
+
${L(B.opacityContentOnSurfaceSelected,_.neutralActiveStateLayerOpacity)};
|
|
773
|
+
${L(B.opacityContentOnSurfacePressed,_.neutralActiveStateLayerOpacity)};
|
|
911
774
|
|
|
912
|
-
background-color: ${
|
|
913
|
-
color: ${
|
|
775
|
+
background-color: ${_.neutralBackgroundColor};
|
|
776
|
+
color: ${_.neutralColor};
|
|
914
777
|
border-style: none;
|
|
915
778
|
}
|
|
916
779
|
|
|
917
780
|
.ft-button--neutral[disabled] {
|
|
918
|
-
opacity: ${
|
|
781
|
+
opacity: ${_.neutralDisabledComponentOpacity};
|
|
919
782
|
}
|
|
920
783
|
|
|
921
784
|
.ft-button--neutral ft-icon {
|
|
922
|
-
color: ${
|
|
785
|
+
color: ${_.neutralIconColor};
|
|
923
786
|
}
|
|
924
787
|
|
|
925
788
|
/** Large styles **/
|
|
926
789
|
|
|
927
790
|
.ft-button--large {
|
|
928
|
-
${
|
|
929
|
-
${
|
|
930
|
-
|
|
931
|
-
height: ${
|
|
932
|
-
padding: 0 ${
|
|
933
|
-
gap: ${
|
|
934
|
-
border-radius: ${
|
|
935
|
-
border-width: ${
|
|
791
|
+
${L(ue.size,_.largeIconSize)};
|
|
792
|
+
${L(pe.size,_.largeIconSize)};
|
|
793
|
+
|
|
794
|
+
height: ${_.largeHeight};
|
|
795
|
+
padding: 0 ${_.largeHorizontalPadding};
|
|
796
|
+
gap: ${_.largeGap};
|
|
797
|
+
border-radius: ${_.largeBorderRadius};
|
|
798
|
+
border-width: ${_.largeBorderWidth};
|
|
936
799
|
}
|
|
937
800
|
|
|
938
801
|
.ft-button--large:focus-visible {
|
|
939
|
-
outline-width: ${
|
|
940
|
-
outline-offset: ${
|
|
802
|
+
outline-width: ${_.largeFocusOutlineWidth};
|
|
803
|
+
outline-offset: ${_.largeFocusOutlineOffset};
|
|
941
804
|
}
|
|
942
805
|
|
|
943
806
|
.ft-button--large.ft-button--icon-only {
|
|
944
|
-
width: ${
|
|
807
|
+
width: ${_.largeIconOnlyWidth};
|
|
945
808
|
padding: unset;
|
|
946
809
|
}
|
|
947
810
|
|
|
948
811
|
/** Small styles **/
|
|
949
812
|
|
|
950
813
|
.ft-button--small {
|
|
951
|
-
${
|
|
952
|
-
${
|
|
953
|
-
|
|
954
|
-
height: ${
|
|
955
|
-
padding: 0 ${
|
|
956
|
-
gap: ${
|
|
957
|
-
border-radius: ${
|
|
958
|
-
border-width: ${
|
|
814
|
+
${L(ue.size,_.smallIconSize)};
|
|
815
|
+
${L(pe.size,_.smallIconSize)};
|
|
816
|
+
|
|
817
|
+
height: ${_.smallHeight};
|
|
818
|
+
padding: 0 ${_.smallHorizontalPadding};
|
|
819
|
+
gap: ${_.smallGap};
|
|
820
|
+
border-radius: ${_.smallBorderRadius};
|
|
821
|
+
border-width: ${_.smallBorderWidth};
|
|
959
822
|
}
|
|
960
823
|
|
|
961
824
|
.ft-button--small:focus-visible {
|
|
962
|
-
outline-width: ${
|
|
963
|
-
outline-offset: ${
|
|
825
|
+
outline-width: ${_.smallFocusOutlineWidth};
|
|
826
|
+
outline-offset: ${_.smallFocusOutlineOffset};
|
|
964
827
|
}
|
|
965
828
|
|
|
966
829
|
.ft-button--small.ft-button--icon-only {
|
|
967
|
-
width: ${
|
|
830
|
+
width: ${_.smallIconOnlyWidth};
|
|
968
831
|
padding: unset;
|
|
969
832
|
}
|
|
970
|
-
`,
|
|
833
|
+
`,_r];var Mr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},De=class extends ee{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?Pt.caption1medium:Pt.body2medium}};De.styles=[Pr,Wc];Mr([w({type:Boolean})],De.prototype,"primary",void 0);Mr([w({type:Boolean})],De.prototype,"secondary",void 0);Mr([w({type:Boolean})],De.prototype,"tertiary",void 0);Mr([w({type:Boolean})],De.prototype,"neutral",void 0);Mr([w({type:Boolean})],De.prototype,"small",void 0);Q("ft-button")(Re);Q("ftds-button")(De);var te={height:o.create("--ft-search-input-height","","SIZE","38px"),borderRadius:o.extend("--ft-search-input-border-radius","",M.borderRadiusS),desktopFiltersHeight:o.create("--ft-search-input-desktop-filters-height","","SIZE","350px"),floatingZIndex:o.create("--ft-search-input-floating-components-z-index","","NUMBER","3"),colorSurface:o.extend("--ft-search-input-background-color","",M.colorSurface),colorOnSurface:o.extend("--ft-search-input-color","",M.colorOnSurface),colorOnSurfaceMedium:o.extend("--ft-search-input-placeholder-color","",M.colorOnSurfaceMedium),colorOutline:o.extend("--ft-search-input-outline-color","",M.colorOutline),elevation02:o.extend("--ft-search-input-elevation","",M.elevation02),focusOutlineColor:o.extend("--ft-search-input-focused-outline-color","",M.colorPrimary),buttonColor:o.extend("--ft-search-input-button-color","",M.colorPrimary),buttonRippleColor:o.extend("--ft-search-input-button-ripple-color","",M.colorPrimary)},Hc=I`
|
|
971
834
|
* {
|
|
972
835
|
box-sizing: border-box;
|
|
973
|
-
${
|
|
974
|
-
${
|
|
836
|
+
${L(Z.color,te.buttonColor)};
|
|
837
|
+
${L(Z.rippleColor,te.buttonRippleColor)};
|
|
975
838
|
}
|
|
976
839
|
|
|
977
840
|
.ft-search-input {
|
|
@@ -979,11 +842,11 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
979
842
|
display: flex;
|
|
980
843
|
flex-direction: row;
|
|
981
844
|
align-items: center;
|
|
982
|
-
height: ${
|
|
845
|
+
height: ${te.height};
|
|
983
846
|
|
|
984
|
-
background: ${
|
|
985
|
-
border: 1px solid ${
|
|
986
|
-
border-radius: ${
|
|
847
|
+
background: ${te.colorSurface};
|
|
848
|
+
border: 1px solid ${te.colorOutline};
|
|
849
|
+
border-radius: ${te.borderRadius};
|
|
987
850
|
}
|
|
988
851
|
|
|
989
852
|
.ft-search-input--input-container {
|
|
@@ -998,11 +861,11 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
998
861
|
width: 100%;
|
|
999
862
|
display: grid;
|
|
1000
863
|
padding: 0 8px;
|
|
1001
|
-
border-radius: ${
|
|
864
|
+
border-radius: ${te.borderRadius};
|
|
1002
865
|
}
|
|
1003
866
|
|
|
1004
867
|
.ft-search-input--input-container:focus-within .ft-search-input--input-outline {
|
|
1005
|
-
outline: 2px solid ${
|
|
868
|
+
outline: 2px solid ${te.focusOutlineColor};
|
|
1006
869
|
}
|
|
1007
870
|
|
|
1008
871
|
.ft-search-input--input {
|
|
@@ -1010,12 +873,12 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1010
873
|
width: 100%;
|
|
1011
874
|
border: none;
|
|
1012
875
|
background-color: transparent;
|
|
1013
|
-
color: ${
|
|
876
|
+
color: ${te.colorOnSurface};
|
|
1014
877
|
outline: none;
|
|
1015
878
|
}
|
|
1016
879
|
|
|
1017
880
|
.ft-search-input--input::placeholder {
|
|
1018
|
-
color: ${
|
|
881
|
+
color: ${te.colorOnSurfaceMedium};
|
|
1019
882
|
}
|
|
1020
883
|
|
|
1021
884
|
.ft-search-input--actions {
|
|
@@ -1025,13 +888,13 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1025
888
|
align-items: center;
|
|
1026
889
|
height: 100%;
|
|
1027
890
|
|
|
1028
|
-
${
|
|
891
|
+
${L(lt.zIndex,`calc(${te.floatingZIndex} + 1)`)};
|
|
1029
892
|
}
|
|
1030
893
|
|
|
1031
894
|
.ft-search-input > ft-button,
|
|
1032
895
|
.ft-search-input--actions ft-button {
|
|
1033
896
|
flex-shrink: 0;
|
|
1034
|
-
${
|
|
897
|
+
${L(Z.backgroundColor,"transparent")};
|
|
1035
898
|
}
|
|
1036
899
|
|
|
1037
900
|
.ft-search-input .ft-search-input--launch-search,
|
|
@@ -1049,31 +912,31 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1049
912
|
|
|
1050
913
|
.ft-search-input--separator {
|
|
1051
914
|
height: 20px;
|
|
1052
|
-
border-right: 1px solid ${
|
|
915
|
+
border-right: 1px solid ${te.colorOutline};
|
|
1053
916
|
}
|
|
1054
|
-
`;var Ic,$c,kc,Uc,Lc,Wc,Ac,Bc,zc,Fc,_c,Pc,jc,Mc,Dc,Kc,Tc,Zc,Hc;!function(t){!function(e){var o={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(o.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function n(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function p(t){var e=new FileReader,o=f(e);return e.readAsArrayBuffer(t),o}function u(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=u(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return function(t){var e=new FileReader,o=f(e);return e.readAsText(t),o}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),r=0;r<e.length;r++)o[r]=String.fromCharCode(e[r]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var h=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,r,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),h.indexOf(r)>-1?r:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),r=o.shift().replace(/\+/g," "),i=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,r){return new Promise((function(i,n){var a=new g(t,r);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),r=o.shift().trim();if(r){var i=o.join(":").trim();e.append(r,i)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new b(r,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"W",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(Ic||(Ic={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}($c||($c={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(kc||(kc={})),function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"}(Uc||(Uc={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(Lc||(Lc={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(Wc||(Wc={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Ac||(Ac={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Bc||(Bc={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(zc||(zc={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Fc||(Fc={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(_c||(_c={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Pc||(Pc={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(jc||(jc={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Mc||(Mc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Dc||(Dc={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(Kc||(Kc={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(Tc||(Tc={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(Zc||(Zc={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(Hc||(Hc={})),Zc.PERSONAL_BOOK_SHARE_USER,Zc.PERSONAL_BOOK_USER,Zc.HTML_EXPORT_USER,Zc.PERSONAL_BOOK_USER,Zc.PDF_EXPORT_USER,Zc.PERSONAL_BOOK_USER,Zc.KHUB_ADMIN,Zc.CONTENT_PUBLISHER,Zc.ADMIN,Zc.KHUB_ADMIN,Zc.USERS_ADMIN,Zc.PORTAL_ADMIN,Zc.DEVELOPER,Zc.BETA_USER,Zc.DEBUG_USER;const Gc=ut`
|
|
1055
|
-
|
|
917
|
+
`;var bv=Sl(jc(),1);var Vc;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Vc||(Vc={}));var Kc;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Kc||(Kc={}));var Gc;(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"})(Gc||(Gc={}));var Zc;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"})(Zc||(Zc={}));var qc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(qc||(qc={}));var Yc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(Yc||(Yc={}));var Xc;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(Xc||(Xc={}));var Jc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Jc||(Jc={}));var Qc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(Qc||(Qc={}));var el;(function(t){t.ASC="ASC",t.DESC="DESC"})(el||(el={}));var tl;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(tl||(tl={}));var ta;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(ta||(ta={}));var rl;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"})(rl||(rl={}));var ol;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(ol||(ol={}));var nl;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"})(nl||(nl={}));var il;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"})(il||(il={}));var ra;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"})(ra||(ra={}));var re;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"})(re||(re={}));var al;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(al||(al={}));var hv={[re.PERSONAL_BOOK_SHARE_USER]:[re.PERSONAL_BOOK_USER],[re.HTML_EXPORT_USER]:[re.PERSONAL_BOOK_USER],[re.PDF_EXPORT_USER]:[re.PERSONAL_BOOK_USER],[re.KHUB_ADMIN]:[re.CONTENT_PUBLISHER],[re.ADMIN]:[re.KHUB_ADMIN,re.USERS_ADMIN,re.PORTAL_ADMIN],[re.DEVELOPER]:[re.BETA_USER,re.DEBUG_USER]};var sl=I`
|
|
918
|
+
`;var zu="ft-app-info",ju={},D=ct.get({name:zu,reducers:ju,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var It=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=D.getState(),i=e??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(e){return new Promise(r=>{let n=t.get(e);if(n)r(n);else{let i=D.subscribe(()=>{n=t.get(e),n&&(i(),r(n))})}})}};var qe=class{constructor(e=!0,r){var n;this.overrideApi=r;let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new Te,this.cache=e?i.commonCache:new Te}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:It.get()}get awaitApi(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:It.await()}clearCache(){this.cache.clearAll()}};var cl,Vu=Symbol("clearAfterUnitTest"),Io=class extends qe{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[cl]=()=>{this.defaultMessages={},this.cache=new Te,this.listeners={}},this.currentUiLocale=D.getState().uiLocale,D.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=D.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var n;if(e=e.toLowerCase(),Object.keys(r).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};Se(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}await this.fetchContext(e)}resolveMessage(e,r,...n){var i,a,s;e=e.toLowerCase(),this.fetchContext(e);let c=(a=(i=this.cache.getNow(e))===null||i===void 0?void 0:i.messages)!==null&&a!==void 0?a:{};return new Tr((s=this.defaultMessages[e])!==null&&s!==void 0?s:{},c).resolve(r,...n)}async fetchContext(e){if(!this.cache.has(e))try{await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),await this.notify(e)}catch(r){console.error(r)}}subscribe(e,r){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(r),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(r=>fo(0).then(()=>r()).catch(()=>null)))}};cl=Vu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Io{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Io{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var ir=window.FluidTopicsI18nService,ll=window.FluidTopicsCustomI18nService;var se=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},J=class extends V{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>It.get(),this.messageContexts=[],this.cache=new Te,this.cleanSessionDebouncer=new ce}render(){return H`
|
|
1056
919
|
<slot></slot>
|
|
1057
|
-
`}update(
|
|
1058
|
-
`;var
|
|
920
|
+
`}update(e){super.update(e),e.has("baseUrl")&&(D.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&D.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&D.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&D.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&D.actions.noCustom(this.noCustom),e.has("editorMode")&&D.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&D.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&D.actions.session(this.session),e.has("availableUiLocales")&&D.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>ir.addContext(r)),e.has("openExternalDocumentInNewTab")&&D.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&D.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&D.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};J.elementDefinitions={};J.styles=sl;se([w()],J.prototype,"baseUrl",void 0);se([w()],J.prototype,"apiIntegrationIdentifier",void 0);se([w()],J.prototype,"uiLocale",void 0);se([Ie(null)],J.prototype,"availableUiLocales",void 0);se([Ie(null)],J.prototype,"metadataConfiguration",void 0);se([w({type:Boolean})],J.prototype,"editorMode",void 0);se([w({type:Boolean})],J.prototype,"noCustom",void 0);se([w({type:Boolean})],J.prototype,"openExternalDocumentInNewTab",void 0);se([w({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],J.prototype,"noCustomComponent",void 0);se([w({type:Boolean})],J.prototype,"withManualResources",void 0);se([w({type:Boolean})],J.prototype,"navigatorOnline",void 0);se([w({type:Boolean})],J.prototype,"forcedOffline",void 0);se([w({type:Object})],J.prototype,"apiProvider",void 0);se([Ie([])],J.prototype,"messageContexts",void 0);se([Ie(void 0)],J.prototype,"session",void 0);var Lo=class extends qe{async listMySearches(){let e=D.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var $o=class extends qe{async listMyBookmarks(){let e=D.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var Ku="ft-user-assets",ko=ct.get({name:Ku,initialState:{savedSearches:void 0,bookmarks:void 0}}),oa=class{constructor(){this.currentSession=D.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new $o,this.savedSearchesService=new Lo,D.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=D.getState();Se((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),ko.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),ko.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();ko.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;ko.actions.bookmarks(r)}}},nS=new oa;var na=class{addCommand(e,r=!1){D.commands.add(e,r)}consumeCommand(e){return D.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new na;var ia=class{highlightHtml(e,r){di(e,r)}};window.FluidTopicsHighlightHtmlService=new ia;Q("ft-app-context")(J);var aa=class t extends Event{constructor(){super(t.eventName)}};aa.eventName="search-context-clear-all-filters";var Gu=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ca=class extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}},sa=Symbol("registerInterval");function Zu(t){var e;class r extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[sa]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[sa]):this.dispatchEvent(new ca)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=sa,Gu([ne()],r.prototype,"stateManager",void 0),r}var ar=class extends Zu($e){};var pl=I`
|
|
921
|
+
`;var qu=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},la=Symbol("i18nAttributes"),Mo=Symbol("i18nProperties"),Ur=Symbol("i18nUnsubs");function Do(t){var e;class r extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?ll:ir}i18n(i,a,...s){var c;if(typeof i=="string")return this.i18nService.resolveMessage(i,a,...s);let l=(c=i.args)!==null&&c!==void 0?c:i.argsProvider?i.argsProvider(this):[];return this.i18nService.resolveMessage(i.context,i.key,...l)}onI18nUpdate(i){var a,s;(a=this[la])===null||a===void 0||a.forEach((c,l)=>{var u;let d=this.getI18nAttributeValue(l);((u=d?.context)===null||u===void 0?void 0:u.toLowerCase())===i.toLowerCase()&&this.updateI18nAttributeMessage(l,d,c)}),(s=this[Mo])===null||s===void 0||s.forEach((c,l)=>{c.context.toLowerCase()===i.toLowerCase()&&(this[l]=this.i18n(c))}),setTimeout(()=>this.requestUpdate(),0)}updateI18nAttributeMessage(i,a,s){this[i]={...a,message:this.i18n({context:a.context,key:a.key,...s})}}update(i){var a,s;super.update(i),(a=this[la])===null||a===void 0||a.forEach((c,l)=>{let u=this.getI18nAttributeValue(l);u?.context&&u.key&&(i.has(l)||c.argsProvider!=null)&&(i.has(l)&&this.addI18nContext(u.context),this.updateI18nAttributeMessage(l,u,c))}),(s=this[Mo])===null||s===void 0||s.forEach((c,l)=>{c.argsProvider!=null&&(this[l]=this.i18n(c))})}getI18nAttributeValue(i){return this[i]}connectedCallback(){var i,a,s,c;super.connectedCallback(),new Set([...(a=(i=this[Mo])===null||i===void 0?void 0:i.values())!==null&&a!==void 0?a:[],...[...(c=(s=this[la])===null||s===void 0?void 0:s.keys())!==null&&c!==void 0?c:[]].map(l=>this.getI18nAttributeValue(l))].map(l=>l?.context)).forEach(l=>l&&this.addI18nMessages(l))}addI18nMessages(i,a){i=i.toLowerCase(),this[Ur].has(i)||this[Ur].set(i,this.i18nService.subscribe(i,()=>this.onI18nUpdate(i))),this.i18nService.prepareContext(i,a??{})}addI18nContext(i,a){this.addI18nMessages(typeof i=="string"?i:i.name,a)}disconnectedCallback(){super.disconnectedCallback(),this[Ur].forEach(i=>i()),this[Ur].clear()}}return e=Ur,qu([w({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var ul=class extends Do(V){},Uo=class extends Do($e){};var Dr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ne=class extends Uo{constructor(){super(),this.editorMode=!1,this.addStore(D)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":j:H`
|
|
1059
922
|
<span class="ft-i18n">
|
|
1060
923
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
1061
924
|
</span>
|
|
1062
|
-
|
|
925
|
+
`}update(e){var r;super.update(e),["context","key","defaultMessage"].some(n=>e.has(n))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Ne.elementDefinitions={};Ne.styles=pl;Dr([Ke()],Ne.prototype,"editorMode",void 0);Dr([w()],Ne.prototype,"context",void 0);Dr([w()],Ne.prototype,"key",void 0);Dr([Ie([])],Ne.prototype,"args",void 0);Dr([w()],Ne.prototype,"defaultMessage",void 0);var Bo=class t{static build(e){return new t(e)}static fromGwt(e){return new t(e)}constructor(e){this.name=e,this.properties=new Proxy({},{get:(r,n)=>{let i=n;return a=>({context:this.name,key:i,args:typeof a=="function"?void 0:a,argsProvider:typeof a=="function"?a:void 0})}}),this.messages=new Proxy({},{get:(r,n)=>(...i)=>ir.resolveMessage(this.name,n,...i)})}};Q("ft-i18n")(Ne);var Br=Bo.build("designedSearchInput");var dl=I`
|
|
1063
926
|
* {
|
|
1064
927
|
box-sizing: border-box;
|
|
1065
928
|
}
|
|
1066
929
|
|
|
1067
930
|
.ft-search-input-suggestion {
|
|
1068
931
|
position: absolute;
|
|
1069
|
-
z-index: ${
|
|
932
|
+
z-index: ${te.floatingZIndex};
|
|
1070
933
|
top: calc(100% + 2px);
|
|
1071
934
|
left: -1px;
|
|
1072
935
|
right: -1px;
|
|
1073
|
-
background: ${
|
|
1074
|
-
border: 1px solid ${
|
|
1075
|
-
border-radius: 0 0 ${
|
|
1076
|
-
box-shadow: ${
|
|
936
|
+
background: ${te.colorSurface};
|
|
937
|
+
border: 1px solid ${te.colorOutline};
|
|
938
|
+
border-radius: 0 0 ${te.borderRadius} ${te.borderRadius};
|
|
939
|
+
box-shadow: ${te.elevation02};
|
|
1077
940
|
}
|
|
1078
941
|
|
|
1079
942
|
.ft-search-input-suggestion--suggestion {
|
|
@@ -1084,7 +947,7 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1084
947
|
padding: 8px;
|
|
1085
948
|
gap: 8px;
|
|
1086
949
|
cursor: pointer;
|
|
1087
|
-
color: ${
|
|
950
|
+
color: ${te.colorOnSurface};
|
|
1088
951
|
min-height: 44px;
|
|
1089
952
|
}
|
|
1090
953
|
|
|
@@ -1101,26 +964,26 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1101
964
|
flex-grow: 1;
|
|
1102
965
|
flex-shrink: 1;
|
|
1103
966
|
}
|
|
1104
|
-
`;var
|
|
967
|
+
`;var fl=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},pa=class extends CustomEvent{constructor(e){super("suggestion-selected",{detail:e})}},Lt=class extends ar{render(){return H`
|
|
1105
968
|
<div class="ft-search-input-suggestion ft-word-wrap"
|
|
1106
969
|
part="container"
|
|
1107
|
-
@keydown=${
|
|
1108
|
-
${
|
|
970
|
+
@keydown=${e=>this.onSuggestKeyDown(e)}>
|
|
971
|
+
${nn(this.suggestResults||[],e=>e.value,e=>H`
|
|
1109
972
|
<a href="#"
|
|
1110
973
|
part="suggestion"
|
|
1111
974
|
class="ft-search-input-suggestion--suggestion"
|
|
1112
|
-
@keyup=${
|
|
1113
|
-
@click=${
|
|
975
|
+
@keyup=${r=>this.onSuggestKeyUp(r,e.value)}
|
|
976
|
+
@click=${r=>this.onSuggestSelected(r,e.value)}>
|
|
1114
977
|
<ft-ripple></ft-ripple>
|
|
1115
|
-
${this.getIcon(
|
|
1116
|
-
<ft-typography variant="body1">${
|
|
978
|
+
${this.getIcon(e)}
|
|
979
|
+
<ft-typography variant="body1">${e.value}</ft-typography>
|
|
1117
980
|
</a>
|
|
1118
|
-
`)
|
|
981
|
+
`)}
|
|
1119
982
|
</div>
|
|
1120
|
-
`}onSuggestKeyDown(
|
|
1121
|
-
<ft-icon .variant="${
|
|
1122
|
-
`}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let
|
|
1123
|
-
<div class="${
|
|
983
|
+
`}onSuggestKeyDown(e){var r,n,i,a,s,c;switch(e.key){case"ArrowUp":(i=(n=(r=this.getFocusedSuggestionElement())===null||r===void 0?void 0:r.previousElementSibling)!==null&&n!==void 0?n:this.getLastSuggestionElement())===null||i===void 0||i.focus(),e.preventDefault(),e.stopPropagation();break;case"ArrowDown":(c=(s=(a=this.getFocusedSuggestionElement())===null||a===void 0?void 0:a.nextElementSibling)!==null&&s!==void 0?s:this.getFirstSuggestionElement())===null||c===void 0||c.focus(),e.preventDefault(),e.stopPropagation();break}}onSuggestKeyUp(e,r){(e.key==="Enter"||e.key===" ")&&this.onSuggestSelected(e,r)}onSuggestSelected(e,r){e.preventDefault(),this.dispatchEvent(new pa(r))}getIcon(e){let r=e.type==="DOCUMENT"?Ae.file_format:Ae.fluid_topics,n;switch(e.type){case"MAP":n=e.editorialType==="BOOK"?pt.BOOK:pt.ARTICLE;break;case"DOCUMENT":n=Fc(e.mimeType,e.filenameExtension);break;case"TOPIC":n=pt.TOPICS;break}return H`
|
|
984
|
+
<ft-icon .variant="${r}" .value="${n}" part="suggestion-icon"></ft-icon>
|
|
985
|
+
`}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let e=this.shadowRoot.querySelectorAll(".ft-search-input-suggestion--suggestion");return e.length>0?e[e.length-1]:null}getFirstSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion")}focusFirstSuggestion(){var e;(e=this.getFirstSuggestionElement())===null||e===void 0||e.focus()}};Lt.elementDefinitions={"ft-ripple":G,"ft-typography":be,"ft-icon":he};Lt.styles=[hi,dl];fl([Ke()],Lt.prototype,"suggestResults",void 0);Lt=fl([tn("ft-search-input-suggestion")],Lt);var $t=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ve=class extends Do(ar){constructor(){super(),this.liveQuery="",this.forceCloseSuggestion=!1,this.placeholder=Br.messages.placeholder(),this.addI18nContext(Br)}render(){var e,r;let n={"ft-search-input":!0,"ft-search-input--with-suggestions":(r=(e=this.suggestResults)===null||e===void 0?void 0:e.length)!==null&&r!==void 0?r:!1,"ft-search-input--with-suggestions-closed":this.forceCloseSuggestion};return H`
|
|
986
|
+
<div class="${Et(n)}" @focusout=${()=>this.forceCloseSuggestion=!1}>
|
|
1124
987
|
<div class="ft-search-input--input-container" part="input-container" tabindex="-1">
|
|
1125
988
|
<div class="ft-search-input--input-outline" part="input-outline">
|
|
1126
989
|
<input class="ft-search-input--input ft-typography--body2"
|
|
@@ -1128,22 +991,22 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1128
991
|
type="text"
|
|
1129
992
|
placeholder="${this.placeholder}"
|
|
1130
993
|
.value="${this.liveQuery}"
|
|
1131
|
-
@input=${
|
|
1132
|
-
@keydown=${
|
|
1133
|
-
@keyup=${
|
|
994
|
+
@input=${i=>this.onInput(i)}
|
|
995
|
+
@keydown=${i=>this.onSearchBarKeyDown(i)}
|
|
996
|
+
@keyup=${i=>this.onSearchBarKeyUp(i)}>
|
|
1134
997
|
</div>
|
|
1135
998
|
<ft-search-input-suggestion exportpartsPrefix="suggestion"
|
|
1136
999
|
@suggestion-selected=${this.onSuggestionSelected}
|
|
1137
1000
|
></ft-search-input-suggestion>
|
|
1138
1001
|
</div>
|
|
1139
1002
|
<div class="ft-search-input--actions" part="actions">
|
|
1140
|
-
${this.liveQuery?
|
|
1003
|
+
${this.liveQuery?H`
|
|
1141
1004
|
<ft-button id="clear-button"
|
|
1142
1005
|
class="ft-search-input--clear-query"
|
|
1143
1006
|
part="clear-query"
|
|
1144
1007
|
icon="close"
|
|
1145
1008
|
round dense
|
|
1146
|
-
label="${
|
|
1009
|
+
label="${Br.messages.clearButton()}"
|
|
1147
1010
|
@click=${()=>this.liveQuery=""}
|
|
1148
1011
|
></ft-button>
|
|
1149
1012
|
<div class="ft-search-input--separator"></div>
|
|
@@ -1152,9 +1015,208 @@ const Ql=Symbol.for(""),tc=t=>{if(t?.r===Ql)return t?._$litStatic$},ec=t=>({_$li
|
|
|
1152
1015
|
part="launch-search-in-input"
|
|
1153
1016
|
icon="search"
|
|
1154
1017
|
round dense
|
|
1155
|
-
label="${
|
|
1018
|
+
label="${Br.messages.searchButton()}"
|
|
1156
1019
|
@click=${()=>this.launchSearch(this.liveQuery)}
|
|
1157
1020
|
></ft-button>
|
|
1158
1021
|
</div>
|
|
1159
1022
|
</div>
|
|
1160
|
-
`}onSearchBarKeyDown(
|
|
1023
|
+
`}onSearchBarKeyDown(e){switch(e.key){case"ArrowDown":e.stopPropagation(),e.preventDefault(),this.suggestion.focusFirstSuggestion();break;case"Backspace":e.stopPropagation();break}}onSearchBarKeyUp(e){switch(e.key){case"Backspace":e.stopPropagation();break;case"Enter":this.launchSearch(this.input.value);break;default:break}}onInput(e){var r;(r=this.stateManager)===null||r===void 0||r.setLiveQuery(this.input.value),this.forceCloseSuggestion=!1}launchSearch(e){var r;(r=this.stateManager)===null||r===void 0||r.setQuery(e),this.forceCloseSuggestion=!0,this.dispatchEvent(new CustomEvent("change"))}onSuggestionSelected(e){this.launchSearch(e.detail)}};ve.elementDefinitions={"ft-search-input-suggestion":Lt,"ft-button":Re};ve.styles=[_o,Hc];$t([Ke()],ve.prototype,"request",void 0);$t([Ke()],ve.prototype,"liveQuery",void 0);$t([Ke()],ve.prototype,"suggestResults",void 0);$t([ne()],ve.prototype,"forceCloseSuggestion",void 0);$t([w({type:String})],ve.prototype,"placeholder",void 0);$t([ie(".ft-search-input--input")],ve.prototype,"input",void 0);$t([ie("ft-search-input-suggestion")],ve.prototype,"suggestion",void 0);Q("ft-search-input")(ve);})();
|
|
1024
|
+
/*! Bundled license information:
|
|
1025
|
+
|
|
1026
|
+
@webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
|
|
1027
|
+
(**
|
|
1028
|
+
* @license
|
|
1029
|
+
* Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
|
|
1030
|
+
* This code may only be used under the BSD style license found at
|
|
1031
|
+
* http://polymer.github.io/LICENSE.txt
|
|
1032
|
+
* The complete set of authors may be found at
|
|
1033
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
1034
|
+
* The complete set of contributors may be found at
|
|
1035
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
1036
|
+
* Code distributed by Google as part of the polymer project is also
|
|
1037
|
+
* subject to an additional IP rights grant found at
|
|
1038
|
+
* http://polymer.github.io/PATENTS.txt
|
|
1039
|
+
*)
|
|
1040
|
+
|
|
1041
|
+
@lit/reactive-element/css-tag.js:
|
|
1042
|
+
(**
|
|
1043
|
+
* @license
|
|
1044
|
+
* Copyright 2019 Google LLC
|
|
1045
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1046
|
+
*)
|
|
1047
|
+
|
|
1048
|
+
@lit/reactive-element/reactive-element.js:
|
|
1049
|
+
(**
|
|
1050
|
+
* @license
|
|
1051
|
+
* Copyright 2017 Google LLC
|
|
1052
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1053
|
+
*)
|
|
1054
|
+
|
|
1055
|
+
lit-html/lit-html.js:
|
|
1056
|
+
(**
|
|
1057
|
+
* @license
|
|
1058
|
+
* Copyright 2017 Google LLC
|
|
1059
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1060
|
+
*)
|
|
1061
|
+
|
|
1062
|
+
@lit/reactive-element/css-tag.js:
|
|
1063
|
+
(**
|
|
1064
|
+
* @license
|
|
1065
|
+
* Copyright 2019 Google LLC
|
|
1066
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1067
|
+
*)
|
|
1068
|
+
|
|
1069
|
+
@lit/reactive-element/reactive-element.js:
|
|
1070
|
+
(**
|
|
1071
|
+
* @license
|
|
1072
|
+
* Copyright 2017 Google LLC
|
|
1073
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1074
|
+
*)
|
|
1075
|
+
|
|
1076
|
+
lit-html/lit-html.js:
|
|
1077
|
+
(**
|
|
1078
|
+
* @license
|
|
1079
|
+
* Copyright 2017 Google LLC
|
|
1080
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1081
|
+
*)
|
|
1082
|
+
|
|
1083
|
+
lit-element/lit-element.js:
|
|
1084
|
+
(**
|
|
1085
|
+
* @license
|
|
1086
|
+
* Copyright 2017 Google LLC
|
|
1087
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1088
|
+
*)
|
|
1089
|
+
|
|
1090
|
+
lit-html/is-server.js:
|
|
1091
|
+
(**
|
|
1092
|
+
* @license
|
|
1093
|
+
* Copyright 2022 Google LLC
|
|
1094
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1095
|
+
*)
|
|
1096
|
+
|
|
1097
|
+
@lit/reactive-element/decorators/custom-element.js:
|
|
1098
|
+
(**
|
|
1099
|
+
* @license
|
|
1100
|
+
* Copyright 2017 Google LLC
|
|
1101
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1102
|
+
*)
|
|
1103
|
+
|
|
1104
|
+
@lit/reactive-element/decorators/property.js:
|
|
1105
|
+
(**
|
|
1106
|
+
* @license
|
|
1107
|
+
* Copyright 2017 Google LLC
|
|
1108
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1109
|
+
*)
|
|
1110
|
+
|
|
1111
|
+
@lit/reactive-element/decorators/state.js:
|
|
1112
|
+
(**
|
|
1113
|
+
* @license
|
|
1114
|
+
* Copyright 2017 Google LLC
|
|
1115
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1116
|
+
*)
|
|
1117
|
+
|
|
1118
|
+
@lit/reactive-element/decorators/event-options.js:
|
|
1119
|
+
(**
|
|
1120
|
+
* @license
|
|
1121
|
+
* Copyright 2017 Google LLC
|
|
1122
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1123
|
+
*)
|
|
1124
|
+
|
|
1125
|
+
@lit/reactive-element/decorators/base.js:
|
|
1126
|
+
(**
|
|
1127
|
+
* @license
|
|
1128
|
+
* Copyright 2017 Google LLC
|
|
1129
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1130
|
+
*)
|
|
1131
|
+
|
|
1132
|
+
@lit/reactive-element/decorators/query.js:
|
|
1133
|
+
(**
|
|
1134
|
+
* @license
|
|
1135
|
+
* Copyright 2017 Google LLC
|
|
1136
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1137
|
+
*)
|
|
1138
|
+
|
|
1139
|
+
@lit/reactive-element/decorators/query-all.js:
|
|
1140
|
+
(**
|
|
1141
|
+
* @license
|
|
1142
|
+
* Copyright 2017 Google LLC
|
|
1143
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1144
|
+
*)
|
|
1145
|
+
|
|
1146
|
+
@lit/reactive-element/decorators/query-async.js:
|
|
1147
|
+
(**
|
|
1148
|
+
* @license
|
|
1149
|
+
* Copyright 2017 Google LLC
|
|
1150
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1151
|
+
*)
|
|
1152
|
+
|
|
1153
|
+
@lit/reactive-element/decorators/query-assigned-elements.js:
|
|
1154
|
+
(**
|
|
1155
|
+
* @license
|
|
1156
|
+
* Copyright 2021 Google LLC
|
|
1157
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1158
|
+
*)
|
|
1159
|
+
|
|
1160
|
+
@lit/reactive-element/decorators/query-assigned-nodes.js:
|
|
1161
|
+
(**
|
|
1162
|
+
* @license
|
|
1163
|
+
* Copyright 2017 Google LLC
|
|
1164
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1165
|
+
*)
|
|
1166
|
+
|
|
1167
|
+
lit-html/directive.js:
|
|
1168
|
+
(**
|
|
1169
|
+
* @license
|
|
1170
|
+
* Copyright 2017 Google LLC
|
|
1171
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1172
|
+
*)
|
|
1173
|
+
|
|
1174
|
+
lit-html/directive-helpers.js:
|
|
1175
|
+
(**
|
|
1176
|
+
* @license
|
|
1177
|
+
* Copyright 2020 Google LLC
|
|
1178
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1179
|
+
*)
|
|
1180
|
+
|
|
1181
|
+
lit-html/directives/repeat.js:
|
|
1182
|
+
(**
|
|
1183
|
+
* @license
|
|
1184
|
+
* Copyright 2017 Google LLC
|
|
1185
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1186
|
+
*)
|
|
1187
|
+
|
|
1188
|
+
lit-html/directives/class-map.js:
|
|
1189
|
+
(**
|
|
1190
|
+
* @license
|
|
1191
|
+
* Copyright 2018 Google LLC
|
|
1192
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1193
|
+
*)
|
|
1194
|
+
|
|
1195
|
+
lit-html/directives/style-map.js:
|
|
1196
|
+
(**
|
|
1197
|
+
* @license
|
|
1198
|
+
* Copyright 2018 Google LLC
|
|
1199
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1200
|
+
*)
|
|
1201
|
+
|
|
1202
|
+
lit-html/directives/unsafe-html.js:
|
|
1203
|
+
(**
|
|
1204
|
+
* @license
|
|
1205
|
+
* Copyright 2017 Google LLC
|
|
1206
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1207
|
+
*)
|
|
1208
|
+
|
|
1209
|
+
@lit/reactive-element/css-tag.js:
|
|
1210
|
+
(**
|
|
1211
|
+
* @license
|
|
1212
|
+
* Copyright 2019 Google LLC
|
|
1213
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1214
|
+
*)
|
|
1215
|
+
|
|
1216
|
+
lit-html/static.js:
|
|
1217
|
+
(**
|
|
1218
|
+
* @license
|
|
1219
|
+
* Copyright 2020 Google LLC
|
|
1220
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1221
|
+
*)
|
|
1222
|
+
*/
|