@fluid-topics/ft-in-product-help 1.0.43 → 1.0.45
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.
|
@@ -12,7 +12,7 @@ export const FtInProductHelpCssVariables = {
|
|
|
12
12
|
theaterSizeHeight: FtCssVariableFactory.create("--ft-in-product-help-theater-height", "SIZE", "60%"),
|
|
13
13
|
fullscreenSizeWidth: FtCssVariableFactory.create("--ft-in-product-help-fullscreen-width", "SIZE", "100%"),
|
|
14
14
|
fullscreenSizeHeight: FtCssVariableFactory.create("--ft-in-product-help-fullscreen-height", "SIZE", "100%"),
|
|
15
|
-
borderStyle: FtCssVariableFactory.create("--ft-in-product-help-border-style", "
|
|
15
|
+
borderStyle: FtCssVariableFactory.create("--ft-in-product-help-border-style", "BORDER-STYLE", "solid"),
|
|
16
16
|
borderWidth: FtCssVariableFactory.create("--ft-in-product-help-border-width", "SIZE", "0"),
|
|
17
17
|
borderColor: FtCssVariableFactory.extend("--ft-in-product-help-border-color", designSystemVariables.colorPrimary),
|
|
18
18
|
borderRadius: FtCssVariableFactory.extend("--ft-in-product-help-border-radius", designSystemVariables.borderRadiusM),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(t,i,e,o,s,n){var r;t.FtInProductHelpMode=void 0,(r=t.FtInProductHelpMode||(t.FtInProductHelpMode={})).STANDARD="standard",r.THEATER="theater",r.FULLSCREEN="fullscreen";class l extends CustomEvent{constructor(t,i){super("visibility-change",{detail:{opened:t,displayMode:i}})}}const a={standardSizeWidth:i.FtCssVariableFactory.create("--ft-in-product-help-standard-width","SIZE","400px"),standardSizeHeight:i.FtCssVariableFactory.create("--ft-in-product-help-standard-height","SIZE","630px"),topPosition:i.FtCssVariableFactory.create("--ft-in-product-help-top","SIZE","unset"),rightPosition:i.FtCssVariableFactory.create("--ft-in-product-help-right","SIZE","1rem"),bottomPosition:i.FtCssVariableFactory.create("--ft-in-product-help-bottom","SIZE","1rem"),leftPosition:i.FtCssVariableFactory.create("--ft-in-product-help-left","SIZE","unset"),zIndex:i.FtCssVariableFactory.create("--ft-in-product-help-zindex","NUMBER","10"),theaterSizeWidth:i.FtCssVariableFactory.create("--ft-in-product-help-theater-width","SIZE","90%"),theaterSizeHeight:i.FtCssVariableFactory.create("--ft-in-product-help-theater-height","SIZE","60%"),fullscreenSizeWidth:i.FtCssVariableFactory.create("--ft-in-product-help-fullscreen-width","SIZE","100%"),fullscreenSizeHeight:i.FtCssVariableFactory.create("--ft-in-product-help-fullscreen-height","SIZE","100%"),borderStyle:i.FtCssVariableFactory.create("--ft-in-product-help-border-style","
|
|
1
|
+
!function(t,i,e,o,s,n){var r;t.FtInProductHelpMode=void 0,(r=t.FtInProductHelpMode||(t.FtInProductHelpMode={})).STANDARD="standard",r.THEATER="theater",r.FULLSCREEN="fullscreen";class l extends CustomEvent{constructor(t,i){super("visibility-change",{detail:{opened:t,displayMode:i}})}}const a={standardSizeWidth:i.FtCssVariableFactory.create("--ft-in-product-help-standard-width","SIZE","400px"),standardSizeHeight:i.FtCssVariableFactory.create("--ft-in-product-help-standard-height","SIZE","630px"),topPosition:i.FtCssVariableFactory.create("--ft-in-product-help-top","SIZE","unset"),rightPosition:i.FtCssVariableFactory.create("--ft-in-product-help-right","SIZE","1rem"),bottomPosition:i.FtCssVariableFactory.create("--ft-in-product-help-bottom","SIZE","1rem"),leftPosition:i.FtCssVariableFactory.create("--ft-in-product-help-left","SIZE","unset"),zIndex:i.FtCssVariableFactory.create("--ft-in-product-help-zindex","NUMBER","10"),theaterSizeWidth:i.FtCssVariableFactory.create("--ft-in-product-help-theater-width","SIZE","90%"),theaterSizeHeight:i.FtCssVariableFactory.create("--ft-in-product-help-theater-height","SIZE","60%"),fullscreenSizeWidth:i.FtCssVariableFactory.create("--ft-in-product-help-fullscreen-width","SIZE","100%"),fullscreenSizeHeight:i.FtCssVariableFactory.create("--ft-in-product-help-fullscreen-height","SIZE","100%"),borderStyle:i.FtCssVariableFactory.create("--ft-in-product-help-border-style","BORDER-STYLE","solid"),borderWidth:i.FtCssVariableFactory.create("--ft-in-product-help-border-width","SIZE","0"),borderColor:i.FtCssVariableFactory.extend("--ft-in-product-help-border-color",i.designSystemVariables.colorPrimary),borderRadius:i.FtCssVariableFactory.extend("--ft-in-product-help-border-radius",i.designSystemVariables.borderRadiusM),shadow:i.FtCssVariableFactory.extend("--ft-in-product-help-shadow",i.designSystemVariables.elevation02),topBarHeight:i.FtCssVariableFactory.create("--ft-in-product-help-top-bar-height","SIZE","28px"),iconColor:i.FtCssVariableFactory.extend("--ft-in-product-help-icon-color",i.designSystemVariables.colorOnSurface),iconGap:i.FtCssVariableFactory.create("--ft-in-product-help-icon-gap","SIZE","8px"),tabletBreakpoint:i.FtCssVariableFactory.create("--ft-in-product-help-tablet-breakpoint","SIZE","768px"),desktopBreakpoint:i.FtCssVariableFactory.create("--ft-in-product-help-desktop-breakpoint","SIZE","1280px"),colorSurface:i.FtCssVariableFactory.external(i.designSystemVariables.colorSurface,"Design system"),colorPrimary:i.FtCssVariableFactory.external(i.designSystemVariables.colorPrimary,"Design system")},h=e.css`
|
|
2
2
|
.ft-in-product-help {
|
|
3
3
|
display: none;
|
|
4
4
|
position: fixed;
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
opacity: ${y.opacityContentOnSurfacePressed};
|
|
196
196
|
transform: translate(-50%, -50%) scale(1);
|
|
197
197
|
}
|
|
198
|
-
`;var I
|
|
198
|
+
`;var E,I=function(t,i,e,o){for(var s,n=arguments.length,r=n<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(s=t[l])&&(r=(n<3?s(r):n>3?s(i,e,r):s(i,e))||r);return n>3&&r&&Object.defineProperty(i,e,r),r};class C extends i.FtLitElement{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 i.Debouncer(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 i.Debouncer(10),this.moveRipple=t=>{var i,e;let{x:o,y:s}=this.getCoordinates(t),n=null!==(e=null===(i=this.ripple)||void 0===i?void 0:i.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=o?o-n.x:n.width/2),this.originY=Math.round(null!=s?s-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!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 e.html`
|
|
199
199
|
<style>
|
|
200
200
|
.ft-ripple .ft-ripple--effect,
|
|
201
201
|
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
@@ -212,13 +212,13 @@
|
|
|
212
212
|
<div class="ft-ripple--background"></div>
|
|
213
213
|
<div class="ft-ripple--effect"></div>
|
|
214
214
|
</div>
|
|
215
|
-
`}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,e;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(i=this.target)||void 0===i||i.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.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((()=>this.defaultSetup()))}defaultSetup(){var t,i;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(i=this.target)&&void 0!==i?i:e),this.setRippleSize()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const i=(...t)=>i=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(i)},e=i("mouseup","contextmenu"),o=i("touchend","touchcancel"),s=t=>{["Enter"," "].includes(t.key)&&i("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",s),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",s),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const i=t,e=t;let o,s;return null!=i.x?({x:o,y:s}=i):null!=e.touches&&(o=e.touches[0].clientX,s=e.touches[0].clientY),{x:o,y:s}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}C.elementDefinitions={},C.styles=S,E([o.property({type:Boolean})],C.prototype,"primary",void 0),E([o.property({type:Boolean})],C.prototype,"secondary",void 0),E([o.property({type:Boolean})],C.prototype,"unbounded",void 0),E([o.property({type:Boolean})],C.prototype,"activated",void 0),E([o.property({type:Boolean})],C.prototype,"selected",void 0),E([o.property({type:Boolean})],C.prototype,"disabled",void 0),E([o.state()],C.prototype,"hovered",void 0),E([o.state()],C.prototype,"focused",void 0),E([o.state()],C.prototype,"pressed",void 0),E([o.state()],C.prototype,"rippling",void 0),E([o.state()],C.prototype,"rippleSize",void 0),E([o.state()],C.prototype,"originX",void 0),E([o.state()],C.prototype,"originY",void 0),E([o.query(".ft-ripple")],C.prototype,"ripple",void 0),E([o.query(".ft-ripple--effect")],C.prototype,"rippleEffect",void 0),i.customElement("ft-ripple")(C);const N=window,O=N.trustedTypes,M=O?O.createPolicy("lit-html",{createHTML:t=>t}):void 0,j="$lit$",Z=`lit$${(Math.random()+"").slice(9)}$`,B="?"+Z,T=`<${B}>`,A=document,F=()=>A.createComment(""),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,_=Array.isArray,R="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,D=/-->/g,H=/>/g,P=RegExp(`>|${R}(?:([^\\s"'>=/]+)(${R}*=${R}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),L=/'/g,V=/"/g,K=/^(?:script|style|textarea|title)$/i,G=(t=>(i,...e)=>({_$litType$:t,strings:i,values:e}))(1),X=Symbol.for("lit-noChange"),q=Symbol.for("lit-nothing"),Y=new WeakMap,J=A.createTreeWalker(A,129,null,!1),Q=(t,i)=>{const e=t.length-1,o=[];let s,n=2===i?"<svg>":"",r=W;for(let i=0;i<e;i++){const e=t[i];let l,a,h=-1,p=0;for(;p<e.length&&(r.lastIndex=p,a=r.exec(e),null!==a);)p=r.lastIndex,r===W?"!--"===a[1]?r=D:void 0!==a[1]?r=H:void 0!==a[2]?(K.test(a[2])&&(s=RegExp("</"+a[2],"g")),r=P):void 0!==a[3]&&(r=P):r===P?">"===a[0]?(r=null!=s?s:W,h=-1):void 0===a[1]?h=-2:(h=r.lastIndex-a[2].length,l=a[1],r=void 0===a[3]?P:'"'===a[3]?V:L):r===V||r===L?r=P:r===D||r===H?r=W:(r=P,s=void 0);const f=r===P&&t[i+1].startsWith("/>")?" ":"";n+=r===W?e+T:h>=0?(o.push(l),e.slice(0,h)+j+e.slice(h)+Z+f):e+Z+(-2===h?(o.push(void 0),i):f)}const l=n+(t[e]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==M?M.createHTML(l):l,o]};class tt{constructor({strings:t,_$litType$:i},e){let o;this.parts=[];let s=0,n=0;const r=t.length-1,l=this.parts,[a,h]=Q(t,i);if(this.el=tt.createElement(a,e),J.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes)}for(;null!==(o=J.nextNode())&&l.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const i of o.getAttributeNames())if(i.endsWith(j)||i.startsWith(Z)){const e=h[n++];if(t.push(i),void 0!==e){const t=o.getAttribute(e.toLowerCase()+j).split(Z),i=/([.?@])?(.*)/.exec(e);l.push({type:1,index:s,name:i[2],strings:t,ctor:"."===i[1]?nt:"?"===i[1]?lt:"@"===i[1]?at:st})}else l.push({type:6,index:s})}for(const i of t)o.removeAttribute(i)}if(K.test(o.tagName)){const t=o.textContent.split(Z),i=t.length-1;if(i>0){o.textContent=O?O.emptyScript:"";for(let e=0;e<i;e++)o.append(t[e],F()),J.nextNode(),l.push({type:2,index:++s});o.append(t[i],F())}}}else if(8===o.nodeType)if(o.data===B)l.push({type:2,index:s});else{let t=-1;for(;-1!==(t=o.data.indexOf(Z,t+1));)l.push({type:7,index:s}),t+=Z.length-1}s++}}static createElement(t,i){const e=A.createElement("template");return e.innerHTML=t,e}}function it(t,i,e=t,o){var s,n,r,l;if(i===X)return i;let a=void 0!==o?null===(s=e._$Co)||void 0===s?void 0:s[o]:e._$Cl;const h=U(i)?void 0:i._$litDirective$;return(null==a?void 0:a.constructor)!==h&&(null===(n=null==a?void 0:a._$AO)||void 0===n||n.call(a,!1),void 0===h?a=void 0:(a=new h(t),a._$AT(t,e,o)),void 0!==o?(null!==(r=(l=e)._$Co)&&void 0!==r?r:l._$Co=[])[o]=a:e._$Cl=a),void 0!==a&&(i=it(t,a._$AS(t,i.values),a,o)),i}class et{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:e},parts:o}=this._$AD,s=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:A).importNode(e,!0);J.currentNode=s;let n=J.nextNode(),r=0,l=0,a=o[0];for(;void 0!==a;){if(r===a.index){let i;2===a.type?i=new ot(n,n.nextSibling,this,t):1===a.type?i=new a.ctor(n,a.name,a.strings,this,t):6===a.type&&(i=new ht(n,this,t)),this._$AV.push(i),a=o[++l]}r!==(null==a?void 0:a.index)&&(n=J.nextNode(),r++)}return s}v(t){let i=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,i),i+=e.strings.length-2):e._$AI(t[i])),i++}}class ot{constructor(t,i,e,o){var s;this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=e,this.options=o,this._$Cp=null===(s=null==o?void 0:o.isConnected)||void 0===s||s}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=it(this,t,i),U(t)?t===q||null==t||""===t?(this._$AH!==q&&this._$AR(),this._$AH=q):t!==this._$AH&&t!==X&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>_(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==q&&U(this._$AH)?this._$AA.nextSibling.data=t:this.$(A.createTextNode(t)),this._$AH=t}g(t){var i;const{values:e,_$litType$:o}=t,s="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=tt.createElement(o.h,this.options)),o);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===s)this._$AH.v(e);else{const t=new et(s,this),i=t.u(this.options);t.v(e),this.$(i),this._$AH=t}}_$AC(t){let i=Y.get(t.strings);return void 0===i&&Y.set(t.strings,i=new tt(t)),i}T(t){_(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let e,o=0;for(const s of t)o===i.length?i.push(e=new ot(this.k(F()),this.k(F()),this,this.options)):e=i[o],e._$AI(s),o++;o<i.length&&(this._$AR(e&&e._$AB.nextSibling,o),i.length=o)}_$AR(t=this._$AA.nextSibling,i){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t))}}class st{constructor(t,i,e,o,s){this.type=1,this._$AH=q,this._$AN=void 0,this.element=t,this.name=i,this._$AM=o,this.options=s,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=q}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,e,o){const s=this.strings;let n=!1;if(void 0===s)t=it(this,t,i,0),n=!U(t)||t!==this._$AH&&t!==X,n&&(this._$AH=t);else{const o=t;let r,l;for(t=s[0],r=0;r<s.length-1;r++)l=it(this,o[e+r],i,r),l===X&&(l=this._$AH[r]),n||(n=!U(l)||l!==this._$AH[r]),l===q?t=q:t!==q&&(t+=(null!=l?l:"")+s[r+1]),this._$AH[r]=l}n&&!o&&this.j(t)}j(t){t===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class nt extends st{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===q?void 0:t}}const rt=O?O.emptyScript:"";class lt extends st{constructor(){super(...arguments),this.type=4}j(t){t&&t!==q?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class at extends st{constructor(t,i,e,o,s){super(t,i,e,o,s),this.type=5}_$AI(t,i=this){var e;if((t=null!==(e=it(this,t,i,0))&&void 0!==e?e:q)===X)return;const o=this._$AH,s=t===q&&o!==q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==q&&(o===q||s);s&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class ht{constructor(t,i,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){it(this,t)}}const pt=N.litHtmlPolyfillSupport;null==pt||pt(tt,ot),(null!==(I=N.litHtmlVersions)&&void 0!==I?I:N.litHtmlVersions=[]).push("2.7.3");
|
|
215
|
+
`}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,e;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(i=this.target)||void 0===i||i.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.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((()=>this.defaultSetup()))}defaultSetup(){var t,i;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(i=this.target)&&void 0!==i?i:e),this.setRippleSize()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const i=(...t)=>i=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(i)},e=i("mouseup","contextmenu"),o=i("touchend","touchcancel"),s=t=>{["Enter"," "].includes(t.key)&&i("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",s),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",s),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const i=t,e=t;let o,s;return null!=i.x?({x:o,y:s}=i):null!=e.touches&&(o=e.touches[0].clientX,s=e.touches[0].clientY),{x:o,y:s}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}C.elementDefinitions={},C.styles=S,I([o.property({type:Boolean})],C.prototype,"primary",void 0),I([o.property({type:Boolean})],C.prototype,"secondary",void 0),I([o.property({type:Boolean})],C.prototype,"unbounded",void 0),I([o.property({type:Boolean})],C.prototype,"activated",void 0),I([o.property({type:Boolean})],C.prototype,"selected",void 0),I([o.property({type:Boolean})],C.prototype,"disabled",void 0),I([o.state()],C.prototype,"hovered",void 0),I([o.state()],C.prototype,"focused",void 0),I([o.state()],C.prototype,"pressed",void 0),I([o.state()],C.prototype,"rippling",void 0),I([o.state()],C.prototype,"rippleSize",void 0),I([o.state()],C.prototype,"originX",void 0),I([o.state()],C.prototype,"originY",void 0),I([o.query(".ft-ripple")],C.prototype,"ripple",void 0),I([o.query(".ft-ripple--effect")],C.prototype,"rippleEffect",void 0),i.customElement("ft-ripple")(C);const O=window,M=O.trustedTypes,j=M?M.createPolicy("lit-html",{createHTML:t=>t}):void 0,N="$lit$",Z=`lit$${(Math.random()+"").slice(9)}$`,B="?"+Z,T=`<${B}>`,A=document,F=()=>A.createComment(""),R=t=>null===t||"object"!=typeof t&&"function"!=typeof t,_=Array.isArray,U="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,D=/-->/g,H=/>/g,P=RegExp(`>|${U}(?:([^\\s"'>=/]+)(${U}*=${U}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),L=/'/g,V=/"/g,G=/^(?:script|style|textarea|title)$/i,K=(t=>(i,...e)=>({_$litType$:t,strings:i,values:e}))(1),X=Symbol.for("lit-noChange"),q=Symbol.for("lit-nothing"),Y=new WeakMap,J=A.createTreeWalker(A,129,null,!1),Q=(t,i)=>{const e=t.length-1,o=[];let s,n=2===i?"<svg>":"",r=W;for(let i=0;i<e;i++){const e=t[i];let l,a,h=-1,p=0;for(;p<e.length&&(r.lastIndex=p,a=r.exec(e),null!==a);)p=r.lastIndex,r===W?"!--"===a[1]?r=D:void 0!==a[1]?r=H:void 0!==a[2]?(G.test(a[2])&&(s=RegExp("</"+a[2],"g")),r=P):void 0!==a[3]&&(r=P):r===P?">"===a[0]?(r=null!=s?s:W,h=-1):void 0===a[1]?h=-2:(h=r.lastIndex-a[2].length,l=a[1],r=void 0===a[3]?P:'"'===a[3]?V:L):r===V||r===L?r=P:r===D||r===H?r=W:(r=P,s=void 0);const f=r===P&&t[i+1].startsWith("/>")?" ":"";n+=r===W?e+T:h>=0?(o.push(l),e.slice(0,h)+N+e.slice(h)+Z+f):e+Z+(-2===h?(o.push(void 0),i):f)}const l=n+(t[e]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==j?j.createHTML(l):l,o]};class tt{constructor({strings:t,_$litType$:i},e){let o;this.parts=[];let s=0,n=0;const r=t.length-1,l=this.parts,[a,h]=Q(t,i);if(this.el=tt.createElement(a,e),J.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes)}for(;null!==(o=J.nextNode())&&l.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const i of o.getAttributeNames())if(i.endsWith(N)||i.startsWith(Z)){const e=h[n++];if(t.push(i),void 0!==e){const t=o.getAttribute(e.toLowerCase()+N).split(Z),i=/([.?@])?(.*)/.exec(e);l.push({type:1,index:s,name:i[2],strings:t,ctor:"."===i[1]?nt:"?"===i[1]?lt:"@"===i[1]?at:st})}else l.push({type:6,index:s})}for(const i of t)o.removeAttribute(i)}if(G.test(o.tagName)){const t=o.textContent.split(Z),i=t.length-1;if(i>0){o.textContent=M?M.emptyScript:"";for(let e=0;e<i;e++)o.append(t[e],F()),J.nextNode(),l.push({type:2,index:++s});o.append(t[i],F())}}}else if(8===o.nodeType)if(o.data===B)l.push({type:2,index:s});else{let t=-1;for(;-1!==(t=o.data.indexOf(Z,t+1));)l.push({type:7,index:s}),t+=Z.length-1}s++}}static createElement(t,i){const e=A.createElement("template");return e.innerHTML=t,e}}function it(t,i,e=t,o){var s,n,r,l;if(i===X)return i;let a=void 0!==o?null===(s=e._$Co)||void 0===s?void 0:s[o]:e._$Cl;const h=R(i)?void 0:i._$litDirective$;return(null==a?void 0:a.constructor)!==h&&(null===(n=null==a?void 0:a._$AO)||void 0===n||n.call(a,!1),void 0===h?a=void 0:(a=new h(t),a._$AT(t,e,o)),void 0!==o?(null!==(r=(l=e)._$Co)&&void 0!==r?r:l._$Co=[])[o]=a:e._$Cl=a),void 0!==a&&(i=it(t,a._$AS(t,i.values),a,o)),i}class et{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:e},parts:o}=this._$AD,s=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:A).importNode(e,!0);J.currentNode=s;let n=J.nextNode(),r=0,l=0,a=o[0];for(;void 0!==a;){if(r===a.index){let i;2===a.type?i=new ot(n,n.nextSibling,this,t):1===a.type?i=new a.ctor(n,a.name,a.strings,this,t):6===a.type&&(i=new ht(n,this,t)),this._$AV.push(i),a=o[++l]}r!==(null==a?void 0:a.index)&&(n=J.nextNode(),r++)}return s}v(t){let i=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,i),i+=e.strings.length-2):e._$AI(t[i])),i++}}class ot{constructor(t,i,e,o){var s;this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=e,this.options=o,this._$Cp=null===(s=null==o?void 0:o.isConnected)||void 0===s||s}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=it(this,t,i),R(t)?t===q||null==t||""===t?(this._$AH!==q&&this._$AR(),this._$AH=q):t!==this._$AH&&t!==X&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>_(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==q&&R(this._$AH)?this._$AA.nextSibling.data=t:this.$(A.createTextNode(t)),this._$AH=t}g(t){var i;const{values:e,_$litType$:o}=t,s="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=tt.createElement(o.h,this.options)),o);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===s)this._$AH.v(e);else{const t=new et(s,this),i=t.u(this.options);t.v(e),this.$(i),this._$AH=t}}_$AC(t){let i=Y.get(t.strings);return void 0===i&&Y.set(t.strings,i=new tt(t)),i}T(t){_(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let e,o=0;for(const s of t)o===i.length?i.push(e=new ot(this.k(F()),this.k(F()),this,this.options)):e=i[o],e._$AI(s),o++;o<i.length&&(this._$AR(e&&e._$AB.nextSibling,o),i.length=o)}_$AR(t=this._$AA.nextSibling,i){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t))}}class st{constructor(t,i,e,o,s){this.type=1,this._$AH=q,this._$AN=void 0,this.element=t,this.name=i,this._$AM=o,this.options=s,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=q}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,e,o){const s=this.strings;let n=!1;if(void 0===s)t=it(this,t,i,0),n=!R(t)||t!==this._$AH&&t!==X,n&&(this._$AH=t);else{const o=t;let r,l;for(t=s[0],r=0;r<s.length-1;r++)l=it(this,o[e+r],i,r),l===X&&(l=this._$AH[r]),n||(n=!R(l)||l!==this._$AH[r]),l===q?t=q:t!==q&&(t+=(null!=l?l:"")+s[r+1]),this._$AH[r]=l}n&&!o&&this.j(t)}j(t){t===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class nt extends st{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===q?void 0:t}}const rt=M?M.emptyScript:"";class lt extends st{constructor(){super(...arguments),this.type=4}j(t){t&&t!==q?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class at extends st{constructor(t,i,e,o,s){super(t,i,e,o,s),this.type=5}_$AI(t,i=this){var e;if((t=null!==(e=it(this,t,i,0))&&void 0!==e?e:q)===X)return;const o=this._$AH,s=t===q&&o!==q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==q&&(o===q||s);s&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class ht{constructor(t,i,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){it(this,t)}}const pt=O.litHtmlPolyfillSupport;null==pt||pt(tt,ot),(null!==(E=O.litHtmlVersions)&&void 0!==E?E:O.litHtmlVersions=[]).push("2.7.3");
|
|
216
216
|
/**
|
|
217
217
|
* @license
|
|
218
218
|
* Copyright 2020 Google LLC
|
|
219
219
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
220
220
|
*/
|
|
221
|
-
const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void 0:t._$litStatic$},ct=t=>({_$litStatic$:t,r:ft}),ut=new Map,xt=(t=>(i,...e)=>{const o=e.length;let s,n;const r=[],l=[];let a,h=0,p=!1;for(;h<o;){for(a=i[h];h<o&&void 0!==(n=e[h],s=dt(n));)a+=s+i[++h],p=!0;h!==o&&l.push(n),r.push(a),h++}if(h===o&&r.push(i[o]),p){const t=r.join("$$lit$$");void 0===(i=ut.get(t))&&(r.raw=r,ut.set(t,i=r)),e=l}return t(i,...e)})(
|
|
221
|
+
const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void 0:t._$litStatic$},ct=t=>({_$litStatic$:t,r:ft}),ut=new Map,xt=(t=>(i,...e)=>{const o=e.length;let s,n;const r=[],l=[];let a,h=0,p=!1;for(;h<o;){for(a=i[h];h<o&&void 0!==(n=e[h],s=dt(n));)a+=s+i[++h],p=!0;h!==o&&l.push(n),r.push(a),h++}if(h===o&&r.push(i[o]),p){const t=r.join("$$lit$$");void 0===(i=ut.get(t))&&(r.raw=r,ut.set(t,i=r)),e=l}return t(i,...e)})(K);var bt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"}(bt||(bt={}));const gt=i.FtCssVariableFactory.extend("--ft-typography-font-family",i.designSystemVariables.titleFont),yt=i.FtCssVariableFactory.extend("--ft-typography-font-family",i.designSystemVariables.contentFont),vt={fontFamily:yt,fontSize:i.FtCssVariableFactory.create("--ft-typography-font-size","SIZE","16px"),fontWeight:i.FtCssVariableFactory.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:i.FtCssVariableFactory.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:i.FtCssVariableFactory.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:i.FtCssVariableFactory.create("--ft-typography-text-transform","UNKNOWN","inherit")},mt=i.FtCssVariableFactory.extend("--ft-typography-title-font-family",gt),$t=i.FtCssVariableFactory.extend("--ft-typography-title-font-size",vt.fontSize,"20px"),wt=i.FtCssVariableFactory.extend("--ft-typography-title-font-weight",vt.fontWeight,"normal"),kt=i.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing",vt.letterSpacing,"0.15px"),zt=i.FtCssVariableFactory.extend("--ft-typography-title-line-height",vt.lineHeight,"1.2"),St=i.FtCssVariableFactory.extend("--ft-typography-title-text-transform",vt.textTransform,"inherit"),Et=i.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family",gt),It=i.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size",vt.fontSize,"14px"),Ct=i.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight",vt.fontWeight,"normal"),Ot=i.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing",vt.letterSpacing,"0.105px"),Mt=i.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height",vt.lineHeight,"1.7"),jt=i.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform",vt.textTransform,"inherit"),Nt=i.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family",yt),Zt=i.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size",vt.fontSize,"16px"),Bt=i.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight",vt.fontWeight,"600"),Tt=i.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing",vt.letterSpacing,"0.144px"),At=i.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height",vt.lineHeight,"1.5"),Ft=i.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform",vt.textTransform,"inherit"),Rt=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family",yt),_t=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size",vt.fontSize,"14px"),Ut=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight",vt.fontWeight,"normal"),Wt=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing",vt.letterSpacing,"0.098px"),Dt=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height",vt.lineHeight,"1.7"),Ht=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform",vt.textTransform,"inherit"),Pt=i.FtCssVariableFactory.extend("--ft-typography-body1-font-family",yt),Lt=i.FtCssVariableFactory.extend("--ft-typography-body1-font-size",vt.fontSize,"16px"),Vt=i.FtCssVariableFactory.extend("--ft-typography-body1-font-weight",vt.fontWeight,"normal"),Gt=i.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing",vt.letterSpacing,"0.496px"),Kt=i.FtCssVariableFactory.extend("--ft-typography-body1-line-height",vt.lineHeight,"1.5"),Xt=i.FtCssVariableFactory.extend("--ft-typography-body1-text-transform",vt.textTransform,"inherit"),qt=i.FtCssVariableFactory.extend("--ft-typography-body2-font-family",yt),Yt=i.FtCssVariableFactory.extend("--ft-typography-body2-font-size",vt.fontSize,"14px"),Jt=i.FtCssVariableFactory.extend("--ft-typography-body2-font-weight",vt.fontWeight,"normal"),Qt=i.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing",vt.letterSpacing,"0.252px"),ti=i.FtCssVariableFactory.extend("--ft-typography-body2-line-height",vt.lineHeight,"1.4"),ii=i.FtCssVariableFactory.extend("--ft-typography-body2-text-transform",vt.textTransform,"inherit"),ei=i.FtCssVariableFactory.extend("--ft-typography-caption-font-family",yt),oi=i.FtCssVariableFactory.extend("--ft-typography-caption-font-size",vt.fontSize,"12px"),si=i.FtCssVariableFactory.extend("--ft-typography-caption-font-weight",vt.fontWeight,"normal"),ni=i.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing",vt.letterSpacing,"0.396px"),ri=i.FtCssVariableFactory.extend("--ft-typography-caption-line-height",vt.lineHeight,"1.33"),li=i.FtCssVariableFactory.extend("--ft-typography-caption-text-transform",vt.textTransform,"inherit"),ai=i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family",yt),hi=i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size",vt.fontSize,"10px"),pi=i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight",vt.fontWeight,"normal"),fi=i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing",vt.letterSpacing,"0.33px"),di=i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height",vt.lineHeight,"1.6"),ci=i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform",vt.textTransform,"inherit"),ui=i.FtCssVariableFactory.extend("--ft-typography-overline-font-family",yt),xi=i.FtCssVariableFactory.extend("--ft-typography-overline-font-size",vt.fontSize,"10px"),bi=i.FtCssVariableFactory.extend("--ft-typography-overline-font-weight",vt.fontWeight,"normal"),gi=i.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing",vt.letterSpacing,"1.5px"),yi=i.FtCssVariableFactory.extend("--ft-typography-overline-line-height",vt.lineHeight,"1.6"),vi=i.FtCssVariableFactory.extend("--ft-typography-overline-text-transform",vt.textTransform,"uppercase"),mi={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-button-font-family",yt),fontSize:i.FtCssVariableFactory.extend("--ft-typography-button-font-size",vt.fontSize,"14px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-button-font-weight",vt.fontWeight,"600"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing",vt.letterSpacing,"1.246px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-button-line-height",vt.lineHeight,"1.15"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-button-text-transform",vt.textTransform,"uppercase")},$i=e.css`
|
|
222
222
|
.ft-typography--title {
|
|
223
223
|
font-family: ${mt};
|
|
224
224
|
font-size: ${$t};
|
|
@@ -229,16 +229,16 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
229
229
|
}
|
|
230
230
|
`,wi=e.css`
|
|
231
231
|
.ft-typography--title-dense {
|
|
232
|
-
font-family: ${
|
|
233
|
-
font-size: ${
|
|
232
|
+
font-family: ${Et};
|
|
233
|
+
font-size: ${It};
|
|
234
234
|
font-weight: ${Ct};
|
|
235
|
-
letter-spacing: ${
|
|
236
|
-
line-height: ${
|
|
237
|
-
text-transform: ${
|
|
235
|
+
letter-spacing: ${Ot};
|
|
236
|
+
line-height: ${Mt};
|
|
237
|
+
text-transform: ${jt};
|
|
238
238
|
}
|
|
239
239
|
`,ki=e.css`
|
|
240
240
|
.ft-typography--subtitle1 {
|
|
241
|
-
font-family: ${
|
|
241
|
+
font-family: ${Nt};
|
|
242
242
|
font-size: ${Zt};
|
|
243
243
|
font-weight: ${Bt};
|
|
244
244
|
letter-spacing: ${Tt};
|
|
@@ -247,9 +247,9 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
247
247
|
}
|
|
248
248
|
`,zi=e.css`
|
|
249
249
|
.ft-typography--subtitle2 {
|
|
250
|
-
font-family: ${
|
|
250
|
+
font-family: ${Rt};
|
|
251
251
|
font-size: ${_t};
|
|
252
|
-
font-weight: ${
|
|
252
|
+
font-weight: ${Ut};
|
|
253
253
|
letter-spacing: ${Wt};
|
|
254
254
|
line-height: ${Dt};
|
|
255
255
|
text-transform: ${Ht};
|
|
@@ -260,11 +260,11 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
260
260
|
font-family: ${Pt};
|
|
261
261
|
font-size: ${Lt};
|
|
262
262
|
font-weight: ${Vt};
|
|
263
|
-
letter-spacing: ${
|
|
264
|
-
line-height: ${
|
|
263
|
+
letter-spacing: ${Gt};
|
|
264
|
+
line-height: ${Kt};
|
|
265
265
|
text-transform: ${Xt};
|
|
266
266
|
}
|
|
267
|
-
`,
|
|
267
|
+
`,Ei=e.css`
|
|
268
268
|
.ft-typography--body2 {
|
|
269
269
|
font-family: ${qt};
|
|
270
270
|
font-size: ${Yt};
|
|
@@ -273,7 +273,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
273
273
|
line-height: ${ti};
|
|
274
274
|
text-transform: ${ii};
|
|
275
275
|
}
|
|
276
|
-
`,
|
|
276
|
+
`,Ii=e.css`
|
|
277
277
|
.ft-typography--caption {
|
|
278
278
|
font-family: ${ei};
|
|
279
279
|
font-size: ${oi};
|
|
@@ -291,7 +291,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
291
291
|
line-height: ${di};
|
|
292
292
|
text-transform: ${ci};
|
|
293
293
|
}
|
|
294
|
-
`,
|
|
294
|
+
`,Oi=e.css`
|
|
295
295
|
.ft-typography--overline {
|
|
296
296
|
font-family: ${ui};
|
|
297
297
|
font-size: ${xi};
|
|
@@ -300,7 +300,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
300
300
|
line-height: ${yi};
|
|
301
301
|
text-transform: ${vi};
|
|
302
302
|
}
|
|
303
|
-
`,
|
|
303
|
+
`,Mi=e.css`
|
|
304
304
|
.ft-typography--button {
|
|
305
305
|
font-family: ${mi.fontFamily};
|
|
306
306
|
font-size: ${mi.fontSize};
|
|
@@ -309,18 +309,18 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
309
309
|
line-height: ${mi.lineHeight};
|
|
310
310
|
text-transform: ${mi.textTransform};
|
|
311
311
|
}
|
|
312
|
-
`,
|
|
312
|
+
`,ji=e.css`
|
|
313
313
|
.ft-typography {
|
|
314
314
|
vertical-align: inherit;
|
|
315
315
|
}
|
|
316
|
-
`;var
|
|
316
|
+
`;var Ni=function(t,i,e,o){for(var s,n=arguments.length,r=n<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(s=t[l])&&(r=(n<3?s(r):n>3?s(i,e,r):s(i,e))||r);return n>3&&r&&Object.defineProperty(i,e,r),r};class Zi extends i.FtLitElement{constructor(){super(...arguments),this.variant=bt.body1}render(){return this.element?xt`
|
|
317
317
|
<${ct(this.element)}
|
|
318
318
|
class="ft-typography ft-typography--${this.variant}">
|
|
319
319
|
<slot></slot>
|
|
320
320
|
</${ct(this.element)}>
|
|
321
321
|
`:xt`
|
|
322
322
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
323
|
-
`}}Zi.styles=[$i,wi,ki,zi,Si,Ii,
|
|
323
|
+
`}}Zi.styles=[$i,wi,ki,zi,Si,Ei,Ii,Ci,Oi,Mi,ji],Ni([o.property()],Zi.prototype,"element",void 0),Ni([o.property()],Zi.prototype,"variant",void 0),i.customElement("ft-typography")(Zi);const Bi=i.FtCssVariableFactory.create("--ft-tooltip-distance","SIZE","4px"),Ti=i.FtCssVariableFactory.create("--ft-tooltip-color","COLOR","#FFFFFF"),Ai=i.FtCssVariableFactory.create("--ft-tooltip-background-color","COLOR","#666666"),Fi=i.FtCssVariableFactory.create("--ft-tooltip-z-index","NUMBER","1"),Ri=i.FtCssVariableFactory.external(i.designSystemVariables.borderRadiusS,"Design system"),_i=i.FtCssVariableFactory.create("--ft-tooltip-max-width","SIZE","150px"),Ui=e.css`
|
|
324
324
|
.ft-tooltip--container {
|
|
325
325
|
display: block;
|
|
326
326
|
position: relative;
|
|
@@ -344,7 +344,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
344
344
|
|
|
345
345
|
.ft-tooltip--content {
|
|
346
346
|
padding: 4px 8px;
|
|
347
|
-
border-radius: ${
|
|
347
|
+
border-radius: ${Ri};
|
|
348
348
|
background-color: ${Ai};
|
|
349
349
|
color: ${Ti};
|
|
350
350
|
top: -500px;
|
|
@@ -370,7 +370,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
370
370
|
</div>
|
|
371
371
|
</div>
|
|
372
372
|
</div>
|
|
373
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((i=>t.has(i)))&&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 i=t.getBoundingClientRect(),e=(i.height-this.tooltip.clientHeight)/2,o=(i.width-this.tooltip.clientWidth)/2;let s=0,n=0;switch(this.validPosition){case"top":n=-this.tooltip.clientHeight,s=o;break;case"bottom":n=i.height,s=o;break;case"left":n=e,s=-this.tooltip.clientWidth;break;case"right":n=e,s=i.width}i.left+s+this.tooltip.clientWidth>window.innerWidth&&(s=window.innerWidth-this.tooltip.clientWidth-i.left),i.left+s<0&&(s=4-i.left);const r=this.tooltip.style;r.left=s+"px",r.top=n+"px",r.maxWidth=`max(${i.width}px, ${_i})`}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())}}Di.elementDefinitions={"ft-typography":Zi},Di.styles=
|
|
373
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((i=>t.has(i)))&&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 i=t.getBoundingClientRect(),e=(i.height-this.tooltip.clientHeight)/2,o=(i.width-this.tooltip.clientWidth)/2;let s=0,n=0;switch(this.validPosition){case"top":n=-this.tooltip.clientHeight,s=o;break;case"bottom":n=i.height,s=o;break;case"left":n=e,s=-this.tooltip.clientWidth;break;case"right":n=e,s=i.width}i.left+s+this.tooltip.clientWidth>window.innerWidth&&(s=window.innerWidth-this.tooltip.clientWidth-i.left),i.left+s<0&&(s=4-i.left);const r=this.tooltip.style;r.left=s+"px",r.top=n+"px",r.maxWidth=`max(${i.width}px, ${_i})`}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())}}Di.elementDefinitions={"ft-typography":Zi},Di.styles=Ui,Wi([o.property()],Di.prototype,"text",void 0),Wi([o.property({type:Boolean})],Di.prototype,"manual",void 0),Wi([o.property({type:Boolean})],Di.prototype,"inline",void 0),Wi([o.property({type:Number})],Di.prototype,"delay",void 0),Wi([o.property()],Di.prototype,"position",void 0),Wi([o.queryAssignedNodes("",!0)],Di.prototype,"slotNodes",void 0),Wi([o.query(".ft-tooltip--container")],Di.prototype,"container",void 0),Wi([o.query("slot")],Di.prototype,"target",void 0),Wi([o.query(".ft-tooltip")],Di.prototype,"tooltip",void 0),Wi([o.query(".ft-tooltip--content")],Di.prototype,"tooltipContent",void 0),Wi([o.state()],Di.prototype,"visible",void 0),i.customElement("ft-tooltip")(Di);const Hi={color:i.FtCssVariableFactory.extend("--ft-loader-color",i.designSystemVariables.colorPrimary),size:i.FtCssVariableFactory.create("--ft-loader-size","SIZE","80px")},Pi=e.css`
|
|
374
374
|
:host {
|
|
375
375
|
line-height: 0;
|
|
376
376
|
}
|
|
@@ -446,7 +446,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
446
446
|
<div></div>
|
|
447
447
|
<div></div>
|
|
448
448
|
</div>
|
|
449
|
-
`}}Li.styles=Pi,i.customElement("ft-loader")(Li);const Vi=i.FtCssVariableFactory.extend("--ft-button-color",i.designSystemVariables.colorPrimary),
|
|
449
|
+
`}}Li.styles=Pi,i.customElement("ft-loader")(Li);const Vi=i.FtCssVariableFactory.extend("--ft-button-color",i.designSystemVariables.colorPrimary),Gi={backgroundColor:i.FtCssVariableFactory.extend("--ft-button-background-color",i.designSystemVariables.colorSurface),borderRadius:i.FtCssVariableFactory.extend("--ft-button-border-radius",i.designSystemVariables.borderRadiusL),color:Vi,fontSize:i.FtCssVariableFactory.extend("--ft-button-font-size",mi.fontSize),iconSize:i.FtCssVariableFactory.create("--ft-button-icon-size","SIZE","24px"),rippleColor:i.FtCssVariableFactory.extend("--ft-button-ripple-color",Vi),verticalPadding:i.FtCssVariableFactory.create("--ft-button-vertical-padding","SIZE","6px"),horizontalPadding:i.FtCssVariableFactory.create("--ft-button-horizontal-padding","SIZE","8px"),iconPadding:i.FtCssVariableFactory.create("--ft-button-icon-padding","SIZE","8px"),opacityDisabled:i.FtCssVariableFactory.external(i.designSystemVariables.colorOpacityDisabled,"Design system")},Ki=i.FtCssVariableFactory.extend("--ft-button-primary-color",i.FtCssVariableFactory.extend("--ft-button-color",i.designSystemVariables.colorOnPrimary)),Xi={backgroundColor:i.FtCssVariableFactory.extend("--ft-button-primary-background-color",i.FtCssVariableFactory.extend("--ft-button-background-color",i.designSystemVariables.colorPrimary)),color:Ki,rippleColor:i.FtCssVariableFactory.extend("--ft-button-primary-ripple-color",Ki)},qi=i.FtCssVariableFactory.extend("--ft-button-dense-border-radius",i.FtCssVariableFactory.extend("--ft-button-border-radius",i.designSystemVariables.borderRadiusM)),Yi=i.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","SIZE","2px"),Ji=i.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","SIZE","4px"),Qi=i.FtCssVariableFactory.create("--ft-button-dense-icon-padding","SIZE","4px"),te=[e.css`
|
|
450
450
|
:host {
|
|
451
451
|
display: inline-block;
|
|
452
452
|
max-width: 100%;
|
|
@@ -457,7 +457,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
457
457
|
box-shadow: 0px 0px 0px transparent;
|
|
458
458
|
border: 0px solid transparent;
|
|
459
459
|
text-shadow: 0px 0px 0px transparent;
|
|
460
|
-
font-size: ${
|
|
460
|
+
font-size: ${Gi.fontSize};
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
button:hover {
|
|
@@ -486,21 +486,21 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
486
486
|
border: none;
|
|
487
487
|
pointer-events: auto;
|
|
488
488
|
|
|
489
|
-
--ft-button-internal-line-height: max(calc(${
|
|
490
|
-
--ft-button-internal-color: ${
|
|
491
|
-
${i.setVariable(d.size,
|
|
492
|
-
${i.setVariable(y.color,
|
|
489
|
+
--ft-button-internal-line-height: max(calc(${Gi.fontSize} + 2px), ${Gi.iconSize});
|
|
490
|
+
--ft-button-internal-color: ${Gi.color};
|
|
491
|
+
${i.setVariable(d.size,Gi.iconSize)};
|
|
492
|
+
${i.setVariable(y.color,Gi.rippleColor)};
|
|
493
493
|
|
|
494
|
-
border-radius: ${
|
|
495
|
-
padding: ${
|
|
496
|
-
background-color: ${
|
|
494
|
+
border-radius: ${Gi.borderRadius};
|
|
495
|
+
padding: ${Gi.verticalPadding} ${Gi.horizontalPadding};
|
|
496
|
+
background-color: ${Gi.backgroundColor};
|
|
497
497
|
color: var(--ft-button-internal-color);
|
|
498
498
|
-webkit-mask-image: radial-gradient(white, black);
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.ft-button.ft-button--outlined {
|
|
502
502
|
border: 1px solid var(--ft-button-internal-color);
|
|
503
|
-
padding: calc(${
|
|
503
|
+
padding: calc(${Gi.verticalPadding} - 1px) calc(${Gi.horizontalPadding} - 1px);
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
.ft-button.ft-button--dense {
|
|
@@ -518,7 +518,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
.ft-button--round {
|
|
521
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
521
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Gi.verticalPadding});
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
.ft-button--round.ft-button--dense {
|
|
@@ -527,7 +527,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
527
527
|
|
|
528
528
|
.ft-button[disabled] {
|
|
529
529
|
filter: grayscale(1);
|
|
530
|
-
opacity: ${
|
|
530
|
+
opacity: ${Gi.opacityDisabled};
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
.ft-button.ft-button--primary {
|
|
@@ -546,7 +546,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
546
546
|
white-space: nowrap;
|
|
547
547
|
text-overflow: ellipsis;
|
|
548
548
|
display: block;
|
|
549
|
-
margin: 0 ${
|
|
549
|
+
margin: 0 ${Gi.iconPadding};
|
|
550
550
|
${i.setVariable(mi.fontSize,"1em")};
|
|
551
551
|
${i.setVariable(mi.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
552
552
|
}
|
|
@@ -565,8 +565,8 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
.ft-button--label[hidden] + ft-icon {
|
|
568
|
-
margin: 0 calc(${
|
|
569
|
-
padding: 0 ${
|
|
568
|
+
margin: 0 calc(${Gi.horizontalPadding} * -1);
|
|
569
|
+
padding: 0 ${Gi.verticalPadding};
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
@@ -580,7 +580,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
580
580
|
}
|
|
581
581
|
|
|
582
582
|
ft-loader {
|
|
583
|
-
${i.setVariable(Hi.size,
|
|
583
|
+
${i.setVariable(Hi.size,Gi.iconSize)};
|
|
584
584
|
${i.setVariable(Hi.color,"var(--ft-button-internal-color)")};
|
|
585
585
|
}
|
|
586
586
|
`,i.noTextSelect];var ie,ee=function(t,i,e,o){for(var s,n=arguments.length,r=n<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(s=t[l])&&(r=(n<3?s(r):n>3?s(i,e,r):s(i,e))||r);return n>3&&r&&Object.defineProperty(i,e,r),r};class oe extends i.FtLitElement{constructor(){super(...arguments),this.role="button",this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.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(e.html`
|
|
@@ -50,19 +50,19 @@ const c=window,d=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"
|
|
|
50
50
|
* @license
|
|
51
51
|
* Copyright 2017 Google LLC
|
|
52
52
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
|
-
*/;var m;const w=window,$=w.trustedTypes,S=$?$.emptyScript:"",O=w.reactiveElementPolyfillSupport,k={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}},E=(t,e)=>e!==t&&(e==e||t==t),
|
|
53
|
+
*/;var m;const w=window,$=w.trustedTypes,S=$?$.emptyScript:"",O=w.reactiveElementPolyfillSupport,k={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}},E=(t,e)=>e!==t&&(e==e||t==t),C={attribute:!0,type:String,converter:k,reflect:!1,hasChanged:E};let N=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Ep(i,e);void 0!==o&&(this._$Ev.set(o,i),t.push(o))})),t}static createProperty(t,e=C){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)||C}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(g(t))}else void 0!==t&&e.push(g(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return x(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=C){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:k).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:k;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||E)(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){}};
|
|
54
54
|
/**
|
|
55
55
|
* @license
|
|
56
56
|
* Copyright 2017 Google LLC
|
|
57
57
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
58
|
*/
|
|
59
|
-
var M;
|
|
59
|
+
var M;N.finalized=!0,N.elementProperties=new Map,N.elementStyles=[],N.shadowRootOptions={mode:"open"},null==O||O({ReactiveElement:N}),(null!==(m=w.reactiveElementVersions)&&void 0!==m?m:w.reactiveElementVersions=[]).push("1.6.1");const R=window,z=R.trustedTypes,F=z?z.createPolicy("lit-html",{createHTML:t=>t}):void 0,U="$lit$",j=`lit$${(Math.random()+"").slice(9)}$`,B="?"+j,I=`<${B}>`,T=document,L=()=>T.createComment(""),A=t=>null===t||"object"!=typeof t&&"function"!=typeof t,P=Array.isArray,D="[ \t\n\f\r]",Z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,W=/>/g,H=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),K=/'/g,V=/"/g,J=/^(?:script|style|textarea|title)$/i,X=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),q=Symbol.for("lit-noChange"),Y=Symbol.for("lit-nothing"),G=new WeakMap,Q=T.createTreeWalker(T,129,null,!1),tt=(t,e)=>{const i=t.length-1,o=[];let n,s=2===e?"<svg>":"",r=Z;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===Z?"!--"===l[1]?r=_:void 0!==l[1]?r=W:void 0!==l[2]?(J.test(l[2])&&(n=RegExp("</"+l[2],"g")),r=H):void 0!==l[3]&&(r=H):r===H?">"===l[0]?(r=null!=n?n:Z,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]?V:K):r===V||r===K?r=H:r===_||r===W?r=Z:(r=H,n=void 0);const c=r===H&&t[e+1].startsWith("/>")?" ":"";s+=r===Z?i+I:h>=0?(o.push(a),i.slice(0,h)+U+i.slice(h)+j+c):i+j+(-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!==F?F.createHTML(a):a,o]};class et{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]=tt(t,e);if(this.el=et.createElement(l,i),Q.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=Q.nextNode())&&a.length<r;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith(U)||e.startsWith(j)){const i=h[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+U).split(j),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?rt:"?"===e[1]?lt:"@"===e[1]?ht:st})}else a.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(J.test(o.tagName)){const t=o.textContent.split(j),e=t.length-1;if(e>0){o.textContent=z?z.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],L()),Q.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(j,t+1));)a.push({type:7,index:n}),t+=j.length-1}n++}}static createElement(t,e){const i=T.createElement("template");return i.innerHTML=t,i}}function it(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=A(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=it(t,l._$AS(t,e.values),l,o)),e}class ot{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:T).importNode(i,!0);Q.currentNode=n;let s=Q.nextNode(),r=0,a=0,l=o[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new nt(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new pt(s,this,t)),this._$AV.push(e),l=o[++a]}r!==(null==l?void 0:l.index)&&(s=Q.nextNode(),r++)}return n}v(t){let e=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class nt{constructor(t,e,i,o){var n;this.type=2,this._$AH=Y,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cp=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._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===(null==t?void 0:t.nodeType)&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=it(this,t,e),A(t)?t===Y||null==t||""===t?(this._$AH!==Y&&this._$AR(),this._$AH=Y):t!==this._$AH&&t!==q&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>P(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Y&&A(this._$AH)?this._$AA.nextSibling.data=t:this.$(T.createTextNode(t)),this._$AH=t}g(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=et.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.v(i);else{const t=new ot(n,this),e=t.u(this.options);t.v(i),this.$(e),this._$AH=t}}_$AC(t){let e=G.get(t.strings);return void 0===e&&G.set(t.strings,e=new et(t)),e}T(t){P(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 nt(this.k(L()),this.k(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._$Cp=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class st{constructor(t,e,i,o,n){this.type=1,this._$AH=Y,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=Y}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=it(this,t,e,0),s=!A(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=it(this,o[i+r],e,r),a===q&&(a=this._$AH[r]),s||(s=!A(a)||a!==this._$AH[r]),a===Y?t=Y:t!==Y&&(t+=(null!=a?a:"")+n[r+1]),this._$AH[r]=a}s&&!o&&this.j(t)}j(t){t===Y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class rt extends st{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Y?void 0:t}}const at=z?z.emptyScript:"";class lt extends st{constructor(){super(...arguments),this.type=4}j(t){t&&t!==Y?this.element.setAttribute(this.name,at):this.element.removeAttribute(this.name)}}class ht extends st{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=it(this,t,e,0))&&void 0!==i?i:Y)===q)return;const o=this._$AH,n=t===Y&&o!==Y||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,s=t!==Y&&(o===Y||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 pt{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){it(this,t)}}const ct=R.litHtmlPolyfillSupport;null==ct||ct(et,nt),(null!==(M=R.litHtmlVersions)&&void 0!==M?M:R.litHtmlVersions=[]).push("2.7.3");
|
|
60
60
|
/**
|
|
61
61
|
* @license
|
|
62
62
|
* Copyright 2017 Google LLC
|
|
63
63
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
64
64
|
*/
|
|
65
|
-
var dt,ft;let ut=class extends C{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,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 nt(e.insertBefore(A(),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}};ut.finalized=!0,ut._$litElement$=!0,null===(dt=globalThis.litElementHydrateSupport)||void 0===dt||dt.call(globalThis,{LitElement:ut});const bt=globalThis.litElementPolyfillSupport;null==bt||bt({LitElement:ut}),(null!==(ft=globalThis.litElementVersions)&&void 0!==ft?ft:globalThis.litElementVersions=[]).push("3.3.2");class vt{static create(t,e,i){let o=t=>v(null!=t?t:i),n=y`var(${v(t)}, ${o(i)})`;return n.name=t,n.category=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>y`var(${v(t)}, ${o(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),n=y`var(${v(t)}, ${o(i)})`;return n.name=t,n.category=e.category,n.fallbackVariable=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>y`var(${v(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):v(null!=e?e:t.defaultValue),o=y`var(${v(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=>y`var(${v(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 v(`${t.name}: ${e}`)}const xt={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")};class gt extends ut{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,i])=>t.registry.define(e,i))));const e={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(e);return x(i,t.elementStyles),i}}var mt,wt=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const $t=Symbol("constructorPrototype"),St=Symbol("constructorName"),Ot=Symbol("exportpartsDebouncer");class kt extends gt{constructor(){super(),this[mt]=new e(5),this[St]=this.constructor.name,this[$t]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[St]&&Object.setPrototypeOf(this,this[$t])}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[Ot].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(", "))}}mt=Ot,wt([o()],kt.prototype,"exportpartsPrefix",void 0),wt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!h(t,e),...null!=e?e:{}})}([])],kt.prototype,"exportpartsPrefixes",void 0),wt([o()],kt.prototype,"customStylesheet",void 0);const Et=y`
|
|
65
|
+
var dt,ft;let ut=class extends N{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,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 nt(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}};ut.finalized=!0,ut._$litElement$=!0,null===(dt=globalThis.litElementHydrateSupport)||void 0===dt||dt.call(globalThis,{LitElement:ut});const bt=globalThis.litElementPolyfillSupport;null==bt||bt({LitElement:ut}),(null!==(ft=globalThis.litElementVersions)&&void 0!==ft?ft:globalThis.litElementVersions=[]).push("3.3.2");class vt{static create(t,e,i){let o=t=>v(null!=t?t:i),n=y`var(${v(t)}, ${o(i)})`;return n.name=t,n.category=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>y`var(${v(t)}, ${o(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),n=y`var(${v(t)}, ${o(i)})`;return n.name=t,n.category=e.category,n.fallbackVariable=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>y`var(${v(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):v(null!=e?e:t.defaultValue),o=y`var(${v(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=>y`var(${v(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 v(`${t.name}: ${e}`)}const xt={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")};class gt extends ut{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,i])=>t.registry.define(e,i))));const e={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(e);return x(i,t.elementStyles),i}}var mt,wt=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const $t=Symbol("constructorPrototype"),St=Symbol("constructorName"),Ot=Symbol("exportpartsDebouncer");class kt extends gt{constructor(){super(),this[mt]=new e(5),this[St]=this.constructor.name,this[$t]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[St]&&Object.setPrototypeOf(this,this[$t])}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[Ot].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(", "))}}mt=Ot,wt([o()],kt.prototype,"exportpartsPrefix",void 0),wt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!h(t,e),...null!=e?e:{}})}([])],kt.prototype,"exportpartsPrefixes",void 0),wt([o()],kt.prototype,"customStylesheet",void 0);const Et=y`
|
|
66
66
|
.ft-no-text-select {
|
|
67
67
|
-webkit-touch-callout: none;
|
|
68
68
|
-webkit-user-select: none;
|
|
@@ -83,7 +83,7 @@ var dt,ft;let ut=class extends C{constructor(){super(...arguments),this.renderOp
|
|
|
83
83
|
-webkit-hyphens: auto;
|
|
84
84
|
hyphens: auto
|
|
85
85
|
}
|
|
86
|
-
`;const
|
|
86
|
+
`;const Ct=y`
|
|
87
87
|
.ft-safari-ellipsis-fix {
|
|
88
88
|
margin-right: 0;
|
|
89
89
|
|
|
@@ -94,7 +94,7 @@ var dt,ft;let ut=class extends C{constructor(){super(...arguments),this.renderOp
|
|
|
94
94
|
display: inline-block;
|
|
95
95
|
width: 0;
|
|
96
96
|
}
|
|
97
|
-
`;var
|
|
97
|
+
`;var Nt,Mt,Rt;const zt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Rt=null===(Mt=null===(Nt=window.safari)||void 0===Nt?void 0:Nt.pushNotification)||void 0===Mt?void 0:Mt.toString())&&void 0!==Rt?Rt:"");var Ft;t.FtInProductHelpMode=void 0,(Ft=t.FtInProductHelpMode||(t.FtInProductHelpMode={})).STANDARD="standard",Ft.THEATER="theater",Ft.FULLSCREEN="fullscreen";class Ut extends CustomEvent{constructor(t,e){super("visibility-change",{detail:{opened:t,displayMode:e}})}}const jt={standardSizeWidth:vt.create("--ft-in-product-help-standard-width","SIZE","400px"),standardSizeHeight:vt.create("--ft-in-product-help-standard-height","SIZE","630px"),topPosition:vt.create("--ft-in-product-help-top","SIZE","unset"),rightPosition:vt.create("--ft-in-product-help-right","SIZE","1rem"),bottomPosition:vt.create("--ft-in-product-help-bottom","SIZE","1rem"),leftPosition:vt.create("--ft-in-product-help-left","SIZE","unset"),zIndex:vt.create("--ft-in-product-help-zindex","NUMBER","10"),theaterSizeWidth:vt.create("--ft-in-product-help-theater-width","SIZE","90%"),theaterSizeHeight:vt.create("--ft-in-product-help-theater-height","SIZE","60%"),fullscreenSizeWidth:vt.create("--ft-in-product-help-fullscreen-width","SIZE","100%"),fullscreenSizeHeight:vt.create("--ft-in-product-help-fullscreen-height","SIZE","100%"),borderStyle:vt.create("--ft-in-product-help-border-style","BORDER-STYLE","solid"),borderWidth:vt.create("--ft-in-product-help-border-width","SIZE","0"),borderColor:vt.extend("--ft-in-product-help-border-color",xt.colorPrimary),borderRadius:vt.extend("--ft-in-product-help-border-radius",xt.borderRadiusM),shadow:vt.extend("--ft-in-product-help-shadow",xt.elevation02),topBarHeight:vt.create("--ft-in-product-help-top-bar-height","SIZE","28px"),iconColor:vt.extend("--ft-in-product-help-icon-color",xt.colorOnSurface),iconGap:vt.create("--ft-in-product-help-icon-gap","SIZE","8px"),tabletBreakpoint:vt.create("--ft-in-product-help-tablet-breakpoint","SIZE","768px"),desktopBreakpoint:vt.create("--ft-in-product-help-desktop-breakpoint","SIZE","1280px"),colorSurface:vt.external(xt.colorSurface,"Design system"),colorPrimary:vt.external(xt.colorPrimary,"Design system")},Bt=y`
|
|
98
98
|
.ft-in-product-help {
|
|
99
99
|
display: none;
|
|
100
100
|
position: fixed;
|
|
@@ -153,12 +153,12 @@ var dt,ft;let ut=class extends C{constructor(){super(...arguments),this.renderOp
|
|
|
153
153
|
* @license
|
|
154
154
|
* Copyright 2017 Google LLC
|
|
155
155
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
156
|
-
*/,It=1,Tt=2,
|
|
156
|
+
*/,It=1,Tt=2,Lt=t=>(...e)=>({_$litDirective$:t,values:e});class At{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)}}
|
|
157
157
|
/**
|
|
158
158
|
* @license
|
|
159
159
|
* Copyright 2017 Google LLC
|
|
160
160
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
161
|
-
*/let Pt=class extends
|
|
161
|
+
*/let Pt=class extends At{constructor(t){if(super(t),this.et=Y,t.type!==Tt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Y||null==t)return this.ft=void 0,this.et=t;if(t===q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const e=[t];return e.raw=e,this.ft={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Pt.directiveName="unsafeHTML",Pt.resultType=1;const Dt=Lt(Pt);var Zt,_t;!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.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",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.EYE_SLASH="",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="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK=""}(Zt||(Zt={})),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=""}(_t||(_t={})),new Map([...["abw"].map((t=>[t,_t.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,_t.AUDIO])),...["avi"].map((t=>[t,_t.AVI])),...["chm","xhs"].map((t=>[t,_t.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,_t.CODE])),...["csv"].map((t=>[t,_t.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,_t.DITA])),...["epub"].map((t=>[t,_t.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,_t.EXCEL])),...["flac"].map((t=>[t,_t.FLAC])),...["gif"].map((t=>[t,_t.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,_t.GZIP])),...["html","htm","xhtml"].map((t=>[t,_t.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,_t.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,_t.JPEG])),...["json"].map((t=>[t,_t.JSON])),...["m4a","m4p"].map((t=>[t,_t.M4A])),...["mov","qt"].map((t=>[t,_t.MOV])),...["mp3"].map((t=>[t,_t.MP3])),...["mp4","m4v"].map((t=>[t,_t.MP4])),...["ogg","oga"].map((t=>[t,_t.OGG])),...["pdf","ps"].map((t=>[t,_t.PDF])),...["png"].map((t=>[t,_t.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,_t.POWERPOINT])),...["rar"].map((t=>[t,_t.RAR])),...["stp"].map((t=>[t,_t.STP])),...["txt","rtf","md","mdown"].map((t=>[t,_t.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,_t.VIDEO])),...["wav"].map((t=>[t,_t.WAV])),...["wma"].map((t=>[t,_t.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,_t.WORD])),...["xml","xsl","rdf"].map((t=>[t,_t.XML])),...["yaml","yml","x-yaml"].map((t=>[t,_t.YAML])),...["zip"].map((t=>[t,_t.ZIP]))]);const Wt={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")},Ht=y`
|
|
162
162
|
:host, i.ft-icon {
|
|
163
163
|
display: inline-flex;
|
|
164
164
|
align-items: center;
|
|
@@ -167,14 +167,14 @@ var dt,ft;let ut=class extends C{constructor(){super(...arguments),this.renderOp
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
:host {
|
|
170
|
-
width: ${
|
|
171
|
-
height: ${
|
|
170
|
+
width: ${Wt.size};
|
|
171
|
+
height: ${Wt.size};
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
i.ft-icon {
|
|
175
175
|
width: 100%;
|
|
176
176
|
height: 100%;
|
|
177
|
-
font-size: ${
|
|
177
|
+
font-size: ${Wt.size};
|
|
178
178
|
line-height: 1;
|
|
179
179
|
font-weight: normal;
|
|
180
180
|
text-transform: none;
|
|
@@ -185,39 +185,39 @@ var dt,ft;let ut=class extends C{constructor(){super(...arguments),this.renderOp
|
|
|
185
185
|
text-rendering: auto;
|
|
186
186
|
-webkit-font-smoothing: antialiased;
|
|
187
187
|
-moz-osx-font-smoothing: grayscale;
|
|
188
|
-
vertical-align: ${
|
|
188
|
+
vertical-align: ${Wt.verticalAlign};
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
i.ft-icon.ft-icon--fluid-topics {
|
|
192
|
-
font-family: ${
|
|
192
|
+
font-family: ${Wt.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
193
193
|
|
|
194
194
|
/* Ugly fix because font is broken */
|
|
195
|
-
font-size: calc(0.75 * ${
|
|
196
|
-
line-height: ${
|
|
195
|
+
font-size: calc(0.75 * ${Wt.size});
|
|
196
|
+
line-height: ${Wt.size};
|
|
197
197
|
position: relative;
|
|
198
198
|
top: -4%;
|
|
199
199
|
justify-content: center;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
.ft-icon--file-format {
|
|
203
|
-
font-family: ${
|
|
203
|
+
font-family: ${Wt.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.ft-icon--material {
|
|
207
|
-
font-family: ${
|
|
207
|
+
font-family: ${Wt.materialFontFamily}, "Material Icons", sans-serif;
|
|
208
208
|
}
|
|
209
|
-
`;var Kt;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Kt||(Kt={}));var Vt=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 Jt extends kt{constructor(){super(...arguments),this.resolvedIcon=
|
|
209
|
+
`;var Kt;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Kt||(Kt={}));var Vt=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 Jt extends kt{constructor(){super(...arguments),this.resolvedIcon=Y}render(){const t=this.variant&&Object.values(Kt).includes(this.variant)?this.variant:Kt.fluid_topics,e=t!==Kt.material||!!this.value;return X`
|
|
210
210
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
211
211
|
${Dt(this.resolvedIcon)}
|
|
212
212
|
<slot ?hidden=${e}></slot>
|
|
213
213
|
</i>
|
|
214
|
-
`}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 Kt.file_format:this.resolvedIcon=null!==(t=
|
|
214
|
+
`}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 Kt.file_format:this.resolvedIcon=null!==(t=_t[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case Kt.material:this.resolvedIcon=this.value||Y;break;default:this.resolvedIcon=null!==(e=Zt[i.replace("-","_").toUpperCase()])&&void 0!==e?e:i}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Jt.elementDefinitions={},Jt.styles=Ht,Vt([o()],Jt.prototype,"variant",void 0),Vt([o()],Jt.prototype,"value",void 0),Vt([n()],Jt.prototype,"resolvedIcon",void 0),Vt([r("slot")],Jt.prototype,"slottedContent",void 0),p("ft-icon")(Jt);
|
|
215
215
|
/**
|
|
216
216
|
* @license
|
|
217
217
|
* Copyright 2018 Google LLC
|
|
218
218
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
219
219
|
*/
|
|
220
|
-
const Xt=
|
|
220
|
+
const Xt=Lt(class extends At{constructor(t){var e;if(super(t),t.type!==It||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.nt)||void 0===i?void 0:i.has(t))&&this.it.add(t);return this.render(e)}const n=t.element.classList;this.it.forEach((t=>{t in e||(n.remove(t),this.it.delete(t))}));for(const t in e){const i=!!e[t];i===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.it.add(t)):(n.remove(t),this.it.delete(t)))}return q}}),qt=vt.extend("--ft-ripple-color",xt.colorContent),Yt={color:qt,backgroundColor:vt.extend("--ft-ripple-background-color",qt),opacityContentOnSurfacePressed:vt.external(xt.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:vt.external(xt.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:vt.external(xt.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:vt.external(xt.opacityContentOnSurfaceSelected,"Design system"),borderRadius:vt.create("--ft-ripple-border-radius","SIZE","0px")},Gt=vt.extend("--ft-ripple-color",xt.colorPrimary),Qt=Gt,te=vt.extend("--ft-ripple-background-color",Gt),ee=vt.extend("--ft-ripple-color",xt.colorSecondary),ie=ee,oe=vt.extend("--ft-ripple-background-color",ee),ne=y`
|
|
221
221
|
:host {
|
|
222
222
|
display: contents;
|
|
223
223
|
}
|
|
@@ -230,7 +230,7 @@ const Xt=At(class extends Lt{constructor(t){var e;if(super(t),t.type!==It||"clas
|
|
|
230
230
|
|
|
231
231
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
232
232
|
overflow: hidden;
|
|
233
|
-
border-radius: ${
|
|
233
|
+
border-radius: ${Yt.borderRadius};
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.ft-ripple .ft-ripple--background,
|
|
@@ -240,11 +240,11 @@ const Xt=At(class extends Lt{constructor(t){var e;if(super(t),t.type!==It||"clas
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
.ft-ripple .ft-ripple--background {
|
|
243
|
-
background-color: ${
|
|
243
|
+
background-color: ${Yt.backgroundColor};
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.ft-ripple .ft-ripple--effect {
|
|
247
|
-
background-color: ${
|
|
247
|
+
background-color: ${Yt.color};
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
@@ -292,19 +292,19 @@ const Xt=At(class extends Lt{constructor(t){var e;if(super(t),t.type!==It||"clas
|
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
295
|
-
opacity: ${
|
|
295
|
+
opacity: ${Yt.opacityContentOnSurfaceHover};
|
|
296
296
|
}
|
|
297
297
|
|
|
298
298
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
299
|
-
opacity: ${
|
|
299
|
+
opacity: ${Yt.opacityContentOnSurfaceSelected};
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
303
|
-
opacity: ${
|
|
303
|
+
opacity: ${Yt.opacityContentOnSurfaceFocused};
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
307
|
-
opacity: ${
|
|
307
|
+
opacity: ${Yt.opacityContentOnSurfacePressed};
|
|
308
308
|
transform: translate(-50%, -50%) scale(1);
|
|
309
309
|
}
|
|
310
310
|
`;var se=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 re extends kt{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.isFocusVisible(null==t?void 0:t.target)&&!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 X`
|
|
@@ -330,7 +330,7 @@ const Xt=At(class extends Lt{constructor(t){var e;if(super(t),t.type!==It||"clas
|
|
|
330
330
|
* Copyright 2020 Google LLC
|
|
331
331
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
332
332
|
*/
|
|
333
|
-
const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void 0:t._$litStatic$},he=t=>({_$litStatic$:t,r:ae}),pe=new Map,ce=(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=le(s));)l+=n+e[++h],p=!0;h!==o&&a.push(s),r.push(l),h++}if(h===o&&r.push(e[o]),p){const t=r.join("$$lit$$");void 0===(e=pe.get(t))&&(r.raw=r,pe.set(t,e=r)),i=a}return t(e,...i)})(X);var de;!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"}(de||(de={}));const fe=vt.extend("--ft-typography-font-family",xt.titleFont),ue=vt.extend("--ft-typography-font-family",xt.contentFont),be={fontFamily:ue,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")},ve=vt.extend("--ft-typography-title-font-family",fe),ye=vt.extend("--ft-typography-title-font-size",be.fontSize,"20px"),xe=vt.extend("--ft-typography-title-font-weight",be.fontWeight,"normal"),ge=vt.extend("--ft-typography-title-letter-spacing",be.letterSpacing,"0.15px"),me=vt.extend("--ft-typography-title-line-height",be.lineHeight,"1.2"),we=vt.extend("--ft-typography-title-text-transform",be.textTransform,"inherit"),$e=vt.extend("--ft-typography-title-dense-font-family",fe),Se=vt.extend("--ft-typography-title-dense-font-size",be.fontSize,"14px"),Oe=vt.extend("--ft-typography-title-dense-font-weight",be.fontWeight,"normal"),ke=vt.extend("--ft-typography-title-dense-letter-spacing",be.letterSpacing,"0.105px"),Ee=vt.extend("--ft-typography-title-dense-line-height",be.lineHeight,"1.7"),
|
|
333
|
+
const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void 0:t._$litStatic$},he=t=>({_$litStatic$:t,r:ae}),pe=new Map,ce=(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=le(s));)l+=n+e[++h],p=!0;h!==o&&a.push(s),r.push(l),h++}if(h===o&&r.push(e[o]),p){const t=r.join("$$lit$$");void 0===(e=pe.get(t))&&(r.raw=r,pe.set(t,e=r)),i=a}return t(e,...i)})(X);var de;!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"}(de||(de={}));const fe=vt.extend("--ft-typography-font-family",xt.titleFont),ue=vt.extend("--ft-typography-font-family",xt.contentFont),be={fontFamily:ue,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")},ve=vt.extend("--ft-typography-title-font-family",fe),ye=vt.extend("--ft-typography-title-font-size",be.fontSize,"20px"),xe=vt.extend("--ft-typography-title-font-weight",be.fontWeight,"normal"),ge=vt.extend("--ft-typography-title-letter-spacing",be.letterSpacing,"0.15px"),me=vt.extend("--ft-typography-title-line-height",be.lineHeight,"1.2"),we=vt.extend("--ft-typography-title-text-transform",be.textTransform,"inherit"),$e=vt.extend("--ft-typography-title-dense-font-family",fe),Se=vt.extend("--ft-typography-title-dense-font-size",be.fontSize,"14px"),Oe=vt.extend("--ft-typography-title-dense-font-weight",be.fontWeight,"normal"),ke=vt.extend("--ft-typography-title-dense-letter-spacing",be.letterSpacing,"0.105px"),Ee=vt.extend("--ft-typography-title-dense-line-height",be.lineHeight,"1.7"),Ce=vt.extend("--ft-typography-title-dense-text-transform",be.textTransform,"inherit"),Ne=vt.extend("--ft-typography-subtitle1-font-family",ue),Me=vt.extend("--ft-typography-subtitle1-font-size",be.fontSize,"16px"),Re=vt.extend("--ft-typography-subtitle1-font-weight",be.fontWeight,"600"),ze=vt.extend("--ft-typography-subtitle1-letter-spacing",be.letterSpacing,"0.144px"),Fe=vt.extend("--ft-typography-subtitle1-line-height",be.lineHeight,"1.5"),Ue=vt.extend("--ft-typography-subtitle1-text-transform",be.textTransform,"inherit"),je=vt.extend("--ft-typography-subtitle2-font-family",ue),Be=vt.extend("--ft-typography-subtitle2-font-size",be.fontSize,"14px"),Ie=vt.extend("--ft-typography-subtitle2-font-weight",be.fontWeight,"normal"),Te=vt.extend("--ft-typography-subtitle2-letter-spacing",be.letterSpacing,"0.098px"),Le=vt.extend("--ft-typography-subtitle2-line-height",be.lineHeight,"1.7"),Ae=vt.extend("--ft-typography-subtitle2-text-transform",be.textTransform,"inherit"),Pe=vt.extend("--ft-typography-body1-font-family",ue),De=vt.extend("--ft-typography-body1-font-size",be.fontSize,"16px"),Ze=vt.extend("--ft-typography-body1-font-weight",be.fontWeight,"normal"),_e=vt.extend("--ft-typography-body1-letter-spacing",be.letterSpacing,"0.496px"),We=vt.extend("--ft-typography-body1-line-height",be.lineHeight,"1.5"),He=vt.extend("--ft-typography-body1-text-transform",be.textTransform,"inherit"),Ke=vt.extend("--ft-typography-body2-font-family",ue),Ve=vt.extend("--ft-typography-body2-font-size",be.fontSize,"14px"),Je=vt.extend("--ft-typography-body2-font-weight",be.fontWeight,"normal"),Xe=vt.extend("--ft-typography-body2-letter-spacing",be.letterSpacing,"0.252px"),qe=vt.extend("--ft-typography-body2-line-height",be.lineHeight,"1.4"),Ye=vt.extend("--ft-typography-body2-text-transform",be.textTransform,"inherit"),Ge=vt.extend("--ft-typography-caption-font-family",ue),Qe=vt.extend("--ft-typography-caption-font-size",be.fontSize,"12px"),ti=vt.extend("--ft-typography-caption-font-weight",be.fontWeight,"normal"),ei=vt.extend("--ft-typography-caption-letter-spacing",be.letterSpacing,"0.396px"),ii=vt.extend("--ft-typography-caption-line-height",be.lineHeight,"1.33"),oi=vt.extend("--ft-typography-caption-text-transform",be.textTransform,"inherit"),ni=vt.extend("--ft-typography-breadcrumb-font-family",ue),si=vt.extend("--ft-typography-breadcrumb-font-size",be.fontSize,"10px"),ri=vt.extend("--ft-typography-breadcrumb-font-weight",be.fontWeight,"normal"),ai=vt.extend("--ft-typography-breadcrumb-letter-spacing",be.letterSpacing,"0.33px"),li=vt.extend("--ft-typography-breadcrumb-line-height",be.lineHeight,"1.6"),hi=vt.extend("--ft-typography-breadcrumb-text-transform",be.textTransform,"inherit"),pi=vt.extend("--ft-typography-overline-font-family",ue),ci=vt.extend("--ft-typography-overline-font-size",be.fontSize,"10px"),di=vt.extend("--ft-typography-overline-font-weight",be.fontWeight,"normal"),fi=vt.extend("--ft-typography-overline-letter-spacing",be.letterSpacing,"1.5px"),ui=vt.extend("--ft-typography-overline-line-height",be.lineHeight,"1.6"),bi=vt.extend("--ft-typography-overline-text-transform",be.textTransform,"uppercase"),vi={fontFamily:vt.extend("--ft-typography-button-font-family",ue),fontSize:vt.extend("--ft-typography-button-font-size",be.fontSize,"14px"),fontWeight:vt.extend("--ft-typography-button-font-weight",be.fontWeight,"600"),letterSpacing:vt.extend("--ft-typography-button-letter-spacing",be.letterSpacing,"1.246px"),lineHeight:vt.extend("--ft-typography-button-line-height",be.lineHeight,"1.15"),textTransform:vt.extend("--ft-typography-button-text-transform",be.textTransform,"uppercase")},yi=y`
|
|
334
334
|
.ft-typography--title {
|
|
335
335
|
font-family: ${ve};
|
|
336
336
|
font-size: ${ye};
|
|
@@ -346,16 +346,16 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
346
346
|
font-weight: ${Oe};
|
|
347
347
|
letter-spacing: ${ke};
|
|
348
348
|
line-height: ${Ee};
|
|
349
|
-
text-transform: ${
|
|
349
|
+
text-transform: ${Ce};
|
|
350
350
|
}
|
|
351
351
|
`,gi=y`
|
|
352
352
|
.ft-typography--subtitle1 {
|
|
353
|
-
font-family: ${
|
|
353
|
+
font-family: ${Ne};
|
|
354
354
|
font-size: ${Me};
|
|
355
|
-
font-weight: ${
|
|
356
|
-
letter-spacing: ${
|
|
357
|
-
line-height: ${
|
|
358
|
-
text-transform: ${
|
|
355
|
+
font-weight: ${Re};
|
|
356
|
+
letter-spacing: ${ze};
|
|
357
|
+
line-height: ${Fe};
|
|
358
|
+
text-transform: ${Ue};
|
|
359
359
|
}
|
|
360
360
|
`,mi=y`
|
|
361
361
|
.ft-typography--subtitle2 {
|
|
@@ -363,17 +363,17 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
363
363
|
font-size: ${Be};
|
|
364
364
|
font-weight: ${Ie};
|
|
365
365
|
letter-spacing: ${Te};
|
|
366
|
-
line-height: ${
|
|
367
|
-
text-transform: ${
|
|
366
|
+
line-height: ${Le};
|
|
367
|
+
text-transform: ${Ae};
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
`,wi=y`
|
|
371
371
|
.ft-typography--body1 {
|
|
372
372
|
font-family: ${Pe};
|
|
373
373
|
font-size: ${De};
|
|
374
|
-
font-weight: ${
|
|
375
|
-
letter-spacing: ${
|
|
376
|
-
line-height: ${
|
|
374
|
+
font-weight: ${Ze};
|
|
375
|
+
letter-spacing: ${_e};
|
|
376
|
+
line-height: ${We};
|
|
377
377
|
text-transform: ${He};
|
|
378
378
|
}
|
|
379
379
|
`,$i=y`
|
|
@@ -383,11 +383,11 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
383
383
|
font-weight: ${Je};
|
|
384
384
|
letter-spacing: ${Xe};
|
|
385
385
|
line-height: ${qe};
|
|
386
|
-
text-transform: ${
|
|
386
|
+
text-transform: ${Ye};
|
|
387
387
|
}
|
|
388
388
|
`,Si=y`
|
|
389
389
|
.ft-typography--caption {
|
|
390
|
-
font-family: ${
|
|
390
|
+
font-family: ${Ge};
|
|
391
391
|
font-size: ${Qe};
|
|
392
392
|
font-weight: ${ti};
|
|
393
393
|
letter-spacing: ${ei};
|
|
@@ -421,18 +421,18 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
421
421
|
line-height: ${vi.lineHeight};
|
|
422
422
|
text-transform: ${vi.textTransform};
|
|
423
423
|
}
|
|
424
|
-
`,
|
|
424
|
+
`,Ci=y`
|
|
425
425
|
.ft-typography {
|
|
426
426
|
vertical-align: inherit;
|
|
427
427
|
}
|
|
428
|
-
`;var
|
|
428
|
+
`;var Ni=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,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 Mi extends kt{constructor(){super(...arguments),this.variant=de.body1}render(){return this.element?ce`
|
|
429
429
|
<${he(this.element)}
|
|
430
430
|
class="ft-typography ft-typography--${this.variant}">
|
|
431
431
|
<slot></slot>
|
|
432
432
|
</${he(this.element)}>
|
|
433
433
|
`:ce`
|
|
434
434
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
435
|
-
`}}Mi.styles=[yi,xi,gi,mi,wi,$i,Si,Oi,ki,Ei,
|
|
435
|
+
`}}Mi.styles=[yi,xi,gi,mi,wi,$i,Si,Oi,ki,Ei,Ci],Ni([o()],Mi.prototype,"element",void 0),Ni([o()],Mi.prototype,"variant",void 0),p("ft-typography")(Mi);const Ri=vt.create("--ft-tooltip-distance","SIZE","4px"),zi=vt.create("--ft-tooltip-color","COLOR","#FFFFFF"),Fi=vt.create("--ft-tooltip-background-color","COLOR","#666666"),Ui=vt.create("--ft-tooltip-z-index","NUMBER","1"),ji=vt.external(xt.borderRadiusS,"Design system"),Bi=vt.create("--ft-tooltip-max-width","SIZE","150px"),Ii=y`
|
|
436
436
|
.ft-tooltip--container {
|
|
437
437
|
display: block;
|
|
438
438
|
position: relative;
|
|
@@ -450,21 +450,21 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
450
450
|
width: max-content;
|
|
451
451
|
max-width: ${Bi};
|
|
452
452
|
text-align: center;
|
|
453
|
-
padding: ${
|
|
454
|
-
z-index: ${
|
|
453
|
+
padding: ${Ri};
|
|
454
|
+
z-index: ${Ui};
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
.ft-tooltip--content {
|
|
458
458
|
padding: 4px 8px;
|
|
459
459
|
border-radius: ${ji};
|
|
460
|
-
background-color: ${
|
|
461
|
-
color: ${
|
|
460
|
+
background-color: ${Fi};
|
|
461
|
+
color: ${zi};
|
|
462
462
|
top: -500px;
|
|
463
463
|
left: -500px;
|
|
464
464
|
position: relative;
|
|
465
465
|
word-break: break-word;
|
|
466
466
|
}
|
|
467
|
-
`;var Ti=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
|
|
467
|
+
`;var Ti=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 Li extends kt{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 X`
|
|
468
468
|
<div part="container"
|
|
469
469
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
470
470
|
@mouseenter=${this.onHover}
|
|
@@ -482,13 +482,13 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
482
482
|
</div>
|
|
483
483
|
</div>
|
|
484
484
|
</div>
|
|
485
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){super.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=4-e.left);const r=this.tooltip.style;r.left=n+"px",r.top=s+"px",r.maxWidth=`max(${e.width}px, ${Bi})`}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())}}
|
|
485
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){super.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=4-e.left);const r=this.tooltip.style;r.left=n+"px",r.top=s+"px",r.maxWidth=`max(${e.width}px, ${Bi})`}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())}}Li.elementDefinitions={"ft-typography":Mi},Li.styles=Ii,Ti([o()],Li.prototype,"text",void 0),Ti([o({type:Boolean})],Li.prototype,"manual",void 0),Ti([o({type:Boolean})],Li.prototype,"inline",void 0),Ti([o({type:Number})],Li.prototype,"delay",void 0),Ti([o()],Li.prototype,"position",void 0),Ti([
|
|
486
486
|
/**
|
|
487
487
|
* @license
|
|
488
488
|
* Copyright 2017 Google LLC
|
|
489
489
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
490
490
|
*/
|
|
491
|
-
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)],
|
|
491
|
+
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)],Li.prototype,"slotNodes",void 0),Ti([r(".ft-tooltip--container")],Li.prototype,"container",void 0),Ti([r("slot")],Li.prototype,"target",void 0),Ti([r(".ft-tooltip")],Li.prototype,"tooltip",void 0),Ti([r(".ft-tooltip--content")],Li.prototype,"tooltipContent",void 0),Ti([n()],Li.prototype,"visible",void 0),p("ft-tooltip")(Li);const Ai={color:vt.extend("--ft-loader-color",xt.colorPrimary),size:vt.create("--ft-loader-size","SIZE","80px")},Pi=y`
|
|
492
492
|
:host {
|
|
493
493
|
line-height: 0;
|
|
494
494
|
}
|
|
@@ -497,8 +497,8 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
497
497
|
display: inline-block;
|
|
498
498
|
position: relative;
|
|
499
499
|
|
|
500
|
-
width: ${
|
|
501
|
-
height: ${
|
|
500
|
+
width: ${Ai.size};
|
|
501
|
+
height: ${Ai.size};
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
.ft-loader div {
|
|
@@ -507,7 +507,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
507
507
|
width: 25%;
|
|
508
508
|
height: 25%;
|
|
509
509
|
border-radius: 50%;
|
|
510
|
-
background: ${
|
|
510
|
+
background: ${Ai.color};
|
|
511
511
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
512
512
|
}
|
|
513
513
|
|
|
@@ -554,7 +554,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
554
554
|
transform: translate(0, 0);
|
|
555
555
|
}
|
|
556
556
|
100% {
|
|
557
|
-
transform: translate(calc(0.35 * ${
|
|
557
|
+
transform: translate(calc(0.35 * ${Ai.size}), 0);
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
`;class Di extends kt{render(){return X`
|
|
@@ -564,7 +564,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
564
564
|
<div></div>
|
|
565
565
|
<div></div>
|
|
566
566
|
</div>
|
|
567
|
-
`}}Di.styles=Pi,p("ft-loader")(Di);const
|
|
567
|
+
`}}Di.styles=Pi,p("ft-loader")(Di);const Zi=vt.extend("--ft-button-color",xt.colorPrimary),_i={backgroundColor:vt.extend("--ft-button-background-color",xt.colorSurface),borderRadius:vt.extend("--ft-button-border-radius",xt.borderRadiusL),color:Zi,fontSize:vt.extend("--ft-button-font-size",vi.fontSize),iconSize:vt.create("--ft-button-icon-size","SIZE","24px"),rippleColor:vt.extend("--ft-button-ripple-color",Zi),verticalPadding:vt.create("--ft-button-vertical-padding","SIZE","6px"),horizontalPadding:vt.create("--ft-button-horizontal-padding","SIZE","8px"),iconPadding:vt.create("--ft-button-icon-padding","SIZE","8px"),opacityDisabled:vt.external(xt.colorOpacityDisabled,"Design system")},Wi=vt.extend("--ft-button-primary-color",vt.extend("--ft-button-color",xt.colorOnPrimary)),Hi={backgroundColor:vt.extend("--ft-button-primary-background-color",vt.extend("--ft-button-background-color",xt.colorPrimary)),color:Wi,rippleColor:vt.extend("--ft-button-primary-ripple-color",Wi)},Ki=vt.extend("--ft-button-dense-border-radius",vt.extend("--ft-button-border-radius",xt.borderRadiusM)),Vi=vt.create("--ft-button-dense-vertical-padding","SIZE","2px"),Ji=vt.create("--ft-button-dense-horizontal-padding","SIZE","4px"),Xi=vt.create("--ft-button-dense-icon-padding","SIZE","4px"),qi=[y`
|
|
568
568
|
:host {
|
|
569
569
|
display: inline-block;
|
|
570
570
|
max-width: 100%;
|
|
@@ -575,7 +575,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
575
575
|
box-shadow: 0px 0px 0px transparent;
|
|
576
576
|
border: 0px solid transparent;
|
|
577
577
|
text-shadow: 0px 0px 0px transparent;
|
|
578
|
-
font-size: ${
|
|
578
|
+
font-size: ${_i.fontSize};
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
button:hover {
|
|
@@ -604,21 +604,21 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
604
604
|
border: none;
|
|
605
605
|
pointer-events: auto;
|
|
606
606
|
|
|
607
|
-
--ft-button-internal-line-height: max(calc(${
|
|
608
|
-
--ft-button-internal-color: ${
|
|
609
|
-
${yt(
|
|
610
|
-
${yt(
|
|
607
|
+
--ft-button-internal-line-height: max(calc(${_i.fontSize} + 2px), ${_i.iconSize});
|
|
608
|
+
--ft-button-internal-color: ${_i.color};
|
|
609
|
+
${yt(Wt.size,_i.iconSize)};
|
|
610
|
+
${yt(Yt.color,_i.rippleColor)};
|
|
611
611
|
|
|
612
|
-
border-radius: ${
|
|
613
|
-
padding: ${
|
|
614
|
-
background-color: ${
|
|
612
|
+
border-radius: ${_i.borderRadius};
|
|
613
|
+
padding: ${_i.verticalPadding} ${_i.horizontalPadding};
|
|
614
|
+
background-color: ${_i.backgroundColor};
|
|
615
615
|
color: var(--ft-button-internal-color);
|
|
616
616
|
-webkit-mask-image: radial-gradient(white, black);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
.ft-button.ft-button--outlined {
|
|
620
620
|
border: 1px solid var(--ft-button-internal-color);
|
|
621
|
-
padding: calc(${
|
|
621
|
+
padding: calc(${_i.verticalPadding} - 1px) calc(${_i.horizontalPadding} - 1px);
|
|
622
622
|
}
|
|
623
623
|
|
|
624
624
|
.ft-button.ft-button--dense {
|
|
@@ -636,7 +636,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
636
636
|
}
|
|
637
637
|
|
|
638
638
|
.ft-button--round {
|
|
639
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
639
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${_i.verticalPadding});
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.ft-button--round.ft-button--dense {
|
|
@@ -645,13 +645,13 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
645
645
|
|
|
646
646
|
.ft-button[disabled] {
|
|
647
647
|
filter: grayscale(1);
|
|
648
|
-
opacity: ${
|
|
648
|
+
opacity: ${_i.opacityDisabled};
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
.ft-button.ft-button--primary {
|
|
652
652
|
background-color: ${Hi.backgroundColor};
|
|
653
653
|
--ft-button-internal-color: ${Hi.color};
|
|
654
|
-
${yt(
|
|
654
|
+
${yt(Yt.color,Hi.rippleColor)};
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.ft-button:focus {
|
|
@@ -664,7 +664,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
664
664
|
white-space: nowrap;
|
|
665
665
|
text-overflow: ellipsis;
|
|
666
666
|
display: block;
|
|
667
|
-
margin: 0 ${
|
|
667
|
+
margin: 0 ${_i.iconPadding};
|
|
668
668
|
${yt(vi.fontSize,"1em")};
|
|
669
669
|
${yt(vi.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
670
670
|
}
|
|
@@ -683,8 +683,8 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
.ft-button--label[hidden] + ft-icon {
|
|
686
|
-
margin: 0 calc(${
|
|
687
|
-
padding: 0 ${
|
|
686
|
+
margin: 0 calc(${_i.horizontalPadding} * -1);
|
|
687
|
+
padding: 0 ${_i.verticalPadding};
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
@@ -698,10 +698,10 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
ft-loader {
|
|
701
|
-
${yt(
|
|
702
|
-
${yt(
|
|
701
|
+
${yt(Ai.size,_i.iconSize)};
|
|
702
|
+
${yt(Ai.color,"var(--ft-button-internal-color)")};
|
|
703
703
|
}
|
|
704
|
-
`,Et];var Gi
|
|
704
|
+
`,Et];var Yi,Gi=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 Qi extends kt{constructor(){super(...arguments),this.role="button",this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.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(X`
|
|
705
705
|
<button part="button"
|
|
706
706
|
class="${Xt(t)}"
|
|
707
707
|
aria-label="${this.getLabel()}"
|
|
@@ -710,7 +710,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
710
710
|
<ft-typography part="label"
|
|
711
711
|
variant="button"
|
|
712
712
|
element="span"
|
|
713
|
-
class="ft-button--label ${
|
|
713
|
+
class="ft-button--label ${zt?"ft-safari-ellipsis-fix":""}"
|
|
714
714
|
?hidden=${!this.hasTextContent()}>
|
|
715
715
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
716
716
|
</ft-typography>
|
|
@@ -724,7 +724,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
724
724
|
</ft-tooltip>
|
|
725
725
|
`:t}resolveIcon(){return this.loading?X`
|
|
726
726
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?X`
|
|
727
|
-
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:
|
|
727
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:Y}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}}Qi.elementDefinitions={"ft-ripple":re,"ft-tooltip":Li,"ft-typography":Mi,"ft-icon":Jt,"ft-loader":Di},Qi.styles=[Ct,qi],Gi([o({type:String,reflect:!0})],Qi.prototype,"role",void 0),Gi([o({type:Boolean})],Qi.prototype,"primary",void 0),Gi([o({type:Boolean})],Qi.prototype,"outlined",void 0),Gi([o({type:Boolean})],Qi.prototype,"disabled",void 0),Gi([o({type:Boolean})],Qi.prototype,"dense",void 0),Gi([o({type:Boolean})],Qi.prototype,"round",void 0),Gi([o()],Qi.prototype,"label",void 0),Gi([o()],Qi.prototype,"icon",void 0),Gi([o()],Qi.prototype,"iconVariant",void 0),Gi([o({type:Boolean})],Qi.prototype,"trailingIcon",void 0),Gi([o({type:Boolean})],Qi.prototype,"loading",void 0),Gi([o()],Qi.prototype,"tooltipPosition",void 0),Gi([o({type:Boolean})],Qi.prototype,"hideTooltip",void 0),Gi([o({type:Boolean})],Qi.prototype,"forceTooltip",void 0),Gi([r(".ft-button")],Qi.prototype,"button",void 0),Gi([r(".ft-button--label slot")],Qi.prototype,"slottedContent",void 0),p("ft-button")(Qi),function(t){t.S="S",t.M="M",t.L="L",t.XL="XL",t.XXL="XXL"}(Yi||(Yi={}));const to=y`
|
|
728
728
|
.ft-size-watcher--pixel {
|
|
729
729
|
width: 0;
|
|
730
730
|
height: 0;
|
|
@@ -743,11 +743,11 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
743
743
|
.ft-size-watcher--local .ft-size-watcher--watcher {
|
|
744
744
|
width: 100%;
|
|
745
745
|
}
|
|
746
|
-
`;var eo=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 io extends CustomEvent{constructor(t,e){super("change",{detail:{size:t,category:e}})}}class oo extends kt{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=
|
|
746
|
+
`;var eo=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 io extends CustomEvent{constructor(t,e){super("change",{detail:{size:t,category:e}})}}class oo extends kt{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=Yi.S,this.resizeObserver=new ResizeObserver((()=>this.updateSize())),this.debouncer=new e}render(){return X`
|
|
747
747
|
<div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
|
|
748
748
|
<div class="ft-size-watcher--watcher"></div>
|
|
749
749
|
</div>
|
|
750
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run((()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=
|
|
750
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run((()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=Yi.S:this.size<976?this.category=Yi.M:this.size<1024?this.category=Yi.L:this.size<1440?this.category=Yi.XL:this.category=Yi.XXL,this.dispatchEvent(new io(this.size,this.category)))}),this.debounceTimeout)}}oo.elementDefinitions={},oo.styles=to,eo([o({type:Number})],oo.prototype,"debounceTimeout",void 0),eo([o({type:Boolean})],oo.prototype,"local",void 0),eo([o({type:Number,reflect:!0})],oo.prototype,"size",void 0),eo([o({type:String,reflect:!0})],oo.prototype,"category",void 0),eo([r(".ft-size-watcher--watcher")],oo.prototype,"watcher",void 0),p("ft-size-watcher")(oo);var no=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 so extends kt{constructor(){super(...arguments),this.portalUrl="",this.opened=!1,this.displayMode=t.FtInProductHelpMode.STANDARD,this.closeIcon=Zt.X_MARK,this.standardModeIcon=Zt.PIP,this.disableStandardMode=!1,this.theaterModeIcon=Zt.PIP_WIDE,this.disableTheaterMode=!1,this.fullscreenModeIcon=Zt.EXPAND_WIDE,this.disableFullscreenMode=!1,this.allowStandardMode=!0,this.allowTheaterMode=!0,this.allowFullscreenMode=!0}render(){const e={"ft-in-product-help":!0,"ft-in-product-help--opened":this.opened,"ft-in-product-help--standard":this.displayMode==t.FtInProductHelpMode.STANDARD,"ft-in-product-help--theater":this.displayMode==t.FtInProductHelpMode.THEATER,"ft-in-product-help--fullscreen":this.displayMode==t.FtInProductHelpMode.FULLSCREEN},i=this.allowStandardMode&&(this.allowTheaterMode||this.allowFullscreenMode),o=this.allowTheaterMode&&(this.allowStandardMode||this.allowFullscreenMode),n=this.allowFullscreenMode&&(this.allowStandardMode||this.allowTheaterMode);return X`
|
|
751
751
|
<ft-size-watcher @change=${this.onViewportChange}></ft-size-watcher>
|
|
752
752
|
<div class="${Xt(e)}" part="container">
|
|
753
753
|
<div class="ft-in-product-help--top-bar" part="top-bar">
|
|
@@ -759,7 +759,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
759
759
|
part="button-fullscreen top-bar-button"
|
|
760
760
|
@click=${()=>this.setMode(t.FtInProductHelpMode.FULLSCREEN)}
|
|
761
761
|
></ft-button>
|
|
762
|
-
`:
|
|
762
|
+
`:Y}
|
|
763
763
|
${o?X`
|
|
764
764
|
<ft-button icon="${this.theaterModeIcon}"
|
|
765
765
|
class="${this.displayMode==t.FtInProductHelpMode.THEATER?"ft-in-product-help--active-mode":""}"
|
|
@@ -768,7 +768,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
768
768
|
part="button-theater top-bar-button"
|
|
769
769
|
@click=${()=>this.setMode(t.FtInProductHelpMode.THEATER)}
|
|
770
770
|
></ft-button>
|
|
771
|
-
`:
|
|
771
|
+
`:Y}
|
|
772
772
|
${i?X`
|
|
773
773
|
<ft-button icon="${this.standardModeIcon}"
|
|
774
774
|
class="${this.displayMode==t.FtInProductHelpMode.STANDARD?"ft-in-product-help--active-mode":""}"
|
|
@@ -777,7 +777,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
777
777
|
part="button-standard top-bar-button"
|
|
778
778
|
@click=${()=>this.setMode(t.FtInProductHelpMode.STANDARD)}
|
|
779
779
|
></ft-button>
|
|
780
|
-
`:
|
|
780
|
+
`:Y}
|
|
781
781
|
<ft-button icon="${this.closeIcon}"
|
|
782
782
|
dense
|
|
783
783
|
.iconVariant=${this.iconVariant}
|
|
@@ -787,4 +787,4 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
787
787
|
</div>
|
|
788
788
|
<iframe src="${this.portalUrl}" part="iframe"/>
|
|
789
789
|
</div>
|
|
790
|
-
`}updated(t){super.updated(t),t.has("opened")&&this.updateModeOnOpen(),(t.has("disableStandardMode")||t.has("disableThreaterMode")||t.has("disableFullscreenMode"))&&this.computeAllowedModes()}updateModeOnOpen(){this.allowStandardMode?this.displayMode=t.FtInProductHelpMode.STANDARD:this.allowTheaterMode?this.displayMode=t.FtInProductHelpMode.THEATER:this.displayMode=t.FtInProductHelpMode.FULLSCREEN}computeAllowedModes(){this.allowStandardMode=!this.disableStandardMode&&(this.isTablet()||this.isDesktop()),this.allowTheaterMode=!this.disableTheaterMode&&this.isDesktop(),this.allowFullscreenMode=!this.disableFullscreenMode}onViewportChange(){this.computeAllowedModes(),this.allowStandardMode||this.displayMode!=t.FtInProductHelpMode.STANDARD||(this.displayMode=t.FtInProductHelpMode.THEATER),this.allowTheaterMode||this.displayMode!=t.FtInProductHelpMode.THEATER||(this.displayMode=t.FtInProductHelpMode.FULLSCREEN)}setMode(t){this.displayMode=t,this.dispatchVisibilityChange()}open(){this.opened=!0}close(){this.opened=!1,this.displayMode=t.FtInProductHelpMode.STANDARD,this.dispatchVisibilityChange()}dispatchVisibilityChange(){this.dispatchEvent(new
|
|
790
|
+
`}updated(t){super.updated(t),t.has("opened")&&this.updateModeOnOpen(),(t.has("disableStandardMode")||t.has("disableThreaterMode")||t.has("disableFullscreenMode"))&&this.computeAllowedModes()}updateModeOnOpen(){this.allowStandardMode?this.displayMode=t.FtInProductHelpMode.STANDARD:this.allowTheaterMode?this.displayMode=t.FtInProductHelpMode.THEATER:this.displayMode=t.FtInProductHelpMode.FULLSCREEN}computeAllowedModes(){this.allowStandardMode=!this.disableStandardMode&&(this.isTablet()||this.isDesktop()),this.allowTheaterMode=!this.disableTheaterMode&&this.isDesktop(),this.allowFullscreenMode=!this.disableFullscreenMode}onViewportChange(){this.computeAllowedModes(),this.allowStandardMode||this.displayMode!=t.FtInProductHelpMode.STANDARD||(this.displayMode=t.FtInProductHelpMode.THEATER),this.allowTheaterMode||this.displayMode!=t.FtInProductHelpMode.THEATER||(this.displayMode=t.FtInProductHelpMode.FULLSCREEN)}setMode(t){this.displayMode=t,this.dispatchVisibilityChange()}open(){this.opened=!0}close(){this.opened=!1,this.displayMode=t.FtInProductHelpMode.STANDARD,this.dispatchVisibilityChange()}dispatchVisibilityChange(){this.dispatchEvent(new Ut(this.opened,this.displayMode))}isTablet(){const t=getComputedStyle(this).getPropertyValue(jt.tabletBreakpoint.name)||jt.tabletBreakpoint.defaultValue;return window.matchMedia(`(min-width: ${t})`).matches}isDesktop(){const t=getComputedStyle(this).getPropertyValue(jt.desktopBreakpoint.name)||jt.desktopBreakpoint.defaultValue;return window.matchMedia(`(min-width: ${t})`).matches}navigateTo(t){this.iframe.contentWindow.postMessage({navigateTo:t},this.portalUrl)}}so.elementDefinitions={"ft-button":Qi,"ft-size-watcher":oo},so.styles=Bt,no([o()],so.prototype,"portalUrl",void 0),no([o({reflect:!0,type:Boolean})],so.prototype,"opened",void 0),no([o({reflect:!0})],so.prototype,"displayMode",void 0),no([o()],so.prototype,"closeIcon",void 0),no([o()],so.prototype,"standardModeIcon",void 0),no([o({type:Boolean})],so.prototype,"disableStandardMode",void 0),no([o()],so.prototype,"theaterModeIcon",void 0),no([o({type:Boolean})],so.prototype,"disableTheaterMode",void 0),no([o()],so.prototype,"fullscreenModeIcon",void 0),no([o({type:Boolean})],so.prototype,"disableFullscreenMode",void 0),no([o()],so.prototype,"iconVariant",void 0),no([n()],so.prototype,"allowStandardMode",void 0),no([n()],so.prototype,"allowTheaterMode",void 0),no([n()],so.prototype,"allowFullscreenMode",void 0),no([r("iframe")],so.prototype,"iframe",void 0),p("ft-in-product-help")(so),t.FtInProductHelp=so,t.FtInProductHelpCssVariables=jt,t.FtInProductHelpVisibilityChange=Ut,t.styles=Bt}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-in-product-help",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"description": "Embeddable fluid-topics iframe",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "1.0.45",
|
|
23
23
|
"lit": "2.7.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "65789e7f65d22cc6e08cb431f8d24a036309321e"
|
|
26
26
|
}
|