@eyeon/map 2.0.3 → 2.0.5
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/assets/MapViewer.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/chunks/MapViewer.js +2558 -1431
- package/dist/chunks/MapViewer.js.map +1 -1
- package/dist/chunks/stacking.js +1262 -745
- package/dist/chunks/stacking.js.map +1 -1
- package/dist/chunks/wheelZoom.js +259 -0
- package/dist/chunks/wheelZoom.js.map +1 -0
- package/dist/core/assignment.d.ts +107 -0
- package/dist/core/assignment.d.ts.map +1 -0
- package/dist/core/color.d.ts +5 -0
- package/dist/core/color.d.ts.map +1 -0
- package/dist/core/entranceIcon.d.ts +12 -0
- package/dist/core/entranceIcon.d.ts.map +1 -0
- package/dist/core/hostChrome.d.ts +2 -4
- package/dist/core/hostChrome.d.ts.map +1 -1
- package/dist/core/index.d.ts +6 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +161 -89
- package/dist/core/labelAlign.d.ts +7 -0
- package/dist/core/labelAlign.d.ts.map +1 -0
- package/dist/core/layerStyles.d.ts +41 -7
- package/dist/core/layerStyles.d.ts.map +1 -1
- package/dist/core/outdoorDecoration.d.ts +2 -1
- package/dist/core/outdoorDecoration.d.ts.map +1 -1
- package/dist/core/publish/index.d.ts +6 -4
- package/dist/core/publish/index.d.ts.map +1 -1
- package/dist/core/stacking.d.ts +50 -3
- package/dist/core/stacking.d.ts.map +1 -1
- package/dist/core/types.d.ts +29 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/voids.d.ts +41 -0
- package/dist/core/voids.d.ts.map +1 -0
- package/dist/core/wheelZoom.d.ts +30 -0
- package/dist/core/wheelZoom.d.ts.map +1 -0
- package/dist/editor/FieldResetButton.d.ts +7 -0
- package/dist/editor/FieldResetButton.d.ts.map +1 -0
- package/dist/editor/MapEditor.d.ts +12 -2
- package/dist/editor/MapEditor.d.ts.map +1 -1
- package/dist/editor/canvas/EditorCanvas.d.ts +6 -2
- package/dist/editor/canvas/EditorCanvas.d.ts.map +1 -1
- package/dist/editor/canvas/OutdoorSvgUnderlay.d.ts +3 -1
- package/dist/editor/canvas/OutdoorSvgUnderlay.d.ts.map +1 -1
- package/dist/editor/canvas/coords.d.ts +26 -3
- package/dist/editor/canvas/coords.d.ts.map +1 -1
- package/dist/editor/canvas/editorFill.d.ts +3 -1
- package/dist/editor/canvas/editorFill.d.ts.map +1 -1
- package/dist/editor/canvas/editorHover.d.ts +4 -0
- package/dist/editor/canvas/editorHover.d.ts.map +1 -1
- package/dist/editor/canvas/underlayHint.d.ts +8 -0
- package/dist/editor/canvas/underlayHint.d.ts.map +1 -1
- package/dist/editor/connectorAssignments.d.ts +61 -0
- package/dist/editor/connectorAssignments.d.ts.map +1 -1
- package/dist/editor/draftOps.d.ts +8 -0
- package/dist/editor/draftOps.d.ts.map +1 -1
- package/dist/editor/editorSectionReturn.d.ts.map +1 -1
- package/dist/editor/ellipseDraw.d.ts +12 -0
- package/dist/editor/ellipseDraw.d.ts.map +1 -0
- package/dist/editor/entranceIcon.d.ts +15 -0
- package/dist/editor/entranceIcon.d.ts.map +1 -0
- package/dist/editor/hexColor.d.ts +2 -0
- package/dist/editor/hexColor.d.ts.map +1 -1
- package/dist/editor/index.css +824 -72
- package/dist/editor/index.d.ts +2 -0
- package/dist/editor/index.d.ts.map +1 -1
- package/dist/editor/index.js +6711 -4161
- package/dist/editor/index.js.map +1 -1
- package/dist/editor/labelText.d.ts +12 -2
- package/dist/editor/labelText.d.ts.map +1 -1
- package/dist/editor/labels.d.ts +8 -0
- package/dist/editor/labels.d.ts.map +1 -1
- package/dist/editor/panels/AssignForm.d.ts +17 -0
- package/dist/editor/panels/AssignForm.d.ts.map +1 -0
- package/dist/editor/panels/AssignmentStyleFields.d.ts +14 -0
- package/dist/editor/panels/AssignmentStyleFields.d.ts.map +1 -0
- package/dist/editor/panels/BulkAssignForm.d.ts +11 -0
- package/dist/editor/panels/BulkAssignForm.d.ts.map +1 -0
- package/dist/editor/panels/CatalogKioskForm.d.ts +18 -0
- package/dist/editor/panels/CatalogKioskForm.d.ts.map +1 -0
- package/dist/editor/panels/ConnectorAssign.d.ts +6 -2
- package/dist/editor/panels/ConnectorAssign.d.ts.map +1 -1
- package/dist/editor/panels/CopyToLevelButton.d.ts +10 -0
- package/dist/editor/panels/CopyToLevelButton.d.ts.map +1 -0
- package/dist/editor/panels/EntranceIconForm.d.ts +11 -0
- package/dist/editor/panels/EntranceIconForm.d.ts.map +1 -0
- package/dist/editor/panels/Inspector.d.ts +24 -3
- package/dist/editor/panels/Inspector.d.ts.map +1 -1
- package/dist/editor/panels/LeftRail.d.ts +17 -6
- package/dist/editor/panels/LeftRail.d.ts.map +1 -1
- package/dist/editor/panels/PreviewOverlay.d.ts +9 -3
- package/dist/editor/panels/PreviewOverlay.d.ts.map +1 -1
- package/dist/editor/panels/TextLabelForm.d.ts +11 -0
- package/dist/editor/panels/TextLabelForm.d.ts.map +1 -0
- package/dist/editor/panels/formRows.d.ts +41 -0
- package/dist/editor/panels/formRows.d.ts.map +1 -0
- package/dist/editor/portalSurface.d.ts +10 -2
- package/dist/editor/portalSurface.d.ts.map +1 -1
- package/dist/editor/previewDocument.d.ts +2 -1
- package/dist/editor/previewDocument.d.ts.map +1 -1
- package/dist/editor/railAssignments.d.ts +9 -2
- package/dist/editor/railAssignments.d.ts.map +1 -1
- package/dist/editor/railKiosks.d.ts +27 -0
- package/dist/editor/railKiosks.d.ts.map +1 -0
- package/dist/editor/railListCopy.d.ts +31 -0
- package/dist/editor/railListCopy.d.ts.map +1 -0
- package/dist/editor/routeStubs.d.ts +1 -1
- package/dist/editor/routeStubs.d.ts.map +1 -1
- package/dist/editor/shapeCopy.d.ts +40 -0
- package/dist/editor/shapeCopy.d.ts.map +1 -0
- package/dist/editor/shapeSelection.d.ts +6 -0
- package/dist/editor/shapeSelection.d.ts.map +1 -0
- package/dist/editor/tools.d.ts +12 -2
- package/dist/editor/tools.d.ts.map +1 -1
- package/dist/fonts/assets.d.ts +4 -0
- package/dist/fonts/mapFont.d.ts +5 -0
- package/dist/fonts/mapFont.d.ts.map +1 -0
- package/dist/fonts/mapFontUrl.d.ts +8 -0
- package/dist/fonts/mapFontUrl.d.ts.map +1 -0
- package/dist/specialIcons.d.ts +39 -0
- package/dist/specialIcons.d.ts.map +1 -0
- package/dist/ui/ModernSelect.d.ts.map +1 -1
- package/dist/ui/selectSearch.d.ts +3 -0
- package/dist/ui/selectSearch.d.ts.map +1 -1
- package/dist/viewer/MapViewer.d.ts +14 -1
- package/dist/viewer/MapViewer.d.ts.map +1 -1
- package/dist/viewer/camera.d.ts +82 -1
- package/dist/viewer/camera.d.ts.map +1 -1
- package/dist/viewer/components/CameraRig.d.ts +18 -1
- package/dist/viewer/components/CameraRig.d.ts.map +1 -1
- package/dist/viewer/components/LevelMeshes.d.ts +15 -4
- package/dist/viewer/components/LevelMeshes.d.ts.map +1 -1
- package/dist/viewer/components/MapScene.d.ts +10 -4
- package/dist/viewer/components/MapScene.d.ts.map +1 -1
- package/dist/viewer/components/OpeningWell.d.ts +7 -0
- package/dist/viewer/components/OpeningWell.d.ts.map +1 -0
- package/dist/viewer/components/RouteLine.d.ts.map +1 -1
- package/dist/viewer/components/SvgVectorLayer.d.ts +3 -1
- package/dist/viewer/components/SvgVectorLayer.d.ts.map +1 -1
- package/dist/viewer/components/openingGeometry.d.ts +7 -0
- package/dist/viewer/components/openingGeometry.d.ts.map +1 -0
- package/dist/viewer/index.css +151 -19
- package/dist/viewer/index.js +3 -3
- package/dist/viewer/pointer.d.ts +26 -0
- package/dist/viewer/pointer.d.ts.map +1 -0
- package/dist/viewer/ui/MapControls.d.ts.map +1 -1
- package/dist/viewer/ui/RuntimeChrome.d.ts.map +1 -1
- package/package.json +4 -2
- package/dist/chunks/graph-tools.js +0 -246
- package/dist/chunks/graph-tools.js.map +0 -1
package/dist/chunks/MapViewer.js
CHANGED
|
@@ -1,68 +1,70 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import {
|
|
4
|
-
import { useThree as
|
|
5
|
-
import { Text as
|
|
6
|
-
import * as
|
|
7
|
-
import { Loader as
|
|
8
|
-
import { createPortal as
|
|
9
|
-
function
|
|
10
|
-
levels:
|
|
11
|
-
activeLevelId:
|
|
12
|
-
onActiveLevelChange:
|
|
13
|
-
onZoomIn:
|
|
14
|
-
onZoomOut:
|
|
15
|
-
onReset:
|
|
16
|
-
showFloors:
|
|
17
|
-
showZoomReset:
|
|
18
|
-
floorOptions:
|
|
19
|
-
alwaysShowFloors:
|
|
1
|
+
import { jsx as T, jsxs as ct, Fragment as Pe } from "react/jsx-runtime";
|
|
2
|
+
import { useId as Re, useRef as at, useState as dt, useMemo as ot, useCallback as mt, useEffect as lt, useImperativeHandle as Ge, useLayoutEffect as Ve, Suspense as We } from "react";
|
|
3
|
+
import { ad as De, bd as Be, ah as ve, G as He, aj as Ze, a_ as Fe, j as Xe, O as Ue, i as qe, bq as Ye, ao as zt, g as Ke, b5 as Me, ay as je, a9 as Qe, B as Je, a1 as _e, af as Ot, aN as ee, aD as $e, a as tn, D as en, y as nn, z as rn, aA as Mt, b7 as ne, b4 as be, al as on, ax as cn, aw as sn, ar as Zt, az as Ft, bc as an, a8 as ln, bp as un, N as fn, av as Pt, aR as dn, aQ as re, a4 as oe, bn as Rt, bo as It, a0 as hn, aI as mn, M as pn, ab as yn } from "./stacking.js";
|
|
4
|
+
import { useThree as gn, useFrame as An, Canvas as xn } from "@react-three/fiber";
|
|
5
|
+
import { Text as ce, OrthographicCamera as vn, OrbitControls as Mn } from "@react-three/drei";
|
|
6
|
+
import * as rt from "three";
|
|
7
|
+
import { Loader as bn, FileLoader as Cn, Matrix3 as vt, Vector2 as it, Vector3 as Lt, Box2 as wn, ShapeUtils as On, Shape as In, Path as Gt, BufferGeometry as Ln, Float32BufferAttribute as Vt, SRGBColorSpace as Nn, ShapePath as xt } from "three";
|
|
8
|
+
import { createPortal as En } from "react-dom";
|
|
9
|
+
function kn({
|
|
10
|
+
levels: t,
|
|
11
|
+
activeLevelId: e,
|
|
12
|
+
onActiveLevelChange: s,
|
|
13
|
+
onZoomIn: a,
|
|
14
|
+
onZoomOut: d,
|
|
15
|
+
onReset: m,
|
|
16
|
+
showFloors: b = !0,
|
|
17
|
+
showZoomReset: Q = !0,
|
|
18
|
+
floorOptions: x,
|
|
19
|
+
alwaysShowFloors: z = !1
|
|
20
20
|
}) {
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
const G = t.filter(
|
|
22
|
+
(B) => B.kind != null && B.ordering != null && B.levelIndex != null
|
|
23
|
+
), k = x ?? De(G), Z = b && (z ? k.length > 0 : Be(G)), V = Q && ve(G);
|
|
24
|
+
return !Z && !V ? null : /* @__PURE__ */ T("div", { className: "eyeon-map-controls", children: /* @__PURE__ */ ct("div", { className: "eyeon-map-controls__stack", children: [
|
|
25
|
+
Z && /* @__PURE__ */ T("div", { className: "eyeon-map-controls__floors", role: "tablist", "aria-label": "Floors", children: k.map((B) => {
|
|
26
|
+
const w = B.id === e;
|
|
27
|
+
return /* @__PURE__ */ T(
|
|
26
28
|
"button",
|
|
27
29
|
{
|
|
28
30
|
type: "button",
|
|
29
31
|
role: "tab",
|
|
30
|
-
"aria-selected":
|
|
31
|
-
className:
|
|
32
|
-
onClick: () =>
|
|
33
|
-
children:
|
|
32
|
+
"aria-selected": w,
|
|
33
|
+
className: w ? "eyeon-map-controls__floor is-active" : "eyeon-map-controls__floor",
|
|
34
|
+
onClick: () => s(B.id),
|
|
35
|
+
children: B.name
|
|
34
36
|
},
|
|
35
|
-
|
|
37
|
+
B.id
|
|
36
38
|
);
|
|
37
39
|
}) }),
|
|
38
|
-
|
|
39
|
-
/* @__PURE__ */
|
|
40
|
+
V && /* @__PURE__ */ ct(Pe, { children: [
|
|
41
|
+
/* @__PURE__ */ T(
|
|
40
42
|
"button",
|
|
41
43
|
{
|
|
42
44
|
type: "button",
|
|
43
45
|
className: "eyeon-map-controls__reset",
|
|
44
|
-
onClick:
|
|
46
|
+
onClick: m,
|
|
45
47
|
"aria-label": "Reset map",
|
|
46
48
|
children: "Reset"
|
|
47
49
|
}
|
|
48
50
|
),
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
+
/* @__PURE__ */ ct("div", { className: "eyeon-map-controls__zoom", children: [
|
|
52
|
+
/* @__PURE__ */ T(
|
|
51
53
|
"button",
|
|
52
54
|
{
|
|
53
55
|
type: "button",
|
|
54
56
|
className: "eyeon-map-controls__zoom-btn",
|
|
55
|
-
onClick:
|
|
57
|
+
onClick: d,
|
|
56
58
|
"aria-label": "Zoom out",
|
|
57
59
|
children: "−"
|
|
58
60
|
}
|
|
59
61
|
),
|
|
60
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ T(
|
|
61
63
|
"button",
|
|
62
64
|
{
|
|
63
65
|
type: "button",
|
|
64
66
|
className: "eyeon-map-controls__zoom-btn",
|
|
65
|
-
onClick:
|
|
67
|
+
onClick: a,
|
|
66
68
|
"aria-label": "Zoom in",
|
|
67
69
|
children: "+"
|
|
68
70
|
}
|
|
@@ -71,301 +73,1054 @@ function Tt({
|
|
|
71
73
|
] })
|
|
72
74
|
] }) });
|
|
73
75
|
}
|
|
74
|
-
const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
76
|
+
const Jr = "Montserrat, sans-serif", se = 1.15, ht = {
|
|
77
|
+
Entrance: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
78
|
+
<path fill="none" stroke="#444444" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" d="M8.25 3.75h8.25A3.5 3.5 0 0 1 20 7.25v9.5a3.5 3.5 0 0 1-3.5 3.5H8.25"/>
|
|
79
|
+
<path fill="none" stroke="#444444" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" d="M3.5 12h12.35M12.2 7.85 16.4 12l-4.2 4.15"/>
|
|
80
|
+
</svg>`,
|
|
81
|
+
Kiosk: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 443.83 787.21">
|
|
82
|
+
<path fill="#444444" d="M451,587.7V8.14H7.14V589.5H111.43V730.89H71.27L38.59,763.58v31.78H416.36V764.93l-34.05-34H345.78V587.7ZM396.91,71.23v452.7H59.85V71.23Z" transform="translate(-7.14 -8.14)" />
|
|
83
|
+
</svg>`,
|
|
84
|
+
Escalator: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 445.3">
|
|
85
|
+
<path fill="#444444" d="M243.4,75.9c21.2,0,38.1-16.8,38.1-38S264.6,0,243.4,0c-21.2,0-38.1,16.8-38.1,38S222.1,75.9,243.4,75.9z M508.5,41.2h-88.7 c-18.5,0-41.9,7.6-56.1,21.7l-82.2,81.9V121c0-51-75.7-50.4-75.7,0v98.2l-71.3,71c-6.5,6.5-7.6,7.1-20.7,7.1H70.2 C26.1,297.2,0,336.8,0,369.9c0,33.6,26.1,75.4,74,75.4h77.9c18.5,0,40.8-7.1,58.8-24.4l228.1-226.7c4.9-4.3,7.6-5.4,15.8-5.4h56.1 c27.2,0,65.3-30.4,65.3-74.8C576.5,70.5,537.9,41.2,508.5,41.2z M504.7,150.8h-47.9c-20.1,0-29.4,2.7-41.4,14.7L185.7,394.3 c-9.3,9.2-21.2,13-36.5,13H73.5c-19.6,0-36.5-16.3-36.5-38c0-21.7,16.3-33.6,33.2-33.6H122c15.2,0,25-4.3,33.7-13L389.3,90 c9.8-9.8,19.1-10.9,35.4-10.9h80c19.6,0,32.7,21.7,32.7,34.7C537.9,126.4,528.6,150.8,504.7,150.8z" />
|
|
86
|
+
</svg>`,
|
|
87
|
+
ATM: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 577.8 577">
|
|
88
|
+
<path fill="#444444" d="M388.7,314c-3.7-10.3-10.3-19.8-17.7-27.2c-7.4-7.4-17.7-14-29.5-19.1c-6.6-2.9-19.2-6.6-39.1-11.8V144.2 c13.3,2.2,22.8,8.1,30.2,16.2c7.4,8.1,11.8,19.9,14,35.3l39.8-5.9c-2.9-24.3-13.3-44.1-30.2-58.1c-13.3-11-31-17.7-53.8-19.8V93.4 h-24.3v18.4c-25.8,2.2-45,9.6-58.2,21.3c-19.9,17.7-29.5,39.7-29.5,67.6c0,15.5,3.7,29.4,10.3,41.9s16.2,22,28.7,28.7 c17,9.6,33.2,16.2,49.4,20.6v121.3c-14.8-1.5-28-8.8-39.1-22.8c-7.4-9.6-13.3-25-16.2-46.3l-39.1,7.4c1.5,20.6,6.6,37.5,15.5,51.5 s19.9,23.5,31.7,30.1c12.5,6.6,28,11,47.9,13.2v39v-0.1V483h22.1v-39c28-0.7,50.1-11,67.1-28.7c17-18.4,25.8-40.4,25.8-67.6 C394.6,336,392.4,324.3,388.7,314z M278.9,145.1v107.2c-17.7-5.2-30.2-11.8-37.6-20.6s-11.1-19.8-11.1-33.1c0-14,4.4-25.7,13.3-35.3 C252.2,153.9,263.7,147.4,278.9,145.1V145h0.7C279.3,145,279.1,145,278.9,145.1z M340,394.2c-9.6,11-22.1,18.4-37.6,19.8l0,0V297.9 c20.6,5.2,34.6,11.8,42,20.6c6.6,8.1,10.3,19.8,10.3,33.8C354.8,369.2,349.6,383.1,340,394.2z" />
|
|
89
|
+
<path fill="#444444" d="M289.8,2.5c-158.7,0-288,128-288,287.2c0,158.3,129.3,287.2,288,287.2s288-128.9,288-287.2S448.6,2.5,289.8,2.5z M289.9,533.9C155,533.9,45.2,424.3,45.2,289.8C45.2,154.5,155,45.7,289.9,45.7s244.7,109.5,244.7,244.1S424.8,533.9,289.9,533.9z" />
|
|
90
|
+
</svg>`,
|
|
91
|
+
Management: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 414.6">
|
|
92
|
+
<path fill="#444444" d="M371.6,180.4c66.8,0,101,58.5,121.4,121.9l16.4,50.4c2.7,8.8-7.5,16.3-16.4,16.3h-56.6l-7.5-27.2 c-17.7-53.1-45-106.2-94.8-125.9c13-8.8,23.9-21.1,30.7-35.4C366.1,180.4,368.8,180.4,371.6,180.4z M441.2,145.7 c64.8,2,98.2,59.2,118.7,121.9l15.7,49.7c2.7,8.8-7.5,17.7-16.4,17.7h-35.5l-12.3-38.1c-16.4-53.1-44.3-106.2-94.8-125.9 C426.2,162.7,434.3,155.2,441.2,145.7z M51.6,334.3H16.8c-9.6,0-19.1-8.2-16.4-17.7l15.7-49.7C35.9,204.2,70.1,147.1,134.9,145 c6.1,9.5,15,18.4,24.6,24.5c-49.8,19.7-77.8,72.8-94.8,125.9L51.6,334.3L51.6,334.3z M437.7,0c35.5,0,64.8,28.6,64.8,64.7 c0,31.3-22.5,57.2-52.5,62.6c3.4-8.8,5.5-18.4,5.5-27.9c0-39.5-27.3-71.5-62.8-81C403.6,6.8,419.3,0,437.7,0L437.7,0z M137.6,0 c17.7,0,34.1,6.8,45,18.4c-35.5,9.5-62.8,41.5-62.8,81c0,9.5,2.1,19.1,5.5,27.9C96,121.9,72.8,96,72.8,64.7 C73.5,28.6,102.1,0,137.6,0L137.6,0z M287.7,0c19.8,0,37.5,8.8,49.8,22.5c-15.7,6.8-29.3,19.1-38.2,34l-3.4,5.5c-2.7,0-5.5,0-7.5,0 c-2,0-6.1,0-8.9,0l-3.4-5.5c-9.6-15-22.5-27.2-38.2-34C250.2,8.9,267.9,0,287.7,0L287.7,0z M287.7,226c66.8,0,101,58.5,122.1,121.9 l15.7,50.4c2.7,8.8-8.2,16.3-16.4,16.3H166.2c-9.6,0-19.8-8.2-16.4-16.3l15.7-50.4C186,284.6,220.8,226,287.7,226z M287.7,81 c35.5,0,64.8,28.6,64.8,64.7s-28.7,64.7-64.8,64.7c-35.5,0-64.8-28.6-64.8-64.7S252.2,81,287.7,81z M138.3,369H82.3 c-9.6,0-19.1-8.2-16.4-16.3l15.7-50.4c21.1-63.3,55.3-121.9,122.1-121.9c2.7,0,5.5,0,7.5,0c6.1,15,17.7,27.2,30.7,35.4 c-49.8,19.7-78.5,72.8-94.8,125.9C147.1,341.8,138.3,369,138.3,369z M203.8,34.7c23.9,0,44.3,12.9,55.9,31.3 c-32.1,12.2-55.9,42.9-55.9,79c0,6.1,0.7,12.2,2.1,18.4h-2.1c-35.5,0-64.8-28.6-64.8-64.7S168.3,34.7,203.8,34.7z M371.6,34.7 c35.5,0,64.8,28.6,64.8,64.7s-29.3,64-64.8,64h-2.7c2.1-6.1,2.7-12.2,2.7-18.4c0-36.8-23.9-66.7-55.9-79 C327.2,47.7,347,34.7,371.6,34.7z" />
|
|
93
|
+
</svg>`,
|
|
94
|
+
PlayArea: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 537.9">
|
|
95
|
+
<path fill="#444444" d="M384.3,137c38,0,68.8-30.7,68.8-68.5S422.3,0,384.3,0s-68.8,30.7-68.8,68.5S346.4,137,384.3,137z" />
|
|
96
|
+
<path fill="#444444" d="M283.3,96c20,26.3,35.9,53.3,67.6,64.4c31.2,11.1,60.5,11.1,83.5-5.3c22.9-16.4,34.7-46.8,54.1-87.2 c18.8-40.4,34.1-48,57-48c23.5,0,31.2,28.1,30.6,39.8s-10.6,31-40,52.7c-49.4,36.3-57.6,108.3-59.4,127.7 c-1.8,19.3-2.9,50.4,17.6,169.2c20.6,118.9-20,125.9-25.3,127.1c-5.3,0.6-21.2,8.2-31.1-16.4c-10-24.6-11.8-91.3-14.1-120 c-2.9-28.7-6.5-70.9-35.9-79c-30-8.2-40.6,39.8-51.7,76.1c-10.6,36.9-40,71.4-72.3,59.1s-29.4-50.4-10-78.5 c19.4-27.5,61.7-57.4,67.6-124.1c5.9-66.8-11.8-69.1-68.2-90.8c-55.8-22.3-60.5-33.4-67.6-48.6s7.6-46.8,31.1-52.7 C239.2,55.1,259.1,63.9,283.3,96L283.3,96z" />
|
|
97
|
+
<path fill="#444444" d="M134.7,251.7c26.9,0,48.8-21.8,48.8-48.6s-21.8-48.6-48.8-48.6s-48.8,21.8-48.8,48.6S107.7,251.7,134.7,251.7z" />
|
|
98
|
+
<path fill="#444444" d="M204,227.8c-15.3,17.6-28.2,35.7-51.1,41.6c-22.9,6.4-43.5,4.7-58.8-8.2c-15.3-12.9-21.7-35.1-32.9-64.4S40,161,23.5,159.8 C7.1,158.7,0,178,0,186.2c-0.6,8.2,5.9,22.3,25.3,39.2C58.2,253.5,60,305.1,60,318.5c0.6,13.5-0.6,35.7-21.7,118.3 s7.1,89.6,10.6,90.8s14.7,7,22.9-10s12.9-63.8,16.5-83.7c3.5-19.9,8.2-49.8,29.4-53.9s26.5,30.4,32.3,56.8 c5.9,26.3,24.7,52.7,47.6,45.7c22.9-7,23.5-34,11.2-54.4c-12.3-20.5-40-43.9-40.6-90.8c-0.6-47.4,12.3-48,52.9-60.3 c40.6-12.3,44.7-20.5,50.5-30.4c5.9-10-2.9-33.4-18.8-38.6C237.5,201.4,222.8,206.7,204,227.8L204,227.8z" />
|
|
99
|
+
</svg>`,
|
|
100
|
+
RestRoom: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 533.9">
|
|
101
|
+
<path fill="#444444" d="M282.3,533.9h9.2V0h-9.2V533.9z" />
|
|
102
|
+
<path fill="#444444" d="M118.2,97.1c25.4-4.6,41.6-30.1,34.7-55.5C146,16.2,122.9,2.3,97.4,6.9S58.1,39.3,62.8,62.4S95.1,104,118.2,97.1z" />
|
|
103
|
+
<path fill="#444444" d="M159.8,145.6h4.6c0,0,2.3,0,2.3,2.3L183,270.4c2.3,9.2,9.2,16.2,18.5,16.2c11.6,0,18.5-9.2,18.5-20.8l-18.5-129.4 c-2.3-13.9-13.9-23.1-27.7-23.1H44.3c-13.9,0-25.4,9.2-27.7,23.1L0.4,265.8c-2.3,11.6,6.9,20.8,18.5,20.8c9.2,0,16.2-6.9,18.5-16.2 l16.2-122.5c0,0,0-2.3,2.3-2.3h4.6c0,0,2.3,0,2.3,2.3L30.4,390.6c0,0,0,2.3,2.3,2.3h37c0,0,2.3,0,2.3,2.3v117.9 c0,9.2,6.9,16.2,16.2,16.2s16.2-6.9,16.2-16.2V393c0,0,0-2.3,2.3-2.3h11.6c0,0,2.3,0,2.3,2.3v117.9c0,9.2,6.9,16.2,16.2,16.2 c9.2,0,16.2-6.9,16.2-16.2V393c0,0,0-2.3,2.3-2.3h30.1c0,0,2.3,0,2.3-2.3l-27.7-242.7l0,0l0,0L159.8,145.6z" />
|
|
104
|
+
<path fill="#444444" d="M497.3,76.3c13.9-23.1,4.6-50.9-16.2-62.4s-50.9-6.9-64.7,16.2c-13.9,23.1-4.6,50.9,16.2,62.4 C455.7,106.3,483.5,99.4,497.3,76.3z" />
|
|
105
|
+
<path fill="#444444" d="M545.9,113.3h-178c-13.9,0-25.4,9.2-27.7,23.1v129.4c0,11.6,9.2,20.8,20.8,20.8s18.5-9.2,18.5-20.8V159.5c0,0,0-2.3,2.3-2.3 h2.3c0,0,2.3,0,2.3,2.3l25.4,161.8v187.2c0,11.6,9.2,20.8,20.8,20.8l0,0c11.6,0,20.8-9.2,20.8-20.8V323.6c0,0,0-2.3,2.3-2.3h6.9 c0,0,2.3,0,2.3,2.3v184.9c0,11.6,9.2,20.8,20.8,20.8l0,0c11.6,0,20.8-9.2,20.8-20.8V321.3l25.4-161.8c0,0,0-2.3,2.3-2.3h-2.3 c0,0,2.3,0,2.3,2.3v106.3c0,11.6,9.2,20.8,20.8,20.8s20.8-9.2,20.8-20.8V136.4C571.4,122.5,559.8,113.3,545.9,113.3L545.9,113.3 L545.9,113.3z" />
|
|
106
|
+
</svg>`,
|
|
107
|
+
FamilyRestRoom: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 522.5">
|
|
108
|
+
<path fill="#444444" d="M119.8,91.5c25-5.9,40.5-30.8,34.6-55.7c-5.9-24.9-30.9-40.4-55.9-34.5S58,32,63.9,56.9S94.8,97.3,119.8,91.5z" />
|
|
109
|
+
<path fill="#444444" d="M160.6,139.1h4.5c0.6,0,1.3,0.6,1.3,1.3l15.3,123.1c1.3,8.9,8.9,15.9,17.8,15.9c10.8,0,19.1-9.5,17.8-20.3l-15.9-128.9 c-1.9-13.3-13.4-24.1-27.4-24.1H43.4c-14,0-25.5,10.2-27.4,24.1L0.1,259.1c-1.3,10.8,7,20.3,17.8,20.3c8.9,0,16.5-7,17.8-15.9 l15.3-123.8c0-0.6,0.6-1.3,1.3-1.3h4.5c0.6,0,1.3,0.6,1.3,1.3L29.4,384.1c0,0.6,0.6,1.3,1.3,1.3H67c0.6,0,1.3,0.6,1.3,1.3v118.1 c0,9.5,7.6,16.5,16.5,16.5c9.5,0,16.5-7.6,16.5-16.5V387.3c0-0.6,0.6-1.3,1.3-1.3h10.8c0.6,0,1.3,0.6,1.3,1.3v118.1 c0,9.5,7.6,16.5,16.5,16.5c9.5,0,16.5-7.6,16.5-16.5V387.3c0-0.6,0.6-1.3,1.3-1.3h36.3c0.6,0,1.3-0.6,1.3-1.3L158,140.3 C159.3,139.7,159.9,139.1,160.6,139.1L160.6,139.1z" />
|
|
110
|
+
<path fill="#444444" d="M498.9,69.8c12.9-22.1,5.4-50.5-16.8-63.4c-22.2-12.9-50.6-5.4-63.6,16.7c-12.9,22.1-5.4,50.5,16.8,63.4 C457.5,99.4,486,91.9,498.9,69.8z" />
|
|
111
|
+
<path fill="#444444" d="M547.9,106.1H369.6c-14,0-25.5,10.2-27.4,24.1v128.9c0,10.8,8.9,19.7,19.7,19.7s19.7-8.9,19.7-19.7v-106 c0-0.6,0.6-1.3,1.3-1.3h2.5c0.6,0,1.3,0.6,1.3,1.3l25.5,162.5v187.3c0,10.8,8.9,19.7,19.7,19.7h0.6c10.8,0,19.7-8.9,19.7-19.7v-186 c0-0.6,0.6-1.3,1.3-1.3h10.8c0.6,0,1.3,0.6,1.3,1.3v186c0,10.8,8.9,19.7,19.7,19.7h0.6c10.8,0,19.7-8.9,19.7-19.7V315.6l25.5-162.5 c0-0.6,0.6-1.3,1.3-1.3h2.6c0.6,0,1.3,0.6,1.3,1.3v106c0,10.8,8.9,19.7,19.7,19.7s19.7-8.9,19.7-19.7V130.2 C573.4,116.2,562,106.1,547.9,106.1L547.9,106.1z" />
|
|
112
|
+
<path fill="#444444" d="M259.6,480l19.7-19.7L251.9,433L229,455.8c-7.6,7.6-5.7,20.3,1.3,27.3l32.5,33.6c12.7,12.7,29.3-5.1,17.2-17.1L259.6,480 L259.6,480z M288.9,347.9c19.1,0,34.4-15.2,34.4-34.3s-15.3-34.3-34.4-34.3s-34.4,15.2-34.4,34.3S269.7,347.9,288.9,347.9z M369.7,405.7l-46.5-46.3c-3.8-3.8-8.3-6.3-14.7-6.3h-41.4c-6.4,0-10.8,2.5-14,6.3l-45.9,45.7c-12.7,12.7,4.5,28.6,17.2,15.9 l28-27.9v26h72.6v-26l28.6,28.6C364.6,433.6,381.8,417.1,369.7,405.7L369.7,405.7z M324.5,433l-27.4,27.3l19.7,19.7l-20.4,20.3 c-12.1,12.1,4.5,29.2,17.2,17.1l32.5-33.6c7-7,8.9-20.3,1.3-27.3C347.4,455.9,324.5,433,324.5,433z" />
|
|
113
|
+
</svg>`,
|
|
114
|
+
Elevator: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 576">
|
|
115
|
+
<path fill="#444444" d="M576,145.2v268.6c-0.1,1.6-0.3,3.1-0.3,4.7c-0.3,33.3-0.6,66.6-0.8,99.9c-0.1,21.1-9.7,37.2-26.7,49 c-7.7,5.4-15.9,9.3-25.9,8c-3.8-0.5-7.7-0.1-11.5-0.1c-115.3,0.1-230.6,0.2-345.9,0.3c-1.1,0-2.2,0.2-3.3,0.3h-16.9 c-1.2-0.1-2.4-0.3-3.6-0.3c-30.2-0.3-60.4-0.6-90.7-0.8c-11.1-0.1-20.7-4.1-29.1-11.2c-8.7-7.4-15.5-16.7-19.9-27.3l-0.2-0.5 c-0.7-1.6-1.1-3.4-1.2-5.4v0C0,492.8,0,455.1,0,417.4c0-124.1,0-248.1,0-372.2c0-0.2,0-0.3,0-0.5c0-1.5,0.3-2.9,0.7-4.2l0,0.1 C8.3,22.5,20.5,8.9,38.7,1c1.2-0.5,2.6-0.9,4-0.9h0c162.8,0,325.6,0,488.4,0c1.5,0,2.8,0.4,4.1,0.9l-0.1,0c3.4,1.4,6.1,2.7,8.8,4.2 l-0.4-0.2c19.7,11.2,30.9,27.8,31.3,50.8c0.4,28.2,0.6,56.3,0.8,84.5C575.7,141.8,575.8,143.5,576,145.2L576,145.2z M536.4,288.6 h0.3c0-56.7,0-113.4,0-170c0-18.2-0.4-36.4-0.7-54.6c-0.1-8-8.4-19.8-15.9-22.7c-1-0.4-2.1-0.6-3.2-0.7h0c-3.2-0.3-6.4-0.6-9.5-0.6 c-25.5-0.4-51-0.9-76.6-1c-96.4-0.2-192.7-0.4-289.1-0.4c-22.9,0-45.8,0.1-68.7,0.3c-3.4,0-6.8,0.1-10,0.9 c-9.9,2.3-17.1,8.3-21.7,17.3c-1,1.9-2,3.9-2.1,5.9c-0.1,149.8-0.1,299.6-0.1,449.4c0,0.9-0.1,2,0.3,2.7c2.7,4.2,5.1,8.6,8.3,12.3 c5.6,6.3,13.2,8.4,21.6,8.4c23.7,0.1,47.5,0.6,71.2,0.6c123.5,0,247,0,370.5,0c0.1,0,0.2,0,0.3,0c1.1,0,2.1-0.2,3-0.6l-0.1,0 c8.3-3.5,15.4-8.4,20.2-16.3c1.2-1.8,2-4.1,2-6.5l0,0C536.4,438.2,536.4,363.4,536.4,288.6L536.4,288.6z" />
|
|
116
|
+
<path fill="#444444" d="M307,277.5l75.9,68.4l0.9-0.2V150.9h49.7v194.8l1,0.3l78.2-67.4c0.1,1,0.2,1.7,0.3,2.4c0.3,19.9,0.6,39.8,0.8,59.7 c0,0,0,0,0,0.1c0,1.4-0.5,2.6-1.4,3.6l0,0c-34.1,32.7-68.2,65.3-102.3,97.9c-0.3,0.3-0.6,0.5-1,0.9c-0.6-0.5-1.3-1-1.9-1.5 c-32.7-30.7-65.5-61.4-98.2-92c-1.4-1.2-2.3-3-2.3-5c0-0.1,0-0.3,0-0.4v0c0.2-20.9,0.3-41.9,0.4-62.8C307,280.5,307,279.4,307,277.5 L307,277.5z" />
|
|
117
|
+
<path fill="#444444" d="M142.2,234.5L67,301.8c-0.1-1.2-0.3-1.9-0.3-2.7c-0.3-20.7-0.7-41.5-1-62.2c0-1.3,0.5-2.5,1.3-3.4l0,0 c33.3-31.4,66.7-62.8,100.1-94.1c0.3-0.3,0.6-0.5,1-0.8c5.9,5.7,11.8,11.3,17.7,16.9c28.1,26.9,56.2,53.9,84.3,80.9 c0.9,0.8,1.4,2,1.5,3.3v0c-0.5,20.2-1.1,40.3-1.6,60.5c0,0.3-0.1,0.7-0.2,1.7l-77.4-67.1l-0.9,0.1v193.9h-48.3v-194L142.2,234.5z" />
|
|
118
|
+
</svg>`,
|
|
119
|
+
Security: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 576 597.6">
|
|
120
|
+
<path fill="#444444" d="M554,80.7L298.5,1.5c-6.6-2-13.2-2-19.9,0L23.2,80.7C9.3,84.7,0,97.9,0,112.4c0,352.5,178.7,436.4,274,481.9 c4.6,2,9.3,3.3,13.9,3.3c4.6,0,9.9-1.3,13.9-3.3c96-45.5,274-129.4,274-481.9C577.2,97.9,567.9,85.3,554,80.7z M288.6,527.6 C197.2,484.1,73.5,411.4,66.2,136.2l222.4-68.6L511,136.8C503.7,412.1,379.3,484.1,288.6,527.6z" />
|
|
121
|
+
<path fill="#444444" d="M278.7,152l-26.5,87.1l-90.7-2.6c-4.6,0-8.6,2.6-9.9,7.3c-1.3,4.6,0,9.2,4,11.9l74.8,51.5L200.6,393c-1.3,4.6,0,9.2,4,11.9 c4,2.6,8.6,2.6,12.6,0l72.1-54.8l72.1,54.8c4,2.6,8.6,2.6,12.6,0c4-2.6,5.3-7.3,4-11.9l-29.8-85.8l74.8-51.5c4-2.6,5.3-7.3,4-11.9 c-1.3-4.6-5.3-7.3-9.9-7.3l-90.7,2l-26.5-87.1c-1.3-4.6-5.3-7.3-9.9-7.3C283.9,144.1,280,147.4,278.7,152L278.7,152z" />
|
|
122
|
+
</svg>`,
|
|
123
|
+
ChildStroller: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 432 370.06">
|
|
124
|
+
<path fill="#444444" d="M130.29,178.61l-42.67,34L33.24,254.13c-15.48,12.09-28.32-2.64-28.32-2.64-12.08-15.86,1.89-26.06,1.89-26.06l68-53.24s7.55-7.93,26.81-2.26l28.7,8.68"/>
|
|
125
|
+
<path fill="#444444" d="M210,111A38.52,38.52,0,1,1,248.48,72.5,38.68,38.68,0,0,1,210,111"/>
|
|
126
|
+
<path fill="#444444" d="M390.84,0a42.88,42.88,0,0,0-24.92,8.31L80.44,235.63a43.71,43.71,0,0,0-13.59,22.28,40.67,40.67,0,0,0,1.89,23.41,47.9,47.9,0,0,0-22.28,41.16A47.58,47.58,0,1,0,94,274.9,41.43,41.43,0,0,0,84.22,276a22.77,22.77,0,0,1-1.51-14.35,25.82,25.82,0,0,1,8.68-13.59l17.37-14,88,29.08a33.54,33.54,0,0,0,42.67-21.53l1.51-4.91,18.88,45.32a47.09,47.09,0,0,0-22.28,40.4,47.58,47.58,0,1,0,47.58-47.58,41.43,41.43,0,0,0-9.82,1.13l-26.43-62.68,43.8-126.12,83.08-66.08a23.7,23.7,0,0,1,15.1-5.29,25.3,25.3,0,0,1,25.3,25.3,25.72,25.72,0,0,1-10.2,20.39,8,8,0,0,0,10.58,12.08A41.37,41.37,0,0,0,390.84,0ZM93.66,301.33A20.77,20.77,0,1,1,72.89,322.1,20.71,20.71,0,0,1,93.66,301.33Zm191.07,0A20.77,20.77,0,1,1,264,322.1,20.71,20.71,0,0,1,284.73,301.33Z"/>
|
|
127
|
+
</svg>`,
|
|
128
|
+
VendingMachine: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 432 594">
|
|
129
|
+
<circle fill="#444444" cx="324" cy="175.5" r="13.5"/>
|
|
130
|
+
<circle fill="#444444" cx="364.5" cy="175.5" r="13.5"/>
|
|
131
|
+
<circle fill="#444444" cx="324" cy="243" r="13.5"/>
|
|
132
|
+
<circle fill="#444444" cx="364.5" cy="243" r="13.5"/>
|
|
133
|
+
<circle fill="#444444" cx="324" cy="310.5" r="13.5"/>
|
|
134
|
+
<circle fill="#444444" cx="364.5" cy="310.5" r="13.5"/>
|
|
135
|
+
<path fill="#444444" d="M216,94.5H67.5C59.4,94.5,54,99.9,54,108c0,8.1,5.4,13.5,13.5,13.5H216c8.1,0,13.5-5.4,13.5-13.5 C229.5,99.9,224.1,94.5,216,94.5z"/>
|
|
136
|
+
<path fill="#444444" d="M216,162H67.5c-8.1,0-13.5,5.4-13.5,13.5c0,8.1,5.4,13.5,13.5,13.5H216c8.1,0,13.5-5.4,13.5-13.5 C229.5,167.4,224.1,162,216,162z"/>
|
|
137
|
+
<path fill="#444444" d="M216,229.5H67.5c-8.1,0-13.5,5.4-13.5,13.5c0,8.1,5.4,13.5,13.5,13.5H216c8.1,0,13.5-5.4,13.5-13.5 C229.5,234.9,224.1,229.5,216,229.5z"/>
|
|
138
|
+
<path fill="#444444" d="M216,297H67.5c-8.1,0-13.5,5.4-13.5,13.5S59.4,324,67.5,324H216c8.1,0,13.5-5.4,13.5-13.5S224.1,297,216,297z"/>
|
|
139
|
+
<path fill="#444444" d="M391.5,0H324c-8.1,0-13.5,5.4-13.5,13.5S315.9,27,324,27h67.5c8.1,0,13.5,5.4,13.5,13.5V567H27V40.5 C27,32.4,32.4,27,40.5,27h216v499.5c0,8.1,5.4,13.5,13.5,13.5s13.5-5.4,13.5-13.5v-513C283.5,5.4,278.1,0,270,0H40.5 C17.5,0,0,17.5,0,40.5v540c0,8.1,5.4,13.5,13.5,13.5h405c8.1,0,13.5-5.4,13.5-13.5v-540C432,17.5,414.5,0,391.5,0z"/>
|
|
140
|
+
<path fill="#444444" d="M364.5,94.5H324c-8.1,0-13.5,5.4-13.5,13.5c0,8.1,5.4,13.5,13.5,13.5h40.5c8.1,0,13.5-5.4,13.5-13.5 C378,99.9,372.6,94.5,364.5,94.5z"/>
|
|
141
|
+
<path fill="#444444" d="M216,432H67.5c-8.1,0-13.5,5.4-13.5,13.5V513c0,8.1,5.4,13.5,13.5,13.5H216c8.1,0,13.5-5.4,13.5-13.5v-67.5 C229.5,437.4,224.1,432,216,432z M81,499.5V459h121.5v40.5H81z"/>
|
|
142
|
+
</svg>`,
|
|
143
|
+
Stairs: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 432 448.5">
|
|
144
|
+
<path fill="#444444" d="M432,243.3h-81.7v33.1h-72.2v33.1h-72.2v33.1h-72.2v33.1H61.5v33.1H0v39.7h101.2v-33.1h72.2v-33.1h72.2v-33.1h72.2v-33.1 h72.2V283H432L432,243.3"/>
|
|
145
|
+
<path fill="#444444" d="M99.9,109.3c12,0,21.8-9.7,21.8-21.8c0-12-9.8-21.8-21.8-21.8c-12,0-21.8,9.7-21.8,21.8C78.1,99.6,87.9,109.3,99.9,109.3"/>
|
|
146
|
+
<path fill="#444444" d="M179.4,299.8l-56.5-47.4l11.7-82.9c12.5,14.8,20.7,33.4,22.7,53.8l17.8-4.8c-0.9-32.2-14.2-61.3-35.3-82.6 c-14.4-14.5-32.9-19.2-45.9-20.6c-0.1,0-0.2,0-0.3,0c-1.6,0-2.9,1.2-3.2,2.7c-6.5,34.7-27.7,64.2-56.9,81.9l9.3,16.1 c15.6-6.6,29.5-16.4,40.9-28.6v177.3H107l10.4-73.7l57.7,33.3L179.4,299.8"/>
|
|
147
|
+
<path fill="#444444" d="M294.1,43.6c12,0,21.8-9.8,21.8-21.8c0-12-9.8-21.8-21.8-21.8c-12,0-21.8,9.8-21.8,21.8C272.3,33.8,282.1,43.6,294.1,43.6" />
|
|
148
|
+
<path fill="#444444" d="M337.2,154.3l-41.8-24.1l3.9-20c1.4-7.5,2.2-15.2,2.2-23.1c0-12-1.8-23.7-5-34.6c-0.4-1.4-1.7-2.4-3.1-2.4c0,0-0.1,0-0.1,0 c-46.7,1.6-84.1,40-84.1,87.1c0,2.3,0.1,4.6,0.3,6.9l18.3,3.2c0-0.5,0-0.9,0-1.4c0-19.5,8.6-36.9,22.3-48.7l-10.5,201.1h23.3 l24.9-128l23,10.7L294.9,240l16.6,16.6l34.6-74.3c1.3-2.8,2-5.9,2-9.2C348.1,165.1,343.8,158,337.2,154.3"/>
|
|
149
|
+
</svg>`,
|
|
150
|
+
ChargingStation: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 432 627.4">
|
|
151
|
+
<polygon fill="#444444" points="314.4,282.1 133.8,467.8 188.6,334.2 114.9,334.2 225.6,148.6 314.4,148.6 236.7,282.1 "/>
|
|
152
|
+
<path fill="#444444" d="M374.2,0H63.3C28.4,0.1,0.1,28.4,0,63.3v503.6c0,32.8,30.1,60.5,62.6,60.5h309.2c33.3,0,60.3-27,60.3-60.3V374.2l0,0V57.8 C432,25.9,406.1,0,374.2,0z M220.3,600.4c-8.3,0.2-15.2-6.4-15.4-14.7c0-0.2,0-0.5,0-0.7c0.1-8.5,6.9-15.3,15.4-15.4 c8.3-0.2,15.2,6.4,15.4,14.7c0,0.2,0,0.5,0,0.7C235.4,593.8,229.1,600.4,220.3,600.4z M391.1,544.8H44v-465h346.7v294.4l0.4,55 V544.8z"/>
|
|
153
|
+
</svg>`,
|
|
154
|
+
WheelChair: `<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 432 492.2">
|
|
155
|
+
<path fill="#444444" d="M134.7,80.1l9.5,103h104.6v33.3H146.6l3.2,30.9h147.4l66.6,157l56.3-23.8l11.9,27l-84,36.4l-69.7-163.3H118.9l-19-221.9 c-3.2-5.5-4.7-11.9-4.7-18.2C95.1,18.2,112.5,0,134.7,0c22.2,0,40.4,18.2,40.4,40.4C175.2,61.8,156.9,80.1,134.7,80.1L134.7,80.1z" />
|
|
156
|
+
<path fill="#444444" d="M306.7,397.1c-25.3,56.3-81.6,95.1-146.6,95.1C72.1,492.2,0,420.9,0,332.1C0,268.7,37.2,214,91.1,187.9l3.2,36.5 c-36.5,22.2-61,61.8-61,107.8c0,69.8,57.1,126.8,126.8,126.8c65,0,118.1-48.3,126-110.2L306.7,397.1"/>
|
|
157
|
+
</svg>`
|
|
158
|
+
}, Ce = [
|
|
159
|
+
{
|
|
160
|
+
name: "ATM",
|
|
161
|
+
type: "atm",
|
|
162
|
+
svgCode: ht.ATM
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: "Management",
|
|
166
|
+
type: "management",
|
|
167
|
+
svgCode: ht.Management
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
name: "Kids Area",
|
|
171
|
+
type: "playarea",
|
|
172
|
+
svgCode: ht.PlayArea
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
name: "Restroom",
|
|
176
|
+
type: "restroom",
|
|
177
|
+
svgCode: ht.RestRoom
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: "Family Restroom",
|
|
181
|
+
type: "family-restroom",
|
|
182
|
+
svgCode: ht.FamilyRestRoom
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
name: "Elevator",
|
|
186
|
+
type: "elevator",
|
|
187
|
+
svgCode: ht.Elevator
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
name: "Security",
|
|
191
|
+
type: "security",
|
|
192
|
+
svgCode: ht.Security
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
name: "Escalator",
|
|
196
|
+
type: "escalator",
|
|
197
|
+
svgCode: ht.Escalator
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
name: "Child Stroller",
|
|
201
|
+
type: "child-stroller",
|
|
202
|
+
svgCode: ht.ChildStroller
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
name: "Vending Machine",
|
|
206
|
+
type: "vending-machine",
|
|
207
|
+
svgCode: ht.VendingMachine
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
name: "Stairs",
|
|
211
|
+
type: "stairs",
|
|
212
|
+
svgCode: ht.Stairs
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
name: "Charging Station",
|
|
216
|
+
type: "charging-station",
|
|
217
|
+
svgCode: ht.ChargingStation
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
name: "Wheelchair",
|
|
221
|
+
type: "wheelchair",
|
|
222
|
+
svgCode: ht.WheelChair
|
|
223
|
+
}
|
|
224
|
+
], Tn = /* @__PURE__ */ new Set([
|
|
225
|
+
"elevator",
|
|
226
|
+
"escalator"
|
|
227
|
+
]), Yt = Ce.filter(
|
|
228
|
+
(t) => !Tn.has(t.type)
|
|
229
|
+
), Sn = ht.Kiosk, zn = ht.Entrance;
|
|
230
|
+
function Pn(t) {
|
|
231
|
+
return Yt.some((e) => e.type === t);
|
|
232
|
+
}
|
|
233
|
+
function we(t) {
|
|
234
|
+
return Yt.find((e) => e.type === t) ?? Ce.find((e) => e.type === t);
|
|
235
|
+
}
|
|
236
|
+
function Kt(t) {
|
|
237
|
+
var e;
|
|
238
|
+
return t === "kiosk" ? Sn : t === "entrance" ? zn : (e = we(t)) == null ? void 0 : e.svgCode;
|
|
239
|
+
}
|
|
240
|
+
function Oe(t, e) {
|
|
241
|
+
const s = e.startsWith("#") ? e : `#${e}`;
|
|
242
|
+
return t.replace(/fill="(?!none")[^"]*"/gi, `fill="${s}"`).replace(/stroke="(?!none")[^"]*"/gi, `stroke="${s}"`);
|
|
243
|
+
}
|
|
244
|
+
function jt(t, e) {
|
|
245
|
+
const s = e ? Oe(t, e) : t;
|
|
246
|
+
return `data:image/svg+xml;charset=utf-8,${encodeURIComponent(s)}`;
|
|
247
|
+
}
|
|
248
|
+
function Rn(t) {
|
|
249
|
+
const e = Kt("entrance");
|
|
250
|
+
if (e)
|
|
251
|
+
return jt(e, t);
|
|
252
|
+
}
|
|
253
|
+
function _r() {
|
|
254
|
+
return Yt.map((t) => ({
|
|
255
|
+
value: t.type,
|
|
256
|
+
label: t.name
|
|
257
|
+
}));
|
|
258
|
+
}
|
|
259
|
+
function $r(t, e) {
|
|
260
|
+
var s;
|
|
261
|
+
return t == null ? "" : ((s = e.find((a) => a.id === t)) == null ? void 0 : s.code) ?? "";
|
|
262
|
+
}
|
|
263
|
+
function to(t, e) {
|
|
264
|
+
const s = e.find(
|
|
265
|
+
(a) => a.isActive !== !1 && a.code === t
|
|
266
|
+
);
|
|
267
|
+
return (s == null ? void 0 : s.id) ?? null;
|
|
268
|
+
}
|
|
269
|
+
function Gn(t, e, s) {
|
|
270
|
+
const a = He(t, e);
|
|
271
|
+
if (!a) return;
|
|
272
|
+
const d = Kt(a);
|
|
273
|
+
if (d)
|
|
274
|
+
return jt(d, s);
|
|
275
|
+
}
|
|
276
|
+
const Vn = "#0763b1", Wn = "#94a3b8";
|
|
277
|
+
function Dn(t) {
|
|
278
|
+
const e = (t.sourceSvgId ?? t.key).trim().toLowerCase().replace(/_/g, "-");
|
|
279
|
+
return e === "escalator" || e.startsWith("escalator-") ? "escalator" : e === "elevator" || e.startsWith("elevator-") ? "elevator" : null;
|
|
280
|
+
}
|
|
281
|
+
function Bn(t, e, s) {
|
|
282
|
+
const a = Kt(t);
|
|
283
|
+
if (!a) return;
|
|
284
|
+
const d = s != null && s.trim() ? s.trim() : e ? Vn : Wn;
|
|
285
|
+
return jt(a, d);
|
|
286
|
+
}
|
|
287
|
+
function Hn(t) {
|
|
288
|
+
const e = /* @__PURE__ */ new Set();
|
|
289
|
+
for (const s of t)
|
|
290
|
+
s.shapeId != null && s.connectorId != null && e.add(s.shapeId);
|
|
291
|
+
return e;
|
|
292
|
+
}
|
|
293
|
+
function Zn(t, e) {
|
|
294
|
+
if (t.orphanedAt) return null;
|
|
295
|
+
const s = Dn(t);
|
|
296
|
+
return !s || !e.has(t.id) ? null : s;
|
|
297
|
+
}
|
|
298
|
+
const Fn = "data:font/woff;base64,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", Xt = Fn;
|
|
299
|
+
let ie = !1;
|
|
300
|
+
function Ie() {
|
|
301
|
+
if (ie || typeof document > "u" || !("fonts" in document))
|
|
302
|
+
return;
|
|
303
|
+
ie = !0, new FontFace("Montserrat", `url(${Xt})`).load().then((e) => {
|
|
304
|
+
document.fonts.add(e);
|
|
305
|
+
});
|
|
306
|
+
}
|
|
307
|
+
Ie();
|
|
308
|
+
const Xn = 8;
|
|
309
|
+
function Un(t, e) {
|
|
310
|
+
const s = e.trim().toLowerCase();
|
|
311
|
+
return s ? t.filter((a) => `${a.label} ${a.hint ?? ""}`.toLowerCase().includes(s)) : t;
|
|
312
|
+
}
|
|
313
|
+
function qn(t, e) {
|
|
314
|
+
return e ?? t >= Xn;
|
|
315
|
+
}
|
|
316
|
+
function ae() {
|
|
317
|
+
return /* @__PURE__ */ T(
|
|
318
|
+
"svg",
|
|
319
|
+
{
|
|
320
|
+
className: "eyeon-map-select__chevron",
|
|
321
|
+
width: "12",
|
|
322
|
+
height: "12",
|
|
323
|
+
viewBox: "0 0 12 12",
|
|
324
|
+
"aria-hidden": !0,
|
|
325
|
+
children: /* @__PURE__ */ T(
|
|
326
|
+
"path",
|
|
327
|
+
{
|
|
328
|
+
d: "M2.5 4.5 6 8l3.5-3.5",
|
|
329
|
+
fill: "none",
|
|
330
|
+
stroke: "currentColor",
|
|
331
|
+
strokeWidth: "1.5",
|
|
332
|
+
strokeLinecap: "round",
|
|
333
|
+
strokeLinejoin: "round"
|
|
334
|
+
}
|
|
335
|
+
)
|
|
336
|
+
}
|
|
337
|
+
);
|
|
338
|
+
}
|
|
339
|
+
function le({
|
|
340
|
+
value: t,
|
|
341
|
+
options: e,
|
|
342
|
+
onChange: s,
|
|
343
|
+
disabled: a = !1,
|
|
344
|
+
placeholder: d = "Select…",
|
|
345
|
+
searchable: m,
|
|
346
|
+
ariaLabel: b
|
|
90
347
|
}) {
|
|
91
|
-
const
|
|
92
|
-
() =>
|
|
93
|
-
[
|
|
94
|
-
),
|
|
95
|
-
|
|
96
|
-
}, []),
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
348
|
+
const Q = Re(), x = at(null), z = at(null), G = at(null), k = at(null), Z = at(null), [V, B] = dt(!1), [w, L] = dt(""), [M, U] = dt(0), [c, p] = dt(null), I = qn(e.length, m), u = e.find((E) => E.value === t), N = ot(
|
|
349
|
+
() => Un(e, I && V ? w : ""),
|
|
350
|
+
[V, e, w, I]
|
|
351
|
+
), O = mt(() => {
|
|
352
|
+
B(!1), L(""), U(0);
|
|
353
|
+
}, []), D = mt(
|
|
354
|
+
(E) => {
|
|
355
|
+
s(E), O();
|
|
356
|
+
},
|
|
357
|
+
[O, s]
|
|
358
|
+
), Y = mt(() => {
|
|
359
|
+
const E = z.current ?? G.current;
|
|
360
|
+
if (!E) return;
|
|
361
|
+
const q = E.getBoundingClientRect(), $ = window.innerHeight - q.bottom - 8, K = q.top - 8, l = Math.min(280, Math.max($, K, 120)), H = $ < 160 && K > $;
|
|
362
|
+
p({
|
|
363
|
+
top: H ? Math.max(8, q.top - l - 4) : q.bottom + 4,
|
|
364
|
+
left: q.left,
|
|
365
|
+
width: Math.max(q.width, 160),
|
|
366
|
+
maxHeight: l
|
|
105
367
|
});
|
|
106
368
|
}, []);
|
|
107
|
-
|
|
108
|
-
if (!
|
|
109
|
-
|
|
369
|
+
lt(() => {
|
|
370
|
+
if (!V) {
|
|
371
|
+
p(null);
|
|
110
372
|
return;
|
|
111
373
|
}
|
|
112
|
-
|
|
113
|
-
const
|
|
114
|
-
var
|
|
115
|
-
const
|
|
116
|
-
(
|
|
117
|
-
},
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
374
|
+
Y();
|
|
375
|
+
const E = (K) => {
|
|
376
|
+
var H, _;
|
|
377
|
+
const l = K.target;
|
|
378
|
+
(H = x.current) != null && H.contains(l) || (_ = k.current) != null && _.contains(l) || O();
|
|
379
|
+
}, q = (K) => {
|
|
380
|
+
var l;
|
|
381
|
+
K.key === "Escape" && (O(), (l = I ? Z.current : G.current) == null || l.blur());
|
|
382
|
+
}, $ = () => Y();
|
|
383
|
+
return document.addEventListener("mousedown", E), document.addEventListener("keydown", q), window.addEventListener("resize", $), window.addEventListener("scroll", $, !0), () => {
|
|
384
|
+
document.removeEventListener("mousedown", E), document.removeEventListener("keydown", q), window.removeEventListener("resize", $), window.removeEventListener("scroll", $, !0);
|
|
122
385
|
};
|
|
123
|
-
}, [O,
|
|
124
|
-
!
|
|
125
|
-
var
|
|
126
|
-
return (
|
|
386
|
+
}, [O, V, Y, I]), lt(() => {
|
|
387
|
+
!V || !I || requestAnimationFrame(() => {
|
|
388
|
+
var E;
|
|
389
|
+
return (E = Z.current) == null ? void 0 : E.focus();
|
|
127
390
|
});
|
|
128
|
-
}, [
|
|
129
|
-
|
|
130
|
-
|
|
391
|
+
}, [V, I]), lt(() => {
|
|
392
|
+
U(0);
|
|
393
|
+
}, [w, N.length]);
|
|
394
|
+
const tt = (E) => {
|
|
395
|
+
N.length !== 0 && U((q) => (q + E + N.length) % N.length);
|
|
396
|
+
}, F = (E) => {
|
|
397
|
+
if (E.key === "ArrowDown") {
|
|
398
|
+
E.preventDefault(), V ? tt(1) : B(!0);
|
|
399
|
+
return;
|
|
400
|
+
}
|
|
401
|
+
if (E.key === "ArrowUp") {
|
|
402
|
+
E.preventDefault(), V ? tt(-1) : B(!0);
|
|
403
|
+
return;
|
|
404
|
+
}
|
|
405
|
+
if (E.key === "Enter") {
|
|
406
|
+
E.preventDefault();
|
|
407
|
+
const q = N[M];
|
|
408
|
+
V && q ? D(q.value) : B(!0);
|
|
409
|
+
}
|
|
410
|
+
}, J = V && c && !a ? En(
|
|
411
|
+
/* @__PURE__ */ T(
|
|
131
412
|
"div",
|
|
132
413
|
{
|
|
133
414
|
ref: k,
|
|
415
|
+
id: Q,
|
|
134
416
|
className: "eyeon-map-select__menu",
|
|
135
417
|
role: "listbox",
|
|
136
|
-
"aria-label":
|
|
418
|
+
"aria-label": b,
|
|
137
419
|
style: {
|
|
138
|
-
top:
|
|
139
|
-
left:
|
|
140
|
-
width:
|
|
141
|
-
maxHeight:
|
|
420
|
+
top: c.top,
|
|
421
|
+
left: c.left,
|
|
422
|
+
width: c.width,
|
|
423
|
+
maxHeight: c.maxHeight
|
|
424
|
+
},
|
|
425
|
+
children: /* @__PURE__ */ T("ul", { className: "eyeon-map-select__list", children: N.length === 0 ? /* @__PURE__ */ T("li", { className: "eyeon-map-select__empty", children: "No matches" }) : N.map((E, q) => {
|
|
426
|
+
const $ = E.value === t, K = q === M;
|
|
427
|
+
return /* @__PURE__ */ T(
|
|
428
|
+
"li",
|
|
429
|
+
{
|
|
430
|
+
id: `${Q}-${E.value}`,
|
|
431
|
+
role: "option",
|
|
432
|
+
"aria-selected": $,
|
|
433
|
+
children: /* @__PURE__ */ ct(
|
|
434
|
+
"button",
|
|
435
|
+
{
|
|
436
|
+
type: "button",
|
|
437
|
+
className: [
|
|
438
|
+
"eyeon-map-select__option",
|
|
439
|
+
$ ? "is-active" : "",
|
|
440
|
+
K ? "is-highlight" : ""
|
|
441
|
+
].filter(Boolean).join(" "),
|
|
442
|
+
onMouseDown: (l) => l.preventDefault(),
|
|
443
|
+
onMouseEnter: () => U(q),
|
|
444
|
+
onClick: () => D(E.value),
|
|
445
|
+
children: [
|
|
446
|
+
E.iconUrl ? /* @__PURE__ */ T(
|
|
447
|
+
"img",
|
|
448
|
+
{
|
|
449
|
+
className: E.iconMuted ? "eyeon-map-select__option-icon is-muted" : "eyeon-map-select__option-icon",
|
|
450
|
+
src: E.iconUrl,
|
|
451
|
+
alt: ""
|
|
452
|
+
}
|
|
453
|
+
) : null,
|
|
454
|
+
/* @__PURE__ */ ct("span", { className: "eyeon-map-select__option-copy", children: [
|
|
455
|
+
/* @__PURE__ */ T("span", { children: E.label }),
|
|
456
|
+
E.hint ? /* @__PURE__ */ T("span", { className: "eyeon-map-select__option-hint", children: E.hint }) : null
|
|
457
|
+
] })
|
|
458
|
+
]
|
|
459
|
+
}
|
|
460
|
+
)
|
|
461
|
+
},
|
|
462
|
+
E.value
|
|
463
|
+
);
|
|
464
|
+
}) })
|
|
465
|
+
}
|
|
466
|
+
),
|
|
467
|
+
document.body
|
|
468
|
+
) : null;
|
|
469
|
+
return /* @__PURE__ */ ct("div", { ref: x, className: "eyeon-map-select", children: [
|
|
470
|
+
I ? /* @__PURE__ */ ct(
|
|
471
|
+
"div",
|
|
472
|
+
{
|
|
473
|
+
ref: z,
|
|
474
|
+
className: V ? "eyeon-map-select__trigger is-open" : "eyeon-map-select__trigger",
|
|
475
|
+
onMouseDown: (E) => {
|
|
476
|
+
var $;
|
|
477
|
+
if (a) return;
|
|
478
|
+
const q = E.target;
|
|
479
|
+
q.closest(".eyeon-map-select__chevron-btn") || (q !== Z.current && (E.preventDefault(), ($ = Z.current) == null || $.focus()), V || B(!0));
|
|
142
480
|
},
|
|
143
481
|
children: [
|
|
144
|
-
|
|
482
|
+
/* @__PURE__ */ T(
|
|
145
483
|
"input",
|
|
146
484
|
{
|
|
147
|
-
ref:
|
|
148
|
-
className: "eyeon-map-
|
|
149
|
-
type: "
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"aria-
|
|
153
|
-
|
|
154
|
-
|
|
485
|
+
ref: Z,
|
|
486
|
+
className: "eyeon-map-select__input",
|
|
487
|
+
type: "text",
|
|
488
|
+
role: "combobox",
|
|
489
|
+
"aria-label": b,
|
|
490
|
+
"aria-expanded": V,
|
|
491
|
+
"aria-haspopup": "listbox",
|
|
492
|
+
"aria-controls": Q,
|
|
493
|
+
"aria-autocomplete": "list",
|
|
494
|
+
"aria-activedescendant": V && N[M] ? `${Q}-${N[M].value}` : void 0,
|
|
495
|
+
disabled: a,
|
|
496
|
+
placeholder: d,
|
|
497
|
+
value: V ? w : (u == null ? void 0 : u.label) ?? "",
|
|
498
|
+
onChange: (E) => {
|
|
499
|
+
L(E.target.value), V || B(!0);
|
|
500
|
+
},
|
|
501
|
+
onFocus: () => {
|
|
502
|
+
a || B(!0);
|
|
503
|
+
},
|
|
504
|
+
onKeyDown: F
|
|
155
505
|
}
|
|
156
|
-
)
|
|
157
|
-
/* @__PURE__ */
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"button",
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
|
|
506
|
+
),
|
|
507
|
+
/* @__PURE__ */ T(
|
|
508
|
+
"button",
|
|
509
|
+
{
|
|
510
|
+
type: "button",
|
|
511
|
+
className: "eyeon-map-select__chevron-btn",
|
|
512
|
+
tabIndex: -1,
|
|
513
|
+
"aria-hidden": !0,
|
|
514
|
+
disabled: a,
|
|
515
|
+
onMouseDown: (E) => E.preventDefault(),
|
|
516
|
+
onClick: () => {
|
|
517
|
+
a || B((E) => !E);
|
|
518
|
+
},
|
|
519
|
+
children: /* @__PURE__ */ T(ae, {})
|
|
520
|
+
}
|
|
521
|
+
)
|
|
172
522
|
]
|
|
173
523
|
}
|
|
174
|
-
)
|
|
175
|
-
document.body
|
|
176
|
-
) : null;
|
|
177
|
-
return /* @__PURE__ */ te("div", { ref: W, className: "eyeon-map-select", children: [
|
|
178
|
-
/* @__PURE__ */ te(
|
|
524
|
+
) : /* @__PURE__ */ ct(
|
|
179
525
|
"button",
|
|
180
526
|
{
|
|
181
|
-
ref:
|
|
527
|
+
ref: G,
|
|
182
528
|
type: "button",
|
|
183
529
|
className: "eyeon-map-select__trigger",
|
|
184
|
-
"aria-label":
|
|
185
|
-
"aria-expanded":
|
|
530
|
+
"aria-label": b,
|
|
531
|
+
"aria-expanded": V,
|
|
186
532
|
"aria-haspopup": "listbox",
|
|
187
|
-
disabled:
|
|
533
|
+
disabled: a,
|
|
188
534
|
onClick: () => {
|
|
189
|
-
|
|
535
|
+
a || B((E) => !E);
|
|
190
536
|
},
|
|
191
537
|
children: [
|
|
192
|
-
/* @__PURE__ */
|
|
193
|
-
|
|
194
|
-
"svg",
|
|
538
|
+
/* @__PURE__ */ ct(
|
|
539
|
+
"span",
|
|
195
540
|
{
|
|
196
|
-
className: "eyeon-map-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
541
|
+
className: u ? "eyeon-map-select__value" : "eyeon-map-select__placeholder",
|
|
542
|
+
children: [
|
|
543
|
+
u != null && u.iconUrl ? /* @__PURE__ */ T(
|
|
544
|
+
"img",
|
|
545
|
+
{
|
|
546
|
+
className: u.iconMuted ? "eyeon-map-select__option-icon is-muted" : "eyeon-map-select__option-icon",
|
|
547
|
+
src: u.iconUrl,
|
|
548
|
+
alt: ""
|
|
549
|
+
}
|
|
550
|
+
) : null,
|
|
551
|
+
(u == null ? void 0 : u.label) ?? d
|
|
552
|
+
]
|
|
553
|
+
}
|
|
554
|
+
),
|
|
555
|
+
/* @__PURE__ */ T(ae, {})
|
|
556
|
+
]
|
|
557
|
+
}
|
|
558
|
+
),
|
|
559
|
+
J
|
|
560
|
+
] });
|
|
561
|
+
}
|
|
562
|
+
function Qt(t) {
|
|
563
|
+
if (t.length < 3) return null;
|
|
564
|
+
const e = new rt.Shape();
|
|
565
|
+
e.moveTo(t[0].x, t[0].y);
|
|
566
|
+
for (let s = 1; s < t.length; s++)
|
|
567
|
+
e.lineTo(t[s].x, t[s].y);
|
|
568
|
+
return e.closePath(), e;
|
|
569
|
+
}
|
|
570
|
+
function Yn(t) {
|
|
571
|
+
if (t.length < 3) return null;
|
|
572
|
+
const e = new rt.Path();
|
|
573
|
+
e.moveTo(t[0].x, t[0].y);
|
|
574
|
+
for (let s = 1; s < t.length; s++)
|
|
575
|
+
e.lineTo(t[s].x, t[s].y);
|
|
576
|
+
return e.closePath(), e;
|
|
577
|
+
}
|
|
578
|
+
function Kn(t, e) {
|
|
579
|
+
const s = Qt(t);
|
|
580
|
+
if (!s) return null;
|
|
581
|
+
for (const a of Ze(t, e)) {
|
|
582
|
+
const d = Yn(a);
|
|
583
|
+
d && s.holes.push(d);
|
|
584
|
+
}
|
|
585
|
+
return s;
|
|
586
|
+
}
|
|
587
|
+
function ue() {
|
|
588
|
+
}
|
|
589
|
+
function jn(t) {
|
|
590
|
+
const s = Math.max(48, Math.round(256 * Math.max(t, 0.2))), a = document.createElement("canvas");
|
|
591
|
+
a.width = s, a.height = 256;
|
|
592
|
+
const d = a.getContext("2d");
|
|
593
|
+
if (!d) return new rt.CanvasTexture(a);
|
|
594
|
+
d.clearRect(0, 0, s, 256);
|
|
595
|
+
const m = Math.min(s, 256) * 0.14;
|
|
596
|
+
d.strokeStyle = qe, d.globalAlpha = 0.82, d.lineWidth = Math.max(5, Math.min(s, 256) * 0.045), d.lineCap = "round", d.beginPath(), d.moveTo(m, m), d.lineTo(s - m, 256 - m), d.moveTo(s - m, m), d.lineTo(m, 256 - m), d.stroke();
|
|
597
|
+
const b = new rt.CanvasTexture(a);
|
|
598
|
+
return b.colorSpace = rt.SRGBColorSpace, b.anisotropy = 4, b.needsUpdate = !0, b;
|
|
599
|
+
}
|
|
600
|
+
function Qn({ polygon: t }) {
|
|
601
|
+
const e = ot(() => Qt(t), [t]), s = ot(() => Fe(t), [t]), a = Math.max(8, Jn(s)), d = ot(() => {
|
|
602
|
+
if (t.length < 2) return null;
|
|
603
|
+
const b = t[0], Q = [
|
|
604
|
+
...t.map((k) => new rt.Vector3(k.x, k.y, 0.05)),
|
|
605
|
+
new rt.Vector3(b.x, b.y, 0.05)
|
|
606
|
+
], x = new rt.BufferGeometry().setFromPoints(Q), z = new rt.LineDashedMaterial({
|
|
607
|
+
color: Xe,
|
|
608
|
+
dashSize: a,
|
|
609
|
+
gapSize: a * 0.65
|
|
610
|
+
}), G = new rt.Line(x, z);
|
|
611
|
+
return G.renderOrder = 8, G.computeLineDistances(), G.raycast = ue, G;
|
|
612
|
+
}, [a, t]);
|
|
613
|
+
lt(
|
|
614
|
+
() => () => {
|
|
615
|
+
if (!d) return;
|
|
616
|
+
d.geometry.dispose();
|
|
617
|
+
const b = d.material;
|
|
618
|
+
Array.isArray(b) ? b.forEach((Q) => Q.dispose()) : b.dispose();
|
|
619
|
+
},
|
|
620
|
+
[d]
|
|
621
|
+
);
|
|
622
|
+
const m = ot(() => {
|
|
623
|
+
const b = Math.max(s.maxX - s.minX, 1), Q = Math.max(s.maxY - s.minY, 1);
|
|
624
|
+
return jn(b / Q);
|
|
625
|
+
}, [s]);
|
|
626
|
+
return lt(() => () => m.dispose(), [m]), !e || !d ? null : /* @__PURE__ */ ct("group", { children: [
|
|
627
|
+
/* @__PURE__ */ ct(
|
|
628
|
+
"mesh",
|
|
629
|
+
{
|
|
630
|
+
position: [0, 0, 0.02],
|
|
631
|
+
renderOrder: 6,
|
|
632
|
+
onClick: (b) => b.stopPropagation(),
|
|
633
|
+
onPointerDown: (b) => b.stopPropagation(),
|
|
634
|
+
children: [
|
|
635
|
+
/* @__PURE__ */ T("shapeGeometry", { args: [e] }),
|
|
636
|
+
/* @__PURE__ */ T(
|
|
637
|
+
"meshBasicMaterial",
|
|
638
|
+
{
|
|
639
|
+
color: Ue,
|
|
640
|
+
side: rt.DoubleSide,
|
|
641
|
+
depthWrite: !1
|
|
212
642
|
}
|
|
213
643
|
)
|
|
214
644
|
]
|
|
215
645
|
}
|
|
216
646
|
),
|
|
217
|
-
|
|
647
|
+
/* @__PURE__ */ ct("mesh", { position: [0, 0, 0.03], renderOrder: 7, raycast: ue, children: [
|
|
648
|
+
/* @__PURE__ */ T("shapeGeometry", { args: [e] }),
|
|
649
|
+
/* @__PURE__ */ T(
|
|
650
|
+
"meshBasicMaterial",
|
|
651
|
+
{
|
|
652
|
+
map: m,
|
|
653
|
+
transparent: !0,
|
|
654
|
+
depthWrite: !1,
|
|
655
|
+
side: rt.DoubleSide,
|
|
656
|
+
toneMapped: !1
|
|
657
|
+
}
|
|
658
|
+
)
|
|
659
|
+
] }),
|
|
660
|
+
d ? /* @__PURE__ */ T("primitive", { object: d }) : null
|
|
218
661
|
] });
|
|
219
662
|
}
|
|
220
|
-
function
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
663
|
+
function Jn(t) {
|
|
664
|
+
const e = Math.min(t.maxX - t.minX, t.maxY - t.minY);
|
|
665
|
+
return Math.min(18, Math.max(7, e * 0.08));
|
|
666
|
+
}
|
|
667
|
+
function _n({
|
|
668
|
+
polygons: t
|
|
669
|
+
}) {
|
|
670
|
+
return t.length === 0 ? null : /* @__PURE__ */ T("group", { children: t.map((e, s) => /* @__PURE__ */ T(Qn, { polygon: e }, `opening-void-${s}`)) });
|
|
671
|
+
}
|
|
672
|
+
const $n = [
|
|
673
|
+
"unit",
|
|
674
|
+
"amenity",
|
|
675
|
+
"kiosk_screen",
|
|
676
|
+
"connector",
|
|
677
|
+
"entrance",
|
|
678
|
+
"parking_zone"
|
|
679
|
+
];
|
|
680
|
+
function Jt(t) {
|
|
681
|
+
return $n.includes(t);
|
|
682
|
+
}
|
|
683
|
+
function tr(t, e, s) {
|
|
684
|
+
return e === t || s.includes(t);
|
|
685
|
+
}
|
|
686
|
+
function er(t, e) {
|
|
687
|
+
return e ?? t ?? null;
|
|
688
|
+
}
|
|
689
|
+
function nr(t) {
|
|
690
|
+
return Jt(t) ? "pointer" : "";
|
|
691
|
+
}
|
|
692
|
+
function Wt(t, e) {
|
|
693
|
+
t && t.classList.toggle("is-hover-shape", e === "pointer");
|
|
694
|
+
}
|
|
695
|
+
function rr(t, e, s) {
|
|
696
|
+
return !s || !Jt(t) ? e : e < 0.08 ? 0.28 : e;
|
|
697
|
+
}
|
|
698
|
+
function fe(t) {
|
|
699
|
+
const e = t.replace("#", "").trim();
|
|
700
|
+
if (e.length === 3)
|
|
701
|
+
return [
|
|
702
|
+
parseInt(e[0] + e[0], 16),
|
|
703
|
+
parseInt(e[1] + e[1], 16),
|
|
704
|
+
parseInt(e[2] + e[2], 16)
|
|
705
|
+
];
|
|
706
|
+
if (e.length !== 6) return null;
|
|
707
|
+
const s = parseInt(e.slice(0, 2), 16), a = parseInt(e.slice(2, 4), 16), d = parseInt(e.slice(4, 6), 16);
|
|
708
|
+
return [s, a, d].some((m) => Number.isNaN(m)) ? null : [s, a, d];
|
|
709
|
+
}
|
|
710
|
+
function or(t, e, s) {
|
|
711
|
+
const a = (d) => Math.max(0, Math.min(255, Math.round(d))).toString(16).padStart(2, "0");
|
|
712
|
+
return `#${a(t)}${a(e)}${a(s)}`;
|
|
713
|
+
}
|
|
714
|
+
function cr(t, e, s, a = 0.2) {
|
|
715
|
+
if (!s) return t;
|
|
716
|
+
const d = fe(t), m = fe(e);
|
|
717
|
+
return !d || !m ? t : or(
|
|
718
|
+
d[0] + (m[0] - d[0]) * a,
|
|
719
|
+
d[1] + (m[1] - d[1]) * a,
|
|
720
|
+
d[2] + (m[2] - d[2]) * a
|
|
721
|
+
);
|
|
722
|
+
}
|
|
723
|
+
const de = 5;
|
|
724
|
+
function sr(t, e) {
|
|
725
|
+
if ((e.button ?? 0) !== 0) return !1;
|
|
726
|
+
if (!t) return !0;
|
|
727
|
+
const s = e.x - t.x, a = e.y - t.y;
|
|
728
|
+
return s * s + a * a <= de * de;
|
|
729
|
+
}
|
|
730
|
+
function ir(t, e, s, a) {
|
|
731
|
+
if (t === "walkable") return e.WALKABLE_COLOR;
|
|
732
|
+
if (t === "unit")
|
|
733
|
+
return ne(a, e.STORE_DEFAULT_COLOR);
|
|
734
|
+
if (t === "connector" && (a != null && a.bgColor))
|
|
735
|
+
return ne(a, s || "#e2e8f0");
|
|
736
|
+
if (s) return s;
|
|
737
|
+
switch (t) {
|
|
226
738
|
case "wall":
|
|
227
739
|
case "boundary":
|
|
228
|
-
return
|
|
740
|
+
return e.WALL_COLOR;
|
|
229
741
|
case "parking_zone":
|
|
230
|
-
return
|
|
742
|
+
return e.PARKING_ZONE_COLOR;
|
|
231
743
|
case "green_area":
|
|
232
|
-
return
|
|
744
|
+
return e.GREEN_AREA_COLOR;
|
|
233
745
|
case "water":
|
|
234
|
-
return
|
|
746
|
+
return e.WATER_COLOR;
|
|
235
747
|
case "floorplate":
|
|
236
|
-
return
|
|
748
|
+
return e.BASE_COLOR;
|
|
237
749
|
case "void":
|
|
238
750
|
return "#00000000";
|
|
239
751
|
default:
|
|
240
752
|
return "#e2e8f0";
|
|
241
753
|
}
|
|
242
754
|
}
|
|
243
|
-
function
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}
|
|
251
|
-
function _t({
|
|
252
|
-
level: l,
|
|
253
|
-
theme: i,
|
|
254
|
-
is3d: M,
|
|
255
|
-
selectedRetailerId: I,
|
|
256
|
-
onSelectShape: N,
|
|
257
|
-
interactiveOnly: h = !1
|
|
755
|
+
function ar(t) {
|
|
756
|
+
return Qt(t);
|
|
757
|
+
}
|
|
758
|
+
function lr({
|
|
759
|
+
shape: t,
|
|
760
|
+
extrude: e,
|
|
761
|
+
color: s
|
|
258
762
|
}) {
|
|
259
|
-
const
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
763
|
+
const a = ot(
|
|
764
|
+
() => e > 0 ? new rt.ExtrudeGeometry(t, {
|
|
765
|
+
depth: e,
|
|
766
|
+
bevelEnabled: !1
|
|
767
|
+
}) : new rt.ShapeGeometry(t),
|
|
768
|
+
[e, t]
|
|
769
|
+
);
|
|
770
|
+
return lt(() => () => a.dispose(), [a]), /* @__PURE__ */ ct("lineSegments", { renderOrder: 40, children: [
|
|
771
|
+
/* @__PURE__ */ T("edgesGeometry", { args: [a] }),
|
|
772
|
+
/* @__PURE__ */ T("lineBasicMaterial", { color: s, depthTest: !1 })
|
|
773
|
+
] });
|
|
774
|
+
}
|
|
775
|
+
function ur({
|
|
776
|
+
level: t,
|
|
777
|
+
theme: e,
|
|
778
|
+
is3d: s,
|
|
779
|
+
onSelectShape: a,
|
|
780
|
+
selectedShapeIds: d = [],
|
|
781
|
+
hoveredShapeId: m = null,
|
|
782
|
+
eventSource: b,
|
|
783
|
+
interactiveOnly: Q = !1,
|
|
784
|
+
imageProxyUrl: x = null,
|
|
785
|
+
amenities: z = []
|
|
786
|
+
}) {
|
|
787
|
+
const [G, k] = dt(null), Z = er(
|
|
788
|
+
m,
|
|
789
|
+
G
|
|
790
|
+
);
|
|
791
|
+
lt(
|
|
792
|
+
() => () => Wt(b == null ? void 0 : b.current, ""),
|
|
793
|
+
[b]
|
|
794
|
+
);
|
|
795
|
+
const V = ot(() => Ye(t), [t]), B = ot(() => t.shapes.filter((c) => c.kind !== "void").filter((c) => {
|
|
796
|
+
var p, I;
|
|
797
|
+
return !(c.kind === "label" && ((I = (p = c.label) == null ? void 0 : p.text) != null && I.trim()));
|
|
798
|
+
}).filter((c) => !zt(c)).filter(
|
|
799
|
+
(c) => {
|
|
800
|
+
var p, I;
|
|
801
|
+
return !Q || Ke.includes(c.kind) || c.kind === "label" && !!((I = (p = c.label) == null ? void 0 : p.text) != null && I.trim()) || c.kind === "walkable" && !Me(c.sourceSvgId);
|
|
266
802
|
}
|
|
267
|
-
).filter((
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
803
|
+
).filter((c) => !c.orphanedAt).map((c) => {
|
|
804
|
+
const p = c.kind === "unit" ? e.STORE_RADIUS : 0, I = je(c.kind) && V.length > 0, N = c.geometry.polygons.map(
|
|
805
|
+
(Y) => p > 0 ? Qe(Y, p) : Y
|
|
806
|
+
).map(
|
|
807
|
+
(Y) => I ? Kn(Y, V) : ar(Y)
|
|
808
|
+
).filter((Y) => Y != null);
|
|
809
|
+
if (N.length === 0) return null;
|
|
810
|
+
const O = ir(
|
|
811
|
+
c.kind,
|
|
812
|
+
e,
|
|
813
|
+
c.style.fill,
|
|
814
|
+
c.assignment
|
|
815
|
+
), D = s && (c.kind === "unit" || c.kind === "wall") ? c.style.extrudeHeight ?? (c.kind === "unit" ? e.STORE_HEIGHT : 2) : 0;
|
|
816
|
+
return { shape: c, threeShapes: N, color: O, extrude: D };
|
|
817
|
+
}).filter(Boolean), [t, e, s, Q, V]), w = ot(
|
|
818
|
+
() => t.shapes.filter(
|
|
819
|
+
(c) => {
|
|
820
|
+
var p, I;
|
|
821
|
+
return !c.orphanedAt && c.kind === "label" && !!((I = (p = c.label) == null ? void 0 : p.text) != null && I.trim());
|
|
280
822
|
}
|
|
281
823
|
),
|
|
282
|
-
[
|
|
283
|
-
)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
824
|
+
[t.shapes]
|
|
825
|
+
), L = ot(
|
|
826
|
+
() => t.shapes.filter((c) => !c.orphanedAt && zt(c)),
|
|
827
|
+
[t.shapes]
|
|
828
|
+
), M = ot(
|
|
829
|
+
() => t.shapes.filter(
|
|
830
|
+
(c) => !c.orphanedAt && c.kind !== "label" && !zt(c) && Je(c.assignment, c.label)
|
|
831
|
+
),
|
|
832
|
+
[t.shapes]
|
|
833
|
+
), U = ot(() => {
|
|
834
|
+
const c = Hn(t.anchors);
|
|
835
|
+
return t.shapes.flatMap((p) => {
|
|
836
|
+
const I = Zn(p, c);
|
|
837
|
+
if (!I) return [];
|
|
838
|
+
const u = _e(p), N = Bn(I, !0, u.iconColor);
|
|
839
|
+
if (!N) return [];
|
|
840
|
+
const O = Ot(p.geometry);
|
|
841
|
+
return [
|
|
842
|
+
{
|
|
843
|
+
shape: p,
|
|
844
|
+
url: N,
|
|
845
|
+
width: u.size,
|
|
846
|
+
rotation: u.rotate * Math.PI / 180,
|
|
847
|
+
x: (O.minX + O.maxX) / 2 + u.offsetX,
|
|
848
|
+
y: (O.minY + O.maxY) / 2 + u.offsetY
|
|
849
|
+
}
|
|
850
|
+
];
|
|
851
|
+
});
|
|
852
|
+
}, [t.anchors, t.shapes]);
|
|
853
|
+
return /* @__PURE__ */ ct("group", { children: [
|
|
854
|
+
w.map((c) => {
|
|
855
|
+
const p = Ot(c.geometry), I = ee(c.label.align), u = (p.minX + p.maxX) / 2, N = (p.minY + p.maxY) / 2, O = (c.label.rotate ?? 0) * Math.PI / 180;
|
|
856
|
+
return /* @__PURE__ */ T(
|
|
857
|
+
"group",
|
|
858
|
+
{
|
|
859
|
+
position: [u, N, 0.15],
|
|
860
|
+
rotation: [0, 0, O],
|
|
861
|
+
children: /* @__PURE__ */ T(
|
|
862
|
+
ce,
|
|
863
|
+
{
|
|
864
|
+
font: Xt,
|
|
865
|
+
position: [$e(p, I) - u, 0, 0],
|
|
866
|
+
fontSize: c.label.size ?? 24,
|
|
867
|
+
color: c.label.color ?? e.STORE_TEXT_COLOR,
|
|
868
|
+
anchorX: I,
|
|
869
|
+
anchorY: "middle",
|
|
870
|
+
textAlign: I,
|
|
871
|
+
lineHeight: se,
|
|
872
|
+
scale: [1, -1, 1],
|
|
873
|
+
children: c.label.text
|
|
874
|
+
}
|
|
875
|
+
)
|
|
876
|
+
},
|
|
877
|
+
`label-${c.id}`
|
|
878
|
+
);
|
|
879
|
+
}),
|
|
880
|
+
L.map((c) => {
|
|
881
|
+
const p = Ot(c.geometry), I = (p.minX + p.maxX) / 2 + (c.label.offsetX ?? 0), u = (p.minY + p.maxY) / 2 + (c.label.offsetY ?? 0), N = (c.label.rotate ?? 0) * Math.PI / 180, O = c.label.size || tn, D = Rn(
|
|
882
|
+
c.label.color ?? e.STORE_TEXT_COLOR
|
|
883
|
+
);
|
|
884
|
+
return D ? /* @__PURE__ */ T(
|
|
885
|
+
Dt,
|
|
289
886
|
{
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
887
|
+
url: D,
|
|
888
|
+
width: O,
|
|
889
|
+
position: [I, u, 0.18],
|
|
890
|
+
rotation: N
|
|
891
|
+
},
|
|
892
|
+
`entrance-${c.id}`
|
|
893
|
+
) : null;
|
|
894
|
+
}),
|
|
895
|
+
M.map((c) => {
|
|
896
|
+
var q, $, K;
|
|
897
|
+
const p = Ot(c.geometry), I = (p.minX + p.maxX) / 2 + (c.label.offsetX ?? 0), u = (p.minY + p.maxY) / 2 + (c.label.offsetY ?? 0), N = (c.label.rotate ?? 0) * Math.PI / 180, O = c.label.size || ((q = c.assignment) == null ? void 0 : q.size) || en, D = s && (c.kind === "unit" || c.kind === "wall") ? c.style.extrudeHeight ?? (c.kind === "unit" ? e.STORE_HEIGHT : 2) : 0, Y = D > 0 ? D + 0.15 : 0.2, tt = c.label.color ?? (($ = c.assignment) == null ? void 0 : $.textColor) ?? e.STORE_TEXT_COLOR, F = nn(c.assignment, null, c.label) ?? Gn(
|
|
898
|
+
c.assignment,
|
|
899
|
+
z,
|
|
900
|
+
tt
|
|
901
|
+
), J = (K = c.label.text) == null ? void 0 : K.trim(), E = ee(c.label.align);
|
|
902
|
+
return F ? /* @__PURE__ */ T(
|
|
903
|
+
Dt,
|
|
904
|
+
{
|
|
905
|
+
url: F,
|
|
906
|
+
width: rn(O, c.assignment),
|
|
907
|
+
position: [I, u, Y],
|
|
908
|
+
rotation: N,
|
|
909
|
+
imageProxyUrl: x
|
|
910
|
+
},
|
|
911
|
+
`overlay-${c.id}`
|
|
912
|
+
) : /* @__PURE__ */ T(
|
|
913
|
+
ce,
|
|
914
|
+
{
|
|
915
|
+
font: Xt,
|
|
916
|
+
position: [I, u, Y],
|
|
917
|
+
rotation: [0, 0, N],
|
|
918
|
+
fontSize: O,
|
|
919
|
+
color: c.label.color ?? e.STORE_TEXT_COLOR,
|
|
920
|
+
anchorX: "center",
|
|
921
|
+
anchorY: "middle",
|
|
922
|
+
textAlign: E,
|
|
923
|
+
lineHeight: se,
|
|
295
924
|
scale: [1, -1, 1],
|
|
296
|
-
|
|
925
|
+
raycast: Le,
|
|
926
|
+
children: J
|
|
297
927
|
},
|
|
298
|
-
`
|
|
928
|
+
`overlay-${c.id}`
|
|
299
929
|
);
|
|
300
930
|
}),
|
|
301
|
-
|
|
302
|
-
|
|
931
|
+
U.map(({ shape: c, url: p, width: I, rotation: u, x: N, y: O }) => /* @__PURE__ */ T(
|
|
932
|
+
Dt,
|
|
303
933
|
{
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
934
|
+
url: p,
|
|
935
|
+
width: I,
|
|
936
|
+
position: [N, O, 0.22],
|
|
937
|
+
rotation: u
|
|
938
|
+
},
|
|
939
|
+
`connector-icon-${c.id}`
|
|
940
|
+
)),
|
|
941
|
+
/* @__PURE__ */ T(_n, { polygons: V }),
|
|
942
|
+
B.map(({ shape: c, threeShapes: p, color: I, extrude: u }) => {
|
|
943
|
+
const N = Jt(c.kind), O = N && tr(c.id, Z, d), D = c.style.opacity ?? (c.kind === "amenity" ? 0.01 : 1), Y = Mt(I), tt = Y ? O ? 0.2 : 0 : rr(
|
|
944
|
+
c.kind,
|
|
945
|
+
D,
|
|
946
|
+
O
|
|
947
|
+
), F = Y ? O ? e.ACCENT_COLOR : "#000000" : cr(I, e.ACCENT_COLOR, O);
|
|
948
|
+
return /* @__PURE__ */ T("group", { children: p.map((J, E) => /* @__PURE__ */ ct(
|
|
949
|
+
"mesh",
|
|
950
|
+
{
|
|
951
|
+
position: [0, 0, c.zIndex * 0.01],
|
|
952
|
+
onPointerOver: (q) => {
|
|
953
|
+
N && (q.stopPropagation(), k(c.id), Wt(
|
|
954
|
+
b == null ? void 0 : b.current,
|
|
955
|
+
nr(c.kind)
|
|
956
|
+
));
|
|
957
|
+
},
|
|
958
|
+
onPointerOut: (q) => {
|
|
959
|
+
N && (q.stopPropagation(), k(($) => $ === c.id ? null : $), Wt(b == null ? void 0 : b.current, ""));
|
|
960
|
+
},
|
|
961
|
+
onPointerDown: (q) => {
|
|
962
|
+
var K;
|
|
963
|
+
!!(q.shiftKey || (K = q.nativeEvent) != null && K.shiftKey) && q.stopPropagation();
|
|
964
|
+
},
|
|
965
|
+
onClick: (q) => {
|
|
966
|
+
var $;
|
|
967
|
+
if (q.stopPropagation(), N) {
|
|
968
|
+
a == null || a(c.id, {
|
|
969
|
+
additive: !!(q.shiftKey || ($ = q.nativeEvent) != null && $.shiftKey)
|
|
970
|
+
});
|
|
971
|
+
return;
|
|
325
972
|
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
973
|
+
a == null || a(null);
|
|
974
|
+
},
|
|
975
|
+
children: [
|
|
976
|
+
u > 0 ? /* @__PURE__ */ T(
|
|
977
|
+
"extrudeGeometry",
|
|
330
978
|
{
|
|
331
979
|
args: [
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
bevelEnabled: !1
|
|
335
|
-
}) : new ue.ShapeGeometry(V)
|
|
980
|
+
J,
|
|
981
|
+
{ depth: u, bevelEnabled: !1 }
|
|
336
982
|
]
|
|
337
983
|
}
|
|
984
|
+
) : /* @__PURE__ */ T("shapeGeometry", { args: [J] }),
|
|
985
|
+
/* @__PURE__ */ T(
|
|
986
|
+
"meshBasicMaterial",
|
|
987
|
+
{
|
|
988
|
+
color: F,
|
|
989
|
+
transparent: c.style.transparent || c.kind === "amenity" || tt < 1,
|
|
990
|
+
opacity: tt,
|
|
991
|
+
side: rt.DoubleSide
|
|
992
|
+
}
|
|
338
993
|
),
|
|
339
|
-
/* @__PURE__ */
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
994
|
+
O ? /* @__PURE__ */ T(
|
|
995
|
+
lr,
|
|
996
|
+
{
|
|
997
|
+
shape: J,
|
|
998
|
+
extrude: u,
|
|
999
|
+
color: e.ACCENT_COLOR
|
|
1000
|
+
}
|
|
1001
|
+
) : null
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
|
+
`${c.id}-${E}`
|
|
1005
|
+
)) }, c.id);
|
|
1006
|
+
})
|
|
345
1007
|
] });
|
|
346
1008
|
}
|
|
347
|
-
function
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
1009
|
+
function Le() {
|
|
1010
|
+
}
|
|
1011
|
+
function fr(t, e) {
|
|
1012
|
+
return new Promise((s, a) => {
|
|
1013
|
+
const d = new Image(), m = () => {
|
|
1014
|
+
e == null || e.removeEventListener("abort", b), d.onload = null, d.onerror = null;
|
|
1015
|
+
}, b = () => {
|
|
1016
|
+
m(), d.src = "", a(new DOMException("Image load aborted", "AbortError"));
|
|
1017
|
+
};
|
|
1018
|
+
if (e != null && e.aborted) {
|
|
1019
|
+
b();
|
|
1020
|
+
return;
|
|
1021
|
+
}
|
|
1022
|
+
e == null || e.addEventListener("abort", b, { once: !0 }), d.crossOrigin = "anonymous", d.onload = () => {
|
|
1023
|
+
m();
|
|
1024
|
+
const Q = d.naturalWidth || d.width, x = d.naturalHeight || d.height;
|
|
1025
|
+
if (!Q || !x) {
|
|
1026
|
+
a(new Error("empty image"));
|
|
1027
|
+
return;
|
|
1028
|
+
}
|
|
1029
|
+
const z = document.createElement("canvas");
|
|
1030
|
+
z.width = Q, z.height = x;
|
|
1031
|
+
const G = z.getContext("2d");
|
|
1032
|
+
if (!G) {
|
|
1033
|
+
a(new Error("canvas"));
|
|
1034
|
+
return;
|
|
1035
|
+
}
|
|
1036
|
+
G.drawImage(d, 0, 0);
|
|
1037
|
+
const k = new rt.CanvasTexture(z);
|
|
1038
|
+
k.colorSpace = rt.SRGBColorSpace, k.needsUpdate = !0, s({ texture: k, aspect: x / Q });
|
|
1039
|
+
}, d.onerror = () => {
|
|
1040
|
+
m(), a(new Error(`Failed to load ${t}`));
|
|
1041
|
+
}, d.src = t;
|
|
1042
|
+
});
|
|
1043
|
+
}
|
|
1044
|
+
function Dt({
|
|
1045
|
+
url: t,
|
|
1046
|
+
width: e,
|
|
1047
|
+
position: s,
|
|
1048
|
+
rotation: a,
|
|
1049
|
+
imageProxyUrl: d
|
|
351
1050
|
}) {
|
|
352
|
-
const
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
1051
|
+
const [m, b] = dt(null), [Q, x] = dt(1);
|
|
1052
|
+
return lt(() => {
|
|
1053
|
+
let z = !1, G = null;
|
|
1054
|
+
const k = new AbortController();
|
|
1055
|
+
b(null);
|
|
1056
|
+
const Z = be(t, d), V = Z === t ? [t] : [Z, t];
|
|
1057
|
+
return (async () => {
|
|
1058
|
+
let w;
|
|
1059
|
+
for (const L of V)
|
|
1060
|
+
try {
|
|
1061
|
+
const M = await fr(L, k.signal);
|
|
1062
|
+
if (z) {
|
|
1063
|
+
M.texture.dispose();
|
|
1064
|
+
return;
|
|
1065
|
+
}
|
|
1066
|
+
G = M.texture, x(M.aspect), b(M.texture);
|
|
1067
|
+
return;
|
|
1068
|
+
} catch (M) {
|
|
1069
|
+
if (k.signal.aborted) return;
|
|
1070
|
+
w = M;
|
|
1071
|
+
}
|
|
1072
|
+
z || (b(null), w && console.warn("Retail logo failed to load", t, w));
|
|
1073
|
+
})(), () => {
|
|
1074
|
+
z = !0, k.abort(), G == null || G.dispose();
|
|
1075
|
+
};
|
|
1076
|
+
}, [t, d]), !m || e <= 0 ? null : /* @__PURE__ */ ct(
|
|
1077
|
+
"mesh",
|
|
1078
|
+
{
|
|
1079
|
+
position: s,
|
|
1080
|
+
rotation: [0, 0, a],
|
|
1081
|
+
scale: [1, -1, 1],
|
|
1082
|
+
renderOrder: 30,
|
|
1083
|
+
raycast: Le,
|
|
1084
|
+
children: [
|
|
1085
|
+
/* @__PURE__ */ T("planeGeometry", { args: [e, e * Q] }),
|
|
1086
|
+
/* @__PURE__ */ T(
|
|
1087
|
+
"meshBasicMaterial",
|
|
1088
|
+
{
|
|
1089
|
+
map: m,
|
|
1090
|
+
transparent: !0,
|
|
1091
|
+
depthTest: !1,
|
|
1092
|
+
depthWrite: !1,
|
|
1093
|
+
side: rt.DoubleSide,
|
|
1094
|
+
toneMapped: !1
|
|
1095
|
+
}
|
|
1096
|
+
)
|
|
1097
|
+
]
|
|
1098
|
+
}
|
|
1099
|
+
);
|
|
359
1100
|
}
|
|
360
|
-
|
|
361
|
-
|
|
1101
|
+
function dr({
|
|
1102
|
+
route: t,
|
|
1103
|
+
activeLevelId: e,
|
|
1104
|
+
color: s
|
|
1105
|
+
}) {
|
|
1106
|
+
const a = ot(() => t.points.filter((m) => e == null || m.levelId === e).map((m) => new rt.Vector3(m.x, m.y, 2)), [t, e]), d = ot(
|
|
1107
|
+
() => a.length >= 2 ? new rt.CatmullRomCurve3(a) : null,
|
|
1108
|
+
[a]
|
|
1109
|
+
);
|
|
1110
|
+
return d ? /* @__PURE__ */ ct("mesh", { children: [
|
|
1111
|
+
/* @__PURE__ */ T("tubeGeometry", { args: [d, Math.max(a.length * 4, 8), 1.5, 8, !1] }),
|
|
1112
|
+
/* @__PURE__ */ T("meshBasicMaterial", { color: s })
|
|
1113
|
+
] }) : null;
|
|
1114
|
+
}
|
|
1115
|
+
const hr = Nn;
|
|
1116
|
+
class kt extends bn {
|
|
362
1117
|
/**
|
|
363
1118
|
* Constructs a new SVG loader.
|
|
364
1119
|
*
|
|
365
1120
|
* @param {LoadingManager} [manager] - The loading manager.
|
|
366
1121
|
*/
|
|
367
|
-
constructor(
|
|
368
|
-
super(
|
|
1122
|
+
constructor(e) {
|
|
1123
|
+
super(e), this.defaultDPI = 90, this.defaultUnit = "px";
|
|
369
1124
|
}
|
|
370
1125
|
/**
|
|
371
1126
|
* Starts loading from the given URL and passes the loaded SVG asset
|
|
@@ -376,15 +1131,15 @@ class Me extends bt {
|
|
|
376
1131
|
* @param {onProgressCallback} onProgress - Executed while the loading is in progress.
|
|
377
1132
|
* @param {onErrorCallback} onError - Executed when errors occur.
|
|
378
1133
|
*/
|
|
379
|
-
load(
|
|
380
|
-
const
|
|
381
|
-
|
|
1134
|
+
load(e, s, a, d) {
|
|
1135
|
+
const m = this, b = new Cn(m.manager);
|
|
1136
|
+
b.setPath(m.path), b.setRequestHeader(m.requestHeader), b.setWithCredentials(m.withCredentials), b.load(e, function(Q) {
|
|
382
1137
|
try {
|
|
383
|
-
|
|
384
|
-
} catch (
|
|
385
|
-
|
|
1138
|
+
s(m.parse(Q));
|
|
1139
|
+
} catch (x) {
|
|
1140
|
+
d ? d(x) : console.error(x), m.manager.itemError(e);
|
|
386
1141
|
}
|
|
387
|
-
},
|
|
1142
|
+
}, a, d);
|
|
388
1143
|
}
|
|
389
1144
|
/**
|
|
390
1145
|
* Parses the given SVG data and returns the resulting data.
|
|
@@ -393,377 +1148,377 @@ class Me extends bt {
|
|
|
393
1148
|
* @return {{paths:Array<ShapePath>,xml:string}} An object holding an array of shape paths and the
|
|
394
1149
|
* SVG XML document.
|
|
395
1150
|
*/
|
|
396
|
-
parse(
|
|
397
|
-
const
|
|
398
|
-
function
|
|
399
|
-
if (
|
|
400
|
-
const
|
|
401
|
-
let
|
|
402
|
-
switch (
|
|
1151
|
+
parse(e) {
|
|
1152
|
+
const s = this;
|
|
1153
|
+
function a(h, i) {
|
|
1154
|
+
if (h.nodeType !== 1) return;
|
|
1155
|
+
const r = p(h);
|
|
1156
|
+
let n = !1, C = null;
|
|
1157
|
+
switch (h.nodeName) {
|
|
403
1158
|
case "svg":
|
|
404
|
-
|
|
1159
|
+
i = B(h, i);
|
|
405
1160
|
break;
|
|
406
1161
|
case "style":
|
|
407
|
-
h
|
|
1162
|
+
m(h);
|
|
408
1163
|
break;
|
|
409
1164
|
case "g":
|
|
410
|
-
|
|
1165
|
+
i = B(h, i);
|
|
411
1166
|
break;
|
|
412
1167
|
case "path":
|
|
413
|
-
|
|
1168
|
+
i = B(h, i), h.hasAttribute("d") && (C = d(h));
|
|
414
1169
|
break;
|
|
415
1170
|
case "rect":
|
|
416
|
-
|
|
1171
|
+
i = B(h, i), C = x(h);
|
|
417
1172
|
break;
|
|
418
1173
|
case "polygon":
|
|
419
|
-
|
|
1174
|
+
i = B(h, i), C = z(h);
|
|
420
1175
|
break;
|
|
421
1176
|
case "polyline":
|
|
422
|
-
|
|
1177
|
+
i = B(h, i), C = G(h);
|
|
423
1178
|
break;
|
|
424
1179
|
case "circle":
|
|
425
|
-
|
|
1180
|
+
i = B(h, i), C = k(h);
|
|
426
1181
|
break;
|
|
427
1182
|
case "ellipse":
|
|
428
|
-
|
|
1183
|
+
i = B(h, i), C = Z(h);
|
|
429
1184
|
break;
|
|
430
1185
|
case "line":
|
|
431
|
-
|
|
1186
|
+
i = B(h, i), C = V(h);
|
|
432
1187
|
break;
|
|
433
1188
|
case "defs":
|
|
434
|
-
|
|
1189
|
+
n = !0;
|
|
435
1190
|
break;
|
|
436
1191
|
case "use":
|
|
437
|
-
|
|
438
|
-
const
|
|
439
|
-
|
|
1192
|
+
i = B(h, i);
|
|
1193
|
+
const P = (h.getAttributeNS("http://www.w3.org/1999/xlink", "href") || "").substring(1), X = h.viewportElement.getElementById(P);
|
|
1194
|
+
X ? a(X, i) : console.warn("SVGLoader: 'use node' references non-existent node id: " + P);
|
|
440
1195
|
break;
|
|
441
1196
|
}
|
|
442
|
-
|
|
443
|
-
const
|
|
444
|
-
for (let
|
|
445
|
-
const
|
|
446
|
-
|
|
1197
|
+
C && (i.fill !== void 0 && i.fill !== "none" && C.color.setStyle(i.fill, hr), u(C, et), F.push(C), C.userData = { node: h, style: i });
|
|
1198
|
+
const R = h.childNodes;
|
|
1199
|
+
for (let g = 0; g < R.length; g++) {
|
|
1200
|
+
const P = R[g];
|
|
1201
|
+
n && P.nodeName !== "style" && P.nodeName !== "defs" || a(P, i);
|
|
447
1202
|
}
|
|
448
|
-
|
|
1203
|
+
r && (E.pop(), E.length > 0 ? et.copy(E[E.length - 1]) : et.identity());
|
|
449
1204
|
}
|
|
450
|
-
function
|
|
451
|
-
const
|
|
452
|
-
let
|
|
453
|
-
const
|
|
454
|
-
if (
|
|
455
|
-
const
|
|
456
|
-
for (let
|
|
457
|
-
const
|
|
458
|
-
|
|
459
|
-
let
|
|
460
|
-
switch (
|
|
1205
|
+
function d(h) {
|
|
1206
|
+
const i = new xt(), r = new it(), n = new it(), C = new it();
|
|
1207
|
+
let R = !0, g = !1;
|
|
1208
|
+
const P = h.getAttribute("d");
|
|
1209
|
+
if (P === "" || P === "none") return null;
|
|
1210
|
+
const X = P.match(/[a-df-z][^a-df-z]*/ig);
|
|
1211
|
+
for (let A = 0, y = X.length; A < y; A++) {
|
|
1212
|
+
const v = X[A], S = v.charAt(0), W = v.slice(1).trim();
|
|
1213
|
+
R === !0 && (g = !0, R = !1);
|
|
1214
|
+
let f;
|
|
1215
|
+
switch (S) {
|
|
461
1216
|
case "M":
|
|
462
|
-
|
|
463
|
-
for (let
|
|
464
|
-
|
|
1217
|
+
f = L(W);
|
|
1218
|
+
for (let o = 0, j = f.length; o < j; o += 2)
|
|
1219
|
+
r.x = f[o + 0], r.y = f[o + 1], n.x = r.x, n.y = r.y, o === 0 ? i.moveTo(r.x, r.y) : i.lineTo(r.x, r.y), o === 0 && C.copy(r);
|
|
465
1220
|
break;
|
|
466
1221
|
case "H":
|
|
467
|
-
|
|
468
|
-
for (let
|
|
469
|
-
|
|
1222
|
+
f = L(W);
|
|
1223
|
+
for (let o = 0, j = f.length; o < j; o++)
|
|
1224
|
+
r.x = f[o], n.x = r.x, n.y = r.y, i.lineTo(r.x, r.y), o === 0 && g === !0 && C.copy(r);
|
|
470
1225
|
break;
|
|
471
1226
|
case "V":
|
|
472
|
-
|
|
473
|
-
for (let
|
|
474
|
-
|
|
1227
|
+
f = L(W);
|
|
1228
|
+
for (let o = 0, j = f.length; o < j; o++)
|
|
1229
|
+
r.y = f[o], n.x = r.x, n.y = r.y, i.lineTo(r.x, r.y), o === 0 && g === !0 && C.copy(r);
|
|
475
1230
|
break;
|
|
476
1231
|
case "L":
|
|
477
|
-
|
|
478
|
-
for (let
|
|
479
|
-
|
|
1232
|
+
f = L(W);
|
|
1233
|
+
for (let o = 0, j = f.length; o < j; o += 2)
|
|
1234
|
+
r.x = f[o + 0], r.y = f[o + 1], n.x = r.x, n.y = r.y, i.lineTo(r.x, r.y), o === 0 && g === !0 && C.copy(r);
|
|
480
1235
|
break;
|
|
481
1236
|
case "C":
|
|
482
|
-
|
|
483
|
-
for (let
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
),
|
|
1237
|
+
f = L(W);
|
|
1238
|
+
for (let o = 0, j = f.length; o < j; o += 6)
|
|
1239
|
+
i.bezierCurveTo(
|
|
1240
|
+
f[o + 0],
|
|
1241
|
+
f[o + 1],
|
|
1242
|
+
f[o + 2],
|
|
1243
|
+
f[o + 3],
|
|
1244
|
+
f[o + 4],
|
|
1245
|
+
f[o + 5]
|
|
1246
|
+
), n.x = f[o + 2], n.y = f[o + 3], r.x = f[o + 4], r.y = f[o + 5], o === 0 && g === !0 && C.copy(r);
|
|
492
1247
|
break;
|
|
493
1248
|
case "S":
|
|
494
|
-
|
|
495
|
-
for (let
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
),
|
|
1249
|
+
f = L(W);
|
|
1250
|
+
for (let o = 0, j = f.length; o < j; o += 4)
|
|
1251
|
+
i.bezierCurveTo(
|
|
1252
|
+
w(r.x, n.x),
|
|
1253
|
+
w(r.y, n.y),
|
|
1254
|
+
f[o + 0],
|
|
1255
|
+
f[o + 1],
|
|
1256
|
+
f[o + 2],
|
|
1257
|
+
f[o + 3]
|
|
1258
|
+
), n.x = f[o + 0], n.y = f[o + 1], r.x = f[o + 2], r.y = f[o + 3], o === 0 && g === !0 && C.copy(r);
|
|
504
1259
|
break;
|
|
505
1260
|
case "Q":
|
|
506
|
-
|
|
507
|
-
for (let
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
),
|
|
1261
|
+
f = L(W);
|
|
1262
|
+
for (let o = 0, j = f.length; o < j; o += 4)
|
|
1263
|
+
i.quadraticCurveTo(
|
|
1264
|
+
f[o + 0],
|
|
1265
|
+
f[o + 1],
|
|
1266
|
+
f[o + 2],
|
|
1267
|
+
f[o + 3]
|
|
1268
|
+
), n.x = f[o + 0], n.y = f[o + 1], r.x = f[o + 2], r.y = f[o + 3], o === 0 && g === !0 && C.copy(r);
|
|
514
1269
|
break;
|
|
515
1270
|
case "T":
|
|
516
|
-
|
|
517
|
-
for (let
|
|
518
|
-
const
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
),
|
|
1271
|
+
f = L(W);
|
|
1272
|
+
for (let o = 0, j = f.length; o < j; o += 2) {
|
|
1273
|
+
const nt = w(r.x, n.x), pt = w(r.y, n.y);
|
|
1274
|
+
i.quadraticCurveTo(
|
|
1275
|
+
nt,
|
|
1276
|
+
pt,
|
|
1277
|
+
f[o + 0],
|
|
1278
|
+
f[o + 1]
|
|
1279
|
+
), n.x = nt, n.y = pt, r.x = f[o + 0], r.y = f[o + 1], o === 0 && g === !0 && C.copy(r);
|
|
525
1280
|
}
|
|
526
1281
|
break;
|
|
527
1282
|
case "A":
|
|
528
|
-
|
|
529
|
-
for (let
|
|
530
|
-
if (
|
|
531
|
-
const
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
),
|
|
1283
|
+
f = L(W, [3, 4], 7);
|
|
1284
|
+
for (let o = 0, j = f.length; o < j; o += 7) {
|
|
1285
|
+
if (f[o + 5] == r.x && f[o + 6] == r.y) continue;
|
|
1286
|
+
const nt = r.clone();
|
|
1287
|
+
r.x = f[o + 5], r.y = f[o + 6], n.x = r.x, n.y = r.y, b(
|
|
1288
|
+
i,
|
|
1289
|
+
f[o],
|
|
1290
|
+
f[o + 1],
|
|
1291
|
+
f[o + 2],
|
|
1292
|
+
f[o + 3],
|
|
1293
|
+
f[o + 4],
|
|
1294
|
+
nt,
|
|
1295
|
+
r
|
|
1296
|
+
), o === 0 && g === !0 && C.copy(r);
|
|
542
1297
|
}
|
|
543
1298
|
break;
|
|
544
1299
|
case "m":
|
|
545
|
-
|
|
546
|
-
for (let
|
|
547
|
-
|
|
1300
|
+
f = L(W);
|
|
1301
|
+
for (let o = 0, j = f.length; o < j; o += 2)
|
|
1302
|
+
r.x += f[o + 0], r.y += f[o + 1], n.x = r.x, n.y = r.y, o === 0 ? i.moveTo(r.x, r.y) : i.lineTo(r.x, r.y), o === 0 && C.copy(r);
|
|
548
1303
|
break;
|
|
549
1304
|
case "h":
|
|
550
|
-
|
|
551
|
-
for (let
|
|
552
|
-
|
|
1305
|
+
f = L(W);
|
|
1306
|
+
for (let o = 0, j = f.length; o < j; o++)
|
|
1307
|
+
r.x += f[o], n.x = r.x, n.y = r.y, i.lineTo(r.x, r.y), o === 0 && g === !0 && C.copy(r);
|
|
553
1308
|
break;
|
|
554
1309
|
case "v":
|
|
555
|
-
|
|
556
|
-
for (let
|
|
557
|
-
|
|
1310
|
+
f = L(W);
|
|
1311
|
+
for (let o = 0, j = f.length; o < j; o++)
|
|
1312
|
+
r.y += f[o], n.x = r.x, n.y = r.y, i.lineTo(r.x, r.y), o === 0 && g === !0 && C.copy(r);
|
|
558
1313
|
break;
|
|
559
1314
|
case "l":
|
|
560
|
-
|
|
561
|
-
for (let
|
|
562
|
-
|
|
1315
|
+
f = L(W);
|
|
1316
|
+
for (let o = 0, j = f.length; o < j; o += 2)
|
|
1317
|
+
r.x += f[o + 0], r.y += f[o + 1], n.x = r.x, n.y = r.y, i.lineTo(r.x, r.y), o === 0 && g === !0 && C.copy(r);
|
|
563
1318
|
break;
|
|
564
1319
|
case "c":
|
|
565
|
-
|
|
566
|
-
for (let
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
),
|
|
1320
|
+
f = L(W);
|
|
1321
|
+
for (let o = 0, j = f.length; o < j; o += 6)
|
|
1322
|
+
i.bezierCurveTo(
|
|
1323
|
+
r.x + f[o + 0],
|
|
1324
|
+
r.y + f[o + 1],
|
|
1325
|
+
r.x + f[o + 2],
|
|
1326
|
+
r.y + f[o + 3],
|
|
1327
|
+
r.x + f[o + 4],
|
|
1328
|
+
r.y + f[o + 5]
|
|
1329
|
+
), n.x = r.x + f[o + 2], n.y = r.y + f[o + 3], r.x += f[o + 4], r.y += f[o + 5], o === 0 && g === !0 && C.copy(r);
|
|
575
1330
|
break;
|
|
576
1331
|
case "s":
|
|
577
|
-
|
|
578
|
-
for (let
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
),
|
|
1332
|
+
f = L(W);
|
|
1333
|
+
for (let o = 0, j = f.length; o < j; o += 4)
|
|
1334
|
+
i.bezierCurveTo(
|
|
1335
|
+
w(r.x, n.x),
|
|
1336
|
+
w(r.y, n.y),
|
|
1337
|
+
r.x + f[o + 0],
|
|
1338
|
+
r.y + f[o + 1],
|
|
1339
|
+
r.x + f[o + 2],
|
|
1340
|
+
r.y + f[o + 3]
|
|
1341
|
+
), n.x = r.x + f[o + 0], n.y = r.y + f[o + 1], r.x += f[o + 2], r.y += f[o + 3], o === 0 && g === !0 && C.copy(r);
|
|
587
1342
|
break;
|
|
588
1343
|
case "q":
|
|
589
|
-
|
|
590
|
-
for (let
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
),
|
|
1344
|
+
f = L(W);
|
|
1345
|
+
for (let o = 0, j = f.length; o < j; o += 4)
|
|
1346
|
+
i.quadraticCurveTo(
|
|
1347
|
+
r.x + f[o + 0],
|
|
1348
|
+
r.y + f[o + 1],
|
|
1349
|
+
r.x + f[o + 2],
|
|
1350
|
+
r.y + f[o + 3]
|
|
1351
|
+
), n.x = r.x + f[o + 0], n.y = r.y + f[o + 1], r.x += f[o + 2], r.y += f[o + 3], o === 0 && g === !0 && C.copy(r);
|
|
597
1352
|
break;
|
|
598
1353
|
case "t":
|
|
599
|
-
|
|
600
|
-
for (let
|
|
601
|
-
const
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
),
|
|
1354
|
+
f = L(W);
|
|
1355
|
+
for (let o = 0, j = f.length; o < j; o += 2) {
|
|
1356
|
+
const nt = w(r.x, n.x), pt = w(r.y, n.y);
|
|
1357
|
+
i.quadraticCurveTo(
|
|
1358
|
+
nt,
|
|
1359
|
+
pt,
|
|
1360
|
+
r.x + f[o + 0],
|
|
1361
|
+
r.y + f[o + 1]
|
|
1362
|
+
), n.x = nt, n.y = pt, r.x = r.x + f[o + 0], r.y = r.y + f[o + 1], o === 0 && g === !0 && C.copy(r);
|
|
608
1363
|
}
|
|
609
1364
|
break;
|
|
610
1365
|
case "a":
|
|
611
|
-
|
|
612
|
-
for (let
|
|
613
|
-
if (
|
|
614
|
-
const
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
),
|
|
1366
|
+
f = L(W, [3, 4], 7);
|
|
1367
|
+
for (let o = 0, j = f.length; o < j; o += 7) {
|
|
1368
|
+
if (f[o + 5] == 0 && f[o + 6] == 0) continue;
|
|
1369
|
+
const nt = r.clone();
|
|
1370
|
+
r.x += f[o + 5], r.y += f[o + 6], n.x = r.x, n.y = r.y, b(
|
|
1371
|
+
i,
|
|
1372
|
+
f[o],
|
|
1373
|
+
f[o + 1],
|
|
1374
|
+
f[o + 2],
|
|
1375
|
+
f[o + 3],
|
|
1376
|
+
f[o + 4],
|
|
1377
|
+
nt,
|
|
1378
|
+
r
|
|
1379
|
+
), o === 0 && g === !0 && C.copy(r);
|
|
625
1380
|
}
|
|
626
1381
|
break;
|
|
627
1382
|
case "Z":
|
|
628
1383
|
case "z":
|
|
629
|
-
|
|
1384
|
+
i.currentPath.autoClose = !0, i.currentPath.curves.length > 0 && (r.copy(C), i.currentPath.currentPoint.copy(r), R = !0);
|
|
630
1385
|
break;
|
|
631
1386
|
default:
|
|
632
|
-
console.warn(
|
|
1387
|
+
console.warn(v);
|
|
633
1388
|
}
|
|
634
|
-
|
|
1389
|
+
g = !1;
|
|
635
1390
|
}
|
|
636
|
-
return
|
|
1391
|
+
return i;
|
|
637
1392
|
}
|
|
638
|
-
function h
|
|
639
|
-
if (!(!
|
|
640
|
-
for (let
|
|
641
|
-
const
|
|
642
|
-
if (
|
|
643
|
-
const
|
|
644
|
-
for (let
|
|
645
|
-
const
|
|
646
|
-
Object.entries(
|
|
1393
|
+
function m(h) {
|
|
1394
|
+
if (!(!h.sheet || !h.sheet.cssRules || !h.sheet.cssRules.length))
|
|
1395
|
+
for (let i = 0; i < h.sheet.cssRules.length; i++) {
|
|
1396
|
+
const r = h.sheet.cssRules[i];
|
|
1397
|
+
if (r.type !== 1) continue;
|
|
1398
|
+
const n = r.selectorText.split(/,/gm).filter(Boolean).map((C) => C.trim());
|
|
1399
|
+
for (let C = 0; C < n.length; C++) {
|
|
1400
|
+
const R = Object.fromEntries(
|
|
1401
|
+
Object.entries(r.style).filter(([, g]) => g !== "")
|
|
647
1402
|
);
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
1403
|
+
J[n[C]] = Object.assign(
|
|
1404
|
+
J[n[C]] || {},
|
|
1405
|
+
R
|
|
651
1406
|
);
|
|
652
1407
|
}
|
|
653
1408
|
}
|
|
654
1409
|
}
|
|
655
|
-
function
|
|
656
|
-
if (
|
|
657
|
-
|
|
1410
|
+
function b(h, i, r, n, C, R, g, P) {
|
|
1411
|
+
if (i == 0 || r == 0) {
|
|
1412
|
+
h.lineTo(P.x, P.y);
|
|
658
1413
|
return;
|
|
659
1414
|
}
|
|
660
|
-
|
|
661
|
-
const
|
|
662
|
-
let
|
|
663
|
-
const
|
|
664
|
-
if (
|
|
665
|
-
const
|
|
666
|
-
|
|
1415
|
+
n = n * Math.PI / 180, i = Math.abs(i), r = Math.abs(r);
|
|
1416
|
+
const X = (g.x - P.x) / 2, A = (g.y - P.y) / 2, y = Math.cos(n) * X + Math.sin(n) * A, v = -Math.sin(n) * X + Math.cos(n) * A;
|
|
1417
|
+
let S = i * i, W = r * r;
|
|
1418
|
+
const f = y * y, o = v * v, j = f / S + o / W;
|
|
1419
|
+
if (j > 1) {
|
|
1420
|
+
const wt = Math.sqrt(j);
|
|
1421
|
+
i = wt * i, r = wt * r, S = i * i, W = r * r;
|
|
667
1422
|
}
|
|
668
|
-
const
|
|
669
|
-
let
|
|
670
|
-
|
|
671
|
-
const
|
|
672
|
-
|
|
1423
|
+
const nt = S * o + W * f, pt = (S * W - nt) / nt;
|
|
1424
|
+
let yt = Math.sqrt(Math.max(0, pt));
|
|
1425
|
+
C === R && (yt = -yt);
|
|
1426
|
+
const ft = yt * i * v / r, gt = -yt * r * y / i, bt = Math.cos(n) * ft - Math.sin(n) * gt + (g.x + P.x) / 2, _t = Math.sin(n) * ft + Math.cos(n) * gt + (g.y + P.y) / 2, Ct = Q(1, 0, (y - ft) / i, (v - gt) / r), St = Q((y - ft) / i, (v - gt) / r, (-y - ft) / i, (-v - gt) / r) % (Math.PI * 2);
|
|
1427
|
+
h.currentPath.absellipse(bt, _t, i, r, Ct, Ct + St, R === 0, n);
|
|
673
1428
|
}
|
|
674
|
-
function
|
|
675
|
-
const
|
|
676
|
-
let
|
|
677
|
-
return
|
|
1429
|
+
function Q(h, i, r, n) {
|
|
1430
|
+
const C = h * r + i * n, R = Math.sqrt(h * h + i * i) * Math.sqrt(r * r + n * n);
|
|
1431
|
+
let g = Math.acos(Math.max(-1, Math.min(1, C / R)));
|
|
1432
|
+
return h * n - i * r < 0 && (g = -g), g;
|
|
678
1433
|
}
|
|
679
|
-
function
|
|
680
|
-
const
|
|
681
|
-
return
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
),
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
),
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
),
|
|
1434
|
+
function x(h) {
|
|
1435
|
+
const i = c(h.getAttribute("x") || 0), r = c(h.getAttribute("y") || 0), n = c(h.getAttribute("rx") || h.getAttribute("ry") || 0), C = c(h.getAttribute("ry") || h.getAttribute("rx") || 0), R = c(h.getAttribute("width")), g = c(h.getAttribute("height")), P = 1 - 0.551915024494, X = new xt();
|
|
1436
|
+
return X.moveTo(i + n, r), X.lineTo(i + R - n, r), (n !== 0 || C !== 0) && X.bezierCurveTo(
|
|
1437
|
+
i + R - n * P,
|
|
1438
|
+
r,
|
|
1439
|
+
i + R,
|
|
1440
|
+
r + C * P,
|
|
1441
|
+
i + R,
|
|
1442
|
+
r + C
|
|
1443
|
+
), X.lineTo(i + R, r + g - C), (n !== 0 || C !== 0) && X.bezierCurveTo(
|
|
1444
|
+
i + R,
|
|
1445
|
+
r + g - C * P,
|
|
1446
|
+
i + R - n * P,
|
|
1447
|
+
r + g,
|
|
1448
|
+
i + R - n,
|
|
1449
|
+
r + g
|
|
1450
|
+
), X.lineTo(i + n, r + g), (n !== 0 || C !== 0) && X.bezierCurveTo(
|
|
1451
|
+
i + n * P,
|
|
1452
|
+
r + g,
|
|
1453
|
+
i,
|
|
1454
|
+
r + g - C * P,
|
|
1455
|
+
i,
|
|
1456
|
+
r + g - C
|
|
1457
|
+
), X.lineTo(i, r + C), (n !== 0 || C !== 0) && X.bezierCurveTo(i, r + C * P, i + n * P, r, i + n, r), X;
|
|
703
1458
|
}
|
|
704
|
-
function
|
|
705
|
-
function
|
|
706
|
-
const
|
|
707
|
-
|
|
1459
|
+
function z(h) {
|
|
1460
|
+
function i(R, g, P) {
|
|
1461
|
+
const X = c(g), A = c(P);
|
|
1462
|
+
C === 0 ? n.moveTo(X, A) : n.lineTo(X, A), C++;
|
|
708
1463
|
}
|
|
709
|
-
const
|
|
710
|
-
let
|
|
711
|
-
return
|
|
1464
|
+
const r = /([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g, n = new xt();
|
|
1465
|
+
let C = 0;
|
|
1466
|
+
return h.getAttribute("points").replace(r, i), n.currentPath.autoClose = !0, n;
|
|
712
1467
|
}
|
|
713
|
-
function
|
|
714
|
-
function
|
|
715
|
-
const
|
|
716
|
-
|
|
1468
|
+
function G(h) {
|
|
1469
|
+
function i(R, g, P) {
|
|
1470
|
+
const X = c(g), A = c(P);
|
|
1471
|
+
C === 0 ? n.moveTo(X, A) : n.lineTo(X, A), C++;
|
|
717
1472
|
}
|
|
718
|
-
const
|
|
719
|
-
let
|
|
720
|
-
return
|
|
1473
|
+
const r = /([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g, n = new xt();
|
|
1474
|
+
let C = 0;
|
|
1475
|
+
return h.getAttribute("points").replace(r, i), n.currentPath.autoClose = !1, n;
|
|
721
1476
|
}
|
|
722
|
-
function
|
|
723
|
-
const
|
|
724
|
-
|
|
725
|
-
const
|
|
726
|
-
return
|
|
1477
|
+
function k(h) {
|
|
1478
|
+
const i = c(h.getAttribute("cx") || 0), r = c(h.getAttribute("cy") || 0), n = c(h.getAttribute("r") || 0), C = new Gt();
|
|
1479
|
+
C.absarc(i, r, n, 0, Math.PI * 2);
|
|
1480
|
+
const R = new xt();
|
|
1481
|
+
return R.subPaths.push(C), R;
|
|
727
1482
|
}
|
|
728
|
-
function
|
|
729
|
-
const
|
|
730
|
-
|
|
731
|
-
const
|
|
732
|
-
return
|
|
1483
|
+
function Z(h) {
|
|
1484
|
+
const i = c(h.getAttribute("cx") || 0), r = c(h.getAttribute("cy") || 0), n = c(h.getAttribute("rx") || 0), C = c(h.getAttribute("ry") || 0), R = new Gt();
|
|
1485
|
+
R.absellipse(i, r, n, C, 0, Math.PI * 2);
|
|
1486
|
+
const g = new xt();
|
|
1487
|
+
return g.subPaths.push(R), g;
|
|
733
1488
|
}
|
|
734
|
-
function V(
|
|
735
|
-
const
|
|
736
|
-
return
|
|
1489
|
+
function V(h) {
|
|
1490
|
+
const i = c(h.getAttribute("x1") || 0), r = c(h.getAttribute("y1") || 0), n = c(h.getAttribute("x2") || 0), C = c(h.getAttribute("y2") || 0), R = new xt();
|
|
1491
|
+
return R.moveTo(i, r), R.lineTo(n, C), R.currentPath.autoClose = !1, R;
|
|
737
1492
|
}
|
|
738
|
-
function
|
|
739
|
-
|
|
740
|
-
let
|
|
741
|
-
if (
|
|
742
|
-
const
|
|
743
|
-
for (let
|
|
744
|
-
|
|
1493
|
+
function B(h, i) {
|
|
1494
|
+
i = Object.assign({}, i);
|
|
1495
|
+
let r = {};
|
|
1496
|
+
if (h.hasAttribute("class")) {
|
|
1497
|
+
const g = h.getAttribute("class").split(/\s/).filter(Boolean).map((P) => P.trim());
|
|
1498
|
+
for (let P = 0; P < g.length; P++)
|
|
1499
|
+
r = Object.assign(r, J["." + g[P]]);
|
|
745
1500
|
}
|
|
746
|
-
|
|
747
|
-
function
|
|
748
|
-
|
|
749
|
-
return
|
|
750
|
-
}),
|
|
1501
|
+
h.hasAttribute("id") && (r = Object.assign(r, J["#" + h.getAttribute("id")]));
|
|
1502
|
+
function n(g, P, X) {
|
|
1503
|
+
X === void 0 && (X = function(y) {
|
|
1504
|
+
return y.startsWith("url") && console.warn("SVGLoader: url access in attributes is not implemented."), y;
|
|
1505
|
+
}), h.hasAttribute(g) && (i[P] = X(h.getAttribute(g))), r[g] && (i[P] = X(r[g])), h.style && h.style[g] !== "" && (i[P] = X(h.style[g]));
|
|
751
1506
|
}
|
|
752
|
-
function
|
|
753
|
-
return Math.max(0, Math.min(1,
|
|
1507
|
+
function C(g) {
|
|
1508
|
+
return Math.max(0, Math.min(1, c(g)));
|
|
754
1509
|
}
|
|
755
|
-
function
|
|
756
|
-
return Math.max(0,
|
|
1510
|
+
function R(g) {
|
|
1511
|
+
return Math.max(0, c(g));
|
|
757
1512
|
}
|
|
758
|
-
return
|
|
1513
|
+
return n("fill", "fill"), n("fill-opacity", "fillOpacity", C), n("fill-rule", "fillRule"), n("opacity", "opacity", C), n("stroke", "stroke"), n("stroke-opacity", "strokeOpacity", C), n("stroke-width", "strokeWidth", R), n("stroke-linejoin", "strokeLineJoin"), n("stroke-linecap", "strokeLineCap"), n("stroke-miterlimit", "strokeMiterLimit", R), n("visibility", "visibility"), i;
|
|
759
1514
|
}
|
|
760
|
-
function
|
|
761
|
-
return
|
|
1515
|
+
function w(h, i) {
|
|
1516
|
+
return h - (i - h);
|
|
762
1517
|
}
|
|
763
|
-
function
|
|
764
|
-
if (typeof
|
|
765
|
-
throw new TypeError("Invalid input: " + typeof
|
|
766
|
-
const
|
|
1518
|
+
function L(h, i, r) {
|
|
1519
|
+
if (typeof h != "string")
|
|
1520
|
+
throw new TypeError("Invalid input: " + typeof h);
|
|
1521
|
+
const n = {
|
|
767
1522
|
WHITESPACE: /[ \t\r\n]/,
|
|
768
1523
|
DIGIT: /[\d]/,
|
|
769
1524
|
SIGN: /[-+]/,
|
|
@@ -771,80 +1526,80 @@ class Me extends bt {
|
|
|
771
1526
|
COMMA: /,/,
|
|
772
1527
|
EXP: /e/i,
|
|
773
1528
|
FLAGS: /[01]/
|
|
774
|
-
},
|
|
775
|
-
let
|
|
776
|
-
const
|
|
777
|
-
function
|
|
778
|
-
const
|
|
779
|
-
throw
|
|
1529
|
+
}, C = 0, R = 1, g = 2, P = 3;
|
|
1530
|
+
let X = C, A = !0, y = "", v = "";
|
|
1531
|
+
const S = [];
|
|
1532
|
+
function W(nt, pt, yt) {
|
|
1533
|
+
const ft = new SyntaxError('Unexpected character "' + nt + '" at index ' + pt + ".");
|
|
1534
|
+
throw ft.partial = yt, ft;
|
|
780
1535
|
}
|
|
781
|
-
function
|
|
782
|
-
|
|
1536
|
+
function f() {
|
|
1537
|
+
y !== "" && (v === "" ? S.push(Number(y)) : S.push(Number(y) * Math.pow(10, Number(v)))), y = "", v = "";
|
|
783
1538
|
}
|
|
784
|
-
let
|
|
785
|
-
const
|
|
786
|
-
for (let
|
|
787
|
-
if (
|
|
788
|
-
|
|
1539
|
+
let o;
|
|
1540
|
+
const j = h.length;
|
|
1541
|
+
for (let nt = 0; nt < j; nt++) {
|
|
1542
|
+
if (o = h[nt], Array.isArray(i) && i.includes(S.length % r) && n.FLAGS.test(o)) {
|
|
1543
|
+
X = R, y = o, f();
|
|
789
1544
|
continue;
|
|
790
1545
|
}
|
|
791
|
-
if (
|
|
792
|
-
if (
|
|
1546
|
+
if (X === C) {
|
|
1547
|
+
if (n.WHITESPACE.test(o))
|
|
793
1548
|
continue;
|
|
794
|
-
if (
|
|
795
|
-
|
|
1549
|
+
if (n.DIGIT.test(o) || n.SIGN.test(o)) {
|
|
1550
|
+
X = R, y = o;
|
|
796
1551
|
continue;
|
|
797
1552
|
}
|
|
798
|
-
if (
|
|
799
|
-
|
|
1553
|
+
if (n.POINT.test(o)) {
|
|
1554
|
+
X = g, y = o;
|
|
800
1555
|
continue;
|
|
801
1556
|
}
|
|
802
|
-
|
|
1557
|
+
n.COMMA.test(o) && (A && W(o, nt, S), A = !0);
|
|
803
1558
|
}
|
|
804
|
-
if (
|
|
805
|
-
if (
|
|
806
|
-
|
|
1559
|
+
if (X === R) {
|
|
1560
|
+
if (n.DIGIT.test(o)) {
|
|
1561
|
+
y += o;
|
|
807
1562
|
continue;
|
|
808
1563
|
}
|
|
809
|
-
if (
|
|
810
|
-
|
|
1564
|
+
if (n.POINT.test(o)) {
|
|
1565
|
+
y += o, X = g;
|
|
811
1566
|
continue;
|
|
812
1567
|
}
|
|
813
|
-
if (
|
|
814
|
-
|
|
1568
|
+
if (n.EXP.test(o)) {
|
|
1569
|
+
X = P;
|
|
815
1570
|
continue;
|
|
816
1571
|
}
|
|
817
|
-
|
|
1572
|
+
n.SIGN.test(o) && y.length === 1 && n.SIGN.test(y[0]) && W(o, nt, S);
|
|
818
1573
|
}
|
|
819
|
-
if (
|
|
820
|
-
if (
|
|
821
|
-
|
|
1574
|
+
if (X === g) {
|
|
1575
|
+
if (n.DIGIT.test(o)) {
|
|
1576
|
+
y += o;
|
|
822
1577
|
continue;
|
|
823
1578
|
}
|
|
824
|
-
if (
|
|
825
|
-
|
|
1579
|
+
if (n.EXP.test(o)) {
|
|
1580
|
+
X = P;
|
|
826
1581
|
continue;
|
|
827
1582
|
}
|
|
828
|
-
|
|
1583
|
+
n.POINT.test(o) && y[y.length - 1] === "." && W(o, nt, S);
|
|
829
1584
|
}
|
|
830
|
-
if (
|
|
831
|
-
if (
|
|
832
|
-
|
|
1585
|
+
if (X === P) {
|
|
1586
|
+
if (n.DIGIT.test(o)) {
|
|
1587
|
+
v += o;
|
|
833
1588
|
continue;
|
|
834
1589
|
}
|
|
835
|
-
if (
|
|
836
|
-
if (
|
|
837
|
-
|
|
1590
|
+
if (n.SIGN.test(o)) {
|
|
1591
|
+
if (v === "") {
|
|
1592
|
+
v += o;
|
|
838
1593
|
continue;
|
|
839
1594
|
}
|
|
840
|
-
|
|
1595
|
+
v.length === 1 && n.SIGN.test(v) && W(o, nt, S);
|
|
841
1596
|
}
|
|
842
1597
|
}
|
|
843
|
-
|
|
1598
|
+
n.WHITESPACE.test(o) ? (f(), X = C, A = !1) : n.COMMA.test(o) ? (f(), X = C, A = !0) : n.SIGN.test(o) ? (f(), X = R, y = o) : n.POINT.test(o) ? (f(), X = g, y = o) : W(o, nt, S);
|
|
844
1599
|
}
|
|
845
|
-
return
|
|
1600
|
+
return f(), S;
|
|
846
1601
|
}
|
|
847
|
-
const
|
|
1602
|
+
const M = ["mm", "cm", "in", "pt", "pc", "px"], U = {
|
|
848
1603
|
mm: {
|
|
849
1604
|
mm: 1,
|
|
850
1605
|
cm: 0.1,
|
|
@@ -889,64 +1644,64 @@ class Me extends bt {
|
|
|
889
1644
|
px: 1
|
|
890
1645
|
}
|
|
891
1646
|
};
|
|
892
|
-
function
|
|
893
|
-
let
|
|
894
|
-
if (typeof
|
|
895
|
-
for (let
|
|
896
|
-
const
|
|
897
|
-
if (
|
|
898
|
-
|
|
1647
|
+
function c(h) {
|
|
1648
|
+
let i = "px";
|
|
1649
|
+
if (typeof h == "string" || h instanceof String)
|
|
1650
|
+
for (let n = 0, C = M.length; n < C; n++) {
|
|
1651
|
+
const R = M[n];
|
|
1652
|
+
if (h.endsWith(R)) {
|
|
1653
|
+
i = R, h = h.substring(0, h.length - R.length);
|
|
899
1654
|
break;
|
|
900
1655
|
}
|
|
901
1656
|
}
|
|
902
|
-
let
|
|
903
|
-
return
|
|
1657
|
+
let r;
|
|
1658
|
+
return i === "px" && s.defaultUnit !== "px" ? r = U.in[s.defaultUnit] / s.defaultDPI : (r = U[i][s.defaultUnit], r < 0 && (r = U[i].in * s.defaultDPI)), r * parseFloat(h);
|
|
904
1659
|
}
|
|
905
|
-
function
|
|
906
|
-
if (!(
|
|
1660
|
+
function p(h) {
|
|
1661
|
+
if (!(h.hasAttribute("transform") || h.nodeName === "use" && (h.hasAttribute("x") || h.hasAttribute("y"))))
|
|
907
1662
|
return null;
|
|
908
|
-
const
|
|
909
|
-
return
|
|
1663
|
+
const i = I(h);
|
|
1664
|
+
return E.length > 0 && i.premultiply(E[E.length - 1]), et.copy(i), E.push(i), i;
|
|
910
1665
|
}
|
|
911
|
-
function
|
|
912
|
-
const
|
|
913
|
-
if (
|
|
914
|
-
const
|
|
915
|
-
|
|
1666
|
+
function I(h) {
|
|
1667
|
+
const i = new vt(), r = q;
|
|
1668
|
+
if (h.nodeName === "use" && (h.hasAttribute("x") || h.hasAttribute("y"))) {
|
|
1669
|
+
const n = c(h.getAttribute("x")), C = c(h.getAttribute("y"));
|
|
1670
|
+
i.translate(n, C);
|
|
916
1671
|
}
|
|
917
|
-
if (
|
|
918
|
-
const
|
|
919
|
-
for (let
|
|
920
|
-
const
|
|
921
|
-
if (
|
|
922
|
-
const
|
|
923
|
-
if (
|
|
924
|
-
const
|
|
925
|
-
switch (
|
|
1672
|
+
if (h.hasAttribute("transform")) {
|
|
1673
|
+
const n = h.getAttribute("transform").split(")");
|
|
1674
|
+
for (let C = n.length - 1; C >= 0; C--) {
|
|
1675
|
+
const R = n[C].trim();
|
|
1676
|
+
if (R === "") continue;
|
|
1677
|
+
const g = R.indexOf("("), P = R.length;
|
|
1678
|
+
if (g > 0 && g < P) {
|
|
1679
|
+
const X = R.slice(0, g), A = L(R.slice(g + 1));
|
|
1680
|
+
switch (r.identity(), X) {
|
|
926
1681
|
case "translate":
|
|
927
|
-
if (
|
|
928
|
-
const
|
|
929
|
-
let
|
|
930
|
-
|
|
1682
|
+
if (A.length >= 1) {
|
|
1683
|
+
const y = A[0];
|
|
1684
|
+
let v = 0;
|
|
1685
|
+
A.length >= 2 && (v = A[1]), r.translate(y, v);
|
|
931
1686
|
}
|
|
932
1687
|
break;
|
|
933
1688
|
case "rotate":
|
|
934
|
-
if (
|
|
935
|
-
let
|
|
936
|
-
|
|
1689
|
+
if (A.length >= 1) {
|
|
1690
|
+
let y = 0, v = 0, S = 0;
|
|
1691
|
+
y = A[0] * Math.PI / 180, A.length >= 3 && (v = A[1], S = A[2]), $.makeTranslation(-v, -S), K.makeRotation(y), l.multiplyMatrices(K, $), $.makeTranslation(v, S), r.multiplyMatrices($, l);
|
|
937
1692
|
}
|
|
938
1693
|
break;
|
|
939
1694
|
case "scale":
|
|
940
|
-
if (
|
|
941
|
-
const
|
|
942
|
-
let
|
|
943
|
-
|
|
1695
|
+
if (A.length >= 1) {
|
|
1696
|
+
const y = A[0];
|
|
1697
|
+
let v = y;
|
|
1698
|
+
A.length >= 2 && (v = A[1]), r.scale(y, v);
|
|
944
1699
|
}
|
|
945
1700
|
break;
|
|
946
1701
|
case "skewX":
|
|
947
|
-
|
|
1702
|
+
A.length === 1 && r.set(
|
|
948
1703
|
1,
|
|
949
|
-
Math.tan(
|
|
1704
|
+
Math.tan(A[0] * Math.PI / 180),
|
|
950
1705
|
0,
|
|
951
1706
|
0,
|
|
952
1707
|
1,
|
|
@@ -957,11 +1712,11 @@ class Me extends bt {
|
|
|
957
1712
|
);
|
|
958
1713
|
break;
|
|
959
1714
|
case "skewY":
|
|
960
|
-
|
|
1715
|
+
A.length === 1 && r.set(
|
|
961
1716
|
1,
|
|
962
1717
|
0,
|
|
963
1718
|
0,
|
|
964
|
-
Math.tan(
|
|
1719
|
+
Math.tan(A[0] * Math.PI / 180),
|
|
965
1720
|
1,
|
|
966
1721
|
0,
|
|
967
1722
|
0,
|
|
@@ -970,13 +1725,13 @@ class Me extends bt {
|
|
|
970
1725
|
);
|
|
971
1726
|
break;
|
|
972
1727
|
case "matrix":
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
1728
|
+
A.length === 6 && r.set(
|
|
1729
|
+
A[0],
|
|
1730
|
+
A[2],
|
|
1731
|
+
A[4],
|
|
1732
|
+
A[1],
|
|
1733
|
+
A[3],
|
|
1734
|
+
A[5],
|
|
980
1735
|
0,
|
|
981
1736
|
0,
|
|
982
1737
|
1
|
|
@@ -984,95 +1739,95 @@ class Me extends bt {
|
|
|
984
1739
|
break;
|
|
985
1740
|
}
|
|
986
1741
|
}
|
|
987
|
-
|
|
1742
|
+
i.premultiply(r);
|
|
988
1743
|
}
|
|
989
1744
|
}
|
|
990
|
-
return
|
|
1745
|
+
return i;
|
|
991
1746
|
}
|
|
992
|
-
function
|
|
993
|
-
function
|
|
994
|
-
|
|
1747
|
+
function u(h, i) {
|
|
1748
|
+
function r(g) {
|
|
1749
|
+
_.set(g.x, g.y, 1).applyMatrix3(i), g.set(_.x, _.y);
|
|
995
1750
|
}
|
|
996
|
-
function
|
|
997
|
-
const
|
|
998
|
-
|
|
999
|
-
|
|
1751
|
+
function n(g) {
|
|
1752
|
+
const P = g.xRadius, X = g.yRadius, A = Math.cos(g.aRotation), y = Math.sin(g.aRotation), v = new Lt(P * A, P * y, 0), S = new Lt(-X * y, X * A, 0), W = v.applyMatrix3(i), f = S.applyMatrix3(i), o = q.set(
|
|
1753
|
+
W.x,
|
|
1754
|
+
f.x,
|
|
1000
1755
|
0,
|
|
1001
|
-
|
|
1002
|
-
|
|
1756
|
+
W.y,
|
|
1757
|
+
f.y,
|
|
1003
1758
|
0,
|
|
1004
1759
|
0,
|
|
1005
1760
|
0,
|
|
1006
1761
|
1
|
|
1007
|
-
),
|
|
1008
|
-
if (
|
|
1009
|
-
const
|
|
1010
|
-
|
|
1762
|
+
), j = $.copy(o).invert(), yt = K.copy(j).transpose().multiply(j).elements, ft = tt(yt[0], yt[1], yt[4]), gt = Math.sqrt(ft.rt1), bt = Math.sqrt(ft.rt2);
|
|
1763
|
+
if (g.xRadius = 1 / gt, g.yRadius = 1 / bt, g.aRotation = Math.atan2(ft.sn, ft.cs), !((g.aEndAngle - g.aStartAngle) % (2 * Math.PI) < Number.EPSILON)) {
|
|
1764
|
+
const Ct = $.set(
|
|
1765
|
+
gt,
|
|
1011
1766
|
0,
|
|
1012
1767
|
0,
|
|
1013
1768
|
0,
|
|
1014
|
-
|
|
1769
|
+
bt,
|
|
1015
1770
|
0,
|
|
1016
1771
|
0,
|
|
1017
1772
|
0,
|
|
1018
1773
|
1
|
|
1019
|
-
),
|
|
1020
|
-
|
|
1021
|
-
|
|
1774
|
+
), St = K.set(
|
|
1775
|
+
ft.cs,
|
|
1776
|
+
ft.sn,
|
|
1022
1777
|
0,
|
|
1023
|
-
-
|
|
1024
|
-
|
|
1778
|
+
-ft.sn,
|
|
1779
|
+
ft.cs,
|
|
1025
1780
|
0,
|
|
1026
1781
|
0,
|
|
1027
1782
|
0,
|
|
1028
1783
|
1
|
|
1029
|
-
),
|
|
1030
|
-
const { x:
|
|
1031
|
-
return Math.atan2(
|
|
1784
|
+
), wt = Ct.multiply(St).multiply(o), $t = (te) => {
|
|
1785
|
+
const { x: Se, y: ze } = new Lt(Math.cos(te), Math.sin(te), 0).applyMatrix3(wt);
|
|
1786
|
+
return Math.atan2(ze, Se);
|
|
1032
1787
|
};
|
|
1033
|
-
|
|
1788
|
+
g.aStartAngle = $t(g.aStartAngle), g.aEndAngle = $t(g.aEndAngle), N(i) && (g.aClockwise = !g.aClockwise);
|
|
1034
1789
|
}
|
|
1035
1790
|
}
|
|
1036
|
-
function
|
|
1037
|
-
const
|
|
1038
|
-
|
|
1039
|
-
const
|
|
1040
|
-
|
|
1791
|
+
function C(g) {
|
|
1792
|
+
const P = D(i), X = Y(i);
|
|
1793
|
+
g.xRadius *= P, g.yRadius *= X;
|
|
1794
|
+
const A = P > Number.EPSILON ? Math.atan2(i.elements[1], i.elements[0]) : Math.atan2(-i.elements[3], i.elements[4]);
|
|
1795
|
+
g.aRotation += A, N(i) && (g.aStartAngle *= -1, g.aEndAngle *= -1, g.aClockwise = !g.aClockwise);
|
|
1041
1796
|
}
|
|
1042
|
-
const
|
|
1043
|
-
for (let
|
|
1044
|
-
const
|
|
1045
|
-
for (let
|
|
1046
|
-
const
|
|
1047
|
-
|
|
1797
|
+
const R = h.subPaths;
|
|
1798
|
+
for (let g = 0, P = R.length; g < P; g++) {
|
|
1799
|
+
const A = R[g].curves;
|
|
1800
|
+
for (let y = 0; y < A.length; y++) {
|
|
1801
|
+
const v = A[y];
|
|
1802
|
+
v.isLineCurve ? (r(v.v1), r(v.v2)) : v.isCubicBezierCurve ? (r(v.v0), r(v.v1), r(v.v2), r(v.v3)) : v.isQuadraticBezierCurve ? (r(v.v0), r(v.v1), r(v.v2)) : v.isEllipseCurve && (H.set(v.aX, v.aY), r(H), v.aX = H.x, v.aY = H.y, O(i) ? n(v) : C(v));
|
|
1048
1803
|
}
|
|
1049
1804
|
}
|
|
1050
1805
|
}
|
|
1051
|
-
function
|
|
1052
|
-
const
|
|
1053
|
-
return
|
|
1806
|
+
function N(h) {
|
|
1807
|
+
const i = h.elements;
|
|
1808
|
+
return i[0] * i[4] - i[1] * i[3] < 0;
|
|
1054
1809
|
}
|
|
1055
|
-
function
|
|
1056
|
-
const
|
|
1057
|
-
if (
|
|
1058
|
-
const
|
|
1059
|
-
return Math.abs(
|
|
1810
|
+
function O(h) {
|
|
1811
|
+
const i = h.elements, r = i[0] * i[3] + i[1] * i[4];
|
|
1812
|
+
if (r === 0) return !1;
|
|
1813
|
+
const n = D(h), C = Y(h);
|
|
1814
|
+
return Math.abs(r / (n * C)) > Number.EPSILON;
|
|
1060
1815
|
}
|
|
1061
|
-
function
|
|
1062
|
-
const
|
|
1063
|
-
return Math.sqrt(
|
|
1816
|
+
function D(h) {
|
|
1817
|
+
const i = h.elements;
|
|
1818
|
+
return Math.sqrt(i[0] * i[0] + i[1] * i[1]);
|
|
1064
1819
|
}
|
|
1065
|
-
function
|
|
1066
|
-
const
|
|
1067
|
-
return Math.sqrt(
|
|
1820
|
+
function Y(h) {
|
|
1821
|
+
const i = h.elements;
|
|
1822
|
+
return Math.sqrt(i[3] * i[3] + i[4] * i[4]);
|
|
1068
1823
|
}
|
|
1069
|
-
function
|
|
1070
|
-
let
|
|
1071
|
-
const
|
|
1072
|
-
return
|
|
1824
|
+
function tt(h, i, r) {
|
|
1825
|
+
let n, C, R, g, P;
|
|
1826
|
+
const X = h + r, A = h - r, y = Math.sqrt(A * A + 4 * i * i);
|
|
1827
|
+
return X > 0 ? (n = 0.5 * (X + y), P = 1 / n, C = h * P * r - i * P * i) : X < 0 ? C = 0.5 * (X - y) : (n = 0.5 * y, C = -0.5 * y), A > 0 ? R = A + y : R = A - y, Math.abs(R) > 2 * Math.abs(i) ? (P = -2 * i / R, g = 1 / Math.sqrt(1 + P * P), R = P * g) : Math.abs(i) === 0 ? (R = 1, g = 0) : (P = -0.5 * R / i, R = 1 / Math.sqrt(1 + P * P), g = P * R), A > 0 && (P = R, R = -g, g = P), { rt1: n, rt2: C, cs: R, sn: g };
|
|
1073
1828
|
}
|
|
1074
|
-
const
|
|
1075
|
-
return
|
|
1829
|
+
const F = [], J = {}, E = [], q = new vt(), $ = new vt(), K = new vt(), l = new vt(), H = new it(), _ = new Lt(), et = new vt(), st = new DOMParser().parseFromString(e, "image/svg+xml");
|
|
1830
|
+
return a(st.documentElement, {
|
|
1076
1831
|
fill: "#000",
|
|
1077
1832
|
fillOpacity: 1,
|
|
1078
1833
|
strokeOpacity: 1,
|
|
@@ -1080,7 +1835,7 @@ class Me extends bt {
|
|
|
1080
1835
|
strokeLineJoin: "miter",
|
|
1081
1836
|
strokeLineCap: "butt",
|
|
1082
1837
|
strokeMiterLimit: 4
|
|
1083
|
-
}), { paths:
|
|
1838
|
+
}), { paths: F, xml: st.documentElement };
|
|
1084
1839
|
}
|
|
1085
1840
|
/**
|
|
1086
1841
|
* Creates from the given shape path and array of shapes.
|
|
@@ -1088,8 +1843,8 @@ class Me extends bt {
|
|
|
1088
1843
|
* @param {ShapePath} shapePath - The shape path.
|
|
1089
1844
|
* @return {Array<Shape>} An array of shapes.
|
|
1090
1845
|
*/
|
|
1091
|
-
static createShapes(
|
|
1092
|
-
const
|
|
1846
|
+
static createShapes(e) {
|
|
1847
|
+
const a = {
|
|
1093
1848
|
ORIGIN: 0,
|
|
1094
1849
|
DESTINATION: 1,
|
|
1095
1850
|
BETWEEN: 2,
|
|
@@ -1097,133 +1852,133 @@ class Me extends bt {
|
|
|
1097
1852
|
RIGHT: 4,
|
|
1098
1853
|
BEHIND: 5,
|
|
1099
1854
|
BEYOND: 6
|
|
1100
|
-
},
|
|
1101
|
-
loc:
|
|
1855
|
+
}, d = {
|
|
1856
|
+
loc: a.ORIGIN,
|
|
1102
1857
|
t: 0
|
|
1103
1858
|
};
|
|
1104
|
-
function
|
|
1105
|
-
const
|
|
1106
|
-
if (
|
|
1859
|
+
function m(w, L, M, U) {
|
|
1860
|
+
const c = w.x, p = L.x, I = M.x, u = U.x, N = w.y, O = L.y, D = M.y, Y = U.y, tt = (u - I) * (N - D) - (Y - D) * (c - I), F = (p - c) * (N - D) - (O - N) * (c - I), J = (Y - D) * (p - c) - (u - I) * (O - N), E = tt / J, q = F / J;
|
|
1861
|
+
if (J === 0 && tt !== 0 || E <= 0 || E >= 1 || q < 0 || q > 1)
|
|
1107
1862
|
return null;
|
|
1108
|
-
if (
|
|
1109
|
-
for (let
|
|
1110
|
-
if (
|
|
1111
|
-
const
|
|
1112
|
-
return { x:
|
|
1113
|
-
} else if (
|
|
1114
|
-
const
|
|
1115
|
-
return { x:
|
|
1863
|
+
if (tt === 0 && J === 0) {
|
|
1864
|
+
for (let $ = 0; $ < 2; $++)
|
|
1865
|
+
if (b($ === 0 ? M : U, w, L), d.loc == a.ORIGIN) {
|
|
1866
|
+
const K = $ === 0 ? M : U;
|
|
1867
|
+
return { x: K.x, y: K.y, t: d.t };
|
|
1868
|
+
} else if (d.loc == a.BETWEEN) {
|
|
1869
|
+
const K = +(c + d.t * (p - c)).toPrecision(10), l = +(N + d.t * (O - N)).toPrecision(10);
|
|
1870
|
+
return { x: K, y: l, t: d.t };
|
|
1116
1871
|
}
|
|
1117
1872
|
return null;
|
|
1118
1873
|
} else {
|
|
1119
|
-
for (let
|
|
1120
|
-
if (
|
|
1121
|
-
const
|
|
1122
|
-
return { x:
|
|
1874
|
+
for (let l = 0; l < 2; l++)
|
|
1875
|
+
if (b(l === 0 ? M : U, w, L), d.loc == a.ORIGIN) {
|
|
1876
|
+
const H = l === 0 ? M : U;
|
|
1877
|
+
return { x: H.x, y: H.y, t: d.t };
|
|
1123
1878
|
}
|
|
1124
|
-
const
|
|
1125
|
-
return { x:
|
|
1879
|
+
const $ = +(c + E * (p - c)).toPrecision(10), K = +(N + E * (O - N)).toPrecision(10);
|
|
1880
|
+
return { x: $, y: K, t: E };
|
|
1126
1881
|
}
|
|
1127
1882
|
}
|
|
1128
|
-
function
|
|
1129
|
-
const
|
|
1130
|
-
if (
|
|
1131
|
-
|
|
1883
|
+
function b(w, L, M) {
|
|
1884
|
+
const U = M.x - L.x, c = M.y - L.y, p = w.x - L.x, I = w.y - L.y, u = U * I - p * c;
|
|
1885
|
+
if (w.x === L.x && w.y === L.y) {
|
|
1886
|
+
d.loc = a.ORIGIN, d.t = 0;
|
|
1132
1887
|
return;
|
|
1133
1888
|
}
|
|
1134
|
-
if (
|
|
1135
|
-
|
|
1889
|
+
if (w.x === M.x && w.y === M.y) {
|
|
1890
|
+
d.loc = a.DESTINATION, d.t = 1;
|
|
1136
1891
|
return;
|
|
1137
1892
|
}
|
|
1138
|
-
if (
|
|
1139
|
-
|
|
1893
|
+
if (u < -Number.EPSILON) {
|
|
1894
|
+
d.loc = a.LEFT;
|
|
1140
1895
|
return;
|
|
1141
1896
|
}
|
|
1142
|
-
if (
|
|
1143
|
-
|
|
1897
|
+
if (u > Number.EPSILON) {
|
|
1898
|
+
d.loc = a.RIGHT;
|
|
1144
1899
|
return;
|
|
1145
1900
|
}
|
|
1146
|
-
if (
|
|
1147
|
-
|
|
1901
|
+
if (U * p < 0 || c * I < 0) {
|
|
1902
|
+
d.loc = a.BEHIND;
|
|
1148
1903
|
return;
|
|
1149
1904
|
}
|
|
1150
|
-
if (Math.sqrt(
|
|
1151
|
-
|
|
1905
|
+
if (Math.sqrt(U * U + c * c) < Math.sqrt(p * p + I * I)) {
|
|
1906
|
+
d.loc = a.BEYOND;
|
|
1152
1907
|
return;
|
|
1153
1908
|
}
|
|
1154
|
-
let
|
|
1155
|
-
|
|
1909
|
+
let N;
|
|
1910
|
+
U !== 0 ? N = p / U : N = I / c, d.loc = a.BETWEEN, d.t = N;
|
|
1156
1911
|
}
|
|
1157
|
-
function
|
|
1158
|
-
const
|
|
1159
|
-
for (let
|
|
1160
|
-
const
|
|
1161
|
-
for (let
|
|
1162
|
-
const
|
|
1163
|
-
|
|
1912
|
+
function Q(w, L) {
|
|
1913
|
+
const M = [], U = [];
|
|
1914
|
+
for (let c = 1; c < w.length; c++) {
|
|
1915
|
+
const p = w[c - 1], I = w[c];
|
|
1916
|
+
for (let u = 1; u < L.length; u++) {
|
|
1917
|
+
const N = L[u - 1], O = L[u], D = m(p, I, N, O);
|
|
1918
|
+
D !== null && M.find((Y) => Y.t <= D.t + Number.EPSILON && Y.t >= D.t - Number.EPSILON) === void 0 && (M.push(D), U.push(new it(D.x, D.y)));
|
|
1164
1919
|
}
|
|
1165
1920
|
}
|
|
1166
|
-
return
|
|
1921
|
+
return U;
|
|
1167
1922
|
}
|
|
1168
|
-
function
|
|
1169
|
-
const
|
|
1170
|
-
|
|
1171
|
-
const
|
|
1172
|
-
return
|
|
1173
|
-
|
|
1174
|
-
|
|
1923
|
+
function x(w, L, M) {
|
|
1924
|
+
const U = new it();
|
|
1925
|
+
L.getCenter(U);
|
|
1926
|
+
const c = [];
|
|
1927
|
+
return M.forEach((p) => {
|
|
1928
|
+
p.boundingBox.containsPoint(U) && Q(w, p.points).forEach((u) => {
|
|
1929
|
+
c.push({ identifier: p.identifier, isCW: p.isCW, point: u });
|
|
1175
1930
|
});
|
|
1176
|
-
}),
|
|
1931
|
+
}), c.sort((p, I) => p.point.x - I.point.x), c;
|
|
1177
1932
|
}
|
|
1178
|
-
function
|
|
1179
|
-
(
|
|
1180
|
-
const
|
|
1181
|
-
|
|
1182
|
-
const
|
|
1183
|
-
|
|
1184
|
-
const
|
|
1185
|
-
|
|
1186
|
-
|
|
1933
|
+
function z(w, L, M, U, c) {
|
|
1934
|
+
(c == null || c === "") && (c = "nonzero");
|
|
1935
|
+
const p = new it();
|
|
1936
|
+
w.boundingBox.getCenter(p);
|
|
1937
|
+
const I = [new it(M, p.y), new it(U, p.y)], u = x(I, w.boundingBox, L);
|
|
1938
|
+
u.sort((F, J) => F.point.x - J.point.x);
|
|
1939
|
+
const N = [], O = [];
|
|
1940
|
+
u.forEach((F) => {
|
|
1941
|
+
F.identifier === w.identifier ? N.push(F) : O.push(F);
|
|
1187
1942
|
});
|
|
1188
|
-
const
|
|
1189
|
-
let
|
|
1190
|
-
for (;
|
|
1191
|
-
|
|
1192
|
-
if (
|
|
1193
|
-
const
|
|
1194
|
-
return { identifier:
|
|
1195
|
-
} else if (
|
|
1196
|
-
let
|
|
1197
|
-
for (let
|
|
1198
|
-
const
|
|
1199
|
-
|
|
1943
|
+
const D = N[0].point.x, Y = [];
|
|
1944
|
+
let tt = 0;
|
|
1945
|
+
for (; tt < O.length && O[tt].point.x < D; )
|
|
1946
|
+
Y.length > 0 && Y[Y.length - 1] === O[tt].identifier ? Y.pop() : Y.push(O[tt].identifier), tt++;
|
|
1947
|
+
if (Y.push(w.identifier), c === "evenodd") {
|
|
1948
|
+
const F = Y.length % 2 === 0, J = Y[Y.length - 2];
|
|
1949
|
+
return { identifier: w.identifier, isHole: F, for: J };
|
|
1950
|
+
} else if (c === "nonzero") {
|
|
1951
|
+
let F = !0, J = null, E = null;
|
|
1952
|
+
for (let q = 0; q < Y.length; q++) {
|
|
1953
|
+
const $ = Y[q];
|
|
1954
|
+
F ? (E = L[$].isCW, F = !1, J = $) : E !== L[$].isCW && (E = L[$].isCW, F = !0);
|
|
1200
1955
|
}
|
|
1201
|
-
return { identifier:
|
|
1956
|
+
return { identifier: w.identifier, isHole: F, for: J };
|
|
1202
1957
|
} else
|
|
1203
|
-
console.warn('fill-rule: "' +
|
|
1958
|
+
console.warn('fill-rule: "' + c + '" is currently not implemented.');
|
|
1204
1959
|
}
|
|
1205
|
-
let
|
|
1206
|
-
const
|
|
1207
|
-
let
|
|
1208
|
-
for (let
|
|
1209
|
-
const
|
|
1210
|
-
|
|
1960
|
+
let G = 999999999, k = -999999999, Z = e.subPaths.map((w) => {
|
|
1961
|
+
const L = w.getPoints();
|
|
1962
|
+
let M = -999999999, U = 999999999, c = -999999999, p = 999999999;
|
|
1963
|
+
for (let I = 0; I < L.length; I++) {
|
|
1964
|
+
const u = L[I];
|
|
1965
|
+
u.y > M && (M = u.y), u.y < U && (U = u.y), u.x > c && (c = u.x), u.x < p && (p = u.x);
|
|
1211
1966
|
}
|
|
1212
|
-
return
|
|
1967
|
+
return k <= c && (k = c + 1), G >= p && (G = p - 1), { curves: w.curves, points: L, isCW: On.isClockWise(L), identifier: -1, boundingBox: new wn(new it(p, U), new it(c, M)) };
|
|
1213
1968
|
});
|
|
1214
|
-
|
|
1215
|
-
for (let
|
|
1216
|
-
|
|
1217
|
-
const V =
|
|
1218
|
-
return
|
|
1219
|
-
if (!V[
|
|
1220
|
-
const
|
|
1221
|
-
|
|
1222
|
-
const
|
|
1223
|
-
|
|
1224
|
-
}),
|
|
1969
|
+
Z = Z.filter((w) => w.points.length > 1);
|
|
1970
|
+
for (let w = 0; w < Z.length; w++)
|
|
1971
|
+
Z[w].identifier = w;
|
|
1972
|
+
const V = Z.map((w) => z(w, Z, G, k, e.userData ? e.userData.style.fillRule : void 0)), B = [];
|
|
1973
|
+
return Z.forEach((w) => {
|
|
1974
|
+
if (!V[w.identifier].isHole) {
|
|
1975
|
+
const M = new In();
|
|
1976
|
+
M.curves = w.curves, V.filter((c) => c.isHole && c.for === w.identifier).forEach((c) => {
|
|
1977
|
+
const p = Z[c.identifier], I = new Gt();
|
|
1978
|
+
I.curves = p.curves, M.holes.push(I);
|
|
1979
|
+
}), B.push(M);
|
|
1225
1980
|
}
|
|
1226
|
-
}),
|
|
1981
|
+
}), B;
|
|
1227
1982
|
}
|
|
1228
1983
|
/**
|
|
1229
1984
|
* Returns a stroke style object from the given parameters.
|
|
@@ -1235,13 +1990,13 @@ class Me extends bt {
|
|
|
1235
1990
|
* @param {number} [miterLimit=4] - Maximum join length, in multiples of the `width` parameter (join is truncated if it exceeds that distance).
|
|
1236
1991
|
* @return {Object} The style object.
|
|
1237
1992
|
*/
|
|
1238
|
-
static getStrokeStyle(
|
|
1239
|
-
return
|
|
1240
|
-
strokeColor:
|
|
1241
|
-
strokeWidth:
|
|
1242
|
-
strokeLineJoin:
|
|
1243
|
-
strokeLineCap:
|
|
1244
|
-
strokeMiterLimit:
|
|
1993
|
+
static getStrokeStyle(e, s, a, d, m) {
|
|
1994
|
+
return e = e !== void 0 ? e : 1, s = s !== void 0 ? s : "#000", a = a !== void 0 ? a : "miter", d = d !== void 0 ? d : "butt", m = m !== void 0 ? m : 4, {
|
|
1995
|
+
strokeColor: s,
|
|
1996
|
+
strokeWidth: e,
|
|
1997
|
+
strokeLineJoin: a,
|
|
1998
|
+
strokeLineCap: d,
|
|
1999
|
+
strokeMiterLimit: m
|
|
1245
2000
|
};
|
|
1246
2001
|
}
|
|
1247
2002
|
/**
|
|
@@ -1254,12 +2009,12 @@ class Me extends bt {
|
|
|
1254
2009
|
* @return {?BufferGeometry} The stroke geometry. UV coordinates are generated ('u' along path. 'v' across it, from left to right).
|
|
1255
2010
|
* Returns `null` if not geometry was generated.
|
|
1256
2011
|
*/
|
|
1257
|
-
static pointsToStroke(
|
|
1258
|
-
const
|
|
1259
|
-
if (
|
|
2012
|
+
static pointsToStroke(e, s, a, d) {
|
|
2013
|
+
const m = [], b = [], Q = [];
|
|
2014
|
+
if (kt.pointsToStrokeWithBuffers(e, s, a, d, m, b, Q) === 0)
|
|
1260
2015
|
return null;
|
|
1261
|
-
const
|
|
1262
|
-
return
|
|
2016
|
+
const x = new Ln();
|
|
2017
|
+
return x.setAttribute("position", new Vt(m, 3)), x.setAttribute("normal", new Vt(b, 3)), x.setAttribute("uv", new Vt(Q, 2)), x;
|
|
1263
2018
|
}
|
|
1264
2019
|
/**
|
|
1265
2020
|
* Creates a stroke from an array of points.
|
|
@@ -1274,887 +2029,1259 @@ class Me extends bt {
|
|
|
1274
2029
|
* @param {number} [vertexOffset=0] - The vertex offset.
|
|
1275
2030
|
* @return {number} The number of vertices.
|
|
1276
2031
|
*/
|
|
1277
|
-
static pointsToStrokeWithBuffers(
|
|
1278
|
-
const
|
|
1279
|
-
|
|
1280
|
-
const
|
|
1281
|
-
if (
|
|
1282
|
-
const
|
|
1283
|
-
let
|
|
1284
|
-
const
|
|
1285
|
-
let
|
|
1286
|
-
|
|
1287
|
-
for (let
|
|
1288
|
-
|
|
1289
|
-
const
|
|
1290
|
-
if (
|
|
1291
|
-
|
|
1292
|
-
const
|
|
1293
|
-
if (
|
|
1294
|
-
const
|
|
1295
|
-
|
|
1296
|
-
const
|
|
1297
|
-
|
|
1298
|
-
const
|
|
1299
|
-
switch (
|
|
2032
|
+
static pointsToStrokeWithBuffers(e, s, a, d, m, b, Q, x) {
|
|
2033
|
+
const z = new it(), G = new it(), k = new it(), Z = new it(), V = new it(), B = new it(), w = new it(), L = new it(), M = new it(), U = new it(), c = new it(), p = new it(), I = new it(), u = new it(), N = new it(), O = new it(), D = new it();
|
|
2034
|
+
a = a !== void 0 ? a : 12, d = d !== void 0 ? d : 1e-3, x = x !== void 0 ? x : 0, e = A(e);
|
|
2035
|
+
const Y = e.length;
|
|
2036
|
+
if (Y < 2) return 0;
|
|
2037
|
+
const tt = e[0].equals(e[Y - 1]);
|
|
2038
|
+
let F, J = e[0], E;
|
|
2039
|
+
const q = s.strokeWidth / 2, $ = 1 / (Y - 1);
|
|
2040
|
+
let K = 0, l, H, _, et, st = !1, ut = 0, h = x * 3, i = x * 2;
|
|
2041
|
+
r(e[0], e[1], z).multiplyScalar(q), L.copy(e[0]).sub(z), M.copy(e[0]).add(z), U.copy(L), c.copy(M);
|
|
2042
|
+
for (let y = 1; y < Y; y++) {
|
|
2043
|
+
F = e[y], y === Y - 1 ? tt ? E = e[1] : E = void 0 : E = e[y + 1];
|
|
2044
|
+
const v = z;
|
|
2045
|
+
if (r(J, F, v), k.copy(v).multiplyScalar(q), p.copy(F).sub(k), I.copy(F).add(k), l = K + $, H = !1, E !== void 0) {
|
|
2046
|
+
r(F, E, G), k.copy(G).multiplyScalar(q), u.copy(F).sub(k), N.copy(F).add(k), _ = !0, k.subVectors(E, J), v.dot(k) < 0 && (_ = !1), y === 1 && (st = _), k.subVectors(E, F), k.normalize();
|
|
2047
|
+
const S = Math.abs(v.dot(k));
|
|
2048
|
+
if (S > Number.EPSILON) {
|
|
2049
|
+
const W = q / S;
|
|
2050
|
+
k.multiplyScalar(-W), Z.subVectors(F, J), V.copy(Z).setLength(W).add(k), O.copy(V).negate();
|
|
2051
|
+
const f = V.length(), o = Z.length();
|
|
2052
|
+
Z.divideScalar(o), B.subVectors(E, F);
|
|
2053
|
+
const j = B.length();
|
|
2054
|
+
switch (B.divideScalar(j), Z.dot(O) < o && B.dot(O) < j && (H = !0), D.copy(V).add(F), O.add(F), et = !1, H ? _ ? (N.copy(O), I.copy(O)) : (u.copy(O), p.copy(O)) : R(), s.strokeLineJoin) {
|
|
1300
2055
|
case "bevel":
|
|
1301
|
-
|
|
2056
|
+
g(_, H, l);
|
|
1302
2057
|
break;
|
|
1303
2058
|
case "round":
|
|
1304
|
-
|
|
2059
|
+
P(_, H), _ ? C(F, p, u, l, 0) : C(F, N, I, l, 1);
|
|
1305
2060
|
break;
|
|
1306
2061
|
case "miter":
|
|
1307
2062
|
case "miter-clip":
|
|
1308
2063
|
default:
|
|
1309
|
-
const
|
|
1310
|
-
if (
|
|
1311
|
-
if (
|
|
1312
|
-
|
|
2064
|
+
const nt = q * s.strokeMiterLimit / f;
|
|
2065
|
+
if (nt < 1)
|
|
2066
|
+
if (s.strokeLineJoin !== "miter-clip") {
|
|
2067
|
+
g(_, H, l);
|
|
1313
2068
|
break;
|
|
1314
2069
|
} else
|
|
1315
|
-
|
|
2070
|
+
P(_, H), _ ? (B.subVectors(D, p).multiplyScalar(nt).add(p), w.subVectors(D, u).multiplyScalar(nt).add(u), n(p, l, 0), n(B, l, 0), n(F, l, 0.5), n(F, l, 0.5), n(B, l, 0), n(w, l, 0), n(F, l, 0.5), n(w, l, 0), n(u, l, 0)) : (B.subVectors(D, I).multiplyScalar(nt).add(I), w.subVectors(D, N).multiplyScalar(nt).add(N), n(I, l, 1), n(B, l, 1), n(F, l, 0.5), n(F, l, 0.5), n(B, l, 1), n(w, l, 1), n(F, l, 0.5), n(w, l, 1), n(N, l, 1));
|
|
1316
2071
|
else
|
|
1317
|
-
|
|
2072
|
+
H ? (_ ? (n(M, K, 1), n(L, K, 0), n(D, l, 0), n(M, K, 1), n(D, l, 0), n(O, l, 1)) : (n(M, K, 1), n(L, K, 0), n(D, l, 1), n(L, K, 0), n(O, l, 0), n(D, l, 1)), _ ? u.copy(D) : N.copy(D)) : _ ? (n(p, l, 0), n(D, l, 0), n(F, l, 0.5), n(F, l, 0.5), n(D, l, 0), n(u, l, 0)) : (n(I, l, 1), n(D, l, 1), n(F, l, 0.5), n(F, l, 0.5), n(D, l, 1), n(N, l, 1)), et = !0;
|
|
1318
2073
|
break;
|
|
1319
2074
|
}
|
|
1320
2075
|
} else
|
|
1321
|
-
|
|
2076
|
+
R();
|
|
1322
2077
|
} else
|
|
1323
|
-
|
|
1324
|
-
!
|
|
2078
|
+
R();
|
|
2079
|
+
!tt && y === Y - 1 && X(e[0], U, c, _, !0, K), K = l, J = F, L.copy(u), M.copy(N);
|
|
1325
2080
|
}
|
|
1326
|
-
if (!
|
|
1327
|
-
|
|
1328
|
-
else if (
|
|
1329
|
-
let
|
|
1330
|
-
|
|
2081
|
+
if (!tt)
|
|
2082
|
+
X(F, p, I, _, !1, l);
|
|
2083
|
+
else if (H && m) {
|
|
2084
|
+
let y = D, v = O;
|
|
2085
|
+
st !== _ && (y = O, v = D), _ ? (et || st) && (v.toArray(m, 0 * 3), v.toArray(m, 3 * 3), et && y.toArray(m, 1 * 3)) : (et || !st) && (v.toArray(m, 1 * 3), v.toArray(m, 3 * 3), et && y.toArray(m, 0 * 3));
|
|
1331
2086
|
}
|
|
1332
|
-
return
|
|
1333
|
-
function
|
|
1334
|
-
return
|
|
2087
|
+
return ut;
|
|
2088
|
+
function r(y, v, S) {
|
|
2089
|
+
return S.subVectors(v, y), S.set(-S.y, S.x).normalize();
|
|
1335
2090
|
}
|
|
1336
|
-
function
|
|
1337
|
-
|
|
2091
|
+
function n(y, v, S) {
|
|
2092
|
+
m && (m[h] = y.x, m[h + 1] = y.y, m[h + 2] = 0, b && (b[h] = 0, b[h + 1] = 0, b[h + 2] = 1), h += 3, Q && (Q[i] = v, Q[i + 1] = S, i += 2)), ut += 3;
|
|
1338
2093
|
}
|
|
1339
|
-
function
|
|
1340
|
-
|
|
1341
|
-
let
|
|
1342
|
-
const
|
|
1343
|
-
Math.abs(
|
|
1344
|
-
for (let
|
|
1345
|
-
|
|
1346
|
-
|
|
2094
|
+
function C(y, v, S, W, f) {
|
|
2095
|
+
z.copy(v).sub(y).normalize(), G.copy(S).sub(y).normalize();
|
|
2096
|
+
let o = Math.PI;
|
|
2097
|
+
const j = z.dot(G);
|
|
2098
|
+
Math.abs(j) < 1 && (o = Math.abs(Math.acos(j))), o /= a, k.copy(v);
|
|
2099
|
+
for (let nt = 0, pt = a - 1; nt < pt; nt++)
|
|
2100
|
+
Z.copy(k).rotateAround(y, o), n(k, W, f), n(Z, W, f), n(y, W, 0.5), k.copy(Z);
|
|
2101
|
+
n(Z, W, f), n(S, W, f), n(y, W, 0.5);
|
|
1347
2102
|
}
|
|
1348
|
-
function
|
|
1349
|
-
|
|
2103
|
+
function R() {
|
|
2104
|
+
n(M, K, 1), n(L, K, 0), n(p, l, 0), n(M, K, 1), n(p, l, 0), n(I, l, 1);
|
|
1350
2105
|
}
|
|
1351
|
-
function
|
|
1352
|
-
|
|
2106
|
+
function g(y, v, S) {
|
|
2107
|
+
v ? y ? (n(M, K, 1), n(L, K, 0), n(p, l, 0), n(M, K, 1), n(p, l, 0), n(O, l, 1), n(p, S, 0), n(u, S, 0), n(O, S, 0.5)) : (n(M, K, 1), n(L, K, 0), n(I, l, 1), n(L, K, 0), n(O, l, 0), n(I, l, 1), n(I, S, 1), n(O, S, 0), n(N, S, 1)) : y ? (n(p, S, 0), n(u, S, 0), n(F, S, 0.5)) : (n(I, S, 1), n(N, S, 0), n(F, S, 0.5));
|
|
1353
2108
|
}
|
|
1354
|
-
function
|
|
1355
|
-
|
|
2109
|
+
function P(y, v) {
|
|
2110
|
+
v && (y ? (n(M, K, 1), n(L, K, 0), n(p, l, 0), n(M, K, 1), n(p, l, 0), n(O, l, 1), n(p, K, 0), n(F, l, 0.5), n(O, l, 1), n(F, l, 0.5), n(u, K, 0), n(O, l, 1)) : (n(M, K, 1), n(L, K, 0), n(I, l, 1), n(L, K, 0), n(O, l, 0), n(I, l, 1), n(I, K, 1), n(O, l, 0), n(F, l, 0.5), n(F, l, 0.5), n(O, l, 0), n(N, K, 1)));
|
|
1356
2111
|
}
|
|
1357
|
-
function
|
|
1358
|
-
switch (
|
|
2112
|
+
function X(y, v, S, W, f, o) {
|
|
2113
|
+
switch (s.strokeLineCap) {
|
|
1359
2114
|
case "round":
|
|
1360
|
-
|
|
2115
|
+
f ? C(y, S, v, o, 0.5) : C(y, v, S, o, 0.5);
|
|
1361
2116
|
break;
|
|
1362
2117
|
case "square":
|
|
1363
|
-
if (
|
|
1364
|
-
|
|
2118
|
+
if (f)
|
|
2119
|
+
z.subVectors(v, y), G.set(z.y, -z.x), k.addVectors(z, G).add(y), Z.subVectors(G, z).add(y), W ? (k.toArray(m, 1 * 3), Z.toArray(m, 0 * 3), Z.toArray(m, 3 * 3)) : (k.toArray(m, 1 * 3), Q[3 * 2 + 1] === 1 ? Z.toArray(m, 3 * 3) : k.toArray(m, 3 * 3), Z.toArray(m, 0 * 3));
|
|
1365
2120
|
else {
|
|
1366
|
-
|
|
1367
|
-
const
|
|
1368
|
-
|
|
2121
|
+
z.subVectors(S, y), G.set(z.y, -z.x), k.addVectors(z, G).add(y), Z.subVectors(G, z).add(y);
|
|
2122
|
+
const j = m.length;
|
|
2123
|
+
W ? (k.toArray(m, j - 1 * 3), Z.toArray(m, j - 2 * 3), Z.toArray(m, j - 4 * 3)) : (Z.toArray(m, j - 2 * 3), k.toArray(m, j - 1 * 3), Z.toArray(m, j - 4 * 3));
|
|
1369
2124
|
}
|
|
1370
2125
|
break;
|
|
1371
2126
|
}
|
|
1372
2127
|
}
|
|
1373
|
-
function
|
|
1374
|
-
let
|
|
1375
|
-
for (let
|
|
1376
|
-
if (
|
|
1377
|
-
|
|
2128
|
+
function A(y) {
|
|
2129
|
+
let v = !1;
|
|
2130
|
+
for (let W = 1, f = y.length - 1; W < f; W++)
|
|
2131
|
+
if (y[W].distanceTo(y[W + 1]) < d) {
|
|
2132
|
+
v = !0;
|
|
1378
2133
|
break;
|
|
1379
2134
|
}
|
|
1380
|
-
if (!
|
|
1381
|
-
const
|
|
1382
|
-
|
|
1383
|
-
for (let
|
|
1384
|
-
|
|
1385
|
-
return
|
|
2135
|
+
if (!v) return y;
|
|
2136
|
+
const S = [];
|
|
2137
|
+
S.push(y[0]);
|
|
2138
|
+
for (let W = 1, f = y.length - 1; W < f; W++)
|
|
2139
|
+
y[W].distanceTo(y[W + 1]) >= d && S.push(y[W]);
|
|
2140
|
+
return S.push(y[y.length - 1]), S;
|
|
1386
2141
|
}
|
|
1387
2142
|
}
|
|
1388
2143
|
}
|
|
1389
|
-
const
|
|
1390
|
-
function
|
|
1391
|
-
if (!
|
|
1392
|
-
let
|
|
1393
|
-
for (;
|
|
1394
|
-
const
|
|
1395
|
-
if (
|
|
1396
|
-
|
|
2144
|
+
const mr = -2;
|
|
2145
|
+
function pr(t) {
|
|
2146
|
+
if (!t || t.nodeType !== 1) return;
|
|
2147
|
+
let e = t;
|
|
2148
|
+
for (; e; ) {
|
|
2149
|
+
const s = e.getAttribute("id");
|
|
2150
|
+
if (s) return s;
|
|
2151
|
+
e = e.parentElement;
|
|
1397
2152
|
}
|
|
1398
2153
|
}
|
|
1399
|
-
function
|
|
1400
|
-
if (!
|
|
1401
|
-
let
|
|
1402
|
-
for (;
|
|
1403
|
-
const
|
|
1404
|
-
if (
|
|
1405
|
-
|
|
2154
|
+
function Bt(t) {
|
|
2155
|
+
if (!t) return !1;
|
|
2156
|
+
let e = t;
|
|
2157
|
+
for (; e; ) {
|
|
2158
|
+
const s = e.getAttribute("id") ?? "", a = e.getAttribute("data-name") ?? "";
|
|
2159
|
+
if (Zt(s) || Zt(a) || Ft(s) || Ft(a)) return !0;
|
|
2160
|
+
e = e.parentElement;
|
|
1406
2161
|
}
|
|
1407
2162
|
return !1;
|
|
1408
2163
|
}
|
|
1409
|
-
function
|
|
1410
|
-
url:
|
|
1411
|
-
suppressIds:
|
|
1412
|
-
imageProxyUrl:
|
|
1413
|
-
is3d:
|
|
2164
|
+
function yr({
|
|
2165
|
+
url: t,
|
|
2166
|
+
suppressIds: e,
|
|
2167
|
+
imageProxyUrl: s,
|
|
2168
|
+
is3d: a = !1,
|
|
2169
|
+
theme: d
|
|
1414
2170
|
}) {
|
|
1415
|
-
const [
|
|
1416
|
-
|
|
1417
|
-
let
|
|
1418
|
-
const
|
|
1419
|
-
return fetch(
|
|
2171
|
+
const [m, b] = dt(null);
|
|
2172
|
+
lt(() => {
|
|
2173
|
+
let x = !1;
|
|
2174
|
+
const z = new AbortController(), G = be(t, s);
|
|
2175
|
+
return fetch(G, { signal: z.signal }).then((k) => {
|
|
1420
2176
|
if (!k.ok) throw new Error(`SVG fetch ${k.status}`);
|
|
1421
2177
|
return k.text();
|
|
1422
2178
|
}).then((k) => {
|
|
1423
|
-
if (
|
|
1424
|
-
const
|
|
1425
|
-
|
|
2179
|
+
if (x) return;
|
|
2180
|
+
const Z = on(k), V = new kt();
|
|
2181
|
+
b(V.parse(Z));
|
|
1426
2182
|
}).catch((k) => {
|
|
1427
|
-
|
|
1428
|
-
`[eyeon-map] Outdoor SVG failed to load from ${
|
|
2183
|
+
x || k instanceof DOMException && k.name === "AbortError" || (b(null), console.warn(
|
|
2184
|
+
`[eyeon-map] Outdoor SVG failed to load from ${G}. If this is a cross-origin error, pass \`imageProxyUrl\` to MapViewer.`,
|
|
1429
2185
|
k
|
|
1430
2186
|
));
|
|
1431
2187
|
}), () => {
|
|
1432
|
-
|
|
2188
|
+
x = !0, z.abort();
|
|
1433
2189
|
};
|
|
1434
|
-
}, [
|
|
1435
|
-
const
|
|
1436
|
-
var
|
|
1437
|
-
if (!
|
|
1438
|
-
const
|
|
1439
|
-
let
|
|
1440
|
-
for (const
|
|
1441
|
-
const
|
|
1442
|
-
if (
|
|
1443
|
-
const
|
|
1444
|
-
if (
|
|
1445
|
-
const
|
|
1446
|
-
|
|
1447
|
-
const
|
|
1448
|
-
|
|
1449
|
-
key: `${
|
|
1450
|
-
shapes:
|
|
1451
|
-
color:
|
|
1452
|
-
opacity:
|
|
1453
|
-
extrude:
|
|
1454
|
-
renderOrder: (
|
|
2190
|
+
}, [t, s]);
|
|
2191
|
+
const Q = ot(() => {
|
|
2192
|
+
var G, k, Z;
|
|
2193
|
+
if (!m) return [];
|
|
2194
|
+
const x = [];
|
|
2195
|
+
let z = 0;
|
|
2196
|
+
for (const V of m.paths) {
|
|
2197
|
+
const B = (G = V.userData) == null ? void 0 : G.node, w = pr(B);
|
|
2198
|
+
if (w != null && w.toLowerCase().startsWith("route-path") || w && (cn(w) || sn(w)) || w && (e != null && e.has(w)) || Bt(B) && !w || w && (Zt(w) || Ft(w)) || B && Bt(B) && w && (e != null && e.has(w)) || B && Bt(B)) continue;
|
|
2199
|
+
const L = kt.createShapes(V);
|
|
2200
|
+
if (L.length === 0) continue;
|
|
2201
|
+
const M = Me(w, d), U = Mt(M == null ? void 0 : M.fill), c = Mt(M == null ? void 0 : M.stroke), p = new rt.Color();
|
|
2202
|
+
M != null && M.fill && !U ? p.set(M.fill) : V.color && !U ? p.copy(V.color) : p.set("#cccccc"), M != null && M.stroke && !M.fill && !c && p.set(M.stroke);
|
|
2203
|
+
const I = U || c && !(M != null && M.fill) ? 0 : typeof ((Z = (k = V.userData) == null ? void 0 : k.style) == null ? void 0 : Z.opacity) == "number" ? V.userData.style.opacity : 1, u = a && (M == null ? void 0 : M.extrudeHeight) != null ? M.extrudeHeight : 0;
|
|
2204
|
+
x.push({
|
|
2205
|
+
key: `${w ?? "path"}-${z++}`,
|
|
2206
|
+
shapes: L,
|
|
2207
|
+
color: p,
|
|
2208
|
+
opacity: I,
|
|
2209
|
+
extrude: u,
|
|
2210
|
+
renderOrder: (M == null ? void 0 : M.renderOrder) ?? 2
|
|
1455
2211
|
});
|
|
1456
2212
|
}
|
|
1457
|
-
return
|
|
1458
|
-
}, [
|
|
1459
|
-
return !
|
|
1460
|
-
(
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
2213
|
+
return x;
|
|
2214
|
+
}, [m, e, a, d]);
|
|
2215
|
+
return !m || Q.length === 0 ? null : /* @__PURE__ */ T("group", { position: [0, 0, mr], renderOrder: -20, children: Q.map(
|
|
2216
|
+
(x) => x.shapes.map((z, G) => /* @__PURE__ */ ct(
|
|
2217
|
+
"mesh",
|
|
2218
|
+
{
|
|
2219
|
+
renderOrder: x.renderOrder,
|
|
2220
|
+
raycast: () => {
|
|
2221
|
+
},
|
|
2222
|
+
children: [
|
|
2223
|
+
x.extrude > 0 ? /* @__PURE__ */ T(
|
|
2224
|
+
"extrudeGeometry",
|
|
2225
|
+
{
|
|
2226
|
+
args: [z, { depth: x.extrude, bevelEnabled: !1 }]
|
|
2227
|
+
}
|
|
2228
|
+
) : /* @__PURE__ */ T("shapeGeometry", { args: [z] }),
|
|
2229
|
+
/* @__PURE__ */ T(
|
|
2230
|
+
"meshBasicMaterial",
|
|
2231
|
+
{
|
|
2232
|
+
color: x.color,
|
|
2233
|
+
transparent: x.opacity < 1,
|
|
2234
|
+
opacity: x.opacity,
|
|
2235
|
+
depthWrite: !1,
|
|
2236
|
+
toneMapped: !1,
|
|
2237
|
+
side: rt.DoubleSide
|
|
2238
|
+
}
|
|
2239
|
+
)
|
|
2240
|
+
]
|
|
2241
|
+
},
|
|
2242
|
+
`${x.key}-${G}`
|
|
2243
|
+
))
|
|
1479
2244
|
) });
|
|
1480
2245
|
}
|
|
1481
|
-
const
|
|
1482
|
-
function
|
|
2246
|
+
const gr = [1, -1, 1];
|
|
2247
|
+
function Ne(t) {
|
|
2248
|
+
return {
|
|
2249
|
+
...t,
|
|
2250
|
+
minY: -t.maxY,
|
|
2251
|
+
maxY: -t.minY,
|
|
2252
|
+
cy: -t.cy
|
|
2253
|
+
};
|
|
2254
|
+
}
|
|
2255
|
+
function Nt(t, e, s, a) {
|
|
2256
|
+
const d = Math.max(t, 1) / Math.max(s, 1), m = Math.max(e, 1) / Math.max(a, 1);
|
|
2257
|
+
return Math.min(d, m);
|
|
2258
|
+
}
|
|
2259
|
+
function Et(t) {
|
|
1483
2260
|
return {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
maxY: -l.minY,
|
|
1487
|
-
cy: -l.cy
|
|
2261
|
+
width: Math.max(t.maxX - t.minX, 1),
|
|
2262
|
+
height: Math.max(t.maxY - t.minY, 1)
|
|
1488
2263
|
};
|
|
1489
2264
|
}
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
2265
|
+
const he = 240, Ar = 400, Tt = 1, xr = 2, vr = 400, Ee = 80, ke = 52, Te = 8, Mr = 14, br = 16;
|
|
2266
|
+
function Cr(t, e, s = Tt, a = Ee, d = xr, m = vr) {
|
|
2267
|
+
const b = Math.max(t, e);
|
|
2268
|
+
if (b <= a) return s;
|
|
2269
|
+
const Q = Math.max(m - a, 1), x = Math.min(1, (b - a) / Q);
|
|
2270
|
+
return s + (d - s) * x;
|
|
1493
2271
|
}
|
|
1494
|
-
function
|
|
2272
|
+
function wr(t, e = Tt, s = ke) {
|
|
2273
|
+
const a = t.maxX - t.minX, d = t.maxY - t.minY, m = Math.max(a, s), b = Math.max(d, s), Q = Cr(a, d, e), x = (m + m * Q) / 2, z = (b + b * Q) / 2;
|
|
1495
2274
|
return {
|
|
1496
|
-
|
|
1497
|
-
|
|
2275
|
+
minX: t.cx - x,
|
|
2276
|
+
minY: t.cy - z,
|
|
2277
|
+
maxX: t.cx + x,
|
|
2278
|
+
maxY: t.cy + z,
|
|
2279
|
+
cx: t.cx,
|
|
2280
|
+
cy: t.cy,
|
|
2281
|
+
size: Math.max(x, z) * 2
|
|
1498
2282
|
};
|
|
1499
2283
|
}
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
2284
|
+
function Or(t, e, s = Te, a = Mr) {
|
|
2285
|
+
const d = Math.max(t, e), m = Ee * (1 + Tt);
|
|
2286
|
+
if (d >= m) return s;
|
|
2287
|
+
const b = ke * (1 + Tt);
|
|
2288
|
+
if (d <= b) return a;
|
|
2289
|
+
const Q = Math.max(m - b, 1), x = (d - b) / Q;
|
|
2290
|
+
return a + (s - a) * x;
|
|
1503
2291
|
}
|
|
1504
|
-
function
|
|
1505
|
-
|
|
2292
|
+
function Ir(t, e, s = Te) {
|
|
2293
|
+
const a = Math.max(e, 1e-3) * s;
|
|
2294
|
+
return Math.min(t, a);
|
|
1506
2295
|
}
|
|
1507
|
-
function
|
|
1508
|
-
const
|
|
1509
|
-
|
|
2296
|
+
function Lr(t) {
|
|
2297
|
+
const e = [...new Set(t.filter((s) => Number.isFinite(s)))].sort(
|
|
2298
|
+
(s, a) => s - a
|
|
2299
|
+
);
|
|
2300
|
+
return e.length > 0 ? e.join(",") : null;
|
|
1510
2301
|
}
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
2302
|
+
function Ut(t, e) {
|
|
2303
|
+
const s = new Set(e);
|
|
2304
|
+
if (s.size === 0) return null;
|
|
2305
|
+
let a = null;
|
|
2306
|
+
for (const d of t)
|
|
2307
|
+
for (const m of d.shapes) {
|
|
2308
|
+
if (!s.has(m.id)) continue;
|
|
2309
|
+
const b = an(m.bbox, d.transform);
|
|
2310
|
+
a = a ? ln(a, b) : b;
|
|
2311
|
+
}
|
|
2312
|
+
return a ? Ne(wr(a)) : null;
|
|
1514
2313
|
}
|
|
1515
|
-
function
|
|
1516
|
-
return
|
|
2314
|
+
function Nr(t, e) {
|
|
2315
|
+
return Ut(t, [e]);
|
|
1517
2316
|
}
|
|
1518
|
-
function
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
2317
|
+
function qt(t) {
|
|
2318
|
+
return 1 - (1 - Math.min(1, Math.max(0, t))) ** 3;
|
|
2319
|
+
}
|
|
2320
|
+
function At(t, e, s) {
|
|
2321
|
+
return t + (e - t) * s;
|
|
2322
|
+
}
|
|
2323
|
+
function me(t, e, s, a = qt) {
|
|
2324
|
+
const d = a(s);
|
|
2325
|
+
return {
|
|
2326
|
+
zoom: At(t.zoom, e.zoom, d),
|
|
2327
|
+
position: [
|
|
2328
|
+
At(t.position[0], e.position[0], d),
|
|
2329
|
+
At(t.position[1], e.position[1], d),
|
|
2330
|
+
At(t.position[2], e.position[2], d)
|
|
2331
|
+
],
|
|
2332
|
+
target: [
|
|
2333
|
+
At(t.target[0], e.target[0], d),
|
|
2334
|
+
At(t.target[1], e.target[1], d),
|
|
2335
|
+
At(t.target[2], e.target[2], d)
|
|
2336
|
+
]
|
|
2337
|
+
};
|
|
2338
|
+
}
|
|
2339
|
+
function pe(t, e, s = 1e-3) {
|
|
2340
|
+
return Math.abs(t.zoom - e.zoom) < s && Math.abs(t.position[0] - e.position[0]) < s && Math.abs(t.position[1] - e.position[1]) < s && Math.abs(t.position[2] - e.position[2]) < s && Math.abs(t.target[0] - e.target[0]) < s && Math.abs(t.target[1] - e.target[1]) < s && Math.abs(t.target[2] - e.target[2]) < s;
|
|
2341
|
+
}
|
|
2342
|
+
function Er(t, e, s, a, d) {
|
|
2343
|
+
const m = 1 + Math.min(Math.max(s, 0.15), 1) * 0.5, b = e > 0 ? t * m : t / m;
|
|
2344
|
+
return Math.min(d, Math.max(a, b));
|
|
2345
|
+
}
|
|
2346
|
+
const kr = 0, ye = 1, Ht = 2, Tr = 0, Sr = 1, ge = 2, zr = !0;
|
|
2347
|
+
function Pr(t) {
|
|
2348
|
+
return t ? { LEFT: kr, MIDDLE: ye, RIGHT: Ht } : { LEFT: Ht, MIDDLE: ye, RIGHT: Ht };
|
|
2349
|
+
}
|
|
2350
|
+
function Rr(t) {
|
|
2351
|
+
return t ? { ONE: Tr, TWO: ge } : { ONE: Sr, TWO: ge };
|
|
2352
|
+
}
|
|
2353
|
+
function Gr(t, e) {
|
|
2354
|
+
return [
|
|
2355
|
+
t.cx,
|
|
2356
|
+
t.cy,
|
|
2357
|
+
t.minX,
|
|
2358
|
+
t.minY,
|
|
2359
|
+
t.maxX,
|
|
2360
|
+
t.maxY,
|
|
2361
|
+
t.size,
|
|
2362
|
+
e ? "3d" : "2d"
|
|
2363
|
+
].join("|");
|
|
2364
|
+
}
|
|
2365
|
+
function Vr({
|
|
2366
|
+
bounds: t,
|
|
2367
|
+
theme: e,
|
|
2368
|
+
is3d: s,
|
|
2369
|
+
controlsRef: a,
|
|
2370
|
+
cameraRef: d,
|
|
2371
|
+
persistedViewRef: m,
|
|
2372
|
+
focusKey: b = null,
|
|
2373
|
+
focusViewBounds: Q = null
|
|
1524
2374
|
}) {
|
|
1525
|
-
const { camera:
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
const
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
2375
|
+
const { camera: x, size: z, invalidate: G } = gn(), k = at(!1), Z = at(!1), V = at(null), B = at(null), w = at(b);
|
|
2376
|
+
w.current = b;
|
|
2377
|
+
const L = at(Q);
|
|
2378
|
+
L.current = Q;
|
|
2379
|
+
const M = at(null), U = Gr(t, s), c = mt(() => {
|
|
2380
|
+
V.current != null && (cancelAnimationFrame(V.current), V.current = null);
|
|
2381
|
+
}, []), p = mt(
|
|
2382
|
+
(l = k.current) => {
|
|
2383
|
+
const H = a.current;
|
|
2384
|
+
return {
|
|
2385
|
+
is3d: s,
|
|
2386
|
+
boundsKey: U,
|
|
2387
|
+
zoom: x instanceof rt.OrthographicCamera ? x.zoom : 1,
|
|
2388
|
+
position: [x.position.x, x.position.y, x.position.z],
|
|
2389
|
+
target: H ? [H.target.x, H.target.y, H.target.z] : [t.cx, t.cy, 0],
|
|
2390
|
+
userAdjusted: l,
|
|
2391
|
+
focusKey: w.current
|
|
2392
|
+
};
|
|
2393
|
+
},
|
|
2394
|
+
[t.cx, t.cy, U, x, a, s]
|
|
2395
|
+
), I = mt(
|
|
2396
|
+
(l) => {
|
|
2397
|
+
Z.current = !0, c(), x.up.set(0, 1, 0), x.position.set(l.position[0], l.position[1], l.position[2]), x instanceof rt.OrthographicCamera ? (x.zoom = l.zoom, x.updateProjectionMatrix()) : x.lookAt(l.target[0], l.target[1], l.target[2]);
|
|
2398
|
+
const H = a.current;
|
|
2399
|
+
H && (H.target.set(l.target[0], l.target[1], l.target[2]), H.update()), m.current = { ...l, boundsKey: U, is3d: s }, k.current = l.userAdjusted, G(), Z.current = !1;
|
|
2400
|
+
},
|
|
2401
|
+
[U, x, c, a, G, s, m]
|
|
2402
|
+
), u = mt(
|
|
2403
|
+
(l) => {
|
|
2404
|
+
if (!(x instanceof rt.OrthographicCamera)) return;
|
|
2405
|
+
c();
|
|
2406
|
+
const H = x.zoom;
|
|
2407
|
+
if (H === l) return;
|
|
2408
|
+
const _ = performance.now(), et = (st) => {
|
|
2409
|
+
if (!(x instanceof rt.OrthographicCamera)) return;
|
|
2410
|
+
const ut = Math.min(1, (st - _) / he);
|
|
2411
|
+
if (x.zoom = At(H, l, qt(ut)), x.updateProjectionMatrix(), m.current = p(), G(), ut < 1) {
|
|
2412
|
+
V.current = requestAnimationFrame(et);
|
|
1538
2413
|
return;
|
|
1539
2414
|
}
|
|
1540
|
-
|
|
2415
|
+
V.current = null;
|
|
2416
|
+
};
|
|
2417
|
+
V.current = requestAnimationFrame(et);
|
|
2418
|
+
},
|
|
2419
|
+
[x, c, p, G, m]
|
|
2420
|
+
), N = mt(() => {
|
|
2421
|
+
const l = a.current;
|
|
2422
|
+
return {
|
|
2423
|
+
zoom: x instanceof rt.OrthographicCamera ? x.zoom : 1,
|
|
2424
|
+
position: [x.position.x, x.position.y, x.position.z],
|
|
2425
|
+
target: l ? [l.target.x, l.target.y, l.target.z] : [t.cx, t.cy, 0]
|
|
2426
|
+
};
|
|
2427
|
+
}, [t.cx, t.cy, x, a]), O = mt(() => {
|
|
2428
|
+
const { width: l, height: H } = Et(t);
|
|
2429
|
+
return x instanceof rt.OrthographicCamera && !s ? {
|
|
2430
|
+
zoom: Nt(z.width, z.height, l, H),
|
|
2431
|
+
position: [t.cx, t.cy, 500],
|
|
2432
|
+
target: [t.cx, t.cy, 0]
|
|
2433
|
+
} : {
|
|
2434
|
+
zoom: x instanceof rt.OrthographicCamera ? x.zoom : 1,
|
|
2435
|
+
position: [t.cx, t.cy - t.size * 0.35, t.size * 0.85],
|
|
2436
|
+
target: [t.cx, t.cy, 0]
|
|
2437
|
+
};
|
|
2438
|
+
}, [t, x, s, z.height, z.width]), D = mt(
|
|
2439
|
+
(l, H) => {
|
|
2440
|
+
Z.current = !0, x.up.set(0, 1, 0), x.position.set(l.position[0], l.position[1], l.position[2]), x instanceof rt.OrthographicCamera && (x.zoom = l.zoom, x.updateProjectionMatrix()), H && x.lookAt(l.target[0], l.target[1], l.target[2]);
|
|
2441
|
+
const _ = a.current;
|
|
2442
|
+
_ && (_.target.set(l.target[0], l.target[1], l.target[2]), _.update()), G(), Z.current = !1;
|
|
2443
|
+
},
|
|
2444
|
+
[x, a, G]
|
|
2445
|
+
), Y = mt(
|
|
2446
|
+
(l) => {
|
|
2447
|
+
const { width: H, height: _ } = Et(l);
|
|
2448
|
+
if (x instanceof rt.OrthographicCamera && !s) {
|
|
2449
|
+
const st = Et(t), ut = Nt(
|
|
2450
|
+
z.width,
|
|
2451
|
+
z.height,
|
|
2452
|
+
st.width,
|
|
2453
|
+
st.height
|
|
2454
|
+
);
|
|
2455
|
+
return {
|
|
2456
|
+
zoom: Ir(
|
|
2457
|
+
Nt(z.width, z.height, H, _),
|
|
2458
|
+
ut,
|
|
2459
|
+
Or(H, _)
|
|
2460
|
+
),
|
|
2461
|
+
position: [l.cx, l.cy, 500],
|
|
2462
|
+
target: [l.cx, l.cy, 0]
|
|
2463
|
+
};
|
|
2464
|
+
}
|
|
2465
|
+
const et = Math.max(l.size, 1);
|
|
2466
|
+
return {
|
|
2467
|
+
zoom: x instanceof rt.OrthographicCamera ? x.zoom : 1,
|
|
2468
|
+
position: [l.cx, l.cy - et * 0.35, et * 0.85],
|
|
2469
|
+
target: [l.cx, l.cy, 0]
|
|
1541
2470
|
};
|
|
1542
|
-
k.current = requestAnimationFrame(y);
|
|
1543
2471
|
},
|
|
1544
|
-
[
|
|
1545
|
-
),
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
const
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
2472
|
+
[t, x, s, z.height, z.width]
|
|
2473
|
+
), tt = mt(() => {
|
|
2474
|
+
c(), M.current = null, D(O(), s), m.current = p(!1);
|
|
2475
|
+
}, [D, c, p, O, s, m]), F = mt(
|
|
2476
|
+
(l) => {
|
|
2477
|
+
const H = Y(l), _ = N();
|
|
2478
|
+
if (k.current = !0, B.current = w.current, c(), pe(_, H)) {
|
|
2479
|
+
M.current = null, m.current = p(!0);
|
|
2480
|
+
return;
|
|
2481
|
+
}
|
|
2482
|
+
M.current = {
|
|
2483
|
+
from: _,
|
|
2484
|
+
dest: H,
|
|
2485
|
+
started: performance.now(),
|
|
2486
|
+
lookAt: s
|
|
2487
|
+
}, Z.current = !0, G();
|
|
2488
|
+
},
|
|
2489
|
+
[
|
|
2490
|
+
c,
|
|
2491
|
+
p,
|
|
2492
|
+
N,
|
|
2493
|
+
G,
|
|
2494
|
+
s,
|
|
2495
|
+
m,
|
|
2496
|
+
Y
|
|
2497
|
+
]
|
|
2498
|
+
), J = mt(() => {
|
|
2499
|
+
const l = O(), H = N();
|
|
2500
|
+
if (M.current = null, pe(H, l)) {
|
|
2501
|
+
k.current = !1, m.current = p(!1);
|
|
2502
|
+
return;
|
|
2503
|
+
}
|
|
2504
|
+
c();
|
|
2505
|
+
const _ = performance.now(), et = s, st = (ut) => {
|
|
2506
|
+
const h = Math.min(1, (ut - _) / he);
|
|
2507
|
+
if (D(me(H, l, h), et), m.current = p(!1), h < 1) {
|
|
2508
|
+
Z.current = !0, V.current = requestAnimationFrame(st);
|
|
2509
|
+
return;
|
|
2510
|
+
}
|
|
2511
|
+
V.current = null, k.current = !1, Z.current = !1;
|
|
2512
|
+
};
|
|
2513
|
+
Z.current = !0, V.current = requestAnimationFrame(st);
|
|
1554
2514
|
}, [
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
i.ZOOM_STEP,
|
|
1582
|
-
m * 0.2,
|
|
1583
|
-
m * 10
|
|
2515
|
+
D,
|
|
2516
|
+
c,
|
|
2517
|
+
p,
|
|
2518
|
+
N,
|
|
2519
|
+
O,
|
|
2520
|
+
s,
|
|
2521
|
+
m
|
|
2522
|
+
]), E = at(tt);
|
|
2523
|
+
E.current = tt;
|
|
2524
|
+
const q = at(I);
|
|
2525
|
+
q.current = I;
|
|
2526
|
+
const $ = at(F);
|
|
2527
|
+
$.current = F;
|
|
2528
|
+
const K = mt(
|
|
2529
|
+
(l) => {
|
|
2530
|
+
k.current = !0, M.current = null;
|
|
2531
|
+
const H = a.current;
|
|
2532
|
+
if (x instanceof rt.OrthographicCamera && !s) {
|
|
2533
|
+
const { width: _, height: et } = Et(t), st = Nt(z.width, z.height, _, et);
|
|
2534
|
+
u(
|
|
2535
|
+
Er(
|
|
2536
|
+
x.zoom,
|
|
2537
|
+
l,
|
|
2538
|
+
e.ZOOM_STEP,
|
|
2539
|
+
st * 0.2,
|
|
2540
|
+
st * br
|
|
1584
2541
|
)
|
|
1585
2542
|
);
|
|
1586
|
-
} else if (
|
|
1587
|
-
const
|
|
1588
|
-
|
|
1589
|
-
Math.min(
|
|
1590
|
-
),
|
|
2543
|
+
} else if (H) {
|
|
2544
|
+
const _ = x.position.clone().sub(H.target), et = 1 + Math.min(Math.max(e.ZOOM_STEP, 0.15), 1) * 0.5, st = l > 0 ? _.length() / et : _.length() * et;
|
|
2545
|
+
_.setLength(
|
|
2546
|
+
Math.min(e.CAMERA_MAX_DISTANCE, Math.max(e.CAMERA_MIN_DISTANCE, st))
|
|
2547
|
+
), x.position.copy(H.target).add(_), m.current = p();
|
|
1591
2548
|
}
|
|
1592
|
-
|
|
2549
|
+
H == null || H.update(), G();
|
|
1593
2550
|
},
|
|
1594
|
-
[
|
|
2551
|
+
[
|
|
2552
|
+
u,
|
|
2553
|
+
t,
|
|
2554
|
+
x,
|
|
2555
|
+
p,
|
|
2556
|
+
a,
|
|
2557
|
+
G,
|
|
2558
|
+
s,
|
|
2559
|
+
m,
|
|
2560
|
+
z.height,
|
|
2561
|
+
z.width,
|
|
2562
|
+
e
|
|
2563
|
+
]
|
|
1595
2564
|
);
|
|
1596
|
-
return
|
|
1597
|
-
|
|
2565
|
+
return lt(() => () => c(), [c]), lt(() => {
|
|
2566
|
+
const l = a.current;
|
|
2567
|
+
if (!l) return;
|
|
2568
|
+
const H = () => {
|
|
2569
|
+
Z.current || (k.current = !0, m.current = p(!0));
|
|
2570
|
+
}, _ = () => {
|
|
2571
|
+
Z.current || (k.current = !0, M.current = null, m.current = p(!0));
|
|
2572
|
+
};
|
|
2573
|
+
return l.addEventListener("change", H), l.addEventListener("start", _), () => {
|
|
2574
|
+
l.removeEventListener("change", H), l.removeEventListener("start", _);
|
|
2575
|
+
};
|
|
2576
|
+
}, [x, p, a, m]), Ge(
|
|
2577
|
+
d,
|
|
1598
2578
|
() => ({
|
|
1599
|
-
zoomIn: () =>
|
|
1600
|
-
|
|
2579
|
+
zoomIn: () => {
|
|
2580
|
+
K(1);
|
|
2581
|
+
},
|
|
2582
|
+
zoomOut: () => {
|
|
2583
|
+
K(-1);
|
|
2584
|
+
},
|
|
1601
2585
|
reset: () => {
|
|
1602
|
-
|
|
2586
|
+
k.current = !1, M.current = null, B.current = null, w.current = null, J();
|
|
2587
|
+
},
|
|
2588
|
+
focusBounds: (l) => {
|
|
2589
|
+
F(l);
|
|
1603
2590
|
}
|
|
1604
2591
|
}),
|
|
1605
|
-
[
|
|
1606
|
-
),
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
2592
|
+
[F, J, K]
|
|
2593
|
+
), Ve(() => {
|
|
2594
|
+
if (z.width < 2 || z.height < 2) return;
|
|
2595
|
+
b == null && (B.current = null, M.current = null);
|
|
2596
|
+
const l = m.current, H = L.current, _ = b != null && H != null && B.current !== b, et = l != null && l.is3d === s && l.boundsKey === U && l.focusKey === b;
|
|
2597
|
+
if (b != null && H != null) {
|
|
2598
|
+
if (et) {
|
|
2599
|
+
B.current = b, M.current == null && q.current(l);
|
|
2600
|
+
return;
|
|
2601
|
+
}
|
|
2602
|
+
if (_) {
|
|
2603
|
+
if (m.current == null) {
|
|
2604
|
+
B.current = b, k.current = !0, c(), D(Y(H), s), m.current = p(!0);
|
|
2605
|
+
return;
|
|
2606
|
+
}
|
|
2607
|
+
l && !et && q.current(l), $.current(H);
|
|
2608
|
+
return;
|
|
2609
|
+
}
|
|
2610
|
+
return;
|
|
2611
|
+
}
|
|
2612
|
+
if (l && l.is3d === s && l.boundsKey === U) {
|
|
2613
|
+
q.current(l);
|
|
2614
|
+
return;
|
|
2615
|
+
}
|
|
2616
|
+
k.current = !1, E.current();
|
|
2617
|
+
}, [
|
|
2618
|
+
D,
|
|
2619
|
+
U,
|
|
2620
|
+
x,
|
|
2621
|
+
c,
|
|
2622
|
+
p,
|
|
2623
|
+
b,
|
|
2624
|
+
s,
|
|
2625
|
+
m,
|
|
2626
|
+
Y
|
|
2627
|
+
]), lt(() => {
|
|
2628
|
+
z.width < 2 || z.height < 2 || k.current || E.current();
|
|
2629
|
+
}, [z.height, z.width]), An(() => {
|
|
2630
|
+
const l = M.current;
|
|
2631
|
+
if (!l) return;
|
|
2632
|
+
const H = Math.min(1, (performance.now() - l.started) / Ar);
|
|
2633
|
+
if (D(
|
|
2634
|
+
me(l.from, l.dest, H, qt),
|
|
2635
|
+
l.lookAt
|
|
2636
|
+
), m.current = p(!0), H < 1) {
|
|
2637
|
+
G();
|
|
2638
|
+
return;
|
|
2639
|
+
}
|
|
2640
|
+
M.current = null;
|
|
2641
|
+
}), null;
|
|
2642
|
+
}
|
|
2643
|
+
const Wr = -1, Ae = [0, 1, 0], Dr = [1, 2], Br = { antialias: !0 };
|
|
2644
|
+
function Hr({
|
|
2645
|
+
doc: t,
|
|
2646
|
+
theme: e,
|
|
2647
|
+
activeLevelId: s,
|
|
2648
|
+
route: a,
|
|
2649
|
+
selectedShapeId: d,
|
|
2650
|
+
selectedShapeIds: m,
|
|
2651
|
+
hoveredShapeId: b = null,
|
|
2652
|
+
focusKey: Q,
|
|
2653
|
+
focusViewBounds: x,
|
|
2654
|
+
cameraRef: z,
|
|
2655
|
+
onSelectShape: G,
|
|
2656
|
+
imageProxyUrl: k,
|
|
2657
|
+
eventSource: Z
|
|
1623
2658
|
}) {
|
|
1624
|
-
const
|
|
1625
|
-
() =>
|
|
1626
|
-
[
|
|
1627
|
-
),
|
|
1628
|
-
() =>
|
|
1629
|
-
[
|
|
1630
|
-
),
|
|
1631
|
-
() =>
|
|
2659
|
+
const V = e.MAP_STYLE === "3D", B = at(null), w = at(null), L = at(null), M = ot(
|
|
2660
|
+
() => un(t.levels, s),
|
|
2661
|
+
[t.levels, s]
|
|
2662
|
+
), U = ot(
|
|
2663
|
+
() => fn(t.levels, s, t.baseViewbox),
|
|
2664
|
+
[t.levels, t.baseViewbox, s]
|
|
2665
|
+
), c = ot(
|
|
2666
|
+
() => Ne(U),
|
|
1632
2667
|
[
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
2668
|
+
U.cx,
|
|
2669
|
+
U.cy,
|
|
2670
|
+
U.maxX,
|
|
2671
|
+
U.maxY,
|
|
2672
|
+
U.minX,
|
|
2673
|
+
U.minY,
|
|
2674
|
+
U.size
|
|
1640
2675
|
]
|
|
1641
|
-
),
|
|
1642
|
-
() => [
|
|
1643
|
-
[
|
|
1644
|
-
),
|
|
1645
|
-
() => [
|
|
1646
|
-
[
|
|
1647
|
-
), u =
|
|
1648
|
-
() =>
|
|
1649
|
-
[
|
|
1650
|
-
),
|
|
1651
|
-
() =>
|
|
1652
|
-
[
|
|
1653
|
-
),
|
|
1654
|
-
|
|
1655
|
-
|
|
2676
|
+
), p = ot(
|
|
2677
|
+
() => [c.cx, c.cy, 500],
|
|
2678
|
+
[c.cx, c.cy]
|
|
2679
|
+
), I = ot(
|
|
2680
|
+
() => [c.cx, c.cy - c.size * 0.35, c.size * 0.85],
|
|
2681
|
+
[c.cx, c.cy, c.size]
|
|
2682
|
+
), u = ot(() => Pr(V), [V]), N = ot(() => Rr(V), [V]), O = ot(
|
|
2683
|
+
() => t.levels.find((J) => Pt(J)) ?? null,
|
|
2684
|
+
[t.levels]
|
|
2685
|
+
), D = (O == null ? void 0 : O.sourceSvgUrl) ?? t.baseSvgUrl ?? null, Y = ot(
|
|
2686
|
+
() => dn(t.levels),
|
|
2687
|
+
[t.levels]
|
|
2688
|
+
), tt = M.some((J) => Pt(J)), F = ot(
|
|
2689
|
+
() => ({
|
|
2690
|
+
GREEN_AREA_COLOR: e.GREEN_AREA_COLOR,
|
|
2691
|
+
WATER_COLOR: e.WATER_COLOR,
|
|
2692
|
+
PARKING_LANE_COLOR: e.PARKING_LANE_COLOR,
|
|
2693
|
+
PARKING_ICON_COLOR: e.PARKING_ICON_COLOR,
|
|
2694
|
+
WALKABLE_COLOR: e.WALKABLE_COLOR
|
|
2695
|
+
}),
|
|
2696
|
+
[
|
|
2697
|
+
e.GREEN_AREA_COLOR,
|
|
2698
|
+
e.PARKING_ICON_COLOR,
|
|
2699
|
+
e.PARKING_LANE_COLOR,
|
|
2700
|
+
e.WALKABLE_COLOR,
|
|
2701
|
+
e.WATER_COLOR
|
|
2702
|
+
]
|
|
2703
|
+
);
|
|
2704
|
+
return /* @__PURE__ */ ct(
|
|
2705
|
+
xn,
|
|
1656
2706
|
{
|
|
1657
|
-
style: {
|
|
1658
|
-
|
|
2707
|
+
style: {
|
|
2708
|
+
width: "100%",
|
|
2709
|
+
height: "100%",
|
|
2710
|
+
background: Mt(e.MAP_BACKGROUND_COLOR) ? "transparent" : e.MAP_BACKGROUND_COLOR
|
|
2711
|
+
},
|
|
2712
|
+
eventSource: Z,
|
|
1659
2713
|
eventPrefix: "offset",
|
|
1660
|
-
orthographic: !
|
|
1661
|
-
|
|
2714
|
+
orthographic: !V,
|
|
2715
|
+
frameloop: "demand",
|
|
2716
|
+
dpr: Dr,
|
|
1662
2717
|
flat: !0,
|
|
1663
|
-
gl:
|
|
1664
|
-
|
|
1665
|
-
|
|
2718
|
+
gl: Br,
|
|
2719
|
+
onPointerDown: (J) => {
|
|
2720
|
+
L.current = { x: J.clientX, y: J.clientY };
|
|
2721
|
+
},
|
|
2722
|
+
onPointerMissed: (J) => {
|
|
2723
|
+
sr(L.current, {
|
|
2724
|
+
x: J.clientX,
|
|
2725
|
+
y: J.clientY,
|
|
2726
|
+
button: J.button
|
|
2727
|
+
}) && (G == null || G(null, s ?? 0));
|
|
2728
|
+
},
|
|
2729
|
+
camera: V ? {
|
|
2730
|
+
position: I,
|
|
1666
2731
|
fov: 50,
|
|
1667
2732
|
near: 1,
|
|
1668
2733
|
far: 1e4,
|
|
1669
|
-
up:
|
|
2734
|
+
up: Ae
|
|
1670
2735
|
} : void 0,
|
|
1671
2736
|
children: [
|
|
1672
|
-
!
|
|
1673
|
-
|
|
2737
|
+
!V && /* @__PURE__ */ T(
|
|
2738
|
+
vn,
|
|
1674
2739
|
{
|
|
1675
2740
|
makeDefault: !0,
|
|
1676
|
-
position:
|
|
1677
|
-
up:
|
|
2741
|
+
position: p,
|
|
2742
|
+
up: Ae,
|
|
1678
2743
|
near: 0.1,
|
|
1679
2744
|
far: 5e3
|
|
1680
2745
|
}
|
|
1681
2746
|
),
|
|
1682
|
-
/* @__PURE__ */
|
|
1683
|
-
/* @__PURE__ */
|
|
1684
|
-
/* @__PURE__ */
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
/* @__PURE__ */
|
|
1687
|
-
/* @__PURE__ */
|
|
1688
|
-
|
|
1689
|
-
|
|
2747
|
+
Mt(e.MAP_BACKGROUND_COLOR) ? null : /* @__PURE__ */ T("color", { attach: "background", args: [e.MAP_BACKGROUND_COLOR] }),
|
|
2748
|
+
/* @__PURE__ */ T("ambientLight", { intensity: 4, color: "#c4c4c4" }),
|
|
2749
|
+
/* @__PURE__ */ T("directionalLight", { position: [0, 400, 0], color: "#ffffff", intensity: 0.3 }),
|
|
2750
|
+
/* @__PURE__ */ T("directionalLight", { position: [0, 0, 400], color: "#c4c4c4", intensity: 0.2 }),
|
|
2751
|
+
/* @__PURE__ */ T("directionalLight", { position: [0, 0, -400], color: "#c4c4c4", intensity: 0.2 }),
|
|
2752
|
+
/* @__PURE__ */ ct("group", { scale: gr, children: [
|
|
2753
|
+
tt && D ? /* @__PURE__ */ T(
|
|
2754
|
+
yr,
|
|
1690
2755
|
{
|
|
1691
|
-
url:
|
|
1692
|
-
suppressIds:
|
|
1693
|
-
imageProxyUrl:
|
|
1694
|
-
is3d:
|
|
2756
|
+
url: D,
|
|
2757
|
+
suppressIds: Y,
|
|
2758
|
+
imageProxyUrl: k,
|
|
2759
|
+
is3d: V,
|
|
2760
|
+
theme: F
|
|
1695
2761
|
}
|
|
1696
2762
|
) : null,
|
|
1697
|
-
|
|
1698
|
-
const
|
|
1699
|
-
return /* @__PURE__ */
|
|
2763
|
+
M.map((J) => {
|
|
2764
|
+
const E = Pt(J), q = J.transform;
|
|
2765
|
+
return /* @__PURE__ */ T(
|
|
1700
2766
|
"group",
|
|
1701
2767
|
{
|
|
1702
2768
|
position: [
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
2769
|
+
q.translateX,
|
|
2770
|
+
q.translateY,
|
|
2771
|
+
E ? Wr : 0
|
|
1706
2772
|
],
|
|
1707
|
-
rotation: [0, 0,
|
|
1708
|
-
scale:
|
|
1709
|
-
children: /* @__PURE__ */
|
|
1710
|
-
|
|
2773
|
+
rotation: [0, 0, q.rotate * Math.PI / 180],
|
|
2774
|
+
scale: q.scale || 1,
|
|
2775
|
+
children: /* @__PURE__ */ T(
|
|
2776
|
+
ur,
|
|
1711
2777
|
{
|
|
1712
|
-
level:
|
|
1713
|
-
theme:
|
|
1714
|
-
is3d:
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
2778
|
+
level: J,
|
|
2779
|
+
theme: e,
|
|
2780
|
+
is3d: V,
|
|
2781
|
+
eventSource: Z,
|
|
2782
|
+
selectedShapeIds: m,
|
|
2783
|
+
hoveredShapeId: b,
|
|
2784
|
+
interactiveOnly: E && !!D,
|
|
2785
|
+
imageProxyUrl: k,
|
|
2786
|
+
amenities: t.amenities,
|
|
2787
|
+
onSelectShape: ($, K) => G == null ? void 0 : G($, J.id, K)
|
|
1718
2788
|
}
|
|
1719
2789
|
)
|
|
1720
2790
|
},
|
|
1721
|
-
|
|
2791
|
+
J.id
|
|
1722
2792
|
);
|
|
1723
2793
|
}),
|
|
1724
|
-
|
|
1725
|
-
|
|
2794
|
+
a && /* @__PURE__ */ T(
|
|
2795
|
+
dr,
|
|
1726
2796
|
{
|
|
1727
|
-
route:
|
|
1728
|
-
activeLevelId:
|
|
1729
|
-
color:
|
|
2797
|
+
route: a,
|
|
2798
|
+
activeLevelId: s,
|
|
2799
|
+
color: e.ACCENT_COLOR
|
|
1730
2800
|
}
|
|
1731
2801
|
)
|
|
1732
2802
|
] }),
|
|
1733
|
-
/* @__PURE__ */
|
|
1734
|
-
|
|
2803
|
+
/* @__PURE__ */ T(
|
|
2804
|
+
Mn,
|
|
1735
2805
|
{
|
|
1736
|
-
ref:
|
|
2806
|
+
ref: B,
|
|
1737
2807
|
makeDefault: !0,
|
|
1738
2808
|
enableDamping: !1,
|
|
1739
|
-
enableRotate:
|
|
2809
|
+
enableRotate: V,
|
|
1740
2810
|
enablePan: !0,
|
|
2811
|
+
enableZoom: !0,
|
|
1741
2812
|
screenSpacePanning: !0,
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
2813
|
+
zoomSpeed: 1,
|
|
2814
|
+
zoomToCursor: zr,
|
|
2815
|
+
mouseButtons: u,
|
|
2816
|
+
touches: N,
|
|
2817
|
+
maxDistance: e.CAMERA_MAX_DISTANCE,
|
|
2818
|
+
minDistance: e.CAMERA_MIN_DISTANCE
|
|
1747
2819
|
}
|
|
1748
2820
|
),
|
|
1749
|
-
/* @__PURE__ */
|
|
1750
|
-
|
|
2821
|
+
/* @__PURE__ */ T(
|
|
2822
|
+
Vr,
|
|
1751
2823
|
{
|
|
1752
|
-
bounds:
|
|
1753
|
-
theme:
|
|
1754
|
-
is3d:
|
|
1755
|
-
controlsRef:
|
|
1756
|
-
cameraRef:
|
|
2824
|
+
bounds: c,
|
|
2825
|
+
theme: e,
|
|
2826
|
+
is3d: V,
|
|
2827
|
+
controlsRef: B,
|
|
2828
|
+
cameraRef: z,
|
|
2829
|
+
persistedViewRef: w,
|
|
2830
|
+
focusKey: Q ?? d ?? null,
|
|
2831
|
+
focusViewBounds: x ?? null
|
|
1757
2832
|
}
|
|
1758
2833
|
)
|
|
1759
2834
|
]
|
|
1760
2835
|
}
|
|
1761
2836
|
);
|
|
1762
2837
|
}
|
|
1763
|
-
function
|
|
1764
|
-
var
|
|
1765
|
-
return ((
|
|
1766
|
-
}
|
|
1767
|
-
function
|
|
1768
|
-
doc:
|
|
1769
|
-
amenities:
|
|
1770
|
-
onActiveLevelChange:
|
|
1771
|
-
fromAnchorId:
|
|
1772
|
-
toAnchorId:
|
|
1773
|
-
onFromChange:
|
|
1774
|
-
onToChange:
|
|
1775
|
-
accessibleOnly:
|
|
1776
|
-
onAccessibleOnlyChange:
|
|
1777
|
-
route:
|
|
1778
|
-
showSearch:
|
|
1779
|
-
showAmenities:
|
|
2838
|
+
function xe(t, e) {
|
|
2839
|
+
var s, a;
|
|
2840
|
+
return ((s = t.assignment) == null ? void 0 : s.customLabel) || e || t.label.text || ((a = t.assignment) == null ? void 0 : a.unitNumber) || t.key;
|
|
2841
|
+
}
|
|
2842
|
+
function Zr({
|
|
2843
|
+
doc: t,
|
|
2844
|
+
amenities: e,
|
|
2845
|
+
onActiveLevelChange: s,
|
|
2846
|
+
fromAnchorId: a,
|
|
2847
|
+
toAnchorId: d,
|
|
2848
|
+
onFromChange: m,
|
|
2849
|
+
onToChange: b,
|
|
2850
|
+
accessibleOnly: Q,
|
|
2851
|
+
onAccessibleOnlyChange: x,
|
|
2852
|
+
route: z,
|
|
2853
|
+
showSearch: G = !0,
|
|
2854
|
+
showAmenities: k = !0
|
|
1780
2855
|
}) {
|
|
1781
|
-
const [
|
|
1782
|
-
var
|
|
1783
|
-
const
|
|
1784
|
-
for (const
|
|
1785
|
-
for (const
|
|
1786
|
-
const
|
|
1787
|
-
if (
|
|
1788
|
-
id: `store-${
|
|
1789
|
-
label:
|
|
1790
|
-
group:
|
|
1791
|
-
anchorId: (
|
|
1792
|
-
levelId:
|
|
2856
|
+
const [Z, V] = dt(""), [B, w] = dt(null), L = ot(() => {
|
|
2857
|
+
var N;
|
|
2858
|
+
const u = [];
|
|
2859
|
+
for (const O of t.levels)
|
|
2860
|
+
for (const D of O.shapes) {
|
|
2861
|
+
const Y = O.anchors.find((tt) => tt.shapeId === D.id) ?? null;
|
|
2862
|
+
if (D.kind === "unit" && u.push({
|
|
2863
|
+
id: `store-${D.id}`,
|
|
2864
|
+
label: xe(D),
|
|
2865
|
+
group: O.name,
|
|
2866
|
+
anchorId: (Y == null ? void 0 : Y.id) ?? null,
|
|
2867
|
+
levelId: O.id,
|
|
1793
2868
|
kind: "store",
|
|
1794
2869
|
amenityId: null
|
|
1795
|
-
}),
|
|
1796
|
-
const
|
|
1797
|
-
|
|
1798
|
-
id: `amenity-${
|
|
1799
|
-
label:
|
|
2870
|
+
}), D.kind === "amenity" && ((N = D.assignment) != null && N.amenityId)) {
|
|
2871
|
+
const tt = e.find((F) => F.id === D.assignment.amenityId);
|
|
2872
|
+
u.push({
|
|
2873
|
+
id: `amenity-${D.id}`,
|
|
2874
|
+
label: xe(D, tt == null ? void 0 : tt.name),
|
|
1800
2875
|
group: "Amenities",
|
|
1801
|
-
anchorId: (
|
|
1802
|
-
levelId:
|
|
2876
|
+
anchorId: (Y == null ? void 0 : Y.id) ?? null,
|
|
2877
|
+
levelId: O.id,
|
|
1803
2878
|
kind: "amenity",
|
|
1804
|
-
amenityId: (
|
|
2879
|
+
amenityId: (tt == null ? void 0 : tt.id) ?? D.assignment.amenityId
|
|
1805
2880
|
});
|
|
1806
2881
|
}
|
|
1807
2882
|
}
|
|
1808
|
-
return
|
|
1809
|
-
}, [
|
|
1810
|
-
const
|
|
1811
|
-
return
|
|
1812
|
-
}, [
|
|
1813
|
-
const
|
|
1814
|
-
for (const
|
|
1815
|
-
const
|
|
1816
|
-
|
|
2883
|
+
return u;
|
|
2884
|
+
}, [t, e]), M = ot(() => {
|
|
2885
|
+
const u = Z.trim().toLowerCase();
|
|
2886
|
+
return u ? L.filter((N) => N.label.toLowerCase().includes(u)) : L;
|
|
2887
|
+
}, [L, Z]), U = ot(() => {
|
|
2888
|
+
const u = /* @__PURE__ */ new Map();
|
|
2889
|
+
for (const N of M) {
|
|
2890
|
+
const O = u.get(N.group) ?? [];
|
|
2891
|
+
O.push(N), u.set(N.group, O);
|
|
1817
2892
|
}
|
|
1818
|
-
return Array.from(
|
|
1819
|
-
}, [
|
|
1820
|
-
|
|
2893
|
+
return Array.from(u.entries());
|
|
2894
|
+
}, [M]), c = L.filter((u) => u.anchorId != null), p = Z.trim().length > 0, I = (u) => {
|
|
2895
|
+
w(u), u.anchorId != null && (b(u.anchorId), s(u.levelId));
|
|
1821
2896
|
};
|
|
1822
|
-
return !
|
|
1823
|
-
/* @__PURE__ */
|
|
1824
|
-
|
|
2897
|
+
return !G && !(k && e.length > 0) ? null : /* @__PURE__ */ ct("div", { className: "eyeon-map-chrome", children: [
|
|
2898
|
+
/* @__PURE__ */ ct("div", { className: "eyeon-map-chrome__top", children: [
|
|
2899
|
+
G && /* @__PURE__ */ T(
|
|
1825
2900
|
"input",
|
|
1826
2901
|
{
|
|
1827
2902
|
type: "search",
|
|
1828
2903
|
className: "eyeon-map-chrome__search-input",
|
|
1829
2904
|
placeholder: "Search...",
|
|
1830
2905
|
"aria-label": "Search...",
|
|
1831
|
-
value:
|
|
1832
|
-
onChange: (
|
|
2906
|
+
value: Z,
|
|
2907
|
+
onChange: (u) => V(u.target.value)
|
|
1833
2908
|
}
|
|
1834
2909
|
),
|
|
1835
|
-
|
|
2910
|
+
k && e.length > 0 && /* @__PURE__ */ T("div", { className: "eyeon-map-chrome__amenities", children: e.map((u) => /* @__PURE__ */ T(
|
|
1836
2911
|
"button",
|
|
1837
2912
|
{
|
|
1838
2913
|
type: "button",
|
|
1839
2914
|
className: "eyeon-map-chrome__amenity",
|
|
1840
|
-
"aria-label":
|
|
2915
|
+
"aria-label": u.name,
|
|
1841
2916
|
onClick: () => {
|
|
1842
|
-
const
|
|
1843
|
-
(
|
|
2917
|
+
const N = L.find(
|
|
2918
|
+
(O) => O.kind === "amenity" && O.amenityId === u.id && O.anchorId != null
|
|
1844
2919
|
);
|
|
1845
|
-
|
|
2920
|
+
N && I(N);
|
|
1846
2921
|
},
|
|
1847
|
-
children:
|
|
2922
|
+
children: (() => {
|
|
2923
|
+
const N = we(u.code);
|
|
2924
|
+
return N ? /* @__PURE__ */ T(
|
|
2925
|
+
"span",
|
|
2926
|
+
{
|
|
2927
|
+
className: "eyeon-map-chrome__amenity-icon",
|
|
2928
|
+
dangerouslySetInnerHTML: {
|
|
2929
|
+
__html: Oe(N.svgCode, "#334155")
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
) : /* @__PURE__ */ T("span", { className: "eyeon-map-chrome__amenity-label", children: u.name.slice(0, 2) });
|
|
2933
|
+
})()
|
|
1848
2934
|
},
|
|
1849
|
-
|
|
2935
|
+
u.id
|
|
1850
2936
|
)) })
|
|
1851
2937
|
] }),
|
|
1852
|
-
|
|
1853
|
-
/* @__PURE__ */
|
|
1854
|
-
/* @__PURE__ */
|
|
1855
|
-
|
|
2938
|
+
G && p && /* @__PURE__ */ ct("div", { className: "eyeon-map-chrome__panel", children: [
|
|
2939
|
+
/* @__PURE__ */ T("div", { className: "eyeon-map-chrome__groups", children: U.length === 0 ? /* @__PURE__ */ T("div", { className: "eyeon-map-chrome__empty", children: "No matching stores" }) : U.map(([u, N]) => /* @__PURE__ */ ct("div", { className: "eyeon-map-chrome__group", children: [
|
|
2940
|
+
/* @__PURE__ */ T("div", { className: "eyeon-map-chrome__group-title", children: u }),
|
|
2941
|
+
N.map((O) => /* @__PURE__ */ T(
|
|
1856
2942
|
"button",
|
|
1857
2943
|
{
|
|
1858
2944
|
type: "button",
|
|
1859
|
-
className: (
|
|
1860
|
-
onClick: () =>
|
|
1861
|
-
children:
|
|
2945
|
+
className: (B == null ? void 0 : B.id) === O.id ? "eyeon-map-chrome__item is-selected" : "eyeon-map-chrome__item",
|
|
2946
|
+
onClick: () => I(O),
|
|
2947
|
+
children: O.label
|
|
1862
2948
|
},
|
|
1863
|
-
|
|
2949
|
+
O.id
|
|
1864
2950
|
))
|
|
1865
|
-
] },
|
|
1866
|
-
|
|
1867
|
-
/* @__PURE__ */
|
|
1868
|
-
/* @__PURE__ */
|
|
2951
|
+
] }, u)) }),
|
|
2952
|
+
B && /* @__PURE__ */ ct("div", { className: "eyeon-map-chrome__detail", children: [
|
|
2953
|
+
/* @__PURE__ */ T("div", { className: "eyeon-map-chrome__detail-title", children: B.label }),
|
|
2954
|
+
/* @__PURE__ */ T("div", { className: "eyeon-map-chrome__detail-meta", children: B.group })
|
|
1869
2955
|
] }),
|
|
1870
|
-
/* @__PURE__ */
|
|
1871
|
-
/* @__PURE__ */
|
|
2956
|
+
/* @__PURE__ */ ct("div", { className: "eyeon-map-chrome__route", children: [
|
|
2957
|
+
/* @__PURE__ */ ct("label", { children: [
|
|
1872
2958
|
"From",
|
|
1873
|
-
/* @__PURE__ */
|
|
1874
|
-
|
|
2959
|
+
/* @__PURE__ */ T(
|
|
2960
|
+
le,
|
|
1875
2961
|
{
|
|
1876
2962
|
ariaLabel: "From",
|
|
1877
|
-
value:
|
|
2963
|
+
value: a != null ? String(a) : "",
|
|
1878
2964
|
placeholder: "Select start",
|
|
1879
2965
|
searchable: !0,
|
|
1880
|
-
options:
|
|
1881
|
-
value: String(
|
|
1882
|
-
label: `${
|
|
2966
|
+
options: c.map((u) => ({
|
|
2967
|
+
value: String(u.anchorId),
|
|
2968
|
+
label: `${u.label} · ${u.group}`
|
|
1883
2969
|
})),
|
|
1884
|
-
onChange: (
|
|
2970
|
+
onChange: (u) => m(u ? Number(u) : null)
|
|
1885
2971
|
}
|
|
1886
2972
|
)
|
|
1887
2973
|
] }),
|
|
1888
|
-
/* @__PURE__ */
|
|
2974
|
+
/* @__PURE__ */ ct("label", { children: [
|
|
1889
2975
|
"To",
|
|
1890
|
-
/* @__PURE__ */
|
|
1891
|
-
|
|
2976
|
+
/* @__PURE__ */ T(
|
|
2977
|
+
le,
|
|
1892
2978
|
{
|
|
1893
2979
|
ariaLabel: "To",
|
|
1894
|
-
value:
|
|
2980
|
+
value: d != null ? String(d) : "",
|
|
1895
2981
|
placeholder: "Select destination",
|
|
1896
2982
|
searchable: !0,
|
|
1897
|
-
options:
|
|
1898
|
-
value: String(
|
|
1899
|
-
label: `${
|
|
2983
|
+
options: c.map((u) => ({
|
|
2984
|
+
value: String(u.anchorId),
|
|
2985
|
+
label: `${u.label} · ${u.group}`
|
|
1900
2986
|
})),
|
|
1901
|
-
onChange: (
|
|
2987
|
+
onChange: (u) => b(u ? Number(u) : null)
|
|
1902
2988
|
}
|
|
1903
2989
|
)
|
|
1904
2990
|
] }),
|
|
1905
|
-
/* @__PURE__ */
|
|
1906
|
-
/* @__PURE__ */
|
|
2991
|
+
/* @__PURE__ */ ct("label", { className: "eyeon-map-chrome__accessible", children: [
|
|
2992
|
+
/* @__PURE__ */ T(
|
|
1907
2993
|
"input",
|
|
1908
2994
|
{
|
|
1909
2995
|
type: "checkbox",
|
|
1910
|
-
checked:
|
|
1911
|
-
onChange: (
|
|
2996
|
+
checked: Q,
|
|
2997
|
+
onChange: (u) => x(u.target.checked)
|
|
1912
2998
|
}
|
|
1913
2999
|
),
|
|
1914
3000
|
"Accessible route"
|
|
1915
3001
|
] }),
|
|
1916
|
-
|
|
3002
|
+
z && /* @__PURE__ */ T("div", { className: "eyeon-map-chrome__route-meta", children: z.levelChanges.length > 0 ? `${z.levelChanges.length} level change(s)` : "Same level" })
|
|
1917
3003
|
] })
|
|
1918
3004
|
] })
|
|
1919
3005
|
] });
|
|
1920
3006
|
}
|
|
1921
|
-
async function
|
|
1922
|
-
const
|
|
1923
|
-
|
|
1924
|
-
const
|
|
1925
|
-
credentials: "include"
|
|
3007
|
+
async function Fr(t, e, s, a) {
|
|
3008
|
+
const d = t.replace(/\/$/, ""), m = new URLSearchParams();
|
|
3009
|
+
e != null && e > 0 && m.set("center_id", String(e)), s && m.set("draft", "1");
|
|
3010
|
+
const b = m.toString(), Q = await fetch(`${d}/v1/map/document${b ? `?${b}` : ""}`, {
|
|
3011
|
+
credentials: "include",
|
|
3012
|
+
signal: a
|
|
1926
3013
|
});
|
|
1927
|
-
if (!
|
|
1928
|
-
throw new Error(`Failed to load map document (${
|
|
1929
|
-
return
|
|
3014
|
+
if (!Q.ok)
|
|
3015
|
+
throw new Error(`Failed to load map document (${Q.status})`);
|
|
3016
|
+
return Q.json();
|
|
1930
3017
|
}
|
|
1931
|
-
function
|
|
3018
|
+
function eo(t) {
|
|
3019
|
+
Ie();
|
|
1932
3020
|
const {
|
|
1933
|
-
document:
|
|
1934
|
-
webApiURI:
|
|
1935
|
-
centerId:
|
|
1936
|
-
host:
|
|
1937
|
-
kioskId:
|
|
1938
|
-
selectedRetailerId:
|
|
1939
|
-
themeOverrides:
|
|
1940
|
-
onExtractedAmenities:
|
|
1941
|
-
createRouteRef:
|
|
1942
|
-
className:
|
|
1943
|
-
style:
|
|
1944
|
-
activeLevelId:
|
|
3021
|
+
document: e,
|
|
3022
|
+
webApiURI: s,
|
|
3023
|
+
centerId: a,
|
|
3024
|
+
host: d = "WEBSITE",
|
|
3025
|
+
kioskId: m = null,
|
|
3026
|
+
selectedRetailerId: b = null,
|
|
3027
|
+
themeOverrides: Q,
|
|
3028
|
+
onExtractedAmenities: x,
|
|
3029
|
+
createRouteRef: z,
|
|
3030
|
+
className: G,
|
|
3031
|
+
style: k,
|
|
3032
|
+
activeLevelId: Z,
|
|
1945
3033
|
onActiveLevelChange: V,
|
|
1946
|
-
routeOnSelect:
|
|
1947
|
-
imageProxyUrl:
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
3034
|
+
routeOnSelect: B = !0,
|
|
3035
|
+
imageProxyUrl: w,
|
|
3036
|
+
selectedShapeId: L = null,
|
|
3037
|
+
selectedShapeIds: M,
|
|
3038
|
+
hoveredShapeId: U = null,
|
|
3039
|
+
focusNonce: c
|
|
3040
|
+
} = t, [p, I] = dt(e ?? null), u = ot(
|
|
3041
|
+
() => p ? re(p) : null,
|
|
3042
|
+
[p]
|
|
3043
|
+
), [N, O] = dt(null), [D, Y] = dt(null), [tt, F] = dt(null), [J, E] = dt(null), [q, $] = dt(!1), [K, l] = dt(() => e ? oe(re(e).levels) : null), H = at(null), _ = at(null), et = Z ?? K, st = (A) => {
|
|
3044
|
+
l(A), A != null && (V == null || V(A));
|
|
1953
3045
|
};
|
|
1954
|
-
|
|
1955
|
-
if (
|
|
1956
|
-
|
|
3046
|
+
lt(() => {
|
|
3047
|
+
if (e) {
|
|
3048
|
+
I(e);
|
|
1957
3049
|
return;
|
|
1958
3050
|
}
|
|
1959
|
-
if (!
|
|
1960
|
-
let
|
|
1961
|
-
const
|
|
1962
|
-
return
|
|
1963
|
-
|
|
1964
|
-
}).catch((
|
|
1965
|
-
|
|
3051
|
+
if (!s) return;
|
|
3052
|
+
let A = !1;
|
|
3053
|
+
const y = new AbortController(), v = Rt(d).fetchDraft;
|
|
3054
|
+
return Fr(s, a, v, y.signal).then((S) => {
|
|
3055
|
+
A || I(S);
|
|
3056
|
+
}).catch((S) => {
|
|
3057
|
+
!A && !(S instanceof DOMException && S.name === "AbortError") && O(S instanceof Error ? S.message : String(S));
|
|
1966
3058
|
}), () => {
|
|
1967
|
-
|
|
3059
|
+
A = !0, y.abort();
|
|
1968
3060
|
};
|
|
1969
|
-
}, [
|
|
1970
|
-
var
|
|
1971
|
-
if (!
|
|
1972
|
-
const
|
|
1973
|
-
(
|
|
1974
|
-
const
|
|
1975
|
-
for (const
|
|
1976
|
-
for (const
|
|
1977
|
-
if (
|
|
1978
|
-
const
|
|
1979
|
-
|
|
3061
|
+
}, [e, s, a, d]), lt(() => {
|
|
3062
|
+
var v;
|
|
3063
|
+
if (!u) return;
|
|
3064
|
+
const A = new Set(u.levels.map((S) => S.id));
|
|
3065
|
+
(et == null || !A.has(et)) && st(oe(u.levels));
|
|
3066
|
+
const y = /* @__PURE__ */ new Set();
|
|
3067
|
+
for (const S of u.levels)
|
|
3068
|
+
for (const W of S.shapes)
|
|
3069
|
+
if (W.kind === "amenity" && ((v = W.assignment) == null ? void 0 : v.amenityId) != null) {
|
|
3070
|
+
const f = u.amenities.find((o) => o.id === W.assignment.amenityId);
|
|
3071
|
+
f && y.add(f.code);
|
|
1980
3072
|
}
|
|
1981
|
-
|
|
1982
|
-
}, [
|
|
1983
|
-
var
|
|
1984
|
-
if (!(!
|
|
1985
|
-
for (const
|
|
1986
|
-
for (const
|
|
1987
|
-
if (((
|
|
1988
|
-
|
|
3073
|
+
x == null || x(Array.from(y));
|
|
3074
|
+
}, [u, et, x]), lt(() => {
|
|
3075
|
+
var A;
|
|
3076
|
+
if (!(!u || b == null)) {
|
|
3077
|
+
for (const y of u.levels)
|
|
3078
|
+
for (const v of y.shapes)
|
|
3079
|
+
if (((A = v.assignment) == null ? void 0 : A.retailerId) === b) {
|
|
3080
|
+
st(
|
|
3081
|
+
It(u.levels, et, y.id)
|
|
3082
|
+
);
|
|
1989
3083
|
return;
|
|
1990
3084
|
}
|
|
1991
3085
|
}
|
|
1992
|
-
}, [
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
3086
|
+
}, [u, b]);
|
|
3087
|
+
const ut = ot(() => M && M.length > 0 ? M : L != null ? [L] : [], [L, M]), h = Lr(ut), i = h == null ? null : c != null ? `${h}#${c}` : h, r = ot(() => !u || ut.length === 0 ? null : Ut(u.levels, ut), [u, ut]);
|
|
3088
|
+
lt(() => {
|
|
3089
|
+
var A;
|
|
3090
|
+
if (!(!u || !Rt(d).kioskOrigin || m == null)) {
|
|
3091
|
+
for (const y of u.levels)
|
|
3092
|
+
for (const v of y.shapes)
|
|
3093
|
+
if (v.kind === "kiosk_screen" && ((A = v.assignment) == null ? void 0 : A.kioskId) === m) {
|
|
3094
|
+
const S = y.anchors.find((W) => W.shapeId === v.id);
|
|
3095
|
+
S && F(S.id);
|
|
2000
3096
|
}
|
|
2001
3097
|
}
|
|
2002
|
-
}, [
|
|
2003
|
-
const
|
|
2004
|
-
|
|
2005
|
-
id:
|
|
2006
|
-
levelId:
|
|
2007
|
-
shapeId:
|
|
2008
|
-
kind:
|
|
2009
|
-
x:
|
|
2010
|
-
y:
|
|
2011
|
-
connectorId:
|
|
3098
|
+
}, [u, d, m]);
|
|
3099
|
+
const n = ot(() => u ? hn(
|
|
3100
|
+
u.graph.nodes.map((A) => ({
|
|
3101
|
+
id: A.id,
|
|
3102
|
+
levelId: A.levelId,
|
|
3103
|
+
shapeId: A.shapeId,
|
|
3104
|
+
kind: A.kind,
|
|
3105
|
+
x: A.x,
|
|
3106
|
+
y: A.y,
|
|
3107
|
+
connectorId: A.connectorId
|
|
2012
3108
|
})),
|
|
2013
|
-
|
|
2014
|
-
id:
|
|
2015
|
-
mapId:
|
|
2016
|
-
fromAnchorId:
|
|
2017
|
-
toAnchorId:
|
|
2018
|
-
weight:
|
|
2019
|
-
directed:
|
|
2020
|
-
accessible:
|
|
2021
|
-
kind:
|
|
3109
|
+
u.graph.edges.map((A) => ({
|
|
3110
|
+
id: A.id,
|
|
3111
|
+
mapId: u.mapId,
|
|
3112
|
+
fromAnchorId: A.from,
|
|
3113
|
+
toAnchorId: A.to,
|
|
3114
|
+
weight: A.weight,
|
|
3115
|
+
directed: A.directed,
|
|
3116
|
+
accessible: A.accessible,
|
|
3117
|
+
kind: A.kind
|
|
2022
3118
|
})),
|
|
2023
|
-
|
|
2024
|
-
) : null, [
|
|
2025
|
-
if (!
|
|
2026
|
-
|
|
3119
|
+
u.connectors
|
|
3120
|
+
) : null, [u]), C = (A, y) => {
|
|
3121
|
+
if (!n || A == null || y == null) {
|
|
3122
|
+
Y(null);
|
|
2027
3123
|
return;
|
|
2028
3124
|
}
|
|
2029
|
-
const
|
|
2030
|
-
|
|
3125
|
+
const v = yn(n, A, y, { accessibleOnly: q });
|
|
3126
|
+
Y(v);
|
|
2031
3127
|
};
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
}, [
|
|
2035
|
-
!
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
3128
|
+
lt(() => {
|
|
3129
|
+
C(tt, J);
|
|
3130
|
+
}, [tt, J, q, n]), lt(() => {
|
|
3131
|
+
if (!z || !u) return;
|
|
3132
|
+
const A = {
|
|
3133
|
+
createRouteToStore(y) {
|
|
3134
|
+
var v;
|
|
3135
|
+
for (const S of u.levels)
|
|
3136
|
+
for (const W of S.shapes)
|
|
3137
|
+
if (((v = W.assignment) == null ? void 0 : v.retailerId) === y) {
|
|
3138
|
+
const f = S.anchors.find((o) => o.shapeId === W.id);
|
|
3139
|
+
f && (E(f.id), st(
|
|
3140
|
+
It(u.levels, et, S.id)
|
|
3141
|
+
));
|
|
2043
3142
|
}
|
|
2044
3143
|
},
|
|
2045
|
-
createRouteToAmenity(
|
|
2046
|
-
var
|
|
2047
|
-
const
|
|
2048
|
-
if (
|
|
2049
|
-
for (const
|
|
2050
|
-
for (const
|
|
2051
|
-
if (((
|
|
2052
|
-
const
|
|
2053
|
-
if (
|
|
2054
|
-
|
|
3144
|
+
createRouteToAmenity(y) {
|
|
3145
|
+
var S;
|
|
3146
|
+
const v = u.amenities.find((W) => W.code === y);
|
|
3147
|
+
if (v) {
|
|
3148
|
+
for (const W of u.levels)
|
|
3149
|
+
for (const f of W.shapes)
|
|
3150
|
+
if (((S = f.assignment) == null ? void 0 : S.amenityId) === v.id) {
|
|
3151
|
+
const o = W.anchors.find((j) => j.shapeId === f.id);
|
|
3152
|
+
if (o) {
|
|
3153
|
+
E(o.id), st(
|
|
3154
|
+
It(u.levels, et, W.id)
|
|
3155
|
+
);
|
|
2055
3156
|
return;
|
|
2056
3157
|
}
|
|
2057
3158
|
}
|
|
2058
3159
|
}
|
|
2059
3160
|
},
|
|
2060
3161
|
clearRoute() {
|
|
2061
|
-
|
|
3162
|
+
E(null), Y(null);
|
|
2062
3163
|
}
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
3164
|
+
};
|
|
3165
|
+
return z.current = A, () => {
|
|
3166
|
+
z.current === A && (z.current = null);
|
|
3167
|
+
};
|
|
3168
|
+
}, [et, z, u]);
|
|
3169
|
+
const R = mn(u == null ? void 0 : u.theme, Q);
|
|
3170
|
+
if (N)
|
|
3171
|
+
return /* @__PURE__ */ T("div", { className: `eyeon-map-viewer eyeon-map-viewer--error ${G ?? ""}`, style: k, children: /* @__PURE__ */ T("div", { className: "eyeon-map-viewer__error", children: N }) });
|
|
3172
|
+
if (!u)
|
|
3173
|
+
return /* @__PURE__ */ T("div", { className: `eyeon-map-viewer eyeon-map-viewer--loading ${G ?? ""}`, style: k, children: /* @__PURE__ */ T("div", { className: "eyeon-map-viewer__loading", children: "Loading map…" }) });
|
|
3174
|
+
const g = u.amenities.filter(
|
|
3175
|
+
(A) => Pn(A.code) && u.levels.some(
|
|
3176
|
+
(y) => y.shapes.some((v) => {
|
|
3177
|
+
var S;
|
|
3178
|
+
return ((S = v.assignment) == null ? void 0 : S.amenityId) === A.id;
|
|
2075
3179
|
})
|
|
2076
3180
|
)
|
|
2077
|
-
),
|
|
2078
|
-
return /* @__PURE__ */
|
|
3181
|
+
), P = Rt(d), X = ve(u.levels);
|
|
3182
|
+
return /* @__PURE__ */ ct(
|
|
2079
3183
|
"div",
|
|
2080
3184
|
{
|
|
2081
|
-
className: `eyeon-map-viewer eyeon-map-viewer--${
|
|
3185
|
+
className: `eyeon-map-viewer eyeon-map-viewer--${d}${X ? "" : " eyeon-map-viewer--empty"} ${G ?? ""}`,
|
|
2082
3186
|
style: {
|
|
2083
|
-
...
|
|
2084
|
-
"--map-accent":
|
|
2085
|
-
"--map-bg":
|
|
3187
|
+
...k,
|
|
3188
|
+
"--map-accent": R.ACCENT_COLOR,
|
|
3189
|
+
"--map-bg": R.MAP_BACKGROUND_COLOR
|
|
2086
3190
|
},
|
|
2087
3191
|
children: [
|
|
2088
|
-
|
|
2089
|
-
|
|
3192
|
+
X ? null : /* @__PURE__ */ T("div", { className: "eyeon-map-viewer__empty", children: pn }),
|
|
3193
|
+
X && (P.search || P.amenities) && /* @__PURE__ */ T(
|
|
3194
|
+
Zr,
|
|
2090
3195
|
{
|
|
2091
|
-
doc:
|
|
2092
|
-
amenities:
|
|
2093
|
-
activeLevelId:
|
|
2094
|
-
onActiveLevelChange:
|
|
2095
|
-
fromAnchorId:
|
|
2096
|
-
toAnchorId:
|
|
2097
|
-
onFromChange:
|
|
2098
|
-
onToChange:
|
|
2099
|
-
accessibleOnly:
|
|
2100
|
-
onAccessibleOnlyChange:
|
|
2101
|
-
route:
|
|
2102
|
-
showSearch:
|
|
2103
|
-
showAmenities:
|
|
3196
|
+
doc: u,
|
|
3197
|
+
amenities: g,
|
|
3198
|
+
activeLevelId: et,
|
|
3199
|
+
onActiveLevelChange: st,
|
|
3200
|
+
fromAnchorId: tt,
|
|
3201
|
+
toAnchorId: J,
|
|
3202
|
+
onFromChange: F,
|
|
3203
|
+
onToChange: E,
|
|
3204
|
+
accessibleOnly: q,
|
|
3205
|
+
onAccessibleOnlyChange: $,
|
|
3206
|
+
route: D,
|
|
3207
|
+
showSearch: P.search,
|
|
3208
|
+
showAmenities: P.amenities
|
|
2104
3209
|
}
|
|
2105
3210
|
),
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
|
|
3211
|
+
X ? /* @__PURE__ */ T(
|
|
3212
|
+
kn,
|
|
2108
3213
|
{
|
|
2109
|
-
levels:
|
|
2110
|
-
activeLevelId:
|
|
2111
|
-
onActiveLevelChange:
|
|
3214
|
+
levels: u.levels,
|
|
3215
|
+
activeLevelId: et,
|
|
3216
|
+
onActiveLevelChange: st,
|
|
2112
3217
|
onZoomIn: () => {
|
|
2113
|
-
var
|
|
2114
|
-
return (
|
|
3218
|
+
var A;
|
|
3219
|
+
return (A = H.current) == null ? void 0 : A.zoomIn();
|
|
2115
3220
|
},
|
|
2116
3221
|
onZoomOut: () => {
|
|
2117
|
-
var
|
|
2118
|
-
return (
|
|
3222
|
+
var A;
|
|
3223
|
+
return (A = H.current) == null ? void 0 : A.zoomOut();
|
|
2119
3224
|
},
|
|
2120
3225
|
onReset: () => {
|
|
2121
|
-
var
|
|
2122
|
-
return (
|
|
3226
|
+
var A;
|
|
3227
|
+
return (A = H.current) == null ? void 0 : A.reset();
|
|
2123
3228
|
},
|
|
2124
|
-
showFloors:
|
|
2125
|
-
showZoomReset:
|
|
3229
|
+
showFloors: P.floors,
|
|
3230
|
+
showZoomReset: P.zoomReset
|
|
2126
3231
|
}
|
|
2127
|
-
),
|
|
2128
|
-
/* @__PURE__ */
|
|
2129
|
-
|
|
3232
|
+
) : null,
|
|
3233
|
+
X ? /* @__PURE__ */ T("div", { ref: _, className: "eyeon-map-viewer__canvas", children: /* @__PURE__ */ T(We, { fallback: null, children: /* @__PURE__ */ T(
|
|
3234
|
+
Hr,
|
|
2130
3235
|
{
|
|
2131
|
-
doc:
|
|
2132
|
-
theme:
|
|
2133
|
-
activeLevelId:
|
|
2134
|
-
route:
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
3236
|
+
doc: u,
|
|
3237
|
+
theme: R,
|
|
3238
|
+
activeLevelId: et,
|
|
3239
|
+
route: D,
|
|
3240
|
+
selectedShapeId: L,
|
|
3241
|
+
selectedShapeIds: ut,
|
|
3242
|
+
hoveredShapeId: U,
|
|
3243
|
+
focusKey: i,
|
|
3244
|
+
focusViewBounds: r,
|
|
3245
|
+
cameraRef: H,
|
|
3246
|
+
eventSource: _,
|
|
3247
|
+
imageProxyUrl: w,
|
|
3248
|
+
onSelectShape: (A, y, v) => {
|
|
3249
|
+
var S, W, f;
|
|
3250
|
+
if (A == null) {
|
|
3251
|
+
(S = t.onSelectShape) == null || S.call(t, null);
|
|
3252
|
+
return;
|
|
3253
|
+
}
|
|
3254
|
+
if (v != null && v.additive || st(
|
|
3255
|
+
It(u.levels, et, y)
|
|
3256
|
+
), B) {
|
|
3257
|
+
const o = u.levels.find((nt) => nt.id === y), j = o == null ? void 0 : o.anchors.find((nt) => nt.shapeId === A);
|
|
3258
|
+
j && E(j.id);
|
|
3259
|
+
}
|
|
3260
|
+
if ((W = t.onSelectShape) == null || W.call(t, A, v), !(v != null && v.additive) && A === L) {
|
|
3261
|
+
const o = Ut(u.levels, ut) ?? Nr(u.levels, A);
|
|
3262
|
+
o && ((f = H.current) == null || f.focusBounds(o));
|
|
2144
3263
|
}
|
|
2145
|
-
(t = l.onSelectShape) == null || t.call(l, r);
|
|
2146
3264
|
}
|
|
2147
3265
|
}
|
|
2148
|
-
) }) })
|
|
3266
|
+
) }) }) : null
|
|
2149
3267
|
]
|
|
2150
3268
|
}
|
|
2151
3269
|
);
|
|
2152
3270
|
}
|
|
2153
3271
|
export {
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
3272
|
+
kn as M,
|
|
3273
|
+
Zr as R,
|
|
3274
|
+
Hr as a,
|
|
3275
|
+
eo as b,
|
|
3276
|
+
Jr as c,
|
|
3277
|
+
se as d,
|
|
3278
|
+
Ie as e,
|
|
3279
|
+
Rn as f,
|
|
3280
|
+
le as g,
|
|
3281
|
+
Bn as h,
|
|
3282
|
+
we as i,
|
|
3283
|
+
_r as j,
|
|
3284
|
+
$r as k,
|
|
3285
|
+
to as l
|
|
2159
3286
|
};
|
|
2160
3287
|
//# sourceMappingURL=MapViewer.js.map
|