@m3e/web 2.1.3 → 2.2.1
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/README.md +5 -2
- package/dist/all.js +2916 -391
- package/dist/all.js.map +1 -1
- package/dist/all.min.js +77 -41
- package/dist/all.min.js.map +1 -1
- package/dist/app-bar.js +14 -7
- package/dist/app-bar.js.map +1 -1
- package/dist/app-bar.min.js +1 -1
- package/dist/app-bar.min.js.map +1 -1
- package/dist/autocomplete.js +59 -23
- package/dist/autocomplete.js.map +1 -1
- package/dist/autocomplete.min.js +1 -1
- package/dist/autocomplete.min.js.map +1 -1
- package/dist/bottom-sheet.js +8 -27
- package/dist/bottom-sheet.js.map +1 -1
- package/dist/bottom-sheet.min.js +1 -1
- package/dist/bottom-sheet.min.js.map +1 -1
- package/dist/calendar.js +1082 -0
- package/dist/calendar.js.map +1 -0
- package/dist/calendar.min.js +43 -0
- package/dist/calendar.min.js.map +1 -0
- package/dist/chips.js +2 -6
- package/dist/chips.js.map +1 -1
- package/dist/chips.min.js +1 -1
- package/dist/chips.min.js.map +1 -1
- package/dist/core-a11y.js +23 -9
- package/dist/core-a11y.js.map +1 -1
- package/dist/core-a11y.min.js +4 -4
- package/dist/core-a11y.min.js.map +1 -1
- package/dist/core-anchoring.js +135 -15
- package/dist/core-anchoring.js.map +1 -1
- package/dist/core-anchoring.min.js +1 -1
- package/dist/core-anchoring.min.js.map +1 -1
- package/dist/core.js +101 -1
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +1 -1
- package/dist/core.min.js.map +1 -1
- package/dist/css-custom-data.json +1146 -646
- package/dist/custom-elements.json +31433 -26898
- package/dist/datepicker.js +573 -0
- package/dist/datepicker.js.map +1 -0
- package/dist/datepicker.min.js +7 -0
- package/dist/datepicker.min.js.map +1 -0
- package/dist/drawer-container.js +10 -4
- package/dist/drawer-container.js.map +1 -1
- package/dist/drawer-container.min.js +1 -1
- package/dist/drawer-container.min.js.map +1 -1
- package/dist/fab-menu.js +1 -1
- package/dist/fab-menu.js.map +1 -1
- package/dist/fab-menu.min.js +1 -1
- package/dist/fab-menu.min.js.map +1 -1
- package/dist/form-field.js +2 -6
- package/dist/form-field.js.map +1 -1
- package/dist/form-field.min.js +3 -3
- package/dist/form-field.min.js.map +1 -1
- package/dist/html-custom-data.json +553 -187
- package/dist/menu.js +3 -7
- package/dist/menu.js.map +1 -1
- package/dist/menu.min.js +1 -1
- package/dist/menu.min.js.map +1 -1
- package/dist/nav-bar.js +17 -7
- package/dist/nav-bar.js.map +1 -1
- package/dist/nav-bar.min.js +1 -1
- package/dist/nav-bar.min.js.map +1 -1
- package/dist/nav-menu.js +3 -11
- package/dist/nav-menu.js.map +1 -1
- package/dist/nav-menu.min.js +1 -1
- package/dist/nav-menu.min.js.map +1 -1
- package/dist/nav-rail.js +2 -6
- package/dist/nav-rail.js.map +1 -1
- package/dist/nav-rail.min.js +1 -1
- package/dist/nav-rail.min.js.map +1 -1
- package/dist/option.js +4 -8
- package/dist/option.js.map +1 -1
- package/dist/option.min.js +1 -1
- package/dist/option.min.js.map +1 -1
- package/dist/paginator.js.map +1 -1
- package/dist/paginator.min.js.map +1 -1
- package/dist/search.js +821 -0
- package/dist/search.js.map +1 -0
- package/dist/search.min.js +7 -0
- package/dist/search.min.js.map +1 -0
- package/dist/segmented-button.js +2 -2
- package/dist/segmented-button.js.map +1 -1
- package/dist/segmented-button.min.js.map +1 -1
- package/dist/select.js +4 -15
- package/dist/select.js.map +1 -1
- package/dist/select.min.js +1 -1
- package/dist/select.min.js.map +1 -1
- package/dist/snackbar.js +2 -6
- package/dist/snackbar.js.map +1 -1
- package/dist/snackbar.min.js +1 -1
- package/dist/snackbar.min.js.map +1 -1
- package/dist/split-button.js +1 -1
- package/dist/split-button.js.map +1 -1
- package/dist/split-button.min.js.map +1 -1
- package/dist/src/all.d.ts +3 -0
- package/dist/src/all.d.ts.map +1 -1
- package/dist/src/app-bar/AppBarElement.d.ts +6 -4
- package/dist/src/app-bar/AppBarElement.d.ts.map +1 -1
- package/dist/src/autocomplete/AutocompleteElement.d.ts +7 -2
- package/dist/src/autocomplete/AutocompleteElement.d.ts.map +1 -1
- package/dist/src/autocomplete/AutocompleteQueryEventDetail.d.ts +12 -0
- package/dist/src/autocomplete/AutocompleteQueryEventDetail.d.ts.map +1 -0
- package/dist/src/autocomplete/QueryEventDetail.d.ts +3 -8
- package/dist/src/autocomplete/QueryEventDetail.d.ts.map +1 -1
- package/dist/src/autocomplete/index.d.ts +1 -0
- package/dist/src/autocomplete/index.d.ts.map +1 -1
- package/dist/src/bottom-sheet/BottomSheetElement.d.ts.map +1 -1
- package/dist/src/calendar/CalendarElement.d.ts +213 -0
- package/dist/src/calendar/CalendarElement.d.ts.map +1 -0
- package/dist/src/calendar/CalendarView.d.ts +3 -0
- package/dist/src/calendar/CalendarView.d.ts.map +1 -0
- package/dist/src/calendar/CalendarViewElementBase.d.ts +28 -0
- package/dist/src/calendar/CalendarViewElementBase.d.ts.map +1 -0
- package/dist/src/calendar/MonthViewElement.d.ts +36 -0
- package/dist/src/calendar/MonthViewElement.d.ts.map +1 -0
- package/dist/src/calendar/MultiYearViewElement.d.ts +27 -0
- package/dist/src/calendar/MultiYearViewElement.d.ts.map +1 -0
- package/dist/src/calendar/YearViewElement.d.ts +27 -0
- package/dist/src/calendar/YearViewElement.d.ts.map +1 -0
- package/dist/src/calendar/index.d.ts +7 -0
- package/dist/src/calendar/index.d.ts.map +1 -0
- package/dist/src/calendar/utils.d.ts +24 -0
- package/dist/src/calendar/utils.d.ts.map +1 -0
- package/dist/src/chips/InputChipSetElement.d.ts.map +1 -1
- package/dist/src/core/a11y/FocusTrapElement.d.ts.map +1 -1
- package/dist/src/core/a11y/InteractivityChecker.d.ts.map +1 -1
- package/dist/src/core/anchoring/AnchorOptions.d.ts +1 -1
- package/dist/src/core/anchoring/AnchorOptions.d.ts.map +1 -1
- package/dist/src/core/anchoring/FloatingPanelElement.d.ts +18 -3
- package/dist/src/core/anchoring/FloatingPanelElement.d.ts.map +1 -1
- package/dist/src/core/anchoring/positionAnchor.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/InertController.d.ts +19 -0
- package/dist/src/core/shared/controllers/InertController.d.ts.map +1 -0
- package/dist/src/core/shared/controllers/index.d.ts +1 -0
- package/dist/src/core/shared/controllers/index.d.ts.map +1 -1
- package/dist/src/core/shared/converters/dateConverter.d.ts +4 -0
- package/dist/src/core/shared/converters/dateConverter.d.ts.map +1 -0
- package/dist/src/core/shared/converters/index.d.ts +1 -0
- package/dist/src/core/shared/converters/index.d.ts.map +1 -1
- package/dist/src/core/shared/utils/index.d.ts +1 -0
- package/dist/src/core/shared/utils/index.d.ts.map +1 -1
- package/dist/src/core/shared/utils/registerStyleSheet.d.ts +7 -0
- package/dist/src/core/shared/utils/registerStyleSheet.d.ts.map +1 -0
- package/dist/src/datepicker/DatepickerElement.d.ts +239 -0
- package/dist/src/datepicker/DatepickerElement.d.ts.map +1 -0
- package/dist/src/datepicker/DatepickerToggleElement.d.ts +21 -0
- package/dist/src/datepicker/DatepickerToggleElement.d.ts.map +1 -0
- package/dist/src/datepicker/DatepickerVariant.d.ts +3 -0
- package/dist/src/datepicker/DatepickerVariant.d.ts.map +1 -0
- package/dist/src/datepicker/index.d.ts +4 -0
- package/dist/src/datepicker/index.d.ts.map +1 -0
- package/dist/src/drawer-container/DrawerContainerElement.d.ts +2 -2
- package/dist/src/drawer-container/DrawerContainerElement.d.ts.map +1 -1
- package/dist/src/form-field/FormFieldElement.d.ts.map +1 -1
- package/dist/src/menu/MenuElement.d.ts.map +1 -1
- package/dist/src/nav-bar/NavBarElement.d.ts +3 -1
- package/dist/src/nav-bar/NavBarElement.d.ts.map +1 -1
- package/dist/src/nav-menu/NavMenuElement.d.ts.map +1 -1
- package/dist/src/nav-menu/NavMenuItemElement.d.ts.map +1 -1
- package/dist/src/nav-rail/NavRailElement.d.ts.map +1 -1
- package/dist/src/option/OptionPanelElement.d.ts.map +1 -1
- package/dist/src/paginator/PageEventDetail.d.ts +6 -11
- package/dist/src/paginator/PageEventDetail.d.ts.map +1 -1
- package/dist/src/paginator/PaginatorElement.d.ts +2 -2
- package/dist/src/paginator/PaginatorElement.d.ts.map +1 -1
- package/dist/src/paginator/PaginatorPageEventDetail.d.ts +12 -0
- package/dist/src/paginator/PaginatorPageEventDetail.d.ts.map +1 -0
- package/dist/src/paginator/index.d.ts +1 -0
- package/dist/src/paginator/index.d.ts.map +1 -1
- package/dist/src/search/SearchBarElement.d.ts +92 -0
- package/dist/src/search/SearchBarElement.d.ts.map +1 -0
- package/dist/src/search/SearchViewElement.d.ts +150 -0
- package/dist/src/search/SearchViewElement.d.ts.map +1 -0
- package/dist/src/search/SearchViewMode.d.ts +3 -0
- package/dist/src/search/SearchViewMode.d.ts.map +1 -0
- package/dist/src/search/SearchViewQueryEventDetail.d.ts +12 -0
- package/dist/src/search/SearchViewQueryEventDetail.d.ts.map +1 -0
- package/dist/src/search/index.d.ts +5 -0
- package/dist/src/search/index.d.ts.map +1 -0
- package/dist/src/search/styles/SearchBarStyle.d.ts +12 -0
- package/dist/src/search/styles/SearchBarStyle.d.ts.map +1 -0
- package/dist/src/search/styles/SearchBarToken.d.ts +27 -0
- package/dist/src/search/styles/SearchBarToken.d.ts.map +1 -0
- package/dist/src/search/styles/SearchViewStyle.d.ts +12 -0
- package/dist/src/search/styles/SearchViewStyle.d.ts.map +1 -0
- package/dist/src/search/styles/SearchViewToken.d.ts +26 -0
- package/dist/src/search/styles/SearchViewToken.d.ts.map +1 -0
- package/dist/src/search/styles/index.d.ts +3 -0
- package/dist/src/search/styles/index.d.ts.map +1 -0
- package/dist/src/segmented-button/ButtonSegmentElement.d.ts +2 -2
- package/dist/src/select/SelectElement.d.ts.map +1 -1
- package/dist/src/snackbar/SnackbarElement.d.ts.map +1 -1
- package/dist/src/split-button/SplitButtonElement.d.ts +1 -1
- package/dist/src/stepper/StepperElement.d.ts +3 -1
- package/dist/src/stepper/StepperElement.d.ts.map +1 -1
- package/dist/src/switch/SwitchElement.d.ts +2 -2
- package/dist/stepper.js +18 -12
- package/dist/stepper.js.map +1 -1
- package/dist/stepper.min.js +1 -1
- package/dist/stepper.min.js.map +1 -1
- package/dist/switch.js +2 -2
- package/dist/switch.js.map +1 -1
- package/dist/switch.min.js.map +1 -1
- package/dist/tooltip.js +1 -1
- package/dist/tooltip.js.map +1 -1
- package/dist/tooltip.min.js +1 -1
- package/dist/tooltip.min.js.map +1 -1
- package/package.json +16 -1
package/dist/core.min.js
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* Copyright (c) 2025 matraic
|
|
4
4
|
* See LICENSE file in the project root for full license text.
|
|
5
5
|
*/
|
|
6
|
-
import{__classPrivateFieldGet as e,__classPrivateFieldSet as t,__decorate as s}from"tslib";import{isServer as i,nothing as a,noChange as n,unsafeCSS as r,html as o,css as l,LitElement as c}from"lit";import{directive as d,Directive as h,PartType as p}from"lit/directive.js";import{property as m,query as u}from"lit/decorators.js";import{ifDefined as f}from"lit/directives/if-defined.js";var v,y,g,b,x,w,k,$,E,S,C,z,L,M,W,F,A,_,D,T,H,P,I,O,B,V,N,R,q,U,j,X,Y,G,Z,K,Q,J,ee,te,se,ie,ae,ne,re,oe,le,ce,de,he,pe,me,ue,fe,ve,ye,ge,be,xe,we,ke,$e,Ee,Se,Ce,ze,Le,Me,We,Fe,Ae,_e,De,Te,He;class Pe{constructor(s,i){v.set(this,null),y.set(this,0),g.set(this,!1),b.set(this,void 0),x.set(this,()=>{if(!e(this,g,"f"))return;const s=performance.now();e(this,b,"f").call(this,(s-e(this,y,"f"))/1e3,s/1e3),t(this,y,s,"f"),t(this,v,requestAnimationFrame(e(this,x,"f")),"f")}),t(this,b,i,"f"),s.addController(this)}hostDisconnected(){this.stop()}start(){e(this,g,"f")||(t(this,g,!0,"f"),t(this,y,performance.now(),"f"),e(this,x,"f").call(this))}stop(){e(this,g,"f")&&(t(this,g,!1,"f"),null!==e(this,v,"f")&&(cancelAnimationFrame(e(this,v,"f")),t(this,v,null,"f")))}}v=new WeakMap,y=new WeakMap,g=new WeakMap,b=new WeakMap,x=new WeakMap;class Ie{constructor(s,i){w.set(this,void 0),k.set(this,void 0),$.set(this,new Set),t(this,w,s,"f"),t(this,k,i.target,"f"),e(this,w,"f").addController(this)}get targets(){return e(this,$,"f").values()}hostConnected(){null!==e(this,k,"f")&&this.observe(e(this,k,"f")??e(this,w,"f"))}hostDisconnected(){e(this,$,"f").forEach(e=>this.unobserve(e)),e(this,$,"f").clear()}observe(t){e(this,$,"f").has(t)||(e(this,$,"f").add(t),this._observe(t))}isObserving(t){return e(this,$,"f").has(t)}unobserve(t){e(this,$,"f").delete(t)&&this._unobserve(t)}}function Oe(e,t){if(!t)return 0;const s=document.createElement("div");s.style.all="inherit",s.style.width=t,s.style.position="absolute",s.style.visibility="hidden",s.style.pointerEvents="none",e.appendChild(s);try{return parseFloat(getComputedStyle(s).width)}finally{s.remove()}}function Be(e){const t=parseFloat(getComputedStyle(e).lineHeight);return isNaN(t)||t<=0?0:Math.round(e.scrollHeight/t)}async function Ve(e,t=200){function s(e){const t=e.getRootNode();return t instanceof ShadowRoot?t.activeElement===e:document.activeElement===e}e.focus();const i=performance.now();for(;!s(e);){if(!e.isConnected||performance.now()-i>t)return!1;await new Promise(requestAnimationFrame),e.focus()}return!0}function Ne(){return!i&&matchMedia("(forced-colors: active)").matches}function Re(e,t,s){return e+(t-e)*s}function qe(e,t,s,i){return{x:Math.pow(1-i,2)*e.x+2*(1-i)*i*t.x+Math.pow(i,2)*s.x,y:Math.pow(1-i,2)*e.y+2*(1-i)*i*t.y+Math.pow(i,2)*s.y}}function Ue(e,t,s,i,a){return{x:Math.pow(1-a,3)*e.x+3*Math.pow(1-a,2)*a*t.x+3*(1-a)*Math.pow(a,2)*s.x+Math.pow(a,3)*i.x,y:Math.pow(1-a,3)*e.y+3*Math.pow(1-a,2)*a*t.y+3*(1-a)*Math.pow(a,2)*s.y+Math.pow(a,3)*i.y}}function je(e,t){const s=function(e){return(e.match(/[a-zA-Z][^a-zA-Z]*/g)||[]).map(e=>({type:e[0],nums:e.slice(1).trim().split(/[\s,]+/).filter(Boolean).map(Number)}))}(e);let i={x:0,y:0},a={x:0,y:0};const n=[];for(const e of s)if("M"===e.type)i={x:e.nums[0],y:e.nums[1]},a=i;else if("L"===e.type){const t={x:e.nums[0],y:e.nums[1]},s=t.x-i.x,a=t.y-i.y;n.push({type:"L",pts:[i,t],length:Math.hypot(s,a)}),i=t}else if("H"===e.type){const t={x:e.nums[0],y:i.y},s=t.x-i.x;n.push({type:"L",pts:[i,t],length:Math.abs(s)}),i=t}else if("V"===e.type){const t={x:i.x,y:e.nums[0]},s=t.y-i.y;n.push({type:"L",pts:[i,t],length:Math.abs(s)}),i=t}else if("Q"===e.type){const t={x:e.nums[0],y:e.nums[1]},s={x:e.nums[2],y:e.nums[3]};let a=0,r=i;const o=20;for(let e=1;e<=o;e++){const n=qe(i,t,s,e/o);a+=Math.hypot(n.x-r.x,n.y-r.y),r=n}n.push({type:"Q",pts:[i,t,s],length:a}),i=s}else if("C"===e.type){const t={x:e.nums[0],y:e.nums[1]},s={x:e.nums[2],y:e.nums[3]},a={x:e.nums[4],y:e.nums[5]};let r=0,o=i;const l=20;for(let e=1;e<=l;e++){const n=Ue(i,t,s,a,e/l);r+=Math.hypot(n.x-o.x,n.y-o.y),o=n}n.push({type:"C",pts:[i,t,s,a],length:r}),i=a}else if("Z"===e.type){const e=a.x-i.x,t=a.y-i.y;n.push({type:"L",pts:[i,a],length:Math.hypot(e,t)}),i=a}const r=n.reduce((e,t)=>e+t.length,0)/(t-1),o=[];let l=0,c=0;for(let e=0;e<t;e++){const t=e*r;for(;c<n.length&&l+n[c].length<t;)l+=n[c].length,c++;const s=n[c];if(!s)break;const i=(t-l)/s.length;if("L"===s.type){const[e,t]=s.pts;o.push({x:Re(e.x,t.x,i),y:Re(e.y,t.y,i)})}else if("Q"===s.type){const[e,t,a]=s.pts;o.push(qe(e,t,a,i))}else if("C"===s.type){const[e,t,a,n]=s.pts;o.push(Ue(e,t,a,n,i))}}return o}function Xe(e,t,s){return Math.max(t,Math.min(s,e))}function Ye(e,t){const s=e.length,i=new Array(s);for(let a=0;a<s;a++)i[a]=e[(a+t)%s];return i}function Ge(e,t){const s=Math.min(t.length,e.length);let i=0,a=1/0;for(let n=0;n<s;n++){let r=0;for(let i=0;i<s;i++){const o=t[(i+n)%s],l=e[i],c=o.x-l.x,d=o.y-l.y;if(r+=c*c+d*d,r>=a)break}r<a&&(a=r,i=n)}return i}function Ze(e){let t=0;const s=e.length;for(let i=0;i<s;i++){const a=e[i],n=e[(i+1)%s];t+=a.x*n.y-n.x*a.y}return t/2}function Ke(e,t){return function(e){const t=e.map(e=>{const t=function(e){let t=1/0,s=1/0,i=-1/0,a=-1/0;for(const n of e)n.x<t&&(t=n.x),n.x>i&&(i=n.x),n.y<s&&(s=n.y),n.y>a&&(a=n.y);return{minX:t,minY:s,maxX:i,maxY:a,width:i-t,height:a-s}}(e),s=e.map(e=>({x:e.x-t.minX,y:e.y-t.minY})),i=Math.max(t.width,t.height)||1,a=s.map(e=>({x:e.x/i,y:e.y/i})),n=t.width/i,r=t.height/i,o=(1-n)/2,l=(1-r)/2;return a.map(e=>({x:e.x+o,y:e.y+l}))}),s=t[0],i=Math.sign(Ze(s));for(let e=1;e<t.length;e++){let a=t[e];const n=Math.sign(Ze(a));0!==n&&n!==i&&(a=a.slice().reverse());const r=Ge(s,a);t[e]=Ye(a,r)}return t}(e.map(e=>je(e,t))).map(e=>`${e.map(e=>{const t=Xe(100*e.x,0,100),s=Xe(100*e.y,0,100);return`${t.toFixed(2)}% ${s.toFixed(2)}%`}).join(", ")}`)}function Qe(e,t=!1){let s="";switch(e.nodeType){case Node.TEXT_NODE:s=e.nodeValue??"";break;case Node.ELEMENT_NODE:if(e instanceof HTMLSlotElement)for(const i of e.assignedNodes({flatten:!0}))s+=Qe(i,t);else for(const i of e.childNodes)s+=Qe(i,t)}return t&&(s=s.trim()),s}function Je(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})}function et(e){return e.assignedNodes({flatten:!0}).length>0}function tt(e,t,s){const i=Object.getOwnPropertyDescriptor(e,t)??Object.getOwnPropertyDescriptor(Object.getPrototypeOf(e),t);if(!i)throw new Error(`Property ${String(t)} not found on target.`);const a=i.get?.bind(e),n=i.set?.bind(e);return Object.defineProperty(e,t,{configurable:!0,enumerable:i.enumerable,get:()=>s.get?s.get(()=>a?.()):a?.(),set(e){s.set?s.set(e,e=>n?.(e)):n?.(e)}}),()=>Object.defineProperty(e,t,i)}function st(){return i||matchMedia("(prefers-reduced-motion)").matches}function it(e,t=document){return new Promise(s=>{const i=t.querySelector(`#${e}`);i?s(i):"complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",()=>s(t.querySelector(`#${e}`)),{once:!0}):s(t.querySelector(`#${e}`))})}function at(e){const t=document?.location??null;return`url(${t?(t.pathname+t.search).split("#")[0]:""}#${e})`}function nt(e,t,s){const i=t.getBoundingClientRect(),a=e.getBoundingClientRect();(a.top<i.top||a.bottom>i.bottom)&&e.scrollIntoView(s)}w=new WeakMap,k=new WeakMap,$=new WeakMap;class rt{constructor(e=100){E.set(this,[]),S.set(this,void 0),t(this,S,e,"f")}add(t,s=performance.now()){e(this,E,"f").push({y:t,t:s});const i=s-e(this,S,"f");for(;e(this,E,"f").length>1&&e(this,E,"f")[0].t<i;)e(this,E,"f").shift()}getVelocity(){if(e(this,E,"f").length<2)return 0;const t=e(this,E,"f")[0],s=e(this,E,"f")[e(this,E,"f").length-1],i=s.y-t.y,a=(s.t-t.t)/1e3;return a>0?i/a:0}reset(){e(this,E,"f").length=0}}E=new WeakMap,S=new WeakMap;class ot extends Ie{constructor(s,i){super(s,i),C.add(this),z.set(this,!1),L.set(this,void 0),M.set(this,t=>e(this,C,"m",P).call(this,t)),W.set(this,t=>e(this,C,"m",I).call(this,t)),F.set(this,t=>e(this,C,"m",O).call(this,t)),A.set(this,()=>t(this,z,!0,"f")),_.set(this,()=>t(this,z,!1,"f")),D.set(this,!1),T.set(this,()=>t(this,D,!0,"f")),H.set(this,()=>t(this,D,!1,"f")),t(this,L,i.callback,"f")}hostConnected(){super.hostConnected(),window?.addEventListener("keydown",e(this,T,"f"),{capture:!0,passive:!0}),window?.addEventListener("pointerdown",e(this,H,"f"),{capture:!0})}hostDisconnected(){super.hostDisconnected(),window?.removeEventListener("keydown",e(this,T,"f"),{capture:!0}),window?.removeEventListener("pointerdown",e(this,H,"f"),{capture:!0})}_observe(t){t.addEventListener("keydown",e(this,M,"f")),t.addEventListener("focusin",e(this,W,"f")),t.addEventListener("focusout",e(this,F,"f")),t.addEventListener("touchstart",e(this,A,"f")),t.addEventListener("touchend",e(this,_,"f")),t.addEventListener("touchcancel",e(this,_,"f"))}_unobserve(t){t.removeEventListener("keydown",e(this,M,"f")),t.removeEventListener("focusin",e(this,W,"f")),t.removeEventListener("focusout",e(this,F,"f")),t.removeEventListener("touchstart",e(this,A,"f")),t.removeEventListener("touchend",e(this,_,"f")),t.removeEventListener("touchcancel",e(this,_,"f"))}}z=new WeakMap,L=new WeakMap,M=new WeakMap,W=new WeakMap,F=new WeakMap,A=new WeakMap,_=new WeakMap,D=new WeakMap,T=new WeakMap,H=new WeakMap,C=new WeakSet,P=function(t){t.currentTarget.matches(":focus-within")&&e(this,C,"m",I).call(this,t)},I=function(t){if(e(this,z,"f"))return;const s=t.currentTarget;e(this,L,"f").call(this,!0,s.matches(":focus-visible")||e(this,D,"f")||Ne(),s)},O=function(t){e(this,z,"f")||e(this,L,"f").call(this,!1,!1,t.currentTarget)};class lt extends Ie{constructor(s,i){super(s,i),B.add(this),V.set(this,void 0),N.set(this,new Map),R.set(this,new Map),q.set(this,t=>e(this,B,"m",G).call(this,t)),U.set(this,t=>e(this,B,"m",Z).call(this,t)),t(this,V,i.callback,"f"),this.startDelay=i.startDelay??0,this.endDelay=i.endDelay??0}clearDelays(){for(const t of this.targets)e(this,B,"m",j).call(this,t)}_observe(t){t.addEventListener("pointerenter",e(this,q,"f")),t.addEventListener("pointerleave",e(this,U,"f")),t.addEventListener("touchend",e(this,U,"f"))}_unobserve(t){t.removeEventListener("pointerenter",e(this,q,"f")),t.removeEventListener("pointerleave",e(this,U,"f")),t.removeEventListener("touchend",e(this,U,"f"))}}V=new WeakMap,N=new WeakMap,R=new WeakMap,q=new WeakMap,U=new WeakMap,B=new WeakSet,j=function(t){e(this,B,"m",X).call(this,t),e(this,B,"m",Y).call(this,t)},X=function(t){return!!e(this,N,"f").has(t)&&(clearTimeout(e(this,N,"f").get(t)),e(this,N,"f").delete(t))},Y=function(t){return!!e(this,R,"f").has(t)&&(clearTimeout(e(this,R,"f").get(t)),e(this,R,"f").delete(t))},G=function(t){const s=t.target;e(this,B,"m",Y).call(this,s),this.startDelay>0?(e(this,B,"m",X).call(this,s),e(this,N,"f").set(s,setTimeout(()=>{e(this,N,"f").delete(s),e(this,V,"f").call(this,!0,s)},this.startDelay))):e(this,V,"f").call(this,!0,s)},Z=function(t){const s=t.target;e(this,B,"m",X).call(this,s)||(this.endDelay>0?(e(this,B,"m",Y).call(this,s),e(this,R,"f").set(s,setTimeout(()=>{e(this,R,"f").delete(s),e(this,V,"f").call(this,!1,s)},this.endDelay))):e(this,V,"f").call(this,!1,s))};class ct extends Ie{constructor(s,a){super(s,a),K.set(this,void 0),Q.set(this,!1),J.set(this,void 0),ee.set(this,!0),t(this,K,a.callback,"f"),t(this,Q,a.skipInitial??!1,"f"),i||(window.IntersectionObserver?t(this,J,new IntersectionObserver((t,s)=>{e(this,K,"f").call(this,t,s)},a.init),"f"):console.warn("IntersectionController error: the browser does not support IntersectionObserver."))}async hostUpdated(){e(this,J,"f")&&!e(this,Q,"f")&&e(this,ee,"f")&&e(this,K,"f").call(this,[],e(this,J,"f")),t(this,ee,!1,"f")}_observe(s){e(this,J,"f")?.observe(s),t(this,ee,!0,"f")}_unobserve(t){e(this,J,"f")?.unobserve(t)}}K=new WeakMap,Q=new WeakMap,J=new WeakMap,ee=new WeakMap;class dt extends Ie{constructor(s,i){super(s,i),te.add(this),se.set(this,void 0),ie.set(this,void 0),ae.set(this,new Set),ne.set(this,new Map),re.set(this,t=>e(this,te,"m",le).call(this,t)),oe.set(this,t=>e(this,te,"m",ce).call(this,t)),t(this,se,i.callback,"f"),t(this,ie,i.threshold??500,"f")}_observe(t){t.addEventListener("touchstart",e(this,re,"f"),{passive:!0}),t.addEventListener("touchend",e(this,oe,"f")),t.addEventListener("touchcancel",e(this,oe,"f"))}_unobserve(t){t.removeEventListener("touchstart",e(this,re,"f")),t.removeEventListener("touchend",e(this,oe,"f")),t.removeEventListener("touchcancel",e(this,oe,"f"))}}se=new WeakMap,ie=new WeakMap,ae=new WeakMap,ne=new WeakMap,re=new WeakMap,oe=new WeakMap,te=new WeakSet,le=function(t){if(t.currentTarget instanceof HTMLElement&&this.isObserving(t.currentTarget)){const s=t.currentTarget;e(this,ne,"f").set(s,setTimeout(()=>{e(this,ae,"f").add(s),e(this,ne,"f").delete(s),e(this,se,"f").call(this,!0,s)},e(this,ie,"f")))}},ce=function(t){if(t.currentTarget instanceof HTMLElement&&this.isObserving(t.currentTarget)){const s=t.currentTarget;e(this,ae,"f").has(s)&&(e(this,se,"f").call(this,!1,s),e(this,ae,"f").delete(s)),e(this,ne,"f").has(s)&&(clearTimeout(e(this,ne,"f").get(s)),e(this,ne,"f").delete(s))}};class ht extends Ie{constructor(s,a){super(s,a),de.set(this,void 0),he.set(this,!1),pe.set(this,void 0),me.set(this,void 0),ue.set(this,!0),t(this,de,a.callback,"f"),t(this,he,a.skipInitial??!1,"f"),t(this,pe,a.config,"f"),i||(window.MutationObserver?t(this,me,new MutationObserver((t,s)=>e(this,de,"f").call(this,t,s)),"f"):console.warn("MutationController error: the browser does not support MutationObserver."))}async hostUpdated(){if(e(this,me,"f")&&!e(this,he,"f")&&e(this,ue,"f")){const t=e(this,me,"f").takeRecords();t.length>0&&e(this,de,"f").call(this,t,e(this,me,"f"))}t(this,ue,!1,"f")}hostDisconnected(){super.hostDisconnected(),e(this,me,"f")?.disconnect()}_observe(s){e(this,me,"f")?.observe(s,e(this,pe,"f")),t(this,ue,!0,"f")}_unobserve(){e(this,me,"f")?.disconnect();for(const t of this.targets)e(this,me,"f")?.observe(t,e(this,pe,"f"))}}de=new WeakMap,he=new WeakMap,pe=new WeakMap,me=new WeakMap,ue=new WeakMap;class pt extends Ie{constructor(s,i){super(s,i),fe.add(this),ve.set(this,void 0),ye.set(this,void 0),ge.set(this,void 0),be.set(this,new Map),xe.set(this,void 0),we.set(this,t=>e(this,fe,"m",Ce).call(this,t)),ke.set(this,t=>e(this,fe,"m",ze).call(this,t)),$e.set(this,t=>e(this,fe,"m",Le).call(this,t)),Ee.set(this,t=>e(this,fe,"m",Me).call(this,t)),Se.set(this,t=>e(this,fe,"m",We).call(this,t)),t(this,ve,i.capture,"f"),t(this,ye,i.callback,"f"),t(this,ge,i.isPressedKey,"f"),t(this,xe,i.minPressedDuration??0,"f")}hostConnected(){document.addEventListener("pointerup",e(this,ke,"f"),{capture:e(this,ve,"f")}),document.addEventListener("touchend",e(this,$e,"f"),{capture:e(this,ve,"f")}),document.addEventListener("touchcancel",e(this,$e,"f"),{capture:e(this,ve,"f")}),super.hostConnected()}hostDisconnected(){document.removeEventListener("pointerup",e(this,ke,"f"),{capture:e(this,ve,"f")}),document.removeEventListener("touchend",e(this,$e,"f"),{capture:e(this,ve,"f")}),document.removeEventListener("touchcancel",e(this,$e,"f"),{capture:e(this,ve,"f")}),super.hostDisconnected(),e(this,be,"f").clear()}_observe(t){t.addEventListener("pointerdown",e(this,we,"f"),{capture:e(this,ve,"f")}),e(this,ge,"f")&&(t.addEventListener("keydown",e(this,Ee,"f"),{capture:e(this,ve,"f")}),t.addEventListener("keyup",e(this,Se,"f"),{capture:e(this,ve,"f")}))}_unobserve(t){t.removeEventListener("pointerdown",e(this,we,"f"),{capture:e(this,ve,"f")}),e(this,ge,"f")&&(t.removeEventListener("keydown",e(this,Ee,"f"),{capture:e(this,ve,"f")}),t.removeEventListener("keyup",e(this,Se,"f"),{capture:e(this,ve,"f")}))}}ve=new WeakMap,ye=new WeakMap,ge=new WeakMap,be=new WeakMap,xe=new WeakMap,we=new WeakMap,ke=new WeakMap,$e=new WeakMap,Ee=new WeakMap,Se=new WeakMap,fe=new WeakSet,Ce=function(t){if(!("mouse"===t.pointerType&&t.button>1))for(const s of t.composedPath())if(s instanceof HTMLElement&&this.isObserving(s)){e(this,be,"f").has(s)||(e(this,be,"f").set(s,performance.now()),e(this,ye,"f").call(this,!0,{x:t.x,y:t.y},s));break}},ze=function(t){"mouse"===t.pointerType&&t.button>1||e(this,fe,"m",Fe).call(this,t.x,t.y)},Le=function(t){e(this,fe,"m",Fe).call(this,t.changedTouches[0]?.clientX??0,t.changedTouches[0]?.clientY??0)},Me=function(t){if(t.target!==t.currentTarget)return;const s=t.currentTarget;if(e(this,ge,"f")?.call(this,t.key)&&(" "===t.key&&t.preventDefault(),!e(this,be,"f").has(s))){e(this,be,"f").set(s,performance.now());const t=s.getBoundingClientRect();e(this,ye,"f").call(this,!0,{x:t.x+t.width/2,y:t.y+t.height/2},s)}},We=function(t){const s=t.target;if(e(this,be,"f").has(s)&&e(this,ge,"f")?.call(this,t.key)){const t=e(this,xe,"f")-(performance.now()-e(this,be,"f").get(s)),i=s.getBoundingClientRect();t>0?setTimeout(()=>{e(this,be,"f").delete(s),e(this,ye,"f").call(this,!1,{x:i.x+i.width/2,y:i.y+i.height/2},s)},t):(e(this,be,"f").delete(s),e(this,ye,"f").call(this,!1,{x:i.x+i.width/2,y:i.y+i.height/2},s))}},Fe=function(t,s){for(const i of e(this,be,"f")){const a=e(this,xe,"f")-(performance.now()-i[1]);a>0?setTimeout(()=>{e(this,be,"f").delete(i[0]),e(this,ye,"f").call(this,!1,{x:t,y:s},i[0])},a):(e(this,be,"f").delete(i[0]),e(this,ye,"f").call(this,!1,{x:t,y:s},i[0]))}};class mt extends Ie{constructor(s,a){super(s,a),Ae.set(this,void 0),_e.set(this,void 0),De.set(this,void 0),Te.set(this,void 0),He.set(this,!0),t(this,Ae,a.callback,"f"),t(this,_e,a.skipInitial??!1,"f"),t(this,De,a.config,"f"),i||(window.ResizeObserver?t(this,Te,new ResizeObserver((t,s)=>e(this,Ae,"f").call(this,t,s)),"f"):console.warn("ResizeController error: the browser does not support ResizeObserver."))}async hostUpdated(){e(this,Te,"f")&&!e(this,_e,"f")&&e(this,He,"f")&&e(this,Ae,"f").call(this,[],e(this,Te,"f")),t(this,He,!1,"f")}_observe(s){e(this,Te,"f")?.observe(s,e(this,De,"f")),t(this,He,!0,"f")}_unobserve(t){e(this,Te,"f")?.unobserve(t)}}Ae=new WeakMap,_e=new WeakMap,De=new WeakMap,Te=new WeakMap,He=new WeakMap;const ut=e=>(t,s)=>{const i=()=>{"undefined"==typeof window||customElements.get(e)||customElements.define(e,t)};s?s.addInitializer(i):i()};function ft(e){const t=Symbol("_id");return(s,i,a)=>{const n=a.value;return a.value=function(...s){clearTimeout(this[t]),this[t]=setTimeout(()=>n.apply(this,s),e)},a}}var vt,yt,gt,bt,xt,wt,kt,$t,Et,St,Ct,zt,Lt,Mt;class Wt extends Ie{constructor(s,i){super(s,i),vt.add(this),yt.set(this,void 0),gt.set(this,void 0),bt.set(this,t=>e(this,vt,"m",kt).call(this,t)),xt.set(this,new Map),t(this,yt,!0===i.debounce,"f"),t(this,gt,i.callback,"f")}getScrollContainers(t){return e(this,xt,"f").get(t)}_observe(t){const s=e(this,vt,"m",wt).call(this,t);if(s.length>0){e(this,xt,"f").set(t,s);for(const t of s)(t===document.documentElement?document:t).addEventListener("scroll",e(this,bt,"f"),{passive:!0})}}_unobserve(t){if(e(this,xt,"f").has(t)){for(const s of e(this,xt,"f").get(t))(s===document.documentElement?document:s).removeEventListener("scroll",e(this,bt,"f"));e(this,xt,"f").delete(t)}}_debounceCallback(t){e(this,gt,"f").call(this,t)}}yt=new WeakMap,gt=new WeakMap,bt=new WeakMap,xt=new WeakMap,vt=new WeakSet,wt=function(e){const t=new Array;let s=e;for(;s;){const e=getComputedStyle(s);/(auto|scroll)/.test(e.overflow+e.overflowY+e.overflowX)&&t.push(s),s=s.parentElement}return t},kt=function(t){const s=t.target===document?document.documentElement:t.target;e(this,yt,"f")?this._debounceCallback(s):e(this,gt,"f").call(this,s)},s([ft(40)],Wt.prototype,"_debounceCallback",null);class Ft{constructor(e){$t.add(this),Et.set(this,!1),St.set(this,0),Ct.set(this,0),zt.set(this,""),Lt.set(this,""),e.addController(this)}lock(){e(this,Et,"f")||(t(this,Et,!0,"f"),t(this,St,window.scrollY,"f"),t(this,Ct,window.scrollX,"f"),t(this,zt,document.documentElement.style.overflow,"f"),t(this,Lt,document.documentElement.style.scrollbarGutter,"f"),e(this,$t,"m",Mt).call(this)&&(document.documentElement.style.scrollbarGutter="stable"),document.documentElement.style.overflow="hidden",window.scrollTo(e(this,Ct,"f"),e(this,St,"f")))}unlock(){e(this,Et,"f")&&(t(this,Et,!1,"f"),document.documentElement.style.overflow=e(this,zt,"f"),document.documentElement.style.scrollbarGutter=e(this,Lt,"f"),window.scrollTo(e(this,Ct,"f"),e(this,St,"f")))}hostDisconnected(){this.unlock()}}Et=new WeakMap,St=new WeakMap,Ct=new WeakMap,zt=new WeakMap,Lt=new WeakMap,$t=new WeakSet,Mt=function(){return document.documentElement.scrollHeight>document.documentElement.clientHeight};const At={fromAttribute:e=>e?e.split(/\s+/).map(e=>e.trim()).filter(Boolean):[],toAttribute:e=>e.join(" ")},_t="important",Dt=" !"+_t;const Tt=d(class extends h{constructor(e){if(super(e),e.type!==p.ATTRIBUTE||"style"!==e.name||e.strings?.length>2)throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return a}update(e,[t]){const{style:s}=e.element;void 0===this._previousStyleProperties&&(this._previousStyleProperties=new Set(Object.keys(t)));for(const e of this._previousStyleProperties)null==t[e]&&(this._previousStyleProperties.delete(e),e.includes("-")?s.removeProperty(e):s[e]=null);for(const e in t){const i=t[e];if(null!=i){this._previousStyleProperties.add(e);const t="string"==typeof i&&i.endsWith(Dt);e.includes("-")||t?s.setProperty(e,t?i.slice(0,-11):i,t?_t:""):s[e]=i}}return n}});function Ht(e,...t){return"object"==typeof e&&null!==e&&t.every(t=>t in e)}const Pt=Symbol("internals");function It(e){return Ht(e,Pt)}const Ot=Symbol("_internals"),Bt=Symbol("_customState");function Vt(e,t){var s;class i extends e{constructor(){super(...arguments),this[s]=new Set}get[(s=Bt,Pt)](){return this[Ot]??(this[Ot]=this.attachInternals())}}return i.formAssociated=t,i}function Nt(e,t){return Bt in e?e[Bt].has(t):e[Pt].states.has(t)}function Rt(e,t){Bt in e&&e[Bt].add(t),e[Pt]?.states.add(t),e[Pt]?.states.has(t)}function qt(e,t){return Bt in e&&e[Bt].delete(t),!!e[Pt]?.states.delete(t)&&(e[Pt]?.states.has(t),!0)}function Ut(e,t,s){s?Rt(e,t):qt(e,t)}function jt(e){return Ht(e,"checked")}function Xt(e){class t extends e{constructor(){super(...arguments),this.checked=!1}update(e){super.update(e),e.has("checked")&&("button"===this.role?(this.ariaPressed=`${this.checked}`,this.ariaChecked=null):this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaChecked=`${this.checked}`,this.ariaPressed=null))}}return s([m({type:Boolean,reflect:!0})],t.prototype,"checked",void 0),t}function Yt(e){return Ht(e,"indeterminate")&&jt(e)}function Gt(e){class t extends(Xt(e)){constructor(){super(...arguments),this.indeterminate=!1}update(e){super.update(e),e.has("indeterminate")&&this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaChecked=!this.checked&&this.indeterminate?"mixed":`${this.checked}`)}}return s([m({type:Boolean,reflect:!0})],t.prototype,"indeterminate",void 0),t}function Zt(e){return Ht(e,"selected")}function Kt(e){class t extends e{constructor(){super(...arguments),this.selected=!1}update(e){super.update(e),e.has("selected")&&("button"===this.role?(this.ariaPressed=`${this.selected}`,this.ariaSelected=null,this.ariaChecked=null):"radio"===this.role?(this.ariaChecked=`${this.selected}`,this.ariaSelected=null,this.ariaPressed=null):this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaSelected=`${this.selected}`,this.ariaPressed=null,this.ariaChecked=null))}}return s([m({type:Boolean,reflect:!0})],t.prototype,"selected",void 0),t}function Qt(e){return jt(e)||Zt(e)}function Jt(e){return jt(e)&&e.checked||Zt(e)&&e.selected}function es(e,t){jt(e)?e.checked=t:e.selected=t}function ts(e){return Ht(e,"dirty","pristine","markAsDirty","markAsPristine")}const ss=Symbol("_eventHandler");function is(e){var t;return t=ss,class extends e{constructor(){super(...arguments),this[t]=()=>this.markAsDirty()}get dirty(){return Nt(this,"-dirty")}get pristine(){return!this.dirty}connectedCallback(){this.markAsPristine(),super.connectedCallback(),this.addEventListener("change",this[ss])}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("change",this[ss])}markAsPristine(){qt(this,"-dirty")}markAsDirty(){Rt(this,"-dirty")}}}function as(e){return Ht(e,"touched","untouched","markAsTouched","markAsUntouched")}const ns=Symbol("_eventHandler");function rs(e){var t;return t=ns,class extends e{constructor(){super(...arguments),this[t]=()=>this.markAsTouched()}get touched(){return Nt(this,"-touched")}get untouched(){return!this.touched}connectedCallback(){this.markAsUntouched(),super.connectedCallback(),this.addEventListener("focusout",this[ns],{capture:!0})}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focusout",this[ns],{capture:!0})}markAsTouched(){Rt(this,"-touched")}markAsUntouched(){qt(this,"-touched")}}}const os={primary:r("var(--md-sys-color-primary, #6750A4)"),onPrimary:r("var(--md-sys-color-on-primary, #FFFFFF)"),primaryContainer:r("var(--md-sys-color-primary-container, #EADDFF)"),onPrimaryContainer:r("var(--md-sys-color-on-primary-container, #4F378B)"),primaryFixed:r("var(--md-sys-color-primary-fixed, #EADDFF)"),primaryFixedDim:r("var(--md-sys-color-primary-fixed-dim, #D0BCFF)"),onPrimaryFixed:r("var(--md-sys-color-on-primary-fixed, #21005D)"),onPrimaryFixedVariant:r("var(--md-sys-color-on-primary-fixed-variant, #4F378B)"),secondary:r("var(--md-sys-color-secondary, #625B71)"),onSecondary:r("var(--md-sys-color-on-secondary, #FFFFFF)"),secondaryContainer:r("var(--md-sys-color-secondary-container, #E8DEF8)"),onSecondaryContainer:r("var(--md-sys-color-on-secondary-container, #4A4458)"),secondaryFixed:r("var(--md-sys-color-secondary-fixed, #E8DEF8)"),secondaryFixedDim:r("var(--md-sys-color-secondary-fixed-dim, #CCC2DC)"),onSecondaryFixed:r("var(--md-sys-color-on-secondary-fixed, #1D192B)"),onSecondaryFixedVariant:r("var(--md-sys-color-on-secondary-fixed-variant, #4A4458)"),tertiary:r("var(--md-sys-color-tertiary, #7D5260)"),onTertiary:r("var(--md-sys-color-on-tertiary, #FFFFFF)"),tertiaryContainer:r("var(--md-sys-color-tertiary-container, #FFD8E4)"),onTertiaryContainer:r("var(--md-sys-color-on-tertiary-container, #633B48)"),tertiaryFixed:r("var(--md-sys-color-tertiary-fixed, #FFD8E4)"),tertiaryFixedDim:r("var(--md-sys-color-tertiary-fixed-dim, #EFB8C8)"),onTertiaryFixed:r("var(--md-sys-color-on-tertiary-fixed, #31111D)"),onTertiaryFixedVariant:r("var(--md-sys-color-on-tertiary-fixed-variant, #633B48)"),error:r("var(--md-sys-color-error, #B3261E)"),onError:r("var(--md-sys-color-on-error, #FFFFFF)"),errorContainer:r("var(--md-sys-color-error-container, #F9DEDC)"),onErrorContainer:r("var(--md-sys-color-on-error-container, #8C1D18)"),surface:r("var(--md-sys-color-surface, #FEF7FF)"),onSurface:r("var(--md-sys-color-on-surface, #1D1B20)"),onSurfaceVariant:r("var(--md-sys-color-on-surface-variant, #49454F)"),surfaceContainerLowest:r("var(--md-sys-color-surface-container-lowest, #FFFFFF)"),surfaceContainerLow:r("var(--md-sys-color-surface-container-low, #F7F2FA)"),surfaceContainer:r("var(--md-sys-color-surface-container, #F3EDF7)"),surfaceContainerHigh:r("var(--md-sys-color-surface-container-high, #ECE6F0)"),surfaceContainerHighest:r("var(--md-sys-color-surface-container-highest, #E6E0E9)"),surfaceDim:r("var(--md-sys-color-surface-dim, #DED8E1)"),surfaceBright:r("var(--md-sys-color-surface-bright, #FEF7FF)"),surfaceVariant:r("var(--md-sys-color-surface-variant, #E7E0EC)"),inverseSurface:r("var(--md-sys-color-inverse-surface, #322F35)"),inverseOnSurface:r("var(--md-sys-color-inverse-on-surface, #F5EFF7)"),inversePrimary:r("var(--md-sys-color-inverse-primary, #D0BCFF)"),outline:r("var(--md-sys-color-outline, #79747E)"),outlineVariant:r("var(--md-sys-color-outline-variant, #CAC4D0)"),shadow:r("var(--md-sys-color-shadow, #000000)"),scrim:r("var(--md-sys-color-scrim, #000000)")},ls={scale:r("var(--md-sys-density-scale, 0)"),size:r("var(--md-sys-density-size, 0.25rem)")},cs={...ls,calc:e=>r(`calc(max(${e}, ${ls.scale}) * ${ls.size})`)},ds=`color-mix(in srgb, var(--m3e-elevation-color, ${os.shadow}) 20%, transparent)`,hs=["0px 0px 0px 0px","0px 2px 1px -1px","0px 3px 1px -2px","0px 3px 3px -2px","0px 2px 4px -1px","0px 3px 5px -1px","0px 3px 5px -1px","0px 4px 5px -2px","0px 5px 5px -3px","0px 5px 6px -3px","0px 6px 6px -3px","0px 6px 7px -4px","0px 7px 8px -4px","0px 7px 8px -4px","0px 7px 9px -4px","0px 8px 9px -5px","0px 8px 10px -5px","0px 8px 11px -5px","0px 9px 11px -5px","0px 9px 12px -6px","0px 10px 13px -6px","0px 10px 13px -6px","0px 10px 14px -6px","0px 11px 14px -7px","0px 11px 15px -7px"],ps=`color-mix(in srgb, var(--m3e-elevation-color, ${os.shadow}) 14%, transparent)`,ms=["0px 0px 0px 0px","0px 1px 1px 0px","0px 2px 2px 0px","0px 3px 4px 0px","0px 4px 5px 0px","0px 5px 8px 0px","0px 6px 10px 0px","0px 7px 10px 1px","0px 8px 10px 1px","0px 9px 12px 1px","0px 10px 14px 1px","0px 11px 15px 1px","0px 12px 17px 2px","0px 13px 19px 2px","0px 14px 21px 2px","0px 15px 22px 2px","0px 16px 24px 2px","0px 17px 26px 2px","0px 18px 28px 2px","0px 19px 29px 2px","0px 20px 31px 3px","0px 21px 33px 3px","0px 22px 35px 3px","0px 23px 36px 3px","0px 24px 38px 3px"],us=`color-mix(in srgb, var(--m3e-elevation-color, ${os.shadow}) 12%, transparent)`,fs=["0px 0px 0px 0px","0px 1px 3px 0px","0px 1px 5px 0px","0px 1px 8px 0px","0px 1px 10px 0px","0px 1px 14px 0px","0px 1px 18px 0px","0px 2px 16px 1px","0px 3px 14px 2px","0px 3px 16px 2px","0px 4px 18px 3px","0px 4px 20px 3px","0px 5px 22px 4px","0px 5px 24px 4px","0px 5px 26px 4px","0px 6px 28px 5px","0px 6px 30px 5px","0px 6px 32px 5px","0px 7px 34px 6px","0px 7px 36px 6px","0px 8px 38px 7px","0px 8px 40px 7px","0px 8px 42px 7px","0px 9px 44px 8px","0px 9px 46px 8px"];function vs(e){return`${ds} ${hs[e]},${ps} ${ms[e]},${us} ${fs[e]}`}const ys={level0:r(`var(--md-sys-elevation-level0, ${vs(0)})`),level1:r(`var(--md-sys-elevation-level1, ${vs(1)})`),level2:r(`var(--md-sys-elevation-level2, ${vs(3)})`),level3:r(`var(--md-sys-elevation-level3, ${vs(6)})`),level4:r(`var(--md-sys-elevation-level4, ${vs(8)})`),level5:r(`var(--md-sys-elevation-level5, ${vs(12)})`)},gs={emphasized:r("var(--md-sys-motion-easing-emphasized, cubic-bezier(0.2, 0.0, 0, 1.0))"),emphasizedDecelerate:r("var(--md-sys-motion-easing-emphasized-decelerate, cubic-bezier(0.05, 0.7, 0.1, 1.0))"),emphasizedAccelerate:r("var(--md-sys-motion-easing-emphasized-accelerate, cubic-bezier(0.3, 0.0, 0.8, 0.15))"),standard:r("var(--md-sys-motion-easing-standard, cubic-bezier(0.2, 0.0, 0, 1.0))"),standardDecelerate:r("var(--md-sys-motion-easing-standard-decelerate, cubic-bezier(0, 0, 0, 1))"),standardAccelerate:r("var(--md-sys-motion-easing-standard-accelerate, cubic-bezier(0.3, 0, 1, 1))")},bs={fastSpatial:r("var(--md-sys-motion-spring-fast-spatial, 350ms cubic-bezier(0.27, 1.06, 0.18, 1.00))"),defaultSpatial:r("var(--md-sys-motion-spring-default-spatial, 500ms cubic-bezier(0.27, 1.06, 0.18, 1.00))"),slowSpatial:r("var(--md-sys-motion-spring-slow-spatial, 750ms cubic-bezier(0.27, 1.06, 0.18, 1.00))"),fastEffects:r("var(--md-sys-motion-spring-fast-effects, 150ms cubic-bezier(0.31, 0.94, 0.34, 1.00))"),defaultEffects:r("var(--md-sys-motion-spring-default-effects, 200ms cubic-bezier(0.34, 0.80, 0.34, 1.00))"),slowEffects:r("var(--md-sys-motion-spring-slow-effects, 200ms cubic-bezier(0.34, 0.88, 0.34, 1.00))")},xs={easing:gs,duration:{short1:r("var(--md-sys-motion-duration-short-1, 50ms)"),short2:r("var(--md-sys-motion-duration-short-2, 100ms)"),short3:r("var(--md-sys-motion-duration-short-3, 150ms)"),short4:r("var(--md-sys-motion-duration-short-4, 200ms)"),medium1:r("var(--md-sys-motion-duration-medium-1, 250ms)"),medium2:r("var(--md-sys-motion-duration-medium-2, 300ms)"),medium3:r("var(--md-sys-motion-duration-medium-3, 350ms)"),medium4:r("var(--md-sys-motion-duration-medium-4, 400ms)"),long1:r("var(--md-sys-motion-duration-long-1, 450ms)"),long2:r("var(--md-sys-motion-duration-long-2, 500ms)"),long3:r("var(--md-sys-motion-duration-long-3, 550ms)"),long4:r("var(--md-sys-motion-duration-long-4, 600ms)"),extraLong1:r("var(--md-sys-motion-duration-extra-long-1, 700ms)"),extraLong2:r("var(--md-sys-motion-duration-extra-long-2, 800ms)"),extraLong3:r("var(--md-sys-motion-duration-extra-long-3, 900ms)"),extraLong4:r("var(--md-sys-motion-duration-extra-long-4, 1000ms)")},spring:bs},ws={width:r("var(--m3e-scrollbar-width, auto)"),thinWidth:r("var(--m3e-scrollbar-thin-width, thin)"),color:r("var(--m3e-scrollbar-thumb-color, #938f94) var(--m3e-scrollbar-track-color, transparent)")},ks={none:r("var(--md-sys-shape-corner-value-none, 0)"),extraSmall:r("var(--md-sys-shape-corner-value-extra-small, 0.25rem)"),small:r("var(--md-sys-shape-corner-value-small, 0.5rem)"),medium:r("var(--md-sys-shape-corner-value-medium, 0.75rem)"),large:r("var(--md-sys-shape-corner-value-large, 1rem)"),largeIncreased:r("var(--md-sys-shape-corner-value-large-increased, 1.25rem)"),extraLarge:r("var(--md-sys-shape-corner-value-extra-large, 1.75rem)"),extraLargeIncreased:r("var(--md-sys-shape-corner-value-extra-large-increased, 2rem)"),extraExtraLarge:r("var(--md-sys-shape-corner-value-extra-extra-large, 3rem)")},$s={color:os,elevation:ys,motion:xs,shape:{corner:{full:r("var(--md-sys-shape-corner-full, 624.9375rem)"),extraLargeTop:r(`var(--md-sys-shape-corner-extra-large-top, ${ks.extraLarge} ${ks.extraLarge} ${ks.none} ${ks.none})`),extraLarge:r(`var(--md-sys-shape-corner-extra-large, ${ks.extraLarge})`),extraLargeEnd:r(`${ks.none} ${ks.extraLarge} ${ks.extraLarge} ${ks.none}`),extraLargeStart:r(`${ks.extraLarge} ${ks.none} ${ks.none} ${ks.extraLarge}`),largeTop:r(`var(--md-sys-shape-corner-large-top, ${ks.large} ${ks.large} ${ks.none} ${ks.none})`),largeEnd:r(`var(--md-sys-shape-corner-large-end, ${ks.none} ${ks.large} ${ks.large} ${ks.none})`),largeStart:r(`var(--md-sys-shape-corner-large-end, ${ks.large} ${ks.none} ${ks.none} ${ks.large})`),large:r(`var(--md-sys-shape-corner-large, ${ks.large})`),medium:r(`var(--md-sys-shape-corner-medium, ${ks.medium})`),mediumTop:r(`${ks.medium} ${ks.medium} ${ks.none} ${ks.none}`),mediumEnd:r(`${ks.none} ${ks.medium} ${ks.medium} ${ks.none}`),mediumStart:r(`${ks.medium} ${ks.none} ${ks.none} ${ks.medium}`),small:r(`var(--md-sys-shape-corner-small, ${ks.small})`),smallTop:r(`${ks.small} ${ks.small} ${ks.none} ${ks.none}`),smallEnd:r(`${ks.none} ${ks.small} ${ks.small} ${ks.none}`),smallStart:r(`${ks.small} ${ks.none} ${ks.none} ${ks.small}`),extraSmallTop:r(`var(--md-sys-shape-corner-extra-small-top, ${ks.extraSmall} ${ks.extraSmall} ${ks.none} ${ks.none})`),extraSmall:r(`var(--md-sys-shape-corner-extra-small, ${ks.extraSmall})`),extraSmallEnd:r(`${ks.none} ${ks.extraSmall} ${ks.extraSmall} ${ks.none}`),extraSmallStart:r(`${ks.extraSmall} ${ks.none} ${ks.none} ${ks.extraSmall}`),extraSmallBottom:r(`${ks.none} ${ks.none} ${ks.extraSmall} ${ks.extraSmall}`),none:r(`var(--md-sys-shape-corner-none, ${ks.none})`),largeIncreased:r(`var(--md-sys-shape-corner-large-increased, ${ks.largeIncreased})`),extraLargeIncreased:r(`var(--md-sys-shape-corner-extra-large-increased, ${ks.extraLargeIncreased})`),extraExtraLarge:r(`var(--md-sys-shape-corner-extra-extra-large, ${ks.extraExtraLarge})`),value:ks}},state:{focusStateLayerOpacity:r("var(--md-sys-state-focus-state-layer-opacity, 10%)"),hoverStateLayerOpacity:r("var(--md-sys-state-hover-state-layer-opacity, 8%)"),pressedStateLayerOpacity:r("var(--md-sys-state-pressed-state-layer-opacity, 10%)")},typescale:{standard:{display:{large:{fontSize:r("var(--md-sys-typescale-display-large-font-size, 3.5625rem)"),fontWeight:r("var(--md-sys-typescale-display-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-display-large-line-height, 4rem)"),tracking:r("var(--md-sys-typescale-display-large-tracking, 0.015625rem)")},medium:{fontSize:r("var(--md-sys-typescale-display-medium-font-size, 2.8125rem)"),fontWeight:r("var(--md-sys-typescale-display-medium-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-display-medium-line-height, 3.25rem)"),tracking:r("var(--md-sys-typescale-display-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-display-small-font-size, 2.25rem)"),fontWeight:r("var(--md-sys-typescale-display-small-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-display-small-line-height, 2.75rem)"),tracking:r("var(--md-sys-typescale-display-small-tracking, 0)")}},headline:{large:{fontSize:r("var(--md-sys-typescale-headline-large-font-size, 2rem)"),fontWeight:r("var(--md-sys-typescale-headline-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-headline-large-line-height, 2.5rem)"),tracking:r("var(--md-sys-typescale-headline-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-headline-medium-font-size, 1.75rem)"),fontWeight:r("var(--md-sys-typescale-headline-medium-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-headline-medium-line-height, 2.25rem)"),tracking:r("var(--md-sys-typescale-headline-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-headline-small-font-size, 1.5rem)"),fontWeight:r("var(--md-sys-typescale-headline-small-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-headline-small-line-height, 2rem)"),tracking:r("var(--md-sys-typescale-headline-small-tracking, 0)")}},title:{large:{fontSize:r("var(--md-sys-typescale-title-large-font-size, 1.375rem)"),fontWeight:r("var(--md-sys-typescale-title-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-title-large-line-height, 1.75rem)"),tracking:r("var(--md-sys-typescale-title-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-title-medium-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-title-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-title-medium-line-height, 1.5rem)"),tracking:r("var(--md-sys-typescale-title-medium-tracking, 0.009375rem)")},small:{fontSize:r("var(--md-sys-typescale-title-small-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-title-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-title-small-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-title-small-tracking, 0.00625rem)")}},body:{large:{fontSize:r("var(--md-sys-typescale-body-large-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-body-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-body-large-line-height, 1.5rem)"),tracking:r("var(--md-sys-typescale-body-large-tracking, 0.03125rem)")},medium:{fontSize:r("var(--md-sys-typescale-body-medium-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-body-medium-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-body-medium-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-body-medium-tracking, 0.015625rem)")},small:{fontSize:r("var(--md-sys-typescale-body-small-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-body-small-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-body-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-body-small-tracking, 0.025rem)")}},label:{large:{fontSize:r("var(--md-sys-typescale-label-large-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-label-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-label-large-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-label-large-tracking, 0.00625rem)")},medium:{fontSize:r("var(--md-sys-typescale-label-medium-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-label-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-label-medium-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-label-medium-tracking, 0.03125rem)")},small:{fontSize:r("var(--md-sys-typescale-label-small-font-size, 0.6875rem)"),fontWeight:r("var(--md-sys-typescale-label-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-label-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-label-small-tracking, 0.03125rem)")}}},emphasized:{display:{large:{fontSize:r("var(--md-sys-typescale-emphasized-display-large-font-size, 3.5625rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-display-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-display-large-line-height, 4rem)"),tracking:r("var(--md-sys-typescale-emphasized-display-large-tracking, 0.015625rem)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-display-medium-font-size, 2.8125rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-display-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-display-medium-line-height, 3.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-display-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-display-small-font-size, 2.25rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-display-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-display-small-line-height, 2.75rem)"),tracking:r("var(--md-sys-typescale-emphasized-display-small-tracking, 0)")}},headline:{large:{fontSize:r("var(--md-sys-typescale-emphasized-headline-large-font-size, 2rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-headline-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-headline-large-line-height, 2.5rem)"),tracking:r("var(--md-sys-typescale-emphasized-headline-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-headline-medium-font-size, 1.75rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-headline-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-headline-medium-line-height, 2.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-headline-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-headline-small-font-size, 1.5rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-headline-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-headline-small-line-height, 2rem)"),tracking:r("var(--md-sys-typescale-emphasized-headline-small-tracking, 0)")}},title:{large:{fontSize:r("var(--md-sys-typescale-emphasized-title-large-font-size, 1.375rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-title-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-title-large-line-height, 1.75rem)"),tracking:r("var(--md-sys-typescale-emphasized-title-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-title-medium-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-title-medium-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-title-medium-line-height, 3.5rem)"),tracking:r("var(--md-sys-typescale-emphasized-title-medium-tracking, 0.009375rem)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-title-small-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-title-small-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-title-small-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-title-small-tracking, 0.00625rem)")}},body:{large:{fontSize:r("var(--md-sys-typescale-emphasized-body-large-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-body-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-body-large-line-height, 1.5rem)"),tracking:r("var(--md-sys-typescale-emphasized-body-large-tracking, 0.03125rem)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-body-medium-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-body-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-body-medium-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-body-medium-tracking, 0.015625rem)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-body-small-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-body-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-body-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-emphasized-body-small-tracking, 0.025rem)")}},label:{large:{fontSize:r("var(--md-sys-typescale-emphasized-label-large-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-label-large-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-label-large-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-label-large-tracking, 0.00625rem)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-label-medium-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-label-medium-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-label-medium-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-emphasized-label-medium-tracking, 0.03125rem)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-label-small-font-size, 0.6875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-label-small-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-label-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-emphasized-label-small-tracking, 0.03125rem)")}}}},scrollbar:ws,density:cs};function Es(e){return Ht(e,"disabled")}function Ss(e,t=!0){class i extends e{constructor(){super(...arguments),this.disabled=!1}update(e){super.update(e),e.has("disabled")&&this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaDisabled=this.disabled?"true":null)}}return s([m({type:Boolean,reflect:t})],i.prototype,"disabled",void 0),i}function Cs(e){return Ht(e,"disabledInteractive")&&Es(e)}const zs=["click","dblclick","auxclick","keydown","keyup"],Ls=["Tab","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Left","Up","Right","Down"],Ms=Symbol("_suppressedEventHandler");function Ws(e){var t;class i extends e{constructor(){super(...arguments),this[t]=e=>{if(this.disabledInteractive){if(e instanceof KeyboardEvent&&Ls.includes(e.key))return;e.stopImmediatePropagation(),e.preventDefault()}},this.disabledInteractive=!1}connectedCallback(){zs.forEach(e=>this.addEventListener(e,this[Ms],!0)),super.connectedCallback()}disconnectedCallback(){zs.forEach(e=>this.removeEventListener(e,this[Ms],!0)),super.disconnectedCallback()}update(e){super.update(e),(e.has("disabled")||e.has("disabledInteractive"))&&this.role&&"none"!==this.role&&"presentation"!==this.role&&"none"!==this.role&&(this.ariaDisabled=this.disabled||this.disabledInteractive?"true":null)}}return t=Ms,s([m({attribute:"disabled-interactive",type:Boolean,reflect:!0})],i.prototype,"disabledInteractive",void 0),i}const Fs=Symbol("updateLabels");function As(e){return Ht(e,"labels")&&It(e)}const _s=Symbol("_eventHandler");function Ds(e){var t;class s extends e{constructor(){super(...arguments),this[t]=e=>{e.defaultPrevented||this[Fs]()}}get labels(){return this[Pt].labels}connectedCallback(){super.connectedCallback(),this.addEventListener("focusout",this[_s]),this.addEventListener("change",this[_s])}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focusout",this[_s]),this.removeEventListener("change",this[_s])}update(e){super.update(e),this[Fs]()}[(t=_s,Fs)](){const e=this.hasAttribute("tabindex"),t=Es(this)&&this.disabled||Cs(this)&&this.disabledInteractive,s=as(this)&&this.touched&&(this.ariaInvalid||Nt(this,"-invalid"));for(const i of this.labels??[])i.style.userSelect=e?"none":"",i.style.cursor=!t&&e?"pointer":"",!t&&e?i.style.setProperty("-webkit-tap-highlight-color","rgba(0, 0, 0, 0)"):i.style.removeProperty("-webkit-tap-highlight-color"),i.style.color=t?`color-mix(in srgb, ${$s.color.onSurface} 38%, transparent)`:s?`${$s.color.error}`:""}}return s.formAssociated=!0,s}const Ts=Symbol("formValue"),Hs=Symbol("defaultValue");function Ps(e){return Ht(e,"disabled","form","name")&&As(e)&&It(e)}const Is=Symbol("_defaultValue"),Os=Symbol("_defaultIndeterminate"),Bs=Symbol("_formDisabled");function Vs(e){var t,i;class a extends e{constructor(){super(...arguments),this[t]=!1,this[i]=!1}get form(){return this[Pt].form}get labels(){return this[Pt].labels}get[(t=Os,i=Bs,Ts)](){return null}get[Hs](){return this[Is]}get name(){return this.getAttribute("name")??""}set name(e){e?this.setAttribute("name",e):this.removeAttribute("name")}get disabled(){return super.disabled||this[Bs]}set disabled(e){super.disabled=e}connectedCallback(){super.connectedCallback(),jt(this)?(this[Is]=this.checked,Yt(this)&&(this[Os]=this.indeterminate)):"value"in this&&(this[Is]=this.value)}requestUpdate(e,t,s){super.requestUpdate(e,t,s),this[Pt].setFormValue(this[Ts])}formDisabledCallback(e){const t=this.disabled;this[Bs]=e,this.disabled!=t&&this.requestUpdate("disabled",t)}formResetCallback(){jt(this)?(this.checked=!0===this[Is],Yt(this)&&(this.indeterminate=this[Os])):"value"in this&&(this.value=this[Hs]),ts(this)&&this.markAsPristine(),as(this)&&this.markAsUntouched()}}return a.formAssociated=!0,s([m({noAccessor:!0})],a.prototype,"name",null),s([m({type:Boolean})],a.prototype,"disabled",null),a}const Ns=Symbol("validate");function Rs(e){return Ht(e,"willValidate","validity","validationMessage","reportValidity","checkValidity","setCustomValidity")&&Ps(e)}const qs=Symbol("_updateValidity"),Us=Symbol("_validityMessage");function js(t){var s,a;class n extends t{constructor(){super(...arguments),s.add(this)}get willValidate(){return this[Pt].willValidate}get validity(){return this[qs](),this[Pt].validity}get validationMessage(){return this[qs](),this[Pt].validationMessage}[(s=new WeakSet,Ns)](){return this[Us]?{customError:!0}:void 0}reportValidity(){return as(this)&&this.markAsTouched(),this[qs](),this[Pt].reportValidity()}checkValidity(){return this[qs](),this[Pt].checkValidity()}setCustomValidity(e){this[Us]=e||void 0,this[qs]()}requestUpdate(e,t,s){super.requestUpdate(e,t,s),this[qs]()}firstUpdated(e){super.firstUpdated(e),this[qs]()}[qs](){if(i||!this.isConnected)return;const t=this[Ns](),n=t&&Object.keys(t).some(e=>!0===t[e]);let r=t?.customError?this[Us]:"";t&&!r&&(r=e(this,s,"m",a).call(this,t)),this[Pt].setValidity(t,r),this.ariaInvalid=n?"true":null,Ut(this,"-invalid",!0===n),As(this)&&this[Fs]?.()}}return a=function(e){const t=document.createElement("input");return t.type="text",e.valueMissing&&(t.required=!0,t.value=""),e.typeMismatch&&(t.type="email",t.value="not-an-email"),e.patternMismatch&&(t.pattern="[0-9]{4}",t.value="abcd"),e.tooShort&&(t.minLength=5,t.value="abc"),e.tooLong&&(t.maxLength=2,t.value="abcdef"),e.rangeUnderflow&&(t.type="number",t.min="10",t.value="5"),e.rangeOverflow&&(t.type="number",t.max="5",t.value="10"),e.stepMismatch&&(t.type="number",t.step="2",t.value="3"),e.badInput&&(t.type="number",t.value="abc"),t.setCustomValidity(""),t.checkValidity(),t.validationMessage},n}function Xs(e,...t){return class extends e{dispatchEvent(e){if(t.includes(e.type)){const t=this.getAttribute(`on${e.type}`);t&&new Function("e",`${t};`).call(this,e)}return super.dispatchEvent(e)}}}const Ys=Symbol("_tabindex");function Gs(e){var t;return t=Ys,class extends e{constructor(){super(...arguments),this[t]=0}connectedCallback(){this[Ys]=Number.parseInt(this.getAttribute("tabindex")??"0"),super.connectedCallback()}firstUpdated(e){super.firstUpdated(e),this.hasAttribute("tabindex")||e.has("disabled")||this.setAttribute("tabindex",`${this[Ys]}`)}update(e){if(super.update(e),e.has("disabled"))if(this.disabled||"none"===this.role){const e=this.getAttribute("tabindex");e&&(this[Ys]=Number.parseInt(e)),this.removeAttribute("tabindex")}else this.hasAttribute("tabindex")||this.setAttribute("tabindex",`${this[Ys]}`)}}}function Zs(e){return Ht(e,"name","type","value")&&It(e)}const Ks=Symbol("_clickHandler");function Qs(e){var t;class i extends e{constructor(){super(...arguments),this.type="button",this[t]=async e=>{if(e.defaultPrevented||Es(this)&&this.disabled||Cs(this)&&this.disabledInteractive)return;const t=this[Pt].form;if(t&&"button"!==this.type&&(await new Promise(e=>setTimeout(e)),!e.defaultPrevented))switch(this.type){case"reset":t.reset();break;case"submit":t.addEventListener("submit",e=>Object.defineProperty(e,"submitter",{configurable:!0,enumerable:!0,get:()=>this}),{capture:!0,once:!0}),this[Pt].setFormValue(this.value),t.requestSubmit()}}}get name(){return this.getAttribute("name")??""}set name(e){e?this.setAttribute("name",e):this.removeAttribute("name")}get value(){return this.getAttribute("value")}set value(e){null!=e?this.setAttribute("value",e):this.removeAttribute("value")}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this[Ks])}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this[Ks])}}return t=Ks,i.formAssociated=!0,s([m()],i.prototype,"name",null),s([m()],i.prototype,"value",null),s([m()],i.prototype,"type",void 0),i}function Js(e){return Ht(e,"htmlFor","control","attach","detach")}const ei=Symbol("_control"),ti=Symbol("_firstUpdated");function si(e){var t;class i extends e{constructor(){super(...arguments),this[t]=!1,this.htmlFor=null}get control(){return this[ei]?.deref()??null}connectedCallback(){super.connectedCallback();const e=this[ei]?.deref();e&&this.attach(e)}disconnectedCallback(){super.disconnectedCallback();const e=this[ei];e&&(this.detach(),this[ei]=e)}firstUpdated(e){super.firstUpdated(e),this[ti]=!0}update(e){if(super.update(e),e.has("htmlFor"))if(this.htmlFor){const e=this.getRootNode();e&&it(this.htmlFor,e).then(e=>{e!==this.control&&(this.control&&this.detach(),e instanceof HTMLElement&&this.attach(e))})}else this.control&&this[ti]&&this.detach()}attach(e){this[ei]=new WeakRef(e)}detach(){this[ei]=void 0}}return t=ti,s([m({attribute:"for"})],i.prototype,"htmlFor",void 0),i}function ii(s,i=!0){var a,n,r,o,l,c,d;return n=new WeakMap,r=new WeakMap,o=new WeakMap,l=new WeakMap,a=new WeakSet,c=function(e){e.target!==e.currentTarget||Es(this)&&this.disabled||Cs(this)&&this.disabledInteractive?t(this,n,!1,"f"):(" "===e.key||i&&"Enter"===e.key)&&t(this,n,!0,"f")},d=function(s){s.target!==s.currentTarget||Es(this)&&this.disabled||Cs(this)&&this.disabledInteractive||!e(this,n,"f")?t(this,n,!1,"f"):(t(this,n,!1,"f"),this.dispatchEvent(new MouseEvent("click",{cancelable:!0,bubbles:!0,composed:!0})))},class extends s{constructor(){super(...arguments),a.add(this),n.set(this,!1),r.set(this,t=>e(this,a,"m",c).call(this,t)),o.set(this,t=>e(this,a,"m",d).call(this,t)),l.set(this,()=>t(this,n,!1,"f"))}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e(this,r,"f")),this.addEventListener("keyup",e(this,o,"f")),this.addEventListener("focusout",e(this,l,"f"))}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",e(this,r,"f")),this.removeEventListener("keyup",e(this,o,"f")),this.removeEventListener("focusout",e(this,l,"f"))}}}const ai=Symbol("renderPseudoLink");function ni(e){return Ht(e,"download","href","rel","target")}const ri=Symbol("_clickHandler");function oi(t){var i,n,r,l,c;class d extends t{constructor(){super(...arguments),i.add(this),this[c]=async e=>{if(Cs(this)&&this.disabledInteractive&&(e.preventDefault(),e.stopPropagation()),await new Promise(e=>e()),!e.defaultPrevented&&this.href){e.preventDefault(),e.stopImmediatePropagation();const t=document.createElement("a");t.href=this.href,t.rel=this.rel,t.target=this.target,null!=this.download&&(t.download=this.download),t.addEventListener("click",async()=>{await new Promise(e=>e()),t.remove()}),document.body.appendChild(t),t.click()}},this.href="",this.target="",this.rel=""}get download(){return this.getAttribute("download")}set download(e){const t=this.download;t!==e&&(e?this.setAttribute("download",e):this.removeAttribute("download"),this.requestUpdate("download",t))}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this[ri]),this.hasAttribute("href")&&"button"===this.role&&(this.role="link")}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this[ri])}[(i=new WeakSet,c=ri,ai)](){const t=Es(this)&&this.disabled,s=Cs(this)&&this.disabledInteractive;return t||s||!this.href?a:o`<a href="${this.href}" target="${f(this.target||void 0)}" rel="${f(this.rel||void 0)}" download="${f(this.download||void 0)}" tabindex="-1" aria-hidden="true" @pointerdown="${e(this,i,"m",n)}" @focus="${e(this,i,"m",r)}" @blur="${e(this,i,"m",l)}"></a>`}}return n=function(e){2!==e.button?(e.preventDefault(),e.stopImmediatePropagation(),this.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window}))):e.target.removeAttribute("aria-hidden")},r=function(e){e.target.blur(),this.focus()},l=function(e){e.target.setAttribute("aria-hidden","true")},s([m()],d.prototype,"href",void 0),s([m()],d.prototype,"target",void 0),s([m()],d.prototype,"rel",void 0),s([m({reflect:!1})],d.prototype,"download",null),d}function li(e){return Ht(e,"readOnly")}function ci(e,t=!0){class i extends e{constructor(){super(...arguments),this.readOnly=!1}update(e){super.update(e),e.has("readOnly")&&(this.ariaReadOnly=this.readOnly?"true":null)}}return s([m({attribute:"readonly",type:Boolean,reflect:t})],i.prototype,"readOnly",void 0),i}const di=Symbol("_wasConnected");function hi(e){var t;return t=di,class extends e{constructor(){super(...arguments),this[t]=!1}reconnectedCallback(){}connectedCallback(){super.connectedCallback(),this[di]&&this.reconnectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this[di]=!0}}}function pi(e){return Ht(e,"required","optional")}function mi(e){class t extends e{constructor(){super(...arguments),this.required=!1}get optional(){return!this.required}update(e){super.update(e),e.has("required")&&(this.ariaRequired=`${this.required}`)}}return s([m({type:Boolean,reflect:!0})],t.prototype,"required",void 0),t}function ui(e){return pi(e)&&Rs(e)}function fi(e){return class extends e{[Ns](){const e=super[Ns]();if(!e&&this.required){if(jt(this)&&!this.checked)return{valueMissing:!0};if(!this.value)return{valueMissing:!0}}return e}}}function vi(e,t){return class extends e{connectedCallback(){this.role=this.role||t,super.connectedCallback()}}}function yi(e){return class extends e{connectedCallback(){super.connectedCallback(),Rt(this,"-no-animate"),requestAnimationFrame(()=>qt(this,"-no-animate"))}}}function gi(e){return Ht(e,"vertical")}function bi(e){class t extends e{constructor(){super(...arguments),this.vertical=!1}update(e){super.update(e),e.has("vertical")&&(this.ariaOrientation=this.vertical?"vertical":"horizontal")}}return s([m({type:Boolean,reflect:!0})],t.prototype,"vertical",void 0),t}var xi,wi,ki,$i,Ei,Si,Ci,zi;class Li extends c{constructor(){super(...arguments),xi.set(this,e=>{e.defaultPrevented||this._onClick(e)})}connectedCallback(){super.connectedCallback(),this.parentElement?.addEventListener("click",e(this,xi,"f"))}disconnectedCallback(){super.disconnectedCallback(),this.parentElement?.removeEventListener("click",e(this,xi,"f"))}render(){return o`<slot></slot>`}}xi=new WeakMap,Li.styles=l`:host { display: contents; } ::slotted(.material-icons) { font-size: inherit !important; }`;let Mi=class extends(Xs(Vt(c),"opening","opened","closing","closed")){constructor(){super(...arguments),wi.add(this),ki.set(this,!1),$i.set(this,!1),this.open=!1}update(s){if(super.update(s),Rt(this,"-no-animate"),!e(this,ki,"f"))return this.open&&(t(this,$i,!0,"f"),e(this,wi,"m",Si).call(this)),void t(this,ki,!0,"f");this.toggleAttribute("inert",!this.open),this.open?(t(this,$i,!0,"f"),st()||(e(this,wi,"m",Si).call(this),Ut(this,"-overflows",this.clientHeight<this.scrollHeight),e(this,wi,"m",Ci).call(this)),qt(this,"-closing"),Rt(this,"-opening"),this.dispatchEvent(new Event("opening")),e(this,wi,"m",Ci).call(this),qt(this,"-no-animate"),e(this,wi,"m",zi).call(this),st()?(e(this,wi,"m",Si).call(this),qt(this,"-opening"),this.dispatchEvent(new Event("opened"))):this.addEventListener("transitionend",()=>{this.open&&(e(this,wi,"m",Si).call(this),qt(this,"-opening"),this.dispatchEvent(new Event("opened")))},{once:!0})):(qt(this,"-opening"),Rt(this,"-closing"),this.dispatchEvent(new Event("closing")),e(this,wi,"m",zi).call(this),e(this,$i,"f")&&qt(this,"-no-animate"),st()?(e(this,wi,"m",Ci).call(this),qt(this,"-closing"),this.dispatchEvent(new Event("closed"))):requestAnimationFrame(()=>{e(this,wi,"m",Ci).call(this),this.addEventListener("transitionend",()=>{this.open||(qt(this,"-closing"),this.dispatchEvent(new Event("closed")))},{once:!0})}))}render(){return o`<slot @slotchange="${e(this,wi,"m",Ei)}"></slot>`}};ki=new WeakMap,$i=new WeakMap,wi=new WeakSet,Ei=function(){t(this,ki,!0,"f")},Si=function(){this.style.height="auto"},Ci=function(){this.style.height=""},zi=function(){this.style.height=`${this.scrollHeight}px`},Mi.styles=l`:host { display: block; height: 0px; overflow: hidden; transition: ${r(`visibility var(--m3e-collapsible-animation-duration, ${$s.motion.duration.medium1})\n ${$s.motion.easing.standard},\n height var(--m3e-collapsible-animation-duration, ${$s.motion.duration.medium1})\n ${$s.motion.easing.standard},\n padding-top var(--m3e-collapsible-animation-duration, ${$s.motion.duration.medium1})\n ${$s.motion.easing.standard},\n padding-bottom var(--m3e-collapsible-animation-duration, ${$s.motion.duration.medium1})\n ${$s.motion.easing.standard}`)}; } :host(:not(:state(-closing)):not([open])) { visibility: hidden; } :host(:not([open])) { min-height: unset !important; padding-top: 0px !important; padding-bottom: 0px !important; } :host(:state(-no-animate)) { transition-duration: 0ms; } :host(:state(-opening)), :host(:state(-closing)) { overflow-y: hidden !important; } :host(:state(-overflows)) { scrollbar-gutter: stable; } ::slotted(*) { --m3e-collapsible-animation-duration: initial; } @media (prefers-reduced-motion) { :host { transition: none; } }`,s([m({type:Boolean,reflect:!0})],Mi.prototype,"open",void 0),Mi=s([ut("m3e-collapsible")],Mi);const Wi=r(`var(--m3e-elevation-lift-duration, ${$s.motion.duration.short4})`),Fi=r(`var(--m3e-elevation-lift-easing, ${$s.motion.easing.standard})`),Ai=r(`var(--m3e-elevation-settle-duration, ${$s.motion.duration.short3})`),_i=r(`var(--m3e-elevation-settle-easing, ${$s.motion.easing.standardAccelerate})`),Di=r(`var(--m3e-elevation-level, ${$s.elevation.level0})`),Ti=r(`var(--m3e-elevation-hover-level, ${$s.elevation.level0})`),Hi=r(`var(--m3e-elevation-focus-level, ${$s.elevation.level0})`),Pi=r(`var(--m3e-elevation-pressed-level, ${$s.elevation.level0})`);var Ii,Oi,Bi,Vi,Ni,Ri,qi;let Ui=class extends(si(vi(c,"none"))){constructor(){super(...arguments),Ii.add(this),Oi.set(this,new lt(this,{target:null,callback:t=>e(this,Ii,"m",Ni).call(this,t)})),Bi.set(this,new ot(this,{target:null,callback:t=>e(this,Ii,"m",Ri).call(this,t)})),Vi.set(this,new pt(this,{target:null,callback:t=>e(this,Ii,"m",qi).call(this,t)})),this.disabled=!1,this.level=null}attach(t){super.attach(t),e(this,Oi,"f").observe(t),e(this,Bi,"f").observe(t),e(this,Vi,"f").observe(t)}detach(){this.control&&(e(this,Oi,"f").unobserve(this.control),e(this,Bi,"f").unobserve(this.control),e(this,Vi,"f").unobserve(this.control)),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this._shadow?.classList.toggle("hover",!1),this._shadow?.classList.toggle("focus",!1),this._shadow?.classList.toggle("pressed",!1),this._shadow?.classList.toggle("resting",!1)}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&(this._shadow?.classList.toggle("hover",!1),this._shadow?.classList.toggle("focus",!1),this._shadow?.classList.toggle("pressed",!1),this._shadow?.classList.toggle("resting",!0))}render(){return o`<div class="shadow"></div>`}};Oi=new WeakMap,Bi=new WeakMap,Vi=new WeakMap,Ii=new WeakSet,Ni=function(e){this.disabled||(this._shadow?.classList.toggle("hover",e),this._shadow?.classList.toggle("resting",!e))},Ri=function(e){this.disabled||this._shadow?.classList.toggle("focus",e)},qi=function(e){this.disabled||this._shadow?.classList.toggle("pressed",e)},Ui.styles=l`:host { display: block; } :host, .shadow { position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; } .shadow.resting, .shadow.focus, .shadow.pressed { will-change: box-shadow; transition: ${r(`box-shadow ${Ai} ${_i};`)}; } .shadow.hover { will-change: box-shadow; transition: ${r(`box-shadow ${Wi} ${Fi};`)}; } .shadow { box-shadow: ${Di}; } .shadow.focus { box-shadow: ${Hi}; } .shadow.hover { box-shadow: ${Ti}; } .shadow.pressed { box-shadow: ${Pi}; } :host([level="0"]) .shadow { --m3e-elevation-level: ${$s.elevation.level0}; --m3e-elevation-hover-level: ${$s.elevation.level1}; } :host([level="1"]) .shadow { --m3e-elevation-level: ${$s.elevation.level1}; --m3e-elevation-hover-level: ${$s.elevation.level2}; } :host([level="2"]) .shadow { --m3e-elevation-level: ${$s.elevation.level2}; --m3e-elevation-hover-level: ${$s.elevation.level3}; } :host([level="3"]) .shadow { --m3e-elevation-level: ${$s.elevation.level3}; --m3e-elevation-hover-level: ${$s.elevation.level4}; } :host([level="4"]) .shadow { --m3e-elevation-level: ${$s.elevation.level4}; --m3e-elevation-hover-level: ${$s.elevation.level5}; } :host([level="5"]) .shadow { --m3e-elevation-level: ${$s.elevation.level5}; --m3e-elevation-hover-level: ${Di}; } :host([level]) .shadow { --m3e-elevation-focus-level: ${Di}; --m3e-elevation-pressed-level: ${Di}; } @media (prefers-reduced-motion) { .shadow.resting, .shadow.pressed, .shadow.focus, .shadow.hover { transition: none; } } @media (forced-colors: active) { .shadow { display: none; } }`,s([u(".shadow")],Ui.prototype,"_shadow",void 0),s([m({type:Boolean,reflect:!0})],Ui.prototype,"disabled",void 0),s([m({type:Number,reflect:!0})],Ui.prototype,"level",void 0),Ui=s([ut("m3e-elevation")],Ui);const ji=r(`var(--m3e-focus-ring-color, ${$s.color.secondary})`),Xi=r(`var(--m3e-focus-ring-duration, ${$s.motion.duration.long2})`),Yi=r("var(--m3e-focus-ring-thickness, 3px)"),Gi=r("var(--m3e-focus-ring-outward-offset, 2px)"),Zi=r("var(--m3e-focus-ring-inward-offset, 0px)"),Ki=r("var(--m3e-focus-ring-visibility, visible)"),Qi=r("var(--m3e-focus-ring-growth-factor, 2)");var Ji,ea,ta;let sa=class extends(si(vi(c,"none"))){constructor(){super(...arguments),Ji.add(this),ea.set(this,new ot(this,{target:null,callback:(t,s)=>e(this,Ji,"m",ta).call(this,s)})),this.inward=!1,this.disabled=!1}show(){this._outline?.classList.toggle("visible",!0)}hide(){this._outline?.classList.toggle("visible",!1)}attach(t){super.attach(t),e(this,ea,"f").observe(t)}detach(){this.control&&e(this,ea,"f").unobserve(this.control),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this.hide()}render(){return o`<div class="outline"></div>`}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&this.hide()}};ea=new WeakMap,Ji=new WeakSet,ta=function(e){this.disabled||(e?this.show():this.hide())},sa.styles=l`:host { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; outline: none; } .outline { position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; z-index: 1; outline-color: ${ji}; outline-width: ${Yi}; visibility: ${Ki}; } .outline.visible { outline-style: solid; } :host(:not([inward])) .outline { outline-offset: ${Gi}; } :host([inward]) .outline { outline-offset: calc(${Zi} - ${Yi}); } :host(:not([inward])) .outline.visible { animation: grow-shrink ${Xi}; } :host([inward]) .outline.visible { animation: shrink-grow ${Xi}; } @keyframes grow-shrink { 50% { outline-width: calc(${Yi} * ${Qi}); } } @keyframes shrink-grow { 50% { outline-offset: calc( ${Zi} - calc(${Yi} * ${Qi}) ); outline-width: calc(${Yi} * ${Qi}); } } @media (prefers-reduced-motion) { :host(:not([inward])) .outline.visible, :host([inward]) .outline.visible { animation: none; } } @media (forced-colors: active) { .outline { outline-color: Highlight; } }`,s([u(".outline")],sa.prototype,"_outline",void 0),s([m({type:Boolean,reflect:!0})],sa.prototype,"inward",void 0),s([m({type:Boolean,reflect:!0})],sa.prototype,"disabled",void 0),sa=s([ut("m3e-focus-ring")],sa);let ia=class extends(Gt(Ss(vi(c,"none")))){connectedCallback(){super.connectedCallback(),this.ariaHidden="true"}render(){return this.indeterminate?o`<svg viewBox="0 -960 960 960" fill="currentColor"><path Required d="M240-440v-80h480v80H240Z"/></svg>`:this.checked?o`<svg viewBox="0 -960 960 960" fill="currentColor"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>`:a}};ia.styles=l`:host { display: inline-block; vertical-align: middle; width: var(--m3e-checkbox-icon-size, 1.125rem); height: var(--m3e-checkbox-icon-size, 1.125rem); border-radius: var(--m3e-checkbox-container-shape, 2px); box-sizing: border-box; flex: none; } :host(:not([checked]):not([indeterminate])) { border-width: var(--m3e-checkbox-unselected-outline-thickness, 2px); border-style: solid; } :host(:not([disabled])[checked]), :host(:not([disabled])[indeterminate]) { background-color: var(--m3e-checkbox-selected-container-color, ${$s.color.primary}); color: var(--m3e-checkbox-selected-icon-color, ${$s.color.onPrimary}); } :host(:not([disabled]):not([checked]):not([indeterminate])) { border-color: var(--m3e-checkbox-unselected-outline-color, ${$s.color.onSurfaceVariant}); } :host([disabled]:not([checked]):not([indeterminate])) { border-color: color-mix( in srgb, var(--m3e-checkbox-unselected-disabled-outline-color, ${$s.color.onSurface}) var(--m3e-checkbox-unselected-disabled-outline-opacity, 38%), transparent ); } :host([disabled][checked]), :host([disabled][indeterminate]) { background-color: color-mix( in srgb, var(--m3e-checkbox-selected-disabled-container-color, ${$s.color.onSurface}) var(--m3e-checkbox-selected-disabled-container-opacity, 38%), transparent ); color: color-mix( in srgb, var(--m3e-checkbox-selected-disabled-icon-color, ${$s.color.surface}) var(--m3e-checkbox-selected-disabled-icon-opacity, 100%), transparent ); }`,ia=s([ut("m3e-pseudo-checkbox")],ia);let aa=class extends(Xt(Ss(vi(c,"none")))){connectedCallback(){super.connectedCallback(),this.ariaHidden="true"}render(){return o`<svg class="icon" viewBox="0 0 20 20"><mask id="cutout2"><rect width="100%" height="100%" fill="white"></rect><circle cx="10" cy="10" r="8" fill="black"></circle></mask><circle class="outer circle" cx="10" cy="10" r="10" mask="url(#cutout2)"></circle><circle class="inner circle" cx="10" cy="10" r="5"></circle></svg>`}};aa.styles=l`:host { display: inline-block; vertical-align: middle; box-sizing: border-box; width: var(--m3e-radio-icon-size, 1.25rem); height: var(--m3e-radio-icon-size, 1.25rem); flex: none; } .circle { fill: currentColor; } :host(:not([checked])) .circle.inner { opacity: 0; } :host(:not([checked])) { color: var(--m3e-radio-unselected-icon-color, ${$s.color.onSurfaceVariant}); } :host([checked]) { color: var(--m3e-radio-selected-icon-color, ${$s.color.primary}); } :host([disabled]) { color: color-mix(in srgb, var(--m3e-radio-disabled-icon-color, ${$s.color.onSurface}) 38%, transparent); }`,aa=s([ut("m3e-pseudo-radio")],aa);const na=r(`var(--m3e-ripple-color, ${$s.color.onSurface})`),ra=r(`var(--m3e-ripple-opacity, ${$s.state.pressedStateLayerOpacity})`),oa=r(`var(--m3e-ripple-enter-duration, ${$s.motion.duration.long4})`),la=r(`var(--m3e-ripple-exit-duration, ${$s.motion.duration.short2})`),ca=r("var(--m3e-ripple-scale-factor, 2.5)");var da,ha,pa,ma,ua,fa;let va=class extends(si(vi(c,"none"))){constructor(){super(...arguments),da.add(this),ha.set(this,null),pa.set(this,new pt(this,{target:null,minPressedDuration:150,isPressedKey:e=>" "===e,callback:(t,{x:s,y:i})=>e(this,da,"m",fa).call(this,t,s,i)})),this.disabled=!1,this.centered=!1,this.unbounded=!1,this.radius=null}get visible(){return null!==e(this,ha,"f")}show(s,i,a=!1){e(this,da,"m",ma).call(this);const n=this.getBoundingClientRect();this.centered&&(s=n.left+n.width/2,i=n.top+n.height/2);let r=this.radius;if(!r||isNaN(r)){const e=Math.max(Math.abs(s-n.left),Math.abs(s-n.right)),t=Math.max(Math.abs(i-n.top),Math.abs(i-n.bottom));r=Math.sqrt(e*e+t*t)}const o=s-n.left,l=i-n.top;t(this,ha,document.createElement("div"),"f"),e(this,ha,"f").classList.add("ripple"),a&&e(this,ha,"f").classList.add("persistent"),e(this,ha,"f").style.left=o-r+"px",e(this,ha,"f").style.top=l-r+"px",e(this,ha,"f").style.width=2*r+"px",e(this,ha,"f").style.height=2*r+"px",e(this,ha,"f").addEventListener("animationend",()=>e(this,da,"m",ua).call(this,a),{once:!0}),e(this,ha,"f").addEventListener("transitionend",()=>e(this,da,"m",ma).call(this),{once:!0}),this.shadowRoot?.appendChild(e(this,ha,"f"))}hide(){e(this,ha,"f")?.classList.add("exit")}attach(t){super.attach(t),e(this,pa,"f").observe(t)}detach(){this.control&&e(this,pa,"f").unobserve(this.control),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),e(this,da,"m",ma).call(this)}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&this.hide()}};var ya;ha=new WeakMap,pa=new WeakMap,da=new WeakSet,ma=function(){e(this,ha,"f")?.remove(),t(this,ha,null,"f")},ua=function(t){t?e(this,ha,"f")?.classList.add("pressed"):this.hide()},fa=function(e,t,s){this.disabled||(e?this.show(t,s,!0):this.hide())},va.styles=l`:host { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; } :host(:not([unbounded])) { overflow: hidden; } .ripple { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; transform: scale(0); border-radius: ${$s.shape.corner.full}; background-color: color-mix(in srgb, ${na} ${ra}, transparent); will-change: background-color, opacity; animation: ripple ${oa} linear; } .ripple.persistent.pressed { transform: scale(${ca}); } .ripple.exit { transition: opacity ${la} cubic-bezier(0, 0, 0.2, 0.1); opacity: 0; } @keyframes ripple { to { transform: scale(${ca}); } } @media (prefers-reduced-motion) { .ripple { transform: scale(${ca}); animation-duration: 90ms; } .ripple.exit { transition-duration: 10ms; } } @media (forced-colors: active) { .ripple { display: none; } }`,s([m({type:Boolean,reflect:!0})],va.prototype,"disabled",void 0),s([m({type:Boolean,reflect:!0})],va.prototype,"centered",void 0),s([m({type:Boolean,reflect:!0})],va.prototype,"unbounded",void 0),s([m({type:Number})],va.prototype,"radius",void 0),va=s([ut("m3e-ripple")],va);let ga=class extends(Vt(c)){constructor(){super(...arguments),ya.set(this,()=>this._updateScroll()),this.dividers="above-below",this.thin=!1}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("scroll",e(this,ya,"f"))}update(t){super.update(t),t.has("dividers")&&(this.removeEventListener("scroll",e(this,ya,"f")),"none"!==this.dividers&&this.addEventListener("scroll",e(this,ya,"f"),{passive:!0}))}render(){return o`<slot @slotchange="${this._updateScroll}"></slot>`}_updateScroll(){const e=("above"===this.dividers||"above-below"===this.dividers)&&this.scrollTop>0,t=("below"===this.dividers||"above-below"===this.dividers)&&this.scrollHeight-this.scrollTop-this.clientHeight>1;Ut(this,"-above",e),Ut(this,"-below",t)}};var ba,xa,wa,ka;ya=new WeakMap,ga.styles=l`:host { display: block; overflow-y: auto; position: relative; box-sizing: border-box; scrollbar-color: ${$s.scrollbar.color}; border-top: var(--m3e-divider-thickness, 1px) solid transparent; border-bottom: var(--m3e-divider-thickness, 1px) solid transparent; outline-color: ${ji}; outline-width: ${Yi}; outline-offset: ${Gi}; } :host([thin]) { scrollbar-width: ${$s.scrollbar.thinWidth}; } :host(:not([thin])) { scrollbar-width: ${$s.scrollbar.width}; } :host(:not(:focus-visible):state(-above)) { border-top-color: var(--m3e-divider-color, ${$s.color.outlineVariant}); } :host(:not(:focus-visible):state(-below)) { border-bottom-color: var(--m3e-divider-color, ${$s.color.outlineVariant}); } :host(:focus-visible) { outline-style: solid; animation: grow-shrink ${Xi}; } @keyframes grow-shrink { 50% { outline-width: calc(${Yi} * ${Qi}); } } @media (forced-colors: active) { :host { border-top: var(--m3e-divider-thickness, 1px) solid Canvas; border-bottom: var(--m3e-divider-thickness, 1px) solid Canvas; } :host(:not(:focus-visible):state(-above)) { border-top-color: GrayText; } :host(:not(:focus-visible):state(-below)) { border-bottom-color: GrayText; } } @media (prefers-reduced-motion) { :host(:focus-visible) { animation: none; } }`,s([m()],ga.prototype,"dividers",void 0),s([m({type:Boolean,reflect:!0})],ga.prototype,"thin",void 0),s([ft(40)],ga.prototype,"_updateScroll",null),ga=s([ut("m3e-scroll-container")],ga);let $a=class extends(Vt(c)){constructor(){super(...arguments),ba.add(this),xa.set(this,new Array),this.selectedIndex=null}connectedCallback(){super.connectedCallback(),Rt(this,"-no-animate")}update(t){super.update(t),t.has("selectedIndex")&&(null===this.selectedIndex&&Rt(this,"-no-animate"),e(this,ba,"m",ka).call(this),null!==this.selectedIndex&&Nt(this,"-no-animate")&&requestAnimationFrame(()=>{null!==this.selectedIndex&&qt(this,"-no-animate")}))}render(){return o`<slot @slotchange="${e(this,ba,"m",wa)}"></slot>`}};xa=new WeakMap,ba=new WeakSet,wa=function(s){const i=[...s.target.assignedElements({flatten:!0})];for(const t of e(this,xa,"f").filter(e=>!i.includes(e)))t.classList.remove("-before"),t.classList.remove("-after"),t.removeAttribute("inert");t(this,xa,i,"f"),e(this,ba,"m",ka).call(this)},ka=function(){const t=this.selectedIndex??e(this,xa,"f").length;for(let s=0;s<e(this,xa,"f").length;s++){const i=e(this,xa,"f")[s];i.classList.toggle("-before",s<t),i.classList.toggle("-after",s>t),i.toggleAttribute("inert",s!==t)}},$a.styles=l`:host { display: flex; position: relative; overflow: hidden; } ::slotted(*) { width: 100%; top: 0; transition: ${r(`inset-inline-start var(--m3e-slide-animation-duration, ${$s.motion.duration.long2}) ${$s.motion.easing.standard},\n visibility var(--m3e-slide-animation-duration, ${$s.motion.duration.long2}) ${$s.motion.easing.standard} allow-discrete`)}; } ::slotted(.-before), ::slotted(.-after) { visibility: hidden; position: absolute; } ::slotted(.-before) { inset-inline-start: -100%; } ::slotted(.-after) { inset-inline-start: 100%; } ::slotted(:not(.-before):not(.-after)) { position: relative; inset-inline-start: 0; } :host(:state(-no-animate)) ::slotted(*) { transition: none; } @media (prefers-reduced-motion) { ::slotted(*) { transition: none; } }`,s([m({attribute:"selected-index",type:Number,reflect:!0})],$a.prototype,"selectedIndex",void 0),$a=s([ut("m3e-slide")],$a);const Ea=r(`var(--m3e-state-layer-hover-color, ${$s.color.onSurface})`),Sa=r(`var(--m3e-state-layer-hover-opacity, ${$s.state.hoverStateLayerOpacity})`),Ca=r(`var(--m3e-state-layer-focus-color, ${$s.color.onSurface})`),za=r(`var(--m3e-state-layer-focus-opacity, ${$s.state.focusStateLayerOpacity})`),La=r(`var(--m3e-state-layer-duration, ${$s.motion.duration.medium1})`),Ma=r(`var(--m3e-state-layer-easing, ${$s.motion.easing.standard})`);var Wa,Fa,Aa,_a,Da;let Ta=class extends(si(vi(c,"none"))){constructor(){super(...arguments),Wa.add(this),Fa.set(this,new lt(this,{target:null,callback:t=>e(this,Wa,"m",_a).call(this,t)})),Aa.set(this,new ot(this,{target:null,callback:(t,s)=>e(this,Wa,"m",Da).call(this,s)})),this.disabled=!1,this.disableHover=!1}show(e){this._layer?.classList.toggle(e,!0)}hide(e){this._layer?.classList.toggle(e,!1)}attach(t){super.attach(t),e(this,Fa,"f").observe(t),e(this,Aa,"f").observe(t)}detach(){this.control&&(e(this,Fa,"f").unobserve(this.control),e(this,Aa,"f").unobserve(this.control)),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this.hide("hover"),this.hide("focused")}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&(this.hide("hover"),this.hide("focused")),e.has("disableHover")&&this.disableHover&&this.hide("hover")}render(){return o`<div class="layer"></div>`}};var Ha,Pa,Ia,Oa,Ba,Va,Na,Ra;Fa=new WeakMap,Aa=new WeakMap,Wa=new WeakSet,_a=function(e){this.disabled||this.disableHover||(e?this.show("hover"):this.hide("hover"))},Da=function(e){this.disabled||(e?this.show("focused"):this.hide("focused"))},Ta.styles=l`:host { display: block; } :host, .layer { position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; } .layer { will-change: background-color; transition: ${r(`background-color ${La} ${Ma}`)}; } .layer.focused { background-color: color-mix(in srgb, ${Ca} ${za}, transparent); } .layer.hover { background-color: color-mix(in srgb, ${Ea} ${Sa}, transparent); } @media (prefers-reduced-motion) { .layer { transition: none; } } @media (forced-colors: active) { .layer { display: none; } }`,s([u(".layer")],Ta.prototype,"_layer",void 0),s([m({type:Boolean,reflect:!0})],Ta.prototype,"disabled",void 0),s([m({attribute:"disable-hover",type:Boolean,reflect:!0})],Ta.prototype,"disableHover",void 0),Ta=s([ut("m3e-state-layer")],Ta);let qa=Ra=class extends c{constructor(){super(),Ha.add(this),Pa.set(this,"m3e-text-highlight-"+Ra.__nextId++),Ia.set(this,new Array),Oa.set(this,null),this.disabled=!1,this.term="",this.caseSensitive=!1,this.mode="contains",this.isSupported&&(t(this,Oa,new CSSStyleSheet,"f"),e(this,Oa,"f").replaceSync(l`::highlight(${r(e(this,Pa,"f"))}) { background-color: var(--m3e-text-highlight-container-color, ${$s.color.secondaryContainer}); color: var(--m3e-text-highlight-color, ${$s.color.onSecondaryContainer}); text-decoration: var(--m3e-text-highlight-decoration); text-shadow: var(--m3e-text-highlight-shadow); }`.toString()))}get isSupported(){return!(i||!CSS.highlights)}get ranges(){return e(this,Ia,"f")}firstUpdated(t){super.firstUpdated(t),this.shadowRoot&&e(this,Oa,"f")&&!this.shadowRoot.adoptedStyleSheets.includes(e(this,Oa,"f"))&&this.shadowRoot.adoptedStyleSheets.push(e(this,Oa,"f"))}updated(t){super.updated(t),(t.has("term")||t.has("caseSensitive")||t.has("disabled"))&&e(this,Ha,"m",Na).call(this)}render(){return o`<slot @slotchange="${e(this,Ha,"m",Na)}"></slot>`}};Pa=new WeakMap,Ia=new WeakMap,Oa=new WeakMap,Ha=new WeakSet,Ba=function(e){return!/^\s*$/.test(e.data)},Va=function t(s,i){s instanceof HTMLSlotElement?s.assignedNodes({flatten:!0}).forEach(s=>{switch(s.nodeType){case Node.TEXT_NODE:e(this,Ha,"m",Ba).call(this,s)&&i.push(s);break;case Node.ELEMENT_NODE:e(this,Ha,"m",t).call(this,s,i)}}):s.childNodes.forEach(s=>{switch(s.nodeType){case Node.TEXT_NODE:e(this,Ha,"m",Ba).call(this,s)&&i.push(s);break;case Node.ELEMENT_NODE:e(this,Ha,"m",t).call(this,s,i)}})},Na=function(){if(!this.isSupported||!this.isConnected)return;if(CSS.highlights.delete(e(this,Pa,"f")),e(this,Ia,"f").length=0,this.disabled)return;if(!this.term)return void this.dispatchEvent(new CustomEvent("highlight",{detail:[...e(this,Ia,"f")],bubbles:!1,composed:!1}));const s=new Array;if(e(this,Ha,"m",Va).call(this,this,s),s.length>0){const i=this.caseSensitive?this.term:this.term.toLowerCase();switch(this.mode){case"starts-with":{const t=s[0];if(((this.caseSensitive?t.textContent:t.textContent?.toLowerCase())??"").startsWith(i)){const s=new Range;s.setStart(t,0),s.setEnd(t,i.length),e(this,Ia,"f").push(s)}}break;case"ends-with":{const t=s[s.length-1],a=(this.caseSensitive?t.textContent:t.textContent?.toLowerCase())??"";if(a.endsWith(i)){const s=a.length-i.length,n=s+i.length,r=new Range;r.setStart(t,s),r.setEnd(t,n),e(this,Ia,"f").push(r)}}break;case"contains":t(this,Ia,s.map(e=>({el:e,text:(this.caseSensitive?e.textContent:e.textContent?.toLowerCase())??""})).map(({el:e,text:t})=>{const s=new Array;let a=0;for(;a<t.length;){const e=t.indexOf(i,a);if(-1===e)break;s.push(e),a=e+i.length}return s.map(t=>{const s=new Range;return s.setStart(e,t),s.setEnd(e,t+i.length),s})}).flat(),"f")}e(this,Ia,"f").length>0&&CSS.highlights.set(e(this,Pa,"f"),new Highlight(...e(this,Ia,"f")))}this.dispatchEvent(new CustomEvent("highlight",{detail:[...e(this,Ia,"f")],bubbles:!1,composed:!1}))},qa.styles=l`:host { display: contents; }`,qa.__nextId=0,s([m({type:Boolean,reflect:!0})],qa.prototype,"disabled",void 0),s([m()],qa.prototype,"term",void 0),s([m({attribute:"case-sensitive",type:Boolean})],qa.prototype,"caseSensitive",void 0),s([m()],qa.prototype,"mode",void 0),qa=Ra=s([ut("m3e-text-highlight")],qa);let Ua=class extends c{render(){return o`<span class="base"><slot></slot></span>`}};Ua.styles=l`:host { flex: 1 1 auto; display: inline-flex; align-items: center; flex-wrap: nowrap; min-width: 0; } .base { flex: 1 1 auto; display: inline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }`,Ua=s([ut("m3e-text-overflow")],Ua);export{Li as ActionElementBase,Pe as AnimationLoopController,Vt as AttachInternals,Xt as Checked,Gt as CheckedIndeterminate,js as ConstraintValidation,$s as DesignToken,is as Dirty,Ss as Disabled,Ws as DisabledInteractive,Xs as EventAttribute,ot as FocusController,Gs as Focusable,Vs as FormAssociated,Qs as FormSubmitter,lt as HoverController,si as HtmlFor,ct as IntersectionController,ii as KeyboardClick,Ds as Labelled,oi as LinkButton,dt as LongPressController,Mi as M3eCollapsibleElement,Ui as M3eElevationElement,sa as M3eFocusRingElement,ia as M3ePseudoCheckboxElement,aa as M3ePseudoRadioElement,va as M3eRippleElement,ga as M3eScrollContainerElement,$a as M3eSlideElement,Ta as M3eStateLayerElement,qa as M3eTextHighlightElement,Ua as M3eTextOverflowElement,ht as MutationController,pt as PressedController,ci as ReadOnly,hi as ReconnectedCallback,mi as Required,fi as RequiredConstraintValidation,mt as ResizeController,vi as Role,Wt as ScrollController,Ft as ScrollLockController,Kt as Selected,yi as SuppressInitialAnimation,rs as Touched,rt as VelocityTracker,bi as Vertical,Rt as addCustomState,es as checkOrSelect,Oe as computeCssSize,Be as computeLineCount,ut as customElement,ft as debounce,Hs as defaultValue,qt as deleteCustomState,Ve as focusWhenReady,Ne as forcedColorsActive,Ts as formValue,Ke as generateClipPaths,Qe as getTextContent,Je as guid,et as hasAssignedNodes,Nt as hasCustomState,Ht as hasKeys,tt as interceptProperty,Pt as internals,It as isAttachInternalsMixin,Yt as isCheckedIndeterminateMixin,jt as isCheckedMixin,Jt as isCheckedOrSelected,Qt as isCheckedOrSelectedMixin,Rs as isConstraintValidationMixin,ts as isDirtyMixin,Cs as isDisabledInteractiveMixin,Es as isDisabledMixin,Ps as isFormAssociatedMixin,Zs as isFormSubmitterMixin,Js as isHtmlForMixin,As as isLabelledMixin,ni as isLinkButtonMixin,li as isReadOnlyMixin,ui as isRequiredConstraintValidationMixin,pi as isRequiredMixin,Zt as isSelectedMixin,as as isTouchedMixin,gi as isVerticalMixin,st as prefersReducedMotion,ai as renderPseudoLink,it as resolveElementById,at as resolveFragmentUrl,Tt as safeStyleMap,nt as scrollIntoViewIfNeeded,Ut as setCustomState,At as spaceSeparatedStringConverter,Fs as updateLabels,Ns as validate};
|
|
6
|
+
import{__classPrivateFieldGet as e,__classPrivateFieldSet as t,__decorate as s}from"tslib";import{isServer as i,nothing as a,noChange as n,unsafeCSS as r,html as o,css as l,LitElement as c}from"lit";import{directive as d,Directive as h,PartType as p}from"lit/directive.js";import{property as m,query as u}from"lit/decorators.js";import{ifDefined as f}from"lit/directives/if-defined.js";var v,y,g,b,x,w,k,$,E,S,C,z,M,L,W,F,A,D,_,T,H,P,I,O,B,N,V,R,U,q,j,X,Z,Y,G,K,Q,J,ee,te,se,ie,ae,ne,re,oe,le,ce,de,he,pe,me,ue,fe,ve,ye,ge,be,xe,we,ke,$e,Ee,Se,Ce,ze,Me,Le,We,Fe,Ae,De,_e,Te,He,Pe,Ie;class Oe{constructor(s,i){v.set(this,null),y.set(this,0),g.set(this,!1),b.set(this,void 0),x.set(this,()=>{if(!e(this,g,"f"))return;const s=performance.now();e(this,b,"f").call(this,(s-e(this,y,"f"))/1e3,s/1e3),t(this,y,s,"f"),t(this,v,requestAnimationFrame(e(this,x,"f")),"f")}),t(this,b,i,"f"),s.addController(this)}hostDisconnected(){this.stop()}start(){e(this,g,"f")||(t(this,g,!0,"f"),t(this,y,performance.now(),"f"),e(this,x,"f").call(this))}stop(){e(this,g,"f")&&(t(this,g,!1,"f"),null!==e(this,v,"f")&&(cancelAnimationFrame(e(this,v,"f")),t(this,v,null,"f")))}}v=new WeakMap,y=new WeakMap,g=new WeakMap,b=new WeakMap,x=new WeakMap;class Be{constructor(s,i){w.set(this,void 0),k.set(this,void 0),$.set(this,new Set),t(this,w,s,"f"),t(this,k,i.target,"f"),e(this,w,"f").addController(this)}get targets(){return e(this,$,"f").values()}hostConnected(){null!==e(this,k,"f")&&this.observe(e(this,k,"f")??e(this,w,"f"))}hostDisconnected(){e(this,$,"f").forEach(e=>this.unobserve(e)),e(this,$,"f").clear()}observe(t){e(this,$,"f").has(t)||(e(this,$,"f").add(t),this._observe(t))}isObserving(t){return e(this,$,"f").has(t)}unobserve(t){e(this,$,"f").delete(t)&&this._unobserve(t)}}function Ne(e,t){if(!t)return 0;const s=document.createElement("div");s.style.all="inherit",s.style.width=t,s.style.position="absolute",s.style.visibility="hidden",s.style.pointerEvents="none",e.appendChild(s);try{return parseFloat(getComputedStyle(s).width)}finally{s.remove()}}function Ve(e){const t=parseFloat(getComputedStyle(e).lineHeight);return isNaN(t)||t<=0?0:Math.round(e.scrollHeight/t)}async function Re(e,t=200){function s(e){const t=e.getRootNode();return t instanceof ShadowRoot?t.activeElement===e:document.activeElement===e}e.focus();const i=performance.now();for(;!s(e);){if(!e.isConnected||performance.now()-i>t)return!1;await new Promise(requestAnimationFrame),e.focus()}return!0}function Ue(){return!i&&matchMedia("(forced-colors: active)").matches}function qe(e,t,s){return e+(t-e)*s}function je(e,t,s,i){return{x:Math.pow(1-i,2)*e.x+2*(1-i)*i*t.x+Math.pow(i,2)*s.x,y:Math.pow(1-i,2)*e.y+2*(1-i)*i*t.y+Math.pow(i,2)*s.y}}function Xe(e,t,s,i,a){return{x:Math.pow(1-a,3)*e.x+3*Math.pow(1-a,2)*a*t.x+3*(1-a)*Math.pow(a,2)*s.x+Math.pow(a,3)*i.x,y:Math.pow(1-a,3)*e.y+3*Math.pow(1-a,2)*a*t.y+3*(1-a)*Math.pow(a,2)*s.y+Math.pow(a,3)*i.y}}function Ze(e,t){const s=function(e){return(e.match(/[a-zA-Z][^a-zA-Z]*/g)||[]).map(e=>({type:e[0],nums:e.slice(1).trim().split(/[\s,]+/).filter(Boolean).map(Number)}))}(e);let i={x:0,y:0},a={x:0,y:0};const n=[];for(const e of s)if("M"===e.type)i={x:e.nums[0],y:e.nums[1]},a=i;else if("L"===e.type){const t={x:e.nums[0],y:e.nums[1]},s=t.x-i.x,a=t.y-i.y;n.push({type:"L",pts:[i,t],length:Math.hypot(s,a)}),i=t}else if("H"===e.type){const t={x:e.nums[0],y:i.y},s=t.x-i.x;n.push({type:"L",pts:[i,t],length:Math.abs(s)}),i=t}else if("V"===e.type){const t={x:i.x,y:e.nums[0]},s=t.y-i.y;n.push({type:"L",pts:[i,t],length:Math.abs(s)}),i=t}else if("Q"===e.type){const t={x:e.nums[0],y:e.nums[1]},s={x:e.nums[2],y:e.nums[3]};let a=0,r=i;const o=20;for(let e=1;e<=o;e++){const n=je(i,t,s,e/o);a+=Math.hypot(n.x-r.x,n.y-r.y),r=n}n.push({type:"Q",pts:[i,t,s],length:a}),i=s}else if("C"===e.type){const t={x:e.nums[0],y:e.nums[1]},s={x:e.nums[2],y:e.nums[3]},a={x:e.nums[4],y:e.nums[5]};let r=0,o=i;const l=20;for(let e=1;e<=l;e++){const n=Xe(i,t,s,a,e/l);r+=Math.hypot(n.x-o.x,n.y-o.y),o=n}n.push({type:"C",pts:[i,t,s,a],length:r}),i=a}else if("Z"===e.type){const e=a.x-i.x,t=a.y-i.y;n.push({type:"L",pts:[i,a],length:Math.hypot(e,t)}),i=a}const r=n.reduce((e,t)=>e+t.length,0)/(t-1),o=[];let l=0,c=0;for(let e=0;e<t;e++){const t=e*r;for(;c<n.length&&l+n[c].length<t;)l+=n[c].length,c++;const s=n[c];if(!s)break;const i=(t-l)/s.length;if("L"===s.type){const[e,t]=s.pts;o.push({x:qe(e.x,t.x,i),y:qe(e.y,t.y,i)})}else if("Q"===s.type){const[e,t,a]=s.pts;o.push(je(e,t,a,i))}else if("C"===s.type){const[e,t,a,n]=s.pts;o.push(Xe(e,t,a,n,i))}}return o}function Ye(e,t,s){return Math.max(t,Math.min(s,e))}function Ge(e,t){const s=e.length,i=new Array(s);for(let a=0;a<s;a++)i[a]=e[(a+t)%s];return i}function Ke(e,t){const s=Math.min(t.length,e.length);let i=0,a=1/0;for(let n=0;n<s;n++){let r=0;for(let i=0;i<s;i++){const o=t[(i+n)%s],l=e[i],c=o.x-l.x,d=o.y-l.y;if(r+=c*c+d*d,r>=a)break}r<a&&(a=r,i=n)}return i}function Qe(e){let t=0;const s=e.length;for(let i=0;i<s;i++){const a=e[i],n=e[(i+1)%s];t+=a.x*n.y-n.x*a.y}return t/2}function Je(e,t){return function(e){const t=e.map(e=>{const t=function(e){let t=1/0,s=1/0,i=-1/0,a=-1/0;for(const n of e)n.x<t&&(t=n.x),n.x>i&&(i=n.x),n.y<s&&(s=n.y),n.y>a&&(a=n.y);return{minX:t,minY:s,maxX:i,maxY:a,width:i-t,height:a-s}}(e),s=e.map(e=>({x:e.x-t.minX,y:e.y-t.minY})),i=Math.max(t.width,t.height)||1,a=s.map(e=>({x:e.x/i,y:e.y/i})),n=t.width/i,r=t.height/i,o=(1-n)/2,l=(1-r)/2;return a.map(e=>({x:e.x+o,y:e.y+l}))}),s=t[0],i=Math.sign(Qe(s));for(let e=1;e<t.length;e++){let a=t[e];const n=Math.sign(Qe(a));0!==n&&n!==i&&(a=a.slice().reverse());const r=Ke(s,a);t[e]=Ge(a,r)}return t}(e.map(e=>Ze(e,t))).map(e=>`${e.map(e=>{const t=Ye(100*e.x,0,100),s=Ye(100*e.y,0,100);return`${t.toFixed(2)}% ${s.toFixed(2)}%`}).join(", ")}`)}function et(e,t=!1){let s="";switch(e.nodeType){case Node.TEXT_NODE:s=e.nodeValue??"";break;case Node.ELEMENT_NODE:if(e instanceof HTMLSlotElement)for(const i of e.assignedNodes({flatten:!0}))s+=et(i,t);else for(const i of e.childNodes)s+=et(i,t)}return t&&(s=s.trim()),s}function tt(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})}function st(e){return e.assignedNodes({flatten:!0}).length>0}function it(e,t,s){const i=Object.getOwnPropertyDescriptor(e,t)??Object.getOwnPropertyDescriptor(Object.getPrototypeOf(e),t);if(!i)throw new Error(`Property ${String(t)} not found on target.`);const a=i.get?.bind(e),n=i.set?.bind(e);return Object.defineProperty(e,t,{configurable:!0,enumerable:i.enumerable,get:()=>s.get?s.get(()=>a?.()):a?.(),set(e){s.set?s.set(e,e=>n?.(e)):n?.(e)}}),()=>Object.defineProperty(e,t,i)}function at(){return i||matchMedia("(prefers-reduced-motion)").matches}function nt(e){if("undefined"==typeof window)return;const t=new CSSStyleSheet;t.replaceSync(e.toString()),document.adoptedStyleSheets=[...document.adoptedStyleSheets,t]}function rt(e,t=document){return new Promise(s=>{const i=t.querySelector(`#${e}`);i?s(i):"complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",()=>s(t.querySelector(`#${e}`)),{once:!0}):s(t.querySelector(`#${e}`))})}function ot(e){const t=document?.location??null;return`url(${t?(t.pathname+t.search).split("#")[0]:""}#${e})`}function lt(e,t,s){const i=t.getBoundingClientRect(),a=e.getBoundingClientRect();(a.top<i.top||a.bottom>i.bottom)&&e.scrollIntoView(s)}w=new WeakMap,k=new WeakMap,$=new WeakMap;class ct{constructor(e=100){E.set(this,[]),S.set(this,void 0),t(this,S,e,"f")}add(t,s=performance.now()){e(this,E,"f").push({y:t,t:s});const i=s-e(this,S,"f");for(;e(this,E,"f").length>1&&e(this,E,"f")[0].t<i;)e(this,E,"f").shift()}getVelocity(){if(e(this,E,"f").length<2)return 0;const t=e(this,E,"f")[0],s=e(this,E,"f")[e(this,E,"f").length-1],i=s.y-t.y,a=(s.t-t.t)/1e3;return a>0?i/a:0}reset(){e(this,E,"f").length=0}}E=new WeakMap,S=new WeakMap;class dt extends Be{constructor(s,i){super(s,i),C.add(this),z.set(this,!1),M.set(this,void 0),L.set(this,t=>e(this,C,"m",P).call(this,t)),W.set(this,t=>e(this,C,"m",I).call(this,t)),F.set(this,t=>e(this,C,"m",O).call(this,t)),A.set(this,()=>t(this,z,!0,"f")),D.set(this,()=>t(this,z,!1,"f")),_.set(this,!1),T.set(this,()=>t(this,_,!0,"f")),H.set(this,()=>t(this,_,!1,"f")),t(this,M,i.callback,"f")}hostConnected(){super.hostConnected(),window?.addEventListener("keydown",e(this,T,"f"),{capture:!0,passive:!0}),window?.addEventListener("pointerdown",e(this,H,"f"),{capture:!0})}hostDisconnected(){super.hostDisconnected(),window?.removeEventListener("keydown",e(this,T,"f"),{capture:!0}),window?.removeEventListener("pointerdown",e(this,H,"f"),{capture:!0})}_observe(t){t.addEventListener("keydown",e(this,L,"f")),t.addEventListener("focusin",e(this,W,"f")),t.addEventListener("focusout",e(this,F,"f")),t.addEventListener("touchstart",e(this,A,"f")),t.addEventListener("touchend",e(this,D,"f")),t.addEventListener("touchcancel",e(this,D,"f"))}_unobserve(t){t.removeEventListener("keydown",e(this,L,"f")),t.removeEventListener("focusin",e(this,W,"f")),t.removeEventListener("focusout",e(this,F,"f")),t.removeEventListener("touchstart",e(this,A,"f")),t.removeEventListener("touchend",e(this,D,"f")),t.removeEventListener("touchcancel",e(this,D,"f"))}}z=new WeakMap,M=new WeakMap,L=new WeakMap,W=new WeakMap,F=new WeakMap,A=new WeakMap,D=new WeakMap,_=new WeakMap,T=new WeakMap,H=new WeakMap,C=new WeakSet,P=function(t){t.currentTarget.matches(":focus-within")&&e(this,C,"m",I).call(this,t)},I=function(t){if(e(this,z,"f"))return;const s=t.currentTarget;e(this,M,"f").call(this,!0,s.matches(":focus-visible")||e(this,_,"f")||Ue(),s)},O=function(t){e(this,z,"f")||e(this,M,"f").call(this,!1,!1,t.currentTarget)};class ht extends Be{constructor(s,i){super(s,i),B.add(this),N.set(this,void 0),V.set(this,new Map),R.set(this,new Map),U.set(this,t=>e(this,B,"m",Y).call(this,t)),q.set(this,t=>e(this,B,"m",G).call(this,t)),t(this,N,i.callback,"f"),this.startDelay=i.startDelay??0,this.endDelay=i.endDelay??0}clearDelays(){for(const t of this.targets)e(this,B,"m",j).call(this,t)}_observe(t){t.addEventListener("pointerenter",e(this,U,"f")),t.addEventListener("pointerleave",e(this,q,"f")),t.addEventListener("touchend",e(this,q,"f"))}_unobserve(t){t.removeEventListener("pointerenter",e(this,U,"f")),t.removeEventListener("pointerleave",e(this,q,"f")),t.removeEventListener("touchend",e(this,q,"f"))}}N=new WeakMap,V=new WeakMap,R=new WeakMap,U=new WeakMap,q=new WeakMap,B=new WeakSet,j=function(t){e(this,B,"m",X).call(this,t),e(this,B,"m",Z).call(this,t)},X=function(t){return!!e(this,V,"f").has(t)&&(clearTimeout(e(this,V,"f").get(t)),e(this,V,"f").delete(t))},Z=function(t){return!!e(this,R,"f").has(t)&&(clearTimeout(e(this,R,"f").get(t)),e(this,R,"f").delete(t))},Y=function(t){const s=t.target;e(this,B,"m",Z).call(this,s),this.startDelay>0?(e(this,B,"m",X).call(this,s),e(this,V,"f").set(s,setTimeout(()=>{e(this,V,"f").delete(s),e(this,N,"f").call(this,!0,s)},this.startDelay))):e(this,N,"f").call(this,!0,s)},G=function(t){const s=t.target;e(this,B,"m",X).call(this,s)||(this.endDelay>0?(e(this,B,"m",Z).call(this,s),e(this,R,"f").set(s,setTimeout(()=>{e(this,R,"f").delete(s),e(this,N,"f").call(this,!1,s)},this.endDelay))):e(this,N,"f").call(this,!1,s))};class pt{constructor(e){K.set(this,void 0),Q.set(this,new Array),t(this,K,e,"f"),e.addController(this)}lock(){this.unlock();for(let t=e(this,K,"f");t.parentNode&&t.parentNode!==document.documentElement;t=t.parentNode)for(const s of t.parentNode.children)s instanceof HTMLElement&&s!==t&&!s.inert&&(s.inert=!0,e(this,Q,"f").push(s))}unlock(){e(this,Q,"f").forEach(e=>e.inert=!1),e(this,Q,"f").length=0}hostDisconnected(){this.unlock()}}K=new WeakMap,Q=new WeakMap;class mt extends Be{constructor(s,a){super(s,a),J.set(this,void 0),ee.set(this,!1),te.set(this,void 0),se.set(this,!0),t(this,J,a.callback,"f"),t(this,ee,a.skipInitial??!1,"f"),i||(window.IntersectionObserver?t(this,te,new IntersectionObserver((t,s)=>{e(this,J,"f").call(this,t,s)},a.init),"f"):console.warn("IntersectionController error: the browser does not support IntersectionObserver."))}async hostUpdated(){e(this,te,"f")&&!e(this,ee,"f")&&e(this,se,"f")&&e(this,J,"f").call(this,[],e(this,te,"f")),t(this,se,!1,"f")}_observe(s){e(this,te,"f")?.observe(s),t(this,se,!0,"f")}_unobserve(t){e(this,te,"f")?.unobserve(t)}}J=new WeakMap,ee=new WeakMap,te=new WeakMap,se=new WeakMap;class ut extends Be{constructor(s,i){super(s,i),ie.add(this),ae.set(this,void 0),ne.set(this,void 0),re.set(this,new Set),oe.set(this,new Map),le.set(this,t=>e(this,ie,"m",de).call(this,t)),ce.set(this,t=>e(this,ie,"m",he).call(this,t)),t(this,ae,i.callback,"f"),t(this,ne,i.threshold??500,"f")}_observe(t){t.addEventListener("touchstart",e(this,le,"f"),{passive:!0}),t.addEventListener("touchend",e(this,ce,"f")),t.addEventListener("touchcancel",e(this,ce,"f"))}_unobserve(t){t.removeEventListener("touchstart",e(this,le,"f")),t.removeEventListener("touchend",e(this,ce,"f")),t.removeEventListener("touchcancel",e(this,ce,"f"))}}ae=new WeakMap,ne=new WeakMap,re=new WeakMap,oe=new WeakMap,le=new WeakMap,ce=new WeakMap,ie=new WeakSet,de=function(t){if(t.currentTarget instanceof HTMLElement&&this.isObserving(t.currentTarget)){const s=t.currentTarget;e(this,oe,"f").set(s,setTimeout(()=>{e(this,re,"f").add(s),e(this,oe,"f").delete(s),e(this,ae,"f").call(this,!0,s)},e(this,ne,"f")))}},he=function(t){if(t.currentTarget instanceof HTMLElement&&this.isObserving(t.currentTarget)){const s=t.currentTarget;e(this,re,"f").has(s)&&(e(this,ae,"f").call(this,!1,s),e(this,re,"f").delete(s)),e(this,oe,"f").has(s)&&(clearTimeout(e(this,oe,"f").get(s)),e(this,oe,"f").delete(s))}};class ft extends Be{constructor(s,a){super(s,a),pe.set(this,void 0),me.set(this,!1),ue.set(this,void 0),fe.set(this,void 0),ve.set(this,!0),t(this,pe,a.callback,"f"),t(this,me,a.skipInitial??!1,"f"),t(this,ue,a.config,"f"),i||(window.MutationObserver?t(this,fe,new MutationObserver((t,s)=>e(this,pe,"f").call(this,t,s)),"f"):console.warn("MutationController error: the browser does not support MutationObserver."))}async hostUpdated(){if(e(this,fe,"f")&&!e(this,me,"f")&&e(this,ve,"f")){const t=e(this,fe,"f").takeRecords();t.length>0&&e(this,pe,"f").call(this,t,e(this,fe,"f"))}t(this,ve,!1,"f")}hostDisconnected(){super.hostDisconnected(),e(this,fe,"f")?.disconnect()}_observe(s){e(this,fe,"f")?.observe(s,e(this,ue,"f")),t(this,ve,!0,"f")}_unobserve(){e(this,fe,"f")?.disconnect();for(const t of this.targets)e(this,fe,"f")?.observe(t,e(this,ue,"f"))}}pe=new WeakMap,me=new WeakMap,ue=new WeakMap,fe=new WeakMap,ve=new WeakMap;class vt extends Be{constructor(s,i){super(s,i),ye.add(this),ge.set(this,void 0),be.set(this,void 0),xe.set(this,void 0),we.set(this,new Map),ke.set(this,void 0),$e.set(this,t=>e(this,ye,"m",Me).call(this,t)),Ee.set(this,t=>e(this,ye,"m",Le).call(this,t)),Se.set(this,t=>e(this,ye,"m",We).call(this,t)),Ce.set(this,t=>e(this,ye,"m",Fe).call(this,t)),ze.set(this,t=>e(this,ye,"m",Ae).call(this,t)),t(this,ge,i.capture,"f"),t(this,be,i.callback,"f"),t(this,xe,i.isPressedKey,"f"),t(this,ke,i.minPressedDuration??0,"f")}hostConnected(){document.addEventListener("pointerup",e(this,Ee,"f"),{capture:e(this,ge,"f")}),document.addEventListener("touchend",e(this,Se,"f"),{capture:e(this,ge,"f")}),document.addEventListener("touchcancel",e(this,Se,"f"),{capture:e(this,ge,"f")}),super.hostConnected()}hostDisconnected(){document.removeEventListener("pointerup",e(this,Ee,"f"),{capture:e(this,ge,"f")}),document.removeEventListener("touchend",e(this,Se,"f"),{capture:e(this,ge,"f")}),document.removeEventListener("touchcancel",e(this,Se,"f"),{capture:e(this,ge,"f")}),super.hostDisconnected(),e(this,we,"f").clear()}_observe(t){t.addEventListener("pointerdown",e(this,$e,"f"),{capture:e(this,ge,"f")}),e(this,xe,"f")&&(t.addEventListener("keydown",e(this,Ce,"f"),{capture:e(this,ge,"f")}),t.addEventListener("keyup",e(this,ze,"f"),{capture:e(this,ge,"f")}))}_unobserve(t){t.removeEventListener("pointerdown",e(this,$e,"f"),{capture:e(this,ge,"f")}),e(this,xe,"f")&&(t.removeEventListener("keydown",e(this,Ce,"f"),{capture:e(this,ge,"f")}),t.removeEventListener("keyup",e(this,ze,"f"),{capture:e(this,ge,"f")}))}}ge=new WeakMap,be=new WeakMap,xe=new WeakMap,we=new WeakMap,ke=new WeakMap,$e=new WeakMap,Ee=new WeakMap,Se=new WeakMap,Ce=new WeakMap,ze=new WeakMap,ye=new WeakSet,Me=function(t){if(!("mouse"===t.pointerType&&t.button>1))for(const s of t.composedPath())if(s instanceof HTMLElement&&this.isObserving(s)){e(this,we,"f").has(s)||(e(this,we,"f").set(s,performance.now()),e(this,be,"f").call(this,!0,{x:t.x,y:t.y},s));break}},Le=function(t){"mouse"===t.pointerType&&t.button>1||e(this,ye,"m",De).call(this,t.x,t.y)},We=function(t){e(this,ye,"m",De).call(this,t.changedTouches[0]?.clientX??0,t.changedTouches[0]?.clientY??0)},Fe=function(t){if(t.target!==t.currentTarget)return;const s=t.currentTarget;if(e(this,xe,"f")?.call(this,t.key)&&(" "===t.key&&t.preventDefault(),!e(this,we,"f").has(s))){e(this,we,"f").set(s,performance.now());const t=s.getBoundingClientRect();e(this,be,"f").call(this,!0,{x:t.x+t.width/2,y:t.y+t.height/2},s)}},Ae=function(t){const s=t.target;if(e(this,we,"f").has(s)&&e(this,xe,"f")?.call(this,t.key)){const t=e(this,ke,"f")-(performance.now()-e(this,we,"f").get(s)),i=s.getBoundingClientRect();t>0?setTimeout(()=>{e(this,we,"f").delete(s),e(this,be,"f").call(this,!1,{x:i.x+i.width/2,y:i.y+i.height/2},s)},t):(e(this,we,"f").delete(s),e(this,be,"f").call(this,!1,{x:i.x+i.width/2,y:i.y+i.height/2},s))}},De=function(t,s){for(const i of e(this,we,"f")){const a=e(this,ke,"f")-(performance.now()-i[1]);a>0?setTimeout(()=>{e(this,we,"f").delete(i[0]),e(this,be,"f").call(this,!1,{x:t,y:s},i[0])},a):(e(this,we,"f").delete(i[0]),e(this,be,"f").call(this,!1,{x:t,y:s},i[0]))}};class yt extends Be{constructor(s,a){super(s,a),_e.set(this,void 0),Te.set(this,void 0),He.set(this,void 0),Pe.set(this,void 0),Ie.set(this,!0),t(this,_e,a.callback,"f"),t(this,Te,a.skipInitial??!1,"f"),t(this,He,a.config,"f"),i||(window.ResizeObserver?t(this,Pe,new ResizeObserver((t,s)=>e(this,_e,"f").call(this,t,s)),"f"):console.warn("ResizeController error: the browser does not support ResizeObserver."))}async hostUpdated(){e(this,Pe,"f")&&!e(this,Te,"f")&&e(this,Ie,"f")&&e(this,_e,"f").call(this,[],e(this,Pe,"f")),t(this,Ie,!1,"f")}_observe(s){e(this,Pe,"f")?.observe(s,e(this,He,"f")),t(this,Ie,!0,"f")}_unobserve(t){e(this,Pe,"f")?.unobserve(t)}}_e=new WeakMap,Te=new WeakMap,He=new WeakMap,Pe=new WeakMap,Ie=new WeakMap;const gt=e=>(t,s)=>{const i=()=>{"undefined"==typeof window||customElements.get(e)||customElements.define(e,t)};s?s.addInitializer(i):i()};function bt(e){const t=Symbol("_id");return(s,i,a)=>{const n=a.value;return a.value=function(...s){clearTimeout(this[t]),this[t]=setTimeout(()=>n.apply(this,s),e)},a}}var xt,wt,kt,$t,Et,St,Ct,zt,Mt,Lt,Wt,Ft,At,Dt;class _t extends Be{constructor(s,i){super(s,i),xt.add(this),wt.set(this,void 0),kt.set(this,void 0),$t.set(this,t=>e(this,xt,"m",Ct).call(this,t)),Et.set(this,new Map),t(this,wt,!0===i.debounce,"f"),t(this,kt,i.callback,"f")}getScrollContainers(t){return e(this,Et,"f").get(t)}_observe(t){const s=e(this,xt,"m",St).call(this,t);if(s.length>0){e(this,Et,"f").set(t,s);for(const t of s)(t===document.documentElement?document:t).addEventListener("scroll",e(this,$t,"f"),{passive:!0})}}_unobserve(t){if(e(this,Et,"f").has(t)){for(const s of e(this,Et,"f").get(t))(s===document.documentElement?document:s).removeEventListener("scroll",e(this,$t,"f"));e(this,Et,"f").delete(t)}}_debounceCallback(t){e(this,kt,"f").call(this,t)}}wt=new WeakMap,kt=new WeakMap,$t=new WeakMap,Et=new WeakMap,xt=new WeakSet,St=function(e){const t=new Array;let s=e;for(;s;){const e=getComputedStyle(s);/(auto|scroll)/.test(e.overflow+e.overflowY+e.overflowX)&&t.push(s),s=s.parentElement}return t},Ct=function(t){const s=t.target===document?document.documentElement:t.target;e(this,wt,"f")?this._debounceCallback(s):e(this,kt,"f").call(this,s)},s([bt(40)],_t.prototype,"_debounceCallback",null);class Tt{constructor(e){zt.add(this),Mt.set(this,!1),Lt.set(this,0),Wt.set(this,0),Ft.set(this,""),At.set(this,""),e.addController(this)}lock(){e(this,Mt,"f")||(t(this,Mt,!0,"f"),t(this,Lt,window.scrollY,"f"),t(this,Wt,window.scrollX,"f"),t(this,Ft,document.documentElement.style.overflow,"f"),t(this,At,document.documentElement.style.scrollbarGutter,"f"),e(this,zt,"m",Dt).call(this)&&(document.documentElement.style.scrollbarGutter="stable"),document.documentElement.style.overflow="hidden",window.scrollTo(e(this,Wt,"f"),e(this,Lt,"f")))}unlock(){e(this,Mt,"f")&&(t(this,Mt,!1,"f"),document.documentElement.style.overflow=e(this,Ft,"f"),document.documentElement.style.scrollbarGutter=e(this,At,"f"),window.scrollTo(e(this,Wt,"f"),e(this,Lt,"f")))}hostDisconnected(){this.unlock()}}Mt=new WeakMap,Lt=new WeakMap,Wt=new WeakMap,Ft=new WeakMap,At=new WeakMap,zt=new WeakSet,Dt=function(){return document.documentElement.scrollHeight>document.documentElement.clientHeight};const Ht={fromAttribute(e){if(!e)return null;const t=e.match(/^(\d{4})-(\d{2})-(\d{2})(?:T(\d{2}):(\d{2}):(\d{2})(?:\.(\d{3}))?)?(Z|[+-]\d{2}:\d{2})?$/);if(!t)return null;const s=Number(t[1]),i=Number(t[2])-1,a=Number(t[3]),n=void 0!==t[4],r=n?Number(t[4]):0,o=n?Number(t[5]):0,l=n?Number(t[6]):0,c=n&&t[7]?Number(t[7]):0,d=t[8];if(!n&&!d)return new Date(s,i,a);if(n&&!d)return new Date(s,i,a,r,o,l,c);if("Z"===d)return new Date(Date.UTC(s,i,a,r,o,l,c));if(d&&/^[+-]\d{2}:\d{2}$/.test(d)){const e=d.startsWith("-")?-1:1,[t,n]=d.slice(1).split(":").map(Number),h=e*(60*t+n),p=Date.UTC(s,i,a,r,o,l,c);return new Date(p-6e4*h)}return null},toAttribute:e=>e?.toISOString()??null},Pt={fromAttribute:e=>e?e.split(/\s+/).map(e=>e.trim()).filter(Boolean):[],toAttribute:e=>e.join(" ")},It="important",Ot=" !"+It;const Bt=d(class extends h{constructor(e){if(super(e),e.type!==p.ATTRIBUTE||"style"!==e.name||e.strings?.length>2)throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return a}update(e,[t]){const{style:s}=e.element;void 0===this._previousStyleProperties&&(this._previousStyleProperties=new Set(Object.keys(t)));for(const e of this._previousStyleProperties)null==t[e]&&(this._previousStyleProperties.delete(e),e.includes("-")?s.removeProperty(e):s[e]=null);for(const e in t){const i=t[e];if(null!=i){this._previousStyleProperties.add(e);const t="string"==typeof i&&i.endsWith(Ot);e.includes("-")||t?s.setProperty(e,t?i.slice(0,-11):i,t?It:""):s[e]=i}}return n}});function Nt(e,...t){return"object"==typeof e&&null!==e&&t.every(t=>t in e)}const Vt=Symbol("internals");function Rt(e){return Nt(e,Vt)}const Ut=Symbol("_internals"),qt=Symbol("_customState");function jt(e,t){var s;class i extends e{constructor(){super(...arguments),this[s]=new Set}get[(s=qt,Vt)](){return this[Ut]??(this[Ut]=this.attachInternals())}}return i.formAssociated=t,i}function Xt(e,t){return qt in e?e[qt].has(t):e[Vt].states.has(t)}function Zt(e,t){qt in e&&e[qt].add(t),e[Vt]?.states.add(t),e[Vt]?.states.has(t)}function Yt(e,t){return qt in e&&e[qt].delete(t),!!e[Vt]?.states.delete(t)&&(e[Vt]?.states.has(t),!0)}function Gt(e,t,s){s?Zt(e,t):Yt(e,t)}function Kt(e){return Nt(e,"checked")}function Qt(e){class t extends e{constructor(){super(...arguments),this.checked=!1}update(e){super.update(e),e.has("checked")&&("button"===this.role?(this.ariaPressed=`${this.checked}`,this.ariaChecked=null):this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaChecked=`${this.checked}`,this.ariaPressed=null))}}return s([m({type:Boolean,reflect:!0})],t.prototype,"checked",void 0),t}function Jt(e){return Nt(e,"indeterminate")&&Kt(e)}function es(e){class t extends(Qt(e)){constructor(){super(...arguments),this.indeterminate=!1}update(e){super.update(e),e.has("indeterminate")&&this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaChecked=!this.checked&&this.indeterminate?"mixed":`${this.checked}`)}}return s([m({type:Boolean,reflect:!0})],t.prototype,"indeterminate",void 0),t}function ts(e){return Nt(e,"selected")}function ss(e){class t extends e{constructor(){super(...arguments),this.selected=!1}update(e){super.update(e),e.has("selected")&&("button"===this.role?(this.ariaPressed=`${this.selected}`,this.ariaSelected=null,this.ariaChecked=null):"radio"===this.role?(this.ariaChecked=`${this.selected}`,this.ariaSelected=null,this.ariaPressed=null):this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaSelected=`${this.selected}`,this.ariaPressed=null,this.ariaChecked=null))}}return s([m({type:Boolean,reflect:!0})],t.prototype,"selected",void 0),t}function is(e){return Kt(e)||ts(e)}function as(e){return Kt(e)&&e.checked||ts(e)&&e.selected}function ns(e,t){Kt(e)?e.checked=t:e.selected=t}function rs(e){return Nt(e,"dirty","pristine","markAsDirty","markAsPristine")}const os=Symbol("_eventHandler");function ls(e){var t;return t=os,class extends e{constructor(){super(...arguments),this[t]=()=>this.markAsDirty()}get dirty(){return Xt(this,"-dirty")}get pristine(){return!this.dirty}connectedCallback(){this.markAsPristine(),super.connectedCallback(),this.addEventListener("change",this[os])}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("change",this[os])}markAsPristine(){Yt(this,"-dirty")}markAsDirty(){Zt(this,"-dirty")}}}function cs(e){return Nt(e,"touched","untouched","markAsTouched","markAsUntouched")}const ds=Symbol("_eventHandler");function hs(e){var t;return t=ds,class extends e{constructor(){super(...arguments),this[t]=()=>this.markAsTouched()}get touched(){return Xt(this,"-touched")}get untouched(){return!this.touched}connectedCallback(){this.markAsUntouched(),super.connectedCallback(),this.addEventListener("focusout",this[ds],{capture:!0})}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focusout",this[ds],{capture:!0})}markAsTouched(){Zt(this,"-touched")}markAsUntouched(){Yt(this,"-touched")}}}const ps={primary:r("var(--md-sys-color-primary, #6750A4)"),onPrimary:r("var(--md-sys-color-on-primary, #FFFFFF)"),primaryContainer:r("var(--md-sys-color-primary-container, #EADDFF)"),onPrimaryContainer:r("var(--md-sys-color-on-primary-container, #4F378B)"),primaryFixed:r("var(--md-sys-color-primary-fixed, #EADDFF)"),primaryFixedDim:r("var(--md-sys-color-primary-fixed-dim, #D0BCFF)"),onPrimaryFixed:r("var(--md-sys-color-on-primary-fixed, #21005D)"),onPrimaryFixedVariant:r("var(--md-sys-color-on-primary-fixed-variant, #4F378B)"),secondary:r("var(--md-sys-color-secondary, #625B71)"),onSecondary:r("var(--md-sys-color-on-secondary, #FFFFFF)"),secondaryContainer:r("var(--md-sys-color-secondary-container, #E8DEF8)"),onSecondaryContainer:r("var(--md-sys-color-on-secondary-container, #4A4458)"),secondaryFixed:r("var(--md-sys-color-secondary-fixed, #E8DEF8)"),secondaryFixedDim:r("var(--md-sys-color-secondary-fixed-dim, #CCC2DC)"),onSecondaryFixed:r("var(--md-sys-color-on-secondary-fixed, #1D192B)"),onSecondaryFixedVariant:r("var(--md-sys-color-on-secondary-fixed-variant, #4A4458)"),tertiary:r("var(--md-sys-color-tertiary, #7D5260)"),onTertiary:r("var(--md-sys-color-on-tertiary, #FFFFFF)"),tertiaryContainer:r("var(--md-sys-color-tertiary-container, #FFD8E4)"),onTertiaryContainer:r("var(--md-sys-color-on-tertiary-container, #633B48)"),tertiaryFixed:r("var(--md-sys-color-tertiary-fixed, #FFD8E4)"),tertiaryFixedDim:r("var(--md-sys-color-tertiary-fixed-dim, #EFB8C8)"),onTertiaryFixed:r("var(--md-sys-color-on-tertiary-fixed, #31111D)"),onTertiaryFixedVariant:r("var(--md-sys-color-on-tertiary-fixed-variant, #633B48)"),error:r("var(--md-sys-color-error, #B3261E)"),onError:r("var(--md-sys-color-on-error, #FFFFFF)"),errorContainer:r("var(--md-sys-color-error-container, #F9DEDC)"),onErrorContainer:r("var(--md-sys-color-on-error-container, #8C1D18)"),surface:r("var(--md-sys-color-surface, #FEF7FF)"),onSurface:r("var(--md-sys-color-on-surface, #1D1B20)"),onSurfaceVariant:r("var(--md-sys-color-on-surface-variant, #49454F)"),surfaceContainerLowest:r("var(--md-sys-color-surface-container-lowest, #FFFFFF)"),surfaceContainerLow:r("var(--md-sys-color-surface-container-low, #F7F2FA)"),surfaceContainer:r("var(--md-sys-color-surface-container, #F3EDF7)"),surfaceContainerHigh:r("var(--md-sys-color-surface-container-high, #ECE6F0)"),surfaceContainerHighest:r("var(--md-sys-color-surface-container-highest, #E6E0E9)"),surfaceDim:r("var(--md-sys-color-surface-dim, #DED8E1)"),surfaceBright:r("var(--md-sys-color-surface-bright, #FEF7FF)"),surfaceVariant:r("var(--md-sys-color-surface-variant, #E7E0EC)"),inverseSurface:r("var(--md-sys-color-inverse-surface, #322F35)"),inverseOnSurface:r("var(--md-sys-color-inverse-on-surface, #F5EFF7)"),inversePrimary:r("var(--md-sys-color-inverse-primary, #D0BCFF)"),outline:r("var(--md-sys-color-outline, #79747E)"),outlineVariant:r("var(--md-sys-color-outline-variant, #CAC4D0)"),shadow:r("var(--md-sys-color-shadow, #000000)"),scrim:r("var(--md-sys-color-scrim, #000000)")},ms={scale:r("var(--md-sys-density-scale, 0)"),size:r("var(--md-sys-density-size, 0.25rem)")},us={...ms,calc:e=>r(`calc(max(${e}, ${ms.scale}) * ${ms.size})`)},fs=`color-mix(in srgb, var(--m3e-elevation-color, ${ps.shadow}) 20%, transparent)`,vs=["0px 0px 0px 0px","0px 2px 1px -1px","0px 3px 1px -2px","0px 3px 3px -2px","0px 2px 4px -1px","0px 3px 5px -1px","0px 3px 5px -1px","0px 4px 5px -2px","0px 5px 5px -3px","0px 5px 6px -3px","0px 6px 6px -3px","0px 6px 7px -4px","0px 7px 8px -4px","0px 7px 8px -4px","0px 7px 9px -4px","0px 8px 9px -5px","0px 8px 10px -5px","0px 8px 11px -5px","0px 9px 11px -5px","0px 9px 12px -6px","0px 10px 13px -6px","0px 10px 13px -6px","0px 10px 14px -6px","0px 11px 14px -7px","0px 11px 15px -7px"],ys=`color-mix(in srgb, var(--m3e-elevation-color, ${ps.shadow}) 14%, transparent)`,gs=["0px 0px 0px 0px","0px 1px 1px 0px","0px 2px 2px 0px","0px 3px 4px 0px","0px 4px 5px 0px","0px 5px 8px 0px","0px 6px 10px 0px","0px 7px 10px 1px","0px 8px 10px 1px","0px 9px 12px 1px","0px 10px 14px 1px","0px 11px 15px 1px","0px 12px 17px 2px","0px 13px 19px 2px","0px 14px 21px 2px","0px 15px 22px 2px","0px 16px 24px 2px","0px 17px 26px 2px","0px 18px 28px 2px","0px 19px 29px 2px","0px 20px 31px 3px","0px 21px 33px 3px","0px 22px 35px 3px","0px 23px 36px 3px","0px 24px 38px 3px"],bs=`color-mix(in srgb, var(--m3e-elevation-color, ${ps.shadow}) 12%, transparent)`,xs=["0px 0px 0px 0px","0px 1px 3px 0px","0px 1px 5px 0px","0px 1px 8px 0px","0px 1px 10px 0px","0px 1px 14px 0px","0px 1px 18px 0px","0px 2px 16px 1px","0px 3px 14px 2px","0px 3px 16px 2px","0px 4px 18px 3px","0px 4px 20px 3px","0px 5px 22px 4px","0px 5px 24px 4px","0px 5px 26px 4px","0px 6px 28px 5px","0px 6px 30px 5px","0px 6px 32px 5px","0px 7px 34px 6px","0px 7px 36px 6px","0px 8px 38px 7px","0px 8px 40px 7px","0px 8px 42px 7px","0px 9px 44px 8px","0px 9px 46px 8px"];function ws(e){return`${fs} ${vs[e]},${ys} ${gs[e]},${bs} ${xs[e]}`}const ks={level0:r(`var(--md-sys-elevation-level0, ${ws(0)})`),level1:r(`var(--md-sys-elevation-level1, ${ws(1)})`),level2:r(`var(--md-sys-elevation-level2, ${ws(3)})`),level3:r(`var(--md-sys-elevation-level3, ${ws(6)})`),level4:r(`var(--md-sys-elevation-level4, ${ws(8)})`),level5:r(`var(--md-sys-elevation-level5, ${ws(12)})`)},$s={emphasized:r("var(--md-sys-motion-easing-emphasized, cubic-bezier(0.2, 0.0, 0, 1.0))"),emphasizedDecelerate:r("var(--md-sys-motion-easing-emphasized-decelerate, cubic-bezier(0.05, 0.7, 0.1, 1.0))"),emphasizedAccelerate:r("var(--md-sys-motion-easing-emphasized-accelerate, cubic-bezier(0.3, 0.0, 0.8, 0.15))"),standard:r("var(--md-sys-motion-easing-standard, cubic-bezier(0.2, 0.0, 0, 1.0))"),standardDecelerate:r("var(--md-sys-motion-easing-standard-decelerate, cubic-bezier(0, 0, 0, 1))"),standardAccelerate:r("var(--md-sys-motion-easing-standard-accelerate, cubic-bezier(0.3, 0, 1, 1))")},Es={fastSpatial:r("var(--md-sys-motion-spring-fast-spatial, 350ms cubic-bezier(0.27, 1.06, 0.18, 1.00))"),defaultSpatial:r("var(--md-sys-motion-spring-default-spatial, 500ms cubic-bezier(0.27, 1.06, 0.18, 1.00))"),slowSpatial:r("var(--md-sys-motion-spring-slow-spatial, 750ms cubic-bezier(0.27, 1.06, 0.18, 1.00))"),fastEffects:r("var(--md-sys-motion-spring-fast-effects, 150ms cubic-bezier(0.31, 0.94, 0.34, 1.00))"),defaultEffects:r("var(--md-sys-motion-spring-default-effects, 200ms cubic-bezier(0.34, 0.80, 0.34, 1.00))"),slowEffects:r("var(--md-sys-motion-spring-slow-effects, 200ms cubic-bezier(0.34, 0.88, 0.34, 1.00))")},Ss={easing:$s,duration:{short1:r("var(--md-sys-motion-duration-short-1, 50ms)"),short2:r("var(--md-sys-motion-duration-short-2, 100ms)"),short3:r("var(--md-sys-motion-duration-short-3, 150ms)"),short4:r("var(--md-sys-motion-duration-short-4, 200ms)"),medium1:r("var(--md-sys-motion-duration-medium-1, 250ms)"),medium2:r("var(--md-sys-motion-duration-medium-2, 300ms)"),medium3:r("var(--md-sys-motion-duration-medium-3, 350ms)"),medium4:r("var(--md-sys-motion-duration-medium-4, 400ms)"),long1:r("var(--md-sys-motion-duration-long-1, 450ms)"),long2:r("var(--md-sys-motion-duration-long-2, 500ms)"),long3:r("var(--md-sys-motion-duration-long-3, 550ms)"),long4:r("var(--md-sys-motion-duration-long-4, 600ms)"),extraLong1:r("var(--md-sys-motion-duration-extra-long-1, 700ms)"),extraLong2:r("var(--md-sys-motion-duration-extra-long-2, 800ms)"),extraLong3:r("var(--md-sys-motion-duration-extra-long-3, 900ms)"),extraLong4:r("var(--md-sys-motion-duration-extra-long-4, 1000ms)")},spring:Es},Cs={width:r("var(--m3e-scrollbar-width, auto)"),thinWidth:r("var(--m3e-scrollbar-thin-width, thin)"),color:r("var(--m3e-scrollbar-thumb-color, #938f94) var(--m3e-scrollbar-track-color, transparent)")},zs={none:r("var(--md-sys-shape-corner-value-none, 0)"),extraSmall:r("var(--md-sys-shape-corner-value-extra-small, 0.25rem)"),small:r("var(--md-sys-shape-corner-value-small, 0.5rem)"),medium:r("var(--md-sys-shape-corner-value-medium, 0.75rem)"),large:r("var(--md-sys-shape-corner-value-large, 1rem)"),largeIncreased:r("var(--md-sys-shape-corner-value-large-increased, 1.25rem)"),extraLarge:r("var(--md-sys-shape-corner-value-extra-large, 1.75rem)"),extraLargeIncreased:r("var(--md-sys-shape-corner-value-extra-large-increased, 2rem)"),extraExtraLarge:r("var(--md-sys-shape-corner-value-extra-extra-large, 3rem)")},Ms={color:ps,elevation:ks,motion:Ss,shape:{corner:{full:r("var(--md-sys-shape-corner-full, 624.9375rem)"),extraLargeTop:r(`var(--md-sys-shape-corner-extra-large-top, ${zs.extraLarge} ${zs.extraLarge} ${zs.none} ${zs.none})`),extraLarge:r(`var(--md-sys-shape-corner-extra-large, ${zs.extraLarge})`),extraLargeEnd:r(`${zs.none} ${zs.extraLarge} ${zs.extraLarge} ${zs.none}`),extraLargeStart:r(`${zs.extraLarge} ${zs.none} ${zs.none} ${zs.extraLarge}`),largeTop:r(`var(--md-sys-shape-corner-large-top, ${zs.large} ${zs.large} ${zs.none} ${zs.none})`),largeEnd:r(`var(--md-sys-shape-corner-large-end, ${zs.none} ${zs.large} ${zs.large} ${zs.none})`),largeStart:r(`var(--md-sys-shape-corner-large-end, ${zs.large} ${zs.none} ${zs.none} ${zs.large})`),large:r(`var(--md-sys-shape-corner-large, ${zs.large})`),medium:r(`var(--md-sys-shape-corner-medium, ${zs.medium})`),mediumTop:r(`${zs.medium} ${zs.medium} ${zs.none} ${zs.none}`),mediumEnd:r(`${zs.none} ${zs.medium} ${zs.medium} ${zs.none}`),mediumStart:r(`${zs.medium} ${zs.none} ${zs.none} ${zs.medium}`),small:r(`var(--md-sys-shape-corner-small, ${zs.small})`),smallTop:r(`${zs.small} ${zs.small} ${zs.none} ${zs.none}`),smallEnd:r(`${zs.none} ${zs.small} ${zs.small} ${zs.none}`),smallStart:r(`${zs.small} ${zs.none} ${zs.none} ${zs.small}`),extraSmallTop:r(`var(--md-sys-shape-corner-extra-small-top, ${zs.extraSmall} ${zs.extraSmall} ${zs.none} ${zs.none})`),extraSmall:r(`var(--md-sys-shape-corner-extra-small, ${zs.extraSmall})`),extraSmallEnd:r(`${zs.none} ${zs.extraSmall} ${zs.extraSmall} ${zs.none}`),extraSmallStart:r(`${zs.extraSmall} ${zs.none} ${zs.none} ${zs.extraSmall}`),extraSmallBottom:r(`${zs.none} ${zs.none} ${zs.extraSmall} ${zs.extraSmall}`),none:r(`var(--md-sys-shape-corner-none, ${zs.none})`),largeIncreased:r(`var(--md-sys-shape-corner-large-increased, ${zs.largeIncreased})`),extraLargeIncreased:r(`var(--md-sys-shape-corner-extra-large-increased, ${zs.extraLargeIncreased})`),extraExtraLarge:r(`var(--md-sys-shape-corner-extra-extra-large, ${zs.extraExtraLarge})`),value:zs}},state:{focusStateLayerOpacity:r("var(--md-sys-state-focus-state-layer-opacity, 10%)"),hoverStateLayerOpacity:r("var(--md-sys-state-hover-state-layer-opacity, 8%)"),pressedStateLayerOpacity:r("var(--md-sys-state-pressed-state-layer-opacity, 10%)")},typescale:{standard:{display:{large:{fontSize:r("var(--md-sys-typescale-display-large-font-size, 3.5625rem)"),fontWeight:r("var(--md-sys-typescale-display-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-display-large-line-height, 4rem)"),tracking:r("var(--md-sys-typescale-display-large-tracking, 0.015625rem)")},medium:{fontSize:r("var(--md-sys-typescale-display-medium-font-size, 2.8125rem)"),fontWeight:r("var(--md-sys-typescale-display-medium-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-display-medium-line-height, 3.25rem)"),tracking:r("var(--md-sys-typescale-display-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-display-small-font-size, 2.25rem)"),fontWeight:r("var(--md-sys-typescale-display-small-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-display-small-line-height, 2.75rem)"),tracking:r("var(--md-sys-typescale-display-small-tracking, 0)")}},headline:{large:{fontSize:r("var(--md-sys-typescale-headline-large-font-size, 2rem)"),fontWeight:r("var(--md-sys-typescale-headline-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-headline-large-line-height, 2.5rem)"),tracking:r("var(--md-sys-typescale-headline-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-headline-medium-font-size, 1.75rem)"),fontWeight:r("var(--md-sys-typescale-headline-medium-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-headline-medium-line-height, 2.25rem)"),tracking:r("var(--md-sys-typescale-headline-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-headline-small-font-size, 1.5rem)"),fontWeight:r("var(--md-sys-typescale-headline-small-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-headline-small-line-height, 2rem)"),tracking:r("var(--md-sys-typescale-headline-small-tracking, 0)")}},title:{large:{fontSize:r("var(--md-sys-typescale-title-large-font-size, 1.375rem)"),fontWeight:r("var(--md-sys-typescale-title-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-title-large-line-height, 1.75rem)"),tracking:r("var(--md-sys-typescale-title-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-title-medium-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-title-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-title-medium-line-height, 1.5rem)"),tracking:r("var(--md-sys-typescale-title-medium-tracking, 0.009375rem)")},small:{fontSize:r("var(--md-sys-typescale-title-small-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-title-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-title-small-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-title-small-tracking, 0.00625rem)")}},body:{large:{fontSize:r("var(--md-sys-typescale-body-large-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-body-large-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-body-large-line-height, 1.5rem)"),tracking:r("var(--md-sys-typescale-body-large-tracking, 0.03125rem)")},medium:{fontSize:r("var(--md-sys-typescale-body-medium-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-body-medium-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-body-medium-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-body-medium-tracking, 0.015625rem)")},small:{fontSize:r("var(--md-sys-typescale-body-small-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-body-small-font-weight, 400)"),lineHeight:r("var(--md-sys-typescale-body-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-body-small-tracking, 0.025rem)")}},label:{large:{fontSize:r("var(--md-sys-typescale-label-large-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-label-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-label-large-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-label-large-tracking, 0.00625rem)")},medium:{fontSize:r("var(--md-sys-typescale-label-medium-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-label-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-label-medium-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-label-medium-tracking, 0.03125rem)")},small:{fontSize:r("var(--md-sys-typescale-label-small-font-size, 0.6875rem)"),fontWeight:r("var(--md-sys-typescale-label-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-label-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-label-small-tracking, 0.03125rem)")}}},emphasized:{display:{large:{fontSize:r("var(--md-sys-typescale-emphasized-display-large-font-size, 3.5625rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-display-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-display-large-line-height, 4rem)"),tracking:r("var(--md-sys-typescale-emphasized-display-large-tracking, 0.015625rem)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-display-medium-font-size, 2.8125rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-display-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-display-medium-line-height, 3.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-display-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-display-small-font-size, 2.25rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-display-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-display-small-line-height, 2.75rem)"),tracking:r("var(--md-sys-typescale-emphasized-display-small-tracking, 0)")}},headline:{large:{fontSize:r("var(--md-sys-typescale-emphasized-headline-large-font-size, 2rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-headline-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-headline-large-line-height, 2.5rem)"),tracking:r("var(--md-sys-typescale-emphasized-headline-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-headline-medium-font-size, 1.75rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-headline-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-headline-medium-line-height, 2.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-headline-medium-tracking, 0)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-headline-small-font-size, 1.5rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-headline-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-headline-small-line-height, 2rem)"),tracking:r("var(--md-sys-typescale-emphasized-headline-small-tracking, 0)")}},title:{large:{fontSize:r("var(--md-sys-typescale-emphasized-title-large-font-size, 1.375rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-title-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-title-large-line-height, 1.75rem)"),tracking:r("var(--md-sys-typescale-emphasized-title-large-tracking, 0)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-title-medium-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-title-medium-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-title-medium-line-height, 3.5rem)"),tracking:r("var(--md-sys-typescale-emphasized-title-medium-tracking, 0.009375rem)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-title-small-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-title-small-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-title-small-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-title-small-tracking, 0.00625rem)")}},body:{large:{fontSize:r("var(--md-sys-typescale-emphasized-body-large-font-size, 1rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-body-large-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-body-large-line-height, 1.5rem)"),tracking:r("var(--md-sys-typescale-emphasized-body-large-tracking, 0.03125rem)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-body-medium-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-body-medium-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-body-medium-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-body-medium-tracking, 0.015625rem)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-body-small-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-body-small-font-weight, 500)"),lineHeight:r("var(--md-sys-typescale-emphasized-body-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-emphasized-body-small-tracking, 0.025rem)")}},label:{large:{fontSize:r("var(--md-sys-typescale-emphasized-label-large-font-size, 0.875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-label-large-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-label-large-line-height, 1.25rem)"),tracking:r("var(--md-sys-typescale-emphasized-label-large-tracking, 0.00625rem)")},medium:{fontSize:r("var(--md-sys-typescale-emphasized-label-medium-font-size, 0.75rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-label-medium-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-label-medium-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-emphasized-label-medium-tracking, 0.03125rem)")},small:{fontSize:r("var(--md-sys-typescale-emphasized-label-small-font-size, 0.6875rem)"),fontWeight:r("var(--md-sys-typescale-emphasized-label-small-font-weight, 700)"),lineHeight:r("var(--md-sys-typescale-emphasized-label-small-line-height, 1rem)"),tracking:r("var(--md-sys-typescale-emphasized-label-small-tracking, 0.03125rem)")}}}},scrollbar:Cs,density:us};function Ls(e){return Nt(e,"disabled")}function Ws(e,t=!0){class i extends e{constructor(){super(...arguments),this.disabled=!1}update(e){super.update(e),e.has("disabled")&&this.role&&"none"!==this.role&&"presentation"!==this.role&&(this.ariaDisabled=this.disabled?"true":null)}}return s([m({type:Boolean,reflect:t})],i.prototype,"disabled",void 0),i}function Fs(e){return Nt(e,"disabledInteractive")&&Ls(e)}const As=["click","dblclick","auxclick","keydown","keyup"],Ds=["Tab","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Left","Up","Right","Down"],_s=Symbol("_suppressedEventHandler");function Ts(e){var t;class i extends e{constructor(){super(...arguments),this[t]=e=>{if(this.disabledInteractive){if(e instanceof KeyboardEvent&&Ds.includes(e.key))return;e.stopImmediatePropagation(),e.preventDefault()}},this.disabledInteractive=!1}connectedCallback(){As.forEach(e=>this.addEventListener(e,this[_s],!0)),super.connectedCallback()}disconnectedCallback(){As.forEach(e=>this.removeEventListener(e,this[_s],!0)),super.disconnectedCallback()}update(e){super.update(e),(e.has("disabled")||e.has("disabledInteractive"))&&this.role&&"none"!==this.role&&"presentation"!==this.role&&"none"!==this.role&&(this.ariaDisabled=this.disabled||this.disabledInteractive?"true":null)}}return t=_s,s([m({attribute:"disabled-interactive",type:Boolean,reflect:!0})],i.prototype,"disabledInteractive",void 0),i}const Hs=Symbol("updateLabels");function Ps(e){return Nt(e,"labels")&&Rt(e)}const Is=Symbol("_eventHandler");function Os(e){var t;class s extends e{constructor(){super(...arguments),this[t]=e=>{e.defaultPrevented||this[Hs]()}}get labels(){return this[Vt].labels}connectedCallback(){super.connectedCallback(),this.addEventListener("focusout",this[Is]),this.addEventListener("change",this[Is])}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focusout",this[Is]),this.removeEventListener("change",this[Is])}update(e){super.update(e),this[Hs]()}[(t=Is,Hs)](){const e=this.hasAttribute("tabindex"),t=Ls(this)&&this.disabled||Fs(this)&&this.disabledInteractive,s=cs(this)&&this.touched&&(this.ariaInvalid||Xt(this,"-invalid"));for(const i of this.labels??[])i.style.userSelect=e?"none":"",i.style.cursor=!t&&e?"pointer":"",!t&&e?i.style.setProperty("-webkit-tap-highlight-color","rgba(0, 0, 0, 0)"):i.style.removeProperty("-webkit-tap-highlight-color"),i.style.color=t?`color-mix(in srgb, ${Ms.color.onSurface} 38%, transparent)`:s?`${Ms.color.error}`:""}}return s.formAssociated=!0,s}const Bs=Symbol("formValue"),Ns=Symbol("defaultValue");function Vs(e){return Nt(e,"disabled","form","name")&&Ps(e)&&Rt(e)}const Rs=Symbol("_defaultValue"),Us=Symbol("_defaultIndeterminate"),qs=Symbol("_formDisabled");function js(e){var t,i;class a extends e{constructor(){super(...arguments),this[t]=!1,this[i]=!1}get form(){return this[Vt].form}get labels(){return this[Vt].labels}get[(t=Us,i=qs,Bs)](){return null}get[Ns](){return this[Rs]}get name(){return this.getAttribute("name")??""}set name(e){e?this.setAttribute("name",e):this.removeAttribute("name")}get disabled(){return super.disabled||this[qs]}set disabled(e){super.disabled=e}connectedCallback(){super.connectedCallback(),Kt(this)?(this[Rs]=this.checked,Jt(this)&&(this[Us]=this.indeterminate)):"value"in this&&(this[Rs]=this.value)}requestUpdate(e,t,s){super.requestUpdate(e,t,s),this[Vt].setFormValue(this[Bs])}formDisabledCallback(e){const t=this.disabled;this[qs]=e,this.disabled!=t&&this.requestUpdate("disabled",t)}formResetCallback(){Kt(this)?(this.checked=!0===this[Rs],Jt(this)&&(this.indeterminate=this[Us])):"value"in this&&(this.value=this[Ns]),rs(this)&&this.markAsPristine(),cs(this)&&this.markAsUntouched()}}return a.formAssociated=!0,s([m({noAccessor:!0})],a.prototype,"name",null),s([m({type:Boolean})],a.prototype,"disabled",null),a}const Xs=Symbol("validate");function Zs(e){return Nt(e,"willValidate","validity","validationMessage","reportValidity","checkValidity","setCustomValidity")&&Vs(e)}const Ys=Symbol("_updateValidity"),Gs=Symbol("_validityMessage");function Ks(t){var s,a;class n extends t{constructor(){super(...arguments),s.add(this)}get willValidate(){return this[Vt].willValidate}get validity(){return this[Ys](),this[Vt].validity}get validationMessage(){return this[Ys](),this[Vt].validationMessage}[(s=new WeakSet,Xs)](){return this[Gs]?{customError:!0}:void 0}reportValidity(){return cs(this)&&this.markAsTouched(),this[Ys](),this[Vt].reportValidity()}checkValidity(){return this[Ys](),this[Vt].checkValidity()}setCustomValidity(e){this[Gs]=e||void 0,this[Ys]()}requestUpdate(e,t,s){super.requestUpdate(e,t,s),this[Ys]()}firstUpdated(e){super.firstUpdated(e),this[Ys]()}[Ys](){if(i||!this.isConnected)return;const t=this[Xs](),n=t&&Object.keys(t).some(e=>!0===t[e]);let r=t?.customError?this[Gs]:"";t&&!r&&(r=e(this,s,"m",a).call(this,t)),this[Vt].setValidity(t,r),this.ariaInvalid=n?"true":null,Gt(this,"-invalid",!0===n),Ps(this)&&this[Hs]?.()}}return a=function(e){const t=document.createElement("input");return t.type="text",e.valueMissing&&(t.required=!0,t.value=""),e.typeMismatch&&(t.type="email",t.value="not-an-email"),e.patternMismatch&&(t.pattern="[0-9]{4}",t.value="abcd"),e.tooShort&&(t.minLength=5,t.value="abc"),e.tooLong&&(t.maxLength=2,t.value="abcdef"),e.rangeUnderflow&&(t.type="number",t.min="10",t.value="5"),e.rangeOverflow&&(t.type="number",t.max="5",t.value="10"),e.stepMismatch&&(t.type="number",t.step="2",t.value="3"),e.badInput&&(t.type="number",t.value="abc"),t.setCustomValidity(""),t.checkValidity(),t.validationMessage},n}function Qs(e,...t){return class extends e{dispatchEvent(e){if(t.includes(e.type)){const t=this.getAttribute(`on${e.type}`);t&&new Function("e",`${t};`).call(this,e)}return super.dispatchEvent(e)}}}const Js=Symbol("_tabindex");function ei(e){var t;return t=Js,class extends e{constructor(){super(...arguments),this[t]=0}connectedCallback(){this[Js]=Number.parseInt(this.getAttribute("tabindex")??"0"),super.connectedCallback()}firstUpdated(e){super.firstUpdated(e),this.hasAttribute("tabindex")||e.has("disabled")||this.setAttribute("tabindex",`${this[Js]}`)}update(e){if(super.update(e),e.has("disabled"))if(this.disabled||"none"===this.role){const e=this.getAttribute("tabindex");e&&(this[Js]=Number.parseInt(e)),this.removeAttribute("tabindex")}else this.hasAttribute("tabindex")||this.setAttribute("tabindex",`${this[Js]}`)}}}function ti(e){return Nt(e,"name","type","value")&&Rt(e)}const si=Symbol("_clickHandler");function ii(e){var t;class i extends e{constructor(){super(...arguments),this.type="button",this[t]=async e=>{if(e.defaultPrevented||Ls(this)&&this.disabled||Fs(this)&&this.disabledInteractive)return;const t=this[Vt].form;if(t&&"button"!==this.type&&(await new Promise(e=>setTimeout(e)),!e.defaultPrevented))switch(this.type){case"reset":t.reset();break;case"submit":t.addEventListener("submit",e=>Object.defineProperty(e,"submitter",{configurable:!0,enumerable:!0,get:()=>this}),{capture:!0,once:!0}),this[Vt].setFormValue(this.value),t.requestSubmit()}}}get name(){return this.getAttribute("name")??""}set name(e){e?this.setAttribute("name",e):this.removeAttribute("name")}get value(){return this.getAttribute("value")}set value(e){null!=e?this.setAttribute("value",e):this.removeAttribute("value")}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this[si])}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this[si])}}return t=si,i.formAssociated=!0,s([m()],i.prototype,"name",null),s([m()],i.prototype,"value",null),s([m()],i.prototype,"type",void 0),i}function ai(e){return Nt(e,"htmlFor","control","attach","detach")}const ni=Symbol("_control"),ri=Symbol("_firstUpdated");function oi(e){var t;class i extends e{constructor(){super(...arguments),this[t]=!1,this.htmlFor=null}get control(){return this[ni]?.deref()??null}connectedCallback(){super.connectedCallback();const e=this[ni]?.deref();e&&this.attach(e)}disconnectedCallback(){super.disconnectedCallback();const e=this[ni];e&&(this.detach(),this[ni]=e)}firstUpdated(e){super.firstUpdated(e),this[ri]=!0}update(e){if(super.update(e),e.has("htmlFor"))if(this.htmlFor){const e=this.getRootNode();e&&rt(this.htmlFor,e).then(e=>{e!==this.control&&(this.control&&this.detach(),e instanceof HTMLElement&&this.attach(e))})}else this.control&&this[ri]&&this.detach()}attach(e){this[ni]=new WeakRef(e)}detach(){this[ni]=void 0}}return t=ri,s([m({attribute:"for"})],i.prototype,"htmlFor",void 0),i}function li(s,i=!0){var a,n,r,o,l,c,d;return n=new WeakMap,r=new WeakMap,o=new WeakMap,l=new WeakMap,a=new WeakSet,c=function(e){e.target!==e.currentTarget||Ls(this)&&this.disabled||Fs(this)&&this.disabledInteractive?t(this,n,!1,"f"):(" "===e.key||i&&"Enter"===e.key)&&t(this,n,!0,"f")},d=function(s){s.target!==s.currentTarget||Ls(this)&&this.disabled||Fs(this)&&this.disabledInteractive||!e(this,n,"f")?t(this,n,!1,"f"):(t(this,n,!1,"f"),this.dispatchEvent(new MouseEvent("click",{cancelable:!0,bubbles:!0,composed:!0})))},class extends s{constructor(){super(...arguments),a.add(this),n.set(this,!1),r.set(this,t=>e(this,a,"m",c).call(this,t)),o.set(this,t=>e(this,a,"m",d).call(this,t)),l.set(this,()=>t(this,n,!1,"f"))}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",e(this,r,"f")),this.addEventListener("keyup",e(this,o,"f")),this.addEventListener("focusout",e(this,l,"f"))}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",e(this,r,"f")),this.removeEventListener("keyup",e(this,o,"f")),this.removeEventListener("focusout",e(this,l,"f"))}}}const ci=Symbol("renderPseudoLink");function di(e){return Nt(e,"download","href","rel","target")}const hi=Symbol("_clickHandler");function pi(t){var i,n,r,l,c;class d extends t{constructor(){super(...arguments),i.add(this),this[c]=async e=>{if(Fs(this)&&this.disabledInteractive&&(e.preventDefault(),e.stopPropagation()),await new Promise(e=>e()),!e.defaultPrevented&&this.href){e.preventDefault(),e.stopImmediatePropagation();const t=document.createElement("a");t.href=this.href,t.rel=this.rel,t.target=this.target,null!=this.download&&(t.download=this.download),t.addEventListener("click",async()=>{await new Promise(e=>e()),t.remove()}),document.body.appendChild(t),t.click()}},this.href="",this.target="",this.rel=""}get download(){return this.getAttribute("download")}set download(e){const t=this.download;t!==e&&(e?this.setAttribute("download",e):this.removeAttribute("download"),this.requestUpdate("download",t))}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this[hi]),this.hasAttribute("href")&&"button"===this.role&&(this.role="link")}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this[hi])}[(i=new WeakSet,c=hi,ci)](){const t=Ls(this)&&this.disabled,s=Fs(this)&&this.disabledInteractive;return t||s||!this.href?a:o`<a href="${this.href}" target="${f(this.target||void 0)}" rel="${f(this.rel||void 0)}" download="${f(this.download||void 0)}" tabindex="-1" aria-hidden="true" @pointerdown="${e(this,i,"m",n)}" @focus="${e(this,i,"m",r)}" @blur="${e(this,i,"m",l)}"></a>`}}return n=function(e){2!==e.button?(e.preventDefault(),e.stopImmediatePropagation(),this.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window}))):e.target.removeAttribute("aria-hidden")},r=function(e){e.target.blur(),this.focus()},l=function(e){e.target.setAttribute("aria-hidden","true")},s([m()],d.prototype,"href",void 0),s([m()],d.prototype,"target",void 0),s([m()],d.prototype,"rel",void 0),s([m({reflect:!1})],d.prototype,"download",null),d}function mi(e){return Nt(e,"readOnly")}function ui(e,t=!0){class i extends e{constructor(){super(...arguments),this.readOnly=!1}update(e){super.update(e),e.has("readOnly")&&(this.ariaReadOnly=this.readOnly?"true":null)}}return s([m({attribute:"readonly",type:Boolean,reflect:t})],i.prototype,"readOnly",void 0),i}const fi=Symbol("_wasConnected");function vi(e){var t;return t=fi,class extends e{constructor(){super(...arguments),this[t]=!1}reconnectedCallback(){}connectedCallback(){super.connectedCallback(),this[fi]&&this.reconnectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this[fi]=!0}}}function yi(e){return Nt(e,"required","optional")}function gi(e){class t extends e{constructor(){super(...arguments),this.required=!1}get optional(){return!this.required}update(e){super.update(e),e.has("required")&&(this.ariaRequired=`${this.required}`)}}return s([m({type:Boolean,reflect:!0})],t.prototype,"required",void 0),t}function bi(e){return yi(e)&&Zs(e)}function xi(e){return class extends e{[Xs](){const e=super[Xs]();if(!e&&this.required){if(Kt(this)&&!this.checked)return{valueMissing:!0};if(!this.value)return{valueMissing:!0}}return e}}}function wi(e,t){return class extends e{connectedCallback(){this.role=this.role||t,super.connectedCallback()}}}function ki(e){return class extends e{connectedCallback(){super.connectedCallback(),Zt(this,"-no-animate"),requestAnimationFrame(()=>Yt(this,"-no-animate"))}}}function $i(e){return Nt(e,"vertical")}function Ei(e){class t extends e{constructor(){super(...arguments),this.vertical=!1}update(e){super.update(e),e.has("vertical")&&(this.ariaOrientation=this.vertical?"vertical":"horizontal")}}return s([m({type:Boolean,reflect:!0})],t.prototype,"vertical",void 0),t}var Si,Ci,zi,Mi,Li,Wi,Fi,Ai;class Di extends c{constructor(){super(...arguments),Si.set(this,e=>{e.defaultPrevented||this._onClick(e)})}connectedCallback(){super.connectedCallback(),this.parentElement?.addEventListener("click",e(this,Si,"f"))}disconnectedCallback(){super.disconnectedCallback(),this.parentElement?.removeEventListener("click",e(this,Si,"f"))}render(){return o`<slot></slot>`}}Si=new WeakMap,Di.styles=l`:host { display: contents; } ::slotted(.material-icons) { font-size: inherit !important; }`;let _i=class extends(Qs(jt(c),"opening","opened","closing","closed")){constructor(){super(...arguments),Ci.add(this),zi.set(this,!1),Mi.set(this,!1),this.open=!1}update(s){if(super.update(s),Zt(this,"-no-animate"),!e(this,zi,"f"))return this.open&&(t(this,Mi,!0,"f"),e(this,Ci,"m",Wi).call(this)),void t(this,zi,!0,"f");this.toggleAttribute("inert",!this.open),this.open?(t(this,Mi,!0,"f"),at()||(e(this,Ci,"m",Wi).call(this),Gt(this,"-overflows",this.clientHeight<this.scrollHeight),e(this,Ci,"m",Fi).call(this)),Yt(this,"-closing"),Zt(this,"-opening"),this.dispatchEvent(new Event("opening")),e(this,Ci,"m",Fi).call(this),Yt(this,"-no-animate"),e(this,Ci,"m",Ai).call(this),at()?(e(this,Ci,"m",Wi).call(this),Yt(this,"-opening"),this.dispatchEvent(new Event("opened"))):this.addEventListener("transitionend",()=>{this.open&&(e(this,Ci,"m",Wi).call(this),Yt(this,"-opening"),this.dispatchEvent(new Event("opened")))},{once:!0})):(Yt(this,"-opening"),Zt(this,"-closing"),this.dispatchEvent(new Event("closing")),e(this,Ci,"m",Ai).call(this),e(this,Mi,"f")&&Yt(this,"-no-animate"),at()?(e(this,Ci,"m",Fi).call(this),Yt(this,"-closing"),this.dispatchEvent(new Event("closed"))):requestAnimationFrame(()=>{e(this,Ci,"m",Fi).call(this),this.addEventListener("transitionend",()=>{this.open||(Yt(this,"-closing"),this.dispatchEvent(new Event("closed")))},{once:!0})}))}render(){return o`<slot @slotchange="${e(this,Ci,"m",Li)}"></slot>`}};zi=new WeakMap,Mi=new WeakMap,Ci=new WeakSet,Li=function(){t(this,zi,!0,"f")},Wi=function(){this.style.height="auto"},Fi=function(){this.style.height=""},Ai=function(){this.style.height=`${this.scrollHeight}px`},_i.styles=l`:host { display: block; height: 0px; overflow: hidden; transition: ${r(`visibility var(--m3e-collapsible-animation-duration, ${Ms.motion.duration.medium1})\n ${Ms.motion.easing.standard},\n height var(--m3e-collapsible-animation-duration, ${Ms.motion.duration.medium1})\n ${Ms.motion.easing.standard},\n padding-top var(--m3e-collapsible-animation-duration, ${Ms.motion.duration.medium1})\n ${Ms.motion.easing.standard},\n padding-bottom var(--m3e-collapsible-animation-duration, ${Ms.motion.duration.medium1})\n ${Ms.motion.easing.standard}`)}; } :host(:not(:state(-closing)):not([open])) { visibility: hidden; } :host(:not([open])) { min-height: unset !important; padding-top: 0px !important; padding-bottom: 0px !important; } :host(:state(-no-animate)) { transition-duration: 0ms; } :host(:state(-opening)), :host(:state(-closing)) { overflow-y: hidden !important; } :host(:state(-overflows)) { scrollbar-gutter: stable; } ::slotted(*) { --m3e-collapsible-animation-duration: initial; } @media (prefers-reduced-motion) { :host { transition: none; } }`,s([m({type:Boolean,reflect:!0})],_i.prototype,"open",void 0),_i=s([gt("m3e-collapsible")],_i);const Ti=r(`var(--m3e-elevation-lift-duration, ${Ms.motion.duration.short4})`),Hi=r(`var(--m3e-elevation-lift-easing, ${Ms.motion.easing.standard})`),Pi=r(`var(--m3e-elevation-settle-duration, ${Ms.motion.duration.short3})`),Ii=r(`var(--m3e-elevation-settle-easing, ${Ms.motion.easing.standardAccelerate})`),Oi=r(`var(--m3e-elevation-level, ${Ms.elevation.level0})`),Bi=r(`var(--m3e-elevation-hover-level, ${Ms.elevation.level0})`),Ni=r(`var(--m3e-elevation-focus-level, ${Ms.elevation.level0})`),Vi=r(`var(--m3e-elevation-pressed-level, ${Ms.elevation.level0})`);var Ri,Ui,qi,ji,Xi,Zi,Yi;let Gi=class extends(oi(wi(c,"none"))){constructor(){super(...arguments),Ri.add(this),Ui.set(this,new ht(this,{target:null,callback:t=>e(this,Ri,"m",Xi).call(this,t)})),qi.set(this,new dt(this,{target:null,callback:t=>e(this,Ri,"m",Zi).call(this,t)})),ji.set(this,new vt(this,{target:null,callback:t=>e(this,Ri,"m",Yi).call(this,t)})),this.disabled=!1,this.level=null}attach(t){super.attach(t),e(this,Ui,"f").observe(t),e(this,qi,"f").observe(t),e(this,ji,"f").observe(t)}detach(){this.control&&(e(this,Ui,"f").unobserve(this.control),e(this,qi,"f").unobserve(this.control),e(this,ji,"f").unobserve(this.control)),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this._shadow?.classList.toggle("hover",!1),this._shadow?.classList.toggle("focus",!1),this._shadow?.classList.toggle("pressed",!1),this._shadow?.classList.toggle("resting",!1)}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&(this._shadow?.classList.toggle("hover",!1),this._shadow?.classList.toggle("focus",!1),this._shadow?.classList.toggle("pressed",!1),this._shadow?.classList.toggle("resting",!0))}render(){return o`<div class="shadow"></div>`}};Ui=new WeakMap,qi=new WeakMap,ji=new WeakMap,Ri=new WeakSet,Xi=function(e){this.disabled||(this._shadow?.classList.toggle("hover",e),this._shadow?.classList.toggle("resting",!e))},Zi=function(e){this.disabled||this._shadow?.classList.toggle("focus",e)},Yi=function(e){this.disabled||this._shadow?.classList.toggle("pressed",e)},Gi.styles=l`:host { display: block; } :host, .shadow { position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; } .shadow.resting, .shadow.focus, .shadow.pressed { will-change: box-shadow; transition: ${r(`box-shadow ${Pi} ${Ii};`)}; } .shadow.hover { will-change: box-shadow; transition: ${r(`box-shadow ${Ti} ${Hi};`)}; } .shadow { box-shadow: ${Oi}; } .shadow.focus { box-shadow: ${Ni}; } .shadow.hover { box-shadow: ${Bi}; } .shadow.pressed { box-shadow: ${Vi}; } :host([level="0"]) .shadow { --m3e-elevation-level: ${Ms.elevation.level0}; --m3e-elevation-hover-level: ${Ms.elevation.level1}; } :host([level="1"]) .shadow { --m3e-elevation-level: ${Ms.elevation.level1}; --m3e-elevation-hover-level: ${Ms.elevation.level2}; } :host([level="2"]) .shadow { --m3e-elevation-level: ${Ms.elevation.level2}; --m3e-elevation-hover-level: ${Ms.elevation.level3}; } :host([level="3"]) .shadow { --m3e-elevation-level: ${Ms.elevation.level3}; --m3e-elevation-hover-level: ${Ms.elevation.level4}; } :host([level="4"]) .shadow { --m3e-elevation-level: ${Ms.elevation.level4}; --m3e-elevation-hover-level: ${Ms.elevation.level5}; } :host([level="5"]) .shadow { --m3e-elevation-level: ${Ms.elevation.level5}; --m3e-elevation-hover-level: ${Oi}; } :host([level]) .shadow { --m3e-elevation-focus-level: ${Oi}; --m3e-elevation-pressed-level: ${Oi}; } @media (prefers-reduced-motion) { .shadow.resting, .shadow.pressed, .shadow.focus, .shadow.hover { transition: none; } } @media (forced-colors: active) { .shadow { display: none; } }`,s([u(".shadow")],Gi.prototype,"_shadow",void 0),s([m({type:Boolean,reflect:!0})],Gi.prototype,"disabled",void 0),s([m({type:Number,reflect:!0})],Gi.prototype,"level",void 0),Gi=s([gt("m3e-elevation")],Gi);const Ki=r(`var(--m3e-focus-ring-color, ${Ms.color.secondary})`),Qi=r(`var(--m3e-focus-ring-duration, ${Ms.motion.duration.long2})`),Ji=r("var(--m3e-focus-ring-thickness, 3px)"),ea=r("var(--m3e-focus-ring-outward-offset, 2px)"),ta=r("var(--m3e-focus-ring-inward-offset, 0px)"),sa=r("var(--m3e-focus-ring-visibility, visible)"),ia=r("var(--m3e-focus-ring-growth-factor, 2)");var aa,na,ra;let oa=class extends(oi(wi(c,"none"))){constructor(){super(...arguments),aa.add(this),na.set(this,new dt(this,{target:null,callback:(t,s)=>e(this,aa,"m",ra).call(this,s)})),this.inward=!1,this.disabled=!1}show(){this._outline?.classList.toggle("visible",!0)}hide(){this._outline?.classList.toggle("visible",!1)}attach(t){super.attach(t),e(this,na,"f").observe(t)}detach(){this.control&&e(this,na,"f").unobserve(this.control),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this.hide()}render(){return o`<div class="outline"></div>`}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&this.hide()}};na=new WeakMap,aa=new WeakSet,ra=function(e){this.disabled||(e?this.show():this.hide())},oa.styles=l`:host { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; outline: none; } .outline { position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; z-index: 1; outline-color: ${Ki}; outline-width: ${Ji}; visibility: ${sa}; } .outline.visible { outline-style: solid; } :host(:not([inward])) .outline { outline-offset: ${ea}; } :host([inward]) .outline { outline-offset: calc(${ta} - ${Ji}); } :host(:not([inward])) .outline.visible { animation: grow-shrink ${Qi}; } :host([inward]) .outline.visible { animation: shrink-grow ${Qi}; } @keyframes grow-shrink { 50% { outline-width: calc(${Ji} * ${ia}); } } @keyframes shrink-grow { 50% { outline-offset: calc( ${ta} - calc(${Ji} * ${ia}) ); outline-width: calc(${Ji} * ${ia}); } } @media (prefers-reduced-motion) { :host(:not([inward])) .outline.visible, :host([inward]) .outline.visible { animation: none; } } @media (forced-colors: active) { .outline { outline-color: Highlight; } }`,s([u(".outline")],oa.prototype,"_outline",void 0),s([m({type:Boolean,reflect:!0})],oa.prototype,"inward",void 0),s([m({type:Boolean,reflect:!0})],oa.prototype,"disabled",void 0),oa=s([gt("m3e-focus-ring")],oa);let la=class extends(es(Ws(wi(c,"none")))){connectedCallback(){super.connectedCallback(),this.ariaHidden="true"}render(){return this.indeterminate?o`<svg viewBox="0 -960 960 960" fill="currentColor"><path Required d="M240-440v-80h480v80H240Z"/></svg>`:this.checked?o`<svg viewBox="0 -960 960 960" fill="currentColor"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>`:a}};la.styles=l`:host { display: inline-block; vertical-align: middle; width: var(--m3e-checkbox-icon-size, 1.125rem); height: var(--m3e-checkbox-icon-size, 1.125rem); border-radius: var(--m3e-checkbox-container-shape, 2px); box-sizing: border-box; flex: none; } :host(:not([checked]):not([indeterminate])) { border-width: var(--m3e-checkbox-unselected-outline-thickness, 2px); border-style: solid; } :host(:not([disabled])[checked]), :host(:not([disabled])[indeterminate]) { background-color: var(--m3e-checkbox-selected-container-color, ${Ms.color.primary}); color: var(--m3e-checkbox-selected-icon-color, ${Ms.color.onPrimary}); } :host(:not([disabled]):not([checked]):not([indeterminate])) { border-color: var(--m3e-checkbox-unselected-outline-color, ${Ms.color.onSurfaceVariant}); } :host([disabled]:not([checked]):not([indeterminate])) { border-color: color-mix( in srgb, var(--m3e-checkbox-unselected-disabled-outline-color, ${Ms.color.onSurface}) var(--m3e-checkbox-unselected-disabled-outline-opacity, 38%), transparent ); } :host([disabled][checked]), :host([disabled][indeterminate]) { background-color: color-mix( in srgb, var(--m3e-checkbox-selected-disabled-container-color, ${Ms.color.onSurface}) var(--m3e-checkbox-selected-disabled-container-opacity, 38%), transparent ); color: color-mix( in srgb, var(--m3e-checkbox-selected-disabled-icon-color, ${Ms.color.surface}) var(--m3e-checkbox-selected-disabled-icon-opacity, 100%), transparent ); }`,la=s([gt("m3e-pseudo-checkbox")],la);let ca=class extends(Qt(Ws(wi(c,"none")))){connectedCallback(){super.connectedCallback(),this.ariaHidden="true"}render(){return o`<svg class="icon" viewBox="0 0 20 20"><mask id="cutout2"><rect width="100%" height="100%" fill="white"></rect><circle cx="10" cy="10" r="8" fill="black"></circle></mask><circle class="outer circle" cx="10" cy="10" r="10" mask="url(#cutout2)"></circle><circle class="inner circle" cx="10" cy="10" r="5"></circle></svg>`}};ca.styles=l`:host { display: inline-block; vertical-align: middle; box-sizing: border-box; width: var(--m3e-radio-icon-size, 1.25rem); height: var(--m3e-radio-icon-size, 1.25rem); flex: none; } .circle { fill: currentColor; } :host(:not([checked])) .circle.inner { opacity: 0; } :host(:not([checked])) { color: var(--m3e-radio-unselected-icon-color, ${Ms.color.onSurfaceVariant}); } :host([checked]) { color: var(--m3e-radio-selected-icon-color, ${Ms.color.primary}); } :host([disabled]) { color: color-mix(in srgb, var(--m3e-radio-disabled-icon-color, ${Ms.color.onSurface}) 38%, transparent); }`,ca=s([gt("m3e-pseudo-radio")],ca);const da=r(`var(--m3e-ripple-color, ${Ms.color.onSurface})`),ha=r(`var(--m3e-ripple-opacity, ${Ms.state.pressedStateLayerOpacity})`),pa=r(`var(--m3e-ripple-enter-duration, ${Ms.motion.duration.long4})`),ma=r(`var(--m3e-ripple-exit-duration, ${Ms.motion.duration.short2})`),ua=r("var(--m3e-ripple-scale-factor, 2.5)");var fa,va,ya,ga,ba,xa;let wa=class extends(oi(wi(c,"none"))){constructor(){super(...arguments),fa.add(this),va.set(this,null),ya.set(this,new vt(this,{target:null,minPressedDuration:150,isPressedKey:e=>" "===e,callback:(t,{x:s,y:i})=>e(this,fa,"m",xa).call(this,t,s,i)})),this.disabled=!1,this.centered=!1,this.unbounded=!1,this.radius=null}get visible(){return null!==e(this,va,"f")}show(s,i,a=!1){e(this,fa,"m",ga).call(this);const n=this.getBoundingClientRect();this.centered&&(s=n.left+n.width/2,i=n.top+n.height/2);let r=this.radius;if(!r||isNaN(r)){const e=Math.max(Math.abs(s-n.left),Math.abs(s-n.right)),t=Math.max(Math.abs(i-n.top),Math.abs(i-n.bottom));r=Math.sqrt(e*e+t*t)}const o=s-n.left,l=i-n.top;t(this,va,document.createElement("div"),"f"),e(this,va,"f").classList.add("ripple"),a&&e(this,va,"f").classList.add("persistent"),e(this,va,"f").style.left=o-r+"px",e(this,va,"f").style.top=l-r+"px",e(this,va,"f").style.width=2*r+"px",e(this,va,"f").style.height=2*r+"px",e(this,va,"f").addEventListener("animationend",()=>e(this,fa,"m",ba).call(this,a),{once:!0}),e(this,va,"f").addEventListener("transitionend",()=>e(this,fa,"m",ga).call(this),{once:!0}),this.shadowRoot?.appendChild(e(this,va,"f"))}hide(){e(this,va,"f")?.classList.add("exit")}attach(t){super.attach(t),e(this,ya,"f").observe(t)}detach(){this.control&&e(this,ya,"f").unobserve(this.control),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),e(this,fa,"m",ga).call(this)}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&this.hide()}};var ka;va=new WeakMap,ya=new WeakMap,fa=new WeakSet,ga=function(){e(this,va,"f")?.remove(),t(this,va,null,"f")},ba=function(t){t?e(this,va,"f")?.classList.add("pressed"):this.hide()},xa=function(e,t,s){this.disabled||(e?this.show(t,s,!0):this.hide())},wa.styles=l`:host { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; } :host(:not([unbounded])) { overflow: hidden; } .ripple { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; transform: scale(0); border-radius: ${Ms.shape.corner.full}; background-color: color-mix(in srgb, ${da} ${ha}, transparent); will-change: background-color, opacity; animation: ripple ${pa} linear; } .ripple.persistent.pressed { transform: scale(${ua}); } .ripple.exit { transition: opacity ${ma} cubic-bezier(0, 0, 0.2, 0.1); opacity: 0; } @keyframes ripple { to { transform: scale(${ua}); } } @media (prefers-reduced-motion) { .ripple { transform: scale(${ua}); animation-duration: 90ms; } .ripple.exit { transition-duration: 10ms; } } @media (forced-colors: active) { .ripple { display: none; } }`,s([m({type:Boolean,reflect:!0})],wa.prototype,"disabled",void 0),s([m({type:Boolean,reflect:!0})],wa.prototype,"centered",void 0),s([m({type:Boolean,reflect:!0})],wa.prototype,"unbounded",void 0),s([m({type:Number})],wa.prototype,"radius",void 0),wa=s([gt("m3e-ripple")],wa);let $a=class extends(jt(c)){constructor(){super(...arguments),ka.set(this,()=>this._updateScroll()),this.dividers="above-below",this.thin=!1}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("scroll",e(this,ka,"f"))}update(t){super.update(t),t.has("dividers")&&(this.removeEventListener("scroll",e(this,ka,"f")),"none"!==this.dividers&&this.addEventListener("scroll",e(this,ka,"f"),{passive:!0}))}render(){return o`<slot @slotchange="${this._updateScroll}"></slot>`}_updateScroll(){const e=("above"===this.dividers||"above-below"===this.dividers)&&this.scrollTop>0,t=("below"===this.dividers||"above-below"===this.dividers)&&this.scrollHeight-this.scrollTop-this.clientHeight>1;Gt(this,"-above",e),Gt(this,"-below",t)}};var Ea,Sa,Ca,za;ka=new WeakMap,$a.styles=l`:host { display: block; overflow-y: auto; position: relative; box-sizing: border-box; scrollbar-color: ${Ms.scrollbar.color}; border-top: var(--m3e-divider-thickness, 1px) solid transparent; border-bottom: var(--m3e-divider-thickness, 1px) solid transparent; outline-color: ${Ki}; outline-width: ${Ji}; outline-offset: ${ea}; } :host([thin]) { scrollbar-width: ${Ms.scrollbar.thinWidth}; } :host(:not([thin])) { scrollbar-width: ${Ms.scrollbar.width}; } :host(:not(:focus-visible):state(-above)) { border-top-color: var(--m3e-divider-color, ${Ms.color.outlineVariant}); } :host(:not(:focus-visible):state(-below)) { border-bottom-color: var(--m3e-divider-color, ${Ms.color.outlineVariant}); } :host(:focus-visible) { outline-style: solid; animation: grow-shrink ${Qi}; } @keyframes grow-shrink { 50% { outline-width: calc(${Ji} * ${ia}); } } @media (forced-colors: active) { :host { border-top: var(--m3e-divider-thickness, 1px) solid Canvas; border-bottom: var(--m3e-divider-thickness, 1px) solid Canvas; } :host(:not(:focus-visible):state(-above)) { border-top-color: GrayText; } :host(:not(:focus-visible):state(-below)) { border-bottom-color: GrayText; } } @media (prefers-reduced-motion) { :host(:focus-visible) { animation: none; } }`,s([m()],$a.prototype,"dividers",void 0),s([m({type:Boolean,reflect:!0})],$a.prototype,"thin",void 0),s([bt(40)],$a.prototype,"_updateScroll",null),$a=s([gt("m3e-scroll-container")],$a);let Ma=class extends(jt(c)){constructor(){super(...arguments),Ea.add(this),Sa.set(this,new Array),this.selectedIndex=null}connectedCallback(){super.connectedCallback(),Zt(this,"-no-animate")}update(t){super.update(t),t.has("selectedIndex")&&(null===this.selectedIndex&&Zt(this,"-no-animate"),e(this,Ea,"m",za).call(this),null!==this.selectedIndex&&Xt(this,"-no-animate")&&requestAnimationFrame(()=>{null!==this.selectedIndex&&Yt(this,"-no-animate")}))}render(){return o`<slot @slotchange="${e(this,Ea,"m",Ca)}"></slot>`}};Sa=new WeakMap,Ea=new WeakSet,Ca=function(s){const i=[...s.target.assignedElements({flatten:!0})];for(const t of e(this,Sa,"f").filter(e=>!i.includes(e)))t.classList.remove("-before"),t.classList.remove("-after"),t.removeAttribute("inert");t(this,Sa,i,"f"),e(this,Ea,"m",za).call(this)},za=function(){const t=this.selectedIndex??e(this,Sa,"f").length;for(let s=0;s<e(this,Sa,"f").length;s++){const i=e(this,Sa,"f")[s];i.classList.toggle("-before",s<t),i.classList.toggle("-after",s>t),i.toggleAttribute("inert",s!==t)}},Ma.styles=l`:host { display: flex; position: relative; overflow: hidden; } ::slotted(*) { width: 100%; top: 0; transition: ${r(`inset-inline-start var(--m3e-slide-animation-duration, ${Ms.motion.duration.long2}) ${Ms.motion.easing.standard},\n visibility var(--m3e-slide-animation-duration, ${Ms.motion.duration.long2}) ${Ms.motion.easing.standard} allow-discrete`)}; } ::slotted(.-before), ::slotted(.-after) { visibility: hidden; position: absolute; } ::slotted(.-before) { inset-inline-start: -100%; } ::slotted(.-after) { inset-inline-start: 100%; } ::slotted(:not(.-before):not(.-after)) { position: relative; inset-inline-start: 0; } :host(:state(-no-animate)) ::slotted(*) { transition: none; } @media (prefers-reduced-motion) { ::slotted(*) { transition: none; } }`,s([m({attribute:"selected-index",type:Number,reflect:!0})],Ma.prototype,"selectedIndex",void 0),Ma=s([gt("m3e-slide")],Ma);const La=r(`var(--m3e-state-layer-hover-color, ${Ms.color.onSurface})`),Wa=r(`var(--m3e-state-layer-hover-opacity, ${Ms.state.hoverStateLayerOpacity})`),Fa=r(`var(--m3e-state-layer-focus-color, ${Ms.color.onSurface})`),Aa=r(`var(--m3e-state-layer-focus-opacity, ${Ms.state.focusStateLayerOpacity})`),Da=r(`var(--m3e-state-layer-duration, ${Ms.motion.duration.medium1})`),_a=r(`var(--m3e-state-layer-easing, ${Ms.motion.easing.standard})`);var Ta,Ha,Pa,Ia,Oa;let Ba=class extends(oi(wi(c,"none"))){constructor(){super(...arguments),Ta.add(this),Ha.set(this,new ht(this,{target:null,callback:t=>e(this,Ta,"m",Ia).call(this,t)})),Pa.set(this,new dt(this,{target:null,callback:(t,s)=>e(this,Ta,"m",Oa).call(this,s)})),this.disabled=!1,this.disableHover=!1}show(e){this._layer?.classList.toggle(e,!0)}hide(e){this._layer?.classList.toggle(e,!1)}attach(t){super.attach(t),e(this,Ha,"f").observe(t),e(this,Pa,"f").observe(t)}detach(){this.control&&(e(this,Ha,"f").unobserve(this.control),e(this,Pa,"f").unobserve(this.control)),super.detach()}connectedCallback(){this.ariaHidden="true",super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this.hide("hover"),this.hide("focused")}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&(this.hide("hover"),this.hide("focused")),e.has("disableHover")&&this.disableHover&&this.hide("hover")}render(){return o`<div class="layer"></div>`}};var Na,Va,Ra,Ua,qa,ja,Xa,Za;Ha=new WeakMap,Pa=new WeakMap,Ta=new WeakSet,Ia=function(e){this.disabled||this.disableHover||(e?this.show("hover"):this.hide("hover"))},Oa=function(e){this.disabled||(e?this.show("focused"):this.hide("focused"))},Ba.styles=l`:host { display: block; } :host, .layer { position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; border-radius: inherit; } .layer { will-change: background-color; transition: ${r(`background-color ${Da} ${_a}`)}; } .layer.focused { background-color: color-mix(in srgb, ${Fa} ${Aa}, transparent); } .layer.hover { background-color: color-mix(in srgb, ${La} ${Wa}, transparent); } @media (prefers-reduced-motion) { .layer { transition: none; } } @media (forced-colors: active) { .layer { display: none; } }`,s([u(".layer")],Ba.prototype,"_layer",void 0),s([m({type:Boolean,reflect:!0})],Ba.prototype,"disabled",void 0),s([m({attribute:"disable-hover",type:Boolean,reflect:!0})],Ba.prototype,"disableHover",void 0),Ba=s([gt("m3e-state-layer")],Ba);let Ya=Za=class extends c{constructor(){super(),Na.add(this),Va.set(this,"m3e-text-highlight-"+Za.__nextId++),Ra.set(this,new Array),Ua.set(this,null),this.disabled=!1,this.term="",this.caseSensitive=!1,this.mode="contains",this.isSupported&&(t(this,Ua,new CSSStyleSheet,"f"),e(this,Ua,"f").replaceSync(l`::highlight(${r(e(this,Va,"f"))}) { background-color: var(--m3e-text-highlight-container-color, ${Ms.color.secondaryContainer}); color: var(--m3e-text-highlight-color, ${Ms.color.onSecondaryContainer}); text-decoration: var(--m3e-text-highlight-decoration); text-shadow: var(--m3e-text-highlight-shadow); }`.toString()))}get isSupported(){return!(i||!CSS.highlights)}get ranges(){return e(this,Ra,"f")}firstUpdated(t){super.firstUpdated(t),this.shadowRoot&&e(this,Ua,"f")&&!this.shadowRoot.adoptedStyleSheets.includes(e(this,Ua,"f"))&&this.shadowRoot.adoptedStyleSheets.push(e(this,Ua,"f"))}updated(t){super.updated(t),(t.has("term")||t.has("caseSensitive")||t.has("disabled"))&&e(this,Na,"m",Xa).call(this)}render(){return o`<slot @slotchange="${e(this,Na,"m",Xa)}"></slot>`}};Va=new WeakMap,Ra=new WeakMap,Ua=new WeakMap,Na=new WeakSet,qa=function(e){return!/^\s*$/.test(e.data)},ja=function t(s,i){s instanceof HTMLSlotElement?s.assignedNodes({flatten:!0}).forEach(s=>{switch(s.nodeType){case Node.TEXT_NODE:e(this,Na,"m",qa).call(this,s)&&i.push(s);break;case Node.ELEMENT_NODE:e(this,Na,"m",t).call(this,s,i)}}):s.childNodes.forEach(s=>{switch(s.nodeType){case Node.TEXT_NODE:e(this,Na,"m",qa).call(this,s)&&i.push(s);break;case Node.ELEMENT_NODE:e(this,Na,"m",t).call(this,s,i)}})},Xa=function(){if(!this.isSupported||!this.isConnected)return;if(CSS.highlights.delete(e(this,Va,"f")),e(this,Ra,"f").length=0,this.disabled)return;if(!this.term)return void this.dispatchEvent(new CustomEvent("highlight",{detail:[...e(this,Ra,"f")],bubbles:!1,composed:!1}));const s=new Array;if(e(this,Na,"m",ja).call(this,this,s),s.length>0){const i=this.caseSensitive?this.term:this.term.toLowerCase();switch(this.mode){case"starts-with":{const t=s[0];if(((this.caseSensitive?t.textContent:t.textContent?.toLowerCase())??"").startsWith(i)){const s=new Range;s.setStart(t,0),s.setEnd(t,i.length),e(this,Ra,"f").push(s)}}break;case"ends-with":{const t=s[s.length-1],a=(this.caseSensitive?t.textContent:t.textContent?.toLowerCase())??"";if(a.endsWith(i)){const s=a.length-i.length,n=s+i.length,r=new Range;r.setStart(t,s),r.setEnd(t,n),e(this,Ra,"f").push(r)}}break;case"contains":t(this,Ra,s.map(e=>({el:e,text:(this.caseSensitive?e.textContent:e.textContent?.toLowerCase())??""})).map(({el:e,text:t})=>{const s=new Array;let a=0;for(;a<t.length;){const e=t.indexOf(i,a);if(-1===e)break;s.push(e),a=e+i.length}return s.map(t=>{const s=new Range;return s.setStart(e,t),s.setEnd(e,t+i.length),s})}).flat(),"f")}e(this,Ra,"f").length>0&&CSS.highlights.set(e(this,Va,"f"),new Highlight(...e(this,Ra,"f")))}this.dispatchEvent(new CustomEvent("highlight",{detail:[...e(this,Ra,"f")],bubbles:!1,composed:!1}))},Ya.styles=l`:host { display: contents; }`,Ya.__nextId=0,s([m({type:Boolean,reflect:!0})],Ya.prototype,"disabled",void 0),s([m()],Ya.prototype,"term",void 0),s([m({attribute:"case-sensitive",type:Boolean})],Ya.prototype,"caseSensitive",void 0),s([m()],Ya.prototype,"mode",void 0),Ya=Za=s([gt("m3e-text-highlight")],Ya);let Ga=class extends c{render(){return o`<span class="base"><slot></slot></span>`}};Ga.styles=l`:host { flex: 1 1 auto; display: inline-flex; align-items: center; flex-wrap: nowrap; min-width: 0; } .base { flex: 1 1 auto; display: inline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }`,Ga=s([gt("m3e-text-overflow")],Ga);export{Di as ActionElementBase,Oe as AnimationLoopController,jt as AttachInternals,Qt as Checked,es as CheckedIndeterminate,Ks as ConstraintValidation,Ms as DesignToken,ls as Dirty,Ws as Disabled,Ts as DisabledInteractive,Qs as EventAttribute,dt as FocusController,ei as Focusable,js as FormAssociated,ii as FormSubmitter,ht as HoverController,oi as HtmlFor,pt as InertController,mt as IntersectionController,li as KeyboardClick,Os as Labelled,pi as LinkButton,ut as LongPressController,_i as M3eCollapsibleElement,Gi as M3eElevationElement,oa as M3eFocusRingElement,la as M3ePseudoCheckboxElement,ca as M3ePseudoRadioElement,wa as M3eRippleElement,$a as M3eScrollContainerElement,Ma as M3eSlideElement,Ba as M3eStateLayerElement,Ya as M3eTextHighlightElement,Ga as M3eTextOverflowElement,ft as MutationController,vt as PressedController,ui as ReadOnly,vi as ReconnectedCallback,gi as Required,xi as RequiredConstraintValidation,yt as ResizeController,wi as Role,_t as ScrollController,Tt as ScrollLockController,ss as Selected,ki as SuppressInitialAnimation,hs as Touched,ct as VelocityTracker,Ei as Vertical,Zt as addCustomState,ns as checkOrSelect,Ne as computeCssSize,Ve as computeLineCount,gt as customElement,Ht as dateConverter,bt as debounce,Ns as defaultValue,Yt as deleteCustomState,Re as focusWhenReady,Ue as forcedColorsActive,Bs as formValue,Je as generateClipPaths,et as getTextContent,tt as guid,st as hasAssignedNodes,Xt as hasCustomState,Nt as hasKeys,it as interceptProperty,Vt as internals,Rt as isAttachInternalsMixin,Jt as isCheckedIndeterminateMixin,Kt as isCheckedMixin,as as isCheckedOrSelected,is as isCheckedOrSelectedMixin,Zs as isConstraintValidationMixin,rs as isDirtyMixin,Fs as isDisabledInteractiveMixin,Ls as isDisabledMixin,Vs as isFormAssociatedMixin,ti as isFormSubmitterMixin,ai as isHtmlForMixin,Ps as isLabelledMixin,di as isLinkButtonMixin,mi as isReadOnlyMixin,bi as isRequiredConstraintValidationMixin,yi as isRequiredMixin,ts as isSelectedMixin,cs as isTouchedMixin,$i as isVerticalMixin,at as prefersReducedMotion,nt as registerStyleSheet,ci as renderPseudoLink,rt as resolveElementById,ot as resolveFragmentUrl,Bt as safeStyleMap,lt as scrollIntoViewIfNeeded,Gt as setCustomState,Pt as spaceSeparatedStringConverter,Hs as updateLabels,Xs as validate};
|
|
7
7
|
//# sourceMappingURL=core.min.js.map
|