ire-preview 3.1.7 → 3.1.9
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 +8 -3
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -712,7 +712,10 @@ const tr = (Ne) => {
|
|
|
712
712
|
}, _hoisted_22 = { key: 0 }, _hoisted_23 = { key: 0 }, _hoisted_24 = { class: "ire-text-sm ire-line-through" }, _hoisted_25 = { class: "irep-tooltip-2__flat-price ire-text-base" }, _hoisted_26 = { class: "ire-right-[2px]" }, _hoisted_27 = {
|
|
713
713
|
key: 1,
|
|
714
714
|
class: "irep-tooltip-2__flat-price ire-text-base"
|
|
715
|
-
}, _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 = {
|
|
715
|
+
}, _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 = {
|
|
716
|
+
key: 2,
|
|
717
|
+
class: "irep-tooltip-2__flat-room-count"
|
|
718
|
+
}, _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
716
719
|
__name: "Tooltip_2",
|
|
717
720
|
props: {
|
|
718
721
|
hoveredData: {},
|
|
@@ -725,7 +728,7 @@ const tr = (Ne) => {
|
|
|
725
728
|
return tr((De = _e.hoveredData) == null ? void 0 : De.conf);
|
|
726
729
|
});
|
|
727
730
|
return (De, Re) => {
|
|
728
|
-
var Le, Ve, Ie, Ae, ze, Fe, je, He, qe, We, Xe, Ue, Ge, Ye, Ke, Qe, ei, Je, Ze, ti, ii, oi, ni, si;
|
|
731
|
+
var Le, Ve, Ie, Ae, ze, Fe, je, He, qe, We, Xe, Ue, Ge, Ye, Ke, Qe, ei, Je, Ze, ti, ii, oi, ni, si, ri, ai;
|
|
729
732
|
return De.type && De.hoveredData && De.type !== "tooltip" ? (openBlock(), createElementBlock("div", {
|
|
730
733
|
key: 0,
|
|
731
734
|
class: normalizeClass(["ire-pointer-events-none ire-absolute ire-select-none", {
|
|
@@ -800,7 +803,7 @@ const tr = (Ne) => {
|
|
|
800
803
|
Re[3] || (Re[3] = createElementVNode("sup", { class: "ire-bg-transparent ire-text-sm" }, " 2 ", -1))
|
|
801
804
|
])
|
|
802
805
|
]),
|
|
803
|
-
|
|
806
|
+
(si = (ni = De.hoveredData) == null ? void 0 : ni.type) != null && si.rooms_count ? (openBlock(), createElementBlock("div", _hoisted_31, toDisplayString(unref(tr)("room")) + ": " + toDisplayString((ai = (ri = De.hoveredData) == null ? void 0 : ri.type) == null ? void 0 : ai.rooms_count), 1)) : createCommentVNode("", !0)
|
|
804
807
|
]))
|
|
805
808
|
])
|
|
806
809
|
])) : createCommentVNode("", !0)
|
|
@@ -4364,11 +4367,13 @@ const _sfc_main$g = {
|
|
|
4364
4367
|
},
|
|
4365
4368
|
mounted() {
|
|
4366
4369
|
Oe.bind(this.$refs.container, "[data-fancybox]", {
|
|
4370
|
+
Hash: !1,
|
|
4367
4371
|
...this.options || {}
|
|
4368
4372
|
});
|
|
4369
4373
|
},
|
|
4370
4374
|
updated() {
|
|
4371
4375
|
Oe.unbind(this.$refs.container), Oe.close(), Oe.bind(this.$refs.container, "[data-fancybox]", {
|
|
4376
|
+
Hash: !1,
|
|
4372
4377
|
...this.options || {}
|
|
4373
4378
|
});
|
|
4374
4379
|
},
|