@fluid-topics/ft-collapsible 0.3.56 → 0.3.58
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.light.js +4 -4
- package/build/ft-collapsible.min.js +170 -170
- package/package.json +4 -4
|
@@ -385,12 +385,12 @@ const J=Symbol.for(""),Q=t=>{if((null==t?void 0:t.r)===J)return null==t?void 0:t
|
|
|
385
385
|
.ft-icon--material {
|
|
386
386
|
font-family: ${Ei.materialFontFamily}, "Material Icons", sans-serif;
|
|
387
387
|
}
|
|
388
|
-
`;var Ri;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ri||(Ri={}));var Mi=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class Ui extends i.FtLitElement{constructor(){super(...arguments),this.
|
|
389
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
388
|
+
`;var Ri;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ri||(Ri={}));var Mi=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class Ui extends i.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){var t;const i=null!==(t=this.variant)&&void 0!==t?t:Ri.fluid_topics,o="material"!==i||this.value;return e.html`
|
|
389
|
+
<i class="ft-icon ${"ft-icon--"+i}">
|
|
390
390
|
${s.unsafeHTML(this.resolvedIcon)}
|
|
391
|
-
<slot ?hidden=${
|
|
391
|
+
<slot ?hidden=${o}></slot>
|
|
392
392
|
</i>
|
|
393
|
-
`}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}update(t){super.update(t),["value","variant"].some((i=>t.has(i)))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.textContent;switch(this.variant){case Ri.file_format:this.resolvedIcon=null!==(t=_i[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Ri.
|
|
393
|
+
`}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}update(t){super.update(t),["value","variant"].some((i=>t.has(i)))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.textContent;switch(this.variant){case Ri.file_format:this.resolvedIcon=null!==(t=_i[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Ri.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(i=Ai[o.replace("-","_").toUpperCase()])&&void 0!==i?i:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Ui.elementDefinitions={},Ui.styles=Fi,Mi([o.property()],Ui.prototype,"variant",void 0),Mi([o.property()],Ui.prototype,"value",void 0),Mi([o.state()],Ui.prototype,"resolvedIcon",void 0),Mi([o.query("slot")],Ui.prototype,"slottedContent",void 0),i.customElement("ft-icon")(Ui);const Wi=i.FtCssVariableFactory.extend("--ft-button-color",i.designSystemVariables.colorPrimary),Hi={backgroundColor:i.FtCssVariableFactory.extend("--ft-button-background-color",i.designSystemVariables.colorSurface),borderRadius:i.FtCssVariableFactory.extend("--ft-button-border-radius",i.designSystemVariables.borderRadiusL),color:Wi,fontSize:i.FtCssVariableFactory.extend("--ft-button-font-size",li.fontSize),iconSize:i.FtCssVariableFactory.create("--ft-button-icon-size","SIZE","24px"),rippleColor:i.FtCssVariableFactory.extend("--ft-button-ripple-color",Wi),opacityDisabled:i.FtCssVariableFactory.external(i.designSystemVariables.colorOpacityDisabled,"Design system")},Zi=i.FtCssVariableFactory.extend("--ft-button-primary-color",i.FtCssVariableFactory.extend("--ft-button-color",i.designSystemVariables.colorOnPrimary)),Di={backgroundColor:i.FtCssVariableFactory.extend("--ft-button-primary-background-color",i.FtCssVariableFactory.extend("--ft-button-background-color",i.designSystemVariables.colorPrimary)),color:Zi,rippleColor:i.FtCssVariableFactory.extend("--ft-button-primary-ripple-color",Zi)},Li=i.FtCssVariableFactory.extend("--ft-button-dense-border-radius",i.FtCssVariableFactory.extend("--ft-button-border-radius",i.designSystemVariables.borderRadiusM)),Gi=[i.noTextSelect,e.css`
|
|
394
394
|
:host {
|
|
395
395
|
display: inline-block;
|
|
396
396
|
max-width: 100%;
|
|
@@ -14,12 +14,12 @@
|
|
|
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,
|
|
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 h={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,h),this._definitionsByClass.set(n,h);let p=i.call(o,t);p||(p=c(t),e.call(o,t,p)),this===window.customElements&&(r.set(n,h),h.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)s.delete(t),u(t,h,!0)}const v=this._whenDefinedPromises.get(t);return void 0!==v&&(v.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){y.push(this),o.upgrade.apply(o,arguments),y.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 h=t=>t===document||t instanceof ShadowRoot,p=t=>{let e=t.getRootNode();if(!h(e)){const t=y[y.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,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)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=v.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const x=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){y.push(this),i.set.call(this,t),y.pop()}})};if(x(Element,"innerHTML"),x(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(Oi){const t=window.customElements.define;window.customElements.define=(e,i,o)=>{try{t.bind(window.customElements)(e,i,o)}catch(t){console.info(e,i,o,t)}}}class e{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const i=[...this.callbacks];this.callbacks=[];const o=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of i)try{await t()}catch(t){return void o(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
21
21
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
-
*/const
|
|
22
|
+
*/const i=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(i){i.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(i){i.createProperty(e.key,t)}};function o(t){return(e,o)=>void 0!==o?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,o):i(t,e)
|
|
23
23
|
/**
|
|
24
24
|
* @license
|
|
25
25
|
* Copyright 2017 Google LLC
|
|
@@ -29,49 +29,49 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,i=window.cust
|
|
|
29
29
|
* @license
|
|
30
30
|
* Copyright 2017 Google LLC
|
|
31
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
|
-
*/const s=({finisher:t,descriptor:
|
|
32
|
+
*/const s=({finisher:t,descriptor:e})=>(i,o)=>{var n;if(void 0===o){const o=null!==(n=i.originalKey)&&void 0!==n?n:i.key,s=null!=e?{kind:"method",placement:"prototype",key:o,descriptor:e(i.key)}:{...i,key:o};return null!=t&&(s.finisher=function(e){t(e,o)}),s}{const n=i.constructor;void 0!==e&&Object.defineProperty(i,o,e(o)),null==t||t(n,o)}}
|
|
33
33
|
/**
|
|
34
34
|
* @license
|
|
35
35
|
* Copyright 2017 Google LLC
|
|
36
36
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
37
|
-
*/;function r(t,
|
|
37
|
+
*/;function r(t,e){return s({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}})}
|
|
38
38
|
/**
|
|
39
39
|
* @license
|
|
40
40
|
* Copyright 2021 Google LLC
|
|
41
41
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
42
|
-
*/var a;const l=null!=(null===(a=window.HTMLSlotElement)||void 0===a?void 0:a.prototype.assignedElements)?(t,
|
|
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));function h(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var i,o,n;if(Array.isArray(t)){if((i=t.length)!=e.length)return!1;for(o=i;0!=o--;)if(!h(t[o],e[o]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;for(o of t.entries())if(!h(o[1],e.get(o[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((i=(n=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(o=i;0!=o--;)if(!Object.prototype.hasOwnProperty.call(e,n[o]))return!1;for(o=i;0!=o--;){var s=n[o];if(!h(t[s],e[s]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}const p=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function c(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!h(t,e),...null!=e?e:{}})}
|
|
43
43
|
/**
|
|
44
44
|
* @license
|
|
45
45
|
* Copyright 2019 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
-
*/const
|
|
47
|
+
*/const f=window,d=f.ShadowRoot&&(void 0===f.ShadyCSS||f.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,u=Symbol(),v=new WeakMap;class y{constructor(t,e,i){if(this._$cssResult$=!0,i!==u)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(d&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=v.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&v.set(e,t))}return t}toString(){return this.cssText}}const b=t=>new y("string"==typeof t?t:t+"",void 0,u),x=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new y(i,t,u)},g=(t,e)=>{d?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=f.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},m=d?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return b(e)})(t):t
|
|
48
48
|
/**
|
|
49
49
|
* @license
|
|
50
50
|
* Copyright 2017 Google LLC
|
|
51
51
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
52
|
-
*/;var
|
|
52
|
+
*/;var w;const $=window,O=$.trustedTypes,S=O?O.emptyScript:"",k=$.reactiveElementPolyfillSupport,C={toAttribute(t,e){switch(e){case Boolean:t=t?S: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}},N=(t,e)=>e!==t&&(e==e||t==t),E={attribute:!0,type:String,converter:C,reflect:!1,hasChanged:N};class R 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=E){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)||E}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(m(t))}else void 0!==t&&e.push(m(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 g(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=E){var o;const n=this.constructor._$Ep(t,i);if(void 0!==n&&!0===i.reflect){const s=(void 0!==(null===(o=i.converter)||void 0===o?void 0:o.toAttribute)?i.converter:C).toAttribute(e,i.type);this._$El=t,null==s?this.removeAttribute(n):this.setAttribute(n,s),this._$El=null}}_$AK(t,e){var i;const o=this.constructor,n=o._$Ev.get(t);if(void 0!==n&&this._$El!==n){const t=o.getPropertyOptions(n),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:C;this._$El=n,this[n]=s.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||N)(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){}}
|
|
53
53
|
/**
|
|
54
54
|
* @license
|
|
55
55
|
* Copyright 2017 Google LLC
|
|
56
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
57
|
*/
|
|
58
|
-
var R
|
|
58
|
+
var M;R.finalized=!0,R.elementProperties=new Map,R.elementStyles=[],R.shadowRootOptions={mode:"open"},null==k||k({ReactiveElement:R}),(null!==(w=$.reactiveElementVersions)&&void 0!==w?w:$.reactiveElementVersions=[]).push("1.4.1");const z=window,U=z.trustedTypes,j=U?U.createPolicy("lit-html",{createHTML:t=>t}):void 0,F=`lit$${(Math.random()+"").slice(9)}$`,B="?"+F,T=`<${B}>`,A=document,L=(t="")=>A.createComment(t),P=t=>null===t||"object"!=typeof t&&"function"!=typeof t,_=Array.isArray,I=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,D=/-->/g,W=/>/g,H=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),K=/'/g,Z=/"/g,V=/^(?:script|style|textarea|title)$/i,J=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),q=Symbol.for("lit-noChange"),X=Symbol.for("lit-nothing"),G=new WeakMap,Y=A.createTreeWalker(A,129,null,!1),Q=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=I;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===I?"!--"===l[1]?r=D:void 0!==l[1]?r=W:void 0!==l[2]?(V.test(l[2])&&(n=RegExp("</"+l[2],"g")),r=H):void 0!==l[3]&&(r=H):r===H?">"===l[0]?(r=null!=n?n:I,h=-1):void 0===l[1]?h=-2:(h=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?H:'"'===l[3]?Z:K):r===Z||r===K?r=H:r===D||r===W?r=I:(r=H,n=void 0);const c=r===H&&t[e+1].startsWith("/>")?" ":"";s+=r===I?i+T:h>=0?(o.push(a),i.slice(0,h)+"$lit$"+i.slice(h)+F+c):i+F+(-2===h?(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!==j?j.createHTML(a):a,o]};class tt{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,s=0;const r=t.length-1,a=this.parts,[l,h]=Q(t,e);if(this.el=tt.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(F)){const i=h[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(F),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?st:"?"===e[1]?at:"@"===e[1]?lt:nt})}else a.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(V.test(o.tagName)){const t=o.textContent.split(F),e=t.length-1;if(e>0){o.textContent=U?U.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],L()),Y.nextNode(),a.push({type:2,index:++n});o.append(t[e],L())}}}else if(8===o.nodeType)if(o.data===B)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(F,t+1));)a.push({type:7,index:n}),t+=F.length-1}n++}}static createElement(t,e){const i=A.createElement("template");return i.innerHTML=t,i}}function et(t,e,i=t,o){var n,s,r,a;if(e===q)return e;let l=void 0!==o?null===(n=i._$Co)||void 0===n?void 0:n[o]:i._$Cl;const h=P(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.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=et(t,l._$AS(t,e.values),l,o)),e}class it{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,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:A).importNode(i,!0);Y.currentNode=n;let s=Y.nextNode(),r=0,a=0,l=o[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new ot(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new ht(s,this,t)),this.u.push(e),l=o[++a]}r!==(null==l?void 0:l.index)&&(s=Y.nextNode(),r++)}return n}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 ot{constructor(t,e,i,o){var n;this.type=2,this._$AH=X,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cm=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._$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=et(this,t,e),P(t)?t===X||null==t||""===t?(this._$AH!==X&&this._$AR(),this._$AH=X):t!==this._$AH&&t!==q&&this.g(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>_(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(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!==X&&P(this._$AH)?this._$AA.nextSibling.data=t:this.T(A.createTextNode(t)),this._$AH=t}$(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=tt.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.p(i);else{const t=new it(n,this),e=t.v(this.options);t.p(i),this.T(e),this._$AH=t}}_$AC(t){let e=G.get(t.strings);return void 0===e&&G.set(t.strings,e=new tt(t)),e}k(t){_(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 ot(this.O(L()),this.O(L()),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._$Cm=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class nt{constructor(t,e,i,o,n){this.type=1,this._$AH=X,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=X}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=et(this,t,e,0),s=!P(t)||t!==this._$AH&&t!==q,s&&(this._$AH=t);else{const o=t;let r,a;for(t=n[0],r=0;r<n.length-1;r++)a=et(this,o[i+r],e,r),a===q&&(a=this._$AH[r]),s||(s=!P(a)||a!==this._$AH[r]),a===X?t=X:t!==X&&(t+=(null!=a?a:"")+n[r+1]),this._$AH[r]=a}s&&!o&&this.j(t)}j(t){t===X?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class st extends nt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===X?void 0:t}}const rt=U?U.emptyScript:"";class at extends nt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==X?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class lt extends nt{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=et(this,t,e,0))&&void 0!==i?i:X)===q)return;const o=this._$AH,n=t===X&&o!==X||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==X&&(o===X||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 ht{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){et(this,t)}}const pt=z.litHtmlPolyfillSupport;null==pt||pt(tt,ot),(null!==(M=z.litHtmlVersions)&&void 0!==M?M:z.litHtmlVersions=[]).push("2.4.0");
|
|
59
59
|
/**
|
|
60
60
|
* @license
|
|
61
61
|
* Copyright 2017 Google LLC
|
|
62
62
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
63
63
|
*/
|
|
64
|
-
var
|
|
64
|
+
var ct,ft;class dt extends R{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,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 ot(e.insertBefore(L(),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 q}}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 vt{static create(t,e,i){let o=t=>b(null!=t?t:i),n=x`var(${b(t)}, ${o(i)})`;return n.name=t,n.category=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>x`var(${b(t)}, ${o(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),n=x`var(${b(t)}, ${o(i)})`;return n.name=t,n.category=e.category,n.fallbackVariable=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>x`var(${b(t)}, ${o(e)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>i,n}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):b(null!=e?e:t.defaultValue),o=x`var(${b(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>x`var(${b(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}function yt(t,e){return b(`${t.name}: ${e}`)}const bt={colorPrimary:vt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:vt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:vt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:vt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:vt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:vt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:vt.create("--ft-color-error","COLOR","#B00020"),colorOutline:vt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:vt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:vt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:vt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:vt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:vt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:vt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:vt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:vt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:vt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:vt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:vt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:vt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:vt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:vt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:vt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:vt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:vt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:vt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:vt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:vt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:vt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:vt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:vt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:vt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:vt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:vt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:vt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:vt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:vt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:vt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:vt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:vt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:vt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:vt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:vt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:vt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:vt.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:vt.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:vt.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:vt.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:vt.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:vt.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:vt.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:vt.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:vt.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:vt.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:vt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:vt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:vt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:vt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:vt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:vt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:vt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:vt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
|
|
65
65
|
/**
|
|
66
66
|
* @license
|
|
67
67
|
* Copyright 2021 Google LLC
|
|
68
68
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
69
|
-
*/var
|
|
70
|
-
${t.map((t=>
|
|
69
|
+
*/var xt=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 gt 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 n=this.renderOptions.creationScope=this.attachShadow({...o,customElements:t.registry});return g(n,this.constructor.elementStyles),n}}}(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]),J`
|
|
70
|
+
${t.map((t=>J`
|
|
71
71
|
<style>${t}</style>
|
|
72
72
|
`))}
|
|
73
73
|
${this.getTemplate()}
|
|
74
|
-
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var i
|
|
74
|
+
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this.exportpartsDebouncer.run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,n,s,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!==(n=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==n?n:[],i=null!==(r=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.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(", "))}}xt([o()],gt.prototype,"exportpartsPrefix",void 0),xt([c([])],gt.prototype,"exportpartsPrefixes",void 0),xt([o()],gt.prototype,"customStylesheet",void 0);const mt=x`
|
|
75
75
|
.ft-no-text-select {
|
|
76
76
|
-webkit-touch-callout: none;
|
|
77
77
|
-webkit-user-select: none;
|
|
@@ -80,7 +80,7 @@ var pt,ct;class dt extends E{constructor(){super(...arguments),this.renderOption
|
|
|
80
80
|
-ms-user-select: none;
|
|
81
81
|
user-select: none;
|
|
82
82
|
}
|
|
83
|
-
`;
|
|
83
|
+
`;x`
|
|
84
84
|
.ft-word-wrap {
|
|
85
85
|
white-space: normal;
|
|
86
86
|
word-wrap: break-word;
|
|
@@ -92,7 +92,7 @@ var pt,ct;class dt extends E{constructor(){super(...arguments),this.renderOption
|
|
|
92
92
|
-webkit-hyphens: auto;
|
|
93
93
|
hyphens: auto
|
|
94
94
|
}
|
|
95
|
-
`;const
|
|
95
|
+
`;const wt=x`
|
|
96
96
|
.ft-safari-ellipsis-fix {
|
|
97
97
|
margin-right: 0;
|
|
98
98
|
|
|
@@ -103,17 +103,17 @@ var pt,ct;class dt extends E{constructor(){super(...arguments),this.renderOption
|
|
|
103
103
|
display: inline-block;
|
|
104
104
|
width: 0;
|
|
105
105
|
}
|
|
106
|
-
`;var
|
|
106
|
+
`;var $t,Ot,St;const kt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(St=null===(Ot=null===($t=window.safari)||void 0===$t?void 0:$t.pushNotification)||void 0===Ot?void 0:Ot.toString())&&void 0!==St?St:""),Ct=1,Nt=2,Et=t=>(...e)=>({_$litDirective$:t,values:e});
|
|
107
107
|
/**
|
|
108
108
|
* @license
|
|
109
109
|
* Copyright 2017 Google LLC
|
|
110
110
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
111
|
-
*/class
|
|
111
|
+
*/class Rt{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)}}
|
|
112
112
|
/**
|
|
113
113
|
* @license
|
|
114
114
|
* Copyright 2018 Google LLC
|
|
115
115
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
116
|
-
*/const
|
|
116
|
+
*/const Mt=Et(class extends Rt{constructor(t){var e;if(super(t),t.type!==Ct||"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 n=t.element.classList;this.nt.forEach((t=>{t in e||(n.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?(n.add(t),this.nt.add(t)):(n.remove(t),this.nt.delete(t)))}return q}}),zt=vt.extend("--ft-ripple-color",bt.colorContent),Ut={color:zt,backgroundColor:vt.extend("--ft-ripple-background-color",zt),opacityContentOnSurfacePressed:vt.external(bt.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:vt.external(bt.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:vt.external(bt.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:vt.external(bt.opacityContentOnSurfaceSelected,"Design system")},jt=vt.extend("--ft-ripple-color",bt.colorPrimary),Ft=jt,Bt=vt.extend("--ft-ripple-background-color",jt),Tt=vt.extend("--ft-ripple-color",bt.colorSecondary),At=Tt,Lt=vt.extend("--ft-ripple-background-color",Tt),Pt=x`
|
|
117
117
|
:host {
|
|
118
118
|
display: contents;
|
|
119
119
|
}
|
|
@@ -135,23 +135,23 @@ var pt,ct;class dt extends E{constructor(){super(...arguments),this.renderOption
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.ft-ripple .ft-ripple--background {
|
|
138
|
-
background-color: ${
|
|
138
|
+
background-color: ${Ut.backgroundColor};
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.ft-ripple .ft-ripple--effect {
|
|
142
|
-
background-color: ${
|
|
142
|
+
background-color: ${Ut.color};
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
146
|
-
background-color: ${
|
|
146
|
+
background-color: ${Lt};
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
150
|
-
background-color: ${
|
|
150
|
+
background-color: ${At};
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
154
|
-
background-color: ${
|
|
154
|
+
background-color: ${Bt};
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
@@ -187,22 +187,22 @@ var pt,ct;class dt extends E{constructor(){super(...arguments),this.renderOption
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
190
|
-
opacity: ${
|
|
190
|
+
opacity: ${Ut.opacityContentOnSurfaceHover};
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
194
|
-
opacity: ${
|
|
194
|
+
opacity: ${Ut.opacityContentOnSurfaceSelected};
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
198
|
-
opacity: ${
|
|
198
|
+
opacity: ${Ut.opacityContentOnSurfaceFocused};
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
202
|
-
opacity: ${
|
|
202
|
+
opacity: ${Ut.opacityContentOnSurfacePressed};
|
|
203
203
|
transform: translate(-50%, -50%) scale(1);
|
|
204
204
|
}
|
|
205
|
-
`;var
|
|
205
|
+
`;var _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};class It extends gt{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.rippleSize=0,this.originX=0,this.originY=0,this.resizeObserver=new ResizeObserver((()=>this.setRippleSize())),this.debouncer=new e(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new e(10),this.moveRipple=t=>{var e,i;let{x:o,y: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 J`
|
|
206
206
|
<style>
|
|
207
207
|
.ft-ripple .ft-ripple--effect,
|
|
208
208
|
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
@@ -215,119 +215,119 @@ var pt,ct;class dt extends E{constructor(){super(...arguments),this.renderOption
|
|
|
215
215
|
top: ${this.originY}px;
|
|
216
216
|
}
|
|
217
217
|
</style>
|
|
218
|
-
<div class="${
|
|
218
|
+
<div class="${Mt(t)}">
|
|
219
219
|
<div class="ft-ripple--background"></div>
|
|
220
220
|
<div class="ft-ripple--effect"></div>
|
|
221
221
|
</div>
|
|
222
|
-
`}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 i
|
|
222
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){var e,i;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(i=this.target)||void 0===i||i.setAttribute("data-is-ft-ripple-target","true")),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>{var t;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(e),this.setRippleSize()}))}setupFor(t){if(this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},i=e("mouseup","contextmenu"),o=e("touchend","touchcancel"),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,this.target=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()}}It.elementDefinitions={},It.styles=Pt,_t([o({type:Boolean})],It.prototype,"primary",void 0),_t([o({type:Boolean})],It.prototype,"secondary",void 0),_t([o({type:Boolean})],It.prototype,"unbounded",void 0),_t([o({type:Boolean})],It.prototype,"activated",void 0),_t([o({type:Boolean})],It.prototype,"selected",void 0),_t([o({type:Boolean})],It.prototype,"disabled",void 0),_t([n()],It.prototype,"hovered",void 0),_t([n()],It.prototype,"focused",void 0),_t([n()],It.prototype,"pressed",void 0),_t([n()],It.prototype,"rippling",void 0),_t([n()],It.prototype,"rippleSize",void 0),_t([n()],It.prototype,"originX",void 0),_t([n()],It.prototype,"originY",void 0),_t([r(".ft-ripple")],It.prototype,"ripple",void 0),_t([r(".ft-ripple--effect")],It.prototype,"rippleEffect",void 0),p("ft-ripple")(It);
|
|
223
223
|
/**
|
|
224
224
|
* @license
|
|
225
225
|
* Copyright 2020 Google LLC
|
|
226
226
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
227
227
|
*/
|
|
228
|
-
const
|
|
228
|
+
const Dt=Symbol.for(""),Wt=t=>{if((null==t?void 0:t.r)===Dt)return null==t?void 0:t._$litStatic$},Ht=t=>({_$litStatic$:t,r:Dt}),Kt=new Map,Zt=(t=>(e,...i)=>{const o=i.length;let n,s;const r=[],a=[];let l,h=0,p=!1;for(;h<o;){for(l=e[h];h<o&&void 0!==(s=i[h],n=Wt(s));)l+=n+e[++h],p=!0;a.push(s),r.push(l),h++}if(h===o&&r.push(e[o]),p){const t=r.join("$$lit$$");void 0===(e=Kt.get(t))&&(r.raw=r,Kt.set(t,e=r)),i=a}return t(e,...i)})(J);var Vt;!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"}(Vt||(Vt={}));const Jt=vt.extend("--ft-typography-font-family",bt.titleFont),qt=vt.extend("--ft-typography-font-family",bt.contentFont),Xt={fontFamily:qt,fontSize:vt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:vt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:vt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:vt.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:vt.create("--ft-typography-text-transform","UNKNOWN","inherit")},Gt=vt.extend("--ft-typography-title-font-family",Jt),Yt=vt.extend("--ft-typography-title-font-size",Xt.fontSize,"20px"),Qt=vt.extend("--ft-typography-title-font-weight",Xt.fontWeight,"normal"),te=vt.extend("--ft-typography-title-letter-spacing",Xt.letterSpacing,"0.15px"),ee=vt.extend("--ft-typography-title-line-height",Xt.lineHeight,"1.2"),ie=vt.extend("--ft-typography-title-text-transform",Xt.textTransform,"inherit"),oe=vt.extend("--ft-typography-title-dense-font-family",Jt),ne=vt.extend("--ft-typography-title-dense-font-size",Xt.fontSize,"14px"),se=vt.extend("--ft-typography-title-dense-font-weight",Xt.fontWeight,"normal"),re=vt.extend("--ft-typography-title-dense-letter-spacing",Xt.letterSpacing,"0.105px"),ae=vt.extend("--ft-typography-title-dense-line-height",Xt.lineHeight,"1.7"),le=vt.extend("--ft-typography-title-dense-text-transform",Xt.textTransform,"inherit"),he=vt.extend("--ft-typography-subtitle1-font-family",qt),pe=vt.extend("--ft-typography-subtitle1-font-size",Xt.fontSize,"16px"),ce=vt.extend("--ft-typography-subtitle1-font-weight",Xt.fontWeight,"600"),fe=vt.extend("--ft-typography-subtitle1-letter-spacing",Xt.letterSpacing,"0.144px"),de=vt.extend("--ft-typography-subtitle1-line-height",Xt.lineHeight,"1.5"),ue=vt.extend("--ft-typography-subtitle1-text-transform",Xt.textTransform,"inherit"),ve=vt.extend("--ft-typography-subtitle2-font-family",qt),ye=vt.extend("--ft-typography-subtitle2-font-size",Xt.fontSize,"14px"),be=vt.extend("--ft-typography-subtitle2-font-weight",Xt.fontWeight,"normal"),xe=vt.extend("--ft-typography-subtitle2-letter-spacing",Xt.letterSpacing,"0.098px"),ge=vt.extend("--ft-typography-subtitle2-line-height",Xt.lineHeight,"1.7"),me=vt.extend("--ft-typography-subtitle2-text-transform",Xt.textTransform,"inherit"),we=vt.extend("--ft-typography-body1-font-family",qt),$e=vt.extend("--ft-typography-body1-font-size",Xt.fontSize,"16px"),Oe=vt.extend("--ft-typography-body1-font-weight",Xt.fontWeight,"normal"),Se=vt.extend("--ft-typography-body1-letter-spacing",Xt.letterSpacing,"0.496px"),ke=vt.extend("--ft-typography-body1-line-height",Xt.lineHeight,"1.5"),Ce=vt.extend("--ft-typography-body1-text-transform",Xt.textTransform,"inherit"),Ne=vt.extend("--ft-typography-body2-font-family",qt),Ee=vt.extend("--ft-typography-body2-font-size",Xt.fontSize,"14px"),Re=vt.extend("--ft-typography-body2-font-weight",Xt.fontWeight,"normal"),Me=vt.extend("--ft-typography-body2-letter-spacing",Xt.letterSpacing,"0.252px"),ze=vt.extend("--ft-typography-body2-line-height",Xt.lineHeight,"1.4"),Ue=vt.extend("--ft-typography-body2-text-transform",Xt.textTransform,"inherit"),je=vt.extend("--ft-typography-caption-font-family",qt),Fe=vt.extend("--ft-typography-caption-font-size",Xt.fontSize,"12px"),Be=vt.extend("--ft-typography-caption-font-weight",Xt.fontWeight,"normal"),Te=vt.extend("--ft-typography-caption-letter-spacing",Xt.letterSpacing,"0.396px"),Ae=vt.extend("--ft-typography-caption-line-height",Xt.lineHeight,"1.33"),Le=vt.extend("--ft-typography-caption-text-transform",Xt.textTransform,"inherit"),Pe=vt.extend("--ft-typography-breadcrumb-font-family",qt),_e=vt.extend("--ft-typography-breadcrumb-font-size",Xt.fontSize,"10px"),Ie=vt.extend("--ft-typography-breadcrumb-font-weight",Xt.fontWeight,"normal"),De=vt.extend("--ft-typography-breadcrumb-letter-spacing",Xt.letterSpacing,"0.33px"),We=vt.extend("--ft-typography-breadcrumb-line-height",Xt.lineHeight,"1.6"),He=vt.extend("--ft-typography-breadcrumb-text-transform",Xt.textTransform,"inherit"),Ke=vt.extend("--ft-typography-overline-font-family",qt),Ze=vt.extend("--ft-typography-overline-font-size",Xt.fontSize,"10px"),Ve=vt.extend("--ft-typography-overline-font-weight",Xt.fontWeight,"normal"),Je=vt.extend("--ft-typography-overline-letter-spacing",Xt.letterSpacing,"1.5px"),qe=vt.extend("--ft-typography-overline-line-height",Xt.lineHeight,"1.6"),Xe=vt.extend("--ft-typography-overline-text-transform",Xt.textTransform,"uppercase"),Ge={fontFamily:vt.extend("--ft-typography-button-font-family",qt),fontSize:vt.extend("--ft-typography-button-font-size",Xt.fontSize,"14px"),fontWeight:vt.extend("--ft-typography-button-font-weight",Xt.fontWeight,"600"),letterSpacing:vt.extend("--ft-typography-button-letter-spacing",Xt.letterSpacing,"1.246px"),lineHeight:vt.extend("--ft-typography-button-line-height",Xt.lineHeight,"1.15"),textTransform:vt.extend("--ft-typography-button-text-transform",Xt.textTransform,"uppercase")},Ye=x`
|
|
229
229
|
.ft-typography--title {
|
|
230
|
-
font-family: ${
|
|
231
|
-
font-size: ${
|
|
232
|
-
font-weight: ${
|
|
233
|
-
letter-spacing: ${
|
|
234
|
-
line-height: ${
|
|
235
|
-
text-transform: ${
|
|
236
|
-
}
|
|
237
|
-
`,
|
|
230
|
+
font-family: ${Gt};
|
|
231
|
+
font-size: ${Yt};
|
|
232
|
+
font-weight: ${Qt};
|
|
233
|
+
letter-spacing: ${te};
|
|
234
|
+
line-height: ${ee};
|
|
235
|
+
text-transform: ${ie};
|
|
236
|
+
}
|
|
237
|
+
`,Qe=x`
|
|
238
238
|
.ft-typography--title-dense {
|
|
239
|
-
font-family: ${
|
|
240
|
-
font-size: ${
|
|
241
|
-
font-weight: ${
|
|
242
|
-
letter-spacing: ${
|
|
243
|
-
line-height: ${
|
|
244
|
-
text-transform: ${
|
|
245
|
-
}
|
|
246
|
-
`,
|
|
239
|
+
font-family: ${oe};
|
|
240
|
+
font-size: ${ne};
|
|
241
|
+
font-weight: ${se};
|
|
242
|
+
letter-spacing: ${re};
|
|
243
|
+
line-height: ${ae};
|
|
244
|
+
text-transform: ${le};
|
|
245
|
+
}
|
|
246
|
+
`,ti=x`
|
|
247
247
|
.ft-typography--subtitle1 {
|
|
248
|
-
font-family: ${
|
|
249
|
-
font-size: ${
|
|
250
|
-
font-weight: ${
|
|
251
|
-
letter-spacing: ${
|
|
252
|
-
line-height: ${
|
|
253
|
-
text-transform: ${
|
|
254
|
-
}
|
|
255
|
-
`,
|
|
248
|
+
font-family: ${he};
|
|
249
|
+
font-size: ${pe};
|
|
250
|
+
font-weight: ${ce};
|
|
251
|
+
letter-spacing: ${fe};
|
|
252
|
+
line-height: ${de};
|
|
253
|
+
text-transform: ${ue};
|
|
254
|
+
}
|
|
255
|
+
`,ei=x`
|
|
256
256
|
.ft-typography--subtitle2 {
|
|
257
|
-
font-family: ${
|
|
258
|
-
font-size: ${
|
|
259
|
-
font-weight: ${
|
|
260
|
-
letter-spacing: ${
|
|
261
|
-
line-height: ${
|
|
262
|
-
text-transform: ${
|
|
257
|
+
font-family: ${ve};
|
|
258
|
+
font-size: ${ye};
|
|
259
|
+
font-weight: ${be};
|
|
260
|
+
letter-spacing: ${xe};
|
|
261
|
+
line-height: ${ge};
|
|
262
|
+
text-transform: ${me};
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
`,
|
|
265
|
+
`,ii=x`
|
|
266
266
|
.ft-typography--body1 {
|
|
267
|
-
font-family: ${
|
|
268
|
-
font-size: ${
|
|
269
|
-
font-weight: ${
|
|
270
|
-
letter-spacing: ${
|
|
271
|
-
line-height: ${
|
|
272
|
-
text-transform: ${
|
|
273
|
-
}
|
|
274
|
-
`,
|
|
267
|
+
font-family: ${we};
|
|
268
|
+
font-size: ${$e};
|
|
269
|
+
font-weight: ${Oe};
|
|
270
|
+
letter-spacing: ${Se};
|
|
271
|
+
line-height: ${ke};
|
|
272
|
+
text-transform: ${Ce};
|
|
273
|
+
}
|
|
274
|
+
`,oi=x`
|
|
275
275
|
.ft-typography--body2 {
|
|
276
|
-
font-family: ${
|
|
277
|
-
font-size: ${
|
|
278
|
-
font-weight: ${
|
|
279
|
-
letter-spacing: ${
|
|
280
|
-
line-height: ${
|
|
281
|
-
text-transform: ${
|
|
282
|
-
}
|
|
283
|
-
`,
|
|
276
|
+
font-family: ${Ne};
|
|
277
|
+
font-size: ${Ee};
|
|
278
|
+
font-weight: ${Re};
|
|
279
|
+
letter-spacing: ${Me};
|
|
280
|
+
line-height: ${ze};
|
|
281
|
+
text-transform: ${Ue};
|
|
282
|
+
}
|
|
283
|
+
`,ni=x`
|
|
284
284
|
.ft-typography--caption {
|
|
285
|
-
font-family: ${
|
|
286
|
-
font-size: ${
|
|
287
|
-
font-weight: ${
|
|
288
|
-
letter-spacing: ${
|
|
289
|
-
line-height: ${
|
|
290
|
-
text-transform: ${
|
|
291
|
-
}
|
|
292
|
-
`,
|
|
285
|
+
font-family: ${je};
|
|
286
|
+
font-size: ${Fe};
|
|
287
|
+
font-weight: ${Be};
|
|
288
|
+
letter-spacing: ${Te};
|
|
289
|
+
line-height: ${Ae};
|
|
290
|
+
text-transform: ${Le};
|
|
291
|
+
}
|
|
292
|
+
`,si=x`
|
|
293
293
|
.ft-typography--breadcrumb {
|
|
294
|
-
font-family: ${
|
|
295
|
-
font-size: ${
|
|
296
|
-
font-weight: ${
|
|
297
|
-
letter-spacing: ${
|
|
298
|
-
line-height: ${
|
|
299
|
-
text-transform: ${
|
|
300
|
-
}
|
|
301
|
-
`,
|
|
294
|
+
font-family: ${Pe};
|
|
295
|
+
font-size: ${_e};
|
|
296
|
+
font-weight: ${Ie};
|
|
297
|
+
letter-spacing: ${De};
|
|
298
|
+
line-height: ${We};
|
|
299
|
+
text-transform: ${He};
|
|
300
|
+
}
|
|
301
|
+
`,ri=x`
|
|
302
302
|
.ft-typography--overline {
|
|
303
|
-
font-family: ${
|
|
304
|
-
font-size: ${
|
|
305
|
-
font-weight: ${
|
|
306
|
-
letter-spacing: ${
|
|
307
|
-
line-height: ${
|
|
308
|
-
text-transform: ${
|
|
309
|
-
}
|
|
310
|
-
`,
|
|
303
|
+
font-family: ${Ke};
|
|
304
|
+
font-size: ${Ze};
|
|
305
|
+
font-weight: ${Ve};
|
|
306
|
+
letter-spacing: ${Je};
|
|
307
|
+
line-height: ${qe};
|
|
308
|
+
text-transform: ${Xe};
|
|
309
|
+
}
|
|
310
|
+
`,ai=x`
|
|
311
311
|
.ft-typography--button {
|
|
312
|
-
font-family: ${
|
|
313
|
-
font-size: ${
|
|
314
|
-
font-weight: ${
|
|
315
|
-
letter-spacing: ${
|
|
316
|
-
line-height: ${
|
|
317
|
-
text-transform: ${
|
|
318
|
-
}
|
|
319
|
-
`,
|
|
312
|
+
font-family: ${Ge.fontFamily};
|
|
313
|
+
font-size: ${Ge.fontSize};
|
|
314
|
+
font-weight: ${Ge.fontWeight};
|
|
315
|
+
letter-spacing: ${Ge.letterSpacing};
|
|
316
|
+
line-height: ${Ge.lineHeight};
|
|
317
|
+
text-transform: ${Ge.textTransform};
|
|
318
|
+
}
|
|
319
|
+
`,li=x`
|
|
320
320
|
.ft-typography {
|
|
321
321
|
vertical-align: inherit;
|
|
322
322
|
}
|
|
323
|
-
`;var
|
|
324
|
-
<${
|
|
323
|
+
`;var hi=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 pi extends gt{constructor(){super(...arguments),this.variant=Vt.body1}render(){return this.element?Zt`
|
|
324
|
+
<${Ht(this.element)}
|
|
325
325
|
class="ft-typography ft-typography--${this.variant}">
|
|
326
326
|
<slot></slot>
|
|
327
|
-
</${
|
|
328
|
-
`:
|
|
327
|
+
</${Ht(this.element)}>
|
|
328
|
+
`:Zt`
|
|
329
329
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
330
|
-
`}}
|
|
330
|
+
`}}pi.styles=[Ye,Qe,ti,ei,ii,oi,ni,si,ri,ai,li],hi([o()],pi.prototype,"element",void 0),hi([o()],pi.prototype,"variant",void 0),p("ft-typography")(pi);const ci=vt.create("--ft-tooltip-distance","SIZE","4px"),fi=vt.create("--ft-tooltip-color","COLOR","#FFFFFF"),di=vt.create("--ft-tooltip-background-color","COLOR","#666666"),ui=vt.create("--ft-tooltip-z-index","NUMBER","1"),vi=vt.external(bt.borderRadiusS,"Design system"),yi=vt.create("--ft-tooltip-max-width","SIZE","150px"),bi=x`
|
|
331
331
|
.ft-tooltip--container {
|
|
332
332
|
display: block;
|
|
333
333
|
position: relative;
|
|
@@ -343,23 +343,23 @@ const It=Symbol.for(""),Dt=t=>{if((null==t?void 0:t.r)===It)return null==t?void
|
|
|
343
343
|
box-sizing: border-box;
|
|
344
344
|
overflow: hidden;
|
|
345
345
|
width: max-content;
|
|
346
|
-
max-width: ${
|
|
346
|
+
max-width: ${yi};
|
|
347
347
|
text-align: center;
|
|
348
|
-
padding: ${
|
|
349
|
-
z-index: ${
|
|
348
|
+
padding: ${ci};
|
|
349
|
+
z-index: ${ui};
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
.ft-tooltip--content {
|
|
353
353
|
padding: 4px 8px;
|
|
354
|
-
border-radius: ${
|
|
355
|
-
background-color: ${
|
|
356
|
-
color: ${
|
|
354
|
+
border-radius: ${vi};
|
|
355
|
+
background-color: ${di};
|
|
356
|
+
color: ${fi};
|
|
357
357
|
top: -500px;
|
|
358
358
|
left: -500px;
|
|
359
359
|
position: relative;
|
|
360
360
|
word-break: break-word;
|
|
361
361
|
}
|
|
362
|
-
`;var
|
|
362
|
+
`;var xi=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 gi extends gt{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e,this.revealDebouncer=new e}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return J`
|
|
363
363
|
<div part="container"
|
|
364
364
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
365
365
|
@mouseenter=${this.onHover}
|
|
@@ -377,13 +377,13 @@ const It=Symbol.for(""),Dt=t=>{if((null==t?void 0:t.r)===It)return null==t?void
|
|
|
377
377
|
</div>
|
|
378
378
|
</div>
|
|
379
379
|
</div>
|
|
380
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){["visible","text"].some((
|
|
380
|
+
`}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.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();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 n=0,s=0;switch(this.validPosition){case"top":s=-this.tooltip.clientHeight,n=o;break;case"bottom":s=e.height,n=o;break;case"left":s=i,n=-this.tooltip.clientWidth;break;case"right":s=i,n=e.width}e.left+n+this.tooltip.clientWidth>window.innerWidth&&(n=window.innerWidth-this.tooltip.clientWidth-e.left),e.left+n<0&&(n=0);const r=this.tooltip.style;r.left=n+"px",r.top=s+"px",r.maxWidth=`max(${e.width}px, ${yi})`}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())}}gi.elementDefinitions={"ft-typography":pi},gi.styles=bi,xi([o()],gi.prototype,"text",void 0),xi([o({type:Boolean})],gi.prototype,"manual",void 0),xi([o({type:Boolean})],gi.prototype,"inline",void 0),xi([o({type:Number})],gi.prototype,"delay",void 0),xi([o()],gi.prototype,"position",void 0),xi([
|
|
381
381
|
/**
|
|
382
382
|
* @license
|
|
383
383
|
* Copyright 2017 Google LLC
|
|
384
384
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
385
385
|
*/
|
|
386
|
-
function(t,i
|
|
386
|
+
function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},i?function(t){const{slot:e,selector:i}=null!=t?t:{};return s({descriptor:o=>({get(){var o;const n="slot"+(e?`[name=${e}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?l(s,t):[];return i?r.filter((t=>t.matches(i))):r},enumerable:!0,configurable:!0})})}({slot:n,flatten:e,selector:i}):s({descriptor:t=>({get(){var t,e;const i="slot"+(n?`[name=${n}]`:":not([name])"),s=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(i);return null!==(e=null==s?void 0:s.assignedNodes(o))&&void 0!==e?e:[]},enumerable:!0,configurable:!0})})}("",!0)],gi.prototype,"slotNodes",void 0),xi([r(".ft-tooltip--container")],gi.prototype,"container",void 0),xi([r("slot")],gi.prototype,"target",void 0),xi([r(".ft-tooltip")],gi.prototype,"tooltip",void 0),xi([r(".ft-tooltip--content")],gi.prototype,"tooltipContent",void 0),xi([n()],gi.prototype,"visible",void 0),p("ft-tooltip")(gi);const mi={color:vt.extend("--ft-loader-color",bt.colorPrimary),size:vt.create("--ft-loader-size","SIZE","80px")},wi=x`
|
|
387
387
|
:host {
|
|
388
388
|
line-height: 0;
|
|
389
389
|
}
|
|
@@ -392,8 +392,8 @@ function(t,i,e){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:i},
|
|
|
392
392
|
display: inline-block;
|
|
393
393
|
position: relative;
|
|
394
394
|
|
|
395
|
-
width: ${
|
|
396
|
-
height: ${
|
|
395
|
+
width: ${mi.size};
|
|
396
|
+
height: ${mi.size};
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
.ft-loader div {
|
|
@@ -402,7 +402,7 @@ function(t,i,e){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:i},
|
|
|
402
402
|
width: 25%;
|
|
403
403
|
height: 25%;
|
|
404
404
|
border-radius: 50%;
|
|
405
|
-
background: ${
|
|
405
|
+
background: ${mi.color};
|
|
406
406
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
407
407
|
}
|
|
408
408
|
|
|
@@ -449,23 +449,23 @@ function(t,i,e){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:i},
|
|
|
449
449
|
transform: translate(0, 0);
|
|
450
450
|
}
|
|
451
451
|
100% {
|
|
452
|
-
transform: translate(calc(0.35 * ${
|
|
452
|
+
transform: translate(calc(0.35 * ${mi.size}), 0);
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
|
-
`;class
|
|
455
|
+
`;class $i extends gt{render(){return J`
|
|
456
456
|
<div class="ft-loader">
|
|
457
457
|
<div></div>
|
|
458
458
|
<div></div>
|
|
459
459
|
<div></div>
|
|
460
460
|
<div></div>
|
|
461
461
|
</div>
|
|
462
|
-
`}}
|
|
462
|
+
`}}$i.styles=wi,p("ft-loader")($i);
|
|
463
463
|
/**
|
|
464
464
|
* @license
|
|
465
465
|
* Copyright 2017 Google LLC
|
|
466
466
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
467
467
|
*/
|
|
468
|
-
class
|
|
468
|
+
class Oi extends Rt{constructor(t){if(super(t),this.it=X,t.type!==Nt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===X||null==t)return this._t=void 0,this.it=t;if(t===q)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:[]}}}Oi.directiveName="unsafeHTML",Oi.resultType=1;const Si=Et(Oi);var ki,Ci;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL=""}(ki||(ki={})),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=""}(Ci||(Ci={})),new Map([...["abw"].map((t=>[t,Ci.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,Ci.AUDIO])),...["avi"].map((t=>[t,Ci.AVI])),...["chm","xhs"].map((t=>[t,Ci.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,Ci.CODE])),...["csv"].map((t=>[t,Ci.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Ci.DITA])),...["epub"].map((t=>[t,Ci.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Ci.EXCEL])),...["flac"].map((t=>[t,Ci.FLAC])),...["gif"].map((t=>[t,Ci.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Ci.GZIP])),...["html","htm","xhtml"].map((t=>[t,Ci.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,Ci.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Ci.JPEG])),...["json"].map((t=>[t,Ci.JSON])),...["m4a","m4p"].map((t=>[t,Ci.M4A])),...["mov","qt"].map((t=>[t,Ci.MOV])),...["mp3"].map((t=>[t,Ci.MP3])),...["mp4","m4v"].map((t=>[t,Ci.MP4])),...["ogg","oga"].map((t=>[t,Ci.OGG])),...["pdf","ps"].map((t=>[t,Ci.PDF])),...["png"].map((t=>[t,Ci.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Ci.POWERPOINT])),...["rar"].map((t=>[t,Ci.RAR])),...["stp"].map((t=>[t,Ci.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Ci.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,Ci.VIDEO])),...["wav"].map((t=>[t,Ci.WAV])),...["wma"].map((t=>[t,Ci.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Ci.WORD])),...["xml","xsl","rdf"].map((t=>[t,Ci.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Ci.YAML])),...["zip"].map((t=>[t,Ci.ZIP]))]);const Ni={size:vt.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:vt.extend("--ft-icon-fluid-topics-font-family",vt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:vt.extend("--ft-icon-file-format-font-family",vt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:vt.extend("--ft-icon-material-font-family",vt.create("--ft-icon-font-family","UNKNOWN","Material Icons")),verticalAlign:vt.create("--ft-icon-vertical-align","UNKNOWN","unset")},Ei=x`
|
|
469
469
|
:host, i.ft-icon {
|
|
470
470
|
display: inline-flex;
|
|
471
471
|
align-items: center;
|
|
@@ -474,14 +474,14 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
:host {
|
|
477
|
-
width: ${
|
|
478
|
-
height: ${
|
|
477
|
+
width: ${Ni.size};
|
|
478
|
+
height: ${Ni.size};
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
i.ft-icon {
|
|
482
482
|
width: 100%;
|
|
483
483
|
height: 100%;
|
|
484
|
-
font-size: ${
|
|
484
|
+
font-size: ${Ni.size};
|
|
485
485
|
line-height: 1;
|
|
486
486
|
font-weight: normal;
|
|
487
487
|
text-transform: none;
|
|
@@ -492,32 +492,32 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
492
492
|
text-rendering: auto;
|
|
493
493
|
-webkit-font-smoothing: antialiased;
|
|
494
494
|
-moz-osx-font-smoothing: grayscale;
|
|
495
|
-
vertical-align: ${
|
|
495
|
+
vertical-align: ${Ni.verticalAlign};
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
i.ft-icon.ft-icon--fluid-topics {
|
|
499
|
-
font-family: ${
|
|
499
|
+
font-family: ${Ni.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
500
500
|
|
|
501
501
|
/* Ugly fix because font is broken */
|
|
502
|
-
font-size: calc(0.9 * ${
|
|
502
|
+
font-size: calc(0.9 * ${Ni.size});
|
|
503
503
|
position: relative;
|
|
504
504
|
top: -5%;
|
|
505
505
|
justify-content: center;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
.ft-icon--file-format {
|
|
509
|
-
font-family: ${
|
|
509
|
+
font-family: ${Ni.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
.ft-icon--material {
|
|
513
|
-
font-family: ${
|
|
513
|
+
font-family: ${Ni.materialFontFamily}, "Material Icons", sans-serif;
|
|
514
514
|
}
|
|
515
|
-
`;var
|
|
516
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
517
|
-
${
|
|
518
|
-
<slot ?hidden=${
|
|
515
|
+
`;var Ri;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ri||(Ri={}));var Mi=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 zi extends gt{constructor(){super(...arguments),this.resolvedIcon=X}render(){var t;const e=null!==(t=this.variant)&&void 0!==t?t:Ri.fluid_topics,i="material"!==e||this.value;return J`
|
|
516
|
+
<i class="ft-icon ${"ft-icon--"+e}">
|
|
517
|
+
${Si(this.resolvedIcon)}
|
|
518
|
+
<slot ?hidden=${i}></slot>
|
|
519
519
|
</i>
|
|
520
|
-
`}get textContent(){var t,
|
|
520
|
+
`}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 Ri.file_format:this.resolvedIcon=null!==(t=Ci[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case Ri.material:this.resolvedIcon=this.value||X;break;default:this.resolvedIcon=null!==(e=ki[i.replace("-","_").toUpperCase()])&&void 0!==e?e:i}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}zi.elementDefinitions={},zi.styles=Ei,Mi([o()],zi.prototype,"variant",void 0),Mi([o()],zi.prototype,"value",void 0),Mi([n()],zi.prototype,"resolvedIcon",void 0),Mi([r("slot")],zi.prototype,"slottedContent",void 0),p("ft-icon")(zi);const Ui=vt.extend("--ft-button-color",bt.colorPrimary),ji={backgroundColor:vt.extend("--ft-button-background-color",bt.colorSurface),borderRadius:vt.extend("--ft-button-border-radius",bt.borderRadiusL),color:Ui,fontSize:vt.extend("--ft-button-font-size",Ge.fontSize),iconSize:vt.create("--ft-button-icon-size","SIZE","24px"),rippleColor:vt.extend("--ft-button-ripple-color",Ui),opacityDisabled:vt.external(bt.colorOpacityDisabled,"Design system")},Fi=vt.extend("--ft-button-primary-color",vt.extend("--ft-button-color",bt.colorOnPrimary)),Bi={backgroundColor:vt.extend("--ft-button-primary-background-color",vt.extend("--ft-button-background-color",bt.colorPrimary)),color:Fi,rippleColor:vt.extend("--ft-button-primary-ripple-color",Fi)},Ti=vt.extend("--ft-button-dense-border-radius",vt.extend("--ft-button-border-radius",bt.borderRadiusM)),Ai=[mt,x`
|
|
521
521
|
:host {
|
|
522
522
|
display: inline-block;
|
|
523
523
|
max-width: 100%;
|
|
@@ -528,7 +528,7 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
528
528
|
box-shadow: 0px 0px 0px transparent;
|
|
529
529
|
border: 0px solid transparent;
|
|
530
530
|
text-shadow: 0px 0px 0px transparent;
|
|
531
|
-
font-size: ${
|
|
531
|
+
font-size: ${ji.fontSize};
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
button:hover {
|
|
@@ -557,17 +557,17 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
557
557
|
border: none;
|
|
558
558
|
pointer-events: auto;
|
|
559
559
|
|
|
560
|
-
--ft-button-internal-line-height: calc(${
|
|
561
|
-
--ft-button-internal-color: ${
|
|
562
|
-
${
|
|
560
|
+
--ft-button-internal-line-height: calc(${ji.fontSize} + 2px);
|
|
561
|
+
--ft-button-internal-color: ${ji.color};
|
|
562
|
+
${yt(Ni.size,ji.iconSize)};
|
|
563
563
|
--ft-button-internal-vertical-padding: 6px;
|
|
564
564
|
--ft-button-internal-horizontal-padding: 8px;
|
|
565
|
-
${
|
|
566
|
-
--ft-button-internal-content-height: max(var(--ft-button-internal-line-height), ${
|
|
565
|
+
${yt(Ut.color,ji.rippleColor)};
|
|
566
|
+
--ft-button-internal-content-height: max(var(--ft-button-internal-line-height), ${ji.iconSize});
|
|
567
567
|
|
|
568
|
-
border-radius: ${
|
|
568
|
+
border-radius: ${ji.borderRadius};
|
|
569
569
|
padding: var(--ft-button-internal-vertical-padding) var(--ft-button-internal-horizontal-padding);
|
|
570
|
-
background-color: ${
|
|
570
|
+
background-color: ${ji.backgroundColor};
|
|
571
571
|
color: var(--ft-button-internal-color);
|
|
572
572
|
-webkit-mask-image: radial-gradient(white, black);
|
|
573
573
|
}
|
|
@@ -579,7 +579,7 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
579
579
|
.ft-button--dense {
|
|
580
580
|
--ft-button-internal-vertical-padding: 2px;
|
|
581
581
|
--ft-button-internal-horizontal-padding: 4px;
|
|
582
|
-
border-radius: ${
|
|
582
|
+
border-radius: ${Ti};
|
|
583
583
|
}
|
|
584
584
|
|
|
585
585
|
.ft-button--round {
|
|
@@ -588,13 +588,13 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
588
588
|
|
|
589
589
|
.ft-button[disabled] {
|
|
590
590
|
filter: grayscale(1);
|
|
591
|
-
opacity: ${
|
|
591
|
+
opacity: ${ji.opacityDisabled};
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
.ft-button.ft-button--primary {
|
|
595
|
-
background-color: ${
|
|
596
|
-
--ft-button-internal-color: ${
|
|
597
|
-
${
|
|
595
|
+
background-color: ${Bi.backgroundColor};
|
|
596
|
+
--ft-button-internal-color: ${Bi.color};
|
|
597
|
+
${yt(Ut.color,Bi.rippleColor)};
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
.ft-button.ft-button--outlined {
|
|
@@ -613,8 +613,8 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
613
613
|
text-overflow: ellipsis;
|
|
614
614
|
display: block;
|
|
615
615
|
margin: 0 var(--ft-button-internal-horizontal-padding);
|
|
616
|
-
${
|
|
617
|
-
${
|
|
616
|
+
${yt(Ge.fontSize,"1em")};
|
|
617
|
+
${yt(Ge.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.ft-button--label[hidden] {
|
|
@@ -637,33 +637,33 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
ft-loader {
|
|
640
|
-
${
|
|
641
|
-
${
|
|
640
|
+
${yt(mi.size,ji.iconSize)};
|
|
641
|
+
${yt(mi.color,"var(--ft-button-internal-color)")};
|
|
642
642
|
}
|
|
643
|
-
`];var
|
|
643
|
+
`];var Li=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 Pi extends gt{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.iconVariant=Ri.material,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}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-no-text-select":!0};return this.addTooltipIfNeeded(J`
|
|
644
644
|
<button part="button"
|
|
645
|
-
class="${
|
|
645
|
+
class="${Mt(t)}"
|
|
646
646
|
aria-label="${this.getLabel()}"
|
|
647
647
|
?disabled=${this.isDisabled()}>
|
|
648
648
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
649
649
|
<ft-typography part="label"
|
|
650
650
|
variant="button"
|
|
651
651
|
element="span"
|
|
652
|
-
class="ft-button--label ${
|
|
652
|
+
class="ft-button--label ${kt?"ft-safari-ellipsis-fix":""}"
|
|
653
653
|
?hidden=${!this.hasTextContent()}>
|
|
654
654
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
655
655
|
</ft-typography>
|
|
656
656
|
${this.resolveIcon()}
|
|
657
657
|
</button>
|
|
658
|
-
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?
|
|
658
|
+
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?J`
|
|
659
659
|
<ft-tooltip part="tooltip"
|
|
660
660
|
text="${this.getLabel()}"
|
|
661
661
|
position="${this.tooltipPosition}">
|
|
662
662
|
${t}
|
|
663
663
|
</ft-tooltip>
|
|
664
|
-
`:t}resolveIcon(){return this.loading?
|
|
665
|
-
<ft-loader></ft-loader> `:this.icon?
|
|
666
|
-
<ft-icon variant="${this.iconVariant}" value="${this.icon}"></ft-icon> `:
|
|
664
|
+
`:t}resolveIcon(){return this.loading?J`
|
|
665
|
+
<ft-loader></ft-loader> `:this.icon?J`
|
|
666
|
+
<ft-icon variant="${this.iconVariant}" value="${this.icon}"></ft-icon> `:X}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}}Pi.elementDefinitions={"ft-ripple":It,"ft-tooltip":gi,"ft-typography":pi,"ft-icon":zi,"ft-loader":$i},Pi.styles=[wt,Ai],Li([o({type:Boolean})],Pi.prototype,"primary",void 0),Li([o({type:Boolean})],Pi.prototype,"outlined",void 0),Li([o({type:Boolean})],Pi.prototype,"disabled",void 0),Li([o({type:Boolean})],Pi.prototype,"dense",void 0),Li([o({type:Boolean})],Pi.prototype,"round",void 0),Li([o({type:String})],Pi.prototype,"label",void 0),Li([o({type:String})],Pi.prototype,"icon",void 0),Li([o({type:String})],Pi.prototype,"iconVariant",void 0),Li([o({type:Boolean})],Pi.prototype,"trailingIcon",void 0),Li([o({type:Boolean})],Pi.prototype,"loading",void 0),Li([o({type:String})],Pi.prototype,"tooltipPosition",void 0),Li([o({type:Boolean})],Pi.prototype,"hideTooltip",void 0),Li([o({type:Boolean})],Pi.prototype,"forceTooltip",void 0),Li([r(".ft-button")],Pi.prototype,"button",void 0),Li([r(".ft-button--label slot")],Pi.prototype,"slottedContent",void 0),p("ft-button")(Pi);const _i=x`
|
|
667
667
|
:host {
|
|
668
668
|
display: contents;
|
|
669
669
|
}
|
|
@@ -687,7 +687,7 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
687
687
|
.ft-collapsible--animated.ft-collapsible--hidden, .ft-collapsible--animated.ft-collapsible--hidden::slotted(*) {
|
|
688
688
|
transition: opacity 300ms;
|
|
689
689
|
}
|
|
690
|
-
`;var
|
|
690
|
+
`;var Ii=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 Di extends gt{constructor(){super(...arguments),this.open=!1,this.animated=!1,this.closeCollapsibleMatchers=[],this.primary=!1,this.secondary=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.tooltipPosition="right",this.iconVariant=Ri.fluid_topics,this.openIcon="THIN_ARROW",this.closedIcon="THIN_ARROW_RIGHT",this.trailingIcon=!1,this.animationInProgress=!1,this.animationEndSafeguard=new e(800)}render(){const t={"ft-collapsible--content":!0,"ft-collapsible--hidden":!this.open,"ft-collapsible--animated":this.animated,"ft-collapsible--animation-in-progress":this.animated&&this.animationInProgress};return J`
|
|
691
691
|
<ft-button
|
|
692
692
|
part="toggle"
|
|
693
693
|
.tooltipPosition=${this.tooltipPosition}
|
|
@@ -710,7 +710,7 @@ class $e extends Et{constructor(t){if(super(t),this.it=q,t.type!==Nt)throw Error
|
|
|
710
710
|
class="${this.hasCustomToggle()?"":"ft-collapsible--hidden"}"
|
|
711
711
|
@click=${this.toggleOpen}
|
|
712
712
|
@slotchange=${this.onCustomToggleSlotChange}></slot>
|
|
713
|
-
<slot class="${
|
|
713
|
+
<slot class="${Mt(t)}"
|
|
714
714
|
@click=${this.onContentClick}
|
|
715
715
|
@transitionend=${()=>this.animationInProgress=!1}></slot>
|
|
716
|
-
`}onCustomToggleSlotChange(){this.requestUpdate()}hasCustomToggle(){var t,
|
|
716
|
+
`}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.animationInProgress=!0,setTimeout((()=>this.open=!this.open),5),this.animationEndSafeguard.run((()=>this.animationInProgress=!1))}update(t){super.update(t),t.has("open")&&this.dispatchEvent(new CustomEvent("change",{detail:{open:this.open}}))}onContentClick(t){if(this.closeCollapsibleMatchers.length>0){const e=t.composedPath();for(let t of e){if(t===this)return;if(t.matches&&this.closeCollapsibleMatchers.some((e=>t.matches(e))))return void this.toggleOpen()}}}}Di.elementDefinitions={"ft-button":Pi},Di.styles=_i,Ii([o({type:Boolean,reflect:!0})],Di.prototype,"open",void 0),Ii([o({type:Boolean})],Di.prototype,"animated",void 0),Ii([c([])],Di.prototype,"closeCollapsibleMatchers",void 0),Ii([o()],Di.prototype,"label",void 0),Ii([o()],Di.prototype,"openLabel",void 0),Ii([o()],Di.prototype,"closedLabel",void 0),Ii([o()],Di.prototype,"text",void 0),Ii([o()],Di.prototype,"openText",void 0),Ii([o()],Di.prototype,"closedText",void 0),Ii([o({type:Boolean})],Di.prototype,"primary",void 0),Ii([o({type:Boolean})],Di.prototype,"secondary",void 0),Ii([o({type:Boolean})],Di.prototype,"disabled",void 0),Ii([o({type:Boolean})],Di.prototype,"dense",void 0),Ii([o({type:Boolean})],Di.prototype,"round",void 0),Ii([o()],Di.prototype,"tooltipPosition",void 0),Ii([o()],Di.prototype,"iconVariant",void 0),Ii([o()],Di.prototype,"openIcon",void 0),Ii([o()],Di.prototype,"closedIcon",void 0),Ii([o({type:Boolean})],Di.prototype,"trailingIcon",void 0),Ii([r('slot[name="toggle"]')],Di.prototype,"toggleSlot",void 0),Ii([r(".content")],Di.prototype,"content",void 0),Ii([n()],Di.prototype,"animationInProgress",void 0),p("ft-collapsible")(Di),t.FtCollapsible=Di,t.styles=_i,Object.defineProperty(t,"i",{value:!0})}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-collapsible",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.58",
|
|
4
4
|
"description": "Collapsible web component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "0.3.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.58",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "0.3.58",
|
|
24
24
|
"lit": "2.2.8"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "c053ee1216238ba6b2c62e5add329343f735c77e"
|
|
27
27
|
}
|