iobroker.javascript 8.9.2 → 9.0.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.
Files changed (119) hide show
  1. package/README.md +7 -3
  2. package/admin/assets/{createSvgIcon-BdRvDw53.js → createSvgIcon-BQT-7-GS.js} +1 -1
  3. package/admin/assets/{docs-6na4NFtj.js → docs-BrInh2Pn.js} +2 -2
  4. package/admin/assets/index-B0RKH_iG.js +1329 -0
  5. package/admin/assets/index-CfuHVX2B.js +193 -0
  6. package/admin/assets/index-CuCs5aLs.js +5 -0
  7. package/admin/assets/index-tExaxF69.js +930 -0
  8. package/admin/assets/inheritsLoose--KnFDOw1.js +36 -0
  9. package/admin/assets/{useTheme-Cl1QmYFL.js → useTheme-DF6qfrtI.js} +1 -1
  10. package/admin/custom/assets/{Components-ChpTW7sE.js → Components-D9kRsHNY.js} +1 -1
  11. package/admin/custom/assets/{DefaultPropsProvider-CHpMCMgA.js → DefaultPropsProvider-9qubdy-V.js} +2 -2
  12. package/admin/custom/assets/{FilledInput-CtcQVKyj.js → FilledInput-BpuM_GyB.js} +1 -1
  13. package/admin/custom/assets/Tabs-CvEv0KOT.js +138 -0
  14. package/admin/custom/assets/ThemeProvider-DZTpMR8n.js +29 -0
  15. package/admin/custom/assets/{createSvgIcon-C_vAELFU.js → createSvgIcon-BQThUM-f.js} +1 -1
  16. package/admin/custom/assets/hostInit-CrAs5YZS.js +1 -1
  17. package/admin/custom/assets/{index-DwsbskQy.js → index-DIWNdd4a.js} +1 -1
  18. package/admin/custom/assets/index-DZqbj5K4.js +55 -0
  19. package/admin/custom/assets/{index-D5apCzjJ.js → index-Dbe-II7_.js} +6 -6
  20. package/admin/custom/assets/index-az76fZMP.js +904 -0
  21. package/admin/custom/assets/index-sawv1cUe.js +1399 -0
  22. package/admin/custom/assets/{virtualExposes-BPncCdUy.js → virtualExposes-BMKIjWrE.js} +2 -2
  23. package/admin/custom/customComponents.js +2 -2
  24. package/admin/custom/i18n/de.json +29 -29
  25. package/admin/custom/i18n/es.json +29 -29
  26. package/admin/custom/i18n/fr.json +29 -29
  27. package/admin/custom/i18n/it.json +29 -29
  28. package/admin/custom/i18n/nl.json +29 -29
  29. package/admin/custom/i18n/pl.json +29 -29
  30. package/admin/custom/i18n/pt.json +29 -29
  31. package/admin/custom/i18n/ru.json +29 -29
  32. package/admin/custom/i18n/uk.json +29 -29
  33. package/admin/custom/i18n/zh-cn.json +29 -29
  34. package/admin/google-blockly/blockly_compressed.js +875 -887
  35. package/admin/google-blockly/blocks_compressed.js +38 -41
  36. package/admin/google-blockly/javascript_compressed.js +19 -54
  37. package/admin/google-blockly/media/delete-icon.svg +1 -0
  38. package/admin/google-blockly/media/foldout-icon.svg +1 -0
  39. package/admin/google-blockly/media/resize-handle.svg +3 -0
  40. package/admin/jsonConfig.json +2 -0
  41. package/admin/mf-manifest.json +1 -1
  42. package/admin/remoteEntry.js +2 -2
  43. package/admin/tab.html +4 -4
  44. package/admin/vsFont/README.md +1 -1
  45. package/admin/vsFont/createJson.js +1 -1
  46. package/build-backend/lib/consts.js +346 -0
  47. package/build-backend/lib/consts.js.map +1 -0
  48. package/build-backend/lib/convert.js +120 -0
  49. package/build-backend/lib/convert.js.map +1 -0
  50. package/build-backend/lib/debug.js +163 -0
  51. package/build-backend/lib/debug.js.map +1 -0
  52. package/{lib → build-backend/lib}/debugger.js +261 -232
  53. package/build-backend/lib/debugger.js.map +1 -0
  54. package/build-backend/lib/eventObj.js +177 -0
  55. package/build-backend/lib/eventObj.js.map +1 -0
  56. package/build-backend/lib/inspect.js +728 -0
  57. package/build-backend/lib/inspect.js.map +1 -0
  58. package/build-backend/lib/javascript.d.ts +1972 -0
  59. package/{lib → build-backend/lib}/mirror.js +185 -182
  60. package/build-backend/lib/mirror.js.map +1 -0
  61. package/build-backend/lib/nodeModulesManagement.js +25 -0
  62. package/build-backend/lib/nodeModulesManagement.js.map +1 -0
  63. package/build-backend/lib/patternCompareFunctions.js +321 -0
  64. package/build-backend/lib/patternCompareFunctions.js.map +1 -0
  65. package/build-backend/lib/protectFs.js +477 -0
  66. package/build-backend/lib/protectFs.js.map +1 -0
  67. package/build-backend/lib/request.js +89 -0
  68. package/build-backend/lib/request.js.map +1 -0
  69. package/{lib → build-backend/lib}/sandbox.js +2046 -1852
  70. package/build-backend/lib/sandbox.js.map +1 -0
  71. package/build-backend/lib/scheduler.js +553 -0
  72. package/build-backend/lib/scheduler.js.map +1 -0
  73. package/build-backend/lib/tools.js +183 -0
  74. package/build-backend/lib/tools.js.map +1 -0
  75. package/build-backend/lib/typescriptSettings.js +39 -0
  76. package/build-backend/lib/typescriptSettings.js.map +1 -0
  77. package/build-backend/lib/typescriptTools.js +435 -0
  78. package/build-backend/lib/typescriptTools.js.map +1 -0
  79. package/build-backend/lib/utils.js +66 -0
  80. package/build-backend/lib/utils.js.map +1 -0
  81. package/{lib → build-backend/lib}/words.js +23 -30
  82. package/build-backend/lib/words.js.map +1 -0
  83. package/build-backend/main.js +2671 -0
  84. package/build-backend/main.js.map +1 -0
  85. package/build-backend/types.d.ts +742 -0
  86. package/docs/de/README.md +1 -1
  87. package/docs/en/README.md +1 -1
  88. package/docs/en/javascript.md +10 -6
  89. package/docs/ru/README.md +1 -1
  90. package/install/installTypings.js +34 -47
  91. package/io-package.json +14 -14
  92. package/package.json +14 -14
  93. package/admin/assets/index-DCkkMRRa.js +0 -1335
  94. package/admin/assets/index-DJfSBoBB.js +0 -192
  95. package/admin/assets/index-DTiA4WdK.js +0 -930
  96. package/admin/assets/index-qABB1JVe.js +0 -5
  97. package/admin/assets/inheritsLoose-BW-3V39H.js +0 -36
  98. package/admin/custom/assets/Tabs-C1KOyWRi.js +0 -137
  99. package/admin/custom/assets/ThemeProvider-Buvx5nSd.js +0 -29
  100. package/admin/custom/assets/index-BGCRznKh.js +0 -904
  101. package/admin/custom/assets/index-DfBPYXqA.js +0 -55
  102. package/admin/custom/assets/index-jIr6kOLK.js +0 -1398
  103. package/lib/adapter-config.d.ts +0 -16
  104. package/lib/consts.js +0 -83
  105. package/lib/convert.js +0 -106
  106. package/lib/debug.js +0 -154
  107. package/lib/eventObj.js +0 -201
  108. package/lib/inspect.js +0 -688
  109. package/lib/javascript.d.ts +0 -1858
  110. package/lib/nodeModulesManagement.js +0 -26
  111. package/lib/patternCompareFunctions.js +0 -391
  112. package/lib/protectFs.js +0 -401
  113. package/lib/request.js +0 -72
  114. package/lib/scheduler.js +0 -447
  115. package/lib/tools.js +0 -192
  116. package/lib/typescriptSettings.js +0 -44
  117. package/lib/typescriptTools.js +0 -529
  118. package/lib/utils.js +0 -87
  119. package/main.js +0 -2653
@@ -0,0 +1,29 @@
1
+ import{C as l}from"./ConfigCustomJavascriptSet__loadShare__react__loadShare__-CzzIM-HW.js";import{Y as Ie,T as V,l as Pe,V as De,s as Ve}from"./createTheme-BwMO3rTt.js";import{j as b}from"./jsx-runtime-o-xyxrOj.js";import{R as Ae}from"./index-B7G6Jpdl.js";import{u as Ke}from"./useThemeWithoutDefault-C-hl_s0Z.js";import{D as Oe}from"./DefaultPropsProvider-DbEA5uR6.js";import{u as Re,G as Ne}from"./useEnhancedEffect-CdLBzwyA.js";const Te=l.createContext(null);function Z(){return l.useContext(Te)}const Ge=typeof Symbol=="function"&&Symbol.for,He=Ge?Symbol.for("mui.nested"):"__THEME_NESTED__";function Fe(e,t){return typeof t=="function"?t(e):{...e,...t}}function Ue(e){const{children:t,theme:o}=e,r=Z(),C=l.useMemo(()=>{const f=r===null?{...o}:Fe(r,o);return f!=null&&(f[He]=r!==null),f},[o,r]);return b.jsx(Te.Provider,{value:C,children:t})}const ye={};function ge(e,t,o,r=!1){return l.useMemo(()=>{const C=e&&t[e]||t;if(typeof o=="function"){const f=o(C),s=e?{...t,[e]:f}:f;return r?()=>s:s}return e?{...t,[e]:o}:{...t,...o}},[e,t,o,r])}function ke(e){const{children:t,theme:o,themeId:r}=e,C=Ke(ye),f=Z()||ye,s=ge(r,C,o),u=ge(r,f,o,!0),S=(r?s[r]:s).direction==="rtl";return b.jsx(Ue,{theme:u,children:b.jsx(Ie.Provider,{value:s,children:b.jsx(Ae,{value:S,children:b.jsx(Oe,{value:r?s[r].components:s.components,children:t})})})})}const W="mode",ee="color-scheme",Ye="data-color-scheme";function qe(e){const{defaultMode:t="system",defaultLightColorScheme:o="light",defaultDarkColorScheme:r="dark",modeStorageKey:C=W,colorSchemeStorageKey:f=ee,attribute:s=Ye,colorSchemeNode:u="document.documentElement",nonce:S}=e||{};let x="",p=s;if(s==="class"&&(p=".%s"),s==="data"&&(p="[data-%s]"),p.startsWith(".")){const a=p.substring(1);x+=`${u}.classList.remove('${a}'.replace('%s', light), '${a}'.replace('%s', dark));
2
+ ${u}.classList.add('${a}'.replace('%s', colorScheme));`}const w=p.match(/\[([^\]]+)\]/);if(w){const[a,d]=w[1].split("=");d||(x+=`${u}.removeAttribute('${a}'.replace('%s', light));
3
+ ${u}.removeAttribute('${a}'.replace('%s', dark));`),x+=`
4
+ ${u}.setAttribute('${a}'.replace('%s', colorScheme), ${d?`${d}.replace('%s', colorScheme)`:'""'});`}else x+=`${u}.setAttribute('${p}', colorScheme);`;return b.jsx("script",{suppressHydrationWarning:!0,nonce:typeof window>"u"?S:"",dangerouslySetInnerHTML:{__html:`(function() {
5
+ try {
6
+ let colorScheme = '';
7
+ const mode = localStorage.getItem('${C}') || '${t}';
8
+ const dark = localStorage.getItem('${f}-dark') || '${r}';
9
+ const light = localStorage.getItem('${f}-light') || '${o}';
10
+ if (mode === 'system') {
11
+ // handle system mode
12
+ const mql = window.matchMedia('(prefers-color-scheme: dark)');
13
+ if (mql.matches) {
14
+ colorScheme = dark
15
+ } else {
16
+ colorScheme = light
17
+ }
18
+ }
19
+ if (mode === 'light') {
20
+ colorScheme = light;
21
+ }
22
+ if (mode === 'dark') {
23
+ colorScheme = dark;
24
+ }
25
+ if (colorScheme) {
26
+ ${x}
27
+ }
28
+ } catch(e){}})();`}},"mui-color-scheme-init")}function Be(){}const ze=({key:e,storageWindow:t})=>(!t&&typeof window<"u"&&(t=window),{get(o){if(typeof window>"u")return;if(!t)return o;let r;try{r=t.localStorage.getItem(e)}catch{}return r||o},set:o=>{if(t)try{t.localStorage.setItem(e,o)}catch{}},subscribe:o=>{if(!t)return Be;const r=C=>{const f=C.newValue;C.key===e&&o(f)};return t.addEventListener("storage",r),()=>{t.removeEventListener("storage",r)}}});function X(){}function be(e){if(typeof window<"u"&&typeof window.matchMedia=="function"&&e==="system")return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function xe(e,t){if(e.mode==="light"||e.mode==="system"&&e.systemMode==="light")return t("light");if(e.mode==="dark"||e.mode==="system"&&e.systemMode==="dark")return t("dark")}function Je(e){return xe(e,t=>{if(t==="light")return e.lightColorScheme;if(t==="dark")return e.darkColorScheme})}function Qe(e){const{defaultMode:t="light",defaultLightColorScheme:o,defaultDarkColorScheme:r,supportedColorSchemes:C=[],modeStorageKey:f=W,colorSchemeStorageKey:s=ee,storageWindow:u=typeof window>"u"?void 0:window,storageManager:S=ze,noSsr:x=!1}=e,p=C.join(","),w=C.length>1,a=l.useMemo(()=>S==null?void 0:S({key:f,storageWindow:u}),[S,f,u]),d=l.useMemo(()=>S==null?void 0:S({key:`${s}-light`,storageWindow:u}),[S,s,u]),h=l.useMemo(()=>S==null?void 0:S({key:`${s}-dark`,storageWindow:u}),[S,s,u]),[v,I]=l.useState(()=>{const n=(a==null?void 0:a.get(t))||t,c=(d==null?void 0:d.get(o))||o,i=(h==null?void 0:h.get(r))||r;return{mode:n,systemMode:be(n),lightColorScheme:c,darkColorScheme:i}}),[j,U]=l.useState(x||!w);l.useEffect(()=>{U(!0)},[]);const A=Je(v),K=l.useCallback(n=>{I(c=>{if(n===c.mode)return c;const i=n??t;return a==null||a.set(i),{...c,mode:i,systemMode:be(i)}})},[a,t]),P=l.useCallback(n=>{n?typeof n=="string"?n&&!p.includes(n)?console.error(`\`${n}\` does not exist in \`theme.colorSchemes\`.`):I(c=>{const i={...c};return xe(c,m=>{m==="light"&&(d==null||d.set(n),i.lightColorScheme=n),m==="dark"&&(h==null||h.set(n),i.darkColorScheme=n)}),i}):I(c=>{const i={...c},m=n.light===null?o:n.light,L=n.dark===null?r:n.dark;return m&&(p.includes(m)?(i.lightColorScheme=m,d==null||d.set(m)):console.error(`\`${m}\` does not exist in \`theme.colorSchemes\`.`)),L&&(p.includes(L)?(i.darkColorScheme=L,h==null||h.set(L)):console.error(`\`${L}\` does not exist in \`theme.colorSchemes\`.`)),i}):I(c=>(d==null||d.set(o),h==null||h.set(r),{...c,lightColorScheme:o,darkColorScheme:r}))},[p,d,h,o,r]),O=l.useCallback(n=>{v.mode==="system"&&I(c=>{const i=n!=null&&n.matches?"dark":"light";return c.systemMode===i?c:{...c,systemMode:i}})},[v.mode]),H=l.useRef(O);return H.current=O,l.useEffect(()=>{if(typeof window.matchMedia!="function"||!w)return;const n=(...i)=>H.current(...i),c=window.matchMedia("(prefers-color-scheme: dark)");return c.addListener(n),n(c),()=>{c.removeListener(n)}},[w]),l.useEffect(()=>{if(w){const n=(a==null?void 0:a.subscribe(m=>{(!m||["light","dark","system"].includes(m))&&K(m||t)}))||X,c=(d==null?void 0:d.subscribe(m=>{(!m||p.match(m))&&P({light:m})}))||X,i=(h==null?void 0:h.subscribe(m=>{(!m||p.match(m))&&P({dark:m})}))||X;return()=>{n(),c(),i()}}},[P,K,p,t,u,w,a,d,h]),{...v,mode:j?v.mode:void 0,systemMode:j?v.systemMode:void 0,colorScheme:j?A:void 0,setMode:K,setColorScheme:P}}const Xe="*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function Ze(e){const{themeId:t,theme:o={},modeStorageKey:r=W,colorSchemeStorageKey:C=ee,disableTransitionOnChange:f=!1,defaultColorScheme:s,resolveTheme:u}=e,S={allColorSchemes:[],colorScheme:void 0,darkColorScheme:void 0,lightColorScheme:void 0,mode:void 0,setColorScheme:()=>{},setMode:()=>{},systemMode:void 0},x=l.createContext(void 0),p=()=>l.useContext(x)||S,w={},a={};function d(j){var fe,Se,Ce,pe;const{children:U,theme:A,modeStorageKey:K=r,colorSchemeStorageKey:P=C,disableTransitionOnChange:O=f,storageManager:H,storageWindow:n=typeof window>"u"?void 0:window,documentNode:c=typeof document>"u"?void 0:document,colorSchemeNode:i=typeof document>"u"?void 0:document.documentElement,disableNestedContext:m=!1,disableStyleSheetGeneration:L=!1,defaultMode:we="system",noSsr:$e}=j,Y=l.useRef(!1),q=Z(),B=l.useContext(x),z=!!B&&!m,te=l.useMemo(()=>A||(typeof o=="function"?o():o),[A]),oe=te[t],T=oe||te,{colorSchemes:_=w,components:re=a,cssVarPrefix:J}=T,ne=Object.keys(_).filter(y=>!!_[y]).join(","),D=l.useMemo(()=>ne.split(","),[ne]),se=typeof s=="string"?s:s.light,ce=typeof s=="string"?s:s.dark,ve=_[se]&&_[ce]?we:((Se=(fe=_[T.defaultColorScheme])==null?void 0:fe.palette)==null?void 0:Se.mode)||((Ce=T.palette)==null?void 0:Ce.mode),{mode:_e,setMode:ie,systemMode:le,lightColorScheme:de,darkColorScheme:me,colorScheme:je,setColorScheme:ae}=Qe({supportedColorSchemes:D,defaultLightColorScheme:se,defaultDarkColorScheme:ce,modeStorageKey:K,colorSchemeStorageKey:P,defaultMode:ve,storageManager:H,storageWindow:n,noSsr:$e});let Q=_e,k=je;z&&(Q=B.mode,k=B.colorScheme);const R=l.useMemo(()=>{var G;const y=k||T.defaultColorScheme,g=((G=T.generateThemeVars)==null?void 0:G.call(T))||T.vars,M={...T,components:re,colorSchemes:_,cssVarPrefix:J,vars:g};if(typeof M.generateSpacing=="function"&&(M.spacing=M.generateSpacing()),y){const E=_[y];E&&typeof E=="object"&&Object.keys(E).forEach($=>{E[$]&&typeof E[$]=="object"?M[$]={...M[$],...E[$]}:M[$]=E[$]})}return u?u(M):M},[T,k,re,_,J]),N=T.colorSchemeSelector;Re(()=>{if(k&&i&&N&&N!=="media"){const y=N;let g=N;if(y==="class"&&(g=".%s"),y==="data"&&(g="[data-%s]"),y!=null&&y.startsWith("data-")&&!y.includes("%s")&&(g=`[${y}="%s"]`),g.startsWith("."))i.classList.remove(...D.map(M=>g.substring(1).replace("%s",M))),i.classList.add(g.substring(1).replace("%s",k));else{const M=g.replace("%s",k).match(/\[([^\]]+)\]/);if(M){const[G,E]=M[1].split("=");E||D.forEach($=>{i.removeAttribute(G.replace(k,$))}),i.setAttribute(G,E?E.replace(/"|'/g,""):"")}else i.setAttribute(g,k)}}},[k,N,i,D]),l.useEffect(()=>{let y;if(O&&Y.current&&c){const g=c.createElement("style");g.appendChild(c.createTextNode(Xe)),c.head.appendChild(g),window.getComputedStyle(c.body),y=setTimeout(()=>{c.head.removeChild(g)},1)}return()=>{clearTimeout(y)}},[k,O,c]),l.useEffect(()=>(Y.current=!0,()=>{Y.current=!1}),[]);const Le=l.useMemo(()=>({allColorSchemes:D,colorScheme:k,darkColorScheme:me,lightColorScheme:de,mode:Q,setColorScheme:ae,setMode:ie,systemMode:le}),[D,k,me,de,Q,ae,ie,le,R.colorSchemeSelector]);let ue=!0;(L||T.cssVariables===!1||z&&(q==null?void 0:q.cssVarPrefix)===J)&&(ue=!1);const he=b.jsxs(l.Fragment,{children:[b.jsx(ke,{themeId:oe?t:void 0,theme:R,children:U}),ue&&b.jsx(Ne,{styles:((pe=R.generateStyleSheets)==null?void 0:pe.call(R))||[]})]});return z?he:b.jsx(x.Provider,{value:Le,children:he})}const h=typeof s=="string"?s:s.light,v=typeof s=="string"?s:s.dark;return{CssVarsProvider:d,useColorScheme:p,getInitColorSchemeScript:j=>qe({colorSchemeStorageKey:C,defaultLightColorScheme:h,defaultDarkColorScheme:v,modeStorageKey:r,...j})}}function We({theme:e,...t}){const o=V in e?e[V]:void 0;return b.jsx(ke,{...t,themeId:o?V:void 0,theme:o||e})}const F={colorSchemeStorageKey:"mui-color-scheme",defaultLightColorScheme:"light",defaultDarkColorScheme:"dark",modeStorageKey:"mui-mode"},{CssVarsProvider:Ee,useColorScheme:dt,getInitColorSchemeScript:et}=Ze({themeId:V,theme:()=>Pe({cssVariables:!0}),colorSchemeStorageKey:F.colorSchemeStorageKey,modeStorageKey:F.modeStorageKey,defaultColorScheme:{light:F.defaultLightColorScheme,dark:F.defaultDarkColorScheme},resolveTheme:e=>{const t={...e,typography:De(e.palette,e.typography)};return t.unstable_sx=function(r){return Ve({sx:r,theme:this})},t}});function mt(e){return b.jsx(Ee,{...e})}let Me=!1;const at=e=>(Me||(console.warn(["MUI: The getInitColorSchemeScript function has been deprecated.","","You should use `import InitColorSchemeScript from '@mui/material/InitColorSchemeScript'`","and replace the function call with `<InitColorSchemeScript />` instead."].join(`
29
+ `)),Me=!0),et(e)),tt=Ee;function ut({theme:e,...t}){const o=l.useMemo(()=>{if(typeof e=="function")return e;const r=V in e?e[V]:e;return"colorSchemes"in r?null:"vars"in r?e:{...e,vars:null}},[e]);return o?b.jsx(We,{theme:o,...t}):b.jsx(tt,{theme:e,...t})}export{tt as C,mt as E,ut as T,at as g,dt as u};
@@ -1 +1 @@
1
- import{C as y}from"./ConfigCustomJavascriptSet__loadShare__react__loadShare__-CzzIM-HW.js";import{j as h}from"./jsx-runtime-o-xyxrOj.js";import{a as C,g as I,u as R,s as w,c as _,b,m as j}from"./DefaultPropsProvider-CHpMCMgA.js";import{c as z}from"./createTheme-BwMO3rTt.js";function M(o){return I("MuiSvgIcon",o)}const E=C("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]),N=o=>{const{color:t,fontSize:e,classes:i}=o,r={root:["root",t!=="inherit"&&`color${z(t)}`,`fontSize${z(e)}`]};return b(r,M,i)},$=w("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(o,t)=>{const{ownerState:e}=o;return[t.root,e.color!=="inherit"&&t[`color${z(e.color)}`],t[`fontSize${z(e.fontSize)}`]]}})(j(({theme:o})=>{var t,e,i,r,l,d,n,u,c,S,a,f,v,p;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(r=(t=o.transitions)==null?void 0:t.create)==null?void 0:r.call(t,"fill",{duration:(i=(e=(o.vars??o).transitions)==null?void 0:e.duration)==null?void 0:i.shorter}),variants:[{props:s=>!s.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((d=(l=o.typography)==null?void 0:l.pxToRem)==null?void 0:d.call(l,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((u=(n=o.typography)==null?void 0:n.pxToRem)==null?void 0:u.call(n,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((S=(c=o.typography)==null?void 0:c.pxToRem)==null?void 0:S.call(c,35))||"2.1875rem"}},...Object.entries((o.vars??o).palette).filter(([,s])=>s&&s.main).map(([s])=>{var m,g;return{props:{color:s},style:{color:(g=(m=(o.vars??o).palette)==null?void 0:m[s])==null?void 0:g.main}}}),{props:{color:"action"},style:{color:(f=(a=(o.vars??o).palette)==null?void 0:a.action)==null?void 0:f.active}},{props:{color:"disabled"},style:{color:(p=(v=(o.vars??o).palette)==null?void 0:v.action)==null?void 0:p.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),x=y.forwardRef(function(t,e){const i=R({props:t,name:"MuiSvgIcon"}),{children:r,className:l,color:d="inherit",component:n="svg",fontSize:u="medium",htmlColor:c,inheritViewBox:S=!1,titleAccess:a,viewBox:f="0 0 24 24",...v}=i,p=y.isValidElement(r)&&r.type==="svg",s={...i,color:d,component:n,fontSize:u,instanceFontSize:t.fontSize,inheritViewBox:S,viewBox:f,hasSvgAsChild:p},m={};S||(m.viewBox=f);const g=N(s);return h.jsxs($,{as:n,className:_(g.root,l),focusable:"false",color:c,"aria-hidden":a?void 0:!0,role:a?"img":void 0,ref:e,...m,...v,...p&&r.props,ownerState:s,children:[p?r.props.children:r,a?h.jsx("title",{children:a}):null]})});x.muiName="SvgIcon";function k(o,t){function e(i,r){return h.jsx(x,{"data-testid":`${t}Icon`,ref:r,...i,children:o})}return e.muiName=x.muiName,y.memo(y.forwardRef(e))}export{x as S,k as c,M as g,E as s};
1
+ import{C as y}from"./ConfigCustomJavascriptSet__loadShare__react__loadShare__-CzzIM-HW.js";import{j as h}from"./jsx-runtime-o-xyxrOj.js";import{a as C,g as I,u as R,s as w,c as _,b,m as j}from"./DefaultPropsProvider-9qubdy-V.js";import{c as z}from"./createTheme-BwMO3rTt.js";function M(o){return I("MuiSvgIcon",o)}const E=C("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]),N=o=>{const{color:t,fontSize:e,classes:i}=o,r={root:["root",t!=="inherit"&&`color${z(t)}`,`fontSize${z(e)}`]};return b(r,M,i)},$=w("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(o,t)=>{const{ownerState:e}=o;return[t.root,e.color!=="inherit"&&t[`color${z(e.color)}`],t[`fontSize${z(e.fontSize)}`]]}})(j(({theme:o})=>{var t,e,i,r,l,d,n,u,c,S,a,f,v,p;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(r=(t=o.transitions)==null?void 0:t.create)==null?void 0:r.call(t,"fill",{duration:(i=(e=(o.vars??o).transitions)==null?void 0:e.duration)==null?void 0:i.shorter}),variants:[{props:s=>!s.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((d=(l=o.typography)==null?void 0:l.pxToRem)==null?void 0:d.call(l,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((u=(n=o.typography)==null?void 0:n.pxToRem)==null?void 0:u.call(n,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((S=(c=o.typography)==null?void 0:c.pxToRem)==null?void 0:S.call(c,35))||"2.1875rem"}},...Object.entries((o.vars??o).palette).filter(([,s])=>s&&s.main).map(([s])=>{var m,g;return{props:{color:s},style:{color:(g=(m=(o.vars??o).palette)==null?void 0:m[s])==null?void 0:g.main}}}),{props:{color:"action"},style:{color:(f=(a=(o.vars??o).palette)==null?void 0:a.action)==null?void 0:f.active}},{props:{color:"disabled"},style:{color:(p=(v=(o.vars??o).palette)==null?void 0:v.action)==null?void 0:p.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),x=y.forwardRef(function(t,e){const i=R({props:t,name:"MuiSvgIcon"}),{children:r,className:l,color:d="inherit",component:n="svg",fontSize:u="medium",htmlColor:c,inheritViewBox:S=!1,titleAccess:a,viewBox:f="0 0 24 24",...v}=i,p=y.isValidElement(r)&&r.type==="svg",s={...i,color:d,component:n,fontSize:u,instanceFontSize:t.fontSize,inheritViewBox:S,viewBox:f,hasSvgAsChild:p},m={};S||(m.viewBox=f);const g=N(s);return h.jsxs($,{as:n,className:_(g.root,l),focusable:"false",color:c,"aria-hidden":a?void 0:!0,role:a?"img":void 0,ref:e,...m,...v,...p&&r.props,ownerState:s,children:[p?r.props.children:r,a?h.jsx("title",{children:a}):null]})});x.muiName="SvgIcon";function k(o,t){function e(i,r){return h.jsx(x,{"data-testid":`${t}Icon`,ref:r,...i,children:o})}return e.muiName=x.muiName,y.memo(y.forwardRef(e))}export{x as S,k as c,M as g,E as s};
@@ -1,2 +1,2 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["../customComponents.js","./ConfigCustomJavascriptSet__mf_v__runtimeInit__mf_v__-BaLGCXMi.js","./virtualExposes-BPncCdUy.js","./preload-helper-Dp1pzeXC.js"])))=>i.map(i=>d[i]);
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["../customComponents.js","./ConfigCustomJavascriptSet__mf_v__runtimeInit__mf_v__-BaLGCXMi.js","./virtualExposes-BMKIjWrE.js","./preload-helper-Dp1pzeXC.js"])))=>i.map(i=>d[i]);
2
2
  import{_ as i}from"./preload-helper-Dp1pzeXC.js";const r=i(()=>import("../customComponents.js"),__vite__mapDeps([0,1,2,3]),import.meta.url);Promise.resolve(r).then(e=>Promise.resolve(e.__tla).then(e.init).catch(e.init));