@m4l/styles 1.0.0 → 1.0.2

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.
@@ -1,759 +0,0 @@
1
- import { Theme, CssVarsTheme } from '@mui/material/styles';
2
- export declare const M4LDynamicFilter: (theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme) => {
3
- M4LDynamicFilter: {
4
- styleOverrides: {
5
- '&.M4LDynamicFilter-root': {
6
- [x: string]: string | {
7
- minHeight: string;
8
- height: string;
9
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
10
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
11
- width?: undefined;
12
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
13
- borderColor?: undefined;
14
- display?: undefined;
15
- flexDirection?: undefined;
16
- gap?: undefined;
17
- padding?: undefined;
18
- alignItems?: undefined;
19
- borderTopRightRadius?: undefined;
20
- borderBottomRightRadius?: undefined;
21
- borderLeft?: undefined;
22
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
23
- maxWidth?: undefined;
24
- borderTopLeftRadius?: undefined;
25
- borderBottomLeftRadius?: undefined;
26
- borderRight?: undefined;
27
- '& > input'?: undefined;
28
- margin?: undefined;
29
- flexWrap?: undefined;
30
- } | {
31
- '& .M4LDynamicFilter-containerFistRow': {
32
- '& .M4LDynamicFilter-containerClearFilter': {
33
- borderLeft: string;
34
- borderColor: string;
35
- };
36
- };
37
- '& .M4LDynamicFilter-wrapperApplyedFilters': {
38
- display: string;
39
- borderTop: string;
40
- borderColor: string;
41
- height: string;
42
- '& .MuiBox-root'?: undefined;
43
- };
44
- minHeight?: undefined;
45
- height?: undefined;
46
- width?: undefined;
47
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
48
- borderColor?: undefined;
49
- display?: undefined;
50
- flexDirection?: undefined;
51
- gap?: undefined;
52
- padding?: undefined;
53
- alignItems?: undefined;
54
- borderTopRightRadius?: undefined;
55
- borderBottomRightRadius?: undefined;
56
- borderLeft?: undefined;
57
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
58
- maxWidth?: undefined;
59
- borderTopLeftRadius?: undefined;
60
- borderBottomLeftRadius?: undefined;
61
- borderRight?: undefined;
62
- '& > input'?: undefined;
63
- margin?: undefined;
64
- flexWrap?: undefined;
65
- } | {
66
- '& .M4LDynamicFilter-wrapperApplyedFilters': {
67
- [x: string]: {
68
- display: string;
69
- height: string;
70
- } | {
71
- height: string;
72
- display?: undefined;
73
- };
74
- '& .MuiBox-root': {
75
- height: string;
76
- };
77
- display?: undefined;
78
- borderTop?: undefined;
79
- borderColor?: undefined;
80
- height?: undefined;
81
- };
82
- minHeight?: undefined;
83
- height?: undefined;
84
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
85
- width?: undefined;
86
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
87
- borderColor?: undefined;
88
- display?: undefined;
89
- flexDirection?: undefined;
90
- gap?: undefined;
91
- padding?: undefined;
92
- alignItems?: undefined;
93
- borderTopRightRadius?: undefined;
94
- borderBottomRightRadius?: undefined;
95
- borderLeft?: undefined;
96
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
97
- maxWidth?: undefined;
98
- borderTopLeftRadius?: undefined;
99
- borderBottomLeftRadius?: undefined;
100
- borderRight?: undefined;
101
- '& > input'?: undefined;
102
- margin?: undefined;
103
- flexWrap?: undefined;
104
- } | {
105
- height: string;
106
- minHeight?: undefined;
107
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
108
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
109
- width?: undefined;
110
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
111
- borderColor?: undefined;
112
- display?: undefined;
113
- flexDirection?: undefined;
114
- gap?: undefined;
115
- padding?: undefined;
116
- alignItems?: undefined;
117
- borderTopRightRadius?: undefined;
118
- borderBottomRightRadius?: undefined;
119
- borderLeft?: undefined;
120
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
121
- maxWidth?: undefined;
122
- borderTopLeftRadius?: undefined;
123
- borderBottomLeftRadius?: undefined;
124
- borderRight?: undefined;
125
- '& > input'?: undefined;
126
- margin?: undefined;
127
- flexWrap?: undefined;
128
- } | {
129
- [x: string]: string | {
130
- height: string;
131
- display: string;
132
- flexDirection: string;
133
- alignItems: string;
134
- justifyContent: string;
135
- width?: undefined;
136
- maxWidth?: undefined;
137
- color?: undefined;
138
- border?: undefined;
139
- borderColor?: undefined;
140
- } | {
141
- [x: string]: string | {
142
- height: string;
143
- padding: string;
144
- };
145
- width: string;
146
- alignItems: string;
147
- maxWidth: string;
148
- color: string;
149
- border: string;
150
- borderColor: string;
151
- height?: undefined;
152
- display?: undefined;
153
- flexDirection?: undefined;
154
- justifyContent?: undefined;
155
- };
156
- height: string;
157
- width: string;
158
- '& .M4LDynamicFilter-containerInputFilter': {
159
- [x: string]: string | {
160
- height: string;
161
- padding: string;
162
- };
163
- width: string;
164
- alignItems: string;
165
- maxWidth: string;
166
- color: string;
167
- border: string;
168
- borderColor: string;
169
- };
170
- minHeight?: undefined;
171
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
172
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
173
- borderColor?: undefined;
174
- display?: undefined;
175
- flexDirection?: undefined;
176
- gap?: undefined;
177
- padding?: undefined;
178
- alignItems?: undefined;
179
- borderTopRightRadius?: undefined;
180
- borderBottomRightRadius?: undefined;
181
- borderLeft?: undefined;
182
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
183
- maxWidth?: undefined;
184
- borderTopLeftRadius?: undefined;
185
- borderBottomLeftRadius?: undefined;
186
- borderRight?: undefined;
187
- '& > input'?: undefined;
188
- margin?: undefined;
189
- flexWrap?: undefined;
190
- } | {
191
- borderColor: string;
192
- minHeight?: undefined;
193
- height?: undefined;
194
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
195
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
196
- width?: undefined;
197
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
198
- display?: undefined;
199
- flexDirection?: undefined;
200
- gap?: undefined;
201
- padding?: undefined;
202
- alignItems?: undefined;
203
- borderTopRightRadius?: undefined;
204
- borderBottomRightRadius?: undefined;
205
- borderLeft?: undefined;
206
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
207
- maxWidth?: undefined;
208
- borderTopLeftRadius?: undefined;
209
- borderBottomLeftRadius?: undefined;
210
- borderRight?: undefined;
211
- '& > input'?: undefined;
212
- margin?: undefined;
213
- flexWrap?: undefined;
214
- } | {
215
- display: string;
216
- flexDirection: string;
217
- gap: string;
218
- padding: string;
219
- height: string;
220
- alignItems: string;
221
- borderTopRightRadius: string;
222
- borderBottomRightRadius: string;
223
- borderLeft: string;
224
- borderColor: string;
225
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton': {
226
- background: string;
227
- };
228
- minHeight?: undefined;
229
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
230
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
231
- width?: undefined;
232
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
233
- maxWidth?: undefined;
234
- borderTopLeftRadius?: undefined;
235
- borderBottomLeftRadius?: undefined;
236
- borderRight?: undefined;
237
- '& > input'?: undefined;
238
- margin?: undefined;
239
- flexWrap?: undefined;
240
- } | {
241
- display: string;
242
- flexDirection: string;
243
- gap: string;
244
- padding: string;
245
- height: string;
246
- maxWidth: string;
247
- width: string;
248
- alignItems: string;
249
- borderTopLeftRadius: string;
250
- borderBottomLeftRadius: string;
251
- borderRight: string;
252
- borderColor: string;
253
- '& > input': {
254
- color: string;
255
- border: string;
256
- borderColor: string;
257
- padding: string;
258
- width: string;
259
- height: string;
260
- '&::placeholder': {
261
- color: string;
262
- };
263
- '&:focus-visible': {
264
- color: string;
265
- border: string;
266
- borderColor: string;
267
- background: string;
268
- BorderRadius: string;
269
- outline: string;
270
- };
271
- '&:hover': {
272
- borderColor: string;
273
- background: string;
274
- };
275
- background: string;
276
- };
277
- minHeight?: undefined;
278
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
279
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
280
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
281
- borderTopRightRadius?: undefined;
282
- borderBottomRightRadius?: undefined;
283
- borderLeft?: undefined;
284
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
285
- margin?: undefined;
286
- flexWrap?: undefined;
287
- } | {
288
- [x: string]: string | {
289
- height: string;
290
- padding: string;
291
- };
292
- borderLeft: string;
293
- height: string;
294
- margin: string;
295
- padding: string;
296
- minHeight?: undefined;
297
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
298
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
299
- width?: undefined;
300
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
301
- borderColor?: undefined;
302
- display?: undefined;
303
- flexDirection?: undefined;
304
- gap?: undefined;
305
- alignItems?: undefined;
306
- borderTopRightRadius?: undefined;
307
- borderBottomRightRadius?: undefined;
308
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
309
- maxWidth?: undefined;
310
- borderTopLeftRadius?: undefined;
311
- borderBottomLeftRadius?: undefined;
312
- borderRight?: undefined;
313
- '& > input'?: undefined;
314
- flexWrap?: undefined;
315
- } | {
316
- [x: string]: string | {
317
- padding: string;
318
- };
319
- padding: string;
320
- gap: string;
321
- height: string;
322
- display: string;
323
- flexWrap: string;
324
- minHeight?: undefined;
325
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
326
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
327
- width?: undefined;
328
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
329
- borderColor?: undefined;
330
- flexDirection?: undefined;
331
- alignItems?: undefined;
332
- borderTopRightRadius?: undefined;
333
- borderBottomRightRadius?: undefined;
334
- borderLeft?: undefined;
335
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
336
- maxWidth?: undefined;
337
- borderTopLeftRadius?: undefined;
338
- borderBottomLeftRadius?: undefined;
339
- borderRight?: undefined;
340
- '& > input'?: undefined;
341
- margin?: undefined;
342
- } | {
343
- '& .css-5ca9fi': {
344
- [x: string]: any;
345
- };
346
- '& .css-1wytxsy': {
347
- [x: string]: any;
348
- };
349
- border: string;
350
- height: string;
351
- display: string;
352
- alignItems: string;
353
- borderRadius: string;
354
- background: string;
355
- color: string;
356
- minHeight?: undefined;
357
- '& .M4LDynamicFilter-containerFistRow'?: undefined;
358
- '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
359
- width?: undefined;
360
- '& .M4LDynamicFilter-containerInputFilter'?: undefined;
361
- borderColor?: undefined;
362
- flexDirection?: undefined;
363
- gap?: undefined;
364
- padding?: undefined;
365
- borderTopRightRadius?: undefined;
366
- borderBottomRightRadius?: undefined;
367
- borderLeft?: undefined;
368
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
369
- maxWidth?: undefined;
370
- borderTopLeftRadius?: undefined;
371
- borderBottomLeftRadius?: undefined;
372
- borderRight?: undefined;
373
- '& > input'?: undefined;
374
- margin?: undefined;
375
- flexWrap?: undefined;
376
- };
377
- borderRadius: string;
378
- background: string;
379
- padding: string;
380
- border: string;
381
- borderColor: string;
382
- height: string;
383
- '&.M4LDynamicFilter-isMobile': {
384
- '& .M4LDynamicFilter-containerFistRow': {
385
- '& .M4LDynamicFilter-containerClearFilter': {
386
- borderLeft: string;
387
- borderColor: string;
388
- };
389
- };
390
- '& .M4LDynamicFilter-wrapperApplyedFilters': {
391
- display: string;
392
- borderTop: string;
393
- borderColor: string;
394
- height: string;
395
- };
396
- };
397
- '&.M4LDynamicFilter-isEmpty': {
398
- '& .M4LDynamicFilter-wrapperApplyedFilters': {
399
- [x: string]: {
400
- display: string;
401
- height: string;
402
- } | {
403
- height: string;
404
- display?: undefined;
405
- };
406
- '& .MuiBox-root': {
407
- height: string;
408
- };
409
- };
410
- };
411
- '& .simplebar-content': {
412
- height: string;
413
- };
414
- '& .M4LDynamicFilter-containerFistRow': {
415
- [x: string]: string | {
416
- height: string;
417
- display: string;
418
- flexDirection: string;
419
- alignItems: string;
420
- justifyContent: string;
421
- width?: undefined;
422
- maxWidth?: undefined;
423
- color?: undefined;
424
- border?: undefined;
425
- borderColor?: undefined;
426
- } | {
427
- [x: string]: string | {
428
- height: string;
429
- padding: string;
430
- };
431
- width: string;
432
- alignItems: string;
433
- maxWidth: string;
434
- color: string;
435
- border: string;
436
- borderColor: string;
437
- height?: undefined;
438
- display?: undefined;
439
- flexDirection?: undefined;
440
- justifyContent?: undefined;
441
- };
442
- height: string;
443
- width: string;
444
- '& .M4LDynamicFilter-containerInputFilter': {
445
- [x: string]: string | {
446
- height: string;
447
- padding: string;
448
- };
449
- width: string;
450
- alignItems: string;
451
- maxWidth: string;
452
- color: string;
453
- border: string;
454
- borderColor: string;
455
- };
456
- };
457
- '&.M4LDynamicFilter-isInvalid': {
458
- borderColor: string;
459
- };
460
- '& .M4LDynamicFilter-containerClearFilter': {
461
- display: string;
462
- flexDirection: string;
463
- gap: string;
464
- padding: string;
465
- height: string;
466
- alignItems: string;
467
- borderTopRightRadius: string;
468
- borderBottomRightRadius: string;
469
- borderLeft: string;
470
- borderColor: string;
471
- '& .M4LIconButton-root .M4LDynamicFilter-filterButton': {
472
- background: string;
473
- };
474
- };
475
- '& .M4LDynamicFilter-containerInputFilter': {
476
- display: string;
477
- flexDirection: string;
478
- gap: string;
479
- padding: string;
480
- height: string;
481
- maxWidth: string;
482
- width: string;
483
- alignItems: string;
484
- borderTopLeftRadius: string;
485
- borderBottomLeftRadius: string;
486
- borderRight: string;
487
- borderColor: string;
488
- '& > input': {
489
- color: string;
490
- border: string;
491
- borderColor: string;
492
- padding: string;
493
- width: string;
494
- height: string;
495
- '&::placeholder': {
496
- color: string;
497
- };
498
- '&:focus-visible': {
499
- color: string;
500
- border: string;
501
- borderColor: string;
502
- background: string;
503
- BorderRadius: string;
504
- outline: string;
505
- };
506
- '&:hover': {
507
- borderColor: string;
508
- background: string;
509
- };
510
- background: string;
511
- };
512
- };
513
- '& .M4LDynamicFilter-wrapperApplyedFilters': {
514
- [x: string]: string | {
515
- height: string;
516
- padding: string;
517
- };
518
- borderLeft: string;
519
- height: string;
520
- margin: string;
521
- padding: string;
522
- };
523
- '& .M4LDynamicFilter-containerApplyedFilters': {
524
- [x: string]: string | {
525
- padding: string;
526
- };
527
- padding: string;
528
- gap: string;
529
- height: string;
530
- display: string;
531
- flexWrap: string;
532
- };
533
- '& .M4LDynamicFilter-applyedFilter': {
534
- '& .css-5ca9fi': {
535
- [x: string]: any;
536
- };
537
- '& .css-1wytxsy': {
538
- [x: string]: any;
539
- };
540
- border: string;
541
- height: string;
542
- display: string;
543
- alignItems: string;
544
- borderRadius: string;
545
- background: string;
546
- color: string;
547
- };
548
- };
549
- };
550
- };
551
- M4LDynamicFilterPopoverMenuFields: {
552
- styleOverrides: {
553
- '&.M4LDynamicFilter-popoverMenuFields': {
554
- '& .M4LDynamicFilter-popoverMenuFieldsPaper': {
555
- [x: string]: string | {
556
- paddingLeft: string;
557
- paddingRight: string;
558
- borderRadius: string;
559
- '& .M4LDynamicFilter-classespopoverLabelMemuItem': {
560
- color: string;
561
- };
562
- '& .M4LDynamicFilter-popoverMenuFieldsItem:hover': {
563
- color: string;
564
- background: string;
565
- borderRadius: string;
566
- padding: string;
567
- boxShadow: string;
568
- };
569
- padding?: undefined;
570
- gap?: undefined;
571
- } | {
572
- padding: string;
573
- gap: string;
574
- paddingLeft?: undefined;
575
- paddingRight?: undefined;
576
- borderRadius?: undefined;
577
- '& .M4LDynamicFilter-classespopoverLabelMemuItem'?: undefined;
578
- '& .M4LDynamicFilter-popoverMenuFieldsItem:hover'?: undefined;
579
- };
580
- display: string;
581
- flexDirection: string;
582
- padding: string;
583
- gap: string;
584
- borderRadius: string;
585
- '& .M4LDynamicFilter-popoverMenuFieldsItem': {
586
- paddingLeft: string;
587
- paddingRight: string;
588
- borderRadius: string;
589
- '& .M4LDynamicFilter-classespopoverLabelMemuItem': {
590
- color: string;
591
- };
592
- '& .M4LDynamicFilter-popoverMenuFieldsItem:hover': {
593
- color: string;
594
- background: string;
595
- borderRadius: string;
596
- padding: string;
597
- boxShadow: string;
598
- };
599
- };
600
- };
601
- };
602
- };
603
- };
604
- M4LDynamicFilterPopoverFilter: {
605
- styleOverrides: {
606
- '&.M4LDynamicFilter-popoverFilter': {
607
- [x: string]: string | {
608
- padding: string;
609
- minWidth: string;
610
- maxWidth: string;
611
- minHeight: string;
612
- boxShadow: string;
613
- '& .M4LPopover-arrowStyle': {
614
- background: string;
615
- };
616
- '& .M4LRHFormProvider-root': {
617
- gap: string;
618
- width: string;
619
- minWidth: string;
620
- maxWidth: string;
621
- height: string;
622
- '& .M4LDynamicFilter-popoverFilterHeader': {
623
- background: string;
624
- display: string;
625
- gap: string;
626
- padding: string;
627
- borderTopLeftRadius: string;
628
- borderTopRightRadius: string;
629
- borderBottom: string;
630
- height: string;
631
- '& .M4LIcon-root': {
632
- '& .M4LIcon-icon': {};
633
- };
634
- '& .MuiTypography-root': {
635
- color: string;
636
- '& .MuiTypography-root': {};
637
- };
638
- };
639
- '& .M4LDynamicFilter-popoverContainerFields': {
640
- height: string;
641
- "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter,\n & .M4LDynamicFilter-containerSelectFilter\n ": {
642
- display: string;
643
- height: string;
644
- flexDirection: string;
645
- padding: string;
646
- gap: string;
647
- };
648
- };
649
- '& .M4LCommonActions-root': {
650
- display: string;
651
- flexDirection: string;
652
- gap: string;
653
- padding: string;
654
- '.M4LButton-root': {
655
- height: string;
656
- };
657
- };
658
- };
659
- '& .M4LDynamicFilter-popoverFilterPaper'?: undefined;
660
- } | {
661
- '& .M4LDynamicFilter-popoverFilterPaper': {
662
- '& .M4LRHFormProvider-root': {
663
- '& .M4LDynamicFilter-popoverFilterHeader': {
664
- height: string;
665
- '& .M4LIcon-root': {
666
- '& .M4LIcon-icon': {};
667
- };
668
- '& .MuiTypography-root': {
669
- color: string;
670
- '& .MuiTypography-root': {};
671
- };
672
- };
673
- '& .M4LDynamicFilter-popoverContainerFields': {
674
- height: string;
675
- "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter,\n & .M4LDynamicFilter-containerSelectFilter\n ": {
676
- display: string;
677
- height: string;
678
- flexDirection: string;
679
- padding: string;
680
- gap: string;
681
- };
682
- };
683
- '& .M4LCommonActions-root': {
684
- display: string;
685
- flexDirection: string;
686
- gap: string;
687
- padding: string;
688
- '.M4LButton-root': {
689
- height: string;
690
- };
691
- };
692
- };
693
- };
694
- padding?: undefined;
695
- minWidth?: undefined;
696
- maxWidth?: undefined;
697
- minHeight?: undefined;
698
- boxShadow?: undefined;
699
- '& .M4LPopover-arrowStyle'?: undefined;
700
- '& .M4LRHFormProvider-root'?: undefined;
701
- };
702
- width: string;
703
- '& .M4LDynamicFilter-popoverFilterPaper': {
704
- padding: string;
705
- minWidth: string;
706
- maxWidth: string;
707
- minHeight: string;
708
- boxShadow: string;
709
- '& .M4LPopover-arrowStyle': {
710
- background: string;
711
- };
712
- '& .M4LRHFormProvider-root': {
713
- gap: string;
714
- width: string;
715
- minWidth: string;
716
- maxWidth: string;
717
- height: string;
718
- '& .M4LDynamicFilter-popoverFilterHeader': {
719
- background: string;
720
- display: string;
721
- gap: string;
722
- padding: string;
723
- borderTopLeftRadius: string;
724
- borderTopRightRadius: string;
725
- borderBottom: string;
726
- height: string;
727
- '& .M4LIcon-root': {
728
- '& .M4LIcon-icon': {};
729
- };
730
- '& .MuiTypography-root': {
731
- color: string;
732
- '& .MuiTypography-root': {};
733
- };
734
- };
735
- '& .M4LDynamicFilter-popoverContainerFields': {
736
- height: string;
737
- "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter,\n & .M4LDynamicFilter-containerSelectFilter\n ": {
738
- display: string;
739
- height: string;
740
- flexDirection: string;
741
- padding: string;
742
- gap: string;
743
- };
744
- };
745
- '& .M4LCommonActions-root': {
746
- display: string;
747
- flexDirection: string;
748
- gap: string;
749
- padding: string;
750
- '.M4LButton-root': {
751
- height: string;
752
- };
753
- };
754
- };
755
- };
756
- };
757
- };
758
- };
759
- };