@idmwx/idmui-gl3 5.4.1 → 5.4.2

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.
@@ -0,0 +1,29 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ namespace props {
5
+ namespace map {
6
+ const type: ObjectConstructor;
7
+ }
8
+ namespace enabled {
9
+ const type_1: BooleanConstructor;
10
+ export { type_1 as type };
11
+ }
12
+ }
13
+ function data(): {
14
+ labelLayer: string;
15
+ lineLayer: string;
16
+ fillLayer: string;
17
+ };
18
+ namespace watch {
19
+ export namespace enabled_1 {
20
+ function handler(): void;
21
+ const immediate: boolean;
22
+ }
23
+ export { enabled_1 as enabled };
24
+ }
25
+ namespace methods {
26
+ function handleRender(): void;
27
+ function handleClear(): void;
28
+ }
29
+ }
@@ -383,8 +383,8 @@ export declare class MapboxHelper {
383
383
  };
384
384
  paint: {
385
385
  'background-color': string;
386
- 'fill-color'?: undefined;
387
- 'fill-opacity'?: undefined;
386
+ "fill-color"?: undefined;
387
+ "fill-opacity"?: undefined;
388
388
  'fill-antialias'?: undefined;
389
389
  "line-color"?: undefined;
390
390
  "line-width"?: undefined;
@@ -396,7 +396,7 @@ export declare class MapboxHelper {
396
396
  'fill-translate-anchor'?: undefined;
397
397
  'fill-pattern'?: undefined;
398
398
  'line-dasharray'?: undefined;
399
- 'text-color'?: undefined;
399
+ "text-color"?: undefined;
400
400
  "text-halo-color"?: undefined;
401
401
  "text-halo-width"?: undefined;
402
402
  "text-halo-blur"?: undefined;
@@ -434,7 +434,7 @@ export declare class MapboxHelper {
434
434
  'fill-translate-anchor'?: undefined;
435
435
  'fill-pattern'?: undefined;
436
436
  'line-dasharray'?: undefined;
437
- 'text-color'?: undefined;
437
+ "text-color"?: undefined;
438
438
  "text-halo-color"?: undefined;
439
439
  "text-halo-width"?: undefined;
440
440
  "text-halo-blur"?: undefined;
@@ -460,8 +460,8 @@ export declare class MapboxHelper {
460
460
  'line-width': (string | number | (string | number)[])[];
461
461
  'line-blur': (string | number | (string | number)[])[];
462
462
  'background-color'?: undefined;
463
- 'fill-color'?: undefined;
464
- 'fill-opacity'?: undefined;
463
+ "fill-color"?: undefined;
464
+ "fill-opacity"?: undefined;
465
465
  'fill-antialias'?: undefined;
466
466
  "line-translate"?: undefined;
467
467
  'line-translate-anchor'?: undefined;
@@ -470,7 +470,7 @@ export declare class MapboxHelper {
470
470
  'fill-translate-anchor'?: undefined;
471
471
  'fill-pattern'?: undefined;
472
472
  'line-dasharray'?: undefined;
473
- 'text-color'?: undefined;
473
+ "text-color"?: undefined;
474
474
  "text-halo-color"?: undefined;
475
475
  "text-halo-width"?: undefined;
476
476
  "text-halo-blur"?: undefined;
@@ -505,7 +505,7 @@ export declare class MapboxHelper {
505
505
  'fill-translate-anchor'?: undefined;
506
506
  'fill-pattern'?: undefined;
507
507
  'line-dasharray'?: undefined;
508
- 'text-color'?: undefined;
508
+ "text-color"?: undefined;
509
509
  "text-halo-color"?: undefined;
510
510
  "text-halo-width"?: undefined;
511
511
  "text-halo-blur"?: undefined;
@@ -528,8 +528,8 @@ export declare class MapboxHelper {
528
528
  paint: {
529
529
  'line-color': string;
530
530
  'background-color'?: undefined;
531
- 'fill-color'?: undefined;
532
- 'fill-opacity'?: undefined;
531
+ "fill-color"?: undefined;
532
+ "fill-opacity"?: undefined;
533
533
  'fill-antialias'?: undefined;
534
534
  "line-width"?: undefined;
535
535
  'line-blur'?: undefined;
@@ -540,7 +540,7 @@ export declare class MapboxHelper {
540
540
  'fill-translate-anchor'?: undefined;
541
541
  'fill-pattern'?: undefined;
542
542
  'line-dasharray'?: undefined;
543
- 'text-color'?: undefined;
543
+ "text-color"?: undefined;
544
544
  "text-halo-color"?: undefined;
545
545
  "text-halo-width"?: undefined;
546
546
  "text-halo-blur"?: undefined;
@@ -589,15 +589,15 @@ export declare class MapboxHelper {
589
589
  'line-translate-anchor': string;
590
590
  'line-opacity': (string | number | string[])[];
591
591
  'background-color'?: undefined;
592
- 'fill-color'?: undefined;
593
- 'fill-opacity'?: undefined;
592
+ "fill-color"?: undefined;
593
+ "fill-opacity"?: undefined;
594
594
  'fill-antialias'?: undefined;
595
595
  'line-blur'?: undefined;
596
596
  'fill-translate'?: undefined;
597
597
  'fill-translate-anchor'?: undefined;
598
598
  'fill-pattern'?: undefined;
599
599
  'line-dasharray'?: undefined;
600
- 'text-color'?: undefined;
600
+ "text-color"?: undefined;
601
601
  "text-halo-color"?: undefined;
602
602
  "text-halo-width"?: undefined;
603
603
  "text-halo-blur"?: undefined;
@@ -621,7 +621,7 @@ export declare class MapboxHelper {
621
621
  'fill-translate': (string | number | (string | number)[] | (string | number[])[])[];
622
622
  'fill-translate-anchor': string;
623
623
  'background-color'?: undefined;
624
- 'fill-opacity'?: undefined;
624
+ "fill-opacity"?: undefined;
625
625
  'fill-antialias'?: undefined;
626
626
  "line-color"?: undefined;
627
627
  "line-width"?: undefined;
@@ -631,7 +631,7 @@ export declare class MapboxHelper {
631
631
  "line-opacity"?: undefined;
632
632
  'fill-pattern'?: undefined;
633
633
  'line-dasharray'?: undefined;
634
- 'text-color'?: undefined;
634
+ "text-color"?: undefined;
635
635
  "text-halo-color"?: undefined;
636
636
  "text-halo-width"?: undefined;
637
637
  "text-halo-blur"?: undefined;
@@ -679,8 +679,8 @@ export declare class MapboxHelper {
679
679
  'line-width': (string | number | (string | number | string[])[])[];
680
680
  'line-opacity': (string | number | string[])[];
681
681
  'background-color'?: undefined;
682
- 'fill-color'?: undefined;
683
- 'fill-opacity'?: undefined;
682
+ "fill-color"?: undefined;
683
+ "fill-opacity"?: undefined;
684
684
  'fill-antialias'?: undefined;
685
685
  'line-blur'?: undefined;
686
686
  "line-translate"?: undefined;
@@ -689,7 +689,7 @@ export declare class MapboxHelper {
689
689
  'fill-translate-anchor'?: undefined;
690
690
  'fill-pattern'?: undefined;
691
691
  'line-dasharray'?: undefined;
692
- 'text-color'?: undefined;
692
+ "text-color"?: undefined;
693
693
  "text-halo-color"?: undefined;
694
694
  "text-halo-width"?: undefined;
695
695
  "text-halo-blur"?: undefined;
@@ -710,7 +710,7 @@ export declare class MapboxHelper {
710
710
  paint: {
711
711
  'fill-color': string;
712
712
  'background-color'?: undefined;
713
- 'fill-opacity'?: undefined;
713
+ "fill-opacity"?: undefined;
714
714
  'fill-antialias'?: undefined;
715
715
  "line-color"?: undefined;
716
716
  "line-width"?: undefined;
@@ -722,7 +722,7 @@ export declare class MapboxHelper {
722
722
  'fill-translate-anchor'?: undefined;
723
723
  'fill-pattern'?: undefined;
724
724
  'line-dasharray'?: undefined;
725
- 'text-color'?: undefined;
725
+ "text-color"?: undefined;
726
726
  "text-halo-color"?: undefined;
727
727
  "text-halo-width"?: undefined;
728
728
  "text-halo-blur"?: undefined;
@@ -747,7 +747,7 @@ export declare class MapboxHelper {
747
747
  'fill-antialias': boolean;
748
748
  'fill-color': (string | number | (string | number | string[])[])[];
749
749
  'background-color'?: undefined;
750
- 'fill-opacity'?: undefined;
750
+ "fill-opacity"?: undefined;
751
751
  "line-color"?: undefined;
752
752
  "line-width"?: undefined;
753
753
  'line-blur'?: undefined;
@@ -758,7 +758,7 @@ export declare class MapboxHelper {
758
758
  'fill-translate-anchor'?: undefined;
759
759
  'fill-pattern'?: undefined;
760
760
  'line-dasharray'?: undefined;
761
- 'text-color'?: undefined;
761
+ "text-color"?: undefined;
762
762
  "text-halo-color"?: undefined;
763
763
  "text-halo-width"?: undefined;
764
764
  "text-halo-blur"?: undefined;
@@ -794,7 +794,7 @@ export declare class MapboxHelper {
794
794
  'fill-translate-anchor'?: undefined;
795
795
  'fill-pattern'?: undefined;
796
796
  'line-dasharray'?: undefined;
797
- 'text-color'?: undefined;
797
+ "text-color"?: undefined;
798
798
  "text-halo-color"?: undefined;
799
799
  "text-halo-width"?: undefined;
800
800
  "text-halo-blur"?: undefined;
@@ -829,7 +829,7 @@ export declare class MapboxHelper {
829
829
  "line-opacity"?: undefined;
830
830
  'fill-translate'?: undefined;
831
831
  'line-dasharray'?: undefined;
832
- 'text-color'?: undefined;
832
+ "text-color"?: undefined;
833
833
  "text-halo-color"?: undefined;
834
834
  "text-halo-width"?: undefined;
835
835
  "text-halo-blur"?: undefined;
@@ -852,7 +852,7 @@ export declare class MapboxHelper {
852
852
  paint: {
853
853
  'fill-color': string;
854
854
  'background-color'?: undefined;
855
- 'fill-opacity'?: undefined;
855
+ "fill-opacity"?: undefined;
856
856
  'fill-antialias'?: undefined;
857
857
  "line-color"?: undefined;
858
858
  "line-width"?: undefined;
@@ -864,7 +864,7 @@ export declare class MapboxHelper {
864
864
  'fill-translate-anchor'?: undefined;
865
865
  'fill-pattern'?: undefined;
866
866
  'line-dasharray'?: undefined;
867
- 'text-color'?: undefined;
867
+ "text-color"?: undefined;
868
868
  "text-halo-color"?: undefined;
869
869
  "text-halo-width"?: undefined;
870
870
  "text-halo-blur"?: undefined;
@@ -911,8 +911,8 @@ export declare class MapboxHelper {
911
911
  'line-width': (string | number | (string | number)[])[];
912
912
  'line-color': string;
913
913
  'background-color'?: undefined;
914
- 'fill-color'?: undefined;
915
- 'fill-opacity'?: undefined;
914
+ "fill-color"?: undefined;
915
+ "fill-opacity"?: undefined;
916
916
  'fill-antialias'?: undefined;
917
917
  'line-blur'?: undefined;
918
918
  "line-translate"?: undefined;
@@ -922,7 +922,7 @@ export declare class MapboxHelper {
922
922
  'fill-translate-anchor'?: undefined;
923
923
  'fill-pattern'?: undefined;
924
924
  'line-dasharray'?: undefined;
925
- 'text-color'?: undefined;
925
+ "text-color"?: undefined;
926
926
  "text-halo-color"?: undefined;
927
927
  "text-halo-width"?: undefined;
928
928
  "text-halo-blur"?: undefined;
@@ -938,7 +938,7 @@ export declare class MapboxHelper {
938
938
  paint: {
939
939
  'fill-color': (string | number | string[])[];
940
940
  'background-color'?: undefined;
941
- 'fill-opacity'?: undefined;
941
+ "fill-opacity"?: undefined;
942
942
  'fill-antialias'?: undefined;
943
943
  "line-color"?: undefined;
944
944
  "line-width"?: undefined;
@@ -950,7 +950,7 @@ export declare class MapboxHelper {
950
950
  'fill-translate-anchor'?: undefined;
951
951
  'fill-pattern'?: undefined;
952
952
  'line-dasharray'?: undefined;
953
- 'text-color'?: undefined;
953
+ "text-color"?: undefined;
954
954
  "text-halo-color"?: undefined;
955
955
  "text-halo-width"?: undefined;
956
956
  "text-halo-blur"?: undefined;
@@ -979,8 +979,8 @@ export declare class MapboxHelper {
979
979
  'line-opacity': (string | number | string[])[];
980
980
  'line-blur': (string | number | string[])[];
981
981
  'background-color'?: undefined;
982
- 'fill-color'?: undefined;
983
- 'fill-opacity'?: undefined;
982
+ "fill-color"?: undefined;
983
+ "fill-opacity"?: undefined;
984
984
  'fill-antialias'?: undefined;
985
985
  "line-translate"?: undefined;
986
986
  'line-translate-anchor'?: undefined;
@@ -988,7 +988,7 @@ export declare class MapboxHelper {
988
988
  'fill-translate-anchor'?: undefined;
989
989
  'fill-pattern'?: undefined;
990
990
  'line-dasharray'?: undefined;
991
- 'text-color'?: undefined;
991
+ "text-color"?: undefined;
992
992
  "text-halo-color"?: undefined;
993
993
  "text-halo-width"?: undefined;
994
994
  "text-halo-blur"?: undefined;
@@ -1013,8 +1013,8 @@ export declare class MapboxHelper {
1013
1013
  'line-width': (string | number | string[])[];
1014
1014
  'line-dasharray': (string | number | (string | number[])[])[];
1015
1015
  'background-color'?: undefined;
1016
- 'fill-color'?: undefined;
1017
- 'fill-opacity'?: undefined;
1016
+ "fill-color"?: undefined;
1017
+ "fill-opacity"?: undefined;
1018
1018
  'fill-antialias'?: undefined;
1019
1019
  'line-blur'?: undefined;
1020
1020
  "line-translate"?: undefined;
@@ -1023,7 +1023,7 @@ export declare class MapboxHelper {
1023
1023
  'fill-translate'?: undefined;
1024
1024
  'fill-translate-anchor'?: undefined;
1025
1025
  'fill-pattern'?: undefined;
1026
- 'text-color'?: undefined;
1026
+ "text-color"?: undefined;
1027
1027
  "text-halo-color"?: undefined;
1028
1028
  "text-halo-width"?: undefined;
1029
1029
  "text-halo-blur"?: undefined;
@@ -1070,8 +1070,8 @@ export declare class MapboxHelper {
1070
1070
  'text-color': string;
1071
1071
  'text-halo-color': string;
1072
1072
  'background-color'?: undefined;
1073
- 'fill-color'?: undefined;
1074
- 'fill-opacity'?: undefined;
1073
+ "fill-color"?: undefined;
1074
+ "fill-opacity"?: undefined;
1075
1075
  'fill-antialias'?: undefined;
1076
1076
  "line-color"?: undefined;
1077
1077
  "line-width"?: undefined;
@@ -1129,8 +1129,8 @@ export declare class MapboxHelper {
1129
1129
  'text-halo-blur': number;
1130
1130
  'text-color': string;
1131
1131
  'background-color'?: undefined;
1132
- 'fill-color'?: undefined;
1133
- 'fill-opacity'?: undefined;
1132
+ "fill-color"?: undefined;
1133
+ "fill-opacity"?: undefined;
1134
1134
  'fill-antialias'?: undefined;
1135
1135
  "line-color"?: undefined;
1136
1136
  "line-width"?: undefined;
@@ -1187,8 +1187,8 @@ export declare class MapboxHelper {
1187
1187
  'text-halo-blur': number;
1188
1188
  'text-color': string;
1189
1189
  'background-color'?: undefined;
1190
- 'fill-color'?: undefined;
1191
- 'fill-opacity'?: undefined;
1190
+ "fill-color"?: undefined;
1191
+ "fill-opacity"?: undefined;
1192
1192
  'fill-antialias'?: undefined;
1193
1193
  "line-color"?: undefined;
1194
1194
  "line-width"?: undefined;
@@ -1241,8 +1241,8 @@ export declare class MapboxHelper {
1241
1241
  'text-color': (string | string[])[];
1242
1242
  'text-halo-color': string;
1243
1243
  'background-color'?: undefined;
1244
- 'fill-color'?: undefined;
1245
- 'fill-opacity'?: undefined;
1244
+ "fill-color"?: undefined;
1245
+ "fill-opacity"?: undefined;
1246
1246
  'fill-antialias'?: undefined;
1247
1247
  "line-color"?: undefined;
1248
1248
  "line-width"?: undefined;
@@ -1298,8 +1298,8 @@ export declare class MapboxHelper {
1298
1298
  'text-color': (string | string[])[];
1299
1299
  'text-halo-color': string;
1300
1300
  'background-color'?: undefined;
1301
- 'fill-color'?: undefined;
1302
- 'fill-opacity'?: undefined;
1301
+ "fill-color"?: undefined;
1302
+ "fill-opacity"?: undefined;
1303
1303
  'fill-antialias'?: undefined;
1304
1304
  "line-color"?: undefined;
1305
1305
  "line-width"?: undefined;
@@ -1358,8 +1358,8 @@ export declare class MapboxHelper {
1358
1358
  'text-color': string;
1359
1359
  'text-halo-blur': number;
1360
1360
  'background-color'?: undefined;
1361
- 'fill-color'?: undefined;
1362
- 'fill-opacity'?: undefined;
1361
+ "fill-color"?: undefined;
1362
+ "fill-opacity"?: undefined;
1363
1363
  'fill-antialias'?: undefined;
1364
1364
  "line-color"?: undefined;
1365
1365
  "line-width"?: undefined;
@@ -1415,8 +1415,8 @@ export declare class MapboxHelper {
1415
1415
  'text-halo-width': number;
1416
1416
  'text-halo-blur': number;
1417
1417
  'background-color'?: undefined;
1418
- 'fill-color'?: undefined;
1419
- 'fill-opacity'?: undefined;
1418
+ "fill-color"?: undefined;
1419
+ "fill-opacity"?: undefined;
1420
1420
  'fill-antialias'?: undefined;
1421
1421
  "line-color"?: undefined;
1422
1422
  "line-width"?: undefined;
@@ -1472,8 +1472,8 @@ export declare class MapboxHelper {
1472
1472
  'text-halo-width': number;
1473
1473
  'text-halo-blur': number;
1474
1474
  'background-color'?: undefined;
1475
- 'fill-color'?: undefined;
1476
- 'fill-opacity'?: undefined;
1475
+ "fill-color"?: undefined;
1476
+ "fill-opacity"?: undefined;
1477
1477
  'fill-antialias'?: undefined;
1478
1478
  "line-color"?: undefined;
1479
1479
  "line-width"?: undefined;
@@ -1529,8 +1529,8 @@ export declare class MapboxHelper {
1529
1529
  'text-halo-width': number;
1530
1530
  'text-opacity': number;
1531
1531
  'background-color'?: undefined;
1532
- 'fill-color'?: undefined;
1533
- 'fill-opacity'?: undefined;
1532
+ "fill-color"?: undefined;
1533
+ "fill-opacity"?: undefined;
1534
1534
  'fill-antialias'?: undefined;
1535
1535
  "line-color"?: undefined;
1536
1536
  "line-width"?: undefined;
@@ -1586,8 +1586,8 @@ export declare class MapboxHelper {
1586
1586
  'text-halo-color': (string | number | string[])[];
1587
1587
  'text-halo-width': number;
1588
1588
  'background-color'?: undefined;
1589
- 'fill-color'?: undefined;
1590
- 'fill-opacity'?: undefined;
1589
+ "fill-color"?: undefined;
1590
+ "fill-opacity"?: undefined;
1591
1591
  'fill-antialias'?: undefined;
1592
1592
  "line-color"?: undefined;
1593
1593
  "line-width"?: undefined;
@@ -1643,8 +1643,8 @@ export declare class MapboxHelper {
1643
1643
  'text-halo-width': number;
1644
1644
  'text-opacity': (string | number | string[])[];
1645
1645
  'background-color'?: undefined;
1646
- 'fill-color'?: undefined;
1647
- 'fill-opacity'?: undefined;
1646
+ "fill-color"?: undefined;
1647
+ "fill-opacity"?: undefined;
1648
1648
  'fill-antialias'?: undefined;
1649
1649
  "line-color"?: undefined;
1650
1650
  "line-width"?: undefined;
@@ -1694,8 +1694,8 @@ export declare class MapboxHelper {
1694
1694
  "line-width": (string | number | string[])[];
1695
1695
  "line-translate": number[];
1696
1696
  'background-color'?: undefined;
1697
- 'fill-color'?: undefined;
1698
- 'fill-opacity'?: undefined;
1697
+ "fill-color"?: undefined;
1698
+ "fill-opacity"?: undefined;
1699
1699
  'fill-antialias'?: undefined;
1700
1700
  'line-blur'?: undefined;
1701
1701
  'line-translate-anchor'?: undefined;
@@ -1703,7 +1703,7 @@ export declare class MapboxHelper {
1703
1703
  'fill-translate-anchor'?: undefined;
1704
1704
  'fill-pattern'?: undefined;
1705
1705
  'line-dasharray'?: undefined;
1706
- 'text-color'?: undefined;
1706
+ "text-color"?: undefined;
1707
1707
  "text-halo-color"?: undefined;
1708
1708
  "text-halo-width"?: undefined;
1709
1709
  "text-halo-blur"?: undefined;
@@ -1746,8 +1746,8 @@ export declare class MapboxHelper {
1746
1746
  "line-opacity": number;
1747
1747
  "line-width": (string | number | string[])[];
1748
1748
  'background-color'?: undefined;
1749
- 'fill-color'?: undefined;
1750
- 'fill-opacity'?: undefined;
1749
+ "fill-color"?: undefined;
1750
+ "fill-opacity"?: undefined;
1751
1751
  'fill-antialias'?: undefined;
1752
1752
  'line-blur'?: undefined;
1753
1753
  "line-translate"?: undefined;
@@ -1756,7 +1756,7 @@ export declare class MapboxHelper {
1756
1756
  'fill-translate-anchor'?: undefined;
1757
1757
  'fill-pattern'?: undefined;
1758
1758
  'line-dasharray'?: undefined;
1759
- 'text-color'?: undefined;
1759
+ "text-color"?: undefined;
1760
1760
  "text-halo-color"?: undefined;
1761
1761
  "text-halo-width"?: undefined;
1762
1762
  "text-halo-blur"?: undefined;
@@ -1798,8 +1798,8 @@ export declare class MapboxHelper {
1798
1798
  paint: {
1799
1799
  "line-color": string;
1800
1800
  'background-color'?: undefined;
1801
- 'fill-color'?: undefined;
1802
- 'fill-opacity'?: undefined;
1801
+ "fill-color"?: undefined;
1802
+ "fill-opacity"?: undefined;
1803
1803
  'fill-antialias'?: undefined;
1804
1804
  "line-width"?: undefined;
1805
1805
  'line-blur'?: undefined;
@@ -1810,7 +1810,7 @@ export declare class MapboxHelper {
1810
1810
  'fill-translate-anchor'?: undefined;
1811
1811
  'fill-pattern'?: undefined;
1812
1812
  'line-dasharray'?: undefined;
1813
- 'text-color'?: undefined;
1813
+ "text-color"?: undefined;
1814
1814
  "text-halo-color"?: undefined;
1815
1815
  "text-halo-width"?: undefined;
1816
1816
  "text-halo-blur"?: undefined;
@@ -1854,8 +1854,8 @@ export declare class MapboxHelper {
1854
1854
  "text-halo-width": number;
1855
1855
  "text-halo-blur": number;
1856
1856
  'background-color'?: undefined;
1857
- 'fill-color'?: undefined;
1858
- 'fill-opacity'?: undefined;
1857
+ "fill-color"?: undefined;
1858
+ "fill-opacity"?: undefined;
1859
1859
  'fill-antialias'?: undefined;
1860
1860
  "line-color"?: undefined;
1861
1861
  "line-width"?: undefined;
@@ -1867,7 +1867,169 @@ export declare class MapboxHelper {
1867
1867
  'fill-translate-anchor'?: undefined;
1868
1868
  'fill-pattern'?: undefined;
1869
1869
  'line-dasharray'?: undefined;
1870
- 'text-color'?: undefined;
1870
+ "text-color"?: undefined;
1871
+ 'icon-opacity'?: undefined;
1872
+ 'text-opacity'?: undefined;
1873
+ };
1874
+ metadata?: undefined;
1875
+ maxzoom?: undefined;
1876
+ minzoom?: undefined;
1877
+ filter?: undefined;
1878
+ } | {
1879
+ id: string;
1880
+ type: string;
1881
+ source: string;
1882
+ "source-layer": string;
1883
+ layout: {
1884
+ visibility: string;
1885
+ 'line-cap'?: undefined;
1886
+ "line-join"?: undefined;
1887
+ 'text-font'?: undefined;
1888
+ 'text-max-angle'?: undefined;
1889
+ 'symbol-spacing'?: undefined;
1890
+ "text-size"?: undefined;
1891
+ 'symbol-placement'?: undefined;
1892
+ 'text-pitch-alignment'?: undefined;
1893
+ "text-field"?: undefined;
1894
+ 'icon-image'?: undefined;
1895
+ 'text-offset'?: undefined;
1896
+ 'text-anchor'?: undefined;
1897
+ 'text-letter-spacing'?: undefined;
1898
+ 'text-line-height'?: undefined;
1899
+ 'text-max-width'?: undefined;
1900
+ 'text-transform'?: undefined;
1901
+ 'text-padding'?: undefined;
1902
+ 'text-radial-offset'?: undefined;
1903
+ 'symbol-sort-key'?: undefined;
1904
+ 'text-justify'?: undefined;
1905
+ };
1906
+ paint: {
1907
+ "line-color": (string | number | string[])[];
1908
+ "line-width": number;
1909
+ 'background-color'?: undefined;
1910
+ "fill-color"?: undefined;
1911
+ "fill-opacity"?: undefined;
1912
+ 'fill-antialias'?: undefined;
1913
+ 'line-blur'?: undefined;
1914
+ "line-translate"?: undefined;
1915
+ 'line-translate-anchor'?: undefined;
1916
+ "line-opacity"?: undefined;
1917
+ 'fill-translate'?: undefined;
1918
+ 'fill-translate-anchor'?: undefined;
1919
+ 'fill-pattern'?: undefined;
1920
+ 'line-dasharray'?: undefined;
1921
+ "text-color"?: undefined;
1922
+ "text-halo-color"?: undefined;
1923
+ "text-halo-width"?: undefined;
1924
+ "text-halo-blur"?: undefined;
1925
+ 'icon-opacity'?: undefined;
1926
+ 'text-opacity'?: undefined;
1927
+ };
1928
+ metadata?: undefined;
1929
+ maxzoom?: undefined;
1930
+ minzoom?: undefined;
1931
+ filter?: undefined;
1932
+ } | {
1933
+ id: string;
1934
+ type: string;
1935
+ source: string;
1936
+ "source-layer": string;
1937
+ filter: (string | boolean | string[])[];
1938
+ layout: {
1939
+ visibility: string;
1940
+ 'line-cap'?: undefined;
1941
+ "line-join"?: undefined;
1942
+ 'text-font'?: undefined;
1943
+ 'text-max-angle'?: undefined;
1944
+ 'symbol-spacing'?: undefined;
1945
+ "text-size"?: undefined;
1946
+ 'symbol-placement'?: undefined;
1947
+ 'text-pitch-alignment'?: undefined;
1948
+ "text-field"?: undefined;
1949
+ 'icon-image'?: undefined;
1950
+ 'text-offset'?: undefined;
1951
+ 'text-anchor'?: undefined;
1952
+ 'text-letter-spacing'?: undefined;
1953
+ 'text-line-height'?: undefined;
1954
+ 'text-max-width'?: undefined;
1955
+ 'text-transform'?: undefined;
1956
+ 'text-padding'?: undefined;
1957
+ 'text-radial-offset'?: undefined;
1958
+ 'symbol-sort-key'?: undefined;
1959
+ 'text-justify'?: undefined;
1960
+ };
1961
+ paint: {
1962
+ "fill-color": string;
1963
+ "fill-opacity": number;
1964
+ 'background-color'?: undefined;
1965
+ 'fill-antialias'?: undefined;
1966
+ "line-color"?: undefined;
1967
+ "line-width"?: undefined;
1968
+ 'line-blur'?: undefined;
1969
+ "line-translate"?: undefined;
1970
+ 'line-translate-anchor'?: undefined;
1971
+ "line-opacity"?: undefined;
1972
+ 'fill-translate'?: undefined;
1973
+ 'fill-translate-anchor'?: undefined;
1974
+ 'fill-pattern'?: undefined;
1975
+ 'line-dasharray'?: undefined;
1976
+ "text-color"?: undefined;
1977
+ "text-halo-color"?: undefined;
1978
+ "text-halo-width"?: undefined;
1979
+ "text-halo-blur"?: undefined;
1980
+ 'icon-opacity'?: undefined;
1981
+ 'text-opacity'?: undefined;
1982
+ };
1983
+ metadata?: undefined;
1984
+ maxzoom?: undefined;
1985
+ minzoom?: undefined;
1986
+ } | {
1987
+ id: string;
1988
+ type: string;
1989
+ source: string;
1990
+ "source-layer": string;
1991
+ layout: {
1992
+ "text-field": (string | string[])[];
1993
+ "text-size": number;
1994
+ visibility: string;
1995
+ 'line-cap'?: undefined;
1996
+ "line-join"?: undefined;
1997
+ 'text-font'?: undefined;
1998
+ 'text-max-angle'?: undefined;
1999
+ 'symbol-spacing'?: undefined;
2000
+ 'symbol-placement'?: undefined;
2001
+ 'text-pitch-alignment'?: undefined;
2002
+ 'icon-image'?: undefined;
2003
+ 'text-offset'?: undefined;
2004
+ 'text-anchor'?: undefined;
2005
+ 'text-letter-spacing'?: undefined;
2006
+ 'text-line-height'?: undefined;
2007
+ 'text-max-width'?: undefined;
2008
+ 'text-transform'?: undefined;
2009
+ 'text-padding'?: undefined;
2010
+ 'text-radial-offset'?: undefined;
2011
+ 'symbol-sort-key'?: undefined;
2012
+ 'text-justify'?: undefined;
2013
+ };
2014
+ paint: {
2015
+ "text-halo-color": string;
2016
+ "text-halo-width": number;
2017
+ "text-color": string;
2018
+ 'background-color'?: undefined;
2019
+ "fill-color"?: undefined;
2020
+ "fill-opacity"?: undefined;
2021
+ 'fill-antialias'?: undefined;
2022
+ "line-color"?: undefined;
2023
+ "line-width"?: undefined;
2024
+ 'line-blur'?: undefined;
2025
+ "line-translate"?: undefined;
2026
+ 'line-translate-anchor'?: undefined;
2027
+ "line-opacity"?: undefined;
2028
+ 'fill-translate'?: undefined;
2029
+ 'fill-translate-anchor'?: undefined;
2030
+ 'fill-pattern'?: undefined;
2031
+ 'line-dasharray'?: undefined;
2032
+ "text-halo-blur"?: undefined;
1871
2033
  'icon-opacity'?: undefined;
1872
2034
  'text-opacity'?: undefined;
1873
2035
  };