ire-preview 3.2.21 → 3.2.22
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
CHANGED
|
@@ -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(Ge) {
|
|
98
98
|
let Xe;
|
|
99
|
-
Ie = Ae = !1, typeof
|
|
99
|
+
Ie = Ae = !1, typeof Ge == "function" ? (Ge($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], Ge), Xe = {
|
|
104
104
|
type: MutationType.patchObject,
|
|
105
|
-
payload:
|
|
105
|
+
payload: Ge,
|
|
106
106
|
storeId: Be,
|
|
107
107
|
events: Fe
|
|
108
108
|
});
|
|
109
|
-
const
|
|
109
|
+
const Ke = We = Symbol();
|
|
110
110
|
nextTick().then(() => {
|
|
111
|
-
We ===
|
|
111
|
+
We === Ke && (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,
|
|
115
|
+
const { state: Xe } = ke, Ke = Xe ? Xe() : {};
|
|
116
116
|
this.$patch((ti) => {
|
|
117
|
-
assign(ti,
|
|
117
|
+
assign(ti, Ke);
|
|
118
118
|
});
|
|
119
119
|
} : (
|
|
120
120
|
/* istanbul ignore next */
|
|
@@ -123,10 +123,10 @@ 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 = (Ge, Xe = "") => {
|
|
127
|
+
if (ACTION_MARKER in Ge)
|
|
128
|
+
return Ge[ACTION_NAME] = Xe, Ge;
|
|
129
|
+
const Ke = function() {
|
|
130
130
|
setActivePinia($e);
|
|
131
131
|
const ti = Array.from(arguments), ii = /* @__PURE__ */ new Set(), oi = /* @__PURE__ */ new Set();
|
|
132
132
|
function ri(li) {
|
|
@@ -137,20 +137,20 @@ function createSetupStore(Be, _e, ke = {}, $e, Ne, Ve) {
|
|
|
137
137
|
}
|
|
138
138
|
triggerSubscriptions(je, {
|
|
139
139
|
args: ti,
|
|
140
|
-
name:
|
|
140
|
+
name: Ke[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 = Ge.apply(this && this.$id === Be ? this : Qe, ti);
|
|
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 Ke[ACTION_MARKER] = !0, Ke[ACTION_NAME] = Xe, Ke;
|
|
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(Ge, Xe = {}) {
|
|
162
|
+
const Ke = addSubscription(ze, Ge, Xe.detached, () => ti()), ti = De.run(() => watch(() => $e.state.value[Be], (ii) => {
|
|
163
|
+
(Xe.flush === "sync" ? Ae : Ie) && Ge({
|
|
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 Ke;
|
|
170
170
|
},
|
|
171
171
|
$dispose: Ye
|
|
172
172
|
}, Qe = reactive(Ze);
|
|
173
173
|
$e._s.set(Be, Qe);
|
|
174
174
|
const ei = ($e._a && $e._a.runWithContext || fallbackRunWithContext)(() => $e._e.run(() => (De = effectScope()).run(() => _e({ action: Je }))));
|
|
175
|
-
for (const
|
|
176
|
-
const Xe = ei[
|
|
175
|
+
for (const Ge in ei) {
|
|
176
|
+
const Xe = ei[Ge];
|
|
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[Ge] : mergeReactiveObjects(Xe, He[Ge])), $e.state.value[Be][Ge] = Xe);
|
|
179
179
|
else if (typeof Xe == "function") {
|
|
180
|
-
const
|
|
181
|
-
ei[
|
|
180
|
+
const Ke = Je(Xe, Ge);
|
|
181
|
+
ei[Ge] = Ke, Le.actions[Ge] = Xe;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
return assign(Qe, ei), assign(toRaw(Qe), ei), Object.defineProperty(Qe, "$state", {
|
|
185
185
|
get: () => $e.state.value[Be],
|
|
186
|
-
set: (
|
|
186
|
+
set: (Ge) => {
|
|
187
187
|
qe((Xe) => {
|
|
188
|
-
assign(Xe,
|
|
188
|
+
assign(Xe, Ge);
|
|
189
189
|
});
|
|
190
190
|
}
|
|
191
|
-
}), $e._p.forEach((
|
|
192
|
-
assign(Qe, De.run(() =>
|
|
191
|
+
}), $e._p.forEach((Ge) => {
|
|
192
|
+
assign(Qe, De.run(() => Ge({
|
|
193
193
|
store: Qe,
|
|
194
194
|
app: $e._a,
|
|
195
195
|
pinia: $e,
|
|
@@ -229,8 +229,8 @@ function storeToRefs(Be) {
|
|
|
229
229
|
const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
230
230
|
var We, qe, Ue, Ye, Je, Ze, Qe, ni;
|
|
231
231
|
const Be = ref(), _e = ref("1"), ke = ref(), $e = ref(), Ne = (ei) => {
|
|
232
|
-
var
|
|
233
|
-
return ((
|
|
232
|
+
var Ge, Xe, Ke;
|
|
233
|
+
return ((Ke = (Xe = (Ge = ke.value) == null ? void 0 : Ge.meta) == null ? void 0 : Xe.find((ti) => (ti == null ? void 0 : ti.meta_key) === ei)) == null ? void 0 : Ke.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)",
|
|
@@ -251,10 +251,10 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
251
251
|
border_radius: (ni = Ve.value) == null ? void 0 : ni.PREVIEW_BORDER_RADIUS
|
|
252
252
|
}), Le = computed$1(() => {
|
|
253
253
|
var ei;
|
|
254
|
-
return (ei = ke.value) == null ? void 0 : ei.flats.map((
|
|
255
|
-
var
|
|
256
|
-
const Xe =
|
|
257
|
-
return { ...
|
|
254
|
+
return (ei = ke.value) == null ? void 0 : ei.flats.map((Ge) => {
|
|
255
|
+
var Ke, ti;
|
|
256
|
+
const Xe = Ge != null && Ge.use_type || !(Ge != null && Ge.type) ? ((ti = (Ke = ke.value) == null ? void 0 : Ke.types) == null ? void 0 : ti.find((ii) => ii.id === (Ge == null ? void 0 : Ge.type_id))) ?? (Ge == null ? void 0 : Ge.type) : Ge == null ? void 0 : Ge.type;
|
|
257
|
+
return { ...Ge, 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
260
|
var ei;
|
|
@@ -279,8 +279,8 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
279
279
|
return (ei = ke.value) == null ? void 0 : ei.meta;
|
|
280
280
|
},
|
|
281
281
|
() => {
|
|
282
|
-
const ei = Ne("path_color"),
|
|
283
|
-
ei && (De.path = ei.toString()),
|
|
282
|
+
const ei = Ne("path_color"), Ge = Ne("path_hover_color"), Xe = Ne("reserved_color"), Ke = Ne("sold_color"), ti = Ne("stroke_color"), ii = Ne("primary_color"), oi = Ne("stroke_width"), ri = Ne("border_radius");
|
|
283
|
+
ei && (De.path = ei.toString()), Ge && (De.path_hover = Ge.toString()), Xe && (De.reserved = Xe.toString()), Ke && (De.sold = Ke.toString()), ti && (De.stroke_color = ti.toString()), ti && (De.stroke_color = ti.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
|
), {
|
|
@@ -301,7 +301,7 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
301
301
|
setData: Fe,
|
|
302
302
|
setIrePlaginWp: He
|
|
303
303
|
};
|
|
304
|
-
}), _sfc_main$
|
|
304
|
+
}), _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
305
305
|
__name: "ShortcodeWrapper",
|
|
306
306
|
setup(Be) {
|
|
307
307
|
const _e = useGlobalStore(), { cssVariables: ke } = storeToRefs(_e);
|
|
@@ -613,7 +613,7 @@ const tr = (Be) => {
|
|
|
613
613
|
}, _hoisted_10$6 = { class: "irep-tooltip-1__floor-status-value ire-min-w-3 !ire-text-2xl" }, _hoisted_11$4 = { 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$1 = { 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 = {
|
|
@@ -631,7 +631,7 @@ const tr = (Be) => {
|
|
|
631
631
|
}, _hoisted_31$1 = {
|
|
632
632
|
key: 0,
|
|
633
633
|
class: "irep-tooltip-1__flat-price-value ire-whitespace-nowrap !ire-text-2xl"
|
|
634
|
-
}, _hoisted_32 = { key: 1 }, _hoisted_33 = { class: "irep-tooltip-1__flat-price-line-value ire-min-w-max !ire-text-sm ire-line-through ire-decoration-black/50" }, _hoisted_34 = { class: "irep-tooltip-1__flat-price-value ire-min-w-max ire-whitespace-nowrap !ire-text-2xl" }, _hoisted_35 = { class: "ire-border ire-border-solid ire-border-gray-800 ire-p-2" }, _hoisted_36 = { class: "irep-tooltip-1__flat-area ire-translate-x-3 ire-bg-white" }, _sfc_main$
|
|
634
|
+
}, _hoisted_32 = { key: 1 }, _hoisted_33 = { class: "irep-tooltip-1__flat-price-line-value ire-min-w-max !ire-text-sm ire-line-through ire-decoration-black/50" }, _hoisted_34 = { class: "irep-tooltip-1__flat-price-value ire-min-w-max ire-whitespace-nowrap !ire-text-2xl" }, _hoisted_35 = { class: "ire-border ire-border-solid ire-border-gray-800 ire-p-2" }, _hoisted_36 = { class: "irep-tooltip-1__flat-area ire-translate-x-3 ire-bg-white" }, _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
635
635
|
__name: "Tooltip_1",
|
|
636
636
|
props: {
|
|
637
637
|
hoveredData: {},
|
|
@@ -645,7 +645,7 @@ 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, ei,
|
|
648
|
+
var Ve, De, Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ei, Ge, Xe, Ke, ti, ii, oi;
|
|
649
649
|
return [
|
|
650
650
|
Be.type && Be.hoveredData && Be.type !== "tooltip" ? (openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
651
651
|
Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
|
|
@@ -660,8 +660,8 @@ const tr = (Be) => {
|
|
|
660
660
|
createElementVNode("div", _hoisted_11$4, 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$
|
|
664
|
-
createElementVNode("div", _hoisted_14$
|
|
663
|
+
createElementVNode("div", _hoisted_13$1, toDisplayString((qe = (We = Be.hoveredData) == null ? void 0 : We.counts) == null ? void 0 : qe.reserved), 1),
|
|
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, [
|
|
667
667
|
createElementVNode("div", _hoisted_16$1, toDisplayString((Ze = (Je = Be.hoveredData) == null ? void 0 : Je.counts) == null ? void 0 : Ze.sold), 1),
|
|
@@ -682,11 +682,11 @@ 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
|
-
(ei = Be.hoveredData) != null && ei.request_price ? (openBlock(), createElementBlock("div", _hoisted_29$1, toDisplayString(unref(tr)("Request Price")), 1)) : (
|
|
685
|
+
(ei = Be.hoveredData) != null && ei.request_price ? (openBlock(), createElementBlock("div", _hoisted_29$1, toDisplayString(unref(tr)("Request Price")), 1)) : (Ge = Be.hoveredData) != null && Ge.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)((Ke = Be.hoveredData) == null ? void 0 : Ke.price)) + " ", 1),
|
|
690
690
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
691
691
|
]),
|
|
692
692
|
createElementVNode("div", _hoisted_34, [
|
|
@@ -702,10 +702,7 @@ const tr = (Be) => {
|
|
|
702
702
|
], 64))
|
|
703
703
|
]),
|
|
704
704
|
createElementVNode("div", _hoisted_35, [
|
|
705
|
-
createElementVNode("div", _hoisted_36,
|
|
706
|
-
createTextVNode(toDisplayString(unref(getArea)(+((oi = (ii = Be.hoveredData) == null ? void 0 : ii.type) == null ? void 0 : oi.area_m2))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + " ", 1),
|
|
707
|
-
Ne[0] || (Ne[0] = createElementVNode("sup", { class: "ire-bg-white !ire-text-sm" }, " 2 ", -1))
|
|
708
|
-
])
|
|
705
|
+
createElementVNode("div", _hoisted_36, toDisplayString(unref(getArea)(+((oi = (ii = Be.hoveredData) == null ? void 0 : ii.type) == null ? void 0 : oi.area_m2))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + "² ", 1)
|
|
709
706
|
])
|
|
710
707
|
])) : createCommentVNode("", !0)
|
|
711
708
|
])) : createCommentVNode("", !0)
|
|
@@ -721,10 +718,10 @@ const tr = (Be) => {
|
|
|
721
718
|
}, _hoisted_2$l = { 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 = {
|
|
722
719
|
key: 0,
|
|
723
720
|
class: "irep-tooltip-2__floor-conf ire-text-2xl ire-uppercase"
|
|
724
|
-
}, _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$3 = { 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
|
|
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$3 = { 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 = {
|
|
725
722
|
key: 1,
|
|
726
723
|
class: "irep-tooltip-2__block ire-flex ire-items-center ire-gap-3 ire-p-4 !ire-text-sm"
|
|
727
|
-
}, _hoisted_14
|
|
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 = {
|
|
728
725
|
key: 2,
|
|
729
726
|
class: "irep-tooltip-2__flat ire-flex ire-w-full ire-flex-col ire-items-center ire-gap-1"
|
|
730
727
|
}, _hoisted_18 = { class: "ire-flex ire-items-center ire-gap-4 ire-p-4" }, _hoisted_19 = { class: "irep-tooltip-2__flat-number ire-max-w-28 ire-text-base ire-capitalize" }, _hoisted_20 = {
|
|
@@ -739,7 +736,7 @@ const tr = (Be) => {
|
|
|
739
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 = {
|
|
740
737
|
key: 2,
|
|
741
738
|
class: "irep-tooltip-2__flat-room-count"
|
|
742
|
-
}, _sfc_main$
|
|
739
|
+
}, _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
743
740
|
__name: "Tooltip_2",
|
|
744
741
|
props: {
|
|
745
742
|
hoveredData: {},
|
|
@@ -752,7 +749,7 @@ const tr = (Be) => {
|
|
|
752
749
|
return tr((Ve = _e.hoveredData) == null ? void 0 : Ve.conf);
|
|
753
750
|
});
|
|
754
751
|
return (Ve, De) => {
|
|
755
|
-
var Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ei,
|
|
752
|
+
var Le, Re, Ie, Ae, ze, je, Fe, He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ei, Ge, Xe, Ke, ti, ii, oi, ri, si, ai;
|
|
756
753
|
return Be.type && Be.hoveredData && Be.type !== "tooltip" ? (openBlock(), createElementBlock("div", {
|
|
757
754
|
key: 0,
|
|
758
755
|
class: normalizeClass(["ire-pointer-events-none ire-absolute ire-select-none", {
|
|
@@ -796,15 +793,15 @@ const tr = (Be) => {
|
|
|
796
793
|
createTextVNode(" " + toDisplayString(unref(tr)("reserved")), 1)
|
|
797
794
|
])
|
|
798
795
|
])
|
|
799
|
-
])) : Be.type === "block" ? (openBlock(), createElementBlock("div", _hoisted_13
|
|
800
|
-
createElementVNode("div", _hoisted_14
|
|
796
|
+
])) : Be.type === "block" ? (openBlock(), createElementBlock("div", _hoisted_13, [
|
|
797
|
+
createElementVNode("div", _hoisted_14, [
|
|
801
798
|
createElementVNode("div", _hoisted_15, toDisplayString((Ze = Be.hoveredData) == null ? void 0 : Ze.title), 1),
|
|
802
799
|
createElementVNode("span", _hoisted_16, toDisplayString(Ne.value), 1)
|
|
803
800
|
])
|
|
804
801
|
])) : Be.type === "flat" ? (openBlock(), createElementBlock("div", _hoisted_17, [
|
|
805
802
|
createElementVNode("div", _hoisted_18, [
|
|
806
803
|
createElementVNode("div", _hoisted_19, toDisplayString((Qe = Be.hoveredData) == null ? void 0 : Qe.flat_number), 1),
|
|
807
|
-
De[
|
|
804
|
+
De[3] || (De[3] = createElementVNode("span", null, "|", -1)),
|
|
808
805
|
Ne.value ? (openBlock(), createElementBlock("div", _hoisted_20, toDisplayString(Ne.value), 1)) : (openBlock(), createElementBlock("div", _hoisted_21, [
|
|
809
806
|
(ni = Be.hoveredData) != null && ni.request_price ? (openBlock(), createElementBlock("div", _hoisted_22, toDisplayString(unref(tr)("Request Price")), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
810
807
|
Be.hoveredData.offer_price ? (openBlock(), createElementBlock("div", _hoisted_23, [
|
|
@@ -813,19 +810,16 @@ const tr = (Be) => {
|
|
|
813
810
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
814
811
|
]),
|
|
815
812
|
createElementVNode("div", _hoisted_25, [
|
|
816
|
-
createTextVNode(toDisplayString(unref(getPrice)(+((
|
|
813
|
+
createTextVNode(toDisplayString(unref(getPrice)(+((Ge = Be.hoveredData) == null ? void 0 : Ge.offer_price))) + " ", 1),
|
|
817
814
|
createElementVNode("span", _hoisted_26, toDisplayString(unref(currencySymbol)()), 1)
|
|
818
815
|
])
|
|
819
816
|
])) : (Xe = Be.hoveredData) != null && Xe.price ? (openBlock(), createElementBlock("div", _hoisted_27, [
|
|
820
|
-
createTextVNode(toDisplayString(unref(getPrice)(+((
|
|
817
|
+
createTextVNode(toDisplayString(unref(getPrice)(+((Ke = Be.hoveredData) == null ? void 0 : Ke.price))) + " ", 1),
|
|
821
818
|
createElementVNode("span", _hoisted_28, toDisplayString(unref(currencySymbol)()), 1)
|
|
822
819
|
])) : createCommentVNode("", !0)
|
|
823
820
|
], 64)),
|
|
824
821
|
createElementVNode("div", _hoisted_29, [
|
|
825
|
-
createElementVNode("span", _hoisted_30,
|
|
826
|
-
createTextVNode(toDisplayString(unref(getArea)(+((ii = (ti = Be.hoveredData) == null ? void 0 : ti.type) == null ? void 0 : ii.area_m2))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + " ", 1),
|
|
827
|
-
De[3] || (De[3] = createElementVNode("sup", { class: "ire-bg-transparent ire-text-sm" }, " 2 ", -1))
|
|
828
|
-
])
|
|
822
|
+
createElementVNode("span", _hoisted_30, toDisplayString(unref(getArea)(+((ii = (ti = Be.hoveredData) == null ? void 0 : ti.type) == null ? void 0 : ii.area_m2))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + "² ", 1)
|
|
829
823
|
]),
|
|
830
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)
|
|
831
825
|
]))
|
|
@@ -844,7 +838,7 @@ const tr = (Be) => {
|
|
|
844
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 = {
|
|
845
839
|
key: 2,
|
|
846
840
|
class: "irep-tooltip-3__flat ire-flex ire-w-full ire-flex-col ire-items-center ire-gap-3"
|
|
847
|
-
}, _hoisted_10$4 = { class: "ire-flex ire-flex-col ire-items-center" }, _hoisted_11$2 = { 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$
|
|
841
|
+
}, _hoisted_10$4 = { class: "ire-flex ire-flex-col ire-items-center" }, _hoisted_11$2 = { 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({
|
|
848
842
|
__name: "Tooltip_3",
|
|
849
843
|
props: {
|
|
850
844
|
hoveredData: {},
|
|
@@ -884,7 +878,7 @@ const tr = (Be) => {
|
|
|
884
878
|
}), _hoisted_1$C = {
|
|
885
879
|
key: 0,
|
|
886
880
|
class: "py-2 ire-mb-3 ire-flex ire-h-[48px] ire-items-center ire-justify-between ire-px-4"
|
|
887
|
-
}, _sfc_main$
|
|
881
|
+
}, _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
888
882
|
__name: "PreviewLayout",
|
|
889
883
|
props: {
|
|
890
884
|
hoverdData: {},
|
|
@@ -911,23 +905,23 @@ const tr = (Be) => {
|
|
|
911
905
|
createVNode(Transition, { name: "ire-fade-in-out" }, {
|
|
912
906
|
default: withCtx(() => [
|
|
913
907
|
Ve.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
914
|
-
De.value === "1" ? (openBlock(), createBlock(_sfc_main$
|
|
908
|
+
De.value === "1" ? (openBlock(), createBlock(_sfc_main$J, {
|
|
915
909
|
key: 0,
|
|
916
910
|
"hovered-data": Be.hoverdData,
|
|
917
911
|
type: Be.type || "",
|
|
918
912
|
class: "ire-hidden lg:ire-block"
|
|
919
|
-
}, null, 8, ["hovered-data", "type"])) : De.value === "2" ? (openBlock(), createBlock(_sfc_main$
|
|
913
|
+
}, null, 8, ["hovered-data", "type"])) : De.value === "2" ? (openBlock(), createBlock(_sfc_main$I, {
|
|
920
914
|
key: 1,
|
|
921
915
|
"hovered-data": Be.hoverdData,
|
|
922
916
|
type: Be.type || "",
|
|
923
917
|
"mouse-track": !0,
|
|
924
918
|
class: "ire-hidden lg:ire-flex [&_.irep-tooltip]:group-active:!ire-scale-110"
|
|
925
|
-
}, null, 8, ["hovered-data", "type"])) : De.value === "3" ? (openBlock(), createBlock(_sfc_main$
|
|
919
|
+
}, null, 8, ["hovered-data", "type"])) : De.value === "3" ? (openBlock(), createBlock(_sfc_main$I, {
|
|
926
920
|
key: 2,
|
|
927
921
|
"hovered-data": Be.hoverdData,
|
|
928
922
|
type: Be.type || "",
|
|
929
923
|
class: "ire-hidden lg:ire-flex"
|
|
930
|
-
}, null, 8, ["hovered-data", "type"])) : De.value === "4" ? (openBlock(), createBlock(_sfc_main$
|
|
924
|
+
}, null, 8, ["hovered-data", "type"])) : De.value === "4" ? (openBlock(), createBlock(_sfc_main$H, {
|
|
931
925
|
key: 3,
|
|
932
926
|
"hovered-data": Be.hoverdData,
|
|
933
927
|
type: Be.type || "",
|
|
@@ -939,7 +933,7 @@ const tr = (Be) => {
|
|
|
939
933
|
})
|
|
940
934
|
], 512));
|
|
941
935
|
}
|
|
942
|
-
}), _hoisted_1$B = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_2$j = ["src"], _hoisted_3$i = ["innerHTML"], _sfc_main$
|
|
936
|
+
}), _hoisted_1$B = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_2$j = ["src"], _hoisted_3$i = ["innerHTML"], _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
943
937
|
__name: "ProjectPreview",
|
|
944
938
|
props: {
|
|
945
939
|
project: {},
|
|
@@ -961,13 +955,13 @@ const tr = (Be) => {
|
|
|
961
955
|
var Ue;
|
|
962
956
|
if (!Re.value) return;
|
|
963
957
|
((Ue = Re.value) == null ? void 0 : Ue.querySelectorAll("g")).forEach((Ye) => {
|
|
964
|
-
var ni, ei,
|
|
958
|
+
var ni, ei, Ge, Xe, Ke;
|
|
965
959
|
const Je = Ye == null ? void 0 : Ye.getAttribute("id"), Ze = (ei = (ni = $e.project) == null ? void 0 : ni.polygon_data) == null ? void 0 : ei.find(
|
|
966
960
|
(ti) => (ti == null ? void 0 : ti.key) === Je
|
|
967
961
|
), Qe = Ze == null ? void 0 : Ze.id;
|
|
968
962
|
switch (Ze == null ? void 0 : Ze.type) {
|
|
969
963
|
case "block":
|
|
970
|
-
const ti = (
|
|
964
|
+
const ti = (Ge = $e.blocks) == null ? void 0 : Ge.find((ri) => ri.id === Qe);
|
|
971
965
|
Ye.setAttribute("conf", (ti == null ? void 0 : ti.conf) || "");
|
|
972
966
|
break;
|
|
973
967
|
case "floor":
|
|
@@ -975,7 +969,7 @@ const tr = (Be) => {
|
|
|
975
969
|
Ye.setAttribute("conf", (ii == null ? void 0 : ii.conf) || "");
|
|
976
970
|
break;
|
|
977
971
|
case "flat":
|
|
978
|
-
const oi = (
|
|
972
|
+
const oi = (Ke = $e.flats) == null ? void 0 : Ke.find((ri) => ri.id === Qe);
|
|
979
973
|
Ye.setAttribute("conf", (oi == null ? void 0 : oi.conf) || "");
|
|
980
974
|
break;
|
|
981
975
|
}
|
|
@@ -993,36 +987,36 @@ const tr = (Be) => {
|
|
|
993
987
|
), watch(
|
|
994
988
|
() => Ie.value,
|
|
995
989
|
(qe) => {
|
|
996
|
-
var Ye, Je, Ze, Qe, ni, ei,
|
|
990
|
+
var Ye, Je, Ze, Qe, ni, ei, Ge;
|
|
997
991
|
if (!qe) return;
|
|
998
992
|
Ve.hoverdSvg = qe;
|
|
999
993
|
const Ue = qe.parentElement;
|
|
1000
994
|
if (Ue && (Ue == null ? void 0 : Ue.nodeName) === "g") {
|
|
1001
995
|
const Xe = Ue == null ? void 0 : Ue.getAttribute("id");
|
|
1002
996
|
if (!Xe || (ze.value = ((Ye = $e.project) == null ? void 0 : Ye.polygon_data.find((ti) => (ti == null ? void 0 : ti.key) === Xe)) || null, !ze.value)) return;
|
|
1003
|
-
const
|
|
997
|
+
const Ke = (Je = ze.value) == null ? void 0 : Je.id;
|
|
1004
998
|
switch ((Ze = ze.value) == null ? void 0 : Ze.type) {
|
|
1005
999
|
case "floor":
|
|
1006
1000
|
const ti = (Qe = $e.floors) == null ? void 0 : Qe.find(
|
|
1007
|
-
(si) => si.id ===
|
|
1001
|
+
(si) => si.id === Ke
|
|
1008
1002
|
);
|
|
1009
1003
|
Ae.value = ti;
|
|
1010
1004
|
break;
|
|
1011
1005
|
case "block":
|
|
1012
1006
|
const ii = (ni = $e.blocks) == null ? void 0 : ni.find(
|
|
1013
|
-
(si) => (si == null ? void 0 : si.id) ===
|
|
1007
|
+
(si) => (si == null ? void 0 : si.id) === Ke
|
|
1014
1008
|
);
|
|
1015
1009
|
Ae.value = ii;
|
|
1016
1010
|
break;
|
|
1017
1011
|
case "flat":
|
|
1018
1012
|
const oi = (ei = $e.flats) == null ? void 0 : ei.find(
|
|
1019
|
-
(si) => (si == null ? void 0 : si.id) ===
|
|
1013
|
+
(si) => (si == null ? void 0 : si.id) === Ke
|
|
1020
1014
|
);
|
|
1021
1015
|
Ae.value = oi;
|
|
1022
1016
|
break;
|
|
1023
1017
|
case "tooltip":
|
|
1024
|
-
const ri = (
|
|
1025
|
-
(si) => (si == null ? void 0 : si.id) ===
|
|
1018
|
+
const ri = (Ge = $e.actions) == null ? void 0 : Ge.find(
|
|
1019
|
+
(si) => (si == null ? void 0 : si.id) === Ke
|
|
1026
1020
|
);
|
|
1027
1021
|
Ae.value = ri;
|
|
1028
1022
|
break;
|
|
@@ -1039,7 +1033,7 @@ const tr = (Be) => {
|
|
|
1039
1033
|
document.removeEventListener("mousemove", Fe);
|
|
1040
1034
|
}), (qe, Ue) => {
|
|
1041
1035
|
var Ye;
|
|
1042
|
-
return openBlock(), createBlock(_sfc_main$
|
|
1036
|
+
return openBlock(), createBlock(_sfc_main$G, {
|
|
1043
1037
|
hoverdData: Ae.value,
|
|
1044
1038
|
type: (Ye = ze.value) == null ? void 0 : Ye.type
|
|
1045
1039
|
}, {
|
|
@@ -1070,7 +1064,7 @@ const tr = (Be) => {
|
|
|
1070
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$i = {
|
|
1071
1065
|
key: 0,
|
|
1072
1066
|
class: "label"
|
|
1073
|
-
}, _hoisted_3$h = { class: "ire-relative" }, _hoisted_4$c = ["value", "disabled"], _sfc_main$
|
|
1067
|
+
}, _hoisted_3$h = { class: "ire-relative" }, _hoisted_4$c = ["value", "disabled"], _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
1074
1068
|
__name: "PreviewSelect",
|
|
1075
1069
|
props: /* @__PURE__ */ mergeModels({
|
|
1076
1070
|
data: {},
|
|
@@ -1110,7 +1104,7 @@ const tr = (Be) => {
|
|
|
1110
1104
|
for (const [$e, Ne] of _e)
|
|
1111
1105
|
ke[$e] = Ne;
|
|
1112
1106
|
return ke;
|
|
1113
|
-
}, _sfc_main$
|
|
1107
|
+
}, _sfc_main$D = {}, _hoisted_1$z = {
|
|
1114
1108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1115
1109
|
width: "32",
|
|
1116
1110
|
height: "32",
|
|
@@ -1125,7 +1119,7 @@ function _sfc_render$g(Be, _e) {
|
|
|
1125
1119
|
}, null, -1)
|
|
1126
1120
|
])]);
|
|
1127
1121
|
}
|
|
1128
|
-
const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
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-2 ire-shadow-sm ire-transition-all hover:ire-bg-black lg:ire-px-5 lg:ire-py-2" }, _hoisted_2$h = { class: "back-button-text !ire-text-sm ire-text-black group-hover/button:!ire-text-white lg:!ire-text-balance" }, _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
1129
1123
|
__name: "BackButton",
|
|
1130
1124
|
setup(Be) {
|
|
1131
1125
|
return (_e, ke) => (openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
@@ -1133,7 +1127,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1133
1127
|
createElementVNode("div", _hoisted_2$h, toDisplayString(unref(tr)("back")), 1)
|
|
1134
1128
|
]));
|
|
1135
1129
|
}
|
|
1136
|
-
}), _hoisted_1$x = { class: "ire-w-fit ire-bg-white" }, _hoisted_2$g = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_3$g = ["src"], _hoisted_4$b = ["innerHTML"], _sfc_main$
|
|
1130
|
+
}), _hoisted_1$x = { class: "ire-w-fit ire-bg-white" }, _hoisted_2$g = { 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({
|
|
1137
1131
|
__name: "FloorPreview",
|
|
1138
1132
|
props: {
|
|
1139
1133
|
flats: {},
|
|
@@ -1160,9 +1154,9 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1160
1154
|
).map((Ze) => {
|
|
1161
1155
|
var ni, ei;
|
|
1162
1156
|
const Qe = (ni = $e.blocks) == null ? void 0 : ni.find(
|
|
1163
|
-
(
|
|
1157
|
+
(Ge) => {
|
|
1164
1158
|
var Xe;
|
|
1165
|
-
return (
|
|
1159
|
+
return (Ge == null ? void 0 : Ge.id) === ((Xe = Ze == null ? void 0 : Ze.block_id) == null ? void 0 : Xe.toString());
|
|
1166
1160
|
}
|
|
1167
1161
|
);
|
|
1168
1162
|
return {
|
|
@@ -1173,14 +1167,14 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1173
1167
|
const Qe = Ze.target;
|
|
1174
1168
|
Qe && (Ie.value = Qe);
|
|
1175
1169
|
}, Ue = (Ze) => {
|
|
1176
|
-
var ni, ei,
|
|
1170
|
+
var ni, ei, Ge;
|
|
1177
1171
|
const Qe = Ze.target;
|
|
1178
|
-
(Qe == null ? void 0 : Qe.nodeName) === "path" && (ze.value && "conf" in ze.value && (((ni = ze.value) == null ? void 0 : ni.conf) === "reserved" && !De.value || ((ei = ze.value) == null ? void 0 : ei.conf) === "sold" && !Le.value) || ke("changeComponent", ((
|
|
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 || ((ei = ze.value) == null ? void 0 : ei.conf) === "sold" && !Le.value) || ke("changeComponent", ((Ge = Ae.value) == null ? void 0 : Ge.type) || "", ze.value));
|
|
1179
1173
|
}, Ye = () => {
|
|
1180
1174
|
var Ze;
|
|
1181
1175
|
Re.value && ((Ze = Re.value) == null ? void 0 : Ze.querySelectorAll("g")).forEach((ni) => {
|
|
1182
|
-
var Xe,
|
|
1183
|
-
const ei = ni == null ? void 0 : ni.getAttribute("id"),
|
|
1176
|
+
var Xe, Ke, ti, ii, oi, ri;
|
|
1177
|
+
const ei = ni == null ? void 0 : ni.getAttribute("id"), Ge = (Ke = (Xe = $e.floor) == null ? void 0 : Xe.polygon_data) == null ? void 0 : Ke.find(
|
|
1184
1178
|
(si) => (si == null ? void 0 : si.key) === ei
|
|
1185
1179
|
);
|
|
1186
1180
|
if ($e.flats)
|
|
@@ -1188,7 +1182,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1188
1182
|
ni.setAttribute("conf", ((ii = $e.floor) == null ? void 0 : ii.conf) || "");
|
|
1189
1183
|
else {
|
|
1190
1184
|
const si = (oi = $e.flats) == null ? void 0 : oi.find(
|
|
1191
|
-
(ai) => (ai == null ? void 0 : ai.id) === (
|
|
1185
|
+
(ai) => (ai == null ? void 0 : ai.id) === (Ge == null ? void 0 : Ge.id)
|
|
1192
1186
|
);
|
|
1193
1187
|
ni == null || ni.setAttribute("conf", ((ri = si == null ? void 0 : si.conf) == null ? void 0 : ri.toString()) || "");
|
|
1194
1188
|
}
|
|
@@ -1200,14 +1194,14 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1200
1194
|
return watch(
|
|
1201
1195
|
() => Ie.value,
|
|
1202
1196
|
(Ze) => {
|
|
1203
|
-
var ni, ei,
|
|
1197
|
+
var ni, ei, Ge, Xe, Ke, ti, ii;
|
|
1204
1198
|
if (!Ze) return;
|
|
1205
1199
|
Ve.hoverdSvg = Ze;
|
|
1206
1200
|
const Qe = Ze == null ? void 0 : Ze.parentElement;
|
|
1207
1201
|
if (Qe && (Qe == null ? void 0 : Qe.nodeName) === "g") {
|
|
1208
1202
|
const oi = Qe.getAttribute("id");
|
|
1209
1203
|
if (!oi || (Ae.value = ((ei = (ni = $e.floor) == null ? void 0 : ni.polygon_data) == null ? void 0 : ei.find((ri) => (ri == null ? void 0 : ri.key) === oi)) || null, !Ae.value)) return;
|
|
1210
|
-
if (((
|
|
1204
|
+
if (((Ge = Ae.value) == null ? void 0 : Ge.type) === "flat") {
|
|
1211
1205
|
const ri = (Xe = $e.flats) == null ? void 0 : Xe.find(
|
|
1212
1206
|
(ai) => {
|
|
1213
1207
|
var li;
|
|
@@ -1215,7 +1209,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1215
1209
|
}
|
|
1216
1210
|
), si = ri ? {
|
|
1217
1211
|
...ri,
|
|
1218
|
-
conf: ri.conf || ((
|
|
1212
|
+
conf: ri.conf || ((Ke = $e.floor) == null ? void 0 : Ke.conf) || ""
|
|
1219
1213
|
} : null;
|
|
1220
1214
|
ze.value = si;
|
|
1221
1215
|
} else if (((ti = Ae.value) == null ? void 0 : ti.type) === "tooltip") {
|
|
@@ -1251,27 +1245,27 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1251
1245
|
var Ze, Qe, ni;
|
|
1252
1246
|
Fe.value = (Ze = $e.blocks) == null ? void 0 : Ze.find(
|
|
1253
1247
|
(ei) => {
|
|
1254
|
-
var
|
|
1255
|
-
return (ei == null ? void 0 : ei.id) === ((Xe = (
|
|
1248
|
+
var Ge, Xe;
|
|
1249
|
+
return (ei == null ? void 0 : ei.id) === ((Xe = (Ge = $e.floor) == null ? void 0 : Ge.block_id) == null ? void 0 : Xe.toString());
|
|
1256
1250
|
}
|
|
1257
1251
|
), je.value = (ni = (Qe = We.value) == null ? void 0 : Qe.find(
|
|
1258
1252
|
(ei) => {
|
|
1259
|
-
var
|
|
1260
|
-
return (ei == null ? void 0 : ei.value) == ((
|
|
1253
|
+
var Ge;
|
|
1254
|
+
return (ei == null ? void 0 : ei.value) == ((Ge = $e.floor) == null ? void 0 : Ge.id);
|
|
1261
1255
|
}
|
|
1262
1256
|
)) == null ? void 0 : ni.value, Ye(), document.addEventListener("mousemove", qe);
|
|
1263
1257
|
}), onUnmounted(() => {
|
|
1264
1258
|
document.removeEventListener("mousemove", qe);
|
|
1265
1259
|
}), (Ze, Qe) => {
|
|
1266
1260
|
var ni;
|
|
1267
|
-
return openBlock(), createBlock(_sfc_main$
|
|
1261
|
+
return openBlock(), createBlock(_sfc_main$G, {
|
|
1268
1262
|
hoverdData: ze.value,
|
|
1269
1263
|
type: (ni = Ae.value) == null ? void 0 : ni.type
|
|
1270
1264
|
}, {
|
|
1271
1265
|
header: withCtx(() => [
|
|
1272
|
-
createVNode(_sfc_main$
|
|
1266
|
+
createVNode(_sfc_main$C, { onClick: Je }),
|
|
1273
1267
|
createElementVNode("div", _hoisted_1$x, [
|
|
1274
|
-
createVNode(_sfc_main$
|
|
1268
|
+
createVNode(_sfc_main$E, {
|
|
1275
1269
|
modelValue: je.value,
|
|
1276
1270
|
"onUpdate:modelValue": Qe[0] || (Qe[0] = (ei) => je.value = ei),
|
|
1277
1271
|
data: We.value
|
|
@@ -1279,11 +1273,11 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1279
1273
|
])
|
|
1280
1274
|
]),
|
|
1281
1275
|
default: withCtx(() => {
|
|
1282
|
-
var ei,
|
|
1276
|
+
var ei, Ge, Xe;
|
|
1283
1277
|
return [
|
|
1284
1278
|
createElementVNode("div", _hoisted_2$g, [
|
|
1285
1279
|
createElementVNode("img", {
|
|
1286
|
-
src: ((Xe = (
|
|
1280
|
+
src: ((Xe = (Ge = (ei = Be.floor) == null ? void 0 : ei.floor_image) == null ? void 0 : Ge[0]) == null ? void 0 : Xe.url) || "",
|
|
1287
1281
|
alt: "",
|
|
1288
1282
|
class: "ire-left-0 ire-top-0 ire-h-full ire-w-full"
|
|
1289
1283
|
}, null, 8, _hoisted_3$g),
|
|
@@ -1305,7 +1299,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1305
1299
|
}), _hoisted_1$w = {
|
|
1306
1300
|
key: 0,
|
|
1307
1301
|
class: "ire-flex ire-h-fit ire-w-fit ire-flex-col ire-items-center"
|
|
1308
|
-
}, _hoisted_2$f = { 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$
|
|
1302
|
+
}, _hoisted_2$f = { 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({
|
|
1309
1303
|
__name: "FlatPreviewKeyValue",
|
|
1310
1304
|
props: {
|
|
1311
1305
|
keyName: {},
|
|
@@ -1321,7 +1315,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1321
1315
|
createElementVNode("div", _hoisted_3$f, toDisplayString(Be.keyName), 1)
|
|
1322
1316
|
])) : createCommentVNode("", !0);
|
|
1323
1317
|
}
|
|
1324
|
-
}), _hoisted_1$v = ["type", "disable"], _sfc_main$
|
|
1318
|
+
}), _hoisted_1$v = ["type", "disable"], _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
1325
1319
|
__name: "Button",
|
|
1326
1320
|
props: {
|
|
1327
1321
|
title: {},
|
|
@@ -1341,14 +1335,14 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1341
1335
|
}, [
|
|
1342
1336
|
renderSlot(_e.$slots, "icon"),
|
|
1343
1337
|
createElementVNode("div", {
|
|
1344
|
-
class: normalizeClass(["flat-preview-button-text ire-w-full ire-text-center ire-text-base ire-transition-all group-hover:ire-text-white", {
|
|
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", {
|
|
1345
1339
|
"ire-text-white": Be.active,
|
|
1346
1340
|
"ire-text-black": !Be.active
|
|
1347
1341
|
}])
|
|
1348
1342
|
}, toDisplayString(unref(tr)(Be.title)), 3)
|
|
1349
1343
|
], 10, _hoisted_1$v));
|
|
1350
1344
|
}
|
|
1351
|
-
}), _sfc_main$
|
|
1345
|
+
}), _sfc_main$y = {}, _hoisted_1$u = {
|
|
1352
1346
|
width: "24",
|
|
1353
1347
|
height: "24",
|
|
1354
1348
|
viewBox: "0 0 24 24",
|
|
@@ -1360,7 +1354,7 @@ function _sfc_render$f(Be, _e) {
|
|
|
1360
1354
|
createStaticVNode('<path d="M5.25 20.25H4.5C4.30109 20.25 4.11032 20.171 3.96967 20.0303C3.82902 19.8897 3.75 19.6989 3.75 19.5V18.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.5 8.25H8.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.5 20.25H9" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.75 15.75V13.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.75 15V13.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.25 20.25H15C15.1989 20.25 15.3897 20.171 15.5303 20.0303C15.671 19.8897 15.75 19.6989 15.75 19.5V18.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.25 8.25H15C15.1989 8.25 15.3897 8.32902 15.5303 8.46967C15.671 8.61032 15.75 8.80109 15.75 9V9.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.25 8.25H4.5C4.30109 8.25 4.11032 8.32902 3.96967 8.46967C3.82902 8.61032 3.75 8.80109 3.75 9V9.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.75 15.75H19.5C19.6989 15.75 19.8897 15.671 20.0303 15.5303C20.171 15.3897 20.25 15.1989 20.25 15V4.5C20.25 4.30109 20.171 4.11032 20.0303 3.96967C19.8897 3.82902 19.6989 3.75 19.5 3.75H9C8.80109 3.75 8.61032 3.82902 8.46967 3.96967C8.32902 4.11032 8.25 4.30109 8.25 4.5V8.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path>', 9)
|
|
1361
1355
|
])]);
|
|
1362
1356
|
}
|
|
1363
|
-
const FlatIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1357
|
+
const FlatIcon = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$f]]), _sfc_main$x = {}, _hoisted_1$t = {
|
|
1364
1358
|
width: "16",
|
|
1365
1359
|
height: "16",
|
|
1366
1360
|
viewBox: "0 0 20 20",
|
|
@@ -1387,7 +1381,7 @@ function _sfc_render$e(Be, _e) {
|
|
|
1387
1381
|
}, null, -1)
|
|
1388
1382
|
])]);
|
|
1389
1383
|
}
|
|
1390
|
-
const ClipBoard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1384
|
+
const ClipBoard = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$e]]), _sfc_main$w = {}, _hoisted_1$s = {
|
|
1391
1385
|
width: "16",
|
|
1392
1386
|
height: "16",
|
|
1393
1387
|
viewBox: "0 0 21 21",
|
|
@@ -1405,7 +1399,7 @@ function _sfc_render$d(Be, _e) {
|
|
|
1405
1399
|
}, null, -1)
|
|
1406
1400
|
])]);
|
|
1407
1401
|
}
|
|
1408
|
-
const Correct = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1402
|
+
const Correct = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$d]]), _sfc_main$v = {}, _hoisted_1$r = {
|
|
1409
1403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
1404
|
width: "40px",
|
|
1411
1405
|
height: "40px",
|
|
@@ -1424,7 +1418,7 @@ function _sfc_render$c(Be, _e) {
|
|
|
1424
1418
|
}, null, -1)
|
|
1425
1419
|
])]);
|
|
1426
1420
|
}
|
|
1427
|
-
const Cube3d = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1421
|
+
const Cube3d = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$c]]), t = (Be, _e = 1e4) => (Be = parseFloat(Be + "") || 0, Math.round((Be + Number.EPSILON) * _e) / _e), e = function(Be) {
|
|
1428
1422
|
if (!(Be && Be instanceof Element && Be.offsetParent)) return !1;
|
|
1429
1423
|
const _e = Be.scrollHeight > Be.clientHeight, ke = window.getComputedStyle(Be).overflowY, $e = ke.indexOf("hidden") !== -1, Ne = ke.indexOf("visible") !== -1;
|
|
1430
1424
|
return _e && !$e && !Ne;
|
|
@@ -1941,13 +1935,13 @@ class I extends g {
|
|
|
1941
1935
|
const Qe = Ze.getAttribute("style") || "";
|
|
1942
1936
|
Ze.style.setProperty("transform", "none", "important"), De && (Ze.style.width = "", Ze.style.height = ""), Ze.offsetHeight;
|
|
1943
1937
|
const ni = Ve.getBoundingClientRect();
|
|
1944
|
-
let ei = ni.width * $e,
|
|
1945
|
-
ei = Math.min(ei, qe),
|
|
1938
|
+
let ei = ni.width * $e, Ge = ni.height * $e, Xe = ei, Ke = Ge;
|
|
1939
|
+
ei = Math.min(ei, qe), Ge = Math.min(Ge, Ue), De ? { width: ei, height: Ge } = ((oi, ri, si, ai) => {
|
|
1946
1940
|
const li = si / oi, ci = ai / ri, di = Math.min(li, ci);
|
|
1947
1941
|
return { width: oi *= di, height: ri *= di };
|
|
1948
|
-
})(qe, Ue, ei,
|
|
1949
|
-
let ti = 0.5 * (
|
|
1950
|
-
this.contentRect = Object.assign(Object.assign({}, this.contentRect), { top: ni.top - Le.top + ti, bottom: Le.bottom - ni.bottom + ti, left: ni.left - Le.left + ii, right: Le.right - ni.right + ii, fitWidth: ei, fitHeight:
|
|
1942
|
+
})(qe, Ue, ei, Ge) : (ei = Math.min(ei, qe), Ge = Math.min(Ge, Ue));
|
|
1943
|
+
let ti = 0.5 * (Ke - Ge), ii = 0.5 * (Xe - ei);
|
|
1944
|
+
this.contentRect = Object.assign(Object.assign({}, this.contentRect), { top: ni.top - Le.top + ti, bottom: Le.bottom - ni.bottom + ti, left: ni.left - Le.left + ii, right: Le.right - ni.right + ii, fitWidth: ei, fitHeight: Ge, width: ei, height: Ge, fullWidth: qe, fullHeight: Ue }), Ze.style.cssText = Qe, De && (Ze.style.width = `${ei}px`, Ze.style.height = `${Ge}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();
|
|
1951
1945
|
}
|
|
1952
1946
|
calculateBounds() {
|
|
1953
1947
|
const { contentWidth: _e, contentHeight: ke } = this.calculateContentDim(this.target), { targetScale: $e, lockedAxis: Ne } = this, { fitWidth: Ve, fitHeight: De } = this.contentRect;
|
|
@@ -4374,7 +4368,7 @@ class Oe extends g {
|
|
|
4374
4368
|
}
|
|
4375
4369
|
}
|
|
4376
4370
|
Object.defineProperty(Oe, "version", { enumerable: !0, configurable: !0, writable: !0, value: "5.0.36" }), Object.defineProperty(Oe, "defaults", { enumerable: !0, configurable: !0, writable: !0, value: at }), Object.defineProperty(Oe, "Plugins", { enumerable: !0, configurable: !0, writable: !0, value: te }), Object.defineProperty(Oe, "openers", { enumerable: !0, configurable: !0, writable: !0, value: /* @__PURE__ */ new Map() });
|
|
4377
|
-
const _sfc_main$
|
|
4371
|
+
const _sfc_main$u = {
|
|
4378
4372
|
props: {
|
|
4379
4373
|
options: Object
|
|
4380
4374
|
},
|
|
@@ -4399,7 +4393,7 @@ function _sfc_render$b(Be, _e, ke, $e, Ne, Ve) {
|
|
|
4399
4393
|
renderSlot(Be.$slots, "default")
|
|
4400
4394
|
], 512);
|
|
4401
4395
|
}
|
|
4402
|
-
const FancyBoxComp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4396
|
+
const FancyBoxComp = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$b]]), paramsList = [
|
|
4403
4397
|
"eventsPrefix",
|
|
4404
4398
|
"injectStyles",
|
|
4405
4399
|
"injectStylesUrls",
|
|
@@ -4567,15 +4561,15 @@ function updateSwiper(Be) {
|
|
|
4567
4561
|
} = _e;
|
|
4568
4562
|
let qe, Ue, Ye, Je, Ze, Qe, ni, ei;
|
|
4569
4563
|
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);
|
|
4570
|
-
const
|
|
4564
|
+
const Ge = (Xe) => {
|
|
4571
4565
|
_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));
|
|
4572
4566
|
};
|
|
4573
4567
|
Ne.includes("loop") && _e.isElement && (Ae.loop && !$e.loop ? Qe = !0 : !Ae.loop && $e.loop ? ni = !0 : ei = !0), Ie.forEach((Xe) => {
|
|
4574
4568
|
if (isObject(Ae[Xe]) && isObject($e[Xe]))
|
|
4575
|
-
Object.assign(Ae[Xe], $e[Xe]), (Xe === "navigation" || Xe === "pagination" || Xe === "scrollbar") && "enabled" in $e[Xe] && !$e[Xe].enabled &&
|
|
4569
|
+
Object.assign(Ae[Xe], $e[Xe]), (Xe === "navigation" || Xe === "pagination" || Xe === "scrollbar") && "enabled" in $e[Xe] && !$e[Xe].enabled && Ge(Xe);
|
|
4576
4570
|
else {
|
|
4577
|
-
const
|
|
4578
|
-
(
|
|
4571
|
+
const Ke = $e[Xe];
|
|
4572
|
+
(Ke === !0 || Ke === !1) && (Xe === "navigation" || Xe === "pagination" || Xe === "scrollbar") ? Ke === !1 && Ge(Xe) : Ae[Xe] = $e[Xe];
|
|
4579
4573
|
}
|
|
4580
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 && (ei = !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 || ei) && _e.loopDestroy(), (ni || ei) && _e.loopCreate(), _e.update();
|
|
4581
4575
|
}
|
|
@@ -5166,13 +5160,13 @@ const Swiper = {
|
|
|
5166
5160
|
const Qe = () => {
|
|
5167
5161
|
getChildren(ke, Fe, He), Re.value = !0;
|
|
5168
5162
|
};
|
|
5169
|
-
Je.onAny = function(
|
|
5170
|
-
for (var Xe = arguments.length,
|
|
5171
|
-
|
|
5172
|
-
$e(
|
|
5163
|
+
Je.onAny = function(Ge) {
|
|
5164
|
+
for (var Xe = arguments.length, Ke = new Array(Xe > 1 ? Xe - 1 : 0), ti = 1; ti < Xe; ti++)
|
|
5165
|
+
Ke[ti - 1] = arguments[ti];
|
|
5166
|
+
$e(Ge, ...Ke);
|
|
5173
5167
|
}, Object.assign(Je.on, {
|
|
5174
5168
|
_beforeBreakpoint: Qe,
|
|
5175
|
-
_containerClasses(
|
|
5169
|
+
_containerClasses(Ge, Xe) {
|
|
5176
5170
|
De.value = Xe;
|
|
5177
5171
|
}
|
|
5178
5172
|
});
|
|
@@ -5181,7 +5175,7 @@ const Swiper = {
|
|
|
5181
5175
|
};
|
|
5182
5176
|
if (delete ni.wrapperClass, ze.value = new Swiper$1(ni), ze.value.virtual && ze.value.params.virtual.enabled) {
|
|
5183
5177
|
ze.value.virtual.slides = Fe.value;
|
|
5184
|
-
const
|
|
5178
|
+
const Ge = {
|
|
5185
5179
|
cache: !1,
|
|
5186
5180
|
slides: Fe.value,
|
|
5187
5181
|
renderExternal: (Xe) => {
|
|
@@ -5189,17 +5183,17 @@ const Swiper = {
|
|
|
5189
5183
|
},
|
|
5190
5184
|
renderExternalUpdate: !1
|
|
5191
5185
|
};
|
|
5192
|
-
extend(ze.value.params.virtual,
|
|
5186
|
+
extend(ze.value.params.virtual, Ge), extend(ze.value.originalParams.virtual, Ge);
|
|
5193
5187
|
}
|
|
5194
5188
|
onUpdated(() => {
|
|
5195
5189
|
!Ie.value && ze.value && (ze.value.emitSlidesClasses(), Ie.value = !0);
|
|
5196
5190
|
const {
|
|
5197
|
-
passedParams:
|
|
5198
|
-
} = getParams(Be), Xe = getChangedParams(
|
|
5199
|
-
je.value =
|
|
5191
|
+
passedParams: Ge
|
|
5192
|
+
} = getParams(Be), Xe = getChangedParams(Ge, je.value, Fe.value, He.value, (Ke) => Ke.props && Ke.props.key);
|
|
5193
|
+
je.value = Ge, (Xe.length || Re.value) && ze.value && !ze.value.destroyed && updateSwiper({
|
|
5200
5194
|
swiper: ze.value,
|
|
5201
5195
|
slides: Fe.value,
|
|
5202
|
-
passedParams:
|
|
5196
|
+
passedParams: Ge,
|
|
5203
5197
|
changedParams: Xe,
|
|
5204
5198
|
nextEl: We.value,
|
|
5205
5199
|
prevEl: qe.value,
|
|
@@ -5222,14 +5216,14 @@ const Swiper = {
|
|
|
5222
5216
|
}), onBeforeUnmount(() => {
|
|
5223
5217
|
ze.value && !ze.value.destroyed && ze.value.destroy(!0, !1);
|
|
5224
5218
|
});
|
|
5225
|
-
function ei(
|
|
5226
|
-
return Je.virtual ? renderVirtual(ze,
|
|
5227
|
-
Xe.props || (Xe.props = {}), Xe.props.swiperRef = ze, Xe.props.swiperSlideIndex =
|
|
5228
|
-
}),
|
|
5219
|
+
function ei(Ge) {
|
|
5220
|
+
return Je.virtual ? renderVirtual(ze, Ge, Le.value) : (Ge.forEach((Xe, Ke) => {
|
|
5221
|
+
Xe.props || (Xe.props = {}), Xe.props.swiperRef = ze, Xe.props.swiperSlideIndex = Ke;
|
|
5222
|
+
}), Ge);
|
|
5229
5223
|
}
|
|
5230
5224
|
return () => {
|
|
5231
5225
|
const {
|
|
5232
|
-
slides:
|
|
5226
|
+
slides: Ge,
|
|
5233
5227
|
slots: Xe
|
|
5234
5228
|
} = getChildren(ke, Fe, He);
|
|
5235
5229
|
return h$1(Ne, {
|
|
@@ -5237,7 +5231,7 @@ const Swiper = {
|
|
|
5237
5231
|
class: uniqueClasses(De.value)
|
|
5238
5232
|
}, [Xe["container-start"], h$1(Ve, {
|
|
5239
5233
|
class: wrapperClass(Je.wrapperClass)
|
|
5240
|
-
}, [Xe["wrapper-start"], ei(
|
|
5234
|
+
}, [Xe["wrapper-start"], ei(Ge), Xe["wrapper-end"]]), needsNavigation(Be) && [h$1("div", {
|
|
5241
5235
|
ref: qe,
|
|
5242
5236
|
class: "swiper-button-prev"
|
|
5243
5237
|
}), h$1("div", {
|
|
@@ -5457,7 +5451,7 @@ function Navigation(Be) {
|
|
|
5457
5451
|
destroy: ze
|
|
5458
5452
|
});
|
|
5459
5453
|
}
|
|
5460
|
-
const _sfc_main$
|
|
5454
|
+
const _sfc_main$t = {}, _hoisted_1$p = {
|
|
5461
5455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5462
5456
|
viewBox: "0 0 256 256"
|
|
5463
5457
|
};
|
|
@@ -5466,8 +5460,22 @@ function _sfc_render$a(Be, _e) {
|
|
|
5466
5460
|
createStaticVNode('<g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><rect class="cls-1" width="256" height="256" rx="128"></rect><path class="cls-2" d="M138.26,42.2C116.44,52.3,113,54,112.25,55.27s-.8,3.9-.8,69.36c0,60.7-.08,68.19-.62,68.65-1,.8-7.54-.62-8.38-1.84-.55-.75-.63-8.63-.63-58.81,0-52.1-.08-58-.67-58.93a4.29,4.29,0,0,0-4.56-1.51c-3.06.92-29,13.53-29.87,14.54l-.92,1v41c0,40.59,0,41-.84,41.47a1.67,1.67,0,0,1-1.59,0c-1.21-.63-7.62-7.5-11.06-11.81s-4.27-4.82-6.53-4.19c-.71.21-4.9,3.14-9.3,6.53s-8.34,6.08-8.71,6c-2.31-.21-3.44.67-3.44,2.68,0,1.68.38,2.27,1.68,2.73a2.76,2.76,0,0,0,3.81-2.06c.46-1.42,1.42-2.34,8.25-7.53a96.6,96.6,0,0,1,8.42-6.08c.92-.25,1.13,0,4.15,3.81,3.93,5,11.18,12.23,12.56,12.49a4.82,4.82,0,0,0,2.39-.3c2.68-1.13,2.51,1.93,2.72-43.35l.21-41.3L83,81.16c7.92-3.77,14.66-6.83,15-6.83a2.05,2.05,0,0,1,1.13.67c.58.59.67,6.49.67,58.6,0,41.59.12,58.26.46,59,.58,1.34,1.46,1.76,5.78,2.81,3.93,1,5.36.84,6.78-.67l1-1.09.12-68.36c.09-64.42.13-68.44.84-69,.55-.5,25.93-12.6,28.48-13.61a1.67,1.67,0,0,1,1.34.5c.84.76.84,1.76.84,75.06,0,82-.21,75.77,2.6,76.74,1.3.46,4.19,0,5.82-.84,2.14-1.13,2,.42,2-47.16,0-24.38.17-44.53.34-44.78.38-.54,28-9.8,29.28-9.8a1.83,1.83,0,0,1,1.38.8c.29.54.42,13.52.42,39.12v38.28l1,1.09a4,4,0,0,0,4.61.92c1.55-.63,7.25-6.53,11.69-12.06,1.8-2.22,3.52-4.07,3.85-4.07,1,0,17.34,12.61,17.34,13.41,0,2.39,3.56,3.6,5.11,1.71a2.85,2.85,0,0,0-2.43-4.77c-1.46,0-2.39-.5-9.8-6.12-4.52-3.39-8.71-6.32-9.34-6.49-1.84-.46-3.43.63-6.41,4.36-4.1,5.19-8.46,9.88-10.34,11.18L191,170.83l-.79-1c-.76-.92-.8-2.39-.8-39.29V92.26L188.15,91a3.78,3.78,0,0,0-2.39-1.21c-1.09,0-26.47,8.12-29.61,9.5-3,1.3-2.81-1.8-2.81,47.42s.21,45.36-2.76,45.95c-1.14.21-1.68.08-2.18-.42-.67-.63-.71-6.37-.8-74.93-.08-58.77-.21-74.44-.63-75.23A5.74,5.74,0,0,0,143.41,40C143.25,40,140.9,41,138.26,42.2Z"></path><path class="cls-2" d="M127.62,71.48a3,3,0,0,0,.17,3.9c.84.75.84,1.29.84,59.35s0,58.64-.84,59.68c-1.72,2.22-.59,4.74,2.09,4.74s3.82-2.52,2.1-4.74c-.84-1-.84-1.67-.84-59.56s0-58.51.84-59.56a4,4,0,0,0,.84-2.05C132.82,70.81,129,69.51,127.62,71.48Z"></path><path class="cls-2" d="M83,99.75c-2.13.8-2.85,3.52-1.25,5,.83.75.83,1.29.83,40.5s0,39.71-.83,40.54a3.38,3.38,0,0,0-.84,2.1,2.8,2.8,0,0,0,5,1.84c1.09-1.42,1.13-2.68,0-3.85-.83-.88-.83-1.47-.83-40.55s0-39.62.83-40.67a4,4,0,0,0,.84-2C86.74,100.84,84.56,99.17,83,99.75Z"></path><path class="cls-2" d="M169.13,121.16a3.21,3.21,0,0,0,.13,4.14c.83.72.83,1.26.83,26.94s0,26.22-.83,26.93c-1.6,1.38-.8,4.81,1.17,4.94,2.34.17,3.27-.38,3.64-2.22a2.61,2.61,0,0,0-.58-2.47c-.88-1.17-.88-1.42-.88-27.23,0-25.38,0-26,.84-27,1-1.39,1-2.27,0-3.65A2.9,2.9,0,0,0,169.13,121.16Z"></path></g></g>', 1)
|
|
5467
5461
|
])]);
|
|
5468
5462
|
}
|
|
5469
|
-
const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5470
|
-
|
|
5463
|
+
const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]]), _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
5464
|
+
__name: "Badge",
|
|
5465
|
+
props: {
|
|
5466
|
+
title: {},
|
|
5467
|
+
badgeStyle: {}
|
|
5468
|
+
},
|
|
5469
|
+
setup(Be) {
|
|
5470
|
+
return (_e, ke) => (openBlock(), createElementBlock("span", {
|
|
5471
|
+
class: normalizeClass(["inset-ring ire-inline-flex ire-items-center ire-rounded-md ire-px-2 ire-py-1 ire-text-xs ire-font-medium ire-uppercase", {
|
|
5472
|
+
"inset-ring-yellow-400/20 ire-bg-yellow-400/10 ire-text-yellow-500": Be.badgeStyle === "warning",
|
|
5473
|
+
"inset-ring-red-400/20 ire-bg-red-400/10 ire-text-red-400": Be.badgeStyle === "danger"
|
|
5474
|
+
}])
|
|
5475
|
+
}, toDisplayString(Be.title), 3));
|
|
5476
|
+
}
|
|
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-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 md:ire-flex" }, _hoisted_7$4 = { 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 md:ire-flex" }, _hoisted_8$3 = { class: "flex ire-flex-wrap ire-items-center ire-justify-center ire-gap-4 ire-p-4 lg:ire-gap-8" }, _hoisted_9$3 = {
|
|
5478
|
+
key: 0,
|
|
5471
5479
|
class: "ire-flex ire-items-center ire-gap-3"
|
|
5472
5480
|
}, _hoisted_10$3 = {
|
|
5473
5481
|
key: 0,
|
|
@@ -5481,80 +5489,91 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5481
5489
|
flat: {}
|
|
5482
5490
|
},
|
|
5483
5491
|
setup(Be) {
|
|
5484
|
-
const _e = Be, ke = useGlobalStore(), { getMetaValue: $e } = ke, { irePlaginWp: Ne } = storeToRefs(ke)
|
|
5485
|
-
|
|
5486
|
-
|
|
5492
|
+
const _e = Be, ke = useGlobalStore(), { getMetaValue: $e } = ke, { irePlaginWp: Ne } = storeToRefs(ke);
|
|
5493
|
+
inject("fromListView");
|
|
5494
|
+
const Ve = ref(!1), De = ref(0), Le = ref(!1), Re = computed$1(() => {
|
|
5495
|
+
var je, Fe, He, We, qe, Ue;
|
|
5496
|
+
return !!((He = (Fe = (je = _e.flat) == null ? void 0 : je.type) == null ? void 0 : Fe.image_2d) != null && He.length && ((Ue = (qe = (We = _e.flat) == null ? void 0 : We.type) == null ? void 0 : qe.image_3d) != null && Ue.length));
|
|
5497
|
+
}), Ie = computed$1(() => {
|
|
5498
|
+
var je;
|
|
5499
|
+
return $e("shareable_link") === "true" && ((je = Ne.value) == null ? void 0 : je.is_gold);
|
|
5487
5500
|
}), Ae = computed$1(() => {
|
|
5488
|
-
var Fe;
|
|
5489
|
-
return
|
|
5490
|
-
}), ze =
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
}), je = async () => {
|
|
5494
|
-
Re.value || !Ae.value || (await copyToClipboard(window.location.href), Re.value = !0, setTimeout(() => {
|
|
5495
|
-
Re.value = !1;
|
|
5501
|
+
var Fe, He, We, qe, Ue, Ye;
|
|
5502
|
+
return (Ve.value && ((He = (Fe = _e.flat.type) == null ? void 0 : Fe.image_2d) != null && He.length) ? (We = _e.flat.type) == null ? void 0 : We.image_2d : !Ve.value && ((Ue = (qe = _e.flat.type) == null ? void 0 : qe.image_3d) != null && Ue.length) ? (Ye = _e.flat.type) == null ? void 0 : Ye.image_3d : []).slice(0, 6);
|
|
5503
|
+
}), ze = async () => {
|
|
5504
|
+
Le.value || !Ie.value || (await copyToClipboard(window.location.href), Le.value = !0, setTimeout(() => {
|
|
5505
|
+
Le.value = !1;
|
|
5496
5506
|
}, 2e3));
|
|
5497
5507
|
};
|
|
5498
5508
|
return watch(
|
|
5499
|
-
() =>
|
|
5509
|
+
() => Ve.value,
|
|
5500
5510
|
() => {
|
|
5501
|
-
|
|
5511
|
+
De.value = 0;
|
|
5502
5512
|
}
|
|
5503
5513
|
), onMounted(() => {
|
|
5504
|
-
var Fe, He
|
|
5505
|
-
(
|
|
5506
|
-
}), (
|
|
5514
|
+
var je, Fe, He;
|
|
5515
|
+
(He = Object.keys(((Fe = (je = _e.flat) == null ? void 0 : je.type) == null ? void 0 : Fe.image_3d) || {})) != null && He.length || (Ve.value = !0);
|
|
5516
|
+
}), (je, Fe) => (openBlock(), createBlock(FancyBoxComp, { options: {} }, {
|
|
5507
5517
|
default: withCtx(() => {
|
|
5508
|
-
var We, qe, Ue, Ye, Je, Ze, Qe, ni
|
|
5518
|
+
var He, We, qe, Ue, Ye, Je, Ze, Qe, ni;
|
|
5509
5519
|
return [
|
|
5510
5520
|
createElementVNode("div", _hoisted_1$o, [
|
|
5511
5521
|
createElementVNode("div", _hoisted_2$e, [
|
|
5512
|
-
|
|
5522
|
+
Be.flat.conf ? (openBlock(), createBlock(_sfc_main$s, {
|
|
5513
5523
|
key: 0,
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
}])
|
|
5518
|
-
}, toDisplayString(unref(tr)(Be.flat.conf)), 3)) : createCommentVNode("", !0)
|
|
5524
|
+
title: unref(tr)(Be.flat.conf),
|
|
5525
|
+
"badge-style": Be.flat.conf === "reserved" ? "warning" : "danger"
|
|
5526
|
+
}, null, 8, ["title", "badge-style"])) : createCommentVNode("", !0)
|
|
5519
5527
|
]),
|
|
5520
5528
|
createElementVNode("div", _hoisted_3$e, [
|
|
5521
|
-
(
|
|
5522
|
-
|
|
5523
|
-
"
|
|
5524
|
-
"space-between": 50,
|
|
5525
|
-
navigation: {
|
|
5526
|
-
nextEl: ".ire-swiper-button-next",
|
|
5527
|
-
prevEl: ".ire-swiper-button-prev",
|
|
5528
|
-
disabledClass: "swiper-button-disabled"
|
|
5529
|
-
},
|
|
5530
|
-
modules: [unref(Navigation)],
|
|
5531
|
-
class: "ire-w-full"
|
|
5529
|
+
createVNode(Transition, {
|
|
5530
|
+
name: "scale",
|
|
5531
|
+
mode: "out-in"
|
|
5532
5532
|
}, {
|
|
5533
|
-
default: withCtx(() =>
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
},
|
|
5545
|
-
|
|
5533
|
+
default: withCtx(() => {
|
|
5534
|
+
var ei;
|
|
5535
|
+
return [
|
|
5536
|
+
(openBlock(), createBlock(unref(Swiper), {
|
|
5537
|
+
key: (ei = Ae.value[0]) == null ? void 0 : ei.url,
|
|
5538
|
+
"slides-per-view": 1,
|
|
5539
|
+
"space-between": 50,
|
|
5540
|
+
navigation: {
|
|
5541
|
+
nextEl: ".ire-swiper-button-next",
|
|
5542
|
+
prevEl: ".ire-swiper-button-prev",
|
|
5543
|
+
disabledClass: "swiper-button-disabled"
|
|
5544
|
+
},
|
|
5545
|
+
modules: [unref(Navigation)],
|
|
5546
|
+
class: "ire-w-full"
|
|
5547
|
+
}, {
|
|
5548
|
+
default: withCtx(() => [
|
|
5549
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(Ae.value, (Ge) => (openBlock(), createBlock(unref(SwiperSlide), {
|
|
5546
5550
|
key: Ge == null ? void 0 : Ge.url,
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5551
|
+
class: "ire-flex !ire-w-full ire-justify-center ire-bg-gray-50 ire-text-center"
|
|
5552
|
+
}, {
|
|
5553
|
+
default: withCtx(() => [
|
|
5554
|
+
(openBlock(), createElementBlock("a", {
|
|
5555
|
+
key: Ge == null ? void 0 : Ge.url,
|
|
5556
|
+
"data-fancybox": Ve.value ? "gallery-2d" : "gallery-3d",
|
|
5557
|
+
href: Ge == null ? void 0 : Ge.url,
|
|
5558
|
+
class: "irep-flat-preview__left-3d ire-flex ire-w-fit ire-justify-center ire-text-center"
|
|
5559
|
+
}, [
|
|
5560
|
+
(openBlock(), createElementBlock("img", {
|
|
5561
|
+
key: Ge == null ? void 0 : Ge.url,
|
|
5562
|
+
src: Ge == null ? void 0 : Ge.url,
|
|
5563
|
+
class: "ire-preview-img"
|
|
5564
|
+
}, null, 8, _hoisted_5$7))
|
|
5565
|
+
], 8, _hoisted_4$a))
|
|
5566
|
+
]),
|
|
5567
|
+
_: 2
|
|
5568
|
+
}, 1024))), 128))
|
|
5569
|
+
]),
|
|
5570
|
+
_: 1
|
|
5571
|
+
}, 8, ["modules"]))
|
|
5572
|
+
];
|
|
5573
|
+
}),
|
|
5555
5574
|
_: 1
|
|
5556
|
-
}
|
|
5557
|
-
|
|
5575
|
+
}),
|
|
5576
|
+
Ae.value.length > 1 ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
5558
5577
|
createElementVNode("div", _hoisted_6$5, [
|
|
5559
5578
|
createVNode(ArrowRight, { class: "ire-m-2 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" })
|
|
5560
5579
|
]),
|
|
@@ -5564,41 +5583,43 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5564
5583
|
], 64)) : createCommentVNode("", !0)
|
|
5565
5584
|
]),
|
|
5566
5585
|
createElementVNode("div", _hoisted_8$3, [
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5586
|
+
createElementVNode("div", {
|
|
5587
|
+
class: "ire-cursor-pointer ire-rounded-md ire-p-2 ire-transition-all hover:ire-bg-gray-200",
|
|
5588
|
+
onClick: ze
|
|
5589
|
+
}, [
|
|
5590
|
+
createVNode(Transition, {
|
|
5591
|
+
name: "scale",
|
|
5592
|
+
mode: "out-in"
|
|
5593
|
+
}, {
|
|
5594
|
+
default: withCtx(() => [
|
|
5595
|
+
Le.value ? (openBlock(), createBlock(Correct, { key: 0 })) : (openBlock(), createBlock(ClipBoard, { key: 1 }))
|
|
5596
|
+
]),
|
|
5597
|
+
_: 1
|
|
5598
|
+
})
|
|
5599
|
+
]),
|
|
5600
|
+
Re.value ? (openBlock(), createElementBlock("div", _hoisted_9$3, [
|
|
5601
|
+
(Ue = (qe = (We = (He = Be.flat) == null ? void 0 : He.type) == null ? void 0 : We.image_3d) == null ? void 0 : qe[0]) != null && Ue.url ? (openBlock(), createBlock(_sfc_main$z, {
|
|
5581
5602
|
key: 0,
|
|
5582
5603
|
title: unref(tr)("3d plan"),
|
|
5583
|
-
active: !
|
|
5584
|
-
onClick:
|
|
5604
|
+
active: !Ve.value,
|
|
5605
|
+
onClick: Fe[0] || (Fe[0] = (ei) => Ve.value = !1)
|
|
5585
5606
|
}, {
|
|
5586
5607
|
icon: withCtx(() => [
|
|
5587
5608
|
createVNode(Cube3d, {
|
|
5588
|
-
class: normalizeClass(["ire-size-6 [&_path]:ire-stroke-black group-hover:[&_path]:ire-stroke-white", { "[&_path]:!ire-stroke-white": !
|
|
5609
|
+
class: normalizeClass(["ire-size-6 group-active:ire-stroke-white [&_path]:ire-stroke-black group-hover:[&_path]:ire-stroke-white", { "[&_path]:!ire-stroke-white": !Ve.value }])
|
|
5589
5610
|
}, null, 8, ["class"])
|
|
5590
5611
|
]),
|
|
5591
5612
|
_: 1
|
|
5592
5613
|
}, 8, ["title", "active"])) : createCommentVNode("", !0),
|
|
5593
|
-
(
|
|
5614
|
+
(Qe = (Ze = (Je = (Ye = Be.flat) == null ? void 0 : Ye.type) == null ? void 0 : Je.image_2d) == null ? void 0 : Ze[0]) != null && Qe.url ? (openBlock(), createBlock(_sfc_main$z, {
|
|
5594
5615
|
key: 1,
|
|
5595
5616
|
title: unref(tr)("2d plan"),
|
|
5596
|
-
active:
|
|
5597
|
-
onClick:
|
|
5617
|
+
active: Ve.value,
|
|
5618
|
+
onClick: Fe[1] || (Fe[1] = (ei) => Ve.value = !0)
|
|
5598
5619
|
}, {
|
|
5599
5620
|
icon: withCtx(() => [
|
|
5600
5621
|
createVNode(FlatIcon, {
|
|
5601
|
-
class: normalizeClass(["ire-size-6 [&_path]:ire-stroke-black group-hover:[&_path]:ire-stroke-white", { "[&_path]:!ire-stroke-white":
|
|
5622
|
+
class: normalizeClass(["ire-size-6 group-active:ire-stroke-white [&_path]:ire-stroke-black group-hover:[&_path]:ire-stroke-white", { "[&_path]:!ire-stroke-white": Ve.value }])
|
|
5602
5623
|
}, null, 8, ["class"])
|
|
5603
5624
|
]),
|
|
5604
5625
|
_: 1
|
|
@@ -5606,7 +5627,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5606
5627
|
])) : createCommentVNode("", !0)
|
|
5607
5628
|
])
|
|
5608
5629
|
]),
|
|
5609
|
-
unref($e)("remove_watermark") !== "true" || !((
|
|
5630
|
+
unref($e)("remove_watermark") !== "true" || !((ni = unref(Ne)) != null && ni.is_premium) ? (openBlock(), createElementBlock("div", _hoisted_10$3, [
|
|
5610
5631
|
createElementVNode("a", _hoisted_11$1, [
|
|
5611
5632
|
createVNode(Logo, { class: "ire-size-12" })
|
|
5612
5633
|
])
|
|
@@ -5751,12 +5772,12 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5751
5772
|
_: 1
|
|
5752
5773
|
}),
|
|
5753
5774
|
createElementVNode("div", _hoisted_6$4, [
|
|
5754
|
-
createVNode(_sfc_main$
|
|
5775
|
+
createVNode(_sfc_main$z, {
|
|
5755
5776
|
type: "button",
|
|
5756
5777
|
title: "back",
|
|
5757
5778
|
onClick: je[4] || (je[4] = (Fe) => ke("hideForm"))
|
|
5758
5779
|
}),
|
|
5759
|
-
createVNode(_sfc_main$
|
|
5780
|
+
createVNode(_sfc_main$z, {
|
|
5760
5781
|
type: "submit",
|
|
5761
5782
|
title: "Submit",
|
|
5762
5783
|
active: "",
|
|
@@ -5812,7 +5833,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5812
5833
|
setQuery(Fe, "");
|
|
5813
5834
|
});
|
|
5814
5835
|
}), (je, Fe) => {
|
|
5815
|
-
var He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ei,
|
|
5836
|
+
var He, We, qe, Ue, Ye, Je, Ze, Qe, ni, ei, Ge, Xe, Ke, ti, ii, oi, ri, si, ai, li, ci, di, hi, fi, pi, mi, vi, gi, bi, yi, _i, xi, wi, ki, Si, Ci;
|
|
5816
5837
|
return openBlock(), createElementBlock("div", {
|
|
5817
5838
|
class: normalizeClass(["irep-flat-preview ire-grid", {
|
|
5818
5839
|
"lg:ire-grid-cols-[1.5fr,1fr]": Ae.value
|
|
@@ -5830,7 +5851,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5830
5851
|
}])
|
|
5831
5852
|
}, [
|
|
5832
5853
|
createElementVNode("div", _hoisted_2$b, [
|
|
5833
|
-
(He = Be.flat) != null && He.flat_number ? (openBlock(), createBlock(_sfc_main$
|
|
5854
|
+
(He = Be.flat) != null && He.flat_number ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5834
5855
|
key: 0,
|
|
5835
5856
|
keyName: unref(tr)("apartment"),
|
|
5836
5857
|
value: Be.flat.flat_number,
|
|
@@ -5841,17 +5862,17 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5841
5862
|
createElementVNode("div", _hoisted_5$4, toDisplayString((ni = (Qe = Be.flat) == null ? void 0 : Qe.type) == null ? void 0 : ni.teaser), 1)
|
|
5842
5863
|
])) : createCommentVNode("", !0),
|
|
5843
5864
|
createElementVNode("div", _hoisted_6$3, [
|
|
5844
|
-
(ei = Be.flat) != null && ei.block_id ? (openBlock(), createBlock(_sfc_main$
|
|
5865
|
+
(ei = Be.flat) != null && ei.block_id ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5845
5866
|
key: 0,
|
|
5846
5867
|
keyName: unref(tr)("block"),
|
|
5847
|
-
value: ((
|
|
5868
|
+
value: ((Ke = (Xe = unref(getBlockById)(+((Ge = Be.flat) == null ? void 0 : Ge.block_id))) == null ? void 0 : Xe.title) == null ? void 0 : Ke.toString()) || ""
|
|
5848
5869
|
}, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
|
|
5849
|
-
(ti = Be.flat) != null && ti.floor_id ? (openBlock(), createBlock(_sfc_main$
|
|
5870
|
+
(ti = Be.flat) != null && ti.floor_id ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5850
5871
|
key: 1,
|
|
5851
5872
|
keyName: unref(tr)("floor"),
|
|
5852
5873
|
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()) || ""
|
|
5853
5874
|
}, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
|
|
5854
|
-
(ai = (si = Be.flat) == null ? void 0 : si.type) != null && ai.area_m2 ? (openBlock(), createBlock(_sfc_main$
|
|
5875
|
+
(ai = (si = Be.flat) == null ? void 0 : si.type) != null && ai.area_m2 ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5855
5876
|
key: 2,
|
|
5856
5877
|
keyName: unref(tr)("area"),
|
|
5857
5878
|
value: unref(getArea)(Number((li = Be.flat) == null ? void 0 : li.type.area_m2))
|
|
@@ -5861,16 +5882,16 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5861
5882
|
]),
|
|
5862
5883
|
_: 1
|
|
5863
5884
|
}, 8, ["keyName", "value"])) : createCommentVNode("", !0),
|
|
5864
|
-
(di = (ci = Be.flat) == null ? void 0 : ci.type) != null && di.rooms_count ? (openBlock(), createBlock(_sfc_main$
|
|
5885
|
+
(di = (ci = Be.flat) == null ? void 0 : ci.type) != null && di.rooms_count ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5865
5886
|
key: 3,
|
|
5866
5887
|
keyName: unref(tr)("room"),
|
|
5867
5888
|
value: Be.flat.type.rooms_count
|
|
5868
5889
|
}, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
|
|
5869
|
-
(hi = Be.flat) != null && hi.request_price ? (openBlock(), createBlock(_sfc_main$
|
|
5890
|
+
(hi = Be.flat) != null && hi.request_price ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5870
5891
|
key: 4,
|
|
5871
5892
|
keyName: unref(tr)("price"),
|
|
5872
5893
|
value: unref(tr)("Request Price")
|
|
5873
|
-
}, null, 8, ["keyName", "value"])) : (fi = Be.flat) != null && fi.offer_price ? (openBlock(), createBlock(_sfc_main$
|
|
5894
|
+
}, null, 8, ["keyName", "value"])) : (fi = Be.flat) != null && fi.offer_price ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5874
5895
|
key: 5,
|
|
5875
5896
|
keyName: unref(tr)("price"),
|
|
5876
5897
|
value: unref(getPrice)(Number((pi = Be.flat) == null ? void 0 : pi.offer_price))
|
|
@@ -5888,7 +5909,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5888
5909
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
5889
5910
|
]),
|
|
5890
5911
|
_: 1
|
|
5891
|
-
}, 8, ["keyName", "value"])) : (mi = Be.flat) != null && mi.price && Number(Be.flat.price) > 0 ? (openBlock(), createBlock(_sfc_main$
|
|
5912
|
+
}, 8, ["keyName", "value"])) : (mi = Be.flat) != null && mi.price && Number(Be.flat.price) > 0 ? (openBlock(), createBlock(_sfc_main$A, {
|
|
5892
5913
|
key: 6,
|
|
5893
5914
|
keyName: unref(tr)("price"),
|
|
5894
5915
|
value: unref(getPrice)(Number((vi = Be.flat) == null ? void 0 : vi.price))
|
|
@@ -5898,7 +5919,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5898
5919
|
]),
|
|
5899
5920
|
_: 1
|
|
5900
5921
|
}, 8, ["keyName", "value"])) : createCommentVNode("", !0),
|
|
5901
|
-
(yi = (bi = (gi = Be.flat) == null ? void 0 : gi.type) == null ? void 0 : bi.other) != null && yi.length ? (openBlock(!0), createElementBlock(Fragment, { key: 7 }, renderList(Be.flat.type.other, (ui) => (openBlock(), createBlock(_sfc_main$
|
|
5922
|
+
(yi = (bi = (gi = Be.flat) == null ? void 0 : gi.type) == null ? void 0 : bi.other) != null && yi.length ? (openBlock(!0), createElementBlock(Fragment, { key: 7 }, renderList(Be.flat.type.other, (ui) => (openBlock(), createBlock(_sfc_main$A, {
|
|
5902
5923
|
keyName: ui.key,
|
|
5903
5924
|
value: ui.value
|
|
5904
5925
|
}, null, 8, ["keyName", "value"]))), 256)) : createCommentVNode("", !0)
|
|
@@ -5907,16 +5928,16 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
|
|
|
5907
5928
|
createElementVNode("div", _hoisted_8$2, [
|
|
5908
5929
|
(wi = (xi = (_i = Be.flat) == null ? void 0 : _i.files) == null ? void 0 : xi[0]) != null && wi.url ? (openBlock(), createElementBlock("a", {
|
|
5909
5930
|
key: 0,
|
|
5910
|
-
href: (
|
|
5931
|
+
href: (Ci = (Si = (ki = Be.flat) == null ? void 0 : ki.files) == null ? void 0 : Si[0]) == null ? void 0 : Ci.url,
|
|
5911
5932
|
target: "_blank",
|
|
5912
5933
|
class: "ire-w-full ire-p-2"
|
|
5913
5934
|
}, [
|
|
5914
|
-
createVNode(_sfc_main$
|
|
5935
|
+
createVNode(_sfc_main$z, {
|
|
5915
5936
|
title: unref(tr)("download file")
|
|
5916
5937
|
}, null, 8, ["title"])
|
|
5917
5938
|
], 8, _hoisted_9$2)) : createCommentVNode("", !0),
|
|
5918
5939
|
Ie.value ? (openBlock(), createElementBlock("div", _hoisted_10$2, [
|
|
5919
|
-
createVNode(_sfc_main$
|
|
5940
|
+
createVNode(_sfc_main$z, {
|
|
5920
5941
|
title: unref(tr)("request callback"),
|
|
5921
5942
|
active: "",
|
|
5922
5943
|
onClick: Fe[0] || (Fe[0] = (ui) => Le.value = !0)
|
|
@@ -6050,14 +6071,14 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6050
6071
|
var Ue;
|
|
6051
6072
|
if (!Re.value) return;
|
|
6052
6073
|
((Ue = Re.value) == null ? void 0 : Ue.querySelectorAll("g")).forEach((Ye) => {
|
|
6053
|
-
var ni, ei,
|
|
6074
|
+
var ni, ei, Ge, Xe;
|
|
6054
6075
|
const Je = Ye == null ? void 0 : Ye.getAttribute("id"), Ze = (ei = (ni = $e.block) == null ? void 0 : ni.polygon_data) == null ? void 0 : ei.find(
|
|
6055
|
-
(
|
|
6076
|
+
(Ke) => (Ke == null ? void 0 : Ke.key) === Je
|
|
6056
6077
|
), Qe = Ze == null ? void 0 : Ze.id;
|
|
6057
6078
|
switch (Ze == null ? void 0 : Ze.type) {
|
|
6058
6079
|
case "floor":
|
|
6059
|
-
const
|
|
6060
|
-
Ye.setAttribute("conf", (
|
|
6080
|
+
const Ke = (Ge = $e.floors) == null ? void 0 : Ge.find((ii) => ii.id === Qe);
|
|
6081
|
+
Ye.setAttribute("conf", (Ke == null ? void 0 : Ke.conf) || "");
|
|
6061
6082
|
break;
|
|
6062
6083
|
case "flat":
|
|
6063
6084
|
const ti = (Xe = $e.flats) == null ? void 0 : Xe.find((ii) => ii.id === Qe);
|
|
@@ -6074,13 +6095,13 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6074
6095
|
), watch(
|
|
6075
6096
|
() => Ie.value,
|
|
6076
6097
|
(qe) => {
|
|
6077
|
-
var Ye, Je, Ze, Qe, ni, ei,
|
|
6098
|
+
var Ye, Je, Ze, Qe, ni, ei, Ge, Xe;
|
|
6078
6099
|
if (!qe) return;
|
|
6079
6100
|
Ve.hoverdSvg = qe;
|
|
6080
6101
|
const Ue = qe == null ? void 0 : qe.parentElement;
|
|
6081
6102
|
if (Ue && (Ue == null ? void 0 : Ue.nodeName) === "g") {
|
|
6082
|
-
const
|
|
6083
|
-
if (!
|
|
6103
|
+
const Ke = Ue == null ? void 0 : Ue.getAttribute("id");
|
|
6104
|
+
if (!Ke || (Ae.value = ((Je = (Ye = $e.block) == null ? void 0 : Ye.polygon_data) == null ? void 0 : Je.find((ti) => (ti == null ? void 0 : ti.key) === Ke)) || null, !Ae.value)) return;
|
|
6084
6105
|
if (((Ze = Ae.value) == null ? void 0 : Ze.type) === "floor") {
|
|
6085
6106
|
const ti = (Qe = $e.floors) == null ? void 0 : Qe.find(
|
|
6086
6107
|
(ii) => {
|
|
@@ -6097,7 +6118,7 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6097
6118
|
}
|
|
6098
6119
|
);
|
|
6099
6120
|
ze.value = ti;
|
|
6100
|
-
} else if (((
|
|
6121
|
+
} else if (((Ge = Ae.value) == null ? void 0 : Ge.type) === "tooltip") {
|
|
6101
6122
|
const ti = (Xe = $e.actions) == null ? void 0 : Xe.find(
|
|
6102
6123
|
(ii) => {
|
|
6103
6124
|
var oi;
|
|
@@ -6116,14 +6137,14 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6116
6137
|
document.removeEventListener("mousemove", Fe);
|
|
6117
6138
|
}), (qe, Ue) => {
|
|
6118
6139
|
var Ye;
|
|
6119
|
-
return openBlock(), createBlock(_sfc_main$
|
|
6140
|
+
return openBlock(), createBlock(_sfc_main$G, {
|
|
6120
6141
|
hoverdData: ze.value,
|
|
6121
6142
|
type: (Ye = Ae.value) == null ? void 0 : Ye.type
|
|
6122
6143
|
}, {
|
|
6123
6144
|
header: withCtx(() => {
|
|
6124
6145
|
var Je;
|
|
6125
6146
|
return [
|
|
6126
|
-
createVNode(_sfc_main$
|
|
6147
|
+
createVNode(_sfc_main$C, {
|
|
6127
6148
|
onClick: Ue[0] || (Ue[0] = (Ze) => qe.$emit("changeComponent", "project", null))
|
|
6128
6149
|
}),
|
|
6129
6150
|
createElementVNode("div", _hoisted_1$g, toDisplayString((Je = Be.block) == null ? void 0 : Je.title), 1)
|
|
@@ -6296,7 +6317,7 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6296
6317
|
}, {
|
|
6297
6318
|
default: withCtx(() => [
|
|
6298
6319
|
unref(shortcodeData) ? (openBlock(), createElementBlock("div", { key: flow.value }, [
|
|
6299
|
-
flow.value === "projectFlow" ? (openBlock(), createBlock(_sfc_main$
|
|
6320
|
+
flow.value === "projectFlow" ? (openBlock(), createBlock(_sfc_main$F, {
|
|
6300
6321
|
key: 0,
|
|
6301
6322
|
project: project.value,
|
|
6302
6323
|
floors: floors.value,
|
|
@@ -6312,7 +6333,7 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6312
6333
|
floors: floors.value,
|
|
6313
6334
|
actions: actions.value,
|
|
6314
6335
|
onChangeComponent: _e[1] || (_e[1] = (ke, $e) => changeRoute(ke, $e))
|
|
6315
|
-
}, null, 8, ["block", "flats", "floors", "actions"])) : flow.value === "floorFlow" && floors.value && activeFloor.value ? (openBlock(), createBlock(_sfc_main$
|
|
6336
|
+
}, null, 8, ["block", "flats", "floors", "actions"])) : flow.value === "floorFlow" && floors.value && activeFloor.value ? (openBlock(), createBlock(_sfc_main$B, {
|
|
6316
6337
|
key: 2,
|
|
6317
6338
|
flats: flats.value,
|
|
6318
6339
|
floor: activeFloor.value,
|
|
@@ -6379,7 +6400,7 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$9
|
|
|
6379
6400
|
},
|
|
6380
6401
|
setup(Be) {
|
|
6381
6402
|
const _e = Be, ke = useGlobalStore();
|
|
6382
|
-
return ke.setData(_e.data), ke.setIrePlaginWp(_e.irePlugin), provide("fromListView", !1), ($e, Ne) => (openBlock(), createBlock(_sfc_main$
|
|
6403
|
+
return ke.setData(_e.data), ke.setIrePlaginWp(_e.irePlugin), provide("fromListView", !1), ($e, Ne) => (openBlock(), createBlock(_sfc_main$K, null, {
|
|
6383
6404
|
default: withCtx(() => [
|
|
6384
6405
|
createVNode(_sfc_main$h)
|
|
6385
6406
|
]),
|
|
@@ -6421,13 +6442,7 @@ function _sfc_render$8(Be, _e) {
|
|
|
6421
6442
|
}, null, -1)
|
|
6422
6443
|
])]);
|
|
6423
6444
|
}
|
|
6424
|
-
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 = {
|
|
6425
|
-
key: 0,
|
|
6426
|
-
class: "ire-h-fit ire-rounded-sm ire-bg-yellow-500 ire-px-2 ire-text-sm ire-uppercase ire-text-yellow-100"
|
|
6427
|
-
}, _hoisted_8$1 = {
|
|
6428
|
-
key: 1,
|
|
6429
|
-
class: "ire-h-fit ire-rounded-sm ire-bg-red-500 ire-px-2 ire-text-sm ire-uppercase ire-text-red-100"
|
|
6430
|
-
}, _hoisted_9$1 = { key: 0 }, _hoisted_10$1 = { key: 1 }, _hoisted_11 = { class: "ire-text-xs ire-text-gray-500 ire-line-through" }, _hoisted_12 = { key: 2 }, _hoisted_13 = { key: 3 }, _hoisted_14 = { class: "ire-right-[2px] ire-text-base" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
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 }, _hoisted_11 = { key: 3 }, _hoisted_12 = { class: "ire-right-[2px] ire-text-base" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
6431
6446
|
__name: "FlatCard",
|
|
6432
6447
|
props: {
|
|
6433
6448
|
flat: {}
|
|
@@ -6460,14 +6475,18 @@ const Placeholder = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_re
|
|
|
6460
6475
|
createElementVNode("div", _hoisted_4$5, [
|
|
6461
6476
|
createElementVNode("div", _hoisted_5$3, [
|
|
6462
6477
|
createElementVNode("div", _hoisted_6$2, toDisplayString(Be.flat.flat_number), 1),
|
|
6463
|
-
Be.flat.conf
|
|
6478
|
+
Be.flat.conf ? (openBlock(), createBlock(_sfc_main$s, {
|
|
6479
|
+
key: 0,
|
|
6480
|
+
title: unref(tr)(Be.flat.conf),
|
|
6481
|
+
"badge-style": Be.flat.conf === "reserved" ? "warning" : "danger"
|
|
6482
|
+
}, null, 8, ["title", "badge-style"])) : createCommentVNode("", !0)
|
|
6464
6483
|
]),
|
|
6465
|
-
Be.flat.request_price ? (openBlock(), createElementBlock("div",
|
|
6466
|
-
createElementVNode("div",
|
|
6484
|
+
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
|
+
createElementVNode("div", _hoisted_9$1, toDisplayString(unref(getPrice)(+Be.flat.price_n)) + " " + toDisplayString(unref(currencySymbol)()), 1),
|
|
6467
6486
|
createElementVNode("div", null, toDisplayString(unref(getPrice)(+Be.flat.offer_price)) + " " + toDisplayString(unref(currencySymbol)()), 1)
|
|
6468
|
-
])) : Be.flat.price !== "0.00" ? (openBlock(), createElementBlock("div",
|
|
6469
|
-
(Le = Be.flat.type) != null && Le.area_m2 ? (openBlock(), createElementBlock("div",
|
|
6470
|
-
createElementVNode("span",
|
|
6487
|
+
])) : Be.flat.price !== "0.00" ? (openBlock(), createElementBlock("div", _hoisted_10$1, toDisplayString(unref(getPrice)(+Be.flat.price_n)) + " " + toDisplayString(unref(currencySymbol)()), 1)) : createCommentVNode("", !0),
|
|
6488
|
+
(Le = Be.flat.type) != null && Le.area_m2 ? (openBlock(), createElementBlock("div", _hoisted_11, [
|
|
6489
|
+
createElementVNode("span", _hoisted_12, [
|
|
6471
6490
|
createTextVNode(toDisplayString(unref(getArea)(+((Re = Be.flat.type) == null ? void 0 : Re.area_m2_n))) + " " + toDisplayString(unref(getAreaUnitLabel)()) + " ", 1),
|
|
6472
6491
|
De[1] || (De[1] = createElementVNode("sup", { class: "ire-bg-transparent ire-text-sm" }, " 2 ", -1))
|
|
6473
6492
|
])
|
|
@@ -7215,7 +7234,7 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
|
|
|
7215
7234
|
]),
|
|
7216
7235
|
createElementVNode("div", null, [
|
|
7217
7236
|
createElementVNode("div", _hoisted_10, toDisplayString(unref(tr)("select config")), 1),
|
|
7218
|
-
createVNode(_sfc_main$
|
|
7237
|
+
createVNode(_sfc_main$E, {
|
|
7219
7238
|
modelValue: Ne.value.config,
|
|
7220
7239
|
"onUpdate:modelValue": De[8] || (De[8] = (Le) => Ne.value.config = Le),
|
|
7221
7240
|
data: $e,
|
|
@@ -7223,7 +7242,7 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
|
|
|
7223
7242
|
class: "irep-flats-list-filters-select"
|
|
7224
7243
|
}, null, 8, ["modelValue"])
|
|
7225
7244
|
]),
|
|
7226
|
-
createVNode(_sfc_main$
|
|
7245
|
+
createVNode(_sfc_main$z, {
|
|
7227
7246
|
title: unref(tr)("filter"),
|
|
7228
7247
|
active: "",
|
|
7229
7248
|
class: "irep-flats-list-filters-submit-btn !ire-w-fit ire-capitalize",
|
|
@@ -7306,37 +7325,37 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7306
7325
|
}), Ue = computed$1(() => {
|
|
7307
7326
|
if ($e.value)
|
|
7308
7327
|
return $e.value.types;
|
|
7309
|
-
}), Ye = computed$1(() => $e.value ? $e.value.flats.map((
|
|
7328
|
+
}), Ye = computed$1(() => $e.value ? $e.value.flats.map((Ke) => {
|
|
7310
7329
|
var ri, si, ai;
|
|
7311
7330
|
const ti = (ri = $e.value) == null ? void 0 : ri.floors.find(
|
|
7312
|
-
(li) => li.id ===
|
|
7331
|
+
(li) => li.id === Ke.floor_id
|
|
7313
7332
|
), ii = (si = $e.value) == null ? void 0 : si.blocks.find(
|
|
7314
|
-
(li) => li.id ===
|
|
7315
|
-
), oi =
|
|
7333
|
+
(li) => li.id === Ke.block_id
|
|
7334
|
+
), oi = Ke.use_type || !Ke.type ? ((ai = Ue.value) == null ? void 0 : ai.find((li) => li.id === Ke.type_id)) ?? Ke.type : Ke.type;
|
|
7316
7335
|
return {
|
|
7317
|
-
...
|
|
7336
|
+
...Ke,
|
|
7318
7337
|
type: {
|
|
7319
7338
|
...oi,
|
|
7320
7339
|
area_m2_n: Number(oi == null ? void 0 : oi.area_m2),
|
|
7321
7340
|
area_m2: `${oi == null ? void 0 : oi.area_m2} ${getAreaUnitLabel()}²`
|
|
7322
7341
|
},
|
|
7323
|
-
price_n: Number(
|
|
7324
|
-
price:
|
|
7342
|
+
price_n: Number(Ke.price),
|
|
7343
|
+
price: Ke.conf ? tr(Ke.conf) : Ke.request_price ? tr("Request Price") : `${getPrice(Number((Ke == null ? void 0 : Ke.offer_price) || (Ke == null ? void 0 : Ke.price)))} ${currencySymbol()}`,
|
|
7325
7344
|
floor_title: ti == null ? void 0 : ti.title,
|
|
7326
7345
|
floor_number: Number(ti == null ? void 0 : ti.floor_number),
|
|
7327
7346
|
block_title: ii
|
|
7328
7347
|
};
|
|
7329
|
-
}).map((
|
|
7348
|
+
}).map((Ke) => {
|
|
7330
7349
|
var ii;
|
|
7331
|
-
const ti = (ii =
|
|
7350
|
+
const ti = (ii = Ke.type) == null ? void 0 : ii.other.reduce(
|
|
7332
7351
|
(oi, ri) => (oi[ri.key] = ri.value, oi),
|
|
7333
7352
|
{}
|
|
7334
7353
|
);
|
|
7335
|
-
return { ...
|
|
7336
|
-
}).sort((
|
|
7354
|
+
return { ...Ke, type: { ...Ke.type, other: ti } };
|
|
7355
|
+
}).sort((Ke, ti) => {
|
|
7337
7356
|
const ii = Le.value;
|
|
7338
|
-
let oi =
|
|
7339
|
-
ii != null && ii.includes(".") && (oi = getNested(
|
|
7357
|
+
let oi = Ke[ii], ri = ti[ii];
|
|
7358
|
+
ii != null && ii.includes(".") && (oi = getNested(Ke, ii), ri = getNested(ti, ii)), oi == null && (oi = "0"), ri == null && (ri = "0");
|
|
7340
7359
|
const si = oi.toString(), ai = ri.toString();
|
|
7341
7360
|
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));
|
|
7342
7361
|
}) : []), Je = computed$1(() => {
|
|
@@ -7344,9 +7363,9 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7344
7363
|
return Qe.value ? Math.ceil(((Xe = Ze.value) == null ? void 0 : Xe.length) / ze.value) : 0;
|
|
7345
7364
|
}), Ze = computed$1(() => Ye.value ? Ye.value.filter((Xe) => {
|
|
7346
7365
|
var hi, fi, pi, mi, vi, gi, bi, yi;
|
|
7347
|
-
let
|
|
7366
|
+
let Ke = !0, ti = !0, ii = !0, oi = !0, ri = !0, si = !0, ai = !0, li = !0, ci = !0;
|
|
7348
7367
|
const di = !(Xe != null && Xe.conf) && !(Xe != null && Xe.request_price);
|
|
7349
|
-
if (qe.value.priceMin && (
|
|
7368
|
+
if (qe.value.priceMin && (Ke = Xe.price_n >= qe.value.priceMin && di), qe.value.priceMax && (ti = 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)
|
|
7350
7369
|
switch (qe.value.config) {
|
|
7351
7370
|
case "available":
|
|
7352
7371
|
ci = !Xe.conf;
|
|
@@ -7358,19 +7377,19 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7358
7377
|
ci = Xe.conf === "sold";
|
|
7359
7378
|
break;
|
|
7360
7379
|
}
|
|
7361
|
-
return
|
|
7380
|
+
return Ke && ti && ii && oi && ri && si && ai && li && ci;
|
|
7362
7381
|
}) : []), Qe = computed$1(() => {
|
|
7363
7382
|
var ti;
|
|
7364
7383
|
if (!((ti = $e.value) != null && ti.flats)) return [];
|
|
7365
|
-
const Xe = (Fe.value - 1) * ze.value,
|
|
7366
|
-
return Ze.value.slice(Xe,
|
|
7384
|
+
const Xe = (Fe.value - 1) * ze.value, Ke = Xe + ze.value;
|
|
7385
|
+
return Ze.value.slice(Xe, Ke);
|
|
7367
7386
|
}), ni = (Xe) => {
|
|
7368
7387
|
Fe.value = Xe, De(je.value), je.value, setQuery("flats-page", Xe.toString());
|
|
7369
|
-
}, ei = (Xe,
|
|
7370
|
-
Le.value = Xe, Re.value =
|
|
7371
|
-
},
|
|
7372
|
-
const
|
|
7373
|
-
We.value =
|
|
7388
|
+
}, ei = (Xe, Ke) => {
|
|
7389
|
+
Le.value = Xe, Re.value = Ke;
|
|
7390
|
+
}, Ge = (Xe) => {
|
|
7391
|
+
const Ke = Ve.value.find((ti) => ti.id === Xe);
|
|
7392
|
+
We.value = Ke, He.value = !0;
|
|
7374
7393
|
};
|
|
7375
7394
|
return watch(
|
|
7376
7395
|
() => qe.value,
|
|
@@ -7385,21 +7404,21 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7385
7404
|
Xe && !isNaN(Number(Xe)) && (Fe.value = Number(Xe)), _e.perPage && !isNaN(Number(_e.perPage)) && (ze.value = Number(_e.perPage));
|
|
7386
7405
|
}), onBeforeMount(() => {
|
|
7387
7406
|
Ae.value = _e.layout === "table";
|
|
7388
|
-
}), provide("fromListView", _e.fromListView), (Xe,
|
|
7407
|
+
}), provide("fromListView", _e.fromListView), (Xe, Ke) => (openBlock(), createBlock(_sfc_main$K, { class: "irep-flats-list" }, {
|
|
7389
7408
|
default: withCtx(() => {
|
|
7390
7409
|
var ti;
|
|
7391
7410
|
return [
|
|
7392
7411
|
createElementVNode("div", _hoisted_1, [
|
|
7393
|
-
createVNode(_sfc_main$
|
|
7412
|
+
createVNode(_sfc_main$z, {
|
|
7394
7413
|
title: unref(tr)("filters"),
|
|
7395
7414
|
active: "",
|
|
7396
7415
|
class: "irep-flats-top__filters-button !ire-w-fit ire-capitalize",
|
|
7397
|
-
onClick:
|
|
7416
|
+
onClick: Ke[0] || (Ke[0] = (ii) => Ie.value = !0)
|
|
7398
7417
|
}, null, 8, ["title"]),
|
|
7399
7418
|
Be.layout === "mixed" ? (openBlock(), createElementBlock("button", {
|
|
7400
7419
|
key: 0,
|
|
7401
7420
|
class: "irep-flats-top__mode-switcher-button ire-group ire-flex ire-cursor-pointer ire-items-center ire-gap-1 ire-bg-transparent",
|
|
7402
|
-
onClick:
|
|
7421
|
+
onClick: Ke[1] || (Ke[1] = (ii) => Ae.value = !Ae.value)
|
|
7403
7422
|
}, [
|
|
7404
7423
|
createElementVNode("div", _hoisted_2, [
|
|
7405
7424
|
createVNode(Transition, {
|
|
@@ -7441,8 +7460,8 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7441
7460
|
Ae.value ? (openBlock(), createBlock(_sfc_main$3, {
|
|
7442
7461
|
key: 0,
|
|
7443
7462
|
flats: Qe.value,
|
|
7444
|
-
onSortColumn:
|
|
7445
|
-
onOpenFlat:
|
|
7463
|
+
onSortColumn: Ke[2] || (Ke[2] = (ii, oi) => ei(ii, oi)),
|
|
7464
|
+
onOpenFlat: Ke[3] || (Ke[3] = (ii) => Ge(ii))
|
|
7446
7465
|
}, null, 8, ["flats"])) : (openBlock(), createElementBlock("div", {
|
|
7447
7466
|
key: 1,
|
|
7448
7467
|
ref_key: "flatsContainer",
|
|
@@ -7452,7 +7471,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7452
7471
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(Qe.value, (ii) => (openBlock(), createBlock(_sfc_main$e, {
|
|
7453
7472
|
key: ii.id,
|
|
7454
7473
|
flat: ii,
|
|
7455
|
-
onOpenFlat:
|
|
7474
|
+
onOpenFlat: Ke[4] || (Ke[4] = (oi) => Ge(oi))
|
|
7456
7475
|
}, null, 8, ["flat"]))), 128))
|
|
7457
7476
|
], 512))
|
|
7458
7477
|
]),
|
|
@@ -7463,7 +7482,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7463
7482
|
createVNode(unref(script$1), {
|
|
7464
7483
|
modelValue: Fe.value,
|
|
7465
7484
|
"onUpdate:modelValue": [
|
|
7466
|
-
|
|
7485
|
+
Ke[5] || (Ke[5] = (ii) => Fe.value = ii),
|
|
7467
7486
|
ni
|
|
7468
7487
|
],
|
|
7469
7488
|
pages: Je.value,
|
|
@@ -7481,7 +7500,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7481
7500
|
He.value && We.value ? (openBlock(), createBlock(_sfc_main$m, {
|
|
7482
7501
|
key: 0,
|
|
7483
7502
|
style: normalizeStyle(unref(Ne)),
|
|
7484
|
-
onClose:
|
|
7503
|
+
onClose: Ke[6] || (Ke[6] = (ii) => He.value = !1)
|
|
7485
7504
|
}, {
|
|
7486
7505
|
default: withCtx(() => [
|
|
7487
7506
|
createVNode(_sfc_main$o, { flat: We.value }, null, 8, ["flat"])
|
|
@@ -7500,13 +7519,13 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7500
7519
|
default: withCtx(() => [
|
|
7501
7520
|
Ie.value ? (openBlock(), createBlock(_sfc_main$m, {
|
|
7502
7521
|
key: 0,
|
|
7503
|
-
onClose:
|
|
7522
|
+
onClose: Ke[9] || (Ke[9] = (ii) => Ie.value = !1)
|
|
7504
7523
|
}, {
|
|
7505
7524
|
default: withCtx(() => [
|
|
7506
7525
|
createVNode(_sfc_main$2, {
|
|
7507
7526
|
"filters-object": qe.value,
|
|
7508
|
-
"onUpdate:filtersObject":
|
|
7509
|
-
onFilterFlatsList:
|
|
7527
|
+
"onUpdate:filtersObject": Ke[7] || (Ke[7] = (ii) => qe.value = ii),
|
|
7528
|
+
onFilterFlatsList: Ke[8] || (Ke[8] = (ii) => Ie.value = !1)
|
|
7510
7529
|
}, null, 8, ["filters-object"])
|
|
7511
7530
|
]),
|
|
7512
7531
|
_: 1
|