@m4l/styles 0.0.47 → 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/{index.53575c95.js → index.fbdb0818.js} +112 -112
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +37 -0
- package/theme/overrides/M4LRHFComponents/{index.02fada22.js → index.f37c2406.js} +43 -6
- package/theme/overrides/{index.8e0b0233.js → index.155beeb3.js} +2 -2
- 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
|
@@ -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,7 +4888,7 @@ const c = (o) => ({
|
|
|
4888
4888
|
}
|
|
4889
4889
|
}
|
|
4890
4890
|
}
|
|
4891
|
-
}),
|
|
4891
|
+
}), F = (o) => ({
|
|
4892
4892
|
M4LModalDialog: {
|
|
4893
4893
|
styleOverrides: {
|
|
4894
4894
|
"&.M4LModal-root": {
|
|
@@ -5015,7 +5015,7 @@ const c = (o) => ({
|
|
|
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": {
|
|
@@ -5565,7 +5565,7 @@ const c = (o) => ({
|
|
|
5565
5565
|
}
|
|
5566
5566
|
}
|
|
5567
5567
|
}
|
|
5568
|
-
}),
|
|
5568
|
+
}), j = (o) => ({
|
|
5569
5569
|
M4LCheckBox: {
|
|
5570
5570
|
styleOverrides: {
|
|
5571
5571
|
"&.M4LCheckBox-root": {
|
|
@@ -5636,7 +5636,7 @@ const c = (o) => ({
|
|
|
5636
5636
|
}
|
|
5637
5637
|
}
|
|
5638
5638
|
}
|
|
5639
|
-
}),
|
|
5639
|
+
}), G = (o) => ({
|
|
5640
5640
|
M4LStack: {
|
|
5641
5641
|
styleOverrides: {
|
|
5642
5642
|
"&.M4LStack-root": {
|
|
@@ -5649,7 +5649,7 @@ const c = (o) => ({
|
|
|
5649
5649
|
}
|
|
5650
5650
|
}
|
|
5651
5651
|
}
|
|
5652
|
-
}),
|
|
5652
|
+
}), N = (o) => ({
|
|
5653
5653
|
M4LTabs: {
|
|
5654
5654
|
styleOverrides: {
|
|
5655
5655
|
"&.M4LTabs-root": {
|
|
@@ -5689,7 +5689,7 @@ const c = (o) => ({
|
|
|
5689
5689
|
}
|
|
5690
5690
|
}
|
|
5691
5691
|
}
|
|
5692
|
-
}),
|
|
5692
|
+
}), E = (o) => ({
|
|
5693
5693
|
M4LNoItemSelected: {
|
|
5694
5694
|
styleOverrides: {
|
|
5695
5695
|
"&.M4LNoItemSelected-root": {
|
|
@@ -5709,7 +5709,7 @@ const c = (o) => ({
|
|
|
5709
5709
|
}
|
|
5710
5710
|
}
|
|
5711
5711
|
}
|
|
5712
|
-
}),
|
|
5712
|
+
}), $ = (o) => ({
|
|
5713
5713
|
M4LScrollBar: {
|
|
5714
5714
|
styleOverrides: {
|
|
5715
5715
|
"&.M4LScrollBar-root": {
|
|
@@ -5744,7 +5744,7 @@ const c = (o) => ({
|
|
|
5744
5744
|
}
|
|
5745
5745
|
}
|
|
5746
5746
|
}
|
|
5747
|
-
}),
|
|
5747
|
+
}), _ = (o) => ({
|
|
5748
5748
|
M4LGridLayout: {
|
|
5749
5749
|
styleOverrides: {
|
|
5750
5750
|
"&.M4LGridLayout-root": {
|
|
@@ -5752,7 +5752,7 @@ const c = (o) => ({
|
|
|
5752
5752
|
}
|
|
5753
5753
|
}
|
|
5754
5754
|
}
|
|
5755
|
-
}),
|
|
5755
|
+
}), U = (o) => ({
|
|
5756
5756
|
M4LTabContent: {
|
|
5757
5757
|
styleOverrides: {
|
|
5758
5758
|
"&.M4LTabContent-root": {
|
|
@@ -5772,7 +5772,7 @@ const c = (o) => ({
|
|
|
5772
5772
|
}
|
|
5773
5773
|
}
|
|
5774
5774
|
}
|
|
5775
|
-
}),
|
|
5775
|
+
}), Y = (o) => ({
|
|
5776
5776
|
M4LMenuActions: {
|
|
5777
5777
|
styleOverrides: {
|
|
5778
5778
|
"&.M4LMenuActions-root": {
|
|
@@ -5806,7 +5806,7 @@ const c = (o) => ({
|
|
|
5806
5806
|
}
|
|
5807
5807
|
}
|
|
5808
5808
|
}
|
|
5809
|
-
}),
|
|
5809
|
+
}), q = (o) => ({
|
|
5810
5810
|
M4LPrintingSystem: {
|
|
5811
5811
|
styleOverrides: {
|
|
5812
5812
|
"&.M4LPrintingSystem-root": {
|
|
@@ -5988,7 +5988,7 @@ const c = (o) => ({
|
|
|
5988
5988
|
}
|
|
5989
5989
|
}
|
|
5990
5990
|
}
|
|
5991
|
-
}),
|
|
5991
|
+
}), X = (o) => ({
|
|
5992
5992
|
M4LFormatter: {
|
|
5993
5993
|
styleOverrides: {
|
|
5994
5994
|
"&.M4LFormatter-root": {
|
|
@@ -6005,7 +6005,7 @@ const c = (o) => ({
|
|
|
6005
6005
|
}
|
|
6006
6006
|
}
|
|
6007
6007
|
}
|
|
6008
|
-
}),
|
|
6008
|
+
}), J = (o) => ({
|
|
6009
6009
|
M4LoadingError: {
|
|
6010
6010
|
styleOverrides: {
|
|
6011
6011
|
"&.M4LoadingError-root": {
|
|
@@ -6064,7 +6064,7 @@ const c = (o) => ({
|
|
|
6064
6064
|
}
|
|
6065
6065
|
}
|
|
6066
6066
|
}
|
|
6067
|
-
}),
|
|
6067
|
+
}), K = (o) => ({
|
|
6068
6068
|
M4LMFLoader: {
|
|
6069
6069
|
styleOverrides: {
|
|
6070
6070
|
"&.M4LMFLoader-root": {
|
|
@@ -6083,7 +6083,7 @@ const c = (o) => ({
|
|
|
6083
6083
|
}
|
|
6084
6084
|
}
|
|
6085
6085
|
}
|
|
6086
|
-
}),
|
|
6086
|
+
}), Q = (o) => ({
|
|
6087
6087
|
M4LLoadingButton: {
|
|
6088
6088
|
styleOverrides: {
|
|
6089
6089
|
"&.M4LLoadingButton-root": {
|
|
@@ -6315,7 +6315,7 @@ const c = (o) => ({
|
|
|
6315
6315
|
}
|
|
6316
6316
|
}
|
|
6317
6317
|
}
|
|
6318
|
-
}),
|
|
6318
|
+
}), Z = (o) => ({
|
|
6319
6319
|
M4LToastContainer: {
|
|
6320
6320
|
styleOverrides: {
|
|
6321
6321
|
"&.M4LToastContainer-root": {
|
|
@@ -6393,7 +6393,7 @@ const c = (o) => ({
|
|
|
6393
6393
|
}
|
|
6394
6394
|
}
|
|
6395
6395
|
}
|
|
6396
|
-
}),
|
|
6396
|
+
}), oo = (o) => ({
|
|
6397
6397
|
M4LPDFViewer: {
|
|
6398
6398
|
styleOverrides: {
|
|
6399
6399
|
"&.M4LPDFViewer-root": {
|
|
@@ -6408,7 +6408,7 @@ const c = (o) => ({
|
|
|
6408
6408
|
}
|
|
6409
6409
|
}
|
|
6410
6410
|
}
|
|
6411
|
-
}),
|
|
6411
|
+
}), to = (o) => ({
|
|
6412
6412
|
M4LTopBar: {
|
|
6413
6413
|
styleOverrides: {
|
|
6414
6414
|
"&.M4LTopBar-root": {
|
|
@@ -6471,7 +6471,7 @@ const c = (o) => ({
|
|
|
6471
6471
|
}
|
|
6472
6472
|
}
|
|
6473
6473
|
}
|
|
6474
|
-
}),
|
|
6474
|
+
}), eo = (o) => ({
|
|
6475
6475
|
M4LAppBarCommercial: {
|
|
6476
6476
|
styleOverrides: {
|
|
6477
6477
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6492,7 +6492,7 @@ const c = (o) => ({
|
|
|
6492
6492
|
}
|
|
6493
6493
|
}
|
|
6494
6494
|
}
|
|
6495
|
-
}),
|
|
6495
|
+
}), ro = (o) => ({
|
|
6496
6496
|
M4LSectionCommercial: {
|
|
6497
6497
|
styleOverrides: {
|
|
6498
6498
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6511,7 +6511,7 @@ const c = (o) => ({
|
|
|
6511
6511
|
}
|
|
6512
6512
|
}
|
|
6513
6513
|
}
|
|
6514
|
-
}),
|
|
6514
|
+
}), ao = (o) => ({
|
|
6515
6515
|
M4LHamburgerMenuCommercial: {
|
|
6516
6516
|
styleOverrides: {
|
|
6517
6517
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6521,7 +6521,7 @@ const c = (o) => ({
|
|
|
6521
6521
|
}
|
|
6522
6522
|
}
|
|
6523
6523
|
}
|
|
6524
|
-
}),
|
|
6524
|
+
}), io = (o) => ({
|
|
6525
6525
|
M4LFieldLabel: {
|
|
6526
6526
|
styleOverrides: {
|
|
6527
6527
|
"&.M4LFieldLabel-root": {
|
|
@@ -6546,57 +6546,57 @@ const c = (o) => ({
|
|
|
6546
6546
|
}
|
|
6547
6547
|
});
|
|
6548
6548
|
export {
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
Q,
|
|
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
|
-
|
|
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
|
|
6602
6602
|
};
|
|
@@ -173,6 +173,19 @@ export declare const M4LRHFAutocomplete: (theme: Theme) => {
|
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
|
+
'&.M4LRHFAutocomplete-multiple': {
|
|
177
|
+
'& .MuiAutocomplete-root': {
|
|
178
|
+
height: string;
|
|
179
|
+
};
|
|
180
|
+
'& .MuiAutocomplete-inputRoot': {
|
|
181
|
+
display: string;
|
|
182
|
+
flexWrap: string;
|
|
183
|
+
gap: string;
|
|
184
|
+
};
|
|
185
|
+
'& .MuiInputBase-root': {
|
|
186
|
+
padding: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
176
189
|
};
|
|
177
190
|
};
|
|
178
191
|
};
|
|
@@ -266,4 +279,28 @@ export declare const M4LRHFAutocomplete: (theme: Theme) => {
|
|
|
266
279
|
};
|
|
267
280
|
};
|
|
268
281
|
};
|
|
282
|
+
M4LRHFAutocompleteChip: {
|
|
283
|
+
styleOverrides: {
|
|
284
|
+
'&.M4LRHFAutocomplete-sizeSmall': {
|
|
285
|
+
height: string;
|
|
286
|
+
minHeight: string;
|
|
287
|
+
'& .MuiChip-deleteIcon': {
|
|
288
|
+
fontSize: string;
|
|
289
|
+
};
|
|
290
|
+
'& .MuiChip-label': {
|
|
291
|
+
paddingRight: number;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
'&.M4LRHFAutocomplete-sizeMedium': {
|
|
295
|
+
height: string;
|
|
296
|
+
minHeight: string;
|
|
297
|
+
'& .MuiChip-deleteIcon': {
|
|
298
|
+
fontSize: string;
|
|
299
|
+
};
|
|
300
|
+
'& .MuiChip-label': {
|
|
301
|
+
paddingRight: number;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
};
|
|
269
306
|
};
|