@m4l/styles 0.0.48 → 0.0.49
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 +36 -36
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.348dc196.js → defaultThemeOptions.656b9eff.js} +11 -8
- package/theme/index.bc975e94.js +7 -0
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +17 -2
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +0 -1
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +118 -125
- package/theme/overrides/M4LExtendedComponents/M4LSplitLayout.d.ts +0 -1
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +8 -1
- package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +11 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/{index.fbdb0818.js → index.0ba2f034.js} +178 -144
- package/theme/overrides/{index.155beeb3.js → index.32aa77da.js} +1 -1
- package/theme/{typography.8878fde5.js → typography.ed54f014.js} +32 -24
- package/types/augmentations.d.ts +121 -121
- package/types/types.d.ts +24 -24
- package/utils/{getColorState.6c23eada.js → getColorState.7b9634af.js} +7 -2
- package/vite-env.d.ts +3 -3
- package/theme/index.34d0fdea.js +0 -1
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { alpha as t } from "@mui/material/styles";
|
|
2
2
|
import { alpha as e } from "@mui/system";
|
|
3
|
+
import "../../defaultThemeOptions.656b9eff.js";
|
|
4
|
+
import "../../shadows.86540b18.js";
|
|
3
5
|
import { P as r } from "../../palette.0590e8a6.js";
|
|
4
|
-
|
|
6
|
+
import "../../typography.ed54f014.js";
|
|
7
|
+
import "@mui/material";
|
|
8
|
+
const c = (o) => ({
|
|
5
9
|
M4LDynamicFilter: {
|
|
6
10
|
styleOverrides: {
|
|
7
11
|
"&.M4LDynamicFilter-root": {
|
|
@@ -10,8 +14,7 @@ const p = (o) => ({
|
|
|
10
14
|
padding: "0px",
|
|
11
15
|
border: "1px solid",
|
|
12
16
|
borderColor: o.palette.state.borderPrimary,
|
|
13
|
-
|
|
14
|
-
height: "32px",
|
|
17
|
+
height: "fit-content",
|
|
15
18
|
[o.breakpoints.down("sm")]: {
|
|
16
19
|
minHeight: "auto",
|
|
17
20
|
height: "auto"
|
|
@@ -26,7 +29,8 @@ const p = (o) => ({
|
|
|
26
29
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
27
30
|
display: "flex",
|
|
28
31
|
borderTop: "1px solid ",
|
|
29
|
-
borderColor: o.palette.state.borderSecondary
|
|
32
|
+
borderColor: o.palette.state.borderSecondary,
|
|
33
|
+
height: "fit-content"
|
|
30
34
|
}
|
|
31
35
|
},
|
|
32
36
|
"&.M4LDynamicFilter-isEmpty": {
|
|
@@ -125,7 +129,7 @@ const p = (o) => ({
|
|
|
125
129
|
},
|
|
126
130
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
127
131
|
borderLeft: "none",
|
|
128
|
-
height: "
|
|
132
|
+
height: "fit-content",
|
|
129
133
|
margin: "0px",
|
|
130
134
|
padding: "0px 4px",
|
|
131
135
|
[o.breakpoints.down("sm")]: {
|
|
@@ -136,7 +140,9 @@ const p = (o) => ({
|
|
|
136
140
|
"& .M4LDynamicFilter-containerApplyedFilters": {
|
|
137
141
|
padding: "2px",
|
|
138
142
|
gap: "4px",
|
|
139
|
-
height: "
|
|
143
|
+
height: "fit-content",
|
|
144
|
+
display: "flex",
|
|
145
|
+
flexWrap: "wrap",
|
|
140
146
|
[o.breakpoints.down("sm")]: {
|
|
141
147
|
padding: "0px"
|
|
142
148
|
}
|
|
@@ -304,7 +310,7 @@ const p = (o) => ({
|
|
|
304
310
|
}
|
|
305
311
|
}
|
|
306
312
|
}
|
|
307
|
-
}),
|
|
313
|
+
}), g = (o) => ({
|
|
308
314
|
M4LIcon: {
|
|
309
315
|
styleOverrides: {
|
|
310
316
|
["&.M4LIcon-root"]: {
|
|
@@ -353,7 +359,7 @@ const p = (o) => ({
|
|
|
353
359
|
}
|
|
354
360
|
}
|
|
355
361
|
}
|
|
356
|
-
}),
|
|
362
|
+
}), x = (o) => ({
|
|
357
363
|
M4LIconButton: {
|
|
358
364
|
styleOverrides: {
|
|
359
365
|
["&.M4LIconButton-root"]: {
|
|
@@ -488,7 +494,7 @@ const p = (o) => ({
|
|
|
488
494
|
}
|
|
489
495
|
}
|
|
490
496
|
}
|
|
491
|
-
}),
|
|
497
|
+
}), u = (o) => ({
|
|
492
498
|
M4LanguagePopover: {
|
|
493
499
|
styleOverrides: {
|
|
494
500
|
["&.M4LanguagePopover-root"]: {
|
|
@@ -509,7 +515,7 @@ const p = (o) => ({
|
|
|
509
515
|
}
|
|
510
516
|
}
|
|
511
517
|
}
|
|
512
|
-
}),
|
|
518
|
+
}), b = (o) => ({
|
|
513
519
|
M4LImageButton: {
|
|
514
520
|
styleOverrides: {
|
|
515
521
|
["&.M4LImageButton-root"]: {
|
|
@@ -563,7 +569,7 @@ const p = (o) => ({
|
|
|
563
569
|
}
|
|
564
570
|
}
|
|
565
571
|
}
|
|
566
|
-
}),
|
|
572
|
+
}), M = (o) => ({
|
|
567
573
|
M4LImage: {
|
|
568
574
|
styleOverrides: {
|
|
569
575
|
["&.M4LImage-root"]: {
|
|
@@ -574,7 +580,7 @@ const p = (o) => ({
|
|
|
574
580
|
}
|
|
575
581
|
}
|
|
576
582
|
}
|
|
577
|
-
}),
|
|
583
|
+
}), L = (o) => ({
|
|
578
584
|
M4LPopover: {
|
|
579
585
|
styleOverrides: {
|
|
580
586
|
"&.M4LPopover-root": {
|
|
@@ -665,7 +671,7 @@ const p = (o) => ({
|
|
|
665
671
|
}
|
|
666
672
|
}
|
|
667
673
|
}
|
|
668
|
-
}),
|
|
674
|
+
}), y = (o) => ({
|
|
669
675
|
M4LErrorLabel: {
|
|
670
676
|
styleOverrides: {
|
|
671
677
|
["&.M4LHelperText-root"]: {
|
|
@@ -684,7 +690,7 @@ const p = (o) => ({
|
|
|
684
690
|
}
|
|
685
691
|
}
|
|
686
692
|
}
|
|
687
|
-
}),
|
|
693
|
+
}), f = (o) => ({
|
|
688
694
|
M4LTypography: {
|
|
689
695
|
styleOverrides: {
|
|
690
696
|
["&.M4LTypography-root"]: {
|
|
@@ -696,7 +702,7 @@ const p = (o) => ({
|
|
|
696
702
|
}
|
|
697
703
|
}
|
|
698
704
|
}
|
|
699
|
-
}),
|
|
705
|
+
}), h = (o) => ({
|
|
700
706
|
M4LButton: {
|
|
701
707
|
styleOverrides: {
|
|
702
708
|
"&.M4LButton-root": {
|
|
@@ -929,7 +935,7 @@ const p = (o) => ({
|
|
|
929
935
|
}
|
|
930
936
|
}
|
|
931
937
|
}
|
|
932
|
-
}),
|
|
938
|
+
}), w = (o) => ({
|
|
933
939
|
M4LNavLink: {
|
|
934
940
|
styleOverrides: {
|
|
935
941
|
["&.M4LNavLink-root"]: {
|
|
@@ -949,7 +955,7 @@ const p = (o) => ({
|
|
|
949
955
|
}
|
|
950
956
|
}
|
|
951
957
|
}
|
|
952
|
-
}),
|
|
958
|
+
}), v = (o) => ({
|
|
953
959
|
M4LSideBar: {
|
|
954
960
|
styleOverrides: {
|
|
955
961
|
"&.M4LSideBar-root": {
|
|
@@ -980,29 +986,21 @@ const p = (o) => ({
|
|
|
980
986
|
borderColor: o.palette.state.borderPrimary,
|
|
981
987
|
backgroundColor: o.palette.background.default,
|
|
982
988
|
"& .M4LSideBar-contentGroups": {
|
|
989
|
+
padding: "32px 12px",
|
|
983
990
|
"& .M4LSideBar-wrapperGroup": {
|
|
984
|
-
overflow: "
|
|
985
|
-
padding: "
|
|
986
|
-
borderTop: "
|
|
991
|
+
overflow: "visible",
|
|
992
|
+
padding: "8px",
|
|
993
|
+
borderTop: "1px solid",
|
|
987
994
|
borderBottom: "1px solid",
|
|
988
995
|
borderColor: o.palette.state.borderSecondary,
|
|
989
|
-
height: "
|
|
996
|
+
height: "fit-content",
|
|
990
997
|
width: "100%",
|
|
991
|
-
flex: "1",
|
|
992
|
-
"& .M4LSideBar-itemListMainRootContainer": {
|
|
993
|
-
display: "flex",
|
|
994
|
-
flexDirection: "column",
|
|
995
|
-
width: "100%",
|
|
996
|
-
height: "auto",
|
|
997
|
-
overflow: "hidden"
|
|
998
|
-
},
|
|
999
998
|
"& .M4LSideBar-navItemRootContent": {
|
|
1000
999
|
overflow: "hidden",
|
|
1001
1000
|
height: "36px",
|
|
1002
1001
|
padding: "0px 8px",
|
|
1003
1002
|
display: "flex",
|
|
1004
|
-
alignItems: "center"
|
|
1005
|
-
position: "relative"
|
|
1003
|
+
alignItems: "center"
|
|
1006
1004
|
}
|
|
1007
1005
|
}
|
|
1008
1006
|
},
|
|
@@ -1197,7 +1195,10 @@ const p = (o) => ({
|
|
|
1197
1195
|
borderColor: o.palette.state.active12,
|
|
1198
1196
|
boxShadow: o.shadows[1],
|
|
1199
1197
|
"&:hover": {
|
|
1200
|
-
background: t(
|
|
1198
|
+
background: t(
|
|
1199
|
+
o.palette.state.active || "#fff",
|
|
1200
|
+
0.24
|
|
1201
|
+
),
|
|
1201
1202
|
cursor: "pointer"
|
|
1202
1203
|
}
|
|
1203
1204
|
},
|
|
@@ -1226,10 +1227,10 @@ const p = (o) => ({
|
|
|
1226
1227
|
"&::before": {
|
|
1227
1228
|
content: '""',
|
|
1228
1229
|
width: "3px",
|
|
1229
|
-
height: "
|
|
1230
|
-
top: "
|
|
1231
|
-
bottom: "
|
|
1232
|
-
|
|
1230
|
+
height: "50%",
|
|
1231
|
+
top: "25%",
|
|
1232
|
+
bottom: "25%",
|
|
1233
|
+
left: "0px",
|
|
1233
1234
|
backgroundColor: o.palette.state.focus,
|
|
1234
1235
|
borderRadius: "0px 4px 4px 0px",
|
|
1235
1236
|
position: "absolute"
|
|
@@ -1491,7 +1492,10 @@ const p = (o) => ({
|
|
|
1491
1492
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1492
1493
|
background: o.palette.state.active12,
|
|
1493
1494
|
"&:hover": {
|
|
1494
|
-
background: t(
|
|
1495
|
+
background: t(
|
|
1496
|
+
o.palette.state.active || "#fff",
|
|
1497
|
+
0.24
|
|
1498
|
+
),
|
|
1495
1499
|
cursor: "pointer"
|
|
1496
1500
|
}
|
|
1497
1501
|
},
|
|
@@ -1905,7 +1909,7 @@ const p = (o) => ({
|
|
|
1905
1909
|
borderRadius: "4px 0px 0px 4px",
|
|
1906
1910
|
justifyContent: "flex-start",
|
|
1907
1911
|
flexDirection: "column",
|
|
1908
|
-
|
|
1912
|
+
paddingBottom: "4px",
|
|
1909
1913
|
gap: "0px",
|
|
1910
1914
|
height: "auto",
|
|
1911
1915
|
"& .M4LSideBar-navItemMainRoot": {
|
|
@@ -1922,8 +1926,12 @@ const p = (o) => ({
|
|
|
1922
1926
|
border: "1px solid",
|
|
1923
1927
|
borderColor: o.palette.state.active12,
|
|
1924
1928
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1929
|
+
background: o.palette.state.active,
|
|
1925
1930
|
"&:hover": {
|
|
1926
|
-
background: t(
|
|
1931
|
+
background: t(
|
|
1932
|
+
o.palette.state.active || "#fff",
|
|
1933
|
+
0.24
|
|
1934
|
+
),
|
|
1927
1935
|
cursor: "pointer"
|
|
1928
1936
|
}
|
|
1929
1937
|
},
|
|
@@ -2196,7 +2204,10 @@ const p = (o) => ({
|
|
|
2196
2204
|
"& .M4LSideBar-navItemMainRoot": {
|
|
2197
2205
|
background: o.palette.state.active12,
|
|
2198
2206
|
"&:hover": {
|
|
2199
|
-
background: t(
|
|
2207
|
+
background: t(
|
|
2208
|
+
o.palette.state.active || "#fff",
|
|
2209
|
+
0.24
|
|
2210
|
+
),
|
|
2200
2211
|
cursor: "pointer"
|
|
2201
2212
|
}
|
|
2202
2213
|
},
|
|
@@ -2443,7 +2454,10 @@ const p = (o) => ({
|
|
|
2443
2454
|
"& .M4LSideBar-navItemMainRoot": {
|
|
2444
2455
|
background: o.palette.state.active12,
|
|
2445
2456
|
"&:hover": {
|
|
2446
|
-
background: t(
|
|
2457
|
+
background: t(
|
|
2458
|
+
o.palette.state.active || "#fff",
|
|
2459
|
+
0.24
|
|
2460
|
+
),
|
|
2447
2461
|
cursor: "pointer"
|
|
2448
2462
|
}
|
|
2449
2463
|
},
|
|
@@ -2642,7 +2656,7 @@ const p = (o) => ({
|
|
|
2642
2656
|
}
|
|
2643
2657
|
}
|
|
2644
2658
|
}
|
|
2645
|
-
}),
|
|
2659
|
+
}), C = (o) => ({
|
|
2646
2660
|
M4LAreasAdmin: {
|
|
2647
2661
|
styleOverrides: {
|
|
2648
2662
|
"&.M4LAreasAdmin-root": {
|
|
@@ -3074,7 +3088,7 @@ const p = (o) => ({
|
|
|
3074
3088
|
}
|
|
3075
3089
|
}
|
|
3076
3090
|
}
|
|
3077
|
-
}),
|
|
3091
|
+
}), m = (o) => ({
|
|
3078
3092
|
M4LAreasViewer: {
|
|
3079
3093
|
styleOverrides: {
|
|
3080
3094
|
"&.M4LAreasViewer-root": {
|
|
@@ -3321,7 +3335,7 @@ const p = (o) => ({
|
|
|
3321
3335
|
flex: "1",
|
|
3322
3336
|
overflow: "hidden",
|
|
3323
3337
|
[o.breakpoints.up("sm")]: {
|
|
3324
|
-
padding: "
|
|
3338
|
+
padding: "12px"
|
|
3325
3339
|
},
|
|
3326
3340
|
"& .M4LAreasViewer-containerComponent": {
|
|
3327
3341
|
display: "flex",
|
|
@@ -3472,7 +3486,7 @@ const p = (o) => ({
|
|
|
3472
3486
|
},
|
|
3473
3487
|
"& .M4LAreasViewer-windowContent": {
|
|
3474
3488
|
background: o.palette.background.neutral,
|
|
3475
|
-
padding: "
|
|
3489
|
+
padding: "12px"
|
|
3476
3490
|
}
|
|
3477
3491
|
},
|
|
3478
3492
|
"& .M4LAreasViewer-windowRoot": {
|
|
@@ -3735,7 +3749,7 @@ const p = (o) => ({
|
|
|
3735
3749
|
}
|
|
3736
3750
|
}
|
|
3737
3751
|
}
|
|
3738
|
-
}),
|
|
3752
|
+
}), k = (o) => ({
|
|
3739
3753
|
M4LAppBar: {
|
|
3740
3754
|
styleOverrides: {
|
|
3741
3755
|
"&.M4LAppBar-root": {
|
|
@@ -3858,7 +3872,7 @@ const p = (o) => ({
|
|
|
3858
3872
|
}
|
|
3859
3873
|
}
|
|
3860
3874
|
}
|
|
3861
|
-
}),
|
|
3875
|
+
}), B = (o) => ({
|
|
3862
3876
|
M4LAvatar: {
|
|
3863
3877
|
styleOverrides: {
|
|
3864
3878
|
"&.M4LAvatar-root": {
|
|
@@ -3880,7 +3894,7 @@ const p = (o) => ({
|
|
|
3880
3894
|
}
|
|
3881
3895
|
}
|
|
3882
3896
|
}
|
|
3883
|
-
}),
|
|
3897
|
+
}), I = (o) => ({
|
|
3884
3898
|
M4LAccountPopover: {
|
|
3885
3899
|
styleOverrides: {
|
|
3886
3900
|
"&.M4LAccountPopover-root": {
|
|
@@ -4159,7 +4173,7 @@ const p = (o) => ({
|
|
|
4159
4173
|
}
|
|
4160
4174
|
}
|
|
4161
4175
|
}
|
|
4162
|
-
}),
|
|
4176
|
+
}), S = (o) => ({
|
|
4163
4177
|
M4LModuleLayout: {
|
|
4164
4178
|
styleOverrides: {
|
|
4165
4179
|
"&.M4LModuleLayout-root": {
|
|
@@ -4176,7 +4190,7 @@ const p = (o) => ({
|
|
|
4176
4190
|
}
|
|
4177
4191
|
}
|
|
4178
4192
|
}
|
|
4179
|
-
}),
|
|
4193
|
+
}), R = (o) => ({
|
|
4180
4194
|
M4LMasterDetailLayout: {
|
|
4181
4195
|
styleOverrides: {
|
|
4182
4196
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -4209,7 +4223,7 @@ const p = (o) => ({
|
|
|
4209
4223
|
}
|
|
4210
4224
|
}
|
|
4211
4225
|
}
|
|
4212
|
-
}),
|
|
4226
|
+
}), T = (o) => ({
|
|
4213
4227
|
M4LSplitLayout: {
|
|
4214
4228
|
styleOverrides: {
|
|
4215
4229
|
"&.M4LSplitLayout-root": {
|
|
@@ -4231,7 +4245,6 @@ const p = (o) => ({
|
|
|
4231
4245
|
width: "100%",
|
|
4232
4246
|
height: "100%",
|
|
4233
4247
|
"& .M4LStack-root": {
|
|
4234
|
-
gap: "8px",
|
|
4235
4248
|
overflow: "hidden"
|
|
4236
4249
|
}
|
|
4237
4250
|
},
|
|
@@ -4331,7 +4344,7 @@ const p = (o) => ({
|
|
|
4331
4344
|
}
|
|
4332
4345
|
}
|
|
4333
4346
|
}
|
|
4334
|
-
}),
|
|
4347
|
+
}), A = (o) => ({
|
|
4335
4348
|
M4LCommonActions: {
|
|
4336
4349
|
styleOverrides: {
|
|
4337
4350
|
"&.M4LCommonActions-root": {
|
|
@@ -4344,7 +4357,7 @@ const p = (o) => ({
|
|
|
4344
4357
|
}
|
|
4345
4358
|
}
|
|
4346
4359
|
}
|
|
4347
|
-
}),
|
|
4360
|
+
}), P = (o) => ({
|
|
4348
4361
|
M4LinearProgressIndeterminate: {
|
|
4349
4362
|
styleOverrides: {
|
|
4350
4363
|
"&.M4LinearProgressIndeterminate-root": {
|
|
@@ -4398,7 +4411,7 @@ const p = (o) => ({
|
|
|
4398
4411
|
}
|
|
4399
4412
|
}
|
|
4400
4413
|
}
|
|
4401
|
-
}),
|
|
4414
|
+
}), D = (o) => ({
|
|
4402
4415
|
M4LPropertyValue: {
|
|
4403
4416
|
styleOverrides: {
|
|
4404
4417
|
"&.M4LPropertyValue-root": {
|
|
@@ -4500,13 +4513,14 @@ const p = (o) => ({
|
|
|
4500
4513
|
}
|
|
4501
4514
|
}
|
|
4502
4515
|
}
|
|
4503
|
-
}),
|
|
4516
|
+
}), F = (o) => ({
|
|
4504
4517
|
M4LTab: {
|
|
4505
4518
|
styleOverrides: {
|
|
4506
4519
|
"&.M4LTab-root": {
|
|
4507
4520
|
width: "fit-content",
|
|
4508
4521
|
background: o.palette.background.header,
|
|
4509
4522
|
borderRadius: "4px 4px 0 0",
|
|
4523
|
+
zIndex: "3",
|
|
4510
4524
|
"& .MuiButtonBase-root": {
|
|
4511
4525
|
background: o.palette.background.header,
|
|
4512
4526
|
height: "32px",
|
|
@@ -4524,8 +4538,15 @@ const p = (o) => ({
|
|
|
4524
4538
|
borderRadius: "4px 4px 0 0",
|
|
4525
4539
|
"& .M4LIcon-root": {
|
|
4526
4540
|
marginBottom: "0"
|
|
4541
|
+
},
|
|
4542
|
+
[o.breakpoints.down("md")]: {
|
|
4543
|
+
height: "44px",
|
|
4544
|
+
minHeight: "fit-content"
|
|
4527
4545
|
}
|
|
4528
4546
|
},
|
|
4547
|
+
"& .MuiTab-root": {
|
|
4548
|
+
borderBottom: `1px solid ${o.palette.state.borderSecondary}`
|
|
4549
|
+
},
|
|
4529
4550
|
"& .MuiButtonBase-root:hover": {
|
|
4530
4551
|
color: o.palette.state.hover,
|
|
4531
4552
|
"& .M4LIcon-icon": {
|
|
@@ -4534,7 +4555,10 @@ const p = (o) => ({
|
|
|
4534
4555
|
},
|
|
4535
4556
|
"& .Mui-selected": {
|
|
4536
4557
|
background: o.palette.background.default,
|
|
4537
|
-
|
|
4558
|
+
borderTop: `1px solid ${o.palette.state.borderSecondary}`,
|
|
4559
|
+
borderLeft: `1px solid ${o.palette.state.borderSecondary}`,
|
|
4560
|
+
borderRight: `1px solid ${o.palette.state.borderSecondary}`,
|
|
4561
|
+
borderBottom: `1px solid ${o.palette.background.default}`,
|
|
4538
4562
|
...o.typography.bodyDens,
|
|
4539
4563
|
color: o.palette.text.primary,
|
|
4540
4564
|
lineHeight: "none",
|
|
@@ -4552,7 +4576,7 @@ const p = (o) => ({
|
|
|
4552
4576
|
}
|
|
4553
4577
|
}
|
|
4554
4578
|
}
|
|
4555
|
-
}),
|
|
4579
|
+
}), H = (o) => ({
|
|
4556
4580
|
M4LAccordion: {
|
|
4557
4581
|
styleOverrides: {
|
|
4558
4582
|
"&.M4LAccordion-root": {
|
|
@@ -4693,7 +4717,7 @@ const p = (o) => ({
|
|
|
4693
4717
|
}
|
|
4694
4718
|
}
|
|
4695
4719
|
}
|
|
4696
|
-
}),
|
|
4720
|
+
}), W = (o) => ({
|
|
4697
4721
|
M4LRHFormProvider: {
|
|
4698
4722
|
styleOverrides: {
|
|
4699
4723
|
"&.M4LRHFormProvider-root": {
|
|
@@ -4708,7 +4732,7 @@ const p = (o) => ({
|
|
|
4708
4732
|
}
|
|
4709
4733
|
}
|
|
4710
4734
|
}
|
|
4711
|
-
}),
|
|
4735
|
+
}), z = (o) => ({
|
|
4712
4736
|
M4LPeriod: {
|
|
4713
4737
|
styleOverrides: {
|
|
4714
4738
|
"&.M4LPeriod-root": {
|
|
@@ -4888,7 +4912,7 @@ const p = (o) => ({
|
|
|
4888
4912
|
}
|
|
4889
4913
|
}
|
|
4890
4914
|
}
|
|
4891
|
-
}),
|
|
4915
|
+
}), V = (o) => ({
|
|
4892
4916
|
M4LModalDialog: {
|
|
4893
4917
|
styleOverrides: {
|
|
4894
4918
|
"&.M4LModal-root": {
|
|
@@ -4987,7 +5011,6 @@ const p = (o) => ({
|
|
|
4987
5011
|
flex: "1",
|
|
4988
5012
|
overflow: "hidden",
|
|
4989
5013
|
"& .M4LStack-root": {
|
|
4990
|
-
gap: "8px",
|
|
4991
5014
|
overflow: "hidden"
|
|
4992
5015
|
}
|
|
4993
5016
|
}
|
|
@@ -5015,7 +5038,7 @@ const p = (o) => ({
|
|
|
5015
5038
|
}
|
|
5016
5039
|
}
|
|
5017
5040
|
}
|
|
5018
|
-
}),
|
|
5041
|
+
}), O = (o) => ({
|
|
5019
5042
|
M4LPaperForm: {
|
|
5020
5043
|
styleOverrides: {
|
|
5021
5044
|
"&.M4LPaperForm-root": {
|
|
@@ -5064,7 +5087,7 @@ const p = (o) => ({
|
|
|
5064
5087
|
}
|
|
5065
5088
|
}
|
|
5066
5089
|
}
|
|
5067
|
-
}),
|
|
5090
|
+
}), j = (o) => ({
|
|
5068
5091
|
M4LTooltip: {
|
|
5069
5092
|
styleOverrides: {
|
|
5070
5093
|
"&.M4LTooltip-root": {
|
|
@@ -5085,7 +5108,7 @@ const p = (o) => ({
|
|
|
5085
5108
|
}
|
|
5086
5109
|
}
|
|
5087
5110
|
}
|
|
5088
|
-
}),
|
|
5111
|
+
}), G = (o) => ({
|
|
5089
5112
|
M4LBadge: {
|
|
5090
5113
|
styleOverrides: {
|
|
5091
5114
|
"&.M4LBadge-root": {
|
|
@@ -5116,7 +5139,7 @@ const p = (o) => ({
|
|
|
5116
5139
|
}
|
|
5117
5140
|
}
|
|
5118
5141
|
}
|
|
5119
|
-
}),
|
|
5142
|
+
}), N = (o) => ({
|
|
5120
5143
|
M4LDataGrid: {
|
|
5121
5144
|
styleOverrides: {
|
|
5122
5145
|
"&.M4LDataGrid-root": {
|
|
@@ -5458,7 +5481,7 @@ const p = (o) => ({
|
|
|
5458
5481
|
}
|
|
5459
5482
|
}
|
|
5460
5483
|
}
|
|
5461
|
-
}),
|
|
5484
|
+
}), E = (o) => ({
|
|
5462
5485
|
M4LPager: {
|
|
5463
5486
|
styleOverrides: {
|
|
5464
5487
|
"&.M4LPager-root": {
|
|
@@ -5565,7 +5588,7 @@ const p = (o) => ({
|
|
|
5565
5588
|
}
|
|
5566
5589
|
}
|
|
5567
5590
|
}
|
|
5568
|
-
}),
|
|
5591
|
+
}), $ = (o) => ({
|
|
5569
5592
|
M4LCheckBox: {
|
|
5570
5593
|
styleOverrides: {
|
|
5571
5594
|
"&.M4LCheckBox-root": {
|
|
@@ -5636,7 +5659,7 @@ const p = (o) => ({
|
|
|
5636
5659
|
}
|
|
5637
5660
|
}
|
|
5638
5661
|
}
|
|
5639
|
-
}),
|
|
5662
|
+
}), _ = (o) => ({
|
|
5640
5663
|
M4LStack: {
|
|
5641
5664
|
styleOverrides: {
|
|
5642
5665
|
"&.M4LStack-root": {
|
|
@@ -5649,7 +5672,7 @@ const p = (o) => ({
|
|
|
5649
5672
|
}
|
|
5650
5673
|
}
|
|
5651
5674
|
}
|
|
5652
|
-
}),
|
|
5675
|
+
}), U = (o) => ({
|
|
5653
5676
|
M4LTabs: {
|
|
5654
5677
|
styleOverrides: {
|
|
5655
5678
|
"&.M4LTabs-root": {
|
|
@@ -5658,6 +5681,7 @@ const p = (o) => ({
|
|
|
5658
5681
|
position: "relative",
|
|
5659
5682
|
minHeight: "32px",
|
|
5660
5683
|
borderRadius: "4px 4px 0 0",
|
|
5684
|
+
zIndex: "2",
|
|
5661
5685
|
"& .MuiTabs-indicator": {
|
|
5662
5686
|
display: "none"
|
|
5663
5687
|
},
|
|
@@ -5678,8 +5702,7 @@ const p = (o) => ({
|
|
|
5678
5702
|
"& .MuiTabs-flexContainer": {
|
|
5679
5703
|
padding: "0px",
|
|
5680
5704
|
backgroundColor: "transparent",
|
|
5681
|
-
|
|
5682
|
-
width: "fit-content",
|
|
5705
|
+
width: "100%",
|
|
5683
5706
|
borderRadius: "4px 4px 0 0"
|
|
5684
5707
|
}
|
|
5685
5708
|
},
|
|
@@ -5689,7 +5712,7 @@ const p = (o) => ({
|
|
|
5689
5712
|
}
|
|
5690
5713
|
}
|
|
5691
5714
|
}
|
|
5692
|
-
}),
|
|
5715
|
+
}), Y = (o) => ({
|
|
5693
5716
|
M4LNoItemSelected: {
|
|
5694
5717
|
styleOverrides: {
|
|
5695
5718
|
"&.M4LNoItemSelected-root": {
|
|
@@ -5709,7 +5732,7 @@ const p = (o) => ({
|
|
|
5709
5732
|
}
|
|
5710
5733
|
}
|
|
5711
5734
|
}
|
|
5712
|
-
}),
|
|
5735
|
+
}), q = (o) => ({
|
|
5713
5736
|
M4LScrollBar: {
|
|
5714
5737
|
styleOverrides: {
|
|
5715
5738
|
"&.M4LScrollBar-root": {
|
|
@@ -5744,7 +5767,7 @@ const p = (o) => ({
|
|
|
5744
5767
|
}
|
|
5745
5768
|
}
|
|
5746
5769
|
}
|
|
5747
|
-
}),
|
|
5770
|
+
}), X = (o) => ({
|
|
5748
5771
|
M4LGridLayout: {
|
|
5749
5772
|
styleOverrides: {
|
|
5750
5773
|
"&.M4LGridLayout-root": {
|
|
@@ -5752,27 +5775,38 @@ const p = (o) => ({
|
|
|
5752
5775
|
}
|
|
5753
5776
|
}
|
|
5754
5777
|
}
|
|
5755
|
-
}),
|
|
5778
|
+
}), J = (o) => ({
|
|
5756
5779
|
M4LTabContent: {
|
|
5757
5780
|
styleOverrides: {
|
|
5758
5781
|
"&.M4LTabContent-root": {
|
|
5759
|
-
padding: "
|
|
5782
|
+
padding: "12px",
|
|
5760
5783
|
display: "flex",
|
|
5761
5784
|
overflow: "hidden",
|
|
5762
5785
|
height: "100%",
|
|
5763
5786
|
flexDirection: "column",
|
|
5764
5787
|
gap: "8px",
|
|
5765
5788
|
background: o.palette.background.default,
|
|
5766
|
-
borderRadius: "0
|
|
5789
|
+
borderRadius: "0 4px 4px 4px",
|
|
5767
5790
|
position: "relative",
|
|
5768
5791
|
flex: 1,
|
|
5792
|
+
borderTop: "1px solid",
|
|
5793
|
+
borderLeft: "1px solid",
|
|
5794
|
+
borderRight: "1px solid",
|
|
5795
|
+
borderBottom: "1px solid",
|
|
5796
|
+
borderColor: o.palette.state.borderSecondary,
|
|
5797
|
+
boxSizing: "border-box",
|
|
5798
|
+
zIndex: "1",
|
|
5799
|
+
top: "-1px",
|
|
5800
|
+
"& .M4LStack-root": {
|
|
5801
|
+
gap: "8px !important"
|
|
5802
|
+
},
|
|
5769
5803
|
"&.M4LTabContent-root > div": {
|
|
5770
5804
|
gap: "8px"
|
|
5771
5805
|
}
|
|
5772
5806
|
}
|
|
5773
5807
|
}
|
|
5774
5808
|
}
|
|
5775
|
-
}),
|
|
5809
|
+
}), K = (o) => ({
|
|
5776
5810
|
M4LMenuActions: {
|
|
5777
5811
|
styleOverrides: {
|
|
5778
5812
|
"&.M4LMenuActions-root": {
|
|
@@ -5806,7 +5840,7 @@ const p = (o) => ({
|
|
|
5806
5840
|
}
|
|
5807
5841
|
}
|
|
5808
5842
|
}
|
|
5809
|
-
}),
|
|
5843
|
+
}), Q = (o) => ({
|
|
5810
5844
|
M4LPrintingSystem: {
|
|
5811
5845
|
styleOverrides: {
|
|
5812
5846
|
"&.M4LPrintingSystem-root": {
|
|
@@ -5988,7 +6022,7 @@ const p = (o) => ({
|
|
|
5988
6022
|
}
|
|
5989
6023
|
}
|
|
5990
6024
|
}
|
|
5991
|
-
}),
|
|
6025
|
+
}), Z = (o) => ({
|
|
5992
6026
|
M4LFormatter: {
|
|
5993
6027
|
styleOverrides: {
|
|
5994
6028
|
"&.M4LFormatter-root": {
|
|
@@ -6005,7 +6039,7 @@ const p = (o) => ({
|
|
|
6005
6039
|
}
|
|
6006
6040
|
}
|
|
6007
6041
|
}
|
|
6008
|
-
}),
|
|
6042
|
+
}), oo = (o) => ({
|
|
6009
6043
|
M4LoadingError: {
|
|
6010
6044
|
styleOverrides: {
|
|
6011
6045
|
"&.M4LoadingError-root": {
|
|
@@ -6064,7 +6098,7 @@ const p = (o) => ({
|
|
|
6064
6098
|
}
|
|
6065
6099
|
}
|
|
6066
6100
|
}
|
|
6067
|
-
}),
|
|
6101
|
+
}), to = (o) => ({
|
|
6068
6102
|
M4LMFLoader: {
|
|
6069
6103
|
styleOverrides: {
|
|
6070
6104
|
"&.M4LMFLoader-root": {
|
|
@@ -6083,7 +6117,7 @@ const p = (o) => ({
|
|
|
6083
6117
|
}
|
|
6084
6118
|
}
|
|
6085
6119
|
}
|
|
6086
|
-
}),
|
|
6120
|
+
}), eo = (o) => ({
|
|
6087
6121
|
M4LLoadingButton: {
|
|
6088
6122
|
styleOverrides: {
|
|
6089
6123
|
"&.M4LLoadingButton-root": {
|
|
@@ -6315,7 +6349,7 @@ const p = (o) => ({
|
|
|
6315
6349
|
}
|
|
6316
6350
|
}
|
|
6317
6351
|
}
|
|
6318
|
-
}),
|
|
6352
|
+
}), ro = (o) => ({
|
|
6319
6353
|
M4LToastContainer: {
|
|
6320
6354
|
styleOverrides: {
|
|
6321
6355
|
"&.M4LToastContainer-root": {
|
|
@@ -6393,7 +6427,7 @@ const p = (o) => ({
|
|
|
6393
6427
|
}
|
|
6394
6428
|
}
|
|
6395
6429
|
}
|
|
6396
|
-
}),
|
|
6430
|
+
}), ao = (o) => ({
|
|
6397
6431
|
M4LPDFViewer: {
|
|
6398
6432
|
styleOverrides: {
|
|
6399
6433
|
"&.M4LPDFViewer-root": {
|
|
@@ -6408,7 +6442,7 @@ const p = (o) => ({
|
|
|
6408
6442
|
}
|
|
6409
6443
|
}
|
|
6410
6444
|
}
|
|
6411
|
-
}),
|
|
6445
|
+
}), io = (o) => ({
|
|
6412
6446
|
M4LTopBar: {
|
|
6413
6447
|
styleOverrides: {
|
|
6414
6448
|
"&.M4LTopBar-root": {
|
|
@@ -6471,7 +6505,7 @@ const p = (o) => ({
|
|
|
6471
6505
|
}
|
|
6472
6506
|
}
|
|
6473
6507
|
}
|
|
6474
|
-
}),
|
|
6508
|
+
}), no = (o) => ({
|
|
6475
6509
|
M4LAppBarCommercial: {
|
|
6476
6510
|
styleOverrides: {
|
|
6477
6511
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6492,7 +6526,7 @@ const p = (o) => ({
|
|
|
6492
6526
|
}
|
|
6493
6527
|
}
|
|
6494
6528
|
}
|
|
6495
|
-
}),
|
|
6529
|
+
}), po = (o) => ({
|
|
6496
6530
|
M4LSectionCommercial: {
|
|
6497
6531
|
styleOverrides: {
|
|
6498
6532
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6511,7 +6545,7 @@ const p = (o) => ({
|
|
|
6511
6545
|
}
|
|
6512
6546
|
}
|
|
6513
6547
|
}
|
|
6514
|
-
}),
|
|
6548
|
+
}), lo = (o) => ({
|
|
6515
6549
|
M4LHamburgerMenuCommercial: {
|
|
6516
6550
|
styleOverrides: {
|
|
6517
6551
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6521,7 +6555,7 @@ const p = (o) => ({
|
|
|
6521
6555
|
}
|
|
6522
6556
|
}
|
|
6523
6557
|
}
|
|
6524
|
-
}),
|
|
6558
|
+
}), so = (o) => ({
|
|
6525
6559
|
M4LFieldLabel: {
|
|
6526
6560
|
styleOverrides: {
|
|
6527
6561
|
"&.M4LFieldLabel-root": {
|
|
@@ -6546,57 +6580,57 @@ const p = (o) => ({
|
|
|
6546
6580
|
}
|
|
6547
6581
|
});
|
|
6548
6582
|
export {
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6583
|
+
F as A,
|
|
6584
|
+
H as B,
|
|
6585
|
+
z as C,
|
|
6586
|
+
V as D,
|
|
6587
|
+
O as E,
|
|
6588
|
+
j as F,
|
|
6589
|
+
E as G,
|
|
6590
|
+
$ as H,
|
|
6591
|
+
_ as I,
|
|
6592
|
+
U as J,
|
|
6593
|
+
Y as K,
|
|
6594
|
+
q as L,
|
|
6595
|
+
eo as M,
|
|
6596
|
+
X as N,
|
|
6597
|
+
J as O,
|
|
6598
|
+
K as P,
|
|
6599
|
+
Q,
|
|
6600
|
+
Z as R,
|
|
6601
|
+
oo as S,
|
|
6602
|
+
to as T,
|
|
6603
|
+
ro as U,
|
|
6604
|
+
ao as V,
|
|
6605
|
+
io as W,
|
|
6606
|
+
no as X,
|
|
6607
|
+
po as Y,
|
|
6608
|
+
lo as Z,
|
|
6609
|
+
so as _,
|
|
6610
|
+
c as a,
|
|
6611
|
+
W as b,
|
|
6612
|
+
g as c,
|
|
6613
|
+
x as d,
|
|
6614
|
+
u as e,
|
|
6615
|
+
b as f,
|
|
6616
|
+
w as g,
|
|
6617
|
+
M as h,
|
|
6618
|
+
G as i,
|
|
6619
|
+
L as j,
|
|
6620
|
+
N as k,
|
|
6621
|
+
y as l,
|
|
6622
|
+
f as m,
|
|
6623
|
+
h as n,
|
|
6624
|
+
v as o,
|
|
6625
|
+
k as p,
|
|
6626
|
+
C as q,
|
|
6627
|
+
m as r,
|
|
6628
|
+
B as s,
|
|
6629
|
+
I as t,
|
|
6630
|
+
S as u,
|
|
6631
|
+
R as v,
|
|
6632
|
+
T as w,
|
|
6633
|
+
A as x,
|
|
6634
|
+
P as y,
|
|
6635
|
+
D as z
|
|
6602
6636
|
};
|