@fluid-topics/ft-filterable-table 0.2.4 → 0.2.8

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.
@@ -14,7 +14,7 @@
14
14
  *
15
15
  * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
16
  */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,n=new WeakMap,s=new WeakMap,r=new WeakMap,l=new WeakMap;let a;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){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(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=n.prototype.attributeChangedCallback,a=new Set(n.observedAttributes||[]);f(n,a,l);const p={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:a};this._definitionsByTag.set(t,p),this._definitionsByClass.set(n,p);let c=i.call(o,t);c||(c=d(t),e.call(o,t,c)),this===window.customElements&&(r.set(n,p),p.standInClass=c);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)s.delete(t),u(t,p,!0)}const x=this._whenDefinedPromises.get(t);return void 0!==x&&(x.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){b.push(this),o.upgrade.apply(o,arguments),b.pop()}get(t){return this._definitionsByTag.get(t)?.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 i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=a;if(e)return a=void 0,e;const i=r.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,i),e},window.HTMLElement.prototype=t.prototype;const p=t=>t===document||t instanceof ShadowRoot,c=t=>{let e=t.getRootNode();if(!p(e)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),p(e)||(e=l.get(e)?.getRootNode()||document)}return e.customElements},d=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=c(i)||window.customElements,n=o._getDefinition(e);return n?u(i,n):s.set(i,o),i}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,n){const s=t.toLowerCase();if(e.has(s)){const t=this.getAttribute(s);o.call(this,s,n),i.call(this,s,t,n)}else o.call(this,s,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);n.call(this,o),i.call(this,o,t,null)}else n.call(this,o)})},h=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):h(i)},u=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),a=t;try{new e.elementClass}catch(t){h(e.elementClass),new e.elementClass}e.observedAttributes.forEach((i=>{t.hasAttribute(i)&&e.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},x=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=x.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let b=[document];const v=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){b.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&l.set(t,this),b.pop(),t}};v(ShadowRoot,"createElement",document),v(ShadowRoot,"importNode",document),v(Element,"insertAdjacentHTML");const y=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){b.push(this),i.set.call(this,t),b.pop()}})};if(y(Element,"innerHTML"),y(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,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==n.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class s{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),n=e.get(o)||[];this[+i]=t,n.push(t),e.set(o,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const r=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=r.get.call(this,[]),e=[];for(const i of t){const t=n.get(i);t&&!0!==t.formAssociated||e.push(i)}return new s(e)}})}}try{window.customElements.define("custom-element",null)}catch(Ft){const t=window.customElements.define;window.customElements.define=(e,i,o)=>{try{t.bind(window.customElements)(e,i,o)}catch(t){console.warn(e,i,o,t)}}}class t{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){this.callbacks=[t],this.debounce(e)}queue(t,e){this.callbacks.push(t),this.debounce(e)}cancel(){null!=this._debounce&&window.clearTimeout(this._debounce)}debounce(t){this.cancel(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout)}runCallbacks(){for(let t of this.callbacks)t();this.callbacks=[]}}
17
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,n=new WeakMap,s=new WeakMap,r=new WeakMap,l=new WeakMap;let a;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){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(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=n.prototype.attributeChangedCallback,a=new Set(n.observedAttributes||[]);f(n,a,l);const p={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:a};this._definitionsByTag.set(t,p),this._definitionsByClass.set(n,p);let c=i.call(o,t);c||(c=d(t),e.call(o,t,c)),this===window.customElements&&(r.set(n,p),p.standInClass=c);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)s.delete(t),u(t,p,!0)}const x=this._whenDefinedPromises.get(t);return void 0!==x&&(x.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){b.push(this),o.upgrade.apply(o,arguments),b.pop()}get(t){return this._definitionsByTag.get(t)?.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 i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=a;if(e)return a=void 0,e;const i=r.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,i),e},window.HTMLElement.prototype=t.prototype;const p=t=>t===document||t instanceof ShadowRoot,c=t=>{let e=t.getRootNode();if(!p(e)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),p(e)||(e=l.get(e)?.getRootNode()||document)}return e.customElements},d=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=c(i)||window.customElements,n=o._getDefinition(e);return n?u(i,n):s.set(i,o),i}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,n){const s=t.toLowerCase();if(e.has(s)){const t=this.getAttribute(s);o.call(this,s,n),i.call(this,s,t,n)}else o.call(this,s,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);n.call(this,o),i.call(this,o,t,null)}else n.call(this,o)})},h=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):h(i)},u=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),a=t;try{new e.elementClass}catch(t){h(e.elementClass),new e.elementClass}e.observedAttributes.forEach((i=>{t.hasAttribute(i)&&e.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},x=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=x.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let b=[document];const v=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){b.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&l.set(t,this),b.pop(),t}};v(ShadowRoot,"createElement",document),v(ShadowRoot,"importNode",document),v(Element,"insertAdjacentHTML");const y=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){b.push(this),i.set.call(this,t),b.pop()}})};if(y(Element,"innerHTML"),y(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,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==n.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class s{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),n=e.get(o)||[];this[+i]=t,n.push(t),e.set(o,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const r=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=r.get.call(this,[]),e=[];for(const i of t){const t=n.get(i);t&&!0!==t.formAssociated||e.push(i)}return new s(e)}})}}try{window.customElements.define("custom-element",null)}catch(jt){const t=window.customElements.define;window.customElements.define=(e,i,o)=>{try{t.bind(window.customElements)(e,i,o)}catch(t){console.warn(e,i,o,t)}}}class t{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){this.callbacks=[t],this.debounce(e)}queue(t,e){this.callbacks.push(t),this.debounce(e)}cancel(){null!=this._debounce&&window.clearTimeout(this._debounce)}debounce(t){this.cancel(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout)}runCallbacks(){for(let t of this.callbacks)t();this.callbacks=[]}}
18
18
  /**
19
19
  * @license
20
20
  * Copyright 2017 Google LLC
@@ -49,19 +49,19 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
49
49
  * @license
50
50
  * Copyright 2017 Google LLC
51
51
  * SPDX-License-Identifier: BSD-3-Clause
52
- */;var v;const y=window.trustedTypes,g=y?y.emptyScript:"",m=window.reactiveElementPolyfillSupport,$={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 i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},w=(t,e)=>e!==t&&(e==e||t==t),O={attribute:!0,type:String,converter:$,reflect:!1,hasChanged:w};class S extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Eh(i,e);void 0!==o&&(this._$Eu.set(o,i),t.push(o))})),t}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||O}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(b(t))}else void 0!==t&&e.push(b(t));return e}static _$Eh(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}o(){var t;this._$Ep=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(t=this.constructor.l)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$Eg)&&void 0!==e?e:this._$Eg=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$Eg)||void 0===e||e.splice(this._$Eg.indexOf(t)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Et.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return x(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ES(t,e,i=O){var o,n;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:$.toAttribute)(e,i.type);this._$Ei=t,null==r?this.removeAttribute(s):this.setAttribute(s,r),this._$Ei=null}}_$AK(t,e){var i,o,n;const s=this.constructor,r=s._$Eu.get(t);if(void 0!==r&&this._$Ei!==r){const t=s.getPropertyOptions(r),l=t.converter,a=null!==(n=null!==(o=null===(i=l)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof l?l:null)&&void 0!==n?n:$.fromAttribute;this._$Ei=r,this[r]=a(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Ei!==t&&(void 0===this._$E_&&(this._$E_=new Map),this._$E_.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$EC())}async _$EC(){this.isUpdatePending=!0;try{await this._$Ep}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((t,e)=>this[e]=t)),this._$Et=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$EU()}catch(t){throw e=!1,this._$EU(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$Eg)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(t){return!0}update(t){void 0!==this._$E_&&(this._$E_.forEach(((t,e)=>this._$ES(e,this[e],t))),this._$E_=void 0),this._$EU()}updated(t){}firstUpdated(t){}}
52
+ */;var v;const y=window.trustedTypes,g=y?y.emptyScript:"",m=window.reactiveElementPolyfillSupport,$={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 i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},w=(t,e)=>e!==t&&(e==e||t==t),O={attribute:!0,type:String,converter:$,reflect:!1,hasChanged:w};class S extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Eh(i,e);void 0!==o&&(this._$Eu.set(o,i),t.push(o))})),t}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||O}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(b(t))}else void 0!==t&&e.push(b(t));return e}static _$Eh(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}o(){var t;this._$Ep=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(t=this.constructor.l)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$Eg)&&void 0!==e?e:this._$Eg=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$Eg)||void 0===e||e.splice(this._$Eg.indexOf(t)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Et.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return x(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ES(t,e,i=O){var o,n;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:$.toAttribute)(e,i.type);this._$Ei=t,null==r?this.removeAttribute(s):this.setAttribute(s,r),this._$Ei=null}}_$AK(t,e){var i,o,n;const s=this.constructor,r=s._$Eu.get(t);if(void 0!==r&&this._$Ei!==r){const t=s.getPropertyOptions(r),l=t.converter,a=null!==(n=null!==(o=null===(i=l)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof l?l:null)&&void 0!==n?n:$.fromAttribute;this._$Ei=r,this[r]=a(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Ei!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$E_())}async _$E_(){this.isUpdatePending=!0;try{await this._$Ep}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((t,e)=>this[e]=t)),this._$Et=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$EU()}catch(t){throw e=!1,this._$EU(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$Eg)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$ES(e,this[e],t))),this._$EC=void 0),this._$EU()}updated(t){}firstUpdated(t){}}
53
53
  /**
54
54
  * @license
55
55
  * Copyright 2017 Google LLC
56
56
  * SPDX-License-Identifier: BSD-3-Clause
57
57
  */
58
- var k;S.finalized=!0,S.elementProperties=new Map,S.elementStyles=[],S.shadowRootOptions={mode:"open"},null==m||m({ReactiveElement:S}),(null!==(v=globalThis.reactiveElementVersions)&&void 0!==v?v:globalThis.reactiveElementVersions=[]).push("1.2.2");const C=globalThis.trustedTypes,E=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,N=`lit$${(Math.random()+"").slice(9)}$`,R="?"+N,z=`<${R}>`,M=document,F=(t="")=>M.createComment(t),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,D=Array.isArray,B=t=>{var e;return D(t)||"function"==typeof(null===(e=t)||void 0===e?void 0:e[Symbol.iterator])},j=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,A=/>/g,L=/>|[ \n \r](?:([^\s"'>=/]+)([ \n \r]*=[ \n \r]*(?:[^ \n \r"'`<>=]|("|')|))|$)/g,I=/'/g,P=/"/g,_=/^(?:script|style|textarea|title)$/i,H=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),W=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),K=new WeakMap,V=M.createTreeWalker(M,129,null,!1),q=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=j;for(let e=0;e<i;e++){const i=t[e];let l,a,p=-1,c=0;for(;c<i.length&&(r.lastIndex=c,a=r.exec(i),null!==a);)c=r.lastIndex,r===j?"!--"===a[1]?r=T:void 0!==a[1]?r=A:void 0!==a[2]?(_.test(a[2])&&(n=RegExp("</"+a[2],"g")),r=L):void 0!==a[3]&&(r=L):r===L?">"===a[0]?(r=null!=n?n:j,p=-1):void 0===a[1]?p=-2:(p=r.lastIndex-a[2].length,l=a[1],r=void 0===a[3]?L:'"'===a[3]?P:I):r===P||r===I?r=L:r===T||r===A?r=j:(r=L,n=void 0);const d=r===L&&t[e+1].startsWith("/>")?" ":"";s+=r===j?i+z:p>=0?(o.push(l),i.slice(0,p)+"$lit$"+i.slice(p)+N+d):i+N+(-2===p?(o.push(void 0),e):d)}const l=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==E?E.createHTML(l):l,o]};class X{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,s=0;const r=t.length-1,l=this.parts,[a,p]=q(t,e);if(this.el=X.createElement(a,i),V.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=V.nextNode())&&l.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(N)){const i=p[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(N),e=/([.?@])?(.*)/.exec(i);l.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?tt:"?"===e[1]?it:"@"===e[1]?ot:Q})}else l.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(_.test(o.tagName)){const t=o.textContent.split(N),e=t.length-1;if(e>0){o.textContent=C?C.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],F()),V.nextNode(),l.push({type:2,index:++n});o.append(t[e],F())}}}else if(8===o.nodeType)if(o.data===R)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(N,t+1));)l.push({type:7,index:n}),t+=N.length-1}n++}}static createElement(t,e){const i=M.createElement("template");return i.innerHTML=t,i}}function J(t,e,i=t,o){var n,s,r,l;if(e===W)return e;let a=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const p=U(e)?void 0:e._$litDirective$;return(null==a?void 0:a.constructor)!==p&&(null===(s=null==a?void 0:a._$AO)||void 0===s||s.call(a,!1),void 0===p?a=void 0:(a=new p(t),a._$AT(t,i,o)),void 0!==o?(null!==(r=(l=i)._$Cl)&&void 0!==r?r:l._$Cl=[])[o]=a:i._$Cu=a),void 0!==a&&(e=J(t,a._$AS(t,e.values),a,o)),e}class Y{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:M).importNode(i,!0);V.currentNode=n;let s=V.nextNode(),r=0,l=0,a=o[0];for(;void 0!==a;){if(r===a.index){let e;2===a.type?e=new G(s,s.nextSibling,this,t):1===a.type?e=new a.ctor(s,a.name,a.strings,this,t):6===a.type&&(e=new nt(s,this,t)),this.v.push(e),a=o[++l]}r!==(null==a?void 0:a.index)&&(s=V.nextNode(),r++)}return n}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class G{constructor(t,e,i,o){var n;this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}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=J(this,t,e),U(t)?t===Z||null==t||""===t?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==W&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.S(t):B(t)?this.A(t):this.$(t)}M(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}S(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==Z&&U(this._$AH)?this._$AA.nextSibling.data=t:this.S(M.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=X.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.m(i);else{const t=new Y(n,this),e=t.p(this.options);t.m(i),this.S(e),this._$AH=t}}_$AC(t){let e=K.get(t.strings);return void 0===e&&K.set(t.strings,e=new X(t)),e}A(t){D(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new G(this.M(F()),this.M(F()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class Q{constructor(t,e,i,o,n){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=Z}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const n=this.strings;let s=!1;if(void 0===n)t=J(this,t,e,0),s=!U(t)||t!==this._$AH&&t!==W,s&&(this._$AH=t);else{const o=t;let r,l;for(t=n[0],r=0;r<n.length-1;r++)l=J(this,o[i+r],e,r),l===W&&(l=this._$AH[r]),s||(s=!U(l)||l!==this._$AH[r]),l===Z?t=Z:t!==Z&&(t+=(null!=l?l:"")+n[r+1]),this._$AH[r]=l}s&&!o&&this.k(t)}k(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class tt extends Q{constructor(){super(...arguments),this.type=3}k(t){this.element[this.name]=t===Z?void 0:t}}const et=C?C.emptyScript:"";class it extends Q{constructor(){super(...arguments),this.type=4}k(t){t&&t!==Z?this.element.setAttribute(this.name,et):this.element.removeAttribute(this.name)}}class ot extends Q{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=J(this,t,e,0))&&void 0!==i?i:Z)===W)return;const o=this._$AH,n=t===Z&&o!==Z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==Z&&(o===Z||n);n&&this.element.removeEventListener(this.name,this,o),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class nt{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){J(this,t)}}const st={P:"$lit$",V:N,L:R,I:1,N:q,R:Y,D:B,j:J,H:G,O:Q,F:it,B:ot,W:tt,Z:nt},rt=window.litHtmlPolyfillSupport;
58
+ var k;S.finalized=!0,S.elementProperties=new Map,S.elementStyles=[],S.shadowRootOptions={mode:"open"},null==m||m({ReactiveElement:S}),(null!==(v=globalThis.reactiveElementVersions)&&void 0!==v?v:globalThis.reactiveElementVersions=[]).push("1.3.2");const C=globalThis.trustedTypes,E=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,N=`lit$${(Math.random()+"").slice(9)}$`,R="?"+N,z=`<${R}>`,M=document,F=(t="")=>M.createComment(t),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,D=Array.isArray,B=t=>{var e;return D(t)||"function"==typeof(null===(e=t)||void 0===e?void 0:e[Symbol.iterator])},j=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,A=/>/g,L=/>|[ \n \r](?:([^\s"'>=/]+)([ \n \r]*=[ \n \r]*(?:[^ \n \r"'`<>=]|("|')|))|$)/g,I=/'/g,P=/"/g,_=/^(?:script|style|textarea|title)$/i,H=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),W=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),K=new WeakMap,V=M.createTreeWalker(M,129,null,!1),q=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=j;for(let e=0;e<i;e++){const i=t[e];let l,a,p=-1,c=0;for(;c<i.length&&(r.lastIndex=c,a=r.exec(i),null!==a);)c=r.lastIndex,r===j?"!--"===a[1]?r=T:void 0!==a[1]?r=A:void 0!==a[2]?(_.test(a[2])&&(n=RegExp("</"+a[2],"g")),r=L):void 0!==a[3]&&(r=L):r===L?">"===a[0]?(r=null!=n?n:j,p=-1):void 0===a[1]?p=-2:(p=r.lastIndex-a[2].length,l=a[1],r=void 0===a[3]?L:'"'===a[3]?P:I):r===P||r===I?r=L:r===T||r===A?r=j:(r=L,n=void 0);const d=r===L&&t[e+1].startsWith("/>")?" ":"";s+=r===j?i+z:p>=0?(o.push(l),i.slice(0,p)+"$lit$"+i.slice(p)+N+d):i+N+(-2===p?(o.push(void 0),e):d)}const l=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==E?E.createHTML(l):l,o]};class X{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,s=0;const r=t.length-1,l=this.parts,[a,p]=q(t,e);if(this.el=X.createElement(a,i),V.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=V.nextNode())&&l.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(N)){const i=p[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(N),e=/([.?@])?(.*)/.exec(i);l.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?tt:"?"===e[1]?it:"@"===e[1]?ot:Q})}else l.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(_.test(o.tagName)){const t=o.textContent.split(N),e=t.length-1;if(e>0){o.textContent=C?C.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],F()),V.nextNode(),l.push({type:2,index:++n});o.append(t[e],F())}}}else if(8===o.nodeType)if(o.data===R)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(N,t+1));)l.push({type:7,index:n}),t+=N.length-1}n++}}static createElement(t,e){const i=M.createElement("template");return i.innerHTML=t,i}}function J(t,e,i=t,o){var n,s,r,l;if(e===W)return e;let a=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const p=U(e)?void 0:e._$litDirective$;return(null==a?void 0:a.constructor)!==p&&(null===(s=null==a?void 0:a._$AO)||void 0===s||s.call(a,!1),void 0===p?a=void 0:(a=new p(t),a._$AT(t,i,o)),void 0!==o?(null!==(r=(l=i)._$Cl)&&void 0!==r?r:l._$Cl=[])[o]=a:i._$Cu=a),void 0!==a&&(e=J(t,a._$AS(t,e.values),a,o)),e}class Y{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:M).importNode(i,!0);V.currentNode=n;let s=V.nextNode(),r=0,l=0,a=o[0];for(;void 0!==a;){if(r===a.index){let e;2===a.type?e=new G(s,s.nextSibling,this,t):1===a.type?e=new a.ctor(s,a.name,a.strings,this,t):6===a.type&&(e=new nt(s,this,t)),this.v.push(e),a=o[++l]}r!==(null==a?void 0:a.index)&&(s=V.nextNode(),r++)}return n}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class G{constructor(t,e,i,o){var n;this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}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=J(this,t,e),U(t)?t===Z||null==t||""===t?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==W&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):B(t)?this.S(t):this.$(t)}M(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==Z&&U(this._$AH)?this._$AA.nextSibling.data=t:this.k(M.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=X.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.m(i);else{const t=new Y(n,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=K.get(t.strings);return void 0===e&&K.set(t.strings,e=new X(t)),e}S(t){D(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new G(this.M(F()),this.M(F()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class Q{constructor(t,e,i,o,n){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=Z}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const n=this.strings;let s=!1;if(void 0===n)t=J(this,t,e,0),s=!U(t)||t!==this._$AH&&t!==W,s&&(this._$AH=t);else{const o=t;let r,l;for(t=n[0],r=0;r<n.length-1;r++)l=J(this,o[i+r],e,r),l===W&&(l=this._$AH[r]),s||(s=!U(l)||l!==this._$AH[r]),l===Z?t=Z:t!==Z&&(t+=(null!=l?l:"")+n[r+1]),this._$AH[r]=l}s&&!o&&this.C(t)}C(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class tt extends Q{constructor(){super(...arguments),this.type=3}C(t){this.element[this.name]=t===Z?void 0:t}}const et=C?C.emptyScript:"";class it extends Q{constructor(){super(...arguments),this.type=4}C(t){t&&t!==Z?this.element.setAttribute(this.name,et):this.element.removeAttribute(this.name)}}class ot extends Q{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=J(this,t,e,0))&&void 0!==i?i:Z)===W)return;const o=this._$AH,n=t===Z&&o!==Z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==Z&&(o===Z||n);n&&this.element.removeEventListener(this.name,this,o),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class nt{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){J(this,t)}}const st={L:"$lit$",P:N,V:R,I:1,N:q,R:Y,j:B,D:J,H:G,F:Q,O:it,W:ot,B:tt,Z:nt},rt=window.litHtmlPolyfillSupport;
59
59
  /**
60
60
  * @license
61
61
  * Copyright 2017 Google LLC
62
62
  * SPDX-License-Identifier: BSD-3-Clause
63
63
  */
64
- var lt,at;null==rt||rt(X,G),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k:globalThis.litHtmlVersions=[]).push("2.1.3");class pt extends S{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Dt=((t,e,i)=>{var o,n;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=s._$litPart$;if(void 0===r){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;s._$litPart$=r=new G(e.insertBefore(F(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!1)}render(){return W}}pt.finalized=!0,pt._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:pt});const ct=globalThis.litElementPolyfillSupport;null==ct||ct({LitElement:pt}),(null!==(at=globalThis.litElementVersions)&&void 0!==at?at:globalThis.litElementVersions=[]).push("3.1.2");class dt{constructor(t,e,i,o,n){this.name=t,this.category=e,this.fallbackVariable=i,this.defaultValue=o,this.context=n,this._$cssResult$=!0,this.value=this.get()}get cssText(){return this.value.cssText}get styleSheet(){return this.value.styleSheet}toString(){return this.value.toString()}static create(t,e,i){return new dt(t,e,void 0,i)}static extend(t,e,i){return new dt(t,e.category,e,i)}static external(t,e){return new dt(t.name,t.category,t.fallbackVariable,t.defaultValue,e)}get(t){return u`var(${h(this.name)}, ${this.defaultCssValue(t)})`}defaultCssValue(t){return this.fallbackVariable?this.fallbackVariable.get(null!=t?t:this.defaultValue):h(null!=t?t:this.defaultValue)}lastResortDefaultValue(){var t,e;return null!==(t=this.defaultValue)&&void 0!==t?t:null===(e=this.fallbackVariable)||void 0===e?void 0:e.lastResortDefaultValue()}breadcrumb(){return this.fallbackVariable?[this.fallbackVariable.name,...this.fallbackVariable.breadcrumb()]:[]}}function ft(t,e){return h(`${t.name}: ${e}`)}const ht={colorPrimary:dt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:dt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:dt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:dt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:dt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:dt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:dt.create("--ft-color-error","COLOR","#B00020"),colorOutline:dt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:dt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:dt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:dt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:dt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:dt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:dt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:dt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:dt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:dt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:dt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:dt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:dt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:dt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:dt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:dt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:dt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:dt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:dt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:dt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:dt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:dt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:dt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:dt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:dt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:dt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:dt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:dt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:dt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:dt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:dt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:dt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:dt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:dt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:dt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:dt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:dt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:dt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:dt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:dt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:dt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:dt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:dt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:dt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
64
+ var lt,at;null==rt||rt(X,G),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k:globalThis.litHtmlVersions=[]).push("2.2.4");class pt extends S{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Dt=((t,e,i)=>{var o,n;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=s._$litPart$;if(void 0===r){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;s._$litPart$=r=new G(e.insertBefore(F(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!1)}render(){return W}}pt.finalized=!0,pt._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:pt});const ct=globalThis.litElementPolyfillSupport;null==ct||ct({LitElement:pt}),(null!==(at=globalThis.litElementVersions)&&void 0!==at?at:globalThis.litElementVersions=[]).push("3.2.0");class dt{constructor(t,e,i,o,n){this.name=t,this.category=e,this.fallbackVariable=i,this.defaultValue=o,this.context=n,this._$cssResult$=!0,this.value=this.get()}get cssText(){return this.value.cssText}get styleSheet(){return this.value.styleSheet}toString(){return this.value.toString()}static create(t,e,i){return new dt(t,e,void 0,i)}static extend(t,e,i){return new dt(t,e.category,e,i)}static external(t,e){return new dt(t.name,t.category,t.fallbackVariable,t.defaultValue,e)}get(t){return u`var(${h(this.name)}, ${this.defaultCssValue(t)})`}defaultCssValue(t){return this.fallbackVariable?this.fallbackVariable.get(null!=t?t:this.defaultValue):h(null!=t?t:this.defaultValue)}lastResortDefaultValue(){var t,e;return null!==(t=this.defaultValue)&&void 0!==t?t:null===(e=this.fallbackVariable)||void 0===e?void 0:e.lastResortDefaultValue()}breadcrumb(){return this.fallbackVariable?[this.fallbackVariable.name,...this.fallbackVariable.breadcrumb()]:[]}}function ft(t,e){return h(`${t.name}: ${e}`)}const ht={colorPrimary:dt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:dt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:dt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:dt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:dt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:dt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:dt.create("--ft-color-error","COLOR","#B00020"),colorOutline:dt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:dt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:dt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:dt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:dt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:dt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:dt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:dt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:dt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:dt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:dt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:dt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:dt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:dt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:dt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:dt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:dt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:dt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:dt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:dt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:dt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:dt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:dt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:dt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:dt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:dt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:dt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:dt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:dt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:dt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:dt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:dt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:dt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:dt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:dt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:dt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:dt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:dt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:dt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:dt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:dt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:dt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:dt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:dt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
65
65
  /**
66
66
  * @license
67
67
  * Copyright 2021 Google LLC
@@ -90,7 +90,7 @@ var lt,at;null==rt||rt(X,G),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
90
90
  * @license
91
91
  * Copyright 2020 Google LLC
92
92
  * SPDX-License-Identifier: BSD-3-Clause
93
- */const{H:St}=st,kt=()=>document.createComment(""),Ct=(t,e,i)=>{var o;const n=t._$AA.parentNode,s=void 0===e?t._$AB:e._$AA;if(void 0===i){const e=n.insertBefore(kt(),s),o=n.insertBefore(kt(),s);i=new St(e,o,t,t.options)}else{const e=i._$AB.nextSibling,r=i._$AM,l=r!==t;if(l){let e;null===(o=i._$AQ)||void 0===o||o.call(i,t),i._$AM=t,void 0!==i._$AP&&(e=t._$AU)!==r._$AU&&i._$AP(e)}if(e!==s||l){let t=i._$AA;for(;t!==e;){const e=t.nextSibling;n.insertBefore(t,s),t=e}}}return i},Et=(t,e,i=t)=>(t._$AI(e,i),t),Nt={},Rt=t=>{var e;null===(e=t._$AP)||void 0===e||e.call(t,!1,!0);let i=t._$AA;const o=t._$AB.nextSibling;for(;i!==o;){const t=i.nextSibling;i.remove(),i=t}},zt=(t,e,i)=>{const o=new Map;for(let n=e;n<=i;n++)o.set(t[n],n);return o},Mt=wt(class extends Ot{constructor(t){if(super(t),t.type!==$t)throw Error("repeat() can only be used in text expressions")}dt(t,e,i){let o;void 0===i?i=e:void 0!==e&&(o=e);const n=[],s=[];let r=0;for(const e of t)n[r]=o?o(e,r):r,s[r]=i(e,r),r++;return{values:s,keys:n}}render(t,e,i){return this.dt(t,e,i).values}update(t,[e,i,o]){var n;const s=(t=>t._$AH)(t),{values:r,keys:l}=this.dt(e,i,o);if(!Array.isArray(s))return this.at=l,r;const a=null!==(n=this.at)&&void 0!==n?n:this.at=[],p=[];let c,d,f=0,h=s.length-1,u=0,x=r.length-1;for(;f<=h&&u<=x;)if(null===s[f])f++;else if(null===s[h])h--;else if(a[f]===l[u])p[u]=Et(s[f],r[u]),f++,u++;else if(a[h]===l[x])p[x]=Et(s[h],r[x]),h--,x--;else if(a[f]===l[x])p[x]=Et(s[f],r[x]),Ct(t,p[x+1],s[f]),f++,x--;else if(a[h]===l[u])p[u]=Et(s[h],r[u]),Ct(t,s[f],s[h]),h--,u++;else if(void 0===c&&(c=zt(l,u,x),d=zt(a,f,h)),c.has(a[f]))if(c.has(a[h])){const e=d.get(l[u]),i=void 0!==e?s[e]:null;if(null===i){const e=Ct(t,s[f]);Et(e,r[u]),p[u]=e}else p[u]=Et(i,r[u]),Ct(t,s[f],i),s[e]=null;u++}else Rt(s[h]),h--;else Rt(s[f]),f++;for(;u<=x;){const e=Ct(t,p[x+1]);Et(e,r[u]),p[u++]=e}for(;f<=h;){const t=s[f++];null!==t&&Rt(t)}return this.at=l,((t,e=Nt)=>{t._$AH=e})(t,p),W}});
93
+ */const{H:St}=st,kt=()=>document.createComment(""),Ct=(t,e,i)=>{var o;const n=t._$AA.parentNode,s=void 0===e?t._$AB:e._$AA;if(void 0===i){const e=n.insertBefore(kt(),s),o=n.insertBefore(kt(),s);i=new St(e,o,t,t.options)}else{const e=i._$AB.nextSibling,r=i._$AM,l=r!==t;if(l){let e;null===(o=i._$AQ)||void 0===o||o.call(i,t),i._$AM=t,void 0!==i._$AP&&(e=t._$AU)!==r._$AU&&i._$AP(e)}if(e!==s||l){let t=i._$AA;for(;t!==e;){const e=t.nextSibling;n.insertBefore(t,s),t=e}}}return i},Et=(t,e,i=t)=>(t._$AI(e,i),t),Nt={},Rt=t=>{var e;null===(e=t._$AP)||void 0===e||e.call(t,!1,!0);let i=t._$AA;const o=t._$AB.nextSibling;for(;i!==o;){const t=i.nextSibling;i.remove(),i=t}},zt=(t,e,i)=>{const o=new Map;for(let n=e;n<=i;n++)o.set(t[n],n);return o},Mt=wt(class extends Ot{constructor(t){if(super(t),t.type!==$t)throw Error("repeat() can only be used in text expressions")}dt(t,e,i){let o;void 0===i?i=e:void 0!==e&&(o=e);const n=[],s=[];let r=0;for(const e of t)n[r]=o?o(e,r):r,s[r]=i(e,r),r++;return{values:s,keys:n}}render(t,e,i){return this.dt(t,e,i).values}update(t,[e,i,o]){var n;const s=(t=>t._$AH)(t),{values:r,keys:l}=this.dt(e,i,o);if(!Array.isArray(s))return this.ut=l,r;const a=null!==(n=this.ut)&&void 0!==n?n:this.ut=[],p=[];let c,d,f=0,h=s.length-1,u=0,x=r.length-1;for(;f<=h&&u<=x;)if(null===s[f])f++;else if(null===s[h])h--;else if(a[f]===l[u])p[u]=Et(s[f],r[u]),f++,u++;else if(a[h]===l[x])p[x]=Et(s[h],r[x]),h--,x--;else if(a[f]===l[x])p[x]=Et(s[f],r[x]),Ct(t,p[x+1],s[f]),f++,x--;else if(a[h]===l[u])p[u]=Et(s[h],r[u]),Ct(t,s[f],s[h]),h--,u++;else if(void 0===c&&(c=zt(l,u,x),d=zt(a,f,h)),c.has(a[f]))if(c.has(a[h])){const e=d.get(l[u]),i=void 0!==e?s[e]:null;if(null===i){const e=Ct(t,s[f]);Et(e,r[u]),p[u]=e}else p[u]=Et(i,r[u]),Ct(t,s[f],i),s[e]=null;u++}else Rt(s[h]),h--;else Rt(s[f]),f++;for(;u<=x;){const e=Ct(t,p[x+1]);Et(e,r[u]),p[u++]=e}for(;f<=h;){const t=s[f++];null!==t&&Rt(t)}return this.ut=l,((t,e=Nt)=>{t._$AH=e})(t,p),W}});
94
94
  /**
95
95
  * @license
96
96
  * Copyright 2017 Google LLC
@@ -101,114 +101,114 @@ var lt,at;null==rt||rt(X,G),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
101
101
  * Copyright 2017 Google LLC
102
102
  * SPDX-License-Identifier: BSD-3-Clause
103
103
  */
104
- class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||null==t)return this.vt=void 0,this.it=t;if(t===W)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this.vt;this.it=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Ft.directiveName="unsafeHTML",Ft.resultType=1;const Ut=wt(Ft),Dt=wt(class extends Ot{constructor(t){var e;if(super(t),t.type!==mt||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.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]){var i,o;if(void 0===this.st){this.st=new Set,void 0!==t.strings&&(this.et=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.et)||void 0===i?void 0:i.has(t))&&this.st.add(t);return this.render(e)}const n=t.element.classList;this.st.forEach((t=>{t in e||(n.remove(t),this.st.delete(t))}));for(const t in e){const i=!!e[t];i===this.st.has(t)||(null===(o=this.et)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.st.add(t)):(n.remove(t),this.st.delete(t)))}return W}}),Bt=t=>({_$litStatic$:t}),jt=new Map,Tt=(t=>(e,...i)=>{var o;const n=i.length;let s,r;const l=[],a=[];let p,c=0,d=!1;for(;c<n;){for(p=e[c];c<n&&void 0!==(r=i[c],s=null===(o=r)||void 0===o?void 0:o._$litStatic$);)p+=s+e[++c],d=!0;a.push(r),l.push(p),c++}if(c===n&&l.push(e[n]),d){const t=l.join("$$lit$$");void 0===(e=jt.get(t))&&(l.raw=l,jt.set(t,e=l)),i=a}return t(e,...i)})(H);
104
+ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||null==t)return this.ft=void 0,this.it=t;if(t===W)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this.ft;this.it=t;const e=[t];return e.raw=e,this.ft={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Ft.directiveName="unsafeHTML",Ft.resultType=1;const Ut=wt(Ft),Dt=wt(class extends Ot{constructor(t){var e;if(super(t),t.type!==mt||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.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]){var i,o;if(void 0===this.et){this.et=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]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.et.add(t);return this.render(e)}const n=t.element.classList;this.et.forEach((t=>{t in e||(n.remove(t),this.et.delete(t))}));for(const t in e){const i=!!e[t];i===this.et.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.et.add(t)):(n.remove(t),this.et.delete(t)))}return W}}),Bt=Symbol.for(""),jt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===Bt)return null===(i=t)||void 0===i?void 0:i._$litStatic$},Tt=t=>({_$litStatic$:t,r:Bt}),At=new Map,Lt=(t=>(e,...i)=>{const o=i.length;let n,s;const r=[],l=[];let a,p=0,c=!1;for(;p<o;){for(a=e[p];p<o&&void 0!==(s=i[p],n=jt(s));)a+=n+e[++p],c=!0;l.push(s),r.push(a),p++}if(p===o&&r.push(e[o]),c){const t=r.join("$$lit$$");void 0===(e=At.get(t))&&(r.raw=r,At.set(t,e=r)),i=l}return t(e,...i)})(H);
105
105
  /**
106
106
  * @license
107
107
  * Copyright 2018 Google LLC
108
108
  * SPDX-License-Identifier: BSD-3-Clause
109
- */var At,Lt=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};!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"}(At||(At={}));const It=dt.extend("--ft-typography-font-family",ht.titleFont),Pt=dt.extend("--ft-typography-font-family",ht.contentFont),_t={fontFamily:Pt,fontSize:dt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:dt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:dt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:dt.create("--ft-typography-line-height","SIZE","24px"),textTransform:dt.create("--ft-typography-text-transform","UNKNOWN","inherit")},Ht=dt.extend("--ft-typography-title-font-family",It),Wt=dt.extend("--ft-typography-title-font-size",_t.fontSize,"20px"),Zt=dt.extend("--ft-typography-title-font-weight",_t.fontWeight,"normal"),Kt=dt.extend("--ft-typography-title-letter-spacing",_t.letterSpacing,"0.15px"),Vt=dt.extend("--ft-typography-title-line-height",_t.lineHeight,"24px"),qt=dt.extend("--ft-typography-title-text-transform",_t.textTransform,"inherit"),Xt=dt.extend("--ft-typography-title-dense-font-family",It),Jt=dt.extend("--ft-typography-title-dense-font-size",_t.fontSize,"14px"),Yt=dt.extend("--ft-typography-title-dense-font-weight",_t.fontWeight,"normal"),Gt=dt.extend("--ft-typography-title-dense-letter-spacing",_t.letterSpacing,"0.105px"),Qt=dt.extend("--ft-typography-title-dense-line-height",_t.lineHeight,"24px"),te=dt.extend("--ft-typography-title-dense-text-transform",_t.textTransform,"inherit"),ee=dt.extend("--ft-typography-subtitle1-font-family",Pt),ie=dt.extend("--ft-typography-subtitle1-font-size",_t.fontSize,"16px"),oe=dt.extend("--ft-typography-subtitle1-font-weight",_t.fontWeight,"600"),ne=dt.extend("--ft-typography-subtitle1-letter-spacing",_t.letterSpacing,"0.144px"),se=dt.extend("--ft-typography-subtitle1-line-height",_t.lineHeight,"24px"),re=dt.extend("--ft-typography-subtitle1-text-transform",_t.textTransform,"inherit"),le=dt.extend("--ft-typography-subtitle2-font-family",Pt),ae=dt.extend("--ft-typography-subtitle2-font-size",_t.fontSize,"14px"),pe=dt.extend("--ft-typography-subtitle2-font-weight",_t.fontWeight,"normal"),ce=dt.extend("--ft-typography-subtitle2-letter-spacing",_t.letterSpacing,"0.098px"),de=dt.extend("--ft-typography-subtitle2-line-height",_t.lineHeight,"24px"),fe=dt.extend("--ft-typography-subtitle2-text-transform",_t.textTransform,"inherit"),he={fontFamily:dt.extend("--ft-typography-body1-font-family",Pt),fontSize:dt.extend("--ft-typography-body1-font-size",_t.fontSize,"16px"),fontWeight:dt.extend("--ft-typography-body1-font-weight",_t.fontWeight,"normal"),letterSpacing:dt.extend("--ft-typography-body1-letter-spacing",_t.letterSpacing,"0.496px"),lineHeight:dt.extend("--ft-typography-body1-line-height",_t.lineHeight,"24px"),textTransform:dt.extend("--ft-typography-body1-text-transform",_t.textTransform,"inherit")},ue=dt.extend("--ft-typography-body2-font-family",Pt),xe=dt.extend("--ft-typography-body2-font-size",_t.fontSize,"14px"),be=dt.extend("--ft-typography-body2-font-weight",_t.fontWeight,"normal"),ve=dt.extend("--ft-typography-body2-letter-spacing",_t.letterSpacing,"0.252px"),ye=dt.extend("--ft-typography-body2-line-height",_t.lineHeight,"20px"),ge=dt.extend("--ft-typography-body2-text-transform",_t.textTransform,"inherit"),me={fontFamily:dt.extend("--ft-typography-caption-font-family",Pt),fontSize:dt.extend("--ft-typography-caption-font-size",_t.fontSize,"12px"),fontWeight:dt.extend("--ft-typography-caption-font-weight",_t.fontWeight,"normal"),letterSpacing:dt.extend("--ft-typography-caption-letter-spacing",_t.letterSpacing,"0.396px"),lineHeight:dt.extend("--ft-typography-caption-line-height",_t.lineHeight,"16px"),textTransform:dt.extend("--ft-typography-caption-text-transform",_t.textTransform,"inherit")},$e=dt.extend("--ft-typography-breadcrumb-font-family",Pt),we=dt.extend("--ft-typography-breadcrumb-font-size",_t.fontSize,"10px"),Oe=dt.extend("--ft-typography-breadcrumb-font-weight",_t.fontWeight,"normal"),Se=dt.extend("--ft-typography-breadcrumb-letter-spacing",_t.letterSpacing,"0.33px"),ke=dt.extend("--ft-typography-breadcrumb-line-height",_t.lineHeight,"16px"),Ce=dt.extend("--ft-typography-breadcrumb-text-transform",_t.textTransform,"inherit"),Ee=dt.extend("--ft-typography-overline-font-family",Pt),Ne=dt.extend("--ft-typography-overline-font-size",_t.fontSize,"10px"),Re=dt.extend("--ft-typography-overline-font-weight",_t.fontWeight,"normal"),ze=dt.extend("--ft-typography-overline-letter-spacing",_t.letterSpacing,"1.5px"),Me=dt.extend("--ft-typography-overline-line-height",_t.lineHeight,"16px"),Fe=dt.extend("--ft-typography-overline-text-transform",_t.textTransform,"uppercase"),Ue={fontFamily:dt.extend("--ft-typography-button-font-family",Pt),fontSize:dt.extend("--ft-typography-button-font-size",_t.fontSize,"14px"),fontWeight:dt.extend("--ft-typography-button-font-weight",_t.fontWeight,"600"),letterSpacing:dt.extend("--ft-typography-button-letter-spacing",_t.letterSpacing,"1.246px"),lineHeight:dt.extend("--ft-typography-button-line-height",_t.lineHeight,"16px"),textTransform:dt.extend("--ft-typography-button-text-transform",_t.textTransform,"uppercase")},De=u`
109
+ */var It,Pt=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};!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"}(It||(It={}));const _t=dt.extend("--ft-typography-font-family",ht.titleFont),Ht=dt.extend("--ft-typography-font-family",ht.contentFont),Wt={fontFamily:Ht,fontSize:dt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:dt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:dt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:dt.create("--ft-typography-line-height","SIZE","24px"),textTransform:dt.create("--ft-typography-text-transform","UNKNOWN","inherit")},Zt=dt.extend("--ft-typography-title-font-family",_t),Kt=dt.extend("--ft-typography-title-font-size",Wt.fontSize,"20px"),Vt=dt.extend("--ft-typography-title-font-weight",Wt.fontWeight,"normal"),qt=dt.extend("--ft-typography-title-letter-spacing",Wt.letterSpacing,"0.15px"),Xt=dt.extend("--ft-typography-title-line-height",Wt.lineHeight,"24px"),Jt=dt.extend("--ft-typography-title-text-transform",Wt.textTransform,"inherit"),Yt=dt.extend("--ft-typography-title-dense-font-family",_t),Gt=dt.extend("--ft-typography-title-dense-font-size",Wt.fontSize,"14px"),Qt=dt.extend("--ft-typography-title-dense-font-weight",Wt.fontWeight,"normal"),te=dt.extend("--ft-typography-title-dense-letter-spacing",Wt.letterSpacing,"0.105px"),ee=dt.extend("--ft-typography-title-dense-line-height",Wt.lineHeight,"24px"),ie=dt.extend("--ft-typography-title-dense-text-transform",Wt.textTransform,"inherit"),oe=dt.extend("--ft-typography-subtitle1-font-family",Ht),ne=dt.extend("--ft-typography-subtitle1-font-size",Wt.fontSize,"16px"),se=dt.extend("--ft-typography-subtitle1-font-weight",Wt.fontWeight,"600"),re=dt.extend("--ft-typography-subtitle1-letter-spacing",Wt.letterSpacing,"0.144px"),le=dt.extend("--ft-typography-subtitle1-line-height",Wt.lineHeight,"24px"),ae=dt.extend("--ft-typography-subtitle1-text-transform",Wt.textTransform,"inherit"),pe=dt.extend("--ft-typography-subtitle2-font-family",Ht),ce=dt.extend("--ft-typography-subtitle2-font-size",Wt.fontSize,"14px"),de=dt.extend("--ft-typography-subtitle2-font-weight",Wt.fontWeight,"normal"),fe=dt.extend("--ft-typography-subtitle2-letter-spacing",Wt.letterSpacing,"0.098px"),he=dt.extend("--ft-typography-subtitle2-line-height",Wt.lineHeight,"24px"),ue=dt.extend("--ft-typography-subtitle2-text-transform",Wt.textTransform,"inherit"),xe={fontFamily:dt.extend("--ft-typography-body1-font-family",Ht),fontSize:dt.extend("--ft-typography-body1-font-size",Wt.fontSize,"16px"),fontWeight:dt.extend("--ft-typography-body1-font-weight",Wt.fontWeight,"normal"),letterSpacing:dt.extend("--ft-typography-body1-letter-spacing",Wt.letterSpacing,"0.496px"),lineHeight:dt.extend("--ft-typography-body1-line-height",Wt.lineHeight,"24px"),textTransform:dt.extend("--ft-typography-body1-text-transform",Wt.textTransform,"inherit")},be=dt.extend("--ft-typography-body2-font-family",Ht),ve=dt.extend("--ft-typography-body2-font-size",Wt.fontSize,"14px"),ye=dt.extend("--ft-typography-body2-font-weight",Wt.fontWeight,"normal"),ge=dt.extend("--ft-typography-body2-letter-spacing",Wt.letterSpacing,"0.252px"),me=dt.extend("--ft-typography-body2-line-height",Wt.lineHeight,"20px"),$e=dt.extend("--ft-typography-body2-text-transform",Wt.textTransform,"inherit"),we={fontFamily:dt.extend("--ft-typography-caption-font-family",Ht),fontSize:dt.extend("--ft-typography-caption-font-size",Wt.fontSize,"12px"),fontWeight:dt.extend("--ft-typography-caption-font-weight",Wt.fontWeight,"normal"),letterSpacing:dt.extend("--ft-typography-caption-letter-spacing",Wt.letterSpacing,"0.396px"),lineHeight:dt.extend("--ft-typography-caption-line-height",Wt.lineHeight,"16px"),textTransform:dt.extend("--ft-typography-caption-text-transform",Wt.textTransform,"inherit")},Oe=dt.extend("--ft-typography-breadcrumb-font-family",Ht),Se=dt.extend("--ft-typography-breadcrumb-font-size",Wt.fontSize,"10px"),ke=dt.extend("--ft-typography-breadcrumb-font-weight",Wt.fontWeight,"normal"),Ce=dt.extend("--ft-typography-breadcrumb-letter-spacing",Wt.letterSpacing,"0.33px"),Ee=dt.extend("--ft-typography-breadcrumb-line-height",Wt.lineHeight,"16px"),Ne=dt.extend("--ft-typography-breadcrumb-text-transform",Wt.textTransform,"inherit"),Re=dt.extend("--ft-typography-overline-font-family",Ht),ze=dt.extend("--ft-typography-overline-font-size",Wt.fontSize,"10px"),Me=dt.extend("--ft-typography-overline-font-weight",Wt.fontWeight,"normal"),Fe=dt.extend("--ft-typography-overline-letter-spacing",Wt.letterSpacing,"1.5px"),Ue=dt.extend("--ft-typography-overline-line-height",Wt.lineHeight,"16px"),De=dt.extend("--ft-typography-overline-text-transform",Wt.textTransform,"uppercase"),Be={fontFamily:dt.extend("--ft-typography-button-font-family",Ht),fontSize:dt.extend("--ft-typography-button-font-size",Wt.fontSize,"14px"),fontWeight:dt.extend("--ft-typography-button-font-weight",Wt.fontWeight,"600"),letterSpacing:dt.extend("--ft-typography-button-letter-spacing",Wt.letterSpacing,"1.246px"),lineHeight:dt.extend("--ft-typography-button-line-height",Wt.lineHeight,"16px"),textTransform:dt.extend("--ft-typography-button-text-transform",Wt.textTransform,"uppercase")},je=u`
110
110
  .ft-typography--title {
111
- font-family: ${Ht};
112
- font-size: ${Wt};
113
- font-weight: ${Zt};
114
- letter-spacing: ${Kt};
115
- line-height: ${Vt};
116
- text-transform: ${qt};
111
+ font-family: ${Zt};
112
+ font-size: ${Kt};
113
+ font-weight: ${Vt};
114
+ letter-spacing: ${qt};
115
+ line-height: ${Xt};
116
+ text-transform: ${Jt};
117
117
  }
118
- `,Be=u`
118
+ `,Te=u`
119
119
  .ft-typography--title-dense {
120
- font-family: ${Xt};
121
- font-size: ${Jt};
122
- font-weight: ${Yt};
123
- letter-spacing: ${Gt};
124
- line-height: ${Qt};
125
- text-transform: ${te};
120
+ font-family: ${Yt};
121
+ font-size: ${Gt};
122
+ font-weight: ${Qt};
123
+ letter-spacing: ${te};
124
+ line-height: ${ee};
125
+ text-transform: ${ie};
126
126
  }
127
- `,je=u`
127
+ `,Ae=u`
128
128
  .ft-typography--subtitle1 {
129
- font-family: ${ee};
130
- font-size: ${ie};
131
- font-weight: ${oe};
132
- letter-spacing: ${ne};
133
- line-height: ${se};
134
- text-transform: ${re};
129
+ font-family: ${oe};
130
+ font-size: ${ne};
131
+ font-weight: ${se};
132
+ letter-spacing: ${re};
133
+ line-height: ${le};
134
+ text-transform: ${ae};
135
135
  }
136
- `,Te=u`
136
+ `,Le=u`
137
137
  .ft-typography--subtitle2 {
138
- font-family: ${le};
139
- font-size: ${ae};
140
- font-weight: ${pe};
141
- letter-spacing: ${ce};
142
- line-height: ${de};
143
- text-transform: ${fe};
138
+ font-family: ${pe};
139
+ font-size: ${ce};
140
+ font-weight: ${de};
141
+ letter-spacing: ${fe};
142
+ line-height: ${he};
143
+ text-transform: ${ue};
144
144
  }
145
145
 
146
- `,Ae=u`
146
+ `,Ie=u`
147
147
  .ft-typography--body1 {
148
- font-family: ${he.fontFamily};
149
- font-size: ${he.fontSize};
150
- font-weight: ${he.fontWeight};
151
- letter-spacing: ${he.letterSpacing};
152
- line-height: ${he.lineHeight};
153
- text-transform: ${he.textTransform};
148
+ font-family: ${xe.fontFamily};
149
+ font-size: ${xe.fontSize};
150
+ font-weight: ${xe.fontWeight};
151
+ letter-spacing: ${xe.letterSpacing};
152
+ line-height: ${xe.lineHeight};
153
+ text-transform: ${xe.textTransform};
154
154
  }
155
- `,Le=u`
155
+ `,Pe=u`
156
156
  .ft-typography--body2 {
157
- font-family: ${ue};
158
- font-size: ${xe};
159
- font-weight: ${be};
160
- letter-spacing: ${ve};
161
- line-height: ${ye};
162
- text-transform: ${ge};
157
+ font-family: ${be};
158
+ font-size: ${ve};
159
+ font-weight: ${ye};
160
+ letter-spacing: ${ge};
161
+ line-height: ${me};
162
+ text-transform: ${$e};
163
163
  }
164
- `,Ie=u`
164
+ `,_e=u`
165
165
  .ft-typography--caption {
166
- font-family: ${me.fontFamily};
167
- font-size: ${me.fontSize};
168
- font-weight: ${me.fontWeight};
169
- letter-spacing: ${me.letterSpacing};
170
- line-height: ${me.lineHeight};
171
- text-transform: ${me.textTransform};
166
+ font-family: ${we.fontFamily};
167
+ font-size: ${we.fontSize};
168
+ font-weight: ${we.fontWeight};
169
+ letter-spacing: ${we.letterSpacing};
170
+ line-height: ${we.lineHeight};
171
+ text-transform: ${we.textTransform};
172
172
  }
173
- `,Pe=u`
173
+ `,He=u`
174
174
  .ft-typography--breadcrumb {
175
- font-family: ${$e};
176
- font-size: ${we};
177
- font-weight: ${Oe};
178
- letter-spacing: ${Se};
179
- line-height: ${ke};
180
- text-transform: ${Ce};
175
+ font-family: ${Oe};
176
+ font-size: ${Se};
177
+ font-weight: ${ke};
178
+ letter-spacing: ${Ce};
179
+ line-height: ${Ee};
180
+ text-transform: ${Ne};
181
181
  }
182
- `,_e=u`
182
+ `,We=u`
183
183
  .ft-typography--overline {
184
- font-family: ${Ee};
185
- font-size: ${Ne};
186
- font-weight: ${Re};
187
- letter-spacing: ${ze};
188
- line-height: ${Me};
189
- text-transform: ${Fe};
184
+ font-family: ${Re};
185
+ font-size: ${ze};
186
+ font-weight: ${Me};
187
+ letter-spacing: ${Fe};
188
+ line-height: ${Ue};
189
+ text-transform: ${De};
190
190
  }
191
- `,He=u`
191
+ `,Ze=u`
192
192
  .ft-typography--button {
193
- font-family: ${Ue.fontFamily};
194
- font-size: ${Ue.fontSize};
195
- font-weight: ${Ue.fontWeight};
196
- letter-spacing: ${Ue.letterSpacing};
197
- line-height: ${Ue.lineHeight};
198
- text-transform: ${Ue.textTransform};
193
+ font-family: ${Be.fontFamily};
194
+ font-size: ${Be.fontSize};
195
+ font-weight: ${Be.fontWeight};
196
+ letter-spacing: ${Be.letterSpacing};
197
+ line-height: ${Be.lineHeight};
198
+ text-transform: ${Be.textTransform};
199
199
  }
200
- `;class We extends ut{constructor(){super(...arguments),this.variant=At.body1}render(){return this.element?Tt`
201
- <${Bt(this.element)}
200
+ `;class Ke extends ut{constructor(){super(...arguments),this.variant=It.body1}render(){return this.element?Lt`
201
+ <${Tt(this.element)}
202
202
  class="ft-typography ft-typography--${this.variant}">
203
203
  <slot></slot>
204
- </${Bt(this.element)}>
205
- `:Tt`
204
+ </${Tt(this.element)}>
205
+ `:Lt`
206
206
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
207
- `}}We.styles=[De,Be,je,Te,Ae,Le,Ie,Pe,_e,He,u`
207
+ `}}Ke.styles=[je,Te,Ae,Le,Ie,Pe,_e,He,We,Ze,u`
208
208
  .ft-typography {
209
209
  vertical-align: inherit;
210
210
  }
211
- `],Lt([i()],We.prototype,"element",void 0),Lt([i()],We.prototype,"variant",void 0),a("ft-typography")(We);var Ze=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const Ke={fontSize:dt.create("--ft-input-label-font-size","SIZE","14px"),raisedFontSize:dt.create("--ft-input-label-raised-font-size","SIZE","11px"),raisedZIndex:dt.create("--ft-input-label-outlined-raised-z-index","NUMBER","2"),verticalSpacing:dt.create("--ft-input-label-vertical-spacing","SIZE","4px"),horizontalSpacing:dt.create("--ft-input-label-horizontal-spacing","SIZE","12px"),borderColor:dt.extend("--ft-input-label-border-color",ht.colorOutline),textColor:dt.extend("--ft-input-label-text-color",ht.colorOnSurfaceMedium),disabledTextColor:dt.extend("--ft-input-label-disabled-text-color",ht.colorOnSurfaceDisabled),colorSurface:dt.external(ht.colorSurface,"Design system"),borderRadiusS:dt.external(ht.borderRadiusS,"Design system"),colorError:dt.external(ht.colorError,"Design system")};class Ve extends ut{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return H`
211
+ `],Pt([i()],Ke.prototype,"element",void 0),Pt([i()],Ke.prototype,"variant",void 0),a("ft-typography")(Ke);var Ve=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const qe={fontSize:dt.create("--ft-input-label-font-size","SIZE","14px"),raisedFontSize:dt.create("--ft-input-label-raised-font-size","SIZE","11px"),raisedZIndex:dt.create("--ft-input-label-outlined-raised-z-index","NUMBER","2"),verticalSpacing:dt.create("--ft-input-label-vertical-spacing","SIZE","4px"),horizontalSpacing:dt.create("--ft-input-label-horizontal-spacing","SIZE","12px"),borderColor:dt.extend("--ft-input-label-border-color",ht.colorOutline),textColor:dt.extend("--ft-input-label-text-color",ht.colorOnSurfaceMedium),disabledTextColor:dt.extend("--ft-input-label-disabled-text-color",ht.colorOnSurfaceDisabled),colorSurface:dt.external(ht.colorSurface,"Design system"),borderRadiusS:dt.external(ht.borderRadiusS,"Design system"),colorError:dt.external(ht.colorError,"Design system")};class Xe extends ut{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return H`
212
212
  <div class="${Dt(t)}">
213
213
  ${this.text?H`
214
214
  <div class="ft-input-label--text ft-typography--caption">
@@ -217,7 +217,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
217
217
  </div>
218
218
  `:null}
219
219
  </div>
220
- `}}Ve.elementDefinitions={},Ve.styles=[Ie,u`
220
+ `}}Xe.elementDefinitions={},Xe.styles=[_e,u`
221
221
  .ft-input-label {
222
222
  position: absolute;
223
223
  inset: 0;
@@ -225,11 +225,11 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
225
225
  }
226
226
 
227
227
  .ft-input-label {
228
- border-color: ${Ke.borderColor};
228
+ border-color: ${qe.borderColor};
229
229
  }
230
230
 
231
231
  .ft-input-label.ft-input-label--in-error {
232
- border-color: ${Ke.colorError}
232
+ border-color: ${qe.colorError}
233
233
  }
234
234
 
235
235
  .ft-input-label:before,
@@ -242,7 +242,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
242
242
  }
243
243
 
244
244
  .ft-input-label:before {
245
- width: ${Ke.horizontalSpacing};
245
+ width: ${qe.horizontalSpacing};
246
246
  flex-shrink: 0;
247
247
  }
248
248
 
@@ -258,18 +258,18 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
258
258
  border-bottom-width: 1px;
259
259
  border-bottom-style: solid;
260
260
  border-color: inherit;
261
- color: ${Ke.textColor};
261
+ color: ${qe.textColor};
262
262
  transition: font-size 250ms, line-height 250ms, color 250ms;
263
- ${ft(me.fontSize,Ke.fontSize)};
264
- ${ft(me.lineHeight,Ke.fontSize)};
263
+ ${ft(we.fontSize,qe.fontSize)};
264
+ ${ft(we.lineHeight,qe.fontSize)};
265
265
  }
266
266
 
267
267
  .ft-input-label--in-error .ft-input-label--text {
268
- color: ${Ke.colorError}
268
+ color: ${qe.colorError}
269
269
  }
270
270
 
271
271
  .ft-input-label--disabled .ft-input-label--text {
272
- color: ${Ke.disabledTextColor};
272
+ color: ${qe.disabledTextColor};
273
273
  }
274
274
 
275
275
  .ft-input-label--hidden-text {
@@ -285,17 +285,17 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
285
285
  overflow: hidden;
286
286
  white-space: nowrap;
287
287
  text-overflow: ellipsis;
288
- padding: ${Ke.verticalSpacing} 4px;
289
- margin: calc(${Ke.verticalSpacing} * -1) 0;
288
+ padding: ${qe.verticalSpacing} 4px;
289
+ margin: calc(${qe.verticalSpacing} * -1) 0;
290
290
  }
291
291
 
292
292
  .ft-input-label--raised .ft-input-label--text {
293
- ${ft(me.fontSize,Ke.raisedFontSize)};
294
- ${ft(me.lineHeight,Ke.raisedFontSize)};
293
+ ${ft(we.fontSize,qe.raisedFontSize)};
294
+ ${ft(we.lineHeight,qe.raisedFontSize)};
295
295
  }
296
296
 
297
297
  .ft-input-label--raised .ft-input-label--floating-text {
298
- top: ${Ke.verticalSpacing};
298
+ top: ${qe.verticalSpacing};
299
299
  }
300
300
 
301
301
  .ft-input-label--outlined .ft-input-label--text,
@@ -308,27 +308,27 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
308
308
  .ft-input-label--outlined:before {
309
309
  border-left-width: 1px;
310
310
  border-left-style: solid;
311
- border-radius: ${Ke.borderRadiusS} 0 0 ${Ke.borderRadiusS};
311
+ border-radius: ${qe.borderRadiusS} 0 0 ${qe.borderRadiusS};
312
312
  }
313
313
 
314
314
  .ft-input-label--outlined:after {
315
315
  border-right-width: 1px;
316
316
  border-right-style: solid;
317
- border-radius: 0 ${Ke.borderRadiusS} ${Ke.borderRadiusS} 0;
317
+ border-radius: 0 ${qe.borderRadiusS} ${qe.borderRadiusS} 0;
318
318
  }
319
319
 
320
320
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
321
321
  padding: 2px 4px;
322
- z-index: ${Ke.raisedZIndex};
323
- background-color: ${Ke.colorSurface};
324
- border-radius: ${Ke.borderRadiusS};
322
+ z-index: ${qe.raisedZIndex};
323
+ background-color: ${qe.colorSurface};
324
+ border-radius: ${qe.borderRadiusS};
325
325
  top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
326
326
  }
327
327
 
328
328
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
329
329
  border-top: none;
330
330
  }
331
- `],Ze([i({type:String})],Ve.prototype,"text",void 0),Ze([i({type:Boolean})],Ve.prototype,"raised",void 0),Ze([i({type:Boolean})],Ve.prototype,"outlined",void 0),Ze([i({type:Boolean})],Ve.prototype,"disabled",void 0),Ze([i({type:Boolean})],Ve.prototype,"error",void 0),a("ft-input-label")(Ve);var qe=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const Xe=dt.extend("--ft-ripple-color",ht.colorContent),Je={color:Xe,backgroundColor:dt.extend("--ft-ripple-background-color",Xe),opacityContentOnSurfacePressed:dt.external(ht.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:dt.external(ht.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:dt.external(ht.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:dt.external(ht.opacityContentOnSurfaceSelected,"Design system")},Ye=dt.extend("--ft-ripple-color",ht.colorPrimary),Ge=Ye,Qe=dt.extend("--ft-ripple-background-color",Ye),ti=dt.extend("--ft-ripple-color",ht.colorSecondary),ei=ti,ii=dt.extend("--ft-ripple-background-color",ti);class oi extends ut{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.rippleSize=0,this.originX=0,this.originY=0,this.resizeObserver=new ResizeObserver((()=>this.setRippleSize())),this.debouncer=new t(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.moveRipple=t=>{var e,i;let{x:o,y:n}=this.getCoordinates(t),s=null!==(i=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==i?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=o?o-s.x:s.width/2),this.originY=Math.round(null!=n?n-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return H`
331
+ `],Ve([i({type:String})],Xe.prototype,"text",void 0),Ve([i({type:Boolean})],Xe.prototype,"raised",void 0),Ve([i({type:Boolean})],Xe.prototype,"outlined",void 0),Ve([i({type:Boolean})],Xe.prototype,"disabled",void 0),Ve([i({type:Boolean})],Xe.prototype,"error",void 0),a("ft-input-label")(Xe);var Je=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const Ye=dt.extend("--ft-ripple-color",ht.colorContent),Ge={color:Ye,backgroundColor:dt.extend("--ft-ripple-background-color",Ye),opacityContentOnSurfacePressed:dt.external(ht.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:dt.external(ht.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:dt.external(ht.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:dt.external(ht.opacityContentOnSurfaceSelected,"Design system")},Qe=dt.extend("--ft-ripple-color",ht.colorPrimary),ti=Qe,ei=dt.extend("--ft-ripple-background-color",Qe),ii=dt.extend("--ft-ripple-color",ht.colorSecondary),oi=ii,ni=dt.extend("--ft-ripple-background-color",ii);class si extends ut{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.rippleSize=0,this.originX=0,this.originY=0,this.resizeObserver=new ResizeObserver((()=>this.setRippleSize())),this.debouncer=new t(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.moveRipple=t=>{var e,i;let{x:o,y:n}=this.getCoordinates(t),s=null!==(i=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==i?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=o?o-s.x:s.width/2),this.originY=Math.round(null!=n?n-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return H`
332
332
  <style>
333
333
  .ft-ripple .ft-ripple--effect,
334
334
  .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
@@ -345,7 +345,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
345
345
  <div class="ft-ripple--background"></div>
346
346
  <div class="ft-ripple--effect"></div>
347
347
  </div>
348
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){var e,i;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(i=this.target)||void 0===i||i.setAttribute("data-is-ft-ripple-target","true")),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){var t;super.connectedCallback();const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(e),this.setRippleSize()}setupFor(t){if(this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},i=e("mouseup","contextmenu"),o=e("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",i),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",i),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0}}getCoordinates(t){const e=t,i=t;let o,n;return null!=e.x?({x:o,y:n}=e):null!=i.touches&&(o=i.touches[0].clientX,n=i.touches[0].clientY),{x:o,y:n}}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}var ni,si;oi.elementDefinitions={},oi.styles=u`
348
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){var e,i;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(i=this.target)||void 0===i||i.setAttribute("data-is-ft-ripple-target","true")),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){var t;super.connectedCallback();const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(e),this.setRippleSize()}setupFor(t){if(this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},i=e("mouseup","contextmenu"),o=e("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",i),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",i),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0}}getCoordinates(t){const e=t,i=t;let o,n;return null!=e.x?({x:o,y:n}=e):null!=i.touches&&(o=i.touches[0].clientX,n=i.touches[0].clientY),{x:o,y:n}}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}var ri,li;si.elementDefinitions={},si.styles=u`
349
349
  :host {
350
350
  display: contents;
351
351
  }
@@ -367,27 +367,27 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
367
367
  }
368
368
 
369
369
  .ft-ripple .ft-ripple--background {
370
- background-color: ${Je.backgroundColor};
370
+ background-color: ${Ge.backgroundColor};
371
371
  }
372
372
 
373
373
  .ft-ripple .ft-ripple--effect {
374
- background-color: ${Je.color};
374
+ background-color: ${Ge.color};
375
375
  }
376
376
 
377
377
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
378
- background-color: ${ii};
378
+ background-color: ${ni};
379
379
  }
380
380
 
381
381
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
382
- background-color: ${ei};
382
+ background-color: ${oi};
383
383
  }
384
384
 
385
385
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
386
- background-color: ${Qe};
386
+ background-color: ${ei};
387
387
  }
388
388
 
389
389
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
390
- background-color: ${Ge};
390
+ background-color: ${ti};
391
391
  }
392
392
 
393
393
  .ft-ripple .ft-ripple--background {
@@ -419,36 +419,36 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
419
419
  }
420
420
 
421
421
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
422
- opacity: ${Je.opacityContentOnSurfaceHover};
422
+ opacity: ${Ge.opacityContentOnSurfaceHover};
423
423
  }
424
424
 
425
425
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
426
- opacity: ${Je.opacityContentOnSurfaceSelected};
426
+ opacity: ${Ge.opacityContentOnSurfaceSelected};
427
427
  }
428
428
 
429
429
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
430
- opacity: ${Je.opacityContentOnSurfaceFocused};
430
+ opacity: ${Ge.opacityContentOnSurfaceFocused};
431
431
  }
432
432
 
433
433
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
434
- opacity: ${Je.opacityContentOnSurfacePressed};
434
+ opacity: ${Ge.opacityContentOnSurfacePressed};
435
435
  transform: translate(-50%, -50%) scale(1);
436
436
  }
437
- `,qe([i({type:Boolean})],oi.prototype,"primary",void 0),qe([i({type:Boolean})],oi.prototype,"secondary",void 0),qe([i({type:Boolean})],oi.prototype,"unbounded",void 0),qe([i({type:Boolean})],oi.prototype,"activated",void 0),qe([i({type:Boolean})],oi.prototype,"selected",void 0),qe([i({type:Boolean})],oi.prototype,"disabled",void 0),qe([o()],oi.prototype,"hovered",void 0),qe([o()],oi.prototype,"focused",void 0),qe([o()],oi.prototype,"pressed",void 0),qe([o()],oi.prototype,"rippling",void 0),qe([o()],oi.prototype,"rippleSize",void 0),qe([o()],oi.prototype,"originX",void 0),qe([o()],oi.prototype,"originY",void 0),qe([s(".ft-ripple")],oi.prototype,"ripple",void 0),qe([s(".ft-ripple--effect")],oi.prototype,"rippleEffect",void 0),a("ft-ripple")(oi),function(t){t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.STAR_PLAIN="&#xe94b;",t.STAR="&#xe94c;",t.THUMBS_DOWN_PLAIN="&#xe94d;",t.THUMBS_DOWN="&#xe94e;",t.THUMBS_UP_PLAIN="&#xe94f;",t.THUMBS_UP="&#xe950;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe900;",t.EYE="\f06e",t.DISC="&#xe901;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe902;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe90f;",t.ADMIN_USERS="&#xe910;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe912;"}(ni||(ni={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(si||(si={})),new Map([...["abw"].map((t=>[t,si.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,si.AUDIO])),...["avi"].map((t=>[t,si.AVI])),...["chm","xhs"].map((t=>[t,si.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,si.CODE])),...["csv"].map((t=>[t,si.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,si.DITA])),...["epub"].map((t=>[t,si.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,si.EXCEL])),...["flac"].map((t=>[t,si.FLAC])),...["gif"].map((t=>[t,si.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,si.GZIP])),...["html","htm","xhtml"].map((t=>[t,si.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,si.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,si.JPEG])),...["json"].map((t=>[t,si.JSON])),...["m4a","m4p"].map((t=>[t,si.M4A])),...["mov","qt"].map((t=>[t,si.MOV])),...["mp3"].map((t=>[t,si.MP3])),...["mp4","m4v"].map((t=>[t,si.MP4])),...["ogg","oga"].map((t=>[t,si.OGG])),...["pdf","ps"].map((t=>[t,si.PDF])),...["png"].map((t=>[t,si.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,si.POWERPOINT])),...["rar"].map((t=>[t,si.RAR])),...["stp"].map((t=>[t,si.STP])),...["txt","rtf","md","mdown"].map((t=>[t,si.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,si.VIDEO])),...["wav"].map((t=>[t,si.WAV])),...["wma"].map((t=>[t,si.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,si.WORD])),...["xml","xsl","rdf"].map((t=>[t,si.XML])),...["yaml","yml","x-yaml"].map((t=>[t,si.YAML])),...["zip"].map((t=>[t,si.ZIP]))]);var ri,li=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(ri||(ri={}));const ai={size:dt.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:dt.extend("--ft-icon-fluid-topics-font-family",dt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:dt.extend("--ft-icon-file-format-font-family",dt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:dt.extend("--ft-icon-material-font-family",dt.create("--ft-icon-font-family","UNKNOWN","Material Icons"))};class pi extends ut{constructor(){super(...arguments),this.variant=ri.fluid_topics}render(){return H`
437
+ `,Je([i({type:Boolean})],si.prototype,"primary",void 0),Je([i({type:Boolean})],si.prototype,"secondary",void 0),Je([i({type:Boolean})],si.prototype,"unbounded",void 0),Je([i({type:Boolean})],si.prototype,"activated",void 0),Je([i({type:Boolean})],si.prototype,"selected",void 0),Je([i({type:Boolean})],si.prototype,"disabled",void 0),Je([o()],si.prototype,"hovered",void 0),Je([o()],si.prototype,"focused",void 0),Je([o()],si.prototype,"pressed",void 0),Je([o()],si.prototype,"rippling",void 0),Je([o()],si.prototype,"rippleSize",void 0),Je([o()],si.prototype,"originX",void 0),Je([o()],si.prototype,"originY",void 0),Je([s(".ft-ripple")],si.prototype,"ripple",void 0),Je([s(".ft-ripple--effect")],si.prototype,"rippleEffect",void 0),a("ft-ripple")(si),function(t){t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.STAR_PLAIN="&#xe94b;",t.STAR="&#xe94c;",t.THUMBS_DOWN_PLAIN="&#xe94d;",t.THUMBS_DOWN="&#xe94e;",t.THUMBS_UP_PLAIN="&#xe94f;",t.THUMBS_UP="&#xe950;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe900;",t.EYE="\f06e",t.DISC="&#xe901;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe902;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe90f;",t.ADMIN_USERS="&#xe910;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe912;"}(ri||(ri={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(li||(li={})),new Map([...["abw"].map((t=>[t,li.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,li.AUDIO])),...["avi"].map((t=>[t,li.AVI])),...["chm","xhs"].map((t=>[t,li.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,li.CODE])),...["csv"].map((t=>[t,li.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,li.DITA])),...["epub"].map((t=>[t,li.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,li.EXCEL])),...["flac"].map((t=>[t,li.FLAC])),...["gif"].map((t=>[t,li.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,li.GZIP])),...["html","htm","xhtml"].map((t=>[t,li.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,li.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,li.JPEG])),...["json"].map((t=>[t,li.JSON])),...["m4a","m4p"].map((t=>[t,li.M4A])),...["mov","qt"].map((t=>[t,li.MOV])),...["mp3"].map((t=>[t,li.MP3])),...["mp4","m4v"].map((t=>[t,li.MP4])),...["ogg","oga"].map((t=>[t,li.OGG])),...["pdf","ps"].map((t=>[t,li.PDF])),...["png"].map((t=>[t,li.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,li.POWERPOINT])),...["rar"].map((t=>[t,li.RAR])),...["stp"].map((t=>[t,li.STP])),...["txt","rtf","md","mdown"].map((t=>[t,li.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,li.VIDEO])),...["wav"].map((t=>[t,li.WAV])),...["wma"].map((t=>[t,li.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,li.WORD])),...["xml","xsl","rdf"].map((t=>[t,li.XML])),...["yaml","yml","x-yaml"].map((t=>[t,li.YAML])),...["zip"].map((t=>[t,li.ZIP]))]);var ai,pi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(ai||(ai={}));const ci={size:dt.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:dt.extend("--ft-icon-fluid-topics-font-family",dt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:dt.extend("--ft-icon-file-format-font-family",dt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:dt.extend("--ft-icon-material-font-family",dt.create("--ft-icon-font-family","UNKNOWN","Material Icons"))};class di extends ut{constructor(){super(...arguments),this.variant=ai.fluid_topics}render(){return H`
438
438
  <i class="ft-icon ${"ft-icon--"+this.variant}">
439
439
  ${Ut(this.getIcon())}
440
440
  <slot @slotchange=${()=>this.requestUpdate()} ?hidden=${"material"!==this.variant}></slot>
441
441
  </i>
442
- `}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}getIcon(){var t,e;let i=this.textContent;return this.variant===ri.file_format?null!==(t=si[i.toUpperCase()])&&void 0!==t?t:i:this.variant===ri.fluid_topics?null!==(e=ni[i.toUpperCase()])&&void 0!==e?e:i:Z}}pi.elementDefinitions={},pi.styles=u`
442
+ `}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}getIcon(){var t,e;let i=this.textContent;return this.variant===ai.file_format?null!==(t=li[i.toUpperCase()])&&void 0!==t?t:i:this.variant===ai.fluid_topics?null!==(e=ri[i.toUpperCase()])&&void 0!==e?e:i:Z}}di.elementDefinitions={},di.styles=u`
443
443
  :host, i.ft-icon {
444
444
  display: inline-block;
445
- width: ${ai.size};
446
- height: ${ai.size};
445
+ width: ${ci.size};
446
+ height: ${ci.size};
447
447
  text-align: center;
448
448
  }
449
449
 
450
450
  i.ft-icon {
451
- font-size: ${ai.size};
451
+ font-size: ${ci.size};
452
452
  line-height: 1;
453
453
  font-weight: normal;
454
454
  text-transform: none;
@@ -462,17 +462,17 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
462
462
  }
463
463
 
464
464
  .ft-icon--fluid-topics {
465
- font-family: ${ai.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
465
+ font-family: ${ci.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
466
466
  }
467
467
 
468
468
  .ft-icon--file-format {
469
- font-family: ${ai.fileFormatFontFamily}, ft-mime, sans-serif;
469
+ font-family: ${ci.fileFormatFontFamily}, ft-mime, sans-serif;
470
470
  }
471
471
 
472
472
  .ft-icon--material {
473
- font-family: ${ai.materialFontFamily}, "Material Icons", sans-serif;
473
+ font-family: ${ci.materialFontFamily}, "Material Icons", sans-serif;
474
474
  }
475
- `,li([i()],pi.prototype,"variant",void 0),li([s("slot")],pi.prototype,"slottedContent",void 0),a("ft-icon")(pi);var ci=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class di extends ut{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1}render(){return H``}updated(t){super.updated(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}di.elementDefinitions={},ci([i({type:String})],di.prototype,"label",void 0),ci([i({type:Object,converter:t=>t})],di.prototype,"value",void 0),ci([i({type:Boolean,reflect:!0})],di.prototype,"selected",void 0);const fi={labelSize:dt.create("--ft-select-label-size","SIZE","11px"),selectedOptionSize:dt.create("--ft-select-selected-option-size","SIZE","14px"),verticalSpacing:dt.create("--ft-select-vertical-spacing","SIZE","4px"),selectedOptionColor:dt.extend("--ft-select-selected-option-color",ht.colorOnSurface),helperColor:dt.extend("--ft-select-helper-color",ht.colorOnSurfaceMedium),optionsColor:dt.extend("--ft-select-options-color",ht.colorOnSurface),optionsZIndex:dt.create("--ft-select-options-z-index","NUMBER","3"),colorSurface:dt.external(ht.colorSurface,"Design system"),colorOnSurfaceDisabled:dt.external(ht.colorOnSurfaceDisabled,"Design system"),colorPrimary:dt.external(ht.colorPrimary,"Design system"),borderRadiusS:dt.external(ht.borderRadiusS,"Design system"),elevation02:dt.external(ht.elevation02,"Design system"),colorError:dt.external(ht.colorError,"Design system")};class hi extends ut{constructor(){super(...arguments),this.label="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.options=[],this.optionsDisplayed=!1,this.focusOptions=!1,this.hideOptions=t=>this.optionsDisplayed=this.optionsDisplayed&&t.composedPath().includes(this.container)}render(){var t,e,i,o,n;let s=this.hasOptionsMenuOpen,r=this.disabled||!this.hasOptions;const l=null!=(null===(t=this.selectedOption)||void 0===t?void 0:t.value)||(null!==(i=null===(e=this.selectedOption)||void 0===e?void 0:e.label)&&void 0!==i?i:"").length>0,a={"ft-select":!0,"ft-select--filled":!this.outlined,"ft-select--outlined":this.outlined,"ft-select--disabled":r,"ft-select--options-displayed":s,"ft-select--has-option-selected":l,"ft-select--no-label":!this.label,"ft-select--fixed":this.fixedMenuPosition,"ft-select--in-error":this.error};return H`
475
+ `,pi([i()],di.prototype,"variant",void 0),pi([s("slot")],di.prototype,"slottedContent",void 0),a("ft-icon")(di);var fi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class hi extends ut{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1}render(){return H``}updated(t){super.updated(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}hi.elementDefinitions={},fi([i({type:String})],hi.prototype,"label",void 0),fi([i({type:Object,converter:t=>t})],hi.prototype,"value",void 0),fi([i({type:Boolean,reflect:!0})],hi.prototype,"selected",void 0);const ui={labelSize:dt.create("--ft-select-label-size","SIZE","11px"),selectedOptionSize:dt.create("--ft-select-selected-option-size","SIZE","14px"),verticalSpacing:dt.create("--ft-select-vertical-spacing","SIZE","4px"),selectedOptionColor:dt.extend("--ft-select-selected-option-color",ht.colorOnSurface),helperColor:dt.extend("--ft-select-helper-color",ht.colorOnSurfaceMedium),optionsColor:dt.extend("--ft-select-options-color",ht.colorOnSurface),optionsZIndex:dt.create("--ft-select-options-z-index","NUMBER","3"),colorSurface:dt.external(ht.colorSurface,"Design system"),colorOnSurfaceDisabled:dt.external(ht.colorOnSurfaceDisabled,"Design system"),colorPrimary:dt.external(ht.colorPrimary,"Design system"),borderRadiusS:dt.external(ht.borderRadiusS,"Design system"),elevation02:dt.external(ht.elevation02,"Design system"),colorError:dt.external(ht.colorError,"Design system")};class xi extends ut{constructor(){super(...arguments),this.label="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.options=[],this.optionsDisplayed=!1,this.focusOptions=!1,this.hideOptions=t=>this.optionsDisplayed=this.optionsDisplayed&&t.composedPath().includes(this.container)}render(){var t,e,i,o,n;let s=this.hasOptionsMenuOpen,r=this.disabled||!this.hasOptions;const l=null!=(null===(t=this.selectedOption)||void 0===t?void 0:t.value)||(null!==(i=null===(e=this.selectedOption)||void 0===e?void 0:e.label)&&void 0!==i?i:"").length>0,a={"ft-select":!0,"ft-select--filled":!this.outlined,"ft-select--outlined":this.outlined,"ft-select--disabled":r,"ft-select--options-displayed":s,"ft-select--has-option-selected":l,"ft-select--no-label":!this.label,"ft-select--fixed":this.fixedMenuPosition,"ft-select--in-error":this.error};return H`
476
476
  <div class="${Dt(a)}" part="container">
477
477
  <div class="ft-select--main-panel" part="main-panel">
478
478
  <ft-input-label text="${this.label}"
@@ -519,7 +519,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
519
519
  <ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
520
520
  ${t.label}
521
521
  </div>
522
- `}updated(t){var e;super.updated(t),t.has("options")&&(this.selectedOption=this.options.filter((t=>t.selected))[0]),t.has("selectedOption")&&(this.optionsDisplayed=!1,this.dispatchEvent(new CustomEvent("change",{detail:null===(e=this.selectedOption)||void 0===e?void 0:e.value}))),t.has("optionsDisplayed")&&this.fixedMenuPosition&&this.hasOptionsMenuOpen&&this.positionOptionsMenu()}positionOptionsMenu(){this.optionsMenu.style.top=this.mainPanel.getBoundingClientRect().top+this.mainPanel.getBoundingClientRect().height+"px",this.optionsMenu.style.left=this.mainPanel.getBoundingClientRect().left+"px",this.optionsMenu.style.minWidth=this.mainPanel.getBoundingClientRect().width+"px"}contentAvailableCallback(t){var e,i;t.has("focusOptions")&&this.focusOptions&&(null===(i=null!==(e=this.selectedOptionElement)&&void 0!==e?e:this.firstOption)||void 0===i||i.focus(),this.focusOptions=!1)}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(t){var e;t.stopPropagation();let i=null===(e=this.optionsSlot)||void 0===e?void 0:e.assignedElements().map((t=>t));i&&i.length>0&&(this.options=i)}onMainPanelKeyDown(t){switch(t.key){case" ":t.preventDefault(),t.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":t.preventDefault(),t.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0}}onOptionsKeyDown(t){var e,i,o,n,s;let r;switch(t.key){case"Escape":this.optionsDisplayed=!1,null===(e=this.mainPanel)||void 0===e||e.focus();break;case"Tab":this.optionsDisplayed=!1;break;case"ArrowUp":t.preventDefault(),t.stopPropagation(),r=null!==(o=null===(i=this.focusedOption)||void 0===i?void 0:i.previousElementSibling)&&void 0!==o?o:this.lastOption;break;case"ArrowDown":t.preventDefault(),t.stopPropagation(),r=null!==(s=null===(n=this.focusedOption)||void 0===n?void 0:n.nextElementSibling)&&void 0!==s?s:this.firstOption}null==r||r.focus()}onOptionKeyDown(t,e){var i;"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),t.stopPropagation(),this.selectOption(e),this.optionsDisplayed=!1,null===(i=this.mainPanel)||void 0===i||i.focus())}selectOption(t){this.selectedOption=t;for(let e of this.options)e.selected=e===t}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.hideOptions)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}}hi.elementDefinitions={"ft-input-label":Ve,"ft-typography":We,"ft-ripple":oi,"ft-icon":pi},hi.styles=[Le,Ie,u`
522
+ `}updated(t){var e;super.updated(t),t.has("options")&&(this.selectedOption=this.options.filter((t=>t.selected))[0]),t.has("selectedOption")&&(this.optionsDisplayed=!1,this.dispatchEvent(new CustomEvent("change",{detail:null===(e=this.selectedOption)||void 0===e?void 0:e.value}))),t.has("optionsDisplayed")&&this.fixedMenuPosition&&this.hasOptionsMenuOpen&&this.positionOptionsMenu()}positionOptionsMenu(){this.optionsMenu.style.top=this.mainPanel.getBoundingClientRect().top+this.mainPanel.getBoundingClientRect().height+"px",this.optionsMenu.style.left=this.mainPanel.getBoundingClientRect().left+"px",this.optionsMenu.style.minWidth=this.mainPanel.getBoundingClientRect().width+"px"}contentAvailableCallback(t){var e,i;t.has("focusOptions")&&this.focusOptions&&(null===(i=null!==(e=this.selectedOptionElement)&&void 0!==e?e:this.firstOption)||void 0===i||i.focus(),this.focusOptions=!1)}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(t){var e;t.stopPropagation();let i=null===(e=this.optionsSlot)||void 0===e?void 0:e.assignedElements().map((t=>t));i&&i.length>0&&(this.options=i)}onMainPanelKeyDown(t){switch(t.key){case" ":t.preventDefault(),t.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":t.preventDefault(),t.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0}}onOptionsKeyDown(t){var e,i,o,n,s;let r;switch(t.key){case"Escape":this.optionsDisplayed=!1,null===(e=this.mainPanel)||void 0===e||e.focus();break;case"Tab":this.optionsDisplayed=!1;break;case"ArrowUp":t.preventDefault(),t.stopPropagation(),r=null!==(o=null===(i=this.focusedOption)||void 0===i?void 0:i.previousElementSibling)&&void 0!==o?o:this.lastOption;break;case"ArrowDown":t.preventDefault(),t.stopPropagation(),r=null!==(s=null===(n=this.focusedOption)||void 0===n?void 0:n.nextElementSibling)&&void 0!==s?s:this.firstOption}null==r||r.focus()}onOptionKeyDown(t,e){var i;"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),t.stopPropagation(),this.selectOption(e),this.optionsDisplayed=!1,null===(i=this.mainPanel)||void 0===i||i.focus())}selectOption(t){this.selectedOption=t;for(let e of this.options)e.selected=e===t}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.hideOptions)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}}xi.elementDefinitions={"ft-input-label":Xe,"ft-typography":Ke,"ft-ripple":si,"ft-icon":di},xi.styles=[Pe,_e,u`
523
523
  *:focus {
524
524
  outline: none;
525
525
  }
@@ -533,7 +533,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
533
533
  .ft-select--main-panel {
534
534
  position: relative;
535
535
  display: flex;
536
- height: calc(4 * ${fi.verticalSpacing} + ${fi.labelSize} + ${fi.selectedOptionSize});
536
+ height: calc(4 * ${ui.verticalSpacing} + ${ui.labelSize} + ${ui.selectedOptionSize});
537
537
  }
538
538
 
539
539
  .ft-select--input-panel {
@@ -545,14 +545,14 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
545
545
  padding-left: 16px;
546
546
  padding-right: 8px;
547
547
  gap: 8px;
548
- color: ${fi.selectedOptionColor};
549
- ${ft(Je.color,fi.selectedOptionColor)};
548
+ color: ${ui.selectedOptionColor};
549
+ ${ft(Ge.color,ui.selectedOptionColor)};
550
550
  }
551
551
 
552
552
  .ft-select--input-panel,
553
553
  .ft-select--option {
554
- ${ft(Je.opacityContentOnSurfaceHover,"0.08")};
555
- ${ft(Je.opacityContentOnSurfacePressed,"0.04")};
554
+ ${ft(Ge.opacityContentOnSurfaceHover,"0.08")};
555
+ ${ft(Ge.opacityContentOnSurfacePressed,"0.04")};
556
556
  }
557
557
 
558
558
  .ft-select--input-panel > *:not(ft-ripple),
@@ -562,7 +562,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
562
562
 
563
563
  .ft-select--disabled .ft-select--input-panel,
564
564
  .ft-select--disabled .ft-select--option {
565
- color: ${fi.colorOnSurfaceDisabled};
565
+ color: ${ui.colorOnSurfaceDisabled};
566
566
  }
567
567
 
568
568
  .ft-select:not(.ft-select--disabled) .ft-select--input-panel,
@@ -571,18 +571,18 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
571
571
  }
572
572
 
573
573
  ft-input-label {
574
- ${ft(Ke.fontSize,fi.selectedOptionSize)};
575
- ${ft(Ke.raisedFontSize,fi.labelSize)};
576
- ${ft(Ke.verticalSpacing,fi.verticalSpacing)};
574
+ ${ft(qe.fontSize,ui.selectedOptionSize)};
575
+ ${ft(qe.raisedFontSize,ui.labelSize)};
576
+ ${ft(qe.verticalSpacing,ui.verticalSpacing)};
577
577
  }
578
578
 
579
579
  .ft-select:not(.ft-select--disabled):focus-within ft-icon {
580
- color: ${fi.colorPrimary};
580
+ color: ${ui.colorPrimary};
581
581
  }
582
582
 
583
583
  .ft-select:not(.ft-select--disabled):focus-within ft-input-label {
584
- ${ft(Ke.borderColor,fi.colorPrimary)};
585
- ${ft(Ke.textColor,fi.colorPrimary)};
584
+ ${ft(qe.borderColor,ui.colorPrimary)};
585
+ ${ft(qe.textColor,ui.colorPrimary)};
586
586
  }
587
587
 
588
588
  .ft-select--selected-option {
@@ -592,12 +592,12 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
592
592
  overflow: hidden;
593
593
  white-space: nowrap;
594
594
  text-overflow: ellipsis;
595
- ${ft(he.fontSize,fi.selectedOptionSize)};
596
- ${ft(he.lineHeight,fi.selectedOptionSize)};
595
+ ${ft(xe.fontSize,ui.selectedOptionSize)};
596
+ ${ft(xe.lineHeight,ui.selectedOptionSize)};
597
597
  }
598
598
 
599
599
  .ft-select--in-error .ft-select--selected-option {
600
- color: ${fi.colorError};
600
+ color: ${ui.colorError};
601
601
  }
602
602
 
603
603
  ft-icon {
@@ -609,16 +609,16 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
609
609
  }
610
610
 
611
611
  .ft-select--filled .ft-select--input-panel {
612
- border-radius: ${fi.borderRadiusS} ${fi.borderRadiusS} 0 0;
612
+ border-radius: ${ui.borderRadiusS} ${ui.borderRadiusS} 0 0;
613
613
  }
614
614
 
615
615
  .ft-select--filled:not(.ft-select--no-label) .ft-select--selected-option {
616
616
  align-self: stretch;
617
- padding-top: calc(${fi.labelSize} + 2 * ${fi.verticalSpacing});
617
+ padding-top: calc(${ui.labelSize} + 2 * ${ui.verticalSpacing});
618
618
  }
619
619
 
620
620
  .ft-select--outlined .ft-select--input-panel {
621
- border-radius: ${fi.borderRadiusS};
621
+ border-radius: ${ui.borderRadiusS};
622
622
  }
623
623
 
624
624
  .ft-select--options {
@@ -627,10 +627,10 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
627
627
  top: 100%;
628
628
  left: 0;
629
629
  right: 0;
630
- color: ${fi.optionsColor};
631
- background: ${fi.colorSurface};
632
- z-index: ${fi.optionsZIndex};
633
- box-shadow: ${fi.elevation02};
630
+ color: ${ui.optionsColor};
631
+ background: ${ui.colorSurface};
632
+ z-index: ${ui.optionsZIndex};
633
+ box-shadow: ${ui.elevation02};
634
634
  }
635
635
 
636
636
  .ft-select--fixed .ft-select--options {
@@ -653,13 +653,13 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
653
653
 
654
654
  .ft-select--helper-text {
655
655
  padding: 0 12px 0 16px;
656
- color: ${fi.helperColor};
656
+ color: ${ui.helperColor};
657
657
  }
658
658
 
659
659
  .ft-select--in-error .ft-select--helper-text {
660
- color: ${fi.colorError};
660
+ color: ${ui.colorError};
661
661
  }
662
- `],ci([i({type:String})],hi.prototype,"label",void 0),ci([i({type:String})],hi.prototype,"helper",void 0),ci([i({type:Boolean})],hi.prototype,"outlined",void 0),ci([i({type:Boolean})],hi.prototype,"disabled",void 0),ci([i({type:Boolean})],hi.prototype,"error",void 0),ci([i({type:Boolean})],hi.prototype,"fixedMenuPosition",void 0),ci([i({type:Array})],hi.prototype,"options",void 0),ci([o()],hi.prototype,"selectedOption",void 0),ci([o()],hi.prototype,"optionsDisplayed",void 0),ci([o()],hi.prototype,"focusOptions",void 0),ci([s(".ft-select")],hi.prototype,"container",void 0),ci([s(".ft-select--options")],hi.prototype,"optionsMenu",void 0),ci([s(".ft-select--input-panel")],hi.prototype,"mainPanel",void 0),ci([s(".ft-select--option:first-child")],hi.prototype,"firstOption",void 0),ci([s(".ft-select--option:focus")],hi.prototype,"focusedOption",void 0),ci([s(".ft-select--option.ft-select--option-selected")],hi.prototype,"selectedOptionElement",void 0),ci([s(".ft-select--option:last-child")],hi.prototype,"lastOption",void 0),ci([s("slot")],hi.prototype,"optionsSlot",void 0),a("ft-select")(hi),a("ft-select-option")(di);var ui=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const xi={fontSize:dt.create("--ft-text-field-font-size","SIZE","14px"),labelSize:dt.create("--ft-text-field-label-size","SIZE","11px"),verticalSpacing:dt.create("--ft-text-field-vertical-spacing","SIZE","4px"),horizontalSpacing:dt.create("--ft-text-field-horizontal-spacing","SIZE","16px"),helperColor:dt.extend("--ft-text-field-helper-color",ht.colorOnSurfaceMedium),colorPrimary:dt.external(ht.colorPrimary,"Design system"),colorOnSurface:dt.external(ht.colorOnSurface,"Design system"),colorOnSurfaceDisabled:dt.external(ht.colorOnSurfaceDisabled,"Design system"),borderRadiusS:dt.external(ht.borderRadiusS,"Design system"),colorError:dt.external(ht.colorError,"Design system"),prefixColor:dt.extend("--ft-text-field-prefix-color",ht.colorOnSurfaceMedium),iconColor:dt.extend("--ft-text-field-icon-color",ht.colorOnSurfaceMedium)};class bi extends ut{constructor(){super(...arguments),this.label="",this.value="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.prefix="",this.icon="",this.iconVariant="",this.focused=!1}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}render(){const t={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--no-label":!this.label,"ft-text-field--in-error":this.error,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--raised-label":this.focused||""!=this.value};return H`
662
+ `],fi([i({type:String})],xi.prototype,"label",void 0),fi([i({type:String})],xi.prototype,"helper",void 0),fi([i({type:Boolean})],xi.prototype,"outlined",void 0),fi([i({type:Boolean})],xi.prototype,"disabled",void 0),fi([i({type:Boolean})],xi.prototype,"error",void 0),fi([i({type:Boolean})],xi.prototype,"fixedMenuPosition",void 0),fi([i({type:Array})],xi.prototype,"options",void 0),fi([o()],xi.prototype,"selectedOption",void 0),fi([o()],xi.prototype,"optionsDisplayed",void 0),fi([o()],xi.prototype,"focusOptions",void 0),fi([s(".ft-select")],xi.prototype,"container",void 0),fi([s(".ft-select--options")],xi.prototype,"optionsMenu",void 0),fi([s(".ft-select--input-panel")],xi.prototype,"mainPanel",void 0),fi([s(".ft-select--option:first-child")],xi.prototype,"firstOption",void 0),fi([s(".ft-select--option:focus")],xi.prototype,"focusedOption",void 0),fi([s(".ft-select--option.ft-select--option-selected")],xi.prototype,"selectedOptionElement",void 0),fi([s(".ft-select--option:last-child")],xi.prototype,"lastOption",void 0),fi([s("slot")],xi.prototype,"optionsSlot",void 0),a("ft-select")(xi),a("ft-select-option")(hi);var bi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const vi={fontSize:dt.create("--ft-text-field-font-size","SIZE","14px"),labelSize:dt.create("--ft-text-field-label-size","SIZE","11px"),verticalSpacing:dt.create("--ft-text-field-vertical-spacing","SIZE","4px"),horizontalSpacing:dt.create("--ft-text-field-horizontal-spacing","SIZE","16px"),helperColor:dt.extend("--ft-text-field-helper-color",ht.colorOnSurfaceMedium),colorPrimary:dt.external(ht.colorPrimary,"Design system"),colorOnSurface:dt.external(ht.colorOnSurface,"Design system"),colorOnSurfaceDisabled:dt.external(ht.colorOnSurfaceDisabled,"Design system"),borderRadiusS:dt.external(ht.borderRadiusS,"Design system"),colorError:dt.external(ht.colorError,"Design system"),prefixColor:dt.extend("--ft-text-field-prefix-color",ht.colorOnSurfaceMedium),iconColor:dt.extend("--ft-text-field-icon-color",ht.colorOnSurfaceMedium)};class yi extends ut{constructor(){super(...arguments),this.label="",this.value="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.prefix="",this.icon="",this.iconVariant="",this.focused=!1}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}render(){const t={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--no-label":!this.label,"ft-text-field--in-error":this.error,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--raised-label":this.focused||""!=this.value};return H`
663
663
  <div class="${Dt(t)}">
664
664
  <div class="ft-text-field--main-panel">
665
665
  <ft-input-label text="${this.label}"
@@ -694,7 +694,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
694
694
  <ft-typography class="ft-text-field--helper-text" variant="caption">${this.helper}
695
695
  </ft-typography>`:void 0}
696
696
  </div>
697
- `}updated(t){super.updated(t),t.has("value")&&this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}updateValueFromInputField(){var t;this.value=(null===(t=this.input)||void 0===t?void 0:t.value)||"",this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=(null===(t=this.input)||void 0===t?void 0:t.value)||""}}bi.elementDefinitions={"ft-input-label":Ve,"ft-ripple":oi,"ft-typography":We,"ft-icon":pi},bi.styles=[Ae,u`
697
+ `}updated(t){super.updated(t),t.has("value")&&this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}updateValueFromInputField(){var t;this.value=(null===(t=this.input)||void 0===t?void 0:t.value)||"",this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=(null===(t=this.input)||void 0===t?void 0:t.value)||""}}yi.elementDefinitions={"ft-input-label":Xe,"ft-ripple":si,"ft-typography":Ke,"ft-icon":di},yi.styles=[Ie,u`
698
698
  *:focus {
699
699
  outline: none;
700
700
  }
@@ -706,16 +706,16 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
706
706
  }
707
707
 
708
708
  ft-input-label {
709
- ${ft(Ke.fontSize,xi.fontSize)};
710
- ${ft(Ke.raisedFontSize,xi.labelSize)};
711
- ${ft(Ke.verticalSpacing,xi.verticalSpacing)};
712
- ${ft(Ke.horizontalSpacing,u`calc(${xi.horizontalSpacing} - 4px)`)};
709
+ ${ft(qe.fontSize,vi.fontSize)};
710
+ ${ft(qe.raisedFontSize,vi.labelSize)};
711
+ ${ft(qe.verticalSpacing,vi.verticalSpacing)};
712
+ ${ft(qe.horizontalSpacing,u`calc(${vi.horizontalSpacing} - 4px)`)};
713
713
  }
714
714
 
715
715
  .ft-text-field--main-panel {
716
716
  position: relative;
717
717
  display: flex;
718
- height: calc(4 * ${xi.verticalSpacing} + ${xi.labelSize} + ${xi.fontSize});
718
+ height: calc(4 * ${vi.verticalSpacing} + ${vi.labelSize} + ${vi.fontSize});
719
719
  }
720
720
 
721
721
  .ft-text-field--input-panel {
@@ -727,8 +727,8 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
727
727
  }
728
728
 
729
729
  .ft-text-field--input-panel ft-ripple {
730
- ${ft(Je.opacityContentOnSurfaceHover,"0.08")};
731
- ${ft(Je.opacityContentOnSurfacePressed,"0.04")};
730
+ ${ft(Ge.opacityContentOnSurfaceHover,"0.08")};
731
+ ${ft(Ge.opacityContentOnSurfacePressed,"0.04")};
732
732
  }
733
733
 
734
734
  .ft-text-field--input-wrapper {
@@ -738,20 +738,20 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
738
738
  display: flex;
739
739
  align-items: center;
740
740
 
741
- ${ft(he.fontSize,xi.fontSize)};
742
- ${ft(he.lineHeight,xi.fontSize)};
741
+ ${ft(xe.fontSize,vi.fontSize)};
742
+ ${ft(xe.lineHeight,vi.fontSize)};
743
743
 
744
- padding: 0 ${xi.horizontalSpacing};
744
+ padding: 0 ${vi.horizontalSpacing};
745
745
  }
746
746
 
747
747
  .ft-text-field--filled:not(.ft-text-field--no-label) .ft-text-field--input-wrapper {
748
748
  align-items: flex-end;
749
- padding: 0 ${xi.horizontalSpacing} ${xi.verticalSpacing} ${xi.horizontalSpacing};
749
+ padding: 0 ${vi.horizontalSpacing} ${vi.verticalSpacing} ${vi.horizontalSpacing};
750
750
  }
751
751
 
752
752
  .ft-text-field--prefix {
753
753
  display: none;
754
- color: ${xi.prefixColor}
754
+ color: ${vi.prefixColor}
755
755
  }
756
756
 
757
757
  .ft-text-field--with-prefix.ft-text-field--raised-label .ft-text-field--prefix {
@@ -765,15 +765,15 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
765
765
  flex-shrink: 1;
766
766
  min-width: 0; /* flex sets this to auto an prevents input from shrinking properly */
767
767
 
768
- color: ${xi.colorOnSurface};
769
- padding: calc(2 * ${xi.verticalSpacing}) 0;
768
+ color: ${vi.colorOnSurface};
769
+ padding: calc(2 * ${vi.verticalSpacing}) 0;
770
770
  border: none;
771
771
  background: none;
772
772
  }
773
773
 
774
774
  .ft-text-field--filled:not(.ft-text-field--no-label) .ft-text-field--input {
775
775
  padding-bottom: 0;
776
- padding-top: calc(${xi.labelSize} + 2 * ${xi.verticalSpacing});
776
+ padding-top: calc(${vi.labelSize} + 2 * ${vi.verticalSpacing});
777
777
  }
778
778
 
779
779
  .ft-text-field--input::-webkit-calendar-picker-indicator,
@@ -782,7 +782,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
782
782
  }
783
783
 
784
784
  .ft-text-field--disabled .ft-text-field--input {
785
- color: ${xi.colorOnSurfaceDisabled};
785
+ color: ${vi.colorOnSurfaceDisabled};
786
786
  }
787
787
 
788
788
  .ft-text-field:not(.ft-text-field--disabled) .ft-text-field--input-panel {
@@ -790,34 +790,34 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
790
790
  }
791
791
 
792
792
  .ft-text-field:not(.ft-text-field--disabled):focus-within ft-input-label {
793
- ${ft(Ke.borderColor,xi.colorPrimary)};
794
- ${ft(Ke.textColor,xi.colorPrimary)};
793
+ ${ft(qe.borderColor,vi.colorPrimary)};
794
+ ${ft(qe.textColor,vi.colorPrimary)};
795
795
  }
796
796
 
797
797
  .ft-text-field--filled .ft-text-field--input-panel {
798
- border-radius: ${xi.borderRadiusS} ${xi.borderRadiusS} 0 0;
798
+ border-radius: ${vi.borderRadiusS} ${vi.borderRadiusS} 0 0;
799
799
  }
800
800
 
801
801
  .ft-text-field--outlined .ft-text-field--input-panel {
802
- border-radius: ${xi.borderRadiusS};
802
+ border-radius: ${vi.borderRadiusS};
803
803
  }
804
804
 
805
805
  .ft-text-field--helper-text {
806
- padding: 0 12px 0 ${xi.horizontalSpacing};
807
- color: ${xi.helperColor};
806
+ padding: 0 12px 0 ${vi.horizontalSpacing};
807
+ color: ${vi.helperColor};
808
808
  }
809
809
 
810
810
  .ft-text-field--in-error .ft-text-field--input,
811
811
  .ft-text-field--in-error .ft-text-field--helper-text,
812
812
  .ft-text-field--in-error .ft-text-field--prefix {
813
- color: ${xi.colorError};
813
+ color: ${vi.colorError};
814
814
  }
815
815
 
816
816
  .ft-text-field--icon {
817
- padding-right: ${xi.horizontalSpacing};
818
- color: ${xi.iconColor};
817
+ padding-right: ${vi.horizontalSpacing};
818
+ color: ${vi.iconColor};
819
819
  }
820
- `],ui([i({type:String})],bi.prototype,"label",void 0),ui([i({reflect:!0})],bi.prototype,"value",void 0),ui([i({type:String})],bi.prototype,"helper",void 0),ui([i({type:Boolean})],bi.prototype,"outlined",void 0),ui([i({type:Boolean})],bi.prototype,"disabled",void 0),ui([i({type:Boolean})],bi.prototype,"error",void 0),ui([s(".ft-text-field--input")],bi.prototype,"input",void 0),ui([i({type:String})],bi.prototype,"prefix",void 0),ui([i({type:String})],bi.prototype,"icon",void 0),ui([i({type:String})],bi.prototype,"iconVariant",void 0),ui([o()],bi.prototype,"focused",void 0),a("ft-text-field")(bi);var vi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const yi=dt.create("--ft-tooltip-distance","SIZE","4px"),gi=dt.create("--ft-tooltip-color","COLOR","#FFFFFF"),mi=dt.create("--ft-tooltip-background-color","COLOR","#666666"),$i=dt.create("--ft-tooltip-z-index","NUMBER","1"),wi=dt.external(ht.borderRadiusS,"Design system");class Oi extends ut{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.hideDebounce=new t,this.revealDebouncer=new t}render(){return H`
820
+ `],bi([i({type:String})],yi.prototype,"label",void 0),bi([i({reflect:!0})],yi.prototype,"value",void 0),bi([i({type:String})],yi.prototype,"helper",void 0),bi([i({type:Boolean})],yi.prototype,"outlined",void 0),bi([i({type:Boolean})],yi.prototype,"disabled",void 0),bi([i({type:Boolean})],yi.prototype,"error",void 0),bi([s(".ft-text-field--input")],yi.prototype,"input",void 0),bi([i({type:String})],yi.prototype,"prefix",void 0),bi([i({type:String})],yi.prototype,"icon",void 0),bi([i({type:String})],yi.prototype,"iconVariant",void 0),bi([o()],yi.prototype,"focused",void 0),a("ft-text-field")(yi);var gi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const mi=dt.create("--ft-tooltip-distance","SIZE","4px"),$i=dt.create("--ft-tooltip-color","COLOR","#FFFFFF"),wi=dt.create("--ft-tooltip-background-color","COLOR","#666666"),Oi=dt.create("--ft-tooltip-z-index","NUMBER","1"),Si=dt.external(ht.borderRadiusS,"Design system");class ki extends ut{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.hideDebounce=new t,this.revealDebouncer=new t}render(){return H`
821
821
  <div part="container"
822
822
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
823
823
  @mouseenter=${this.onHover}
@@ -832,7 +832,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
832
832
  </div>
833
833
  <slot></slot>
834
834
  </div>
835
- `}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&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.position){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();const t=this.slottedElement;if(this.tooltip&&t){const e=t.getBoundingClientRect(),i=(e.height-this.tooltip.clientHeight)/2,o=(e.width-this.tooltip.clientWidth)/2,n=this.tooltip.style;switch(this.position){case"top":n.top=-this.tooltip.clientHeight+"px",n.left=o+"px";break;case"bottom":n.top=e.height+"px",n.left=o+"px";break;case"left":n.top=i+"px",n.left=-this.tooltip.clientWidth+"px";break;case"right":n.top=i+"px",n.left=e.width+"px"}n.maxWidth=Math.max(e.width,150)+"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())}}Oi.elementDefinitions={"ft-typography":We},Oi.styles=u`
835
+ `}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&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.position){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();const t=this.slottedElement;if(this.tooltip&&t){const e=t.getBoundingClientRect(),i=(e.height-this.tooltip.clientHeight)/2,o=(e.width-this.tooltip.clientWidth)/2,n=this.tooltip.style;switch(this.position){case"top":n.top=-this.tooltip.clientHeight+"px",n.left=o+"px";break;case"bottom":n.top=e.height+"px",n.left=o+"px";break;case"left":n.top=i+"px",n.left=-this.tooltip.clientWidth+"px";break;case"right":n.top=i+"px",n.left=e.width+"px"}n.maxWidth=Math.max(e.width,150)+"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())}}ki.elementDefinitions={"ft-typography":Ke},ki.styles=u`
836
836
  .ft-tooltip--container {
837
837
  display: block;
838
838
  position: relative;
@@ -850,27 +850,27 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
850
850
  width: max-content;
851
851
  max-width: 150px;
852
852
  text-align: center;
853
- padding: ${yi};
854
- z-index: ${$i};
853
+ padding: ${mi};
854
+ z-index: ${Oi};
855
855
  }
856
856
 
857
857
  .ft-tooltip--content {
858
858
  padding: 4px 8px;
859
- border-radius: ${wi};
860
- background-color: ${mi};
861
- color: ${gi};
859
+ border-radius: ${Si};
860
+ background-color: ${wi};
861
+ color: ${$i};
862
862
  top: -500px;
863
863
  left: -500px;
864
864
  position: relative;
865
865
  word-break: break-word;
866
866
  }
867
- `,vi([i()],Oi.prototype,"text",void 0),vi([i({type:Boolean})],Oi.prototype,"manual",void 0),vi([i({type:Boolean})],Oi.prototype,"inline",void 0),vi([i({type:Number})],Oi.prototype,"delay",void 0),vi([i()],Oi.prototype,"position",void 0),vi([
867
+ `,gi([i()],ki.prototype,"text",void 0),gi([i({type:Boolean})],ki.prototype,"manual",void 0),gi([i({type:Boolean})],ki.prototype,"inline",void 0),gi([i({type:Number})],ki.prototype,"delay",void 0),gi([i()],ki.prototype,"position",void 0),gi([
868
868
  /**
869
869
  * @license
870
870
  * Copyright 2017 Google LLC
871
871
  * SPDX-License-Identifier: BSD-3-Clause
872
872
  */
873
- function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},i?function(t){const{slot:e,selector:i}=null!=t?t:{};return n({descriptor:o=>({get(){var o;const n="slot"+(e?`[name=${e}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?l(s,t):[];return i?r.filter((t=>t.matches(i))):r},enumerable:!0,configurable:!0})})}({slot:s,flatten:e,selector:i}):n({descriptor:t=>({get(){var t,e;const i="slot"+(s?`[name=${s}]`:":not([name])"),n=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(i);return null!==(e=null==n?void 0:n.assignedNodes(o))&&void 0!==e?e:[]},enumerable:!0,configurable:!0})})}("",!0)],Oi.prototype,"slotNodes",void 0),vi([s(".ft-tooltip--container")],Oi.prototype,"container",void 0),vi([s("slot")],Oi.prototype,"target",void 0),vi([s(".ft-tooltip")],Oi.prototype,"tooltip",void 0),vi([s(".ft-tooltip--content")],Oi.prototype,"tooltipContent",void 0),vi([o()],Oi.prototype,"visible",void 0),a("ft-tooltip")(Oi);const Si={color:dt.extend("--ft-loader-color",ht.colorPrimary),size:dt.create("--ft-loader-size","SIZE","80px")};class ki extends ut{static get styles(){return u`
873
+ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},i?function(t){const{slot:e,selector:i}=null!=t?t:{};return n({descriptor:o=>({get(){var o;const n="slot"+(e?`[name=${e}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?l(s,t):[];return i?r.filter((t=>t.matches(i))):r},enumerable:!0,configurable:!0})})}({slot:s,flatten:e,selector:i}):n({descriptor:t=>({get(){var t,e;const i="slot"+(s?`[name=${s}]`:":not([name])"),n=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(i);return null!==(e=null==n?void 0:n.assignedNodes(o))&&void 0!==e?e:[]},enumerable:!0,configurable:!0})})}("",!0)],ki.prototype,"slotNodes",void 0),gi([s(".ft-tooltip--container")],ki.prototype,"container",void 0),gi([s("slot")],ki.prototype,"target",void 0),gi([s(".ft-tooltip")],ki.prototype,"tooltip",void 0),gi([s(".ft-tooltip--content")],ki.prototype,"tooltipContent",void 0),gi([o()],ki.prototype,"visible",void 0),a("ft-tooltip")(ki);const Ci={color:dt.extend("--ft-loader-color",ht.colorPrimary),size:dt.create("--ft-loader-size","SIZE","80px")};class Ei extends ut{static get styles(){return u`
874
874
  :host {
875
875
  line-height: 0;
876
876
  }
@@ -879,8 +879,8 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
879
879
  display: inline-block;
880
880
  position: relative;
881
881
 
882
- width: ${Si.size};
883
- height: ${Si.size};
882
+ width: ${Ci.size};
883
+ height: ${Ci.size};
884
884
  }
885
885
 
886
886
  .ft-loader div {
@@ -889,7 +889,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
889
889
  width: 25%;
890
890
  height: 25%;
891
891
  border-radius: 50%;
892
- background: ${Si.color};
892
+ background: ${Ci.color};
893
893
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
894
894
  }
895
895
 
@@ -936,7 +936,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
936
936
  transform: translate(0, 0);
937
937
  }
938
938
  100% {
939
- transform: translate(calc(0.35 * ${Si.size}), 0);
939
+ transform: translate(calc(0.35 * ${Ci.size}), 0);
940
940
  }
941
941
  }
942
942
  `}render(){return H`
@@ -946,7 +946,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
946
946
  <div></div>
947
947
  <div></div>
948
948
  </div>
949
- `}}a("ft-loader")(ki);var Ci=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const Ei=dt.extend("--ft-button-color",ht.colorPrimary),Ni={backgroundColor:dt.extend("--ft-button-background-color",ht.colorSurface),borderRadius:dt.extend("--ft-button-border-radius",ht.borderRadiusL),color:Ei,fontSize:dt.extend("--ft-button-font-size",Ue.fontSize),iconSize:dt.create("--ft-button-icon-size","SIZE","24px"),rippleColor:dt.extend("--ft-button-ripple-color",Ei),opacityDisabled:dt.external(ht.colorOpacityDisabled,"Design system")},Ri=dt.extend("--ft-button-primary-color",dt.extend("--ft-button-color",ht.colorOnPrimary)),zi={backgroundColor:dt.extend("--ft-button-primary-background-color",dt.extend("--ft-button-background-color",ht.colorPrimary)),color:Ri,rippleColor:dt.extend("--ft-button-primary-ripple-color",Ri)},Mi=dt.extend("--ft-button-dense-border-radius",dt.extend("--ft-button-border-radius",ht.borderRadiusM));class Fi extends ut{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}static get styles(){return[xt,u`
949
+ `}}a("ft-loader")(Ei);var Ni=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const Ri=dt.extend("--ft-button-color",ht.colorPrimary),zi={backgroundColor:dt.extend("--ft-button-background-color",ht.colorSurface),borderRadius:dt.extend("--ft-button-border-radius",ht.borderRadiusL),color:Ri,fontSize:dt.extend("--ft-button-font-size",Be.fontSize),iconSize:dt.create("--ft-button-icon-size","SIZE","24px"),rippleColor:dt.extend("--ft-button-ripple-color",Ri),opacityDisabled:dt.external(ht.colorOpacityDisabled,"Design system")},Mi=dt.extend("--ft-button-primary-color",dt.extend("--ft-button-color",ht.colorOnPrimary)),Fi={backgroundColor:dt.extend("--ft-button-primary-background-color",dt.extend("--ft-button-background-color",ht.colorPrimary)),color:Mi,rippleColor:dt.extend("--ft-button-primary-ripple-color",Mi)},Ui=dt.extend("--ft-button-dense-border-radius",dt.extend("--ft-button-border-radius",ht.borderRadiusM));class Di extends ut{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}static get styles(){return[xt,u`
950
950
  :host {
951
951
  display: inline-block;
952
952
  max-width: 100%;
@@ -985,18 +985,18 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
985
985
  border: none;
986
986
  pointer-events: auto;
987
987
 
988
- --ft-button-internal-font-size: ${Ni.fontSize};
988
+ --ft-button-internal-font-size: ${zi.fontSize};
989
989
  --ft-button-internal-line-height: calc(var(--ft-button-internal-font-size) + 2px);
990
- --ft-button-internal-color: ${Ni.color};
991
- ${ft(ai.size,Ni.iconSize)};
990
+ --ft-button-internal-color: ${zi.color};
991
+ ${ft(ci.size,zi.iconSize)};
992
992
  --ft-button-internal-vertical-padding: 6px;
993
993
  --ft-button-internal-horizontal-padding: 8px;
994
- ${ft(Je.color,Ni.rippleColor)};
995
- --ft-button-internal-content-height: max(var(--ft-button-internal-line-height), ${Ni.iconSize});
994
+ ${ft(Ge.color,zi.rippleColor)};
995
+ --ft-button-internal-content-height: max(var(--ft-button-internal-line-height), ${zi.iconSize});
996
996
 
997
- border-radius: ${Ni.borderRadius};
997
+ border-radius: ${zi.borderRadius};
998
998
  padding: var(--ft-button-internal-vertical-padding) var(--ft-button-internal-horizontal-padding);
999
- background-color: ${Ni.backgroundColor};
999
+ background-color: ${zi.backgroundColor};
1000
1000
  color: var(--ft-button-internal-color);
1001
1001
  -webkit-mask-image: radial-gradient(white, black);
1002
1002
  }
@@ -1008,7 +1008,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1008
1008
  .ft-button--dense {
1009
1009
  --ft-button-internal-vertical-padding: 2px;
1010
1010
  --ft-button-internal-horizontal-padding: 4px;
1011
- border-radius: ${Mi};
1011
+ border-radius: ${Ui};
1012
1012
  }
1013
1013
 
1014
1014
  .ft-button--round {
@@ -1017,13 +1017,13 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1017
1017
 
1018
1018
  .ft-button[disabled] {
1019
1019
  filter: grayscale(1);
1020
- opacity: ${Ni.opacityDisabled};
1020
+ opacity: ${zi.opacityDisabled};
1021
1021
  }
1022
1022
 
1023
1023
  .ft-button.ft-button--primary {
1024
- background-color: ${zi.backgroundColor};
1025
- --ft-button-internal-color: ${zi.color};
1026
- ${ft(Je.color,zi.rippleColor)};
1024
+ background-color: ${Fi.backgroundColor};
1025
+ --ft-button-internal-color: ${Fi.color};
1026
+ ${ft(Ge.color,Fi.rippleColor)};
1027
1027
  }
1028
1028
 
1029
1029
  .ft-button.ft-button--outlined {
@@ -1042,8 +1042,8 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1042
1042
  text-overflow: ellipsis;
1043
1043
  display: block;
1044
1044
  margin: 0 var(--ft-button-internal-horizontal-padding);
1045
- ${ft(Ue.fontSize,"var(--ft-button-internal-font-size)")};
1046
- ${ft(Ue.lineHeight,"var(--ft-button-internal-content-height)")};
1045
+ ${ft(Be.fontSize,"var(--ft-button-internal-font-size)")};
1046
+ ${ft(Be.lineHeight,"var(--ft-button-internal-content-height)")};
1047
1047
  }
1048
1048
 
1049
1049
  .ft-button--safari-fix .ft-button--label {
@@ -1076,8 +1076,8 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1076
1076
  }
1077
1077
 
1078
1078
  ft-loader {
1079
- ${ft(Si.size,Ni.iconSize)};
1080
- ${ft(Si.color,"var(--ft-button-internal-color)")};
1079
+ ${ft(Ci.size,zi.iconSize)};
1080
+ ${ft(Ci.color,"var(--ft-button-internal-color)")};
1081
1081
  }
1082
1082
  `]}render(){const t={"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-button--safari-fix":gt,"ft-no-text-select":!0};return this.addTooltip(H`
1083
1083
  <button part="button"
@@ -1101,7 +1101,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1101
1101
  </ft-tooltip>
1102
1102
  `}resolveIcon(){return this.loading?H`
1103
1103
  <ft-loader></ft-loader> `:this.icon?H`
1104
- <ft-icon variant="material">${this.icon}</ft-icon> `:Z}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}Fi.elementDefinitions={"ft-ripple":oi,"ft-tooltip":Oi,"ft-typography":We,"ft-icon":pi,"ft-loader":ki},Ci([i({type:Boolean})],Fi.prototype,"primary",void 0),Ci([i({type:Boolean})],Fi.prototype,"outlined",void 0),Ci([i({type:Boolean})],Fi.prototype,"disabled",void 0),Ci([i({type:Boolean})],Fi.prototype,"dense",void 0),Ci([i({type:Boolean})],Fi.prototype,"round",void 0),Ci([i({type:String})],Fi.prototype,"label",void 0),Ci([i({type:String})],Fi.prototype,"icon",void 0),Ci([i({type:Boolean})],Fi.prototype,"trailingIcon",void 0),Ci([i({type:Boolean})],Fi.prototype,"loading",void 0),Ci([i({type:String})],Fi.prototype,"tooltipPosition",void 0),Ci([s(".ft-button")],Fi.prototype,"button",void 0),Ci([s(".ft-button--label slot")],Fi.prototype,"slottedContent",void 0),a("ft-button")(Fi);var Ui=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class Di extends CustomEvent{constructor(t){super("row-click",{detail:t})}}const Bi={headerBackground:dt.create("--ft-filterable-table-header-background","COLOR","whitesmoke"),oddRowBackground:dt.create("--ft-filterable-table-odd-row-background","COLOR","#FFFFFF"),evenRowBackground:dt.create("--ft-filterable-table-even-row-background","COLOR","#fdfdfd"),rowHoverBackground:dt.create("--ft-filterable-table-row-hover-background","COLOR","#fafafa"),stickyHeaderZIndex:dt.create("--ft-filterable-table-sticky-header-zindex","NUMBER","100"),colorOnSurfaceHigh:dt.external(ht.colorOnSurfaceHigh,"Design system"),titleFont:dt.external(ht.titleFont,"Design system"),contentFont:dt.external(ht.contentFont,"Design system")},ji=t=>H`${t}`,Ti=(t,e)=>t-e;class Ai extends ut{constructor(){super(...arguments),this.data=[],this.columns=[],this.stickyHeaders=!1,this.filters=[],this.selectData=[]}init(t,e,i){this.data=t,this.columns=e,this.sort=i}render(){let t=this.sortData(this.filterData());return H`
1104
+ <ft-icon variant="material">${this.icon}</ft-icon> `:Z}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}Di.elementDefinitions={"ft-ripple":si,"ft-tooltip":ki,"ft-typography":Ke,"ft-icon":di,"ft-loader":Ei},Ni([i({type:Boolean})],Di.prototype,"primary",void 0),Ni([i({type:Boolean})],Di.prototype,"outlined",void 0),Ni([i({type:Boolean})],Di.prototype,"disabled",void 0),Ni([i({type:Boolean})],Di.prototype,"dense",void 0),Ni([i({type:Boolean})],Di.prototype,"round",void 0),Ni([i({type:String})],Di.prototype,"label",void 0),Ni([i({type:String})],Di.prototype,"icon",void 0),Ni([i({type:Boolean})],Di.prototype,"trailingIcon",void 0),Ni([i({type:Boolean})],Di.prototype,"loading",void 0),Ni([i({type:String})],Di.prototype,"tooltipPosition",void 0),Ni([s(".ft-button")],Di.prototype,"button",void 0),Ni([s(".ft-button--label slot")],Di.prototype,"slottedContent",void 0),a("ft-button")(Di);var Bi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class ji extends CustomEvent{constructor(t){super("row-click",{detail:t})}}const Ti={headerBackground:dt.create("--ft-filterable-table-header-background","COLOR","whitesmoke"),oddRowBackground:dt.create("--ft-filterable-table-odd-row-background","COLOR","#FFFFFF"),evenRowBackground:dt.create("--ft-filterable-table-even-row-background","COLOR","#fdfdfd"),rowHoverBackground:dt.create("--ft-filterable-table-row-hover-background","COLOR","#fafafa"),stickyHeaderZIndex:dt.create("--ft-filterable-table-sticky-header-zindex","NUMBER","100"),colorOnSurfaceHigh:dt.external(ht.colorOnSurfaceHigh,"Design system"),titleFont:dt.external(ht.titleFont,"Design system"),contentFont:dt.external(ht.contentFont,"Design system")},Ai=t=>H`${t}`,Li=(t,e)=>t-e;class Ii extends ut{constructor(){super(...arguments),this.data=[],this.columns=[],this.stickyHeaders=!1,this.filters=[],this.selectData=[]}init(t,e,i){this.data=t,this.columns=e,this.sort=i}render(){let t=this.sortData(this.filterData());return H`
1105
1105
  <style>
1106
1106
  .table {
1107
1107
  grid-template-columns: repeat(${this.columns.length}, minmax(min-content, auto));
@@ -1113,12 +1113,12 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1113
1113
  </div>
1114
1114
  ${Mt(t,((t,e)=>"row-"+e),((t,e)=>H`
1115
1115
  <div class="row"
1116
- @click=${()=>this.dispatchEvent(new Di(t))}>
1116
+ @click=${()=>this.dispatchEvent(new ji(t))}>
1117
1117
  ${Mt(this.columns,((t,i)=>"cell-"+e+" "+i),(i=>this.renderCell(i,t,e)))}
1118
1118
  </div>
1119
1119
  `))}
1120
1120
  </div>
1121
- `}filterData(){let t=[...this.data];return this.filters.forEach(((e,i)=>{var o;const n=this.columns[i];if(e)switch(null!==(o=n.filter)&&void 0!==o?o:"text"){case"text":e.value&&(t=t.filter((t=>this.getValueAsString(n,t,i).toLowerCase().includes(e.value.toLowerCase()))));break;case"select":e.value&&(t=t.filter((t=>this.getValueAsString(n,t,i)===e.value)))}})),t}sortData(t){var e;if(this.currentSort){const i=this.columns[this.currentSort.column],o=null!==(e=i.comparator)&&void 0!==e?e:Ti,n="asc"===this.currentSort.order?o:(t,e)=>-o(t,e);return t.sort(((t,e)=>n(this.getValue(i,t),this.getValue(i,e))))}return t}update(t){super.update(t),t.has("sort")&&(this.currentSort=this.sort),(t.has("data")||t.has("columns"))&&this.updateSelectData()}updateSelectData(){this.selectData=[];const t=this.data,e=this.columns;for(let i in e){const o=e[i];"select"===o.filter&&(this.selectData[i]=[...new Set(t.map(((t,e)=>this.getValueAsString(o,t,e))))].sort(((t,e)=>t.localeCompare(e))))}this.requestUpdate()}renderHeader(t,e){const i={"header-cell":!0,"header-cell--sticky":this.stickyHeaders};return H`
1121
+ `}filterData(){let t=[...this.data];return this.filters.forEach(((e,i)=>{var o;const n=this.columns[i];if(e)switch(null!==(o=n.filter)&&void 0!==o?o:"text"){case"text":e.value&&(t=t.filter((t=>this.getValueAsString(n,t,i).toLowerCase().includes(e.value.toLowerCase()))));break;case"select":e.value&&(t=t.filter((t=>this.getValueAsString(n,t,i)===e.value)))}})),t}sortData(t){var e;if(this.currentSort){const i=this.columns[this.currentSort.column],o=null!==(e=i.comparator)&&void 0!==e?e:Li,n="asc"===this.currentSort.order?o:(t,e)=>-o(t,e);return t.sort(((t,e)=>n(this.getValue(i,t),this.getValue(i,e))))}return t}update(t){super.update(t),t.has("sort")&&(this.currentSort=this.sort),(t.has("data")||t.has("columns"))&&this.updateSelectData()}updateSelectData(){this.selectData=[];const t=this.data,e=this.columns;for(let i in e){const o=e[i];"select"===o.filter&&(this.selectData[i]=[...new Set(t.map(((t,e)=>this.getValueAsString(o,t,e))))].sort(((t,e)=>t.localeCompare(e))))}this.requestUpdate()}renderHeader(t,e){const i={"header-cell":!0,"header-cell--sticky":this.stickyHeaders};return H`
1122
1122
  <div class="${Dt(i)}">
1123
1123
  <div class="column-title-container">
1124
1124
  <span class="column-title">${t.title}</span>
@@ -1150,9 +1150,9 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1150
1150
  <ft-select-option value="${t}" label="${t}"></ft-select-option>
1151
1151
  `))}
1152
1152
  </ft-select>
1153
- `:null}return null}renderCell(t,e,i){var o;const n=null!==(o=t.render)&&void 0!==o?o:ji;return H`
1153
+ `:null}return null}renderCell(t,e,i){var o;const n=null!==(o=t.render)&&void 0!==o?o:Ai;return H`
1154
1154
  <div class="cell">${(t=>{const e=n(t,i);return"string"==typeof e?Ut(e):e})(this.getValue(t,e))}</div>
1155
- `}getValue(t,e){return"string"==typeof t.getter?e[t.getter]:t.getter(e)}getValueAsString(t,e,i){const o=this.getValue(t,e);return"function"==typeof t.stringify?t.stringify(o,i):(t=>""+t)(o)}}Ai.styles=u`
1155
+ `}getValue(t,e){return"string"==typeof t.getter?e[t.getter]:t.getter(e)}getValueAsString(t,e,i){const o=this.getValue(t,e);return"function"==typeof t.stringify?t.stringify(o,i):(t=>""+t)(o)}}Ii.styles=u`
1156
1156
  :host {
1157
1157
  display: block;
1158
1158
  }
@@ -1168,15 +1168,15 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1168
1168
  .header-cell {
1169
1169
  display: flex;
1170
1170
  flex-direction: column;
1171
- background: ${Bi.headerBackground};
1172
- color: ${Bi.colorOnSurfaceHigh};
1171
+ background: ${Ti.headerBackground};
1172
+ color: ${Ti.colorOnSurfaceHigh};
1173
1173
  padding: .5rem 1rem;
1174
- font-family: ${Bi.titleFont};
1174
+ font-family: ${Ti.titleFont};
1175
1175
  }
1176
1176
 
1177
1177
  .header-cell--sticky {
1178
1178
  top: 0;
1179
- z-index: ${Bi.stickyHeaderZIndex};
1179
+ z-index: ${Ti.stickyHeaderZIndex};
1180
1180
  position: sticky;
1181
1181
  }
1182
1182
 
@@ -1194,8 +1194,8 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1194
1194
  }
1195
1195
 
1196
1196
  .column-title-container ft-button {
1197
- ${ft(Ni.backgroundColor,Bi.headerBackground)};
1198
- ${ft(Ni.color,Bi.colorOnSurfaceHigh)};
1197
+ ${ft(zi.backgroundColor,Ti.headerBackground)};
1198
+ ${ft(zi.color,Ti.colorOnSurfaceHigh)};
1199
1199
  }
1200
1200
 
1201
1201
  .column-title {
@@ -1224,29 +1224,29 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1224
1224
 
1225
1225
  .cell {
1226
1226
  padding: 1rem;
1227
- border-left: 1px solid ${Bi.headerBackground};
1228
- border-bottom: 1px solid ${Bi.headerBackground};
1227
+ border-left: 1px solid ${Ti.headerBackground};
1228
+ border-bottom: 1px solid ${Ti.headerBackground};
1229
1229
  overflow-x: auto;
1230
1230
  display: flex;
1231
1231
  align-items: center;
1232
- font-family: ${Bi.contentFont};
1232
+ font-family: ${Ti.contentFont};
1233
1233
  }
1234
1234
 
1235
1235
  /* Even is 2n+1 and odd is 2n because of the header */
1236
1236
  .row:nth-child(2n) > .cell {
1237
- background: ${Bi.oddRowBackground};
1237
+ background: ${Ti.oddRowBackground};
1238
1238
  }
1239
1239
 
1240
1240
  .row:nth-child(2n + 1) > .cell {
1241
- background: ${Bi.evenRowBackground};
1241
+ background: ${Ti.evenRowBackground};
1242
1242
  }
1243
1243
 
1244
1244
  .row:hover > .cell {
1245
- background: ${Bi.rowHoverBackground};
1245
+ background: ${Ti.rowHoverBackground};
1246
1246
  }
1247
1247
 
1248
1248
  .cell:last-of-type {
1249
- border-right: 1px solid ${Bi.headerBackground};
1249
+ border-right: 1px solid ${Ti.headerBackground};
1250
1250
  }
1251
1251
 
1252
1252
  .row:last-of-type .cell:first-of-type {
@@ -1260,9 +1260,9 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
1260
1260
  .hidden {
1261
1261
  visibility: hidden;
1262
1262
  }
1263
- `,Ui([i({attribute:!1})],Ai.prototype,"data",void 0),Ui([i({attribute:!1})],Ai.prototype,"columns",void 0),Ui([i({attribute:!1})],Ai.prototype,"sort",void 0),Ui([i()],Ai.prototype,"stickyHeaders",void 0),Ui([o()],Ai.prototype,"currentSort",void 0),a("ft-filterable-table")(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),H`
1263
+ `,Bi([i({attribute:!1})],Ii.prototype,"data",void 0),Bi([i({attribute:!1})],Ii.prototype,"columns",void 0),Bi([i({attribute:!1})],Ii.prototype,"sort",void 0),Bi([i()],Ii.prototype,"stickyHeaders",void 0),Bi([o()],Ii.prototype,"currentSort",void 0),a("ft-filterable-table")(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),H`
1264
1264
  ${i.map((t=>H`
1265
1265
  <style>${t}</style>
1266
1266
  `))}
1267
1267
  ${super.render()}
1268
- `}},i.styles=void 0,i.elementDefinitions=o,i}(Ai))}();
1268
+ `}},i.styles=void 0,i.elementDefinitions=o,i}(Ii))}();