ire-preview 2.3.11 → 2.3.13

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 (2) hide show
  1. package/dist/lib.es.js +5 -5
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -1033,7 +1033,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_ren
1033
1033
  }
1034
1034
  );
1035
1035
  return {
1036
- title: ((u = n == null ? void 0 : n.floor_number) == null ? void 0 : u.toString()) + " Floor" + (d != null && d.id ? ` - ${d == null ? void 0 : d.title}` : "") + (n != null && n.conf ? " " + n.conf : ""),
1036
+ title: ((u = n == null ? void 0 : n.floor_number) == null ? void 0 : u.toString()) + ` ${tr("floor")} ` + (d != null && d.id ? ` - ${d == null ? void 0 : d.title}` : "") + (n != null && n.conf ? " " + n.conf : ""),
1037
1037
  value: n == null ? void 0 : n.id
1038
1038
  };
1039
1039
  }).sort((n, d) => +(n == null ? void 0 : n.title) - +(d == null ? void 0 : d.title)) || []), c = (n) => {
@@ -1253,7 +1253,7 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$1]
1253
1253
  var i, l;
1254
1254
  Object.keys(((l = (i = o.flat) == null ? void 0 : i.type) == null ? void 0 : l.image_3d) || {}).length || (r.value = !0);
1255
1255
  }), (i, l) => {
1256
- var f, v, y, w, S, b, _, c, p, a, h, n, d, g, u, $, x, m, k, V, E, D, C, B, M, R, N, P, O, A, F;
1256
+ var f, v, y, w, S, b, _, c, p, a, h, n, d, g, u, $, x, m, k, V, E, D, C, B, M, R, N, P, O, A, I;
1257
1257
  return openBlock(), createElementBlock("div", null, [
1258
1258
  createElementVNode("div", _hoisted_1$5, [
1259
1259
  createElementVNode("div", _hoisted_2$3, [
@@ -1262,9 +1262,9 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$1]
1262
1262
  mode: "out-in"
1263
1263
  }, {
1264
1264
  default: withCtx(() => {
1265
- var j, T, L, I, H, z, W, K, Y, U, X, q, Z, J, Q, G, ee, te, oe, re, ie, le, se, ne;
1265
+ var j, T, L, F, H, z, W, K, Y, U, X, q, Z, J, Q, G, ee, te, oe, re, ie, le, se, ne;
1266
1266
  return [
1267
- r.value && ((I = (L = (T = (j = i.flat) == null ? void 0 : j.type) == null ? void 0 : T.image_2d) == null ? void 0 : L[t.value]) != null && I.url) ? (openBlock(), createElementBlock("img", {
1267
+ r.value && ((F = (L = (T = (j = i.flat) == null ? void 0 : j.type) == null ? void 0 : T.image_2d) == null ? void 0 : L[t.value]) != null && F.url) ? (openBlock(), createElementBlock("img", {
1268
1268
  key: (K = (W = (z = (H = i.flat) == null ? void 0 : H.type) == null ? void 0 : z.image_2d) == null ? void 0 : W[t.value]) == null ? void 0 : K.url,
1269
1269
  src: (q = (X = (U = (Y = i.flat) == null ? void 0 : Y.type) == null ? void 0 : U.image_2d) == null ? void 0 : X[t.value]) == null ? void 0 : q.url,
1270
1270
  class: "ire-h-full ire-w-full ire-object-contain ire-object-top lg:ire-h-96 lg:ire-w-[30rem]"
@@ -1357,7 +1357,7 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$1]
1357
1357
  (P = i.flat) != null && P.offer_price ? (openBlock(), createElementBlock("div", _hoisted_28, [
1358
1358
  createElementVNode("div", _hoisted_29, toDisplayString(Number((A = i.flat) == null ? void 0 : A.price).toLocaleString("fr-FR")), 1),
1359
1359
  createElementVNode("div", _hoisted_30, [
1360
- createTextVNode(toDisplayString(Number((F = i.flat) == null ? void 0 : F.offer_price).toLocaleString("fr-FR")) + " ", 1),
1360
+ createTextVNode(toDisplayString(Number((I = i.flat) == null ? void 0 : I.offer_price).toLocaleString("fr-FR")) + " ", 1),
1361
1361
  createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
1362
1362
  ])
1363
1363
  ])) : (openBlock(), createElementBlock("div", _hoisted_27, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,