nestiq-component-library 1.2.0 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +63 -63
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +36 -36
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ function Je() {
|
|
|
24
24
|
}
|
|
25
25
|
var X = {};
|
|
26
26
|
var Ae;
|
|
27
|
-
function
|
|
27
|
+
function Ve() {
|
|
28
28
|
return Ae || (Ae = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
29
29
|
function e(s) {
|
|
30
30
|
if (s == null) return null;
|
|
@@ -60,7 +60,7 @@ function Fe() {
|
|
|
60
60
|
return s = s.displayName, s || (s = y.displayName || y.name || "", s = s !== "" ? "ForwardRef(" + s + ")" : "ForwardRef"), s;
|
|
61
61
|
case j:
|
|
62
62
|
return y = s.displayName || null, y !== null ? y : e(s.type) || "Memo";
|
|
63
|
-
case
|
|
63
|
+
case L:
|
|
64
64
|
y = s._payload, s = s._init;
|
|
65
65
|
try {
|
|
66
66
|
return e(s(y));
|
|
@@ -91,7 +91,7 @@ function Fe() {
|
|
|
91
91
|
}
|
|
92
92
|
function r(s) {
|
|
93
93
|
if (s === g) return "<>";
|
|
94
|
-
if (typeof s == "object" && s !== null && s.$$typeof ===
|
|
94
|
+
if (typeof s == "object" && s !== null && s.$$typeof === L)
|
|
95
95
|
return "<...>";
|
|
96
96
|
try {
|
|
97
97
|
var y = e(s);
|
|
@@ -214,12 +214,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
214
214
|
);
|
|
215
215
|
}
|
|
216
216
|
function N(s) {
|
|
217
|
-
C(s) ? s._store && (s._store.validated = 1) : typeof s == "object" && s !== null && s.$$typeof ===
|
|
217
|
+
C(s) ? s._store && (s._store.validated = 1) : typeof s == "object" && s !== null && s.$$typeof === L && (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
218
|
}
|
|
219
219
|
function C(s) {
|
|
220
220
|
return typeof s == "object" && s !== null && s.$$typeof === w;
|
|
221
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"),
|
|
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"), L = /* @__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, F = console.createTask ? console.createTask : function() {
|
|
223
223
|
return null;
|
|
224
224
|
};
|
|
225
225
|
h = {
|
|
@@ -230,7 +230,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
230
230
|
var Z, W = {}, H = h.react_stack_bottom_frame.bind(
|
|
231
231
|
h,
|
|
232
232
|
n
|
|
233
|
-
)(), ve =
|
|
233
|
+
)(), ve = F(r(n)), ye = {};
|
|
234
234
|
X.Fragment = g, X.jsx = function(s, y, z) {
|
|
235
235
|
var M = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
236
236
|
return b(
|
|
@@ -239,7 +239,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
239
239
|
z,
|
|
240
240
|
!1,
|
|
241
241
|
M ? Error("react-stack-top-frame") : H,
|
|
242
|
-
M ?
|
|
242
|
+
M ? F(r(s)) : ve
|
|
243
243
|
);
|
|
244
244
|
}, X.jsxs = function(s, y, z) {
|
|
245
245
|
var M = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
@@ -249,16 +249,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
249
249
|
z,
|
|
250
250
|
!0,
|
|
251
251
|
M ? Error("react-stack-top-frame") : H,
|
|
252
|
-
M ?
|
|
252
|
+
M ? F(r(s)) : ve
|
|
253
253
|
);
|
|
254
254
|
};
|
|
255
255
|
})()), X;
|
|
256
256
|
}
|
|
257
257
|
var we;
|
|
258
|
-
function
|
|
259
|
-
return we || (we = 1, process.env.NODE_ENV === "production" ? se.exports = Je() : se.exports =
|
|
258
|
+
function Fe() {
|
|
259
|
+
return we || (we = 1, process.env.NODE_ENV === "production" ? se.exports = Je() : se.exports = Ve()), se.exports;
|
|
260
260
|
}
|
|
261
|
-
var t =
|
|
261
|
+
var t = Fe();
|
|
262
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
263
|
/* @__PURE__ */ t.jsx("div", { className: "end-0 top-0 position-absolute ", children: /* @__PURE__ */ t.jsx(
|
|
264
264
|
"img",
|
|
@@ -291,7 +291,7 @@ function qe(e) {
|
|
|
291
291
|
}
|
|
292
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
293
|
`);
|
|
294
|
-
var ee = (e) => typeof e == "number" && !isNaN(e),
|
|
294
|
+
var ee = (e) => typeof e == "number" && !isNaN(e), V = (e) => typeof e == "string", D = (e) => typeof e == "function", $e = (e) => V(e) || ee(e), fe = (e) => V(e) || D(e) ? e : null, et = (e, a) => e === !1 || ee(e) && e > 0 ? e : a, me = (e) => oe(e) || V(e) || D(e) || ee(e);
|
|
295
295
|
function tt(e, a, o = 300) {
|
|
296
296
|
let { scrollHeight: r, style: l } = e;
|
|
297
297
|
requestAnimationFrame(() => {
|
|
@@ -320,7 +320,7 @@ function _e(e, a) {
|
|
|
320
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
321
|
}
|
|
322
322
|
function ke(e, a, o = !1) {
|
|
323
|
-
return oe(e) && !
|
|
323
|
+
return oe(e) && !V(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
324
|
}
|
|
325
325
|
function st({ closeToast: e, theme: a, ariaLabel: o = "close" }) {
|
|
326
326
|
return I.createElement("button", { className: `Toastify__close-button Toastify__close-button--${a}`, type: "button", onClick: (r) => {
|
|
@@ -366,8 +366,8 @@ function nt(e, a, o) {
|
|
|
366
366
|
};
|
|
367
367
|
return { id: e, props: d, observe: b, toggle: h, removeToast: p, toasts: f, clearQueue: g, buildToast: (c, m) => {
|
|
368
368
|
if (C(m)) return;
|
|
369
|
-
let { toastId: v, updateId: k, data: T, staleId: x, delay: j } = m,
|
|
370
|
-
|
|
369
|
+
let { toastId: v, updateId: k, data: T, staleId: x, delay: j } = m, L = k == null;
|
|
370
|
+
L && l++;
|
|
371
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
372
|
f.get(v).removalReason = R, p(v);
|
|
373
373
|
}, deleteToast() {
|
|
@@ -382,7 +382,7 @@ function nt(e, a, o) {
|
|
|
382
382
|
} };
|
|
383
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
384
|
let B = { content: c, props: O, staleId: x };
|
|
385
|
-
d.limit && d.limit > 0 && l > d.limit &&
|
|
385
|
+
d.limit && d.limit > 0 && l > d.limit && L ? n.push(B) : ee(j) ? setTimeout(() => {
|
|
386
386
|
A(B);
|
|
387
387
|
}, j) : A(B);
|
|
388
388
|
}, setProps(c) {
|
|
@@ -395,19 +395,19 @@ function nt(e, a, o) {
|
|
|
395
395
|
return (m = f.get(c)) == null ? void 0 : m.isActive;
|
|
396
396
|
}, getSnapshot: () => i };
|
|
397
397
|
}
|
|
398
|
-
var
|
|
398
|
+
var S = /* @__PURE__ */ new Map(), q = [], ue = /* @__PURE__ */ new Set(), lt = (e) => ue.forEach((a) => a(e)), Ce = () => S.size > 0;
|
|
399
399
|
function it() {
|
|
400
400
|
q.forEach((e) => ze(e.content, e.options)), q = [];
|
|
401
401
|
}
|
|
402
402
|
var ct = (e, { containerId: a }) => {
|
|
403
403
|
var o;
|
|
404
|
-
return (o =
|
|
404
|
+
return (o = S.get(a || 1)) == null ? void 0 : o.toasts.get(e);
|
|
405
405
|
};
|
|
406
406
|
function Ee(e, a) {
|
|
407
407
|
var o;
|
|
408
|
-
if (a) return !!((o =
|
|
408
|
+
if (a) return !!((o = S.get(a)) != null && o.isToastActive(e));
|
|
409
409
|
let r = !1;
|
|
410
|
-
return
|
|
410
|
+
return S.forEach((l) => {
|
|
411
411
|
l.isToastActive(e) && (r = !0);
|
|
412
412
|
}), r;
|
|
413
413
|
}
|
|
@@ -416,32 +416,32 @@ function dt(e) {
|
|
|
416
416
|
q = q.filter((a) => e != null && a.options.toastId !== e);
|
|
417
417
|
return;
|
|
418
418
|
}
|
|
419
|
-
if (e == null || $e(e))
|
|
419
|
+
if (e == null || $e(e)) S.forEach((a) => {
|
|
420
420
|
a.removeToast(e);
|
|
421
421
|
});
|
|
422
422
|
else if (e && ("containerId" in e || "id" in e)) {
|
|
423
|
-
let a =
|
|
424
|
-
a ? a.removeToast(e.id) :
|
|
423
|
+
let a = S.get(e.containerId);
|
|
424
|
+
a ? a.removeToast(e.id) : S.forEach((o) => {
|
|
425
425
|
o.removeToast(e.id);
|
|
426
426
|
});
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
var ft = (e = {}) => {
|
|
430
|
-
|
|
430
|
+
S.forEach((a) => {
|
|
431
431
|
a.props.limit && (!e.containerId || a.id === e.containerId) && a.clearQueue();
|
|
432
432
|
});
|
|
433
433
|
};
|
|
434
434
|
function ze(e, a) {
|
|
435
|
-
me(e) && (Ce() || q.push({ content: e, options: a }),
|
|
435
|
+
me(e) && (Ce() || q.push({ content: e, options: a }), S.forEach((o) => {
|
|
436
436
|
o.buildToast(e, a);
|
|
437
437
|
}));
|
|
438
438
|
}
|
|
439
439
|
function mt(e) {
|
|
440
440
|
var a;
|
|
441
|
-
(a =
|
|
441
|
+
(a = S.get(e.containerId || 1)) == null || a.setToggle(e.id, e.fn);
|
|
442
442
|
}
|
|
443
443
|
function Me(e, a) {
|
|
444
|
-
|
|
444
|
+
S.forEach((o) => {
|
|
445
445
|
(a == null || !(a != null && a.containerId) || a?.containerId === o.id) && o.toggle(e, a?.id);
|
|
446
446
|
});
|
|
447
447
|
}
|
|
@@ -449,17 +449,17 @@ function ut(e) {
|
|
|
449
449
|
let a = e.containerId || 1;
|
|
450
450
|
return { subscribe(o) {
|
|
451
451
|
let r = nt(a, e, lt);
|
|
452
|
-
|
|
452
|
+
S.set(a, r);
|
|
453
453
|
let l = r.observe(o);
|
|
454
454
|
return it(), () => {
|
|
455
|
-
l(),
|
|
455
|
+
l(), S.delete(a);
|
|
456
456
|
};
|
|
457
457
|
}, setProps(o) {
|
|
458
458
|
var r;
|
|
459
|
-
(r =
|
|
459
|
+
(r = S.get(a)) == null || r.setProps(o);
|
|
460
460
|
}, getSnapshot() {
|
|
461
461
|
var o;
|
|
462
|
-
return (o =
|
|
462
|
+
return (o = S.get(a)) == null ? void 0 : o.getSnapshot();
|
|
463
463
|
} };
|
|
464
464
|
}
|
|
465
465
|
function ht(e) {
|
|
@@ -468,7 +468,7 @@ function ht(e) {
|
|
|
468
468
|
};
|
|
469
469
|
}
|
|
470
470
|
function pt(e) {
|
|
471
|
-
return e && (
|
|
471
|
+
return e && (V(e.toastId) || ee(e.toastId)) ? e.toastId : Ie();
|
|
472
472
|
}
|
|
473
473
|
function te(e, a) {
|
|
474
474
|
return ze(e, a), a.toastId;
|
|
@@ -485,13 +485,13 @@ function _(e, a) {
|
|
|
485
485
|
_.loading = (e, a) => te(e, re("default", { isLoading: !0, autoClose: !1, closeOnClick: !1, closeButton: !1, draggable: !1, ...a }));
|
|
486
486
|
function gt(e, { pending: a, error: o, success: r }, l) {
|
|
487
487
|
let n;
|
|
488
|
-
a && (n =
|
|
488
|
+
a && (n = V(a) ? _.loading(a, l) : _.loading(a.render, { ...l, ...a }));
|
|
489
489
|
let i = { isLoading: null, autoClose: null, closeOnClick: null, closeButton: null, draggable: null }, d = (u, b, N) => {
|
|
490
490
|
if (b == null) {
|
|
491
491
|
_.dismiss(n);
|
|
492
492
|
return;
|
|
493
493
|
}
|
|
494
|
-
let C = { type: u, ...i, ...l, data: N }, h =
|
|
494
|
+
let C = { type: u, ...i, ...l, data: N }, h = V(b) ? { render: b } : b;
|
|
495
495
|
return n ? _.update(n, { ...C, ...h }) : _(h.render, { ...C, ...h }), N;
|
|
496
496
|
}, f = D(e) ? e() : e;
|
|
497
497
|
return f.then((u) => d("success", r, u)).catch((u) => d("error", o, u)), f;
|
|
@@ -560,8 +560,8 @@ function yt(e) {
|
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
562
|
function p(x) {
|
|
563
|
-
let { top: j, bottom:
|
|
564
|
-
x.nativeEvent.type !== "touchend" && e.pauseOnHover && x.clientX >= O && x.clientX <= B && x.clientY >= j && x.clientY <=
|
|
563
|
+
let { top: j, bottom: L, 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 <= L ? A() : g();
|
|
565
565
|
}
|
|
566
566
|
function g() {
|
|
567
567
|
o(!0);
|
|
@@ -579,8 +579,8 @@ function yt(e) {
|
|
|
579
579
|
let j = n.current;
|
|
580
580
|
if (i.canDrag && j) {
|
|
581
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
|
|
583
|
-
j.style.transform = `translate3d(${
|
|
582
|
+
let L = e.draggableDirection === "x" ? `${i.delta}px, var(--y)` : `0, calc(${i.delta}px + var(--y))`;
|
|
583
|
+
j.style.transform = `translate3d(${L},0)`, j.style.opacity = `${1 - Math.abs(i.delta / i.removalDistance)}`;
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
function k() {
|
|
@@ -621,8 +621,8 @@ function kt({ theme: e, type: a, isLoading: o, icon: r }) {
|
|
|
621
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
622
|
}
|
|
623
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:
|
|
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 } },
|
|
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: L, 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), F = 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 } }, F != null && I.createElement("div", { className: J("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !L }) }, F), 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
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
627
|
function Mt(e) {
|
|
628
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;
|
|
@@ -640,8 +640,8 @@ function Mt(e) {
|
|
|
640
640
|
Array.from(A).reverse().forEach((T, x) => {
|
|
641
641
|
let j = T;
|
|
642
642
|
j.classList.add("Toastify__toast--stacked"), x > 0 && (j.dataset.collapsed = `${r}`), j.dataset.pos || (j.dataset.pos = m ? "top" : "bot");
|
|
643
|
-
let
|
|
644
|
-
j.style.setProperty("--y", `${m ?
|
|
643
|
+
let L = v * (r ? 0.2 : 1) + (r ? 0 : c * x);
|
|
644
|
+
j.style.setProperty("--y", `${m ? L : L * -1}px`), j.style.setProperty("--g", `${c}`), j.style.setProperty("--s", `${1 - (r ? k : 0)}`), v += j.offsetHeight, k += 0.025;
|
|
645
645
|
});
|
|
646
646
|
}
|
|
647
647
|
}, [r, f, o]), Y(() => {
|
|
@@ -795,7 +795,7 @@ function Pe(e) {
|
|
|
795
795
|
function xe(e) {
|
|
796
796
|
return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
|
|
797
797
|
}
|
|
798
|
-
function
|
|
798
|
+
function Le(e) {
|
|
799
799
|
return typeof e == "number" || typeof e == "string" ? e.toString().replace(".", ",").replace(/\B(?=(\d{3})+(?!\d))/g, ".") : e;
|
|
800
800
|
}
|
|
801
801
|
function Yt(e) {
|
|
@@ -827,7 +827,7 @@ function Yt(e) {
|
|
|
827
827
|
] }) }),
|
|
828
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
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: [
|
|
830
|
+
/* @__PURE__ */ t.jsxs("span", { className: "propValue", children: [
|
|
831
831
|
xe(e.property?.askingPrice ?? 0),
|
|
832
832
|
"€ ",
|
|
833
833
|
/* @__PURE__ */ t.jsx("br", {})
|
|
@@ -835,11 +835,15 @@ function Yt(e) {
|
|
|
835
835
|
/* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.kaufpreis })
|
|
836
836
|
] }),
|
|
837
837
|
e && /* @__PURE__ */ t.jsxs("div", { className: "propText h-100 d-flex flex-column align-items-center justify-content-center", children: [
|
|
838
|
-
/* @__PURE__ */ t.
|
|
838
|
+
/* @__PURE__ */ t.jsxs("span", { className: "propValue", children: [
|
|
839
|
+
Le(e.property?.constructedArea ?? 0),
|
|
840
|
+
" m²",
|
|
841
|
+
/* @__PURE__ */ t.jsx("br", {})
|
|
842
|
+
] }),
|
|
839
843
|
/* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.wohnflache })
|
|
840
844
|
] }),
|
|
841
845
|
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 }),
|
|
846
|
+
/* @__PURE__ */ t.jsx("span", { className: "propValue", children: e.property.rooms }),
|
|
843
847
|
/* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.zimmer })
|
|
844
848
|
] })
|
|
845
849
|
] })
|
|
@@ -847,7 +851,7 @@ function Yt(e) {
|
|
|
847
851
|
a && /* @__PURE__ */ t.jsx(Pe, { onClick: () => l() })
|
|
848
852
|
] });
|
|
849
853
|
}
|
|
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",
|
|
854
|
+
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", Se = "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", Lt = "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", St = "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
855
|
function pe(e) {
|
|
852
856
|
const [a, o] = E(!0), [r, l] = E(0), n = U(null), i = (f) => {
|
|
853
857
|
if (e.pictureUrls.length === 0) return;
|
|
@@ -869,7 +873,7 @@ function pe(e) {
|
|
|
869
873
|
onClick: d
|
|
870
874
|
}
|
|
871
875
|
) }),
|
|
872
|
-
/* @__PURE__ */ t.jsx("span", { className: "text-white align-self-center", children: e.pictureUrls[r].title }),
|
|
876
|
+
/* @__PURE__ */ t.jsx("span", { className: "text-white align-self-center imageTitlePopup", children: e.pictureUrls[r].title }),
|
|
873
877
|
/* @__PURE__ */ t.jsxs("div", { className: "d-flex justify-content-center", children: [
|
|
874
878
|
/* @__PURE__ */ t.jsx("div", { className: "p-2 bd-highlight align-self-center align-items-center me-5", children: /* @__PURE__ */ t.jsx(
|
|
875
879
|
"div",
|
|
@@ -890,13 +894,9 @@ function pe(e) {
|
|
|
890
894
|
/* @__PURE__ */ t.jsx("div", { className: "p-2 bd-highlight", children: /* @__PURE__ */ t.jsx(
|
|
891
895
|
"div",
|
|
892
896
|
{
|
|
893
|
-
className: " rounded-5",
|
|
897
|
+
className: "mainImageListPopUp rounded-5",
|
|
894
898
|
style: {
|
|
895
|
-
backgroundImage: `url(${e.pictureUrls[r].url})
|
|
896
|
-
height: "465px",
|
|
897
|
-
width: "880px",
|
|
898
|
-
backgroundSize: "cover",
|
|
899
|
-
backgroundPosition: "center"
|
|
899
|
+
backgroundImage: `url(${e.pictureUrls[r].url})`
|
|
900
900
|
}
|
|
901
901
|
}
|
|
902
902
|
) }),
|
|
@@ -911,7 +911,7 @@ function pe(e) {
|
|
|
911
911
|
children: /* @__PURE__ */ t.jsx(
|
|
912
912
|
"img",
|
|
913
913
|
{
|
|
914
|
-
src:
|
|
914
|
+
src: Se,
|
|
915
915
|
className: "blackArrow align-self-center",
|
|
916
916
|
alt: "Right Arrow"
|
|
917
917
|
}
|
|
@@ -921,7 +921,7 @@ function pe(e) {
|
|
|
921
921
|
] })
|
|
922
922
|
] }),
|
|
923
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(
|
|
924
|
+
/* @__PURE__ */ t.jsx("div", { className: "d-flex flex-row justify-content-center w-100 mt-5 imageListBottom", children: /* @__PURE__ */ t.jsx(
|
|
925
925
|
"div",
|
|
926
926
|
{
|
|
927
927
|
className: "d-flex flex-row gap-4 overflow-auto px-3",
|
|
@@ -1018,7 +1018,7 @@ function Zt(e) {
|
|
|
1018
1018
|
children: /* @__PURE__ */ t.jsx(
|
|
1019
1019
|
"img",
|
|
1020
1020
|
{
|
|
1021
|
-
src:
|
|
1021
|
+
src: Se,
|
|
1022
1022
|
className: "blackArrow",
|
|
1023
1023
|
alt: "Right Arrow"
|
|
1024
1024
|
}
|
|
@@ -1039,7 +1039,7 @@ function Zt(e) {
|
|
|
1039
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
1040
|
"img",
|
|
1041
1041
|
{
|
|
1042
|
-
src:
|
|
1042
|
+
src: Lt,
|
|
1043
1043
|
className: "arroIconColour",
|
|
1044
1044
|
alt: "Left Arrow"
|
|
1045
1045
|
}
|
|
@@ -1100,7 +1100,7 @@ function Zt(e) {
|
|
|
1100
1100
|
role: "button",
|
|
1101
1101
|
onClick: N,
|
|
1102
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:
|
|
1103
|
+
/* @__PURE__ */ t.jsx("img", { src: St, alt: "Gallery Icon" }),
|
|
1104
1104
|
/* @__PURE__ */ t.jsxs("span", { className: "listImgText", children: [
|
|
1105
1105
|
" ",
|
|
1106
1106
|
h.allPhotos
|
|
@@ -1203,7 +1203,7 @@ function Kt(e) {
|
|
|
1203
1203
|
/* @__PURE__ */ t.jsx("span", { children: "Bad" })
|
|
1204
1204
|
] }),
|
|
1205
1205
|
/* @__PURE__ */ t.jsxs("span", { className: "detail col-lg-5 col-md-5 col-sm-7 text-truncate border-start me-3", children: [
|
|
1206
|
-
|
|
1206
|
+
Le(e.property?.constructedArea),
|
|
1207
1207
|
" m²",
|
|
1208
1208
|
/* @__PURE__ */ t.jsx("br", {}),
|
|
1209
1209
|
/* @__PURE__ */ t.jsx("span", { children: "Wohnfläche" })
|
|
@@ -1624,7 +1624,7 @@ function e0(e) {
|
|
|
1624
1624
|
] })
|
|
1625
1625
|
] }) }) });
|
|
1626
1626
|
}
|
|
1627
|
-
const
|
|
1627
|
+
const Vt = "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
1628
|
function t0(e) {
|
|
1629
1629
|
const a = () => {
|
|
1630
1630
|
e.onClick();
|
|
@@ -1639,7 +1639,7 @@ function t0(e) {
|
|
|
1639
1639
|
onClick: a
|
|
1640
1640
|
}
|
|
1641
1641
|
),
|
|
1642
|
-
/* @__PURE__ */ t.jsx("div", { className: " d-flex flex-column align-self-center ms-5 ", children: /* @__PURE__ */ t.jsx("img", { src:
|
|
1642
|
+
/* @__PURE__ */ t.jsx("div", { className: " d-flex flex-column align-self-center ms-5 ", children: /* @__PURE__ */ t.jsx("img", { src: Vt, alt: "facebook", className: " mb-4" }) }),
|
|
1643
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
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
1645
|
/* @__PURE__ */ t.jsxs("div", { className: " d-flex flex-row align-self-center ", children: [
|
|
@@ -1693,7 +1693,7 @@ export {
|
|
|
1693
1693
|
e0 as SuccessPopUp,
|
|
1694
1694
|
s0 as ToastWrapper,
|
|
1695
1695
|
xe as formatPrice,
|
|
1696
|
-
|
|
1696
|
+
Le as formatPropertyArea,
|
|
1697
1697
|
a0 as showToast
|
|
1698
1698
|
};
|
|
1699
1699
|
//# sourceMappingURL=index.js.map
|