@m4l/styles 0.0.32 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +9 -9
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.b25c825e.js → defaultThemeOptions.66a289a7.js} +4 -4
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +245 -32
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +326 -1
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +85 -77
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +87 -17
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -1
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +12 -7
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +29 -3
- package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +5 -1
- package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +424 -10
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +90 -0
- package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +83 -36
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +12 -6
- package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +3 -0
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +65 -15
- package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +326 -0
- package/theme/overrides/M4LExtendedComponents/{index.15f2650a.js → index.e406c71f.js} +687 -253
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +0 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +155 -6
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -9
- package/theme/overrides/M4LRHFComponents/{index.e6262889.js → index.d7a80536.js} +61 -31
- package/theme/overrides/MUIComponents/Input.d.ts +5 -5
- package/theme/overrides/MUIComponents/{index.1b2b2be2.js → index.b3f5b7a7.js} +4 -4
- package/theme/overrides/{index.158187f3.js → index.2d07abe3.js} +16 -15
- package/theme/{palette.31d770bc.js → palette.1b577d8c.js} +14 -14
- package/theme/{shadows.9800d84c.js → shadows.a726d8c6.js} +26 -26
- package/utils/{getColorPresets.9fec9cc2.js → getColorPresets.479f9922.js} +1 -1
- package/utils/{getColorState.4350ccb4.js → getColorState.ce01540c.js} +47 -47
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { alpha as
|
|
1
|
+
import { alpha as e } from "@mui/material/styles";
|
|
2
2
|
import { alpha as t } from "@mui/system";
|
|
3
|
-
import { P as
|
|
3
|
+
import { P as r } from "../../palette.1b577d8c.js";
|
|
4
4
|
const p = (o) => ({
|
|
5
5
|
M4LDynamicFilter: {
|
|
6
6
|
styleOverrides: {
|
|
@@ -16,9 +16,17 @@ const p = (o) => ({
|
|
|
16
16
|
minHeight: "auto",
|
|
17
17
|
height: "auto"
|
|
18
18
|
},
|
|
19
|
-
"&.M4LDynamicFilter-
|
|
19
|
+
"&.M4LDynamicFilter-isMobile": {
|
|
20
|
+
"& .M4LDynamicFilter-containerFistRow": {
|
|
21
|
+
"& .M4LDynamicFilter-containerClearFilter": {
|
|
22
|
+
borderLeft: "1px solid",
|
|
23
|
+
borderColor: o.palette.state.borderPrimary
|
|
24
|
+
}
|
|
25
|
+
},
|
|
20
26
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
21
|
-
display: "
|
|
27
|
+
display: "flex",
|
|
28
|
+
borderTop: "1px solid ",
|
|
29
|
+
borderColor: o.palette.state.borderSecondary
|
|
22
30
|
}
|
|
23
31
|
},
|
|
24
32
|
"&.M4LDynamicFilter-isEmpty": {
|
|
@@ -164,8 +172,6 @@ const p = (o) => ({
|
|
|
164
172
|
padding: "4px",
|
|
165
173
|
gap: "4px",
|
|
166
174
|
borderRadius: "6px",
|
|
167
|
-
borderTop: "1.5px solid",
|
|
168
|
-
borderColor: o.palette.state.borderTop,
|
|
169
175
|
"& .M4LDynamicFilter-popoverMenuFieldsItem": {
|
|
170
176
|
paddingLeft: "8px",
|
|
171
177
|
paddingRight: "12px",
|
|
@@ -451,7 +457,22 @@ const p = (o) => ({
|
|
|
451
457
|
}), s = (o) => ({
|
|
452
458
|
M4LanguagePopover: {
|
|
453
459
|
styleOverrides: {
|
|
454
|
-
["&.M4LanguagePopover-root"]: {
|
|
460
|
+
["&.M4LanguagePopover-root"]: {
|
|
461
|
+
"& .M4LImageButton-root": {
|
|
462
|
+
"& .MuiButtonBase-root": {
|
|
463
|
+
width: "32px",
|
|
464
|
+
height: "32px",
|
|
465
|
+
"M4LImage-root": {
|
|
466
|
+
width: "32px",
|
|
467
|
+
height: "32px",
|
|
468
|
+
"& .M4LImage-lazyLoad": {
|
|
469
|
+
width: "24px !important",
|
|
470
|
+
height: "24px !important"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
}
|
|
455
476
|
}
|
|
456
477
|
}
|
|
457
478
|
}), c = (o) => ({
|
|
@@ -464,7 +485,11 @@ const p = (o) => ({
|
|
|
464
485
|
padding: "4px",
|
|
465
486
|
borderRadius: "6px",
|
|
466
487
|
alignItems: "center",
|
|
467
|
-
justifyContent: "center"
|
|
488
|
+
justifyContent: "center",
|
|
489
|
+
minHeight: "24px",
|
|
490
|
+
minWidth: "24px",
|
|
491
|
+
height: "24px",
|
|
492
|
+
width: "24px"
|
|
468
493
|
},
|
|
469
494
|
".M4LImage-root": {
|
|
470
495
|
display: "flex",
|
|
@@ -492,11 +517,19 @@ const p = (o) => ({
|
|
|
492
517
|
backgroundColor: o.palette.state?.active12,
|
|
493
518
|
border: "1px solid",
|
|
494
519
|
borderColor: o.palette.state?.focus
|
|
520
|
+
},
|
|
521
|
+
[o.breakpoints.down("md")]: {
|
|
522
|
+
".MuiButtonBase-root": {
|
|
523
|
+
minHeight: "36px",
|
|
524
|
+
minWidth: "36px",
|
|
525
|
+
height: "36px",
|
|
526
|
+
width: "36px"
|
|
527
|
+
}
|
|
495
528
|
}
|
|
496
529
|
}
|
|
497
530
|
}
|
|
498
531
|
}
|
|
499
|
-
}),
|
|
532
|
+
}), g = (o) => ({
|
|
500
533
|
M4LImage: {
|
|
501
534
|
styleOverrides: {
|
|
502
535
|
["&.M4LImage-root"]: {
|
|
@@ -533,7 +566,7 @@ const p = (o) => ({
|
|
|
533
566
|
}
|
|
534
567
|
}
|
|
535
568
|
}
|
|
536
|
-
}),
|
|
569
|
+
}), u = (o) => ({
|
|
537
570
|
M4LPopover: {
|
|
538
571
|
styleOverrides: {
|
|
539
572
|
"&.M4LPopover-root": {
|
|
@@ -547,7 +580,11 @@ const p = (o) => ({
|
|
|
547
580
|
padding: "12px",
|
|
548
581
|
boxShadow: o.customShadows.z3,
|
|
549
582
|
width: "auto",
|
|
550
|
-
zIndex: "10000"
|
|
583
|
+
zIndex: "10000",
|
|
584
|
+
"& .MuiButtonBase-root": {
|
|
585
|
+
justifyContent: "normal !important",
|
|
586
|
+
gap: "8px"
|
|
587
|
+
}
|
|
551
588
|
},
|
|
552
589
|
"& .M4LanguagePopover-containerItems": {
|
|
553
590
|
"& :nth-of-type(-n + 1)": {
|
|
@@ -564,7 +601,8 @@ const p = (o) => ({
|
|
|
564
601
|
margin: "0",
|
|
565
602
|
borderRadius: "4px",
|
|
566
603
|
padding: "4px",
|
|
567
|
-
gap: "4px"
|
|
604
|
+
gap: "4px",
|
|
605
|
+
justifyContent: "normal !important"
|
|
568
606
|
},
|
|
569
607
|
"& .MuiButtonBase-root:hover": {
|
|
570
608
|
backgroundColor: o.palette.state?.active12,
|
|
@@ -577,6 +615,26 @@ const p = (o) => ({
|
|
|
577
615
|
color: o.palette.state?.active
|
|
578
616
|
}
|
|
579
617
|
}
|
|
618
|
+
},
|
|
619
|
+
[o.breakpoints.down("md")]: {
|
|
620
|
+
".MuiPaper-root": {
|
|
621
|
+
padding: "16px",
|
|
622
|
+
gap: "16px !important",
|
|
623
|
+
"& .MuiButtonBase-root": {
|
|
624
|
+
justifyContent: "normal !important",
|
|
625
|
+
gap: "16px",
|
|
626
|
+
"& .css-1qhcwcd": {
|
|
627
|
+
width: "28px !important",
|
|
628
|
+
height: "28px !important",
|
|
629
|
+
alignItems: "center",
|
|
630
|
+
justifyContent: "center",
|
|
631
|
+
"& .M4LImage-root": {
|
|
632
|
+
width: "28px !important",
|
|
633
|
+
height: "28px !important"
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}
|
|
580
638
|
}
|
|
581
639
|
}
|
|
582
640
|
}
|
|
@@ -612,7 +670,7 @@ const p = (o) => ({
|
|
|
612
670
|
}
|
|
613
671
|
}
|
|
614
672
|
}
|
|
615
|
-
}),
|
|
673
|
+
}), M = (o) => ({
|
|
616
674
|
M4LButton: {
|
|
617
675
|
styleOverrides: {
|
|
618
676
|
"&.M4LButton-root": {
|
|
@@ -621,8 +679,14 @@ const p = (o) => ({
|
|
|
621
679
|
display: "flex",
|
|
622
680
|
justifyContent: "center",
|
|
623
681
|
...o.typography.action,
|
|
624
|
-
|
|
625
|
-
|
|
682
|
+
minHeight: "24px",
|
|
683
|
+
borderRadius: "4px",
|
|
684
|
+
[o.breakpoints.down("md")]: {
|
|
685
|
+
height: "36px",
|
|
686
|
+
minHeight: "36px"
|
|
687
|
+
},
|
|
688
|
+
"& .M4LButton-skeleton": {
|
|
689
|
+
height: "100% !important",
|
|
626
690
|
borderRadius: "4px"
|
|
627
691
|
},
|
|
628
692
|
"& .MuiButtonBase-root": {
|
|
@@ -634,6 +698,7 @@ const p = (o) => ({
|
|
|
634
698
|
border: "1px solid transparent",
|
|
635
699
|
...o.typography.action,
|
|
636
700
|
backgroundColor: "#fff0",
|
|
701
|
+
height: "100% !important",
|
|
637
702
|
"&:hover, &:focus": {
|
|
638
703
|
backgroundColor: "transparent",
|
|
639
704
|
transition: "all 0.2s"
|
|
@@ -834,7 +899,7 @@ const p = (o) => ({
|
|
|
834
899
|
}
|
|
835
900
|
}
|
|
836
901
|
}
|
|
837
|
-
}),
|
|
902
|
+
}), y = (o) => ({
|
|
838
903
|
M4LNavLink: {
|
|
839
904
|
styleOverrides: {
|
|
840
905
|
["&.M4LNavLink-root"]: {
|
|
@@ -859,7 +924,7 @@ const p = (o) => ({
|
|
|
859
924
|
styleOverrides: {
|
|
860
925
|
"&.M4LSideBar-root": {
|
|
861
926
|
height: "100%",
|
|
862
|
-
|
|
927
|
+
maxWidth: "220px",
|
|
863
928
|
background: o.palette.background.neutral,
|
|
864
929
|
paddingTop: "24px",
|
|
865
930
|
borderRight: "1.5px solid",
|
|
@@ -886,7 +951,7 @@ const p = (o) => ({
|
|
|
886
951
|
minHeight: "24px",
|
|
887
952
|
height: "24px",
|
|
888
953
|
minWidth: "24px",
|
|
889
|
-
margin: "
|
|
954
|
+
margin: "1px 0 1px 8px",
|
|
890
955
|
"& .M4LIcon-root": {}
|
|
891
956
|
}
|
|
892
957
|
}
|
|
@@ -909,7 +974,7 @@ const p = (o) => ({
|
|
|
909
974
|
},
|
|
910
975
|
"& .M4LSideBar-wrapperSideBar": {
|
|
911
976
|
height: "100%",
|
|
912
|
-
width: "
|
|
977
|
+
width: "100%",
|
|
913
978
|
"& .M4LSideBar-containerSideBarLogo": {
|
|
914
979
|
display: "flex",
|
|
915
980
|
justifyContent: "flex-start",
|
|
@@ -958,6 +1023,7 @@ const p = (o) => ({
|
|
|
958
1023
|
height: "100%",
|
|
959
1024
|
padding: "0 8px",
|
|
960
1025
|
"& .M4LScrollBar-root": {
|
|
1026
|
+
overflow: "hidden",
|
|
961
1027
|
height: "100%",
|
|
962
1028
|
gap: "8px"
|
|
963
1029
|
},
|
|
@@ -970,7 +1036,8 @@ const p = (o) => ({
|
|
|
970
1036
|
with: "100%",
|
|
971
1037
|
overflow: "hidden",
|
|
972
1038
|
textOverflow: "ellipsis",
|
|
973
|
-
textWrap: "nowrap"
|
|
1039
|
+
textWrap: "nowrap",
|
|
1040
|
+
...o.typography.bodyDens
|
|
974
1041
|
}
|
|
975
1042
|
}
|
|
976
1043
|
},
|
|
@@ -979,8 +1046,8 @@ const p = (o) => ({
|
|
|
979
1046
|
borderRadius: "4px 0px 0px 4px",
|
|
980
1047
|
justifyContent: "center",
|
|
981
1048
|
flexDirection: "column",
|
|
982
|
-
padding: "0px 0px 8px 0px",
|
|
983
1049
|
gap: "4px",
|
|
1050
|
+
paddingBottom: "4px",
|
|
984
1051
|
"& .M4LSideBar-navItemMainRoot": {
|
|
985
1052
|
backgroundColor: "transparent",
|
|
986
1053
|
borderRadius: "4px",
|
|
@@ -991,10 +1058,11 @@ const p = (o) => ({
|
|
|
991
1058
|
},
|
|
992
1059
|
"&.M4LSideBar-itemMainActive": {
|
|
993
1060
|
borderRadius: "4px",
|
|
1061
|
+
height: "26px",
|
|
994
1062
|
"& .M4LSideBar-navItemMainRoot": {
|
|
995
1063
|
background: o.palette.state.active12,
|
|
996
1064
|
"&:hover": {
|
|
997
|
-
background:
|
|
1065
|
+
background: e(o.palette.state.active || "#fff", 0.24),
|
|
998
1066
|
cursor: "pointer"
|
|
999
1067
|
}
|
|
1000
1068
|
},
|
|
@@ -1035,7 +1103,7 @@ const p = (o) => ({
|
|
|
1035
1103
|
},
|
|
1036
1104
|
"& .M4LSideBar-navItemRootContent": {
|
|
1037
1105
|
display: "flex",
|
|
1038
|
-
padding: "
|
|
1106
|
+
padding: "4px 8px 4px 12px",
|
|
1039
1107
|
justifyContent: "center",
|
|
1040
1108
|
borderRadius: "4px 0px 0px 4px",
|
|
1041
1109
|
position: "relative",
|
|
@@ -1149,13 +1217,14 @@ const p = (o) => ({
|
|
|
1149
1217
|
},
|
|
1150
1218
|
"& .M4LSideBar-collapseButton": {
|
|
1151
1219
|
display: "flex",
|
|
1152
|
-
padding: "12px
|
|
1220
|
+
padding: "12px 44px 12px 12px",
|
|
1153
1221
|
borderTop: "1px solid",
|
|
1154
1222
|
borderColor: o.palette.state.borderPrimary,
|
|
1155
1223
|
justifyContent: "flex-end",
|
|
1156
1224
|
gap: "24px",
|
|
1157
1225
|
alignItems: "center",
|
|
1158
1226
|
height: "48px",
|
|
1227
|
+
width: "100%",
|
|
1159
1228
|
minHeight: "48px",
|
|
1160
1229
|
flexDirection: "row-reverse",
|
|
1161
1230
|
"& .M4LSideBar-containerLogoButton": {
|
|
@@ -1175,7 +1244,7 @@ const p = (o) => ({
|
|
|
1175
1244
|
display: "flex",
|
|
1176
1245
|
justifyContent: "center",
|
|
1177
1246
|
alignItems: "center",
|
|
1178
|
-
width: "
|
|
1247
|
+
width: "24px",
|
|
1179
1248
|
height: "24px"
|
|
1180
1249
|
}
|
|
1181
1250
|
}
|
|
@@ -1328,7 +1397,8 @@ const p = (o) => ({
|
|
|
1328
1397
|
with: "100%",
|
|
1329
1398
|
overflow: "hidden",
|
|
1330
1399
|
textOverflow: "ellipsis",
|
|
1331
|
-
textWrap: "nowrap"
|
|
1400
|
+
textWrap: "nowrap",
|
|
1401
|
+
...o.typography.bodyDens
|
|
1332
1402
|
}
|
|
1333
1403
|
}
|
|
1334
1404
|
},
|
|
@@ -1352,7 +1422,7 @@ const p = (o) => ({
|
|
|
1352
1422
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1353
1423
|
background: o.palette.state.active12,
|
|
1354
1424
|
"&:hover": {
|
|
1355
|
-
background:
|
|
1425
|
+
background: e(o.palette.state.active || "#fff", 0.24),
|
|
1356
1426
|
cursor: "pointer"
|
|
1357
1427
|
}
|
|
1358
1428
|
},
|
|
@@ -1533,7 +1603,7 @@ const p = (o) => ({
|
|
|
1533
1603
|
}
|
|
1534
1604
|
}
|
|
1535
1605
|
}
|
|
1536
|
-
}),
|
|
1606
|
+
}), h = (o) => ({
|
|
1537
1607
|
M4LAreasAdmin: {
|
|
1538
1608
|
styleOverrides: {
|
|
1539
1609
|
"&.M4LAreasAdmin-root": {
|
|
@@ -1549,7 +1619,6 @@ const p = (o) => ({
|
|
|
1549
1619
|
width: "70%",
|
|
1550
1620
|
maxWidth: "fit-content",
|
|
1551
1621
|
gap: "8px",
|
|
1552
|
-
border: "1px solid",
|
|
1553
1622
|
borderColor: "transparent",
|
|
1554
1623
|
[o.breakpoints.down("sm")]: {
|
|
1555
1624
|
boxShadow: o.customShadows.z1,
|
|
@@ -1558,7 +1627,7 @@ const p = (o) => ({
|
|
|
1558
1627
|
maxWidth: "100%",
|
|
1559
1628
|
gap: "0px",
|
|
1560
1629
|
borderRadius: "4px",
|
|
1561
|
-
height: "
|
|
1630
|
+
height: "100%",
|
|
1562
1631
|
overflow: "hidden"
|
|
1563
1632
|
},
|
|
1564
1633
|
"& .M4LAreasAdmin-rootContent": {
|
|
@@ -1569,7 +1638,8 @@ const p = (o) => ({
|
|
|
1569
1638
|
justifyContent: "center",
|
|
1570
1639
|
alignItems: "center",
|
|
1571
1640
|
gap: "4px",
|
|
1572
|
-
|
|
1641
|
+
minHeight: "36px",
|
|
1642
|
+
boxShadow: "none",
|
|
1573
1643
|
[o.breakpoints.down("sm")]: {
|
|
1574
1644
|
gap: "0px",
|
|
1575
1645
|
borderRadius: "4px"
|
|
@@ -1651,6 +1721,7 @@ const p = (o) => ({
|
|
|
1651
1721
|
width: "fit-content",
|
|
1652
1722
|
height: "100%",
|
|
1653
1723
|
justifyContent: "space-between",
|
|
1724
|
+
alignItems: "center",
|
|
1654
1725
|
[o.breakpoints.down("sm")]: {
|
|
1655
1726
|
width: "100%",
|
|
1656
1727
|
background: "none"
|
|
@@ -1946,7 +2017,7 @@ const p = (o) => ({
|
|
|
1946
2017
|
}
|
|
1947
2018
|
}
|
|
1948
2019
|
}
|
|
1949
|
-
}),
|
|
2020
|
+
}), f = (o) => ({
|
|
1950
2021
|
M4LAreasViewer: {
|
|
1951
2022
|
styleOverrides: {
|
|
1952
2023
|
"&.M4LAreasViewer-root": {
|
|
@@ -1960,6 +2031,24 @@ const p = (o) => ({
|
|
|
1960
2031
|
minHeight: "50px",
|
|
1961
2032
|
height: "50px"
|
|
1962
2033
|
},
|
|
2034
|
+
"& .M4LGridLayout-gridItemRoot": {
|
|
2035
|
+
"& .react-resizable-handle-nw": {
|
|
2036
|
+
top: "0px !important",
|
|
2037
|
+
left: "0px !important"
|
|
2038
|
+
},
|
|
2039
|
+
"& .react-resizable-handle-ne": {
|
|
2040
|
+
top: "0px !important",
|
|
2041
|
+
right: "0px !important"
|
|
2042
|
+
},
|
|
2043
|
+
"& .react-resizable-handle-sw": {
|
|
2044
|
+
bottom: "0px !important",
|
|
2045
|
+
left: "0px !important"
|
|
2046
|
+
},
|
|
2047
|
+
"& .react-resizable-handle-se": {
|
|
2048
|
+
bottom: "0px !important",
|
|
2049
|
+
right: "0px !important"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
1963
2052
|
"& .M4LAreasViewer-areaGridLayout": {
|
|
1964
2053
|
"& .M4LAreasViewer-resizeHandle": {
|
|
1965
2054
|
test: "test",
|
|
@@ -1971,9 +2060,7 @@ const p = (o) => ({
|
|
|
1971
2060
|
"& .M4LAreasViewer-windowRoot": {
|
|
1972
2061
|
background: o.palette.background.neutral,
|
|
1973
2062
|
border: "1.5px solid",
|
|
1974
|
-
borderTop: "none",
|
|
1975
2063
|
borderColor: o.palette.state.borderPrimary,
|
|
1976
|
-
boxShadow: o.customShadows.z2,
|
|
1977
2064
|
borderRadius: "4px",
|
|
1978
2065
|
display: "flex",
|
|
1979
2066
|
"&:not(.M4LAreasViewer-loading)": {
|
|
@@ -1996,11 +2083,8 @@ const p = (o) => ({
|
|
|
1996
2083
|
overflow: "hidden"
|
|
1997
2084
|
},
|
|
1998
2085
|
"& .M4LAreasViewer-windowHeader": {
|
|
1999
|
-
borderTop: "2px solid",
|
|
2000
|
-
borderColor: o.palette.state.borderPrimary,
|
|
2001
2086
|
display: "flex",
|
|
2002
2087
|
flexDirection: "column",
|
|
2003
|
-
background: o.palette.background.neutral,
|
|
2004
2088
|
padding: "6px 4px 6px 8px",
|
|
2005
2089
|
boxShadow: o.customShadows.z1,
|
|
2006
2090
|
"& .M4LAreasViewer-windowHeaderContent": {
|
|
@@ -2008,6 +2092,11 @@ const p = (o) => ({
|
|
|
2008
2092
|
width: "100%",
|
|
2009
2093
|
height: "100%",
|
|
2010
2094
|
alignItems: "center",
|
|
2095
|
+
"& .M4LIcon-root": {
|
|
2096
|
+
"& .M4LIcon-icon": {
|
|
2097
|
+
background: o.palette.text.secondary
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2011
2100
|
"& .M4LAreasViewer-windowHeaderTitle": {
|
|
2012
2101
|
display: "flex",
|
|
2013
2102
|
alignItems: "center",
|
|
@@ -2022,6 +2111,15 @@ const p = (o) => ({
|
|
|
2022
2111
|
width: "100%",
|
|
2023
2112
|
color: o.palette.text.secondary
|
|
2024
2113
|
}
|
|
2114
|
+
},
|
|
2115
|
+
"& .M4LAreasViewer-windowHeaderCancelHandle": {
|
|
2116
|
+
"& .M4LIconButton-icon": {
|
|
2117
|
+
"& .MuiButtonBase-root": {
|
|
2118
|
+
"& .M4LIcon-icon": {
|
|
2119
|
+
background: o.palette.text.secondary
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2025
2123
|
}
|
|
2026
2124
|
},
|
|
2027
2125
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
@@ -2154,8 +2252,8 @@ const p = (o) => ({
|
|
|
2154
2252
|
}
|
|
2155
2253
|
},
|
|
2156
2254
|
"& .M4LAreasViewer-windowContent": {
|
|
2157
|
-
padding: "
|
|
2158
|
-
background: o.palette.background.
|
|
2255
|
+
padding: "16px",
|
|
2256
|
+
background: o.palette.background.default,
|
|
2159
2257
|
display: "flex",
|
|
2160
2258
|
flexDirection: "column",
|
|
2161
2259
|
alignItems: "center",
|
|
@@ -2164,7 +2262,7 @@ const p = (o) => ({
|
|
|
2164
2262
|
flex: "1",
|
|
2165
2263
|
overflow: "hidden",
|
|
2166
2264
|
[o.breakpoints.up("sm")]: {
|
|
2167
|
-
padding: "
|
|
2265
|
+
padding: "16px"
|
|
2168
2266
|
},
|
|
2169
2267
|
"& .M4LAreasViewer-containerComponent": {
|
|
2170
2268
|
display: "flex",
|
|
@@ -2195,16 +2293,14 @@ const p = (o) => ({
|
|
|
2195
2293
|
},
|
|
2196
2294
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2197
2295
|
border: "1.5px solid",
|
|
2198
|
-
|
|
2199
|
-
borderColor: o.palette.state.borderDens,
|
|
2296
|
+
borderColor: o.palette.state.lineTheme,
|
|
2200
2297
|
boxShadow: o.customShadows.z3,
|
|
2201
2298
|
backdropFilter: "blur(100px)",
|
|
2299
|
+
background: o.palette.background.default,
|
|
2202
2300
|
"& .M4LAreasViewer-windowHeader": {
|
|
2203
|
-
borderTop: "2px solid",
|
|
2204
|
-
borderColor: o.palette.state.lineTheme,
|
|
2205
2301
|
display: "flex",
|
|
2206
2302
|
flexDirection: "column",
|
|
2207
|
-
background: o.palette.
|
|
2303
|
+
background: o.palette.state.active12,
|
|
2208
2304
|
gap: "4px",
|
|
2209
2305
|
alignItems: "center",
|
|
2210
2306
|
position: "relative",
|
|
@@ -2212,9 +2308,23 @@ const p = (o) => ({
|
|
|
2212
2308
|
justifyContent: "end",
|
|
2213
2309
|
overflow: "hidden",
|
|
2214
2310
|
cursor: "move",
|
|
2311
|
+
"& .M4LAreasViewer-windowHeaderContent": {
|
|
2312
|
+
"& .M4LIcon-root": {
|
|
2313
|
+
"& .M4LIcon-icon": {
|
|
2314
|
+
background: o.palette.state.active
|
|
2315
|
+
}
|
|
2316
|
+
},
|
|
2317
|
+
"& .M4LAreasViewer-windowHeaderCancelHandle": {
|
|
2318
|
+
"& .M4LIcon-root": {
|
|
2319
|
+
"& .M4LIcon-icon": {
|
|
2320
|
+
background: o.palette.text.primary
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2215
2325
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2216
2326
|
...o.typography.paragraphDens,
|
|
2217
|
-
color: o.palette.
|
|
2327
|
+
color: o.palette.state.active
|
|
2218
2328
|
},
|
|
2219
2329
|
"& .MuiButtonBase-root": {
|
|
2220
2330
|
"& .M4LIcon-icon": {
|
|
@@ -2235,14 +2345,11 @@ const p = (o) => ({
|
|
|
2235
2345
|
}
|
|
2236
2346
|
},
|
|
2237
2347
|
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
|
|
2238
|
-
|
|
2239
|
-
borderLeft: "1.5px solid",
|
|
2240
|
-
borderRight: "1.5px solid",
|
|
2241
|
-
borderBottom: "1.5px solid",
|
|
2348
|
+
border: "1.5px solid",
|
|
2242
2349
|
borderColor: o.palette.state.borderPrimary,
|
|
2243
2350
|
borderRadius: "4px",
|
|
2244
2351
|
"& .M4LAreasViewer-windowContent": {
|
|
2245
|
-
padding: "
|
|
2352
|
+
padding: "16px"
|
|
2246
2353
|
},
|
|
2247
2354
|
"& .M4LAreasViewer-selectedWindow": {
|
|
2248
2355
|
borderColor: "transparent",
|
|
@@ -2251,17 +2358,17 @@ const p = (o) => ({
|
|
|
2251
2358
|
border: "unset"
|
|
2252
2359
|
}
|
|
2253
2360
|
},
|
|
2254
|
-
"&.
|
|
2361
|
+
"&.M4LGridLayout-colapsed ": {
|
|
2255
2362
|
"& .M4LAreasViewer-windowRoot": {
|
|
2256
2363
|
borderColor: o.palette.state.overdefoult,
|
|
2257
2364
|
boxShadow: o.customShadows.z1
|
|
2258
2365
|
}
|
|
2259
2366
|
},
|
|
2260
|
-
"&.
|
|
2367
|
+
"&.react-draggable": {
|
|
2261
2368
|
background: o.palette.state.active12
|
|
2262
2369
|
},
|
|
2263
2370
|
"& .M4LAreasViewer-windowPopupRoot": {
|
|
2264
|
-
boxShadow: o.customShadows.
|
|
2371
|
+
boxShadow: o.customShadows.z3,
|
|
2265
2372
|
border: "none",
|
|
2266
2373
|
background: o.palette.background.default,
|
|
2267
2374
|
borderRadius: "4px",
|
|
@@ -2281,7 +2388,7 @@ const p = (o) => ({
|
|
|
2281
2388
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
2282
2389
|
background: o.palette.background.default,
|
|
2283
2390
|
borderRadius: "4px",
|
|
2284
|
-
border: "
|
|
2391
|
+
border: "1.5px solid",
|
|
2285
2392
|
borderColor: o.palette.state.borderPrimary,
|
|
2286
2393
|
"& .M4LAreasViewer-windowHeader": {
|
|
2287
2394
|
boxShadow: "none",
|
|
@@ -2289,8 +2396,6 @@ const p = (o) => ({
|
|
|
2289
2396
|
borderTopRightRadius: "4px",
|
|
2290
2397
|
background: o.palette.background.header,
|
|
2291
2398
|
border: "none",
|
|
2292
|
-
height: "36px",
|
|
2293
|
-
minHeight: "36px",
|
|
2294
2399
|
"& .M4LIcon-root": {
|
|
2295
2400
|
"& .M4LIcon-icon": {
|
|
2296
2401
|
width: "18px",
|
|
@@ -2307,7 +2412,8 @@ const p = (o) => ({
|
|
|
2307
2412
|
}
|
|
2308
2413
|
},
|
|
2309
2414
|
"& .M4LAreasViewer-windowContent": {
|
|
2310
|
-
background: o.palette.background.default
|
|
2415
|
+
background: o.palette.background.default,
|
|
2416
|
+
padding: "24px"
|
|
2311
2417
|
}
|
|
2312
2418
|
},
|
|
2313
2419
|
"& .M4LAreasViewer-windowRoot": {
|
|
@@ -2326,7 +2432,7 @@ const p = (o) => ({
|
|
|
2326
2432
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2327
2433
|
borderColor: o.palette.state.active12,
|
|
2328
2434
|
background: o.palette.state.active12,
|
|
2329
|
-
boxShadow: o.customShadows.
|
|
2435
|
+
boxShadow: o.customShadows.z4,
|
|
2330
2436
|
padding: "4px",
|
|
2331
2437
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
2332
2438
|
"& .M4LAreasViewer-windowHeader": {
|
|
@@ -2350,13 +2456,13 @@ const p = (o) => ({
|
|
|
2350
2456
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2351
2457
|
border: "none",
|
|
2352
2458
|
background: o.palette.state.active12,
|
|
2353
|
-
boxShadow: o.customShadows.
|
|
2459
|
+
boxShadow: o.customShadows.z4,
|
|
2354
2460
|
[o.breakpoints.down("sm")]: {
|
|
2355
2461
|
padding: "0"
|
|
2356
2462
|
},
|
|
2357
2463
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
2358
2464
|
boxShadow: o.customShadows.z2,
|
|
2359
|
-
border: "
|
|
2465
|
+
border: "1.5px solid",
|
|
2360
2466
|
borderColor: t(o.palette.state.active, 0.5),
|
|
2361
2467
|
"& .M4LAreasViewer-windowHeader": {
|
|
2362
2468
|
background: o.palette.state.active12,
|
|
@@ -2387,7 +2493,6 @@ const p = (o) => ({
|
|
|
2387
2493
|
borderColor: o.palette.state.borderPrimary,
|
|
2388
2494
|
"& .M4LAreasViewer-panelWindowsButtonContainer": {
|
|
2389
2495
|
borderRadius: "2px",
|
|
2390
|
-
background: o.palette.state.default,
|
|
2391
2496
|
boxShadow: o.customShadows.z1,
|
|
2392
2497
|
"&.M4LAreasViewer-selected": {
|
|
2393
2498
|
background: o.palette.state.active,
|
|
@@ -2511,6 +2616,12 @@ const p = (o) => ({
|
|
|
2511
2616
|
borderRadius: "4px",
|
|
2512
2617
|
border: "none",
|
|
2513
2618
|
background: o.palette.state.active12,
|
|
2619
|
+
height: "28px",
|
|
2620
|
+
minHeight: "28px",
|
|
2621
|
+
[o.breakpoints.down("md")]: {
|
|
2622
|
+
height: "36px",
|
|
2623
|
+
minHeight: "36px"
|
|
2624
|
+
},
|
|
2514
2625
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2515
2626
|
...o.typography.paragraph,
|
|
2516
2627
|
color: o.palette.text.primary,
|
|
@@ -2523,7 +2634,7 @@ const p = (o) => ({
|
|
|
2523
2634
|
}
|
|
2524
2635
|
},
|
|
2525
2636
|
"& .M4LAreasViewer-windowContent": {
|
|
2526
|
-
padding: "
|
|
2637
|
+
padding: "12px",
|
|
2527
2638
|
background: o.palette.background.default,
|
|
2528
2639
|
borderRadius: "4px",
|
|
2529
2640
|
display: "flex",
|
|
@@ -2535,6 +2646,22 @@ const p = (o) => ({
|
|
|
2535
2646
|
}
|
|
2536
2647
|
}
|
|
2537
2648
|
},
|
|
2649
|
+
"& .M4LIcon-root.custom-handle-nw": {
|
|
2650
|
+
top: "1px",
|
|
2651
|
+
left: "1px"
|
|
2652
|
+
},
|
|
2653
|
+
"& .M4LIcon-root.custom-handle-ne": {
|
|
2654
|
+
top: "1px",
|
|
2655
|
+
right: "1px"
|
|
2656
|
+
},
|
|
2657
|
+
"& .M4LIcon-root.custom-handle-sw": {
|
|
2658
|
+
bottom: "1px",
|
|
2659
|
+
left: "1px"
|
|
2660
|
+
},
|
|
2661
|
+
"& .M4LIcon-root.custom-handle-se": {
|
|
2662
|
+
bottom: "1px",
|
|
2663
|
+
right: "1px"
|
|
2664
|
+
},
|
|
2538
2665
|
"& .M4LIcon-root.custom-handle": {
|
|
2539
2666
|
"& .M4LIcon-icon": {
|
|
2540
2667
|
backgroundColor: o.palette.state.skeleton.default,
|
|
@@ -2549,7 +2676,7 @@ const p = (o) => ({
|
|
|
2549
2676
|
}
|
|
2550
2677
|
}
|
|
2551
2678
|
}
|
|
2552
|
-
}),
|
|
2679
|
+
}), w = (o) => ({
|
|
2553
2680
|
M4LAppBar: {
|
|
2554
2681
|
styleOverrides: {
|
|
2555
2682
|
"&.M4LAppBar-root": {
|
|
@@ -2674,14 +2801,18 @@ const p = (o) => ({
|
|
|
2674
2801
|
styleOverrides: {
|
|
2675
2802
|
"&.M4LAvatar-root": {
|
|
2676
2803
|
"& .MuiAvatar-root": {
|
|
2677
|
-
width: "
|
|
2678
|
-
height: "
|
|
2804
|
+
width: "36px",
|
|
2805
|
+
height: "36px",
|
|
2679
2806
|
borderRadius: "4px",
|
|
2680
2807
|
padding: "4px",
|
|
2681
|
-
background:
|
|
2682
|
-
color:
|
|
2808
|
+
background: r.blazeOrange[50],
|
|
2809
|
+
color: r.marbleLight[30],
|
|
2683
2810
|
boxShadow: o.customShadows.z1,
|
|
2684
|
-
...o.typography.subtitle
|
|
2811
|
+
...o.typography.subtitle,
|
|
2812
|
+
[o.breakpoints.down("sm")]: {
|
|
2813
|
+
width: "36px",
|
|
2814
|
+
height: "36px"
|
|
2815
|
+
}
|
|
2685
2816
|
},
|
|
2686
2817
|
test: "root"
|
|
2687
2818
|
}
|
|
@@ -2718,7 +2849,7 @@ const p = (o) => ({
|
|
|
2718
2849
|
"& .M4LAccountPopover-containerUserName": {
|
|
2719
2850
|
display: "flex",
|
|
2720
2851
|
flexDirection: "row",
|
|
2721
|
-
gap: "
|
|
2852
|
+
gap: "8px",
|
|
2722
2853
|
padding: "0px 4px",
|
|
2723
2854
|
"& .M4LIcon-root": {
|
|
2724
2855
|
minWidth: "16px",
|
|
@@ -2728,13 +2859,15 @@ const p = (o) => ({
|
|
|
2728
2859
|
color: o.palette.text.primary,
|
|
2729
2860
|
...o.typography.bodyDens,
|
|
2730
2861
|
width: "100%",
|
|
2731
|
-
minHeight: "20px"
|
|
2862
|
+
minHeight: "20px",
|
|
2863
|
+
display: "flex",
|
|
2864
|
+
alignItems: "center"
|
|
2732
2865
|
}
|
|
2733
2866
|
},
|
|
2734
2867
|
"& .M4LAccountPopover-containerUserEmail": {
|
|
2735
2868
|
display: "flex",
|
|
2736
2869
|
flexDirection: "row",
|
|
2737
|
-
gap: "
|
|
2870
|
+
gap: "8px",
|
|
2738
2871
|
padding: "0px 4px",
|
|
2739
2872
|
"& .M4LIcon-root": {
|
|
2740
2873
|
minWidth: "16px",
|
|
@@ -2744,14 +2877,16 @@ const p = (o) => ({
|
|
|
2744
2877
|
color: o.palette.text.primary,
|
|
2745
2878
|
...o.typography.body,
|
|
2746
2879
|
width: "100%",
|
|
2747
|
-
minHeight: "20px"
|
|
2880
|
+
minHeight: "20px",
|
|
2881
|
+
display: "flex",
|
|
2882
|
+
alignItems: "center"
|
|
2748
2883
|
}
|
|
2749
2884
|
}
|
|
2750
2885
|
},
|
|
2751
2886
|
"& .M4LAccountPopover-containerAppVersion": {
|
|
2752
2887
|
display: "flex",
|
|
2753
2888
|
flexDirection: "row",
|
|
2754
|
-
gap: "
|
|
2889
|
+
gap: "8px",
|
|
2755
2890
|
padding: "0px 4px",
|
|
2756
2891
|
"& .M4LIcon-root": {
|
|
2757
2892
|
minWidth: "16px",
|
|
@@ -2761,7 +2896,9 @@ const p = (o) => ({
|
|
|
2761
2896
|
color: o.palette.text.secondary,
|
|
2762
2897
|
...o.typography.body,
|
|
2763
2898
|
width: "100%",
|
|
2764
|
-
minHeight: "20px"
|
|
2899
|
+
minHeight: "20px",
|
|
2900
|
+
display: "flex",
|
|
2901
|
+
alignItems: "center"
|
|
2765
2902
|
}
|
|
2766
2903
|
},
|
|
2767
2904
|
"& .M4LAccountPopover-containerMenuItems": {
|
|
@@ -2780,7 +2917,7 @@ const p = (o) => ({
|
|
|
2780
2917
|
"& .M4LAccountPopover-containerSetting": {
|
|
2781
2918
|
display: "flex",
|
|
2782
2919
|
flexDirection: "row",
|
|
2783
|
-
gap: "
|
|
2920
|
+
gap: "8px",
|
|
2784
2921
|
width: "100%",
|
|
2785
2922
|
borderRadius: "4px",
|
|
2786
2923
|
cursor: "pointer",
|
|
@@ -2796,14 +2933,16 @@ const p = (o) => ({
|
|
|
2796
2933
|
...o.typography.body,
|
|
2797
2934
|
borderRadius: "4px",
|
|
2798
2935
|
width: "100%",
|
|
2799
|
-
minHeight: "20px"
|
|
2936
|
+
minHeight: "20px",
|
|
2937
|
+
display: "flex",
|
|
2938
|
+
alignItems: "center"
|
|
2800
2939
|
}
|
|
2801
2940
|
}
|
|
2802
2941
|
},
|
|
2803
2942
|
"& .M4LAccountPopover-containerlogOut": {
|
|
2804
2943
|
display: "flex",
|
|
2805
2944
|
flexDirection: "row",
|
|
2806
|
-
gap: "
|
|
2945
|
+
gap: "8px",
|
|
2807
2946
|
padding: "0 4px",
|
|
2808
2947
|
borderRadius: "4px",
|
|
2809
2948
|
width: "100%",
|
|
@@ -2821,7 +2960,81 @@ const p = (o) => ({
|
|
|
2821
2960
|
...o.typography.body,
|
|
2822
2961
|
borderRadius: "4px",
|
|
2823
2962
|
width: "100%",
|
|
2824
|
-
minHeight: "20px"
|
|
2963
|
+
minHeight: "20px",
|
|
2964
|
+
display: "flex",
|
|
2965
|
+
alignItems: "center"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
[o.breakpoints.down("md")]: {
|
|
2969
|
+
gap: "16px",
|
|
2970
|
+
padding: "16px !important",
|
|
2971
|
+
"& .M4LAccountPopover-containerUserInfo": {
|
|
2972
|
+
gap: "16px",
|
|
2973
|
+
"& .M4LAccountPopover-containerUserName": {
|
|
2974
|
+
gap: "16px",
|
|
2975
|
+
"& .M4LIcon-root": {
|
|
2976
|
+
minWidth: "20px",
|
|
2977
|
+
minHeight: "24px"
|
|
2978
|
+
},
|
|
2979
|
+
"& .M4LAccountPopover-labelUserName": {
|
|
2980
|
+
width: "100%",
|
|
2981
|
+
minHeight: "20px"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"& .M4LAccountPopover-containerUserEmail": {
|
|
2985
|
+
gap: "16px",
|
|
2986
|
+
"& .M4LIcon-root": {
|
|
2987
|
+
minWidth: "20px",
|
|
2988
|
+
minHeight: "20px"
|
|
2989
|
+
},
|
|
2990
|
+
"& .M4LAccountPopover-labelUserEmail": {
|
|
2991
|
+
width: "100%",
|
|
2992
|
+
minHeight: "24px"
|
|
2993
|
+
}
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
"& .M4LAccountPopover-containerAppVersion": {
|
|
2997
|
+
gap: "16px",
|
|
2998
|
+
"& .M4LIcon-root": {
|
|
2999
|
+
minWidth: "20px",
|
|
3000
|
+
minHeight: "20px"
|
|
3001
|
+
},
|
|
3002
|
+
"& .M4LAccountPopover-labelVersion": {
|
|
3003
|
+
width: "100%",
|
|
3004
|
+
minHeight: "24px"
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
3007
|
+
"& .M4LAccountPopover-containerMenuItems": {
|
|
3008
|
+
gap: "16px",
|
|
3009
|
+
"& .M4LAccountPopover-containerSetting": {
|
|
3010
|
+
gap: "16px",
|
|
3011
|
+
"&:hover": {
|
|
3012
|
+
background: o.palette.state.default
|
|
3013
|
+
},
|
|
3014
|
+
"& .M4LIcon-root": {
|
|
3015
|
+
minWidth: "20px",
|
|
3016
|
+
minHeight: "20px"
|
|
3017
|
+
},
|
|
3018
|
+
"& .M4LAccountPopover-menuItem": {
|
|
3019
|
+
width: "100%",
|
|
3020
|
+
minHeight: "24px"
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"& .M4LAccountPopover-containerlogOut": {
|
|
3025
|
+
gap: "16px",
|
|
3026
|
+
cursor: "pointer",
|
|
3027
|
+
"&:hover": {
|
|
3028
|
+
background: o.palette.state.default
|
|
3029
|
+
},
|
|
3030
|
+
"& .M4LIcon-root": {
|
|
3031
|
+
minWidth: "20px",
|
|
3032
|
+
minHeight: "20px"
|
|
3033
|
+
},
|
|
3034
|
+
"& .M4LAccountPopover-logOut": {
|
|
3035
|
+
width: "100%",
|
|
3036
|
+
minHeight: "24px"
|
|
3037
|
+
}
|
|
2825
3038
|
}
|
|
2826
3039
|
},
|
|
2827
3040
|
"& .M4LPopover-arrowStyle": {
|
|
@@ -2842,14 +3055,13 @@ const p = (o) => ({
|
|
|
2842
3055
|
display: "flex",
|
|
2843
3056
|
flexDirection: "row",
|
|
2844
3057
|
gap: "4px"
|
|
2845
|
-
}
|
|
2846
|
-
"& .M4LAccountPopover-logOut": {}
|
|
3058
|
+
}
|
|
2847
3059
|
}
|
|
2848
3060
|
}
|
|
2849
3061
|
}
|
|
2850
3062
|
}
|
|
2851
3063
|
}
|
|
2852
|
-
}),
|
|
3064
|
+
}), m = (o) => ({
|
|
2853
3065
|
M4LModuleLayout: {
|
|
2854
3066
|
styleOverrides: {
|
|
2855
3067
|
"&.M4LModuleLayout-root": {
|
|
@@ -2866,7 +3078,7 @@ const p = (o) => ({
|
|
|
2866
3078
|
}
|
|
2867
3079
|
}
|
|
2868
3080
|
}
|
|
2869
|
-
}),
|
|
3081
|
+
}), C = (o) => ({
|
|
2870
3082
|
M4LMasterDetailLayout: {
|
|
2871
3083
|
styleOverrides: {
|
|
2872
3084
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -2879,29 +3091,27 @@ const p = (o) => ({
|
|
|
2879
3091
|
width: "100%",
|
|
2880
3092
|
height: "100%",
|
|
2881
3093
|
boxShadow: "none",
|
|
2882
|
-
background:
|
|
3094
|
+
background: o.palette.background.default,
|
|
2883
3095
|
border: "0px",
|
|
2884
3096
|
borderColor: "transparent",
|
|
2885
|
-
borderRadius: "
|
|
3097
|
+
borderRadius: "4px",
|
|
2886
3098
|
overFlow: "visible",
|
|
2887
3099
|
"& .splitter-layout": {
|
|
2888
|
-
gap: "
|
|
3100
|
+
gap: "8px"
|
|
2889
3101
|
}
|
|
2890
3102
|
},
|
|
2891
3103
|
"& .M4LSplitLayout-secondPart": {
|
|
2892
3104
|
background: o.palette.background.default,
|
|
2893
|
-
borderRadius: "
|
|
2894
|
-
padding: "8px"
|
|
3105
|
+
borderRadius: "4px"
|
|
2895
3106
|
},
|
|
2896
3107
|
"& .layout-pane-primary": {
|
|
2897
3108
|
background: o.palette.background.default,
|
|
2898
|
-
borderRadius: "
|
|
2899
|
-
padding: "8px"
|
|
3109
|
+
borderRadius: "4px"
|
|
2900
3110
|
}
|
|
2901
3111
|
}
|
|
2902
3112
|
}
|
|
2903
3113
|
}
|
|
2904
|
-
}),
|
|
3114
|
+
}), I = (o) => ({
|
|
2905
3115
|
M4LSplitLayout: {
|
|
2906
3116
|
styleOverrides: {
|
|
2907
3117
|
"&.M4LSplitLayout-root": {
|
|
@@ -3016,7 +3226,7 @@ const p = (o) => ({
|
|
|
3016
3226
|
}
|
|
3017
3227
|
}
|
|
3018
3228
|
}
|
|
3019
|
-
}),
|
|
3229
|
+
}), B = (o) => ({
|
|
3020
3230
|
M4LCommonActions: {
|
|
3021
3231
|
styleOverrides: {
|
|
3022
3232
|
"&.M4LCommonActions-root": {
|
|
@@ -3091,47 +3301,48 @@ const p = (o) => ({
|
|
|
3091
3301
|
display: "grid",
|
|
3092
3302
|
alignItems: "flex-start",
|
|
3093
3303
|
width: "100%",
|
|
3094
|
-
minHeight: "
|
|
3304
|
+
minHeight: "23px",
|
|
3095
3305
|
flexDirection: "column",
|
|
3096
3306
|
borderBottom: "1px solid",
|
|
3097
3307
|
borderColor: o.palette.state.borderDisable,
|
|
3098
|
-
[o.breakpoints.up("sm")]: {
|
|
3099
|
-
gap: "8px",
|
|
3100
|
-
alignItems: "center"
|
|
3101
|
-
},
|
|
3102
3308
|
"&.M4LPropertyValue-isMobile": {
|
|
3103
3309
|
gridTemplateColumns: "1fr!important",
|
|
3104
3310
|
minHeight: "24px"
|
|
3105
3311
|
},
|
|
3106
3312
|
"&.M4LPropertyValue-variantIsForm": {
|
|
3107
|
-
minHeight: "
|
|
3313
|
+
minHeight: "24px",
|
|
3314
|
+
borderBottom: "none",
|
|
3315
|
+
display: "flex",
|
|
3316
|
+
flexDirection: "column",
|
|
3317
|
+
gap: "4px",
|
|
3318
|
+
alignItems: "flex-start"
|
|
3108
3319
|
},
|
|
3109
3320
|
"& .M4LPropertyValue-property": {
|
|
3110
|
-
|
|
3321
|
+
maxWidth: "100%",
|
|
3322
|
+
width: "100% !important",
|
|
3323
|
+
minHeight: "24px",
|
|
3111
3324
|
...o.typography.body,
|
|
3112
3325
|
color: o.palette.text.secondary,
|
|
3113
|
-
|
|
3326
|
+
fontWeight: "400 !important",
|
|
3114
3327
|
display: "flex",
|
|
3115
|
-
alignItems: "
|
|
3328
|
+
alignItems: "center",
|
|
3116
3329
|
justifyContent: "flex-start",
|
|
3117
3330
|
position: "relative",
|
|
3118
3331
|
gap: "8px",
|
|
3119
|
-
[o.breakpoints.up("sm")]: {
|
|
3120
|
-
textAlign: "left",
|
|
3121
|
-
justifyContent: "flex-start",
|
|
3122
|
-
alignItems: "center",
|
|
3123
|
-
height: "100%"
|
|
3124
|
-
},
|
|
3125
3332
|
overflow: "hidden",
|
|
3126
3333
|
overflowWrap: "break-word",
|
|
3127
3334
|
"& .M4LTypography-root": {
|
|
3128
3335
|
...o.typography.body,
|
|
3129
|
-
color: o.palette.text.secondary
|
|
3336
|
+
color: o.palette.text.secondary,
|
|
3337
|
+
fontWeight: "400 !important",
|
|
3338
|
+
maxWidth: "100%",
|
|
3339
|
+
width: "100%"
|
|
3130
3340
|
}
|
|
3131
3341
|
},
|
|
3132
3342
|
"& .M4LPropertyValue-value": {
|
|
3343
|
+
maxWidth: "100%",
|
|
3133
3344
|
width: "100%",
|
|
3134
|
-
minHeight: "
|
|
3345
|
+
minHeight: "24px",
|
|
3135
3346
|
...o.typography.body,
|
|
3136
3347
|
color: o.palette.text.primary,
|
|
3137
3348
|
overflow: "hidden",
|
|
@@ -3139,11 +3350,8 @@ const p = (o) => ({
|
|
|
3139
3350
|
position: "relative",
|
|
3140
3351
|
display: "flex",
|
|
3141
3352
|
flexDirection: "column",
|
|
3142
|
-
marginTop: o.spacing(1),
|
|
3143
|
-
[o.breakpoints.up("sm")]: {
|
|
3144
|
-
marginTop: "0px"
|
|
3145
|
-
},
|
|
3146
3353
|
overflowWrap: "break-word",
|
|
3354
|
+
justifyContent: "center",
|
|
3147
3355
|
"& .M4LTypography-root": {
|
|
3148
3356
|
...o.typography.body,
|
|
3149
3357
|
color: o.palette.text.primary
|
|
@@ -3151,27 +3359,40 @@ const p = (o) => ({
|
|
|
3151
3359
|
"& .M4LRHFTextField-root.M4LRHFTextField-sizeSmall": {
|
|
3152
3360
|
"& .MuiFormControl-root": {
|
|
3153
3361
|
"& .MuiInputBase-root": {
|
|
3154
|
-
|
|
3155
|
-
background: "transparent",
|
|
3156
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
3157
|
-
border: "0",
|
|
3158
|
-
borderRadius: "0"
|
|
3159
|
-
}
|
|
3362
|
+
"& .MuiOutlinedInput-notchedOutline": {}
|
|
3160
3363
|
}
|
|
3161
3364
|
}
|
|
3162
3365
|
},
|
|
3163
3366
|
"& .M4LRHFTextField-root.M4LRHFTextField-sizeMedium": {
|
|
3164
3367
|
"& .MuiFormControl-root": {
|
|
3165
3368
|
"& .MuiInputBase-root": {
|
|
3166
|
-
|
|
3167
|
-
background: "transparent",
|
|
3168
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
3169
|
-
border: "0",
|
|
3170
|
-
borderRadius: "0"
|
|
3171
|
-
}
|
|
3369
|
+
"& .MuiOutlinedInput-notchedOutline": {}
|
|
3172
3370
|
}
|
|
3173
3371
|
}
|
|
3174
3372
|
}
|
|
3373
|
+
},
|
|
3374
|
+
[o.breakpoints.down("sm")]: {
|
|
3375
|
+
minHeight: "72px",
|
|
3376
|
+
height: "auto",
|
|
3377
|
+
alignItems: "center",
|
|
3378
|
+
paddingTop: "8px",
|
|
3379
|
+
"&.M4LPropertyValue-variantIsForm": {
|
|
3380
|
+
"& .M4LTypography-root": {
|
|
3381
|
+
paddingLeft: "8px"
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3384
|
+
"& .M4LPropertyValue-property": {
|
|
3385
|
+
minHeight: "36px",
|
|
3386
|
+
height: "auto",
|
|
3387
|
+
justifyContent: "center",
|
|
3388
|
+
paddingLeft: "8px"
|
|
3389
|
+
},
|
|
3390
|
+
"& .M4LPropertyValue-value": {
|
|
3391
|
+
minHeight: "36px",
|
|
3392
|
+
height: "auto",
|
|
3393
|
+
padding: "4px 8px",
|
|
3394
|
+
justifyContent: "center"
|
|
3395
|
+
}
|
|
3175
3396
|
}
|
|
3176
3397
|
}
|
|
3177
3398
|
}
|
|
@@ -3236,57 +3457,119 @@ const p = (o) => ({
|
|
|
3236
3457
|
background: o.palette.background.default,
|
|
3237
3458
|
borderRadius: "4px",
|
|
3238
3459
|
"& .M4LTypography-root": {
|
|
3460
|
+
padding: "4px 8px",
|
|
3461
|
+
display: "flex",
|
|
3462
|
+
alignItems: "center",
|
|
3239
3463
|
"& .MuiTypography-root": {
|
|
3240
3464
|
...o.typography.bodyDens,
|
|
3241
3465
|
color: o.palette.text.primary
|
|
3242
3466
|
}
|
|
3243
3467
|
},
|
|
3244
3468
|
"& .MuiPaper-root": {
|
|
3245
|
-
background: o.palette.background.neutral,
|
|
3246
3469
|
marginBottom: "0px",
|
|
3247
3470
|
borderRadius: "4px",
|
|
3248
3471
|
border: "1px solid",
|
|
3249
|
-
borderColor: o.palette.state.borderPrimary
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3472
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3473
|
+
"& .MuiCollapse-root": {
|
|
3474
|
+
"& .MuiCollapse-wrapper": {
|
|
3475
|
+
"& .MuiCollapse-wrapperInner": {
|
|
3476
|
+
"& .MuiAccordion-region": {
|
|
3477
|
+
"$ .M4LAccordion-content": {
|
|
3478
|
+
display: "flex !important",
|
|
3479
|
+
gap: "8px !important"
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3486
|
+
"& .MuiButtonBase-root": {
|
|
3487
|
+
padding: "4px 8px",
|
|
3488
|
+
borderRadius: "4px",
|
|
3489
|
+
height: "24px",
|
|
3490
|
+
minHeight: "24px",
|
|
3491
|
+
background: "transparent",
|
|
3492
|
+
"&.MuiAccordionSummary-root": {
|
|
3493
|
+
Zheight: "28px",
|
|
3494
|
+
minHeight: "28px",
|
|
3495
|
+
padding: "0",
|
|
3496
|
+
"& .M4LAccordion-labelIcon": {
|
|
3497
|
+
display: "flex",
|
|
3498
|
+
flexDirection: "row",
|
|
3499
|
+
justifyContent: "center",
|
|
3500
|
+
"& .M4LIcon-root": {
|
|
3501
|
+
padding: "4px 0 4px 8px"
|
|
3269
3502
|
}
|
|
3270
3503
|
},
|
|
3271
|
-
"& .
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3504
|
+
"& .Mui-expanded": {
|
|
3505
|
+
background: o.palette.state.active12,
|
|
3506
|
+
height: "28px",
|
|
3507
|
+
minHeight: "28px",
|
|
3508
|
+
"& .MuiButtonBase-root": {
|
|
3509
|
+
"&.MuiAccordionSummary-content": {
|
|
3510
|
+
borderRadius: "0 0 0 0 !important",
|
|
3511
|
+
background: o.palette.state.active12,
|
|
3512
|
+
height: "28px",
|
|
3513
|
+
minHeight: "28px"
|
|
3514
|
+
},
|
|
3515
|
+
"& .M4LTypography-root": {
|
|
3516
|
+
"& .MuiTypography-root": {
|
|
3517
|
+
...o.typography.bodyDens,
|
|
3518
|
+
color: o.palette.text?.primary
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
"& .MuiAccordionSummary-expandIconWrapper": {
|
|
3522
|
+
transform: "rotate(0deg)"
|
|
3523
|
+
},
|
|
3524
|
+
"& .M4LAccordion-endIcon": {
|
|
3525
|
+
transform: "rotate(90deg)"
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3530
|
+
test: "root"
|
|
3531
|
+
},
|
|
3532
|
+
"& .MuiCollapse-root": {
|
|
3533
|
+
background: o.palette.background.default,
|
|
3534
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3535
|
+
borderRadius: "0px 0px 4px 4px",
|
|
3536
|
+
padding: "8px",
|
|
3537
|
+
"&.MuiButtonBase-root": {
|
|
3538
|
+
padding: "4px 8px !important",
|
|
3539
|
+
background: o.palette.background.neutral,
|
|
3540
|
+
"&.MuiAccordionSummary-root": {
|
|
3541
|
+
padding: "4px 8px",
|
|
3542
|
+
background: o.palette.background.neutral
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
"& .M4LAccordion-content": {
|
|
3546
|
+
display: "flex !important",
|
|
3547
|
+
flexDirection: "column",
|
|
3548
|
+
gap: "8px !important",
|
|
3549
|
+
"& .M4LPropertyValue-root:last-of-type": {
|
|
3550
|
+
borderBottom: "unset"
|
|
3551
|
+
}
|
|
3278
3552
|
}
|
|
3279
3553
|
},
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3554
|
+
[o.breakpoints.down("md")]: {
|
|
3555
|
+
"& .MuiButtonBase-root": {
|
|
3556
|
+
height: "36px",
|
|
3557
|
+
minHeight: "36px",
|
|
3558
|
+
"&.MuiAccordionSummary-root": {
|
|
3559
|
+
height: "36px",
|
|
3560
|
+
minHeight: "36px",
|
|
3561
|
+
"& .Mui-expanded": {
|
|
3562
|
+
height: "36px",
|
|
3563
|
+
minHeight: "36px",
|
|
3564
|
+
"& .MuiButtonBase-root": {
|
|
3565
|
+
"&.MuiAccordionSummary-content": {
|
|
3566
|
+
height: "36px",
|
|
3567
|
+
minHeight: "36px"
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
test: "root"
|
|
3290
3573
|
}
|
|
3291
3574
|
}
|
|
3292
3575
|
}
|
|
@@ -3315,8 +3598,8 @@ const p = (o) => ({
|
|
|
3315
3598
|
borderColor: o.palette.state.borderPrimary,
|
|
3316
3599
|
display: "flex",
|
|
3317
3600
|
width: "100%",
|
|
3318
|
-
minHeight: "
|
|
3319
|
-
height: "
|
|
3601
|
+
minHeight: "22px !important",
|
|
3602
|
+
height: "24px !important",
|
|
3320
3603
|
borderRadius: "4px",
|
|
3321
3604
|
"& .M4LPeriod-stateReadOnly": {},
|
|
3322
3605
|
"& .M4LPeriod-gap": {
|
|
@@ -3324,67 +3607,84 @@ const p = (o) => ({
|
|
|
3324
3607
|
},
|
|
3325
3608
|
"& .M4LIcon-root": {
|
|
3326
3609
|
padding: "0 8px",
|
|
3327
|
-
minHeight: "
|
|
3328
|
-
minWidth: "
|
|
3610
|
+
minHeight: "22px",
|
|
3611
|
+
minWidth: "22px",
|
|
3612
|
+
borderLeft: "1.3px solid",
|
|
3613
|
+
borderColor: o.palette.state.borderPrimary
|
|
3329
3614
|
},
|
|
3330
3615
|
"& .M4LPeriod-containerDateLabel": {
|
|
3331
3616
|
width: "100%",
|
|
3332
|
-
|
|
3333
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3617
|
+
height: "100% !important",
|
|
3334
3618
|
padding: "0px 0px 0px 8px"
|
|
3335
3619
|
},
|
|
3336
3620
|
"& .M4LPeriod-containerDateValue": {
|
|
3337
3621
|
display: "flex",
|
|
3338
3622
|
width: "100%",
|
|
3339
|
-
borderRight: "solid 1.3px",
|
|
3340
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3341
3623
|
padding: "0px 0px 0px 8px"
|
|
3342
3624
|
},
|
|
3343
3625
|
"&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod": {
|
|
3344
3626
|
width: "100%",
|
|
3345
|
-
|
|
3346
|
-
height: "fit-content",
|
|
3627
|
+
height: "22px",
|
|
3347
3628
|
"& .MuiAutocomplete-root": {
|
|
3348
3629
|
width: "100%",
|
|
3349
|
-
|
|
3350
|
-
height: "fit-content",
|
|
3630
|
+
height: "22px",
|
|
3351
3631
|
borderColor: o.palette.state.borderPrimary,
|
|
3352
3632
|
"& .MuiFormControl-root": {
|
|
3353
|
-
|
|
3354
|
-
|
|
3633
|
+
height: "22px !important",
|
|
3634
|
+
minHeight: "22px !important",
|
|
3355
3635
|
width: "100%",
|
|
3356
3636
|
borderRight: "solid 1.3px",
|
|
3357
3637
|
borderColor: o.palette.state.borderPrimary,
|
|
3358
3638
|
"& .MuiInputBase-root": {
|
|
3359
|
-
|
|
3639
|
+
height: "22px !important",
|
|
3360
3640
|
width: "100%",
|
|
3361
3641
|
gap: "16px",
|
|
3362
3642
|
padding: "0 0 0 8px",
|
|
3363
3643
|
background: "transparent",
|
|
3364
3644
|
"& .MuiInputBase-input": {
|
|
3365
|
-
padding: "0"
|
|
3645
|
+
padding: "0",
|
|
3646
|
+
height: "22px"
|
|
3366
3647
|
},
|
|
3367
3648
|
"& .MuiAutocomplete-endAdornment": {
|
|
3368
3649
|
position: "relative",
|
|
3369
|
-
minHeight: "
|
|
3650
|
+
minHeight: "22x",
|
|
3651
|
+
height: "22px",
|
|
3370
3652
|
"& .MuiButtonBase-root": {
|
|
3371
3653
|
padding: "0",
|
|
3372
3654
|
display: "inline",
|
|
3373
3655
|
margin: "0",
|
|
3374
|
-
height: "
|
|
3656
|
+
height: "22px !important",
|
|
3657
|
+
"& .MuiSvgIcon-root": {
|
|
3658
|
+
height: "22px",
|
|
3659
|
+
width: "22px"
|
|
3660
|
+
}
|
|
3375
3661
|
}
|
|
3376
3662
|
}
|
|
3377
3663
|
}
|
|
3378
3664
|
}
|
|
3379
3665
|
},
|
|
3666
|
+
"& .MuiFormControl-root": {
|
|
3667
|
+
height: "22px !important",
|
|
3668
|
+
minHeight: "22px !important",
|
|
3669
|
+
width: "100%",
|
|
3670
|
+
"& .MuiInputBase-root": {
|
|
3671
|
+
height: "22px !important",
|
|
3672
|
+
width: "100%",
|
|
3673
|
+
gap: "16px",
|
|
3674
|
+
padding: "0 0 0 8px",
|
|
3675
|
+
background: "transparent",
|
|
3676
|
+
"& .MuiInputBase-input": {
|
|
3677
|
+
padding: "0",
|
|
3678
|
+
height: "22px"
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3681
|
+
},
|
|
3380
3682
|
"& .MuiTextField-root": {
|
|
3381
3683
|
width: "100%",
|
|
3382
|
-
minHeight: "
|
|
3684
|
+
minHeight: "22px",
|
|
3383
3685
|
height: "fit-content",
|
|
3384
|
-
borderRight: "solid 1.3px",
|
|
3385
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3386
3686
|
"& .MuiInputBase-root": {
|
|
3387
|
-
minHeight: "
|
|
3687
|
+
minHeight: "22px",
|
|
3388
3688
|
padding: "0 0 0 4px",
|
|
3389
3689
|
background: "transparent"
|
|
3390
3690
|
},
|
|
@@ -3470,11 +3770,61 @@ const p = (o) => ({
|
|
|
3470
3770
|
}
|
|
3471
3771
|
}
|
|
3472
3772
|
}
|
|
3773
|
+
},
|
|
3774
|
+
[o.breakpoints.down("sm")]: {
|
|
3775
|
+
minHeight: "40px !important",
|
|
3776
|
+
height: "auto !important",
|
|
3777
|
+
"&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod": {
|
|
3778
|
+
height: "100% !important",
|
|
3779
|
+
minHeight: "38px !important",
|
|
3780
|
+
"& .MuiAutocomplete-root": {
|
|
3781
|
+
height: "100% !important",
|
|
3782
|
+
minHeight: "38px !important",
|
|
3783
|
+
"& .MuiFormControl-root": {
|
|
3784
|
+
height: "100% !important",
|
|
3785
|
+
minHeight: "38px !important",
|
|
3786
|
+
"& .MuiInputBase-root": {
|
|
3787
|
+
height: "100% !important",
|
|
3788
|
+
minHeight: "38px !important",
|
|
3789
|
+
"& .MuiInputBase-input": {
|
|
3790
|
+
minHeight: "38px !important",
|
|
3791
|
+
height: "100% !important"
|
|
3792
|
+
},
|
|
3793
|
+
"& .MuiAutocomplete-endAdornment": {
|
|
3794
|
+
minHeight: "38px !important",
|
|
3795
|
+
height: "100% !important",
|
|
3796
|
+
"& .MuiButtonBase-root": {
|
|
3797
|
+
minHeight: "36px !important",
|
|
3798
|
+
minWidth: "36px !important",
|
|
3799
|
+
height: "100% !important",
|
|
3800
|
+
"& .MuiSvgIcon-root": {
|
|
3801
|
+
minHeight: "24px !important",
|
|
3802
|
+
minWidth: "24px !important",
|
|
3803
|
+
height: "100% !important"
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
},
|
|
3810
|
+
"& .MuiFormControl-root": {
|
|
3811
|
+
height: "100% !important",
|
|
3812
|
+
minHeight: "38px !important",
|
|
3813
|
+
"& .MuiInputBase-root": {
|
|
3814
|
+
height: "100% !important",
|
|
3815
|
+
minHeight: "38px !important",
|
|
3816
|
+
"& .MuiInputBase-input": {
|
|
3817
|
+
height: "100% !important",
|
|
3818
|
+
minHeight: "38px !important"
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
}
|
|
3822
|
+
}
|
|
3473
3823
|
}
|
|
3474
3824
|
}
|
|
3475
3825
|
}
|
|
3476
3826
|
}
|
|
3477
|
-
}),
|
|
3827
|
+
}), H = (o) => ({
|
|
3478
3828
|
M4LModalDialog: {
|
|
3479
3829
|
styleOverrides: {
|
|
3480
3830
|
"&.M4LModal-root": {
|
|
@@ -3492,7 +3842,7 @@ const p = (o) => ({
|
|
|
3492
3842
|
background: o.palette.state.active12,
|
|
3493
3843
|
border: "2px solid",
|
|
3494
3844
|
borderColor: o.palette.state.borderPrimary,
|
|
3495
|
-
boxShadow: o.customShadows.
|
|
3845
|
+
boxShadow: o.customShadows.z4,
|
|
3496
3846
|
[o.breakpoints.down("sm")]: {
|
|
3497
3847
|
width: "100%",
|
|
3498
3848
|
height: "100%",
|
|
@@ -3597,7 +3947,7 @@ const p = (o) => ({
|
|
|
3597
3947
|
}
|
|
3598
3948
|
}
|
|
3599
3949
|
}
|
|
3600
|
-
}),
|
|
3950
|
+
}), F = (o) => ({
|
|
3601
3951
|
M4LPaperForm: {
|
|
3602
3952
|
styleOverrides: {
|
|
3603
3953
|
"&.M4LPaperForm-root": {
|
|
@@ -3617,9 +3967,9 @@ const p = (o) => ({
|
|
|
3617
3967
|
borderRadius: "4px",
|
|
3618
3968
|
background: o.palette.background.header,
|
|
3619
3969
|
borderBottom: "none",
|
|
3620
|
-
[o.breakpoints.down("
|
|
3621
|
-
height: "
|
|
3622
|
-
minHeight: "
|
|
3970
|
+
[o.breakpoints.down("md")]: {
|
|
3971
|
+
height: "36px",
|
|
3972
|
+
minHeight: "36px"
|
|
3623
3973
|
},
|
|
3624
3974
|
"& .M4LPaperForm-iconTitleContainer": {
|
|
3625
3975
|
...o.typography.bodyDens,
|
|
@@ -3656,7 +4006,7 @@ const p = (o) => ({
|
|
|
3656
4006
|
height: "fit-content",
|
|
3657
4007
|
minHeight: "24px",
|
|
3658
4008
|
width: "fit-content",
|
|
3659
|
-
color:
|
|
4009
|
+
color: r.marbleLight[30],
|
|
3660
4010
|
...o.typography.body
|
|
3661
4011
|
}
|
|
3662
4012
|
}
|
|
@@ -3780,7 +4130,6 @@ const p = (o) => ({
|
|
|
3780
4130
|
position: "relative",
|
|
3781
4131
|
height: "100%",
|
|
3782
4132
|
overflow: "hidden",
|
|
3783
|
-
borderRadius: "4px",
|
|
3784
4133
|
"& .rdg ": {
|
|
3785
4134
|
border: "none",
|
|
3786
4135
|
background: o.palette.background.default,
|
|
@@ -3796,10 +4145,10 @@ const p = (o) => ({
|
|
|
3796
4145
|
"--rdg-row-selected-background-color": "#D9E9FC",
|
|
3797
4146
|
"--rdg-row-hover-background-color": "#D9E9FC",
|
|
3798
4147
|
"--rdg-background-color": o.palette.background.default,
|
|
3799
|
-
"--rdg-selection-color": o.palette.state.
|
|
4148
|
+
"--rdg-selection-color": o.palette.state.lineTheme,
|
|
3800
4149
|
"--row-selected-hover-background-color": (o.palette.mode === "light", o.palette.state.toneOp),
|
|
3801
4150
|
"--rdg-checkbox-color": o.palette.primary.main,
|
|
3802
|
-
"--rdg-checkbox-focus-color":
|
|
4151
|
+
"--rdg-checkbox-focus-color": e(
|
|
3803
4152
|
o.palette.primary.main,
|
|
3804
4153
|
o.palette.action.selectedOpacity
|
|
3805
4154
|
),
|
|
@@ -3819,7 +4168,9 @@ const p = (o) => ({
|
|
|
3819
4168
|
},
|
|
3820
4169
|
"& .rdg-row": {
|
|
3821
4170
|
'&[aria-selected="false"] .rdg-cell': {
|
|
3822
|
-
backgroundColor: o.palette.background.default
|
|
4171
|
+
backgroundColor: o.palette.background.default,
|
|
4172
|
+
borderLeft: "0.5px solid",
|
|
4173
|
+
borderColor: o.palette.state.borderDisable
|
|
3823
4174
|
},
|
|
3824
4175
|
"&:nth-of-type(odd)": {
|
|
3825
4176
|
"& .rdg-cell": {
|
|
@@ -3875,7 +4226,10 @@ const p = (o) => ({
|
|
|
3875
4226
|
},
|
|
3876
4227
|
"& [aria-selected=true]": {
|
|
3877
4228
|
backgroundColor: o.palette.state.toneOp,
|
|
3878
|
-
color: o.palette.text.primary
|
|
4229
|
+
color: o.palette.text.primary,
|
|
4230
|
+
outline: "1px solid",
|
|
4231
|
+
outlineOffset: "-1px",
|
|
4232
|
+
outlineColor: o.palette.state.lineTheme
|
|
3879
4233
|
},
|
|
3880
4234
|
"& .rdg-cell.rdg-cell-align-left": {
|
|
3881
4235
|
textAlign: "start",
|
|
@@ -3898,26 +4252,25 @@ const p = (o) => ({
|
|
|
3898
4252
|
borderColor: o.palette.background.neutral
|
|
3899
4253
|
},
|
|
3900
4254
|
"& .rdg-header-row": {
|
|
3901
|
-
backgroundColor: o.palette.background.header
|
|
3902
|
-
borderColor: "transparent"
|
|
4255
|
+
backgroundColor: o.palette.background.header
|
|
3903
4256
|
},
|
|
3904
4257
|
"& .rdg-header-row .rdg-cell": {
|
|
3905
4258
|
fontFamily: o.typography.body,
|
|
3906
4259
|
fontWeight: o.typography.body,
|
|
3907
4260
|
fontSize: o.typography.body,
|
|
3908
4261
|
color: o.palette.text.primary,
|
|
3909
|
-
borderRight: "
|
|
4262
|
+
borderRight: "0.5px solid !important",
|
|
3910
4263
|
boxShadow: "none",
|
|
3911
4264
|
gridTemplateColumns: "auto",
|
|
3912
|
-
borderBottom: "
|
|
3913
|
-
borderColor: `${o.palette.
|
|
4265
|
+
borderBottom: "0.5px solid !important",
|
|
4266
|
+
borderColor: `${o.palette.state.borderDisable}!important`,
|
|
3914
4267
|
"&.rdg-cell-frozen-last": {
|
|
3915
4268
|
borderColor: o.palette.background.default,
|
|
4269
|
+
boxShadow: "var(--rdg-frozen-cell-box-shadow)",
|
|
3916
4270
|
"&:after": {
|
|
3917
4271
|
borderRight: "1.5px solid",
|
|
3918
4272
|
borderColor: o.palette.background.neutral
|
|
3919
|
-
}
|
|
3920
|
-
boxShadow: "var(--rdg-frozen-cell-box-shadow)"
|
|
4273
|
+
}
|
|
3921
4274
|
},
|
|
3922
4275
|
"& .rdg-header-sort-cell": {
|
|
3923
4276
|
"& .rdg-header-sort-name + span": {
|
|
@@ -4119,7 +4472,8 @@ const p = (o) => ({
|
|
|
4119
4472
|
height: "100%",
|
|
4120
4473
|
position: "relative",
|
|
4121
4474
|
overflow: "auto",
|
|
4122
|
-
flex: "1"
|
|
4475
|
+
flex: "1",
|
|
4476
|
+
borderRadius: "4px"
|
|
4123
4477
|
}
|
|
4124
4478
|
}
|
|
4125
4479
|
}
|
|
@@ -4132,6 +4486,9 @@ const p = (o) => ({
|
|
|
4132
4486
|
position: "relative",
|
|
4133
4487
|
minHeight: "36px",
|
|
4134
4488
|
borderRadius: "4px 4px 0 0",
|
|
4489
|
+
"& .MuiTabs-indicator": {
|
|
4490
|
+
display: "none"
|
|
4491
|
+
},
|
|
4135
4492
|
"& .MuiButtonBase-root": {
|
|
4136
4493
|
background: o.palette.background.background,
|
|
4137
4494
|
borderRadius: "4px 4px 0 0",
|
|
@@ -4180,7 +4537,7 @@ const p = (o) => ({
|
|
|
4180
4537
|
}
|
|
4181
4538
|
}
|
|
4182
4539
|
}
|
|
4183
|
-
}),
|
|
4540
|
+
}), _ = (o) => ({
|
|
4184
4541
|
M4LScrollBar: {
|
|
4185
4542
|
styleOverrides: {
|
|
4186
4543
|
"&.M4LScrollBar-root": {
|
|
@@ -4212,7 +4569,7 @@ const p = (o) => ({
|
|
|
4212
4569
|
}
|
|
4213
4570
|
}
|
|
4214
4571
|
}
|
|
4215
|
-
}),
|
|
4572
|
+
}), $ = (o) => ({
|
|
4216
4573
|
M4LGridLayout: {
|
|
4217
4574
|
styleOverrides: {
|
|
4218
4575
|
"&.M4LGridLayout-root": {
|
|
@@ -4224,12 +4581,12 @@ const p = (o) => ({
|
|
|
4224
4581
|
M4LTabContent: {
|
|
4225
4582
|
styleOverrides: {
|
|
4226
4583
|
"&.M4LTabContent-root": {
|
|
4227
|
-
padding: "
|
|
4584
|
+
padding: "8px 0px 0px 0px",
|
|
4228
4585
|
display: "flex",
|
|
4229
4586
|
overflow: "hidden",
|
|
4230
4587
|
height: "100%",
|
|
4231
4588
|
flexDirection: "column",
|
|
4232
|
-
gap: "
|
|
4589
|
+
gap: "8px",
|
|
4233
4590
|
background: o.palette.background.default,
|
|
4234
4591
|
borderRadius: "0 0 4px 4px",
|
|
4235
4592
|
position: "relative",
|
|
@@ -4237,7 +4594,7 @@ const p = (o) => ({
|
|
|
4237
4594
|
}
|
|
4238
4595
|
}
|
|
4239
4596
|
}
|
|
4240
|
-
}),
|
|
4597
|
+
}), q = (o) => ({
|
|
4241
4598
|
M4LMenuActions: {
|
|
4242
4599
|
styleOverrides: {
|
|
4243
4600
|
"&.M4LMenuActions-root": {
|
|
@@ -4252,7 +4609,11 @@ const p = (o) => ({
|
|
|
4252
4609
|
minHeight: "24px",
|
|
4253
4610
|
minWidth: "24px",
|
|
4254
4611
|
padding: "0",
|
|
4255
|
-
|
|
4612
|
+
gap: "0px",
|
|
4613
|
+
"& .M4LIcon-root": {
|
|
4614
|
+
minHeight: "24px",
|
|
4615
|
+
minWidth: "24px"
|
|
4616
|
+
},
|
|
4256
4617
|
"& .css-hgjo64": {
|
|
4257
4618
|
margin: "0"
|
|
4258
4619
|
}
|
|
@@ -4267,7 +4628,7 @@ const p = (o) => ({
|
|
|
4267
4628
|
}
|
|
4268
4629
|
}
|
|
4269
4630
|
}
|
|
4270
|
-
}),
|
|
4631
|
+
}), X = (o) => ({
|
|
4271
4632
|
M4LPrintingSystem: {
|
|
4272
4633
|
styleOverrides: {
|
|
4273
4634
|
"&.M4LPrintingSystem-root": {
|
|
@@ -4316,7 +4677,8 @@ const p = (o) => ({
|
|
|
4316
4677
|
...o.typography.body
|
|
4317
4678
|
},
|
|
4318
4679
|
"&.M4LPrintingSystem-textBoxNodeVariant-action": {
|
|
4319
|
-
...o.typography.action
|
|
4680
|
+
...o.typography.action,
|
|
4681
|
+
fontSize: "10px!important"
|
|
4320
4682
|
}
|
|
4321
4683
|
},
|
|
4322
4684
|
"& .M4LPrintingSystem-bodyNodeRoot": {
|
|
@@ -4346,10 +4708,10 @@ const p = (o) => ({
|
|
|
4346
4708
|
}
|
|
4347
4709
|
},
|
|
4348
4710
|
"& .M4LPrintingSystem-paperNodeContent": {
|
|
4349
|
-
padding: "
|
|
4711
|
+
padding: "4px",
|
|
4350
4712
|
display: "flex",
|
|
4351
4713
|
flexDirection: "column",
|
|
4352
|
-
gap: "
|
|
4714
|
+
gap: "3px"
|
|
4353
4715
|
}
|
|
4354
4716
|
},
|
|
4355
4717
|
"& .M4LPrintingSystem-propertyValueNodeRoot": {
|
|
@@ -4387,7 +4749,7 @@ const p = (o) => ({
|
|
|
4387
4749
|
}
|
|
4388
4750
|
},
|
|
4389
4751
|
"& .M4LPrintingSystem-dividerNodeRoot": {
|
|
4390
|
-
backgroundColor:
|
|
4752
|
+
backgroundColor: "#c9c9c9",
|
|
4391
4753
|
"&.M4LPrintingSystem-dividerNodeVertical": {
|
|
4392
4754
|
width: "1px",
|
|
4393
4755
|
height: "100%"
|
|
@@ -4447,7 +4809,7 @@ const p = (o) => ({
|
|
|
4447
4809
|
}
|
|
4448
4810
|
}
|
|
4449
4811
|
}
|
|
4450
|
-
}),
|
|
4812
|
+
}), Y = (o) => ({
|
|
4451
4813
|
M4LFormatter: {
|
|
4452
4814
|
styleOverrides: {
|
|
4453
4815
|
"&.M4LFormatter-root": {
|
|
@@ -4543,6 +4905,12 @@ const p = (o) => ({
|
|
|
4543
4905
|
width: "auto",
|
|
4544
4906
|
display: "flex",
|
|
4545
4907
|
justifyContent: "center",
|
|
4908
|
+
height: "24px",
|
|
4909
|
+
minHeight: "24px",
|
|
4910
|
+
[o.breakpoints.down("md")]: {
|
|
4911
|
+
height: "36px",
|
|
4912
|
+
minHeight: "36px"
|
|
4913
|
+
},
|
|
4546
4914
|
"& .MuiButtonBase-root.MuiLoadingButton-loading": {
|
|
4547
4915
|
"& .M4LTypography-root": {
|
|
4548
4916
|
opacity: "0"
|
|
@@ -4766,26 +5134,91 @@ const p = (o) => ({
|
|
|
4766
5134
|
M4LToastContainer: {
|
|
4767
5135
|
styleOverrides: {
|
|
4768
5136
|
"&.M4LToastContainer-root": {
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
"& .Toastify__close-button": {
|
|
4775
|
-
margin: "auto auto",
|
|
4776
|
-
"& > svg": {
|
|
4777
|
-
fill: o.palette.text.secondary
|
|
4778
|
-
}
|
|
4779
|
-
},
|
|
4780
|
-
"& .M4LToastContainer-toastMessageContainer": {
|
|
5137
|
+
width: "100%",
|
|
5138
|
+
height: "100%",
|
|
5139
|
+
position: "relative",
|
|
5140
|
+
"& .Toastify": {
|
|
5141
|
+
"& .Toastify__toast-container": {
|
|
4781
5142
|
display: "flex",
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
5143
|
+
flexDirection: "column",
|
|
5144
|
+
gap: "16px",
|
|
5145
|
+
"& .Toastify__toast": {
|
|
5146
|
+
padding: "8px",
|
|
5147
|
+
marginBottom: "0px",
|
|
5148
|
+
backgroundColor: o.palette.background.default,
|
|
5149
|
+
boxShadow: o.customShadows.z3,
|
|
5150
|
+
minHeight: "54px !important",
|
|
5151
|
+
"& .Toastify__toast-body": {
|
|
5152
|
+
margin: "0px",
|
|
5153
|
+
padding: "0px",
|
|
5154
|
+
"& .Toastify__toast-icon": {
|
|
5155
|
+
display: "none"
|
|
5156
|
+
},
|
|
5157
|
+
"& .M4LToastContainer-toastMessageContainer": {
|
|
5158
|
+
display: "flex",
|
|
5159
|
+
alignItems: "center",
|
|
5160
|
+
gap: "10px",
|
|
5161
|
+
"& .M4LToastContainer-toastMessageIcon": {
|
|
5162
|
+
height: "22px",
|
|
5163
|
+
width: "22px",
|
|
5164
|
+
display: "flex",
|
|
5165
|
+
alignItems: "center",
|
|
5166
|
+
justifyContent: "center",
|
|
5167
|
+
borderRadius: "2px"
|
|
5168
|
+
},
|
|
5169
|
+
"& .M4LToastContainer-toastMessageInfo": {
|
|
5170
|
+
...o.typography.bodyDens,
|
|
5171
|
+
color: o.palette.text.primary
|
|
5172
|
+
}
|
|
5173
|
+
}
|
|
5174
|
+
},
|
|
5175
|
+
"& .Toastify__close-button": {
|
|
5176
|
+
margin: "auto auto",
|
|
5177
|
+
"& > svg": {
|
|
5178
|
+
fill: o.palette.text.primary
|
|
5179
|
+
}
|
|
5180
|
+
},
|
|
5181
|
+
"&.Toastify__toast--info": {
|
|
5182
|
+
"& .Toastify__toast-body": {
|
|
5183
|
+
"& .M4LToastContainer-toastMessageContainer": {
|
|
5184
|
+
"& .M4LToastContainer-toastMessageIcon": {
|
|
5185
|
+
background: `${o.palette.state.info.normal} !important`
|
|
5186
|
+
}
|
|
5187
|
+
}
|
|
5188
|
+
}
|
|
5189
|
+
},
|
|
5190
|
+
"&.Toastify__toast--success": {
|
|
5191
|
+
"& .M4LToastContainer-toastMessageIcon": {
|
|
5192
|
+
background: `${o.palette.state.success.normal} !important`
|
|
5193
|
+
}
|
|
5194
|
+
},
|
|
5195
|
+
"&.Toastify__toast--warning": {
|
|
5196
|
+
"& .M4LToastContainer-toastMessageIcon": {
|
|
5197
|
+
background: `${o.palette.state.warning.normal} !important`
|
|
5198
|
+
}
|
|
5199
|
+
},
|
|
5200
|
+
"&.Toastify__toast--error": {
|
|
5201
|
+
"& .M4LToastContainer-toastMessageIcon": {
|
|
5202
|
+
background: `${o.palette.state.error.normal} !important`
|
|
5203
|
+
}
|
|
5204
|
+
}
|
|
4786
5205
|
}
|
|
4787
|
-
}
|
|
4788
|
-
|
|
5206
|
+
}
|
|
5207
|
+
}
|
|
5208
|
+
}
|
|
5209
|
+
}
|
|
5210
|
+
}
|
|
5211
|
+
}), oo = (o) => ({
|
|
5212
|
+
M4LPDFViewer: {
|
|
5213
|
+
styleOverrides: {
|
|
5214
|
+
"&.M4LPDFViewer-root": {
|
|
5215
|
+
width: "100%",
|
|
5216
|
+
height: "100%",
|
|
5217
|
+
position: "relative",
|
|
5218
|
+
"& .M4LButton-root": {
|
|
5219
|
+
position: "sticky!important",
|
|
5220
|
+
bottom: "20px",
|
|
5221
|
+
left: "20px"
|
|
4789
5222
|
}
|
|
4790
5223
|
}
|
|
4791
5224
|
}
|
|
@@ -4795,48 +5228,49 @@ export {
|
|
|
4795
5228
|
A,
|
|
4796
5229
|
P as B,
|
|
4797
5230
|
D as C,
|
|
4798
|
-
|
|
4799
|
-
|
|
5231
|
+
H as D,
|
|
5232
|
+
F as E,
|
|
4800
5233
|
V as F,
|
|
4801
5234
|
W as G,
|
|
4802
5235
|
j as H,
|
|
4803
5236
|
G as I,
|
|
4804
5237
|
N as J,
|
|
4805
5238
|
E as K,
|
|
4806
|
-
|
|
5239
|
+
_ as L,
|
|
4807
5240
|
Q as M,
|
|
4808
|
-
|
|
5241
|
+
$ as N,
|
|
4809
5242
|
U as O,
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
5243
|
+
q as P,
|
|
5244
|
+
X as Q,
|
|
5245
|
+
Y as R,
|
|
4813
5246
|
J as S,
|
|
4814
5247
|
K as T,
|
|
4815
5248
|
Z as U,
|
|
5249
|
+
oo as V,
|
|
4816
5250
|
p as a,
|
|
4817
5251
|
T as b,
|
|
4818
5252
|
d as c,
|
|
4819
5253
|
l as d,
|
|
4820
5254
|
s as e,
|
|
4821
5255
|
c as f,
|
|
4822
|
-
|
|
4823
|
-
|
|
5256
|
+
y as g,
|
|
5257
|
+
g as h,
|
|
4824
5258
|
z as i,
|
|
4825
|
-
|
|
5259
|
+
u as j,
|
|
4826
5260
|
O as k,
|
|
4827
5261
|
x as l,
|
|
4828
5262
|
b as m,
|
|
4829
|
-
|
|
5263
|
+
M as n,
|
|
4830
5264
|
L as o,
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
5265
|
+
w as p,
|
|
5266
|
+
h as q,
|
|
5267
|
+
f as r,
|
|
4834
5268
|
v as s,
|
|
4835
5269
|
k as t,
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
5270
|
+
m as u,
|
|
5271
|
+
C as v,
|
|
5272
|
+
I as w,
|
|
5273
|
+
B as x,
|
|
4840
5274
|
S as y,
|
|
4841
5275
|
R as z
|
|
4842
5276
|
};
|