ire-preview 3.2.5 → 3.2.6

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.
Files changed (58) hide show
  1. package/dist/lib.es.js +67 -67
  2. package/dist/styles.css +1 -1
  3. package/package.json +1 -1
  4. package/dist/index.d.ts +0 -6
  5. package/dist/src/components/demo/form/Input.vue.d.ts +0 -30
  6. package/dist/src/components/demo/form/PreviewSelect.vue.d.ts +0 -21
  7. package/dist/src/components/demo/layout/MouseTracker.vue.d.ts +0 -21
  8. package/dist/src/components/demo/layout/PreviewLayout.vue.d.ts +0 -26
  9. package/dist/src/components/demo/layout/ShortcodeWrapper.vue.d.ts +0 -17
  10. package/dist/src/components/demo/preview/ActionModal.vue.d.ts +0 -6
  11. package/dist/src/components/demo/preview/BlockPreview.vue.d.ts +0 -15
  12. package/dist/src/components/demo/preview/FlatPreview.vue.d.ts +0 -11
  13. package/dist/src/components/demo/preview/FloorPreview.vue.d.ts +0 -16
  14. package/dist/src/components/demo/preview/Preview.vue.d.ts +0 -2
  15. package/dist/src/components/demo/preview/ProjectPreview.vue.d.ts +0 -17
  16. package/dist/src/components/demo/preview/tooltips/Tooltip_1.vue.d.ts +0 -6
  17. package/dist/src/components/demo/preview/tooltips/Tooltip_2.vue.d.ts +0 -7
  18. package/dist/src/components/demo/preview/tooltips/Tooltip_3.vue.d.ts +0 -6
  19. package/dist/src/components/demo/uiComponents/BackButton.vue.d.ts +0 -2
  20. package/dist/src/components/demo/uiComponents/BaseEditor.vue.d.ts +0 -5
  21. package/dist/src/components/demo/uiComponents/Button.vue.d.ts +0 -23
  22. package/dist/src/components/demo/uiComponents/Filters.vue.d.ts +0 -12
  23. package/dist/src/components/demo/uiComponents/FlatCard.vue.d.ts +0 -10
  24. package/dist/src/components/demo/uiComponents/FlatModalImage.vue.d.ts +0 -6
  25. package/dist/src/components/demo/uiComponents/FlatPreviewKeyValue.vue.d.ts +0 -22
  26. package/dist/src/components/demo/uiComponents/FlatsTable.vue.d.ts +0 -12
  27. package/dist/src/components/demo/uiComponents/PreviewModal.vue.d.ts +0 -21
  28. package/dist/src/components/demo/uiComponents/ReservationForm.vue.d.ts +0 -10
  29. package/dist/src/components/demo/uiComponents/table/Column.vue.d.ts +0 -2
  30. package/dist/src/components/demo/uiComponents/table/Table.vue.d.ts +0 -9
  31. package/dist/src/components/demo/uiComponents/table/TableCol.vue.d.ts +0 -6
  32. package/dist/src/components/icons/ArrowRight.vue.d.ts +0 -2
  33. package/dist/src/components/icons/ClipBoard.vue.d.ts +0 -2
  34. package/dist/src/components/icons/Close.vue.d.ts +0 -2
  35. package/dist/src/components/icons/ContactIcon.vue.d.ts +0 -2
  36. package/dist/src/components/icons/Correct.vue.d.ts +0 -2
  37. package/dist/src/components/icons/Cube3d.vue.d.ts +0 -2
  38. package/dist/src/components/icons/DownloadIcon.vue.d.ts +0 -2
  39. package/dist/src/components/icons/FlatIcon.vue.d.ts +0 -2
  40. package/dist/src/components/icons/GridIcon.vue.d.ts +0 -2
  41. package/dist/src/components/icons/Logo.vue.d.ts +0 -2
  42. package/dist/src/components/icons/MagnifyIcon.vue.d.ts +0 -2
  43. package/dist/src/components/icons/Placeholder.vue.d.ts +0 -2
  44. package/dist/src/components/icons/SortingArrow.vue.d.ts +0 -2
  45. package/dist/src/components/icons/SortingArrowAsc.vue.d.ts +0 -2
  46. package/dist/src/components/icons/TableIcon.vue.d.ts +0 -2
  47. package/dist/src/composable/helper.d.ts +0 -10
  48. package/dist/src/composable/useScroll.d.ts +0 -3
  49. package/dist/src/interfaces/components.d.ts +0 -218
  50. package/dist/src/interfaces/index.d.ts +0 -11
  51. package/dist/src/main.d.ts +0 -5
  52. package/dist/src/shortcodes/FlatsList.vue.d.ts +0 -11
  53. package/dist/src/shortcodes/Project.vue.d.ts +0 -6
  54. package/dist/src/shortcodes/index.d.ts +0 -2
  55. package/dist/src/store/useGlobal.d.ts +0 -71
  56. package/dist/src/types/DemoTypes.d.ts +0 -235
  57. package/dist/src/utils/axios.d.ts +0 -2
  58. package/dist/styles.d.ts +0 -1
package/dist/lib.es.js CHANGED
@@ -482,7 +482,7 @@ function computed(Be, _e, ke = !1) {
482
482
  let $e, Ne;
483
483
  return isFunction(Be) ? $e = Be : ($e = Be.get, Ne = Be.set), new ComputedRefImpl($e, Ne, ke);
484
484
  }
485
- const tr$1 = (Be) => {
485
+ const tr = (Be) => {
486
486
  var ke;
487
487
  const _e = useGlobalStore();
488
488
  return _e.translations && ((ke = _e.translations) == null ? void 0 : ke[Be == null ? void 0 : Be.toLocaleLowerCase()]) || Be;
@@ -633,7 +633,7 @@ const tr$1 = (Be) => {
633
633
  setup(Be) {
634
634
  const _e = Be, ke = computed$1(() => {
635
635
  var $e;
636
- return tr$1(($e = _e.hoveredData) == null ? void 0 : $e.conf);
636
+ return tr(($e = _e.hoveredData) == null ? void 0 : $e.conf);
637
637
  });
638
638
  return ($e, Ne) => (openBlock(), createElementBlock("div", null, [
639
639
  createVNode(Transition, { name: "ire-fade-in-out" }, {
@@ -644,21 +644,21 @@ const tr$1 = (Be) => {
644
644
  Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
645
645
  createElementVNode("div", _hoisted_3$k, [
646
646
  createElementVNode("div", _hoisted_4$e, toDisplayString((Ve = Be.hoveredData) == null ? void 0 : Ve.floor_number), 1),
647
- createElementVNode("div", _hoisted_5$a, toDisplayString(unref(tr$1)("floor")), 1)
647
+ createElementVNode("div", _hoisted_5$a, toDisplayString(unref(tr)("floor")), 1)
648
648
  ]),
649
649
  (De = Be.hoveredData) != null && De.conf || (Re = (Le = Be.hoveredData) == null ? void 0 : Le.flats) != null && Re.length ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
650
650
  ke.value ? (openBlock(), createElementBlock("div", _hoisted_7$6, toDisplayString(ke.value), 1)) : (openBlock(), createElementBlock("div", _hoisted_8$6, [
651
651
  (Ae = (Ie = Be.hoveredData) == null ? void 0 : Ie.counts) != null && Ae.available ? (openBlock(), createElementBlock("div", _hoisted_9$6, [
652
652
  createElementVNode("div", _hoisted_10$6, toDisplayString(((je = (ze = Be.hoveredData) == null ? void 0 : ze.counts) == null ? void 0 : je.available) || 0), 1),
653
- createElementVNode("div", _hoisted_11$4, toDisplayString(unref(tr$1)("available")), 1)
653
+ createElementVNode("div", _hoisted_11$4, toDisplayString(unref(tr)("available")), 1)
654
654
  ])) : createCommentVNode("", !0),
655
655
  (He = (Fe = Be.hoveredData) == null ? void 0 : Fe.counts) != null && He.reserved ? (openBlock(), createElementBlock("div", _hoisted_12$3, [
656
656
  createElementVNode("div", _hoisted_13$2, toDisplayString((We = (qe = Be.hoveredData) == null ? void 0 : qe.counts) == null ? void 0 : We.reserved), 1),
657
- createElementVNode("div", _hoisted_14$2, toDisplayString(unref(tr$1)("reserved")), 1)
657
+ createElementVNode("div", _hoisted_14$2, toDisplayString(unref(tr)("reserved")), 1)
658
658
  ])) : createCommentVNode("", !0),
659
659
  (Ye = (Ue = Be.hoveredData) == null ? void 0 : Ue.counts) != null && Ye.sold ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
660
660
  createElementVNode("div", _hoisted_16$1, toDisplayString((Ze = (Je = Be.hoveredData) == null ? void 0 : Je.counts) == null ? void 0 : Ze.sold), 1),
661
- createElementVNode("div", _hoisted_17$1, toDisplayString(unref(tr$1)("sold")), 1)
661
+ createElementVNode("div", _hoisted_17$1, toDisplayString(unref(tr)("sold")), 1)
662
662
  ])) : createCommentVNode("", !0)
663
663
  ]))
664
664
  ])) : createCommentVNode("", !0)
@@ -670,12 +670,12 @@ const tr$1 = (Be) => {
670
670
  ])) : Be.type === "flat" ? (openBlock(), createElementBlock("div", _hoisted_22$1, [
671
671
  createElementVNode("div", _hoisted_23$1, [
672
672
  createElementVNode("div", _hoisted_24$1, toDisplayString((ni = Be.hoveredData) == null ? void 0 : ni.flat_number), 1),
673
- createElementVNode("div", _hoisted_25$1, toDisplayString(unref(tr$1)("apartment")), 1)
673
+ createElementVNode("div", _hoisted_25$1, toDisplayString(unref(tr)("apartment")), 1)
674
674
  ]),
675
675
  createElementVNode("div", _hoisted_26$1, [
676
676
  ke.value ? (openBlock(), createElementBlock("div", _hoisted_27$1, toDisplayString(ke.value), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
677
- createElementVNode("div", _hoisted_28$1, toDisplayString(unref(tr$1)("price")), 1),
678
- (ei = Be.hoveredData) != null && ei.request_price ? (openBlock(), createElementBlock("div", _hoisted_29$1, toDisplayString(unref(tr$1)("Request Price")), 1)) : (Ke = Be.hoveredData) != null && Ke.price ? (openBlock(), createElementBlock("div", _hoisted_30$1, [
677
+ createElementVNode("div", _hoisted_28$1, toDisplayString(unref(tr)("price")), 1),
678
+ (ei = Be.hoveredData) != null && ei.request_price ? (openBlock(), createElementBlock("div", _hoisted_29$1, toDisplayString(unref(tr)("Request Price")), 1)) : (Ke = Be.hoveredData) != null && Ke.price ? (openBlock(), createElementBlock("div", _hoisted_30$1, [
679
679
  createElementVNode("div", null, [
680
680
  (Xe = Be.hoveredData) != null && Xe.offer_price ? (openBlock(), createElementBlock("div", _hoisted_32, [
681
681
  createElementVNode("div", _hoisted_33, [
@@ -742,7 +742,7 @@ const tr$1 = (Be) => {
742
742
  setup(Be) {
743
743
  const _e = Be, ke = inject("mouseX"), $e = inject("mouseY"), Ne = computed$1(() => {
744
744
  var Ve;
745
- return tr$1((Ve = _e.hoveredData) == null ? void 0 : Ve.conf);
745
+ return tr((Ve = _e.hoveredData) == null ? void 0 : Ve.conf);
746
746
  });
747
747
  return (Ve, De) => {
748
748
  var Le, Re, Ie, Ae, ze, je, Fe, He, qe, We, Ue, Ye, Je, Ze, Qe, ni, ei, Ke, Xe, Ge, ti, ii, oi, ri, si, ai;
@@ -766,7 +766,7 @@ const tr$1 = (Be) => {
766
766
  createElementVNode("div", _hoisted_3$j, toDisplayString((Le = Be.hoveredData) == null ? void 0 : Le.floor_number), 1),
767
767
  De[0] || (De[0] = createElementVNode("span", null, "|", -1)),
768
768
  Ne.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, toDisplayString(Ne.value), 1)) : (openBlock(), createElementBlock("div", _hoisted_5$9, [
769
- createElementVNode("div", _hoisted_6$7, toDisplayString(unref(tr$1)("starting from")) + ": ", 1),
769
+ createElementVNode("div", _hoisted_6$7, toDisplayString(unref(tr)("starting from")) + ": ", 1),
770
770
  createElementVNode("div", _hoisted_7$5, [
771
771
  createTextVNode(toDisplayString(unref(getPrice)(+((Ie = (Re = Be.hoveredData) == null ? void 0 : Re.counts) == null ? void 0 : Ie.minimum_price) || 0)) + " ", 1),
772
772
  createElementVNode("span", _hoisted_8$5, toDisplayString(unref(currencySymbol)()), 1)
@@ -776,17 +776,17 @@ const tr$1 = (Be) => {
776
776
  createElementVNode("div", _hoisted_9$5, [
777
777
  createElementVNode("div", _hoisted_10$5, [
778
778
  createElementVNode("span", null, toDisplayString(Ne.value ? 0 : ((ze = (Ae = Be.hoveredData) == null ? void 0 : Ae.counts) == null ? void 0 : ze.available) || 0), 1),
779
- createTextVNode(" " + toDisplayString(unref(tr$1)("available")), 1)
779
+ createTextVNode(" " + toDisplayString(unref(tr)("available")), 1)
780
780
  ]),
781
781
  De[1] || (De[1] = createElementVNode("span", null, "•", -1)),
782
782
  createElementVNode("div", _hoisted_11$3, [
783
783
  createElementVNode("span", null, toDisplayString(Ne.value === "sold" ? ((Fe = (je = Be.hoveredData) == null ? void 0 : je.flats) == null ? void 0 : Fe.length) || 0 : ((qe = (He = Be.hoveredData) == null ? void 0 : He.counts) == null ? void 0 : qe.sold) || 0), 1),
784
- createTextVNode(" " + toDisplayString(unref(tr$1)("sold")), 1)
784
+ createTextVNode(" " + toDisplayString(unref(tr)("sold")), 1)
785
785
  ]),
786
786
  De[2] || (De[2] = createElementVNode("span", null, "•", -1)),
787
787
  createElementVNode("div", _hoisted_12$2, [
788
788
  createElementVNode("span", null, toDisplayString(Ne.value === "reserved" ? ((Ue = (We = Be.hoveredData) == null ? void 0 : We.flats) == null ? void 0 : Ue.length) || 0 : ((Je = (Ye = Be.hoveredData) == null ? void 0 : Ye.counts) == null ? void 0 : Je.reserved) || 0), 1),
789
- createTextVNode(" " + toDisplayString(unref(tr$1)("reserved")), 1)
789
+ createTextVNode(" " + toDisplayString(unref(tr)("reserved")), 1)
790
790
  ])
791
791
  ])
792
792
  ])) : Be.type === "block" ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
@@ -799,7 +799,7 @@ const tr$1 = (Be) => {
799
799
  createElementVNode("div", _hoisted_19, toDisplayString((Qe = Be.hoveredData) == null ? void 0 : Qe.flat_number), 1),
800
800
  De[4] || (De[4] = createElementVNode("span", null, "|", -1)),
801
801
  Ne.value ? (openBlock(), createElementBlock("div", _hoisted_20, toDisplayString(Ne.value), 1)) : (openBlock(), createElementBlock("div", _hoisted_21, [
802
- (ni = Be.hoveredData) != null && ni.request_price ? (openBlock(), createElementBlock("div", _hoisted_22, toDisplayString(unref(tr$1)("Request Price")), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
802
+ (ni = Be.hoveredData) != null && ni.request_price ? (openBlock(), createElementBlock("div", _hoisted_22, toDisplayString(unref(tr)("Request Price")), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
803
803
  Be.hoveredData.offer_price ? (openBlock(), createElementBlock("div", _hoisted_23, [
804
804
  createElementVNode("div", _hoisted_24, [
805
805
  createTextVNode(toDisplayString(unref(getPrice)(+((ei = Be.hoveredData) == null ? void 0 : ei.price))) + " ", 1),
@@ -820,7 +820,7 @@ const tr$1 = (Be) => {
820
820
  De[3] || (De[3] = createElementVNode("sup", { class: "ire-bg-transparent ire-text-sm" }, " 2 ", -1))
821
821
  ])
822
822
  ]),
823
- (ri = (oi = Be.hoveredData) == null ? void 0 : oi.type) != null && ri.rooms_count ? (openBlock(), createElementBlock("div", _hoisted_31, toDisplayString(unref(tr$1)("room")) + ": " + toDisplayString((ai = (si = Be.hoveredData) == null ? void 0 : si.type) == null ? void 0 : ai.rooms_count), 1)) : createCommentVNode("", !0)
823
+ (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)
824
824
  ]))
825
825
  ])
826
826
  ])) : createCommentVNode("", !0)
@@ -858,7 +858,7 @@ const tr$1 = (Be) => {
858
858
  Be.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
859
859
  createElementVNode("div", _hoisted_3$i, [
860
860
  createElementVNode("div", _hoisted_4$c, toDisplayString((Ve = Be.hoveredData) == null ? void 0 : Ve.floor_number), 1),
861
- createElementVNode("div", _hoisted_5$8, toDisplayString(unref(tr$1)("floor")), 1)
861
+ createElementVNode("div", _hoisted_5$8, toDisplayString(unref(tr)("floor")), 1)
862
862
  ])
863
863
  ])) : Be.type === "block" ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
864
864
  createElementVNode("div", _hoisted_7$4, [
@@ -867,7 +867,7 @@ const tr$1 = (Be) => {
867
867
  ])) : Be.type === "flat" ? (openBlock(), createElementBlock("div", _hoisted_9$4, [
868
868
  createElementVNode("div", _hoisted_10$4, [
869
869
  createElementVNode("div", _hoisted_11$2, toDisplayString((Le = Be.hoveredData) == null ? void 0 : Le.flat_number), 1),
870
- createElementVNode("div", _hoisted_12$1, toDisplayString(unref(tr$1)("apartment")), 1)
870
+ createElementVNode("div", _hoisted_12$1, toDisplayString(unref(tr)("apartment")), 1)
871
871
  ])
872
872
  ])) : createCommentVNode("", !0)
873
873
  ])
@@ -1137,7 +1137,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_ren
1137
1137
  setup(Be) {
1138
1138
  return (_e, ke) => (openBlock(), createElementBlock("div", _hoisted_1$x, [
1139
1139
  createVNode(ArrowRight, { class: "ire-w-6 ire-rotate-180 group-hover/button:[&_path]:ire-fill-white" }),
1140
- createElementVNode("div", _hoisted_2$g, toDisplayString(unref(tr$1)("back")), 1)
1140
+ createElementVNode("div", _hoisted_2$g, toDisplayString(unref(tr)("back")), 1)
1141
1141
  ]));
1142
1142
  }
1143
1143
  }), _hoisted_1$w = { class: "ire-w-fit ire-bg-white" }, _hoisted_2$f = { class: "ire-relative ire-h-full ire-select-none ire-overflow-hidden" }, _hoisted_3$f = ["src"], _hoisted_4$a = ["innerHTML"], _sfc_main$z = /* @__PURE__ */ defineComponent({
@@ -1173,7 +1173,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_ren
1173
1173
  }
1174
1174
  );
1175
1175
  return {
1176
- title: ((ei = Ze == null ? void 0 : Ze.floor_number) == null ? void 0 : ei.toString()) + ` ${tr$1("floor")} ` + (Qe != null && Qe.id ? ` - ${Qe == null ? void 0 : Qe.title}` : "") + (Ze != null && Ze.conf ? " " + Ze.conf : ""),
1176
+ title: ((ei = Ze == null ? void 0 : Ze.floor_number) == null ? void 0 : ei.toString()) + ` ${tr("floor")} ` + (Qe != null && Qe.id ? ` - ${Qe == null ? void 0 : Qe.title}` : "") + (Ze != null && Ze.conf ? " " + Ze.conf : ""),
1177
1177
  value: Ze == null ? void 0 : Ze.id
1178
1178
  };
1179
1179
  }).sort((Ze, Qe) => Ze.title.localeCompare(Qe.title)) || []), We = (Ze) => {
@@ -1312,7 +1312,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_ren
1312
1312
  }), _hoisted_1$v = {
1313
1313
  key: 0,
1314
1314
  class: "ire-flex ire-h-fit ire-w-fit ire-flex-col ire-items-center"
1315
- }, _hoisted_2$e = { class: "flat-preview-value ire-min-w-max ire-text-center !ire-text-2xl !ire-font-semibold ire-text-black" }, _hoisted_3$e = { class: "flat-preview-text ire-border-b ire-border-solid ire-border-b-gray-200 ire-py-2 ire-text-sm ire-uppercase ire-text-gray-600" }, _sfc_main$y = /* @__PURE__ */ defineComponent({
1315
+ }, _hoisted_2$e = { class: "flat-preview-value ire-min-w-max ire-text-center !ire-text-2xl !ire-font-normal ire-text-black" }, _hoisted_3$e = { class: "flat-preview-text ire-border-b ire-border-solid ire-border-b-gray-200 ire-py-2 ire-text-sm ire-uppercase ire-text-gray-600" }, _sfc_main$y = /* @__PURE__ */ defineComponent({
1316
1316
  __name: "FlatPreviewKeyValue",
1317
1317
  props: {
1318
1318
  keyName: {},
@@ -1352,7 +1352,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_ren
1352
1352
  "ire-text-white": Be.active,
1353
1353
  "ire-text-black": !Be.active
1354
1354
  }])
1355
- }, toDisplayString(unref(tr$1)(Be.title)), 3)
1355
+ }, toDisplayString(unref(tr)(Be.title)), 3)
1356
1356
  ], 10, _hoisted_1$u));
1357
1357
  }
1358
1358
  }), _sfc_main$w = {}, _hoisted_1$t = {
@@ -5522,7 +5522,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5522
5522
  "ire-bg-red-500": Be.flat.conf === "sold",
5523
5523
  "ire-bg-yellow-500": Be.flat.conf === "reserved"
5524
5524
  }])
5525
- }, toDisplayString(unref(tr$1)(Be.flat.conf)), 3)) : createCommentVNode("", !0)
5525
+ }, toDisplayString(unref(tr)(Be.flat.conf)), 3)) : createCommentVNode("", !0)
5526
5526
  ]),
5527
5527
  createElementVNode("div", _hoisted_3$d, [
5528
5528
  (openBlock(), createBlock(unref(Swiper), {
@@ -5573,7 +5573,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5573
5573
  createElementVNode("div", _hoisted_8$3, [
5574
5574
  Ae.value && !unref(Ve) ? (openBlock(), createBlock(_sfc_main$x, {
5575
5575
  key: 0,
5576
- title: Re.value ? unref(tr$1)("copied") : unref(tr$1)("copy"),
5576
+ title: Re.value ? unref(tr)("copied") : unref(tr)("copy"),
5577
5577
  active: "",
5578
5578
  class: "ire-h-fit !ire-w-[105px] [&_svg]:ire-size-5",
5579
5579
  onClick: je
@@ -5586,7 +5586,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5586
5586
  Ie.value ? (openBlock(), createElementBlock("div", _hoisted_9$3, [
5587
5587
  (Ze = (Je = (Ye = (Ue = Be.flat) == null ? void 0 : Ue.type) == null ? void 0 : Ye.image_3d) == null ? void 0 : Je[0]) != null && Ze.url ? (openBlock(), createBlock(_sfc_main$x, {
5588
5588
  key: 0,
5589
- title: unref(tr$1)("3d plan"),
5589
+ title: unref(tr)("3d plan"),
5590
5590
  active: !De.value,
5591
5591
  onClick: He[0] || (He[0] = (Ge) => De.value = !1)
5592
5592
  }, {
@@ -5599,7 +5599,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5599
5599
  }, 8, ["title", "active"])) : createCommentVNode("", !0),
5600
5600
  (Ke = (ei = (ni = (Qe = Be.flat) == null ? void 0 : Qe.type) == null ? void 0 : ni.image_2d) == null ? void 0 : ei[0]) != null && Ke.url ? (openBlock(), createBlock(_sfc_main$x, {
5601
5601
  key: 1,
5602
- title: unref(tr$1)("2d plan"),
5602
+ title: unref(tr)("2d plan"),
5603
5603
  active: De.value,
5604
5604
  onClick: He[1] || (He[1] = (Ge) => De.value = !0)
5605
5605
  }, {
@@ -5638,7 +5638,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5638
5638
  setup(Be) {
5639
5639
  const _e = useModel(Be, "modelValue");
5640
5640
  return (ke, $e) => (openBlock(), createElementBlock("label", _hoisted_1$m, [
5641
- createElementVNode("div", _hoisted_2$c, toDisplayString(unref(tr$1)(Be.label)), 1),
5641
+ createElementVNode("div", _hoisted_2$c, toDisplayString(unref(tr)(Be.label)), 1),
5642
5642
  createElementVNode("div", _hoisted_3$c, [
5643
5643
  withDirectives(createElementVNode("input", {
5644
5644
  "onUpdate:modelValue": $e[0] || ($e[0] = (Ne) => _e.value = Ne),
@@ -5715,9 +5715,9 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5715
5715
  }, {
5716
5716
  default: withCtx(() => [
5717
5717
  Le.value ? (openBlock(), createElementBlock("div", _hoisted_1$l, [
5718
- createElementVNode("div", null, toDisplayString(unref(tr$1)("Thank you! Your request has been received.")), 1)
5718
+ createElementVNode("div", null, toDisplayString(unref(tr)("Thank you! Your request has been received.")), 1)
5719
5719
  ])) : (openBlock(), createElementBlock("div", _hoisted_2$b, [
5720
- createElementVNode("div", _hoisted_3$b, toDisplayString(unref(tr$1)("Request callback")), 1),
5720
+ createElementVNode("div", _hoisted_3$b, toDisplayString(unref(tr)("Request callback")), 1),
5721
5721
  createVNode(_sfc_main$p, {
5722
5722
  modelValue: Ve.value.name,
5723
5723
  "onUpdate:modelValue": je[0] || (je[0] = (Fe) => Ve.value.name = Fe),
@@ -5741,7 +5741,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5741
5741
  required: ""
5742
5742
  }, null, 8, ["modelValue"]),
5743
5743
  createElementVNode("div", _hoisted_4$7, [
5744
- createElementVNode("label", _hoisted_5$5, toDisplayString(unref(tr$1)("Comment")), 1),
5744
+ createElementVNode("label", _hoisted_5$5, toDisplayString(unref(tr)("Comment")), 1),
5745
5745
  withDirectives(createElementVNode("textarea", {
5746
5746
  "onUpdate:modelValue": je[3] || (je[3] = (Fe) => Ve.value.comment = Fe),
5747
5747
  placeholder: "...",
@@ -5845,7 +5845,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5845
5845
  createElementVNode("div", _hoisted_2$a, [
5846
5846
  (He = Be.flat) != null && He.flat_number ? (openBlock(), createBlock(_sfc_main$y, {
5847
5847
  key: 0,
5848
- keyName: unref(tr$1)("apartment"),
5848
+ keyName: unref(tr)("apartment"),
5849
5849
  value: Be.flat.flat_number,
5850
5850
  class: "[&_.flat-preview-value]:ire-min-w-fit [&_.flat-preview-value]:ire-font-semibold"
5851
5851
  }, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
@@ -5856,12 +5856,12 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5856
5856
  createElementVNode("div", _hoisted_6$3, [
5857
5857
  (ei = Be.flat) != null && ei.floor_id ? (openBlock(), createBlock(_sfc_main$y, {
5858
5858
  key: 0,
5859
- keyName: unref(tr$1)("floor"),
5859
+ keyName: unref(tr)("floor"),
5860
5860
  value: ((Ge = (Xe = unref(getFloorById)(+((Ke = Be.flat) == null ? void 0 : Ke.floor_id))) == null ? void 0 : Xe.floor_number) == null ? void 0 : Ge.toString()) || ""
5861
5861
  }, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
5862
5862
  (ii = (ti = Be.flat) == null ? void 0 : ti.type) != null && ii.area_m2 ? (openBlock(), createBlock(_sfc_main$y, {
5863
5863
  key: 1,
5864
- keyName: unref(tr$1)("area"),
5864
+ keyName: unref(tr)("area"),
5865
5865
  value: unref(getArea)(Number((oi = Be.flat) == null ? void 0 : oi.type.area_m2))
5866
5866
  }, {
5867
5867
  sufix: withCtx(() => [
@@ -5871,16 +5871,16 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5871
5871
  }, 8, ["keyName", "value"])) : createCommentVNode("", !0),
5872
5872
  (si = (ri = Be.flat) == null ? void 0 : ri.type) != null && si.rooms_count ? (openBlock(), createBlock(_sfc_main$y, {
5873
5873
  key: 2,
5874
- keyName: unref(tr$1)("room"),
5874
+ keyName: unref(tr)("room"),
5875
5875
  value: Be.flat.type.rooms_count
5876
5876
  }, null, 8, ["keyName", "value"])) : createCommentVNode("", !0),
5877
5877
  (ai = Be.flat) != null && ai.request_price ? (openBlock(), createBlock(_sfc_main$y, {
5878
5878
  key: 3,
5879
- keyName: unref(tr$1)("price"),
5880
- value: unref(tr$1)("Request Price")
5879
+ keyName: unref(tr)("price"),
5880
+ value: unref(tr)("Request Price")
5881
5881
  }, null, 8, ["keyName", "value"])) : (li = Be.flat) != null && li.offer_price ? (openBlock(), createBlock(_sfc_main$y, {
5882
5882
  key: 4,
5883
- keyName: unref(tr$1)("price"),
5883
+ keyName: unref(tr)("price"),
5884
5884
  value: unref(getPrice)(Number((ci = Be.flat) == null ? void 0 : ci.offer_price))
5885
5885
  }, {
5886
5886
  top: withCtx(() => {
@@ -5898,7 +5898,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5898
5898
  _: 1
5899
5899
  }, 8, ["keyName", "value"])) : (di = Be.flat) != null && di.price && Number(Be.flat.price) > 0 ? (openBlock(), createBlock(_sfc_main$y, {
5900
5900
  key: 5,
5901
- keyName: unref(tr$1)("price"),
5901
+ keyName: unref(tr)("price"),
5902
5902
  value: unref(getPrice)(Number((hi = Be.flat) == null ? void 0 : hi.price))
5903
5903
  }, {
5904
5904
  sufix: withCtx(() => [
@@ -5920,12 +5920,12 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
5920
5920
  class: "ire-w-full ire-p-2"
5921
5921
  }, [
5922
5922
  createVNode(_sfc_main$x, {
5923
- title: unref(tr$1)("download file")
5923
+ title: unref(tr)("download file")
5924
5924
  }, null, 8, ["title"])
5925
5925
  ], 8, _hoisted_9$2)) : createCommentVNode("", !0),
5926
5926
  Ie.value ? (openBlock(), createElementBlock("div", _hoisted_10$2, [
5927
5927
  createVNode(_sfc_main$x, {
5928
- title: unref(tr$1)("request callback"),
5928
+ title: unref(tr)("request callback"),
5929
5929
  active: "",
5930
5930
  onClick: Fe[0] || (Fe[0] = (ui) => Le.value = !0)
5931
5931
  }, null, 8, ["title"])
@@ -6468,9 +6468,9 @@ const Placeholder = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_re
6468
6468
  createElementVNode("div", _hoisted_4$4, [
6469
6469
  createElementVNode("div", _hoisted_5$3, [
6470
6470
  createElementVNode("div", _hoisted_6$2, toDisplayString(Be.flat.flat_number), 1),
6471
- Be.flat.conf === "reserved" ? (openBlock(), createElementBlock("div", _hoisted_7$1, toDisplayString(unref(tr$1)("reserved")), 1)) : Be.flat.conf === "sold" ? (openBlock(), createElementBlock("div", _hoisted_8$1, toDisplayString(unref(tr$1)("sold")), 1)) : createCommentVNode("", !0)
6471
+ Be.flat.conf === "reserved" ? (openBlock(), createElementBlock("div", _hoisted_7$1, toDisplayString(unref(tr)("reserved")), 1)) : Be.flat.conf === "sold" ? (openBlock(), createElementBlock("div", _hoisted_8$1, toDisplayString(unref(tr)("sold")), 1)) : createCommentVNode("", !0)
6472
6472
  ]),
6473
- Be.flat.request_price ? (openBlock(), createElementBlock("div", _hoisted_9$1, toDisplayString(unref(tr$1)("Request Price")), 1)) : Be.flat.offer_price ? (openBlock(), createElementBlock("div", _hoisted_10$1, [
6473
+ Be.flat.request_price ? (openBlock(), createElementBlock("div", _hoisted_9$1, toDisplayString(unref(tr)("Request Price")), 1)) : Be.flat.offer_price ? (openBlock(), createElementBlock("div", _hoisted_10$1, [
6474
6474
  createElementVNode("div", _hoisted_11, toDisplayString(unref(getPrice)(+Be.flat.price_n)) + " " + toDisplayString(unref(currencySymbol)()), 1),
6475
6475
  createElementVNode("div", null, toDisplayString(unref(getPrice)(+Be.flat.offer_price)) + " " + toDisplayString(unref(currencySymbol)()), 1)
6476
6476
  ])) : Be.flat.price !== "0.00" ? (openBlock(), createElementBlock("div", _hoisted_12, toDisplayString(unref(getPrice)(+Be.flat.price_n)) + " " + toDisplayString(unref(currencySymbol)()), 1)) : createCommentVNode("", !0),
@@ -6882,7 +6882,7 @@ const SortingArrowAsc = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sf
6882
6882
  onClick: (Fe) => Ie(je)
6883
6883
  }, [
6884
6884
  createElementVNode("div", _hoisted_5$1, [
6885
- createElementVNode("p", _hoisted_6$1, toDisplayString(unref(tr$1)(je == null ? void 0 : je.header)), 1),
6885
+ createElementVNode("div", _hoisted_6$1, toDisplayString(unref(tr)(je == null ? void 0 : je.header)), 1),
6886
6886
  createElementVNode("div", {
6887
6887
  class: normalizeClass(["[&_svg]:ire-size-3", {
6888
6888
  "[&_path]:ire-fill-white": Ne.value === (je.field || je.sortableField) && Ve.value,
@@ -6993,7 +6993,7 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
6993
6993
  sortable: Ie == null ? void 0 : Ie.sortable
6994
6994
  }, null, 8, ["field", "header", "sortable"]))), 128)),
6995
6995
  createVNode(Column, {
6996
- header: unref(tr$1)("action"),
6996
+ header: unref(tr)("action"),
6997
6997
  sortable: ""
6998
6998
  }, {
6999
6999
  body: withCtx((Ie) => {
@@ -7031,7 +7031,7 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7031
7031
  }, 8, ["data"])
7032
7032
  ]));
7033
7033
  }
7034
- }), _hoisted_1$2 = { class: "ire-space-y-4 ire-p-8" }, _hoisted_2$1 = { class: "mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_3$1 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_4$1 = { class: "mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_5 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_6 = { class: "mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_7 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_8 = { class: "mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_9 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_10 = { class: "mb-2 ire-text-lg ire-font-semibold ire-capitalize ire-text-black" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
7034
+ }), _hoisted_1$2 = { class: "ire-space-y-4 ire-p-8" }, _hoisted_2$1 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_3$1 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_4$1 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_5 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_6 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_7 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_8 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_9 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_10 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
7035
7035
  __name: "Filters",
7036
7036
  props: {
7037
7037
  filtersObject: {},
@@ -7040,19 +7040,19 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7040
7040
  emits: /* @__PURE__ */ mergeModels(["filterFlatsList"], ["update:filtersObject"]),
7041
7041
  setup(Be, { emit: _e }) {
7042
7042
  const ke = _e, $e = [
7043
- { value: "all", title: tr$1("all") },
7044
- { value: "available", title: tr$1("available") },
7045
- { value: "reserved", title: tr$1("reserved") },
7046
- { value: "sold", title: tr$1("sold") }
7043
+ { value: "all", title: tr("all") },
7044
+ { value: "available", title: tr("available") },
7045
+ { value: "reserved", title: tr("reserved") },
7046
+ { value: "sold", title: tr("sold") }
7047
7047
  ], Ne = useModel(Be, "filtersObject");
7048
7048
  return (Ve, De) => (openBlock(), createElementBlock("div", _hoisted_1$2, [
7049
7049
  createElementVNode("div", null, [
7050
- createElementVNode("div", _hoisted_2$1, toDisplayString(unref(tr$1)("price")), 1),
7050
+ createElementVNode("div", _hoisted_2$1, toDisplayString(unref(tr)("price")), 1),
7051
7051
  createElementVNode("div", _hoisted_3$1, [
7052
7052
  createVNode(_sfc_main$p, {
7053
7053
  modelValue: Ne.value.priceMin,
7054
7054
  "onUpdate:modelValue": De[0] || (De[0] = (Le) => Ne.value.priceMin = Le),
7055
- label: unref(tr$1)("min"),
7055
+ label: unref(tr)("min"),
7056
7056
  type: "number"
7057
7057
  }, {
7058
7058
  "right-icon": withCtx(() => [
@@ -7063,7 +7063,7 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7063
7063
  createVNode(_sfc_main$p, {
7064
7064
  modelValue: Ne.value.priceMax,
7065
7065
  "onUpdate:modelValue": De[1] || (De[1] = (Le) => Ne.value.priceMax = Le),
7066
- label: unref(tr$1)("max"),
7066
+ label: unref(tr)("max"),
7067
7067
  type: "number"
7068
7068
  }, {
7069
7069
  "right-icon": withCtx(() => [
@@ -7074,12 +7074,12 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7074
7074
  ])
7075
7075
  ]),
7076
7076
  createElementVNode("div", null, [
7077
- createElementVNode("div", _hoisted_4$1, toDisplayString(unref(tr$1)("area")), 1),
7077
+ createElementVNode("div", _hoisted_4$1, toDisplayString(unref(tr)("area")), 1),
7078
7078
  createElementVNode("div", _hoisted_5, [
7079
7079
  createVNode(_sfc_main$p, {
7080
7080
  modelValue: Ne.value.areaMin,
7081
7081
  "onUpdate:modelValue": De[2] || (De[2] = (Le) => Ne.value.areaMin = Le),
7082
- label: unref(tr$1)("min"),
7082
+ label: unref(tr)("min"),
7083
7083
  type: "number"
7084
7084
  }, {
7085
7085
  "right-icon": withCtx(() => [
@@ -7090,7 +7090,7 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7090
7090
  createVNode(_sfc_main$p, {
7091
7091
  modelValue: Ne.value.areaMax,
7092
7092
  "onUpdate:modelValue": De[3] || (De[3] = (Le) => Ne.value.areaMax = Le),
7093
- label: unref(tr$1)("max"),
7093
+ label: unref(tr)("max"),
7094
7094
  type: "number"
7095
7095
  }, {
7096
7096
  "right-icon": withCtx(() => [
@@ -7101,41 +7101,41 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7101
7101
  ])
7102
7102
  ]),
7103
7103
  createElementVNode("div", null, [
7104
- createElementVNode("div", _hoisted_6, toDisplayString(unref(tr$1)("floor number")), 1),
7104
+ createElementVNode("div", _hoisted_6, toDisplayString(unref(tr)("floor number")), 1),
7105
7105
  createElementVNode("div", _hoisted_7, [
7106
7106
  createVNode(_sfc_main$p, {
7107
7107
  modelValue: Ne.value.floorMin,
7108
7108
  "onUpdate:modelValue": De[4] || (De[4] = (Le) => Ne.value.floorMin = Le),
7109
- label: unref(tr$1)("min"),
7109
+ label: unref(tr)("min"),
7110
7110
  type: "number"
7111
7111
  }, null, 8, ["modelValue", "label"]),
7112
7112
  createVNode(_sfc_main$p, {
7113
7113
  modelValue: Ne.value.floorMax,
7114
7114
  "onUpdate:modelValue": De[5] || (De[5] = (Le) => Ne.value.floorMax = Le),
7115
- label: unref(tr$1)("max"),
7115
+ label: unref(tr)("max"),
7116
7116
  type: "number"
7117
7117
  }, null, 8, ["modelValue", "label"])
7118
7118
  ])
7119
7119
  ]),
7120
7120
  createElementVNode("div", null, [
7121
- createElementVNode("div", _hoisted_8, toDisplayString(unref(tr$1)("rooms count")), 1),
7121
+ createElementVNode("div", _hoisted_8, toDisplayString(unref(tr)("rooms count")), 1),
7122
7122
  createElementVNode("div", _hoisted_9, [
7123
7123
  createVNode(_sfc_main$p, {
7124
7124
  modelValue: Ne.value.roomMin,
7125
7125
  "onUpdate:modelValue": De[6] || (De[6] = (Le) => Ne.value.roomMin = Le),
7126
- label: unref(tr$1)("min"),
7126
+ label: unref(tr)("min"),
7127
7127
  type: "number"
7128
7128
  }, null, 8, ["modelValue", "label"]),
7129
7129
  createVNode(_sfc_main$p, {
7130
7130
  modelValue: Ne.value.roomMax,
7131
7131
  "onUpdate:modelValue": De[7] || (De[7] = (Le) => Ne.value.roomMax = Le),
7132
- label: unref(tr$1)("max"),
7132
+ label: unref(tr)("max"),
7133
7133
  type: "number"
7134
7134
  }, null, 8, ["modelValue", "label"])
7135
7135
  ])
7136
7136
  ]),
7137
7137
  createElementVNode("div", null, [
7138
- createElementVNode("div", _hoisted_10, toDisplayString(unref(tr$1)("select config")), 1),
7138
+ createElementVNode("div", _hoisted_10, toDisplayString(unref(tr)("select config")), 1),
7139
7139
  createVNode(_sfc_main$C, {
7140
7140
  modelValue: Ne.value.config,
7141
7141
  "onUpdate:modelValue": De[8] || (De[8] = (Le) => Ne.value.config = Le),
@@ -7144,7 +7144,7 @@ const ContactIcon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_re
7144
7144
  }, null, 8, ["modelValue"])
7145
7145
  ]),
7146
7146
  createVNode(_sfc_main$x, {
7147
- title: unref(tr$1)("filter"),
7147
+ title: unref(tr)("filter"),
7148
7148
  active: "",
7149
7149
  class: "!ire-w-fit ire-capitalize",
7150
7150
  onClick: De[9] || (De[9] = (Le) => ke("filterFlatsList"))
@@ -7241,7 +7241,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
7241
7241
  area_m2: `${oi == null ? void 0 : oi.area_m2} ${getAreaUnitLabel()}²`
7242
7242
  },
7243
7243
  price_n: Number(Ge.price),
7244
- price: Ge.conf ? tr$1(Ge.conf) : Ge.request_price ? tr$1("Request Price") : `${getPrice(Number((Ge == null ? void 0 : Ge.offer_price) || (Ge == null ? void 0 : Ge.price)))} ${currencySymbol()}`,
7244
+ price: Ge.conf ? tr(Ge.conf) : Ge.request_price ? tr("Request Price") : `${getPrice(Number((Ge == null ? void 0 : Ge.offer_price) || (Ge == null ? void 0 : Ge.price)))} ${currencySymbol()}`,
7245
7245
  floor_title: ti == null ? void 0 : ti.title,
7246
7246
  floor_number: Number(ti == null ? void 0 : ti.floor_number),
7247
7247
  block_title: ii
@@ -7311,7 +7311,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
7311
7311
  return [
7312
7312
  createElementVNode("div", _hoisted_1, [
7313
7313
  createVNode(_sfc_main$x, {
7314
- title: unref(tr$1)("filters"),
7314
+ title: unref(tr)("filters"),
7315
7315
  active: "",
7316
7316
  class: "!ire-w-fit ire-capitalize",
7317
7317
  onClick: Ge[0] || (Ge[0] = (ii) => Ie.value = !0)
@@ -7346,7 +7346,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
7346
7346
  (openBlock(), createElementBlock("span", {
7347
7347
  key: String(Ae.value),
7348
7348
  class: "ire-text-black ire-transition-all group-hover:ire-text-gray-500"
7349
- }, toDisplayString(Ae.value ? unref(tr$1)("grid view") : unref(tr$1)("table view")), 1))
7349
+ }, toDisplayString(Ae.value ? unref(tr)("grid view") : unref(tr)("table view")), 1))
7350
7350
  ]),
7351
7351
  _: 1
7352
7352
  })
@@ -7377,7 +7377,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
7377
7377
  ], 512))
7378
7378
  ]),
7379
7379
  _: 1
7380
- })) : (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(unref(tr$1)("nothing found")), 1)),
7380
+ })) : (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(unref(tr)("nothing found")), 1)),
7381
7381
  (ti = Qe.value) != null && ti.length && Je.value > 1 ? (openBlock(), createElementBlock("div", _hoisted_4, [
7382
7382
  createElementVNode("div", null, [
7383
7383
  createVNode(unref(script$1), {