@m4l/styles 0.0.46 → 0.0.48
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 +37 -37
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.656b9eff.js → defaultThemeOptions.348dc196.js} +8 -11
- package/theme/index.34d0fdea.js +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +8 -3
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +20 -139
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +18 -3
- package/theme/overrides/M4LExtendedComponents/{index.af978cd0.js → index.fbdb0818.js} +154 -137
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +37 -0
- package/theme/overrides/M4LRHFComponents/{index.02fada22.js → index.f37c2406.js} +43 -6
- package/theme/overrides/MUIComponents/{index.b3f5b7a7.js → index.d2b98b86.js} +41 -98
- package/theme/overrides/index.155beeb3.js +110 -0
- package/theme/{typography.ed54f014.js → typography.8878fde5.js} +24 -32
- package/types/augmentations.d.ts +121 -121
- package/types/types.d.ts +24 -24
- package/utils/{getColorState.7b9634af.js → getColorState.6c23eada.js} +2 -7
- package/vite-env.d.ts +3 -3
- package/theme/index.bc975e94.js +0 -7
- package/theme/overrides/MUIComponents/Dialog.d.ts +0 -55
- package/theme/overrides/index.d6e1b6ee.js +0 -111
|
@@ -1,11 +1,7 @@
|
|
|
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";
|
|
5
3
|
import { P as r } from "../../palette.0590e8a6.js";
|
|
6
|
-
|
|
7
|
-
import "@mui/material";
|
|
8
|
-
const c = (o) => ({
|
|
4
|
+
const p = (o) => ({
|
|
9
5
|
M4LDynamicFilter: {
|
|
10
6
|
styleOverrides: {
|
|
11
7
|
"&.M4LDynamicFilter-root": {
|
|
@@ -208,6 +204,7 @@ const c = (o) => ({
|
|
|
208
204
|
"& .M4LDynamicFilter-popoverFilterPaper": {
|
|
209
205
|
padding: "0px",
|
|
210
206
|
minWidth: "220px",
|
|
207
|
+
maxWidth: "100%",
|
|
211
208
|
minHeight: "auto",
|
|
212
209
|
boxShadow: o.customShadows.z3,
|
|
213
210
|
"& .M4LPopover-arrowStyle": {
|
|
@@ -217,6 +214,7 @@ const c = (o) => ({
|
|
|
217
214
|
gap: "0px",
|
|
218
215
|
width: "max-content",
|
|
219
216
|
minWidth: "220px",
|
|
217
|
+
maxWidth: "420px",
|
|
220
218
|
height: "fit-content",
|
|
221
219
|
"& .M4LDynamicFilter-popoverFilterHeader": {
|
|
222
220
|
background: o.palette.state.default,
|
|
@@ -241,7 +239,8 @@ const c = (o) => ({
|
|
|
241
239
|
[`& .M4LDynamicFilter-containerStringFilter,
|
|
242
240
|
& .M4LDynamicFilter-containerBooleanFilter,
|
|
243
241
|
& .M4LDynamicFilter-containerNumberFilter,
|
|
244
|
-
& .M4LDynamicFilter-containerDateTimeFilter
|
|
242
|
+
& .M4LDynamicFilter-containerDateTimeFilter,
|
|
243
|
+
& .M4LDynamicFilter-containerSelectFilter
|
|
245
244
|
`]: {
|
|
246
245
|
display: "flex",
|
|
247
246
|
height: "auto",
|
|
@@ -280,7 +279,8 @@ const c = (o) => ({
|
|
|
280
279
|
[`& .M4LDynamicFilter-containerStringFilter,
|
|
281
280
|
& .M4LDynamicFilter-containerBooleanFilter,
|
|
282
281
|
& .M4LDynamicFilter-containerNumberFilter,
|
|
283
|
-
& .M4LDynamicFilter-containerDateTimeFilter
|
|
282
|
+
& .M4LDynamicFilter-containerDateTimeFilter,
|
|
283
|
+
& .M4LDynamicFilter-containerSelectFilter
|
|
284
284
|
`]: {
|
|
285
285
|
display: "flex",
|
|
286
286
|
height: "auto",
|
|
@@ -304,7 +304,7 @@ const c = (o) => ({
|
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
|
-
}),
|
|
307
|
+
}), d = (o) => ({
|
|
308
308
|
M4LIcon: {
|
|
309
309
|
styleOverrides: {
|
|
310
310
|
["&.M4LIcon-root"]: {
|
|
@@ -353,7 +353,7 @@ const c = (o) => ({
|
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
|
-
}),
|
|
356
|
+
}), l = (o) => ({
|
|
357
357
|
M4LIconButton: {
|
|
358
358
|
styleOverrides: {
|
|
359
359
|
["&.M4LIconButton-root"]: {
|
|
@@ -488,7 +488,7 @@ const c = (o) => ({
|
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
}),
|
|
491
|
+
}), s = (o) => ({
|
|
492
492
|
M4LanguagePopover: {
|
|
493
493
|
styleOverrides: {
|
|
494
494
|
["&.M4LanguagePopover-root"]: {
|
|
@@ -509,7 +509,7 @@ const c = (o) => ({
|
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
|
-
}),
|
|
512
|
+
}), c = (o) => ({
|
|
513
513
|
M4LImageButton: {
|
|
514
514
|
styleOverrides: {
|
|
515
515
|
["&.M4LImageButton-root"]: {
|
|
@@ -563,7 +563,7 @@ const c = (o) => ({
|
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
|
-
}),
|
|
566
|
+
}), g = (o) => ({
|
|
567
567
|
M4LImage: {
|
|
568
568
|
styleOverrides: {
|
|
569
569
|
["&.M4LImage-root"]: {
|
|
@@ -574,7 +574,7 @@ const c = (o) => ({
|
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
}),
|
|
577
|
+
}), x = (o) => ({
|
|
578
578
|
M4LPopover: {
|
|
579
579
|
styleOverrides: {
|
|
580
580
|
"&.M4LPopover-root": {
|
|
@@ -665,7 +665,7 @@ const c = (o) => ({
|
|
|
665
665
|
}
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
|
-
}),
|
|
668
|
+
}), u = (o) => ({
|
|
669
669
|
M4LErrorLabel: {
|
|
670
670
|
styleOverrides: {
|
|
671
671
|
["&.M4LHelperText-root"]: {
|
|
@@ -684,7 +684,7 @@ const c = (o) => ({
|
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
}),
|
|
687
|
+
}), b = (o) => ({
|
|
688
688
|
M4LTypography: {
|
|
689
689
|
styleOverrides: {
|
|
690
690
|
["&.M4LTypography-root"]: {
|
|
@@ -696,7 +696,7 @@ const c = (o) => ({
|
|
|
696
696
|
}
|
|
697
697
|
}
|
|
698
698
|
}
|
|
699
|
-
}),
|
|
699
|
+
}), M = (o) => ({
|
|
700
700
|
M4LButton: {
|
|
701
701
|
styleOverrides: {
|
|
702
702
|
"&.M4LButton-root": {
|
|
@@ -929,7 +929,7 @@ const c = (o) => ({
|
|
|
929
929
|
}
|
|
930
930
|
}
|
|
931
931
|
}
|
|
932
|
-
}),
|
|
932
|
+
}), L = (o) => ({
|
|
933
933
|
M4LNavLink: {
|
|
934
934
|
styleOverrides: {
|
|
935
935
|
["&.M4LNavLink-root"]: {
|
|
@@ -949,7 +949,7 @@ const c = (o) => ({
|
|
|
949
949
|
}
|
|
950
950
|
}
|
|
951
951
|
}
|
|
952
|
-
}),
|
|
952
|
+
}), y = (o) => ({
|
|
953
953
|
M4LSideBar: {
|
|
954
954
|
styleOverrides: {
|
|
955
955
|
"&.M4LSideBar-root": {
|
|
@@ -2642,7 +2642,7 @@ const c = (o) => ({
|
|
|
2642
2642
|
}
|
|
2643
2643
|
}
|
|
2644
2644
|
}
|
|
2645
|
-
}),
|
|
2645
|
+
}), f = (o) => ({
|
|
2646
2646
|
M4LAreasAdmin: {
|
|
2647
2647
|
styleOverrides: {
|
|
2648
2648
|
"&.M4LAreasAdmin-root": {
|
|
@@ -3074,7 +3074,7 @@ const c = (o) => ({
|
|
|
3074
3074
|
}
|
|
3075
3075
|
}
|
|
3076
3076
|
}
|
|
3077
|
-
}),
|
|
3077
|
+
}), h = (o) => ({
|
|
3078
3078
|
M4LAreasViewer: {
|
|
3079
3079
|
styleOverrides: {
|
|
3080
3080
|
"&.M4LAreasViewer-root": {
|
|
@@ -3735,7 +3735,7 @@ const c = (o) => ({
|
|
|
3735
3735
|
}
|
|
3736
3736
|
}
|
|
3737
3737
|
}
|
|
3738
|
-
}),
|
|
3738
|
+
}), w = (o) => ({
|
|
3739
3739
|
M4LAppBar: {
|
|
3740
3740
|
styleOverrides: {
|
|
3741
3741
|
"&.M4LAppBar-root": {
|
|
@@ -3858,7 +3858,7 @@ const c = (o) => ({
|
|
|
3858
3858
|
}
|
|
3859
3859
|
}
|
|
3860
3860
|
}
|
|
3861
|
-
}),
|
|
3861
|
+
}), v = (o) => ({
|
|
3862
3862
|
M4LAvatar: {
|
|
3863
3863
|
styleOverrides: {
|
|
3864
3864
|
"&.M4LAvatar-root": {
|
|
@@ -3880,7 +3880,7 @@ const c = (o) => ({
|
|
|
3880
3880
|
}
|
|
3881
3881
|
}
|
|
3882
3882
|
}
|
|
3883
|
-
}),
|
|
3883
|
+
}), C = (o) => ({
|
|
3884
3884
|
M4LAccountPopover: {
|
|
3885
3885
|
styleOverrides: {
|
|
3886
3886
|
"&.M4LAccountPopover-root": {
|
|
@@ -4159,7 +4159,7 @@ const c = (o) => ({
|
|
|
4159
4159
|
}
|
|
4160
4160
|
}
|
|
4161
4161
|
}
|
|
4162
|
-
}),
|
|
4162
|
+
}), m = (o) => ({
|
|
4163
4163
|
M4LModuleLayout: {
|
|
4164
4164
|
styleOverrides: {
|
|
4165
4165
|
"&.M4LModuleLayout-root": {
|
|
@@ -4176,7 +4176,7 @@ const c = (o) => ({
|
|
|
4176
4176
|
}
|
|
4177
4177
|
}
|
|
4178
4178
|
}
|
|
4179
|
-
}),
|
|
4179
|
+
}), k = (o) => ({
|
|
4180
4180
|
M4LMasterDetailLayout: {
|
|
4181
4181
|
styleOverrides: {
|
|
4182
4182
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -4209,7 +4209,7 @@ const c = (o) => ({
|
|
|
4209
4209
|
}
|
|
4210
4210
|
}
|
|
4211
4211
|
}
|
|
4212
|
-
}),
|
|
4212
|
+
}), B = (o) => ({
|
|
4213
4213
|
M4LSplitLayout: {
|
|
4214
4214
|
styleOverrides: {
|
|
4215
4215
|
"&.M4LSplitLayout-root": {
|
|
@@ -4331,7 +4331,7 @@ const c = (o) => ({
|
|
|
4331
4331
|
}
|
|
4332
4332
|
}
|
|
4333
4333
|
}
|
|
4334
|
-
}),
|
|
4334
|
+
}), I = (o) => ({
|
|
4335
4335
|
M4LCommonActions: {
|
|
4336
4336
|
styleOverrides: {
|
|
4337
4337
|
"&.M4LCommonActions-root": {
|
|
@@ -4344,7 +4344,7 @@ const c = (o) => ({
|
|
|
4344
4344
|
}
|
|
4345
4345
|
}
|
|
4346
4346
|
}
|
|
4347
|
-
}),
|
|
4347
|
+
}), S = (o) => ({
|
|
4348
4348
|
M4LinearProgressIndeterminate: {
|
|
4349
4349
|
styleOverrides: {
|
|
4350
4350
|
"&.M4LinearProgressIndeterminate-root": {
|
|
@@ -4398,7 +4398,7 @@ const c = (o) => ({
|
|
|
4398
4398
|
}
|
|
4399
4399
|
}
|
|
4400
4400
|
}
|
|
4401
|
-
}),
|
|
4401
|
+
}), R = (o) => ({
|
|
4402
4402
|
M4LPropertyValue: {
|
|
4403
4403
|
styleOverrides: {
|
|
4404
4404
|
"&.M4LPropertyValue-root": {
|
|
@@ -4500,7 +4500,7 @@ const c = (o) => ({
|
|
|
4500
4500
|
}
|
|
4501
4501
|
}
|
|
4502
4502
|
}
|
|
4503
|
-
}),
|
|
4503
|
+
}), T = (o) => ({
|
|
4504
4504
|
M4LTab: {
|
|
4505
4505
|
styleOverrides: {
|
|
4506
4506
|
"&.M4LTab-root": {
|
|
@@ -4552,7 +4552,7 @@ const c = (o) => ({
|
|
|
4552
4552
|
}
|
|
4553
4553
|
}
|
|
4554
4554
|
}
|
|
4555
|
-
}),
|
|
4555
|
+
}), A = (o) => ({
|
|
4556
4556
|
M4LAccordion: {
|
|
4557
4557
|
styleOverrides: {
|
|
4558
4558
|
"&.M4LAccordion-root": {
|
|
@@ -4693,7 +4693,7 @@ const c = (o) => ({
|
|
|
4693
4693
|
}
|
|
4694
4694
|
}
|
|
4695
4695
|
}
|
|
4696
|
-
}),
|
|
4696
|
+
}), D = (o) => ({
|
|
4697
4697
|
M4LRHFormProvider: {
|
|
4698
4698
|
styleOverrides: {
|
|
4699
4699
|
"&.M4LRHFormProvider-root": {
|
|
@@ -4708,7 +4708,7 @@ const c = (o) => ({
|
|
|
4708
4708
|
}
|
|
4709
4709
|
}
|
|
4710
4710
|
}
|
|
4711
|
-
}),
|
|
4711
|
+
}), P = (o) => ({
|
|
4712
4712
|
M4LPeriod: {
|
|
4713
4713
|
styleOverrides: {
|
|
4714
4714
|
"&.M4LPeriod-root": {
|
|
@@ -4888,31 +4888,12 @@ const c = (o) => ({
|
|
|
4888
4888
|
}
|
|
4889
4889
|
}
|
|
4890
4890
|
}
|
|
4891
|
-
}),
|
|
4891
|
+
}), F = (o) => ({
|
|
4892
4892
|
M4LModalDialog: {
|
|
4893
4893
|
styleOverrides: {
|
|
4894
4894
|
"&.M4LModal-root": {
|
|
4895
4895
|
test: "root",
|
|
4896
|
-
"& .MuiPaper-root
|
|
4897
|
-
display: "flex",
|
|
4898
|
-
flexDirection: "column",
|
|
4899
|
-
overflow: "hidden",
|
|
4900
|
-
borderRadius: "4px",
|
|
4901
|
-
margin: "0px",
|
|
4902
|
-
width: "auto",
|
|
4903
|
-
height: "auto",
|
|
4904
|
-
maxWidth: "unset",
|
|
4905
|
-
maxHeight: "unset",
|
|
4906
|
-
background: o.palette.state.active12,
|
|
4907
|
-
border: "2px solid",
|
|
4908
|
-
borderColor: o.palette.state.borderPrimary,
|
|
4909
|
-
boxShadow: o.customShadows.z4,
|
|
4910
|
-
[o.breakpoints.down("sm")]: {
|
|
4911
|
-
width: "100%",
|
|
4912
|
-
height: "100%",
|
|
4913
|
-
maxHeight: "100%",
|
|
4914
|
-
borderColor: "transparent"
|
|
4915
|
-
},
|
|
4896
|
+
"& .MuiPaper-root": {
|
|
4916
4897
|
"& .M4LModal-windowBaseRoot": {
|
|
4917
4898
|
display: "flex",
|
|
4918
4899
|
flexDirection: "column",
|
|
@@ -5012,10 +4993,29 @@ const c = (o) => ({
|
|
|
5012
4993
|
}
|
|
5013
4994
|
}
|
|
5014
4995
|
}
|
|
4996
|
+
},
|
|
4997
|
+
"& .MuiPaper-root.MuiDialog-paperFullScreen": {
|
|
4998
|
+
width: "100%",
|
|
4999
|
+
height: "100%"
|
|
5000
|
+
},
|
|
5001
|
+
"& .MuiPaper-root:not(.MuiDialog-paperFullScreen).MuiDialog-paper": {
|
|
5002
|
+
display: "flex",
|
|
5003
|
+
flexDirection: "column",
|
|
5004
|
+
overflow: "hidden",
|
|
5005
|
+
borderRadius: "4px",
|
|
5006
|
+
margin: "0px",
|
|
5007
|
+
maxWidth: "unset",
|
|
5008
|
+
maxHeight: "unset",
|
|
5009
|
+
background: o.palette.state.active12,
|
|
5010
|
+
border: "2px solid",
|
|
5011
|
+
borderColor: o.palette.state.borderPrimary,
|
|
5012
|
+
boxShadow: o.customShadows.z4,
|
|
5013
|
+
width: "auto",
|
|
5014
|
+
height: "auto"
|
|
5015
5015
|
}
|
|
5016
5016
|
}
|
|
5017
5017
|
}
|
|
5018
|
-
}),
|
|
5018
|
+
}), H = (o) => ({
|
|
5019
5019
|
M4LPaperForm: {
|
|
5020
5020
|
styleOverrides: {
|
|
5021
5021
|
"&.M4LPaperForm-root": {
|
|
@@ -5064,7 +5064,7 @@ const c = (o) => ({
|
|
|
5064
5064
|
}
|
|
5065
5065
|
}
|
|
5066
5066
|
}
|
|
5067
|
-
}),
|
|
5067
|
+
}), W = (o) => ({
|
|
5068
5068
|
M4LTooltip: {
|
|
5069
5069
|
styleOverrides: {
|
|
5070
5070
|
"&.M4LTooltip-root": {
|
|
@@ -5085,7 +5085,7 @@ const c = (o) => ({
|
|
|
5085
5085
|
}
|
|
5086
5086
|
}
|
|
5087
5087
|
}
|
|
5088
|
-
}),
|
|
5088
|
+
}), z = (o) => ({
|
|
5089
5089
|
M4LBadge: {
|
|
5090
5090
|
styleOverrides: {
|
|
5091
5091
|
"&.M4LBadge-root": {
|
|
@@ -5116,7 +5116,7 @@ const c = (o) => ({
|
|
|
5116
5116
|
}
|
|
5117
5117
|
}
|
|
5118
5118
|
}
|
|
5119
|
-
}),
|
|
5119
|
+
}), V = (o) => ({
|
|
5120
5120
|
M4LDataGrid: {
|
|
5121
5121
|
styleOverrides: {
|
|
5122
5122
|
"&.M4LDataGrid-root": {
|
|
@@ -5458,7 +5458,7 @@ const c = (o) => ({
|
|
|
5458
5458
|
}
|
|
5459
5459
|
}
|
|
5460
5460
|
}
|
|
5461
|
-
}),
|
|
5461
|
+
}), O = (o) => ({
|
|
5462
5462
|
M4LPager: {
|
|
5463
5463
|
styleOverrides: {
|
|
5464
5464
|
"&.M4LPager-root": {
|
|
@@ -5466,7 +5466,6 @@ const c = (o) => ({
|
|
|
5466
5466
|
display: "flex",
|
|
5467
5467
|
flexDirection: "row",
|
|
5468
5468
|
alignItems: "center",
|
|
5469
|
-
gap: "12px",
|
|
5470
5469
|
whiteSpace: "nowrap",
|
|
5471
5470
|
width: "100%",
|
|
5472
5471
|
justifyContent: "space-between",
|
|
@@ -5500,9 +5499,22 @@ const c = (o) => ({
|
|
|
5500
5499
|
"& .M4LPager-labelRowsPerPageContainer": {
|
|
5501
5500
|
display: "flex",
|
|
5502
5501
|
flexDirection: "row",
|
|
5503
|
-
gap: "8px",
|
|
5504
5502
|
justifyContent: "center",
|
|
5505
|
-
alignItems: "center"
|
|
5503
|
+
alignItems: "center",
|
|
5504
|
+
"& .M4LPager-select": {
|
|
5505
|
+
"& .MuiSelect-select": {
|
|
5506
|
+
...o.typography.body,
|
|
5507
|
+
color: o.palette.text.primary
|
|
5508
|
+
},
|
|
5509
|
+
"& .MuiSelect-icon": {
|
|
5510
|
+
right: "0",
|
|
5511
|
+
top: "0",
|
|
5512
|
+
bottom: "0"
|
|
5513
|
+
}
|
|
5514
|
+
}
|
|
5515
|
+
},
|
|
5516
|
+
"& .M4LPager-labelDisplayRows": {
|
|
5517
|
+
marginLeft: "12px"
|
|
5506
5518
|
},
|
|
5507
5519
|
"& .MuiInputBase-root": {
|
|
5508
5520
|
padding: "4px 2px 4px 6px",
|
|
@@ -5544,11 +5556,16 @@ const c = (o) => ({
|
|
|
5544
5556
|
M4LPagerMenuPopover: {
|
|
5545
5557
|
styleOverrides: {
|
|
5546
5558
|
"&.M4LPager-selectMenuPopover": {
|
|
5547
|
-
|
|
5559
|
+
"& .MuiList-root": {
|
|
5560
|
+
"& .MuiMenuItem-root": {
|
|
5561
|
+
...o.typography.body,
|
|
5562
|
+
color: o.palette.text.primary
|
|
5563
|
+
}
|
|
5564
|
+
}
|
|
5548
5565
|
}
|
|
5549
5566
|
}
|
|
5550
5567
|
}
|
|
5551
|
-
}),
|
|
5568
|
+
}), j = (o) => ({
|
|
5552
5569
|
M4LCheckBox: {
|
|
5553
5570
|
styleOverrides: {
|
|
5554
5571
|
"&.M4LCheckBox-root": {
|
|
@@ -5619,7 +5636,7 @@ const c = (o) => ({
|
|
|
5619
5636
|
}
|
|
5620
5637
|
}
|
|
5621
5638
|
}
|
|
5622
|
-
}),
|
|
5639
|
+
}), G = (o) => ({
|
|
5623
5640
|
M4LStack: {
|
|
5624
5641
|
styleOverrides: {
|
|
5625
5642
|
"&.M4LStack-root": {
|
|
@@ -5632,7 +5649,7 @@ const c = (o) => ({
|
|
|
5632
5649
|
}
|
|
5633
5650
|
}
|
|
5634
5651
|
}
|
|
5635
|
-
}),
|
|
5652
|
+
}), N = (o) => ({
|
|
5636
5653
|
M4LTabs: {
|
|
5637
5654
|
styleOverrides: {
|
|
5638
5655
|
"&.M4LTabs-root": {
|
|
@@ -5672,7 +5689,7 @@ const c = (o) => ({
|
|
|
5672
5689
|
}
|
|
5673
5690
|
}
|
|
5674
5691
|
}
|
|
5675
|
-
}),
|
|
5692
|
+
}), E = (o) => ({
|
|
5676
5693
|
M4LNoItemSelected: {
|
|
5677
5694
|
styleOverrides: {
|
|
5678
5695
|
"&.M4LNoItemSelected-root": {
|
|
@@ -5692,7 +5709,7 @@ const c = (o) => ({
|
|
|
5692
5709
|
}
|
|
5693
5710
|
}
|
|
5694
5711
|
}
|
|
5695
|
-
}),
|
|
5712
|
+
}), $ = (o) => ({
|
|
5696
5713
|
M4LScrollBar: {
|
|
5697
5714
|
styleOverrides: {
|
|
5698
5715
|
"&.M4LScrollBar-root": {
|
|
@@ -5727,7 +5744,7 @@ const c = (o) => ({
|
|
|
5727
5744
|
}
|
|
5728
5745
|
}
|
|
5729
5746
|
}
|
|
5730
|
-
}),
|
|
5747
|
+
}), _ = (o) => ({
|
|
5731
5748
|
M4LGridLayout: {
|
|
5732
5749
|
styleOverrides: {
|
|
5733
5750
|
"&.M4LGridLayout-root": {
|
|
@@ -5735,7 +5752,7 @@ const c = (o) => ({
|
|
|
5735
5752
|
}
|
|
5736
5753
|
}
|
|
5737
5754
|
}
|
|
5738
|
-
}),
|
|
5755
|
+
}), U = (o) => ({
|
|
5739
5756
|
M4LTabContent: {
|
|
5740
5757
|
styleOverrides: {
|
|
5741
5758
|
"&.M4LTabContent-root": {
|
|
@@ -5755,7 +5772,7 @@ const c = (o) => ({
|
|
|
5755
5772
|
}
|
|
5756
5773
|
}
|
|
5757
5774
|
}
|
|
5758
|
-
}),
|
|
5775
|
+
}), Y = (o) => ({
|
|
5759
5776
|
M4LMenuActions: {
|
|
5760
5777
|
styleOverrides: {
|
|
5761
5778
|
"&.M4LMenuActions-root": {
|
|
@@ -5789,7 +5806,7 @@ const c = (o) => ({
|
|
|
5789
5806
|
}
|
|
5790
5807
|
}
|
|
5791
5808
|
}
|
|
5792
|
-
}),
|
|
5809
|
+
}), q = (o) => ({
|
|
5793
5810
|
M4LPrintingSystem: {
|
|
5794
5811
|
styleOverrides: {
|
|
5795
5812
|
"&.M4LPrintingSystem-root": {
|
|
@@ -5971,7 +5988,7 @@ const c = (o) => ({
|
|
|
5971
5988
|
}
|
|
5972
5989
|
}
|
|
5973
5990
|
}
|
|
5974
|
-
}),
|
|
5991
|
+
}), X = (o) => ({
|
|
5975
5992
|
M4LFormatter: {
|
|
5976
5993
|
styleOverrides: {
|
|
5977
5994
|
"&.M4LFormatter-root": {
|
|
@@ -5988,7 +6005,7 @@ const c = (o) => ({
|
|
|
5988
6005
|
}
|
|
5989
6006
|
}
|
|
5990
6007
|
}
|
|
5991
|
-
}),
|
|
6008
|
+
}), J = (o) => ({
|
|
5992
6009
|
M4LoadingError: {
|
|
5993
6010
|
styleOverrides: {
|
|
5994
6011
|
"&.M4LoadingError-root": {
|
|
@@ -6047,7 +6064,7 @@ const c = (o) => ({
|
|
|
6047
6064
|
}
|
|
6048
6065
|
}
|
|
6049
6066
|
}
|
|
6050
|
-
}),
|
|
6067
|
+
}), K = (o) => ({
|
|
6051
6068
|
M4LMFLoader: {
|
|
6052
6069
|
styleOverrides: {
|
|
6053
6070
|
"&.M4LMFLoader-root": {
|
|
@@ -6066,7 +6083,7 @@ const c = (o) => ({
|
|
|
6066
6083
|
}
|
|
6067
6084
|
}
|
|
6068
6085
|
}
|
|
6069
|
-
}),
|
|
6086
|
+
}), Q = (o) => ({
|
|
6070
6087
|
M4LLoadingButton: {
|
|
6071
6088
|
styleOverrides: {
|
|
6072
6089
|
"&.M4LLoadingButton-root": {
|
|
@@ -6298,7 +6315,7 @@ const c = (o) => ({
|
|
|
6298
6315
|
}
|
|
6299
6316
|
}
|
|
6300
6317
|
}
|
|
6301
|
-
}),
|
|
6318
|
+
}), Z = (o) => ({
|
|
6302
6319
|
M4LToastContainer: {
|
|
6303
6320
|
styleOverrides: {
|
|
6304
6321
|
"&.M4LToastContainer-root": {
|
|
@@ -6376,7 +6393,7 @@ const c = (o) => ({
|
|
|
6376
6393
|
}
|
|
6377
6394
|
}
|
|
6378
6395
|
}
|
|
6379
|
-
}),
|
|
6396
|
+
}), oo = (o) => ({
|
|
6380
6397
|
M4LPDFViewer: {
|
|
6381
6398
|
styleOverrides: {
|
|
6382
6399
|
"&.M4LPDFViewer-root": {
|
|
@@ -6391,7 +6408,7 @@ const c = (o) => ({
|
|
|
6391
6408
|
}
|
|
6392
6409
|
}
|
|
6393
6410
|
}
|
|
6394
|
-
}),
|
|
6411
|
+
}), to = (o) => ({
|
|
6395
6412
|
M4LTopBar: {
|
|
6396
6413
|
styleOverrides: {
|
|
6397
6414
|
"&.M4LTopBar-root": {
|
|
@@ -6454,7 +6471,7 @@ const c = (o) => ({
|
|
|
6454
6471
|
}
|
|
6455
6472
|
}
|
|
6456
6473
|
}
|
|
6457
|
-
}),
|
|
6474
|
+
}), eo = (o) => ({
|
|
6458
6475
|
M4LAppBarCommercial: {
|
|
6459
6476
|
styleOverrides: {
|
|
6460
6477
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6475,7 +6492,7 @@ const c = (o) => ({
|
|
|
6475
6492
|
}
|
|
6476
6493
|
}
|
|
6477
6494
|
}
|
|
6478
|
-
}),
|
|
6495
|
+
}), ro = (o) => ({
|
|
6479
6496
|
M4LSectionCommercial: {
|
|
6480
6497
|
styleOverrides: {
|
|
6481
6498
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6494,7 +6511,7 @@ const c = (o) => ({
|
|
|
6494
6511
|
}
|
|
6495
6512
|
}
|
|
6496
6513
|
}
|
|
6497
|
-
}),
|
|
6514
|
+
}), ao = (o) => ({
|
|
6498
6515
|
M4LHamburgerMenuCommercial: {
|
|
6499
6516
|
styleOverrides: {
|
|
6500
6517
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6504,7 +6521,7 @@ const c = (o) => ({
|
|
|
6504
6521
|
}
|
|
6505
6522
|
}
|
|
6506
6523
|
}
|
|
6507
|
-
}),
|
|
6524
|
+
}), io = (o) => ({
|
|
6508
6525
|
M4LFieldLabel: {
|
|
6509
6526
|
styleOverrides: {
|
|
6510
6527
|
"&.M4LFieldLabel-root": {
|
|
@@ -6515,7 +6532,7 @@ const c = (o) => ({
|
|
|
6515
6532
|
"& .M4LFieldLabel-mandatory": {
|
|
6516
6533
|
marginLeft: "2px",
|
|
6517
6534
|
"& .MuiTypography-root": {
|
|
6518
|
-
color: o.palette.
|
|
6535
|
+
color: o.palette.text.secondary
|
|
6519
6536
|
}
|
|
6520
6537
|
},
|
|
6521
6538
|
"& .M4LFieldLabel-tooltip": {
|
|
@@ -6529,57 +6546,57 @@ const c = (o) => ({
|
|
|
6529
6546
|
}
|
|
6530
6547
|
});
|
|
6531
6548
|
export {
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
Q,
|
|
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
|
-
|
|
6549
|
+
T as A,
|
|
6550
|
+
A as B,
|
|
6551
|
+
P as C,
|
|
6552
|
+
F as D,
|
|
6553
|
+
H as E,
|
|
6554
|
+
W as F,
|
|
6555
|
+
O as G,
|
|
6556
|
+
j as H,
|
|
6557
|
+
G as I,
|
|
6558
|
+
N as J,
|
|
6559
|
+
E as K,
|
|
6560
|
+
$ as L,
|
|
6561
|
+
Q as M,
|
|
6562
|
+
_ as N,
|
|
6563
|
+
U as O,
|
|
6564
|
+
Y as P,
|
|
6565
|
+
q as Q,
|
|
6566
|
+
X as R,
|
|
6567
|
+
J as S,
|
|
6568
|
+
K as T,
|
|
6569
|
+
Z as U,
|
|
6570
|
+
oo as V,
|
|
6571
|
+
to as W,
|
|
6572
|
+
eo as X,
|
|
6573
|
+
ro as Y,
|
|
6574
|
+
ao as Z,
|
|
6575
|
+
io as _,
|
|
6576
|
+
p as a,
|
|
6577
|
+
D as b,
|
|
6578
|
+
d as c,
|
|
6579
|
+
l as d,
|
|
6580
|
+
s as e,
|
|
6581
|
+
c as f,
|
|
6582
|
+
L as g,
|
|
6583
|
+
g as h,
|
|
6584
|
+
z as i,
|
|
6585
|
+
x as j,
|
|
6586
|
+
V as k,
|
|
6587
|
+
u as l,
|
|
6588
|
+
b as m,
|
|
6589
|
+
M as n,
|
|
6590
|
+
y as o,
|
|
6591
|
+
w as p,
|
|
6592
|
+
f as q,
|
|
6593
|
+
h as r,
|
|
6594
|
+
v as s,
|
|
6595
|
+
C as t,
|
|
6596
|
+
m as u,
|
|
6597
|
+
k as v,
|
|
6598
|
+
B as w,
|
|
6599
|
+
I as x,
|
|
6600
|
+
S as y,
|
|
6601
|
+
R as z
|
|
6585
6602
|
};
|