@m4l/styles 0.0.30 → 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.a8de2e18.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 +105 -901
  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 +2 -44
  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.e875a5e1.js → index.1cd7b9f2.js} +496 -323
  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.104051a7.js → palette.76ca123c.js} +10 -9
  30. package/theme/palette.d.ts +2 -2
  31. package/theme/{shadows.b036a684.js → shadows.1c46a94e.js} +1 -1
  32. package/theme/{typography.7591a12b.js → typography.89adddae.js} +4 -4
  33. package/theme/typography.d.ts +1 -0
  34. package/utils/{getColorPresets.2693301f.js → getColorPresets.5bb0236e.js} +1 -1
  35. package/utils/{getColorState.32c050bf.js → getColorState.42ed5268.js} +4 -4
  36. package/theme/index.b0919dac.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.cbe0dea7.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,7 +2126,7 @@ 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": {
@@ -2154,7 +2151,7 @@ const i = (o) => ({
2154
2151
  "& .M4LAreasViewer-windowRoot": {
2155
2152
  background: o.palette.background.background,
2156
2153
  border: "2px solid",
2157
- borderColor: o.palette.state.overdefoult,
2154
+ borderColor: o.palette.state.scrollBar,
2158
2155
  boxShadow: "unset",
2159
2156
  borderRadius: "4px",
2160
2157
  display: "flex",
@@ -2180,7 +2177,7 @@ const i = (o) => ({
2180
2177
  "& .M4LAreasViewer-windowHeader": {
2181
2178
  display: "flex",
2182
2179
  flexDirection: "column",
2183
- background: o.palette.background.neutral,
2180
+ background: o.palette.background.default,
2184
2181
  padding: "4px 4px 4px 8px",
2185
2182
  border: "none",
2186
2183
  boxShadow: o.customShadows.z1,
@@ -2339,7 +2336,7 @@ const i = (o) => ({
2339
2336
  },
2340
2337
  "& .M4LAreasViewer-windowContent": {
2341
2338
  padding: "4px",
2342
- background: o.palette.background.background,
2339
+ background: o.palette.background.neutral,
2343
2340
  display: "flex",
2344
2341
  flexDirection: "column",
2345
2342
  alignItems: "center",
@@ -2350,6 +2347,22 @@ const i = (o) => ({
2350
2347
  [o.breakpoints.up("sm")]: {
2351
2348
  padding: "4px"
2352
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
+ },
2353
2366
  "& .M4LAreasViewer-containerLinearProgress": {
2354
2367
  width: "100%",
2355
2368
  height: "100%",
@@ -2549,60 +2562,6 @@ const i = (o) => ({
2549
2562
  }
2550
2563
  }
2551
2564
  }
2552
- },
2553
- "& .M4LAreasViewer-areasLoadingErrorRoot": {
2554
- display: "flex",
2555
- flexDirection: "column",
2556
- justifyContent: "center",
2557
- alignItems: "center",
2558
- position: "relative",
2559
- inset: "0",
2560
- overflow: "hidden",
2561
- width: "100%",
2562
- height: "100%",
2563
- "& .M4LAreasViewer-areasLoadingError": {
2564
- display: "flex",
2565
- padding: "12px",
2566
- flexDirection: "column",
2567
- justifyContent: "center",
2568
- alignItems: "center",
2569
- gap: "12px",
2570
- position: "absolute",
2571
- inset: "0",
2572
- "& .M4LIcon-root": {
2573
- display: "flex",
2574
- padding: "12px",
2575
- marginBottom: "4px",
2576
- " .M4LIcon-icon": {
2577
- width: "100px",
2578
- height: "100px",
2579
- backgroundColor: o.palette.state.skeleton.default
2580
- }
2581
- },
2582
- "& .M4LAreasViewer-areasLoadingErrorTitle": {
2583
- ...o.typography.h3,
2584
- color: o.palette.text.primary,
2585
- [o.breakpoints.down("sm")]: {
2586
- ...o.typography.h5
2587
- }
2588
- },
2589
- "& .M4LAreasViewer-areasLoadingErrorDescription": {
2590
- ...o.typography.subtitle,
2591
- color: o.palette.text.secondary
2592
- },
2593
- "& .M4LAreasViewer-areasLoadingErrorDivider": {
2594
- width: "208px",
2595
- height: "1px",
2596
- background: o.palette.state.skeleton.default
2597
- },
2598
- "& .MuiTypography-paragraph": {
2599
- ...o.typography.body,
2600
- color: o.palette.text.primary
2601
- },
2602
- "& .MuiButtonBase-root": {
2603
- marginTop: "4px"
2604
- }
2605
- }
2606
2565
  }
2607
2566
  }
2608
2567
  }
@@ -2613,6 +2572,8 @@ const i = (o) => ({
2613
2572
  borderRadius: "4px",
2614
2573
  boxShadow: o.customShadows.z4,
2615
2574
  background: o.palette.background.background,
2575
+ border: "2px solid",
2576
+ borderColor: o.palette.divider,
2616
2577
  "& .M4LAreasViewer-windowContent": {
2617
2578
  borderRadius: "4px",
2618
2579
  boxShadow: o.customShadows.z4,
@@ -2750,7 +2711,7 @@ const i = (o) => ({
2750
2711
  }
2751
2712
  }
2752
2713
  }
2753
- }), f = (o) => ({
2714
+ }), w = (o) => ({
2754
2715
  M4LAppBar: {
2755
2716
  styleOverrides: {
2756
2717
  "&.M4LAppBar-root": {
@@ -2940,8 +2901,13 @@ const i = (o) => ({
2940
2901
  padding: "4px",
2941
2902
  margin: "12px 0 12px 0",
2942
2903
  display: "flex",
2943
- flexDirection: "row",
2904
+ flexDirection: "column",
2944
2905
  gap: "4px",
2906
+ "& .M4LAccountPopover-containerProgress": {
2907
+ display: "flex",
2908
+ justifyContent: "start",
2909
+ alignItems: "center"
2910
+ },
2945
2911
  "& .M4LAccountPopover-containerSetting": {
2946
2912
  display: "flex",
2947
2913
  flexDirection: "row",
@@ -3015,6 +2981,7 @@ const i = (o) => ({
3015
2981
  display: "flex",
3016
2982
  width: "100%",
3017
2983
  height: "100%",
2984
+ overflow: "auto",
3018
2985
  borderRadius: "6px"
3019
2986
  }
3020
2987
  }
@@ -3139,7 +3106,7 @@ const i = (o) => ({
3139
3106
  position: "relative",
3140
3107
  "& .layout-splitter:after": {
3141
3108
  content: '""',
3142
- height: "1px",
3109
+ height: "2px",
3143
3110
  left: "0",
3144
3111
  right: "0",
3145
3112
  position: "absolute",
@@ -3230,10 +3197,7 @@ const i = (o) => ({
3230
3197
  M4LPropertyValue: {
3231
3198
  styleOverrides: {
3232
3199
  "&.M4LPropertyValue-root": {
3233
- test: "root",
3234
- "&:hover": {
3235
- backgroundColor: o.palette.state?.default
3236
- }
3200
+ test: "root"
3237
3201
  }
3238
3202
  }
3239
3203
  }
@@ -3343,7 +3307,7 @@ const i = (o) => ({
3343
3307
  }
3344
3308
  }
3345
3309
  }
3346
- }), T = (o) => ({
3310
+ }), D = (o) => ({
3347
3311
  M4LRHFormProvider: {
3348
3312
  styleOverrides: {
3349
3313
  "&.M4LRHFormProvider-root": {
@@ -3357,7 +3321,7 @@ const i = (o) => ({
3357
3321
  }
3358
3322
  }
3359
3323
  }
3360
- }), D = (o) => ({
3324
+ }), T = (o) => ({
3361
3325
  M4LPeriod: {
3362
3326
  styleOverrides: {
3363
3327
  "&.M4LPeriod-root": {
@@ -3575,6 +3539,7 @@ const i = (o) => ({
3575
3539
  width: "100%",
3576
3540
  padding: "24px 12px 0px 12px",
3577
3541
  background: o.palette.background.neutral,
3542
+ overflow: "auto",
3578
3543
  "& .M4LModal-modalContent": {
3579
3544
  display: "flex",
3580
3545
  flexDirection: "column",
@@ -3630,29 +3595,14 @@ const i = (o) => ({
3630
3595
  display: "flex",
3631
3596
  flexDirection: "column",
3632
3597
  flex: "1",
3633
- overflow: "hidden",
3634
- [o.breakpoints.down("sm")]: {
3635
- padding: "0 8px 8px 8px"
3636
- }
3637
- }
3638
- },
3639
- "& .react-resizable": {
3640
- display: "flex",
3641
- flexDirection: "column",
3642
- justifyContent: "center",
3643
- alignItems: "center",
3644
- "& .M4LIcon-root": {
3645
- "& .M4LIcon-icon": {
3646
- background: o.palette.text.secondary,
3647
- boxShadow: o.customShadows.z1
3648
- }
3598
+ overflow: "hidden"
3649
3599
  }
3650
3600
  }
3651
3601
  }
3652
3602
  }
3653
3603
  }
3654
3604
  }
3655
- }), z = (o) => ({
3605
+ }), F = (o) => ({
3656
3606
  M4LPaperForm: {
3657
3607
  styleOverrides: {
3658
3608
  "&.M4LPaperForm-root": {
@@ -3696,7 +3646,7 @@ const i = (o) => ({
3696
3646
  }
3697
3647
  }
3698
3648
  }
3699
- }), F = (o) => ({
3649
+ }), z = (o) => ({
3700
3650
  M4LTooltip: {
3701
3651
  styleOverrides: {
3702
3652
  "&.M4LTooltip-root": {
@@ -3754,13 +3704,14 @@ const i = (o) => ({
3754
3704
  background: o.palette.background.default,
3755
3705
  boxShadow: "unset",
3756
3706
  borderRadius: "4px",
3707
+ border: "1px solid",
3708
+ borderColor: o.palette.divider,
3757
3709
  display: "flex",
3758
3710
  position: "relative",
3759
3711
  flexDirection: "column",
3760
3712
  gap: "4px",
3761
3713
  height: "100%",
3762
3714
  borderTop: "1.5",
3763
- borderColor: o.palette.state.borderTop,
3764
3715
  width: "100%",
3765
3716
  "& .M4LDataGrid-actions": {
3766
3717
  ...o.typography.body,
@@ -3835,6 +3786,8 @@ const i = (o) => ({
3835
3786
  "& .rdg ": {
3836
3787
  border: "none",
3837
3788
  background: o.palette.background.default,
3789
+ borderTop: "1px solid",
3790
+ borderColor: o.palette.divider,
3838
3791
  gridColumnGap: "0px",
3839
3792
  gridRowGap: "0px",
3840
3793
  userSelect: "initial",
@@ -3842,7 +3795,6 @@ const i = (o) => ({
3842
3795
  contentVisibility: "unset",
3843
3796
  overflow: "auto",
3844
3797
  padding: "0px",
3845
- borderColor: "none",
3846
3798
  "--rdg-grid-inline-size": "0px",
3847
3799
  "--rdg-header-background-color": o.palette.background.background,
3848
3800
  "--rdg-row-selected-background-color": "#D9E9FC",
@@ -3927,7 +3879,7 @@ const i = (o) => ({
3927
3879
  color: o.palette.text.primary
3928
3880
  },
3929
3881
  "& .rdg-cell.rdg-cell-align-left": {
3930
- textAlign: "center",
3882
+ textAlign: "start",
3931
3883
  display: "inline",
3932
3884
  justifyContent: "center",
3933
3885
  alignItems: "center"
@@ -3967,10 +3919,17 @@ const i = (o) => ({
3967
3919
  },
3968
3920
  boxShadow: "var(--rdg-frozen-cell-box-shadow)"
3969
3921
  },
3970
- "& .rdg-sort-arrow": {
3971
- width: o.spacing(1),
3972
- margin: `0 ${o.spacing(0.5)}`
3973
- }
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": {}
3974
3933
  },
3975
3934
  "& .rdg-header-row :last-child.rdg-cell": {
3976
3935
  borderTopRightRadius: "0",
@@ -3987,12 +3946,6 @@ const i = (o) => ({
3987
3946
  flexGrow: "1",
3988
3947
  alignItems: "center",
3989
3948
  color: o.palette.text.primary
3990
- },
3991
- '& [aria-columnsort="ASC"]': {
3992
- borderTop: `2px solid ${o.palette.primary.main}`
3993
- },
3994
- '& [aria-columnsort="DESC"]': {
3995
- borderBottom: `2px solid ${o.palette.primary.main}`
3996
3949
  }
3997
3950
  }
3998
3951
  },
@@ -4212,7 +4165,7 @@ const i = (o) => ({
4212
4165
  }
4213
4166
  }
4214
4167
  }
4215
- }), $ = (o) => ({
4168
+ }), N = (o) => ({
4216
4169
  M4LScrollBar: {
4217
4170
  styleOverrides: {
4218
4171
  "&.M4LScrollBar-root": {
@@ -4244,7 +4197,7 @@ const i = (o) => ({
4244
4197
  }
4245
4198
  }
4246
4199
  }
4247
- }), _ = (o) => ({
4200
+ }), $ = (o) => ({
4248
4201
  M4LGridLayout: {
4249
4202
  styleOverrides: {
4250
4203
  "&.M4LGridLayout-root": {
@@ -4252,110 +4205,330 @@ const i = (o) => ({
4252
4205
  }
4253
4206
  }
4254
4207
  }
4255
- }), N = (o) => ({
4256
- M4LToolkitPage: {
4208
+ }), _ = (o) => ({
4209
+ M4LTabContent: {
4257
4210
  styleOverrides: {
4258
- "&.M4LToolkitPage-root": {
4211
+ "&.M4LTabContent-root": {
4212
+ padding: "4px",
4259
4213
  display: "flex",
4214
+ overflow: "hidden",
4215
+ height: "100%",
4260
4216
  flexDirection: "column",
4261
- overflow: "auto",
4262
- border: "1px solid",
4263
- width: "2550px",
4264
- height: "3300px",
4265
- padding: "300px"
4217
+ gap: "4px",
4218
+ background: o.palette.background.default,
4219
+ borderRadius: "0 0 4px 4px",
4220
+ position: "relative"
4266
4221
  }
4267
4222
  }
4268
4223
  }
4269
4224
  }), U = (o) => ({
4270
- M4LToolkitSection: {
4225
+ M4LMenuActions: {
4271
4226
  styleOverrides: {
4272
- "&.M4LToolkitSection-root": {
4273
- width: "100%",
4274
- height: "auto",
4275
- display: "flex",
4276
- border: "1px solid transparent",
4277
- padding: "10px",
4278
- gap: "10px",
4279
- "&.M4LToolkitSection-directionColumn": {
4280
- flexDirection: "column"
4281
- },
4282
- "&.M4LToolkitSection-directionRow": {
4283
- flexDirection: "row"
4284
- },
4285
- "&.M4LToolkitSection-borderBottom": {
4286
- 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
+ }
4287
4233
  }
4288
4234
  }
4289
4235
  }
4290
4236
  }
4291
4237
  }), X = (o) => ({
4292
- M4LToolkitDivider: {
4238
+ M4LPrintingSystem: {
4293
4239
  styleOverrides: {
4294
- "&.M4LToolkitDivider-root": {
4295
- backgroundColor: o.palette.state.overdefoult,
4296
- "&.M4LToolkitDivider-directionHorizontal": {
4297
- width: "100%",
4298
- 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"
4299
4258
  },
4300
- "&.M4LToolkitDivider-directionVertical": {
4301
- width: "1px",
4302
- 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"
4303
4413
  }
4304
4414
  }
4305
4415
  }
4306
4416
  }
4307
4417
  }), Y = (o) => ({
4308
- M4LTabContent: {
4418
+ M4LFormatter: {
4309
4419
  styleOverrides: {
4310
- "&.M4LTabContent-root": {
4311
- padding: "4px",
4312
- display: "flex",
4313
- overflow: "hidden",
4314
- height: "100%",
4315
- flexDirection: "column",
4316
- gap: "4px",
4317
- background: o.palette.background.default,
4318
- borderRadius: "0 0 4px 4px",
4319
- 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
+ }
4320
4431
  }
4321
4432
  }
4322
4433
  }
4323
4434
  }), q = (o) => ({
4324
- M4LMenuActions: {
4435
+ M4LoadingError: {
4325
4436
  styleOverrides: {
4326
- "&.M4LMenuActions-root": {
4327
- "& .M4LMenuActions-itemDelete": {
4328
- color: o.palette.state.error.normal,
4329
- "& .M4LIcon-root .M4LIcon-icon": {
4330
- 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"
4331
4491
  }
4332
4492
  }
4333
4493
  }
4334
4494
  }
4335
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
+ }
4336
4508
  });
4337
4509
  export {
4338
4510
  R as A,
4339
4511
  A as B,
4340
- D as C,
4512
+ T as C,
4341
4513
  P as D,
4342
- z as E,
4343
- F,
4514
+ F as E,
4515
+ z as F,
4344
4516
  H as G,
4345
4517
  W as H,
4346
4518
  j as I,
4347
4519
  G as J,
4348
4520
  E as K,
4349
- $ as L,
4521
+ N as L,
4350
4522
  b as M,
4351
- _ as N,
4352
- N as O,
4523
+ $ as N,
4524
+ _ as O,
4353
4525
  U as P,
4354
4526
  X as Q,
4355
4527
  Y as R,
4356
4528
  q as S,
4529
+ J as T,
4357
4530
  i as a,
4358
- T as b,
4531
+ D as b,
4359
4532
  n as c,
4360
4533
  p as d,
4361
4534
  d as e,
@@ -4368,10 +4541,10 @@ export {
4368
4541
  u as l,
4369
4542
  g as m,
4370
4543
  x as n,
4371
- L as o,
4372
- f as p,
4373
- y as q,
4374
- w as r,
4544
+ y as o,
4545
+ w as p,
4546
+ L as q,
4547
+ f as r,
4375
4548
  h as s,
4376
4549
  v as t,
4377
4550
  k as u,