@idmwx/idmui-gl3 6.5.7 → 6.6.1

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.
Files changed (80) hide show
  1. package/dist/index.js +1971 -1943
  2. package/dist/index.umd.cjs +19 -19
  3. package/dist/packages/mapbox/index.d.ts +8 -0
  4. package/dist/packages/mapbox/src/components/layer.vue.d.ts +175 -0
  5. package/dist/packages/mapbox/src/components/other/alertZone.vue.d.ts +36 -0
  6. package/dist/packages/mapbox/src/components/other/chinaRoute.vue.d.ts +25 -0
  7. package/dist/packages/mapbox/src/components/other/ecaZone.vue.d.ts +36 -0
  8. package/dist/packages/mapbox/src/components/other/enc.vue.d.ts +63 -0
  9. package/dist/packages/mapbox/src/components/other/gmdssArea.vue.d.ts +30 -0
  10. package/dist/packages/mapbox/src/components/other/latLng.vue.d.ts +62 -0
  11. package/dist/packages/mapbox/src/components/other/liaoningRoute.vue.d.ts +24 -0
  12. package/dist/packages/mapbox/src/components/other/loadLines.vue.d.ts +30 -0
  13. package/dist/packages/mapbox/src/components/other/marpolGarbageArea.vue.d.ts +24 -0
  14. package/dist/packages/mapbox/src/components/other/measure.vue.d.ts +45 -0
  15. package/dist/packages/mapbox/src/components/other/point.vue.d.ts +121 -0
  16. package/dist/packages/mapbox/src/components/other/port.vue.d.ts +44 -0
  17. package/dist/packages/mapbox/src/components/other/specialArea.vue.d.ts +30 -0
  18. package/dist/packages/mapbox/src/components/other/terminator.vue.d.ts +23 -0
  19. package/dist/packages/mapbox/src/components/other/timezone.vue.d.ts +30 -0
  20. package/dist/packages/mapbox/src/components/other/vra.vue.d.ts +30 -0
  21. package/dist/packages/mapbox/src/components/other/warZone.vue.d.ts +30 -0
  22. package/dist/packages/mapbox/src/components/other/world12nm.vue.d.ts +69 -0
  23. package/dist/packages/mapbox/src/components/other/worldMarine.vue.d.ts +25 -0
  24. package/dist/packages/mapbox/src/components/weather/current.vue.d.ts +84 -0
  25. package/dist/packages/mapbox/src/components/weather/currentParticle.vue.d.ts +66 -0
  26. package/dist/packages/mapbox/src/components/weather/iceCover.vue.d.ts +46 -0
  27. package/dist/packages/mapbox/src/components/weather/iceEdge.vue.d.ts +46 -0
  28. package/dist/packages/mapbox/src/components/weather/iceThickness.vue.d.ts +46 -0
  29. package/dist/packages/mapbox/src/components/weather/precip3h.vue.d.ts +46 -0
  30. package/dist/packages/mapbox/src/components/weather/prmsl.vue.d.ts +46 -0
  31. package/dist/packages/mapbox/src/components/weather/sigWave.vue.d.ts +46 -0
  32. package/dist/packages/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +37 -0
  33. package/dist/packages/mapbox/src/components/weather/swell.vue.d.ts +38 -0
  34. package/dist/packages/mapbox/src/components/weather/temp.vue.d.ts +46 -0
  35. package/dist/packages/mapbox/src/components/weather/tropical.vue.d.ts +96 -0
  36. package/dist/packages/mapbox/src/components/weather/visibility.vue.d.ts +45 -0
  37. package/dist/packages/mapbox/src/components/weather/waterTemp.vue.d.ts +46 -0
  38. package/dist/packages/mapbox/src/components/weather/wind.vue.d.ts +80 -0
  39. package/dist/packages/mapbox/src/components/weather/windParticle.vue.d.ts +66 -0
  40. package/dist/{mapbox → packages/mapbox}/src/helper.d.ts +376 -280
  41. package/dist/packages/mapbox/src/index.vue.d.ts +1906 -0
  42. package/dist/playground/main.d.ts +1 -0
  43. package/package.json +5 -7
  44. package/dist/mapbox/index.d.ts +0 -7
  45. package/dist/mapbox/src/components/layer.vue.d.ts +0 -158
  46. package/dist/mapbox/src/components/other/alertZone.vue.d.ts +0 -39
  47. package/dist/mapbox/src/components/other/chinaRoute.vue.d.ts +0 -29
  48. package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +0 -37
  49. package/dist/mapbox/src/components/other/enc.vue.d.ts +0 -59
  50. package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +0 -33
  51. package/dist/mapbox/src/components/other/latLng.vue.d.ts +0 -73
  52. package/dist/mapbox/src/components/other/loadLines.vue.d.ts +0 -33
  53. package/dist/mapbox/src/components/other/measure.vue.d.ts +0 -53
  54. package/dist/mapbox/src/components/other/point.vue.d.ts +0 -126
  55. package/dist/mapbox/src/components/other/port.vue.d.ts +0 -45
  56. package/dist/mapbox/src/components/other/specialArea.vue.d.ts +0 -33
  57. package/dist/mapbox/src/components/other/terminator.vue.d.ts +0 -28
  58. package/dist/mapbox/src/components/other/timezone.vue.d.ts +0 -33
  59. package/dist/mapbox/src/components/other/vra.vue.d.ts +0 -33
  60. package/dist/mapbox/src/components/other/warZone.vue.d.ts +0 -33
  61. package/dist/mapbox/src/components/other/world12nm.vue.d.ts +0 -58
  62. package/dist/mapbox/src/components/other/worldMarine.vue.d.ts +0 -29
  63. package/dist/mapbox/src/components/weather/current.vue.d.ts +0 -76
  64. package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +0 -69
  65. package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +0 -49
  66. package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +0 -49
  67. package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +0 -50
  68. package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +0 -50
  69. package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +0 -49
  70. package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +0 -50
  71. package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +0 -39
  72. package/dist/mapbox/src/components/weather/swell.vue.d.ts +0 -45
  73. package/dist/mapbox/src/components/weather/temp.vue.d.ts +0 -50
  74. package/dist/mapbox/src/components/weather/tropical.vue.d.ts +0 -98
  75. package/dist/mapbox/src/components/weather/visibility.vue.d.ts +0 -49
  76. package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +0 -50
  77. package/dist/mapbox/src/components/weather/wind.vue.d.ts +0 -73
  78. package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +0 -69
  79. package/dist/mapbox/src/index.vue.d.ts +0 -118
  80. /package/dist/{index.d.ts → packages/index.d.ts} +0 -0
@@ -1,4 +1,5 @@
1
- import mapboxgl from 'mapbox-gl';
1
+ import { default as mapboxgl } from 'mapbox-gl';
2
+
2
3
  export interface ParticleOptions {
3
4
  fadeOpacity: number;
4
5
  speedFactor: number;
@@ -282,118 +283,13 @@ export declare class MapboxHelper {
282
283
  name: string;
283
284
  };
284
285
  sources: {
285
- composite: {
286
+ "mapbox://neatchenheng.y9g03oyncq0m": {
287
+ url: string;
286
288
  type: string;
289
+ };
290
+ composite: {
287
291
  url: string;
288
- data: {
289
- attribution: string;
290
- bounds: number[];
291
- center: number[];
292
- description: string;
293
- format: string;
294
- language_options: {
295
- ar: string;
296
- ca: string;
297
- cs: string;
298
- da: string;
299
- de: string;
300
- el: string;
301
- en: string;
302
- es: string;
303
- fa: string;
304
- fi: string;
305
- fr: string;
306
- he: string;
307
- hu: string;
308
- id: string;
309
- it: string;
310
- ja: string;
311
- ka: string;
312
- ko: string;
313
- local: string;
314
- lv: string;
315
- ms: string;
316
- nb: string;
317
- nl: string;
318
- no: string;
319
- pl: string;
320
- pt: string;
321
- ro: string;
322
- ru: string;
323
- sk: string;
324
- sl: string;
325
- sr: string;
326
- sv: string;
327
- th: string;
328
- tl: string;
329
- tr: string;
330
- uk: string;
331
- vi: string;
332
- 'zh-Hans': string;
333
- 'zh-Hant': string;
334
- };
335
- mapbox_logo: boolean;
336
- maskLevel: number;
337
- maxzoom: number;
338
- minzoom: number;
339
- mts: boolean;
340
- name: string;
341
- scheme: string;
342
- tilejson: string;
343
- tiles: string[];
344
- vector_layers: ({
345
- id: string;
346
- minzoom: number;
347
- source: string;
348
- maxzoom?: undefined;
349
- source_name?: undefined;
350
- description?: undefined;
351
- fields?: undefined;
352
- } | {
353
- id: string;
354
- maxzoom: number;
355
- minzoom: number;
356
- source: string;
357
- source_name?: undefined;
358
- description?: undefined;
359
- fields?: undefined;
360
- } | {
361
- id: string;
362
- maxzoom: number;
363
- minzoom: number;
364
- source: string;
365
- source_name: string;
366
- description?: undefined;
367
- fields?: undefined;
368
- } | {
369
- description: string;
370
- fields: {
371
- ICECODE: string;
372
- ORIG_FID: string;
373
- Shape_Area: string;
374
- Shape_Leng: string;
375
- };
376
- id: string;
377
- maxzoom: number;
378
- minzoom: number;
379
- source: string;
380
- source_name: string;
381
- })[];
382
- worldview_default: string;
383
- worldview_options: {
384
- ALL: string;
385
- AR: string;
386
- CN: string;
387
- IN: string;
388
- JP: string;
389
- MA: string;
390
- RS: string;
391
- RU: string;
392
- TR: string;
393
- US: string;
394
- VN: string;
395
- };
396
- };
292
+ type: string;
397
293
  };
398
294
  };
399
295
  layers: ({
@@ -405,8 +301,8 @@ export declare class MapboxHelper {
405
301
  };
406
302
  paint: {
407
303
  'background-color': string;
408
- 'fill-color'?: undefined;
409
- 'fill-opacity'?: undefined;
304
+ "fill-color"?: undefined;
305
+ "fill-opacity"?: undefined;
410
306
  'fill-antialias'?: undefined;
411
307
  'line-color'?: undefined;
412
308
  'line-width'?: undefined;
@@ -418,15 +314,16 @@ export declare class MapboxHelper {
418
314
  'fill-translate-anchor'?: undefined;
419
315
  'fill-pattern'?: undefined;
420
316
  'line-dasharray'?: undefined;
421
- 'text-color'?: undefined;
422
- 'text-halo-color'?: undefined;
423
- 'text-halo-width'?: undefined;
317
+ "text-color"?: undefined;
318
+ "text-halo-color"?: undefined;
319
+ "text-halo-width"?: undefined;
424
320
  'text-halo-blur'?: undefined;
425
321
  'icon-opacity'?: undefined;
426
- 'text-opacity'?: undefined;
322
+ "text-opacity"?: undefined;
323
+ "fill-outline-color"?: undefined;
427
324
  };
428
325
  source?: undefined;
429
- 'source-layer'?: undefined;
326
+ "source-layer"?: undefined;
430
327
  maxzoom?: undefined;
431
328
  minzoom?: undefined;
432
329
  filter?: undefined;
@@ -456,12 +353,13 @@ export declare class MapboxHelper {
456
353
  'fill-translate-anchor'?: undefined;
457
354
  'fill-pattern'?: undefined;
458
355
  'line-dasharray'?: undefined;
459
- 'text-color'?: undefined;
460
- 'text-halo-color'?: undefined;
461
- 'text-halo-width'?: undefined;
356
+ "text-color"?: undefined;
357
+ "text-halo-color"?: undefined;
358
+ "text-halo-width"?: undefined;
462
359
  'text-halo-blur'?: undefined;
463
360
  'icon-opacity'?: undefined;
464
- 'text-opacity'?: undefined;
361
+ "text-opacity"?: undefined;
362
+ "fill-outline-color"?: undefined;
465
363
  };
466
364
  minzoom?: undefined;
467
365
  filter?: undefined;
@@ -482,8 +380,8 @@ export declare class MapboxHelper {
482
380
  'line-width': (string | number | (string | number)[])[];
483
381
  'line-blur': (string | number | (string | number)[])[];
484
382
  'background-color'?: undefined;
485
- 'fill-color'?: undefined;
486
- 'fill-opacity'?: undefined;
383
+ "fill-color"?: undefined;
384
+ "fill-opacity"?: undefined;
487
385
  'fill-antialias'?: undefined;
488
386
  'line-translate'?: undefined;
489
387
  'line-translate-anchor'?: undefined;
@@ -492,12 +390,13 @@ export declare class MapboxHelper {
492
390
  'fill-translate-anchor'?: undefined;
493
391
  'fill-pattern'?: undefined;
494
392
  'line-dasharray'?: undefined;
495
- 'text-color'?: undefined;
496
- 'text-halo-color'?: undefined;
497
- 'text-halo-width'?: undefined;
393
+ "text-color"?: undefined;
394
+ "text-halo-color"?: undefined;
395
+ "text-halo-width"?: undefined;
498
396
  'text-halo-blur'?: undefined;
499
397
  'icon-opacity'?: undefined;
500
- 'text-opacity'?: undefined;
398
+ "text-opacity"?: undefined;
399
+ "fill-outline-color"?: undefined;
501
400
  };
502
401
  maxzoom?: undefined;
503
402
  layout?: undefined;
@@ -527,12 +426,13 @@ export declare class MapboxHelper {
527
426
  'fill-translate-anchor'?: undefined;
528
427
  'fill-pattern'?: undefined;
529
428
  'line-dasharray'?: undefined;
530
- 'text-color'?: undefined;
531
- 'text-halo-color'?: undefined;
532
- 'text-halo-width'?: undefined;
429
+ "text-color"?: undefined;
430
+ "text-halo-color"?: undefined;
431
+ "text-halo-width"?: undefined;
533
432
  'text-halo-blur'?: undefined;
534
433
  'icon-opacity'?: undefined;
535
- 'text-opacity'?: undefined;
434
+ "text-opacity"?: undefined;
435
+ "fill-outline-color"?: undefined;
536
436
  };
537
437
  maxzoom?: undefined;
538
438
  layout?: undefined;
@@ -550,8 +450,8 @@ export declare class MapboxHelper {
550
450
  paint: {
551
451
  'line-color': string;
552
452
  'background-color'?: undefined;
553
- 'fill-color'?: undefined;
554
- 'fill-opacity'?: undefined;
453
+ "fill-color"?: undefined;
454
+ "fill-opacity"?: undefined;
555
455
  'fill-antialias'?: undefined;
556
456
  'line-width'?: undefined;
557
457
  'line-blur'?: undefined;
@@ -562,12 +462,13 @@ export declare class MapboxHelper {
562
462
  'fill-translate-anchor'?: undefined;
563
463
  'fill-pattern'?: undefined;
564
464
  'line-dasharray'?: undefined;
565
- 'text-color'?: undefined;
566
- 'text-halo-color'?: undefined;
567
- 'text-halo-width'?: undefined;
465
+ "text-color"?: undefined;
466
+ "text-halo-color"?: undefined;
467
+ "text-halo-width"?: undefined;
568
468
  'text-halo-blur'?: undefined;
569
469
  'icon-opacity'?: undefined;
570
- 'text-opacity'?: undefined;
470
+ "text-opacity"?: undefined;
471
+ "fill-outline-color"?: undefined;
571
472
  };
572
473
  maxzoom?: undefined;
573
474
  layout?: undefined;
@@ -590,7 +491,7 @@ export declare class MapboxHelper {
590
491
  'text-size'?: undefined;
591
492
  'symbol-placement'?: undefined;
592
493
  'text-pitch-alignment'?: undefined;
593
- 'text-field'?: undefined;
494
+ "text-field"?: undefined;
594
495
  visibility?: undefined;
595
496
  'icon-image'?: undefined;
596
497
  'text-offset'?: undefined;
@@ -611,20 +512,21 @@ export declare class MapboxHelper {
611
512
  'line-translate-anchor': string;
612
513
  'line-opacity': (string | number | string[])[];
613
514
  'background-color'?: undefined;
614
- 'fill-color'?: undefined;
615
- 'fill-opacity'?: undefined;
515
+ "fill-color"?: undefined;
516
+ "fill-opacity"?: undefined;
616
517
  'fill-antialias'?: undefined;
617
518
  'line-blur'?: undefined;
618
519
  'fill-translate'?: undefined;
619
520
  'fill-translate-anchor'?: undefined;
620
521
  'fill-pattern'?: undefined;
621
522
  'line-dasharray'?: undefined;
622
- 'text-color'?: undefined;
623
- 'text-halo-color'?: undefined;
624
- 'text-halo-width'?: undefined;
523
+ "text-color"?: undefined;
524
+ "text-halo-color"?: undefined;
525
+ "text-halo-width"?: undefined;
625
526
  'text-halo-blur'?: undefined;
626
527
  'icon-opacity'?: undefined;
627
- 'text-opacity'?: undefined;
528
+ "text-opacity"?: undefined;
529
+ "fill-outline-color"?: undefined;
628
530
  };
629
531
  maxzoom?: undefined;
630
532
  filter?: undefined;
@@ -643,7 +545,7 @@ export declare class MapboxHelper {
643
545
  'fill-translate': (string | number | (string | number)[] | (string | number[])[])[];
644
546
  'fill-translate-anchor': string;
645
547
  'background-color'?: undefined;
646
- 'fill-opacity'?: undefined;
548
+ "fill-opacity"?: undefined;
647
549
  'fill-antialias'?: undefined;
648
550
  'line-color'?: undefined;
649
551
  'line-width'?: undefined;
@@ -653,12 +555,13 @@ export declare class MapboxHelper {
653
555
  'line-opacity'?: undefined;
654
556
  'fill-pattern'?: undefined;
655
557
  'line-dasharray'?: undefined;
656
- 'text-color'?: undefined;
657
- 'text-halo-color'?: undefined;
658
- 'text-halo-width'?: undefined;
558
+ "text-color"?: undefined;
559
+ "text-halo-color"?: undefined;
560
+ "text-halo-width"?: undefined;
659
561
  'text-halo-blur'?: undefined;
660
562
  'icon-opacity'?: undefined;
661
- 'text-opacity'?: undefined;
563
+ "text-opacity"?: undefined;
564
+ "fill-outline-color"?: undefined;
662
565
  };
663
566
  maxzoom?: undefined;
664
567
  filter?: undefined;
@@ -682,7 +585,7 @@ export declare class MapboxHelper {
682
585
  'text-size'?: undefined;
683
586
  'symbol-placement'?: undefined;
684
587
  'text-pitch-alignment'?: undefined;
685
- 'text-field'?: undefined;
588
+ "text-field"?: undefined;
686
589
  visibility?: undefined;
687
590
  'icon-image'?: undefined;
688
591
  'text-offset'?: undefined;
@@ -701,8 +604,8 @@ export declare class MapboxHelper {
701
604
  'line-width': (string | number | (string | number | string[])[])[];
702
605
  'line-opacity': (string | number | string[])[];
703
606
  'background-color'?: undefined;
704
- 'fill-color'?: undefined;
705
- 'fill-opacity'?: undefined;
607
+ "fill-color"?: undefined;
608
+ "fill-opacity"?: undefined;
706
609
  'fill-antialias'?: undefined;
707
610
  'line-blur'?: undefined;
708
611
  'line-translate'?: undefined;
@@ -711,12 +614,13 @@ export declare class MapboxHelper {
711
614
  'fill-translate-anchor'?: undefined;
712
615
  'fill-pattern'?: undefined;
713
616
  'line-dasharray'?: undefined;
714
- 'text-color'?: undefined;
715
- 'text-halo-color'?: undefined;
716
- 'text-halo-width'?: undefined;
617
+ "text-color"?: undefined;
618
+ "text-halo-color"?: undefined;
619
+ "text-halo-width"?: undefined;
717
620
  'text-halo-blur'?: undefined;
718
621
  'icon-opacity'?: undefined;
719
- 'text-opacity'?: undefined;
622
+ "text-opacity"?: undefined;
623
+ "fill-outline-color"?: undefined;
720
624
  };
721
625
  maxzoom?: undefined;
722
626
  filter?: undefined;
@@ -732,7 +636,7 @@ export declare class MapboxHelper {
732
636
  paint: {
733
637
  'fill-color': string;
734
638
  'background-color'?: undefined;
735
- 'fill-opacity'?: undefined;
639
+ "fill-opacity"?: undefined;
736
640
  'fill-antialias'?: undefined;
737
641
  'line-color'?: undefined;
738
642
  'line-width'?: undefined;
@@ -744,12 +648,13 @@ export declare class MapboxHelper {
744
648
  'fill-translate-anchor'?: undefined;
745
649
  'fill-pattern'?: undefined;
746
650
  'line-dasharray'?: undefined;
747
- 'text-color'?: undefined;
748
- 'text-halo-color'?: undefined;
749
- 'text-halo-width'?: undefined;
651
+ "text-color"?: undefined;
652
+ "text-halo-color"?: undefined;
653
+ "text-halo-width"?: undefined;
750
654
  'text-halo-blur'?: undefined;
751
655
  'icon-opacity'?: undefined;
752
- 'text-opacity'?: undefined;
656
+ "text-opacity"?: undefined;
657
+ "fill-outline-color"?: undefined;
753
658
  };
754
659
  maxzoom?: undefined;
755
660
  minzoom?: undefined;
@@ -769,7 +674,7 @@ export declare class MapboxHelper {
769
674
  'fill-antialias': boolean;
770
675
  'fill-color': (string | number | (string | number | string[])[])[];
771
676
  'background-color'?: undefined;
772
- 'fill-opacity'?: undefined;
677
+ "fill-opacity"?: undefined;
773
678
  'line-color'?: undefined;
774
679
  'line-width'?: undefined;
775
680
  'line-blur'?: undefined;
@@ -780,12 +685,13 @@ export declare class MapboxHelper {
780
685
  'fill-translate-anchor'?: undefined;
781
686
  'fill-pattern'?: undefined;
782
687
  'line-dasharray'?: undefined;
783
- 'text-color'?: undefined;
784
- 'text-halo-color'?: undefined;
785
- 'text-halo-width'?: undefined;
688
+ "text-color"?: undefined;
689
+ "text-halo-color"?: undefined;
690
+ "text-halo-width"?: undefined;
786
691
  'text-halo-blur'?: undefined;
787
692
  'icon-opacity'?: undefined;
788
- 'text-opacity'?: undefined;
693
+ "text-opacity"?: undefined;
694
+ "fill-outline-color"?: undefined;
789
695
  };
790
696
  minzoom?: undefined;
791
697
  filter?: undefined;
@@ -816,12 +722,13 @@ export declare class MapboxHelper {
816
722
  'fill-translate-anchor'?: undefined;
817
723
  'fill-pattern'?: undefined;
818
724
  'line-dasharray'?: undefined;
819
- 'text-color'?: undefined;
820
- 'text-halo-color'?: undefined;
821
- 'text-halo-width'?: undefined;
725
+ "text-color"?: undefined;
726
+ "text-halo-color"?: undefined;
727
+ "text-halo-width"?: undefined;
822
728
  'text-halo-blur'?: undefined;
823
729
  'icon-opacity'?: undefined;
824
- 'text-opacity'?: undefined;
730
+ "text-opacity"?: undefined;
731
+ "fill-outline-color"?: undefined;
825
732
  };
826
733
  maxzoom?: undefined;
827
734
  layout?: undefined;
@@ -851,12 +758,13 @@ export declare class MapboxHelper {
851
758
  'line-opacity'?: undefined;
852
759
  'fill-translate'?: undefined;
853
760
  'line-dasharray'?: undefined;
854
- 'text-color'?: undefined;
855
- 'text-halo-color'?: undefined;
856
- 'text-halo-width'?: undefined;
761
+ "text-color"?: undefined;
762
+ "text-halo-color"?: undefined;
763
+ "text-halo-width"?: undefined;
857
764
  'text-halo-blur'?: undefined;
858
765
  'icon-opacity'?: undefined;
859
- 'text-opacity'?: undefined;
766
+ "text-opacity"?: undefined;
767
+ "fill-outline-color"?: undefined;
860
768
  };
861
769
  maxzoom?: undefined;
862
770
  layout?: undefined;
@@ -874,7 +782,7 @@ export declare class MapboxHelper {
874
782
  paint: {
875
783
  'fill-color': string;
876
784
  'background-color'?: undefined;
877
- 'fill-opacity'?: undefined;
785
+ "fill-opacity"?: undefined;
878
786
  'fill-antialias'?: undefined;
879
787
  'line-color'?: undefined;
880
788
  'line-width'?: undefined;
@@ -886,12 +794,13 @@ export declare class MapboxHelper {
886
794
  'fill-translate-anchor'?: undefined;
887
795
  'fill-pattern'?: undefined;
888
796
  'line-dasharray'?: undefined;
889
- 'text-color'?: undefined;
890
- 'text-halo-color'?: undefined;
891
- 'text-halo-width'?: undefined;
797
+ "text-color"?: undefined;
798
+ "text-halo-color"?: undefined;
799
+ "text-halo-width"?: undefined;
892
800
  'text-halo-blur'?: undefined;
893
801
  'icon-opacity'?: undefined;
894
- 'text-opacity'?: undefined;
802
+ "text-opacity"?: undefined;
803
+ "fill-outline-color"?: undefined;
895
804
  };
896
805
  maxzoom?: undefined;
897
806
  layout?: undefined;
@@ -915,7 +824,7 @@ export declare class MapboxHelper {
915
824
  'text-size'?: undefined;
916
825
  'symbol-placement'?: undefined;
917
826
  'text-pitch-alignment'?: undefined;
918
- 'text-field'?: undefined;
827
+ "text-field"?: undefined;
919
828
  visibility?: undefined;
920
829
  'icon-image'?: undefined;
921
830
  'text-offset'?: undefined;
@@ -933,8 +842,8 @@ export declare class MapboxHelper {
933
842
  'line-width': (string | number | (string | number)[])[];
934
843
  'line-color': string;
935
844
  'background-color'?: undefined;
936
- 'fill-color'?: undefined;
937
- 'fill-opacity'?: undefined;
845
+ "fill-color"?: undefined;
846
+ "fill-opacity"?: undefined;
938
847
  'fill-antialias'?: undefined;
939
848
  'line-blur'?: undefined;
940
849
  'line-translate'?: undefined;
@@ -944,12 +853,13 @@ export declare class MapboxHelper {
944
853
  'fill-translate-anchor'?: undefined;
945
854
  'fill-pattern'?: undefined;
946
855
  'line-dasharray'?: undefined;
947
- 'text-color'?: undefined;
948
- 'text-halo-color'?: undefined;
949
- 'text-halo-width'?: undefined;
856
+ "text-color"?: undefined;
857
+ "text-halo-color"?: undefined;
858
+ "text-halo-width"?: undefined;
950
859
  'text-halo-blur'?: undefined;
951
860
  'icon-opacity'?: undefined;
952
- 'text-opacity'?: undefined;
861
+ "text-opacity"?: undefined;
862
+ "fill-outline-color"?: undefined;
953
863
  };
954
864
  maxzoom?: undefined;
955
865
  } | {
@@ -960,7 +870,7 @@ export declare class MapboxHelper {
960
870
  paint: {
961
871
  'fill-color': (string | number | string[])[];
962
872
  'background-color'?: undefined;
963
- 'fill-opacity'?: undefined;
873
+ "fill-opacity"?: undefined;
964
874
  'fill-antialias'?: undefined;
965
875
  'line-color'?: undefined;
966
876
  'line-width'?: undefined;
@@ -972,12 +882,13 @@ export declare class MapboxHelper {
972
882
  'fill-translate-anchor'?: undefined;
973
883
  'fill-pattern'?: undefined;
974
884
  'line-dasharray'?: undefined;
975
- 'text-color'?: undefined;
976
- 'text-halo-color'?: undefined;
977
- 'text-halo-width'?: undefined;
885
+ "text-color"?: undefined;
886
+ "text-halo-color"?: undefined;
887
+ "text-halo-width"?: undefined;
978
888
  'text-halo-blur'?: undefined;
979
889
  'icon-opacity'?: undefined;
980
- 'text-opacity'?: undefined;
890
+ "text-opacity"?: undefined;
891
+ "fill-outline-color"?: undefined;
981
892
  };
982
893
  metadata?: undefined;
983
894
  maxzoom?: undefined;
@@ -1001,8 +912,8 @@ export declare class MapboxHelper {
1001
912
  'line-opacity': (string | number | string[])[];
1002
913
  'line-blur': (string | number | string[])[];
1003
914
  'background-color'?: undefined;
1004
- 'fill-color'?: undefined;
1005
- 'fill-opacity'?: undefined;
915
+ "fill-color"?: undefined;
916
+ "fill-opacity"?: undefined;
1006
917
  'fill-antialias'?: undefined;
1007
918
  'line-translate'?: undefined;
1008
919
  'line-translate-anchor'?: undefined;
@@ -1010,12 +921,13 @@ export declare class MapboxHelper {
1010
921
  'fill-translate-anchor'?: undefined;
1011
922
  'fill-pattern'?: undefined;
1012
923
  'line-dasharray'?: undefined;
1013
- 'text-color'?: undefined;
1014
- 'text-halo-color'?: undefined;
1015
- 'text-halo-width'?: undefined;
924
+ "text-color"?: undefined;
925
+ "text-halo-color"?: undefined;
926
+ "text-halo-width"?: undefined;
1016
927
  'text-halo-blur'?: undefined;
1017
928
  'icon-opacity'?: undefined;
1018
- 'text-opacity'?: undefined;
929
+ "text-opacity"?: undefined;
930
+ "fill-outline-color"?: undefined;
1019
931
  };
1020
932
  maxzoom?: undefined;
1021
933
  layout?: undefined;
@@ -1035,8 +947,8 @@ export declare class MapboxHelper {
1035
947
  'line-width': (string | number | string[])[];
1036
948
  'line-dasharray': (string | number | (string | number[])[])[];
1037
949
  'background-color'?: undefined;
1038
- 'fill-color'?: undefined;
1039
- 'fill-opacity'?: undefined;
950
+ "fill-color"?: undefined;
951
+ "fill-opacity"?: undefined;
1040
952
  'fill-antialias'?: undefined;
1041
953
  'line-blur'?: undefined;
1042
954
  'line-translate'?: undefined;
@@ -1045,12 +957,13 @@ export declare class MapboxHelper {
1045
957
  'fill-translate'?: undefined;
1046
958
  'fill-translate-anchor'?: undefined;
1047
959
  'fill-pattern'?: undefined;
1048
- 'text-color'?: undefined;
1049
- 'text-halo-color'?: undefined;
1050
- 'text-halo-width'?: undefined;
960
+ "text-color"?: undefined;
961
+ "text-halo-color"?: undefined;
962
+ "text-halo-width"?: undefined;
1051
963
  'text-halo-blur'?: undefined;
1052
964
  'icon-opacity'?: undefined;
1053
- 'text-opacity'?: undefined;
965
+ "text-opacity"?: undefined;
966
+ "fill-outline-color"?: undefined;
1054
967
  };
1055
968
  maxzoom?: undefined;
1056
969
  layout?: undefined;
@@ -1092,8 +1005,8 @@ export declare class MapboxHelper {
1092
1005
  'text-color': string;
1093
1006
  'text-halo-color': string;
1094
1007
  'background-color'?: undefined;
1095
- 'fill-color'?: undefined;
1096
- 'fill-opacity'?: undefined;
1008
+ "fill-color"?: undefined;
1009
+ "fill-opacity"?: undefined;
1097
1010
  'fill-antialias'?: undefined;
1098
1011
  'line-color'?: undefined;
1099
1012
  'line-width'?: undefined;
@@ -1105,10 +1018,11 @@ export declare class MapboxHelper {
1105
1018
  'fill-translate-anchor'?: undefined;
1106
1019
  'fill-pattern'?: undefined;
1107
1020
  'line-dasharray'?: undefined;
1108
- 'text-halo-width'?: undefined;
1021
+ "text-halo-width"?: undefined;
1109
1022
  'text-halo-blur'?: undefined;
1110
1023
  'icon-opacity'?: undefined;
1111
- 'text-opacity'?: undefined;
1024
+ "text-opacity"?: undefined;
1025
+ "fill-outline-color"?: undefined;
1112
1026
  };
1113
1027
  maxzoom?: undefined;
1114
1028
  } | {
@@ -1151,8 +1065,8 @@ export declare class MapboxHelper {
1151
1065
  'text-halo-blur': number;
1152
1066
  'text-color': string;
1153
1067
  'background-color'?: undefined;
1154
- 'fill-color'?: undefined;
1155
- 'fill-opacity'?: undefined;
1068
+ "fill-color"?: undefined;
1069
+ "fill-opacity"?: undefined;
1156
1070
  'fill-antialias'?: undefined;
1157
1071
  'line-color'?: undefined;
1158
1072
  'line-width'?: undefined;
@@ -1165,7 +1079,8 @@ export declare class MapboxHelper {
1165
1079
  'fill-pattern'?: undefined;
1166
1080
  'line-dasharray'?: undefined;
1167
1081
  'icon-opacity'?: undefined;
1168
- 'text-opacity'?: undefined;
1082
+ "text-opacity"?: undefined;
1083
+ "fill-outline-color"?: undefined;
1169
1084
  };
1170
1085
  maxzoom?: undefined;
1171
1086
  } | {
@@ -1209,8 +1124,8 @@ export declare class MapboxHelper {
1209
1124
  'text-halo-blur': number;
1210
1125
  'text-color': string;
1211
1126
  'background-color'?: undefined;
1212
- 'fill-color'?: undefined;
1213
- 'fill-opacity'?: undefined;
1127
+ "fill-color"?: undefined;
1128
+ "fill-opacity"?: undefined;
1214
1129
  'fill-antialias'?: undefined;
1215
1130
  'line-color'?: undefined;
1216
1131
  'line-width'?: undefined;
@@ -1222,7 +1137,8 @@ export declare class MapboxHelper {
1222
1137
  'fill-translate-anchor'?: undefined;
1223
1138
  'fill-pattern'?: undefined;
1224
1139
  'line-dasharray'?: undefined;
1225
- 'text-opacity'?: undefined;
1140
+ "text-opacity"?: undefined;
1141
+ "fill-outline-color"?: undefined;
1226
1142
  };
1227
1143
  maxzoom?: undefined;
1228
1144
  } | {
@@ -1263,8 +1179,8 @@ export declare class MapboxHelper {
1263
1179
  'text-color': (string | string[])[];
1264
1180
  'text-halo-color': string;
1265
1181
  'background-color'?: undefined;
1266
- 'fill-color'?: undefined;
1267
- 'fill-opacity'?: undefined;
1182
+ "fill-color"?: undefined;
1183
+ "fill-opacity"?: undefined;
1268
1184
  'fill-antialias'?: undefined;
1269
1185
  'line-color'?: undefined;
1270
1186
  'line-width'?: undefined;
@@ -1276,10 +1192,11 @@ export declare class MapboxHelper {
1276
1192
  'fill-translate-anchor'?: undefined;
1277
1193
  'fill-pattern'?: undefined;
1278
1194
  'line-dasharray'?: undefined;
1279
- 'text-halo-width'?: undefined;
1195
+ "text-halo-width"?: undefined;
1280
1196
  'text-halo-blur'?: undefined;
1281
1197
  'icon-opacity'?: undefined;
1282
- 'text-opacity'?: undefined;
1198
+ "text-opacity"?: undefined;
1199
+ "fill-outline-color"?: undefined;
1283
1200
  };
1284
1201
  maxzoom?: undefined;
1285
1202
  } | {
@@ -1320,8 +1237,8 @@ export declare class MapboxHelper {
1320
1237
  'text-color': (string | string[])[];
1321
1238
  'text-halo-color': string;
1322
1239
  'background-color'?: undefined;
1323
- 'fill-color'?: undefined;
1324
- 'fill-opacity'?: undefined;
1240
+ "fill-color"?: undefined;
1241
+ "fill-opacity"?: undefined;
1325
1242
  'fill-antialias'?: undefined;
1326
1243
  'line-color'?: undefined;
1327
1244
  'line-width'?: undefined;
@@ -1333,10 +1250,11 @@ export declare class MapboxHelper {
1333
1250
  'fill-translate-anchor'?: undefined;
1334
1251
  'fill-pattern'?: undefined;
1335
1252
  'line-dasharray'?: undefined;
1336
- 'text-halo-width'?: undefined;
1253
+ "text-halo-width"?: undefined;
1337
1254
  'text-halo-blur'?: undefined;
1338
1255
  'icon-opacity'?: undefined;
1339
- 'text-opacity'?: undefined;
1256
+ "text-opacity"?: undefined;
1257
+ "fill-outline-color"?: undefined;
1340
1258
  };
1341
1259
  maxzoom?: undefined;
1342
1260
  } | {
@@ -1380,8 +1298,8 @@ export declare class MapboxHelper {
1380
1298
  'text-color': string;
1381
1299
  'text-halo-blur': number;
1382
1300
  'background-color'?: undefined;
1383
- 'fill-color'?: undefined;
1384
- 'fill-opacity'?: undefined;
1301
+ "fill-color"?: undefined;
1302
+ "fill-opacity"?: undefined;
1385
1303
  'fill-antialias'?: undefined;
1386
1304
  'line-color'?: undefined;
1387
1305
  'line-width'?: undefined;
@@ -1394,7 +1312,8 @@ export declare class MapboxHelper {
1394
1312
  'fill-pattern'?: undefined;
1395
1313
  'line-dasharray'?: undefined;
1396
1314
  'icon-opacity'?: undefined;
1397
- 'text-opacity'?: undefined;
1315
+ "text-opacity"?: undefined;
1316
+ "fill-outline-color"?: undefined;
1398
1317
  };
1399
1318
  } | {
1400
1319
  id: string;
@@ -1437,8 +1356,8 @@ export declare class MapboxHelper {
1437
1356
  'text-halo-width': number;
1438
1357
  'text-halo-blur': number;
1439
1358
  'background-color'?: undefined;
1440
- 'fill-color'?: undefined;
1441
- 'fill-opacity'?: undefined;
1359
+ "fill-color"?: undefined;
1360
+ "fill-opacity"?: undefined;
1442
1361
  'fill-antialias'?: undefined;
1443
1362
  'line-color'?: undefined;
1444
1363
  'line-width'?: undefined;
@@ -1451,7 +1370,8 @@ export declare class MapboxHelper {
1451
1370
  'fill-pattern'?: undefined;
1452
1371
  'line-dasharray'?: undefined;
1453
1372
  'icon-opacity'?: undefined;
1454
- 'text-opacity'?: undefined;
1373
+ "text-opacity"?: undefined;
1374
+ "fill-outline-color"?: undefined;
1455
1375
  };
1456
1376
  } | {
1457
1377
  id: string;
@@ -1494,8 +1414,8 @@ export declare class MapboxHelper {
1494
1414
  'text-halo-width': number;
1495
1415
  'text-halo-blur': number;
1496
1416
  'background-color'?: undefined;
1497
- 'fill-color'?: undefined;
1498
- 'fill-opacity'?: undefined;
1417
+ "fill-color"?: undefined;
1418
+ "fill-opacity"?: undefined;
1499
1419
  'fill-antialias'?: undefined;
1500
1420
  'line-color'?: undefined;
1501
1421
  'line-width'?: undefined;
@@ -1508,7 +1428,8 @@ export declare class MapboxHelper {
1508
1428
  'fill-pattern'?: undefined;
1509
1429
  'line-dasharray'?: undefined;
1510
1430
  'icon-opacity'?: undefined;
1511
- 'text-opacity'?: undefined;
1431
+ "text-opacity"?: undefined;
1432
+ "fill-outline-color"?: undefined;
1512
1433
  };
1513
1434
  } | {
1514
1435
  id: string;
@@ -1551,8 +1472,8 @@ export declare class MapboxHelper {
1551
1472
  'text-halo-width': number;
1552
1473
  'text-opacity': number;
1553
1474
  'background-color'?: undefined;
1554
- 'fill-color'?: undefined;
1555
- 'fill-opacity'?: undefined;
1475
+ "fill-color"?: undefined;
1476
+ "fill-opacity"?: undefined;
1556
1477
  'fill-antialias'?: undefined;
1557
1478
  'line-color'?: undefined;
1558
1479
  'line-width'?: undefined;
@@ -1566,6 +1487,7 @@ export declare class MapboxHelper {
1566
1487
  'line-dasharray'?: undefined;
1567
1488
  'text-halo-blur'?: undefined;
1568
1489
  'icon-opacity'?: undefined;
1490
+ "fill-outline-color"?: undefined;
1569
1491
  };
1570
1492
  } | {
1571
1493
  id: string;
@@ -1608,8 +1530,8 @@ export declare class MapboxHelper {
1608
1530
  'text-halo-color': (string | number | string[])[];
1609
1531
  'text-halo-width': number;
1610
1532
  'background-color'?: undefined;
1611
- 'fill-color'?: undefined;
1612
- 'fill-opacity'?: undefined;
1533
+ "fill-color"?: undefined;
1534
+ "fill-opacity"?: undefined;
1613
1535
  'fill-antialias'?: undefined;
1614
1536
  'line-color'?: undefined;
1615
1537
  'line-width'?: undefined;
@@ -1622,7 +1544,8 @@ export declare class MapboxHelper {
1622
1544
  'fill-pattern'?: undefined;
1623
1545
  'line-dasharray'?: undefined;
1624
1546
  'text-halo-blur'?: undefined;
1625
- 'text-opacity'?: undefined;
1547
+ "text-opacity"?: undefined;
1548
+ "fill-outline-color"?: undefined;
1626
1549
  };
1627
1550
  } | {
1628
1551
  id: string;
@@ -1665,8 +1588,8 @@ export declare class MapboxHelper {
1665
1588
  'text-halo-width': number;
1666
1589
  'text-opacity': (string | number | string[])[];
1667
1590
  'background-color'?: undefined;
1668
- 'fill-color'?: undefined;
1669
- 'fill-opacity'?: undefined;
1591
+ "fill-color"?: undefined;
1592
+ "fill-opacity"?: undefined;
1670
1593
  'fill-antialias'?: undefined;
1671
1594
  'line-color'?: undefined;
1672
1595
  'line-width'?: undefined;
@@ -1680,6 +1603,7 @@ export declare class MapboxHelper {
1680
1603
  'line-dasharray'?: undefined;
1681
1604
  'text-halo-blur'?: undefined;
1682
1605
  'icon-opacity'?: undefined;
1606
+ "fill-outline-color"?: undefined;
1683
1607
  };
1684
1608
  } | {
1685
1609
  id: string;
@@ -1697,7 +1621,7 @@ export declare class MapboxHelper {
1697
1621
  'text-size'?: undefined;
1698
1622
  'symbol-placement'?: undefined;
1699
1623
  'text-pitch-alignment'?: undefined;
1700
- 'text-field'?: undefined;
1624
+ "text-field"?: undefined;
1701
1625
  'icon-image'?: undefined;
1702
1626
  'text-offset'?: undefined;
1703
1627
  'text-anchor'?: undefined;
@@ -1716,8 +1640,8 @@ export declare class MapboxHelper {
1716
1640
  'line-width': (string | number | string[])[];
1717
1641
  'line-translate': number[];
1718
1642
  'background-color'?: undefined;
1719
- 'fill-color'?: undefined;
1720
- 'fill-opacity'?: undefined;
1643
+ "fill-color"?: undefined;
1644
+ "fill-opacity"?: undefined;
1721
1645
  'fill-antialias'?: undefined;
1722
1646
  'line-blur'?: undefined;
1723
1647
  'line-translate-anchor'?: undefined;
@@ -1725,12 +1649,13 @@ export declare class MapboxHelper {
1725
1649
  'fill-translate-anchor'?: undefined;
1726
1650
  'fill-pattern'?: undefined;
1727
1651
  'line-dasharray'?: undefined;
1728
- 'text-color'?: undefined;
1729
- 'text-halo-color'?: undefined;
1730
- 'text-halo-width'?: undefined;
1652
+ "text-color"?: undefined;
1653
+ "text-halo-color"?: undefined;
1654
+ "text-halo-width"?: undefined;
1731
1655
  'text-halo-blur'?: undefined;
1732
1656
  'icon-opacity'?: undefined;
1733
- 'text-opacity'?: undefined;
1657
+ "text-opacity"?: undefined;
1658
+ "fill-outline-color"?: undefined;
1734
1659
  };
1735
1660
  metadata?: undefined;
1736
1661
  maxzoom?: undefined;
@@ -1750,7 +1675,7 @@ export declare class MapboxHelper {
1750
1675
  'text-size'?: undefined;
1751
1676
  'symbol-placement'?: undefined;
1752
1677
  'text-pitch-alignment'?: undefined;
1753
- 'text-field'?: undefined;
1678
+ "text-field"?: undefined;
1754
1679
  'icon-image'?: undefined;
1755
1680
  'text-offset'?: undefined;
1756
1681
  'text-anchor'?: undefined;
@@ -1768,8 +1693,8 @@ export declare class MapboxHelper {
1768
1693
  'line-opacity': number;
1769
1694
  'line-width': (string | number | string[])[];
1770
1695
  'background-color'?: undefined;
1771
- 'fill-color'?: undefined;
1772
- 'fill-opacity'?: undefined;
1696
+ "fill-color"?: undefined;
1697
+ "fill-opacity"?: undefined;
1773
1698
  'fill-antialias'?: undefined;
1774
1699
  'line-blur'?: undefined;
1775
1700
  'line-translate'?: undefined;
@@ -1778,12 +1703,13 @@ export declare class MapboxHelper {
1778
1703
  'fill-translate-anchor'?: undefined;
1779
1704
  'fill-pattern'?: undefined;
1780
1705
  'line-dasharray'?: undefined;
1781
- 'text-color'?: undefined;
1782
- 'text-halo-color'?: undefined;
1783
- 'text-halo-width'?: undefined;
1706
+ "text-color"?: undefined;
1707
+ "text-halo-color"?: undefined;
1708
+ "text-halo-width"?: undefined;
1784
1709
  'text-halo-blur'?: undefined;
1785
1710
  'icon-opacity'?: undefined;
1786
- 'text-opacity'?: undefined;
1711
+ "text-opacity"?: undefined;
1712
+ "fill-outline-color"?: undefined;
1787
1713
  };
1788
1714
  metadata?: undefined;
1789
1715
  maxzoom?: undefined;
@@ -1804,7 +1730,7 @@ export declare class MapboxHelper {
1804
1730
  'text-size'?: undefined;
1805
1731
  'symbol-placement'?: undefined;
1806
1732
  'text-pitch-alignment'?: undefined;
1807
- 'text-field'?: undefined;
1733
+ "text-field"?: undefined;
1808
1734
  'icon-image'?: undefined;
1809
1735
  'text-offset'?: undefined;
1810
1736
  'text-anchor'?: undefined;
@@ -1820,8 +1746,8 @@ export declare class MapboxHelper {
1820
1746
  paint: {
1821
1747
  'line-color': string;
1822
1748
  'background-color'?: undefined;
1823
- 'fill-color'?: undefined;
1824
- 'fill-opacity'?: undefined;
1749
+ "fill-color"?: undefined;
1750
+ "fill-opacity"?: undefined;
1825
1751
  'fill-antialias'?: undefined;
1826
1752
  'line-width'?: undefined;
1827
1753
  'line-blur'?: undefined;
@@ -1832,12 +1758,13 @@ export declare class MapboxHelper {
1832
1758
  'fill-translate-anchor'?: undefined;
1833
1759
  'fill-pattern'?: undefined;
1834
1760
  'line-dasharray'?: undefined;
1835
- 'text-color'?: undefined;
1836
- 'text-halo-color'?: undefined;
1837
- 'text-halo-width'?: undefined;
1761
+ "text-color"?: undefined;
1762
+ "text-halo-color"?: undefined;
1763
+ "text-halo-width"?: undefined;
1838
1764
  'text-halo-blur'?: undefined;
1839
1765
  'icon-opacity'?: undefined;
1840
- 'text-opacity'?: undefined;
1766
+ "text-opacity"?: undefined;
1767
+ "fill-outline-color"?: undefined;
1841
1768
  };
1842
1769
  metadata?: undefined;
1843
1770
  maxzoom?: undefined;
@@ -1876,8 +1803,8 @@ export declare class MapboxHelper {
1876
1803
  'text-halo-width': number;
1877
1804
  'text-halo-blur': number;
1878
1805
  'background-color'?: undefined;
1879
- 'fill-color'?: undefined;
1880
- 'fill-opacity'?: undefined;
1806
+ "fill-color"?: undefined;
1807
+ "fill-opacity"?: undefined;
1881
1808
  'fill-antialias'?: undefined;
1882
1809
  'line-color'?: undefined;
1883
1810
  'line-width'?: undefined;
@@ -1889,9 +1816,10 @@ export declare class MapboxHelper {
1889
1816
  'fill-translate-anchor'?: undefined;
1890
1817
  'fill-pattern'?: undefined;
1891
1818
  'line-dasharray'?: undefined;
1892
- 'text-color'?: undefined;
1819
+ "text-color"?: undefined;
1893
1820
  'icon-opacity'?: undefined;
1894
- 'text-opacity'?: undefined;
1821
+ "text-opacity"?: undefined;
1822
+ "fill-outline-color"?: undefined;
1895
1823
  };
1896
1824
  metadata?: undefined;
1897
1825
  maxzoom?: undefined;
@@ -1912,7 +1840,7 @@ export declare class MapboxHelper {
1912
1840
  'text-size'?: undefined;
1913
1841
  'symbol-placement'?: undefined;
1914
1842
  'text-pitch-alignment'?: undefined;
1915
- 'text-field'?: undefined;
1843
+ "text-field"?: undefined;
1916
1844
  'icon-image'?: undefined;
1917
1845
  'text-offset'?: undefined;
1918
1846
  'text-anchor'?: undefined;
@@ -1926,11 +1854,11 @@ export declare class MapboxHelper {
1926
1854
  'text-justify'?: undefined;
1927
1855
  };
1928
1856
  paint: {
1929
- 'line-color': (string | number | string[])[];
1857
+ 'line-color': string;
1930
1858
  'line-width': number;
1931
1859
  'background-color'?: undefined;
1932
- 'fill-color'?: undefined;
1933
- 'fill-opacity'?: undefined;
1860
+ "fill-color"?: undefined;
1861
+ "fill-opacity"?: undefined;
1934
1862
  'fill-antialias'?: undefined;
1935
1863
  'line-blur'?: undefined;
1936
1864
  'line-translate'?: undefined;
@@ -1940,12 +1868,13 @@ export declare class MapboxHelper {
1940
1868
  'fill-translate-anchor'?: undefined;
1941
1869
  'fill-pattern'?: undefined;
1942
1870
  'line-dasharray'?: undefined;
1943
- 'text-color'?: undefined;
1944
- 'text-halo-color'?: undefined;
1945
- 'text-halo-width'?: undefined;
1871
+ "text-color"?: undefined;
1872
+ "text-halo-color"?: undefined;
1873
+ "text-halo-width"?: undefined;
1946
1874
  'text-halo-blur'?: undefined;
1947
1875
  'icon-opacity'?: undefined;
1948
- 'text-opacity'?: undefined;
1876
+ "text-opacity"?: undefined;
1877
+ "fill-outline-color"?: undefined;
1949
1878
  };
1950
1879
  metadata?: undefined;
1951
1880
  maxzoom?: undefined;
@@ -1967,7 +1896,7 @@ export declare class MapboxHelper {
1967
1896
  'text-size'?: undefined;
1968
1897
  'symbol-placement'?: undefined;
1969
1898
  'text-pitch-alignment'?: undefined;
1970
- 'text-field'?: undefined;
1899
+ "text-field"?: undefined;
1971
1900
  'icon-image'?: undefined;
1972
1901
  'text-offset'?: undefined;
1973
1902
  'text-anchor'?: undefined;
@@ -1995,12 +1924,13 @@ export declare class MapboxHelper {
1995
1924
  'fill-translate-anchor'?: undefined;
1996
1925
  'fill-pattern'?: undefined;
1997
1926
  'line-dasharray'?: undefined;
1998
- 'text-color'?: undefined;
1999
- 'text-halo-color'?: undefined;
2000
- 'text-halo-width'?: undefined;
1927
+ "text-color"?: undefined;
1928
+ "text-halo-color"?: undefined;
1929
+ "text-halo-width"?: undefined;
2001
1930
  'text-halo-blur'?: undefined;
2002
1931
  'icon-opacity'?: undefined;
2003
- 'text-opacity'?: undefined;
1932
+ "text-opacity"?: undefined;
1933
+ "fill-outline-color"?: undefined;
2004
1934
  };
2005
1935
  metadata?: undefined;
2006
1936
  maxzoom?: undefined;
@@ -2013,6 +1943,7 @@ export declare class MapboxHelper {
2013
1943
  layout: {
2014
1944
  'text-field': (string | string[])[];
2015
1945
  'text-size': number;
1946
+ 'text-offset': number[];
2016
1947
  visibility: string;
2017
1948
  'line-cap'?: undefined;
2018
1949
  'line-join'?: undefined;
@@ -2022,7 +1953,6 @@ export declare class MapboxHelper {
2022
1953
  'symbol-placement'?: undefined;
2023
1954
  'text-pitch-alignment'?: undefined;
2024
1955
  'icon-image'?: undefined;
2025
- 'text-offset'?: undefined;
2026
1956
  'text-anchor'?: undefined;
2027
1957
  'text-letter-spacing'?: undefined;
2028
1958
  'text-line-height'?: undefined;
@@ -2038,8 +1968,8 @@ export declare class MapboxHelper {
2038
1968
  'text-halo-width': number;
2039
1969
  'text-color': string;
2040
1970
  'background-color'?: undefined;
2041
- 'fill-color'?: undefined;
2042
- 'fill-opacity'?: undefined;
1971
+ "fill-color"?: undefined;
1972
+ "fill-opacity"?: undefined;
2043
1973
  'fill-antialias'?: undefined;
2044
1974
  'line-color'?: undefined;
2045
1975
  'line-width'?: undefined;
@@ -2053,8 +1983,174 @@ export declare class MapboxHelper {
2053
1983
  'line-dasharray'?: undefined;
2054
1984
  'text-halo-blur'?: undefined;
2055
1985
  'icon-opacity'?: undefined;
2056
- 'text-opacity'?: undefined;
1986
+ "text-opacity"?: undefined;
1987
+ "fill-outline-color"?: undefined;
1988
+ };
1989
+ metadata?: undefined;
1990
+ maxzoom?: undefined;
1991
+ minzoom?: undefined;
1992
+ filter?: undefined;
1993
+ } | {
1994
+ id: string;
1995
+ type: string;
1996
+ paint: {
1997
+ "fill-opacity": number;
1998
+ "fill-color": string;
1999
+ 'background-color'?: undefined;
2000
+ 'fill-antialias'?: undefined;
2001
+ 'line-color'?: undefined;
2002
+ 'line-width'?: undefined;
2003
+ 'line-blur'?: undefined;
2004
+ 'line-translate'?: undefined;
2005
+ 'line-translate-anchor'?: undefined;
2006
+ 'line-opacity'?: undefined;
2007
+ 'fill-translate'?: undefined;
2008
+ 'fill-translate-anchor'?: undefined;
2009
+ 'fill-pattern'?: undefined;
2010
+ 'line-dasharray'?: undefined;
2011
+ "text-color"?: undefined;
2012
+ "text-halo-color"?: undefined;
2013
+ "text-halo-width"?: undefined;
2014
+ 'text-halo-blur'?: undefined;
2015
+ 'icon-opacity'?: undefined;
2016
+ "text-opacity"?: undefined;
2017
+ "fill-outline-color"?: undefined;
2018
+ };
2019
+ layout: {
2020
+ visibility: string;
2021
+ 'line-cap'?: undefined;
2022
+ 'line-join'?: undefined;
2023
+ 'text-font'?: undefined;
2024
+ 'text-max-angle'?: undefined;
2025
+ 'symbol-spacing'?: undefined;
2026
+ 'text-size'?: undefined;
2027
+ 'symbol-placement'?: undefined;
2028
+ 'text-pitch-alignment'?: undefined;
2029
+ "text-field"?: undefined;
2030
+ 'icon-image'?: undefined;
2031
+ 'text-offset'?: undefined;
2032
+ 'text-anchor'?: undefined;
2033
+ 'text-letter-spacing'?: undefined;
2034
+ 'text-line-height'?: undefined;
2035
+ 'text-max-width'?: undefined;
2036
+ 'text-transform'?: undefined;
2037
+ 'text-padding'?: undefined;
2038
+ 'text-radial-offset'?: undefined;
2039
+ 'symbol-sort-key'?: undefined;
2040
+ 'text-justify'?: undefined;
2057
2041
  };
2042
+ source: string;
2043
+ "source-layer": string;
2044
+ metadata?: undefined;
2045
+ maxzoom?: undefined;
2046
+ minzoom?: undefined;
2047
+ filter?: undefined;
2048
+ } | {
2049
+ id: string;
2050
+ minzoom: number;
2051
+ maxzoom: number;
2052
+ type: string;
2053
+ paint: {
2054
+ "text-opacity": number;
2055
+ "text-color": string;
2056
+ "text-halo-width": number;
2057
+ "text-halo-color": string;
2058
+ 'background-color'?: undefined;
2059
+ "fill-color"?: undefined;
2060
+ "fill-opacity"?: undefined;
2061
+ 'fill-antialias'?: undefined;
2062
+ 'line-color'?: undefined;
2063
+ 'line-width'?: undefined;
2064
+ 'line-blur'?: undefined;
2065
+ 'line-translate'?: undefined;
2066
+ 'line-translate-anchor'?: undefined;
2067
+ 'line-opacity'?: undefined;
2068
+ 'fill-translate'?: undefined;
2069
+ 'fill-translate-anchor'?: undefined;
2070
+ 'fill-pattern'?: undefined;
2071
+ 'line-dasharray'?: undefined;
2072
+ 'text-halo-blur'?: undefined;
2073
+ 'icon-opacity'?: undefined;
2074
+ "fill-outline-color"?: undefined;
2075
+ };
2076
+ layout: {
2077
+ "text-field": (string | string[])[];
2078
+ 'text-size': number;
2079
+ visibility: string;
2080
+ 'line-cap'?: undefined;
2081
+ 'line-join'?: undefined;
2082
+ 'text-font'?: undefined;
2083
+ 'text-max-angle'?: undefined;
2084
+ 'symbol-spacing'?: undefined;
2085
+ 'symbol-placement'?: undefined;
2086
+ 'text-pitch-alignment'?: undefined;
2087
+ 'icon-image'?: undefined;
2088
+ 'text-offset'?: undefined;
2089
+ 'text-anchor'?: undefined;
2090
+ 'text-letter-spacing'?: undefined;
2091
+ 'text-line-height'?: undefined;
2092
+ 'text-max-width'?: undefined;
2093
+ 'text-transform'?: undefined;
2094
+ 'text-padding'?: undefined;
2095
+ 'text-radial-offset'?: undefined;
2096
+ 'symbol-sort-key'?: undefined;
2097
+ 'text-justify'?: undefined;
2098
+ };
2099
+ source: string;
2100
+ "source-layer": string;
2101
+ metadata?: undefined;
2102
+ filter?: undefined;
2103
+ } | {
2104
+ id: string;
2105
+ type: string;
2106
+ paint: {
2107
+ "fill-color": string;
2108
+ "fill-opacity": number;
2109
+ "fill-outline-color": string;
2110
+ 'background-color'?: undefined;
2111
+ 'fill-antialias'?: undefined;
2112
+ 'line-color'?: undefined;
2113
+ 'line-width'?: undefined;
2114
+ 'line-blur'?: undefined;
2115
+ 'line-translate'?: undefined;
2116
+ 'line-translate-anchor'?: undefined;
2117
+ 'line-opacity'?: undefined;
2118
+ 'fill-translate'?: undefined;
2119
+ 'fill-translate-anchor'?: undefined;
2120
+ 'fill-pattern'?: undefined;
2121
+ 'line-dasharray'?: undefined;
2122
+ "text-color"?: undefined;
2123
+ "text-halo-color"?: undefined;
2124
+ "text-halo-width"?: undefined;
2125
+ 'text-halo-blur'?: undefined;
2126
+ 'icon-opacity'?: undefined;
2127
+ "text-opacity"?: undefined;
2128
+ };
2129
+ layout: {
2130
+ visibility: string;
2131
+ 'line-cap'?: undefined;
2132
+ 'line-join'?: undefined;
2133
+ 'text-font'?: undefined;
2134
+ 'text-max-angle'?: undefined;
2135
+ 'symbol-spacing'?: undefined;
2136
+ 'text-size'?: undefined;
2137
+ 'symbol-placement'?: undefined;
2138
+ 'text-pitch-alignment'?: undefined;
2139
+ "text-field"?: undefined;
2140
+ 'icon-image'?: undefined;
2141
+ 'text-offset'?: undefined;
2142
+ 'text-anchor'?: undefined;
2143
+ 'text-letter-spacing'?: undefined;
2144
+ 'text-line-height'?: undefined;
2145
+ 'text-max-width'?: undefined;
2146
+ 'text-transform'?: undefined;
2147
+ 'text-padding'?: undefined;
2148
+ 'text-radial-offset'?: undefined;
2149
+ 'symbol-sort-key'?: undefined;
2150
+ 'text-justify'?: undefined;
2151
+ };
2152
+ source: string;
2153
+ "source-layer": string;
2058
2154
  metadata?: undefined;
2059
2155
  maxzoom?: undefined;
2060
2156
  minzoom?: undefined;