@m4l/styles 0.0.30 → 0.0.32
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 +37 -37
- package/package.json +1 -1
- package/theme/defaultThemeOptions.b25c825e.js +27 -0
- package/theme/index.34d0fdea.js +1 -0
- package/theme/index.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +22 -15
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +106 -76
- package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +6834 -13145
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +171 -977
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +56 -57
- package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +41 -30
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +78 -85
- package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +19 -0
- package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/{M4LToolkitPage.d.ts → M4LMFLoader.d.ts} +6 -7
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +13 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +4 -48
- package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +43 -33
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +12 -0
- package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1000 -0
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +140 -2
- package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +91 -48
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +3 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +16 -0
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +29 -0
- package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +24 -20
- package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +881 -0
- package/theme/overrides/M4LExtendedComponents/{index.e875a5e1.js → index.15f2650a.js} +1539 -1080
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +102 -4
- package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +20 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -1
- package/theme/overrides/M4LRHFComponents/{index.d3125fd8.js → index.e6262889.js} +270 -38
- package/theme/overrides/MUIComponents/Accordion.d.ts +34 -17
- package/theme/overrides/MUIComponents/ControlLabel.d.ts +34 -17
- package/theme/overrides/MUIComponents/Input.d.ts +68 -34
- package/theme/overrides/MUIComponents/LoadingButton.d.ts +34 -17
- package/theme/overrides/MUIComponents/Table.d.ts +136 -68
- package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.1b2b2be2.js} +59 -138
- package/theme/overrides/index.158187f3.js +105 -0
- package/theme/{palette.104051a7.js → palette.31d770bc.js} +90 -47
- package/theme/palette.d.ts +18 -8
- package/theme/{shadows.b036a684.js → shadows.9800d84c.js} +24 -24
- package/theme/typography.b14a8e35.js +122 -0
- package/theme/typography.d.ts +20 -13
- package/types/augmentations.d.ts +1 -1
- package/utils/{getColorPresets.2693301f.js → getColorPresets.9fec9cc2.js} +1 -1
- package/utils/getColorState.4350ccb4.js +239 -0
- package/utils/getColorState.d.ts +5 -0
- package/theme/defaultThemeOptions.a8de2e18.js +0 -30
- package/theme/index.b0919dac.js +0 -7
- package/theme/overrides/M4LExtendedComponents/M4LToolkitDivider.d.ts +0 -18
- package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +0 -24
- package/theme/overrides/MUIComponents/Tabs.d.ts +0 -886
- package/theme/overrides/index.cbe0dea7.js +0 -103
- package/theme/typography.7591a12b.js +0 -124
- package/utils/getColorState.32c050bf.js +0 -208
|
@@ -13,19 +13,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
13
13
|
display?: undefined;
|
|
14
14
|
flexDirection?: undefined;
|
|
15
15
|
gap?: undefined;
|
|
16
|
-
backgroundColor?: undefined;
|
|
17
16
|
padding?: undefined;
|
|
18
17
|
alignItems?: undefined;
|
|
19
18
|
borderTopRightRadius?: undefined;
|
|
20
19
|
borderBottomRightRadius?: undefined;
|
|
20
|
+
borderLeft?: undefined;
|
|
21
21
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
22
22
|
maxWidth?: undefined;
|
|
23
23
|
borderTopLeftRadius?: undefined;
|
|
24
24
|
borderBottomLeftRadius?: undefined;
|
|
25
|
+
borderRight?: undefined;
|
|
25
26
|
'& > input'?: undefined;
|
|
26
|
-
'& input:focus-visible'?: undefined;
|
|
27
|
-
'& input:hover'?: undefined;
|
|
28
|
-
borderLeft?: undefined;
|
|
29
27
|
margin?: undefined;
|
|
30
28
|
} | {
|
|
31
29
|
'& .M4LDynamicFilter-wrapperApplyedFilters': {
|
|
@@ -40,19 +38,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
40
38
|
display?: undefined;
|
|
41
39
|
flexDirection?: undefined;
|
|
42
40
|
gap?: undefined;
|
|
43
|
-
backgroundColor?: undefined;
|
|
44
41
|
padding?: undefined;
|
|
45
42
|
alignItems?: undefined;
|
|
46
43
|
borderTopRightRadius?: undefined;
|
|
47
44
|
borderBottomRightRadius?: undefined;
|
|
45
|
+
borderLeft?: undefined;
|
|
48
46
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
49
47
|
maxWidth?: undefined;
|
|
50
48
|
borderTopLeftRadius?: undefined;
|
|
51
49
|
borderBottomLeftRadius?: undefined;
|
|
50
|
+
borderRight?: undefined;
|
|
52
51
|
'& > input'?: undefined;
|
|
53
|
-
'& input:focus-visible'?: undefined;
|
|
54
|
-
'& input:hover'?: undefined;
|
|
55
|
-
borderLeft?: undefined;
|
|
56
52
|
margin?: undefined;
|
|
57
53
|
} | {
|
|
58
54
|
'& .M4LDynamicFilter-wrapperApplyedFilters': {
|
|
@@ -76,19 +72,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
76
72
|
display?: undefined;
|
|
77
73
|
flexDirection?: undefined;
|
|
78
74
|
gap?: undefined;
|
|
79
|
-
backgroundColor?: undefined;
|
|
80
75
|
padding?: undefined;
|
|
81
76
|
alignItems?: undefined;
|
|
82
77
|
borderTopRightRadius?: undefined;
|
|
83
78
|
borderBottomRightRadius?: undefined;
|
|
79
|
+
borderLeft?: undefined;
|
|
84
80
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
85
81
|
maxWidth?: undefined;
|
|
86
82
|
borderTopLeftRadius?: undefined;
|
|
87
83
|
borderBottomLeftRadius?: undefined;
|
|
84
|
+
borderRight?: undefined;
|
|
88
85
|
'& > input'?: undefined;
|
|
89
|
-
'& input:focus-visible'?: undefined;
|
|
90
|
-
'& input:hover'?: undefined;
|
|
91
|
-
borderLeft?: undefined;
|
|
92
86
|
margin?: undefined;
|
|
93
87
|
} | {
|
|
94
88
|
height: string;
|
|
@@ -100,30 +94,30 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
100
94
|
display?: undefined;
|
|
101
95
|
flexDirection?: undefined;
|
|
102
96
|
gap?: undefined;
|
|
103
|
-
backgroundColor?: undefined;
|
|
104
97
|
padding?: undefined;
|
|
105
98
|
alignItems?: undefined;
|
|
106
99
|
borderTopRightRadius?: undefined;
|
|
107
100
|
borderBottomRightRadius?: undefined;
|
|
101
|
+
borderLeft?: undefined;
|
|
108
102
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
109
103
|
maxWidth?: undefined;
|
|
110
104
|
borderTopLeftRadius?: undefined;
|
|
111
105
|
borderBottomLeftRadius?: undefined;
|
|
106
|
+
borderRight?: undefined;
|
|
112
107
|
'& > input'?: undefined;
|
|
113
|
-
'& input:focus-visible'?: undefined;
|
|
114
|
-
'& input:hover'?: undefined;
|
|
115
|
-
borderLeft?: undefined;
|
|
116
108
|
margin?: undefined;
|
|
117
109
|
} | {
|
|
118
110
|
[x: string]: string | {
|
|
119
111
|
height: string;
|
|
120
|
-
background: string;
|
|
121
112
|
display: string;
|
|
122
113
|
flexDirection: string;
|
|
123
114
|
alignItems: string;
|
|
124
115
|
justifyContent: string;
|
|
125
116
|
width?: undefined;
|
|
126
117
|
maxWidth?: undefined;
|
|
118
|
+
color?: undefined;
|
|
119
|
+
border?: undefined;
|
|
120
|
+
borderColor?: undefined;
|
|
127
121
|
} | {
|
|
128
122
|
[x: string]: string | {
|
|
129
123
|
height: string;
|
|
@@ -132,8 +126,10 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
132
126
|
width: string;
|
|
133
127
|
alignItems: string;
|
|
134
128
|
maxWidth: string;
|
|
129
|
+
color: string;
|
|
130
|
+
border: string;
|
|
131
|
+
borderColor: string;
|
|
135
132
|
height?: undefined;
|
|
136
|
-
background?: undefined;
|
|
137
133
|
display?: undefined;
|
|
138
134
|
flexDirection?: undefined;
|
|
139
135
|
justifyContent?: undefined;
|
|
@@ -148,6 +144,9 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
148
144
|
width: string;
|
|
149
145
|
alignItems: string;
|
|
150
146
|
maxWidth: string;
|
|
147
|
+
color: string;
|
|
148
|
+
border: string;
|
|
149
|
+
borderColor: string;
|
|
151
150
|
};
|
|
152
151
|
minHeight?: undefined;
|
|
153
152
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
@@ -155,19 +154,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
155
154
|
display?: undefined;
|
|
156
155
|
flexDirection?: undefined;
|
|
157
156
|
gap?: undefined;
|
|
158
|
-
backgroundColor?: undefined;
|
|
159
157
|
padding?: undefined;
|
|
160
158
|
alignItems?: undefined;
|
|
161
159
|
borderTopRightRadius?: undefined;
|
|
162
160
|
borderBottomRightRadius?: undefined;
|
|
161
|
+
borderLeft?: undefined;
|
|
163
162
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
164
163
|
maxWidth?: undefined;
|
|
165
164
|
borderTopLeftRadius?: undefined;
|
|
166
165
|
borderBottomLeftRadius?: undefined;
|
|
166
|
+
borderRight?: undefined;
|
|
167
167
|
'& > input'?: undefined;
|
|
168
|
-
'& input:focus-visible'?: undefined;
|
|
169
|
-
'& input:hover'?: undefined;
|
|
170
|
-
borderLeft?: undefined;
|
|
171
168
|
margin?: undefined;
|
|
172
169
|
} | {
|
|
173
170
|
borderColor: string;
|
|
@@ -179,30 +176,29 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
179
176
|
display?: undefined;
|
|
180
177
|
flexDirection?: undefined;
|
|
181
178
|
gap?: undefined;
|
|
182
|
-
backgroundColor?: undefined;
|
|
183
179
|
padding?: undefined;
|
|
184
180
|
alignItems?: undefined;
|
|
185
181
|
borderTopRightRadius?: undefined;
|
|
186
182
|
borderBottomRightRadius?: undefined;
|
|
183
|
+
borderLeft?: undefined;
|
|
187
184
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
188
185
|
maxWidth?: undefined;
|
|
189
186
|
borderTopLeftRadius?: undefined;
|
|
190
187
|
borderBottomLeftRadius?: undefined;
|
|
188
|
+
borderRight?: undefined;
|
|
191
189
|
'& > input'?: undefined;
|
|
192
|
-
'& input:focus-visible'?: undefined;
|
|
193
|
-
'& input:hover'?: undefined;
|
|
194
|
-
borderLeft?: undefined;
|
|
195
190
|
margin?: undefined;
|
|
196
191
|
} | {
|
|
197
192
|
display: string;
|
|
198
193
|
flexDirection: string;
|
|
199
194
|
gap: string;
|
|
200
|
-
backgroundColor: string;
|
|
201
195
|
padding: string;
|
|
202
196
|
height: string;
|
|
203
197
|
alignItems: string;
|
|
204
198
|
borderTopRightRadius: string;
|
|
205
199
|
borderBottomRightRadius: string;
|
|
200
|
+
borderLeft: string;
|
|
201
|
+
borderColor: string;
|
|
206
202
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton': {
|
|
207
203
|
background: string;
|
|
208
204
|
};
|
|
@@ -210,60 +206,56 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
210
206
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
211
207
|
width?: undefined;
|
|
212
208
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
213
|
-
borderColor?: undefined;
|
|
214
209
|
maxWidth?: undefined;
|
|
215
210
|
borderTopLeftRadius?: undefined;
|
|
216
211
|
borderBottomLeftRadius?: undefined;
|
|
212
|
+
borderRight?: undefined;
|
|
217
213
|
'& > input'?: undefined;
|
|
218
|
-
'& input:focus-visible'?: undefined;
|
|
219
|
-
'& input:hover'?: undefined;
|
|
220
|
-
borderLeft?: undefined;
|
|
221
214
|
margin?: undefined;
|
|
222
215
|
} | {
|
|
223
216
|
display: string;
|
|
224
217
|
flexDirection: string;
|
|
225
218
|
gap: string;
|
|
226
219
|
padding: string;
|
|
227
|
-
backgroundColor: string;
|
|
228
220
|
height: string;
|
|
229
221
|
maxWidth: string;
|
|
230
222
|
width: string;
|
|
231
223
|
alignItems: string;
|
|
232
224
|
borderTopLeftRadius: string;
|
|
233
225
|
borderBottomLeftRadius: string;
|
|
226
|
+
borderRight: string;
|
|
227
|
+
borderColor: string;
|
|
234
228
|
'& > input': {
|
|
235
229
|
color: string;
|
|
230
|
+
border: string;
|
|
231
|
+
borderColor: string;
|
|
236
232
|
padding: string;
|
|
237
233
|
width: string;
|
|
238
234
|
height: string;
|
|
239
|
-
borderRadius: string;
|
|
240
|
-
border: string;
|
|
241
235
|
'&::placeholder': {
|
|
242
236
|
color: string;
|
|
243
237
|
};
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
borderColor: string;
|
|
238
|
+
'&:focus-visible': {
|
|
239
|
+
color: string;
|
|
240
|
+
border: string;
|
|
241
|
+
borderColor: string;
|
|
242
|
+
background: string;
|
|
243
|
+
BorderRadius: string;
|
|
244
|
+
outline: string;
|
|
245
|
+
};
|
|
246
|
+
'&:hover': {
|
|
247
|
+
borderColor: string;
|
|
248
|
+
background: string;
|
|
249
|
+
};
|
|
257
250
|
background: string;
|
|
258
251
|
};
|
|
259
252
|
minHeight?: undefined;
|
|
260
253
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
261
254
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
262
|
-
borderColor?: undefined;
|
|
263
255
|
borderTopRightRadius?: undefined;
|
|
264
256
|
borderBottomRightRadius?: undefined;
|
|
265
|
-
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
266
257
|
borderLeft?: undefined;
|
|
258
|
+
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
267
259
|
margin?: undefined;
|
|
268
260
|
} | {
|
|
269
261
|
[x: string]: string | {
|
|
@@ -282,7 +274,6 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
282
274
|
display?: undefined;
|
|
283
275
|
flexDirection?: undefined;
|
|
284
276
|
gap?: undefined;
|
|
285
|
-
backgroundColor?: undefined;
|
|
286
277
|
alignItems?: undefined;
|
|
287
278
|
borderTopRightRadius?: undefined;
|
|
288
279
|
borderBottomRightRadius?: undefined;
|
|
@@ -290,9 +281,8 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
290
281
|
maxWidth?: undefined;
|
|
291
282
|
borderTopLeftRadius?: undefined;
|
|
292
283
|
borderBottomLeftRadius?: undefined;
|
|
284
|
+
borderRight?: undefined;
|
|
293
285
|
'& > input'?: undefined;
|
|
294
|
-
'& input:focus-visible'?: undefined;
|
|
295
|
-
'& input:hover'?: undefined;
|
|
296
286
|
} | {
|
|
297
287
|
[x: string]: string | {
|
|
298
288
|
padding: string;
|
|
@@ -307,28 +297,25 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
307
297
|
borderColor?: undefined;
|
|
308
298
|
display?: undefined;
|
|
309
299
|
flexDirection?: undefined;
|
|
310
|
-
backgroundColor?: undefined;
|
|
311
300
|
alignItems?: undefined;
|
|
312
301
|
borderTopRightRadius?: undefined;
|
|
313
302
|
borderBottomRightRadius?: undefined;
|
|
303
|
+
borderLeft?: undefined;
|
|
314
304
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
315
305
|
maxWidth?: undefined;
|
|
316
306
|
borderTopLeftRadius?: undefined;
|
|
317
307
|
borderBottomLeftRadius?: undefined;
|
|
308
|
+
borderRight?: undefined;
|
|
318
309
|
'& > input'?: undefined;
|
|
319
|
-
'& input:focus-visible'?: undefined;
|
|
320
|
-
'& input:hover'?: undefined;
|
|
321
|
-
borderLeft?: undefined;
|
|
322
310
|
margin?: undefined;
|
|
323
311
|
} | {
|
|
324
|
-
border: string;
|
|
325
|
-
borderColor: string;
|
|
326
312
|
'& .css-5ca9fi': {
|
|
327
313
|
[x: string]: any;
|
|
328
314
|
};
|
|
329
315
|
'& .css-1wytxsy': {
|
|
330
316
|
[x: string]: any;
|
|
331
317
|
};
|
|
318
|
+
border: string;
|
|
332
319
|
height: string;
|
|
333
320
|
display: string;
|
|
334
321
|
alignItems: string;
|
|
@@ -339,20 +326,19 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
339
326
|
'& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
|
|
340
327
|
width?: undefined;
|
|
341
328
|
'& .M4LDynamicFilter-containerInputFilter'?: undefined;
|
|
329
|
+
borderColor?: undefined;
|
|
342
330
|
flexDirection?: undefined;
|
|
343
331
|
gap?: undefined;
|
|
344
|
-
backgroundColor?: undefined;
|
|
345
332
|
padding?: undefined;
|
|
346
333
|
borderTopRightRadius?: undefined;
|
|
347
334
|
borderBottomRightRadius?: undefined;
|
|
335
|
+
borderLeft?: undefined;
|
|
348
336
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
|
|
349
337
|
maxWidth?: undefined;
|
|
350
338
|
borderTopLeftRadius?: undefined;
|
|
351
339
|
borderBottomLeftRadius?: undefined;
|
|
340
|
+
borderRight?: undefined;
|
|
352
341
|
'& > input'?: undefined;
|
|
353
|
-
'& input:focus-visible'?: undefined;
|
|
354
|
-
'& input:hover'?: undefined;
|
|
355
|
-
borderLeft?: undefined;
|
|
356
342
|
margin?: undefined;
|
|
357
343
|
};
|
|
358
344
|
borderRadius: string;
|
|
@@ -387,13 +373,15 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
387
373
|
'& .M4LDynamicFilter-containerFistRow': {
|
|
388
374
|
[x: string]: string | {
|
|
389
375
|
height: string;
|
|
390
|
-
background: string;
|
|
391
376
|
display: string;
|
|
392
377
|
flexDirection: string;
|
|
393
378
|
alignItems: string;
|
|
394
379
|
justifyContent: string;
|
|
395
380
|
width?: undefined;
|
|
396
381
|
maxWidth?: undefined;
|
|
382
|
+
color?: undefined;
|
|
383
|
+
border?: undefined;
|
|
384
|
+
borderColor?: undefined;
|
|
397
385
|
} | {
|
|
398
386
|
[x: string]: string | {
|
|
399
387
|
height: string;
|
|
@@ -402,8 +390,10 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
402
390
|
width: string;
|
|
403
391
|
alignItems: string;
|
|
404
392
|
maxWidth: string;
|
|
393
|
+
color: string;
|
|
394
|
+
border: string;
|
|
395
|
+
borderColor: string;
|
|
405
396
|
height?: undefined;
|
|
406
|
-
background?: undefined;
|
|
407
397
|
display?: undefined;
|
|
408
398
|
flexDirection?: undefined;
|
|
409
399
|
justifyContent?: undefined;
|
|
@@ -418,6 +408,9 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
418
408
|
width: string;
|
|
419
409
|
alignItems: string;
|
|
420
410
|
maxWidth: string;
|
|
411
|
+
color: string;
|
|
412
|
+
border: string;
|
|
413
|
+
borderColor: string;
|
|
421
414
|
};
|
|
422
415
|
};
|
|
423
416
|
'&.M4LDynamicFilter-isInvalid': {
|
|
@@ -427,12 +420,13 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
427
420
|
display: string;
|
|
428
421
|
flexDirection: string;
|
|
429
422
|
gap: string;
|
|
430
|
-
backgroundColor: string;
|
|
431
423
|
padding: string;
|
|
432
424
|
height: string;
|
|
433
425
|
alignItems: string;
|
|
434
426
|
borderTopRightRadius: string;
|
|
435
427
|
borderBottomRightRadius: string;
|
|
428
|
+
borderLeft: string;
|
|
429
|
+
borderColor: string;
|
|
436
430
|
'& .M4LIconButton-root .M4LDynamicFilter-filterButton': {
|
|
437
431
|
background: string;
|
|
438
432
|
};
|
|
@@ -442,36 +436,36 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
442
436
|
flexDirection: string;
|
|
443
437
|
gap: string;
|
|
444
438
|
padding: string;
|
|
445
|
-
backgroundColor: string;
|
|
446
439
|
height: string;
|
|
447
440
|
maxWidth: string;
|
|
448
441
|
width: string;
|
|
449
442
|
alignItems: string;
|
|
450
443
|
borderTopLeftRadius: string;
|
|
451
444
|
borderBottomLeftRadius: string;
|
|
445
|
+
borderRight: string;
|
|
446
|
+
borderColor: string;
|
|
452
447
|
'& > input': {
|
|
453
448
|
color: string;
|
|
449
|
+
border: string;
|
|
450
|
+
borderColor: string;
|
|
454
451
|
padding: string;
|
|
455
452
|
width: string;
|
|
456
453
|
height: string;
|
|
457
|
-
borderRadius: string;
|
|
458
|
-
border: string;
|
|
459
454
|
'&::placeholder': {
|
|
460
455
|
color: string;
|
|
461
456
|
};
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
borderColor: string;
|
|
457
|
+
'&:focus-visible': {
|
|
458
|
+
color: string;
|
|
459
|
+
border: string;
|
|
460
|
+
borderColor: string;
|
|
461
|
+
background: string;
|
|
462
|
+
BorderRadius: string;
|
|
463
|
+
outline: string;
|
|
464
|
+
};
|
|
465
|
+
'&:hover': {
|
|
466
|
+
borderColor: string;
|
|
467
|
+
background: string;
|
|
468
|
+
};
|
|
475
469
|
background: string;
|
|
476
470
|
};
|
|
477
471
|
};
|
|
@@ -494,14 +488,13 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
494
488
|
height: string;
|
|
495
489
|
};
|
|
496
490
|
'& .M4LDynamicFilter-applyedFilter': {
|
|
497
|
-
border: string;
|
|
498
|
-
borderColor: string;
|
|
499
491
|
'& .css-5ca9fi': {
|
|
500
492
|
[x: string]: any;
|
|
501
493
|
};
|
|
502
494
|
'& .css-1wytxsy': {
|
|
503
495
|
[x: string]: any;
|
|
504
496
|
};
|
|
497
|
+
border: string;
|
|
505
498
|
height: string;
|
|
506
499
|
display: string;
|
|
507
500
|
alignItems: string;
|
|
@@ -555,8 +548,8 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
|
|
|
555
548
|
};
|
|
556
549
|
'& .M4LRHFormProvider-root': {
|
|
557
550
|
gap: string;
|
|
558
|
-
|
|
559
|
-
|
|
551
|
+
width: string;
|
|
552
|
+
minWidth: string;
|
|
560
553
|
height: string;
|
|
561
554
|
'& .M4LDynamicFilter-popoverFilterHeader': {
|
|
562
555
|
background: string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const M4LFormatter: (theme: Theme) => {
|
|
3
|
+
M4LFormatter: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
'&.M4LFormatter-root': {
|
|
6
|
+
'& .M4LFormatter-booleanFormatterIcon': {
|
|
7
|
+
'& .M4LIcon-icon': {
|
|
8
|
+
backgroundColor: string;
|
|
9
|
+
};
|
|
10
|
+
'&.M4LFormatter-booleanFormatterCheck': {
|
|
11
|
+
'& .M4LIcon-icon': {
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -67,14 +67,14 @@ export declare const M4LIconButton: (theme: Theme) => {
|
|
|
67
67
|
'&:hover': {
|
|
68
68
|
backgroundColor: string;
|
|
69
69
|
'& .M4LIcon-icon': {
|
|
70
|
-
backgroundColor: string;
|
|
70
|
+
backgroundColor: string | undefined;
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
73
|
'&:active': {
|
|
74
74
|
backgroundColor: string;
|
|
75
75
|
transition: string;
|
|
76
76
|
'& .M4LIcon-icon': {
|
|
77
|
-
backgroundColor: string;
|
|
77
|
+
backgroundColor: string | undefined;
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
80
|
'&.M4LIconButton-isFocus': {
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { Theme } from '@mui/material/styles';
|
|
2
|
-
export declare const
|
|
3
|
-
|
|
2
|
+
export declare const M4LMFLoader: (_theme: Theme) => {
|
|
3
|
+
M4LMFLoader: {
|
|
4
4
|
styleOverrides: {
|
|
5
|
-
'&.
|
|
5
|
+
'&.M4LMFLoader-root': {
|
|
6
|
+
width: string;
|
|
7
|
+
height: string;
|
|
6
8
|
display: string;
|
|
7
9
|
flexDirection: string;
|
|
10
|
+
alignItems: string;
|
|
8
11
|
overflow: string;
|
|
9
|
-
border: string;
|
|
10
|
-
width: string;
|
|
11
|
-
height: string;
|
|
12
|
-
padding: string;
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
};
|
|
@@ -17,9 +17,20 @@ export declare const M4LMasterDetailLayout: (_theme: Theme) => {
|
|
|
17
17
|
borderColor: string;
|
|
18
18
|
borderRadius: string;
|
|
19
19
|
overFlow: string;
|
|
20
|
+
'& .splitter-layout': {
|
|
21
|
+
gap: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
"& .M4LSplitLayout-secondPart": {
|
|
25
|
+
background: string;
|
|
26
|
+
borderRadius: string;
|
|
27
|
+
padding: string;
|
|
28
|
+
};
|
|
29
|
+
"& .layout-pane-primary": {
|
|
30
|
+
background: string;
|
|
31
|
+
borderRadius: string;
|
|
32
|
+
padding: string;
|
|
20
33
|
};
|
|
21
|
-
"& .M4LSplitLayout-secondPart": {};
|
|
22
|
-
"& .layout-pane-primary": {};
|
|
23
34
|
};
|
|
24
35
|
};
|
|
25
36
|
};
|
|
@@ -3,6 +3,23 @@ export declare const M4LMenuActions: (theme: Theme) => {
|
|
|
3
3
|
M4LMenuActions: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LMenuActions-root': {
|
|
6
|
+
'& .MuiPaper-root': {
|
|
7
|
+
display: string;
|
|
8
|
+
flexDirection: string;
|
|
9
|
+
background: string;
|
|
10
|
+
gap: string;
|
|
11
|
+
'& .MuiButtonBase-root': {
|
|
12
|
+
display: string;
|
|
13
|
+
justifyContent: string;
|
|
14
|
+
minHeight: string;
|
|
15
|
+
minWidth: string;
|
|
16
|
+
padding: string;
|
|
17
|
+
'& .M4LIcon-root': {};
|
|
18
|
+
'& .css-hgjo64': {
|
|
19
|
+
margin: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
6
23
|
'& .M4LMenuActions-itemDelete': {
|
|
7
24
|
color: string;
|
|
8
25
|
'& .M4LIcon-root .M4LIcon-icon': {
|