@fluid-topics/ft-accordion 0.1.6 → 0.1.9
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-accordion.light.js +367 -0
- package/build/ft-accordion.min.js +127 -7
- package/package.json +5 -5
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
!function(t,e,i,r,a,o){
|
|
2
|
+
/*! *****************************************************************************
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
var p=function(t,e){return p=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},p(t,e)};var c=function(){return c=Object.assign||function(t){for(var e,i=1,r=arguments.length;i<r;i++)for(var a in e=arguments[i])Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a]);return t},c.apply(this,arguments)};function s(t,e,i,r){for(var a,o=arguments.length,p=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,c=t.length-1;c>=0;c--)(a=t[c])&&(p=(o<3?a(p):o>3?a(e,i,p):a(e,i))||p);return o>3&&p&&Object.defineProperty(e,i,p),p}function n(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],r=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}
|
|
17
|
+
/**
|
|
18
|
+
* @license
|
|
19
|
+
* Copyright 2018 Google Inc.
|
|
20
|
+
*
|
|
21
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
23
|
+
* in the Software without restriction, including without limitation the rights
|
|
24
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
26
|
+
* furnished to do so, subject to the following conditions:
|
|
27
|
+
*
|
|
28
|
+
* The above copyright notice and this permission notice shall be included in
|
|
29
|
+
* all copies or substantial portions of the Software.
|
|
30
|
+
*
|
|
31
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
33
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
35
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
37
|
+
* THE SOFTWARE.
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* @license
|
|
41
|
+
* Copyright 2018 Google LLC
|
|
42
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
43
|
+
*/
|
|
44
|
+
const l=()=>{},d={get passive(){return!1}};document.addEventListener("x",l,d),document.removeEventListener("x",l);
|
|
45
|
+
/**
|
|
46
|
+
* @license
|
|
47
|
+
* Copyright 2018 Google LLC
|
|
48
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
49
|
+
*/
|
|
50
|
+
class f extends e.LitElement{click(){if(this.mdcRoot)return this.mdcRoot.focus(),void this.mdcRoot.click();super.click()}createFoundation(){void 0!==this.mdcFoundation&&this.mdcFoundation.destroy(),this.mdcFoundationClass&&(this.mdcFoundation=new this.mdcFoundationClass(this.createAdapter()),this.mdcFoundation.init())}firstUpdated(){this.createFoundation()}}
|
|
51
|
+
/**
|
|
52
|
+
* @license
|
|
53
|
+
* Copyright 2016 Google Inc.
|
|
54
|
+
*
|
|
55
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
56
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
57
|
+
* in the Software without restriction, including without limitation the rights
|
|
58
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
59
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
60
|
+
* furnished to do so, subject to the following conditions:
|
|
61
|
+
*
|
|
62
|
+
* The above copyright notice and this permission notice shall be included in
|
|
63
|
+
* all copies or substantial portions of the Software.
|
|
64
|
+
*
|
|
65
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
66
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
67
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
68
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
69
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
70
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
71
|
+
* THE SOFTWARE.
|
|
72
|
+
*/var u=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}(),h={BG_FOCUSED:"mdc-ripple-upgraded--background-focused",FG_ACTIVATION:"mdc-ripple-upgraded--foreground-activation",FG_DEACTIVATION:"mdc-ripple-upgraded--foreground-deactivation",ROOT:"mdc-ripple-upgraded",UNBOUNDED:"mdc-ripple-upgraded--unbounded"},m={VAR_FG_SCALE:"--mdc-ripple-fg-scale",VAR_FG_SIZE:"--mdc-ripple-fg-size",VAR_FG_TRANSLATE_END:"--mdc-ripple-fg-translate-end",VAR_FG_TRANSLATE_START:"--mdc-ripple-fg-translate-start",VAR_LEFT:"--mdc-ripple-left",VAR_TOP:"--mdc-ripple-top"},y={DEACTIVATION_TIMEOUT_MS:225,FG_DEACTIVATION_MS:150,INITIAL_ORIGIN_SCALE:.6,PADDING:10,TAP_DELAY_MS:300};
|
|
73
|
+
/**
|
|
74
|
+
* @license
|
|
75
|
+
* Copyright 2016 Google Inc.
|
|
76
|
+
*
|
|
77
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
78
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
79
|
+
* in the Software without restriction, including without limitation the rights
|
|
80
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
81
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
82
|
+
* furnished to do so, subject to the following conditions:
|
|
83
|
+
*
|
|
84
|
+
* The above copyright notice and this permission notice shall be included in
|
|
85
|
+
* all copies or substantial portions of the Software.
|
|
86
|
+
*
|
|
87
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
88
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
89
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
90
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
91
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
92
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
93
|
+
* THE SOFTWARE.
|
|
94
|
+
*/
|
|
95
|
+
/**
|
|
96
|
+
* @license
|
|
97
|
+
* Copyright 2016 Google Inc.
|
|
98
|
+
*
|
|
99
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
100
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
101
|
+
* in the Software without restriction, including without limitation the rights
|
|
102
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
103
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
104
|
+
* furnished to do so, subject to the following conditions:
|
|
105
|
+
*
|
|
106
|
+
* The above copyright notice and this permission notice shall be included in
|
|
107
|
+
* all copies or substantial portions of the Software.
|
|
108
|
+
*
|
|
109
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
110
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
111
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
112
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
113
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
114
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
115
|
+
* THE SOFTWARE.
|
|
116
|
+
*/
|
|
117
|
+
var g=["touchstart","pointerdown","mousedown","keydown"],v=["touchend","pointerup","mouseup","contextmenu"],b=[],$=function(t){function e(i){var r=t.call(this,c(c({},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}p(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return h},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return m},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return y},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,a=r.ROOT,o=r.UNBOUNDED;requestAnimationFrame((function(){t.adapter.addClass(a),t.adapter.isUnbounded()&&(t.adapter.addClass(o),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,a=i.UNBOUNDED;requestAnimationFrame((function(){t.adapter.removeClass(r),t.adapter.removeClass(a),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=n(g),a=r.next();!a.done;a=r.next()){var o=a.value;this.adapter.registerInteractionHandler(o,this.activateHandler)}}catch(t){e={error:t}}finally{try{a&&!a.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=n(v),a=r.next();!a.done;a=r.next()){var o=a.value;this.adapter.registerDocumentInteractionHandler(o,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},e.prototype.deregisterRootHandlers=function(){var t,e;try{for(var i=n(g),r=i.next();!r.done;r=i.next()){var a=r.value;this.adapter.deregisterInteractionHandler(a,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=n(v),r=i.next();!r.done;r=i.next()){var a=r.value;this.adapter.deregisterDocumentInteractionHandler(a,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&&b.length>0&&b.some((function(t){return e.adapter.containsEventTarget(t)}))?this.resetActivationState():(void 0!==t&&(b.push(t.target),this.registerDeactivationHandlers(t)),i.wasElementMadeActive=this.checkElementMadeActive(t),i.wasElementMadeActive&&this.animateActivation(),requestAnimationFrame((function(){b=[],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,a=i.VAR_FG_TRANSLATE_END,o=e.cssClasses,p=o.FG_DEACTIVATION,c=o.FG_ACTIVATION,s=e.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var n="",l="";if(!this.adapter.isUnbounded()){var d=this.getFgTranslationCoordinates(),f=d.startPoint,u=d.endPoint;n=f.x+"px, "+f.y+"px",l=u.x+"px, "+u.y+"px"}this.adapter.updateCssVariable(r,n),this.adapter.updateCssVariable(a,l),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(p),this.adapter.computeBoundingRect(),this.adapter.addClass(c),this.activationTimer=setTimeout((function(){t.activationTimerCallback()}),s)},e.prototype.getFgTranslationCoordinates=function(){var t,e=this.activationState,i=e.activationEvent;return{startPoint:t={x:(t=e.wasActivatedByPointer?function(t,e,i){if(!t)return{x:0,y:0};var r,a,o=e.x,p=e.y,c=o+i.left,s=p+i.top;if("touchstart"===t.type){var n=t;r=n.changedTouches[0].pageX-c,a=n.changedTouches[0].pageY-s}else{var l=t;r=l.pageX-c,a=l.pageY-s}return{x:r,y:a}}(i,this.adapter.getWindowPageOffset(),this.adapter.computeBoundingRect()):{x:this.frame.width/2,y:this.frame.height/2}).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,a=r.hasDeactivationUXRun,o=r.isActivated;(a||!o)&&this.activationAnimationHasEnded&&(this.rmBoundedActivationClasses(),this.adapter.addClass(i),this.fgDeactivationRemovalTimer=setTimeout((function(){t.adapter.removeClass(i)}),y.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=c({},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,a=t.VAR_TOP,o=t.VAR_FG_SCALE;this.adapter.updateCssVariable(i,this.initialSize+"px"),this.adapter.updateCssVariable(o,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(a,this.unboundedCoords.top+"px"))},e}(u),x=$;
|
|
118
|
+
/**
|
|
119
|
+
* @license
|
|
120
|
+
* Copyright 2018 Google LLC
|
|
121
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
122
|
+
*/
|
|
123
|
+
class w extends f{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=x}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),i=this.selected&&(this.primary||!this.accent),r={"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":i,"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 e.html`
|
|
124
|
+
<div class="mdc-ripple-surface mdc-ripple-upgraded ${a.classMap(r)}"
|
|
125
|
+
style="${o.styleMap({"--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>`}}s([i.query(".mdc-ripple-surface")],w.prototype,"mdcRoot",void 0),s([i.property({type:Boolean})],w.prototype,"primary",void 0),s([i.property({type:Boolean})],w.prototype,"accent",void 0),s([i.property({type:Boolean})],w.prototype,"unbounded",void 0),s([i.property({type:Boolean})],w.prototype,"disabled",void 0),s([i.property({type:Boolean})],w.prototype,"activated",void 0),s([i.property({type:Boolean})],w.prototype,"selected",void 0),s([i.property({type:Boolean})],w.prototype,"internalUseStateLayerCustomProperties",void 0),s([i.state()],w.prototype,"hovering",void 0),s([i.state()],w.prototype,"bgFocused",void 0),s([i.state()],w.prototype,"fgActivation",void 0),s([i.state()],w.prototype,"fgDeactivation",void 0),s([i.state()],w.prototype,"fgScale",void 0),s([i.state()],w.prototype,"fgSize",void 0),s([i.state()],w.prototype,"translateStart",void 0),s([i.state()],w.prototype,"translateEnd",void 0),s([i.state()],w.prototype,"leftPos",void 0),s([i.state()],w.prototype,"topPos",void 0);
|
|
126
|
+
/**
|
|
127
|
+
* @license
|
|
128
|
+
* Copyright 2021 Google LLC
|
|
129
|
+
* SPDX-LIcense-Identifier: Apache-2.0
|
|
130
|
+
*/
|
|
131
|
+
const k=e.css`.mdc-ripple-surface{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.mdc-ripple-surface::before,.mdc-ripple-surface::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface::before,.mdc-ripple-surface::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-upgraded--unbounded::before,.mdc-ripple-upgraded--unbounded::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top, calc(50% - 50%));left:var(--mdc-ripple-left, calc(50% - 50%));width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface::before,.mdc-ripple-surface::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mdc-ripple-surface:hover::before,.mdc-ripple-surface.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}:host{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:block}:host .mdc-ripple-surface{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;will-change:unset}.mdc-ripple-surface--primary::before,.mdc-ripple-surface--primary::after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-ripple-surface--primary:hover::before,.mdc-ripple-surface--primary.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--primary--activated::before{opacity:0.12;opacity:var(--mdc-ripple-activated-opacity, 0.12)}.mdc-ripple-surface--primary--activated::before,.mdc-ripple-surface--primary--activated::after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-ripple-surface--primary--activated:hover::before,.mdc-ripple-surface--primary--activated.mdc-ripple-surface--hover::before{opacity:0.16;opacity:var(--mdc-ripple-hover-opacity, 0.16)}.mdc-ripple-surface--primary--activated.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--primary--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--primary--selected::before{opacity:0.08;opacity:var(--mdc-ripple-selected-opacity, 0.08)}.mdc-ripple-surface--primary--selected::before,.mdc-ripple-surface--primary--selected::after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-ripple-surface--primary--selected:hover::before,.mdc-ripple-surface--primary--selected.mdc-ripple-surface--hover::before{opacity:0.12;opacity:var(--mdc-ripple-hover-opacity, 0.12)}.mdc-ripple-surface--primary--selected.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-focus-opacity, 0.2)}.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--primary--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--accent::before,.mdc-ripple-surface--accent::after{background-color:#018786;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))}.mdc-ripple-surface--accent:hover::before,.mdc-ripple-surface--accent.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--accent--activated::before{opacity:0.12;opacity:var(--mdc-ripple-activated-opacity, 0.12)}.mdc-ripple-surface--accent--activated::before,.mdc-ripple-surface--accent--activated::after{background-color:#018786;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))}.mdc-ripple-surface--accent--activated:hover::before,.mdc-ripple-surface--accent--activated.mdc-ripple-surface--hover::before{opacity:0.16;opacity:var(--mdc-ripple-hover-opacity, 0.16)}.mdc-ripple-surface--accent--activated.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--accent--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--accent--selected::before{opacity:0.08;opacity:var(--mdc-ripple-selected-opacity, 0.08)}.mdc-ripple-surface--accent--selected::before,.mdc-ripple-surface--accent--selected::after{background-color:#018786;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))}.mdc-ripple-surface--accent--selected:hover::before,.mdc-ripple-surface--accent--selected.mdc-ripple-surface--hover::before{opacity:0.12;opacity:var(--mdc-ripple-hover-opacity, 0.12)}.mdc-ripple-surface--accent--selected.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-focus-opacity, 0.2)}.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--accent--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--disabled{opacity:0}.mdc-ripple-surface--internal-use-state-layer-custom-properties::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties::after{background-color:#000;background-color:var(--mdc-ripple-hover-state-layer-color, #000)}.mdc-ripple-surface--internal-use-state-layer-custom-properties:hover::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-state-layer-opacity, 0.04)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-state-layer-opacity, 0.12)}.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-pressed-state-layer-opacity, 0.12)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-pressed-state-layer-opacity, 0.12)}`
|
|
132
|
+
/**
|
|
133
|
+
* @license
|
|
134
|
+
* Copyright 2018 Google LLC
|
|
135
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
136
|
+
*/;let A=class extends w{};A.styles=[k],A=s([i.customElement("mwc-ripple")],A);
|
|
137
|
+
/**
|
|
138
|
+
* @license
|
|
139
|
+
* Copyright 2020 Google LLC
|
|
140
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
141
|
+
*/
|
|
142
|
+
class z{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 T=function(t,e,i,r){for(var a,o=arguments.length,p=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,c=t.length-1;c>=0;c--)(a=t[c])&&(p=(o<3?a(p):o>3?a(e,i,p):a(e,i))||p);return o>3&&p&&Object.defineProperty(e,i,p),p};const _=r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorContent),S=r.FtCssVariable.extend("--ft-ripple-primary-color",r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorPrimary)),O=r.FtCssVariable.extend("--ft-ripple-secondary-color",r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorSecondary)),I=r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),E=r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),j=r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),C=r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),D=r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceDragged,"Design system");let F=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
|
+
:host {
|
|
144
|
+
display: contents;
|
|
145
|
+
|
|
146
|
+
--mdc-ripple-color: ${_};
|
|
147
|
+
--mdc-ripple-press-opacity: ${I};
|
|
148
|
+
--mdc-ripple-hover-opacity: ${E};
|
|
149
|
+
--mdc-ripple-focus-opacity: ${j};
|
|
150
|
+
--mdc-ripple-selected-opacity: ${C};
|
|
151
|
+
--mdc-ripple-activated-opacity: ${D};
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
mwc-ripple.ft-ripple--secondary {
|
|
155
|
+
--mdc-ripple-color: ${O};
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
mwc-ripple.ft-ripple--primary {
|
|
159
|
+
--mdc-ripple-color: ${S};
|
|
160
|
+
}
|
|
161
|
+
`}getTemplate(){return e.html`
|
|
162
|
+
<mwc-ripple
|
|
163
|
+
class="${this.primary?"ft-ripple--primary":this.secondary?"ft-ripple--secondary":""}"
|
|
164
|
+
?unbounded=${this.unbounded}
|
|
165
|
+
?activated=${this.activated}
|
|
166
|
+
?selected=${this.selected}
|
|
167
|
+
?disabled=${this.disabled}
|
|
168
|
+
></mwc-ripple>
|
|
169
|
+
`}updated(t){super.updated(t),t.has("disabled")&&this.disabled&&this.endRipple()}endRipple(){var t,e,i;null===(t=this.rippleHandlers)||void 0===t||t.endHover(),null===(e=this.rippleHandlers)||void 0===e||e.endFocus(),null===(i=this.rippleHandlers)||void 0===i||i.endPress()}connectedCallback(){var t;super.connectedCallback();const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentNode;if(e){const t=new z((async()=>this.mwcRipple)),i=(...e)=>i=>{e.forEach((e=>window.addEventListener(e,t.endPress,{once:!0}))),t.startPress(i)},r=i("mouseup"),a=i("touchend","touchcancel"),o=t=>{["Enter"," "].includes(t.key)&&i("keyup")()};e.addEventListener("mouseenter",t.startHover),e.addEventListener("mouseleave",t.endHover),e.addEventListener("mousedown",r),e.addEventListener("touchstart",a),e.addEventListener("keydown",o),e.addEventListener("focus",t.startFocus),e.addEventListener("blur",t.endFocus),this.onDisconnect=()=>{e.removeEventListener("mouseenter",t.startHover),e.removeEventListener("mouseleave",t.endHover),e.removeEventListener("mousedown",r),e.removeEventListener("touchstart",a),e.removeEventListener("keydown",o),e.removeEventListener("focus",t.startFocus),e.removeEventListener("blur",t.endFocus)},this.rippleHandlers=t}}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};
|
|
170
|
+
/**
|
|
171
|
+
* @license
|
|
172
|
+
* Copyright 2017 Google LLC
|
|
173
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
174
|
+
*/
|
|
175
|
+
var R;F.elementDefinitions={"mwc-ripple":A},T([i.property({type:Boolean})],F.prototype,"primary",void 0),T([i.property({type:Boolean})],F.prototype,"secondary",void 0),T([i.property({type:Boolean})],F.prototype,"unbounded",void 0),T([i.property({type:Boolean})],F.prototype,"activated",void 0),T([i.property({type:Boolean})],F.prototype,"selected",void 0),T([i.property({type:Boolean})],F.prototype,"disabled",void 0),T([i.query("mwc-ripple")],F.prototype,"mwcRipple",void 0),F=T([r.customElement("ft-ripple")],F);const N=globalThis.trustedTypes,B=N?N.createPolicy("lit-html",{createHTML:t=>t}):void 0,M=`lit$${(Math.random()+"").slice(9)}$`,H="?"+M,G=`<${H}>`,U=document,V=(t="")=>U.createComment(t),P=t=>null===t||"object"!=typeof t&&"function"!=typeof t,L=Array.isArray,q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,W=/>/g,K=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,X=/'/g,Y=/"/g,J=/^(?:script|style|textarea|title)$/i,Q=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),tt=Symbol.for("lit-noChange"),et=Symbol.for("lit-nothing"),it=new WeakMap,rt=U.createTreeWalker(U,129,null,!1),at=(t,e)=>{const i=t.length-1,r=[];let a,o=2===e?"<svg>":"",p=q;for(let e=0;e<i;e++){const i=t[e];let c,s,n=-1,l=0;for(;l<i.length&&(p.lastIndex=l,s=p.exec(i),null!==s);)l=p.lastIndex,p===q?"!--"===s[1]?p=Z:void 0!==s[1]?p=W:void 0!==s[2]?(J.test(s[2])&&(a=RegExp("</"+s[2],"g")),p=K):void 0!==s[3]&&(p=K):p===K?">"===s[0]?(p=null!=a?a:q,n=-1):void 0===s[1]?n=-2:(n=p.lastIndex-s[2].length,c=s[1],p=void 0===s[3]?K:'"'===s[3]?Y:X):p===Y||p===X?p=K:p===Z||p===W?p=q:(p=K,a=void 0);const d=p===K&&t[e+1].startsWith("/>")?" ":"";o+=p===q?i+G:n>=0?(r.push(c),i.slice(0,n)+"$lit$"+i.slice(n)+M+d):i+M+(-2===n?(r.push(void 0),e):d)}const c=o+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==B?B.createHTML(c):c,r]};class ot{constructor({strings:t,_$litType$:e},i){let r;this.parts=[];let a=0,o=0;const p=t.length-1,c=this.parts,[s,n]=at(t,e);if(this.el=ot.createElement(s,i),rt.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(r=rt.nextNode())&&c.length<p;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const e of r.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(M)){const i=n[o++];if(t.push(e),void 0!==i){const t=r.getAttribute(i.toLowerCase()+"$lit$").split(M),e=/([.?@])?(.*)/.exec(i);c.push({type:1,index:a,name:e[2],strings:t,ctor:"."===e[1]?lt:"?"===e[1]?ft:"@"===e[1]?ut:nt})}else c.push({type:6,index:a})}for(const e of t)r.removeAttribute(e)}if(J.test(r.tagName)){const t=r.textContent.split(M),e=t.length-1;if(e>0){r.textContent=N?N.emptyScript:"";for(let i=0;i<e;i++)r.append(t[i],V()),rt.nextNode(),c.push({type:2,index:++a});r.append(t[e],V())}}}else if(8===r.nodeType)if(r.data===H)c.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(M,t+1));)c.push({type:7,index:a}),t+=M.length-1}a++}}static createElement(t,e){const i=U.createElement("template");return i.innerHTML=t,i}}function pt(t,e,i=t,r){var a,o,p,c;if(e===tt)return e;let s=void 0!==r?null===(a=i._$Cl)||void 0===a?void 0:a[r]:i._$Cu;const n=P(e)?void 0:e._$litDirective$;return(null==s?void 0:s.constructor)!==n&&(null===(o=null==s?void 0:s._$AO)||void 0===o||o.call(s,!1),void 0===n?s=void 0:(s=new n(t),s._$AT(t,i,r)),void 0!==r?(null!==(p=(c=i)._$Cl)&&void 0!==p?p:c._$Cl=[])[r]=s:i._$Cu=s),void 0!==s&&(e=pt(t,s._$AS(t,e.values),s,r)),e}class ct{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,a=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:U).importNode(i,!0);rt.currentNode=a;let o=rt.nextNode(),p=0,c=0,s=r[0];for(;void 0!==s;){if(p===s.index){let e;2===s.type?e=new st(o,o.nextSibling,this,t):1===s.type?e=new s.ctor(o,s.name,s.strings,this,t):6===s.type&&(e=new ht(o,this,t)),this.v.push(e),s=r[++c]}p!==(null==s?void 0:s.index)&&(o=rt.nextNode(),p++)}return a}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 st{constructor(t,e,i,r){var a;this.type=2,this._$AH=et,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=r,this._$Cg=null===(a=null==r?void 0:r.isConnected)||void 0===a||a}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=pt(this,t,e),P(t)?t===et||null==t||""===t?(this._$AH!==et&&this._$AR(),this._$AH=et):t!==this._$AH&&t!==tt&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.S(t):(t=>{var e;return L(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!==et&&P(this._$AH)?this._$AA.nextSibling.data=t:this.S(U.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:r}=t,a="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=ot.createElement(r.h,this.options)),r);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===a)this._$AH.m(i);else{const t=new ct(a,this),e=t.p(this.options);t.m(i),this.S(e),this._$AH=t}}_$AC(t){let e=it.get(t.strings);return void 0===e&&it.set(t.strings,e=new ot(t)),e}A(t){L(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,r=0;for(const a of t)r===e.length?e.push(i=new st(this.M(V()),this.M(V()),this,this.options)):i=e[r],i._$AI(a),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 nt{constructor(t,e,i,r,a){this.type=1,this._$AH=et,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=a,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=et}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,r){const a=this.strings;let o=!1;if(void 0===a)t=pt(this,t,e,0),o=!P(t)||t!==this._$AH&&t!==tt,o&&(this._$AH=t);else{const r=t;let p,c;for(t=a[0],p=0;p<a.length-1;p++)c=pt(this,r[i+p],e,p),c===tt&&(c=this._$AH[p]),o||(o=!P(c)||c!==this._$AH[p]),c===et?t=et:t!==et&&(t+=(null!=c?c:"")+a[p+1]),this._$AH[p]=c}o&&!r&&this.k(t)}k(t){t===et?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class lt extends nt{constructor(){super(...arguments),this.type=3}k(t){this.element[this.name]=t===et?void 0:t}}const dt=N?N.emptyScript:"";class ft extends nt{constructor(){super(...arguments),this.type=4}k(t){t&&t!==et?this.element.setAttribute(this.name,dt):this.element.removeAttribute(this.name)}}class ut extends nt{constructor(t,e,i,r,a){super(t,e,i,r,a),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=pt(this,t,e,0))&&void 0!==i?i:et)===tt)return;const r=this._$AH,a=t===et&&r!==et||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,o=t!==et&&(r===et||a);a&&this.element.removeEventListener(this.name,this,r),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class ht{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){pt(this,t)}}const mt=window.litHtmlPolyfillSupport;null==mt||mt(ot,st),(null!==(R=globalThis.litHtmlVersions)&&void 0!==R?R:globalThis.litHtmlVersions=[]).push("2.1.3");
|
|
176
|
+
/**
|
|
177
|
+
* @license
|
|
178
|
+
* Copyright 2020 Google LLC
|
|
179
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
180
|
+
*/
|
|
181
|
+
const yt=t=>({_$litStatic$:t}),gt=new Map,vt=(t=>(e,...i)=>{var r;const a=i.length;let o,p;const c=[],s=[];let n,l=0,d=!1;for(;l<a;){for(n=e[l];l<a&&void 0!==(p=i[l],o=null===(r=p)||void 0===r?void 0:r._$litStatic$);)n+=o+e[++l],d=!0;s.push(p),c.push(n),l++}if(l===a&&c.push(e[a]),d){const t=c.join("$$lit$$");void 0===(e=gt.get(t))&&(c.raw=c,gt.set(t,e=c)),i=s}return t(e,...i)})(Q);var bt,$t=function(t,e,i,r){for(var a,o=arguments.length,p=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,c=t.length-1;c>=0;c--)(a=t[c])&&(p=(o<3?a(p):o>3?a(e,i,p):a(e,i))||p);return o>3&&p&&Object.defineProperty(e,i,p),p};!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 xt=r.FtCssVariable.extend("--ft-typography-font-family",r.designSystemVariables.titleFont),wt=r.FtCssVariable.extend("--ft-typography-font-family",r.designSystemVariables.contentFont),kt={fontFamily:wt,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")},At=r.FtCssVariable.extend("--ft-typography-title-font-family",xt),zt=r.FtCssVariable.extend("--ft-typography-title-font-size",kt.fontSize,"20px"),Tt=r.FtCssVariable.extend("--ft-typography-title-font-weight",kt.fontWeight,"normal"),_t=r.FtCssVariable.extend("--ft-typography-title-letter-spacing",kt.letterSpacing,"0.15px"),St=r.FtCssVariable.extend("--ft-typography-title-line-height",kt.lineHeight,"24px"),Ot=r.FtCssVariable.extend("--ft-typography-title-text-transform",kt.textTransform,"inherit"),It=r.FtCssVariable.extend("--ft-typography-title-dense-font-family",xt),Et=r.FtCssVariable.extend("--ft-typography-title-dense-font-size",kt.fontSize,"14px"),jt=r.FtCssVariable.extend("--ft-typography-title-dense-font-weight",kt.fontWeight,"normal"),Ct=r.FtCssVariable.extend("--ft-typography-title-dense-letter-spacing",kt.letterSpacing,"0.105px"),Dt=r.FtCssVariable.extend("--ft-typography-title-dense-line-height",kt.lineHeight,"24px"),Ft=r.FtCssVariable.extend("--ft-typography-title-dense-text-transform",kt.textTransform,"inherit"),Rt=r.FtCssVariable.extend("--ft-typography-subtitle1-font-family",wt),Nt=r.FtCssVariable.extend("--ft-typography-subtitle1-font-size",kt.fontSize,"16px"),Bt=r.FtCssVariable.extend("--ft-typography-subtitle1-font-weight",kt.fontWeight,"600"),Mt=r.FtCssVariable.extend("--ft-typography-subtitle1-letter-spacing",kt.letterSpacing,"0.144px"),Ht=r.FtCssVariable.extend("--ft-typography-subtitle1-line-height",kt.lineHeight,"24px"),Gt=r.FtCssVariable.extend("--ft-typography-subtitle1-text-transform",kt.textTransform,"inherit"),Ut=r.FtCssVariable.extend("--ft-typography-subtitle2-font-family",wt),Vt=r.FtCssVariable.extend("--ft-typography-subtitle2-font-size",kt.fontSize,"14px"),Pt=r.FtCssVariable.extend("--ft-typography-subtitle2-font-weight",kt.fontWeight,"normal"),Lt=r.FtCssVariable.extend("--ft-typography-subtitle2-letter-spacing",kt.letterSpacing,"0.098px"),qt=r.FtCssVariable.extend("--ft-typography-subtitle2-line-height",kt.lineHeight,"24px"),Zt=r.FtCssVariable.extend("--ft-typography-subtitle2-text-transform",kt.textTransform,"inherit"),Wt=r.FtCssVariable.extend("--ft-typography-body1-font-family",wt),Kt=r.FtCssVariable.extend("--ft-typography-body1-font-size",kt.fontSize,"16px"),Xt=r.FtCssVariable.extend("--ft-typography-body1-font-weight",kt.fontWeight,"normal"),Yt=r.FtCssVariable.extend("--ft-typography-body1-letter-spacing",kt.letterSpacing,"0.496px"),Jt=r.FtCssVariable.extend("--ft-typography-body1-line-height",kt.lineHeight,"24px"),Qt=r.FtCssVariable.extend("--ft-typography-body1-text-transform",kt.textTransform,"inherit"),te=r.FtCssVariable.extend("--ft-typography-body2-font-family",wt),ee=r.FtCssVariable.extend("--ft-typography-body2-font-size",kt.fontSize,"14px"),ie=r.FtCssVariable.extend("--ft-typography-body2-font-weight",kt.fontWeight,"normal"),re=r.FtCssVariable.extend("--ft-typography-body2-letter-spacing",kt.letterSpacing,"0.252px"),ae=r.FtCssVariable.extend("--ft-typography-body2-line-height",kt.lineHeight,"20px"),oe=r.FtCssVariable.extend("--ft-typography-body2-text-transform",kt.textTransform,"inherit"),pe=r.FtCssVariable.extend("--ft-typography-caption-font-family",wt),ce=r.FtCssVariable.extend("--ft-typography-caption-font-size",kt.fontSize,"12px"),se=r.FtCssVariable.extend("--ft-typography-caption-font-weight",kt.fontWeight,"normal"),ne=r.FtCssVariable.extend("--ft-typography-caption-letter-spacing",kt.letterSpacing,"0.396px"),le=r.FtCssVariable.extend("--ft-typography-caption-line-height",kt.lineHeight,"16px"),de=r.FtCssVariable.extend("--ft-typography-caption-text-transform",kt.textTransform,"inherit"),fe=r.FtCssVariable.extend("--ft-typography-breadcrumb-font-family",wt),ue=r.FtCssVariable.extend("--ft-typography-breadcrumb-font-size",kt.fontSize,"10px"),he=r.FtCssVariable.extend("--ft-typography-breadcrumb-font-weight",kt.fontWeight,"normal"),me=r.FtCssVariable.extend("--ft-typography-breadcrumb-letter-spacing",kt.letterSpacing,"0.33px"),ye=r.FtCssVariable.extend("--ft-typography-breadcrumb-line-height",kt.lineHeight,"16px"),ge=r.FtCssVariable.extend("--ft-typography-breadcrumb-text-transform",kt.textTransform,"inherit"),ve=r.FtCssVariable.extend("--ft-typography-overline-font-family",wt),be=r.FtCssVariable.extend("--ft-typography-overline-font-size",kt.fontSize,"10px"),$e=r.FtCssVariable.extend("--ft-typography-overline-font-weight",kt.fontWeight,"normal"),xe=r.FtCssVariable.extend("--ft-typography-overline-letter-spacing",kt.letterSpacing,"1.5px"),we=r.FtCssVariable.extend("--ft-typography-overline-line-height",kt.lineHeight,"16px"),ke=r.FtCssVariable.extend("--ft-typography-overline-text-transform",kt.textTransform,"uppercase"),Ae=r.FtCssVariable.extend("--ft-typography-button-font-family",wt),ze=r.FtCssVariable.extend("--ft-typography-button-font-size",kt.fontSize,"14px"),Te=r.FtCssVariable.extend("--ft-typography-button-font-weight",kt.fontWeight,"600"),_e=r.FtCssVariable.extend("--ft-typography-button-letter-spacing",kt.letterSpacing,"1.246px"),Se=r.FtCssVariable.extend("--ft-typography-button-line-height",kt.lineHeight,"16px"),Oe=r.FtCssVariable.extend("--ft-typography-button-text-transform",kt.textTransform,"uppercase"),Ie=e.css`
|
|
182
|
+
.ft-typography--title {
|
|
183
|
+
font-family: ${At};
|
|
184
|
+
font-size: ${zt};
|
|
185
|
+
font-weight: ${Tt};
|
|
186
|
+
letter-spacing: ${_t};
|
|
187
|
+
line-height: ${St};
|
|
188
|
+
text-transform: ${Ot};
|
|
189
|
+
}
|
|
190
|
+
`,Ee=e.css`
|
|
191
|
+
.ft-typography--title-dense {
|
|
192
|
+
font-family: ${It};
|
|
193
|
+
font-size: ${Et};
|
|
194
|
+
font-weight: ${jt};
|
|
195
|
+
letter-spacing: ${Ct};
|
|
196
|
+
line-height: ${Dt};
|
|
197
|
+
text-transform: ${Ft};
|
|
198
|
+
}
|
|
199
|
+
`,je=e.css`
|
|
200
|
+
.ft-typography--subtitle1 {
|
|
201
|
+
font-family: ${Rt};
|
|
202
|
+
font-size: ${Nt};
|
|
203
|
+
font-weight: ${Bt};
|
|
204
|
+
letter-spacing: ${Mt};
|
|
205
|
+
line-height: ${Ht};
|
|
206
|
+
text-transform: ${Gt};
|
|
207
|
+
}
|
|
208
|
+
`,Ce=e.css`
|
|
209
|
+
.ft-typography--subtitle2 {
|
|
210
|
+
font-family: ${Ut};
|
|
211
|
+
font-size: ${Vt};
|
|
212
|
+
font-weight: ${Pt};
|
|
213
|
+
letter-spacing: ${Lt};
|
|
214
|
+
line-height: ${qt};
|
|
215
|
+
text-transform: ${Zt};
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
`,De=e.css`
|
|
219
|
+
.ft-typography--body1 {
|
|
220
|
+
font-family: ${Wt};
|
|
221
|
+
font-size: ${Kt};
|
|
222
|
+
font-weight: ${Xt};
|
|
223
|
+
letter-spacing: ${Yt};
|
|
224
|
+
line-height: ${Jt};
|
|
225
|
+
text-transform: ${Qt};
|
|
226
|
+
}
|
|
227
|
+
`,Fe=e.css`
|
|
228
|
+
.ft-typography--body2 {
|
|
229
|
+
font-family: ${te};
|
|
230
|
+
font-size: ${ee};
|
|
231
|
+
font-weight: ${ie};
|
|
232
|
+
letter-spacing: ${re};
|
|
233
|
+
line-height: ${ae};
|
|
234
|
+
text-transform: ${oe};
|
|
235
|
+
}
|
|
236
|
+
`,Re=e.css`
|
|
237
|
+
.ft-typography--caption {
|
|
238
|
+
font-family: ${pe};
|
|
239
|
+
font-size: ${ce};
|
|
240
|
+
font-weight: ${se};
|
|
241
|
+
letter-spacing: ${ne};
|
|
242
|
+
line-height: ${le};
|
|
243
|
+
text-transform: ${de};
|
|
244
|
+
}
|
|
245
|
+
`,Ne=e.css`
|
|
246
|
+
.ft-typography--breadcrumb {
|
|
247
|
+
font-family: ${fe};
|
|
248
|
+
font-size: ${ue};
|
|
249
|
+
font-weight: ${he};
|
|
250
|
+
letter-spacing: ${me};
|
|
251
|
+
line-height: ${ye};
|
|
252
|
+
text-transform: ${ge};
|
|
253
|
+
}
|
|
254
|
+
`,Be=e.css`
|
|
255
|
+
.ft-typography--overline {
|
|
256
|
+
font-family: ${ve};
|
|
257
|
+
font-size: ${be};
|
|
258
|
+
font-weight: ${$e};
|
|
259
|
+
letter-spacing: ${xe};
|
|
260
|
+
line-height: ${we};
|
|
261
|
+
text-transform: ${ke};
|
|
262
|
+
}
|
|
263
|
+
`,Me=e.css`
|
|
264
|
+
.ft-typography--button {
|
|
265
|
+
font-family: ${Ae};
|
|
266
|
+
font-size: ${ze};
|
|
267
|
+
font-weight: ${Te};
|
|
268
|
+
letter-spacing: ${_e};
|
|
269
|
+
line-height: ${Se};
|
|
270
|
+
text-transform: ${Oe};
|
|
271
|
+
}
|
|
272
|
+
`;let He=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=bt.body1}getStyles(){return[Ie,Ee,je,Ce,De,Fe,Re,Ne,Be,Me,e.css`
|
|
273
|
+
.ft-typography {
|
|
274
|
+
vertical-align: inherit;
|
|
275
|
+
}
|
|
276
|
+
`]}getTemplate(){return this.element?vt`
|
|
277
|
+
<${yt(this.element)}
|
|
278
|
+
class="ft-typography ft-typography--${this.variant}">
|
|
279
|
+
<slot></slot>
|
|
280
|
+
</${yt(this.element)}>
|
|
281
|
+
`:vt`
|
|
282
|
+
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
283
|
+
`}};$t([i.property()],He.prototype,"element",void 0),$t([i.property()],He.prototype,"variant",void 0),He=$t([r.customElement("ft-typography")],He);
|
|
284
|
+
/**
|
|
285
|
+
* @license
|
|
286
|
+
* Copyright 2021 Google LLC
|
|
287
|
+
* SPDX-LIcense-Identifier: Apache-2.0
|
|
288
|
+
*/
|
|
289
|
+
const Ge=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}`
|
|
290
|
+
/**
|
|
291
|
+
* @license
|
|
292
|
+
* Copyright 2018 Google LLC
|
|
293
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
294
|
+
*/;let Ue=class extends e.LitElement{render(){return e.html`<span><slot></slot></span>`}};Ue.styles=[Ge],Ue=s([i.customElement("mwc-icon")],Ue);var Ve=function(t,e,i,r){for(var a,o=arguments.length,p=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,c=t.length-1;c>=0;c--)(a=t[c])&&(p=(o<3?a(p):o>3?a(e,i,p):a(e,i))||p);return o>3&&p&&Object.defineProperty(e,i,p),p};const Pe={horizontalSpacing:r.FtCssVariable.create("--ft-accordion-toggle-horizontal-spacing","SIZE","16px"),verticalSpacing:r.FtCssVariable.create("--ft-accordion-toggle-vertical-spacing","SIZE","16px"),colorOutline:r.FtCssVariable.external(r.designSystemVariables.colorOutline,"Design system")};t.FtAccordionItem=class extends r.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}getStyles(){return e.css`
|
|
295
|
+
.ft-accordion-item {
|
|
296
|
+
display: flex;
|
|
297
|
+
flex-direction: column;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.ft-accordion-item--toggle {
|
|
301
|
+
flex-shrink: 0;
|
|
302
|
+
flex-grow: 0;
|
|
303
|
+
position: relative;
|
|
304
|
+
display: flex;
|
|
305
|
+
align-items: center;
|
|
306
|
+
cursor: pointer;
|
|
307
|
+
padding: ${Pe.verticalSpacing} ${Pe.horizontalSpacing};
|
|
308
|
+
gap: calc(${Pe.horizontalSpacing} / 2);
|
|
309
|
+
outline: none;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.ft-accordion-item--label {
|
|
313
|
+
flex-grow: 1;
|
|
314
|
+
flex-shrink: 1;
|
|
315
|
+
display: block;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.ft-accordion-item--content {
|
|
319
|
+
box-sizing: border-box;
|
|
320
|
+
flex-shrink: 1;
|
|
321
|
+
flex-grow: 1;
|
|
322
|
+
overflow: hidden;
|
|
323
|
+
height: 0;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.ft-accordion-item--active .ft-accordion-item--content {
|
|
327
|
+
height: initial;
|
|
328
|
+
overflow: visible;
|
|
329
|
+
padding: ${Pe.verticalSpacing} ${Pe.horizontalSpacing};
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.ft-accordion-item--separator {
|
|
333
|
+
border-bottom: 1px solid ${Pe.colorOutline};
|
|
334
|
+
}
|
|
335
|
+
`}getTemplate(){return e.html`
|
|
336
|
+
<div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
|
|
337
|
+
<div class="ft-accordion-item--toggle"
|
|
338
|
+
part="toggle"
|
|
339
|
+
@click=${()=>this.active=!this.active}
|
|
340
|
+
@keydown=${this.onToggleKeyDown}
|
|
341
|
+
tabindex="0">
|
|
342
|
+
<ft-ripple part="toggle-ripple"></ft-ripple>
|
|
343
|
+
${this.icon?e.html`
|
|
344
|
+
<mwc-icon>${this.icon}</mwc-icon>
|
|
345
|
+
`:null}
|
|
346
|
+
${this.label?e.html`
|
|
347
|
+
<ft-typography class="ft-accordion-item--label" variant="body1" part="label">${this.label}
|
|
348
|
+
</ft-typography>
|
|
349
|
+
`:e.html`
|
|
350
|
+
<slot class="ft-accordion-item--label" name="toggle" part="label"></slot>
|
|
351
|
+
`}
|
|
352
|
+
<mwc-icon>${this.active?"expand_less":"expand_more"}</mwc-icon>
|
|
353
|
+
</div>
|
|
354
|
+
<div class="ft-accordion-item--content" part="content" @focusin=${()=>this.active=!0}>
|
|
355
|
+
<slot></slot>
|
|
356
|
+
</div>
|
|
357
|
+
<div class="ft-accordion-item--separator" part="separator"></div>
|
|
358
|
+
</div>
|
|
359
|
+
`}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}},t.FtAccordionItem.elementDefinitions={"ft-ripple":F,"ft-typography":He,"mwc-icon":Ue},Ve([i.property({type:String})],t.FtAccordionItem.prototype,"icon",void 0),Ve([i.property({type:String})],t.FtAccordionItem.prototype,"label",void 0),Ve([i.property({type:Boolean,reflect:!0})],t.FtAccordionItem.prototype,"active",void 0),t.FtAccordionItem=Ve([r.customElement("ft-accordion-item")],t.FtAccordionItem);var Le=function(t,e,i,r){for(var a,o=arguments.length,p=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,c=t.length-1;c>=0;c--)(a=t[c])&&(p=(o<3?a(p):o>3?a(e,i,p):a(e,i))||p);return o>3&&p&&Object.defineProperty(e,i,p),p};t.FtAccordion=class extends r.FtLitElement{constructor(){super(...arguments),this.multi=!1}getStyles(){return e.css`
|
|
360
|
+
.ft-accordion {
|
|
361
|
+
box-sizing: border-box;
|
|
362
|
+
}
|
|
363
|
+
`}getTemplate(){return e.html`
|
|
364
|
+
<div class="ft-accordion">
|
|
365
|
+
<slot @activated=${this.onChange}></slot>
|
|
366
|
+
</div>
|
|
367
|
+
`}onChange(t){t.stopPropagation(),this.multi||this.content.assignedElements().forEach((e=>e.active=e===t.target))}},t.FtAccordion.elementDefinitions={},Le([i.property({type:Boolean})],t.FtAccordion.prototype,"multi",void 0),Le([i.query("slot")],t.FtAccordion.prototype,"content",void 0),t.FtAccordion=Le([r.customElement("ft-accordion")],t.FtAccordion),t.FtAccordionCssVariables={},t.FtAccordionItemCssVariables=Pe,Object.defineProperty(t,"t",{value:!0})}({},ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.wcUtils,ftGlobals.litClassMap,ftGlobals.litStyleMap);
|
|
@@ -58,7 +58,21 @@ function nt(t,e){return(({finisher:t,descriptor:e})=>(i,r)=>{var o;if(void 0===r
|
|
|
58
58
|
* @license
|
|
59
59
|
* Copyright 2021 Google LLC
|
|
60
60
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
61
|
-
*/class lt extends(function(t){return class extends t{createRenderRoot(){const t=this.constructor,{registry:e,elementDefinitions:i,shadowRootOptions:r}=t;i&&!e&&(t.registry=new CustomElementRegistry,Object.entries(i).forEach((([e,i])=>t.registry.define(e,i))));const o=this.renderOptions.creationScope=this.attachShadow({...r,customElements:t.registry});return s(o,this.constructor.elementStyles),o}}}(Q)){constructor(){super(),this.constructorName=this.constructor.name,this.proto=this.constructor.prototype}getStyles(){return[]}getTemplate(){return null}render(){let t=this.getStyles();return Array.isArray(t)||(t=[t]),U
|
|
61
|
+
*/class lt extends(function(t){return class extends t{createRenderRoot(){const t=this.constructor,{registry:e,elementDefinitions:i,shadowRootOptions:r}=t;i&&!e&&(t.registry=new CustomElementRegistry,Object.entries(i).forEach((([e,i])=>t.registry.define(e,i))));const o=this.renderOptions.creationScope=this.attachShadow({...r,customElements:t.registry});return s(o,this.constructor.elementStyles),o}}}(Q)){constructor(){super(),this.constructorName=this.constructor.name,this.proto=this.constructor.prototype}getStyles(){return[]}getTemplate(){return null}render(){let t=this.getStyles();return Array.isArray(t)||(t=[t]),U`
|
|
62
|
+
${t.map((t=>U`
|
|
63
|
+
<style>${t}</style>
|
|
64
|
+
`))}
|
|
65
|
+
${this.getTemplate()}
|
|
66
|
+
`}adoptedCallback(){Object.getPrototypeOf(this)!==this.constructorName&&Object.setPrototypeOf(this,this.proto)}updated(t){super.updated(t),setTimeout((()=>this.contentAvailableCallback(t)),0)}contentAvailableCallback(t){}}var dt,ut;a`
|
|
67
|
+
.ft-no-text-select {
|
|
68
|
+
-webkit-touch-callout: none;
|
|
69
|
+
-webkit-user-select: none;
|
|
70
|
+
-khtml-user-select: none;
|
|
71
|
+
-moz-user-select: none;
|
|
72
|
+
-ms-user-select: none;
|
|
73
|
+
user-select: none;
|
|
74
|
+
}
|
|
75
|
+
`,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(ut=null===(dt=window.safari)||void 0===dt?void 0:dt.pushNotification)||void 0===ut||ut.toString());
|
|
62
76
|
/*! *****************************************************************************
|
|
63
77
|
Copyright (c) Microsoft Corporation.
|
|
64
78
|
|
|
@@ -196,13 +210,15 @@ const Ct=1,At=t=>(...e)=>({_$litDirective$:t,values:e});class Mt{constructor(t){
|
|
|
196
210
|
* Copyright 2018 Google LLC
|
|
197
211
|
* SPDX-License-Identifier: Apache-2.0
|
|
198
212
|
*/
|
|
199
|
-
class Ut extends bt{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=Nt}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 U
|
|
213
|
+
class Ut extends bt{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=Nt}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 U`
|
|
214
|
+
<div class="mdc-ripple-surface mdc-ripple-upgraded ${Tt(i)}"
|
|
215
|
+
style="${Ft({"--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>`}}mt([nt(".mdc-ripple-surface")],Ut.prototype,"mdcRoot",void 0),mt([rt({type:Boolean})],Ut.prototype,"primary",void 0),mt([rt({type:Boolean})],Ut.prototype,"accent",void 0),mt([rt({type:Boolean})],Ut.prototype,"unbounded",void 0),mt([rt({type:Boolean})],Ut.prototype,"disabled",void 0),mt([rt({type:Boolean})],Ut.prototype,"activated",void 0),mt([rt({type:Boolean})],Ut.prototype,"selected",void 0),mt([rt({type:Boolean})],Ut.prototype,"internalUseStateLayerCustomProperties",void 0),mt([ot()],Ut.prototype,"hovering",void 0),mt([ot()],Ut.prototype,"bgFocused",void 0),mt([ot()],Ut.prototype,"fgActivation",void 0),mt([ot()],Ut.prototype,"fgDeactivation",void 0),mt([ot()],Ut.prototype,"fgScale",void 0),mt([ot()],Ut.prototype,"fgSize",void 0),mt([ot()],Ut.prototype,"translateStart",void 0),mt([ot()],Ut.prototype,"translateEnd",void 0),mt([ot()],Ut.prototype,"leftPos",void 0),mt([ot()],Ut.prototype,"topPos",void 0);
|
|
200
216
|
/**
|
|
201
217
|
* @license
|
|
202
218
|
* Copyright 2021 Google LLC
|
|
203
219
|
* SPDX-LIcense-Identifier: Apache-2.0
|
|
204
220
|
*/
|
|
205
|
-
const jt=a`.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:0;overflow:hidden}.mdc-ripple-surface::after,.mdc-ripple-surface::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface::after,.mdc-ripple-surface::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-upgraded--unbounded::after,.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-ripple-surface.mdc-ripple-surface--hover::before,.mdc-ripple-surface:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}:host{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:block}:host .mdc-ripple-surface{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;will-change:unset}.mdc-ripple-surface--primary::after,.mdc-ripple-surface--primary::before{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}.mdc-ripple-surface--primary.mdc-ripple-surface--hover::before,.mdc-ripple-surface--primary:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--primary--activated::before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}.mdc-ripple-surface--primary--activated::after,.mdc-ripple-surface--primary--activated::before{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}.mdc-ripple-surface--primary--activated.mdc-ripple-surface--hover::before,.mdc-ripple-surface--primary--activated:hover::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.mdc-ripple-surface--primary--activated.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}.mdc-ripple-surface--primary--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--primary--selected::before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}.mdc-ripple-surface--primary--selected::after,.mdc-ripple-surface--primary--selected::before{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}.mdc-ripple-surface--primary--selected.mdc-ripple-surface--hover::before,.mdc-ripple-surface--primary--selected:hover::before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}.mdc-ripple-surface--primary--selected.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.mdc-ripple-surface--primary--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--accent::after,.mdc-ripple-surface--accent::before{background-color:#018786;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#018786))}.mdc-ripple-surface--accent.mdc-ripple-surface--hover::before,.mdc-ripple-surface--accent:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--accent--activated::before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}.mdc-ripple-surface--accent--activated::after,.mdc-ripple-surface--accent--activated::before{background-color:#018786;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#018786))}.mdc-ripple-surface--accent--activated.mdc-ripple-surface--hover::before,.mdc-ripple-surface--accent--activated:hover::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.mdc-ripple-surface--accent--activated.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}.mdc-ripple-surface--accent--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--accent--selected::before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}.mdc-ripple-surface--accent--selected::after,.mdc-ripple-surface--accent--selected::before{background-color:#018786;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#018786))}.mdc-ripple-surface--accent--selected.mdc-ripple-surface--hover::before,.mdc-ripple-surface--accent--selected:hover::before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}.mdc-ripple-surface--accent--selected.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.mdc-ripple-surface--accent--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--disabled{opacity:0}.mdc-ripple-surface--internal-use-state-layer-custom-properties::after,.mdc-ripple-surface--internal-use-state-layer-custom-properties::before{background-color:#000;background-color:var(--mdc-ripple-hover-state-layer-color,#000)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-surface--hover::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-state-layer-opacity,.04)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-state-layer-opacity,.12)}.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-pressed-state-layer-opacity,.12)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-pressed-state-layer-opacity, 0.12)}`
|
|
221
|
+
const jt=a`.mdc-ripple-surface{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.mdc-ripple-surface::before,.mdc-ripple-surface::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface::before,.mdc-ripple-surface::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-upgraded--unbounded::before,.mdc-ripple-upgraded--unbounded::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top, calc(50% - 50%));left:var(--mdc-ripple-left, calc(50% - 50%));width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface::before,.mdc-ripple-surface::after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mdc-ripple-surface:hover::before,.mdc-ripple-surface.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}:host{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:block}:host .mdc-ripple-surface{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;will-change:unset}.mdc-ripple-surface--primary::before,.mdc-ripple-surface--primary::after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-ripple-surface--primary:hover::before,.mdc-ripple-surface--primary.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--primary--activated::before{opacity:0.12;opacity:var(--mdc-ripple-activated-opacity, 0.12)}.mdc-ripple-surface--primary--activated::before,.mdc-ripple-surface--primary--activated::after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-ripple-surface--primary--activated:hover::before,.mdc-ripple-surface--primary--activated.mdc-ripple-surface--hover::before{opacity:0.16;opacity:var(--mdc-ripple-hover-opacity, 0.16)}.mdc-ripple-surface--primary--activated.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--primary--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--primary--selected::before{opacity:0.08;opacity:var(--mdc-ripple-selected-opacity, 0.08)}.mdc-ripple-surface--primary--selected::before,.mdc-ripple-surface--primary--selected::after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-ripple-surface--primary--selected:hover::before,.mdc-ripple-surface--primary--selected.mdc-ripple-surface--hover::before{opacity:0.12;opacity:var(--mdc-ripple-hover-opacity, 0.12)}.mdc-ripple-surface--primary--selected.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-focus-opacity, 0.2)}.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--primary--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--primary--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--accent::before,.mdc-ripple-surface--accent::after{background-color:#018786;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))}.mdc-ripple-surface--accent:hover::before,.mdc-ripple-surface--accent.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface--accent--activated::before{opacity:0.12;opacity:var(--mdc-ripple-activated-opacity, 0.12)}.mdc-ripple-surface--accent--activated::before,.mdc-ripple-surface--accent--activated::after{background-color:#018786;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))}.mdc-ripple-surface--accent--activated:hover::before,.mdc-ripple-surface--accent--activated.mdc-ripple-surface--hover::before{opacity:0.16;opacity:var(--mdc-ripple-hover-opacity, 0.16)}.mdc-ripple-surface--accent--activated.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--accent--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-ripple-surface--accent--selected::before{opacity:0.08;opacity:var(--mdc-ripple-selected-opacity, 0.08)}.mdc-ripple-surface--accent--selected::before,.mdc-ripple-surface--accent--selected::after{background-color:#018786;background-color:var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))}.mdc-ripple-surface--accent--selected:hover::before,.mdc-ripple-surface--accent--selected.mdc-ripple-surface--hover::before{opacity:0.12;opacity:var(--mdc-ripple-hover-opacity, 0.12)}.mdc-ripple-surface--accent--selected.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-focus-opacity, 0.2)}.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--accent--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.2;opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--accent--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.2)}.mdc-ripple-surface--disabled{opacity:0}.mdc-ripple-surface--internal-use-state-layer-custom-properties::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties::after{background-color:#000;background-color:var(--mdc-ripple-hover-state-layer-color, #000)}.mdc-ripple-surface--internal-use-state-layer-custom-properties:hover::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-state-layer-opacity, 0.04)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-state-layer-opacity, 0.12)}.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-ripple-surface--internal-use-state-layer-custom-properties:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-pressed-state-layer-opacity, 0.12)}.mdc-ripple-surface--internal-use-state-layer-custom-properties.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-pressed-state-layer-opacity, 0.12)}`
|
|
206
222
|
/**
|
|
207
223
|
* @license
|
|
208
224
|
* Copyright 2018 Google LLC
|
|
@@ -213,7 +229,34 @@ const jt=a`.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-
|
|
|
213
229
|
* Copyright 2020 Google LLC
|
|
214
230
|
* SPDX-License-Identifier: Apache-2.0
|
|
215
231
|
*/
|
|
216
|
-
class _t{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 Bt=function(t,e,i,r){for(var o,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(a=(n<3?o(a):n>3?o(e,i,a):o(e,i))||a);return n>3&&a&&Object.defineProperty(e,i,a),a};const Dt=ct.extend("--ft-ripple-color",pt.colorContent),Lt=ct.extend("--ft-ripple-primary-color",ct.extend("--ft-ripple-color",pt.colorPrimary)),Pt=ct.extend("--ft-ripple-secondary-color",ct.extend("--ft-ripple-color",pt.colorSecondary)),It=ct.external(pt.opacityContentOnSurfacePressed,"Design system"),Ht=ct.external(pt.opacityContentOnSurfaceHover,"Design system"),Wt=ct.external(pt.opacityContentOnSurfaceFocused,"Design system"),Vt=ct.external(pt.opacityContentOnSurfaceSelected,"Design system"),Kt=ct.external(pt.opacityContentOnSurfaceDragged,"Design system");let Zt=class extends lt{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1}getStyles(){return a
|
|
232
|
+
class _t{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 Bt=function(t,e,i,r){for(var o,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(a=(n<3?o(a):n>3?o(e,i,a):o(e,i))||a);return n>3&&a&&Object.defineProperty(e,i,a),a};const Dt=ct.extend("--ft-ripple-color",pt.colorContent),Lt=ct.extend("--ft-ripple-primary-color",ct.extend("--ft-ripple-color",pt.colorPrimary)),Pt=ct.extend("--ft-ripple-secondary-color",ct.extend("--ft-ripple-color",pt.colorSecondary)),It=ct.external(pt.opacityContentOnSurfacePressed,"Design system"),Ht=ct.external(pt.opacityContentOnSurfaceHover,"Design system"),Wt=ct.external(pt.opacityContentOnSurfaceFocused,"Design system"),Vt=ct.external(pt.opacityContentOnSurfaceSelected,"Design system"),Kt=ct.external(pt.opacityContentOnSurfaceDragged,"Design system");let Zt=class extends lt{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1}getStyles(){return a`
|
|
233
|
+
:host {
|
|
234
|
+
display: contents;
|
|
235
|
+
|
|
236
|
+
--mdc-ripple-color: ${Dt};
|
|
237
|
+
--mdc-ripple-press-opacity: ${It};
|
|
238
|
+
--mdc-ripple-hover-opacity: ${Ht};
|
|
239
|
+
--mdc-ripple-focus-opacity: ${Wt};
|
|
240
|
+
--mdc-ripple-selected-opacity: ${Vt};
|
|
241
|
+
--mdc-ripple-activated-opacity: ${Kt};
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
mwc-ripple.ft-ripple--secondary {
|
|
245
|
+
--mdc-ripple-color: ${Pt};
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
mwc-ripple.ft-ripple--primary {
|
|
249
|
+
--mdc-ripple-color: ${Lt};
|
|
250
|
+
}
|
|
251
|
+
`}getTemplate(){return U`
|
|
252
|
+
<mwc-ripple
|
|
253
|
+
class="${this.primary?"ft-ripple--primary":this.secondary?"ft-ripple--secondary":""}"
|
|
254
|
+
?unbounded=${this.unbounded}
|
|
255
|
+
?activated=${this.activated}
|
|
256
|
+
?selected=${this.selected}
|
|
257
|
+
?disabled=${this.disabled}
|
|
258
|
+
></mwc-ripple>
|
|
259
|
+
`}updated(t){super.updated(t),t.has("disabled")&&this.disabled&&this.endRipple()}endRipple(){var t,e,i;null===(t=this.rippleHandlers)||void 0===t||t.endHover(),null===(e=this.rippleHandlers)||void 0===e||e.endFocus(),null===(i=this.rippleHandlers)||void 0===i||i.endPress()}connectedCallback(){var t;super.connectedCallback();const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentNode;if(e){const t=new _t((async()=>this.mwcRipple)),i=(...e)=>i=>{e.forEach((e=>window.addEventListener(e,t.endPress,{once:!0}))),t.startPress(i)},r=i("mouseup"),o=i("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&i("keyup")()};e.addEventListener("mouseenter",t.startHover),e.addEventListener("mouseleave",t.endHover),e.addEventListener("mousedown",r),e.addEventListener("touchstart",o),e.addEventListener("keydown",n),e.addEventListener("focus",t.startFocus),e.addEventListener("blur",t.endFocus),this.onDisconnect=()=>{e.removeEventListener("mouseenter",t.startHover),e.removeEventListener("mouseleave",t.endHover),e.removeEventListener("mousedown",r),e.removeEventListener("touchstart",o),e.removeEventListener("keydown",n),e.removeEventListener("focus",t.startFocus),e.removeEventListener("blur",t.endFocus)},this.rippleHandlers=t}}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};Zt.elementDefinitions={"mwc-ripple":zt},Bt([rt({type:Boolean})],Zt.prototype,"primary",void 0),Bt([rt({type:Boolean})],Zt.prototype,"secondary",void 0),Bt([rt({type:Boolean})],Zt.prototype,"unbounded",void 0),Bt([rt({type:Boolean})],Zt.prototype,"activated",void 0),Bt([rt({type:Boolean})],Zt.prototype,"selected",void 0),Bt([rt({type:Boolean})],Zt.prototype,"disabled",void 0),Bt([nt("mwc-ripple")],Zt.prototype,"mwcRipple",void 0),Zt=Bt([st("ft-ripple")],Zt);
|
|
217
260
|
/**
|
|
218
261
|
* @license
|
|
219
262
|
* Copyright 2020 Google LLC
|
|
@@ -310,7 +353,11 @@ const Gt=t=>({_$litStatic$:t}),qt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
310
353
|
line-height: ${ai};
|
|
311
354
|
text-transform: ${si};
|
|
312
355
|
}
|
|
313
|
-
`;let gi=class extends lt{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ci,pi,li,di,ui,fi,hi,mi,yi,vi
|
|
356
|
+
`;let gi=class extends lt{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ci,pi,li,di,ui,fi,hi,mi,yi,vi,a`
|
|
357
|
+
.ft-typography {
|
|
358
|
+
vertical-align: inherit;
|
|
359
|
+
}
|
|
360
|
+
`]}getTemplate(){return this.element?Xt`
|
|
314
361
|
<${Gt(this.element)}
|
|
315
362
|
class="ft-typography ft-typography--${this.variant}">
|
|
316
363
|
<slot></slot>
|
|
@@ -323,9 +370,82 @@ const Gt=t=>({_$litStatic$:t}),qt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
323
370
|
* Copyright 2021 Google LLC
|
|
324
371
|
* SPDX-LIcense-Identifier: Apache-2.0
|
|
325
372
|
*/
|
|
326
|
-
const bi=a`:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:
|
|
373
|
+
const bi=a`:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}`
|
|
327
374
|
/**
|
|
328
375
|
* @license
|
|
329
376
|
* Copyright 2018 Google LLC
|
|
330
377
|
* SPDX-License-Identifier: Apache-2.0
|
|
331
|
-
*/;let wi=class extends Q{render(){return U`<span><slot></slot></span>`}};wi.styles=[bi],wi=mt([et("mwc-icon")],wi);var xi=function(t,e,i,r){for(var o,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(a=(n<3?o(a):n>3?o(e,i,a):o(e,i))||a);return n>3&&a&&Object.defineProperty(e,i,a),a};const Oi={horizontalSpacing:ct.create("--ft-accordion-toggle-horizontal-spacing","SIZE","16px"),verticalSpacing:ct.create("--ft-accordion-toggle-vertical-spacing","SIZE","16px"),colorOutline:ct.external(pt.colorOutline,"Design system")};t.FtAccordionItem=class extends lt{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}getStyles(){return a
|
|
378
|
+
*/;let wi=class extends Q{render(){return U`<span><slot></slot></span>`}};wi.styles=[bi],wi=mt([et("mwc-icon")],wi);var xi=function(t,e,i,r){for(var o,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(a=(n<3?o(a):n>3?o(e,i,a):o(e,i))||a);return n>3&&a&&Object.defineProperty(e,i,a),a};const Oi={horizontalSpacing:ct.create("--ft-accordion-toggle-horizontal-spacing","SIZE","16px"),verticalSpacing:ct.create("--ft-accordion-toggle-vertical-spacing","SIZE","16px"),colorOutline:ct.external(pt.colorOutline,"Design system")};t.FtAccordionItem=class extends lt{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}getStyles(){return a`
|
|
379
|
+
.ft-accordion-item {
|
|
380
|
+
display: flex;
|
|
381
|
+
flex-direction: column;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.ft-accordion-item--toggle {
|
|
385
|
+
flex-shrink: 0;
|
|
386
|
+
flex-grow: 0;
|
|
387
|
+
position: relative;
|
|
388
|
+
display: flex;
|
|
389
|
+
align-items: center;
|
|
390
|
+
cursor: pointer;
|
|
391
|
+
padding: ${Oi.verticalSpacing} ${Oi.horizontalSpacing};
|
|
392
|
+
gap: calc(${Oi.horizontalSpacing} / 2);
|
|
393
|
+
outline: none;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.ft-accordion-item--label {
|
|
397
|
+
flex-grow: 1;
|
|
398
|
+
flex-shrink: 1;
|
|
399
|
+
display: block;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.ft-accordion-item--content {
|
|
403
|
+
box-sizing: border-box;
|
|
404
|
+
flex-shrink: 1;
|
|
405
|
+
flex-grow: 1;
|
|
406
|
+
overflow: hidden;
|
|
407
|
+
height: 0;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.ft-accordion-item--active .ft-accordion-item--content {
|
|
411
|
+
height: initial;
|
|
412
|
+
overflow: visible;
|
|
413
|
+
padding: ${Oi.verticalSpacing} ${Oi.horizontalSpacing};
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.ft-accordion-item--separator {
|
|
417
|
+
border-bottom: 1px solid ${Oi.colorOutline};
|
|
418
|
+
}
|
|
419
|
+
`}getTemplate(){return U`
|
|
420
|
+
<div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
|
|
421
|
+
<div class="ft-accordion-item--toggle"
|
|
422
|
+
part="toggle"
|
|
423
|
+
@click=${()=>this.active=!this.active}
|
|
424
|
+
@keydown=${this.onToggleKeyDown}
|
|
425
|
+
tabindex="0">
|
|
426
|
+
<ft-ripple part="toggle-ripple"></ft-ripple>
|
|
427
|
+
${this.icon?U`
|
|
428
|
+
<mwc-icon>${this.icon}</mwc-icon>
|
|
429
|
+
`:null}
|
|
430
|
+
${this.label?U`
|
|
431
|
+
<ft-typography class="ft-accordion-item--label" variant="body1" part="label">${this.label}
|
|
432
|
+
</ft-typography>
|
|
433
|
+
`:U`
|
|
434
|
+
<slot class="ft-accordion-item--label" name="toggle" part="label"></slot>
|
|
435
|
+
`}
|
|
436
|
+
<mwc-icon>${this.active?"expand_less":"expand_more"}</mwc-icon>
|
|
437
|
+
</div>
|
|
438
|
+
<div class="ft-accordion-item--content" part="content" @focusin=${()=>this.active=!0}>
|
|
439
|
+
<slot></slot>
|
|
440
|
+
</div>
|
|
441
|
+
<div class="ft-accordion-item--separator" part="separator"></div>
|
|
442
|
+
</div>
|
|
443
|
+
`}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}},t.FtAccordionItem.elementDefinitions={"ft-ripple":Zt,"ft-typography":gi,"mwc-icon":wi},xi([rt({type:String})],t.FtAccordionItem.prototype,"icon",void 0),xi([rt({type:String})],t.FtAccordionItem.prototype,"label",void 0),xi([rt({type:Boolean,reflect:!0})],t.FtAccordionItem.prototype,"active",void 0),t.FtAccordionItem=xi([st("ft-accordion-item")],t.FtAccordionItem);var $i=function(t,e,i,r){for(var o,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(a=(n<3?o(a):n>3?o(e,i,a):o(e,i))||a);return n>3&&a&&Object.defineProperty(e,i,a),a};t.FtAccordion=class extends lt{constructor(){super(...arguments),this.multi=!1}getStyles(){return a`
|
|
444
|
+
.ft-accordion {
|
|
445
|
+
box-sizing: border-box;
|
|
446
|
+
}
|
|
447
|
+
`}getTemplate(){return U`
|
|
448
|
+
<div class="ft-accordion">
|
|
449
|
+
<slot @activated=${this.onChange}></slot>
|
|
450
|
+
</div>
|
|
451
|
+
`}onChange(t){t.stopPropagation(),this.multi||this.content.assignedElements().forEach((e=>e.active=e===t.target))}},t.FtAccordion.elementDefinitions={},$i([rt({type:Boolean})],t.FtAccordion.prototype,"multi",void 0),$i([nt("slot")],t.FtAccordion.prototype,"content",void 0),t.FtAccordion=$i([st("ft-accordion")],t.FtAccordion),t.FtAccordionCssVariables={},t.FtAccordionItemCssVariables=Oi,Object.defineProperty(t,"t",{value:!0})}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-accordion",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "The accordion component allows the user to show and hide sections of related content on a page.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-ripple": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-ripple": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-typography": "^0.1.9",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
25
25
|
"@material/mwc-icon": "^0.25.3",
|
|
26
26
|
"lit": "^2.0.2"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
29
29
|
}
|