@m4l/styles 0.0.11 → 0.0.13
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 +479 -662
- package/package.json +1 -1
- package/theme/overrides/M4LExtendedComponents/DynamicFilter.d.ts +136 -0
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +20 -0
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +10 -0
- package/theme/overrides/M4LExtendedComponents/M4LIcon.d.ts +10 -0
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +16 -33
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +373 -1015
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +1 -0
- package/theme/overrides/MUIComponents/Drawer.d.ts +0 -1068
- package/theme/overrides/MUIComponents/Input.d.ts +1 -1
- package/theme/overrides/MUIComponents/Popover.d.ts +2 -5
- package/theme/typography.d.ts +6 -6
- package/types/augmentations.d.ts +1 -1
- package/theme/overrides/MUIComponents/DynamicFilter.d.ts +0 -6
package/package.json
CHANGED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
3
|
+
M4LDynamicFilter: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
"&.M4LDynamicFilter-root": {
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
background: string;
|
|
8
|
+
boxShadow: string;
|
|
9
|
+
padding: string;
|
|
10
|
+
border: string;
|
|
11
|
+
borderTop: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
overflow: string;
|
|
14
|
+
'& .M4LDynamicFilter-containerFistRow': {
|
|
15
|
+
height: string;
|
|
16
|
+
width: string;
|
|
17
|
+
'& .M4LDynamicFilter-containerInputFilter': {
|
|
18
|
+
width: string;
|
|
19
|
+
alignItems: string;
|
|
20
|
+
maxWidth: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
'&.M4LDynamicFilter-isInvalid': {
|
|
24
|
+
borderColor: string;
|
|
25
|
+
};
|
|
26
|
+
"& .M4LDynamicFilter-containerClearFilter": {
|
|
27
|
+
display: string;
|
|
28
|
+
flexDirection: string;
|
|
29
|
+
gap: string;
|
|
30
|
+
backgroundColor: string;
|
|
31
|
+
padding: string;
|
|
32
|
+
};
|
|
33
|
+
"& .M4LDynamicFilter-containerInputFilter": {
|
|
34
|
+
display: string;
|
|
35
|
+
flexDirection: string;
|
|
36
|
+
gap: string;
|
|
37
|
+
padding: string;
|
|
38
|
+
backgroundColor: string;
|
|
39
|
+
height: string;
|
|
40
|
+
maxWidth: string;
|
|
41
|
+
width: string;
|
|
42
|
+
alignItems: string;
|
|
43
|
+
"& > input": {
|
|
44
|
+
color: string;
|
|
45
|
+
padding: string;
|
|
46
|
+
width: string;
|
|
47
|
+
BorderRadius: string;
|
|
48
|
+
border: string;
|
|
49
|
+
background: string;
|
|
50
|
+
};
|
|
51
|
+
"& input:focus-visible": {
|
|
52
|
+
border: string;
|
|
53
|
+
background: string;
|
|
54
|
+
BorderRadius: string;
|
|
55
|
+
outline: string;
|
|
56
|
+
padding: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
60
|
+
borderLeft: string;
|
|
61
|
+
height: string;
|
|
62
|
+
};
|
|
63
|
+
"& .M4LDynamicFilter-containerApplyedFilters": {
|
|
64
|
+
padding: string;
|
|
65
|
+
};
|
|
66
|
+
"& .M4LDynamicFilter-applyedFilter": {
|
|
67
|
+
border: string;
|
|
68
|
+
borderTop: string;
|
|
69
|
+
borderColor: string;
|
|
70
|
+
"& .css-5ca9fi": {
|
|
71
|
+
[x: string]: any;
|
|
72
|
+
};
|
|
73
|
+
"& .css-1wytxsy": {
|
|
74
|
+
[x: string]: any;
|
|
75
|
+
};
|
|
76
|
+
borderRadius: string;
|
|
77
|
+
background: string;
|
|
78
|
+
boxShadow: string;
|
|
79
|
+
color: string;
|
|
80
|
+
};
|
|
81
|
+
"& .M4LDynamicFilter-popoverFilterPaper": {
|
|
82
|
+
background: string;
|
|
83
|
+
borderRadius: string;
|
|
84
|
+
minWidth: string;
|
|
85
|
+
boxShadow: string;
|
|
86
|
+
borderTop: string;
|
|
87
|
+
borderColor: string;
|
|
88
|
+
padding: string;
|
|
89
|
+
"& .M4LPopover-arrowStyle": {
|
|
90
|
+
background: string;
|
|
91
|
+
};
|
|
92
|
+
"& .m4l_FormProvider": {
|
|
93
|
+
gap: string;
|
|
94
|
+
"& .M4LDynamicFilter-popoverFilterHeader": {
|
|
95
|
+
background: string;
|
|
96
|
+
display: string;
|
|
97
|
+
gap: string;
|
|
98
|
+
padding: string;
|
|
99
|
+
borderRadius: string;
|
|
100
|
+
boxShadow: string;
|
|
101
|
+
borderBottom: string;
|
|
102
|
+
borderTop: string;
|
|
103
|
+
borderColor: string;
|
|
104
|
+
"& .MuiTypography-root": {
|
|
105
|
+
color: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
"& .M4LDynamicFilter-popoverContainerFields": {
|
|
109
|
+
padding: string;
|
|
110
|
+
};
|
|
111
|
+
"& #WrapperStandarActions": {
|
|
112
|
+
display: string;
|
|
113
|
+
flexDirection: string;
|
|
114
|
+
gap: string;
|
|
115
|
+
padding: string;
|
|
116
|
+
".M4LButton-root": {
|
|
117
|
+
width: string;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
"& .M4LDynamicFilter-popoverMenuFields": {
|
|
123
|
+
borderTop: string;
|
|
124
|
+
borderColor: string;
|
|
125
|
+
"& .M4LDynamicFilter-classespopoverLabelMemuItem": {
|
|
126
|
+
color: string;
|
|
127
|
+
};
|
|
128
|
+
"& .M4LDynamicFilter-popoverMenuFieldsItem:hover": {
|
|
129
|
+
color: string;
|
|
130
|
+
background: string;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const M4LAreasAdmin: (_theme: Theme) => {
|
|
3
|
+
M4LAreasAdmin: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
'&.M4LAreasAdmin-root': {
|
|
6
|
+
width: string;
|
|
7
|
+
'& .M4LAreasAdmin-areaContainerChips': {
|
|
8
|
+
display: string;
|
|
9
|
+
overflow: string;
|
|
10
|
+
width: string;
|
|
11
|
+
'& .M4LAreasAdmin-areaChipRoot': {
|
|
12
|
+
'& .M4LAreasAdmin-areaChipTitle': {
|
|
13
|
+
textWrap: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -14,22 +14,32 @@ export declare const M4LIcon: (theme: Theme) => {
|
|
|
14
14
|
'.M4LIcon-sizeExtraSmall': {
|
|
15
15
|
width: string;
|
|
16
16
|
height: string;
|
|
17
|
+
minWidth: string;
|
|
18
|
+
minHeight: string;
|
|
17
19
|
};
|
|
18
20
|
'.M4LIcon-sizeSmall': {
|
|
19
21
|
width: string;
|
|
20
22
|
height: string;
|
|
23
|
+
minWidth: string;
|
|
24
|
+
minHeight: string;
|
|
21
25
|
};
|
|
22
26
|
'.M4LIcon-sizeMedium': {
|
|
23
27
|
width: string;
|
|
24
28
|
height: string;
|
|
29
|
+
minWidth: string;
|
|
30
|
+
minHeight: string;
|
|
25
31
|
};
|
|
26
32
|
'.M4LIcon-sizeLarge': {
|
|
27
33
|
width: string;
|
|
28
34
|
height: string;
|
|
35
|
+
minWidth: string;
|
|
36
|
+
minHeight: string;
|
|
29
37
|
};
|
|
30
38
|
'.M4LIcon-sizeExtraLarge': {
|
|
31
39
|
width: string;
|
|
32
40
|
height: string;
|
|
41
|
+
minWidth: string;
|
|
42
|
+
minHeight: string;
|
|
33
43
|
};
|
|
34
44
|
'.M4LIcon-variantSkeleton': {
|
|
35
45
|
borderRadius: string;
|
|
@@ -2,46 +2,29 @@ import { Theme } from '@mui/material/styles';
|
|
|
2
2
|
export declare const M4LPopover: (theme: Theme) => {
|
|
3
3
|
M4LPopover: {
|
|
4
4
|
styleOverrides: {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
"&.M4LDynamicFilter-popoverMenuFields": {
|
|
6
|
+
"& .M4LDynamicFilter-popoverMenuFieldsPaper": {
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
background: string;
|
|
9
|
+
padding: string;
|
|
7
10
|
boxShadow: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
borderRadius: string;
|
|
19
|
-
height: string;
|
|
20
|
-
backgroundColor: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
'& .MuiButtonBase-root': {
|
|
24
|
-
gap: string;
|
|
25
|
-
'&:hover': {
|
|
26
|
-
backgroundColor: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
'& .M4LSideBar-navSubItemContentBullet': {
|
|
30
|
-
width: string;
|
|
31
|
-
height: string;
|
|
32
|
-
borderRadius: string;
|
|
33
|
-
backgroundColor: string;
|
|
34
|
-
margin: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
11
|
+
display: string;
|
|
12
|
+
flexDirection: string;
|
|
13
|
+
gap: string;
|
|
14
|
+
};
|
|
15
|
+
"& .M4LDynamicFilter-popoverMenuFieldsItem": {
|
|
16
|
+
borderRadius: string;
|
|
17
|
+
padding: string;
|
|
18
|
+
display: string;
|
|
19
|
+
flexDirection: string;
|
|
20
|
+
gap: string;
|
|
37
21
|
};
|
|
38
22
|
};
|
|
39
23
|
"&.M4LPopover-root": {
|
|
40
24
|
'.MuiPaper-root': {
|
|
41
25
|
background: string;
|
|
42
26
|
borderRadius: string;
|
|
43
|
-
|
|
44
|
-
margin: string;
|
|
27
|
+
padding: string;
|
|
45
28
|
boxShadow: string;
|
|
46
29
|
};
|
|
47
30
|
'& .M4LanguagePopover-containerItems': {
|