@m4l/styles 0.0.29 → 0.0.31

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 (40) hide show
  1. package/index.js +9 -9
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.b3a908dd.js → defaultThemeOptions.85da8657.js} +5 -5
  4. package/theme/index.4dffae0a.js +7 -0
  5. package/theme/index.d.ts +1 -0
  6. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +5 -0
  7. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +5989 -12461
  8. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +114 -907
  9. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +31 -28
  10. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +2 -0
  11. package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +19 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LMFLoader.d.ts +14 -0
  13. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +6 -38
  14. package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +1 -0
  15. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1000 -0
  16. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +1 -4
  17. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +0 -6
  18. package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +884 -0
  19. package/theme/overrides/M4LExtendedComponents/{index.c76da8b1.js → index.1cd7b9f2.js} +512 -329
  20. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +18 -1
  21. package/theme/overrides/M4LRHFComponents/{index.d3125fd8.js → index.2dbe138a.js} +24 -7
  22. package/theme/overrides/MUIComponents/Accordion.d.ts +34 -17
  23. package/theme/overrides/MUIComponents/ControlLabel.d.ts +34 -17
  24. package/theme/overrides/MUIComponents/Input.d.ts +68 -34
  25. package/theme/overrides/MUIComponents/LoadingButton.d.ts +34 -17
  26. package/theme/overrides/MUIComponents/Table.d.ts +136 -68
  27. package/theme/overrides/MUIComponents/Tabs.d.ts +34 -17
  28. package/theme/overrides/index.a465322b.js +104 -0
  29. package/theme/{palette.18138191.js → palette.76ca123c.js} +25 -24
  30. package/theme/palette.d.ts +2 -2
  31. package/theme/{shadows.6e84fd80.js → shadows.1c46a94e.js} +1 -1
  32. package/theme/{typography.05534ee9.js → typography.89adddae.js} +4 -4
  33. package/theme/typography.d.ts +1 -0
  34. package/utils/{getColorPresets.60a0f2ca.js → getColorPresets.5bb0236e.js} +1 -1
  35. package/utils/{getColorState.e6b609a7.js → getColorState.42ed5268.js} +6 -6
  36. package/theme/index.30213ab6.js +0 -7
  37. package/theme/overrides/M4LExtendedComponents/M4LToolkitDivider.d.ts +0 -18
  38. package/theme/overrides/M4LExtendedComponents/M4LToolkitPage.d.ts +0 -16
  39. package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +0 -24
  40. package/theme/overrides/index.04787df9.js +0 -103
@@ -92,7 +92,8 @@ const i = (o) => ({
92
92
  width: "100%",
93
93
  height: "100%",
94
94
  borderRadius: "2px",
95
- border: "unset",
95
+ border: "1px solid",
96
+ borderColor: o.palette.background.neutral,
96
97
  "&::placeholder": {
97
98
  color: o.palette.text.secondary
98
99
  }
@@ -1062,7 +1063,7 @@ const i = (o) => ({
1062
1063
  }
1063
1064
  }
1064
1065
  }
1065
- }), L = (o) => ({
1066
+ }), y = (o) => ({
1066
1067
  M4LSideBar: {
1067
1068
  styleOverrides: {
1068
1069
  "&.M4LSideBar-root": {
@@ -1129,10 +1130,7 @@ const i = (o) => ({
1129
1130
  },
1130
1131
  "& .M4LImage-root": {
1131
1132
  position: "relative",
1132
- background: o.palette.background.default,
1133
- boxShadow: o.customShadows.z3,
1134
1133
  padding: "6px",
1135
- borderRadius: "6px",
1136
1134
  minWidth: "50px !important",
1137
1135
  minHeight: "50px !important"
1138
1136
  }
@@ -1718,7 +1716,7 @@ const i = (o) => ({
1718
1716
  }
1719
1717
  }
1720
1718
  }
1721
- }), y = (o) => ({
1719
+ }), L = (o) => ({
1722
1720
  M4LAreasAdmin: {
1723
1721
  styleOverrides: {
1724
1722
  "&.M4LAreasAdmin-root": {
@@ -1834,6 +1832,7 @@ const i = (o) => ({
1834
1832
  display: "flex",
1835
1833
  flexDirection: "row",
1836
1834
  width: "fit-content",
1835
+ height: "100%",
1837
1836
  justifyContent: "space-between",
1838
1837
  [o.breakpoints.down("sm")]: {
1839
1838
  width: "100%",
@@ -1871,172 +1870,136 @@ const i = (o) => ({
1871
1870
  maxWidth: "100%",
1872
1871
  [o.breakpoints.down("sm")]: {
1873
1872
  width: "100%"
1874
- },
1875
- "& .simplebar-height-auto-observer-wrapper": {
1876
- width: "fit-content",
1877
- maxWidth: "100%",
1878
- overflow: "auto"
1879
- },
1880
- "& .simplebar-mask": {
1881
- "& .simplebar-offset": {
1882
- "& .simplebar-content-wrapper": {
1883
- width: "fit-content",
1884
- maxWidth: "100%",
1885
- overflow: "auto",
1886
- "& .simplebar-content": {
1887
- width: "fit-content",
1888
- overflow: "auto"
1889
- }
1890
- }
1891
- }
1892
- },
1893
- "& .simplebar-content-wrapper": {
1894
- width: "fit-content",
1895
- "& .M4LAreasAdmin-areaChipRoot ": {
1896
- margin: "0px",
1897
- borderRadius: "4px",
1898
- overflow: "hidden",
1873
+ }
1874
+ },
1875
+ "& .simplebar-height-auto-observer-wrapper": {
1876
+ width: "fit-content",
1877
+ maxWidth: "100%",
1878
+ overflow: "auto"
1879
+ },
1880
+ "& .simplebar-mask": {
1881
+ "& .simplebar-offset": {
1882
+ "& .simplebar-content-wrapper": {
1899
1883
  width: "fit-content",
1900
- cursor: "pointer",
1901
- [o.breakpoints.down("sm")]: {
1902
- background: "none",
1903
- border: "none",
1904
- boxShadow: "none",
1905
- width: "100%"
1906
- },
1907
- "& .M4LAreasAdmin-areaChipEditButton": {
1908
- transition: "all ease 0.3s",
1909
- opacity: "0"
1910
- },
1911
- "&:hover .M4LAreasAdmin-areaChipEditButton": {
1912
- transition: "all ease 0.3s",
1913
- opacity: "1"
1884
+ maxWidth: "100%",
1885
+ overflow: "auto",
1886
+ "& .simplebar-content": {
1887
+ width: "fit-content",
1888
+ overflow: "auto"
1914
1889
  }
1915
1890
  }
1916
- },
1917
- "& .M4LAreasAdmin-areaChipMobileRoot": {
1918
- display: "flex",
1919
- overflow: "hidden",
1920
- width: "100%",
1921
- backgroundColor: o.palette.state.default,
1922
- boxShadow: o.customShadows.z2,
1923
- borderTop: "1.5px solid",
1924
- borderColor: o.palette.state.borderTop,
1891
+ }
1892
+ },
1893
+ "& .simplebar-content-wrapper": {
1894
+ width: "fit-content",
1895
+ "& .M4LAreasAdmin-areaChipRoot ": {
1896
+ margin: "0px",
1925
1897
  borderRadius: "4px",
1926
- [o.breakpoints.down("sm")]: {
1927
- backgroundColor: o.palette.background.default,
1928
- boxShadow: o.customShadows.z1,
1929
- width: "100%"
1930
- },
1931
- "&:hover": {
1932
- background: o.palette.state.active12
1933
- },
1934
- "& .M4LAreasAdmin-areaChipRoot ": {
1935
- margin: "0px",
1936
- borderRadius: "4px 0px 0px 4px",
1937
- overflow: "hidden",
1938
- width: "100%",
1939
- position: "relative",
1940
- [o.breakpoints.down("sm")]: {
1941
- background: "none",
1942
- border: "none",
1943
- boxShadow: "none"
1944
- }
1945
- },
1946
- "& .M4LAreasAdmin-selected .": {
1947
- [o.breakpoints.down("sm")]: {
1948
- background: "none"
1949
- }
1950
- }
1951
- },
1952
- "& .M4LAreasAdmin-areaChipMobileIconContainer": {
1953
- display: "flex",
1898
+ overflow: "hidden",
1954
1899
  width: "fit-content",
1955
- borderRadius: "0px 0px 0px 0px",
1956
- boxShadow: o.customShadows.z2,
1957
- ...o.typography.body,
1958
- color: o.palette.text.primary,
1900
+ cursor: "pointer",
1959
1901
  [o.breakpoints.down("sm")]: {
1902
+ background: "none",
1903
+ border: "none",
1960
1904
  boxShadow: "none",
1961
1905
  width: "100%"
1962
1906
  },
1963
- "& .M4LIconButton-root": {
1964
- background: "transparent",
1965
- backgroundColor: "transparent",
1966
- "& .M4LIcon-icon": {}
1907
+ "& .M4LAreasAdmin-areaChipEditButton": {
1908
+ transition: "all ease 0.3s",
1909
+ opacity: "0"
1910
+ },
1911
+ "&:hover .M4LAreasAdmin-areaChipEditButton": {
1912
+ transition: "all ease 0.3s",
1913
+ opacity: "1"
1967
1914
  }
1915
+ }
1916
+ },
1917
+ "& .M4LAreasAdmin-areaChipMobileRoot": {
1918
+ display: "flex",
1919
+ overflow: "hidden",
1920
+ width: "100%",
1921
+ backgroundColor: o.palette.state.default,
1922
+ boxShadow: o.customShadows.z2,
1923
+ borderTop: "1.5px solid",
1924
+ borderColor: o.palette.state.borderTop,
1925
+ borderRadius: "4px",
1926
+ [o.breakpoints.down("sm")]: {
1927
+ backgroundColor: o.palette.background.default,
1928
+ boxShadow: o.customShadows.z1,
1929
+ width: "100%"
1968
1930
  },
1969
- "& .MuiBox-root": {
1970
- display: "flex",
1971
- alignItems: "center",
1972
- height: "100%"
1973
- },
1974
- "& .simplebar-content": {
1975
- display: "flex",
1976
- alignItems: "center"
1931
+ "&:hover": {
1932
+ background: o.palette.state.active12
1977
1933
  },
1978
1934
  "& .M4LAreasAdmin-areaChipRoot ": {
1979
- display: "flex",
1980
- background: o.palette.background.default,
1981
- borderRadius: "4px 4px 4px 4px",
1982
- marginRight: "8px",
1983
- minHeight: "26px",
1984
- width: "fit-content",
1985
- gap: "8px",
1986
- paddingLeft: "8px",
1987
- alignItems: "center",
1935
+ margin: "0px",
1936
+ borderRadius: "4px 0px 0px 4px",
1937
+ overflow: "hidden",
1938
+ width: "100%",
1939
+ position: "relative",
1988
1940
  [o.breakpoints.down("sm")]: {
1989
1941
  background: "none",
1990
1942
  border: "none",
1991
- borderColor: "none",
1992
1943
  boxShadow: "none"
1993
- },
1994
- "& .M4LAreasAdmin-areaContainerChipEditButton": {
1995
- display: "flex",
1996
- width: "fit-content"
1997
- },
1944
+ }
1945
+ },
1946
+ "& .M4LAreasAdmin-selected .": {
1998
1947
  [o.breakpoints.down("sm")]: {
1999
- height: "auto"
2000
- },
2001
- "&.M4LAreasAdmin-selected": {
2002
- background: o.palette.state.active,
2003
- ...o.typography.body,
2004
- color: o.palette.text.primary,
2005
- height: "22px",
2006
- [o.breakpoints.down("sm")]: {
2007
- height: "auto",
2008
- background: "none"
2009
- },
2010
- "& .M4LAreasAdmin-areaChipTitle": {
2011
- backgroundColor: "transparent",
2012
- border: "none",
2013
- textWrap: "nowrap",
2014
- width: "auto",
2015
- display: "flex",
2016
- alignItems: "center",
2017
- color: o.palette.patronus?.marbleLight[10],
2018
- ...o.typography.action,
2019
- [o.breakpoints.down("sm")]: {
2020
- display: "inline",
2021
- fontSize: "14px",
2022
- textOverflow: "ellipsis",
2023
- overflow: "hidden",
2024
- whiteSpace: "nowrap",
2025
- flex: "1",
2026
- color: o.palette.text.primary
2027
- }
2028
- },
2029
- "& .M4LIconButton-root": {
2030
- [o.breakpoints.down("sm")]: {
2031
- color: o.palette.text.primary
2032
- },
2033
- "& .M4LIcon-icon": {
2034
- backgroundColor: `${o.palette.patronus?.marbleLight[10]}`,
2035
- [o.breakpoints.down("sm")]: {
2036
- color: o.palette.text.primary
2037
- }
2038
- }
2039
- }
1948
+ background: "none"
1949
+ }
1950
+ }
1951
+ },
1952
+ "& .M4LAreasAdmin-areaChipMobileIconContainer": {
1953
+ display: "flex",
1954
+ width: "fit-content",
1955
+ borderLeft: "1px solid",
1956
+ borderColor: o.palette.divider,
1957
+ borderRadius: "0px 0px 0px 0px",
1958
+ boxShadow: o.customShadows.z2,
1959
+ ...o.typography.body,
1960
+ color: o.palette.text.primary,
1961
+ [o.breakpoints.down("sm")]: {
1962
+ boxShadow: "none"
1963
+ },
1964
+ "& .M4LIconButton-root": {
1965
+ background: "transparent",
1966
+ backgroundColor: "transparent",
1967
+ "& .M4LIcon-icon": {}
1968
+ }
1969
+ },
1970
+ "& .MuiBox-root": {
1971
+ display: "flex",
1972
+ alignItems: "center",
1973
+ height: "100%"
1974
+ },
1975
+ "& .simplebar-content": {
1976
+ display: "flex",
1977
+ alignItems: "center"
1978
+ },
1979
+ "& .M4LAreasAdmin-areaChipRoot ": {
1980
+ display: "flex",
1981
+ background: o.palette.background.default,
1982
+ borderRadius: "4px 4px 4px 4px",
1983
+ marginRight: "8px",
1984
+ minHeight: "26px",
1985
+ width: "fit-content",
1986
+ gap: "8px",
1987
+ paddingLeft: "8px",
1988
+ alignItems: "center",
1989
+ [o.breakpoints.down("sm")]: {
1990
+ background: "none",
1991
+ border: "none",
1992
+ borderColor: "none",
1993
+ boxShadow: "none"
1994
+ },
1995
+ "&.M4LAreasAdmin-selected": {
1996
+ background: o.palette.state.active,
1997
+ ...o.typography.body,
1998
+ color: o.palette.text.primary,
1999
+ height: "22px",
2000
+ [o.breakpoints.down("sm")]: {
2001
+ height: "auto",
2002
+ background: "none"
2040
2003
  },
2041
2004
  "& .M4LAreasAdmin-areaChipTitle": {
2042
2005
  backgroundColor: "transparent",
@@ -2045,24 +2008,58 @@ const i = (o) => ({
2045
2008
  width: "auto",
2046
2009
  display: "flex",
2047
2010
  alignItems: "center",
2048
- color: o.palette.text.secondary,
2049
- ...o.typography.body
2011
+ color: o.palette.patronus?.marbleLight[10],
2012
+ ...o.typography.action,
2013
+ [o.breakpoints.down("sm")]: {
2014
+ display: "inline",
2015
+ fontSize: "14px",
2016
+ textOverflow: "ellipsis",
2017
+ overflow: "hidden",
2018
+ whiteSpace: "nowrap",
2019
+ flex: "1",
2020
+ color: o.palette.text.primary
2021
+ }
2050
2022
  },
2051
2023
  "& .M4LIconButton-root": {
2052
- display: "flex",
2053
- justifyContent: "center",
2054
- width: "20px",
2055
- height: "20px",
2056
2024
  [o.breakpoints.down("sm")]: {
2057
2025
  color: o.palette.text.primary
2058
2026
  },
2059
- "&.M4LIconButton-variantPrimary": {
2060
- background: o.palette.state.active,
2027
+ "& .M4LIcon-icon": {
2028
+ backgroundColor: `${o.palette.patronus?.marbleLight[10]}`,
2061
2029
  [o.breakpoints.down("sm")]: {
2062
2030
  color: o.palette.text.primary
2063
2031
  }
2064
2032
  }
2065
2033
  }
2034
+ },
2035
+ "& .M4LAreasAdmin-areaChipTitle": {
2036
+ backgroundColor: "transparent",
2037
+ border: "none",
2038
+ textWrap: "nowrap",
2039
+ width: "auto",
2040
+ display: "flex",
2041
+ alignItems: "center",
2042
+ color: o.palette.text.secondary,
2043
+ ...o.typography.body
2044
+ },
2045
+ "& .M4LAreasAdmin-areaContainerChipEditButton": {
2046
+ display: "flex",
2047
+ width: "fit-content"
2048
+ },
2049
+ "& .M4LIconButton-root": {
2050
+ display: "flex",
2051
+ justifyContent: "center",
2052
+ width: "20px",
2053
+ height: "20px",
2054
+ [o.breakpoints.down("sm")]: {
2055
+ color: o.palette.text.primary
2056
+ },
2057
+ "&.M4LIconButton-variantPrimary": {
2058
+ background: o.palette.state.active,
2059
+ [o.breakpoints.down("sm")]: {
2060
+ color: o.palette.text.primary
2061
+ }
2062
+ }
2066
2063
  }
2067
2064
  }
2068
2065
  }
@@ -2129,12 +2126,20 @@ const i = (o) => ({
2129
2126
  }
2130
2127
  }
2131
2128
  }
2132
- }), w = (o) => ({
2129
+ }), f = (o) => ({
2133
2130
  M4LAreasViewer: {
2134
2131
  styleOverrides: {
2135
2132
  "&.M4LAreasViewer-root": {
2136
2133
  test: "root",
2137
2134
  background: o.palette.background.background,
2135
+ "& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-40 .M4LAreasViewer-windowHeader": {
2136
+ minHeight: "36px",
2137
+ height: "36px"
2138
+ },
2139
+ "& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-48 .M4LAreasViewer-windowHeader": {
2140
+ minHeight: "44px",
2141
+ height: "44px"
2142
+ },
2138
2143
  "& .M4LAreasViewer-areaGridLayout": {
2139
2144
  "& .M4LAreasViewer-resizeHandle": {
2140
2145
  test: "test",
@@ -2146,7 +2151,7 @@ const i = (o) => ({
2146
2151
  "& .M4LAreasViewer-windowRoot": {
2147
2152
  background: o.palette.background.background,
2148
2153
  border: "2px solid",
2149
- borderColor: o.palette.state.overdefoult,
2154
+ borderColor: o.palette.state.scrollBar,
2150
2155
  boxShadow: "unset",
2151
2156
  borderRadius: "4px",
2152
2157
  display: "flex",
@@ -2172,15 +2177,13 @@ const i = (o) => ({
2172
2177
  "& .M4LAreasViewer-windowHeader": {
2173
2178
  display: "flex",
2174
2179
  flexDirection: "column",
2175
- background: o.palette.background.neutral,
2180
+ background: o.palette.background.default,
2176
2181
  padding: "4px 4px 4px 8px",
2177
- height: "36px",
2178
- minHeight: "36px",
2179
2182
  border: "none",
2180
2183
  boxShadow: o.customShadows.z1,
2184
+ height: "36px",
2181
2185
  [o.breakpoints.down("sm")]: {
2182
- height: "44px",
2183
- minHeight: "44px"
2186
+ height: "44px"
2184
2187
  },
2185
2188
  "& .M4LAreasViewer-windowHeaderContent": {
2186
2189
  display: "flex",
@@ -2333,7 +2336,7 @@ const i = (o) => ({
2333
2336
  },
2334
2337
  "& .M4LAreasViewer-windowContent": {
2335
2338
  padding: "4px",
2336
- background: o.palette.background.background,
2339
+ background: o.palette.background.neutral,
2337
2340
  display: "flex",
2338
2341
  flexDirection: "column",
2339
2342
  alignItems: "center",
@@ -2344,6 +2347,22 @@ const i = (o) => ({
2344
2347
  [o.breakpoints.up("sm")]: {
2345
2348
  padding: "4px"
2346
2349
  },
2350
+ "& .M4LAreasViewer-containerComponent": {
2351
+ display: "flex",
2352
+ width: "100%",
2353
+ height: "100%",
2354
+ overflow: "auto"
2355
+ },
2356
+ "& .M4LAreasViewer-loaderContainer": {
2357
+ width: "100%",
2358
+ height: "100%",
2359
+ overflow: "auto",
2360
+ display: "flex"
2361
+ },
2362
+ "& .M4LPrintingSystem-root": {
2363
+ position: "relative",
2364
+ margin: "auto"
2365
+ },
2347
2366
  "& .M4LAreasViewer-containerLinearProgress": {
2348
2367
  width: "100%",
2349
2368
  height: "100%",
@@ -2371,7 +2390,6 @@ const i = (o) => ({
2371
2390
  justifyContent: "end",
2372
2391
  overflow: "hidden",
2373
2392
  cursor: "move",
2374
- height: "36px",
2375
2393
  "& .M4LTypography-root .MuiTypography-root": {
2376
2394
  ...o.typography.paragraphDens
2377
2395
  },
@@ -2544,60 +2562,6 @@ const i = (o) => ({
2544
2562
  }
2545
2563
  }
2546
2564
  }
2547
- },
2548
- "& .M4LAreasViewer-areasLoadingErrorRoot": {
2549
- display: "flex",
2550
- flexDirection: "column",
2551
- justifyContent: "center",
2552
- alignItems: "center",
2553
- position: "relative",
2554
- inset: "0",
2555
- overflow: "hidden",
2556
- width: "100%",
2557
- height: "100%",
2558
- "& .M4LAreasViewer-areasLoadingError": {
2559
- display: "flex",
2560
- padding: "12px",
2561
- flexDirection: "column",
2562
- justifyContent: "center",
2563
- alignItems: "center",
2564
- gap: "12px",
2565
- position: "absolute",
2566
- inset: "0",
2567
- "& .M4LIcon-root": {
2568
- display: "flex",
2569
- padding: "12px",
2570
- marginBottom: "4px",
2571
- " .M4LIcon-icon": {
2572
- width: "100px",
2573
- height: "100px",
2574
- backgroundColor: o.palette.state.skeleton.default
2575
- }
2576
- },
2577
- "& .M4LAreasViewer-areasLoadingErrorTitle": {
2578
- ...o.typography.h3,
2579
- color: o.palette.text.primary,
2580
- [o.breakpoints.down("sm")]: {
2581
- ...o.typography.h5
2582
- }
2583
- },
2584
- "& .M4LAreasViewer-areasLoadingErrorDescription": {
2585
- ...o.typography.subtitle,
2586
- color: o.palette.text.secondary
2587
- },
2588
- "& .M4LAreasViewer-areasLoadingErrorDivider": {
2589
- width: "208px",
2590
- height: "1px",
2591
- background: o.palette.state.skeleton.default
2592
- },
2593
- "& .MuiTypography-paragraph": {
2594
- ...o.typography.body,
2595
- color: o.palette.text.primary
2596
- },
2597
- "& .MuiButtonBase-root": {
2598
- marginTop: "4px"
2599
- }
2600
- }
2601
2565
  }
2602
2566
  }
2603
2567
  }
@@ -2608,6 +2572,8 @@ const i = (o) => ({
2608
2572
  borderRadius: "4px",
2609
2573
  boxShadow: o.customShadows.z4,
2610
2574
  background: o.palette.background.background,
2575
+ border: "2px solid",
2576
+ borderColor: o.palette.divider,
2611
2577
  "& .M4LAreasViewer-windowContent": {
2612
2578
  borderRadius: "4px",
2613
2579
  boxShadow: o.customShadows.z4,
@@ -2745,7 +2711,7 @@ const i = (o) => ({
2745
2711
  }
2746
2712
  }
2747
2713
  }
2748
- }), f = (o) => ({
2714
+ }), w = (o) => ({
2749
2715
  M4LAppBar: {
2750
2716
  styleOverrides: {
2751
2717
  "&.M4LAppBar-root": {
@@ -2935,8 +2901,13 @@ const i = (o) => ({
2935
2901
  padding: "4px",
2936
2902
  margin: "12px 0 12px 0",
2937
2903
  display: "flex",
2938
- flexDirection: "row",
2904
+ flexDirection: "column",
2939
2905
  gap: "4px",
2906
+ "& .M4LAccountPopover-containerProgress": {
2907
+ display: "flex",
2908
+ justifyContent: "start",
2909
+ alignItems: "center"
2910
+ },
2940
2911
  "& .M4LAccountPopover-containerSetting": {
2941
2912
  display: "flex",
2942
2913
  flexDirection: "row",
@@ -3010,6 +2981,7 @@ const i = (o) => ({
3010
2981
  display: "flex",
3011
2982
  width: "100%",
3012
2983
  height: "100%",
2984
+ overflow: "auto",
3013
2985
  borderRadius: "6px"
3014
2986
  }
3015
2987
  }
@@ -3134,7 +3106,7 @@ const i = (o) => ({
3134
3106
  position: "relative",
3135
3107
  "& .layout-splitter:after": {
3136
3108
  content: '""',
3137
- height: "1px",
3109
+ height: "2px",
3138
3110
  left: "0",
3139
3111
  right: "0",
3140
3112
  position: "absolute",
@@ -3225,10 +3197,7 @@ const i = (o) => ({
3225
3197
  M4LPropertyValue: {
3226
3198
  styleOverrides: {
3227
3199
  "&.M4LPropertyValue-root": {
3228
- test: "root",
3229
- "&:hover": {
3230
- backgroundColor: o.palette.state?.default
3231
- }
3200
+ test: "root"
3232
3201
  }
3233
3202
  }
3234
3203
  }
@@ -3338,7 +3307,7 @@ const i = (o) => ({
3338
3307
  }
3339
3308
  }
3340
3309
  }
3341
- }), T = (o) => ({
3310
+ }), D = (o) => ({
3342
3311
  M4LRHFormProvider: {
3343
3312
  styleOverrides: {
3344
3313
  "&.M4LRHFormProvider-root": {
@@ -3352,7 +3321,7 @@ const i = (o) => ({
3352
3321
  }
3353
3322
  }
3354
3323
  }
3355
- }), D = (o) => ({
3324
+ }), T = (o) => ({
3356
3325
  M4LPeriod: {
3357
3326
  styleOverrides: {
3358
3327
  "&.M4LPeriod-root": {
@@ -3570,6 +3539,7 @@ const i = (o) => ({
3570
3539
  width: "100%",
3571
3540
  padding: "24px 12px 0px 12px",
3572
3541
  background: o.palette.background.neutral,
3542
+ overflow: "auto",
3573
3543
  "& .M4LModal-modalContent": {
3574
3544
  display: "flex",
3575
3545
  flexDirection: "column",
@@ -3623,26 +3593,16 @@ const i = (o) => ({
3623
3593
  width: "100%",
3624
3594
  height: "100%",
3625
3595
  display: "flex",
3626
- flexDirection: "column"
3627
- }
3628
- },
3629
- "& .react-resizable": {
3630
- display: "flex",
3631
- flexDirection: "column",
3632
- justifyContent: "center",
3633
- alignItems: "center",
3634
- "& .M4LIcon-root": {
3635
- "& .M4LIcon-icon": {
3636
- background: o.palette.text.secondary,
3637
- boxShadow: o.customShadows.z1
3638
- }
3596
+ flexDirection: "column",
3597
+ flex: "1",
3598
+ overflow: "hidden"
3639
3599
  }
3640
3600
  }
3641
3601
  }
3642
3602
  }
3643
3603
  }
3644
3604
  }
3645
- }), z = (o) => ({
3605
+ }), F = (o) => ({
3646
3606
  M4LPaperForm: {
3647
3607
  styleOverrides: {
3648
3608
  "&.M4LPaperForm-root": {
@@ -3686,7 +3646,7 @@ const i = (o) => ({
3686
3646
  }
3687
3647
  }
3688
3648
  }
3689
- }), F = (o) => ({
3649
+ }), z = (o) => ({
3690
3650
  M4LTooltip: {
3691
3651
  styleOverrides: {
3692
3652
  "&.M4LTooltip-root": {
@@ -3711,7 +3671,7 @@ const i = (o) => ({
3711
3671
  }
3712
3672
  }
3713
3673
  }
3714
- }), O = (o) => ({
3674
+ }), V = (o) => ({
3715
3675
  M4LBadge: {
3716
3676
  styleOverrides: {
3717
3677
  "&.M4LBadge-root": {
@@ -3737,20 +3697,21 @@ const i = (o) => ({
3737
3697
  }
3738
3698
  }
3739
3699
  }
3740
- }), V = (o) => ({
3700
+ }), O = (o) => ({
3741
3701
  M4LDataGrid: {
3742
3702
  styleOverrides: {
3743
3703
  "&.M4LDataGrid-root": {
3744
3704
  background: o.palette.background.default,
3745
3705
  boxShadow: "unset",
3746
3706
  borderRadius: "4px",
3707
+ border: "1px solid",
3708
+ borderColor: o.palette.divider,
3747
3709
  display: "flex",
3748
3710
  position: "relative",
3749
3711
  flexDirection: "column",
3750
3712
  gap: "4px",
3751
3713
  height: "100%",
3752
3714
  borderTop: "1.5",
3753
- borderColor: o.palette.state.borderTop,
3754
3715
  width: "100%",
3755
3716
  "& .M4LDataGrid-actions": {
3756
3717
  ...o.typography.body,
@@ -3825,6 +3786,8 @@ const i = (o) => ({
3825
3786
  "& .rdg ": {
3826
3787
  border: "none",
3827
3788
  background: o.palette.background.default,
3789
+ borderTop: "1px solid",
3790
+ borderColor: o.palette.divider,
3828
3791
  gridColumnGap: "0px",
3829
3792
  gridRowGap: "0px",
3830
3793
  userSelect: "initial",
@@ -3832,7 +3795,6 @@ const i = (o) => ({
3832
3795
  contentVisibility: "unset",
3833
3796
  overflow: "auto",
3834
3797
  padding: "0px",
3835
- borderColor: "none",
3836
3798
  "--rdg-grid-inline-size": "0px",
3837
3799
  "--rdg-header-background-color": o.palette.background.background,
3838
3800
  "--rdg-row-selected-background-color": "#D9E9FC",
@@ -3917,7 +3879,7 @@ const i = (o) => ({
3917
3879
  color: o.palette.text.primary
3918
3880
  },
3919
3881
  "& .rdg-cell.rdg-cell-align-left": {
3920
- textAlign: "center",
3882
+ textAlign: "start",
3921
3883
  display: "inline",
3922
3884
  justifyContent: "center",
3923
3885
  alignItems: "center"
@@ -3957,10 +3919,17 @@ const i = (o) => ({
3957
3919
  },
3958
3920
  boxShadow: "var(--rdg-frozen-cell-box-shadow)"
3959
3921
  },
3960
- "& .rdg-sort-arrow": {
3961
- width: o.spacing(1),
3962
- margin: `0 ${o.spacing(0.5)}`
3963
- }
3922
+ "& .rdg-header-sort-cell": {
3923
+ "& .rdg-header-sort-name + span": {
3924
+ position: "absolute",
3925
+ margin: "auto",
3926
+ right: "5px",
3927
+ "& .rdg-sort-arrow": {
3928
+ width: "8px"
3929
+ }
3930
+ }
3931
+ },
3932
+ "& .rdg-sort-arrow": {}
3964
3933
  },
3965
3934
  "& .rdg-header-row :last-child.rdg-cell": {
3966
3935
  borderTopRightRadius: "0",
@@ -3977,12 +3946,6 @@ const i = (o) => ({
3977
3946
  flexGrow: "1",
3978
3947
  alignItems: "center",
3979
3948
  color: o.palette.text.primary
3980
- },
3981
- '& [aria-columnsort="ASC"]': {
3982
- borderTop: `2px solid ${o.palette.primary.main}`
3983
- },
3984
- '& [aria-columnsort="DESC"]': {
3985
- borderBottom: `2px solid ${o.palette.primary.main}`
3986
3949
  }
3987
3950
  }
3988
3951
  },
@@ -4202,7 +4165,7 @@ const i = (o) => ({
4202
4165
  }
4203
4166
  }
4204
4167
  }
4205
- }), $ = (o) => ({
4168
+ }), N = (o) => ({
4206
4169
  M4LScrollBar: {
4207
4170
  styleOverrides: {
4208
4171
  "&.M4LScrollBar-root": {
@@ -4234,7 +4197,7 @@ const i = (o) => ({
4234
4197
  }
4235
4198
  }
4236
4199
  }
4237
- }), _ = (o) => ({
4200
+ }), $ = (o) => ({
4238
4201
  M4LGridLayout: {
4239
4202
  styleOverrides: {
4240
4203
  "&.M4LGridLayout-root": {
@@ -4242,126 +4205,346 @@ const i = (o) => ({
4242
4205
  }
4243
4206
  }
4244
4207
  }
4245
- }), N = (o) => ({
4246
- M4LToolkitPage: {
4208
+ }), _ = (o) => ({
4209
+ M4LTabContent: {
4247
4210
  styleOverrides: {
4248
- "&.M4LToolkitPage-root": {
4211
+ "&.M4LTabContent-root": {
4212
+ padding: "4px",
4249
4213
  display: "flex",
4214
+ overflow: "hidden",
4215
+ height: "100%",
4250
4216
  flexDirection: "column",
4251
- overflow: "auto",
4252
- border: "1px solid",
4253
- width: "2550px",
4254
- height: "3300px",
4255
- padding: "300px"
4217
+ gap: "4px",
4218
+ background: o.palette.background.default,
4219
+ borderRadius: "0 0 4px 4px",
4220
+ position: "relative"
4256
4221
  }
4257
4222
  }
4258
4223
  }
4259
4224
  }), U = (o) => ({
4260
- M4LToolkitSection: {
4225
+ M4LMenuActions: {
4261
4226
  styleOverrides: {
4262
- "&.M4LToolkitSection-root": {
4263
- width: "100%",
4264
- height: "auto",
4265
- display: "flex",
4266
- border: "1px solid transparent",
4267
- padding: "10px",
4268
- gap: "10px",
4269
- "&.M4LToolkitSection-directionColumn": {
4270
- flexDirection: "column"
4271
- },
4272
- "&.M4LToolkitSection-directionRow": {
4273
- flexDirection: "row"
4274
- },
4275
- "&.M4LToolkitSection-borderBottom": {
4276
- borderBottomColor: o.palette.state.overdefoult
4227
+ "&.M4LMenuActions-root": {
4228
+ "& .M4LMenuActions-itemDelete": {
4229
+ color: o.palette.state.error.normal,
4230
+ "& .M4LIcon-root .M4LIcon-icon": {
4231
+ backgroundColor: o.palette.state.error.normal
4232
+ }
4277
4233
  }
4278
4234
  }
4279
4235
  }
4280
4236
  }
4281
4237
  }), X = (o) => ({
4282
- M4LToolkitDivider: {
4238
+ M4LPrintingSystem: {
4283
4239
  styleOverrides: {
4284
- "&.M4LToolkitDivider-root": {
4285
- backgroundColor: o.palette.state.overdefoult,
4286
- "&.M4LToolkitDivider-directionHorizontal": {
4287
- width: "100%",
4288
- height: "1px"
4240
+ "&.M4LPrintingSystem-root": {
4241
+ position: "absolute",
4242
+ backgroundColor: "#fff",
4243
+ display: "flex",
4244
+ flexDirection: "column",
4245
+ alignItems: "center",
4246
+ overflow: "visible",
4247
+ color: "#5C6A6C",
4248
+ top: 0,
4249
+ left: 0,
4250
+ right: 0,
4251
+ height: "auto",
4252
+ "& .M4LPrintingSystem-pageNodeRoot": {
4253
+ overflow: "hidden",
4254
+ display: "flex",
4255
+ flexDirection: "column",
4256
+ pageBreakBefore: "always",
4257
+ backgroundColor: "#fff"
4289
4258
  },
4290
- "&.M4LToolkitDivider-directionVertical": {
4291
- width: "1px",
4292
- height: "100%"
4259
+ "& .M4LPrintingSystem-sectionNodeRoot": {
4260
+ display: "flex",
4261
+ overflow: "hidden"
4262
+ },
4263
+ "& .M4LPrintingSystem-headerNodeRoot": {
4264
+ display: "flex",
4265
+ justifyContent: "space-between",
4266
+ overflow: "hidden"
4267
+ },
4268
+ "& .M4LPrintingSystem-footerNodeRoot": {
4269
+ display: "flex",
4270
+ justifyContent: "space-between",
4271
+ overflow: "hidden"
4272
+ },
4273
+ "& .M4LPrintingSystem-textBoxNodeRoot": {
4274
+ height: "auto",
4275
+ "&.M4LPrintingSystem-textBoxNodeVariant-h1": {
4276
+ ...o.typography.h1,
4277
+ fontSize: "18px!important"
4278
+ },
4279
+ "&.M4LPrintingSystem-textBoxNodeVariant-h3": {
4280
+ ...o.typography.subtitle
4281
+ },
4282
+ "&.M4LPrintingSystem-textBoxNodeVariant-body": {
4283
+ ...o.typography.body
4284
+ },
4285
+ "&.M4LPrintingSystem-textBoxNodeVariant-action": {
4286
+ ...o.typography.action
4287
+ }
4288
+ },
4289
+ "& .M4LPrintingSystem-bodyNodeRoot": {
4290
+ display: "flex",
4291
+ flex: "1"
4292
+ },
4293
+ "& .M4LPrintingSystem-paperNodeRoot": {
4294
+ display: "flex",
4295
+ flexDirection: "column",
4296
+ "& .M4LPrintingSystem-paperNodeContainerTitles": {
4297
+ display: "flex",
4298
+ padding: "4px",
4299
+ border: "2px",
4300
+ backgroundColor: "#F0F2F2",
4301
+ "& .M4LPrintingSystem-paperNodeTitle": {
4302
+ ...o.typography.subtitleDens,
4303
+ fontSize: "12px!important",
4304
+ color: "#364040"
4305
+ },
4306
+ "& .M4LPrintingSystem-paperNodeTitleSecondary": {
4307
+ ...o.typography.subtitleDens,
4308
+ fontSize: "12px!important",
4309
+ paddingLeft: "10px",
4310
+ marginLeft: "10px",
4311
+ borderLeft: "1px solid",
4312
+ borderColor: "#A7B4B9"
4313
+ }
4314
+ },
4315
+ "& .M4LPrintingSystem-paperNodeContent": {
4316
+ padding: "8px",
4317
+ display: "flex",
4318
+ flexDirection: "column",
4319
+ gap: "8px"
4320
+ }
4321
+ },
4322
+ "& .M4LPrintingSystem-propertyValueNodeRoot": {
4323
+ display: "flex",
4324
+ "&.M4LPrintingSystem-propertyValueNodeVertical": {
4325
+ flexDirection: "row",
4326
+ "& .M4LPrintingSystem-propertyValueNodeContent": {
4327
+ padding: "4px 0px 4px 8px"
4328
+ },
4329
+ "& .M4LPrintingSystem-propertyValueNodeTitle": {
4330
+ padding: "4px"
4331
+ }
4332
+ },
4333
+ "&.M4LPrintingSystem-propertyValueNodeHorizontal": {
4334
+ flexDirection: "column",
4335
+ "& .M4LPrintingSystem-propertyValueNodeContent": {
4336
+ padding: "4px 0",
4337
+ border: "unset"
4338
+ },
4339
+ "& .M4LPrintingSystem-propertyValueNodeTitle": {
4340
+ padding: "4px 0"
4341
+ }
4342
+ },
4343
+ "& .M4LPrintingSystem-propertyValueNodeTitle": {
4344
+ ...o.typography.body,
4345
+ color: "#323B3B",
4346
+ borderBottom: "1px solid",
4347
+ borderColor: "#323B3B"
4348
+ },
4349
+ "& .M4LPrintingSystem-propertyValueNodeContent": {
4350
+ ...o.typography.body,
4351
+ width: "100%",
4352
+ borderBottom: "1px solid",
4353
+ borderColor: "#E9EBEB"
4354
+ }
4355
+ },
4356
+ "& .M4LPrintingSystem-dividerNodeRoot": {
4357
+ backgroundColor: o.palette.state.borderDefault,
4358
+ "&.M4LPrintingSystem-dividerNodeVertical": {
4359
+ width: "1px",
4360
+ height: "100%"
4361
+ },
4362
+ "&.M4LPrintingSystem-dividerNodeHorizontal": {
4363
+ height: "1px",
4364
+ width: "100%"
4365
+ }
4366
+ },
4367
+ "& .M4LPrintingSystem-gridNodeRoot": {
4368
+ borderCollapse: "collapse",
4369
+ "& .M4LPrintingSystem-gridNodeTh": {
4370
+ display: "flex",
4371
+ alignItems: "center",
4372
+ padding: "2px 10px",
4373
+ height: "40px",
4374
+ borderRadius: "2px",
4375
+ backgroundColor: "#E1E9EA",
4376
+ flex: "1",
4377
+ ...o.typography.bodyDens,
4378
+ color: "#364040",
4379
+ "&:first-of-type": {
4380
+ borderTopLeftRadius: "10px"
4381
+ },
4382
+ "&:last-of-type": {
4383
+ borderTopRightRadius: "10px",
4384
+ flex: 1
4385
+ }
4386
+ },
4387
+ "& .M4LPrintingSystem-gridNodeTd": {
4388
+ display: "flex",
4389
+ alignItems: "center",
4390
+ padding: "2px 10px",
4391
+ minHeight: "30px",
4392
+ height: "auto",
4393
+ flex: "1",
4394
+ ...o.typography.body,
4395
+ color: "#364040"
4396
+ },
4397
+ "& .M4LPrintingSystem-gridNodeTr": {
4398
+ display: "flex",
4399
+ width: "100%",
4400
+ gap: "2px",
4401
+ "&:nth-of-type(odd) .M4LPrintingSystem-gridNodeTd": {
4402
+ backgroundColor: "#F0F4F4"
4403
+ },
4404
+ "&:nth-of-type(even) .M4LPrintingSystem-gridNodeTd": {
4405
+ backgroundColor: "#F7FCFC"
4406
+ }
4407
+ }
4408
+ },
4409
+ "& .M4LPrintingSystem-chartNodeRoot": {
4410
+ display: "flex",
4411
+ justifyContent: "center",
4412
+ maxHeight: "300px"
4293
4413
  }
4294
4414
  }
4295
4415
  }
4296
4416
  }
4297
4417
  }), Y = (o) => ({
4298
- M4LTabContent: {
4418
+ M4LFormatter: {
4299
4419
  styleOverrides: {
4300
- "&.M4LTabContent-root": {
4301
- padding: "4px",
4302
- display: "flex",
4303
- overflow: "hidden",
4304
- height: "100%",
4305
- flexDirection: "column",
4306
- gap: "4px",
4307
- background: o.palette.background.default,
4308
- borderRadius: "0 0 4px 4px",
4309
- position: "relative"
4420
+ "&.M4LFormatter-root": {
4421
+ "& .M4LFormatter-booleanFormatterIcon": {
4422
+ "& .M4LIcon-icon": {
4423
+ backgroundColor: o.palette.text.secondary
4424
+ },
4425
+ "&.M4LFormatter-booleanFormatterCheck": {
4426
+ "& .M4LIcon-icon": {
4427
+ backgroundColor: o.palette.state.active
4428
+ }
4429
+ }
4430
+ }
4310
4431
  }
4311
4432
  }
4312
4433
  }
4313
4434
  }), q = (o) => ({
4314
- M4LMenuActions: {
4435
+ M4LoadingError: {
4315
4436
  styleOverrides: {
4316
- "&.M4LMenuActions-root": {
4317
- "& .M4LMenuActions-itemDelete": {
4318
- color: o.palette.state.error.normal,
4319
- "& .M4LIcon-root .M4LIcon-icon": {
4320
- backgroundColor: o.palette.state.error.normal
4437
+ "&.M4LoadingError-root": {
4438
+ display: "flex",
4439
+ flexDirection: "column",
4440
+ justifyContent: "center",
4441
+ alignItems: "center",
4442
+ position: "relative",
4443
+ inset: "0",
4444
+ overflow: "hidden",
4445
+ width: "100%",
4446
+ height: "100%",
4447
+ "& .M4LoadingError-loadingError": {
4448
+ display: "flex",
4449
+ padding: "12px",
4450
+ flexDirection: "column",
4451
+ justifyContent: "center",
4452
+ alignItems: "center",
4453
+ gap: "12px",
4454
+ position: "absolute",
4455
+ inset: "0",
4456
+ "& .M4LIcon-root": {
4457
+ display: "flex",
4458
+ padding: "12px",
4459
+ marginBottom: "4px",
4460
+ " .M4LIcon-icon": {
4461
+ width: "100px",
4462
+ height: "100px",
4463
+ backgroundColor: o.palette.state.skeleton.default
4464
+ }
4465
+ },
4466
+ "& .M4LoadingError-titleDescription": {
4467
+ textAlign: "center"
4468
+ },
4469
+ "& .M4LoadingError-loadingErrorTitle": {
4470
+ ...o.typography.h3,
4471
+ color: o.palette.text.primary,
4472
+ [o.breakpoints.down("sm")]: {
4473
+ ...o.typography.h5
4474
+ }
4475
+ },
4476
+ "& .M4LoadingError-loadingErrorDescription": {
4477
+ ...o.typography.subtitle,
4478
+ color: o.palette.text.secondary
4479
+ },
4480
+ "& .M4LoadingError-loadingErrorDivider": {
4481
+ width: "208px",
4482
+ height: "1px",
4483
+ background: o.palette.state.skeleton.default
4484
+ },
4485
+ "& .MuiTypography-paragraph": {
4486
+ ...o.typography.body,
4487
+ color: o.palette.text.primary
4488
+ },
4489
+ "& .MuiButtonBase-root": {
4490
+ marginTop: "4px"
4321
4491
  }
4322
4492
  }
4323
4493
  }
4324
4494
  }
4325
4495
  }
4496
+ }), J = (o) => ({
4497
+ M4LMFLoader: {
4498
+ styleOverrides: {
4499
+ "&.M4LMFLoader-root": {
4500
+ width: "100%",
4501
+ height: "100%",
4502
+ display: "flex",
4503
+ justifyContent: "center",
4504
+ alignItems: "center"
4505
+ }
4506
+ }
4507
+ }
4326
4508
  });
4327
4509
  export {
4328
4510
  R as A,
4329
4511
  A as B,
4330
- D as C,
4512
+ T as C,
4331
4513
  P as D,
4332
- z as E,
4333
- F,
4514
+ F as E,
4515
+ z as F,
4334
4516
  H as G,
4335
4517
  W as H,
4336
4518
  j as I,
4337
4519
  G as J,
4338
4520
  E as K,
4339
- $ as L,
4521
+ N as L,
4340
4522
  b as M,
4341
- _ as N,
4342
- N as O,
4523
+ $ as N,
4524
+ _ as O,
4343
4525
  U as P,
4344
4526
  X as Q,
4345
4527
  Y as R,
4346
4528
  q as S,
4529
+ J as T,
4347
4530
  i as a,
4348
- T as b,
4531
+ D as b,
4349
4532
  n as c,
4350
4533
  p as d,
4351
4534
  d as e,
4352
4535
  l as f,
4353
4536
  M as g,
4354
4537
  s as h,
4355
- O as i,
4538
+ V as i,
4356
4539
  c as j,
4357
- V as k,
4540
+ O as k,
4358
4541
  u as l,
4359
4542
  g as m,
4360
4543
  x as n,
4361
- L as o,
4362
- f as p,
4363
- y as q,
4364
- w as r,
4544
+ y as o,
4545
+ w as p,
4546
+ L as q,
4547
+ f as r,
4365
4548
  h as s,
4366
4549
  v as t,
4367
4550
  k as u,