@m4l/styles 1.0.6 → 1.0.8
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/M4LAreasViewer.d.ts +5 -0
- package/theme/overrides/M4LExtendedComponents/M4LMap.d.ts +260 -0
- package/theme/overrides/M4LExtendedComponents/M4LMapGpsTools.d.ts +57 -0
- package/theme/overrides/M4LExtendedComponents/{index.ba1cc72c.js → index.8c011674.js} +338 -27
- package/theme/overrides/{index.34ab62d3.js → index.781cfe02.js} +12 -10
- package/theme/overrides/index.d.ts +1 -1
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { d as f } from "./theme/defaultThemeOptions.d580f3ec.js";
|
|
|
2
2
|
import { c as R, s as S } from "./theme/shadows.e0c009ff.js";
|
|
3
3
|
import { C, E as l, G as g, I as n, O as u, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette.287635f2.js";
|
|
4
4
|
import { t as I } from "./theme/typography.947dc33f.js";
|
|
5
|
-
import { f as F } from "./theme/overrides/index.
|
|
5
|
+
import { f as F } from "./theme/overrides/index.781cfe02.js";
|
|
6
6
|
import { u as v } from "./utils/useResponsive.2c45e8e0.js";
|
|
7
7
|
import { e as z, b as G, c as L, d as M, g as U, a as y, t as D } from "./utils/getColorPresets.a96a4046.js";
|
|
8
8
|
import { g as W } from "./utils/getColorState.18b61422.js";
|
|
@@ -14,7 +14,7 @@ import "@mui/system";
|
|
|
14
14
|
import "@mui/material";
|
|
15
15
|
import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
|
|
16
16
|
import "./theme/overrides/M4LRHFComponents/index.3599b255.js";
|
|
17
|
-
import "./theme/overrides/M4LExtendedComponents/index.
|
|
17
|
+
import "./theme/overrides/M4LExtendedComponents/index.8c011674.js";
|
|
18
18
|
export {
|
|
19
19
|
C as COMMON,
|
|
20
20
|
l as ERROR,
|
package/package.json
CHANGED
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const M4LMap: (theme: Theme) => {
|
|
3
|
+
M4LMap: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
'&.M4LMap-root': {
|
|
6
|
+
width: string;
|
|
7
|
+
height: string;
|
|
8
|
+
flexGrow: string;
|
|
9
|
+
overflow: string;
|
|
10
|
+
position: string;
|
|
11
|
+
'& .M4LMap-topLeftToolsRoot': {
|
|
12
|
+
display: string;
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Control superior derecho
|
|
17
|
+
*/
|
|
18
|
+
'& .M4LMap-topRigthToolsRoot': {
|
|
19
|
+
backgroundColor: string;
|
|
20
|
+
display: string;
|
|
21
|
+
right: number;
|
|
22
|
+
position: string;
|
|
23
|
+
/**
|
|
24
|
+
* Zoom buttons
|
|
25
|
+
*/
|
|
26
|
+
'& .M4LMap-zoomButtons': {
|
|
27
|
+
display: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Marcas
|
|
32
|
+
*/
|
|
33
|
+
'& .M4LMap-markerLayerRoot': {};
|
|
34
|
+
'& .M4LMap-markerLayerIcon': {
|
|
35
|
+
transformOrigin: string;
|
|
36
|
+
justifyContent: string;
|
|
37
|
+
top: number;
|
|
38
|
+
left: number;
|
|
39
|
+
filter: string;
|
|
40
|
+
display: string;
|
|
41
|
+
alignItems: string;
|
|
42
|
+
' > img ': {
|
|
43
|
+
height: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
'& .M4LMap-featureLabel': {
|
|
47
|
+
position: string;
|
|
48
|
+
display: string;
|
|
49
|
+
transformOrigin: string;
|
|
50
|
+
fontSize: string;
|
|
51
|
+
borderRadius: string;
|
|
52
|
+
maxWidth: string;
|
|
53
|
+
fontWeight: string;
|
|
54
|
+
padding: string;
|
|
55
|
+
opacity: string;
|
|
56
|
+
filter: string;
|
|
57
|
+
whiteSpace: string;
|
|
58
|
+
overflow: string;
|
|
59
|
+
textOverflow: string;
|
|
60
|
+
};
|
|
61
|
+
'& .M4LMap-meaureToolRoot': {
|
|
62
|
+
backgroundColor: string;
|
|
63
|
+
height: string;
|
|
64
|
+
width: string;
|
|
65
|
+
};
|
|
66
|
+
'& .M4LMap-measureToolFormValue': {
|
|
67
|
+
justifyContent: string;
|
|
68
|
+
};
|
|
69
|
+
'& .M4LMap-measureToolFormValueDistance': {
|
|
70
|
+
border: string;
|
|
71
|
+
margin: string;
|
|
72
|
+
fontWeight: number;
|
|
73
|
+
fontSize: string;
|
|
74
|
+
};
|
|
75
|
+
'& .M4LMap-measureMarkerRoot': {
|
|
76
|
+
'--color': string;
|
|
77
|
+
};
|
|
78
|
+
'& .M4LMap-measureMarkerContainer': {
|
|
79
|
+
position: string;
|
|
80
|
+
cursor: string;
|
|
81
|
+
};
|
|
82
|
+
'& .M4LMap-measureMarkerContainerRhomb': {
|
|
83
|
+
position: string;
|
|
84
|
+
filter: string;
|
|
85
|
+
width: string;
|
|
86
|
+
height: string;
|
|
87
|
+
borderRadius: string;
|
|
88
|
+
border: string;
|
|
89
|
+
backgroundColor: string;
|
|
90
|
+
transform: string;
|
|
91
|
+
};
|
|
92
|
+
'& .M4LMap-measureMarkerContainerSlot': {
|
|
93
|
+
position: string;
|
|
94
|
+
background: string;
|
|
95
|
+
borderRadius: string;
|
|
96
|
+
overflow: string;
|
|
97
|
+
top: string;
|
|
98
|
+
left: string;
|
|
99
|
+
width: string;
|
|
100
|
+
height: string;
|
|
101
|
+
};
|
|
102
|
+
'& .M4LMap-measureMarkerContainerSlotNumber': {
|
|
103
|
+
fontSize: string;
|
|
104
|
+
fontWeight: string;
|
|
105
|
+
textAlign: string;
|
|
106
|
+
marginTop: string;
|
|
107
|
+
color: string;
|
|
108
|
+
};
|
|
109
|
+
'& .M4LMap-measureLabelMarkerRoot': {
|
|
110
|
+
'--color': string;
|
|
111
|
+
};
|
|
112
|
+
'& .M4LMap-measureLabelMarkerContainer': {
|
|
113
|
+
backgroundColor: string;
|
|
114
|
+
border: string;
|
|
115
|
+
color: string;
|
|
116
|
+
width: string;
|
|
117
|
+
marginLeft: string;
|
|
118
|
+
marginTop: string;
|
|
119
|
+
};
|
|
120
|
+
'& .M4LMap-measureLabelMarkerDistance': {
|
|
121
|
+
color: string;
|
|
122
|
+
};
|
|
123
|
+
'& .M4LMap-measureLabelMarkerRemove': {
|
|
124
|
+
color: string;
|
|
125
|
+
};
|
|
126
|
+
'& .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow': {
|
|
127
|
+
'-webkit-transition': string;
|
|
128
|
+
'-moz-transition': string;
|
|
129
|
+
'-o-transition': string;
|
|
130
|
+
transition: string;
|
|
131
|
+
};
|
|
132
|
+
'& .leaflet-cluster-spider-leg': {
|
|
133
|
+
'-webkit-transition': string;
|
|
134
|
+
'-moz-transition': string;
|
|
135
|
+
'-o-transition': string;
|
|
136
|
+
transition: string;
|
|
137
|
+
};
|
|
138
|
+
'& .marker-cluster-small': {
|
|
139
|
+
backgroundColor: string;
|
|
140
|
+
};
|
|
141
|
+
'& .marker-cluster-small div': {
|
|
142
|
+
backgroundColor: string;
|
|
143
|
+
};
|
|
144
|
+
'& .marker-cluster-medium': {
|
|
145
|
+
backgroundColor: string;
|
|
146
|
+
};
|
|
147
|
+
'& .marker-cluster-medium div': {
|
|
148
|
+
backgroundColor: string;
|
|
149
|
+
};
|
|
150
|
+
'& .marker-cluster-large': {
|
|
151
|
+
backgroundColor: string;
|
|
152
|
+
};
|
|
153
|
+
'& .marker-cluster-large div': {
|
|
154
|
+
backgroundColor: string;
|
|
155
|
+
};
|
|
156
|
+
'& .leaflet-oldie .marker-cluster-small': {
|
|
157
|
+
backgroundColor: string;
|
|
158
|
+
};
|
|
159
|
+
'& .leaflet-oldie .marker-cluster-small div': {
|
|
160
|
+
backgroundColor: string;
|
|
161
|
+
};
|
|
162
|
+
'& .leaflet-oldie .marker-cluster-medium': {
|
|
163
|
+
backgroundColor: string;
|
|
164
|
+
};
|
|
165
|
+
'& .leaflet-oldie .marker-cluster-medium div': {
|
|
166
|
+
backgroundColor: string;
|
|
167
|
+
};
|
|
168
|
+
'& .leaflet-oldie .marker-cluster-large': {
|
|
169
|
+
backgroundColor: string;
|
|
170
|
+
};
|
|
171
|
+
'& .leaflet-oldie .marker-cluster-large div': {
|
|
172
|
+
backgroundColor: string;
|
|
173
|
+
};
|
|
174
|
+
'& .marker-cluster': {
|
|
175
|
+
backgroundClip: string;
|
|
176
|
+
borderRadius: string;
|
|
177
|
+
};
|
|
178
|
+
'& .marker-cluster div': {
|
|
179
|
+
width: string;
|
|
180
|
+
height: string;
|
|
181
|
+
marginLeft: string;
|
|
182
|
+
marginTop: string;
|
|
183
|
+
textAlign: string;
|
|
184
|
+
borderRadius: string;
|
|
185
|
+
font: string;
|
|
186
|
+
};
|
|
187
|
+
'& .marker-cluster span': {
|
|
188
|
+
lineHeight: string;
|
|
189
|
+
};
|
|
190
|
+
'& .xxxxx': {
|
|
191
|
+
color: string;
|
|
192
|
+
'& .M4LIcon-root .M4LIcon-icon': {
|
|
193
|
+
backgroundColor: string;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
'& .leaflet-control-scale-line': {
|
|
197
|
+
color: string;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
M4LMapMapSources: {
|
|
203
|
+
styleOverrides: {
|
|
204
|
+
'&.M4LMap-mapSourcesPopoverRoot': {
|
|
205
|
+
mt: number;
|
|
206
|
+
ml: number;
|
|
207
|
+
'& .MuiPaper-root': {
|
|
208
|
+
backgroundColor: string;
|
|
209
|
+
width: string;
|
|
210
|
+
height: number;
|
|
211
|
+
};
|
|
212
|
+
'& .M4LMap-mapSourcesRoot': {
|
|
213
|
+
postion: string;
|
|
214
|
+
height: string;
|
|
215
|
+
'& .M4LMap-mapSourcesOption': {
|
|
216
|
+
display: string;
|
|
217
|
+
'& .M4LMap-mapSourcesOptionIconLabel': {
|
|
218
|
+
display: string;
|
|
219
|
+
};
|
|
220
|
+
'& .M4LMap-mapSourcesOptionRoadOptions': {
|
|
221
|
+
display: string;
|
|
222
|
+
'& .M4LMap-mapSourcesOptionRoadOptionsCheck': {
|
|
223
|
+
display: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
M4LMapLayers: {
|
|
232
|
+
styleOverrides: {
|
|
233
|
+
'&.M4LMap-layersPopoverRoot': {
|
|
234
|
+
mt: number;
|
|
235
|
+
ml: number;
|
|
236
|
+
'& .MuiPaper-root': {
|
|
237
|
+
backgroundColor: string;
|
|
238
|
+
width: string;
|
|
239
|
+
height: number;
|
|
240
|
+
};
|
|
241
|
+
'& .M4LMap-mapSourcesRoot': {
|
|
242
|
+
postion: string;
|
|
243
|
+
height: string;
|
|
244
|
+
'& .M4LMap-mapSourcesOption': {
|
|
245
|
+
display: string;
|
|
246
|
+
'& .M4LMap-mapSourcesOptionIconLabel': {
|
|
247
|
+
display: string;
|
|
248
|
+
};
|
|
249
|
+
'& .M4LMap-mapSourcesOptionRoadOptions': {
|
|
250
|
+
display: string;
|
|
251
|
+
'& .M4LMap-mapSourcesOptionRoadOptionsCheck': {
|
|
252
|
+
display: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const M4LMapGpsTools: (_theme: Theme) => {
|
|
3
|
+
M4LMapGpsTools: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
'&.M4LMapGpsTools-gpsToolsRoot': {
|
|
6
|
+
position: string;
|
|
7
|
+
display: string;
|
|
8
|
+
flexDirection: string;
|
|
9
|
+
flexGrow: number;
|
|
10
|
+
width: string;
|
|
11
|
+
height: string;
|
|
12
|
+
'& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden': {
|
|
13
|
+
display: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
M4LMapGpsToolsGeofencesList: {
|
|
19
|
+
styleOverrides: {
|
|
20
|
+
'&.M4LMapGpsTools-gpsToolsGeofencesList': {
|
|
21
|
+
padding: string;
|
|
22
|
+
position: string;
|
|
23
|
+
flexGrow: number;
|
|
24
|
+
width: string;
|
|
25
|
+
'& .M4LDataGrid-root': {
|
|
26
|
+
height: string;
|
|
27
|
+
flexGrow: number;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
M4LMapGpsToolsGeofencesAddEdit: {
|
|
33
|
+
styleOverrides: {
|
|
34
|
+
'&.M4LMapGpsTools-gpsToolsGeofencesAddEdit': {
|
|
35
|
+
height: string;
|
|
36
|
+
'& .M4LMapGpsTools-gpsToolsGeofencesAddEditContent': {
|
|
37
|
+
overflow: string;
|
|
38
|
+
display: string;
|
|
39
|
+
flexDirection: string;
|
|
40
|
+
flexGrow: number;
|
|
41
|
+
'& .M4LMapGpsTools-gpsToolsTabContent': {
|
|
42
|
+
padding: string;
|
|
43
|
+
overflow: string;
|
|
44
|
+
};
|
|
45
|
+
'& .M4LMapGpsTools-gpsToolsGeofencesAddEditDrawFinishContainer': {
|
|
46
|
+
display: string;
|
|
47
|
+
minWidth: string;
|
|
48
|
+
marginTop: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
'& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden': {
|
|
52
|
+
display: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
@@ -366,7 +366,7 @@ const c = (o) => ({
|
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
}),
|
|
369
|
+
}), L = (o) => ({
|
|
370
370
|
M4LErrorLabel: {
|
|
371
371
|
styleOverrides: {
|
|
372
372
|
["&.M4LHelperText-root"]: {
|
|
@@ -385,7 +385,7 @@ const c = (o) => ({
|
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
}
|
|
388
|
-
}),
|
|
388
|
+
}), v = (o) => ({
|
|
389
389
|
M4LTypography: {
|
|
390
390
|
styleOverrides: {
|
|
391
391
|
["&.M4LTypography-root"]: {
|
|
@@ -397,7 +397,7 @@ const c = (o) => ({
|
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
}),
|
|
400
|
+
}), h = (o) => ({
|
|
401
401
|
M4LButton: {
|
|
402
402
|
styleOverrides: {
|
|
403
403
|
"&.M4LButton-root": {
|
|
@@ -630,7 +630,7 @@ const c = (o) => ({
|
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
|
-
}),
|
|
633
|
+
}), y = (o) => ({
|
|
634
634
|
M4LNavLink: {
|
|
635
635
|
styleOverrides: {
|
|
636
636
|
["&.M4LNavLink-root"]: {
|
|
@@ -661,7 +661,7 @@ const c = (o) => ({
|
|
|
661
661
|
width: "240px",
|
|
662
662
|
"& .M4LSideBar-areaExpandMenu": {
|
|
663
663
|
position: "absolute",
|
|
664
|
-
zIndex: "
|
|
664
|
+
zIndex: "99999",
|
|
665
665
|
height: "100%",
|
|
666
666
|
transition: "all 0.3s",
|
|
667
667
|
width: "240px",
|
|
@@ -3282,6 +3282,11 @@ const c = (o) => ({
|
|
|
3282
3282
|
}
|
|
3283
3283
|
}
|
|
3284
3284
|
}
|
|
3285
|
+
},
|
|
3286
|
+
"& .M4LAreasViewer-panelWindowsSeparator": {
|
|
3287
|
+
width: "100%",
|
|
3288
|
+
border: "0.5px solid",
|
|
3289
|
+
borderColor: o.vars.palette.state.borderPrimary
|
|
3285
3290
|
}
|
|
3286
3291
|
}
|
|
3287
3292
|
}
|
|
@@ -3570,7 +3575,7 @@ const c = (o) => ({
|
|
|
3570
3575
|
}
|
|
3571
3576
|
}
|
|
3572
3577
|
}
|
|
3573
|
-
}),
|
|
3578
|
+
}), k = (o) => ({
|
|
3574
3579
|
M4LAvatar: {
|
|
3575
3580
|
styleOverrides: {
|
|
3576
3581
|
"&.M4LAvatar-root": {
|
|
@@ -3609,7 +3614,7 @@ const c = (o) => ({
|
|
|
3609
3614
|
}
|
|
3610
3615
|
}
|
|
3611
3616
|
}
|
|
3612
|
-
}),
|
|
3617
|
+
}), S = (o) => ({
|
|
3613
3618
|
M4LAccountPopover: {
|
|
3614
3619
|
styleOverrides: {
|
|
3615
3620
|
"&.M4LAccountPopover-root": {
|
|
@@ -3888,7 +3893,7 @@ const c = (o) => ({
|
|
|
3888
3893
|
}
|
|
3889
3894
|
}
|
|
3890
3895
|
}
|
|
3891
|
-
}),
|
|
3896
|
+
}), B = (o) => ({
|
|
3892
3897
|
M4LModuleLayout: {
|
|
3893
3898
|
styleOverrides: {
|
|
3894
3899
|
"&.M4LModuleLayout-root": {
|
|
@@ -4447,7 +4452,7 @@ const c = (o) => ({
|
|
|
4447
4452
|
}
|
|
4448
4453
|
}
|
|
4449
4454
|
}
|
|
4450
|
-
}),
|
|
4455
|
+
}), O = (o) => ({
|
|
4451
4456
|
M4LPeriod: {
|
|
4452
4457
|
styleOverrides: {
|
|
4453
4458
|
"&.M4LPeriod-root": {
|
|
@@ -4627,7 +4632,7 @@ const c = (o) => ({
|
|
|
4627
4632
|
}
|
|
4628
4633
|
}
|
|
4629
4634
|
}
|
|
4630
|
-
}),
|
|
4635
|
+
}), z = (o) => ({
|
|
4631
4636
|
M4LModalDialog: {
|
|
4632
4637
|
styleOverrides: {
|
|
4633
4638
|
"&.M4LModal-root": {
|
|
@@ -4753,7 +4758,7 @@ const c = (o) => ({
|
|
|
4753
4758
|
}
|
|
4754
4759
|
}
|
|
4755
4760
|
}
|
|
4756
|
-
}),
|
|
4761
|
+
}), V = (o) => ({
|
|
4757
4762
|
M4LPaperForm: {
|
|
4758
4763
|
styleOverrides: {
|
|
4759
4764
|
"&.M4LPaperForm-root": {
|
|
@@ -4802,7 +4807,7 @@ const c = (o) => ({
|
|
|
4802
4807
|
}
|
|
4803
4808
|
}
|
|
4804
4809
|
}
|
|
4805
|
-
}),
|
|
4810
|
+
}), G = (o) => ({
|
|
4806
4811
|
M4LTooltip: {
|
|
4807
4812
|
styleOverrides: {
|
|
4808
4813
|
"&.M4LTooltip-root": {
|
|
@@ -4823,7 +4828,7 @@ const c = (o) => ({
|
|
|
4823
4828
|
}
|
|
4824
4829
|
}
|
|
4825
4830
|
}
|
|
4826
|
-
}),
|
|
4831
|
+
}), F = (o) => ({
|
|
4827
4832
|
M4LBadge: {
|
|
4828
4833
|
styleOverrides: {
|
|
4829
4834
|
"&.M4LBadge-root": {
|
|
@@ -4854,7 +4859,7 @@ const c = (o) => ({
|
|
|
4854
4859
|
}
|
|
4855
4860
|
}
|
|
4856
4861
|
}
|
|
4857
|
-
}),
|
|
4862
|
+
}), j = (o) => (console.log("Test media query", o.typography.body), {
|
|
4858
4863
|
M4LDataGrid: {
|
|
4859
4864
|
styleOverrides: {
|
|
4860
4865
|
"&.M4LDataGrid-root": {
|
|
@@ -6301,13 +6306,318 @@ const c = (o) => ({
|
|
|
6301
6306
|
}
|
|
6302
6307
|
}
|
|
6303
6308
|
}
|
|
6309
|
+
}), lo = (o) => ({
|
|
6310
|
+
M4LMap: {
|
|
6311
|
+
styleOverrides: {
|
|
6312
|
+
"&.M4LMap-root": {
|
|
6313
|
+
width: "100%",
|
|
6314
|
+
height: "100%",
|
|
6315
|
+
flexGrow: "1",
|
|
6316
|
+
overflow: "auto",
|
|
6317
|
+
position: "relative",
|
|
6318
|
+
"& .M4LMap-topLeftToolsRoot": {
|
|
6319
|
+
display: "flex",
|
|
6320
|
+
backgroundColor: "blue"
|
|
6321
|
+
},
|
|
6322
|
+
"& .M4LMap-topRigthToolsRoot": {
|
|
6323
|
+
backgroundColor: "blue",
|
|
6324
|
+
display: "flex",
|
|
6325
|
+
right: 0,
|
|
6326
|
+
position: "absolute",
|
|
6327
|
+
"& .M4LMap-zoomButtons": {
|
|
6328
|
+
display: "flex"
|
|
6329
|
+
}
|
|
6330
|
+
},
|
|
6331
|
+
"& .M4LMap-markerLayerRoot": {},
|
|
6332
|
+
"& .M4LMap-markerLayerIcon": {
|
|
6333
|
+
transformOrigin: "center center",
|
|
6334
|
+
justifyContent: "center",
|
|
6335
|
+
top: 0,
|
|
6336
|
+
left: 0,
|
|
6337
|
+
filter: "drop-shadow(0px 0px 3px rgba(0,0,0,.4))",
|
|
6338
|
+
display: "flex",
|
|
6339
|
+
alignItems: "center",
|
|
6340
|
+
" > img ": {
|
|
6341
|
+
height: "24px"
|
|
6342
|
+
}
|
|
6343
|
+
},
|
|
6344
|
+
"& .M4LMap-featureLabel": {
|
|
6345
|
+
position: "absolute",
|
|
6346
|
+
display: "flex",
|
|
6347
|
+
transformOrigin: "left center",
|
|
6348
|
+
fontSize: "11px",
|
|
6349
|
+
borderRadius: "4px",
|
|
6350
|
+
maxWidth: "300px",
|
|
6351
|
+
fontWeight: "bolder",
|
|
6352
|
+
padding: "2px 8px",
|
|
6353
|
+
opacity: ".85",
|
|
6354
|
+
filter: "drop-shadow(0px 0px 3px rgba(0,0,0,.3))",
|
|
6355
|
+
whiteSpace: "nowrap",
|
|
6356
|
+
overflow: "hidden",
|
|
6357
|
+
textOverflow: "ellipsis"
|
|
6358
|
+
},
|
|
6359
|
+
"& .M4LMap-meaureToolRoot": {
|
|
6360
|
+
backgroundColor: "green",
|
|
6361
|
+
height: "100%",
|
|
6362
|
+
width: "100%"
|
|
6363
|
+
},
|
|
6364
|
+
"& .M4LMap-measureToolFormValue": {
|
|
6365
|
+
justifyContent: "center"
|
|
6366
|
+
},
|
|
6367
|
+
"& .M4LMap-measureToolFormValueDistance": {
|
|
6368
|
+
border: "1px solid white",
|
|
6369
|
+
margin: "0 5px",
|
|
6370
|
+
fontWeight: 800,
|
|
6371
|
+
fontSize: "large"
|
|
6372
|
+
},
|
|
6373
|
+
"& .M4LMap-measureMarkerRoot": {
|
|
6374
|
+
"--color": "green"
|
|
6375
|
+
},
|
|
6376
|
+
"& .M4LMap-measureMarkerContainer": {
|
|
6377
|
+
position: "relative",
|
|
6378
|
+
cursor: "pointer"
|
|
6379
|
+
},
|
|
6380
|
+
"& .M4LMap-measureMarkerContainerRhomb": {
|
|
6381
|
+
position: "absolute",
|
|
6382
|
+
filter: "drop-shadow(0px 0px 3px rgba(0,0,0,.4))",
|
|
6383
|
+
width: "31px",
|
|
6384
|
+
height: "31px",
|
|
6385
|
+
borderRadius: "50% 50% 50% 0",
|
|
6386
|
+
border: "4px solid var(--color)",
|
|
6387
|
+
backgroundColor: "var(--color)",
|
|
6388
|
+
transform: "rotate(-45deg)"
|
|
6389
|
+
},
|
|
6390
|
+
"& .M4LMap-measureMarkerContainerSlot": {
|
|
6391
|
+
position: "absolute",
|
|
6392
|
+
background: "#fff",
|
|
6393
|
+
borderRadius: "50%",
|
|
6394
|
+
overflow: "hidden",
|
|
6395
|
+
top: "3px",
|
|
6396
|
+
left: "3px",
|
|
6397
|
+
width: "25px",
|
|
6398
|
+
height: "24px"
|
|
6399
|
+
},
|
|
6400
|
+
"& .M4LMap-measureMarkerContainerSlotNumber": {
|
|
6401
|
+
fontSize: "14px",
|
|
6402
|
+
fontWeight: "600",
|
|
6403
|
+
textAlign: "center",
|
|
6404
|
+
marginTop: "1px",
|
|
6405
|
+
color: "black"
|
|
6406
|
+
},
|
|
6407
|
+
"& .M4LMap-measureLabelMarkerRoot": {
|
|
6408
|
+
"--color": "yellow"
|
|
6409
|
+
},
|
|
6410
|
+
"& .M4LMap-measureLabelMarkerContainer": {
|
|
6411
|
+
backgroundColor: "var(--color)",
|
|
6412
|
+
border: "1px solid gray",
|
|
6413
|
+
color: "#fff",
|
|
6414
|
+
width: "80px",
|
|
6415
|
+
marginLeft: "15px",
|
|
6416
|
+
marginTop: "15px"
|
|
6417
|
+
},
|
|
6418
|
+
"& .M4LMap-measureLabelMarkerDistance": {
|
|
6419
|
+
color: "gray"
|
|
6420
|
+
},
|
|
6421
|
+
"& .M4LMap-measureLabelMarkerRemove": {
|
|
6422
|
+
color: "blue"
|
|
6423
|
+
},
|
|
6424
|
+
"& .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow": {
|
|
6425
|
+
"-webkit-transition": "-webkit-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6426
|
+
"-moz-transition": "-moz-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6427
|
+
"-o-transition": "-o-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6428
|
+
transition: "transform 0.3s ease-out, opacity 0.3s ease-in"
|
|
6429
|
+
},
|
|
6430
|
+
"& .leaflet-cluster-spider-leg": {
|
|
6431
|
+
"-webkit-transition": "-webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in",
|
|
6432
|
+
"-moz-transition": "-moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in",
|
|
6433
|
+
"-o-transition": "-o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in",
|
|
6434
|
+
transition: "stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in"
|
|
6435
|
+
},
|
|
6436
|
+
"& .marker-cluster-small": {
|
|
6437
|
+
backgroundColor: "rgba(181, 226, 140, 0.6)"
|
|
6438
|
+
},
|
|
6439
|
+
"& .marker-cluster-small div": {
|
|
6440
|
+
backgroundColor: "rgba(110, 204, 57, 0.6)"
|
|
6441
|
+
},
|
|
6442
|
+
"& .marker-cluster-medium": {
|
|
6443
|
+
backgroundColor: "rgba(241, 211, 87, 0.6)"
|
|
6444
|
+
},
|
|
6445
|
+
"& .marker-cluster-medium div": {
|
|
6446
|
+
backgroundColor: "rgba(240, 194, 12, 0.6)"
|
|
6447
|
+
},
|
|
6448
|
+
"& .marker-cluster-large": {
|
|
6449
|
+
backgroundColor: "rgba(253, 156, 115, 0.6)"
|
|
6450
|
+
},
|
|
6451
|
+
"& .marker-cluster-large div": {
|
|
6452
|
+
backgroundColor: "rgba(241, 128, 23, 0.6)"
|
|
6453
|
+
},
|
|
6454
|
+
"& .leaflet-oldie .marker-cluster-small": {
|
|
6455
|
+
backgroundColor: "rgb(181, 226, 140)"
|
|
6456
|
+
},
|
|
6457
|
+
"& .leaflet-oldie .marker-cluster-small div": {
|
|
6458
|
+
backgroundColor: "rgb(110, 204, 57)"
|
|
6459
|
+
},
|
|
6460
|
+
"& .leaflet-oldie .marker-cluster-medium": {
|
|
6461
|
+
backgroundColor: "rgb(241, 211, 87)"
|
|
6462
|
+
},
|
|
6463
|
+
"& .leaflet-oldie .marker-cluster-medium div": {
|
|
6464
|
+
backgroundColor: "rgb(240, 194, 12)"
|
|
6465
|
+
},
|
|
6466
|
+
"& .leaflet-oldie .marker-cluster-large": {
|
|
6467
|
+
backgroundColor: "rgb(253, 156, 115)"
|
|
6468
|
+
},
|
|
6469
|
+
"& .leaflet-oldie .marker-cluster-large div": {
|
|
6470
|
+
backgroundColor: "rgb(241, 128, 23)"
|
|
6471
|
+
},
|
|
6472
|
+
"& .marker-cluster": {
|
|
6473
|
+
backgroundClip: "padding-box",
|
|
6474
|
+
borderRadius: "20px"
|
|
6475
|
+
},
|
|
6476
|
+
"& .marker-cluster div": {
|
|
6477
|
+
width: "30px",
|
|
6478
|
+
height: "30px",
|
|
6479
|
+
marginLeft: "5px",
|
|
6480
|
+
marginTop: "5px",
|
|
6481
|
+
textAlign: "center",
|
|
6482
|
+
borderRadius: "15px",
|
|
6483
|
+
font: '12px "Helvetica Neue", Arial, Helvetica, sans-serif'
|
|
6484
|
+
},
|
|
6485
|
+
"& .marker-cluster span": {
|
|
6486
|
+
lineHeight: "30px"
|
|
6487
|
+
},
|
|
6488
|
+
"& .xxxxx": {
|
|
6489
|
+
color: o.vars.palette.state.error.normal,
|
|
6490
|
+
"& .M4LIcon-root .M4LIcon-icon": {
|
|
6491
|
+
backgroundColor: o.vars.palette.state.error.normal
|
|
6492
|
+
}
|
|
6493
|
+
},
|
|
6494
|
+
"& .leaflet-control-scale-line": {
|
|
6495
|
+
color: "red"
|
|
6496
|
+
}
|
|
6497
|
+
}
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
6500
|
+
M4LMapMapSources: {
|
|
6501
|
+
styleOverrides: {
|
|
6502
|
+
"&.M4LMap-mapSourcesPopoverRoot": {
|
|
6503
|
+
mt: 1.5,
|
|
6504
|
+
ml: 0.75,
|
|
6505
|
+
"& .MuiPaper-root": {
|
|
6506
|
+
backgroundColor: "gray",
|
|
6507
|
+
width: "400px!important",
|
|
6508
|
+
height: 400
|
|
6509
|
+
},
|
|
6510
|
+
"& .M4LMap-mapSourcesRoot": {
|
|
6511
|
+
postion: "relative",
|
|
6512
|
+
height: "100%",
|
|
6513
|
+
"& .M4LMap-mapSourcesOption": {
|
|
6514
|
+
display: "flex",
|
|
6515
|
+
"& .M4LMap-mapSourcesOptionIconLabel": {
|
|
6516
|
+
display: "flex"
|
|
6517
|
+
},
|
|
6518
|
+
"& .M4LMap-mapSourcesOptionRoadOptions": {
|
|
6519
|
+
display: "flex",
|
|
6520
|
+
"& .M4LMap-mapSourcesOptionRoadOptionsCheck": {
|
|
6521
|
+
display: "flex"
|
|
6522
|
+
}
|
|
6523
|
+
}
|
|
6524
|
+
}
|
|
6525
|
+
}
|
|
6526
|
+
}
|
|
6527
|
+
}
|
|
6528
|
+
},
|
|
6529
|
+
M4LMapLayers: {
|
|
6530
|
+
styleOverrides: {
|
|
6531
|
+
"&.M4LMap-layersPopoverRoot": {
|
|
6532
|
+
mt: 1.5,
|
|
6533
|
+
ml: 0.75,
|
|
6534
|
+
"& .MuiPaper-root": {
|
|
6535
|
+
backgroundColor: "gray",
|
|
6536
|
+
width: "400px!important",
|
|
6537
|
+
height: 400
|
|
6538
|
+
},
|
|
6539
|
+
"& .M4LMap-mapSourcesRoot": {
|
|
6540
|
+
postion: "relative",
|
|
6541
|
+
height: "100%",
|
|
6542
|
+
"& .M4LMap-mapSourcesOption": {
|
|
6543
|
+
display: "flex",
|
|
6544
|
+
"& .M4LMap-mapSourcesOptionIconLabel": {
|
|
6545
|
+
display: "flex"
|
|
6546
|
+
},
|
|
6547
|
+
"& .M4LMap-mapSourcesOptionRoadOptions": {
|
|
6548
|
+
display: "flex",
|
|
6549
|
+
"& .M4LMap-mapSourcesOptionRoadOptionsCheck": {
|
|
6550
|
+
display: "flex"
|
|
6551
|
+
}
|
|
6552
|
+
}
|
|
6553
|
+
}
|
|
6554
|
+
}
|
|
6555
|
+
}
|
|
6556
|
+
}
|
|
6557
|
+
}
|
|
6558
|
+
}), co = (o) => ({
|
|
6559
|
+
M4LMapGpsTools: {
|
|
6560
|
+
styleOverrides: {
|
|
6561
|
+
"&.M4LMapGpsTools-gpsToolsRoot": {
|
|
6562
|
+
position: "relative",
|
|
6563
|
+
display: "flex",
|
|
6564
|
+
flexDirection: "column",
|
|
6565
|
+
flexGrow: 1,
|
|
6566
|
+
width: "100%",
|
|
6567
|
+
height: "100%",
|
|
6568
|
+
"& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden": {
|
|
6569
|
+
display: "none"
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
},
|
|
6574
|
+
M4LMapGpsToolsGeofencesList: {
|
|
6575
|
+
styleOverrides: {
|
|
6576
|
+
"&.M4LMapGpsTools-gpsToolsGeofencesList": {
|
|
6577
|
+
padding: "12px",
|
|
6578
|
+
position: "relative !important",
|
|
6579
|
+
flexGrow: 1,
|
|
6580
|
+
width: "100%",
|
|
6581
|
+
"& .M4LDataGrid-root": {
|
|
6582
|
+
height: "unset !important",
|
|
6583
|
+
flexGrow: 1
|
|
6584
|
+
}
|
|
6585
|
+
}
|
|
6586
|
+
}
|
|
6587
|
+
},
|
|
6588
|
+
M4LMapGpsToolsGeofencesAddEdit: {
|
|
6589
|
+
styleOverrides: {
|
|
6590
|
+
"&.M4LMapGpsTools-gpsToolsGeofencesAddEdit": {
|
|
6591
|
+
height: "100% !important",
|
|
6592
|
+
"& .M4LMapGpsTools-gpsToolsGeofencesAddEditContent": {
|
|
6593
|
+
overflow: "hidden",
|
|
6594
|
+
display: "flex",
|
|
6595
|
+
flexDirection: "column",
|
|
6596
|
+
flexGrow: 1,
|
|
6597
|
+
"& .M4LMapGpsTools-gpsToolsTabContent": {
|
|
6598
|
+
padding: "12px",
|
|
6599
|
+
overflow: "auto"
|
|
6600
|
+
},
|
|
6601
|
+
"& .M4LMapGpsTools-gpsToolsGeofencesAddEditDrawFinishContainer": {
|
|
6602
|
+
display: "flex",
|
|
6603
|
+
minWidth: "60px",
|
|
6604
|
+
marginTop: "14px"
|
|
6605
|
+
}
|
|
6606
|
+
},
|
|
6607
|
+
"& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden": {
|
|
6608
|
+
display: "none"
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
}
|
|
6304
6613
|
});
|
|
6305
6614
|
export {
|
|
6615
|
+
lo as $,
|
|
6306
6616
|
H as A,
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6617
|
+
O as B,
|
|
6618
|
+
z as C,
|
|
6619
|
+
V as D,
|
|
6620
|
+
G as E,
|
|
6311
6621
|
N as F,
|
|
6312
6622
|
E as G,
|
|
6313
6623
|
$ as H,
|
|
@@ -6329,26 +6639,27 @@ export {
|
|
|
6329
6639
|
no as X,
|
|
6330
6640
|
po as Y,
|
|
6331
6641
|
so as Z,
|
|
6642
|
+
co as _,
|
|
6332
6643
|
W as a,
|
|
6333
6644
|
c as b,
|
|
6334
6645
|
g as c,
|
|
6335
6646
|
x as d,
|
|
6336
6647
|
u as e,
|
|
6337
|
-
|
|
6648
|
+
y as f,
|
|
6338
6649
|
b as g,
|
|
6339
|
-
|
|
6650
|
+
F as h,
|
|
6340
6651
|
M as i,
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
|
|
6652
|
+
j,
|
|
6653
|
+
L as k,
|
|
6654
|
+
v as l,
|
|
6655
|
+
h as m,
|
|
6345
6656
|
f as n,
|
|
6346
6657
|
C as o,
|
|
6347
6658
|
w as p,
|
|
6348
6659
|
m as q,
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6660
|
+
k as r,
|
|
6661
|
+
S as s,
|
|
6662
|
+
B as t,
|
|
6352
6663
|
I as u,
|
|
6353
6664
|
T as v,
|
|
6354
6665
|
R as w,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as
|
|
1
|
+
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as l, T as c, P as d, S as u, c as g, d as B, A as F, e as P, D as T, f as A, g as b, h as C, i as S, j as y, k as I, l as R, m as v, n as H, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index.5c43e3b5.js";
|
|
2
2
|
import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z } from "./M4LRHFComponents/index.3599b255.js";
|
|
3
|
-
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as
|
|
4
|
-
function
|
|
3
|
+
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as la, p as ca, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Ta, x as Aa, y as ba, z as Ca, A as Sa, B as ya, C as Ia, D as Ra, E as va, F as Ha, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa, _ as Ya, $ as Za } from "./M4LExtendedComponents/index.8c011674.js";
|
|
4
|
+
function ma(a) {
|
|
5
5
|
return Object.assign(
|
|
6
6
|
s(a),
|
|
7
7
|
o(a),
|
|
@@ -11,16 +11,16 @@ function $a(a) {
|
|
|
11
11
|
n(),
|
|
12
12
|
i(a),
|
|
13
13
|
p(),
|
|
14
|
-
c(a),
|
|
15
14
|
l(a),
|
|
15
|
+
c(a),
|
|
16
16
|
d(a),
|
|
17
17
|
u(a),
|
|
18
18
|
g(a),
|
|
19
19
|
B(a),
|
|
20
20
|
F(a),
|
|
21
21
|
P(a),
|
|
22
|
-
A(a),
|
|
23
22
|
T(a),
|
|
23
|
+
A(a),
|
|
24
24
|
b(a),
|
|
25
25
|
C(),
|
|
26
26
|
S(),
|
|
@@ -64,16 +64,16 @@ function $a(a) {
|
|
|
64
64
|
na(a),
|
|
65
65
|
ia(a),
|
|
66
66
|
pa(a),
|
|
67
|
-
ca(a),
|
|
68
67
|
la(a),
|
|
68
|
+
ca(a),
|
|
69
69
|
da(a),
|
|
70
70
|
ua(a),
|
|
71
71
|
ga(a),
|
|
72
72
|
Ba(),
|
|
73
73
|
Fa(a),
|
|
74
74
|
Pa(a),
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
Ta(),
|
|
76
|
+
Aa(a),
|
|
77
77
|
ba(a),
|
|
78
78
|
Ca(a),
|
|
79
79
|
Sa(a),
|
|
@@ -101,9 +101,11 @@ function $a(a) {
|
|
|
101
101
|
Ka(a),
|
|
102
102
|
Qa(a),
|
|
103
103
|
Wa(),
|
|
104
|
-
Xa(a)
|
|
104
|
+
Xa(a),
|
|
105
|
+
Ya(),
|
|
106
|
+
Za(a)
|
|
105
107
|
);
|
|
106
108
|
}
|
|
107
109
|
export {
|
|
108
|
-
|
|
110
|
+
ma as f
|
|
109
111
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare function fnComponentsOverrides(theme: Omit<Theme,
|
|
2
|
+
export declare function fnComponentsOverrides(theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme): any;
|