y-admin-ui 0.3.9 → 0.4.1
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/{index.e176cca0.js → index.46448ad6.js} +2 -2
- package/lib/{index.e176cca0.js.gz → index.46448ad6.js.gz} +0 -0
- package/lib/index.7b316528.js +6 -0
- package/lib/y-admin-ui.js +1 -1
- package/lib/y-admin-ui.umd.cjs +1 -1
- package/lib/{y-file-table-item.8d4cb4dd.js → y-file-table-item.89223297.js} +11 -11
- package/lib/{y-file-table.53811948.js → y-file-table.e530cc48.js} +1 -1
- package/package.json +1 -1
- package/lib/index.2e203f40.js +0 -6
@@ -23127,7 +23127,7 @@ const bu = /* @__PURE__ */ Bc(au.exports), Ev = { class: "y-tool" }, Cv = /* @__
|
|
23127
23127
|
"before-leave"
|
23128
23128
|
],
|
23129
23129
|
setup(e, { emit: l }) {
|
23130
|
-
const a = e, n = Ct(() => import("./index.fcb0faf9.js")), r = Ct(() => import("./index.
|
23130
|
+
const a = e, n = Ct(() => import("./index.fcb0faf9.js")), r = Ct(() => import("./index.7b316528.js")), o = Yl({
|
23131
23131
|
selectedLabel: "",
|
23132
23132
|
selected: [],
|
23133
23133
|
visible: !1,
|
@@ -25131,7 +25131,7 @@ const vf = (e, l) => {
|
|
25131
25131
|
props: Af,
|
25132
25132
|
emits: ["update:checked", "update:checked", "item-click", "sort-change"],
|
25133
25133
|
setup(e, { emit: l }) {
|
25134
|
-
const a = e, n = Ct(() => import("./y-file-grid.3dc64d1a.js")), r = Ct(() => import("./y-file-table.
|
25134
|
+
const a = e, n = Ct(() => import("./y-file-grid.3dc64d1a.js")), r = Ct(() => import("./y-file-table.e530cc48.js")), o = me(() => Array.isArray(a.checked)), t = me(() => {
|
25135
25135
|
var v, d, m;
|
25136
25136
|
return !!((v = a.data) != null && v.length) && ((d = a.checked) == null ? void 0 : d.length) === ((m = a.data) == null ? void 0 : m.length);
|
25137
25137
|
}), u = me(() => {
|
Binary file
|
package/lib/y-admin-ui.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { h as o, e as t, d as Y, g as i, f as l, a as r, Y as d, b as n, c as b, i as m, k as u, j as c, t as f } from "./index.
|
1
|
+
import { h as o, e as t, d as Y, g as i, f as l, a as r, Y as d, b as n, c as b, i as m, k as u, j as c, t as f } from "./index.46448ad6.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
o as YFileList,
|