@fluid-topics/ft-collapsible 0.2.2 → 0.2.6
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-collapsible.inline-styles.js +152 -136
- package/build/ft-collapsible.light.js +144 -128
- package/build/ft-collapsible.min.js +154 -138
- package/package.json +4 -4
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*
|
|
15
15
|
* @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
|
|
16
16
|
*/
|
|
17
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,n=new WeakMap,s=new WeakMap,r=new WeakMap,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,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=n.prototype.attributeChangedCallback,l=new Set(n.observedAttributes||[]);f(n,l,a);const
|
|
17
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,n=new WeakMap,s=new WeakMap,r=new WeakMap,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,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=n.prototype.attributeChangedCallback,l=new Set(n.observedAttributes||[]);f(n,l,a);const p={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,p),this._definitionsByClass.set(n,p);let h=i.call(o,t);h||(h=c(t),e.call(o,t,h)),this===window.customElements&&(r.set(n,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 y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){x.push(this),o.upgrade.apply(o,arguments),x.pop()}get(t){return this._definitionsByTag.get(t)?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const i=r.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,i),e},window.HTMLElement.prototype=t.prototype;const p=t=>t===document||t instanceof ShadowRoot,h=t=>{let e=t.getRootNode();if(!p(e)){const t=x[x.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,n=o._getDefinition(e);return n?u(i,n):s.set(i,o),i}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,n){const s=t.toLowerCase();if(e.has(s)){const t=this.getAttribute(s);o.call(this,s,n),i.call(this,s,t,n)}else o.call(this,s,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);n.call(this,o),i.call(this,o,t,null)}else n.call(this,o)})},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),n.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)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let x=[document];const b=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){x.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),x.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const v=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){x.push(this),i.set.call(this,t),x.pop()}})};if(v(Element,"innerHTML"),v(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==n.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class s{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),n=e.get(o)||[];this[+i]=t,n.push(t),e.set(o,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const r=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=r.get.call(this,[]),e=[];for(const i of t){const t=n.get(i);t&&!0!==t.formAssociated||e.push(i)}return new s(e)}})}}try{window.customElements.define("custom-element",null)}catch(hi){const t=window.customElements.define;window.customElements.define=(e,i,o)=>{try{t.bind(window.customElements)(e,i,o)}catch(t){console.warn(e,i,o,t)}}}class t{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){this.callbacks=[t],this.debounce(e)}queue(t,e){this.callbacks.push(t),this.debounce(e)}cancel(){null!=this._debounce&&window.clearTimeout(this._debounce)}debounce(t){this.cancel(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout)}runCallbacks(){for(let t of this.callbacks)t();this.callbacks=[]}}
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
@@ -44,24 +44,24 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
|
|
|
44
44
|
* @license
|
|
45
45
|
* Copyright 2019 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
-
*/,
|
|
47
|
+
*/,p=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,h=Symbol(),c=new Map;class f{constructor(t,e){if(this._$cssResult$=!0,e!==h)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t}get styleSheet(){let t=c.get(this.cssText);return p&&void 0===t&&(c.set(this.cssText,t=new CSSStyleSheet),t.replaceSync(this.cssText)),t}toString(){return this.cssText}}const d=t=>new f("string"==typeof t?t:t+"",h),u=(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 f(i,h)},y=(t,e)=>{p?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=window.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},x=p?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return d(e)})(t):t
|
|
48
48
|
/**
|
|
49
49
|
* @license
|
|
50
50
|
* Copyright 2017 Google LLC
|
|
51
51
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
52
|
-
*/;var b;const v=window.trustedTypes,g=v?v.emptyScript:"",m=window.reactiveElementPolyfillSupport,w={toAttribute(t,e){switch(e){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},$=(t,e)=>e!==t&&(e==e||t==t),O={attribute:!0,type:String,converter:w,reflect:!1,hasChanged:$};class S extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Eh(i,e);void 0!==o&&(this._$Eu.set(o,i),t.push(o))})),t}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||O}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(x(t))}else void 0!==t&&e.push(x(t));return e}static _$Eh(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}o(){var t;this._$Ep=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(t=this.constructor.l)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$Eg)&&void 0!==e?e:this._$Eg=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$Eg)||void 0===e||e.splice(this._$Eg.indexOf(t)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Et.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return y(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ES(t,e,i=O){var o,n;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:w.toAttribute)(e,i.type);this._$Ei=t,null==r?this.removeAttribute(s):this.setAttribute(s,r),this._$Ei=null}}_$AK(t,e){var i,o,n;const s=this.constructor,r=s._$Eu.get(t);if(void 0!==r&&this._$Ei!==r){const t=s.getPropertyOptions(r),a=t.converter,l=null!==(n=null!==(o=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof a?a:null)&&void 0!==n?n:w.fromAttribute;this._$Ei=r,this[r]=l(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||$)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Ei!==t&&(void 0===this._$
|
|
52
|
+
*/;var b;const v=window.trustedTypes,g=v?v.emptyScript:"",m=window.reactiveElementPolyfillSupport,w={toAttribute(t,e){switch(e){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},$=(t,e)=>e!==t&&(e==e||t==t),O={attribute:!0,type:String,converter:w,reflect:!1,hasChanged:$};class S extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(t){var e;null!==(e=this.l)&&void 0!==e||(this.l=[]),this.l.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Eh(i,e);void 0!==o&&(this._$Eu.set(o,i),t.push(o))})),t}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||O}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(x(t))}else void 0!==t&&e.push(x(t));return e}static _$Eh(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}o(){var t;this._$Ep=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(t=this.constructor.l)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$Eg)&&void 0!==e?e:this._$Eg=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$Eg)||void 0===e||e.splice(this._$Eg.indexOf(t)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Et.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return y(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ES(t,e,i=O){var o,n;const s=this.constructor._$Eh(t,i);if(void 0!==s&&!0===i.reflect){const r=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:w.toAttribute)(e,i.type);this._$Ei=t,null==r?this.removeAttribute(s):this.setAttribute(s,r),this._$Ei=null}}_$AK(t,e){var i,o,n;const s=this.constructor,r=s._$Eu.get(t);if(void 0!==r&&this._$Ei!==r){const t=s.getPropertyOptions(r),a=t.converter,l=null!==(n=null!==(o=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof a?a:null)&&void 0!==n?n:w.fromAttribute;this._$Ei=r,this[r]=l(e,t.type),this._$Ei=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||$)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Ei!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$E_())}async _$E_(){this.isUpdatePending=!0;try{await this._$Ep}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((t,e)=>this[e]=t)),this._$Et=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$Eg)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$EU()}catch(t){throw e=!1,this._$EU(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$Eg)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$ES(e,this[e],t))),this._$EC=void 0),this._$EU()}updated(t){}firstUpdated(t){}}
|
|
53
53
|
/**
|
|
54
54
|
* @license
|
|
55
55
|
* Copyright 2017 Google LLC
|
|
56
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
57
|
*/
|
|
58
|
-
var k;S.finalized=!0,S.elementProperties=new Map,S.elementStyles=[],S.shadowRootOptions={mode:"open"},null==m||m({ReactiveElement:S}),(null!==(b=globalThis.reactiveElementVersions)&&void 0!==b?b:globalThis.reactiveElementVersions=[]).push("1.
|
|
58
|
+
var k;S.finalized=!0,S.elementProperties=new Map,S.elementStyles=[],S.shadowRootOptions={mode:"open"},null==m||m({ReactiveElement:S}),(null!==(b=globalThis.reactiveElementVersions)&&void 0!==b?b:globalThis.reactiveElementVersions=[]).push("1.3.2");const C=globalThis.trustedTypes,N=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,E=`lit$${(Math.random()+"").slice(9)}$`,R="?"+E,M=`<${R}>`,z=document,F=(t="")=>z.createComment(t),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,B=Array.isArray,j=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,L=/>/g,A=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,_=/'/g,D=/"/g,P=/^(?:script|style|textarea|title)$/i,I=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),W=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),K=new WeakMap,Z=z.createTreeWalker(z,129,null,!1),V=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=j;for(let e=0;e<i;e++){const i=t[e];let a,l,p=-1,h=0;for(;h<i.length&&(r.lastIndex=h,l=r.exec(i),null!==l);)h=r.lastIndex,r===j?"!--"===l[1]?r=T:void 0!==l[1]?r=L:void 0!==l[2]?(P.test(l[2])&&(n=RegExp("</"+l[2],"g")),r=A):void 0!==l[3]&&(r=A):r===A?">"===l[0]?(r=null!=n?n:j,p=-1):void 0===l[1]?p=-2:(p=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?A:'"'===l[3]?D:_):r===D||r===_?r=A:r===T||r===L?r=j:(r=A,n=void 0);const c=r===A&&t[e+1].startsWith("/>")?" ":"";s+=r===j?i+M:p>=0?(o.push(a),i.slice(0,p)+"$lit$"+i.slice(p)+E+c):i+E+(-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!==N?N.createHTML(a):a,o]};class q{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,s=0;const r=t.length-1,a=this.parts,[l,p]=V(t,e);if(this.el=q.createElement(l,i),Z.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=Z.nextNode())&&a.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(E)){const i=p[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(E),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?Q:"?"===e[1]?et:"@"===e[1]?it:G})}else a.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(P.test(o.tagName)){const t=o.textContent.split(E),e=t.length-1;if(e>0){o.textContent=C?C.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],F()),Z.nextNode(),a.push({type:2,index:++n});o.append(t[e],F())}}}else if(8===o.nodeType)if(o.data===R)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(E,t+1));)a.push({type:7,index:n}),t+=E.length-1}n++}}static createElement(t,e){const i=z.createElement("template");return i.innerHTML=t,i}}function X(t,e,i=t,o){var n,s,r,a;if(e===W)return e;let l=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const p=U(e)?void 0:e._$litDirective$;return(null==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!==(r=(a=i)._$Cl)&&void 0!==r?r:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(e=X(t,l._$AS(t,e.values),l,o)),e}class J{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:z).importNode(i,!0);Z.currentNode=n;let s=Z.nextNode(),r=0,a=0,l=o[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new Y(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new ot(s,this,t)),this.v.push(e),l=o[++a]}r!==(null==l?void 0:l.index)&&(s=Z.nextNode(),r++)}return n}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Y{constructor(t,e,i,o){var n;this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=X(this,t,e),U(t)?t===H||null==t||""===t?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==W&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):(t=>{var e;return B(t)||"function"==typeof(null===(e=t)||void 0===e?void 0:e[Symbol.iterator])})(t)?this.S(t):this.$(t)}M(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==H&&U(this._$AH)?this._$AA.nextSibling.data=t:this.k(z.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=q.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.m(i);else{const t=new J(n,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=K.get(t.strings);return void 0===e&&K.set(t.strings,e=new q(t)),e}S(t){B(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new Y(this.M(F()),this.M(F()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class G{constructor(t,e,i,o,n){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=H}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const n=this.strings;let s=!1;if(void 0===n)t=X(this,t,e,0),s=!U(t)||t!==this._$AH&&t!==W,s&&(this._$AH=t);else{const o=t;let r,a;for(t=n[0],r=0;r<n.length-1;r++)a=X(this,o[i+r],e,r),a===W&&(a=this._$AH[r]),s||(s=!U(a)||a!==this._$AH[r]),a===H?t=H:t!==H&&(t+=(null!=a?a:"")+n[r+1]),this._$AH[r]=a}s&&!o&&this.C(t)}C(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class Q extends G{constructor(){super(...arguments),this.type=3}C(t){this.element[this.name]=t===H?void 0:t}}const tt=C?C.emptyScript:"";class et extends G{constructor(){super(...arguments),this.type=4}C(t){t&&t!==H?this.element.setAttribute(this.name,tt):this.element.removeAttribute(this.name)}}class it extends G{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=X(this,t,e,0))&&void 0!==i?i:H)===W)return;const o=this._$AH,n=t===H&&o!==H||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==H&&(o===H||n);n&&this.element.removeEventListener(this.name,this,o),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class ot{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){X(this,t)}}const nt=window.litHtmlPolyfillSupport;
|
|
59
59
|
/**
|
|
60
60
|
* @license
|
|
61
61
|
* Copyright 2017 Google LLC
|
|
62
62
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
63
63
|
*/
|
|
64
|
-
var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k:globalThis.litHtmlVersions=[]).push("2.
|
|
64
|
+
var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k:globalThis.litHtmlVersions=[]).push("2.2.4");class at extends S{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Dt=((t,e,i)=>{var o,n;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=s._$litPart$;if(void 0===r){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;s._$litPart$=r=new Y(e.insertBefore(F(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!1)}render(){return W}}at.finalized=!0,at._$litElement$=!0,null===(st=globalThis.litElementHydrateSupport)||void 0===st||st.call(globalThis,{LitElement:at});const lt=globalThis.litElementPolyfillSupport;null==lt||lt({LitElement:at}),(null!==(rt=globalThis.litElementVersions)&&void 0!==rt?rt:globalThis.litElementVersions=[]).push("3.2.0");class pt{constructor(t,e,i,o,n){this.name=t,this.category=e,this.fallbackVariable=i,this.defaultValue=o,this.context=n,this._$cssResult$=!0,this.value=this.get()}get cssText(){return this.value.cssText}get styleSheet(){return this.value.styleSheet}toString(){return this.value.toString()}static create(t,e,i){return new pt(t,e,void 0,i)}static extend(t,e,i){return new pt(t,e.category,e,i)}static external(t,e){return new pt(t.name,t.category,t.fallbackVariable,t.defaultValue,e)}get(t){return u`var(${d(this.name)}, ${this.defaultCssValue(t)})`}defaultCssValue(t){return this.fallbackVariable?this.fallbackVariable.get(null!=t?t:this.defaultValue):d(null!=t?t:this.defaultValue)}lastResortDefaultValue(){var t,e;return null!==(t=this.defaultValue)&&void 0!==t?t:null===(e=this.fallbackVariable)||void 0===e?void 0:e.lastResortDefaultValue()}breadcrumb(){return this.fallbackVariable?[this.fallbackVariable.name,...this.fallbackVariable.breadcrumb()]:[]}}function ht(t,e){return d(`${t.name}: ${e}`)}const ct={colorPrimary:pt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:pt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:pt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:pt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:pt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:pt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:pt.create("--ft-color-error","COLOR","#B00020"),colorOutline:pt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:pt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:pt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:pt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:pt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:pt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:pt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:pt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:pt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:pt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:pt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:pt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:pt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:pt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:pt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:pt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:pt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:pt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:pt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:pt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:pt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:pt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:pt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:pt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:pt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:pt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:pt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:pt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:pt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:pt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:pt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:pt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:pt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:pt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:pt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:pt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:pt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:pt.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:pt.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:pt.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:pt.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:pt.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:pt.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:pt.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:pt.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:pt.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:pt.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:pt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:pt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:pt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:pt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:pt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:pt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:pt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:pt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
|
|
65
65
|
/**
|
|
66
66
|
* @license
|
|
67
67
|
* Copyright 2021 Google LLC
|
|
@@ -90,7 +90,7 @@ var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
|
|
|
90
90
|
* @license
|
|
91
91
|
* Copyright 2018 Google LLC
|
|
92
92
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
93
|
-
*/const $t=mt(class extends wt{constructor(t){var e;if(super(t),t.type!==vt||"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.
|
|
93
|
+
*/const $t=mt(class extends wt{constructor(t){var e;if(super(t),t.type!==vt||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.et){this.et=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.et.add(t);return this.render(e)}const n=t.element.classList;this.et.forEach((t=>{t in e||(n.remove(t),this.et.delete(t))}));for(const t in e){const i=!!e[t];i===this.et.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.et.add(t)):(n.remove(t),this.et.delete(t)))}return W}});var Ot=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const St=pt.extend("--ft-ripple-color",ct.colorContent),kt={color:St,backgroundColor:pt.extend("--ft-ripple-background-color",St),opacityContentOnSurfacePressed:pt.external(ct.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:pt.external(ct.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:pt.external(ct.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:pt.external(ct.opacityContentOnSurfaceSelected,"Design system")},Ct=pt.extend("--ft-ripple-color",ct.colorPrimary),Nt=Ct,Et=pt.extend("--ft-ripple-background-color",Ct),Rt=pt.extend("--ft-ripple-color",ct.colorSecondary),Mt=Rt,zt=pt.extend("--ft-ripple-background-color",Rt);class Ft extends ft{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.rippleSize=0,this.originX=0,this.originY=0,this.resizeObserver=new ResizeObserver((()=>this.setRippleSize())),this.debouncer=new t(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.moveRipple=t=>{var e,i;let{x:o,y:n}=this.getCoordinates(t),s=null!==(i=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==i?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=o?o-s.x:s.width/2),this.originY=Math.round(null!=n?n-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return I`
|
|
94
94
|
<style>
|
|
95
95
|
.ft-ripple .ft-ripple--effect,
|
|
96
96
|
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
@@ -107,7 +107,7 @@ var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
|
|
|
107
107
|
<div class="ft-ripple--background"></div>
|
|
108
108
|
<div class="ft-ripple--effect"></div>
|
|
109
109
|
</div>
|
|
110
|
-
`}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){super.updated(t),t.has("disabled")&&this.disabled
|
|
110
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){var e,i;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(i=this.target)||void 0===i||i.setAttribute("data-is-ft-ripple-target","true")),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){var t;super.connectedCallback();const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(e),this.setRippleSize()}setupFor(t){if(this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},i=e("mouseup","contextmenu"),o=e("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",i),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",i),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0}}getCoordinates(t){const e=t,i=t;let o,n;return null!=e.x?({x:o,y:n}=e):null!=i.touches&&(o=i.touches[0].clientX,n=i.touches[0].clientY),{x:o,y:n}}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}Ft.elementDefinitions={},Ft.styles=u`
|
|
111
111
|
:host {
|
|
112
112
|
display: contents;
|
|
113
113
|
}
|
|
@@ -126,17 +126,30 @@ var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
|
|
|
126
126
|
.ft-ripple .ft-ripple--effect {
|
|
127
127
|
position: absolute;
|
|
128
128
|
opacity: 0;
|
|
129
|
-
background-color: ${St.color};
|
|
130
129
|
}
|
|
131
130
|
|
|
132
|
-
.ft-ripple
|
|
131
|
+
.ft-ripple .ft-ripple--background {
|
|
132
|
+
background-color: ${kt.backgroundColor};
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ft-ripple .ft-ripple--effect {
|
|
136
|
+
background-color: ${kt.color};
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
140
|
+
background-color: ${zt};
|
|
141
|
+
}
|
|
142
|
+
|
|
133
143
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
134
|
-
background-color: ${
|
|
144
|
+
background-color: ${Mt};
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
148
|
+
background-color: ${Et};
|
|
135
149
|
}
|
|
136
150
|
|
|
137
|
-
.ft-ripple.ft-ripple--primary .ft-ripple--background,
|
|
138
151
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
139
|
-
background-color: ${
|
|
152
|
+
background-color: ${Nt};
|
|
140
153
|
}
|
|
141
154
|
|
|
142
155
|
.ft-ripple .ft-ripple--background {
|
|
@@ -144,6 +157,7 @@ var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
|
|
|
144
157
|
left: 0;
|
|
145
158
|
height: 100%;
|
|
146
159
|
width: 100%;
|
|
160
|
+
transition: opacity 75ms linear;
|
|
147
161
|
}
|
|
148
162
|
|
|
149
163
|
.ft-ripple .ft-ripple--effect,
|
|
@@ -167,130 +181,130 @@ var st,rt;null==nt||nt(q,Y),(null!==(k=globalThis.litHtmlVersions)&&void 0!==k?k
|
|
|
167
181
|
}
|
|
168
182
|
|
|
169
183
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
170
|
-
opacity: ${
|
|
184
|
+
opacity: ${kt.opacityContentOnSurfaceHover};
|
|
171
185
|
}
|
|
172
186
|
|
|
173
187
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
174
|
-
opacity: ${
|
|
188
|
+
opacity: ${kt.opacityContentOnSurfaceSelected};
|
|
175
189
|
}
|
|
176
190
|
|
|
177
191
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
178
|
-
opacity: ${
|
|
192
|
+
opacity: ${kt.opacityContentOnSurfaceFocused};
|
|
179
193
|
}
|
|
180
194
|
|
|
181
195
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
182
|
-
opacity: ${
|
|
196
|
+
opacity: ${kt.opacityContentOnSurfacePressed};
|
|
183
197
|
transform: translate(-50%, -50%) scale(1);
|
|
184
198
|
}
|
|
185
|
-
`,Ot([i({type:Boolean})],
|
|
199
|
+
`,Ot([i({type:Boolean})],Ft.prototype,"primary",void 0),Ot([i({type:Boolean})],Ft.prototype,"secondary",void 0),Ot([i({type:Boolean})],Ft.prototype,"unbounded",void 0),Ot([i({type:Boolean})],Ft.prototype,"activated",void 0),Ot([i({type:Boolean})],Ft.prototype,"selected",void 0),Ot([i({type:Boolean})],Ft.prototype,"disabled",void 0),Ot([o()],Ft.prototype,"hovered",void 0),Ot([o()],Ft.prototype,"focused",void 0),Ot([o()],Ft.prototype,"pressed",void 0),Ot([o()],Ft.prototype,"rippling",void 0),Ot([o()],Ft.prototype,"rippleSize",void 0),Ot([o()],Ft.prototype,"originX",void 0),Ot([o()],Ft.prototype,"originY",void 0),Ot([s(".ft-ripple")],Ft.prototype,"ripple",void 0),Ot([s(".ft-ripple--effect")],Ft.prototype,"rippleEffect",void 0),l("ft-ripple")(Ft);
|
|
186
200
|
/**
|
|
187
201
|
* @license
|
|
188
202
|
* Copyright 2020 Google LLC
|
|
189
203
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
190
204
|
*/
|
|
191
|
-
const
|
|
205
|
+
const Ut=Symbol.for(""),Bt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===Ut)return null===(i=t)||void 0===i?void 0:i._$litStatic$},jt=t=>({_$litStatic$:t,r:Ut}),Tt=new Map,Lt=(t=>(e,...i)=>{const o=i.length;let n,s;const r=[],a=[];let l,p=0,h=!1;for(;p<o;){for(l=e[p];p<o&&void 0!==(s=i[p],n=Bt(s));)l+=n+e[++p],h=!0;a.push(s),r.push(l),p++}if(p===o&&r.push(e[o]),h){const t=r.join("$$lit$$");void 0===(e=Tt.get(t))&&(r.raw=r,Tt.set(t,e=r)),i=a}return t(e,...i)})(I);var At,_t=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"}(At||(At={}));const Dt=pt.extend("--ft-typography-font-family",ct.titleFont),Pt=pt.extend("--ft-typography-font-family",ct.contentFont),It={fontFamily:Pt,fontSize:pt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:pt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:pt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:pt.create("--ft-typography-line-height","SIZE","24px"),textTransform:pt.create("--ft-typography-text-transform","UNKNOWN","inherit")},Wt=pt.extend("--ft-typography-title-font-family",Dt),Ht=pt.extend("--ft-typography-title-font-size",It.fontSize,"20px"),Kt=pt.extend("--ft-typography-title-font-weight",It.fontWeight,"normal"),Zt=pt.extend("--ft-typography-title-letter-spacing",It.letterSpacing,"0.15px"),Vt=pt.extend("--ft-typography-title-line-height",It.lineHeight,"24px"),qt=pt.extend("--ft-typography-title-text-transform",It.textTransform,"inherit"),Xt=pt.extend("--ft-typography-title-dense-font-family",Dt),Jt=pt.extend("--ft-typography-title-dense-font-size",It.fontSize,"14px"),Yt=pt.extend("--ft-typography-title-dense-font-weight",It.fontWeight,"normal"),Gt=pt.extend("--ft-typography-title-dense-letter-spacing",It.letterSpacing,"0.105px"),Qt=pt.extend("--ft-typography-title-dense-line-height",It.lineHeight,"24px"),te=pt.extend("--ft-typography-title-dense-text-transform",It.textTransform,"inherit"),ee=pt.extend("--ft-typography-subtitle1-font-family",Pt),ie=pt.extend("--ft-typography-subtitle1-font-size",It.fontSize,"16px"),oe=pt.extend("--ft-typography-subtitle1-font-weight",It.fontWeight,"600"),ne=pt.extend("--ft-typography-subtitle1-letter-spacing",It.letterSpacing,"0.144px"),se=pt.extend("--ft-typography-subtitle1-line-height",It.lineHeight,"24px"),re=pt.extend("--ft-typography-subtitle1-text-transform",It.textTransform,"inherit"),ae=pt.extend("--ft-typography-subtitle2-font-family",Pt),le=pt.extend("--ft-typography-subtitle2-font-size",It.fontSize,"14px"),pe=pt.extend("--ft-typography-subtitle2-font-weight",It.fontWeight,"normal"),he=pt.extend("--ft-typography-subtitle2-letter-spacing",It.letterSpacing,"0.098px"),ce=pt.extend("--ft-typography-subtitle2-line-height",It.lineHeight,"24px"),fe=pt.extend("--ft-typography-subtitle2-text-transform",It.textTransform,"inherit"),de=pt.extend("--ft-typography-body1-font-family",Pt),ue=pt.extend("--ft-typography-body1-font-size",It.fontSize,"16px"),ye=pt.extend("--ft-typography-body1-font-weight",It.fontWeight,"normal"),xe=pt.extend("--ft-typography-body1-letter-spacing",It.letterSpacing,"0.496px"),be=pt.extend("--ft-typography-body1-line-height",It.lineHeight,"24px"),ve=pt.extend("--ft-typography-body1-text-transform",It.textTransform,"inherit"),ge=pt.extend("--ft-typography-body2-font-family",Pt),me=pt.extend("--ft-typography-body2-font-size",It.fontSize,"14px"),we=pt.extend("--ft-typography-body2-font-weight",It.fontWeight,"normal"),$e=pt.extend("--ft-typography-body2-letter-spacing",It.letterSpacing,"0.252px"),Oe=pt.extend("--ft-typography-body2-line-height",It.lineHeight,"20px"),Se=pt.extend("--ft-typography-body2-text-transform",It.textTransform,"inherit"),ke=pt.extend("--ft-typography-caption-font-family",Pt),Ce=pt.extend("--ft-typography-caption-font-size",It.fontSize,"12px"),Ne=pt.extend("--ft-typography-caption-font-weight",It.fontWeight,"normal"),Ee=pt.extend("--ft-typography-caption-letter-spacing",It.letterSpacing,"0.396px"),Re=pt.extend("--ft-typography-caption-line-height",It.lineHeight,"16px"),Me=pt.extend("--ft-typography-caption-text-transform",It.textTransform,"inherit"),ze=pt.extend("--ft-typography-breadcrumb-font-family",Pt),Fe=pt.extend("--ft-typography-breadcrumb-font-size",It.fontSize,"10px"),Ue=pt.extend("--ft-typography-breadcrumb-font-weight",It.fontWeight,"normal"),Be=pt.extend("--ft-typography-breadcrumb-letter-spacing",It.letterSpacing,"0.33px"),je=pt.extend("--ft-typography-breadcrumb-line-height",It.lineHeight,"16px"),Te=pt.extend("--ft-typography-breadcrumb-text-transform",It.textTransform,"inherit"),Le=pt.extend("--ft-typography-overline-font-family",Pt),Ae=pt.extend("--ft-typography-overline-font-size",It.fontSize,"10px"),_e=pt.extend("--ft-typography-overline-font-weight",It.fontWeight,"normal"),De=pt.extend("--ft-typography-overline-letter-spacing",It.letterSpacing,"1.5px"),Pe=pt.extend("--ft-typography-overline-line-height",It.lineHeight,"16px"),Ie=pt.extend("--ft-typography-overline-text-transform",It.textTransform,"uppercase"),We={fontFamily:pt.extend("--ft-typography-button-font-family",Pt),fontSize:pt.extend("--ft-typography-button-font-size",It.fontSize,"14px"),fontWeight:pt.extend("--ft-typography-button-font-weight",It.fontWeight,"600"),letterSpacing:pt.extend("--ft-typography-button-letter-spacing",It.letterSpacing,"1.246px"),lineHeight:pt.extend("--ft-typography-button-line-height",It.lineHeight,"16px"),textTransform:pt.extend("--ft-typography-button-text-transform",It.textTransform,"uppercase")},He=u`
|
|
192
206
|
.ft-typography--title {
|
|
193
|
-
font-family: ${
|
|
194
|
-
font-size: ${
|
|
195
|
-
font-weight: ${
|
|
196
|
-
letter-spacing: ${
|
|
197
|
-
line-height: ${
|
|
198
|
-
text-transform: ${
|
|
207
|
+
font-family: ${Wt};
|
|
208
|
+
font-size: ${Ht};
|
|
209
|
+
font-weight: ${Kt};
|
|
210
|
+
letter-spacing: ${Zt};
|
|
211
|
+
line-height: ${Vt};
|
|
212
|
+
text-transform: ${qt};
|
|
199
213
|
}
|
|
200
|
-
`,
|
|
214
|
+
`,Ke=u`
|
|
201
215
|
.ft-typography--title-dense {
|
|
202
|
-
font-family: ${
|
|
203
|
-
font-size: ${
|
|
204
|
-
font-weight: ${
|
|
205
|
-
letter-spacing: ${
|
|
206
|
-
line-height: ${
|
|
207
|
-
text-transform: ${
|
|
216
|
+
font-family: ${Xt};
|
|
217
|
+
font-size: ${Jt};
|
|
218
|
+
font-weight: ${Yt};
|
|
219
|
+
letter-spacing: ${Gt};
|
|
220
|
+
line-height: ${Qt};
|
|
221
|
+
text-transform: ${te};
|
|
208
222
|
}
|
|
209
|
-
`,
|
|
223
|
+
`,Ze=u`
|
|
210
224
|
.ft-typography--subtitle1 {
|
|
211
|
-
font-family: ${
|
|
212
|
-
font-size: ${
|
|
213
|
-
font-weight: ${
|
|
214
|
-
letter-spacing: ${
|
|
215
|
-
line-height: ${
|
|
216
|
-
text-transform: ${
|
|
225
|
+
font-family: ${ee};
|
|
226
|
+
font-size: ${ie};
|
|
227
|
+
font-weight: ${oe};
|
|
228
|
+
letter-spacing: ${ne};
|
|
229
|
+
line-height: ${se};
|
|
230
|
+
text-transform: ${re};
|
|
217
231
|
}
|
|
218
|
-
`,
|
|
232
|
+
`,Ve=u`
|
|
219
233
|
.ft-typography--subtitle2 {
|
|
220
|
-
font-family: ${
|
|
221
|
-
font-size: ${
|
|
222
|
-
font-weight: ${
|
|
223
|
-
letter-spacing: ${
|
|
224
|
-
line-height: ${
|
|
225
|
-
text-transform: ${
|
|
234
|
+
font-family: ${ae};
|
|
235
|
+
font-size: ${le};
|
|
236
|
+
font-weight: ${pe};
|
|
237
|
+
letter-spacing: ${he};
|
|
238
|
+
line-height: ${ce};
|
|
239
|
+
text-transform: ${fe};
|
|
226
240
|
}
|
|
227
241
|
|
|
228
|
-
`,
|
|
242
|
+
`,qe=u`
|
|
229
243
|
.ft-typography--body1 {
|
|
230
|
-
font-family: ${
|
|
231
|
-
font-size: ${
|
|
232
|
-
font-weight: ${
|
|
233
|
-
letter-spacing: ${
|
|
234
|
-
line-height: ${
|
|
235
|
-
text-transform: ${
|
|
244
|
+
font-family: ${de};
|
|
245
|
+
font-size: ${ue};
|
|
246
|
+
font-weight: ${ye};
|
|
247
|
+
letter-spacing: ${xe};
|
|
248
|
+
line-height: ${be};
|
|
249
|
+
text-transform: ${ve};
|
|
236
250
|
}
|
|
237
|
-
`,
|
|
251
|
+
`,Xe=u`
|
|
238
252
|
.ft-typography--body2 {
|
|
239
|
-
font-family: ${
|
|
240
|
-
font-size: ${
|
|
241
|
-
font-weight: ${
|
|
242
|
-
letter-spacing: ${
|
|
243
|
-
line-height: ${
|
|
244
|
-
text-transform: ${
|
|
253
|
+
font-family: ${ge};
|
|
254
|
+
font-size: ${me};
|
|
255
|
+
font-weight: ${we};
|
|
256
|
+
letter-spacing: ${$e};
|
|
257
|
+
line-height: ${Oe};
|
|
258
|
+
text-transform: ${Se};
|
|
245
259
|
}
|
|
246
|
-
`,
|
|
260
|
+
`,Je=u`
|
|
247
261
|
.ft-typography--caption {
|
|
248
|
-
font-family: ${
|
|
249
|
-
font-size: ${
|
|
250
|
-
font-weight: ${
|
|
251
|
-
letter-spacing: ${
|
|
252
|
-
line-height: ${
|
|
253
|
-
text-transform: ${
|
|
262
|
+
font-family: ${ke};
|
|
263
|
+
font-size: ${Ce};
|
|
264
|
+
font-weight: ${Ne};
|
|
265
|
+
letter-spacing: ${Ee};
|
|
266
|
+
line-height: ${Re};
|
|
267
|
+
text-transform: ${Me};
|
|
254
268
|
}
|
|
255
|
-
`,
|
|
269
|
+
`,Ye=u`
|
|
256
270
|
.ft-typography--breadcrumb {
|
|
257
|
-
font-family: ${
|
|
258
|
-
font-size: ${
|
|
259
|
-
font-weight: ${
|
|
260
|
-
letter-spacing: ${
|
|
261
|
-
line-height: ${
|
|
262
|
-
text-transform: ${
|
|
271
|
+
font-family: ${ze};
|
|
272
|
+
font-size: ${Fe};
|
|
273
|
+
font-weight: ${Ue};
|
|
274
|
+
letter-spacing: ${Be};
|
|
275
|
+
line-height: ${je};
|
|
276
|
+
text-transform: ${Te};
|
|
263
277
|
}
|
|
264
|
-
`,
|
|
278
|
+
`,Ge=u`
|
|
265
279
|
.ft-typography--overline {
|
|
266
|
-
font-family: ${
|
|
267
|
-
font-size: ${
|
|
268
|
-
font-weight: ${
|
|
269
|
-
letter-spacing: ${
|
|
270
|
-
line-height: ${
|
|
271
|
-
text-transform: ${
|
|
280
|
+
font-family: ${Le};
|
|
281
|
+
font-size: ${Ae};
|
|
282
|
+
font-weight: ${_e};
|
|
283
|
+
letter-spacing: ${De};
|
|
284
|
+
line-height: ${Pe};
|
|
285
|
+
text-transform: ${Ie};
|
|
272
286
|
}
|
|
273
|
-
`,
|
|
287
|
+
`,Qe=u`
|
|
274
288
|
.ft-typography--button {
|
|
275
|
-
font-family: ${
|
|
276
|
-
font-size: ${
|
|
277
|
-
font-weight: ${
|
|
278
|
-
letter-spacing: ${
|
|
279
|
-
line-height: ${
|
|
280
|
-
text-transform: ${
|
|
289
|
+
font-family: ${We.fontFamily};
|
|
290
|
+
font-size: ${We.fontSize};
|
|
291
|
+
font-weight: ${We.fontWeight};
|
|
292
|
+
letter-spacing: ${We.letterSpacing};
|
|
293
|
+
line-height: ${We.lineHeight};
|
|
294
|
+
text-transform: ${We.textTransform};
|
|
281
295
|
}
|
|
282
|
-
`;class
|
|
283
|
-
<${
|
|
296
|
+
`;class ti extends ft{constructor(){super(...arguments),this.variant=At.body1}render(){return this.element?Lt`
|
|
297
|
+
<${jt(this.element)}
|
|
284
298
|
class="ft-typography ft-typography--${this.variant}">
|
|
285
299
|
<slot></slot>
|
|
286
|
-
</${
|
|
287
|
-
`:
|
|
300
|
+
</${jt(this.element)}>
|
|
301
|
+
`:Lt`
|
|
288
302
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
289
|
-
`}}
|
|
303
|
+
`}}ti.styles=[He,Ke,Ze,Ve,qe,Xe,Je,Ye,Ge,Qe,u`
|
|
290
304
|
.ft-typography {
|
|
291
305
|
vertical-align: inherit;
|
|
292
306
|
}
|
|
293
|
-
`],
|
|
307
|
+
`],_t([i()],ti.prototype,"element",void 0),_t([i()],ti.prototype,"variant",void 0),l("ft-typography")(ti);var ei=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const ii=pt.create("--ft-tooltip-distance","SIZE","4px"),oi=pt.create("--ft-tooltip-color","COLOR","#FFFFFF"),ni=pt.create("--ft-tooltip-background-color","COLOR","#666666"),si=pt.create("--ft-tooltip-z-index","NUMBER","1"),ri=pt.external(ct.borderRadiusS,"Design system");class ai extends ft{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.hideDebounce=new t,this.revealDebouncer=new t}render(){return I`
|
|
294
308
|
<div part="container"
|
|
295
309
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
296
310
|
@mouseenter=${this.onHover}
|
|
@@ -305,7 +319,7 @@ const Ct=t=>({_$litStatic$:t}),Nt=new Map,Et=(t=>(e,...i)=>{var o;const n=i.leng
|
|
|
305
319
|
</div>
|
|
306
320
|
<slot></slot>
|
|
307
321
|
</div>
|
|
308
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.position){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=t.getBoundingClientRect(),i=(e.height-this.tooltip.clientHeight)/2,o=(e.width-this.tooltip.clientWidth)/2,n=this.tooltip.style;switch(this.position){case"top":n.top=-this.tooltip.clientHeight+"px",n.left=o+"px";break;case"bottom":n.top=e.height+"px",n.left=o+"px";break;case"left":n.top=i+"px",n.left=-this.tooltip.clientWidth+"px";break;case"right":n.top=i+"px",n.left=e.width+"px"}n.maxWidth=Math.max(e.width,150)+"px"}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}}
|
|
322
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.position){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=t.getBoundingClientRect(),i=(e.height-this.tooltip.clientHeight)/2,o=(e.width-this.tooltip.clientWidth)/2,n=this.tooltip.style;switch(this.position){case"top":n.top=-this.tooltip.clientHeight+"px",n.left=o+"px";break;case"bottom":n.top=e.height+"px",n.left=o+"px";break;case"left":n.top=i+"px",n.left=-this.tooltip.clientWidth+"px";break;case"right":n.top=i+"px",n.left=e.width+"px"}n.maxWidth=Math.max(e.width,150)+"px"}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}}ai.elementDefinitions={"ft-typography":ti},ai.styles=u`
|
|
309
323
|
.ft-tooltip--container {
|
|
310
324
|
display: block;
|
|
311
325
|
position: relative;
|
|
@@ -323,27 +337,27 @@ const Ct=t=>({_$litStatic$:t}),Nt=new Map,Et=(t=>(e,...i)=>{var o;const n=i.leng
|
|
|
323
337
|
width: max-content;
|
|
324
338
|
max-width: 150px;
|
|
325
339
|
text-align: center;
|
|
326
|
-
padding: ${
|
|
327
|
-
z-index: ${
|
|
340
|
+
padding: ${ii};
|
|
341
|
+
z-index: ${si};
|
|
328
342
|
}
|
|
329
343
|
|
|
330
344
|
.ft-tooltip--content {
|
|
331
345
|
padding: 4px 8px;
|
|
332
|
-
border-radius: ${
|
|
333
|
-
background-color: ${
|
|
334
|
-
color: ${
|
|
346
|
+
border-radius: ${ri};
|
|
347
|
+
background-color: ${ni};
|
|
348
|
+
color: ${oi};
|
|
335
349
|
top: -500px;
|
|
336
350
|
left: -500px;
|
|
337
351
|
position: relative;
|
|
338
352
|
word-break: break-word;
|
|
339
353
|
}
|
|
340
|
-
`,
|
|
354
|
+
`,ei([i()],ai.prototype,"text",void 0),ei([i({type:Boolean})],ai.prototype,"manual",void 0),ei([i({type:Boolean})],ai.prototype,"inline",void 0),ei([i({type:Number})],ai.prototype,"delay",void 0),ei([i()],ai.prototype,"position",void 0),ei([
|
|
341
355
|
/**
|
|
342
356
|
* @license
|
|
343
357
|
* Copyright 2017 Google LLC
|
|
344
358
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
345
359
|
*/
|
|
346
|
-
function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},i?function(t){const{slot:e,selector:i}=null!=t?t:{};return n({descriptor:o=>({get(){var o;const n="slot"+(e?`[name=${e}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?a(s,t):[];return i?r.filter((t=>t.matches(i))):r},enumerable:!0,configurable:!0})})}({slot:s,flatten:e,selector:i}):n({descriptor:t=>({get(){var t,e;const i="slot"+(s?`[name=${s}]`:":not([name])"),n=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(i);return null!==(e=null==n?void 0:n.assignedNodes(o))&&void 0!==e?e:[]},enumerable:!0,configurable:!0})})}("",!0)],
|
|
360
|
+
function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},i?function(t){const{slot:e,selector:i}=null!=t?t:{};return n({descriptor:o=>({get(){var o;const n="slot"+(e?`[name=${e}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?a(s,t):[];return i?r.filter((t=>t.matches(i))):r},enumerable:!0,configurable:!0})})}({slot:s,flatten:e,selector:i}):n({descriptor:t=>({get(){var t,e;const i="slot"+(s?`[name=${s}]`:":not([name])"),n=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(i);return null!==(e=null==n?void 0:n.assignedNodes(o))&&void 0!==e?e:[]},enumerable:!0,configurable:!0})})}("",!0)],ai.prototype,"slotNodes",void 0),ei([s(".ft-tooltip--container")],ai.prototype,"container",void 0),ei([s("slot")],ai.prototype,"target",void 0),ei([s(".ft-tooltip")],ai.prototype,"tooltip",void 0),ei([s(".ft-tooltip--content")],ai.prototype,"tooltipContent",void 0),ei([o()],ai.prototype,"visible",void 0),l("ft-tooltip")(ai);const li={color:pt.extend("--ft-loader-color",ct.colorPrimary),size:pt.create("--ft-loader-size","SIZE","80px")};class pi extends ft{static get styles(){return u`
|
|
347
361
|
:host {
|
|
348
362
|
line-height: 0;
|
|
349
363
|
}
|
|
@@ -352,8 +366,8 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
|
|
|
352
366
|
display: inline-block;
|
|
353
367
|
position: relative;
|
|
354
368
|
|
|
355
|
-
width: ${
|
|
356
|
-
height: ${
|
|
369
|
+
width: ${li.size};
|
|
370
|
+
height: ${li.size};
|
|
357
371
|
}
|
|
358
372
|
|
|
359
373
|
.ft-loader div {
|
|
@@ -362,7 +376,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
|
|
|
362
376
|
width: 25%;
|
|
363
377
|
height: 25%;
|
|
364
378
|
border-radius: 50%;
|
|
365
|
-
background: ${
|
|
379
|
+
background: ${li.color};
|
|
366
380
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
367
381
|
}
|
|
368
382
|
|
|
@@ -409,7 +423,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
|
|
|
409
423
|
transform: translate(0, 0);
|
|
410
424
|
}
|
|
411
425
|
100% {
|
|
412
|
-
transform: translate(calc(0.35 * ${
|
|
426
|
+
transform: translate(calc(0.35 * ${li.size}), 0);
|
|
413
427
|
}
|
|
414
428
|
}
|
|
415
429
|
`}render(){return I`
|
|
@@ -419,27 +433,27 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
|
|
|
419
433
|
<div></div>
|
|
420
434
|
<div></div>
|
|
421
435
|
</div>
|
|
422
|
-
`}}l("ft-loader")(
|
|
436
|
+
`}}l("ft-loader")(pi);
|
|
423
437
|
/**
|
|
424
438
|
* @license
|
|
425
439
|
* Copyright 2017 Google LLC
|
|
426
440
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
427
441
|
*/
|
|
428
|
-
class
|
|
442
|
+
class hi extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===H||null==t)return this.ft=void 0,this.it=t;if(t===W)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this.ft;this.it=t;const e=[t];return e.raw=e,this.ft={_$litType$:this.constructor.resultType,strings:e,values:[]}}}hi.directiveName="unsafeHTML",hi.resultType=1;const ci=mt(hi);var fi,di;!function(t){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.STAR_PLAIN="",t.STAR="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_DOWN="",t.THUMBS_UP_PLAIN="",t.THUMBS_UP="",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="\f06e",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=""}(fi||(fi={})),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=""}(di||(di={})),new Map([...["abw"].map((t=>[t,di.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,di.AUDIO])),...["avi"].map((t=>[t,di.AVI])),...["chm","xhs"].map((t=>[t,di.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,di.CODE])),...["csv"].map((t=>[t,di.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,di.DITA])),...["epub"].map((t=>[t,di.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,di.EXCEL])),...["flac"].map((t=>[t,di.FLAC])),...["gif"].map((t=>[t,di.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,di.GZIP])),...["html","htm","xhtml"].map((t=>[t,di.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,di.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,di.JPEG])),...["json"].map((t=>[t,di.JSON])),...["m4a","m4p"].map((t=>[t,di.M4A])),...["mov","qt"].map((t=>[t,di.MOV])),...["mp3"].map((t=>[t,di.MP3])),...["mp4","m4v"].map((t=>[t,di.MP4])),...["ogg","oga"].map((t=>[t,di.OGG])),...["pdf","ps"].map((t=>[t,di.PDF])),...["png"].map((t=>[t,di.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,di.POWERPOINT])),...["rar"].map((t=>[t,di.RAR])),...["stp"].map((t=>[t,di.STP])),...["txt","rtf","md","mdown"].map((t=>[t,di.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,di.VIDEO])),...["wav"].map((t=>[t,di.WAV])),...["wma"].map((t=>[t,di.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,di.WORD])),...["xml","xsl","rdf"].map((t=>[t,di.XML])),...["yaml","yml","x-yaml"].map((t=>[t,di.YAML])),...["zip"].map((t=>[t,di.ZIP]))]);var ui,yi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(ui||(ui={}));const xi={size:pt.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:pt.extend("--ft-icon-fluid-topics-font-family",pt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:pt.extend("--ft-icon-file-format-font-family",pt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:pt.extend("--ft-icon-material-font-family",pt.create("--ft-icon-font-family","UNKNOWN","Material Icons"))};class bi extends ft{constructor(){super(...arguments),this.variant=ui.fluid_topics}render(){return I`
|
|
429
443
|
<i class="ft-icon ${"ft-icon--"+this.variant}">
|
|
430
|
-
${
|
|
444
|
+
${ci(this.getIcon())}
|
|
431
445
|
<slot @slotchange=${()=>this.requestUpdate()} ?hidden=${"material"!==this.variant}></slot>
|
|
432
446
|
</i>
|
|
433
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}getIcon(){var t,e;let i=this.textContent;return this.variant===
|
|
447
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}getIcon(){var t,e;let i=this.textContent;return this.variant===ui.file_format?null!==(t=di[i.toUpperCase()])&&void 0!==t?t:i:this.variant===ui.fluid_topics?null!==(e=fi[i.toUpperCase()])&&void 0!==e?e:i:H}}bi.elementDefinitions={},bi.styles=u`
|
|
434
448
|
:host, i.ft-icon {
|
|
435
449
|
display: inline-block;
|
|
436
|
-
width: ${
|
|
437
|
-
height: ${
|
|
450
|
+
width: ${xi.size};
|
|
451
|
+
height: ${xi.size};
|
|
438
452
|
text-align: center;
|
|
439
453
|
}
|
|
440
454
|
|
|
441
455
|
i.ft-icon {
|
|
442
|
-
font-size: ${
|
|
456
|
+
font-size: ${xi.size};
|
|
443
457
|
line-height: 1;
|
|
444
458
|
font-weight: normal;
|
|
445
459
|
text-transform: none;
|
|
@@ -453,17 +467,17 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
453
467
|
}
|
|
454
468
|
|
|
455
469
|
.ft-icon--fluid-topics {
|
|
456
|
-
font-family: ${
|
|
470
|
+
font-family: ${xi.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
457
471
|
}
|
|
458
472
|
|
|
459
473
|
.ft-icon--file-format {
|
|
460
|
-
font-family: ${
|
|
474
|
+
font-family: ${xi.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
461
475
|
}
|
|
462
476
|
|
|
463
477
|
.ft-icon--material {
|
|
464
|
-
font-family: ${
|
|
478
|
+
font-family: ${xi.materialFontFamily}, "Material Icons", sans-serif;
|
|
465
479
|
}
|
|
466
|
-
`,
|
|
480
|
+
`,yi([i()],bi.prototype,"variant",void 0),yi([s("slot")],bi.prototype,"slottedContent",void 0),l("ft-icon")(bi);var vi=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const gi=pt.extend("--ft-button-color",ct.colorPrimary),mi={backgroundColor:pt.extend("--ft-button-background-color",ct.colorSurface),borderRadius:pt.extend("--ft-button-border-radius",ct.borderRadiusL),color:gi,fontSize:pt.extend("--ft-button-font-size",We.fontSize),iconSize:pt.create("--ft-button-icon-size","SIZE","24px"),rippleColor:pt.extend("--ft-button-ripple-color",gi),opacityDisabled:pt.external(ct.colorOpacityDisabled,"Design system")},wi=pt.extend("--ft-button-primary-color",pt.extend("--ft-button-color",ct.colorOnPrimary)),$i={backgroundColor:pt.extend("--ft-button-primary-background-color",pt.extend("--ft-button-background-color",ct.colorPrimary)),color:wi,rippleColor:pt.extend("--ft-button-primary-ripple-color",wi)},Oi=pt.extend("--ft-button-dense-border-radius",pt.extend("--ft-button-border-radius",ct.borderRadiusM));class Si extends ft{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}static get styles(){return[dt,u`
|
|
467
481
|
:host {
|
|
468
482
|
display: inline-block;
|
|
469
483
|
max-width: 100%;
|
|
@@ -502,18 +516,18 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
502
516
|
border: none;
|
|
503
517
|
pointer-events: auto;
|
|
504
518
|
|
|
505
|
-
--ft-button-internal-font-size: ${
|
|
519
|
+
--ft-button-internal-font-size: ${mi.fontSize};
|
|
506
520
|
--ft-button-internal-line-height: calc(var(--ft-button-internal-font-size) + 2px);
|
|
507
|
-
--ft-button-internal-color: ${
|
|
508
|
-
${
|
|
521
|
+
--ft-button-internal-color: ${mi.color};
|
|
522
|
+
${ht(xi.size,mi.iconSize)};
|
|
509
523
|
--ft-button-internal-vertical-padding: 6px;
|
|
510
524
|
--ft-button-internal-horizontal-padding: 8px;
|
|
511
|
-
${
|
|
512
|
-
--ft-button-internal-content-height: max(var(--ft-button-internal-line-height), ${
|
|
525
|
+
${ht(kt.color,mi.rippleColor)};
|
|
526
|
+
--ft-button-internal-content-height: max(var(--ft-button-internal-line-height), ${mi.iconSize});
|
|
513
527
|
|
|
514
|
-
border-radius: ${
|
|
528
|
+
border-radius: ${mi.borderRadius};
|
|
515
529
|
padding: var(--ft-button-internal-vertical-padding) var(--ft-button-internal-horizontal-padding);
|
|
516
|
-
background-color: ${
|
|
530
|
+
background-color: ${mi.backgroundColor};
|
|
517
531
|
color: var(--ft-button-internal-color);
|
|
518
532
|
-webkit-mask-image: radial-gradient(white, black);
|
|
519
533
|
}
|
|
@@ -525,7 +539,7 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
525
539
|
.ft-button--dense {
|
|
526
540
|
--ft-button-internal-vertical-padding: 2px;
|
|
527
541
|
--ft-button-internal-horizontal-padding: 4px;
|
|
528
|
-
border-radius: ${
|
|
542
|
+
border-radius: ${Oi};
|
|
529
543
|
}
|
|
530
544
|
|
|
531
545
|
.ft-button--round {
|
|
@@ -534,13 +548,13 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
534
548
|
|
|
535
549
|
.ft-button[disabled] {
|
|
536
550
|
filter: grayscale(1);
|
|
537
|
-
opacity: ${
|
|
551
|
+
opacity: ${mi.opacityDisabled};
|
|
538
552
|
}
|
|
539
553
|
|
|
540
554
|
.ft-button.ft-button--primary {
|
|
541
|
-
background-color: ${
|
|
542
|
-
--ft-button-internal-color: ${
|
|
543
|
-
${
|
|
555
|
+
background-color: ${$i.backgroundColor};
|
|
556
|
+
--ft-button-internal-color: ${$i.color};
|
|
557
|
+
${ht(kt.color,$i.rippleColor)};
|
|
544
558
|
}
|
|
545
559
|
|
|
546
560
|
.ft-button.ft-button--outlined {
|
|
@@ -553,13 +567,14 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
553
567
|
}
|
|
554
568
|
|
|
555
569
|
.ft-button--label {
|
|
570
|
+
position: relative;
|
|
556
571
|
overflow: hidden;
|
|
557
572
|
white-space: nowrap;
|
|
558
573
|
text-overflow: ellipsis;
|
|
559
574
|
display: block;
|
|
560
575
|
margin: 0 var(--ft-button-internal-horizontal-padding);
|
|
561
|
-
${
|
|
562
|
-
${
|
|
576
|
+
${ht(We.fontSize,"var(--ft-button-internal-font-size)")};
|
|
577
|
+
${ht(We.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
563
578
|
}
|
|
564
579
|
|
|
565
580
|
.ft-button--safari-fix .ft-button--label {
|
|
@@ -578,6 +593,7 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
578
593
|
|
|
579
594
|
ft-icon {
|
|
580
595
|
flex-shrink: 0;
|
|
596
|
+
position: relative;
|
|
581
597
|
}
|
|
582
598
|
|
|
583
599
|
.ft-button--label[hidden] + ft-icon {
|
|
@@ -591,8 +607,8 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
591
607
|
}
|
|
592
608
|
|
|
593
609
|
ft-loader {
|
|
594
|
-
${
|
|
595
|
-
${
|
|
610
|
+
${ht(li.size,mi.iconSize)};
|
|
611
|
+
${ht(li.color,"var(--ft-button-internal-color)")};
|
|
596
612
|
}
|
|
597
613
|
`]}render(){const t={"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-button--safari-fix":bt,"ft-no-text-select":!0};return this.addTooltip(I`
|
|
598
614
|
<button part="button"
|
|
@@ -616,7 +632,7 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
616
632
|
</ft-tooltip>
|
|
617
633
|
`}resolveIcon(){return this.loading?I`
|
|
618
634
|
<ft-loader></ft-loader> `:this.icon?I`
|
|
619
|
-
<ft-icon variant="material">${this.icon}</ft-icon> `:H}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}
|
|
635
|
+
<ft-icon variant="material">${this.icon}</ft-icon> `:H}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}Si.elementDefinitions={"ft-ripple":Ft,"ft-tooltip":ai,"ft-typography":ti,"ft-icon":bi,"ft-loader":pi},vi([i({type:Boolean})],Si.prototype,"primary",void 0),vi([i({type:Boolean})],Si.prototype,"outlined",void 0),vi([i({type:Boolean})],Si.prototype,"disabled",void 0),vi([i({type:Boolean})],Si.prototype,"dense",void 0),vi([i({type:Boolean})],Si.prototype,"round",void 0),vi([i({type:String})],Si.prototype,"label",void 0),vi([i({type:String})],Si.prototype,"icon",void 0),vi([i({type:Boolean})],Si.prototype,"trailingIcon",void 0),vi([i({type:Boolean})],Si.prototype,"loading",void 0),vi([i({type:String})],Si.prototype,"tooltipPosition",void 0),vi([s(".ft-button")],Si.prototype,"button",void 0),vi([s(".ft-button--label slot")],Si.prototype,"slottedContent",void 0),l("ft-button")(Si);var ki=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class Ci extends ft{constructor(){super(...arguments),this.open=!1,this.label="Open here",this.primary=!1,this.secondary=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.openIcon="expand_less",this.closedIcon="expand_more",this.trailingIcon=!1}render(){return I`
|
|
620
636
|
<ft-button
|
|
621
637
|
part="toggle"
|
|
622
638
|
icon=${this.open?this.openIcon:this.closedIcon}
|
|
@@ -638,7 +654,7 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
638
654
|
class="${this.hasCustomToggle()?"":"hidden"}"
|
|
639
655
|
></slot>
|
|
640
656
|
<slot class="content ${this.open?"":"hidden"}"></slot>
|
|
641
|
-
`}onCustomToggleSlotChange(){this.requestUpdate()}hasCustomToggle(){var t,e;return 0!==(null!==(e=null===(t=this.toggleSlot)||void 0===t?void 0:t.assignedNodes().length)&&void 0!==e?e:0)}toggleOpen(){this.open=!this.open}update(t){super.update(t),t.has("open")&&this.dispatchEvent(new CustomEvent("change",{detail:{open:this.open}}))}}
|
|
657
|
+
`}onCustomToggleSlotChange(){this.requestUpdate()}hasCustomToggle(){var t,e;return 0!==(null!==(e=null===(t=this.toggleSlot)||void 0===t?void 0:t.assignedNodes().length)&&void 0!==e?e:0)}toggleOpen(){this.open=!this.open}update(t){super.update(t),t.has("open")&&this.dispatchEvent(new CustomEvent("change",{detail:{open:this.open}}))}}Ci.elementDefinitions={"ft-button":Si},Ci.styles=u`
|
|
642
658
|
:host, :root {
|
|
643
659
|
display: block;
|
|
644
660
|
}
|
|
@@ -650,9 +666,9 @@ class ei extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
|
|
|
650
666
|
.hidden {
|
|
651
667
|
display: none;
|
|
652
668
|
}
|
|
653
|
-
`,
|
|
669
|
+
`,ki([s(".content")],Ci.prototype,"content",void 0),ki([i({type:Boolean,reflect:!0})],Ci.prototype,"open",void 0),ki([i()],Ci.prototype,"label",void 0),ki([i({type:Boolean})],Ci.prototype,"primary",void 0),ki([i({type:Boolean})],Ci.prototype,"secondary",void 0),ki([i({type:Boolean})],Ci.prototype,"disabled",void 0),ki([i({type:Boolean})],Ci.prototype,"dense",void 0),ki([i({type:Boolean})],Ci.prototype,"round",void 0),ki([i({type:String})],Ci.prototype,"openIcon",void 0),ki([i({type:String})],Ci.prototype,"closedIcon",void 0),ki([i({type:Boolean})],Ci.prototype,"trailingIcon",void 0),ki([s('slot[name="toggle"]')],Ci.prototype,"toggleSlot",void 0),l("ft-collapsible")(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),I`
|
|
654
670
|
${i.map((t=>I`
|
|
655
671
|
<style>${t}</style>
|
|
656
672
|
`))}
|
|
657
673
|
${super.render()}
|
|
658
|
-
`}},i.styles=void 0,i.elementDefinitions=o,i}(
|
|
674
|
+
`}},i.styles=void 0,i.elementDefinitions=o,i}(Ci))}();
|