@glodon-aiot/react-components 3.0.11-beta.2 → 3.0.11-beta.3
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.
|
@@ -2,7 +2,7 @@ var $ = Object.defineProperty, H = Object.defineProperties;
|
|
|
2
2
|
var U = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var b = Object.getOwnPropertySymbols;
|
|
4
4
|
var V = Object.prototype.hasOwnProperty, q = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var x = (o, n, i) => n in o ? $(o, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : o[n] = i,
|
|
5
|
+
var x = (o, n, i) => n in o ? $(o, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : o[n] = i, R = (o, n) => {
|
|
6
6
|
for (var i in n || (n = {}))
|
|
7
7
|
V.call(n, i) && x(o, i, n[i]);
|
|
8
8
|
if (b)
|
|
@@ -11,24 +11,24 @@ var x = (o, n, i) => n in o ? $(o, n, { enumerable: !0, configurable: !0, writab
|
|
|
11
11
|
return o;
|
|
12
12
|
}, C = (o, n) => H(o, U(n));
|
|
13
13
|
import { jsx as d, jsxs as F } from "react/jsx-runtime";
|
|
14
|
-
import { useSize as J } from "
|
|
14
|
+
import { useSize as J } from "ahooks";
|
|
15
15
|
import { useMachine as Q } from "@xstate/react";
|
|
16
16
|
import Z from "lodash/size";
|
|
17
|
-
import { useState as
|
|
17
|
+
import { useState as _, useRef as ee, useEffect as f } from "react";
|
|
18
18
|
import { assign as w } from "xstate";
|
|
19
|
-
import { DrawableContext as
|
|
19
|
+
import { DrawableContext as te } from "./index.mjs";
|
|
20
20
|
import Y from "./LineElement.mjs";
|
|
21
21
|
import I from "./MarkerElement.mjs";
|
|
22
22
|
import W from "./PolygonElement.mjs";
|
|
23
|
-
import { drawableMachine as
|
|
24
|
-
function
|
|
23
|
+
import { drawableMachine as ne } from "./state.mjs";
|
|
24
|
+
function ve(o) {
|
|
25
25
|
const {
|
|
26
26
|
state: n,
|
|
27
27
|
scale: i,
|
|
28
28
|
width: B,
|
|
29
29
|
height: G,
|
|
30
30
|
drawOptions: A,
|
|
31
|
-
lines:
|
|
31
|
+
lines: p,
|
|
32
32
|
polygons: u,
|
|
33
33
|
markers: g,
|
|
34
34
|
markRenderer: j,
|
|
@@ -36,10 +36,10 @@ function ge(o) {
|
|
|
36
36
|
onAddPolygon: S,
|
|
37
37
|
onAddMarker: k,
|
|
38
38
|
onStateChange: y
|
|
39
|
-
} = o, [E, z] =
|
|
39
|
+
} = o, [E, z] = _([]), [P, K] = _([]), [D, X] = _([]), c = ee(null), {
|
|
40
40
|
width: O,
|
|
41
41
|
height: N
|
|
42
|
-
}
|
|
42
|
+
} = J(c) || {};
|
|
43
43
|
function v({
|
|
44
44
|
x: e,
|
|
45
45
|
y: t
|
|
@@ -58,7 +58,7 @@ function ge(o) {
|
|
|
58
58
|
y: t * i
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
|
-
const [l, a] = Q(
|
|
61
|
+
const [l, a] = Q(ne, {
|
|
62
62
|
actions: {
|
|
63
63
|
onAddMarker: w(({
|
|
64
64
|
markerPoint: e
|
|
@@ -80,9 +80,9 @@ function ge(o) {
|
|
|
80
80
|
},
|
|
81
81
|
services: {}
|
|
82
82
|
});
|
|
83
|
-
|
|
83
|
+
f(() => {
|
|
84
84
|
var e;
|
|
85
|
-
z((e =
|
|
85
|
+
z((e = p == null ? void 0 : p.map(({
|
|
86
86
|
id: t,
|
|
87
87
|
start: s,
|
|
88
88
|
end: r
|
|
@@ -91,12 +91,12 @@ function ge(o) {
|
|
|
91
91
|
start: h(s),
|
|
92
92
|
end: h(r)
|
|
93
93
|
}))) != null ? e : []);
|
|
94
|
-
}, [
|
|
94
|
+
}, [p]), f(() => {
|
|
95
95
|
var e;
|
|
96
|
-
X((e = g == null ? void 0 : g.map((t) => C(
|
|
96
|
+
X((e = g == null ? void 0 : g.map((t) => C(R({}, t), {
|
|
97
97
|
point: h(t.point)
|
|
98
98
|
}))) != null ? e : []);
|
|
99
|
-
}, [g]),
|
|
99
|
+
}, [g]), f(() => {
|
|
100
100
|
var e;
|
|
101
101
|
K((e = u == null ? void 0 : u.map(({
|
|
102
102
|
id: t,
|
|
@@ -107,9 +107,9 @@ function ge(o) {
|
|
|
107
107
|
points: s.map(h),
|
|
108
108
|
options: r
|
|
109
109
|
}))) != null ? e : []);
|
|
110
|
-
}, [u, i]),
|
|
110
|
+
}, [u, i]), f(() => {
|
|
111
111
|
y && l.matches("idle") && y("viewOnly");
|
|
112
|
-
}, [l.value]),
|
|
112
|
+
}, [l.value]), f(() => {
|
|
113
113
|
if (y)
|
|
114
114
|
switch (n) {
|
|
115
115
|
case "drawingLine":
|
|
@@ -125,16 +125,16 @@ function ge(o) {
|
|
|
125
125
|
}, [n]);
|
|
126
126
|
const {
|
|
127
127
|
lineStart: M,
|
|
128
|
-
lineEnd:
|
|
128
|
+
lineEnd: ie,
|
|
129
129
|
polygonPoints: T,
|
|
130
|
-
movingPoint:
|
|
130
|
+
movingPoint: m
|
|
131
131
|
} = l.context;
|
|
132
|
-
return /* @__PURE__ */ d(
|
|
132
|
+
return /* @__PURE__ */ d(te.Provider, {
|
|
133
133
|
value: {
|
|
134
134
|
options: A != null ? A : {}
|
|
135
135
|
},
|
|
136
136
|
children: /* @__PURE__ */ d("div", {
|
|
137
|
-
ref:
|
|
137
|
+
ref: c,
|
|
138
138
|
className: "w-full h-full absolute left-0 top-0",
|
|
139
139
|
style: {
|
|
140
140
|
cursor: n === "viewOnly" ? void 0 : "crosshair",
|
|
@@ -146,12 +146,12 @@ function ge(o) {
|
|
|
146
146
|
version: "1.1",
|
|
147
147
|
className: "absolute inset-0",
|
|
148
148
|
onClick: (e) => {
|
|
149
|
-
if (!
|
|
149
|
+
if (!c.current)
|
|
150
150
|
return;
|
|
151
151
|
const {
|
|
152
152
|
top: t,
|
|
153
153
|
left: s
|
|
154
|
-
} =
|
|
154
|
+
} = c.current.getBoundingClientRect(), r = {
|
|
155
155
|
x: e.clientX - s,
|
|
156
156
|
y: e.clientY - t
|
|
157
157
|
};
|
|
@@ -170,12 +170,12 @@ function ge(o) {
|
|
|
170
170
|
});
|
|
171
171
|
},
|
|
172
172
|
onMouseMove: (e) => {
|
|
173
|
-
if (!
|
|
173
|
+
if (!c.current)
|
|
174
174
|
return;
|
|
175
175
|
const {
|
|
176
176
|
top: t,
|
|
177
177
|
left: s
|
|
178
|
-
} =
|
|
178
|
+
} = c.current.getBoundingClientRect(), r = {
|
|
179
179
|
x: e.clientX - s,
|
|
180
180
|
y: e.clientY - t
|
|
181
181
|
};
|
|
@@ -184,9 +184,9 @@ function ge(o) {
|
|
|
184
184
|
point: r
|
|
185
185
|
});
|
|
186
186
|
},
|
|
187
|
-
children: [E == null ? void 0 : E.map((e, t) => /* @__PURE__ */ d(Y,
|
|
187
|
+
children: [E == null ? void 0 : E.map((e, t) => /* @__PURE__ */ d(Y, R({}, e), t)), M && m && /* @__PURE__ */ d(Y, {
|
|
188
188
|
start: M,
|
|
189
|
-
end:
|
|
189
|
+
end: m
|
|
190
190
|
}), P == null ? void 0 : P.map(({
|
|
191
191
|
points: e,
|
|
192
192
|
options: t
|
|
@@ -194,9 +194,9 @@ function ge(o) {
|
|
|
194
194
|
editing: !1,
|
|
195
195
|
points: e,
|
|
196
196
|
options: t
|
|
197
|
-
}, s)), Z(T) > 0 &&
|
|
197
|
+
}, s)), Z(T) > 0 && m && /* @__PURE__ */ d(W, {
|
|
198
198
|
editing: !0,
|
|
199
|
-
points: [...T,
|
|
199
|
+
points: [...T, m],
|
|
200
200
|
onClose: (e) => {
|
|
201
201
|
a({
|
|
202
202
|
type: "DRAW_POLYGON_COMPLETE"
|
|
@@ -205,10 +205,10 @@ function ge(o) {
|
|
|
205
205
|
}), D == null ? void 0 : D.map((e) => /* @__PURE__ */ d(I, {
|
|
206
206
|
marker: e,
|
|
207
207
|
markRenderer: j
|
|
208
|
-
})), l.matches("addingMarker") &&
|
|
208
|
+
})), l.matches("addingMarker") && m && /* @__PURE__ */ d(I, {
|
|
209
209
|
marker: {
|
|
210
210
|
id: "addingMarker",
|
|
211
|
-
point:
|
|
211
|
+
point: m
|
|
212
212
|
}
|
|
213
213
|
})]
|
|
214
214
|
})
|
|
@@ -216,5 +216,5 @@ function ge(o) {
|
|
|
216
216
|
});
|
|
217
217
|
}
|
|
218
218
|
export {
|
|
219
|
-
|
|
219
|
+
ve as default
|
|
220
220
|
};
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useSize as f } from "
|
|
3
|
-
import { useState as
|
|
4
|
-
function
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { useSize as f } from "ahooks";
|
|
3
|
+
import { useRef as g, useState as d, useEffect as p } from "react";
|
|
4
|
+
function N(i) {
|
|
5
5
|
const {
|
|
6
|
-
url:
|
|
7
|
-
onScaleChange:
|
|
8
|
-
onLoad:
|
|
9
|
-
} = o,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
return g(() => {
|
|
14
|
-
t && r && a && s(t / a.width, t, r);
|
|
15
|
-
}, [t, r, a]), /* @__PURE__ */ h("img", {
|
|
6
|
+
url: s,
|
|
7
|
+
onScaleChange: c,
|
|
8
|
+
onLoad: n
|
|
9
|
+
} = i, e = g(null), t = f(e), r = t == null ? void 0 : t.width, a = t == null ? void 0 : t.height, [o, u] = d();
|
|
10
|
+
return p(() => {
|
|
11
|
+
r && a && o && c(r / o.width, r, a);
|
|
12
|
+
}, [r, a, o]), /* @__PURE__ */ l("img", {
|
|
16
13
|
ref: e,
|
|
17
|
-
src:
|
|
14
|
+
src: s,
|
|
18
15
|
className: "select-none",
|
|
19
16
|
style: {
|
|
20
17
|
maxWidth: "100%",
|
|
@@ -24,13 +21,13 @@ function x(o) {
|
|
|
24
21
|
alt: "",
|
|
25
22
|
onLoad: () => {
|
|
26
23
|
if (e.current) {
|
|
27
|
-
|
|
24
|
+
n && n(e.current);
|
|
28
25
|
const {
|
|
29
|
-
naturalWidth:
|
|
26
|
+
naturalWidth: h,
|
|
30
27
|
naturalHeight: m
|
|
31
28
|
} = e.current;
|
|
32
|
-
|
|
33
|
-
width:
|
|
29
|
+
u({
|
|
30
|
+
width: h,
|
|
34
31
|
height: m
|
|
35
32
|
});
|
|
36
33
|
}
|
|
@@ -38,5 +35,5 @@ function x(o) {
|
|
|
38
35
|
});
|
|
39
36
|
}
|
|
40
37
|
export {
|
|
41
|
-
|
|
38
|
+
N as default
|
|
42
39
|
};
|
|
@@ -9,7 +9,7 @@ import ht from "../TrackMap/index.mjs";
|
|
|
9
9
|
import "../MouseTip/style.less.mjs";
|
|
10
10
|
import vt from "../PassMap/index.mjs";
|
|
11
11
|
import yt from "../Zoom/index.mjs";
|
|
12
|
-
import "
|
|
12
|
+
import "ahooks";
|
|
13
13
|
import "use-immer";
|
|
14
14
|
import "../Drawable/index.mjs";
|
|
15
15
|
import Bt from "antd/es/button";
|
package/dist/es/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import { default as B } from "./PassMap/index.mjs";
|
|
|
10
10
|
import { default as D } from "./Zoom/index.mjs";
|
|
11
11
|
import { useBimface as k } from "./useBimface/index.mjs";
|
|
12
12
|
import "react/jsx-runtime";
|
|
13
|
-
import "
|
|
13
|
+
import "ahooks";
|
|
14
14
|
import "react";
|
|
15
15
|
import { default as A } from "./GOSImageMap/DrawableImageMap.mjs";
|
|
16
16
|
import { DrawableContext as E, calAngle as R } from "./Drawable/index.mjs";
|
package/dist/es/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.storybook-button{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;border:0;border-radius:3em;cursor:pointer;display:inline-block;line-height:1}.storybook-button--primary{color:#fff;background-color:#027bf4}.storybook-button--secondary{color:#333;background-color:transparent;box-shadow:#00000026 0 0 0 1px inset}.storybook-button--small{font-size:12px;padding:10px 16px}.storybook-button--medium{font-size:14px;padding:11px 20px}.storybook-button--large{font-size:16px;padding:12px 24px}.g-icon-btn{height:28px;width:28px;line-height:28px;background-color:#222836;color:#b8c1d0;cursor:pointer;text-align:center;padding:0;border:none;font-size:16px;display:block}.g-icon-btn:hover{color:#fff;background:linear-gradient(180deg,#4e5b73 0%,#222836 100%);border-image:linear-gradient(180deg,#4e5b73 0%,#222836 100%),linear-gradient(180deg,#ffffff 16.67%,#d2d2d2 49.48%,#000000 73.44%,#e4e4e4 92.71%)}.g-icon-btn:disabled{color:#68707e;cursor:not-allowed;background:linear-gradient(180deg,#0a111d 0%,#222836 100%)}.g-expandable-pannel-wrap{inset:0;z-index:999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar{position:absolute;right:0;top:0;background-color:#222836;z-index:9999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.collapsed{position:absolute;top:0;right:0;z-index:9;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned{padding:0}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned .g-icon-btn{background-color:#0000}.g-expandable-pannel-wrap .g-expandable-pannel{width:100%;height:100%;border:.5px solid #313A4D}.g-expandable-pannel-wrap .g-expandable-pannel-header{position:absolute;right:0;top:0;z-index:9;padding-right:28px;height:28px;display:flex;flex-direction:row-reverse}.g-expandable-pannel-wrap .g-expandable-pannel-body{opacity:.85;width:100%;height:100%}.g-expandable-pannel-wrap .g-expandable-pannel-body .icon{width:16px;height:16px}.g-expandable-pannel-wrap .g-expandable-pannel.full{width:100%!important;height:100%!important;inset:0 55px;z-index:9}.g-expandable-pannel-wrap .g-expandable-pannel.hidden{inset:0 -20000px}.g-expandable-pannel-wrap .g-expandable-pannel.hidden+.bar-btn{position:absolute;right:0!important;background:rgba(58,63,76,.5);border-radius:20px 0 0 20px}.g-expandable-pannel-wrap .g-expandable-pannel.normal{height:250px;overflow:hidden;padding:0}.g-expandable-pannel-wrap .g-expandable-pannel.full+.bar-btn{top:0;right:55px;z-index:99}.g-expandable-pannel-wrap .g-expandable-pannel.full~.cover{display:block;position:absolute;width:100vw;height:100vh;top:0;left:0;background:#00000066}.g-expandable-pannel-wrap .g-expandable-pannel.hiddern~.cover{display:none}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel{width:134px;background:#ffffff;border:1px solid #ececec;box-shadow:2px 2px 6px #c0c0c040;border-radius:4px;padding:6px 12px}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row{width:100%;display:flex;height:32px;align-items:center}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row img{width:16px;height:16px;margin:0 8px}.g-expandable-pannel-wrap .g-expandable-pannel .status{display:block}.g-expandable-pannel-wrap .g-expandable-pannel .status.success:before{display:inline-block;content:"";width:12px;height:12px;background-color:#52c41a}.g-expandable-pannel-wrap .g-expandable-pannel .status.error:before{display:inline-block;content:"";width:12px;height:12px;background-color:#ff4d4f}.g-expandable-pannel-wrap .g-expandable-pannel .pass-confirm-wrap{position:absolute}.g-mouse-tip{display:inline-flex;justify-content:center;align-items:center;gap:4px;box-shadow:0 1px 10px #0000000d,0 4px 5px #00000014,0 2px 4px -1px #0000001f;border-radius:4px;background:#000;position:fixed;z-index:2000;padding:8px 12px}.g-mouse-tip-content{font-size:12px;font-style:normal;font-weight:400;color:#fff}.pass-map{background:transparent}.pass-map .pass-area{position:absolute;background:rgba(255,77,79,.21);border:1px solid #00000000;z-index:1}.pass-map .pass-area-circle{border-radius:50%}.pass-map .pass-area__active{background:rgba(255,77,79,.25);border:1px solid #ff4d4f}*{box-sizing:border-box}.image-map{position:relative;width:100%;height:100%;overflow:hidden;user-select:none;display:flex;justify-content:center}.image-map .image-map-pannel{width:100%;height:100%;user-select:none;display:flex;justify-content:center;align-items:center}.image-map .image-map-toolbar{position:absolute;width:auto;height:auto;bottom:12px;z-index:99;display:flex;align-items:center;gap:12px;background-color:#393939;padding:10px;border-radius:6px}.image-map .image-map-toolbar .zoom-controller{display:flex;height:100%;align-items:center;gap:12px;color:#fff}.image-map .image-map-toolbar .zoom-controller .g-icon-btn,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button{background-color:unset;font-size:16px;border:.5px solid #6f6f6f;border-radius:2px;font-size:14px}.image-map .image-map-toolbar .zoom-controller .g-icon-btn .anticon,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button .anticon{font-size:14px}.image-map .image-map-toolbar .zoom-controller.vertical{flex-direction:column}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn{background-color:red;margin-top:6px;border:none}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn .anticon{font-size:16px}.image-map .image-map-toolbar .zoom-controller.horizontal{flex-direction:row}.image-map .image-map-toolbar .line{width:1px;height:12px;border:.5px solid #e0e0e0}.image-map .image-map-toolbar .moveable-controller{background-color:unset;height:100%;border:.5px solid #6f6f6f;border-radius:2px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn{position:relative;border:none;border-radius:2px;background-color:unset;padding:0;display:flex;height:100%}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change{display:flex;align-items:center;color:#fff;gap:10px;height:100%;margin-inline-end:unset;padding:4px 8px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change svg{font-size:16px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .anticon{font-size:24px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn.active{color:#fff}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left}.image-map .image-map-toolbar .editing-controller .ant-btn-default{border:.5px solid #6f6f6f;border-radius:2px;background-color:unset;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-default:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller .ant-btn-primary{border-radius:2px;background-color:#0532a6;border:.5px solid #6f6f6f;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-primary:hover{background:#0949d2}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail{display:flex;align-items:center;color:#fff;gap:10px;height:100%}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail svg{font-size:16px}.track-map{z-index:10;position:relative}.track-map .point{cursor:pointer}.track-map .bottom-action{position:fixed;left:50%;bottom:10px;transform:translate(-50%);z-index:1000;display:flex;justify-content:center;align-items:flex-end;padding-bottom:12px}.track-map .bottom-action .bottom-pannel{background:white;height:48px;background:rgba(255,255,255,.9);border:1px solid #f8f8f8;box-shadow:2px 2px 4px #c0c0c040;border-radius:4px;padding:0 12px}:where(.css-ed5zg0)[class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm],:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popconfirm{z-index:1060}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-inner-content{color:#000000e0}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message{position:relative;margin-bottom:8px;color:#000000e0;font-size:14px;display:flex;flex-wrap:nowrap;align-items:start}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message>.ant-popconfirm-message-icon .anticon{color:#faad14;font-size:14px;flex:none;line-height:1;padding-top:4px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title{flex:auto;margin-inline-start:8px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title-only{font-weight:600}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-description{position:relative;margin-inline-start:22px;margin-bottom:8px;color:#000000e0;font-size:14px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons{text-align:end}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons button{margin-inline-start:8px}:where(.css-ed5zg0)[class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover],:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"],:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:before,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:after,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popover{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:start;cursor:auto;user-select:text;--antd-arrow-background-color: #ffffff}:where(.css-ed5zg0).ant-popover-rtl{direction:rtl}:where(.css-ed5zg0).ant-popover-hidden{display:none}:where(.css-ed5zg0).ant-popover .ant-popover-content{position:relative}:where(.css-ed5zg0).ant-popover .ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:12px}:where(.css-ed5zg0).ant-popover .ant-popover-title{min-width:177px;margin-bottom:8px;color:#000000e0;font-weight:600}:where(.css-ed5zg0).ant-popover .ant-popover-inner-content{color:#000000e0;padding:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow{position:absolute;z-index:1;display:block;pointer-events:none;width:16px;height:16px;overflow:hidden;border:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{position:absolute;bottom:0;inset-inline-start:0;width:16px;height:8px;background:var(--antd-arrow-background-color);clip-path:polygon(1.65685425px 100%,50% 1.65685425px,14.34314575px 100%,1.65685425px 100%);clip-path:path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");content:""}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:after{content:"";position:absolute;width:8.97056275px;height:8.97056275px;bottom:0;inset-inline:0;margin:auto;border-radius:0 0 2px;transform:translateY(50%) rotate(-135deg);box-shadow:2px 2px 5px #0000000d;z-index:0;background:transparent}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{background:var(--antd-arrow-background-color)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{bottom:0;transform:translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{top:0;transform:translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{right:0;transform:translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{left:0;transform:translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-pure{position:relative;max-width:none;margin:16px;display:inline-block}:where(.css-ed5zg0).ant-popover-pure .ant-popover-content{display:inline-block}:where(.css-ed5zg0).ant-popover.ant-popover-blue{--antd-arrow-background-color: #1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-inner{background-color:#1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-purple{--antd-arrow-background-color: #722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-inner{background-color:#722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-cyan{--antd-arrow-background-color: #13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-inner{background-color:#13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-green{--antd-arrow-background-color: #52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-inner{background-color:#52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-magenta{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-pink{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-red{--antd-arrow-background-color: #f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-inner{background-color:#f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-orange{--antd-arrow-background-color: #fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-inner{background-color:#fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-yellow{--antd-arrow-background-color: #fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-inner{background-color:#fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-volcano{--antd-arrow-background-color: #fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-inner{background-color:#fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue{--antd-arrow-background-color: #2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-inner{background-color:#2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-lime{--antd-arrow-background-color: #a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-inner{background-color:#a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-gold{--antd-arrow-background-color: #faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-inner{background-color:#faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-enter.ant-zoom-big-enter-active,:where(.css-ed5zg0).ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:css-ed5zg0-antZoomBigIn;animation-play-state:running}:where(.css-ed5zg0).ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:css-ed5zg0-antZoomBigOut;animation-play-state:running;pointer-events:none}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}:where(.css-ed5zg0).ant-zoom-big-enter-prepare,:where(.css-ed5zg0).ant-zoom-big-appear-prepare{transform:none}:where(.css-ed5zg0).ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.track-map .tooltip-container{pointer-events:none!important}.track-map .tooltip-container>*{pointer-events:initial}.g-expandable-pannel-wrap.collapsed .tooltip-container{display:none}.g-rc-tooltip{position:absolute!important}.g-rc-tooltip .g-rc-tooltip-arrow{height:10px}
|
|
1
|
+
.storybook-button{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;border:0;border-radius:3em;cursor:pointer;display:inline-block;line-height:1}.storybook-button--primary{color:#fff;background-color:#027bf4}.storybook-button--secondary{color:#333;background-color:transparent;box-shadow:#00000026 0 0 0 1px inset}.storybook-button--small{font-size:12px;padding:10px 16px}.storybook-button--medium{font-size:14px;padding:11px 20px}.storybook-button--large{font-size:16px;padding:12px 24px}.g-icon-btn{height:28px;width:28px;line-height:28px;background-color:#222836;color:#b8c1d0;cursor:pointer;text-align:center;padding:0;border:none;font-size:16px;display:block}.g-icon-btn:hover{color:#fff;background:linear-gradient(180deg,#4e5b73 0%,#222836 100%);border-image:linear-gradient(180deg,#4e5b73 0%,#222836 100%),linear-gradient(180deg,#ffffff 16.67%,#d2d2d2 49.48%,#000000 73.44%,#e4e4e4 92.71%)}.g-icon-btn:disabled{color:#68707e;cursor:not-allowed;background:linear-gradient(180deg,#0a111d 0%,#222836 100%)}.g-expandable-pannel-wrap{inset:0;z-index:999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar{position:absolute;right:0;top:0;background-color:#222836;z-index:9999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.collapsed{position:absolute;top:0;right:0;z-index:9;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned{padding:0}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned .g-icon-btn{background-color:#0000}.g-expandable-pannel-wrap .g-expandable-pannel{width:100%;height:100%;border:.5px solid #313A4D}.g-expandable-pannel-wrap .g-expandable-pannel-header{position:absolute;right:0;top:0;z-index:9;padding-right:28px;height:28px;display:flex;flex-direction:row-reverse}.g-expandable-pannel-wrap .g-expandable-pannel-body{opacity:.85;width:100%;height:100%}.g-expandable-pannel-wrap .g-expandable-pannel-body .icon{width:16px;height:16px}.g-expandable-pannel-wrap .g-expandable-pannel.full{width:100%!important;height:100%!important;inset:0 55px;z-index:9}.g-expandable-pannel-wrap .g-expandable-pannel.hidden{inset:0 -20000px}.g-expandable-pannel-wrap .g-expandable-pannel.hidden+.bar-btn{position:absolute;right:0!important;background:rgba(58,63,76,.5);border-radius:20px 0 0 20px}.g-expandable-pannel-wrap .g-expandable-pannel.normal{height:250px;overflow:hidden;padding:0}.g-expandable-pannel-wrap .g-expandable-pannel.full+.bar-btn{top:0;right:55px;z-index:99}.g-expandable-pannel-wrap .g-expandable-pannel.full~.cover{display:block;position:absolute;width:100vw;height:100vh;top:0;left:0;background:#00000066}.g-expandable-pannel-wrap .g-expandable-pannel.hiddern~.cover{display:none}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel{width:134px;background:#ffffff;border:1px solid #ececec;box-shadow:2px 2px 6px #c0c0c040;border-radius:4px;padding:6px 12px}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row{width:100%;display:flex;height:32px;align-items:center}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row img{width:16px;height:16px;margin:0 8px}.g-expandable-pannel-wrap .g-expandable-pannel .status{display:block}.g-expandable-pannel-wrap .g-expandable-pannel .status.success:before{display:inline-block;content:"";width:12px;height:12px;background-color:#52c41a}.g-expandable-pannel-wrap .g-expandable-pannel .status.error:before{display:inline-block;content:"";width:12px;height:12px;background-color:#ff4d4f}.g-expandable-pannel-wrap .g-expandable-pannel .pass-confirm-wrap{position:absolute}*{box-sizing:border-box}.image-map{position:relative;width:100%;height:100%;overflow:hidden;user-select:none;display:flex;justify-content:center}.image-map .image-map-pannel{width:100%;height:100%;user-select:none;display:flex;justify-content:center;align-items:center}.image-map .image-map-toolbar{position:absolute;width:auto;height:auto;bottom:12px;z-index:99;display:flex;align-items:center;gap:12px;background-color:#393939;padding:10px;border-radius:6px}.image-map .image-map-toolbar .zoom-controller{display:flex;height:100%;align-items:center;gap:12px;color:#fff}.image-map .image-map-toolbar .zoom-controller .g-icon-btn,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button{background-color:unset;font-size:16px;border:.5px solid #6f6f6f;border-radius:2px;font-size:14px}.image-map .image-map-toolbar .zoom-controller .g-icon-btn .anticon,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button .anticon{font-size:14px}.image-map .image-map-toolbar .zoom-controller.vertical{flex-direction:column}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn{background-color:red;margin-top:6px;border:none}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn .anticon{font-size:16px}.image-map .image-map-toolbar .zoom-controller.horizontal{flex-direction:row}.image-map .image-map-toolbar .line{width:1px;height:12px;border:.5px solid #e0e0e0}.image-map .image-map-toolbar .moveable-controller{background-color:unset;height:100%;border:.5px solid #6f6f6f;border-radius:2px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn{position:relative;border:none;border-radius:2px;background-color:unset;padding:0;display:flex;height:100%}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change{display:flex;align-items:center;color:#fff;gap:10px;height:100%;margin-inline-end:unset;padding:4px 8px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change svg{font-size:16px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .anticon{font-size:24px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn.active{color:#fff}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left}.image-map .image-map-toolbar .editing-controller .ant-btn-default{border:.5px solid #6f6f6f;border-radius:2px;background-color:unset;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-default:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller .ant-btn-primary{border-radius:2px;background-color:#0532a6;border:.5px solid #6f6f6f;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-primary:hover{background:#0949d2}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail{display:flex;align-items:center;color:#fff;gap:10px;height:100%}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail svg{font-size:16px}.pass-map{background:transparent}.pass-map .pass-area{position:absolute;background:rgba(255,77,79,.21);border:1px solid #00000000;z-index:1}.pass-map .pass-area-circle{border-radius:50%}.pass-map .pass-area__active{background:rgba(255,77,79,.25);border:1px solid #ff4d4f}.g-mouse-tip{display:inline-flex;justify-content:center;align-items:center;gap:4px;box-shadow:0 1px 10px #0000000d,0 4px 5px #00000014,0 2px 4px -1px #0000001f;border-radius:4px;background:#000;position:fixed;z-index:2000;padding:8px 12px}.g-mouse-tip-content{font-size:12px;font-style:normal;font-weight:400;color:#fff}.track-map{z-index:10;position:relative}.track-map .point{cursor:pointer}.track-map .bottom-action{position:fixed;left:50%;bottom:10px;transform:translate(-50%);z-index:1000;display:flex;justify-content:center;align-items:flex-end;padding-bottom:12px}.track-map .bottom-action .bottom-pannel{background:white;height:48px;background:rgba(255,255,255,.9);border:1px solid #f8f8f8;box-shadow:2px 2px 4px #c0c0c040;border-radius:4px;padding:0 12px}:where(.css-ed5zg0)[class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm],:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popconfirm{z-index:1060}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-inner-content{color:#000000e0}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message{position:relative;margin-bottom:8px;color:#000000e0;font-size:14px;display:flex;flex-wrap:nowrap;align-items:start}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message>.ant-popconfirm-message-icon .anticon{color:#faad14;font-size:14px;flex:none;line-height:1;padding-top:4px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title{flex:auto;margin-inline-start:8px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title-only{font-weight:600}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-description{position:relative;margin-inline-start:22px;margin-bottom:8px;color:#000000e0;font-size:14px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons{text-align:end}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons button{margin-inline-start:8px}:where(.css-ed5zg0)[class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover],:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"],:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:before,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:after,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popover{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:start;cursor:auto;user-select:text;--antd-arrow-background-color: #ffffff}:where(.css-ed5zg0).ant-popover-rtl{direction:rtl}:where(.css-ed5zg0).ant-popover-hidden{display:none}:where(.css-ed5zg0).ant-popover .ant-popover-content{position:relative}:where(.css-ed5zg0).ant-popover .ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:12px}:where(.css-ed5zg0).ant-popover .ant-popover-title{min-width:177px;margin-bottom:8px;color:#000000e0;font-weight:600}:where(.css-ed5zg0).ant-popover .ant-popover-inner-content{color:#000000e0;padding:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow{position:absolute;z-index:1;display:block;pointer-events:none;width:16px;height:16px;overflow:hidden;border:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{position:absolute;bottom:0;inset-inline-start:0;width:16px;height:8px;background:var(--antd-arrow-background-color);clip-path:polygon(1.65685425px 100%,50% 1.65685425px,14.34314575px 100%,1.65685425px 100%);clip-path:path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");content:""}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:after{content:"";position:absolute;width:8.97056275px;height:8.97056275px;bottom:0;inset-inline:0;margin:auto;border-radius:0 0 2px;transform:translateY(50%) rotate(-135deg);box-shadow:2px 2px 5px #0000000d;z-index:0;background:transparent}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{background:var(--antd-arrow-background-color)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{bottom:0;transform:translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{top:0;transform:translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{right:0;transform:translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{left:0;transform:translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-pure{position:relative;max-width:none;margin:16px;display:inline-block}:where(.css-ed5zg0).ant-popover-pure .ant-popover-content{display:inline-block}:where(.css-ed5zg0).ant-popover.ant-popover-blue{--antd-arrow-background-color: #1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-inner{background-color:#1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-purple{--antd-arrow-background-color: #722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-inner{background-color:#722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-cyan{--antd-arrow-background-color: #13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-inner{background-color:#13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-green{--antd-arrow-background-color: #52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-inner{background-color:#52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-magenta{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-pink{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-red{--antd-arrow-background-color: #f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-inner{background-color:#f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-orange{--antd-arrow-background-color: #fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-inner{background-color:#fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-yellow{--antd-arrow-background-color: #fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-inner{background-color:#fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-volcano{--antd-arrow-background-color: #fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-inner{background-color:#fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue{--antd-arrow-background-color: #2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-inner{background-color:#2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-lime{--antd-arrow-background-color: #a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-inner{background-color:#a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-gold{--antd-arrow-background-color: #faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-inner{background-color:#faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-enter.ant-zoom-big-enter-active,:where(.css-ed5zg0).ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:css-ed5zg0-antZoomBigIn;animation-play-state:running}:where(.css-ed5zg0).ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:css-ed5zg0-antZoomBigOut;animation-play-state:running;pointer-events:none}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}:where(.css-ed5zg0).ant-zoom-big-enter-prepare,:where(.css-ed5zg0).ant-zoom-big-appear-prepare{transform:none}:where(.css-ed5zg0).ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.track-map .tooltip-container{pointer-events:none!important}.track-map .tooltip-container>*{pointer-events:initial}.g-expandable-pannel-wrap.collapsed .tooltip-container{display:none}.g-rc-tooltip{position:absolute!important}.g-rc-tooltip .g-rc-tooltip-arrow{height:10px}
|
package/dist/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var be=Object.defineProperty,ke=Object.defineProperties;var Qe=Object.getOwnPropertyDescriptors;var kM=Object.getOwnPropertySymbols;var ae=Object.prototype.hasOwnProperty,ue=Object.prototype.propertyIsEnumerable;var re=(z,M,o)=>M in z?be(z,M,{enumerable:!0,configurable:!0,writable:!0,value:o}):z[M]=o,B=(z,M)=>{for(var o in M||(M={}))ae.call(M,o)&&re(z,o,M[o]);if(kM)for(var o of kM(M))ue.call(M,o)&&re(z,o,M[o]);return z},uM=(z,M)=>ke(z,Qe(M));var QM=(z,M)=>{var o={};for(var t in z)ae.call(z,t)&&M.indexOf(t)<0&&(o[t]=z[t]);if(z!=null&&kM)for(var t of kM(z))M.indexOf(t)<0&&ue.call(z,t)&&(o[t]=z[t]);return o};Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("react"),Ae=require("@ant-design/icons"),Ye=require("antd/es/tooltip"),ve=require("react-moveable"),Ue=require("deep-object-diff"),Be=require("lodash/debounce"),Pe=require("antd"),Le=require("@umijs/hooks"),We=require("use-immer"),Re=require("@xstate/react"),BM=require("lodash/size"),vM=require("xstate"),Ge=require("lodash/first"),gM=require("@xstate/immer"),PM=require("antd/es/button"),Ze=require("antd/es/popconfirm");const Ve=z=>{const y=z,{primary:M=!1,size:o="medium",backgroundColor:t,label:j}=y,s=QM(y,["primary","size","backgroundColor","label"]),a=M?"storybook-button--primary":"storybook-button--secondary";return e.jsx("button",uM(B({type:"button",className:["storybook-button",`storybook-button--${o}`,a].join(" "),style:{backgroundColor:t}},s),{children:j}))};const q=Ae.createFromIconfontCN({scriptUrl:new URL("data:application/javascript;base64,d2luZG93Ll9pY29uZm9udF9zdmdfc3RyaW5nXzM5MjkyMDkgPSAnPHN2Zz48c3ltYm9sIGlkPSJpY29uLXNhbmppYW8teGlhIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMTkyLjk1NzAzMTI1IDM1NC42NDA2MjVoNDMzLjc0MDIzNDM4YzQyLjEzNDc2NTYzIDAgODAuODQxNzk2ODgtMC4xNTgyMDMxMyAxMTYuMjI2NTYyNDktMC40MjE4NzVDNzc4LjMwODU5Mzc1IDM1My45NTUwNzgxMiA4MDUuODM1OTM3NSAzNTMuNzk2ODc1IDgyNS40NTMxMjUgMzUzLjc5Njg3NWMxMy41IDAgMjQuNzMyNDIxODggMy4xNjQwNjI1IDMzLjc1IDkuNTk3NjU2MjUgOC45NjQ4NDM3NSA2LjQzMzU5Mzc1IDE0Ljk3NjU2MjUgMTQuNTAxOTUzMTMgMTguMDg3ODkwNjMgMjQuMjU3ODEyNSAzLjA1ODU5Mzc1IDkuNzAzMTI1IDMuMDU4NTkzNzUgMjAuNDYwOTM3NS0xZS04IDMyLjE2Nzk2ODc1YTcxLjcxODc1IDcxLjcxODc1IDAgMCAxLTE5LjgyODEyNDk5IDMyLjUzNzEwOTM4Yy0yMS4zMDQ2ODc1IDIwLjU2NjQwNjI1LTQzLjY2NDA2MjUgNDIuODczMDQ2ODgtNjYuOTcyNjU2MjYgNjYuODE0NDUzMTItMjMuMjU1ODU5MzggMjMuOTQxNDA2MjUtNDYuNzIyNjU2MjUgNDguNTY4MzU5MzgtNzAuMjk0OTIxODcgNzMuOTMzNTkzNzUtMjMuNTcyMjY1NjMgMjUuMzEyNS00Ny4xNDQ1MzEyNSA1MC45NDE0MDYyNS03MC43Njk1MzEyNSA3Ni44MzM5ODQzOGwtNjguMTg1NTQ2ODggNzQuNzI0NjA5MzdhODkuMTIxMDkzNzUgODkuMTIxMDkzNzUgMCAwIDEtMzUuMzMyMDMxMjUgMjMuODM1OTM3NWMtMTQuMDgwMDc4MTMgNS4yNzM0Mzc1LTI4LjY4NzUgNy42NDY0ODQzOC00My44MjIyNjU2MiA3LjA2NjQwNjI1YTEzMi4zNjMyODEyNSAxMzIuMzYzMjgxMjUgMCAwIDEtNDQuNjY2MDE1NjMtOS41OTc2NTYyNSA5NC44MTY0MDYyNSA5NC44MTY0MDYyNSAwIDAgMS0zNy4wNzIyNjU2Mi0yNi4zMTQ0NTMxMyA2MzQ3LjYzNjcxODc1IDYzNDcuNjM2NzE4NzUgMCAwIDAtNTcuNjkxNDA2MjUtNjQuNzA1MDc4MTJjLTE5LjM1MzUxNTYzLTIxLjQ2Mjg5MDYzLTM5LjI4NzEwOTM4LTQzLjQ1MzEyNS01OS44MDA3ODEyNS02NS45NzA3MDMxM2E3MzY0Ny42MTUyMzQzOCA3MzY0Ny42MTUyMzQzOCAwIDAgMS0xMzYuMDAxOTUzMTMtMTQ5LjkyMzgyODEyIDk1LjE4NTU0Njg4IDk1LjE4NTU0Njg4IDAgMCAxLTIyLjMwNjY0MDYyLTM3LjE3NzczNDM4QTY0LjE3NzczNDM4IDY0LjE3NzczNDM4IDAgMCAxIDE0Mi44NTkzNzUgMzg4LjAyMTQ4NDM3YTQxLjEzMjgxMjUgNDEuMTMyODEyNSAwIDAgMSAxNi44NzUtMjQuMjA1MDc4MTJjOC42NDg0Mzc1LTYuMTE3MTg3NSAxOS43NzUzOTA2My05LjE3NTc4MTI1IDMzLjIyMjY1NjI1LTkuMTc1NzgxMjV6IiAgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLXNhbmppYW8tc2hhbmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik04MzEuMDQyOTY4NzUgNjY5LjM1OTM3NUgzOTcuMzAyNzM0MzdjLTQyLjEzNDc2NTYzIDAtODAuODQxNzk2ODggMC4xNTgyMDMxMy0xMTYuMjI2NTYyNDkgMC40MjE4NzUtMzUuMzg0NzY1NjMgMC4yNjM2NzE4OC02Mi45MTIxMDkzOCAwLjQyMTg3NS04Mi41MjkyOTY4OCAwLjQyMTg3NS0xMy41IDAtMjQuNzMyNDIxODgtMy4xNjQwNjI1LTMzLjc1LTkuNTk3NjU2MjVhNDYuNjE3MTg3NSA0Ni42MTcxODc1IDAgMCAxLTE4LjA4Nzg5MDYyLTI0LjI1NzgxMjUgNTYuODQ3NjU2MjUgNTYuODQ3NjU2MjUgMCAwIDEgMC0zMi4xNjc5Njg3NSA3MS43MTg3NSA3MS43MTg3NSAwIDAgMSAxOS44MjgxMjUtMzIuNTM3MTA5MzhjMjEuMzA0Njg3NS0yMC41NjY0MDYyNSA0My42NjQwNjI1LTQyLjg3MzA0Njg4IDY2Ljk3MjY1NjI1LTY2LjgxNDQ1MzEyIDIzLjI1NTg1OTM4LTIzLjk0MTQwNjI1IDQ2LjcyMjY1NjI1LTQ4LjU2ODM1OTM4IDcwLjI5NDkyMTg3LTczLjkzMzU5Mzc1IDIzLjU3MjI2NTYzLTI1LjMxMjUgNDcuMTQ0NTMxMjUtNTAuOTQxNDA2MjUgNzAuNzY5NTMxMjUtNzYuODMzOTg0MzhsNjguMTg1NTQ2ODgtNzQuNzI0NjA5MzdjOS41NDQ5MjE4OC0xMC41OTk2MDkzOCAyMS4zNTc0MjE4OC0xOC41NjI1IDM1LjMzMjAzMTI1LTIzLjgzNTkzNzUgMTQuMDgwMDc4MTMtNS4yNzM0Mzc1IDI4LjY4NzUtNy42NDY0ODQzOCA0My44MjIyNjU2Mi03LjA2NjQwNjI1IDE1LjE4NzUgMC41MjczNDM3NSAzMC4wNTg1OTM3NSAzLjY5MTQwNjI1IDQ0LjY2NjAxNTYzIDkuNTk3NjU2MjUgMTQuNjA3NDIxODggNS44MDA3ODEyNSAyNi45NDcyNjU2MyAxNC42MDc0MjE4OCAzNy4wNzIyNjU2MiAyNi4zMTQ0NTMxMyAxOS4wODk4NDM3NSAyMS42NzM4MjgxMyAzOC4yODUxNTYyNSA0My4yNDIxODc1IDU3LjY5MTQwNjI1IDY0LjcwNTA3ODEyIDE5LjM1MzUxNTYzIDIxLjQ2Mjg5MDYzIDM5LjI4NzEwOTM4IDQzLjQ1MzEyNSA1OS44MDA3ODEyNSA2NS45NzA3MDMxM2E3MzY0Ny42MTUyMzQzOCA3MzY0Ny42MTUyMzQzOCAwIDAgMSAxMzYuMDAxOTUzMTMgMTQ5LjkyMzgyODEyYzExLjIzMjQyMTg4IDEyLjI4NzEwOTM4IDE4LjY2Nzk2ODc1IDI0LjY3OTY4NzUgMjIuMzA2NjQwNjIgMzcuMTc3NzM0MzggMy42OTE0MDYyNSAxMi41NTA3ODEyNSA0LjIxODc1IDIzLjgzNTkzNzUgMS42ODc1IDMzLjg1NTQ2ODc1YTQxLjEzMjgxMjUgNDEuMTMyODEyNSAwIDAgMS0xNi44NzUgMjQuMjA1MDc4MTJjLTguNjQ4NDM3NSA2LjExNzE4NzUtMTkuNzc1MzkwNjMgOS4xNzU3ODEyNS0zMy4yMjI2NTYyNSA5LjE3NTc4MTI1eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi15aW5jYW5nLXp1byIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTEyOCAxOTJoNzY4djY0SDEyOFYxOTJ6IG03Ny4yNDggMzIwbDEwNS40MDggMTA1LjM0NC00NS4zMTIgNDUuMzEyLTEyOC0xMjhhMzIgMzIgMCAwIDEgMC00NS4zMTJsMTI4LTEyOCA0NS4zMTIgNDUuMzEyTDIwNS4yNDggNTEyek04OTYgMzg0SDM4NHY2NGg1MTJWMzg0ek0zODQgNTc2aDUxMnY2NEgzODRWNTc2eiBtNTEyIDE5MkgxMjh2NjRoNzY4di02NHoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tY29tcGFyZS1pY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNNTU0LjY2NjY2NyA4NS4zMzMzMzNoLTg1LjMzMzMzNHY4NTMuMzMzMzM0aDg1LjMzMzMzNFY4NS4zMzMzMzN6TTE3MC42NjY2NjcgMTcwLjY2NjY2N2gyMTMuMzMzMzMzdjg1LjMzMzMzM0gxNzAuNjY2NjY3djUxMmgyMTMuMzMzMzMzdjg1LjMzMzMzM0gxNzAuNjY2NjY3YTg1LjMzMzMzMyA4NS4zMzMzMzMgMCAwIDEtODUuMzMzMzM0LTg1LjMzMzMzM1YyNTZhODUuMzMzMzMzIDg1LjMzMzMzMyAwIDAgMSA4NS4zMzMzMzQtODUuMzMzMzMzek04NTMuMzMzMzMzIDc2OGgtMjEzLjMzMzMzM3Y4NS4zMzMzMzNoMjEzLjMzMzMzM2E4NS4zMzMzMzMgODUuMzMzMzMzIDAgMCAwIDg1LjMzMzMzNC04NS4zMzMzMzNWMjU2YTg1LjMzMzMzMyA4NS4zMzMzMzMgMCAwIDAtODUuMzMzMzM0LTg1LjMzMzMzM2gtMjEzLjMzMzMzM3Y4NS4zMzMzMzNoMjEzLjMzMzMzM3Y1MTJ6IiAgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLWJpbS1pY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMTQuOTgxNTQ3IDc2OGExMy40ODI2NjcgMTMuNDgyNjY3IDAgMCAxLTEwLjYyNC01LjEyIDE4LjQ3NDY2NyAxOC40NzQ2NjcgMCAwIDEtNC4zNTItMTIuNDE2VjI3NC4zMDRjMC01LjM3NiAxLjQ1MDY2Ny05Ljc3MDY2NyA0LjM1Mi0xMy4xODRBMTMuNDgyNjY3IDEzLjQ4MjY2NyAwIDAgMSAxNS4wMjQyMTMgMjU2aDE4MS4xMmMzMy43MDY2NjcgMCA2MS4yMjY2NjcgNi4xMDEzMzMgODIuNDMyIDE4LjMwNCAyMS4yNDggMTEuNjkwNjY3IDM2Ljg2NCAyOC4wMzIgNDYuODQ4IDQ4Ljk4MTMzMyAxMC40MTA2NjcgMjAuOTkyIDE1LjYxNiA0NS4zNTQ2NjcgMTUuNjE2IDczLjEzMDY2NyAwIDE4LjU2LTIuOTAxMzMzIDM0LjkwMTMzMy04Ljc0NjY2NiA0OS4wMjQtNS40MTg2NjcgMTMuNjUzMzMzLTEyLjI4OCAyNC44NzQ2NjctMjAuNjA4IDMzLjY2NC03Ljg5MzMzMyA4Ljc0NjY2Ny0xNS43ODY2NjcgMTUuNTczMzMzLTIzLjcyMjY2NyAyMC40OCAxNi4yMTMzMzMgOC43NDY2NjcgMzAuNTkyIDIzLjM4MTMzMyA0My4wOTMzMzMgNDMuODYxMzMzIDEyLjUwMTMzMyAyMC40OCAxOC43NzMzMzMgNDQuODg1MzMzIDE4Ljc3MzMzNCA3My4xMzA2NjcgMCAyOS4yNjkzMzMtNS42NzQ2NjcgNTUuMzgxMzMzLTE2Ljg5NiA3OC4yOTMzMzMtMTEuMjY0IDIyLjkxMi0yNy45MDQgNDAuOTYtNDkuOTYyNjY3IDU0LjEwMTMzNC0yMi4wNTg2NjcgMTIuNjcyLTQ5LjM2NTMzMyAxOS4wMjkzMzMtODEuODM0NjY3IDE5LjAyOTMzM0gxNC45ODE1NDd6IG03MS44NTA2NjYtNzcuNTI1MzMzSDE5MS4xNTIyMTNjMjIuNDg1MzMzIDAgMzkuNTUyLTcuMDgyNjY3IDUxLjItMjEuMjA1MzM0IDExLjY0OC0xNC42MzQ2NjcgMTcuNDkzMzMzLTMyLjIxMzMzMyAxNy40OTMzMzQtNTIuNjkzMzMzIDAtMjEuNDE4NjY3LTYuMDE2LTM5LjI1MzMzMy0xOC4wOTA2NjctNTMuMzc2LTExLjY5MDY2Ny0xNC4xMjI2NjctMjguNTQ0LTIxLjIwNTMzMy01MC42MDI2NjctMjEuMjA1MzMzSDg2LjgzMjIxM3YxNDguNDh6IG0wLTIyNC41NTQ2NjdoOTguMDQ4YzIyLjEwMTMzMyAwIDM4LjUyOC02LjEwMTMzMyA0OS4zNjUzMzQtMTguMzA0IDExLjIyMTMzMy0xMi42NzIgMTYuODUzMzMzLTI5LjAxMzMzMyAxNi44NTMzMzMtNDguOTgxMzMzIDAtMjAuNDgtNS42MzItMzYuMzUyLTE2Ljg1MzMzMy00Ny41MzA2NjctMTAuODM3MzMzLTExLjczMzMzMy0yNy4zMDY2NjctMTcuNTc4NjY3LTQ5LjM2NTMzNC0xNy41Nzg2NjdIODYuODMyMjEzdjEzMi4zOTQ2Njd6TTQ0My4yMjY4OCA3NjhhMTMuNDgyNjY3IDEzLjQ4MjY2NyAwIDAgMS0xMC42NjY2NjctNS4xMiAxOC41MTczMzMgMTguNTE3MzMzIDAgMCAxLTQuMzUyLTEyLjQxNlYyNzMuNDkzMzMzYzAtNC44NjQgMS40NTA2NjctOS4wMDI2NjcgNC4zOTQ2NjctMTIuNDE2YTEzLjQ4MjY2NyAxMy40ODI2NjcgMCAwIDEgMTAuNjI0LTUuMTJoNTguNzA5MzMzYzQuNTY1MzMzIDAgOC4xMDY2NjcgMS43MDY2NjcgMTAuNjI0IDUuMTIgMi45MDEzMzMgMy40MTMzMzMgNC4zNTIgNy41NTIgNC4zNTIgMTIuNDE2Vjc1MC41MDY2NjdhMTguNTE3MzMzIDE4LjUxNzMzMyAwIDAgMS00LjM1MiAxMi40MTYgMTIuMzczMzMzIDEyLjM3MzMzMyAwIDAgMS0xMC42NjY2NjYgNS4xMmgtNTguNjY2NjY3ek02MzAuNDkwODggNzY4YTE0LjA4IDE0LjA4IDAgMCAxLTExLjIyMTMzMy01LjEyIDE4LjQ3NDY2NyAxOC40NzQ2NjcgMCAwIDEtNC4zOTQ2NjctMTIuNDE2VjI3NC4zMDRjMC01LjM3NiAxLjQ1MDY2Ny05Ljc3MDY2NyA0LjM5NDY2Ny0xMy4xODRhMTQuMDggMTQuMDggMCAwIDEgMTEuMjIxMzMzLTUuMTJoNDkuMzY1MzMzYzUuODAyNjY3IDAgMTAuMTk3MzMzIDEuOTYyNjY3IDEzLjA5ODY2NyA1Ljg0NTMzMyAyLjkwMTMzMyAzLjQxMzMzMyA0Ljc3ODY2NyA2LjEwMTMzMyA1LjYzMiA4LjA2NGwxMjAuNTMzMzMzIDI2My4yOTYgMTIxLjgxMzMzNC0yNjMuMjk2YTM1LjkyNTMzMyAzNS45MjUzMzMgMCAwIDEgNS42MzItOC4wNjRjMi45MDEzMzMtMy44ODI2NjcgNy4yNTMzMzMtNS44NDUzMzMgMTMuMDk4NjY2LTUuODQ1MzMzaDQ4LjcyNTMzNGExNC4wOCAxNC4wOCAwIDAgMSAxMS4yNjQgNS4xMmMyLjkwMTMzMyAzLjQxMzMzMyA0LjM1MiA3LjgwOCA0LjM1MiAxMy4xODR2NDc2LjE2YTE4LjUxNzMzMyAxOC41MTczMzMgMCAwIDEtNC4zNTIgMTIuNDE2IDE0LjA4IDE0LjA4IDAgMCAxLTExLjI2NCA1LjEyaC01Mi40OGExNC4wOCAxNC4wOCAwIDAgMS0xMS4yMjEzMzQtNS4xMiAyMC40OCAyMC40OCAwIDAgMS0zLjc1NDY2Ni0xMi40MTZ2LTMxNi43MTQ2NjdsLTg3LjQ2NjY2NyAxOTUuMjg1MzM0YTQzLjA1MDY2NyA0My4wNTA2NjcgMCAwIDEtOC4xMDY2NjcgMTEuNjkwNjY2IDE5LjE1NzMzMyAxOS4xNTczMzMgMCAwIDEtMTMuMDk4NjY2IDQuMzk0NjY3aC0yNS42YTIwLjA5NiAyMC4wOTYgMCAwIDEtMTMuNzgxMzM0LTQuMzk0NjY3IDUyLjczNiA1Mi43MzYgMCAwIDEtNy40NjY2NjYtMTEuNjkwNjY2bC04Ny40NjY2NjctMTk1LjI4NTMzNHYzMTYuNzE0NjY3YTE4LjUxNzMzMyAxOC41MTczMzMgMCAwIDEtNC4zNTIgMTIuNDE2IDEzLjQ4MjY2NyAxMy40ODI2NjcgMCAwIDEtMTAuNjY2NjY3IDUuMTJoLTUyLjQzNzMzM3oiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tb3ZlcmxhcC1pY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNOTM4LjY2NjY2NyA0MDIuMDA1MzMzVjI5OC42NjY2NjdjMC0yOS40ODI2NjctMjMuODkzMzMzLTUzLjMzMzMzMy01My4zMzMzMzQtNTMuMzMzMzM0aC05My4zNTQ2NjZhMTMuMzU0NjY3IDEzLjM1NDY2NyAwIDAgMS0xMy4zMTItMTMuMzU0NjY2VjEzOC42NjY2NjdDNzc4LjY2NjY2NyAxMDkuMTg0IDc1NC43NzMzMzMgODUuMzMzMzMzIDcyNS4zMzMzMzMgODUuMzMzMzMzSDEzOC42NjY2NjdDMTA5LjIyNjY2NyA4NS4zMzMzMzMgODUuMzMzMzMzIDEwOS4xODQgODUuMzMzMzMzIDEzOC42NjY2NjdWNzI1LjMzMzMzM2MwIDI5LjQ0IDIzLjg5MzMzMyA1My4zMzMzMzMgNTMuMzMzMzM0IDUzLjMzMzMzNGg5My4zNTQ2NjZjNy4yOTYgMCAxMy4zMTIgNS45NzMzMzMgMTMuMzEyIDEzLjM1NDY2NnY5My4zMTJjMCAyOS40NCAyMy44OTMzMzMgNTMuMzMzMzMzIDUzLjMzMzMzNCA1My4zMzMzMzRoMTAzLjMzODY2NmEzLjMyOCAzLjMyOCAwIDAgMCAzLjMyOC0zLjMyOHYtNDYuNjc3MzM0YTMuMzI4IDMuMzI4IDAgMCAwLTMuMzI4LTMuMzI4SDI5OC42NjY2Njd2LTkzLjM1NDY2NmMwLTcuMjk2IDUuOTczMzMzLTEzLjMxMiAxMy4zNTQ2NjYtMTMuMzEySDcyNS4zMzMzMzNjMjkuNDQgMCA1My4zMzMzMzMtMjMuODkzMzMzIDUzLjMzMzMzNC01My4zMzMzMzRWMzExLjk3ODY2N2MwLTcuMjk2IDUuOTczMzMzLTEzLjMxMiAxMy4zNTQ2NjYtMTMuMzEyaDkzLjMxMnYxMDMuMzM4NjY2YzAgMS44MzQ2NjcgMS40OTMzMzMgMy4zMjggMy4zMjggMy4zMjhoNDYuNjc3MzM0QTMuMzI4IDMuMzI4IDAgMCAwIDkzOC42NjY2NjcgNDAyLjAwNTMzM3pNNzgxLjk5NDY2NyA5MzguNjY2NjY3aDEwMy4zMzg2NjZjMjkuNDQgMCA1My4zMzMzMzMtMjMuODkzMzMzIDUzLjMzMzMzNC01My4zMzMzMzR2LTEwMy4zMzg2NjZhMy4zMjggMy4zMjggMCAwIDAtMy4zMjgtMy4zMjhoLTQ2LjY3NzMzNGEzLjMyOCAzLjMyOCAwIDAgMC0zLjMyOCAzLjMyOHY5MC4wMjY2NjZjMCA3LjI5Ni01Ljk3MzMzMyAxMy4zMTItMTMuMzU0NjY2IDEzLjMxMmgtODkuOTg0YTMuMzI4IDMuMzI4IDAgMCAwLTMuMzI4IDMuMzI4djQ2LjY3NzMzNGMwIDEuODM0NjY3IDEuNDkzMzMzIDMuMzI4IDMuMzI4IDMuMzI4eiIgID48L3BhdGg+PHBhdGggZD0iTTQ4OC42NjEzMzMgOTM4LjY2NjY2N2gyMDYuNjc3MzM0YTMuMzI4IDMuMzI4IDAgMCAwIDMuMzI4LTMuMzI4di00Ni42NzczMzRhMy4zMjggMy4zMjggMCAwIDAtMy4zMjgtMy4zMjhoLTIwNi42NzczMzRhMy4zMjggMy4zMjggMCAwIDAtMy4zMjggMy4zMjh2NDYuNjc3MzM0YzAgMS44MzQ2NjcgMS40OTMzMzMgMy4zMjggMy4zMjggMy4zMjh6TTg4OC42NjEzMzMgNjk4LjY2NjY2N2g0Ni42NzczMzRhMy4zMjggMy4zMjggMCAwIDAgMy4zMjgtMy4zMjh2LTIwNi42NzczMzRhMy4zMjggMy4zMjggMCAwIDAtMy4zMjgtMy4zMjhoLTQ2LjY3NzMzNGEzLjMyOCAzLjMyOCAwIDAgMC0zLjMyOCAzLjMyOHYyMDYuNjc3MzM0YzAgMS44MzQ2NjcgMS40OTMzMzMgMy4zMjggMy4zMjggMy4zMjh6IiAgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLXRpYW96aGVuZyIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTUyOS43NDkzMzMgNDIuNjY2NjY3aDEuODc3MzM0bDEuMzIyNjY2IDAuMDg1MzMzIDEuMTUyIDAuMTI4IDEuMzIyNjY3IDAuMTcwNjY3IDIuMDQ4IDAuMzQxMzMzIDEuODM0NjY3IDAuNDI2NjY3IDEuODM0NjY2IDAuNDY5MzMzIDEuNzA2NjY3IDAuNTk3MzMzIDEuMzY1MzMzIDAuNTEyIDEuMzY1MzM0IDAuNjQgMS4yOCAwLjU5NzMzNCAxLjUzNiAwLjg1MzMzMyAxLjE1MiAwLjY4MjY2NyAxLjQwOCAwLjkzODY2NiAxLjQ5MzMzMyAxLjA2NjY2NyAwLjg1MzMzMyAwLjY4MjY2NyAxLjk2MjY2NyAxLjcwNjY2NiAwLjcyNTMzMyAwLjc2OCAxMDkuMDEzMzM0IDEwOC45NzA2NjdhMzYuMzA5MzMzIDM2LjMwOTMzMyAwIDAgMS01MC4yNjEzMzQgNTIuNDhsLTEuMTA5MzMzLTEuMDY2NjY3LTQ1LjE4NC00NS4xODR2MzA1LjkyaDMwOC40MzczMzNsLTQ0LjUwMTMzMy00Mi4wMjY2NjZhMzYuMzUyIDM2LjM1MiAwIDAgMSA0OC43NjgtNTMuODQ1MzM0bDEuMTA5MzMzIDEuMDI0IDExMC4wOCAxMDQuMDIxMzM0IDEuMTUyIDEuMjM3MzMzIDEuMDY2NjY3IDEuMTk0NjY3IDAuOTM4NjY3IDEuMjM3MzMzIDEuMDY2NjY2IDEuNDkzMzMzIDAuOTM4NjY3IDEuNDkzMzM0IDAuODUzMzMzIDEuNTM2IDAuNjgyNjY3IDEuMjggMC43NjggMS43MDY2NjYgMC44MTA2NjcgMi4wNDggMC4yMTMzMzMgMC42ODI2NjcgMC40MjY2NjcgMS4yOCAwLjM0MTMzMyAxLjQ1MDY2NyAwLjM0MTMzMyAxLjQwOCAwLjI5ODY2NyAxLjcwNjY2NiAwLjIxMzMzMyAxLjcwNjY2NyAwLjE3MDY2NyAxLjgzNDY2NyAwLjA0MjY2NyAxLjQ5MzMzM3YxLjg3NzMzM2wtMC4wODUzMzQgMS4zMjI2NjctMC4xMjggMS4xNTItMC4xMjggMS4zMjI2NjctMC4zODQgMi4wNDgtMC40MjY2NjYgMS44MzQ2NjYtMC40NjkzMzQgMS44MzQ2NjctMC41OTczMzMgMS43MDY2NjctMC41MTIgMS4zNjUzMzMtMC41OTczMzMgMS4zNjUzMzMtMC42NCAxLjI4LTAuODUzMzM0IDEuNTM2LTAuNjgyNjY2IDEuMTUyLTAuOTM4NjY3IDEuNDA4LTEuMDY2NjY3IDEuNDkzMzM0LTAuNjgyNjY2IDAuODUzMzMzLTEuNzA2NjY3IDEuOTYyNjY3LTAuNzI1MzMzIDAuNzI1MzMzLTEwOS4wMTMzMzQgMTA5LjAxMzMzM2EzNi4zMDkzMzMgMzYuMzA5MzMzIDAgMCAxLTUyLjQ4LTUwLjI2MTMzM2wxLjA2NjY2Ny0xLjEwOTMzMyA0NS4xODQtNDUuMTg0aC0zMDguMzUydjMwOC4zNTJsNDUuMTg0LTQ1LjE4NGEzNi4zMDkzMzMgMzYuMzA5MzMzIDAgMCAxIDUyLjQzNzMzMyA1MC4zMDRsLTEuMDY2NjY2IDEuMTA5MzMzLTEwOS43Mzg2NjcgMTA5LjczODY2Ny0wLjY0IDAuNTU0NjY2LTEuNTM2IDEuMzIyNjY3LTEuNDkzMzMzIDEuMTUyLTEuNTM2IDEuMDI0LTEuNzA2NjY3IDEuMDI0LTEuMTA5MzMzIDAuNjQtMS4xOTQ2NjcgMC41OTczMzMtMS4zNjUzMzMgMC42NC0xLjc5MiAwLjcyNTMzNC0xLjc0OTMzNCAwLjU5NzMzMy0xLjQwOCAwLjM4NC0xLjc5MiAwLjQyNjY2Ny0xLjYyMTMzMyAwLjI5ODY2Ni0xLjg3NzMzMyAwLjI1Ni0xLjgzNDY2NyAwLjE3MDY2Ny0xLjkyIDAuMDg1MzMzaC0xLjQwOGwtMS40MDgtMC4wODUzMzMtMS40MDgtMC4xMjgtMS43NDkzMzMtMC4yMTMzMzMtMS4xNTItMC4yMTMzMzQtMS4wNjY2NjctMC4yMTMzMzMtMS4wNjY2NjctMC4yNTYtMS4yOC0wLjM0MTMzMy0xLjUzNi0wLjQ2OTMzNC0xLjgzNDY2Ni0wLjY4MjY2Ni0xLjUzNi0wLjY0LTEuNzA2NjY3LTAuODUzMzM0LTEuMjgtMC43MjUzMzMtMS41Nzg2NjctMC45Mzg2NjctMS41Nzg2NjYtMS4wNjY2NjYtMS43MDY2NjctMS4yOC0xLjIzNzMzMy0xLjA2NjY2Ny0xLjE5NDY2Ny0xLjEwOTMzMy0xLjA2NjY2Ny0xLjEwOTMzNC0xMDIuOTU0NjY2LTEwOS4wMTMzMzNhMzYuMzUyIDM2LjM1MiAwIDAgMSA1MS43NTQ2NjYtNTAuOTg2NjY3bDEuMDY2NjY3IDEuMTA5MzM0IDQyLjAyNjY2NyA0NC40NTg2NjZ2LTMwOC4zOTQ2NjZIMTg5Ljg2NjY2N2w0NS4xODQgNDUuMTg0QTM2LjM1MiAzNi4zNTIgMCAwIDEgMTg0Ljc0NjY2NyA2NDQuNjkzMzMzbC0xLjEwOTMzNC0xLjA2NjY2Ni0xMDkuNzM4NjY2LTEwOS43Mzg2NjctMC41NTQ2NjctMC42NC0xLjMyMjY2Ny0xLjUzNi0xLjE1Mi0xLjQ5MzMzMy0xLjA2NjY2Ni0xLjUzNi0wLjk4MTMzNC0xLjcwNjY2Ny0wLjY0LTEuMTA5MzMzLTAuNTk3MzMzLTEuMTk0NjY3LTAuNjQtMS4zNjUzMzMtMC43MjUzMzMtMS43OTItMC41OTczMzQtMS43NDkzMzQtMC40MjY2NjYtMS40MDgtMC40MjY2NjctMS43OTItMC4yNTYtMS42NjQtMC4yOTg2NjctMS44MzQ2NjYtMC4xMjgtMS44MzQ2NjctMC4wODUzMzMtMS45MnYtMS40MDhsMC4wODUzMzMtMS40MDggMC4xMjgtMS40MDggMC4yMTMzMzQtMS43NDkzMzMgMC4yMTMzMzMtMS4xNTIgMC4yMTMzMzMtMS4wNjY2NjcgMC4yNTYtMS4wNjY2NjcgMC4zNDEzMzQtMS4yOCAwLjQyNjY2Ni0xLjUzNiAwLjcyNTMzNC0xLjgzNDY2NiAwLjY0LTEuNTM2IDAuODUzMzMzLTEuNzA2NjY3IDAuNjgyNjY3LTEuMjggMC45ODEzMzMtMS41Nzg2NjcgMS4wNjY2NjctMS41Nzg2NjYgMS4yOC0xLjcwNjY2NyAxLjA2NjY2Ni0xLjE5NDY2NyAxLjEwOTMzNC0xLjIzNzMzMyAxLjEwOTMzMy0xLjA2NjY2NyAxMDkuMDEzMzMzLTEwMi45NTQ2NjZhMzYuMzUyIDM2LjM1MiAwIDAgMSA1MC45ODY2NjcgNTEuNzU0NjY2bC0xLjEwOTMzMyAxLjA2NjY2Ny00NC41MDEzMzQgNDIuMDI2NjY3aDMwNi4wMDUzMzRWMTY4LjQ0OGwtNDIuMDI2NjY3IDQ0LjUwMTMzM2EzNi4zMDkzMzMgMzYuMzA5MzMzIDAgMCAxLTUzLjg0NTMzMy00OC43NjhsMS4wMjQtMS4xMDkzMzMgMTA0LjAyMTMzMy0xMTAuMDggMS4yMzczMzMtMS4xNTIgMS4xOTQ2NjctMS4wNjY2NjcgMS4yMzczMzMtMC45Mzg2NjYgMS40OTMzMzQtMS4wMjQgMS40OTMzMzMtMC45ODEzMzQgMS41MzYtMC44NTMzMzMgMS4yOC0wLjY4MjY2NyAxLjcwNjY2Ny0wLjc2OCAyLjA0OC0wLjc2OCAwLjY4MjY2Ni0wLjI1NiAxLjI4LTAuNDI2NjY2IDEuNDUwNjY3LTAuMzQxMzM0IDEuNDA4LTAuMzQxMzMzIDEuNzA2NjY3LTAuMjk4NjY3IDEuNzA2NjY2LTAuMjEzMzMzIDEuODM0NjY3LTAuMTcwNjY3IDEuNDkzMzMzLTAuMDQyNjY2eiIgZmlsbD0iIzY2NjY2NiIgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLW1hcCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTk0Ni41NiAxNzAuNjI0YTMyLjY0IDMyLjY0IDAgMCAwLTI2Ljc1Mi03LjA0bC0yMzcuMTg0IDQyLjExMkw2MjIuMDggMTg1LjZhMzIuNjQgMzIuNjQgMCAxIDAtMjAuNjcyIDYyLjA4bDY4LjQ4IDIyLjc4NGMxLjYgMC41MTIgMy4yIDAuODk2IDQuODY0IDEuMTUydjI2NS42bC0xMzUuMzYtNDEuNmEyMS44MjQgMjEuODI0IDAgMCAwLTEyLjggNDEuNmwxNDguMTYgNDUuNjMydjI3My44NTZsLTI4My41Mi03OS42OHYtMTIzLjI2NGEyMS43NiAyMS43NiAwIDEgMC00My43MTIgMHYxMjMuODRsLTIxOC4xMTIgMzQuMjRWMTk1LjcxMmEzMi43MDQgMzIuNzA0IDAgMCAwLTY1LjQwOCAwdjY1NC40YTMyLjY0IDMyLjY0IDAgMCAwIDM3Ljc2IDMyLjMybDI3MS4xMDQtNDIuNTYgMzA0IDg1LjM3NmEzMi44MzIgMzIuODMyIDAgMCAwIDE0LjY1NiAwLjY0bDIzOS44NzItNDMuNTg0YTMyLjcwNCAzMi43MDQgMCAwIDAgMjYuODgtMzIuMTkyVjE5NS43MTJhMzIuNjQgMzIuNjQgMCAwIDAtMTEuNzEyLTI1LjA4OHogbS01My43NiAzMzkuODRsLTE3NC40NjQgMzAuNFYyNjUuODU2bDE3NC41MjgtMzEuMDR2Mjc1LjY0OHogbS0xNzQuNDY0IDM0NC4wNjR2LTI2OS40NGwxNzQuNTI4LTMwLjMzNnYyNjguMDMybC0xNzQuNTI4IDMxLjc0NHoiICA+PC9wYXRoPjxwYXRoIGQ9Ik0yMDkuNzI4IDM2NS45NTJjMTAuNjg4IDIxLjEyIDEwOC45OTIgMTU5Ljc0NCAxMzguODggMjAxLjY2NCA2LjE0NCA4LjY0IDE2IDEzLjc2IDI2LjYyNCAxMy43NmgwLjA2NGEzMi43MDQgMzIuNzA0IDAgMCAwIDI2LjY4OC0xMy44ODhjMjkuNzYtNDIuMzA0IDEyNy43NDQtMTgxLjg4OCAxMzcuNzkyLTIwMS4yMTYgMTMuMTg0LTI1LjQwOCAyMC40OC01NS4wNCAyMC40OC04My4zMjhhMTg1LjYgMTg1LjYgMCAwIDAtMTg1LjQwOC0xODUuNDA4QTE4NS42IDE4NS42IDAgMCAwIDE4OS40NCAyODIuOTQ0YzAgMjguMjg4IDYuNzg0IDU2LjE5MiAyMC4yODggODIuOTQ0eiBtMTY1LjEyLTIwMy4wMDhjNjYuMTEyIDAgMTE5LjkzNiA1My44MjQgMTE5LjkzNiAxMjAgMCAxNy43MjgtNC43MzYgMzcuMTItMTMuMDU2IDUzLjEyLTUuNjk2IDEwLjU2LTU1LjE2OCA4Mi4zNjgtMTA2LjYyNCAxNTUuODQtNDcuMjMyLTY2LjgxNi0xMDAuNzM2LTE0My42MTYtMTA2Ljk0NC0xNTUuNTJhMTE4LjcyIDExOC43MiAwIDAgMS0xMy4zMTItNTMuNDRjMC02Ni4xNzYgNTMuODI0LTEyMCAxMjAtMTIweiIgID48L3BhdGg+PHBhdGggZD0iTTMyMC4zMiAyODMuMDA4YTU0LjUyOCA1NC41MjggMCAxIDAgMTA5LjA1NiAwIDU0LjUyOCA1NC41MjggMCAwIDAtMTA5LjA1NiAweiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi1mYW5nZGEiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik0zNjIuNjY2NjY3IDUzMy4zMzMzMzNoODUuMzMzMzMzdjg1LjMzMzMzNGg4NS4zMzMzMzN2LTg1LjMzMzMzNGg4NS4zMzMzMzR2LTg1LjMzMzMzM2gtODUuMzMzMzM0di04NS4zMzMzMzNoLTg1LjMzMzMzM3Y4NS4zMzMzMzNoLTg1LjMzMzMzM3Y4NS4zMzMzMzN6IiAgPjwvcGF0aD48cGF0aCBkPSJNMTI4IDQ5MC42NjY2NjdhMzYyLjY2NjY2NyAzNjIuNjY2NjY3IDAgMSAxIDY0Ny41MDkzMzMgMjI0LjUxMmwxOTMuMzIyNjY3IDE5My4zMjI2NjYtNjAuMzMwNjY3IDYwLjMzMDY2Ny0xOTMuMzIyNjY2LTE5My4zMjI2NjdBMzYyLjY2NjY2NyAzNjIuNjY2NjY3IDAgMCAxIDEyOCA0OTAuNjY2NjY3ek00OTAuNjY2NjY3IDIxMy4zMzMzMzNhMjc3LjMzMzMzMyAyNzcuMzMzMzMzIDAgMSAwIDAgNTU0LjY2NjY2NyAyNzcuMzMzMzMzIDI3Ny4zMzMzMzMgMCAwIDAgMC01NTQuNjY2NjY3eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi1zdW94aWFvIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNNjE4LjY2NjY2NyA1MzMuMzMzMzMzaC0yNTZ2LTg1LjMzMzMzM2gyNTZ2ODUuMzMzMzMzeiIgID48L3BhdGg+PHBhdGggZD0iTTEyOCA0OTAuNjY2NjY3YTM2Mi42NjY2NjcgMzYyLjY2NjY2NyAwIDEgMSA2NDcuNTA5MzMzIDIyNC41MTJsMTkzLjMyMjY2NyAxOTMuMzIyNjY2LTYwLjMzMDY2NyA2MC4zMzA2NjctMTkzLjMyMjY2Ni0xOTMuMzIyNjY3QTM2Mi42NjY2NjcgMzYyLjY2NjY2NyAwIDAgMSAxMjggNDkwLjY2NjY2N3pNNDkwLjY2NjY2NyAyMTMuMzMzMzMzYTI3Ny4zMzMzMzMgMjc3LjMzMzMzMyAwIDEgMCAwIDU1NC42NjY2NjcgMjc3LjMzMzMzMyAyNzcuMzMzMzMzIDAgMCAwIDAtNTU0LjY2NjY2N3oiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tYm9mYW5nIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNODc1LjYwNTMzMyA1NDguMzk0NjY3YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAgMC03Mi43ODkzMzRMMzMxLjYwNTMzMyAxNDMuMDE4NjY3YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAtNjQuOTM4NjY2IDM2LjQzNzMzM3Y2NjUuMDg4YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAgNjQuOTM4NjY2IDM2LjM5NDY2N2w1NDQtMzMyLjU0NHoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tZGl5aWdlIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMzQxLjMzMzMzMyAxMjh2NzY4SDI1NlYxMjhoODUuMzMzMzMzek03ODAuNTAxMzMzIDg4My40OTg2NjdsLTM0MS4zMzMzMzMtMzQxLjMzMzMzNGE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAxIDAtNjAuMzMwNjY2bDM0MS4zMzMzMzMtMzQxLjMzMzMzNCA2MC4zMzA2NjcgNjAuMzMwNjY3TDUyOS42NjQgNTEybDMxMS4xNjggMzExLjE2OC02MC4zMzA2NjcgNjAuMzMwNjY3eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi1xaWFueWlnZSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTMxMS4xNjggNDgxLjgzNDY2N2wzNDEuMzMzMzMzLTM0MS4zMzMzMzQgNjAuMzMwNjY3IDYwLjMzMDY2N0w0MDEuNjY0IDUxMmwzMTEuMTY4IDMxMS4xNjgtNjAuMzMwNjY3IDYwLjMzMDY2Ny0zNDEuMzMzMzMzLTM0MS4zMzMzMzRhNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAgMSAwLTYwLjMzMDY2NnoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24teGlheWlnZSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTcxMi44MzIgNDgxLjgzNDY2N2wtMzQxLjMzMzMzMy0zNDEuMzMzMzM0LTYwLjM3MzMzNCA2MC4zMzA2NjdMNjIyLjI5MzMzMyA1MTJsLTMxMS4xNjggMzExLjE2OCA2MC4zNzMzMzQgNjAuMzMwNjY3IDM0MS4zMzMzMzMtMzQxLjMzMzMzNGE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAwIDAtNjAuMzMwNjY2eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi16YW50aW5nIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNNDI2LjY2NjY2NyAxNzAuNjY2NjY3SDIxMy4zMzMzMzN2NjgyLjY2NjY2NmgyMTMuMzMzMzM0VjE3MC42NjY2Njd6TTgxMC42NjY2NjcgMTcwLjY2NjY2N2gtMjEzLjMzMzMzNHY2ODIuNjY2NjY2aDIxMy4zMzMzMzRWMTcwLjY2NjY2N3oiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tenVpaG91eWlnZSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTY4Mi42NjY2NjcgMTI4djc2OGg4NS4zMzMzMzNWMTI4aC04NS4zMzMzMzN6TTI0My40OTg2NjcgODgzLjQ5ODY2N2wzNDEuMzMzMzMzLTM0MS4zMzMzMzRhNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAgMCAwLTYwLjMzMDY2NmwtMzQxLjMzMzMzMy0zNDEuMzMzMzM0LTYwLjMzMDY2NyA2MC4zMzA2NjdMNDk0LjMzNiA1MTJsLTMxMS4xNjggMzExLjE2OCA2MC4zMzA2NjcgNjAuMzMwNjY3eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi15aW5jYW5nIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMTI4IDE4MS4zMzMzMzN2NjRoNzY4di02NEgxMjh6TTEyOCAzODRsMTkyIDEyOEwxMjggNjQwVjM4NHpNODk2IDQ4MEg0MjYuNjY2NjY3djY0aDQ2OS4zMzMzMzN2LTY0ek04OTYgNzc4LjY2NjY2N3Y2NEgxMjh2LTY0aDc2OHoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tc3VvZmFuZyIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTU5Ny4zMzMzMzMgNDEzLjM1NDY2N0gzOTQuNjY2NjY3djY0aDE3MC42NjY2NjZ2MTcwLjY2NjY2Nmg2NHYtMjAyLjY2NjY2NmEzMiAzMiAwIDAgMC0zMi0zMnoiICA+PC9wYXRoPjxwYXRoIGQ9Ik0xMzguNjY2NjY3IDE4OS4zNTQ2NjdhMzIgMzIgMCAwIDEgMzItMzJoNjgyLjY2NjY2NmEzMiAzMiAwIDAgMSAzMiAzMnY2ODIuNjY2NjY2YTMyIDMyIDAgMCAxLTMyIDMySDE3MC42NjY2NjdhMzIgMzIgMCAwIDEtMzItMzJ2LTY4Mi42NjY2NjZ6IG02ODIuNjY2NjY2IDY1MC42NjY2NjZ2LTYxOC42NjY2NjZIMjAyLjY2NjY2N3YzMjBINDY5LjMzMzMzM2EzMiAzMiAwIDAgMSAzMiAzMnYyNjYuNjY2NjY2aDMyMHogbS02MTguNjY2NjY2IDBoMjM0LjY2NjY2NnYtMjM0LjY2NjY2NmgtMjM0LjY2NjY2NnYyMzQuNjY2NjY2eiIgID48L3BhdGg+PC9zeW1ib2w+PC9zdmc+JywgZnVuY3Rpb24gKG8pIHsgdmFyIGEgPSAoYSA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJzY3JpcHQiKSlbYS5sZW5ndGggLSAxXSwgdCA9IGEuZ2V0QXR0cmlidXRlKCJkYXRhLWluamVjdGNzcyIpLCBhID0gYS5nZXRBdHRyaWJ1dGUoImRhdGEtZGlzYWJsZS1pbmplY3RzdmciKTsgaWYgKCFhKSB7IHZhciBpLCBlLCBoLCBsLCBuLCBjID0gZnVuY3Rpb24gKGEsIHQpIHsgdC5wYXJlbnROb2RlLmluc2VydEJlZm9yZShhLCB0KSB9OyBpZiAodCAmJiAhby5fX2ljb25mb250X19zdmdfX2Nzc2luamVjdF9fKSB7IG8uX19pY29uZm9udF9fc3ZnX19jc3NpbmplY3RfXyA9ICEwOyB0cnkgeyBkb2N1bWVudC53cml0ZSgiPHN0eWxlPi5zdmdmb250IHtkaXNwbGF5OiBpbmxpbmUtYmxvY2s7d2lkdGg6IDFlbTtoZWlnaHQ6IDFlbTtmaWxsOiBjdXJyZW50Q29sb3I7dmVydGljYWwtYWxpZ246IC0wLjFlbTtmb250LXNpemU6MTZweDt9PC9zdHlsZT4iKSB9IGNhdGNoIChhKSB7IGNvbnNvbGUgJiYgY29uc29sZS5sb2coYSkgfSB9IGkgPSBmdW5jdGlvbiAoKSB7IHZhciBhLCB0ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgiZGl2Iik7IHQuaW5uZXJIVE1MID0gby5faWNvbmZvbnRfc3ZnX3N0cmluZ18zOTI5MjA5LCAodCA9IHQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoInN2ZyIpWzBdKSAmJiAodC5zZXRBdHRyaWJ1dGUoImFyaWEtaGlkZGVuIiwgInRydWUiKSwgdC5zdHlsZS5wb3NpdGlvbiA9ICJhYnNvbHV0ZSIsIHQuc3R5bGUud2lkdGggPSAwLCB0LnN0eWxlLmhlaWdodCA9IDAsIHQuc3R5bGUub3ZlcmZsb3cgPSAiaGlkZGVuIiwgdCA9IHQsIChhID0gZG9jdW1lbnQuYm9keSkuZmlyc3RDaGlsZCA/IGModCwgYS5maXJzdENoaWxkKSA6IGEuYXBwZW5kQ2hpbGQodCkpIH0sIGRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIgPyB+WyJjb21wbGV0ZSIsICJsb2FkZWQiLCAiaW50ZXJhY3RpdmUiXS5pbmRleE9mKGRvY3VtZW50LnJlYWR5U3RhdGUpID8gc2V0VGltZW91dChpLCAwKSA6IChlID0gZnVuY3Rpb24gKCkgeyBkb2N1bWVudC5yZW1vdmVFdmVudExpc3RlbmVyKCJET01Db250ZW50TG9hZGVkIiwgZSwgITEpLCBpKCkgfSwgZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcigiRE9NQ29udGVudExvYWRlZCIsIGUsICExKSkgOiBkb2N1bWVudC5hdHRhY2hFdmVudCAmJiAoaCA9IGksIGwgPSBvLmRvY3VtZW50LCBuID0gITEsIGQoKSwgbC5vbnJlYWR5c3RhdGVjaGFuZ2UgPSBmdW5jdGlvbiAoKSB7ICJjb21wbGV0ZSIgPT0gbC5yZWFkeVN0YXRlICYmIChsLm9ucmVhZHlzdGF0ZWNoYW5nZSA9IG51bGwsIHYoKSkgfSkgfSBmdW5jdGlvbiB2KCkgeyBuIHx8IChuID0gITAsIGgoKSkgfSBmdW5jdGlvbiBkKCkgeyB0cnkgeyBsLmRvY3VtZW50RWxlbWVudC5kb1Njcm9sbCgibGVmdCIpIH0gY2F0Y2ggKGEpIHsgcmV0dXJuIHZvaWQgc2V0VGltZW91dChkLCA1MCkgfSB2KCkgfSB9KHdpbmRvdyk7",self.location).href});const iM=z=>{var M;return e.jsx("button",uM(B({},z),{className:`g-icon-btn disabled ${(M=z==null?void 0:z.className)!=null?M:""}`}))},He=z=>{var D,T;const M=n.useRef(null),{className:o,headerClassName:t,style:j,visible:s,mode:a="normal",header:y,icons:r={collapseButton:e.jsx(q,{type:"icon-yincang"}),expandButton:e.jsx(q,{type:"icon-yincang"}),fullscreenButton:e.jsx(q,{type:"icon-suofang"}),exitFullscreenButton:e.jsx(q,{type:"icon-suofang"})},extraButtons:c=[],onNormalize:d,onMinimize:Y,onMaximize:E}=z,[A,i]=n.useState(a==="max"),[m,C]=n.useState(a==="min"),O=n.useRef(null),[f,Q]=n.useState(a);n.useEffect(()=>{i(a==="max"),C(a==="min"),Q(a)},[a]);const v=()=>{i(!A),Q(A?"normal":"max"),A?d&&d():E&&E()},P=()=>{C(!m),Q(m?"normal":"min"),m?d&&d():Y&&Y()};n.useEffect(()=>{O.current&&A&&(O.current.style.transform="none")},[A]);const U=(T=z.fullScreenContainer)!=null?T:(D=M.current)==null?void 0:D.parentElement,g=U==null?void 0:U.getBoundingClientRect(),k={position:"fixed",top:g==null?void 0:g.y,left:g==null?void 0:g.x,width:m?0:g==null?void 0:g.width,height:g==null?void 0:g.height};return e.jsxs("div",{className:"g-expandable-pannel-wrap",style:B({visibility:s!==!1?"visible":"hidden",position:A&&!m?"absolute":"unset"},A?k:null),ref:M,children:[!m&&e.jsxs("div",{className:`g-expandable-pannel ${A?"full":""} `,style:B({},j),children:[y!=null?y:e.jsx("div",{className:`g-expandable-pannel-header ${t!=null?t:""}`,children:e.jsx(iM,{onClick:v,children:A?r.exitFullscreenButton:r.fullscreenButton})}),e.jsx("div",{className:"g-expandable-pannel-body",children:z.children})]}),e.jsx("div",{className:`g-expandable-pannel-expand-bar ${m?"collapsed":"expaned"} ${t!=null?t:""}`,children:e.jsx(iM,{onClick:P,children:m?r.expandButton:r.collapseButton})})]})};const Je={stroke:"rgba(255, 77, 79, 0.25)",strokeWidth:1},xe=z=>{const{style:M,passes:o,scale:t,activePassId:j,passStyle:s,activePassStyle:a}=z;return e.jsx("svg",{className:"pass-map",style:M,children:o.map((y,r)=>{var d;const c=y.id===j?a:Je;return e.jsx("g",{children:e.jsx("polygon",{points:(d=y.points)==null?void 0:d.map(Y=>`${Y.x*t} ${Y.y*t}`).join(","),style:B(B(B({},s),y.passStyle),c)})},r)})})};const Fe=z=>{var Y,E,A,i;const d=z,{children:M,open:o,point:t,key:j,style:s}=d,a=QM(d,["children","open","point","key","style"]),[y,r]=n.useState(o&&t.tooltipOpen!==void 0?t.tooltipOpen:void 0),c=n.useRef(null);return n.useEffect(()=>{var O,f;if(!t.tooltipRender||!c.current)return;const m=t.tooltipRender(t);if(typeof m=="string"||typeof m=="number"){c.current.innerText=m.toString();return}const C=(O=c.current)==null?void 0:O.firstChild;C?C.replaceWith(m):(f=c.current)==null||f.appendChild(m),console.log("tooltip inner text",t.id),console.log(new Date().valueOf())},[t.tooltipRender,y]),n.useEffect(()=>{r(t.tooltipOpen!==void 0?t.tooltipOpen&&o:void 0)},[t.tooltipOpen!==void 0?t.tooltipOpen&&o:void 0]),console.log("render PointTooltip",t.id),console.log(new Date().valueOf()),e.jsx(Ye,uM(B({},a),{autoAdjustOverflow:!1,placement:"top",open:t.tooltipOpen!==void 0?t.tooltipOpen&&o:void 0,onOpenChange:m=>{var f,Q;if(t.tooltipOpen||r(m),console.log("tooltip inner text",t.id),console.log(new Date().valueOf()),!t.tooltipRender||!c.current)return;const C=t.tooltipRender(t);if(typeof C=="string"||typeof C=="number"){c.current.innerText=C.toString();return}const O=(f=c.current)==null?void 0:f.firstChild;O?O.replaceWith(C):(Q=c.current)==null||Q.appendChild(C)},color:((Y=t.tooltipStyle)==null?void 0:Y.backgroundColor)||((E=t.tooltipStyle)==null?void 0:E.backgroundImage)||((i=(A=t.tooltipStyle)==null?void 0:A.background)==null?void 0:i.toString()),title:e.jsx("div",{ref:c},j),overlayInnerStyle:t.tooltipStyle,destroyTooltipOnHide:!0,style:B({zIndex:9},s),motion:{forceRender:!0},children:M}))},Xe={attributes:!0,characterData:!0},le=z=>{const M=n.useRef(null),{point:o,open:t,id:j,x:s,y:a,r:y,active:r=!1,hidden:c=!1,onPointClick:d,getTooltipContainer:Y}=z,[E,A]=n.useState(z.style),[i,m]=n.useState(!0);n.useEffect(()=>{const f=Ue.diff(E,z.style);Object.keys(f).length&&A(z.style)},[z.style]);const C=n.useMemo(()=>e.jsx("circle",{id:`mark-${j}`,className:"point point-active",cx:s,cy:a,r:y,ref:M,style:E,onClick:()=>d&&d(o)}),[s,a,y,E,r]),O=n.useMemo(()=>{const f=Be(()=>{m(!0),console.log("show tooltip",o.id),console.log(new Date().valueOf())},200);return new MutationObserver(()=>{console.log("circle is changed"),console.log("hide tooltip",o.id),console.log(new Date().valueOf()),m(!1),f()})},[]);return n.useEffect(()=>{if(!(!M.current||!o.tooltipRender))return O.observe(M.current,Xe),()=>{M.current&&O.disconnect()}},[s,a,y]),c?e.jsx(e.Fragment,{}):o.tooltipRender&&i?e.jsx(Fe,{open:t,point:o,getPopupContainer:Y,children:C}):C},Ce=z=>{var mM;const{width:M,height:o,points:t,scale:j,pointSize:s=6,direction:a,activePointId:y,style:r,lineStyle:c,pointStyle:d,directionStyle:Y,marks:E,resizable:A,transform:i,keepRatio:m=!1,onPointClick:C,onTransform:O,onPointsChange:f,onCancelResize:Q,actions:v=!0,setIsSaved:P,isSaved:U=!1}=z,g=n.useRef(null),k=n.useRef(null),D=n.useRef(null),T=n.useRef(null),w=n.useRef(null),[$,zM]=n.useState(null),[u,I]=n.useState((i==null?void 0:i.scale)||[1,1]),[S,W]=n.useState((i==null?void 0:i.rotate)||0),[Z,rM]=n.useState((i==null?void 0:i.translate)||[0,0,0,0]),[jM,MM]=n.useState([]),[R,oM]=n.useState(),[cM,tM]=n.useState(),[nM,H]=n.useState(A),[TM,J]=n.useState([]),[_,YM]=n.useState(t),[dM,UM]=n.useState(!0),[F,lM]=n.useState(),[K,sM]=n.useState(),[LM,hM]=n.useState(typeof v!="boolean"?v:v===!0?{}:null),DM=(s-s/4*.9)*2/j;n.useEffect(()=>{hM(typeof v!="boolean"?v:v===!0?{}:null)},[v]);const pM=(N,l)=>{if(!N.length)return;let b;return N.map(x=>{var eM;if(!b){b=x;return}const G=e.jsx("line",{x1:Number.isFinite(b.x)?b.x:0,y1:Number.isFinite(b.y)?b.y:0,x2:Number.isFinite(x.x)?x.x:0,y2:Number.isFinite(x.y)?x.y:0,style:uM(B(B({stroke:"#1F66E1BF"},c),b.lineStyle),{strokeWidth:Number((c==null?void 0:c.strokeWidth)||((eM=b.lineStyle)==null?void 0:eM.strokeWidth)||2)/l})},x.id);return b=x,G})},xM=new ResizeObserver(()=>{g.current&&(k.current&&(k.current.style.transform="none",k.current.style.width="auto",k.current.style.height="100%"),k.current&&(k.current.style.width="100%",k.current.style.height="100%"))});n.useEffect(()=>{var N;sM((N=D.current)==null?void 0:N.getBoundingClientRect())},[r==null?void 0:r.left,r==null?void 0:r.top,r==null?void 0:r.width,r==null?void 0:r.height,j]),n.useEffect(()=>{H(A)},[A]),n.useEffect(()=>{YM(t||[])},[t,TM]),n.useEffect(()=>{var N;(!((N=D.current)!=null&&N.style.transform)||D.current.style.transform==="none")&&(I((i==null?void 0:i.scale)||[1,1]),W((i==null?void 0:i.rotate)||0),rM((i==null?void 0:i.translate)||[0,0,0,0]))},[(mM=D.current)==null?void 0:mM.style.transform]),n.useEffect(()=>{!D.current||nM||(D.current.style.transform="none",I((i==null?void 0:i.scale)||[1,1]),W((i==null?void 0:i.rotate)||0),rM((i==null?void 0:i.translate)||[0,0,0,0]))},[nM]),n.useEffect(()=>{if(g.current)return xM.observe(g.current),()=>{g.current&&xM.unobserve(g.current)}},[g.current]),n.useEffect(()=>{!$||!i||($.throttleDragRotate=i.rotate,$.throttleScale=i.scale,$.throttleDrag=i.translate)},[$,i]),n.useEffect(()=>{oM(_==null?void 0:_.find(l=>l.id===y));let N=_.map(l=>{var eM,fM,IM;const b=l.x,L=l.y,x=l.id===y,G=s*(x?1.2:1)/j;return e.jsx(le,{open:dM,id:l.id,point:l,getTooltipContainer:()=>w.current||document.body,x:b,y:L,r:d!=null&&d.r||(eM=l.pointStyle)!=null&&eM.r?Number((d==null?void 0:d.r)||((fM=l.pointStyle)==null?void 0:fM.r))/j:G/2,hidden:x,style:uM(B(B({stroke:"#1F66E1BF",fill:"#fff",cursor:C?"pointer":"unset"},d),l.pointStyle),{strokeWidth:Number(((IM=l.pointStyle)==null?void 0:IM.strokeWidth)||2)/j,r:void 0}),onPointClick:C},l.id)})||[];MM(N)},[_,y,j,dM]),n.useEffect(()=>{var x,G,eM;if(!R){tM(void 0);return}const N=R.x,l=R.y,b=R.id===y,L=s*(b?1.2:1)/j;tM(e.jsxs("g",{children:[a!==void 0&&e.jsx("circle",{id:`mark-${R.id}`,cx:N,cy:l,r:`${DM}`,strokeDasharray:DM*2*Math.PI,strokeDashoffset:DM*2*Math.PI/360*(360-60),style:B({transform:`rotate(${a+240}deg)`,transformOrigin:`${N}px ${l}px`,strokeWidth:DM*2,stroke:"#1F66E1BF",fill:"transparent",pointerEvents:"none"},Y)}),e.jsx(le,{open:dM,point:R,getTooltipContainer:()=>w.current||document.body,x:N,y:l,r:(x=R.pointStyle)!=null&&x.r?Number((G=R.pointStyle)==null?void 0:G.r)/j:L/2,style:uM(B(B({stroke:"#1F66E1BF",fill:"#fff"},d),R.pointStyle),{strokeWidth:Number(((eM=R.pointStyle)==null?void 0:eM.strokeWidth)||2)/j,r:void 0}),onPointClick:C},R.id)]},R.id))},[R,a,j,dM]),n.useEffect(()=>{D.current&&setTimeout(()=>{var N,l;lM((N=D.current)==null?void 0:N.getBBox()),sM((l=D.current)==null?void 0:l.getBoundingClientRect())},100)},[i]),n.useEffect(()=>{var l,b;if(!D.current)return;lM((l=D.current)==null?void 0:l.getBBox()),sM((b=D.current)==null?void 0:b.getBoundingClientRect()),new ResizeObserver(()=>{var L,x;lM((L=D.current)==null?void 0:L.getBBox()),sM((x=D.current)==null?void 0:x.getBoundingClientRect())}).observe(D.current)},[D.current]),n.useEffect(()=>{U&&(NM(),P&&P(!1))},[U]);const NM=()=>{var L;const N=(L=T.current)==null?void 0:L.getBoundingClientRect();if(!N){f&&f(t),H(!1);return}const l=TM.map(x=>{const G=x.getBoundingClientRect();return{id:x.id.split("-")[1],x:(G.x+G.width/2-N.x)/j,y:(G.y+G.height/2-N.y)/j}}),b=t.map(x=>{const G=l==null?void 0:l.find(eM=>eM.id.toString()===x.id.toString());return G?B(B({},x),G):x});YM(b),f&&f(b.length?b.map((x,G)=>({id:x.id,x:x.x,y:x.y,order:G})):t),H(!1)},yM=N=>N.map(l=>{const{render:b,renderData:L}=l,x=l.x*j,G=l.y*j;return e.jsx(Ye,{className:"track-map-marker-tooltip",placement:"top",title:b(L,B({},l)),open:!!L,style:{zIndex:9999},children:e.jsx("circle",{id:`mark-${l.id}`,cx:x,cy:G,r:s/2,style:{stroke:"#1F66E100",strokeWidth:2,fill:"#fff0"},children:e.jsx("span",{children:L.label})})},l.id)}),CM=F?{x:F.x+F.width/2,y:F.y+F.height/2}:{x:0,y:0},wM=_.reduce((N,l)=>[Math.min(N[0],l.x),Math.max(N[1],l.x)],[0,0]),EM=_.reduce((N,l)=>[Math.min(N[0],l.y),Math.max(N[1],l.y)],[0,0]);return e.jsx(Pe.ConfigProvider,{prefixCls:"g-rc",children:e.jsxs("div",{className:"track-map",style:{width:"100%",height:"100%"},ref:g,children:[e.jsx("svg",{style:r,ref:T,viewBox:`0 0 ${M} ${o}`,children:e.jsxs("g",{ref:D,x:wM[0],y:EM[0],width:wM[1]-wM[0],height:EM[1]-EM[0],style:{transformOrigin:`${CM.x}px ${CM.y}px`,cursor:nM?"url('./images/icon-move.svg') 16 16, move":"unset",transform:i&&i.scale?`${i.translate?` translate(${i.translate[0]}px, ${i.translate[1]}px)`:""} rotate(${i.rotate}rad)${i.scale?` scale(${i.scale[0]}, ${i.scale[1]})`:""}`:"none"},children:[F&&e.jsx("rect",{x:F.x,y:F.y,width:F.width,height:F.height,fill:"#ff000004"}),e.jsx("g",{className:"track-lines",children:pM((_==null?void 0:_.filter(N=>N.order>-1))||[],j)}),e.jsxs("g",{className:"track-points",children:[jM,cM]}),E&&e.jsx("g",{children:yM(E)})]})}),e.jsx("div",{className:"tooltip-container",ref:w,style:{position:"fixed",top:(K==null?void 0:K.y)||0,left:(K==null?void 0:K.x)||0,width:(K==null?void 0:K.width)||0,height:(K==null?void 0:K.height)||0}}),nM&&D.current&&T.current&&e.jsx(ve,{className:"path-moveable-control-box",ref:N=>{zM(N)},keepRatio:m,target:[D.current],draggable:!0,scalable:!0,rotatable:!0,padding:{left:10,right:10,top:10,bottom:10},onDrag:({target:N,beforeDelta:l,beforeDist:b,left:L,top:x,right:G,bottom:eM,delta:fM,dist:IM,transform:AM,clientX:RM,clientY:GM})=>{rM(IM),N.style.transform=AM},onDragStart:({inputEvent:N})=>{N.stopPropagation()},onDragEnd:()=>{var l;const N=(l=D.current)==null?void 0:l.getElementsByTagName("circle");J(N!=null&&N.length?[...N]:[]),O&&O({rotate:S,translate:Z,scale:u},N!=null&&N.length?[...N]:[],T.current||void 0)},renderDirections:m?["nw","ne","sw","se"]:["n","w","e","s","nw","ne","sw","se"],onScale:({target:N,scale:l,transform:b})=>{var x;I(l),N.style.transform=b;const L=(x=D.current)==null?void 0:x.getElementsByTagName("circle");J(L!=null&&L.length?[...L]:[]),O&&O({rotate:S,translate:Z,scale:l},L!=null&&L.length?[...L]:[],T.current||void 0)},onRotate:({target:N,dist:l,transform:b})=>{var x;W(l),N.style.transform=b;const L=(x=D.current)==null?void 0:x.getElementsByTagName("circle");J(L!=null&&L.length?[...L]:[]),O&&O({rotate:l,translate:Z,scale:u},L!=null&&L.length?[...L]:[],T.current||void 0)},onRenderEnd:()=>{var l,b,L;const N=(l=D.current)==null?void 0:l.getElementsByTagName("circle");O&&O({rotate:S,translate:Z,scale:u},N!=null&&N.length?[...N]:[],T.current||void 0),lM((b=D.current)==null?void 0:b.getBBox()),sM((L=D.current)==null?void 0:L.getBoundingClientRect())}})]})})},De=z=>{const{name:M,type:o,style:t,className:j,children:s,onConfirm:a}=z,[y,r]=n.useState(null);return n.useEffect(()=>{if(!z.confirm){r(null);return}if(z.confirm===!0){r({text:`确认${M}吗?`});return}r(z.confirm)},[z.confirm]),y?e.jsx(Ze,{rootClassName:"track-map-popconfirm",okText:"确定",cancelText:"取消",title:y.text,trigger:"click",onConfirm:a,children:e.jsx(PM,{className:j,type:o,style:B({},t),children:s||M})}):e.jsx(PM,{className:j,type:o,onClick:a,children:s||M})};let ye;const $e=n.forwardRef((z,M)=>{var VM,HM,JM,FM,XM,$M,_M,KM,qM,Me,ee,te,ne,ze,oe,Ne,ie,je,se,ce,ge;const{url:o,points:t,pointSize:j,direction:s,activePointId:a,lineStyle:y,pointStyle:r,directionStyle:c,onPointClick:d,passes:Y,activePassId:E,passStyle:A,activePassStyle:i,marks:m,draggable:C=!1,offsetEdge:O=[50,50,50,50],zoomable:f=!1,zoomStep:Q=.02,zoomMax:v=2,zoomMin:P=0,onImageLoad:U,trackEditable:g,trackEditing:k,keepRatio:D,transform:T,onTrackEditingChange:w,onTransform:$,onPointsChange:zM,actions:u=!0}=z,I=n.useRef({}),S=n.useRef({}),[W,Z]=n.useState(0),[rM,jM]=n.useState(0),[MM,R]=n.useState(1),[oM,cM]=n.useState(0),[tM,nM]=n.useState(0),[H,TM]=n.useState(0),[J,_]=n.useState(0),[YM,dM]=n.useState(!1),[UM,F]=n.useState(!1),[lM,K]=n.useState(),[sM,LM]=n.useState({x:0,y:0}),[hM,DM,pM,xM]=O,[NM,yM]=n.useState(k),[CM,wM]=n.useState(1),[EM,mM]=n.useState(!1),[N,l]=n.useState(typeof u!="boolean"?u:u===!0?{}:null);n.useEffect(()=>{wM(Math.round(MM*100)/100)},[MM]),n.useEffect(()=>{yM(k)},[k]),n.useEffect(()=>{ye=new ResizeObserver(b),ye.observe(S.current);const h=p=>(p.preventDefault(),!1);return S.current.addEventListener("wheel",h),()=>{S.current.removeEventListener("wheel",h)}},[]);const b=()=>{if(!S.current)return;const h=S.current.clientWidth,p=S.current.clientHeight,V=I.current.naturalWidth,X=I.current.naturalHeight,aM=h/V,bM=p/X,OM=aM<bM?aM:bM,Oe=(h-V*OM)/2,Se=(p-X*OM)/2,he=V*OM,pe=X*OM;Z(h),jM(p),R(OM),cM(Oe),nM(Se),TM(he),_(pe),dM(!0),U&&U(I.current)},L=()=>{if(!f||MM>=v)return;let h=MM*(1+Q),p=Q;h>=v&&(h=v,p=v/MM-1),cM(oM-H*(p/2)),nM(tM-J*(p/2)),TM(H+H*p),_(J+J*p),R(h),AM()},x=()=>{if(!f||MM<=P)return;let h=MM*(1-Q),p=Q;h<=P&&(h=P,p=1-P/MM),cM(oM-H*(-p/2)),nM(tM-J*(-p/2)),TM(H+H*-p),_(J+J*-p),R(h),AM()};n.useImperativeHandle(M,()=>({zoomIn:L,zoomOut:x}));const G=h=>(h.nativeEvent.deltaY<0?L():x(),!1),eM=h=>{F(!0);const{pageX:p,pageY:V}=h;LM({x:p,y:V})},fM=h=>{if(!UM)return!1;const{pageX:p,pageY:V}=h,X=p-sM.x,aM=V-sM.y;LM({x:p,y:V}),cM(oM+X),nM(tM+aM),AM()},IM=()=>{F(!1)};window.onmouseup=()=>{F(!1)};const AM=()=>{oM<-H+xM&&cM(-H+xM),tM<-J+hM&&nM(-J+hM),oM>W-DM&&cM(W-DM),tM>rM-pM&&nM(rM-pM)},RM=()=>{yM(!NM),w&&w(!NM)},GM=h=>{const{touches:p}=h;if(console.log("onTouchStart"),console.log(p),F(!0),p.length<2){const{clientX:V,clientY:X}=p[0];LM({x:V,y:X})}else K(p)},Ee=h=>{if(!UM||!h.touches)return!1;const{clientX:p,clientY:V}=h.touches[0];if(h.touches.length<2){const X=p-sM.x,aM=V-sM.y;LM({x:p,y:V}),cM(oM+X),nM(tM+aM),AM()}else{console.log("onTouchMove"),console.log(h.touches);const X=h.touches,aM=ZM(X[0],X[1]),bM=ZM(lM[0],lM[1]);aM>bM?L():x()}},ZM=(h,p)=>{const V=p.pageX-h.pageX,X=p.pageY-h.pageY;return Math.sqrt(V*V+X*X)};n.useEffect(()=>{l(typeof u!="boolean"?u:u===!0?{}:null)},[u]);const me=()=>{yM(!1),w&&w(!1)},fe=()=>{mM(!0)};return e.jsxs("div",{className:"image-map",ref:S,onMouseDown:C?eM:void 0,onMouseMove:C?fM:void 0,onMouseUp:C?IM:void 0,onWheel:C?G:void 0,onTouchStart:C?GM:void 0,onTouchMove:C?Ee:void 0,onTouchEnd:C?IM:void 0,children:[e.jsx("img",{className:"img",style:{position:"absolute",left:oM,top:tM,width:H,height:J},ref:I,onLoad:b,src:o,alt:""}),YM&&(Y==null?void 0:Y.length)&&e.jsx(xe,{style:{position:"absolute",left:oM,top:tM,width:H,height:J},passes:Y,scale:MM,activePassId:E,passStyle:A,activePassStyle:i}),YM&&!!(t!=null&&t.length)&&e.jsx(Ce,{style:{position:"absolute",left:oM,top:tM,width:H,height:J,overflow:"visible"},width:I.current.naturalWidth,height:I.current.naturalHeight,transform:T,movable:NM,resizable:NM,points:t,scale:MM,pointSize:j,direction:s,activePointId:a,lineStyle:y,pointStyle:r,directionStyle:c,keepRatio:D,marks:m,onPointClick:d,onTransform:$,onPointsChange:h=>{zM&&zM(h),yM(!1),w&&w(!1)},onCancelResize:()=>{yM(!1),w&&w(!1)},actions:u,setIsSaved:mM,isSaved:EM}),g&&e.jsxs("div",{className:"image-map-toolbar",children:[e.jsx(we,{className:"zoom-controller",value:CM,min:P,max:v,step:Q,showText:!0,onChange:h=>{CM>h?x():L()}}),g&&(NM&&u?e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"line"}),e.jsxs("div",{className:"editing-controller",children:[e.jsx(De,{children:typeof u!="boolean"&&((VM=u.cancelButton)==null?void 0:VM.children)||void 0,name:typeof u!="boolean"&&((HM=u.cancelButton)==null?void 0:HM.text)||"退出编辑",className:`editing-controller${NM?" active":""} ${typeof u!="boolean"&&((JM=u.cancelButton)==null?void 0:JM.className)||""}`,confirm:((FM=N==null?void 0:N.cancelButton)==null?void 0:FM.confirm)===!0?{text:"调整记录将不被保存"}:(XM=N==null?void 0:N.cancelButton)!=null&&XM.confirm?N.cancelButton.confirm:!1,style:typeof u!="boolean"&&(($M=u.cancelButton)==null?void 0:$M.style)||void 0,onConfirm:me}),e.jsx(De,{type:"primary",children:typeof u!="boolean"&&((_M=u.okButton)==null?void 0:_M.children)||e.jsxs("div",{className:"save-detail",children:[e.jsx(Ae.SaveOutlined,{}),e.jsx("span",{children:"保存"})]}),name:typeof u!="boolean"&&((KM=u.okButton)!=null&&KM.confirm)?((qM=u.okButton)==null?void 0:qM.text)||"保存":"确定",className:`editing-controller${NM?" active":""} ${typeof u!="boolean"&&((Me=u.okButton)==null?void 0:Me.className)||""}`,confirm:((ee=N==null?void 0:N.okButton)==null?void 0:ee.confirm)===!0?{text:"调整记录保存后,将改变当前巡检数据状态"}:(te=N==null?void 0:N.okButton)!=null&&te.confirm?N.okButton.confirm:!1,style:typeof u!="boolean"&&((ne=u.okButton)==null?void 0:ne.style)||void 0,onConfirm:fe})]})]}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"line"}),e.jsx("div",{className:"moveable-controller",children:e.jsx(PM,{title:NM?typeof u!="boolean"&&((ze=u.editButton)==null?void 0:ze.exitTitleText)||"退出编辑":typeof u!="boolean"&&((oe=u.editButton)==null?void 0:oe.titleText)||"调整轨迹",className:`moveable-controller-btn${NM?" active":""} ${typeof u!="boolean"&&((Ne=u.editButton)==null?void 0:Ne.className)||""}`,style:typeof u!="boolean"&&((ie=u.editButton)==null?void 0:ie.style)||void 0,onClick:RM,children:typeof u!="boolean"?(je=u.editButton)!=null&&je.children?(se=u.editButton)==null?void 0:se.children:(ce=u.editButton)!=null&&ce.text?e.jsx("span",{children:(ge=u.editButton)==null?void 0:ge.text}):e.jsxs("div",{className:"btn-change",children:[e.jsx(q,{type:"icon-tiaozheng"}),e.jsx("span",{children:"修改"})]}):void 0})})]}))]})]})}),_e=z=>{const{className:M,style:o,length:t=0,current:j=0,speed:s=2e3,play:a=!1,loop:y=!1,loading:r=!1,onChange:c}=z,[d,Y]=n.useState(a),[E,A]=n.useState(j),[i,m]=n.useState(null);n.useEffect(()=>{A(j)},[j]),n.useEffect(()=>{Y(a)},[a]),n.useEffect(()=>{d?C():E>=t-1&&(A(0),c(0))},[d]),n.useEffect(()=>{d&&(r?i&&(clearTimeout(i),m(null)):m(setTimeout(C,s)))},[r]);const C=()=>{A(Q=>Q<t-1?(c(Q+1),Q+1):y?(c(0),0):(f(),Q))},O=()=>{E>=t-1&&A(0),Y(!0)},f=()=>{Y(!1),i&&(clearTimeout(i),m(null))};return e.jsxs("div",{className:M,style:o,children:[e.jsx(iM,{disabled:E<=0||r,onClick:()=>{c(0),A(0)},children:e.jsx(q,{type:"icon-diyige"})}),e.jsx(iM,{disabled:E<=0||r,onClick:()=>{c(E-1),A(E-1)},children:e.jsx(q,{type:"icon-qianyige"})}),d?e.jsx(iM,{onClick:f,children:e.jsx(q,{type:"icon-zanting"})}):e.jsx(iM,{disabled:E>=t-1||r,onClick:O,children:e.jsx(q,{type:"icon-bofang"})}),e.jsx(iM,{disabled:E>=t-1||r,onClick:()=>{c(E+1),A(E+1)},children:e.jsx(q,{type:"icon-xiayige"})}),e.jsx(iM,{disabled:E>=t-1||r,onClick:()=>{c(t-1),A(t-1)},children:e.jsx(q,{type:"icon-zuihouyige"})})]})};const Ke=16,qe=16,Mt=-1,et=1,tt=-1,nt=1,zt=z=>{const M=z||window.event,o=z.target||z.srcElement;if(M.offsetX)return M.offsetX;{const t=o.getBoundingClientRect();return M.clientX-t.left}},ot=z=>{const M=z||window.event,o=z.target||z.srcElement;if(M.offsetY)return M.offsetY;{const t=o.getBoundingClientRect();return M.clientY-t.top}},Nt=z=>{const M=z.split("-");let o=M.length>1||M[0]==="left"||M[0]==="right"?M[0]:"center",t=M.length>1?M[1]:M[0]==="top"||M[0]==="bottom"?M[0]:"middle";return[o,t]},it=(z,M,o=[Ke,qe])=>{const t=()=>{switch(z[0]){case"left":return Mt;case"right":return et;default:return 0}},j=()=>{switch(z[1]){case"top":return tt;case"bottom":return nt;default:return 0}},s=()=>{switch(z[0]){case"left":return-((M==null?void 0:M.width)||0)-o[0]-2;case"right":return 0;default:return-((M==null?void 0:M.width)||0)/2}},a=()=>{switch(z[1]){case"top":return-o[1]-2;case"bottom":return(M==null?void 0:M.height)||0;default:return((M==null?void 0:M.height)||0)/2}};return{x:o[0]*t()+s(),y:o[1]*j()+a()}},jt=z=>{var v;const{children:M,defaultPosition:o,forElement:t,placement:j="right-bottom",curserPosition:s,className:a,style:y}=z,r=n.useRef(null),c=n.useRef(null),d=t||document.body,Y=Nt(j),E=it(Y,(v=c.current)==null?void 0:v.getBoundingClientRect(),s),[A,i]=n.useState(z.visible||!0),[m,C]=n.useState(o||{x:-2e3,y:-2e3});n.useEffect(()=>(d.addEventListener("mouseenter",O),d.addEventListener("mousemove",Q),d.addEventListener("mouseleave",f),()=>{d.removeEventListener("mouseenter",O),d.removeEventListener("mousemove",Q),d.removeEventListener("mouseleave",f)}),[d]),n.useEffect(()=>{i(z.visible||!0)},[z.visible]);const O=()=>{i(!0)},f=()=>{i(!1)},Q=P=>{let U=zt(P)+E.x;const g=ot(P)+E.y;C({x:U,y:g})};return e.jsx("div",{className:`g-mouse-tip ${Y.join(" ")}`,ref:r,style:{left:`${m.x}px`,top:`${m.y}px`,visibility:`${A?"visible":"hidden"}`},children:e.jsx("div",{className:`g-mouse-tip-content ${a}`,style:y,ref:c,children:M})})},st=z=>{const{className:M,style:o,value:t,min:j,max:s,step:a=1,onChange:y,showText:r=!1}=z,[c,d]=n.useState(t!=null?t:0);return n.useEffect(()=>{d(t!=null?t:0)},[t]),e.jsxs("div",{className:M,style:o,children:[e.jsx(iM,{disabled:!!(s&&s<=c),onClick:()=>{y(c+a),d(c+a)},children:e.jsx(q,{type:"icon-fangda"})}),r&&e.jsxs("div",{style:{width:40,textAlign:"center"},children:[Math.round(c*100),"%"]}),e.jsx(iM,{disabled:!!(j&&j>=c),onClick:()=>{y(c-a),d(c-a)},children:e.jsx(q,{type:"icon-suoxiao"})})]})},we=st;function ct(z,M){var o=document.getElementsByTagName("body")[0],t=document.createElement("script");t.setAttribute("type","text/javascript"),t.setAttribute("src",z),o.appendChild(t),t.onload=M}function gt(z){const[M,o]=n.useState(!1),[t,j]=n.useState(),[s,a]=n.useState(),[y,r]=n.useState(!1),[c,d]=n.useState(),[Y,E]=n.useState([]),[A,i]=n.useState(0);function m(g){if(g.viewType!="3DView"){console.error("bimface view type is not 3DView");return}o(!0),c&&C(g.viewToken)}const C=g=>{if(!t){let k=c,D=new window.Glodon.Bimface.Application.WebApplication3DConfig;D.domElement=k,D.Toolbars=[];const T=new window.Glodon.Bimface.Application.WebApplication3D(D);T.addView(g),j(T);const w=T.getViewer();w.addEventListener(window.Glodon.Bimface.Viewer.Viewer3DEvent.ViewAdded,function(){window.onresize=function(){w.resize(document.documentElement.clientWidth,document.documentElement.clientHeight-40)},w.setCameraAnimation(!1),w.render(),w.setNavigationMode(window.Glodon.Bimface.Viewer.NavigationMode3D.Walk),w.render(),r(!0)}),w.addEventListener(window.Glodon.Bimface.Viewer.Viewer3DEvent.ModelAdded,()=>{i($=>$+1)}),a(w)}};n.useEffect(()=>{y&&Y.forEach(g=>{s.loadModel({viewToken:g})})},[y,Y]),n.useEffect(()=>{},[A]),n.useEffect(()=>{if(!c||!Y.length)return;const g=Y.pop();g&&f(g),E([...Y])},[c]);function O(g){console.log(g)}function f(g){i(0);const k=()=>{let D=new window.BimfaceSDKLoaderConfig;D.viewToken=g,window.BimfaceSDKLoader.load(D,m,O)};if(!window.BimfaceSDKLoaderConfig){ct("https://static.bimface.com/api/BimfaceSDKLoader/BimfaceSDKLoader@latest-release.js",k);return}k()}const Q=(g,k)=>{if(!s||!y||!c){console.error("BIMFace viewer is not ready.");return}const D=c.getElementsByTagName("canvas")[0],T=document.createElement("canvas");T.width=D.width,T.height=D.height;const w=T.getContext("2d");return w&&(w.fillStyle="#fff",w.fillRect(0,0,T.width,T.height),w.drawImage(D,0,0,D.width,D.height)),T.toDataURL(g,k)},v=g=>{if(!s){console.error("viewer is not ready");return}if(A&&Y.length+1===A||!Y.length)s.getAllModels().map(T=>s._models[T.modelId]).forEach(T=>{let w=new window.Glodon.Web.Graphics.Color(g);T.overrideAllComponentsColor&&T.overrideAllComponentsColor(w)}),s.enableWireframe(!0),s.getLightManager().getAllFillLights().forEach(T=>T.enableLight(!0)),s.render();else{console.error("viewer is not render complete");return}},P=g=>{if(s)if(A&&Y.length+1===A||!Y.length)s.getAllModels().map(T=>s._models[T.modelId]).forEach(T=>{Object.keys(g).forEach(w=>{let $=[{categoryId:w}];T.getComponentsByConditions($,function(zM){let u=new window.Glodon.Web.Graphics.Color(g[w]);T.overrideComponentsColorById&&T.overrideComponentsColorById(zM,u)},function(){window.alert("error")})})}),s.enableWireframe(!1),s.getLightManager().getAllFillLights().forEach(T=>T.enableLight(!1)),s.render();else{console.error("viewer is not render complete");return}};function U(g,k,D){const T=s.getModel();T==null||T.getBoundingBox(({currentBoundingBox:w})=>{const $=w.max.x-w.min.x,zM=w.max.y-w.min.y,u=$/zM;let I,S;u>1?(I=k.width,S=I/u):(S=k.height,I=S*u);const W=document.createElement("div");W.setAttribute("style",`width: ${I}px;height: ${S}px`),document.body.appendChild(W);const Z=new window.Glodon.Bimface.Plugins.NavigationMap.MapViewerConfig;Z.domElement=W;const rM=new window.Glodon.Bimface.Plugins.NavigationMap.MapViewer(Z),jM=new window.Glodon.Bimface.Plugins.NavigationMap.NavigationMapConfig;jM.viewer=s,jM.mapViewer=rM,jM.type="SetProfile",jM.height=g,jM.successCallback=MM=>{setTimeout(()=>{const R=new Image;R.src=W.getElementsByTagName("image")[0].getAttribute("href")||"",R.onload=()=>{D(R)}},200)},new window.Glodon.Bimface.Plugins.NavigationMap.NavigationMap(jM)})}return{BimfaceViewer:M&&window.Glodon.Bimface.Viewer,BimfaceSection:M&&window.Glodon.Bimface.Plugins.Section,BimfaceMark:M&&window.Glodon.Bimface.Plugins.Marker3D,BimfaceViewerEvents:M&&window.Glodon.Bimface.Viewer.Viewer3DEvent,viewer:s,viewerAdded:y,sDKLoaded:M,loadedModelCount:A,loadModels:g=>{if(g!=null&&g.length||console.error("viewTokens is Empty"),!s&&c){const k=g[0];f(k)}E(g)},setContainerDom:d,getSnapshot:Q,setComponentsColorByCatgryId:P,setAllComponentsColor:v,navigationMapByHeight:U}}function rt(z){const{url:M,onScaleChange:o,onLoad:t}=z,[{width:j,height:s},a]=Le.useSize(),[y,r]=n.useState();return n.useEffect(()=>{j&&s&&y&&o(j/y.width,j,s)},[j,s,y]),e.jsx("img",{ref:a,src:M,className:"select-none",style:{maxWidth:"100%",maxHeight:"100%",cursor:"crosshair"},alt:"",onLoad:()=>{if(a.current){t&&t(a.current);const{naturalWidth:c,naturalHeight:d}=a.current;r({width:c,height:d})}}})}function Ie(z){const{start:M,end:o}=z,{options:{lineColor:t,lineWidth:j}}=n.useContext(SM);return e.jsx(e.Fragment,{children:e.jsx("line",{x1:M.x,y1:M.y,x2:o.x,y2:o.y,stroke:t!=null?t:"#FF5500",strokeWidth:j!=null?j:2})})}function Te(z){const{markRenderer:M,marker:o}=z,{point:{x:t,y:j}}=o;return e.jsxs("g",{children:[e.jsx("line",{}),e.jsx("line",{}),e.jsx("circle",{cx:t,cy:j,r:1,fill:"transparent"}),e.jsx("foreignObject",{x:t,y:j,width:0,height:0,fill:"green",className:"relative overflow-visible",children:e.jsx("div",{className:"inline-flex absolute",draggable:!0,onDragStart:()=>{},onDragEnd:()=>{},children:M&&M(o)})})]})}function de(z){const{points:M,editing:o,options:t,onClose:j}=z,[s,a]=n.useState(!1),{options:{polygon:y}}=n.useContext(SM);if(!o&&BM(M)<=2)return null;const r=Ge(M),c=M.map(({x:f,y:Q})=>`${f},${Q}`).join(" "),d=r?`${c} ${r.x},${r.y}`:c,{showVertexIndex:Y,vertexBgColor:E,vertexTextColor:A}=y!=null?y:{},i=Y?10:5,m=o||Y,{hideBorder:C,backgroundColor:O}=t!=null?t:{};return e.jsxs(e.Fragment,{children:[e.jsx("polygon",{points:`${d}`,fill:O!=null?O:"rgba(255, 66, 66, 0.15)"}),!C&&e.jsx("polyline",{points:o?c:d,fill:"transparent",stroke:"#FF5500",strokeDasharray:"6 4",strokeWidth:"2"}),!C&&(M==null?void 0:M.map(({x:f,y:Q},v)=>{const P=v===BM(M)-1;return e.jsx("g",{style:{zIndex:P?1:100,cursor:"pointer",pointerEvents:P?"none":"bounding-box"},onMouseEnter:U=>{P||a(!0)},onMouseLeave:U=>{a(!1)},onClick:U=>{U.stopPropagation()},onDoubleClick:U=>{U.stopPropagation(),j&&j(v)},children:m&&(!P||!s)&&e.jsxs(e.Fragment,{children:[e.jsx("circle",{cx:f,cy:Q,r:i,fill:E!=null?E:"#FF5500"}),Y&&e.jsx("text",{x:f,y:Q,"text-anchor":"middle",fill:A!=null?A:"#fff",dy:".3em",style:{cursor:"pointer",userSelect:"none"},children:v+1})]})})}))]})}const at=vM.createMachine({initial:"idle",context:{},states:{idle:{on:{START_ADD_MARKER:{target:"addingMarker"},START_DRAW_LINE:{target:"drawingLine"},START_DRAW_POLYGON:{target:"drawingPolygon"}}},addingMarker:{on:{RESET:{target:"idle",actions:gM.assign(z=>{z.markerPoint=void 0})},ADD_MARKER:{target:"drawCompleted",actions:[gM.assign((z,{point:M})=>{z.markerPoint=M}),"onAddMarker"]},MOUSE_MOVE:{target:"addingMarker",actions:gM.assign((z,{point:M})=>{z.movingPoint=M})}}},drawingLine:{on:{ADD_LINE_START:{target:"drawingLine",actions:gM.assign((z,M)=>{z.lineStart=M.point})},ADD_LINE_END:{target:"drawCompleted",actions:[gM.assign((z,M)=>{z.lineEnd=M.point}),"onAddLine"]},MOUSE_MOVE:{target:"drawingLine",actions:gM.assign((z,{point:M})=>{z.movingPoint=M})},RESET:{target:"drawCompleted"},CANCEL:{target:"drawCompleted"}}},drawingPolygon:{on:{CANCEL:{target:"canceled"},RESET:{target:"idle",actions:gM.assign(z=>{z.polygonPoints=void 0})},ADD_POLYGON_POINT:{target:"drawingPolygon",actions:gM.assign((z,{point:M})=>{var o;z.polygonPoints=(o=z.polygonPoints)!=null?o:[],z.polygonPoints.push(M)})},MOUSE_MOVE:{target:"drawingPolygon",actions:gM.assign((z,{point:M})=>{z.movingPoint=M})},DRAW_POLYGON_COMPLETE:{target:"drawCompleted",actions:["onAddPolygon"]}}},drawCompleted:{always:{target:"idle"}},canceled:{}}});function ut(z){const{state:M,scale:o,width:t,height:j,drawOptions:s,lines:a,polygons:y,markers:r,markRenderer:c,onAddLine:d,onAddPolygon:Y,onAddMarker:E,onStateChange:A}=z,[i,m]=n.useState([]),[C,O]=n.useState([]),[f,Q]=n.useState([]),[{width:v,height:P},U]=Le.useSize();function g({x:I,y:S}){return{x:I/o,y:S/o}}function k({x:I,y:S}){return{x:I*o,y:S*o}}const[D,T]=Re.useMachine(at,{actions:{onAddMarker:vM.assign(({markerPoint:I})=>(E&&I&&E(g(I)),{markerPoint:void 0,movingPoint:void 0})),onAddLine:vM.assign(I=>(I.lineStart&&I.lineEnd&&d&&d(g(I.lineStart),g(I.lineEnd)),{lineEnd:void 0,lineStart:void 0,movingPoint:void 0})),onAddPolygon:vM.assign(({polygonPoints:I})=>(Y&&I&&I.length>2&&Y(I.map(g)),{polygonPoints:void 0,movingPoint:void 0}))},services:{}});n.useEffect(()=>{var I;m((I=a==null?void 0:a.map(({id:S,start:W,end:Z})=>({id:S,start:k(W),end:k(Z)})))!=null?I:[])},[a]),n.useEffect(()=>{var I;Q((I=r==null?void 0:r.map(S=>uM(B({},S),{point:k(S.point)})))!=null?I:[])},[r]),n.useEffect(()=>{var I;O((I=y==null?void 0:y.map(({id:S,points:W,options:Z})=>({id:S,points:W.map(k),options:Z})))!=null?I:[])},[y,o]),n.useEffect(()=>{A&&D.matches("idle")&&A("viewOnly")},[D.value]),n.useEffect(()=>{if(A)switch(M){case"drawingLine":T("START_DRAW_LINE");break;case"drawingPolygon":T("START_DRAW_POLYGON");break;case"addingMarker":T("START_ADD_MARKER");break}},[M]);const{lineStart:w,lineEnd:$,polygonPoints:zM,movingPoint:u}=D.context;return e.jsx(SM.Provider,{value:{options:s!=null?s:{}},children:e.jsx("div",{ref:U,className:"w-full h-full absolute left-0 top-0",style:{cursor:M==="viewOnly"?void 0:"crosshair",width:t,height:j},children:v&&P&&e.jsxs("svg",{viewBox:`0 0 ${v} ${P}`,version:"1.1",className:"absolute inset-0",onClick:I=>{if(!U.current)return;const{top:S,left:W}=U.current.getBoundingClientRect(),Z={x:I.clientX-W,y:I.clientY-S};D.matches("drawingLine")?T(w===void 0?{type:"ADD_LINE_START",point:Z}:{type:"ADD_LINE_END",point:Z}):D.matches("drawingPolygon")?T({type:"ADD_POLYGON_POINT",point:Z}):D.matches("addingMarker")&&T({type:"ADD_MARKER",point:Z})},onMouseMove:I=>{if(!U.current)return;const{top:S,left:W}=U.current.getBoundingClientRect(),Z={x:I.clientX-W,y:I.clientY-S};T({type:"MOUSE_MOVE",point:Z})},children:[i==null?void 0:i.map((I,S)=>e.jsx(Ie,B({},I),S)),w&&u&&e.jsx(Ie,{start:w,end:u}),C==null?void 0:C.map(({points:I,options:S},W)=>e.jsx(de,{editing:!1,points:I,options:S},W)),BM(zM)>0&&u&&e.jsx(de,{editing:!0,points:[...zM,u],onClose:I=>{T({type:"DRAW_POLYGON_COMPLETE"})}}),f==null?void 0:f.map(I=>e.jsx(Te,{marker:I,markRenderer:c})),D.matches("addingMarker")&&u&&e.jsx(Te,{marker:{id:"addingMarker",point:u}})]})})})}function WM(z,M,o){if(o)return Math.abs(WM(z,o)-WM(M,o));for(var t=Math.atan2(M.y-z.y,M.x-z.x);t<0;)t+=2*Math.PI;return t}const SM=n.createContext({options:{}});SM.displayName="DrawableContext";function lt(z){const s=z,{url:M}=s,o=QM(s,["url"]),[t,j]=We.useImmer({scale:1,width:0,height:0});return M?e.jsxs("div",{className:"relative bg-pink-500 bg-opacity-40",children:[e.jsx(rt,{url:M,onScaleChange:(a,y,r)=>{j(c=>{c.scale=a,c.width=y,c.height=r})}}),e.jsx(ut,B(B({},o),t))]}):null}exports.Button=Ve;exports.DrawableContext=SM;exports.DrawableImageMap=lt;exports.ExpandablePannel=He;exports.IconButton=iM;exports.Iconfont=q;exports.ImageMap=$e;exports.MouseTip=jt;exports.PanoramaRecordPlayer=_e;exports.PassMap=xe;exports.TrackMap=Ce;exports.Zoom=we;exports.calAngle=WM;exports.useBimface=gt;
|
|
1
|
+
"use strict";var be=Object.defineProperty,ke=Object.defineProperties;var Qe=Object.getOwnPropertyDescriptors;var kM=Object.getOwnPropertySymbols;var ae=Object.prototype.hasOwnProperty,ue=Object.prototype.propertyIsEnumerable;var re=(z,M,o)=>M in z?be(z,M,{enumerable:!0,configurable:!0,writable:!0,value:o}):z[M]=o,U=(z,M)=>{for(var o in M||(M={}))ae.call(M,o)&&re(z,o,M[o]);if(kM)for(var o of kM(M))ue.call(M,o)&&re(z,o,M[o]);return z},uM=(z,M)=>ke(z,Qe(M));var QM=(z,M)=>{var o={};for(var t in z)ae.call(z,t)&&M.indexOf(t)<0&&(o[t]=z[t]);if(z!=null&&kM)for(var t of kM(z))M.indexOf(t)<0&&ue.call(z,t)&&(o[t]=z[t]);return o};Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("react"),Ae=require("@ant-design/icons"),Ye=require("antd/es/tooltip"),ve=require("react-moveable"),Ue=require("deep-object-diff"),Be=require("lodash/debounce"),Pe=require("antd"),Le=require("ahooks"),We=require("use-immer"),Re=require("@xstate/react"),BM=require("lodash/size"),vM=require("xstate"),Ge=require("lodash/first"),gM=require("@xstate/immer"),PM=require("antd/es/button"),Ze=require("antd/es/popconfirm");const Ve=z=>{const y=z,{primary:M=!1,size:o="medium",backgroundColor:t,label:s}=y,j=QM(y,["primary","size","backgroundColor","label"]),a=M?"storybook-button--primary":"storybook-button--secondary";return e.jsx("button",uM(U({type:"button",className:["storybook-button",`storybook-button--${o}`,a].join(" "),style:{backgroundColor:t}},j),{children:s}))};const q=Ae.createFromIconfontCN({scriptUrl:new URL("data:application/javascript;base64,d2luZG93Ll9pY29uZm9udF9zdmdfc3RyaW5nXzM5MjkyMDkgPSAnPHN2Zz48c3ltYm9sIGlkPSJpY29uLXNhbmppYW8teGlhIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMTkyLjk1NzAzMTI1IDM1NC42NDA2MjVoNDMzLjc0MDIzNDM4YzQyLjEzNDc2NTYzIDAgODAuODQxNzk2ODgtMC4xNTgyMDMxMyAxMTYuMjI2NTYyNDktMC40MjE4NzVDNzc4LjMwODU5Mzc1IDM1My45NTUwNzgxMiA4MDUuODM1OTM3NSAzNTMuNzk2ODc1IDgyNS40NTMxMjUgMzUzLjc5Njg3NWMxMy41IDAgMjQuNzMyNDIxODggMy4xNjQwNjI1IDMzLjc1IDkuNTk3NjU2MjUgOC45NjQ4NDM3NSA2LjQzMzU5Mzc1IDE0Ljk3NjU2MjUgMTQuNTAxOTUzMTMgMTguMDg3ODkwNjMgMjQuMjU3ODEyNSAzLjA1ODU5Mzc1IDkuNzAzMTI1IDMuMDU4NTkzNzUgMjAuNDYwOTM3NS0xZS04IDMyLjE2Nzk2ODc1YTcxLjcxODc1IDcxLjcxODc1IDAgMCAxLTE5LjgyODEyNDk5IDMyLjUzNzEwOTM4Yy0yMS4zMDQ2ODc1IDIwLjU2NjQwNjI1LTQzLjY2NDA2MjUgNDIuODczMDQ2ODgtNjYuOTcyNjU2MjYgNjYuODE0NDUzMTItMjMuMjU1ODU5MzggMjMuOTQxNDA2MjUtNDYuNzIyNjU2MjUgNDguNTY4MzU5MzgtNzAuMjk0OTIxODcgNzMuOTMzNTkzNzUtMjMuNTcyMjY1NjMgMjUuMzEyNS00Ny4xNDQ1MzEyNSA1MC45NDE0MDYyNS03MC43Njk1MzEyNSA3Ni44MzM5ODQzOGwtNjguMTg1NTQ2ODggNzQuNzI0NjA5MzdhODkuMTIxMDkzNzUgODkuMTIxMDkzNzUgMCAwIDEtMzUuMzMyMDMxMjUgMjMuODM1OTM3NWMtMTQuMDgwMDc4MTMgNS4yNzM0Mzc1LTI4LjY4NzUgNy42NDY0ODQzOC00My44MjIyNjU2MiA3LjA2NjQwNjI1YTEzMi4zNjMyODEyNSAxMzIuMzYzMjgxMjUgMCAwIDEtNDQuNjY2MDE1NjMtOS41OTc2NTYyNSA5NC44MTY0MDYyNSA5NC44MTY0MDYyNSAwIDAgMS0zNy4wNzIyNjU2Mi0yNi4zMTQ0NTMxMyA2MzQ3LjYzNjcxODc1IDYzNDcuNjM2NzE4NzUgMCAwIDAtNTcuNjkxNDA2MjUtNjQuNzA1MDc4MTJjLTE5LjM1MzUxNTYzLTIxLjQ2Mjg5MDYzLTM5LjI4NzEwOTM4LTQzLjQ1MzEyNS01OS44MDA3ODEyNS02NS45NzA3MDMxM2E3MzY0Ny42MTUyMzQzOCA3MzY0Ny42MTUyMzQzOCAwIDAgMS0xMzYuMDAxOTUzMTMtMTQ5LjkyMzgyODEyIDk1LjE4NTU0Njg4IDk1LjE4NTU0Njg4IDAgMCAxLTIyLjMwNjY0MDYyLTM3LjE3NzczNDM4QTY0LjE3NzczNDM4IDY0LjE3NzczNDM4IDAgMCAxIDE0Mi44NTkzNzUgMzg4LjAyMTQ4NDM3YTQxLjEzMjgxMjUgNDEuMTMyODEyNSAwIDAgMSAxNi44NzUtMjQuMjA1MDc4MTJjOC42NDg0Mzc1LTYuMTE3MTg3NSAxOS43NzUzOTA2My05LjE3NTc4MTI1IDMzLjIyMjY1NjI1LTkuMTc1NzgxMjV6IiAgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLXNhbmppYW8tc2hhbmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik04MzEuMDQyOTY4NzUgNjY5LjM1OTM3NUgzOTcuMzAyNzM0MzdjLTQyLjEzNDc2NTYzIDAtODAuODQxNzk2ODggMC4xNTgyMDMxMy0xMTYuMjI2NTYyNDkgMC40MjE4NzUtMzUuMzg0NzY1NjMgMC4yNjM2NzE4OC02Mi45MTIxMDkzOCAwLjQyMTg3NS04Mi41MjkyOTY4OCAwLjQyMTg3NS0xMy41IDAtMjQuNzMyNDIxODgtMy4xNjQwNjI1LTMzLjc1LTkuNTk3NjU2MjVhNDYuNjE3MTg3NSA0Ni42MTcxODc1IDAgMCAxLTE4LjA4Nzg5MDYyLTI0LjI1NzgxMjUgNTYuODQ3NjU2MjUgNTYuODQ3NjU2MjUgMCAwIDEgMC0zMi4xNjc5Njg3NSA3MS43MTg3NSA3MS43MTg3NSAwIDAgMSAxOS44MjgxMjUtMzIuNTM3MTA5MzhjMjEuMzA0Njg3NS0yMC41NjY0MDYyNSA0My42NjQwNjI1LTQyLjg3MzA0Njg4IDY2Ljk3MjY1NjI1LTY2LjgxNDQ1MzEyIDIzLjI1NTg1OTM4LTIzLjk0MTQwNjI1IDQ2LjcyMjY1NjI1LTQ4LjU2ODM1OTM4IDcwLjI5NDkyMTg3LTczLjkzMzU5Mzc1IDIzLjU3MjI2NTYzLTI1LjMxMjUgNDcuMTQ0NTMxMjUtNTAuOTQxNDA2MjUgNzAuNzY5NTMxMjUtNzYuODMzOTg0MzhsNjguMTg1NTQ2ODgtNzQuNzI0NjA5MzdjOS41NDQ5MjE4OC0xMC41OTk2MDkzOCAyMS4zNTc0MjE4OC0xOC41NjI1IDM1LjMzMjAzMTI1LTIzLjgzNTkzNzUgMTQuMDgwMDc4MTMtNS4yNzM0Mzc1IDI4LjY4NzUtNy42NDY0ODQzOCA0My44MjIyNjU2Mi03LjA2NjQwNjI1IDE1LjE4NzUgMC41MjczNDM3NSAzMC4wNTg1OTM3NSAzLjY5MTQwNjI1IDQ0LjY2NjAxNTYzIDkuNTk3NjU2MjUgMTQuNjA3NDIxODggNS44MDA3ODEyNSAyNi45NDcyNjU2MyAxNC42MDc0MjE4OCAzNy4wNzIyNjU2MiAyNi4zMTQ0NTMxMyAxOS4wODk4NDM3NSAyMS42NzM4MjgxMyAzOC4yODUxNTYyNSA0My4yNDIxODc1IDU3LjY5MTQwNjI1IDY0LjcwNTA3ODEyIDE5LjM1MzUxNTYzIDIxLjQ2Mjg5MDYzIDM5LjI4NzEwOTM4IDQzLjQ1MzEyNSA1OS44MDA3ODEyNSA2NS45NzA3MDMxM2E3MzY0Ny42MTUyMzQzOCA3MzY0Ny42MTUyMzQzOCAwIDAgMSAxMzYuMDAxOTUzMTMgMTQ5LjkyMzgyODEyYzExLjIzMjQyMTg4IDEyLjI4NzEwOTM4IDE4LjY2Nzk2ODc1IDI0LjY3OTY4NzUgMjIuMzA2NjQwNjIgMzcuMTc3NzM0MzggMy42OTE0MDYyNSAxMi41NTA3ODEyNSA0LjIxODc1IDIzLjgzNTkzNzUgMS42ODc1IDMzLjg1NTQ2ODc1YTQxLjEzMjgxMjUgNDEuMTMyODEyNSAwIDAgMS0xNi44NzUgMjQuMjA1MDc4MTJjLTguNjQ4NDM3NSA2LjExNzE4NzUtMTkuNzc1MzkwNjMgOS4xNzU3ODEyNS0zMy4yMjI2NTYyNSA5LjE3NTc4MTI1eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi15aW5jYW5nLXp1byIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTEyOCAxOTJoNzY4djY0SDEyOFYxOTJ6IG03Ny4yNDggMzIwbDEwNS40MDggMTA1LjM0NC00NS4zMTIgNDUuMzEyLTEyOC0xMjhhMzIgMzIgMCAwIDEgMC00NS4zMTJsMTI4LTEyOCA0NS4zMTIgNDUuMzEyTDIwNS4yNDggNTEyek04OTYgMzg0SDM4NHY2NGg1MTJWMzg0ek0zODQgNTc2aDUxMnY2NEgzODRWNTc2eiBtNTEyIDE5MkgxMjh2NjRoNzY4di02NHoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tY29tcGFyZS1pY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNNTU0LjY2NjY2NyA4NS4zMzMzMzNoLTg1LjMzMzMzNHY4NTMuMzMzMzM0aDg1LjMzMzMzNFY4NS4zMzMzMzN6TTE3MC42NjY2NjcgMTcwLjY2NjY2N2gyMTMuMzMzMzMzdjg1LjMzMzMzM0gxNzAuNjY2NjY3djUxMmgyMTMuMzMzMzMzdjg1LjMzMzMzM0gxNzAuNjY2NjY3YTg1LjMzMzMzMyA4NS4zMzMzMzMgMCAwIDEtODUuMzMzMzM0LTg1LjMzMzMzM1YyNTZhODUuMzMzMzMzIDg1LjMzMzMzMyAwIDAgMSA4NS4zMzMzMzQtODUuMzMzMzMzek04NTMuMzMzMzMzIDc2OGgtMjEzLjMzMzMzM3Y4NS4zMzMzMzNoMjEzLjMzMzMzM2E4NS4zMzMzMzMgODUuMzMzMzMzIDAgMCAwIDg1LjMzMzMzNC04NS4zMzMzMzNWMjU2YTg1LjMzMzMzMyA4NS4zMzMzMzMgMCAwIDAtODUuMzMzMzM0LTg1LjMzMzMzM2gtMjEzLjMzMzMzM3Y4NS4zMzMzMzNoMjEzLjMzMzMzM3Y1MTJ6IiAgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLWJpbS1pY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMTQuOTgxNTQ3IDc2OGExMy40ODI2NjcgMTMuNDgyNjY3IDAgMCAxLTEwLjYyNC01LjEyIDE4LjQ3NDY2NyAxOC40NzQ2NjcgMCAwIDEtNC4zNTItMTIuNDE2VjI3NC4zMDRjMC01LjM3NiAxLjQ1MDY2Ny05Ljc3MDY2NyA0LjM1Mi0xMy4xODRBMTMuNDgyNjY3IDEzLjQ4MjY2NyAwIDAgMSAxNS4wMjQyMTMgMjU2aDE4MS4xMmMzMy43MDY2NjcgMCA2MS4yMjY2NjcgNi4xMDEzMzMgODIuNDMyIDE4LjMwNCAyMS4yNDggMTEuNjkwNjY3IDM2Ljg2NCAyOC4wMzIgNDYuODQ4IDQ4Ljk4MTMzMyAxMC40MTA2NjcgMjAuOTkyIDE1LjYxNiA0NS4zNTQ2NjcgMTUuNjE2IDczLjEzMDY2NyAwIDE4LjU2LTIuOTAxMzMzIDM0LjkwMTMzMy04Ljc0NjY2NiA0OS4wMjQtNS40MTg2NjcgMTMuNjUzMzMzLTEyLjI4OCAyNC44NzQ2NjctMjAuNjA4IDMzLjY2NC03Ljg5MzMzMyA4Ljc0NjY2Ny0xNS43ODY2NjcgMTUuNTczMzMzLTIzLjcyMjY2NyAyMC40OCAxNi4yMTMzMzMgOC43NDY2NjcgMzAuNTkyIDIzLjM4MTMzMyA0My4wOTMzMzMgNDMuODYxMzMzIDEyLjUwMTMzMyAyMC40OCAxOC43NzMzMzMgNDQuODg1MzMzIDE4Ljc3MzMzNCA3My4xMzA2NjcgMCAyOS4yNjkzMzMtNS42NzQ2NjcgNTUuMzgxMzMzLTE2Ljg5NiA3OC4yOTMzMzMtMTEuMjY0IDIyLjkxMi0yNy45MDQgNDAuOTYtNDkuOTYyNjY3IDU0LjEwMTMzNC0yMi4wNTg2NjcgMTIuNjcyLTQ5LjM2NTMzMyAxOS4wMjkzMzMtODEuODM0NjY3IDE5LjAyOTMzM0gxNC45ODE1NDd6IG03MS44NTA2NjYtNzcuNTI1MzMzSDE5MS4xNTIyMTNjMjIuNDg1MzMzIDAgMzkuNTUyLTcuMDgyNjY3IDUxLjItMjEuMjA1MzM0IDExLjY0OC0xNC42MzQ2NjcgMTcuNDkzMzMzLTMyLjIxMzMzMyAxNy40OTMzMzQtNTIuNjkzMzMzIDAtMjEuNDE4NjY3LTYuMDE2LTM5LjI1MzMzMy0xOC4wOTA2NjctNTMuMzc2LTExLjY5MDY2Ny0xNC4xMjI2NjctMjguNTQ0LTIxLjIwNTMzMy01MC42MDI2NjctMjEuMjA1MzMzSDg2LjgzMjIxM3YxNDguNDh6IG0wLTIyNC41NTQ2NjdoOTguMDQ4YzIyLjEwMTMzMyAwIDM4LjUyOC02LjEwMTMzMyA0OS4zNjUzMzQtMTguMzA0IDExLjIyMTMzMy0xMi42NzIgMTYuODUzMzMzLTI5LjAxMzMzMyAxNi44NTMzMzMtNDguOTgxMzMzIDAtMjAuNDgtNS42MzItMzYuMzUyLTE2Ljg1MzMzMy00Ny41MzA2NjctMTAuODM3MzMzLTExLjczMzMzMy0yNy4zMDY2NjctMTcuNTc4NjY3LTQ5LjM2NTMzNC0xNy41Nzg2NjdIODYuODMyMjEzdjEzMi4zOTQ2Njd6TTQ0My4yMjY4OCA3NjhhMTMuNDgyNjY3IDEzLjQ4MjY2NyAwIDAgMS0xMC42NjY2NjctNS4xMiAxOC41MTczMzMgMTguNTE3MzMzIDAgMCAxLTQuMzUyLTEyLjQxNlYyNzMuNDkzMzMzYzAtNC44NjQgMS40NTA2NjctOS4wMDI2NjcgNC4zOTQ2NjctMTIuNDE2YTEzLjQ4MjY2NyAxMy40ODI2NjcgMCAwIDEgMTAuNjI0LTUuMTJoNTguNzA5MzMzYzQuNTY1MzMzIDAgOC4xMDY2NjcgMS43MDY2NjcgMTAuNjI0IDUuMTIgMi45MDEzMzMgMy40MTMzMzMgNC4zNTIgNy41NTIgNC4zNTIgMTIuNDE2Vjc1MC41MDY2NjdhMTguNTE3MzMzIDE4LjUxNzMzMyAwIDAgMS00LjM1MiAxMi40MTYgMTIuMzczMzMzIDEyLjM3MzMzMyAwIDAgMS0xMC42NjY2NjYgNS4xMmgtNTguNjY2NjY3ek02MzAuNDkwODggNzY4YTE0LjA4IDE0LjA4IDAgMCAxLTExLjIyMTMzMy01LjEyIDE4LjQ3NDY2NyAxOC40NzQ2NjcgMCAwIDEtNC4zOTQ2NjctMTIuNDE2VjI3NC4zMDRjMC01LjM3NiAxLjQ1MDY2Ny05Ljc3MDY2NyA0LjM5NDY2Ny0xMy4xODRhMTQuMDggMTQuMDggMCAwIDEgMTEuMjIxMzMzLTUuMTJoNDkuMzY1MzMzYzUuODAyNjY3IDAgMTAuMTk3MzMzIDEuOTYyNjY3IDEzLjA5ODY2NyA1Ljg0NTMzMyAyLjkwMTMzMyAzLjQxMzMzMyA0Ljc3ODY2NyA2LjEwMTMzMyA1LjYzMiA4LjA2NGwxMjAuNTMzMzMzIDI2My4yOTYgMTIxLjgxMzMzNC0yNjMuMjk2YTM1LjkyNTMzMyAzNS45MjUzMzMgMCAwIDEgNS42MzItOC4wNjRjMi45MDEzMzMtMy44ODI2NjcgNy4yNTMzMzMtNS44NDUzMzMgMTMuMDk4NjY2LTUuODQ1MzMzaDQ4LjcyNTMzNGExNC4wOCAxNC4wOCAwIDAgMSAxMS4yNjQgNS4xMmMyLjkwMTMzMyAzLjQxMzMzMyA0LjM1MiA3LjgwOCA0LjM1MiAxMy4xODR2NDc2LjE2YTE4LjUxNzMzMyAxOC41MTczMzMgMCAwIDEtNC4zNTIgMTIuNDE2IDE0LjA4IDE0LjA4IDAgMCAxLTExLjI2NCA1LjEyaC01Mi40OGExNC4wOCAxNC4wOCAwIDAgMS0xMS4yMjEzMzQtNS4xMiAyMC40OCAyMC40OCAwIDAgMS0zLjc1NDY2Ni0xMi40MTZ2LTMxNi43MTQ2NjdsLTg3LjQ2NjY2NyAxOTUuMjg1MzM0YTQzLjA1MDY2NyA0My4wNTA2NjcgMCAwIDEtOC4xMDY2NjcgMTEuNjkwNjY2IDE5LjE1NzMzMyAxOS4xNTczMzMgMCAwIDEtMTMuMDk4NjY2IDQuMzk0NjY3aC0yNS42YTIwLjA5NiAyMC4wOTYgMCAwIDEtMTMuNzgxMzM0LTQuMzk0NjY3IDUyLjczNiA1Mi43MzYgMCAwIDEtNy40NjY2NjYtMTEuNjkwNjY2bC04Ny40NjY2NjctMTk1LjI4NTMzNHYzMTYuNzE0NjY3YTE4LjUxNzMzMyAxOC41MTczMzMgMCAwIDEtNC4zNTIgMTIuNDE2IDEzLjQ4MjY2NyAxMy40ODI2NjcgMCAwIDEtMTAuNjY2NjY3IDUuMTJoLTUyLjQzNzMzM3oiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tb3ZlcmxhcC1pY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNOTM4LjY2NjY2NyA0MDIuMDA1MzMzVjI5OC42NjY2NjdjMC0yOS40ODI2NjctMjMuODkzMzMzLTUzLjMzMzMzMy01My4zMzMzMzQtNTMuMzMzMzM0aC05My4zNTQ2NjZhMTMuMzU0NjY3IDEzLjM1NDY2NyAwIDAgMS0xMy4zMTItMTMuMzU0NjY2VjEzOC42NjY2NjdDNzc4LjY2NjY2NyAxMDkuMTg0IDc1NC43NzMzMzMgODUuMzMzMzMzIDcyNS4zMzMzMzMgODUuMzMzMzMzSDEzOC42NjY2NjdDMTA5LjIyNjY2NyA4NS4zMzMzMzMgODUuMzMzMzMzIDEwOS4xODQgODUuMzMzMzMzIDEzOC42NjY2NjdWNzI1LjMzMzMzM2MwIDI5LjQ0IDIzLjg5MzMzMyA1My4zMzMzMzMgNTMuMzMzMzM0IDUzLjMzMzMzNGg5My4zNTQ2NjZjNy4yOTYgMCAxMy4zMTIgNS45NzMzMzMgMTMuMzEyIDEzLjM1NDY2NnY5My4zMTJjMCAyOS40NCAyMy44OTMzMzMgNTMuMzMzMzMzIDUzLjMzMzMzNCA1My4zMzMzMzRoMTAzLjMzODY2NmEzLjMyOCAzLjMyOCAwIDAgMCAzLjMyOC0zLjMyOHYtNDYuNjc3MzM0YTMuMzI4IDMuMzI4IDAgMCAwLTMuMzI4LTMuMzI4SDI5OC42NjY2Njd2LTkzLjM1NDY2NmMwLTcuMjk2IDUuOTczMzMzLTEzLjMxMiAxMy4zNTQ2NjYtMTMuMzEySDcyNS4zMzMzMzNjMjkuNDQgMCA1My4zMzMzMzMtMjMuODkzMzMzIDUzLjMzMzMzNC01My4zMzMzMzRWMzExLjk3ODY2N2MwLTcuMjk2IDUuOTczMzMzLTEzLjMxMiAxMy4zNTQ2NjYtMTMuMzEyaDkzLjMxMnYxMDMuMzM4NjY2YzAgMS44MzQ2NjcgMS40OTMzMzMgMy4zMjggMy4zMjggMy4zMjhoNDYuNjc3MzM0QTMuMzI4IDMuMzI4IDAgMCAwIDkzOC42NjY2NjcgNDAyLjAwNTMzM3pNNzgxLjk5NDY2NyA5MzguNjY2NjY3aDEwMy4zMzg2NjZjMjkuNDQgMCA1My4zMzMzMzMtMjMuODkzMzMzIDUzLjMzMzMzNC01My4zMzMzMzR2LTEwMy4zMzg2NjZhMy4zMjggMy4zMjggMCAwIDAtMy4zMjgtMy4zMjhoLTQ2LjY3NzMzNGEzLjMyOCAzLjMyOCAwIDAgMC0zLjMyOCAzLjMyOHY5MC4wMjY2NjZjMCA3LjI5Ni01Ljk3MzMzMyAxMy4zMTItMTMuMzU0NjY2IDEzLjMxMmgtODkuOTg0YTMuMzI4IDMuMzI4IDAgMCAwLTMuMzI4IDMuMzI4djQ2LjY3NzMzNGMwIDEuODM0NjY3IDEuNDkzMzMzIDMuMzI4IDMuMzI4IDMuMzI4eiIgID48L3BhdGg+PHBhdGggZD0iTTQ4OC42NjEzMzMgOTM4LjY2NjY2N2gyMDYuNjc3MzM0YTMuMzI4IDMuMzI4IDAgMCAwIDMuMzI4LTMuMzI4di00Ni42NzczMzRhMy4zMjggMy4zMjggMCAwIDAtMy4zMjgtMy4zMjhoLTIwNi42NzczMzRhMy4zMjggMy4zMjggMCAwIDAtMy4zMjggMy4zMjh2NDYuNjc3MzM0YzAgMS44MzQ2NjcgMS40OTMzMzMgMy4zMjggMy4zMjggMy4zMjh6TTg4OC42NjEzMzMgNjk4LjY2NjY2N2g0Ni42NzczMzRhMy4zMjggMy4zMjggMCAwIDAgMy4zMjgtMy4zMjh2LTIwNi42NzczMzRhMy4zMjggMy4zMjggMCAwIDAtMy4zMjgtMy4zMjhoLTQ2LjY3NzMzNGEzLjMyOCAzLjMyOCAwIDAgMC0zLjMyOCAzLjMyOHYyMDYuNjc3MzM0YzAgMS44MzQ2NjcgMS40OTMzMzMgMy4zMjggMy4zMjggMy4zMjh6IiAgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLXRpYW96aGVuZyIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTUyOS43NDkzMzMgNDIuNjY2NjY3aDEuODc3MzM0bDEuMzIyNjY2IDAuMDg1MzMzIDEuMTUyIDAuMTI4IDEuMzIyNjY3IDAuMTcwNjY3IDIuMDQ4IDAuMzQxMzMzIDEuODM0NjY3IDAuNDI2NjY3IDEuODM0NjY2IDAuNDY5MzMzIDEuNzA2NjY3IDAuNTk3MzMzIDEuMzY1MzMzIDAuNTEyIDEuMzY1MzM0IDAuNjQgMS4yOCAwLjU5NzMzNCAxLjUzNiAwLjg1MzMzMyAxLjE1MiAwLjY4MjY2NyAxLjQwOCAwLjkzODY2NiAxLjQ5MzMzMyAxLjA2NjY2NyAwLjg1MzMzMyAwLjY4MjY2NyAxLjk2MjY2NyAxLjcwNjY2NiAwLjcyNTMzMyAwLjc2OCAxMDkuMDEzMzM0IDEwOC45NzA2NjdhMzYuMzA5MzMzIDM2LjMwOTMzMyAwIDAgMS01MC4yNjEzMzQgNTIuNDhsLTEuMTA5MzMzLTEuMDY2NjY3LTQ1LjE4NC00NS4xODR2MzA1LjkyaDMwOC40MzczMzNsLTQ0LjUwMTMzMy00Mi4wMjY2NjZhMzYuMzUyIDM2LjM1MiAwIDAgMSA0OC43NjgtNTMuODQ1MzM0bDEuMTA5MzMzIDEuMDI0IDExMC4wOCAxMDQuMDIxMzM0IDEuMTUyIDEuMjM3MzMzIDEuMDY2NjY3IDEuMTk0NjY3IDAuOTM4NjY3IDEuMjM3MzMzIDEuMDY2NjY2IDEuNDkzMzMzIDAuOTM4NjY3IDEuNDkzMzM0IDAuODUzMzMzIDEuNTM2IDAuNjgyNjY3IDEuMjggMC43NjggMS43MDY2NjYgMC44MTA2NjcgMi4wNDggMC4yMTMzMzMgMC42ODI2NjcgMC40MjY2NjcgMS4yOCAwLjM0MTMzMyAxLjQ1MDY2NyAwLjM0MTMzMyAxLjQwOCAwLjI5ODY2NyAxLjcwNjY2NiAwLjIxMzMzMyAxLjcwNjY2NyAwLjE3MDY2NyAxLjgzNDY2NyAwLjA0MjY2NyAxLjQ5MzMzM3YxLjg3NzMzM2wtMC4wODUzMzQgMS4zMjI2NjctMC4xMjggMS4xNTItMC4xMjggMS4zMjI2NjctMC4zODQgMi4wNDgtMC40MjY2NjYgMS44MzQ2NjYtMC40NjkzMzQgMS44MzQ2NjctMC41OTczMzMgMS43MDY2NjctMC41MTIgMS4zNjUzMzMtMC41OTczMzMgMS4zNjUzMzMtMC42NCAxLjI4LTAuODUzMzM0IDEuNTM2LTAuNjgyNjY2IDEuMTUyLTAuOTM4NjY3IDEuNDA4LTEuMDY2NjY3IDEuNDkzMzM0LTAuNjgyNjY2IDAuODUzMzMzLTEuNzA2NjY3IDEuOTYyNjY3LTAuNzI1MzMzIDAuNzI1MzMzLTEwOS4wMTMzMzQgMTA5LjAxMzMzM2EzNi4zMDkzMzMgMzYuMzA5MzMzIDAgMCAxLTUyLjQ4LTUwLjI2MTMzM2wxLjA2NjY2Ny0xLjEwOTMzMyA0NS4xODQtNDUuMTg0aC0zMDguMzUydjMwOC4zNTJsNDUuMTg0LTQ1LjE4NGEzNi4zMDkzMzMgMzYuMzA5MzMzIDAgMCAxIDUyLjQzNzMzMyA1MC4zMDRsLTEuMDY2NjY2IDEuMTA5MzMzLTEwOS43Mzg2NjcgMTA5LjczODY2Ny0wLjY0IDAuNTU0NjY2LTEuNTM2IDEuMzIyNjY3LTEuNDkzMzMzIDEuMTUyLTEuNTM2IDEuMDI0LTEuNzA2NjY3IDEuMDI0LTEuMTA5MzMzIDAuNjQtMS4xOTQ2NjcgMC41OTczMzMtMS4zNjUzMzMgMC42NC0xLjc5MiAwLjcyNTMzNC0xLjc0OTMzNCAwLjU5NzMzMy0xLjQwOCAwLjM4NC0xLjc5MiAwLjQyNjY2Ny0xLjYyMTMzMyAwLjI5ODY2Ni0xLjg3NzMzMyAwLjI1Ni0xLjgzNDY2NyAwLjE3MDY2Ny0xLjkyIDAuMDg1MzMzaC0xLjQwOGwtMS40MDgtMC4wODUzMzMtMS40MDgtMC4xMjgtMS43NDkzMzMtMC4yMTMzMzMtMS4xNTItMC4yMTMzMzQtMS4wNjY2NjctMC4yMTMzMzMtMS4wNjY2NjctMC4yNTYtMS4yOC0wLjM0MTMzMy0xLjUzNi0wLjQ2OTMzNC0xLjgzNDY2Ni0wLjY4MjY2Ni0xLjUzNi0wLjY0LTEuNzA2NjY3LTAuODUzMzM0LTEuMjgtMC43MjUzMzMtMS41Nzg2NjctMC45Mzg2NjctMS41Nzg2NjYtMS4wNjY2NjYtMS43MDY2NjctMS4yOC0xLjIzNzMzMy0xLjA2NjY2Ny0xLjE5NDY2Ny0xLjEwOTMzMy0xLjA2NjY2Ny0xLjEwOTMzNC0xMDIuOTU0NjY2LTEwOS4wMTMzMzNhMzYuMzUyIDM2LjM1MiAwIDAgMSA1MS43NTQ2NjYtNTAuOTg2NjY3bDEuMDY2NjY3IDEuMTA5MzM0IDQyLjAyNjY2NyA0NC40NTg2NjZ2LTMwOC4zOTQ2NjZIMTg5Ljg2NjY2N2w0NS4xODQgNDUuMTg0QTM2LjM1MiAzNi4zNTIgMCAwIDEgMTg0Ljc0NjY2NyA2NDQuNjkzMzMzbC0xLjEwOTMzNC0xLjA2NjY2Ni0xMDkuNzM4NjY2LTEwOS43Mzg2NjctMC41NTQ2NjctMC42NC0xLjMyMjY2Ny0xLjUzNi0xLjE1Mi0xLjQ5MzMzMy0xLjA2NjY2Ni0xLjUzNi0wLjk4MTMzNC0xLjcwNjY2Ny0wLjY0LTEuMTA5MzMzLTAuNTk3MzMzLTEuMTk0NjY3LTAuNjQtMS4zNjUzMzMtMC43MjUzMzMtMS43OTItMC41OTczMzQtMS43NDkzMzQtMC40MjY2NjYtMS40MDgtMC40MjY2NjctMS43OTItMC4yNTYtMS42NjQtMC4yOTg2NjctMS44MzQ2NjYtMC4xMjgtMS44MzQ2NjctMC4wODUzMzMtMS45MnYtMS40MDhsMC4wODUzMzMtMS40MDggMC4xMjgtMS40MDggMC4yMTMzMzQtMS43NDkzMzMgMC4yMTMzMzMtMS4xNTIgMC4yMTMzMzMtMS4wNjY2NjcgMC4yNTYtMS4wNjY2NjcgMC4zNDEzMzQtMS4yOCAwLjQyNjY2Ni0xLjUzNiAwLjcyNTMzNC0xLjgzNDY2NiAwLjY0LTEuNTM2IDAuODUzMzMzLTEuNzA2NjY3IDAuNjgyNjY3LTEuMjggMC45ODEzMzMtMS41Nzg2NjcgMS4wNjY2NjctMS41Nzg2NjYgMS4yOC0xLjcwNjY2NyAxLjA2NjY2Ni0xLjE5NDY2NyAxLjEwOTMzNC0xLjIzNzMzMyAxLjEwOTMzMy0xLjA2NjY2NyAxMDkuMDEzMzMzLTEwMi45NTQ2NjZhMzYuMzUyIDM2LjM1MiAwIDAgMSA1MC45ODY2NjcgNTEuNzU0NjY2bC0xLjEwOTMzMyAxLjA2NjY2Ny00NC41MDEzMzQgNDIuMDI2NjY3aDMwNi4wMDUzMzRWMTY4LjQ0OGwtNDIuMDI2NjY3IDQ0LjUwMTMzM2EzNi4zMDkzMzMgMzYuMzA5MzMzIDAgMCAxLTUzLjg0NTMzMy00OC43NjhsMS4wMjQtMS4xMDkzMzMgMTA0LjAyMTMzMy0xMTAuMDggMS4yMzczMzMtMS4xNTIgMS4xOTQ2NjctMS4wNjY2NjcgMS4yMzczMzMtMC45Mzg2NjYgMS40OTMzMzQtMS4wMjQgMS40OTMzMzMtMC45ODEzMzQgMS41MzYtMC44NTMzMzMgMS4yOC0wLjY4MjY2NyAxLjcwNjY2Ny0wLjc2OCAyLjA0OC0wLjc2OCAwLjY4MjY2Ni0wLjI1NiAxLjI4LTAuNDI2NjY2IDEuNDUwNjY3LTAuMzQxMzM0IDEuNDA4LTAuMzQxMzMzIDEuNzA2NjY3LTAuMjk4NjY3IDEuNzA2NjY2LTAuMjEzMzMzIDEuODM0NjY3LTAuMTcwNjY3IDEuNDkzMzMzLTAuMDQyNjY2eiIgZmlsbD0iIzY2NjY2NiIgPjwvcGF0aD48L3N5bWJvbD48c3ltYm9sIGlkPSJpY29uLW1hcCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTk0Ni41NiAxNzAuNjI0YTMyLjY0IDMyLjY0IDAgMCAwLTI2Ljc1Mi03LjA0bC0yMzcuMTg0IDQyLjExMkw2MjIuMDggMTg1LjZhMzIuNjQgMzIuNjQgMCAxIDAtMjAuNjcyIDYyLjA4bDY4LjQ4IDIyLjc4NGMxLjYgMC41MTIgMy4yIDAuODk2IDQuODY0IDEuMTUydjI2NS42bC0xMzUuMzYtNDEuNmEyMS44MjQgMjEuODI0IDAgMCAwLTEyLjggNDEuNmwxNDguMTYgNDUuNjMydjI3My44NTZsLTI4My41Mi03OS42OHYtMTIzLjI2NGEyMS43NiAyMS43NiAwIDEgMC00My43MTIgMHYxMjMuODRsLTIxOC4xMTIgMzQuMjRWMTk1LjcxMmEzMi43MDQgMzIuNzA0IDAgMCAwLTY1LjQwOCAwdjY1NC40YTMyLjY0IDMyLjY0IDAgMCAwIDM3Ljc2IDMyLjMybDI3MS4xMDQtNDIuNTYgMzA0IDg1LjM3NmEzMi44MzIgMzIuODMyIDAgMCAwIDE0LjY1NiAwLjY0bDIzOS44NzItNDMuNTg0YTMyLjcwNCAzMi43MDQgMCAwIDAgMjYuODgtMzIuMTkyVjE5NS43MTJhMzIuNjQgMzIuNjQgMCAwIDAtMTEuNzEyLTI1LjA4OHogbS01My43NiAzMzkuODRsLTE3NC40NjQgMzAuNFYyNjUuODU2bDE3NC41MjgtMzEuMDR2Mjc1LjY0OHogbS0xNzQuNDY0IDM0NC4wNjR2LTI2OS40NGwxNzQuNTI4LTMwLjMzNnYyNjguMDMybC0xNzQuNTI4IDMxLjc0NHoiICA+PC9wYXRoPjxwYXRoIGQ9Ik0yMDkuNzI4IDM2NS45NTJjMTAuNjg4IDIxLjEyIDEwOC45OTIgMTU5Ljc0NCAxMzguODggMjAxLjY2NCA2LjE0NCA4LjY0IDE2IDEzLjc2IDI2LjYyNCAxMy43NmgwLjA2NGEzMi43MDQgMzIuNzA0IDAgMCAwIDI2LjY4OC0xMy44ODhjMjkuNzYtNDIuMzA0IDEyNy43NDQtMTgxLjg4OCAxMzcuNzkyLTIwMS4yMTYgMTMuMTg0LTI1LjQwOCAyMC40OC01NS4wNCAyMC40OC04My4zMjhhMTg1LjYgMTg1LjYgMCAwIDAtMTg1LjQwOC0xODUuNDA4QTE4NS42IDE4NS42IDAgMCAwIDE4OS40NCAyODIuOTQ0YzAgMjguMjg4IDYuNzg0IDU2LjE5MiAyMC4yODggODIuOTQ0eiBtMTY1LjEyLTIwMy4wMDhjNjYuMTEyIDAgMTE5LjkzNiA1My44MjQgMTE5LjkzNiAxMjAgMCAxNy43MjgtNC43MzYgMzcuMTItMTMuMDU2IDUzLjEyLTUuNjk2IDEwLjU2LTU1LjE2OCA4Mi4zNjgtMTA2LjYyNCAxNTUuODQtNDcuMjMyLTY2LjgxNi0xMDAuNzM2LTE0My42MTYtMTA2Ljk0NC0xNTUuNTJhMTE4LjcyIDExOC43MiAwIDAgMS0xMy4zMTItNTMuNDRjMC02Ni4xNzYgNTMuODI0LTEyMCAxMjAtMTIweiIgID48L3BhdGg+PHBhdGggZD0iTTMyMC4zMiAyODMuMDA4YTU0LjUyOCA1NC41MjggMCAxIDAgMTA5LjA1NiAwIDU0LjUyOCA1NC41MjggMCAwIDAtMTA5LjA1NiAweiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi1mYW5nZGEiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik0zNjIuNjY2NjY3IDUzMy4zMzMzMzNoODUuMzMzMzMzdjg1LjMzMzMzNGg4NS4zMzMzMzN2LTg1LjMzMzMzNGg4NS4zMzMzMzR2LTg1LjMzMzMzM2gtODUuMzMzMzM0di04NS4zMzMzMzNoLTg1LjMzMzMzM3Y4NS4zMzMzMzNoLTg1LjMzMzMzM3Y4NS4zMzMzMzN6IiAgPjwvcGF0aD48cGF0aCBkPSJNMTI4IDQ5MC42NjY2NjdhMzYyLjY2NjY2NyAzNjIuNjY2NjY3IDAgMSAxIDY0Ny41MDkzMzMgMjI0LjUxMmwxOTMuMzIyNjY3IDE5My4zMjI2NjYtNjAuMzMwNjY3IDYwLjMzMDY2Ny0xOTMuMzIyNjY2LTE5My4zMjI2NjdBMzYyLjY2NjY2NyAzNjIuNjY2NjY3IDAgMCAxIDEyOCA0OTAuNjY2NjY3ek00OTAuNjY2NjY3IDIxMy4zMzMzMzNhMjc3LjMzMzMzMyAyNzcuMzMzMzMzIDAgMSAwIDAgNTU0LjY2NjY2NyAyNzcuMzMzMzMzIDI3Ny4zMzMzMzMgMCAwIDAgMC01NTQuNjY2NjY3eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi1zdW94aWFvIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNNjE4LjY2NjY2NyA1MzMuMzMzMzMzaC0yNTZ2LTg1LjMzMzMzM2gyNTZ2ODUuMzMzMzMzeiIgID48L3BhdGg+PHBhdGggZD0iTTEyOCA0OTAuNjY2NjY3YTM2Mi42NjY2NjcgMzYyLjY2NjY2NyAwIDEgMSA2NDcuNTA5MzMzIDIyNC41MTJsMTkzLjMyMjY2NyAxOTMuMzIyNjY2LTYwLjMzMDY2NyA2MC4zMzA2NjctMTkzLjMyMjY2Ni0xOTMuMzIyNjY3QTM2Mi42NjY2NjcgMzYyLjY2NjY2NyAwIDAgMSAxMjggNDkwLjY2NjY2N3pNNDkwLjY2NjY2NyAyMTMuMzMzMzMzYTI3Ny4zMzMzMzMgMjc3LjMzMzMzMyAwIDEgMCAwIDU1NC42NjY2NjcgMjc3LjMzMzMzMyAyNzcuMzMzMzMzIDAgMCAwIDAtNTU0LjY2NjY2N3oiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tYm9mYW5nIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNODc1LjYwNTMzMyA1NDguMzk0NjY3YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAgMC03Mi43ODkzMzRMMzMxLjYwNTMzMyAxNDMuMDE4NjY3YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAtNjQuOTM4NjY2IDM2LjQzNzMzM3Y2NjUuMDg4YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAgNjQuOTM4NjY2IDM2LjM5NDY2N2w1NDQtMzMyLjU0NHoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tZGl5aWdlIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMzQxLjMzMzMzMyAxMjh2NzY4SDI1NlYxMjhoODUuMzMzMzMzek03ODAuNTAxMzMzIDg4My40OTg2NjdsLTM0MS4zMzMzMzMtMzQxLjMzMzMzNGE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAxIDAtNjAuMzMwNjY2bDM0MS4zMzMzMzMtMzQxLjMzMzMzNCA2MC4zMzA2NjcgNjAuMzMwNjY3TDUyOS42NjQgNTEybDMxMS4xNjggMzExLjE2OC02MC4zMzA2NjcgNjAuMzMwNjY3eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi1xaWFueWlnZSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTMxMS4xNjggNDgxLjgzNDY2N2wzNDEuMzMzMzMzLTM0MS4zMzMzMzQgNjAuMzMwNjY3IDYwLjMzMDY2N0w0MDEuNjY0IDUxMmwzMTEuMTY4IDMxMS4xNjgtNjAuMzMwNjY3IDYwLjMzMDY2Ny0zNDEuMzMzMzMzLTM0MS4zMzMzMzRhNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAgMSAwLTYwLjMzMDY2NnoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24teGlheWlnZSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTcxMi44MzIgNDgxLjgzNDY2N2wtMzQxLjMzMzMzMy0zNDEuMzMzMzM0LTYwLjM3MzMzNCA2MC4zMzA2NjdMNjIyLjI5MzMzMyA1MTJsLTMxMS4xNjggMzExLjE2OCA2MC4zNzMzMzQgNjAuMzMwNjY3IDM0MS4zMzMzMzMtMzQxLjMzMzMzNGE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAwIDAtNjAuMzMwNjY2eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi16YW50aW5nIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNNDI2LjY2NjY2NyAxNzAuNjY2NjY3SDIxMy4zMzMzMzN2NjgyLjY2NjY2NmgyMTMuMzMzMzM0VjE3MC42NjY2Njd6TTgxMC42NjY2NjcgMTcwLjY2NjY2N2gtMjEzLjMzMzMzNHY2ODIuNjY2NjY2aDIxMy4zMzMzMzRWMTcwLjY2NjY2N3oiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tenVpaG91eWlnZSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTY4Mi42NjY2NjcgMTI4djc2OGg4NS4zMzMzMzNWMTI4aC04NS4zMzMzMzN6TTI0My40OTg2NjcgODgzLjQ5ODY2N2wzNDEuMzMzMzMzLTM0MS4zMzMzMzRhNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAgMCAwLTYwLjMzMDY2NmwtMzQxLjMzMzMzMy0zNDEuMzMzMzM0LTYwLjMzMDY2NyA2MC4zMzA2NjdMNDk0LjMzNiA1MTJsLTMxMS4xNjggMzExLjE2OCA2MC4zMzA2NjcgNjAuMzMwNjY3eiIgID48L3BhdGg+PC9zeW1ib2w+PHN5bWJvbCBpZD0iaWNvbi15aW5jYW5nIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0Ij48cGF0aCBkPSJNMTI4IDE4MS4zMzMzMzN2NjRoNzY4di02NEgxMjh6TTEyOCAzODRsMTkyIDEyOEwxMjggNjQwVjM4NHpNODk2IDQ4MEg0MjYuNjY2NjY3djY0aDQ2OS4zMzMzMzN2LTY0ek04OTYgNzc4LjY2NjY2N3Y2NEgxMjh2LTY0aDc2OHoiICA+PC9wYXRoPjwvc3ltYm9sPjxzeW1ib2wgaWQ9Imljb24tc3VvZmFuZyIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZD0iTTU5Ny4zMzMzMzMgNDEzLjM1NDY2N0gzOTQuNjY2NjY3djY0aDE3MC42NjY2NjZ2MTcwLjY2NjY2Nmg2NHYtMjAyLjY2NjY2NmEzMiAzMiAwIDAgMC0zMi0zMnoiICA+PC9wYXRoPjxwYXRoIGQ9Ik0xMzguNjY2NjY3IDE4OS4zNTQ2NjdhMzIgMzIgMCAwIDEgMzItMzJoNjgyLjY2NjY2NmEzMiAzMiAwIDAgMSAzMiAzMnY2ODIuNjY2NjY2YTMyIDMyIDAgMCAxLTMyIDMySDE3MC42NjY2NjdhMzIgMzIgMCAwIDEtMzItMzJ2LTY4Mi42NjY2NjZ6IG02ODIuNjY2NjY2IDY1MC42NjY2NjZ2LTYxOC42NjY2NjZIMjAyLjY2NjY2N3YzMjBINDY5LjMzMzMzM2EzMiAzMiAwIDAgMSAzMiAzMnYyNjYuNjY2NjY2aDMyMHogbS02MTguNjY2NjY2IDBoMjM0LjY2NjY2NnYtMjM0LjY2NjY2NmgtMjM0LjY2NjY2NnYyMzQuNjY2NjY2eiIgID48L3BhdGg+PC9zeW1ib2w+PC9zdmc+JywgZnVuY3Rpb24gKG8pIHsgdmFyIGEgPSAoYSA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJzY3JpcHQiKSlbYS5sZW5ndGggLSAxXSwgdCA9IGEuZ2V0QXR0cmlidXRlKCJkYXRhLWluamVjdGNzcyIpLCBhID0gYS5nZXRBdHRyaWJ1dGUoImRhdGEtZGlzYWJsZS1pbmplY3RzdmciKTsgaWYgKCFhKSB7IHZhciBpLCBlLCBoLCBsLCBuLCBjID0gZnVuY3Rpb24gKGEsIHQpIHsgdC5wYXJlbnROb2RlLmluc2VydEJlZm9yZShhLCB0KSB9OyBpZiAodCAmJiAhby5fX2ljb25mb250X19zdmdfX2Nzc2luamVjdF9fKSB7IG8uX19pY29uZm9udF9fc3ZnX19jc3NpbmplY3RfXyA9ICEwOyB0cnkgeyBkb2N1bWVudC53cml0ZSgiPHN0eWxlPi5zdmdmb250IHtkaXNwbGF5OiBpbmxpbmUtYmxvY2s7d2lkdGg6IDFlbTtoZWlnaHQ6IDFlbTtmaWxsOiBjdXJyZW50Q29sb3I7dmVydGljYWwtYWxpZ246IC0wLjFlbTtmb250LXNpemU6MTZweDt9PC9zdHlsZT4iKSB9IGNhdGNoIChhKSB7IGNvbnNvbGUgJiYgY29uc29sZS5sb2coYSkgfSB9IGkgPSBmdW5jdGlvbiAoKSB7IHZhciBhLCB0ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgiZGl2Iik7IHQuaW5uZXJIVE1MID0gby5faWNvbmZvbnRfc3ZnX3N0cmluZ18zOTI5MjA5LCAodCA9IHQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoInN2ZyIpWzBdKSAmJiAodC5zZXRBdHRyaWJ1dGUoImFyaWEtaGlkZGVuIiwgInRydWUiKSwgdC5zdHlsZS5wb3NpdGlvbiA9ICJhYnNvbHV0ZSIsIHQuc3R5bGUud2lkdGggPSAwLCB0LnN0eWxlLmhlaWdodCA9IDAsIHQuc3R5bGUub3ZlcmZsb3cgPSAiaGlkZGVuIiwgdCA9IHQsIChhID0gZG9jdW1lbnQuYm9keSkuZmlyc3RDaGlsZCA/IGModCwgYS5maXJzdENoaWxkKSA6IGEuYXBwZW5kQ2hpbGQodCkpIH0sIGRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIgPyB+WyJjb21wbGV0ZSIsICJsb2FkZWQiLCAiaW50ZXJhY3RpdmUiXS5pbmRleE9mKGRvY3VtZW50LnJlYWR5U3RhdGUpID8gc2V0VGltZW91dChpLCAwKSA6IChlID0gZnVuY3Rpb24gKCkgeyBkb2N1bWVudC5yZW1vdmVFdmVudExpc3RlbmVyKCJET01Db250ZW50TG9hZGVkIiwgZSwgITEpLCBpKCkgfSwgZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcigiRE9NQ29udGVudExvYWRlZCIsIGUsICExKSkgOiBkb2N1bWVudC5hdHRhY2hFdmVudCAmJiAoaCA9IGksIGwgPSBvLmRvY3VtZW50LCBuID0gITEsIGQoKSwgbC5vbnJlYWR5c3RhdGVjaGFuZ2UgPSBmdW5jdGlvbiAoKSB7ICJjb21wbGV0ZSIgPT0gbC5yZWFkeVN0YXRlICYmIChsLm9ucmVhZHlzdGF0ZWNoYW5nZSA9IG51bGwsIHYoKSkgfSkgfSBmdW5jdGlvbiB2KCkgeyBuIHx8IChuID0gITAsIGgoKSkgfSBmdW5jdGlvbiBkKCkgeyB0cnkgeyBsLmRvY3VtZW50RWxlbWVudC5kb1Njcm9sbCgibGVmdCIpIH0gY2F0Y2ggKGEpIHsgcmV0dXJuIHZvaWQgc2V0VGltZW91dChkLCA1MCkgfSB2KCkgfSB9KHdpbmRvdyk7",self.location).href});const iM=z=>{var M;return e.jsx("button",uM(U({},z),{className:`g-icon-btn disabled ${(M=z==null?void 0:z.className)!=null?M:""}`}))},He=z=>{var D,T;const M=n.useRef(null),{className:o,headerClassName:t,style:s,visible:j,mode:a="normal",header:y,icons:c={collapseButton:e.jsx(q,{type:"icon-yincang"}),expandButton:e.jsx(q,{type:"icon-yincang"}),fullscreenButton:e.jsx(q,{type:"icon-suofang"}),exitFullscreenButton:e.jsx(q,{type:"icon-suofang"})},extraButtons:g=[],onNormalize:d,onMinimize:Y,onMaximize:E}=z,[A,i]=n.useState(a==="max"),[f,C]=n.useState(a==="min"),O=n.useRef(null),[m,v]=n.useState(a);n.useEffect(()=>{i(a==="max"),C(a==="min"),v(a)},[a]);const Q=()=>{i(!A),v(A?"normal":"max"),A?d&&d():E&&E()},B=()=>{C(!f),v(f?"normal":"min"),f?d&&d():Y&&Y()};n.useEffect(()=>{O.current&&A&&(O.current.style.transform="none")},[A]);const P=(T=z.fullScreenContainer)!=null?T:(D=M.current)==null?void 0:D.parentElement,r=P==null?void 0:P.getBoundingClientRect(),k={position:"fixed",top:r==null?void 0:r.y,left:r==null?void 0:r.x,width:f?0:r==null?void 0:r.width,height:r==null?void 0:r.height};return e.jsxs("div",{className:"g-expandable-pannel-wrap",style:U({visibility:j!==!1?"visible":"hidden",position:A&&!f?"absolute":"unset"},A?k:null),ref:M,children:[!f&&e.jsxs("div",{className:`g-expandable-pannel ${A?"full":""} `,style:U({},s),children:[y!=null?y:e.jsx("div",{className:`g-expandable-pannel-header ${t!=null?t:""}`,children:e.jsx(iM,{onClick:Q,children:A?c.exitFullscreenButton:c.fullscreenButton})}),e.jsx("div",{className:"g-expandable-pannel-body",children:z.children})]}),e.jsx("div",{className:`g-expandable-pannel-expand-bar ${f?"collapsed":"expaned"} ${t!=null?t:""}`,children:e.jsx(iM,{onClick:B,children:f?c.expandButton:c.collapseButton})})]})};const Je={stroke:"rgba(255, 77, 79, 0.25)",strokeWidth:1},xe=z=>{const{style:M,passes:o,scale:t,activePassId:s,passStyle:j,activePassStyle:a}=z;return e.jsx("svg",{className:"pass-map",style:M,children:o.map((y,c)=>{var d;const g=y.id===s?a:Je;return e.jsx("g",{children:e.jsx("polygon",{points:(d=y.points)==null?void 0:d.map(Y=>`${Y.x*t} ${Y.y*t}`).join(","),style:U(U(U({},j),y.passStyle),g)})},c)})})};const Fe=z=>{var Y,E,A,i;const d=z,{children:M,open:o,point:t,key:s,style:j}=d,a=QM(d,["children","open","point","key","style"]),[y,c]=n.useState(o&&t.tooltipOpen!==void 0?t.tooltipOpen:void 0),g=n.useRef(null);return n.useEffect(()=>{var O,m;if(!t.tooltipRender||!g.current)return;const f=t.tooltipRender(t);if(typeof f=="string"||typeof f=="number"){g.current.innerText=f.toString();return}const C=(O=g.current)==null?void 0:O.firstChild;C?C.replaceWith(f):(m=g.current)==null||m.appendChild(f),console.log("tooltip inner text",t.id),console.log(new Date().valueOf())},[t.tooltipRender,y]),n.useEffect(()=>{c(t.tooltipOpen!==void 0?t.tooltipOpen&&o:void 0)},[t.tooltipOpen!==void 0?t.tooltipOpen&&o:void 0]),console.log("render PointTooltip",t.id),console.log(new Date().valueOf()),e.jsx(Ye,uM(U({},a),{autoAdjustOverflow:!1,placement:"top",open:t.tooltipOpen!==void 0?t.tooltipOpen&&o:void 0,onOpenChange:f=>{var m,v;if(t.tooltipOpen||c(f),console.log("tooltip inner text",t.id),console.log(new Date().valueOf()),!t.tooltipRender||!g.current)return;const C=t.tooltipRender(t);if(typeof C=="string"||typeof C=="number"){g.current.innerText=C.toString();return}const O=(m=g.current)==null?void 0:m.firstChild;O?O.replaceWith(C):(v=g.current)==null||v.appendChild(C)},color:((Y=t.tooltipStyle)==null?void 0:Y.backgroundColor)||((E=t.tooltipStyle)==null?void 0:E.backgroundImage)||((i=(A=t.tooltipStyle)==null?void 0:A.background)==null?void 0:i.toString()),title:e.jsx("div",{ref:g},s),overlayInnerStyle:t.tooltipStyle,destroyTooltipOnHide:!0,style:U({zIndex:9},j),motion:{forceRender:!0},children:M}))},Xe={attributes:!0,characterData:!0},le=z=>{const M=n.useRef(null),{point:o,open:t,id:s,x:j,y:a,r:y,active:c=!1,hidden:g=!1,onPointClick:d,getTooltipContainer:Y}=z,[E,A]=n.useState(z.style),[i,f]=n.useState(!0);n.useEffect(()=>{const m=Ue.diff(E,z.style);Object.keys(m).length&&A(z.style)},[z.style]);const C=n.useMemo(()=>e.jsx("circle",{id:`mark-${s}`,className:"point point-active",cx:j,cy:a,r:y,ref:M,style:E,onClick:()=>d&&d(o)}),[j,a,y,E,c]),O=n.useMemo(()=>{const m=Be(()=>{f(!0),console.log("show tooltip",o.id),console.log(new Date().valueOf())},200);return new MutationObserver(()=>{console.log("circle is changed"),console.log("hide tooltip",o.id),console.log(new Date().valueOf()),f(!1),m()})},[]);return n.useEffect(()=>{if(!(!M.current||!o.tooltipRender))return O.observe(M.current,Xe),()=>{M.current&&O.disconnect()}},[j,a,y]),g?e.jsx(e.Fragment,{}):o.tooltipRender&&i?e.jsx(Fe,{open:t,point:o,getPopupContainer:Y,children:C}):C},Ce=z=>{var fM;const{width:M,height:o,points:t,scale:s,pointSize:j=6,direction:a,activePointId:y,style:c,lineStyle:g,pointStyle:d,directionStyle:Y,marks:E,resizable:A,transform:i,keepRatio:f=!1,onPointClick:C,onTransform:O,onPointsChange:m,onCancelResize:v,actions:Q=!0,setIsSaved:B,isSaved:P=!1}=z,r=n.useRef(null),k=n.useRef(null),D=n.useRef(null),T=n.useRef(null),w=n.useRef(null),[$,zM]=n.useState(null),[u,I]=n.useState((i==null?void 0:i.scale)||[1,1]),[S,W]=n.useState((i==null?void 0:i.rotate)||0),[Z,rM]=n.useState((i==null?void 0:i.translate)||[0,0,0,0]),[jM,MM]=n.useState([]),[R,oM]=n.useState(),[cM,tM]=n.useState(),[nM,H]=n.useState(A),[TM,J]=n.useState([]),[_,YM]=n.useState(t),[dM,UM]=n.useState(!0),[F,lM]=n.useState(),[K,sM]=n.useState(),[LM,hM]=n.useState(typeof Q!="boolean"?Q:Q===!0?{}:null),DM=(j-j/4*.9)*2/s;n.useEffect(()=>{hM(typeof Q!="boolean"?Q:Q===!0?{}:null)},[Q]);const pM=(N,l)=>{if(!N.length)return;let b;return N.map(x=>{var eM;if(!b){b=x;return}const G=e.jsx("line",{x1:Number.isFinite(b.x)?b.x:0,y1:Number.isFinite(b.y)?b.y:0,x2:Number.isFinite(x.x)?x.x:0,y2:Number.isFinite(x.y)?x.y:0,style:uM(U(U({stroke:"#1F66E1BF"},g),b.lineStyle),{strokeWidth:Number((g==null?void 0:g.strokeWidth)||((eM=b.lineStyle)==null?void 0:eM.strokeWidth)||2)/l})},x.id);return b=x,G})},xM=new ResizeObserver(()=>{r.current&&(k.current&&(k.current.style.transform="none",k.current.style.width="auto",k.current.style.height="100%"),k.current&&(k.current.style.width="100%",k.current.style.height="100%"))});n.useEffect(()=>{var N;sM((N=D.current)==null?void 0:N.getBoundingClientRect())},[c==null?void 0:c.left,c==null?void 0:c.top,c==null?void 0:c.width,c==null?void 0:c.height,s]),n.useEffect(()=>{H(A)},[A]),n.useEffect(()=>{YM(t||[])},[t,TM]),n.useEffect(()=>{var N;(!((N=D.current)!=null&&N.style.transform)||D.current.style.transform==="none")&&(I((i==null?void 0:i.scale)||[1,1]),W((i==null?void 0:i.rotate)||0),rM((i==null?void 0:i.translate)||[0,0,0,0]))},[(fM=D.current)==null?void 0:fM.style.transform]),n.useEffect(()=>{!D.current||nM||(D.current.style.transform="none",I((i==null?void 0:i.scale)||[1,1]),W((i==null?void 0:i.rotate)||0),rM((i==null?void 0:i.translate)||[0,0,0,0]))},[nM]),n.useEffect(()=>{if(r.current)return xM.observe(r.current),()=>{r.current&&xM.unobserve(r.current)}},[r.current]),n.useEffect(()=>{!$||!i||($.throttleDragRotate=i.rotate,$.throttleScale=i.scale,$.throttleDrag=i.translate)},[$,i]),n.useEffect(()=>{oM(_==null?void 0:_.find(l=>l.id===y));let N=_.map(l=>{var eM,mM,IM;const b=l.x,L=l.y,x=l.id===y,G=j*(x?1.2:1)/s;return e.jsx(le,{open:dM,id:l.id,point:l,getTooltipContainer:()=>w.current||document.body,x:b,y:L,r:d!=null&&d.r||(eM=l.pointStyle)!=null&&eM.r?Number((d==null?void 0:d.r)||((mM=l.pointStyle)==null?void 0:mM.r))/s:G/2,hidden:x,style:uM(U(U({stroke:"#1F66E1BF",fill:"#fff",cursor:C?"pointer":"unset"},d),l.pointStyle),{strokeWidth:Number(((IM=l.pointStyle)==null?void 0:IM.strokeWidth)||2)/s,r:void 0}),onPointClick:C},l.id)})||[];MM(N)},[_,y,s,dM]),n.useEffect(()=>{var x,G,eM;if(!R){tM(void 0);return}const N=R.x,l=R.y,b=R.id===y,L=j*(b?1.2:1)/s;tM(e.jsxs("g",{children:[a!==void 0&&e.jsx("circle",{id:`mark-${R.id}`,cx:N,cy:l,r:`${DM}`,strokeDasharray:DM*2*Math.PI,strokeDashoffset:DM*2*Math.PI/360*(360-60),style:U({transform:`rotate(${a+240}deg)`,transformOrigin:`${N}px ${l}px`,strokeWidth:DM*2,stroke:"#1F66E1BF",fill:"transparent",pointerEvents:"none"},Y)}),e.jsx(le,{open:dM,point:R,getTooltipContainer:()=>w.current||document.body,x:N,y:l,r:(x=R.pointStyle)!=null&&x.r?Number((G=R.pointStyle)==null?void 0:G.r)/s:L/2,style:uM(U(U({stroke:"#1F66E1BF",fill:"#fff"},d),R.pointStyle),{strokeWidth:Number(((eM=R.pointStyle)==null?void 0:eM.strokeWidth)||2)/s,r:void 0}),onPointClick:C},R.id)]},R.id))},[R,a,s,dM]),n.useEffect(()=>{D.current&&setTimeout(()=>{var N,l;lM((N=D.current)==null?void 0:N.getBBox()),sM((l=D.current)==null?void 0:l.getBoundingClientRect())},100)},[i]),n.useEffect(()=>{var l,b;if(!D.current)return;lM((l=D.current)==null?void 0:l.getBBox()),sM((b=D.current)==null?void 0:b.getBoundingClientRect()),new ResizeObserver(()=>{var L,x;lM((L=D.current)==null?void 0:L.getBBox()),sM((x=D.current)==null?void 0:x.getBoundingClientRect())}).observe(D.current)},[D.current]),n.useEffect(()=>{P&&(NM(),B&&B(!1))},[P]);const NM=()=>{var L;const N=(L=T.current)==null?void 0:L.getBoundingClientRect();if(!N){m&&m(t),H(!1);return}const l=TM.map(x=>{const G=x.getBoundingClientRect();return{id:x.id.split("-")[1],x:(G.x+G.width/2-N.x)/s,y:(G.y+G.height/2-N.y)/s}}),b=t.map(x=>{const G=l==null?void 0:l.find(eM=>eM.id.toString()===x.id.toString());return G?U(U({},x),G):x});YM(b),m&&m(b.length?b.map((x,G)=>({id:x.id,x:x.x,y:x.y,order:G})):t),H(!1)},yM=N=>N.map(l=>{const{render:b,renderData:L}=l,x=l.x*s,G=l.y*s;return e.jsx(Ye,{className:"track-map-marker-tooltip",placement:"top",title:b(L,U({},l)),open:!!L,style:{zIndex:9999},children:e.jsx("circle",{id:`mark-${l.id}`,cx:x,cy:G,r:j/2,style:{stroke:"#1F66E100",strokeWidth:2,fill:"#fff0"},children:e.jsx("span",{children:L.label})})},l.id)}),CM=F?{x:F.x+F.width/2,y:F.y+F.height/2}:{x:0,y:0},wM=_.reduce((N,l)=>[Math.min(N[0],l.x),Math.max(N[1],l.x)],[0,0]),EM=_.reduce((N,l)=>[Math.min(N[0],l.y),Math.max(N[1],l.y)],[0,0]);return e.jsx(Pe.ConfigProvider,{prefixCls:"g-rc",children:e.jsxs("div",{className:"track-map",style:{width:"100%",height:"100%"},ref:r,children:[e.jsx("svg",{style:c,ref:T,viewBox:`0 0 ${M} ${o}`,children:e.jsxs("g",{ref:D,x:wM[0],y:EM[0],width:wM[1]-wM[0],height:EM[1]-EM[0],style:{transformOrigin:`${CM.x}px ${CM.y}px`,cursor:nM?"url('./images/icon-move.svg') 16 16, move":"unset",transform:i&&i.scale?`${i.translate?` translate(${i.translate[0]}px, ${i.translate[1]}px)`:""} rotate(${i.rotate}rad)${i.scale?` scale(${i.scale[0]}, ${i.scale[1]})`:""}`:"none"},children:[F&&e.jsx("rect",{x:F.x,y:F.y,width:F.width,height:F.height,fill:"#ff000004"}),e.jsx("g",{className:"track-lines",children:pM((_==null?void 0:_.filter(N=>N.order>-1))||[],s)}),e.jsxs("g",{className:"track-points",children:[jM,cM]}),E&&e.jsx("g",{children:yM(E)})]})}),e.jsx("div",{className:"tooltip-container",ref:w,style:{position:"fixed",top:(K==null?void 0:K.y)||0,left:(K==null?void 0:K.x)||0,width:(K==null?void 0:K.width)||0,height:(K==null?void 0:K.height)||0}}),nM&&D.current&&T.current&&e.jsx(ve,{className:"path-moveable-control-box",ref:N=>{zM(N)},keepRatio:f,target:[D.current],draggable:!0,scalable:!0,rotatable:!0,padding:{left:10,right:10,top:10,bottom:10},onDrag:({target:N,beforeDelta:l,beforeDist:b,left:L,top:x,right:G,bottom:eM,delta:mM,dist:IM,transform:AM,clientX:RM,clientY:GM})=>{rM(IM),N.style.transform=AM},onDragStart:({inputEvent:N})=>{N.stopPropagation()},onDragEnd:()=>{var l;const N=(l=D.current)==null?void 0:l.getElementsByTagName("circle");J(N!=null&&N.length?[...N]:[]),O&&O({rotate:S,translate:Z,scale:u},N!=null&&N.length?[...N]:[],T.current||void 0)},renderDirections:f?["nw","ne","sw","se"]:["n","w","e","s","nw","ne","sw","se"],onScale:({target:N,scale:l,transform:b})=>{var x;I(l),N.style.transform=b;const L=(x=D.current)==null?void 0:x.getElementsByTagName("circle");J(L!=null&&L.length?[...L]:[]),O&&O({rotate:S,translate:Z,scale:l},L!=null&&L.length?[...L]:[],T.current||void 0)},onRotate:({target:N,dist:l,transform:b})=>{var x;W(l),N.style.transform=b;const L=(x=D.current)==null?void 0:x.getElementsByTagName("circle");J(L!=null&&L.length?[...L]:[]),O&&O({rotate:l,translate:Z,scale:u},L!=null&&L.length?[...L]:[],T.current||void 0)},onRenderEnd:()=>{var l,b,L;const N=(l=D.current)==null?void 0:l.getElementsByTagName("circle");O&&O({rotate:S,translate:Z,scale:u},N!=null&&N.length?[...N]:[],T.current||void 0),lM((b=D.current)==null?void 0:b.getBBox()),sM((L=D.current)==null?void 0:L.getBoundingClientRect())}})]})})},De=z=>{const{name:M,type:o,style:t,className:s,children:j,onConfirm:a}=z,[y,c]=n.useState(null);return n.useEffect(()=>{if(!z.confirm){c(null);return}if(z.confirm===!0){c({text:`确认${M}吗?`});return}c(z.confirm)},[z.confirm]),y?e.jsx(Ze,{rootClassName:"track-map-popconfirm",okText:"确定",cancelText:"取消",title:y.text,trigger:"click",onConfirm:a,children:e.jsx(PM,{className:s,type:o,style:U({},t),children:j||M})}):e.jsx(PM,{className:s,type:o,onClick:a,children:j||M})};let ye;const $e=n.forwardRef((z,M)=>{var VM,HM,JM,FM,XM,$M,_M,KM,qM,Me,ee,te,ne,ze,oe,Ne,ie,je,se,ce,ge;const{url:o,points:t,pointSize:s,direction:j,activePointId:a,lineStyle:y,pointStyle:c,directionStyle:g,onPointClick:d,passes:Y,activePassId:E,passStyle:A,activePassStyle:i,marks:f,draggable:C=!1,offsetEdge:O=[50,50,50,50],zoomable:m=!1,zoomStep:v=.02,zoomMax:Q=2,zoomMin:B=0,onImageLoad:P,trackEditable:r,trackEditing:k,keepRatio:D,transform:T,onTrackEditingChange:w,onTransform:$,onPointsChange:zM,actions:u=!0}=z,I=n.useRef({}),S=n.useRef({}),[W,Z]=n.useState(0),[rM,jM]=n.useState(0),[MM,R]=n.useState(1),[oM,cM]=n.useState(0),[tM,nM]=n.useState(0),[H,TM]=n.useState(0),[J,_]=n.useState(0),[YM,dM]=n.useState(!1),[UM,F]=n.useState(!1),[lM,K]=n.useState(),[sM,LM]=n.useState({x:0,y:0}),[hM,DM,pM,xM]=O,[NM,yM]=n.useState(k),[CM,wM]=n.useState(1),[EM,fM]=n.useState(!1),[N,l]=n.useState(typeof u!="boolean"?u:u===!0?{}:null);n.useEffect(()=>{wM(Math.round(MM*100)/100)},[MM]),n.useEffect(()=>{yM(k)},[k]),n.useEffect(()=>{ye=new ResizeObserver(b),ye.observe(S.current);const h=p=>(p.preventDefault(),!1);return S.current.addEventListener("wheel",h),()=>{S.current.removeEventListener("wheel",h)}},[]);const b=()=>{if(!S.current)return;const h=S.current.clientWidth,p=S.current.clientHeight,V=I.current.naturalWidth,X=I.current.naturalHeight,aM=h/V,bM=p/X,OM=aM<bM?aM:bM,Oe=(h-V*OM)/2,Se=(p-X*OM)/2,he=V*OM,pe=X*OM;Z(h),jM(p),R(OM),cM(Oe),nM(Se),TM(he),_(pe),dM(!0),P&&P(I.current)},L=()=>{if(!m||MM>=Q)return;let h=MM*(1+v),p=v;h>=Q&&(h=Q,p=Q/MM-1),cM(oM-H*(p/2)),nM(tM-J*(p/2)),TM(H+H*p),_(J+J*p),R(h),AM()},x=()=>{if(!m||MM<=B)return;let h=MM*(1-v),p=v;h<=B&&(h=B,p=1-B/MM),cM(oM-H*(-p/2)),nM(tM-J*(-p/2)),TM(H+H*-p),_(J+J*-p),R(h),AM()};n.useImperativeHandle(M,()=>({zoomIn:L,zoomOut:x}));const G=h=>(h.nativeEvent.deltaY<0?L():x(),!1),eM=h=>{F(!0);const{pageX:p,pageY:V}=h;LM({x:p,y:V})},mM=h=>{if(!UM)return!1;const{pageX:p,pageY:V}=h,X=p-sM.x,aM=V-sM.y;LM({x:p,y:V}),cM(oM+X),nM(tM+aM),AM()},IM=()=>{F(!1)};window.onmouseup=()=>{F(!1)};const AM=()=>{oM<-H+xM&&cM(-H+xM),tM<-J+hM&&nM(-J+hM),oM>W-DM&&cM(W-DM),tM>rM-pM&&nM(rM-pM)},RM=()=>{yM(!NM),w&&w(!NM)},GM=h=>{const{touches:p}=h;if(console.log("onTouchStart"),console.log(p),F(!0),p.length<2){const{clientX:V,clientY:X}=p[0];LM({x:V,y:X})}else K(p)},Ee=h=>{if(!UM||!h.touches)return!1;const{clientX:p,clientY:V}=h.touches[0];if(h.touches.length<2){const X=p-sM.x,aM=V-sM.y;LM({x:p,y:V}),cM(oM+X),nM(tM+aM),AM()}else{console.log("onTouchMove"),console.log(h.touches);const X=h.touches,aM=ZM(X[0],X[1]),bM=ZM(lM[0],lM[1]);aM>bM?L():x()}},ZM=(h,p)=>{const V=p.pageX-h.pageX,X=p.pageY-h.pageY;return Math.sqrt(V*V+X*X)};n.useEffect(()=>{l(typeof u!="boolean"?u:u===!0?{}:null)},[u]);const fe=()=>{yM(!1),w&&w(!1)},me=()=>{fM(!0)};return e.jsxs("div",{className:"image-map",ref:S,onMouseDown:C?eM:void 0,onMouseMove:C?mM:void 0,onMouseUp:C?IM:void 0,onWheel:C?G:void 0,onTouchStart:C?GM:void 0,onTouchMove:C?Ee:void 0,onTouchEnd:C?IM:void 0,children:[e.jsx("img",{className:"img",style:{position:"absolute",left:oM,top:tM,width:H,height:J},ref:I,onLoad:b,src:o,alt:""}),YM&&(Y==null?void 0:Y.length)&&e.jsx(xe,{style:{position:"absolute",left:oM,top:tM,width:H,height:J},passes:Y,scale:MM,activePassId:E,passStyle:A,activePassStyle:i}),YM&&!!(t!=null&&t.length)&&e.jsx(Ce,{style:{position:"absolute",left:oM,top:tM,width:H,height:J,overflow:"visible"},width:I.current.naturalWidth,height:I.current.naturalHeight,transform:T,movable:NM,resizable:NM,points:t,scale:MM,pointSize:s,direction:j,activePointId:a,lineStyle:y,pointStyle:c,directionStyle:g,keepRatio:D,marks:f,onPointClick:d,onTransform:$,onPointsChange:h=>{zM&&zM(h),yM(!1),w&&w(!1)},onCancelResize:()=>{yM(!1),w&&w(!1)},actions:u,setIsSaved:fM,isSaved:EM}),r&&e.jsxs("div",{className:"image-map-toolbar",children:[e.jsx(we,{className:"zoom-controller",value:CM,min:B,max:Q,step:v,showText:!0,onChange:h=>{CM>h?x():L()}}),r&&(NM&&u?e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"line"}),e.jsxs("div",{className:"editing-controller",children:[e.jsx(De,{children:typeof u!="boolean"&&((VM=u.cancelButton)==null?void 0:VM.children)||void 0,name:typeof u!="boolean"&&((HM=u.cancelButton)==null?void 0:HM.text)||"退出编辑",className:`editing-controller${NM?" active":""} ${typeof u!="boolean"&&((JM=u.cancelButton)==null?void 0:JM.className)||""}`,confirm:((FM=N==null?void 0:N.cancelButton)==null?void 0:FM.confirm)===!0?{text:"调整记录将不被保存"}:(XM=N==null?void 0:N.cancelButton)!=null&&XM.confirm?N.cancelButton.confirm:!1,style:typeof u!="boolean"&&(($M=u.cancelButton)==null?void 0:$M.style)||void 0,onConfirm:fe}),e.jsx(De,{type:"primary",children:typeof u!="boolean"&&((_M=u.okButton)==null?void 0:_M.children)||e.jsxs("div",{className:"save-detail",children:[e.jsx(Ae.SaveOutlined,{}),e.jsx("span",{children:"保存"})]}),name:typeof u!="boolean"&&((KM=u.okButton)!=null&&KM.confirm)?((qM=u.okButton)==null?void 0:qM.text)||"保存":"确定",className:`editing-controller${NM?" active":""} ${typeof u!="boolean"&&((Me=u.okButton)==null?void 0:Me.className)||""}`,confirm:((ee=N==null?void 0:N.okButton)==null?void 0:ee.confirm)===!0?{text:"调整记录保存后,将改变当前巡检数据状态"}:(te=N==null?void 0:N.okButton)!=null&&te.confirm?N.okButton.confirm:!1,style:typeof u!="boolean"&&((ne=u.okButton)==null?void 0:ne.style)||void 0,onConfirm:me})]})]}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"line"}),e.jsx("div",{className:"moveable-controller",children:e.jsx(PM,{title:NM?typeof u!="boolean"&&((ze=u.editButton)==null?void 0:ze.exitTitleText)||"退出编辑":typeof u!="boolean"&&((oe=u.editButton)==null?void 0:oe.titleText)||"调整轨迹",className:`moveable-controller-btn${NM?" active":""} ${typeof u!="boolean"&&((Ne=u.editButton)==null?void 0:Ne.className)||""}`,style:typeof u!="boolean"&&((ie=u.editButton)==null?void 0:ie.style)||void 0,onClick:RM,children:typeof u!="boolean"?(je=u.editButton)!=null&&je.children?(se=u.editButton)==null?void 0:se.children:(ce=u.editButton)!=null&&ce.text?e.jsx("span",{children:(ge=u.editButton)==null?void 0:ge.text}):e.jsxs("div",{className:"btn-change",children:[e.jsx(q,{type:"icon-tiaozheng"}),e.jsx("span",{children:"修改"})]}):void 0})})]}))]})]})}),_e=z=>{const{className:M,style:o,length:t=0,current:s=0,speed:j=2e3,play:a=!1,loop:y=!1,loading:c=!1,onChange:g}=z,[d,Y]=n.useState(a),[E,A]=n.useState(s),[i,f]=n.useState(null);n.useEffect(()=>{A(s)},[s]),n.useEffect(()=>{Y(a)},[a]),n.useEffect(()=>{d?C():E>=t-1&&(A(0),g(0))},[d]),n.useEffect(()=>{d&&(c?i&&(clearTimeout(i),f(null)):f(setTimeout(C,j)))},[c]);const C=()=>{A(v=>v<t-1?(g(v+1),v+1):y?(g(0),0):(m(),v))},O=()=>{E>=t-1&&A(0),Y(!0)},m=()=>{Y(!1),i&&(clearTimeout(i),f(null))};return e.jsxs("div",{className:M,style:o,children:[e.jsx(iM,{disabled:E<=0||c,onClick:()=>{g(0),A(0)},children:e.jsx(q,{type:"icon-diyige"})}),e.jsx(iM,{disabled:E<=0||c,onClick:()=>{g(E-1),A(E-1)},children:e.jsx(q,{type:"icon-qianyige"})}),d?e.jsx(iM,{onClick:m,children:e.jsx(q,{type:"icon-zanting"})}):e.jsx(iM,{disabled:E>=t-1||c,onClick:O,children:e.jsx(q,{type:"icon-bofang"})}),e.jsx(iM,{disabled:E>=t-1||c,onClick:()=>{g(E+1),A(E+1)},children:e.jsx(q,{type:"icon-xiayige"})}),e.jsx(iM,{disabled:E>=t-1||c,onClick:()=>{g(t-1),A(t-1)},children:e.jsx(q,{type:"icon-zuihouyige"})})]})};const Ke=16,qe=16,Mt=-1,et=1,tt=-1,nt=1,zt=z=>{const M=z||window.event,o=z.target||z.srcElement;if(M.offsetX)return M.offsetX;{const t=o.getBoundingClientRect();return M.clientX-t.left}},ot=z=>{const M=z||window.event,o=z.target||z.srcElement;if(M.offsetY)return M.offsetY;{const t=o.getBoundingClientRect();return M.clientY-t.top}},Nt=z=>{const M=z.split("-");let o=M.length>1||M[0]==="left"||M[0]==="right"?M[0]:"center",t=M.length>1?M[1]:M[0]==="top"||M[0]==="bottom"?M[0]:"middle";return[o,t]},it=(z,M,o=[Ke,qe])=>{const t=()=>{switch(z[0]){case"left":return Mt;case"right":return et;default:return 0}},s=()=>{switch(z[1]){case"top":return tt;case"bottom":return nt;default:return 0}},j=()=>{switch(z[0]){case"left":return-((M==null?void 0:M.width)||0)-o[0]-2;case"right":return 0;default:return-((M==null?void 0:M.width)||0)/2}},a=()=>{switch(z[1]){case"top":return-o[1]-2;case"bottom":return(M==null?void 0:M.height)||0;default:return((M==null?void 0:M.height)||0)/2}};return{x:o[0]*t()+j(),y:o[1]*s()+a()}},jt=z=>{var Q;const{children:M,defaultPosition:o,forElement:t,placement:s="right-bottom",curserPosition:j,className:a,style:y}=z,c=n.useRef(null),g=n.useRef(null),d=t||document.body,Y=Nt(s),E=it(Y,(Q=g.current)==null?void 0:Q.getBoundingClientRect(),j),[A,i]=n.useState(z.visible||!0),[f,C]=n.useState(o||{x:-2e3,y:-2e3});n.useEffect(()=>(d.addEventListener("mouseenter",O),d.addEventListener("mousemove",v),d.addEventListener("mouseleave",m),()=>{d.removeEventListener("mouseenter",O),d.removeEventListener("mousemove",v),d.removeEventListener("mouseleave",m)}),[d]),n.useEffect(()=>{i(z.visible||!0)},[z.visible]);const O=()=>{i(!0)},m=()=>{i(!1)},v=B=>{let P=zt(B)+E.x;const r=ot(B)+E.y;C({x:P,y:r})};return e.jsx("div",{className:`g-mouse-tip ${Y.join(" ")}`,ref:c,style:{left:`${f.x}px`,top:`${f.y}px`,visibility:`${A?"visible":"hidden"}`},children:e.jsx("div",{className:`g-mouse-tip-content ${a}`,style:y,ref:g,children:M})})},st=z=>{const{className:M,style:o,value:t,min:s,max:j,step:a=1,onChange:y,showText:c=!1}=z,[g,d]=n.useState(t!=null?t:0);return n.useEffect(()=>{d(t!=null?t:0)},[t]),e.jsxs("div",{className:M,style:o,children:[e.jsx(iM,{disabled:!!(j&&j<=g),onClick:()=>{y(g+a),d(g+a)},children:e.jsx(q,{type:"icon-fangda"})}),c&&e.jsxs("div",{style:{width:40,textAlign:"center"},children:[Math.round(g*100),"%"]}),e.jsx(iM,{disabled:!!(s&&s>=g),onClick:()=>{y(g-a),d(g-a)},children:e.jsx(q,{type:"icon-suoxiao"})})]})},we=st;function ct(z,M){var o=document.getElementsByTagName("body")[0],t=document.createElement("script");t.setAttribute("type","text/javascript"),t.setAttribute("src",z),o.appendChild(t),t.onload=M}function gt(z){const[M,o]=n.useState(!1),[t,s]=n.useState(),[j,a]=n.useState(),[y,c]=n.useState(!1),[g,d]=n.useState(),[Y,E]=n.useState([]),[A,i]=n.useState(0);function f(r){if(r.viewType!="3DView"){console.error("bimface view type is not 3DView");return}o(!0),g&&C(r.viewToken)}const C=r=>{if(!t){let k=g,D=new window.Glodon.Bimface.Application.WebApplication3DConfig;D.domElement=k,D.Toolbars=[];const T=new window.Glodon.Bimface.Application.WebApplication3D(D);T.addView(r),s(T);const w=T.getViewer();w.addEventListener(window.Glodon.Bimface.Viewer.Viewer3DEvent.ViewAdded,function(){window.onresize=function(){w.resize(document.documentElement.clientWidth,document.documentElement.clientHeight-40)},w.setCameraAnimation(!1),w.render(),w.setNavigationMode(window.Glodon.Bimface.Viewer.NavigationMode3D.Walk),w.render(),c(!0)}),w.addEventListener(window.Glodon.Bimface.Viewer.Viewer3DEvent.ModelAdded,()=>{i($=>$+1)}),a(w)}};n.useEffect(()=>{y&&Y.forEach(r=>{j.loadModel({viewToken:r})})},[y,Y]),n.useEffect(()=>{},[A]),n.useEffect(()=>{if(!g||!Y.length)return;const r=Y.pop();r&&m(r),E([...Y])},[g]);function O(r){console.log(r)}function m(r){i(0);const k=()=>{let D=new window.BimfaceSDKLoaderConfig;D.viewToken=r,window.BimfaceSDKLoader.load(D,f,O)};if(!window.BimfaceSDKLoaderConfig){ct("https://static.bimface.com/api/BimfaceSDKLoader/BimfaceSDKLoader@latest-release.js",k);return}k()}const v=(r,k)=>{if(!j||!y||!g){console.error("BIMFace viewer is not ready.");return}const D=g.getElementsByTagName("canvas")[0],T=document.createElement("canvas");T.width=D.width,T.height=D.height;const w=T.getContext("2d");return w&&(w.fillStyle="#fff",w.fillRect(0,0,T.width,T.height),w.drawImage(D,0,0,D.width,D.height)),T.toDataURL(r,k)},Q=r=>{if(!j){console.error("viewer is not ready");return}if(A&&Y.length+1===A||!Y.length)j.getAllModels().map(T=>j._models[T.modelId]).forEach(T=>{let w=new window.Glodon.Web.Graphics.Color(r);T.overrideAllComponentsColor&&T.overrideAllComponentsColor(w)}),j.enableWireframe(!0),j.getLightManager().getAllFillLights().forEach(T=>T.enableLight(!0)),j.render();else{console.error("viewer is not render complete");return}},B=r=>{if(j)if(A&&Y.length+1===A||!Y.length)j.getAllModels().map(T=>j._models[T.modelId]).forEach(T=>{Object.keys(r).forEach(w=>{let $=[{categoryId:w}];T.getComponentsByConditions($,function(zM){let u=new window.Glodon.Web.Graphics.Color(r[w]);T.overrideComponentsColorById&&T.overrideComponentsColorById(zM,u)},function(){window.alert("error")})})}),j.enableWireframe(!1),j.getLightManager().getAllFillLights().forEach(T=>T.enableLight(!1)),j.render();else{console.error("viewer is not render complete");return}};function P(r,k,D){const T=j.getModel();T==null||T.getBoundingBox(({currentBoundingBox:w})=>{const $=w.max.x-w.min.x,zM=w.max.y-w.min.y,u=$/zM;let I,S;u>1?(I=k.width,S=I/u):(S=k.height,I=S*u);const W=document.createElement("div");W.setAttribute("style",`width: ${I}px;height: ${S}px`),document.body.appendChild(W);const Z=new window.Glodon.Bimface.Plugins.NavigationMap.MapViewerConfig;Z.domElement=W;const rM=new window.Glodon.Bimface.Plugins.NavigationMap.MapViewer(Z),jM=new window.Glodon.Bimface.Plugins.NavigationMap.NavigationMapConfig;jM.viewer=j,jM.mapViewer=rM,jM.type="SetProfile",jM.height=r,jM.successCallback=MM=>{setTimeout(()=>{const R=new Image;R.src=W.getElementsByTagName("image")[0].getAttribute("href")||"",R.onload=()=>{D(R)}},200)},new window.Glodon.Bimface.Plugins.NavigationMap.NavigationMap(jM)})}return{BimfaceViewer:M&&window.Glodon.Bimface.Viewer,BimfaceSection:M&&window.Glodon.Bimface.Plugins.Section,BimfaceMark:M&&window.Glodon.Bimface.Plugins.Marker3D,BimfaceViewerEvents:M&&window.Glodon.Bimface.Viewer.Viewer3DEvent,viewer:j,viewerAdded:y,sDKLoaded:M,loadedModelCount:A,loadModels:r=>{if(r!=null&&r.length||console.error("viewTokens is Empty"),!j&&g){const k=r[0];m(k)}E(r)},setContainerDom:d,getSnapshot:v,setComponentsColorByCatgryId:B,setAllComponentsColor:Q,navigationMapByHeight:P}}function rt(z){const{url:M,onScaleChange:o,onLoad:t}=z,s=n.useRef(null),j=Le.useSize(s),a=j==null?void 0:j.width,y=j==null?void 0:j.height,[c,g]=n.useState();return n.useEffect(()=>{a&&y&&c&&o(a/c.width,a,y)},[a,y,c]),e.jsx("img",{ref:s,src:M,className:"select-none",style:{maxWidth:"100%",maxHeight:"100%",cursor:"crosshair"},alt:"",onLoad:()=>{if(s.current){t&&t(s.current);const{naturalWidth:d,naturalHeight:Y}=s.current;g({width:d,height:Y})}}})}function Ie(z){const{start:M,end:o}=z,{options:{lineColor:t,lineWidth:s}}=n.useContext(SM);return e.jsx(e.Fragment,{children:e.jsx("line",{x1:M.x,y1:M.y,x2:o.x,y2:o.y,stroke:t!=null?t:"#FF5500",strokeWidth:s!=null?s:2})})}function Te(z){const{markRenderer:M,marker:o}=z,{point:{x:t,y:s}}=o;return e.jsxs("g",{children:[e.jsx("line",{}),e.jsx("line",{}),e.jsx("circle",{cx:t,cy:s,r:1,fill:"transparent"}),e.jsx("foreignObject",{x:t,y:s,width:0,height:0,fill:"green",className:"relative overflow-visible",children:e.jsx("div",{className:"inline-flex absolute",draggable:!0,onDragStart:()=>{},onDragEnd:()=>{},children:M&&M(o)})})]})}function de(z){const{points:M,editing:o,options:t,onClose:s}=z,[j,a]=n.useState(!1),{options:{polygon:y}}=n.useContext(SM);if(!o&&BM(M)<=2)return null;const c=Ge(M),g=M.map(({x:m,y:v})=>`${m},${v}`).join(" "),d=c?`${g} ${c.x},${c.y}`:g,{showVertexIndex:Y,vertexBgColor:E,vertexTextColor:A}=y!=null?y:{},i=Y?10:5,f=o||Y,{hideBorder:C,backgroundColor:O}=t!=null?t:{};return e.jsxs(e.Fragment,{children:[e.jsx("polygon",{points:`${d}`,fill:O!=null?O:"rgba(255, 66, 66, 0.15)"}),!C&&e.jsx("polyline",{points:o?g:d,fill:"transparent",stroke:"#FF5500",strokeDasharray:"6 4",strokeWidth:"2"}),!C&&(M==null?void 0:M.map(({x:m,y:v},Q)=>{const B=Q===BM(M)-1;return e.jsx("g",{style:{zIndex:B?1:100,cursor:"pointer",pointerEvents:B?"none":"bounding-box"},onMouseEnter:P=>{B||a(!0)},onMouseLeave:P=>{a(!1)},onClick:P=>{P.stopPropagation()},onDoubleClick:P=>{P.stopPropagation(),s&&s(Q)},children:f&&(!B||!j)&&e.jsxs(e.Fragment,{children:[e.jsx("circle",{cx:m,cy:v,r:i,fill:E!=null?E:"#FF5500"}),Y&&e.jsx("text",{x:m,y:v,"text-anchor":"middle",fill:A!=null?A:"#fff",dy:".3em",style:{cursor:"pointer",userSelect:"none"},children:Q+1})]})})}))]})}const at=vM.createMachine({initial:"idle",context:{},states:{idle:{on:{START_ADD_MARKER:{target:"addingMarker"},START_DRAW_LINE:{target:"drawingLine"},START_DRAW_POLYGON:{target:"drawingPolygon"}}},addingMarker:{on:{RESET:{target:"idle",actions:gM.assign(z=>{z.markerPoint=void 0})},ADD_MARKER:{target:"drawCompleted",actions:[gM.assign((z,{point:M})=>{z.markerPoint=M}),"onAddMarker"]},MOUSE_MOVE:{target:"addingMarker",actions:gM.assign((z,{point:M})=>{z.movingPoint=M})}}},drawingLine:{on:{ADD_LINE_START:{target:"drawingLine",actions:gM.assign((z,M)=>{z.lineStart=M.point})},ADD_LINE_END:{target:"drawCompleted",actions:[gM.assign((z,M)=>{z.lineEnd=M.point}),"onAddLine"]},MOUSE_MOVE:{target:"drawingLine",actions:gM.assign((z,{point:M})=>{z.movingPoint=M})},RESET:{target:"drawCompleted"},CANCEL:{target:"drawCompleted"}}},drawingPolygon:{on:{CANCEL:{target:"canceled"},RESET:{target:"idle",actions:gM.assign(z=>{z.polygonPoints=void 0})},ADD_POLYGON_POINT:{target:"drawingPolygon",actions:gM.assign((z,{point:M})=>{var o;z.polygonPoints=(o=z.polygonPoints)!=null?o:[],z.polygonPoints.push(M)})},MOUSE_MOVE:{target:"drawingPolygon",actions:gM.assign((z,{point:M})=>{z.movingPoint=M})},DRAW_POLYGON_COMPLETE:{target:"drawCompleted",actions:["onAddPolygon"]}}},drawCompleted:{always:{target:"idle"}},canceled:{}}});function ut(z){const{state:M,scale:o,width:t,height:s,drawOptions:j,lines:a,polygons:y,markers:c,markRenderer:g,onAddLine:d,onAddPolygon:Y,onAddMarker:E,onStateChange:A}=z,[i,f]=n.useState([]),[C,O]=n.useState([]),[m,v]=n.useState([]),Q=n.useRef(null),{width:B,height:P}=Le.useSize(Q)||{};function r({x:I,y:S}){return{x:I/o,y:S/o}}function k({x:I,y:S}){return{x:I*o,y:S*o}}const[D,T]=Re.useMachine(at,{actions:{onAddMarker:vM.assign(({markerPoint:I})=>(E&&I&&E(r(I)),{markerPoint:void 0,movingPoint:void 0})),onAddLine:vM.assign(I=>(I.lineStart&&I.lineEnd&&d&&d(r(I.lineStart),r(I.lineEnd)),{lineEnd:void 0,lineStart:void 0,movingPoint:void 0})),onAddPolygon:vM.assign(({polygonPoints:I})=>(Y&&I&&I.length>2&&Y(I.map(r)),{polygonPoints:void 0,movingPoint:void 0}))},services:{}});n.useEffect(()=>{var I;f((I=a==null?void 0:a.map(({id:S,start:W,end:Z})=>({id:S,start:k(W),end:k(Z)})))!=null?I:[])},[a]),n.useEffect(()=>{var I;v((I=c==null?void 0:c.map(S=>uM(U({},S),{point:k(S.point)})))!=null?I:[])},[c]),n.useEffect(()=>{var I;O((I=y==null?void 0:y.map(({id:S,points:W,options:Z})=>({id:S,points:W.map(k),options:Z})))!=null?I:[])},[y,o]),n.useEffect(()=>{A&&D.matches("idle")&&A("viewOnly")},[D.value]),n.useEffect(()=>{if(A)switch(M){case"drawingLine":T("START_DRAW_LINE");break;case"drawingPolygon":T("START_DRAW_POLYGON");break;case"addingMarker":T("START_ADD_MARKER");break}},[M]);const{lineStart:w,lineEnd:$,polygonPoints:zM,movingPoint:u}=D.context;return e.jsx(SM.Provider,{value:{options:j!=null?j:{}},children:e.jsx("div",{ref:Q,className:"w-full h-full absolute left-0 top-0",style:{cursor:M==="viewOnly"?void 0:"crosshair",width:t,height:s},children:B&&P&&e.jsxs("svg",{viewBox:`0 0 ${B} ${P}`,version:"1.1",className:"absolute inset-0",onClick:I=>{if(!Q.current)return;const{top:S,left:W}=Q.current.getBoundingClientRect(),Z={x:I.clientX-W,y:I.clientY-S};D.matches("drawingLine")?T(w===void 0?{type:"ADD_LINE_START",point:Z}:{type:"ADD_LINE_END",point:Z}):D.matches("drawingPolygon")?T({type:"ADD_POLYGON_POINT",point:Z}):D.matches("addingMarker")&&T({type:"ADD_MARKER",point:Z})},onMouseMove:I=>{if(!Q.current)return;const{top:S,left:W}=Q.current.getBoundingClientRect(),Z={x:I.clientX-W,y:I.clientY-S};T({type:"MOUSE_MOVE",point:Z})},children:[i==null?void 0:i.map((I,S)=>e.jsx(Ie,U({},I),S)),w&&u&&e.jsx(Ie,{start:w,end:u}),C==null?void 0:C.map(({points:I,options:S},W)=>e.jsx(de,{editing:!1,points:I,options:S},W)),BM(zM)>0&&u&&e.jsx(de,{editing:!0,points:[...zM,u],onClose:I=>{T({type:"DRAW_POLYGON_COMPLETE"})}}),m==null?void 0:m.map(I=>e.jsx(Te,{marker:I,markRenderer:g})),D.matches("addingMarker")&&u&&e.jsx(Te,{marker:{id:"addingMarker",point:u}})]})})})}function WM(z,M,o){if(o)return Math.abs(WM(z,o)-WM(M,o));for(var t=Math.atan2(M.y-z.y,M.x-z.x);t<0;)t+=2*Math.PI;return t}const SM=n.createContext({options:{}});SM.displayName="DrawableContext";function lt(z){const j=z,{url:M}=j,o=QM(j,["url"]),[t,s]=We.useImmer({scale:1,width:0,height:0});return M?e.jsxs("div",{className:"relative bg-pink-500 bg-opacity-40",children:[e.jsx(rt,{url:M,onScaleChange:(a,y,c)=>{s(g=>{g.scale=a,g.width=y,g.height=c})}}),e.jsx(ut,U(U({},o),t))]}):null}exports.Button=Ve;exports.DrawableContext=SM;exports.DrawableImageMap=lt;exports.ExpandablePannel=He;exports.IconButton=iM;exports.Iconfont=q;exports.ImageMap=$e;exports.MouseTip=jt;exports.PanoramaRecordPlayer=_e;exports.PassMap=xe;exports.TrackMap=Ce;exports.Zoom=we;exports.calAngle=WM;exports.useBimface=gt;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glodon-aiot/react-components",
|
|
3
|
-
"version": "3.0.11-beta.
|
|
3
|
+
"version": "3.0.11-beta.3",
|
|
4
4
|
"author": "glodoncv",
|
|
5
5
|
"description": "aiot react components",
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ant-design/icons": "^5.0.1",
|
|
50
|
-
"
|
|
50
|
+
"ahooks": "^3.7.8",
|
|
51
51
|
"@xstate/immer": "^0.3.2",
|
|
52
52
|
"@xstate/react": "^3.2.1",
|
|
53
53
|
"antd": "^5.10.2",
|