ire-preview 2.4.5 → 2.4.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.
- package/dist/lib.es.js +2 -2
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -4229,7 +4229,7 @@ const FancyBoxComp = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_r
|
|
|
4229
4229
|
}, toDisplayString(_e.title), 3)
|
|
4230
4230
|
], 2));
|
|
4231
4231
|
}
|
|
4232
|
-
}), _hoisted_1$6 = { class: "ire-flex ire-h-fit ire-w-fit ire-flex-col ire-items-center" }, _hoisted_2$4 = { class: "flat-preview-value ire-min-w-max ire-text-center !ire-text-2xl ire-capitalize" }, _hoisted_3$4 = { class: "flat-preview-text ire-border-b ire-border-solid ire-border-b-gray-200 ire-py-2 ire-text-sm ire-
|
|
4232
|
+
}), _hoisted_1$6 = { class: "ire-flex ire-h-fit ire-w-fit ire-flex-col ire-items-center" }, _hoisted_2$4 = { class: "flat-preview-value ire-min-w-max ire-text-center !ire-text-2xl ire-capitalize" }, _hoisted_3$4 = { 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$9 = /* @__PURE__ */ defineComponent({
|
|
4233
4233
|
__name: "FlatPreviewKeyValue",
|
|
4234
4234
|
props: {
|
|
4235
4235
|
keyName: {},
|
|
@@ -4414,7 +4414,7 @@ const FancyBoxComp = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_r
|
|
|
4414
4414
|
createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
|
|
4415
4415
|
]),
|
|
4416
4416
|
_: 1
|
|
4417
|
-
}, 8, ["keyName", "value"])) : (di = $e.flat) != null && di.price ? (openBlock(), createBlock(_sfc_main$9, {
|
|
4417
|
+
}, 8, ["keyName", "value"])) : (di = $e.flat) != null && di.price && Number($e.flat.price) > 0 ? (openBlock(), createBlock(_sfc_main$9, {
|
|
4418
4418
|
key: 4,
|
|
4419
4419
|
keyName: unref(tr)("price"),
|
|
4420
4420
|
value: unref(getPrice)(Number((fi = $e.flat) == null ? void 0 : fi.price))
|