@fluid-topics/ft-text-area 0.3.70 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-text-area.css.d.ts +0 -1
- package/build/ft-text-area.css.js +0 -1
- package/build/ft-text-area.d.ts +0 -1
- package/build/ft-text-area.js +2 -2
- package/build/ft-text-area.light.js +157 -157
- package/build/ft-text-area.min.js +164 -174
- package/build/ft-text-area.properties.d.ts +0 -1
- package/build/ft-text-area.properties.js +0 -1
- package/build/index.d.ts +0 -1
- package/build/index.js +0 -1
- package/package.json +6 -6
|
@@ -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,r=new WeakMap,s=new WeakMap,n=new WeakMap,a=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){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(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);f(r,l,a);const p={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,p),this._definitionsByClass.set(r,p);let h=i.call(o,t);h||(h=c(t),e.call(o,t,h)),this===window.customElements&&(n.set(r,p),p.standInClass=h);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)s.delete(t),u(t,p,!0)}const x=this._whenDefinedPromises.get(t);return void 0!==x&&(x.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){y.push(this),o.upgrade.apply(o,arguments),y.pop()}get(t){
|
|
17
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,r=new WeakMap,s=new WeakMap,n=new WeakMap,a=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){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(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);f(r,l,a);const p={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,p),this._definitionsByClass.set(r,p);let h=i.call(o,t);h||(h=c(t),e.call(o,t,h)),this===window.customElements&&(n.set(r,p),p.standInClass=h);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)s.delete(t),u(t,p,!0)}const x=this._whenDefinedPromises.get(t);return void 0!==x&&(x.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){y.push(this),o.upgrade.apply(o,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let 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=l;if(e)return l=void 0,e;const i=n.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),r.set(e,i),e},window.HTMLElement.prototype=t.prototype;const p=t=>t===document||t instanceof ShadowRoot,h=t=>{let e=t.getRootNode();if(!p(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),p(e)||(e=a.get(e)?.getRootNode()||document)}return e.customElements},c=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=h(i)||window.customElements,r=o._getDefinition(e);return r?u(i,r):s.set(i,o),i}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.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,r){const s=t.toLowerCase();if(e.has(s)){const t=this.getAttribute(s);o.call(this,s,r),i.call(this,s,t,r)}else o.call(this,s,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);r.call(this,o),i.call(this,o,t,null)}else r.call(this,o)})},d=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):d(i)},u=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){d(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 y=[document];const v=(t,e,i=void 0)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),y.pop(),t}};v(ShadowRoot,"createElement",document),v(ShadowRoot,"importNode",document),v(Element,"insertAdjacentHTML");const b=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){y.push(this),i.set.call(this,t),y.pop()}})};if(b(Element,"innerHTML"),b(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!==r.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"),r=e.get(o)||[];this[+i]=t,r.push(t),e.set(o,r)})),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 n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),e=[];for(const i of t){const t=r.get(i);t&&!0!==t.formAssociated||e.push(i)}return new s(e)}})}}try{window.customElements.define("custom-element",null)}catch(Xe){const t=window.customElements.define;window.customElements.define=(e,i,o)=>{try{t.bind(window.customElements)(e,i,o)}catch(t){console.info(e,i,o,t)}}}class e{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const i=[...this.callbacks];this.callbacks=[];const o=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of i)try{await t()}catch(t){return void o(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
@@ -46,34 +46,24 @@ function s(t,e){return(({finisher:t,descriptor:e})=>(i,o)=>{var r;if(void 0===o)
|
|
|
46
46
|
* Copyright 2019 Google LLC
|
|
47
47
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
48
48
|
*/
|
|
49
|
-
const p=window,h=p.ShadowRoot&&(void 0===p.ShadyCSS||p.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),f=new WeakMap;
|
|
49
|
+
const p=window,h=p.ShadowRoot&&(void 0===p.ShadyCSS||p.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),f=new WeakMap;let d=class{constructor(t,e,i){if(this._$cssResult$=!0,i!==c)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(h&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=f.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&f.set(e,t))}return t}toString(){return this.cssText}};const u=t=>new d("string"==typeof t?t:t+"",void 0,c),x=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new d(i,t,c)},y=(t,e)=>{h?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=p.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},v=h?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return u(e)})(t):t
|
|
50
50
|
/**
|
|
51
51
|
* @license
|
|
52
52
|
* Copyright 2017 Google LLC
|
|
53
53
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
54
|
-
*/;var
|
|
54
|
+
*/;var b;const g=window,m=g.trustedTypes,$=m?m.emptyScript:"",w=g.reactiveElementPolyfillSupport,O={toAttribute(t,e){switch(e){case Boolean:t=t?$: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}},S=(t,e)=>e!==t&&(e==e||t==t),k={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:S};let N=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Ep(i,e);void 0!==o&&(this._$Ev.set(o,i),t.push(o))})),t}static createProperty(t,e=k){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 r=this[t];this[e]=o,this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||k}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=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(v(t))}else void 0!==t&&e.push(v(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).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._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.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 y(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||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._$ES)||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)}_$EO(t,e,i=k){var o;const r=this.constructor._$Ep(t,i);if(void 0!==r&&!0===i.reflect){const s=(void 0!==(null===(o=i.converter)||void 0===o?void 0:o.toAttribute)?i.converter:O).toAttribute(e,i.type);this._$El=t,null==s?this.removeAttribute(r):this.setAttribute(r,s),this._$El=null}}_$AK(t,e){var i;const o=this.constructor,r=o._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=o.getPropertyOptions(r),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:O;this._$El=r,this[r]=s.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||S)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}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._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||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._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||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)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
|
|
55
55
|
/**
|
|
56
56
|
* @license
|
|
57
57
|
* Copyright 2017 Google LLC
|
|
58
58
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
59
59
|
*/
|
|
60
|
-
var E;N.finalized=!0,N.elementProperties=new Map,N.elementStyles=[],N.shadowRootOptions={mode:"open"},null==w||w({ReactiveElement:N}),(null!==(g
|
|
60
|
+
var E;N.finalized=!0,N.elementProperties=new Map,N.elementStyles=[],N.shadowRootOptions={mode:"open"},null==w||w({ReactiveElement:N}),(null!==(b=g.reactiveElementVersions)&&void 0!==b?b:g.reactiveElementVersions=[]).push("1.6.1");const C=window,R=C.trustedTypes,z=R?R.createPolicy("lit-html",{createHTML:t=>t}):void 0,M="$lit$",U=`lit$${(Math.random()+"").slice(9)}$`,j="?"+U,F=`<${j}>`,D=document,A=()=>D.createComment(""),B=t=>null===t||"object"!=typeof t&&"function"!=typeof t,L=Array.isArray,P="[ \t\n\f\r]",_=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,W=/>/g,I=RegExp(`>|${P}(?:([^\\s"'>=/]+)(${P}*=${P}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),H=/'/g,K=/"/g,Z=/^(?:script|style|textarea|title)$/i,V=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),J=Symbol.for("lit-noChange"),q=Symbol.for("lit-nothing"),X=new WeakMap,Y=D.createTreeWalker(D,129,null,!1),G=(t,e)=>{const i=t.length-1,o=[];let r,s=2===e?"<svg>":"",n=_;for(let e=0;e<i;e++){const i=t[e];let a,l,p=-1,h=0;for(;h<i.length&&(n.lastIndex=h,l=n.exec(i),null!==l);)h=n.lastIndex,n===_?"!--"===l[1]?n=T:void 0!==l[1]?n=W:void 0!==l[2]?(Z.test(l[2])&&(r=RegExp("</"+l[2],"g")),n=I):void 0!==l[3]&&(n=I):n===I?">"===l[0]?(n=null!=r?r:_,p=-1):void 0===l[1]?p=-2:(p=n.lastIndex-l[2].length,a=l[1],n=void 0===l[3]?I:'"'===l[3]?K:H):n===K||n===H?n=I:n===T||n===W?n=_:(n=I,r=void 0);const c=n===I&&t[e+1].startsWith("/>")?" ":"";s+=n===_?i+F:p>=0?(o.push(a),i.slice(0,p)+M+i.slice(p)+U+c):i+U+(-2===p?(o.push(void 0),e):c)}const a=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==z?z.createHTML(a):a,o]};class Q{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let r=0,s=0;const n=t.length-1,a=this.parts,[l,p]=G(t,e);if(this.el=Q.createElement(l,i),Y.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=Y.nextNode())&&a.length<n;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith(M)||e.startsWith(U)){const i=p[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+M).split(U),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:r,name:e[2],strings:t,ctor:"."===e[1]?rt:"?"===e[1]?nt:"@"===e[1]?at:ot})}else a.push({type:6,index:r})}for(const e of t)o.removeAttribute(e)}if(Z.test(o.tagName)){const t=o.textContent.split(U),e=t.length-1;if(e>0){o.textContent=R?R.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],A()),Y.nextNode(),a.push({type:2,index:++r});o.append(t[e],A())}}}else if(8===o.nodeType)if(o.data===j)a.push({type:2,index:r});else{let t=-1;for(;-1!==(t=o.data.indexOf(U,t+1));)a.push({type:7,index:r}),t+=U.length-1}r++}}static createElement(t,e){const i=D.createElement("template");return i.innerHTML=t,i}}function tt(t,e,i=t,o){var r,s,n,a;if(e===J)return e;let l=void 0!==o?null===(r=i._$Co)||void 0===r?void 0:r[o]:i._$Cl;const p=B(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==p&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.call(l,!1),void 0===p?l=void 0:(l=new p(t),l._$AT(t,i,o)),void 0!==o?(null!==(n=(a=i)._$Co)&&void 0!==n?n:a._$Co=[])[o]=l:i._$Cl=l),void 0!==l&&(e=tt(t,l._$AS(t,e.values),l,o)),e}class et{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:i},parts:o}=this._$AD,r=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:D).importNode(i,!0);Y.currentNode=r;let s=Y.nextNode(),n=0,a=0,l=o[0];for(;void 0!==l;){if(n===l.index){let e;2===l.type?e=new it(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new lt(s,this,t)),this._$AV.push(e),l=o[++a]}n!==(null==l?void 0:l.index)&&(s=Y.nextNode(),n++)}return r}v(t){let e=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class it{constructor(t,e,i,o){var r;this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cp=null===(r=null==o?void 0:o.isConnected)||void 0===r||r}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===(null==t?void 0:t.nodeType)&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=tt(this,t,e),B(t)?t===q||null==t||""===t?(this._$AH!==q&&this._$AR(),this._$AH=q):t!==this._$AH&&t!==J&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>L(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==q&&B(this._$AH)?this._$AA.nextSibling.data=t:this.$(D.createTextNode(t)),this._$AH=t}g(t){var e;const{values:i,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=Q.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===r)this._$AH.v(i);else{const t=new et(r,this),e=t.u(this.options);t.v(i),this.$(e),this._$AH=t}}_$AC(t){let e=X.get(t.strings);return void 0===e&&X.set(t.strings,e=new Q(t)),e}T(t){L(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const r of t)o===e.length?e.push(i=new it(this.k(A()),this.k(A()),this,this.options)):i=e[o],i._$AI(r),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._$Cp=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class ot{constructor(t,e,i,o,r){this.type=1,this._$AH=q,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=r,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=q}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const r=this.strings;let s=!1;if(void 0===r)t=tt(this,t,e,0),s=!B(t)||t!==this._$AH&&t!==J,s&&(this._$AH=t);else{const o=t;let n,a;for(t=r[0],n=0;n<r.length-1;n++)a=tt(this,o[i+n],e,n),a===J&&(a=this._$AH[n]),s||(s=!B(a)||a!==this._$AH[n]),a===q?t=q:t!==q&&(t+=(null!=a?a:"")+r[n+1]),this._$AH[n]=a}s&&!o&&this.j(t)}j(t){t===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class rt extends ot{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===q?void 0:t}}const st=R?R.emptyScript:"";class nt extends ot{constructor(){super(...arguments),this.type=4}j(t){t&&t!==q?this.element.setAttribute(this.name,st):this.element.removeAttribute(this.name)}}class at extends ot{constructor(t,e,i,o,r){super(t,e,i,o,r),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=tt(this,t,e,0))&&void 0!==i?i:q)===J)return;const o=this._$AH,r=t===q&&o!==q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==q&&(o===q||r);r&&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 lt{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){tt(this,t)}}const pt=C.litHtmlPolyfillSupport;null==pt||pt(Q,it),(null!==(E=C.litHtmlVersions)&&void 0!==E?E:C.litHtmlVersions=[]).push("2.7.3");
|
|
61
61
|
/**
|
|
62
62
|
* @license
|
|
63
63
|
* Copyright 2017 Google LLC
|
|
64
64
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
65
65
|
*/
|
|
66
|
-
var lt,pt;class ht extends N{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=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._$Do=((t,e,i)=>{var o,r;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let n=s._$litPart$;if(void 0===n){const t=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;s._$litPart$=n=new tt(e.insertBefore(D(),t),t,void 0,null!=i?i:{})}return n._$AI(t),n})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return Z}}ht.finalized=!0,ht._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:ht});const ct=globalThis.litElementPolyfillSupport;null==ct||ct({LitElement:ht}),(null!==(pt=globalThis.litElementVersions)&&void 0!==pt?pt:globalThis.litElementVersions=[]).push("3.2.2");class ft{static create(t,e,i){let o=t=>u(null!=t?t:i),r=x`var(${u(t)}, ${o(i)})`;return r.name=t,r.category=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>x`var(${u(t)}, ${o(e)})`,r.breadcrumb=()=>[],r.lastResortDefaultValue=()=>i,r}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),r=x`var(${u(t)}, ${o(i)})`;return r.name=t,r.category=e.category,r.fallbackVariable=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>x`var(${u(t)}, ${o(e)})`,r.breadcrumb=()=>[e.name,...e.breadcrumb()],r.lastResortDefaultValue=()=>i,r}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):u(null!=e?e:t.defaultValue),o=x`var(${u(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>x`var(${u(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}function dt(t,e){return u(`${t.name}: ${e}`)}const ut={colorPrimary:ft.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:ft.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:ft.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:ft.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:ft.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:ft.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:ft.create("--ft-color-error","COLOR","#B00020"),colorOutline:ft.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:ft.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:ft.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:ft.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:ft.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:ft.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:ft.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:ft.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:ft.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:ft.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:ft.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:ft.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:ft.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:ft.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:ft.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:ft.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:ft.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:ft.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:ft.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:ft.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:ft.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:ft.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:ft.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:ft.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:ft.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:ft.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:ft.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:ft.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:ft.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:ft.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:ft.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:ft.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:ft.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:ft.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:ft.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:ft.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:ft.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:ft.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:ft.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:ft.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:ft.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:ft.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:ft.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:ft.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:ft.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:ft.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:ft.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:ft.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:ft.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:ft.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:ft.create("--ft-border-radius-XL","SIZE","16px"),titleFont:ft.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:ft.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:ft.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:ft.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
|
|
67
|
-
/**
|
|
68
|
-
* @license
|
|
69
|
-
* Copyright 2021 Google LLC
|
|
70
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
71
|
-
*/var xt=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class yt extends(function(t){return class extends t{createRenderRoot(){const t=this.constructor,{registry:e,elementDefinitions:i,shadowRootOptions:o}=t;i&&!e&&(t.registry=new CustomElementRegistry,Object.entries(i).forEach((([e,i])=>t.registry.define(e,i))));const r=this.renderOptions.creationScope=this.attachShadow({...o,customElements:t.registry});return y(r,this.constructor.elementStyles),r}}}(ht)){constructor(){super(),this.exportpartsDebouncer=new e(5),this.constructorName=this.constructor.name,this.constructorPrototype=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this.constructorName&&Object.setPrototypeOf(this,this.constructorPrototype)}getStyles(){return[]}getTemplate(){return null}render(){let t=this.getStyles();return Array.isArray(t)||(t=[t]),K`
|
|
72
|
-
${t.map((t=>K`
|
|
73
|
-
<style>${t}</style>
|
|
74
|
-
`))}
|
|
75
|
-
${this.getTemplate()}
|
|
76
|
-
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this.exportpartsDebouncer.run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,r,s,n;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const p=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(r=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==r?r:[],i=null!==(n=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>p.add(t)))}if(0===p.size)return void this.removeAttribute("exportparts");const h=[...p.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}xt([o()],yt.prototype,"exportpartsPrefix",void 0),xt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!a(t,e),...null!=e?e:{}})}([])],yt.prototype,"exportpartsPrefixes",void 0),xt([o()],yt.prototype,"customStylesheet",void 0);const vt=x`
|
|
66
|
+
var ht,ct;let ft=class extends N{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=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._$Do=((t,e,i)=>{var o,r;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let n=s._$litPart$;if(void 0===n){const t=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;s._$litPart$=n=new it(e.insertBefore(A(),t),t,void 0,null!=i?i:{})}return n._$AI(t),n})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return J}};ft.finalized=!0,ft._$litElement$=!0,null===(ht=globalThis.litElementHydrateSupport)||void 0===ht||ht.call(globalThis,{LitElement:ft});const dt=globalThis.litElementPolyfillSupport;null==dt||dt({LitElement:ft}),(null!==(ct=globalThis.litElementVersions)&&void 0!==ct?ct:globalThis.litElementVersions=[]).push("3.3.2");class ut{static create(t,e,i){let o=t=>u(null!=t?t:i),r=x`var(${u(t)}, ${o(i)})`;return r.name=t,r.category=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>x`var(${u(t)}, ${o(e)})`,r.breadcrumb=()=>[],r.lastResortDefaultValue=()=>i,r}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),r=x`var(${u(t)}, ${o(i)})`;return r.name=t,r.category=e.category,r.fallbackVariable=e,r.defaultValue=i,r.defaultCssValue=o,r.get=e=>x`var(${u(t)}, ${o(e)})`,r.breadcrumb=()=>[e.name,...e.breadcrumb()],r.lastResortDefaultValue=()=>i,r}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):u(null!=e?e:t.defaultValue),o=x`var(${u(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>x`var(${u(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}function xt(t,e){return u(`${t.name}: ${e}`)}const yt={colorPrimary:ut.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:ut.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:ut.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:ut.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:ut.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:ut.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:ut.create("--ft-color-error","COLOR","#B00020"),colorOutline:ut.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:ut.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:ut.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:ut.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:ut.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:ut.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:ut.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:ut.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:ut.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:ut.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:ut.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:ut.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:ut.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:ut.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:ut.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:ut.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:ut.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:ut.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:ut.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:ut.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:ut.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:ut.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:ut.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:ut.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:ut.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:ut.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:ut.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:ut.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:ut.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:ut.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:ut.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:ut.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:ut.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:ut.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:ut.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:ut.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:ut.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:ut.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:ut.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:ut.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:ut.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:ut.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:ut.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:ut.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:ut.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:ut.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:ut.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:ut.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:ut.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:ut.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:ut.create("--ft-border-radius-XL","SIZE","16px"),titleFont:ut.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:ut.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:ut.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:ut.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};class vt extends ft{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,i])=>t.registry.define(e,i))));const e={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(e);return y(i,t.elementStyles),i}}var bt,gt=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};const mt=Symbol("constructorPrototype"),$t=Symbol("constructorName"),wt=Symbol("exportpartsDebouncer");class Ot extends vt{constructor(){super(),this[bt]=new e(5),this[$t]=this.constructor.name,this[mt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[$t]&&Object.setPrototypeOf(this,this[mt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[wt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,r,s,n;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const p=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(r=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==r?r:[],i=null!==(n=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>p.add(t)))}if(0===p.size)return void this.removeAttribute("exportparts");const h=[...p.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}bt=wt,gt([o()],Ot.prototype,"exportpartsPrefix",void 0),gt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!a(t,e),...null!=e?e:{}})}([])],Ot.prototype,"exportpartsPrefixes",void 0),gt([o()],Ot.prototype,"customStylesheet",void 0);const St=x`
|
|
77
67
|
.ft-no-text-select {
|
|
78
68
|
-webkit-touch-callout: none;
|
|
79
69
|
-webkit-user-select: none;
|
|
@@ -82,7 +72,7 @@ var lt,pt;class ht extends N{constructor(){super(...arguments),this.renderOption
|
|
|
82
72
|
-ms-user-select: none;
|
|
83
73
|
user-select: none;
|
|
84
74
|
}
|
|
85
|
-
`;var
|
|
75
|
+
`;var kt,Nt;x`
|
|
86
76
|
.ft-word-wrap {
|
|
87
77
|
white-space: normal;
|
|
88
78
|
word-wrap: break-word;
|
|
@@ -105,70 +95,51 @@ var lt,pt;class ht extends N{constructor(){super(...arguments),this.renderOption
|
|
|
105
95
|
display: inline-block;
|
|
106
96
|
width: 0;
|
|
107
97
|
}
|
|
108
|
-
`,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(
|
|
98
|
+
`,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Nt=null===(kt=window.safari)||void 0===kt?void 0:kt.pushNotification)||void 0===Nt||Nt.toString());
|
|
109
99
|
/**
|
|
110
100
|
* @license
|
|
111
101
|
* Copyright 2017 Google LLC
|
|
112
102
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
113
103
|
*/
|
|
114
|
-
const
|
|
104
|
+
const Et=1,Ct=2,Rt=t=>(...e)=>({_$litDirective$:t,values:e});class zt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
|
|
115
105
|
/**
|
|
116
106
|
* @license
|
|
117
107
|
* Copyright 2018 Google LLC
|
|
118
108
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
119
|
-
*/const
|
|
109
|
+
*/const Mt=Rt(class extends zt{constructor(t){var e;if(super(t),t.type!==Et||"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.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.nt)||void 0===i?void 0:i.has(t))&&this.it.add(t);return this.render(e)}const r=t.element.classList;this.it.forEach((t=>{t in e||(r.remove(t),this.it.delete(t))}));for(const t in e){const i=!!e[t];i===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(i?(r.add(t),this.it.add(t)):(r.remove(t),this.it.delete(t)))}return J}}),Ut=Symbol.for(""),jt=t=>{if((null==t?void 0:t.r)===Ut)return null==t?void 0:t._$litStatic$},Ft=t=>({_$litStatic$:t,r:Ut}),Dt=new Map,At=(t=>(e,...i)=>{const o=i.length;let r,s;const n=[],a=[];let l,p=0,h=!1;for(;p<o;){for(l=e[p];p<o&&void 0!==(s=i[p],r=jt(s));)l+=r+e[++p],h=!0;p!==o&&a.push(s),n.push(l),p++}if(p===o&&n.push(e[o]),h){const t=n.join("$$lit$$");void 0===(e=Dt.get(t))&&(n.raw=n,Dt.set(t,e=n)),i=a}return t(e,...i)})(V);
|
|
120
110
|
/**
|
|
121
111
|
* @license
|
|
122
112
|
* Copyright 2020 Google LLC
|
|
123
113
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
124
|
-
*/var
|
|
114
|
+
*/var Bt;!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"}(Bt||(Bt={}));const Lt=ut.extend("--ft-typography-font-family",yt.titleFont),Pt=ut.extend("--ft-typography-font-family",yt.contentFont),_t={fontFamily:Pt,fontSize:ut.create("--ft-typography-font-size","SIZE","16px"),fontWeight:ut.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:ut.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:ut.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:ut.create("--ft-typography-text-transform","UNKNOWN","inherit")},Tt=ut.extend("--ft-typography-title-font-family",Lt),Wt=ut.extend("--ft-typography-title-font-size",_t.fontSize,"20px"),It=ut.extend("--ft-typography-title-font-weight",_t.fontWeight,"normal"),Ht=ut.extend("--ft-typography-title-letter-spacing",_t.letterSpacing,"0.15px"),Kt=ut.extend("--ft-typography-title-line-height",_t.lineHeight,"1.2"),Zt=ut.extend("--ft-typography-title-text-transform",_t.textTransform,"inherit"),Vt=ut.extend("--ft-typography-title-dense-font-family",Lt),Jt=ut.extend("--ft-typography-title-dense-font-size",_t.fontSize,"14px"),qt=ut.extend("--ft-typography-title-dense-font-weight",_t.fontWeight,"normal"),Xt=ut.extend("--ft-typography-title-dense-letter-spacing",_t.letterSpacing,"0.105px"),Yt=ut.extend("--ft-typography-title-dense-line-height",_t.lineHeight,"1.7"),Gt=ut.extend("--ft-typography-title-dense-text-transform",_t.textTransform,"inherit"),Qt=ut.extend("--ft-typography-subtitle1-font-family",Pt),te=ut.extend("--ft-typography-subtitle1-font-size",_t.fontSize,"16px"),ee=ut.extend("--ft-typography-subtitle1-font-weight",_t.fontWeight,"600"),ie=ut.extend("--ft-typography-subtitle1-letter-spacing",_t.letterSpacing,"0.144px"),oe=ut.extend("--ft-typography-subtitle1-line-height",_t.lineHeight,"1.5"),re=ut.extend("--ft-typography-subtitle1-text-transform",_t.textTransform,"inherit"),se=ut.extend("--ft-typography-subtitle2-font-family",Pt),ne=ut.extend("--ft-typography-subtitle2-font-size",_t.fontSize,"14px"),ae=ut.extend("--ft-typography-subtitle2-font-weight",_t.fontWeight,"normal"),le=ut.extend("--ft-typography-subtitle2-letter-spacing",_t.letterSpacing,"0.098px"),pe=ut.extend("--ft-typography-subtitle2-line-height",_t.lineHeight,"1.7"),he=ut.extend("--ft-typography-subtitle2-text-transform",_t.textTransform,"inherit"),ce={fontFamily:ut.extend("--ft-typography-body1-font-family",Pt),fontSize:ut.extend("--ft-typography-body1-font-size",_t.fontSize,"16px"),fontWeight:ut.extend("--ft-typography-body1-font-weight",_t.fontWeight,"normal"),letterSpacing:ut.extend("--ft-typography-body1-letter-spacing",_t.letterSpacing,"0.496px"),lineHeight:ut.extend("--ft-typography-body1-line-height",_t.lineHeight,"1.5"),textTransform:ut.extend("--ft-typography-body1-text-transform",_t.textTransform,"inherit")},fe=ut.extend("--ft-typography-body2-font-family",Pt),de=ut.extend("--ft-typography-body2-font-size",_t.fontSize,"14px"),ue=ut.extend("--ft-typography-body2-font-weight",_t.fontWeight,"normal"),xe=ut.extend("--ft-typography-body2-letter-spacing",_t.letterSpacing,"0.252px"),ye=ut.extend("--ft-typography-body2-line-height",_t.lineHeight,"1.4"),ve=ut.extend("--ft-typography-body2-text-transform",_t.textTransform,"inherit"),be={fontFamily:ut.extend("--ft-typography-caption-font-family",Pt),fontSize:ut.extend("--ft-typography-caption-font-size",_t.fontSize,"12px"),fontWeight:ut.extend("--ft-typography-caption-font-weight",_t.fontWeight,"normal"),letterSpacing:ut.extend("--ft-typography-caption-letter-spacing",_t.letterSpacing,"0.396px"),lineHeight:ut.extend("--ft-typography-caption-line-height",_t.lineHeight,"1.33"),textTransform:ut.extend("--ft-typography-caption-text-transform",_t.textTransform,"inherit")},ge=ut.extend("--ft-typography-breadcrumb-font-family",Pt),me=ut.extend("--ft-typography-breadcrumb-font-size",_t.fontSize,"10px"),$e=ut.extend("--ft-typography-breadcrumb-font-weight",_t.fontWeight,"normal"),we=ut.extend("--ft-typography-breadcrumb-letter-spacing",_t.letterSpacing,"0.33px"),Oe=ut.extend("--ft-typography-breadcrumb-line-height",_t.lineHeight,"1.6"),Se=ut.extend("--ft-typography-breadcrumb-text-transform",_t.textTransform,"inherit"),ke=ut.extend("--ft-typography-overline-font-family",Pt),Ne=ut.extend("--ft-typography-overline-font-size",_t.fontSize,"10px"),Ee=ut.extend("--ft-typography-overline-font-weight",_t.fontWeight,"normal"),Ce=ut.extend("--ft-typography-overline-letter-spacing",_t.letterSpacing,"1.5px"),Re=ut.extend("--ft-typography-overline-line-height",_t.lineHeight,"1.6"),ze=ut.extend("--ft-typography-overline-text-transform",_t.textTransform,"uppercase"),Me=ut.extend("--ft-typography-button-font-family",Pt),Ue=ut.extend("--ft-typography-button-font-size",_t.fontSize,"14px"),je=ut.extend("--ft-typography-button-font-weight",_t.fontWeight,"600"),Fe=ut.extend("--ft-typography-button-letter-spacing",_t.letterSpacing,"1.246px"),De=ut.extend("--ft-typography-button-line-height",_t.lineHeight,"1.15"),Ae=ut.extend("--ft-typography-button-text-transform",_t.textTransform,"uppercase"),Be=x`
|
|
125
115
|
.ft-typography--title {
|
|
126
|
-
font-family: ${
|
|
127
|
-
font-size: ${
|
|
128
|
-
font-weight: ${
|
|
129
|
-
letter-spacing: ${
|
|
130
|
-
line-height: ${
|
|
131
|
-
text-transform: ${
|
|
132
|
-
}
|
|
133
|
-
`,
|
|
116
|
+
font-family: ${Tt};
|
|
117
|
+
font-size: ${Wt};
|
|
118
|
+
font-weight: ${It};
|
|
119
|
+
letter-spacing: ${Ht};
|
|
120
|
+
line-height: ${Kt};
|
|
121
|
+
text-transform: ${Zt};
|
|
122
|
+
}
|
|
123
|
+
`,Le=x`
|
|
134
124
|
.ft-typography--title-dense {
|
|
135
|
-
font-family: ${
|
|
136
|
-
font-size: ${
|
|
137
|
-
font-weight: ${
|
|
138
|
-
letter-spacing: ${
|
|
139
|
-
line-height: ${
|
|
140
|
-
text-transform: ${
|
|
141
|
-
}
|
|
142
|
-
`,
|
|
125
|
+
font-family: ${Vt};
|
|
126
|
+
font-size: ${Jt};
|
|
127
|
+
font-weight: ${qt};
|
|
128
|
+
letter-spacing: ${Xt};
|
|
129
|
+
line-height: ${Yt};
|
|
130
|
+
text-transform: ${Gt};
|
|
131
|
+
}
|
|
132
|
+
`,Pe=x`
|
|
143
133
|
.ft-typography--subtitle1 {
|
|
144
|
-
font-family: ${
|
|
145
|
-
font-size: ${
|
|
146
|
-
font-weight: ${
|
|
147
|
-
letter-spacing: ${
|
|
148
|
-
line-height: ${
|
|
149
|
-
text-transform: ${
|
|
150
|
-
}
|
|
151
|
-
`,je=x`
|
|
152
|
-
.ft-typography--subtitle2 {
|
|
153
|
-
font-family: ${Gt};
|
|
154
|
-
font-size: ${Qt};
|
|
155
|
-
font-weight: ${te};
|
|
156
|
-
letter-spacing: ${ee};
|
|
157
|
-
line-height: ${ie};
|
|
158
|
-
text-transform: ${oe};
|
|
134
|
+
font-family: ${Qt};
|
|
135
|
+
font-size: ${te};
|
|
136
|
+
font-weight: ${ee};
|
|
137
|
+
letter-spacing: ${ie};
|
|
138
|
+
line-height: ${oe};
|
|
139
|
+
text-transform: ${re};
|
|
159
140
|
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
.ft-typography--body1 {
|
|
163
|
-
font-family: ${re.fontFamily};
|
|
164
|
-
font-size: ${re.fontSize};
|
|
165
|
-
font-weight: ${re.fontWeight};
|
|
166
|
-
letter-spacing: ${re.letterSpacing};
|
|
167
|
-
line-height: ${re.lineHeight};
|
|
168
|
-
text-transform: ${re.textTransform};
|
|
169
|
-
}
|
|
170
|
-
`,De=x`
|
|
171
|
-
.ft-typography--body2 {
|
|
141
|
+
`,_e=x`
|
|
142
|
+
.ft-typography--subtitle2 {
|
|
172
143
|
font-family: ${se};
|
|
173
144
|
font-size: ${ne};
|
|
174
145
|
font-weight: ${ae};
|
|
@@ -176,8 +147,9 @@ const mt=1,$t=2,wt=t=>(...e)=>({_$litDirective$:t,values:e});class Ot{constructo
|
|
|
176
147
|
line-height: ${pe};
|
|
177
148
|
text-transform: ${he};
|
|
178
149
|
}
|
|
179
|
-
|
|
180
|
-
|
|
150
|
+
|
|
151
|
+
`,Te=x`
|
|
152
|
+
.ft-typography--body1 {
|
|
181
153
|
font-family: ${ce.fontFamily};
|
|
182
154
|
font-size: ${ce.fontSize};
|
|
183
155
|
font-weight: ${ce.fontWeight};
|
|
@@ -185,8 +157,8 @@ const mt=1,$t=2,wt=t=>(...e)=>({_$litDirective$:t,values:e});class Ot{constructo
|
|
|
185
157
|
line-height: ${ce.lineHeight};
|
|
186
158
|
text-transform: ${ce.textTransform};
|
|
187
159
|
}
|
|
188
|
-
`,
|
|
189
|
-
.ft-typography--
|
|
160
|
+
`,We=x`
|
|
161
|
+
.ft-typography--body2 {
|
|
190
162
|
font-family: ${fe};
|
|
191
163
|
font-size: ${de};
|
|
192
164
|
font-weight: ${ue};
|
|
@@ -194,42 +166,60 @@ const mt=1,$t=2,wt=t=>(...e)=>({_$litDirective$:t,values:e});class Ot{constructo
|
|
|
194
166
|
line-height: ${ye};
|
|
195
167
|
text-transform: ${ve};
|
|
196
168
|
}
|
|
197
|
-
`,
|
|
198
|
-
.ft-typography--
|
|
169
|
+
`,Ie=x`
|
|
170
|
+
.ft-typography--caption {
|
|
171
|
+
font-family: ${be.fontFamily};
|
|
172
|
+
font-size: ${be.fontSize};
|
|
173
|
+
font-weight: ${be.fontWeight};
|
|
174
|
+
letter-spacing: ${be.letterSpacing};
|
|
175
|
+
line-height: ${be.lineHeight};
|
|
176
|
+
text-transform: ${be.textTransform};
|
|
177
|
+
}
|
|
178
|
+
`,He=x`
|
|
179
|
+
.ft-typography--breadcrumb {
|
|
199
180
|
font-family: ${ge};
|
|
200
|
-
font-size: ${
|
|
201
|
-
font-weight: ${
|
|
202
|
-
letter-spacing: ${
|
|
203
|
-
line-height: ${
|
|
204
|
-
text-transform: ${
|
|
181
|
+
font-size: ${me};
|
|
182
|
+
font-weight: ${$e};
|
|
183
|
+
letter-spacing: ${we};
|
|
184
|
+
line-height: ${Oe};
|
|
185
|
+
text-transform: ${Se};
|
|
205
186
|
}
|
|
206
|
-
`,
|
|
187
|
+
`,Ke=x`
|
|
188
|
+
.ft-typography--overline {
|
|
189
|
+
font-family: ${ke};
|
|
190
|
+
font-size: ${Ne};
|
|
191
|
+
font-weight: ${Ee};
|
|
192
|
+
letter-spacing: ${Ce};
|
|
193
|
+
line-height: ${Re};
|
|
194
|
+
text-transform: ${ze};
|
|
195
|
+
}
|
|
196
|
+
`,Ze=x`
|
|
207
197
|
.ft-typography--button {
|
|
208
|
-
font-family: ${
|
|
209
|
-
font-size: ${
|
|
210
|
-
font-weight: ${
|
|
211
|
-
letter-spacing: ${
|
|
212
|
-
line-height: ${
|
|
213
|
-
text-transform: ${
|
|
214
|
-
}
|
|
215
|
-
`,
|
|
198
|
+
font-family: ${Me};
|
|
199
|
+
font-size: ${Ue};
|
|
200
|
+
font-weight: ${je};
|
|
201
|
+
letter-spacing: ${Fe};
|
|
202
|
+
line-height: ${De};
|
|
203
|
+
text-transform: ${Ae};
|
|
204
|
+
}
|
|
205
|
+
`,Ve=x`
|
|
216
206
|
.ft-typography {
|
|
217
207
|
vertical-align: inherit;
|
|
218
208
|
}
|
|
219
|
-
`;var
|
|
220
|
-
<${
|
|
209
|
+
`;var Je=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class qe extends Ot{constructor(){super(...arguments),this.variant=Bt.body1}render(){return this.element?At`
|
|
210
|
+
<${Ft(this.element)}
|
|
221
211
|
class="ft-typography ft-typography--${this.variant}">
|
|
222
212
|
<slot></slot>
|
|
223
|
-
</${
|
|
224
|
-
`:
|
|
213
|
+
</${Ft(this.element)}>
|
|
214
|
+
`:At`
|
|
225
215
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
226
|
-
`}}
|
|
216
|
+
`}}qe.styles=[Be,Le,Pe,_e,Te,We,Ie,He,Ke,Ze,Ve],Je([o()],qe.prototype,"element",void 0),Je([o()],qe.prototype,"variant",void 0),l("ft-typography")(qe);
|
|
227
217
|
/**
|
|
228
218
|
* @license
|
|
229
219
|
* Copyright 2017 Google LLC
|
|
230
220
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
231
221
|
*/
|
|
232
|
-
class
|
|
222
|
+
class Xe extends zt{constructor(t){if(super(t),this.et=q,t.type!==Ct)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===q||null==t)return this.ft=void 0,this.et=t;if(t===J)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const e=[t];return e.raw=e,this.ft={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Xe.directiveName="unsafeHTML",Xe.resultType=1;const Ye=Rt(Xe);var Ge,Qe;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL=""}(Ge||(Ge={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(Qe||(Qe={})),new Map([...["abw"].map((t=>[t,Qe.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,Qe.AUDIO])),...["avi"].map((t=>[t,Qe.AVI])),...["chm","xhs"].map((t=>[t,Qe.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,Qe.CODE])),...["csv"].map((t=>[t,Qe.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Qe.DITA])),...["epub"].map((t=>[t,Qe.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Qe.EXCEL])),...["flac"].map((t=>[t,Qe.FLAC])),...["gif"].map((t=>[t,Qe.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Qe.GZIP])),...["html","htm","xhtml"].map((t=>[t,Qe.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,Qe.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Qe.JPEG])),...["json"].map((t=>[t,Qe.JSON])),...["m4a","m4p"].map((t=>[t,Qe.M4A])),...["mov","qt"].map((t=>[t,Qe.MOV])),...["mp3"].map((t=>[t,Qe.MP3])),...["mp4","m4v"].map((t=>[t,Qe.MP4])),...["ogg","oga"].map((t=>[t,Qe.OGG])),...["pdf","ps"].map((t=>[t,Qe.PDF])),...["png"].map((t=>[t,Qe.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Qe.POWERPOINT])),...["rar"].map((t=>[t,Qe.RAR])),...["stp"].map((t=>[t,Qe.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Qe.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,Qe.VIDEO])),...["wav"].map((t=>[t,Qe.WAV])),...["wma"].map((t=>[t,Qe.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Qe.WORD])),...["xml","xsl","rdf"].map((t=>[t,Qe.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Qe.YAML])),...["zip"].map((t=>[t,Qe.ZIP]))]);const ti=ut.create("--ft-icon-font-size","SIZE","24px"),ei=ut.extend("--ft-icon-fluid-topics-font-family",ut.create("--ft-icon-font-family","UNKNOWN","ft-icons")),ii=ut.extend("--ft-icon-file-format-font-family",ut.create("--ft-icon-font-family","UNKNOWN","ft-mime")),oi=ut.extend("--ft-icon-material-font-family",ut.create("--ft-icon-font-family","UNKNOWN","Material Icons")),ri=ut.create("--ft-icon-vertical-align","UNKNOWN","unset"),si=x`
|
|
233
223
|
:host, i.ft-icon {
|
|
234
224
|
display: inline-flex;
|
|
235
225
|
align-items: center;
|
|
@@ -238,14 +228,14 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
238
228
|
}
|
|
239
229
|
|
|
240
230
|
:host {
|
|
241
|
-
width: ${
|
|
242
|
-
height: ${
|
|
231
|
+
width: ${ti};
|
|
232
|
+
height: ${ti};
|
|
243
233
|
}
|
|
244
234
|
|
|
245
235
|
i.ft-icon {
|
|
246
236
|
width: 100%;
|
|
247
237
|
height: 100%;
|
|
248
|
-
font-size: ${
|
|
238
|
+
font-size: ${ti};
|
|
249
239
|
line-height: 1;
|
|
250
240
|
font-weight: normal;
|
|
251
241
|
text-transform: none;
|
|
@@ -256,32 +246,32 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
256
246
|
text-rendering: auto;
|
|
257
247
|
-webkit-font-smoothing: antialiased;
|
|
258
248
|
-moz-osx-font-smoothing: grayscale;
|
|
259
|
-
vertical-align: ${
|
|
249
|
+
vertical-align: ${ri};
|
|
260
250
|
}
|
|
261
251
|
|
|
262
252
|
i.ft-icon.ft-icon--fluid-topics {
|
|
263
|
-
font-family: ${
|
|
253
|
+
font-family: ${ei}, ft-icons, fticons, sans-serif;
|
|
264
254
|
|
|
265
255
|
/* Ugly fix because font is broken */
|
|
266
|
-
font-size: calc(0.
|
|
256
|
+
font-size: calc(0.75 * ${ti});
|
|
267
257
|
position: relative;
|
|
268
|
-
top: -
|
|
258
|
+
top: -4%;
|
|
269
259
|
justify-content: center;
|
|
270
260
|
}
|
|
271
261
|
|
|
272
262
|
.ft-icon--file-format {
|
|
273
|
-
font-family: ${
|
|
263
|
+
font-family: ${ii}, ft-mime, sans-serif;
|
|
274
264
|
}
|
|
275
265
|
|
|
276
266
|
.ft-icon--material {
|
|
277
|
-
font-family: ${
|
|
267
|
+
font-family: ${oi}, "Material Icons", sans-serif;
|
|
278
268
|
}
|
|
279
|
-
`;var
|
|
280
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
281
|
-
${
|
|
282
|
-
<slot ?hidden=${
|
|
269
|
+
`;var ni;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(ni||(ni={}));var ai=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class li extends Ot{constructor(){super(...arguments),this.resolvedIcon=q}render(){const t=this.variant&&Object.values(ni).includes(this.variant)?this.variant:ni.fluid_topics,e=t!==ni.material||!!this.value;return V`
|
|
270
|
+
<i class="ft-icon ${"ft-icon--"+t}">
|
|
271
|
+
${Ye(this.resolvedIcon)}
|
|
272
|
+
<slot ?hidden=${e}></slot>
|
|
283
273
|
</i>
|
|
284
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let i=this.value||this.textContent;switch(this.variant){case
|
|
274
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let i=this.value||this.textContent;switch(this.variant){case ni.file_format:this.resolvedIcon=null!==(t=Qe[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case ni.material:this.resolvedIcon=this.value||q;break;default:this.resolvedIcon=null!==(e=Ge[i.replace("-","_").toUpperCase()])&&void 0!==e?e:i}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}li.elementDefinitions={},li.styles=si,ai([o()],li.prototype,"variant",void 0),ai([o()],li.prototype,"value",void 0),ai([r()],li.prototype,"resolvedIcon",void 0),ai([s("slot")],li.prototype,"slottedContent",void 0),l("ft-icon")(li);const pi=ut.external(yt.colorOutline,"Design system"),hi=ut.external(yt.colorOnSurfaceMedium,"Design system"),ci=x`
|
|
285
275
|
:host {
|
|
286
276
|
display: block;
|
|
287
277
|
}
|
|
@@ -292,14 +282,14 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
292
282
|
|
|
293
283
|
ft-icon {
|
|
294
284
|
transform: rotate(-45deg);
|
|
295
|
-
color: ${
|
|
285
|
+
color: ${pi};
|
|
296
286
|
}
|
|
297
287
|
|
|
298
288
|
.ft-resizer--dragging ft-icon,
|
|
299
289
|
.ft-resizer:hover ft-icon {
|
|
300
|
-
color: ${
|
|
290
|
+
color: ${hi};
|
|
301
291
|
}
|
|
302
|
-
`;var
|
|
292
|
+
`;var fi=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class di extends CustomEvent{constructor(t,e){super("resize",{detail:{width:t,height:e}})}}class ui extends Ot{constructor(){super(...arguments),this.initialWidth=0,this.initialHeight=0,this.icon="drag_handle",this.iconVariant=ni.material,this.cursor="nwse-resize",this.dragging=!1,this.fixedWidth=0,this.fixedHeight=0,this.startX=0,this.startY=0,this.doDragFromMouse=t=>this.doDrag(t.clientX,t.clientY),this.doDragFromTouch=t=>this.doDrag(t.touches[0].clientX,t.touches[0].clientY),this.stopDrag=()=>{this.dragging=!1,document.removeEventListener("mousemove",this.doDragFromMouse,!1),document.removeEventListener("mouseup",this.stopDrag,!1),document.removeEventListener("touchmove",this.doDragFromTouch,!1),document.removeEventListener("touchend",this.stopDrag,!1),document.removeEventListener("touchcancel",this.stopDrag,!1)}}render(){return V`
|
|
303
293
|
<style>
|
|
304
294
|
.ft-resizer {
|
|
305
295
|
cursor: ${u(this.cursor)}
|
|
@@ -308,27 +298,27 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
308
298
|
<div class="ft-resizer ft-no-text-select ${this.dragging?"ft-resizer--dragging":""}"
|
|
309
299
|
@mousedown=${this.initDragFromMouse}
|
|
310
300
|
@touchstart=${this.initDragFromTouch}>
|
|
311
|
-
<ft-icon variant="
|
|
301
|
+
<ft-icon .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
|
|
312
302
|
</div>
|
|
313
|
-
`}initDragFromMouse(t){this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initDrag(t,e){this.dragging=!0,this.startX=t,this.startY=e,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,e){let i=this.fixedWidth+t-this.startX,o=this.fixedHeight+e-this.startY;this.dispatchEvent(new
|
|
303
|
+
`}initDragFromMouse(t){this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initDrag(t,e){this.dragging=!0,this.startX=t,this.startY=e,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,e){let i=this.fixedWidth+t-this.startX,o=this.fixedHeight+e-this.startY;this.dispatchEvent(new di(i,o))}}ui.elementDefinitions={"ft-icon":li},ui.styles=[St,ci],fi([o({type:Number})],ui.prototype,"initialWidth",void 0),fi([o({type:Number})],ui.prototype,"initialHeight",void 0),fi([o()],ui.prototype,"icon",void 0),fi([o()],ui.prototype,"iconVariant",void 0),fi([o()],ui.prototype,"cursor",void 0),fi([r()],ui.prototype,"dragging",void 0),l("ft-resizer")(ui);const xi={fontSize:ut.create("--ft-input-label-font-size","SIZE","14px"),raisedFontSize:ut.create("--ft-input-label-raised-font-size","SIZE","11px"),raisedZIndex:ut.create("--ft-input-label-outlined-raised-z-index","NUMBER","2"),verticalSpacing:ut.create("--ft-input-label-vertical-spacing","SIZE","4px"),horizontalSpacing:ut.create("--ft-input-label-horizontal-spacing","SIZE","12px"),labelMaxWidth:ut.create("--ft-input-label-max-width","SIZE","100%"),borderColor:ut.extend("--ft-input-label-border-color",yt.colorOutline),textColor:ut.extend("--ft-input-label-text-color",yt.colorOnSurfaceMedium),disabledTextColor:ut.extend("--ft-input-label-disabled-text-color",yt.colorOnSurfaceDisabled),colorSurface:ut.external(yt.colorSurface,"Design system"),borderRadiusS:ut.external(yt.borderRadiusS,"Design system"),colorError:ut.external(yt.colorError,"Design system")},yi=x`
|
|
314
304
|
.ft-input-label {
|
|
315
305
|
position: absolute;
|
|
316
306
|
inset: 0;
|
|
317
307
|
display: flex;
|
|
318
|
-
background-color: ${
|
|
319
|
-
border-radius: ${
|
|
308
|
+
background-color: ${xi.colorSurface};
|
|
309
|
+
border-radius: ${xi.borderRadiusS} ${xi.borderRadiusS} 0 0;
|
|
320
310
|
}
|
|
321
311
|
|
|
322
312
|
.ft-input-label--outlined {
|
|
323
|
-
border-radius: ${
|
|
313
|
+
border-radius: ${xi.borderRadiusS};
|
|
324
314
|
}
|
|
325
315
|
|
|
326
316
|
.ft-input-label {
|
|
327
|
-
border-color: ${
|
|
317
|
+
border-color: ${xi.borderColor};
|
|
328
318
|
}
|
|
329
319
|
|
|
330
320
|
.ft-input-label.ft-input-label--in-error {
|
|
331
|
-
border-color: ${
|
|
321
|
+
border-color: ${xi.colorError}
|
|
332
322
|
}
|
|
333
323
|
|
|
334
324
|
.ft-input-label:before,
|
|
@@ -341,7 +331,7 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
341
331
|
}
|
|
342
332
|
|
|
343
333
|
.ft-input-label:before {
|
|
344
|
-
width: calc(${
|
|
334
|
+
width: calc(${xi.horizontalSpacing} - 4px);
|
|
345
335
|
flex-shrink: 0;
|
|
346
336
|
}
|
|
347
337
|
|
|
@@ -357,20 +347,20 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
357
347
|
border-bottom-width: 1px;
|
|
358
348
|
border-bottom-style: solid;
|
|
359
349
|
border-color: inherit;
|
|
360
|
-
color: ${
|
|
350
|
+
color: ${xi.textColor};
|
|
361
351
|
transition: font-size 250ms, line-height 250ms, color 250ms;
|
|
362
|
-
max-width: calc(${
|
|
352
|
+
max-width: calc(${xi.labelMaxWidth} - 2 * (${xi.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
|
|
363
353
|
text-overflow: ellipsis;
|
|
364
|
-
${
|
|
365
|
-
${
|
|
354
|
+
${xt(be.fontSize,xi.fontSize)};
|
|
355
|
+
${xt(be.lineHeight,xi.fontSize)};
|
|
366
356
|
}
|
|
367
357
|
|
|
368
358
|
.ft-input-label--in-error .ft-input-label--text {
|
|
369
|
-
color: ${
|
|
359
|
+
color: ${xi.colorError}
|
|
370
360
|
}
|
|
371
361
|
|
|
372
362
|
.ft-input-label--disabled .ft-input-label--text {
|
|
373
|
-
color: ${
|
|
363
|
+
color: ${xi.disabledTextColor};
|
|
374
364
|
}
|
|
375
365
|
|
|
376
366
|
.ft-input-label--hidden-text {
|
|
@@ -387,19 +377,19 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
387
377
|
overflow: hidden;
|
|
388
378
|
white-space: nowrap;
|
|
389
379
|
text-overflow: ellipsis;
|
|
390
|
-
padding: ${
|
|
391
|
-
margin: calc(${
|
|
380
|
+
padding: ${xi.verticalSpacing} 4px;
|
|
381
|
+
margin: calc(${xi.verticalSpacing} * -1) 0;
|
|
392
382
|
max-width: 100%;
|
|
393
383
|
box-sizing: border-box;
|
|
394
384
|
}
|
|
395
385
|
|
|
396
386
|
.ft-input-label--raised .ft-input-label--text {
|
|
397
|
-
${
|
|
398
|
-
${
|
|
387
|
+
${xt(be.fontSize,xi.raisedFontSize)};
|
|
388
|
+
${xt(be.lineHeight,xi.raisedFontSize)};
|
|
399
389
|
}
|
|
400
390
|
|
|
401
391
|
.ft-input-label--raised .ft-input-label--floating-text {
|
|
402
|
-
top: ${
|
|
392
|
+
top: ${xi.verticalSpacing};
|
|
403
393
|
}
|
|
404
394
|
|
|
405
395
|
.ft-input-label--outlined .ft-input-label--text,
|
|
@@ -412,36 +402,36 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
412
402
|
.ft-input-label--outlined:before {
|
|
413
403
|
border-left-width: 1px;
|
|
414
404
|
border-left-style: solid;
|
|
415
|
-
border-radius: ${
|
|
405
|
+
border-radius: ${xi.borderRadiusS} 0 0 ${xi.borderRadiusS};
|
|
416
406
|
}
|
|
417
407
|
|
|
418
408
|
.ft-input-label--outlined:after {
|
|
419
409
|
border-right-width: 1px;
|
|
420
410
|
border-right-style: solid;
|
|
421
|
-
border-radius: 0 ${
|
|
411
|
+
border-radius: 0 ${xi.borderRadiusS} ${xi.borderRadiusS} 0;
|
|
422
412
|
}
|
|
423
413
|
|
|
424
414
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
|
|
425
415
|
padding: 2px 4px;
|
|
426
|
-
z-index: ${
|
|
427
|
-
background-color: ${
|
|
428
|
-
border-radius: ${
|
|
416
|
+
z-index: ${xi.raisedZIndex};
|
|
417
|
+
background-color: ${xi.colorSurface};
|
|
418
|
+
border-radius: ${xi.borderRadiusS};
|
|
429
419
|
top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
|
|
430
420
|
}
|
|
431
421
|
|
|
432
422
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
433
423
|
border-top: none;
|
|
434
424
|
}
|
|
435
|
-
`;var
|
|
436
|
-
<div class="${
|
|
437
|
-
${this.text?
|
|
425
|
+
`;var vi=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class bi extends Ot{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 V`
|
|
426
|
+
<div class="${Mt(t)}">
|
|
427
|
+
${this.text?V`
|
|
438
428
|
<div class="ft-input-label--text ft-typography--caption">
|
|
439
429
|
<span class="ft-input-label--floating-text">${this.text}</span>
|
|
440
430
|
<span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
|
|
441
431
|
</div>
|
|
442
432
|
`:null}
|
|
443
433
|
</div>
|
|
444
|
-
`}}
|
|
434
|
+
`}}bi.elementDefinitions={},bi.styles=[Ie,yi],vi([o({type:String})],bi.prototype,"text",void 0),vi([o({type:Boolean})],bi.prototype,"raised",void 0),vi([o({type:Boolean})],bi.prototype,"outlined",void 0),vi([o({type:Boolean})],bi.prototype,"disabled",void 0),vi([o({type:Boolean})],bi.prototype,"error",void 0),l("ft-input-label")(bi);const gi=ut.extend("--ft-ripple-color",yt.colorContent),mi={color:gi,backgroundColor:ut.extend("--ft-ripple-background-color",gi),opacityContentOnSurfacePressed:ut.external(yt.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:ut.external(yt.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:ut.external(yt.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:ut.external(yt.opacityContentOnSurfaceSelected,"Design system")},$i=ut.extend("--ft-ripple-color",yt.colorPrimary),wi=$i,Oi=ut.extend("--ft-ripple-background-color",$i),Si=ut.extend("--ft-ripple-color",yt.colorSecondary),ki=Si,Ni=ut.extend("--ft-ripple-background-color",Si),Ei=x`
|
|
445
435
|
:host {
|
|
446
436
|
display: contents;
|
|
447
437
|
}
|
|
@@ -463,27 +453,27 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
463
453
|
}
|
|
464
454
|
|
|
465
455
|
.ft-ripple .ft-ripple--background {
|
|
466
|
-
background-color: ${
|
|
456
|
+
background-color: ${mi.backgroundColor};
|
|
467
457
|
}
|
|
468
458
|
|
|
469
459
|
.ft-ripple .ft-ripple--effect {
|
|
470
|
-
background-color: ${
|
|
460
|
+
background-color: ${mi.color};
|
|
471
461
|
}
|
|
472
462
|
|
|
473
463
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
474
|
-
background-color: ${
|
|
464
|
+
background-color: ${Ni};
|
|
475
465
|
}
|
|
476
466
|
|
|
477
467
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
478
|
-
background-color: ${
|
|
468
|
+
background-color: ${ki};
|
|
479
469
|
}
|
|
480
470
|
|
|
481
471
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
482
|
-
background-color: ${
|
|
472
|
+
background-color: ${Oi};
|
|
483
473
|
}
|
|
484
474
|
|
|
485
475
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
486
|
-
background-color: ${
|
|
476
|
+
background-color: ${wi};
|
|
487
477
|
}
|
|
488
478
|
|
|
489
479
|
.ft-ripple .ft-ripple--background {
|
|
@@ -515,22 +505,22 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
515
505
|
}
|
|
516
506
|
|
|
517
507
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
518
|
-
opacity: ${
|
|
508
|
+
opacity: ${mi.opacityContentOnSurfaceHover};
|
|
519
509
|
}
|
|
520
510
|
|
|
521
511
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
522
|
-
opacity: ${
|
|
512
|
+
opacity: ${mi.opacityContentOnSurfaceSelected};
|
|
523
513
|
}
|
|
524
514
|
|
|
525
515
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
526
|
-
opacity: ${
|
|
516
|
+
opacity: ${mi.opacityContentOnSurfaceFocused};
|
|
527
517
|
}
|
|
528
518
|
|
|
529
519
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
530
|
-
opacity: ${
|
|
520
|
+
opacity: ${mi.opacityContentOnSurfacePressed};
|
|
531
521
|
transform: translate(-50%, -50%) scale(1);
|
|
532
522
|
}
|
|
533
|
-
`;var
|
|
523
|
+
`;var Ci=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class Ri extends Ot{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 e(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new e(10),this.moveRipple=t=>{var e,i;let{x:o,y:r}=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!=r?r-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 V`
|
|
534
524
|
<style>
|
|
535
525
|
.ft-ripple .ft-ripple--effect,
|
|
536
526
|
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
@@ -543,11 +533,11 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
543
533
|
top: ${this.originY}px;
|
|
544
534
|
}
|
|
545
535
|
</style>
|
|
546
|
-
<div class="${
|
|
536
|
+
<div class="${Mt(t)}">
|
|
547
537
|
<div class="ft-ripple--background"></div>
|
|
548
538
|
<div class="ft-ripple--effect"></div>
|
|
549
539
|
</div>
|
|
550
|
-
`}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(){super.connectedCallback(),this.setupDebouncer.run((()=>{var t;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"),r=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",r),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",r),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,i=t;let o,r;return null!=e.x?({x:o,y:r}=e):null!=i.touches&&(o=i.touches[0].clientX,r=i.touches[0].clientY),{x:o,y:r}}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()}}
|
|
540
|
+
`}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(){super.connectedCallback(),this.setupDebouncer.run((()=>{var t;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"),r=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",r),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",r),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,i=t;let o,r;return null!=e.x?({x:o,y:r}=e):null!=i.touches&&(o=i.touches[0].clientX,r=i.touches[0].clientY),{x:o,y:r}}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()}}Ri.elementDefinitions={},Ri.styles=Ei,Ci([o({type:Boolean})],Ri.prototype,"primary",void 0),Ci([o({type:Boolean})],Ri.prototype,"secondary",void 0),Ci([o({type:Boolean})],Ri.prototype,"unbounded",void 0),Ci([o({type:Boolean})],Ri.prototype,"activated",void 0),Ci([o({type:Boolean})],Ri.prototype,"selected",void 0),Ci([o({type:Boolean})],Ri.prototype,"disabled",void 0),Ci([r()],Ri.prototype,"hovered",void 0),Ci([r()],Ri.prototype,"focused",void 0),Ci([r()],Ri.prototype,"pressed",void 0),Ci([r()],Ri.prototype,"rippling",void 0),Ci([r()],Ri.prototype,"rippleSize",void 0),Ci([r()],Ri.prototype,"originX",void 0),Ci([r()],Ri.prototype,"originY",void 0),Ci([s(".ft-ripple")],Ri.prototype,"ripple",void 0),Ci([s(".ft-ripple--effect")],Ri.prototype,"rippleEffect",void 0),l("ft-ripple")(Ri);const zi={fontSize:ut.create("--ft-text-area-font-size","SIZE","14px"),labelSize:ut.create("--ft-text-area-label-size","SIZE","11px"),verticalSpacing:ut.create("--ft-text-area-vertical-spacing","SIZE","4px"),horizontalSpacing:ut.create("--ft-text-area-horizontal-spacing","SIZE","16px"),helperColor:ut.extend("--ft-text-area-helper-color",yt.colorOnSurfaceMedium),colorPrimary:ut.external(yt.colorPrimary,"Design system"),colorOnSurface:ut.external(yt.colorOnSurface,"Design system"),colorOnSurfaceDisabled:ut.external(yt.colorOnSurfaceDisabled,"Design system"),borderRadiusS:ut.external(yt.borderRadiusS,"Design system"),colorError:ut.external(yt.colorError,"Design system")},Mi=x`
|
|
551
541
|
*:focus {
|
|
552
542
|
outline: none;
|
|
553
543
|
}
|
|
@@ -559,10 +549,10 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
559
549
|
}
|
|
560
550
|
|
|
561
551
|
ft-input-label {
|
|
562
|
-
${
|
|
563
|
-
${
|
|
564
|
-
${
|
|
565
|
-
${
|
|
552
|
+
${xt(xi.fontSize,zi.fontSize)};
|
|
553
|
+
${xt(xi.raisedFontSize,zi.labelSize)};
|
|
554
|
+
${xt(xi.verticalSpacing,zi.verticalSpacing)};
|
|
555
|
+
${xt(xi.horizontalSpacing,zi.horizontalSpacing)};
|
|
566
556
|
}
|
|
567
557
|
|
|
568
558
|
.ft-text-area--main-panel {
|
|
@@ -580,8 +570,8 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
580
570
|
}
|
|
581
571
|
|
|
582
572
|
.ft-text-area--input-panel ft-ripple {
|
|
583
|
-
${
|
|
584
|
-
${
|
|
573
|
+
${xt(mi.opacityContentOnSurfaceHover,"0.08")};
|
|
574
|
+
${xt(mi.opacityContentOnSurfacePressed,"0.04")};
|
|
585
575
|
}
|
|
586
576
|
|
|
587
577
|
.ft-text-area--input {
|
|
@@ -593,12 +583,12 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
593
583
|
align-self: stretch;
|
|
594
584
|
resize: none;
|
|
595
585
|
|
|
596
|
-
${
|
|
597
|
-
${
|
|
598
|
-
color: ${
|
|
586
|
+
${xt(ce.fontSize,zi.fontSize)};
|
|
587
|
+
${xt(ce.lineHeight,zi.fontSize)};
|
|
588
|
+
color: ${zi.colorOnSurface};
|
|
599
589
|
|
|
600
|
-
padding: 0 ${
|
|
601
|
-
margin: calc(${
|
|
590
|
+
padding: 0 ${zi.horizontalSpacing};
|
|
591
|
+
margin: calc(${zi.verticalSpacing} + ${zi.labelSize} / 2) 0 ${zi.verticalSpacing} 0;
|
|
602
592
|
|
|
603
593
|
border: none;
|
|
604
594
|
background: none;
|
|
@@ -607,7 +597,7 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
607
597
|
}
|
|
608
598
|
|
|
609
599
|
.ft-text-area--disabled .ft-text-area--input {
|
|
610
|
-
color: ${
|
|
600
|
+
color: ${zi.colorOnSurfaceDisabled};
|
|
611
601
|
}
|
|
612
602
|
|
|
613
603
|
.ft-text-area:not(.ft-text-area--disabled) .ft-text-area--input-panel {
|
|
@@ -615,32 +605,32 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
615
605
|
}
|
|
616
606
|
|
|
617
607
|
.ft-text-area:not(.ft-text-area--disabled):focus-within ft-input-label {
|
|
618
|
-
${
|
|
619
|
-
${
|
|
608
|
+
${xt(xi.borderColor,zi.colorPrimary)};
|
|
609
|
+
${xt(xi.textColor,zi.colorPrimary)};
|
|
620
610
|
}
|
|
621
611
|
|
|
622
612
|
.ft-text-area--filled .ft-text-area--input-panel {
|
|
623
|
-
border-radius: ${
|
|
613
|
+
border-radius: ${zi.borderRadiusS} ${zi.borderRadiusS} 0 0;
|
|
624
614
|
}
|
|
625
615
|
|
|
626
616
|
.ft-text-area--filled:not(.ft-text-area--no-label) .ft-text-area--input {
|
|
627
617
|
align-self: stretch;
|
|
628
|
-
margin-bottom: ${
|
|
629
|
-
margin-top: calc(${
|
|
618
|
+
margin-bottom: ${zi.verticalSpacing};
|
|
619
|
+
margin-top: calc(${zi.labelSize} + 2 * ${zi.verticalSpacing});
|
|
630
620
|
}
|
|
631
621
|
|
|
632
622
|
.ft-text-area--outlined .ft-text-area--input-panel {
|
|
633
|
-
border-radius: ${
|
|
623
|
+
border-radius: ${zi.borderRadiusS};
|
|
634
624
|
}
|
|
635
625
|
|
|
636
626
|
.ft-text-area--helper-text {
|
|
637
|
-
padding: 0 12px 0 ${
|
|
638
|
-
color: ${
|
|
627
|
+
padding: 0 12px 0 ${zi.horizontalSpacing};
|
|
628
|
+
color: ${zi.helperColor};
|
|
639
629
|
}
|
|
640
630
|
|
|
641
631
|
.ft-text-area--in-error .ft-text-area--input,
|
|
642
632
|
.ft-text-area--in-error .ft-text-area--helper-text {
|
|
643
|
-
color: ${
|
|
633
|
+
color: ${zi.colorError};
|
|
644
634
|
}
|
|
645
635
|
|
|
646
636
|
ft-resizer {
|
|
@@ -648,13 +638,13 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
648
638
|
right: 0;
|
|
649
639
|
bottom: 0;
|
|
650
640
|
}
|
|
651
|
-
`;var
|
|
641
|
+
`;var Ui=function(t,e,i,o){for(var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};class ji extends Ot{constructor(){super(...arguments),this.label="",this.value="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.height=50,this.focused=!1}render(){const t={"ft-text-area":!0,"ft-text-area--filled":!this.outlined,"ft-text-area--outlined":this.outlined,"ft-text-area--disabled":this.disabled,"ft-text-area--has-value":!!this.value,"ft-text-area--no-label":!this.label,"ft-text-area--in-error":this.error};return V`
|
|
652
642
|
<style>
|
|
653
643
|
.ft-text-area--main-panel {
|
|
654
|
-
height: calc(4 * ${
|
|
644
|
+
height: calc(4 * ${zi.verticalSpacing} + ${zi.labelSize} + ${zi.fontSize} + ${this.height}px);
|
|
655
645
|
}
|
|
656
646
|
</style>
|
|
657
|
-
<div class="${
|
|
647
|
+
<div class="${Mt(t)}">
|
|
658
648
|
<div class="ft-text-area--main-panel">
|
|
659
649
|
<ft-input-label text="${this.label}"
|
|
660
650
|
?disabled=${this.disabled}
|
|
@@ -664,7 +654,7 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
664
654
|
></ft-input-label>
|
|
665
655
|
<div class="ft-text-area--input-panel"
|
|
666
656
|
aria-label="${this.label}">
|
|
667
|
-
${this.outlined?null:
|
|
657
|
+
${this.outlined?null:V`
|
|
668
658
|
<ft-ripple ?disabled=${this.disabled} activated></ft-ripple>
|
|
669
659
|
`}
|
|
670
660
|
<textarea class="ft-typography--body1 ft-text-area--input"
|
|
@@ -681,9 +671,9 @@ class Ie extends Ot{constructor(t){if(super(t),this.it=V,t.type!==$t)throw Error
|
|
|
681
671
|
initialHeight="${this.height}"
|
|
682
672
|
cursor="ns-resize"></ft-resizer>
|
|
683
673
|
</div>
|
|
684
|
-
${this.helper?
|
|
674
|
+
${this.helper?V`
|
|
685
675
|
<ft-typography class="ft-text-area--helper-text" variant="caption">
|
|
686
676
|
${this.helper}
|
|
687
677
|
</ft-typography>`:void 0}
|
|
688
678
|
</div>
|
|
689
|
-
`}updated(t){super.updated(t),t.has("value")&&this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}onKeyDown(t){"Enter"!==t.key&&" "!==t.key||t.stopPropagation()}updateValueFromInputField(){this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=(null===(t=this.textarea)||void 0===t?void 0:t.value)||""}onResize(t){t.detail.height>=50&&(this.height=t.detail.height)}}
|
|
679
|
+
`}updated(t){super.updated(t),t.has("value")&&this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}onKeyDown(t){"Enter"!==t.key&&" "!==t.key||t.stopPropagation()}updateValueFromInputField(){this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=(null===(t=this.textarea)||void 0===t?void 0:t.value)||""}onResize(t){t.detail.height>=50&&(this.height=t.detail.height)}}ji.elementDefinitions={"ft-input-label":bi,"ft-resizer":ui,"ft-ripple":Ri,"ft-typography":qe},ji.styles=[Te,Mi],Ui([o({type:String})],ji.prototype,"label",void 0),Ui([o({reflect:!0})],ji.prototype,"value",void 0),Ui([o({type:String})],ji.prototype,"helper",void 0),Ui([o({type:Boolean})],ji.prototype,"outlined",void 0),Ui([o({type:Boolean})],ji.prototype,"disabled",void 0),Ui([o({type:Boolean})],ji.prototype,"error",void 0),Ui([o({type:Number,reflect:!0})],ji.prototype,"height",void 0),Ui([s("textarea")],ji.prototype,"textarea",void 0),Ui([r()],ji.prototype,"focused",void 0),l("ft-text-area")(ji),t.FtTextArea=ji,t.FtTextAreaCssVariables=zi,t.styles=Mi}({});
|