@factoringplus/pl-components-pack-v3 0.11.10-pre-01 → 0.11.10-pre-02
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.
|
@@ -36083,7 +36083,8 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
|
|
|
36083
36083
|
withHover: { type: Boolean },
|
|
36084
36084
|
isSelectable: { type: Boolean },
|
|
36085
36085
|
selectedRows: { default: () => [] },
|
|
36086
|
-
uniqKey: { default: "" }
|
|
36086
|
+
uniqKey: { default: "" },
|
|
36087
|
+
defaultWrapperWidth: { default: null }
|
|
36087
36088
|
},
|
|
36088
36089
|
emits: ["infiniteScroll", "update:selectedRows"],
|
|
36089
36090
|
setup(g, { expose: y, emit: j }) {
|
|
@@ -36149,8 +36150,8 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
|
|
|
36149
36150
|
{ immediate: !0 }
|
|
36150
36151
|
);
|
|
36151
36152
|
const _n = () => {
|
|
36152
|
-
const { width: jt } = ae.value.getBoundingClientRect();
|
|
36153
|
-
Ce.value = z.isSelectable ?
|
|
36153
|
+
const { width: jt } = ae.value.getBoundingClientRect(), Lt = z.defaultWrapperWidth || jt;
|
|
36154
|
+
Ce.value = z.isSelectable ? Lt - 116 : Lt - 80;
|
|
36154
36155
|
};
|
|
36155
36156
|
return watch(L, () => {
|
|
36156
36157
|
_n();
|