@fluid-topics/ft-file-button 0.1.17 → 0.1.18
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-file-button.d.ts +2 -2
- package/build/ft-file-button.inline-styles.js +631 -0
- package/build/ft-file-button.js +5 -9
- package/build/ft-file-button.light.js +251 -309
- package/build/ft-file-button.min.js +286 -333
- package/build/index.d.ts +2 -0
- package/build/index.js +5 -0
- package/build/inline-styles.d.ts +2 -0
- package/build/inline-styles.js +4 -0
- package/package.json +6 -6
|
@@ -1,329 +1,236 @@
|
|
|
1
|
-
!function(t,e,i,r,o,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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 n=function(t,e){return n=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])},n(t,e)};var s=function(){return s=Object.assign||function(t){for(var e,i=1,r=arguments.length;i<r;i++)for(var o in e=arguments[i])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},s.apply(this,arguments)};function p(t,e,i,r){for(var o,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(n=(a<3?o(n):a>3?o(e,i,n):o(e,i))||n);return a>3&&n&&Object.defineProperty(e,i,n),n}function c(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=[],x=function(t){function e(i){var r=t.call(this,s(s({},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}n(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,o=r.ROOT,a=r.UNBOUNDED;requestAnimationFrame((function(){t.adapter.addClass(o),t.adapter.isUnbounded()&&(t.adapter.addClass(a),t.layoutInternal())}))}},e.prototype.destroy=function(){var t=this;if(this.supportsPressRipple()){this.activationTimer&&(clearTimeout(this.activationTimer),this.activationTimer=0,this.adapter.removeClass(e.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer&&(clearTimeout(this.fgDeactivationRemovalTimer),this.fgDeactivationRemovalTimer=0,this.adapter.removeClass(e.cssClasses.FG_DEACTIVATION));var i=e.cssClasses,r=i.ROOT,o=i.UNBOUNDED;requestAnimationFrame((function(){t.adapter.removeClass(r),t.adapter.removeClass(o),t.removeCssVars()}))}this.deregisterRootHandlers(),this.deregisterDeactivationHandlers()},e.prototype.activate=function(t){this.activateImpl(t)},e.prototype.deactivate=function(){this.deactivateImpl()},e.prototype.layout=function(){var t=this;this.layoutFrame&&cancelAnimationFrame(this.layoutFrame),this.layoutFrame=requestAnimationFrame((function(){t.layoutInternal(),t.layoutFrame=0}))},e.prototype.setUnbounded=function(t){var i=e.cssClasses.UNBOUNDED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleFocus=function(){var t=this;requestAnimationFrame((function(){return t.adapter.addClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.handleBlur=function(){var t=this;requestAnimationFrame((function(){return t.adapter.removeClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.supportsPressRipple=function(){return this.adapter.browserSupportsCssVars()},e.prototype.defaultActivationState=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},e.prototype.registerRootHandlers=function(t){var e,i;if(t){try{for(var r=c(g),o=r.next();!o.done;o=r.next()){var a=o.value;this.adapter.registerInteractionHandler(a,this.activateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}this.adapter.isUnbounded()&&this.adapter.registerResizeHandler(this.resizeHandler)}this.adapter.registerInteractionHandler("focus",this.focusHandler),this.adapter.registerInteractionHandler("blur",this.blurHandler)},e.prototype.registerDeactivationHandlers=function(t){var e,i;if("keydown"===t.type)this.adapter.registerInteractionHandler("keyup",this.deactivateHandler);else try{for(var r=c(v),o=r.next();!o.done;o=r.next()){var a=o.value;this.adapter.registerDocumentInteractionHandler(a,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},e.prototype.deregisterRootHandlers=function(){var t,e;try{for(var i=c(g),r=i.next();!r.done;r=i.next()){var o=r.value;this.adapter.deregisterInteractionHandler(o,this.activateHandler)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}this.adapter.deregisterInteractionHandler("focus",this.focusHandler),this.adapter.deregisterInteractionHandler("blur",this.blurHandler),this.adapter.isUnbounded()&&this.adapter.deregisterResizeHandler(this.resizeHandler)},e.prototype.deregisterDeactivationHandlers=function(){var t,e;this.adapter.deregisterInteractionHandler("keyup",this.deactivateHandler);try{for(var i=c(v),r=i.next();!r.done;r=i.next()){var o=r.value;this.adapter.deregisterDocumentInteractionHandler(o,this.deactivateHandler)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.removeCssVars=function(){var t=this,i=e.strings;Object.keys(i).forEach((function(e){0===e.indexOf("VAR_")&&t.adapter.updateCssVariable(i[e],null)}))},e.prototype.activateImpl=function(t){var e=this;if(!this.adapter.isSurfaceDisabled()){var i=this.activationState;if(!i.isActivated){var r=this.previousActivationEvent;if(!(r&&void 0!==t&&r.type!==t.type))i.isActivated=!0,i.isProgrammatic=void 0===t,i.activationEvent=t,i.wasActivatedByPointer=!i.isProgrammatic&&(void 0!==t&&("mousedown"===t.type||"touchstart"===t.type||"pointerdown"===t.type)),void 0!==t&&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,o=i.VAR_FG_TRANSLATE_END,a=e.cssClasses,n=a.FG_DEACTIVATION,s=a.FG_ACTIVATION,p=e.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var c="",l="";if(!this.adapter.isUnbounded()){var d=this.getFgTranslationCoordinates(),f=d.startPoint,u=d.endPoint;c=f.x+"px, "+f.y+"px",l=u.x+"px, "+u.y+"px"}this.adapter.updateCssVariable(r,c),this.adapter.updateCssVariable(o,l),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(n),this.adapter.computeBoundingRect(),this.adapter.addClass(s),this.activationTimer=setTimeout((function(){t.activationTimerCallback()}),p)},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,o,a=e.x,n=e.y,s=a+i.left,p=n+i.top;if("touchstart"===t.type){var c=t;r=c.changedTouches[0].pageX-s,o=c.changedTouches[0].pageY-p}else{var l=t;r=l.pageX-s,o=l.pageY-p}return{x:r,y:o}}(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,o=r.hasDeactivationUXRun,a=r.isActivated;(o||!a)&&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=s({},e);e.isProgrammatic?(requestAnimationFrame((function(){t.animateDeactivation(i)})),this.resetActivationState()):(this.deregisterDeactivationHandlers(),requestAnimationFrame((function(){t.activationState.hasDeactivationUXRun=!0,t.animateDeactivation(i),t.resetActivationState()})))}},e.prototype.animateDeactivation=function(t){var e=t.wasActivatedByPointer,i=t.wasElementMadeActive;(e||i)&&this.runDeactivationUXLogicIfReady()},e.prototype.layoutInternal=function(){var t=this;this.frame=this.adapter.computeBoundingRect();var i=Math.max(this.frame.height,this.frame.width);this.maxRadius=this.adapter.isUnbounded()?i:Math.sqrt(Math.pow(t.frame.width,2)+Math.pow(t.frame.height,2))+e.numbers.PADDING;var r=Math.floor(i*e.numbers.INITIAL_ORIGIN_SCALE);this.adapter.isUnbounded()&&r%2!=0?this.initialSize=r-1:this.initialSize=r,this.fgScale=""+this.maxRadius/this.initialSize,this.updateLayoutCssVars()},e.prototype.updateLayoutCssVars=function(){var t=e.strings,i=t.VAR_FG_SIZE,r=t.VAR_LEFT,o=t.VAR_TOP,a=t.VAR_FG_SCALE;this.adapter.updateCssVariable(i,this.initialSize+"px"),this.adapter.updateCssVariable(a,this.fgScale),this.adapter.isUnbounded()&&(this.unboundedCoords={left:Math.round(this.frame.width/2-this.initialSize/2),top:Math.round(this.frame.height/2-this.initialSize/2)},this.adapter.updateCssVariable(r,this.unboundedCoords.left+"px"),this.adapter.updateCssVariable(o,this.unboundedCoords.top+"px"))},e}(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=$}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 ${o.classMap(r)}"
|
|
125
|
-
style="${a.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>`}}p([i.query(".mdc-ripple-surface")],w.prototype,"mdcRoot",void 0),p([i.property({type:Boolean})],w.prototype,"primary",void 0),p([i.property({type:Boolean})],w.prototype,"accent",void 0),p([i.property({type:Boolean})],w.prototype,"unbounded",void 0),p([i.property({type:Boolean})],w.prototype,"disabled",void 0),p([i.property({type:Boolean})],w.prototype,"activated",void 0),p([i.property({type:Boolean})],w.prototype,"selected",void 0),p([i.property({type:Boolean})],w.prototype,"internalUseStateLayerCustomProperties",void 0),p([i.state()],w.prototype,"hovering",void 0),p([i.state()],w.prototype,"bgFocused",void 0),p([i.state()],w.prototype,"fgActivation",void 0),p([i.state()],w.prototype,"fgDeactivation",void 0),p([i.state()],w.prototype,"fgScale",void 0),p([i.state()],w.prototype,"fgSize",void 0),p([i.state()],w.prototype,"translateStart",void 0),p([i.state()],w.prototype,"translateEnd",void 0),p([i.state()],w.prototype,"leftPos",void 0),p([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 z=class extends w{};z.styles=[k],z=p([i.customElement("mwc-ripple")],z);
|
|
137
|
-
/**
|
|
138
|
-
* @license
|
|
139
|
-
* Copyright 2020 Google LLC
|
|
140
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
141
|
-
*/
|
|
142
|
-
class A{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 S=function(t,e,i,r){for(var o,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r,s=t.length-1;s>=0;s--)(o=t[s])&&(n=(a<3?o(n):a>3?o(e,i,n):o(e,i))||n);return a>3&&n&&Object.defineProperty(e,i,n),n};const T={color:r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorContent),primaryColor:r.FtCssVariable.extend("--ft-ripple-primary-color",r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorPrimary)),secondaryColor:r.FtCssVariable.extend("--ft-ripple-secondary-color",r.FtCssVariable.extend("--ft-ripple-color",r.designSystemVariables.colorSecondary)),opacityContentOnSurfacePressed:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),opacityContentOnSurfaceDragged:r.FtCssVariable.external(r.designSystemVariables.opacityContentOnSurfaceDragged,"Design system")};let O=class extends r.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1}getStyles(){return e.css`
|
|
143
|
-
:host {
|
|
144
|
-
display: contents;
|
|
145
|
-
|
|
146
|
-
--mdc-ripple-color: ${T.color};
|
|
147
|
-
--mdc-ripple-press-opacity: ${T.opacityContentOnSurfacePressed};
|
|
148
|
-
--mdc-ripple-hover-opacity: ${T.opacityContentOnSurfaceHover};
|
|
149
|
-
--mdc-ripple-focus-opacity: ${T.opacityContentOnSurfaceFocused};
|
|
150
|
-
--mdc-ripple-selected-opacity: ${T.opacityContentOnSurfaceSelected};
|
|
151
|
-
--mdc-ripple-activated-opacity: ${T.opacityContentOnSurfaceDragged};
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
mwc-ripple.ft-ripple--secondary {
|
|
155
|
-
--mdc-ripple-color: ${T.secondaryColor};
|
|
156
|
-
}
|
|
1
|
+
!function(t,i,o,e,n){var r=function(t,i,o,e){for(var n,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,o):e,l=t.length-1;l>=0;l--)(n=t[l])&&(s=(r<3?n(s):r>3?n(i,o,s):n(i,o))||s);return r>3&&s&&Object.defineProperty(i,o,s),s};const s={color:i.FtCssVariable.extend("--ft-ripple-color",i.designSystemVariables.colorContent),primaryColor:i.FtCssVariable.extend("--ft-ripple-primary-color",i.FtCssVariable.extend("--ft-ripple-color",i.designSystemVariables.colorPrimary)),secondaryColor:i.FtCssVariable.extend("--ft-ripple-secondary-color",i.FtCssVariable.extend("--ft-ripple-color",i.designSystemVariables.colorSecondary)),opacityContentOnSurfacePressed:i.FtCssVariable.external(i.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:i.FtCssVariable.external(i.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:i.FtCssVariable.external(i.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:i.FtCssVariable.external(i.designSystemVariables.opacityContentOnSurfaceSelected,"Design system")};class l extends i.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.rippleSize=0,this.originX=0,this.originY=0,this.resizeObserver=new ResizeObserver((()=>this.setRippleSize())),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed)},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.moveRipple=t=>{var i,o;let{x:e,y:n}=this.getCoordinates(t),r=null!==(o=null===(i=this.ripple)||void 0===i?void 0:i.getBoundingClientRect())&&void 0!==o?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=e?e-r.x:r.width/2),this.originY=Math.round(null!=n?n-r.y:r.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return o.html`
|
|
2
|
+
<style>
|
|
3
|
+
.ft-ripple .ft-ripple--effect,
|
|
4
|
+
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
5
|
+
width: ${this.rippleSize}px;
|
|
6
|
+
height: ${this.rippleSize}px;
|
|
7
|
+
}
|
|
157
8
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
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 A((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"),a=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",a),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",a),e.removeEventListener("focus",t.startFocus),e.removeEventListener("blur",t.endFocus)},this.rippleHandlers=t}}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};
|
|
9
|
+
.ft-ripple .ft-ripple--effect {
|
|
10
|
+
left: ${this.originX}px;
|
|
11
|
+
top: ${this.originY}px;
|
|
12
|
+
}
|
|
13
|
+
</style>
|
|
14
|
+
<div class="${n.classMap(t)}">
|
|
15
|
+
<div class="ft-ripple--background"></div>
|
|
16
|
+
<div class="ft-ripple--effect"></div>
|
|
17
|
+
</div>
|
|
18
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){super.updated(t),t.has("disabled")&&this.disabled&&this.endRipple(),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){var t;super.connectedCallback();const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;i&&this.setupFor(i),this.setRippleSize()}setupFor(t){this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const i=(...t)=>i=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(i)},o=i("mouseup","contextmenu"),e=i("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&i("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",o),t.addEventListener("touchstart",e),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",o),t.removeEventListener("touchstart",e),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),this.onDisconnect=void 0}}getCoordinates(t){const i=t,o=t;let e,n;return null!=i.x?({x:e,y:n}=i):null!=o.touches&&(e=o.touches[0].clientX,n=o.touches[0].clientY),{x:e,y:n}}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}
|
|
170
19
|
/**
|
|
171
20
|
* @license
|
|
172
21
|
* Copyright 2017 Google LLC
|
|
173
22
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
174
23
|
*/
|
|
175
|
-
var
|
|
24
|
+
var a;l.elementDefinitions={},l.styles=o.css`
|
|
25
|
+
:host {
|
|
26
|
+
display: contents;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.ft-ripple {
|
|
30
|
+
position: absolute;
|
|
31
|
+
inset: 0;
|
|
32
|
+
pointer-events: none;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
36
|
+
overflow: hidden;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.ft-ripple .ft-ripple--background,
|
|
40
|
+
.ft-ripple .ft-ripple--effect {
|
|
41
|
+
position: absolute;
|
|
42
|
+
opacity: 0;
|
|
43
|
+
background-color: ${s.color};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.ft-ripple.ft-ripple--secondary .ft-ripple--background,
|
|
47
|
+
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
48
|
+
background-color: ${s.secondaryColor};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ft-ripple.ft-ripple--primary .ft-ripple--background,
|
|
52
|
+
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
53
|
+
background-color: ${s.primaryColor};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.ft-ripple .ft-ripple--background {
|
|
57
|
+
top: 0;
|
|
58
|
+
left: 0;
|
|
59
|
+
height: 100%;
|
|
60
|
+
width: 100%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ft-ripple .ft-ripple--effect,
|
|
64
|
+
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
65
|
+
border-radius: 50%;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ft-ripple .ft-ripple--effect {
|
|
69
|
+
transform: translate(-50%, -50%) scale(0.15);
|
|
70
|
+
transition: transform 300ms ease, opacity 75ms linear;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
|
|
74
|
+
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
75
|
+
left: 50%;
|
|
76
|
+
top: 50%;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.ft-ripple.ft-ripple--unbounded .ft-ripple--background {
|
|
80
|
+
transform: translate(-50%, -50%);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
84
|
+
opacity: ${s.opacityContentOnSurfaceHover};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
88
|
+
opacity: ${s.opacityContentOnSurfaceSelected};
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
92
|
+
opacity: ${s.opacityContentOnSurfaceFocused};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
96
|
+
opacity: ${s.opacityContentOnSurfacePressed};
|
|
97
|
+
transform: translate(-50%, -50%) scale(1);
|
|
98
|
+
}
|
|
99
|
+
`,r([e.property({type:Boolean})],l.prototype,"primary",void 0),r([e.property({type:Boolean})],l.prototype,"secondary",void 0),r([e.property({type:Boolean})],l.prototype,"unbounded",void 0),r([e.property({type:Boolean})],l.prototype,"activated",void 0),r([e.property({type:Boolean})],l.prototype,"selected",void 0),r([e.property({type:Boolean})],l.prototype,"disabled",void 0),r([e.state()],l.prototype,"hovered",void 0),r([e.state()],l.prototype,"focused",void 0),r([e.state()],l.prototype,"pressed",void 0),r([e.state()],l.prototype,"rippling",void 0),r([e.state()],l.prototype,"rippleSize",void 0),r([e.state()],l.prototype,"originX",void 0),r([e.state()],l.prototype,"originY",void 0),r([e.query(".ft-ripple")],l.prototype,"ripple",void 0),r([e.query(".ft-ripple--effect")],l.prototype,"rippleEffect",void 0),i.customElement("ft-ripple")(l);const p=globalThis.trustedTypes,h=p?p.createPolicy("lit-html",{createHTML:t=>t}):void 0,f=`lit$${(Math.random()+"").slice(9)}$`,d="?"+f,c=`<${d}>`,u=document,y=(t="")=>u.createComment(t),g=t=>null===t||"object"!=typeof t&&"function"!=typeof t,b=Array.isArray,v=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,m=/-->/g,$=/>/g,x=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,w=/'/g,k=/"/g,z=/^(?:script|style|textarea|title)$/i,S=(t=>(i,...o)=>({_$litType$:t,strings:i,values:o}))(1),C=Symbol.for("lit-noChange"),O=Symbol.for("lit-nothing"),A=new WeakMap,B=u.createTreeWalker(u,129,null,!1),T=(t,i)=>{const o=t.length-1,e=[];let n,r=2===i?"<svg>":"",s=v;for(let i=0;i<o;i++){const o=t[i];let l,a,p=-1,h=0;for(;h<o.length&&(s.lastIndex=h,a=s.exec(o),null!==a);)h=s.lastIndex,s===v?"!--"===a[1]?s=m:void 0!==a[1]?s=$:void 0!==a[2]?(z.test(a[2])&&(n=RegExp("</"+a[2],"g")),s=x):void 0!==a[3]&&(s=x):s===x?">"===a[0]?(s=null!=n?n:v,p=-1):void 0===a[1]?p=-2:(p=s.lastIndex-a[2].length,l=a[1],s=void 0===a[3]?x:'"'===a[3]?k:w):s===k||s===w?s=x:s===m||s===$?s=v:(s=x,n=void 0);const d=s===x&&t[i+1].startsWith("/>")?" ":"";r+=s===v?o+c:p>=0?(e.push(l),o.slice(0,p)+"$lit$"+o.slice(p)+f+d):o+f+(-2===p?(e.push(void 0),i):d)}const l=r+(t[o]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==h?h.createHTML(l):l,e]};class E{constructor({strings:t,_$litType$:i},o){let e;this.parts=[];let n=0,r=0;const s=t.length-1,l=this.parts,[a,h]=T(t,i);if(this.el=E.createElement(a,o),B.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes)}for(;null!==(e=B.nextNode())&&l.length<s;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const i of e.getAttributeNames())if(i.endsWith("$lit$")||i.startsWith(f)){const o=h[r++];if(t.push(i),void 0!==o){const t=e.getAttribute(o.toLowerCase()+"$lit$").split(f),i=/([.?@])?(.*)/.exec(o);l.push({type:1,index:n,name:i[2],strings:t,ctor:"."===i[1]?M:"?"===i[1]?R:"@"===i[1]?D:N})}else l.push({type:6,index:n})}for(const i of t)e.removeAttribute(i)}if(z.test(e.tagName)){const t=e.textContent.split(f),i=t.length-1;if(i>0){e.textContent=p?p.emptyScript:"";for(let o=0;o<i;o++)e.append(t[o],y()),B.nextNode(),l.push({type:2,index:++n});e.append(t[i],y())}}}else if(8===e.nodeType)if(e.data===d)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=e.data.indexOf(f,t+1));)l.push({type:7,index:n}),t+=f.length-1}n++}}static createElement(t,i){const o=u.createElement("template");return o.innerHTML=t,o}}function I(t,i,o=t,e){var n,r,s,l;if(i===C)return i;let a=void 0!==e?null===(n=o._$Cl)||void 0===n?void 0:n[e]:o._$Cu;const p=g(i)?void 0:i._$litDirective$;return(null==a?void 0:a.constructor)!==p&&(null===(r=null==a?void 0:a._$AO)||void 0===r||r.call(a,!1),void 0===p?a=void 0:(a=new p(t),a._$AT(t,o,e)),void 0!==e?(null!==(s=(l=o)._$Cl)&&void 0!==s?s:l._$Cl=[])[e]=a:o._$Cu=a),void 0!==a&&(i=I(t,a._$AS(t,i.values),a,e)),i}class _{constructor(t,i){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var i;const{el:{content:o},parts:e}=this._$AD,n=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:u).importNode(o,!0);B.currentNode=n;let r=B.nextNode(),s=0,l=0,a=e[0];for(;void 0!==a;){if(s===a.index){let i;2===a.type?i=new j(r,r.nextSibling,this,t):1===a.type?i=new a.ctor(r,a.name,a.strings,this,t):6===a.type&&(i=new Z(r,this,t)),this.v.push(i),a=e[++l]}s!==(null==a?void 0:a.index)&&(r=B.nextNode(),s++)}return n}m(t){let i=0;for(const o of this.v)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,i),i+=o.strings.length-2):o._$AI(t[i])),i++}}class j{constructor(t,i,o,e){var n;this.type=2,this._$AH=O,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=o,this.options=e,this._$Cg=null===(n=null==e?void 0:e.isConnected)||void 0===n||n}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=I(this,t,i),g(t)?t===O||null==t||""===t?(this._$AH!==O&&this._$AR(),this._$AH=O):t!==this._$AH&&t!==C&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.S(t):(t=>{var i;return b(t)||"function"==typeof(null===(i=t)||void 0===i?void 0:i[Symbol.iterator])})(t)?this.A(t):this.$(t)}M(t,i=this._$AB){return this._$AA.parentNode.insertBefore(t,i)}S(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==O&&g(this._$AH)?this._$AA.nextSibling.data=t:this.S(u.createTextNode(t)),this._$AH=t}T(t){var i;const{values:o,_$litType$:e}=t,n="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=E.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===n)this._$AH.m(o);else{const t=new _(n,this),i=t.p(this.options);t.m(o),this.S(i),this._$AH=t}}_$AC(t){let i=A.get(t.strings);return void 0===i&&A.set(t.strings,i=new E(t)),i}A(t){b(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let o,e=0;for(const n of t)e===i.length?i.push(o=new j(this.M(y()),this.M(y()),this,this.options)):o=i[e],o._$AI(n),e++;e<i.length&&(this._$AR(o&&o._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,i){var o;for(null===(o=this._$AP)||void 0===o||o.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var i;void 0===this._$AM&&(this._$Cg=t,null===(i=this._$AP)||void 0===i||i.call(this,t))}}class N{constructor(t,i,o,e,n){this.type=1,this._$AH=O,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=n,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=O}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,o,e){const n=this.strings;let r=!1;if(void 0===n)t=I(this,t,i,0),r=!g(t)||t!==this._$AH&&t!==C,r&&(this._$AH=t);else{const e=t;let s,l;for(t=n[0],s=0;s<n.length-1;s++)l=I(this,e[o+s],i,s),l===C&&(l=this._$AH[s]),r||(r=!g(l)||l!==this._$AH[s]),l===O?t=O:t!==O&&(t+=(null!=l?l:"")+n[s+1]),this._$AH[s]=l}r&&!e&&this.k(t)}k(t){t===O?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class M extends N{constructor(){super(...arguments),this.type=3}k(t){this.element[this.name]=t===O?void 0:t}}const F=p?p.emptyScript:"";class R extends N{constructor(){super(...arguments),this.type=4}k(t){t&&t!==O?this.element.setAttribute(this.name,F):this.element.removeAttribute(this.name)}}class D extends N{constructor(t,i,o,e,n){super(t,i,o,e,n),this.type=5}_$AI(t,i=this){var o;if((t=null!==(o=I(this,t,i,0))&&void 0!==o?o:O)===C)return;const e=this._$AH,n=t===O&&e!==O||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,r=t!==O&&(e===O||n);n&&this.element.removeEventListener(this.name,this,e),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,o;"function"==typeof this._$AH?this._$AH.call(null!==(o=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==o?o:this.element,t):this._$AH.handleEvent(t)}}class Z{constructor(t,i,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){I(this,t)}}const U=window.litHtmlPolyfillSupport;null==U||U(E,j),(null!==(a=globalThis.litHtmlVersions)&&void 0!==a?a:globalThis.litHtmlVersions=[]).push("2.1.3");
|
|
176
100
|
/**
|
|
177
101
|
* @license
|
|
178
102
|
* Copyright 2020 Google LLC
|
|
179
103
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
180
104
|
*/
|
|
181
|
-
const
|
|
105
|
+
const H=t=>({_$litStatic$:t}),L=new Map,W=(t=>(i,...o)=>{var e;const n=o.length;let r,s;const l=[],a=[];let p,h=0,f=!1;for(;h<n;){for(p=i[h];h<n&&void 0!==(s=o[h],r=null===(e=s)||void 0===e?void 0:e._$litStatic$);)p+=r+i[++h],f=!0;a.push(s),l.push(p),h++}if(h===n&&l.push(i[n]),f){const t=l.join("$$lit$$");void 0===(i=L.get(t))&&(l.raw=l,L.set(t,i=l)),o=a}return t(i,...o)})(S);var G,K=function(t,i,o,e){for(var n,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,o):e,l=t.length-1;l>=0;l--)(n=t[l])&&(s=(r<3?n(s):r>3?n(i,o,s):n(i,o))||s);return r>3&&s&&Object.defineProperty(i,o,s),s};!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"}(G||(G={}));const P=i.FtCssVariable.extend("--ft-typography-font-family",i.designSystemVariables.titleFont),X=i.FtCssVariable.extend("--ft-typography-font-family",i.designSystemVariables.contentFont),Y={fontFamily:X,fontSize:i.FtCssVariable.create("--ft-typography-font-size","SIZE","16px"),fontWeight:i.FtCssVariable.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:i.FtCssVariable.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:i.FtCssVariable.create("--ft-typography-line-height","SIZE","24px"),textTransform:i.FtCssVariable.create("--ft-typography-text-transform","UNKNOWN","inherit")},q=i.FtCssVariable.extend("--ft-typography-title-font-family",P),J=i.FtCssVariable.extend("--ft-typography-title-font-size",Y.fontSize,"20px"),Q=i.FtCssVariable.extend("--ft-typography-title-font-weight",Y.fontWeight,"normal"),V=i.FtCssVariable.extend("--ft-typography-title-letter-spacing",Y.letterSpacing,"0.15px"),tt=i.FtCssVariable.extend("--ft-typography-title-line-height",Y.lineHeight,"24px"),it=i.FtCssVariable.extend("--ft-typography-title-text-transform",Y.textTransform,"inherit"),ot=i.FtCssVariable.extend("--ft-typography-title-dense-font-family",P),et=i.FtCssVariable.extend("--ft-typography-title-dense-font-size",Y.fontSize,"14px"),nt=i.FtCssVariable.extend("--ft-typography-title-dense-font-weight",Y.fontWeight,"normal"),rt=i.FtCssVariable.extend("--ft-typography-title-dense-letter-spacing",Y.letterSpacing,"0.105px"),st=i.FtCssVariable.extend("--ft-typography-title-dense-line-height",Y.lineHeight,"24px"),lt=i.FtCssVariable.extend("--ft-typography-title-dense-text-transform",Y.textTransform,"inherit"),at=i.FtCssVariable.extend("--ft-typography-subtitle1-font-family",X),pt=i.FtCssVariable.extend("--ft-typography-subtitle1-font-size",Y.fontSize,"16px"),ht=i.FtCssVariable.extend("--ft-typography-subtitle1-font-weight",Y.fontWeight,"600"),ft=i.FtCssVariable.extend("--ft-typography-subtitle1-letter-spacing",Y.letterSpacing,"0.144px"),dt=i.FtCssVariable.extend("--ft-typography-subtitle1-line-height",Y.lineHeight,"24px"),ct=i.FtCssVariable.extend("--ft-typography-subtitle1-text-transform",Y.textTransform,"inherit"),ut=i.FtCssVariable.extend("--ft-typography-subtitle2-font-family",X),yt=i.FtCssVariable.extend("--ft-typography-subtitle2-font-size",Y.fontSize,"14px"),gt=i.FtCssVariable.extend("--ft-typography-subtitle2-font-weight",Y.fontWeight,"normal"),bt=i.FtCssVariable.extend("--ft-typography-subtitle2-letter-spacing",Y.letterSpacing,"0.098px"),vt=i.FtCssVariable.extend("--ft-typography-subtitle2-line-height",Y.lineHeight,"24px"),mt=i.FtCssVariable.extend("--ft-typography-subtitle2-text-transform",Y.textTransform,"inherit"),$t=i.FtCssVariable.extend("--ft-typography-body1-font-family",X),xt=i.FtCssVariable.extend("--ft-typography-body1-font-size",Y.fontSize,"16px"),wt=i.FtCssVariable.extend("--ft-typography-body1-font-weight",Y.fontWeight,"normal"),kt=i.FtCssVariable.extend("--ft-typography-body1-letter-spacing",Y.letterSpacing,"0.496px"),zt=i.FtCssVariable.extend("--ft-typography-body1-line-height",Y.lineHeight,"24px"),St=i.FtCssVariable.extend("--ft-typography-body1-text-transform",Y.textTransform,"inherit"),Ct=i.FtCssVariable.extend("--ft-typography-body2-font-family",X),Ot=i.FtCssVariable.extend("--ft-typography-body2-font-size",Y.fontSize,"14px"),At=i.FtCssVariable.extend("--ft-typography-body2-font-weight",Y.fontWeight,"normal"),Bt=i.FtCssVariable.extend("--ft-typography-body2-letter-spacing",Y.letterSpacing,"0.252px"),Tt=i.FtCssVariable.extend("--ft-typography-body2-line-height",Y.lineHeight,"20px"),Et=i.FtCssVariable.extend("--ft-typography-body2-text-transform",Y.textTransform,"inherit"),It=i.FtCssVariable.extend("--ft-typography-caption-font-family",X),_t=i.FtCssVariable.extend("--ft-typography-caption-font-size",Y.fontSize,"12px"),jt=i.FtCssVariable.extend("--ft-typography-caption-font-weight",Y.fontWeight,"normal"),Nt=i.FtCssVariable.extend("--ft-typography-caption-letter-spacing",Y.letterSpacing,"0.396px"),Mt=i.FtCssVariable.extend("--ft-typography-caption-line-height",Y.lineHeight,"16px"),Ft=i.FtCssVariable.extend("--ft-typography-caption-text-transform",Y.textTransform,"inherit"),Rt=i.FtCssVariable.extend("--ft-typography-breadcrumb-font-family",X),Dt=i.FtCssVariable.extend("--ft-typography-breadcrumb-font-size",Y.fontSize,"10px"),Zt=i.FtCssVariable.extend("--ft-typography-breadcrumb-font-weight",Y.fontWeight,"normal"),Ut=i.FtCssVariable.extend("--ft-typography-breadcrumb-letter-spacing",Y.letterSpacing,"0.33px"),Ht=i.FtCssVariable.extend("--ft-typography-breadcrumb-line-height",Y.lineHeight,"16px"),Lt=i.FtCssVariable.extend("--ft-typography-breadcrumb-text-transform",Y.textTransform,"inherit"),Wt=i.FtCssVariable.extend("--ft-typography-overline-font-family",X),Gt=i.FtCssVariable.extend("--ft-typography-overline-font-size",Y.fontSize,"10px"),Kt=i.FtCssVariable.extend("--ft-typography-overline-font-weight",Y.fontWeight,"normal"),Pt=i.FtCssVariable.extend("--ft-typography-overline-letter-spacing",Y.letterSpacing,"1.5px"),Xt=i.FtCssVariable.extend("--ft-typography-overline-line-height",Y.lineHeight,"16px"),Yt=i.FtCssVariable.extend("--ft-typography-overline-text-transform",Y.textTransform,"uppercase"),qt={fontFamily:i.FtCssVariable.extend("--ft-typography-button-font-family",X),fontSize:i.FtCssVariable.extend("--ft-typography-button-font-size",Y.fontSize,"14px"),fontWeight:i.FtCssVariable.extend("--ft-typography-button-font-weight",Y.fontWeight,"600"),letterSpacing:i.FtCssVariable.extend("--ft-typography-button-letter-spacing",Y.letterSpacing,"1.246px"),lineHeight:i.FtCssVariable.extend("--ft-typography-button-line-height",Y.lineHeight,"16px"),textTransform:i.FtCssVariable.extend("--ft-typography-button-text-transform",Y.textTransform,"uppercase")},Jt=o.css`
|
|
182
106
|
.ft-typography--title {
|
|
183
|
-
font-family: ${
|
|
184
|
-
font-size: ${
|
|
185
|
-
font-weight: ${
|
|
186
|
-
letter-spacing: ${
|
|
187
|
-
line-height: ${
|
|
188
|
-
text-transform: ${
|
|
107
|
+
font-family: ${q};
|
|
108
|
+
font-size: ${J};
|
|
109
|
+
font-weight: ${Q};
|
|
110
|
+
letter-spacing: ${V};
|
|
111
|
+
line-height: ${tt};
|
|
112
|
+
text-transform: ${it};
|
|
189
113
|
}
|
|
190
|
-
`,
|
|
114
|
+
`,Qt=o.css`
|
|
191
115
|
.ft-typography--title-dense {
|
|
192
|
-
font-family: ${
|
|
193
|
-
font-size: ${
|
|
194
|
-
font-weight: ${
|
|
195
|
-
letter-spacing: ${
|
|
196
|
-
line-height: ${
|
|
197
|
-
text-transform: ${
|
|
116
|
+
font-family: ${ot};
|
|
117
|
+
font-size: ${et};
|
|
118
|
+
font-weight: ${nt};
|
|
119
|
+
letter-spacing: ${rt};
|
|
120
|
+
line-height: ${st};
|
|
121
|
+
text-transform: ${lt};
|
|
198
122
|
}
|
|
199
|
-
`,
|
|
123
|
+
`,Vt=o.css`
|
|
200
124
|
.ft-typography--subtitle1 {
|
|
201
|
-
font-family: ${
|
|
202
|
-
font-size: ${
|
|
203
|
-
font-weight: ${
|
|
204
|
-
letter-spacing: ${
|
|
205
|
-
line-height: ${
|
|
206
|
-
text-transform: ${
|
|
125
|
+
font-family: ${at};
|
|
126
|
+
font-size: ${pt};
|
|
127
|
+
font-weight: ${ht};
|
|
128
|
+
letter-spacing: ${ft};
|
|
129
|
+
line-height: ${dt};
|
|
130
|
+
text-transform: ${ct};
|
|
207
131
|
}
|
|
208
|
-
|
|
132
|
+
`,ti=o.css`
|
|
209
133
|
.ft-typography--subtitle2 {
|
|
210
|
-
font-family: ${
|
|
211
|
-
font-size: ${
|
|
212
|
-
font-weight: ${
|
|
213
|
-
letter-spacing: ${
|
|
214
|
-
line-height: ${
|
|
215
|
-
text-transform: ${
|
|
134
|
+
font-family: ${ut};
|
|
135
|
+
font-size: ${yt};
|
|
136
|
+
font-weight: ${gt};
|
|
137
|
+
letter-spacing: ${bt};
|
|
138
|
+
line-height: ${vt};
|
|
139
|
+
text-transform: ${mt};
|
|
216
140
|
}
|
|
217
141
|
|
|
218
|
-
`,
|
|
142
|
+
`,ii=o.css`
|
|
219
143
|
.ft-typography--body1 {
|
|
220
|
-
font-family: ${
|
|
221
|
-
font-size: ${
|
|
222
|
-
font-weight: ${
|
|
223
|
-
letter-spacing: ${
|
|
224
|
-
line-height: ${
|
|
225
|
-
text-transform: ${
|
|
144
|
+
font-family: ${$t};
|
|
145
|
+
font-size: ${xt};
|
|
146
|
+
font-weight: ${wt};
|
|
147
|
+
letter-spacing: ${kt};
|
|
148
|
+
line-height: ${zt};
|
|
149
|
+
text-transform: ${St};
|
|
226
150
|
}
|
|
227
|
-
`,
|
|
151
|
+
`,oi=o.css`
|
|
228
152
|
.ft-typography--body2 {
|
|
229
|
-
font-family: ${
|
|
230
|
-
font-size: ${
|
|
231
|
-
font-weight: ${
|
|
232
|
-
letter-spacing: ${
|
|
233
|
-
line-height: ${
|
|
234
|
-
text-transform: ${
|
|
153
|
+
font-family: ${Ct};
|
|
154
|
+
font-size: ${Ot};
|
|
155
|
+
font-weight: ${At};
|
|
156
|
+
letter-spacing: ${Bt};
|
|
157
|
+
line-height: ${Tt};
|
|
158
|
+
text-transform: ${Et};
|
|
235
159
|
}
|
|
236
|
-
`,
|
|
160
|
+
`,ei=o.css`
|
|
237
161
|
.ft-typography--caption {
|
|
238
|
-
font-family: ${
|
|
239
|
-
font-size: ${
|
|
240
|
-
font-weight: ${
|
|
241
|
-
letter-spacing: ${
|
|
242
|
-
line-height: ${
|
|
243
|
-
text-transform: ${
|
|
162
|
+
font-family: ${It};
|
|
163
|
+
font-size: ${_t};
|
|
164
|
+
font-weight: ${jt};
|
|
165
|
+
letter-spacing: ${Nt};
|
|
166
|
+
line-height: ${Mt};
|
|
167
|
+
text-transform: ${Ft};
|
|
244
168
|
}
|
|
245
|
-
`,
|
|
169
|
+
`,ni=o.css`
|
|
246
170
|
.ft-typography--breadcrumb {
|
|
247
|
-
font-family: ${
|
|
248
|
-
font-size: ${
|
|
249
|
-
font-weight: ${
|
|
250
|
-
letter-spacing: ${
|
|
251
|
-
line-height: ${
|
|
252
|
-
text-transform: ${
|
|
171
|
+
font-family: ${Rt};
|
|
172
|
+
font-size: ${Dt};
|
|
173
|
+
font-weight: ${Zt};
|
|
174
|
+
letter-spacing: ${Ut};
|
|
175
|
+
line-height: ${Ht};
|
|
176
|
+
text-transform: ${Lt};
|
|
253
177
|
}
|
|
254
|
-
`,
|
|
178
|
+
`,ri=o.css`
|
|
255
179
|
.ft-typography--overline {
|
|
256
|
-
font-family: ${
|
|
257
|
-
font-size: ${
|
|
258
|
-
font-weight: ${
|
|
259
|
-
letter-spacing: ${
|
|
260
|
-
line-height: ${
|
|
261
|
-
text-transform: ${
|
|
180
|
+
font-family: ${Wt};
|
|
181
|
+
font-size: ${Gt};
|
|
182
|
+
font-weight: ${Kt};
|
|
183
|
+
letter-spacing: ${Pt};
|
|
184
|
+
line-height: ${Xt};
|
|
185
|
+
text-transform: ${Yt};
|
|
262
186
|
}
|
|
263
|
-
`,
|
|
187
|
+
`,si=o.css`
|
|
264
188
|
.ft-typography--button {
|
|
265
|
-
font-family: ${
|
|
266
|
-
font-size: ${
|
|
267
|
-
font-weight: ${
|
|
268
|
-
letter-spacing: ${
|
|
269
|
-
line-height: ${
|
|
270
|
-
text-transform: ${
|
|
189
|
+
font-family: ${qt.fontFamily};
|
|
190
|
+
font-size: ${qt.fontSize};
|
|
191
|
+
font-weight: ${qt.fontWeight};
|
|
192
|
+
letter-spacing: ${qt.letterSpacing};
|
|
193
|
+
line-height: ${qt.lineHeight};
|
|
194
|
+
text-transform: ${qt.textTransform};
|
|
271
195
|
}
|
|
272
|
-
`;
|
|
273
|
-
.
|
|
274
|
-
vertical-align: inherit;
|
|
275
|
-
}
|
|
276
|
-
`]}getTemplate(){return this.element?dt`
|
|
277
|
-
<${ct(this.element)}
|
|
196
|
+
`;class li extends i.FtLitElement{constructor(){super(...arguments),this.variant=G.body1}render(){return this.element?W`
|
|
197
|
+
<${H(this.element)}
|
|
278
198
|
class="ft-typography ft-typography--${this.variant}">
|
|
279
199
|
<slot></slot>
|
|
280
|
-
</${
|
|
281
|
-
`:
|
|
200
|
+
</${H(this.element)}>
|
|
201
|
+
`:W`
|
|
282
202
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
283
|
-
`}}
|
|
203
|
+
`}}li.styles=[Jt,Qt,Vt,ti,ii,oi,ei,ni,ri,si,o.css`
|
|
204
|
+
.ft-typography {
|
|
205
|
+
vertical-align: inherit;
|
|
206
|
+
}
|
|
207
|
+
`],K([e.property()],li.prototype,"element",void 0),K([e.property()],li.prototype,"variant",void 0),i.customElement("ft-typography")(li);
|
|
284
208
|
/**
|
|
285
209
|
* @license
|
|
286
210
|
* Copyright 2021 Google LLC
|
|
287
211
|
* SPDX-LIcense-Identifier: Apache-2.0
|
|
288
212
|
*/
|
|
289
|
-
const
|
|
213
|
+
const ai=o.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
214
|
/**
|
|
291
215
|
* @license
|
|
292
216
|
* Copyright 2018 Google LLC
|
|
293
217
|
* SPDX-License-Identifier: Apache-2.0
|
|
294
|
-
*/;let
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
position: relative;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.ft-tooltip--inline {
|
|
301
|
-
display: inline-block;
|
|
302
|
-
max-width: 100%;
|
|
303
|
-
}
|
|
218
|
+
*/;let pi=class extends o.LitElement{render(){return o.html`<span><slot></slot></span>`}};pi.styles=[ai],pi=
|
|
219
|
+
/*! *****************************************************************************
|
|
220
|
+
Copyright (c) Microsoft Corporation.
|
|
304
221
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
box-sizing: border-box;
|
|
308
|
-
overflow: hidden;
|
|
309
|
-
width: max-content;
|
|
310
|
-
max-width: 150px;
|
|
311
|
-
text-align: center;
|
|
312
|
-
padding: ${Ee};
|
|
313
|
-
z-index: ${Be};
|
|
314
|
-
}
|
|
222
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
223
|
+
purpose with or without fee is hereby granted.
|
|
315
224
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
}
|
|
326
|
-
`}getTemplate(){return e.html`
|
|
225
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
226
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
227
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
228
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
229
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
230
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
231
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
232
|
+
***************************************************************************** */
|
|
233
|
+
function(t,i,o,e){for(var n,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,o):e,l=t.length-1;l>=0;l--)(n=t[l])&&(s=(r<3?n(s):r>3?n(i,o,s):n(i,o))||s);return r>3&&s&&Object.defineProperty(i,o,s),s}([e.customElement("mwc-icon")],pi);var hi=function(t,i,o,e){for(var n,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,o):e,l=t.length-1;l>=0;l--)(n=t[l])&&(s=(r<3?n(s):r>3?n(i,o,s):n(i,o))||s);return r>3&&s&&Object.defineProperty(i,o,s),s};const fi=i.FtCssVariable.create("--ft-tooltip-distance","SIZE","4px"),di=i.FtCssVariable.create("--ft-tooltip-color","COLOR","#FFFFFF"),ci=i.FtCssVariable.create("--ft-tooltip-background-color","COLOR","#666666"),ui=i.FtCssVariable.create("--ft-tooltip-z-index","NUMBER","1"),yi=i.FtCssVariable.external(i.designSystemVariables.borderRadiusS,"Design system");class gi extends i.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.hideDebounce=new i.Debouncer,this.revealDebouncer=new i.Debouncer}render(){return o.html`
|
|
327
234
|
<div part="container"
|
|
328
235
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
329
236
|
@mouseenter=${this.onHover}
|
|
@@ -338,7 +245,39 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
338
245
|
</div>
|
|
339
246
|
<slot></slot>
|
|
340
247
|
</div>
|
|
341
|
-
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.position){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const
|
|
248
|
+
`}update(t){t.has("visible")&&!this.visible&&this.resetTooltipContent(),super.update(t)}contentAvailableCallback(t){t.has("visible")&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.position){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const i=t.getBoundingClientRect(),o=(i.height-this.tooltip.clientHeight)/2,e=(i.width-this.tooltip.clientWidth)/2,n=this.tooltip.style;switch(this.position){case"top":n.top=-this.tooltip.clientHeight+"px",n.left=e+"px";break;case"bottom":n.top=i.height+"px",n.left=e+"px";break;case"left":n.top=o+"px",n.left=-this.tooltip.clientWidth+"px";break;case"right":n.top=o+"px",n.left=i.width+"px"}n.maxWidth=Math.max(i.width,150)+"px"}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}}gi.elementDefinitions={"ft-typography":li},gi.styles=o.css`
|
|
249
|
+
.ft-tooltip--container {
|
|
250
|
+
display: block;
|
|
251
|
+
position: relative;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.ft-tooltip--inline {
|
|
255
|
+
display: inline-block;
|
|
256
|
+
max-width: 100%;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.ft-tooltip {
|
|
260
|
+
position: absolute;
|
|
261
|
+
box-sizing: border-box;
|
|
262
|
+
overflow: hidden;
|
|
263
|
+
width: max-content;
|
|
264
|
+
max-width: 150px;
|
|
265
|
+
text-align: center;
|
|
266
|
+
padding: ${fi};
|
|
267
|
+
z-index: ${ui};
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.ft-tooltip--content {
|
|
271
|
+
padding: 4px 8px;
|
|
272
|
+
border-radius: ${yi};
|
|
273
|
+
background-color: ${ci};
|
|
274
|
+
color: ${di};
|
|
275
|
+
top: -500px;
|
|
276
|
+
left: -500px;
|
|
277
|
+
position: relative;
|
|
278
|
+
word-break: break-word;
|
|
279
|
+
}
|
|
280
|
+
`,hi([e.property()],gi.prototype,"text",void 0),hi([e.property({type:Boolean})],gi.prototype,"manual",void 0),hi([e.property({type:Boolean})],gi.prototype,"inline",void 0),hi([e.property({type:Number})],gi.prototype,"delay",void 0),hi([e.property()],gi.prototype,"position",void 0),hi([e.queryAssignedNodes("",!0)],gi.prototype,"slotNodes",void 0),hi([e.query(".ft-tooltip--container")],gi.prototype,"container",void 0),hi([e.query("slot")],gi.prototype,"target",void 0),hi([e.query(".ft-tooltip")],gi.prototype,"tooltip",void 0),hi([e.query(".ft-tooltip--content")],gi.prototype,"tooltipContent",void 0),hi([e.state()],gi.prototype,"visible",void 0),i.customElement("ft-tooltip")(gi);const bi={color:i.FtCssVariable.extend("--ft-loader-color",i.designSystemVariables.colorPrimary),size:i.FtCssVariable.create("--ft-loader-size","SIZE","80px")};class vi extends i.FtLitElement{static get styles(){return o.css`
|
|
342
281
|
:host {
|
|
343
282
|
line-height: 0;
|
|
344
283
|
}
|
|
@@ -347,8 +286,8 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
347
286
|
display: inline-block;
|
|
348
287
|
position: relative;
|
|
349
288
|
|
|
350
|
-
width: ${
|
|
351
|
-
height: ${
|
|
289
|
+
width: ${bi.size};
|
|
290
|
+
height: ${bi.size};
|
|
352
291
|
}
|
|
353
292
|
|
|
354
293
|
.ft-loader div {
|
|
@@ -357,7 +296,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
357
296
|
width: 25%;
|
|
358
297
|
height: 25%;
|
|
359
298
|
border-radius: 50%;
|
|
360
|
-
background: ${
|
|
299
|
+
background: ${bi.color};
|
|
361
300
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
362
301
|
}
|
|
363
302
|
|
|
@@ -404,20 +343,21 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
404
343
|
transform: translate(0, 0);
|
|
405
344
|
}
|
|
406
345
|
100% {
|
|
407
|
-
transform: translate(calc(0.35 * ${
|
|
346
|
+
transform: translate(calc(0.35 * ${bi.size}), 0);
|
|
408
347
|
}
|
|
409
348
|
}
|
|
410
|
-
`}
|
|
349
|
+
`}render(){return o.html`
|
|
411
350
|
<div class="ft-loader">
|
|
412
351
|
<div></div>
|
|
413
352
|
<div></div>
|
|
414
353
|
<div></div>
|
|
415
354
|
<div></div>
|
|
416
355
|
</div>
|
|
417
|
-
`}}
|
|
356
|
+
`}}i.customElement("ft-loader")(vi);var mi=function(t,i,o,e){for(var n,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,o):e,l=t.length-1;l>=0;l--)(n=t[l])&&(s=(r<3?n(s):r>3?n(i,o,s):n(i,o))||s);return r>3&&s&&Object.defineProperty(i,o,s),s};const $i=i.FtCssVariable.extend("--ft-button-color",i.designSystemVariables.colorPrimary),xi={backgroundColor:i.FtCssVariable.extend("--ft-button-background-color",i.designSystemVariables.colorSurface),borderRadius:i.FtCssVariable.extend("--ft-button-border-radius",i.designSystemVariables.borderRadiusL),color:$i,fontSize:i.FtCssVariable.extend("--ft-button-font-size",qt.fontSize),iconSize:i.FtCssVariable.create("--ft-button-icon-size","SIZE","24px"),rippleColor:i.FtCssVariable.extend("--ft-button-ripple-color",$i),opacityDisabled:i.FtCssVariable.external(i.designSystemVariables.colorOpacityDisabled,"Design system")},wi=i.FtCssVariable.extend("--ft-button-primary-color",i.FtCssVariable.extend("--ft-button-color",i.designSystemVariables.colorOnPrimary)),ki={backgroundColor:i.FtCssVariable.extend("--ft-button-primary-background-color",i.FtCssVariable.extend("--ft-button-background-color",i.designSystemVariables.colorPrimary)),color:wi,rippleColor:i.FtCssVariable.extend("--ft-button-primary-ripple-color",wi)},zi=i.FtCssVariable.extend("--ft-button-dense-border-radius",i.FtCssVariable.extend("--ft-button-border-radius",i.designSystemVariables.borderRadiusM));class Si extends i.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.onclick=t=>{this.isDisabled()&&(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}}static get styles(){return[i.noTextSelect,o.css`
|
|
418
357
|
:host {
|
|
419
358
|
display: inline-block;
|
|
420
359
|
max-width: 100%;
|
|
360
|
+
pointer-events: none;
|
|
421
361
|
}
|
|
422
362
|
|
|
423
363
|
button {
|
|
@@ -450,19 +390,20 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
450
390
|
overflow: hidden;
|
|
451
391
|
box-sizing: border-box;
|
|
452
392
|
border: none;
|
|
393
|
+
pointer-events: auto;
|
|
453
394
|
|
|
454
|
-
--ft-button-internal-font-size: ${
|
|
395
|
+
--ft-button-internal-font-size: ${xi.fontSize};
|
|
455
396
|
--ft-button-internal-line-height: calc(var(--ft-button-internal-font-size) + 2px);
|
|
456
|
-
--ft-button-internal-color: ${
|
|
457
|
-
--mdc-icon-size: ${
|
|
397
|
+
--ft-button-internal-color: ${xi.color};
|
|
398
|
+
--mdc-icon-size: ${xi.iconSize};
|
|
458
399
|
--ft-button-internal-vertical-padding: 6px;
|
|
459
400
|
--ft-button-internal-horizontal-padding: 8px;
|
|
460
|
-
${
|
|
401
|
+
${i.setVariable(s.color,xi.rippleColor)};
|
|
461
402
|
--ft-button-internal-content-height: max(var(--ft-button-internal-line-height), var(--mdc-icon-size));
|
|
462
403
|
|
|
463
|
-
border-radius: ${
|
|
404
|
+
border-radius: ${xi.borderRadius};
|
|
464
405
|
padding: var(--ft-button-internal-vertical-padding) var(--ft-button-internal-horizontal-padding);
|
|
465
|
-
background-color: ${
|
|
406
|
+
background-color: ${xi.backgroundColor};
|
|
466
407
|
color: var(--ft-button-internal-color);
|
|
467
408
|
-webkit-mask-image: radial-gradient(white, black);
|
|
468
409
|
}
|
|
@@ -474,7 +415,7 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
474
415
|
.ft-button--dense {
|
|
475
416
|
--ft-button-internal-vertical-padding: 2px;
|
|
476
417
|
--ft-button-internal-horizontal-padding: 4px;
|
|
477
|
-
border-radius: ${
|
|
418
|
+
border-radius: ${zi};
|
|
478
419
|
}
|
|
479
420
|
|
|
480
421
|
.ft-button--round {
|
|
@@ -483,12 +424,13 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
483
424
|
|
|
484
425
|
.ft-button[disabled] {
|
|
485
426
|
filter: grayscale(1);
|
|
486
|
-
opacity: ${
|
|
427
|
+
opacity: ${xi.opacityDisabled};
|
|
487
428
|
}
|
|
488
429
|
|
|
489
430
|
.ft-button.ft-button--primary {
|
|
490
|
-
background-color: ${
|
|
491
|
-
--ft-button-internal-color: ${
|
|
431
|
+
background-color: ${ki.backgroundColor};
|
|
432
|
+
--ft-button-internal-color: ${ki.color};
|
|
433
|
+
${i.setVariable(s.color,ki.rippleColor)};
|
|
492
434
|
}
|
|
493
435
|
|
|
494
436
|
.ft-button.ft-button--outlined {
|
|
@@ -506,8 +448,8 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
506
448
|
text-overflow: ellipsis;
|
|
507
449
|
display: block;
|
|
508
450
|
margin: 0 var(--ft-button-internal-horizontal-padding);
|
|
509
|
-
${
|
|
510
|
-
${
|
|
451
|
+
${i.setVariable(qt.fontSize,"var(--ft-button-internal-font-size)")};
|
|
452
|
+
${i.setVariable(qt.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
511
453
|
}
|
|
512
454
|
|
|
513
455
|
.ft-button--safari-fix .ft-button--label {
|
|
@@ -540,12 +482,12 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
540
482
|
}
|
|
541
483
|
|
|
542
484
|
ft-loader {
|
|
543
|
-
${
|
|
544
|
-
${
|
|
485
|
+
${i.setVariable(bi.size,xi.iconSize)};
|
|
486
|
+
${i.setVariable(bi.color,"var(--ft-button-internal-color)")};
|
|
545
487
|
}
|
|
546
|
-
`]}
|
|
488
|
+
`]}render(){const t={"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-button--safari-fix":i.isSafari,"ft-no-text-select":!0};return this.addTooltip(o.html`
|
|
547
489
|
<button part="button"
|
|
548
|
-
class="${
|
|
490
|
+
class="${n.classMap(t)}"
|
|
549
491
|
aria-label="${this.getLabel()}"
|
|
550
492
|
?disabled=${this.isDisabled()}>
|
|
551
493
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
@@ -557,18 +499,18 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
557
499
|
</ft-typography>
|
|
558
500
|
${this.resolveIcon()}
|
|
559
501
|
</button>
|
|
560
|
-
`)}addTooltip(t){return this.hasTextContent()||0===this.getLabel().trim().length?t:
|
|
502
|
+
`)}addTooltip(t){return this.hasTextContent()||0===this.getLabel().trim().length?t:o.html`
|
|
561
503
|
<ft-tooltip part="tooltip"
|
|
562
504
|
text="${this.getLabel()}"
|
|
563
505
|
position="${this.tooltipPosition}">
|
|
564
506
|
${t}
|
|
565
507
|
</ft-tooltip>
|
|
566
|
-
`}resolveIcon(){return this.loading?
|
|
567
|
-
<ft-loader></ft-loader> `:this.icon?
|
|
568
|
-
<mwc-icon>${this.icon}</mwc-icon> `:
|
|
508
|
+
`}resolveIcon(){return this.loading?o.html`
|
|
509
|
+
<ft-loader></ft-loader> `:this.icon?o.html`
|
|
510
|
+
<mwc-icon>${this.icon}</mwc-icon> `:o.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}Si.elementDefinitions={"ft-ripple":l,"ft-tooltip":gi,"ft-typography":li,"mwc-icon":pi,"ft-loader":vi},mi([e.property({type:Boolean})],Si.prototype,"primary",void 0),mi([e.property({type:Boolean})],Si.prototype,"outlined",void 0),mi([e.property({type:Boolean})],Si.prototype,"disabled",void 0),mi([e.property({type:Boolean})],Si.prototype,"dense",void 0),mi([e.property({type:Boolean})],Si.prototype,"round",void 0),mi([e.property({type:String})],Si.prototype,"label",void 0),mi([e.property({type:String})],Si.prototype,"icon",void 0),mi([e.property({type:Boolean})],Si.prototype,"trailingIcon",void 0),mi([e.property({type:Boolean})],Si.prototype,"loading",void 0),mi([e.property({type:String})],Si.prototype,"tooltipPosition",void 0),mi([e.query(".ft-button")],Si.prototype,"button",void 0),mi([e.query(".ft-button--label slot")],Si.prototype,"slottedContent",void 0),i.customElement("ft-button")(Si);var Ci=function(t,i,o,e){for(var n,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,o):e,l=t.length-1;l>=0;l--)(n=t[l])&&(s=(r<3?n(s):r>3?n(i,o,s):n(i,o))||s);return r>3&&s&&Object.defineProperty(i,o,s),s};class Oi extends CustomEvent{constructor(t){super("change",{detail:{file:t}})}}class Ai extends i.FtLitElement{constructor(){super(...arguments),this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.accept=""}static get styles(){return o.css`
|
|
569
511
|
.ft-file-button {
|
|
570
512
|
}
|
|
571
|
-
`}
|
|
513
|
+
`}render(){return o.html`
|
|
572
514
|
<div class="ft-file-button">
|
|
573
515
|
<ft-button ?disabled=${this.disabled}
|
|
574
516
|
label="${this.label}"
|
|
@@ -583,4 +525,4 @@ const _e=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
583
525
|
@change=${this.onFileChange}
|
|
584
526
|
hidden/>
|
|
585
527
|
</div>
|
|
586
|
-
`}onFileChange(){var t;(null===(t=this.input.files)||void 0===t?void 0:t.length)>0&&this.dispatchEvent(new
|
|
528
|
+
`}onFileChange(){var t;(null===(t=this.input.files)||void 0===t?void 0:t.length)>0&&this.dispatchEvent(new Oi(this.input.files.item(0)))}clear(){this.input.value=""}}Ai.elementDefinitions={"ft-button":Si},Ci([e.property({type:Boolean})],Ai.prototype,"disabled",void 0),Ci([e.property({type:String})],Ai.prototype,"label",void 0),Ci([e.property({type:String})],Ai.prototype,"icon",void 0),Ci([e.property({type:Boolean})],Ai.prototype,"trailingIcon",void 0),Ci([e.property({type:String})],Ai.prototype,"accept",void 0),Ci([e.query(".ft-file-button--input")],Ai.prototype,"input",void 0),i.customElement("ft-file-button")(Ai),t.FileChangeEvent=Oi,t.FtFileButton=Ai,t.FtFileButtonCssVariables={},Object.defineProperty(t,"t",{value:!0})}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
|