@m4l/styles 2.0.2 → 2.0.3
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 +42 -35
- package/package.json +1 -1
- package/theme/{defaultThemeOptions-CNJ2UmWH.js → defaultThemeOptions.d580f3ec.js} +10 -7
- package/theme/index.16e25179.js +7 -0
- package/theme/overrides/M4LExtendedComponents/{index-CyXBfJc_.js → index.79301515.js} +132 -485
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +2 -0
- package/theme/overrides/M4LRHFComponents/{index-DEvENvuH.js → index.38639c1b.js} +8 -78
- package/theme/overrides/MUIComponents/{index-oLVtA5nq.js → index.5c43e3b5.js} +0 -48
- package/theme/overrides/{index-CuD-MKOg.js → index.78952902.js} +3 -9
- package/theme/{palette-CR1CkF2l.js → palette.287635f2.js} +0 -1
- package/theme/{shadows-C9Ji2xrX.js → shadows.e0c009ff.js} +1 -4
- package/theme/{typography-BsOO459U.js → typography.947dc33f.js} +31 -34
- package/utils/{getColorPresets-B12zVrZ8.js → getColorPresets.a96a4046.js} +1 -10
- package/utils/{getColorState-CGc0yrt5.js → getColorState.18b61422.js} +10 -17
- package/utils/{getFontValue-BEO-XID9.js → getFontValue.88831637.js} +5 -8
- package/theme/index-l0sNRNKZ.js +0 -1
- /package/{config-CoeBxEZB.js → config.5405b46b.js} +0 -0
- /package/utils/{useResponsive-DaeQVwlH.js → useResponsive.2c45e8e0.js} +0 -0
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { alpha as t } from "@mui/material/styles";
|
|
2
2
|
import { alpha as e } from "@mui/system";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import "../../defaultThemeOptions.d580f3ec.js";
|
|
4
|
+
import "../../shadows.e0c009ff.js";
|
|
5
|
+
import { P as r } from "../../palette.287635f2.js";
|
|
6
|
+
import "../../typography.947dc33f.js";
|
|
7
|
+
import "@mui/material";
|
|
8
|
+
const c = (o) => ({
|
|
5
9
|
M4LIcon: {
|
|
6
10
|
styleOverrides: {
|
|
7
|
-
"&.M4LIcon-root": {
|
|
11
|
+
["&.M4LIcon-root"]: {
|
|
8
12
|
display: "flex",
|
|
9
13
|
justifyContent: "center",
|
|
10
14
|
alignItems: "center",
|
|
@@ -50,10 +54,10 @@ const p = (o) => ({
|
|
|
50
54
|
}
|
|
51
55
|
}
|
|
52
56
|
}
|
|
53
|
-
}),
|
|
57
|
+
}), g = (o) => ({
|
|
54
58
|
M4LIconButton: {
|
|
55
59
|
styleOverrides: {
|
|
56
|
-
"&.M4LIconButton-root": {
|
|
60
|
+
["&.M4LIconButton-root"]: {
|
|
57
61
|
position: "relative",
|
|
58
62
|
borderRadius: "4px",
|
|
59
63
|
display: "flex",
|
|
@@ -62,12 +66,8 @@ const p = (o) => ({
|
|
|
62
66
|
transition: "all .3s ease",
|
|
63
67
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
64
68
|
transition: "all .3s ease",
|
|
65
|
-
//Cambiado bgPrimary temporalmente , originalmente primary
|
|
66
69
|
backgroundColor: o.vars.palette.text.primary
|
|
67
70
|
},
|
|
68
|
-
// '& .M4LIcon-root .M4LIcon-icon': {
|
|
69
|
-
// backgroundColor: theme.vars.palette.text.bgPrimary,
|
|
70
|
-
// },
|
|
71
71
|
"&::before": {
|
|
72
72
|
boxSizing: "content-box",
|
|
73
73
|
border: "1px solid",
|
|
@@ -92,16 +92,11 @@ const p = (o) => ({
|
|
|
92
92
|
height: "20px"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
|
-
/* Size property */
|
|
96
95
|
"& .MuiIconButton-root": {
|
|
97
96
|
position: "static",
|
|
98
97
|
borderRadius: "4px",
|
|
99
98
|
padding: "0px"
|
|
100
99
|
},
|
|
101
|
-
/* '.MuiIconButton-root:hover': {
|
|
102
|
-
backgroundColor: 'transparent',
|
|
103
|
-
}, */
|
|
104
|
-
/* Variant primary */
|
|
105
100
|
"&.M4LIconButton-variantPrimary:not(&.M4LIconButton-isDisabled)": {
|
|
106
101
|
backgroundColor: o.vars.palette.state?.default,
|
|
107
102
|
"&:hover": {
|
|
@@ -127,7 +122,6 @@ const p = (o) => ({
|
|
|
127
122
|
}
|
|
128
123
|
}
|
|
129
124
|
},
|
|
130
|
-
/* Variant secondary */
|
|
131
125
|
"&.M4LIconButton-variantSecondary:not(&.M4LIconButton-isDisabled)": {
|
|
132
126
|
borderColor: o.vars.palette.state.borderDens,
|
|
133
127
|
"& .M4LIcon-icon": {
|
|
@@ -158,7 +152,6 @@ const p = (o) => ({
|
|
|
158
152
|
}
|
|
159
153
|
}
|
|
160
154
|
},
|
|
161
|
-
/* Variant line */
|
|
162
155
|
"&.M4LIconButton-variantLine:not(&.M4LIconButton-isDisabled)": {
|
|
163
156
|
"&:hover": {
|
|
164
157
|
backgroundColor: o.vars.palette.state?.active12,
|
|
@@ -181,17 +174,14 @@ const p = (o) => ({
|
|
|
181
174
|
}
|
|
182
175
|
}
|
|
183
176
|
},
|
|
184
|
-
/* Variant disabled */
|
|
185
177
|
"&.M4LIconButton-isDisabled": {
|
|
186
178
|
"& .M4LIcon-icon": {
|
|
187
179
|
backgroundColor: o.vars.palette.text.disabled
|
|
188
180
|
}
|
|
189
181
|
},
|
|
190
|
-
/* Variant skeleton */
|
|
191
182
|
"&.M4LIconButton-root .MuiSkeleton-root": {
|
|
192
183
|
borderRadius: "4px"
|
|
193
184
|
},
|
|
194
|
-
//TODO: Para cambiar
|
|
195
185
|
"&.M4LIconButton-togglePressed": {
|
|
196
186
|
backgroundColor: "red!important",
|
|
197
187
|
prop1: 1
|
|
@@ -199,10 +189,10 @@ const p = (o) => ({
|
|
|
199
189
|
}
|
|
200
190
|
}
|
|
201
191
|
}
|
|
202
|
-
}),
|
|
192
|
+
}), x = (o) => ({
|
|
203
193
|
M4LanguagePopover: {
|
|
204
194
|
styleOverrides: {
|
|
205
|
-
"&.M4LanguagePopover-root": {
|
|
195
|
+
["&.M4LanguagePopover-root"]: {
|
|
206
196
|
"& .M4LImageButton-root": {
|
|
207
197
|
"& .MuiButtonBase-root": {
|
|
208
198
|
width: "32px",
|
|
@@ -220,10 +210,10 @@ const p = (o) => ({
|
|
|
220
210
|
}
|
|
221
211
|
}
|
|
222
212
|
}
|
|
223
|
-
}),
|
|
213
|
+
}), u = (o) => ({
|
|
224
214
|
M4LImageButton: {
|
|
225
215
|
styleOverrides: {
|
|
226
|
-
"&.M4LImageButton-root": {
|
|
216
|
+
["&.M4LImageButton-root"]: {
|
|
227
217
|
test: "root",
|
|
228
218
|
".MuiButtonBase-root": {
|
|
229
219
|
display: "flex",
|
|
@@ -274,10 +264,10 @@ const p = (o) => ({
|
|
|
274
264
|
}
|
|
275
265
|
}
|
|
276
266
|
}
|
|
277
|
-
}),
|
|
267
|
+
}), b = (o) => ({
|
|
278
268
|
M4LImage: {
|
|
279
269
|
styleOverrides: {
|
|
280
|
-
"&.M4LImage-root": {
|
|
270
|
+
["&.M4LImage-root"]: {
|
|
281
271
|
display: "flex",
|
|
282
272
|
flexDirection: "column",
|
|
283
273
|
justifyContent: "center",
|
|
@@ -285,7 +275,7 @@ const p = (o) => ({
|
|
|
285
275
|
}
|
|
286
276
|
}
|
|
287
277
|
}
|
|
288
|
-
}),
|
|
278
|
+
}), M = (o) => ({
|
|
289
279
|
M4LPopover: {
|
|
290
280
|
styleOverrides: {
|
|
291
281
|
"&.M4LPopover-root": {
|
|
@@ -376,34 +366,29 @@ const p = (o) => ({
|
|
|
376
366
|
}
|
|
377
367
|
}
|
|
378
368
|
}
|
|
379
|
-
}),
|
|
369
|
+
}), L = (o) => ({
|
|
380
370
|
M4LErrorLabel: {
|
|
381
371
|
styleOverrides: {
|
|
382
|
-
"&.M4LHelperText-root": {
|
|
383
|
-
/* Root properties */
|
|
384
|
-
/* Variant info */
|
|
372
|
+
["&.M4LHelperText-root"]: {
|
|
385
373
|
"&.M4LHelperText-variantInfo .MuiTypography-root": {
|
|
386
374
|
color: o.vars.palette.info.main
|
|
387
375
|
},
|
|
388
|
-
/* Variant success */
|
|
389
376
|
"&.M4LHelperText-variantSuccess .MuiTypography-root": {
|
|
390
377
|
color: o.vars.palette.success.main
|
|
391
378
|
},
|
|
392
|
-
/* Variant success */
|
|
393
379
|
"&.M4LHelperText-variantWarning .MuiTypography-root": {
|
|
394
380
|
color: o.vars.palette.warning.main
|
|
395
381
|
},
|
|
396
|
-
/* Variant success */
|
|
397
382
|
"&.M4LHelperText-variantError .MuiTypography-root": {
|
|
398
383
|
color: o.vars.palette.error.main
|
|
399
384
|
}
|
|
400
385
|
}
|
|
401
386
|
}
|
|
402
387
|
}
|
|
403
|
-
}),
|
|
388
|
+
}), v = (o) => ({
|
|
404
389
|
M4LTypography: {
|
|
405
390
|
styleOverrides: {
|
|
406
|
-
"&.M4LTypography-root": {
|
|
391
|
+
["&.M4LTypography-root"]: {
|
|
407
392
|
color: o.vars.palette.text.primary,
|
|
408
393
|
display: "inline",
|
|
409
394
|
"& .MuiTypography-root": {
|
|
@@ -412,29 +397,25 @@ const p = (o) => ({
|
|
|
412
397
|
}
|
|
413
398
|
}
|
|
414
399
|
}
|
|
415
|
-
}),
|
|
400
|
+
}), h = (o) => ({
|
|
416
401
|
M4LButton: {
|
|
417
402
|
styleOverrides: {
|
|
418
403
|
"&.M4LButton-root": {
|
|
419
|
-
/* Propiedades generales */
|
|
420
404
|
transition: "all 0.2s",
|
|
421
405
|
width: "fit-content",
|
|
422
406
|
display: "flex",
|
|
423
407
|
justifyContent: "center",
|
|
424
408
|
...o.colorSchemes.finalTheme.typography.action,
|
|
425
|
-
//height: '24px',
|
|
426
409
|
minHeight: "24px",
|
|
427
410
|
borderRadius: "4px",
|
|
428
411
|
[o.breakpoints.down("md")]: {
|
|
429
412
|
height: "36px",
|
|
430
413
|
minHeight: "36px"
|
|
431
414
|
},
|
|
432
|
-
/* General properties */
|
|
433
415
|
"& .M4LButton-skeleton": {
|
|
434
416
|
height: "100% !important",
|
|
435
417
|
borderRadius: "4px"
|
|
436
418
|
},
|
|
437
|
-
// Anulamos los estilos de color para el botón de mui
|
|
438
419
|
"& .MuiButtonBase-root": {
|
|
439
420
|
display: "flex",
|
|
440
421
|
textTransform: "none",
|
|
@@ -509,7 +490,6 @@ const p = (o) => ({
|
|
|
509
490
|
}
|
|
510
491
|
}
|
|
511
492
|
},
|
|
512
|
-
/* Sizes */
|
|
513
493
|
"&.M4LButton-sizeSmall": {
|
|
514
494
|
"& .MuiButtonBase-root": {
|
|
515
495
|
padding: "4px 12px",
|
|
@@ -530,7 +510,6 @@ const p = (o) => ({
|
|
|
530
510
|
height: "36px"
|
|
531
511
|
}
|
|
532
512
|
},
|
|
533
|
-
/* Variant contained */
|
|
534
513
|
"&.M4LButton-variantContained": {
|
|
535
514
|
backgroundColor: o.vars.palette.state?.active,
|
|
536
515
|
color: o.vars.palette.patronus?.marbleLight[10],
|
|
@@ -546,13 +525,6 @@ const p = (o) => ({
|
|
|
546
525
|
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
547
526
|
}
|
|
548
527
|
},
|
|
549
|
-
// '& .active': {
|
|
550
|
-
// backgroundColor: theme.vars.palette.state?.active,
|
|
551
|
-
// color: theme.vars.palette.patronus?.marbleLight[10],
|
|
552
|
-
// '& .M4LIcon-icon': {
|
|
553
|
-
// backgroundColor: theme.vars.palette.patronus?.marbleLight[10],
|
|
554
|
-
// },
|
|
555
|
-
// },
|
|
556
528
|
"&.Mui-focusVisible": {
|
|
557
529
|
backgroundColor: o.vars.palette.state?.active,
|
|
558
530
|
color: o.vars.palette.patronus?.marbleLight[10],
|
|
@@ -564,7 +536,6 @@ const p = (o) => ({
|
|
|
564
536
|
}
|
|
565
537
|
}
|
|
566
538
|
},
|
|
567
|
-
/* Variant outlined */
|
|
568
539
|
"&.M4LButton-variantOutlined": {
|
|
569
540
|
"& .MuiButtonBase-root": {
|
|
570
541
|
border: "1px solid",
|
|
@@ -602,7 +573,6 @@ const p = (o) => ({
|
|
|
602
573
|
}
|
|
603
574
|
}
|
|
604
575
|
},
|
|
605
|
-
/* Variant text */
|
|
606
576
|
"&.M4LButton-variantText": {
|
|
607
577
|
"& .MuiButtonBase-root": {
|
|
608
578
|
color: o.vars.palette.text.primary,
|
|
@@ -635,29 +605,24 @@ const p = (o) => ({
|
|
|
635
605
|
}
|
|
636
606
|
}
|
|
637
607
|
},
|
|
638
|
-
// Condiciones semánticas
|
|
639
|
-
// Error
|
|
640
608
|
"&.M4LButton-colorError": {
|
|
641
609
|
backgroundColor: `${o.vars.palette.state.error.normal}`,
|
|
642
610
|
"&:hover": {
|
|
643
611
|
backgroundColor: `${o.vars.palette.state.error.hover}`
|
|
644
612
|
}
|
|
645
613
|
},
|
|
646
|
-
// Warning
|
|
647
614
|
"&.M4LButton-colorWarning": {
|
|
648
615
|
backgroundColor: `${o.vars.palette.state.warning.normal}`,
|
|
649
616
|
"&:hover": {
|
|
650
617
|
backgroundColor: `${o.vars.palette.state.warning.hover}`
|
|
651
618
|
}
|
|
652
619
|
},
|
|
653
|
-
// Success
|
|
654
620
|
"&.M4LButton-colorSuccess": {
|
|
655
621
|
backgroundColor: `${o.vars.palette.state.success.normal}`,
|
|
656
622
|
"&:hover": {
|
|
657
623
|
backgroundColor: `${o.vars.palette.state.success.hover}`
|
|
658
624
|
}
|
|
659
625
|
},
|
|
660
|
-
//TODO: Para cambiar
|
|
661
626
|
"&.M4LButton-togglePressed .MuiButtonBase-root": {
|
|
662
627
|
backgroundColor: "red!important",
|
|
663
628
|
prop1: 1
|
|
@@ -665,10 +630,10 @@ const p = (o) => ({
|
|
|
665
630
|
}
|
|
666
631
|
}
|
|
667
632
|
}
|
|
668
|
-
}),
|
|
633
|
+
}), y = (o) => ({
|
|
669
634
|
M4LNavLink: {
|
|
670
635
|
styleOverrides: {
|
|
671
|
-
"&.M4LNavLink-root": {
|
|
636
|
+
["&.M4LNavLink-root"]: {
|
|
672
637
|
"& .M4LTypography-root": {
|
|
673
638
|
color: o.vars.palette.state.active
|
|
674
639
|
},
|
|
@@ -685,25 +650,17 @@ const p = (o) => ({
|
|
|
685
650
|
}
|
|
686
651
|
}
|
|
687
652
|
}
|
|
688
|
-
}),
|
|
653
|
+
}), f = (o) => ({
|
|
689
654
|
M4LSideBar: {
|
|
690
655
|
styleOverrides: {
|
|
691
|
-
/* Estilos y funcionamiento general */
|
|
692
656
|
"&.M4LSideBar-root": {
|
|
693
|
-
"&.M4LSideBar-collapsed": {
|
|
694
|
-
/* '& .M4LSideBar-contentDesktop:not(.M4LSideBar-overlapping)': {
|
|
695
|
-
width: '0',
|
|
696
|
-
transition: 'all 0.2s',
|
|
697
|
-
} */
|
|
698
|
-
},
|
|
699
|
-
// Funcionamiento escritorio expandir y colapsar
|
|
657
|
+
"&.M4LSideBar-collapsed": {},
|
|
700
658
|
"& .M4LSideBar-wrapperSideBar": {
|
|
701
659
|
height: "100%",
|
|
702
660
|
transition: "all 0.3s",
|
|
703
661
|
width: "240px",
|
|
704
662
|
"& .M4LSideBar-areaExpandMenu": {
|
|
705
663
|
position: "absolute",
|
|
706
|
-
// fixed
|
|
707
664
|
zIndex: "99999",
|
|
708
665
|
height: "100%",
|
|
709
666
|
transition: "all 0.3s",
|
|
@@ -714,7 +671,6 @@ const p = (o) => ({
|
|
|
714
671
|
height: "100%",
|
|
715
672
|
boxShadow: o.vars.customShadows?.z2,
|
|
716
673
|
transition: "all 0.3s",
|
|
717
|
-
/* padding: '0 8px', */
|
|
718
674
|
"& .M4LSideBar-containerContentGroupsFooter": {
|
|
719
675
|
flexGrow: "1",
|
|
720
676
|
display: "flex",
|
|
@@ -789,7 +745,6 @@ const p = (o) => ({
|
|
|
789
745
|
height: "20px"
|
|
790
746
|
}
|
|
791
747
|
},
|
|
792
|
-
/* Condición para visualizar el botón de colapsar en caso de estar en estado colapsado */
|
|
793
748
|
"&:hover": {
|
|
794
749
|
"& .M4LSideBar-collapseButton": {
|
|
795
750
|
opacity: "1!important",
|
|
@@ -805,12 +760,7 @@ const p = (o) => ({
|
|
|
805
760
|
transition: "all 0.3s",
|
|
806
761
|
boxShadow: o.vars.customShadows.z1,
|
|
807
762
|
zIndex: "1"
|
|
808
|
-
/* '&:hover': {
|
|
809
|
-
backgroundColor: theme.vars.palette.background.background,
|
|
810
|
-
transition: 'all 0.3s',
|
|
811
|
-
} */
|
|
812
763
|
},
|
|
813
|
-
/* Condición para ocultar el botón de colapsar en estado expandido. */
|
|
814
764
|
"&:not(.M4LSideBar-collapsed) .M4LSideBar-collapseButton": {
|
|
815
765
|
opacity: 0,
|
|
816
766
|
transition: "all 0.3s"
|
|
@@ -921,7 +871,6 @@ const p = (o) => ({
|
|
|
921
871
|
justifyContent: "flex-start",
|
|
922
872
|
flexDirection: "column",
|
|
923
873
|
gap: "4px",
|
|
924
|
-
//paddingBottom: '4px',
|
|
925
874
|
height: "auto",
|
|
926
875
|
marginBottom: "2px",
|
|
927
876
|
"& .M4LSideBar-navItemMainRoot": {
|
|
@@ -946,7 +895,6 @@ const p = (o) => ({
|
|
|
946
895
|
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
947
896
|
0.24
|
|
948
897
|
),
|
|
949
|
-
// Validar implementación desde la creación del tema.
|
|
950
898
|
cursor: "pointer"
|
|
951
899
|
}
|
|
952
900
|
},
|
|
@@ -976,7 +924,6 @@ const p = (o) => ({
|
|
|
976
924
|
content: '""',
|
|
977
925
|
width: "3px",
|
|
978
926
|
height: "50%",
|
|
979
|
-
//revisar
|
|
980
927
|
top: "25%",
|
|
981
928
|
bottom: "25%",
|
|
982
929
|
left: "0px",
|
|
@@ -1070,14 +1017,12 @@ const p = (o) => ({
|
|
|
1070
1017
|
},
|
|
1071
1018
|
"&:hover": {
|
|
1072
1019
|
background: o.vars.palette.state.default,
|
|
1073
|
-
// Validar implementación desde la creación del tema.
|
|
1074
1020
|
padding: "0 8px"
|
|
1075
1021
|
}
|
|
1076
1022
|
},
|
|
1077
1023
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
1078
1024
|
gap: "8px",
|
|
1079
1025
|
margin: "0px 0px 0px 0px",
|
|
1080
|
-
//padding: '16px',
|
|
1081
1026
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1082
1027
|
minWidth: "5px",
|
|
1083
1028
|
minHeight: "5px",
|
|
@@ -1129,7 +1074,6 @@ const p = (o) => ({
|
|
|
1129
1074
|
}
|
|
1130
1075
|
},
|
|
1131
1076
|
"&.M4LSideBar-root.M4LSideBar-variantComercial": {
|
|
1132
|
-
//boxShadow: theme.customShadows?.z2,
|
|
1133
1077
|
"& .M4LSideBar-subItemActive": {
|
|
1134
1078
|
"& .M4LIcon-icon": {
|
|
1135
1079
|
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
@@ -1248,7 +1192,6 @@ const p = (o) => ({
|
|
|
1248
1192
|
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
1249
1193
|
0.24
|
|
1250
1194
|
),
|
|
1251
|
-
// Validar implementación desde la creación del tema.
|
|
1252
1195
|
cursor: "pointer"
|
|
1253
1196
|
}
|
|
1254
1197
|
},
|
|
@@ -1369,7 +1312,6 @@ const p = (o) => ({
|
|
|
1369
1312
|
"&:hover": {
|
|
1370
1313
|
padding: "0 8px",
|
|
1371
1314
|
background: o.vars.palette.state.default
|
|
1372
|
-
// Validar implementación desde la creación del tema.
|
|
1373
1315
|
}
|
|
1374
1316
|
},
|
|
1375
1317
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
@@ -1455,7 +1397,6 @@ const p = (o) => ({
|
|
|
1455
1397
|
textWrap: "nowrap"
|
|
1456
1398
|
}
|
|
1457
1399
|
},
|
|
1458
|
-
// subitems en sidebar colapsado
|
|
1459
1400
|
"& .MuiPaper-root": {
|
|
1460
1401
|
"& .M4LSideBar-navListSubItemRoot": {
|
|
1461
1402
|
"& .M4LSideBar-subItemActive": {
|
|
@@ -1495,7 +1436,6 @@ const p = (o) => ({
|
|
|
1495
1436
|
"&:hover": {
|
|
1496
1437
|
padding: "0 8px",
|
|
1497
1438
|
background: o.vars.palette.state.default
|
|
1498
|
-
// Validar implementación desde la creación del tema.
|
|
1499
1439
|
}
|
|
1500
1440
|
}
|
|
1501
1441
|
}
|
|
@@ -1530,7 +1470,6 @@ const p = (o) => ({
|
|
|
1530
1470
|
textWrap: "nowrap"
|
|
1531
1471
|
}
|
|
1532
1472
|
},
|
|
1533
|
-
// subitems en sidebar colapsado
|
|
1534
1473
|
"& .MuiPaper-root": {
|
|
1535
1474
|
"& .M4LSideBar-navListSubItemRoot": {
|
|
1536
1475
|
"& .M4LSideBar-subItemActive": {
|
|
@@ -1570,14 +1509,12 @@ const p = (o) => ({
|
|
|
1570
1509
|
"&:hover": {
|
|
1571
1510
|
padding: "0 8px",
|
|
1572
1511
|
background: o.vars.palette.state.default
|
|
1573
|
-
// Validar implementación desde la creación del tema.
|
|
1574
1512
|
}
|
|
1575
1513
|
}
|
|
1576
1514
|
}
|
|
1577
1515
|
}
|
|
1578
1516
|
}
|
|
1579
1517
|
},
|
|
1580
|
-
//Mobile
|
|
1581
1518
|
M4LSideBarDrawer: {
|
|
1582
1519
|
styleOverrides: {
|
|
1583
1520
|
"&.M4LSideBar-drawer": {
|
|
@@ -1691,7 +1628,6 @@ const p = (o) => ({
|
|
|
1691
1628
|
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
1692
1629
|
0.24
|
|
1693
1630
|
),
|
|
1694
|
-
// Validar implementación desde la creación del tema.
|
|
1695
1631
|
cursor: "pointer"
|
|
1696
1632
|
}
|
|
1697
1633
|
},
|
|
@@ -1813,7 +1749,6 @@ const p = (o) => ({
|
|
|
1813
1749
|
"&:hover": {
|
|
1814
1750
|
padding: "0 8px",
|
|
1815
1751
|
background: o.vars.palette.state.default
|
|
1816
|
-
// Validar implementación desde la creación del tema.
|
|
1817
1752
|
}
|
|
1818
1753
|
},
|
|
1819
1754
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
@@ -1875,11 +1810,6 @@ const p = (o) => ({
|
|
|
1875
1810
|
}
|
|
1876
1811
|
},
|
|
1877
1812
|
"&.M4LSideBar-variantComercial": {
|
|
1878
|
-
/* '& .MuiBackdrop-root': {
|
|
1879
|
-
background: 'transparent',
|
|
1880
|
-
backgroundColor: `rgba(0, 0, 0, 0.5) !important`,
|
|
1881
|
-
transition: 'transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms',
|
|
1882
|
-
}, */
|
|
1883
1813
|
"& .M4LSideBar-contentMobile": {
|
|
1884
1814
|
width: "100%",
|
|
1885
1815
|
height: "100%",
|
|
@@ -1974,7 +1904,6 @@ const p = (o) => ({
|
|
|
1974
1904
|
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
1975
1905
|
0.24
|
|
1976
1906
|
),
|
|
1977
|
-
// Validar implementación desde la creación del tema.
|
|
1978
1907
|
cursor: "pointer"
|
|
1979
1908
|
}
|
|
1980
1909
|
},
|
|
@@ -2096,7 +2025,6 @@ const p = (o) => ({
|
|
|
2096
2025
|
"&:hover": {
|
|
2097
2026
|
padding: "0 8px",
|
|
2098
2027
|
background: o.vars.palette.state.default
|
|
2099
|
-
// Validar implementación desde la creación del tema.
|
|
2100
2028
|
}
|
|
2101
2029
|
},
|
|
2102
2030
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
@@ -2127,13 +2055,6 @@ const p = (o) => ({
|
|
|
2127
2055
|
"& .MuiCollapse-root": {
|
|
2128
2056
|
marginLeft: "18px",
|
|
2129
2057
|
"&.M4LSideBar-drawer.M4LSideBar-variantComercial": {
|
|
2130
|
-
/* '& .MuiBackdrop-root': {
|
|
2131
|
-
'& .MuiModal-backdrop': {
|
|
2132
|
-
|
|
2133
|
-
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
|
2134
|
-
|
|
2135
|
-
}
|
|
2136
|
-
}, */
|
|
2137
2058
|
"& .M4LSideBar-subItemActive": {
|
|
2138
2059
|
"& .M4LIcon-icon": {
|
|
2139
2060
|
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
@@ -2233,7 +2154,6 @@ const p = (o) => ({
|
|
|
2233
2154
|
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
2234
2155
|
0.24
|
|
2235
2156
|
),
|
|
2236
|
-
// Validar implementación desde la creación del tema.
|
|
2237
2157
|
cursor: "pointer"
|
|
2238
2158
|
}
|
|
2239
2159
|
},
|
|
@@ -2352,7 +2272,6 @@ const p = (o) => ({
|
|
|
2352
2272
|
},
|
|
2353
2273
|
"&:hover": {
|
|
2354
2274
|
background: o.vars.palette.state.default,
|
|
2355
|
-
// Validar implementación desde la creación del tema.
|
|
2356
2275
|
padding: "0 8px"
|
|
2357
2276
|
}
|
|
2358
2277
|
},
|
|
@@ -2433,7 +2352,7 @@ const p = (o) => ({
|
|
|
2433
2352
|
}
|
|
2434
2353
|
}
|
|
2435
2354
|
}
|
|
2436
|
-
}),
|
|
2355
|
+
}), w = (o) => ({
|
|
2437
2356
|
M4LAreasAdmin: {
|
|
2438
2357
|
styleOverrides: {
|
|
2439
2358
|
"&.M4LAreasAdmin-root": {
|
|
@@ -2442,18 +2361,15 @@ const p = (o) => ({
|
|
|
2442
2361
|
flexDirection: "row",
|
|
2443
2362
|
overflow: "hidden",
|
|
2444
2363
|
height: "auto",
|
|
2445
|
-
//borderRadius: '6px',
|
|
2446
2364
|
padding: "0px 12px",
|
|
2447
2365
|
alignItems: "center",
|
|
2448
2366
|
justifyContent: "space-between",
|
|
2449
2367
|
width: "100%",
|
|
2450
|
-
//maxWidth: '100%',
|
|
2451
2368
|
gap: "8px",
|
|
2452
2369
|
borderRight: "1px solid",
|
|
2453
2370
|
borderLeft: "1px solid",
|
|
2454
2371
|
borderColor: o.vars.palette.state.borderDisable,
|
|
2455
2372
|
[o.breakpoints.down("sm")]: {
|
|
2456
|
-
//boxShadow: theme.colorSchemes.finalTheme.customShadows.z1,
|
|
2457
2373
|
paddingRight: "0px",
|
|
2458
2374
|
width: "100%",
|
|
2459
2375
|
maxWidth: "100%",
|
|
@@ -2469,7 +2385,6 @@ const p = (o) => ({
|
|
|
2469
2385
|
display: "flex",
|
|
2470
2386
|
flexDirection: "row-reverse",
|
|
2471
2387
|
width: "100%",
|
|
2472
|
-
//maxWidth: '100%',
|
|
2473
2388
|
overflow: "auto",
|
|
2474
2389
|
justifyContent: "center",
|
|
2475
2390
|
alignItems: "center",
|
|
@@ -2488,7 +2403,6 @@ const p = (o) => ({
|
|
|
2488
2403
|
[o.breakpoints.down("sm")]: {
|
|
2489
2404
|
height: "auto",
|
|
2490
2405
|
background: o.vars.palette.background.default,
|
|
2491
|
-
//boxShadow: theme.colorSchemes.finalTheme.customShadows.z2,
|
|
2492
2406
|
width: "100%",
|
|
2493
2407
|
maxWidth: "100%",
|
|
2494
2408
|
paddingRight: "0px",
|
|
@@ -2509,13 +2423,11 @@ const p = (o) => ({
|
|
|
2509
2423
|
borderRadius: "4px",
|
|
2510
2424
|
zIndex: "10000"
|
|
2511
2425
|
},
|
|
2512
|
-
//Chips
|
|
2513
2426
|
"& .M4LAreasAdmin-areaContainerChipsIcon": {
|
|
2514
2427
|
flexGrow: "1",
|
|
2515
2428
|
display: "flex",
|
|
2516
2429
|
flexDirection: "row",
|
|
2517
2430
|
width: "100%",
|
|
2518
|
-
//maxWidth: '100%',
|
|
2519
2431
|
overflow: "auto",
|
|
2520
2432
|
height: "36px",
|
|
2521
2433
|
borderColor: o.vars.palette.state.hoverDefault,
|
|
@@ -2547,7 +2459,6 @@ const p = (o) => ({
|
|
|
2547
2459
|
paddingLeft: "0px",
|
|
2548
2460
|
paddingRight: "0px",
|
|
2549
2461
|
width: "100%",
|
|
2550
|
-
//maxWidth: '100%',
|
|
2551
2462
|
height: "auto",
|
|
2552
2463
|
alignItems: "center",
|
|
2553
2464
|
[o.breakpoints.down("sm")]: {
|
|
@@ -2559,7 +2470,6 @@ const p = (o) => ({
|
|
|
2559
2470
|
display: "flex",
|
|
2560
2471
|
flexDirection: "row",
|
|
2561
2472
|
width: "100%",
|
|
2562
|
-
//maxWidth: '100%',
|
|
2563
2473
|
height: "100%",
|
|
2564
2474
|
justifyContent: "space-between",
|
|
2565
2475
|
alignItems: "center",
|
|
@@ -2571,10 +2481,6 @@ const p = (o) => ({
|
|
|
2571
2481
|
borderColor: "transparent"
|
|
2572
2482
|
}
|
|
2573
2483
|
},
|
|
2574
|
-
/*'& .simplebar-mask .simplebar-offset ': {
|
|
2575
|
-
display: 'flex',
|
|
2576
|
-
alignItems: 'center',
|
|
2577
|
-
},*/
|
|
2578
2484
|
"& .M4LAreasAdmin-areaContentChips": {
|
|
2579
2485
|
display: "flex",
|
|
2580
2486
|
width: "fit-content",
|
|
@@ -2608,36 +2514,6 @@ const p = (o) => ({
|
|
|
2608
2514
|
}
|
|
2609
2515
|
}
|
|
2610
2516
|
},
|
|
2611
|
-
/*'& .simplebar-wrapper': {
|
|
2612
|
-
width: 'fit-content',
|
|
2613
|
-
maxWidth: '100%',
|
|
2614
|
-
[theme.breakpoints.down('sm')]: {
|
|
2615
|
-
width: '100%',
|
|
2616
|
-
},
|
|
2617
|
-
},
|
|
2618
|
-
|
|
2619
|
-
'& .simplebar-height-auto-observer-wrapper': {
|
|
2620
|
-
width: 'fit-content',
|
|
2621
|
-
maxWidth: '100%',
|
|
2622
|
-
overflow: 'auto',
|
|
2623
|
-
},
|
|
2624
|
-
|
|
2625
|
-
'& .simplebar-mask': {
|
|
2626
|
-
'& .simplebar-offset': {
|
|
2627
|
-
'& .simplebar-content-wrapper': {
|
|
2628
|
-
width: 'fit-content',
|
|
2629
|
-
maxWidth: '100%',
|
|
2630
|
-
overflow: 'auto',
|
|
2631
|
-
'& .simplebar-content': {
|
|
2632
|
-
width: 'fit-content',
|
|
2633
|
-
overflow: 'auto',
|
|
2634
|
-
},
|
|
2635
|
-
},
|
|
2636
|
-
},
|
|
2637
|
-
},*/
|
|
2638
|
-
/*'& .simplebar-content-wrapper': {
|
|
2639
|
-
width: 'fit-content',
|
|
2640
|
-
},*/
|
|
2641
2517
|
"& .M4LAreasAdmin-areaChipRoot ": {
|
|
2642
2518
|
margin: "0px",
|
|
2643
2519
|
borderRadius: "4px",
|
|
@@ -2662,14 +2538,6 @@ const p = (o) => ({
|
|
|
2662
2538
|
minHeight: "12px"
|
|
2663
2539
|
}
|
|
2664
2540
|
}
|
|
2665
|
-
/*'& .M4LAreasAdmin-areaChipEditButton': {
|
|
2666
|
-
transition: 'all ease 0.3s',
|
|
2667
|
-
opacity: '0',
|
|
2668
|
-
},
|
|
2669
|
-
'&:hover .M4LAreasAdmin-areaChipEditButton': {
|
|
2670
|
-
transition: 'all ease 0.3s',
|
|
2671
|
-
opacity: '1',
|
|
2672
|
-
},*/
|
|
2673
2541
|
},
|
|
2674
2542
|
"& .M4LAreasAdmin-areaChipMobileRoot": {
|
|
2675
2543
|
display: "flex",
|
|
@@ -2716,13 +2584,10 @@ const p = (o) => ({
|
|
|
2716
2584
|
"& .M4LIconButton-root": {
|
|
2717
2585
|
background: "transparent",
|
|
2718
2586
|
backgroundColor: "transparent",
|
|
2719
|
-
//height: '100%',
|
|
2720
2587
|
"&:hover": {
|
|
2721
2588
|
background: o.vars.palette.state.active12
|
|
2722
2589
|
},
|
|
2723
|
-
"& .M4LIcon-icon": {
|
|
2724
|
-
//backgroundColor:
|
|
2725
|
-
}
|
|
2590
|
+
"& .M4LIcon-icon": {}
|
|
2726
2591
|
}
|
|
2727
2592
|
},
|
|
2728
2593
|
"& .MuiBox-root": {
|
|
@@ -2730,10 +2595,6 @@ const p = (o) => ({
|
|
|
2730
2595
|
alignItems: "center",
|
|
2731
2596
|
height: "100%"
|
|
2732
2597
|
},
|
|
2733
|
-
/*'& .simplebar-content': {
|
|
2734
|
-
display: 'flex',
|
|
2735
|
-
alignItems: 'center',
|
|
2736
|
-
},*/
|
|
2737
2598
|
"& .M4LAreasAdmin-areaChipRoot": {
|
|
2738
2599
|
display: "flex",
|
|
2739
2600
|
background: o.vars.palette.state.default,
|
|
@@ -2749,9 +2610,6 @@ const p = (o) => ({
|
|
|
2749
2610
|
borderColor: "none",
|
|
2750
2611
|
boxShadow: "none"
|
|
2751
2612
|
},
|
|
2752
|
-
/* [theme.breakpoints.down('sm')]: {
|
|
2753
|
-
height: 'auto',
|
|
2754
|
-
},*/
|
|
2755
2613
|
"&.M4LAreasAdmin-selected": {
|
|
2756
2614
|
background: o.vars.palette.state.active,
|
|
2757
2615
|
...o.colorSchemes.finalTheme.typography.body,
|
|
@@ -2851,12 +2709,6 @@ const p = (o) => ({
|
|
|
2851
2709
|
"& .M4LAreasAdmin-areasAddButton": {
|
|
2852
2710
|
flexGrow: "2",
|
|
2853
2711
|
background: o.vars.palette.state.default
|
|
2854
|
-
/*'& .M4LIcon-icon': {
|
|
2855
|
-
backgroundColor: `${theme.vars.palette.patronus?.marbleLight[10]}`,
|
|
2856
|
-
[theme.breakpoints.down('sm')]: {
|
|
2857
|
-
color: theme.vars.palette.text.primary,
|
|
2858
|
-
},
|
|
2859
|
-
},*/
|
|
2860
2712
|
},
|
|
2861
2713
|
"&.M4LAreasAdmin-isMobile": {
|
|
2862
2714
|
overflow: "hidden",
|
|
@@ -2864,7 +2716,6 @@ const p = (o) => ({
|
|
|
2864
2716
|
width: "100%",
|
|
2865
2717
|
"& .M4LAreasAdmin-areaContainerChips": {
|
|
2866
2718
|
width: "100%",
|
|
2867
|
-
//overflow: 'hidden',
|
|
2868
2719
|
background: "none",
|
|
2869
2720
|
boxShadow: "none"
|
|
2870
2721
|
}
|
|
@@ -2942,7 +2793,7 @@ const p = (o) => ({
|
|
|
2942
2793
|
}
|
|
2943
2794
|
}
|
|
2944
2795
|
}
|
|
2945
|
-
}),
|
|
2796
|
+
}), m = (o) => ({
|
|
2946
2797
|
M4LAreasViewer: {
|
|
2947
2798
|
styleOverrides: {
|
|
2948
2799
|
"&.M4LAreasViewer-root": {
|
|
@@ -3014,12 +2865,6 @@ const p = (o) => ({
|
|
|
3014
2865
|
flexDirection: "column",
|
|
3015
2866
|
padding: "6px 4px 6px 8px",
|
|
3016
2867
|
boxShadow: o.vars.customShadows.z1,
|
|
3017
|
-
//minHeight: '28px',
|
|
3018
|
-
//height: '28px',
|
|
3019
|
-
//[theme.breakpoints.down('md')]: {
|
|
3020
|
-
// height: '44px',
|
|
3021
|
-
// minHeight: '44px',
|
|
3022
|
-
//},
|
|
3023
2868
|
"& .M4LAreasViewer-windowHeaderContent": {
|
|
3024
2869
|
display: "flex",
|
|
3025
2870
|
width: "100%",
|
|
@@ -3061,7 +2906,6 @@ const p = (o) => ({
|
|
|
3061
2906
|
overflow: "visible"
|
|
3062
2907
|
}
|
|
3063
2908
|
},
|
|
3064
|
-
// Contenedor de window
|
|
3065
2909
|
"& .M4LAreasViewer-windowContent": {
|
|
3066
2910
|
padding: "16px",
|
|
3067
2911
|
background: o.vars.palette.background.default,
|
|
@@ -3102,7 +2946,6 @@ const p = (o) => ({
|
|
|
3102
2946
|
}
|
|
3103
2947
|
}
|
|
3104
2948
|
},
|
|
3105
|
-
// Area seleccionada
|
|
3106
2949
|
"&.M4LAreasViewer-selectedWindow": {
|
|
3107
2950
|
border: "1.5px solid",
|
|
3108
2951
|
borderColor: o.vars.palette.state.lineTheme,
|
|
@@ -3208,11 +3051,6 @@ const p = (o) => ({
|
|
|
3208
3051
|
borderTopRightRadius: "4px",
|
|
3209
3052
|
background: o.vars.palette.background.header,
|
|
3210
3053
|
border: "none",
|
|
3211
|
-
//height: '28px',
|
|
3212
|
-
//minHeight: '28px',
|
|
3213
|
-
//[theme.breakpoints.down('md')]: {
|
|
3214
|
-
// minHeight: '36px',
|
|
3215
|
-
//},
|
|
3216
3054
|
"& .M4LIcon-root": {
|
|
3217
3055
|
"& .M4LIcon-icon": {
|
|
3218
3056
|
width: "18px",
|
|
@@ -3333,7 +3171,6 @@ const p = (o) => ({
|
|
|
3333
3171
|
},
|
|
3334
3172
|
M4LAreasViewerModal: {
|
|
3335
3173
|
styleOverrides: {
|
|
3336
|
-
// WindowsModal
|
|
3337
3174
|
"&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot": {
|
|
3338
3175
|
borderRadius: "4px",
|
|
3339
3176
|
boxShadow: o.vars.customShadows.z4,
|
|
@@ -3359,7 +3196,6 @@ const p = (o) => ({
|
|
|
3359
3196
|
fontSize: "16px"
|
|
3360
3197
|
}
|
|
3361
3198
|
},
|
|
3362
|
-
// LoaddingError
|
|
3363
3199
|
"& .M4LAreasViewer-areasLoadingErrorRoot": {
|
|
3364
3200
|
display: "flex",
|
|
3365
3201
|
flexDirection: "column",
|
|
@@ -3379,19 +3215,16 @@ const p = (o) => ({
|
|
|
3379
3215
|
gap: "12px",
|
|
3380
3216
|
position: "absolute",
|
|
3381
3217
|
inset: "0",
|
|
3382
|
-
// Contenedor de ilustracion
|
|
3383
3218
|
"& .M4LIcon-root": {
|
|
3384
3219
|
display: "flex",
|
|
3385
3220
|
padding: "12px",
|
|
3386
3221
|
marginBottom: "4px",
|
|
3387
|
-
// Ilustración
|
|
3388
3222
|
" .M4LIcon-icon": {
|
|
3389
3223
|
width: "100px",
|
|
3390
3224
|
height: "100px",
|
|
3391
3225
|
backgroundColor: o.vars.palette.state.skeleton.default
|
|
3392
3226
|
}
|
|
3393
3227
|
},
|
|
3394
|
-
// Título
|
|
3395
3228
|
"& .M4LAreasViewer-areasLoadingErrorTitle": {
|
|
3396
3229
|
...o.colorSchemes.finalTheme.typography.h3,
|
|
3397
3230
|
color: o.vars.palette.text.primary,
|
|
@@ -3399,18 +3232,15 @@ const p = (o) => ({
|
|
|
3399
3232
|
...o.colorSchemes.finalTheme.typography.h5
|
|
3400
3233
|
}
|
|
3401
3234
|
},
|
|
3402
|
-
// Subtítulo (explicaciòn de resultado)
|
|
3403
3235
|
"& .M4LAreasViewer-areasLoadingErrorDescription": {
|
|
3404
3236
|
...o.colorSchemes.finalTheme.typography.subtitle,
|
|
3405
3237
|
color: o.vars.palette.text.secondary
|
|
3406
3238
|
},
|
|
3407
|
-
// Linea divisora
|
|
3408
3239
|
"& .M4LAreasViewer-areasLoadingErrorDivider": {
|
|
3409
3240
|
width: "208px",
|
|
3410
3241
|
height: "1px",
|
|
3411
3242
|
background: o.vars.palette.state.skeleton.default
|
|
3412
3243
|
},
|
|
3413
|
-
// pasos de acción
|
|
3414
3244
|
"& .MuiTypography-paragraph": {
|
|
3415
3245
|
...o.colorSchemes.finalTheme.typography.body,
|
|
3416
3246
|
color: o.vars.palette.text.primary
|
|
@@ -3507,7 +3337,7 @@ const p = (o) => ({
|
|
|
3507
3337
|
}
|
|
3508
3338
|
}
|
|
3509
3339
|
}
|
|
3510
|
-
}),
|
|
3340
|
+
}), C = (o) => ({
|
|
3511
3341
|
M4LAppBar: {
|
|
3512
3342
|
styleOverrides: {
|
|
3513
3343
|
"&.M4LAppBar-root": {
|
|
@@ -3561,18 +3391,12 @@ const p = (o) => ({
|
|
|
3561
3391
|
justifyContent: "space-between",
|
|
3562
3392
|
"& .M4LAppBar-iconMenuToggle": {
|
|
3563
3393
|
background: o.vars.palette.state.default,
|
|
3564
|
-
//boxShadow: theme.colorSchemes.finalTheme.customShadows.z1,
|
|
3565
|
-
//borderTop: "1px solid",
|
|
3566
|
-
//borderColor: theme.vars.palette.state.default,
|
|
3567
3394
|
width: "36px",
|
|
3568
3395
|
height: "36px",
|
|
3569
3396
|
minWidth: "36px",
|
|
3570
3397
|
minHeight: "36px",
|
|
3571
3398
|
[o.breakpoints.down("sm")]: {
|
|
3572
3399
|
background: o.vars.palette.state.default,
|
|
3573
|
-
//boxShadow: theme.colorSchemes.finalTheme.customShadows.z1,
|
|
3574
|
-
//borderTop: "1px solid",
|
|
3575
|
-
//borderColor: theme.vars.palette.state.default,
|
|
3576
3400
|
width: "36px",
|
|
3577
3401
|
height: "36px",
|
|
3578
3402
|
minWidth: "36px",
|
|
@@ -3628,7 +3452,7 @@ const p = (o) => ({
|
|
|
3628
3452
|
}
|
|
3629
3453
|
}
|
|
3630
3454
|
}
|
|
3631
|
-
}),
|
|
3455
|
+
}), k = (o) => ({
|
|
3632
3456
|
M4LAvatar: {
|
|
3633
3457
|
styleOverrides: {
|
|
3634
3458
|
"&.M4LAvatar-root": {
|
|
@@ -3642,13 +3466,11 @@ const p = (o) => ({
|
|
|
3642
3466
|
width: "28px !important",
|
|
3643
3467
|
height: "28px !important",
|
|
3644
3468
|
borderRadius: "4px",
|
|
3645
|
-
//padding: '4px',
|
|
3646
3469
|
background: r.blazeOrange[50],
|
|
3647
3470
|
color: r.marbleLight[30],
|
|
3648
3471
|
boxShadow: o.vars.customShadows.z1,
|
|
3649
3472
|
...o.typography.subtitle
|
|
3650
3473
|
},
|
|
3651
|
-
//desktop
|
|
3652
3474
|
[o.breakpoints.up("md")]: {
|
|
3653
3475
|
width: "28px !important",
|
|
3654
3476
|
height: "28px !important",
|
|
@@ -3669,7 +3491,7 @@ const p = (o) => ({
|
|
|
3669
3491
|
}
|
|
3670
3492
|
}
|
|
3671
3493
|
}
|
|
3672
|
-
}),
|
|
3494
|
+
}), S = (o) => ({
|
|
3673
3495
|
M4LAccountPopover: {
|
|
3674
3496
|
styleOverrides: {
|
|
3675
3497
|
"&.M4LAccountPopover-root": {
|
|
@@ -3948,7 +3770,7 @@ const p = (o) => ({
|
|
|
3948
3770
|
}
|
|
3949
3771
|
}
|
|
3950
3772
|
}
|
|
3951
|
-
}),
|
|
3773
|
+
}), B = (o) => ({
|
|
3952
3774
|
M4LModuleLayout: {
|
|
3953
3775
|
styleOverrides: {
|
|
3954
3776
|
"&.M4LModuleLayout-root": {
|
|
@@ -3965,7 +3787,7 @@ const p = (o) => ({
|
|
|
3965
3787
|
}
|
|
3966
3788
|
}
|
|
3967
3789
|
}
|
|
3968
|
-
}),
|
|
3790
|
+
}), I = (o) => ({
|
|
3969
3791
|
M4LMasterDetailLayout: {
|
|
3970
3792
|
styleOverrides: {
|
|
3971
3793
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -3987,7 +3809,6 @@ const p = (o) => ({
|
|
|
3987
3809
|
gap: "8px"
|
|
3988
3810
|
}
|
|
3989
3811
|
},
|
|
3990
|
-
/* test properties */
|
|
3991
3812
|
"& .M4LSplitLayout-secondPart": {
|
|
3992
3813
|
background: o.vars.palette.background.default,
|
|
3993
3814
|
borderRadius: "4px"
|
|
@@ -3999,7 +3820,7 @@ const p = (o) => ({
|
|
|
3999
3820
|
}
|
|
4000
3821
|
}
|
|
4001
3822
|
}
|
|
4002
|
-
}),
|
|
3823
|
+
}), T = (o) => ({
|
|
4003
3824
|
M4LSplitLayout: {
|
|
4004
3825
|
styleOverrides: {
|
|
4005
3826
|
"&.M4LSplitLayout-root": {
|
|
@@ -4021,11 +3842,9 @@ const p = (o) => ({
|
|
|
4021
3842
|
width: "100%",
|
|
4022
3843
|
height: "100%",
|
|
4023
3844
|
"& .M4LStack-root": {
|
|
4024
|
-
//gap: '8px',
|
|
4025
3845
|
overflow: "hidden"
|
|
4026
3846
|
}
|
|
4027
3847
|
},
|
|
4028
|
-
// Configuracion por defecto en horizontal
|
|
4029
3848
|
"& .splitter-layout": {
|
|
4030
3849
|
position: "absolute",
|
|
4031
3850
|
display: "flex",
|
|
@@ -4034,28 +3853,23 @@ const p = (o) => ({
|
|
|
4034
3853
|
height: "100%",
|
|
4035
3854
|
overflow: "hidden"
|
|
4036
3855
|
},
|
|
4037
|
-
// Configuracion de ambos paneles a dividir
|
|
4038
3856
|
"& .splitter-layout .layout-pane": {
|
|
4039
3857
|
position: "relative",
|
|
4040
3858
|
flex: "0 0 auto",
|
|
4041
3859
|
overflow: "hidden"
|
|
4042
3860
|
},
|
|
4043
|
-
// Configuración del panel principal
|
|
4044
3861
|
"& .splitter-layout .layout-pane.layout-pane-primary": {
|
|
4045
3862
|
flex: "1 1 auto"
|
|
4046
3863
|
},
|
|
4047
|
-
// Configuración del cursor en horizontal
|
|
4048
3864
|
"& .splitter-layout.layout-changing": {
|
|
4049
3865
|
cursor: "col-resize"
|
|
4050
3866
|
},
|
|
4051
|
-
// Configuración barran grande cuando es horizontal
|
|
4052
3867
|
"& .splitter-layout > .layout-splitter": {
|
|
4053
3868
|
display: "flex",
|
|
4054
3869
|
alignItems: "center",
|
|
4055
3870
|
backgroundColor: "none",
|
|
4056
3871
|
boxSizing: "border-box",
|
|
4057
3872
|
backgroundClip: "padding-box",
|
|
4058
|
-
// Propiedades del horizontal
|
|
4059
3873
|
width: "8px",
|
|
4060
3874
|
margin: "0 0.5px",
|
|
4061
3875
|
borderLeft: "4px solid hsla(0, 0%, 5%, 0)",
|
|
@@ -4064,7 +3878,6 @@ const p = (o) => ({
|
|
|
4064
3878
|
justifyContent: "center",
|
|
4065
3879
|
height: "100%"
|
|
4066
3880
|
},
|
|
4067
|
-
// Configuración divisorra interna posición horizontal del split
|
|
4068
3881
|
"& .splitter-layout .layout-splitter:before": {
|
|
4069
3882
|
content: '""',
|
|
4070
3883
|
height: "56px",
|
|
@@ -4075,17 +3888,14 @@ const p = (o) => ({
|
|
|
4075
3888
|
borderRadius: "1px",
|
|
4076
3889
|
margin: "1px 0px"
|
|
4077
3890
|
},
|
|
4078
|
-
// Hover de la barra externa en posición horizontal
|
|
4079
3891
|
"& .splitter-layout > .layout-splitter:hover": {
|
|
4080
3892
|
borderRadius: "2px",
|
|
4081
3893
|
borderLeft: "2px",
|
|
4082
3894
|
borderRight: "2px"
|
|
4083
3895
|
},
|
|
4084
|
-
// Configuración del cursor en horizontal
|
|
4085
3896
|
"& .splitter-layout.splitter-layout-vertical.layout-changing": {
|
|
4086
3897
|
cursor: "row-resize"
|
|
4087
3898
|
},
|
|
4088
|
-
// Barra divisora vertical del split
|
|
4089
3899
|
"& .splitter-layout.splitter-layout-vertical > .layout-splitter": {
|
|
4090
3900
|
height: "8px !important",
|
|
4091
3901
|
width: "100% !important",
|
|
@@ -4094,7 +3904,6 @@ const p = (o) => ({
|
|
|
4094
3904
|
borderBottom: "4px solid hsla(0, 0%, 2%, 0)",
|
|
4095
3905
|
cursor: "row-resize"
|
|
4096
3906
|
},
|
|
4097
|
-
// Configuración barra divisora interna vertical del split
|
|
4098
3907
|
"& .splitter-layout.splitter-layout-vertical .layout-splitter:before": {
|
|
4099
3908
|
width: "56px !important",
|
|
4100
3909
|
height: "4px !important",
|
|
@@ -4104,12 +3913,9 @@ const p = (o) => ({
|
|
|
4104
3913
|
borderRadius: "2px",
|
|
4105
3914
|
zIndex: "1"
|
|
4106
3915
|
},
|
|
4107
|
-
// Color del hover y el arrastrando del splitter
|
|
4108
3916
|
"& .splitter-layout > .layout-splitter:hover:before, .splitter-layout.layout-changing > .layout-splitter:before": {
|
|
4109
|
-
// barra interna vertical
|
|
4110
3917
|
background: o.vars.palette.state.hover
|
|
4111
3918
|
},
|
|
4112
|
-
// Dirección flex cuando es vertical
|
|
4113
3919
|
"& .splitter-layout.splitter-layout-vertical": {
|
|
4114
3920
|
flexDirection: "column",
|
|
4115
3921
|
position: "relative",
|
|
@@ -4118,7 +3924,6 @@ const p = (o) => ({
|
|
|
4118
3924
|
height: "2px",
|
|
4119
3925
|
left: "0",
|
|
4120
3926
|
right: "0",
|
|
4121
|
-
/* top: 'calc(50% - 6px)', */
|
|
4122
3927
|
position: "absolute",
|
|
4123
3928
|
background: o.vars.palette.state.borderPrimary
|
|
4124
3929
|
}
|
|
@@ -4133,11 +3938,10 @@ const p = (o) => ({
|
|
|
4133
3938
|
background: o.vars.palette.state.borderPrimary
|
|
4134
3939
|
}
|
|
4135
3940
|
}
|
|
4136
|
-
// Borde gris cuando esta en over y es vertical
|
|
4137
3941
|
}
|
|
4138
3942
|
}
|
|
4139
3943
|
}
|
|
4140
|
-
}),
|
|
3944
|
+
}), R = (o) => ({
|
|
4141
3945
|
M4LCommonActions: {
|
|
4142
3946
|
styleOverrides: {
|
|
4143
3947
|
"&.M4LCommonActions-root": {
|
|
@@ -4150,7 +3954,7 @@ const p = (o) => ({
|
|
|
4150
3954
|
}
|
|
4151
3955
|
}
|
|
4152
3956
|
}
|
|
4153
|
-
}),
|
|
3957
|
+
}), A = (o) => ({
|
|
4154
3958
|
M4LinearProgressIndeterminate: {
|
|
4155
3959
|
styleOverrides: {
|
|
4156
3960
|
"&.M4LinearProgressIndeterminate-root": {
|
|
@@ -4204,7 +4008,7 @@ const p = (o) => ({
|
|
|
4204
4008
|
}
|
|
4205
4009
|
}
|
|
4206
4010
|
}
|
|
4207
|
-
}),
|
|
4011
|
+
}), P = (o) => ({
|
|
4208
4012
|
M4LPropertyValue: {
|
|
4209
4013
|
styleOverrides: {
|
|
4210
4014
|
"&.M4LPropertyValue-root": {
|
|
@@ -4213,16 +4017,13 @@ const p = (o) => ({
|
|
|
4213
4017
|
alignItems: "flex-start",
|
|
4214
4018
|
width: "100%",
|
|
4215
4019
|
minHeight: "23px",
|
|
4216
|
-
//height: '24px',
|
|
4217
4020
|
flexDirection: "column",
|
|
4218
4021
|
borderBottom: "1px solid",
|
|
4219
4022
|
borderColor: o.vars.palette.state.borderDisable,
|
|
4220
|
-
// Condición de visualización de vista móvil.
|
|
4221
4023
|
"&.M4LPropertyValue-isMobile": {
|
|
4222
4024
|
gridTemplateColumns: "1fr!important",
|
|
4223
4025
|
minHeight: "24px"
|
|
4224
4026
|
},
|
|
4225
|
-
// Condicion con variación de formulario.
|
|
4226
4027
|
"&.M4LPropertyValue-variantIsForm": {
|
|
4227
4028
|
minHeight: "24px",
|
|
4228
4029
|
borderBottom: "none",
|
|
@@ -4231,12 +4032,10 @@ const p = (o) => ({
|
|
|
4231
4032
|
gap: "4px",
|
|
4232
4033
|
alignItems: "flex-start"
|
|
4233
4034
|
},
|
|
4234
|
-
// Elemento property
|
|
4235
4035
|
"& .M4LPropertyValue-property": {
|
|
4236
4036
|
maxWidth: "100%",
|
|
4237
4037
|
width: "100% !important",
|
|
4238
4038
|
minHeight: "24px",
|
|
4239
|
-
//height: '24px !important',
|
|
4240
4039
|
...o.colorSchemes.finalTheme.typography.body,
|
|
4241
4040
|
color: o.vars.palette.text.secondary,
|
|
4242
4041
|
fontWeight: "400 !important",
|
|
@@ -4257,7 +4056,6 @@ const p = (o) => ({
|
|
|
4257
4056
|
maxWidth: "100%",
|
|
4258
4057
|
width: "100%",
|
|
4259
4058
|
minHeight: "24px",
|
|
4260
|
-
//height: '24px !important',
|
|
4261
4059
|
...o.colorSchemes.finalTheme.typography.body,
|
|
4262
4060
|
color: o.vars.palette.text.primary,
|
|
4263
4061
|
overflow: "hidden",
|
|
@@ -4274,24 +4072,14 @@ const p = (o) => ({
|
|
|
4274
4072
|
"& .M4LRHFTextField-root.M4LRHFTextField-sizeSmall": {
|
|
4275
4073
|
"& .MuiFormControl-root": {
|
|
4276
4074
|
"& .MuiInputBase-root": {
|
|
4277
|
-
|
|
4278
|
-
//background: 'transparent',
|
|
4279
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
4280
|
-
//border: '0',
|
|
4281
|
-
//borderRadius: '0',
|
|
4282
|
-
}
|
|
4075
|
+
"& .MuiOutlinedInput-notchedOutline": {}
|
|
4283
4076
|
}
|
|
4284
4077
|
}
|
|
4285
4078
|
},
|
|
4286
4079
|
"& .M4LRHFTextField-root.M4LRHFTextField-sizeMedium": {
|
|
4287
4080
|
"& .MuiFormControl-root": {
|
|
4288
4081
|
"& .MuiInputBase-root": {
|
|
4289
|
-
|
|
4290
|
-
//background: 'transparent',
|
|
4291
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
4292
|
-
//border: '0',
|
|
4293
|
-
//borderRadius: '0',
|
|
4294
|
-
}
|
|
4082
|
+
"& .MuiOutlinedInput-notchedOutline": {}
|
|
4295
4083
|
}
|
|
4296
4084
|
}
|
|
4297
4085
|
}
|
|
@@ -4306,7 +4094,6 @@ const p = (o) => ({
|
|
|
4306
4094
|
paddingLeft: "8px"
|
|
4307
4095
|
}
|
|
4308
4096
|
},
|
|
4309
|
-
// Elemento property
|
|
4310
4097
|
"& .M4LPropertyValue-property": {
|
|
4311
4098
|
minHeight: "36px",
|
|
4312
4099
|
height: "auto",
|
|
@@ -4323,7 +4110,7 @@ const p = (o) => ({
|
|
|
4323
4110
|
}
|
|
4324
4111
|
}
|
|
4325
4112
|
}
|
|
4326
|
-
}),
|
|
4113
|
+
}), D = (o) => ({
|
|
4327
4114
|
M4LTab: {
|
|
4328
4115
|
styleOverrides: {
|
|
4329
4116
|
"&.M4LTab-root": {
|
|
@@ -4357,14 +4144,12 @@ const p = (o) => ({
|
|
|
4357
4144
|
"& .MuiTab-root": {
|
|
4358
4145
|
borderBottom: `1px solid ${o.vars.palette.state.borderSecondary}`
|
|
4359
4146
|
},
|
|
4360
|
-
// estado hover
|
|
4361
4147
|
"& .MuiButtonBase-root:hover": {
|
|
4362
4148
|
color: o.vars.palette.state.hover,
|
|
4363
4149
|
"& .M4LIcon-icon": {
|
|
4364
4150
|
backgroundColor: o.vars.palette.state.hover
|
|
4365
4151
|
}
|
|
4366
4152
|
},
|
|
4367
|
-
// estado selected
|
|
4368
4153
|
"& .Mui-selected": {
|
|
4369
4154
|
background: o.vars.palette.background.default,
|
|
4370
4155
|
borderTop: `1px solid ${o.vars.palette.state.borderSecondary}`,
|
|
@@ -4388,7 +4173,7 @@ const p = (o) => ({
|
|
|
4388
4173
|
}
|
|
4389
4174
|
}
|
|
4390
4175
|
}
|
|
4391
|
-
}),
|
|
4176
|
+
}), H = (o) => ({
|
|
4392
4177
|
M4LAccordion: {
|
|
4393
4178
|
styleOverrides: {
|
|
4394
4179
|
"&.M4LAccordion-root": {
|
|
@@ -4529,7 +4314,7 @@ const p = (o) => ({
|
|
|
4529
4314
|
}
|
|
4530
4315
|
}
|
|
4531
4316
|
}
|
|
4532
|
-
}),
|
|
4317
|
+
}), W = (o) => ({
|
|
4533
4318
|
M4LRHFormProvider: {
|
|
4534
4319
|
styleOverrides: {
|
|
4535
4320
|
"&.M4LRHFormProvider-root": {
|
|
@@ -4544,7 +4329,7 @@ const p = (o) => ({
|
|
|
4544
4329
|
}
|
|
4545
4330
|
}
|
|
4546
4331
|
}
|
|
4547
|
-
}),
|
|
4332
|
+
}), O = (o) => ({
|
|
4548
4333
|
M4LPeriod: {
|
|
4549
4334
|
styleOverrides: {
|
|
4550
4335
|
"&.M4LPeriod-root": {
|
|
@@ -4724,7 +4509,7 @@ const p = (o) => ({
|
|
|
4724
4509
|
}
|
|
4725
4510
|
}
|
|
4726
4511
|
}
|
|
4727
|
-
}),
|
|
4512
|
+
}), z = (o) => ({
|
|
4728
4513
|
M4LModalDialog: {
|
|
4729
4514
|
styleOverrides: {
|
|
4730
4515
|
"&.M4LModal-root": {
|
|
@@ -4736,7 +4521,6 @@ const p = (o) => ({
|
|
|
4736
4521
|
width: "100%",
|
|
4737
4522
|
height: "100%"
|
|
4738
4523
|
},
|
|
4739
|
-
// Contenedor Window Confirm
|
|
4740
4524
|
"& .M4LModal-containerWindow": {
|
|
4741
4525
|
display: "flex",
|
|
4742
4526
|
flexDirection: "column",
|
|
@@ -4748,7 +4532,6 @@ const p = (o) => ({
|
|
|
4748
4532
|
background: o.vars.palette.background.default,
|
|
4749
4533
|
boxShadow: o.customShadows?.z2,
|
|
4750
4534
|
borderRadius: "4px",
|
|
4751
|
-
// Contenedor botones de acción
|
|
4752
4535
|
"& .M4LCommonActions-root": {
|
|
4753
4536
|
padding: "16px 0 0 0",
|
|
4754
4537
|
margin: "0px",
|
|
@@ -4768,14 +4551,12 @@ const p = (o) => ({
|
|
|
4768
4551
|
width: "100%",
|
|
4769
4552
|
overflow: "auto",
|
|
4770
4553
|
gap: "12px",
|
|
4771
|
-
// Contenedor
|
|
4772
4554
|
"& .M4LModal-modalContent": {
|
|
4773
4555
|
display: "flex",
|
|
4774
4556
|
flexDirection: "column",
|
|
4775
4557
|
justifyContent: "center",
|
|
4776
4558
|
alignItems: "center",
|
|
4777
4559
|
gap: "12px",
|
|
4778
|
-
// Ilustración
|
|
4779
4560
|
"& .M4LModal-illustrationContainer": {
|
|
4780
4561
|
display: "flex",
|
|
4781
4562
|
flexDirection: "column",
|
|
@@ -4785,12 +4566,10 @@ const p = (o) => ({
|
|
|
4785
4566
|
height: "100px",
|
|
4786
4567
|
width: "100px"
|
|
4787
4568
|
},
|
|
4788
|
-
// Título de alerta
|
|
4789
4569
|
"& .MuiTypography-subtitle": {
|
|
4790
4570
|
...o.colorSchemes.finalTheme.typography.subtitleDens,
|
|
4791
4571
|
color: o.vars.palette.text.primary
|
|
4792
4572
|
},
|
|
4793
|
-
// Mensaje de alerta
|
|
4794
4573
|
"& .M4LModal-messageContainer": {
|
|
4795
4574
|
...o.colorSchemes.finalTheme.typography.body,
|
|
4796
4575
|
color: o.vars.palette.text.secondary,
|
|
@@ -4818,9 +4597,7 @@ const p = (o) => ({
|
|
|
4818
4597
|
textOverflow: "ellipsis",
|
|
4819
4598
|
overflow: "hidden"
|
|
4820
4599
|
},
|
|
4821
|
-
"& .M4LModal-iconCloseHeader": {
|
|
4822
|
-
/* Optional overrides */
|
|
4823
|
-
}
|
|
4600
|
+
"& .M4LModal-iconCloseHeader": {}
|
|
4824
4601
|
},
|
|
4825
4602
|
"& .M4LModal-windowContent": {
|
|
4826
4603
|
padding: "24px",
|
|
@@ -4831,24 +4608,10 @@ const p = (o) => ({
|
|
|
4831
4608
|
flex: "1",
|
|
4832
4609
|
overflow: "hidden",
|
|
4833
4610
|
"& .M4LStack-root": {
|
|
4834
|
-
//gap: '8px',
|
|
4835
4611
|
overflow: "hidden"
|
|
4836
4612
|
}
|
|
4837
4613
|
}
|
|
4838
4614
|
}
|
|
4839
|
-
/*'& .react-resizable': {
|
|
4840
|
-
display: 'flex',
|
|
4841
|
-
flexDirection: 'column',
|
|
4842
|
-
justifyContent: 'center',
|
|
4843
|
-
alignItems: 'center',
|
|
4844
|
-
|
|
4845
|
-
'& .M4LIcon-root': {
|
|
4846
|
-
'& .M4LIcon-icon': {
|
|
4847
|
-
background: theme.vars.palette.text.secondary,
|
|
4848
|
-
boxShadow: theme.colorSchemes.finalTheme.customShadows.z1,
|
|
4849
|
-
},
|
|
4850
|
-
},
|
|
4851
|
-
}, */
|
|
4852
4615
|
}
|
|
4853
4616
|
},
|
|
4854
4617
|
"& .MuiPaper-root.MuiDialog-paperFullScreen": {
|
|
@@ -4872,7 +4635,7 @@ const p = (o) => ({
|
|
|
4872
4635
|
}
|
|
4873
4636
|
}
|
|
4874
4637
|
}
|
|
4875
|
-
}),
|
|
4638
|
+
}), V = (o) => ({
|
|
4876
4639
|
M4LPaperForm: {
|
|
4877
4640
|
styleOverrides: {
|
|
4878
4641
|
"&.M4LPaperForm-root": {
|
|
@@ -4883,11 +4646,9 @@ const p = (o) => ({
|
|
|
4883
4646
|
borderColor: o.vars.palette.state.borderSecondary,
|
|
4884
4647
|
width: "100%",
|
|
4885
4648
|
height: "auto",
|
|
4886
|
-
// variante isForm
|
|
4887
4649
|
"&.M4LPaperForm-isForm .M4LPaperForm-content": {
|
|
4888
4650
|
gap: "12px"
|
|
4889
4651
|
},
|
|
4890
|
-
// Header
|
|
4891
4652
|
"& .M4LPaperForm-headerContainer": {
|
|
4892
4653
|
width: "100%",
|
|
4893
4654
|
height: "28px",
|
|
@@ -4901,19 +4662,16 @@ const p = (o) => ({
|
|
|
4901
4662
|
height: "36px",
|
|
4902
4663
|
minHeight: "36px"
|
|
4903
4664
|
},
|
|
4904
|
-
//Title paperForm
|
|
4905
4665
|
"& .M4LPaperForm-iconTitleContainer": {
|
|
4906
4666
|
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
4907
4667
|
color: o.vars.palette.text.primary,
|
|
4908
4668
|
display: "flex",
|
|
4909
4669
|
gap: "8px",
|
|
4910
|
-
//Icon paperForm
|
|
4911
4670
|
"& .M4LPaperForm-iconHeaderContainer": {
|
|
4912
4671
|
margin: "0px"
|
|
4913
4672
|
}
|
|
4914
4673
|
}
|
|
4915
4674
|
},
|
|
4916
|
-
//Container paperForm
|
|
4917
4675
|
"& .M4LPaperForm-content": {
|
|
4918
4676
|
display: "flex",
|
|
4919
4677
|
flexDirection: "column",
|
|
@@ -4926,7 +4684,7 @@ const p = (o) => ({
|
|
|
4926
4684
|
}
|
|
4927
4685
|
}
|
|
4928
4686
|
}
|
|
4929
|
-
}),
|
|
4687
|
+
}), G = (o) => ({
|
|
4930
4688
|
M4LTooltip: {
|
|
4931
4689
|
styleOverrides: {
|
|
4932
4690
|
"&.M4LTooltip-root": {
|
|
@@ -4947,7 +4705,7 @@ const p = (o) => ({
|
|
|
4947
4705
|
}
|
|
4948
4706
|
}
|
|
4949
4707
|
}
|
|
4950
|
-
}),
|
|
4708
|
+
}), F = (o) => ({
|
|
4951
4709
|
M4LBadge: {
|
|
4952
4710
|
styleOverrides: {
|
|
4953
4711
|
"&.M4LBadge-root": {
|
|
@@ -4978,7 +4736,7 @@ const p = (o) => ({
|
|
|
4978
4736
|
}
|
|
4979
4737
|
}
|
|
4980
4738
|
}
|
|
4981
|
-
}),
|
|
4739
|
+
}), j = (o) => (console.log("Test media query", o.typography.body), {
|
|
4982
4740
|
M4LDataGrid: {
|
|
4983
4741
|
styleOverrides: {
|
|
4984
4742
|
"&.M4LDataGrid-root": {
|
|
@@ -4998,9 +4756,7 @@ const p = (o) => ({
|
|
|
4998
4756
|
color: o.vars.palette.text.secondary
|
|
4999
4757
|
}
|
|
5000
4758
|
},
|
|
5001
|
-
|
|
5002
|
-
// Condiciones BreakPoint < sm
|
|
5003
|
-
"&.M4LDataGrid-xs": {
|
|
4759
|
+
["&.M4LDataGrid-xs"]: {
|
|
5004
4760
|
"& .M4LDataGrid-actions": {
|
|
5005
4761
|
height: "44px",
|
|
5006
4762
|
"& .M4LPager-labelRowsPerPageContainer": {
|
|
@@ -5029,12 +4785,9 @@ const p = (o) => ({
|
|
|
5029
4785
|
background: o.vars.palette.background.default,
|
|
5030
4786
|
position: "absolute",
|
|
5031
4787
|
gap: "8px",
|
|
5032
|
-
"@container main (max-width: 600px)": {
|
|
4788
|
+
["@container main (max-width: 600px)"]: {
|
|
5033
4789
|
height: "44px"
|
|
5034
4790
|
},
|
|
5035
|
-
/* [theme.breakpoints.down('sm')]: {
|
|
5036
|
-
height: '44px',
|
|
5037
|
-
}, */
|
|
5038
4791
|
"& .M4LDataGrid-actionsConfigContainer": {
|
|
5039
4792
|
display: "flex",
|
|
5040
4793
|
flexDirection: "row",
|
|
@@ -5044,15 +4797,6 @@ const p = (o) => ({
|
|
|
5044
4797
|
background: o.vars.palette.background.default
|
|
5045
4798
|
}
|
|
5046
4799
|
},
|
|
5047
|
-
/*'& .M4LPager-root': {
|
|
5048
|
-
'& .M4LPager-labelRowsPerPageContainer': {
|
|
5049
|
-
'& .MuiTypography-root': {
|
|
5050
|
-
'&.MuiTypography-body': {
|
|
5051
|
-
textOverflow: 'ellipsis',
|
|
5052
|
-
},
|
|
5053
|
-
},
|
|
5054
|
-
},
|
|
5055
|
-
},*/
|
|
5056
4800
|
"& .M4LDataGrid-rowsCount": {
|
|
5057
4801
|
display: "flex",
|
|
5058
4802
|
gap: "8px",
|
|
@@ -5061,7 +4805,6 @@ const p = (o) => ({
|
|
|
5061
4805
|
...o.colorSchemes.finalTheme.typography.body,
|
|
5062
4806
|
color: o.vars.palette.text.primary,
|
|
5063
4807
|
height: "100%"
|
|
5064
|
-
//revisar
|
|
5065
4808
|
},
|
|
5066
4809
|
"& .M4LDataGrid-rowsCountValue": {
|
|
5067
4810
|
paddingTop: "4px",
|
|
@@ -5072,13 +4815,8 @@ const p = (o) => ({
|
|
|
5072
4815
|
borderRadius: "4px"
|
|
5073
4816
|
}
|
|
5074
4817
|
},
|
|
5075
|
-
|
|
5076
|
-
"& .M4LDataGrid-
|
|
5077
|
-
/* Estilos de iconButton Filter */
|
|
5078
|
-
},
|
|
5079
|
-
"& .M4LDataGrid-actionSettings": {
|
|
5080
|
-
/* Estilos de iconButton Settings */
|
|
5081
|
-
}
|
|
4818
|
+
"& .M4LDataGrid-actionFilter": {},
|
|
4819
|
+
"& .M4LDataGrid-actionSettings": {}
|
|
5082
4820
|
},
|
|
5083
4821
|
"& .M4LDataGrid-tableContaniner:not(.M4LDataGrid-withActions)": {
|
|
5084
4822
|
top: "0!important"
|
|
@@ -5097,7 +4835,7 @@ const p = (o) => ({
|
|
|
5097
4835
|
border: "none",
|
|
5098
4836
|
boxshadow: o.customShadows?.z2,
|
|
5099
4837
|
background: o.vars.palette.background.default,
|
|
5100
|
-
"@container main (max-width: 600px)": {
|
|
4838
|
+
["@container main (max-width: 600px)"]: {
|
|
5101
4839
|
top: "44px"
|
|
5102
4840
|
},
|
|
5103
4841
|
"& .M4LDataGrid-wrapperDataGridCss": {
|
|
@@ -5128,9 +4866,6 @@ const p = (o) => ({
|
|
|
5128
4866
|
o.colorSchemes.finalTheme.palette.action.selectedOpacity
|
|
5129
4867
|
),
|
|
5130
4868
|
"--rdg-border-color": "none",
|
|
5131
|
-
// "--rdg-checkbox-disabled-border-color:":theme.vars.palette.divider,
|
|
5132
|
-
// "--rdg-checkbox-disabled-background-color":theme.vars.palette.,
|
|
5133
|
-
/* border-bottom-right-radius: 3px; */
|
|
5134
4869
|
"&:last-child .rdg-cell": {
|
|
5135
4870
|
borderTop: "0.5px solid",
|
|
5136
4871
|
borderBottom: "1px solid",
|
|
@@ -5162,7 +4897,6 @@ const p = (o) => ({
|
|
|
5162
4897
|
backgroundColor: `${o.vars.palette.state.gridHover}!important`,
|
|
5163
4898
|
transition: "background-color 0.1s linear"
|
|
5164
4899
|
}
|
|
5165
|
-
/* backgroundColor: theme.vars.palette.state.active12, */
|
|
5166
4900
|
},
|
|
5167
4901
|
backgroundColor: "transparent"
|
|
5168
4902
|
},
|
|
@@ -5201,7 +4935,6 @@ const p = (o) => ({
|
|
|
5201
4935
|
borderRight: `0px solid ${o.vars.palette.divider}`,
|
|
5202
4936
|
position: "absolute",
|
|
5203
4937
|
right: "0px",
|
|
5204
|
-
// Por desajuste en chrome en el espaciado
|
|
5205
4938
|
height: "100%"
|
|
5206
4939
|
},
|
|
5207
4940
|
"& .m4l_icon": {
|
|
@@ -5215,13 +4948,11 @@ const p = (o) => ({
|
|
|
5215
4948
|
'& .rdg-cell[role="columnheader"] .rdg-header-sort-name': {
|
|
5216
4949
|
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
5217
4950
|
lineHeight: "var(--rdg-row-height)!important",
|
|
5218
|
-
//ajuste de contenido filtro del DataGrid
|
|
5219
4951
|
height: "28px",
|
|
5220
4952
|
display: "flex",
|
|
5221
4953
|
justifyContent: "center",
|
|
5222
4954
|
alignItems: "center"
|
|
5223
4955
|
},
|
|
5224
|
-
// Esta condicion para el flujo de cabecera cuando no tiene utilidad sort
|
|
5225
4956
|
'& .rdg-cell[role="columnheader"] [draggable="true"]': {
|
|
5226
4957
|
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
5227
4958
|
lineHeight: "var(--rdg-row-height)!important"
|
|
@@ -5229,12 +4960,10 @@ const p = (o) => ({
|
|
|
5229
4960
|
"& [aria-selected=true]": {
|
|
5230
4961
|
backgroundColor: o.vars.palette.state?.toneOp,
|
|
5231
4962
|
color: o.vars.palette.text.primary,
|
|
5232
|
-
//cambia el color del contorno de cada celda selecionada
|
|
5233
4963
|
outline: "1px solid",
|
|
5234
4964
|
outlineOffset: "-1px",
|
|
5235
4965
|
outlineColor: o.vars.palette.state.lineTheme
|
|
5236
4966
|
},
|
|
5237
|
-
// Alineaciones
|
|
5238
4967
|
"& .rdg-cell.rdg-cell-align-left": {
|
|
5239
4968
|
textAlign: "start",
|
|
5240
4969
|
display: "inline",
|
|
@@ -5248,11 +4977,9 @@ const p = (o) => ({
|
|
|
5248
4977
|
"& .rdg-cell.rdg-cell-align-right": {
|
|
5249
4978
|
textAlign: "right"
|
|
5250
4979
|
},
|
|
5251
|
-
// Estilado de la ultima celda congelada
|
|
5252
4980
|
"& .rdg-row .rdg-cell-frozen-last:after": {
|
|
5253
4981
|
borderRight: "0px solid transparent"
|
|
5254
4982
|
},
|
|
5255
|
-
// Estilado de la ultima celda (Quitar la linea divisora derecha)
|
|
5256
4983
|
"& .rdg-row :last-child:after": {
|
|
5257
4984
|
borderRight: "0px solid",
|
|
5258
4985
|
borderColor: o.vars.palette.background.neutral
|
|
@@ -5260,7 +4987,6 @@ const p = (o) => ({
|
|
|
5260
4987
|
"& .rdg-header-row": {
|
|
5261
4988
|
backgroundColor: o.vars.palette.background.header
|
|
5262
4989
|
},
|
|
5263
|
-
// Estilado de celdas de la cabecera
|
|
5264
4990
|
"& .rdg-header-row .rdg-cell": {
|
|
5265
4991
|
fontFamily: o.typography.body,
|
|
5266
4992
|
fontWeight: o.typography.body,
|
|
@@ -5274,14 +5000,10 @@ const p = (o) => ({
|
|
|
5274
5000
|
'& [draggable="true"]': {
|
|
5275
5001
|
fontSize: o.typography.body
|
|
5276
5002
|
},
|
|
5277
|
-
// Ultima celda de la cebecera frozen
|
|
5278
5003
|
"&.rdg-cell-frozen-last": {
|
|
5279
5004
|
borderColor: o.vars.palette.background.default,
|
|
5280
5005
|
boxShadow: "var(--rdg-frozen-cell-box-shadow)",
|
|
5281
|
-
"&:after": {
|
|
5282
|
-
//borderRight: `1.5px solid`,
|
|
5283
|
-
//borderColor: theme.vars.palette.background.neutral,
|
|
5284
|
-
}
|
|
5006
|
+
"&:after": {}
|
|
5285
5007
|
},
|
|
5286
5008
|
"& .rdg-header-sort-cell": {
|
|
5287
5009
|
"& .rdg-header-sort-name + span": {
|
|
@@ -5293,40 +5015,27 @@ const p = (o) => ({
|
|
|
5293
5015
|
}
|
|
5294
5016
|
}
|
|
5295
5017
|
},
|
|
5296
|
-
// Modificar el tamaño de la flecha
|
|
5297
5018
|
"& .rdg-sort-arrow": {}
|
|
5298
5019
|
},
|
|
5299
|
-
// Estilado de la ultima celda Header
|
|
5300
5020
|
"& .rdg-header-row :last-child.rdg-cell": {
|
|
5301
5021
|
borderTopRightRadius: "0",
|
|
5302
5022
|
"&:after": {
|
|
5303
5023
|
borderRight: "0px solid transparent"
|
|
5304
5024
|
}
|
|
5305
5025
|
},
|
|
5306
|
-
// filter
|
|
5307
5026
|
"& .filter_cell_div": {
|
|
5308
5027
|
paddingLeft: "8px",
|
|
5309
5028
|
paddingRight: "8px"
|
|
5310
5029
|
},
|
|
5311
|
-
//
|
|
5312
5030
|
"& .rdg-header-sort-cell": {
|
|
5313
5031
|
width: "100%",
|
|
5314
5032
|
flexGrow: "1",
|
|
5315
5033
|
alignItems: "center",
|
|
5316
5034
|
color: o.vars.palette.text.primary
|
|
5317
5035
|
}
|
|
5318
|
-
/* '& [aria-columnsort="ASC"]': {
|
|
5319
|
-
borderTop: `2px solid ${theme.vars.palette.primary.main}`,
|
|
5320
|
-
}, */
|
|
5321
|
-
/* '& [aria-columnsort="DESC"]': {
|
|
5322
|
-
borderBottom: `2px solid ${theme.vars.palette.primary.main}`,
|
|
5323
|
-
}, */
|
|
5324
5036
|
}
|
|
5325
5037
|
},
|
|
5326
|
-
|
|
5327
|
-
"&.M4LDataGrid-withNoPager": {
|
|
5328
|
-
/* Por definir */
|
|
5329
|
-
}
|
|
5038
|
+
"&.M4LDataGrid-withNoPager": {}
|
|
5330
5039
|
}
|
|
5331
5040
|
}
|
|
5332
5041
|
},
|
|
@@ -5374,7 +5083,7 @@ const p = (o) => ({
|
|
|
5374
5083
|
}
|
|
5375
5084
|
}
|
|
5376
5085
|
}
|
|
5377
|
-
}),
|
|
5086
|
+
}), N = (o) => ({
|
|
5378
5087
|
M4LPager: {
|
|
5379
5088
|
styleOverrides: {
|
|
5380
5089
|
"&.M4LPager-root": {
|
|
@@ -5385,7 +5094,6 @@ const p = (o) => ({
|
|
|
5385
5094
|
whiteSpace: "nowrap",
|
|
5386
5095
|
width: "100%",
|
|
5387
5096
|
justifyContent: "space-between",
|
|
5388
|
-
// pagerActions
|
|
5389
5097
|
"& .M4LPager-pagerActions": {
|
|
5390
5098
|
display: "flex",
|
|
5391
5099
|
padding: "2px",
|
|
@@ -5482,7 +5190,7 @@ const p = (o) => ({
|
|
|
5482
5190
|
}
|
|
5483
5191
|
}
|
|
5484
5192
|
}
|
|
5485
|
-
}),
|
|
5193
|
+
}), E = (o) => ({
|
|
5486
5194
|
M4LCheckBox: {
|
|
5487
5195
|
styleOverrides: {
|
|
5488
5196
|
"&.M4LCheckBox-root": {
|
|
@@ -5500,7 +5208,6 @@ const p = (o) => ({
|
|
|
5500
5208
|
color: o.vars.palette.text.primary,
|
|
5501
5209
|
...o.colorSchemes.finalTheme.typography.body
|
|
5502
5210
|
},
|
|
5503
|
-
/* caso small */
|
|
5504
5211
|
"&.M4LCheckBox-small ": {
|
|
5505
5212
|
"& .MuiButtonBase-root": {
|
|
5506
5213
|
width: "24px",
|
|
@@ -5511,7 +5218,6 @@ const p = (o) => ({
|
|
|
5511
5218
|
width: "16px",
|
|
5512
5219
|
height: "16px"
|
|
5513
5220
|
},
|
|
5514
|
-
/* caso medium */
|
|
5515
5221
|
"&.M4LCheckBox-medium": {
|
|
5516
5222
|
"& .MuiButtonBase-root": {
|
|
5517
5223
|
width: "24px",
|
|
@@ -5526,7 +5232,6 @@ const p = (o) => ({
|
|
|
5526
5232
|
width: "20px",
|
|
5527
5233
|
height: "20px"
|
|
5528
5234
|
},
|
|
5529
|
-
// Caso general
|
|
5530
5235
|
"& .MuiButtonBase-root": {
|
|
5531
5236
|
borderRadius: "4px",
|
|
5532
5237
|
"& .MuiSvgIcon-root": {
|
|
@@ -5544,7 +5249,6 @@ const p = (o) => ({
|
|
|
5544
5249
|
"& .MuiButtonBase-root:hover .MuiSvgIcon-root": {
|
|
5545
5250
|
fill: o.vars.palette.state?.hover
|
|
5546
5251
|
},
|
|
5547
|
-
/* caso general */
|
|
5548
5252
|
"& .M4LCheckBox-checkTypography .MuiTypography-root": {
|
|
5549
5253
|
...o.colorSchemes.finalTheme.typography.body
|
|
5550
5254
|
},
|
|
@@ -5554,14 +5258,13 @@ const p = (o) => ({
|
|
|
5554
5258
|
"& .M4LCheckBox-stateDisabled .MuiTypography-root": {
|
|
5555
5259
|
color: o.vars.palette.text.disabled
|
|
5556
5260
|
},
|
|
5557
|
-
/* selector del caso focus por tab */
|
|
5558
5261
|
"& .MuiButtonBase-root .Mui-focusVisible:focus-visible": {
|
|
5559
5262
|
outline: "#fff00"
|
|
5560
5263
|
}
|
|
5561
5264
|
}
|
|
5562
5265
|
}
|
|
5563
5266
|
}
|
|
5564
|
-
}),
|
|
5267
|
+
}), $ = (o) => ({
|
|
5565
5268
|
M4LStack: {
|
|
5566
5269
|
styleOverrides: {
|
|
5567
5270
|
"&.M4LStack-root": {
|
|
@@ -5574,7 +5277,7 @@ const p = (o) => ({
|
|
|
5574
5277
|
}
|
|
5575
5278
|
}
|
|
5576
5279
|
}
|
|
5577
|
-
}),
|
|
5280
|
+
}), U = (o) => ({
|
|
5578
5281
|
M4LTabs: {
|
|
5579
5282
|
styleOverrides: {
|
|
5580
5283
|
"&.M4LTabs-root": {
|
|
@@ -5614,7 +5317,7 @@ const p = (o) => ({
|
|
|
5614
5317
|
}
|
|
5615
5318
|
}
|
|
5616
5319
|
}
|
|
5617
|
-
}),
|
|
5320
|
+
}), _ = (o) => ({
|
|
5618
5321
|
M4LNoItemSelected: {
|
|
5619
5322
|
styleOverrides: {
|
|
5620
5323
|
"&.M4LNoItemSelected-root": {
|
|
@@ -5634,7 +5337,7 @@ const p = (o) => ({
|
|
|
5634
5337
|
}
|
|
5635
5338
|
}
|
|
5636
5339
|
}
|
|
5637
|
-
}),
|
|
5340
|
+
}), q = (o) => ({
|
|
5638
5341
|
M4LScrollBar: {
|
|
5639
5342
|
styleOverrides: {
|
|
5640
5343
|
"&.M4LScrollBar-root": {
|
|
@@ -5669,7 +5372,7 @@ const p = (o) => ({
|
|
|
5669
5372
|
}
|
|
5670
5373
|
}
|
|
5671
5374
|
}
|
|
5672
|
-
}),
|
|
5375
|
+
}), J = (o) => ({
|
|
5673
5376
|
M4LGridLayout: {
|
|
5674
5377
|
styleOverrides: {
|
|
5675
5378
|
"&.M4LGridLayout-root": {
|
|
@@ -5677,7 +5380,7 @@ const p = (o) => ({
|
|
|
5677
5380
|
}
|
|
5678
5381
|
}
|
|
5679
5382
|
}
|
|
5680
|
-
}),
|
|
5383
|
+
}), K = (o) => ({
|
|
5681
5384
|
M4LTabContent: {
|
|
5682
5385
|
styleOverrides: {
|
|
5683
5386
|
"&.M4LTabContent-root": {
|
|
@@ -5708,7 +5411,7 @@ const p = (o) => ({
|
|
|
5708
5411
|
}
|
|
5709
5412
|
}
|
|
5710
5413
|
}
|
|
5711
|
-
}),
|
|
5414
|
+
}), Q = (o) => ({
|
|
5712
5415
|
M4LMenuActions: {
|
|
5713
5416
|
styleOverrides: {
|
|
5714
5417
|
"&.M4LMenuActions-root": {
|
|
@@ -5742,7 +5445,7 @@ const p = (o) => ({
|
|
|
5742
5445
|
}
|
|
5743
5446
|
}
|
|
5744
5447
|
}
|
|
5745
|
-
}),
|
|
5448
|
+
}), X = (o) => ({
|
|
5746
5449
|
M4LPrintingSystem: {
|
|
5747
5450
|
styleOverrides: {
|
|
5748
5451
|
"&.M4LPrintingSystem-root": {
|
|
@@ -5924,7 +5627,7 @@ const p = (o) => ({
|
|
|
5924
5627
|
}
|
|
5925
5628
|
}
|
|
5926
5629
|
}
|
|
5927
|
-
}),
|
|
5630
|
+
}), Y = (o) => ({
|
|
5928
5631
|
M4LFormatter: {
|
|
5929
5632
|
styleOverrides: {
|
|
5930
5633
|
"&.M4LFormatter-root": {
|
|
@@ -5941,7 +5644,7 @@ const p = (o) => ({
|
|
|
5941
5644
|
}
|
|
5942
5645
|
}
|
|
5943
5646
|
}
|
|
5944
|
-
}),
|
|
5647
|
+
}), Z = (o) => ({
|
|
5945
5648
|
M4LoadingError: {
|
|
5946
5649
|
styleOverrides: {
|
|
5947
5650
|
"&.M4LoadingError-root": {
|
|
@@ -5963,11 +5666,9 @@ const p = (o) => ({
|
|
|
5963
5666
|
gap: "12px",
|
|
5964
5667
|
position: "absolute",
|
|
5965
5668
|
inset: "0",
|
|
5966
|
-
// Contenedor de ilustracion
|
|
5967
5669
|
"& .M4LIcon-root": {
|
|
5968
5670
|
display: "flex",
|
|
5969
5671
|
padding: "12px",
|
|
5970
|
-
// Ilustración
|
|
5971
5672
|
" .M4LIcon-icon": {
|
|
5972
5673
|
width: "100px",
|
|
5973
5674
|
height: "100px",
|
|
@@ -5977,7 +5678,6 @@ const p = (o) => ({
|
|
|
5977
5678
|
"& .M4LoadingError-titleDescription": {
|
|
5978
5679
|
textAlign: "center"
|
|
5979
5680
|
},
|
|
5980
|
-
// Título
|
|
5981
5681
|
"& .M4LoadingError-loadingErrorTitle": {
|
|
5982
5682
|
...o.colorSchemes.finalTheme.typography.h5,
|
|
5983
5683
|
color: o.vars.palette.text.primary,
|
|
@@ -5985,30 +5685,25 @@ const p = (o) => ({
|
|
|
5985
5685
|
...o.colorSchemes.finalTheme.typography.h5
|
|
5986
5686
|
}
|
|
5987
5687
|
},
|
|
5988
|
-
// Subtítulo (explicaciòn de resultado)
|
|
5989
5688
|
"& .M4LoadingError-loadingErrorDescription": {
|
|
5990
5689
|
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
5991
5690
|
color: o.vars.palette.text.secondary
|
|
5992
5691
|
},
|
|
5993
|
-
// Linea divisora
|
|
5994
5692
|
"& .M4LoadingError-loadingErrorDivider": {
|
|
5995
5693
|
width: "208px",
|
|
5996
5694
|
height: "1px",
|
|
5997
5695
|
background: o.vars.palette.state.borderPrimary
|
|
5998
5696
|
},
|
|
5999
|
-
// pasos de acción
|
|
6000
5697
|
"& .MuiTypography-paragraph": {
|
|
6001
5698
|
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
6002
5699
|
color: o.vars.palette.text.primary
|
|
6003
5700
|
},
|
|
6004
|
-
"& .MuiButtonBase-root": {
|
|
6005
|
-
//marginTop: '4px',
|
|
6006
|
-
}
|
|
5701
|
+
"& .MuiButtonBase-root": {}
|
|
6007
5702
|
}
|
|
6008
5703
|
}
|
|
6009
5704
|
}
|
|
6010
5705
|
}
|
|
6011
|
-
}),
|
|
5706
|
+
}), oo = (o) => ({
|
|
6012
5707
|
M4LMFLoader: {
|
|
6013
5708
|
styleOverrides: {
|
|
6014
5709
|
"&.M4LMFLoader-root": {
|
|
@@ -6027,11 +5722,10 @@ const p = (o) => ({
|
|
|
6027
5722
|
}
|
|
6028
5723
|
}
|
|
6029
5724
|
}
|
|
6030
|
-
}),
|
|
5725
|
+
}), to = (o) => ({
|
|
6031
5726
|
M4LLoadingButton: {
|
|
6032
5727
|
styleOverrides: {
|
|
6033
5728
|
"&.M4LLoadingButton-root": {
|
|
6034
|
-
/* Root properties */
|
|
6035
5729
|
width: "auto",
|
|
6036
5730
|
display: "flex",
|
|
6037
5731
|
justifyContent: "center",
|
|
@@ -6041,7 +5735,6 @@ const p = (o) => ({
|
|
|
6041
5735
|
height: "36px",
|
|
6042
5736
|
minHeight: "36px"
|
|
6043
5737
|
},
|
|
6044
|
-
/* General properties */
|
|
6045
5738
|
"& .MuiButtonBase-root.MuiLoadingButton-loading": {
|
|
6046
5739
|
"& .M4LTypography-root": {
|
|
6047
5740
|
opacity: "0"
|
|
@@ -6050,10 +5743,6 @@ const p = (o) => ({
|
|
|
6050
5743
|
"& .MuiCircularProgress-root": {
|
|
6051
5744
|
color: `${o.vars.palette.text.primary}!important`
|
|
6052
5745
|
},
|
|
6053
|
-
/* '& .MuiTypography-root': {
|
|
6054
|
-
color: '#fff',
|
|
6055
|
-
transition: 'all .5s ease',
|
|
6056
|
-
}, */
|
|
6057
5746
|
"& .M4LLoadingButton-skeleton ": {
|
|
6058
5747
|
height: "100%!important",
|
|
6059
5748
|
borderRadius: "4px"
|
|
@@ -6089,7 +5778,6 @@ const p = (o) => ({
|
|
|
6089
5778
|
backgroundColor: `${o.vars.palette.text.disabled}!important`
|
|
6090
5779
|
}
|
|
6091
5780
|
},
|
|
6092
|
-
// Disabled condición de variante contained
|
|
6093
5781
|
"&.M4LLoadingButton-variantContained": {
|
|
6094
5782
|
"& .MuiButtonBase-root": {
|
|
6095
5783
|
color: o.vars.palette.text.disabled,
|
|
@@ -6126,7 +5814,6 @@ const p = (o) => ({
|
|
|
6126
5814
|
}
|
|
6127
5815
|
}
|
|
6128
5816
|
},
|
|
6129
|
-
/* Sizes */
|
|
6130
5817
|
"&.M4LLoadingButton-sizeSmall": {
|
|
6131
5818
|
height: "24px",
|
|
6132
5819
|
"& .MuiButtonBase-root": {
|
|
@@ -6145,7 +5832,6 @@ const p = (o) => ({
|
|
|
6145
5832
|
height: "38px"
|
|
6146
5833
|
}
|
|
6147
5834
|
},
|
|
6148
|
-
/* Variant contained */
|
|
6149
5835
|
"&.M4LLoadingButton-variantContained": {
|
|
6150
5836
|
"& .MuiCircularProgress-root": {
|
|
6151
5837
|
color: "#fff!important"
|
|
@@ -6196,7 +5882,6 @@ const p = (o) => ({
|
|
|
6196
5882
|
}
|
|
6197
5883
|
}
|
|
6198
5884
|
},
|
|
6199
|
-
/* Variant outlined */
|
|
6200
5885
|
"&.M4LLoadingButton-variantOutlined": {
|
|
6201
5886
|
"& .MuiButtonBase-root": {
|
|
6202
5887
|
border: "1px solid",
|
|
@@ -6234,7 +5919,6 @@ const p = (o) => ({
|
|
|
6234
5919
|
}
|
|
6235
5920
|
}
|
|
6236
5921
|
},
|
|
6237
|
-
/* Variant text */
|
|
6238
5922
|
"&.M4LLoadingButton-variantText": {
|
|
6239
5923
|
"& .MuiButtonBase-root": {
|
|
6240
5924
|
color: o.vars.palette.text.secondary,
|
|
@@ -6270,7 +5954,7 @@ const p = (o) => ({
|
|
|
6270
5954
|
}
|
|
6271
5955
|
}
|
|
6272
5956
|
}
|
|
6273
|
-
}),
|
|
5957
|
+
}), ro = (o) => ({
|
|
6274
5958
|
M4LPDFViewer: {
|
|
6275
5959
|
styleOverrides: {
|
|
6276
5960
|
"&.M4LPDFViewer-root": {
|
|
@@ -6285,7 +5969,7 @@ const p = (o) => ({
|
|
|
6285
5969
|
}
|
|
6286
5970
|
}
|
|
6287
5971
|
}
|
|
6288
|
-
}),
|
|
5972
|
+
}), eo = (o) => ({
|
|
6289
5973
|
M4LTopBar: {
|
|
6290
5974
|
styleOverrides: {
|
|
6291
5975
|
"&.M4LTopBar-root": {
|
|
@@ -6306,9 +5990,7 @@ const p = (o) => ({
|
|
|
6306
5990
|
minWidth: "20px"
|
|
6307
5991
|
}
|
|
6308
5992
|
},
|
|
6309
|
-
//if IsActive class exist add to styles
|
|
6310
5993
|
"& .M4LTopBar-IsActive": {
|
|
6311
|
-
//Render case 1
|
|
6312
5994
|
"& .M4LTopBar-ContainerAccordionCase1": {
|
|
6313
5995
|
"& .M4LIcon-root": {
|
|
6314
5996
|
"& .M4LIcon-icon": {
|
|
@@ -6319,7 +6001,6 @@ const p = (o) => ({
|
|
|
6319
6001
|
color: o.vars.palette.primary.main
|
|
6320
6002
|
}
|
|
6321
6003
|
},
|
|
6322
|
-
//Render case 2
|
|
6323
6004
|
"& .M4LTopBar-ContainerAccordion": {
|
|
6324
6005
|
"& .M4LIcon-root": {
|
|
6325
6006
|
"& .M4LIcon-icon": {
|
|
@@ -6330,7 +6011,6 @@ const p = (o) => ({
|
|
|
6330
6011
|
color: o.vars.palette.primary.main
|
|
6331
6012
|
}
|
|
6332
6013
|
},
|
|
6333
|
-
//Render case 3
|
|
6334
6014
|
"& .MuiButtonBase-root": {
|
|
6335
6015
|
color: o.vars.palette.primary.main
|
|
6336
6016
|
}
|
|
@@ -6352,7 +6032,7 @@ const p = (o) => ({
|
|
|
6352
6032
|
}
|
|
6353
6033
|
}
|
|
6354
6034
|
}
|
|
6355
|
-
}),
|
|
6035
|
+
}), ao = (o) => ({
|
|
6356
6036
|
M4LAppBarCommercial: {
|
|
6357
6037
|
styleOverrides: {
|
|
6358
6038
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6373,7 +6053,7 @@ const p = (o) => ({
|
|
|
6373
6053
|
}
|
|
6374
6054
|
}
|
|
6375
6055
|
}
|
|
6376
|
-
}),
|
|
6056
|
+
}), io = (o) => ({
|
|
6377
6057
|
M4LSectionCommercial: {
|
|
6378
6058
|
styleOverrides: {
|
|
6379
6059
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6392,7 +6072,7 @@ const p = (o) => ({
|
|
|
6392
6072
|
}
|
|
6393
6073
|
}
|
|
6394
6074
|
}
|
|
6395
|
-
}),
|
|
6075
|
+
}), no = (o) => ({
|
|
6396
6076
|
M4LHamburgerMenuCommercial: {
|
|
6397
6077
|
styleOverrides: {
|
|
6398
6078
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6402,7 +6082,7 @@ const p = (o) => ({
|
|
|
6402
6082
|
}
|
|
6403
6083
|
}
|
|
6404
6084
|
}
|
|
6405
|
-
}),
|
|
6085
|
+
}), po = (o) => ({
|
|
6406
6086
|
M4LFieldLabel: {
|
|
6407
6087
|
styleOverrides: {
|
|
6408
6088
|
"&.M4LFieldLabel-root": {
|
|
@@ -6425,7 +6105,7 @@ const p = (o) => ({
|
|
|
6425
6105
|
}
|
|
6426
6106
|
}
|
|
6427
6107
|
}
|
|
6428
|
-
}),
|
|
6108
|
+
}), lo = (o) => ({
|
|
6429
6109
|
M4LMap: {
|
|
6430
6110
|
styleOverrides: {
|
|
6431
6111
|
"&.M4LMap-root": {
|
|
@@ -6434,33 +6114,19 @@ const p = (o) => ({
|
|
|
6434
6114
|
flexGrow: "1",
|
|
6435
6115
|
overflow: "auto",
|
|
6436
6116
|
position: "relative",
|
|
6437
|
-
/*
|
|
6438
|
-
* Control superior izquierdo
|
|
6439
|
-
*/
|
|
6440
6117
|
"& .M4LMap-topLeftToolsRoot": {
|
|
6441
6118
|
display: "flex",
|
|
6442
6119
|
backgroundColor: "blue"
|
|
6443
|
-
//Por cambiar
|
|
6444
6120
|
},
|
|
6445
|
-
/**
|
|
6446
|
-
* Control superior derecho
|
|
6447
|
-
*/
|
|
6448
6121
|
"& .M4LMap-topRigthToolsRoot": {
|
|
6449
6122
|
backgroundColor: "blue",
|
|
6450
|
-
//Por cambiar
|
|
6451
6123
|
display: "flex",
|
|
6452
6124
|
right: 0,
|
|
6453
6125
|
position: "absolute",
|
|
6454
|
-
/**
|
|
6455
|
-
* Zoom buttons
|
|
6456
|
-
*/
|
|
6457
6126
|
"& .M4LMap-zoomButtons": {
|
|
6458
6127
|
display: "flex"
|
|
6459
6128
|
}
|
|
6460
6129
|
},
|
|
6461
|
-
/**
|
|
6462
|
-
* Marcas
|
|
6463
|
-
*/
|
|
6464
6130
|
"& .M4LMap-markerLayerRoot": {},
|
|
6465
6131
|
"& .M4LMap-markerLayerIcon": {
|
|
6466
6132
|
transformOrigin: "center center",
|
|
@@ -6489,10 +6155,8 @@ const p = (o) => ({
|
|
|
6489
6155
|
overflow: "hidden",
|
|
6490
6156
|
textOverflow: "ellipsis"
|
|
6491
6157
|
},
|
|
6492
|
-
//Herramienta de medición Formulario
|
|
6493
6158
|
"& .M4LMap-meaureToolRoot": {
|
|
6494
6159
|
backgroundColor: "green",
|
|
6495
|
-
//Por cambiar
|
|
6496
6160
|
height: "100%",
|
|
6497
6161
|
width: "100%"
|
|
6498
6162
|
},
|
|
@@ -6503,11 +6167,8 @@ const p = (o) => ({
|
|
|
6503
6167
|
border: "1px solid white",
|
|
6504
6168
|
margin: "0 5px",
|
|
6505
6169
|
fontWeight: 800,
|
|
6506
|
-
//Por cambiar
|
|
6507
6170
|
fontSize: "large"
|
|
6508
|
-
//Por cambiar
|
|
6509
6171
|
},
|
|
6510
|
-
//Marker measure Point Icon
|
|
6511
6172
|
"& .M4LMap-measureMarkerRoot": {
|
|
6512
6173
|
"--color": "green"
|
|
6513
6174
|
},
|
|
@@ -6542,7 +6203,6 @@ const p = (o) => ({
|
|
|
6542
6203
|
marginTop: "1px",
|
|
6543
6204
|
color: "black"
|
|
6544
6205
|
},
|
|
6545
|
-
//Marker Point Label
|
|
6546
6206
|
"& .M4LMap-measureLabelMarkerRoot": {
|
|
6547
6207
|
"--color": "yellow"
|
|
6548
6208
|
},
|
|
@@ -6560,22 +6220,18 @@ const p = (o) => ({
|
|
|
6560
6220
|
"& .M4LMap-measureLabelMarkerRemove": {
|
|
6561
6221
|
color: "blue"
|
|
6562
6222
|
},
|
|
6563
|
-
//Cluster Markers
|
|
6564
|
-
//Animacion
|
|
6565
6223
|
"& .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow": {
|
|
6566
6224
|
"-webkit-transition": "-webkit-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6567
6225
|
"-moz-transition": "-moz-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6568
6226
|
"-o-transition": "-o-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6569
6227
|
transition: "transform 0.3s ease-out, opacity 0.3s ease-in"
|
|
6570
6228
|
},
|
|
6571
|
-
//Spider
|
|
6572
6229
|
"& .leaflet-cluster-spider-leg": {
|
|
6573
6230
|
"-webkit-transition": "-webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in",
|
|
6574
6231
|
"-moz-transition": "-moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in",
|
|
6575
6232
|
"-o-transition": "-o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in",
|
|
6576
6233
|
transition: "stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in"
|
|
6577
6234
|
},
|
|
6578
|
-
//Colores de los clusters dependiendo de la cantidad de las marcas
|
|
6579
6235
|
"& .marker-cluster-small": {
|
|
6580
6236
|
backgroundColor: "rgba(181, 226, 140, 0.6)"
|
|
6581
6237
|
},
|
|
@@ -6594,7 +6250,6 @@ const p = (o) => ({
|
|
|
6594
6250
|
"& .marker-cluster-large div": {
|
|
6595
6251
|
backgroundColor: "rgba(241, 128, 23, 0.6)"
|
|
6596
6252
|
},
|
|
6597
|
-
/* IE 6-8 fallback colors */
|
|
6598
6253
|
"& .leaflet-oldie .marker-cluster-small": {
|
|
6599
6254
|
backgroundColor: "rgb(181, 226, 140)"
|
|
6600
6255
|
},
|
|
@@ -6613,7 +6268,6 @@ const p = (o) => ({
|
|
|
6613
6268
|
"& .leaflet-oldie .marker-cluster-large div": {
|
|
6614
6269
|
backgroundColor: "rgb(241, 128, 23)"
|
|
6615
6270
|
},
|
|
6616
|
-
//Cluster Markers
|
|
6617
6271
|
"& .marker-cluster": {
|
|
6618
6272
|
backgroundClip: "padding-box",
|
|
6619
6273
|
borderRadius: "20px"
|
|
@@ -6627,7 +6281,6 @@ const p = (o) => ({
|
|
|
6627
6281
|
borderRadius: "15px",
|
|
6628
6282
|
font: '12px "Helvetica Neue", Arial, Helvetica, sans-serif'
|
|
6629
6283
|
},
|
|
6630
|
-
//Cluster Markers
|
|
6631
6284
|
"& .marker-cluster span": {
|
|
6632
6285
|
lineHeight: "30px"
|
|
6633
6286
|
},
|
|
@@ -6639,7 +6292,6 @@ const p = (o) => ({
|
|
|
6639
6292
|
},
|
|
6640
6293
|
"& .leaflet-control-scale-line": {
|
|
6641
6294
|
color: "red"
|
|
6642
|
-
//Ejemplo de como estilar el control de scala
|
|
6643
6295
|
}
|
|
6644
6296
|
}
|
|
6645
6297
|
}
|
|
@@ -6651,7 +6303,6 @@ const p = (o) => ({
|
|
|
6651
6303
|
ml: 0.75,
|
|
6652
6304
|
"& .MuiPaper-root": {
|
|
6653
6305
|
backgroundColor: "gray",
|
|
6654
|
-
//Por cambiar
|
|
6655
6306
|
width: "400px!important",
|
|
6656
6307
|
height: 400
|
|
6657
6308
|
},
|
|
@@ -6681,7 +6332,6 @@ const p = (o) => ({
|
|
|
6681
6332
|
ml: 0.75,
|
|
6682
6333
|
"& .MuiPaper-root": {
|
|
6683
6334
|
backgroundColor: "gray",
|
|
6684
|
-
//Por cambiar
|
|
6685
6335
|
width: "400px!important",
|
|
6686
6336
|
height: 400
|
|
6687
6337
|
},
|
|
@@ -6704,7 +6354,7 @@ const p = (o) => ({
|
|
|
6704
6354
|
}
|
|
6705
6355
|
}
|
|
6706
6356
|
}
|
|
6707
|
-
}),
|
|
6357
|
+
}), so = (o) => ({
|
|
6708
6358
|
M4LMapGpsTools: {
|
|
6709
6359
|
styleOverrides: {
|
|
6710
6360
|
"&.M4LMapGpsTools-gpsToolsRoot": {
|
|
@@ -6743,7 +6393,6 @@ const p = (o) => ({
|
|
|
6743
6393
|
display: "flex",
|
|
6744
6394
|
flexDirection: "column",
|
|
6745
6395
|
flexGrow: 1,
|
|
6746
|
-
// height: '100%',
|
|
6747
6396
|
"& .M4LMapGpsTools-gpsToolsTabContent": {
|
|
6748
6397
|
padding: "12px",
|
|
6749
6398
|
overflow: "auto"
|
|
@@ -6752,8 +6401,6 @@ const p = (o) => ({
|
|
|
6752
6401
|
display: "flex",
|
|
6753
6402
|
minWidth: "60px",
|
|
6754
6403
|
marginTop: "14px"
|
|
6755
|
-
// justifyContent: 'flex-end',
|
|
6756
|
-
// padding: '12px',
|
|
6757
6404
|
}
|
|
6758
6405
|
},
|
|
6759
6406
|
"& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden": {
|
|
@@ -6764,57 +6411,57 @@ const p = (o) => ({
|
|
|
6764
6411
|
}
|
|
6765
6412
|
});
|
|
6766
6413
|
export {
|
|
6767
|
-
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
G,
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
|
|
6780
|
-
|
|
6781
|
-
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6815
|
-
|
|
6816
|
-
|
|
6817
|
-
|
|
6818
|
-
|
|
6819
|
-
|
|
6414
|
+
H as A,
|
|
6415
|
+
O as B,
|
|
6416
|
+
z as C,
|
|
6417
|
+
V as D,
|
|
6418
|
+
G as E,
|
|
6419
|
+
N as F,
|
|
6420
|
+
E as G,
|
|
6421
|
+
$ as H,
|
|
6422
|
+
U as I,
|
|
6423
|
+
_ as J,
|
|
6424
|
+
q as K,
|
|
6425
|
+
J as L,
|
|
6426
|
+
to as M,
|
|
6427
|
+
K as N,
|
|
6428
|
+
Q as O,
|
|
6429
|
+
X as P,
|
|
6430
|
+
Y as Q,
|
|
6431
|
+
Z as R,
|
|
6432
|
+
oo as S,
|
|
6433
|
+
ro as T,
|
|
6434
|
+
eo as U,
|
|
6435
|
+
ao as V,
|
|
6436
|
+
io as W,
|
|
6437
|
+
no as X,
|
|
6438
|
+
po as Y,
|
|
6439
|
+
so as Z,
|
|
6440
|
+
lo as _,
|
|
6441
|
+
W as a,
|
|
6442
|
+
c as b,
|
|
6443
|
+
g as c,
|
|
6444
|
+
x as d,
|
|
6445
|
+
u as e,
|
|
6446
|
+
y as f,
|
|
6447
|
+
b as g,
|
|
6448
|
+
F as h,
|
|
6449
|
+
M as i,
|
|
6450
|
+
j,
|
|
6451
|
+
L as k,
|
|
6452
|
+
v as l,
|
|
6453
|
+
h as m,
|
|
6454
|
+
f as n,
|
|
6455
|
+
C as o,
|
|
6456
|
+
w as p,
|
|
6457
|
+
m as q,
|
|
6458
|
+
k as r,
|
|
6459
|
+
S as s,
|
|
6460
|
+
B as t,
|
|
6461
|
+
I as u,
|
|
6462
|
+
T as v,
|
|
6463
|
+
R as w,
|
|
6464
|
+
A as x,
|
|
6465
|
+
P as y,
|
|
6466
|
+
D as z
|
|
6820
6467
|
};
|