@fluid-topics/ft-in-product-help 1.0.51 → 1.0.53
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.
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
opacity: ${y.opacityContentOnSurfacePressed};
|
|
196
196
|
transform: translate(-50%, -50%) scale(1);
|
|
197
197
|
}
|
|
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
|
|
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 M 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,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");
|
|
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()}}M.elementDefinitions={},M.styles=S,I([o.property({type:Boolean})],M.prototype,"primary",void 0),I([o.property({type:Boolean})],M.prototype,"secondary",void 0),I([o.property({type:Boolean})],M.prototype,"unbounded",void 0),I([o.property({type:Boolean})],M.prototype,"activated",void 0),I([o.property({type:Boolean})],M.prototype,"selected",void 0),I([o.property({type:Boolean})],M.prototype,"disabled",void 0),I([o.state()],M.prototype,"hovered",void 0),I([o.state()],M.prototype,"focused",void 0),I([o.state()],M.prototype,"pressed",void 0),I([o.state()],M.prototype,"rippling",void 0),I([o.state()],M.prototype,"rippleSize",void 0),I([o.state()],M.prototype,"originX",void 0),I([o.state()],M.prototype,"originY",void 0),I([o.query(".ft-ripple")],M.prototype,"ripple",void 0),I([o.query(".ft-ripple--effect")],M.prototype,"rippleEffect",void 0),i.customElement("ft-ripple")(M);const O=window,C=O.trustedTypes,j=C?C.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,P=/>/g,H=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=P:void 0!==a[2]?(G.test(a[2])&&(s=RegExp("</"+a[2],"g")),r=H):void 0!==a[3]&&(r=H):r===H?">"===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]?H:'"'===a[3]?V:L):r===V||r===L?r=H:r===D||r===P?r=W:(r=H,s=void 0);const f=r===H&&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=C?C.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=C?C.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)})(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"),
|
|
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"),Mt=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"),Ct=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"),Pt=i.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform",vt.textTransform,"inherit"),Ht=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};
|
|
@@ -231,9 +231,9 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
231
231
|
.ft-typography--title-dense {
|
|
232
232
|
font-family: ${Et};
|
|
233
233
|
font-size: ${It};
|
|
234
|
-
font-weight: ${
|
|
234
|
+
font-weight: ${Mt};
|
|
235
235
|
letter-spacing: ${Ot};
|
|
236
|
-
line-height: ${
|
|
236
|
+
line-height: ${Ct};
|
|
237
237
|
text-transform: ${jt};
|
|
238
238
|
}
|
|
239
239
|
`,ki=e.css`
|
|
@@ -252,12 +252,12 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
252
252
|
font-weight: ${Ut};
|
|
253
253
|
letter-spacing: ${Wt};
|
|
254
254
|
line-height: ${Dt};
|
|
255
|
-
text-transform: ${
|
|
255
|
+
text-transform: ${Pt};
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
`,Si=e.css`
|
|
259
259
|
.ft-typography--body1 {
|
|
260
|
-
font-family: ${
|
|
260
|
+
font-family: ${Ht};
|
|
261
261
|
font-size: ${Lt};
|
|
262
262
|
font-weight: ${Vt};
|
|
263
263
|
letter-spacing: ${Gt};
|
|
@@ -282,7 +282,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
282
282
|
line-height: ${ri};
|
|
283
283
|
text-transform: ${li};
|
|
284
284
|
}
|
|
285
|
-
`,
|
|
285
|
+
`,Mi=e.css`
|
|
286
286
|
.ft-typography--breadcrumb {
|
|
287
287
|
font-family: ${ai};
|
|
288
288
|
font-size: ${hi};
|
|
@@ -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
|
+
`,Ci=e.css`
|
|
304
304
|
.ft-typography--button {
|
|
305
305
|
font-family: ${mi.fontFamily};
|
|
306
306
|
font-size: ${mi.fontSize};
|
|
@@ -320,10 +320,9 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
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,Ei,Ii,
|
|
323
|
+
`}}Zi.styles=[$i,wi,ki,zi,Si,Ei,Ii,Mi,Oi,Ci,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","100"),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
|
-
position: relative;
|
|
327
326
|
}
|
|
328
327
|
|
|
329
328
|
.ft-tooltip--inline {
|
|
@@ -347,8 +346,6 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
347
346
|
border-radius: ${Ri};
|
|
348
347
|
background-color: ${Ai};
|
|
349
348
|
color: ${Ti};
|
|
350
|
-
top: -500px;
|
|
351
|
-
left: -500px;
|
|
352
349
|
position: relative;
|
|
353
350
|
word-break: break-word;
|
|
354
351
|
}
|
|
@@ -370,7 +367,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
370
367
|
</div>
|
|
371
368
|
</div>
|
|
372
369
|
</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=
|
|
370
|
+
`}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=this.tooltip.offsetWidth,e=this.tooltip.offsetHeight,o=(t.offsetHeight-e)/2,s=(t.offsetWidth-i)/2;let n=0,r=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":r=t.offsetTop-e-this.tooltip.offsetTop,n=t.offsetLeft+s-this.tooltip.offsetLeft;break;case"bottom":r=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,n=t.offsetLeft+s-this.tooltip.offsetLeft;break;case"left":r=t.offsetTop+o-this.tooltip.offsetTop,n=t.offsetLeft-i-this.tooltip.offsetLeft;break;case"right":r=t.offsetTop+o-this.tooltip.offsetTop,n=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const l=this.tooltip.style;l.left=n+"px",l.top=r+"px";const a=this.tooltip.getBoundingClientRect();let h=-a.x,p=a.x+a.width-window.innerWidth;l.left=n+Math.round(this.correctOutOfWindowPixels(h,p))+"px";let f=-a.y,d=a.y+a.height-window.innerHeight;l.top=r+Math.round(this.correctOutOfWindowPixels(f,d))+"px",l.maxWidth=`max(${t.offsetWidth}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())}correctOutOfWindowPixels(t,i){return Math.max(t,Math.min(0,-i))}}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(".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 Pi={color:i.FtCssVariableFactory.extend("--ft-loader-color",i.designSystemVariables.colorPrimary),size:i.FtCssVariableFactory.create("--ft-loader-size","SIZE","80px")},Hi=e.css`
|
|
374
371
|
:host {
|
|
375
372
|
line-height: 0;
|
|
376
373
|
}
|
|
@@ -379,8 +376,8 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
379
376
|
display: inline-block;
|
|
380
377
|
position: relative;
|
|
381
378
|
|
|
382
|
-
width: ${
|
|
383
|
-
height: ${
|
|
379
|
+
width: ${Pi.size};
|
|
380
|
+
height: ${Pi.size};
|
|
384
381
|
}
|
|
385
382
|
|
|
386
383
|
.ft-loader div {
|
|
@@ -389,7 +386,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
389
386
|
width: 25%;
|
|
390
387
|
height: 25%;
|
|
391
388
|
border-radius: 50%;
|
|
392
|
-
background: ${
|
|
389
|
+
background: ${Pi.color};
|
|
393
390
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
394
391
|
}
|
|
395
392
|
|
|
@@ -436,7 +433,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
436
433
|
transform: translate(0, 0);
|
|
437
434
|
}
|
|
438
435
|
100% {
|
|
439
|
-
transform: translate(calc(0.35 * ${
|
|
436
|
+
transform: translate(calc(0.35 * ${Pi.size}), 0);
|
|
440
437
|
}
|
|
441
438
|
}
|
|
442
439
|
`;class Li extends i.FtLitElement{render(){return e.html`
|
|
@@ -446,7 +443,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
446
443
|
<div></div>
|
|
447
444
|
<div></div>
|
|
448
445
|
</div>
|
|
449
|
-
`}}Li.styles=
|
|
446
|
+
`}}Li.styles=Hi,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
447
|
:host {
|
|
451
448
|
display: inline-block;
|
|
452
449
|
max-width: 100%;
|
|
@@ -580,8 +577,8 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
580
577
|
}
|
|
581
578
|
|
|
582
579
|
ft-loader {
|
|
583
|
-
${i.setVariable(
|
|
584
|
-
${i.setVariable(
|
|
580
|
+
${i.setVariable(Pi.size,Gi.iconSize)};
|
|
581
|
+
${i.setVariable(Pi.color,"var(--ft-button-internal-color)")};
|
|
585
582
|
}
|
|
586
583
|
`,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`
|
|
587
584
|
<button part="button"
|
|
@@ -606,7 +603,7 @@ const ft=Symbol.for(""),dt=t=>{if((null==t?void 0:t.r)===ft)return null==t?void
|
|
|
606
603
|
</ft-tooltip>
|
|
607
604
|
`:t}resolveIcon(){return this.loading?e.html`
|
|
608
605
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?e.html`
|
|
609
|
-
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}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}}oe.elementDefinitions={"ft-ripple":
|
|
606
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}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}}oe.elementDefinitions={"ft-ripple":M,"ft-tooltip":Di,"ft-typography":Zi,"ft-icon":b,"ft-loader":Li},oe.styles=[i.safariEllipsisFix,te],ee([o.property({type:String,reflect:!0})],oe.prototype,"role",void 0),ee([o.property({type:Boolean})],oe.prototype,"primary",void 0),ee([o.property({type:Boolean})],oe.prototype,"outlined",void 0),ee([o.property({type:Boolean})],oe.prototype,"disabled",void 0),ee([o.property({type:Boolean})],oe.prototype,"dense",void 0),ee([o.property({type:Boolean})],oe.prototype,"round",void 0),ee([o.property()],oe.prototype,"label",void 0),ee([o.property()],oe.prototype,"icon",void 0),ee([o.property()],oe.prototype,"iconVariant",void 0),ee([o.property({type:Boolean})],oe.prototype,"trailingIcon",void 0),ee([o.property({type:Boolean})],oe.prototype,"loading",void 0),ee([o.property()],oe.prototype,"tooltipPosition",void 0),ee([o.property({type:Boolean})],oe.prototype,"hideTooltip",void 0),ee([o.property({type:Boolean})],oe.prototype,"forceTooltip",void 0),ee([o.query(".ft-button")],oe.prototype,"button",void 0),ee([o.query(".ft-button--label slot")],oe.prototype,"slottedContent",void 0),i.customElement("ft-button")(oe),function(t){t.S="S",t.M="M",t.L="L",t.XL="XL",t.XXL="XXL"}(ie||(ie={}));const se=e.css`
|
|
610
607
|
.ft-size-watcher--pixel {
|
|
611
608
|
width: 0;
|
|
612
609
|
height: 0;
|
|
@@ -56,7 +56,7 @@ const c=window,d=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"
|
|
|
56
56
|
* Copyright 2017 Google LLC
|
|
57
57
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
58
|
*/
|
|
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(""),
|
|
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(""),P=t=>null===t||"object"!=typeof t&&"function"!=typeof t,A=Array.isArray,D="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,_=/>/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=W;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===W?"!--"===l[1]?r=Z:void 0!==l[1]?r=_: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:W,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===Z||r===_?r=W:(r=H,n=void 0);const c=r===H&&t[e+1].startsWith("/>")?" ":"";s+=r===W?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=P(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,o)),void 0!==o?(null!==(r=(a=i)._$Co)&&void 0!==r?r:a._$Co=[])[o]=l:i._$Cl=l),void 0!==l&&(e=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),P(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=>A(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&&P(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){A(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=!P(t)||t!==this._$AH&&t!==q,s&&(this._$AH=t);else{const o=t;let r,a;for(t=n[0],r=0;r<n.length-1;r++)a=it(this,o[i+r],e,r),a===q&&(a=this._$AH[r]),s||(s=!P(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
|
|
@@ -153,12 +153,12 @@ var dt,ft;let ut=class extends N{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,Lt=t=>(...e)=>({_$litDirective$:t,values:e});class
|
|
156
|
+
*/,It=1,Tt=2,Lt=t=>(...e)=>({_$litDirective$:t,values:e});class Pt{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
|
|
161
|
+
*/let At=class extends Pt{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:[]}}};At.directiveName="unsafeHTML",At.resultType=1;const Dt=Lt(At);var Wt,Zt;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",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=""}(Wt||(Wt={})),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=""}(Zt||(Zt={})),new Map([...["abw"].map((t=>[t,Zt.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,Zt.AUDIO])),...["avi"].map((t=>[t,Zt.AVI])),...["chm","xhs"].map((t=>[t,Zt.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,Zt.CODE])),...["csv"].map((t=>[t,Zt.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Zt.DITA])),...["epub"].map((t=>[t,Zt.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Zt.EXCEL])),...["flac"].map((t=>[t,Zt.FLAC])),...["gif"].map((t=>[t,Zt.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Zt.GZIP])),...["html","htm","xhtml"].map((t=>[t,Zt.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,Zt.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Zt.JPEG])),...["json"].map((t=>[t,Zt.JSON])),...["m4a","m4p"].map((t=>[t,Zt.M4A])),...["mov","qt"].map((t=>[t,Zt.MOV])),...["mp3"].map((t=>[t,Zt.MP3])),...["mp4","m4v"].map((t=>[t,Zt.MP4])),...["ogg","oga"].map((t=>[t,Zt.OGG])),...["pdf","ps"].map((t=>[t,Zt.PDF])),...["png"].map((t=>[t,Zt.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Zt.POWERPOINT])),...["rar"].map((t=>[t,Zt.RAR])),...["stp"].map((t=>[t,Zt.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Zt.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,Zt.VIDEO])),...["wav"].map((t=>[t,Zt.WAV])),...["wma"].map((t=>[t,Zt.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Zt.WORD])),...["xml","xsl","rdf"].map((t=>[t,Zt.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Zt.YAML])),...["zip"].map((t=>[t,Zt.ZIP]))]);const _t={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=x`
|
|
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 N{constructor(){super(...arguments),this.renderOp
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
:host {
|
|
170
|
-
width: ${
|
|
171
|
-
height: ${
|
|
170
|
+
width: ${_t.size};
|
|
171
|
+
height: ${_t.size};
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
i.ft-icon {
|
|
175
175
|
width: 100%;
|
|
176
176
|
height: 100%;
|
|
177
|
-
font-size: ${
|
|
177
|
+
font-size: ${_t.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 N{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: ${_t.verticalAlign};
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
i.ft-icon.ft-icon--fluid-topics {
|
|
192
|
-
font-family: ${
|
|
192
|
+
font-family: ${_t.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 * ${_t.size});
|
|
196
|
+
line-height: ${_t.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: ${_t.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.ft-icon--material {
|
|
207
|
-
font-family: ${
|
|
207
|
+
font-family: ${_t.materialFontFamily}, "Material Icons", sans-serif;
|
|
208
208
|
}
|
|
209
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=Zt[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case Kt.material:this.resolvedIcon=this.value||Y;break;default:this.resolvedIcon=null!==(e=Wt[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=Lt(class extends
|
|
220
|
+
const Xt=Lt(class extends Pt{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",yt.colorContent),Yt={color:qt,backgroundColor:vt.extend("--ft-ripple-background-color",qt),opacityContentOnSurfacePressed:vt.external(yt.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:vt.external(yt.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:vt.external(yt.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:vt.external(yt.opacityContentOnSurfaceSelected,"Design system"),borderRadius:vt.create("--ft-ripple-border-radius","SIZE","0px")},Gt=vt.extend("--ft-ripple-color",yt.colorPrimary),Qt=Gt,te=vt.extend("--ft-ripple-background-color",Gt),ee=vt.extend("--ft-ripple-color",yt.colorSecondary),ie=ee,oe=vt.extend("--ft-ripple-background-color",ee),ne=x`
|
|
221
221
|
:host {
|
|
222
222
|
display: contents;
|
|
223
223
|
}
|
|
@@ -330,7 +330,7 @@ const Xt=Lt(class extends At{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",yt.titleFont),ue=vt.extend("--ft-typography-font-family",yt.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),xe=vt.extend("--ft-typography-title-font-size",be.fontSize,"20px"),ye=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"),
|
|
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",yt.titleFont),ue=vt.extend("--ft-typography-font-family",yt.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),xe=vt.extend("--ft-typography-title-font-size",be.fontSize,"20px"),ye=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"),Pe=vt.extend("--ft-typography-subtitle2-text-transform",be.textTransform,"inherit"),Ae=vt.extend("--ft-typography-body1-font-family",ue),De=vt.extend("--ft-typography-body1-font-size",be.fontSize,"16px"),We=vt.extend("--ft-typography-body1-font-weight",be.fontWeight,"normal"),Ze=vt.extend("--ft-typography-body1-letter-spacing",be.letterSpacing,"0.496px"),_e=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")},xi=x`
|
|
334
334
|
.ft-typography--title {
|
|
335
335
|
font-family: ${ve};
|
|
336
336
|
font-size: ${xe};
|
|
@@ -364,16 +364,16 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
364
364
|
font-weight: ${Ie};
|
|
365
365
|
letter-spacing: ${Te};
|
|
366
366
|
line-height: ${Le};
|
|
367
|
-
text-transform: ${
|
|
367
|
+
text-transform: ${Pe};
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
`,wi=x`
|
|
371
371
|
.ft-typography--body1 {
|
|
372
|
-
font-family: ${
|
|
372
|
+
font-family: ${Ae};
|
|
373
373
|
font-size: ${De};
|
|
374
|
-
font-weight: ${
|
|
375
|
-
letter-spacing: ${
|
|
376
|
-
line-height: ${
|
|
374
|
+
font-weight: ${We};
|
|
375
|
+
letter-spacing: ${Ze};
|
|
376
|
+
line-height: ${_e};
|
|
377
377
|
text-transform: ${He};
|
|
378
378
|
}
|
|
379
379
|
`,$i=x`
|
|
@@ -432,10 +432,9 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
432
432
|
</${he(this.element)}>
|
|
433
433
|
`:ce`
|
|
434
434
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
435
|
-
`}}Mi.styles=[xi,yi,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","
|
|
435
|
+
`}}Mi.styles=[xi,yi,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","100"),ji=vt.external(yt.borderRadiusS,"Design system"),Bi=vt.create("--ft-tooltip-max-width","SIZE","150px"),Ii=x`
|
|
436
436
|
.ft-tooltip--container {
|
|
437
437
|
display: block;
|
|
438
|
-
position: relative;
|
|
439
438
|
}
|
|
440
439
|
|
|
441
440
|
.ft-tooltip--inline {
|
|
@@ -459,8 +458,6 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
459
458
|
border-radius: ${ji};
|
|
460
459
|
background-color: ${Fi};
|
|
461
460
|
color: ${zi};
|
|
462
|
-
top: -500px;
|
|
463
|
-
left: -500px;
|
|
464
461
|
position: relative;
|
|
465
462
|
word-break: break-word;
|
|
466
463
|
}
|
|
@@ -482,13 +479,13 @@ const ae=Symbol.for(""),le=t=>{if((null==t?void 0:t.r)===ae)return null==t?void
|
|
|
482
479
|
</div>
|
|
483
480
|
</div>
|
|
484
481
|
</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=
|
|
482
|
+
`}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=this.tooltip.offsetWidth,i=this.tooltip.offsetHeight,o=(t.offsetHeight-i)/2,n=(t.offsetWidth-e)/2;let s=0,r=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":r=t.offsetTop-i-this.tooltip.offsetTop,s=t.offsetLeft+n-this.tooltip.offsetLeft;break;case"bottom":r=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,s=t.offsetLeft+n-this.tooltip.offsetLeft;break;case"left":r=t.offsetTop+o-this.tooltip.offsetTop,s=t.offsetLeft-e-this.tooltip.offsetLeft;break;case"right":r=t.offsetTop+o-this.tooltip.offsetTop,s=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const a=this.tooltip.style;a.left=s+"px",a.top=r+"px";const l=this.tooltip.getBoundingClientRect();let h=-l.x,p=l.x+l.width-window.innerWidth;a.left=s+Math.round(this.correctOutOfWindowPixels(h,p))+"px";let c=-l.y,d=l.y+l.height-window.innerHeight;a.top=r+Math.round(this.correctOutOfWindowPixels(c,d))+"px",a.maxWidth=`max(${t.offsetWidth}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())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}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
483
|
/**
|
|
487
484
|
* @license
|
|
488
485
|
* Copyright 2017 Google LLC
|
|
489
486
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
490
487
|
*/
|
|
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("
|
|
488
|
+
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(".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 Pi={color:vt.extend("--ft-loader-color",yt.colorPrimary),size:vt.create("--ft-loader-size","SIZE","80px")},Ai=x`
|
|
492
489
|
:host {
|
|
493
490
|
line-height: 0;
|
|
494
491
|
}
|
|
@@ -497,8 +494,8 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
497
494
|
display: inline-block;
|
|
498
495
|
position: relative;
|
|
499
496
|
|
|
500
|
-
width: ${
|
|
501
|
-
height: ${
|
|
497
|
+
width: ${Pi.size};
|
|
498
|
+
height: ${Pi.size};
|
|
502
499
|
}
|
|
503
500
|
|
|
504
501
|
.ft-loader div {
|
|
@@ -507,7 +504,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
507
504
|
width: 25%;
|
|
508
505
|
height: 25%;
|
|
509
506
|
border-radius: 50%;
|
|
510
|
-
background: ${
|
|
507
|
+
background: ${Pi.color};
|
|
511
508
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
512
509
|
}
|
|
513
510
|
|
|
@@ -554,7 +551,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
554
551
|
transform: translate(0, 0);
|
|
555
552
|
}
|
|
556
553
|
100% {
|
|
557
|
-
transform: translate(calc(0.35 * ${
|
|
554
|
+
transform: translate(calc(0.35 * ${Pi.size}), 0);
|
|
558
555
|
}
|
|
559
556
|
}
|
|
560
557
|
`;class Di extends kt{render(){return X`
|
|
@@ -564,7 +561,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
564
561
|
<div></div>
|
|
565
562
|
<div></div>
|
|
566
563
|
</div>
|
|
567
|
-
`}}Di.styles=
|
|
564
|
+
`}}Di.styles=Ai,p("ft-loader")(Di);const Wi=vt.extend("--ft-button-color",yt.colorPrimary),Zi={backgroundColor:vt.extend("--ft-button-background-color",yt.colorSurface),borderRadius:vt.extend("--ft-button-border-radius",yt.borderRadiusL),color:Wi,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",Wi),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(yt.colorOpacityDisabled,"Design system")},_i=vt.extend("--ft-button-primary-color",vt.extend("--ft-button-color",yt.colorOnPrimary)),Hi={backgroundColor:vt.extend("--ft-button-primary-background-color",vt.extend("--ft-button-background-color",yt.colorPrimary)),color:_i,rippleColor:vt.extend("--ft-button-primary-ripple-color",_i)},Ki=vt.extend("--ft-button-dense-border-radius",vt.extend("--ft-button-border-radius",yt.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=[x`
|
|
568
565
|
:host {
|
|
569
566
|
display: inline-block;
|
|
570
567
|
max-width: 100%;
|
|
@@ -575,7 +572,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
575
572
|
box-shadow: 0px 0px 0px transparent;
|
|
576
573
|
border: 0px solid transparent;
|
|
577
574
|
text-shadow: 0px 0px 0px transparent;
|
|
578
|
-
font-size: ${
|
|
575
|
+
font-size: ${Zi.fontSize};
|
|
579
576
|
}
|
|
580
577
|
|
|
581
578
|
button:hover {
|
|
@@ -604,21 +601,21 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
604
601
|
border: none;
|
|
605
602
|
pointer-events: auto;
|
|
606
603
|
|
|
607
|
-
--ft-button-internal-line-height: max(calc(${
|
|
608
|
-
--ft-button-internal-color: ${
|
|
609
|
-
${xt(
|
|
610
|
-
${xt(Yt.color,
|
|
604
|
+
--ft-button-internal-line-height: max(calc(${Zi.fontSize} + 2px), ${Zi.iconSize});
|
|
605
|
+
--ft-button-internal-color: ${Zi.color};
|
|
606
|
+
${xt(_t.size,Zi.iconSize)};
|
|
607
|
+
${xt(Yt.color,Zi.rippleColor)};
|
|
611
608
|
|
|
612
|
-
border-radius: ${
|
|
613
|
-
padding: ${
|
|
614
|
-
background-color: ${
|
|
609
|
+
border-radius: ${Zi.borderRadius};
|
|
610
|
+
padding: ${Zi.verticalPadding} ${Zi.horizontalPadding};
|
|
611
|
+
background-color: ${Zi.backgroundColor};
|
|
615
612
|
color: var(--ft-button-internal-color);
|
|
616
613
|
-webkit-mask-image: radial-gradient(white, black);
|
|
617
614
|
}
|
|
618
615
|
|
|
619
616
|
.ft-button.ft-button--outlined {
|
|
620
617
|
border: 1px solid var(--ft-button-internal-color);
|
|
621
|
-
padding: calc(${
|
|
618
|
+
padding: calc(${Zi.verticalPadding} - 1px) calc(${Zi.horizontalPadding} - 1px);
|
|
622
619
|
}
|
|
623
620
|
|
|
624
621
|
.ft-button.ft-button--dense {
|
|
@@ -636,7 +633,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
636
633
|
}
|
|
637
634
|
|
|
638
635
|
.ft-button--round {
|
|
639
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
636
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Zi.verticalPadding});
|
|
640
637
|
}
|
|
641
638
|
|
|
642
639
|
.ft-button--round.ft-button--dense {
|
|
@@ -645,7 +642,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
645
642
|
|
|
646
643
|
.ft-button[disabled] {
|
|
647
644
|
filter: grayscale(1);
|
|
648
|
-
opacity: ${
|
|
645
|
+
opacity: ${Zi.opacityDisabled};
|
|
649
646
|
}
|
|
650
647
|
|
|
651
648
|
.ft-button.ft-button--primary {
|
|
@@ -664,7 +661,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
664
661
|
white-space: nowrap;
|
|
665
662
|
text-overflow: ellipsis;
|
|
666
663
|
display: block;
|
|
667
|
-
margin: 0 ${
|
|
664
|
+
margin: 0 ${Zi.iconPadding};
|
|
668
665
|
${xt(vi.fontSize,"1em")};
|
|
669
666
|
${xt(vi.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
670
667
|
}
|
|
@@ -683,8 +680,8 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
683
680
|
}
|
|
684
681
|
|
|
685
682
|
.ft-button--label[hidden] + ft-icon {
|
|
686
|
-
margin: 0 calc(${
|
|
687
|
-
padding: 0 ${
|
|
683
|
+
margin: 0 calc(${Zi.horizontalPadding} * -1);
|
|
684
|
+
padding: 0 ${Zi.verticalPadding};
|
|
688
685
|
}
|
|
689
686
|
|
|
690
687
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
@@ -698,8 +695,8 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
698
695
|
}
|
|
699
696
|
|
|
700
697
|
ft-loader {
|
|
701
|
-
${xt(
|
|
702
|
-
${xt(
|
|
698
|
+
${xt(Pi.size,Zi.iconSize)};
|
|
699
|
+
${xt(Pi.color,"var(--ft-button-internal-color)")};
|
|
703
700
|
}
|
|
704
701
|
`,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
702
|
<button part="button"
|
|
@@ -747,7 +744,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
747
744
|
<div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
|
|
748
745
|
<div class="ft-size-watcher--watcher"></div>
|
|
749
746
|
</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=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=
|
|
747
|
+
`}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=Wt.X_MARK,this.standardModeIcon=Wt.PIP,this.disableStandardMode=!1,this.theaterModeIcon=Wt.PIP_WIDE,this.disableTheaterMode=!1,this.fullscreenModeIcon=Wt.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
748
|
<ft-size-watcher @change=${this.onViewportChange}></ft-size-watcher>
|
|
752
749
|
<div class="${Xt(e)}" part="container">
|
|
753
750
|
<div class="ft-in-product-help--top-bar" part="top-bar">
|
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.53",
|
|
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.53",
|
|
23
23
|
"lit": "2.7.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "adfef35652b764d792d22aeef90c706676636803"
|
|
26
26
|
}
|