@phila/phila-ui-map-core 0.0.3-beta.13 → 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/dist/{CyclomediaCameraIcon-Bxt29oQP.js → CyclomediaCameraIcon-BBe9op2Z.js} +1 -1
- package/dist/{CyclomediaCameraIcon-DPoOD62p.cjs → CyclomediaCameraIcon-C6l-yGOL.cjs} +1 -1
- package/dist/{CyclomediaRecordingsLayer-B2EXuGC4.cjs → CyclomediaRecordingsLayer-CB6KOozw.cjs} +1 -1
- package/dist/CyclomediaRecordingsLayer-hXOEu35y.js +4 -0
- package/dist/{CyclomediaViewcone-M6RVQbYh.cjs → CyclomediaViewcone-BTLRZ_xT.cjs} +1 -1
- package/dist/{CyclomediaViewcone-6cTx8Ak9.js → CyclomediaViewcone-jmqPTgTK.js} +1 -1
- package/dist/{PictometryPanel-BUme0PXo.cjs → PictometryPanel-BYR_gqaq.cjs} +2 -2
- package/dist/{PictometryPanel-BSvuaipe.js → PictometryPanel-CWAN4m8K.js} +9 -9
- package/dist/assets/phila-ui-map-core.css +1 -1
- package/dist/components.d.ts +8 -8
- package/dist/components.js +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
- package/dist/CyclomediaRecordingsLayer-BIWBRZc0.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';
|
|
@@ -224,7 +224,7 @@ activeColor: string;
|
|
|
224
224
|
}>>> & Readonly<{
|
|
225
225
|
onClick?: (() => any) | undefined;
|
|
226
226
|
}>, {
|
|
227
|
-
icon:
|
|
227
|
+
icon: IconDefinition | string;
|
|
228
228
|
image: string;
|
|
229
229
|
imagePadding: number;
|
|
230
230
|
position: MapControlPosition_2;
|
|
@@ -1538,7 +1538,7 @@ iconSize: number;
|
|
|
1538
1538
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1539
1539
|
|
|
1540
1540
|
declare interface DrawToolProps extends BaseProps {
|
|
1541
|
-
icon?:
|
|
1541
|
+
icon?: IconDefinition_2 | string;
|
|
1542
1542
|
image?: string;
|
|
1543
1543
|
position?: MapControlPosition_2;
|
|
1544
1544
|
title?: string;
|
|
@@ -1665,7 +1665,7 @@ markerColor: string;
|
|
|
1665
1665
|
|
|
1666
1666
|
declare interface GeolocationButtonProps extends BaseProps {
|
|
1667
1667
|
position?: MapControlPosition_2;
|
|
1668
|
-
icon?:
|
|
1668
|
+
icon?: IconDefinition_2 | string;
|
|
1669
1669
|
iconSize?: number;
|
|
1670
1670
|
title?: string;
|
|
1671
1671
|
trackUser?: boolean;
|
|
@@ -1819,7 +1819,7 @@ export { Map_2 as Map }
|
|
|
1819
1819
|
export declare const MapButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
|
1820
1820
|
|
|
1821
1821
|
declare interface MapButtonProps extends BaseProps {
|
|
1822
|
-
icon?:
|
|
1822
|
+
icon?: IconDefinition_2 | string;
|
|
1823
1823
|
image?: string;
|
|
1824
1824
|
imagePadding?: number;
|
|
1825
1825
|
position?: MapControlPosition_2;
|
|
@@ -1896,8 +1896,8 @@ export declare interface MapIconTextPinEmits {
|
|
|
1896
1896
|
}
|
|
1897
1897
|
|
|
1898
1898
|
export declare interface MapIconTextPinProps extends BaseProps {
|
|
1899
|
-
/** Font Awesome icon
|
|
1900
|
-
icon:
|
|
1899
|
+
/** Font Awesome icon definition, e.g. faLocationDot from @fortawesome/free-solid-svg-icons */
|
|
1900
|
+
icon: IconDefinition;
|
|
1901
1901
|
/** Label text displayed next to the icon. Omit for icon-only mode. */
|
|
1902
1902
|
text?: string;
|
|
1903
1903
|
/** Color theme (default: "dark-primary") */
|
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;
|
package/dist/components.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as o, o as s, f as r, C as t, r as l, s as i, l as c, d as n, n as y, e as m, M as p, m as d, k as u, a as P, i as g, _ as L, j as C, c as M, q as f, b as B, P as S, w as b, u as T, t as x, v as h, h as k, g as v, B as q, D as w, F as A, E as D, z as F, H as G, J as I, I as O, G as R, y as j, x as z, A as E } from "./PictometryPanel-
|
|
1
|
+
import { p as o, o as s, f as r, C as t, r as l, s as i, l as c, d as n, n as y, e as m, M as p, m as d, k as u, a as P, i as g, _ as L, j as C, c as M, q as f, b as B, P as S, w as b, u as T, t as x, v as h, h as k, g as v, B as q, D as w, F as A, E as D, z as F, H as G, J as I, I as O, G as R, y as j, x as z, A as E } from "./PictometryPanel-CWAN4m8K.js";
|
|
2
2
|
import { u as J } from "./useMapControl-JxftoDwE.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
|
@@ -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';
|
|
@@ -224,7 +224,7 @@ activeColor: string;
|
|
|
224
224
|
}>>> & Readonly<{
|
|
225
225
|
onClick?: (() => any) | undefined;
|
|
226
226
|
}>, {
|
|
227
|
-
icon:
|
|
227
|
+
icon: IconDefinition | string;
|
|
228
228
|
image: string;
|
|
229
229
|
imagePadding: number;
|
|
230
230
|
position: MapControlPosition_2;
|
|
@@ -1538,7 +1538,7 @@ iconSize: number;
|
|
|
1538
1538
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1539
1539
|
|
|
1540
1540
|
declare interface DrawToolProps extends BaseProps {
|
|
1541
|
-
icon?:
|
|
1541
|
+
icon?: IconDefinition_2 | string;
|
|
1542
1542
|
image?: string;
|
|
1543
1543
|
position?: MapControlPosition_2;
|
|
1544
1544
|
title?: string;
|
|
@@ -1665,7 +1665,7 @@ markerColor: string;
|
|
|
1665
1665
|
|
|
1666
1666
|
declare interface GeolocationButtonProps extends BaseProps {
|
|
1667
1667
|
position?: MapControlPosition_2;
|
|
1668
|
-
icon?:
|
|
1668
|
+
icon?: IconDefinition_2 | string;
|
|
1669
1669
|
iconSize?: number;
|
|
1670
1670
|
title?: string;
|
|
1671
1671
|
trackUser?: boolean;
|
|
@@ -1819,7 +1819,7 @@ export { Map_2 as Map }
|
|
|
1819
1819
|
export declare const MapButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
|
1820
1820
|
|
|
1821
1821
|
declare interface MapButtonProps extends BaseProps {
|
|
1822
|
-
icon?:
|
|
1822
|
+
icon?: IconDefinition_2 | string;
|
|
1823
1823
|
image?: string;
|
|
1824
1824
|
imagePadding?: number;
|
|
1825
1825
|
position?: MapControlPosition_2;
|
|
@@ -1896,8 +1896,8 @@ export declare interface MapIconTextPinEmits {
|
|
|
1896
1896
|
}
|
|
1897
1897
|
|
|
1898
1898
|
export declare interface MapIconTextPinProps extends BaseProps {
|
|
1899
|
-
/** Font Awesome icon
|
|
1900
|
-
icon:
|
|
1899
|
+
/** Font Awesome icon definition, e.g. faLocationDot from @fortawesome/free-solid-svg-icons */
|
|
1900
|
+
icon: IconDefinition;
|
|
1901
1901
|
/** Label text displayed next to the icon. Omit for icon-only mode. */
|
|
1902
1902
|
text?: string;
|
|
1903
1903
|
/** Color theme (default: "dark-primary") */
|
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-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;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as o, o as s, f as r, C as t, r as l, s as i, l as c, d as n, n as y, e as m, M as p, m as d, k as u, a as P, i as g, _ as L, j as C, c as M, q as f, b as B, P as S, w as b, u as T, t as x, v as h, h as k, g as v, B as q, D as w, F as A, E as D, z as F, H as G, J as I, I as O, G as R, y as j, x as z, A as E } from "./PictometryPanel-
|
|
1
|
+
import { p as o, o as s, f as r, C as t, r as l, s as i, l as c, d as n, n as y, e as m, M as p, m as d, k as u, a as P, i as g, _ as L, j as C, c as M, q as f, b as B, P as S, w as b, u as T, t as x, v as h, h as k, g as v, B as q, D as w, F as A, E as D, z as F, H as G, J as I, I as O, G as R, y as j, x as z, A as E } from "./PictometryPanel-CWAN4m8K.js";
|
|
2
2
|
import { u as J } from "./useMapControl-JxftoDwE.js";
|
|
3
3
|
import { f as U, g as V, q as _ } from "./index-BXLyy2C_.js";
|
|
4
4
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-map-core",
|
|
3
|
-
"version": "0.0.3-beta.
|
|
3
|
+
"version": "0.0.3-beta.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core map utilities and styles for Phila UI library",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"pepjs": "^0.5.3",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-dom": "18.3.1",
|
|
63
|
-
"@phila/phila-ui-
|
|
64
|
-
"@phila/phila-ui-
|
|
63
|
+
"@phila/phila-ui-search": "1.1.1-beta.1",
|
|
64
|
+
"@phila/phila-ui-core": "2.3.1"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build": "vite build && npm run copy-css",
|