web-input-material 0.0.443 → 0.0.444
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/components/FileInput.bundle.js +2 -2
- package/components/GenericInputs.bundle.js +2 -2
- package/components/RequireableCheckbox.bundle.js +1 -1
- package/components/SliderInput.bundle.js +1 -1
- package/components/Tabs.bundle.js +2 -2
- package/components/TextInput.bundle.js +2 -2
- package/index.bundle.js +3 -3
- package/package.json +6 -6
|
@@ -49,7 +49,7 @@ var r=function(){function e(e){void 0===e&&(e={}),this.adapter=e}return Object.d
|
|
|
49
49
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
50
50
|
* THE SOFTWARE.
|
|
51
51
|
*/
|
|
52
|
-
function r(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(o(n,t))return n;n=n.parentElement}return null}function o(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}function i(e){var t=e;if(null!==t.offsetParent)return t.scrollWidth;var n=t.cloneNode(!0);n.style.setProperty("position","absolute"),n.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(n);var r=n.scrollWidth;return document.documentElement.removeChild(n),r}n.d(t,{cK:function(){return o},et:function(){return i},kp:function(){return r}})},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(15),s=n(94),l=o.createContext({});function u(e){const{children:t,className:n,primary:u,accent:c,unbounded:d,surface:f,foundationRef:p,...h}=e,{rootEl:_,surfaceEl:m}=(e=>{const t=o.useRef(!1),{foundation:n,...r}=i.useFoundation({props:e,elements:{rootEl:!0,surfaceEl:!0},foundation:({rootEl:e,surfaceEl:t,getProps:n})=>new s.MDCRippleFoundation({addClass:e=>{t.addClass(e)},browserSupportsCssVars:()=>s.util.supportsCssVariables(window),computeBoundingRect:()=>e.ref?e.ref.getBoundingClientRect():i.emptyClientRect,containsEventTarget:t=>!!e.ref&&e.ref.contains(t),deregisterDocumentInteractionHandler:(e,t)=>document.documentElement.removeEventListener(e,t),deregisterInteractionHandler:(e,t)=>{},deregisterResizeHandler:e=>window.removeEventListener("resize",e),getWindowPageOffset:()=>({x:window.pageXOffset,y:window.pageYOffset}),isSurfaceActive:()=>!!e.ref&&i.matches(e.ref,":active"),isSurfaceDisabled:()=>!!n().disabled,removeClass:e=>{t.removeClass(e)},isUnbounded:()=>!!n().unbounded,registerDocumentInteractionHandler:(e,t)=>document.documentElement.addEventListener(e,t,{passive:!0}),registerInteractionHandler:(e,t)=>{},registerResizeHandler:e=>window.addEventListener("resize",e),updateCssVariable:(e,n)=>t.setStyle(e,n)})}),{rootEl:a}=r,l=o.useCallback((e=>{e.persist(),n.activate(e)}),[n]),u=o.useCallback((e=>{e.persist(),n.deactivate()}),[n]),{onFocus:c}=e,d=o.useCallback((e=>{null==c||c(e),n.handleFocus()}),[n,c]),{onBlur:f}=e,p=o.useCallback((e=>{null==f||f(e),n.handleBlur()}),[n,f]),{onMouseDown:h}=e,_=o.useCallback((e=>{null==h||h(e),t.current||l(e),t.current=!1}),[h,l]),{onMouseUp:m}=e,v=o.useCallback((e=>{null==m||m(e),u(e)}),[m,u]),{onTouchStart:y}=e,g=o.useCallback((e=>{t.current=!0,null==y||y(e),l(e)}),[y,l]),{onTouchEnd:b}=e,E=o.useCallback((e=>{null==b||b(e),u(e)}),[b,u]),{onKeyDown:O}=e,C=o.useCallback((e=>{null==O||O(e),l(e)}),[O,l]),{onKeyUp:A}=e,I=o.useCallback((e=>{null==A||A(e),u(e)}),[A,u]);return a.setProp("onFocus",d,!0),a.setProp("onBlur",p,!0),a.setProp("onMouseDown",_,!0),a.setProp("onMouseUp",v,!0),a.setProp("onTouchStart",g,!0),a.setProp("onTouchEnd",E,!0),a.setProp("onKeyDown",C,!0),a.setProp("onKeyUp",I,!0),o.useEffect((()=>{n.setUnbounded(!!e.unbounded)}),[e.unbounded,n]),o.useEffect((()=>{e.disabled&&n.handleBlur()}),[e.disabled,n]),{...r}})(e),v=a.useProviderContext(),y=o.Children.only(t);if(!v.ripple)return r.jsx(r.Fragment,{children:t});if(!o.isValidElement(y))return null;const g=d?{"data-mdc-ripple-is-unbounded":!0}:{},b=!f||!d?m.props({style:y.props.style}):{};let E=i.classNames(n!==y.props.className&&n,b.className,y.props.className,{"mdc-ripple-surface":"boolean"==typeof f?f:void 0===f,"mdc-ripple-surface--primary":u,"rmwc-ripple-surface--primary":u,"mdc-ripple-surface--accent":c,"rmwc-ripple-surface--accent":c});h.disabled&&(E=E.replace("mdc-ripple-upgraded--background-focused",""));const O=o.cloneElement(y,{ref:_.reactRef,...y.props,...g,..._.props({...h,style:y.props.style,...b,className:E})});return r.jsx(l.Provider,{value:m.props({style:y.props.style}),children:O})}t.Ripple=u,t.RippleSurface=({className:e,...t})=>r.jsx(l.Consumer,{children:n=>r.jsx("div",{...t,...n,className:`${e} ${n.className||""}`})}),t.withRipple=({unbounded:e,accent:t,surface:n}={})=>i=>{const s=o.forwardRef((({ripple:o,...s},l)=>{const c=a.useProviderContext(),d="object"!=typeof(o=o??c.ripple)?{}:o;return o?r.jsx(u,{...s,accent:d.accent||t,unbounded:d.unbounded||e,surface:d.surface||n,children:r.jsx(i,{...s,ref:l})}):r.jsx(i,{...s,ref:l})}));return s.displayName=`withRipple(${i.displayName||i.constructor.name||"Unknown"})`,s}},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(15),a=n(2),s=(e,t,n)=>"auto"===(t=t||n||"auto")?(e=>"string"==typeof e&&e.includes("/")?"url":o.isValidElement(e)?"component":"ligature")(e):t,l={ligature:({content:e,...t})=>r.jsx(c,{...t,children:e}),className:({content:e,...t})=>r.jsx(c,{...t}),url:({content:e,...t})=>r.jsx(c,{...t,style:{...t.style,backgroundImage:`url(${e})`}}),component:({content:e,...t})=>{if("svg"===e.type){const{children:n,...o}=e.props;return r.jsx(c,{...o,...t,tag:"svg",children:n})}return r.jsx(c,{...t,children:e})},auto:void 0},u=e=>o.isValidElement(e)||e&&"object"!=typeof e?{icon:e}:e,c=o.forwardRef((function(e,t){return r.jsx(a.Tag,{tag:"i",...e,ref:t})})),d=a.createComponent((function({icon:e,...t},n){const r=i.useProviderContext(),{icon:c,strategy:d,prefix:f,basename:p,render:h,size:_,...m}={...u(e)},{basename:v=null,prefix:y=null,strategy:g=null,render:b=null}=r.icon||{},E=c,O=s(E,d||null,g||null),C=void 0===p?v:p,A="className"===O&&"string"==typeof c?`${String(f||y)}${c}`:null;let I=!!O&&l[O]||null;if("custom"===O&&(I=h||b),!I)return console.error(`Icon: rendering not implemented for ${String(O)}.`),null;const x=I({...t,...m,ref:n,content:E,className:a.classNames("rmwc-icon",`rmwc-icon--${O}`,C,t.className,m.className,A,{[`rmwc-icon--size-${_||""}`]:!!_})});if(!o.isValidElement(x))return null;const T=a.getDisplayName(x.props.children);return T.includes("Avatar")||T.includes("Icon")?o.cloneElement(x.props.children,{...x.props.children.props,...x.props,ref:n,children:x.props.children.props.children,className:a.classNames(x.props.className,x.props.children.props.className)}):x}));d.displayName="Icon",t.Icon=d,t.getIconStrategy=s},function(e,t,n){n.d(t,{E:function(){return c}});var r=n(54),o=n(3),i=n(55),a=n(43),s=["touchstart","pointerdown","mousedown","keydown"],l=["touchend","pointerup","mouseup","contextmenu"],u=[],c=function(e){function t(n){var o=e.call(this,(0,r.Cl)((0,r.Cl)({},t.defaultAdapter),n))||this;return o.activationAnimationHasEnded=!1,o.activationTimer=0,o.fgDeactivationRemovalTimer=0,o.fgScale="0",o.frame={width:0,height:0},o.initialSize=0,o.layoutFrame=0,o.maxRadius=0,o.unboundedCoords={left:0,top:0},o.activationState=o.defaultActivationState(),o.activationTimerCallback=function(){o.activationAnimationHasEnded=!0,o.runDeactivationUXLogicIfReady()},o.activateHandler=function(e){o.activateImpl(e)},o.deactivateHandler=function(){o.deactivateImpl()},o.focusHandler=function(){o.handleFocus()},o.blurHandler=function(){o.handleBlur()},o.resizeHandler=function(){o.layout()},o}return(0,r.C6)(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return i.P$},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return i.nL},enumerable:!1,configurable:!0}),Object.defineProperty(t,"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}),t.prototype.init=function(){var e=this,n=this.supportsPressRipple();if(this.registerRootHandlers(n),n){var r=t.cssClasses,o=r.ROOT,i=r.UNBOUNDED;requestAnimationFrame((function(){e.adapter.addClass(o),e.adapter.isUnbounded()&&(e.adapter.addClass(i),e.layoutInternal())}))}},t.prototype.destroy=function(){var e=this;if(this.supportsPressRipple()){this.activationTimer&&(clearTimeout(this.activationTimer),this.activationTimer=0,this.adapter.removeClass(t.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer&&(clearTimeout(this.fgDeactivationRemovalTimer),this.fgDeactivationRemovalTimer=0,this.adapter.removeClass(t.cssClasses.FG_DEACTIVATION));var n=t.cssClasses,r=n.ROOT,o=n.UNBOUNDED;requestAnimationFrame((function(){e.adapter.removeClass(r),e.adapter.removeClass(o),e.removeCssVars()}))}this.deregisterRootHandlers(),this.deregisterDeactivationHandlers()},t.prototype.activate=function(e){this.activateImpl(e)},t.prototype.deactivate=function(){this.deactivateImpl()},t.prototype.layout=function(){var e=this;this.layoutFrame&&cancelAnimationFrame(this.layoutFrame),this.layoutFrame=requestAnimationFrame((function(){e.layoutInternal(),e.layoutFrame=0}))},t.prototype.setUnbounded=function(e){var n=t.cssClasses.UNBOUNDED;e?this.adapter.addClass(n):this.adapter.removeClass(n)},t.prototype.handleFocus=function(){var e=this;requestAnimationFrame((function(){return e.adapter.addClass(t.cssClasses.BG_FOCUSED)}))},t.prototype.handleBlur=function(){var e=this;requestAnimationFrame((function(){return e.adapter.removeClass(t.cssClasses.BG_FOCUSED)}))},t.prototype.supportsPressRipple=function(){return this.adapter.browserSupportsCssVars()},t.prototype.defaultActivationState=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},t.prototype.registerRootHandlers=function(e){var t,n;if(e){try{for(var o=(0,r.Ju)(s),i=o.next();!i.done;i=o.next()){var a=i.value;this.adapter.registerInteractionHandler(a,this.activateHandler)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}this.adapter.isUnbounded()&&this.adapter.registerResizeHandler(this.resizeHandler)}this.adapter.registerInteractionHandler("focus",this.focusHandler),this.adapter.registerInteractionHandler("blur",this.blurHandler)},t.prototype.registerDeactivationHandlers=function(e){var t,n;if("keydown"===e.type)this.adapter.registerInteractionHandler("keyup",this.deactivateHandler);else try{for(var o=(0,r.Ju)(l),i=o.next();!i.done;i=o.next()){var a=i.value;this.adapter.registerDocumentInteractionHandler(a,this.deactivateHandler)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}},t.prototype.deregisterRootHandlers=function(){var e,t;try{for(var n=(0,r.Ju)(s),o=n.next();!o.done;o=n.next()){var i=o.value;this.adapter.deregisterInteractionHandler(i,this.activateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}this.adapter.deregisterInteractionHandler("focus",this.focusHandler),this.adapter.deregisterInteractionHandler("blur",this.blurHandler),this.adapter.isUnbounded()&&this.adapter.deregisterResizeHandler(this.resizeHandler)},t.prototype.deregisterDeactivationHandlers=function(){var e,t;this.adapter.deregisterInteractionHandler("keyup",this.deactivateHandler);try{for(var n=(0,r.Ju)(l),o=n.next();!o.done;o=n.next()){var i=o.value;this.adapter.deregisterDocumentInteractionHandler(i,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},t.prototype.removeCssVars=function(){var e=this,n=t.strings;Object.keys(n).forEach((function(t){0===t.indexOf("VAR_")&&e.adapter.updateCssVariable(n[t],null)}))},t.prototype.activateImpl=function(e){var t=this;if(!this.adapter.isSurfaceDisabled()){var n=this.activationState;if(!n.isActivated){var r=this.previousActivationEvent;if(!(r&&void 0!==e&&r.type!==e.type))n.isActivated=!0,n.isProgrammatic=void 0===e,n.activationEvent=e,n.wasActivatedByPointer=!n.isProgrammatic&&(void 0!==e&&("mousedown"===e.type||"touchstart"===e.type||"pointerdown"===e.type)),void 0!==e&&u.length>0&&u.some((function(e){return t.adapter.containsEventTarget(e)}))?this.resetActivationState():(void 0!==e&&(u.push(e.target),this.registerDeactivationHandlers(e)),n.wasElementMadeActive=this.checkElementMadeActive(e),n.wasElementMadeActive&&this.animateActivation(),requestAnimationFrame((function(){u=[],n.wasElementMadeActive||void 0===e||" "!==e.key&&32!==e.keyCode||(n.wasElementMadeActive=t.checkElementMadeActive(e),n.wasElementMadeActive&&t.animateActivation()),n.wasElementMadeActive||(t.activationState=t.defaultActivationState())})))}}},t.prototype.checkElementMadeActive=function(e){return void 0===e||"keydown"!==e.type||this.adapter.isSurfaceActive()},t.prototype.animateActivation=function(){var e=this,n=t.strings,r=n.VAR_FG_TRANSLATE_START,o=n.VAR_FG_TRANSLATE_END,i=t.cssClasses,a=i.FG_DEACTIVATION,s=i.FG_ACTIVATION,l=t.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var u="",c="";if(!this.adapter.isUnbounded()){var d=this.getFgTranslationCoordinates(),f=d.startPoint,p=d.endPoint;u=f.x+"px, "+f.y+"px",c=p.x+"px, "+p.y+"px"}this.adapter.updateCssVariable(r,u),this.adapter.updateCssVariable(o,c),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(a),this.adapter.computeBoundingRect(),this.adapter.addClass(s),this.activationTimer=setTimeout((function(){e.activationTimerCallback()}),l)},t.prototype.getFgTranslationCoordinates=function(){var e,t=this.activationState,n=t.activationEvent;return{startPoint:e={x:(e=t.wasActivatedByPointer?(0,a.getNormalizedEventCoords)(n,this.adapter.getWindowPageOffset(),this.adapter.computeBoundingRect()):{x:this.frame.width/2,y:this.frame.height/2}).x-this.initialSize/2,y:e.y-this.initialSize/2},endPoint:{x:this.frame.width/2-this.initialSize/2,y:this.frame.height/2-this.initialSize/2}}},t.prototype.runDeactivationUXLogicIfReady=function(){var e=this,n=t.cssClasses.FG_DEACTIVATION,r=this.activationState,o=r.hasDeactivationUXRun,a=r.isActivated;(o||!a)&&this.activationAnimationHasEnded&&(this.rmBoundedActivationClasses(),this.adapter.addClass(n),this.fgDeactivationRemovalTimer=setTimeout((function(){e.adapter.removeClass(n)}),i.nL.FG_DEACTIVATION_MS))},t.prototype.rmBoundedActivationClasses=function(){var e=t.cssClasses.FG_ACTIVATION;this.adapter.removeClass(e),this.activationAnimationHasEnded=!1,this.adapter.computeBoundingRect()},t.prototype.resetActivationState=function(){var e=this;this.previousActivationEvent=this.activationState.activationEvent,this.activationState=this.defaultActivationState(),setTimeout((function(){return e.previousActivationEvent=void 0}),t.numbers.TAP_DELAY_MS)},t.prototype.deactivateImpl=function(){var e=this,t=this.activationState;if(t.isActivated){var n=(0,r.Cl)({},t);t.isProgrammatic?(requestAnimationFrame((function(){e.animateDeactivation(n)})),this.resetActivationState()):(this.deregisterDeactivationHandlers(),requestAnimationFrame((function(){e.activationState.hasDeactivationUXRun=!0,e.animateDeactivation(n),e.resetActivationState()})))}},t.prototype.animateDeactivation=function(e){var t=e.wasActivatedByPointer,n=e.wasElementMadeActive;(t||n)&&this.runDeactivationUXLogicIfReady()},t.prototype.layoutInternal=function(){var e=this;this.frame=this.adapter.computeBoundingRect();var n=Math.max(this.frame.height,this.frame.width);this.maxRadius=this.adapter.isUnbounded()?n:Math.sqrt(Math.pow(e.frame.width,2)+Math.pow(e.frame.height,2))+t.numbers.PADDING;var r=Math.floor(n*t.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()},t.prototype.updateLayoutCssVars=function(){var e=t.strings,n=e.VAR_FG_SIZE,r=e.VAR_LEFT,o=e.VAR_TOP,i=e.VAR_FG_SCALE;this.adapter.updateCssVariable(n,this.initialSize+"px"),this.adapter.updateCssVariable(i,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"))},t}(o.I)},function(e,t,n){n.d(t,{N:function(){return u}});var r=n(54),o=n(4),i=n(44),a=n(16),s=n(19),l=n(43),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.disabled=!1,t}return(0,r.C6)(t,e),t.attachTo=function(e,n){void 0===n&&(n={isUnbounded:void 0});var r=new t(e);return void 0!==n.isUnbounded&&(r.unbounded=n.isUnbounded),r},t.createAdapter=function(e){return{addClass:function(t){return e.root.classList.add(t)},browserSupportsCssVars:function(){return l.supportsCssVariables(window)},computeBoundingRect:function(){return e.root.getBoundingClientRect()},containsEventTarget:function(t){return e.root.contains(t)},deregisterDocumentInteractionHandler:function(e,t){return document.documentElement.removeEventListener(e,t,(0,i.E)())},deregisterInteractionHandler:function(t,n){return e.root.removeEventListener(t,n,(0,i.E)())},deregisterResizeHandler:function(e){return window.removeEventListener("resize",e)},getWindowPageOffset:function(){return{x:window.pageXOffset,y:window.pageYOffset}},isSurfaceActive:function(){return(0,a.cK)(e.root,":active")},isSurfaceDisabled:function(){return Boolean(e.disabled)},isUnbounded:function(){return Boolean(e.unbounded)},registerDocumentInteractionHandler:function(e,t){return document.documentElement.addEventListener(e,t,(0,i.E)())},registerInteractionHandler:function(t,n){return e.root.addEventListener(t,n,(0,i.E)())},registerResizeHandler:function(e){return window.addEventListener("resize",e)},removeClass:function(t){return e.root.classList.remove(t)},updateCssVariable:function(t,n){return e.root.style.setProperty(t,n)}}},Object.defineProperty(t.prototype,"unbounded",{get:function(){return Boolean(this.isUnbounded)},set:function(e){this.isUnbounded=Boolean(e),this.setUnbounded()},enumerable:!1,configurable:!0}),t.prototype.activate=function(){this.foundation.activate()},t.prototype.deactivate=function(){this.foundation.deactivate()},t.prototype.layout=function(){this.foundation.layout()},t.prototype.getDefaultFoundation=function(){return new s.E(t.createAdapter(this))},t.prototype.initialSyncWithDOM=function(){var e=this.root;this.isUnbounded="mdcRippleIsUnbounded"in e.dataset},t.prototype.setUnbounded=function(){this.foundation.setUnbounded(Boolean(this.isUnbounded))},t}(o.O)},function(e,t){
|
|
52
|
+
function r(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(o(n,t))return n;n=n.parentElement}return null}function o(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}function i(e){var t=e;if(null!==t.offsetParent)return t.scrollWidth;var n=t.cloneNode(!0);n.style.setProperty("position","absolute"),n.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(n);var r=n.scrollWidth;return document.documentElement.removeChild(n),r}n.d(t,{cK:function(){return o},et:function(){return i},kp:function(){return r}})},function(e,t,n){var r=function(e,t){return function(n){"function"==typeof e?e(n):e&&"current"in e&&(e.current=n),"function"==typeof t?t(n):t&&"current"in t&&(t.current=n)}};Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const o=n(1),i=n(0),a=n(2),s=n(15),l=n(94),u=i.createContext({});function c(e){const{children:t,className:n,primary:c,accent:d,unbounded:f,surface:p,foundationRef:h,..._}=e,{rootEl:m,surfaceEl:v}=(e=>{const t=i.useRef(!1),{foundation:n,...r}=a.useFoundation({props:e,elements:{rootEl:!0,surfaceEl:!0},foundation:({rootEl:e,surfaceEl:t,getProps:n})=>new l.MDCRippleFoundation({addClass:e=>{t.addClass(e)},browserSupportsCssVars:()=>l.util.supportsCssVariables(window),computeBoundingRect:()=>e.ref?e.ref.getBoundingClientRect():a.emptyClientRect,containsEventTarget:t=>!!e.ref&&e.ref.contains(t),deregisterDocumentInteractionHandler:(e,t)=>document.documentElement.removeEventListener(e,t),deregisterInteractionHandler:(e,t)=>{},deregisterResizeHandler:e=>window.removeEventListener("resize",e),getWindowPageOffset:()=>({x:window.pageXOffset,y:window.pageYOffset}),isSurfaceActive:()=>!!e.ref&&a.matches(e.ref,":active"),isSurfaceDisabled:()=>!!n().disabled,removeClass:e=>{t.removeClass(e)},isUnbounded:()=>!!n().unbounded,registerDocumentInteractionHandler:(e,t)=>document.documentElement.addEventListener(e,t,{passive:!0}),registerInteractionHandler:(e,t)=>{},registerResizeHandler:e=>window.addEventListener("resize",e),updateCssVariable:(e,n)=>t.setStyle(e,n)})}),{rootEl:o}=r,s=i.useCallback((e=>{e.persist(),n.activate(e)}),[n]),u=i.useCallback((e=>{e.persist(),n.deactivate()}),[n]),{onFocus:c}=e,d=i.useCallback((e=>{null==c||c(e),n.handleFocus()}),[n,c]),{onBlur:f}=e,p=i.useCallback((e=>{null==f||f(e),n.handleBlur()}),[n,f]),{onMouseDown:h}=e,_=i.useCallback((e=>{null==h||h(e),t.current||s(e),t.current=!1}),[h,s]),{onMouseUp:m}=e,v=i.useCallback((e=>{null==m||m(e),u(e)}),[m,u]),{onTouchStart:y}=e,g=i.useCallback((e=>{t.current=!0,null==y||y(e),s(e)}),[y,s]),{onTouchEnd:b}=e,E=i.useCallback((e=>{null==b||b(e),u(e)}),[b,u]),{onKeyDown:O}=e,C=i.useCallback((e=>{null==O||O(e),s(e)}),[O,s]),{onKeyUp:A}=e,I=i.useCallback((e=>{null==A||A(e),u(e)}),[A,u]);return o.setProp("onFocus",d,!0),o.setProp("onBlur",p,!0),o.setProp("onMouseDown",_,!0),o.setProp("onMouseUp",v,!0),o.setProp("onTouchStart",g,!0),o.setProp("onTouchEnd",E,!0),o.setProp("onKeyDown",C,!0),o.setProp("onKeyUp",I,!0),i.useEffect((()=>{n.setUnbounded(!!e.unbounded)}),[e.unbounded,n]),i.useEffect((()=>{e.disabled&&n.handleBlur()}),[e.disabled,n]),{...r}})(e),y=s.useProviderContext(),g=i.Children.only(t);if(!y.ripple)return o.jsx(o.Fragment,{children:t});if(!i.isValidElement(g))return null;const b=f?{"data-mdc-ripple-is-unbounded":!0}:{},E=!p||!f?v.props({style:g.props.style}):{};let O=a.classNames(n!==g.props.className&&n,E.className,g.props.className,{"mdc-ripple-surface":"boolean"==typeof p?p:void 0===p,"mdc-ripple-surface--primary":c,"rmwc-ripple-surface--primary":c,"mdc-ripple-surface--accent":d,"rmwc-ripple-surface--accent":d});_.disabled&&(O=O.replace("mdc-ripple-upgraded--background-focused",""));const C=i.cloneElement(g,{ref:r(g.ref,m.reactRef),...g.props,...b,...m.props({..._,style:g.props.style,...E,className:O})});return o.jsx(u.Provider,{value:v.props({style:g.props.style}),children:C})}t.Ripple=c,t.RippleSurface=({className:e,...t})=>o.jsx(u.Consumer,{children:n=>o.jsx("div",{...t,...n,className:`${e} ${n.className||""}`})}),t.withRipple=({unbounded:e,accent:t,surface:n}={})=>r=>{const a=i.forwardRef((({ripple:i,...a},l)=>{const u=s.useProviderContext(),d="object"!=typeof(i=i??u.ripple)?{}:i;return i?o.jsx(c,{...a,accent:d.accent||t,unbounded:d.unbounded||e,surface:d.surface||n,children:o.jsx(r,{...a,ref:l})}):o.jsx(r,{...a,ref:l})}));return a.displayName=`withRipple(${r.displayName||r.constructor.name||"Unknown"})`,a}},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(15),a=n(2),s=(e,t,n)=>"auto"===(t=t||n||"auto")?(e=>"string"==typeof e&&e.includes("/")?"url":o.isValidElement(e)?"component":"ligature")(e):t,l={ligature:({content:e,...t})=>r.jsx(c,{...t,children:e}),className:({content:e,...t})=>r.jsx(c,{...t}),url:({content:e,...t})=>r.jsx(c,{...t,style:{...t.style,backgroundImage:`url(${e})`}}),component:({content:e,...t})=>{if("svg"===e.type){const{children:n,...o}=e.props;return r.jsx(c,{...o,...t,tag:"svg",children:n})}return r.jsx(c,{...t,children:e})},auto:void 0},u=e=>o.isValidElement(e)||e&&"object"!=typeof e?{icon:e}:e,c=o.forwardRef((function(e,t){return r.jsx(a.Tag,{tag:"i",...e,ref:t})})),d=a.createComponent((function({icon:e,...t},n){const r=i.useProviderContext(),{icon:c,strategy:d,prefix:f,basename:p,render:h,size:_,...m}={...u(e)},{basename:v=null,prefix:y=null,strategy:g=null,render:b=null}=r.icon||{},E=c,O=s(E,d||null,g||null),C=void 0===p?v:p,A="className"===O&&"string"==typeof c?`${String(f||y)}${c}`:null;let I=!!O&&l[O]||null;if("custom"===O&&(I=h||b),!I)return console.error(`Icon: rendering not implemented for ${String(O)}.`),null;const x=I({...t,...m,ref:n,content:E,className:a.classNames("rmwc-icon",`rmwc-icon--${O}`,C,t.className,m.className,A,{[`rmwc-icon--size-${_||""}`]:!!_})});if(!o.isValidElement(x))return null;const T=a.getDisplayName(x.props.children);return T.includes("Avatar")||T.includes("Icon")?o.cloneElement(x.props.children,{...x.props.children.props,...x.props,ref:n,children:x.props.children.props.children,className:a.classNames(x.props.className,x.props.children.props.className)}):x}));d.displayName="Icon",t.Icon=d,t.getIconStrategy=s},function(e,t,n){n.d(t,{E:function(){return c}});var r=n(54),o=n(3),i=n(55),a=n(43),s=["touchstart","pointerdown","mousedown","keydown"],l=["touchend","pointerup","mouseup","contextmenu"],u=[],c=function(e){function t(n){var o=e.call(this,(0,r.Cl)((0,r.Cl)({},t.defaultAdapter),n))||this;return o.activationAnimationHasEnded=!1,o.activationTimer=0,o.fgDeactivationRemovalTimer=0,o.fgScale="0",o.frame={width:0,height:0},o.initialSize=0,o.layoutFrame=0,o.maxRadius=0,o.unboundedCoords={left:0,top:0},o.activationState=o.defaultActivationState(),o.activationTimerCallback=function(){o.activationAnimationHasEnded=!0,o.runDeactivationUXLogicIfReady()},o.activateHandler=function(e){o.activateImpl(e)},o.deactivateHandler=function(){o.deactivateImpl()},o.focusHandler=function(){o.handleFocus()},o.blurHandler=function(){o.handleBlur()},o.resizeHandler=function(){o.layout()},o}return(0,r.C6)(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return i.P$},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return i.nL},enumerable:!1,configurable:!0}),Object.defineProperty(t,"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}),t.prototype.init=function(){var e=this,n=this.supportsPressRipple();if(this.registerRootHandlers(n),n){var r=t.cssClasses,o=r.ROOT,i=r.UNBOUNDED;requestAnimationFrame((function(){e.adapter.addClass(o),e.adapter.isUnbounded()&&(e.adapter.addClass(i),e.layoutInternal())}))}},t.prototype.destroy=function(){var e=this;if(this.supportsPressRipple()){this.activationTimer&&(clearTimeout(this.activationTimer),this.activationTimer=0,this.adapter.removeClass(t.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer&&(clearTimeout(this.fgDeactivationRemovalTimer),this.fgDeactivationRemovalTimer=0,this.adapter.removeClass(t.cssClasses.FG_DEACTIVATION));var n=t.cssClasses,r=n.ROOT,o=n.UNBOUNDED;requestAnimationFrame((function(){e.adapter.removeClass(r),e.adapter.removeClass(o),e.removeCssVars()}))}this.deregisterRootHandlers(),this.deregisterDeactivationHandlers()},t.prototype.activate=function(e){this.activateImpl(e)},t.prototype.deactivate=function(){this.deactivateImpl()},t.prototype.layout=function(){var e=this;this.layoutFrame&&cancelAnimationFrame(this.layoutFrame),this.layoutFrame=requestAnimationFrame((function(){e.layoutInternal(),e.layoutFrame=0}))},t.prototype.setUnbounded=function(e){var n=t.cssClasses.UNBOUNDED;e?this.adapter.addClass(n):this.adapter.removeClass(n)},t.prototype.handleFocus=function(){var e=this;requestAnimationFrame((function(){return e.adapter.addClass(t.cssClasses.BG_FOCUSED)}))},t.prototype.handleBlur=function(){var e=this;requestAnimationFrame((function(){return e.adapter.removeClass(t.cssClasses.BG_FOCUSED)}))},t.prototype.supportsPressRipple=function(){return this.adapter.browserSupportsCssVars()},t.prototype.defaultActivationState=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},t.prototype.registerRootHandlers=function(e){var t,n;if(e){try{for(var o=(0,r.Ju)(s),i=o.next();!i.done;i=o.next()){var a=i.value;this.adapter.registerInteractionHandler(a,this.activateHandler)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}this.adapter.isUnbounded()&&this.adapter.registerResizeHandler(this.resizeHandler)}this.adapter.registerInteractionHandler("focus",this.focusHandler),this.adapter.registerInteractionHandler("blur",this.blurHandler)},t.prototype.registerDeactivationHandlers=function(e){var t,n;if("keydown"===e.type)this.adapter.registerInteractionHandler("keyup",this.deactivateHandler);else try{for(var o=(0,r.Ju)(l),i=o.next();!i.done;i=o.next()){var a=i.value;this.adapter.registerDocumentInteractionHandler(a,this.deactivateHandler)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}},t.prototype.deregisterRootHandlers=function(){var e,t;try{for(var n=(0,r.Ju)(s),o=n.next();!o.done;o=n.next()){var i=o.value;this.adapter.deregisterInteractionHandler(i,this.activateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}this.adapter.deregisterInteractionHandler("focus",this.focusHandler),this.adapter.deregisterInteractionHandler("blur",this.blurHandler),this.adapter.isUnbounded()&&this.adapter.deregisterResizeHandler(this.resizeHandler)},t.prototype.deregisterDeactivationHandlers=function(){var e,t;this.adapter.deregisterInteractionHandler("keyup",this.deactivateHandler);try{for(var n=(0,r.Ju)(l),o=n.next();!o.done;o=n.next()){var i=o.value;this.adapter.deregisterDocumentInteractionHandler(i,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},t.prototype.removeCssVars=function(){var e=this,n=t.strings;Object.keys(n).forEach((function(t){0===t.indexOf("VAR_")&&e.adapter.updateCssVariable(n[t],null)}))},t.prototype.activateImpl=function(e){var t=this;if(!this.adapter.isSurfaceDisabled()){var n=this.activationState;if(!n.isActivated){var r=this.previousActivationEvent;if(!(r&&void 0!==e&&r.type!==e.type))n.isActivated=!0,n.isProgrammatic=void 0===e,n.activationEvent=e,n.wasActivatedByPointer=!n.isProgrammatic&&(void 0!==e&&("mousedown"===e.type||"touchstart"===e.type||"pointerdown"===e.type)),void 0!==e&&u.length>0&&u.some((function(e){return t.adapter.containsEventTarget(e)}))?this.resetActivationState():(void 0!==e&&(u.push(e.target),this.registerDeactivationHandlers(e)),n.wasElementMadeActive=this.checkElementMadeActive(e),n.wasElementMadeActive&&this.animateActivation(),requestAnimationFrame((function(){u=[],n.wasElementMadeActive||void 0===e||" "!==e.key&&32!==e.keyCode||(n.wasElementMadeActive=t.checkElementMadeActive(e),n.wasElementMadeActive&&t.animateActivation()),n.wasElementMadeActive||(t.activationState=t.defaultActivationState())})))}}},t.prototype.checkElementMadeActive=function(e){return void 0===e||"keydown"!==e.type||this.adapter.isSurfaceActive()},t.prototype.animateActivation=function(){var e=this,n=t.strings,r=n.VAR_FG_TRANSLATE_START,o=n.VAR_FG_TRANSLATE_END,i=t.cssClasses,a=i.FG_DEACTIVATION,s=i.FG_ACTIVATION,l=t.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var u="",c="";if(!this.adapter.isUnbounded()){var d=this.getFgTranslationCoordinates(),f=d.startPoint,p=d.endPoint;u=f.x+"px, "+f.y+"px",c=p.x+"px, "+p.y+"px"}this.adapter.updateCssVariable(r,u),this.adapter.updateCssVariable(o,c),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(a),this.adapter.computeBoundingRect(),this.adapter.addClass(s),this.activationTimer=setTimeout((function(){e.activationTimerCallback()}),l)},t.prototype.getFgTranslationCoordinates=function(){var e,t=this.activationState,n=t.activationEvent;return{startPoint:e={x:(e=t.wasActivatedByPointer?(0,a.getNormalizedEventCoords)(n,this.adapter.getWindowPageOffset(),this.adapter.computeBoundingRect()):{x:this.frame.width/2,y:this.frame.height/2}).x-this.initialSize/2,y:e.y-this.initialSize/2},endPoint:{x:this.frame.width/2-this.initialSize/2,y:this.frame.height/2-this.initialSize/2}}},t.prototype.runDeactivationUXLogicIfReady=function(){var e=this,n=t.cssClasses.FG_DEACTIVATION,r=this.activationState,o=r.hasDeactivationUXRun,a=r.isActivated;(o||!a)&&this.activationAnimationHasEnded&&(this.rmBoundedActivationClasses(),this.adapter.addClass(n),this.fgDeactivationRemovalTimer=setTimeout((function(){e.adapter.removeClass(n)}),i.nL.FG_DEACTIVATION_MS))},t.prototype.rmBoundedActivationClasses=function(){var e=t.cssClasses.FG_ACTIVATION;this.adapter.removeClass(e),this.activationAnimationHasEnded=!1,this.adapter.computeBoundingRect()},t.prototype.resetActivationState=function(){var e=this;this.previousActivationEvent=this.activationState.activationEvent,this.activationState=this.defaultActivationState(),setTimeout((function(){return e.previousActivationEvent=void 0}),t.numbers.TAP_DELAY_MS)},t.prototype.deactivateImpl=function(){var e=this,t=this.activationState;if(t.isActivated){var n=(0,r.Cl)({},t);t.isProgrammatic?(requestAnimationFrame((function(){e.animateDeactivation(n)})),this.resetActivationState()):(this.deregisterDeactivationHandlers(),requestAnimationFrame((function(){e.activationState.hasDeactivationUXRun=!0,e.animateDeactivation(n),e.resetActivationState()})))}},t.prototype.animateDeactivation=function(e){var t=e.wasActivatedByPointer,n=e.wasElementMadeActive;(t||n)&&this.runDeactivationUXLogicIfReady()},t.prototype.layoutInternal=function(){var e=this;this.frame=this.adapter.computeBoundingRect();var n=Math.max(this.frame.height,this.frame.width);this.maxRadius=this.adapter.isUnbounded()?n:Math.sqrt(Math.pow(e.frame.width,2)+Math.pow(e.frame.height,2))+t.numbers.PADDING;var r=Math.floor(n*t.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()},t.prototype.updateLayoutCssVars=function(){var e=t.strings,n=e.VAR_FG_SIZE,r=e.VAR_LEFT,o=e.VAR_TOP,i=e.VAR_FG_SCALE;this.adapter.updateCssVariable(n,this.initialSize+"px"),this.adapter.updateCssVariable(i,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"))},t}(o.I)},function(e,t,n){n.d(t,{N:function(){return u}});var r=n(54),o=n(4),i=n(44),a=n(16),s=n(19),l=n(43),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.disabled=!1,t}return(0,r.C6)(t,e),t.attachTo=function(e,n){void 0===n&&(n={isUnbounded:void 0});var r=new t(e);return void 0!==n.isUnbounded&&(r.unbounded=n.isUnbounded),r},t.createAdapter=function(e){return{addClass:function(t){return e.root.classList.add(t)},browserSupportsCssVars:function(){return l.supportsCssVariables(window)},computeBoundingRect:function(){return e.root.getBoundingClientRect()},containsEventTarget:function(t){return e.root.contains(t)},deregisterDocumentInteractionHandler:function(e,t){return document.documentElement.removeEventListener(e,t,(0,i.E)())},deregisterInteractionHandler:function(t,n){return e.root.removeEventListener(t,n,(0,i.E)())},deregisterResizeHandler:function(e){return window.removeEventListener("resize",e)},getWindowPageOffset:function(){return{x:window.pageXOffset,y:window.pageYOffset}},isSurfaceActive:function(){return(0,a.cK)(e.root,":active")},isSurfaceDisabled:function(){return Boolean(e.disabled)},isUnbounded:function(){return Boolean(e.unbounded)},registerDocumentInteractionHandler:function(e,t){return document.documentElement.addEventListener(e,t,(0,i.E)())},registerInteractionHandler:function(t,n){return e.root.addEventListener(t,n,(0,i.E)())},registerResizeHandler:function(e){return window.addEventListener("resize",e)},removeClass:function(t){return e.root.classList.remove(t)},updateCssVariable:function(t,n){return e.root.style.setProperty(t,n)}}},Object.defineProperty(t.prototype,"unbounded",{get:function(){return Boolean(this.isUnbounded)},set:function(e){this.isUnbounded=Boolean(e),this.setUnbounded()},enumerable:!1,configurable:!0}),t.prototype.activate=function(){this.foundation.activate()},t.prototype.deactivate=function(){this.foundation.deactivate()},t.prototype.layout=function(){this.foundation.layout()},t.prototype.getDefaultFoundation=function(){return new s.E(t.createAdapter(this))},t.prototype.initialSyncWithDOM=function(){var e=this.root;this.isUnbounded="mdcRippleIsUnbounded"in e.dataset},t.prototype.setUnbounded=function(){this.foundation.setUnbounded(Boolean(this.isUnbounded))},t}(o.O)},function(e,t){
|
|
53
53
|
/**
|
|
54
54
|
* @license React
|
|
55
55
|
* scheduler.production.min.js
|
|
@@ -394,7 +394,7 @@ var r={BG_FOCUSED:"mdc-ripple-upgraded--background-focused",FG_ACTIVATION:"mdc-r
|
|
|
394
394
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
395
395
|
* THE SOFTWARE.
|
|
396
396
|
*/
|
|
397
|
-
var r={NOTCH_ELEMENT_SELECTOR:".mdc-notched-outline__notch"},o={NOTCH_ELEMENT_PADDING:8},i={NO_LABEL:"mdc-notched-outline--no-label",OUTLINE_NOTCHED:"mdc-notched-outline--notched",OUTLINE_UPGRADED:"mdc-notched-outline--upgraded"}},function(module,__unused_webpack_exports,__webpack_require__){var __dirname="/",e,r,n,t,i,a,o;if(module=__webpack_require__.nmd(module),null!==module&&"undefined"!==eval("typeof require")&&null!==eval("require")&&"main"in eval("require")&&"undefined"!==eval("typeof require.main")&&null!==eval("require.main")){var ORIGINAL_MAIN_MODULE=module;module!==eval("require.main")&&"paths"in module&&"paths"in eval("require.main")&&null!=__dirname&&(module.paths=eval("require.main.paths").concat(module.paths.filter((function(path){return eval("require.main.paths").includes(path)}))))}if(null==window)var window=void 0===__webpack_require__.g||null===__webpack_require__.g?{}:__webpack_require__.g;module.exports=(e=__webpack_require__(9),r=__webpack_require__(14),n=__webpack_require__(13),t=__webpack_require__(0),i=__webpack_require__(96),a=__webpack_require__(70),o=__webpack_require__(1),function(){var s=[,function(t){t.exports=e},function(e){e.exports=r},function(e){e.exports=n},function(e){e.exports=t},function(e){e.exports=i},function(e){e.exports=a},function(e){e.exports=o}],l={};function u(e){var t=l[e];if(void 0!==t)return t.exports;var n=l[e]={exports:{}};return s[e](n,n.exports,u),n.exports}u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,{a:t}),t},u.d=function(e,t){for(var n in t)u.o(t,n)&&!u.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var c={};u.r(c),u.d(c,{GenericAnimate:function(){return E},GenericAnimateInner:function(){return b},default:function(){return O}});var d=u(1),f=u.n(d),p=u(2),h=u(3),_=u(4),m=u(5),v=u(6),y=u(7),g={genericAnimate:"generic-animate",genericAnimateListWrapper:"generic-animate__list-wrapper",genericAnimateWrapper:"generic-animate__wrapper",genericAnimateAppear:"generic-animate-appear",genericAnimateEnter:"generic-animate-enter",genericAnimateExitActive:"generic-animate-exit-active",genericAnimateAppearActive:"generic-animate-appear-active",genericAnimateEnterActive:"generic-animate-enter-active",genericAnimateExit:"generic-animate-exit",genericAnimateExitDone:"generic-animate-exit-done"},b=function(e,t){t||(t=(0,_.useRef)(null));var n=(0,p.isFunction)(e.children)?e.children(v.ENTERING):e.children;return(0,y.jsx)(m.CSSTransition,f()({appear:!0,classNames:g.genericAnimate,in:!0,nodeRef:t,timeout:200,unmountOnExit:!0},e,{children:"string"==typeof n?(0,y.jsx)("span",{className:g.genericAnimateWrapper,ref:t,children:n}):Array.isArray(n)?(0,y.jsx)("div",{className:g.genericAnimateListWrapper,ref:t,children:n}):"string"==typeof n?(0,y.jsx)("span",{ref:t,children:n}):n}))},E=(0,_.memo)((0,_.forwardRef)(b));E.wrapped=b,E.webComponentAdapterWrapped="react",E.propTypes={appear:h.boolean,classNames:h.string,in:h.boolean,timeout:h.number};var O=E;return c}())},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(2),i=n(93),a=n(0),s={xsmall:24,small:24,medium:32,large:48,xlarge:48},l={24:12,32:16,48:24},u={24:8.75,32:12.5,48:18},c={24:54.978,32:78.54,48:113.097},d={24:27.489,32:39.27,48:56.549},f={24:2.5,32:3,48:4},p={24:2,32:2.4,48:3.2},h=o.createComponent((function(e,t){const{closed:n,size:h="small",max:_=1,min:m=0,progress:v,label:y,...g}=e,{rootEl:b,determinateCircleEl:E}=(e=>{const{foundation:t,...n}=o.useFoundation({props:e,elements:{rootEl:!0,determinateCircleEl:!0},foundation:({rootEl:e,determinateCircleEl:t})=>new i.MDCCircularProgressFoundation({addClass:t=>e.addClass(t),getDeterminateCircleAttribute:e=>{var n;return null==(n=t.ref)?void 0:n.getAttribute(e)},hasClass:t=>e.hasClass(t),removeClass:t=>e.removeClass(t),removeAttribute:t=>e.removeProp(t),setAttribute:(t,n)=>{e.setProp(t,n)},setDeterminateCircleAttribute:(e,n)=>{var r;return null==(r=t.ref)?void 0:r.setAttribute(e,n)}})}),[r,s]=a.useState(void 0);return a.useEffect((()=>{t.setProgress(e.progress||0);const n=void 0!==e.progress;n!==r&&(t.setDeterminate(n),s(n))}),[e.progress,r,t]),a.useEffect((()=>{e.closed?t.close():t.open()}),[e.closed,t]),{foundation:t,...n}})(e),O=o.useClassNames(e,["mdc-circular-progress",`rmwc-circular-progress--${h}`,{"mdc-circular-progress--closed":n}]),C=void 0!==v,A="number"==typeof h,I=s[A?"medium":h],x=A?{...g.style,fontSize:`${h}px`,width:`${h}px`,height:`${h}px`}:{...g.style},T=e=>e<m?0:e>_?1:(e-m)/(_-m),S=e=>({cx:l[e],cy:l[e],r:u[e],strokeDasharray:c[e],strokeDashoffset:d[e],strokeWidth:f[e]});return r.jsx(o.Tag,{"aria-valuenow":v,"aria-valuemin":m,"aria-valuemax":_,"aria-label":y,...g,style:x,className:O,element:b,ref:t,role:"progressbar",children:C?r.jsx("div",{className:"mdc-circular-progress__determinate-container",children:r.jsxs("svg",{className:"mdc-circular-progress__determinate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:[r.jsx("circle",{className:"mdc-circular-progress__determinate-track",cx:I/2,cy:I/2,r:I/2.4,strokeWidth:"4"}),r.jsx(o.Tag,{tag:"circle",className:"mdc-circular-progress__determinate-circle",style:(P=I,void 0!==v?{strokeDasharray:2*Math.PI*(P/2.4)*T(v)+", 666.66%",width:`${P}px`,height:`${P}px`}:void 0),cx:I/2,cy:I/2,r:I/2.4,element:E,strokeDashoffset:"113.097",strokeWidth:"4"})]})}):r.jsx("div",{className:"mdc-circular-progress__indeterminate-container",children:r.jsxs("div",{className:"mdc-circular-progress__spinner-layer",children:[r.jsx("div",{className:"mdc-circular-progress__circle-clipper mdc-circular-progress__circle-left",children:r.jsx("svg",{className:"mdc-circular-progress__indeterminate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:r.jsx("circle",{...S(I)})})}),r.jsx("div",{className:"mdc-circular-progress__gap-patch",children:r.jsx("svg",{className:"mdc-circular-progress__indeterminate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:r.jsx("circle",{...S(I),strokeWidth:p[I]})})}),r.jsx("div",{className:"mdc-circular-progress__circle-clipper mdc-circular-progress__circle-right",children:r.jsx("svg",{className:"mdc-circular-progress__indeterminate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:r.jsx("circle",{...S(I)})})})]})})});var P}));t.CircularProgress=h},function(e,t,n){n.r(t),n.d(t,{ENTERED:function(){return p},ENTERING:function(){return f},EXITED:function(){return d},EXITING:function(){return h},UNMOUNTED:function(){return c}});var r=n(71),o=n(72),i=n(0),a=n(5),s=n(97),l=n(73),u=n(74),c="unmounted",d="exited",f="entering",p="entered",h="exiting",_=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var o,i=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o=d,r.appearStatus=f):o=p:o=t.unmountOnExit||t.mountOnEnter?c:d,r.state={status:o},r.nextCallback=null,r}(0,o.A)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===c?{status:d}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==f&&n!==p&&(t=f):n!==f&&n!==p||(t=h)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===f){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this);n&&(0,u.F)(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===d&&this.setState({status:c})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,o=this.props.nodeRef?[r]:[a.findDOMNode(this),r],i=o[0],l=o[1],u=this.getTimeouts(),c=r?u.appear:u.enter;!e&&!n||s.A.disabled?this.safeSetState({status:p},(function(){t.props.onEntered(i)})):(this.props.onEnter(i,l),this.safeSetState({status:f},(function(){t.props.onEntering(i,l),t.onTransitionEnd(c,(function(){t.safeSetState({status:p},(function(){t.props.onEntered(i,l)}))}))})))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:a.findDOMNode(this);t&&!s.A.disabled?(this.props.onExit(r),this.safeSetState({status:h},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:d},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:d},(function(){e.props.onExited(r)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],i=o[0],s=o[1];this.props.addEndListener(i,s)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if(e===c)return null;var t=this.props,n=t.children,o=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,r.A)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return i.createElement(l.A.Provider,{value:null},"function"==typeof n?n(e,o):i.cloneElement(i.Children.only(n),o))},t}(i.Component);function m(){}_.contextType=l.A,_.propTypes={},_.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:m,onEntering:m,onEntered:m,onExit:m,onExiting:m,onExited:m},_.UNMOUNTED=c,_.EXITED=d,_.ENTERING=f,_.ENTERED=p,_.EXITING=h,t.default=_},function(e,t,n){function r(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}n.d(t,{A:function(){return r}})},function(e,t,n){function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)}n.d(t,{A:function(){return o}})},function(e,t,n){var r=n(0);t.A=r.createContext(null)},function(e,t,n){n.d(t,{F:function(){return r}});var r=function(e){return e.scrollTop}},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(18),s=n(17),l=n(98),u=i.createComponent((function({...e},t){return e.onIcon?r.jsx(c,{...e,ref:t}):r.jsx(d,{...e,ref:t})})),c=i.createComponent((function(e,t){const{icon:n,onIcon:a,foundationRef:s,...u}=e,{isOn:c,rootEl:d}=(e=>{const{foundation:t,...n}=i.useFoundation({props:e,elements:{rootEl:!0},foundation:({rootEl:e,emit:t})=>new l.MDCIconButtonToggleFoundation({addClass:t=>e.addClass(t),removeClass:t=>e.removeClass(t),hasClass:t=>e.hasClass(t),setAttr:(t,n)=>e.setProp(t,n),notifyChange:e=>t("onChange",e)})}),{rootEl:r}=n,a=void 0!==e.checked?e.checked:t.isOn();return o.useEffect((()=>{a!==t.isOn()&&t.toggle(a)}),[t,a]),r.setProp("onClick",(n=>{var r;null==(r=e.onClick)||r.call(e,n),t.handleClick()}),!0),{isOn:a,foundation:t,...n}})(e);return r.jsxs(f,{"aria-pressed":c,...d.props(u),tag:"button",ref:t,children:[r.jsx("div",{className:"mdc-icon-button__ripple"}),r.jsx(p,{icon:n}),r.jsx(p,{icon:a,on:!0})]})})),d=s.withRipple({surface:!1,unbounded:!0})(i.createComponent((function(e,t){const{checked:n,label:o,foundationRef:s,children:l,icon:u,...c}=e,d=i.useClassNames(e,["mdc-icon-button",{"mdc-icon-button--on":n}]);return r.jsxs(i.Tag,{tag:"button",role:"button",tabIndex:0,"aria-label":o,...c,className:d,ref:t,children:[r.jsx("div",{className:"mdc-icon-button__ripple"}),r.jsx(a.Icon,{icon:u,tag:"i"})]})}))),f=s.withRipple({surface:!1,unbounded:!0})(i.createComponent((function(e,t){const{checked:n,...o}=e,a=i.useClassNames(e,["mdc-icon-button",{"mdc-icon-button--on":n}]);return r.jsx(i.Tag,{tag:"button",role:"button",tabIndex:0,...o,className:a,ref:t})}))),p=o.memo((function(e){const{on:t,...n}=e,o=i.useClassNames(e,["mdc-icon-button__icon",{"mdc-icon-button__icon--on":e.on}]);return r.jsx(a.Icon,{...n,className:o})}));t.IconButton=u},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(59),s=n(60),l=n(61),u=n(57),c=n(58),d=n(106),f=n(18),p=e=>{const[t,n]=o.useState(),[r,a]=o.useState(!1),[s,l]=o.useState(0),[u,c]=o.useState(!1),[f,p]=o.useState(!1),[h,_]=o.useState(""),m=o.useRef(-1),v=o.useRef(),y=o.useRef(),g=o.useRef(null),b=o.useRef(),E=o.useRef(),O=o.useRef(!1),{foundation:C,...A}=i.useFoundation({props:e,elements:{rootEl:!0,anchorEl:!0},foundation:({rootEl:t,anchorEl:r,getProps:o,emit:i})=>{const s=()=>!o().enhanced,u=new d.MDCSelectFoundation({...(()=>{const e=()=>{var e,t;return(s()?Array.apply(null,null==(e=E.current)?void 0:e.options):null==(t=y.current)?void 0:t.items())||[]},t=e=>e.getAttribute("data-value")||e.getAttribute("value")||"";return{setSelectedText:e=>_(e),openMenu:()=>{p(!0)},closeMenu:()=>{p(!1)},getAnchorElement:()=>g.current,setMenuAnchorElement:e=>(e=>{g.current=e})(e),setMenuAnchorCorner:e=>{var t;return null==(t=y.current)?void 0:t.setAnchorCorner(e)},setMenuWrapFocus:e=>{},focusMenuItemAtIndex:e=>{var t;return null==(t=y.current)?void 0:t.focusItemAtIndex(e)},getMenuItemCount:()=>e().length,getMenuItemValues:()=>e().map(t)||[],getMenuItemTextAtIndex:t=>e()[t].textContent,isSelectAnchorFocused:()=>!(!r.ref||r.ref!==document.activeElement),getSelectAnchorAttr:e=>r.getProp(e),setSelectAnchorAttr:(e,t)=>{if("tabindex"===e){if(s())return;e="tabIndex"}return r.setProp(e,t)},removeSelectAnchorAttr:e=>{var t;null==(t=g.current)||t.removeAttribute(e)},addMenuClass:e=>{var t,n,r;return null==(r=null==(n=null==(t=y.current)?void 0:t.getSurfaceElement())?void 0:n.querySelector(".mdc-deprecated-list-item--activated"))?void 0:r.classList.add(e)},removeMenuClass:e=>{var t,n,r;return null==(r=null==(n=null==(t=y.current)?void 0:t.getSurfaceElement())?void 0:n.querySelector(".mdc-deprecated-list-item--activated"))?void 0:r.classList.remove(e)},getSelectedIndex:()=>m.current,setSelectedIndex:e=>(e=>{m.current=e})(e)}})(),addClass:e=>{t.addClass(e)},removeClass:e=>{t.removeClass(e)},hasClass:e=>t.hasClass(e),isRtl:()=>t.ref&&"rtl"===window.getComputedStyle(t.ref).getPropertyValue("direction"),setRippleCenter:e=>{l(e)},activateBottomLine:()=>a(!0),deactivateBottomLine:()=>a(!1),notifyChange:t=>{O.current||i(e.enhanced?"onChange":"MDCSelect:change",{index:m.current,value:t},!0)},hasOutline:()=>!!o().outlined,notchOutline:e=>{n(e)},closeOutline:()=>{n(void 0)},hasLabel:()=>!!o().label,floatLabel:e=>{c(e)},getLabelWidth:()=>{var e;return(null==(e=v.current)?void 0:e.getWidth())||0},setLabelRequired:e=>{var t;return null==(t=v.current)?void 0:t.setRequired(e)}},{leadingIcon:b.current&&b.current.getFoundation()||void 0}),f=u.adapter;u.layout=()=>{(()=>{const e=u.getValue();if(f.hasLabel()){const t=void 0!==W,n=!!o().placeholder||(null==e?void 0:e.length)>0||m.current>-1,r=f.hasClass(d.cssClasses.FOCUSED),i=n||t||r,a=f.hasClass(d.cssClasses.REQUIRED);u.notchOutline(i),f.floatLabel(i),f.setLabelRequired(a)}})()},Object.defineProperty(u,"menuItemValues",{get:()=>f.getMenuItemValues()});const h=u.init.bind(u);return u.init=()=>{O.current=!0,h();const e=String(o().placeholder||"");!u.getValue()&&e&&f.setSelectedText(e),O.current=!1},u}}),{rootEl:I}=A,{onFocus:x}=e,T=o.useCallback((e=>{null==x||x(e),C.handleFocus()}),[x,C]),{onBlur:S}=e,P=o.useCallback((e=>{null==S||S(e),C.handleBlur()}),[S,C]),{onChange:w}=e,L=o.useCallback((e=>{null==w||w(e),C.handleChange()}),[w,C]),D=o.useCallback((e=>{var t,n;if(null!=(t=I.ref)&&t.querySelector(".mdc-select--disabled"))return;if(null!=(n=I.ref)&&n.querySelector(".mdc-menu-surface--open"))return void C.handleMenuClosed();const r=(e=>{const t=e.target.getBoundingClientRect();return e.clientX-t.left})(e);I.ref&&I.ref.focus(),C.handleClick(r)}),[C,I.ref]),{onKeyDown:M}=e,R=o.useCallback((e=>{null==M||M(e),C.handleKeydown(e)}),[C,M]),N=o.useCallback((e=>{m.current=e,C.handleMenuItemAction(e)}),[C]),k=o.useCallback((()=>{C.handleMenuOpened()}),[C]),j=o.useCallback((()=>{p(!1),C.handleMenuClosed()}),[C]),F=C.getValue(),B=e.value??(-1===m.current?e.defaultValue:void 0),U=Array.isArray(e.options)?e.options.length:Object.values(e.options||{}).length;o.useEffect((()=>{if(O.current=!0,void 0!==B&&B!==F){const e=C.menuItemValues.indexOf(B);if(m.current=e,C.setValue(B||""),C.menuItemValues.includes(B)){const t=C.adapter.getMenuItemTextAtIndex(e);_(t),c(!0)}}i.raf((()=>{O.current=!1}))}),[B,F,U,C,C.menuItemValues]),o.useEffect((()=>{C.setDisabled(!!e.disabled)}),[C,e.disabled]),o.useEffect((()=>{var e;I.ref&&(null==(e=y.current)||e.setAnchorElement(I.ref))}),[I.ref]);const{defaultValue:W}=e;return o.useEffect((()=>{W&&_(W.toString())}),[]),o.useEffect((()=>{e.open&&(p(!0),C.handleMenuOpened())}),[]),{notchWidth:t,menuOpen:f,lineRippleActive:r,lineRippleCenter:s,floatLabel:u,selectedIndex:m.current,selectedTextContent:h,setFloatingLabel:e=>{v.current=e},setMenu:e=>{y.current=e},setLeadingIcon:e=>{b.current=e},setNativeControl:e=>{E.current=e},handleFocus:T,handleBlur:P,handleChange:L,handleClick:D,handleKeydown:R,handleMenuClosed:j,handleMenuOpened:k,handleMenuSelected:N,...A}},h=function(e){const{apiRef:t,...n}=e,{rootEl:o}=(e=>{const{foundation:t,...n}=i.useFoundation({props:e,elements:{rootEl:!0},api:({foundation:e})=>({getFoundation:()=>e}),foundation:({rootEl:e,emit:t})=>new d.MDCSelectIconFoundation({getAttr:t=>e.getProp(t),setAttr:(t,n)=>e.setProp(t,n),removeAttr:t=>e.removeProp(t),setContent:t=>{e.ref&&(e.ref.textContent=t)},registerInteractionHandler:(t,n)=>e.addEventListener(t,n),deregisterInteractionHandler:(t,n)=>e.removeEventListener(t,n),notifyIconAction:()=>t("onClick",{},!0)})});return{...n}})(e),a=i.useClassNames(e,["mdc-select__icon"]);return r.jsx(f.Icon,{...o.props({...n,className:a})})},_=e=>Array.isArray(e)&&e[0]&&"object"==typeof e[0]?e.map((e=>{if("object"!=typeof e)throw new Error(`Encountered non object for Select ${e}`);return{...e,options:_(e.options)}})):Array.isArray(e)?e.map((e=>({value:e,label:e}))):"object"==typeof e?Object.keys(e).map((t=>({value:t,label:e[t]}))):e,m=()=>r.jsxs("span",{className:"mdc-select__dropdown-icon",children:[r.jsx(f.Icon,{className:"mdc-select__dropdown-icon-inactive",icon:"arrow_drop_down"}),r.jsx(f.Icon,{className:"mdc-select__dropdown-icon-active",icon:"arrow_drop_up"})]});function v(e){const{selectOptions:t,placeholder:n="",children:o,elementRef:i,open:a,label:s,...l}=e,u=({label:e,option:t,index:n})=>r.jsx("option",{...t,value:t.value,children:e},n),c=!e.value&&!e.defaultValue;return r.jsxs("select",{tabIndex:0,...l,ref:i,className:"rmwc-select__native-control"+(l.className?` ${l.className}`:""),children:[(void 0!==e.placeholder||c)&&r.jsx("option",{value:"",disabled:c,children:n}),!!t&&t.map((({label:e,options:t,...n},o)=>t?r.jsx("optgroup",{label:e,children:t.map((({label:e,...t},n)=>u({label:e,option:t,index:n})))},o):u({label:e,option:n,index:o}))),o]})}const y=function(e){return r.jsx(i.Tag,{...e})},g=o.forwardRef(((e,t)=>{const{selectOptions:n,menuApiRef:o,value:a,placeholder:s,children:l,selectedIndex:d,renderToPortal:f,...p}=e;let h=0;const _=i.useClassNames(e,["mdc-select__menu"]),m=({label:e,option:t})=>(h+=1,r.jsx(u.MenuItem,{activated:void 0!==a?t.value===a:h-1===d,...t,"data-value":t.value,children:r.jsx("span",{className:"mdc-deprecated-list-item__text",children:e})},`${e}-${t.value}`));return r.jsxs(u.Menu,{...p,ref:t,apiRef:o,className:_,focusOnOpen:!0,renderToPortal:f,children:[!!e.placeholder&&r.jsx(u.MenuItem,{selected:h-1===d,"data-value":"",theme:"textDisabledOnBackground",children:r.jsx("span",{className:"mdc-deprecated-list-item__text",children:s})}),n.map((({label:e,options:t,...o},i)=>t?r.jsxs(c.ListGroup,{children:[e&&r.jsx(c.ListGroupSubheader,{theme:"textDisabledOnBackground",children:e}),r.jsx(u.MenuItems,{children:t.map((({label:e,...t})=>m({label:e,option:t})))}),i<n.length-1&&r.jsx(c.ListDivider,{})]},i):m({label:e,option:o}))),l]})})),b=({enhanced:e,children:t})=>e?r.jsx(u.MenuSurfaceAnchor,{children:t}):r.jsx(r.Fragment,{children:t}),E=i.createComponent((function(e,t){const{placeholder:n,children:u,disabled:c,value:d,outlined:f,label:E="",options:C=[],rootProps:A={},enhanced:I,icon:x,onChange:T,onFocus:S,onBlur:P,onKeyDown:w,invalid:L,inputRef:D,helpText:M,foundationRef:R,...N}=e,k=_(C),{rootEl:j,anchorEl:F,notchWidth:B,menuOpen:U,selectedTextContent:W,lineRippleActive:K,lineRippleCenter:V,floatLabel:q,setFloatingLabel:H,setNativeControl:z,setLeadingIcon:$,selectedIndex:G,setMenu:X,handleFocus:Y,handleBlur:Q,handleChange:J,handleClick:Z,handleKeydown:ee,handleMenuClosed:te,handleMenuOpened:ne,handleMenuSelected:re}=p(e),oe=i.useId("select",e),ie=oe+"-label",ae=i.useClassNames(e,["mdc-select","rmwc-select__default-width",{"mdc-select--outlined":!!f,"mdc-select--filled":!f,"mdc-select--required":!!e.required,"mdc-select--invalid":!!L,"mdc-select--with-leading-icon":!!x,"mdc-select--no-label":!E}]),se="object"==typeof I?I:{},le=void 0!==d?void 0:e.defaultValue||"",ue=r.jsx(a.FloatingLabel,{float:q,apiRef:H,htmlFor:oe,id:ie,children:E});return r.jsxs(b,{enhanced:I,children:[r.jsxs(i.Tag,{...A,element:j,ref:t,className:ae,children:[r.jsxs(y,{className:"mdc-select__anchor",role:"button","aria-haspopup":"listbox","aria-labelledby":ie,element:F,onFocus:!c&&Y,onBlur:Q,onClick:Z,onKeyDown:ee,tabIndex:I?void 0:-1,children:[!!x&&r.jsx(h,{apiRef:$,icon:x}),f?r.jsx(l.NotchedOutline,{notch:B,children:ue}):r.jsxs(r.Fragment,{children:[r.jsx(s.LineRipple,{active:K,center:V}),ue]}),r.jsx("span",{className:"mdc-select__selected-text-container",children:r.jsx("span",{className:"mdc-select__selected-text",children:W})}),r.jsx(m,{}),!I&&r.jsx(v,{...N,id:oe,value:d,children:u,defaultValue:le,placeholder:n,selectOptions:k,elementRef:z,onFocus:Y,onBlur:e=>{Q(e),te()},onChange:e=>{J(e),re(e.currentTarget.selectedIndex)},disabled:c})]}),I&&r.jsx(g,{...N,...se,ref:t,anchorCorner:se.anchorCorner??"bottomStart",defaultValue:le,disabled:c,placeholder:n,open:U,onClose:te,onOpen:ne,onSelect:e=>{re(e.detail.index)},selectOptions:k,value:d,selectedIndex:G,menuApiRef:X,children:u})]}),(()=>{if(!M)return null;const e="object"==typeof M&&!o.isValidElement(M);return M&&e?r.jsx(O,{...M}):r.jsx(O,{children:M})})()]})})),O=i.createComponent((function(e,t){const{persistent:n,validationMsg:o,...a}=e,s=i.useClassNames(e,["mdc-select-helper-text",{"mdc-select-helper-text--persistent":n,"mdc-select-helper-text--validation-msg":o}]);return r.jsx(i.Tag,{tag:"p",...a,className:s,ref:t})}));t.Select=E,t.SelectHelperText=O},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(59),s=n(18),l=n(60),u=n(61),c=n(17),d=n(107),f=e=>{const[t,n]=o.useState(!1),[r,a]=o.useState(0),[s,l]=o.useState(),[u,c]=o.useState(!1),[f,p]=o.useState(!1),h=o.useRef(),_=e=>{h.current=e},m=o.useRef(),v=o.useRef(),y=o.useRef(),{content:g}=(e=>{const[t,n]=o.useState(),{foundation:r,...a}=i.useFoundation({props:e,api:({foundation:e})=>({getFoundation:()=>e}),elements:{},foundation:()=>new d.MDCTextFieldCharacterCounterFoundation({setContent:e=>{n(e)}})});return{content:t,...a}})({apiRef:e.characterCount?_:void 0}),{foundation:b,...E}=i.useFoundation({props:e,elements:{rootEl:!0,inputEl:!0},foundation:({rootEl:e,inputEl:t,getProps:r})=>new d.MDCTextFieldFoundation({addClass:t=>e.addClass(t),removeClass:t=>e.removeClass(t),hasClass:t=>e.hasClass(t),registerTextFieldInteractionHandler:(t,n)=>e.addEventListener(t,n),deregisterTextFieldInteractionHandler:(t,n)=>e.removeEventListener(t,n),registerValidationAttributeChangeHandler:e=>{if(t.ref){const n=new MutationObserver((t=>e((e=>e.map((e=>e.attributeName)))(t)))),r=t.ref,o={attributes:!0};return r&&n.observe(r,o),n}return{}},deregisterValidationAttributeChangeHandler:e=>{e&&e.disconnect()},isFocused:()=>document.activeElement===t.ref,registerInputInteractionHandler:(e,n)=>t.addEventListener(e,n),deregisterInputInteractionHandler:(e,n)=>t.removeEventListener(e,n),getNativeInput:()=>t.ref,shakeLabel:e=>c(e),floatLabel:e=>{p(r().floatLabel??e)},hasLabel:()=>!!r().label,getLabelWidth:()=>{var e;return(null==(e=y.current)?void 0:e.getWidth())||0},activateLineRipple:()=>{n(!0)},deactivateLineRipple:()=>{n(!1)},setLineRippleTransformOrigin:e=>{a(e)},notchOutline:e=>{l(e)},closeOutline:()=>{r().floatLabel??l(void 0)},hasOutline:()=>!!r().outlined},{characterCounter:h.current?h.current.getFoundation():void 0,helperText:void 0,leadingIcon:m.current?m.current.getFoundation():void 0,trailingIcon:v.current?v.current.getFoundation():void 0})}),O=b.getValue();return o.useEffect((()=>{void 0!==e.value&&e.value!==O&&b.setValue(String(e.value))}),[e.value,b,O]),o.useEffect((()=>{void 0!==e.floatLabel&&(b.notchOutline(e.floatLabel),b.adapter.floatLabel(e.floatLabel))}),[b,e.floatLabel]),{shakeLabel:u,floatLabel:f,notchWidth:s,lineRippleActive:t,lineRippleCenter:r,setCharacterCounter:_,setLeadingIcon:e=>m.current=e,setTrailingIcon:e=>v.current=e,setFloatingLabel:e=>y.current=e,characterCountContent:g,...E}},p=i.createComponent((function(e,t){const{label:n,style:s,outlined:c,align:d,invalid:p,disabled:b,helpText:E,children:O,textarea:C,fullwidth:A,inputRef:I,characterCount:x,icon:T,trailingIcon:S,rootProps:P={},foundationRef:w,ripple:L,prefix:D,suffix:M,resizeable:R,floatLabel:N,...k}=e,{rootEl:j,inputEl:F,shakeLabel:B,floatLabel:U,notchWidth:W,lineRippleActive:K,lineRippleCenter:V,setLeadingIcon:q,setTrailingIcon:H,setFloatingLabel:z,characterCountContent:$}=f(e),G=i.useId("textfield",e)+"-label",X=i.useClassNames(e,["mdc-text-field","mdc-text-field--upgraded",{"mdc-text-field--filled":!c,"mdc-text-field--textarea":C,"mdc-text-field--outlined":c,"mdc-text-field--invalid":p,"mdc-text-field--disabled":b,"mdc-text-field--with-leading-icon":!!T,"mdc-text-field--with-trailing-icon":!!S,"mdc-text-field--no-label":!n,"mdc-text-field--end-aligned":"end"===d,"mdc-text-field--with-internal-counter":C&&x,"rmwc-text-field--fullwidth":A}]),Y=(e,t)=>r.jsx(g,{apiRef:e=>{"leading"===t?q(e):H(e)},position:t,tabIndex:"trailing"===t?0:void 0,icon:e}),Q=n?r.jsx(a.FloatingLabel,{shake:B,float:U,apiRef:z,id:G,children:n}):null,J=x?r.jsx("div",{className:"mdc-text-field-character-counter",children:$}):null,Z=R?r.jsxs("span",{className:"mdc-text-field__resizer",children:[r.jsx(i.Tag,{...k,element:F,className:"mdc-text-field__input",disabled:b,tag:"textarea",ref:i.mergeRefs(t,I)}),J]}):r.jsxs(r.Fragment,{children:[r.jsx(i.Tag,{...k,element:F,className:"mdc-text-field__input",disabled:b,tag:"textarea",ref:i.mergeRefs(t,I)}),J]});return r.jsxs(r.Fragment,{children:[r.jsxs(_,{...P,element:j,style:s,className:X,ref:t,children:[!!T&&Y(T,"leading"),O,r.jsx(h,{}),!!D&&!C&&r.jsx(m,{prefix:D}),C?Z:r.jsx(i.Tag,{...k,"aria-labelledby":G,element:F,className:"mdc-text-field__input",disabled:b,tag:"input",ref:i.mergeRefs(t,I)}),!!M&&!C&&r.jsx(v,{suffix:M}),c?r.jsxs(r.Fragment,{children:[r.jsx(u.NotchedOutline,{notch:W,children:Q}),!!S&&Y(S,"trailing")]}):r.jsxs(r.Fragment,{children:[Q,!!S&&Y(S,"trailing"),r.jsx(l.LineRipple,{active:K,center:V})]})]}),(e=>{if(!(E||x&&!C))return null;const t="object"==typeof E&&!o.isValidElement(E);return r.jsxs("div",{className:"mdc-text-field-helper-line",children:[E&&t?r.jsx(y,{...E}):r.jsx(y,{children:E}),!C&&e]})})(J)]})})),h=o.memo((function(){return r.jsx("span",{className:"mdc-text-field__ripple"})})),_=c.withRipple({surface:!1})(o.forwardRef((function(e,t){return r.jsx(i.Tag,{...e,tag:"label",ref:t})}))),m=o.memo((function({prefix:e}){return r.jsx("span",{className:"mdc-text-field__affix mdc-text-field__affix--prefix",children:e})})),v=o.memo((function({suffix:e}){return r.jsx("span",{className:"mdc-text-field__affix mdc-text-field__affix--suffix",children:e})})),y=i.createComponent((function(e,t){const{persistent:n,validationMsg:o,...a}=e,s=i.useClassNames(e,["mdc-text-field-helper-text",{"mdc-text-field-helper-text--persistent":n,"mdc-text-field-helper-text--validation-msg":o}]);return r.jsx(i.Tag,{tag:"div",...a,className:s,ref:t})})),g=function(e){const{apiRef:t,position:n,...o}=e,{rootEl:a}=(e=>{const{foundation:t,...n}=i.useFoundation({props:e,elements:{rootEl:!0},api:({foundation:e})=>({getFoundation:()=>e}),foundation:({rootEl:e,emit:t})=>new d.MDCTextFieldIconFoundation({getAttr:t=>e.getProp(t),setAttr:(t,n)=>e.setProp(t,n),removeAttr:t=>e.removeProp(t),setContent:t=>{e.setProp("icon",t)},registerInteractionHandler:(t,n)=>e.addEventListener(t,n),deregisterInteractionHandler:(t,n)=>e.removeEventListener(t,n),notifyIconAction:()=>t("onClick",{},!0)})});return{...n}})(e),l=i.useClassNames(e,["mdc-text-field__icon",{"mdc-text-field__icon--trailing":"trailing"===n,"mdc-text-field__icon--leading":"leading"===n}]);return r.jsx(s.Icon,{...a.props({...o,className:l})})};g.displayName="TextFieldIcon",t.TextField=p,t.TextFieldHelperText=y},function(e,t,n){n.d(t,{f:function(){return l}});var r=n(108),o=n(4),i=n(16),a=n(42),s=n(62),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.C6)(t,e),Object.defineProperty(t.prototype,"vertical",{set:function(e){this.foundation.setVerticalOrientation(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"listElements",{get:function(){return Array.from(this.root.querySelectorAll("."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"wrapFocus",{set:function(e){this.foundation.setWrapFocus(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"typeaheadInProgress",{get:function(){return this.foundation.isTypeaheadInProgress()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"hasTypeahead",{set:function(e){this.foundation.setHasTypeahead(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"singleSelection",{set:function(e){this.foundation.setSingleSelection(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"disabledItemsFocusable",{set:function(e){this.foundation.setDisabledItemsFocusable(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this.foundation.getSelectedIndex()},set:function(e){this.foundation.setSelectedIndex(e)},enumerable:!1,configurable:!0}),t.attachTo=function(e){return new t(e)},t.prototype.initialSyncWithDOM=function(){this.isEvolutionEnabled=a.iP in this.root.dataset,this.isEvolutionEnabled?this.classNameMap=a.$z:(0,i.cK)(this.root,a.P$.DEPRECATED_SELECTOR)?this.classNameMap=a.PY:this.classNameMap=Object.values(a.Y7).reduce((function(e,t){return e[t]=t,e}),{}),this.handleClick=this.handleClickEvent.bind(this),this.handleKeydown=this.handleKeydownEvent.bind(this),this.focusInEventListener=this.handleFocusInEvent.bind(this),this.focusOutEventListener=this.handleFocusOutEvent.bind(this),this.listen("keydown",this.handleKeydown),this.listen("click",this.handleClick),this.listen("focusin",this.focusInEventListener),this.listen("focusout",this.focusOutEventListener),this.layout(),this.initializeListType(),this.ensureFocusable()},t.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown),this.unlisten("click",this.handleClick),this.unlisten("focusin",this.focusInEventListener),this.unlisten("focusout",this.focusOutEventListener)},t.prototype.layout=function(){var e=this.root.getAttribute(a.P$.ARIA_ORIENTATION);this.vertical=e!==a.P$.ARIA_ORIENTATION_HORIZONTAL;var t="."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+":not([tabindex])",n=a.P$.FOCUSABLE_CHILD_ELEMENTS,r=this.root.querySelectorAll(t);r.length&&Array.prototype.forEach.call(r,(function(e){e.setAttribute("tabindex","-1")}));var o=this.root.querySelectorAll(n);o.length&&Array.prototype.forEach.call(o,(function(e){e.setAttribute("tabindex","-1")})),this.isEvolutionEnabled&&this.foundation.setUseSelectedAttribute(!0),this.foundation.layout()},t.prototype.getPrimaryText=function(e){var t,n=e.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_PRIMARY_TEXT_CLASS]);if(this.isEvolutionEnabled||n)return null!==(t=null==n?void 0:n.textContent)&&void 0!==t?t:"";var r=e.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_TEXT_CLASS]);return r&&r.textContent||""},t.prototype.initializeListType=function(){var e=this;if(this.isInteractive=(0,i.cK)(this.root,a.P$.ARIA_INTERACTIVE_ROLES_SELECTOR),this.isEvolutionEnabled&&this.isInteractive){var t=Array.from(this.root.querySelectorAll(a.P$.SELECTED_ITEM_SELECTOR),(function(t){return e.listElements.indexOf(t)}));(0,i.cK)(this.root,a.P$.ARIA_MULTI_SELECTABLE_SELECTOR)?this.selectedIndex=t:t.length>0&&(this.selectedIndex=t[0])}else{var n=this.root.querySelectorAll(a.P$.ARIA_ROLE_CHECKBOX_SELECTOR),r=this.root.querySelector(a.P$.ARIA_CHECKED_RADIO_SELECTOR);if(n.length){var o=this.root.querySelectorAll(a.P$.ARIA_CHECKED_CHECKBOX_SELECTOR);this.selectedIndex=Array.from(o,(function(t){return e.listElements.indexOf(t)}))}else r&&(this.selectedIndex=this.listElements.indexOf(r))}},t.prototype.setEnabled=function(e,t){this.foundation.setEnabled(e,t)},t.prototype.typeaheadMatchItem=function(e,t){return this.foundation.typeaheadMatchItem(e,t,!0)},t.prototype.getDefaultFoundation=function(){var e=this,t={addClassForElementIndex:function(t,n){var r=e.listElements[t];r&&r.classList.add(e.classNameMap[n])},focusItemAtIndex:function(t){var n=e.listElements[t];n&&n.focus()},getAttributeForElementIndex:function(t,n){return e.listElements[t].getAttribute(n)},getFocusedElementIndex:function(){return e.listElements.indexOf(document.activeElement)},getListItemCount:function(){return e.listElements.length},getPrimaryTextAtIndex:function(t){return e.getPrimaryText(e.listElements[t])},hasCheckboxAtIndex:function(t){return!!e.listElements[t].querySelector(a.P$.CHECKBOX_SELECTOR)},hasRadioAtIndex:function(t){return!!e.listElements[t].querySelector(a.P$.RADIO_SELECTOR)},isCheckboxCheckedAtIndex:function(t){return e.listElements[t].querySelector(a.P$.CHECKBOX_SELECTOR).checked},isFocusInsideList:function(){return e.root!==document.activeElement&&e.root.contains(document.activeElement)},isRootFocused:function(){return document.activeElement===e.root},listItemAtIndexHasClass:function(t,n){return e.listElements[t].classList.contains(e.classNameMap[n])},notifyAction:function(t){e.emit(a.P$.ACTION_EVENT,{index:t},!0)},notifySelectionChange:function(t){e.emit(a.P$.SELECTION_CHANGE_EVENT,{changedIndices:t},!0)},removeClassForElementIndex:function(t,n){var r=e.listElements[t];r&&r.classList.remove(e.classNameMap[n])},setAttributeForElementIndex:function(t,n,r){var o=e.listElements[t];o&&o.setAttribute(n,r)},setCheckedCheckboxOrRadioAtIndex:function(t,n){var r=e.listElements[t].querySelector(a.P$.CHECKBOX_RADIO_SELECTOR);r.checked=n;var o=document.createEvent("Event");o.initEvent("change",!0,!0),r.dispatchEvent(o)},setTabIndexForListItemChildren:function(t,n){var r=e.listElements[t],o=a.P$.CHILD_ELEMENTS_TO_TOGGLE_TABINDEX;Array.prototype.forEach.call(r.querySelectorAll(o),(function(e){e.setAttribute("tabindex",n)}))}};return new s.Y(t)},t.prototype.ensureFocusable=function(){if(this.isEvolutionEnabled&&this.isInteractive&&!this.root.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+'[tabindex="0"]')){var e=this.initialFocusIndex();-1!==e&&(this.listElements[e].tabIndex=0)}},t.prototype.initialFocusIndex=function(){if(this.selectedIndex instanceof Array&&this.selectedIndex.length>0)return this.selectedIndex[0];if("number"==typeof this.selectedIndex&&this.selectedIndex!==a.nL.UNSET_INDEX)return this.selectedIndex;var e=this.root.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+":not(."+this.classNameMap[a.Y7.LIST_ITEM_DISABLED_CLASS]+")");return null===e?-1:this.getListItemIndex(e)},t.prototype.getListItemIndex=function(e){var t=(0,i.kp)(e,"."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+", ."+this.classNameMap[a.Y7.ROOT]);return t&&(0,i.cK)(t,"."+this.classNameMap[a.Y7.LIST_ITEM_CLASS])?this.listElements.indexOf(t):-1},t.prototype.handleFocusInEvent=function(e){var t=this.getListItemIndex(e.target);this.foundation.handleFocusIn(t)},t.prototype.handleFocusOutEvent=function(e){var t=this.getListItemIndex(e.target);this.foundation.handleFocusOut(t)},t.prototype.handleKeydownEvent=function(e){var t=this.getListItemIndex(e.target),n=e.target;this.foundation.handleKeydown(e,n.classList.contains(this.classNameMap[a.Y7.LIST_ITEM_CLASS]),t)},t.prototype.handleClickEvent=function(e){var t=this.getListItemIndex(e.target),n=e.target,r=!(0,i.cK)(n,a.P$.CHECKBOX_RADIO_SELECTOR);this.foundation.handleClick(t,r,e)},t}(o.O)},function(e,t,n){n.d(t,{X:function(){return l}});var r=n(87),o=n(4),i=n(41),a=n(45),s=n(53),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.C6)(t,e),t.attachTo=function(e){return new t(e)},t.prototype.initialSyncWithDOM=function(){var e=this,t=this.root.parentElement;this.anchorElement=t&&t.classList.contains(i.Y7.ANCHOR)?t:null,this.root.classList.contains(i.Y7.FIXED)&&this.setFixedPosition(!0),this.handleKeydown=function(t){e.foundation.handleKeydown(t)},this.handleBodyClick=function(t){e.foundation.handleBodyClick(t)},this.registerBodyClickListener=function(){document.body.addEventListener("click",e.handleBodyClick,{capture:!0})},this.deregisterBodyClickListener=function(){document.body.removeEventListener("click",e.handleBodyClick,{capture:!0})},this.listen("keydown",this.handleKeydown),this.listen(i.P$.OPENED_EVENT,this.registerBodyClickListener),this.listen(i.P$.CLOSED_EVENT,this.deregisterBodyClickListener)},t.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown),this.unlisten(i.P$.OPENED_EVENT,this.registerBodyClickListener),this.unlisten(i.P$.CLOSED_EVENT,this.deregisterBodyClickListener),e.prototype.destroy.call(this)},t.prototype.isOpen=function(){return this.foundation.isOpen()},t.prototype.open=function(){this.foundation.open()},t.prototype.close=function(e){void 0===e&&(e=!1),this.foundation.close(e)},Object.defineProperty(t.prototype,"quickOpen",{set:function(e){this.foundation.setQuickOpen(e)},enumerable:!1,configurable:!0}),t.prototype.setIsHoisted=function(e){this.foundation.setIsHoisted(e)},t.prototype.setMenuSurfaceAnchorElement=function(e){this.anchorElement=e},t.prototype.setFixedPosition=function(e){e?this.root.classList.add(i.Y7.FIXED):this.root.classList.remove(i.Y7.FIXED),this.foundation.setFixedPosition(e)},t.prototype.setAbsolutePosition=function(e,t){this.foundation.setAbsolutePosition(e,t),this.setIsHoisted(!0)},t.prototype.setAnchorCorner=function(e){this.foundation.setAnchorCorner(e)},t.prototype.setAnchorMargin=function(e){this.foundation.setAnchorMargin(e)},t.prototype.getDefaultFoundation=function(){var e=this,t={addClass:function(t){return e.root.classList.add(t)},removeClass:function(t){return e.root.classList.remove(t)},hasClass:function(t){return e.root.classList.contains(t)},hasAnchor:function(){return!!e.anchorElement},notifyClose:function(){return e.emit(a.O.strings.CLOSED_EVENT,{})},notifyClosing:function(){e.emit(a.O.strings.CLOSING_EVENT,{})},notifyOpen:function(){return e.emit(a.O.strings.OPENED_EVENT,{})},notifyOpening:function(){return e.emit(a.O.strings.OPENING_EVENT,{})},isElementInContainer:function(t){return e.root.contains(t)},isRtl:function(){return"rtl"===getComputedStyle(e.root).getPropertyValue("direction")},setTransformOrigin:function(t){var n=(0,s.getCorrectPropertyName)(window,"transform")+"-origin";e.root.style.setProperty(n,t)},isFocused:function(){return document.activeElement===e.root},saveFocus:function(){e.previousFocus=document.activeElement},restoreFocus:function(){e.root.contains(document.activeElement)&&e.previousFocus&&e.previousFocus.focus&&e.previousFocus.focus()},getInnerDimensions:function(){return{width:e.root.offsetWidth,height:e.root.offsetHeight}},getAnchorDimensions:function(){return e.anchorElement?e.anchorElement.getBoundingClientRect():null},getWindowDimensions:function(){return{width:window.innerWidth,height:window.innerHeight}},getBodyDimensions:function(){return{width:document.body.clientWidth,height:document.body.clientHeight}},getWindowScroll:function(){return{x:window.pageXOffset,y:window.pageYOffset}},setPosition:function(t){var n=e.root;n.style.left="left"in t?t.left+"px":"",n.style.right="right"in t?t.right+"px":"",n.style.top="top"in t?t.top+"px":"",n.style.bottom="bottom"in t?t.bottom+"px":""},setMaxHeight:function(t){e.root.style.maxHeight=t}};return new a.O(t)},t}(o.O)},function(e,t,n){n.d(t,{C:function(){return p}});var r=n(88),o=n(4),i=n(16),a=n(78),s=n(42),l=n(62),u=n(79),c=n(45),d=n(46),f=n(81),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.C6)(t,e),t.attachTo=function(e){return new t(e)},t.prototype.initialize=function(e,t){void 0===e&&(e=function(e){return new u.X(e)}),void 0===t&&(t=function(e){return new a.f(e)}),this.menuSurfaceFactory=e,this.listFactory=t},t.prototype.initialSyncWithDOM=function(){var e=this;this.menuSurface=this.menuSurfaceFactory(this.root);var t=this.root.querySelector(d.P$.LIST_SELECTOR);t?(this.list=this.listFactory(t),this.list.wrapFocus=!0):this.list=null,this.handleKeydown=function(t){e.foundation.handleKeydown(t)},this.handleItemAction=function(t){e.foundation.handleItemAction(e.items[t.detail.index])},this.handleMenuSurfaceOpened=function(){e.foundation.handleMenuSurfaceOpened()},this.menuSurface.listen(c.O.strings.OPENED_EVENT,this.handleMenuSurfaceOpened),this.listen("keydown",this.handleKeydown),this.listen(l.Y.strings.ACTION_EVENT,this.handleItemAction)},t.prototype.destroy=function(){this.list&&this.list.destroy(),this.menuSurface.destroy(),this.menuSurface.unlisten(c.O.strings.OPENED_EVENT,this.handleMenuSurfaceOpened),this.unlisten("keydown",this.handleKeydown),this.unlisten(l.Y.strings.ACTION_EVENT,this.handleItemAction),e.prototype.destroy.call(this)},Object.defineProperty(t.prototype,"open",{get:function(){return this.menuSurface.isOpen()},set:function(e){e?this.menuSurface.open():this.menuSurface.close()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"wrapFocus",{get:function(){return!!this.list&&this.list.wrapFocus},set:function(e){this.list&&(this.list.wrapFocus=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"hasTypeahead",{set:function(e){this.list&&(this.list.hasTypeahead=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"typeaheadInProgress",{get:function(){return!!this.list&&this.list.typeaheadInProgress},enumerable:!1,configurable:!0}),t.prototype.typeaheadMatchItem=function(e,t){return this.list?this.list.typeaheadMatchItem(e,t):-1},t.prototype.layout=function(){this.list&&this.list.layout()},Object.defineProperty(t.prototype,"items",{get:function(){return this.list?this.list.listElements:[]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"singleSelection",{set:function(e){this.list&&(this.list.singleSelection=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this.list?this.list.selectedIndex:s.nL.UNSET_INDEX},set:function(e){this.list&&(this.list.selectedIndex=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"quickOpen",{set:function(e){this.menuSurface.quickOpen=e},enumerable:!1,configurable:!0}),t.prototype.setDefaultFocusState=function(e){this.foundation.setDefaultFocusState(e)},t.prototype.setAnchorCorner=function(e){this.menuSurface.setAnchorCorner(e)},t.prototype.setAnchorMargin=function(e){this.menuSurface.setAnchorMargin(e)},t.prototype.setSelectedIndex=function(e){this.foundation.setSelectedIndex(e)},t.prototype.setEnabled=function(e,t){this.foundation.setEnabled(e,t)},t.prototype.getOptionByIndex=function(e){return e<this.items.length?this.items[e]:null},t.prototype.getPrimaryTextAtIndex=function(e){var t=this.getOptionByIndex(e);return t&&this.list&&this.list.getPrimaryText(t)||""},t.prototype.setFixedPosition=function(e){this.menuSurface.setFixedPosition(e)},t.prototype.setIsHoisted=function(e){this.menuSurface.setIsHoisted(e)},t.prototype.setAbsolutePosition=function(e,t){this.menuSurface.setAbsolutePosition(e,t)},t.prototype.setAnchorElement=function(e){this.menuSurface.anchorElement=e},t.prototype.getDefaultFoundation=function(){var e=this,t={addClassToElementAtIndex:function(t,n){e.items[t].classList.add(n)},removeClassFromElementAtIndex:function(t,n){e.items[t].classList.remove(n)},addAttributeToElementAtIndex:function(t,n,r){e.items[t].setAttribute(n,r)},removeAttributeFromElementAtIndex:function(t,n){e.items[t].removeAttribute(n)},getAttributeFromElementAtIndex:function(t,n){return e.items[t].getAttribute(n)},elementContainsClass:function(e,t){return e.classList.contains(t)},closeSurface:function(t){e.menuSurface.close(t)},getElementIndex:function(t){return e.items.indexOf(t)},notifySelected:function(t){e.emit(d.P$.SELECTED_EVENT,{index:t.index,item:e.items[t.index]})},getMenuItemCount:function(){return e.items.length},focusItemAtIndex:function(t){e.items[t].focus()},focusListRoot:function(){e.root.querySelector(d.P$.LIST_SELECTOR).focus()},isSelectableItemAtIndex:function(t){return!!(0,i.kp)(e.items[t],"."+d.Y7.MENU_SELECTION_GROUP)},getSelectedSiblingOfItemAtIndex:function(t){var n=(0,i.kp)(e.items[t],"."+d.Y7.MENU_SELECTION_GROUP).querySelector("."+d.Y7.MENU_SELECTED_LIST_ITEM);return n?e.items.indexOf(n):-1}};return new f.d(t)},t}(o.O)},function(e,t,n){n.d(t,{d:function(){return l}});var r=n(88),o=n(3),i=n(42),a=n(45),s=n(46),l=function(e){function t(n){var o=e.call(this,(0,r.Cl)((0,r.Cl)({},t.defaultAdapter),n))||this;return o.closeAnimationEndTimerId=0,o.defaultFocusState=s.hf.LIST_ROOT,o.selectedIndex=-1,o}return(0,r.C6)(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return s.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return s.P$},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return s.nL},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClassToElementAtIndex:function(){},removeClassFromElementAtIndex:function(){},addAttributeToElementAtIndex:function(){},removeAttributeFromElementAtIndex:function(){},getAttributeFromElementAtIndex:function(){return null},elementContainsClass:function(){return!1},closeSurface:function(){},getElementIndex:function(){return-1},notifySelected:function(){},getMenuItemCount:function(){return 0},focusItemAtIndex:function(){},focusListRoot:function(){},getSelectedSiblingOfItemAtIndex:function(){return-1},isSelectableItemAtIndex:function(){return!1}}},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this.closeAnimationEndTimerId&&clearTimeout(this.closeAnimationEndTimerId),this.adapter.closeSurface()},t.prototype.handleKeydown=function(e){var t=e.key,n=e.keyCode;("Tab"===t||9===n)&&this.adapter.closeSurface(!0)},t.prototype.handleItemAction=function(e){var t=this,n=this.adapter.getElementIndex(e);if(!(n<0)){this.adapter.notifySelected({index:n});var r="true"===this.adapter.getAttributeFromElementAtIndex(n,s.P$.SKIP_RESTORE_FOCUS);this.adapter.closeSurface(r),this.closeAnimationEndTimerId=setTimeout((function(){var n=t.adapter.getElementIndex(e);n>=0&&t.adapter.isSelectableItemAtIndex(n)&&t.setSelectedIndex(n)}),a.O.numbers.TRANSITION_CLOSE_DURATION)}},t.prototype.handleMenuSurfaceOpened=function(){switch(this.defaultFocusState){case s.hf.FIRST_ITEM:this.adapter.focusItemAtIndex(0);break;case s.hf.LAST_ITEM:this.adapter.focusItemAtIndex(this.adapter.getMenuItemCount()-1);break;case s.hf.NONE:break;default:this.adapter.focusListRoot()}},t.prototype.setDefaultFocusState=function(e){this.defaultFocusState=e},t.prototype.getSelectedIndex=function(){return this.selectedIndex},t.prototype.setSelectedIndex=function(e){if(this.validatedIndex(e),!this.adapter.isSelectableItemAtIndex(e))throw new Error("MDCMenuFoundation: No selection group at specified index.");var t=this.adapter.getSelectedSiblingOfItemAtIndex(e);t>=0&&(this.adapter.removeAttributeFromElementAtIndex(t,s.P$.ARIA_CHECKED_ATTR),this.adapter.removeClassFromElementAtIndex(t,s.Y7.MENU_SELECTED_LIST_ITEM)),this.adapter.addClassToElementAtIndex(e,s.Y7.MENU_SELECTED_LIST_ITEM),this.adapter.addAttributeToElementAtIndex(e,s.P$.ARIA_CHECKED_ATTR,"true"),this.selectedIndex=e},t.prototype.setEnabled=function(e,t){this.validatedIndex(e),t?(this.adapter.removeClassFromElementAtIndex(e,i.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.addAttributeToElementAtIndex(e,s.P$.ARIA_DISABLED_ATTR,"false")):(this.adapter.addClassToElementAtIndex(e,i.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.addAttributeToElementAtIndex(e,s.P$.ARIA_DISABLED_ATTR,"true"))},t.prototype.validatedIndex=function(e){var t=this.adapter.getMenuItemCount();if(!(e>=0&&e<t))throw new Error("MDCMenuFoundation: No list item at specified index.")},t}(o.I)},function(e,t,n){n.d(t,{Y:function(){return r}});
|
|
397
|
+
var r={NOTCH_ELEMENT_SELECTOR:".mdc-notched-outline__notch"},o={NOTCH_ELEMENT_PADDING:8},i={NO_LABEL:"mdc-notched-outline--no-label",OUTLINE_NOTCHED:"mdc-notched-outline--notched",OUTLINE_UPGRADED:"mdc-notched-outline--upgraded"}},function(module,__unused_webpack_exports,__webpack_require__){var __dirname="/",e,r,n,t,i,a,o;if(module=__webpack_require__.nmd(module),null!==module&&"undefined"!==eval("typeof require")&&null!==eval("require")&&"main"in eval("require")&&"undefined"!==eval("typeof require.main")&&null!==eval("require.main")){var ORIGINAL_MAIN_MODULE=module;module!==eval("require.main")&&"paths"in module&&"paths"in eval("require.main")&&null!=__dirname&&(module.paths=eval("require.main.paths").concat(module.paths.filter((function(path){return eval("require.main.paths").includes(path)}))))}if(null==window)var window=void 0===__webpack_require__.g||null===__webpack_require__.g?{}:__webpack_require__.g;module.exports=(e=__webpack_require__(9),r=__webpack_require__(14),n=__webpack_require__(13),t=__webpack_require__(0),i=__webpack_require__(96),a=__webpack_require__(70),o=__webpack_require__(1),function(){var s=[,function(t){t.exports=e},function(e){e.exports=r},function(e){e.exports=n},function(e){e.exports=t},function(e){e.exports=i},function(e){e.exports=a},function(e){e.exports=o}],l={};function u(e){var t=l[e];if(void 0!==t)return t.exports;var n=l[e]={exports:{}};return s[e](n,n.exports,u),n.exports}u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,{a:t}),t},u.d=function(e,t){for(var n in t)u.o(t,n)&&!u.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var c={};u.r(c),u.d(c,{GenericAnimate:function(){return E},GenericAnimateInner:function(){return b},default:function(){return O}});var d=u(1),f=u.n(d),p=u(2),h=u(3),_=u(4),m=u(5),v=u(6),y=u(7),g={genericAnimate:"generic-animate",genericAnimateListWrapper:"generic-animate__list-wrapper",genericAnimateWrapper:"generic-animate__wrapper",genericAnimateAppear:"generic-animate-appear",genericAnimateEnter:"generic-animate-enter",genericAnimateExitActive:"generic-animate-exit-active",genericAnimateAppearActive:"generic-animate-appear-active",genericAnimateEnterActive:"generic-animate-enter-active",genericAnimateExit:"generic-animate-exit",genericAnimateExitDone:"generic-animate-exit-done"},b=function(e,t){t||(t=(0,_.useRef)(null));var n=(0,p.isFunction)(e.children)?e.children(v.ENTERING):e.children;return(0,y.jsx)(m.CSSTransition,f()({appear:!0,classNames:g.genericAnimate,in:!0,nodeRef:t,timeout:200,unmountOnExit:!0},e,{children:"string"==typeof n?(0,y.jsx)("span",{className:g.genericAnimateWrapper,ref:t,children:n}):Array.isArray(n)?(0,y.jsx)("div",{className:g.genericAnimateListWrapper,ref:t,children:n}):"string"==typeof n?(0,y.jsx)("span",{ref:t,children:n}):n}))},E=(0,_.memo)((0,_.forwardRef)(b));E.wrapped=b,E.webComponentAdapterWrapped="react",E.propTypes={appear:h.boolean,classNames:h.string,in:h.boolean,timeout:h.number};var O=E;return c}())},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(2),i=n(93),a=n(0),s={xsmall:24,small:24,medium:32,large:48,xlarge:48},l={24:12,32:16,48:24},u={24:8.75,32:12.5,48:18},c={24:54.978,32:78.54,48:113.097},d={24:27.489,32:39.27,48:56.549},f={24:2.5,32:3,48:4},p={24:2,32:2.4,48:3.2},h=o.createComponent((function(e,t){const{closed:n,size:h="small",max:_=1,min:m=0,progress:v,label:y,...g}=e,{rootEl:b,determinateCircleEl:E}=(e=>{const{foundation:t,...n}=o.useFoundation({props:e,elements:{rootEl:!0,determinateCircleEl:!0},foundation:({rootEl:e,determinateCircleEl:t})=>new i.MDCCircularProgressFoundation({addClass:t=>e.addClass(t),getDeterminateCircleAttribute:e=>{var n;return null==(n=t.ref)?void 0:n.getAttribute(e)},hasClass:t=>e.hasClass(t),removeClass:t=>e.removeClass(t),removeAttribute:t=>e.removeProp(t),setAttribute:(t,n)=>{e.setProp(t,n)},setDeterminateCircleAttribute:(e,n)=>{var r;return null==(r=t.ref)?void 0:r.setAttribute(e,n)}})}),[r,s]=a.useState(void 0);return a.useEffect((()=>{t.setProgress(e.progress||0);const n=void 0!==e.progress;n!==r&&(t.setDeterminate(n),s(n))}),[e.progress,r,t]),a.useEffect((()=>{e.closed?t.close():t.open()}),[e.closed,t]),{foundation:t,...n}})(e),O=o.useClassNames(e,["mdc-circular-progress",`rmwc-circular-progress--${h}`,{"mdc-circular-progress--closed":n}]),C=void 0!==v,A="number"==typeof h,I=s[A?"medium":h],x=A?{...g.style,fontSize:`${h}px`,width:`${h}px`,height:`${h}px`}:{...g.style},T=e=>e<m?0:e>_?1:(e-m)/(_-m),S=e=>({cx:l[e],cy:l[e],r:u[e],strokeDasharray:c[e],strokeDashoffset:d[e],strokeWidth:f[e]});return r.jsx(o.Tag,{"aria-valuenow":v,"aria-valuemin":m,"aria-valuemax":_,"aria-label":y,...g,style:x,className:O,element:b,ref:t,role:"progressbar",children:C?r.jsx("div",{className:"mdc-circular-progress__determinate-container",children:r.jsxs("svg",{className:"mdc-circular-progress__determinate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:[r.jsx("circle",{className:"mdc-circular-progress__determinate-track",cx:I/2,cy:I/2,r:I/2.4,strokeWidth:"4"}),r.jsx(o.Tag,{tag:"circle",className:"mdc-circular-progress__determinate-circle",style:(P=I,void 0!==v?{strokeDasharray:2*Math.PI*(P/2.4)*T(v)+", 666.66%",width:`${P}px`,height:`${P}px`}:void 0),cx:I/2,cy:I/2,r:I/2.4,element:E,strokeDashoffset:"113.097",strokeWidth:"4"})]})}):r.jsx("div",{className:"mdc-circular-progress__indeterminate-container",children:r.jsxs("div",{className:"mdc-circular-progress__spinner-layer",children:[r.jsx("div",{className:"mdc-circular-progress__circle-clipper mdc-circular-progress__circle-left",children:r.jsx("svg",{className:"mdc-circular-progress__indeterminate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:r.jsx("circle",{...S(I)})})}),r.jsx("div",{className:"mdc-circular-progress__gap-patch",children:r.jsx("svg",{className:"mdc-circular-progress__indeterminate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:r.jsx("circle",{...S(I),strokeWidth:p[I]})})}),r.jsx("div",{className:"mdc-circular-progress__circle-clipper mdc-circular-progress__circle-right",children:r.jsx("svg",{className:"mdc-circular-progress__indeterminate-circle-graphic",viewBox:`0 0 ${I} ${I}`,children:r.jsx("circle",{...S(I)})})})]})})});var P}));t.CircularProgress=h},function(e,t,n){n.r(t),n.d(t,{ENTERED:function(){return p},ENTERING:function(){return f},EXITED:function(){return d},EXITING:function(){return h},UNMOUNTED:function(){return c}});var r=n(71),o=n(72),i=n(0),a=n(5),s=n(97),l=n(73),u=n(74),c="unmounted",d="exited",f="entering",p="entered",h="exiting",_=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var o,i=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o=d,r.appearStatus=f):o=p:o=t.unmountOnExit||t.mountOnEnter?c:d,r.state={status:o},r.nextCallback=null,r}(0,o.A)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===c?{status:d}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==f&&n!==p&&(t=f):n!==f&&n!==p||(t=h)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===f){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this);n&&(0,u.F)(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===d&&this.setState({status:c})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,o=this.props.nodeRef?[r]:[a.findDOMNode(this),r],i=o[0],l=o[1],u=this.getTimeouts(),c=r?u.appear:u.enter;!e&&!n||s.A.disabled?this.safeSetState({status:p},(function(){t.props.onEntered(i)})):(this.props.onEnter(i,l),this.safeSetState({status:f},(function(){t.props.onEntering(i,l),t.onTransitionEnd(c,(function(){t.safeSetState({status:p},(function(){t.props.onEntered(i,l)}))}))})))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:a.findDOMNode(this);t&&!s.A.disabled?(this.props.onExit(r),this.safeSetState({status:h},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:d},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:d},(function(){e.props.onExited(r)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],i=o[0],s=o[1];this.props.addEndListener(i,s)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if(e===c)return null;var t=this.props,n=t.children,o=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,r.A)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return i.createElement(l.A.Provider,{value:null},"function"==typeof n?n(e,o):i.cloneElement(i.Children.only(n),o))},t}(i.Component);function m(){}_.contextType=l.A,_.propTypes={},_.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:m,onEntering:m,onEntered:m,onExit:m,onExiting:m,onExited:m},_.UNMOUNTED=c,_.EXITED=d,_.ENTERING=f,_.ENTERED=p,_.EXITING=h,t.default=_},function(e,t,n){function r(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}n.d(t,{A:function(){return r}})},function(e,t,n){function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)}n.d(t,{A:function(){return o}})},function(e,t,n){var r=n(0);t.A=r.createContext(null)},function(e,t,n){n.d(t,{F:function(){return r}});var r=function(e){return e.scrollTop}},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(18),s=n(17),l=n(98),u=i.createComponent((function({...e},t){return e.onIcon?r.jsx(c,{...e,ref:t}):r.jsx(d,{...e,ref:t})})),c=i.createComponent((function(e,t){const{icon:n,onIcon:a,foundationRef:s,...u}=e,{isOn:c,rootEl:d}=(e=>{const{foundation:t,...n}=i.useFoundation({props:e,elements:{rootEl:!0},foundation:({rootEl:e,emit:t})=>new l.MDCIconButtonToggleFoundation({addClass:t=>e.addClass(t),removeClass:t=>e.removeClass(t),hasClass:t=>e.hasClass(t),setAttr:(t,n)=>e.setProp(t,n),notifyChange:e=>t("onChange",e)})}),{rootEl:r}=n,a=void 0!==e.checked?e.checked:t.isOn();return o.useEffect((()=>{a!==t.isOn()&&t.toggle(a)}),[t,a]),r.setProp("onClick",(n=>{var r;null==(r=e.onClick)||r.call(e,n),t.handleClick()}),!0),{isOn:a,foundation:t,...n}})(e);return r.jsxs(f,{"aria-pressed":c,...d.props(u),tag:"button",ref:t,children:[r.jsx("div",{className:"mdc-icon-button__ripple"}),r.jsx(p,{icon:n}),r.jsx(p,{icon:a,on:!0})]})})),d=s.withRipple({surface:!1,unbounded:!0})(i.createComponent((function(e,t){const{checked:n,label:o,foundationRef:s,children:l,icon:u,...c}=e,d=i.useClassNames(e,["mdc-icon-button",{"mdc-icon-button--on":n}]);return r.jsxs(i.Tag,{tag:"button",role:"button",tabIndex:0,"aria-label":o,...c,className:d,ref:t,children:[r.jsx("div",{className:"mdc-icon-button__ripple"}),r.jsx(a.Icon,{icon:u,tag:"i"})]})}))),f=s.withRipple({surface:!1,unbounded:!0})(i.createComponent((function(e,t){const{checked:n,...o}=e,a=i.useClassNames(e,["mdc-icon-button",{"mdc-icon-button--on":n}]);return r.jsx(i.Tag,{tag:"button",role:"button",tabIndex:0,...o,className:a,ref:t})}))),p=o.memo((function(e){const{on:t,...n}=e,o=i.useClassNames(e,["mdc-icon-button__icon",{"mdc-icon-button__icon--on":e.on}]);return r.jsx(a.Icon,{...n,className:o})}));t.IconButton=u},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(59),s=n(60),l=n(61),u=n(57),c=n(58),d=n(106),f=n(18),p=e=>{const[t,n]=o.useState(),[r,a]=o.useState(!1),[s,l]=o.useState(0),[u,c]=o.useState(!1),[f,p]=o.useState(!1),[h,_]=o.useState(""),m=o.useRef(-1),v=o.useRef(),y=o.useRef(),g=o.useRef(null),b=o.useRef(),E=o.useRef(),O=o.useRef(!1),{foundation:C,...A}=i.useFoundation({props:e,elements:{rootEl:!0,anchorEl:!0},foundation:({rootEl:t,anchorEl:r,getProps:o,emit:i})=>{const s=()=>!o().enhanced,u=new d.MDCSelectFoundation({...(()=>{const e=()=>{var e,t;return(s()?Array.apply(null,null==(e=E.current)?void 0:e.options):null==(t=y.current)?void 0:t.items())||[]},t=e=>e.getAttribute("data-value")||e.getAttribute("value")||"";return{setSelectedText:e=>_(e),openMenu:()=>{p(!0)},closeMenu:()=>{p(!1)},getAnchorElement:()=>g.current,setMenuAnchorElement:e=>(e=>{g.current=e})(e),setMenuAnchorCorner:e=>{var t;return null==(t=y.current)?void 0:t.setAnchorCorner(e)},setMenuWrapFocus:e=>{},focusMenuItemAtIndex:e=>{var t;return null==(t=y.current)?void 0:t.focusItemAtIndex(e)},getMenuItemCount:()=>e().length,getMenuItemValues:()=>e().map(t)||[],getMenuItemTextAtIndex:t=>e()[t].textContent,isSelectAnchorFocused:()=>!(!r.ref||r.ref!==document.activeElement),getSelectAnchorAttr:e=>r.getProp(e),setSelectAnchorAttr:(e,t)=>{if("tabindex"===e){if(s())return;e="tabIndex"}return r.setProp(e,t)},removeSelectAnchorAttr:e=>{var t;null==(t=g.current)||t.removeAttribute(e)},addMenuClass:e=>{var t,n,r;return null==(r=null==(n=null==(t=y.current)?void 0:t.getSurfaceElement())?void 0:n.querySelector(".mdc-deprecated-list-item--activated"))?void 0:r.classList.add(e)},removeMenuClass:e=>{var t,n,r;return null==(r=null==(n=null==(t=y.current)?void 0:t.getSurfaceElement())?void 0:n.querySelector(".mdc-deprecated-list-item--activated"))?void 0:r.classList.remove(e)},getSelectedIndex:()=>m.current,setSelectedIndex:e=>(e=>{m.current=e})(e)}})(),addClass:e=>{t.addClass(e)},removeClass:e=>{t.removeClass(e)},hasClass:e=>t.hasClass(e),isRtl:()=>t.ref&&"rtl"===window.getComputedStyle(t.ref).getPropertyValue("direction"),setRippleCenter:e=>{l(e)},activateBottomLine:()=>a(!0),deactivateBottomLine:()=>a(!1),notifyChange:t=>{O.current||i(e.enhanced?"onChange":"MDCSelect:change",{index:m.current,value:t},!0)},hasOutline:()=>!!o().outlined,notchOutline:e=>{n(e)},closeOutline:()=>{n(void 0)},hasLabel:()=>!!o().label,floatLabel:e=>{c(e)},getLabelWidth:()=>{var e;return(null==(e=v.current)?void 0:e.getWidth())||0},setLabelRequired:e=>{var t;return null==(t=v.current)?void 0:t.setRequired(e)}},{leadingIcon:b.current&&b.current.getFoundation()||void 0}),f=u.adapter;u.layout=()=>{(()=>{const e=u.getValue();if(f.hasLabel()){const t=void 0!==W,n=!!o().placeholder||(null==e?void 0:e.length)>0||m.current>-1,r=f.hasClass(d.cssClasses.FOCUSED),i=n||t||r,a=f.hasClass(d.cssClasses.REQUIRED);u.notchOutline(i),f.floatLabel(i),f.setLabelRequired(a)}})()},Object.defineProperty(u,"menuItemValues",{get:()=>f.getMenuItemValues()});const h=u.init.bind(u);return u.init=()=>{O.current=!0,h();const e=String(o().placeholder||"");!u.getValue()&&e&&f.setSelectedText(e),O.current=!1},u}}),{rootEl:I}=A,{onFocus:x}=e,T=o.useCallback((e=>{null==x||x(e),C.handleFocus()}),[x,C]),{onBlur:S}=e,P=o.useCallback((e=>{null==S||S(e),C.handleBlur()}),[S,C]),{onChange:w}=e,L=o.useCallback((e=>{null==w||w(e),C.handleChange()}),[w,C]),D=o.useCallback((e=>{var t,n;if(null!=(t=I.ref)&&t.querySelector(".mdc-select--disabled"))return;if(null!=(n=I.ref)&&n.querySelector(".mdc-menu-surface--open"))return void C.handleMenuClosed();const r=(e=>{const t=e.target.getBoundingClientRect();return e.clientX-t.left})(e);I.ref&&I.ref.focus(),C.handleClick(r)}),[C,I.ref]),{onKeyDown:M}=e,R=o.useCallback((e=>{null==M||M(e),C.handleKeydown(e)}),[C,M]),N=o.useCallback((e=>{m.current=e,C.handleMenuItemAction(e)}),[C]),k=o.useCallback((()=>{C.handleMenuOpened()}),[C]),j=o.useCallback((()=>{p(!1),C.handleMenuClosed()}),[C]),F=C.getValue(),B=e.value??(-1===m.current?e.defaultValue:void 0),U=Array.isArray(e.options)?e.options.length:Object.values(e.options||{}).length;o.useEffect((()=>{if(O.current=!0,void 0!==B&&B!==F){const e=C.menuItemValues.indexOf(B);if(m.current=e,C.setValue(B||""),C.menuItemValues.includes(B)){const t=C.adapter.getMenuItemTextAtIndex(e);_(t),c(!0)}}i.raf((()=>{O.current=!1}))}),[B,F,U,C,C.menuItemValues]),o.useEffect((()=>{C.setDisabled(!!e.disabled)}),[C,e.disabled]),o.useEffect((()=>{var e;I.ref&&(null==(e=y.current)||e.setAnchorElement(I.ref))}),[I.ref]);const{defaultValue:W}=e;return o.useEffect((()=>{W&&_(W.toString())}),[]),o.useEffect((()=>{e.open&&(p(!0),C.handleMenuOpened())}),[]),{notchWidth:t,menuOpen:f,lineRippleActive:r,lineRippleCenter:s,floatLabel:u,selectedIndex:m.current,selectedTextContent:h,setFloatingLabel:e=>{v.current=e},setMenu:e=>{y.current=e},setLeadingIcon:e=>{b.current=e},setNativeControl:e=>{E.current=e},handleFocus:T,handleBlur:P,handleChange:L,handleClick:D,handleKeydown:R,handleMenuClosed:j,handleMenuOpened:k,handleMenuSelected:N,...A}},h=function(e){const{apiRef:t,...n}=e,{rootEl:o}=(e=>{const{foundation:t,...n}=i.useFoundation({props:e,elements:{rootEl:!0},api:({foundation:e})=>({getFoundation:()=>e}),foundation:({rootEl:e,emit:t})=>new d.MDCSelectIconFoundation({getAttr:t=>e.getProp(t),setAttr:(t,n)=>e.setProp(t,n),removeAttr:t=>e.removeProp(t),setContent:t=>{e.ref&&(e.ref.textContent=t)},registerInteractionHandler:(t,n)=>e.addEventListener(t,n),deregisterInteractionHandler:(t,n)=>e.removeEventListener(t,n),notifyIconAction:()=>t("onClick",{},!0)})});return{...n}})(e),a=i.useClassNames(e,["mdc-select__icon"]);return r.jsx(f.Icon,{...o.props({...n,className:a})})},_=e=>Array.isArray(e)&&e[0]&&"object"==typeof e[0]?e.map((e=>{if("object"!=typeof e)throw new Error(`Encountered non object for Select ${e}`);return{...e,options:_(e.options)}})):Array.isArray(e)?e.map((e=>({value:e,label:e}))):"object"==typeof e?Object.keys(e).map((t=>({value:t,label:e[t]}))):e,m=()=>r.jsxs("span",{className:"mdc-select__dropdown-icon",children:[r.jsx(f.Icon,{className:"mdc-select__dropdown-icon-inactive",icon:"arrow_drop_down"}),r.jsx(f.Icon,{className:"mdc-select__dropdown-icon-active",icon:"arrow_drop_up"})]});function v(e){const{selectOptions:t,placeholder:n="",children:o,elementRef:i,open:a,label:s,...l}=e,u=({label:e,option:t,index:n})=>r.jsx("option",{...t,value:t.value,children:e},n),c=!e.value&&!e.defaultValue;return r.jsxs("select",{tabIndex:0,...l,ref:i,className:"rmwc-select__native-control"+(l.className?` ${l.className}`:""),children:[(void 0!==e.placeholder||c)&&r.jsx("option",{value:"",disabled:c,children:n}),!!t&&t.map((({label:e,options:t,...n},o)=>t?r.jsx("optgroup",{label:e,children:t.map((({label:e,...t},n)=>u({label:e,option:t,index:n})))},o):u({label:e,option:n,index:o}))),o]})}const y=function(e){return r.jsx(i.Tag,{...e})},g=o.forwardRef(((e,t)=>{const{selectOptions:n,menuApiRef:o,value:a,placeholder:s,children:l,selectedIndex:d,renderToPortal:f,...p}=e;let h=0;const _=i.useClassNames(e,["mdc-select__menu"]),m=({label:e,option:t})=>(h+=1,r.jsx(u.MenuItem,{activated:void 0!==a?t.value===a:h-1===d,...t,"data-value":t.value,children:r.jsx("span",{className:"mdc-deprecated-list-item__text",children:e})},`${e}-${t.value}`));return r.jsxs(u.Menu,{...p,ref:t,apiRef:o,className:_,focusOnOpen:!0,renderToPortal:f,children:[!!e.placeholder&&r.jsx(u.MenuItem,{selected:h-1===d,"data-value":"",theme:"textDisabledOnBackground",children:r.jsx("span",{className:"mdc-deprecated-list-item__text",children:s})}),n.map((({label:e,options:t,...o},i)=>t?r.jsxs(c.ListGroup,{children:[e&&r.jsx(c.ListGroupSubheader,{theme:"textDisabledOnBackground",children:e}),r.jsx(u.MenuItems,{children:t.map((({label:e,...t})=>m({label:e,option:t})))}),i<n.length-1&&r.jsx(c.ListDivider,{})]},i):m({label:e,option:o}))),l]})})),b=({enhanced:e,children:t})=>e?r.jsx(u.MenuSurfaceAnchor,{children:t}):r.jsx(r.Fragment,{children:t}),E=i.createComponent((function(e,t){const{placeholder:n,children:u,disabled:c,value:d,outlined:f,label:E="",options:C=[],rootProps:A={},enhanced:I,icon:x,onChange:T,onFocus:S,onBlur:P,onKeyDown:w,invalid:L,inputRef:D,helpText:M,foundationRef:R,...N}=e,k=_(C),{rootEl:j,anchorEl:F,notchWidth:B,menuOpen:U,selectedTextContent:W,lineRippleActive:K,lineRippleCenter:V,floatLabel:q,setFloatingLabel:H,setNativeControl:z,setLeadingIcon:$,selectedIndex:G,setMenu:X,handleFocus:Y,handleBlur:Q,handleChange:J,handleClick:Z,handleKeydown:ee,handleMenuClosed:te,handleMenuOpened:ne,handleMenuSelected:re}=p(e),oe=i.useId("select",e),ie=oe+"-label",ae=i.useClassNames(e,["mdc-select","rmwc-select__default-width",{"mdc-select--outlined":!!f,"mdc-select--filled":!f,"mdc-select--required":!!e.required,"mdc-select--invalid":!!L,"mdc-select--with-leading-icon":!!x,"mdc-select--no-label":!E}]),se="object"==typeof I?I:{},le=void 0!==d?void 0:e.defaultValue||"",ue=r.jsx(a.FloatingLabel,{float:q,apiRef:H,htmlFor:oe,id:ie,children:E});return r.jsxs(b,{enhanced:I,children:[r.jsxs(i.Tag,{...A,element:j,ref:t,className:ae,children:[r.jsxs(y,{className:"mdc-select__anchor",role:"button","aria-haspopup":"listbox","aria-labelledby":ie,element:F,onFocus:c?void 0:Y,onBlur:Q,onClick:Z,onKeyDown:ee,tabIndex:I?void 0:-1,children:[!!x&&r.jsx(h,{apiRef:$,icon:x}),f?r.jsx(l.NotchedOutline,{notch:B,children:ue}):r.jsxs(r.Fragment,{children:[r.jsx(s.LineRipple,{active:K,center:V}),ue]}),r.jsx("span",{className:"mdc-select__selected-text-container",children:r.jsx("span",{className:"mdc-select__selected-text",children:W})}),r.jsx(m,{}),!I&&r.jsx(v,{...N,id:oe,value:d,children:u,defaultValue:le,placeholder:n,selectOptions:k,elementRef:z,onFocus:Y,onBlur:e=>{Q(e),te()},onChange:e=>{J(e),re(e.currentTarget.selectedIndex)},disabled:c})]}),I&&r.jsx(g,{...N,...se,ref:t,anchorCorner:se.anchorCorner??"bottomStart",defaultValue:le,disabled:c,placeholder:n,open:U,onClose:te,onOpen:ne,onSelect:e=>{re(e.detail.index)},selectOptions:k,value:d,selectedIndex:G,menuApiRef:X,children:u})]}),(()=>{if(!M)return null;const e="object"==typeof M&&!o.isValidElement(M);return M&&e?r.jsx(O,{...M}):r.jsx(O,{children:M})})()]})})),O=i.createComponent((function(e,t){const{persistent:n,validationMsg:o,...a}=e,s=i.useClassNames(e,["mdc-select-helper-text",{"mdc-select-helper-text--persistent":n,"mdc-select-helper-text--validation-msg":o}]);return r.jsx(i.Tag,{tag:"p",...a,className:s,ref:t})}));t.Select=E,t.SelectHelperText=O},function(e,t,n){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"});const r=n(1),o=n(0),i=n(2),a=n(59),s=n(18),l=n(60),u=n(61),c=n(17),d=n(107),f=e=>{const[t,n]=o.useState(!1),[r,a]=o.useState(0),[s,l]=o.useState(),[u,c]=o.useState(!1),[f,p]=o.useState(!1),h=o.useRef(),_=e=>{h.current=e},m=o.useRef(),v=o.useRef(),y=o.useRef(),{content:g}=(e=>{const[t,n]=o.useState(),{foundation:r,...a}=i.useFoundation({props:e,api:({foundation:e})=>({getFoundation:()=>e}),elements:{},foundation:()=>new d.MDCTextFieldCharacterCounterFoundation({setContent:e=>{n(e)}})});return{content:t,...a}})({apiRef:e.characterCount?_:void 0}),{foundation:b,...E}=i.useFoundation({props:e,elements:{rootEl:!0,inputEl:!0},foundation:({rootEl:e,inputEl:t,getProps:r})=>new d.MDCTextFieldFoundation({addClass:t=>e.addClass(t),removeClass:t=>e.removeClass(t),hasClass:t=>e.hasClass(t),registerTextFieldInteractionHandler:(t,n)=>e.addEventListener(t,n),deregisterTextFieldInteractionHandler:(t,n)=>e.removeEventListener(t,n),registerValidationAttributeChangeHandler:e=>{if(t.ref){const n=new MutationObserver((t=>e((e=>e.map((e=>e.attributeName)))(t)))),r=t.ref,o={attributes:!0};return r&&n.observe(r,o),n}return{}},deregisterValidationAttributeChangeHandler:e=>{e&&e.disconnect()},isFocused:()=>document.activeElement===t.ref,registerInputInteractionHandler:(e,n)=>t.addEventListener(e,n),deregisterInputInteractionHandler:(e,n)=>t.removeEventListener(e,n),getNativeInput:()=>t.ref,shakeLabel:e=>c(e),floatLabel:e=>{p(r().floatLabel??e)},hasLabel:()=>!!r().label,getLabelWidth:()=>{var e;return(null==(e=y.current)?void 0:e.getWidth())||0},activateLineRipple:()=>{n(!0)},deactivateLineRipple:()=>{n(!1)},setLineRippleTransformOrigin:e=>{a(e)},notchOutline:e=>{l(e)},closeOutline:()=>{r().floatLabel??l(void 0)},hasOutline:()=>!!r().outlined},{characterCounter:h.current?h.current.getFoundation():void 0,helperText:void 0,leadingIcon:m.current?m.current.getFoundation():void 0,trailingIcon:v.current?v.current.getFoundation():void 0})}),O=b.getValue();return o.useEffect((()=>{void 0!==e.value&&e.value!==O&&b.setValue(String(e.value))}),[e.value,b,O]),o.useEffect((()=>{void 0!==e.floatLabel&&(b.notchOutline(e.floatLabel),b.adapter.floatLabel(e.floatLabel))}),[b,e.floatLabel]),{shakeLabel:u,floatLabel:f,notchWidth:s,lineRippleActive:t,lineRippleCenter:r,setCharacterCounter:_,setLeadingIcon:e=>m.current=e,setTrailingIcon:e=>v.current=e,setFloatingLabel:e=>y.current=e,characterCountContent:g,...E}},p=i.createComponent((function(e,t){const{label:n,style:s,outlined:c,align:d,invalid:p,disabled:b,helpText:E,children:O,textarea:C,fullwidth:A,inputRef:I,characterCount:x,icon:T,trailingIcon:S,rootProps:P={},foundationRef:w,ripple:L,prefix:D,suffix:M,resizeable:R,floatLabel:N,...k}=e,{rootEl:j,inputEl:F,shakeLabel:B,floatLabel:U,notchWidth:W,lineRippleActive:K,lineRippleCenter:V,setLeadingIcon:q,setTrailingIcon:H,setFloatingLabel:z,characterCountContent:$}=f(e),G=i.useId("textfield",e)+"-label",X=i.useClassNames(e,["mdc-text-field","mdc-text-field--upgraded",{"mdc-text-field--filled":!c,"mdc-text-field--textarea":C,"mdc-text-field--outlined":c,"mdc-text-field--invalid":p,"mdc-text-field--disabled":b,"mdc-text-field--with-leading-icon":!!T,"mdc-text-field--with-trailing-icon":!!S,"mdc-text-field--no-label":!n,"mdc-text-field--end-aligned":"end"===d,"mdc-text-field--with-internal-counter":C&&x,"rmwc-text-field--fullwidth":A}]),Y=(e,t)=>r.jsx(g,{apiRef:e=>{"leading"===t?q(e):H(e)},position:t,tabIndex:"trailing"===t?0:void 0,icon:e}),Q=n?r.jsx(a.FloatingLabel,{shake:B,float:U,apiRef:z,id:G,children:n}):null,J=x?r.jsx("div",{className:"mdc-text-field-character-counter",children:$}):null,Z=R?r.jsxs("span",{className:"mdc-text-field__resizer",children:[r.jsx(i.Tag,{...k,element:F,className:"mdc-text-field__input",disabled:b,tag:"textarea",ref:i.mergeRefs(t,I)}),J]}):r.jsxs(r.Fragment,{children:[r.jsx(i.Tag,{...k,element:F,className:"mdc-text-field__input",disabled:b,tag:"textarea",ref:i.mergeRefs(t,I)}),J]});return r.jsxs(r.Fragment,{children:[r.jsxs(_,{...P,element:j,style:s,className:X,ref:t,children:[!!T&&Y(T,"leading"),O,r.jsx(h,{}),!!D&&!C&&r.jsx(m,{prefix:D}),C?Z:r.jsx(i.Tag,{...k,"aria-labelledby":G,element:F,className:"mdc-text-field__input",disabled:b,tag:"input",ref:i.mergeRefs(t,I)}),!!M&&!C&&r.jsx(v,{suffix:M}),c?r.jsxs(r.Fragment,{children:[r.jsx(u.NotchedOutline,{notch:W,children:Q}),!!S&&Y(S,"trailing")]}):r.jsxs(r.Fragment,{children:[Q,!!S&&Y(S,"trailing"),r.jsx(l.LineRipple,{active:K,center:V})]})]}),(e=>{if(!(E||x&&!C))return null;const t="object"==typeof E&&!o.isValidElement(E);return r.jsxs("div",{className:"mdc-text-field-helper-line",children:[E&&t?r.jsx(y,{...E}):r.jsx(y,{children:E}),!C&&e]})})(J)]})})),h=o.memo((function(){return r.jsx("span",{className:"mdc-text-field__ripple"})})),_=c.withRipple({surface:!1})(o.forwardRef((function(e,t){return r.jsx(i.Tag,{...e,tag:"label",ref:t})}))),m=o.memo((function({prefix:e}){return r.jsx("span",{className:"mdc-text-field__affix mdc-text-field__affix--prefix",children:e})})),v=o.memo((function({suffix:e}){return r.jsx("span",{className:"mdc-text-field__affix mdc-text-field__affix--suffix",children:e})})),y=i.createComponent((function(e,t){const{persistent:n,validationMsg:o,...a}=e,s=i.useClassNames(e,["mdc-text-field-helper-text",{"mdc-text-field-helper-text--persistent":n,"mdc-text-field-helper-text--validation-msg":o}]);return r.jsx(i.Tag,{tag:"div",...a,className:s,ref:t})})),g=function(e){const{apiRef:t,position:n,...o}=e,{rootEl:a}=(e=>{const{foundation:t,...n}=i.useFoundation({props:e,elements:{rootEl:!0},api:({foundation:e})=>({getFoundation:()=>e}),foundation:({rootEl:e,emit:t})=>new d.MDCTextFieldIconFoundation({getAttr:t=>e.getProp(t),setAttr:(t,n)=>e.setProp(t,n),removeAttr:t=>e.removeProp(t),setContent:t=>{e.setProp("icon",t)},registerInteractionHandler:(t,n)=>e.addEventListener(t,n),deregisterInteractionHandler:(t,n)=>e.removeEventListener(t,n),notifyIconAction:()=>t("onClick",{},!0)})});return{...n}})(e),l=i.useClassNames(e,["mdc-text-field__icon",{"mdc-text-field__icon--trailing":"trailing"===n,"mdc-text-field__icon--leading":"leading"===n}]);return r.jsx(s.Icon,{...a.props({...o,className:l})})};g.displayName="TextFieldIcon",t.TextField=p,t.TextFieldHelperText=y},function(e,t,n){n.d(t,{f:function(){return l}});var r=n(108),o=n(4),i=n(16),a=n(42),s=n(62),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.C6)(t,e),Object.defineProperty(t.prototype,"vertical",{set:function(e){this.foundation.setVerticalOrientation(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"listElements",{get:function(){return Array.from(this.root.querySelectorAll("."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"wrapFocus",{set:function(e){this.foundation.setWrapFocus(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"typeaheadInProgress",{get:function(){return this.foundation.isTypeaheadInProgress()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"hasTypeahead",{set:function(e){this.foundation.setHasTypeahead(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"singleSelection",{set:function(e){this.foundation.setSingleSelection(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"disabledItemsFocusable",{set:function(e){this.foundation.setDisabledItemsFocusable(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this.foundation.getSelectedIndex()},set:function(e){this.foundation.setSelectedIndex(e)},enumerable:!1,configurable:!0}),t.attachTo=function(e){return new t(e)},t.prototype.initialSyncWithDOM=function(){this.isEvolutionEnabled=a.iP in this.root.dataset,this.isEvolutionEnabled?this.classNameMap=a.$z:(0,i.cK)(this.root,a.P$.DEPRECATED_SELECTOR)?this.classNameMap=a.PY:this.classNameMap=Object.values(a.Y7).reduce((function(e,t){return e[t]=t,e}),{}),this.handleClick=this.handleClickEvent.bind(this),this.handleKeydown=this.handleKeydownEvent.bind(this),this.focusInEventListener=this.handleFocusInEvent.bind(this),this.focusOutEventListener=this.handleFocusOutEvent.bind(this),this.listen("keydown",this.handleKeydown),this.listen("click",this.handleClick),this.listen("focusin",this.focusInEventListener),this.listen("focusout",this.focusOutEventListener),this.layout(),this.initializeListType(),this.ensureFocusable()},t.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown),this.unlisten("click",this.handleClick),this.unlisten("focusin",this.focusInEventListener),this.unlisten("focusout",this.focusOutEventListener)},t.prototype.layout=function(){var e=this.root.getAttribute(a.P$.ARIA_ORIENTATION);this.vertical=e!==a.P$.ARIA_ORIENTATION_HORIZONTAL;var t="."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+":not([tabindex])",n=a.P$.FOCUSABLE_CHILD_ELEMENTS,r=this.root.querySelectorAll(t);r.length&&Array.prototype.forEach.call(r,(function(e){e.setAttribute("tabindex","-1")}));var o=this.root.querySelectorAll(n);o.length&&Array.prototype.forEach.call(o,(function(e){e.setAttribute("tabindex","-1")})),this.isEvolutionEnabled&&this.foundation.setUseSelectedAttribute(!0),this.foundation.layout()},t.prototype.getPrimaryText=function(e){var t,n=e.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_PRIMARY_TEXT_CLASS]);if(this.isEvolutionEnabled||n)return null!==(t=null==n?void 0:n.textContent)&&void 0!==t?t:"";var r=e.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_TEXT_CLASS]);return r&&r.textContent||""},t.prototype.initializeListType=function(){var e=this;if(this.isInteractive=(0,i.cK)(this.root,a.P$.ARIA_INTERACTIVE_ROLES_SELECTOR),this.isEvolutionEnabled&&this.isInteractive){var t=Array.from(this.root.querySelectorAll(a.P$.SELECTED_ITEM_SELECTOR),(function(t){return e.listElements.indexOf(t)}));(0,i.cK)(this.root,a.P$.ARIA_MULTI_SELECTABLE_SELECTOR)?this.selectedIndex=t:t.length>0&&(this.selectedIndex=t[0])}else{var n=this.root.querySelectorAll(a.P$.ARIA_ROLE_CHECKBOX_SELECTOR),r=this.root.querySelector(a.P$.ARIA_CHECKED_RADIO_SELECTOR);if(n.length){var o=this.root.querySelectorAll(a.P$.ARIA_CHECKED_CHECKBOX_SELECTOR);this.selectedIndex=Array.from(o,(function(t){return e.listElements.indexOf(t)}))}else r&&(this.selectedIndex=this.listElements.indexOf(r))}},t.prototype.setEnabled=function(e,t){this.foundation.setEnabled(e,t)},t.prototype.typeaheadMatchItem=function(e,t){return this.foundation.typeaheadMatchItem(e,t,!0)},t.prototype.getDefaultFoundation=function(){var e=this,t={addClassForElementIndex:function(t,n){var r=e.listElements[t];r&&r.classList.add(e.classNameMap[n])},focusItemAtIndex:function(t){var n=e.listElements[t];n&&n.focus()},getAttributeForElementIndex:function(t,n){return e.listElements[t].getAttribute(n)},getFocusedElementIndex:function(){return e.listElements.indexOf(document.activeElement)},getListItemCount:function(){return e.listElements.length},getPrimaryTextAtIndex:function(t){return e.getPrimaryText(e.listElements[t])},hasCheckboxAtIndex:function(t){return!!e.listElements[t].querySelector(a.P$.CHECKBOX_SELECTOR)},hasRadioAtIndex:function(t){return!!e.listElements[t].querySelector(a.P$.RADIO_SELECTOR)},isCheckboxCheckedAtIndex:function(t){return e.listElements[t].querySelector(a.P$.CHECKBOX_SELECTOR).checked},isFocusInsideList:function(){return e.root!==document.activeElement&&e.root.contains(document.activeElement)},isRootFocused:function(){return document.activeElement===e.root},listItemAtIndexHasClass:function(t,n){return e.listElements[t].classList.contains(e.classNameMap[n])},notifyAction:function(t){e.emit(a.P$.ACTION_EVENT,{index:t},!0)},notifySelectionChange:function(t){e.emit(a.P$.SELECTION_CHANGE_EVENT,{changedIndices:t},!0)},removeClassForElementIndex:function(t,n){var r=e.listElements[t];r&&r.classList.remove(e.classNameMap[n])},setAttributeForElementIndex:function(t,n,r){var o=e.listElements[t];o&&o.setAttribute(n,r)},setCheckedCheckboxOrRadioAtIndex:function(t,n){var r=e.listElements[t].querySelector(a.P$.CHECKBOX_RADIO_SELECTOR);r.checked=n;var o=document.createEvent("Event");o.initEvent("change",!0,!0),r.dispatchEvent(o)},setTabIndexForListItemChildren:function(t,n){var r=e.listElements[t],o=a.P$.CHILD_ELEMENTS_TO_TOGGLE_TABINDEX;Array.prototype.forEach.call(r.querySelectorAll(o),(function(e){e.setAttribute("tabindex",n)}))}};return new s.Y(t)},t.prototype.ensureFocusable=function(){if(this.isEvolutionEnabled&&this.isInteractive&&!this.root.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+'[tabindex="0"]')){var e=this.initialFocusIndex();-1!==e&&(this.listElements[e].tabIndex=0)}},t.prototype.initialFocusIndex=function(){if(this.selectedIndex instanceof Array&&this.selectedIndex.length>0)return this.selectedIndex[0];if("number"==typeof this.selectedIndex&&this.selectedIndex!==a.nL.UNSET_INDEX)return this.selectedIndex;var e=this.root.querySelector("."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+":not(."+this.classNameMap[a.Y7.LIST_ITEM_DISABLED_CLASS]+")");return null===e?-1:this.getListItemIndex(e)},t.prototype.getListItemIndex=function(e){var t=(0,i.kp)(e,"."+this.classNameMap[a.Y7.LIST_ITEM_CLASS]+", ."+this.classNameMap[a.Y7.ROOT]);return t&&(0,i.cK)(t,"."+this.classNameMap[a.Y7.LIST_ITEM_CLASS])?this.listElements.indexOf(t):-1},t.prototype.handleFocusInEvent=function(e){var t=this.getListItemIndex(e.target);this.foundation.handleFocusIn(t)},t.prototype.handleFocusOutEvent=function(e){var t=this.getListItemIndex(e.target);this.foundation.handleFocusOut(t)},t.prototype.handleKeydownEvent=function(e){var t=this.getListItemIndex(e.target),n=e.target;this.foundation.handleKeydown(e,n.classList.contains(this.classNameMap[a.Y7.LIST_ITEM_CLASS]),t)},t.prototype.handleClickEvent=function(e){var t=this.getListItemIndex(e.target),n=e.target,r=!(0,i.cK)(n,a.P$.CHECKBOX_RADIO_SELECTOR);this.foundation.handleClick(t,r,e)},t}(o.O)},function(e,t,n){n.d(t,{X:function(){return l}});var r=n(87),o=n(4),i=n(41),a=n(45),s=n(53),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.C6)(t,e),t.attachTo=function(e){return new t(e)},t.prototype.initialSyncWithDOM=function(){var e=this,t=this.root.parentElement;this.anchorElement=t&&t.classList.contains(i.Y7.ANCHOR)?t:null,this.root.classList.contains(i.Y7.FIXED)&&this.setFixedPosition(!0),this.handleKeydown=function(t){e.foundation.handleKeydown(t)},this.handleBodyClick=function(t){e.foundation.handleBodyClick(t)},this.registerBodyClickListener=function(){document.body.addEventListener("click",e.handleBodyClick,{capture:!0})},this.deregisterBodyClickListener=function(){document.body.removeEventListener("click",e.handleBodyClick,{capture:!0})},this.listen("keydown",this.handleKeydown),this.listen(i.P$.OPENED_EVENT,this.registerBodyClickListener),this.listen(i.P$.CLOSED_EVENT,this.deregisterBodyClickListener)},t.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown),this.unlisten(i.P$.OPENED_EVENT,this.registerBodyClickListener),this.unlisten(i.P$.CLOSED_EVENT,this.deregisterBodyClickListener),e.prototype.destroy.call(this)},t.prototype.isOpen=function(){return this.foundation.isOpen()},t.prototype.open=function(){this.foundation.open()},t.prototype.close=function(e){void 0===e&&(e=!1),this.foundation.close(e)},Object.defineProperty(t.prototype,"quickOpen",{set:function(e){this.foundation.setQuickOpen(e)},enumerable:!1,configurable:!0}),t.prototype.setIsHoisted=function(e){this.foundation.setIsHoisted(e)},t.prototype.setMenuSurfaceAnchorElement=function(e){this.anchorElement=e},t.prototype.setFixedPosition=function(e){e?this.root.classList.add(i.Y7.FIXED):this.root.classList.remove(i.Y7.FIXED),this.foundation.setFixedPosition(e)},t.prototype.setAbsolutePosition=function(e,t){this.foundation.setAbsolutePosition(e,t),this.setIsHoisted(!0)},t.prototype.setAnchorCorner=function(e){this.foundation.setAnchorCorner(e)},t.prototype.setAnchorMargin=function(e){this.foundation.setAnchorMargin(e)},t.prototype.getDefaultFoundation=function(){var e=this,t={addClass:function(t){return e.root.classList.add(t)},removeClass:function(t){return e.root.classList.remove(t)},hasClass:function(t){return e.root.classList.contains(t)},hasAnchor:function(){return!!e.anchorElement},notifyClose:function(){return e.emit(a.O.strings.CLOSED_EVENT,{})},notifyClosing:function(){e.emit(a.O.strings.CLOSING_EVENT,{})},notifyOpen:function(){return e.emit(a.O.strings.OPENED_EVENT,{})},notifyOpening:function(){return e.emit(a.O.strings.OPENING_EVENT,{})},isElementInContainer:function(t){return e.root.contains(t)},isRtl:function(){return"rtl"===getComputedStyle(e.root).getPropertyValue("direction")},setTransformOrigin:function(t){var n=(0,s.getCorrectPropertyName)(window,"transform")+"-origin";e.root.style.setProperty(n,t)},isFocused:function(){return document.activeElement===e.root},saveFocus:function(){e.previousFocus=document.activeElement},restoreFocus:function(){e.root.contains(document.activeElement)&&e.previousFocus&&e.previousFocus.focus&&e.previousFocus.focus()},getInnerDimensions:function(){return{width:e.root.offsetWidth,height:e.root.offsetHeight}},getAnchorDimensions:function(){return e.anchorElement?e.anchorElement.getBoundingClientRect():null},getWindowDimensions:function(){return{width:window.innerWidth,height:window.innerHeight}},getBodyDimensions:function(){return{width:document.body.clientWidth,height:document.body.clientHeight}},getWindowScroll:function(){return{x:window.pageXOffset,y:window.pageYOffset}},setPosition:function(t){var n=e.root;n.style.left="left"in t?t.left+"px":"",n.style.right="right"in t?t.right+"px":"",n.style.top="top"in t?t.top+"px":"",n.style.bottom="bottom"in t?t.bottom+"px":""},setMaxHeight:function(t){e.root.style.maxHeight=t}};return new a.O(t)},t}(o.O)},function(e,t,n){n.d(t,{C:function(){return p}});var r=n(88),o=n(4),i=n(16),a=n(78),s=n(42),l=n(62),u=n(79),c=n(45),d=n(46),f=n(81),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.C6)(t,e),t.attachTo=function(e){return new t(e)},t.prototype.initialize=function(e,t){void 0===e&&(e=function(e){return new u.X(e)}),void 0===t&&(t=function(e){return new a.f(e)}),this.menuSurfaceFactory=e,this.listFactory=t},t.prototype.initialSyncWithDOM=function(){var e=this;this.menuSurface=this.menuSurfaceFactory(this.root);var t=this.root.querySelector(d.P$.LIST_SELECTOR);t?(this.list=this.listFactory(t),this.list.wrapFocus=!0):this.list=null,this.handleKeydown=function(t){e.foundation.handleKeydown(t)},this.handleItemAction=function(t){e.foundation.handleItemAction(e.items[t.detail.index])},this.handleMenuSurfaceOpened=function(){e.foundation.handleMenuSurfaceOpened()},this.menuSurface.listen(c.O.strings.OPENED_EVENT,this.handleMenuSurfaceOpened),this.listen("keydown",this.handleKeydown),this.listen(l.Y.strings.ACTION_EVENT,this.handleItemAction)},t.prototype.destroy=function(){this.list&&this.list.destroy(),this.menuSurface.destroy(),this.menuSurface.unlisten(c.O.strings.OPENED_EVENT,this.handleMenuSurfaceOpened),this.unlisten("keydown",this.handleKeydown),this.unlisten(l.Y.strings.ACTION_EVENT,this.handleItemAction),e.prototype.destroy.call(this)},Object.defineProperty(t.prototype,"open",{get:function(){return this.menuSurface.isOpen()},set:function(e){e?this.menuSurface.open():this.menuSurface.close()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"wrapFocus",{get:function(){return!!this.list&&this.list.wrapFocus},set:function(e){this.list&&(this.list.wrapFocus=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"hasTypeahead",{set:function(e){this.list&&(this.list.hasTypeahead=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"typeaheadInProgress",{get:function(){return!!this.list&&this.list.typeaheadInProgress},enumerable:!1,configurable:!0}),t.prototype.typeaheadMatchItem=function(e,t){return this.list?this.list.typeaheadMatchItem(e,t):-1},t.prototype.layout=function(){this.list&&this.list.layout()},Object.defineProperty(t.prototype,"items",{get:function(){return this.list?this.list.listElements:[]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"singleSelection",{set:function(e){this.list&&(this.list.singleSelection=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this.list?this.list.selectedIndex:s.nL.UNSET_INDEX},set:function(e){this.list&&(this.list.selectedIndex=e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"quickOpen",{set:function(e){this.menuSurface.quickOpen=e},enumerable:!1,configurable:!0}),t.prototype.setDefaultFocusState=function(e){this.foundation.setDefaultFocusState(e)},t.prototype.setAnchorCorner=function(e){this.menuSurface.setAnchorCorner(e)},t.prototype.setAnchorMargin=function(e){this.menuSurface.setAnchorMargin(e)},t.prototype.setSelectedIndex=function(e){this.foundation.setSelectedIndex(e)},t.prototype.setEnabled=function(e,t){this.foundation.setEnabled(e,t)},t.prototype.getOptionByIndex=function(e){return e<this.items.length?this.items[e]:null},t.prototype.getPrimaryTextAtIndex=function(e){var t=this.getOptionByIndex(e);return t&&this.list&&this.list.getPrimaryText(t)||""},t.prototype.setFixedPosition=function(e){this.menuSurface.setFixedPosition(e)},t.prototype.setIsHoisted=function(e){this.menuSurface.setIsHoisted(e)},t.prototype.setAbsolutePosition=function(e,t){this.menuSurface.setAbsolutePosition(e,t)},t.prototype.setAnchorElement=function(e){this.menuSurface.anchorElement=e},t.prototype.getDefaultFoundation=function(){var e=this,t={addClassToElementAtIndex:function(t,n){e.items[t].classList.add(n)},removeClassFromElementAtIndex:function(t,n){e.items[t].classList.remove(n)},addAttributeToElementAtIndex:function(t,n,r){e.items[t].setAttribute(n,r)},removeAttributeFromElementAtIndex:function(t,n){e.items[t].removeAttribute(n)},getAttributeFromElementAtIndex:function(t,n){return e.items[t].getAttribute(n)},elementContainsClass:function(e,t){return e.classList.contains(t)},closeSurface:function(t){e.menuSurface.close(t)},getElementIndex:function(t){return e.items.indexOf(t)},notifySelected:function(t){e.emit(d.P$.SELECTED_EVENT,{index:t.index,item:e.items[t.index]})},getMenuItemCount:function(){return e.items.length},focusItemAtIndex:function(t){e.items[t].focus()},focusListRoot:function(){e.root.querySelector(d.P$.LIST_SELECTOR).focus()},isSelectableItemAtIndex:function(t){return!!(0,i.kp)(e.items[t],"."+d.Y7.MENU_SELECTION_GROUP)},getSelectedSiblingOfItemAtIndex:function(t){var n=(0,i.kp)(e.items[t],"."+d.Y7.MENU_SELECTION_GROUP).querySelector("."+d.Y7.MENU_SELECTED_LIST_ITEM);return n?e.items.indexOf(n):-1}};return new f.d(t)},t}(o.O)},function(e,t,n){n.d(t,{d:function(){return l}});var r=n(88),o=n(3),i=n(42),a=n(45),s=n(46),l=function(e){function t(n){var o=e.call(this,(0,r.Cl)((0,r.Cl)({},t.defaultAdapter),n))||this;return o.closeAnimationEndTimerId=0,o.defaultFocusState=s.hf.LIST_ROOT,o.selectedIndex=-1,o}return(0,r.C6)(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return s.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return s.P$},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return s.nL},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClassToElementAtIndex:function(){},removeClassFromElementAtIndex:function(){},addAttributeToElementAtIndex:function(){},removeAttributeFromElementAtIndex:function(){},getAttributeFromElementAtIndex:function(){return null},elementContainsClass:function(){return!1},closeSurface:function(){},getElementIndex:function(){return-1},notifySelected:function(){},getMenuItemCount:function(){return 0},focusItemAtIndex:function(){},focusListRoot:function(){},getSelectedSiblingOfItemAtIndex:function(){return-1},isSelectableItemAtIndex:function(){return!1}}},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this.closeAnimationEndTimerId&&clearTimeout(this.closeAnimationEndTimerId),this.adapter.closeSurface()},t.prototype.handleKeydown=function(e){var t=e.key,n=e.keyCode;("Tab"===t||9===n)&&this.adapter.closeSurface(!0)},t.prototype.handleItemAction=function(e){var t=this,n=this.adapter.getElementIndex(e);if(!(n<0)){this.adapter.notifySelected({index:n});var r="true"===this.adapter.getAttributeFromElementAtIndex(n,s.P$.SKIP_RESTORE_FOCUS);this.adapter.closeSurface(r),this.closeAnimationEndTimerId=setTimeout((function(){var n=t.adapter.getElementIndex(e);n>=0&&t.adapter.isSelectableItemAtIndex(n)&&t.setSelectedIndex(n)}),a.O.numbers.TRANSITION_CLOSE_DURATION)}},t.prototype.handleMenuSurfaceOpened=function(){switch(this.defaultFocusState){case s.hf.FIRST_ITEM:this.adapter.focusItemAtIndex(0);break;case s.hf.LAST_ITEM:this.adapter.focusItemAtIndex(this.adapter.getMenuItemCount()-1);break;case s.hf.NONE:break;default:this.adapter.focusListRoot()}},t.prototype.setDefaultFocusState=function(e){this.defaultFocusState=e},t.prototype.getSelectedIndex=function(){return this.selectedIndex},t.prototype.setSelectedIndex=function(e){if(this.validatedIndex(e),!this.adapter.isSelectableItemAtIndex(e))throw new Error("MDCMenuFoundation: No selection group at specified index.");var t=this.adapter.getSelectedSiblingOfItemAtIndex(e);t>=0&&(this.adapter.removeAttributeFromElementAtIndex(t,s.P$.ARIA_CHECKED_ATTR),this.adapter.removeClassFromElementAtIndex(t,s.Y7.MENU_SELECTED_LIST_ITEM)),this.adapter.addClassToElementAtIndex(e,s.Y7.MENU_SELECTED_LIST_ITEM),this.adapter.addAttributeToElementAtIndex(e,s.P$.ARIA_CHECKED_ATTR,"true"),this.selectedIndex=e},t.prototype.setEnabled=function(e,t){this.validatedIndex(e),t?(this.adapter.removeClassFromElementAtIndex(e,i.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.addAttributeToElementAtIndex(e,s.P$.ARIA_DISABLED_ATTR,"false")):(this.adapter.addClassToElementAtIndex(e,i.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.addAttributeToElementAtIndex(e,s.P$.ARIA_DISABLED_ATTR,"true"))},t.prototype.validatedIndex=function(e){var t=this.adapter.getMenuItemCount();if(!(e>=0&&e<t))throw new Error("MDCMenuFoundation: No list item at specified index.")},t}(o.I)},function(e,t,n){n.d(t,{Y:function(){return r}});
|
|
398
398
|
/**
|
|
399
399
|
* @license
|
|
400
400
|
* Copyright 2016 Google Inc.
|