br-dionysus 1.7.9 → 1.7.10
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/br-dionysus.es.js
CHANGED
|
@@ -11483,11 +11483,15 @@ const nC = Jh(Zn, "$message"), oC = { class: "u-my-table-column-gp" }, lC = { ke
|
|
|
11483
11483
|
name: P,
|
|
11484
11484
|
isFilter: !1
|
|
11485
11485
|
})), M = (P, N) => {
|
|
11486
|
+
if (!P)
|
|
11487
|
+
return !1;
|
|
11486
11488
|
const te = w.findIndex((ee) => ee.name === P);
|
|
11487
11489
|
te !== -1 && (w[te].isFilter = N);
|
|
11488
11490
|
}, k = (P) => {
|
|
11491
|
+
if (!P)
|
|
11492
|
+
return !1;
|
|
11489
11493
|
const N = w.findIndex((ee) => ee.name === P);
|
|
11490
|
-
return w[N].isFilter || !1;
|
|
11494
|
+
return N === -1 ? !1 : w[N].isFilter || !1;
|
|
11491
11495
|
}, I = _(!1), x = _(), D = (P, N) => {
|
|
11492
11496
|
var $e;
|
|
11493
11497
|
const te = P.target, { width: ee, height: ue, bottom: ce, right: we } = te.getBoundingClientRect(), Ee = window.innerHeight - ce < 420, Ie = window.innerWidth - we < ((($e = x.value) == null ? void 0 : $e.clientWidth) || 0) + 20;
|
|
@@ -11698,7 +11702,7 @@ const nC = Jh(Zn, "$message"), oC = { class: "u-my-table-column-gp" }, lC = { ke
|
|
|
11698
11702
|
]), 1040, ["filterMethod"]);
|
|
11699
11703
|
};
|
|
11700
11704
|
}
|
|
11701
|
-
}), pC = /* @__PURE__ */ zt(fC, [["__scopeId", "data-v-
|
|
11705
|
+
}), pC = /* @__PURE__ */ zt(fC, [["__scopeId", "data-v-9c6a4aa2"]]), Zl = {
|
|
11702
11706
|
install(e) {
|
|
11703
11707
|
e.component("MTableColumn", pC);
|
|
11704
11708
|
}
|