@phila/phila-ui-map-core 0.0.3-beta.12 → 0.0.3-beta.14
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 +22 -21
- package/dist/{CyclomediaCameraIcon-bUnrppoR.js → CyclomediaCameraIcon-BBe9op2Z.js} +1 -1
- package/dist/{CyclomediaCameraIcon-BaGpImod.cjs → CyclomediaCameraIcon-C6l-yGOL.cjs} +1 -1
- package/dist/{CyclomediaRecordingsLayer-CClSYxan.cjs → CyclomediaRecordingsLayer-CB6KOozw.cjs} +1 -1
- package/dist/CyclomediaRecordingsLayer-hXOEu35y.js +4 -0
- package/dist/{CyclomediaViewcone-DcSbViEK.cjs → CyclomediaViewcone-BTLRZ_xT.cjs} +1 -1
- package/dist/{CyclomediaViewcone-BMzPJMaU.js → CyclomediaViewcone-jmqPTgTK.js} +1 -1
- package/dist/{PictometryPanel-Dui9zXLp.cjs → PictometryPanel-BYR_gqaq.cjs} +6 -6
- package/dist/{PictometryPanel-BzJN86hX.js → PictometryPanel-CWAN4m8K.js} +95 -67
- package/dist/assets/phila-ui-map-core.css +1 -1
- package/dist/components.d.ts +131 -59
- package/dist/components.js +1 -1
- package/dist/components.mjs +22 -21
- package/dist/index.d.ts +131 -59
- package/dist/index.js +1 -1
- package/dist/index.mjs +22 -21
- package/package.json +3 -3
- package/dist/CyclomediaRecordingsLayer-D4FXbXr7.js +0 -4
package/dist/components.d.ts
CHANGED
|
@@ -13,8 +13,8 @@ import { FillLayerSpecification } from 'maplibre-gl';
|
|
|
13
13
|
import { FilterSpecification } from 'maplibre-gl';
|
|
14
14
|
import { FormattedSpecification } from 'maplibre-gl';
|
|
15
15
|
import { GeoJSONSourceSpecification } from 'maplibre-gl';
|
|
16
|
-
import { IconDefinition } from '@fortawesome/
|
|
17
|
-
import { IconDefinition as IconDefinition_2 } from '@fortawesome/
|
|
16
|
+
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
17
|
+
import { IconDefinition as IconDefinition_2 } from '@fortawesome/free-solid-svg-icons';
|
|
18
18
|
import { IControl } from 'maplibre-gl';
|
|
19
19
|
import { LineLayerSpecification } from 'maplibre-gl';
|
|
20
20
|
import { LngLatLike } from 'maplibre-gl';
|
|
@@ -46,6 +46,7 @@ icon: undefined;
|
|
|
46
46
|
iconSize: number;
|
|
47
47
|
iconColor: undefined;
|
|
48
48
|
ariaLabel: undefined;
|
|
49
|
+
zIndex: undefined;
|
|
49
50
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
50
51
|
dragstart: (lngLat: {
|
|
51
52
|
lng: number;
|
|
@@ -69,6 +70,7 @@ icon: undefined;
|
|
|
69
70
|
iconSize: number;
|
|
70
71
|
iconColor: undefined;
|
|
71
72
|
ariaLabel: undefined;
|
|
73
|
+
zIndex: undefined;
|
|
72
74
|
}>>> & Readonly<{
|
|
73
75
|
onDrag?: ((lngLat: {
|
|
74
76
|
lng: number;
|
|
@@ -89,12 +91,30 @@ offset: default_2.PointLike;
|
|
|
89
91
|
ariaLabel: string;
|
|
90
92
|
rotation: number;
|
|
91
93
|
color: string;
|
|
94
|
+
zIndex: number;
|
|
92
95
|
popup: string;
|
|
93
96
|
draggable: boolean;
|
|
94
97
|
iconColor: string;
|
|
95
98
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
96
99
|
|
|
97
|
-
declare const __VLS_component_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<
|
|
100
|
+
declare const __VLS_component_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<MapTooltipProps>, {
|
|
101
|
+
visible: boolean;
|
|
102
|
+
hoverBridge: boolean;
|
|
103
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
104
|
+
mouseenter: (event: MouseEvent) => void;
|
|
105
|
+
mouseleave: (event: MouseEvent) => void;
|
|
106
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<MapTooltipProps>, {
|
|
107
|
+
visible: boolean;
|
|
108
|
+
hoverBridge: boolean;
|
|
109
|
+
}>>> & Readonly<{
|
|
110
|
+
onMouseenter?: ((event: MouseEvent) => any) | undefined;
|
|
111
|
+
onMouseleave?: ((event: MouseEvent) => any) | undefined;
|
|
112
|
+
}>, {
|
|
113
|
+
visible: boolean;
|
|
114
|
+
hoverBridge: boolean;
|
|
115
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
116
|
+
|
|
117
|
+
declare const __VLS_component_3: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<MapPopupProps>, {
|
|
98
118
|
html: undefined;
|
|
99
119
|
closeButton: boolean;
|
|
100
120
|
closeOnClick: boolean;
|
|
@@ -111,7 +131,7 @@ close: () => void;
|
|
|
111
131
|
open: () => void;
|
|
112
132
|
next: () => void;
|
|
113
133
|
previous: () => void;
|
|
114
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
134
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<MapPopupProps>, {
|
|
115
135
|
html: undefined;
|
|
116
136
|
closeButton: boolean;
|
|
117
137
|
closeOnClick: boolean;
|
|
@@ -142,15 +162,15 @@ currentFeatureIndex: number;
|
|
|
142
162
|
totalFeatures: number;
|
|
143
163
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
144
164
|
|
|
145
|
-
declare const
|
|
165
|
+
declare const __VLS_component_4: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<MapNavigationControlProps>, {
|
|
146
166
|
position: string;
|
|
147
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
167
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<MapNavigationControlProps>, {
|
|
148
168
|
position: string;
|
|
149
169
|
}>>> & Readonly<{}>, {
|
|
150
170
|
position: MapControlPosition_2;
|
|
151
171
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
152
172
|
|
|
153
|
-
declare const
|
|
173
|
+
declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<MapFloatingPanelProps>, {
|
|
154
174
|
position: string;
|
|
155
175
|
visible: boolean;
|
|
156
176
|
offset: () => {
|
|
@@ -159,7 +179,7 @@ y: number;
|
|
|
159
179
|
};
|
|
160
180
|
leaveRoomForControls: boolean;
|
|
161
181
|
ariaLabel: string;
|
|
162
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
182
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<MapFloatingPanelProps>, {
|
|
163
183
|
position: string;
|
|
164
184
|
visible: boolean;
|
|
165
185
|
offset: () => {
|
|
@@ -179,7 +199,7 @@ leaveRoomForControls: boolean;
|
|
|
179
199
|
ariaLabel: string;
|
|
180
200
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
181
201
|
|
|
182
|
-
declare const
|
|
202
|
+
declare const __VLS_component_6: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<MapButtonProps>, {
|
|
183
203
|
icon: undefined;
|
|
184
204
|
image: string;
|
|
185
205
|
imagePadding: number;
|
|
@@ -191,7 +211,7 @@ active: boolean;
|
|
|
191
211
|
activeColor: string;
|
|
192
212
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
193
213
|
click: () => void;
|
|
194
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
214
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<MapButtonProps>, {
|
|
195
215
|
icon: undefined;
|
|
196
216
|
image: string;
|
|
197
217
|
imagePadding: number;
|
|
@@ -204,7 +224,7 @@ activeColor: string;
|
|
|
204
224
|
}>>> & Readonly<{
|
|
205
225
|
onClick?: (() => any) | undefined;
|
|
206
226
|
}>, {
|
|
207
|
-
icon:
|
|
227
|
+
icon: IconDefinition | string;
|
|
208
228
|
image: string;
|
|
209
229
|
imagePadding: number;
|
|
210
230
|
position: MapControlPosition_2;
|
|
@@ -215,7 +235,7 @@ active: boolean;
|
|
|
215
235
|
activeColor: string;
|
|
216
236
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
217
237
|
|
|
218
|
-
declare const
|
|
238
|
+
declare const __VLS_component_7: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<CyclomediaRecordingsLayerProps>, {
|
|
219
239
|
config: undefined;
|
|
220
240
|
visible: boolean;
|
|
221
241
|
year: undefined;
|
|
@@ -236,7 +256,7 @@ error: (error: {
|
|
|
236
256
|
message: string;
|
|
237
257
|
type: string;
|
|
238
258
|
}) => void;
|
|
239
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
259
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<CyclomediaRecordingsLayerProps>, {
|
|
240
260
|
config: undefined;
|
|
241
261
|
visible: boolean;
|
|
242
262
|
year: undefined;
|
|
@@ -297,6 +317,8 @@ declare type __VLS_NonUndefinedable_24<T> = T extends undefined ? never : T;
|
|
|
297
317
|
|
|
298
318
|
declare type __VLS_NonUndefinedable_25<T> = T extends undefined ? never : T;
|
|
299
319
|
|
|
320
|
+
declare type __VLS_NonUndefinedable_26<T> = T extends undefined ? never : T;
|
|
321
|
+
|
|
300
322
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
301
323
|
|
|
302
324
|
declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
|
|
@@ -383,6 +405,10 @@ declare type __VLS_Prettify_25<T> = {
|
|
|
383
405
|
[K in keyof T]: T[K];
|
|
384
406
|
} & {};
|
|
385
407
|
|
|
408
|
+
declare type __VLS_Prettify_26<T> = {
|
|
409
|
+
[K in keyof T]: T[K];
|
|
410
|
+
} & {};
|
|
411
|
+
|
|
386
412
|
declare type __VLS_Prettify_3<T> = {
|
|
387
413
|
[K in keyof T]: T[K];
|
|
388
414
|
} & {};
|
|
@@ -435,6 +461,10 @@ declare function __VLS_template_6(): {
|
|
|
435
461
|
default?(_: {}): any;
|
|
436
462
|
};
|
|
437
463
|
|
|
464
|
+
declare function __VLS_template_7(): {
|
|
465
|
+
default?(_: {}): any;
|
|
466
|
+
};
|
|
467
|
+
|
|
438
468
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
439
469
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
440
470
|
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
@@ -597,6 +627,15 @@ declare type __VLS_TypePropsToRuntimeProps_25<T> = {
|
|
|
597
627
|
};
|
|
598
628
|
};
|
|
599
629
|
|
|
630
|
+
declare type __VLS_TypePropsToRuntimeProps_26<T> = {
|
|
631
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
632
|
+
type: PropType<__VLS_NonUndefinedable_26<T[K]>>;
|
|
633
|
+
} : {
|
|
634
|
+
type: PropType<T[K]>;
|
|
635
|
+
required: true;
|
|
636
|
+
};
|
|
637
|
+
};
|
|
638
|
+
|
|
600
639
|
declare type __VLS_TypePropsToRuntimeProps_3<T> = {
|
|
601
640
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
602
641
|
type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
|
|
@@ -768,6 +807,12 @@ declare type __VLS_WithDefaults_25<P, D> = {
|
|
|
768
807
|
}> : P[K];
|
|
769
808
|
};
|
|
770
809
|
|
|
810
|
+
declare type __VLS_WithDefaults_26<P, D> = {
|
|
811
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_26<P[K] & {
|
|
812
|
+
default: D[K];
|
|
813
|
+
}> : P[K];
|
|
814
|
+
};
|
|
815
|
+
|
|
771
816
|
declare type __VLS_WithDefaults_3<P, D> = {
|
|
772
817
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
|
|
773
818
|
default: D[K];
|
|
@@ -846,6 +891,12 @@ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
|
846
891
|
};
|
|
847
892
|
};
|
|
848
893
|
|
|
894
|
+
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
895
|
+
new (): {
|
|
896
|
+
$slots: S;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
899
|
+
|
|
849
900
|
/** AIS geocode result feature */
|
|
850
901
|
export declare interface AisGeocodeResult {
|
|
851
902
|
type: "Feature";
|
|
@@ -908,7 +959,7 @@ declare interface BasemapChangeEvent {
|
|
|
908
959
|
showLabels: boolean;
|
|
909
960
|
}
|
|
910
961
|
|
|
911
|
-
export declare const BasemapDropdown: DefineComponent<ExtractPropTypes<
|
|
962
|
+
export declare const BasemapDropdown: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BasemapDropdownProps>, {
|
|
912
963
|
position: string;
|
|
913
964
|
selectedIndex: number;
|
|
914
965
|
useAsControl: boolean;
|
|
@@ -921,7 +972,7 @@ toggleDropdown: typeof toggleDropdown;
|
|
|
921
972
|
closeDropdown: typeof closeDropdown;
|
|
922
973
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
923
974
|
select: (option: BasemapOption, index: number) => void;
|
|
924
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
975
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BasemapDropdownProps>, {
|
|
925
976
|
position: string;
|
|
926
977
|
selectedIndex: number;
|
|
927
978
|
useAsControl: boolean;
|
|
@@ -951,7 +1002,7 @@ declare interface BasemapOption {
|
|
|
951
1002
|
showLabels?: boolean;
|
|
952
1003
|
}
|
|
953
1004
|
|
|
954
|
-
export declare const BasemapToggle: DefineComponent<ExtractPropTypes<
|
|
1005
|
+
export declare const BasemapToggle: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BasemapToggleProps>, {
|
|
955
1006
|
position: string;
|
|
956
1007
|
imageryUrl: string;
|
|
957
1008
|
imageryLabelsUrl: string;
|
|
@@ -961,7 +1012,7 @@ showDropdown: boolean;
|
|
|
961
1012
|
dropdownOptions: () => ImageryYearOption[];
|
|
962
1013
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
963
1014
|
change: (value: BasemapChangeEvent) => void;
|
|
964
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1015
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BasemapToggleProps>, {
|
|
965
1016
|
position: string;
|
|
966
1017
|
imageryUrl: string;
|
|
967
1018
|
imageryLabelsUrl: string;
|
|
@@ -1027,7 +1078,7 @@ export declare interface CameraPosition {
|
|
|
1027
1078
|
roll?: number;
|
|
1028
1079
|
}
|
|
1029
1080
|
|
|
1030
|
-
export declare const CircleLayer: DefineComponent<ExtractPropTypes<
|
|
1081
|
+
export declare const CircleLayer: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<CircleLayerProps>, {
|
|
1031
1082
|
sourceLayer: undefined;
|
|
1032
1083
|
paint: () => {};
|
|
1033
1084
|
layout: () => {};
|
|
@@ -1044,7 +1095,7 @@ mousemove: (event: MapLayerMouseEvent) => void;
|
|
|
1044
1095
|
mousedown: (event: MapLayerMouseEvent) => void;
|
|
1045
1096
|
mouseup: (event: MapLayerMouseEvent) => void;
|
|
1046
1097
|
contextmenu: (event: MapLayerMouseEvent) => void;
|
|
1047
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1098
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<CircleLayerProps>, {
|
|
1048
1099
|
sourceLayer: undefined;
|
|
1049
1100
|
paint: () => {};
|
|
1050
1101
|
layout: () => {};
|
|
@@ -1108,7 +1159,7 @@ export declare function clearTokenCache(): void;
|
|
|
1108
1159
|
|
|
1109
1160
|
declare function closeDropdown(): void;
|
|
1110
1161
|
|
|
1111
|
-
export declare const CyclomediaButton: DefineComponent<ExtractPropTypes<
|
|
1162
|
+
export declare const CyclomediaButton: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<CyclomediaButtonProps>, {
|
|
1112
1163
|
position: string;
|
|
1113
1164
|
iconSize: number;
|
|
1114
1165
|
title: string;
|
|
@@ -1123,7 +1174,7 @@ lng: number;
|
|
|
1123
1174
|
};
|
|
1124
1175
|
}) => void;
|
|
1125
1176
|
error: (error: Error) => void;
|
|
1126
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1177
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<CyclomediaButtonProps>, {
|
|
1127
1178
|
position: string;
|
|
1128
1179
|
iconSize: number;
|
|
1129
1180
|
title: string;
|
|
@@ -1308,7 +1359,7 @@ declare enum CyclomediaEvents {
|
|
|
1308
1359
|
*/
|
|
1309
1360
|
declare type CyclomediaLocale = "de" | "en-GB" | "en-US" | "fi" | "fr" | "nl" | "tr" | "pl" | "es-ES" | "eu-ES" | "ca-ES";
|
|
1310
1361
|
|
|
1311
|
-
export declare const CyclomediaPanel: DefineComponent<ExtractPropTypes<
|
|
1362
|
+
export declare const CyclomediaPanel: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<CyclomediaPanelProps>, {
|
|
1312
1363
|
year: undefined;
|
|
1313
1364
|
autoOpen: boolean;
|
|
1314
1365
|
popOutEnabled: boolean;
|
|
@@ -1333,7 +1384,7 @@ error: (error: {
|
|
|
1333
1384
|
message: string;
|
|
1334
1385
|
type: string;
|
|
1335
1386
|
}) => void;
|
|
1336
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1387
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<CyclomediaPanelProps>, {
|
|
1337
1388
|
year: undefined;
|
|
1338
1389
|
autoOpen: boolean;
|
|
1339
1390
|
popOutEnabled: boolean;
|
|
@@ -1412,7 +1463,7 @@ export declare interface CyclomediaRecording {
|
|
|
1412
1463
|
[key: string]: unknown;
|
|
1413
1464
|
}
|
|
1414
1465
|
|
|
1415
|
-
export declare const CyclomediaRecordingsLayer:
|
|
1466
|
+
export declare const CyclomediaRecordingsLayer: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
|
1416
1467
|
|
|
1417
1468
|
/**
|
|
1418
1469
|
* Props for CyclomediaRecordingsLayer component
|
|
@@ -1468,13 +1519,13 @@ export declare const defaultImageryOptions: ImageryYearOption[];
|
|
|
1468
1519
|
|
|
1469
1520
|
export declare const defaultLabelsSource: RasterSourceSpecification;
|
|
1470
1521
|
|
|
1471
|
-
export declare const DrawTool: DefineComponent<ExtractPropTypes<
|
|
1522
|
+
export declare const DrawTool: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<DrawToolProps>, {
|
|
1472
1523
|
position: string;
|
|
1473
1524
|
title: string;
|
|
1474
1525
|
iconSize: number;
|
|
1475
1526
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1476
1527
|
polygonComplete: (geometry: ShapeGeometry) => void;
|
|
1477
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1528
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<DrawToolProps>, {
|
|
1478
1529
|
position: string;
|
|
1479
1530
|
title: string;
|
|
1480
1531
|
iconSize: number;
|
|
@@ -1487,7 +1538,7 @@ iconSize: number;
|
|
|
1487
1538
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1488
1539
|
|
|
1489
1540
|
declare interface DrawToolProps extends BaseProps {
|
|
1490
|
-
icon?:
|
|
1541
|
+
icon?: IconDefinition_2 | string;
|
|
1491
1542
|
image?: string;
|
|
1492
1543
|
position?: MapControlPosition_2;
|
|
1493
1544
|
title?: string;
|
|
@@ -1505,7 +1556,7 @@ export declare function fetchParcelGeometry(parcelId: string): Promise<ParcelFea
|
|
|
1505
1556
|
*/
|
|
1506
1557
|
declare function fetchRecordingsForBounds(): Promise<void>;
|
|
1507
1558
|
|
|
1508
|
-
export declare const FillLayer: DefineComponent<ExtractPropTypes<
|
|
1559
|
+
export declare const FillLayer: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<FillLayerProps>, {
|
|
1509
1560
|
sourceLayer: undefined;
|
|
1510
1561
|
paint: () => {};
|
|
1511
1562
|
layout: () => {};
|
|
@@ -1522,7 +1573,7 @@ mousemove: (event: MapLayerMouseEvent) => void;
|
|
|
1522
1573
|
mousedown: (event: MapLayerMouseEvent) => void;
|
|
1523
1574
|
mouseup: (event: MapLayerMouseEvent) => void;
|
|
1524
1575
|
contextmenu: (event: MapLayerMouseEvent) => void;
|
|
1525
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1576
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<FillLayerProps>, {
|
|
1526
1577
|
sourceLayer: undefined;
|
|
1527
1578
|
paint: () => {};
|
|
1528
1579
|
layout: () => {};
|
|
@@ -1578,7 +1629,7 @@ declare interface FillLayerProps extends BaseLayerProps {
|
|
|
1578
1629
|
*/
|
|
1579
1630
|
export declare function geocodeAddress(address: string): Promise<AisResponse | null>;
|
|
1580
1631
|
|
|
1581
|
-
export declare const GeolocationButton: DefineComponent<ExtractPropTypes<
|
|
1632
|
+
export declare const GeolocationButton: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<GeolocationButtonProps>, {
|
|
1582
1633
|
position: string;
|
|
1583
1634
|
iconSize: number;
|
|
1584
1635
|
title: string;
|
|
@@ -1591,7 +1642,7 @@ latitude: number;
|
|
|
1591
1642
|
accuracy: number;
|
|
1592
1643
|
}) => void;
|
|
1593
1644
|
error: (error: Error | GeolocationPositionError) => void;
|
|
1594
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1645
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<GeolocationButtonProps>, {
|
|
1595
1646
|
position: string;
|
|
1596
1647
|
iconSize: number;
|
|
1597
1648
|
title: string;
|
|
@@ -1614,7 +1665,7 @@ markerColor: string;
|
|
|
1614
1665
|
|
|
1615
1666
|
declare interface GeolocationButtonProps extends BaseProps {
|
|
1616
1667
|
position?: MapControlPosition_2;
|
|
1617
|
-
icon?:
|
|
1668
|
+
icon?: IconDefinition_2 | string;
|
|
1618
1669
|
iconSize?: number;
|
|
1619
1670
|
title?: string;
|
|
1620
1671
|
trackUser?: boolean;
|
|
@@ -1670,7 +1721,7 @@ declare function initializeViewer_2(): Promise<void>;
|
|
|
1670
1721
|
*/
|
|
1671
1722
|
export declare function isPictometryLoaded(): boolean;
|
|
1672
1723
|
|
|
1673
|
-
export declare const LineLayer: DefineComponent<ExtractPropTypes<
|
|
1724
|
+
export declare const LineLayer: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<LineLayerProps>, {
|
|
1674
1725
|
sourceLayer: undefined;
|
|
1675
1726
|
paint: () => {};
|
|
1676
1727
|
layout: () => {};
|
|
@@ -1687,7 +1738,7 @@ mousemove: (event: MapLayerMouseEvent) => void;
|
|
|
1687
1738
|
mousedown: (event: MapLayerMouseEvent) => void;
|
|
1688
1739
|
mouseup: (event: MapLayerMouseEvent) => void;
|
|
1689
1740
|
contextmenu: (event: MapLayerMouseEvent) => void;
|
|
1690
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1741
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<LineLayerProps>, {
|
|
1691
1742
|
sourceLayer: undefined;
|
|
1692
1743
|
paint: () => {};
|
|
1693
1744
|
layout: () => {};
|
|
@@ -1765,10 +1816,10 @@ export declare function loadPictometryScript(sdkUrl?: string): Promise<void>;
|
|
|
1765
1816
|
|
|
1766
1817
|
export { Map_2 as Map }
|
|
1767
1818
|
|
|
1768
|
-
export declare const MapButton:
|
|
1819
|
+
export declare const MapButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
|
1769
1820
|
|
|
1770
1821
|
declare interface MapButtonProps extends BaseProps {
|
|
1771
|
-
icon?:
|
|
1822
|
+
icon?: IconDefinition_2 | string;
|
|
1772
1823
|
image?: string;
|
|
1773
1824
|
imagePadding?: number;
|
|
1774
1825
|
position?: MapControlPosition_2;
|
|
@@ -1792,7 +1843,7 @@ declare type MapControlPosition_2 = "top-left" | "top-right" | "bottom-left" | "
|
|
|
1792
1843
|
*/
|
|
1793
1844
|
declare type MapControlPosition_3 = "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
1794
1845
|
|
|
1795
|
-
export declare const MapFloatingPanel:
|
|
1846
|
+
export declare const MapFloatingPanel: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
|
1796
1847
|
|
|
1797
1848
|
declare interface MapFloatingPanelProps extends BaseProps {
|
|
1798
1849
|
position?: MapControlPosition_2;
|
|
@@ -1810,6 +1861,7 @@ text: undefined;
|
|
|
1810
1861
|
colorTheme: string;
|
|
1811
1862
|
size: string;
|
|
1812
1863
|
selected: boolean;
|
|
1864
|
+
hovered: boolean;
|
|
1813
1865
|
ariaLabel: undefined;
|
|
1814
1866
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1815
1867
|
mouseenter: (event: MouseEvent) => void;
|
|
@@ -1820,6 +1872,7 @@ text: undefined;
|
|
|
1820
1872
|
colorTheme: string;
|
|
1821
1873
|
size: string;
|
|
1822
1874
|
selected: boolean;
|
|
1875
|
+
hovered: boolean;
|
|
1823
1876
|
ariaLabel: undefined;
|
|
1824
1877
|
}>>> & Readonly<{
|
|
1825
1878
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -1831,6 +1884,7 @@ text: string;
|
|
|
1831
1884
|
size: MapIconTextPinSize;
|
|
1832
1885
|
colorTheme: MapIconTextPinColorTheme;
|
|
1833
1886
|
selected: boolean;
|
|
1887
|
+
hovered: boolean;
|
|
1834
1888
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1835
1889
|
|
|
1836
1890
|
export declare type MapIconTextPinColorTheme = "dark-primary" | "light-primary" | "dark-purple" | "light-purple" | "dark-tertiary" | "light-tertiary" | "dark-error" | "light-error" | "dark-alert" | "light-alert";
|
|
@@ -1842,8 +1896,8 @@ export declare interface MapIconTextPinEmits {
|
|
|
1842
1896
|
}
|
|
1843
1897
|
|
|
1844
1898
|
export declare interface MapIconTextPinProps extends BaseProps {
|
|
1845
|
-
/** Font Awesome icon
|
|
1846
|
-
icon:
|
|
1899
|
+
/** Font Awesome icon definition, e.g. faLocationDot from @fortawesome/free-solid-svg-icons */
|
|
1900
|
+
icon: IconDefinition;
|
|
1847
1901
|
/** Label text displayed next to the icon. Omit for icon-only mode. */
|
|
1848
1902
|
text?: string;
|
|
1849
1903
|
/** Color theme (default: "dark-primary") */
|
|
@@ -1852,18 +1906,20 @@ export declare interface MapIconTextPinProps extends BaseProps {
|
|
|
1852
1906
|
size?: MapIconTextPinSize;
|
|
1853
1907
|
/** Whether the pin is in selected state */
|
|
1854
1908
|
selected?: boolean;
|
|
1909
|
+
/** Whether the pin appears hovered (for programmatic hover) */
|
|
1910
|
+
hovered?: boolean;
|
|
1855
1911
|
/** Accessible label for the pin. Sets role="img" and aria-label when provided. */
|
|
1856
1912
|
ariaLabel?: string;
|
|
1857
1913
|
}
|
|
1858
1914
|
|
|
1859
1915
|
export declare type MapIconTextPinSize = "large" | "small";
|
|
1860
1916
|
|
|
1861
|
-
export declare const MapLoadingOverlay: DefineComponent<ExtractPropTypes<
|
|
1917
|
+
export declare const MapLoadingOverlay: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<{
|
|
1862
1918
|
visible: boolean;
|
|
1863
1919
|
text?: string;
|
|
1864
1920
|
}>, {
|
|
1865
1921
|
text: string;
|
|
1866
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1922
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<{
|
|
1867
1923
|
visible: boolean;
|
|
1868
1924
|
text?: string;
|
|
1869
1925
|
}>, {
|
|
@@ -1903,15 +1959,17 @@ export declare interface MapMarkerProps extends BaseProps {
|
|
|
1903
1959
|
iconColor?: string;
|
|
1904
1960
|
/** Accessible label for the marker. When provided, sets role="img" and aria-label on the marker element. When absent, the marker is aria-hidden. */
|
|
1905
1961
|
ariaLabel?: string;
|
|
1962
|
+
/** Override z-index on the MapLibre marker element. Use to raise a marker above others when its tooltip is visible or it's selected. */
|
|
1963
|
+
zIndex?: number;
|
|
1906
1964
|
}
|
|
1907
1965
|
|
|
1908
|
-
export declare const MapNavigationControl:
|
|
1966
|
+
export declare const MapNavigationControl: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
|
1909
1967
|
|
|
1910
1968
|
declare interface MapNavigationControlProps extends BaseProps {
|
|
1911
1969
|
position?: MapControlPosition_2;
|
|
1912
1970
|
}
|
|
1913
1971
|
|
|
1914
|
-
export declare const MapPopup:
|
|
1972
|
+
export declare const MapPopup: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
|
1915
1973
|
|
|
1916
1974
|
declare interface MapPopupProps {
|
|
1917
1975
|
/** The geographic location for the popup [lng, lat] */
|
|
@@ -1940,7 +1998,7 @@ declare interface MapPopupProps {
|
|
|
1940
1998
|
layerName?: string;
|
|
1941
1999
|
}
|
|
1942
2000
|
|
|
1943
|
-
export declare const MapSearchControl: DefineComponent<ExtractPropTypes<
|
|
2001
|
+
export declare const MapSearchControl: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<MapSearchControlProps>, {
|
|
1944
2002
|
position: string;
|
|
1945
2003
|
placeholder: string;
|
|
1946
2004
|
geocode: boolean;
|
|
@@ -1954,7 +2012,7 @@ searchQuery: Ref<string, string>;
|
|
|
1954
2012
|
search: (query: string) => void;
|
|
1955
2013
|
result: (result: AisGeocodeResult) => void;
|
|
1956
2014
|
error: (error: string) => void;
|
|
1957
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2015
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<MapSearchControlProps>, {
|
|
1958
2016
|
position: string;
|
|
1959
2017
|
placeholder: string;
|
|
1960
2018
|
geocode: boolean;
|
|
@@ -1983,6 +2041,20 @@ declare interface MapSearchControlProps {
|
|
|
1983
2041
|
searchZoom?: number;
|
|
1984
2042
|
}
|
|
1985
2043
|
|
|
2044
|
+
export declare const MapTooltip: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
|
|
2045
|
+
|
|
2046
|
+
export declare interface MapTooltipEmits {
|
|
2047
|
+
(e: "mouseenter", event: MouseEvent): void;
|
|
2048
|
+
(e: "mouseleave", event: MouseEvent): void;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
export declare interface MapTooltipProps extends BaseProps {
|
|
2052
|
+
/** Whether the tooltip is visible */
|
|
2053
|
+
visible?: boolean;
|
|
2054
|
+
/** When true, mouse entering the tooltip emits mouseenter to support hover bridging */
|
|
2055
|
+
hoverBridge?: boolean;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
1986
2058
|
/**
|
|
1987
2059
|
* Options for opening a panorama view
|
|
1988
2060
|
*/
|
|
@@ -2037,7 +2109,7 @@ declare interface PictometryAuthConfig {
|
|
|
2037
2109
|
proxy?: string;
|
|
2038
2110
|
}
|
|
2039
2111
|
|
|
2040
|
-
export declare const PictometryButton: DefineComponent<ExtractPropTypes<
|
|
2112
|
+
export declare const PictometryButton: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<PictometryButtonProps>, {
|
|
2041
2113
|
position: string;
|
|
2042
2114
|
iconSize: number;
|
|
2043
2115
|
title: string;
|
|
@@ -2046,7 +2118,7 @@ disabled: boolean;
|
|
|
2046
2118
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2047
2119
|
toggle: (payload: PictometryButtonTogglePayload) => void;
|
|
2048
2120
|
error: (error: Error) => void;
|
|
2049
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2121
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<PictometryButtonProps>, {
|
|
2050
2122
|
position: string;
|
|
2051
2123
|
iconSize: number;
|
|
2052
2124
|
title: string;
|
|
@@ -2150,14 +2222,14 @@ declare interface PictometryImageDisplayPreferences {
|
|
|
2150
2222
|
mainPane: "oblique" | "ortho" | "street";
|
|
2151
2223
|
}
|
|
2152
2224
|
|
|
2153
|
-
export declare const PictometryLabelsControl: DefineComponent<ExtractPropTypes<
|
|
2225
|
+
export declare const PictometryLabelsControl: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<PictometryLabelsControlProps>, {
|
|
2154
2226
|
initialState: boolean;
|
|
2155
2227
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2156
2228
|
toggle: (payload: {
|
|
2157
2229
|
layerName: string;
|
|
2158
2230
|
visible: boolean;
|
|
2159
2231
|
}) => void;
|
|
2160
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2232
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<PictometryLabelsControlProps>, {
|
|
2161
2233
|
initialState: boolean;
|
|
2162
2234
|
}>>> & Readonly<{
|
|
2163
2235
|
onToggle?: ((payload: {
|
|
@@ -2173,14 +2245,14 @@ declare interface PictometryLabelsControlProps {
|
|
|
2173
2245
|
initialState?: boolean;
|
|
2174
2246
|
}
|
|
2175
2247
|
|
|
2176
|
-
export declare const PictometryLayerControl: DefineComponent<ExtractPropTypes<
|
|
2248
|
+
export declare const PictometryLayerControl: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<PictometryLayerControlProps>, {
|
|
2177
2249
|
initialState: boolean;
|
|
2178
2250
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2179
2251
|
toggle: (payload: {
|
|
2180
2252
|
layerName: string;
|
|
2181
2253
|
visible: boolean;
|
|
2182
2254
|
}) => void;
|
|
2183
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2255
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<PictometryLayerControlProps>, {
|
|
2184
2256
|
initialState: boolean;
|
|
2185
2257
|
}>>> & Readonly<{
|
|
2186
2258
|
onToggle?: ((payload: {
|
|
@@ -2210,7 +2282,7 @@ declare interface PictometryLonLat {
|
|
|
2210
2282
|
lat: number;
|
|
2211
2283
|
}
|
|
2212
2284
|
|
|
2213
|
-
export declare const PictometryPanel: DefineComponent<ExtractPropTypes<
|
|
2285
|
+
export declare const PictometryPanel: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<PictometryPanelProps_2>, {
|
|
2214
2286
|
autoOpen: boolean;
|
|
2215
2287
|
popOutEnabled: boolean;
|
|
2216
2288
|
showParcels: boolean;
|
|
@@ -2228,7 +2300,7 @@ error: (error: {
|
|
|
2228
2300
|
message: string;
|
|
2229
2301
|
type: string;
|
|
2230
2302
|
}) => void;
|
|
2231
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2303
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<PictometryPanelProps_2>, {
|
|
2232
2304
|
autoOpen: boolean;
|
|
2233
2305
|
popOutEnabled: boolean;
|
|
2234
2306
|
showParcels: boolean;
|
|
@@ -2275,14 +2347,14 @@ declare interface PictometryPanelProps_2 {
|
|
|
2275
2347
|
showLabels?: boolean;
|
|
2276
2348
|
}
|
|
2277
2349
|
|
|
2278
|
-
export declare const PictometryParcelsControl: DefineComponent<ExtractPropTypes<
|
|
2350
|
+
export declare const PictometryParcelsControl: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<PictometryParcelsControlProps>, {
|
|
2279
2351
|
initialState: boolean;
|
|
2280
2352
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2281
2353
|
toggle: (payload: {
|
|
2282
2354
|
layerName: string;
|
|
2283
2355
|
visible: boolean;
|
|
2284
2356
|
}) => void;
|
|
2285
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2357
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<PictometryParcelsControlProps>, {
|
|
2286
2358
|
initialState: boolean;
|
|
2287
2359
|
}>>> & Readonly<{
|
|
2288
2360
|
onToggle?: ((payload: {
|
|
@@ -2344,12 +2416,12 @@ declare interface PolygonGeometry_2 {
|
|
|
2344
2416
|
*/
|
|
2345
2417
|
export declare function queryParcelAtPoint(lng: number, lat: number): Promise<ParcelQueryResult | null>;
|
|
2346
2418
|
|
|
2347
|
-
export declare const RasterLayer: DefineComponent<ExtractPropTypes<
|
|
2419
|
+
export declare const RasterLayer: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RasterLayerProps>, {
|
|
2348
2420
|
paint: () => {};
|
|
2349
2421
|
minzoom: undefined;
|
|
2350
2422
|
maxzoom: undefined;
|
|
2351
2423
|
beforeId: undefined;
|
|
2352
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2424
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RasterLayerProps>, {
|
|
2353
2425
|
paint: () => {};
|
|
2354
2426
|
minzoom: undefined;
|
|
2355
2427
|
maxzoom: undefined;
|
|
@@ -2428,7 +2500,7 @@ export declare interface RecordingsQueryResult {
|
|
|
2428
2500
|
|
|
2429
2501
|
declare type ShapeGeometry = PolygonGeometry | LineStringGeometry | PointGeometry;
|
|
2430
2502
|
|
|
2431
|
-
export declare const SymbolLayer: DefineComponent<ExtractPropTypes<
|
|
2503
|
+
export declare const SymbolLayer: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<SymbolLayerProps>, {
|
|
2432
2504
|
sourceLayer: undefined;
|
|
2433
2505
|
paint: () => {};
|
|
2434
2506
|
layout: () => {};
|
|
@@ -2447,7 +2519,7 @@ mousemove: (event: MapLayerMouseEvent) => void;
|
|
|
2447
2519
|
mousedown: (event: MapLayerMouseEvent) => void;
|
|
2448
2520
|
mouseup: (event: MapLayerMouseEvent) => void;
|
|
2449
2521
|
contextmenu: (event: MapLayerMouseEvent) => void;
|
|
2450
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2522
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<SymbolLayerProps>, {
|
|
2451
2523
|
sourceLayer: undefined;
|
|
2452
2524
|
paint: () => {};
|
|
2453
2525
|
layout: () => {};
|
package/dist/components.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./PictometryPanel-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./PictometryPanel-BYR_gqaq.cjs"),o=require("./useMapControl-DRyRMqub.cjs"),a=require("./index-CNj5iS7C.cjs");exports.BasemapDropdown=e._sfc_main$13;exports.BasemapToggle=e._sfc_main$12;exports.CircleLayer=e._sfc_main$4;exports.CyclomediaButton=e.CyclomediaButton;exports.CyclomediaPanel=e.CyclomediaPanel;exports.CyclomediaRecordingsLayer=e._sfc_main$15;exports.DrawTool=e._sfc_main$9;exports.FillLayer=e._sfc_main$2;exports.GeolocationButton=e._sfc_main$11;exports.LineLayer=e._sfc_main$3;exports.Map=e.Map;exports.MapButton=e._sfc_main$10;exports.MapFloatingPanel=e._sfc_main$8;exports.MapIconTextPin=e.MapIconTextPin;exports.MapLoadingOverlay=e.MapLoadingOverlay;exports.MapMarker=e._sfc_main;exports.MapNavigationControl=e._sfc_main$7;exports.MapPopup=e._sfc_main$1;exports.MapSearchControl=e._sfc_main$14;exports.MapTooltip=e.MapTooltip;exports.PictometryButton=e.PictometryButton;exports.PictometryLabelsControl=e._sfc_main$17;exports.PictometryLayerControl=e.PictometryLayerControl;exports.PictometryPanel=e.PictometryPanel;exports.PictometryParcelsControl=e._sfc_main$16;exports.RasterLayer=e._sfc_main$6;exports.SymbolLayer=e._sfc_main$5;exports.clearTokenCache=e.clearTokenCache;exports.defaultBasemapSource=e.defaultBasemapSource;exports.defaultImageryOptions=e.defaultImageryOptions;exports.defaultLabelsSource=e.defaultLabelsSource;exports.getValidToken=e.getValidToken;exports.imageryLabelsSource=e.imageryLabelsSource;exports.imageryLabelsUrl=e.imageryLabelsUrl;exports.imageryParcelOutlinesSource=e.imageryParcelOutlinesSource;exports.imagerySources=e.imagerySources;exports.isPictometryLoaded=e.isPictometryLoaded;exports.loadPictometryScript=e.loadPictometryScript;exports.validateCredentials=e.validateCredentials;exports.useMapControl=o.useMapControl;exports.fetchParcelGeometry=a.fetchParcelGeometry;exports.geocodeAddress=a.geocodeAddress;exports.queryParcelAtPoint=a.queryParcelAtPoint;
|