dccxx-s3-explorer 1.0.79 → 1.0.80
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/s3-explorer.js
CHANGED
|
@@ -25913,7 +25913,7 @@ const kV = (t, e) => {
|
|
|
25913
25913
|
), x = gn(async () => {
|
|
25914
25914
|
var N;
|
|
25915
25915
|
try {
|
|
25916
|
-
return (N = (await Fe.get(e + "
|
|
25916
|
+
return (N = (await Fe.get(e + "admin/users/get-all", {
|
|
25917
25917
|
params: {
|
|
25918
25918
|
limit: 1e4
|
|
25919
25919
|
}
|
|
@@ -25923,7 +25923,7 @@ const kV = (t, e) => {
|
|
|
25923
25923
|
}
|
|
25924
25924
|
}, []), S = gn(async () => {
|
|
25925
25925
|
try {
|
|
25926
|
-
return (await Fe.get(e + "
|
|
25926
|
+
return (await Fe.get(e + "admin/group-users")).data.filter((E) => `${E.groupname}`.toUpperCase() !== "MASTER_ADMIN").map((E) => {
|
|
25927
25927
|
var D;
|
|
25928
25928
|
return { ...E, users: ((D = E.users) == null ? void 0 : D.length) || 0 };
|
|
25929
25929
|
});
|
|
@@ -30817,7 +30817,7 @@ function Sj({
|
|
|
30817
30817
|
};
|
|
30818
30818
|
gt(() => {
|
|
30819
30819
|
e ? H(q) : $();
|
|
30820
|
-
}, [e]);
|
|
30820
|
+
}, [e, q]);
|
|
30821
30821
|
const te = (z) => {
|
|
30822
30822
|
z !== i && (i === "users" ? (u(""), C("")) : (p(""), b(""))), s(z);
|
|
30823
30823
|
}, Ee = (z) => {
|
|
@@ -33028,7 +33028,7 @@ const Qn = {
|
|
|
33028
33028
|
onClick: () => Bs({
|
|
33029
33029
|
contentType: "application/x-directory",
|
|
33030
33030
|
isFolder: !0,
|
|
33031
|
-
key: "/",
|
|
33031
|
+
key: v || "/",
|
|
33032
33032
|
lastModified: "-",
|
|
33033
33033
|
name: "",
|
|
33034
33034
|
size: 0
|