@factoringplus/pl-components-pack-v3 0.12.5-pre-03 → 0.12.5-pre-05
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.
|
@@ -36813,7 +36813,7 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
|
|
|
36813
36813
|
);
|
|
36814
36814
|
const hn = () => {
|
|
36815
36815
|
const { width: kt } = oe.value.getBoundingClientRect(), Lt = z.defaultWrapperWidth || kt;
|
|
36816
|
-
Ce.value =
|
|
36816
|
+
Ce.value = Lt - 48;
|
|
36817
36817
|
};
|
|
36818
36818
|
return watch(L, () => {
|
|
36819
36819
|
hn();
|
|
@@ -36918,7 +36918,8 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
|
|
|
36918
36918
|
_: 2
|
|
36919
36919
|
}, 1024)) : createCommentVNode("", !0),
|
|
36920
36920
|
createElementVNode("div", {
|
|
36921
|
-
|
|
36921
|
+
class: "max",
|
|
36922
|
+
style: normalizeStyle(`max-width: ${unref(L) > 730 ? Cn.maxWidthContent : "100%"}`)
|
|
36922
36923
|
}, [
|
|
36923
36924
|
renderSlot(kt.$slots, Cn.key, { row: En }, () => [
|
|
36924
36925
|
createTextVNode(toDisplayString(En[Cn.label]), 1)
|