@fluid-topics/ft-tabs 0.3.30 → 0.3.32
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-tabs.css.js +6 -1
- package/build/ft-tabs.d.ts +3 -2
- package/build/ft-tabs.js +23 -8
- package/build/ft-tabs.light.js +152 -93
- package/build/ft-tabs.min.js +205 -141
- package/package.json +7 -6
package/build/ft-tabs.min.js
CHANGED
|
@@ -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,s=new WeakMap,
|
|
17
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,s=new WeakMap,n=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,s){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(s))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=s.prototype.attributeChangedCallback,l=new Set(s.observedAttributes||[]);f(s,l,a);const h={elementClass:s,connectedCallback:s.prototype.connectedCallback,disconnectedCallback:s.prototype.disconnectedCallback,adoptedCallback:s.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:s.formAssociated,formAssociatedCallback:s.prototype.formAssociatedCallback,formDisabledCallback:s.prototype.formDisabledCallback,formResetCallback:s.prototype.formResetCallback,formStateRestoreCallback:s.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,h),this._definitionsByClass.set(s,h);let p=i.call(o,t);p||(p=c(t),e.call(o,t,p)),this===window.customElements&&(r.set(s,h),h.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),u(t,h,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(s),this._whenDefinedPromises.delete(t)),s}upgrade(){v.push(this),o.upgrade.apply(o,arguments),v.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),s.set(e,i),e},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,p=t=>{let e=t.getRootNode();if(!h(e)){const t=v[v.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),h(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=p(i)||window.customElements,s=o._getDefinition(e);return s?u(i,s):n.set(i,o),i}connectedCallback(){const t=s.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=s.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){s.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=s.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=s.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=s.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=s.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,s){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);o.call(this,n,s),i.call(this,n,t,s)}else o.call(this,n,s)});const s=t.prototype.removeAttribute;s&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);s.call(this,o),i.call(this,o,t,null)}else s.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),s.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 v=[document];const x=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){v.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),v.pop(),t}};x(ShadowRoot,"createElement",document),x(ShadowRoot,"importNode",document),x(Element,"insertAdjacentHTML");const b=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){v.push(this),i.set.call(this,t),v.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!==s.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 n{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),s=e.get(o)||[];this[+i]=t,s.push(t),e.set(o,s)})),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=s.get(i);t&&!0!==t.formAssociated||e.push(i)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(Ci){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.reject()}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,s=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of i)try{await t()}catch(t){o(t)}s()}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}reject(){this.rejectPromise&&(this.rejectPromise(),this.clearPromise())}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
@@ -29,51 +29,50 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
|
|
|
29
29
|
* @license
|
|
30
30
|
* Copyright 2017 Google LLC
|
|
31
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
|
-
*/
|
|
32
|
+
*/const n=({finisher:t,descriptor:e})=>(i,o)=>{var s;if(void 0===o){const o=null!==(s=i.originalKey)&&void 0!==s?s:i.key,n=null!=e?{kind:"method",placement:"prototype",key:o,descriptor:e(i.key)}:{...i,key:o};return null!=t&&(n.finisher=function(e){t(e,o)}),n}{const s=i.constructor;void 0!==e&&Object.defineProperty(i,o,e(o)),null==t||t(s,o)}}
|
|
33
33
|
/**
|
|
34
34
|
* @license
|
|
35
35
|
* Copyright 2017 Google LLC
|
|
36
36
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
37
|
-
|
|
38
|
-
function r(t,e){return(({finisher:t,descriptor:e})=>(i,o)=>{var s;if(void 0===o){const o=null!==(s=i.originalKey)&&void 0!==s?s:i.key,r=null!=e?{kind:"method",placement:"prototype",key:o,descriptor:e(i.key)}:{...i,key:o};return null!=t&&(r.finisher=function(e){t(e,o)}),r}{const s=i.constructor;void 0!==e&&Object.defineProperty(i,o,e(o)),null==t||t(s,o)}})({descriptor:i=>{const o={get(){var e,i;return null!==(i=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(e){const e="symbol"==typeof i?Symbol():"__"+i;o.get=function(){var i,o;return void 0===this[e]&&(this[e]=null!==(o=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==o?o:null),this[e]}}return o}})}
|
|
37
|
+
*/;function r(t,e){return n({descriptor:i=>{const o={get(){var e,i;return null!==(i=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(e){const e="symbol"==typeof i?Symbol():"__"+i;o.get=function(){var i,o;return void 0===this[e]&&(this[e]=null!==(o=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==o?o:null),this[e]}}return o}})}
|
|
39
38
|
/**
|
|
40
39
|
* @license
|
|
41
40
|
* Copyright 2021 Google LLC
|
|
42
41
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
-
*/var
|
|
42
|
+
*/var a;const l=null!=(null===(a=window.HTMLSlotElement)||void 0===a?void 0:a.prototype.assignedElements)?(t,e)=>t.assignedElements(e):(t,e)=>t.assignedNodes(e).filter((t=>t.nodeType===Node.ELEMENT_NODE));const h=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};
|
|
44
43
|
/**
|
|
45
44
|
* @license
|
|
46
45
|
* Copyright 2019 Google LLC
|
|
47
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
48
47
|
*/
|
|
49
|
-
const
|
|
48
|
+
const p=window,c=p.ShadowRoot&&(void 0===p.ShadyCSS||p.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,f=Symbol(),d=new WeakMap;class u{constructor(t,e,i){if(this._$cssResult$=!0,i!==f)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(c&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=d.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&d.set(e,t))}return t}toString(){return this.cssText}}const y=t=>new u("string"==typeof t?t:t+"",void 0,f),v=(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 u(i,t,f)},x=(t,e)=>{c?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)}))},b=c?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return y(e)})(t):t
|
|
50
49
|
/**
|
|
51
50
|
* @license
|
|
52
51
|
* Copyright 2017 Google LLC
|
|
53
52
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
54
|
-
*/;var
|
|
53
|
+
*/;var g;const m=window,w=m.trustedTypes,$=w?w.emptyScript:"",O=m.reactiveElementPolyfillSupport,S={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}},k=(t,e)=>e!==t&&(e==e||t==t),N={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:k};class C extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;null!==(e=this.h)&&void 0!==e||(this.h=[]),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=N){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 s=this[t];this[e]=o,this.requestUpdate(t,s,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||N}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._$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(b(t))}else void 0!==t&&e.push(b(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 x(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=N){var o;const s=this.constructor._$Ep(t,i);if(void 0!==s&&!0===i.reflect){const n=(void 0!==(null===(o=i.converter)||void 0===o?void 0:o.toAttribute)?i.converter:S).toAttribute(e,i.type);this._$El=t,null==n?this.removeAttribute(s):this.setAttribute(s,n),this._$El=null}}_$AK(t,e){var i;const o=this.constructor,s=o._$Ev.get(t);if(void 0!==s&&this._$El!==s){const t=o.getPropertyOptions(s),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:S;this._$El=s,this[s]=n.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||k)(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
54
|
/**
|
|
56
55
|
* @license
|
|
57
56
|
* Copyright 2017 Google LLC
|
|
58
57
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
59
58
|
*/
|
|
60
|
-
var
|
|
59
|
+
var E;C.finalized=!0,C.elementProperties=new Map,C.elementStyles=[],C.shadowRootOptions={mode:"open"},null==O||O({ReactiveElement:C}),(null!==(g=m.reactiveElementVersions)&&void 0!==g?g:m.reactiveElementVersions=[]).push("1.4.1");const R=window,M=R.trustedTypes,U=M?M.createPolicy("lit-html",{createHTML:t=>t}):void 0,j=`lit$${(Math.random()+"").slice(9)}$`,F="?"+j,z=`<${F}>`,A=document,B=(t="")=>A.createComment(t),L=t=>null===t||"object"!=typeof t&&"function"!=typeof t,T=Array.isArray,P=t=>T(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),D=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,I=/>/g,W=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \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=A.createTreeWalker(A,129,null,!1),G=(t,e)=>{const i=t.length-1,o=[];let s,n=2===e?"<svg>":"",r=D;for(let e=0;e<i;e++){const i=t[e];let a,l,h=-1,p=0;for(;p<i.length&&(r.lastIndex=p,l=r.exec(i),null!==l);)p=r.lastIndex,r===D?"!--"===l[1]?r=_:void 0!==l[1]?r=I:void 0!==l[2]?(Z.test(l[2])&&(s=RegExp("</"+l[2],"g")),r=W):void 0!==l[3]&&(r=W):r===W?">"===l[0]?(r=null!=s?s:D,h=-1):void 0===l[1]?h=-2:(h=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?W:'"'===l[3]?K:H):r===K||r===H?r=W:r===_||r===I?r=D:(r=W,s=void 0);const c=r===W&&t[e+1].startsWith("/>")?" ":"";n+=r===D?i+z:h>=0?(o.push(a),i.slice(0,h)+"$lit$"+i.slice(h)+j+c):i+j+(-2===h?(o.push(void 0),e):c)}const a=n+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==U?U.createHTML(a):a,o]};class Q{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let s=0,n=0;const r=t.length-1,a=this.parts,[l,h]=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<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(j)){const i=h[n++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(j),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:s,name:e[2],strings:t,ctor:"."===e[1]?st:"?"===e[1]?rt:"@"===e[1]?at:ot})}else a.push({type:6,index:s})}for(const e of t)o.removeAttribute(e)}if(Z.test(o.tagName)){const t=o.textContent.split(j),e=t.length-1;if(e>0){o.textContent=M?M.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],B()),Y.nextNode(),a.push({type:2,index:++s});o.append(t[e],B())}}}else if(8===o.nodeType)if(o.data===F)a.push({type:2,index:s});else{let t=-1;for(;-1!==(t=o.data.indexOf(j,t+1));)a.push({type:7,index:s}),t+=j.length-1}s++}}static createElement(t,e){const i=A.createElement("template");return i.innerHTML=t,i}}function tt(t,e,i=t,o){var s,n,r,a;if(e===J)return e;let l=void 0!==o?null===(s=i._$Co)||void 0===s?void 0:s[o]:i._$Cl;const h=L(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(n=null==l?void 0:l._$AO)||void 0===n||n.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,o)),void 0!==o?(null!==(r=(a=i)._$Co)&&void 0!==r?r: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.u=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}v(t){var e;const{el:{content:i},parts:o}=this._$AD,s=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:A).importNode(i,!0);Y.currentNode=s;let n=Y.nextNode(),r=0,a=0,l=o[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new it(n,n.nextSibling,this,t):1===l.type?e=new l.ctor(n,l.name,l.strings,this,t):6===l.type&&(e=new lt(n,this,t)),this.u.push(e),l=o[++a]}r!==(null==l?void 0:l.index)&&(n=Y.nextNode(),r++)}return s}p(t){let e=0;for(const i of this.u)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 s;this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cm=null===(s=null==o?void 0:o.isConnected)||void 0===s||s}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cm}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=tt(this,t,e),L(t)?t===q||null==t||""===t?(this._$AH!==q&&this._$AR(),this._$AH=q):t!==this._$AH&&t!==J&&this.g(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):P(t)?this.k(t):this.g(t)}O(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}g(t){this._$AH!==q&&L(this._$AH)?this._$AA.nextSibling.data=t:this.T(A.createTextNode(t)),this._$AH=t}$(t){var e;const{values:i,_$litType$:o}=t,s="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)===s)this._$AH.p(i);else{const t=new et(s,this),e=t.v(this.options);t.p(i),this.T(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}k(t){T(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const s of t)o===e.length?e.push(i=new it(this.O(B()),this.O(B()),this,this.options)):i=e[o],i._$AI(s),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._$Cm=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class ot{constructor(t,e,i,o,s){this.type=1,this._$AH=q,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=s,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 s=this.strings;let n=!1;if(void 0===s)t=tt(this,t,e,0),n=!L(t)||t!==this._$AH&&t!==J,n&&(this._$AH=t);else{const o=t;let r,a;for(t=s[0],r=0;r<s.length-1;r++)a=tt(this,o[i+r],e,r),a===J&&(a=this._$AH[r]),n||(n=!L(a)||a!==this._$AH[r]),a===q?t=q:t!==q&&(t+=(null!=a?a:"")+s[r+1]),this._$AH[r]=a}n&&!o&&this.j(t)}j(t){t===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class st extends ot{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===q?void 0:t}}const nt=M?M.emptyScript:"";class rt extends ot{constructor(){super(...arguments),this.type=4}j(t){t&&t!==q?this.element.setAttribute(this.name,nt):this.element.removeAttribute(this.name)}}class at extends ot{constructor(t,e,i,o,s){super(t,e,i,o,s),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,s=t===q&&o!==q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==q&&(o===q||s);s&&this.element.removeEventListener(this.name,this,o),n&&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 ht={P:"$lit$",A:j,M:F,C:1,L:G,R:et,D:P,V:tt,I:it,H:ot,N:rt,U:at,B:st,F:lt},pt=R.litHtmlPolyfillSupport;null==pt||pt(Q,it),(null!==(E=R.litHtmlVersions)&&void 0!==E?E:R.litHtmlVersions=[]).push("2.4.0");
|
|
61
60
|
/**
|
|
62
61
|
* @license
|
|
63
62
|
* Copyright 2017 Google LLC
|
|
64
63
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
65
64
|
*/
|
|
66
|
-
var
|
|
65
|
+
var ct,ft;class dt extends C{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,s;const n=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=n._$litPart$;if(void 0===r){const t=null!==(s=null==i?void 0:i.renderBefore)&&void 0!==s?s:null;n._$litPart$=r=new it(e.insertBefore(B(),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._$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}}dt.finalized=!0,dt._$litElement$=!0,null===(ct=globalThis.litElementHydrateSupport)||void 0===ct||ct.call(globalThis,{LitElement:dt});const ut=globalThis.litElementPolyfillSupport;null==ut||ut({LitElement:dt}),(null!==(ft=globalThis.litElementVersions)&&void 0!==ft?ft:globalThis.litElementVersions=[]).push("3.2.2");class yt{static create(t,e,i){let o=t=>y(null!=t?t:i),s=v`var(${y(t)}, ${o(i)})`;return s.name=t,s.category=e,s.defaultValue=i,s.defaultCssValue=o,s.get=e=>v`var(${y(t)}, ${o(e)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),s=v`var(${y(t)}, ${o(i)})`;return s.name=t,s.category=e.category,s.fallbackVariable=e,s.defaultValue=i,s.defaultCssValue=o,s.get=e=>v`var(${y(t)}, ${o(e)})`,s.breadcrumb=()=>[e.name,...e.breadcrumb()],s.lastResortDefaultValue=()=>i,s}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):y(null!=e?e:t.defaultValue),o=v`var(${y(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=>v`var(${y(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}}const vt={colorPrimary:yt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:yt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:yt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:yt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:yt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:yt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yt.create("--ft-color-error","COLOR","#B00020"),colorOutline:yt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:yt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:yt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:yt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:yt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:yt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:yt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:yt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:yt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:yt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:yt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:yt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:yt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:yt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:yt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:yt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:yt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:yt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:yt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
|
|
67
66
|
/**
|
|
68
67
|
* @license
|
|
69
68
|
* Copyright 2021 Google LLC
|
|
70
69
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
71
|
-
*/var
|
|
72
|
-
${t.map((t=>
|
|
70
|
+
*/var xt,bt,gt,mt=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class wt 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 s=this.renderOptions.creationScope=this.attachShadow({...o,customElements:t.registry});return x(s,this.constructor.elementStyles),s}}}(dt)){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]),V`
|
|
71
|
+
${t.map((t=>V`
|
|
73
72
|
<style>${t}</style>
|
|
74
73
|
`))}
|
|
75
74
|
${this.getTemplate()}
|
|
76
|
-
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(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,s,r
|
|
75
|
+
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(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,s,n,r;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 h=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!==(s=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==s?s:[],i=null!==(r=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const p=[...h.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}mt([o()],wt.prototype,"exportpartsPrefix",void 0),mt([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)},...null!=e?e:{}})}([])],wt.prototype,"exportpartsPrefixes",void 0),v`
|
|
77
76
|
.ft-no-text-select {
|
|
78
77
|
-webkit-touch-callout: none;
|
|
79
78
|
-webkit-user-select: none;
|
|
@@ -82,7 +81,7 @@ var pt,ht;class ct extends k{constructor(){super(...arguments),this.renderOption
|
|
|
82
81
|
-ms-user-select: none;
|
|
83
82
|
user-select: none;
|
|
84
83
|
}
|
|
85
|
-
`,
|
|
84
|
+
`,v`
|
|
86
85
|
.ft-word-wrap {
|
|
87
86
|
white-space: normal;
|
|
88
87
|
word-wrap: break-word;
|
|
@@ -94,25 +93,25 @@ var pt,ht;class ct extends k{constructor(){super(...arguments),this.renderOption
|
|
|
94
93
|
-webkit-hyphens: auto;
|
|
95
94
|
hyphens: auto
|
|
96
95
|
}
|
|
97
|
-
`,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(
|
|
96
|
+
`,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(bt=null===(xt=window.safari)||void 0===xt?void 0:xt.pushNotification)||void 0===bt||bt.toString()),function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(gt||(gt={}));var $t=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Ot extends wt{constructor(){super(...arguments),this.label="",this.icon="",this.iconVariant=gt.material,this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(1e5*Math.random())).padStart(5,"0")}render(){return V`
|
|
98
97
|
<style>
|
|
99
98
|
:host {
|
|
100
|
-
display: ${
|
|
99
|
+
display: ${y(this.active?"block":"none")};
|
|
101
100
|
}
|
|
102
101
|
</style>
|
|
103
102
|
<slot></slot>
|
|
104
|
-
`}updated(t){super.updated(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control",this.dispatchEvent(new Event("updated"))}}
|
|
103
|
+
`}updated(t){super.updated(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control",this.dispatchEvent(new Event("updated"))}}Ot.elementDefinitions={},$t([o({type:String})],Ot.prototype,"label",void 0),$t([o({type:String})],Ot.prototype,"icon",void 0),$t([o()],Ot.prototype,"iconVariant",void 0),$t([o({type:Boolean})],Ot.prototype,"active",void 0),$t([o({type:Boolean})],Ot.prototype,"disabled",void 0),$t([o({type:String,reflect:!0})],Ot.prototype,"id",void 0),$t([o({type:String,reflect:!0,attribute:"aria-labelledby"})],Ot.prototype,"ariaLabelledBy",void 0);
|
|
105
104
|
/**
|
|
106
105
|
* @license
|
|
107
106
|
* Copyright 2017 Google LLC
|
|
108
107
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
109
108
|
*/
|
|
110
|
-
const
|
|
109
|
+
const St=1,kt=2,Nt=t=>(...e)=>({_$litDirective$:t,values:e});class Ct{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)}}
|
|
111
110
|
/**
|
|
112
111
|
* @license
|
|
113
112
|
* Copyright 2020 Google LLC
|
|
114
113
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
115
|
-
*/const{I:
|
|
114
|
+
*/const{I:Et}=ht,Rt=()=>document.createComment(""),Mt=(t,e,i)=>{var o;const s=t._$AA.parentNode,n=void 0===e?t._$AB:e._$AA;if(void 0===i){const e=s.insertBefore(Rt(),n),o=s.insertBefore(Rt(),n);i=new Et(e,o,t,t.options)}else{const e=i._$AB.nextSibling,r=i._$AM,a=r!==t;if(a){let e;null===(o=i._$AQ)||void 0===o||o.call(i,t),i._$AM=t,void 0!==i._$AP&&(e=t._$AU)!==r._$AU&&i._$AP(e)}if(e!==n||a){let t=i._$AA;for(;t!==e;){const e=t.nextSibling;s.insertBefore(t,n),t=e}}}return i},Ut=(t,e,i=t)=>(t._$AI(e,i),t),jt={},Ft=t=>{var e;null===(e=t._$AP)||void 0===e||e.call(t,!1,!0);let i=t._$AA;const o=t._$AB.nextSibling;for(;i!==o;){const t=i.nextSibling;i.remove(),i=t}},zt=(t,e,i)=>{const o=new Map;for(let s=e;s<=i;s++)o.set(t[s],s);return o},At=Nt(class extends Ct{constructor(t){if(super(t),t.type!==kt)throw Error("repeat() can only be used in text expressions")}ht(t,e,i){let o;void 0===i?i=e:void 0!==e&&(o=e);const s=[],n=[];let r=0;for(const e of t)s[r]=o?o(e,r):r,n[r]=i(e,r),r++;return{values:n,keys:s}}render(t,e,i){return this.ht(t,e,i).values}update(t,[e,i,o]){var s;const n=(t=>t._$AH)(t),{values:r,keys:a}=this.ht(e,i,o);if(!Array.isArray(n))return this.ut=a,r;const l=null!==(s=this.ut)&&void 0!==s?s:this.ut=[],h=[];let p,c,f=0,d=n.length-1,u=0,y=r.length-1;for(;f<=d&&u<=y;)if(null===n[f])f++;else if(null===n[d])d--;else if(l[f]===a[u])h[u]=Ut(n[f],r[u]),f++,u++;else if(l[d]===a[y])h[y]=Ut(n[d],r[y]),d--,y--;else if(l[f]===a[y])h[y]=Ut(n[f],r[y]),Mt(t,h[y+1],n[f]),f++,y--;else if(l[d]===a[u])h[u]=Ut(n[d],r[u]),Mt(t,n[f],n[d]),d--,u++;else if(void 0===p&&(p=zt(a,u,y),c=zt(l,f,d)),p.has(l[f]))if(p.has(l[d])){const e=c.get(a[u]),i=void 0!==e?n[e]:null;if(null===i){const e=Mt(t,n[f]);Ut(e,r[u]),h[u]=e}else h[u]=Ut(i,r[u]),Mt(t,n[f],i),n[e]=null;u++}else Ft(n[d]),d--;else Ft(n[f]),f++;for(;u<=y;){const e=Mt(t,h[y+1]);Ut(e,r[u]),h[u++]=e}for(;f<=d;){const t=n[f++];null!==t&&Ft(t)}return this.ut=a,((t,e=jt)=>{t._$AH=e})(t,h),J}}),Bt=Nt(class extends Ct{constructor(t){var e;if(super(t),t.type!==St||"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.nt){this.nt=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.nt.add(t);return this.render(e)}const s=t.element.classList;this.nt.forEach((t=>{t in e||(s.remove(t),this.nt.delete(t))}));for(const t in e){const i=!!e[t];i===this.nt.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(s.add(t),this.nt.add(t)):(s.remove(t),this.nt.delete(t)))}return J}}),Lt=yt.extend("--ft-ripple-color",vt.colorContent),Tt=Lt,Pt=yt.extend("--ft-ripple-background-color",Lt),Dt=yt.external(vt.opacityContentOnSurfacePressed,"Design system"),_t=yt.external(vt.opacityContentOnSurfaceHover,"Design system"),It=yt.external(vt.opacityContentOnSurfaceFocused,"Design system"),Wt=yt.external(vt.opacityContentOnSurfaceSelected,"Design system"),Ht=yt.extend("--ft-ripple-color",vt.colorPrimary),Kt=Ht,Zt=yt.extend("--ft-ripple-background-color",Ht),Vt=yt.extend("--ft-ripple-color",vt.colorSecondary),Jt=Vt,qt=yt.extend("--ft-ripple-background-color",Vt),Xt=v`
|
|
116
115
|
:host {
|
|
117
116
|
display: contents;
|
|
118
117
|
}
|
|
@@ -134,27 +133,27 @@ const $t=1,Ot=2,St=t=>(...e)=>({_$litDirective$:t,values:e});class kt{constructo
|
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
.ft-ripple .ft-ripple--background {
|
|
137
|
-
background-color: ${
|
|
136
|
+
background-color: ${Pt};
|
|
138
137
|
}
|
|
139
138
|
|
|
140
139
|
.ft-ripple .ft-ripple--effect {
|
|
141
|
-
background-color: ${
|
|
140
|
+
background-color: ${Tt};
|
|
142
141
|
}
|
|
143
142
|
|
|
144
143
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
145
|
-
background-color: ${
|
|
144
|
+
background-color: ${qt};
|
|
146
145
|
}
|
|
147
146
|
|
|
148
147
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
149
|
-
background-color: ${
|
|
148
|
+
background-color: ${Jt};
|
|
150
149
|
}
|
|
151
150
|
|
|
152
151
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
153
|
-
background-color: ${
|
|
152
|
+
background-color: ${Zt};
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
157
|
-
background-color: ${
|
|
156
|
+
background-color: ${Kt};
|
|
158
157
|
}
|
|
159
158
|
|
|
160
159
|
.ft-ripple .ft-ripple--background {
|
|
@@ -186,19 +185,19 @@ const $t=1,Ot=2,St=t=>(...e)=>({_$litDirective$:t,values:e});class kt{constructo
|
|
|
186
185
|
}
|
|
187
186
|
|
|
188
187
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
189
|
-
opacity: ${
|
|
188
|
+
opacity: ${_t};
|
|
190
189
|
}
|
|
191
190
|
|
|
192
191
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
193
|
-
opacity: ${
|
|
192
|
+
opacity: ${Wt};
|
|
194
193
|
}
|
|
195
194
|
|
|
196
195
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
197
|
-
opacity: ${
|
|
196
|
+
opacity: ${It};
|
|
198
197
|
}
|
|
199
198
|
|
|
200
199
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
201
|
-
opacity: ${
|
|
200
|
+
opacity: ${Dt};
|
|
202
201
|
transform: translate(-50%, -50%) scale(1);
|
|
203
202
|
}
|
|
204
203
|
`;
|
|
@@ -206,7 +205,7 @@ const $t=1,Ot=2,St=t=>(...e)=>({_$litDirective$:t,values:e});class kt{constructo
|
|
|
206
205
|
* @license
|
|
207
206
|
* Copyright 2017 Google LLC
|
|
208
207
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
209
|
-
*/var
|
|
208
|
+
*/var Yt=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Gt extends wt{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.moveRipple=t=>{var e,i;let{x:o,y:s}=this.getCoordinates(t),n=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-n.x:n.width/2),this.originY=Math.round(null!=s?s-n.y:n.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`
|
|
210
209
|
<style>
|
|
211
210
|
.ft-ripple .ft-ripple--effect,
|
|
212
211
|
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
@@ -219,137 +218,137 @@ const $t=1,Ot=2,St=t=>(...e)=>({_$litDirective$:t,values:e});class kt{constructo
|
|
|
219
218
|
top: ${this.originY}px;
|
|
220
219
|
}
|
|
221
220
|
</style>
|
|
222
|
-
<div class="${
|
|
221
|
+
<div class="${Bt(t)}">
|
|
223
222
|
<div class="ft-ripple--background"></div>
|
|
224
223
|
<div class="ft-ripple--effect"></div>
|
|
225
224
|
</div>
|
|
226
|
-
`}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"),s=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",s),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",s),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,s;return null!=e.x?({x:o,y:s}=e):null!=i.touches&&(o=i.touches[0].clientX,s=i.touches[0].clientY),{x:o,y:s}}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()}}
|
|
225
|
+
`}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"),s=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",s),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",s),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,s;return null!=e.x?({x:o,y:s}=e):null!=i.touches&&(o=i.touches[0].clientX,s=i.touches[0].clientY),{x:o,y:s}}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()}}Gt.elementDefinitions={},Gt.styles=Xt,Yt([o({type:Boolean})],Gt.prototype,"primary",void 0),Yt([o({type:Boolean})],Gt.prototype,"secondary",void 0),Yt([o({type:Boolean})],Gt.prototype,"unbounded",void 0),Yt([o({type:Boolean})],Gt.prototype,"activated",void 0),Yt([o({type:Boolean})],Gt.prototype,"selected",void 0),Yt([o({type:Boolean})],Gt.prototype,"disabled",void 0),Yt([s()],Gt.prototype,"hovered",void 0),Yt([s()],Gt.prototype,"focused",void 0),Yt([s()],Gt.prototype,"pressed",void 0),Yt([s()],Gt.prototype,"rippling",void 0),Yt([s()],Gt.prototype,"rippleSize",void 0),Yt([s()],Gt.prototype,"originX",void 0),Yt([s()],Gt.prototype,"originY",void 0),Yt([r(".ft-ripple")],Gt.prototype,"ripple",void 0),Yt([r(".ft-ripple--effect")],Gt.prototype,"rippleEffect",void 0),h("ft-ripple")(Gt);
|
|
227
226
|
/**
|
|
228
227
|
* @license
|
|
229
228
|
* Copyright 2020 Google LLC
|
|
230
229
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
231
230
|
*/
|
|
232
|
-
const
|
|
231
|
+
const Qt=Symbol.for(""),te=t=>{if((null==t?void 0:t.r)===Qt)return null==t?void 0:t._$litStatic$},ee=t=>({_$litStatic$:t,r:Qt}),ie=new Map,oe=(t=>(e,...i)=>{const o=i.length;let s,n;const r=[],a=[];let l,h=0,p=!1;for(;h<o;){for(l=e[h];h<o&&void 0!==(n=i[h],s=te(n));)l+=s+e[++h],p=!0;a.push(n),r.push(l),h++}if(h===o&&r.push(e[o]),p){const t=r.join("$$lit$$");void 0===(e=ie.get(t))&&(r.raw=r,ie.set(t,e=r)),i=a}return t(e,...i)})(V);var se;!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"}(se||(se={}));const ne=yt.extend("--ft-typography-font-family",vt.titleFont),re=yt.extend("--ft-typography-font-family",vt.contentFont),ae={fontFamily:re,fontSize:yt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:yt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:yt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:yt.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:yt.create("--ft-typography-text-transform","UNKNOWN","inherit")},le=yt.extend("--ft-typography-title-font-family",ne),he=yt.extend("--ft-typography-title-font-size",ae.fontSize,"20px"),pe=yt.extend("--ft-typography-title-font-weight",ae.fontWeight,"normal"),ce=yt.extend("--ft-typography-title-letter-spacing",ae.letterSpacing,"0.15px"),fe=yt.extend("--ft-typography-title-line-height",ae.lineHeight,"1.2"),de=yt.extend("--ft-typography-title-text-transform",ae.textTransform,"inherit"),ue=yt.extend("--ft-typography-title-dense-font-family",ne),ye=yt.extend("--ft-typography-title-dense-font-size",ae.fontSize,"14px"),ve=yt.extend("--ft-typography-title-dense-font-weight",ae.fontWeight,"normal"),xe=yt.extend("--ft-typography-title-dense-letter-spacing",ae.letterSpacing,"0.105px"),be=yt.extend("--ft-typography-title-dense-line-height",ae.lineHeight,"1.7"),ge=yt.extend("--ft-typography-title-dense-text-transform",ae.textTransform,"inherit"),me=yt.extend("--ft-typography-subtitle1-font-family",re),we=yt.extend("--ft-typography-subtitle1-font-size",ae.fontSize,"16px"),$e=yt.extend("--ft-typography-subtitle1-font-weight",ae.fontWeight,"600"),Oe=yt.extend("--ft-typography-subtitle1-letter-spacing",ae.letterSpacing,"0.144px"),Se=yt.extend("--ft-typography-subtitle1-line-height",ae.lineHeight,"1.5"),ke=yt.extend("--ft-typography-subtitle1-text-transform",ae.textTransform,"inherit"),Ne=yt.extend("--ft-typography-subtitle2-font-family",re),Ce=yt.extend("--ft-typography-subtitle2-font-size",ae.fontSize,"14px"),Ee=yt.extend("--ft-typography-subtitle2-font-weight",ae.fontWeight,"normal"),Re=yt.extend("--ft-typography-subtitle2-letter-spacing",ae.letterSpacing,"0.098px"),Me=yt.extend("--ft-typography-subtitle2-line-height",ae.lineHeight,"1.7"),Ue=yt.extend("--ft-typography-subtitle2-text-transform",ae.textTransform,"inherit"),je=yt.extend("--ft-typography-body1-font-family",re),Fe=yt.extend("--ft-typography-body1-font-size",ae.fontSize,"16px"),ze=yt.extend("--ft-typography-body1-font-weight",ae.fontWeight,"normal"),Ae=yt.extend("--ft-typography-body1-letter-spacing",ae.letterSpacing,"0.496px"),Be=yt.extend("--ft-typography-body1-line-height",ae.lineHeight,"1.5"),Le=yt.extend("--ft-typography-body1-text-transform",ae.textTransform,"inherit"),Te=yt.extend("--ft-typography-body2-font-family",re),Pe=yt.extend("--ft-typography-body2-font-size",ae.fontSize,"14px"),De=yt.extend("--ft-typography-body2-font-weight",ae.fontWeight,"normal"),_e=yt.extend("--ft-typography-body2-letter-spacing",ae.letterSpacing,"0.252px"),Ie=yt.extend("--ft-typography-body2-line-height",ae.lineHeight,"1.4"),We=yt.extend("--ft-typography-body2-text-transform",ae.textTransform,"inherit"),He=yt.extend("--ft-typography-caption-font-family",re),Ke=yt.extend("--ft-typography-caption-font-size",ae.fontSize,"12px"),Ze=yt.extend("--ft-typography-caption-font-weight",ae.fontWeight,"normal"),Ve=yt.extend("--ft-typography-caption-letter-spacing",ae.letterSpacing,"0.396px"),Je=yt.extend("--ft-typography-caption-line-height",ae.lineHeight,"1.33"),qe=yt.extend("--ft-typography-caption-text-transform",ae.textTransform,"inherit"),Xe=yt.extend("--ft-typography-breadcrumb-font-family",re),Ye=yt.extend("--ft-typography-breadcrumb-font-size",ae.fontSize,"10px"),Ge=yt.extend("--ft-typography-breadcrumb-font-weight",ae.fontWeight,"normal"),Qe=yt.extend("--ft-typography-breadcrumb-letter-spacing",ae.letterSpacing,"0.33px"),ti=yt.extend("--ft-typography-breadcrumb-line-height",ae.lineHeight,"1.6"),ei=yt.extend("--ft-typography-breadcrumb-text-transform",ae.textTransform,"inherit"),ii=yt.extend("--ft-typography-overline-font-family",re),oi=yt.extend("--ft-typography-overline-font-size",ae.fontSize,"10px"),si=yt.extend("--ft-typography-overline-font-weight",ae.fontWeight,"normal"),ni=yt.extend("--ft-typography-overline-letter-spacing",ae.letterSpacing,"1.5px"),ri=yt.extend("--ft-typography-overline-line-height",ae.lineHeight,"1.6"),ai=yt.extend("--ft-typography-overline-text-transform",ae.textTransform,"uppercase"),li=yt.extend("--ft-typography-button-font-family",re),hi=yt.extend("--ft-typography-button-font-size",ae.fontSize,"14px"),pi=yt.extend("--ft-typography-button-font-weight",ae.fontWeight,"600"),ci=yt.extend("--ft-typography-button-letter-spacing",ae.letterSpacing,"1.246px"),fi=yt.extend("--ft-typography-button-line-height",ae.lineHeight,"1.15"),di=yt.extend("--ft-typography-button-text-transform",ae.textTransform,"uppercase"),ui=v`
|
|
233
232
|
.ft-typography--title {
|
|
234
|
-
font-family: ${
|
|
235
|
-
font-size: ${
|
|
236
|
-
font-weight: ${
|
|
237
|
-
letter-spacing: ${
|
|
238
|
-
line-height: ${
|
|
239
|
-
text-transform: ${
|
|
240
|
-
}
|
|
241
|
-
`,
|
|
233
|
+
font-family: ${le};
|
|
234
|
+
font-size: ${he};
|
|
235
|
+
font-weight: ${pe};
|
|
236
|
+
letter-spacing: ${ce};
|
|
237
|
+
line-height: ${fe};
|
|
238
|
+
text-transform: ${de};
|
|
239
|
+
}
|
|
240
|
+
`,yi=v`
|
|
242
241
|
.ft-typography--title-dense {
|
|
243
|
-
font-family: ${
|
|
244
|
-
font-size: ${
|
|
245
|
-
font-weight: ${
|
|
246
|
-
letter-spacing: ${
|
|
247
|
-
line-height: ${
|
|
248
|
-
text-transform: ${
|
|
249
|
-
}
|
|
250
|
-
`,
|
|
242
|
+
font-family: ${ue};
|
|
243
|
+
font-size: ${ye};
|
|
244
|
+
font-weight: ${ve};
|
|
245
|
+
letter-spacing: ${xe};
|
|
246
|
+
line-height: ${be};
|
|
247
|
+
text-transform: ${ge};
|
|
248
|
+
}
|
|
249
|
+
`,vi=v`
|
|
251
250
|
.ft-typography--subtitle1 {
|
|
252
|
-
font-family: ${
|
|
253
|
-
font-size: ${
|
|
254
|
-
font-weight: ${
|
|
255
|
-
letter-spacing: ${
|
|
256
|
-
line-height: ${
|
|
257
|
-
text-transform: ${
|
|
258
|
-
}
|
|
259
|
-
`,
|
|
251
|
+
font-family: ${me};
|
|
252
|
+
font-size: ${we};
|
|
253
|
+
font-weight: ${$e};
|
|
254
|
+
letter-spacing: ${Oe};
|
|
255
|
+
line-height: ${Se};
|
|
256
|
+
text-transform: ${ke};
|
|
257
|
+
}
|
|
258
|
+
`,xi=v`
|
|
260
259
|
.ft-typography--subtitle2 {
|
|
261
|
-
font-family: ${
|
|
262
|
-
font-size: ${
|
|
263
|
-
font-weight: ${
|
|
264
|
-
letter-spacing: ${
|
|
265
|
-
line-height: ${
|
|
266
|
-
text-transform: ${
|
|
260
|
+
font-family: ${Ne};
|
|
261
|
+
font-size: ${Ce};
|
|
262
|
+
font-weight: ${Ee};
|
|
263
|
+
letter-spacing: ${Re};
|
|
264
|
+
line-height: ${Me};
|
|
265
|
+
text-transform: ${Ue};
|
|
267
266
|
}
|
|
268
267
|
|
|
269
|
-
`,
|
|
268
|
+
`,bi=v`
|
|
270
269
|
.ft-typography--body1 {
|
|
271
|
-
font-family: ${
|
|
272
|
-
font-size: ${
|
|
273
|
-
font-weight: ${
|
|
274
|
-
letter-spacing: ${
|
|
275
|
-
line-height: ${
|
|
276
|
-
text-transform: ${
|
|
277
|
-
}
|
|
278
|
-
`,
|
|
270
|
+
font-family: ${je};
|
|
271
|
+
font-size: ${Fe};
|
|
272
|
+
font-weight: ${ze};
|
|
273
|
+
letter-spacing: ${Ae};
|
|
274
|
+
line-height: ${Be};
|
|
275
|
+
text-transform: ${Le};
|
|
276
|
+
}
|
|
277
|
+
`,gi=v`
|
|
279
278
|
.ft-typography--body2 {
|
|
280
|
-
font-family: ${
|
|
281
|
-
font-size: ${
|
|
282
|
-
font-weight: ${
|
|
283
|
-
letter-spacing: ${
|
|
284
|
-
line-height: ${
|
|
285
|
-
text-transform: ${
|
|
286
|
-
}
|
|
287
|
-
`,
|
|
279
|
+
font-family: ${Te};
|
|
280
|
+
font-size: ${Pe};
|
|
281
|
+
font-weight: ${De};
|
|
282
|
+
letter-spacing: ${_e};
|
|
283
|
+
line-height: ${Ie};
|
|
284
|
+
text-transform: ${We};
|
|
285
|
+
}
|
|
286
|
+
`,mi=v`
|
|
288
287
|
.ft-typography--caption {
|
|
289
|
-
font-family: ${
|
|
290
|
-
font-size: ${
|
|
291
|
-
font-weight: ${
|
|
292
|
-
letter-spacing: ${
|
|
293
|
-
line-height: ${
|
|
294
|
-
text-transform: ${
|
|
295
|
-
}
|
|
296
|
-
`,
|
|
288
|
+
font-family: ${He};
|
|
289
|
+
font-size: ${Ke};
|
|
290
|
+
font-weight: ${Ze};
|
|
291
|
+
letter-spacing: ${Ve};
|
|
292
|
+
line-height: ${Je};
|
|
293
|
+
text-transform: ${qe};
|
|
294
|
+
}
|
|
295
|
+
`,wi=v`
|
|
297
296
|
.ft-typography--breadcrumb {
|
|
298
|
-
font-family: ${
|
|
299
|
-
font-size: ${
|
|
300
|
-
font-weight: ${
|
|
301
|
-
letter-spacing: ${
|
|
302
|
-
line-height: ${
|
|
303
|
-
text-transform: ${
|
|
304
|
-
}
|
|
305
|
-
|
|
297
|
+
font-family: ${Xe};
|
|
298
|
+
font-size: ${Ye};
|
|
299
|
+
font-weight: ${Ge};
|
|
300
|
+
letter-spacing: ${Qe};
|
|
301
|
+
line-height: ${ti};
|
|
302
|
+
text-transform: ${ei};
|
|
303
|
+
}
|
|
304
|
+
`,$i=v`
|
|
306
305
|
.ft-typography--overline {
|
|
307
|
-
font-family: ${
|
|
308
|
-
font-size: ${
|
|
309
|
-
font-weight: ${
|
|
310
|
-
letter-spacing: ${
|
|
311
|
-
line-height: ${
|
|
312
|
-
text-transform: ${
|
|
313
|
-
}
|
|
314
|
-
`,
|
|
306
|
+
font-family: ${ii};
|
|
307
|
+
font-size: ${oi};
|
|
308
|
+
font-weight: ${si};
|
|
309
|
+
letter-spacing: ${ni};
|
|
310
|
+
line-height: ${ri};
|
|
311
|
+
text-transform: ${ai};
|
|
312
|
+
}
|
|
313
|
+
`,Oi=v`
|
|
315
314
|
.ft-typography--button {
|
|
316
|
-
font-family: ${
|
|
317
|
-
font-size: ${
|
|
318
|
-
font-weight: ${
|
|
319
|
-
letter-spacing: ${
|
|
320
|
-
line-height: ${
|
|
321
|
-
text-transform: ${
|
|
322
|
-
}
|
|
323
|
-
|
|
315
|
+
font-family: ${li};
|
|
316
|
+
font-size: ${hi};
|
|
317
|
+
font-weight: ${pi};
|
|
318
|
+
letter-spacing: ${ci};
|
|
319
|
+
line-height: ${fi};
|
|
320
|
+
text-transform: ${di};
|
|
321
|
+
}
|
|
322
|
+
`,Si=v`
|
|
324
323
|
.ft-typography {
|
|
325
324
|
vertical-align: inherit;
|
|
326
325
|
}
|
|
327
|
-
`;var
|
|
328
|
-
<${
|
|
326
|
+
`;var ki=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Ni extends wt{constructor(){super(...arguments),this.variant=se.body1}render(){return this.element?oe`
|
|
327
|
+
<${ee(this.element)}
|
|
329
328
|
class="ft-typography ft-typography--${this.variant}">
|
|
330
329
|
<slot></slot>
|
|
331
|
-
</${
|
|
332
|
-
`:
|
|
330
|
+
</${ee(this.element)}>
|
|
331
|
+
`:oe`
|
|
333
332
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
334
|
-
`}}
|
|
333
|
+
`}}Ni.styles=[ui,yi,vi,xi,bi,gi,mi,wi,$i,Oi,Si],ki([o()],Ni.prototype,"element",void 0),ki([o()],Ni.prototype,"variant",void 0),h("ft-typography")(Ni);
|
|
335
334
|
/**
|
|
336
335
|
* @license
|
|
337
336
|
* Copyright 2017 Google LLC
|
|
338
337
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
339
338
|
*/
|
|
340
|
-
class
|
|
339
|
+
class Ci extends Ct{constructor(t){if(super(t),this.it=q,t.type!==kt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===q||null==t)return this._t=void 0,this.it=t;if(t===J)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Ci.directiveName="unsafeHTML",Ci.resultType=1;const Ei=Nt(Ci);var Ri,Mi;!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=""}(Ri||(Ri={})),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=""}(Mi||(Mi={})),new Map([...["abw"].map((t=>[t,Mi.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,Mi.AUDIO])),...["avi"].map((t=>[t,Mi.AVI])),...["chm","xhs"].map((t=>[t,Mi.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,Mi.CODE])),...["csv"].map((t=>[t,Mi.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Mi.DITA])),...["epub"].map((t=>[t,Mi.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Mi.EXCEL])),...["flac"].map((t=>[t,Mi.FLAC])),...["gif"].map((t=>[t,Mi.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Mi.GZIP])),...["html","htm","xhtml"].map((t=>[t,Mi.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,Mi.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Mi.JPEG])),...["json"].map((t=>[t,Mi.JSON])),...["m4a","m4p"].map((t=>[t,Mi.M4A])),...["mov","qt"].map((t=>[t,Mi.MOV])),...["mp3"].map((t=>[t,Mi.MP3])),...["mp4","m4v"].map((t=>[t,Mi.MP4])),...["ogg","oga"].map((t=>[t,Mi.OGG])),...["pdf","ps"].map((t=>[t,Mi.PDF])),...["png"].map((t=>[t,Mi.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Mi.POWERPOINT])),...["rar"].map((t=>[t,Mi.RAR])),...["stp"].map((t=>[t,Mi.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Mi.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,Mi.VIDEO])),...["wav"].map((t=>[t,Mi.WAV])),...["wma"].map((t=>[t,Mi.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Mi.WORD])),...["xml","xsl","rdf"].map((t=>[t,Mi.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Mi.YAML])),...["zip"].map((t=>[t,Mi.ZIP]))]);const Ui=yt.create("--ft-icon-font-size","SIZE","24px"),ji=yt.extend("--ft-icon-fluid-topics-font-family",yt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),Fi=yt.extend("--ft-icon-file-format-font-family",yt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),zi=yt.extend("--ft-icon-material-font-family",yt.create("--ft-icon-font-family","UNKNOWN","Material Icons")),Ai=yt.create("--ft-icon-vertical-align","UNKNOWN","unset"),Bi=v`
|
|
341
340
|
:host {
|
|
342
341
|
display: inline-block;
|
|
343
342
|
}
|
|
344
343
|
|
|
345
344
|
:host, i.ft-icon {
|
|
346
|
-
width: ${
|
|
347
|
-
height: ${
|
|
345
|
+
width: ${Ui};
|
|
346
|
+
height: ${Ui};
|
|
348
347
|
text-align: center;
|
|
349
348
|
}
|
|
350
349
|
|
|
351
350
|
i.ft-icon {
|
|
352
|
-
font-size: ${
|
|
351
|
+
font-size: ${Ui};
|
|
353
352
|
line-height: 1;
|
|
354
353
|
font-weight: normal;
|
|
355
354
|
text-transform: none;
|
|
@@ -360,30 +359,30 @@ class ki extends kt{constructor(t){if(super(t),this.it=Z,t.type!==Ot)throw Error
|
|
|
360
359
|
text-rendering: auto;
|
|
361
360
|
-webkit-font-smoothing: antialiased;
|
|
362
361
|
-moz-osx-font-smoothing: grayscale;
|
|
363
|
-
vertical-align: ${
|
|
362
|
+
vertical-align: ${Ai};
|
|
364
363
|
}
|
|
365
364
|
|
|
366
365
|
.ft-icon--fluid-topics {
|
|
367
|
-
font-family: ${
|
|
366
|
+
font-family: ${ji}, ft-icons, fticons, sans-serif;
|
|
368
367
|
}
|
|
369
368
|
|
|
370
369
|
.ft-icon--file-format {
|
|
371
|
-
font-family: ${
|
|
370
|
+
font-family: ${Fi}, ft-mime, sans-serif;
|
|
372
371
|
}
|
|
373
372
|
|
|
374
373
|
.ft-icon--material {
|
|
375
|
-
font-family: ${
|
|
374
|
+
font-family: ${zi}, "Material Icons", sans-serif;
|
|
376
375
|
}
|
|
377
|
-
`;var
|
|
376
|
+
`;var Li,Ti=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Pi extends wt{constructor(){super(...arguments),this.variant=gt.fluid_topics,this.resolvedIcon=q}render(){const t="material"!==this.variant||this.value;return V`
|
|
378
377
|
<i class="ft-icon ${"ft-icon--"+this.variant}">
|
|
379
|
-
${
|
|
378
|
+
${Ei(this.resolvedIcon)}
|
|
380
379
|
<slot ?hidden=${t}></slot>
|
|
381
380
|
</i>
|
|
382
|
-
`}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
|
|
381
|
+
`}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 gt.file_format:this.resolvedIcon=null!==(t=Mi[i.toUpperCase()])&&void 0!==t?t:i;break;case gt.fluid_topics:this.resolvedIcon=null!==(e=Ri[i.toUpperCase()])&&void 0!==e?e:i;break;default:this.resolvedIcon=this.value||q}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>{this.resolveIcon()}))}}Pi.elementDefinitions={},Pi.styles=Bi,Ti([o()],Pi.prototype,"variant",void 0),Ti([o()],Pi.prototype,"value",void 0),Ti([s()],Pi.prototype,"resolvedIcon",void 0),Ti([r("slot")],Pi.prototype,"slottedContent",void 0),h("ft-icon")(Pi),t.FtTabsAlignment=void 0,(Li=t.FtTabsAlignment||(t.FtTabsAlignment={})).left="left",Li.right="right",Li.justify="justify";const Di={colorSurface:yt.external(vt.colorSurface,"Design system"),colorPrimary:yt.external(vt.colorPrimary,"Design system"),colorOnSurfaceMedium:yt.external(vt.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:yt.external(vt.colorOnSurfaceDisabled,"Design system")},_i=v`
|
|
383
382
|
.ft-tabs {
|
|
384
383
|
display: flex;
|
|
385
384
|
flex-direction: column;
|
|
386
|
-
background-color: ${
|
|
385
|
+
background-color: ${Di.colorSurface};
|
|
387
386
|
height: 100%;
|
|
388
387
|
}
|
|
389
388
|
|
|
@@ -423,21 +422,26 @@ class ki extends kt{constructor(t){if(super(t),this.it=Z,t.type!==Ot)throw Error
|
|
|
423
422
|
outline: none;
|
|
424
423
|
font-size: 16px;
|
|
425
424
|
line-height: 1;
|
|
426
|
-
color: ${
|
|
425
|
+
color: ${Di.colorOnSurfaceMedium};
|
|
427
426
|
}
|
|
428
427
|
|
|
429
428
|
[role='tab'][aria-selected='true'] {
|
|
430
|
-
color: ${
|
|
429
|
+
color: ${Di.colorPrimary};
|
|
431
430
|
}
|
|
432
431
|
|
|
433
432
|
[role='tab'][disabled] {
|
|
434
|
-
color: ${
|
|
433
|
+
color: ${Di.colorOnSurfaceDisabled};
|
|
435
434
|
}
|
|
436
435
|
|
|
437
|
-
.ft-tabs--align-justify [role='tab']
|
|
436
|
+
.ft-tabs--align-justify [role='tab'],
|
|
437
|
+
.ft-tabs--align-justify .ft-tabs--tab-tooltip {
|
|
438
438
|
flex-grow: 1;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
+
.ft-tabs--align-justify .ft-tabs--tab-tooltip [role='tab'] {
|
|
442
|
+
width: 100%;
|
|
443
|
+
}
|
|
444
|
+
|
|
441
445
|
[role='tab'] .ft-tabs--tab-label {
|
|
442
446
|
width: 100%;
|
|
443
447
|
white-space: nowrap;
|
|
@@ -458,7 +462,7 @@ class ki extends kt{constructor(t){if(super(t),this.it=Z,t.type!==Ot)throw Error
|
|
|
458
462
|
position: absolute;
|
|
459
463
|
height: 3px;
|
|
460
464
|
border-radius: 2px;
|
|
461
|
-
background-color: ${
|
|
465
|
+
background-color: ${Di.colorPrimary};
|
|
462
466
|
transition: width 200ms ease, left 200ms ease, top 200ms ease;
|
|
463
467
|
}
|
|
464
468
|
|
|
@@ -467,12 +471,65 @@ class ki extends kt{constructor(t){if(super(t),this.it=Z,t.type!==Ot)throw Error
|
|
|
467
471
|
flex-grow: 1;
|
|
468
472
|
overflow: auto;
|
|
469
473
|
}
|
|
470
|
-
|
|
471
|
-
|
|
474
|
+
`,Ii=yt.create("--ft-tooltip-distance","SIZE","4px"),Wi=yt.create("--ft-tooltip-color","COLOR","#FFFFFF"),Hi=yt.create("--ft-tooltip-background-color","COLOR","#666666"),Ki=yt.create("--ft-tooltip-z-index","NUMBER","1"),Zi=yt.external(vt.borderRadiusS,"Design system"),Vi=yt.create("--ft-tooltip-max-width","SIZE","150px"),Ji=v`
|
|
475
|
+
.ft-tooltip--container {
|
|
476
|
+
display: block;
|
|
477
|
+
position: relative;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.ft-tooltip--inline {
|
|
481
|
+
display: inline-block;
|
|
482
|
+
max-width: 100%;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.ft-tooltip {
|
|
486
|
+
position: absolute;
|
|
487
|
+
box-sizing: border-box;
|
|
488
|
+
overflow: hidden;
|
|
489
|
+
width: max-content;
|
|
490
|
+
max-width: ${Vi};
|
|
491
|
+
text-align: center;
|
|
492
|
+
padding: ${Ii};
|
|
493
|
+
z-index: ${Ki};
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.ft-tooltip--content {
|
|
497
|
+
padding: 4px 8px;
|
|
498
|
+
border-radius: ${Zi};
|
|
499
|
+
background-color: ${Hi};
|
|
500
|
+
color: ${Wi};
|
|
501
|
+
top: -500px;
|
|
502
|
+
left: -500px;
|
|
503
|
+
position: relative;
|
|
504
|
+
word-break: break-word;
|
|
505
|
+
}
|
|
506
|
+
`;var qi=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Xi extends wt{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.hideDebounce=new e,this.revealDebouncer=new e}render(){return V`
|
|
507
|
+
<div part="container"
|
|
508
|
+
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
509
|
+
@mouseenter=${this.onHover}
|
|
510
|
+
@mouseleave=${this.onOut}
|
|
511
|
+
@focusin=${this.onHover}
|
|
512
|
+
@focusout=${this.onOut}
|
|
513
|
+
@touchstart=${this.onTouch}>
|
|
514
|
+
<div part="tooltip" class="ft-tooltip ft-tooltip--${this.position}" ?hidden=${!this.visible}>
|
|
515
|
+
<div part="tooltip-content" class="ft-tooltip--content">
|
|
516
|
+
<slot name="text"></slot>
|
|
517
|
+
<ft-typography variant="caption" ?hidden=${!this.text}>${this.text}</ft-typography>
|
|
518
|
+
</div>
|
|
519
|
+
</div>
|
|
520
|
+
<slot></slot>
|
|
521
|
+
</div>
|
|
522
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){["visible","text"].some((e=>t.has(e)))&&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;let s=0,n=0;switch(this.position){case"top":n=-this.tooltip.clientHeight,s=o;break;case"bottom":n=e.height,s=o;break;case"left":n=i,s=-this.tooltip.clientWidth;break;case"right":n=i,s=e.width}e.left+s+this.tooltip.clientWidth>window.innerWidth&&(s=window.innerWidth-this.tooltip.clientWidth-e.left),e.left+s<0&&(s=0);const r=this.tooltip.style;r.left=s+"px",r.top=n+"px",r.maxWidth=`max(${e.width}px, ${Vi})`}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())}}Xi.elementDefinitions={"ft-typography":Ni},Xi.styles=Ji,qi([o()],Xi.prototype,"text",void 0),qi([o({type:Boolean})],Xi.prototype,"manual",void 0),qi([o({type:Boolean})],Xi.prototype,"inline",void 0),qi([o({type:Number})],Xi.prototype,"delay",void 0),qi([o()],Xi.prototype,"position",void 0),qi([
|
|
523
|
+
/**
|
|
524
|
+
* @license
|
|
525
|
+
* Copyright 2017 Google LLC
|
|
526
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
527
|
+
*/
|
|
528
|
+
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 s="slot"+(e?`[name=${e}]`:":not([name])"),n=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(s),r=null!=n?l(n,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)],Xi.prototype,"slotNodes",void 0),qi([r(".ft-tooltip--container")],Xi.prototype,"container",void 0),qi([r("slot")],Xi.prototype,"target",void 0),qi([r(".ft-tooltip")],Xi.prototype,"tooltip",void 0),qi([r(".ft-tooltip--content")],Xi.prototype,"tooltipContent",void 0),qi([s()],Xi.prototype,"visible",void 0),h("ft-tooltip")(Xi);var Yi=function(t,e,i,o){for(var s,n=arguments.length,r=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(r=(n<3?s(r):n>3?s(e,i,r):s(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Gi extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class Qi extends wt{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new e(20),this.scheduleRequestUpdate=()=>this.updateDebouncer.run((()=>this.requestUpdate())),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){const t={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense};return V`
|
|
529
|
+
<div class="${Bt(t)}" part="container">
|
|
472
530
|
<div class="ft-tabs--align-${this.alignTabs}" role="tablist" part="tablist">
|
|
473
|
-
${
|
|
474
|
-
<button class="${
|
|
475
|
-
title="${t.label}"
|
|
531
|
+
${At(this.ftTabs,((t,e)=>this.addTooltipIfNecessary(t,V`
|
|
532
|
+
<button class="${Bt({"ft-tabs--tab-with-icon":!!t.icon,"ft-tabs--tab-with-label":!!t.label})}"
|
|
476
533
|
?disabled=${t.disabled}
|
|
477
534
|
@click=${()=>this.activeIndex=e}
|
|
478
535
|
role="tab"
|
|
@@ -489,15 +546,22 @@ class ki extends kt{constructor(t){if(super(t),this.it=Z,t.type!==Ot)throw Error
|
|
|
489
546
|
</ft-icon>
|
|
490
547
|
<ft-typography class="ft-tabs--tab-label"
|
|
491
548
|
part="tab-label"
|
|
492
|
-
variant="${
|
|
549
|
+
variant="${se.body2}">
|
|
493
550
|
${t.label}
|
|
494
551
|
</ft-typography>
|
|
495
552
|
</button>
|
|
496
|
-
`))}
|
|
553
|
+
`)))}
|
|
497
554
|
<div class="ft-tabs--active-tab-indicator" part="active-tab-indicator"></div>
|
|
498
555
|
</div>
|
|
499
556
|
<div class="ft-tabs--content" part="content">
|
|
500
557
|
<slot @slotchange=${this.onContentChange}></slot>
|
|
501
558
|
</div>
|
|
502
559
|
</div>
|
|
503
|
-
`}onContentChange(t){const e=t.composedPath()[0];this.ftTabs=e.assignedElements().map((t=>t)),this.ftTabs.forEach((t=>{t.removeEventListener("updated",this.scheduleRequestUpdate),t.addEventListener("updated",this.scheduleRequestUpdate)})),this.updateTabs()}updated(t){super.updated(t),(t.has("tabs")||t.has("activeIndex"))&&this.updateTabs(),t.has("activeIndex")&&this.dispatchEvent(new
|
|
560
|
+
`}onContentChange(t){const e=t.composedPath()[0];this.ftTabs=e.assignedElements().map((t=>t)),this.ftTabs.forEach((t=>{t.removeEventListener("updated",this.scheduleRequestUpdate),t.addEventListener("updated",this.scheduleRequestUpdate)})),this.updateTabs()}updated(t){super.updated(t),(t.has("tabs")||t.has("activeIndex"))&&this.updateTabs(),t.has("activeIndex")&&this.dispatchEvent(new Gi(this.activeIndex))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){var t,e,i,o,s,n,r;if(this.activeTabIndicator){const a=null!==(e=null===(t=this.activeTab)||void 0===t?void 0:t.closest(".ft-tabs--tab-tooltip"))&&void 0!==e?e:this.activeTab;this.activeTabIndicator.style.width=(null!==(i=null==a?void 0:a.clientWidth)&&void 0!==i?i:0)+"px",this.activeTabIndicator.style.left=(null!==(o=null==a?void 0:a.offsetLeft)&&void 0!==o?o:0)+"px",this.contentBefore?this.activeTabIndicator.style.top=(null!==(s=null==a?void 0:a.offsetTop)&&void 0!==s?s:0)+"px":this.activeTabIndicator.style.top=(null!==(n=null==a?void 0:a.offsetTop)&&void 0!==n?n:0)+(null!==(r=null==a?void 0:a.clientHeight)&&void 0!==r?r:0)-this.activeTabIndicator.clientHeight+"px"}}updateTabs(){this.ftTabs.forEach(((t,e)=>{t.active=e==this.activeIndex}))}addTooltipIfNecessary(t,e){return this.dense&&t.label&&t.icon?V`
|
|
561
|
+
<ft-tooltip class="ft-tabs--tab-tooltip"
|
|
562
|
+
part="tab-tooltip"
|
|
563
|
+
text="${t.label}"
|
|
564
|
+
position="${this.contentBefore?"top":"bottom"}">
|
|
565
|
+
${e}
|
|
566
|
+
</ft-tooltip>
|
|
567
|
+
`:e}}Qi.elementDefinitions={"ft-tab":Ot,"ft-ripple":Gt,"ft-tooltip":Xi,"ft-typography":Ni,"ft-icon":Pi},Qi.styles=_i,Yi([o({type:Boolean})],Qi.prototype,"dense",void 0),Yi([o({type:Boolean})],Qi.prototype,"contentBefore",void 0),Yi([o()],Qi.prototype,"alignTabs",void 0),Yi([s()],Qi.prototype,"ftTabs",void 0),Yi([r("[role='tablist']")],Qi.prototype,"tabsContainer",void 0),Yi([r("[aria-selected='true']")],Qi.prototype,"activeTab",void 0),Yi([r(".ft-tabs--active-tab-indicator")],Qi.prototype,"activeTabIndicator",void 0),Yi([o({type:Number,reflect:!0})],Qi.prototype,"activeIndex",void 0);h("ft-tab")(Ot),h("ft-tabs")(Qi),t.FtTab=Ot,t.FtTabCssVariables={},t.FtTabs=Qi,t.FtTabsCssVariables=Di,t.IndexChangeEvent=Gi,t.styles=_i,Object.defineProperty(t,"i",{value:!0})}({});
|