@geoql/v-maplibre 1.8.1 → 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/dist/index.d.ts +103 -61
- 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";
|
|
@@ -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;
|
|
@@ -971,8 +972,8 @@ declare const __VLS_base$43: _$vue.DefineComponent<Props$40, {}, {}, {}, {}, _$v
|
|
|
971
972
|
opacity: number;
|
|
972
973
|
visible: boolean;
|
|
973
974
|
color: string;
|
|
974
|
-
width: number;
|
|
975
975
|
before: string;
|
|
976
|
+
width: number;
|
|
976
977
|
interactive: boolean;
|
|
977
978
|
lineCap: "butt" | "round" | "square";
|
|
978
979
|
lineJoin: "bevel" | "round" | "miter";
|
|
@@ -1044,10 +1045,10 @@ declare const __VLS_base$42: _$vue.DefineComponent<Props$39, {}, {}, {}, {}, _$v
|
|
|
1044
1045
|
id: string;
|
|
1045
1046
|
visible: boolean;
|
|
1046
1047
|
before: string;
|
|
1047
|
-
interactive: boolean;
|
|
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,8 +1318,6 @@ declare const __VLS_base$39: _$vue.DefineComponent<__VLS_Props$28, {}, {}, {}, {
|
|
|
1317
1318
|
pixelRatio: number;
|
|
1318
1319
|
}) => any) | undefined;
|
|
1319
1320
|
}>, {
|
|
1320
|
-
greatCircle: boolean;
|
|
1321
|
-
numSegments: number;
|
|
1322
1321
|
widthUnits: "meters" | "common" | "pixels";
|
|
1323
1322
|
widthScale: number;
|
|
1324
1323
|
widthMinPixels: number;
|
|
@@ -1327,6 +1326,8 @@ declare const __VLS_base$39: _$vue.DefineComponent<__VLS_Props$28, {}, {}, {}, {
|
|
|
1327
1326
|
visible: boolean;
|
|
1328
1327
|
pickable: boolean;
|
|
1329
1328
|
autoHighlight: boolean;
|
|
1329
|
+
greatCircle: boolean;
|
|
1330
|
+
numSegments: 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;
|
|
@@ -1479,19 +1480,19 @@ declare const __VLS_base$38: _$vue.DefineComponent<__VLS_Props$27, {}, {}, {}, {
|
|
|
1479
1480
|
stroked: boolean;
|
|
1480
1481
|
extruded: boolean;
|
|
1481
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
1488
|
lineJointRounded: boolean;
|
|
1488
|
-
lineCapRounded: boolean;
|
|
1489
1489
|
lineMiterLimit: number;
|
|
1490
|
+
pointType: string;
|
|
1491
|
+
lineCapRounded: boolean;
|
|
1490
1492
|
pointRadiusUnits: "meters" | "common" | "pixels";
|
|
1491
1493
|
pointRadiusScale: number;
|
|
1492
1494
|
pointRadiusMinPixels: number;
|
|
1493
1495
|
pointRadiusMaxPixels: number;
|
|
1494
|
-
elevationScale: number;
|
|
1495
1496
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1496
1497
|
declare const __VLS_export$38: __VLS_WithSlots$38<typeof __VLS_base$38, __VLS_Slots$38>;
|
|
1497
1498
|
declare const _default$16: typeof __VLS_export$38;
|
|
@@ -1600,9 +1601,9 @@ declare const __VLS_base$37: _$vue.DefineComponent<__VLS_Props$26, {}, {}, {}, {
|
|
|
1600
1601
|
visible: boolean;
|
|
1601
1602
|
pickable: boolean;
|
|
1602
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>;
|
|
@@ -1823,13 +1824,13 @@ declare const __VLS_base$35: _$vue.DefineComponent<__VLS_Props$24, {}, {}, {}, {
|
|
|
1823
1824
|
stroked: boolean;
|
|
1824
1825
|
extruded: boolean;
|
|
1825
1826
|
wireframe: boolean;
|
|
1827
|
+
elevationScale: number;
|
|
1826
1828
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
1827
1829
|
lineWidthScale: number;
|
|
1828
1830
|
lineWidthMinPixels: number;
|
|
1829
1831
|
lineWidthMaxPixels: number;
|
|
1830
1832
|
lineJointRounded: boolean;
|
|
1831
1833
|
lineMiterLimit: number;
|
|
1832
|
-
elevationScale: number;
|
|
1833
1834
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1834
1835
|
declare const __VLS_export$35: __VLS_WithSlots$35<typeof __VLS_base$35, __VLS_Slots$35>;
|
|
1835
1836
|
declare const _default$31: typeof __VLS_export$35;
|
|
@@ -2053,11 +2054,11 @@ declare const __VLS_base$33: _$vue.DefineComponent<__VLS_Props$22, {}, {}, {}, {
|
|
|
2053
2054
|
visible: boolean;
|
|
2054
2055
|
pickable: boolean;
|
|
2055
2056
|
autoHighlight: boolean;
|
|
2056
|
-
billboard: boolean;
|
|
2057
|
-
sizeUnits: "meters" | "common" | "pixels";
|
|
2058
2057
|
sizeScale: number;
|
|
2058
|
+
sizeUnits: "meters" | "common" | "pixels";
|
|
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>;
|
|
@@ -2186,12 +2187,12 @@ declare const __VLS_base$32: _$vue.DefineComponent<__VLS_Props$21, {}, {}, {}, {
|
|
|
2186
2187
|
visible: boolean;
|
|
2187
2188
|
pickable: boolean;
|
|
2188
2189
|
autoHighlight: boolean;
|
|
2189
|
-
billboard: boolean;
|
|
2190
|
-
sizeUnits: "meters" | "common" | "pixels";
|
|
2191
|
-
background: boolean;
|
|
2192
2190
|
sizeScale: number;
|
|
2191
|
+
sizeUnits: "meters" | "common" | "pixels";
|
|
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;
|
|
@@ -2326,17 +2327,17 @@ declare const __VLS_base$31: _$vue.DefineComponent<__VLS_Props$20, {}, {}, {}, {
|
|
|
2326
2327
|
stroked: boolean;
|
|
2327
2328
|
extruded: boolean;
|
|
2328
2329
|
wireframe: boolean;
|
|
2330
|
+
elevationScale: number;
|
|
2329
2331
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
2330
2332
|
lineWidthScale: number;
|
|
2331
2333
|
lineWidthMinPixels: number;
|
|
2332
2334
|
lineWidthMaxPixels: number;
|
|
2333
|
-
elevationScale: number;
|
|
2334
|
-
radiusUnits: "meters" | "common" | "pixels";
|
|
2335
2335
|
coverage: number;
|
|
2336
|
-
radius: number;
|
|
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;
|
|
@@ -2741,10 +2742,10 @@ declare const __VLS_base$27: _$vue.DefineComponent<__VLS_Props$17, {}, {}, {}, {
|
|
|
2741
2742
|
opacity: number;
|
|
2742
2743
|
visible: boolean;
|
|
2743
2744
|
pickable: boolean;
|
|
2744
|
-
aggregation: "SUM" | "MEAN";
|
|
2745
2745
|
intensity: number;
|
|
2746
2746
|
radiusPixels: number;
|
|
2747
2747
|
threshold: number;
|
|
2748
|
+
aggregation: "SUM" | "MEAN";
|
|
2748
2749
|
weightsTextureSize: number;
|
|
2749
2750
|
debounceTimeout: number;
|
|
2750
2751
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
@@ -2862,6 +2863,8 @@ declare const __VLS_base$26: _$vue.DefineComponent<__VLS_Props$16, {}, {}, {}, {
|
|
|
2862
2863
|
extruded: boolean;
|
|
2863
2864
|
elevationScale: number;
|
|
2864
2865
|
coverage: number;
|
|
2866
|
+
radius: number;
|
|
2867
|
+
gpuAggregation: boolean;
|
|
2865
2868
|
upperPercentile: number;
|
|
2866
2869
|
lowerPercentile: number;
|
|
2867
2870
|
elevationUpperPercentile: number;
|
|
@@ -2869,8 +2872,6 @@ declare const __VLS_base$26: _$vue.DefineComponent<__VLS_Props$16, {}, {}, {}, {
|
|
|
2869
2872
|
colorScaleType: "quantize" | "linear" | "quantile" | "ordinal";
|
|
2870
2873
|
colorAggregation: "SUM" | "MEAN" | "MIN" | "MAX" | "COUNT";
|
|
2871
2874
|
elevationAggregation: "SUM" | "MEAN" | "MIN" | "MAX" | "COUNT";
|
|
2872
|
-
gpuAggregation: boolean;
|
|
2873
|
-
radius: number;
|
|
2874
2875
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2875
2876
|
declare const __VLS_export$26: __VLS_WithSlots$26<typeof __VLS_base$26, __VLS_Slots$26>;
|
|
2876
2877
|
declare const _default$23: typeof __VLS_export$26;
|
|
@@ -2987,6 +2988,7 @@ declare const __VLS_base$25: _$vue.DefineComponent<__VLS_Props$15, {}, {}, {}, {
|
|
|
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
|
-
gpuAggregation: boolean;
|
|
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;
|
|
@@ -3101,9 +3102,9 @@ declare const __VLS_base$24: _$vue.DefineComponent<__VLS_Props$14, {}, {}, {}, {
|
|
|
3101
3102
|
visible: boolean;
|
|
3102
3103
|
pickable: boolean;
|
|
3103
3104
|
autoHighlight: boolean;
|
|
3105
|
+
aggregation: "SUM" | "MEAN" | "MIN" | "MAX";
|
|
3104
3106
|
cellSize: number;
|
|
3105
3107
|
gpuAggregation: boolean;
|
|
3106
|
-
aggregation: "SUM" | "MEAN" | "MIN" | "MAX";
|
|
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>;
|
|
@@ -3206,8 +3207,8 @@ declare const __VLS_base$23: _$vue.DefineComponent<__VLS_Props$13, {}, {}, {}, {
|
|
|
3206
3207
|
visible: boolean;
|
|
3207
3208
|
pickable: boolean;
|
|
3208
3209
|
autoHighlight: boolean;
|
|
3209
|
-
gpuAggregation: boolean;
|
|
3210
3210
|
aggregation: "SUM" | "MEAN" | "MIN" | "MAX";
|
|
3211
|
+
gpuAggregation: boolean;
|
|
3211
3212
|
cellSizePixels: number;
|
|
3212
3213
|
cellMarginPixels: number;
|
|
3213
3214
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
@@ -3321,9 +3322,9 @@ declare const __VLS_base$22: _$vue.DefineComponent<__VLS_Props$12, {}, {}, {}, {
|
|
|
3321
3322
|
visible: boolean;
|
|
3322
3323
|
pickable: boolean;
|
|
3323
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;
|
|
@@ -3440,11 +3441,11 @@ declare const __VLS_base$21: _$vue.DefineComponent<__VLS_Props$11, {}, {}, {}, {
|
|
|
3440
3441
|
stroked: boolean;
|
|
3441
3442
|
extruded: boolean;
|
|
3442
3443
|
wireframe: boolean;
|
|
3444
|
+
elevationScale: number;
|
|
3443
3445
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
3444
3446
|
lineWidthScale: number;
|
|
3445
3447
|
lineWidthMinPixels: number;
|
|
3446
3448
|
lineWidthMaxPixels: number;
|
|
3447
|
-
elevationScale: number;
|
|
3448
3449
|
coverage: number;
|
|
3449
3450
|
highPrecision: boolean | "auto";
|
|
3450
3451
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
@@ -3558,11 +3559,11 @@ declare const __VLS_base$20: _$vue.DefineComponent<__VLS_Props$10, {}, {}, {}, {
|
|
|
3558
3559
|
stroked: boolean;
|
|
3559
3560
|
extruded: boolean;
|
|
3560
3561
|
wireframe: boolean;
|
|
3562
|
+
elevationScale: number;
|
|
3561
3563
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
3562
3564
|
lineWidthScale: number;
|
|
3563
3565
|
lineWidthMinPixels: number;
|
|
3564
3566
|
lineWidthMaxPixels: number;
|
|
3565
|
-
elevationScale: number;
|
|
3566
3567
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
3567
3568
|
declare const __VLS_export$20: __VLS_WithSlots$20<typeof __VLS_base$20, __VLS_Slots$20>;
|
|
3568
3569
|
declare const _default$20: typeof __VLS_export$20;
|
|
@@ -3689,6 +3690,7 @@ declare const __VLS_base$19: _$vue.DefineComponent<__VLS_Props$9, {}, {}, {}, {}
|
|
|
3689
3690
|
stroked: boolean;
|
|
3690
3691
|
extruded: boolean;
|
|
3691
3692
|
wireframe: boolean;
|
|
3693
|
+
elevationScale: number;
|
|
3692
3694
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
3693
3695
|
lineWidthScale: number;
|
|
3694
3696
|
lineWidthMinPixels: number;
|
|
@@ -3697,7 +3699,6 @@ declare const __VLS_base$19: _$vue.DefineComponent<__VLS_Props$9, {}, {}, {}, {}
|
|
|
3697
3699
|
pointRadiusScale: number;
|
|
3698
3700
|
pointRadiusMinPixels: number;
|
|
3699
3701
|
pointRadiusMaxPixels: number;
|
|
3700
|
-
elevationScale: number;
|
|
3701
3702
|
minZoom: number;
|
|
3702
3703
|
maxZoom: number;
|
|
3703
3704
|
binary: boolean;
|
|
@@ -3784,8 +3785,8 @@ declare const __VLS_base$18: _$vue.DefineComponent<Props$15, {}, {}, {}, {}, _$v
|
|
|
3784
3785
|
}) => any;
|
|
3785
3786
|
tileLoad: (tile: unknown) => any;
|
|
3786
3787
|
tileError: (error: Error, tile: unknown) => any;
|
|
3787
|
-
tileUnload: (tile: unknown) => any;
|
|
3788
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;
|
|
@@ -3819,16 +3820,16 @@ declare const __VLS_base$18: _$vue.DefineComponent<Props$15, {}, {}, {}, {}, _$v
|
|
|
3819
3820
|
}) => any) | undefined;
|
|
3820
3821
|
onTileLoad?: ((tile: unknown) => any) | undefined;
|
|
3821
3822
|
onTileError?: ((error: Error, tile: unknown) => any) | undefined;
|
|
3822
|
-
onTileUnload?: ((tile: unknown) => any) | undefined;
|
|
3823
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
|
-
minZoom: number;
|
|
3830
3830
|
maxRequests: number;
|
|
3831
3831
|
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
3832
|
+
minZoom: number;
|
|
3832
3833
|
tileSize: number;
|
|
3833
3834
|
zoomOffset: number;
|
|
3834
3835
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
@@ -3892,8 +3893,8 @@ declare const __VLS_base$17: _$vue.DefineComponent<Props$14, {}, {}, {}, {}, _$v
|
|
|
3892
3893
|
}) => any;
|
|
3893
3894
|
tileLoad: (tile: unknown) => any;
|
|
3894
3895
|
tileError: (error: Error, url: string, tile: unknown) => any;
|
|
3895
|
-
tilesetLoad: (tileset: unknown) => any;
|
|
3896
3896
|
tileUnload: (tile: unknown) => any;
|
|
3897
|
+
tilesetLoad: (tileset: unknown) => any;
|
|
3897
3898
|
}, string, _$vue.PublicProps, Readonly<Props$14> & Readonly<{
|
|
3898
3899
|
onClick?: ((info: {
|
|
3899
3900
|
color: Uint8Array | null;
|
|
@@ -3927,8 +3928,8 @@ declare const __VLS_base$17: _$vue.DefineComponent<Props$14, {}, {}, {}, {}, _$v
|
|
|
3927
3928
|
}) => any) | undefined;
|
|
3928
3929
|
onTileLoad?: ((tile: unknown) => any) | undefined;
|
|
3929
3930
|
onTileError?: ((error: Error, url: string, tile: unknown) => any) | undefined;
|
|
3930
|
-
onTilesetLoad?: ((tileset: unknown) => any) | undefined;
|
|
3931
3931
|
onTileUnload?: ((tile: unknown) => any) | undefined;
|
|
3932
|
+
onTilesetLoad?: ((tileset: unknown) => any) | undefined;
|
|
3932
3933
|
}>, {
|
|
3933
3934
|
opacity: number;
|
|
3934
3935
|
visible: boolean;
|
|
@@ -4151,7 +4152,6 @@ declare const __VLS_base$15: _$vue.DefineComponent<__VLS_Props$8, {}, {}, {}, {}
|
|
|
4151
4152
|
pixelRatio: number;
|
|
4152
4153
|
}) => any) | undefined;
|
|
4153
4154
|
}>, {
|
|
4154
|
-
numSegments: number;
|
|
4155
4155
|
widthUnits: "meters" | "common" | "pixels";
|
|
4156
4156
|
widthScale: number;
|
|
4157
4157
|
widthMinPixels: number;
|
|
@@ -4160,6 +4160,7 @@ declare const __VLS_base$15: _$vue.DefineComponent<__VLS_Props$8, {}, {}, {}, {}
|
|
|
4160
4160
|
visible: boolean;
|
|
4161
4161
|
pickable: boolean;
|
|
4162
4162
|
autoHighlight: boolean;
|
|
4163
|
+
numSegments: 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;
|
|
@@ -4271,11 +4272,11 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$7, {}, {}, {}, {}
|
|
|
4271
4272
|
stroked: boolean;
|
|
4272
4273
|
extruded: boolean;
|
|
4273
4274
|
wireframe: boolean;
|
|
4275
|
+
elevationScale: number;
|
|
4274
4276
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
4275
4277
|
lineWidthScale: number;
|
|
4276
4278
|
lineWidthMinPixels: number;
|
|
4277
4279
|
lineWidthMaxPixels: number;
|
|
4278
|
-
elevationScale: number;
|
|
4279
4280
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4280
4281
|
declare const __VLS_export$14: __VLS_WithSlots$14<typeof __VLS_base$14, __VLS_Slots$14>;
|
|
4281
4282
|
declare const _default$33: typeof __VLS_export$14;
|
|
@@ -4387,11 +4388,11 @@ declare const __VLS_base$13: _$vue.DefineComponent<__VLS_Props$6, {}, {}, {}, {}
|
|
|
4387
4388
|
stroked: boolean;
|
|
4388
4389
|
extruded: boolean;
|
|
4389
4390
|
wireframe: boolean;
|
|
4391
|
+
elevationScale: number;
|
|
4390
4392
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
4391
4393
|
lineWidthScale: number;
|
|
4392
4394
|
lineWidthMinPixels: number;
|
|
4393
4395
|
lineWidthMaxPixels: number;
|
|
4394
|
-
elevationScale: number;
|
|
4395
4396
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4396
4397
|
declare const __VLS_export$13: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$13>;
|
|
4397
4398
|
declare const _default$15: typeof __VLS_export$13;
|
|
@@ -4503,11 +4504,11 @@ declare const __VLS_base$12: _$vue.DefineComponent<__VLS_Props$5, {}, {}, {}, {}
|
|
|
4503
4504
|
stroked: boolean;
|
|
4504
4505
|
extruded: boolean;
|
|
4505
4506
|
wireframe: boolean;
|
|
4507
|
+
elevationScale: number;
|
|
4506
4508
|
lineWidthUnits: "meters" | "common" | "pixels";
|
|
4507
4509
|
lineWidthScale: number;
|
|
4508
4510
|
lineWidthMinPixels: number;
|
|
4509
4511
|
lineWidthMaxPixels: number;
|
|
4510
|
-
elevationScale: number;
|
|
4511
4512
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
4512
4513
|
declare const __VLS_export$12: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
|
|
4513
4514
|
declare const _default$32: typeof __VLS_export$12;
|
|
@@ -4987,11 +4988,11 @@ declare const __VLS_base$8: _$vue.DefineComponent<Props$5, {}, {}, {}, {}, _$vue
|
|
|
4987
4988
|
visible: boolean;
|
|
4988
4989
|
pickable: boolean;
|
|
4989
4990
|
autoHighlight: boolean;
|
|
4990
|
-
minZoom: number;
|
|
4991
4991
|
maxRequests: number;
|
|
4992
4992
|
refinementStrategy: "best-available" | "no-overlap" | "never";
|
|
4993
4993
|
debug: boolean;
|
|
4994
4994
|
debugOpacity: number;
|
|
4995
|
+
minZoom: number;
|
|
4995
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>;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -5549,6 +5550,7 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5549
5550
|
visible: boolean;
|
|
5550
5551
|
pickable: boolean;
|
|
5551
5552
|
bounds: [number, number, number, number];
|
|
5553
|
+
color: Color;
|
|
5552
5554
|
uMin: number;
|
|
5553
5555
|
uMax: number;
|
|
5554
5556
|
vMin: number;
|
|
@@ -5556,7 +5558,6 @@ declare const __VLS_base$4: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue
|
|
|
5556
5558
|
numParticles: number;
|
|
5557
5559
|
maxAge: number;
|
|
5558
5560
|
speedFactor: number;
|
|
5559
|
-
color: Color;
|
|
5560
5561
|
colorRamp: ColorStop$1[];
|
|
5561
5562
|
speedRange: [number, number];
|
|
5562
5563
|
width: number;
|
|
@@ -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;
|
|
@@ -5863,8 +5864,8 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, _$v
|
|
|
5863
5864
|
onOpen?: (() => any) | undefined;
|
|
5864
5865
|
onClose?: (() => any) | undefined;
|
|
5865
5866
|
}>, {
|
|
5866
|
-
coordinates: LngLatLike;
|
|
5867
5867
|
options: PopupOptions;
|
|
5868
|
+
coordinates: LngLatLike;
|
|
5868
5869
|
marker: Marker;
|
|
5869
5870
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
5870
5871
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -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
|