ode-explorer 2.6.6-develop-enabling.20260825105516 → 2.6.7
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/README.md +6 -0
- package/dist/crna.png +0 -0
- package/dist/illu-empty-notifications.png +0 -0
- package/dist/index.js +63 -79
- package/dist/style.css +1 -1
- package/lib/app/root/index.d.ts +1 -1
- package/lib/components/AppAction/AppAction.d.ts +1 -1
- package/lib/components/EmptyScreens/EmptyScreenApp.d.ts +0 -1
- package/lib/components/EmptyScreens/EmptyScreenError.d.ts +0 -1
- package/lib/components/EmptyScreens/EmptyScreenNoContentInFolder.d.ts +0 -1
- package/lib/components/EmptyScreens/EmptyScreenSearch.d.ts +0 -1
- package/lib/components/EmptyScreens/EmptyScreenTrash.d.ts +1 -1
- package/lib/components/Explorer.d.ts +1 -1
- package/lib/components/ExplorerBreadcrumb.d.ts +1 -1
- package/lib/components/LoadMore.d.ts +0 -1
- package/lib/features/ActionBar/ActionBarContainer.d.ts +1 -1
- package/lib/features/ActionBar/Delete/DeleteModal.d.ts +0 -1
- package/lib/features/ActionBar/Disable/DisableModal.d.ts +0 -1
- package/lib/features/ActionBar/Export/ExportModal.d.ts +0 -1
- package/lib/features/ActionBar/Folder/FolderModal.d.ts +0 -1
- package/lib/features/ActionBar/Move/MoveModal.d.ts +0 -1
- package/lib/features/ActionBar/Trash/TrashModal.d.ts +0 -1
- package/lib/features/List/DraggableCard.d.ts +2 -2
- package/lib/features/List/FolderCard.d.ts +1 -1
- package/lib/features/List/FoldersList.d.ts +1 -1
- package/lib/features/List/List.d.ts +1 -1
- package/lib/features/List/ResourceCard.d.ts +1 -1
- package/lib/features/SearchForm/SearchForm.d.ts +1 -1
- package/lib/features/SearchForm/useSearchForm.d.ts +1 -2
- package/lib/features/SideBar/Library/Library.d.ts +1 -1
- package/lib/features/SideBar/TreeViewContainer.d.ts +1 -1
- package/lib/index2.js +98 -98
- package/lib/providers/index.d.ts +1 -1
- package/lib/services/api/index.d.ts +1 -1
- package/package.json +40 -49
- package/dist/illu-notifications.png +0 -0
package/lib/index2.js
CHANGED
|
@@ -572,8 +572,8 @@ const xt = (e, t) => {
|
|
|
572
572
|
});
|
|
573
573
|
}, ys = () => {
|
|
574
574
|
const e = U(), t = P(), s = A(), r = $(), o = J(), l = Y(), a = X(), c = ee().length > 0, p = c ? l : a, {
|
|
575
|
-
clearSelectedItems:
|
|
576
|
-
clearSelectedIds:
|
|
575
|
+
clearSelectedItems: i,
|
|
576
|
+
clearSelectedIds: d,
|
|
577
577
|
setTreeData: h,
|
|
578
578
|
setSearchParams: u
|
|
579
579
|
} = R(), {
|
|
@@ -631,14 +631,14 @@ const xt = (e, t) => {
|
|
|
631
631
|
});
|
|
632
632
|
},
|
|
633
633
|
onSettled: () => {
|
|
634
|
-
|
|
634
|
+
i(), d();
|
|
635
635
|
}
|
|
636
636
|
});
|
|
637
637
|
}, Cs = () => {
|
|
638
638
|
const e = U(), t = P(), s = A(), r = J(), o = Y(), l = X(), a = ee().length > 0, c = a ? o : l, {
|
|
639
639
|
setFolderIds: p,
|
|
640
|
-
setResourceIds:
|
|
641
|
-
setSelectedResources:
|
|
640
|
+
setResourceIds: i,
|
|
641
|
+
setSelectedResources: d,
|
|
642
642
|
setSelectedFolders: h
|
|
643
643
|
} = R(), {
|
|
644
644
|
filters: u,
|
|
@@ -675,19 +675,19 @@ const xt = (e, t) => {
|
|
|
675
675
|
});
|
|
676
676
|
},
|
|
677
677
|
onSettled: () => {
|
|
678
|
-
|
|
678
|
+
i([]), d([]), p([]), h([]);
|
|
679
679
|
}
|
|
680
680
|
});
|
|
681
681
|
}, Is = () => {
|
|
682
682
|
const e = U(), t = P(), s = A(), r = J(), o = Y(), l = X(), a = ee().length > 0, c = a ? o : l, {
|
|
683
683
|
clearSelectedItems: p,
|
|
684
|
-
clearSelectedIds:
|
|
684
|
+
clearSelectedIds: i
|
|
685
685
|
} = R(), {
|
|
686
|
-
filters:
|
|
686
|
+
filters: d,
|
|
687
687
|
trashed: h
|
|
688
688
|
} = s, u = ["context", {
|
|
689
|
-
folderId:
|
|
690
|
-
filters:
|
|
689
|
+
folderId: d.folder,
|
|
690
|
+
filters: d,
|
|
691
691
|
trashed: h
|
|
692
692
|
}];
|
|
693
693
|
return O({
|
|
@@ -717,7 +717,7 @@ const xt = (e, t) => {
|
|
|
717
717
|
});
|
|
718
718
|
},
|
|
719
719
|
onSettled: () => {
|
|
720
|
-
p(),
|
|
720
|
+
p(), i();
|
|
721
721
|
}
|
|
722
722
|
});
|
|
723
723
|
}, ws = () => {
|
|
@@ -732,22 +732,22 @@ const xt = (e, t) => {
|
|
|
732
732
|
trashed: a
|
|
733
733
|
}];
|
|
734
734
|
return O({
|
|
735
|
-
mutationFn: async (
|
|
735
|
+
mutationFn: async (i) => (e.info(L("duplicate.start"), {
|
|
736
736
|
id: c
|
|
737
|
-
}), await rt(t,
|
|
738
|
-
onSuccess: async (
|
|
737
|
+
}), await rt(t, i.assetId)),
|
|
738
|
+
onSuccess: async (i, d) => {
|
|
739
739
|
e.remove(c), e.success(L("duplicate.done")), await s.cancelQueries({
|
|
740
740
|
queryKey: p
|
|
741
741
|
});
|
|
742
742
|
const h = s.getQueryData(p), u = {
|
|
743
|
-
...
|
|
744
|
-
name: `${
|
|
745
|
-
assetId:
|
|
746
|
-
id:
|
|
743
|
+
...d,
|
|
744
|
+
name: `${d.name}${L("duplicate.suffix")}`,
|
|
745
|
+
assetId: i.duplicateId,
|
|
746
|
+
id: i.duplicateId,
|
|
747
747
|
creatorId: r == null ? void 0 : r.userId,
|
|
748
748
|
creatorName: r == null ? void 0 : r.username,
|
|
749
749
|
createdAt: Date.now(),
|
|
750
|
-
slug:
|
|
750
|
+
slug: d.slug || "",
|
|
751
751
|
modifiedAt: Date.now(),
|
|
752
752
|
modifierId: (r == null ? void 0 : r.userId) || "",
|
|
753
753
|
modifierName: (r == null ? void 0 : r.username) || "",
|
|
@@ -766,20 +766,20 @@ const xt = (e, t) => {
|
|
|
766
766
|
};
|
|
767
767
|
}), o.id && o.id !== E.DEFAULT && pe({
|
|
768
768
|
searchParams: t,
|
|
769
|
-
resourceIds: [
|
|
769
|
+
resourceIds: [i.duplicateId],
|
|
770
770
|
folderId: o.id,
|
|
771
771
|
folderIds: [],
|
|
772
772
|
useAssetIds: !0
|
|
773
773
|
});
|
|
774
774
|
},
|
|
775
|
-
onError: (
|
|
776
|
-
e.remove(c), typeof
|
|
775
|
+
onError: (i) => {
|
|
776
|
+
e.remove(c), typeof i == "string" && e.error(`${L("duplicate.error")}: ${i}`);
|
|
777
777
|
}
|
|
778
778
|
});
|
|
779
779
|
}, Tt = () => {
|
|
780
780
|
const e = U(), t = P(), s = A(), r = $(), o = J(), l = Y(), a = X(), c = ee().length > 0, p = c ? l : a, {
|
|
781
|
-
clearSelectedIds:
|
|
782
|
-
clearSelectedItems:
|
|
781
|
+
clearSelectedIds: i,
|
|
782
|
+
clearSelectedItems: d,
|
|
783
783
|
setTreeData: h,
|
|
784
784
|
setSearchParams: u
|
|
785
785
|
} = R(), {
|
|
@@ -838,7 +838,7 @@ const xt = (e, t) => {
|
|
|
838
838
|
t.invalidateQueries();
|
|
839
839
|
},
|
|
840
840
|
onSettled: () => {
|
|
841
|
-
|
|
841
|
+
d(), i();
|
|
842
842
|
}
|
|
843
843
|
});
|
|
844
844
|
}, Ds = () => {
|
|
@@ -855,26 +855,26 @@ const xt = (e, t) => {
|
|
|
855
855
|
return O({
|
|
856
856
|
mutationFn: async ({
|
|
857
857
|
name: p,
|
|
858
|
-
parentId:
|
|
858
|
+
parentId: i
|
|
859
859
|
}) => await Xe({
|
|
860
860
|
searchParams: s,
|
|
861
861
|
name: p,
|
|
862
|
-
parentId:
|
|
862
|
+
parentId: i
|
|
863
863
|
}),
|
|
864
864
|
onError(p) {
|
|
865
865
|
typeof p == "string" && e.error(L(p));
|
|
866
866
|
},
|
|
867
|
-
onSuccess: async (p,
|
|
867
|
+
onSuccess: async (p, i) => {
|
|
868
868
|
await t.cancelQueries({
|
|
869
869
|
queryKey: c
|
|
870
870
|
});
|
|
871
|
-
const
|
|
871
|
+
const d = t.getQueryData(c), h = {
|
|
872
872
|
...p,
|
|
873
|
-
parentId:
|
|
873
|
+
parentId: i.parentId,
|
|
874
874
|
children: [],
|
|
875
875
|
rights: [`creator:${p == null ? void 0 : p.creator_id}`]
|
|
876
876
|
};
|
|
877
|
-
if (
|
|
877
|
+
if (d)
|
|
878
878
|
return t.setQueryData(c, (u) => {
|
|
879
879
|
if (u) {
|
|
880
880
|
const g = {
|
|
@@ -884,7 +884,7 @@ const xt = (e, t) => {
|
|
|
884
884
|
folders: [...I.folders, h]
|
|
885
885
|
}))
|
|
886
886
|
}, m = Me(r, {
|
|
887
|
-
parentId:
|
|
887
|
+
parentId: i.parentId,
|
|
888
888
|
newFolder: h
|
|
889
889
|
});
|
|
890
890
|
return o(m), g;
|
|
@@ -900,44 +900,44 @@ const xt = (e, t) => {
|
|
|
900
900
|
} = R(), {
|
|
901
901
|
filters: c,
|
|
902
902
|
trashed: p
|
|
903
|
-
} = s,
|
|
903
|
+
} = s, i = ["context", {
|
|
904
904
|
folderId: c.folder,
|
|
905
905
|
filters: c,
|
|
906
906
|
trashed: p
|
|
907
907
|
}];
|
|
908
908
|
return O({
|
|
909
909
|
mutationFn: async ({
|
|
910
|
-
folderId:
|
|
910
|
+
folderId: d,
|
|
911
911
|
name: h,
|
|
912
912
|
parentId: u
|
|
913
913
|
}) => await Ye({
|
|
914
914
|
searchParams: s,
|
|
915
|
-
folderId:
|
|
915
|
+
folderId: d,
|
|
916
916
|
parentId: u,
|
|
917
917
|
name: h
|
|
918
918
|
}),
|
|
919
|
-
onError(
|
|
920
|
-
typeof
|
|
919
|
+
onError(d) {
|
|
920
|
+
typeof d == "string" && e.error(L(d));
|
|
921
921
|
},
|
|
922
|
-
onSuccess: async (
|
|
922
|
+
onSuccess: async (d, h) => {
|
|
923
923
|
if (await t.cancelQueries({
|
|
924
|
-
queryKey:
|
|
925
|
-
}), t.getQueryData(
|
|
926
|
-
return t.setQueryData(
|
|
924
|
+
queryKey: i
|
|
925
|
+
}), t.getQueryData(i))
|
|
926
|
+
return t.setQueryData(i, (g) => {
|
|
927
927
|
if (g) {
|
|
928
928
|
const m = {
|
|
929
929
|
...g,
|
|
930
930
|
pages: g == null ? void 0 : g.pages.map((C) => ({
|
|
931
931
|
...C,
|
|
932
|
-
folders: C.folders.map((x) => x.id ===
|
|
933
|
-
...
|
|
932
|
+
folders: C.folders.map((x) => x.id === d.id ? {
|
|
933
|
+
...d,
|
|
934
934
|
parentId: h.parentId,
|
|
935
935
|
rights: x.rights
|
|
936
936
|
} : x)
|
|
937
937
|
}))
|
|
938
938
|
}, I = ke(r, {
|
|
939
939
|
folderId: h.folderId,
|
|
940
|
-
newFolder:
|
|
940
|
+
newFolder: d
|
|
941
941
|
});
|
|
942
942
|
return a(I), m;
|
|
943
943
|
}
|
|
@@ -962,7 +962,7 @@ const xt = (e, t) => {
|
|
|
962
962
|
return Ne({
|
|
963
963
|
application: e,
|
|
964
964
|
options: {
|
|
965
|
-
onSuccess: async (p,
|
|
965
|
+
onSuccess: async (p, i) => {
|
|
966
966
|
if (await t.cancelQueries({
|
|
967
967
|
queryKey: c
|
|
968
968
|
}), t.getQueryData(c))
|
|
@@ -973,9 +973,9 @@ const xt = (e, t) => {
|
|
|
973
973
|
pages: h == null ? void 0 : h.pages.map((u) => ({
|
|
974
974
|
...u,
|
|
975
975
|
resources: u.resources.map((g) => {
|
|
976
|
-
if (g.assetId === (
|
|
976
|
+
if (g.assetId === (i == null ? void 0 : i.resourceId)) {
|
|
977
977
|
let m = [`creator:${g.creatorId}`];
|
|
978
|
-
return (
|
|
978
|
+
return (i == null ? void 0 : i.rights.length) >= 1 && (m = [...m, ...i.rights.flatMap((I) => I.actions.map((C) => `${I.type}:${I.id}:${C.id}`))]), {
|
|
979
979
|
...g,
|
|
980
980
|
rights: m
|
|
981
981
|
};
|
|
@@ -1007,13 +1007,13 @@ const xt = (e, t) => {
|
|
|
1007
1007
|
if (await t.cancelQueries({
|
|
1008
1008
|
queryKey: l
|
|
1009
1009
|
}), t.getQueryData(l))
|
|
1010
|
-
return t.setQueryData(l, (
|
|
1011
|
-
if (
|
|
1010
|
+
return t.setQueryData(l, (i) => {
|
|
1011
|
+
if (i)
|
|
1012
1012
|
return {
|
|
1013
|
-
...
|
|
1014
|
-
pages:
|
|
1015
|
-
...
|
|
1016
|
-
resources:
|
|
1013
|
+
...i,
|
|
1014
|
+
pages: i == null ? void 0 : i.pages.map((d) => ({
|
|
1015
|
+
...d,
|
|
1016
|
+
resources: d.resources.map((h) => {
|
|
1017
1017
|
if (h.assetId === (c == null ? void 0 : c.entId)) {
|
|
1018
1018
|
const {
|
|
1019
1019
|
name: u,
|
|
@@ -1067,7 +1067,7 @@ const xt = (e, t) => {
|
|
|
1067
1067
|
await s.cancelQueries({
|
|
1068
1068
|
queryKey: a
|
|
1069
1069
|
});
|
|
1070
|
-
const
|
|
1070
|
+
const i = s.getQueryData(a), d = {
|
|
1071
1071
|
...p,
|
|
1072
1072
|
thumbnail: c.thumbnail || "",
|
|
1073
1073
|
application: l,
|
|
@@ -1084,14 +1084,14 @@ const xt = (e, t) => {
|
|
|
1084
1084
|
trashed: !1,
|
|
1085
1085
|
rights: [`creator:${o == null ? void 0 : o.userId}`]
|
|
1086
1086
|
};
|
|
1087
|
-
if (e == null || e(
|
|
1087
|
+
if (e == null || e(d), i)
|
|
1088
1088
|
return s.setQueryData(a, (m) => {
|
|
1089
1089
|
if (m)
|
|
1090
1090
|
return {
|
|
1091
1091
|
...m,
|
|
1092
1092
|
pages: m == null ? void 0 : m.pages.map((I) => ({
|
|
1093
1093
|
...I,
|
|
1094
|
-
resources: [
|
|
1094
|
+
resources: [d, ...I.resources]
|
|
1095
1095
|
}))
|
|
1096
1096
|
};
|
|
1097
1097
|
});
|
|
@@ -1114,8 +1114,8 @@ function Ft() {
|
|
|
1114
1114
|
setResourceOrFolderIsDraggable: a,
|
|
1115
1115
|
setElementDragOver: c,
|
|
1116
1116
|
setResourceIds: p,
|
|
1117
|
-
setFolderIds:
|
|
1118
|
-
fetchTreeData:
|
|
1117
|
+
setFolderIds: i,
|
|
1118
|
+
fetchTreeData: d
|
|
1119
1119
|
} = R(), h = $(), g = oe(xe, {
|
|
1120
1120
|
activationConstraint: {
|
|
1121
1121
|
delay: wt,
|
|
@@ -1140,7 +1140,7 @@ function Ft() {
|
|
|
1140
1140
|
active: y
|
|
1141
1141
|
} = S, f = D == null ? void 0 : D.data.current, w = y.data.current, v = ae(h, f == null ? void 0 : f.id), _ = le(h, f == null ? void 0 : f.id);
|
|
1142
1142
|
if ((w == null ? void 0 : w.id) == (f == null ? void 0 : f.id) || v.includes(w == null ? void 0 : w.id) || _.includes(w == null ? void 0 : w.id))
|
|
1143
|
-
p([]),
|
|
1143
|
+
p([]), i([]);
|
|
1144
1144
|
else {
|
|
1145
1145
|
const j = (f == null ? void 0 : f.name) ?? l;
|
|
1146
1146
|
if (D)
|
|
@@ -1166,7 +1166,7 @@ function Ft() {
|
|
|
1166
1166
|
const {
|
|
1167
1167
|
active: D
|
|
1168
1168
|
} = S, y = D.data.current;
|
|
1169
|
-
(y == null ? void 0 : y.type) === "resource" ? p([y == null ? void 0 : y.id]) : (y == null ? void 0 : y.type) === "folder" &&
|
|
1169
|
+
(y == null ? void 0 : y.type) === "resource" ? p([y == null ? void 0 : y.id]) : (y == null ? void 0 : y.type) === "folder" && i([y == null ? void 0 : y.id]), a({
|
|
1170
1170
|
isDrag: !0,
|
|
1171
1171
|
elementDrag: y == null ? void 0 : y.id
|
|
1172
1172
|
});
|
|
@@ -1186,7 +1186,7 @@ function Ft() {
|
|
|
1186
1186
|
(w == null ? void 0 : w.id) === (f == null ? void 0 : f.id) || v.includes(w == null ? void 0 : w.id) || _.includes(w == null ? void 0 : w.id) ? c({
|
|
1187
1187
|
...j,
|
|
1188
1188
|
canMove: !1
|
|
1189
|
-
}) : (
|
|
1189
|
+
}) : (d(f == null ? void 0 : f.id, e), c({
|
|
1190
1190
|
...j,
|
|
1191
1191
|
canMove: !0
|
|
1192
1192
|
}));
|
|
@@ -1207,8 +1207,8 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1207
1207
|
} = Z(), {
|
|
1208
1208
|
t: p
|
|
1209
1209
|
} = V([c]), {
|
|
1210
|
-
setSearchParams:
|
|
1211
|
-
setSearchConfig:
|
|
1210
|
+
setSearchParams: i,
|
|
1211
|
+
setSearchConfig: d,
|
|
1212
1212
|
fetchTreeData: h
|
|
1213
1213
|
} = R(), {
|
|
1214
1214
|
data: u,
|
|
@@ -1220,7 +1220,7 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1220
1220
|
} = bt(), F = (u == null ? void 0 : u.pages[0].folders.length) === 0, k = (u == null ? void 0 : u.pages[0].resources.length) === 0, S = F && k;
|
|
1221
1221
|
return B(() => {
|
|
1222
1222
|
var D, y;
|
|
1223
|
-
u && ((D = u == null ? void 0 : u.pages[0]) != null && D.searchConfig &&
|
|
1223
|
+
u && ((D = u == null ? void 0 : u.pages[0]) != null && D.searchConfig && d(u.pages[0].searchConfig), !r.search && o.id === "default" && h(o.id, a), i({
|
|
1224
1224
|
...r,
|
|
1225
1225
|
pagination: (y = u == null ? void 0 : u.pages[(u == null ? void 0 : u.pages.length) - 1]) == null ? void 0 : y.pagination
|
|
1226
1226
|
}));
|
|
@@ -1262,15 +1262,15 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1262
1262
|
] }), Ce = () => {
|
|
1263
1263
|
const e = A(), [t, s] = ie(""), r = ht(), o = yt(), l = we(null), {
|
|
1264
1264
|
setSearchParams: a
|
|
1265
|
-
} = R(), c = (
|
|
1266
|
-
const h =
|
|
1265
|
+
} = R(), c = (d) => {
|
|
1266
|
+
const h = d.target.value;
|
|
1267
1267
|
s(h.toString());
|
|
1268
|
-
}, p = (
|
|
1269
|
-
(
|
|
1268
|
+
}, p = (d) => {
|
|
1269
|
+
(d.key === "Enter" || d.key === "Return") && (d.preventDefault(), a({
|
|
1270
1270
|
search: t || void 0
|
|
1271
1271
|
}));
|
|
1272
|
-
},
|
|
1273
|
-
|
|
1272
|
+
}, i = (d) => {
|
|
1273
|
+
d.preventDefault(), a({
|
|
1274
1274
|
search: t || void 0
|
|
1275
1275
|
});
|
|
1276
1276
|
};
|
|
@@ -1286,15 +1286,15 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1286
1286
|
o === "select" && s("");
|
|
1287
1287
|
}, [o]), B(() => {
|
|
1288
1288
|
s(() => {
|
|
1289
|
-
var
|
|
1290
|
-
return ((
|
|
1289
|
+
var d;
|
|
1290
|
+
return ((d = e.search) == null ? void 0 : d.toString()) ?? "";
|
|
1291
1291
|
});
|
|
1292
1292
|
}, [e]), {
|
|
1293
1293
|
formRef: l,
|
|
1294
1294
|
inputSearch: t,
|
|
1295
1295
|
handleInputSearchChange: c,
|
|
1296
1296
|
handleKeyPress: p,
|
|
1297
|
-
handleSearchSubmit:
|
|
1297
|
+
handleSearchSubmit: i
|
|
1298
1298
|
};
|
|
1299
1299
|
}, Zt = () => {
|
|
1300
1300
|
const {
|
|
@@ -1302,28 +1302,28 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1302
1302
|
currentApp: t
|
|
1303
1303
|
} = Z(), {
|
|
1304
1304
|
t: s
|
|
1305
|
-
} = V(), [r, o] = ie(""), l = (
|
|
1306
|
-
if (
|
|
1305
|
+
} = V(), [r, o] = ie(""), l = (d) => {
|
|
1306
|
+
if (d === "0") {
|
|
1307
1307
|
o("");
|
|
1308
1308
|
return;
|
|
1309
1309
|
}
|
|
1310
|
-
o(
|
|
1310
|
+
o(d);
|
|
1311
1311
|
}, a = z(), c = A(), {
|
|
1312
1312
|
setSearchParams: p
|
|
1313
1313
|
} = R();
|
|
1314
1314
|
B(() => {
|
|
1315
|
-
const
|
|
1315
|
+
const d = () => r.includes("1") ? !0 : void 0, h = () => r.includes("2") ? !0 : void 0, u = () => r.includes("7") ? !0 : void 0;
|
|
1316
1316
|
p({
|
|
1317
1317
|
...c,
|
|
1318
1318
|
filters: {
|
|
1319
|
-
owner:
|
|
1319
|
+
owner: d(),
|
|
1320
1320
|
public: u(),
|
|
1321
1321
|
shared: h(),
|
|
1322
1322
|
folder: a ? a.id : "default"
|
|
1323
1323
|
}
|
|
1324
1324
|
});
|
|
1325
1325
|
}, [a, p, r]);
|
|
1326
|
-
const
|
|
1326
|
+
const i = [{
|
|
1327
1327
|
label: s("explorer.filter.all", {
|
|
1328
1328
|
ns: e
|
|
1329
1329
|
}),
|
|
@@ -1358,7 +1358,7 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1358
1358
|
}] : []];
|
|
1359
1359
|
return {
|
|
1360
1360
|
selectedFilters: r,
|
|
1361
|
-
options:
|
|
1361
|
+
options: i,
|
|
1362
1362
|
handleOnSelectFilter: l
|
|
1363
1363
|
};
|
|
1364
1364
|
}, Ot = () => {
|
|
@@ -1375,8 +1375,8 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1375
1375
|
inputSearch: a,
|
|
1376
1376
|
handleInputSearchChange: c,
|
|
1377
1377
|
handleKeyPress: p,
|
|
1378
|
-
handleSearchSubmit:
|
|
1379
|
-
} = Ce(),
|
|
1378
|
+
handleSearchSubmit: i
|
|
1379
|
+
} = Ce(), d = s.length > 0 ? s.length : void 0;
|
|
1380
1380
|
return /* @__PURE__ */ b("form", { noValidate: !0, className: "bg-light p-16 ps-24 ms-n16 ms-lg-n24 me-n16 position-relative d-flex gap-8", ref: l, children: [
|
|
1381
1381
|
/* @__PURE__ */ b(He, { id: "search", className: "input-group", children: [
|
|
1382
1382
|
/* @__PURE__ */ n(Qe, { type: "search", placeholder: t("explorer.label.search", {
|
|
@@ -1384,10 +1384,10 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1384
1384
|
}), size: "lg", noValidationIcon: !0, value: a, onChange: c, onKeyDown: p }),
|
|
1385
1385
|
/* @__PURE__ */ n(Ue, { type: "submit", "aria-label": t("explorer.label.search", {
|
|
1386
1386
|
ns: e
|
|
1387
|
-
}), onClick:
|
|
1387
|
+
}), onClick: i })
|
|
1388
1388
|
] }),
|
|
1389
1389
|
/* @__PURE__ */ b(K, { placement: "bottom-end", children: [
|
|
1390
|
-
/* @__PURE__ */ n(K.Trigger, { label: t("explorer.filters"), icon: /* @__PURE__ */ n(Qt, { width: 20 }), variant: "ghost", badgeContent:
|
|
1390
|
+
/* @__PURE__ */ n(K.Trigger, { label: t("explorer.filters"), icon: /* @__PURE__ */ n(Qt, { width: 20 }), variant: "ghost", badgeContent: d }),
|
|
1391
1391
|
/* @__PURE__ */ n(K.Menu, { children: r.map((h) => h.value === "0" ? /* @__PURE__ */ b(De, { children: [
|
|
1392
1392
|
/* @__PURE__ */ n(K.RadioItem, { value: h.value, model: s, onChange: () => o(h.value), children: h.label }),
|
|
1393
1393
|
/* @__PURE__ */ n(K.Separator, {})
|
|
@@ -1408,13 +1408,13 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1408
1408
|
] }) }) }) }) }) }) });
|
|
1409
1409
|
}, Bt = /* @__PURE__ */ M(async () => await import("./FolderModal.js")), Vt = () => {
|
|
1410
1410
|
const [e, t] = Ze(), s = P(), r = $(), o = re(), l = se(), a = ft(), c = Oe(), p = o ? E.BIN : l, {
|
|
1411
|
-
appCode:
|
|
1411
|
+
appCode: i
|
|
1412
1412
|
} = Z(), {
|
|
1413
|
-
t:
|
|
1414
|
-
} = V(["common",
|
|
1413
|
+
t: d
|
|
1414
|
+
} = V(["common", i]), h = {
|
|
1415
1415
|
...r,
|
|
1416
|
-
name:
|
|
1417
|
-
ns:
|
|
1416
|
+
name: d("explorer.filters.mine", {
|
|
1417
|
+
ns: i
|
|
1418
1418
|
})
|
|
1419
1419
|
}, {
|
|
1420
1420
|
goToTrash: u,
|
|
@@ -1439,7 +1439,7 @@ const Rt = /* @__PURE__ */ M(async () => await import("./EmptyScreenApp.js")), v
|
|
|
1439
1439
|
return /* @__PURE__ */ b(W, { children: [
|
|
1440
1440
|
/* @__PURE__ */ n(qe, { data: h, selectedNodeId: p, draggedNode: a != null && a.isTreeview ? a : void 0, onTreeItemClick: x, onTreeItemUnfold: F }),
|
|
1441
1441
|
/* @__PURE__ */ n(qt, { id: E.BIN, selected: o, onSelect: u }),
|
|
1442
|
-
/* @__PURE__ */ n("div", { className: "d-grid my-16", children: /* @__PURE__ */ n(Be, { disabled: o, type: "button", color: "primary", variant: "outline", leftIcon: /* @__PURE__ */ n(Ut, {}), onClick: k, children:
|
|
1442
|
+
/* @__PURE__ */ n("div", { className: "d-grid my-16", children: /* @__PURE__ */ n(Be, { disabled: o, type: "button", color: "primary", variant: "outline", leftIcon: /* @__PURE__ */ n(Ut, {}), onClick: k, children: d("explorer.folder.new") }) }),
|
|
1443
1443
|
/* @__PURE__ */ n(Q, { fallback: /* @__PURE__ */ n(H, {}), children: e && /* @__PURE__ */ n(Bt, { edit: !1, isOpen: e, onSuccess: t, onCancel: t }) })
|
|
1444
1444
|
] });
|
|
1445
1445
|
};
|
|
@@ -1452,13 +1452,13 @@ function _t() {
|
|
|
1452
1452
|
t: s
|
|
1453
1453
|
} = V(["common", e]), {
|
|
1454
1454
|
inputSearch: r
|
|
1455
|
-
} = Ce(), o = se(), l = re(), a = z(), c = s("explorer.tree.trash"), p = s("explorer.tree.search"),
|
|
1455
|
+
} = Ce(), o = se(), l = re(), a = z(), c = s("explorer.tree.trash"), p = s("explorer.tree.search"), i = s("explorer.filters.mine", {
|
|
1456
1456
|
ns: e
|
|
1457
|
-
}),
|
|
1457
|
+
}), d = (a == null ? void 0 : a.name) || i;
|
|
1458
1458
|
return /* @__PURE__ */ n("div", { className: "py-16", children: o && o !== "bin" && o !== "default" && !l ? /* @__PURE__ */ b("div", { className: "d-flex align-items-center gap-8", children: [
|
|
1459
1459
|
/* @__PURE__ */ n(Ve, { icon: /* @__PURE__ */ n(Pt, {}), variant: "ghost", color: "tertiary", "aria-label": s("back"), className: "ms-n16", onClick: t }),
|
|
1460
|
-
/* @__PURE__ */ n("p", { className: "body py-8 text-truncate", children: /* @__PURE__ */ n("strong", { children:
|
|
1461
|
-
] }) : /* @__PURE__ */ n("h2", { className: "body py-8 fw-bold", children: r.length !== 0 ? p : l ? c :
|
|
1460
|
+
/* @__PURE__ */ n("p", { className: "body py-8 text-truncate", children: /* @__PURE__ */ n("strong", { children: d }) })
|
|
1461
|
+
] }) : /* @__PURE__ */ n("h2", { className: "body py-8 fw-bold", children: r.length !== 0 ? p : l ? c : i }) });
|
|
1462
1462
|
}
|
|
1463
1463
|
const Kt = "data:image/svg+xml,%3csvg%20width='300'%20height='214'%20viewBox='0%200%20300%20214'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='300'%20height='214'%20fill='white'/%3e%3cpath%20d='M240.604%2031H54.6988C49.9309%2031%2046.0662%2034.8647%2046.0662%2039.6327V135.326C46.0662%20140.094%2049.9309%20143.959%2054.6988%20143.959H240.6C245.368%20143.959%20249.233%20140.094%20249.233%20135.326V39.6327C249.233%2034.8647%20245.368%2031%20240.6%2031H240.604ZM133.102%20115.945C133.102%20119.76%20130.009%20122.853%20126.194%20122.853H71.4939C67.6787%20122.853%2064.5853%20119.76%2064.5853%20115.945V59.0139C64.5853%2055.1987%2067.6787%2052.1053%2071.4939%2052.1053H126.198C130.013%2052.1053%20133.106%2055.1987%20133.106%2059.0139V115.945H133.102ZM235.745%20121.212H196.768C194.945%20121.212%20193.469%20119.735%20193.469%20117.912C193.469%20116.089%20194.945%20114.613%20196.768%20114.613H235.745C237.568%20114.613%20239.045%20116.089%20239.045%20117.912C239.045%20119.735%20237.568%20121.212%20235.745%20121.212ZM234.335%2061.9464H153.205C150.574%2061.9464%20148.441%2059.814%20148.441%2057.1826C148.441%2054.5511%20150.574%2052.4187%20153.205%2052.4187H234.335C236.966%2052.4187%20239.099%2054.5511%20239.099%2057.1826C239.099%2059.814%20236.966%2061.9464%20234.335%2061.9464Z'%20fill='%23FFEFE3'/%3e%3cmask%20id='mask0_2657_113137'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='154'%20y='81'%20width='24'%20height='8'%3e%3cpath%20d='M171.836%2088.8962L177.833%2081.7153H160.732L155.672%2087.7702L155.556%2087.7372L154.595%2088.8962H171.832H171.836Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2657_113137)'%3e%3cpath%20d='M186.738%2051.2433C191.947%2055.6153%20192.627%2063.3818%20188.259%2068.5911L136.554%20130.5L127.121%20122.585L186.742%2051.2433H186.738Z'%20fill='%23AADAED'/%3e%3cpath%20opacity='0.05'%20d='M139.12%20127.428L157.482%20105.44L155.878%2088.0011L138.819%20108.583L139.12%20127.428Z'%20fill='black'/%3e%3c/g%3e%3cpath%20d='M262.147%2088.8962H38.5883C36.6044%2088.8962%2035%2087.2876%2035%2085.3037C35%2083.3198%2036.6086%2081.7112%2038.5883%2081.7112H262.147C264.13%2081.7112%20265.735%2083.3198%20265.735%2085.3037C265.735%2087.2876%20264.126%2088.8962%20262.147%2088.8962Z'%20fill='%232A9CC8'/%3e%3cmask%20id='mask1_2657_113137'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='79'%20y='38'%20width='113'%20height='160'%3e%3cpath%20d='M79.5574%2038.317V197.586H191.959V38.317H79.5574ZM171.836%2088.8962H154.599L155.56%2087.7372L155.676%2087.7702L160.737%2081.7153H177.837L171.84%2088.8962H171.836Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_2657_113137)'%3e%3cpath%20d='M186.738%2051.2433C191.947%2055.6153%20192.627%2063.3818%20188.259%2068.5911L136.554%20130.5L127.121%20122.585L186.742%2051.2433H186.738Z'%20fill='%23AADAED'/%3e%3cpath%20opacity='0.05'%20d='M139.12%20127.428L157.482%20105.44L155.878%2088.0011L138.819%20108.583L139.12%20127.428Z'%20fill='black'/%3e%3cpath%20d='M154.092%2039.1419C147.291%2039.1419%20141.78%2044.6564%20141.78%2051.4536L141.603%20132.113H153.915L154.092%2039.1377V39.1419Z'%20fill='%23AADAED'/%3e%3cpath%20d='M106.26%20128.43C112.071%20127.84%20117.61%20125.687%20122.395%20122.338C124.3%20121.006%20126.202%20119.669%20128.107%20118.337C129.122%20117.624%20130.52%20117.822%20131.296%20118.791C133.713%20121.798%20136.15%20124.656%20138.567%20127.667C138.815%20127.976%20139.021%20129.387%20138.464%20130.748C137.965%20131.973%20137.128%20132.237%20135.461%20134.023C134.954%20134.567%20134.517%20135.132%20133.642%20136.271C130.92%20139.801%20127.34%20146.174%20124.968%20149.927C122.42%20153.957%20120.114%20156.786%20118.889%20158.275C114.389%20163.752%20111.597%20167.155%20107.732%20169.308C101.257%20172.913%2090.2894%20173.841%2084.4325%20168.124C76.5134%20160.395%2081.3432%20143.88%2089.2335%20136.06C94.6119%20130.731%20101.236%20128.941%20106.264%20128.43H106.26ZM91.0937%20159.698C94.3892%20163.596%20103.595%20161.764%20108.804%20157.104C113.486%20152.913%20116.728%20144.837%20113.502%20140.944C110.281%20137.054%20101.743%20138.7%2096.7566%20142.556C91.1473%20146.895%2087.7775%20155.78%2091.0937%20159.702V159.698Z'%20fill='%23AADAED'/%3e%3cpath%20d='M165.558%20152.909C161.739%20148.492%20159.186%20143.121%20158.006%20137.401C157.536%20135.124%20157.07%20132.847%20156.6%20130.57C156.348%20129.354%20155.197%20128.541%20153.968%20128.71C150.145%20129.238%20146.412%20129.642%20142.589%20130.17C142.197%20130.224%20141.079%20131.107%20140.547%20132.48C140.068%20133.713%20140.497%20134.481%20140.481%20136.926C140.477%20137.669%20140.407%20138.382%20140.262%20139.809C139.821%20144.247%20138.047%20151.338%20137.194%20155.693C136.278%20160.374%20136.014%20164.016%20135.882%20165.938C135.391%20173.008%20135.086%20177.4%20136.422%20181.62C138.658%20188.689%20145.995%20196.889%20154.178%20196.753C165.245%20196.567%20173.069%20181.245%20172.702%20170.141C172.45%20162.573%20168.862%20156.724%20165.558%20152.905V152.909ZM155.123%20186.058C150.05%20186.631%20144.614%20178.976%20144.028%20172.01C143.5%20165.749%20146.688%20157.652%20151.704%20157.034C156.715%20156.415%20161.796%20163.476%20162.774%20169.7C163.875%20176.703%20160.225%20185.48%20155.123%20186.054V186.058Z'%20fill='%23AADAED'/%3e%3c/g%3e%3c/svg%3e", $t = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='version_orange'%20data-name='version%20orange'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%20353.36'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%23fff;%20}%20.cls-2%20{%20fill:%20%23aadaed;%20}%20.cls-3%20{%20fill:%20%23ffefe3;%20}%20.cls-4%20{%20fill:%20none;%20stroke:%20%23aadaed;%20stroke-miterlimit:%2010;%20stroke-width:%204px;%20}%20.cls-5%20{%20fill:%20%232a9cc8;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='ciseaux'%3e%3cpath%20class='cls-3'%20d='m512.64,45.09H61.92c-11.56,0-20.93,9.37-20.93,20.93v232.01c0,11.56,9.37,20.93,20.93,20.93h450.72c11.56,0,20.93-9.37,20.93-20.93V66.02c0-11.56-9.37-20.93-20.93-20.93ZM211.25,212.37c0,7.55-6.12,13.66-13.66,13.66h-108.21c-7.55,0-13.66-6.12-13.66-13.66v-112.62c0-7.55,6.12-13.66,13.66-13.66h108.21c7.55,0,13.66,6.12,13.66,13.66v112.62Zm150.21-41.03h-94.5c-4.42,0-8-3.58-8-8s3.58-8,8-8h94.5c4.42,0,8,3.58,8,8s-3.58,8-8,8Zm105.82,118.05H164.74c-4.42,0-8-3.58-8-8s3.58-8,8-8h302.55c4.42,0,8,3.58,8,8s-3.58,8-8,8Zm-3.54-169.27h-196.7c-6.38,0-11.55-5.17-11.55-11.55s5.17-11.55,11.55-11.55h196.7c6.38,0,11.55,5.17,11.55,11.55s-5.17,11.55-11.55,11.55Zm-332.66,158.93c0,13.56-10.99,24.55-24.55,24.55s-24.55-10.99-24.55-24.55,10.99-24.55,24.55-24.55,24.55,10.99,24.55,24.55Z'/%3e%3c/g%3e%3crect%20class='cls-5'%20x='420.8'%20y='58.38'%20width='100.39'%20height='100.39'%20rx='20'%20ry='20'/%3e%3cg%20id='ciseaux-2'%20data-name='ciseaux'%3e%3cpath%20class='cls-4'%20d='m513.58,45.09H60.99c-11.05,0-20,8.95-20,20v233.88c0,11.05,8.95,20,20,20h452.59c11.05,0,20-8.95,20-20V65.09c0-11.05-8.95-20-20-20Z'/%3e%3c/g%3e%3ccircle%20class='cls-1'%20cx='471'%20cy='84.02'%20r='7.02'/%3e%3ccircle%20class='cls-1'%20cx='471'%20cy='109.3'%20r='7.02'/%3e%3ccircle%20class='cls-1'%20cx='471'%20cy='133.13'%20r='7.02'/%3e%3cg%3e%3cpath%20class='cls-2'%20d='m449.99,215.32c-.39,0-.76-.08-1.12-.24l-9.44-4.22c-.69-.31-1.23-.9-1.48-1.62-.25-.72-.18-1.52.17-2.19l3.92-7.33-13.25-5.79c-.83-.36-1.43-1.11-1.6-2.01s.11-1.81.76-2.45l40.08-40.08c.52-.52,1.21-.81,1.94-.81,1.52,0,2.75,1.23,2.75,2.75v57.58c0,.75-.3,1.45-.83,1.97-.52.5-1.2.78-1.91.78h0c-.38,0-.75-.08-1.1-.23l-12.85-5.61-3.53,7.87c-.44.99-1.43,1.62-2.51,1.62Z'/%3e%3cpath%20class='cls-1'%20d='m469.97,150.6c.38,0,.75.3.75.75v57.58c0,.43-.35.75-.75.75-.1,0-.2-.02-.3-.06l-13.99-6.11c-.1-.04-.2-.06-.3-.06-.29,0-.56.16-.68.44l-4.03,9c-.12.28-.4.44-.68.44-.1,0-.21-.02-.3-.07l-9.44-4.22c-.4-.18-.56-.65-.35-1.04l4.56-8.53c.21-.38.04-.86-.36-1.04l-14.5-6.33c-.48-.21-.6-.84-.23-1.21l40.08-40.08c.15-.15.34-.22.52-.22m0-4c-1.26,0-2.45.49-3.35,1.39l-40.08,40.08c-1.11,1.11-1.6,2.7-1.31,4.24.29,1.54,1.33,2.84,2.77,3.47l11.27,4.92-2.9,5.42c-.62,1.16-.73,2.53-.31,3.78.42,1.24,1.36,2.26,2.55,2.8l9.44,4.22c.61.27,1.27.41,1.94.41,1.87,0,3.57-1.1,4.33-2.81l2.72-6.06,11.04,4.82c.6.26,1.24.4,1.9.4,2.62,0,4.75-2.13,4.75-4.75v-57.58c0-2.62-2.13-4.75-4.75-4.75h0Z'/%3e%3c/g%3e%3c/svg%3e", zt = "data:image/svg+xml,%3csvg%20width='300'%20height='214'%20viewBox='0%200%20300%20214'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='300'%20height='214'%20fill='white'/%3e%3cpath%20d='M187.994%20193.875H108.563C103.268%20193.875%2098.878%20189.768%2098.5214%20184.484L90.1194%2059.0277H209.67L198.01%20184.741C197.529%20189.915%20193.19%20193.875%20187.99%20193.875H187.994Z'%20fill='%23FFEFE3'/%3e%3cpath%20d='M150.47%20150.31L164.483%20157.961C166.929%20159.296%20169.995%20158.395%20171.33%20155.95C171.999%20154.726%20172.106%20153.35%20171.742%20152.111C171.378%20150.872%20170.539%20149.773%20169.319%20149.103C167.223%20147.96%20166.638%20146.217%20166.954%20144.029C168.388%20134.186%20188.167%20115.393%20171.091%20102.13L162.134%2097.2392C141.741%2090.047%20136.626%20116.845%20129.121%20123.372C127.456%20124.824%20125.672%20125.273%20123.577%20124.126C121.131%20122.791%20118.065%20123.692%20116.73%20126.137C116.061%20127.358%20115.954%20128.736%20116.318%20129.976C116.682%20131.215%20117.521%20132.314%20118.741%20132.983L131.537%20139.97L132.751%20140.632L150.467%20150.306L150.47%20150.31Z'%20fill='%23AADAED'/%3e%3cpath%20opacity='0.2'%20d='M171.095%20102.13L171.117%20102.144L171.095%20102.13Z'%20fill='%23AADAED'/%3e%3cpath%20d='M171.095%20102.13L171.117%20102.141C171.187%20102.034%20171.253%20101.924%20171.315%20101.81C172.676%2099.3167%20171.76%2096.1913%20169.267%2094.8308C166.774%2093.4703%20163.649%2094.3895%20162.288%2096.8789C162.226%2096.9929%20162.167%2097.1068%20162.115%2097.2245L162.137%2097.2355L171.095%20102.126V102.13Z'%20fill='%23AADAED'/%3e%3cpath%20d='M133.67%20142.455C138.56%20145.228%20143.451%20148%20148.341%20150.773C146.422%20154.365%20142.929%20156.483%20139.421%20156.23C138.921%20156.193%20136.292%20155.954%20134.328%20153.884C131.769%20151.188%20131.438%20146.563%20133.674%20142.459L133.67%20142.455Z'%20fill='%23AADAED'/%3e%3cpath%20d='M145.56%2088.6624C145.125%2086.8475%20143.302%2085.7288%20141.488%2086.1636C139.674%2086.5984%20138.556%2088.4221%20138.991%2090.2369L156.729%20164.233C157.164%20166.048%20158.987%20167.166%20160.801%20166.732C162.615%20166.297%20163.732%20164.473%20163.297%20162.658L145.56%2088.6624Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M214.66%2037.9143H195.186L189.833%2028.707C187.068%2023.9526%20181.938%2021%20176.441%2021H125.492C120.44%2021%20115.693%2023.471%20112.796%2027.6149L105.592%2037.9143H85.1334C81.1916%2037.9143%2078%2041.1096%2078%2045.0477V46.592C78%2050.5338%2081.1953%2053.7254%2085.1334%2053.7254H214.66C218.602%2053.7254%20221.793%2050.5301%20221.793%2046.592V45.0477C221.793%2041.1059%20218.598%2037.9143%20214.66%2037.9143ZM122.437%2034.3586C123.132%2033.3621%20124.275%2032.7664%20125.489%2032.7664H176.437C177.761%2032.7664%20178.993%2033.4761%20179.658%2034.6196L181.574%2037.9143H119.947L122.433%2034.3586H122.437Z'%20fill='%23FFEFE3'/%3e%3cpath%20d='M187.064%2093.9335C187.56%2093.9777%20188.046%2093.7864%20188.542%2093.7313C189.038%2093.6761%20189.63%2093.8232%20189.822%2094.2828C190.108%2094.9778%20189.274%2095.6911%20189.369%2096.4376C189.424%2096.8604%20189.763%2097.1803%20190.079%2097.4635C190.719%2098.0334%20191.362%2098.607%20192.002%2099.177C192.164%2099.3204%20192.329%2099.4748%20192.384%2099.6807C192.454%2099.9307%20192.34%20100.192%20192.245%20100.434C191.829%20101.49%20191.789%20102.894%20192.723%20103.542C192.98%20103.722%20193.304%20103.828%20193.488%20104.086C193.693%20104.376%20193.66%20104.766%20193.605%20105.119C193.473%20105.994%20193.278%20106.858%20193.021%20107.708'%20stroke='white'%20stroke-width='6.05'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M105.681%20138.694C105.611%20140.003%20105.658%20141.562%20106.751%20142.29C106.993%20142.452%20107.276%20142.558%20107.493%20142.757C108.122%20143.331%20107.931%20144.353%20107.633%20145.151C107.335%20145.949%20106.982%20146.868%20107.409%20147.6C107.817%20148.298%20108.762%20148.493%20109.284%20149.111C109.813%20149.732%20109.828%20150.685%20110.387%20151.28C110.626%20151.534%20110.964%20151.721%20111.089%20152.049C111.189%20152.31%20111.126%20152.597%20111.126%20152.876C111.126%20153.63%20111.597%20154.321%20112.196%20154.781C112.796%20155.24%20113.516%20155.501%20114.226%20155.755'%20stroke='white'%20stroke-width='6.05'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", jt = /* @__PURE__ */ M(async () => await import("./AppAction.js")), Wt = /* @__PURE__ */ M(async () => await import("./Library.js")), Gt = /* @__PURE__ */ M(async () => await import("./ActionBarContainer.js")), Jt = /* @__PURE__ */ M(async () => await import("./DisableModal.js")), Xt = /* @__PURE__ */ M(async () => await import("./TrashModal.js")), Yt = /* @__PURE__ */ M(async () => await import("./OnboardingModal.js")), Fs = ({
|
|
1464
1464
|
config: e
|
|
@@ -1483,9 +1483,9 @@ const Kt = "data:image/svg+xml,%3csvg%20width='300'%20height='214'%20viewBox='0%
|
|
|
1483
1483
|
onTrashedCancel: c
|
|
1484
1484
|
} = It(), {
|
|
1485
1485
|
isActionDisableModalOpen: p,
|
|
1486
|
-
onActionDisableCancel:
|
|
1486
|
+
onActionDisableCancel: i
|
|
1487
1487
|
} = Ct(), {
|
|
1488
|
-
handleDragEnd:
|
|
1488
|
+
handleDragEnd: d,
|
|
1489
1489
|
handleDragOver: h,
|
|
1490
1490
|
handleDragStart: u,
|
|
1491
1491
|
sensors: g
|
|
@@ -1494,7 +1494,7 @@ const Kt = "data:image/svg+xml,%3csvg%20width='300'%20height='214'%20viewBox='0%
|
|
|
1494
1494
|
const m = ne("publish", l), I = ne("create", l);
|
|
1495
1495
|
return e && /* @__PURE__ */ b(W, { children: [
|
|
1496
1496
|
/* @__PURE__ */ n(Ke, { render: () => I ? /* @__PURE__ */ n(Q, { fallback: /* @__PURE__ */ n(H, {}), children: /* @__PURE__ */ n(jt, { onResourceCreated: e.onResourceCreated }) }) : null, children: /* @__PURE__ */ n($e, { app: o }) }),
|
|
1497
|
-
/* @__PURE__ */ n(te, { className: "flex-grow-1", children: /* @__PURE__ */ b(Te, { sensors: g, modifiers: [Fe], onDragStart: u, onDragEnd:
|
|
1497
|
+
/* @__PURE__ */ n(te, { className: "flex-grow-1", children: /* @__PURE__ */ b(Te, { sensors: g, modifiers: [Fe], onDragStart: u, onDragEnd: d, onDragOver: h, children: [
|
|
1498
1498
|
/* @__PURE__ */ n(te.Col, { sm: "3", lg: "2", xl: "3", className: "border-end pt-16 pe-16 d-none d-lg-block", as: "aside", children: /* @__PURE__ */ b(Q, { fallback: /* @__PURE__ */ n(H, {}), children: [
|
|
1499
1499
|
/* @__PURE__ */ n(Vt, {}),
|
|
1500
1500
|
m && /* @__PURE__ */ n(Wt, {})
|
|
@@ -1525,7 +1525,7 @@ const Kt = "data:image/svg+xml,%3csvg%20width='300'%20height='214'%20viewBox='0%
|
|
|
1525
1525
|
closeText: "explorer.modal.onboarding.trash.close"
|
|
1526
1526
|
} }),
|
|
1527
1527
|
a && /* @__PURE__ */ n(Xt, { isOpen: a, onCancel: c }),
|
|
1528
|
-
p && /* @__PURE__ */ n(Jt, { isOpen: p, onCancel:
|
|
1528
|
+
p && /* @__PURE__ */ n(Jt, { isOpen: p, onCancel: i })
|
|
1529
1529
|
] })
|
|
1530
1530
|
] }) })
|
|
1531
1531
|
] });
|
package/lib/providers/index.d.ts
CHANGED