@idmwx/idmui-gl3 6.5.8 → 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.
@@ -283,118 +283,13 @@ export declare class MapboxHelper {
283
283
  name: string;
284
284
  };
285
285
  sources: {
286
- composite: {
286
+ "mapbox://neatchenheng.y9g03oyncq0m": {
287
+ url: string;
287
288
  type: string;
289
+ };
290
+ composite: {
288
291
  url: string;
289
- data: {
290
- attribution: string;
291
- bounds: number[];
292
- center: number[];
293
- description: string;
294
- format: string;
295
- language_options: {
296
- ar: string;
297
- ca: string;
298
- cs: string;
299
- da: string;
300
- de: string;
301
- el: string;
302
- en: string;
303
- es: string;
304
- fa: string;
305
- fi: string;
306
- fr: string;
307
- he: string;
308
- hu: string;
309
- id: string;
310
- it: string;
311
- ja: string;
312
- ka: string;
313
- ko: string;
314
- local: string;
315
- lv: string;
316
- ms: string;
317
- nb: string;
318
- nl: string;
319
- no: string;
320
- pl: string;
321
- pt: string;
322
- ro: string;
323
- ru: string;
324
- sk: string;
325
- sl: string;
326
- sr: string;
327
- sv: string;
328
- th: string;
329
- tl: string;
330
- tr: string;
331
- uk: string;
332
- vi: string;
333
- 'zh-Hans': string;
334
- 'zh-Hant': string;
335
- };
336
- mapbox_logo: boolean;
337
- maskLevel: number;
338
- maxzoom: number;
339
- minzoom: number;
340
- mts: boolean;
341
- name: string;
342
- scheme: string;
343
- tilejson: string;
344
- tiles: string[];
345
- vector_layers: ({
346
- id: string;
347
- minzoom: number;
348
- source: string;
349
- maxzoom?: undefined;
350
- source_name?: undefined;
351
- description?: undefined;
352
- fields?: undefined;
353
- } | {
354
- id: string;
355
- maxzoom: number;
356
- minzoom: number;
357
- source: string;
358
- source_name?: undefined;
359
- description?: undefined;
360
- fields?: undefined;
361
- } | {
362
- id: string;
363
- maxzoom: number;
364
- minzoom: number;
365
- source: string;
366
- source_name: string;
367
- description?: undefined;
368
- fields?: undefined;
369
- } | {
370
- description: string;
371
- fields: {
372
- ICECODE: string;
373
- ORIG_FID: string;
374
- Shape_Area: string;
375
- Shape_Leng: string;
376
- };
377
- id: string;
378
- maxzoom: number;
379
- minzoom: number;
380
- source: string;
381
- source_name: string;
382
- })[];
383
- worldview_default: string;
384
- worldview_options: {
385
- ALL: string;
386
- AR: string;
387
- CN: string;
388
- IN: string;
389
- JP: string;
390
- MA: string;
391
- RS: string;
392
- RU: string;
393
- TR: string;
394
- US: string;
395
- VN: string;
396
- };
397
- };
292
+ type: string;
398
293
  };
399
294
  };
400
295
  layers: ({
@@ -406,8 +301,8 @@ export declare class MapboxHelper {
406
301
  };
407
302
  paint: {
408
303
  'background-color': string;
409
- 'fill-color'?: undefined;
410
- 'fill-opacity'?: undefined;
304
+ "fill-color"?: undefined;
305
+ "fill-opacity"?: undefined;
411
306
  'fill-antialias'?: undefined;
412
307
  'line-color'?: undefined;
413
308
  'line-width'?: undefined;
@@ -419,15 +314,16 @@ export declare class MapboxHelper {
419
314
  'fill-translate-anchor'?: undefined;
420
315
  'fill-pattern'?: undefined;
421
316
  'line-dasharray'?: undefined;
422
- 'text-color'?: undefined;
423
- 'text-halo-color'?: undefined;
424
- 'text-halo-width'?: undefined;
317
+ "text-color"?: undefined;
318
+ "text-halo-color"?: undefined;
319
+ "text-halo-width"?: undefined;
425
320
  'text-halo-blur'?: undefined;
426
321
  'icon-opacity'?: undefined;
427
- 'text-opacity'?: undefined;
322
+ "text-opacity"?: undefined;
323
+ "fill-outline-color"?: undefined;
428
324
  };
429
325
  source?: undefined;
430
- 'source-layer'?: undefined;
326
+ "source-layer"?: undefined;
431
327
  maxzoom?: undefined;
432
328
  minzoom?: undefined;
433
329
  filter?: undefined;
@@ -457,12 +353,13 @@ export declare class MapboxHelper {
457
353
  'fill-translate-anchor'?: undefined;
458
354
  'fill-pattern'?: undefined;
459
355
  'line-dasharray'?: undefined;
460
- 'text-color'?: undefined;
461
- 'text-halo-color'?: undefined;
462
- 'text-halo-width'?: undefined;
356
+ "text-color"?: undefined;
357
+ "text-halo-color"?: undefined;
358
+ "text-halo-width"?: undefined;
463
359
  'text-halo-blur'?: undefined;
464
360
  'icon-opacity'?: undefined;
465
- 'text-opacity'?: undefined;
361
+ "text-opacity"?: undefined;
362
+ "fill-outline-color"?: undefined;
466
363
  };
467
364
  minzoom?: undefined;
468
365
  filter?: undefined;
@@ -483,8 +380,8 @@ export declare class MapboxHelper {
483
380
  'line-width': (string | number | (string | number)[])[];
484
381
  'line-blur': (string | number | (string | number)[])[];
485
382
  'background-color'?: undefined;
486
- 'fill-color'?: undefined;
487
- 'fill-opacity'?: undefined;
383
+ "fill-color"?: undefined;
384
+ "fill-opacity"?: undefined;
488
385
  'fill-antialias'?: undefined;
489
386
  'line-translate'?: undefined;
490
387
  'line-translate-anchor'?: undefined;
@@ -493,12 +390,13 @@ export declare class MapboxHelper {
493
390
  'fill-translate-anchor'?: undefined;
494
391
  'fill-pattern'?: undefined;
495
392
  'line-dasharray'?: undefined;
496
- 'text-color'?: undefined;
497
- 'text-halo-color'?: undefined;
498
- 'text-halo-width'?: undefined;
393
+ "text-color"?: undefined;
394
+ "text-halo-color"?: undefined;
395
+ "text-halo-width"?: undefined;
499
396
  'text-halo-blur'?: undefined;
500
397
  'icon-opacity'?: undefined;
501
- 'text-opacity'?: undefined;
398
+ "text-opacity"?: undefined;
399
+ "fill-outline-color"?: undefined;
502
400
  };
503
401
  maxzoom?: undefined;
504
402
  layout?: undefined;
@@ -528,12 +426,13 @@ export declare class MapboxHelper {
528
426
  'fill-translate-anchor'?: undefined;
529
427
  'fill-pattern'?: undefined;
530
428
  'line-dasharray'?: undefined;
531
- 'text-color'?: undefined;
532
- 'text-halo-color'?: undefined;
533
- 'text-halo-width'?: undefined;
429
+ "text-color"?: undefined;
430
+ "text-halo-color"?: undefined;
431
+ "text-halo-width"?: undefined;
534
432
  'text-halo-blur'?: undefined;
535
433
  'icon-opacity'?: undefined;
536
- 'text-opacity'?: undefined;
434
+ "text-opacity"?: undefined;
435
+ "fill-outline-color"?: undefined;
537
436
  };
538
437
  maxzoom?: undefined;
539
438
  layout?: undefined;
@@ -551,8 +450,8 @@ export declare class MapboxHelper {
551
450
  paint: {
552
451
  'line-color': string;
553
452
  'background-color'?: undefined;
554
- 'fill-color'?: undefined;
555
- 'fill-opacity'?: undefined;
453
+ "fill-color"?: undefined;
454
+ "fill-opacity"?: undefined;
556
455
  'fill-antialias'?: undefined;
557
456
  'line-width'?: undefined;
558
457
  'line-blur'?: undefined;
@@ -563,12 +462,13 @@ export declare class MapboxHelper {
563
462
  'fill-translate-anchor'?: undefined;
564
463
  'fill-pattern'?: undefined;
565
464
  'line-dasharray'?: undefined;
566
- 'text-color'?: undefined;
567
- 'text-halo-color'?: undefined;
568
- 'text-halo-width'?: undefined;
465
+ "text-color"?: undefined;
466
+ "text-halo-color"?: undefined;
467
+ "text-halo-width"?: undefined;
569
468
  'text-halo-blur'?: undefined;
570
469
  'icon-opacity'?: undefined;
571
- 'text-opacity'?: undefined;
470
+ "text-opacity"?: undefined;
471
+ "fill-outline-color"?: undefined;
572
472
  };
573
473
  maxzoom?: undefined;
574
474
  layout?: undefined;
@@ -591,7 +491,7 @@ export declare class MapboxHelper {
591
491
  'text-size'?: undefined;
592
492
  'symbol-placement'?: undefined;
593
493
  'text-pitch-alignment'?: undefined;
594
- 'text-field'?: undefined;
494
+ "text-field"?: undefined;
595
495
  visibility?: undefined;
596
496
  'icon-image'?: undefined;
597
497
  'text-offset'?: undefined;
@@ -612,20 +512,21 @@ export declare class MapboxHelper {
612
512
  'line-translate-anchor': string;
613
513
  'line-opacity': (string | number | string[])[];
614
514
  'background-color'?: undefined;
615
- 'fill-color'?: undefined;
616
- 'fill-opacity'?: undefined;
515
+ "fill-color"?: undefined;
516
+ "fill-opacity"?: undefined;
617
517
  'fill-antialias'?: undefined;
618
518
  'line-blur'?: undefined;
619
519
  'fill-translate'?: undefined;
620
520
  'fill-translate-anchor'?: undefined;
621
521
  'fill-pattern'?: undefined;
622
522
  'line-dasharray'?: undefined;
623
- 'text-color'?: undefined;
624
- 'text-halo-color'?: undefined;
625
- 'text-halo-width'?: undefined;
523
+ "text-color"?: undefined;
524
+ "text-halo-color"?: undefined;
525
+ "text-halo-width"?: undefined;
626
526
  'text-halo-blur'?: undefined;
627
527
  'icon-opacity'?: undefined;
628
- 'text-opacity'?: undefined;
528
+ "text-opacity"?: undefined;
529
+ "fill-outline-color"?: undefined;
629
530
  };
630
531
  maxzoom?: undefined;
631
532
  filter?: undefined;
@@ -644,7 +545,7 @@ export declare class MapboxHelper {
644
545
  'fill-translate': (string | number | (string | number)[] | (string | number[])[])[];
645
546
  'fill-translate-anchor': string;
646
547
  'background-color'?: undefined;
647
- 'fill-opacity'?: undefined;
548
+ "fill-opacity"?: undefined;
648
549
  'fill-antialias'?: undefined;
649
550
  'line-color'?: undefined;
650
551
  'line-width'?: undefined;
@@ -654,12 +555,13 @@ export declare class MapboxHelper {
654
555
  'line-opacity'?: undefined;
655
556
  'fill-pattern'?: undefined;
656
557
  'line-dasharray'?: undefined;
657
- 'text-color'?: undefined;
658
- 'text-halo-color'?: undefined;
659
- 'text-halo-width'?: undefined;
558
+ "text-color"?: undefined;
559
+ "text-halo-color"?: undefined;
560
+ "text-halo-width"?: undefined;
660
561
  'text-halo-blur'?: undefined;
661
562
  'icon-opacity'?: undefined;
662
- 'text-opacity'?: undefined;
563
+ "text-opacity"?: undefined;
564
+ "fill-outline-color"?: undefined;
663
565
  };
664
566
  maxzoom?: undefined;
665
567
  filter?: undefined;
@@ -683,7 +585,7 @@ export declare class MapboxHelper {
683
585
  'text-size'?: undefined;
684
586
  'symbol-placement'?: undefined;
685
587
  'text-pitch-alignment'?: undefined;
686
- 'text-field'?: undefined;
588
+ "text-field"?: undefined;
687
589
  visibility?: undefined;
688
590
  'icon-image'?: undefined;
689
591
  'text-offset'?: undefined;
@@ -702,8 +604,8 @@ export declare class MapboxHelper {
702
604
  'line-width': (string | number | (string | number | string[])[])[];
703
605
  'line-opacity': (string | number | string[])[];
704
606
  'background-color'?: undefined;
705
- 'fill-color'?: undefined;
706
- 'fill-opacity'?: undefined;
607
+ "fill-color"?: undefined;
608
+ "fill-opacity"?: undefined;
707
609
  'fill-antialias'?: undefined;
708
610
  'line-blur'?: undefined;
709
611
  'line-translate'?: undefined;
@@ -712,12 +614,13 @@ export declare class MapboxHelper {
712
614
  'fill-translate-anchor'?: undefined;
713
615
  'fill-pattern'?: undefined;
714
616
  'line-dasharray'?: undefined;
715
- 'text-color'?: undefined;
716
- 'text-halo-color'?: undefined;
717
- 'text-halo-width'?: undefined;
617
+ "text-color"?: undefined;
618
+ "text-halo-color"?: undefined;
619
+ "text-halo-width"?: undefined;
718
620
  'text-halo-blur'?: undefined;
719
621
  'icon-opacity'?: undefined;
720
- 'text-opacity'?: undefined;
622
+ "text-opacity"?: undefined;
623
+ "fill-outline-color"?: undefined;
721
624
  };
722
625
  maxzoom?: undefined;
723
626
  filter?: undefined;
@@ -733,7 +636,7 @@ export declare class MapboxHelper {
733
636
  paint: {
734
637
  'fill-color': string;
735
638
  'background-color'?: undefined;
736
- 'fill-opacity'?: undefined;
639
+ "fill-opacity"?: undefined;
737
640
  'fill-antialias'?: undefined;
738
641
  'line-color'?: undefined;
739
642
  'line-width'?: undefined;
@@ -745,12 +648,13 @@ export declare class MapboxHelper {
745
648
  'fill-translate-anchor'?: undefined;
746
649
  'fill-pattern'?: undefined;
747
650
  'line-dasharray'?: undefined;
748
- 'text-color'?: undefined;
749
- 'text-halo-color'?: undefined;
750
- 'text-halo-width'?: undefined;
651
+ "text-color"?: undefined;
652
+ "text-halo-color"?: undefined;
653
+ "text-halo-width"?: undefined;
751
654
  'text-halo-blur'?: undefined;
752
655
  'icon-opacity'?: undefined;
753
- 'text-opacity'?: undefined;
656
+ "text-opacity"?: undefined;
657
+ "fill-outline-color"?: undefined;
754
658
  };
755
659
  maxzoom?: undefined;
756
660
  minzoom?: undefined;
@@ -770,7 +674,7 @@ export declare class MapboxHelper {
770
674
  'fill-antialias': boolean;
771
675
  'fill-color': (string | number | (string | number | string[])[])[];
772
676
  'background-color'?: undefined;
773
- 'fill-opacity'?: undefined;
677
+ "fill-opacity"?: undefined;
774
678
  'line-color'?: undefined;
775
679
  'line-width'?: undefined;
776
680
  'line-blur'?: undefined;
@@ -781,12 +685,13 @@ export declare class MapboxHelper {
781
685
  'fill-translate-anchor'?: undefined;
782
686
  'fill-pattern'?: undefined;
783
687
  'line-dasharray'?: undefined;
784
- 'text-color'?: undefined;
785
- 'text-halo-color'?: undefined;
786
- 'text-halo-width'?: undefined;
688
+ "text-color"?: undefined;
689
+ "text-halo-color"?: undefined;
690
+ "text-halo-width"?: undefined;
787
691
  'text-halo-blur'?: undefined;
788
692
  'icon-opacity'?: undefined;
789
- 'text-opacity'?: undefined;
693
+ "text-opacity"?: undefined;
694
+ "fill-outline-color"?: undefined;
790
695
  };
791
696
  minzoom?: undefined;
792
697
  filter?: undefined;
@@ -817,12 +722,13 @@ export declare class MapboxHelper {
817
722
  'fill-translate-anchor'?: undefined;
818
723
  'fill-pattern'?: undefined;
819
724
  'line-dasharray'?: undefined;
820
- 'text-color'?: undefined;
821
- 'text-halo-color'?: undefined;
822
- 'text-halo-width'?: undefined;
725
+ "text-color"?: undefined;
726
+ "text-halo-color"?: undefined;
727
+ "text-halo-width"?: undefined;
823
728
  'text-halo-blur'?: undefined;
824
729
  'icon-opacity'?: undefined;
825
- 'text-opacity'?: undefined;
730
+ "text-opacity"?: undefined;
731
+ "fill-outline-color"?: undefined;
826
732
  };
827
733
  maxzoom?: undefined;
828
734
  layout?: undefined;
@@ -852,12 +758,13 @@ export declare class MapboxHelper {
852
758
  'line-opacity'?: undefined;
853
759
  'fill-translate'?: undefined;
854
760
  'line-dasharray'?: undefined;
855
- 'text-color'?: undefined;
856
- 'text-halo-color'?: undefined;
857
- 'text-halo-width'?: undefined;
761
+ "text-color"?: undefined;
762
+ "text-halo-color"?: undefined;
763
+ "text-halo-width"?: undefined;
858
764
  'text-halo-blur'?: undefined;
859
765
  'icon-opacity'?: undefined;
860
- 'text-opacity'?: undefined;
766
+ "text-opacity"?: undefined;
767
+ "fill-outline-color"?: undefined;
861
768
  };
862
769
  maxzoom?: undefined;
863
770
  layout?: undefined;
@@ -875,7 +782,7 @@ export declare class MapboxHelper {
875
782
  paint: {
876
783
  'fill-color': string;
877
784
  'background-color'?: undefined;
878
- 'fill-opacity'?: undefined;
785
+ "fill-opacity"?: undefined;
879
786
  'fill-antialias'?: undefined;
880
787
  'line-color'?: undefined;
881
788
  'line-width'?: undefined;
@@ -887,12 +794,13 @@ export declare class MapboxHelper {
887
794
  'fill-translate-anchor'?: undefined;
888
795
  'fill-pattern'?: undefined;
889
796
  'line-dasharray'?: undefined;
890
- 'text-color'?: undefined;
891
- 'text-halo-color'?: undefined;
892
- 'text-halo-width'?: undefined;
797
+ "text-color"?: undefined;
798
+ "text-halo-color"?: undefined;
799
+ "text-halo-width"?: undefined;
893
800
  'text-halo-blur'?: undefined;
894
801
  'icon-opacity'?: undefined;
895
- 'text-opacity'?: undefined;
802
+ "text-opacity"?: undefined;
803
+ "fill-outline-color"?: undefined;
896
804
  };
897
805
  maxzoom?: undefined;
898
806
  layout?: undefined;
@@ -916,7 +824,7 @@ export declare class MapboxHelper {
916
824
  'text-size'?: undefined;
917
825
  'symbol-placement'?: undefined;
918
826
  'text-pitch-alignment'?: undefined;
919
- 'text-field'?: undefined;
827
+ "text-field"?: undefined;
920
828
  visibility?: undefined;
921
829
  'icon-image'?: undefined;
922
830
  'text-offset'?: undefined;
@@ -934,8 +842,8 @@ export declare class MapboxHelper {
934
842
  'line-width': (string | number | (string | number)[])[];
935
843
  'line-color': string;
936
844
  'background-color'?: undefined;
937
- 'fill-color'?: undefined;
938
- 'fill-opacity'?: undefined;
845
+ "fill-color"?: undefined;
846
+ "fill-opacity"?: undefined;
939
847
  'fill-antialias'?: undefined;
940
848
  'line-blur'?: undefined;
941
849
  'line-translate'?: undefined;
@@ -945,12 +853,13 @@ export declare class MapboxHelper {
945
853
  'fill-translate-anchor'?: undefined;
946
854
  'fill-pattern'?: undefined;
947
855
  'line-dasharray'?: undefined;
948
- 'text-color'?: undefined;
949
- 'text-halo-color'?: undefined;
950
- 'text-halo-width'?: undefined;
856
+ "text-color"?: undefined;
857
+ "text-halo-color"?: undefined;
858
+ "text-halo-width"?: undefined;
951
859
  'text-halo-blur'?: undefined;
952
860
  'icon-opacity'?: undefined;
953
- 'text-opacity'?: undefined;
861
+ "text-opacity"?: undefined;
862
+ "fill-outline-color"?: undefined;
954
863
  };
955
864
  maxzoom?: undefined;
956
865
  } | {
@@ -961,7 +870,7 @@ export declare class MapboxHelper {
961
870
  paint: {
962
871
  'fill-color': (string | number | string[])[];
963
872
  'background-color'?: undefined;
964
- 'fill-opacity'?: undefined;
873
+ "fill-opacity"?: undefined;
965
874
  'fill-antialias'?: undefined;
966
875
  'line-color'?: undefined;
967
876
  'line-width'?: undefined;
@@ -973,12 +882,13 @@ export declare class MapboxHelper {
973
882
  'fill-translate-anchor'?: undefined;
974
883
  'fill-pattern'?: undefined;
975
884
  'line-dasharray'?: undefined;
976
- 'text-color'?: undefined;
977
- 'text-halo-color'?: undefined;
978
- 'text-halo-width'?: undefined;
885
+ "text-color"?: undefined;
886
+ "text-halo-color"?: undefined;
887
+ "text-halo-width"?: undefined;
979
888
  'text-halo-blur'?: undefined;
980
889
  'icon-opacity'?: undefined;
981
- 'text-opacity'?: undefined;
890
+ "text-opacity"?: undefined;
891
+ "fill-outline-color"?: undefined;
982
892
  };
983
893
  metadata?: undefined;
984
894
  maxzoom?: undefined;
@@ -1002,8 +912,8 @@ export declare class MapboxHelper {
1002
912
  'line-opacity': (string | number | string[])[];
1003
913
  'line-blur': (string | number | string[])[];
1004
914
  'background-color'?: undefined;
1005
- 'fill-color'?: undefined;
1006
- 'fill-opacity'?: undefined;
915
+ "fill-color"?: undefined;
916
+ "fill-opacity"?: undefined;
1007
917
  'fill-antialias'?: undefined;
1008
918
  'line-translate'?: undefined;
1009
919
  'line-translate-anchor'?: undefined;
@@ -1011,12 +921,13 @@ export declare class MapboxHelper {
1011
921
  'fill-translate-anchor'?: undefined;
1012
922
  'fill-pattern'?: undefined;
1013
923
  'line-dasharray'?: undefined;
1014
- 'text-color'?: undefined;
1015
- 'text-halo-color'?: undefined;
1016
- 'text-halo-width'?: undefined;
924
+ "text-color"?: undefined;
925
+ "text-halo-color"?: undefined;
926
+ "text-halo-width"?: undefined;
1017
927
  'text-halo-blur'?: undefined;
1018
928
  'icon-opacity'?: undefined;
1019
- 'text-opacity'?: undefined;
929
+ "text-opacity"?: undefined;
930
+ "fill-outline-color"?: undefined;
1020
931
  };
1021
932
  maxzoom?: undefined;
1022
933
  layout?: undefined;
@@ -1036,8 +947,8 @@ export declare class MapboxHelper {
1036
947
  'line-width': (string | number | string[])[];
1037
948
  'line-dasharray': (string | number | (string | number[])[])[];
1038
949
  'background-color'?: undefined;
1039
- 'fill-color'?: undefined;
1040
- 'fill-opacity'?: undefined;
950
+ "fill-color"?: undefined;
951
+ "fill-opacity"?: undefined;
1041
952
  'fill-antialias'?: undefined;
1042
953
  'line-blur'?: undefined;
1043
954
  'line-translate'?: undefined;
@@ -1046,12 +957,13 @@ export declare class MapboxHelper {
1046
957
  'fill-translate'?: undefined;
1047
958
  'fill-translate-anchor'?: undefined;
1048
959
  'fill-pattern'?: undefined;
1049
- 'text-color'?: undefined;
1050
- 'text-halo-color'?: undefined;
1051
- 'text-halo-width'?: undefined;
960
+ "text-color"?: undefined;
961
+ "text-halo-color"?: undefined;
962
+ "text-halo-width"?: undefined;
1052
963
  'text-halo-blur'?: undefined;
1053
964
  'icon-opacity'?: undefined;
1054
- 'text-opacity'?: undefined;
965
+ "text-opacity"?: undefined;
966
+ "fill-outline-color"?: undefined;
1055
967
  };
1056
968
  maxzoom?: undefined;
1057
969
  layout?: undefined;
@@ -1093,8 +1005,8 @@ export declare class MapboxHelper {
1093
1005
  'text-color': string;
1094
1006
  'text-halo-color': string;
1095
1007
  'background-color'?: undefined;
1096
- 'fill-color'?: undefined;
1097
- 'fill-opacity'?: undefined;
1008
+ "fill-color"?: undefined;
1009
+ "fill-opacity"?: undefined;
1098
1010
  'fill-antialias'?: undefined;
1099
1011
  'line-color'?: undefined;
1100
1012
  'line-width'?: undefined;
@@ -1106,10 +1018,11 @@ export declare class MapboxHelper {
1106
1018
  'fill-translate-anchor'?: undefined;
1107
1019
  'fill-pattern'?: undefined;
1108
1020
  'line-dasharray'?: undefined;
1109
- 'text-halo-width'?: undefined;
1021
+ "text-halo-width"?: undefined;
1110
1022
  'text-halo-blur'?: undefined;
1111
1023
  'icon-opacity'?: undefined;
1112
- 'text-opacity'?: undefined;
1024
+ "text-opacity"?: undefined;
1025
+ "fill-outline-color"?: undefined;
1113
1026
  };
1114
1027
  maxzoom?: undefined;
1115
1028
  } | {
@@ -1152,8 +1065,8 @@ export declare class MapboxHelper {
1152
1065
  'text-halo-blur': number;
1153
1066
  'text-color': string;
1154
1067
  'background-color'?: undefined;
1155
- 'fill-color'?: undefined;
1156
- 'fill-opacity'?: undefined;
1068
+ "fill-color"?: undefined;
1069
+ "fill-opacity"?: undefined;
1157
1070
  'fill-antialias'?: undefined;
1158
1071
  'line-color'?: undefined;
1159
1072
  'line-width'?: undefined;
@@ -1166,7 +1079,8 @@ export declare class MapboxHelper {
1166
1079
  'fill-pattern'?: undefined;
1167
1080
  'line-dasharray'?: undefined;
1168
1081
  'icon-opacity'?: undefined;
1169
- 'text-opacity'?: undefined;
1082
+ "text-opacity"?: undefined;
1083
+ "fill-outline-color"?: undefined;
1170
1084
  };
1171
1085
  maxzoom?: undefined;
1172
1086
  } | {
@@ -1210,8 +1124,8 @@ export declare class MapboxHelper {
1210
1124
  'text-halo-blur': number;
1211
1125
  'text-color': string;
1212
1126
  'background-color'?: undefined;
1213
- 'fill-color'?: undefined;
1214
- 'fill-opacity'?: undefined;
1127
+ "fill-color"?: undefined;
1128
+ "fill-opacity"?: undefined;
1215
1129
  'fill-antialias'?: undefined;
1216
1130
  'line-color'?: undefined;
1217
1131
  'line-width'?: undefined;
@@ -1223,7 +1137,8 @@ export declare class MapboxHelper {
1223
1137
  'fill-translate-anchor'?: undefined;
1224
1138
  'fill-pattern'?: undefined;
1225
1139
  'line-dasharray'?: undefined;
1226
- 'text-opacity'?: undefined;
1140
+ "text-opacity"?: undefined;
1141
+ "fill-outline-color"?: undefined;
1227
1142
  };
1228
1143
  maxzoom?: undefined;
1229
1144
  } | {
@@ -1264,8 +1179,8 @@ export declare class MapboxHelper {
1264
1179
  'text-color': (string | string[])[];
1265
1180
  'text-halo-color': string;
1266
1181
  'background-color'?: undefined;
1267
- 'fill-color'?: undefined;
1268
- 'fill-opacity'?: undefined;
1182
+ "fill-color"?: undefined;
1183
+ "fill-opacity"?: undefined;
1269
1184
  'fill-antialias'?: undefined;
1270
1185
  'line-color'?: undefined;
1271
1186
  'line-width'?: undefined;
@@ -1277,10 +1192,11 @@ export declare class MapboxHelper {
1277
1192
  'fill-translate-anchor'?: undefined;
1278
1193
  'fill-pattern'?: undefined;
1279
1194
  'line-dasharray'?: undefined;
1280
- 'text-halo-width'?: undefined;
1195
+ "text-halo-width"?: undefined;
1281
1196
  'text-halo-blur'?: undefined;
1282
1197
  'icon-opacity'?: undefined;
1283
- 'text-opacity'?: undefined;
1198
+ "text-opacity"?: undefined;
1199
+ "fill-outline-color"?: undefined;
1284
1200
  };
1285
1201
  maxzoom?: undefined;
1286
1202
  } | {
@@ -1321,8 +1237,8 @@ export declare class MapboxHelper {
1321
1237
  'text-color': (string | string[])[];
1322
1238
  'text-halo-color': string;
1323
1239
  'background-color'?: undefined;
1324
- 'fill-color'?: undefined;
1325
- 'fill-opacity'?: undefined;
1240
+ "fill-color"?: undefined;
1241
+ "fill-opacity"?: undefined;
1326
1242
  'fill-antialias'?: undefined;
1327
1243
  'line-color'?: undefined;
1328
1244
  'line-width'?: undefined;
@@ -1334,10 +1250,11 @@ export declare class MapboxHelper {
1334
1250
  'fill-translate-anchor'?: undefined;
1335
1251
  'fill-pattern'?: undefined;
1336
1252
  'line-dasharray'?: undefined;
1337
- 'text-halo-width'?: undefined;
1253
+ "text-halo-width"?: undefined;
1338
1254
  'text-halo-blur'?: undefined;
1339
1255
  'icon-opacity'?: undefined;
1340
- 'text-opacity'?: undefined;
1256
+ "text-opacity"?: undefined;
1257
+ "fill-outline-color"?: undefined;
1341
1258
  };
1342
1259
  maxzoom?: undefined;
1343
1260
  } | {
@@ -1381,8 +1298,8 @@ export declare class MapboxHelper {
1381
1298
  'text-color': string;
1382
1299
  'text-halo-blur': number;
1383
1300
  'background-color'?: undefined;
1384
- 'fill-color'?: undefined;
1385
- 'fill-opacity'?: undefined;
1301
+ "fill-color"?: undefined;
1302
+ "fill-opacity"?: undefined;
1386
1303
  'fill-antialias'?: undefined;
1387
1304
  'line-color'?: undefined;
1388
1305
  'line-width'?: undefined;
@@ -1395,7 +1312,8 @@ export declare class MapboxHelper {
1395
1312
  'fill-pattern'?: undefined;
1396
1313
  'line-dasharray'?: undefined;
1397
1314
  'icon-opacity'?: undefined;
1398
- 'text-opacity'?: undefined;
1315
+ "text-opacity"?: undefined;
1316
+ "fill-outline-color"?: undefined;
1399
1317
  };
1400
1318
  } | {
1401
1319
  id: string;
@@ -1438,8 +1356,8 @@ export declare class MapboxHelper {
1438
1356
  'text-halo-width': number;
1439
1357
  'text-halo-blur': number;
1440
1358
  'background-color'?: undefined;
1441
- 'fill-color'?: undefined;
1442
- 'fill-opacity'?: undefined;
1359
+ "fill-color"?: undefined;
1360
+ "fill-opacity"?: undefined;
1443
1361
  'fill-antialias'?: undefined;
1444
1362
  'line-color'?: undefined;
1445
1363
  'line-width'?: undefined;
@@ -1452,7 +1370,8 @@ export declare class MapboxHelper {
1452
1370
  'fill-pattern'?: undefined;
1453
1371
  'line-dasharray'?: undefined;
1454
1372
  'icon-opacity'?: undefined;
1455
- 'text-opacity'?: undefined;
1373
+ "text-opacity"?: undefined;
1374
+ "fill-outline-color"?: undefined;
1456
1375
  };
1457
1376
  } | {
1458
1377
  id: string;
@@ -1495,8 +1414,8 @@ export declare class MapboxHelper {
1495
1414
  'text-halo-width': number;
1496
1415
  'text-halo-blur': number;
1497
1416
  'background-color'?: undefined;
1498
- 'fill-color'?: undefined;
1499
- 'fill-opacity'?: undefined;
1417
+ "fill-color"?: undefined;
1418
+ "fill-opacity"?: undefined;
1500
1419
  'fill-antialias'?: undefined;
1501
1420
  'line-color'?: undefined;
1502
1421
  'line-width'?: undefined;
@@ -1509,7 +1428,8 @@ export declare class MapboxHelper {
1509
1428
  'fill-pattern'?: undefined;
1510
1429
  'line-dasharray'?: undefined;
1511
1430
  'icon-opacity'?: undefined;
1512
- 'text-opacity'?: undefined;
1431
+ "text-opacity"?: undefined;
1432
+ "fill-outline-color"?: undefined;
1513
1433
  };
1514
1434
  } | {
1515
1435
  id: string;
@@ -1552,8 +1472,8 @@ export declare class MapboxHelper {
1552
1472
  'text-halo-width': number;
1553
1473
  'text-opacity': number;
1554
1474
  'background-color'?: undefined;
1555
- 'fill-color'?: undefined;
1556
- 'fill-opacity'?: undefined;
1475
+ "fill-color"?: undefined;
1476
+ "fill-opacity"?: undefined;
1557
1477
  'fill-antialias'?: undefined;
1558
1478
  'line-color'?: undefined;
1559
1479
  'line-width'?: undefined;
@@ -1567,6 +1487,7 @@ export declare class MapboxHelper {
1567
1487
  'line-dasharray'?: undefined;
1568
1488
  'text-halo-blur'?: undefined;
1569
1489
  'icon-opacity'?: undefined;
1490
+ "fill-outline-color"?: undefined;
1570
1491
  };
1571
1492
  } | {
1572
1493
  id: string;
@@ -1609,8 +1530,8 @@ export declare class MapboxHelper {
1609
1530
  'text-halo-color': (string | number | string[])[];
1610
1531
  'text-halo-width': number;
1611
1532
  'background-color'?: undefined;
1612
- 'fill-color'?: undefined;
1613
- 'fill-opacity'?: undefined;
1533
+ "fill-color"?: undefined;
1534
+ "fill-opacity"?: undefined;
1614
1535
  'fill-antialias'?: undefined;
1615
1536
  'line-color'?: undefined;
1616
1537
  'line-width'?: undefined;
@@ -1623,7 +1544,8 @@ export declare class MapboxHelper {
1623
1544
  'fill-pattern'?: undefined;
1624
1545
  'line-dasharray'?: undefined;
1625
1546
  'text-halo-blur'?: undefined;
1626
- 'text-opacity'?: undefined;
1547
+ "text-opacity"?: undefined;
1548
+ "fill-outline-color"?: undefined;
1627
1549
  };
1628
1550
  } | {
1629
1551
  id: string;
@@ -1666,8 +1588,8 @@ export declare class MapboxHelper {
1666
1588
  'text-halo-width': number;
1667
1589
  'text-opacity': (string | number | string[])[];
1668
1590
  'background-color'?: undefined;
1669
- 'fill-color'?: undefined;
1670
- 'fill-opacity'?: undefined;
1591
+ "fill-color"?: undefined;
1592
+ "fill-opacity"?: undefined;
1671
1593
  'fill-antialias'?: undefined;
1672
1594
  'line-color'?: undefined;
1673
1595
  'line-width'?: undefined;
@@ -1681,6 +1603,7 @@ export declare class MapboxHelper {
1681
1603
  'line-dasharray'?: undefined;
1682
1604
  'text-halo-blur'?: undefined;
1683
1605
  'icon-opacity'?: undefined;
1606
+ "fill-outline-color"?: undefined;
1684
1607
  };
1685
1608
  } | {
1686
1609
  id: string;
@@ -1698,7 +1621,7 @@ export declare class MapboxHelper {
1698
1621
  'text-size'?: undefined;
1699
1622
  'symbol-placement'?: undefined;
1700
1623
  'text-pitch-alignment'?: undefined;
1701
- 'text-field'?: undefined;
1624
+ "text-field"?: undefined;
1702
1625
  'icon-image'?: undefined;
1703
1626
  'text-offset'?: undefined;
1704
1627
  'text-anchor'?: undefined;
@@ -1717,8 +1640,8 @@ export declare class MapboxHelper {
1717
1640
  'line-width': (string | number | string[])[];
1718
1641
  'line-translate': number[];
1719
1642
  'background-color'?: undefined;
1720
- 'fill-color'?: undefined;
1721
- 'fill-opacity'?: undefined;
1643
+ "fill-color"?: undefined;
1644
+ "fill-opacity"?: undefined;
1722
1645
  'fill-antialias'?: undefined;
1723
1646
  'line-blur'?: undefined;
1724
1647
  'line-translate-anchor'?: undefined;
@@ -1726,12 +1649,13 @@ export declare class MapboxHelper {
1726
1649
  'fill-translate-anchor'?: undefined;
1727
1650
  'fill-pattern'?: undefined;
1728
1651
  'line-dasharray'?: undefined;
1729
- 'text-color'?: undefined;
1730
- 'text-halo-color'?: undefined;
1731
- 'text-halo-width'?: undefined;
1652
+ "text-color"?: undefined;
1653
+ "text-halo-color"?: undefined;
1654
+ "text-halo-width"?: undefined;
1732
1655
  'text-halo-blur'?: undefined;
1733
1656
  'icon-opacity'?: undefined;
1734
- 'text-opacity'?: undefined;
1657
+ "text-opacity"?: undefined;
1658
+ "fill-outline-color"?: undefined;
1735
1659
  };
1736
1660
  metadata?: undefined;
1737
1661
  maxzoom?: undefined;
@@ -1751,7 +1675,7 @@ export declare class MapboxHelper {
1751
1675
  'text-size'?: undefined;
1752
1676
  'symbol-placement'?: undefined;
1753
1677
  'text-pitch-alignment'?: undefined;
1754
- 'text-field'?: undefined;
1678
+ "text-field"?: undefined;
1755
1679
  'icon-image'?: undefined;
1756
1680
  'text-offset'?: undefined;
1757
1681
  'text-anchor'?: undefined;
@@ -1769,8 +1693,8 @@ export declare class MapboxHelper {
1769
1693
  'line-opacity': number;
1770
1694
  'line-width': (string | number | string[])[];
1771
1695
  'background-color'?: undefined;
1772
- 'fill-color'?: undefined;
1773
- 'fill-opacity'?: undefined;
1696
+ "fill-color"?: undefined;
1697
+ "fill-opacity"?: undefined;
1774
1698
  'fill-antialias'?: undefined;
1775
1699
  'line-blur'?: undefined;
1776
1700
  'line-translate'?: undefined;
@@ -1779,12 +1703,13 @@ export declare class MapboxHelper {
1779
1703
  'fill-translate-anchor'?: undefined;
1780
1704
  'fill-pattern'?: undefined;
1781
1705
  'line-dasharray'?: undefined;
1782
- 'text-color'?: undefined;
1783
- 'text-halo-color'?: undefined;
1784
- 'text-halo-width'?: undefined;
1706
+ "text-color"?: undefined;
1707
+ "text-halo-color"?: undefined;
1708
+ "text-halo-width"?: undefined;
1785
1709
  'text-halo-blur'?: undefined;
1786
1710
  'icon-opacity'?: undefined;
1787
- 'text-opacity'?: undefined;
1711
+ "text-opacity"?: undefined;
1712
+ "fill-outline-color"?: undefined;
1788
1713
  };
1789
1714
  metadata?: undefined;
1790
1715
  maxzoom?: undefined;
@@ -1805,7 +1730,7 @@ export declare class MapboxHelper {
1805
1730
  'text-size'?: undefined;
1806
1731
  'symbol-placement'?: undefined;
1807
1732
  'text-pitch-alignment'?: undefined;
1808
- 'text-field'?: undefined;
1733
+ "text-field"?: undefined;
1809
1734
  'icon-image'?: undefined;
1810
1735
  'text-offset'?: undefined;
1811
1736
  'text-anchor'?: undefined;
@@ -1821,8 +1746,8 @@ export declare class MapboxHelper {
1821
1746
  paint: {
1822
1747
  'line-color': string;
1823
1748
  'background-color'?: undefined;
1824
- 'fill-color'?: undefined;
1825
- 'fill-opacity'?: undefined;
1749
+ "fill-color"?: undefined;
1750
+ "fill-opacity"?: undefined;
1826
1751
  'fill-antialias'?: undefined;
1827
1752
  'line-width'?: undefined;
1828
1753
  'line-blur'?: undefined;
@@ -1833,12 +1758,13 @@ export declare class MapboxHelper {
1833
1758
  'fill-translate-anchor'?: undefined;
1834
1759
  'fill-pattern'?: undefined;
1835
1760
  'line-dasharray'?: undefined;
1836
- 'text-color'?: undefined;
1837
- 'text-halo-color'?: undefined;
1838
- 'text-halo-width'?: undefined;
1761
+ "text-color"?: undefined;
1762
+ "text-halo-color"?: undefined;
1763
+ "text-halo-width"?: undefined;
1839
1764
  'text-halo-blur'?: undefined;
1840
1765
  'icon-opacity'?: undefined;
1841
- 'text-opacity'?: undefined;
1766
+ "text-opacity"?: undefined;
1767
+ "fill-outline-color"?: undefined;
1842
1768
  };
1843
1769
  metadata?: undefined;
1844
1770
  maxzoom?: undefined;
@@ -1877,8 +1803,8 @@ export declare class MapboxHelper {
1877
1803
  'text-halo-width': number;
1878
1804
  'text-halo-blur': number;
1879
1805
  'background-color'?: undefined;
1880
- 'fill-color'?: undefined;
1881
- 'fill-opacity'?: undefined;
1806
+ "fill-color"?: undefined;
1807
+ "fill-opacity"?: undefined;
1882
1808
  'fill-antialias'?: undefined;
1883
1809
  'line-color'?: undefined;
1884
1810
  'line-width'?: undefined;
@@ -1890,9 +1816,10 @@ export declare class MapboxHelper {
1890
1816
  'fill-translate-anchor'?: undefined;
1891
1817
  'fill-pattern'?: undefined;
1892
1818
  'line-dasharray'?: undefined;
1893
- 'text-color'?: undefined;
1819
+ "text-color"?: undefined;
1894
1820
  'icon-opacity'?: undefined;
1895
- 'text-opacity'?: undefined;
1821
+ "text-opacity"?: undefined;
1822
+ "fill-outline-color"?: undefined;
1896
1823
  };
1897
1824
  metadata?: undefined;
1898
1825
  maxzoom?: undefined;
@@ -1913,7 +1840,7 @@ export declare class MapboxHelper {
1913
1840
  'text-size'?: undefined;
1914
1841
  'symbol-placement'?: undefined;
1915
1842
  'text-pitch-alignment'?: undefined;
1916
- 'text-field'?: undefined;
1843
+ "text-field"?: undefined;
1917
1844
  'icon-image'?: undefined;
1918
1845
  'text-offset'?: undefined;
1919
1846
  'text-anchor'?: undefined;
@@ -1930,8 +1857,8 @@ export declare class MapboxHelper {
1930
1857
  'line-color': string;
1931
1858
  'line-width': number;
1932
1859
  'background-color'?: undefined;
1933
- 'fill-color'?: undefined;
1934
- 'fill-opacity'?: undefined;
1860
+ "fill-color"?: undefined;
1861
+ "fill-opacity"?: undefined;
1935
1862
  'fill-antialias'?: undefined;
1936
1863
  'line-blur'?: undefined;
1937
1864
  'line-translate'?: undefined;
@@ -1941,12 +1868,13 @@ export declare class MapboxHelper {
1941
1868
  'fill-translate-anchor'?: undefined;
1942
1869
  'fill-pattern'?: undefined;
1943
1870
  'line-dasharray'?: undefined;
1944
- 'text-color'?: undefined;
1945
- 'text-halo-color'?: undefined;
1946
- 'text-halo-width'?: undefined;
1871
+ "text-color"?: undefined;
1872
+ "text-halo-color"?: undefined;
1873
+ "text-halo-width"?: undefined;
1947
1874
  'text-halo-blur'?: undefined;
1948
1875
  'icon-opacity'?: undefined;
1949
- 'text-opacity'?: undefined;
1876
+ "text-opacity"?: undefined;
1877
+ "fill-outline-color"?: undefined;
1950
1878
  };
1951
1879
  metadata?: undefined;
1952
1880
  maxzoom?: undefined;
@@ -1968,7 +1896,7 @@ export declare class MapboxHelper {
1968
1896
  'text-size'?: undefined;
1969
1897
  'symbol-placement'?: undefined;
1970
1898
  'text-pitch-alignment'?: undefined;
1971
- 'text-field'?: undefined;
1899
+ "text-field"?: undefined;
1972
1900
  'icon-image'?: undefined;
1973
1901
  'text-offset'?: undefined;
1974
1902
  'text-anchor'?: undefined;
@@ -1996,12 +1924,13 @@ export declare class MapboxHelper {
1996
1924
  'fill-translate-anchor'?: undefined;
1997
1925
  'fill-pattern'?: undefined;
1998
1926
  'line-dasharray'?: undefined;
1999
- 'text-color'?: undefined;
2000
- 'text-halo-color'?: undefined;
2001
- 'text-halo-width'?: undefined;
1927
+ "text-color"?: undefined;
1928
+ "text-halo-color"?: undefined;
1929
+ "text-halo-width"?: undefined;
2002
1930
  'text-halo-blur'?: undefined;
2003
1931
  'icon-opacity'?: undefined;
2004
- 'text-opacity'?: undefined;
1932
+ "text-opacity"?: undefined;
1933
+ "fill-outline-color"?: undefined;
2005
1934
  };
2006
1935
  metadata?: undefined;
2007
1936
  maxzoom?: undefined;
@@ -2039,8 +1968,8 @@ export declare class MapboxHelper {
2039
1968
  'text-halo-width': number;
2040
1969
  'text-color': string;
2041
1970
  'background-color'?: undefined;
2042
- 'fill-color'?: undefined;
2043
- 'fill-opacity'?: undefined;
1971
+ "fill-color"?: undefined;
1972
+ "fill-opacity"?: undefined;
2044
1973
  'fill-antialias'?: undefined;
2045
1974
  'line-color'?: undefined;
2046
1975
  'line-width'?: undefined;
@@ -2054,12 +1983,178 @@ export declare class MapboxHelper {
2054
1983
  'line-dasharray'?: undefined;
2055
1984
  'text-halo-blur'?: undefined;
2056
1985
  'icon-opacity'?: undefined;
2057
- 'text-opacity'?: undefined;
1986
+ "text-opacity"?: undefined;
1987
+ "fill-outline-color"?: undefined;
2058
1988
  };
2059
1989
  metadata?: undefined;
2060
1990
  maxzoom?: undefined;
2061
1991
  minzoom?: undefined;
2062
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;
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;
2154
+ metadata?: undefined;
2155
+ maxzoom?: undefined;
2156
+ minzoom?: undefined;
2157
+ filter?: undefined;
2063
2158
  })[];
2064
2159
  };
2065
2160
  }