tg-map-vue3 3.7.3 → 3.7.4
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.
|
@@ -20,8 +20,10 @@ export * from '../map/map/extra/marker-clusterer';
|
|
|
20
20
|
export * from '../map/map/extra/places-service';
|
|
21
21
|
export * from '../map/map/extra/search-box';
|
|
22
22
|
export * from '../map/map/map';
|
|
23
|
+
export * from '../map/map/map-options';
|
|
23
24
|
export * from '../map/map/map-type';
|
|
24
25
|
export * from '../map/map/overlay/circle';
|
|
26
|
+
export * from '../map/map/overlay/element-overlay';
|
|
25
27
|
export * from '../map/map/overlay/icon';
|
|
26
28
|
export * from '../map/map/overlay/info-box';
|
|
27
29
|
export * from '../map/map/overlay/info-window';
|
|
@@ -102,7 +102,7 @@ declare const TgMarker: import("vue").DefineComponent<{
|
|
|
102
102
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
103
103
|
[key: string]: any;
|
|
104
104
|
}>) => void)[] | undefined;
|
|
105
|
-
readonly mapPane?: import("../../utils/mapped-types").StringEnumValue<typeof import("
|
|
105
|
+
readonly mapPane?: import("../../utils/mapped-types").StringEnumValue<typeof import("..").MapPane> | undefined;
|
|
106
106
|
};
|
|
107
107
|
$attrs: {
|
|
108
108
|
[x: string]: unknown;
|
|
@@ -128,7 +128,7 @@ declare const TgMarker: import("vue").DefineComponent<{
|
|
|
128
128
|
type: PropType<number>;
|
|
129
129
|
};
|
|
130
130
|
mapPane: {
|
|
131
|
-
type: PropType<import("../../utils/mapped-types").StringEnumValue<typeof import("
|
|
131
|
+
type: PropType<import("../../utils/mapped-types").StringEnumValue<typeof import("..").MapPane>>;
|
|
132
132
|
};
|
|
133
133
|
}>> & {
|
|
134
134
|
onClick?: ((event: import("../../map/event").Tg.Event) => any) | undefined;
|
|
@@ -177,7 +177,7 @@ declare const TgMarker: import("vue").DefineComponent<{
|
|
|
177
177
|
type: PropType<number>;
|
|
178
178
|
};
|
|
179
179
|
mapPane: {
|
|
180
|
-
type: PropType<import("../../utils/mapped-types").StringEnumValue<typeof import("
|
|
180
|
+
type: PropType<import("../../utils/mapped-types").StringEnumValue<typeof import("..").MapPane>>;
|
|
181
181
|
};
|
|
182
182
|
}>> & {
|
|
183
183
|
onClick?: ((event: import("../../map/event").Tg.Event) => any) | undefined;
|
package/dist/tg-map.js
CHANGED
|
@@ -6136,7 +6136,9 @@ export {
|
|
|
6136
6136
|
z as ControlPositionConverter,
|
|
6137
6137
|
x as CoordType,
|
|
6138
6138
|
gi as CustomControl,
|
|
6139
|
+
zi as ElementOverlay,
|
|
6139
6140
|
pi as FastFindValues,
|
|
6141
|
+
j as GestureHandlingOptions,
|
|
6140
6142
|
_i as GoogleAutocomplete,
|
|
6141
6143
|
Ct as GoogleCircle,
|
|
6142
6144
|
gt as GoogleControl,
|
|
@@ -6158,6 +6160,7 @@ export {
|
|
|
6158
6160
|
Ze as IconSequence,
|
|
6159
6161
|
Hs as ImageMapType,
|
|
6160
6162
|
wt as InfoWindow,
|
|
6163
|
+
Si as InfoWindowModeValues,
|
|
6161
6164
|
Ht as KeyValue,
|
|
6162
6165
|
y as LatLng,
|
|
6163
6166
|
R as LatLngBounds,
|
|
@@ -6168,6 +6171,9 @@ export {
|
|
|
6168
6171
|
Gt as MIXIN_MAP_NAME,
|
|
6169
6172
|
ce as MVCArrays,
|
|
6170
6173
|
k as MapMixin,
|
|
6174
|
+
lt as MapOptions,
|
|
6175
|
+
we as MapPane,
|
|
6176
|
+
Ee as MapPanes,
|
|
6171
6177
|
$ as MapType,
|
|
6172
6178
|
dr as MapTypeControlType,
|
|
6173
6179
|
fr as MapUrls,
|