@phila/phila-ui-map-core 1.1.0-beta.11 → 1.1.0-beta.12
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/{CyclomediaCameraIcon-FJB1K3MY.cjs → CyclomediaCameraIcon-BOdIgm0a.cjs} +1 -1
- package/dist/{CyclomediaCameraIcon-DeARttTu.js → CyclomediaCameraIcon-D4s14gEL.js} +1 -1
- package/dist/CyclomediaRecordingsLayer-C3Ay4rI8.js +4 -0
- package/dist/{CyclomediaRecordingsLayer-BDkVQKdr.cjs → CyclomediaRecordingsLayer-DMwHSKeD.cjs} +1 -1
- package/dist/{CyclomediaViewcone-DWMV1svY.cjs → CyclomediaViewcone-C9mMRyon.cjs} +1 -1
- package/dist/{CyclomediaViewcone-Cy-MLEFA.js → CyclomediaViewcone-D9g_eSUL.js} +1 -1
- package/dist/{PictometryPanel-DGqKNPHu.cjs → PictometryPanel-B_IFS6uB.cjs} +2 -2
- package/dist/{PictometryPanel-Dlld-KQQ.js → PictometryPanel-DMW-bCJy.js} +26 -16
- package/dist/assets/phila-ui-map-core.css +1 -1
- package/dist/components.d.ts +8 -0
- package/dist/components.js +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/CyclomediaRecordingsLayer-l9-8W-5Q.js +0 -4
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-B_IFS6uB.cjs"),o=require("./useMapControl-CQEU6ZEn.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.MapCheckboxLegend=e.MapCheckboxLegend;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;
|
package/dist/components.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as o, p as s, f as r, C as t, s as l, t as i, m as c, d as n, o as y, e as p, M as m, n as d, l as u, k as P, a as g, i as L, _ as C, j as M, c as f, r as B, b as S, P as b, x, v as T, u as h, w as k, h as v, g as q, D as w, E as A, G as D, F, A as G, I, K as O, J as R, H as j, z, y as E, B as H } from "./PictometryPanel-
|
|
1
|
+
import { q as o, p as s, f as r, C as t, s as l, t as i, m as c, d as n, o as y, e as p, M as m, n as d, l as u, k as P, a as g, i as L, _ as C, j as M, c as f, r as B, b as S, P as b, x, v as T, u as h, w as k, h as v, g as q, D as w, E as A, G as D, F, A as G, I, K as O, J as R, H as j, z, y as E, B as H } from "./PictometryPanel-DMW-bCJy.js";
|
|
2
2
|
import { u as K } from "./useMapControl-BsuTq6k_.js";
|
|
3
3
|
import { f as U, g as V, q as _ } from "./index-BXLyy2C_.js";
|
|
4
4
|
export {
|
package/dist/index.d.ts
CHANGED
|
@@ -195,6 +195,7 @@ y: number;
|
|
|
195
195
|
};
|
|
196
196
|
leaveRoomForControls: boolean;
|
|
197
197
|
ariaLabel: string;
|
|
198
|
+
teleportTo: null;
|
|
198
199
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<MapFloatingPanelProps>, {
|
|
199
200
|
position: string;
|
|
200
201
|
visible: boolean;
|
|
@@ -204,8 +205,10 @@ y: number;
|
|
|
204
205
|
};
|
|
205
206
|
leaveRoomForControls: boolean;
|
|
206
207
|
ariaLabel: string;
|
|
208
|
+
teleportTo: null;
|
|
207
209
|
}>>> & Readonly<{}>, {
|
|
208
210
|
position: MapControlPosition_2;
|
|
211
|
+
teleportTo: HTMLElement | null;
|
|
209
212
|
visible: boolean;
|
|
210
213
|
offset: {
|
|
211
214
|
x: number;
|
|
@@ -1903,6 +1906,7 @@ title: string;
|
|
|
1903
1906
|
position: string;
|
|
1904
1907
|
visible: boolean;
|
|
1905
1908
|
leaveRoomForControls: boolean;
|
|
1909
|
+
teleportTo: null;
|
|
1906
1910
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1907
1911
|
"update:modelValue": (values: (string | number)[]) => void;
|
|
1908
1912
|
change: (value: string | number, checked: boolean) => void;
|
|
@@ -1911,12 +1915,14 @@ title: string;
|
|
|
1911
1915
|
position: string;
|
|
1912
1916
|
visible: boolean;
|
|
1913
1917
|
leaveRoomForControls: boolean;
|
|
1918
|
+
teleportTo: null;
|
|
1914
1919
|
}>>> & Readonly<{
|
|
1915
1920
|
"onUpdate:modelValue"?: ((values: (string | number)[]) => any) | undefined;
|
|
1916
1921
|
onChange?: ((value: string | number, checked: boolean) => any) | undefined;
|
|
1917
1922
|
}>, {
|
|
1918
1923
|
position: MapControlPosition_2;
|
|
1919
1924
|
title: string;
|
|
1925
|
+
teleportTo: HTMLElement | null;
|
|
1920
1926
|
visible: boolean;
|
|
1921
1927
|
leaveRoomForControls: boolean;
|
|
1922
1928
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1933,6 +1939,7 @@ export declare interface MapCheckboxLegendProps extends BaseProps {
|
|
|
1933
1939
|
position?: MapControlPosition_2;
|
|
1934
1940
|
visible?: boolean;
|
|
1935
1941
|
leaveRoomForControls?: boolean;
|
|
1942
|
+
teleportTo?: HTMLElement | null;
|
|
1936
1943
|
}
|
|
1937
1944
|
|
|
1938
1945
|
/**
|
|
@@ -1959,6 +1966,7 @@ declare interface MapFloatingPanelProps extends BaseProps {
|
|
|
1959
1966
|
};
|
|
1960
1967
|
leaveRoomForControls?: boolean;
|
|
1961
1968
|
ariaLabel?: string;
|
|
1969
|
+
teleportTo?: HTMLElement | null;
|
|
1962
1970
|
}
|
|
1963
1971
|
|
|
1964
1972
|
export declare const MapIconTextPin: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<MapIconTextPinProps>, {
|
package/dist/index.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-B_IFS6uB.cjs"),o=require("./useMapControl-CQEU6ZEn.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.MapCheckboxLegend=e.MapCheckboxLegend;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;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as o, p as s, f as r, C as t, s as l, t as i, m as c, d as n, o as y, e as p, M as m, n as d, l as u, k as P, a as g, i as L, _ as C, j as M, c as f, r as B, b as S, P as b, x, v as T, u as h, w as k, h as v, g as q, D as w, E as A, G as D, F, A as G, I, K as O, J as R, H as j, z, y as E, B as H } from "./PictometryPanel-
|
|
1
|
+
import { q as o, p as s, f as r, C as t, s as l, t as i, m as c, d as n, o as y, e as p, M as m, n as d, l as u, k as P, a as g, i as L, _ as C, j as M, c as f, r as B, b as S, P as b, x, v as T, u as h, w as k, h as v, g as q, D as w, E as A, G as D, F, A as G, I, K as O, J as R, H as j, z, y as E, B as H } from "./PictometryPanel-DMW-bCJy.js";
|
|
2
2
|
import { u as K } from "./useMapControl-BsuTq6k_.js";
|
|
3
3
|
import { f as U, g as V, q as _ } from "./index-BXLyy2C_.js";
|
|
4
4
|
export {
|
package/package.json
CHANGED