@m4l/styles 0.0.26 → 0.0.28
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 +3 -3
- package/package.json +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +4 -3
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +13 -6
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +13 -9
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +47 -11
- package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +13 -1
- 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/M4LToolkitDivider.d.ts +18 -0
- package/theme/overrides/M4LExtendedComponents/M4LToolkitPage.d.ts +16 -0
- package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +24 -0
- package/theme/overrides/M4LExtendedComponents/{index.ebc4ec7a.js → index.e4d90ec0.js} +145 -61
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +18 -12
- package/theme/overrides/M4LRHFComponents/{index.3df47466.js → index.d3125fd8.js} +17 -11
- package/theme/overrides/index.ab4ad05c.js +101 -0
- package/theme/overrides/index.ede1f7a6.js +0 -98
|
@@ -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
|
}
|
|
@@ -2144,7 +2148,7 @@ const i = (o) => ({
|
|
|
2144
2148
|
},
|
|
2145
2149
|
"& .M4LAreasViewer-windowRoot": {
|
|
2146
2150
|
background: o.palette.background.background,
|
|
2147
|
-
border: "
|
|
2151
|
+
border: "2px solid",
|
|
2148
2152
|
borderColor: o.palette.state.overdefoult,
|
|
2149
2153
|
boxShadow: o.customShadows.z2,
|
|
2150
2154
|
borderRadius: "4px",
|
|
@@ -2185,7 +2189,15 @@ const i = (o) => ({
|
|
|
2185
2189
|
"& .M4LAreasViewer-windowHeaderTitle": {
|
|
2186
2190
|
display: "flex",
|
|
2187
2191
|
alignItems: "center",
|
|
2188
|
-
overflow: "
|
|
2192
|
+
overflow: "auto",
|
|
2193
|
+
width: "100%",
|
|
2194
|
+
padding: "0 12px",
|
|
2195
|
+
"& .MuiTypography-root": {
|
|
2196
|
+
whiteSpace: "nowrap",
|
|
2197
|
+
overflow: "hidden",
|
|
2198
|
+
textOverflow: "ellipsis",
|
|
2199
|
+
width: "100%"
|
|
2200
|
+
}
|
|
2189
2201
|
}
|
|
2190
2202
|
},
|
|
2191
2203
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
@@ -2318,7 +2330,7 @@ const i = (o) => ({
|
|
|
2318
2330
|
}
|
|
2319
2331
|
},
|
|
2320
2332
|
"& .M4LAreasViewer-windowContent": {
|
|
2321
|
-
padding: "
|
|
2333
|
+
padding: "4px",
|
|
2322
2334
|
background: o.palette.background.background,
|
|
2323
2335
|
display: "flex",
|
|
2324
2336
|
flexDirection: "column",
|
|
@@ -2329,7 +2341,7 @@ const i = (o) => ({
|
|
|
2329
2341
|
overflow: "hidden"
|
|
2330
2342
|
},
|
|
2331
2343
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2332
|
-
border: "
|
|
2344
|
+
border: "2px solid",
|
|
2333
2345
|
borderColor: o.palette.state.active,
|
|
2334
2346
|
boxShadow: o.customShadows.primary,
|
|
2335
2347
|
backdropFilter: "blur(100px)",
|
|
@@ -2347,8 +2359,7 @@ const i = (o) => ({
|
|
|
2347
2359
|
cursor: "move",
|
|
2348
2360
|
height: "36px",
|
|
2349
2361
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2350
|
-
...o.typography.paragraphDens
|
|
2351
|
-
overflow: "visible"
|
|
2362
|
+
...o.typography.paragraphDens
|
|
2352
2363
|
},
|
|
2353
2364
|
"& .MuiButtonBase-root": {
|
|
2354
2365
|
"& .M4LIcon-icon": {
|
|
@@ -2368,16 +2379,17 @@ const i = (o) => ({
|
|
|
2368
2379
|
}
|
|
2369
2380
|
}
|
|
2370
2381
|
},
|
|
2371
|
-
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe
|
|
2382
|
+
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
|
|
2383
|
+
"& .M4LAreasViewer-windowContent": {
|
|
2384
|
+
padding: "4px 0 0 0"
|
|
2385
|
+
},
|
|
2372
2386
|
"& .M4LAreasViewer-selectedWindow": {
|
|
2373
|
-
border: "1px solid",
|
|
2374
2387
|
borderColor: o.palette.state.active12,
|
|
2375
2388
|
boxShadow: o.customShadows.z2
|
|
2376
2389
|
}
|
|
2377
2390
|
},
|
|
2378
2391
|
"&. M4LGridLayout-colapsed ": {
|
|
2379
2392
|
"& .M4LAreasViewer-windowRoot": {
|
|
2380
|
-
border: "1px solid",
|
|
2381
2393
|
borderColor: o.palette.state.overdefoult,
|
|
2382
2394
|
boxShadow: o.customShadows.z1
|
|
2383
2395
|
}
|
|
@@ -2433,7 +2445,6 @@ const i = (o) => ({
|
|
|
2433
2445
|
padding: "4px",
|
|
2434
2446
|
background: o.palette.background.neutral,
|
|
2435
2447
|
borderRadius: "4px",
|
|
2436
|
-
border: "1px solid",
|
|
2437
2448
|
borderColor: o.palette.state.overdefoult,
|
|
2438
2449
|
"&:not(.M4LAreasViewer-loading)": {
|
|
2439
2450
|
"& .M4LinearProgressIndeterminate-root": {
|
|
@@ -2444,7 +2455,6 @@ const i = (o) => ({
|
|
|
2444
2455
|
backgroundColor: "transparent"
|
|
2445
2456
|
},
|
|
2446
2457
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2447
|
-
border: "1px solid",
|
|
2448
2458
|
borderColor: o.palette.state.active12,
|
|
2449
2459
|
background: o.palette.state.active12,
|
|
2450
2460
|
boxShadow: o.customShadows.z3,
|
|
@@ -2470,7 +2480,7 @@ const i = (o) => ({
|
|
|
2470
2480
|
}
|
|
2471
2481
|
},
|
|
2472
2482
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2473
|
-
border: "
|
|
2483
|
+
border: "2px solid",
|
|
2474
2484
|
borderColor: o.palette.state.active,
|
|
2475
2485
|
background: o.palette.state.active12,
|
|
2476
2486
|
boxShadow: o.customShadows.z3,
|
|
@@ -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,15 +3303,16 @@ 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
|
}
|
|
3303
3314
|
}
|
|
3304
|
-
}),
|
|
3315
|
+
}), T = (o) => ({
|
|
3305
3316
|
M4LRHFormProvider: {
|
|
3306
3317
|
styleOverrides: {
|
|
3307
3318
|
"&.M4LRHFormProvider-root": {
|
|
@@ -3312,7 +3323,7 @@ const i = (o) => ({
|
|
|
3312
3323
|
}
|
|
3313
3324
|
}
|
|
3314
3325
|
}
|
|
3315
|
-
}),
|
|
3326
|
+
}), D = (o) => ({
|
|
3316
3327
|
M4LPeriod: {
|
|
3317
3328
|
styleOverrides: {
|
|
3318
3329
|
"&.M4LPeriod-root": {
|
|
@@ -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": {
|
|
@@ -3601,7 +3612,6 @@ const i = (o) => ({
|
|
|
3601
3612
|
M4LPaperForm: {
|
|
3602
3613
|
styleOverrides: {
|
|
3603
3614
|
"&.M4LPaperForm-root": {
|
|
3604
|
-
margin: "0px 0px 8px 0px",
|
|
3605
3615
|
padding: "0",
|
|
3606
3616
|
borderRadius: "4px",
|
|
3607
3617
|
boxShadow: o.customShadows.z2,
|
|
@@ -3612,14 +3622,18 @@ const i = (o) => ({
|
|
|
3612
3622
|
height: "auto",
|
|
3613
3623
|
"& .M4LPaperForm-headerContainer": {
|
|
3614
3624
|
width: "100%",
|
|
3615
|
-
height: "
|
|
3616
|
-
minHeight: "
|
|
3625
|
+
height: "36px",
|
|
3626
|
+
minHeight: "36px",
|
|
3617
3627
|
padding: "4px 8px",
|
|
3618
3628
|
margin: "0px",
|
|
3619
3629
|
borderRadius: "4px",
|
|
3620
3630
|
background: o.palette.state.default,
|
|
3621
3631
|
boxShadow: o.customShadows.z1,
|
|
3622
3632
|
borderBottom: "none",
|
|
3633
|
+
[o.breakpoints.down("sm")]: {
|
|
3634
|
+
height: "44px",
|
|
3635
|
+
minHeight: "44px"
|
|
3636
|
+
},
|
|
3623
3637
|
"& .M4LPaperForm-iconTitleContainer": {
|
|
3624
3638
|
...o.typography.bodyDens,
|
|
3625
3639
|
color: o.palette.text.primary,
|
|
@@ -3633,7 +3647,7 @@ const i = (o) => ({
|
|
|
3633
3647
|
"& .M4LPaperForm-content": {
|
|
3634
3648
|
height: "fit-content",
|
|
3635
3649
|
width: "100%",
|
|
3636
|
-
padding: "
|
|
3650
|
+
padding: "8px 0"
|
|
3637
3651
|
}
|
|
3638
3652
|
}
|
|
3639
3653
|
}
|
|
@@ -3663,7 +3677,7 @@ const i = (o) => ({
|
|
|
3663
3677
|
}
|
|
3664
3678
|
}
|
|
3665
3679
|
}
|
|
3666
|
-
}),
|
|
3680
|
+
}), O = (o) => ({
|
|
3667
3681
|
M4LBadge: {
|
|
3668
3682
|
styleOverrides: {
|
|
3669
3683
|
"&.M4LBadge-root": {
|
|
@@ -3687,14 +3701,13 @@ const i = (o) => ({
|
|
|
3687
3701
|
}
|
|
3688
3702
|
}
|
|
3689
3703
|
}
|
|
3690
|
-
}),
|
|
3704
|
+
}), V = (o) => ({
|
|
3691
3705
|
M4LDataGrid: {
|
|
3692
3706
|
styleOverrides: {
|
|
3693
3707
|
"&.M4LDataGrid-root": {
|
|
3694
3708
|
background: o.palette.background.default,
|
|
3695
3709
|
boxShadow: o.customShadows.z2,
|
|
3696
3710
|
borderRadius: "4px",
|
|
3697
|
-
padding: "4px",
|
|
3698
3711
|
display: "flex",
|
|
3699
3712
|
position: "relative",
|
|
3700
3713
|
flexDirection: "column",
|
|
@@ -3708,7 +3721,8 @@ const i = (o) => ({
|
|
|
3708
3721
|
left: "0px",
|
|
3709
3722
|
right: "0px",
|
|
3710
3723
|
top: "0px",
|
|
3711
|
-
|
|
3724
|
+
height: "36px",
|
|
3725
|
+
padding: "0px 4px 0 8px",
|
|
3712
3726
|
display: "flex",
|
|
3713
3727
|
flexDirection: "row",
|
|
3714
3728
|
borderRadius: "4px",
|
|
@@ -3717,6 +3731,9 @@ const i = (o) => ({
|
|
|
3717
3731
|
background: o.palette.background.default,
|
|
3718
3732
|
position: "absolute",
|
|
3719
3733
|
gap: "8px",
|
|
3734
|
+
[o.breakpoints.down("sm")]: {
|
|
3735
|
+
height: "44px"
|
|
3736
|
+
},
|
|
3720
3737
|
"& .M4LDataGrid-actionsConfigContainer": {
|
|
3721
3738
|
display: "flex",
|
|
3722
3739
|
flexDirection: "row",
|
|
@@ -3751,18 +3768,16 @@ const i = (o) => ({
|
|
|
3751
3768
|
display: "flex",
|
|
3752
3769
|
flexDirection: "column",
|
|
3753
3770
|
position: "absolute",
|
|
3754
|
-
top: "
|
|
3771
|
+
top: "36px",
|
|
3755
3772
|
bottom: "0px",
|
|
3756
3773
|
left: "0px",
|
|
3757
3774
|
right: "0px",
|
|
3758
3775
|
overflow: "hidden",
|
|
3759
|
-
borderRadius: "4px",
|
|
3760
3776
|
border: "none",
|
|
3761
3777
|
boxshadow: o.customShadows.z2,
|
|
3762
3778
|
background: o.palette.background.default,
|
|
3763
|
-
padding: "4px",
|
|
3764
3779
|
[o.breakpoints.down("sm")]: {
|
|
3765
|
-
top: "
|
|
3780
|
+
top: "44px"
|
|
3766
3781
|
},
|
|
3767
3782
|
"& .M4LDataGrid-wrapperDataGridCss": {
|
|
3768
3783
|
position: "relative",
|
|
@@ -3777,7 +3792,6 @@ const i = (o) => ({
|
|
|
3777
3792
|
height: "100%",
|
|
3778
3793
|
contentVisibility: "unset",
|
|
3779
3794
|
overflow: "auto",
|
|
3780
|
-
borderRadius: "4px",
|
|
3781
3795
|
padding: "0px",
|
|
3782
3796
|
borderColor: "none",
|
|
3783
3797
|
"--rdg-grid-inline-size": "0px",
|
|
@@ -3888,17 +3902,20 @@ const i = (o) => ({
|
|
|
3888
3902
|
borderRight: "0px solid",
|
|
3889
3903
|
borderColor: o.palette.background.neutral
|
|
3890
3904
|
},
|
|
3905
|
+
"& .rdg-header-row": {
|
|
3906
|
+
backgroundColor: o.palette.background.neutral
|
|
3907
|
+
},
|
|
3891
3908
|
"& .rdg-header-row .rdg-cell": {
|
|
3892
3909
|
fontFamily: o.typography.subtitle,
|
|
3893
3910
|
fontWeight: o.typography.subtitle,
|
|
3894
3911
|
fontSize: o.typography.subtitle,
|
|
3895
3912
|
color: o.palette.text.primary,
|
|
3896
|
-
borderRight: "
|
|
3897
|
-
borderColor: o.palette.background.default,
|
|
3913
|
+
borderRight: "1px solid",
|
|
3898
3914
|
boxShadow: "none",
|
|
3899
3915
|
gridTemplateColumns: "auto",
|
|
3916
|
+
borderBottom: "1px solid !important",
|
|
3917
|
+
borderColor: `${o.palette.background.background}!important`,
|
|
3900
3918
|
"&.rdg-cell-frozen-last": {
|
|
3901
|
-
borderRight: "0px solid",
|
|
3902
3919
|
borderColor: o.palette.background.default,
|
|
3903
3920
|
"&:after": {
|
|
3904
3921
|
borderRight: "1.5px solid",
|
|
@@ -3912,7 +3929,7 @@ const i = (o) => ({
|
|
|
3912
3929
|
}
|
|
3913
3930
|
},
|
|
3914
3931
|
"& .rdg-header-row :last-child.rdg-cell": {
|
|
3915
|
-
borderTopRightRadius: "
|
|
3932
|
+
borderTopRightRadius: "0",
|
|
3916
3933
|
"&:after": {
|
|
3917
3934
|
borderRight: "0px solid transparent"
|
|
3918
3935
|
}
|
|
@@ -3952,7 +3969,7 @@ const i = (o) => ({
|
|
|
3952
3969
|
}
|
|
3953
3970
|
}
|
|
3954
3971
|
}
|
|
3955
|
-
}),
|
|
3972
|
+
}), H = (o) => ({
|
|
3956
3973
|
M4LPager: {
|
|
3957
3974
|
styleOverrides: {
|
|
3958
3975
|
"&.M4LPager-root": {
|
|
@@ -4042,7 +4059,7 @@ const i = (o) => ({
|
|
|
4042
4059
|
}
|
|
4043
4060
|
}
|
|
4044
4061
|
}
|
|
4045
|
-
}),
|
|
4062
|
+
}), W = (o) => ({
|
|
4046
4063
|
M4LCheckBox: {
|
|
4047
4064
|
styleOverrides: {
|
|
4048
4065
|
"&.M4LCheckBox-root": {
|
|
@@ -4117,6 +4134,12 @@ const i = (o) => ({
|
|
|
4117
4134
|
height: "auto",
|
|
4118
4135
|
position: "relative",
|
|
4119
4136
|
minHeight: "36px",
|
|
4137
|
+
"& .MuiTabs-scroller": {
|
|
4138
|
+
"& .MuiTabs-flexContainer": {
|
|
4139
|
+
padding: "0px",
|
|
4140
|
+
backgroundColor: "transparent"
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4120
4143
|
"&:not(:last-of-type)": {
|
|
4121
4144
|
margin: "unset"
|
|
4122
4145
|
}
|
|
@@ -4152,6 +4175,12 @@ const i = (o) => ({
|
|
|
4152
4175
|
height: "100%",
|
|
4153
4176
|
overflow: "hidden",
|
|
4154
4177
|
minHeight: "inherit",
|
|
4178
|
+
'& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] .simplebar-content': {
|
|
4179
|
+
marginRight: "14px"
|
|
4180
|
+
},
|
|
4181
|
+
'& .simplebar-content-wrapper[style*="overflow: scroll hidden;"] .simplebar-content': {
|
|
4182
|
+
marginBottom: "14px"
|
|
4183
|
+
},
|
|
4155
4184
|
"& .ScrollbarsCustom-Content": {
|
|
4156
4185
|
position: "relative"
|
|
4157
4186
|
},
|
|
@@ -4175,33 +4204,88 @@ const i = (o) => ({
|
|
|
4175
4204
|
}
|
|
4176
4205
|
}
|
|
4177
4206
|
}
|
|
4207
|
+
}), N = (o) => ({
|
|
4208
|
+
M4LToolkitPage: {
|
|
4209
|
+
styleOverrides: {
|
|
4210
|
+
"&.M4LToolkitPage-root": {
|
|
4211
|
+
display: "flex",
|
|
4212
|
+
flexDirection: "column",
|
|
4213
|
+
overflow: "auto",
|
|
4214
|
+
border: "1px solid",
|
|
4215
|
+
width: "2550px",
|
|
4216
|
+
height: "3300px",
|
|
4217
|
+
padding: "300px"
|
|
4218
|
+
}
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
}), U = (o) => ({
|
|
4222
|
+
M4LToolkitSection: {
|
|
4223
|
+
styleOverrides: {
|
|
4224
|
+
"&.M4LToolkitSection-root": {
|
|
4225
|
+
width: "100%",
|
|
4226
|
+
height: "auto",
|
|
4227
|
+
display: "flex",
|
|
4228
|
+
border: "1px solid transparent",
|
|
4229
|
+
padding: "10px",
|
|
4230
|
+
gap: "10px",
|
|
4231
|
+
"&.M4LToolkitSection-directionColumn": {
|
|
4232
|
+
flexDirection: "column"
|
|
4233
|
+
},
|
|
4234
|
+
"&.M4LToolkitSection-directionRow": {
|
|
4235
|
+
flexDirection: "row"
|
|
4236
|
+
},
|
|
4237
|
+
"&.M4LToolkitSection-borderBottom": {
|
|
4238
|
+
borderBottomColor: o.palette.state.overdefoult
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
4241
|
+
}
|
|
4242
|
+
}
|
|
4243
|
+
}), X = (o) => ({
|
|
4244
|
+
M4LToolkitDivider: {
|
|
4245
|
+
styleOverrides: {
|
|
4246
|
+
"&.M4LToolkitDivider-root": {
|
|
4247
|
+
backgroundColor: o.palette.state.overdefoult,
|
|
4248
|
+
"&.M4LToolkitDivider-directionHorizontal": {
|
|
4249
|
+
width: "100%",
|
|
4250
|
+
height: "1px"
|
|
4251
|
+
},
|
|
4252
|
+
"&.M4LToolkitDivider-directionVertical": {
|
|
4253
|
+
width: "1px",
|
|
4254
|
+
height: "100%"
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
}
|
|
4178
4259
|
});
|
|
4179
4260
|
export {
|
|
4180
|
-
|
|
4261
|
+
R as A,
|
|
4181
4262
|
A as B,
|
|
4182
|
-
|
|
4263
|
+
D as C,
|
|
4183
4264
|
P as D,
|
|
4184
4265
|
z as E,
|
|
4185
4266
|
F,
|
|
4186
|
-
|
|
4187
|
-
H,
|
|
4267
|
+
H as G,
|
|
4268
|
+
W as H,
|
|
4188
4269
|
j as I,
|
|
4189
4270
|
G as J,
|
|
4190
4271
|
E as K,
|
|
4191
4272
|
$ as L,
|
|
4192
4273
|
b as M,
|
|
4193
4274
|
_ as N,
|
|
4275
|
+
N as O,
|
|
4276
|
+
U as P,
|
|
4277
|
+
X as Q,
|
|
4194
4278
|
i as a,
|
|
4195
|
-
|
|
4279
|
+
T as b,
|
|
4196
4280
|
n as c,
|
|
4197
4281
|
p as d,
|
|
4198
4282
|
d as e,
|
|
4199
4283
|
l as f,
|
|
4200
4284
|
M as g,
|
|
4201
4285
|
s as h,
|
|
4202
|
-
|
|
4286
|
+
O as i,
|
|
4203
4287
|
c as j,
|
|
4204
|
-
|
|
4288
|
+
V as k,
|
|
4205
4289
|
u as l,
|
|
4206
4290
|
g as m,
|
|
4207
4291
|
x as n,
|
|
@@ -4216,5 +4300,5 @@ export {
|
|
|
4216
4300
|
I as w,
|
|
4217
4301
|
B as x,
|
|
4218
4302
|
S as y,
|
|
4219
|
-
|
|
4303
|
+
m as z
|
|
4220
4304
|
};
|
|
@@ -7,6 +7,23 @@ export declare const M4LRHFTextField: (theme: Theme) => {
|
|
|
7
7
|
flexDirection: string;
|
|
8
8
|
width: string;
|
|
9
9
|
gap: string;
|
|
10
|
+
'&.M4LRHFTextField-variantText': {
|
|
11
|
+
height: string;
|
|
12
|
+
'& .MuiFormControl-root': {
|
|
13
|
+
height: string;
|
|
14
|
+
'& .MuiInputBase-multiline': {
|
|
15
|
+
minHeight: string;
|
|
16
|
+
height: string;
|
|
17
|
+
'& .MuiInputBase-input': {
|
|
18
|
+
padding: string;
|
|
19
|
+
};
|
|
20
|
+
'& .MuiOutlinedInput-notchedOutline': {
|
|
21
|
+
height: string;
|
|
22
|
+
padding: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
10
27
|
'& .M4LRHFTextField-label': {
|
|
11
28
|
color: string;
|
|
12
29
|
transition: string;
|
|
@@ -118,24 +135,13 @@ export declare const M4LRHFTextField: (theme: Theme) => {
|
|
|
118
135
|
height: string;
|
|
119
136
|
padding: string;
|
|
120
137
|
};
|
|
121
|
-
"& .MuiInputBase-multiline": {
|
|
122
|
-
minHeight: string;
|
|
123
|
-
height: string;
|
|
124
|
-
"& .MuiInputBase-input": {
|
|
125
|
-
padding: string;
|
|
126
|
-
};
|
|
127
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
128
|
-
height: string;
|
|
129
|
-
padding: string;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
138
|
};
|
|
133
139
|
'&.M4LRHFTextField-sizeMedium': {
|
|
134
140
|
'& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFTextField-skeleton': {
|
|
135
141
|
height: string;
|
|
136
142
|
padding: string;
|
|
137
143
|
};
|
|
138
|
-
|
|
144
|
+
'& .MuiInputBase-multiline': {
|
|
139
145
|
minHeight: string;
|
|
140
146
|
height: string;
|
|
141
147
|
};
|
|
@@ -16,6 +16,23 @@ const n = (t) => ({
|
|
|
16
16
|
flexDirection: "column",
|
|
17
17
|
width: "100%",
|
|
18
18
|
gap: "4px",
|
|
19
|
+
"&.M4LRHFTextField-variantText": {
|
|
20
|
+
height: "auto",
|
|
21
|
+
"& .MuiFormControl-root": {
|
|
22
|
+
height: "auto",
|
|
23
|
+
"& .MuiInputBase-multiline": {
|
|
24
|
+
minHeight: "auto",
|
|
25
|
+
height: "auto",
|
|
26
|
+
"& .MuiInputBase-input": {
|
|
27
|
+
padding: "4px"
|
|
28
|
+
},
|
|
29
|
+
"& .MuiOutlinedInput-notchedOutline": {
|
|
30
|
+
height: "100%",
|
|
31
|
+
padding: "4px"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
19
36
|
"& .M4LRHFTextField-label": {
|
|
20
37
|
color: t.palette.text.secondary,
|
|
21
38
|
transition: "all .5s ease"
|
|
@@ -127,17 +144,6 @@ const n = (t) => ({
|
|
|
127
144
|
"& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFTextField-skeleton": {
|
|
128
145
|
height: "28px",
|
|
129
146
|
padding: "0px 8px"
|
|
130
|
-
},
|
|
131
|
-
"& .MuiInputBase-multiline": {
|
|
132
|
-
minHeight: "28px",
|
|
133
|
-
height: "100%",
|
|
134
|
-
"& .MuiInputBase-input": {
|
|
135
|
-
padding: "4px"
|
|
136
|
-
},
|
|
137
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
138
|
-
height: "100%",
|
|
139
|
-
padding: "4px"
|
|
140
|
-
}
|
|
141
147
|
}
|
|
142
148
|
},
|
|
143
149
|
"&.M4LRHFTextField-sizeMedium": {
|