nestiq-component-library 1.1.171 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +1674 -729
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -0
- package/package.json +36 -35
- package/dist/assets/images/Icon_rightArrow.bced4a705c07148d.svg +0 -3
- package/dist/assets/images/LayersIcon.34c085c352a2c9c8.svg +0 -5
- package/dist/assets/images/blackarrow-Right.e585ae62dd55abae.svg +0 -3
- package/dist/assets/images/blckarrow-Left.e2134741aa368d30.svg +0 -3
- package/dist/assets/images/card-arrow-left.55343410142dad3f.svg +0 -4
- package/dist/assets/images/card-arrow-right.60b3bf0e34c1800d.svg +0 -4
- package/dist/assets/images/chevron-left.04f0a7f16b745c1a.svg +0 -3
- package/dist/assets/images/close.b5ce9141e80c688b.png +0 -0
- package/dist/assets/images/default-property.9987f19670be82b6.jpg +0 -0
- package/dist/assets/images/envelope-fill.6669c9d64183941c.svg +0 -3
- package/dist/assets/images/facebook.ce73eacbfffe8a27.svg +0 -3
- package/dist/assets/images/icon_checkmark.9b48c4a4bc651b08.svg +0 -10
- package/dist/assets/images/icon_close_2.e41bb9a4db48e048.png +0 -0
- package/dist/assets/images/icon_gallery.269b721daf2ca907.svg +0 -4
- package/dist/assets/images/icon_map.2318ec664c3e615e.svg +0 -10
- package/dist/assets/images/icon_share_1.b9ec05630dc1087e.svg +0 -3
- package/dist/assets/images/imooly.b46514ac970e6052.svg +0 -7
- package/dist/assets/images/layer_icon.9b56c187199c44b5.svg +0 -5
- package/dist/assets/images/linkedin.7539333145b03678.svg +0 -3
- package/dist/assets/images/locationIcon.961de080757bda41.svg +0 -4
- package/dist/assets/images/locationIconBlack.eb8e9e9226b43573.svg +0 -4
- package/dist/assets/images/mail-icon.176f921aa16b9a3d.png +0 -0
- package/dist/assets/images/more.ce14789c8d37e327.svg +0 -12
- package/dist/assets/images/twitter-x.48a4ac3f560f0a62.svg +0 -3
- package/dist/assets/images/warning.6f99cb4c6a048b47.svg +0 -11
- package/dist/assets/images/whatsapp.28e6b0b24adc9289.svg +0 -3
- package/dist/components/Button/Button.d.ts +0 -6
- package/dist/components/ErrorPopup/ErrorPopup.d.ts +0 -7
- package/dist/components/FloorPlanPopup/FloorPlanPopup.d.ts +0 -7
- package/dist/components/ImageListPopup/ImageListPopup.d.ts +0 -12
- package/dist/components/MessagePopup/MessagePopUp.d.ts +0 -16
- package/dist/components/MessagePopup/SuccessPopup.d.ts +0 -7
- package/dist/components/NewPropertyCard/NewPropertyCard.d.ts +0 -55
- package/dist/components/Popup/Popup.d.ts +0 -9
- package/dist/components/PropertyCard/PropertyCard.d.ts +0 -27
- package/dist/components/PropertyDetailsHeader/PropertyDetailsHeader.d.ts +0 -20
- package/dist/components/PropertyImageList/PropertyImageList.d.ts +0 -29
- package/dist/components/SharePopup/SharePopup.d.ts +0 -8
- package/dist/components/ToastWrapper/ToastWrapper.d.ts +0 -4
- package/dist/functions/util.d.ts +0 -2
- package/dist/index.d.ts +0 -15
- package/dist/index.es.js +0 -738
- package/dist/index.es.js.map +0 -1
- package/dist/models/message.model.d.ts +0 -7
- package/rollup.config.mjs +0 -36
- package/src/assets/images/Icon_rightArrow.svg +0 -3
- package/src/assets/images/LayersIcon.svg +0 -5
- package/src/assets/images/blackarrow-Right.svg +0 -3
- package/src/assets/images/blckarrow-Left.svg +0 -3
- package/src/assets/images/card-arrow-left.svg +0 -4
- package/src/assets/images/card-arrow-right.svg +0 -4
- package/src/assets/images/chevron-left.svg +0 -3
- package/src/assets/images/close.png +0 -0
- package/src/assets/images/default-property.jpg +0 -0
- package/src/assets/images/envelope-fill.svg +0 -3
- package/src/assets/images/facebook.svg +0 -3
- package/src/assets/images/heart.svg +0 -3
- package/src/assets/images/house.jpg +0 -0
- package/src/assets/images/icon_checkmark.svg +0 -10
- package/src/assets/images/icon_close 2.png +0 -0
- package/src/assets/images/icon_close_2.png +0 -0
- package/src/assets/images/icon_gallery.svg +0 -4
- package/src/assets/images/icon_home.svg +0 -3
- package/src/assets/images/icon_map.svg +0 -10
- package/src/assets/images/icon_share_1.svg +0 -3
- package/src/assets/images/imooly.svg +0 -7
- package/src/assets/images/layer_icon.svg +0 -5
- package/src/assets/images/linkedin.svg +0 -3
- package/src/assets/images/locationIcon.svg +0 -4
- package/src/assets/images/locationIconBlack.svg +0 -4
- package/src/assets/images/mail-icon.png +0 -0
- package/src/assets/images/more.svg +0 -12
- package/src/assets/images/twitter-x.svg +0 -3
- package/src/assets/images/warning.svg +0 -11
- package/src/assets/images/whatsapp.svg +0 -3
- package/src/components/Button/Button.tsx +0 -11
- package/src/components/ErrorPopup/ErrorPopup.tsx +0 -63
- package/src/components/ErrorPopup/PopUp.css +0 -409
- package/src/components/FloorPlanPopup/FloorPlanPopup.css +0 -3
- package/src/components/FloorPlanPopup/FloorPlanPopup.tsx +0 -83
- package/src/components/ImageListPopup/ImageListPopup.css +0 -113
- package/src/components/ImageListPopup/ImageListPopup.tsx +0 -154
- package/src/components/MessagePopup/MessagePopUp.css +0 -196
- package/src/components/MessagePopup/MessagePopUp.tsx +0 -160
- package/src/components/MessagePopup/PopUp.css +0 -408
- package/src/components/MessagePopup/SuccessPopup.tsx +0 -64
- package/src/components/NewPropertyCard/NewPropertyCard.css +0 -413
- package/src/components/NewPropertyCard/NewPropertyCard.tsx +0 -383
- package/src/components/Popup/Popup.css +0 -12
- package/src/components/Popup/Popup.tsx +0 -29
- package/src/components/PropertyCard/PropertyCard.css +0 -271
- package/src/components/PropertyCard/PropertyCard.tsx +0 -137
- package/src/components/PropertyDetailsHeader/PropertyDetailsHeader.css +0 -94
- package/src/components/PropertyDetailsHeader/PropertyDetailsHeader.tsx +0 -106
- package/src/components/PropertyImageList/PropertyImageList.css +0 -101
- package/src/components/PropertyImageList/PropertyImageList.tsx +0 -246
- package/src/components/SharePopup/SharePopup.css +0 -348
- package/src/components/SharePopup/SharePopup.tsx +0 -143
- package/src/components/ToastWrapper/ToastWrapper.tsx +0 -25
- package/src/functions/util.ts +0 -14
- package/src/index.tsx +0 -26
- package/src/models/message.model.ts +0 -7
- package/src/styles/common.css +0 -17
- package/src/types/images.d.ts +0 -25
- package/tsconfig.json +0 -22
package/dist/index.js
CHANGED
|
@@ -1,754 +1,1699 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
import I, { useState as E, useRef as U, useLayoutEffect as je, useEffect as Y, useSyncExternalStore as He, isValidElement as oe, cloneElement as ge } from "react";
|
|
2
|
+
var se = { exports: {} }, K = {};
|
|
3
|
+
var be;
|
|
4
|
+
function Je() {
|
|
5
|
+
if (be) return K;
|
|
6
|
+
be = 1;
|
|
7
|
+
var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), a = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
8
|
+
function o(r, l, n) {
|
|
9
|
+
var i = null;
|
|
10
|
+
if (n !== void 0 && (i = "" + n), l.key !== void 0 && (i = "" + l.key), "key" in l) {
|
|
11
|
+
n = {};
|
|
12
|
+
for (var d in l)
|
|
13
|
+
d !== "key" && (n[d] = l[d]);
|
|
14
|
+
} else n = l;
|
|
15
|
+
return l = n.ref, {
|
|
16
|
+
$$typeof: e,
|
|
17
|
+
type: r,
|
|
18
|
+
key: i,
|
|
19
|
+
ref: l !== void 0 ? l : null,
|
|
20
|
+
props: n
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
return K.Fragment = a, K.jsx = o, K.jsxs = o, K;
|
|
24
|
+
}
|
|
25
|
+
var X = {};
|
|
26
|
+
var Ae;
|
|
27
|
+
function Fe() {
|
|
28
|
+
return Ae || (Ae = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
29
|
+
function e(s) {
|
|
30
|
+
if (s == null) return null;
|
|
31
|
+
if (typeof s == "function")
|
|
32
|
+
return s.$$typeof === B ? null : s.displayName || s.name || null;
|
|
33
|
+
if (typeof s == "string") return s;
|
|
34
|
+
switch (s) {
|
|
35
|
+
case g:
|
|
36
|
+
return "Fragment";
|
|
37
|
+
case c:
|
|
38
|
+
return "Profiler";
|
|
39
|
+
case A:
|
|
40
|
+
return "StrictMode";
|
|
41
|
+
case T:
|
|
42
|
+
return "Suspense";
|
|
43
|
+
case x:
|
|
44
|
+
return "SuspenseList";
|
|
45
|
+
case O:
|
|
46
|
+
return "Activity";
|
|
47
|
+
}
|
|
48
|
+
if (typeof s == "object")
|
|
49
|
+
switch (typeof s.tag == "number" && console.error(
|
|
50
|
+
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
51
|
+
), s.$$typeof) {
|
|
52
|
+
case p:
|
|
53
|
+
return "Portal";
|
|
54
|
+
case v:
|
|
55
|
+
return s.displayName || "Context";
|
|
56
|
+
case m:
|
|
57
|
+
return (s._context.displayName || "Context") + ".Consumer";
|
|
58
|
+
case k:
|
|
59
|
+
var y = s.render;
|
|
60
|
+
return s = s.displayName, s || (s = y.displayName || y.name || "", s = s !== "" ? "ForwardRef(" + s + ")" : "ForwardRef"), s;
|
|
61
|
+
case j:
|
|
62
|
+
return y = s.displayName || null, y !== null ? y : e(s.type) || "Memo";
|
|
63
|
+
case S:
|
|
64
|
+
y = s._payload, s = s._init;
|
|
65
|
+
try {
|
|
66
|
+
return e(s(y));
|
|
67
|
+
} catch {
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
return null;
|
|
71
|
+
}
|
|
72
|
+
function a(s) {
|
|
73
|
+
return "" + s;
|
|
74
|
+
}
|
|
75
|
+
function o(s) {
|
|
76
|
+
try {
|
|
77
|
+
a(s);
|
|
78
|
+
var y = !1;
|
|
79
|
+
} catch {
|
|
80
|
+
y = !0;
|
|
81
|
+
}
|
|
82
|
+
if (y) {
|
|
83
|
+
y = console;
|
|
84
|
+
var z = y.error, M = typeof Symbol == "function" && Symbol.toStringTag && s[Symbol.toStringTag] || s.constructor.name || "Object";
|
|
85
|
+
return z.call(
|
|
86
|
+
y,
|
|
87
|
+
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
88
|
+
M
|
|
89
|
+
), a(s);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
function r(s) {
|
|
93
|
+
if (s === g) return "<>";
|
|
94
|
+
if (typeof s == "object" && s !== null && s.$$typeof === S)
|
|
95
|
+
return "<...>";
|
|
96
|
+
try {
|
|
97
|
+
var y = e(s);
|
|
98
|
+
return y ? "<" + y + ">" : "<...>";
|
|
99
|
+
} catch {
|
|
100
|
+
return "<...>";
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
function l() {
|
|
104
|
+
var s = R.A;
|
|
105
|
+
return s === null ? null : s.getOwner();
|
|
106
|
+
}
|
|
107
|
+
function n() {
|
|
108
|
+
return Error("react-stack-top-frame");
|
|
109
|
+
}
|
|
110
|
+
function i(s) {
|
|
111
|
+
if (Q.call(s, "key")) {
|
|
112
|
+
var y = Object.getOwnPropertyDescriptor(s, "key").get;
|
|
113
|
+
if (y && y.isReactWarning) return !1;
|
|
114
|
+
}
|
|
115
|
+
return s.key !== void 0;
|
|
116
|
+
}
|
|
117
|
+
function d(s, y) {
|
|
118
|
+
function z() {
|
|
119
|
+
Z || (Z = !0, console.error(
|
|
120
|
+
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
121
|
+
y
|
|
122
|
+
));
|
|
123
|
+
}
|
|
124
|
+
z.isReactWarning = !0, Object.defineProperty(s, "key", {
|
|
125
|
+
get: z,
|
|
126
|
+
configurable: !0
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
function f() {
|
|
130
|
+
var s = e(this.type);
|
|
131
|
+
return W[s] || (W[s] = !0, console.error(
|
|
132
|
+
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
133
|
+
)), s = this.props.ref, s !== void 0 ? s : null;
|
|
134
|
+
}
|
|
135
|
+
function u(s, y, z, M, ae, ce) {
|
|
136
|
+
var P = z.ref;
|
|
137
|
+
return s = {
|
|
138
|
+
$$typeof: w,
|
|
139
|
+
type: s,
|
|
140
|
+
key: y,
|
|
141
|
+
props: z,
|
|
142
|
+
_owner: M
|
|
143
|
+
}, (P !== void 0 ? P : null) !== null ? Object.defineProperty(s, "ref", {
|
|
144
|
+
enumerable: !1,
|
|
145
|
+
get: f
|
|
146
|
+
}) : Object.defineProperty(s, "ref", { enumerable: !1, value: null }), s._store = {}, Object.defineProperty(s._store, "validated", {
|
|
147
|
+
configurable: !1,
|
|
148
|
+
enumerable: !1,
|
|
149
|
+
writable: !0,
|
|
150
|
+
value: 0
|
|
151
|
+
}), Object.defineProperty(s, "_debugInfo", {
|
|
152
|
+
configurable: !1,
|
|
153
|
+
enumerable: !1,
|
|
154
|
+
writable: !0,
|
|
155
|
+
value: null
|
|
156
|
+
}), Object.defineProperty(s, "_debugStack", {
|
|
157
|
+
configurable: !1,
|
|
158
|
+
enumerable: !1,
|
|
159
|
+
writable: !0,
|
|
160
|
+
value: ae
|
|
161
|
+
}), Object.defineProperty(s, "_debugTask", {
|
|
162
|
+
configurable: !1,
|
|
163
|
+
enumerable: !1,
|
|
164
|
+
writable: !0,
|
|
165
|
+
value: ce
|
|
166
|
+
}), Object.freeze && (Object.freeze(s.props), Object.freeze(s)), s;
|
|
167
|
+
}
|
|
168
|
+
function b(s, y, z, M, ae, ce) {
|
|
169
|
+
var P = y.children;
|
|
170
|
+
if (P !== void 0)
|
|
171
|
+
if (M)
|
|
172
|
+
if (ie(P)) {
|
|
173
|
+
for (M = 0; M < P.length; M++)
|
|
174
|
+
N(P[M]);
|
|
175
|
+
Object.freeze && Object.freeze(P);
|
|
176
|
+
} else
|
|
177
|
+
console.error(
|
|
178
|
+
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
179
|
+
);
|
|
180
|
+
else N(P);
|
|
181
|
+
if (Q.call(y, "key")) {
|
|
182
|
+
P = e(s);
|
|
183
|
+
var G = Object.keys(y).filter(function(Qe) {
|
|
184
|
+
return Qe !== "key";
|
|
185
|
+
});
|
|
186
|
+
M = 0 < G.length ? "{key: someKey, " + G.join(": ..., ") + ": ...}" : "{key: someKey}", ye[P + M] || (G = 0 < G.length ? "{" + G.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
187
|
+
`A props object containing a "key" prop is being spread into JSX:
|
|
188
|
+
let props = %s;
|
|
189
|
+
<%s {...props} />
|
|
190
|
+
React keys must be passed directly to JSX without using spread:
|
|
191
|
+
let props = %s;
|
|
192
|
+
<%s key={someKey} {...props} />`,
|
|
193
|
+
M,
|
|
194
|
+
P,
|
|
195
|
+
G,
|
|
196
|
+
P
|
|
197
|
+
), ye[P + M] = !0);
|
|
198
|
+
}
|
|
199
|
+
if (P = null, z !== void 0 && (o(z), P = "" + z), i(y) && (o(y.key), P = "" + y.key), "key" in y) {
|
|
200
|
+
z = {};
|
|
201
|
+
for (var de in y)
|
|
202
|
+
de !== "key" && (z[de] = y[de]);
|
|
203
|
+
} else z = y;
|
|
204
|
+
return P && d(
|
|
205
|
+
z,
|
|
206
|
+
typeof s == "function" ? s.displayName || s.name || "Unknown" : s
|
|
207
|
+
), u(
|
|
208
|
+
s,
|
|
209
|
+
P,
|
|
210
|
+
z,
|
|
211
|
+
l(),
|
|
212
|
+
ae,
|
|
213
|
+
ce
|
|
214
|
+
);
|
|
215
|
+
}
|
|
216
|
+
function N(s) {
|
|
217
|
+
C(s) ? s._store && (s._store.validated = 1) : typeof s == "object" && s !== null && s.$$typeof === S && (s._payload.status === "fulfilled" ? C(s._payload.value) && s._payload.value._store && (s._payload.value._store.validated = 1) : s._store && (s._store.validated = 1));
|
|
218
|
+
}
|
|
219
|
+
function C(s) {
|
|
220
|
+
return typeof s == "object" && s !== null && s.$$typeof === w;
|
|
221
|
+
}
|
|
222
|
+
var h = I, w = /* @__PURE__ */ Symbol.for("react.transitional.element"), p = /* @__PURE__ */ Symbol.for("react.portal"), g = /* @__PURE__ */ Symbol.for("react.fragment"), A = /* @__PURE__ */ Symbol.for("react.strict_mode"), c = /* @__PURE__ */ Symbol.for("react.profiler"), m = /* @__PURE__ */ Symbol.for("react.consumer"), v = /* @__PURE__ */ Symbol.for("react.context"), k = /* @__PURE__ */ Symbol.for("react.forward_ref"), T = /* @__PURE__ */ Symbol.for("react.suspense"), x = /* @__PURE__ */ Symbol.for("react.suspense_list"), j = /* @__PURE__ */ Symbol.for("react.memo"), S = /* @__PURE__ */ Symbol.for("react.lazy"), O = /* @__PURE__ */ Symbol.for("react.activity"), B = /* @__PURE__ */ Symbol.for("react.client.reference"), R = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, ie = Array.isArray, V = console.createTask ? console.createTask : function() {
|
|
223
|
+
return null;
|
|
224
|
+
};
|
|
225
|
+
h = {
|
|
226
|
+
react_stack_bottom_frame: function(s) {
|
|
227
|
+
return s();
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
var Z, W = {}, H = h.react_stack_bottom_frame.bind(
|
|
231
|
+
h,
|
|
232
|
+
n
|
|
233
|
+
)(), ve = V(r(n)), ye = {};
|
|
234
|
+
X.Fragment = g, X.jsx = function(s, y, z) {
|
|
235
|
+
var M = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
236
|
+
return b(
|
|
237
|
+
s,
|
|
238
|
+
y,
|
|
239
|
+
z,
|
|
240
|
+
!1,
|
|
241
|
+
M ? Error("react-stack-top-frame") : H,
|
|
242
|
+
M ? V(r(s)) : ve
|
|
243
|
+
);
|
|
244
|
+
}, X.jsxs = function(s, y, z) {
|
|
245
|
+
var M = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
246
|
+
return b(
|
|
247
|
+
s,
|
|
248
|
+
y,
|
|
249
|
+
z,
|
|
250
|
+
!0,
|
|
251
|
+
M ? Error("react-stack-top-frame") : H,
|
|
252
|
+
M ? V(r(s)) : ve
|
|
253
|
+
);
|
|
254
|
+
};
|
|
255
|
+
})()), X;
|
|
256
|
+
}
|
|
257
|
+
var we;
|
|
258
|
+
function Ve() {
|
|
259
|
+
return we || (we = 1, process.env.NODE_ENV === "production" ? se.exports = Je() : se.exports = Fe()), se.exports;
|
|
260
|
+
}
|
|
261
|
+
var t = Ve();
|
|
262
|
+
const Wt = ({ label: e }) => /* @__PURE__ */ t.jsx("button", { children: e }), $ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARBAMAAAAmgTH3AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURQAAAAAAAEdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAIkdp4sAAAAJdFJOUy/vAOAgYMoQT6jmf10AAABxSURBVAjXLY4xDoAgEARXX0BLRy7aW9DQkvgG30Br4gdsrAmJCb91l3jV3sAO4MrGWR6UTWF6UepsFvyLqTuCHhF8nYNvGdwcgYHnlYCBiEBh7f22nzgbdxqLplaUC3LIBTnkQqJDLqQ4Xm/Yz/Gf4wOFXB+IzUIgqAAAAABJRU5ErkJggg==", Gt = ({ onCloseClick: e, children: a }) => /* @__PURE__ */ t.jsx("div", { className: "popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: "shareSection col-12 d-flex position-relative flex-column mx-auto justify-content-center col-5 col-lg-6 d-flex gap-4", children: [
|
|
263
|
+
/* @__PURE__ */ t.jsx("div", { className: "end-0 top-0 position-absolute ", children: /* @__PURE__ */ t.jsx(
|
|
264
|
+
"img",
|
|
265
|
+
{
|
|
266
|
+
src: $,
|
|
267
|
+
alt: "close",
|
|
268
|
+
className: "closeIcon me-2",
|
|
269
|
+
onClick: e
|
|
270
|
+
}
|
|
271
|
+
) }),
|
|
272
|
+
a
|
|
273
|
+
] }) }), Te = "data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.046%209.9h-2.56a.937.937%200%201%200%200%201.875h2.56c.517%200%20.938.42.938.937v12.26c0%20.517-.42.938-.938.938H7.953a.939.939%200%200%201-.937-.938v-12.26c0-.517.42-.937.937-.937h2.56a.937.937%200%201%200%200-1.875h-2.56a2.816%202.816%200%200%200-2.812%202.812v12.26a2.816%202.816%200%200%200%202.812%202.813h14.093a2.816%202.816%200%200%200%202.813-2.813v-12.26A2.816%202.816%200%200%200%2022.046%209.9zM11.504%208.007l2.59-2.59V17.76a.937.937%200%201%200%201.874%200V5.418l2.59%202.59a.934.934%200%200%200%201.326%200%20.937.937%200%200%200%200-1.327l-4.19-4.19a.938.938%200%200%200-1.326%200l-4.19%204.19a.937.937%200%201%200%201.326%201.326z'%20fill='%23000'/%3e%3c/svg%3e", We = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-geo-alt'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M12.166%208.94c-.524%201.062-1.234%202.12-1.96%203.07A32%2032%200%200%201%208%2014.58a32%2032%200%200%201-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304%207.867%203%206.862%203%206a5%205%200%200%201%2010%200c0%20.862-.305%201.867-.834%202.94M8%2016s6-5.686%206-10A6%206%200%200%200%202%206c0%204.314%206%2010%206%2010'/%3e%3cpath%20d='M8%208a2%202%200%201%201%200-4%202%202%200%200%201%200%204m0%201a3%203%200%201%200%200-6%203%203%200%200%200%200%206'/%3e%3c/svg%3e", Ge = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-envelope-fill'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M.05%203.555A2%202%200%200%201%202%202h12a2%202%200%200%201%201.95%201.555L8%208.414zM0%204.697v7.104l5.803-3.558zM6.761%208.83l-6.57%204.027A2%202%200%200%200%202%2014h12a2%202%200%200%200%201.808-1.144l-6.57-4.027L8%209.586zm3.436-.586L16%2011.801V4.697z'/%3e%3c/svg%3e", Ye = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-facebook'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M16%208.049c0-4.446-3.582-8.05-8-8.05C3.58%200-.002%203.603-.002%208.05c0%204.017%202.926%207.347%206.75%207.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017%201.195-3.131%203.022-3.131.876%200%201.791.157%201.791.157v1.98h-1.009c-.993%200-1.303.621-1.303%201.258v1.51h2.218l-.354%202.326H9.25V16c3.824-.604%206.75-3.934%206.75-7.951'/%3e%3c/svg%3e", Ze = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-linkedin'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M0%201.146C0%20.513.526%200%201.175%200h13.65C15.474%200%2016%20.513%2016%201.146v13.708c0%20.633-.526%201.146-1.175%201.146H1.175C.526%2016%200%2015.487%200%2014.854zm4.943%2012.248V6.169H2.542v7.225zm-1.2-8.212c.837%200%201.358-.554%201.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4%203.226%202.4%203.934c0%20.694.521%201.248%201.327%201.248zm4.908%208.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878%201.232-.878.869%200%201.216.662%201.216%201.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274%200-1.845.7-2.165%201.193v.025h-.016l.016-.025V6.169h-2.4c.03.678%200%207.225%200%207.225z'/%3e%3c/svg%3e", Ke = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-twitter-x'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M12.6.75h2.454l-5.36%206.142L16%2015.25h-4.937l-3.867-5.07-4.425%205.07H.316l5.733-6.57L0%20.75h5.063l3.495%204.633L12.601.75Zm-.86%2013.028h1.36L4.323%202.145H2.865z'/%3e%3c/svg%3e", Xe = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-whatsapp'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M13.601%202.326A7.85%207.85%200%200%200%207.994%200C3.627%200%20.068%203.558.064%207.926c0%201.399.366%202.76%201.057%203.965L0%2016l4.204-1.102a7.9%207.9%200%200%200%203.79.965h.004c4.368%200%207.926-3.558%207.93-7.93A7.9%207.9%200%200%200%2013.6%202.326zM7.994%2014.521a6.6%206.6%200%200%201-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56%206.56%200%200%201-1.007-3.505c0-3.626%202.957-6.584%206.591-6.584a6.56%206.56%200%200%201%204.66%201.931%206.56%206.56%200%200%201%201.928%204.66c-.004%203.639-2.961%206.592-6.592%206.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73%200%200%200-.529.247c-.182.198-.691.677-.691%201.654s.71%201.916.81%202.049c.098.133%201.394%202.132%203.383%202.992.47.205.84.326%201.129.418.475.152.904.129%201.246.08.38-.058%201.171-.48%201.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3e%3c/svg%3e";
|
|
274
|
+
function Ne(e) {
|
|
275
|
+
var a, o, r = "";
|
|
276
|
+
if (typeof e == "string" || typeof e == "number") r += e;
|
|
277
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
278
|
+
var l = e.length;
|
|
279
|
+
for (a = 0; a < l; a++) e[a] && (o = Ne(e[a])) && (r && (r += " "), r += o);
|
|
280
|
+
} else for (o in e) e[o] && (r && (r += " "), r += o);
|
|
281
|
+
return r;
|
|
282
|
+
}
|
|
283
|
+
function J() {
|
|
284
|
+
for (var e, a, o = 0, r = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (a = Ne(e)) && (r && (r += " "), r += a);
|
|
285
|
+
return r;
|
|
286
|
+
}
|
|
287
|
+
function qe(e) {
|
|
288
|
+
if (typeof document > "u") return;
|
|
289
|
+
let a = document.head || document.getElementsByTagName("head")[0], o = document.createElement("style");
|
|
290
|
+
o.type = "text/css", a.firstChild ? a.insertBefore(o, a.firstChild) : a.appendChild(o), o.styleSheet ? o.styleSheet.cssText = e : o.appendChild(document.createTextNode(e));
|
|
291
|
+
}
|
|
292
|
+
qe(`:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
293
|
+
`);
|
|
294
|
+
var ee = (e) => typeof e == "number" && !isNaN(e), F = (e) => typeof e == "string", D = (e) => typeof e == "function", $e = (e) => F(e) || ee(e), fe = (e) => F(e) || D(e) ? e : null, et = (e, a) => e === !1 || ee(e) && e > 0 ? e : a, me = (e) => oe(e) || F(e) || D(e) || ee(e);
|
|
295
|
+
function tt(e, a, o = 300) {
|
|
296
|
+
let { scrollHeight: r, style: l } = e;
|
|
297
|
+
requestAnimationFrame(() => {
|
|
298
|
+
l.minHeight = "initial", l.height = r + "px", l.transition = `all ${o}ms`, requestAnimationFrame(() => {
|
|
299
|
+
l.height = "0", l.padding = "0", l.margin = "0", setTimeout(a, o);
|
|
300
|
+
});
|
|
301
|
+
});
|
|
302
|
+
}
|
|
303
|
+
function at({ enter: e, exit: a, appendPosition: o = !1, collapse: r = !0, collapseDuration: l = 300 }) {
|
|
304
|
+
return function({ children: n, position: i, preventExitTransition: d, done: f, nodeRef: u, isIn: b, playToast: N }) {
|
|
305
|
+
let C = o ? `${e}--${i}` : e, h = o ? `${a}--${i}` : a, w = U(0);
|
|
306
|
+
return je(() => {
|
|
307
|
+
let p = u.current, g = C.split(" "), A = (c) => {
|
|
308
|
+
c.target === u.current && (N(), p.removeEventListener("animationend", A), p.removeEventListener("animationcancel", A), w.current === 0 && c.type !== "animationcancel" && p.classList.remove(...g));
|
|
309
|
+
};
|
|
310
|
+
p.classList.add(...g), p.addEventListener("animationend", A), p.addEventListener("animationcancel", A);
|
|
311
|
+
}, []), Y(() => {
|
|
312
|
+
let p = u.current, g = () => {
|
|
313
|
+
p.removeEventListener("animationend", g), r ? tt(p, f, l) : f();
|
|
314
|
+
};
|
|
315
|
+
b || (d ? g() : (w.current = 1, p.className += ` ${h}`, p.addEventListener("animationend", g)));
|
|
316
|
+
}, [b]), I.createElement(I.Fragment, null, n);
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
function _e(e, a) {
|
|
320
|
+
return { content: ke(e.content, e.props), containerId: e.props.containerId, id: e.props.toastId, theme: e.props.theme, type: e.props.type, data: e.props.data || {}, isLoading: e.props.isLoading, icon: e.props.icon, reason: e.removalReason, status: a };
|
|
321
|
+
}
|
|
322
|
+
function ke(e, a, o = !1) {
|
|
323
|
+
return oe(e) && !F(e.type) ? ge(e, { closeToast: a.closeToast, toastProps: a, data: a.data, isPaused: o }) : D(e) ? e({ closeToast: a.closeToast, toastProps: a, data: a.data, isPaused: o }) : e;
|
|
324
|
+
}
|
|
325
|
+
function st({ closeToast: e, theme: a, ariaLabel: o = "close" }) {
|
|
326
|
+
return I.createElement("button", { className: `Toastify__close-button Toastify__close-button--${a}`, type: "button", onClick: (r) => {
|
|
327
|
+
r.stopPropagation(), e(!0);
|
|
328
|
+
}, "aria-label": o }, I.createElement("svg", { "aria-hidden": "true", viewBox: "0 0 14 16" }, I.createElement("path", { fillRule: "evenodd", d: "M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z" })));
|
|
329
|
+
}
|
|
330
|
+
function ot({ delay: e, isRunning: a, closeToast: o, type: r = "default", hide: l, className: n, controlledProgress: i, progress: d, rtl: f, isIn: u, theme: b }) {
|
|
331
|
+
let N = l || i && d === 0, C = { animationDuration: `${e}ms`, animationPlayState: a ? "running" : "paused" };
|
|
332
|
+
i && (C.transform = `scaleX(${d})`);
|
|
333
|
+
let h = J("Toastify__progress-bar", i ? "Toastify__progress-bar--controlled" : "Toastify__progress-bar--animated", `Toastify__progress-bar-theme--${b}`, `Toastify__progress-bar--${r}`, { "Toastify__progress-bar--rtl": f }), w = D(n) ? n({ rtl: f, type: r, defaultClassName: h }) : J(h, n), p = { [i && d >= 1 ? "onTransitionEnd" : "onAnimationEnd"]: i && d < 1 ? null : () => {
|
|
334
|
+
u && o();
|
|
335
|
+
} };
|
|
336
|
+
return I.createElement("div", { className: "Toastify__progress-bar--wrp", "data-hidden": N }, I.createElement("div", { className: `Toastify__progress-bar--bg Toastify__progress-bar-theme--${b} Toastify__progress-bar--${r}` }), I.createElement("div", { role: "progressbar", "aria-hidden": N ? "true" : "false", "aria-label": "notification timer", className: w, style: C, ...p }));
|
|
337
|
+
}
|
|
338
|
+
var rt = 1, Ie = () => `${rt++}`;
|
|
339
|
+
function nt(e, a, o) {
|
|
340
|
+
let r = 1, l = 0, n = [], i = [], d = a, f = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Set(), b = (c) => (u.add(c), () => u.delete(c)), N = () => {
|
|
341
|
+
i = Array.from(f.values()), u.forEach((c) => c());
|
|
342
|
+
}, C = ({ containerId: c, toastId: m, updateId: v }) => {
|
|
343
|
+
let k = c ? c !== e : e !== 1, T = f.has(m) && v == null;
|
|
344
|
+
return k || T;
|
|
345
|
+
}, h = (c, m) => {
|
|
346
|
+
f.forEach((v) => {
|
|
347
|
+
var k;
|
|
348
|
+
(m == null || m === v.props.toastId) && ((k = v.toggle) == null || k.call(v, c));
|
|
349
|
+
});
|
|
350
|
+
}, w = (c) => {
|
|
351
|
+
var m, v;
|
|
352
|
+
(v = (m = c.props) == null ? void 0 : m.onClose) == null || v.call(m, c.removalReason), c.isActive = !1;
|
|
353
|
+
}, p = (c) => {
|
|
354
|
+
if (c == null) f.forEach(w);
|
|
355
|
+
else {
|
|
356
|
+
let m = f.get(c);
|
|
357
|
+
m && w(m);
|
|
29
358
|
}
|
|
30
|
-
|
|
31
|
-
|
|
359
|
+
N();
|
|
360
|
+
}, g = () => {
|
|
361
|
+
l -= n.length, n = [];
|
|
362
|
+
}, A = (c) => {
|
|
363
|
+
var m, v;
|
|
364
|
+
let { toastId: k, updateId: T } = c.props, x = T == null;
|
|
365
|
+
c.staleId && f.delete(c.staleId), c.isActive = !0, f.set(k, c), N(), o(_e(c, x ? "added" : "updated")), x && ((v = (m = c.props).onOpen) == null || v.call(m));
|
|
366
|
+
};
|
|
367
|
+
return { id: e, props: d, observe: b, toggle: h, removeToast: p, toasts: f, clearQueue: g, buildToast: (c, m) => {
|
|
368
|
+
if (C(m)) return;
|
|
369
|
+
let { toastId: v, updateId: k, data: T, staleId: x, delay: j } = m, S = k == null;
|
|
370
|
+
S && l++;
|
|
371
|
+
let O = { ...d, style: d.toastStyle, key: r++, ...Object.fromEntries(Object.entries(m).filter(([R, Q]) => Q != null)), toastId: v, updateId: k, data: T, isIn: !1, className: fe(m.className || d.toastClassName), progressClassName: fe(m.progressClassName || d.progressClassName), autoClose: m.isLoading ? !1 : et(m.autoClose, d.autoClose), closeToast(R) {
|
|
372
|
+
f.get(v).removalReason = R, p(v);
|
|
373
|
+
}, deleteToast() {
|
|
374
|
+
let R = f.get(v);
|
|
375
|
+
if (R != null) {
|
|
376
|
+
if (o(_e(R, "removed")), f.delete(v), l--, l < 0 && (l = 0), n.length > 0) {
|
|
377
|
+
A(n.shift());
|
|
378
|
+
return;
|
|
379
|
+
}
|
|
380
|
+
N();
|
|
381
|
+
}
|
|
382
|
+
} };
|
|
383
|
+
O.closeButton = d.closeButton, m.closeButton === !1 || me(m.closeButton) ? O.closeButton = m.closeButton : m.closeButton === !0 && (O.closeButton = me(d.closeButton) ? d.closeButton : !0);
|
|
384
|
+
let B = { content: c, props: O, staleId: x };
|
|
385
|
+
d.limit && d.limit > 0 && l > d.limit && S ? n.push(B) : ee(j) ? setTimeout(() => {
|
|
386
|
+
A(B);
|
|
387
|
+
}, j) : A(B);
|
|
388
|
+
}, setProps(c) {
|
|
389
|
+
d = c;
|
|
390
|
+
}, setToggle: (c, m) => {
|
|
391
|
+
let v = f.get(c);
|
|
392
|
+
v && (v.toggle = m);
|
|
393
|
+
}, isToastActive: (c) => {
|
|
394
|
+
var m;
|
|
395
|
+
return (m = f.get(c)) == null ? void 0 : m.isActive;
|
|
396
|
+
}, getSnapshot: () => i };
|
|
397
|
+
}
|
|
398
|
+
var L = /* @__PURE__ */ new Map(), q = [], ue = /* @__PURE__ */ new Set(), lt = (e) => ue.forEach((a) => a(e)), Ce = () => L.size > 0;
|
|
399
|
+
function it() {
|
|
400
|
+
q.forEach((e) => ze(e.content, e.options)), q = [];
|
|
401
|
+
}
|
|
402
|
+
var ct = (e, { containerId: a }) => {
|
|
403
|
+
var o;
|
|
404
|
+
return (o = L.get(a || 1)) == null ? void 0 : o.toasts.get(e);
|
|
405
|
+
};
|
|
406
|
+
function Ee(e, a) {
|
|
407
|
+
var o;
|
|
408
|
+
if (a) return !!((o = L.get(a)) != null && o.isToastActive(e));
|
|
409
|
+
let r = !1;
|
|
410
|
+
return L.forEach((l) => {
|
|
411
|
+
l.isToastActive(e) && (r = !0);
|
|
412
|
+
}), r;
|
|
413
|
+
}
|
|
414
|
+
function dt(e) {
|
|
415
|
+
if (!Ce()) {
|
|
416
|
+
q = q.filter((a) => e != null && a.options.toastId !== e);
|
|
417
|
+
return;
|
|
32
418
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
419
|
+
if (e == null || $e(e)) L.forEach((a) => {
|
|
420
|
+
a.removeToast(e);
|
|
421
|
+
});
|
|
422
|
+
else if (e && ("containerId" in e || "id" in e)) {
|
|
423
|
+
let a = L.get(e.containerId);
|
|
424
|
+
a ? a.removeToast(e.id) : L.forEach((o) => {
|
|
425
|
+
o.removeToast(e.id);
|
|
426
|
+
});
|
|
38
427
|
}
|
|
39
428
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
var css_248z$9 = ".popup-overlay {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background-color: rgba(0, 0, 0, 0.7);\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n z-index: 9998;\r\n}\r\n:root {\r\n --main-yellow: #ffb525;\r\n --second-yellow:#ff902b;\r\n --gradient: linear-gradient(to bottom, var(--main-yellow), var(--second-yellow));;\r\n}\r\n";
|
|
45
|
-
styleInject(css_248z$9);
|
|
46
|
-
|
|
47
|
-
var Popup = function (_a) {
|
|
48
|
-
var onCloseClick = _a.onCloseClick, children = _a.children;
|
|
49
|
-
return (React.createElement("div", { className: "popup-overlay" },
|
|
50
|
-
React.createElement("div", { className: "shareSection col-12 d-flex position-relative flex-column mx-auto justify-content-center col-5 col-lg-6 d-flex gap-4" },
|
|
51
|
-
React.createElement("div", { className: "end-0 top-0 position-absolute " },
|
|
52
|
-
React.createElement("img", { src: x$1, alt: "close", className: "closeIcon me-2", onClick: onCloseClick })),
|
|
53
|
-
children)));
|
|
429
|
+
var ft = (e = {}) => {
|
|
430
|
+
L.forEach((a) => {
|
|
431
|
+
a.props.limit && (!e.containerId || a.id === e.containerId) && a.clearQueue();
|
|
432
|
+
});
|
|
54
433
|
};
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
var _a = React.useState(true), showPopUp = _a[0]; _a[1];
|
|
78
|
-
var handleClose = function () {
|
|
79
|
-
props.onClick();
|
|
434
|
+
function ze(e, a) {
|
|
435
|
+
me(e) && (Ce() || q.push({ content: e, options: a }), L.forEach((o) => {
|
|
436
|
+
o.buildToast(e, a);
|
|
437
|
+
}));
|
|
438
|
+
}
|
|
439
|
+
function mt(e) {
|
|
440
|
+
var a;
|
|
441
|
+
(a = L.get(e.containerId || 1)) == null || a.setToggle(e.id, e.fn);
|
|
442
|
+
}
|
|
443
|
+
function Me(e, a) {
|
|
444
|
+
L.forEach((o) => {
|
|
445
|
+
(a == null || !(a != null && a.containerId) || a?.containerId === o.id) && o.toggle(e, a?.id);
|
|
446
|
+
});
|
|
447
|
+
}
|
|
448
|
+
function ut(e) {
|
|
449
|
+
let a = e.containerId || 1;
|
|
450
|
+
return { subscribe(o) {
|
|
451
|
+
let r = nt(a, e, lt);
|
|
452
|
+
L.set(a, r);
|
|
453
|
+
let l = r.observe(o);
|
|
454
|
+
return it(), () => {
|
|
455
|
+
l(), L.delete(a);
|
|
80
456
|
};
|
|
81
|
-
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
457
|
+
}, setProps(o) {
|
|
458
|
+
var r;
|
|
459
|
+
(r = L.get(a)) == null || r.setProps(o);
|
|
460
|
+
}, getSnapshot() {
|
|
461
|
+
var o;
|
|
462
|
+
return (o = L.get(a)) == null ? void 0 : o.getSnapshot();
|
|
463
|
+
} };
|
|
464
|
+
}
|
|
465
|
+
function ht(e) {
|
|
466
|
+
return ue.add(e), () => {
|
|
467
|
+
ue.delete(e);
|
|
468
|
+
};
|
|
469
|
+
}
|
|
470
|
+
function pt(e) {
|
|
471
|
+
return e && (F(e.toastId) || ee(e.toastId)) ? e.toastId : Ie();
|
|
472
|
+
}
|
|
473
|
+
function te(e, a) {
|
|
474
|
+
return ze(e, a), a.toastId;
|
|
475
|
+
}
|
|
476
|
+
function re(e, a) {
|
|
477
|
+
return { ...a, type: a && a.type || e, toastId: pt(a) };
|
|
478
|
+
}
|
|
479
|
+
function ne(e) {
|
|
480
|
+
return (a, o) => te(a, re(e, o));
|
|
481
|
+
}
|
|
482
|
+
function _(e, a) {
|
|
483
|
+
return te(e, re("default", a));
|
|
484
|
+
}
|
|
485
|
+
_.loading = (e, a) => te(e, re("default", { isLoading: !0, autoClose: !1, closeOnClick: !1, closeButton: !1, draggable: !1, ...a }));
|
|
486
|
+
function gt(e, { pending: a, error: o, success: r }, l) {
|
|
487
|
+
let n;
|
|
488
|
+
a && (n = F(a) ? _.loading(a, l) : _.loading(a.render, { ...l, ...a }));
|
|
489
|
+
let i = { isLoading: null, autoClose: null, closeOnClick: null, closeButton: null, draggable: null }, d = (u, b, N) => {
|
|
490
|
+
if (b == null) {
|
|
491
|
+
_.dismiss(n);
|
|
492
|
+
return;
|
|
493
|
+
}
|
|
494
|
+
let C = { type: u, ...i, ...l, data: N }, h = F(b) ? { render: b } : b;
|
|
495
|
+
return n ? _.update(n, { ...C, ...h }) : _(h.render, { ...C, ...h }), N;
|
|
496
|
+
}, f = D(e) ? e() : e;
|
|
497
|
+
return f.then((u) => d("success", r, u)).catch((u) => d("error", o, u)), f;
|
|
498
|
+
}
|
|
499
|
+
_.promise = gt;
|
|
500
|
+
_.success = ne("success");
|
|
501
|
+
_.info = ne("info");
|
|
502
|
+
_.error = ne("error");
|
|
503
|
+
_.warning = ne("warning");
|
|
504
|
+
_.warn = _.warning;
|
|
505
|
+
_.dark = (e, a) => te(e, re("default", { theme: "dark", ...a }));
|
|
506
|
+
function xt(e) {
|
|
507
|
+
dt(e);
|
|
508
|
+
}
|
|
509
|
+
_.dismiss = xt;
|
|
510
|
+
_.clearWaitingQueue = ft;
|
|
511
|
+
_.isActive = Ee;
|
|
512
|
+
_.update = (e, a = {}) => {
|
|
513
|
+
let o = ct(e, a);
|
|
514
|
+
if (o) {
|
|
515
|
+
let { props: r, content: l } = o, n = { delay: 100, ...r, ...a, toastId: a.toastId || e, updateId: Ie() };
|
|
516
|
+
n.toastId !== e && (n.staleId = e);
|
|
517
|
+
let i = n.render || l;
|
|
518
|
+
delete n.render, te(i, n);
|
|
519
|
+
}
|
|
520
|
+
};
|
|
521
|
+
_.done = (e) => {
|
|
522
|
+
_.update(e, { progress: 1 });
|
|
523
|
+
};
|
|
524
|
+
_.onChange = ht;
|
|
525
|
+
_.play = (e) => Me(!0, e);
|
|
526
|
+
_.pause = (e) => Me(!1, e);
|
|
527
|
+
function vt(e) {
|
|
528
|
+
var a;
|
|
529
|
+
let { subscribe: o, getSnapshot: r, setProps: l } = U(ut(e)).current;
|
|
530
|
+
l(e);
|
|
531
|
+
let n = (a = He(o, r, r)) == null ? void 0 : a.slice();
|
|
532
|
+
function i(d) {
|
|
533
|
+
if (!n) return [];
|
|
534
|
+
let f = /* @__PURE__ */ new Map();
|
|
535
|
+
return e.newestOnTop && n.reverse(), n.forEach((u) => {
|
|
536
|
+
let { position: b } = u.props;
|
|
537
|
+
f.has(b) || f.set(b, []), f.get(b).push(u);
|
|
538
|
+
}), Array.from(f, (u) => d(u[0], u[1]));
|
|
539
|
+
}
|
|
540
|
+
return { getToastToRender: i, isToastActive: Ee, count: n?.length };
|
|
541
|
+
}
|
|
542
|
+
function yt(e) {
|
|
543
|
+
let [a, o] = E(!1), [r, l] = E(!1), n = U(null), i = U({ start: 0, delta: 0, removalDistance: 0, canCloseOnClick: !0, canDrag: !1, didMove: !1 }).current, { autoClose: d, pauseOnHover: f, closeToast: u, onClick: b, closeOnClick: N } = e;
|
|
544
|
+
mt({ id: e.toastId, containerId: e.containerId, fn: o }), Y(() => {
|
|
545
|
+
if (e.pauseOnFocusLoss) return C(), () => {
|
|
546
|
+
h();
|
|
86
547
|
};
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
React.createElement("img", { src: facebook, alt: "facebook", className: "socialMediaIcons " }),
|
|
100
|
-
React.createElement("span", { className: "socialMediaIconText" }, "Facebook"))),
|
|
101
|
-
React.createElement("a", { href: "https://api.whatsapp.com/send?text=https://www.nestiq.de", target: "blank", className: "text-decoration-none" },
|
|
102
|
-
React.createElement("div", { className: " flex-column d-flex align-items-center" },
|
|
103
|
-
React.createElement("img", { src: whatsapp, alt: "whatsapp", className: " socialMediaIcons" }),
|
|
104
|
-
React.createElement("span", { className: "socialMediaIconText" }, "WhatsApp"))),
|
|
105
|
-
React.createElement("a", { href: "https://www.linkedin.com/shareArticle?mini=true&url=https://www.nestiq.de", target: "blank", className: "text-decoration-none" },
|
|
106
|
-
React.createElement("div", { className: " flex-column d-flex align-items-center" },
|
|
107
|
-
React.createElement("img", { src: linkedln, alt: "linkedin", className: " socialMediaIcons" }),
|
|
108
|
-
React.createElement("span", { className: "socialMediaIconText" }, "LinkedIn"))),
|
|
109
|
-
React.createElement("a", { href: "https://www.nestiq.de", target: "blank", className: "text-decoration-none" },
|
|
110
|
-
React.createElement("div", { className: " flex-column d-flex align-items-center" },
|
|
111
|
-
React.createElement("img", { src: email, alt: "email", className: " socialMediaIcons" }),
|
|
112
|
-
React.createElement("span", { className: "socialMediaIconText" }, "E-Mail")))),
|
|
113
|
-
React.createElement("div", { className: "col-10 mx-auto" },
|
|
114
|
-
React.createElement("div", { className: " row align-items-center position-relative" },
|
|
115
|
-
React.createElement("input", { ref: urlInputRef, type: "text", className: "popup_search-input rounded-4 border border-0 ", placeholder: "Enter link here", value: window.location.href, readOnly: true }),
|
|
116
|
-
React.createElement("button", { onClick: copyToClipboard, className: "popupcustom-button border border-0 position-absolute me-2 col-lg-3 col-md-3 col-sm-3 rounded-4 fs-6", type: "button", id: "button" },
|
|
117
|
-
React.createElement("strong", null, "Kopieren")))))))));
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
function formatPrice(number) {
|
|
121
|
-
return number.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
|
|
122
|
-
}
|
|
123
|
-
function formatPropertyArea(area) {
|
|
124
|
-
if (typeof area === "number" || typeof area === "string") {
|
|
125
|
-
return area
|
|
126
|
-
.toString()
|
|
127
|
-
.replace(".", ",")
|
|
128
|
-
.replace(/\B(?=(\d{3})+(?!\d))/g, ".");
|
|
548
|
+
}, [e.pauseOnFocusLoss]);
|
|
549
|
+
function C() {
|
|
550
|
+
document.hasFocus() || A(), window.addEventListener("focus", g), window.addEventListener("blur", A);
|
|
551
|
+
}
|
|
552
|
+
function h() {
|
|
553
|
+
window.removeEventListener("focus", g), window.removeEventListener("blur", A);
|
|
554
|
+
}
|
|
555
|
+
function w(x) {
|
|
556
|
+
if (e.draggable === !0 || e.draggable === x.pointerType) {
|
|
557
|
+
c();
|
|
558
|
+
let j = n.current;
|
|
559
|
+
i.canCloseOnClick = !0, i.canDrag = !0, j.style.transition = "none", e.draggableDirection === "x" ? (i.start = x.clientX, i.removalDistance = j.offsetWidth * (e.draggablePercent / 100)) : (i.start = x.clientY, i.removalDistance = j.offsetHeight * (e.draggablePercent === 80 ? e.draggablePercent * 1.5 : e.draggablePercent) / 100);
|
|
129
560
|
}
|
|
130
|
-
|
|
131
|
-
|
|
561
|
+
}
|
|
562
|
+
function p(x) {
|
|
563
|
+
let { top: j, bottom: S, left: O, right: B } = n.current.getBoundingClientRect();
|
|
564
|
+
x.nativeEvent.type !== "touchend" && e.pauseOnHover && x.clientX >= O && x.clientX <= B && x.clientY >= j && x.clientY <= S ? A() : g();
|
|
565
|
+
}
|
|
566
|
+
function g() {
|
|
567
|
+
o(!0);
|
|
568
|
+
}
|
|
569
|
+
function A() {
|
|
570
|
+
o(!1);
|
|
571
|
+
}
|
|
572
|
+
function c() {
|
|
573
|
+
i.didMove = !1, document.addEventListener("pointermove", v), document.addEventListener("pointerup", k);
|
|
574
|
+
}
|
|
575
|
+
function m() {
|
|
576
|
+
document.removeEventListener("pointermove", v), document.removeEventListener("pointerup", k);
|
|
577
|
+
}
|
|
578
|
+
function v(x) {
|
|
579
|
+
let j = n.current;
|
|
580
|
+
if (i.canDrag && j) {
|
|
581
|
+
i.didMove = !0, a && A(), e.draggableDirection === "x" ? i.delta = x.clientX - i.start : i.delta = x.clientY - i.start, i.start !== x.clientX && (i.canCloseOnClick = !1);
|
|
582
|
+
let S = e.draggableDirection === "x" ? `${i.delta}px, var(--y)` : `0, calc(${i.delta}px + var(--y))`;
|
|
583
|
+
j.style.transform = `translate3d(${S},0)`, j.style.opacity = `${1 - Math.abs(i.delta / i.removalDistance)}`;
|
|
132
584
|
}
|
|
585
|
+
}
|
|
586
|
+
function k() {
|
|
587
|
+
m();
|
|
588
|
+
let x = n.current;
|
|
589
|
+
if (i.canDrag && i.didMove && x) {
|
|
590
|
+
if (i.canDrag = !1, Math.abs(i.delta) > i.removalDistance) {
|
|
591
|
+
l(!0), e.closeToast(!0), e.collapseAll();
|
|
592
|
+
return;
|
|
593
|
+
}
|
|
594
|
+
x.style.transition = "transform 0.2s, opacity 0.2s", x.style.removeProperty("transform"), x.style.removeProperty("opacity");
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
let T = { onPointerDown: w, onPointerUp: p };
|
|
598
|
+
return d && f && (T.onMouseEnter = A, e.stacked || (T.onMouseLeave = g)), N && (T.onClick = (x) => {
|
|
599
|
+
b && b(x), i.canCloseOnClick && u(!0);
|
|
600
|
+
}), { playToast: g, pauseToast: A, isRunning: a, preventExitTransition: r, toastRef: n, eventHandlers: T };
|
|
601
|
+
}
|
|
602
|
+
var bt = typeof window < "u" ? je : Y, le = ({ theme: e, type: a, isLoading: o, ...r }) => I.createElement("svg", { viewBox: "0 0 24 24", width: "100%", height: "100%", fill: e === "colored" ? "currentColor" : `var(--toastify-icon-color-${a})`, ...r });
|
|
603
|
+
function At(e) {
|
|
604
|
+
return I.createElement(le, { ...e }, I.createElement("path", { d: "M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z" }));
|
|
605
|
+
}
|
|
606
|
+
function wt(e) {
|
|
607
|
+
return I.createElement(le, { ...e }, I.createElement("path", { d: "M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z" }));
|
|
608
|
+
}
|
|
609
|
+
function _t(e) {
|
|
610
|
+
return I.createElement(le, { ...e }, I.createElement("path", { d: "M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z" }));
|
|
611
|
+
}
|
|
612
|
+
function jt(e) {
|
|
613
|
+
return I.createElement(le, { ...e }, I.createElement("path", { d: "M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z" }));
|
|
133
614
|
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
615
|
+
function Tt() {
|
|
616
|
+
return I.createElement("div", { className: "Toastify__spinner" });
|
|
617
|
+
}
|
|
618
|
+
var he = { info: wt, warning: At, success: _t, error: jt, spinner: Tt }, Nt = (e) => e in he;
|
|
619
|
+
function kt({ theme: e, type: a, isLoading: o, icon: r }) {
|
|
620
|
+
let l = null, n = { theme: e, type: a };
|
|
621
|
+
return r === !1 || (D(r) ? l = r({ ...n, isLoading: o }) : oe(r) ? l = ge(r, n) : o ? l = he.spinner() : Nt(a) && (l = he[a](n))), l;
|
|
622
|
+
}
|
|
623
|
+
var It = (e) => {
|
|
624
|
+
let { isRunning: a, preventExitTransition: o, toastRef: r, eventHandlers: l, playToast: n } = yt(e), { closeButton: i, children: d, autoClose: f, onClick: u, type: b, hideProgressBar: N, closeToast: C, transition: h, position: w, className: p, style: g, progressClassName: A, updateId: c, role: m, progress: v, rtl: k, toastId: T, deleteToast: x, isIn: j, isLoading: S, closeOnClick: O, theme: B, ariaLabel: R } = e, Q = J("Toastify__toast", `Toastify__toast-theme--${B}`, `Toastify__toast--${b}`, { "Toastify__toast--rtl": k }, { "Toastify__toast--close-on-click": O }), ie = D(p) ? p({ rtl: k, position: w, type: b, defaultClassName: Q }) : J(Q, p), V = kt(e), Z = !!v || !f, W = { closeToast: C, type: b, theme: B }, H = null;
|
|
625
|
+
return i === !1 || (D(i) ? H = i(W) : oe(i) ? H = ge(i, W) : H = st(W)), I.createElement(h, { isIn: j, done: x, position: w, preventExitTransition: o, nodeRef: r, playToast: n }, I.createElement("div", { id: T, tabIndex: 0, onClick: u, "data-in": j, className: ie, ...l, style: g, ref: r, ...j && { role: m, "aria-label": R } }, V != null && I.createElement("div", { className: J("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !S }) }, V), ke(d, e, !a), H, !e.customProgressBar && I.createElement(ot, { ...c && !Z ? { key: `p-${c}` } : {}, rtl: k, theme: B, delay: f, isRunning: a, isIn: j, closeToast: C, hide: N, type: b, className: A, controlledProgress: Z, progress: v || 0 })));
|
|
626
|
+
}, Ct = (e, a = !1) => ({ enter: `Toastify--animate Toastify__${e}-enter`, exit: `Toastify--animate Toastify__${e}-exit`, appendPosition: a }), Et = at(Ct("bounce", !0)), zt = { position: "top-right", transition: Et, autoClose: 5e3, closeButton: !0, pauseOnHover: !0, pauseOnFocusLoss: !0, draggable: "touch", draggablePercent: 80, draggableDirection: "x", role: "alert", theme: "light", "aria-label": "Notifications Alt+T", hotKeys: (e) => e.altKey && e.code === "KeyT" };
|
|
627
|
+
function Mt(e) {
|
|
628
|
+
let a = { ...zt, ...e }, o = e.stacked, [r, l] = E(!0), n = U(null), { getToastToRender: i, isToastActive: d, count: f } = vt(a), { className: u, style: b, rtl: N, containerId: C, hotKeys: h } = a;
|
|
629
|
+
function w(g) {
|
|
630
|
+
let A = J("Toastify__toast-container", `Toastify__toast-container--${g}`, { "Toastify__toast-container--rtl": N });
|
|
631
|
+
return D(u) ? u({ position: g, rtl: N, defaultClassName: A }) : J(A, fe(u));
|
|
632
|
+
}
|
|
633
|
+
function p() {
|
|
634
|
+
o && (l(!0), _.play());
|
|
635
|
+
}
|
|
636
|
+
return bt(() => {
|
|
637
|
+
var g;
|
|
638
|
+
if (o) {
|
|
639
|
+
let A = n.current.querySelectorAll('[data-in="true"]'), c = 12, m = (g = a.position) == null ? void 0 : g.includes("top"), v = 0, k = 0;
|
|
640
|
+
Array.from(A).reverse().forEach((T, x) => {
|
|
641
|
+
let j = T;
|
|
642
|
+
j.classList.add("Toastify__toast--stacked"), x > 0 && (j.dataset.collapsed = `${r}`), j.dataset.pos || (j.dataset.pos = m ? "top" : "bot");
|
|
643
|
+
let S = v * (r ? 0.2 : 1) + (r ? 0 : c * x);
|
|
644
|
+
j.style.setProperty("--y", `${m ? S : S * -1}px`), j.style.setProperty("--g", `${c}`), j.style.setProperty("--s", `${1 - (r ? k : 0)}`), v += j.offsetHeight, k += 0.025;
|
|
645
|
+
});
|
|
646
|
+
}
|
|
647
|
+
}, [r, f, o]), Y(() => {
|
|
648
|
+
function g(A) {
|
|
649
|
+
var c;
|
|
650
|
+
let m = n.current;
|
|
651
|
+
h(A) && ((c = m.querySelector('[tabIndex="0"]')) == null || c.focus(), l(!1), _.pause()), A.key === "Escape" && (document.activeElement === m || m != null && m.contains(document.activeElement)) && (l(!0), _.play());
|
|
652
|
+
}
|
|
653
|
+
return document.addEventListener("keydown", g), () => {
|
|
654
|
+
document.removeEventListener("keydown", g);
|
|
146
655
|
};
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
var css_248z$6 = ".mainImage {\r\n height: 80%;\r\n}\r\n\r\n.secondList {\r\n height: 20%;\r\n max-height: 121.6px;\r\n}\r\n\r\n.listImageButton {\r\n background-image: linear-gradient(to top, #000, #666);\r\n align-items: center !important;\r\n justify-content: center !important;\r\n min-height: 121px;\r\n}\r\n\r\n.listImgText {\r\n height: 30px;\r\n font-size: 14px;\r\n line-height: 2.14;\r\n color: #fff;\r\n}\r\n\r\n.arroIconColour {\r\n height: 30px;\r\n fill: #fff !important;\r\n}\r\n\r\n.onImageArrow {\r\n width: 50px;\r\n height: 50px;\r\n padding: 23px 8px;\r\n background-color: rgba(255, 255, 255, 0.8);\r\n}\r\n\r\n.blackArrow {\r\n width: 20px;\r\n height: 20px;\r\n}\r\n\r\n\r\n.imagesArray {\r\n background-size: cover !important;\r\n}\r\n@media (max-width: 450px) {\r\n .Pimagelist {\r\n }\r\n .mainImage {\r\n height: 500px;\r\n width: 88vw;\r\n }\r\n}\r\n\r\n/* @media (min-width: 390px) and (max-width: 850px) {\r\n .Pimagelist {\r\n }\r\n .mainImage {\r\n height: 500px;\r\n width: 58vw;\r\n }\r\n} */\r\n@media (min-width: 768px) and (max-width: 819px) {\r\n .Pimagelist {\r\n }\r\n .mainImage {\r\n height: 80%;\r\n width: 58vw;\r\n }\r\n}\r\n@media (min-width: 820px) and (max-width: 850px) {\r\n .Pimagelist {\r\n }\r\n .mainImage {\r\n height: 80%;\r\n width: 58vw;\r\n }\r\n}\r\n\r\n.image-thumbnail {\r\n position: relative;\r\n transition: opacity 0.3s ease-in-out;\r\n height: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.image-thumbnail img {\r\n height: 100%;\r\n object-fit: cover;\r\n border-radius: 8px;\r\n}\r\n\r\n.image-thumbnail.greyed-out img {\r\n filter: grayscale(100%) brightness(50%);\r\n}\r\n\r\n.image-thumbnail.selected img {\r\n filter: none;\r\n border: 2px solid #007bff; /* Highlight border for selected image */\r\n}";
|
|
190
|
-
styleInject(css_248z$6);
|
|
191
|
-
|
|
192
|
-
var css_248z$5 = ".popup-header {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100%;\r\n padding: 1rem;\r\n position: absolute;\r\n top: 0;\r\n}\r\n\r\n.closeIconNestiq {\r\n position: absolute;\r\n right: 10px;\r\n top: 10px;\r\n width: 12px;\r\n height: 12px;\r\n cursor: pointer;\r\n z-index: 1;\r\n}\r\n\r\n.popup-title {\r\n color: white;\r\n font-size: 24px;\r\n font-weight: bold;\r\n}\r\n\r\n.btn-close {\r\n position: absolute;\r\n right: 1rem;\r\n top: 1rem;\r\n background: none;\r\n border: none;\r\n color: white;\r\n font-size: 24px;\r\n cursor: pointer;\r\n}\r\n\r\n.popup-body {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n padding: 1rem;\r\n position: relative;\r\n flex: 1;\r\n}\r\n\r\n.main-image {\r\n max-width: 100%;\r\n max-height: 80vh;\r\n border-radius: 8px;\r\n}\r\n\r\n.btn-prev,\r\n.btn-next {\r\n background: none;\r\n border: none;\r\n color: white;\r\n font-size: 48px;\r\n cursor: pointer;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n}\r\n\r\n.btn-prev {\r\n left: 10px;\r\n}\r\n\r\n.btn-next {\r\n right: 10px;\r\n}\r\n\r\n.popup-thumbnails {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 10px;\r\n padding: 1rem;\r\n}\r\n\r\n.thumbnail {\r\n width: 60px;\r\n height: 60px;\r\n object-fit: cover;\r\n border-radius: 8px;\r\n cursor: pointer;\r\n opacity: 0.6;\r\n}\r\n\r\n.thumbnail.active {\r\n border: 2px solid white;\r\n opacity: 1;\r\n}\r\n\r\n.activeStyle {\r\n border: 3px solid transparent;\r\n border-radius: 4px;\r\n transition: transform 0.2s ease, border-color 0.2s ease;\r\n cursor: pointer;\r\n}\r\n\r\n.activeStyle:hover {\r\n transform: scale(1.05);\r\n}\r\n\r\n.activeStyle:focus {\r\n outline: none;\r\n transform: scale(1.05);\r\n}\r\n\r\n.activeStyle.active {\r\n transform: scale(1.05);\r\n}\r\n";
|
|
193
|
-
styleInject(css_248z$5);
|
|
194
|
-
|
|
195
|
-
var iconClose = "/static/media/close.b5ce9141e80c688b.png";
|
|
196
|
-
|
|
197
|
-
function ImageListPopup(props) {
|
|
198
|
-
var _a = React.useState(true), showPopUp = _a[0]; _a[1];
|
|
199
|
-
var _b = React.useState(0), currentImageIndex = _b[0], setCurrentImageIndex = _b[1];
|
|
200
|
-
var imageListRef = React.useRef(null);
|
|
201
|
-
var handleArrowClickInMainImage = function (direction) {
|
|
202
|
-
if (props.pictureUrls.length === 0)
|
|
203
|
-
return;
|
|
204
|
-
var newIndex = currentImageIndex;
|
|
205
|
-
if (direction === "left") {
|
|
206
|
-
newIndex =
|
|
207
|
-
(currentImageIndex - 1 + props.pictureUrls.length) %
|
|
208
|
-
props.pictureUrls.length;
|
|
656
|
+
}, [h]), I.createElement("section", { ref: n, className: "Toastify", id: C, onMouseEnter: () => {
|
|
657
|
+
o && (l(!1), _.pause());
|
|
658
|
+
}, onMouseLeave: p, "aria-live": "polite", "aria-atomic": "false", "aria-relevant": "additions text", "aria-label": a["aria-label"] }, i((g, A) => {
|
|
659
|
+
let c = A.length ? { ...b } : { ...b, pointerEvents: "none" };
|
|
660
|
+
return I.createElement("div", { tabIndex: -1, className: w(g), "data-stacked": o, style: c, key: `c-${g}` }, A.map(({ content: m, props: v }) => I.createElement(It, { ...v, stacked: o, collapseAll: p, isIn: d(v.toastId, v.containerId), key: `t-${v.key}` }, m)));
|
|
661
|
+
}));
|
|
662
|
+
}
|
|
663
|
+
function Pe(e) {
|
|
664
|
+
const [a, o] = E(!0), r = () => {
|
|
665
|
+
e.onClick();
|
|
666
|
+
}, l = U(null), n = () => {
|
|
667
|
+
l.current.select(), document.execCommand("copy"), _.success("URL copied to clipboard!");
|
|
668
|
+
};
|
|
669
|
+
return /* @__PURE__ */ t.jsx("div", { children: a && /* @__PURE__ */ t.jsx("div", { className: " popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: "shareSection col-12 d-flex position-relative flex-column mx-auto justify-content-center col-5 col-lg-6 d-flex gap-4", children: [
|
|
670
|
+
/* @__PURE__ */ t.jsx("div", { className: "end-0 top-0 position-absolute ", children: /* @__PURE__ */ t.jsx(
|
|
671
|
+
"img",
|
|
672
|
+
{
|
|
673
|
+
src: $,
|
|
674
|
+
alt: "close",
|
|
675
|
+
className: "closeIcon_c me-2",
|
|
676
|
+
onClick: r
|
|
677
|
+
}
|
|
678
|
+
) }),
|
|
679
|
+
/* @__PURE__ */ t.jsx("div", { className: "popUpHeader col-lg-12 d-flex justify-content-center mb-2", children: "Jetzt teilen und weitersagen!" }),
|
|
680
|
+
/* @__PURE__ */ t.jsxs("div", { className: "h-25 col-lg-12 socialMediaIconsSection d-flex flex-row align-items-center justify-content-center mx-auto", children: [
|
|
681
|
+
/* @__PURE__ */ t.jsx(
|
|
682
|
+
"a",
|
|
683
|
+
{
|
|
684
|
+
href: "https://twitter.com/intent/tweet?url=https://www.nestiq.de&text=Nestiq",
|
|
685
|
+
className: "text-decoration-none",
|
|
686
|
+
target: "blank",
|
|
687
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: " flex-column d-flex align-items-center", children: [
|
|
688
|
+
/* @__PURE__ */ t.jsx(
|
|
689
|
+
"img",
|
|
690
|
+
{
|
|
691
|
+
src: Ke,
|
|
692
|
+
alt: "twitter",
|
|
693
|
+
className: "socialMediaIcons"
|
|
694
|
+
}
|
|
695
|
+
),
|
|
696
|
+
/* @__PURE__ */ t.jsx("span", { className: "socialMediaIconText", children: "X (Twitter)" })
|
|
697
|
+
] })
|
|
209
698
|
}
|
|
210
|
-
|
|
211
|
-
|
|
699
|
+
),
|
|
700
|
+
/* @__PURE__ */ t.jsx(
|
|
701
|
+
"a",
|
|
702
|
+
{
|
|
703
|
+
href: "https://www.facebook.com/sharer/sharer.php?u=https://www.nestiq.de",
|
|
704
|
+
className: "text-decoration-none",
|
|
705
|
+
target: "blank",
|
|
706
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: " flex-column d-flex align-items-center", children: [
|
|
707
|
+
/* @__PURE__ */ t.jsx(
|
|
708
|
+
"img",
|
|
709
|
+
{
|
|
710
|
+
src: Ye,
|
|
711
|
+
alt: "facebook",
|
|
712
|
+
className: "socialMediaIcons "
|
|
713
|
+
}
|
|
714
|
+
),
|
|
715
|
+
/* @__PURE__ */ t.jsx("span", { className: "socialMediaIconText", children: "Facebook" })
|
|
716
|
+
] })
|
|
212
717
|
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
718
|
+
),
|
|
719
|
+
/* @__PURE__ */ t.jsx(
|
|
720
|
+
"a",
|
|
721
|
+
{
|
|
722
|
+
href: "https://api.whatsapp.com/send?text=https://www.nestiq.de",
|
|
723
|
+
target: "blank",
|
|
724
|
+
className: "text-decoration-none",
|
|
725
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: " flex-column d-flex align-items-center", children: [
|
|
726
|
+
/* @__PURE__ */ t.jsx(
|
|
727
|
+
"img",
|
|
728
|
+
{
|
|
729
|
+
src: Xe,
|
|
730
|
+
alt: "whatsapp",
|
|
731
|
+
className: " socialMediaIcons"
|
|
732
|
+
}
|
|
733
|
+
),
|
|
734
|
+
/* @__PURE__ */ t.jsx("span", { className: "socialMediaIconText", children: "WhatsApp" })
|
|
735
|
+
] })
|
|
222
736
|
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
737
|
+
),
|
|
738
|
+
/* @__PURE__ */ t.jsx(
|
|
739
|
+
"a",
|
|
740
|
+
{
|
|
741
|
+
href: "https://www.linkedin.com/shareArticle?mini=true&url=https://www.nestiq.de",
|
|
742
|
+
target: "blank",
|
|
743
|
+
className: "text-decoration-none",
|
|
744
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: " flex-column d-flex align-items-center", children: [
|
|
745
|
+
/* @__PURE__ */ t.jsx(
|
|
746
|
+
"img",
|
|
747
|
+
{
|
|
748
|
+
src: Ze,
|
|
749
|
+
alt: "linkedin",
|
|
750
|
+
className: " socialMediaIcons"
|
|
751
|
+
}
|
|
752
|
+
),
|
|
753
|
+
/* @__PURE__ */ t.jsx("span", { className: "socialMediaIconText", children: "LinkedIn" })
|
|
754
|
+
] })
|
|
755
|
+
}
|
|
756
|
+
),
|
|
757
|
+
/* @__PURE__ */ t.jsx(
|
|
758
|
+
"a",
|
|
759
|
+
{
|
|
760
|
+
href: "https://www.nestiq.de",
|
|
761
|
+
target: "blank",
|
|
762
|
+
className: "text-decoration-none",
|
|
763
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: " flex-column d-flex align-items-center", children: [
|
|
764
|
+
/* @__PURE__ */ t.jsx("img", { src: Ge, alt: "email", className: " socialMediaIcons" }),
|
|
765
|
+
/* @__PURE__ */ t.jsx("span", { className: "socialMediaIconText", children: "E-Mail" })
|
|
766
|
+
] })
|
|
767
|
+
}
|
|
768
|
+
)
|
|
769
|
+
] }),
|
|
770
|
+
/* @__PURE__ */ t.jsx("div", { className: "col-10 mx-auto", children: /* @__PURE__ */ t.jsxs("div", { className: " row align-items-center position-relative", children: [
|
|
771
|
+
/* @__PURE__ */ t.jsx(
|
|
772
|
+
"input",
|
|
773
|
+
{
|
|
774
|
+
ref: l,
|
|
775
|
+
type: "text",
|
|
776
|
+
className: "popup_search-input rounded-4 border border-0 ",
|
|
777
|
+
placeholder: "Enter link here",
|
|
778
|
+
value: window.location.href,
|
|
779
|
+
readOnly: !0
|
|
780
|
+
}
|
|
781
|
+
),
|
|
782
|
+
/* @__PURE__ */ t.jsx(
|
|
783
|
+
"button",
|
|
784
|
+
{
|
|
785
|
+
onClick: n,
|
|
786
|
+
className: "popupcustom-button border border-0 position-absolute me-2 col-lg-3 col-md-3 col-sm-3 rounded-4 fs-6",
|
|
787
|
+
type: "button",
|
|
788
|
+
id: "button",
|
|
789
|
+
children: /* @__PURE__ */ t.jsx("strong", { children: "Kopieren" })
|
|
790
|
+
}
|
|
791
|
+
)
|
|
792
|
+
] }) })
|
|
793
|
+
] }) }) });
|
|
794
|
+
}
|
|
795
|
+
function xe(e) {
|
|
796
|
+
return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
|
|
797
|
+
}
|
|
798
|
+
function Se(e) {
|
|
799
|
+
return typeof e == "number" || typeof e == "string" ? e.toString().replace(".", ",").replace(/\B(?=(\d{3})+(?!\d))/g, ".") : e;
|
|
800
|
+
}
|
|
801
|
+
function Yt(e) {
|
|
802
|
+
const [a, o] = E(!1);
|
|
803
|
+
e.property?.propertyArea;
|
|
804
|
+
const r = () => o(!0), l = () => o(!1), n = {
|
|
805
|
+
kaufpreis: e.translations?.kaufpreis || "Kaufpreis",
|
|
806
|
+
wohnflache: e.translations?.wohnflache || "Wohnfläche",
|
|
807
|
+
zimmer: e.translations?.zimmer || "Zimmer",
|
|
808
|
+
grundriss: e.translations?.grundriss || "Grundriss"
|
|
809
|
+
};
|
|
810
|
+
return /* @__PURE__ */ t.jsxs("div", { className: "compact_cc d-flex flex-column col-12 col-lg-12 mt-3 justify-content-between", children: [
|
|
811
|
+
/* @__PURE__ */ t.jsxs("div", { className: "col-12 d-flex flex-row", children: [
|
|
812
|
+
/* @__PURE__ */ t.jsx("div", { className: "header_Text d-flex col-lg-11 col-md-11 mt-0", children: /* @__PURE__ */ t.jsx("strong", { children: e.title ?? "-" }) }),
|
|
813
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex col-lg-1 col-md-1 justify-content-end position-relative", children: /* @__PURE__ */ t.jsx(
|
|
814
|
+
"img",
|
|
815
|
+
{
|
|
816
|
+
src: Te,
|
|
817
|
+
alt: "share icon",
|
|
818
|
+
className: "v_share me-3 position-absolute",
|
|
819
|
+
onClick: r
|
|
820
|
+
}
|
|
821
|
+
) })
|
|
822
|
+
] }),
|
|
823
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-row justify-content-between", children: [
|
|
824
|
+
/* @__PURE__ */ t.jsx("div", { className: "col-6 d-flex flex-row align-items-end jsutify-content-start gap-1", children: /* @__PURE__ */ t.jsxs("div", { className: "d-flex gap-1 justify-content-center", children: [
|
|
825
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex gap-2 align-items-center", children: /* @__PURE__ */ t.jsx("img", { src: We, className: "", alt: "location Icon" }) }),
|
|
826
|
+
/* @__PURE__ */ t.jsx("div", { className: "textWrapper", children: e.property?.fullAddress })
|
|
827
|
+
] }) }),
|
|
828
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex align-items-end gap-3 justify-content-end flex-row col-lg-6 col-md-6 col-sm-5", children: [
|
|
829
|
+
e && /* @__PURE__ */ t.jsxs("div", { className: "propText h-100 d-flex flex-column align-items-center justify-content-center", children: [
|
|
830
|
+
/* @__PURE__ */ t.jsxs("span", { className: "", children: [
|
|
831
|
+
xe(e.property?.askingPrice ?? 0),
|
|
832
|
+
"€ ",
|
|
833
|
+
/* @__PURE__ */ t.jsx("br", {})
|
|
834
|
+
] }),
|
|
835
|
+
/* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.kaufpreis })
|
|
836
|
+
] }),
|
|
837
|
+
e && /* @__PURE__ */ t.jsxs("div", { className: "propText h-100 d-flex flex-column align-items-center justify-content-center", children: [
|
|
838
|
+
/* @__PURE__ */ t.jsx("span", { className: "", children: Se(e.property.constructedArea) ?? 0 }),
|
|
839
|
+
/* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.wohnflache })
|
|
840
|
+
] }),
|
|
841
|
+
e && /* @__PURE__ */ t.jsxs("div", { className: "propText h-100 d-flex flex-column align-items-center justify-content-center", children: [
|
|
842
|
+
/* @__PURE__ */ t.jsx("span", { className: "", children: e.property.rooms }),
|
|
843
|
+
/* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.zimmer })
|
|
844
|
+
] })
|
|
845
|
+
] })
|
|
846
|
+
] }),
|
|
847
|
+
a && /* @__PURE__ */ t.jsx(Pe, { onClick: () => l() })
|
|
848
|
+
] });
|
|
849
|
+
}
|
|
850
|
+
const Pt = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20class='bi%20bi-chevron-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708'/%3e%3c/svg%3e", Le = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708'/%3e%3c/svg%3e", Be = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200'/%3e%3c/svg%3e", St = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200'/%3e%3c/svg%3e", Lt = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.242%201.29H4.297a1.76%201.76%200%200%200-1.758%201.757v.742h-.781A1.76%201.76%200%200%200%200%205.547v11.406c0%20.97.789%201.758%201.758%201.758h13.945a1.76%201.76%200%200%200%201.758-1.758v-.742h.781A1.76%201.76%200%200%200%2020%2014.453V3.047a1.76%201.76%200%200%200-1.758-1.758zM4.297%202.46h13.945c.323%200%20.586.264.586.587v5.508l-3.49-2.47a.586.586%200%200%200-.724.037L10%2010.159l-2.114-1.85a.586.586%200%200%200-.748-.02l-3.427%202.693V3.047c0-.323.263-.586.586-.586zm11.992%2014.493a.587.587%200%200%201-.586.586H1.758a.587.587%200%200%201-.586-.586V5.547c0-.323.263-.586.586-.586h.781v9.492c0%20.97.789%201.758%201.758%201.758h11.992v.742zm1.953-1.914H4.297a.587.587%200%200%201-.586-.586v-1.98L7.48%209.51l2.134%201.868c.221.193.55.193.772%200l4.652-4.071%203.79%202.683v4.462a.587.587%200%200%201-.586.586z'%20fill='%23fff'/%3e%3cpath%20d='M10%207.46a1.838%201.838%200%200%200%201.836-1.835A1.838%201.838%200%200%200%2010%203.789a1.838%201.838%200%200%200-1.836%201.836c0%201.012.824%201.836%201.836%201.836zm0-2.5a.665.665%200%201%201-.001%201.33A.665.665%200%200%201%2010%204.96z'%20fill='%23fff'/%3e%3c/svg%3e", Bt = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23bq66l33lna)'%3e%3cpath%20d='M19.286%200a.715.715%200%200%200-.32.075l-5.413%202.707-6.12-2.72C7.423.058%207.41.057%207.4.052a.741.741%200%200%200-.17-.044%201.063%201.063%200%200%200-.175%200%20.742.742%200%200%200-.171.044c-.01.005-.022.005-.032.01L.424%202.919A.714.714%200%200%200%200%203.572v15.714a.714.714%200%200%200%201.004.653l6.139-2.729%206.138%202.729c.01.004.022%200%20.033.006a.63.63%200%200%200%20.54-.012c.012-.005.025%200%20.036-.008l5.715-2.857a.714.714%200%200%200%20.395-.64V.716A.714.714%200%200%200%2019.286%200zM6.428%2015.964l-5%202.222V4.036l5-2.222v14.15zm6.429%202.222-5-2.222V1.814l5%202.222v14.15zm5.714-2.199-4.286%202.143V4.013l4.286-2.143v14.117z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='bq66l33lna'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Re = "data:image/svg+xml,%3csvg%20width='22'%20height='20'%20viewBox='0%200%2022%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m21.354%205.808-10-5.714a.714.714%200%200%200-.709%200l-10%205.714a.714.714%200%200%200%20.017%201.25l10%205.357a.714.714%200%200%200%20.675%200l10-5.357a.714.714%200%200%200%20.017-1.25zM11%2010.975%202.475%206.408%2011%201.537l8.525%204.871L11%2010.975z'%20fill='%23fff'/%3e%3cpath%20d='m11.34%2016.162%209.656-5.31V9.22l-10%205.5-10-5.5v1.63l9.656%205.31a.715.715%200%200%200%20.688%200z'%20fill='%23fff'/%3e%3cpath%20d='m.996%2014.762%209.664%205.154a.714.714%200%200%200%20.672%200l9.664-5.154v-1.62l-10%205.334-10-5.333v1.619z'%20fill='%23fff'/%3e%3c/svg%3e", Oe = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTP///////////////////////////////////////////////////////////////////////308lk0AAAASdFJOUwAUewieGb7PD9mvXxrH74slIK+eL1kAAAC1SURBVDjLhZPZDoQgEARbRE6vnf//2MWsrigN8AKhKmQYGiAaq8CGU0Z/gChphLHkk09g3bEcgpiRcpENv7kw5nM/QAkzLi4Rzp7LxRXni+ij2NJ4cGK8eGZYR/nLIPxhUJ4bnGdGhb8NzR7PtnlucH7f7+xHnSdjaHNmPHlp3P2z1Mj6+7+LH3r58FMvH5dRz4efe/k4jHY+UqW6nY+ATj5WrO18eGztfKSPH03g339UJkR8AdmUH0nsMIanAAAAAElFTkSuQmCC";
|
|
851
|
+
function pe(e) {
|
|
852
|
+
const [a, o] = E(!0), [r, l] = E(0), n = U(null), i = (f) => {
|
|
853
|
+
if (e.pictureUrls.length === 0) return;
|
|
854
|
+
let u = r;
|
|
855
|
+
f === "left" ? u = (r - 1 + e.pictureUrls.length) % e.pictureUrls.length : f === "right" && (u = (r + 1) % e.pictureUrls.length), l(u), n.current.scrollTo({
|
|
856
|
+
left: u * 150,
|
|
857
|
+
behavior: "smooth"
|
|
858
|
+
});
|
|
859
|
+
}, d = () => {
|
|
860
|
+
e.onClose && e.onClose();
|
|
861
|
+
};
|
|
862
|
+
return /* @__PURE__ */ t.jsx("div", { children: a && /* @__PURE__ */ t.jsx("div", { className: "popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: " d-flex flex-column ", children: [
|
|
863
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex align-self-end me-5 ", children: /* @__PURE__ */ t.jsx(
|
|
864
|
+
"img",
|
|
865
|
+
{
|
|
866
|
+
src: Oe,
|
|
867
|
+
alt: "close",
|
|
868
|
+
className: "closeIconNestiq",
|
|
869
|
+
onClick: d
|
|
870
|
+
}
|
|
871
|
+
) }),
|
|
872
|
+
/* @__PURE__ */ t.jsx("span", { className: "text-white align-self-center", children: e.pictureUrls[r].title }),
|
|
873
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex justify-content-center", children: [
|
|
874
|
+
/* @__PURE__ */ t.jsx("div", { className: "p-2 bd-highlight align-self-center align-items-center me-5", children: /* @__PURE__ */ t.jsx(
|
|
875
|
+
"div",
|
|
876
|
+
{
|
|
877
|
+
className: "rounded-circle border onImageArrow d-flex justify-content-center",
|
|
878
|
+
role: "button",
|
|
879
|
+
onClick: () => i("left"),
|
|
880
|
+
children: /* @__PURE__ */ t.jsx(
|
|
881
|
+
"img",
|
|
882
|
+
{
|
|
883
|
+
src: Be,
|
|
884
|
+
className: "blackArrow align-self-center",
|
|
885
|
+
alt: "Left Arrow"
|
|
280
886
|
}
|
|
281
|
-
|
|
282
|
-
|
|
887
|
+
)
|
|
888
|
+
}
|
|
889
|
+
) }),
|
|
890
|
+
/* @__PURE__ */ t.jsx("div", { className: "p-2 bd-highlight", children: /* @__PURE__ */ t.jsx(
|
|
891
|
+
"div",
|
|
892
|
+
{
|
|
893
|
+
className: " rounded-5",
|
|
894
|
+
style: {
|
|
895
|
+
backgroundImage: `url(${e.pictureUrls[r].url})`,
|
|
896
|
+
height: "465px",
|
|
897
|
+
width: "880px",
|
|
898
|
+
backgroundSize: "cover",
|
|
899
|
+
backgroundPosition: "center"
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
) }),
|
|
903
|
+
/* @__PURE__ */ t.jsxs("div", { className: "p-2 bd-highlight align-self-center ms-5", children: [
|
|
904
|
+
" ",
|
|
905
|
+
/* @__PURE__ */ t.jsx(
|
|
906
|
+
"div",
|
|
907
|
+
{
|
|
908
|
+
role: "button",
|
|
909
|
+
className: "rounded-circle border onImageArrow d-flex justify-content-center",
|
|
910
|
+
onClick: () => i("right"),
|
|
911
|
+
children: /* @__PURE__ */ t.jsx(
|
|
912
|
+
"img",
|
|
913
|
+
{
|
|
914
|
+
src: Le,
|
|
915
|
+
className: "blackArrow align-self-center",
|
|
916
|
+
alt: "Right Arrow"
|
|
917
|
+
}
|
|
918
|
+
)
|
|
919
|
+
}
|
|
920
|
+
)
|
|
921
|
+
] })
|
|
922
|
+
] }),
|
|
923
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-row" }),
|
|
924
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-row justify-content-center w-100 mt-5", children: /* @__PURE__ */ t.jsx(
|
|
925
|
+
"div",
|
|
926
|
+
{
|
|
927
|
+
className: "d-flex flex-row gap-4 overflow-auto px-3",
|
|
928
|
+
ref: n,
|
|
929
|
+
style: {
|
|
930
|
+
maxWidth: "100%",
|
|
931
|
+
scrollbarWidth: "thin"
|
|
932
|
+
},
|
|
933
|
+
children: e.pictureUrls.length > 0 && /* @__PURE__ */ t.jsx(t.Fragment, { children: e.pictureUrls.map((f, u) => /* @__PURE__ */ t.jsx(
|
|
934
|
+
"div",
|
|
935
|
+
{
|
|
936
|
+
className: `flex-shrink-0 activeStyle ${u === r ? "active" : ""}`,
|
|
937
|
+
onClick: () => {
|
|
938
|
+
l(u), n.current.scrollTo({
|
|
939
|
+
left: u * 170,
|
|
940
|
+
// 150px width + gap
|
|
941
|
+
behavior: "smooth"
|
|
942
|
+
});
|
|
943
|
+
},
|
|
944
|
+
role: "button",
|
|
945
|
+
style: {
|
|
946
|
+
cursor: "pointer",
|
|
947
|
+
width: "150px",
|
|
948
|
+
height: "150px"
|
|
949
|
+
},
|
|
950
|
+
children: /* @__PURE__ */ t.jsx(
|
|
951
|
+
"img",
|
|
952
|
+
{
|
|
953
|
+
src: f.url,
|
|
954
|
+
alt: `Image ${u + 1}`,
|
|
955
|
+
className: "w-100 h-100 rounded-3 object-fit-cover",
|
|
956
|
+
style: {
|
|
957
|
+
display: "block"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
)
|
|
961
|
+
},
|
|
962
|
+
u
|
|
963
|
+
)) })
|
|
964
|
+
}
|
|
965
|
+
) })
|
|
966
|
+
] }) }) });
|
|
967
|
+
}
|
|
968
|
+
function Zt(e) {
|
|
969
|
+
const [a, o] = E(0), [r, l] = E(!1), [n, i] = E(!1), d = U(null), f = (w) => {
|
|
970
|
+
e.pictureUrls.length && o((p) => {
|
|
971
|
+
let g;
|
|
972
|
+
return w === "left" ? g = (p - 1 + e.pictureUrls.length) % e.pictureUrls.length : g = (p + 1) % e.pictureUrls.length, d.current && d.current.scrollTo({
|
|
973
|
+
left: g * 150,
|
|
974
|
+
behavior: "smooth"
|
|
975
|
+
}), g || 0;
|
|
976
|
+
});
|
|
977
|
+
}, u = e.property.pictures?.filter((w) => w.pictureType?.id === 2).map((w, p) => ({
|
|
978
|
+
url: e.baseUrl + w.contentUrl,
|
|
979
|
+
title: `Photo ${p + 1}`
|
|
980
|
+
})) || [], b = e.property.pictures?.filter((w) => w.pictureType?.id === 1).map((w, p) => ({
|
|
981
|
+
url: e.baseUrl + w.contentUrl,
|
|
982
|
+
title: `Floor Plan ${p + 1}`
|
|
983
|
+
})) || [], N = () => {
|
|
984
|
+
l(!r);
|
|
985
|
+
}, C = () => {
|
|
986
|
+
i(!0);
|
|
987
|
+
}, h = {
|
|
988
|
+
allPhotos: e.translations?.allPhotos || "Alle Fotos",
|
|
989
|
+
map: e.translations?.map || "Karte",
|
|
990
|
+
grundriss: e.translations?.grundriss || "Grundriss"
|
|
991
|
+
};
|
|
992
|
+
return /* @__PURE__ */ t.jsxs("div", { className: "col-8 Pimagelist ", children: [
|
|
993
|
+
/* @__PURE__ */ t.jsxs(
|
|
994
|
+
"div",
|
|
995
|
+
{
|
|
996
|
+
className: "col-12 rounded-5 mainImage d-flex position-relative align-items-center",
|
|
997
|
+
style: {
|
|
998
|
+
backgroundImage: `url(${e.pictureUrls[a]?.url})`,
|
|
999
|
+
backgroundSize: "cover",
|
|
1000
|
+
backgroundPosition: "center"
|
|
1001
|
+
},
|
|
1002
|
+
children: [
|
|
1003
|
+
/* @__PURE__ */ t.jsx(
|
|
1004
|
+
"div",
|
|
1005
|
+
{
|
|
1006
|
+
className: "rounded-circle border onImageArrow d-flex position-absolute start-0 ms-2 align-items-center justify-content-center",
|
|
1007
|
+
role: "button",
|
|
1008
|
+
onClick: () => f("left"),
|
|
1009
|
+
children: /* @__PURE__ */ t.jsx("img", { src: Be, className: "blackArrow", alt: "Left Arrow" })
|
|
283
1010
|
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
1011
|
+
),
|
|
1012
|
+
/* @__PURE__ */ t.jsx(
|
|
1013
|
+
"div",
|
|
1014
|
+
{
|
|
1015
|
+
role: "button",
|
|
1016
|
+
className: "rounded-circle border onImageArrow d-flex position-absolute end-0 me-2 align-items-center justify-content-center",
|
|
1017
|
+
onClick: () => f("right"),
|
|
1018
|
+
children: /* @__PURE__ */ t.jsx(
|
|
1019
|
+
"img",
|
|
1020
|
+
{
|
|
1021
|
+
src: Le,
|
|
1022
|
+
className: "blackArrow",
|
|
1023
|
+
alt: "Right Arrow"
|
|
1024
|
+
}
|
|
1025
|
+
)
|
|
289
1026
|
}
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
1027
|
+
)
|
|
1028
|
+
]
|
|
1029
|
+
}
|
|
1030
|
+
),
|
|
1031
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-none d-md-block", children: /* @__PURE__ */ t.jsxs("div", { className: "mt-1 d-flex flex-row gap-1 col-12 secondList", children: [
|
|
1032
|
+
/* @__PURE__ */ t.jsx("div", { className: " col-lg-6 col-6 d-flex flex-row py-0 px-1", children: /* @__PURE__ */ t.jsxs("div", { className: " col-12 position-relative d-flex justify-content-center", children: [
|
|
1033
|
+
/* @__PURE__ */ t.jsx(
|
|
1034
|
+
"div",
|
|
1035
|
+
{
|
|
1036
|
+
className: "col-1 h-100 d-flex position-absolute start-0",
|
|
1037
|
+
onClick: () => f("left"),
|
|
1038
|
+
role: "button",
|
|
1039
|
+
children: /* @__PURE__ */ t.jsx("div", { className: "col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: /* @__PURE__ */ t.jsx(
|
|
1040
|
+
"img",
|
|
1041
|
+
{
|
|
1042
|
+
src: St,
|
|
1043
|
+
className: "arroIconColour",
|
|
1044
|
+
alt: "Left Arrow"
|
|
1045
|
+
}
|
|
1046
|
+
) })
|
|
1047
|
+
}
|
|
1048
|
+
),
|
|
1049
|
+
/* @__PURE__ */ t.jsx(
|
|
1050
|
+
"div",
|
|
1051
|
+
{
|
|
1052
|
+
className: "col-lg-10 rounded-3 h-100 d-flex flex-row gap-2 overflow-hidden",
|
|
1053
|
+
ref: d,
|
|
1054
|
+
children: e.pictureUrls.length > 0 && /* @__PURE__ */ t.jsx("div", { className: "col-lg-5 h-100 d-flex gap-2 flex-row rounded-3", children: e.pictureUrls.map((w, p) => /* @__PURE__ */ t.jsx(
|
|
1055
|
+
"div",
|
|
1056
|
+
{
|
|
1057
|
+
className: `col-lg-12 h-100 d-flex image-thumbnail ${p === a ? "selected" : "greyed-out"} ${p === 0 ? "ms-1" : p === e.pictureUrls.length - 1 ? "me-1" : ""}`,
|
|
1058
|
+
onClick: () => {
|
|
1059
|
+
o(p), d.current.scrollTo({
|
|
1060
|
+
left: p * 150,
|
|
1061
|
+
behavior: "smooth"
|
|
1062
|
+
});
|
|
1063
|
+
},
|
|
1064
|
+
role: "button",
|
|
1065
|
+
children: /* @__PURE__ */ t.jsx(
|
|
1066
|
+
"img",
|
|
1067
|
+
{
|
|
1068
|
+
src: w.url,
|
|
1069
|
+
alt: `Image ${p + 1}`,
|
|
1070
|
+
className: "col-12 h-100 rounded-3 object-fit-cover"
|
|
1071
|
+
}
|
|
1072
|
+
)
|
|
1073
|
+
},
|
|
1074
|
+
p
|
|
1075
|
+
)) })
|
|
1076
|
+
}
|
|
1077
|
+
),
|
|
1078
|
+
/* @__PURE__ */ t.jsx(
|
|
1079
|
+
"div",
|
|
1080
|
+
{
|
|
1081
|
+
className: "col-1 h-100 d-flex position-absolute end-0 top-0",
|
|
1082
|
+
onClick: () => f("right"),
|
|
1083
|
+
role: "button",
|
|
1084
|
+
children: /* @__PURE__ */ t.jsx("div", { className: "col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: /* @__PURE__ */ t.jsx(
|
|
1085
|
+
"img",
|
|
1086
|
+
{
|
|
1087
|
+
src: Pt,
|
|
1088
|
+
className: "arroIconColour ",
|
|
1089
|
+
alt: "Right Arrow"
|
|
1090
|
+
}
|
|
1091
|
+
) })
|
|
1092
|
+
}
|
|
1093
|
+
)
|
|
1094
|
+
] }) }),
|
|
1095
|
+
/* @__PURE__ */ t.jsxs("div", { className: "col-7 col-lg-6 d-flex flex-row", children: [
|
|
1096
|
+
/* @__PURE__ */ t.jsx(
|
|
1097
|
+
"div",
|
|
1098
|
+
{
|
|
1099
|
+
className: "col-lg-4 col-4 py-0 px-1",
|
|
1100
|
+
role: "button",
|
|
1101
|
+
onClick: N,
|
|
1102
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: "border col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: [
|
|
1103
|
+
/* @__PURE__ */ t.jsx("img", { src: Lt, alt: "Gallery Icon" }),
|
|
1104
|
+
/* @__PURE__ */ t.jsxs("span", { className: "listImgText", children: [
|
|
1105
|
+
" ",
|
|
1106
|
+
h.allPhotos
|
|
1107
|
+
] })
|
|
1108
|
+
] })
|
|
1109
|
+
}
|
|
1110
|
+
),
|
|
1111
|
+
/* @__PURE__ */ t.jsx(
|
|
1112
|
+
"div",
|
|
1113
|
+
{
|
|
1114
|
+
className: "col-lg-4 col-3 py-0 px-1",
|
|
1115
|
+
role: "button",
|
|
1116
|
+
onClick: C,
|
|
1117
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: "border col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: [
|
|
1118
|
+
/* @__PURE__ */ t.jsx("img", { src: Re, alt: "Layers Icon" }),
|
|
1119
|
+
/* @__PURE__ */ t.jsx("span", { className: "listImgText", children: h.grundriss })
|
|
1120
|
+
] })
|
|
1121
|
+
}
|
|
1122
|
+
),
|
|
1123
|
+
/* @__PURE__ */ t.jsx(
|
|
1124
|
+
"div",
|
|
1125
|
+
{
|
|
1126
|
+
className: "col-lg-4 col-3 py-0 px-1",
|
|
1127
|
+
role: "button",
|
|
1128
|
+
onClick: () => window.scrollTo({
|
|
1129
|
+
top: document.documentElement.scrollHeight
|
|
1130
|
+
}),
|
|
1131
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: "border col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: [
|
|
1132
|
+
/* @__PURE__ */ t.jsx("img", { src: Bt, alt: "Map Icon" }),
|
|
1133
|
+
/* @__PURE__ */ t.jsx("span", { className: "listImgText", children: h.map })
|
|
1134
|
+
] })
|
|
1135
|
+
}
|
|
1136
|
+
)
|
|
1137
|
+
] })
|
|
1138
|
+
] }) }),
|
|
1139
|
+
r && /* @__PURE__ */ t.jsx(
|
|
1140
|
+
pe,
|
|
1141
|
+
{
|
|
1142
|
+
pictureUrls: u,
|
|
1143
|
+
onClose: () => l(!1)
|
|
1144
|
+
}
|
|
1145
|
+
),
|
|
1146
|
+
n && /* @__PURE__ */ t.jsx(
|
|
1147
|
+
pe,
|
|
1148
|
+
{
|
|
1149
|
+
pictureUrls: b,
|
|
1150
|
+
onClose: () => i(!1)
|
|
1151
|
+
}
|
|
1152
|
+
)
|
|
1153
|
+
] });
|
|
1154
|
+
}
|
|
1155
|
+
const Rt = "data:image/svg+xml,%3csvg%20width='18'%20height='17'%20viewBox='0%200%2018%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m16.855%205.147-8-4.572a.571.571%200%200%200-.567%200l-8%204.572a.571.571%200%200%200%20.014%201l8%204.285a.571.571%200%200%200%20.54%200l8-4.285a.571.571%200%200%200%20.013-1zM8.572%209.28l-6.82-3.653%206.82-3.897%206.82%203.897-6.82%203.653z'%20fill='%23031012'/%3e%3cpath%20d='M8.846%2013.43%2016.57%209.18V7.877l-8%204.4-8-4.4V9.18l7.725%204.249a.572.572%200%200%200%20.55%200z'%20fill='%23031012'/%3e%3cpath%20d='m.57%2012.309%207.731%204.123a.572.572%200%200%200%20.538%200l7.731-4.123v-1.295l-8%204.266-8-4.266v1.295z'%20fill='%23031012'/%3e%3c/svg%3e", Ue = "data:image/svg+xml,%3csvg%20width='12'%20height='18'%20viewBox='0%200%2012%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%204.725a2.208%202.208%200%201%200%20.001%204.416%202.208%202.208%200%200%200%200-4.416zm0%203.312a1.104%201.104%200%201%201%20.001-2.208%201.104%201.104%200%200%201%200%202.208z'%20fill='%23344041'/%3e%3cpath%20d='M10.243%202.687a6%206%200%200%200-9.27%207.518l4.17%206.403a1.022%201.022%200%200%200%201.713%200l4.171-6.404a6%206%200%200%200-.784-7.517zm-.14%206.915L6%2015.9%201.897%209.602a4.919%204.919%200%200%201%20.64-6.135%204.896%204.896%200%200%201%206.925%200%204.919%204.919%200%200%201%20.64%206.135z'%20fill='%23344041'/%3e%3c/svg%3e", De = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBw8NDw8NDQ0NDQ0NDQ0NDQ0ODQ8NDQ0NFREWFhURFRYYHSggGBolGxUVITEtJSkrLi4uFx8zODMsNygtLisBCgoKBQUFDgUFDisZExkrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrK//AABEIAKsBJwMBIgACEQEDEQH/xAAaAAEAAwEBAQAAAAAAAAAAAAACAAEDBQQG/8QAPxABAAIBAQMJBQUFCAMBAAAAAQACAxEEITEFEiIyQVFhcXITUpGx0TNTgaHBFBVCkrIWI1Ric5Oi4YLC8Ab/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A6xESiIgWEQSiMgWEQSiMgWEQSgjCBAiCQIwgUEQSwiCBQRBLCIIBCWEQSwgHSXpFpL0gDSTSPmyaQM9JSTTSUkDNJSTRIUgZpCk1SFIGSQpNUgSBmkCTVIEgZpCk0SBIGaQpNEhSBmkKRsLADJLZIFkRKIiAiIlERAREEoIwgXWMJQRhAgRhKCMIECMJAiCBAiCQIggUEQSwi0gHSTSMJNIA0k0j0k0gZ6SkmqQpAz0hSapCkDNIEmqQpAySFJokKQMkgSapAkDNIEmqQJAyYWaMDAzYWaMDADJLZIFkRKIiAiMhIyAiMhIwgIIiURhAsIyUEYQLCIJAiCBYRBIEQQIEWkgRBArSWVlu4VQDeruAnI2/lXXWmHUODk/iTw7iB0zJRt7MvXnm/m6/l5xaT5bm205+iGu62/TneffOtsPKvCmfV7DJ2nq74HTSFJppwREd4m8SUkDNIUlbWXcdvZWK33Oqh0TjveE5XO2n/E0/3qQOokCTmN9p/wATT/fpOniLcyvPS1+b0k0dWALEKTRIUgZMCTVIGBkwM0YGBmwM1SZsAMDNGBgBkkZcCEZCRkBEZARkBkZCRkBE0CCsdYCCMIQmgQLCMJQRkCwiCQiqQLCZ7TtFMJzrvpqda0823cpVxa1ppfJ2vGlPqzkUrkz3eN7O9su4O9ewgPbdtvnd+6uvRocP+2OuzVxHOz9Z31wnWfG3cS/aUwbsel8vblTWtfQfrPJZV1VV3q71YHq/eN9d5Vxpp7LTTHzfA7HxlZNlrkG+DVDfbE/aU8TvJ5dIqWapaqiO5IG+xbffDuOlTto8Pw7md3Z89MtedjddONXrV85xufjz9fTFm7L6aY8j/m7mea1cmC/bS52//cSB9DtJ/d5P9LJ/Sz5PSfQYOUa5qWx20pltjvWvZS6iHkzh5cdqLWw1TiMDFJ9RQ6NfRX5T5ln1FOrX0V+UAJAk0YEgZpAk0sQMDNJmk1ZnaBmwsbAwM2G0bAwAyS2SBKxkBGQGRkBGQGRkNYyA6x1grHWAyaEBGQGRhAQ7TtNMJrffZ4UOs/QgbqA2slanFeE5G3cqt9aYta04Nv4rfQnk2nasmexrrx0rSvA/7mxhpg35NL5ezFr0av8Anf0gDZ9k1PaZLezxe9pra3hU7ZebatT2eOvs8fdxtbxs9syzZrZHnXdXsOAHcHZAQLCXpPVyfsNs7Yq1rzTV11nu/s/k+8p8LfSBx5J1K8jXb2x8+mtCtl36PO1+k0/s/k+8p+f0gcVJ6cO1bvZ5T2mPs9+njVh2vA4r2xqLXTVOG8H9ZgkDbaNkanPo+0xe8cavdY7GXTai4UzjapurkPtMf1PCZ4M9sbrV48TjWx3J2ze2Gmbfi0pk42wrufQ/pA821bK0OcJfHbq5K9V8PBn0NOrX0U+RPnsOe+JTTUd18djo28Enc2Ta6ZjodGwA43ieXeQGkFppaBgZ2gY2C0DNgZpaZsAMzZowMAWgtGwMAMkjJAhGQEZAZGQEZA0IyCsZAdZpWZ1jrA0JpQ14TJsVG1krU4r+nezlbbyk5OhTWmP4Wt5wPdtnKZj6OLS1+23GtfLvZzcOG+ayrr7+Sz0TzZeHZSoZMy0qmtaHXv5HYeMmfaW5zQKY69XHXh5vewNrbRXEc3Bxd1sydJ8K9xPKQkZAsiIQjIHU5Az0x2u3sV1qace+dr95Yfva/BnK/wDzfXyek+c78Dm4tuxGbLZyHNtTEDv36a6z0PKWH7w+DKw/b5vRh/8AaeuB8jyrkL5r2q61Wuj/AOJPGz38s/b5POv9JPCwAytfPdwiSFgeoz1ynNzbrcK5jj5WO0nnz4b4bD+NL1ei+IzNm2DaWhzLBfG8aW4eZ3MD3bHyoW6ObdbgZOx8577H1HsTwnCzbKI5MLz6HWr/AB4/M7STYuUbYujbp4/dXeemB2bTO0VMlbnOo847e+vgkNoAYGO0zYAYGNgYAYGNgYAZJGSBCMgIyAyMmZGQNCMgIyBpWMmdYyANt2X21TR0vTqb9z4THHsJgx2yW0tkqCDvpV1Piz2VYds+xyek/qIHDve11tZWzxWQkCMIECIJAiCBAlksJYQNtm2m+JWjopo7hno/euf7z8qzxaS9IHpryjlLNy/SsAuhwOEX71z/AHn/ABJ5NJIF58lr2b2dbPFmSR6SkgBgSaJKSBmwJNGFIBx5LUS1VrY4JOttfJ1cgWppTJatVOFLKflOTYn0J1a+inygYbNs9cNebXfZ69u/wPCJiswMAMDGwMAMDEwMA2gtFaC0AskjJAojICIgaEZMyMgaEYzMjIGgxkzrGQNawbX9lk9J8yWMO0/Z39J8yByAm+zbLbLrzDXQ37wmYTpcjOjfyPnAyOS8vun8xKxcn5LGpU01TrHEdJ3DId58SZbDcKcTr37T3mBysnJ+Sg2sGhvekM8+k7+22HFc1OHed84YQDpLnrwXaY7NdNefU3g7tHvlfteTvP5K/SB5ZNJ6v2vJ3n8lfpJ+15O8/kr9IHkSUz2ba68xeLjqugGrqzzJA1ryflsCVEd46nCC+wZK6a16zzTeb2dzZbhjpvN1Tt8JntVxcW8+0O3wYHIeTcvuf8qzy58NqPNsaPGfTOQ7z4zicrb8i8ejWBzkneOFfRX5TiJOzrur6a/KBTAxWgYBZmxrAwAwstgYBYWJgWAWXKZIFERAREDQjJmRkDQjJkRjA0GaDMiMYGgyZ+pfyPmQjLyvQt5frA54T3cm462bc6o7jTWeQJ6NnzNNUNdYHTNnx+5X4QbLgo130qvOt2dms85t1vdJWLa2ppocV+LA9e04KFLJQHTdocJy9J68m1thrzTfPOEDSv2VvXX5My0m1T+7fUfJmekA6StJppJpAW08Mf8Ap1+bMEnpznU9B+sxSB0sOCjSq0rrzTXdM8+Cg00pXffR3dmjMa7XYA0NxpBk2qzpuOi6/jA9rs+P3K/Ccvb6BfSoBocJu7bbuJ5s927q92kDzJOr2Hpr8pzknv13HkfKBSwMtYVgFgWWsLALAxMDApgYmBgUySmSBREQERA0IiAiGBoRkyGMYGgxjMhjGBoMu/Vt5frAMVncwMAiCQIggQIgkIggQJYSEvSA69V1941/OPOV0Obp46d0BwfMlaQDpJpFpKgLL/D6SZJNb9npINIASUkaQ6QAkKTRIUgZpPUvDyJ50mq/IgRYVkWBYEWBZbCwCwsthWAWFlsLApZJTJAoYhhJZAYxDAREBjGMzIiBoMYzIjIGgxPBmZF2QIREMsgMlkJLICIiAlwNDh+MqV2fjKgKVKkgKzw8oZduzyhgWwsjKgUwsUqAGNflCyMCLAstgYEWFZGGBSwrLYWBSwrLYWBTJKZIH//Z";
|
|
1156
|
+
function Kt(e) {
|
|
1157
|
+
const [a, o] = E(!1), r = e.property.pictures && e.property.pictures.length > 0 ? `${e.baseUrl}${e.property.pictures[0].contentUrl}` : De;
|
|
1158
|
+
return /* @__PURE__ */ t.jsxs(
|
|
1159
|
+
"div",
|
|
1160
|
+
{
|
|
1161
|
+
className: "card-body me-4 mb-4 position-relative cardStyle",
|
|
1162
|
+
style: {
|
|
1163
|
+
backgroundImage: `url(${r})`,
|
|
1164
|
+
backgroundSize: "cover",
|
|
1165
|
+
backgroundPosition: "center"
|
|
1166
|
+
},
|
|
1167
|
+
onClick: e.onClick,
|
|
1168
|
+
role: "button",
|
|
1169
|
+
children: [
|
|
1170
|
+
/* @__PURE__ */ t.jsxs("div", { className: "labelTopClass position-absolute top-0 start-0 col-sm-5 col-lg-8", children: [
|
|
1171
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex align-items-center ms-2 mb-1 mt-2 gap-2", children: [
|
|
1172
|
+
/* @__PURE__ */ t.jsxs("label", { className: "p-1 firstLabel d-flex flex-row justify-content-center align-items-center", children: [
|
|
1173
|
+
/* @__PURE__ */ t.jsx("img", { src: Rt, alt: "Location Icon", className: "layersVector" }),
|
|
1174
|
+
/* @__PURE__ */ t.jsx("span", { className: "layersText", children: "Grundriss" })
|
|
1175
|
+
] }),
|
|
1176
|
+
e.property.historicalProtection && /* @__PURE__ */ t.jsx("label", { className: "thirdLabels d-flex flex-row justify-content-center align-items-center", children: /* @__PURE__ */ t.jsx("span", { className: "layersText p-1", children: "Denkmalschutz" }) }),
|
|
1177
|
+
e.property.basement && /* @__PURE__ */ t.jsx("label", { className: "secondLabel d-flex flex-row justify-content-center align-items-center", children: /* @__PURE__ */ t.jsx("span", { className: "layersText p-1", children: "Keller" }) })
|
|
1178
|
+
] }),
|
|
1179
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex align-items-center ms-2 start-0 gap-2", children: [
|
|
1180
|
+
e.property.terrace && /* @__PURE__ */ t.jsx("label", { className: "p-1 thirdLabels d-flex flex-row justify-content-center align-items-center ", children: /* @__PURE__ */ t.jsx("span", { className: "layersText", children: "Terrace" }) }),
|
|
1181
|
+
e.property.balcony && /* @__PURE__ */ t.jsx("label", { className: "secondLabel d-flex flex-row justify-content-center align-items-center", children: /* @__PURE__ */ t.jsx("span", { className: "layersText p-1", children: "Balkon" }) }),
|
|
1182
|
+
e.property.guestBathroom && /* @__PURE__ */ t.jsx("label", { className: "col-1 fourthLabels d-flex flex-row justify-content-center align-items-center ", children: /* @__PURE__ */ t.jsx("span", { className: "layersText p-1", children: "Gäste-WC" }) })
|
|
1183
|
+
] })
|
|
1184
|
+
] }),
|
|
1185
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex align-items-center position-absolute top-0 end-0 p-3" }),
|
|
1186
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex align-items-center mb-3 position-absolute bottom-0 start-0 p-2", children: /* @__PURE__ */ t.jsxs("span", { className: "Price col-lg-12 col-md-12 col-sm-12 text-truncate p-1", children: [
|
|
1187
|
+
xe(e.property?.evaluation?.askingPrice ?? 0),
|
|
1188
|
+
" €"
|
|
1189
|
+
] }) }),
|
|
1190
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex w-50 align-items-center position-absolute bottom-0 start-0 p-2", children: [
|
|
1191
|
+
/* @__PURE__ */ t.jsx("img", { src: Ue, alt: "Location Icon", className: "Vector" }),
|
|
1192
|
+
/* @__PURE__ */ t.jsx("span", { className: "locationText text-truncate", children: e.property.city || "N/A" })
|
|
1193
|
+
] }),
|
|
1194
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex col-lg-6 col-md-6 col-sm-5 me-lg-0 me-md-0 me-sm-3 justify-content-center mb-2 position-absolute bottom-0 end-0", children: [
|
|
1195
|
+
/* @__PURE__ */ t.jsxs("span", { className: "detail col-lg-4 col-md-4 col-sm-6 text-truncate border-end ", children: [
|
|
1196
|
+
+e.property.rooms,
|
|
1197
|
+
/* @__PURE__ */ t.jsx("br", {}),
|
|
1198
|
+
/* @__PURE__ */ t.jsx("span", { children: "Zimmer" })
|
|
1199
|
+
] }),
|
|
1200
|
+
/* @__PURE__ */ t.jsxs("span", { className: "detail col-lg-3 col-md-3 col-sm-4 text-truncate ", children: [
|
|
1201
|
+
+e.property.bathrooms,
|
|
1202
|
+
/* @__PURE__ */ t.jsx("br", {}),
|
|
1203
|
+
/* @__PURE__ */ t.jsx("span", { children: "Bad" })
|
|
1204
|
+
] }),
|
|
1205
|
+
/* @__PURE__ */ t.jsxs("span", { className: "detail col-lg-5 col-md-5 col-sm-7 text-truncate border-start me-3", children: [
|
|
1206
|
+
Se(e.property?.constructedArea),
|
|
1207
|
+
" m²",
|
|
1208
|
+
/* @__PURE__ */ t.jsx("br", {}),
|
|
1209
|
+
/* @__PURE__ */ t.jsx("span", { children: "Wohnfläche" })
|
|
1210
|
+
] })
|
|
1211
|
+
] })
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
e.property.id
|
|
1215
|
+
);
|
|
1216
|
+
}
|
|
1217
|
+
const Xt = ({ contentUrl: e, onCloseClick: a }) => {
|
|
1218
|
+
const [o, r] = E(!1);
|
|
1219
|
+
Y(() => {
|
|
1220
|
+
if (e) {
|
|
1221
|
+
const n = e.split(".").pop()?.toLowerCase();
|
|
1222
|
+
(n === "png" || n === "jpg" || n === "jpeg" || n === "svg") && r(!0);
|
|
1223
|
+
}
|
|
1224
|
+
}, [e]);
|
|
1225
|
+
const l = () => {
|
|
1226
|
+
const n = document.createElement("a");
|
|
1227
|
+
n.href = e, n.setAttribute("download", ""), document.body.appendChild(n), n.click(), document.body.removeChild(n);
|
|
1228
|
+
};
|
|
1229
|
+
return /* @__PURE__ */ t.jsx("div", { className: "popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: " d-flex w-50 flex-column col-6 ", children: [
|
|
1230
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex align-self-end me-5 mt-5", children: /* @__PURE__ */ t.jsx(
|
|
1231
|
+
"img",
|
|
1232
|
+
{
|
|
1233
|
+
src: Oe,
|
|
1234
|
+
alt: "close",
|
|
1235
|
+
className: "closeIcon mt-5",
|
|
1236
|
+
onClick: a
|
|
1237
|
+
}
|
|
1238
|
+
) }),
|
|
1239
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex justify-content-center", children: /* @__PURE__ */ t.jsxs("div", { className: "p-2 bd-highlight", children: [
|
|
1240
|
+
o && /* @__PURE__ */ t.jsx(
|
|
1241
|
+
"div",
|
|
1242
|
+
{
|
|
1243
|
+
className: "rounded-5 mainImage",
|
|
1244
|
+
style: {
|
|
1245
|
+
backgroundImage: `url(${e})`,
|
|
1246
|
+
height: "350px",
|
|
1247
|
+
width: "600px",
|
|
382
1248
|
backgroundSize: "cover",
|
|
383
|
-
backgroundPosition: "center"
|
|
384
|
-
|
|
385
|
-
React.createElement("div", { className: "labelTopClass position-absolute top-0 start-0 col-sm-5 col-lg-8" },
|
|
386
|
-
React.createElement("div", { className: "d-flex align-items-center ms-2 mb-1 mt-2 gap-2" },
|
|
387
|
-
React.createElement("label", { className: "p-1 firstLabel d-flex flex-row justify-content-center align-items-center" },
|
|
388
|
-
React.createElement("img", { src: layerIcon, alt: "Location Icon", className: "layersVector" }),
|
|
389
|
-
React.createElement("span", { className: "layersText" }, "Grundriss")),
|
|
390
|
-
props.property.historicalProtection && (React.createElement("label", { className: "thirdLabels d-flex flex-row justify-content-center align-items-center" },
|
|
391
|
-
React.createElement("span", { className: "layersText p-1" }, "Denkmalschutz"))),
|
|
392
|
-
props.property.basement && (React.createElement("label", { className: "secondLabel d-flex flex-row justify-content-center align-items-center" },
|
|
393
|
-
React.createElement("span", { className: "layersText p-1" }, "Keller")))),
|
|
394
|
-
React.createElement("div", { className: "d-flex align-items-center ms-2 start-0 gap-2" },
|
|
395
|
-
props.property.terrace && (React.createElement("label", { className: "p-1 thirdLabels d-flex flex-row justify-content-center align-items-center " },
|
|
396
|
-
React.createElement("span", { className: "layersText" }, "Terrace"))),
|
|
397
|
-
props.property.balcony && (React.createElement("label", { className: "secondLabel d-flex flex-row justify-content-center align-items-center" },
|
|
398
|
-
React.createElement("span", { className: "layersText p-1" }, "Balkon"))),
|
|
399
|
-
props.property.guestBathroom && (React.createElement("label", { className: "col-1 fourthLabels d-flex flex-row justify-content-center align-items-center " },
|
|
400
|
-
React.createElement("span", { className: "layersText p-1" }, "Gäste-WC"))))),
|
|
401
|
-
React.createElement("div", { className: "d-flex align-items-center position-absolute top-0 end-0 p-3" }),
|
|
402
|
-
React.createElement("div", { className: "d-flex align-items-center mb-3 position-absolute bottom-0 start-0 p-2" },
|
|
403
|
-
React.createElement("span", { className: "Price col-lg-12 col-md-12 col-sm-12 text-truncate p-1" },
|
|
404
|
-
formatPrice((_c = (_b = (_a = props.property) === null || _a === void 0 ? void 0 : _a.evaluation) === null || _b === void 0 ? void 0 : _b.askingPrice) !== null && _c !== void 0 ? _c : 0),
|
|
405
|
-
" \u20AC")),
|
|
406
|
-
React.createElement("div", { className: "d-flex w-50 align-items-center position-absolute bottom-0 start-0 p-2" },
|
|
407
|
-
React.createElement("img", { src: locationIcon, alt: "Location Icon", className: "Vector" }),
|
|
408
|
-
React.createElement("span", { className: "locationText text-truncate" }, props.property.city || "N/A")),
|
|
409
|
-
React.createElement("div", { className: "d-flex col-lg-6 col-md-6 col-sm-5 me-lg-0 me-md-0 me-sm-3 justify-content-center mb-2 position-absolute bottom-0 end-0" },
|
|
410
|
-
React.createElement("span", { className: "detail col-lg-4 col-md-4 col-sm-6 text-truncate border-end " },
|
|
411
|
-
+props.property.rooms,
|
|
412
|
-
React.createElement("br", null),
|
|
413
|
-
React.createElement("span", null, "Zimmer")),
|
|
414
|
-
React.createElement("span", { className: "detail col-lg-3 col-md-3 col-sm-4 text-truncate " },
|
|
415
|
-
+props.property.bathrooms,
|
|
416
|
-
React.createElement("br", null),
|
|
417
|
-
React.createElement("span", null, "Bad")),
|
|
418
|
-
React.createElement("span", { className: "detail col-lg-5 col-md-5 col-sm-7 text-truncate border-start me-3" },
|
|
419
|
-
formatPropertyArea((_d = props.property) === null || _d === void 0 ? void 0 : _d.constructedArea),
|
|
420
|
-
" m\u00B2",
|
|
421
|
-
React.createElement("br", null),
|
|
422
|
-
React.createElement("span", null, "Wohnfl\u00E4che")))));
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
var FloorPlanPopup = function (_a) {
|
|
426
|
-
var contentUrl = _a.contentUrl, onCloseClick = _a.onCloseClick;
|
|
427
|
-
var _b = React.useState(false), isContentImage = _b[0], setIsContentImage = _b[1];
|
|
428
|
-
React.useEffect(function () {
|
|
429
|
-
var _a;
|
|
430
|
-
if (contentUrl) {
|
|
431
|
-
var fileFormat = (_a = contentUrl.split(".").pop()) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
|
432
|
-
if (fileFormat === "png" ||
|
|
433
|
-
fileFormat === "jpg" ||
|
|
434
|
-
fileFormat === "jpeg" ||
|
|
435
|
-
fileFormat === "svg") {
|
|
436
|
-
setIsContentImage(true);
|
|
437
|
-
}
|
|
1249
|
+
backgroundPosition: "center"
|
|
1250
|
+
}
|
|
438
1251
|
}
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
1252
|
+
),
|
|
1253
|
+
!o && /* @__PURE__ */ t.jsxs("div", { className: "text-white text-center", children: [
|
|
1254
|
+
"No Preview Available",
|
|
1255
|
+
/* @__PURE__ */ t.jsxs(
|
|
1256
|
+
"button",
|
|
1257
|
+
{
|
|
1258
|
+
className: "btn btn-info",
|
|
1259
|
+
onClick: l,
|
|
1260
|
+
children: [
|
|
1261
|
+
" ",
|
|
1262
|
+
"Download",
|
|
1263
|
+
" "
|
|
1264
|
+
]
|
|
1265
|
+
}
|
|
1266
|
+
)
|
|
1267
|
+
] })
|
|
1268
|
+
] }) })
|
|
1269
|
+
] }) });
|
|
1270
|
+
}, Ot = "data:image/svg+xml,%3csvg%20width='4'%20height='20'%20viewBox='0%200%204%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23fxcoqj8dma)'%20fill='%23313131'%3e%3ccircle%20cx='2'%20cy='2'%20r='2'/%3e%3ccircle%20cx='2'%20cy='10'%20r='2'/%3e%3ccircle%20cx='2'%20cy='18'%20r='2'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='fxcoqj8dma'%3e%3cpath%20fill='%23fff'%20d='M0%200h4v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Ut = "data:image/svg+xml,%3csvg%20width='50'%20height='50'%20viewBox='0%200%2050%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='50'%20height='50'%20rx='25'%20fill='%23fff'%20fill-opacity='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M29.127%2017.18a.614.614%200%200%201%200%20.872L22.177%2025l6.95%206.948a.617.617%200%200%201-.871.872l-7.384-7.384a.616.616%200%200%201%200-.872l7.384-7.383a.616.616%200%200%201%20.871%200z'%20fill='%23000'/%3e%3c/svg%3e", Dt = "data:image/svg+xml,%3csvg%20width='50'%20height='50'%20viewBox='0%200%2050%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='50'%20height='50'%20rx='25'%20fill='%23fff'%20fill-opacity='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20.873%2032.82a.614.614%200%200%201%200-.872L27.823%2025l-6.95-6.948a.617.617%200%200%201%20.871-.872l7.384%207.384a.616.616%200%200%201%200%20.872l-7.384%207.383a.616.616%200%200%201-.871%200z'%20fill='%23000'/%3e%3c/svg%3e", Qt = "data:image/svg+xml,%3csvg%20width='150'%20height='45'%20viewBox='0%200%20150%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.324%2037.932s5.001-6.516%204.403-14.405c0%200%200-.705.598-.88.564-.282%202.254.352%202.959%202.183.07.14.176.67.246%201.092.141%201.127.282%203.733-.21%207.713%200%200%2016.094-1.233%2017.292.246%200%200%20.387.282.563.74.282.67.282%201.55-1.021%201.655%200%200-4.085-.176-7.678%201.339%200%200-5.67%202.395-9.157%202.958-.035%200-4.93%201.55-7.995-2.641z'%20fill='%23FDC500'/%3e%3cpath%20d='M18.738%2038.53s2.571-1.162%207.08-1.655c0%200%201.62-.176%201.655.845%200%200%20.07.423-.67.458l-8.065.352zM26.06%203.17S19.72.74%2013.451%208.065l-7.255%2010.53s-.74%201.48.176%201.938c0%200%201.374.67%202.607-.352l9.157-7.925s1.76-1.444%203.803.423c0%200%204.332%204.508%206.305%205.389%200%200%202.324.88%203.346-.282%200%200%20.704-.81-.634-1.867%200%200-2.889-2.712-3.91-5.67%200%20.035-.986-2.818-.986-7.08zM11.41%209.791l-2.713%204.015s-2.254%203.31-3.486%202.747c0%200-1.198-.563-.035-1.726l6.233-5.036z'%20fill='%23FDC500'/%3e%3cpath%20d='M23.21%2019.441v4.825l-1.126-.458-.423-.176h-.07v-1.726h-1.515v1.726h1.55l.282.176v.106h-3.91v-.106l.282-.176h1.515v-1.726h-1.48v1.726h-.035l-.422.176-1.163.458v-4.825l1.163.352.387.106.07.035v1.69h1.48V19.9H18.28l-.282-.106v-.14h3.91v.14l-.282.106h-1.55v1.726h1.515v-1.69l.07-.036.423-.106%201.127-.352z'%20fill='%23FDC500'/%3e%3cpath%20d='M42.016%2012.75h2.395v12.96h-2.395V12.75zM59.803%2025.71l-.036-8.558-4.261%207.08h-1.057l-4.261-6.974v8.452h-2.29V12.75h1.973l5.142%208.558%205.036-8.559h1.973l.035%2012.926h-2.254v.035zM77.447%2025.71l-.035-8.558-4.262%207.08h-1.056l-4.262-6.974v8.452h-2.289V12.75h1.972l5.142%208.558%205.037-8.559h1.972l.035%2012.926h-2.254v.035zM82.309%2019.23c0-3.839%202.958-6.657%206.973-6.657s6.974%202.818%206.974%206.657-2.959%206.657-6.974%206.657c-4.015%200-6.973-2.818-6.973-6.657zm11.481%200c0-2.642-1.937-4.543-4.543-4.543s-4.543%201.902-4.543%204.543%201.937%204.543%204.543%204.543%204.543-1.902%204.543-4.543zM108.546%2019.3h.916v4.825c-1.162%201.092-2.853%201.656-4.614%201.656-3.909%200-6.762-2.782-6.762-6.551s2.853-6.55%206.797-6.55c1.867%200%203.522.598%204.649%201.76l-.598.634c-1.127-1.092-2.466-1.55-4.051-1.55-3.346%200-5.846%202.43-5.846%205.706%200%203.24%202.5%205.706%205.846%205.706%201.374%200%202.607-.317%203.663-1.198V19.3zM121.577%2022.048h-7.502l-1.655%203.663h-1.022l5.953-12.926h.95l5.953%2012.925h-1.022l-1.655-3.662zm-.352-.775-3.417-7.467-3.381%207.467h6.798zM135.594%2025.71l-3.099-4.332c-.423.07-.81.106-1.268.106h-3.698v4.226h-.951V12.75h4.649c3.24%200%205.213%201.62%205.213%204.367%200%202.043-1.092%203.486-3.029%204.05l3.24%204.543h-1.057zm-4.367-5.071c2.782%200%204.262-1.303%204.262-3.522%200-2.22-1.48-3.522-4.262-3.522h-3.698v7.008h3.698v.036zM142.18%2013.63h-4.649v-.845h10.249v.845h-4.649v12.08h-.951V13.63z'%20fill='%23242423'/%3e%3cpath%20d='M42.05%2028.246h.459v7.396h-.458v-7.396zM44.059%2030.289h.387v1.092h.035c.176-.67.88-1.198%201.655-1.198%201.022%200%201.48.564%201.62%201.127h.036c.317-.74.845-1.127%201.69-1.127.951%200%201.656.564%201.656%201.797v3.627h-.423V31.98c0-1.374-.95-1.445-1.268-1.445-.95%200-1.655.67-1.655%201.973v3.134h-.388V31.98c0-1.338-.915-1.444-1.268-1.444-.74%200-1.69.6-1.69%201.973v3.134h-.387V30.29zM52.617%2030.289h.388v1.092h.035c.176-.67.88-1.198%201.655-1.198%201.022%200%201.48.564%201.62%201.127h.035c.317-.74.846-1.127%201.691-1.127.95%200%201.655.564%201.655%201.797v3.627h-.387V31.98c0-1.374-.951-1.445-1.268-1.445-.95%200-1.655.67-1.655%201.973v3.134h-.388V31.98c0-1.338-.915-1.444-1.268-1.444-.74%200-1.69.6-1.69%201.973v3.134h-.388V30.29h-.035zM63.36%2030.183c1.55%200%202.43%201.268%202.43%202.783%200%201.514-.88%202.782-2.43%202.782-1.55%200-2.43-1.268-2.43-2.782%200-1.515.845-2.783%202.43-2.783zm0%205.213c1.338%200%202.043-1.162%202.043-2.43%200-1.268-.705-2.43-2.043-2.43s-2.078%201.162-2.078%202.43c0%201.268.74%202.43%202.078%202.43zM67.129%2028.246h.387v3.205h.035c.317-.845%201.163-1.268%202.008-1.268%201.55%200%202.325%201.198%202.325%202.677%200%202.536-1.585%202.923-2.325%202.923-1.409%200-1.937-1.021-2.007-1.303h-.036v1.197h-.387v-7.43zm4.332%204.614c0-1.198-.634-2.325-1.902-2.325-1.373%200-2.043.986-2.043%202.325%200%201.303.564%202.57%202.043%202.57%201.374-.034%201.902-1.373%201.902-2.57zM73.184%2029.303v-1.057h.387v1.057h-.387zm0%206.34v-5.354h.387v5.318h-.387v.035zM75.614%2028.246v7.396h-.387v-7.396h.387zM77.27%2029.303v-1.057h.387v1.057h-.388zm0%206.34v-5.354h.387v5.318h-.388v.035zM79.385%2033.036c-.036%201.268.634%202.395%201.972%202.395%201.021%200%201.726-.599%201.902-1.585h.387c-.211%201.233-1.021%201.937-2.29%201.937-1.549%200-2.359-1.233-2.359-2.677-.035-1.444.74-2.888%202.36-2.888%201.655%200%202.43%201.304%202.324%202.853h-4.296v-.035zm3.909-.352c-.035-1.127-.74-2.148-1.937-2.148-1.198%200-1.867%201.091-1.972%202.148h3.909zM84.914%2030.289h.388v1.127h.035c.281-.81%201.091-1.268%201.901-1.268%201.867%200%201.902%201.514%201.902%202.148v3.311h-.387v-3.381c0-.564-.07-1.726-1.514-1.726-1.198%200-1.902.916-1.902%202.219v2.888h-.388v-5.318h-.035zM93.227%2030.641v-.352h.95v-1.092c0-.74.529-1.056%201.163-1.056.14%200%20.317.035.458.035v.352c-.141-.035-.317-.035-.458-.035-.423%200-.775.14-.775.74v1.056h1.092v.352h-1.092v4.966h-.388v-4.966h-.95zM100.832%2035.642h-.388v-1.127h-.035c-.282.81-1.092%201.268-1.902%201.268-1.866%200-1.901-1.514-1.901-2.148v-3.346h.387v3.381c0%20.564.07%201.726%201.514%201.726%201.198%200%201.902-.916%201.902-2.219v-2.888h.388v5.353h.035zm-3.17-6.163v-1.057h.458v1.057h-.458zm1.62%200v-1.057h.458v1.057h-.458zM102.7%2031.486c.246-.704%201.092-1.268%202.078-1.197v.387c-.423-.035-.986.036-1.479.529-.388.387-.564.74-.599%201.55v2.922h-.388V30.29h.388v1.197zM113.583%2030.36c-.035-1.269-1.021-1.902-2.359-1.902-.846%200-2.043.352-2.043%201.584%200%201.198%201.268%201.374%202.501%201.656%201.267.246%202.535.563%202.535%202.042%200%201.55-1.479%202.078-2.606%202.078-1.726%200-3.134-.704-3.134-2.606h.457c-.105%201.62%201.198%202.219%202.677%202.219.881%200%202.148-.387%202.148-1.69%200-1.269-1.267-1.48-2.535-1.726-1.268-.247-2.501-.564-2.501-1.973%200-1.408%201.303-1.972%202.501-1.972%201.549%200%202.747.67%202.817%202.29h-.458zM117.458%2030.641h-1.163v3.733c0%20.846.388.951%201.163.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.387v1.655h1.163v.352zM122.703%2035.642h-.388v-1.127h-.035c-.281.81-1.092%201.268-1.902%201.268-1.866%200-1.901-1.514-1.901-2.148v-3.346h.387v3.38c0%20.564.07%201.727%201.514%201.727%201.198%200%201.902-.916%201.902-2.22V30.29h.388v5.353h.035zM126.157%2030.641h-1.162v3.733c0%20.846.387.951%201.162.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.388v1.655h1.162v.352zM129.149%2030.641h-1.162v3.733c0%20.846.387.951%201.162.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.388v1.655h1.162v.352zM134.571%2030.289v5.036c0%20.423%200%202.395-2.289%202.325-1.127%200-2.008-.423-2.078-1.656h.387c.07.951.845%201.303%201.691%201.303%201.866%200%201.901-1.514%201.901-1.866v-1.233h-.035c-.387.775-1.021%201.198-1.937%201.198-1.55%200-2.289-1.163-2.289-2.642%200-1.409.81-2.606%202.289-2.606.845%200%201.62.423%201.937%201.233h.035v-1.092h.388zm-4.262%202.5c0%201.268.669%202.29%201.902%202.29%201.303%200%201.937-1.092%201.937-2.29%200-1.197-.634-2.289-1.937-2.289-1.268.035-1.902%201.162-1.902%202.29zM139.961%2034.656c0%20.317%200%20.634.352.634.07%200%20.176%200%20.282-.035v.317c-.106.035-.212.035-.317.035-.634%200-.705-.352-.705-.775v-.282h-.035c-.247.634-.951%201.198-1.972%201.198-1.022%200-1.796-.388-1.796-1.515%200-1.232%201.091-1.514%201.972-1.584%201.761-.141%201.831-.247%201.831-1.092%200-.247-.282-1.057-1.479-1.057-.951%200-1.585.493-1.62%201.409h-.387c.035-1.162.774-1.761%202.042-1.761.916%200%201.867.282%201.867%201.373v3.135h-.035zm-.388-2.043c-.317.352-1.162.317-1.937.423-.916.106-1.444.423-1.444%201.233%200%20.634.458%201.162%201.409%201.162%201.796%200%201.972-1.55%201.972-1.796v-1.022zM141.934%2031.486c.247-.704%201.092-1.268%202.078-1.197v.387c-.422-.035-.986.036-1.479.529-.387.387-.563.74-.599%201.55v2.922h-.387V30.29h.387v1.197zM146.688%2030.641h-1.162v3.733c0%20.846.387.951%201.162.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.388v1.655h1.162v.352z'%20fill='%23FDC500'/%3e%3c/svg%3e";
|
|
1271
|
+
function qt(e) {
|
|
1272
|
+
const [a, o] = E(!1), [r, l] = E(null), [n, i] = E(0), d = U(null), [f, u] = E(!1), [b, N] = E(!1), [C, h] = E(!1), [w, p] = E(!1), g = e.property?.pictures?.length > 0 ? e.property.pictures.filter((T) => T.pictureType.id === 2).map((T) => `${e.baseUrl}${T.contentUrl}`) : [De], A = e.property.pictures?.filter((T) => T.pictureType?.id === 1).map((T, x) => ({
|
|
1273
|
+
url: e.baseUrl + T.contentUrl,
|
|
1274
|
+
title: `Floor Plan ${x + 1}`
|
|
1275
|
+
})) || [], c = () => {
|
|
1276
|
+
p(!0), e.onFloorPlanClick && e.onFloorPlanClick(A);
|
|
1277
|
+
}, m = () => {
|
|
1278
|
+
h(!0);
|
|
1279
|
+
}, v = (T) => {
|
|
1280
|
+
if (!e.property || g.length === 0) return;
|
|
1281
|
+
let x = n;
|
|
1282
|
+
T === "left" ? x = (n - 1 + g.length) % g.length : T === "right" && (x = (n + 1) % g.length), i(x), l(g[x]), d.current ? d.current.scrollTo({
|
|
1283
|
+
left: x * 150,
|
|
1284
|
+
behavior: "smooth"
|
|
1285
|
+
}) : console.warn("imageListRef is not set");
|
|
1286
|
+
}, k = {
|
|
1287
|
+
kaufpreis: e.translations?.kaufpreis || "Kaufpreis",
|
|
1288
|
+
wohnflache: e.translations?.wohnflache || "Wohnfläche",
|
|
1289
|
+
zimmer: e.translations?.zimmer || "Zimmer",
|
|
1290
|
+
grundriss: e.translations?.grundriss || "Grundriss"
|
|
1291
|
+
};
|
|
1292
|
+
return /* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-row property-card", children: [
|
|
1293
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-column col-md-6 col-lg-6", children: /* @__PURE__ */ t.jsxs(
|
|
1294
|
+
"div",
|
|
1295
|
+
{
|
|
1296
|
+
className: "card-bod position-relative cardStyles h-100 w-100",
|
|
1297
|
+
style: {
|
|
1298
|
+
backgroundImage: `url(${r || g[0]})`,
|
|
1299
|
+
backgroundSize: "cover",
|
|
1300
|
+
backgroundPosition: "center",
|
|
1301
|
+
maxWidth: "640"
|
|
1302
|
+
},
|
|
1303
|
+
children: [
|
|
1304
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-row col-12 justify-content-between ", children: [
|
|
1305
|
+
/* @__PURE__ */ t.jsx(
|
|
1306
|
+
"div",
|
|
1307
|
+
{
|
|
1308
|
+
className: "d-felx align-self-start justify-items-start ms-4 ",
|
|
1309
|
+
style: { left: "16px" },
|
|
1310
|
+
onClick: () => v("left"),
|
|
1311
|
+
role: "button",
|
|
1312
|
+
children: /* @__PURE__ */ t.jsx("img", { src: Ut })
|
|
1313
|
+
}
|
|
1314
|
+
),
|
|
1315
|
+
/* @__PURE__ */ t.jsx("div", {}),
|
|
1316
|
+
/* @__PURE__ */ t.jsx(
|
|
1317
|
+
"div",
|
|
1318
|
+
{
|
|
1319
|
+
className: "d-flex align-self-end justify-items-end me-4",
|
|
1320
|
+
onClick: () => v("right"),
|
|
1321
|
+
role: "button",
|
|
1322
|
+
children: /* @__PURE__ */ t.jsx("img", { src: Dt, style: { right: "16px" } })
|
|
1323
|
+
}
|
|
1324
|
+
)
|
|
1325
|
+
] }),
|
|
1326
|
+
/* @__PURE__ */ t.jsxs(
|
|
1327
|
+
"div",
|
|
1328
|
+
{
|
|
1329
|
+
className: "d-flex flex-row align-self-end justify-item-start justify-content-between align-item-start gap-1 mb-2 ms-4",
|
|
1330
|
+
style: { position: "absolute", left: "0" },
|
|
1331
|
+
children: [
|
|
1332
|
+
/* @__PURE__ */ t.jsx("div", { className: "cardTag", style: { marginBottom: "16px" }, children: `${n + 1}/${g.length}` }),
|
|
1333
|
+
/* @__PURE__ */ t.jsxs(
|
|
1334
|
+
"div",
|
|
1335
|
+
{
|
|
1336
|
+
className: "Grundriss kontact-button-text ms-2 ",
|
|
1337
|
+
role: "button",
|
|
1338
|
+
onClick: () => c(),
|
|
1339
|
+
style: { marginBottom: "16px" },
|
|
1340
|
+
children: [
|
|
1341
|
+
/* @__PURE__ */ t.jsx("img", { src: Re, className: "", style: { width: "18px" } }),
|
|
1342
|
+
" ",
|
|
1343
|
+
k.grundriss
|
|
1344
|
+
]
|
|
1345
|
+
}
|
|
1346
|
+
)
|
|
1347
|
+
]
|
|
1348
|
+
}
|
|
1349
|
+
)
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
e.property.id
|
|
1353
|
+
) }),
|
|
1354
|
+
/* @__PURE__ */ t.jsxs(
|
|
1355
|
+
"div",
|
|
1356
|
+
{
|
|
1357
|
+
className: `listing-compact_c justify-content-between d-flex flex-column col-6 ${e.Impliment ? "cc-height" : "listing-height"}`,
|
|
1358
|
+
children: [
|
|
1359
|
+
/* @__PURE__ */ t.jsxs("div", { className: "col-12 d-flex justify-content-end gap-2", children: [
|
|
1360
|
+
/* @__PURE__ */ t.jsx(
|
|
1361
|
+
"img",
|
|
1362
|
+
{
|
|
1363
|
+
src: Te,
|
|
1364
|
+
alt: "Share Icon",
|
|
1365
|
+
className: " ",
|
|
1366
|
+
onClick: m,
|
|
1367
|
+
style: { maxHeight: "24px", maxWidth: "24px" },
|
|
1368
|
+
role: "button"
|
|
1369
|
+
}
|
|
1370
|
+
),
|
|
1371
|
+
/* @__PURE__ */ t.jsx(
|
|
1372
|
+
"img",
|
|
1373
|
+
{
|
|
1374
|
+
src: Ot,
|
|
1375
|
+
alt: "More Icon",
|
|
1376
|
+
className: "",
|
|
1377
|
+
style: { maxHeight: "24px", maxWidth: "24px" },
|
|
1378
|
+
role: "button"
|
|
1379
|
+
}
|
|
1380
|
+
)
|
|
1381
|
+
] }),
|
|
1382
|
+
/* @__PURE__ */ t.jsx("div", { className: "col-11", children: /* @__PURE__ */ t.jsx(
|
|
1383
|
+
"span",
|
|
1384
|
+
{
|
|
1385
|
+
className: "propertyTitle align-items-start ",
|
|
1386
|
+
onClick: e.onClick,
|
|
1387
|
+
role: "button",
|
|
1388
|
+
children: e.property.expose?.title
|
|
1389
|
+
}
|
|
1390
|
+
) }),
|
|
1391
|
+
/* @__PURE__ */ t.jsx("div", { className: "col-12", children: /* @__PURE__ */ t.jsxs("div", { className: "location-wrapper", children: [
|
|
1392
|
+
/* @__PURE__ */ t.jsx(
|
|
1393
|
+
"img",
|
|
1394
|
+
{
|
|
1395
|
+
src: Ue,
|
|
1396
|
+
alt: "Location Icon",
|
|
1397
|
+
className: "location-icon"
|
|
1398
|
+
}
|
|
1399
|
+
),
|
|
1400
|
+
/* @__PURE__ */ t.jsx("span", { className: "locationTexts ", children: e.property.city || "N/A" })
|
|
1401
|
+
] }) }),
|
|
1402
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-row justify-content-between", children: [
|
|
1403
|
+
/* @__PURE__ */ t.jsxs("span", { className: "priceValue justify-content-center align-items-center", children: [
|
|
1404
|
+
xe(e.property?.evaluation?.askingPrice ?? 0),
|
|
1405
|
+
" €",
|
|
1406
|
+
/* @__PURE__ */ t.jsx("div", { className: "price_label", style: { whiteSpace: "nowrap" }, children: k.kaufpreis })
|
|
1407
|
+
] }),
|
|
1408
|
+
/* @__PURE__ */ t.jsxs("span", { className: "text-dark value d-flex justify-content-center align-items-center", children: [
|
|
1409
|
+
e.property.constructedArea,
|
|
1410
|
+
" m²",
|
|
1411
|
+
/* @__PURE__ */ t.jsx("div", { className: "details", style: { whiteSpace: "nowrap" }, children: k.wohnflache })
|
|
1412
|
+
] }),
|
|
1413
|
+
/* @__PURE__ */ t.jsxs("span", { className: "text-dark value d-flex justify-content-center align-items-center", children: [
|
|
1414
|
+
+e.property?.rooms,
|
|
1415
|
+
/* @__PURE__ */ t.jsx(
|
|
1416
|
+
"div",
|
|
1417
|
+
{
|
|
1418
|
+
className: "details text-center",
|
|
1419
|
+
style: { whiteSpace: "nowrap" },
|
|
1420
|
+
children: k.zimmer
|
|
1421
|
+
}
|
|
1422
|
+
)
|
|
1423
|
+
] })
|
|
1424
|
+
] }),
|
|
1425
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-lex flex-column ", children: /* @__PURE__ */ t.jsxs("div", { className: "wrapperCompanySec d-flex justify-content-around flex-row", children: [
|
|
1426
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-column col-4 justify-content-between ", children: /* @__PURE__ */ t.jsx("img", { src: Qt, alt: "Logo", className: "immooly" }) }),
|
|
1427
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-column align-items-center justify-content-center", children: /* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-column text-center", children: [
|
|
1428
|
+
/* @__PURE__ */ t.jsx("span", { className: "fw-bold", children: e.userData ? `${e.userData.firstname} ${e.userData.lastname}` : "Firstname Lastname" }),
|
|
1429
|
+
/* @__PURE__ */ t.jsx("span", { className: "fst-italic fw-normal", children: e.userData?.company ? e.userData.company : "Your Company" })
|
|
1430
|
+
] }) })
|
|
1431
|
+
] }) })
|
|
1432
|
+
]
|
|
1433
|
+
}
|
|
1434
|
+
),
|
|
1435
|
+
C && /* @__PURE__ */ t.jsx(Pe, { onClick: () => h(!1) }),
|
|
1436
|
+
w && /* @__PURE__ */ t.jsx(
|
|
1437
|
+
pe,
|
|
1438
|
+
{
|
|
1439
|
+
pictureUrls: A,
|
|
1440
|
+
onClose: () => p(!1)
|
|
1441
|
+
}
|
|
1442
|
+
)
|
|
1443
|
+
] });
|
|
1444
|
+
}
|
|
1445
|
+
const Ht = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA5BAMAAABTxLEMAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH6NKgYAAAAMdFJOUwCfIL+AMO/drxBDj6+sC8sAAAH7SURBVEjHjZW/S8NAFMefqWKji8VBCg7Foc6OlQwODg4OmeziJHTrJHTLUNBFyBDoEnARXB38A1z81Qa8P8r37i65y+XukjeEQj58m/t+370HAOFJa2WAtRex1vp+QfCDdagfgH3Wqd7hthv4Cyk+Hy+9dYXIJ8zxOQNvTRFZA+luRj5uh7QYB/2SYybBAQqP/IIPHByi4ws3eIMnWXHwoI+SsVMwYWzZEyBZdO8RLKAEV27JYE5ACcIxY3ceQQWi5CZ2HXmogfSVM0coKKiBfXs8JLisgWFklRxTN9RA2LLFUwrqYGiLh0LJDBAs8fBQwAQt8QgPG2AjHhFKE2zEowQN0IhHhmIBjXimStAEa/FUHlrAWjxlKFYwVfGQ4HfmAFd02xbVkbU3BsjHmvCSQtEk62COVCTjIQ8TdZo6iC8WMh4eisvwnJsj4uEM/f2kCUpveDwyFOWQDvaE2yHKFGjTJhMWTUyQPOQtcSoG50T+Lkxwt+yIMFGD0HIVQtW2zwQ+VY3BvVSg3rWvjJ0bvavASL8HwUhvXpKswNw1SwMRTwUmzlFaH1K5e96LeCTomCdaA0uw51sgPB4BDlPnGC3jEeCRa4qa64N5Rn254SS4jn1gIFbcvE1QXLQ1X8NnA28d8jX81m2xf8F2N/AC4LoL90c+pe1cEcM/vxPDSd4VACsAAAAASUVORK5CYII=";
|
|
1446
|
+
function $t(e) {
|
|
1447
|
+
const [a, o] = E(""), [r, l] = E(""), [n, i] = E(""), [d, f] = E(""), [u, b] = E(""), N = () => {
|
|
1448
|
+
e.onCloseClick();
|
|
1449
|
+
};
|
|
1450
|
+
function C() {
|
|
1451
|
+
e.onSubmit({ themeId: a, subject: r, messageText: n, firstName: d, lastName: u });
|
|
1452
|
+
}
|
|
1453
|
+
return Y(() => {
|
|
1454
|
+
const h = JSON.parse(localStorage.getItem("user") || "{}");
|
|
1455
|
+
h && (f(h.firstname || ""), b(h.lastname || ""));
|
|
1456
|
+
}, []), /* @__PURE__ */ t.jsx("div", { children: /* @__PURE__ */ t.jsx("div", { className: " popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: "MessageShareSections d-flex flex-column col-10 col-lg-7", children: [
|
|
1457
|
+
/* @__PURE__ */ t.jsx(
|
|
1458
|
+
"img",
|
|
1459
|
+
{
|
|
1460
|
+
src: $,
|
|
1461
|
+
alt: "close",
|
|
1462
|
+
className: "closeIcon d-flex flex-column align-self-end",
|
|
1463
|
+
onClick: N
|
|
1464
|
+
}
|
|
1465
|
+
),
|
|
1466
|
+
/* @__PURE__ */ t.jsxs("div", { className: "", children: [
|
|
1467
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex ms-md-5 mb-4", children: [
|
|
1468
|
+
/* @__PURE__ */ t.jsx("div", { className: "circle align-self-center ms-md-2 me-4", children: /* @__PURE__ */ t.jsx(
|
|
1469
|
+
"img",
|
|
1470
|
+
{
|
|
1471
|
+
src: Ht,
|
|
1472
|
+
alt: "email",
|
|
1473
|
+
className: "align-self-center",
|
|
1474
|
+
style: {
|
|
1475
|
+
alignSelf: "center",
|
|
1476
|
+
justifyContent: "center",
|
|
1477
|
+
margin: "14px",
|
|
1478
|
+
width: "25px",
|
|
1479
|
+
height: "20px"
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
) }),
|
|
1483
|
+
/* @__PURE__ */ t.jsxs("div", { className: "popUpHeader d-flex flex-column text-wrap mb-md-1 ", children: [
|
|
1484
|
+
"Nachricht senden ",
|
|
1485
|
+
e.userData?.firstname,
|
|
1486
|
+
" ",
|
|
1487
|
+
e.userData?.lastname
|
|
1488
|
+
] })
|
|
1489
|
+
] }),
|
|
1490
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-md-row flex-column ms-md-5 mt-md-0 ", children: [
|
|
1491
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-column mt-md-0 mt-4 col me-4 w-100 align-self-start justify-content-start", children: [
|
|
1492
|
+
/* @__PURE__ */ t.jsx("span", { className: "popup-tags mb-2", children: "Betreff:*" }),
|
|
1493
|
+
/* @__PURE__ */ t.jsx("div", { children: /* @__PURE__ */ t.jsxs(
|
|
1494
|
+
"select",
|
|
1495
|
+
{
|
|
1496
|
+
name: "theme",
|
|
1497
|
+
id: "theme",
|
|
1498
|
+
className: "mb-md-4 col-md-11 col-12",
|
|
1499
|
+
style: { height: "42px" },
|
|
1500
|
+
value: a,
|
|
1501
|
+
onChange: (h) => o(h.target.value),
|
|
1502
|
+
children: [
|
|
1503
|
+
/* @__PURE__ */ t.jsx("option", { value: "", children: "Select a theme" }),
|
|
1504
|
+
e.themesList.map(
|
|
1505
|
+
(h) => /* @__PURE__ */ t.jsx("option", { value: h.id, children: h.name }, h.id)
|
|
1506
|
+
)
|
|
1507
|
+
]
|
|
1508
|
+
}
|
|
1509
|
+
) })
|
|
1510
|
+
] }),
|
|
1511
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-column mt-md-4 col me-4 w-100", children: [
|
|
1512
|
+
/* @__PURE__ */ t.jsx("div", {}),
|
|
1513
|
+
/* @__PURE__ */ t.jsx(
|
|
1514
|
+
"textarea",
|
|
1515
|
+
{
|
|
1516
|
+
className: "popup_textarea col-12 col-md-10 mb-md-0 mt-2 ",
|
|
1517
|
+
placeholder: "Betreff deiner Nachricht",
|
|
1518
|
+
style: { height: "42px" },
|
|
1519
|
+
value: r,
|
|
1520
|
+
onChange: (h) => l(h.target.value)
|
|
1521
|
+
}
|
|
1522
|
+
)
|
|
1523
|
+
] })
|
|
1524
|
+
] }),
|
|
1525
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-column col ms-md-5 me-md-4", children: [
|
|
1526
|
+
/* @__PURE__ */ t.jsx("span", { className: "popup-tags mb-2 ", children: "Deine Nachricht:*" }),
|
|
1527
|
+
/* @__PURE__ */ t.jsx(
|
|
1528
|
+
"textarea",
|
|
1529
|
+
{
|
|
1530
|
+
className: "popup_textarea mb-md-4 col-md-11 col-12 ",
|
|
1531
|
+
placeholder: "Deine Nachricht hier...",
|
|
1532
|
+
value: n,
|
|
1533
|
+
onChange: (h) => i(h.target.value)
|
|
1534
|
+
}
|
|
1535
|
+
)
|
|
1536
|
+
] }),
|
|
1537
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-md-row flex-column ms-md-5 ", children: [
|
|
1538
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-column col me-4 w-100", children: [
|
|
1539
|
+
/* @__PURE__ */ t.jsx("span", { className: "popup-tags mb-2", children: "Vorname:" }),
|
|
1540
|
+
/* @__PURE__ */ t.jsx(
|
|
1541
|
+
"input",
|
|
1542
|
+
{
|
|
1543
|
+
className: "popup_textarea mb-md-4 col-12 col-md-11",
|
|
1544
|
+
placeholder: "Dein Vorname",
|
|
1545
|
+
type: "text",
|
|
1546
|
+
value: d,
|
|
1547
|
+
onChange: (h) => f(h.target.value),
|
|
1548
|
+
style: { height: "42px" }
|
|
1549
|
+
}
|
|
1550
|
+
)
|
|
1551
|
+
] }),
|
|
1552
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex flex-column me-4 w-100 col ", children: [
|
|
1553
|
+
/* @__PURE__ */ t.jsx("span", { className: "popup-tags mb-2", children: "Nachname:" }),
|
|
1554
|
+
/* @__PURE__ */ t.jsx(
|
|
1555
|
+
"input",
|
|
1556
|
+
{
|
|
1557
|
+
className: "popup_textarea col-12 mb-4 col-md-10",
|
|
1558
|
+
placeholder: "Dein Nachname",
|
|
1559
|
+
type: "text",
|
|
1560
|
+
value: u,
|
|
1561
|
+
onChange: (h) => b(h.target.value),
|
|
1562
|
+
style: { height: "42px" }
|
|
1563
|
+
}
|
|
1564
|
+
)
|
|
1565
|
+
] })
|
|
1566
|
+
] }),
|
|
1567
|
+
/* @__PURE__ */ t.jsxs("div", { className: "d-flex gap-md-3 gap-3 flex-md-row flex-column align-self-center justify-content-center mb-4 mt-md-2", children: [
|
|
1568
|
+
/* @__PURE__ */ t.jsx(
|
|
1569
|
+
"button",
|
|
1570
|
+
{
|
|
1571
|
+
className: "main_button border-0 rounded-4 align-self-center ",
|
|
1572
|
+
type: "button",
|
|
1573
|
+
id: "button",
|
|
1574
|
+
onClick: C,
|
|
1575
|
+
children: /* @__PURE__ */ t.jsx("strong", { children: "Nachricht senden" })
|
|
1576
|
+
}
|
|
1577
|
+
),
|
|
1578
|
+
/* @__PURE__ */ t.jsx("button", { className: "button_icon-right border-1 col-sm-3 align-self-center", children: /* @__PURE__ */ t.jsx("strong", { children: "Abbrechen" }) })
|
|
1579
|
+
] })
|
|
1580
|
+
] })
|
|
1581
|
+
] }) }) });
|
|
1582
|
+
}
|
|
1583
|
+
const Jt = "data:image/svg+xml,%3csvg%20width='80'%20height='81'%20viewBox='0%200%2080%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23x941tpr7ca)'%3e%3cpath%20d='M57.682%2027.808a3.125%203.125%200%200%201%200%204.42L36.717%2053.191a3.126%203.126%200%200%201-4.419%200l-9.98-9.98a3.124%203.124%200%201%201%204.42-4.42l7.77%207.771%2018.754-18.755a3.126%203.126%200%200%201%204.42%200zM80%2040.5c0%2022.11-17.893%2040-40%2040-22.11%200-40-17.893-40-40C0%2018.39%2017.893.5%2040%20.5c22.11%200%2040%2017.893%2040%2040zm-6.25%200C73.75%2021.845%2058.653%206.75%2040%206.75%2021.345%206.75%206.25%2021.847%206.25%2040.5c0%2018.655%2015.097%2033.75%2033.75%2033.75%2018.655%200%2033.75-15.097%2033.75-33.75z'%20fill='%23FFB525'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='x941tpr7ca'%3e%3cpath%20fill='%23fff'%20transform='translate(0%20.5)'%20d='M0%200h80v80H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
1584
|
+
function e0(e) {
|
|
1585
|
+
const [a, o] = E(!0), r = () => {
|
|
1586
|
+
e.onClick();
|
|
1587
|
+
};
|
|
1588
|
+
return /* @__PURE__ */ t.jsx("div", { children: /* @__PURE__ */ t.jsx("div", { className: "popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: "shareSection-Success d-flex flex-column col-7 ", children: [
|
|
1589
|
+
/* @__PURE__ */ t.jsx(
|
|
1590
|
+
"img",
|
|
1591
|
+
{
|
|
1592
|
+
src: $,
|
|
1593
|
+
alt: "close",
|
|
1594
|
+
className: "closeIcon d-flex flex-column align-self-end ms-5 ",
|
|
1595
|
+
onClick: r
|
|
1596
|
+
}
|
|
1597
|
+
),
|
|
1598
|
+
/* @__PURE__ */ t.jsx("div", { className: " d-flex flex-column align-self-center ms-5 ", children: /* @__PURE__ */ t.jsx("img", { src: Jt, alt: "facebook", className: " mb-4" }) }),
|
|
1599
|
+
/* @__PURE__ */ t.jsxs("div", { className: "popUpHeader d-flex flex-column col- text-center text-wrap mb-5 align-self-center", children: [
|
|
1600
|
+
/* @__PURE__ */ t.jsx("span", { children: " Herzlichen Glückwunsch! " }),
|
|
1601
|
+
/* @__PURE__ */ t.jsx("span", { children: " Deine Nachricht wurde erfolgreich gesendet. " })
|
|
1602
|
+
] }),
|
|
1603
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-column mt-4 mb-4", children: /* @__PURE__ */ t.jsx("span", { className: "text-center ms-5 text-wrap", children: "Neben vielen weiteren Einstellungen und Aktionen kannst du die Antwort auf deine Nachricht in deinem Control Center einsehen, sobald der Verkäufer darauf reagiert hat." }) }),
|
|
1604
|
+
/* @__PURE__ */ t.jsxs("div", { className: " d-flex flex-row align-self-center ", children: [
|
|
1605
|
+
/* @__PURE__ */ t.jsx(
|
|
1606
|
+
"button",
|
|
1607
|
+
{
|
|
1608
|
+
className: "d-flex button_success-left col-sm-5 border-0 rounded-4",
|
|
1609
|
+
type: "button",
|
|
1610
|
+
id: "button",
|
|
1611
|
+
onClick: r,
|
|
1612
|
+
children: /* @__PURE__ */ t.jsx("strong", { children: " Zum Control Center" })
|
|
527
1613
|
}
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
1614
|
+
),
|
|
1615
|
+
/* @__PURE__ */ t.jsx(
|
|
1616
|
+
"button",
|
|
1617
|
+
{
|
|
1618
|
+
className: "button_success-right col-sm-3 border-1 ms-3 rounded-4",
|
|
1619
|
+
type: "button",
|
|
1620
|
+
id: "button",
|
|
1621
|
+
children: /* @__PURE__ */ t.jsx("strong", { children: "Abbrechen" })
|
|
536
1622
|
}
|
|
537
|
-
|
|
538
|
-
|
|
1623
|
+
)
|
|
1624
|
+
] })
|
|
1625
|
+
] }) }) });
|
|
1626
|
+
}
|
|
1627
|
+
const Ft = "data:image/svg+xml,%3csvg%20width='80'%20height='81'%20viewBox='0%200%2080%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23gyr7eoy9ma)'%20fill='%23FFB525'%3e%3cpath%20d='M49.585%209.407a11.03%2011.03%200%200%200-19.174%200L1.378%2061.134a10.594%2010.594%200%200%200%20.097%2010.63%2010.88%2010.88%200%200%200%209.49%205.403H69.03a10.88%2010.88%200%200%200%209.49-5.403%2010.593%2010.593%200%200%200%20.097-10.63L49.585%209.407zm23.183%2059a4.276%204.276%200%200%201-3.737%202.093H10.965a4.277%204.277%200%200%201-3.737-2.103%203.94%203.94%200%200%201-.037-4l29.034-51.73a4.517%204.517%200%200%201%207.546%200l29.034%2051.727a3.94%203.94%200%200%201-.037%204.003v.01z'/%3e%3cpath%20d='M39.997%2023.832a3.333%203.333%200%200%200-3.333%203.333v20a3.333%203.333%200%200%200%206.667%200v-20a3.334%203.334%200%200%200-3.334-3.333zM39.997%2063.835a3.333%203.333%200%201%200%200-6.667%203.333%203.333%200%200%200%200%206.667z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='gyr7eoy9ma'%3e%3cpath%20fill='%23fff'%20transform='translate(0%20.5)'%20d='M0%200h80v80H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
1628
|
+
function t0(e) {
|
|
1629
|
+
const a = () => {
|
|
1630
|
+
e.onClick();
|
|
1631
|
+
};
|
|
1632
|
+
return /* @__PURE__ */ t.jsx("div", { className: "popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: "shareSection-Error d-flex flex-column col-6 ", children: [
|
|
1633
|
+
/* @__PURE__ */ t.jsx(
|
|
1634
|
+
"img",
|
|
1635
|
+
{
|
|
1636
|
+
src: $,
|
|
1637
|
+
alt: "close",
|
|
1638
|
+
className: "closeIcon d-flex flex-column align-self-end ms-5 ",
|
|
1639
|
+
onClick: a
|
|
1640
|
+
}
|
|
1641
|
+
),
|
|
1642
|
+
/* @__PURE__ */ t.jsx("div", { className: " d-flex flex-column align-self-center ms-5 ", children: /* @__PURE__ */ t.jsx("img", { src: Ft, alt: "facebook", className: " mb-4" }) }),
|
|
1643
|
+
/* @__PURE__ */ t.jsx("div", { className: "popUpHeader d-flex flex-column col- text-center text-wrap mb-1 align-self-center", children: /* @__PURE__ */ t.jsx("span", { children: " Oops! Etwas ist schiefgelaufen." }) }),
|
|
1644
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-column mt-4 mb-4", children: /* @__PURE__ */ t.jsx("span", { className: "text-center ms-5 text-wrap", children: "Beim Senden deiner Nachricht ist ein Fehler aufgetreten. Wenn das Problem weiterhin besteht, kontaktiere uns unter support@nestiq.de" }) }),
|
|
1645
|
+
/* @__PURE__ */ t.jsxs("div", { className: " d-flex flex-row align-self-center ", children: [
|
|
1646
|
+
/* @__PURE__ */ t.jsx(
|
|
1647
|
+
"button",
|
|
1648
|
+
{
|
|
1649
|
+
className: "d-flex button_success-left col-sm-5 border-0 rounded-4",
|
|
1650
|
+
type: "button",
|
|
1651
|
+
id: "button",
|
|
1652
|
+
children: /* @__PURE__ */ t.jsx("strong", { children: " Erneut versuchen" })
|
|
539
1653
|
}
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
return (React.createElement("div", { className: "d-flex flex-row property-card" },
|
|
549
|
-
React.createElement("div", { className: "d-flex flex-column col-md-6 col-lg-6" },
|
|
550
|
-
React.createElement("div", { key: props.property.id, className: "card-bod position-relative cardStyles h-100 w-100", style: {
|
|
551
|
-
backgroundImage: "url(".concat(mainImage || pictureUrls[0], ")"),
|
|
552
|
-
backgroundSize: "cover",
|
|
553
|
-
backgroundPosition: "center",
|
|
554
|
-
maxWidth: "640",
|
|
555
|
-
} },
|
|
556
|
-
React.createElement("div", { className: "d-flex flex-row col-12 justify-content-between " },
|
|
557
|
-
React.createElement("div", { className: "d-felx align-self-start justify-items-start ms-4 ", style: { left: "16px" }, onClick: function () { return handleArrowClickInMainImage("left"); }, role: "button" },
|
|
558
|
-
React.createElement("img", { src: arrowLeft })),
|
|
559
|
-
React.createElement("div", null),
|
|
560
|
-
React.createElement("div", { className: "d-flex align-self-end justify-items-end me-4", onClick: function () { return handleArrowClickInMainImage("right"); }, role: "button" },
|
|
561
|
-
React.createElement("img", { src: arrowRight, style: { right: "16px" } }))),
|
|
562
|
-
React.createElement("div", { className: "d-flex flex-row align-self-end justify-item-start justify-content-between align-item-start gap-1 mb-2 ms-4", style: { position: "absolute", left: "0" } },
|
|
563
|
-
React.createElement("div", { className: "cardTag", style: { marginBottom: "16px" } }, "".concat(currentImageIndex + 1, "/").concat(pictureUrls.length)),
|
|
564
|
-
React.createElement("div", { className: "Grundriss kontact-button-text ms-2 ", role: "button", onClick: function () { return handleFloorPlanButton(); }, style: { marginBottom: "16px" } },
|
|
565
|
-
React.createElement("img", { src: iconLayers, className: "", style: { width: "18px" } }),
|
|
566
|
-
" ",
|
|
567
|
-
t.grundriss)))),
|
|
568
|
-
React.createElement("div", { className: "listing-compact_c justify-content-between d-flex flex-column col-6 ".concat(props.Impliment ? "cc-height" : "listing-height") },
|
|
569
|
-
React.createElement("div", { className: "col-12 d-flex justify-content-end gap-2" },
|
|
570
|
-
React.createElement("img", { src: shareIcon, alt: "Share Icon", className: " ", onClick: handleSharePopUp, style: { maxHeight: "24px", maxWidth: "24px" }, role: "button" }),
|
|
571
|
-
React.createElement("img", { src: moreIcon, alt: "More Icon", className: "", style: { maxHeight: "24px", maxWidth: "24px" }, role: "button" })),
|
|
572
|
-
React.createElement("div", { className: "col-11" },
|
|
573
|
-
React.createElement("span", { className: "propertyTitle align-items-start ", onClick: props.onClick, role: "button" }, (_h = props.property.expose) === null || _h === void 0 ? void 0 : _h.title)),
|
|
574
|
-
React.createElement("div", { className: "col-12" },
|
|
575
|
-
React.createElement("div", { className: "location-wrapper" },
|
|
576
|
-
React.createElement("img", { src: locationIcon, alt: "Location Icon", className: "location-icon" }),
|
|
577
|
-
React.createElement("span", { className: "locationTexts " }, props.property.city || "N/A"))),
|
|
578
|
-
React.createElement("div", { className: "d-flex flex-row justify-content-between" },
|
|
579
|
-
React.createElement("span", { className: "priceValue justify-content-center align-items-center" },
|
|
580
|
-
formatPrice((_l = (_k = (_j = props.property) === null || _j === void 0 ? void 0 : _j.evaluation) === null || _k === void 0 ? void 0 : _k.askingPrice) !== null && _l !== void 0 ? _l : 0),
|
|
581
|
-
" \u20AC",
|
|
582
|
-
React.createElement("div", { className: "price_label", style: { whiteSpace: "nowrap" } }, t.kaufpreis)),
|
|
583
|
-
React.createElement("span", { className: "text-dark value d-flex justify-content-center align-items-center" },
|
|
584
|
-
props.property.constructedArea,
|
|
585
|
-
" m\u00B2",
|
|
586
|
-
React.createElement("div", { className: "details", style: { whiteSpace: "nowrap" } }, t.wohnflache)),
|
|
587
|
-
React.createElement("span", { className: "text-dark value d-flex justify-content-center align-items-center" },
|
|
588
|
-
+((_m = props.property) === null || _m === void 0 ? void 0 : _m.rooms),
|
|
589
|
-
React.createElement("div", { className: "details text-center", style: { whiteSpace: "nowrap" } }, t.zimmer))),
|
|
590
|
-
React.createElement("div", { className: "d-lex flex-column " },
|
|
591
|
-
React.createElement("div", { className: "wrapperCompanySec d-flex justify-content-around flex-row" },
|
|
592
|
-
React.createElement("div", { className: "d-flex flex-column col-4 justify-content-between " },
|
|
593
|
-
React.createElement("img", { src: immooly, alt: "Logo", className: "immooly" })),
|
|
594
|
-
React.createElement("div", { className: "d-flex flex-column align-items-center justify-content-center" },
|
|
595
|
-
React.createElement("div", { className: "d-flex flex-column text-center" },
|
|
596
|
-
React.createElement("span", { className: "fw-bold" }, props.userData
|
|
597
|
-
? "".concat(props.userData.firstname, " ").concat(props.userData.lastname)
|
|
598
|
-
: "Firstname Lastname"),
|
|
599
|
-
React.createElement("span", { className: "fst-italic fw-normal" }, ((_o = props.userData) === null || _o === void 0 ? void 0 : _o.company)
|
|
600
|
-
? props.userData.company
|
|
601
|
-
: "Your Company")))))),
|
|
602
|
-
sharePopUp && React.createElement(SharePopup, { onClick: function () { return setSharePopUp(false); } }),
|
|
603
|
-
isImagePopupOpen && (React.createElement(ImageListPopup, { pictureUrls: floorPlanImages, onClose: function () { return setIsImagePopupOpen(false); } }))));
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
var x = "/static/media/icon_close_2.e41bb9a4db48e048.png";
|
|
607
|
-
|
|
608
|
-
var mail_icon = "/static/media/mail-icon.176f921aa16b9a3d.png";
|
|
609
|
-
|
|
610
|
-
var css_248z$2 = ".popup-overlay {\r\n position: fixed; /* Fixed position to cover the whole screen */\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */\r\n display: flex; /* Flexbox to center the popup */\r\n justify-content: center; /* Center horizontally */\r\n align-items: center; /* Center vertically */\r\n z-index: 9998; /* Ensure it's above other content */\r\n}\r\n\r\n.MessageShareSections {\r\n height: 550px;\r\n padding: 10px 14px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n max-width: 1280px;\r\n}\r\n.popUpHeader {\r\n height: 48px;\r\n font-size: 32px;\r\n font-weight: 600;\r\n color: #1b1b1b;\r\n}\r\n\r\n.closeIcon {\r\n width: 16px;\r\n height: 16px;\r\n cursor: pointer;\r\n}\r\n\r\n.socialMediaIconsSection {\r\n gap: 60px !important;\r\n}\r\n\r\n.socialMediaIcons {\r\n width: 28px !important;\r\n height: 28px !important;\r\n cursor: pointer;\r\n}\r\n\r\n.socialMediaIconText {\r\n height: 36px;\r\n font-size: 13px;\r\n font-weight: 500;\r\n line-height: 3;\r\n color: #344041;\r\n cursor: pointer;\r\n}\r\n\r\n.popup_search-input {\r\n height: 60px;\r\n padding-inline-end: 190px;\r\n font-size: 20px;\r\n box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-color: rgba(0, 0, 0, 0.05);\r\n}\r\n\r\n.popup_search-input::placeholder {\r\n font-size: 20px;\r\n color: rgba(140, 140, 140, 0.5);\r\n}\r\n\r\n.popup_search-input:focus {\r\n outline: none;\r\n}\r\n\r\n.popupcustom-button {\r\n height: 35px;\r\n color: #000;\r\n cursor: pointer;\r\n right: 0;\r\n z-index: 1;\r\n background-image: var(--gradient);\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n}\r\n.popup-tags {\r\n font-size: large;\r\n font-weight: bold;\r\n}\r\n.button_icon-left {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n}\r\n.button-text {\r\n width: 85px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n}\r\n.button_icon-right {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n border-color: #000;\r\n background-color: transparent;\r\n}\r\n.circle {\r\n height: 55px;\r\n width: 55px;\r\n background-color: transparent;\r\n border-radius: 50%;\r\n border-style: solid;\r\n border-color: #000;\r\n border-width: 2px;\r\n align-content: center;\r\n justify-content: center;\r\n justify-items: center;\r\n justify-self: center;\r\n}\r\n@media (min-width: 375px) and (max-width: 667px) {\r\n .popup-overlay {\r\n /* Fixed position to cover the whole screen */\r\n\r\n background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */\r\n display: flex; /* Flexbox to center the popup */\r\n\r\n z-index: 9998; /* Ensure it's above other content */\r\n }\r\n\r\n .MessageShareSections {\r\n height: 650px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n }\r\n .button_icon-left {\r\n width: 90px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n }\r\n .button-text {\r\n width: 85px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n }\r\n .button_icon-right {\r\n width: 184px;\r\n }\r\n .circle {\r\n height: 55px;\r\n width: 55px;\r\n background-color: transparent;\r\n border-radius: 50%;\r\n border-style: solid;\r\n border-color: #000;\r\n border-width: 2px;\r\n }\r\n .button_icon-left {\r\n width: 184px;\r\n }\r\n}\r\n";
|
|
611
|
-
styleInject(css_248z$2);
|
|
612
|
-
|
|
613
|
-
function MessagePopUp(props) {
|
|
614
|
-
var _a, _b;
|
|
615
|
-
var _c = React.useState(""), themeId = _c[0], setThemeId = _c[1];
|
|
616
|
-
var _d = React.useState(""), subject = _d[0], setSubject = _d[1];
|
|
617
|
-
var _e = React.useState(""), messageText = _e[0], setMessageText = _e[1];
|
|
618
|
-
var _f = React.useState(""), firstName = _f[0], setFirstName = _f[1];
|
|
619
|
-
var _g = React.useState(""), lastName = _g[0], setLastName = _g[1];
|
|
620
|
-
var handleClose = function () {
|
|
621
|
-
props.onCloseClick();
|
|
622
|
-
};
|
|
623
|
-
function handleSendMessage() {
|
|
624
|
-
props.onSubmit({ themeId: themeId, subject: subject, messageText: messageText, firstName: firstName, lastName: lastName });
|
|
625
|
-
}
|
|
626
|
-
React.useEffect(function () {
|
|
627
|
-
var user = JSON.parse(localStorage.getItem("user") || "{}");
|
|
628
|
-
if (user) {
|
|
629
|
-
setFirstName(user.firstname || "");
|
|
630
|
-
setLastName(user.lastname || "");
|
|
1654
|
+
),
|
|
1655
|
+
/* @__PURE__ */ t.jsx(
|
|
1656
|
+
"button",
|
|
1657
|
+
{
|
|
1658
|
+
className: "button_success-right w-50 border-1 ms-3 rounded-4",
|
|
1659
|
+
type: "button",
|
|
1660
|
+
id: "button",
|
|
1661
|
+
children: /* @__PURE__ */ t.jsx("strong", { children: " Support kontaktieren" })
|
|
631
1662
|
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
React.createElement("span", { className: "popup-tags mb-2" }, "Vorname:"),
|
|
668
|
-
React.createElement("input", { className: "popup_textarea mb-md-4 col-12 col-md-11", placeholder: "Dein Vorname", type: "text", value: firstName, onChange: function (e) { return setFirstName(e.target.value); }, style: { height: "42px" } })),
|
|
669
|
-
React.createElement("div", { className: "d-flex flex-column me-4 w-100 col " },
|
|
670
|
-
React.createElement("span", { className: "popup-tags mb-2" }, "Nachname:"),
|
|
671
|
-
React.createElement("input", { className: "popup_textarea col-12 mb-4 col-md-10", placeholder: "Dein Nachname", type: "text", value: lastName, onChange: function (e) { return setLastName(e.target.value); }, style: { height: "42px" } }))),
|
|
672
|
-
React.createElement("div", { className: "d-flex gap-md-3 gap-3 flex-md-row flex-column align-self-center justify-content-center mb-4 mt-md-2" },
|
|
673
|
-
React.createElement("button", { className: "main_button border-0 rounded-4 align-self-center ", type: "button", id: "button", onClick: handleSendMessage },
|
|
674
|
-
React.createElement("strong", null, "Nachricht senden")),
|
|
675
|
-
React.createElement("button", { className: "button_icon-right border-1 col-sm-3 align-self-center" },
|
|
676
|
-
React.createElement("strong", null, "Abbrechen"))))))));
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
var css_248z$1 = ".popup-overlay {\r\n position: fixed; /* Fixed position to cover the whole screen */\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */\r\n display: flex; /* Flexbox to center the popup */\r\n justify-content: center; /* Center horizontally */\r\n align-items: center; /* Center vertically */\r\n z-index: 2000; /* Ensure it's above other content */\r\n}\r\n\r\n.shareSection {\r\n height: 340px;\r\n padding: 40px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n.popUpHeader {\r\n height: 48px;\r\n font-size: 32px;\r\n font-weight: 600;\r\n color: #1b1b1b;\r\n}\r\n\r\n.closeIcon {\r\n width: 16px;\r\n height: 16px;\r\n cursor: pointer;\r\n}\r\n\r\n.socialMediaIconsSection {\r\n gap: 60px !important;\r\n}\r\n\r\n.socialMediaIcons {\r\n width: 28px !important;\r\n height: 28px !important;\r\n cursor: pointer;\r\n}\r\n\r\n.socialMediaIconText {\r\n height: 36px;\r\n font-size: 13px;\r\n font-weight: 500;\r\n line-height: 3;\r\n color: #344041;\r\n cursor: pointer;\r\n}\r\n\r\n.popup_search-input {\r\n height: 60px;\r\n padding-inline-end: 190px;\r\n font-size: 20px;\r\n box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-color: rgba(0, 0, 0, 0.05);\r\n}\r\n\r\n.popup_search-input::placeholder {\r\n font-size: 20px;\r\n color: rgba(140, 140, 140, 0.5);\r\n}\r\n\r\n.popup_search-input:focus {\r\n outline: none;\r\n}\r\n\r\n.popupcustom-button {\r\n height: 35px;\r\n color: #000;\r\n cursor: pointer;\r\n border-color: var(--main-yellow);\r\n right: 0;\r\n z-index: 1;\r\n background-image: var(--gradient);\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n}\r\n.button-text {\r\n width: 115px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n}\r\n.button_success-right {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n border-color: #000;\r\n background-color: transparent;\r\n}\r\n.button_success-left {\r\n width: 200px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-color: var(--main-yellow);\r\n}\r\n.shareSection-Success {\r\n height: 510px;\r\n padding: 40px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n.shareSection-Error {\r\n height: 400px;\r\n padding: 10px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n.MessageShareSection {\r\n height: 513px;\r\n padding: 14px 14px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n\r\n.popup-tags {\r\n font-size: large;\r\n font-weight: bold;\r\n}\r\n.button_icon-left {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n}\r\n.main_button {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-image: var(--gradient);\r\n}\r\n.button-text {\r\n width: 85px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n}\r\n.button_icon-right {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n border-color: #000;\r\n background-color: transparent;\r\n}\r\n.circle {\r\n height: 55px;\r\n width: 55px;\r\n background-color: transparent;\r\n border-radius: 50%;\r\n border-style: solid;\r\n border-color: #000;\r\n border-width: 2px;\r\n}\r\n.Line-9,\r\n.Line-10 {\r\n height: 1px;\r\n flex-grow: 1;\r\n background-color: rgba(140, 140, 140, 0.5);\r\n max-width: 18rem;\r\n align-self: center;\r\n align-content: center;\r\n}\r\n\r\n.middle-container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.middle-text {\r\n margin: 25px 25px;\r\n}\r\n.google-button {\r\n width: 260px;\r\n height: 45px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 4px;\r\n background-color: #000000;\r\n background: linear-gradient(to top, #000, #666);\r\n}\r\n.Account-popup {\r\n height: 713px;\r\n padding: 10px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n max-width: 1000px;\r\n}\r\n.lightertxt {\r\n color: #797979;\r\n}\r\n\r\n.filter {\r\n height: 343px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n}\r\n.loginFilter {\r\n height: 280px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n}\r\n.radioLabel {\r\n width: 176px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: normal;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: left;\r\n color: #1b1b1b;\r\n}\r\n.goButton-text {\r\n width: 78px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n color: #1b1b1b;\r\n}\r\n.placeholders {\r\n width: 232px;\r\n height: 45px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: flex-start;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 4px;\r\n background-image: linear-gradient(to top, #000 100%, #666 0%);\r\n}\r\n.TagW.active {\r\n height: 40px;\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 6px;\r\n padding: 0 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-image: linear-gradient(to top, #000, #666);\r\n color: white;\r\n}\r\n.Tag {\r\n height: 40px;\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 6px;\r\n padding: 0 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-image: linear-gradient(\r\n to top,\r\n rgba(255, 0, 0, 0),\r\n rgba(255, 0, 0, 1)\r\n );\r\n}\r\n.TagW {\r\n height: 40px;\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 6px;\r\n padding: 0 24px;\r\n border-radius: 16px;\r\n border: solid 1px #000;\r\n background-color: #fff;\r\n color: #000;\r\n}\r\n/* */\r\n@media (min-width: 375px) and (max-width: 667px) {\r\n .Account-popup {\r\n height: 650px !important;\r\n padding: 10px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n width: 90vw;\r\n }\r\n .filter {\r\n height: 260px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n}\r\n.middle-text {\r\n margin: 5px 25px;\r\n}\r\n.loginFilter {\r\n height: 180px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n}\r\n}\r\n";
|
|
680
|
-
styleInject(css_248z$1);
|
|
681
|
-
|
|
682
|
-
var icon_checkmark = "/static/media/icon_checkmark.9b48c4a4bc651b08.svg";
|
|
683
|
-
|
|
684
|
-
function SuccessPopUp(props) {
|
|
685
|
-
var _a = React.useState(true); _a[0]; _a[1];
|
|
686
|
-
var handleClose = function () {
|
|
687
|
-
props.onClick();
|
|
688
|
-
};
|
|
689
|
-
return (React.createElement("div", null,
|
|
690
|
-
React.createElement("div", { className: "popup-overlay" },
|
|
691
|
-
React.createElement("div", { className: "shareSection-Success d-flex flex-column col-7 " },
|
|
692
|
-
React.createElement("img", { src: x$1, alt: "close", className: "closeIcon d-flex flex-column align-self-end ms-5 ", onClick: handleClose }),
|
|
693
|
-
React.createElement("div", { className: " d-flex flex-column align-self-center ms-5 " },
|
|
694
|
-
React.createElement("img", { src: icon_checkmark, alt: "facebook", className: " mb-4" })),
|
|
695
|
-
React.createElement("div", { className: "popUpHeader d-flex flex-column col- text-center text-wrap mb-5 align-self-center" },
|
|
696
|
-
React.createElement("span", null, " Herzlichen Gl\u00FCckwunsch! "),
|
|
697
|
-
React.createElement("span", null, " Deine Nachricht wurde erfolgreich gesendet. ")),
|
|
698
|
-
React.createElement("div", { className: "d-flex flex-column mt-4 mb-4" },
|
|
699
|
-
React.createElement("span", { className: "text-center ms-5 text-wrap" }, "Neben vielen weiteren Einstellungen und Aktionen kannst du die Antwort auf deine Nachricht in deinem Control Center einsehen, sobald der Verk\u00E4ufer darauf reagiert hat.")),
|
|
700
|
-
React.createElement("div", { className: " d-flex flex-row align-self-center " },
|
|
701
|
-
React.createElement("button", { className: "d-flex button_success-left col-sm-5 border-0 rounded-4", type: "button", id: "button", onClick: handleClose },
|
|
702
|
-
React.createElement("strong", null, " Zum Control Center")),
|
|
703
|
-
React.createElement("button", { className: "button_success-right col-sm-3 border-1 ms-3 rounded-4", type: "button", id: "button" },
|
|
704
|
-
React.createElement("strong", null, "Abbrechen")))))));
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
var warning = "/static/media/warning.6f99cb4c6a048b47.svg";
|
|
708
|
-
|
|
709
|
-
var css_248z = ".popup-overlay {\r\n position: fixed; /* Fixed position to cover the whole screen */\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */\r\n display: flex; /* Flexbox to center the popup */\r\n justify-content: center; /* Center horizontally */\r\n align-items: center; /* Center vertically */\r\n z-index: 2000; /* Ensure it's above other content */\r\n}\r\n\r\n.shareSection {\r\n height: 340px;\r\n padding: 40px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n max-width: 1280px;\r\n}\r\n.popUpHeader {\r\n height: 48px;\r\n font-size: 32px;\r\n font-weight: 600;\r\n color: #1b1b1b;\r\n}\r\n\r\n.closeIcon {\r\n width: 16px;\r\n height: 16px;\r\n cursor: pointer;\r\n}\r\n\r\n.socialMediaIconsSection {\r\n gap: 60px !important;\r\n}\r\n\r\n.socialMediaIcons {\r\n width: 28px !important;\r\n height: 28px !important;\r\n cursor: pointer;\r\n}\r\n\r\n.socialMediaIconText {\r\n height: 36px;\r\n font-size: 13px;\r\n font-weight: 500;\r\n line-height: 3;\r\n color: #344041;\r\n cursor: pointer;\r\n}\r\n\r\n.popup_search-input {\r\n height: 60px;\r\n padding-inline-end: 190px;\r\n font-size: 20px;\r\n box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-color: rgba(0, 0, 0, 0.05);\r\n}\r\n\r\n.popup_search-input::placeholder {\r\n font-size: 20px;\r\n color: rgba(140, 140, 140, 0.5);\r\n}\r\n\r\n.popup_search-input:focus {\r\n outline: none;\r\n}\r\n\r\n.popupcustom-button {\r\n height: 35px;\r\n color: #000;\r\n cursor: pointer;\r\n border-color: var(--main-yellow);\r\n right: 0;\r\n z-index: 1;\r\n background-image: var(--gradient);\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n}\r\n.button-text {\r\n width: 115px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n}\r\n.button_success-right {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n border-color: #000;\r\n background-color: transparent;\r\n}\r\n.button_success-left {\r\n width: 200px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-color: var(--main-yellow);\r\n}\r\n.shareSection-Success {\r\n height: 510px;\r\n padding: 40px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n.shareSection-Error {\r\n height: 400px;\r\n padding: 10px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n.MessageShareSection {\r\n height: 513px;\r\n padding: 14px 14px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n}\r\n\r\n.popup-tags {\r\n font-size: large;\r\n font-weight: bold;\r\n}\r\n.button_icon-left {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n}\r\n.main_button {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-image: var(--gradient);\r\n}\r\n.button-text {\r\n width: 85px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n}\r\n.button_icon-right {\r\n width: 184px;\r\n height: 43px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 16px;\r\n border-color: #000;\r\n background-color: transparent;\r\n}\r\n.circle {\r\n height: 55px;\r\n width: 55px;\r\n background-color: transparent;\r\n border-radius: 50%;\r\n border-style: solid;\r\n border-color: #000;\r\n border-width: 2px;\r\n}\r\n.Line-9,\r\n.Line-10 {\r\n height: 1px;\r\n flex-grow: 1;\r\n background-color: rgba(140, 140, 140, 0.5);\r\n max-width: 18rem;\r\n align-self: center;\r\n align-content: center;\r\n}\r\n\r\n.middle-container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.middle-text {\r\n margin: 25px 25px;\r\n}\r\n.google-button {\r\n width: 260px;\r\n height: 45px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 4px;\r\n background-color: #000000;\r\n background: linear-gradient(to top, #000, #666);\r\n}\r\n.Account-popup {\r\n height: 713px;\r\n padding: 10px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n max-width: 1000px;\r\n}\r\n.lightertxt {\r\n color: #797979;\r\n}\r\n\r\n.filter {\r\n height: 343px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n}\r\n.loginFilter {\r\n height: 280px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n}\r\n.radioLabel {\r\n width: 176px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: normal;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: left;\r\n color: #1b1b1b;\r\n}\r\n.goButton-text {\r\n width: 78px;\r\n height: 19px;\r\n flex-grow: 0;\r\n font-family: Inter;\r\n font-size: 16px;\r\n font-weight: 500;\r\n font-stretch: normal;\r\n font-style: normal;\r\n line-height: normal;\r\n letter-spacing: normal;\r\n text-align: center;\r\n color: #1b1b1b;\r\n}\r\n.placeholders {\r\n width: 232px;\r\n height: 45px;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: flex-start;\r\n align-items: center;\r\n gap: 8px;\r\n padding: 12px 24px;\r\n border-radius: 4px;\r\n background-image: linear-gradient(to top, #000 100%, #666 0%);\r\n}\r\n.TagW.active {\r\n height: 40px;\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 6px;\r\n padding: 0 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-image: linear-gradient(to top, #000, #666);\r\n color: white;\r\n}\r\n.Tag {\r\n height: 40px;\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 6px;\r\n padding: 0 24px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n background-image: linear-gradient(\r\n to top,\r\n rgba(255, 0, 0, 0),\r\n rgba(255, 0, 0, 1)\r\n );\r\n}\r\n.TagW {\r\n height: 40px;\r\n flex-grow: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 6px;\r\n padding: 0 24px;\r\n border-radius: 16px;\r\n border: solid 1px #000;\r\n background-color: #fff;\r\n color: #000;\r\n}\r\n/* */\r\n@media (min-width: 375px) and (max-width: 667px) {\r\n .Account-popup {\r\n height: 650px !important;\r\n padding: 10px;\r\n border-radius: 16px;\r\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);\r\n border: solid 1px #d7d9e3;\r\n background-color: #fff;\r\n width: 90vw;\r\n }\r\n .filter {\r\n height: 260px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n }\r\n .middle-text {\r\n margin: 5px 25px;\r\n }\r\n .loginFilter {\r\n height: 180px;\r\n align-self: stretch;\r\n flex-grow: 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 2px;\r\n padding: 32px;\r\n border-radius: 32px;\r\n box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);\r\n background-color: #f2f2f2;\r\n }\r\n}\r\n";
|
|
710
|
-
styleInject(css_248z);
|
|
711
|
-
|
|
712
|
-
function ErrorPopup(props) {
|
|
713
|
-
var handleClose = function () {
|
|
714
|
-
props.onClick();
|
|
715
|
-
};
|
|
716
|
-
return (React.createElement("div", { className: "popup-overlay" },
|
|
717
|
-
React.createElement("div", { className: "shareSection-Error d-flex flex-column col-6 " },
|
|
718
|
-
React.createElement("img", { src: x, alt: "close", className: "closeIcon d-flex flex-column align-self-end ms-5 ", onClick: handleClose }),
|
|
719
|
-
React.createElement("div", { className: " d-flex flex-column align-self-center ms-5 " },
|
|
720
|
-
React.createElement("img", { src: warning, alt: "facebook", className: " mb-4" })),
|
|
721
|
-
React.createElement("div", { className: "popUpHeader d-flex flex-column col- text-center text-wrap mb-1 align-self-center" },
|
|
722
|
-
React.createElement("span", null, " Oops! Etwas ist schiefgelaufen.")),
|
|
723
|
-
React.createElement("div", { className: "d-flex flex-column mt-4 mb-4" },
|
|
724
|
-
React.createElement("span", { className: "text-center ms-5 text-wrap" }, "Beim Senden deiner Nachricht ist ein Fehler aufgetreten. Wenn das Problem weiterhin besteht, kontaktiere uns unter support@nestiq.de")),
|
|
725
|
-
React.createElement("div", { className: " d-flex flex-row align-self-center " },
|
|
726
|
-
React.createElement("button", { className: "d-flex button_success-left col-sm-5 border-0 rounded-4", type: "button", id: "button" },
|
|
727
|
-
React.createElement("strong", null, " Erneut versuchen")),
|
|
728
|
-
React.createElement("button", { className: "button_success-right w-50 border-1 ms-3 rounded-4", type: "button", id: "button" },
|
|
729
|
-
React.createElement("strong", null, " Support kontaktieren"))))));
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
// Utility function to show a toast
|
|
733
|
-
var showToast = function (message, type) {
|
|
734
|
-
if (type === void 0) { type = "info"; }
|
|
735
|
-
reactToastify.toast(message, { type: type });
|
|
1663
|
+
)
|
|
1664
|
+
] })
|
|
1665
|
+
] }) });
|
|
1666
|
+
}
|
|
1667
|
+
const a0 = (e, a = "info") => {
|
|
1668
|
+
_(e, { type: a });
|
|
1669
|
+
}, s0 = () => /* @__PURE__ */ t.jsx(
|
|
1670
|
+
Mt,
|
|
1671
|
+
{
|
|
1672
|
+
position: "top-right",
|
|
1673
|
+
autoClose: 5e3,
|
|
1674
|
+
hideProgressBar: !1,
|
|
1675
|
+
closeOnClick: !0,
|
|
1676
|
+
rtl: !1,
|
|
1677
|
+
pauseOnFocusLoss: !0,
|
|
1678
|
+
draggable: !0,
|
|
1679
|
+
pauseOnHover: !0
|
|
1680
|
+
}
|
|
1681
|
+
);
|
|
1682
|
+
export {
|
|
1683
|
+
Wt as Button,
|
|
1684
|
+
t0 as ErrorPopup,
|
|
1685
|
+
Xt as FloorPlanPopup,
|
|
1686
|
+
$t as MessagePopUp,
|
|
1687
|
+
qt as NewPropertyCard,
|
|
1688
|
+
Gt as Popup,
|
|
1689
|
+
Kt as PropertyCard,
|
|
1690
|
+
Yt as PropertyDetailsHeader,
|
|
1691
|
+
Zt as PropertyImageList,
|
|
1692
|
+
Pe as SharePopup,
|
|
1693
|
+
e0 as SuccessPopUp,
|
|
1694
|
+
s0 as ToastWrapper,
|
|
1695
|
+
xe as formatPrice,
|
|
1696
|
+
Se as formatPropertyArea,
|
|
1697
|
+
a0 as showToast
|
|
736
1698
|
};
|
|
737
|
-
var ToastWrapper = function () { return (React.createElement(reactToastify.ToastContainer, { position: "top-right", autoClose: 5000, hideProgressBar: false, closeOnClick: true, rtl: false, pauseOnFocusLoss: true, draggable: true, pauseOnHover: true })); };
|
|
738
|
-
|
|
739
|
-
exports.Button = Button;
|
|
740
|
-
exports.ErrorPopup = ErrorPopup;
|
|
741
|
-
exports.FloorPlanPopup = FloorPlanPopup;
|
|
742
|
-
exports.MessagePopUp = MessagePopUp;
|
|
743
|
-
exports.NewPropertyCard = PropertyCard;
|
|
744
|
-
exports.Popup = Popup;
|
|
745
|
-
exports.PropertyCard = PropertyCard$1;
|
|
746
|
-
exports.PropertyDetailsHeader = PropertyDetailsHeader;
|
|
747
|
-
exports.PropertyImageList = PropertyImageList;
|
|
748
|
-
exports.SharePopup = SharePopup;
|
|
749
|
-
exports.SuccessPopUp = SuccessPopUp;
|
|
750
|
-
exports.ToastWrapper = ToastWrapper;
|
|
751
|
-
exports.formatPrice = formatPrice;
|
|
752
|
-
exports.formatPropertyArea = formatPropertyArea;
|
|
753
|
-
exports.showToast = showToast;
|
|
754
1699
|
//# sourceMappingURL=index.js.map
|