@arenarium/maps 1.0.32 → 1.0.33
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 +1 -4
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -225,10 +225,7 @@ export interface MapComponent {
|
|
|
225
225
|
setPopupsContentCallback: (callback: MapComponent.PopupContentCallback) => void;
|
|
226
226
|
setPopups: (popups: Types.Popup[]) => void;
|
|
227
227
|
}
|
|
228
|
-
export declare function mountMap(options: MapOptions):
|
|
229
|
-
$on?(type: string, callback: (e: any) => void): () => void;
|
|
230
|
-
$set?(props: Partial<Record<string, any>>): void;
|
|
231
|
-
} & Record<string, any>;
|
|
228
|
+
export declare function mountMap(options: MapOptions): MapComponent;
|
|
232
229
|
export declare function unmountMap(map: ReturnType<typeof mountMap>): void;
|
|
233
230
|
|
|
234
231
|
export as namespace arenarium;
|
package/dist/index.js
CHANGED
|
@@ -27825,7 +27825,7 @@ const L0 = zi.object({
|
|
|
27825
27825
|
width: zi.number(),
|
|
27826
27826
|
height: zi.number()
|
|
27827
27827
|
}), O0 = zi.array(B0);
|
|
27828
|
-
var j0 = /* @__PURE__ */ Sl('<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap">', 1), N0 = /* @__PURE__ */ Sl('<div class="popup svelte-
|
|
27828
|
+
var j0 = /* @__PURE__ */ Sl('<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap">', 1), N0 = /* @__PURE__ */ Sl('<div class="popup svelte-65wq48"><!></div>'), Z0 = /* @__PURE__ */ Sl('<div class="marker"><!> <!></div>'), V0 = /* @__PURE__ */ Sl('<div class="container svelte-65wq48"><div class="map svelte-65wq48"></div> <div class="markers svelte-65wq48"></div></div>');
|
|
27829
27829
|
function U0(_, m) {
|
|
27830
27830
|
hd(m, !0);
|
|
27831
27831
|
let v, M, k = 0, z = wi(!1);
|