ode-explorer 1.3.3 → 1.4.0-develop.202403061042

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/version.txt CHANGED
@@ -1 +1 @@
1
- ode-explorer=1.0-b2school-SNAPSHOT 08/02/2024 15:43:03
1
+ ode-explorer=1.0-b2school-SNAPSHOT 06/03/2024 10:42:48
@@ -1,135 +1,141 @@
1
1
  import { jsx as i, Fragment as $, jsxs as J } from "react/jsx-runtime";
2
- import { useState as T, useEffect as K, Suspense as ie, lazy as v } from "react";
3
- import { useUser as le, Button as Q, useOdeClient as ue, ActionBar as de, LoadingScreen as he, isActionAvailable as pe, BlogPublic as fe, ShareModal as me, ShareBlog as Re } from "@edifice-ui/react";
4
- import { useTransition as Se, animated as Ee } from "@react-spring/web";
2
+ import { useState as B, useEffect as K, Suspense as ue, lazy as g } from "react";
3
+ import { useUser as de, Button as Q, useOdeClient as pe, ActionBar as he, LoadingScreen as fe, isActionAvailable as me, BlogPublic as Re, ShareModal as Se, ShareBlog as Ce } from "@edifice-ui/react";
4
+ import { useTransition as Ee, animated as Oe } from "@react-spring/web";
5
5
  import { useTranslation as X } from "react-i18next";
6
- import { odeServices as F, ACTION as d } from "edifice-ts-client";
7
- import { e as q, f as be, b as Oe, h as Ce, i as Z, j as ye, k as Ie, l as ve, m as Ae, d as ge, u as W, a as Me, n as Pe, o as we, p as Fe, q as Te } from "./index2.js";
6
+ import { odeServices as T, ACTION as a } from "edifice-ts-client";
7
+ import { e as q, f as be, b as ye, h as Ie, i as Z, j as ve, k as Ae, l as ge, m as Pe, d as Me, n as we, u as W, a as Fe, o as Te, p as Be, q as xe, r as De } from "./index2.js";
8
8
  import "@edifice-ui/icons";
9
9
  import "i18next";
10
10
  import "zustand";
11
11
  import "@tanstack/react-query";
12
- function Be({
13
- roles: r,
14
- rights: o,
15
- action: n
12
+ function Le({
13
+ roles: n,
14
+ rights: t,
15
+ action: o
16
16
  }) {
17
- const [h, s] = T(!1), {
18
- user: S
19
- } = le(), p = q();
17
+ const [h, s] = B(!1), {
18
+ user: C
19
+ } = de(), f = q();
20
20
  K(() => {
21
- R();
22
- }, [r, o]);
23
- const m = async function(l) {
24
- const c = l instanceof Array ? l : [l];
25
- if (r instanceof Array) {
26
- const f = await F.rights().sessionHasAtLeastOneResourceRight(r, c);
27
- s(f);
21
+ d();
22
+ }, [n, t]);
23
+ const R = async function(l) {
24
+ const r = l instanceof Array ? l : [l];
25
+ if (n instanceof Array) {
26
+ const m = await T.rights().sessionHasAtLeastOneResourceRight(n, r);
27
+ s(m);
28
28
  } else {
29
- const f = await F.rights().sessionHasResourceRight(r, c);
30
- s(f);
29
+ const m = await T.rights().sessionHasResourceRight(n, r);
30
+ s(m);
31
31
  }
32
- }, a = async function(l) {
33
- if (r instanceof Array) {
34
- const c = await F.rights().sessionHasAtLeastOneResourceRightForEachList(r, l);
35
- s(c);
32
+ }, c = async function(l) {
33
+ if (n instanceof Array) {
34
+ const r = await T.rights().sessionHasAtLeastOneResourceRightForEachList(n, l);
35
+ s(r);
36
36
  } else {
37
- const c = await F.rights().sessionHasResourceRightForEachList(r, l);
38
- s(c);
37
+ const r = await T.rights().sessionHasResourceRightForEachList(n, l);
38
+ s(r);
39
39
  }
40
- }, R = async function() {
41
- var l, c, f;
42
- if (r === void 0) {
40
+ }, d = async function() {
41
+ var l, r, m;
42
+ if (n === void 0) {
43
43
  s(!0);
44
44
  return;
45
45
  }
46
- if (p && ((c = (l = o[0]) == null ? void 0 : l.trashedBy) != null && c.includes(S == null ? void 0 : S.userId)) && n === "restore" && !((f = o[0]) != null && f.trashed)) {
46
+ if (f && ((r = (l = t[0]) == null ? void 0 : l.trashedBy) != null && r.includes(C == null ? void 0 : C.userId)) && o === "restore" && !((m = t[0]) != null && m.trashed)) {
47
47
  s(!0);
48
48
  return;
49
49
  }
50
- if (o instanceof Array)
51
- if (o.length > 0)
52
- if (typeof o[0] == "string")
53
- await m(o);
50
+ if (t instanceof Array)
51
+ if (t.length > 0)
52
+ if (typeof t[0] == "string")
53
+ await R(t);
54
54
  else {
55
- const E = o.map((b) => b.rights);
56
- await a(E);
55
+ const b = t.map((y) => y.rights);
56
+ await c(b);
57
57
  }
58
58
  else
59
59
  s(!1);
60
60
  else
61
- typeof o == "string" ? await m(o) : await m(o.rights);
61
+ typeof t == "string" ? await R(t) : await R(t.rights);
62
62
  };
63
63
  return {
64
64
  visible: h,
65
- refreshState: R
65
+ refreshState: d
66
66
  };
67
67
  }
68
68
  function ee() {
69
- const [r, o] = T(!1), [n, h] = T("void"), [s, S] = T(), p = be((e) => e.config), m = Oe(), a = Ce(), R = Z(), l = ye(), c = Ie(), f = q(), E = ve(), b = Ae(), O = ge(), {
70
- openResource: B,
71
- printSelectedResource: x,
72
- openFolder: D,
73
- clearSelectedItems: L,
74
- clearSelectedIds: _
69
+ const [n, t] = B(!1), [o, h] = B("void"), [s, C] = B(), f = be((e) => e.config), R = ye(), c = Ie(), d = Z(), l = ve(), r = Ae(), m = q(), b = ge(), y = Pe(), I = Me(), x = we(), {
70
+ openResource: D,
71
+ printSelectedResource: L,
72
+ openFolder: _,
73
+ clearSelectedItems: P,
74
+ clearSelectedIds: M
75
75
  } = W(), {
76
76
  data: N
77
- } = Me();
77
+ } = Fe();
78
78
  K(() => {
79
- if (a.length === 0 && c.length === 0) {
80
- o(!1);
79
+ if (c.length === 0 && r.length === 0) {
80
+ t(!1);
81
81
  return;
82
82
  }
83
- if (b) {
84
- o(!1);
83
+ if (y) {
84
+ t(!1);
85
85
  return;
86
86
  }
87
- o(!0);
88
- }, [a, c]);
87
+ t(!0);
88
+ }, [c, r]);
89
89
  async function k(e) {
90
- var P;
91
- switch ((P = document.getElementById("root")) == null || P.setAttribute("aria-hidden", "true"), S(e), e.id) {
92
- case d.OPEN:
93
- return a.length > 0 ? B(R[0]) : D({
90
+ var F;
91
+ switch ((F = document.getElementById("root")) == null || F.setAttribute("aria-hidden", "true"), C(e), e.id) {
92
+ case a.OPEN:
93
+ return c.length > 0 ? D(d[0]) : _({
94
94
  folder: l[0],
95
95
  folderId: l[0].id
96
96
  });
97
- case d.MOVE:
97
+ case a.COPY:
98
+ return ce();
99
+ case a.MOVE:
98
100
  return h("move");
99
- case d.PRINT:
100
- return x();
101
- case d.DELETE:
101
+ case a.PRINT:
102
+ return L();
103
+ case a.DELETE:
102
104
  return h("delete");
103
- case d.RESTORE:
104
- return await A();
105
- case d.PUBLISH:
105
+ case a.RESTORE:
106
+ return await Y();
107
+ case a.PUBLISH:
106
108
  return h("publish");
107
- case d.UPD_PROPS:
109
+ case a.UPD_PROPS:
108
110
  case "edit":
109
- return re();
111
+ return ae();
110
112
  case "export":
111
- return ce();
112
- case d.SHARE:
113
+ return c.length > 0 ? ie() : null;
114
+ case a.SHARE:
113
115
  return h("share");
114
116
  default:
115
117
  throw Error(`Unknown action: ${e.id}`);
116
118
  }
117
119
  }
118
120
  function H(e) {
119
- const P = a.length + c.length, I = a.length === 1 || c.length === 1, G = P === 1, w = c.length === 0;
121
+ const F = c.length + r.length, E = c.length === 1 || r.length === 1, G = F === 1, O = r.length === 0;
120
122
  switch (e.id) {
121
- case d.OPEN:
123
+ case a.OPEN:
122
124
  return G;
123
- case d.MANAGE:
124
- return I;
125
- case d.PUBLISH:
126
- return I && w;
127
- case d.UPD_PROPS:
128
- return I && w;
129
- case d.SHARE:
130
- return w && I;
131
- case d.PRINT:
132
- return I && w;
125
+ case a.MANAGE:
126
+ return E;
127
+ case a.COPY:
128
+ return E && O;
129
+ case a.PUBLISH:
130
+ return E && O;
131
+ case a.UPD_PROPS:
132
+ return E && O;
133
+ case a.SHARE:
134
+ return O && E;
135
+ case "export":
136
+ return E && O;
137
+ case a.PRINT:
138
+ return E && O;
133
139
  case "edit":
134
140
  return G;
135
141
  default:
@@ -137,132 +143,138 @@ function ee() {
137
143
  }
138
144
  }
139
145
  const U = () => !0;
140
- async function A() {
146
+ async function Y() {
141
147
  try {
142
- if (f)
143
- await E.mutate();
148
+ if (m)
149
+ await b.mutate();
144
150
  else
145
151
  throw new Error("Cannot restore untrashed resources");
146
- g();
152
+ S();
147
153
  } catch (e) {
148
154
  console.error(e);
149
155
  }
150
156
  }
151
- function g() {
157
+ function S() {
152
158
  var e;
153
159
  h("void"), s != null && s.id && ((e = document.getElementById(s == null ? void 0 : s.id)) == null || e.focus());
154
160
  }
155
- const t = (e) => () => {
156
- n === e && (g(), L(), _());
157
- }, j = t("move"), M = t("move"), Y = t("delete"), C = t("delete"), y = t("publish"), u = t("publish"), z = t("edit_folder"), V = t("edit_folder"), se = t("edit_resource"), te = t("edit_resource"), oe = t("share"), ne = t("share");
158
- function re() {
159
- if (a && a.length > 0) {
160
- const e = R[0].assetId;
161
- (p == null ? void 0 : p.app) == "scrapbook" ? Pe({
162
- searchParams: O,
161
+ const p = (e) => () => {
162
+ o === e && (S(), P(), M());
163
+ }, w = p("move"), j = p("move"), v = p("delete"), A = p("delete"), u = p("publish"), z = p("publish"), V = p("edit_folder"), se = p("edit_folder"), te = p("edit_resource"), oe = p("edit_resource"), ne = p("share"), re = p("share");
164
+ async function ce() {
165
+ if (d && d.length > 0) {
166
+ const e = d[0];
167
+ await x.mutate(e), P(), M();
168
+ }
169
+ }
170
+ function ae() {
171
+ if (c && c.length > 0) {
172
+ const e = d[0].assetId;
173
+ (f == null ? void 0 : f.app) == "scrapbook" ? Te({
174
+ searchParams: I,
163
175
  assetId: e
164
176
  }) : h("edit_resource");
165
177
  } else
166
178
  h("edit_folder");
167
179
  }
168
- function ce() {
169
- if (a && a.length > 0) {
170
- const e = R[0].assetId;
171
- we({
172
- searchParams: O,
180
+ function ie() {
181
+ if (c && c.length > 0) {
182
+ const e = d[0].assetId;
183
+ Be({
184
+ searchParams: I,
173
185
  assetId: e
174
186
  });
175
187
  }
176
188
  }
177
- function ae(e) {
178
- return e.id === "edit" && c.length > 0 ? "explorer.rename" : `explorer.actions.${e.id}`;
189
+ function le(e) {
190
+ return e.id === "edit" && r.length > 0 ? "explorer.rename" : `explorer.actions.${e.id}`;
179
191
  }
180
192
  return {
181
- onRestore: A,
182
- actions: f ? p == null ? void 0 : p.trashActions : N,
183
- selectedElement: [...R, ...l],
184
- currentFolderId: m == null ? void 0 : m.id,
185
- overrideLabel: ae,
193
+ onRestore: Y,
194
+ actions: m ? f == null ? void 0 : f.trashActions : N,
195
+ selectedElement: [...d, ...l],
196
+ currentFolderId: R == null ? void 0 : R.id,
197
+ overrideLabel: le,
186
198
  handleClick: k,
187
- isActivable: f ? U : H,
188
- isActionBarOpen: r,
189
- isMoveModalOpen: n === "move",
190
- onMoveCancel: j,
191
- onMoveSuccess: M,
192
- isDeleteModalOpen: n === "delete",
193
- onDeleteCancel: C,
194
- onDeleteSuccess: Y,
195
- isPublishModalOpen: n === "publish",
196
- onPublishCancel: u,
197
- onPublishSuccess: y,
198
- isEditFolderOpen: n === "edit_folder",
199
- onEditFolderCancel: V,
200
- onEditFolderSuccess: z,
201
- isEditResourceOpen: n === "edit_resource",
202
- onEditResourceCancel: te,
203
- onEditResourceSuccess: se,
204
- isShareResourceOpen: n === "share",
205
- onShareResourceCancel: ne,
206
- onShareResourceSuccess: oe,
207
- onClearActionBar: g
199
+ isActivable: m ? U : H,
200
+ isActionBarOpen: n,
201
+ isMoveModalOpen: o === "move",
202
+ onMoveCancel: w,
203
+ onMoveSuccess: j,
204
+ isDeleteModalOpen: o === "delete",
205
+ onDeleteCancel: A,
206
+ onDeleteSuccess: v,
207
+ isPublishModalOpen: o === "publish",
208
+ onPublishCancel: z,
209
+ onPublishSuccess: u,
210
+ isEditFolderOpen: o === "edit_folder",
211
+ onEditFolderCancel: se,
212
+ onEditFolderSuccess: V,
213
+ isEditResourceOpen: o === "edit_resource",
214
+ onEditResourceCancel: oe,
215
+ onEditResourceSuccess: te,
216
+ isShareResourceOpen: o === "share",
217
+ onShareResourceCancel: re,
218
+ onShareResourceSuccess: ne,
219
+ onClearActionBar: S
208
220
  };
209
221
  }
210
- function xe({
211
- resourceRights: r,
212
- roleExpected: o,
213
- action: n,
222
+ function _e({
223
+ resourceRights: n,
224
+ roleExpected: t,
225
+ action: o,
214
226
  children: h,
215
227
  renderWhenForbidden: s
216
228
  }) {
217
229
  const {
218
- t: S
230
+ t: C
219
231
  } = X(), {
220
- overrideLabel: p
232
+ overrideLabel: f
221
233
  } = ee(), {
222
- visible: m
223
- } = Be({
224
- roles: o,
225
- rights: r,
226
- action: n == null ? void 0 : n.id
234
+ visible: R
235
+ } = Le({
236
+ roles: t,
237
+ rights: n,
238
+ action: o == null ? void 0 : o.id
227
239
  }), {
228
- setResourceActionDisable: a
229
- } = W(), R = q();
230
- return m ? /* @__PURE__ */ i($, { children: h }) : s ? s() : R && !m ? /* @__PURE__ */ i(Q, { type: "button", color: "primary", variant: "filled", onClick: () => {
231
- a(!0);
232
- }, children: S(p(n)) }) : /* @__PURE__ */ i($, {});
240
+ setResourceActionDisable: c
241
+ } = W(), d = q();
242
+ return R ? /* @__PURE__ */ i($, { children: h }) : s ? s() : d && !R ? /* @__PURE__ */ i(Q, { type: "button", color: "primary", variant: "filled", onClick: () => {
243
+ c(!0);
244
+ }, children: C(f(o)) }) : /* @__PURE__ */ i($, {});
233
245
  }
234
- const De = /* @__PURE__ */ v(async () => await import("./PublishModal.js")), Le = /* @__PURE__ */ v(async () => await import("./ResourceModal.js")), _e = /* @__PURE__ */ v(async () => await import("./DeleteModal.js")), Ne = /* @__PURE__ */ v(async () => await import("./MoveModal.js")), ke = /* @__PURE__ */ v(async () => await import("./FolderModal.js"));
235
- function Qe() {
246
+ const Ne = /* @__PURE__ */ g(async () => await import("./PublishModal.js")), ke = /* @__PURE__ */ g(async () => await import("./ResourceModal.js")), He = /* @__PURE__ */ g(async () => await import("./DeleteModal.js")), Ue = /* @__PURE__ */ g(async () => await import("./MoveModal.js")), Ye = /* @__PURE__ */ g(async () => await import("./FolderModal.js"));
247
+ function We() {
236
248
  const {
237
- appCode: r
238
- } = ue(), {
239
- t: o
249
+ appCode: n
250
+ } = pe(), {
251
+ t
240
252
  } = X(), {
241
- actions: n,
253
+ actions: o,
242
254
  selectedElement: h,
243
255
  isMoveModalOpen: s,
244
- isDeleteModalOpen: S,
245
- isPublishModalOpen: p,
246
- isActionBarOpen: m,
247
- isEditFolderOpen: a,
248
- overrideLabel: R,
256
+ isDeleteModalOpen: C,
257
+ isPublishModalOpen: f,
258
+ isActionBarOpen: R,
259
+ isEditFolderOpen: c,
260
+ overrideLabel: d,
249
261
  onEditFolderCancel: l,
250
- onEditFolderSuccess: c,
251
- isEditResourceOpen: f,
252
- onEditResourceCancel: E,
253
- onEditResourceSuccess: b,
254
- isShareResourceOpen: O,
255
- onShareResourceCancel: B,
256
- onShareResourceSuccess: x,
257
- onMoveCancel: D,
258
- onMoveSuccess: L,
259
- onDeleteCancel: _,
260
- onDeleteSuccess: N,
261
- onPublishCancel: k,
262
- onPublishSuccess: H,
263
- isActivable: U,
264
- handleClick: A
265
- } = ee(), t = Z()[0], j = Fe(r), M = Te(r), Y = Se(m, {
262
+ onEditFolderSuccess: r,
263
+ isEditResourceOpen: m,
264
+ onEditResourceCancel: b,
265
+ onEditResourceSuccess: y,
266
+ isShareResourceOpen: I,
267
+ onShareResourceCancel: x,
268
+ onShareResourceSuccess: D,
269
+ onMoveCancel: L,
270
+ onMoveSuccess: _,
271
+ onDeleteCancel: P,
272
+ onDeleteSuccess: M,
273
+ onPublishCancel: N,
274
+ onPublishSuccess: k,
275
+ isActivable: H,
276
+ handleClick: U
277
+ } = ee(), S = Z()[0], p = xe(n), w = De(n), j = Ee(R, {
266
278
  from: {
267
279
  opacity: 0,
268
280
  transform: "translateY(100%)"
@@ -277,19 +289,19 @@ function Qe() {
277
289
  }
278
290
  });
279
291
  return /* @__PURE__ */ J($, { children: [
280
- Y((C, y) => y && /* @__PURE__ */ i(Ee.div, { className: "position-fixed bottom-0 start-0 end-0 z-3", style: C, children: /* @__PURE__ */ i(de, { children: n == null ? void 0 : n.filter((u) => u.available && u.target === "actionbar").map((u) => U(u) && /* @__PURE__ */ i(xe, { resourceRights: h, roleExpected: u.right, action: u, children: /* @__PURE__ */ i(Q, { id: u.id, type: "button", color: "primary", variant: "filled", onClick: () => {
281
- A(u);
282
- }, children: o(R(u)) }, u.id) }, u.id)) }) })),
283
- /* @__PURE__ */ J(ie, { fallback: /* @__PURE__ */ i(he, {}), children: [
284
- s && /* @__PURE__ */ i(Ne, { isOpen: s, onCancel: D, onSuccess: L }),
285
- S && /* @__PURE__ */ i(_e, { isOpen: S, onCancel: _, onSuccess: N }),
286
- p && t && /* @__PURE__ */ i(De, { isOpen: p, resourceId: t.assetId, onCancel: k, onSuccess: H }),
287
- a && /* @__PURE__ */ i(ke, { edit: !0, isOpen: a, onCancel: l, onSuccess: c }),
288
- f && t && /* @__PURE__ */ i(Le, { mode: "update", isOpen: f, resourceId: t.assetId, updateResource: M, onCancel: E, onSuccess: b, children: (C, y, u, z, V) => r === "blog" && pe("createPublic", n) && /* @__PURE__ */ i(fe, { appCode: r, isUpdating: y, resource: C, watch: u, setValue: z, register: V }) }),
289
- O && t && /* @__PURE__ */ i(me, { isOpen: O, resourceId: t.assetId, shareResource: j, onCancel: B, onSuccess: x, children: r === "blog" ? /* @__PURE__ */ i(Re, { resource: t, updateResource: M }) : null })
292
+ j((v, A) => A && /* @__PURE__ */ i(Oe.div, { className: "position-fixed bottom-0 start-0 end-0 z-3", style: v, children: /* @__PURE__ */ i(he, { children: o == null ? void 0 : o.filter((u) => u.available && u.target === "actionbar").map((u) => H(u) && /* @__PURE__ */ i(_e, { resourceRights: h, roleExpected: u.right, action: u, children: /* @__PURE__ */ i(Q, { id: u.id, type: "button", color: "primary", variant: "filled", onClick: () => {
293
+ U(u);
294
+ }, children: t(d(u)) }, u.id) }, u.id)) }) })),
295
+ /* @__PURE__ */ J(ue, { fallback: /* @__PURE__ */ i(fe, {}), children: [
296
+ s && /* @__PURE__ */ i(Ue, { isOpen: s, onCancel: L, onSuccess: _ }),
297
+ C && /* @__PURE__ */ i(He, { isOpen: C, onCancel: P, onSuccess: M }),
298
+ f && S && /* @__PURE__ */ i(Ne, { isOpen: f, resourceId: S.assetId, onCancel: N, onSuccess: k }),
299
+ c && /* @__PURE__ */ i(Ye, { edit: !0, isOpen: c, onCancel: l, onSuccess: r }),
300
+ m && S && /* @__PURE__ */ i(ke, { mode: "update", isOpen: m, resourceId: S.assetId, updateResource: w, onCancel: b, onSuccess: y, children: (v, A, u, z, V) => n === "blog" && me("createPublic", o) && /* @__PURE__ */ i(Re, { appCode: n, isUpdating: A, resource: v, watch: u, setValue: z, register: V }) }),
301
+ I && S && /* @__PURE__ */ i(Se, { isOpen: I, resourceId: S.assetId, shareResource: p, onCancel: x, onSuccess: D, children: n === "blog" ? /* @__PURE__ */ i(Ce, { resource: S, updateResource: w }) : null })
290
302
  ] })
291
303
  ] });
292
304
  }
293
305
  export {
294
- Qe as default
306
+ We as default
295
307
  };
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as l } from "react/jsx-runtime";
2
2
  import { Modal as a, Button as d } from "@edifice-ui/react";
3
3
  import { createPortal as m } from "react-dom";
4
4
  import { useTranslation as p } from "react-i18next";
5
- import { t as c, v as h, e as u } from "./index2.js";
5
+ import { v as c, w as h, e as u } from "./index2.js";
6
6
  import "react";
7
7
  import "@edifice-ui/icons";
8
8
  import "edifice-ts-client";
@@ -25,7 +25,7 @@ function f({
25
25
  onDelete: o
26
26
  };
27
27
  }
28
- function j({
28
+ function F({
29
29
  isOpen: t,
30
30
  onSuccess: i = () => ({}),
31
31
  onCancel: r = () => ({})
@@ -48,5 +48,5 @@ function j({
48
48
  ] }), document.getElementById("portal"));
49
49
  }
50
50
  export {
51
- j as default
51
+ F as default
52
52
  };
@@ -5,19 +5,19 @@ import { createPortal as T } from "react-dom";
5
5
  import { useTranslation as U } from "react-i18next";
6
6
  import { FOLDER as V } from "edifice-ts-client";
7
7
  import { useForm as _ } from "react-hook-form";
8
- import { j as k, b as z, r as A, s as H } from "./index2.js";
8
+ import { j as k, b as z, s as A, t as H } from "./index2.js";
9
9
  import "@edifice-ui/icons";
10
10
  import "i18next";
11
11
  import "zustand";
12
12
  import "@tanstack/react-query";
13
13
  function P({
14
- edit: o,
14
+ edit: t,
15
15
  onSuccess: e,
16
16
  onClose: s
17
17
  }) {
18
18
  var x;
19
- const l = k(), r = z(), c = A(), f = H(), u = o ? (x = l[0]) == null ? void 0 : x.name : void 0, {
20
- reset: t,
19
+ const l = k(), r = z(), c = A(), f = H(), u = t ? (x = l[0]) == null ? void 0 : x.name : void 0, {
20
+ reset: o,
21
21
  register: p,
22
22
  handleSubmit: n,
23
23
  setFocus: h,
@@ -37,26 +37,26 @@ function P({
37
37
  }) {
38
38
  var C;
39
39
  try {
40
- if (o) {
40
+ if (t) {
41
41
  const i = (C = l[0]) == null ? void 0 : C.parentId, j = l[0].id;
42
42
  await f.mutate({
43
43
  folderId: j,
44
44
  parentId: i,
45
45
  name: y
46
- }), t(), e == null || e();
46
+ }), o(), e == null || e();
47
47
  } else {
48
48
  const i = (r == null ? void 0 : r.id) || V.DEFAULT;
49
49
  await c.mutate({
50
50
  name: y,
51
51
  parentId: i
52
- }), t(), e == null || e();
52
+ }), o(), e == null || e();
53
53
  }
54
54
  } catch (i) {
55
55
  console.error(i);
56
56
  }
57
57
  };
58
58
  function E() {
59
- t(), s();
59
+ o(), s();
60
60
  }
61
61
  return {
62
62
  formId: `createModal_${M}`,
@@ -71,8 +71,8 @@ function P({
71
71
  onSubmit: D
72
72
  };
73
73
  }
74
- function oe({
75
- isOpen: o,
74
+ function te({
75
+ isOpen: t,
76
76
  edit: e,
77
77
  onSuccess: s,
78
78
  onCancel: l
@@ -83,7 +83,7 @@ function oe({
83
83
  isDirty: c,
84
84
  isValid: f,
85
85
  isSubmitting: u,
86
- formId: t,
86
+ formId: o,
87
87
  onSubmit: p,
88
88
  onCancel: n,
89
89
  handleSubmit: h,
@@ -95,10 +95,10 @@ function oe({
95
95
  onClose: l
96
96
  });
97
97
  return B(() => {
98
- o && d("name");
99
- }, [o, d]), o ? /* @__PURE__ */ T(/* @__PURE__ */ b(m, { isOpen: o, onModalClose: n, id: "modal_" + t, children: [
98
+ t && d("name");
99
+ }, [t, d]), t ? /* @__PURE__ */ T(/* @__PURE__ */ b(m, { isOpen: t, onModalClose: n, id: "modal_" + o, children: [
100
100
  /* @__PURE__ */ a(m.Header, { onModalClose: n, children: r(e ? "explorer.rename.folder" : "explorer.create.folder") }),
101
- /* @__PURE__ */ a(m.Body, { children: /* @__PURE__ */ a("form", { id: t, onSubmit: h(p), children: /* @__PURE__ */ b(L, { id: "nameFolder", isRequired: !0, children: [
101
+ /* @__PURE__ */ a(m.Body, { children: /* @__PURE__ */ a("form", { id: o, onSubmit: h(p), children: /* @__PURE__ */ b(L, { id: "nameFolder", isRequired: !0, children: [
102
102
  /* @__PURE__ */ a(w, { children: r("explorer.create.folder.name") }),
103
103
  /* @__PURE__ */ a(R, { type: "text", ...F("name", {
104
104
  required: !0,
@@ -110,10 +110,10 @@ function oe({
110
110
  ] }) }) }),
111
111
  /* @__PURE__ */ b(m.Footer, { children: [
112
112
  /* @__PURE__ */ a(I, { color: "tertiary", onClick: n, type: "button", variant: "ghost", children: r("explorer.cancel") }),
113
- /* @__PURE__ */ a(I, { form: t, type: "submit", color: "primary", variant: "filled", disabled: !c || !f || u, children: r(e ? "explorer.rename" : "explorer.create") })
113
+ /* @__PURE__ */ a(I, { form: o, type: "submit", color: "primary", variant: "filled", disabled: !c || !f || u, children: r(e ? "explorer.rename" : "explorer.create") })
114
114
  ] })
115
115
  ] }), document.getElementById("portal")) : null;
116
116
  }
117
117
  export {
118
- oe as default
118
+ te as default
119
119
  };
package/lib/Library.js CHANGED
@@ -1,4 +1,4 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { ArrowRight as s } from "@edifice-ui/icons";
3
3
  import { useOdeTheme as o, useLibraryUrl as n, usePaths as m, Image as p } from "@edifice-ui/react";
4
4
  import { useTranslation as c } from "react-i18next";
@@ -7,13 +7,11 @@ const y = () => {
7
7
  t: e
8
8
  } = c(), {
9
9
  theme: a
10
- } = o(), {
11
- libraryUrl: i
12
- } = n(), [l] = m();
13
- return /* @__PURE__ */ t("div", { className: "p-16", children: [
10
+ } = o(), t = n(), [l] = m();
11
+ return t && /* @__PURE__ */ i("div", { className: "p-16", children: [
14
12
  /* @__PURE__ */ r(p, { width: "270", height: "140", loading: "lazy", className: "rounded", src: `${l}/${a == null ? void 0 : a.bootstrapVersion}/image-library.svg`, alt: e("explorer.libray.img.alt") }),
15
13
  /* @__PURE__ */ r("p", { className: "m-8", children: e("explorer.libray.title") }),
16
- /* @__PURE__ */ t("a", { href: i, target: "_blank", rel: "noreferrer", className: "d-inline-flex gap-4 btn btn-ghost-primary py-0 p-0 pe-8", children: [
14
+ /* @__PURE__ */ i("a", { href: t, target: "_blank", rel: "noreferrer", className: "d-inline-flex gap-4 btn btn-ghost-primary py-0 p-0 pe-8", children: [
17
15
  /* @__PURE__ */ r("span", { children: e("explorer.libray.btn") }),
18
16
  /* @__PURE__ */ r(s, {})
19
17
  ] })