@geoql/v-maplibre 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -13
- package/dist/index.d.ts +143 -101
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _$vue from "vue";
|
|
2
2
|
import { InjectionKey, PropType, Ref, ShallowRef } from "vue";
|
|
3
3
|
import { AttributionControlOptions, CanvasSourceSpecification, ControlPosition, ControlPosition as ControlPosition$1, ControlPosition as ControlPosition$2, ControlPosition as ControlPosition$3, ControlPosition as ControlPosition$4, ControlPosition as ControlPosition$5, ControlPosition as ControlPosition$6, ControlPosition as ControlPosition$7, DataDrivenPropertyValueSpecification, FullscreenControlOptions, GeoJSONSourceSpecification, GeolocateControlOptions, ImageSourceSpecification, LayerSpecification, LngLatLike, Map as Map$1, MapOptions, Marker, MarkerOptions, Popup, PopupOptions, RasterLayerSpecification, RasterSourceSpecification, ScaleControlOptions, VectorSourceSpecification, VideoSourceSpecification } from "maplibre-gl";
|
|
4
|
+
import { Protocol } from "pmtiles";
|
|
4
5
|
import { ColorStop, ColorStop as ColorStop$1, GenerateWindTextureOptions, WindDataPoint, WindDataPoint as WindDataPoint$1, WindParticleLayer, WindTextureResult, createWindDataFromOpenWeatherMap, generateWindTexture } from "maplibre-gl-wind";
|
|
5
6
|
import * as _$_deck_gl_core0 from "@deck.gl/core";
|
|
6
7
|
import { Color as Color$1, Layer, Position as Position$1 } from "@deck.gl/core";
|
|
@@ -352,10 +353,10 @@ declare const __VLS_base$53: _$vue.DefineComponent<__VLS_Props$35, {}, {}, {}, {
|
|
|
352
353
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
353
354
|
"onUpdate:opacity"?: ((opacity: number) => any) | undefined;
|
|
354
355
|
}>, {
|
|
355
|
-
position: ControlPosition;
|
|
356
|
-
title: string;
|
|
357
356
|
opacity: number;
|
|
358
357
|
visible: boolean;
|
|
358
|
+
position: ControlPosition;
|
|
359
|
+
title: string;
|
|
359
360
|
layerType: LayerType;
|
|
360
361
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
361
362
|
declare const __VLS_export$54: __VLS_WithSlots$53<typeof __VLS_base$53, __VLS_Slots$53>;
|
|
@@ -514,11 +515,11 @@ declare const __VLS_base$51: _$vue.DefineComponent<__VLS_Props$33, {}, {}, {}, {
|
|
|
514
515
|
"onUpdate:filter"?: ((filter: FilterState) => any) | undefined;
|
|
515
516
|
}>, {
|
|
516
517
|
type: LegendType;
|
|
518
|
+
interactive: boolean;
|
|
517
519
|
position: ControlPosition$1;
|
|
518
520
|
autoGenerate: boolean;
|
|
519
521
|
title: string;
|
|
520
522
|
collapsed: boolean;
|
|
521
|
-
interactive: boolean;
|
|
522
523
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
523
524
|
declare const __VLS_export$52: __VLS_WithSlots$51<typeof __VLS_base$51, __VLS_Slots$51>;
|
|
524
525
|
declare const _default$5: typeof __VLS_export$52;
|
|
@@ -692,12 +693,10 @@ type __VLS_Slots$46 = {} & {
|
|
|
692
693
|
default?: (props: typeof __VLS_1$46) => any;
|
|
693
694
|
};
|
|
694
695
|
declare const __VLS_base$46: _$vue.DefineComponent<__VLS_Props$30, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
695
|
-
click: (...args: any[]) => void;
|
|
696
|
-
mouseenter: (...args: any[]) => void;
|
|
697
|
-
mouseleave: (...args: any[]) => void;
|
|
698
696
|
touchcancel: (...args: any[]) => void;
|
|
699
697
|
touchend: (...args: any[]) => void;
|
|
700
698
|
touchstart: (...args: any[]) => void;
|
|
699
|
+
click: (...args: any[]) => void;
|
|
701
700
|
contextmenu: (...args: any[]) => void;
|
|
702
701
|
dblclick: (...args: any[]) => void;
|
|
703
702
|
mousemove: (...args: any[]) => void;
|
|
@@ -705,13 +704,13 @@ declare const __VLS_base$46: _$vue.DefineComponent<__VLS_Props$30, {}, {}, {}, {
|
|
|
705
704
|
mousedown: (...args: any[]) => void;
|
|
706
705
|
mouseout: (...args: any[]) => void;
|
|
707
706
|
mouseover: (...args: any[]) => void;
|
|
707
|
+
mouseenter: (...args: any[]) => void;
|
|
708
|
+
mouseleave: (...args: any[]) => void;
|
|
708
709
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
|
|
709
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
710
|
-
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
711
|
-
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
712
710
|
onTouchcancel?: ((...args: any[]) => any) | undefined;
|
|
713
711
|
onTouchend?: ((...args: any[]) => any) | undefined;
|
|
714
712
|
onTouchstart?: ((...args: any[]) => any) | undefined;
|
|
713
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
715
714
|
onContextmenu?: ((...args: any[]) => any) | undefined;
|
|
716
715
|
onDblclick?: ((...args: any[]) => any) | undefined;
|
|
717
716
|
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
@@ -719,6 +718,8 @@ declare const __VLS_base$46: _$vue.DefineComponent<__VLS_Props$30, {}, {}, {}, {
|
|
|
719
718
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
720
719
|
onMouseout?: ((...args: any[]) => any) | undefined;
|
|
721
720
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
721
|
+
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
722
|
+
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
722
723
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
723
724
|
declare const __VLS_export$47: __VLS_WithSlots$46<typeof __VLS_base$46, __VLS_Slots$46>;
|
|
724
725
|
declare const _default$56: typeof __VLS_export$47;
|
|
@@ -967,15 +968,15 @@ declare const __VLS_base$43: _$vue.DefineComponent<Props$40, {}, {}, {}, {}, _$v
|
|
|
967
968
|
onMouseenter?: (() => any) | undefined;
|
|
968
969
|
onMouseleave?: (() => any) | undefined;
|
|
969
970
|
}>, {
|
|
970
|
-
interactive: boolean;
|
|
971
|
-
before: string;
|
|
972
971
|
id: string;
|
|
972
|
+
opacity: number;
|
|
973
|
+
visible: boolean;
|
|
973
974
|
color: string;
|
|
975
|
+
before: string;
|
|
974
976
|
width: number;
|
|
975
|
-
|
|
977
|
+
interactive: boolean;
|
|
976
978
|
lineCap: "butt" | "round" | "square";
|
|
977
979
|
lineJoin: "bevel" | "round" | "miter";
|
|
978
|
-
visible: boolean;
|
|
979
980
|
blur: number;
|
|
980
981
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
981
982
|
declare const __VLS_export$43: __VLS_WithSlots$43<typeof __VLS_base$43, __VLS_Slots$43>;
|
|
@@ -1041,13 +1042,13 @@ declare const __VLS_base$42: _$vue.DefineComponent<Props$39, {}, {}, {}, {}, _$v
|
|
|
1041
1042
|
onMouseenter?: ((feature: IsochroneFeature) => any) | undefined;
|
|
1042
1043
|
onMouseleave?: (() => any) | undefined;
|
|
1043
1044
|
}>, {
|
|
1044
|
-
interactive: boolean;
|
|
1045
|
-
before: string;
|
|
1046
1045
|
id: string;
|
|
1047
1046
|
visible: boolean;
|
|
1047
|
+
before: string;
|
|
1048
1048
|
fillOpacity: number;
|
|
1049
1049
|
lineWidth: number;
|
|
1050
1050
|
lineOpacity: number;
|
|
1051
|
+
interactive: boolean;
|
|
1051
1052
|
reverseOrder: boolean;
|
|
1052
1053
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1053
1054
|
declare const __VLS_export$42: __VLS_WithSlots$42<typeof __VLS_base$42, __VLS_Slots$42>;
|
|
@@ -1317,16 +1318,16 @@ declare const __VLS_base$39: _$vue.DefineComponent<__VLS_Props$28, {}, {}, {}, {
|
|
|
1317
1318
|
pixelRatio: number;
|
|
1318
1319
|
}) => any) | undefined;
|
|
1319
1320
|
}>, {
|
|
1321
|
+
widthUnits: "meters" | "common" | "pixels";
|
|
1322
|
+
widthScale: number;
|
|
1323
|
+
widthMinPixels: number;
|
|
1324
|
+
widthMaxPixels: number;
|
|
1320
1325
|
opacity: number;
|
|
1321
1326
|
visible: boolean;
|
|
1322
1327
|
pickable: boolean;
|
|
1323
1328
|
autoHighlight: boolean;
|
|
1324
1329
|
greatCircle: boolean;
|
|
1325
1330
|
numSegments: number;
|
|
1326
|
-
widthUnits: "meters" | "common" | "pixels";
|
|
1327
|
-
widthScale: number;
|
|
1328
|
-
widthMinPixels: number;
|
|
1329
|
-
widthMaxPixels: number;
|
|
1330
1331
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1331
1332
|
declare const __VLS_export$39: __VLS_WithSlots$39<typeof __VLS_base$39, __VLS_Slots$39>;
|
|
1332
1333
|
declare const _default$10: typeof __VLS_export$39;
|
|
@@ -1473,21 +1474,21 @@ declare const __VLS_base$38: _$vue.DefineComponent<__VLS_Props$27, {}, {}, {}, {
|
|
|
1473
1474
|
}>, {
|
|
1474
1475
|
opacity: number;
|
|
1475
1476
|
visible: boolean;
|
|
1476
|
-
wireframe: boolean;
|
|
1477
1477
|
pickable: boolean;
|
|
1478
1478
|
autoHighlight: boolean;
|
|
1479
1479
|
filled: boolean;
|
|
1480
1480
|
stroked: boolean;
|
|
1481
1481
|
extruded: boolean;
|
|
1482
|
+
wireframe: boolean;
|
|
1482
1483
|
elevationScale: number;
|
|
1483
1484
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
1484
1485
|
lineWidthScale: number;
|
|
1485
1486
|
lineWidthMinPixels: number;
|
|
1486
1487
|
lineWidthMaxPixels: number;
|
|
1487
|
-
pointType: string;
|
|
1488
1488
|
lineJointRounded: boolean;
|
|
1489
|
-
lineCapRounded: boolean;
|
|
1490
1489
|
lineMiterLimit: number;
|
|
1490
|
+
pointType: string;
|
|
1491
|
+
lineCapRounded: boolean;
|
|
1491
1492
|
pointRadiusUnits: "meters" | "common" | "pixels";
|
|
1492
1493
|
pointRadiusScale: number;
|
|
1493
1494
|
pointRadiusMinPixels: number;
|
|
@@ -1592,17 +1593,17 @@ declare const __VLS_base$37: _$vue.DefineComponent<__VLS_Props$26, {}, {}, {}, {
|
|
|
1592
1593
|
pixelRatio: number;
|
|
1593
1594
|
}) => any) | undefined;
|
|
1594
1595
|
}>, {
|
|
1595
|
-
opacity: number;
|
|
1596
|
-
visible: boolean;
|
|
1597
|
-
pickable: boolean;
|
|
1598
|
-
autoHighlight: boolean;
|
|
1599
1596
|
widthUnits: "meters" | "common" | "pixels";
|
|
1600
1597
|
widthScale: number;
|
|
1601
1598
|
widthMinPixels: number;
|
|
1602
1599
|
widthMaxPixels: number;
|
|
1600
|
+
opacity: number;
|
|
1601
|
+
visible: boolean;
|
|
1602
|
+
pickable: boolean;
|
|
1603
|
+
autoHighlight: boolean;
|
|
1604
|
+
billboard: boolean;
|
|
1603
1605
|
capRounded: boolean;
|
|
1604
1606
|
jointRounded: boolean;
|
|
1605
|
-
billboard: boolean;
|
|
1606
1607
|
miterLimit: number;
|
|
1607
1608
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1608
1609
|
declare const __VLS_export$37: __VLS_WithSlots$37<typeof __VLS_base$37, __VLS_Slots$37>;
|
|
@@ -1701,14 +1702,14 @@ declare const __VLS_base$36: _$vue.DefineComponent<__VLS_Props$25, {}, {}, {}, {
|
|
|
1701
1702
|
pixelRatio: number;
|
|
1702
1703
|
}) => any) | undefined;
|
|
1703
1704
|
}>, {
|
|
1704
|
-
opacity: number;
|
|
1705
|
-
visible: boolean;
|
|
1706
|
-
pickable: boolean;
|
|
1707
|
-
autoHighlight: boolean;
|
|
1708
1705
|
widthUnits: "meters" | "common" | "pixels";
|
|
1709
1706
|
widthScale: number;
|
|
1710
1707
|
widthMinPixels: number;
|
|
1711
1708
|
widthMaxPixels: number;
|
|
1709
|
+
opacity: number;
|
|
1710
|
+
visible: boolean;
|
|
1711
|
+
pickable: boolean;
|
|
1712
|
+
autoHighlight: boolean;
|
|
1712
1713
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1713
1714
|
declare const __VLS_export$36: __VLS_WithSlots$36<typeof __VLS_base$36, __VLS_Slots$36>;
|
|
1714
1715
|
declare const _default$25: typeof __VLS_export$36;
|
|
@@ -1817,12 +1818,12 @@ declare const __VLS_base$35: _$vue.DefineComponent<__VLS_Props$24, {}, {}, {}, {
|
|
|
1817
1818
|
}>, {
|
|
1818
1819
|
opacity: number;
|
|
1819
1820
|
visible: boolean;
|
|
1820
|
-
wireframe: boolean;
|
|
1821
1821
|
pickable: boolean;
|
|
1822
1822
|
autoHighlight: boolean;
|
|
1823
1823
|
filled: boolean;
|
|
1824
1824
|
stroked: boolean;
|
|
1825
1825
|
extruded: boolean;
|
|
1826
|
+
wireframe: boolean;
|
|
1826
1827
|
elevationScale: number;
|
|
1827
1828
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
1828
1829
|
lineWidthScale: number;
|
|
@@ -1930,11 +1931,11 @@ declare const __VLS_base$34: _$vue.DefineComponent<__VLS_Props$23, {}, {}, {}, {
|
|
|
1930
1931
|
}>, {
|
|
1931
1932
|
opacity: number;
|
|
1932
1933
|
visible: boolean;
|
|
1933
|
-
wireframe: boolean;
|
|
1934
1934
|
pickable: boolean;
|
|
1935
1935
|
autoHighlight: boolean;
|
|
1936
1936
|
filled: boolean;
|
|
1937
1937
|
extruded: boolean;
|
|
1938
|
+
wireframe: boolean;
|
|
1938
1939
|
elevationScale: number;
|
|
1939
1940
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1940
1941
|
declare const __VLS_export$34: __VLS_WithSlots$34<typeof __VLS_base$34, __VLS_Slots$34>;
|
|
@@ -2055,9 +2056,9 @@ declare const __VLS_base$33: _$vue.DefineComponent<__VLS_Props$22, {}, {}, {}, {
|
|
|
2055
2056
|
autoHighlight: boolean;
|
|
2056
2057
|
sizeScale: number;
|
|
2057
2058
|
sizeUnits: "meters" | "common" | "pixels";
|
|
2058
|
-
billboard: boolean;
|
|
2059
2059
|
sizeMinPixels: number;
|
|
2060
2060
|
sizeMaxPixels: number;
|
|
2061
|
+
billboard: boolean;
|
|
2061
2062
|
alphaCutoff: number;
|
|
2062
2063
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2063
2064
|
declare const __VLS_export$33: __VLS_WithSlots$33<typeof __VLS_base$33, __VLS_Slots$33>;
|
|
@@ -2184,14 +2185,14 @@ declare const __VLS_base$32: _$vue.DefineComponent<__VLS_Props$21, {}, {}, {}, {
|
|
|
2184
2185
|
}>, {
|
|
2185
2186
|
opacity: number;
|
|
2186
2187
|
visible: boolean;
|
|
2187
|
-
background: boolean;
|
|
2188
2188
|
pickable: boolean;
|
|
2189
2189
|
autoHighlight: boolean;
|
|
2190
2190
|
sizeScale: number;
|
|
2191
2191
|
sizeUnits: "meters" | "common" | "pixels";
|
|
2192
|
-
billboard: boolean;
|
|
2193
2192
|
sizeMinPixels: number;
|
|
2194
2193
|
sizeMaxPixels: number;
|
|
2194
|
+
billboard: boolean;
|
|
2195
|
+
background: boolean;
|
|
2195
2196
|
characterSet: string | string[];
|
|
2196
2197
|
fontFamily: string;
|
|
2197
2198
|
fontWeight: string | number;
|
|
@@ -2320,23 +2321,23 @@ declare const __VLS_base$31: _$vue.DefineComponent<__VLS_Props$20, {}, {}, {}, {
|
|
|
2320
2321
|
}>, {
|
|
2321
2322
|
opacity: number;
|
|
2322
2323
|
visible: boolean;
|
|
2323
|
-
wireframe: boolean;
|
|
2324
2324
|
pickable: boolean;
|
|
2325
2325
|
autoHighlight: boolean;
|
|
2326
2326
|
filled: boolean;
|
|
2327
2327
|
stroked: boolean;
|
|
2328
2328
|
extruded: boolean;
|
|
2329
|
+
wireframe: boolean;
|
|
2329
2330
|
elevationScale: number;
|
|
2330
2331
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
2331
2332
|
lineWidthScale: number;
|
|
2332
2333
|
lineWidthMinPixels: number;
|
|
2333
2334
|
lineWidthMaxPixels: number;
|
|
2334
|
-
radius: number;
|
|
2335
2335
|
coverage: number;
|
|
2336
|
-
radiusUnits: "meters" | "common" | "pixels";
|
|
2337
2336
|
diskResolution: number;
|
|
2337
|
+
radius: number;
|
|
2338
2338
|
angle: number;
|
|
2339
2339
|
flatShading: boolean;
|
|
2340
|
+
radiusUnits: "meters" | "common" | "pixels";
|
|
2340
2341
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2341
2342
|
declare const __VLS_export$31: __VLS_WithSlots$31<typeof __VLS_base$31, __VLS_Slots$31>;
|
|
2342
2343
|
declare const _default$13: typeof __VLS_export$31;
|
|
@@ -2538,8 +2539,8 @@ declare const __VLS_base$29: _$vue.DefineComponent<__VLS_Props$19, {}, {}, {}, {
|
|
|
2538
2539
|
autoHighlight: boolean;
|
|
2539
2540
|
extruded: boolean;
|
|
2540
2541
|
elevationScale: number;
|
|
2541
|
-
coverage: number;
|
|
2542
2542
|
cellSize: number;
|
|
2543
|
+
coverage: number;
|
|
2543
2544
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2544
2545
|
declare const __VLS_export$29: __VLS_WithSlots$29<typeof __VLS_base$29, __VLS_Slots$29>;
|
|
2545
2546
|
declare const _default$19: typeof __VLS_export$29;
|
|
@@ -2738,10 +2739,10 @@ declare const __VLS_base$27: _$vue.DefineComponent<__VLS_Props$17, {}, {}, {}, {
|
|
|
2738
2739
|
pixelRatio: number;
|
|
2739
2740
|
}) => any) | undefined;
|
|
2740
2741
|
}>, {
|
|
2741
|
-
intensity: number;
|
|
2742
2742
|
opacity: number;
|
|
2743
2743
|
visible: boolean;
|
|
2744
2744
|
pickable: boolean;
|
|
2745
|
+
intensity: number;
|
|
2745
2746
|
radiusPixels: number;
|
|
2746
2747
|
threshold: number;
|
|
2747
2748
|
aggregation: "SUM" | "MEAN";
|
|
@@ -2861,9 +2862,9 @@ declare const __VLS_base$26: _$vue.DefineComponent<__VLS_Props$16, {}, {}, {}, {
|
|
|
2861
2862
|
autoHighlight: boolean;
|
|
2862
2863
|
extruded: boolean;
|
|
2863
2864
|
elevationScale: number;
|
|
2864
|
-
gpuAggregation: boolean;
|
|
2865
|
-
radius: number;
|
|
2866
2865
|
coverage: number;
|
|
2866
|
+
radius: number;
|
|
2867
|
+
gpuAggregation: boolean;
|
|
2867
2868
|
upperPercentile: number;
|
|
2868
2869
|
lowerPercentile: number;
|
|
2869
2870
|
elevationUpperPercentile: number;
|
|
@@ -2985,8 +2986,9 @@ declare const __VLS_base$25: _$vue.DefineComponent<__VLS_Props$15, {}, {}, {}, {
|
|
|
2985
2986
|
autoHighlight: boolean;
|
|
2986
2987
|
extruded: boolean;
|
|
2987
2988
|
elevationScale: number;
|
|
2988
|
-
|
|
2989
|
+
cellSize: number;
|
|
2989
2990
|
coverage: number;
|
|
2991
|
+
gpuAggregation: boolean;
|
|
2990
2992
|
upperPercentile: number;
|
|
2991
2993
|
lowerPercentile: number;
|
|
2992
2994
|
elevationUpperPercentile: number;
|
|
@@ -2994,7 +2996,6 @@ declare const __VLS_base$25: _$vue.DefineComponent<__VLS_Props$15, {}, {}, {}, {
|
|
|
2994
2996
|
colorScaleType: "quantize" | "linear" | "quantile" | "ordinal";
|
|
2995
2997
|
colorAggregation: "SUM" | "MEAN" | "MIN" | "MAX";
|
|
2996
2998
|
elevationAggregation: "SUM" | "MEAN" | "MIN" | "MAX";
|
|
2997
|
-
cellSize: number;
|
|
2998
2999
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2999
3000
|
declare const __VLS_export$25: __VLS_WithSlots$25<typeof __VLS_base$25, __VLS_Slots$25>;
|
|
3000
3001
|
declare const _default$18: typeof __VLS_export$25;
|
|
@@ -3102,8 +3103,8 @@ declare const __VLS_base$24: _$vue.DefineComponent<__VLS_Props$14, {}, {}, {}, {
|
|
|
3102
3103
|
pickable: boolean;
|
|
3103
3104
|
autoHighlight: boolean;
|
|
3104
3105
|
aggregation: "SUM" | "MEAN" | "MIN" | "MAX";
|
|
3105
|
-
gpuAggregation: boolean;
|
|
3106
3106
|
cellSize: number;
|
|
3107
|
+
gpuAggregation: boolean;
|
|
3107
3108
|
zOffset: number;
|
|
3108
3109
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
3109
3110
|
declare const __VLS_export$24: __VLS_WithSlots$24<typeof __VLS_base$24, __VLS_Slots$24>;
|
|
@@ -3313,17 +3314,17 @@ declare const __VLS_base$22: _$vue.DefineComponent<__VLS_Props$12, {}, {}, {}, {
|
|
|
3313
3314
|
pixelRatio: number;
|
|
3314
3315
|
}) => any) | undefined;
|
|
3315
3316
|
}>, {
|
|
3316
|
-
opacity: number;
|
|
3317
|
-
visible: boolean;
|
|
3318
|
-
pickable: boolean;
|
|
3319
|
-
autoHighlight: boolean;
|
|
3320
3317
|
widthUnits: "meters" | "common" | "pixels";
|
|
3321
3318
|
widthScale: number;
|
|
3322
3319
|
widthMinPixels: number;
|
|
3323
3320
|
widthMaxPixels: number;
|
|
3321
|
+
opacity: number;
|
|
3322
|
+
visible: boolean;
|
|
3323
|
+
pickable: boolean;
|
|
3324
|
+
autoHighlight: boolean;
|
|
3325
|
+
billboard: boolean;
|
|
3324
3326
|
capRounded: boolean;
|
|
3325
3327
|
jointRounded: boolean;
|
|
3326
|
-
billboard: boolean;
|
|
3327
3328
|
currentTime: number;
|
|
3328
3329
|
trailLength: number;
|
|
3329
3330
|
fadeTrail: boolean;
|
|
@@ -3434,12 +3435,12 @@ declare const __VLS_base$21: _$vue.DefineComponent<__VLS_Props$11, {}, {}, {}, {
|
|
|
3434
3435
|
}>, {
|
|
3435
3436
|
opacity: number;
|
|
3436
3437
|
visible: boolean;
|
|
3437
|
-
wireframe: boolean;
|
|
3438
3438
|
pickable: boolean;
|
|
3439
3439
|
autoHighlight: boolean;
|
|
3440
3440
|
filled: boolean;
|
|
3441
3441
|
stroked: boolean;
|
|
3442
3442
|
extruded: boolean;
|
|
3443
|
+
wireframe: boolean;
|
|
3443
3444
|
elevationScale: number;
|
|
3444
3445
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
3445
3446
|
lineWidthScale: number;
|
|
@@ -3552,12 +3553,12 @@ declare const __VLS_base$20: _$vue.DefineComponent<__VLS_Props$10, {}, {}, {}, {
|
|
|
3552
3553
|
}>, {
|
|
3553
3554
|
opacity: number;
|
|
3554
3555
|
visible: boolean;
|
|
3555
|
-
wireframe: boolean;
|
|
3556
3556
|
pickable: boolean;
|
|
3557
3557
|
autoHighlight: boolean;
|
|
3558
3558
|
filled: boolean;
|
|
3559
3559
|
stroked: boolean;
|
|
3560
3560
|
extruded: boolean;
|
|
3561
|
+
wireframe: boolean;
|
|
3561
3562
|
elevationScale: number;
|
|
3562
3563
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
3563
3564
|
lineWidthScale: number;
|
|
@@ -3683,23 +3684,23 @@ declare const __VLS_base$19: _$vue.DefineComponent<__VLS_Props$9, {}, {}, {}, {}
|
|
|
3683
3684
|
}>, {
|
|
3684
3685
|
opacity: number;
|
|
3685
3686
|
visible: boolean;
|
|
3686
|
-
wireframe: boolean;
|
|
3687
3687
|
pickable: boolean;
|
|
3688
3688
|
autoHighlight: boolean;
|
|
3689
3689
|
filled: boolean;
|
|
3690
3690
|
stroked: boolean;
|
|
3691
3691
|
extruded: boolean;
|
|
3692
|
+
wireframe: boolean;
|
|
3692
3693
|
elevationScale: number;
|
|
3693
3694
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
3694
3695
|
lineWidthScale: number;
|
|
3695
3696
|
lineWidthMinPixels: number;
|
|
3696
3697
|
lineWidthMaxPixels: number;
|
|
3697
|
-
maxZoom: number;
|
|
3698
|
-
minZoom: number;
|
|
3699
3698
|
pointRadiusUnits: "meters" | "common" | "pixels";
|
|
3700
3699
|
pointRadiusScale: number;
|
|
3701
3700
|
pointRadiusMinPixels: number;
|
|
3702
3701
|
pointRadiusMaxPixels: number;
|
|
3702
|
+
minZoom: number;
|
|
3703
|
+
maxZoom: number;
|
|
3703
3704
|
binary: boolean;
|
|
3704
3705
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
3705
3706
|
declare const __VLS_export$19: __VLS_WithSlots$19<typeof __VLS_base$19, __VLS_Slots$19>;
|
|
@@ -3782,10 +3783,10 @@ declare const __VLS_base$18: _$vue.DefineComponent<Props$15, {}, {}, {}, {}, _$v
|
|
|
3782
3783
|
devicePixel?: [number, number];
|
|
3783
3784
|
pixelRatio: number;
|
|
3784
3785
|
}) => any;
|
|
3785
|
-
viewportLoad: (tiles: unknown[]) => any;
|
|
3786
3786
|
tileLoad: (tile: unknown) => any;
|
|
3787
|
-
tileUnload: (tile: unknown) => any;
|
|
3788
3787
|
tileError: (error: Error, tile: unknown) => any;
|
|
3788
|
+
viewportLoad: (tiles: unknown[]) => any;
|
|
3789
|
+
tileUnload: (tile: unknown) => any;
|
|
3789
3790
|
}, string, _$vue.PublicProps, Readonly<Props$15> & Readonly<{
|
|
3790
3791
|
onClick?: ((info: {
|
|
3791
3792
|
color: Uint8Array | null;
|
|
@@ -3817,19 +3818,19 @@ declare const __VLS_base$18: _$vue.DefineComponent<Props$15, {}, {}, {}, {}, _$v
|
|
|
3817
3818
|
devicePixel?: [number, number];
|
|
3818
3819
|
pixelRatio: number;
|
|
3819
3820
|
}) => any) | undefined;
|
|
3820
|
-
onViewportLoad?: ((tiles: unknown[]) => any) | undefined;
|
|
3821
3821
|
onTileLoad?: ((tile: unknown) => any) | undefined;
|
|
3822
|
-
onTileUnload?: ((tile: unknown) => any) | undefined;
|
|
3823
3822
|
onTileError?: ((error: Error, tile: unknown) => any) | undefined;
|
|
3823
|
+
onViewportLoad?: ((tiles: unknown[]) => any) | undefined;
|
|
3824
|
+
onTileUnload?: ((tile: unknown) => any) | undefined;
|
|
3824
3825
|
}>, {
|
|
3825
3826
|
opacity: number;
|
|
3826
3827
|
visible: boolean;
|
|
3827
3828
|
pickable: boolean;
|
|
3828
3829
|
autoHighlight: boolean;
|
|
3829
|
-
tileSize: number;
|
|
3830
|
-
minZoom: number;
|
|
3831
|
-
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
3832
3830
|
maxRequests: number;
|
|
3831
|
+
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
3832
|
+
minZoom: number;
|
|
3833
|
+
tileSize: number;
|
|
3833
3834
|
zoomOffset: number;
|
|
3834
3835
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
3835
3836
|
declare const __VLS_export$18: __VLS_WithSlots$18<typeof __VLS_base$18, __VLS_Slots$18>;
|
|
@@ -3891,8 +3892,8 @@ declare const __VLS_base$17: _$vue.DefineComponent<Props$14, {}, {}, {}, {}, _$v
|
|
|
3891
3892
|
pixelRatio: number;
|
|
3892
3893
|
}) => any;
|
|
3893
3894
|
tileLoad: (tile: unknown) => any;
|
|
3894
|
-
tileUnload: (tile: unknown) => any;
|
|
3895
3895
|
tileError: (error: Error, url: string, tile: unknown) => any;
|
|
3896
|
+
tileUnload: (tile: unknown) => any;
|
|
3896
3897
|
tilesetLoad: (tileset: unknown) => any;
|
|
3897
3898
|
}, string, _$vue.PublicProps, Readonly<Props$14> & Readonly<{
|
|
3898
3899
|
onClick?: ((info: {
|
|
@@ -3926,8 +3927,8 @@ declare const __VLS_base$17: _$vue.DefineComponent<Props$14, {}, {}, {}, {}, _$v
|
|
|
3926
3927
|
pixelRatio: number;
|
|
3927
3928
|
}) => any) | undefined;
|
|
3928
3929
|
onTileLoad?: ((tile: unknown) => any) | undefined;
|
|
3929
|
-
onTileUnload?: ((tile: unknown) => any) | undefined;
|
|
3930
3930
|
onTileError?: ((error: Error, url: string, tile: unknown) => any) | undefined;
|
|
3931
|
+
onTileUnload?: ((tile: unknown) => any) | undefined;
|
|
3931
3932
|
onTilesetLoad?: ((tileset: unknown) => any) | undefined;
|
|
3932
3933
|
}>, {
|
|
3933
3934
|
opacity: number;
|
|
@@ -4046,10 +4047,10 @@ declare const __VLS_base$16: _$vue.DefineComponent<Props$13, {}, {}, {}, {}, _$v
|
|
|
4046
4047
|
}>, {
|
|
4047
4048
|
opacity: number;
|
|
4048
4049
|
visible: boolean;
|
|
4049
|
-
meshMaxError: number;
|
|
4050
|
-
wireframe: boolean;
|
|
4051
4050
|
pickable: boolean;
|
|
4052
4051
|
autoHighlight: boolean;
|
|
4052
|
+
wireframe: boolean;
|
|
4053
|
+
meshMaxError: number;
|
|
4053
4054
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4054
4055
|
declare const __VLS_export$16: __VLS_WithSlots$16<typeof __VLS_base$16, __VLS_Slots$16>;
|
|
4055
4056
|
declare const _default$39: typeof __VLS_export$16;
|
|
@@ -4151,15 +4152,15 @@ declare const __VLS_base$15: _$vue.DefineComponent<__VLS_Props$8, {}, {}, {}, {}
|
|
|
4151
4152
|
pixelRatio: number;
|
|
4152
4153
|
}) => any) | undefined;
|
|
4153
4154
|
}>, {
|
|
4155
|
+
widthUnits: "meters" | "common" | "pixels";
|
|
4156
|
+
widthScale: number;
|
|
4157
|
+
widthMinPixels: number;
|
|
4158
|
+
widthMaxPixels: number;
|
|
4154
4159
|
opacity: number;
|
|
4155
4160
|
visible: boolean;
|
|
4156
4161
|
pickable: boolean;
|
|
4157
4162
|
autoHighlight: boolean;
|
|
4158
4163
|
numSegments: number;
|
|
4159
|
-
widthUnits: "meters" | "common" | "pixels";
|
|
4160
|
-
widthScale: number;
|
|
4161
|
-
widthMinPixels: number;
|
|
4162
|
-
widthMaxPixels: number;
|
|
4163
4164
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4164
4165
|
declare const __VLS_export$15: __VLS_WithSlots$15<typeof __VLS_base$15, __VLS_Slots$15>;
|
|
4165
4166
|
declare const _default$17: typeof __VLS_export$15;
|
|
@@ -4265,12 +4266,12 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$7, {}, {}, {}, {}
|
|
|
4265
4266
|
}>, {
|
|
4266
4267
|
opacity: number;
|
|
4267
4268
|
visible: boolean;
|
|
4268
|
-
wireframe: boolean;
|
|
4269
4269
|
pickable: boolean;
|
|
4270
4270
|
autoHighlight: boolean;
|
|
4271
4271
|
filled: boolean;
|
|
4272
4272
|
stroked: boolean;
|
|
4273
4273
|
extruded: boolean;
|
|
4274
|
+
wireframe: boolean;
|
|
4274
4275
|
elevationScale: number;
|
|
4275
4276
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
4276
4277
|
lineWidthScale: number;
|
|
@@ -4381,12 +4382,12 @@ declare const __VLS_base$13: _$vue.DefineComponent<__VLS_Props$6, {}, {}, {}, {}
|
|
|
4381
4382
|
}>, {
|
|
4382
4383
|
opacity: number;
|
|
4383
4384
|
visible: boolean;
|
|
4384
|
-
wireframe: boolean;
|
|
4385
4385
|
pickable: boolean;
|
|
4386
4386
|
autoHighlight: boolean;
|
|
4387
4387
|
filled: boolean;
|
|
4388
4388
|
stroked: boolean;
|
|
4389
4389
|
extruded: boolean;
|
|
4390
|
+
wireframe: boolean;
|
|
4390
4391
|
elevationScale: number;
|
|
4391
4392
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
4392
4393
|
lineWidthScale: number;
|
|
@@ -4497,12 +4498,12 @@ declare const __VLS_base$12: _$vue.DefineComponent<__VLS_Props$5, {}, {}, {}, {}
|
|
|
4497
4498
|
}>, {
|
|
4498
4499
|
opacity: number;
|
|
4499
4500
|
visible: boolean;
|
|
4500
|
-
wireframe: boolean;
|
|
4501
4501
|
pickable: boolean;
|
|
4502
4502
|
autoHighlight: boolean;
|
|
4503
4503
|
filled: boolean;
|
|
4504
4504
|
stroked: boolean;
|
|
4505
4505
|
extruded: boolean;
|
|
4506
|
+
wireframe: boolean;
|
|
4506
4507
|
elevationScale: number;
|
|
4507
4508
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
4508
4509
|
lineWidthScale: number;
|
|
@@ -4708,9 +4709,9 @@ declare const __VLS_base$10: _$vue.DefineComponent<__VLS_Props$4, {}, {}, {}, {}
|
|
|
4708
4709
|
}>, {
|
|
4709
4710
|
opacity: number;
|
|
4710
4711
|
visible: boolean;
|
|
4711
|
-
wireframe: boolean;
|
|
4712
4712
|
pickable: boolean;
|
|
4713
4713
|
autoHighlight: boolean;
|
|
4714
|
+
wireframe: boolean;
|
|
4714
4715
|
sizeScale: number;
|
|
4715
4716
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4716
4717
|
declare const __VLS_export$10: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
|
|
@@ -4987,12 +4988,12 @@ declare const __VLS_base$8: _$vue.DefineComponent<Props$5, {}, {}, {}, {}, _$vue
|
|
|
4987
4988
|
visible: boolean;
|
|
4988
4989
|
pickable: boolean;
|
|
4989
4990
|
autoHighlight: boolean;
|
|
4990
|
-
tileSize: number;
|
|
4991
|
-
minZoom: number;
|
|
4992
|
-
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
4993
4991
|
maxRequests: number;
|
|
4992
|
+
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
4994
4993
|
debug: boolean;
|
|
4995
4994
|
debugOpacity: number;
|
|
4995
|
+
minZoom: number;
|
|
4996
|
+
tileSize: number;
|
|
4996
4997
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4997
4998
|
declare const __VLS_export$8: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
|
|
4998
4999
|
declare const _default$12: typeof __VLS_export$8;
|
|
@@ -5087,6 +5088,7 @@ type __VLS_Slots$7 = {} & {
|
|
|
5087
5088
|
default?: (props: typeof __VLS_1$7) => any;
|
|
5088
5089
|
};
|
|
5089
5090
|
declare const __VLS_base$7: _$vue.DefineComponent<Props$4, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5091
|
+
error: (error: Error, source?: MosaicSource | undefined) => any;
|
|
5090
5092
|
click: (info: {
|
|
5091
5093
|
color: Uint8Array | null;
|
|
5092
5094
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5102,7 +5104,6 @@ declare const __VLS_base$7: _$vue.DefineComponent<Props$4, {}, {}, {}, {}, _$vue
|
|
|
5102
5104
|
devicePixel?: [number, number];
|
|
5103
5105
|
pixelRatio: number;
|
|
5104
5106
|
}) => any;
|
|
5105
|
-
error: (error: Error, source?: MosaicSource | undefined) => any;
|
|
5106
5107
|
hover: (info: {
|
|
5107
5108
|
color: Uint8Array | null;
|
|
5108
5109
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5120,6 +5121,7 @@ declare const __VLS_base$7: _$vue.DefineComponent<Props$4, {}, {}, {}, {}, _$vue
|
|
|
5120
5121
|
}) => any;
|
|
5121
5122
|
sourceLoad: (source: MosaicSource) => any;
|
|
5122
5123
|
}, string, _$vue.PublicProps, Readonly<Props$4> & Readonly<{
|
|
5124
|
+
onError?: ((error: Error, source?: MosaicSource | undefined) => any) | undefined;
|
|
5123
5125
|
onClick?: ((info: {
|
|
5124
5126
|
color: Uint8Array | null;
|
|
5125
5127
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5135,7 +5137,6 @@ declare const __VLS_base$7: _$vue.DefineComponent<Props$4, {}, {}, {}, {}, _$vue
|
|
|
5135
5137
|
devicePixel?: [number, number];
|
|
5136
5138
|
pixelRatio: number;
|
|
5137
5139
|
}) => any) | undefined;
|
|
5138
|
-
onError?: ((error: Error, source?: MosaicSource | undefined) => any) | undefined;
|
|
5139
5140
|
onHover?: ((info: {
|
|
5140
5141
|
color: Uint8Array | null;
|
|
5141
5142
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5314,9 +5315,9 @@ declare const __VLS_base$6: _$vue.DefineComponent<Props$3, {}, {}, {}, {}, _$vue
|
|
|
5314
5315
|
visible: boolean;
|
|
5315
5316
|
pickable: boolean;
|
|
5316
5317
|
autoHighlight: boolean;
|
|
5317
|
-
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
5318
|
-
maxRequests: number;
|
|
5319
5318
|
maxError: number;
|
|
5319
|
+
maxRequests: number;
|
|
5320
|
+
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
5320
5321
|
debug: boolean;
|
|
5321
5322
|
debugOpacity: number;
|
|
5322
5323
|
debugLevel: 1 | 2 | 3;
|
|
@@ -5479,6 +5480,8 @@ type __VLS_Slots$4 = {} & {
|
|
|
5479
5480
|
default?: (props: typeof __VLS_1$4) => any;
|
|
5480
5481
|
};
|
|
5481
5482
|
declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5483
|
+
loaded: () => any;
|
|
5484
|
+
error: (error: Error) => any;
|
|
5482
5485
|
click: (info: {
|
|
5483
5486
|
color: Uint8Array | null;
|
|
5484
5487
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5494,8 +5497,6 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5494
5497
|
devicePixel?: [number, number];
|
|
5495
5498
|
pixelRatio: number;
|
|
5496
5499
|
}) => any;
|
|
5497
|
-
loaded: () => any;
|
|
5498
|
-
error: (error: Error) => any;
|
|
5499
5500
|
hover: (info: {
|
|
5500
5501
|
color: Uint8Array | null;
|
|
5501
5502
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5512,6 +5513,8 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5512
5513
|
pixelRatio: number;
|
|
5513
5514
|
}) => any;
|
|
5514
5515
|
}, string, _$vue.PublicProps, Readonly<Props$1> & Readonly<{
|
|
5516
|
+
onLoaded?: (() => any) | undefined;
|
|
5517
|
+
onError?: ((error: Error) => any) | undefined;
|
|
5515
5518
|
onClick?: ((info: {
|
|
5516
5519
|
color: Uint8Array | null;
|
|
5517
5520
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5527,8 +5530,6 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5527
5530
|
devicePixel?: [number, number];
|
|
5528
5531
|
pixelRatio: number;
|
|
5529
5532
|
}) => any) | undefined;
|
|
5530
|
-
onLoaded?: (() => any) | undefined;
|
|
5531
|
-
onError?: ((error: Error) => any) | undefined;
|
|
5532
5533
|
onHover?: ((info: {
|
|
5533
5534
|
color: Uint8Array | null;
|
|
5534
5535
|
layer: _$_deck_gl_core0.Layer | null;
|
|
@@ -5545,12 +5546,11 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5545
5546
|
pixelRatio: number;
|
|
5546
5547
|
}) => any) | undefined;
|
|
5547
5548
|
}>, {
|
|
5548
|
-
color: Color;
|
|
5549
|
-
width: number;
|
|
5550
5549
|
opacity: number;
|
|
5551
5550
|
visible: boolean;
|
|
5552
|
-
bounds: [number, number, number, number];
|
|
5553
5551
|
pickable: boolean;
|
|
5552
|
+
bounds: [number, number, number, number];
|
|
5553
|
+
color: Color;
|
|
5554
5554
|
uMin: number;
|
|
5555
5555
|
uMax: number;
|
|
5556
5556
|
vMin: number;
|
|
@@ -5560,6 +5560,7 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5560
5560
|
speedFactor: number;
|
|
5561
5561
|
colorRamp: ColorStop$1[];
|
|
5562
5562
|
speedRange: [number, number];
|
|
5563
|
+
width: number;
|
|
5563
5564
|
animate: boolean;
|
|
5564
5565
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
5565
5566
|
declare const __VLS_export$4: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
|
|
@@ -5691,10 +5692,6 @@ type __VLS_Slots$2 = {} & {
|
|
|
5691
5692
|
default?: (props: typeof __VLS_3) => any;
|
|
5692
5693
|
};
|
|
5693
5694
|
declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5694
|
-
dragstart: (...args: any[]) => void;
|
|
5695
|
-
drag: (...args: any[]) => void;
|
|
5696
|
-
dragend: (...args: any[]) => void;
|
|
5697
|
-
click: (...args: any[]) => void;
|
|
5698
5695
|
loaded: (...args: any[]) => void;
|
|
5699
5696
|
error: (...args: any[]) => void;
|
|
5700
5697
|
load: (...args: any[]) => void;
|
|
@@ -5721,6 +5718,7 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
|
|
|
5721
5718
|
touchmove: (...args: any[]) => void;
|
|
5722
5719
|
touchend: (...args: any[]) => void;
|
|
5723
5720
|
touchstart: (...args: any[]) => void;
|
|
5721
|
+
click: (...args: any[]) => void;
|
|
5724
5722
|
contextmenu: (...args: any[]) => void;
|
|
5725
5723
|
dblclick: (...args: any[]) => void;
|
|
5726
5724
|
mousemove: (...args: any[]) => void;
|
|
@@ -5737,6 +5735,9 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
|
|
|
5737
5735
|
rotatestart: (...args: any[]) => void;
|
|
5738
5736
|
rotate: (...args: any[]) => void;
|
|
5739
5737
|
rotateend: (...args: any[]) => void;
|
|
5738
|
+
dragstart: (...args: any[]) => void;
|
|
5739
|
+
drag: (...args: any[]) => void;
|
|
5740
|
+
dragend: (...args: any[]) => void;
|
|
5740
5741
|
pitchstart: (...args: any[]) => void;
|
|
5741
5742
|
pitch: (...args: any[]) => void;
|
|
5742
5743
|
pitchend: (...args: any[]) => void;
|
|
@@ -5745,10 +5746,6 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
|
|
|
5745
5746
|
cooperativegestureprevented: (...args: any[]) => void;
|
|
5746
5747
|
projectiontransition: (...args: any[]) => void;
|
|
5747
5748
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
|
|
5748
|
-
onDragstart?: ((...args: any[]) => any) | undefined;
|
|
5749
|
-
onDrag?: ((...args: any[]) => any) | undefined;
|
|
5750
|
-
onDragend?: ((...args: any[]) => any) | undefined;
|
|
5751
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
5752
5749
|
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
5753
5750
|
onError?: ((...args: any[]) => any) | undefined;
|
|
5754
5751
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
@@ -5775,6 +5772,7 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
|
|
|
5775
5772
|
onTouchmove?: ((...args: any[]) => any) | undefined;
|
|
5776
5773
|
onTouchend?: ((...args: any[]) => any) | undefined;
|
|
5777
5774
|
onTouchstart?: ((...args: any[]) => any) | undefined;
|
|
5775
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
5778
5776
|
onContextmenu?: ((...args: any[]) => any) | undefined;
|
|
5779
5777
|
onDblclick?: ((...args: any[]) => any) | undefined;
|
|
5780
5778
|
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
@@ -5791,6 +5789,9 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
|
|
|
5791
5789
|
onRotatestart?: ((...args: any[]) => any) | undefined;
|
|
5792
5790
|
onRotate?: ((...args: any[]) => any) | undefined;
|
|
5793
5791
|
onRotateend?: ((...args: any[]) => any) | undefined;
|
|
5792
|
+
onDragstart?: ((...args: any[]) => any) | undefined;
|
|
5793
|
+
onDrag?: ((...args: any[]) => any) | undefined;
|
|
5794
|
+
onDragend?: ((...args: any[]) => any) | undefined;
|
|
5794
5795
|
onPitchstart?: ((...args: any[]) => any) | undefined;
|
|
5795
5796
|
onPitch?: ((...args: any[]) => any) | undefined;
|
|
5796
5797
|
onPitchend?: ((...args: any[]) => any) | undefined;
|
|
@@ -5856,12 +5857,12 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, _$v
|
|
|
5856
5857
|
open: () => void;
|
|
5857
5858
|
close: () => void;
|
|
5858
5859
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
5859
|
-
onRemoved?: (() => any) | undefined;
|
|
5860
|
-
onOpen?: (() => any) | undefined;
|
|
5861
|
-
onClose?: (() => any) | undefined;
|
|
5862
5860
|
onAdded?: ((payload: {
|
|
5863
5861
|
popup: Popup;
|
|
5864
5862
|
}) => any) | undefined;
|
|
5863
|
+
onRemoved?: (() => any) | undefined;
|
|
5864
|
+
onOpen?: (() => any) | undefined;
|
|
5865
|
+
onClose?: (() => any) | undefined;
|
|
5865
5866
|
}>, {
|
|
5866
5867
|
options: PopupOptions;
|
|
5867
5868
|
coordinates: LngLatLike;
|
|
@@ -5875,5 +5876,46 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
5875
5876
|
};
|
|
5876
5877
|
};
|
|
5877
5878
|
//#endregion
|
|
5878
|
-
|
|
5879
|
+
//#region src/utils/require-peer.d.ts
|
|
5880
|
+
/**
|
|
5881
|
+
* Wraps a dynamic `import()` of an optional peer dependency and converts the
|
|
5882
|
+
* opaque bundler `Cannot find module '…'` error into an actionable message
|
|
5883
|
+
* that names the package and includes a copy-pasteable install command.
|
|
5884
|
+
*
|
|
5885
|
+
* Use this **only** in non-Vue-SFC contexts (composables, lazy data loaders,
|
|
5886
|
+
* controls that already use `await import()`). Inside `<script setup>` of a
|
|
5887
|
+
* Vue component, prefer the existing top-level `import` statements — Vue
|
|
5888
|
+
* templates render synchronously and turning component-level imports into
|
|
5889
|
+
* dynamic ones changes the component contract.
|
|
5890
|
+
*
|
|
5891
|
+
* @example
|
|
5892
|
+
* ```ts
|
|
5893
|
+
* const { LidarControl } = await requirePeer(
|
|
5894
|
+
* 'maplibre-gl-lidar',
|
|
5895
|
+
* () => import('maplibre-gl-lidar'),
|
|
5896
|
+
* );
|
|
5897
|
+
* ```
|
|
5898
|
+
*
|
|
5899
|
+
* @example Custom install command (e.g. multi-package install)
|
|
5900
|
+
* ```ts
|
|
5901
|
+
* const mod = await requirePeer(
|
|
5902
|
+
* '@developmentseed/deck.gl-geotiff',
|
|
5903
|
+
* () => import('@developmentseed/deck.gl-geotiff'),
|
|
5904
|
+
* 'pnpm add @developmentseed/deck.gl-geotiff @developmentseed/deck.gl-raster @developmentseed/geotiff @developmentseed/proj',
|
|
5905
|
+
* );
|
|
5906
|
+
* ```
|
|
5907
|
+
*
|
|
5908
|
+
* @param packageName - The npm package name (used in the error message).
|
|
5909
|
+
* @param loader - A thunk returning `import('<packageName>')`. Must be a thunk
|
|
5910
|
+
* so the bundler can split it and so the import is evaluated lazily.
|
|
5911
|
+
* @param installCommand - Optional override for the install hint. Defaults to
|
|
5912
|
+
* `pnpm add <packageName>`. Pass a custom command when several peer packages
|
|
5913
|
+
* must be installed together.
|
|
5914
|
+
* @returns The resolved module exports.
|
|
5915
|
+
* @throws Error with a descriptive message naming the package, the install
|
|
5916
|
+
* command, and the underlying loader error.
|
|
5917
|
+
*/
|
|
5918
|
+
declare function requirePeer<T>(packageName: string, loader: () => Promise<T>, installCommand?: string): Promise<T>;
|
|
5919
|
+
//#endregion
|
|
5920
|
+
export { Accessor, BaseDeckLayerProps, type CategoryLegendItem, Color, ColorAccessor, type ColorRangeConfig, type ColorScheme, type ColorSchemeConfig, type ColorSchemeType, type ColorStop, type ColormapName, type ControlPosition, type CopcLoadingMode, DeckLayerEvent, DeckLayersKey, DeckOverlayKey, type FilterState, type GenerateWindTextureOptions, type GradientLegendItem, type LayerConfig, type LayerControlOptions, type LayerType, type LegendControlOptions, type LegendType, type LidarControlOptions, type MosaicRenderMode, type MosaicSource, type MultiCOGComposite, NumberAccessor, type PointCloudBounds, type PointCloudInfo, Position, PositionAccessor, type RenderModule, type SizeLegendItem, type StreamingLoaderOptions, type StreamingProgress, StringAccessor, type TableLegendItem, _default as VControlAttribution, _default$1 as VControlFullscreen, _default$2 as VControlGeolocate, _default$3 as VControlLayer, _default$4 as VControlLayerGroup, _default$5 as VControlLegend, _default$6 as VControlLidar, _default$7 as VControlNavigation, _default$8 as VControlScale, _default$9 as VLayerDeckgl, _default$10 as VLayerDeckglArc, _default$11 as VLayerDeckglBitmap, _default$12 as VLayerDeckglCOG, _default$13 as VLayerDeckglColumn, _default$14 as VLayerDeckglContour, _default$15 as VLayerDeckglGeohash, _default$16 as VLayerDeckglGeojson, _default$17 as VLayerDeckglGreatCircle, _default$18 as VLayerDeckglGrid, _default$19 as VLayerDeckglGridCell, _default$20 as VLayerDeckglH3Cluster, _default$21 as VLayerDeckglH3Hexagon, _default$22 as VLayerDeckglHeatmap, _default$23 as VLayerDeckglHexagon, _default$24 as VLayerDeckglIcon, _default$25 as VLayerDeckglLine, _default$26 as VLayerDeckglMVT, _default$27 as VLayerDeckglMosaic, _default$28 as VLayerDeckglMultiCOG, _default$29 as VLayerDeckglPath, _default$30 as VLayerDeckglPointCloud, _default$31 as VLayerDeckglPolygon, _default$32 as VLayerDeckglQuadkey, _default$33 as VLayerDeckglS2, _default$34 as VLayerDeckglScatterplot, _default$35 as VLayerDeckglScenegraph, _default$36 as VLayerDeckglScreenGrid, _default$37 as VLayerDeckglSimpleMesh, _default$38 as VLayerDeckglSolidPolygon, _default$39 as VLayerDeckglTerrain, _default$40 as VLayerDeckglText, _default$41 as VLayerDeckglTile, _default$42 as VLayerDeckglTile3D, _default$43 as VLayerDeckglTrips, _default$44 as VLayerDeckglWMS, _default$45 as VLayerDeckglWindParticle, _default$46 as VLayerDeckglZarr, _default$47 as VLayerMaplibreCanvas, _default$48 as VLayerMaplibreCluster, _default$49 as VLayerMaplibreGeojson, _default$50 as VLayerMaplibreImage, _default$51 as VLayerMaplibreIsochrone, _default$52 as VLayerMaplibrePmtile, _default$53 as VLayerMaplibreRaster, _default$54 as VLayerMaplibreRoute, _default$55 as VLayerMaplibreStarfield, _default$56 as VLayerMaplibreVector, _default$57 as VLayerMaplibreVideo, _default$58 as VMap, _default$58 as default, _default$59 as VMarker, _default$60 as VPopup, type WindDataPoint, WindParticleLayer, type WindTextureResult, createWindDataFromOpenWeatherMap, generateWindTexture, requirePeer, useDeckLayers, useDeckOverlay };
|
|
5879
5921
|
//# sourceMappingURL=index.d.ts.map
|