@m4l/styles 0.0.32 → 0.0.34
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 +9 -9
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.b25c825e.js → defaultThemeOptions.66a289a7.js} +4 -4
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +245 -32
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +326 -1
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +85 -77
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +87 -17
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -1
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +12 -7
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +29 -3
- package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +5 -1
- package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +424 -10
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +90 -0
- package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +83 -36
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +12 -6
- package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +3 -0
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +65 -15
- package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +326 -0
- package/theme/overrides/M4LExtendedComponents/{index.15f2650a.js → index.e406c71f.js} +687 -253
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +0 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +155 -6
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -9
- package/theme/overrides/M4LRHFComponents/{index.e6262889.js → index.d7a80536.js} +61 -31
- package/theme/overrides/MUIComponents/Input.d.ts +5 -5
- package/theme/overrides/MUIComponents/{index.1b2b2be2.js → index.b3f5b7a7.js} +4 -4
- package/theme/overrides/{index.158187f3.js → index.2d07abe3.js} +16 -15
- package/theme/{palette.31d770bc.js → palette.1b577d8c.js} +14 -14
- package/theme/{shadows.9800d84c.js → shadows.a726d8c6.js} +26 -26
- package/utils/{getColorPresets.9fec9cc2.js → getColorPresets.479f9922.js} +1 -1
- package/utils/{getColorState.4350ccb4.js → getColorState.ce01540c.js} +47 -47
|
@@ -16,6 +16,322 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
16
16
|
borderRadius: string;
|
|
17
17
|
};
|
|
18
18
|
'& .MuiPaper-root': {
|
|
19
|
+
[x: string]: string | {
|
|
20
|
+
display: string;
|
|
21
|
+
flexDirection: string;
|
|
22
|
+
gap: string;
|
|
23
|
+
'& .M4LAccountPopover-containerUserName': {
|
|
24
|
+
display: string;
|
|
25
|
+
flexDirection: string;
|
|
26
|
+
gap: string;
|
|
27
|
+
padding: string;
|
|
28
|
+
'& .M4LIcon-root': {
|
|
29
|
+
minWidth: string;
|
|
30
|
+
minHeight: string;
|
|
31
|
+
};
|
|
32
|
+
"& .M4LAccountPopover-labelUserName": {
|
|
33
|
+
width: string;
|
|
34
|
+
minHeight: string;
|
|
35
|
+
display: string;
|
|
36
|
+
alignItems: string;
|
|
37
|
+
color: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
'& .M4LAccountPopover-containerUserEmail': {
|
|
41
|
+
display: string;
|
|
42
|
+
flexDirection: string;
|
|
43
|
+
gap: string;
|
|
44
|
+
padding: string;
|
|
45
|
+
'& .M4LIcon-root': {
|
|
46
|
+
minWidth: string;
|
|
47
|
+
minHeight: string;
|
|
48
|
+
};
|
|
49
|
+
"& .M4LAccountPopover-labelUserEmail": {
|
|
50
|
+
width: string;
|
|
51
|
+
minHeight: string;
|
|
52
|
+
display: string;
|
|
53
|
+
alignItems: string;
|
|
54
|
+
color: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
padding?: undefined;
|
|
58
|
+
'& .M4LIcon-root'?: undefined;
|
|
59
|
+
"& .M4LAccountPopover-labelVersion"?: undefined;
|
|
60
|
+
borderTop?: undefined;
|
|
61
|
+
borderBottom?: undefined;
|
|
62
|
+
borderColor?: undefined;
|
|
63
|
+
'& .M4LAccountPopover-containerProgress'?: undefined;
|
|
64
|
+
'& .M4LAccountPopover-containerSetting'?: undefined;
|
|
65
|
+
borderRadius?: undefined;
|
|
66
|
+
width?: undefined;
|
|
67
|
+
alignItems?: undefined;
|
|
68
|
+
cursor?: undefined;
|
|
69
|
+
'&:hover'?: undefined;
|
|
70
|
+
'& .M4LAccountPopover-logOut'?: undefined;
|
|
71
|
+
'& .M4LAccountPopover-containerUserInfo'?: undefined;
|
|
72
|
+
'& .M4LAccountPopover-containerAppVersion'?: undefined;
|
|
73
|
+
'& .M4LAccountPopover-containerMenuItems'?: undefined;
|
|
74
|
+
'& .M4LAccountPopover-containerlogOut'?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
display: string;
|
|
77
|
+
flexDirection: string;
|
|
78
|
+
gap: string;
|
|
79
|
+
padding: string;
|
|
80
|
+
'& .M4LIcon-root': {
|
|
81
|
+
minWidth: string;
|
|
82
|
+
minHeight: string;
|
|
83
|
+
};
|
|
84
|
+
"& .M4LAccountPopover-labelVersion": {
|
|
85
|
+
width: string;
|
|
86
|
+
minHeight: string;
|
|
87
|
+
display: string;
|
|
88
|
+
alignItems: string;
|
|
89
|
+
color: string;
|
|
90
|
+
};
|
|
91
|
+
'& .M4LAccountPopover-containerUserName'?: undefined;
|
|
92
|
+
'& .M4LAccountPopover-containerUserEmail'?: undefined;
|
|
93
|
+
borderTop?: undefined;
|
|
94
|
+
borderBottom?: undefined;
|
|
95
|
+
borderColor?: undefined;
|
|
96
|
+
'& .M4LAccountPopover-containerProgress'?: undefined;
|
|
97
|
+
'& .M4LAccountPopover-containerSetting'?: undefined;
|
|
98
|
+
borderRadius?: undefined;
|
|
99
|
+
width?: undefined;
|
|
100
|
+
alignItems?: undefined;
|
|
101
|
+
cursor?: undefined;
|
|
102
|
+
'&:hover'?: undefined;
|
|
103
|
+
'& .M4LAccountPopover-logOut'?: undefined;
|
|
104
|
+
'& .M4LAccountPopover-containerUserInfo'?: undefined;
|
|
105
|
+
'& .M4LAccountPopover-containerAppVersion'?: undefined;
|
|
106
|
+
'& .M4LAccountPopover-containerMenuItems'?: undefined;
|
|
107
|
+
'& .M4LAccountPopover-containerlogOut'?: undefined;
|
|
108
|
+
} | {
|
|
109
|
+
borderTop: string;
|
|
110
|
+
borderBottom: string;
|
|
111
|
+
borderColor: string;
|
|
112
|
+
padding: string;
|
|
113
|
+
display: string;
|
|
114
|
+
flexDirection: string;
|
|
115
|
+
gap: string;
|
|
116
|
+
'& .M4LAccountPopover-containerProgress': {
|
|
117
|
+
display: string;
|
|
118
|
+
justifyContent: string;
|
|
119
|
+
alignItems: string;
|
|
120
|
+
};
|
|
121
|
+
'& .M4LAccountPopover-containerSetting': {
|
|
122
|
+
display: string;
|
|
123
|
+
flexDirection: string;
|
|
124
|
+
gap: string;
|
|
125
|
+
width: string;
|
|
126
|
+
borderRadius: string;
|
|
127
|
+
cursor: string;
|
|
128
|
+
'&:hover': {
|
|
129
|
+
background: string;
|
|
130
|
+
};
|
|
131
|
+
'& .M4LIcon-root': {
|
|
132
|
+
minWidth: string;
|
|
133
|
+
minHeight: string;
|
|
134
|
+
};
|
|
135
|
+
'& .M4LAccountPopover-menuItem': {
|
|
136
|
+
borderRadius: string;
|
|
137
|
+
width: string;
|
|
138
|
+
minHeight: string;
|
|
139
|
+
display: string;
|
|
140
|
+
alignItems: string;
|
|
141
|
+
color: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
'& .M4LAccountPopover-containerUserName'?: undefined;
|
|
145
|
+
'& .M4LAccountPopover-containerUserEmail'?: undefined;
|
|
146
|
+
'& .M4LIcon-root'?: undefined;
|
|
147
|
+
"& .M4LAccountPopover-labelVersion"?: undefined;
|
|
148
|
+
borderRadius?: undefined;
|
|
149
|
+
width?: undefined;
|
|
150
|
+
alignItems?: undefined;
|
|
151
|
+
cursor?: undefined;
|
|
152
|
+
'&:hover'?: undefined;
|
|
153
|
+
'& .M4LAccountPopover-logOut'?: undefined;
|
|
154
|
+
'& .M4LAccountPopover-containerUserInfo'?: undefined;
|
|
155
|
+
'& .M4LAccountPopover-containerAppVersion'?: undefined;
|
|
156
|
+
'& .M4LAccountPopover-containerMenuItems'?: undefined;
|
|
157
|
+
'& .M4LAccountPopover-containerlogOut'?: undefined;
|
|
158
|
+
} | {
|
|
159
|
+
display: string;
|
|
160
|
+
flexDirection: string;
|
|
161
|
+
gap: string;
|
|
162
|
+
padding: string;
|
|
163
|
+
borderRadius: string;
|
|
164
|
+
width: string;
|
|
165
|
+
alignItems: string;
|
|
166
|
+
cursor: string;
|
|
167
|
+
'&:hover': {
|
|
168
|
+
background: string;
|
|
169
|
+
};
|
|
170
|
+
'& .M4LIcon-root': {
|
|
171
|
+
minWidth: string;
|
|
172
|
+
minHeight: string;
|
|
173
|
+
};
|
|
174
|
+
'& .M4LAccountPopover-logOut': {
|
|
175
|
+
borderRadius: string;
|
|
176
|
+
width: string;
|
|
177
|
+
minHeight: string;
|
|
178
|
+
display: string;
|
|
179
|
+
alignItems: string;
|
|
180
|
+
color: string;
|
|
181
|
+
};
|
|
182
|
+
'& .M4LAccountPopover-containerUserName'?: undefined;
|
|
183
|
+
'& .M4LAccountPopover-containerUserEmail'?: undefined;
|
|
184
|
+
"& .M4LAccountPopover-labelVersion"?: undefined;
|
|
185
|
+
borderTop?: undefined;
|
|
186
|
+
borderBottom?: undefined;
|
|
187
|
+
borderColor?: undefined;
|
|
188
|
+
'& .M4LAccountPopover-containerProgress'?: undefined;
|
|
189
|
+
'& .M4LAccountPopover-containerSetting'?: undefined;
|
|
190
|
+
'& .M4LAccountPopover-containerUserInfo'?: undefined;
|
|
191
|
+
'& .M4LAccountPopover-containerAppVersion'?: undefined;
|
|
192
|
+
'& .M4LAccountPopover-containerMenuItems'?: undefined;
|
|
193
|
+
'& .M4LAccountPopover-containerlogOut'?: undefined;
|
|
194
|
+
} | {
|
|
195
|
+
gap: string;
|
|
196
|
+
padding: string;
|
|
197
|
+
'& .M4LAccountPopover-containerUserInfo': {
|
|
198
|
+
gap: string;
|
|
199
|
+
'& .M4LAccountPopover-containerUserName': {
|
|
200
|
+
gap: string;
|
|
201
|
+
'& .M4LIcon-root': {
|
|
202
|
+
minWidth: string;
|
|
203
|
+
minHeight: string;
|
|
204
|
+
};
|
|
205
|
+
"& .M4LAccountPopover-labelUserName": {
|
|
206
|
+
width: string;
|
|
207
|
+
minHeight: string;
|
|
208
|
+
};
|
|
209
|
+
display?: undefined;
|
|
210
|
+
flexDirection?: undefined;
|
|
211
|
+
};
|
|
212
|
+
'& .M4LAccountPopover-containerUserEmail': {
|
|
213
|
+
gap: string;
|
|
214
|
+
'& .M4LIcon-root': {
|
|
215
|
+
minWidth: string;
|
|
216
|
+
minHeight: string;
|
|
217
|
+
};
|
|
218
|
+
"& .M4LAccountPopover-labelUserEmail": {
|
|
219
|
+
width: string;
|
|
220
|
+
minHeight: string;
|
|
221
|
+
};
|
|
222
|
+
display?: undefined;
|
|
223
|
+
flexDirection?: undefined;
|
|
224
|
+
};
|
|
225
|
+
display?: undefined;
|
|
226
|
+
'& .M4LAccountPopover-containerAppVersion'?: undefined;
|
|
227
|
+
};
|
|
228
|
+
'& .M4LAccountPopover-containerAppVersion': {
|
|
229
|
+
gap: string;
|
|
230
|
+
'& .M4LIcon-root': {
|
|
231
|
+
minWidth: string;
|
|
232
|
+
minHeight: string;
|
|
233
|
+
};
|
|
234
|
+
"& .M4LAccountPopover-labelVersion": {
|
|
235
|
+
width: string;
|
|
236
|
+
minHeight: string;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
'& .M4LAccountPopover-containerMenuItems': {
|
|
240
|
+
gap: string;
|
|
241
|
+
'& .M4LAccountPopover-containerSetting': {
|
|
242
|
+
gap: string;
|
|
243
|
+
'&:hover': {
|
|
244
|
+
background: string;
|
|
245
|
+
};
|
|
246
|
+
'& .M4LIcon-root': {
|
|
247
|
+
minWidth: string;
|
|
248
|
+
minHeight: string;
|
|
249
|
+
};
|
|
250
|
+
'& .M4LAccountPopover-menuItem': {
|
|
251
|
+
width: string;
|
|
252
|
+
minHeight: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
'& .M4LAccountPopover-containerlogOut': {
|
|
257
|
+
gap: string;
|
|
258
|
+
cursor: string;
|
|
259
|
+
'&:hover': {
|
|
260
|
+
background: string;
|
|
261
|
+
};
|
|
262
|
+
'& .M4LIcon-root': {
|
|
263
|
+
minWidth: string;
|
|
264
|
+
minHeight: string;
|
|
265
|
+
};
|
|
266
|
+
'& .M4LAccountPopover-logOut': {
|
|
267
|
+
width: string;
|
|
268
|
+
minHeight: string;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
display?: undefined;
|
|
272
|
+
flexDirection?: undefined;
|
|
273
|
+
'& .M4LAccountPopover-containerUserName'?: undefined;
|
|
274
|
+
'& .M4LAccountPopover-containerUserEmail'?: undefined;
|
|
275
|
+
'& .M4LIcon-root'?: undefined;
|
|
276
|
+
"& .M4LAccountPopover-labelVersion"?: undefined;
|
|
277
|
+
borderTop?: undefined;
|
|
278
|
+
borderBottom?: undefined;
|
|
279
|
+
borderColor?: undefined;
|
|
280
|
+
'& .M4LAccountPopover-containerProgress'?: undefined;
|
|
281
|
+
'& .M4LAccountPopover-containerSetting'?: undefined;
|
|
282
|
+
borderRadius?: undefined;
|
|
283
|
+
width?: undefined;
|
|
284
|
+
alignItems?: undefined;
|
|
285
|
+
cursor?: undefined;
|
|
286
|
+
'&:hover'?: undefined;
|
|
287
|
+
'& .M4LAccountPopover-logOut'?: undefined;
|
|
288
|
+
} | {
|
|
289
|
+
display: string;
|
|
290
|
+
'& .M4LAccountPopover-containerUserInfo': {
|
|
291
|
+
display: string;
|
|
292
|
+
'& .M4LAccountPopover-containerUserName': {
|
|
293
|
+
display: string;
|
|
294
|
+
flexDirection: string;
|
|
295
|
+
gap: string;
|
|
296
|
+
'& .M4LIcon-root'?: undefined;
|
|
297
|
+
"& .M4LAccountPopover-labelUserName"?: undefined;
|
|
298
|
+
};
|
|
299
|
+
'& .M4LAccountPopover-containerUserEmail': {
|
|
300
|
+
display: string;
|
|
301
|
+
flexDirection: string;
|
|
302
|
+
gap: string;
|
|
303
|
+
'& .M4LIcon-root'?: undefined;
|
|
304
|
+
"& .M4LAccountPopover-labelUserEmail"?: undefined;
|
|
305
|
+
};
|
|
306
|
+
'& .M4LAccountPopover-containerAppVersion': {
|
|
307
|
+
display: string;
|
|
308
|
+
flexDirection: string;
|
|
309
|
+
gap: string;
|
|
310
|
+
};
|
|
311
|
+
gap?: undefined;
|
|
312
|
+
};
|
|
313
|
+
flexDirection?: undefined;
|
|
314
|
+
gap?: undefined;
|
|
315
|
+
'& .M4LAccountPopover-containerUserName'?: undefined;
|
|
316
|
+
'& .M4LAccountPopover-containerUserEmail'?: undefined;
|
|
317
|
+
padding?: undefined;
|
|
318
|
+
'& .M4LIcon-root'?: undefined;
|
|
319
|
+
"& .M4LAccountPopover-labelVersion"?: undefined;
|
|
320
|
+
borderTop?: undefined;
|
|
321
|
+
borderBottom?: undefined;
|
|
322
|
+
borderColor?: undefined;
|
|
323
|
+
'& .M4LAccountPopover-containerProgress'?: undefined;
|
|
324
|
+
'& .M4LAccountPopover-containerSetting'?: undefined;
|
|
325
|
+
borderRadius?: undefined;
|
|
326
|
+
width?: undefined;
|
|
327
|
+
alignItems?: undefined;
|
|
328
|
+
cursor?: undefined;
|
|
329
|
+
'&:hover'?: undefined;
|
|
330
|
+
'& .M4LAccountPopover-logOut'?: undefined;
|
|
331
|
+
'& .M4LAccountPopover-containerAppVersion'?: undefined;
|
|
332
|
+
'& .M4LAccountPopover-containerMenuItems'?: undefined;
|
|
333
|
+
'& .M4LAccountPopover-containerlogOut'?: undefined;
|
|
334
|
+
};
|
|
19
335
|
display: string;
|
|
20
336
|
flexDirection: string;
|
|
21
337
|
gap: string;
|
|
@@ -39,6 +355,8 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
39
355
|
"& .M4LAccountPopover-labelUserName": {
|
|
40
356
|
width: string;
|
|
41
357
|
minHeight: string;
|
|
358
|
+
display: string;
|
|
359
|
+
alignItems: string;
|
|
42
360
|
color: string;
|
|
43
361
|
};
|
|
44
362
|
};
|
|
@@ -54,6 +372,8 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
54
372
|
"& .M4LAccountPopover-labelUserEmail": {
|
|
55
373
|
width: string;
|
|
56
374
|
minHeight: string;
|
|
375
|
+
display: string;
|
|
376
|
+
alignItems: string;
|
|
57
377
|
color: string;
|
|
58
378
|
};
|
|
59
379
|
};
|
|
@@ -70,6 +390,8 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
70
390
|
"& .M4LAccountPopover-labelVersion": {
|
|
71
391
|
width: string;
|
|
72
392
|
minHeight: string;
|
|
393
|
+
display: string;
|
|
394
|
+
alignItems: string;
|
|
73
395
|
color: string;
|
|
74
396
|
};
|
|
75
397
|
};
|
|
@@ -104,6 +426,8 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
104
426
|
borderRadius: string;
|
|
105
427
|
width: string;
|
|
106
428
|
minHeight: string;
|
|
429
|
+
display: string;
|
|
430
|
+
alignItems: string;
|
|
107
431
|
color: string;
|
|
108
432
|
};
|
|
109
433
|
};
|
|
@@ -128,6 +452,8 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
128
452
|
borderRadius: string;
|
|
129
453
|
width: string;
|
|
130
454
|
minHeight: string;
|
|
455
|
+
display: string;
|
|
456
|
+
alignItems: string;
|
|
131
457
|
color: string;
|
|
132
458
|
};
|
|
133
459
|
};
|
|
@@ -150,7 +476,6 @@ export declare const M4LAccountPopover: (theme: Theme) => {
|
|
|
150
476
|
flexDirection: string;
|
|
151
477
|
gap: string;
|
|
152
478
|
};
|
|
153
|
-
'& .M4LAccountPopover-logOut': {};
|
|
154
479
|
};
|
|
155
480
|
};
|
|
156
481
|
};
|