@idmwx/idmui-gl3 5.3.7 → 5.3.9

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,28 @@
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
+ };
17
+ namespace watch {
18
+ export namespace enabled_1 {
19
+ function handler(): void;
20
+ const immediate: boolean;
21
+ }
22
+ export { enabled_1 as enabled };
23
+ }
24
+ namespace methods {
25
+ function handleRender(): void;
26
+ function handleClear(): void;
27
+ }
28
+ }
@@ -345,11 +345,19 @@ export declare class MapboxHelper {
345
345
  minzoom: number;
346
346
  source: string;
347
347
  maxzoom?: undefined;
348
+ source_name?: undefined;
348
349
  } | {
349
350
  id: string;
350
351
  maxzoom: number;
351
352
  minzoom: number;
352
353
  source: string;
354
+ source_name?: undefined;
355
+ } | {
356
+ id: string;
357
+ maxzoom: number;
358
+ minzoom: number;
359
+ source: string;
360
+ source_name: string;
353
361
  })[];
354
362
  worldview_default: string;
355
363
  worldview_options: {
@@ -389,9 +397,9 @@ export declare class MapboxHelper {
389
397
  'fill-pattern'?: undefined;
390
398
  'line-dasharray'?: undefined;
391
399
  'text-color'?: undefined;
392
- 'text-halo-color'?: undefined;
393
- 'text-halo-width'?: undefined;
394
- 'text-halo-blur'?: undefined;
400
+ "text-halo-color"?: undefined;
401
+ "text-halo-width"?: undefined;
402
+ "text-halo-blur"?: undefined;
395
403
  'icon-opacity'?: undefined;
396
404
  'text-opacity'?: undefined;
397
405
  };
@@ -427,9 +435,9 @@ export declare class MapboxHelper {
427
435
  'fill-pattern'?: undefined;
428
436
  'line-dasharray'?: undefined;
429
437
  'text-color'?: undefined;
430
- 'text-halo-color'?: undefined;
431
- 'text-halo-width'?: undefined;
432
- 'text-halo-blur'?: undefined;
438
+ "text-halo-color"?: undefined;
439
+ "text-halo-width"?: undefined;
440
+ "text-halo-blur"?: undefined;
433
441
  'icon-opacity'?: undefined;
434
442
  'text-opacity'?: undefined;
435
443
  };
@@ -463,9 +471,9 @@ export declare class MapboxHelper {
463
471
  'fill-pattern'?: undefined;
464
472
  'line-dasharray'?: undefined;
465
473
  'text-color'?: undefined;
466
- 'text-halo-color'?: undefined;
467
- 'text-halo-width'?: undefined;
468
- 'text-halo-blur'?: undefined;
474
+ "text-halo-color"?: undefined;
475
+ "text-halo-width"?: undefined;
476
+ "text-halo-blur"?: undefined;
469
477
  'icon-opacity'?: undefined;
470
478
  'text-opacity'?: undefined;
471
479
  };
@@ -498,9 +506,9 @@ export declare class MapboxHelper {
498
506
  'fill-pattern'?: undefined;
499
507
  'line-dasharray'?: undefined;
500
508
  'text-color'?: undefined;
501
- 'text-halo-color'?: undefined;
502
- 'text-halo-width'?: undefined;
503
- 'text-halo-blur'?: undefined;
509
+ "text-halo-color"?: undefined;
510
+ "text-halo-width"?: undefined;
511
+ "text-halo-blur"?: undefined;
504
512
  'icon-opacity'?: undefined;
505
513
  'text-opacity'?: undefined;
506
514
  };
@@ -533,9 +541,9 @@ export declare class MapboxHelper {
533
541
  'fill-pattern'?: undefined;
534
542
  'line-dasharray'?: undefined;
535
543
  'text-color'?: undefined;
536
- 'text-halo-color'?: undefined;
537
- 'text-halo-width'?: undefined;
538
- 'text-halo-blur'?: undefined;
544
+ "text-halo-color"?: undefined;
545
+ "text-halo-width"?: undefined;
546
+ "text-halo-blur"?: undefined;
539
547
  'icon-opacity'?: undefined;
540
548
  'text-opacity'?: undefined;
541
549
  };
@@ -557,10 +565,10 @@ export declare class MapboxHelper {
557
565
  'text-font'?: undefined;
558
566
  'text-max-angle'?: undefined;
559
567
  'symbol-spacing'?: undefined;
560
- 'text-size'?: undefined;
568
+ "text-size"?: undefined;
561
569
  'symbol-placement'?: undefined;
562
570
  'text-pitch-alignment'?: undefined;
563
- 'text-field'?: undefined;
571
+ "text-field"?: undefined;
564
572
  visibility?: undefined;
565
573
  'icon-image'?: undefined;
566
574
  'text-offset'?: undefined;
@@ -590,9 +598,9 @@ export declare class MapboxHelper {
590
598
  'fill-pattern'?: undefined;
591
599
  'line-dasharray'?: undefined;
592
600
  'text-color'?: undefined;
593
- 'text-halo-color'?: undefined;
594
- 'text-halo-width'?: undefined;
595
- 'text-halo-blur'?: undefined;
601
+ "text-halo-color"?: undefined;
602
+ "text-halo-width"?: undefined;
603
+ "text-halo-blur"?: undefined;
596
604
  'icon-opacity'?: undefined;
597
605
  'text-opacity'?: undefined;
598
606
  };
@@ -624,9 +632,9 @@ export declare class MapboxHelper {
624
632
  'fill-pattern'?: undefined;
625
633
  'line-dasharray'?: undefined;
626
634
  'text-color'?: undefined;
627
- 'text-halo-color'?: undefined;
628
- 'text-halo-width'?: undefined;
629
- 'text-halo-blur'?: undefined;
635
+ "text-halo-color"?: undefined;
636
+ "text-halo-width"?: undefined;
637
+ "text-halo-blur"?: undefined;
630
638
  'icon-opacity'?: undefined;
631
639
  'text-opacity'?: undefined;
632
640
  };
@@ -649,10 +657,10 @@ export declare class MapboxHelper {
649
657
  'text-font'?: undefined;
650
658
  'text-max-angle'?: undefined;
651
659
  'symbol-spacing'?: undefined;
652
- 'text-size'?: undefined;
660
+ "text-size"?: undefined;
653
661
  'symbol-placement'?: undefined;
654
662
  'text-pitch-alignment'?: undefined;
655
- 'text-field'?: undefined;
663
+ "text-field"?: undefined;
656
664
  visibility?: undefined;
657
665
  'icon-image'?: undefined;
658
666
  'text-offset'?: undefined;
@@ -682,9 +690,9 @@ export declare class MapboxHelper {
682
690
  'fill-pattern'?: undefined;
683
691
  'line-dasharray'?: undefined;
684
692
  'text-color'?: undefined;
685
- 'text-halo-color'?: undefined;
686
- 'text-halo-width'?: undefined;
687
- 'text-halo-blur'?: undefined;
693
+ "text-halo-color"?: undefined;
694
+ "text-halo-width"?: undefined;
695
+ "text-halo-blur"?: undefined;
688
696
  'icon-opacity'?: undefined;
689
697
  'text-opacity'?: undefined;
690
698
  };
@@ -715,9 +723,9 @@ export declare class MapboxHelper {
715
723
  'fill-pattern'?: undefined;
716
724
  'line-dasharray'?: undefined;
717
725
  'text-color'?: undefined;
718
- 'text-halo-color'?: undefined;
719
- 'text-halo-width'?: undefined;
720
- 'text-halo-blur'?: undefined;
726
+ "text-halo-color"?: undefined;
727
+ "text-halo-width"?: undefined;
728
+ "text-halo-blur"?: undefined;
721
729
  'icon-opacity'?: undefined;
722
730
  'text-opacity'?: undefined;
723
731
  };
@@ -751,9 +759,9 @@ export declare class MapboxHelper {
751
759
  'fill-pattern'?: undefined;
752
760
  'line-dasharray'?: undefined;
753
761
  'text-color'?: undefined;
754
- 'text-halo-color'?: undefined;
755
- 'text-halo-width'?: undefined;
756
- 'text-halo-blur'?: undefined;
762
+ "text-halo-color"?: undefined;
763
+ "text-halo-width"?: undefined;
764
+ "text-halo-blur"?: undefined;
757
765
  'icon-opacity'?: undefined;
758
766
  'text-opacity'?: undefined;
759
767
  };
@@ -787,9 +795,9 @@ export declare class MapboxHelper {
787
795
  'fill-pattern'?: undefined;
788
796
  'line-dasharray'?: undefined;
789
797
  'text-color'?: undefined;
790
- 'text-halo-color'?: undefined;
791
- 'text-halo-width'?: undefined;
792
- 'text-halo-blur'?: undefined;
798
+ "text-halo-color"?: undefined;
799
+ "text-halo-width"?: undefined;
800
+ "text-halo-blur"?: undefined;
793
801
  'icon-opacity'?: undefined;
794
802
  'text-opacity'?: undefined;
795
803
  };
@@ -822,9 +830,9 @@ export declare class MapboxHelper {
822
830
  'fill-translate'?: undefined;
823
831
  'line-dasharray'?: undefined;
824
832
  'text-color'?: undefined;
825
- 'text-halo-color'?: undefined;
826
- 'text-halo-width'?: undefined;
827
- 'text-halo-blur'?: undefined;
833
+ "text-halo-color"?: undefined;
834
+ "text-halo-width"?: undefined;
835
+ "text-halo-blur"?: undefined;
828
836
  'icon-opacity'?: undefined;
829
837
  'text-opacity'?: undefined;
830
838
  };
@@ -857,9 +865,9 @@ export declare class MapboxHelper {
857
865
  'fill-pattern'?: undefined;
858
866
  'line-dasharray'?: undefined;
859
867
  'text-color'?: undefined;
860
- 'text-halo-color'?: undefined;
861
- 'text-halo-width'?: undefined;
862
- 'text-halo-blur'?: undefined;
868
+ "text-halo-color"?: undefined;
869
+ "text-halo-width"?: undefined;
870
+ "text-halo-blur"?: undefined;
863
871
  'icon-opacity'?: undefined;
864
872
  'text-opacity'?: undefined;
865
873
  };
@@ -882,10 +890,10 @@ export declare class MapboxHelper {
882
890
  'text-font'?: undefined;
883
891
  'text-max-angle'?: undefined;
884
892
  'symbol-spacing'?: undefined;
885
- 'text-size'?: undefined;
893
+ "text-size"?: undefined;
886
894
  'symbol-placement'?: undefined;
887
895
  'text-pitch-alignment'?: undefined;
888
- 'text-field'?: undefined;
896
+ "text-field"?: undefined;
889
897
  visibility?: undefined;
890
898
  'icon-image'?: undefined;
891
899
  'text-offset'?: undefined;
@@ -915,9 +923,9 @@ export declare class MapboxHelper {
915
923
  'fill-pattern'?: undefined;
916
924
  'line-dasharray'?: undefined;
917
925
  'text-color'?: undefined;
918
- 'text-halo-color'?: undefined;
919
- 'text-halo-width'?: undefined;
920
- 'text-halo-blur'?: undefined;
926
+ "text-halo-color"?: undefined;
927
+ "text-halo-width"?: undefined;
928
+ "text-halo-blur"?: undefined;
921
929
  'icon-opacity'?: undefined;
922
930
  'text-opacity'?: undefined;
923
931
  };
@@ -943,9 +951,9 @@ export declare class MapboxHelper {
943
951
  'fill-pattern'?: undefined;
944
952
  'line-dasharray'?: undefined;
945
953
  'text-color'?: undefined;
946
- 'text-halo-color'?: undefined;
947
- 'text-halo-width'?: undefined;
948
- 'text-halo-blur'?: undefined;
954
+ "text-halo-color"?: undefined;
955
+ "text-halo-width"?: undefined;
956
+ "text-halo-blur"?: undefined;
949
957
  'icon-opacity'?: undefined;
950
958
  'text-opacity'?: undefined;
951
959
  };
@@ -981,9 +989,9 @@ export declare class MapboxHelper {
981
989
  'fill-pattern'?: undefined;
982
990
  'line-dasharray'?: undefined;
983
991
  'text-color'?: undefined;
984
- 'text-halo-color'?: undefined;
985
- 'text-halo-width'?: undefined;
986
- 'text-halo-blur'?: undefined;
992
+ "text-halo-color"?: undefined;
993
+ "text-halo-width"?: undefined;
994
+ "text-halo-blur"?: undefined;
987
995
  'icon-opacity'?: undefined;
988
996
  'text-opacity'?: undefined;
989
997
  };
@@ -1016,9 +1024,9 @@ export declare class MapboxHelper {
1016
1024
  'fill-translate-anchor'?: undefined;
1017
1025
  'fill-pattern'?: undefined;
1018
1026
  'text-color'?: undefined;
1019
- 'text-halo-color'?: undefined;
1020
- 'text-halo-width'?: undefined;
1021
- 'text-halo-blur'?: undefined;
1027
+ "text-halo-color"?: undefined;
1028
+ "text-halo-width"?: undefined;
1029
+ "text-halo-blur"?: undefined;
1022
1030
  'icon-opacity'?: undefined;
1023
1031
  'text-opacity'?: undefined;
1024
1032
  };
@@ -1075,8 +1083,8 @@ export declare class MapboxHelper {
1075
1083
  'fill-translate-anchor'?: undefined;
1076
1084
  'fill-pattern'?: undefined;
1077
1085
  'line-dasharray'?: undefined;
1078
- 'text-halo-width'?: undefined;
1079
- 'text-halo-blur'?: undefined;
1086
+ "text-halo-width"?: undefined;
1087
+ "text-halo-blur"?: undefined;
1080
1088
  'icon-opacity'?: undefined;
1081
1089
  'text-opacity'?: undefined;
1082
1090
  };
@@ -1246,8 +1254,8 @@ export declare class MapboxHelper {
1246
1254
  'fill-translate-anchor'?: undefined;
1247
1255
  'fill-pattern'?: undefined;
1248
1256
  'line-dasharray'?: undefined;
1249
- 'text-halo-width'?: undefined;
1250
- 'text-halo-blur'?: undefined;
1257
+ "text-halo-width"?: undefined;
1258
+ "text-halo-blur"?: undefined;
1251
1259
  'icon-opacity'?: undefined;
1252
1260
  'text-opacity'?: undefined;
1253
1261
  };
@@ -1303,8 +1311,8 @@ export declare class MapboxHelper {
1303
1311
  'fill-translate-anchor'?: undefined;
1304
1312
  'fill-pattern'?: undefined;
1305
1313
  'line-dasharray'?: undefined;
1306
- 'text-halo-width'?: undefined;
1307
- 'text-halo-blur'?: undefined;
1314
+ "text-halo-width"?: undefined;
1315
+ "text-halo-blur"?: undefined;
1308
1316
  'icon-opacity'?: undefined;
1309
1317
  'text-opacity'?: undefined;
1310
1318
  };
@@ -1534,7 +1542,7 @@ export declare class MapboxHelper {
1534
1542
  'fill-translate-anchor'?: undefined;
1535
1543
  'fill-pattern'?: undefined;
1536
1544
  'line-dasharray'?: undefined;
1537
- 'text-halo-blur'?: undefined;
1545
+ "text-halo-blur"?: undefined;
1538
1546
  'icon-opacity'?: undefined;
1539
1547
  };
1540
1548
  } | {
@@ -1591,7 +1599,7 @@ export declare class MapboxHelper {
1591
1599
  'fill-translate-anchor'?: undefined;
1592
1600
  'fill-pattern'?: undefined;
1593
1601
  'line-dasharray'?: undefined;
1594
- 'text-halo-blur'?: undefined;
1602
+ "text-halo-blur"?: undefined;
1595
1603
  'text-opacity'?: undefined;
1596
1604
  };
1597
1605
  } | {
@@ -1648,7 +1656,7 @@ export declare class MapboxHelper {
1648
1656
  'fill-translate-anchor'?: undefined;
1649
1657
  'fill-pattern'?: undefined;
1650
1658
  'line-dasharray'?: undefined;
1651
- 'text-halo-blur'?: undefined;
1659
+ "text-halo-blur"?: undefined;
1652
1660
  'icon-opacity'?: undefined;
1653
1661
  };
1654
1662
  } | {
@@ -1664,10 +1672,10 @@ export declare class MapboxHelper {
1664
1672
  'text-font'?: undefined;
1665
1673
  'text-max-angle'?: undefined;
1666
1674
  'symbol-spacing'?: undefined;
1667
- 'text-size'?: undefined;
1675
+ "text-size"?: undefined;
1668
1676
  'symbol-placement'?: undefined;
1669
1677
  'text-pitch-alignment'?: undefined;
1670
- 'text-field'?: undefined;
1678
+ "text-field"?: undefined;
1671
1679
  'icon-image'?: undefined;
1672
1680
  'text-offset'?: undefined;
1673
1681
  'text-anchor'?: undefined;
@@ -1696,9 +1704,9 @@ export declare class MapboxHelper {
1696
1704
  'fill-pattern'?: undefined;
1697
1705
  'line-dasharray'?: undefined;
1698
1706
  'text-color'?: undefined;
1699
- 'text-halo-color'?: undefined;
1700
- 'text-halo-width'?: undefined;
1701
- 'text-halo-blur'?: undefined;
1707
+ "text-halo-color"?: undefined;
1708
+ "text-halo-width"?: undefined;
1709
+ "text-halo-blur"?: undefined;
1702
1710
  'icon-opacity'?: undefined;
1703
1711
  'text-opacity'?: undefined;
1704
1712
  };
@@ -1717,10 +1725,10 @@ export declare class MapboxHelper {
1717
1725
  'text-font'?: undefined;
1718
1726
  'text-max-angle'?: undefined;
1719
1727
  'symbol-spacing'?: undefined;
1720
- 'text-size'?: undefined;
1728
+ "text-size"?: undefined;
1721
1729
  'symbol-placement'?: undefined;
1722
1730
  'text-pitch-alignment'?: undefined;
1723
- 'text-field'?: undefined;
1731
+ "text-field"?: undefined;
1724
1732
  'icon-image'?: undefined;
1725
1733
  'text-offset'?: undefined;
1726
1734
  'text-anchor'?: undefined;
@@ -1749,9 +1757,117 @@ export declare class MapboxHelper {
1749
1757
  'fill-pattern'?: undefined;
1750
1758
  'line-dasharray'?: undefined;
1751
1759
  'text-color'?: undefined;
1752
- 'text-halo-color'?: undefined;
1753
- 'text-halo-width'?: undefined;
1754
- 'text-halo-blur'?: undefined;
1760
+ "text-halo-color"?: undefined;
1761
+ "text-halo-width"?: undefined;
1762
+ "text-halo-blur"?: undefined;
1763
+ 'icon-opacity'?: undefined;
1764
+ 'text-opacity'?: undefined;
1765
+ };
1766
+ metadata?: undefined;
1767
+ maxzoom?: undefined;
1768
+ minzoom?: undefined;
1769
+ filter?: undefined;
1770
+ } | {
1771
+ id: string;
1772
+ type: string;
1773
+ source: string;
1774
+ "source-layer": string;
1775
+ layout: {
1776
+ visibility: string;
1777
+ 'line-cap'?: undefined;
1778
+ "line-join"?: undefined;
1779
+ 'text-font'?: undefined;
1780
+ 'text-max-angle'?: undefined;
1781
+ 'symbol-spacing'?: undefined;
1782
+ "text-size"?: undefined;
1783
+ 'symbol-placement'?: undefined;
1784
+ 'text-pitch-alignment'?: undefined;
1785
+ "text-field"?: undefined;
1786
+ 'icon-image'?: undefined;
1787
+ 'text-offset'?: undefined;
1788
+ 'text-anchor'?: undefined;
1789
+ 'text-letter-spacing'?: undefined;
1790
+ 'text-line-height'?: undefined;
1791
+ 'text-max-width'?: undefined;
1792
+ 'text-transform'?: undefined;
1793
+ 'text-padding'?: undefined;
1794
+ 'text-radial-offset'?: undefined;
1795
+ 'symbol-sort-key'?: undefined;
1796
+ 'text-justify'?: undefined;
1797
+ };
1798
+ paint: {
1799
+ "line-color": string;
1800
+ 'background-color'?: undefined;
1801
+ 'fill-color'?: undefined;
1802
+ 'fill-opacity'?: undefined;
1803
+ 'fill-antialias'?: undefined;
1804
+ "line-width"?: undefined;
1805
+ 'line-blur'?: undefined;
1806
+ "line-translate"?: undefined;
1807
+ 'line-translate-anchor'?: undefined;
1808
+ "line-opacity"?: undefined;
1809
+ 'fill-translate'?: undefined;
1810
+ 'fill-translate-anchor'?: undefined;
1811
+ 'fill-pattern'?: undefined;
1812
+ 'line-dasharray'?: undefined;
1813
+ 'text-color'?: undefined;
1814
+ "text-halo-color"?: undefined;
1815
+ "text-halo-width"?: undefined;
1816
+ "text-halo-blur"?: undefined;
1817
+ 'icon-opacity'?: undefined;
1818
+ 'text-opacity'?: undefined;
1819
+ };
1820
+ metadata?: undefined;
1821
+ maxzoom?: undefined;
1822
+ minzoom?: undefined;
1823
+ filter?: undefined;
1824
+ } | {
1825
+ id: string;
1826
+ type: string;
1827
+ source: string;
1828
+ "source-layer": string;
1829
+ layout: {
1830
+ "text-field": (string | string[])[];
1831
+ "text-size": number;
1832
+ visibility: string;
1833
+ 'line-cap'?: undefined;
1834
+ "line-join"?: undefined;
1835
+ 'text-font'?: undefined;
1836
+ 'text-max-angle'?: undefined;
1837
+ 'symbol-spacing'?: undefined;
1838
+ 'symbol-placement'?: undefined;
1839
+ 'text-pitch-alignment'?: undefined;
1840
+ 'icon-image'?: undefined;
1841
+ 'text-offset'?: undefined;
1842
+ 'text-anchor'?: undefined;
1843
+ 'text-letter-spacing'?: undefined;
1844
+ 'text-line-height'?: undefined;
1845
+ 'text-max-width'?: undefined;
1846
+ 'text-transform'?: undefined;
1847
+ 'text-padding'?: undefined;
1848
+ 'text-radial-offset'?: undefined;
1849
+ 'symbol-sort-key'?: undefined;
1850
+ 'text-justify'?: undefined;
1851
+ };
1852
+ paint: {
1853
+ "text-halo-color": string;
1854
+ "text-halo-width": number;
1855
+ "text-halo-blur": number;
1856
+ 'background-color'?: undefined;
1857
+ 'fill-color'?: undefined;
1858
+ 'fill-opacity'?: undefined;
1859
+ 'fill-antialias'?: undefined;
1860
+ "line-color"?: undefined;
1861
+ "line-width"?: undefined;
1862
+ 'line-blur'?: undefined;
1863
+ "line-translate"?: undefined;
1864
+ 'line-translate-anchor'?: undefined;
1865
+ "line-opacity"?: undefined;
1866
+ 'fill-translate'?: undefined;
1867
+ 'fill-translate-anchor'?: undefined;
1868
+ 'fill-pattern'?: undefined;
1869
+ 'line-dasharray'?: undefined;
1870
+ 'text-color'?: undefined;
1755
1871
  'icon-opacity'?: undefined;
1756
1872
  'text-opacity'?: undefined;
1757
1873
  };
@@ -93,6 +93,7 @@ declare namespace _sfc_main {
93
93
  dayNight: boolean;
94
94
  enc: boolean;
95
95
  world12nm: boolean;
96
+ worldMarine: boolean;
96
97
  }): Promise<void>;
97
98
  function handleRampColorState(): void;
98
99
  function handleRampColorInitial(): void;