@fluid-topics/ft-snap-scroll 0.1.7 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-snap-scroll.light.js +30 -26
- package/build/ft-snap-scroll.min.js +15 -11
- package/package.json +4 -4
|
@@ -139,24 +139,24 @@ const k=e.css`.mdc-ripple-surface{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;-
|
|
|
139
139
|
* Copyright 2020 Google LLC
|
|
140
140
|
* SPDX-License-Identifier: Apache-2.0
|
|
141
141
|
*/
|
|
142
|
-
class S{constructor(t){this.startPress=e=>{t().then((t=>{t&&t.startPress(e)}))},this.endPress=()=>{t().then((t=>{t&&t.endPress()}))},this.startFocus=()=>{t().then((t=>{t&&t.startFocus()}))},this.endFocus=()=>{t().then((t=>{t&&t.endFocus()}))},this.startHover=()=>{t().then((t=>{t&&t.startHover()}))},this.endHover=()=>{t().then((t=>{t&&t.endHover()}))}}}var A=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};const
|
|
142
|
+
class S{constructor(t){this.startPress=e=>{t().then((t=>{t&&t.startPress(e)}))},this.endPress=()=>{t().then((t=>{t&&t.endPress()}))},this.startFocus=()=>{t().then((t=>{t&&t.startFocus()}))},this.endFocus=()=>{t().then((t=>{t&&t.endFocus()}))},this.startHover=()=>{t().then((t=>{t&&t.startHover()}))},this.endHover=()=>{t().then((t=>{t&&t.endHover()}))}}}var A=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};const T={color:r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorContent),primaryColor:r.FtCssVariable.extend("--ft-ripple-primary-color",r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorPrimary)),secondaryColor:r.FtCssVariable.extend("--ft-ripple-secondary-color",r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorSecondary)),opacityContentOnSurfacePressed:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),opacityContentOnSurfaceDragged:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceDragged,"Design system")};let O=class extends r.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1}getStyles(){return e.css`
|
|
143
143
|
:host {
|
|
144
144
|
display: contents;
|
|
145
145
|
|
|
146
|
-
--mdc-ripple-color: ${
|
|
147
|
-
--mdc-ripple-press-opacity: ${
|
|
148
|
-
--mdc-ripple-hover-opacity: ${
|
|
149
|
-
--mdc-ripple-focus-opacity: ${
|
|
150
|
-
--mdc-ripple-selected-opacity: ${
|
|
151
|
-
--mdc-ripple-activated-opacity: ${
|
|
146
|
+
--mdc-ripple-color: ${T.color};
|
|
147
|
+
--mdc-ripple-press-opacity: ${T.opacityContentOnSurfacePressed};
|
|
148
|
+
--mdc-ripple-hover-opacity: ${T.opacityContentOnSurfaceHover};
|
|
149
|
+
--mdc-ripple-focus-opacity: ${T.opacityContentOnSurfaceFocused};
|
|
150
|
+
--mdc-ripple-selected-opacity: ${T.opacityContentOnSurfaceSelected};
|
|
151
|
+
--mdc-ripple-activated-opacity: ${T.opacityContentOnSurfaceDragged};
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
mwc-ripple.ft-ripple--secondary {
|
|
155
|
-
--mdc-ripple-color: ${
|
|
155
|
+
--mdc-ripple-color: ${T.secondaryColor};
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
mwc-ripple.ft-ripple--primary {
|
|
159
|
-
--mdc-ripple-color: ${
|
|
159
|
+
--mdc-ripple-color: ${T.primaryColor};
|
|
160
160
|
}
|
|
161
161
|
`}getTemplate(){return e.html`
|
|
162
162
|
<mwc-ripple
|
|
@@ -172,13 +172,13 @@ class S{constructor(t){this.startPress=e=>{t().then((t=>{t&&t.startPress(e)}))},
|
|
|
172
172
|
* Copyright 2017 Google LLC
|
|
173
173
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
174
174
|
*/
|
|
175
|
-
var _;
|
|
175
|
+
var _;O.elementDefinitions={"mwc-ripple":z},A([i.property({type:Boolean})],O.prototype,"primary",void 0),A([i.property({type:Boolean})],O.prototype,"secondary",void 0),A([i.property({type:Boolean})],O.prototype,"unbounded",void 0),A([i.property({type:Boolean})],O.prototype,"activated",void 0),A([i.property({type:Boolean})],O.prototype,"selected",void 0),A([i.property({type:Boolean})],O.prototype,"disabled",void 0),A([i.query("mwc-ripple")],O.prototype,"mwcRipple",void 0),O=A([r.customElement("ft-ripple")],O);const C=globalThis.trustedTypes,E=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,I=`lit$${(Math.random()+"").slice(9)}$`,F="?"+I,j=`<${F}>`,B=document,R=(t="")=>B.createComment(t),D=t=>null===t||"object"!=typeof t&&"function"!=typeof t,N=Array.isArray,M=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,H=/-->/g,L=/>/g,U=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,P=/'/g,V=/"/g,G=/^(?:script|style|textarea|title)$/i,Z=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),W=Symbol.for("lit-noChange"),q=Symbol.for("lit-nothing"),K=new WeakMap,X=B.createTreeWalker(B,129,null,!1),Y=(t,e)=>{const i=t.length-1,r=[];let o,s=2===e?"<svg>":"",a=M;for(let e=0;e<i;e++){const i=t[e];let n,p,c=-1,l=0;for(;l<i.length&&(a.lastIndex=l,p=a.exec(i),null!==p);)l=a.lastIndex,a===M?"!--"===p[1]?a=H:void 0!==p[1]?a=L:void 0!==p[2]?(G.test(p[2])&&(o=RegExp("</"+p[2],"g")),a=U):void 0!==p[3]&&(a=U):a===U?">"===p[0]?(a=null!=o?o:M,c=-1):void 0===p[1]?c=-2:(c=a.lastIndex-p[2].length,n=p[1],a=void 0===p[3]?U:'"'===p[3]?V:P):a===V||a===P?a=U:a===H||a===L?a=M:(a=U,o=void 0);const d=a===U&&t[e+1].startsWith("/>")?" ":"";s+=a===M?i+j:c>=0?(r.push(n),i.slice(0,c)+"$lit$"+i.slice(c)+I+d):i+I+(-2===c?(r.push(void 0),e):d)}const n=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==E?E.createHTML(n):n,r]};class J{constructor({strings:t,_$litType$:e},i){let r;this.parts=[];let o=0,s=0;const a=t.length-1,n=this.parts,[p,c]=Y(t,e);if(this.el=J.createElement(p,i),X.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(r=X.nextNode())&&n.length<a;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const e of r.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(I)){const i=c[s++];if(t.push(e),void 0!==i){const t=r.getAttribute(i.toLowerCase()+"$lit$").split(I),e=/([.?@])?(.*)/.exec(i);n.push({type:1,index:o,name:e[2],strings:t,ctor:"."===e[1]?rt:"?"===e[1]?st:"@"===e[1]?at:it})}else n.push({type:6,index:o})}for(const e of t)r.removeAttribute(e)}if(G.test(r.tagName)){const t=r.textContent.split(I),e=t.length-1;if(e>0){r.textContent=C?C.emptyScript:"";for(let i=0;i<e;i++)r.append(t[i],R()),X.nextNode(),n.push({type:2,index:++o});r.append(t[e],R())}}}else if(8===r.nodeType)if(r.data===F)n.push({type:2,index:o});else{let t=-1;for(;-1!==(t=r.data.indexOf(I,t+1));)n.push({type:7,index:o}),t+=I.length-1}o++}}static createElement(t,e){const i=B.createElement("template");return i.innerHTML=t,i}}function Q(t,e,i=t,r){var o,s,a,n;if(e===W)return e;let p=void 0!==r?null===(o=i._$Cl)||void 0===o?void 0:o[r]:i._$Cu;const c=D(e)?void 0:e._$litDirective$;return(null==p?void 0:p.constructor)!==c&&(null===(s=null==p?void 0:p._$AO)||void 0===s||s.call(p,!1),void 0===c?p=void 0:(p=new c(t),p._$AT(t,i,r)),void 0!==r?(null!==(a=(n=i)._$Cl)&&void 0!==a?a:n._$Cl=[])[r]=p:i._$Cu=p),void 0!==p&&(e=Q(t,p._$AS(t,e.values),p,r)),e}class tt{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:r}=this._$AD,o=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:B).importNode(i,!0);X.currentNode=o;let s=X.nextNode(),a=0,n=0,p=r[0];for(;void 0!==p;){if(a===p.index){let e;2===p.type?e=new et(s,s.nextSibling,this,t):1===p.type?e=new p.ctor(s,p.name,p.strings,this,t):6===p.type&&(e=new nt(s,this,t)),this.v.push(e),p=r[++n]}a!==(null==p?void 0:p.index)&&(s=X.nextNode(),a++)}return o}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class et{constructor(t,e,i,r){var o;this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=r,this._$Cg=null===(o=null==r?void 0:r.isConnected)||void 0===o||o}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Q(this,t,e),D(t)?t===q||null==t||""===t?(this._$AH!==q&&this._$AR(),this._$AH=q):t!==this._$AH&&t!==W&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.S(t):(t=>{var e;return N(t)||"function"==typeof(null===(e=t)||void 0===e?void 0:e[Symbol.iterator])})(t)?this.A(t):this.$(t)}M(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}S(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==q&&D(this._$AH)?this._$AA.nextSibling.data=t:this.S(B.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:r}=t,o="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=J.createElement(r.h,this.options)),r);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===o)this._$AH.m(i);else{const t=new tt(o,this),e=t.p(this.options);t.m(i),this.S(e),this._$AH=t}}_$AC(t){let e=K.get(t.strings);return void 0===e&&K.set(t.strings,e=new J(t)),e}A(t){N(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,r=0;for(const o of t)r===e.length?e.push(i=new et(this.M(R()),this.M(R()),this,this.options)):i=e[r],i._$AI(o),r++;r<e.length&&(this._$AR(i&&i._$AB.nextSibling,r),e.length=r)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class it{constructor(t,e,i,r,o){this.type=1,this._$AH=q,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=o,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=q}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,r){const o=this.strings;let s=!1;if(void 0===o)t=Q(this,t,e,0),s=!D(t)||t!==this._$AH&&t!==W,s&&(this._$AH=t);else{const r=t;let a,n;for(t=o[0],a=0;a<o.length-1;a++)n=Q(this,r[i+a],e,a),n===W&&(n=this._$AH[a]),s||(s=!D(n)||n!==this._$AH[a]),n===q?t=q:t!==q&&(t+=(null!=n?n:"")+o[a+1]),this._$AH[a]=n}s&&!r&&this.k(t)}k(t){t===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class rt extends it{constructor(){super(...arguments),this.type=3}k(t){this.element[this.name]=t===q?void 0:t}}const ot=C?C.emptyScript:"";class st extends it{constructor(){super(...arguments),this.type=4}k(t){t&&t!==q?this.element.setAttribute(this.name,ot):this.element.removeAttribute(this.name)}}class at extends it{constructor(t,e,i,r,o){super(t,e,i,r,o),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=Q(this,t,e,0))&&void 0!==i?i:q)===W)return;const r=this._$AH,o=t===q&&r!==q||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,s=t!==q&&(r===q||o);o&&this.element.removeEventListener(this.name,this,r),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 nt{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){Q(this,t)}}const pt=window.litHtmlPolyfillSupport;null==pt||pt(J,et),(null!==(_=globalThis.litHtmlVersions)&&void 0!==_?_:globalThis.litHtmlVersions=[]).push("2.1.3");
|
|
176
176
|
/**
|
|
177
177
|
* @license
|
|
178
178
|
* Copyright 2020 Google LLC
|
|
179
179
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
180
180
|
*/
|
|
181
|
-
const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.length;let s,a;const n=[],p=[];let c,l=0,d=!1;for(;l<o;){for(c=e[l];l<o&&void 0!==(a=i[l],s=null===(r=a)||void 0===r?void 0:r._$litStatic$);)c+=s+e[++l],d=!0;p.push(a),n.push(c),l++}if(l===o&&n.push(e[o]),d){const t=n.join("$$lit$$");void 0===(e=lt.get(t))&&(n.raw=n,lt.set(t,e=n)),i=p}return t(e,...i)})(Z);var ht,ft=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};!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"}(ht||(ht={}));const ut=r.FtCssVariable.extend("--ft-typography-font-family",r.designSystemVariables.titleFont),mt=r.FtCssVariable.extend("--ft-typography-font-family",r.designSystemVariables.contentFont),yt={fontFamily:mt,fontSize:r.FtCssVariable.create("--ft-typography-font-size","SIZE","16px"),fontWeight:r.FtCssVariable.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:r.FtCssVariable.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:r.FtCssVariable.create("--ft-typography-line-height","SIZE","24px"),textTransform:r.FtCssVariable.create("--ft-typography-text-transform","UNKNOWN","inherit")},gt=r.FtCssVariable.extend("--ft-typography-title-font-family",ut),vt=r.FtCssVariable.extend("--ft-typography-title-font-size",yt.fontSize,"20px"),bt=r.FtCssVariable.extend("--ft-typography-title-font-weight",yt.fontWeight,"normal"),xt=r.FtCssVariable.extend("--ft-typography-title-letter-spacing",yt.letterSpacing,"0.15px"),$t=r.FtCssVariable.extend("--ft-typography-title-line-height",yt.lineHeight,"24px"),wt=r.FtCssVariable.extend("--ft-typography-title-text-transform",yt.textTransform,"inherit"),kt=r.FtCssVariable.extend("--ft-typography-title-dense-font-family",ut),zt=r.FtCssVariable.extend("--ft-typography-title-dense-font-size",yt.fontSize,"14px"),St=r.FtCssVariable.extend("--ft-typography-title-dense-font-weight",yt.fontWeight,"normal"),At=r.FtCssVariable.extend("--ft-typography-title-dense-letter-spacing",yt.letterSpacing,"0.105px"),
|
|
181
|
+
const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.length;let s,a;const n=[],p=[];let c,l=0,d=!1;for(;l<o;){for(c=e[l];l<o&&void 0!==(a=i[l],s=null===(r=a)||void 0===r?void 0:r._$litStatic$);)c+=s+e[++l],d=!0;p.push(a),n.push(c),l++}if(l===o&&n.push(e[o]),d){const t=n.join("$$lit$$");void 0===(e=lt.get(t))&&(n.raw=n,lt.set(t,e=n)),i=p}return t(e,...i)})(Z);var ht,ft=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};!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"}(ht||(ht={}));const ut=r.FtCssVariable.extend("--ft-typography-font-family",r.designSystemVariables.titleFont),mt=r.FtCssVariable.extend("--ft-typography-font-family",r.designSystemVariables.contentFont),yt={fontFamily:mt,fontSize:r.FtCssVariable.create("--ft-typography-font-size","SIZE","16px"),fontWeight:r.FtCssVariable.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:r.FtCssVariable.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:r.FtCssVariable.create("--ft-typography-line-height","SIZE","24px"),textTransform:r.FtCssVariable.create("--ft-typography-text-transform","UNKNOWN","inherit")},gt=r.FtCssVariable.extend("--ft-typography-title-font-family",ut),vt=r.FtCssVariable.extend("--ft-typography-title-font-size",yt.fontSize,"20px"),bt=r.FtCssVariable.extend("--ft-typography-title-font-weight",yt.fontWeight,"normal"),xt=r.FtCssVariable.extend("--ft-typography-title-letter-spacing",yt.letterSpacing,"0.15px"),$t=r.FtCssVariable.extend("--ft-typography-title-line-height",yt.lineHeight,"24px"),wt=r.FtCssVariable.extend("--ft-typography-title-text-transform",yt.textTransform,"inherit"),kt=r.FtCssVariable.extend("--ft-typography-title-dense-font-family",ut),zt=r.FtCssVariable.extend("--ft-typography-title-dense-font-size",yt.fontSize,"14px"),St=r.FtCssVariable.extend("--ft-typography-title-dense-font-weight",yt.fontWeight,"normal"),At=r.FtCssVariable.extend("--ft-typography-title-dense-letter-spacing",yt.letterSpacing,"0.105px"),Tt=r.FtCssVariable.extend("--ft-typography-title-dense-line-height",yt.lineHeight,"24px"),Ot=r.FtCssVariable.extend("--ft-typography-title-dense-text-transform",yt.textTransform,"inherit"),_t=r.FtCssVariable.extend("--ft-typography-subtitle1-font-family",mt),Ct=r.FtCssVariable.extend("--ft-typography-subtitle1-font-size",yt.fontSize,"16px"),Et=r.FtCssVariable.extend("--ft-typography-subtitle1-font-weight",yt.fontWeight,"600"),It=r.FtCssVariable.extend("--ft-typography-subtitle1-letter-spacing",yt.letterSpacing,"0.144px"),Ft=r.FtCssVariable.extend("--ft-typography-subtitle1-line-height",yt.lineHeight,"24px"),jt=r.FtCssVariable.extend("--ft-typography-subtitle1-text-transform",yt.textTransform,"inherit"),Bt=r.FtCssVariable.extend("--ft-typography-subtitle2-font-family",mt),Rt=r.FtCssVariable.extend("--ft-typography-subtitle2-font-size",yt.fontSize,"14px"),Dt=r.FtCssVariable.extend("--ft-typography-subtitle2-font-weight",yt.fontWeight,"normal"),Nt=r.FtCssVariable.extend("--ft-typography-subtitle2-letter-spacing",yt.letterSpacing,"0.098px"),Mt=r.FtCssVariable.extend("--ft-typography-subtitle2-line-height",yt.lineHeight,"24px"),Ht=r.FtCssVariable.extend("--ft-typography-subtitle2-text-transform",yt.textTransform,"inherit"),Lt=r.FtCssVariable.extend("--ft-typography-body1-font-family",mt),Ut=r.FtCssVariable.extend("--ft-typography-body1-font-size",yt.fontSize,"16px"),Pt=r.FtCssVariable.extend("--ft-typography-body1-font-weight",yt.fontWeight,"normal"),Vt=r.FtCssVariable.extend("--ft-typography-body1-letter-spacing",yt.letterSpacing,"0.496px"),Gt=r.FtCssVariable.extend("--ft-typography-body1-line-height",yt.lineHeight,"24px"),Zt=r.FtCssVariable.extend("--ft-typography-body1-text-transform",yt.textTransform,"inherit"),Wt=r.FtCssVariable.extend("--ft-typography-body2-font-family",mt),qt=r.FtCssVariable.extend("--ft-typography-body2-font-size",yt.fontSize,"14px"),Kt=r.FtCssVariable.extend("--ft-typography-body2-font-weight",yt.fontWeight,"normal"),Xt=r.FtCssVariable.extend("--ft-typography-body2-letter-spacing",yt.letterSpacing,"0.252px"),Yt=r.FtCssVariable.extend("--ft-typography-body2-line-height",yt.lineHeight,"20px"),Jt=r.FtCssVariable.extend("--ft-typography-body2-text-transform",yt.textTransform,"inherit"),Qt=r.FtCssVariable.extend("--ft-typography-caption-font-family",mt),te=r.FtCssVariable.extend("--ft-typography-caption-font-size",yt.fontSize,"12px"),ee=r.FtCssVariable.extend("--ft-typography-caption-font-weight",yt.fontWeight,"normal"),ie=r.FtCssVariable.extend("--ft-typography-caption-letter-spacing",yt.letterSpacing,"0.396px"),re=r.FtCssVariable.extend("--ft-typography-caption-line-height",yt.lineHeight,"16px"),oe=r.FtCssVariable.extend("--ft-typography-caption-text-transform",yt.textTransform,"inherit"),se=r.FtCssVariable.extend("--ft-typography-breadcrumb-font-family",mt),ae=r.FtCssVariable.extend("--ft-typography-breadcrumb-font-size",yt.fontSize,"10px"),ne=r.FtCssVariable.extend("--ft-typography-breadcrumb-font-weight",yt.fontWeight,"normal"),pe=r.FtCssVariable.extend("--ft-typography-breadcrumb-letter-spacing",yt.letterSpacing,"0.33px"),ce=r.FtCssVariable.extend("--ft-typography-breadcrumb-line-height",yt.lineHeight,"16px"),le=r.FtCssVariable.extend("--ft-typography-breadcrumb-text-transform",yt.textTransform,"inherit"),de=r.FtCssVariable.extend("--ft-typography-overline-font-family",mt),he=r.FtCssVariable.extend("--ft-typography-overline-font-size",yt.fontSize,"10px"),fe=r.FtCssVariable.extend("--ft-typography-overline-font-weight",yt.fontWeight,"normal"),ue=r.FtCssVariable.extend("--ft-typography-overline-letter-spacing",yt.letterSpacing,"1.5px"),me=r.FtCssVariable.extend("--ft-typography-overline-line-height",yt.lineHeight,"16px"),ye=r.FtCssVariable.extend("--ft-typography-overline-text-transform",yt.textTransform,"uppercase"),ge={fontFamily:r.FtCssVariable.extend("--ft-typography-button-font-family",mt),fontSize:r.FtCssVariable.extend("--ft-typography-button-font-size",yt.fontSize,"14px"),fontWeight:r.FtCssVariable.extend("--ft-typography-button-font-weight",yt.fontWeight,"600"),letterSpacing:r.FtCssVariable.extend("--ft-typography-button-letter-spacing",yt.letterSpacing,"1.246px"),lineHeight:r.FtCssVariable.extend("--ft-typography-button-line-height",yt.lineHeight,"16px"),textTransform:r.FtCssVariable.extend("--ft-typography-button-text-transform",yt.textTransform,"uppercase")},ve=e.css`
|
|
182
182
|
.ft-typography--title {
|
|
183
183
|
font-family: ${gt};
|
|
184
184
|
font-size: ${vt};
|
|
@@ -193,15 +193,15 @@ const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
193
193
|
font-size: ${zt};
|
|
194
194
|
font-weight: ${St};
|
|
195
195
|
letter-spacing: ${At};
|
|
196
|
-
line-height: ${
|
|
197
|
-
text-transform: ${
|
|
196
|
+
line-height: ${Tt};
|
|
197
|
+
text-transform: ${Ot};
|
|
198
198
|
}
|
|
199
199
|
`,xe=e.css`
|
|
200
200
|
.ft-typography--subtitle1 {
|
|
201
201
|
font-family: ${_t};
|
|
202
202
|
font-size: ${Ct};
|
|
203
|
-
font-weight: ${
|
|
204
|
-
letter-spacing: ${
|
|
203
|
+
font-weight: ${Et};
|
|
204
|
+
letter-spacing: ${It};
|
|
205
205
|
line-height: ${Ft};
|
|
206
206
|
text-transform: ${jt};
|
|
207
207
|
}
|
|
@@ -217,8 +217,8 @@ const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
217
217
|
|
|
218
218
|
`,we=e.css`
|
|
219
219
|
.ft-typography--body1 {
|
|
220
|
-
font-family: ${
|
|
221
|
-
font-size: ${
|
|
220
|
+
font-family: ${Lt};
|
|
221
|
+
font-size: ${Ut};
|
|
222
222
|
font-weight: ${Pt};
|
|
223
223
|
letter-spacing: ${Vt};
|
|
224
224
|
line-height: ${Gt};
|
|
@@ -260,7 +260,7 @@ const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
260
260
|
line-height: ${me};
|
|
261
261
|
text-transform: ${ye};
|
|
262
262
|
}
|
|
263
|
-
`,
|
|
263
|
+
`,Te=e.css`
|
|
264
264
|
.ft-typography--button {
|
|
265
265
|
font-family: ${ge.fontFamily};
|
|
266
266
|
font-size: ${ge.fontSize};
|
|
@@ -269,14 +269,18 @@ const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
269
269
|
line-height: ${ge.lineHeight};
|
|
270
270
|
text-transform: ${ge.textTransform};
|
|
271
271
|
}
|
|
272
|
-
`;let
|
|
272
|
+
`;let Oe=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=ht.body1}getStyles(){return[ve,be,xe,$e,we,ke,ze,Se,Ae,Te,e.css`
|
|
273
|
+
.ft-typography {
|
|
274
|
+
vertical-align: inherit;
|
|
275
|
+
}
|
|
276
|
+
`]}getTemplate(){return this.element?dt`
|
|
273
277
|
<${ct(this.element)}
|
|
274
278
|
class="ft-typography ft-typography--${this.variant}">
|
|
275
279
|
<slot></slot>
|
|
276
280
|
</${ct(this.element)}>
|
|
277
281
|
`:dt`
|
|
278
282
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
279
|
-
`}};ft([i.property()],
|
|
283
|
+
`}};ft([i.property()],Oe.prototype,"element",void 0),ft([i.property()],Oe.prototype,"variant",void 0),Oe=ft([r.customElement("ft-typography")],Oe);
|
|
280
284
|
/**
|
|
281
285
|
* @license
|
|
282
286
|
* Copyright 2021 Google LLC
|
|
@@ -287,7 +291,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
287
291
|
* @license
|
|
288
292
|
* Copyright 2018 Google LLC
|
|
289
293
|
* SPDX-License-Identifier: Apache-2.0
|
|
290
|
-
*/;let Ce=class extends e.LitElement{render(){return e.html`<span><slot></slot></span>`}};Ce.styles=[_e],Ce=p([i.customElement("mwc-icon")],Ce);var
|
|
294
|
+
*/;let Ce=class extends e.LitElement{render(){return e.html`<span><slot></slot></span>`}};Ce.styles=[_e],Ce=p([i.customElement("mwc-icon")],Ce);var Ee=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};const Ie=r.FtCssVariable.create("--ft-tooltip-distance","SIZE","4px"),Fe=r.FtCssVariable.create("--ft-tooltip-color","COLOR","#FFFFFF"),je=r.FtCssVariable.create("--ft-tooltip-background-color","COLOR","#666666"),Be=r.FtCssVariable.create("--ft-tooltip-z-index","NUMBER","1"),Re=r.FtCssVariable.external(r.designSystemVariables.borderRadiusS,"Design system");let De=class extends r.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.hideDebounce=new r.Debouncer,this.revealDebouncer=new r.Debouncer}getStyles(){return e.css`
|
|
291
295
|
.ft-tooltip--container {
|
|
292
296
|
display: block;
|
|
293
297
|
position: relative;
|
|
@@ -305,7 +309,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
305
309
|
width: max-content;
|
|
306
310
|
max-width: 150px;
|
|
307
311
|
text-align: center;
|
|
308
|
-
padding: ${
|
|
312
|
+
padding: ${Ie};
|
|
309
313
|
z-index: ${Be};
|
|
310
314
|
}
|
|
311
315
|
|
|
@@ -334,7 +338,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
334
338
|
</div>
|
|
335
339
|
<slot></slot>
|
|
336
340
|
</div>
|
|
337
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.position){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=t.getBoundingClientRect(),i=(e.height-this.tooltip.clientHeight)/2,r=(e.width-this.tooltip.clientWidth)/2,o=this.tooltip.style;switch(this.position){case"top":o.top=-this.tooltip.clientHeight+"px",o.left=r+"px";break;case"bottom":o.top=e.height+"px",o.left=r+"px";break;case"left":o.top=i+"px",o.left=-this.tooltip.clientWidth+"px";break;case"right":o.top=i+"px",o.left=e.width+"px"}o.maxWidth=Math.max(e.width,150)+"px"}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}};De.elementDefinitions={"ft-typography":
|
|
341
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.position){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=t.getBoundingClientRect(),i=(e.height-this.tooltip.clientHeight)/2,r=(e.width-this.tooltip.clientWidth)/2,o=this.tooltip.style;switch(this.position){case"top":o.top=-this.tooltip.clientHeight+"px",o.left=r+"px";break;case"bottom":o.top=e.height+"px",o.left=r+"px";break;case"left":o.top=i+"px",o.left=-this.tooltip.clientWidth+"px";break;case"right":o.top=i+"px",o.left=e.width+"px"}o.maxWidth=Math.max(e.width,150)+"px"}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}};De.elementDefinitions={"ft-typography":Oe},Ee([i.property()],De.prototype,"text",void 0),Ee([i.property({type:Boolean})],De.prototype,"manual",void 0),Ee([i.property({type:Boolean})],De.prototype,"inline",void 0),Ee([i.property({type:Number})],De.prototype,"delay",void 0),Ee([i.property()],De.prototype,"position",void 0),Ee([i.queryAssignedNodes("",!0)],De.prototype,"slotNodes",void 0),Ee([i.query(".ft-tooltip--container")],De.prototype,"container",void 0),Ee([i.query("slot")],De.prototype,"target",void 0),Ee([i.query(".ft-tooltip")],De.prototype,"tooltip",void 0),Ee([i.query(".ft-tooltip--content")],De.prototype,"tooltipContent",void 0),Ee([i.state()],De.prototype,"visible",void 0),De=Ee([r.customElement("ft-tooltip")],De);var Ne=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};const Me={color:r.FtCssVariable.extend("--ft-loader-color",r.designSystemVariables.colorPrimary),size:r.FtCssVariable.create("--ft-loader-size","SIZE","80px")};let He=class extends r.FtLitElement{getStyles(){return e.css`
|
|
338
342
|
:host {
|
|
339
343
|
line-height: 0;
|
|
340
344
|
}
|
|
@@ -410,7 +414,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
410
414
|
<div></div>
|
|
411
415
|
<div></div>
|
|
412
416
|
</div>
|
|
413
|
-
`}};He=Ne([r.customElement("ft-loader")],He);var
|
|
417
|
+
`}};He=Ne([r.customElement("ft-loader")],He);var Le=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};const Ue=r.FtCssVariable.extend("--ft-button-color",r.designSystemVariables.colorPrimary),Pe={backgroundColor:r.FtCssVariable.extend("--ft-button-background-color",r.designSystemVariables.colorSurface),borderRadius:r.FtCssVariable.extend("--ft-button-border-radius",r.designSystemVariables.borderRadiusL),color:Ue,fontSize:r.FtCssVariable.extend("--ft-button-font-size",ge.fontSize),iconSize:r.FtCssVariable.create("--ft-button-icon-size","SIZE","24px"),rippleColor:r.FtCssVariable.extend("--ft-button-ripple-color",Ue),opacityDisabled:r.FtCssVariable.external(r.designSystemVariables.colorOpacityDisabled,"Design system")},Ve=r.FtCssVariable.extend("--ft-button-primary-color",r.FtCssVariable.extend("--ft-button-color",r.designSystemVariables.colorOnPrimary)),Ge=r.FtCssVariable.extend("--ft-button-primary-background-color",r.FtCssVariable.extend("--ft-button-background-color",r.designSystemVariables.colorPrimary)),Ze=Ve,We=(r.FtCssVariable.extend("--ft-button-primary-ripple-color",Ve),r.FtCssVariable.extend("--ft-button-dense-border-radius",r.FtCssVariable.extend("--ft-button-border-radius",r.designSystemVariables.borderRadiusM)));let qe=class extends r.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}getStyles(){return[r.noTextSelect,e.css`
|
|
414
418
|
:host {
|
|
415
419
|
display: inline-block;
|
|
416
420
|
max-width: 100%;
|
|
@@ -453,7 +457,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
453
457
|
--mdc-icon-size: ${Pe.iconSize};
|
|
454
458
|
--ft-button-internal-vertical-padding: 6px;
|
|
455
459
|
--ft-button-internal-horizontal-padding: 8px;
|
|
456
|
-
${r.setVariable(
|
|
460
|
+
${r.setVariable(T.color,Pe.rippleColor)};
|
|
457
461
|
--ft-button-internal-content-height: max(var(--ft-button-internal-line-height), var(--mdc-icon-size));
|
|
458
462
|
|
|
459
463
|
border-radius: ${Pe.borderRadius};
|
|
@@ -561,7 +565,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
561
565
|
</ft-tooltip>
|
|
562
566
|
`}resolveIcon(){return this.loading?e.html`
|
|
563
567
|
<ft-loader></ft-loader> `:this.icon?e.html`
|
|
564
|
-
<mwc-icon>${this.icon}</mwc-icon> `:e.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){
|
|
568
|
+
<mwc-icon>${this.icon}</mwc-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}};qe.elementDefinitions={"ft-ripple":O,"ft-tooltip":De,"ft-typography":Oe,"mwc-icon":Ce,"ft-loader":He},Le([i.property({type:Boolean})],qe.prototype,"primary",void 0),Le([i.property({type:Boolean})],qe.prototype,"outlined",void 0),Le([i.property({type:Boolean})],qe.prototype,"disabled",void 0),Le([i.property({type:Boolean})],qe.prototype,"dense",void 0),Le([i.property({type:Boolean})],qe.prototype,"round",void 0),Le([i.property({type:String})],qe.prototype,"label",void 0),Le([i.property({type:String})],qe.prototype,"icon",void 0),Le([i.property({type:Boolean})],qe.prototype,"trailingIcon",void 0),Le([i.property({type:Boolean})],qe.prototype,"loading",void 0),Le([i.property({type:String})],qe.prototype,"tooltipPosition",void 0),Le([i.query(".ft-button")],qe.prototype,"button",void 0),Le([i.query(".ft-button--label slot")],qe.prototype,"slottedContent",void 0),qe=Le([r.customElement("ft-button")],qe);var Ke=function(t,e,i,r){for(var o,s=arguments.length,a=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,n=t.length-1;n>=0;n--)(o=t[n])&&(a=(s<3?o(a):s>3?o(e,i,a):o(e,i))||a);return s>3&&a&&Object.defineProperty(e,i,a),a};const Xe={buttonsColor:r.FtCssVariable.extend("--ft-snap-scroll-buttons-color",r.designSystemVariables.colorPrimary),buttonsZIndex:r.FtCssVariable.create("--ft-snap-scroll-buttons-z-index","COLOR","1"),gap:r.FtCssVariable.create("--ft-snap-scroll-gap","SIZE","0"),colorSurface:r.FtCssVariable.external(r.designSystemVariables.colorSurface,"Design system")};class Ye extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}t.FtSnapScroll=class extends r.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new r.Debouncer(200),this.updateScrollDebouncer=new r.Debouncer(100)}getStyles(){return e.css`
|
|
565
569
|
.ft-snap-scroll {
|
|
566
570
|
box-sizing: border-box;
|
|
567
571
|
position: relative;
|
|
@@ -15,13 +15,13 @@ const e=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShad
|
|
|
15
15
|
* Copyright 2017 Google LLC
|
|
16
16
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
17
17
|
*/
|
|
18
|
-
var y;v.finalized=!0,v.elementProperties=new Map,v.elementStyles=[],v.shadowRootOptions={mode:"open"},null==h||h({ReactiveElement:v}),(null!==(l=globalThis.reactiveElementVersions)&&void 0!==l?l:globalThis.reactiveElementVersions=[]).push("1.2.2");const g=globalThis.trustedTypes,b=g?g.createPolicy("lit-html",{createHTML:t=>t}):void 0,x=`lit$${(Math.random()+"").slice(9)}$`,w="?"+x,$=`<${w}>`,O=document,S=(t="")=>O.createComment(t),k=t=>null===t||"object"!=typeof t&&"function"!=typeof t,C=Array.isArray,E=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,R=/-->/g,z=/>/g,N=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,M=/'/g,T=/"/g,A=/^(?:script|style|textarea|title)$/i,F=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),j=Symbol.for("lit-noChange"),U=Symbol.for("lit-nothing"),_=new WeakMap,B=O.createTreeWalker(O,129,null,!1),
|
|
18
|
+
var y;v.finalized=!0,v.elementProperties=new Map,v.elementStyles=[],v.shadowRootOptions={mode:"open"},null==h||h({ReactiveElement:v}),(null!==(l=globalThis.reactiveElementVersions)&&void 0!==l?l:globalThis.reactiveElementVersions=[]).push("1.2.2");const g=globalThis.trustedTypes,b=g?g.createPolicy("lit-html",{createHTML:t=>t}):void 0,x=`lit$${(Math.random()+"").slice(9)}$`,w="?"+x,$=`<${w}>`,O=document,S=(t="")=>O.createComment(t),k=t=>null===t||"object"!=typeof t&&"function"!=typeof t,C=Array.isArray,E=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,R=/-->/g,z=/>/g,N=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,M=/'/g,T=/"/g,A=/^(?:script|style|textarea|title)$/i,F=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),j=Symbol.for("lit-noChange"),U=Symbol.for("lit-nothing"),_=new WeakMap,B=O.createTreeWalker(O,129,null,!1),L=(t,e)=>{const i=t.length-1,r=[];let o,n=2===e?"<svg>":"",s=E;for(let e=0;e<i;e++){const i=t[e];let a,c,l=-1,p=0;for(;p<i.length&&(s.lastIndex=p,c=s.exec(i),null!==c);)p=s.lastIndex,s===E?"!--"===c[1]?s=R:void 0!==c[1]?s=z:void 0!==c[2]?(A.test(c[2])&&(o=RegExp("</"+c[2],"g")),s=N):void 0!==c[3]&&(s=N):s===N?">"===c[0]?(s=null!=o?o:E,l=-1):void 0===c[1]?l=-2:(l=s.lastIndex-c[2].length,a=c[1],s=void 0===c[3]?N:'"'===c[3]?T:M):s===T||s===M?s=N:s===R||s===z?s=E:(s=N,o=void 0);const d=s===N&&t[e+1].startsWith("/>")?" ":"";n+=s===E?i+$:l>=0?(r.push(a),i.slice(0,l)+"$lit$"+i.slice(l)+x+d):i+x+(-2===l?(r.push(void 0),e):d)}const a=n+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==b?b.createHTML(a):a,r]};class D{constructor({strings:t,_$litType$:e},i){let r;this.parts=[];let o=0,n=0;const s=t.length-1,a=this.parts,[c,l]=L(t,e);if(this.el=D.createElement(c,i),B.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(r=B.nextNode())&&a.length<s;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const e of r.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(x)){const i=l[n++];if(t.push(e),void 0!==i){const t=r.getAttribute(i.toLowerCase()+"$lit$").split(x),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:o,name:e[2],strings:t,ctor:"."===e[1]?V:"?"===e[1]?Z:"@"===e[1]?q:W})}else a.push({type:6,index:o})}for(const e of t)r.removeAttribute(e)}if(A.test(r.tagName)){const t=r.textContent.split(x),e=t.length-1;if(e>0){r.textContent=g?g.emptyScript:"";for(let i=0;i<e;i++)r.append(t[i],S()),B.nextNode(),a.push({type:2,index:++o});r.append(t[e],S())}}}else if(8===r.nodeType)if(r.data===w)a.push({type:2,index:o});else{let t=-1;for(;-1!==(t=r.data.indexOf(x,t+1));)a.push({type:7,index:o}),t+=x.length-1}o++}}static createElement(t,e){const i=O.createElement("template");return i.innerHTML=t,i}}function I(t,e,i=t,r){var o,n,s,a;if(e===j)return e;let c=void 0!==r?null===(o=i._$Cl)||void 0===o?void 0:o[r]:i._$Cu;const l=k(e)?void 0:e._$litDirective$;return(null==c?void 0:c.constructor)!==l&&(null===(n=null==c?void 0:c._$AO)||void 0===n||n.call(c,!1),void 0===l?c=void 0:(c=new l(t),c._$AT(t,i,r)),void 0!==r?(null!==(s=(a=i)._$Cl)&&void 0!==s?s:a._$Cl=[])[r]=c:i._$Cu=c),void 0!==c&&(e=I(t,c._$AS(t,e.values),c,r)),e}class P{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:r}=this._$AD,o=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:O).importNode(i,!0);B.currentNode=o;let n=B.nextNode(),s=0,a=0,c=r[0];for(;void 0!==c;){if(s===c.index){let e;2===c.type?e=new H(n,n.nextSibling,this,t):1===c.type?e=new c.ctor(n,c.name,c.strings,this,t):6===c.type&&(e=new G(n,this,t)),this.v.push(e),c=r[++a]}s!==(null==c?void 0:c.index)&&(n=B.nextNode(),s++)}return o}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class H{constructor(t,e,i,r){var o;this.type=2,this._$AH=U,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=r,this._$Cg=null===(o=null==r?void 0:r.isConnected)||void 0===o||o}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=I(this,t,e),k(t)?t===U||null==t||""===t?(this._$AH!==U&&this._$AR(),this._$AH=U):t!==this._$AH&&t!==j&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.S(t):(t=>{var e;return C(t)||"function"==typeof(null===(e=t)||void 0===e?void 0:e[Symbol.iterator])})(t)?this.A(t):this.$(t)}M(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}S(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==U&&k(this._$AH)?this._$AA.nextSibling.data=t:this.S(O.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:r}=t,o="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=D.createElement(r.h,this.options)),r);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===o)this._$AH.m(i);else{const t=new P(o,this),e=t.p(this.options);t.m(i),this.S(e),this._$AH=t}}_$AC(t){let e=_.get(t.strings);return void 0===e&&_.set(t.strings,e=new D(t)),e}A(t){C(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,r=0;for(const o of t)r===e.length?e.push(i=new H(this.M(S()),this.M(S()),this,this.options)):i=e[r],i._$AI(o),r++;r<e.length&&(this._$AR(i&&i._$AB.nextSibling,r),e.length=r)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cg=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class W{constructor(t,e,i,r,o){this.type=1,this._$AH=U,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=o,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=U}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,r){const o=this.strings;let n=!1;if(void 0===o)t=I(this,t,e,0),n=!k(t)||t!==this._$AH&&t!==j,n&&(this._$AH=t);else{const r=t;let s,a;for(t=o[0],s=0;s<o.length-1;s++)a=I(this,r[i+s],e,s),a===j&&(a=this._$AH[s]),n||(n=!k(a)||a!==this._$AH[s]),a===U?t=U:t!==U&&(t+=(null!=a?a:"")+o[s+1]),this._$AH[s]=a}n&&!r&&this.k(t)}k(t){t===U?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class V extends W{constructor(){super(...arguments),this.type=3}k(t){this.element[this.name]=t===U?void 0:t}}const K=g?g.emptyScript:"";class Z extends W{constructor(){super(...arguments),this.type=4}k(t){t&&t!==U?this.element.setAttribute(this.name,K):this.element.removeAttribute(this.name)}}class q extends W{constructor(t,e,i,r,o){super(t,e,i,r,o),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=I(this,t,e,0))&&void 0!==i?i:U)===j)return;const r=this._$AH,o=t===U&&r!==U||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,n=t!==U&&(r===U||o);o&&this.element.removeEventListener(this.name,this,r),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class G{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){I(this,t)}}const X=window.litHtmlPolyfillSupport;
|
|
19
19
|
/**
|
|
20
20
|
* @license
|
|
21
21
|
* Copyright 2017 Google LLC
|
|
22
22
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
23
23
|
*/
|
|
24
|
-
var J,Y;null==X||X(
|
|
24
|
+
var J,Y;null==X||X(D,H),(null!==(y=globalThis.litHtmlVersions)&&void 0!==y?y:globalThis.litHtmlVersions=[]).push("2.1.3");class Q extends v{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Dt=((t,e,i)=>{var r,o;const n=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:e;let s=n._$litPart$;if(void 0===s){const t=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:null;n._$litPart$=s=new H(e.insertBefore(S(),t),t,void 0,null!=i?i:{})}return s._$AI(t),s})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Dt)||void 0===t||t.setConnected(!1)}render(){return j}}Q.finalized=!0,Q._$litElement$=!0,null===(J=globalThis.litElementHydrateSupport)||void 0===J||J.call(globalThis,{LitElement:Q});const tt=globalThis.litElementPolyfillSupport;null==tt||tt({LitElement:Q}),(null!==(Y=globalThis.litElementVersions)&&void 0!==Y?Y:globalThis.litElementVersions=[]).push("3.1.2");
|
|
25
25
|
/**
|
|
26
26
|
* @license
|
|
27
27
|
* Copyright 2017 Google LLC
|
|
@@ -196,20 +196,20 @@ class Nt extends Q{click(){if(this.mdcRoot)return this.mdcRoot.focus(),void this
|
|
|
196
196
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
197
197
|
* THE SOFTWARE.
|
|
198
198
|
*/
|
|
199
|
-
var jt=["touchstart","pointerdown","mousedown","keydown"],Ut=["touchend","pointerup","mouseup","contextmenu"],_t=[],Bt=function(t){function e(i){var r=t.call(this,kt(kt({},e.defaultAdapter),i))||this;return r.activationAnimationHasEnded=!1,r.activationTimer=0,r.fgDeactivationRemovalTimer=0,r.fgScale="0",r.frame={width:0,height:0},r.initialSize=0,r.layoutFrame=0,r.maxRadius=0,r.unboundedCoords={left:0,top:0},r.activationState=r.defaultActivationState(),r.activationTimerCallback=function(){r.activationAnimationHasEnded=!0,r.runDeactivationUXLogicIfReady()},r.activateHandler=function(t){r.activateImpl(t)},r.deactivateHandler=function(){r.deactivateImpl()},r.focusHandler=function(){r.handleFocus()},r.blurHandler=function(){r.handleBlur()},r.resizeHandler=function(){r.layout()},r}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function i(){this.constructor=t}St(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return Tt},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return At},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return Ft},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},browserSupportsCssVars:function(){return!0},computeBoundingRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},containsEventTarget:function(){return!0},deregisterDocumentInteractionHandler:function(){},deregisterInteractionHandler:function(){},deregisterResizeHandler:function(){},getWindowPageOffset:function(){return{x:0,y:0}},isSurfaceActive:function(){return!0},isSurfaceDisabled:function(){return!0},isUnbounded:function(){return!0},registerDocumentInteractionHandler:function(){},registerInteractionHandler:function(){},registerResizeHandler:function(){},removeClass:function(){},updateCssVariable:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t=this,i=this.supportsPressRipple();if(this.registerRootHandlers(i),i){var r=e.cssClasses,o=r.ROOT,n=r.UNBOUNDED;requestAnimationFrame((function(){t.adapter.addClass(o),t.adapter.isUnbounded()&&(t.adapter.addClass(n),t.layoutInternal())}))}},e.prototype.destroy=function(){var t=this;if(this.supportsPressRipple()){this.activationTimer&&(clearTimeout(this.activationTimer),this.activationTimer=0,this.adapter.removeClass(e.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer&&(clearTimeout(this.fgDeactivationRemovalTimer),this.fgDeactivationRemovalTimer=0,this.adapter.removeClass(e.cssClasses.FG_DEACTIVATION));var i=e.cssClasses,r=i.ROOT,o=i.UNBOUNDED;requestAnimationFrame((function(){t.adapter.removeClass(r),t.adapter.removeClass(o),t.removeCssVars()}))}this.deregisterRootHandlers(),this.deregisterDeactivationHandlers()},e.prototype.activate=function(t){this.activateImpl(t)},e.prototype.deactivate=function(){this.deactivateImpl()},e.prototype.layout=function(){var t=this;this.layoutFrame&&cancelAnimationFrame(this.layoutFrame),this.layoutFrame=requestAnimationFrame((function(){t.layoutInternal(),t.layoutFrame=0}))},e.prototype.setUnbounded=function(t){var i=e.cssClasses.UNBOUNDED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleFocus=function(){var t=this;requestAnimationFrame((function(){return t.adapter.addClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.handleBlur=function(){var t=this;requestAnimationFrame((function(){return t.adapter.removeClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.supportsPressRipple=function(){return this.adapter.browserSupportsCssVars()},e.prototype.defaultActivationState=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},e.prototype.registerRootHandlers=function(t){var e,i;if(t){try{for(var r=Et(jt),o=r.next();!o.done;o=r.next()){var n=o.value;this.adapter.registerInteractionHandler(n,this.activateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}this.adapter.isUnbounded()&&this.adapter.registerResizeHandler(this.resizeHandler)}this.adapter.registerInteractionHandler("focus",this.focusHandler),this.adapter.registerInteractionHandler("blur",this.blurHandler)},e.prototype.registerDeactivationHandlers=function(t){var e,i;if("keydown"===t.type)this.adapter.registerInteractionHandler("keyup",this.deactivateHandler);else try{for(var r=Et(Ut),o=r.next();!o.done;o=r.next()){var n=o.value;this.adapter.registerDocumentInteractionHandler(n,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},e.prototype.deregisterRootHandlers=function(){var t,e;try{for(var i=Et(jt),r=i.next();!r.done;r=i.next()){var o=r.value;this.adapter.deregisterInteractionHandler(o,this.activateHandler)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}this.adapter.deregisterInteractionHandler("focus",this.focusHandler),this.adapter.deregisterInteractionHandler("blur",this.blurHandler),this.adapter.isUnbounded()&&this.adapter.deregisterResizeHandler(this.resizeHandler)},e.prototype.deregisterDeactivationHandlers=function(){var t,e;this.adapter.deregisterInteractionHandler("keyup",this.deactivateHandler);try{for(var i=Et(Ut),r=i.next();!r.done;r=i.next()){var o=r.value;this.adapter.deregisterDocumentInteractionHandler(o,this.deactivateHandler)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.removeCssVars=function(){var t=this,i=e.strings;Object.keys(i).forEach((function(e){0===e.indexOf("VAR_")&&t.adapter.updateCssVariable(i[e],null)}))},e.prototype.activateImpl=function(t){var e=this;if(!this.adapter.isSurfaceDisabled()){var i=this.activationState;if(!i.isActivated){var r=this.previousActivationEvent;if(!(r&&void 0!==t&&r.type!==t.type))i.isActivated=!0,i.isProgrammatic=void 0===t,i.activationEvent=t,i.wasActivatedByPointer=!i.isProgrammatic&&(void 0!==t&&("mousedown"===t.type||"touchstart"===t.type||"pointerdown"===t.type)),void 0!==t&&_t.length>0&&_t.some((function(t){return e.adapter.containsEventTarget(t)}))?this.resetActivationState():(void 0!==t&&(_t.push(t.target),this.registerDeactivationHandlers(t)),i.wasElementMadeActive=this.checkElementMadeActive(t),i.wasElementMadeActive&&this.animateActivation(),requestAnimationFrame((function(){_t=[],i.wasElementMadeActive||void 0===t||" "!==t.key&&32!==t.keyCode||(i.wasElementMadeActive=e.checkElementMadeActive(t),i.wasElementMadeActive&&e.animateActivation()),i.wasElementMadeActive||(e.activationState=e.defaultActivationState())})))}}},e.prototype.checkElementMadeActive=function(t){return void 0===t||"keydown"!==t.type||this.adapter.isSurfaceActive()},e.prototype.animateActivation=function(){var t=this,i=e.strings,r=i.VAR_FG_TRANSLATE_START,o=i.VAR_FG_TRANSLATE_END,n=e.cssClasses,s=n.FG_DEACTIVATION,a=n.FG_ACTIVATION,c=e.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var l="",p="";if(!this.adapter.isUnbounded()){var d=this.getFgTranslationCoordinates(),h=d.startPoint,u=d.endPoint;l=h.x+"px, "+h.y+"px",p=u.x+"px, "+u.y+"px"}this.adapter.updateCssVariable(r,l),this.adapter.updateCssVariable(o,p),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(s),this.adapter.computeBoundingRect(),this.adapter.addClass(a),this.activationTimer=setTimeout((function(){t.activationTimerCallback()}),c)},e.prototype.getFgTranslationCoordinates=function(){var t,e=this.activationState,i=e.activationEvent;return t=e.wasActivatedByPointer?function(t,e,i){if(!t)return{x:0,y:0};var r,o,n=e.x,s=e.y,a=n+i.left,c=s+i.top;if("touchstart"===t.type){var l=t;r=l.changedTouches[0].pageX-a,o=l.changedTouches[0].pageY-c}else{var p=t;r=p.pageX-a,o=p.pageY-c}return{x:r,y:o}}(i,this.adapter.getWindowPageOffset(),this.adapter.computeBoundingRect()):{x:this.frame.width/2,y:this.frame.height/2},{startPoint:t={x:t.x-this.initialSize/2,y:t.y-this.initialSize/2},endPoint:{x:this.frame.width/2-this.initialSize/2,y:this.frame.height/2-this.initialSize/2}}},e.prototype.runDeactivationUXLogicIfReady=function(){var t=this,i=e.cssClasses.FG_DEACTIVATION,r=this.activationState,o=r.hasDeactivationUXRun,n=r.isActivated;(o||!n)&&this.activationAnimationHasEnded&&(this.rmBoundedActivationClasses(),this.adapter.addClass(i),this.fgDeactivationRemovalTimer=setTimeout((function(){t.adapter.removeClass(i)}),Ft.FG_DEACTIVATION_MS))},e.prototype.rmBoundedActivationClasses=function(){var t=e.cssClasses.FG_ACTIVATION;this.adapter.removeClass(t),this.activationAnimationHasEnded=!1,this.adapter.computeBoundingRect()},e.prototype.resetActivationState=function(){var t=this;this.previousActivationEvent=this.activationState.activationEvent,this.activationState=this.defaultActivationState(),setTimeout((function(){return t.previousActivationEvent=void 0}),e.numbers.TAP_DELAY_MS)},e.prototype.deactivateImpl=function(){var t=this,e=this.activationState;if(e.isActivated){var i=kt({},e);e.isProgrammatic?(requestAnimationFrame((function(){t.animateDeactivation(i)})),this.resetActivationState()):(this.deregisterDeactivationHandlers(),requestAnimationFrame((function(){t.activationState.hasDeactivationUXRun=!0,t.animateDeactivation(i),t.resetActivationState()})))}},e.prototype.animateDeactivation=function(t){var e=t.wasActivatedByPointer,i=t.wasElementMadeActive;(e||i)&&this.runDeactivationUXLogicIfReady()},e.prototype.layoutInternal=function(){var t=this;this.frame=this.adapter.computeBoundingRect();var i=Math.max(this.frame.height,this.frame.width);this.maxRadius=this.adapter.isUnbounded()?i:Math.sqrt(Math.pow(t.frame.width,2)+Math.pow(t.frame.height,2))+e.numbers.PADDING;var r=Math.floor(i*e.numbers.INITIAL_ORIGIN_SCALE);this.adapter.isUnbounded()&&r%2!=0?this.initialSize=r-1:this.initialSize=r,this.fgScale=""+this.maxRadius/this.initialSize,this.updateLayoutCssVars()},e.prototype.updateLayoutCssVars=function(){var t=e.strings,i=t.VAR_FG_SIZE,r=t.VAR_LEFT,o=t.VAR_TOP,n=t.VAR_FG_SCALE;this.adapter.updateCssVariable(i,this.initialSize+"px"),this.adapter.updateCssVariable(n,this.fgScale),this.adapter.isUnbounded()&&(this.unboundedCoords={left:Math.round(this.frame.width/2-this.initialSize/2),top:Math.round(this.frame.height/2-this.initialSize/2)},this.adapter.updateCssVariable(r,this.unboundedCoords.left+"px"),this.adapter.updateCssVariable(o,this.unboundedCoords.top+"px"))},e}(Mt),Dt=Bt;
|
|
199
|
+
var jt=["touchstart","pointerdown","mousedown","keydown"],Ut=["touchend","pointerup","mouseup","contextmenu"],_t=[],Bt=function(t){function e(i){var r=t.call(this,kt(kt({},e.defaultAdapter),i))||this;return r.activationAnimationHasEnded=!1,r.activationTimer=0,r.fgDeactivationRemovalTimer=0,r.fgScale="0",r.frame={width:0,height:0},r.initialSize=0,r.layoutFrame=0,r.maxRadius=0,r.unboundedCoords={left:0,top:0},r.activationState=r.defaultActivationState(),r.activationTimerCallback=function(){r.activationAnimationHasEnded=!0,r.runDeactivationUXLogicIfReady()},r.activateHandler=function(t){r.activateImpl(t)},r.deactivateHandler=function(){r.deactivateImpl()},r.focusHandler=function(){r.handleFocus()},r.blurHandler=function(){r.handleBlur()},r.resizeHandler=function(){r.layout()},r}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function i(){this.constructor=t}St(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return Tt},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return At},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return Ft},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},browserSupportsCssVars:function(){return!0},computeBoundingRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},containsEventTarget:function(){return!0},deregisterDocumentInteractionHandler:function(){},deregisterInteractionHandler:function(){},deregisterResizeHandler:function(){},getWindowPageOffset:function(){return{x:0,y:0}},isSurfaceActive:function(){return!0},isSurfaceDisabled:function(){return!0},isUnbounded:function(){return!0},registerDocumentInteractionHandler:function(){},registerInteractionHandler:function(){},registerResizeHandler:function(){},removeClass:function(){},updateCssVariable:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t=this,i=this.supportsPressRipple();if(this.registerRootHandlers(i),i){var r=e.cssClasses,o=r.ROOT,n=r.UNBOUNDED;requestAnimationFrame((function(){t.adapter.addClass(o),t.adapter.isUnbounded()&&(t.adapter.addClass(n),t.layoutInternal())}))}},e.prototype.destroy=function(){var t=this;if(this.supportsPressRipple()){this.activationTimer&&(clearTimeout(this.activationTimer),this.activationTimer=0,this.adapter.removeClass(e.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer&&(clearTimeout(this.fgDeactivationRemovalTimer),this.fgDeactivationRemovalTimer=0,this.adapter.removeClass(e.cssClasses.FG_DEACTIVATION));var i=e.cssClasses,r=i.ROOT,o=i.UNBOUNDED;requestAnimationFrame((function(){t.adapter.removeClass(r),t.adapter.removeClass(o),t.removeCssVars()}))}this.deregisterRootHandlers(),this.deregisterDeactivationHandlers()},e.prototype.activate=function(t){this.activateImpl(t)},e.prototype.deactivate=function(){this.deactivateImpl()},e.prototype.layout=function(){var t=this;this.layoutFrame&&cancelAnimationFrame(this.layoutFrame),this.layoutFrame=requestAnimationFrame((function(){t.layoutInternal(),t.layoutFrame=0}))},e.prototype.setUnbounded=function(t){var i=e.cssClasses.UNBOUNDED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleFocus=function(){var t=this;requestAnimationFrame((function(){return t.adapter.addClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.handleBlur=function(){var t=this;requestAnimationFrame((function(){return t.adapter.removeClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.supportsPressRipple=function(){return this.adapter.browserSupportsCssVars()},e.prototype.defaultActivationState=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},e.prototype.registerRootHandlers=function(t){var e,i;if(t){try{for(var r=Et(jt),o=r.next();!o.done;o=r.next()){var n=o.value;this.adapter.registerInteractionHandler(n,this.activateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}this.adapter.isUnbounded()&&this.adapter.registerResizeHandler(this.resizeHandler)}this.adapter.registerInteractionHandler("focus",this.focusHandler),this.adapter.registerInteractionHandler("blur",this.blurHandler)},e.prototype.registerDeactivationHandlers=function(t){var e,i;if("keydown"===t.type)this.adapter.registerInteractionHandler("keyup",this.deactivateHandler);else try{for(var r=Et(Ut),o=r.next();!o.done;o=r.next()){var n=o.value;this.adapter.registerDocumentInteractionHandler(n,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},e.prototype.deregisterRootHandlers=function(){var t,e;try{for(var i=Et(jt),r=i.next();!r.done;r=i.next()){var o=r.value;this.adapter.deregisterInteractionHandler(o,this.activateHandler)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}this.adapter.deregisterInteractionHandler("focus",this.focusHandler),this.adapter.deregisterInteractionHandler("blur",this.blurHandler),this.adapter.isUnbounded()&&this.adapter.deregisterResizeHandler(this.resizeHandler)},e.prototype.deregisterDeactivationHandlers=function(){var t,e;this.adapter.deregisterInteractionHandler("keyup",this.deactivateHandler);try{for(var i=Et(Ut),r=i.next();!r.done;r=i.next()){var o=r.value;this.adapter.deregisterDocumentInteractionHandler(o,this.deactivateHandler)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.removeCssVars=function(){var t=this,i=e.strings;Object.keys(i).forEach((function(e){0===e.indexOf("VAR_")&&t.adapter.updateCssVariable(i[e],null)}))},e.prototype.activateImpl=function(t){var e=this;if(!this.adapter.isSurfaceDisabled()){var i=this.activationState;if(!i.isActivated){var r=this.previousActivationEvent;if(!(r&&void 0!==t&&r.type!==t.type))i.isActivated=!0,i.isProgrammatic=void 0===t,i.activationEvent=t,i.wasActivatedByPointer=!i.isProgrammatic&&(void 0!==t&&("mousedown"===t.type||"touchstart"===t.type||"pointerdown"===t.type)),void 0!==t&&_t.length>0&&_t.some((function(t){return e.adapter.containsEventTarget(t)}))?this.resetActivationState():(void 0!==t&&(_t.push(t.target),this.registerDeactivationHandlers(t)),i.wasElementMadeActive=this.checkElementMadeActive(t),i.wasElementMadeActive&&this.animateActivation(),requestAnimationFrame((function(){_t=[],i.wasElementMadeActive||void 0===t||" "!==t.key&&32!==t.keyCode||(i.wasElementMadeActive=e.checkElementMadeActive(t),i.wasElementMadeActive&&e.animateActivation()),i.wasElementMadeActive||(e.activationState=e.defaultActivationState())})))}}},e.prototype.checkElementMadeActive=function(t){return void 0===t||"keydown"!==t.type||this.adapter.isSurfaceActive()},e.prototype.animateActivation=function(){var t=this,i=e.strings,r=i.VAR_FG_TRANSLATE_START,o=i.VAR_FG_TRANSLATE_END,n=e.cssClasses,s=n.FG_DEACTIVATION,a=n.FG_ACTIVATION,c=e.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var l="",p="";if(!this.adapter.isUnbounded()){var d=this.getFgTranslationCoordinates(),h=d.startPoint,u=d.endPoint;l=h.x+"px, "+h.y+"px",p=u.x+"px, "+u.y+"px"}this.adapter.updateCssVariable(r,l),this.adapter.updateCssVariable(o,p),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(s),this.adapter.computeBoundingRect(),this.adapter.addClass(a),this.activationTimer=setTimeout((function(){t.activationTimerCallback()}),c)},e.prototype.getFgTranslationCoordinates=function(){var t,e=this.activationState,i=e.activationEvent;return t=e.wasActivatedByPointer?function(t,e,i){if(!t)return{x:0,y:0};var r,o,n=e.x,s=e.y,a=n+i.left,c=s+i.top;if("touchstart"===t.type){var l=t;r=l.changedTouches[0].pageX-a,o=l.changedTouches[0].pageY-c}else{var p=t;r=p.pageX-a,o=p.pageY-c}return{x:r,y:o}}(i,this.adapter.getWindowPageOffset(),this.adapter.computeBoundingRect()):{x:this.frame.width/2,y:this.frame.height/2},{startPoint:t={x:t.x-this.initialSize/2,y:t.y-this.initialSize/2},endPoint:{x:this.frame.width/2-this.initialSize/2,y:this.frame.height/2-this.initialSize/2}}},e.prototype.runDeactivationUXLogicIfReady=function(){var t=this,i=e.cssClasses.FG_DEACTIVATION,r=this.activationState,o=r.hasDeactivationUXRun,n=r.isActivated;(o||!n)&&this.activationAnimationHasEnded&&(this.rmBoundedActivationClasses(),this.adapter.addClass(i),this.fgDeactivationRemovalTimer=setTimeout((function(){t.adapter.removeClass(i)}),Ft.FG_DEACTIVATION_MS))},e.prototype.rmBoundedActivationClasses=function(){var t=e.cssClasses.FG_ACTIVATION;this.adapter.removeClass(t),this.activationAnimationHasEnded=!1,this.adapter.computeBoundingRect()},e.prototype.resetActivationState=function(){var t=this;this.previousActivationEvent=this.activationState.activationEvent,this.activationState=this.defaultActivationState(),setTimeout((function(){return t.previousActivationEvent=void 0}),e.numbers.TAP_DELAY_MS)},e.prototype.deactivateImpl=function(){var t=this,e=this.activationState;if(e.isActivated){var i=kt({},e);e.isProgrammatic?(requestAnimationFrame((function(){t.animateDeactivation(i)})),this.resetActivationState()):(this.deregisterDeactivationHandlers(),requestAnimationFrame((function(){t.activationState.hasDeactivationUXRun=!0,t.animateDeactivation(i),t.resetActivationState()})))}},e.prototype.animateDeactivation=function(t){var e=t.wasActivatedByPointer,i=t.wasElementMadeActive;(e||i)&&this.runDeactivationUXLogicIfReady()},e.prototype.layoutInternal=function(){var t=this;this.frame=this.adapter.computeBoundingRect();var i=Math.max(this.frame.height,this.frame.width);this.maxRadius=this.adapter.isUnbounded()?i:Math.sqrt(Math.pow(t.frame.width,2)+Math.pow(t.frame.height,2))+e.numbers.PADDING;var r=Math.floor(i*e.numbers.INITIAL_ORIGIN_SCALE);this.adapter.isUnbounded()&&r%2!=0?this.initialSize=r-1:this.initialSize=r,this.fgScale=""+this.maxRadius/this.initialSize,this.updateLayoutCssVars()},e.prototype.updateLayoutCssVars=function(){var t=e.strings,i=t.VAR_FG_SIZE,r=t.VAR_LEFT,o=t.VAR_TOP,n=t.VAR_FG_SCALE;this.adapter.updateCssVariable(i,this.initialSize+"px"),this.adapter.updateCssVariable(n,this.fgScale),this.adapter.isUnbounded()&&(this.unboundedCoords={left:Math.round(this.frame.width/2-this.initialSize/2),top:Math.round(this.frame.height/2-this.initialSize/2)},this.adapter.updateCssVariable(r,this.unboundedCoords.left+"px"),this.adapter.updateCssVariable(o,this.unboundedCoords.top+"px"))},e}(Mt),Lt=Bt;
|
|
200
200
|
/**
|
|
201
201
|
* @license
|
|
202
202
|
* Copyright 2018 Google LLC
|
|
203
203
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
204
204
|
*/
|
|
205
|
-
const
|
|
205
|
+
const Dt=wt(class extends $t{constructor(t){var e;if(super(t),t.type!==xt||"style"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,i)=>{const r=t[i];return null==r?e:e+`${i=i.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[e]){const{style:i}=t.element;if(void 0===this.ct){this.ct=new Set;for(const t in e)this.ct.add(t);return this.render(e)}this.ct.forEach((t=>{null==e[t]&&(this.ct.delete(t),t.includes("-")?i.removeProperty(t):i[t]="")}));for(const t in e){const r=e[t];null!=r&&(this.ct.add(t),t.includes("-")?i.setProperty(t,r):i[t]=r)}return j}});
|
|
206
206
|
/**
|
|
207
207
|
* @license
|
|
208
208
|
* Copyright 2018 Google LLC
|
|
209
209
|
* SPDX-License-Identifier: Apache-2.0
|
|
210
|
-
*/class It extends Nt{constructor(){super(...arguments),this.primary=!1,this.accent=!1,this.unbounded=!1,this.disabled=!1,this.activated=!1,this.selected=!1,this.internalUseStateLayerCustomProperties=!1,this.hovering=!1,this.bgFocused=!1,this.fgActivation=!1,this.fgDeactivation=!1,this.fgScale="",this.fgSize="",this.translateStart="",this.translateEnd="",this.leftPos="",this.topPos="",this.mdcFoundationClass=
|
|
210
|
+
*/class It extends Nt{constructor(){super(...arguments),this.primary=!1,this.accent=!1,this.unbounded=!1,this.disabled=!1,this.activated=!1,this.selected=!1,this.internalUseStateLayerCustomProperties=!1,this.hovering=!1,this.bgFocused=!1,this.fgActivation=!1,this.fgDeactivation=!1,this.fgScale="",this.fgSize="",this.translateStart="",this.translateEnd="",this.leftPos="",this.topPos="",this.mdcFoundationClass=Lt}get isActive(){return t=this.parentElement||this,e=":active",(t.matches||t.webkitMatchesSelector||t.msMatchesSelector).call(t,e);var t,e}createAdapter(){return{browserSupportsCssVars:()=>!0,isUnbounded:()=>this.unbounded,isSurfaceActive:()=>this.isActive,isSurfaceDisabled:()=>this.disabled,addClass:t=>{switch(t){case"mdc-ripple-upgraded--background-focused":this.bgFocused=!0;break;case"mdc-ripple-upgraded--foreground-activation":this.fgActivation=!0;break;case"mdc-ripple-upgraded--foreground-deactivation":this.fgDeactivation=!0}},removeClass:t=>{switch(t){case"mdc-ripple-upgraded--background-focused":this.bgFocused=!1;break;case"mdc-ripple-upgraded--foreground-activation":this.fgActivation=!1;break;case"mdc-ripple-upgraded--foreground-deactivation":this.fgDeactivation=!1}},containsEventTarget:()=>!0,registerInteractionHandler:()=>{},deregisterInteractionHandler:()=>{},registerDocumentInteractionHandler:()=>{},deregisterDocumentInteractionHandler:()=>{},registerResizeHandler:()=>{},deregisterResizeHandler:()=>{},updateCssVariable:(t,e)=>{switch(t){case"--mdc-ripple-fg-scale":this.fgScale=e;break;case"--mdc-ripple-fg-size":this.fgSize=e;break;case"--mdc-ripple-fg-translate-end":this.translateEnd=e;break;case"--mdc-ripple-fg-translate-start":this.translateStart=e;break;case"--mdc-ripple-left":this.leftPos=e;break;case"--mdc-ripple-top":this.topPos=e}},computeBoundingRect:()=>(this.parentElement||this).getBoundingClientRect(),getWindowPageOffset:()=>({x:window.pageXOffset,y:window.pageYOffset})}}startPress(t){this.waitForFoundation((()=>{this.mdcFoundation.activate(t)}))}endPress(){this.waitForFoundation((()=>{this.mdcFoundation.deactivate()}))}startFocus(){this.waitForFoundation((()=>{this.mdcFoundation.handleFocus()}))}endFocus(){this.waitForFoundation((()=>{this.mdcFoundation.handleBlur()}))}startHover(){this.hovering=!0}endHover(){this.hovering=!1}waitForFoundation(t){this.mdcFoundation?t():this.updateComplete.then(t)}update(t){t.has("disabled")&&this.disabled&&this.endHover(),super.update(t)}render(){const t=this.activated&&(this.primary||!this.accent),e=this.selected&&(this.primary||!this.accent),i={"mdc-ripple-surface--accent":this.accent,"mdc-ripple-surface--primary--activated":t,"mdc-ripple-surface--accent--activated":this.accent&&this.activated,"mdc-ripple-surface--primary--selected":e,"mdc-ripple-surface--accent--selected":this.accent&&this.selected,"mdc-ripple-surface--disabled":this.disabled,"mdc-ripple-surface--hover":this.hovering,"mdc-ripple-surface--primary":this.primary,"mdc-ripple-surface--selected":this.selected,"mdc-ripple-upgraded--background-focused":this.bgFocused,"mdc-ripple-upgraded--foreground-activation":this.fgActivation,"mdc-ripple-upgraded--foreground-deactivation":this.fgDeactivation,"mdc-ripple-upgraded--unbounded":this.unbounded,"mdc-ripple-surface--internal-use-state-layer-custom-properties":this.internalUseStateLayerCustomProperties};return F`
|
|
211
211
|
<div class="mdc-ripple-surface mdc-ripple-upgraded ${Ot(i)}"
|
|
212
|
-
style="${
|
|
212
|
+
style="${Dt({"--mdc-ripple-fg-scale":this.fgScale,"--mdc-ripple-fg-size":this.fgSize,"--mdc-ripple-fg-translate-end":this.translateEnd,"--mdc-ripple-fg-translate-start":this.translateStart,"--mdc-ripple-left":this.leftPos,"--mdc-ripple-top":this.topPos})}"></div>`}}Ct([st(".mdc-ripple-surface")],It.prototype,"mdcRoot",void 0),Ct([rt({type:Boolean})],It.prototype,"primary",void 0),Ct([rt({type:Boolean})],It.prototype,"accent",void 0),Ct([rt({type:Boolean})],It.prototype,"unbounded",void 0),Ct([rt({type:Boolean})],It.prototype,"disabled",void 0),Ct([rt({type:Boolean})],It.prototype,"activated",void 0),Ct([rt({type:Boolean})],It.prototype,"selected",void 0),Ct([rt({type:Boolean})],It.prototype,"internalUseStateLayerCustomProperties",void 0),Ct([ot()],It.prototype,"hovering",void 0),Ct([ot()],It.prototype,"bgFocused",void 0),Ct([ot()],It.prototype,"fgActivation",void 0),Ct([ot()],It.prototype,"fgDeactivation",void 0),Ct([ot()],It.prototype,"fgScale",void 0),Ct([ot()],It.prototype,"fgSize",void 0),Ct([ot()],It.prototype,"translateStart",void 0),Ct([ot()],It.prototype,"translateEnd",void 0),Ct([ot()],It.prototype,"leftPos",void 0),Ct([ot()],It.prototype,"topPos",void 0);
|
|
213
213
|
/**
|
|
214
214
|
* @license
|
|
215
215
|
* Copyright 2021 Google LLC
|
|
@@ -259,7 +259,7 @@ class Wt{constructor(t){this.startPress=e=>{t().then((t=>{t&&t.startPress(e)}))}
|
|
|
259
259
|
* Copyright 2020 Google LLC
|
|
260
260
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
261
261
|
*/
|
|
262
|
-
const qt=t=>({_$litStatic$:t}),Gt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.length;let n,s;const a=[],c=[];let l,p=0,d=!1;for(;p<o;){for(l=e[p];p<o&&void 0!==(s=i[p],n=null===(r=s)||void 0===r?void 0:r._$litStatic$);)l+=n+e[++p],d=!0;c.push(s),a.push(l),p++}if(p===o&&a.push(e[o]),d){const t=a.join("$$lit$$");void 0===(e=Gt.get(t))&&(a.raw=a,Gt.set(t,e=a)),i=c}return t(e,...i)})(F);var Jt,Yt=function(t,e,i,r){for(var o,n=arguments.length,s=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,a=t.length-1;a>=0;a--)(o=t[a])&&(s=(n<3?o(s):n>3?o(e,i,s):o(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};!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"}(Jt||(Jt={}));const Qt=dt.extend("--ft-typography-font-family",ut.titleFont),te=dt.extend("--ft-typography-font-family",ut.contentFont),ee={fontFamily:te,fontSize:dt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:dt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:dt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:dt.create("--ft-typography-line-height","SIZE","24px"),textTransform:dt.create("--ft-typography-text-transform","UNKNOWN","inherit")},ie=dt.extend("--ft-typography-title-font-family",Qt),re=dt.extend("--ft-typography-title-font-size",ee.fontSize,"20px"),oe=dt.extend("--ft-typography-title-font-weight",ee.fontWeight,"normal"),ne=dt.extend("--ft-typography-title-letter-spacing",ee.letterSpacing,"0.15px"),se=dt.extend("--ft-typography-title-line-height",ee.lineHeight,"24px"),ae=dt.extend("--ft-typography-title-text-transform",ee.textTransform,"inherit"),ce=dt.extend("--ft-typography-title-dense-font-family",Qt),le=dt.extend("--ft-typography-title-dense-font-size",ee.fontSize,"14px"),pe=dt.extend("--ft-typography-title-dense-font-weight",ee.fontWeight,"normal"),de=dt.extend("--ft-typography-title-dense-letter-spacing",ee.letterSpacing,"0.105px"),he=dt.extend("--ft-typography-title-dense-line-height",ee.lineHeight,"24px"),ue=dt.extend("--ft-typography-title-dense-text-transform",ee.textTransform,"inherit"),fe=dt.extend("--ft-typography-subtitle1-font-family",te),me=dt.extend("--ft-typography-subtitle1-font-size",ee.fontSize,"16px"),ve=dt.extend("--ft-typography-subtitle1-font-weight",ee.fontWeight,"600"),ye=dt.extend("--ft-typography-subtitle1-letter-spacing",ee.letterSpacing,"0.144px"),ge=dt.extend("--ft-typography-subtitle1-line-height",ee.lineHeight,"24px"),be=dt.extend("--ft-typography-subtitle1-text-transform",ee.textTransform,"inherit"),xe=dt.extend("--ft-typography-subtitle2-font-family",te),we=dt.extend("--ft-typography-subtitle2-font-size",ee.fontSize,"14px"),$e=dt.extend("--ft-typography-subtitle2-font-weight",ee.fontWeight,"normal"),Oe=dt.extend("--ft-typography-subtitle2-letter-spacing",ee.letterSpacing,"0.098px"),Se=dt.extend("--ft-typography-subtitle2-line-height",ee.lineHeight,"24px"),ke=dt.extend("--ft-typography-subtitle2-text-transform",ee.textTransform,"inherit"),Ce=dt.extend("--ft-typography-body1-font-family",te),Ee=dt.extend("--ft-typography-body1-font-size",ee.fontSize,"16px"),Re=dt.extend("--ft-typography-body1-font-weight",ee.fontWeight,"normal"),ze=dt.extend("--ft-typography-body1-letter-spacing",ee.letterSpacing,"0.496px"),Ne=dt.extend("--ft-typography-body1-line-height",ee.lineHeight,"24px"),Me=dt.extend("--ft-typography-body1-text-transform",ee.textTransform,"inherit"),Te=dt.extend("--ft-typography-body2-font-family",te),Ae=dt.extend("--ft-typography-body2-font-size",ee.fontSize,"14px"),Fe=dt.extend("--ft-typography-body2-font-weight",ee.fontWeight,"normal"),je=dt.extend("--ft-typography-body2-letter-spacing",ee.letterSpacing,"0.252px"),Ue=dt.extend("--ft-typography-body2-line-height",ee.lineHeight,"20px"),_e=dt.extend("--ft-typography-body2-text-transform",ee.textTransform,"inherit"),Be=dt.extend("--ft-typography-caption-font-family",te),
|
|
262
|
+
const qt=t=>({_$litStatic$:t}),Gt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.length;let n,s;const a=[],c=[];let l,p=0,d=!1;for(;p<o;){for(l=e[p];p<o&&void 0!==(s=i[p],n=null===(r=s)||void 0===r?void 0:r._$litStatic$);)l+=n+e[++p],d=!0;c.push(s),a.push(l),p++}if(p===o&&a.push(e[o]),d){const t=a.join("$$lit$$");void 0===(e=Gt.get(t))&&(a.raw=a,Gt.set(t,e=a)),i=c}return t(e,...i)})(F);var Jt,Yt=function(t,e,i,r){for(var o,n=arguments.length,s=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,a=t.length-1;a>=0;a--)(o=t[a])&&(s=(n<3?o(s):n>3?o(e,i,s):o(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};!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"}(Jt||(Jt={}));const Qt=dt.extend("--ft-typography-font-family",ut.titleFont),te=dt.extend("--ft-typography-font-family",ut.contentFont),ee={fontFamily:te,fontSize:dt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:dt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:dt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:dt.create("--ft-typography-line-height","SIZE","24px"),textTransform:dt.create("--ft-typography-text-transform","UNKNOWN","inherit")},ie=dt.extend("--ft-typography-title-font-family",Qt),re=dt.extend("--ft-typography-title-font-size",ee.fontSize,"20px"),oe=dt.extend("--ft-typography-title-font-weight",ee.fontWeight,"normal"),ne=dt.extend("--ft-typography-title-letter-spacing",ee.letterSpacing,"0.15px"),se=dt.extend("--ft-typography-title-line-height",ee.lineHeight,"24px"),ae=dt.extend("--ft-typography-title-text-transform",ee.textTransform,"inherit"),ce=dt.extend("--ft-typography-title-dense-font-family",Qt),le=dt.extend("--ft-typography-title-dense-font-size",ee.fontSize,"14px"),pe=dt.extend("--ft-typography-title-dense-font-weight",ee.fontWeight,"normal"),de=dt.extend("--ft-typography-title-dense-letter-spacing",ee.letterSpacing,"0.105px"),he=dt.extend("--ft-typography-title-dense-line-height",ee.lineHeight,"24px"),ue=dt.extend("--ft-typography-title-dense-text-transform",ee.textTransform,"inherit"),fe=dt.extend("--ft-typography-subtitle1-font-family",te),me=dt.extend("--ft-typography-subtitle1-font-size",ee.fontSize,"16px"),ve=dt.extend("--ft-typography-subtitle1-font-weight",ee.fontWeight,"600"),ye=dt.extend("--ft-typography-subtitle1-letter-spacing",ee.letterSpacing,"0.144px"),ge=dt.extend("--ft-typography-subtitle1-line-height",ee.lineHeight,"24px"),be=dt.extend("--ft-typography-subtitle1-text-transform",ee.textTransform,"inherit"),xe=dt.extend("--ft-typography-subtitle2-font-family",te),we=dt.extend("--ft-typography-subtitle2-font-size",ee.fontSize,"14px"),$e=dt.extend("--ft-typography-subtitle2-font-weight",ee.fontWeight,"normal"),Oe=dt.extend("--ft-typography-subtitle2-letter-spacing",ee.letterSpacing,"0.098px"),Se=dt.extend("--ft-typography-subtitle2-line-height",ee.lineHeight,"24px"),ke=dt.extend("--ft-typography-subtitle2-text-transform",ee.textTransform,"inherit"),Ce=dt.extend("--ft-typography-body1-font-family",te),Ee=dt.extend("--ft-typography-body1-font-size",ee.fontSize,"16px"),Re=dt.extend("--ft-typography-body1-font-weight",ee.fontWeight,"normal"),ze=dt.extend("--ft-typography-body1-letter-spacing",ee.letterSpacing,"0.496px"),Ne=dt.extend("--ft-typography-body1-line-height",ee.lineHeight,"24px"),Me=dt.extend("--ft-typography-body1-text-transform",ee.textTransform,"inherit"),Te=dt.extend("--ft-typography-body2-font-family",te),Ae=dt.extend("--ft-typography-body2-font-size",ee.fontSize,"14px"),Fe=dt.extend("--ft-typography-body2-font-weight",ee.fontWeight,"normal"),je=dt.extend("--ft-typography-body2-letter-spacing",ee.letterSpacing,"0.252px"),Ue=dt.extend("--ft-typography-body2-line-height",ee.lineHeight,"20px"),_e=dt.extend("--ft-typography-body2-text-transform",ee.textTransform,"inherit"),Be=dt.extend("--ft-typography-caption-font-family",te),Le=dt.extend("--ft-typography-caption-font-size",ee.fontSize,"12px"),De=dt.extend("--ft-typography-caption-font-weight",ee.fontWeight,"normal"),Ie=dt.extend("--ft-typography-caption-letter-spacing",ee.letterSpacing,"0.396px"),Pe=dt.extend("--ft-typography-caption-line-height",ee.lineHeight,"16px"),He=dt.extend("--ft-typography-caption-text-transform",ee.textTransform,"inherit"),We=dt.extend("--ft-typography-breadcrumb-font-family",te),Ve=dt.extend("--ft-typography-breadcrumb-font-size",ee.fontSize,"10px"),Ke=dt.extend("--ft-typography-breadcrumb-font-weight",ee.fontWeight,"normal"),Ze=dt.extend("--ft-typography-breadcrumb-letter-spacing",ee.letterSpacing,"0.33px"),qe=dt.extend("--ft-typography-breadcrumb-line-height",ee.lineHeight,"16px"),Ge=dt.extend("--ft-typography-breadcrumb-text-transform",ee.textTransform,"inherit"),Xe=dt.extend("--ft-typography-overline-font-family",te),Je=dt.extend("--ft-typography-overline-font-size",ee.fontSize,"10px"),Ye=dt.extend("--ft-typography-overline-font-weight",ee.fontWeight,"normal"),Qe=dt.extend("--ft-typography-overline-letter-spacing",ee.letterSpacing,"1.5px"),ti=dt.extend("--ft-typography-overline-line-height",ee.lineHeight,"16px"),ei=dt.extend("--ft-typography-overline-text-transform",ee.textTransform,"uppercase"),ii={fontFamily:dt.extend("--ft-typography-button-font-family",te),fontSize:dt.extend("--ft-typography-button-font-size",ee.fontSize,"14px"),fontWeight:dt.extend("--ft-typography-button-font-weight",ee.fontWeight,"600"),letterSpacing:dt.extend("--ft-typography-button-letter-spacing",ee.letterSpacing,"1.246px"),lineHeight:dt.extend("--ft-typography-button-line-height",ee.lineHeight,"16px"),textTransform:dt.extend("--ft-typography-button-text-transform",ee.textTransform,"uppercase")},ri=s`
|
|
263
263
|
.ft-typography--title {
|
|
264
264
|
font-family: ${ie};
|
|
265
265
|
font-size: ${re};
|
|
@@ -317,8 +317,8 @@ const qt=t=>({_$litStatic$:t}),Gt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
317
317
|
`,li=s`
|
|
318
318
|
.ft-typography--caption {
|
|
319
319
|
font-family: ${Be};
|
|
320
|
-
font-size: ${
|
|
321
|
-
font-weight: ${
|
|
320
|
+
font-size: ${Le};
|
|
321
|
+
font-weight: ${De};
|
|
322
322
|
letter-spacing: ${Ie};
|
|
323
323
|
line-height: ${Pe};
|
|
324
324
|
text-transform: ${He};
|
|
@@ -350,7 +350,11 @@ const qt=t=>({_$litStatic$:t}),Gt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
350
350
|
line-height: ${ii.lineHeight};
|
|
351
351
|
text-transform: ${ii.textTransform};
|
|
352
352
|
}
|
|
353
|
-
`;let ui=class extends ft{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ri,oi,ni,si,ai,ci,li,pi,di,hi
|
|
353
|
+
`;let ui=class extends ft{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ri,oi,ni,si,ai,ci,li,pi,di,hi,s`
|
|
354
|
+
.ft-typography {
|
|
355
|
+
vertical-align: inherit;
|
|
356
|
+
}
|
|
357
|
+
`]}getTemplate(){return this.element?Xt`
|
|
354
358
|
<${qt(this.element)}
|
|
355
359
|
class="ft-typography ft-typography--${this.variant}">
|
|
356
360
|
<slot></slot>
|
|
@@ -648,7 +652,7 @@ function(t,e,i){let r,o=t;return"object"==typeof t?(o=t.slot,r=t):r={flatten:e},
|
|
|
648
652
|
</ft-tooltip>
|
|
649
653
|
`}resolveIcon(){return this.loading?F`
|
|
650
654
|
<ft-loader></ft-loader> `:this.icon?F`
|
|
651
|
-
<mwc-icon>${this.icon}</mwc-icon> `:U}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){
|
|
655
|
+
<mwc-icon>${this.icon}</mwc-icon> `:U}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}};Ai.elementDefinitions={"ft-ripple":Zt,"ft-tooltip":$i,"ft-typography":ui,"mwc-icon":mi,"ft-loader":ki},Ci([rt({type:Boolean})],Ai.prototype,"primary",void 0),Ci([rt({type:Boolean})],Ai.prototype,"outlined",void 0),Ci([rt({type:Boolean})],Ai.prototype,"disabled",void 0),Ci([rt({type:Boolean})],Ai.prototype,"dense",void 0),Ci([rt({type:Boolean})],Ai.prototype,"round",void 0),Ci([rt({type:String})],Ai.prototype,"label",void 0),Ci([rt({type:String})],Ai.prototype,"icon",void 0),Ci([rt({type:Boolean})],Ai.prototype,"trailingIcon",void 0),Ci([rt({type:Boolean})],Ai.prototype,"loading",void 0),Ci([rt({type:String})],Ai.prototype,"tooltipPosition",void 0),Ci([st(".ft-button")],Ai.prototype,"button",void 0),Ci([st(".ft-button--label slot")],Ai.prototype,"slottedContent",void 0),Ai=Ci([pt("ft-button")],Ai);var Fi=function(t,e,i,r){for(var o,n=arguments.length,s=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,a=t.length-1;a>=0;a--)(o=t[a])&&(s=(n<3?o(s):n>3?o(e,i,s):o(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const ji={buttonsColor:dt.extend("--ft-snap-scroll-buttons-color",ut.colorPrimary),buttonsZIndex:dt.create("--ft-snap-scroll-buttons-z-index","COLOR","1"),gap:dt.create("--ft-snap-scroll-gap","SIZE","0"),colorSurface:dt.external(ut.colorSurface,"Design system")};class Ui extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}t.FtSnapScroll=class extends ft{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new lt(200),this.updateScrollDebouncer=new lt(100)}getStyles(){return s`
|
|
652
656
|
.ft-snap-scroll {
|
|
653
657
|
box-sizing: border-box;
|
|
654
658
|
position: relative;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-snap-scroll",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Vertical or horizontal container with snap scrolling.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-button": "^0.1.10",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "^0.1.10",
|
|
24
24
|
"lit": "^2.0.2"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "af9249642eff7416fb4aa6371f82cb3f99086cec"
|
|
27
27
|
}
|