ire-preview 3.2.22 → 3.2.23
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/lib.es.js +330 -297
- package/dist/styles.css +1 -1
- package/package.json +2 -1
package/dist/lib.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { toRaw, computed as computed$1, isRef, isReactive, toRef, hasInjectionContext, inject, effectScope, ref, markRaw, reactive, getCurrentScope, onScopeDispose, watch, nextTick, toRefs, defineComponent, createElementBlock, openBlock, normalizeStyle, unref, renderSlot, createVNode, Transition, withCtx, createCommentVNode, createElementVNode, toDisplayString, Fragment, createTextVNode, normalizeClass, createBlock, onMounted, onUnmounted, mergeModels, useModel, withDirectives, renderList, vModelSelect, createStaticVNode, onUpdated, provide, onBeforeUnmount, h as h$1, onBeforeUpdate, vModelDynamic, withModifiers, vModelText, Teleport, pushScopeId, popScopeId, withScopeId, resolveComponent, resolveDynamicComponent, useSlots, onBeforeMount } from "vue";
|
|
1
|
+
import { toRaw, computed as computed$1, isRef, isReactive, toRef, hasInjectionContext, inject, effectScope, ref, markRaw, reactive, getCurrentScope, onScopeDispose, watch, nextTick, toRefs, defineComponent, createElementBlock, openBlock, normalizeStyle, unref, renderSlot, createVNode, Transition, withCtx, createCommentVNode, createElementVNode, toDisplayString, Fragment, createTextVNode, normalizeClass, createBlock, onMounted, onUnmounted, mergeModels, useModel, withDirectives, renderList, vModelSelect, createStaticVNode, onUpdated, provide, onBeforeUnmount, h as h$1, onBeforeUpdate, vShow, vModelDynamic, withModifiers, vModelText, Teleport, pushScopeId, popScopeId, withScopeId, resolveComponent, resolveDynamicComponent, useSlots, onBeforeMount } from "vue";
|
|
2
2
|
import { s as setInnerHTML, d as defaults, S as Swiper$1, e as elementChildren, c as createElement, m as makeElementsArray, a as axios } from "./vendor-CuysB-0b.js";
|
|
3
3
|
/*!
|
|
4
4
|
* pinia v3.0.4
|
|
@@ -94,27 +94,27 @@ function createSetupStore(Be, _e, ke = {}, $e, Ne, Ve) {
|
|
|
94
94
|
const He = $e.state.value[Be];
|
|
95
95
|
!Ve && !He && ($e.state.value[Be] = {}), ref({});
|
|
96
96
|
let We;
|
|
97
|
-
function qe(
|
|
97
|
+
function qe(Ke) {
|
|
98
98
|
let Xe;
|
|
99
|
-
Ie = Ae = !1, typeof
|
|
99
|
+
Ie = Ae = !1, typeof Ke == "function" ? (Ke($e.state.value[Be]), Xe = {
|
|
100
100
|
type: MutationType.patchFunction,
|
|
101
101
|
storeId: Be,
|
|
102
102
|
events: Fe
|
|
103
|
-
}) : (mergeReactiveObjects($e.state.value[Be],
|
|
103
|
+
}) : (mergeReactiveObjects($e.state.value[Be], Ke), Xe = {
|
|
104
104
|
type: MutationType.patchObject,
|
|
105
|
-
payload:
|
|
105
|
+
payload: Ke,
|
|
106
106
|
storeId: Be,
|
|
107
107
|
events: Fe
|
|
108
108
|
});
|
|
109
|
-
const
|
|
109
|
+
const Ge = We = Symbol();
|
|
110
110
|
nextTick().then(() => {
|
|
111
|
-
We ===
|
|
111
|
+
We === Ge && (Ie = !0);
|
|
112
112
|
}), Ae = !0, triggerSubscriptions(ze, Xe, $e.state.value[Be]);
|
|
113
113
|
}
|
|
114
114
|
const Ue = Ve ? function() {
|
|
115
|
-
const { state: Xe } = ke,
|
|
116
|
-
this.$patch((
|
|
117
|
-
assign(
|
|
115
|
+
const { state: Xe } = ke, Ge = Xe ? Xe() : {};
|
|
116
|
+
this.$patch((ei) => {
|
|
117
|
+
assign(ei, Ge);
|
|
118
118
|
});
|
|
119
119
|
} : (
|
|
120
120
|
/* istanbul ignore next */
|
|
@@ -123,12 +123,12 @@ function createSetupStore(Be, _e, ke = {}, $e, Ne, Ve) {
|
|
|
123
123
|
function Ye() {
|
|
124
124
|
De.stop(), ze.clear(), je.clear(), $e._s.delete(Be);
|
|
125
125
|
}
|
|
126
|
-
const Je = (
|
|
127
|
-
if (ACTION_MARKER in
|
|
128
|
-
return
|
|
129
|
-
const
|
|
126
|
+
const Je = (Ke, Xe = "") => {
|
|
127
|
+
if (ACTION_MARKER in Ke)
|
|
128
|
+
return Ke[ACTION_NAME] = Xe, Ke;
|
|
129
|
+
const Ge = function() {
|
|
130
130
|
setActivePinia($e);
|
|
131
|
-
const
|
|
131
|
+
const ei = Array.from(arguments), ii = /* @__PURE__ */ new Set(), oi = /* @__PURE__ */ new Set();
|
|
132
132
|
function ri(li) {
|
|
133
133
|
ii.add(li);
|
|
134
134
|
}
|
|
@@ -136,21 +136,21 @@ function createSetupStore(Be, _e, ke = {}, $e, Ne, Ve) {
|
|
|
136
136
|
oi.add(li);
|
|
137
137
|
}
|
|
138
138
|
triggerSubscriptions(je, {
|
|
139
|
-
args:
|
|
140
|
-
name:
|
|
139
|
+
args: ei,
|
|
140
|
+
name: Ge[ACTION_NAME],
|
|
141
141
|
store: Qe,
|
|
142
142
|
after: ri,
|
|
143
143
|
onError: si
|
|
144
144
|
});
|
|
145
145
|
let ai;
|
|
146
146
|
try {
|
|
147
|
-
ai =
|
|
147
|
+
ai = Ke.apply(this && this.$id === Be ? this : Qe, ei);
|
|
148
148
|
} catch (li) {
|
|
149
149
|
throw triggerSubscriptions(oi, li), li;
|
|
150
150
|
}
|
|
151
151
|
return ai instanceof Promise ? ai.then((li) => (triggerSubscriptions(ii, li), li)).catch((li) => (triggerSubscriptions(oi, li), Promise.reject(li))) : (triggerSubscriptions(ii, ai), ai);
|
|
152
152
|
};
|
|
153
|
-
return
|
|
153
|
+
return Ge[ACTION_MARKER] = !0, Ge[ACTION_NAME] = Xe, Ge;
|
|
154
154
|
}, Ze = {
|
|
155
155
|
_p: $e,
|
|
156
156
|
// _s: scope,
|
|
@@ -158,38 +158,38 @@ function createSetupStore(Be, _e, ke = {}, $e, Ne, Ve) {
|
|
|
158
158
|
$onAction: addSubscription.bind(null, je),
|
|
159
159
|
$patch: qe,
|
|
160
160
|
$reset: Ue,
|
|
161
|
-
$subscribe(
|
|
162
|
-
const
|
|
163
|
-
(Xe.flush === "sync" ? Ae : Ie) &&
|
|
161
|
+
$subscribe(Ke, Xe = {}) {
|
|
162
|
+
const Ge = addSubscription(ze, Ke, Xe.detached, () => ei()), ei = De.run(() => watch(() => $e.state.value[Be], (ii) => {
|
|
163
|
+
(Xe.flush === "sync" ? Ae : Ie) && Ke({
|
|
164
164
|
storeId: Be,
|
|
165
165
|
type: MutationType.direct,
|
|
166
166
|
events: Fe
|
|
167
167
|
}, ii);
|
|
168
168
|
}, assign({}, Re, Xe)));
|
|
169
|
-
return
|
|
169
|
+
return Ge;
|
|
170
170
|
},
|
|
171
171
|
$dispose: Ye
|
|
172
172
|
}, Qe = reactive(Ze);
|
|
173
173
|
$e._s.set(Be, Qe);
|
|
174
|
-
const
|
|
175
|
-
for (const
|
|
176
|
-
const Xe =
|
|
174
|
+
const ti = ($e._a && $e._a.runWithContext || fallbackRunWithContext)(() => $e._e.run(() => (De = effectScope()).run(() => _e({ action: Je }))));
|
|
175
|
+
for (const Ke in ti) {
|
|
176
|
+
const Xe = ti[Ke];
|
|
177
177
|
if (isRef(Xe) && !isComputed(Xe) || isReactive(Xe))
|
|
178
|
-
Ve || (He && shouldHydrate(Xe) && (isRef(Xe) ? Xe.value = He[
|
|
178
|
+
Ve || (He && shouldHydrate(Xe) && (isRef(Xe) ? Xe.value = He[Ke] : mergeReactiveObjects(Xe, He[Ke])), $e.state.value[Be][Ke] = Xe);
|
|
179
179
|
else if (typeof Xe == "function") {
|
|
180
|
-
const
|
|
181
|
-
|
|
180
|
+
const Ge = Je(Xe, Ke);
|
|
181
|
+
ti[Ke] = Ge, Le.actions[Ke] = Xe;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
return assign(Qe,
|
|
184
|
+
return assign(Qe, ti), assign(toRaw(Qe), ti), Object.defineProperty(Qe, "$state", {
|
|
185
185
|
get: () => $e.state.value[Be],
|
|
186
|
-
set: (
|
|
186
|
+
set: (Ke) => {
|
|
187
187
|
qe((Xe) => {
|
|
188
|
-
assign(Xe,
|
|
188
|
+
assign(Xe, Ke);
|
|
189
189
|
});
|
|
190
190
|
}
|
|
191
|
-
}), $e._p.forEach((
|
|
192
|
-
assign(Qe, De.run(() =>
|
|
191
|
+
}), $e._p.forEach((Ke) => {
|
|
192
|
+
assign(Qe, De.run(() => Ke({
|
|
193
193
|
store: Qe,
|
|
194
194
|
app: $e._a,
|
|
195
195
|
pinia: $e,
|
|
@@ -228,9 +228,9 @@ function storeToRefs(Be) {
|
|
|
228
228
|
}
|
|
229
229
|
const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
230
230
|
var We, qe, Ue, Ye, Je, Ze, Qe, ni;
|
|
231
|
-
const Be = ref(), _e = ref("1"), ke = ref(), $e = ref(), Ne = (
|
|
232
|
-
var
|
|
233
|
-
return ((
|
|
231
|
+
const Be = ref(), _e = ref("1"), ke = ref(), $e = ref(), Ne = (ti) => {
|
|
232
|
+
var Ke, Xe, Ge;
|
|
233
|
+
return ((Ge = (Xe = (Ke = ke.value) == null ? void 0 : Ke.meta) == null ? void 0 : Xe.find((ei) => (ei == null ? void 0 : ei.meta_key) === ti)) == null ? void 0 : Ge.meta_value) || "";
|
|
234
234
|
}, Ve = ref({
|
|
235
235
|
PREVIEW_PATH_COLOR: Ne("path_color") || "rgba(255, 255, 255, 0.3)",
|
|
236
236
|
PREVIEW_PATH_HOVER_COLOR: Ne("path_hover_color") || "rgba(250, 250, 250, 0.54)",
|
|
@@ -250,15 +250,15 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
250
250
|
stroke_width: (Qe = Ve.value) == null ? void 0 : Qe.PREVIEW_STROKE_WIDTH,
|
|
251
251
|
border_radius: (ni = Ve.value) == null ? void 0 : ni.PREVIEW_BORDER_RADIUS
|
|
252
252
|
}), Le = computed$1(() => {
|
|
253
|
-
var
|
|
254
|
-
return (
|
|
255
|
-
var
|
|
256
|
-
const Xe =
|
|
257
|
-
return { ...
|
|
253
|
+
var ti;
|
|
254
|
+
return (ti = ke.value) == null ? void 0 : ti.flats.map((Ke) => {
|
|
255
|
+
var Ge, ei;
|
|
256
|
+
const Xe = Ke != null && Ke.use_type || !(Ke != null && Ke.type) ? ((ei = (Ge = ke.value) == null ? void 0 : Ge.types) == null ? void 0 : ei.find((ii) => ii.id === (Ke == null ? void 0 : Ke.type_id))) ?? (Ke == null ? void 0 : Ke.type) : Ke == null ? void 0 : Ke.type;
|
|
257
|
+
return { ...Ke, type: Xe };
|
|
258
258
|
});
|
|
259
259
|
}), Re = computed$1(() => Ne("open_reserved_flat") === "true"), Ie = computed$1(() => Ne("open_sold_flat") === "true"), Ae = computed$1(() => Ne("price_rounded") === "true"), ze = computed$1(() => {
|
|
260
|
-
var
|
|
261
|
-
return (
|
|
260
|
+
var ti;
|
|
261
|
+
return (ti = $e.value) == null ? void 0 : ti.translations;
|
|
262
262
|
}), je = computed$1(() => ({
|
|
263
263
|
"--reserved-color": De.reserved,
|
|
264
264
|
"--sold-color": De.sold,
|
|
@@ -268,19 +268,19 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
268
268
|
"--primary-color": De.primary_color,
|
|
269
269
|
"--stroke-width": De.stroke_width + "px",
|
|
270
270
|
"--border-radius": De.border_radius + "px"
|
|
271
|
-
})), Fe = (
|
|
272
|
-
ke.value =
|
|
273
|
-
}, He = (
|
|
274
|
-
$e.value =
|
|
271
|
+
})), Fe = (ti) => {
|
|
272
|
+
ke.value = ti;
|
|
273
|
+
}, He = (ti) => {
|
|
274
|
+
$e.value = ti;
|
|
275
275
|
};
|
|
276
276
|
return watch(
|
|
277
277
|
() => {
|
|
278
|
-
var
|
|
279
|
-
return (
|
|
278
|
+
var ti;
|
|
279
|
+
return (ti = ke.value) == null ? void 0 : ti.meta;
|
|
280
280
|
},
|
|
281
281
|
() => {
|
|
282
|
-
const
|
|
283
|
-
|
|
282
|
+
const ti = Ne("path_color"), Ke = Ne("path_hover_color"), Xe = Ne("reserved_color"), Ge = Ne("sold_color"), ei = Ne("stroke_color"), ii = Ne("primary_color"), oi = Ne("stroke_width"), ri = Ne("border_radius");
|
|
283
|
+
ti && (De.path = ti.toString()), Ke && (De.path_hover = Ke.toString()), Xe && (De.reserved = Xe.toString()), Ge && (De.sold = Ge.toString()), ei && (De.stroke_color = ei.toString()), ei && (De.stroke_color = ei.toString()), ii && (De.primary_color = ii.toString()), De.stroke_width = Number(oi) || 1, De.border_radius = Number(ri) || 0;
|
|
284
284
|
},
|
|
285
285
|
{ deep: !0 }
|
|
286
286
|
), {
|
|
@@ -598,7 +598,7 @@ const tr = (Be) => {
|
|
|
598
598
|
}, _hoisted_1$F = {
|
|
599
599
|
key: 0,
|
|
600
600
|
class: "irep-tooltip-1 ire-pointer-events-none ire-absolute !ire-bottom-10 !ire-right-10 ire-w-fit ire-select-none ire-rounded-lg ire-border ire-bg-white ire-p-4 ire-text-black"
|
|
601
|
-
}, _hoisted_2$
|
|
601
|
+
}, _hoisted_2$n = {
|
|
602
602
|
key: 0,
|
|
603
603
|
class: "irep-tooltip-1__floor ire-flex ire-items-center ire-gap-3"
|
|
604
604
|
}, _hoisted_3$l = { class: "ire-flex ire-flex-col ire-items-center" }, _hoisted_4$f = { class: "irep-tooltip-1__floor-number !ire-text-2xl" }, _hoisted_5$a = { class: "irep-tooltip-1__floor-text !ire-text-sm ire-uppercase" }, _hoisted_6$8 = {
|
|
@@ -610,10 +610,10 @@ const tr = (Be) => {
|
|
|
610
610
|
}, _hoisted_8$6 = { key: 1 }, _hoisted_9$6 = {
|
|
611
611
|
key: 0,
|
|
612
612
|
class: "irep-tooltip-1__floor-status ire-flex ire-items-center ire-gap-2"
|
|
613
|
-
}, _hoisted_10$6 = { class: "irep-tooltip-1__floor-status-value ire-min-w-3 !ire-text-2xl" }, _hoisted_11$
|
|
613
|
+
}, _hoisted_10$6 = { class: "irep-tooltip-1__floor-status-value ire-min-w-3 !ire-text-2xl" }, _hoisted_11$3 = { class: "irep-tooltip-1__floor-status-text !ire-text-sm ire-uppercase" }, _hoisted_12$3 = {
|
|
614
614
|
key: 1,
|
|
615
615
|
class: "irep-tooltip-1__floor-status ire-flex ire-items-center ire-gap-2"
|
|
616
|
-
}, _hoisted_13$
|
|
616
|
+
}, _hoisted_13$2 = { class: "irep-tooltip-1__floor-status-value min-w-3 !ire-text-2xl" }, _hoisted_14$1 = { class: "irep-tooltip-1__floor-status-text !ire-text-sm ire-uppercase" }, _hoisted_15$1 = {
|
|
617
617
|
key: 2,
|
|
618
618
|
class: "irep-tooltip-1__floor-status ire-flex ire-items-center ire-gap-2"
|
|
619
619
|
}, _hoisted_16$1 = { class: "irep-tooltip-1__floor-status-value ire-min-w-3 !ire-text-2xl" }, _hoisted_17$1 = { class: "irep-tooltip-1__floor-status-text !ire-text-sm ire-uppercase" }, _hoisted_18$1 = {
|
|
@@ -645,10 +645,10 @@ const tr = (Be) => {
|
|
|
645
645
|
return ($e, Ne) => (openBlock(), createElementBlock("div", null, [
|
|
646
646
|
createVNode(Transition, { name: "ire-fade-in-out" }, {
|
|
647
647
|
default: withCtx(() => {
|
|
648
|
-
var Ve, De, Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni,
|
|
648
|
+
var Ve, De, Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ti, Ke, Xe, Ge, ei, ii, oi;
|
|
649
649
|
return [
|
|
650
650
|
Be.type && Be.hoveredData && Be.type !== "tooltip" ? (openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
651
|
-
Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
651
|
+
Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
|
|
652
652
|
createElementVNode("div", _hoisted_3$l, [
|
|
653
653
|
createElementVNode("div", _hoisted_4$f, toDisplayString((Ve = Be.hoveredData) == null ? void 0 : Ve.floor_number), 1),
|
|
654
654
|
createElementVNode("div", _hoisted_5$a, toDisplayString(unref(tr)("floor")), 1)
|
|
@@ -657,10 +657,10 @@ const tr = (Be) => {
|
|
|
657
657
|
ke.value ? (openBlock(), createElementBlock("div", _hoisted_7$7, toDisplayString(ke.value), 1)) : (openBlock(), createElementBlock("div", _hoisted_8$6, [
|
|
658
658
|
(Ae = (Ie = Be.hoveredData) == null ? void 0 : Ie.counts) != null && Ae.available ? (openBlock(), createElementBlock("div", _hoisted_9$6, [
|
|
659
659
|
createElementVNode("div", _hoisted_10$6, toDisplayString(((je = (ze = Be.hoveredData) == null ? void 0 : ze.counts) == null ? void 0 : je.available) || 0), 1),
|
|
660
|
-
createElementVNode("div", _hoisted_11$
|
|
660
|
+
createElementVNode("div", _hoisted_11$3, toDisplayString(unref(tr)("available")), 1)
|
|
661
661
|
])) : createCommentVNode("", !0),
|
|
662
662
|
(He = (Fe = Be.hoveredData) == null ? void 0 : Fe.counts) != null && He.reserved ? (openBlock(), createElementBlock("div", _hoisted_12$3, [
|
|
663
|
-
createElementVNode("div", _hoisted_13$
|
|
663
|
+
createElementVNode("div", _hoisted_13$2, toDisplayString((qe = (We = Be.hoveredData) == null ? void 0 : We.counts) == null ? void 0 : qe.reserved), 1),
|
|
664
664
|
createElementVNode("div", _hoisted_14$1, toDisplayString(unref(tr)("reserved")), 1)
|
|
665
665
|
])) : createCommentVNode("", !0),
|
|
666
666
|
(Ye = (Ue = Be.hoveredData) == null ? void 0 : Ue.counts) != null && Ye.sold ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
@@ -682,15 +682,15 @@ const tr = (Be) => {
|
|
|
682
682
|
createElementVNode("div", _hoisted_26$1, [
|
|
683
683
|
ke.value ? (openBlock(), createElementBlock("div", _hoisted_27$1, toDisplayString(ke.value), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
684
684
|
createElementVNode("div", _hoisted_28$1, toDisplayString(unref(tr)("price")), 1),
|
|
685
|
-
(
|
|
685
|
+
(ti = Be.hoveredData) != null && ti.request_price ? (openBlock(), createElementBlock("div", _hoisted_29$1, toDisplayString(unref(tr)("Request Price")), 1)) : (Ke = Be.hoveredData) != null && Ke.price ? (openBlock(), createElementBlock("div", _hoisted_30$1, [
|
|
686
686
|
createElementVNode("div", null, [
|
|
687
687
|
(Xe = Be.hoveredData) != null && Xe.offer_price ? (openBlock(), createElementBlock("div", _hoisted_32, [
|
|
688
688
|
createElementVNode("div", _hoisted_33, [
|
|
689
|
-
createTextVNode(toDisplayString(unref(getPrice)((
|
|
689
|
+
createTextVNode(toDisplayString(unref(getPrice)((Ge = Be.hoveredData) == null ? void 0 : Ge.price)) + " ", 1),
|
|
690
690
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
691
691
|
]),
|
|
692
692
|
createElementVNode("div", _hoisted_34, [
|
|
693
|
-
createTextVNode(toDisplayString(unref(getPrice)((
|
|
693
|
+
createTextVNode(toDisplayString(unref(getPrice)((ei = Be.hoveredData) == null ? void 0 : ei.offer_price)) + " ", 1),
|
|
694
694
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
695
695
|
])
|
|
696
696
|
])) : (openBlock(), createElementBlock("div", _hoisted_31$1, [
|
|
@@ -715,10 +715,10 @@ const tr = (Be) => {
|
|
|
715
715
|
}), _hoisted_1$E = {
|
|
716
716
|
key: 0,
|
|
717
717
|
class: "irep-tooltip-2__floor ire-flex ire-flex-col ire-items-center !ire-text-sm"
|
|
718
|
-
}, _hoisted_2$
|
|
718
|
+
}, _hoisted_2$m = { class: "ire-flex ire-w-full ire-items-center ire-justify-evenly ire-p-4" }, _hoisted_3$k = { class: "irep-tooltip-2__floor-number ire-text-3xl ire-capitalize" }, _hoisted_4$e = {
|
|
719
719
|
key: 0,
|
|
720
720
|
class: "irep-tooltip-2__floor-conf ire-text-2xl ire-uppercase"
|
|
721
|
-
}, _hoisted_5$9 = { key: 1 }, _hoisted_6$7 = { class: "irep-tooltip-2__floor-starting ire-text-sm ire-text-gray-400" }, _hoisted_7$6 = { class: "irep-tooltip-2__floor-price" }, _hoisted_8$5 = { class: "ire-right-[2px] ire-text-gray-200" }, _hoisted_9$5 = { class: "ire-flex ire-items-center ire-justify-between ire-gap-2 ire-bg-gray-800 ire-p-2" }, _hoisted_10$5 = { class: "irep-tooltip-2__floor-status ire-flex ire-gap-1 ire-text-center ire-text-sm" }, _hoisted_11$
|
|
721
|
+
}, _hoisted_5$9 = { key: 1 }, _hoisted_6$7 = { class: "irep-tooltip-2__floor-starting ire-text-sm ire-text-gray-400" }, _hoisted_7$6 = { class: "irep-tooltip-2__floor-price" }, _hoisted_8$5 = { class: "ire-right-[2px] ire-text-gray-200" }, _hoisted_9$5 = { class: "ire-flex ire-items-center ire-justify-between ire-gap-2 ire-bg-gray-800 ire-p-2" }, _hoisted_10$5 = { class: "irep-tooltip-2__floor-status ire-flex ire-gap-1 ire-text-center ire-text-sm" }, _hoisted_11$2 = { class: "irep-tooltip-2__floor-status ire-flex ire-gap-1 ire-text-center ire-text-sm" }, _hoisted_12$2 = { class: "irep-tooltip-2__floor-status ire-flex ire-gap-1 ire-text-center ire-text-sm" }, _hoisted_13$1 = {
|
|
722
722
|
key: 1,
|
|
723
723
|
class: "irep-tooltip-2__block ire-flex ire-items-center ire-gap-3 ire-p-4 !ire-text-sm"
|
|
724
724
|
}, _hoisted_14 = { class: "ire-flex ire-w-max ire-flex-col ire-items-center" }, _hoisted_15 = { class: "irep-tooltip-2__block-title" }, _hoisted_16 = { class: "irep-tooltip-2__block-conf ire-text-gray-300 ire-opacity-80" }, _hoisted_17 = {
|
|
@@ -735,7 +735,7 @@ const tr = (Be) => {
|
|
|
735
735
|
class: "irep-tooltip-2__flat-price ire-text-base"
|
|
736
736
|
}, _hoisted_28 = { class: "ire-right-[2px]" }, _hoisted_29 = { class: "irep-tooltip-2__flat-area" }, _hoisted_30 = { class: "ire-right-[2px] ire-text-base" }, _hoisted_31 = {
|
|
737
737
|
key: 2,
|
|
738
|
-
class: "irep-tooltip-2__flat-room-count"
|
|
738
|
+
class: "irep-tooltip-2__flat-room-count ire-text-base"
|
|
739
739
|
}, _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
740
740
|
__name: "Tooltip_2",
|
|
741
741
|
props: {
|
|
@@ -749,7 +749,7 @@ const tr = (Be) => {
|
|
|
749
749
|
return tr((Ve = _e.hoveredData) == null ? void 0 : Ve.conf);
|
|
750
750
|
});
|
|
751
751
|
return (Ve, De) => {
|
|
752
|
-
var Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni,
|
|
752
|
+
var Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ti, Ke, Xe, Ge, ei, ii, oi, ri, si, ai;
|
|
753
753
|
return Be.type && Be.hoveredData && Be.type !== "tooltip" ? (openBlock(), createElementBlock("div", {
|
|
754
754
|
key: 0,
|
|
755
755
|
class: normalizeClass(["ire-pointer-events-none ire-absolute ire-select-none", {
|
|
@@ -766,7 +766,7 @@ const tr = (Be) => {
|
|
|
766
766
|
class: normalizeClass(["irep-tooltip irep-tooltip-2 ire-flex ire-origin-top ire-items-center ire-justify-center ire-bg-black ire-text-white ire-transition-transform ire-duration-500 ire-ease-in-out", { "": Be.mouseTrack }])
|
|
767
767
|
}, [
|
|
768
768
|
Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
769
|
-
createElementVNode("div", _hoisted_2$
|
|
769
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
770
770
|
createElementVNode("div", _hoisted_3$k, toDisplayString((Le = Be.hoveredData) == null ? void 0 : Le.floor_number), 1),
|
|
771
771
|
De[0] || (De[0] = createElementVNode("span", null, "|", -1)),
|
|
772
772
|
Ne.value ? (openBlock(), createElementBlock("div", _hoisted_4$e, toDisplayString(Ne.value), 1)) : (openBlock(), createElementBlock("div", _hoisted_5$9, [
|
|
@@ -783,7 +783,7 @@ const tr = (Be) => {
|
|
|
783
783
|
createTextVNode(" " + toDisplayString(unref(tr)("available")), 1)
|
|
784
784
|
]),
|
|
785
785
|
De[1] || (De[1] = createElementVNode("span", null, "•", -1)),
|
|
786
|
-
createElementVNode("div", _hoisted_11$
|
|
786
|
+
createElementVNode("div", _hoisted_11$2, [
|
|
787
787
|
createElementVNode("span", null, toDisplayString(Ne.value === "sold" ? ((Fe = (je = Be.hoveredData) == null ? void 0 : je.flats) == null ? void 0 : Fe.length) || 0 : ((We = (He = Be.hoveredData) == null ? void 0 : He.counts) == null ? void 0 : We.sold) || 0), 1),
|
|
788
788
|
createTextVNode(" " + toDisplayString(unref(tr)("sold")), 1)
|
|
789
789
|
]),
|
|
@@ -793,7 +793,7 @@ const tr = (Be) => {
|
|
|
793
793
|
createTextVNode(" " + toDisplayString(unref(tr)("reserved")), 1)
|
|
794
794
|
])
|
|
795
795
|
])
|
|
796
|
-
])) : Be.type === "block" ? (openBlock(), createElementBlock("div", _hoisted_13, [
|
|
796
|
+
])) : Be.type === "block" ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
797
797
|
createElementVNode("div", _hoisted_14, [
|
|
798
798
|
createElementVNode("div", _hoisted_15, toDisplayString((Ze = Be.hoveredData) == null ? void 0 : Ze.title), 1),
|
|
799
799
|
createElementVNode("span", _hoisted_16, toDisplayString(Ne.value), 1)
|
|
@@ -806,20 +806,20 @@ const tr = (Be) => {
|
|
|
806
806
|
(ni = Be.hoveredData) != null && ni.request_price ? (openBlock(), createElementBlock("div", _hoisted_22, toDisplayString(unref(tr)("Request Price")), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
807
807
|
Be.hoveredData.offer_price ? (openBlock(), createElementBlock("div", _hoisted_23, [
|
|
808
808
|
createElementVNode("div", _hoisted_24, [
|
|
809
|
-
createTextVNode(toDisplayString(unref(getPrice)(+((
|
|
809
|
+
createTextVNode(toDisplayString(unref(getPrice)(+((ti = Be.hoveredData) == null ? void 0 : ti.price))) + " ", 1),
|
|
810
810
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
811
811
|
]),
|
|
812
812
|
createElementVNode("div", _hoisted_25, [
|
|
813
|
-
createTextVNode(toDisplayString(unref(getPrice)(+((
|
|
813
|
+
createTextVNode(toDisplayString(unref(getPrice)(+((Ke = Be.hoveredData) == null ? void 0 : Ke.offer_price))) + " ", 1),
|
|
814
814
|
createElementVNode("span", _hoisted_26, toDisplayString(unref(currencySymbol)()), 1)
|
|
815
815
|
])
|
|
816
816
|
])) : (Xe = Be.hoveredData) != null && Xe.price ? (openBlock(), createElementBlock("div", _hoisted_27, [
|
|
817
|
-
createTextVNode(toDisplayString(unref(getPrice)(+((
|
|
817
|
+
createTextVNode(toDisplayString(unref(getPrice)(+((Ge = Be.hoveredData) == null ? void 0 : Ge.price))) + " ", 1),
|
|
818
818
|
createElementVNode("span", _hoisted_28, toDisplayString(unref(currencySymbol)()), 1)
|
|
819
819
|
])) : createCommentVNode("", !0)
|
|
820
820
|
], 64)),
|
|
821
821
|
createElementVNode("div", _hoisted_29, [
|
|
822
|
-
createElementVNode("span", _hoisted_30, toDisplayString(unref(getArea)(+((ii = (
|
|
822
|
+
createElementVNode("span", _hoisted_30, toDisplayString(unref(getArea)(+((ii = (ei = Be.hoveredData) == null ? void 0 : ei.type) == null ? void 0 : ii.area_m2))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + "² ", 1)
|
|
823
823
|
]),
|
|
824
824
|
(ri = (oi = Be.hoveredData) == null ? void 0 : oi.type) != null && ri.rooms_count ? (openBlock(), createElementBlock("div", _hoisted_31, toDisplayString(unref(tr)("room")) + ": " + toDisplayString((ai = (si = Be.hoveredData) == null ? void 0 : si.type) == null ? void 0 : ai.rooms_count), 1)) : createCommentVNode("", !0)
|
|
825
825
|
]))
|
|
@@ -829,7 +829,7 @@ const tr = (Be) => {
|
|
|
829
829
|
], 6)) : createCommentVNode("", !0);
|
|
830
830
|
};
|
|
831
831
|
}
|
|
832
|
-
}), _hoisted_1$D = { class: "irep-tooltip irep-tooltip-3 ire-flex ire-w-fit ire-origin-top ire-items-center ire-justify-center ire-rounded-2xl ire-border ire-bg-white ire-p-4 ire-transition-transform ire-duration-500 ire-ease-in-out" }, _hoisted_2$
|
|
832
|
+
}), _hoisted_1$D = { class: "irep-tooltip irep-tooltip-3 ire-flex ire-w-fit ire-origin-top ire-items-center ire-justify-center ire-rounded-2xl ire-border ire-bg-white ire-p-4 ire-transition-transform ire-duration-500 ire-ease-in-out" }, _hoisted_2$l = {
|
|
833
833
|
key: 0,
|
|
834
834
|
class: "irep-tooltip-3__floor ire-flex ire-flex-col ire-items-center ire-gap-3"
|
|
835
835
|
}, _hoisted_3$j = { class: "ire-flex ire-flex-col ire-items-center" }, _hoisted_4$d = { class: "irep-tooltip-3__floor-number !ire-text-2xl" }, _hoisted_5$8 = { class: "irep-tooltip-3__floor-text !ire-text-sm ire-uppercase" }, _hoisted_6$6 = {
|
|
@@ -838,7 +838,7 @@ const tr = (Be) => {
|
|
|
838
838
|
}, _hoisted_7$5 = { class: "ire-flex ire-w-max ire-flex-col ire-items-center" }, _hoisted_8$4 = { class: "irep-tooltip-3__block-title !text-2xl" }, _hoisted_9$4 = {
|
|
839
839
|
key: 2,
|
|
840
840
|
class: "irep-tooltip-3__flat ire-flex ire-w-full ire-flex-col ire-items-center ire-gap-3"
|
|
841
|
-
}, _hoisted_10$4 = { class: "ire-flex ire-flex-col ire-items-center" }, _hoisted_11$
|
|
841
|
+
}, _hoisted_10$4 = { class: "ire-flex ire-flex-col ire-items-center" }, _hoisted_11$1 = { class: "irep-tooltip-3__flat-number ire-max-w-52 ire-text-center !ire-text-2xl ire-capitalize" }, _hoisted_12$1 = { class: "irep-tooltip-3__flat-text !ire-mt-2 ire-text-sm ire-uppercase" }, _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
842
842
|
__name: "Tooltip_3",
|
|
843
843
|
props: {
|
|
844
844
|
hoveredData: {},
|
|
@@ -856,7 +856,7 @@ const tr = (Be) => {
|
|
|
856
856
|
})
|
|
857
857
|
}, [
|
|
858
858
|
createElementVNode("div", _hoisted_1$D, [
|
|
859
|
-
Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
859
|
+
Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
860
860
|
createElementVNode("div", _hoisted_3$j, [
|
|
861
861
|
createElementVNode("div", _hoisted_4$d, toDisplayString((Ve = Be.hoveredData) == null ? void 0 : Ve.floor_number), 1),
|
|
862
862
|
createElementVNode("div", _hoisted_5$8, toDisplayString(unref(tr)("floor")), 1)
|
|
@@ -867,7 +867,7 @@ const tr = (Be) => {
|
|
|
867
867
|
])
|
|
868
868
|
])) : Be.type === "flat" ? (openBlock(), createElementBlock("div", _hoisted_9$4, [
|
|
869
869
|
createElementVNode("div", _hoisted_10$4, [
|
|
870
|
-
createElementVNode("div", _hoisted_11$
|
|
870
|
+
createElementVNode("div", _hoisted_11$1, toDisplayString((Le = Be.hoveredData) == null ? void 0 : Le.flat_number), 1),
|
|
871
871
|
createElementVNode("div", _hoisted_12$1, toDisplayString(unref(tr)("apartment")), 1)
|
|
872
872
|
])
|
|
873
873
|
])) : createCommentVNode("", !0)
|
|
@@ -877,7 +877,7 @@ const tr = (Be) => {
|
|
|
877
877
|
}
|
|
878
878
|
}), _hoisted_1$C = {
|
|
879
879
|
key: 0,
|
|
880
|
-
class: "py-2 ire-mb-3 ire-flex ire-h-
|
|
880
|
+
class: "py-2 ire-mb-3 ire-flex ire-h-fit ire-items-center ire-justify-between ire-px-4"
|
|
881
881
|
}, _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
882
882
|
__name: "PreviewLayout",
|
|
883
883
|
props: {
|
|
@@ -933,7 +933,7 @@ const tr = (Be) => {
|
|
|
933
933
|
})
|
|
934
934
|
], 512));
|
|
935
935
|
}
|
|
936
|
-
}), _hoisted_1$B = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_2$
|
|
936
|
+
}), _hoisted_1$B = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_2$k = ["src"], _hoisted_3$i = ["innerHTML"], _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
937
937
|
__name: "ProjectPreview",
|
|
938
938
|
props: {
|
|
939
939
|
project: {},
|
|
@@ -955,21 +955,21 @@ const tr = (Be) => {
|
|
|
955
955
|
var Ue;
|
|
956
956
|
if (!Re.value) return;
|
|
957
957
|
((Ue = Re.value) == null ? void 0 : Ue.querySelectorAll("g")).forEach((Ye) => {
|
|
958
|
-
var ni,
|
|
959
|
-
const Je = Ye == null ? void 0 : Ye.getAttribute("id"), Ze = (
|
|
960
|
-
(
|
|
958
|
+
var ni, ti, Ke, Xe, Ge;
|
|
959
|
+
const Je = Ye == null ? void 0 : Ye.getAttribute("id"), Ze = (ti = (ni = $e.project) == null ? void 0 : ni.polygon_data) == null ? void 0 : ti.find(
|
|
960
|
+
(ei) => (ei == null ? void 0 : ei.key) === Je
|
|
961
961
|
), Qe = Ze == null ? void 0 : Ze.id;
|
|
962
962
|
switch (Ze == null ? void 0 : Ze.type) {
|
|
963
963
|
case "block":
|
|
964
|
-
const
|
|
965
|
-
Ye.setAttribute("conf", (
|
|
964
|
+
const ei = (Ke = $e.blocks) == null ? void 0 : Ke.find((ri) => ri.id === Qe);
|
|
965
|
+
Ye.setAttribute("conf", (ei == null ? void 0 : ei.conf) || "");
|
|
966
966
|
break;
|
|
967
967
|
case "floor":
|
|
968
968
|
const ii = (Xe = $e.floors) == null ? void 0 : Xe.find((ri) => ri.id === Qe);
|
|
969
969
|
Ye.setAttribute("conf", (ii == null ? void 0 : ii.conf) || "");
|
|
970
970
|
break;
|
|
971
971
|
case "flat":
|
|
972
|
-
const oi = (
|
|
972
|
+
const oi = (Ge = $e.flats) == null ? void 0 : Ge.find((ri) => ri.id === Qe);
|
|
973
973
|
Ye.setAttribute("conf", (oi == null ? void 0 : oi.conf) || "");
|
|
974
974
|
break;
|
|
975
975
|
}
|
|
@@ -987,36 +987,36 @@ const tr = (Be) => {
|
|
|
987
987
|
), watch(
|
|
988
988
|
() => Ie.value,
|
|
989
989
|
(qe) => {
|
|
990
|
-
var Ye, Je, Ze, Qe, ni,
|
|
990
|
+
var Ye, Je, Ze, Qe, ni, ti, Ke;
|
|
991
991
|
if (!qe) return;
|
|
992
992
|
Ve.hoverdSvg = qe;
|
|
993
993
|
const Ue = qe.parentElement;
|
|
994
994
|
if (Ue && (Ue == null ? void 0 : Ue.nodeName) === "g") {
|
|
995
995
|
const Xe = Ue == null ? void 0 : Ue.getAttribute("id");
|
|
996
|
-
if (!Xe || (ze.value = ((Ye = $e.project) == null ? void 0 : Ye.polygon_data.find((
|
|
997
|
-
const
|
|
996
|
+
if (!Xe || (ze.value = ((Ye = $e.project) == null ? void 0 : Ye.polygon_data.find((ei) => (ei == null ? void 0 : ei.key) === Xe)) || null, !ze.value)) return;
|
|
997
|
+
const Ge = (Je = ze.value) == null ? void 0 : Je.id;
|
|
998
998
|
switch ((Ze = ze.value) == null ? void 0 : Ze.type) {
|
|
999
999
|
case "floor":
|
|
1000
|
-
const
|
|
1001
|
-
(si) => si.id ===
|
|
1000
|
+
const ei = (Qe = $e.floors) == null ? void 0 : Qe.find(
|
|
1001
|
+
(si) => si.id === Ge
|
|
1002
1002
|
);
|
|
1003
|
-
Ae.value =
|
|
1003
|
+
Ae.value = ei;
|
|
1004
1004
|
break;
|
|
1005
1005
|
case "block":
|
|
1006
1006
|
const ii = (ni = $e.blocks) == null ? void 0 : ni.find(
|
|
1007
|
-
(si) => (si == null ? void 0 : si.id) ===
|
|
1007
|
+
(si) => (si == null ? void 0 : si.id) === Ge
|
|
1008
1008
|
);
|
|
1009
1009
|
Ae.value = ii;
|
|
1010
1010
|
break;
|
|
1011
1011
|
case "flat":
|
|
1012
|
-
const oi = (
|
|
1013
|
-
(si) => (si == null ? void 0 : si.id) ===
|
|
1012
|
+
const oi = (ti = $e.flats) == null ? void 0 : ti.find(
|
|
1013
|
+
(si) => (si == null ? void 0 : si.id) === Ge
|
|
1014
1014
|
);
|
|
1015
1015
|
Ae.value = oi;
|
|
1016
1016
|
break;
|
|
1017
1017
|
case "tooltip":
|
|
1018
|
-
const ri = (
|
|
1019
|
-
(si) => (si == null ? void 0 : si.id) ===
|
|
1018
|
+
const ri = (Ke = $e.actions) == null ? void 0 : Ke.find(
|
|
1019
|
+
(si) => (si == null ? void 0 : si.id) === Ge
|
|
1020
1020
|
);
|
|
1021
1021
|
Ae.value = ri;
|
|
1022
1022
|
break;
|
|
@@ -1045,7 +1045,7 @@ const tr = (Be) => {
|
|
|
1045
1045
|
src: (Qe = (Ze = (Je = Be.project) == null ? void 0 : Je.project_image) == null ? void 0 : Ze[0]) == null ? void 0 : Qe.url,
|
|
1046
1046
|
alt: "",
|
|
1047
1047
|
class: "ire-left-0 ire-top-0 ire-h-full ire-w-full"
|
|
1048
|
-
}, null, 8, _hoisted_2$
|
|
1048
|
+
}, null, 8, _hoisted_2$k),
|
|
1049
1049
|
(openBlock(), createElementBlock("div", {
|
|
1050
1050
|
innerHTML: unref(je),
|
|
1051
1051
|
key: unref(je),
|
|
@@ -1061,7 +1061,7 @@ const tr = (Be) => {
|
|
|
1061
1061
|
}, 8, ["hoverdData", "type"]);
|
|
1062
1062
|
};
|
|
1063
1063
|
}
|
|
1064
|
-
}), _hoisted_1$A = { class: "irep-select ire-w-full ire-min-w-[150px] ire-max-w-[200px] lg:ire-min-w-[250px]" }, _hoisted_2$
|
|
1064
|
+
}), _hoisted_1$A = { class: "irep-select ire-w-full ire-min-w-[150px] ire-max-w-[200px] lg:ire-min-w-[250px]" }, _hoisted_2$j = {
|
|
1065
1065
|
key: 0,
|
|
1066
1066
|
class: "label"
|
|
1067
1067
|
}, _hoisted_3$h = { class: "ire-relative" }, _hoisted_4$c = ["value", "disabled"], _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
@@ -1080,17 +1080,18 @@ const tr = (Be) => {
|
|
|
1080
1080
|
setup(Be) {
|
|
1081
1081
|
const _e = useGlobalStore(), { openReservedFlat: ke, openSoldFlat: $e } = storeToRefs(_e), Ne = useModel(Be, "modelValue");
|
|
1082
1082
|
return (Ve, De) => (openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
1083
|
-
Be.label ? (openBlock(), createElementBlock("p", _hoisted_2$
|
|
1083
|
+
Be.label ? (openBlock(), createElementBlock("p", _hoisted_2$j, toDisplayString(Be.label), 1)) : createCommentVNode("", !0),
|
|
1084
1084
|
createElementVNode("div", _hoisted_3$h, [
|
|
1085
1085
|
withDirectives(createElementVNode("select", {
|
|
1086
1086
|
"onUpdate:modelValue": De[0] || (De[0] = (Le) => Ne.value = Le),
|
|
1087
|
-
class: "no-spinner ire-w-full ire-cursor-pointer ire-appearance-none ire-rounded-md !ire-border-none
|
|
1087
|
+
class: "no-spinner ire-w-full ire-cursor-pointer ire-appearance-none ire-rounded-md !ire-border-none ire-px-4 ire-py-2 !ire-outline-none !ire-ring-[1px] !ire-ring-gray-200 ire-transition-all focus:!ire-ring-2 focus:!ire-ring-black"
|
|
1088
1088
|
}, [
|
|
1089
1089
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(Be.data, (Le) => {
|
|
1090
1090
|
var Re, Ie;
|
|
1091
1091
|
return openBlock(), createElementBlock("option", {
|
|
1092
1092
|
value: Le.value,
|
|
1093
|
-
disabled: ((Re = Le == null ? void 0 : Le.title) == null ? void 0 : Re.includes("reserved")) && !unref(ke) || ((Ie = Le == null ? void 0 : Le.title) == null ? void 0 : Ie.includes("sold")) && !unref($e)
|
|
1093
|
+
disabled: ((Re = Le == null ? void 0 : Le.title) == null ? void 0 : Re.includes("reserved")) && !unref(ke) || ((Ie = Le == null ? void 0 : Le.title) == null ? void 0 : Ie.includes("sold")) && !unref($e),
|
|
1094
|
+
class: "ire-text-base"
|
|
1094
1095
|
}, toDisplayString(Le.title), 9, _hoisted_4$c);
|
|
1095
1096
|
}), 256))
|
|
1096
1097
|
], 512), [
|
|
@@ -1119,15 +1120,15 @@ function _sfc_render$g(Be, _e) {
|
|
|
1119
1120
|
}, null, -1)
|
|
1120
1121
|
])]);
|
|
1121
1122
|
}
|
|
1122
|
-
const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$g]]), _hoisted_1$y = { class: "back-button ire-group/button ire-flex ire-w-fit ire-cursor-pointer ire-items-center ire-gap-1 ire-rounded-lg ire-border ire-bg-gray-50 ire-px-4 ire-py-
|
|
1123
|
+
const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$g]]), _hoisted_1$y = { class: "back-button ire-group/button ire-flex ire-w-fit ire-cursor-pointer ire-items-center ire-gap-1 ire-rounded-lg ire-border ire-bg-gray-50 ire-px-4 ire-py-1 ire-shadow-sm ire-transition-all hover:ire-bg-black" }, _hoisted_2$i = { class: "back-button-text !ire-text-base ire-text-black group-hover/button:!ire-text-white" }, _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
1123
1124
|
__name: "BackButton",
|
|
1124
1125
|
setup(Be) {
|
|
1125
1126
|
return (_e, ke) => (openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
1126
1127
|
createVNode(ArrowRight, { class: "ire-w-6 ire-rotate-180 group-hover/button:[&_path]:ire-fill-white" }),
|
|
1127
|
-
createElementVNode("div", _hoisted_2$
|
|
1128
|
+
createElementVNode("div", _hoisted_2$i, toDisplayString(unref(tr)("back")), 1)
|
|
1128
1129
|
]));
|
|
1129
1130
|
}
|
|
1130
|
-
}), _hoisted_1$x = { class: "ire-w-fit ire-bg-white" }, _hoisted_2$
|
|
1131
|
+
}), _hoisted_1$x = { class: "ire-w-fit ire-bg-white" }, _hoisted_2$h = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_3$g = ["src"], _hoisted_4$b = ["innerHTML"], _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
1131
1132
|
__name: "FloorPreview",
|
|
1132
1133
|
props: {
|
|
1133
1134
|
flats: {},
|
|
@@ -1152,37 +1153,37 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1152
1153
|
);
|
|
1153
1154
|
}
|
|
1154
1155
|
).map((Ze) => {
|
|
1155
|
-
var ni,
|
|
1156
|
+
var ni, ti;
|
|
1156
1157
|
const Qe = (ni = $e.blocks) == null ? void 0 : ni.find(
|
|
1157
|
-
(
|
|
1158
|
+
(Ke) => {
|
|
1158
1159
|
var Xe;
|
|
1159
|
-
return (
|
|
1160
|
+
return (Ke == null ? void 0 : Ke.id) === ((Xe = Ze == null ? void 0 : Ze.block_id) == null ? void 0 : Xe.toString());
|
|
1160
1161
|
}
|
|
1161
1162
|
);
|
|
1162
1163
|
return {
|
|
1163
|
-
title: ((
|
|
1164
|
+
title: ((ti = Ze == null ? void 0 : Ze.floor_number) == null ? void 0 : ti.toString()) + ` ${tr("floor")} ` + (Qe != null && Qe.id ? ` - ${Qe == null ? void 0 : Qe.title}` : "") + (Ze != null && Ze.conf ? " " + Ze.conf : ""),
|
|
1164
1165
|
value: Ze == null ? void 0 : Ze.id
|
|
1165
1166
|
};
|
|
1166
1167
|
}).sort((Ze, Qe) => Ze.title.localeCompare(Qe.title)) || []), qe = (Ze) => {
|
|
1167
1168
|
const Qe = Ze.target;
|
|
1168
1169
|
Qe && (Ie.value = Qe);
|
|
1169
1170
|
}, Ue = (Ze) => {
|
|
1170
|
-
var ni,
|
|
1171
|
+
var ni, ti, Ke;
|
|
1171
1172
|
const Qe = Ze.target;
|
|
1172
|
-
(Qe == null ? void 0 : Qe.nodeName) === "path" && (ze.value && "conf" in ze.value && (((ni = ze.value) == null ? void 0 : ni.conf) === "reserved" && !De.value || ((
|
|
1173
|
+
(Qe == null ? void 0 : Qe.nodeName) === "path" && (ze.value && "conf" in ze.value && (((ni = ze.value) == null ? void 0 : ni.conf) === "reserved" && !De.value || ((ti = ze.value) == null ? void 0 : ti.conf) === "sold" && !Le.value) || ke("changeComponent", ((Ke = Ae.value) == null ? void 0 : Ke.type) || "", ze.value));
|
|
1173
1174
|
}, Ye = () => {
|
|
1174
1175
|
var Ze;
|
|
1175
1176
|
Re.value && ((Ze = Re.value) == null ? void 0 : Ze.querySelectorAll("g")).forEach((ni) => {
|
|
1176
|
-
var Xe,
|
|
1177
|
-
const
|
|
1178
|
-
(si) => (si == null ? void 0 : si.key) ===
|
|
1177
|
+
var Xe, Ge, ei, ii, oi, ri;
|
|
1178
|
+
const ti = ni == null ? void 0 : ni.getAttribute("id"), Ke = (Ge = (Xe = $e.floor) == null ? void 0 : Xe.polygon_data) == null ? void 0 : Ge.find(
|
|
1179
|
+
(si) => (si == null ? void 0 : si.key) === ti
|
|
1179
1180
|
);
|
|
1180
1181
|
if ($e.flats)
|
|
1181
|
-
if ((
|
|
1182
|
+
if ((ei = $e.floor) != null && ei.conf)
|
|
1182
1183
|
ni.setAttribute("conf", ((ii = $e.floor) == null ? void 0 : ii.conf) || "");
|
|
1183
1184
|
else {
|
|
1184
1185
|
const si = (oi = $e.flats) == null ? void 0 : oi.find(
|
|
1185
|
-
(ai) => (ai == null ? void 0 : ai.id) === (
|
|
1186
|
+
(ai) => (ai == null ? void 0 : ai.id) === (Ke == null ? void 0 : Ke.id)
|
|
1186
1187
|
);
|
|
1187
1188
|
ni == null || ni.setAttribute("conf", ((ri = si == null ? void 0 : si.conf) == null ? void 0 : ri.toString()) || "");
|
|
1188
1189
|
}
|
|
@@ -1194,14 +1195,14 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1194
1195
|
return watch(
|
|
1195
1196
|
() => Ie.value,
|
|
1196
1197
|
(Ze) => {
|
|
1197
|
-
var ni,
|
|
1198
|
+
var ni, ti, Ke, Xe, Ge, ei, ii;
|
|
1198
1199
|
if (!Ze) return;
|
|
1199
1200
|
Ve.hoverdSvg = Ze;
|
|
1200
1201
|
const Qe = Ze == null ? void 0 : Ze.parentElement;
|
|
1201
1202
|
if (Qe && (Qe == null ? void 0 : Qe.nodeName) === "g") {
|
|
1202
1203
|
const oi = Qe.getAttribute("id");
|
|
1203
|
-
if (!oi || (Ae.value = ((
|
|
1204
|
-
if (((
|
|
1204
|
+
if (!oi || (Ae.value = ((ti = (ni = $e.floor) == null ? void 0 : ni.polygon_data) == null ? void 0 : ti.find((ri) => (ri == null ? void 0 : ri.key) === oi)) || null, !Ae.value)) return;
|
|
1205
|
+
if (((Ke = Ae.value) == null ? void 0 : Ke.type) === "flat") {
|
|
1205
1206
|
const ri = (Xe = $e.flats) == null ? void 0 : Xe.find(
|
|
1206
1207
|
(ai) => {
|
|
1207
1208
|
var li;
|
|
@@ -1209,10 +1210,10 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1209
1210
|
}
|
|
1210
1211
|
), si = ri ? {
|
|
1211
1212
|
...ri,
|
|
1212
|
-
conf: ri.conf || ((
|
|
1213
|
+
conf: ri.conf || ((Ge = $e.floor) == null ? void 0 : Ge.conf) || ""
|
|
1213
1214
|
} : null;
|
|
1214
1215
|
ze.value = si;
|
|
1215
|
-
} else if (((
|
|
1216
|
+
} else if (((ei = Ae.value) == null ? void 0 : ei.type) === "tooltip") {
|
|
1216
1217
|
const ri = (ii = $e.actions) == null ? void 0 : ii.find(
|
|
1217
1218
|
(si) => {
|
|
1218
1219
|
var ai;
|
|
@@ -1244,14 +1245,14 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1244
1245
|
), onMounted(() => {
|
|
1245
1246
|
var Ze, Qe, ni;
|
|
1246
1247
|
Fe.value = (Ze = $e.blocks) == null ? void 0 : Ze.find(
|
|
1247
|
-
(
|
|
1248
|
-
var
|
|
1249
|
-
return (
|
|
1248
|
+
(ti) => {
|
|
1249
|
+
var Ke, Xe;
|
|
1250
|
+
return (ti == null ? void 0 : ti.id) === ((Xe = (Ke = $e.floor) == null ? void 0 : Ke.block_id) == null ? void 0 : Xe.toString());
|
|
1250
1251
|
}
|
|
1251
1252
|
), je.value = (ni = (Qe = We.value) == null ? void 0 : Qe.find(
|
|
1252
|
-
(
|
|
1253
|
-
var
|
|
1254
|
-
return (
|
|
1253
|
+
(ti) => {
|
|
1254
|
+
var Ke;
|
|
1255
|
+
return (ti == null ? void 0 : ti.value) == ((Ke = $e.floor) == null ? void 0 : Ke.id);
|
|
1255
1256
|
}
|
|
1256
1257
|
)) == null ? void 0 : ni.value, Ye(), document.addEventListener("mousemove", qe);
|
|
1257
1258
|
}), onUnmounted(() => {
|
|
@@ -1267,17 +1268,17 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1267
1268
|
createElementVNode("div", _hoisted_1$x, [
|
|
1268
1269
|
createVNode(_sfc_main$E, {
|
|
1269
1270
|
modelValue: je.value,
|
|
1270
|
-
"onUpdate:modelValue": Qe[0] || (Qe[0] = (
|
|
1271
|
+
"onUpdate:modelValue": Qe[0] || (Qe[0] = (ti) => je.value = ti),
|
|
1271
1272
|
data: We.value
|
|
1272
1273
|
}, null, 8, ["modelValue", "data"])
|
|
1273
1274
|
])
|
|
1274
1275
|
]),
|
|
1275
1276
|
default: withCtx(() => {
|
|
1276
|
-
var
|
|
1277
|
+
var ti, Ke, Xe;
|
|
1277
1278
|
return [
|
|
1278
|
-
createElementVNode("div", _hoisted_2$
|
|
1279
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
1279
1280
|
createElementVNode("img", {
|
|
1280
|
-
src: ((Xe = (
|
|
1281
|
+
src: ((Xe = (Ke = (ti = Be.floor) == null ? void 0 : ti.floor_image) == null ? void 0 : Ke[0]) == null ? void 0 : Xe.url) || "",
|
|
1281
1282
|
alt: "",
|
|
1282
1283
|
class: "ire-left-0 ire-top-0 ire-h-full ire-w-full"
|
|
1283
1284
|
}, null, 8, _hoisted_3$g),
|
|
@@ -1299,7 +1300,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1299
1300
|
}), _hoisted_1$w = {
|
|
1300
1301
|
key: 0,
|
|
1301
1302
|
class: "ire-flex ire-h-fit ire-w-fit ire-flex-col ire-items-center"
|
|
1302
|
-
}, _hoisted_2$
|
|
1303
|
+
}, _hoisted_2$g = { class: "flat-preview-value ire-text-center !ire-text-2xl !ire-font-normal ire-text-black" }, _hoisted_3$f = { class: "flat-preview-text ire-border-b-gray-200 ire-py-2 ire-text-sm ire-uppercase ire-text-gray-600" }, _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
1303
1304
|
__name: "FlatPreviewKeyValue",
|
|
1304
1305
|
props: {
|
|
1305
1306
|
keyName: {},
|
|
@@ -1308,14 +1309,14 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1308
1309
|
setup(Be) {
|
|
1309
1310
|
return (_e, ke) => Be.value ? (openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
1310
1311
|
renderSlot(_e.$slots, "top"),
|
|
1311
|
-
createElementVNode("div", _hoisted_2$
|
|
1312
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
1312
1313
|
createTextVNode(toDisplayString(Be.value) + " ", 1),
|
|
1313
1314
|
renderSlot(_e.$slots, "sufix")
|
|
1314
1315
|
]),
|
|
1315
1316
|
createElementVNode("div", _hoisted_3$f, toDisplayString(Be.keyName), 1)
|
|
1316
1317
|
])) : createCommentVNode("", !0);
|
|
1317
1318
|
}
|
|
1318
|
-
}), _hoisted_1$v = ["type", "disable"], _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
1319
|
+
}), _hoisted_1$v = ["type", "disable"], _hoisted_2$f = { class: "group-active:[&_path]:ire-stroke-white" }, _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
1319
1320
|
__name: "Button",
|
|
1320
1321
|
props: {
|
|
1321
1322
|
title: {},
|
|
@@ -1333,9 +1334,11 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_ren
|
|
|
1333
1334
|
type: Be.type || "button",
|
|
1334
1335
|
disable: Be.disable
|
|
1335
1336
|
}, [
|
|
1336
|
-
|
|
1337
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
1338
|
+
renderSlot(_e.$slots, "icon")
|
|
1339
|
+
]),
|
|
1337
1340
|
createElementVNode("div", {
|
|
1338
|
-
class: normalizeClass(["flat-preview-button-text ire-w-full ire-text-center ire-text-base ire-transition-all group-hover:ire-text-white group-active:ire-text-white", {
|
|
1341
|
+
class: normalizeClass(["flat-preview-button-text ire-w-full ire-min-w-max ire-text-center ire-text-base ire-transition-all group-hover:ire-text-white group-active:ire-text-white", {
|
|
1339
1342
|
"ire-text-white": Be.active,
|
|
1340
1343
|
"ire-text-black": !Be.active
|
|
1341
1344
|
}])
|
|
@@ -1935,13 +1938,13 @@ class I extends g {
|
|
|
1935
1938
|
const Qe = Ze.getAttribute("style") || "";
|
|
1936
1939
|
Ze.style.setProperty("transform", "none", "important"), De && (Ze.style.width = "", Ze.style.height = ""), Ze.offsetHeight;
|
|
1937
1940
|
const ni = Ve.getBoundingClientRect();
|
|
1938
|
-
let
|
|
1939
|
-
|
|
1941
|
+
let ti = ni.width * $e, Ke = ni.height * $e, Xe = ti, Ge = Ke;
|
|
1942
|
+
ti = Math.min(ti, qe), Ke = Math.min(Ke, Ue), De ? { width: ti, height: Ke } = ((oi, ri, si, ai) => {
|
|
1940
1943
|
const li = si / oi, ci = ai / ri, di = Math.min(li, ci);
|
|
1941
1944
|
return { width: oi *= di, height: ri *= di };
|
|
1942
|
-
})(qe, Ue,
|
|
1943
|
-
let
|
|
1944
|
-
this.contentRect = Object.assign(Object.assign({}, this.contentRect), { top: ni.top - Le.top +
|
|
1945
|
+
})(qe, Ue, ti, Ke) : (ti = Math.min(ti, qe), Ke = Math.min(Ke, Ue));
|
|
1946
|
+
let ei = 0.5 * (Ge - Ke), ii = 0.5 * (Xe - ti);
|
|
1947
|
+
this.contentRect = Object.assign(Object.assign({}, this.contentRect), { top: ni.top - Le.top + ei, bottom: Le.bottom - ni.bottom + ei, left: ni.left - Le.left + ii, right: Le.right - ni.right + ii, fitWidth: ti, fitHeight: Ke, width: ti, height: Ke, fullWidth: qe, fullHeight: Ue }), Ze.style.cssText = Qe, De && (Ze.style.width = `${ti}px`, Ze.style.height = `${Ke}px`), this.setTransform(), _e !== !0 && this.emit("refresh"), this.ignoreBounds || (t(this.targetScale) < t(this.minScale) ? this.zoomTo(this.minScale, { friction: 0 }) : this.targetScale > this.maxScale ? this.zoomTo(this.maxScale, { friction: 0 }) : this.state === m.Init || this.checkBounds().inBounds || this.requestTick()), this.updateControls();
|
|
1945
1948
|
}
|
|
1946
1949
|
calculateBounds() {
|
|
1947
1950
|
const { contentWidth: _e, contentHeight: ke } = this.calculateContentDim(this.target), { targetScale: $e, lockedAxis: Ne } = this, { fitWidth: Ve, fitHeight: De } = this.contentRect;
|
|
@@ -2479,7 +2482,7 @@ class Q extends g {
|
|
|
2479
2482
|
if (Ne && He && Ve) {
|
|
2480
2483
|
let Je = getComputedStyle(Ve), Ze = "padding", Qe = ke ? "Right" : "Bottom", ni = parseFloat(Je[Ze + (ke ? "Left" : "Top")]);
|
|
2481
2484
|
We -= ni, De += ni, De += parseFloat(Je[Ze + Qe]);
|
|
2482
|
-
for (const
|
|
2485
|
+
for (const ti of Ae) ti.el && (t(ti.pos) < t(De) && t(ti.pos + ti.dim + ti.gap) < t(We) && t(We) > t(Le - De) && (ti.el.style[_e] = `${t(Fe + He, 1e3)}px`), t(ti.pos + ti.gap) >= t(Le - De) && t(ti.pos) > t(We + De) && t(We) < t(De) && (ti.el.style[_e] = `-${t(He, 1e3)}px`));
|
|
2483
2486
|
}
|
|
2484
2487
|
let qe, Ue, Ye = [...this.inTransition];
|
|
2485
2488
|
if (Ye.length > 1 && (qe = Ie[Ye[0]], Ue = Ie[Ye[1]]), qe && Ue) {
|
|
@@ -4559,19 +4562,19 @@ function updateSwiper(Be) {
|
|
|
4559
4562
|
virtual: He,
|
|
4560
4563
|
thumbs: We
|
|
4561
4564
|
} = _e;
|
|
4562
|
-
let qe, Ue, Ye, Je, Ze, Qe, ni,
|
|
4565
|
+
let qe, Ue, Ye, Je, Ze, Qe, ni, ti;
|
|
4563
4566
|
Ne.includes("thumbs") && $e.thumbs && $e.thumbs.swiper && !$e.thumbs.swiper.destroyed && Ae.thumbs && (!Ae.thumbs.swiper || Ae.thumbs.swiper.destroyed) && (qe = !0), Ne.includes("controller") && $e.controller && $e.controller.control && Ae.controller && !Ae.controller.control && (Ue = !0), Ne.includes("pagination") && $e.pagination && ($e.pagination.el || Re) && (Ae.pagination || Ae.pagination === !1) && ze && !ze.el && (Ye = !0), Ne.includes("scrollbar") && $e.scrollbar && ($e.scrollbar.el || Le) && (Ae.scrollbar || Ae.scrollbar === !1) && Fe && !Fe.el && (Je = !0), Ne.includes("navigation") && $e.navigation && ($e.navigation.prevEl || De) && ($e.navigation.nextEl || Ve) && (Ae.navigation || Ae.navigation === !1) && je && !je.prevEl && !je.nextEl && (Ze = !0);
|
|
4564
|
-
const
|
|
4567
|
+
const Ke = (Xe) => {
|
|
4565
4568
|
_e[Xe] && (_e[Xe].destroy(), Xe === "navigation" ? (_e.isElement && (_e[Xe].prevEl.remove(), _e[Xe].nextEl.remove()), Ae[Xe].prevEl = void 0, Ae[Xe].nextEl = void 0, _e[Xe].prevEl = void 0, _e[Xe].nextEl = void 0) : (_e.isElement && _e[Xe].el.remove(), Ae[Xe].el = void 0, _e[Xe].el = void 0));
|
|
4566
4569
|
};
|
|
4567
|
-
Ne.includes("loop") && _e.isElement && (Ae.loop && !$e.loop ? Qe = !0 : !Ae.loop && $e.loop ? ni = !0 :
|
|
4570
|
+
Ne.includes("loop") && _e.isElement && (Ae.loop && !$e.loop ? Qe = !0 : !Ae.loop && $e.loop ? ni = !0 : ti = !0), Ie.forEach((Xe) => {
|
|
4568
4571
|
if (isObject(Ae[Xe]) && isObject($e[Xe]))
|
|
4569
|
-
Object.assign(Ae[Xe], $e[Xe]), (Xe === "navigation" || Xe === "pagination" || Xe === "scrollbar") && "enabled" in $e[Xe] && !$e[Xe].enabled &&
|
|
4572
|
+
Object.assign(Ae[Xe], $e[Xe]), (Xe === "navigation" || Xe === "pagination" || Xe === "scrollbar") && "enabled" in $e[Xe] && !$e[Xe].enabled && Ke(Xe);
|
|
4570
4573
|
else {
|
|
4571
|
-
const
|
|
4572
|
-
(
|
|
4574
|
+
const Ge = $e[Xe];
|
|
4575
|
+
(Ge === !0 || Ge === !1) && (Xe === "navigation" || Xe === "pagination" || Xe === "scrollbar") ? Ge === !1 && Ke(Xe) : Ae[Xe] = $e[Xe];
|
|
4573
4576
|
}
|
|
4574
|
-
}), Ie.includes("controller") && !Ue && _e.controller && _e.controller.control && Ae.controller && Ae.controller.control && (_e.controller.control = Ae.controller.control), Ne.includes("children") && ke && He && Ae.virtual.enabled ? (He.slides = ke, He.update(!0)) : Ne.includes("virtual") && He && Ae.virtual.enabled && (ke && (He.slides = ke), He.update(!0)), Ne.includes("children") && ke && Ae.loop && (
|
|
4577
|
+
}), Ie.includes("controller") && !Ue && _e.controller && _e.controller.control && Ae.controller && Ae.controller.control && (_e.controller.control = Ae.controller.control), Ne.includes("children") && ke && He && Ae.virtual.enabled ? (He.slides = ke, He.update(!0)) : Ne.includes("virtual") && He && Ae.virtual.enabled && (ke && (He.slides = ke), He.update(!0)), Ne.includes("children") && ke && Ae.loop && (ti = !0), qe && We.init() && We.update(!0), Ue && (_e.controller.control = Ae.controller.control), Ye && (_e.isElement && (!Re || typeof Re == "string") && (Re = document.createElement("div"), Re.classList.add("swiper-pagination"), Re.part.add("pagination"), _e.el.appendChild(Re)), Re && (Ae.pagination.el = Re), ze.init(), ze.render(), ze.update()), Je && (_e.isElement && (!Le || typeof Le == "string") && (Le = document.createElement("div"), Le.classList.add("swiper-scrollbar"), Le.part.add("scrollbar"), _e.el.appendChild(Le)), Le && (Ae.scrollbar.el = Le), Fe.init(), Fe.updateSize(), Fe.setTranslate()), Ze && (_e.isElement && ((!Ve || typeof Ve == "string") && (Ve = document.createElement("div"), Ve.classList.add("swiper-button-next"), setInnerHTML(Ve, _e.hostEl.constructor.nextButtonSvg), Ve.part.add("button-next"), _e.el.appendChild(Ve)), (!De || typeof De == "string") && (De = document.createElement("div"), De.classList.add("swiper-button-prev"), setInnerHTML(De, _e.hostEl.constructor.prevButtonSvg), De.part.add("button-prev"), _e.el.appendChild(De))), Ve && (Ae.navigation.nextEl = Ve), De && (Ae.navigation.prevEl = De), je.init(), je.update()), Ne.includes("allowSlideNext") && (_e.allowSlideNext = $e.allowSlideNext), Ne.includes("allowSlidePrev") && (_e.allowSlidePrev = $e.allowSlidePrev), Ne.includes("direction") && _e.changeDirection($e.direction, !1), (Qe || ti) && _e.loopDestroy(), (ni || ti) && _e.loopCreate(), _e.update();
|
|
4575
4578
|
}
|
|
4576
4579
|
function getParams(Be, _e) {
|
|
4577
4580
|
Be === void 0 && (Be = {});
|
|
@@ -5160,13 +5163,13 @@ const Swiper = {
|
|
|
5160
5163
|
const Qe = () => {
|
|
5161
5164
|
getChildren(ke, Fe, He), Re.value = !0;
|
|
5162
5165
|
};
|
|
5163
|
-
Je.onAny = function(
|
|
5164
|
-
for (var Xe = arguments.length,
|
|
5165
|
-
|
|
5166
|
-
$e(
|
|
5166
|
+
Je.onAny = function(Ke) {
|
|
5167
|
+
for (var Xe = arguments.length, Ge = new Array(Xe > 1 ? Xe - 1 : 0), ei = 1; ei < Xe; ei++)
|
|
5168
|
+
Ge[ei - 1] = arguments[ei];
|
|
5169
|
+
$e(Ke, ...Ge);
|
|
5167
5170
|
}, Object.assign(Je.on, {
|
|
5168
5171
|
_beforeBreakpoint: Qe,
|
|
5169
|
-
_containerClasses(
|
|
5172
|
+
_containerClasses(Ke, Xe) {
|
|
5170
5173
|
De.value = Xe;
|
|
5171
5174
|
}
|
|
5172
5175
|
});
|
|
@@ -5175,7 +5178,7 @@ const Swiper = {
|
|
|
5175
5178
|
};
|
|
5176
5179
|
if (delete ni.wrapperClass, ze.value = new Swiper$1(ni), ze.value.virtual && ze.value.params.virtual.enabled) {
|
|
5177
5180
|
ze.value.virtual.slides = Fe.value;
|
|
5178
|
-
const
|
|
5181
|
+
const Ke = {
|
|
5179
5182
|
cache: !1,
|
|
5180
5183
|
slides: Fe.value,
|
|
5181
5184
|
renderExternal: (Xe) => {
|
|
@@ -5183,17 +5186,17 @@ const Swiper = {
|
|
|
5183
5186
|
},
|
|
5184
5187
|
renderExternalUpdate: !1
|
|
5185
5188
|
};
|
|
5186
|
-
extend(ze.value.params.virtual,
|
|
5189
|
+
extend(ze.value.params.virtual, Ke), extend(ze.value.originalParams.virtual, Ke);
|
|
5187
5190
|
}
|
|
5188
5191
|
onUpdated(() => {
|
|
5189
5192
|
!Ie.value && ze.value && (ze.value.emitSlidesClasses(), Ie.value = !0);
|
|
5190
5193
|
const {
|
|
5191
|
-
passedParams:
|
|
5192
|
-
} = getParams(Be), Xe = getChangedParams(
|
|
5193
|
-
je.value =
|
|
5194
|
+
passedParams: Ke
|
|
5195
|
+
} = getParams(Be), Xe = getChangedParams(Ke, je.value, Fe.value, He.value, (Ge) => Ge.props && Ge.props.key);
|
|
5196
|
+
je.value = Ke, (Xe.length || Re.value) && ze.value && !ze.value.destroyed && updateSwiper({
|
|
5194
5197
|
swiper: ze.value,
|
|
5195
5198
|
slides: Fe.value,
|
|
5196
|
-
passedParams:
|
|
5199
|
+
passedParams: Ke,
|
|
5197
5200
|
changedParams: Xe,
|
|
5198
5201
|
nextEl: We.value,
|
|
5199
5202
|
prevEl: qe.value,
|
|
@@ -5216,14 +5219,14 @@ const Swiper = {
|
|
|
5216
5219
|
}), onBeforeUnmount(() => {
|
|
5217
5220
|
ze.value && !ze.value.destroyed && ze.value.destroy(!0, !1);
|
|
5218
5221
|
});
|
|
5219
|
-
function
|
|
5220
|
-
return Je.virtual ? renderVirtual(ze,
|
|
5221
|
-
Xe.props || (Xe.props = {}), Xe.props.swiperRef = ze, Xe.props.swiperSlideIndex =
|
|
5222
|
-
}),
|
|
5222
|
+
function ti(Ke) {
|
|
5223
|
+
return Je.virtual ? renderVirtual(ze, Ke, Le.value) : (Ke.forEach((Xe, Ge) => {
|
|
5224
|
+
Xe.props || (Xe.props = {}), Xe.props.swiperRef = ze, Xe.props.swiperSlideIndex = Ge;
|
|
5225
|
+
}), Ke);
|
|
5223
5226
|
}
|
|
5224
5227
|
return () => {
|
|
5225
5228
|
const {
|
|
5226
|
-
slides:
|
|
5229
|
+
slides: Ke,
|
|
5227
5230
|
slots: Xe
|
|
5228
5231
|
} = getChildren(ke, Fe, He);
|
|
5229
5232
|
return h$1(Ne, {
|
|
@@ -5231,7 +5234,7 @@ const Swiper = {
|
|
|
5231
5234
|
class: uniqueClasses(De.value)
|
|
5232
5235
|
}, [Xe["container-start"], h$1(Ve, {
|
|
5233
5236
|
class: wrapperClass(Je.wrapperClass)
|
|
5234
|
-
}, [Xe["wrapper-start"],
|
|
5237
|
+
}, [Xe["wrapper-start"], ti(Ke), Xe["wrapper-end"]]), needsNavigation(Be) && [h$1("div", {
|
|
5235
5238
|
ref: qe,
|
|
5236
5239
|
class: "swiper-button-prev"
|
|
5237
5240
|
}), h$1("div", {
|
|
@@ -5474,13 +5477,13 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5474
5477
|
}])
|
|
5475
5478
|
}, toDisplayString(Be.title), 3));
|
|
5476
5479
|
}
|
|
5477
|
-
}), _hoisted_1$o = { class: "ire-flex ire-h-full ire-w-full ire-flex-col ire-justify-between ire-overflow-hidden" }, _hoisted_2$e = { class: "ire-w-fit ire-p-4" }, _hoisted_3$e = { class: "ire-relative ire-grid ire-overflow-hidden ire-p-4 lg:ire-p-0" }, _hoisted_4$a = ["data-fancybox", "href"], _hoisted_5$7 = ["src"], _hoisted_6$5 = { class: "ire-
|
|
5480
|
+
}), _hoisted_1$o = { class: "ire-flex ire-h-full ire-w-full ire-flex-col ire-justify-between ire-overflow-hidden" }, _hoisted_2$e = { class: "ire-w-fit ire-p-4" }, _hoisted_3$e = { class: "ire-relative ire-grid ire-overflow-hidden ire-p-4 lg:ire-p-0" }, _hoisted_4$a = ["data-fancybox", "href"], _hoisted_5$7 = ["src"], _hoisted_6$5 = { class: "ire-absolute ire-left-0 ire-top-0 ire-h-full ire-w-full" }, _hoisted_7$4 = { class: "flex ire-flex-wrap ire-items-center ire-justify-center ire-gap-4 ire-p-4 lg:ire-gap-8" }, _hoisted_8$3 = {
|
|
5478
5481
|
key: 0,
|
|
5479
5482
|
class: "ire-flex ire-items-center ire-gap-3"
|
|
5480
|
-
},
|
|
5483
|
+
}, _hoisted_9$3 = {
|
|
5481
5484
|
key: 0,
|
|
5482
5485
|
class: "ire-absolute ire-right-4 ire-top-4 ire-z-20 ire-aspect-square ire-cursor-pointer md:ire-bottom-4 md:ire-left-4 md:ire-right-[unset] md:ire-top-[unset]"
|
|
5483
|
-
},
|
|
5486
|
+
}, _hoisted_10$3 = {
|
|
5484
5487
|
href: "https://www.ireplugin.com/",
|
|
5485
5488
|
target: "_blank"
|
|
5486
5489
|
}, _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
@@ -5491,31 +5494,36 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5491
5494
|
setup(Be) {
|
|
5492
5495
|
const _e = Be, ke = useGlobalStore(), { getMetaValue: $e } = ke, { irePlaginWp: Ne } = storeToRefs(ke);
|
|
5493
5496
|
inject("fromListView");
|
|
5494
|
-
const Ve = ref(!1),
|
|
5495
|
-
var
|
|
5496
|
-
return !!((
|
|
5497
|
-
}),
|
|
5498
|
-
var
|
|
5499
|
-
return $e("shareable_link") === "true" && ((
|
|
5500
|
-
}),
|
|
5501
|
-
var
|
|
5502
|
-
return (
|
|
5503
|
-
}),
|
|
5504
|
-
|
|
5505
|
-
|
|
5497
|
+
const Ve = ref(), De = ref(!1), Le = ref(0), Re = ref(!1), Ie = ref(0), Ae = computed$1(() => {
|
|
5498
|
+
var We, qe, Ue, Ye, Je, Ze;
|
|
5499
|
+
return !!((Ue = (qe = (We = _e.flat) == null ? void 0 : We.type) == null ? void 0 : qe.image_2d) != null && Ue.length && ((Ze = (Je = (Ye = _e.flat) == null ? void 0 : Ye.type) == null ? void 0 : Je.image_3d) != null && Ze.length));
|
|
5500
|
+
}), ze = computed$1(() => {
|
|
5501
|
+
var We;
|
|
5502
|
+
return $e("shareable_link") === "true" && ((We = Ne.value) == null ? void 0 : We.is_gold);
|
|
5503
|
+
}), je = computed$1(() => {
|
|
5504
|
+
var qe, Ue, Ye, Je, Ze, Qe;
|
|
5505
|
+
return (De.value && ((Ue = (qe = _e.flat.type) == null ? void 0 : qe.image_2d) != null && Ue.length) ? (Ye = _e.flat.type) == null ? void 0 : Ye.image_2d : !De.value && ((Ze = (Je = _e.flat.type) == null ? void 0 : Je.image_3d) != null && Ze.length) ? (Qe = _e.flat.type) == null ? void 0 : Qe.image_3d : []).slice(0, 6);
|
|
5506
|
+
}), Fe = async () => {
|
|
5507
|
+
Re.value || !ze.value || (await copyToClipboard(window.location.href), Re.value = !0, setTimeout(() => {
|
|
5508
|
+
Re.value = !1;
|
|
5506
5509
|
}, 2e3));
|
|
5510
|
+
}, He = (We) => {
|
|
5511
|
+
Ve.value = We;
|
|
5507
5512
|
};
|
|
5508
5513
|
return watch(
|
|
5509
|
-
() =>
|
|
5514
|
+
() => De.value,
|
|
5510
5515
|
() => {
|
|
5511
|
-
|
|
5516
|
+
Le.value = 0, Ie.value++, setTimeout(() => {
|
|
5517
|
+
var We, qe, Ue, Ye;
|
|
5518
|
+
(qe = (We = Ve.value) == null ? void 0 : We.navigation) == null || qe.init(), (Ye = (Ue = Ve.value) == null ? void 0 : Ue.navigation) == null || Ye.update();
|
|
5519
|
+
}, 400);
|
|
5512
5520
|
}
|
|
5513
5521
|
), onMounted(() => {
|
|
5514
|
-
var
|
|
5515
|
-
(
|
|
5516
|
-
}), (
|
|
5522
|
+
var We, qe, Ue;
|
|
5523
|
+
(Ue = Object.keys(((qe = (We = _e.flat) == null ? void 0 : We.type) == null ? void 0 : qe.image_3d) || {})) != null && Ue.length || (De.value = !0);
|
|
5524
|
+
}), (We, qe) => (openBlock(), createBlock(FancyBoxComp, { options: {} }, {
|
|
5517
5525
|
default: withCtx(() => {
|
|
5518
|
-
var
|
|
5526
|
+
var Ue, Ye, Je, Ze, Qe, ni, ti, Ke, Xe;
|
|
5519
5527
|
return [
|
|
5520
5528
|
createElementVNode("div", _hoisted_1$o, [
|
|
5521
5529
|
createElementVNode("div", _hoisted_2$e, [
|
|
@@ -5527,14 +5535,14 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5527
5535
|
]),
|
|
5528
5536
|
createElementVNode("div", _hoisted_3$e, [
|
|
5529
5537
|
createVNode(Transition, {
|
|
5530
|
-
name: "scale",
|
|
5538
|
+
name: "ire-scale",
|
|
5531
5539
|
mode: "out-in"
|
|
5532
5540
|
}, {
|
|
5533
5541
|
default: withCtx(() => {
|
|
5534
|
-
var
|
|
5542
|
+
var Ge;
|
|
5535
5543
|
return [
|
|
5536
5544
|
(openBlock(), createBlock(unref(Swiper), {
|
|
5537
|
-
key: (
|
|
5545
|
+
key: (Ge = je.value[0]) == null ? void 0 : Ge.url,
|
|
5538
5546
|
"slides-per-view": 1,
|
|
5539
5547
|
"space-between": 50,
|
|
5540
5548
|
navigation: {
|
|
@@ -5543,23 +5551,24 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5543
5551
|
disabledClass: "swiper-button-disabled"
|
|
5544
5552
|
},
|
|
5545
5553
|
modules: [unref(Navigation)],
|
|
5546
|
-
class: "ire-w-full"
|
|
5554
|
+
class: "ire-w-full",
|
|
5555
|
+
onSwiper: He
|
|
5547
5556
|
}, {
|
|
5548
5557
|
default: withCtx(() => [
|
|
5549
|
-
(openBlock(!0), createElementBlock(Fragment, null, renderList(
|
|
5550
|
-
key:
|
|
5558
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(je.value, (ei) => (openBlock(), createBlock(unref(SwiperSlide), {
|
|
5559
|
+
key: ei == null ? void 0 : ei.url,
|
|
5551
5560
|
class: "ire-flex !ire-w-full ire-justify-center ire-bg-gray-50 ire-text-center"
|
|
5552
5561
|
}, {
|
|
5553
5562
|
default: withCtx(() => [
|
|
5554
5563
|
(openBlock(), createElementBlock("a", {
|
|
5555
|
-
key:
|
|
5556
|
-
"data-fancybox":
|
|
5557
|
-
href:
|
|
5564
|
+
key: ei == null ? void 0 : ei.url,
|
|
5565
|
+
"data-fancybox": De.value ? "gallery-2d" : "gallery-3d",
|
|
5566
|
+
href: ei == null ? void 0 : ei.url,
|
|
5558
5567
|
class: "irep-flat-preview__left-3d ire-flex ire-w-fit ire-justify-center ire-text-center"
|
|
5559
5568
|
}, [
|
|
5560
5569
|
(openBlock(), createElementBlock("img", {
|
|
5561
|
-
key:
|
|
5562
|
-
src:
|
|
5570
|
+
key: ei == null ? void 0 : ei.url,
|
|
5571
|
+
src: ei == null ? void 0 : ei.url,
|
|
5563
5572
|
class: "ire-preview-img"
|
|
5564
5573
|
}, null, 8, _hoisted_5$7))
|
|
5565
5574
|
], 8, _hoisted_4$a))
|
|
@@ -5573,53 +5582,77 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5573
5582
|
}),
|
|
5574
5583
|
_: 1
|
|
5575
5584
|
}),
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5585
|
+
withDirectives(createElementVNode("div", _hoisted_6$5, [
|
|
5586
|
+
createVNode(Transition, {
|
|
5587
|
+
name: "ire-scale",
|
|
5588
|
+
mode: "out-in"
|
|
5589
|
+
}, {
|
|
5590
|
+
default: withCtx(() => [
|
|
5591
|
+
(openBlock(), createElementBlock("div", {
|
|
5592
|
+
key: Ie.value,
|
|
5593
|
+
class: "ire-swiper-button-prev ire-group ire-absolute ire-left-0 ire-top-0 ire-z-10 ire-hidden ire-h-full ire-cursor-pointer ire-items-center ire-justify-center ire-transition-all md:ire-flex"
|
|
5594
|
+
}, [
|
|
5595
|
+
createVNode(ArrowRight, { class: "ire-m-2 ire-size-10 ire-rotate-180 ire-rounded-lg ire-bg-[var(--primary-color)] ire-transition-all group-hover:ire-bg-[color-mix(in_srgb,var(--primary-color),white_20%)] [&_path]:ire-fill-white" })
|
|
5596
|
+
]))
|
|
5597
|
+
]),
|
|
5598
|
+
_: 1
|
|
5599
|
+
}),
|
|
5600
|
+
createVNode(Transition, {
|
|
5601
|
+
name: "ire-scale",
|
|
5602
|
+
mode: "out-in"
|
|
5603
|
+
}, {
|
|
5604
|
+
default: withCtx(() => [
|
|
5605
|
+
(openBlock(), createElementBlock("div", {
|
|
5606
|
+
key: Ie.value,
|
|
5607
|
+
class: "ire-swiper-button-next ire-group ire-absolute ire-right-0 ire-top-0 ire-z-10 ire-hidden ire-h-full ire-cursor-pointer ire-items-center ire-justify-center ire-transition-all md:ire-flex"
|
|
5608
|
+
}, [
|
|
5609
|
+
createVNode(ArrowRight, { class: "ire-m-2 ire-size-10 ire-rounded-lg ire-bg-[var(--primary-color)] ire-transition-all group-hover:ire-bg-[color-mix(in_srgb,var(--primary-color),white_20%)] [&_path]:ire-fill-white" })
|
|
5610
|
+
]))
|
|
5611
|
+
]),
|
|
5612
|
+
_: 1
|
|
5613
|
+
})
|
|
5614
|
+
], 512), [
|
|
5615
|
+
[vShow, je.value.length > 1]
|
|
5616
|
+
])
|
|
5584
5617
|
]),
|
|
5585
|
-
createElementVNode("div",
|
|
5618
|
+
createElementVNode("div", _hoisted_7$4, [
|
|
5586
5619
|
createElementVNode("div", {
|
|
5587
|
-
class: "ire-cursor-pointer ire-rounded-md ire-p-2 ire-transition-all hover:ire-bg-gray-200",
|
|
5588
|
-
onClick:
|
|
5620
|
+
class: "ire-cursor-pointer ire-rounded-md ire-p-2 ire-transition-all hover:ire-bg-gray-200 [&_svg]:ire-size-5",
|
|
5621
|
+
onClick: Fe
|
|
5589
5622
|
}, [
|
|
5590
5623
|
createVNode(Transition, {
|
|
5591
|
-
name: "scale",
|
|
5624
|
+
name: "ire-scale",
|
|
5592
5625
|
mode: "out-in"
|
|
5593
5626
|
}, {
|
|
5594
5627
|
default: withCtx(() => [
|
|
5595
|
-
|
|
5628
|
+
Re.value ? (openBlock(), createBlock(Correct, { key: 0 })) : (openBlock(), createBlock(ClipBoard, { key: 1 }))
|
|
5596
5629
|
]),
|
|
5597
5630
|
_: 1
|
|
5598
5631
|
})
|
|
5599
5632
|
]),
|
|
5600
|
-
|
|
5601
|
-
(
|
|
5633
|
+
Ae.value ? (openBlock(), createElementBlock("div", _hoisted_8$3, [
|
|
5634
|
+
(Ze = (Je = (Ye = (Ue = Be.flat) == null ? void 0 : Ue.type) == null ? void 0 : Ye.image_3d) == null ? void 0 : Je[0]) != null && Ze.url ? (openBlock(), createBlock(_sfc_main$z, {
|
|
5602
5635
|
key: 0,
|
|
5603
5636
|
title: unref(tr)("3d plan"),
|
|
5604
|
-
active: !
|
|
5605
|
-
onClick:
|
|
5637
|
+
active: !De.value,
|
|
5638
|
+
onClick: qe[0] || (qe[0] = (Ge) => De.value = !1)
|
|
5606
5639
|
}, {
|
|
5607
5640
|
icon: withCtx(() => [
|
|
5608
5641
|
createVNode(Cube3d, {
|
|
5609
|
-
class: normalizeClass(["ire-size-
|
|
5642
|
+
class: normalizeClass(["ire-size-5 group-active:ire-stroke-white [&_path]:ire-stroke-black group-hover:[&_path]:ire-stroke-white", { "[&_path]:!ire-stroke-white": !De.value }])
|
|
5610
5643
|
}, null, 8, ["class"])
|
|
5611
5644
|
]),
|
|
5612
5645
|
_: 1
|
|
5613
5646
|
}, 8, ["title", "active"])) : createCommentVNode("", !0),
|
|
5614
|
-
(
|
|
5647
|
+
(Ke = (ti = (ni = (Qe = Be.flat) == null ? void 0 : Qe.type) == null ? void 0 : ni.image_2d) == null ? void 0 : ti[0]) != null && Ke.url ? (openBlock(), createBlock(_sfc_main$z, {
|
|
5615
5648
|
key: 1,
|
|
5616
5649
|
title: unref(tr)("2d plan"),
|
|
5617
|
-
active:
|
|
5618
|
-
onClick:
|
|
5650
|
+
active: De.value,
|
|
5651
|
+
onClick: qe[1] || (qe[1] = (Ge) => De.value = !0)
|
|
5619
5652
|
}, {
|
|
5620
5653
|
icon: withCtx(() => [
|
|
5621
5654
|
createVNode(FlatIcon, {
|
|
5622
|
-
class: normalizeClass(["ire-size-
|
|
5655
|
+
class: normalizeClass(["ire-size-5 group-active:ire-stroke-white [&_path]:ire-stroke-black group-hover:[&_path]:ire-stroke-white", { "[&_path]:!ire-stroke-white": De.value }])
|
|
5623
5656
|
}, null, 8, ["class"])
|
|
5624
5657
|
]),
|
|
5625
5658
|
_: 1
|
|
@@ -5627,8 +5660,8 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5627
5660
|
])) : createCommentVNode("", !0)
|
|
5628
5661
|
])
|
|
5629
5662
|
]),
|
|
5630
|
-
unref($e)("remove_watermark") !== "true" || !((
|
|
5631
|
-
createElementVNode("a",
|
|
5663
|
+
unref($e)("remove_watermark") !== "true" || !((Xe = unref(Ne)) != null && Xe.is_premium) ? (openBlock(), createElementBlock("div", _hoisted_9$3, [
|
|
5664
|
+
createElementVNode("a", _hoisted_10$3, [
|
|
5632
5665
|
createVNode(Logo, { class: "ire-size-12" })
|
|
5633
5666
|
])
|
|
5634
5667
|
])) : createCommentVNode("", !0)
|
|
@@ -5637,7 +5670,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5637
5670
|
_: 1
|
|
5638
5671
|
}));
|
|
5639
5672
|
}
|
|
5640
|
-
}), _hoisted_1$n = { class: "ire-flex ire-w-full ire-flex-col ire-items-start ire-text-black" }, _hoisted_2$d = { class: "ire-mb-1" }, _hoisted_3$d = { class: "relative ire-w-full" }, _hoisted_4$9 = ["placeholder", "type", "required"], _hoisted_5$6 = { class: "ire-absolute ire-right-3 ire-top-1/2 -ire-translate-y-1/2" }, _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
5673
|
+
}), _hoisted_1$n = { class: "ire-flex ire-w-full ire-flex-col ire-items-start ire-text-black" }, _hoisted_2$d = { class: "ire-mb-1 ire-text-base" }, _hoisted_3$d = { class: "relative ire-w-full" }, _hoisted_4$9 = ["placeholder", "type", "required"], _hoisted_5$6 = { class: "ire-absolute ire-right-3 ire-top-1/2 -ire-translate-y-1/2" }, _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
5641
5674
|
__name: "Input",
|
|
5642
5675
|
props: /* @__PURE__ */ mergeModels({
|
|
5643
5676
|
label: {},
|
|
@@ -5659,7 +5692,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5659
5692
|
placeholder: Be.placeholder,
|
|
5660
5693
|
type: Be.type || "text",
|
|
5661
5694
|
required: Be.required,
|
|
5662
|
-
class: "no-spinner ire-w-full ire-rounded-md !ire-border-none !ire-p-2 !ire-outline-none !ire-ring-[1px] !ire-ring-gray-200 ire-transition-all focus:!ire-ring-2 focus:!ire-ring-black"
|
|
5695
|
+
class: "no-spinner ire-w-full ire-rounded-md !ire-border-none !ire-p-2 ire-text-base !ire-outline-none !ire-ring-[1px] !ire-ring-gray-200 ire-transition-all focus:!ire-ring-2 focus:!ire-ring-black"
|
|
5663
5696
|
}, null, 8, _hoisted_4$9), [
|
|
5664
5697
|
[vModelDynamic, _e.value]
|
|
5665
5698
|
]),
|
|
@@ -5686,7 +5719,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5686
5719
|
}, _hoisted_2$c = {
|
|
5687
5720
|
key: 1,
|
|
5688
5721
|
class: "irep-callback-form ire-flex ire-flex-col ire-gap-4"
|
|
5689
|
-
}, _hoisted_3$c = { class: "irep-callback-form__title ire-text-lg ire-font-semibold ire-text-black" }, _hoisted_4$8 = { class: "ire-flex ire-flex-col ire-text-black" }, _hoisted_5$5 = { class: "ire-mb-1" }, _hoisted_6$4 = { class: "irep-callback-form__buttons flex ire-mt-4 ire-flex-col ire-gap-3 md:ire-flex-row" }, _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
5722
|
+
}, _hoisted_3$c = { class: "irep-callback-form__title ire-text-lg ire-font-semibold ire-text-black" }, _hoisted_4$8 = { class: "ire-flex ire-flex-col ire-text-black" }, _hoisted_5$5 = { class: "ire-mb-1 ire-text-base" }, _hoisted_6$4 = { class: "irep-callback-form__buttons flex ire-mt-4 ire-flex-col ire-gap-3 md:ire-flex-row" }, _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
5690
5723
|
__name: "ReservationForm",
|
|
5691
5724
|
props: {
|
|
5692
5725
|
flat: {}
|
|
@@ -5762,7 +5795,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5762
5795
|
withDirectives(createElementVNode("textarea", {
|
|
5763
5796
|
"onUpdate:modelValue": je[3] || (je[3] = (Fe) => Ve.value.comment = Fe),
|
|
5764
5797
|
placeholder: "...",
|
|
5765
|
-
class: "ire-w-full ire-rounded-md !ire-border-none !ire-p-2 !ire-outline-none !ire-ring-[1px] !ire-ring-gray-200 ire-transition-all focus:!ire-ring-2 focus:!ire-ring-black"
|
|
5798
|
+
class: "ire-w-full ire-rounded-md !ire-border-none !ire-p-2 ire-text-base !ire-outline-none !ire-ring-[1px] !ire-ring-gray-200 ire-transition-all focus:!ire-ring-2 focus:!ire-ring-black"
|
|
5766
5799
|
}, null, 512), [
|
|
5767
5800
|
[vModelText, Ve.value.comment]
|
|
5768
5801
|
])
|
|
@@ -5789,7 +5822,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5789
5822
|
}), _hoisted_1$l = { class: "flex ire-relative ire-overflow-hidden lg:ire-w-full" }, _hoisted_2$b = { class: "ire-flex ire-w-full ire-flex-col ire-items-center ire-justify-center ire-gap-6" }, _hoisted_3$b = {
|
|
5790
5823
|
key: 1,
|
|
5791
5824
|
class: "flat-preview__type ire-text-center"
|
|
5792
|
-
}, _hoisted_4$7 = { class: "flat-preview__type-title !ire-text-lg ire-font-medium ire-text-black" }, _hoisted_5$4 = { class: "flat-preview__type-teaser ire-mt-1 ire-text-gray-700" }, _hoisted_6$3 = { class: "ire-mt-4 ire-flex ire-w-full ire-flex-wrap ire-items-center ire-justify-center ire-gap-x-16 ire-gap-y-8" }, _hoisted_7$3 = { class: "flat-preview-price-through-value ire-text-base ire-line-through ire-decoration-black/50" }, _hoisted_8$2 = { class: "ire-flex ire-flex-col ire-text-center lg:ire-flex-row" }, _hoisted_9$2 = ["href"], _hoisted_10$2 = {
|
|
5825
|
+
}, _hoisted_4$7 = { class: "flat-preview__type-title !ire-text-lg ire-font-medium ire-text-black" }, _hoisted_5$4 = { class: "flat-preview__type-teaser ire-mt-1 ire-text-base ire-text-gray-700" }, _hoisted_6$3 = { class: "ire-mt-4 ire-flex ire-w-full ire-flex-wrap ire-items-center ire-justify-center ire-gap-x-16 ire-gap-y-8" }, _hoisted_7$3 = { class: "flat-preview-price-through-value ire-text-base ire-line-through ire-decoration-black/50" }, _hoisted_8$2 = { class: "ire-flex ire-flex-col ire-text-center lg:ire-flex-row" }, _hoisted_9$2 = ["href"], _hoisted_10$2 = {
|
|
5793
5826
|
key: 1,
|
|
5794
5827
|
class: "ire-w-full ire-p-2"
|
|
5795
5828
|
}, _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
@@ -5833,10 +5866,10 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5833
5866
|
setQuery(Fe, "");
|
|
5834
5867
|
});
|
|
5835
5868
|
}), (je, Fe) => {
|
|
5836
|
-
var He, We, qe, Ue, Ye, Je, Ze, Qe, ni,
|
|
5869
|
+
var He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ti, Ke, Xe, Ge, ei, ii, oi, ri, si, ai, li, ci, di, hi, fi, pi, mi, vi, gi, bi, yi, _i, xi, wi, ki, Si, Ci;
|
|
5837
5870
|
return openBlock(), createElementBlock("div", {
|
|
5838
5871
|
class: normalizeClass(["irep-flat-preview ire-grid", {
|
|
5839
|
-
"lg:ire-grid-cols-[1.
|
|
5872
|
+
"lg:ire-grid-cols-[1.3fr,1fr]": Ae.value
|
|
5840
5873
|
}])
|
|
5841
5874
|
}, [
|
|
5842
5875
|
Ae.value && Be.flat ? (openBlock(), createBlock(_sfc_main$r, {
|
|
@@ -5862,12 +5895,12 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
|
|
|
5862
5895
|
createElementVNode("div", _hoisted_5$4, toDisplayString((ni = (Qe = Be.flat) == null ? void 0 : Qe.type) == null ? void 0 : ni.teaser), 1)
|
|
5863
5896
|
])) : createCommentVNode("", !0),
|
|
5864
5897
|
createElementVNode("div", _hoisted_6$3, [
|
|
5865
|
-
(
|
|
5898
|
+
(ti = Be.flat) != null && ti.block_id ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5866
5899
|
key: 0,
|
|
5867
5900
|
keyName: unref(tr)("block"),
|
|
5868
|
-
value: ((
|
|
5901
|
+
value: ((Ge = (Xe = unref(getBlockById)(+((Ke = Be.flat) == null ? void 0 : Ke.block_id))) == null ? void 0 : Xe.title) == null ? void 0 : Ge.toString()) || ""
|
|
5869
5902
|
}, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
|
|
5870
|
-
(
|
|
5903
|
+
(ei = Be.flat) != null && ei.floor_id ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5871
5904
|
key: 1,
|
|
5872
5905
|
keyName: unref(tr)("floor"),
|
|
5873
5906
|
value: ((ri = (oi = unref(getFloorById)(+((ii = Be.flat) == null ? void 0 : ii.floor_id))) == null ? void 0 : oi.floor_number) == null ? void 0 : ri.toString()) || ""
|
|
@@ -6071,18 +6104,18 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6071
6104
|
var Ue;
|
|
6072
6105
|
if (!Re.value) return;
|
|
6073
6106
|
((Ue = Re.value) == null ? void 0 : Ue.querySelectorAll("g")).forEach((Ye) => {
|
|
6074
|
-
var ni,
|
|
6075
|
-
const Je = Ye == null ? void 0 : Ye.getAttribute("id"), Ze = (
|
|
6076
|
-
(
|
|
6107
|
+
var ni, ti, Ke, Xe;
|
|
6108
|
+
const Je = Ye == null ? void 0 : Ye.getAttribute("id"), Ze = (ti = (ni = $e.block) == null ? void 0 : ni.polygon_data) == null ? void 0 : ti.find(
|
|
6109
|
+
(Ge) => (Ge == null ? void 0 : Ge.key) === Je
|
|
6077
6110
|
), Qe = Ze == null ? void 0 : Ze.id;
|
|
6078
6111
|
switch (Ze == null ? void 0 : Ze.type) {
|
|
6079
6112
|
case "floor":
|
|
6080
|
-
const
|
|
6081
|
-
Ye.setAttribute("conf", (
|
|
6113
|
+
const Ge = (Ke = $e.floors) == null ? void 0 : Ke.find((ii) => ii.id === Qe);
|
|
6114
|
+
Ye.setAttribute("conf", (Ge == null ? void 0 : Ge.conf) || "");
|
|
6082
6115
|
break;
|
|
6083
6116
|
case "flat":
|
|
6084
|
-
const
|
|
6085
|
-
Ye.setAttribute("conf", (
|
|
6117
|
+
const ei = (Xe = $e.flats) == null ? void 0 : Xe.find((ii) => ii.id === Qe);
|
|
6118
|
+
Ye.setAttribute("conf", (ei == null ? void 0 : ei.conf) || "");
|
|
6086
6119
|
break;
|
|
6087
6120
|
}
|
|
6088
6121
|
});
|
|
@@ -6095,37 +6128,37 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6095
6128
|
), watch(
|
|
6096
6129
|
() => Ie.value,
|
|
6097
6130
|
(qe) => {
|
|
6098
|
-
var Ye, Je, Ze, Qe, ni,
|
|
6131
|
+
var Ye, Je, Ze, Qe, ni, ti, Ke, Xe;
|
|
6099
6132
|
if (!qe) return;
|
|
6100
6133
|
Ve.hoverdSvg = qe;
|
|
6101
6134
|
const Ue = qe == null ? void 0 : qe.parentElement;
|
|
6102
6135
|
if (Ue && (Ue == null ? void 0 : Ue.nodeName) === "g") {
|
|
6103
|
-
const
|
|
6104
|
-
if (!
|
|
6136
|
+
const Ge = Ue == null ? void 0 : Ue.getAttribute("id");
|
|
6137
|
+
if (!Ge || (Ae.value = ((Je = (Ye = $e.block) == null ? void 0 : Ye.polygon_data) == null ? void 0 : Je.find((ei) => (ei == null ? void 0 : ei.key) === Ge)) || null, !Ae.value)) return;
|
|
6105
6138
|
if (((Ze = Ae.value) == null ? void 0 : Ze.type) === "floor") {
|
|
6106
|
-
const
|
|
6139
|
+
const ei = (Qe = $e.floors) == null ? void 0 : Qe.find(
|
|
6107
6140
|
(ii) => {
|
|
6108
6141
|
var oi;
|
|
6109
6142
|
return (ii == null ? void 0 : ii.id) === ((oi = Ae.value) == null ? void 0 : oi.id);
|
|
6110
6143
|
}
|
|
6111
6144
|
);
|
|
6112
|
-
ze.value =
|
|
6145
|
+
ze.value = ei;
|
|
6113
6146
|
} else if (((ni = Ae.value) == null ? void 0 : ni.type) === "flat") {
|
|
6114
|
-
const
|
|
6147
|
+
const ei = (ti = $e.flats) == null ? void 0 : ti.find(
|
|
6115
6148
|
(ii) => {
|
|
6116
6149
|
var oi;
|
|
6117
6150
|
return (ii == null ? void 0 : ii.id) === ((oi = Ae.value) == null ? void 0 : oi.id);
|
|
6118
6151
|
}
|
|
6119
6152
|
);
|
|
6120
|
-
ze.value =
|
|
6121
|
-
} else if (((
|
|
6122
|
-
const
|
|
6153
|
+
ze.value = ei;
|
|
6154
|
+
} else if (((Ke = Ae.value) == null ? void 0 : Ke.type) === "tooltip") {
|
|
6155
|
+
const ei = (Xe = $e.actions) == null ? void 0 : Xe.find(
|
|
6123
6156
|
(ii) => {
|
|
6124
6157
|
var oi;
|
|
6125
6158
|
return (ii == null ? void 0 : ii.id) === ((oi = Ae.value) == null ? void 0 : oi.id);
|
|
6126
6159
|
}
|
|
6127
6160
|
);
|
|
6128
|
-
ze.value =
|
|
6161
|
+
ze.value = ei;
|
|
6129
6162
|
} else
|
|
6130
6163
|
ze.value = null;
|
|
6131
6164
|
} else
|
|
@@ -6442,7 +6475,7 @@ function _sfc_render$8(Be, _e) {
|
|
|
6442
6475
|
}, null, -1)
|
|
6443
6476
|
])]);
|
|
6444
6477
|
}
|
|
6445
|
-
const Placeholder = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$8]]), _hoisted_1$e = { class: "ire-relative ire-pt-[85%]" }, _hoisted_2$7 = ["src"], _hoisted_3$7 = { key: 1 }, _hoisted_4$5 = { class: "ire-mt-4 ire-flex ire-flex-col ire-gap-3" }, _hoisted_5$3 = { class: "flex ire-justify-between ire-gap-2 ire-text-center" }, _hoisted_6$2 = { class: "ire-text-left ire-text-lg ire-font-semibold" }, _hoisted_7$2 = { key: 0 }, _hoisted_8$1 = { key: 1 }, _hoisted_9$1 = { class: "ire-text-xs ire-text-gray-500 ire-line-through" }, _hoisted_10$1 = { key: 2 },
|
|
6478
|
+
const Placeholder = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$8]]), _hoisted_1$e = { class: "ire-relative ire-pt-[85%]" }, _hoisted_2$7 = ["src"], _hoisted_3$7 = { key: 1 }, _hoisted_4$5 = { class: "ire-mt-4 ire-flex ire-flex-col ire-gap-3" }, _hoisted_5$3 = { class: "flex ire-justify-between ire-gap-2 ire-text-center" }, _hoisted_6$2 = { class: "ire-text-left ire-text-lg ire-font-semibold" }, _hoisted_7$2 = { key: 0 }, _hoisted_8$1 = { key: 1 }, _hoisted_9$1 = { class: "ire-text-xs ire-text-gray-500 ire-line-through" }, _hoisted_10$1 = { class: "ire-text-base" }, _hoisted_11 = { key: 2 }, _hoisted_12 = { key: 3 }, _hoisted_13 = { class: "ire-right-[2px] ire-text-base" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
6446
6479
|
__name: "FlatCard",
|
|
6447
6480
|
props: {
|
|
6448
6481
|
flat: {}
|
|
@@ -6459,7 +6492,7 @@ const Placeholder = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_re
|
|
|
6459
6492
|
return (Ve, De) => {
|
|
6460
6493
|
var Le, Re;
|
|
6461
6494
|
return openBlock(), createElementBlock("div", {
|
|
6462
|
-
class: "ire-cursor-pointer ire-rounded-sm ire-border ire-border-solid ire-border-gray-
|
|
6495
|
+
class: "ire-cursor-pointer ire-rounded-sm ire-border ire-border-solid ire-border-gray-300 ire-bg-gray-50 ire-p-2 ire-text-black ire-transition-all ire-duration-300 hover:ire-bg-gray-100",
|
|
6463
6496
|
onClick: De[0] || (De[0] = (Ie) => ke("openFlat", Be.flat.id))
|
|
6464
6497
|
}, [
|
|
6465
6498
|
createElementVNode("div", _hoisted_1$e, [
|
|
@@ -6483,10 +6516,10 @@ const Placeholder = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_re
|
|
|
6483
6516
|
]),
|
|
6484
6517
|
Be.flat.request_price ? (openBlock(), createElementBlock("div", _hoisted_7$2, toDisplayString(unref(tr)("Request Price")), 1)) : Be.flat.offer_price ? (openBlock(), createElementBlock("div", _hoisted_8$1, [
|
|
6485
6518
|
createElementVNode("div", _hoisted_9$1, toDisplayString(unref(getPrice)(+Be.flat.price_n)) + " " + toDisplayString(unref(currencySymbol)()), 1),
|
|
6486
|
-
createElementVNode("div",
|
|
6487
|
-
])) : Be.flat.price !== "0.00" ? (openBlock(), createElementBlock("div",
|
|
6488
|
-
(Le = Be.flat.type) != null && Le.area_m2 ? (openBlock(), createElementBlock("div",
|
|
6489
|
-
createElementVNode("span",
|
|
6519
|
+
createElementVNode("div", _hoisted_10$1, toDisplayString(unref(getPrice)(+Be.flat.offer_price)) + " " + toDisplayString(unref(currencySymbol)()), 1)
|
|
6520
|
+
])) : Be.flat.price !== "0.00" ? (openBlock(), createElementBlock("div", _hoisted_11, toDisplayString(unref(getPrice)(+Be.flat.price_n)) + " " + toDisplayString(unref(currencySymbol)()), 1)) : createCommentVNode("", !0),
|
|
6521
|
+
(Le = Be.flat.type) != null && Le.area_m2 ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
6522
|
+
createElementVNode("span", _hoisted_13, [
|
|
6490
6523
|
createTextVNode(toDisplayString(unref(getArea)(+((Re = Be.flat.type) == null ? void 0 : Re.area_m2_n))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + " ", 1),
|
|
6491
6524
|
De[1] || (De[1] = createElementVNode("sup", { class: "ire-bg-transparent ire-text-sm" }, " 2 ", -1))
|
|
6492
6525
|
])
|
|
@@ -7121,7 +7154,7 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
|
|
|
7121
7154
|
}, 8, ["data"]))
|
|
7122
7155
|
]));
|
|
7123
7156
|
}
|
|
7124
|
-
}), _hoisted_1$2 = { class: "irep-flats-list-filters ire-space-y-4 ire-p-8" }, _hoisted_2$1 = { class: "irep-flats-list-filters-title mb-2 ire-text-
|
|
7157
|
+
}), _hoisted_1$2 = { class: "irep-flats-list-filters ire-space-y-4 ire-p-8 ire-text-base" }, _hoisted_2$1 = { class: "irep-flats-list-filters-title mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_3$1 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_4$1 = { class: "irep-flats-list-filters-title mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_5 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_6 = { class: "irep-flats-list-filters-title mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_7 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_8 = { class: "irep-flats-list-filters-title mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_9 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_10 = { class: "irep-flats-list-filters-title ire-mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
7125
7158
|
__name: "Filters",
|
|
7126
7159
|
props: {
|
|
7127
7160
|
filtersObject: {},
|
|
@@ -7325,37 +7358,37 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7325
7358
|
}), Ue = computed$1(() => {
|
|
7326
7359
|
if ($e.value)
|
|
7327
7360
|
return $e.value.types;
|
|
7328
|
-
}), Ye = computed$1(() => $e.value ? $e.value.flats.map((
|
|
7361
|
+
}), Ye = computed$1(() => $e.value ? $e.value.flats.map((Ge) => {
|
|
7329
7362
|
var ri, si, ai;
|
|
7330
|
-
const
|
|
7331
|
-
(li) => li.id ===
|
|
7363
|
+
const ei = (ri = $e.value) == null ? void 0 : ri.floors.find(
|
|
7364
|
+
(li) => li.id === Ge.floor_id
|
|
7332
7365
|
), ii = (si = $e.value) == null ? void 0 : si.blocks.find(
|
|
7333
|
-
(li) => li.id ===
|
|
7334
|
-
), oi =
|
|
7366
|
+
(li) => li.id === Ge.block_id
|
|
7367
|
+
), oi = Ge.use_type || !Ge.type ? ((ai = Ue.value) == null ? void 0 : ai.find((li) => li.id === Ge.type_id)) ?? Ge.type : Ge.type;
|
|
7335
7368
|
return {
|
|
7336
|
-
...
|
|
7369
|
+
...Ge,
|
|
7337
7370
|
type: {
|
|
7338
7371
|
...oi,
|
|
7339
7372
|
area_m2_n: Number(oi == null ? void 0 : oi.area_m2),
|
|
7340
7373
|
area_m2: `${oi == null ? void 0 : oi.area_m2} ${getAreaUnitLabel()}²`
|
|
7341
7374
|
},
|
|
7342
|
-
price_n: Number(
|
|
7343
|
-
price:
|
|
7344
|
-
floor_title:
|
|
7345
|
-
floor_number: Number(
|
|
7375
|
+
price_n: Number(Ge.price),
|
|
7376
|
+
price: Ge.conf ? tr(Ge.conf) : Ge.request_price ? tr("Request Price") : `${getPrice(Number((Ge == null ? void 0 : Ge.offer_price) || (Ge == null ? void 0 : Ge.price)))} ${currencySymbol()}`,
|
|
7377
|
+
floor_title: ei == null ? void 0 : ei.title,
|
|
7378
|
+
floor_number: Number(ei == null ? void 0 : ei.floor_number),
|
|
7346
7379
|
block_title: ii
|
|
7347
7380
|
};
|
|
7348
|
-
}).map((
|
|
7381
|
+
}).map((Ge) => {
|
|
7349
7382
|
var ii;
|
|
7350
|
-
const
|
|
7383
|
+
const ei = (ii = Ge.type) == null ? void 0 : ii.other.reduce(
|
|
7351
7384
|
(oi, ri) => (oi[ri.key] = ri.value, oi),
|
|
7352
7385
|
{}
|
|
7353
7386
|
);
|
|
7354
|
-
return { ...
|
|
7355
|
-
}).sort((
|
|
7387
|
+
return { ...Ge, type: { ...Ge.type, other: ei } };
|
|
7388
|
+
}).sort((Ge, ei) => {
|
|
7356
7389
|
const ii = Le.value;
|
|
7357
|
-
let oi =
|
|
7358
|
-
ii != null && ii.includes(".") && (oi = getNested(
|
|
7390
|
+
let oi = Ge[ii], ri = ei[ii];
|
|
7391
|
+
ii != null && ii.includes(".") && (oi = getNested(Ge, ii), ri = getNested(ei, ii)), oi == null && (oi = "0"), ri == null && (ri = "0");
|
|
7359
7392
|
const si = oi.toString(), ai = ri.toString();
|
|
7360
7393
|
return !isNaN(si) && !isNaN(ai) ? Re.value === "desc" ? ai - si : si - ai : Re.value === "desc" ? String(ri).localeCompare(String(oi)) : String(oi).localeCompare(String(ri));
|
|
7361
7394
|
}) : []), Je = computed$1(() => {
|
|
@@ -7363,9 +7396,9 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7363
7396
|
return Qe.value ? Math.ceil(((Xe = Ze.value) == null ? void 0 : Xe.length) / ze.value) : 0;
|
|
7364
7397
|
}), Ze = computed$1(() => Ye.value ? Ye.value.filter((Xe) => {
|
|
7365
7398
|
var hi, fi, pi, mi, vi, gi, bi, yi;
|
|
7366
|
-
let
|
|
7399
|
+
let Ge = !0, ei = !0, ii = !0, oi = !0, ri = !0, si = !0, ai = !0, li = !0, ci = !0;
|
|
7367
7400
|
const di = !(Xe != null && Xe.conf) && !(Xe != null && Xe.request_price);
|
|
7368
|
-
if (qe.value.priceMin && (
|
|
7401
|
+
if (qe.value.priceMin && (Ge = Xe.price_n >= qe.value.priceMin && di), qe.value.priceMax && (ei = Xe.price_n <= qe.value.priceMax && di), qe.value.areaMin && (ii = ((hi = Xe.type) == null ? void 0 : hi.area_m2_n) && ((fi = Xe.type) == null ? void 0 : fi.area_m2_n) >= qe.value.areaMin), qe.value.areaMax && (oi = ((pi = Xe.type) == null ? void 0 : pi.area_m2_n) && ((mi = Xe.type) == null ? void 0 : mi.area_m2_n) <= qe.value.areaMax), qe.value.floorMin && (ri = (Xe == null ? void 0 : Xe.floor_number) && +(Xe == null ? void 0 : Xe.floor_number) >= +qe.value.floorMin), qe.value.floorMax && (si = (Xe == null ? void 0 : Xe.floor_number) && +(Xe == null ? void 0 : Xe.floor_number) <= +qe.value.floorMax), qe.value.roomMin && (ai = ((vi = Xe.type) == null ? void 0 : vi.rooms_count) && +((gi = Xe.type) == null ? void 0 : gi.rooms_count) >= +qe.value.roomMin), qe.value.roomMax && (li = ((bi = Xe.type) == null ? void 0 : bi.rooms_count) && +((yi = Xe.type) == null ? void 0 : yi.rooms_count) <= +qe.value.roomMax), qe.value.config)
|
|
7369
7402
|
switch (qe.value.config) {
|
|
7370
7403
|
case "available":
|
|
7371
7404
|
ci = !Xe.conf;
|
|
@@ -7377,19 +7410,19 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7377
7410
|
ci = Xe.conf === "sold";
|
|
7378
7411
|
break;
|
|
7379
7412
|
}
|
|
7380
|
-
return
|
|
7413
|
+
return Ge && ei && ii && oi && ri && si && ai && li && ci;
|
|
7381
7414
|
}) : []), Qe = computed$1(() => {
|
|
7382
|
-
var
|
|
7383
|
-
if (!((
|
|
7384
|
-
const Xe = (Fe.value - 1) * ze.value,
|
|
7385
|
-
return Ze.value.slice(Xe,
|
|
7415
|
+
var ei;
|
|
7416
|
+
if (!((ei = $e.value) != null && ei.flats)) return [];
|
|
7417
|
+
const Xe = (Fe.value - 1) * ze.value, Ge = Xe + ze.value;
|
|
7418
|
+
return Ze.value.slice(Xe, Ge);
|
|
7386
7419
|
}), ni = (Xe) => {
|
|
7387
7420
|
Fe.value = Xe, De(je.value), je.value, setQuery("flats-page", Xe.toString());
|
|
7388
|
-
},
|
|
7389
|
-
Le.value = Xe, Re.value =
|
|
7390
|
-
},
|
|
7391
|
-
const
|
|
7392
|
-
We.value =
|
|
7421
|
+
}, ti = (Xe, Ge) => {
|
|
7422
|
+
Le.value = Xe, Re.value = Ge;
|
|
7423
|
+
}, Ke = (Xe) => {
|
|
7424
|
+
const Ge = Ve.value.find((ei) => ei.id === Xe);
|
|
7425
|
+
We.value = Ge, He.value = !0;
|
|
7393
7426
|
};
|
|
7394
7427
|
return watch(
|
|
7395
7428
|
() => qe.value,
|
|
@@ -7404,21 +7437,21 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7404
7437
|
Xe && !isNaN(Number(Xe)) && (Fe.value = Number(Xe)), _e.perPage && !isNaN(Number(_e.perPage)) && (ze.value = Number(_e.perPage));
|
|
7405
7438
|
}), onBeforeMount(() => {
|
|
7406
7439
|
Ae.value = _e.layout === "table";
|
|
7407
|
-
}), provide("fromListView", _e.fromListView), (Xe,
|
|
7440
|
+
}), provide("fromListView", _e.fromListView), (Xe, Ge) => (openBlock(), createBlock(_sfc_main$K, { class: "irep-flats-list ire-text-base" }, {
|
|
7408
7441
|
default: withCtx(() => {
|
|
7409
|
-
var
|
|
7442
|
+
var ei;
|
|
7410
7443
|
return [
|
|
7411
7444
|
createElementVNode("div", _hoisted_1, [
|
|
7412
7445
|
createVNode(_sfc_main$z, {
|
|
7413
7446
|
title: unref(tr)("filters"),
|
|
7414
7447
|
active: "",
|
|
7415
7448
|
class: "irep-flats-top__filters-button !ire-w-fit ire-capitalize",
|
|
7416
|
-
onClick:
|
|
7449
|
+
onClick: Ge[0] || (Ge[0] = (ii) => Ie.value = !0)
|
|
7417
7450
|
}, null, 8, ["title"]),
|
|
7418
7451
|
Be.layout === "mixed" ? (openBlock(), createElementBlock("button", {
|
|
7419
7452
|
key: 0,
|
|
7420
7453
|
class: "irep-flats-top__mode-switcher-button ire-group ire-flex ire-cursor-pointer ire-items-center ire-gap-1 ire-bg-transparent",
|
|
7421
|
-
onClick:
|
|
7454
|
+
onClick: Ge[1] || (Ge[1] = (ii) => Ae.value = !Ae.value)
|
|
7422
7455
|
}, [
|
|
7423
7456
|
createElementVNode("div", _hoisted_2, [
|
|
7424
7457
|
createVNode(Transition, {
|
|
@@ -7444,7 +7477,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7444
7477
|
default: withCtx(() => [
|
|
7445
7478
|
(openBlock(), createElementBlock("span", {
|
|
7446
7479
|
key: String(Ae.value),
|
|
7447
|
-
class: "ire-text-black ire-transition-all group-hover:ire-text-gray-500"
|
|
7480
|
+
class: "ire-text-base ire-text-black ire-transition-all group-hover:ire-text-gray-500"
|
|
7448
7481
|
}, toDisplayString(Ae.value ? unref(tr)("grid view") : unref(tr)("table view")), 1))
|
|
7449
7482
|
]),
|
|
7450
7483
|
_: 1
|
|
@@ -7460,8 +7493,8 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7460
7493
|
Ae.value ? (openBlock(), createBlock(_sfc_main$3, {
|
|
7461
7494
|
key: 0,
|
|
7462
7495
|
flats: Qe.value,
|
|
7463
|
-
onSortColumn:
|
|
7464
|
-
onOpenFlat:
|
|
7496
|
+
onSortColumn: Ge[2] || (Ge[2] = (ii, oi) => ti(ii, oi)),
|
|
7497
|
+
onOpenFlat: Ge[3] || (Ge[3] = (ii) => Ke(ii))
|
|
7465
7498
|
}, null, 8, ["flats"])) : (openBlock(), createElementBlock("div", {
|
|
7466
7499
|
key: 1,
|
|
7467
7500
|
ref_key: "flatsContainer",
|
|
@@ -7471,18 +7504,18 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7471
7504
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(Qe.value, (ii) => (openBlock(), createBlock(_sfc_main$e, {
|
|
7472
7505
|
key: ii.id,
|
|
7473
7506
|
flat: ii,
|
|
7474
|
-
onOpenFlat:
|
|
7507
|
+
onOpenFlat: Ge[4] || (Ge[4] = (oi) => Ke(oi))
|
|
7475
7508
|
}, null, 8, ["flat"]))), 128))
|
|
7476
7509
|
], 512))
|
|
7477
7510
|
]),
|
|
7478
7511
|
_: 1
|
|
7479
7512
|
})) : (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(unref(tr)("nothing found")), 1)),
|
|
7480
|
-
(
|
|
7513
|
+
(ei = Qe.value) != null && ei.length && Je.value > 1 ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
7481
7514
|
createElementVNode("div", null, [
|
|
7482
7515
|
createVNode(unref(script$1), {
|
|
7483
7516
|
modelValue: Fe.value,
|
|
7484
7517
|
"onUpdate:modelValue": [
|
|
7485
|
-
|
|
7518
|
+
Ge[5] || (Ge[5] = (ii) => Fe.value = ii),
|
|
7486
7519
|
ni
|
|
7487
7520
|
],
|
|
7488
7521
|
pages: Je.value,
|
|
@@ -7500,7 +7533,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7500
7533
|
He.value && We.value ? (openBlock(), createBlock(_sfc_main$m, {
|
|
7501
7534
|
key: 0,
|
|
7502
7535
|
style: normalizeStyle(unref(Ne)),
|
|
7503
|
-
onClose:
|
|
7536
|
+
onClose: Ge[6] || (Ge[6] = (ii) => He.value = !1)
|
|
7504
7537
|
}, {
|
|
7505
7538
|
default: withCtx(() => [
|
|
7506
7539
|
createVNode(_sfc_main$o, { flat: We.value }, null, 8, ["flat"])
|
|
@@ -7519,13 +7552,13 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7519
7552
|
default: withCtx(() => [
|
|
7520
7553
|
Ie.value ? (openBlock(), createBlock(_sfc_main$m, {
|
|
7521
7554
|
key: 0,
|
|
7522
|
-
onClose:
|
|
7555
|
+
onClose: Ge[9] || (Ge[9] = (ii) => Ie.value = !1)
|
|
7523
7556
|
}, {
|
|
7524
7557
|
default: withCtx(() => [
|
|
7525
7558
|
createVNode(_sfc_main$2, {
|
|
7526
7559
|
"filters-object": qe.value,
|
|
7527
|
-
"onUpdate:filtersObject":
|
|
7528
|
-
onFilterFlatsList:
|
|
7560
|
+
"onUpdate:filtersObject": Ge[7] || (Ge[7] = (ii) => qe.value = ii),
|
|
7561
|
+
onFilterFlatsList: Ge[8] || (Ge[8] = (ii) => Ie.value = !1)
|
|
7529
7562
|
}, null, 8, ["filters-object"])
|
|
7530
7563
|
]),
|
|
7531
7564
|
_: 1
|