@m4l/styles 0.0.26 → 0.0.27
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 +2 -2
- package/package.json +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +4 -3
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +13 -9
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +47 -11
- package/theme/overrides/M4LExtendedComponents/M4LScrollBar.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/{index.ebc4ec7a.js → index.8ed38278.js} +65 -39
- package/theme/overrides/{index.ede1f7a6.js → index.0d1a7a95.js} +1 -1
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { d as f } from "./theme/defaultThemeOptions.e09f6ae8.js";
|
|
|
2
2
|
import { c as l, s as g } from "./theme/shadows.386e7ef4.js";
|
|
3
3
|
import { P as u, p as d } from "./theme/palette.b6e02e1c.js";
|
|
4
4
|
import { t as S } from "./theme/typography.006a6c85.js";
|
|
5
|
-
import { f as O } from "./theme/overrides/index.
|
|
5
|
+
import { f as O } from "./theme/overrides/index.0d1a7a95.js";
|
|
6
6
|
import { u as b } from "./utils/useResponsive.2c45e8e0.js";
|
|
7
7
|
import { e as h, b as T, c as v, d as w, g as z, a as y, t as F } from "./utils/getColorPresets.241c5bac.js";
|
|
8
8
|
import { g as k } from "./utils/getColorState.f10d3d33.js";
|
|
@@ -13,7 +13,7 @@ import "@mui/material/useMediaQuery";
|
|
|
13
13
|
import "@mui/system";
|
|
14
14
|
import "@mui/material";
|
|
15
15
|
import "./theme/overrides/MUIComponents/index.c5a85efa.js";
|
|
16
|
-
import "./theme/overrides/M4LExtendedComponents/index.
|
|
16
|
+
import "./theme/overrides/M4LExtendedComponents/index.8ed38278.js";
|
|
17
17
|
import "./theme/overrides/M4LRHFComponents/index.3df47466.js";
|
|
18
18
|
export {
|
|
19
19
|
u as PATRONUSCOLORS,
|
package/package.json
CHANGED
|
@@ -42,9 +42,10 @@ export declare const M4LAccordion: (theme: Theme) => {
|
|
|
42
42
|
borderColor: string;
|
|
43
43
|
borderRadius: string;
|
|
44
44
|
padding: string;
|
|
45
|
-
'& .
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
'& .M4LAccordion-content': {
|
|
46
|
+
'& .M4LPropertyValue-root:last-of-type': {
|
|
47
|
+
borderBottom: string;
|
|
48
|
+
};
|
|
48
49
|
};
|
|
49
50
|
};
|
|
50
51
|
};
|
|
@@ -187,6 +187,9 @@ export declare const M4LAreasViewer: (theme: Theme) => {
|
|
|
187
187
|
};
|
|
188
188
|
};
|
|
189
189
|
"& .M4LAreasViewer-windowContent": {
|
|
190
|
+
[x: string]: string | {
|
|
191
|
+
padding: string;
|
|
192
|
+
};
|
|
190
193
|
padding: string;
|
|
191
194
|
background: string;
|
|
192
195
|
display: string;
|
|
@@ -237,6 +240,9 @@ export declare const M4LAreasViewer: (theme: Theme) => {
|
|
|
237
240
|
};
|
|
238
241
|
};
|
|
239
242
|
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe ": {
|
|
243
|
+
'& .M4LAreasViewer-windowContent': {
|
|
244
|
+
padding: string;
|
|
245
|
+
};
|
|
240
246
|
"& .M4LAreasViewer-selectedWindow": {
|
|
241
247
|
border: string;
|
|
242
248
|
borderColor: string;
|
|
@@ -6,7 +6,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
6
6
|
background: string;
|
|
7
7
|
boxShadow: string;
|
|
8
8
|
borderRadius: string;
|
|
9
|
-
padding: string;
|
|
10
9
|
display: string;
|
|
11
10
|
position: string;
|
|
12
11
|
flexDirection: string;
|
|
@@ -16,9 +15,11 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
16
15
|
borderColor: string;
|
|
17
16
|
width: string;
|
|
18
17
|
'& .M4LDataGrid-actions': {
|
|
18
|
+
[x: string]: any;
|
|
19
19
|
left: string;
|
|
20
20
|
right: string;
|
|
21
21
|
top: string;
|
|
22
|
+
height: string;
|
|
22
23
|
padding: string;
|
|
23
24
|
display: string;
|
|
24
25
|
flexDirection: string;
|
|
@@ -77,6 +78,7 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
77
78
|
'& .rdg-cell.rdg-cell-align-right'?: undefined;
|
|
78
79
|
'& .rdg-row .rdg-cell-frozen-last:after'?: undefined;
|
|
79
80
|
'& .rdg-row :last-child:after'?: undefined;
|
|
81
|
+
'& .rdg-header-row'?: undefined;
|
|
80
82
|
'& .rdg-header-row .rdg-cell'?: undefined;
|
|
81
83
|
'& .rdg-header-row :last-child.rdg-cell'?: undefined;
|
|
82
84
|
'& .filter_cell_div'?: undefined;
|
|
@@ -96,7 +98,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
96
98
|
height: string;
|
|
97
99
|
contentVisibility: string;
|
|
98
100
|
overflow: string;
|
|
99
|
-
borderRadius: string;
|
|
100
101
|
padding: string;
|
|
101
102
|
borderColor: string;
|
|
102
103
|
'--rdg-grid-inline-size': string;
|
|
@@ -204,17 +205,20 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
204
205
|
borderRight: string;
|
|
205
206
|
borderColor: string;
|
|
206
207
|
};
|
|
208
|
+
'& .rdg-header-row': {
|
|
209
|
+
backgroundColor: string;
|
|
210
|
+
};
|
|
207
211
|
'& .rdg-header-row .rdg-cell': {
|
|
208
212
|
fontFamily: Record<string, any>;
|
|
209
213
|
fontWeight: Record<string, any>;
|
|
210
214
|
fontSize: Record<string, any>;
|
|
211
215
|
color: string;
|
|
212
216
|
borderRight: string;
|
|
213
|
-
borderColor: string;
|
|
214
217
|
boxShadow: string;
|
|
215
218
|
gridTemplateColumns: string;
|
|
219
|
+
borderBottom: string;
|
|
220
|
+
borderColor: string;
|
|
216
221
|
'&.rdg-cell-frozen-last': {
|
|
217
|
-
borderRight: string;
|
|
218
222
|
borderColor: string;
|
|
219
223
|
'&:after': {
|
|
220
224
|
borderRight: string;
|
|
@@ -258,11 +262,9 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
258
262
|
left: string;
|
|
259
263
|
right: string;
|
|
260
264
|
overflow: string;
|
|
261
|
-
borderRadius: string;
|
|
262
265
|
border: string;
|
|
263
266
|
boxshadow: string;
|
|
264
267
|
background: string;
|
|
265
|
-
padding: string;
|
|
266
268
|
'& .M4LDataGrid-wrapperDataGridCss': {
|
|
267
269
|
position: string;
|
|
268
270
|
height: string;
|
|
@@ -276,7 +278,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
276
278
|
height: string;
|
|
277
279
|
contentVisibility: string;
|
|
278
280
|
overflow: string;
|
|
279
|
-
borderRadius: string;
|
|
280
281
|
padding: string;
|
|
281
282
|
borderColor: string;
|
|
282
283
|
'--rdg-grid-inline-size': string;
|
|
@@ -384,17 +385,20 @@ export declare const M4LDataGrid: (theme: Theme) => {
|
|
|
384
385
|
borderRight: string;
|
|
385
386
|
borderColor: string;
|
|
386
387
|
};
|
|
388
|
+
'& .rdg-header-row': {
|
|
389
|
+
backgroundColor: string;
|
|
390
|
+
};
|
|
387
391
|
'& .rdg-header-row .rdg-cell': {
|
|
388
392
|
fontFamily: Record<string, any>;
|
|
389
393
|
fontWeight: Record<string, any>;
|
|
390
394
|
fontSize: Record<string, any>;
|
|
391
395
|
color: string;
|
|
392
396
|
borderRight: string;
|
|
393
|
-
borderColor: string;
|
|
394
397
|
boxShadow: string;
|
|
395
398
|
gridTemplateColumns: string;
|
|
399
|
+
borderBottom: string;
|
|
400
|
+
borderColor: string;
|
|
396
401
|
'&.rdg-cell-frozen-last': {
|
|
397
|
-
borderRight: string;
|
|
398
402
|
borderColor: string;
|
|
399
403
|
'&:after': {
|
|
400
404
|
borderRight: string;
|
|
@@ -4,17 +4,20 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LDynamicFilter-root': {
|
|
6
6
|
[x: string]: string | {
|
|
7
|
-
|
|
7
|
+
minHeight: string;
|
|
8
|
+
height: string;
|
|
8
9
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
9
|
-
height?: undefined;
|
|
10
10
|
width?: undefined;
|
|
11
11
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
12
12
|
borderColor?: undefined;
|
|
13
13
|
display?: undefined;
|
|
14
14
|
flexDirection?: undefined;
|
|
15
|
+
gap?: undefined;
|
|
15
16
|
backgroundColor?: undefined;
|
|
16
17
|
padding?: undefined;
|
|
17
18
|
alignItems?: undefined;
|
|
19
|
+
borderTopRightRadius?: undefined;
|
|
20
|
+
borderBottomRightRadius?: undefined;
|
|
18
21
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
19
22
|
maxWidth?: undefined;
|
|
20
23
|
borderRadius?: undefined;
|
|
@@ -29,16 +32,19 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
29
32
|
display: string;
|
|
30
33
|
'& .MuiBox-root'?: undefined;
|
|
31
34
|
};
|
|
32
|
-
|
|
35
|
+
minHeight?: undefined;
|
|
33
36
|
height?: undefined;
|
|
34
37
|
width?: undefined;
|
|
35
38
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
36
39
|
borderColor?: undefined;
|
|
37
40
|
display?: undefined;
|
|
38
41
|
flexDirection?: undefined;
|
|
42
|
+
gap?: undefined;
|
|
39
43
|
backgroundColor?: undefined;
|
|
40
44
|
padding?: undefined;
|
|
41
45
|
alignItems?: undefined;
|
|
46
|
+
borderTopRightRadius?: undefined;
|
|
47
|
+
borderBottomRightRadius?: undefined;
|
|
42
48
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
43
49
|
maxWidth?: undefined;
|
|
44
50
|
borderRadius?: undefined;
|
|
@@ -62,16 +68,19 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
62
68
|
};
|
|
63
69
|
display?: undefined;
|
|
64
70
|
};
|
|
65
|
-
|
|
71
|
+
minHeight?: undefined;
|
|
66
72
|
height?: undefined;
|
|
67
73
|
width?: undefined;
|
|
68
74
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
69
75
|
borderColor?: undefined;
|
|
70
76
|
display?: undefined;
|
|
71
77
|
flexDirection?: undefined;
|
|
78
|
+
gap?: undefined;
|
|
72
79
|
backgroundColor?: undefined;
|
|
73
80
|
padding?: undefined;
|
|
74
81
|
alignItems?: undefined;
|
|
82
|
+
borderTopRightRadius?: undefined;
|
|
83
|
+
borderBottomRightRadius?: undefined;
|
|
75
84
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
76
85
|
maxWidth?: undefined;
|
|
77
86
|
borderRadius?: undefined;
|
|
@@ -83,16 +92,19 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
83
92
|
borderRight?: undefined;
|
|
84
93
|
} | {
|
|
85
94
|
height: string;
|
|
86
|
-
|
|
95
|
+
minHeight?: undefined;
|
|
87
96
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
88
97
|
width?: undefined;
|
|
89
98
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
90
99
|
borderColor?: undefined;
|
|
91
100
|
display?: undefined;
|
|
92
101
|
flexDirection?: undefined;
|
|
102
|
+
gap?: undefined;
|
|
93
103
|
backgroundColor?: undefined;
|
|
94
104
|
padding?: undefined;
|
|
95
105
|
alignItems?: undefined;
|
|
106
|
+
borderTopRightRadius?: undefined;
|
|
107
|
+
borderBottomRightRadius?: undefined;
|
|
96
108
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
97
109
|
maxWidth?: undefined;
|
|
98
110
|
borderRadius?: undefined;
|
|
@@ -140,14 +152,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
140
152
|
maxWidth: string;
|
|
141
153
|
borderRadius: string;
|
|
142
154
|
};
|
|
143
|
-
|
|
155
|
+
minHeight?: undefined;
|
|
144
156
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
145
157
|
borderColor?: undefined;
|
|
146
158
|
display?: undefined;
|
|
147
159
|
flexDirection?: undefined;
|
|
160
|
+
gap?: undefined;
|
|
148
161
|
backgroundColor?: undefined;
|
|
149
162
|
padding?: undefined;
|
|
150
163
|
alignItems?: undefined;
|
|
164
|
+
borderTopRightRadius?: undefined;
|
|
165
|
+
borderBottomRightRadius?: undefined;
|
|
151
166
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
152
167
|
maxWidth?: undefined;
|
|
153
168
|
borderRadius?: undefined;
|
|
@@ -159,16 +174,19 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
159
174
|
borderRight?: undefined;
|
|
160
175
|
} | {
|
|
161
176
|
borderColor: string;
|
|
162
|
-
|
|
163
|
-
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
177
|
+
minHeight?: undefined;
|
|
164
178
|
height?: undefined;
|
|
179
|
+
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
165
180
|
width?: undefined;
|
|
166
181
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
167
182
|
display?: undefined;
|
|
168
183
|
flexDirection?: undefined;
|
|
184
|
+
gap?: undefined;
|
|
169
185
|
backgroundColor?: undefined;
|
|
170
186
|
padding?: undefined;
|
|
171
187
|
alignItems?: undefined;
|
|
188
|
+
borderTopRightRadius?: undefined;
|
|
189
|
+
borderBottomRightRadius?: undefined;
|
|
172
190
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
173
191
|
maxWidth?: undefined;
|
|
174
192
|
borderRadius?: undefined;
|
|
@@ -195,9 +213,12 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
195
213
|
padding: string;
|
|
196
214
|
height: string;
|
|
197
215
|
alignItems: string;
|
|
216
|
+
borderTopRightRadius: string;
|
|
217
|
+
borderBottomRightRadius: string;
|
|
198
218
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton': {
|
|
199
219
|
background: string;
|
|
200
220
|
};
|
|
221
|
+
minHeight?: undefined;
|
|
201
222
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
202
223
|
width?: undefined;
|
|
203
224
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
@@ -244,9 +265,12 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
244
265
|
borderColor: string;
|
|
245
266
|
background: string;
|
|
246
267
|
};
|
|
268
|
+
minHeight?: undefined;
|
|
247
269
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
248
270
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
249
271
|
borderColor?: undefined;
|
|
272
|
+
borderTopRightRadius?: undefined;
|
|
273
|
+
borderBottomRightRadius?: undefined;
|
|
250
274
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
251
275
|
borderLeft?: undefined;
|
|
252
276
|
margin?: undefined;
|
|
@@ -262,14 +286,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
262
286
|
padding: string;
|
|
263
287
|
borderRight: string;
|
|
264
288
|
borderColor: string;
|
|
265
|
-
|
|
289
|
+
minHeight?: undefined;
|
|
266
290
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
267
291
|
width?: undefined;
|
|
268
292
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
269
293
|
display?: undefined;
|
|
270
294
|
flexDirection?: undefined;
|
|
295
|
+
gap?: undefined;
|
|
271
296
|
backgroundColor?: undefined;
|
|
272
297
|
alignItems?: undefined;
|
|
298
|
+
borderTopRightRadius?: undefined;
|
|
299
|
+
borderBottomRightRadius?: undefined;
|
|
273
300
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
274
301
|
maxWidth?: undefined;
|
|
275
302
|
borderRadius?: undefined;
|
|
@@ -283,6 +310,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
283
310
|
padding: string;
|
|
284
311
|
gap: string;
|
|
285
312
|
height: string;
|
|
313
|
+
minHeight?: undefined;
|
|
286
314
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
287
315
|
width?: undefined;
|
|
288
316
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
@@ -291,6 +319,8 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
291
319
|
flexDirection?: undefined;
|
|
292
320
|
backgroundColor?: undefined;
|
|
293
321
|
alignItems?: undefined;
|
|
322
|
+
borderTopRightRadius?: undefined;
|
|
323
|
+
borderBottomRightRadius?: undefined;
|
|
294
324
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
295
325
|
maxWidth?: undefined;
|
|
296
326
|
borderRadius?: undefined;
|
|
@@ -316,13 +346,16 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
316
346
|
background: string;
|
|
317
347
|
boxShadow: string;
|
|
318
348
|
color: string;
|
|
319
|
-
|
|
349
|
+
minHeight?: undefined;
|
|
320
350
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
321
351
|
width?: undefined;
|
|
322
352
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
323
353
|
flexDirection?: undefined;
|
|
354
|
+
gap?: undefined;
|
|
324
355
|
backgroundColor?: undefined;
|
|
325
356
|
padding?: undefined;
|
|
357
|
+
borderTopRightRadius?: undefined;
|
|
358
|
+
borderBottomRightRadius?: undefined;
|
|
326
359
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
327
360
|
maxWidth?: undefined;
|
|
328
361
|
'& > input'?: undefined;
|
|
@@ -334,10 +367,11 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
334
367
|
};
|
|
335
368
|
borderRadius: string;
|
|
336
369
|
background: string;
|
|
337
|
-
boxShadow: string;
|
|
338
370
|
padding: string;
|
|
339
371
|
border: string;
|
|
340
372
|
borderColor: string;
|
|
373
|
+
minHeight: string;
|
|
374
|
+
height: string;
|
|
341
375
|
'&.M4LDynamicFilter-isEmpty.M4LDynamicFilter-isMobile': {
|
|
342
376
|
'& .M4LDynamicFilter-wrapperApplyedFilters': {
|
|
343
377
|
display: string;
|
|
@@ -419,6 +453,8 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
419
453
|
padding: string;
|
|
420
454
|
height: string;
|
|
421
455
|
alignItems: string;
|
|
456
|
+
borderTopRightRadius: string;
|
|
457
|
+
borderBottomRightRadius: string;
|
|
422
458
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton': {
|
|
423
459
|
background: string;
|
|
424
460
|
};
|
|
@@ -8,6 +8,12 @@ export declare const M4LScrollBar: (theme: Theme) => {
|
|
|
8
8
|
height: string;
|
|
9
9
|
overflow: string;
|
|
10
10
|
minHeight: string;
|
|
11
|
+
'& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] .simplebar-content': {
|
|
12
|
+
marginRight: string;
|
|
13
|
+
};
|
|
14
|
+
'& .simplebar-content-wrapper[style*="overflow: scroll hidden;"] .simplebar-content': {
|
|
15
|
+
marginBottom: string;
|
|
16
|
+
};
|
|
11
17
|
'& .ScrollbarsCustom-Content': {
|
|
12
18
|
position: string;
|
|
13
19
|
};
|
|
@@ -11,12 +11,12 @@ export declare const M4LTab: (theme: Theme) => {
|
|
|
11
11
|
"& .M4LIcon-root": {
|
|
12
12
|
marginBottom: string;
|
|
13
13
|
};
|
|
14
|
+
height: string;
|
|
14
15
|
borderRadius: string;
|
|
15
16
|
display: string;
|
|
16
17
|
flexDirection: string;
|
|
17
18
|
alignItems: string;
|
|
18
19
|
padding: string;
|
|
19
|
-
height: string;
|
|
20
20
|
width: string;
|
|
21
21
|
minHeight: string;
|
|
22
22
|
minWidth: string;
|
|
@@ -7,6 +7,12 @@ export declare const M4LTabs: (_theme: Theme) => {
|
|
|
7
7
|
height: string;
|
|
8
8
|
position: string;
|
|
9
9
|
minHeight: string;
|
|
10
|
+
'& .MuiTabs-scroller': {
|
|
11
|
+
'& .MuiTabs-flexContainer': {
|
|
12
|
+
padding: string;
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
10
16
|
'&:not(:last-of-type)': {
|
|
11
17
|
margin: string;
|
|
12
18
|
};
|
|
@@ -6,12 +6,14 @@ const i = (o) => ({
|
|
|
6
6
|
"&.M4LDynamicFilter-root": {
|
|
7
7
|
borderRadius: "4px",
|
|
8
8
|
background: o.palette.background.default,
|
|
9
|
-
boxShadow: o.customShadows.z1,
|
|
10
9
|
padding: "0px",
|
|
11
10
|
border: "1px solid",
|
|
12
11
|
borderColor: "transparent",
|
|
12
|
+
minHeight: "36px",
|
|
13
|
+
height: "36px",
|
|
13
14
|
[o.breakpoints.down("sm")]: {
|
|
14
|
-
|
|
15
|
+
minHeight: "auto",
|
|
16
|
+
height: "auto"
|
|
15
17
|
},
|
|
16
18
|
"&.M4LDynamicFilter-isEmpty.M4LDynamicFilter-isMobile": {
|
|
17
19
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
@@ -36,7 +38,7 @@ const i = (o) => ({
|
|
|
36
38
|
height: "32px",
|
|
37
39
|
width: "100%",
|
|
38
40
|
[o.breakpoints.down("sm")]: {
|
|
39
|
-
height: "
|
|
41
|
+
height: "44px",
|
|
40
42
|
background: o.palette.background.neutral,
|
|
41
43
|
display: "flex",
|
|
42
44
|
flexDirection: "row",
|
|
@@ -65,6 +67,8 @@ const i = (o) => ({
|
|
|
65
67
|
padding: "4px",
|
|
66
68
|
height: "100%",
|
|
67
69
|
alignItems: "center",
|
|
70
|
+
borderTopRightRadius: "4px",
|
|
71
|
+
borderBottomRightRadius: "4px",
|
|
68
72
|
[o.breakpoints.down("sm")]: {
|
|
69
73
|
gap: "8px",
|
|
70
74
|
padding: "8px"
|
|
@@ -124,7 +128,7 @@ const i = (o) => ({
|
|
|
124
128
|
"& .M4LDynamicFilter-containerApplyedFilters": {
|
|
125
129
|
padding: "2px",
|
|
126
130
|
gap: "4px",
|
|
127
|
-
height: "
|
|
131
|
+
height: "100%",
|
|
128
132
|
[o.breakpoints.down("sm")]: {
|
|
129
133
|
padding: "0px"
|
|
130
134
|
}
|
|
@@ -2318,7 +2322,7 @@ const i = (o) => ({
|
|
|
2318
2322
|
}
|
|
2319
2323
|
},
|
|
2320
2324
|
"& .M4LAreasViewer-windowContent": {
|
|
2321
|
-
padding: "
|
|
2325
|
+
padding: "4px",
|
|
2322
2326
|
background: o.palette.background.background,
|
|
2323
2327
|
display: "flex",
|
|
2324
2328
|
flexDirection: "column",
|
|
@@ -2326,7 +2330,10 @@ const i = (o) => ({
|
|
|
2326
2330
|
justifyContent: "center",
|
|
2327
2331
|
width: "100%",
|
|
2328
2332
|
flex: "1",
|
|
2329
|
-
overflow: "hidden"
|
|
2333
|
+
overflow: "hidden",
|
|
2334
|
+
[o.breakpoints.down("sm")]: {
|
|
2335
|
+
padding: "4px 0 0 0"
|
|
2336
|
+
}
|
|
2330
2337
|
},
|
|
2331
2338
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2332
2339
|
border: "1px solid",
|
|
@@ -2369,6 +2376,9 @@ const i = (o) => ({
|
|
|
2369
2376
|
}
|
|
2370
2377
|
},
|
|
2371
2378
|
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe ": {
|
|
2379
|
+
"& .M4LAreasViewer-windowContent": {
|
|
2380
|
+
padding: "4px 0 0 0"
|
|
2381
|
+
},
|
|
2372
2382
|
"& .M4LAreasViewer-selectedWindow": {
|
|
2373
2383
|
border: "1px solid",
|
|
2374
2384
|
borderColor: o.palette.state.active12,
|
|
@@ -2586,7 +2596,7 @@ const i = (o) => ({
|
|
|
2586
2596
|
"& .M4LAreasViewer-windowContent": {
|
|
2587
2597
|
borderRadius: "4px",
|
|
2588
2598
|
boxShadow: o.customShadows.z4,
|
|
2589
|
-
background: o.palette.background.
|
|
2599
|
+
background: o.palette.background.background
|
|
2590
2600
|
},
|
|
2591
2601
|
"& .M4LAreasViewer-areasLoadingErrorRoot": {
|
|
2592
2602
|
display: "flex",
|
|
@@ -2682,7 +2692,7 @@ const i = (o) => ({
|
|
|
2682
2692
|
},
|
|
2683
2693
|
"& .M4LAreasViewer-windowContent": {
|
|
2684
2694
|
margin: "0 8px 8px 8px",
|
|
2685
|
-
background: o.palette.background.
|
|
2695
|
+
background: o.palette.background.neutral,
|
|
2686
2696
|
borderRadius: "4px",
|
|
2687
2697
|
display: "flex",
|
|
2688
2698
|
flexDirection: "column",
|
|
@@ -3097,7 +3107,7 @@ const i = (o) => ({
|
|
|
3097
3107
|
position: "relative",
|
|
3098
3108
|
"& .layout-splitter:after": {
|
|
3099
3109
|
content: '""',
|
|
3100
|
-
height: "
|
|
3110
|
+
height: "1px",
|
|
3101
3111
|
left: "0",
|
|
3102
3112
|
right: "0",
|
|
3103
3113
|
position: "absolute",
|
|
@@ -3107,7 +3117,7 @@ const i = (o) => ({
|
|
|
3107
3117
|
"& .splitter-layout:not(.splitter-layout-vertical)": {
|
|
3108
3118
|
"& .layout-splitter:after": {
|
|
3109
3119
|
content: '""',
|
|
3110
|
-
width: "
|
|
3120
|
+
width: "1px",
|
|
3111
3121
|
top: "0",
|
|
3112
3122
|
bottom: "0",
|
|
3113
3123
|
position: "absolute",
|
|
@@ -3189,7 +3199,7 @@ const i = (o) => ({
|
|
|
3189
3199
|
}
|
|
3190
3200
|
}
|
|
3191
3201
|
}
|
|
3192
|
-
}),
|
|
3202
|
+
}), m = (o) => ({
|
|
3193
3203
|
M4LPropertyValue: {
|
|
3194
3204
|
styleOverrides: {
|
|
3195
3205
|
"&.M4LPropertyValue-root": {
|
|
@@ -3197,19 +3207,19 @@ const i = (o) => ({
|
|
|
3197
3207
|
}
|
|
3198
3208
|
}
|
|
3199
3209
|
}
|
|
3200
|
-
}),
|
|
3210
|
+
}), R = (o) => ({
|
|
3201
3211
|
M4LTab: {
|
|
3202
3212
|
styleOverrides: {
|
|
3203
3213
|
"&.M4LTab-root": {
|
|
3204
3214
|
width: "fit-content",
|
|
3205
3215
|
borderRadius: "4px",
|
|
3206
3216
|
"& .MuiButtonBase-root": {
|
|
3217
|
+
height: "36px",
|
|
3207
3218
|
borderRadius: "4px",
|
|
3208
3219
|
display: "flex",
|
|
3209
3220
|
flexDirection: "row",
|
|
3210
3221
|
alignItems: "center",
|
|
3211
|
-
padding: "4px 12px 4px
|
|
3212
|
-
height: "fit-content",
|
|
3222
|
+
padding: "4px 12px 4px 12px",
|
|
3213
3223
|
width: "fit-content",
|
|
3214
3224
|
minHeight: "fit-content",
|
|
3215
3225
|
minWidth: "fit-content",
|
|
@@ -3229,7 +3239,7 @@ const i = (o) => ({
|
|
|
3229
3239
|
}
|
|
3230
3240
|
},
|
|
3231
3241
|
"& .Mui-selected": {
|
|
3232
|
-
background: o.palette.
|
|
3242
|
+
background: o.palette.background.default,
|
|
3233
3243
|
border: "1px solid",
|
|
3234
3244
|
borderColor: o.palette.state.active12,
|
|
3235
3245
|
...o.typography.bodyDens,
|
|
@@ -3271,7 +3281,7 @@ const i = (o) => ({
|
|
|
3271
3281
|
"& .MuiButtonBase-root": {
|
|
3272
3282
|
padding: "4px 8px 4px 8px",
|
|
3273
3283
|
"&.MuiAccordionSummary-root.Mui-expanded": {
|
|
3274
|
-
background: o.palette.state.
|
|
3284
|
+
background: o.palette.state.toneOp,
|
|
3275
3285
|
"& .M4LTypography-root": {
|
|
3276
3286
|
"& .MuiTypography-root": {
|
|
3277
3287
|
...o.typography.bodyDens,
|
|
@@ -3293,10 +3303,11 @@ const i = (o) => ({
|
|
|
3293
3303
|
borderTop: "1px solid",
|
|
3294
3304
|
borderColor: o.palette.state.default,
|
|
3295
3305
|
borderRadius: "0px 0px 4px 4px",
|
|
3296
|
-
padding: "8px",
|
|
3297
|
-
"& .
|
|
3298
|
-
|
|
3299
|
-
|
|
3306
|
+
padding: "0 8px",
|
|
3307
|
+
"& .M4LAccordion-content": {
|
|
3308
|
+
"& .M4LPropertyValue-root:last-of-type": {
|
|
3309
|
+
borderBottom: "unset"
|
|
3310
|
+
}
|
|
3300
3311
|
}
|
|
3301
3312
|
}
|
|
3302
3313
|
}
|
|
@@ -3495,7 +3506,7 @@ const i = (o) => ({
|
|
|
3495
3506
|
flexDirection: "column",
|
|
3496
3507
|
width: "100%",
|
|
3497
3508
|
height: "100%",
|
|
3498
|
-
padding: "
|
|
3509
|
+
padding: "6px"
|
|
3499
3510
|
},
|
|
3500
3511
|
"& .M4LModal-containerWindow": {
|
|
3501
3512
|
display: "flex",
|
|
@@ -3506,7 +3517,7 @@ const i = (o) => ({
|
|
|
3506
3517
|
overflow: "hidden",
|
|
3507
3518
|
width: "100%",
|
|
3508
3519
|
gap: "24px",
|
|
3509
|
-
background: o.palette.background.
|
|
3520
|
+
background: o.palette.background.background,
|
|
3510
3521
|
boxShadow: o.customShadows.z3,
|
|
3511
3522
|
borderRadius: "4px",
|
|
3512
3523
|
"& .M4LCommonActions-root": {
|
|
@@ -3694,7 +3705,6 @@ const i = (o) => ({
|
|
|
3694
3705
|
background: o.palette.background.default,
|
|
3695
3706
|
boxShadow: o.customShadows.z2,
|
|
3696
3707
|
borderRadius: "4px",
|
|
3697
|
-
padding: "4px",
|
|
3698
3708
|
display: "flex",
|
|
3699
3709
|
position: "relative",
|
|
3700
3710
|
flexDirection: "column",
|
|
@@ -3708,7 +3718,8 @@ const i = (o) => ({
|
|
|
3708
3718
|
left: "0px",
|
|
3709
3719
|
right: "0px",
|
|
3710
3720
|
top: "0px",
|
|
3711
|
-
|
|
3721
|
+
height: "36px",
|
|
3722
|
+
padding: "0px 4px 0 8px",
|
|
3712
3723
|
display: "flex",
|
|
3713
3724
|
flexDirection: "row",
|
|
3714
3725
|
borderRadius: "4px",
|
|
@@ -3717,6 +3728,9 @@ const i = (o) => ({
|
|
|
3717
3728
|
background: o.palette.background.default,
|
|
3718
3729
|
position: "absolute",
|
|
3719
3730
|
gap: "8px",
|
|
3731
|
+
[o.breakpoints.down("sm")]: {
|
|
3732
|
+
height: "44px"
|
|
3733
|
+
},
|
|
3720
3734
|
"& .M4LDataGrid-actionsConfigContainer": {
|
|
3721
3735
|
display: "flex",
|
|
3722
3736
|
flexDirection: "row",
|
|
@@ -3751,18 +3765,16 @@ const i = (o) => ({
|
|
|
3751
3765
|
display: "flex",
|
|
3752
3766
|
flexDirection: "column",
|
|
3753
3767
|
position: "absolute",
|
|
3754
|
-
top: "
|
|
3768
|
+
top: "36px",
|
|
3755
3769
|
bottom: "0px",
|
|
3756
3770
|
left: "0px",
|
|
3757
3771
|
right: "0px",
|
|
3758
3772
|
overflow: "hidden",
|
|
3759
|
-
borderRadius: "4px",
|
|
3760
3773
|
border: "none",
|
|
3761
3774
|
boxshadow: o.customShadows.z2,
|
|
3762
3775
|
background: o.palette.background.default,
|
|
3763
|
-
padding: "4px",
|
|
3764
3776
|
[o.breakpoints.down("sm")]: {
|
|
3765
|
-
top: "
|
|
3777
|
+
top: "44px"
|
|
3766
3778
|
},
|
|
3767
3779
|
"& .M4LDataGrid-wrapperDataGridCss": {
|
|
3768
3780
|
position: "relative",
|
|
@@ -3777,7 +3789,6 @@ const i = (o) => ({
|
|
|
3777
3789
|
height: "100%",
|
|
3778
3790
|
contentVisibility: "unset",
|
|
3779
3791
|
overflow: "auto",
|
|
3780
|
-
borderRadius: "4px",
|
|
3781
3792
|
padding: "0px",
|
|
3782
3793
|
borderColor: "none",
|
|
3783
3794
|
"--rdg-grid-inline-size": "0px",
|
|
@@ -3888,17 +3899,20 @@ const i = (o) => ({
|
|
|
3888
3899
|
borderRight: "0px solid",
|
|
3889
3900
|
borderColor: o.palette.background.neutral
|
|
3890
3901
|
},
|
|
3902
|
+
"& .rdg-header-row": {
|
|
3903
|
+
backgroundColor: o.palette.background.neutral
|
|
3904
|
+
},
|
|
3891
3905
|
"& .rdg-header-row .rdg-cell": {
|
|
3892
3906
|
fontFamily: o.typography.subtitle,
|
|
3893
3907
|
fontWeight: o.typography.subtitle,
|
|
3894
3908
|
fontSize: o.typography.subtitle,
|
|
3895
3909
|
color: o.palette.text.primary,
|
|
3896
|
-
borderRight: "
|
|
3897
|
-
borderColor: o.palette.background.default,
|
|
3910
|
+
borderRight: "1px solid",
|
|
3898
3911
|
boxShadow: "none",
|
|
3899
3912
|
gridTemplateColumns: "auto",
|
|
3913
|
+
borderBottom: "1px solid !important",
|
|
3914
|
+
borderColor: `${o.palette.background.background}!important`,
|
|
3900
3915
|
"&.rdg-cell-frozen-last": {
|
|
3901
|
-
borderRight: "0px solid",
|
|
3902
3916
|
borderColor: o.palette.background.default,
|
|
3903
3917
|
"&:after": {
|
|
3904
3918
|
borderRight: "1.5px solid",
|
|
@@ -3912,7 +3926,7 @@ const i = (o) => ({
|
|
|
3912
3926
|
}
|
|
3913
3927
|
},
|
|
3914
3928
|
"& .rdg-header-row :last-child.rdg-cell": {
|
|
3915
|
-
borderTopRightRadius: "
|
|
3929
|
+
borderTopRightRadius: "0",
|
|
3916
3930
|
"&:after": {
|
|
3917
3931
|
borderRight: "0px solid transparent"
|
|
3918
3932
|
}
|
|
@@ -3952,7 +3966,7 @@ const i = (o) => ({
|
|
|
3952
3966
|
}
|
|
3953
3967
|
}
|
|
3954
3968
|
}
|
|
3955
|
-
}),
|
|
3969
|
+
}), H = (o) => ({
|
|
3956
3970
|
M4LPager: {
|
|
3957
3971
|
styleOverrides: {
|
|
3958
3972
|
"&.M4LPager-root": {
|
|
@@ -4042,7 +4056,7 @@ const i = (o) => ({
|
|
|
4042
4056
|
}
|
|
4043
4057
|
}
|
|
4044
4058
|
}
|
|
4045
|
-
}),
|
|
4059
|
+
}), W = (o) => ({
|
|
4046
4060
|
M4LCheckBox: {
|
|
4047
4061
|
styleOverrides: {
|
|
4048
4062
|
"&.M4LCheckBox-root": {
|
|
@@ -4117,6 +4131,12 @@ const i = (o) => ({
|
|
|
4117
4131
|
height: "auto",
|
|
4118
4132
|
position: "relative",
|
|
4119
4133
|
minHeight: "36px",
|
|
4134
|
+
"& .MuiTabs-scroller": {
|
|
4135
|
+
"& .MuiTabs-flexContainer": {
|
|
4136
|
+
padding: "0px",
|
|
4137
|
+
backgroundColor: "transparent"
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4120
4140
|
"&:not(:last-of-type)": {
|
|
4121
4141
|
margin: "unset"
|
|
4122
4142
|
}
|
|
@@ -4152,6 +4172,12 @@ const i = (o) => ({
|
|
|
4152
4172
|
height: "100%",
|
|
4153
4173
|
overflow: "hidden",
|
|
4154
4174
|
minHeight: "inherit",
|
|
4175
|
+
'& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] .simplebar-content': {
|
|
4176
|
+
marginRight: "12px"
|
|
4177
|
+
},
|
|
4178
|
+
'& .simplebar-content-wrapper[style*="overflow: scroll hidden;"] .simplebar-content': {
|
|
4179
|
+
marginBottom: "12px"
|
|
4180
|
+
},
|
|
4155
4181
|
"& .ScrollbarsCustom-Content": {
|
|
4156
4182
|
position: "relative"
|
|
4157
4183
|
},
|
|
@@ -4177,14 +4203,14 @@ const i = (o) => ({
|
|
|
4177
4203
|
}
|
|
4178
4204
|
});
|
|
4179
4205
|
export {
|
|
4180
|
-
|
|
4206
|
+
R as A,
|
|
4181
4207
|
A as B,
|
|
4182
4208
|
T as C,
|
|
4183
4209
|
P as D,
|
|
4184
4210
|
z as E,
|
|
4185
4211
|
F,
|
|
4186
|
-
|
|
4187
|
-
H,
|
|
4212
|
+
H as G,
|
|
4213
|
+
W as H,
|
|
4188
4214
|
j as I,
|
|
4189
4215
|
G as J,
|
|
4190
4216
|
E as K,
|
|
@@ -4216,5 +4242,5 @@ export {
|
|
|
4216
4242
|
I as w,
|
|
4217
4243
|
B as x,
|
|
4218
4244
|
S as y,
|
|
4219
|
-
|
|
4245
|
+
m as z
|
|
4220
4246
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { F as s, T as o, C as r, M as L, L as M, I as n, a as i, R as p, B as d, b as l, c, P as u, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as y, i as I, j as v, k as C, l as D, m as R, n as S, o as k, p as H, q as f, r as x, s as w, t as G, u as j, v as E, w as N, x as q, y as z, z as O, E as V, G as J } from "./MUIComponents/index.c5a85efa.js";
|
|
2
|
-
import { M as K, a as U, b as t, c as Q, d as W, e as X, f as Y, g as Z, h as _, i as $, j as m, k as e, l as h, m as aa, n as sa, o as oa, p as ra, q as La, r as Ma, s as na, t as ia, u as pa, v as da, w as la, x as ca, y as ua, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba, F as Ta, G as ya, H as Ia, I as va, J as Ca, K as Da, L as Ra, N as Sa } from "./M4LExtendedComponents/index.
|
|
2
|
+
import { M as K, a as U, b as t, c as Q, d as W, e as X, f as Y, g as Z, h as _, i as $, j as m, k as e, l as h, m as aa, n as sa, o as oa, p as ra, q as La, r as Ma, s as na, t as ia, u as pa, v as da, w as la, x as ca, y as ua, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba, F as Ta, G as ya, H as Ia, I as va, J as Ca, K as Da, L as Ra, N as Sa } from "./M4LExtendedComponents/index.8ed38278.js";
|
|
3
3
|
import { M as ka, a as Ha, b as fa, c as xa, d as wa, e as Ga, f as ja, g as Ea } from "./M4LRHFComponents/index.3df47466.js";
|
|
4
4
|
function Oa(a) {
|
|
5
5
|
return Object.assign(
|