@mongodb-js/compass-shell 3.3.0 → 3.5.0

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.
@@ -0,0 +1,12 @@
1
+ /*!
2
+ * mustache.js - Logic-less {{mustache}} templates with JavaScript
3
+ * http://github.com/janl/mustache.js
4
+ */
5
+
6
+ /*! @preserve
7
+ * numeral.js
8
+ * version : 2.0.6
9
+ * author : Adam Draper
10
+ * license : MIT
11
+ * http://adamwdraper.github.com/Numeral-js/
12
+ */
@@ -0,0 +1,12 @@
1
+ "use strict";(self.webpackChunkCompassShellPlugin=self.webpackChunkCompassShellPlugin||[]).push([[945],{49945:(e,t,o)=>{o.r(t),o.d(t,{CompassShell:()=>q,default:()=>z});var i=o(99497),n=o.n(i),s=o(13980),l=o.n(s),r=o(86993),a=o(39662),c=o(30709);const h=(0,c.css)({td:{padding:0}}),d=[{key:"Ctrl+`",description:"Toggle shell."},{key:"Ctrl+A",description:"Moves the cursor to the beginning of the line."},{key:"Ctrl+B",description:"Moves the cursor Backward one character."},{key:"Ctrl+C",description:"Stop currently running command."},{key:"Ctrl+D",description:"Deletes the next character."},{key:"Ctrl+E",description:"Moves the cursor to the end of the line."},{key:"Ctrl+F",description:"Moves the cursor Forward one character."},{key:"Ctrl+H",description:"Erases one character, similar to hitting backspace."},{key:"Ctrl/Cmd+L",description:"Clears the screen, similar to the clear command."},{key:"Ctrl+T",description:"Swap the last two characters before the cursor."},{key:"Ctrl+U",description:"Changes the line to Uppercase."},{key:"↑",description:"Cycle backwards through command history."},{key:"↓",description:"Cycle forwards through command history."}];function p(){return n().createElement(c.Table,{data:d,columns:[n().createElement(c.TableHeader,{key:"name",label:"Key"}),n().createElement(c.TableHeader,{key:"value",label:"Description"})]},(e=>{let{datum:t}=e;return n().createElement(c.Row,{className:h,key:t.key},n().createElement(c.Cell,null,n().createElement(c.Body,{weight:"medium"},t.key)),n().createElement(c.Cell,null,n().createElement(c.Description,null,t.description)))}))}const m=`v${o(74841).i8}`,g=(0,c.css)({marginTop:c.spacing[2],maxHeight:"50vh",overflow:"auto"}),u=(0,c.css)({marginTop:c.spacing[4]});function y(e){let{hideInfoModal:t,show:o}=e;const s=(0,i.useCallback)((()=>{t()}),[t]);return n().createElement(c.InfoModal,{open:o,title:`mongosh ${m}`,trackingId:"shell_info_modal","data-testid":"shell-info-modal",onClose:s},n().createElement(c.Banner,null,"For more information please visit the ",n().createElement(c.Link,{id:"mongosh-info-link",href:"https://docs.mongodb.com/compass/beta/embedded-shell/",target:"_blank"},"MongoDB Shell Documentation"),"."),n().createElement(c.Subtitle,{className:u},"Keyboard Shortcuts"),n().createElement("div",{className:g},n().createElement(p,null)))}y.propTypes={hideInfoModal:l().func.isRequired,show:l().bool.isRequired};const f=y,b=(0,c.css)({height:c.spacing[5],display:"flex",color:c.palette.gray.light1}),k=(0,c.css)({borderTop:`1px solid ${c.palette.gray.dark2}`}),S=(0,c.css)({flexGrow:1,display:"flex",alignItems:"center"}),C=c.palette.gray.light1,E=c.palette.gray.base,w=c.palette.gray.light2,v=c.keyframes`
2
+ 0% { color: ${C}; }
3
+ 10% { color: ${E}; }
4
+ 20% { color: ${w}; }
5
+ 30% { color: ${E}; }
6
+ 40% { color: ${w}; }
7
+ 50% { color: ${E}; }
8
+ 60% { color: ${w}; }
9
+ 70% { color: ${E}; }
10
+ 80% { color: ${w}; }
11
+ 100% { color: ${C}; }
12
+ `,x=(0,c.css)({background:"none",border:"none",cursor:"pointer",color:C,padding:`0px ${c.spacing[2]}px`,height:"100%",display:"flex",verticalAlign:"middle",flexDirection:"row",alignItems:"center",margin:"auto 0",fontWeight:"bold",fontSize:1.5*c.spacing[2],lineHeight:`${c.spacing[5]}px`,transition:"all 200ms",userSelect:"none",textTransform:"uppercase",animation:`${v} 2s linear`,"&:hover":{color:c.palette.gray.light3}}),O=(0,c.css)({display:"flex",paddingTop:c.spacing[1]/2,paddingRight:c.spacing[2]}),I=(0,c.css)({marginRight:c.spacing[2]}),M=(0,c.css)({color:c.palette.green.light2,marginLeft:c.spacing[2]}),H=(0,c.css)({borderTopColor:c.palette.green.light2});class R extends i.Component{static propTypes={darkMode:l().bool,isExpanded:l().bool.isRequired,isOperationInProgress:l().bool.isRequired,onShellToggleClicked:l().func.isRequired,showInfoModal:l().func.isRequired};componentDidMount(){document.addEventListener("keydown",this.handleKeyboardToggle.bind(this))}componentWillUnmount(){document.removeEventListener("keydown",this.handleKeyboardToggle.bind(this))}handleKeyboardToggle(e){let{ctrlKey:t,key:o}=e;t&&"`"===o&&this.props.onShellToggleClicked()}render(){const{darkMode:e,isExpanded:t,isOperationInProgress:o,onShellToggleClicked:i,showInfoModal:s}=this.props;return n().createElement("div",{className:(0,c.cx)(b,e&&k)},n().createElement("div",{className:S},n().createElement("button",{type:"button","data-testid":"shell-expand-button",className:x,"aria-label":t?"Close Shell":"Open Shell",onClick:i,"aria-pressed":t},">_MONGOSH",!t&&o&&n().createElement("span",{className:M},n().createElement(c.SpinLoader,{size:"12px",className:H})," Command in progress…"))),n().createElement("div",{className:O},t&&n().createElement(c.IconButton,{"data-testid":"shell-info-button",className:I,variant:"dark","aria-label":"Shell Info","aria-haspopup":"dialog",onClick:s},n().createElement(c.Icon,{glyph:"InfoWithCircle",size:"small"})),n().createElement(c.IconButton,{variant:"dark","aria-label":t?"Close Shell":"Open Shell",onClick:i,"aria-pressed":t},n().createElement(c.Icon,{glyph:t?"ChevronDown":"ChevronUp",size:"small"}))))}}const T=(0,c.withDarkMode)(R),{Shell:$}=o(72519),P=(0,c.css)({backgroundColor:c.palette.gray.dark3,display:"flex",flexBasis:"auto",position:"relative",flexDirection:"column",width:"100vw"},(0,c.getScrollbarStyles)(!0)),D=(0,c.css)({flexGrow:1,display:"none",overflow:"auto",borderTop:`1px solid ${c.palette.gray.dark2}`}),N=(0,c.css)({display:"flex"}),B=100;function L(){return Math.max(240,window.innerHeight-100)}class q extends i.Component{static propTypes={emitShellPluginOpened:l().func,runtime:l().object,shellOutput:l().array,historyStorage:l().object,enableShell:l().bool};static defaultProps={emitShellPluginOpened:()=>{},runtime:null};constructor(e){super(e),this.shellRef=n().createRef(),this.shellOutput=this.props.shellOutput||[],this.state={height:32,prevHeight:240,initialHistory:this.props.historyStorage?null:[],isOperationInProgress:!1,showInfoModal:!1}}componentDidMount(){this.loadHistory(),window.addEventListener("beforeunload",this.terminateRuntime)}componentDidUpdate(e,t){const{height:o}=this.state;t.height<B&&o>B&&this.props.emitShellPluginOpened()}componentWillUnmount(){window.removeEventListener("beforeunload",this.terminateRuntime)}onShellOutputChanged=e=>{this.shellOutput=e};onOperationStarted=()=>{this.setState({isOperationInProgress:!0})};onOperationEnd=()=>{this.setState({isOperationInProgress:!1})};terminateRuntime=()=>{this.props.runtime&&this.props.runtime.terminate()};saveHistory=async e=>{if(this.props.historyStorage)try{await this.props.historyStorage.save(e)}catch(e){console.error(e)}};loadHistory=async()=>{if(this.props.historyStorage)try{const e=await this.props.historyStorage.load();this.setState({initialHistory:e})}catch(e){console.error(e),this.setState({initialHistory:[]})}};updateHeight(e){this.setState(e>B?{height:e,prevHeight:e}:{height:e})}hideInfoModal(){this.setState({showInfoModal:!1})}focusEditor(){this.shellRef.current&&"Range"!==window.getSelection()?.type&&this.shellRef.current.focusEditor()}render(){const{height:e,prevHeight:t,isOperationInProgress:o,showInfoModal:s}=this.state;if(!this.props.enableShell||!this.props.runtime||!this.state.initialHistory)return n().createElement("div",null);const l=e>B,r=l?function(e){const t=L();return Math.min(t,Math.max(B,e))}(e):32;return n().createElement(i.Fragment,null,n().createElement(f,{show:s,hideInfoModal:this.hideInfoModal.bind(this)}),n().createElement("div",{"data-testid":"shell-section",className:P,style:{height:r},id:"content",onClick:this.focusEditor.bind(this)},n().createElement(c.ResizeHandle,{direction:c.ResizeDirection.TOP,onChange:e=>this.updateHeight(e),value:e,minValue:32,maxValue:L(),title:"MongoDB Shell"}),n().createElement(T,{isExpanded:l,onShellToggleClicked:()=>l?this.updateHeight(32):this.updateHeight(t),isOperationInProgress:o,showInfoModal:()=>this.setState({showInfoModal:!0})}),n().createElement("div",{"data-testid":"shell-content",className:(0,c.cx)(D,l&&N)},n().createElement($,{ref:this.shellRef,runtime:this.props.runtime,initialHistory:this.state.initialHistory,initialOutput:this.shellOutput,onHistoryChanged:this.saveHistory,onOutputChanged:this.onShellOutputChanged,onOperationStarted:this.onOperationStarted,onOperationEnd:this.onOperationEnd}))))}}const z=(0,r.$j)((e=>({emitShellPluginOpened:()=>{e.appRegistry&&e.appRegistry.globalAppRegistry&&e.appRegistry.globalAppRegistry.emit("compass:compass-shell:opened")},runtime:e.runtime?e.runtime.runtime:null})))((0,a.withPreferences)(q,["enableShell"],n()))}}]);
@@ -0,0 +1,12 @@
1
+ (global.webpackChunkCompassShellPlugin=global.webpackChunkCompassShellPlugin||[]).push([[996],{49945:(s,e,t)=>{"use strict";t.r(e),t.d(e,{CompassShell:()=>A,default:()=>B});var o=t(99497),n=t.n(o),i=t(13980),r=t.n(i),a=t(86993),j=t(39662),l=t(30709);const c=(0,l.css)({td:{padding:0}}),d=[{key:"Ctrl+`",description:"Toggle shell."},{key:"Ctrl+A",description:"Moves the cursor to the beginning of the line."},{key:"Ctrl+B",description:"Moves the cursor Backward one character."},{key:"Ctrl+C",description:"Stop currently running command."},{key:"Ctrl+D",description:"Deletes the next character."},{key:"Ctrl+E",description:"Moves the cursor to the end of the line."},{key:"Ctrl+F",description:"Moves the cursor Forward one character."},{key:"Ctrl+H",description:"Erases one character, similar to hitting backspace."},{key:"Ctrl/Cmd+L",description:"Clears the screen, similar to the clear command."},{key:"Ctrl+T",description:"Swap the last two characters before the cursor."},{key:"Ctrl+U",description:"Changes the line to Uppercase."},{key:"↑",description:"Cycle backwards through command history."},{key:"↓",description:"Cycle forwards through command history."}];function p(){return n().createElement(l.Table,{data:d,columns:[n().createElement(l.TableHeader,{key:"name",label:"Key"}),n().createElement(l.TableHeader,{key:"value",label:"Description"})]},(({datum:s})=>n().createElement(l.Row,{className:c,key:s.key},n().createElement(l.Cell,null,n().createElement(l.Body,{weight:"medium"},s.key)),n().createElement(l.Cell,null,n().createElement(l.Description,null,s.description)))))}const u=`v${t(74841).i8}`,m=(0,l.css)({marginTop:l.spacing[2],maxHeight:"50vh",overflow:"auto"}),h=(0,l.css)({marginTop:l.spacing[4]});function g({hideInfoModal:s,show:e}){const t=(0,o.useCallback)((()=>{s()}),[s]);return n().createElement(l.InfoModal,{open:e,title:`mongosh ${u}`,trackingId:"shell_info_modal","data-testid":"shell-info-modal",onClose:t},n().createElement(l.Banner,null,"For more information please visit the ",n().createElement(l.Link,{id:"mongosh-info-link",href:"https://docs.mongodb.com/compass/beta/embedded-shell/",target:"_blank"},"MongoDB Shell Documentation"),"."),n().createElement(l.Subtitle,{className:h},"Keyboard Shortcuts"),n().createElement("div",{className:m},n().createElement(p,null)))}g.propTypes={hideInfoModal:r().func.isRequired,show:r().bool.isRequired};const f=g,b=(0,l.css)({height:l.spacing[5],display:"flex",color:l.palette.gray.light1}),y=(0,l.css)({borderTop:`1px solid ${l.palette.gray.dark2}`}),v=(0,l.css)({flexGrow:1,display:"flex",alignItems:"center"}),w=l.palette.gray.light1,k=l.palette.gray.base,x=l.palette.gray.light2,S=l.keyframes`
2
+ 0% { color: ${w}; }
3
+ 10% { color: ${k}; }
4
+ 20% { color: ${x}; }
5
+ 30% { color: ${k}; }
6
+ 40% { color: ${x}; }
7
+ 50% { color: ${k}; }
8
+ 60% { color: ${x}; }
9
+ 70% { color: ${k}; }
10
+ 80% { color: ${x}; }
11
+ 100% { color: ${w}; }
12
+ `,C=(0,l.css)({background:"none",border:"none",cursor:"pointer",color:w,padding:`0px ${l.spacing[2]}px`,height:"100%",display:"flex",verticalAlign:"middle",flexDirection:"row",alignItems:"center",margin:"auto 0",fontWeight:"bold",fontSize:1.5*l.spacing[2],lineHeight:`${l.spacing[5]}px`,transition:"all 200ms",userSelect:"none",textTransform:"uppercase",animation:`${S} 2s linear`,"&:hover":{color:l.palette.gray.light3}}),E=(0,l.css)({display:"flex",paddingTop:l.spacing[1]/2,paddingRight:l.spacing[2]}),M=(0,l.css)({marginRight:l.spacing[2]}),O=(0,l.css)({color:l.palette.green.light2,marginLeft:l.spacing[2]}),T=(0,l.css)({borderTopColor:l.palette.green.light2});class I extends o.Component{static propTypes={darkMode:r().bool,isExpanded:r().bool.isRequired,isOperationInProgress:r().bool.isRequired,onShellToggleClicked:r().func.isRequired,showInfoModal:r().func.isRequired};componentDidMount(){document.addEventListener("keydown",this.handleKeyboardToggle.bind(this))}componentWillUnmount(){document.removeEventListener("keydown",this.handleKeyboardToggle.bind(this))}handleKeyboardToggle({ctrlKey:s,key:e}){s&&"`"===e&&this.props.onShellToggleClicked()}render(){const{darkMode:s,isExpanded:e,isOperationInProgress:t,onShellToggleClicked:o,showInfoModal:i}=this.props;return n().createElement("div",{className:(0,l.cx)(b,s&&y)},n().createElement("div",{className:v},n().createElement("button",{type:"button","data-testid":"shell-expand-button",className:C,"aria-label":e?"Close Shell":"Open Shell",onClick:o,"aria-pressed":e},">_MONGOSH",!e&&t&&n().createElement("span",{className:O},n().createElement(l.SpinLoader,{size:"12px",className:T})," Command in progress…"))),n().createElement("div",{className:E},e&&n().createElement(l.IconButton,{"data-testid":"shell-info-button",className:M,variant:"dark","aria-label":"Shell Info","aria-haspopup":"dialog",onClick:i},n().createElement(l.Icon,{glyph:"InfoWithCircle",size:"small"})),n().createElement(l.IconButton,{variant:"dark","aria-label":e?"Close Shell":"Open Shell",onClick:o,"aria-pressed":e},n().createElement(l.Icon,{glyph:e?"ChevronDown":"ChevronUp",size:"small"}))))}}const N=(0,l.withDarkMode)(I),{Shell:R}=t(72519),D=(0,l.css)({backgroundColor:l.palette.gray.dark3,display:"flex",flexBasis:"auto",position:"relative",flexDirection:"column",width:"100vw"},(0,l.getScrollbarStyles)(!0)),H=(0,l.css)({flexGrow:1,display:"none",overflow:"auto",borderTop:`1px solid ${l.palette.gray.dark2}`}),P=(0,l.css)({display:"flex"}),G=100;function L(){return Math.max(240,window.innerHeight-100)}class A extends o.Component{static propTypes={emitShellPluginOpened:r().func,runtime:r().object,shellOutput:r().array,historyStorage:r().object,enableShell:r().bool};static defaultProps={emitShellPluginOpened:()=>{},runtime:null};constructor(s){super(s),this.shellRef=n().createRef(),this.shellOutput=this.props.shellOutput||[],this.state={height:32,prevHeight:240,initialHistory:this.props.historyStorage?null:[],isOperationInProgress:!1,showInfoModal:!1}}componentDidMount(){this.loadHistory(),window.addEventListener("beforeunload",this.terminateRuntime)}componentDidUpdate(s,e){const{height:t}=this.state;e.height<G&&t>G&&this.props.emitShellPluginOpened()}componentWillUnmount(){window.removeEventListener("beforeunload",this.terminateRuntime)}onShellOutputChanged=s=>{this.shellOutput=s};onOperationStarted=()=>{this.setState({isOperationInProgress:!0})};onOperationEnd=()=>{this.setState({isOperationInProgress:!1})};terminateRuntime=()=>{this.props.runtime&&this.props.runtime.terminate()};saveHistory=async s=>{if(this.props.historyStorage)try{await this.props.historyStorage.save(s)}catch(s){console.error(s)}};loadHistory=async()=>{if(this.props.historyStorage)try{const s=await this.props.historyStorage.load();this.setState({initialHistory:s})}catch(s){console.error(s),this.setState({initialHistory:[]})}};updateHeight(s){this.setState(s>G?{height:s,prevHeight:s}:{height:s})}hideInfoModal(){this.setState({showInfoModal:!1})}focusEditor(){this.shellRef.current&&"Range"!==window.getSelection()?.type&&this.shellRef.current.focusEditor()}render(){const{height:s,prevHeight:e,isOperationInProgress:t,showInfoModal:i}=this.state;if(!this.props.enableShell||!this.props.runtime||!this.state.initialHistory)return n().createElement("div",null);const r=s>G,a=r?function(s){const e=L();return Math.min(e,Math.max(G,s))}(s):32;return n().createElement(o.Fragment,null,n().createElement(f,{show:i,hideInfoModal:this.hideInfoModal.bind(this)}),n().createElement("div",{"data-testid":"shell-section",className:D,style:{height:a},id:"content",onClick:this.focusEditor.bind(this)},n().createElement(l.ResizeHandle,{direction:l.ResizeDirection.TOP,onChange:s=>this.updateHeight(s),value:s,minValue:32,maxValue:L(),title:"MongoDB Shell"}),n().createElement(N,{isExpanded:r,onShellToggleClicked:()=>r?this.updateHeight(32):this.updateHeight(e),isOperationInProgress:t,showInfoModal:()=>this.setState({showInfoModal:!0})}),n().createElement("div",{"data-testid":"shell-content",className:(0,l.cx)(H,r&&P)},n().createElement(R,{ref:this.shellRef,runtime:this.props.runtime,initialHistory:this.state.initialHistory,initialOutput:this.shellOutput,onHistoryChanged:this.saveHistory,onOutputChanged:this.onShellOutputChanged,onOperationStarted:this.onOperationStarted,onOperationEnd:this.onOperationEnd}))))}}const B=(0,a.$j)((s=>({emitShellPluginOpened:()=>{s.appRegistry&&s.appRegistry.globalAppRegistry&&s.appRegistry.globalAppRegistry.emit("compass:compass-shell:opened")},runtime:s.runtime?s.runtime.runtime:null})))((0,j.withPreferences)(A,["enableShell"],n()))},54039:s=>{function e(s){return Promise.resolve().then((()=>{var e=new Error("Cannot find module '"+s+"'");throw e.code="MODULE_NOT_FOUND",e}))}e.keys=()=>[],e.resolve=e,e.id=54039,s.exports=e},98953:s=>{function e(s){var e=new Error("Cannot find module '"+s+"'");throw e.code="MODULE_NOT_FOUND",e}e.keys=()=>[],e.resolve=e,e.id=98953,s.exports=e},89775:s=>{function e(s){var e=new Error("Cannot find module '"+s+"'");throw e.code="MODULE_NOT_FOUND",e}e.keys=()=>[],e.resolve=e,e.id=89775,s.exports=e},96967:(s,e,t)=>{var o={"./aac.js":36955,"./abortcontroller.js":83112,"./ac3-ec3.js":27356,"./accelerometer.js":71115,"./addeventlistener.js":65045,"./alternate-stylesheet.js":46483,"./ambient-light.js":80973,"./apng.js":11007,"./array-find-index.js":38729,"./array-find.js":74658,"./array-flat.js":69930,"./array-includes.js":41155,"./arrow-functions.js":55046,"./asmjs.js":45010,"./async-clipboard.js":85428,"./async-functions.js":76262,"./atob-btoa.js":48041,"./audio-api.js":66750,"./audio.js":95381,"./audiotracks.js":23969,"./autofocus.js":49500,"./auxclick.js":63695,"./av1.js":28789,"./avif.js":52976,"./background-attachment.js":10927,"./background-clip-text.js":81903,"./background-img-opts.js":43130,"./background-position-x-y.js":77448,"./background-repeat-round-space.js":29684,"./background-sync.js":71094,"./battery-status.js":41571,"./beacon.js":28204,"./beforeafterprint.js":3753,"./bigint.js":17157,"./blobbuilder.js":80699,"./bloburls.js":67883,"./border-image.js":25550,"./border-radius.js":59669,"./broadcastchannel.js":53100,"./brotli.js":54680,"./calc.js":2087,"./canvas-blending.js":18904,"./canvas-text.js":30752,"./canvas.js":34666,"./ch-unit.js":66017,"./chacha20-poly1305.js":53031,"./channel-messaging.js":72709,"./childnode-remove.js":86377,"./classlist.js":94120,"./client-hints-dpr-width-viewport.js":34234,"./clipboard.js":50422,"./colr-v1.js":97206,"./colr.js":78774,"./comparedocumentposition.js":52468,"./console-basic.js":70822,"./console-time.js":45665,"./const.js":61940,"./constraint-validation.js":2109,"./contenteditable.js":59707,"./contentsecuritypolicy.js":43061,"./contentsecuritypolicy2.js":82899,"./cookie-store-api.js":11513,"./cors.js":40869,"./createimagebitmap.js":68800,"./credential-management.js":76823,"./cryptography.js":45400,"./css-all.js":81586,"./css-animation.js":3552,"./css-any-link.js":16589,"./css-appearance.js":12461,"./css-at-counter-style.js":65804,"./css-autofill.js":98609,"./css-backdrop-filter.js":5185,"./css-background-offsets.js":80951,"./css-backgroundblendmode.js":94904,"./css-boxdecorationbreak.js":2114,"./css-boxshadow.js":46419,"./css-canvas.js":58e3,"./css-caret-color.js":19895,"./css-cascade-layers.js":32334,"./css-case-insensitive.js":7808,"./css-clip-path.js":17269,"./css-color-adjust.js":89047,"./css-color-function.js":47721,"./css-conic-gradients.js":63445,"./css-container-queries.js":18555,"./css-container-query-units.js":50878,"./css-containment.js":88548,"./css-content-visibility.js":86142,"./css-counters.js":2279,"./css-crisp-edges.js":33791,"./css-cross-fade.js":1740,"./css-default-pseudo.js":11104,"./css-descendant-gtgt.js":57959,"./css-deviceadaptation.js":56481,"./css-dir-pseudo.js":92694,"./css-display-contents.js":6766,"./css-element-function.js":85166,"./css-env-function.js":76894,"./css-exclusions.js":28798,"./css-featurequeries.js":76588,"./css-file-selector-button.js":12653,"./css-filter-function.js":70988,"./css-filters.js":52396,"./css-first-letter.js":29694,"./css-first-line.js":64335,"./css-fixed.js":15059,"./css-focus-visible.js":1017,"./css-focus-within.js":39876,"./css-font-palette.js":39515,"./css-font-rendering-controls.js":86127,"./css-font-stretch.js":25518,"./css-gencontent.js":23580,"./css-gradients.js":63409,"./css-grid-animation.js":39603,"./css-grid.js":36711,"./css-hanging-punctuation.js":96929,"./css-has.js":88281,"./css-hyphens.js":42967,"./css-image-orientation.js":7339,"./css-image-set.js":4011,"./css-in-out-of-range.js":38826,"./css-indeterminate-pseudo.js":53195,"./css-initial-letter.js":23235,"./css-initial-value.js":29066,"./css-lch-lab.js":5634,"./css-letter-spacing.js":48586,"./css-line-clamp.js":25177,"./css-logical-props.js":82250,"./css-marker-pseudo.js":10455,"./css-masks.js":52518,"./css-matches-pseudo.js":44681,"./css-math-functions.js":15901,"./css-media-interaction.js":29453,"./css-media-range-syntax.js":22474,"./css-media-resolution.js":98628,"./css-media-scripting.js":64806,"./css-mediaqueries.js":49996,"./css-mixblendmode.js":869,"./css-motion-paths.js":19630,"./css-namespaces.js":45845,"./css-nesting.js":21466,"./css-not-sel-list.js":88977,"./css-nth-child-of.js":10625,"./css-opacity.js":67029,"./css-optional-pseudo.js":43332,"./css-overflow-anchor.js":81617,"./css-overflow-overlay.js":88625,"./css-overflow.js":28602,"./css-overscroll-behavior.js":12157,"./css-page-break.js":11621,"./css-paged-media.js":88004,"./css-paint-api.js":19978,"./css-placeholder-shown.js":1271,"./css-placeholder.js":61017,"./css-print-color-adjust.js":68698,"./css-read-only-write.js":79492,"./css-rebeccapurple.js":12967,"./css-reflections.js":83473,"./css-regions.js":22973,"./css-repeating-gradients.js":68501,"./css-resize.js":77633,"./css-revert-value.js":56869,"./css-rrggbbaa.js":38293,"./css-scroll-behavior.js":1843,"./css-scroll-timeline.js":61749,"./css-scrollbar.js":34676,"./css-sel2.js":90310,"./css-sel3.js":41924,"./css-selection.js":60264,"./css-shapes.js":93031,"./css-snappoints.js":38550,"./css-sticky.js":33077,"./css-subgrid.js":40947,"./css-supports-api.js":20836,"./css-table.js":80517,"./css-text-align-last.js":53639,"./css-text-indent.js":57085,"./css-text-justify.js":64717,"./css-text-orientation.js":90404,"./css-text-spacing.js":70238,"./css-textshadow.js":77305,"./css-touch-action.js":98878,"./css-transitions.js":92813,"./css-unicode-bidi.js":53386,"./css-unset-value.js":17211,"./css-variables.js":19714,"./css-when-else.js":91898,"./css-widows-orphans.js":58344,"./css-width-stretch.js":22912,"./css-writing-mode.js":40865,"./css-zoom.js":46830,"./css3-attr.js":4369,"./css3-boxsizing.js":2804,"./css3-colors.js":59752,"./css3-cursors-grab.js":18685,"./css3-cursors-newer.js":84780,"./css3-cursors.js":87397,"./css3-tabsize.js":63820,"./currentcolor.js":27676,"./custom-elements.js":46587,"./custom-elementsv1.js":10675,"./customevent.js":66224,"./datalist.js":95207,"./dataset.js":16782,"./datauri.js":82370,"./date-tolocaledatestring.js":49434,"./declarative-shadow-dom.js":8111,"./decorators.js":35026,"./details.js":82165,"./deviceorientation.js":86995,"./devicepixelratio.js":86614,"./dialog.js":13731,"./dispatchevent.js":23414,"./dnssec.js":79638,"./do-not-track.js":65123,"./document-currentscript.js":83090,"./document-evaluate-xpath.js":90382,"./document-execcommand.js":49839,"./document-policy.js":90710,"./document-scrollingelement.js":94032,"./documenthead.js":60503,"./dom-manip-convenience.js":66536,"./dom-range.js":59021,"./domcontentloaded.js":37742,"./dommatrix.js":61023,"./download.js":11855,"./dragndrop.js":32116,"./element-closest.js":22781,"./element-from-point.js":72694,"./element-scroll-methods.js":30092,"./eme.js":26900,"./eot.js":77038,"./es5.js":73819,"./es6-class.js":9986,"./es6-generators.js":26603,"./es6-module-dynamic-import.js":36221,"./es6-module.js":83641,"./es6-number.js":92626,"./es6-string-includes.js":79356,"./es6.js":71010,"./eventsource.js":17358,"./extended-system-fonts.js":43238,"./feature-policy.js":28161,"./fetch.js":43216,"./fieldset-disabled.js":42206,"./fileapi.js":43593,"./filereader.js":26981,"./filereadersync.js":41592,"./filesystem.js":28822,"./flac.js":61407,"./flexbox-gap.js":23167,"./flexbox.js":74846,"./flow-root.js":32888,"./focusin-focusout-events.js":97690,"./font-family-system-ui.js":16422,"./font-feature.js":47143,"./font-kerning.js":81769,"./font-loading.js":12652,"./font-size-adjust.js":97691,"./font-smooth.js":49090,"./font-unicode-range.js":99688,"./font-variant-alternates.js":34815,"./font-variant-numeric.js":12077,"./fontface.js":60637,"./form-attribute.js":69253,"./form-submit-attributes.js":60093,"./form-validation.js":87384,"./forms.js":55207,"./fullscreen.js":24307,"./gamepad.js":75181,"./geolocation.js":37704,"./getboundingclientrect.js":89002,"./getcomputedstyle.js":45264,"./getelementsbyclassname.js":52609,"./getrandomvalues.js":53778,"./gyroscope.js":41919,"./hardwareconcurrency.js":49972,"./hashchange.js":75459,"./heif.js":39772,"./hevc.js":64766,"./hidden.js":63467,"./high-resolution-time.js":31326,"./history.js":81216,"./html-media-capture.js":44142,"./html5semantic.js":56665,"./http-live-streaming.js":58462,"./http2.js":65274,"./http3.js":17530,"./iframe-sandbox.js":12795,"./iframe-seamless.js":95546,"./iframe-srcdoc.js":37207,"./imagecapture.js":70562,"./ime.js":82294,"./img-naturalwidth-naturalheight.js":27792,"./import-maps.js":74476,"./imports.js":3165,"./indeterminate-checkbox.js":17506,"./indexeddb.js":68990,"./indexeddb2.js":67109,"./inline-block.js":58496,"./innertext.js":44083,"./input-autocomplete-onoff.js":86255,"./input-color.js":50098,"./input-datetime.js":93166,"./input-email-tel-url.js":50656,"./input-event.js":52813,"./input-file-accept.js":53950,"./input-file-directory.js":40785,"./input-file-multiple.js":3065,"./input-inputmode.js":82725,"./input-minlength.js":96879,"./input-number.js":75931,"./input-pattern.js":85997,"./input-placeholder.js":30209,"./input-range.js":45875,"./input-search.js":51791,"./input-selection.js":91818,"./insert-adjacent.js":39648,"./insertadjacenthtml.js":88523,"./internationalization.js":37370,"./intersectionobserver-v2.js":6270,"./intersectionobserver.js":76952,"./intl-pluralrules.js":10504,"./intrinsic-width.js":34289,"./jpeg2000.js":18456,"./jpegxl.js":88665,"./jpegxr.js":97025,"./js-regexp-lookbehind.js":18075,"./json.js":16256,"./justify-content-space-evenly.js":26749,"./kerning-pairs-ligatures.js":84,"./keyboardevent-charcode.js":38588,"./keyboardevent-code.js":52282,"./keyboardevent-getmodifierstate.js":39027,"./keyboardevent-key.js":40965,"./keyboardevent-location.js":24281,"./keyboardevent-which.js":96611,"./lazyload.js":41048,"./let.js":11163,"./link-icon-png.js":80745,"./link-icon-svg.js":77010,"./link-rel-dns-prefetch.js":51808,"./link-rel-modulepreload.js":45730,"./link-rel-preconnect.js":94718,"./link-rel-prefetch.js":65242,"./link-rel-preload.js":50626,"./link-rel-prerender.js":90170,"./loading-lazy-attr.js":91290,"./localecompare.js":68055,"./magnetometer.js":71378,"./matchesselector.js":79886,"./matchmedia.js":31277,"./mathml.js":75385,"./maxlength.js":85817,"./mdn-css-unicode-bidi-isolate-override.js":76751,"./mdn-css-unicode-bidi-isolate.js":46262,"./mdn-css-unicode-bidi-plaintext.js":30159,"./mdn-text-decoration-color.js":86543,"./mdn-text-decoration-line.js":17794,"./mdn-text-decoration-shorthand.js":30074,"./mdn-text-decoration-style.js":68476,"./media-fragments.js":73111,"./mediacapture-fromelement.js":46286,"./mediarecorder.js":79501,"./mediasource.js":3745,"./menu.js":67792,"./meta-theme-color.js":89455,"./meter.js":32313,"./midi.js":24055,"./minmaxwh.js":11182,"./mp3.js":62707,"./mpeg-dash.js":90632,"./mpeg4.js":39233,"./multibackgrounds.js":1950,"./multicolumn.js":79563,"./mutation-events.js":96526,"./mutationobserver.js":25782,"./namevalue-storage.js":70664,"./native-filesystem-api.js":89653,"./nav-timing.js":64838,"./netinfo.js":23204,"./notifications.js":67097,"./object-entries.js":44601,"./object-fit.js":54094,"./object-observe.js":55896,"./object-values.js":8807,"./objectrtc.js":8804,"./offline-apps.js":53057,"./offscreencanvas.js":58846,"./ogg-vorbis.js":56586,"./ogv.js":40238,"./ol-reversed.js":17670,"./once-event-listener.js":82868,"./online-status.js":76215,"./opus.js":96422,"./orientation-sensor.js":32582,"./outline.js":65102,"./pad-start-end.js":82026,"./page-transition-events.js":92086,"./pagevisibility.js":85087,"./passive-event-listener.js":91627,"./passwordrules.js":46628,"./path2d.js":25991,"./payment-request.js":9322,"./pdf-viewer.js":65997,"./permissions-api.js":16604,"./permissions-policy.js":83220,"./picture-in-picture.js":34170,"./picture.js":25704,"./ping.js":28630,"./png-alpha.js":57514,"./pointer-events.js":20069,"./pointer.js":95742,"./pointerlock.js":89550,"./portals.js":67398,"./prefers-color-scheme.js":79308,"./prefers-reduced-motion.js":38575,"./progress.js":59007,"./promise-finally.js":56906,"./promises.js":4973,"./proximity.js":57734,"./proxy.js":84083,"./publickeypinning.js":49793,"./push-api.js":40043,"./queryselector.js":38034,"./readonly-attr.js":15991,"./referrer-policy.js":94470,"./registerprotocolhandler.js":62413,"./rel-noopener.js":68701,"./rel-noreferrer.js":60122,"./rellist.js":42901,"./rem.js":32061,"./requestanimationframe.js":33102,"./requestidlecallback.js":41608,"./resizeobserver.js":60397,"./resource-timing.js":59901,"./rest-parameters.js":96675,"./rtcpeerconnection.js":37456,"./ruby.js":79574,"./run-in.js":71278,"./same-site-cookie-attribute.js":12029,"./screen-orientation.js":63312,"./script-async.js":84230,"./script-defer.js":62919,"./scrollintoview.js":16711,"./scrollintoviewifneeded.js":48161,"./sdch.js":40245,"./selection-api.js":17521,"./server-timing.js":54924,"./serviceworkers.js":1e4,"./setimmediate.js":70608,"./shadowdom.js":23955,"./shadowdomv1.js":81194,"./sharedarraybuffer.js":36557,"./sharedworkers.js":60420,"./sni.js":94517,"./spdy.js":33686,"./speech-recognition.js":6280,"./speech-synthesis.js":30303,"./spellcheck-attribute.js":14918,"./sql-storage.js":90098,"./srcset.js":53009,"./stream.js":62538,"./streams.js":84833,"./stricttransportsecurity.js":91905,"./style-scoped.js":99533,"./subresource-bundling.js":39041,"./subresource-integrity.js":80945,"./svg-css.js":48173,"./svg-filters.js":93341,"./svg-fonts.js":69348,"./svg-fragment.js":45494,"./svg-html.js":68637,"./svg-html5.js":14778,"./svg-img.js":66913,"./svg-smil.js":11487,"./svg.js":69997,"./sxg.js":87469,"./tabindex-attr.js":24469,"./template-literals.js":13837,"./template.js":30905,"./temporal.js":26814,"./testfeat.js":33079,"./text-decoration.js":36689,"./text-emphasis.js":56257,"./text-overflow.js":64803,"./text-size-adjust.js":53884,"./text-stroke.js":42531,"./textcontent.js":77532,"./textencoder.js":69148,"./tls1-1.js":52478,"./tls1-2.js":20816,"./tls1-3.js":42036,"./touch.js":84070,"./transforms2d.js":15040,"./transforms3d.js":28502,"./trusted-types.js":44249,"./ttf.js":41080,"./typedarrays.js":64033,"./u2f.js":91573,"./unhandledrejection.js":91925,"./upgradeinsecurerequests.js":40431,"./url-scroll-to-text-fragment.js":73096,"./url.js":9631,"./urlsearchparams.js":54310,"./use-strict.js":46833,"./user-select-none.js":46137,"./user-timing.js":33652,"./variable-fonts.js":7944,"./vector-effect.js":66366,"./vibration.js":57026,"./video.js":70470,"./videotracks.js":29174,"./viewport-unit-variants.js":4423,"./viewport-units.js":67759,"./wai-aria.js":68618,"./wake-lock.js":88551,"./wasm.js":86538,"./wav.js":63914,"./wbr-element.js":36341,"./web-animation.js":10566,"./web-app-manifest.js":75629,"./web-bluetooth.js":66226,"./web-serial.js":61750,"./web-share.js":51259,"./webauthn.js":59107,"./webcodecs.js":97526,"./webgl.js":84018,"./webgl2.js":19605,"./webgpu.js":43008,"./webhid.js":41372,"./webkit-user-drag.js":2126,"./webm.js":662,"./webnfc.js":40214,"./webp.js":47765,"./websockets.js":36915,"./webtransport.js":49690,"./webusb.js":19034,"./webvr.js":78286,"./webvtt.js":86678,"./webworkers.js":44353,"./webxr.js":89218,"./will-change.js":89481,"./woff.js":298,"./woff2.js":48757,"./word-break.js":30458,"./wordwrap.js":92433,"./x-doc-messaging.js":434,"./x-frame-options.js":38473,"./xhr2.js":21602,"./xhtml.js":50161,"./xhtmlsmil.js":43220,"./xml-serializer.js":50594};function n(s){var e=i(s);return t(e)}function i(s){if(!t.o(o,s)){var e=new Error("Cannot find module '"+s+"'");throw e.code="MODULE_NOT_FOUND",e}return o[s]}n.keys=function(){return Object.keys(o)},n.resolve=i,s.exports=n,n.id=96967},56859:(s,e,t)=>{var o={"./AD.js":76261,"./AE.js":55910,"./AF.js":7702,"./AG.js":12643,"./AI.js":57217,"./AL.js":75068,"./AM.js":44385,"./AO.js":924,"./AR.js":83094,"./AS.js":92563,"./AT.js":56542,"./AU.js":98128,"./AW.js":9991,"./AX.js":88232,"./AZ.js":98298,"./BA.js":13438,"./BB.js":14655,"./BD.js":30901,"./BE.js":10247,"./BF.js":34572,"./BG.js":69243,"./BH.js":36941,"./BI.js":484,"./BJ.js":57855,"./BM.js":18365,"./BN.js":35327,"./BO.js":52022,"./BR.js":4026,"./BS.js":96068,"./BT.js":24969,"./BW.js":42815,"./BY.js":67022,"./BZ.js":21227,"./CA.js":95221,"./CD.js":69331,"./CF.js":38986,"./CG.js":79710,"./CH.js":22297,"./CI.js":22214,"./CK.js":58392,"./CL.js":25755,"./CM.js":22799,"./CN.js":71549,"./CO.js":28989,"./CR.js":27104,"./CU.js":93021,"./CV.js":24727,"./CX.js":15409,"./CY.js":35007,"./CZ.js":46670,"./DE.js":35858,"./DJ.js":41897,"./DK.js":18071,"./DM.js":72811,"./DO.js":7788,"./DZ.js":24043,"./EC.js":53047,"./EE.js":86647,"./EG.js":40097,"./ER.js":51996,"./ES.js":54542,"./ET.js":99490,"./FI.js":71020,"./FJ.js":83524,"./FK.js":3275,"./FM.js":52903,"./FO.js":60874,"./FR.js":78874,"./GA.js":89997,"./GB.js":57120,"./GD.js":72215,"./GE.js":60172,"./GF.js":40542,"./GG.js":3344,"./GH.js":61238,"./GI.js":73231,"./GL.js":61629,"./GM.js":20476,"./GN.js":48750,"./GP.js":39827,"./GQ.js":54581,"./GR.js":81473,"./GT.js":19047,"./GU.js":39533,"./GW.js":47142,"./GY.js":81853,"./HK.js":23604,"./HN.js":21989,"./HR.js":99280,"./HT.js":78352,"./HU.js":24497,"./ID.js":65711,"./IE.js":98310,"./IL.js":10617,"./IM.js":35361,"./IN.js":6374,"./IQ.js":78598,"./IR.js":73093,"./IS.js":60106,"./IT.js":96013,"./JE.js":6831,"./JM.js":92326,"./JO.js":95643,"./JP.js":84714,"./KE.js":74866,"./KG.js":16989,"./KH.js":15315,"./KI.js":77455,"./KM.js":27068,"./KN.js":78854,"./KP.js":73011,"./KR.js":24033,"./KW.js":22748,"./KY.js":61390,"./KZ.js":8601,"./LA.js":52830,"./LB.js":5438,"./LC.js":3613,"./LI.js":31604,"./LK.js":51536,"./LR.js":94123,"./LS.js":52625,"./LT.js":5177,"./LU.js":35950,"./LV.js":59353,"./LY.js":68017,"./MA.js":62007,"./MC.js":71918,"./MD.js":80939,"./ME.js":82580,"./MG.js":50076,"./MH.js":63221,"./MK.js":1385,"./ML.js":76339,"./MM.js":50082,"./MN.js":81253,"./MO.js":29378,"./MP.js":7053,"./MQ.js":76640,"./MR.js":51948,"./MS.js":90586,"./MT.js":38450,"./MU.js":66909,"./MV.js":34705,"./MW.js":55615,"./MX.js":39150,"./MY.js":69758,"./MZ.js":89799,"./NA.js":34874,"./NC.js":15594,"./NE.js":9367,"./NF.js":93191,"./NG.js":99430,"./NI.js":95561,"./NL.js":41949,"./NO.js":95664,"./NP.js":50482,"./NR.js":22603,"./NU.js":61428,"./NZ.js":69999,"./OM.js":16528,"./PA.js":40898,"./PE.js":10287,"./PF.js":9453,"./PG.js":43312,"./PH.js":37858,"./PK.js":26366,"./PL.js":83430,"./PM.js":17833,"./PN.js":34210,"./PR.js":55949,"./PS.js":24444,"./PT.js":34443,"./PW.js":95807,"./PY.js":80428,"./QA.js":27324,"./RE.js":55560,"./RO.js":86283,"./RS.js":60481,"./RU.js":3335,"./RW.js":49402,"./SA.js":17414,"./SB.js":29780,"./SC.js":73793,"./SD.js":46420,"./SE.js":11216,"./SG.js":65457,"./SH.js":67039,"./SI.js":5902,"./SK.js":39095,"./SL.js":2710,"./SM.js":57412,"./SN.js":35927,"./SO.js":37522,"./SR.js":36414,"./ST.js":71138,"./SV.js":44758,"./SY.js":71995,"./SZ.js":24995,"./TC.js":67001,"./TD.js":10958,"./TG.js":30005,"./TH.js":66792,"./TJ.js":63071,"./TK.js":36007,"./TL.js":53282,"./TM.js":89869,"./TN.js":25853,"./TO.js":93554,"./TR.js":35319,"./TT.js":80016,"./TV.js":85944,"./TW.js":75204,"./TZ.js":43583,"./UA.js":17840,"./UG.js":83928,"./US.js":39068,"./UY.js":71671,"./UZ.js":46062,"./VA.js":19385,"./VC.js":5459,"./VE.js":60926,"./VG.js":98911,"./VI.js":45505,"./VN.js":47777,"./VU.js":96864,"./WF.js":75296,"./WS.js":49331,"./YE.js":82257,"./YT.js":40848,"./ZA.js":32600,"./ZM.js":8184,"./ZW.js":78283,"./alt-af.js":25939,"./alt-an.js":84235,"./alt-as.js":9262,"./alt-eu.js":51748,"./alt-na.js":4417,"./alt-oc.js":82702,"./alt-sa.js":52782,"./alt-ww.js":60685};function n(s){var e=i(s);return t(e)}function i(s){if(!t.o(o,s)){var e=new Error("Cannot find module '"+s+"'");throw e.code="MODULE_NOT_FOUND",e}return o[s]}n.keys=function(){return Object.keys(o)},n.resolve=i,s.exports=n,n.id=56859}}]);