jwt-ui 1.10.69 → 1.10.70
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/lib/jwt-ui.es.js +4 -6
- package/lib/jwt-ui.umd.js +1 -1
- package/package.json +1 -1
package/lib/jwt-ui.es.js
CHANGED
|
@@ -41770,14 +41770,12 @@ const g5e = /* @__PURE__ */ yn(o5e, [["render", p5e], ["__scopeId", "data-v-afca
|
|
|
41770
41770
|
setup(e, { emit: t }) {
|
|
41771
41771
|
const n = Pt(!1), r = Pt(!1), o = e, i = t;
|
|
41772
41772
|
Oi(() => {
|
|
41773
|
-
var u, l;
|
|
41773
|
+
var u, l, c;
|
|
41774
41774
|
if (o.item.type === "selection") {
|
|
41775
|
-
const
|
|
41776
|
-
(
|
|
41777
|
-
), d = (l = o == null ? void 0 : o.tableData) == null ? void 0 : l.some(
|
|
41778
|
-
(f) => f.selectionChecked
|
|
41775
|
+
const d = ((u = o == null ? void 0 : o.tableData) == null ? void 0 : u.length) && ((l = o == null ? void 0 : o.tableData) == null ? void 0 : l.every((h) => h.selectionChecked)), f = (c = o == null ? void 0 : o.tableData) == null ? void 0 : c.some(
|
|
41776
|
+
(h) => h.selectionChecked
|
|
41779
41777
|
);
|
|
41780
|
-
n.value =
|
|
41778
|
+
n.value = d, r.value = f && !d;
|
|
41781
41779
|
}
|
|
41782
41780
|
});
|
|
41783
41781
|
function s() {
|