@m4l/styles 1.0.6 → 1.0.7
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 +46 -46
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.d580f3ec.js → defaultThemeOptions.cc70c82e.js} +5 -8
- package/theme/index.34d0fdea.js +1 -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.b30ae579.js} +410 -108
- package/theme/overrides/{index.34ab62d3.js → index.3f4073e8.js} +12 -10
- package/theme/overrides/index.d.ts +1 -1
- package/theme/{typography.947dc33f.js → typography.616cfe0c.js} +24 -31
- package/types/augmentations.d.ts +144 -144
- package/types/types.d.ts +24 -24
- package/utils/{getColorState.18b61422.js → getColorState.7cbf2219.js} +4 -9
- package/vite-env.d.ts +3 -3
- package/theme/index.16e25179.js +0 -7
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { alpha as t } from "@mui/material/styles";
|
|
2
2
|
import { alpha as r } from "@mui/system";
|
|
3
|
-
import "../../defaultThemeOptions.d580f3ec.js";
|
|
4
|
-
import "../../shadows.e0c009ff.js";
|
|
5
3
|
import { P as e } from "../../palette.287635f2.js";
|
|
6
|
-
|
|
7
|
-
import "@mui/material";
|
|
8
|
-
const c = (o) => ({
|
|
4
|
+
const p = (o) => ({
|
|
9
5
|
M4LIcon: {
|
|
10
6
|
styleOverrides: {
|
|
11
7
|
["&.M4LIcon-root"]: {
|
|
@@ -54,7 +50,7 @@ const c = (o) => ({
|
|
|
54
50
|
}
|
|
55
51
|
}
|
|
56
52
|
}
|
|
57
|
-
}),
|
|
53
|
+
}), d = (o) => ({
|
|
58
54
|
M4LIconButton: {
|
|
59
55
|
styleOverrides: {
|
|
60
56
|
["&.M4LIconButton-root"]: {
|
|
@@ -189,7 +185,7 @@ const c = (o) => ({
|
|
|
189
185
|
}
|
|
190
186
|
}
|
|
191
187
|
}
|
|
192
|
-
}),
|
|
188
|
+
}), s = (o) => ({
|
|
193
189
|
M4LanguagePopover: {
|
|
194
190
|
styleOverrides: {
|
|
195
191
|
["&.M4LanguagePopover-root"]: {
|
|
@@ -210,7 +206,7 @@ const c = (o) => ({
|
|
|
210
206
|
}
|
|
211
207
|
}
|
|
212
208
|
}
|
|
213
|
-
}),
|
|
209
|
+
}), l = (o) => ({
|
|
214
210
|
M4LImageButton: {
|
|
215
211
|
styleOverrides: {
|
|
216
212
|
["&.M4LImageButton-root"]: {
|
|
@@ -264,7 +260,7 @@ const c = (o) => ({
|
|
|
264
260
|
}
|
|
265
261
|
}
|
|
266
262
|
}
|
|
267
|
-
}),
|
|
263
|
+
}), c = (o) => ({
|
|
268
264
|
M4LImage: {
|
|
269
265
|
styleOverrides: {
|
|
270
266
|
["&.M4LImage-root"]: {
|
|
@@ -275,7 +271,7 @@ const c = (o) => ({
|
|
|
275
271
|
}
|
|
276
272
|
}
|
|
277
273
|
}
|
|
278
|
-
}),
|
|
274
|
+
}), g = (o) => ({
|
|
279
275
|
M4LPopover: {
|
|
280
276
|
styleOverrides: {
|
|
281
277
|
"&.M4LPopover-root": {
|
|
@@ -366,7 +362,7 @@ const c = (o) => ({
|
|
|
366
362
|
}
|
|
367
363
|
}
|
|
368
364
|
}
|
|
369
|
-
}),
|
|
365
|
+
}), x = (o) => ({
|
|
370
366
|
M4LErrorLabel: {
|
|
371
367
|
styleOverrides: {
|
|
372
368
|
["&.M4LHelperText-root"]: {
|
|
@@ -385,7 +381,7 @@ const c = (o) => ({
|
|
|
385
381
|
}
|
|
386
382
|
}
|
|
387
383
|
}
|
|
388
|
-
}),
|
|
384
|
+
}), u = (o) => ({
|
|
389
385
|
M4LTypography: {
|
|
390
386
|
styleOverrides: {
|
|
391
387
|
["&.M4LTypography-root"]: {
|
|
@@ -397,7 +393,7 @@ const c = (o) => ({
|
|
|
397
393
|
}
|
|
398
394
|
}
|
|
399
395
|
}
|
|
400
|
-
}),
|
|
396
|
+
}), b = (o) => ({
|
|
401
397
|
M4LButton: {
|
|
402
398
|
styleOverrides: {
|
|
403
399
|
"&.M4LButton-root": {
|
|
@@ -630,7 +626,7 @@ const c = (o) => ({
|
|
|
630
626
|
}
|
|
631
627
|
}
|
|
632
628
|
}
|
|
633
|
-
}),
|
|
629
|
+
}), M = (o) => ({
|
|
634
630
|
M4LNavLink: {
|
|
635
631
|
styleOverrides: {
|
|
636
632
|
["&.M4LNavLink-root"]: {
|
|
@@ -650,7 +646,7 @@ const c = (o) => ({
|
|
|
650
646
|
}
|
|
651
647
|
}
|
|
652
648
|
}
|
|
653
|
-
}),
|
|
649
|
+
}), L = (o) => ({
|
|
654
650
|
M4LSideBar: {
|
|
655
651
|
styleOverrides: {
|
|
656
652
|
"&.M4LSideBar-root": {
|
|
@@ -2352,7 +2348,7 @@ const c = (o) => ({
|
|
|
2352
2348
|
}
|
|
2353
2349
|
}
|
|
2354
2350
|
}
|
|
2355
|
-
}),
|
|
2351
|
+
}), v = (o) => ({
|
|
2356
2352
|
M4LAreasAdmin: {
|
|
2357
2353
|
styleOverrides: {
|
|
2358
2354
|
"&.M4LAreasAdmin-root": {
|
|
@@ -2793,7 +2789,7 @@ const c = (o) => ({
|
|
|
2793
2789
|
}
|
|
2794
2790
|
}
|
|
2795
2791
|
}
|
|
2796
|
-
}),
|
|
2792
|
+
}), h = (o) => ({
|
|
2797
2793
|
M4LAreasViewer: {
|
|
2798
2794
|
styleOverrides: {
|
|
2799
2795
|
"&.M4LAreasViewer-root": {
|
|
@@ -3455,7 +3451,7 @@ const c = (o) => ({
|
|
|
3455
3451
|
}
|
|
3456
3452
|
}
|
|
3457
3453
|
}
|
|
3458
|
-
}),
|
|
3454
|
+
}), y = (o) => ({
|
|
3459
3455
|
M4LAppBar: {
|
|
3460
3456
|
styleOverrides: {
|
|
3461
3457
|
"&.M4LAppBar-root": {
|
|
@@ -3570,7 +3566,7 @@ const c = (o) => ({
|
|
|
3570
3566
|
}
|
|
3571
3567
|
}
|
|
3572
3568
|
}
|
|
3573
|
-
}),
|
|
3569
|
+
}), f = (o) => ({
|
|
3574
3570
|
M4LAvatar: {
|
|
3575
3571
|
styleOverrides: {
|
|
3576
3572
|
"&.M4LAvatar-root": {
|
|
@@ -3609,7 +3605,7 @@ const c = (o) => ({
|
|
|
3609
3605
|
}
|
|
3610
3606
|
}
|
|
3611
3607
|
}
|
|
3612
|
-
}),
|
|
3608
|
+
}), w = (o) => ({
|
|
3613
3609
|
M4LAccountPopover: {
|
|
3614
3610
|
styleOverrides: {
|
|
3615
3611
|
"&.M4LAccountPopover-root": {
|
|
@@ -3888,7 +3884,7 @@ const c = (o) => ({
|
|
|
3888
3884
|
}
|
|
3889
3885
|
}
|
|
3890
3886
|
}
|
|
3891
|
-
}),
|
|
3887
|
+
}), m = (o) => ({
|
|
3892
3888
|
M4LModuleLayout: {
|
|
3893
3889
|
styleOverrides: {
|
|
3894
3890
|
"&.M4LModuleLayout-root": {
|
|
@@ -3905,7 +3901,7 @@ const c = (o) => ({
|
|
|
3905
3901
|
}
|
|
3906
3902
|
}
|
|
3907
3903
|
}
|
|
3908
|
-
}),
|
|
3904
|
+
}), C = (o) => ({
|
|
3909
3905
|
M4LMasterDetailLayout: {
|
|
3910
3906
|
styleOverrides: {
|
|
3911
3907
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -3938,7 +3934,7 @@ const c = (o) => ({
|
|
|
3938
3934
|
}
|
|
3939
3935
|
}
|
|
3940
3936
|
}
|
|
3941
|
-
}),
|
|
3937
|
+
}), k = (o) => ({
|
|
3942
3938
|
M4LSplitLayout: {
|
|
3943
3939
|
styleOverrides: {
|
|
3944
3940
|
"&.M4LSplitLayout-root": {
|
|
@@ -4059,7 +4055,7 @@ const c = (o) => ({
|
|
|
4059
4055
|
}
|
|
4060
4056
|
}
|
|
4061
4057
|
}
|
|
4062
|
-
}),
|
|
4058
|
+
}), S = (o) => ({
|
|
4063
4059
|
M4LCommonActions: {
|
|
4064
4060
|
styleOverrides: {
|
|
4065
4061
|
"&.M4LCommonActions-root": {
|
|
@@ -4072,7 +4068,7 @@ const c = (o) => ({
|
|
|
4072
4068
|
}
|
|
4073
4069
|
}
|
|
4074
4070
|
}
|
|
4075
|
-
}),
|
|
4071
|
+
}), B = (o) => ({
|
|
4076
4072
|
M4LinearProgressIndeterminate: {
|
|
4077
4073
|
styleOverrides: {
|
|
4078
4074
|
"&.M4LinearProgressIndeterminate-root": {
|
|
@@ -4126,7 +4122,7 @@ const c = (o) => ({
|
|
|
4126
4122
|
}
|
|
4127
4123
|
}
|
|
4128
4124
|
}
|
|
4129
|
-
}),
|
|
4125
|
+
}), I = (o) => ({
|
|
4130
4126
|
M4LPropertyValue: {
|
|
4131
4127
|
styleOverrides: {
|
|
4132
4128
|
"&.M4LPropertyValue-root": {
|
|
@@ -4228,7 +4224,7 @@ const c = (o) => ({
|
|
|
4228
4224
|
}
|
|
4229
4225
|
}
|
|
4230
4226
|
}
|
|
4231
|
-
}),
|
|
4227
|
+
}), T = (o) => ({
|
|
4232
4228
|
M4LTab: {
|
|
4233
4229
|
styleOverrides: {
|
|
4234
4230
|
"&.M4LTab-root": {
|
|
@@ -4291,7 +4287,7 @@ const c = (o) => ({
|
|
|
4291
4287
|
}
|
|
4292
4288
|
}
|
|
4293
4289
|
}
|
|
4294
|
-
}),
|
|
4290
|
+
}), R = (o) => ({
|
|
4295
4291
|
M4LAccordion: {
|
|
4296
4292
|
styleOverrides: {
|
|
4297
4293
|
"&.M4LAccordion-root": {
|
|
@@ -4432,7 +4428,7 @@ const c = (o) => ({
|
|
|
4432
4428
|
}
|
|
4433
4429
|
}
|
|
4434
4430
|
}
|
|
4435
|
-
}),
|
|
4431
|
+
}), A = (o) => ({
|
|
4436
4432
|
M4LRHFormProvider: {
|
|
4437
4433
|
styleOverrides: {
|
|
4438
4434
|
"&.M4LRHFormProvider-root": {
|
|
@@ -4447,7 +4443,7 @@ const c = (o) => ({
|
|
|
4447
4443
|
}
|
|
4448
4444
|
}
|
|
4449
4445
|
}
|
|
4450
|
-
}),
|
|
4446
|
+
}), P = (o) => ({
|
|
4451
4447
|
M4LPeriod: {
|
|
4452
4448
|
styleOverrides: {
|
|
4453
4449
|
"&.M4LPeriod-root": {
|
|
@@ -4627,7 +4623,7 @@ const c = (o) => ({
|
|
|
4627
4623
|
}
|
|
4628
4624
|
}
|
|
4629
4625
|
}
|
|
4630
|
-
}),
|
|
4626
|
+
}), D = (o) => ({
|
|
4631
4627
|
M4LModalDialog: {
|
|
4632
4628
|
styleOverrides: {
|
|
4633
4629
|
"&.M4LModal-root": {
|
|
@@ -4753,7 +4749,7 @@ const c = (o) => ({
|
|
|
4753
4749
|
}
|
|
4754
4750
|
}
|
|
4755
4751
|
}
|
|
4756
|
-
}),
|
|
4752
|
+
}), H = (o) => ({
|
|
4757
4753
|
M4LPaperForm: {
|
|
4758
4754
|
styleOverrides: {
|
|
4759
4755
|
"&.M4LPaperForm-root": {
|
|
@@ -4802,7 +4798,7 @@ const c = (o) => ({
|
|
|
4802
4798
|
}
|
|
4803
4799
|
}
|
|
4804
4800
|
}
|
|
4805
|
-
}),
|
|
4801
|
+
}), O = (o) => ({
|
|
4806
4802
|
M4LTooltip: {
|
|
4807
4803
|
styleOverrides: {
|
|
4808
4804
|
"&.M4LTooltip-root": {
|
|
@@ -4823,7 +4819,7 @@ const c = (o) => ({
|
|
|
4823
4819
|
}
|
|
4824
4820
|
}
|
|
4825
4821
|
}
|
|
4826
|
-
}),
|
|
4822
|
+
}), W = (o) => ({
|
|
4827
4823
|
M4LBadge: {
|
|
4828
4824
|
styleOverrides: {
|
|
4829
4825
|
"&.M4LBadge-root": {
|
|
@@ -4854,7 +4850,7 @@ const c = (o) => ({
|
|
|
4854
4850
|
}
|
|
4855
4851
|
}
|
|
4856
4852
|
}
|
|
4857
|
-
}),
|
|
4853
|
+
}), z = (o) => (console.log("Test media query", o.typography.body), {
|
|
4858
4854
|
M4LDataGrid: {
|
|
4859
4855
|
styleOverrides: {
|
|
4860
4856
|
"&.M4LDataGrid-root": {
|
|
@@ -5201,7 +5197,7 @@ const c = (o) => ({
|
|
|
5201
5197
|
}
|
|
5202
5198
|
}
|
|
5203
5199
|
}
|
|
5204
|
-
}),
|
|
5200
|
+
}), V = (o) => ({
|
|
5205
5201
|
M4LPager: {
|
|
5206
5202
|
styleOverrides: {
|
|
5207
5203
|
"&.M4LPager-root": {
|
|
@@ -5308,7 +5304,7 @@ const c = (o) => ({
|
|
|
5308
5304
|
}
|
|
5309
5305
|
}
|
|
5310
5306
|
}
|
|
5311
|
-
}),
|
|
5307
|
+
}), G = (o) => ({
|
|
5312
5308
|
M4LCheckBox: {
|
|
5313
5309
|
styleOverrides: {
|
|
5314
5310
|
"&.M4LCheckBox-root": {
|
|
@@ -5382,7 +5378,7 @@ const c = (o) => ({
|
|
|
5382
5378
|
}
|
|
5383
5379
|
}
|
|
5384
5380
|
}
|
|
5385
|
-
}),
|
|
5381
|
+
}), F = (o) => ({
|
|
5386
5382
|
M4LStack: {
|
|
5387
5383
|
styleOverrides: {
|
|
5388
5384
|
"&.M4LStack-root": {
|
|
@@ -5395,7 +5391,7 @@ const c = (o) => ({
|
|
|
5395
5391
|
}
|
|
5396
5392
|
}
|
|
5397
5393
|
}
|
|
5398
|
-
}),
|
|
5394
|
+
}), j = (o) => ({
|
|
5399
5395
|
M4LTabs: {
|
|
5400
5396
|
styleOverrides: {
|
|
5401
5397
|
"&.M4LTabs-root": {
|
|
@@ -5435,7 +5431,7 @@ const c = (o) => ({
|
|
|
5435
5431
|
}
|
|
5436
5432
|
}
|
|
5437
5433
|
}
|
|
5438
|
-
}),
|
|
5434
|
+
}), N = (o) => ({
|
|
5439
5435
|
M4LNoItemSelected: {
|
|
5440
5436
|
styleOverrides: {
|
|
5441
5437
|
"&.M4LNoItemSelected-root": {
|
|
@@ -5455,7 +5451,7 @@ const c = (o) => ({
|
|
|
5455
5451
|
}
|
|
5456
5452
|
}
|
|
5457
5453
|
}
|
|
5458
|
-
}),
|
|
5454
|
+
}), E = (o) => ({
|
|
5459
5455
|
M4LScrollBar: {
|
|
5460
5456
|
styleOverrides: {
|
|
5461
5457
|
"&.M4LScrollBar-root": {
|
|
@@ -5490,7 +5486,7 @@ const c = (o) => ({
|
|
|
5490
5486
|
}
|
|
5491
5487
|
}
|
|
5492
5488
|
}
|
|
5493
|
-
}),
|
|
5489
|
+
}), $ = (o) => ({
|
|
5494
5490
|
M4LGridLayout: {
|
|
5495
5491
|
styleOverrides: {
|
|
5496
5492
|
"&.M4LGridLayout-root": {
|
|
@@ -5498,7 +5494,7 @@ const c = (o) => ({
|
|
|
5498
5494
|
}
|
|
5499
5495
|
}
|
|
5500
5496
|
}
|
|
5501
|
-
}),
|
|
5497
|
+
}), _ = (o) => ({
|
|
5502
5498
|
M4LTabContent: {
|
|
5503
5499
|
styleOverrides: {
|
|
5504
5500
|
"&.M4LTabContent-root": {
|
|
@@ -5529,7 +5525,7 @@ const c = (o) => ({
|
|
|
5529
5525
|
}
|
|
5530
5526
|
}
|
|
5531
5527
|
}
|
|
5532
|
-
}),
|
|
5528
|
+
}), U = (o) => ({
|
|
5533
5529
|
M4LMenuActions: {
|
|
5534
5530
|
styleOverrides: {
|
|
5535
5531
|
"&.M4LMenuActions-root": {
|
|
@@ -5563,7 +5559,7 @@ const c = (o) => ({
|
|
|
5563
5559
|
}
|
|
5564
5560
|
}
|
|
5565
5561
|
}
|
|
5566
|
-
}),
|
|
5562
|
+
}), q = (o) => ({
|
|
5567
5563
|
M4LPrintingSystem: {
|
|
5568
5564
|
styleOverrides: {
|
|
5569
5565
|
"&.M4LPrintingSystem-root": {
|
|
@@ -5745,7 +5741,7 @@ const c = (o) => ({
|
|
|
5745
5741
|
}
|
|
5746
5742
|
}
|
|
5747
5743
|
}
|
|
5748
|
-
}),
|
|
5744
|
+
}), Y = (o) => ({
|
|
5749
5745
|
M4LFormatter: {
|
|
5750
5746
|
styleOverrides: {
|
|
5751
5747
|
"&.M4LFormatter-root": {
|
|
@@ -5762,7 +5758,7 @@ const c = (o) => ({
|
|
|
5762
5758
|
}
|
|
5763
5759
|
}
|
|
5764
5760
|
}
|
|
5765
|
-
}),
|
|
5761
|
+
}), X = (o) => ({
|
|
5766
5762
|
M4LoadingError: {
|
|
5767
5763
|
styleOverrides: {
|
|
5768
5764
|
"&.M4LoadingError-root": {
|
|
@@ -5821,7 +5817,7 @@ const c = (o) => ({
|
|
|
5821
5817
|
}
|
|
5822
5818
|
}
|
|
5823
5819
|
}
|
|
5824
|
-
}),
|
|
5820
|
+
}), J = (o) => ({
|
|
5825
5821
|
M4LMFLoader: {
|
|
5826
5822
|
styleOverrides: {
|
|
5827
5823
|
"&.M4LMFLoader-root": {
|
|
@@ -5840,7 +5836,7 @@ const c = (o) => ({
|
|
|
5840
5836
|
}
|
|
5841
5837
|
}
|
|
5842
5838
|
}
|
|
5843
|
-
}),
|
|
5839
|
+
}), K = (o) => ({
|
|
5844
5840
|
M4LLoadingButton: {
|
|
5845
5841
|
styleOverrides: {
|
|
5846
5842
|
"&.M4LLoadingButton-root": {
|
|
@@ -6072,7 +6068,7 @@ const c = (o) => ({
|
|
|
6072
6068
|
}
|
|
6073
6069
|
}
|
|
6074
6070
|
}
|
|
6075
|
-
}),
|
|
6071
|
+
}), Q = (o) => ({
|
|
6076
6072
|
M4LToastContainer: {
|
|
6077
6073
|
styleOverrides: {
|
|
6078
6074
|
"&.M4LToastContainer-root": {
|
|
@@ -6150,7 +6146,7 @@ const c = (o) => ({
|
|
|
6150
6146
|
}
|
|
6151
6147
|
}
|
|
6152
6148
|
}
|
|
6153
|
-
}),
|
|
6149
|
+
}), Z = (o) => ({
|
|
6154
6150
|
M4LPDFViewer: {
|
|
6155
6151
|
styleOverrides: {
|
|
6156
6152
|
"&.M4LPDFViewer-root": {
|
|
@@ -6165,7 +6161,7 @@ const c = (o) => ({
|
|
|
6165
6161
|
}
|
|
6166
6162
|
}
|
|
6167
6163
|
}
|
|
6168
|
-
}),
|
|
6164
|
+
}), oo = (o) => ({
|
|
6169
6165
|
M4LTopBar: {
|
|
6170
6166
|
styleOverrides: {
|
|
6171
6167
|
"&.M4LTopBar-root": {
|
|
@@ -6228,7 +6224,7 @@ const c = (o) => ({
|
|
|
6228
6224
|
}
|
|
6229
6225
|
}
|
|
6230
6226
|
}
|
|
6231
|
-
}),
|
|
6227
|
+
}), to = (o) => ({
|
|
6232
6228
|
M4LAppBarCommercial: {
|
|
6233
6229
|
styleOverrides: {
|
|
6234
6230
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6249,7 +6245,7 @@ const c = (o) => ({
|
|
|
6249
6245
|
}
|
|
6250
6246
|
}
|
|
6251
6247
|
}
|
|
6252
|
-
}),
|
|
6248
|
+
}), ro = (o) => ({
|
|
6253
6249
|
M4LSectionCommercial: {
|
|
6254
6250
|
styleOverrides: {
|
|
6255
6251
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6268,7 +6264,7 @@ const c = (o) => ({
|
|
|
6268
6264
|
}
|
|
6269
6265
|
}
|
|
6270
6266
|
}
|
|
6271
|
-
}),
|
|
6267
|
+
}), eo = (o) => ({
|
|
6272
6268
|
M4LHamburgerMenuCommercial: {
|
|
6273
6269
|
styleOverrides: {
|
|
6274
6270
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6278,7 +6274,7 @@ const c = (o) => ({
|
|
|
6278
6274
|
}
|
|
6279
6275
|
}
|
|
6280
6276
|
}
|
|
6281
|
-
}),
|
|
6277
|
+
}), ao = (o) => ({
|
|
6282
6278
|
M4LFieldLabel: {
|
|
6283
6279
|
styleOverrides: {
|
|
6284
6280
|
"&.M4LFieldLabel-root": {
|
|
@@ -6301,58 +6297,364 @@ const c = (o) => ({
|
|
|
6301
6297
|
}
|
|
6302
6298
|
}
|
|
6303
6299
|
}
|
|
6300
|
+
}), io = (o) => ({
|
|
6301
|
+
M4LMap: {
|
|
6302
|
+
styleOverrides: {
|
|
6303
|
+
"&.M4LMap-root": {
|
|
6304
|
+
width: "100%",
|
|
6305
|
+
height: "100%",
|
|
6306
|
+
flexGrow: "1",
|
|
6307
|
+
overflow: "auto",
|
|
6308
|
+
position: "relative",
|
|
6309
|
+
"& .M4LMap-topLeftToolsRoot": {
|
|
6310
|
+
display: "flex",
|
|
6311
|
+
backgroundColor: "blue"
|
|
6312
|
+
},
|
|
6313
|
+
"& .M4LMap-topRigthToolsRoot": {
|
|
6314
|
+
backgroundColor: "blue",
|
|
6315
|
+
display: "flex",
|
|
6316
|
+
right: 0,
|
|
6317
|
+
position: "absolute",
|
|
6318
|
+
"& .M4LMap-zoomButtons": {
|
|
6319
|
+
display: "flex"
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
6322
|
+
"& .M4LMap-markerLayerRoot": {},
|
|
6323
|
+
"& .M4LMap-markerLayerIcon": {
|
|
6324
|
+
transformOrigin: "center center",
|
|
6325
|
+
justifyContent: "center",
|
|
6326
|
+
top: 0,
|
|
6327
|
+
left: 0,
|
|
6328
|
+
filter: "drop-shadow(0px 0px 3px rgba(0,0,0,.4))",
|
|
6329
|
+
display: "flex",
|
|
6330
|
+
alignItems: "center",
|
|
6331
|
+
" > img ": {
|
|
6332
|
+
height: "24px"
|
|
6333
|
+
}
|
|
6334
|
+
},
|
|
6335
|
+
"& .M4LMap-featureLabel": {
|
|
6336
|
+
position: "absolute",
|
|
6337
|
+
display: "flex",
|
|
6338
|
+
transformOrigin: "left center",
|
|
6339
|
+
fontSize: "11px",
|
|
6340
|
+
borderRadius: "4px",
|
|
6341
|
+
maxWidth: "300px",
|
|
6342
|
+
fontWeight: "bolder",
|
|
6343
|
+
padding: "2px 8px",
|
|
6344
|
+
opacity: ".85",
|
|
6345
|
+
filter: "drop-shadow(0px 0px 3px rgba(0,0,0,.3))",
|
|
6346
|
+
whiteSpace: "nowrap",
|
|
6347
|
+
overflow: "hidden",
|
|
6348
|
+
textOverflow: "ellipsis"
|
|
6349
|
+
},
|
|
6350
|
+
"& .M4LMap-meaureToolRoot": {
|
|
6351
|
+
backgroundColor: "green",
|
|
6352
|
+
height: "100%",
|
|
6353
|
+
width: "100%"
|
|
6354
|
+
},
|
|
6355
|
+
"& .M4LMap-measureToolFormValue": {
|
|
6356
|
+
justifyContent: "center"
|
|
6357
|
+
},
|
|
6358
|
+
"& .M4LMap-measureToolFormValueDistance": {
|
|
6359
|
+
border: "1px solid white",
|
|
6360
|
+
margin: "0 5px",
|
|
6361
|
+
fontWeight: 800,
|
|
6362
|
+
fontSize: "large"
|
|
6363
|
+
},
|
|
6364
|
+
"& .M4LMap-measureMarkerRoot": {
|
|
6365
|
+
"--color": "green"
|
|
6366
|
+
},
|
|
6367
|
+
"& .M4LMap-measureMarkerContainer": {
|
|
6368
|
+
position: "relative",
|
|
6369
|
+
cursor: "pointer"
|
|
6370
|
+
},
|
|
6371
|
+
"& .M4LMap-measureMarkerContainerRhomb": {
|
|
6372
|
+
position: "absolute",
|
|
6373
|
+
filter: "drop-shadow(0px 0px 3px rgba(0,0,0,.4))",
|
|
6374
|
+
width: "31px",
|
|
6375
|
+
height: "31px",
|
|
6376
|
+
borderRadius: "50% 50% 50% 0",
|
|
6377
|
+
border: "4px solid var(--color)",
|
|
6378
|
+
backgroundColor: "var(--color)",
|
|
6379
|
+
transform: "rotate(-45deg)"
|
|
6380
|
+
},
|
|
6381
|
+
"& .M4LMap-measureMarkerContainerSlot": {
|
|
6382
|
+
position: "absolute",
|
|
6383
|
+
background: "#fff",
|
|
6384
|
+
borderRadius: "50%",
|
|
6385
|
+
overflow: "hidden",
|
|
6386
|
+
top: "3px",
|
|
6387
|
+
left: "3px",
|
|
6388
|
+
width: "25px",
|
|
6389
|
+
height: "24px"
|
|
6390
|
+
},
|
|
6391
|
+
"& .M4LMap-measureMarkerContainerSlotNumber": {
|
|
6392
|
+
fontSize: "14px",
|
|
6393
|
+
fontWeight: "600",
|
|
6394
|
+
textAlign: "center",
|
|
6395
|
+
marginTop: "1px",
|
|
6396
|
+
color: "black"
|
|
6397
|
+
},
|
|
6398
|
+
"& .M4LMap-measureLabelMarkerRoot": {
|
|
6399
|
+
"--color": "yellow"
|
|
6400
|
+
},
|
|
6401
|
+
"& .M4LMap-measureLabelMarkerContainer": {
|
|
6402
|
+
backgroundColor: "var(--color)",
|
|
6403
|
+
border: "1px solid gray",
|
|
6404
|
+
color: "#fff",
|
|
6405
|
+
width: "80px",
|
|
6406
|
+
marginLeft: "15px",
|
|
6407
|
+
marginTop: "15px"
|
|
6408
|
+
},
|
|
6409
|
+
"& .M4LMap-measureLabelMarkerDistance": {
|
|
6410
|
+
color: "gray"
|
|
6411
|
+
},
|
|
6412
|
+
"& .M4LMap-measureLabelMarkerRemove": {
|
|
6413
|
+
color: "blue"
|
|
6414
|
+
},
|
|
6415
|
+
"& .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow": {
|
|
6416
|
+
"-webkit-transition": "-webkit-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6417
|
+
"-moz-transition": "-moz-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6418
|
+
"-o-transition": "-o-transform 0.3s ease-out, opacity 0.3s ease-in",
|
|
6419
|
+
transition: "transform 0.3s ease-out, opacity 0.3s ease-in"
|
|
6420
|
+
},
|
|
6421
|
+
"& .leaflet-cluster-spider-leg": {
|
|
6422
|
+
"-webkit-transition": "-webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in",
|
|
6423
|
+
"-moz-transition": "-moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in",
|
|
6424
|
+
"-o-transition": "-o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in",
|
|
6425
|
+
transition: "stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in"
|
|
6426
|
+
},
|
|
6427
|
+
"& .marker-cluster-small": {
|
|
6428
|
+
backgroundColor: "rgba(181, 226, 140, 0.6)"
|
|
6429
|
+
},
|
|
6430
|
+
"& .marker-cluster-small div": {
|
|
6431
|
+
backgroundColor: "rgba(110, 204, 57, 0.6)"
|
|
6432
|
+
},
|
|
6433
|
+
"& .marker-cluster-medium": {
|
|
6434
|
+
backgroundColor: "rgba(241, 211, 87, 0.6)"
|
|
6435
|
+
},
|
|
6436
|
+
"& .marker-cluster-medium div": {
|
|
6437
|
+
backgroundColor: "rgba(240, 194, 12, 0.6)"
|
|
6438
|
+
},
|
|
6439
|
+
"& .marker-cluster-large": {
|
|
6440
|
+
backgroundColor: "rgba(253, 156, 115, 0.6)"
|
|
6441
|
+
},
|
|
6442
|
+
"& .marker-cluster-large div": {
|
|
6443
|
+
backgroundColor: "rgba(241, 128, 23, 0.6)"
|
|
6444
|
+
},
|
|
6445
|
+
"& .leaflet-oldie .marker-cluster-small": {
|
|
6446
|
+
backgroundColor: "rgb(181, 226, 140)"
|
|
6447
|
+
},
|
|
6448
|
+
"& .leaflet-oldie .marker-cluster-small div": {
|
|
6449
|
+
backgroundColor: "rgb(110, 204, 57)"
|
|
6450
|
+
},
|
|
6451
|
+
"& .leaflet-oldie .marker-cluster-medium": {
|
|
6452
|
+
backgroundColor: "rgb(241, 211, 87)"
|
|
6453
|
+
},
|
|
6454
|
+
"& .leaflet-oldie .marker-cluster-medium div": {
|
|
6455
|
+
backgroundColor: "rgb(240, 194, 12)"
|
|
6456
|
+
},
|
|
6457
|
+
"& .leaflet-oldie .marker-cluster-large": {
|
|
6458
|
+
backgroundColor: "rgb(253, 156, 115)"
|
|
6459
|
+
},
|
|
6460
|
+
"& .leaflet-oldie .marker-cluster-large div": {
|
|
6461
|
+
backgroundColor: "rgb(241, 128, 23)"
|
|
6462
|
+
},
|
|
6463
|
+
"& .marker-cluster": {
|
|
6464
|
+
backgroundClip: "padding-box",
|
|
6465
|
+
borderRadius: "20px"
|
|
6466
|
+
},
|
|
6467
|
+
"& .marker-cluster div": {
|
|
6468
|
+
width: "30px",
|
|
6469
|
+
height: "30px",
|
|
6470
|
+
marginLeft: "5px",
|
|
6471
|
+
marginTop: "5px",
|
|
6472
|
+
textAlign: "center",
|
|
6473
|
+
borderRadius: "15px",
|
|
6474
|
+
font: '12px "Helvetica Neue", Arial, Helvetica, sans-serif'
|
|
6475
|
+
},
|
|
6476
|
+
"& .marker-cluster span": {
|
|
6477
|
+
lineHeight: "30px"
|
|
6478
|
+
},
|
|
6479
|
+
"& .xxxxx": {
|
|
6480
|
+
color: o.vars.palette.state.error.normal,
|
|
6481
|
+
"& .M4LIcon-root .M4LIcon-icon": {
|
|
6482
|
+
backgroundColor: o.vars.palette.state.error.normal
|
|
6483
|
+
}
|
|
6484
|
+
},
|
|
6485
|
+
"& .leaflet-control-scale-line": {
|
|
6486
|
+
color: "red"
|
|
6487
|
+
}
|
|
6488
|
+
}
|
|
6489
|
+
}
|
|
6490
|
+
},
|
|
6491
|
+
M4LMapMapSources: {
|
|
6492
|
+
styleOverrides: {
|
|
6493
|
+
"&.M4LMap-mapSourcesPopoverRoot": {
|
|
6494
|
+
mt: 1.5,
|
|
6495
|
+
ml: 0.75,
|
|
6496
|
+
"& .MuiPaper-root": {
|
|
6497
|
+
backgroundColor: "gray",
|
|
6498
|
+
width: "400px!important",
|
|
6499
|
+
height: 400
|
|
6500
|
+
},
|
|
6501
|
+
"& .M4LMap-mapSourcesRoot": {
|
|
6502
|
+
postion: "relative",
|
|
6503
|
+
height: "100%",
|
|
6504
|
+
"& .M4LMap-mapSourcesOption": {
|
|
6505
|
+
display: "flex",
|
|
6506
|
+
"& .M4LMap-mapSourcesOptionIconLabel": {
|
|
6507
|
+
display: "flex"
|
|
6508
|
+
},
|
|
6509
|
+
"& .M4LMap-mapSourcesOptionRoadOptions": {
|
|
6510
|
+
display: "flex",
|
|
6511
|
+
"& .M4LMap-mapSourcesOptionRoadOptionsCheck": {
|
|
6512
|
+
display: "flex"
|
|
6513
|
+
}
|
|
6514
|
+
}
|
|
6515
|
+
}
|
|
6516
|
+
}
|
|
6517
|
+
}
|
|
6518
|
+
}
|
|
6519
|
+
},
|
|
6520
|
+
M4LMapLayers: {
|
|
6521
|
+
styleOverrides: {
|
|
6522
|
+
"&.M4LMap-layersPopoverRoot": {
|
|
6523
|
+
mt: 1.5,
|
|
6524
|
+
ml: 0.75,
|
|
6525
|
+
"& .MuiPaper-root": {
|
|
6526
|
+
backgroundColor: "gray",
|
|
6527
|
+
width: "400px!important",
|
|
6528
|
+
height: 400
|
|
6529
|
+
},
|
|
6530
|
+
"& .M4LMap-mapSourcesRoot": {
|
|
6531
|
+
postion: "relative",
|
|
6532
|
+
height: "100%",
|
|
6533
|
+
"& .M4LMap-mapSourcesOption": {
|
|
6534
|
+
display: "flex",
|
|
6535
|
+
"& .M4LMap-mapSourcesOptionIconLabel": {
|
|
6536
|
+
display: "flex"
|
|
6537
|
+
},
|
|
6538
|
+
"& .M4LMap-mapSourcesOptionRoadOptions": {
|
|
6539
|
+
display: "flex",
|
|
6540
|
+
"& .M4LMap-mapSourcesOptionRoadOptionsCheck": {
|
|
6541
|
+
display: "flex"
|
|
6542
|
+
}
|
|
6543
|
+
}
|
|
6544
|
+
}
|
|
6545
|
+
}
|
|
6546
|
+
}
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6549
|
+
}), no = (o) => ({
|
|
6550
|
+
M4LMapGpsTools: {
|
|
6551
|
+
styleOverrides: {
|
|
6552
|
+
"&.M4LMapGpsTools-gpsToolsRoot": {
|
|
6553
|
+
position: "relative",
|
|
6554
|
+
display: "flex",
|
|
6555
|
+
flexDirection: "column",
|
|
6556
|
+
flexGrow: 1,
|
|
6557
|
+
width: "100%",
|
|
6558
|
+
height: "100%",
|
|
6559
|
+
"& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden": {
|
|
6560
|
+
display: "none"
|
|
6561
|
+
}
|
|
6562
|
+
}
|
|
6563
|
+
}
|
|
6564
|
+
},
|
|
6565
|
+
M4LMapGpsToolsGeofencesList: {
|
|
6566
|
+
styleOverrides: {
|
|
6567
|
+
"&.M4LMapGpsTools-gpsToolsGeofencesList": {
|
|
6568
|
+
padding: "12px",
|
|
6569
|
+
position: "relative !important",
|
|
6570
|
+
flexGrow: 1,
|
|
6571
|
+
width: "100%",
|
|
6572
|
+
"& .M4LDataGrid-root": {
|
|
6573
|
+
height: "unset !important",
|
|
6574
|
+
flexGrow: 1
|
|
6575
|
+
}
|
|
6576
|
+
}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
M4LMapGpsToolsGeofencesAddEdit: {
|
|
6580
|
+
styleOverrides: {
|
|
6581
|
+
"&.M4LMapGpsTools-gpsToolsGeofencesAddEdit": {
|
|
6582
|
+
height: "100% !important",
|
|
6583
|
+
"& .M4LMapGpsTools-gpsToolsGeofencesAddEditContent": {
|
|
6584
|
+
overflow: "hidden",
|
|
6585
|
+
display: "flex",
|
|
6586
|
+
flexDirection: "column",
|
|
6587
|
+
flexGrow: 1,
|
|
6588
|
+
"& .M4LMapGpsTools-gpsToolsTabContent": {
|
|
6589
|
+
padding: "12px",
|
|
6590
|
+
overflow: "auto"
|
|
6591
|
+
},
|
|
6592
|
+
"& .M4LMapGpsTools-gpsToolsGeofencesAddEditDrawFinishContainer": {
|
|
6593
|
+
display: "flex",
|
|
6594
|
+
minWidth: "60px",
|
|
6595
|
+
marginTop: "14px"
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
"& .M4LMapGpsTools-gpsToolsTabContent.M4LMapGpsTools-hidden": {
|
|
6599
|
+
display: "none"
|
|
6600
|
+
}
|
|
6601
|
+
}
|
|
6602
|
+
}
|
|
6603
|
+
}
|
|
6304
6604
|
});
|
|
6305
6605
|
export {
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6318
|
-
|
|
6319
|
-
|
|
6320
|
-
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6337
|
-
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6606
|
+
io as $,
|
|
6607
|
+
R as A,
|
|
6608
|
+
P as B,
|
|
6609
|
+
D as C,
|
|
6610
|
+
H as D,
|
|
6611
|
+
O as E,
|
|
6612
|
+
V as F,
|
|
6613
|
+
G,
|
|
6614
|
+
F as H,
|
|
6615
|
+
j as I,
|
|
6616
|
+
N as J,
|
|
6617
|
+
E as K,
|
|
6618
|
+
$ as L,
|
|
6619
|
+
K as M,
|
|
6620
|
+
_ as N,
|
|
6621
|
+
U as O,
|
|
6622
|
+
q as P,
|
|
6623
|
+
Y as Q,
|
|
6624
|
+
X as R,
|
|
6625
|
+
J as S,
|
|
6626
|
+
Q as T,
|
|
6627
|
+
Z as U,
|
|
6628
|
+
oo as V,
|
|
6629
|
+
to as W,
|
|
6630
|
+
ro as X,
|
|
6631
|
+
eo as Y,
|
|
6632
|
+
ao as Z,
|
|
6633
|
+
no as _,
|
|
6634
|
+
A as a,
|
|
6635
|
+
p as b,
|
|
6636
|
+
d as c,
|
|
6637
|
+
s as d,
|
|
6638
|
+
l as e,
|
|
6639
|
+
M as f,
|
|
6640
|
+
c as g,
|
|
6641
|
+
W as h,
|
|
6642
|
+
g as i,
|
|
6643
|
+
z as j,
|
|
6644
|
+
x as k,
|
|
6645
|
+
u as l,
|
|
6646
|
+
b as m,
|
|
6647
|
+
L as n,
|
|
6648
|
+
y as o,
|
|
6649
|
+
v as p,
|
|
6650
|
+
h as q,
|
|
6651
|
+
f as r,
|
|
6652
|
+
w as s,
|
|
6653
|
+
m as t,
|
|
6654
|
+
C as u,
|
|
6655
|
+
k as v,
|
|
6656
|
+
S as w,
|
|
6657
|
+
B as x,
|
|
6658
|
+
I as y,
|
|
6659
|
+
T as z
|
|
6358
6660
|
};
|