@archbase/security-ui 4.1.1 → 4.2.0
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/archbase-security-ui-4.2.0.tgz +0 -0
- package/dist/index.js +1620 -1109
- package/dist/securityDiagnostics/ArchbaseSecurityDiagnosticsView.d.ts +19 -1
- package/dist/securityDiagnostics/DiagnosticPrimitives.d.ts +8 -2
- package/dist/securityDiagnostics/EffectiveAccessPanel.d.ts +8 -1
- package/dist/securityDiagnostics/OverviewItemsDrawer.d.ts +18 -0
- package/dist/securityDiagnostics/SimulationPanel.d.ts +15 -1
- package/dist/securityDiagnostics/explorer/ActionNodePanel.d.ts +19 -0
- package/dist/securityDiagnostics/explorer/GroupNodePanel.d.ts +19 -0
- package/dist/securityDiagnostics/explorer/SecurityTree.d.ts +19 -0
- package/dist/securityDiagnostics/explorer/selection.d.ts +15 -0
- package/dist/securityDiagnostics/explorer/situacao.d.ts +12 -0
- package/dist/securityDiagnostics/index.d.ts +6 -0
- package/dist/securityDiagnostics/types.d.ts +44 -9
- package/package.json +6 -6
- package/dist/archbase-security-ui-4.1.1.tgz +0 -0
package/dist/index.js
CHANGED
|
@@ -1,121 +1,121 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import { Modal as
|
|
3
|
-
import { getI18nextInstance as
|
|
4
|
-
import { ArchbaseEdit as
|
|
5
|
-
import { useArchbaseV1V2Compatibility as
|
|
6
|
-
import { useState as
|
|
7
|
-
import { IconArrowRight as
|
|
8
|
-
import { UserGroupDto as
|
|
9
|
-
import { DateTimePicker as
|
|
10
|
-
import { useFocusTrap as
|
|
11
|
-
import { ArchbaseSpaceFixed as
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
a.onCustomSave ? a.onCustomSave(a.dataSource.getCurrentRecord(), (
|
|
15
|
-
|
|
1
|
+
import { jsx as e, jsxs as r, Fragment as Pe } from "react/jsx-runtime";
|
|
2
|
+
import { Modal as Oe, ScrollArea as Ce, Stack as V, Grid as W, Group as N, Button as Y, Paper as _, Box as re, Text as d, List as Ve, Checkbox as ia, Tooltip as Re, ActionIcon as le, Flex as De, Space as ya, Input as Te, useTree as oa, useMantineColorScheme as Ue, TextInput as me, Tree as na, Badge as j, Tabs as ye, RingProgress as Ba, SimpleGrid as Be, Drawer as Wa, Loader as ce, Alert as fe, Table as y, Pagination as qa, Chip as sa, UnstyledButton as Ee } from "@mantine/core";
|
|
3
|
+
import { getI18nextInstance as g, resolveArchbasePasswordPolicy as Ha, ARCHBASE_IOC_API_TYPE as Q, emit as Ge, builder as Fe, validateArchbasePassword as ja, convertDateToISOString as Za, processErrorMessage as ge, getKeyByEnumValue as we, useArchbaseTheme as aa, useArchbaseValidator as Ka, useArchbaseTranslation as Qa, useValidationErrors as Ja, processDetailErrorMessage as Me } from "@archbase/core";
|
|
4
|
+
import { ArchbaseEdit as ne, ArchbaseNotifications as te, ArchbasePasswordEdit as Xa, ArchbaseSelect as Ya, ArchbaseCheckbox as Ae, ArchbaseAvatarEdit as _a, ArchbaseAsyncSelect as er, Columns as Ie, ArchbaseDataGridColumn as P, ArchbaseDataGrid as wa, ArchbaseDialog as pe } from "@archbase/components";
|
|
5
|
+
import { useArchbaseV1V2Compatibility as Ne, useArchbaseDataSourceListener as la, useArchbaseRemoteServiceApi as J, useArchbaseRemoteDataSource as _e, ArchbaseDataSource as ar, useArchbaseStore as Ca, useArchbaseRemoteDataSourceV2 as ke, useArchbaseDataSource as rr } from "@archbase/data";
|
|
6
|
+
import { useState as k, useCallback as oe, useEffect as ee, forwardRef as tr, useMemo as ie, useRef as xe } from "react";
|
|
7
|
+
import { IconArrowRight as Sa, IconArrowLeft as Ta, IconChevronDown as ca, IconBorderCornerSquare as da, IconEye as ir, IconEdit as Aa, IconTrashX as ra, IconShieldCheckered as or, IconPlus as xa } from "@tabler/icons-react";
|
|
8
|
+
import { UserGroupDto as ua, SecurityType as X, UserDto as nr, GroupDto as sr, ProfileDto as lr, ApiTokenDto as cr } from "@archbase/security";
|
|
9
|
+
import { DateTimePicker as dr } from "@mantine/dates";
|
|
10
|
+
import { useFocusTrap as ur, useDebouncedValue as ea } from "@mantine/hooks";
|
|
11
|
+
import { ArchbaseSpaceFixed as hr, ArchbaseSpaceFill as pr, ArchbaseSpaceBottom as mr } from "@archbase/layout";
|
|
12
|
+
const gr = (a) => {
|
|
13
|
+
const t = { ...a.options ?? {} }, o = () => {
|
|
14
|
+
a.onCustomSave ? a.onCustomSave(a.dataSource.getCurrentRecord(), (p) => {
|
|
15
|
+
p && a.onAfterSave && a.onAfterSave(a.dataSource.getCurrentRecord()), a.onClickOk(a.dataSource.getCurrentRecord(), p);
|
|
16
16
|
}) : a.onClickOk(a.dataSource.getCurrentRecord(), !0);
|
|
17
17
|
}, i = () => {
|
|
18
18
|
a.onClickCancel(a.dataSource.getCurrentRecord());
|
|
19
19
|
};
|
|
20
20
|
return /* @__PURE__ */ e(
|
|
21
|
-
|
|
21
|
+
Oe,
|
|
22
22
|
{
|
|
23
23
|
opened: a.opened,
|
|
24
24
|
onClose: i,
|
|
25
|
-
title:
|
|
25
|
+
title: g().t("archbase:Perfil"),
|
|
26
26
|
size: "60%",
|
|
27
27
|
styles: { content: { maxWidth: 1e3 } },
|
|
28
|
-
children: /* @__PURE__ */ e(
|
|
29
|
-
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */ e(
|
|
32
|
-
|
|
28
|
+
children: /* @__PURE__ */ e(Ce, { style: { height: "460px" }, children: /* @__PURE__ */ r(V, { w: "98%", children: [
|
|
29
|
+
t?.customContentBefore && t.customContentBefore(a.dataSource.getCurrentRecord()),
|
|
30
|
+
/* @__PURE__ */ r(W, { children: [
|
|
31
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 12, lg: 12 }, children: /* @__PURE__ */ e(
|
|
32
|
+
ne,
|
|
33
33
|
{
|
|
34
|
-
label: `${
|
|
35
|
-
placeholder: `${
|
|
34
|
+
label: `${g().t("archbase:Nome do perfil")}`,
|
|
35
|
+
placeholder: `${g().t("archbase:Informe o nome do perfil")}`,
|
|
36
36
|
dataSource: a.dataSource,
|
|
37
37
|
dataField: "name"
|
|
38
38
|
}
|
|
39
39
|
) }),
|
|
40
|
-
/* @__PURE__ */ e(
|
|
41
|
-
|
|
40
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 12, lg: 12 }, children: /* @__PURE__ */ e(
|
|
41
|
+
ne,
|
|
42
42
|
{
|
|
43
|
-
label: `${
|
|
44
|
-
placeholder: `${
|
|
43
|
+
label: `${g().t("archbase:Descrição do perfil")}`,
|
|
44
|
+
placeholder: `${g().t("archbase:Informe a descrição do perfil")}`,
|
|
45
45
|
dataSource: a.dataSource,
|
|
46
46
|
dataField: "description"
|
|
47
47
|
}
|
|
48
48
|
) })
|
|
49
49
|
] }),
|
|
50
|
-
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
/* @__PURE__ */ e(
|
|
53
|
-
/* @__PURE__ */ e(
|
|
50
|
+
t?.customContentAfter && t.customContentAfter(a.dataSource.getCurrentRecord()),
|
|
51
|
+
/* @__PURE__ */ r(N, { justify: "flex-end", mt: "md", children: [
|
|
52
|
+
/* @__PURE__ */ e(Y, { variant: "default", onClick: i, children: g().t("archbase:Cancelar") }),
|
|
53
|
+
/* @__PURE__ */ e(Y, { onClick: o, children: g().t("archbase:Salvar") })
|
|
54
54
|
] })
|
|
55
55
|
] }) })
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
58
|
};
|
|
59
|
-
function
|
|
59
|
+
function fr({
|
|
60
60
|
availableItemsDS: a,
|
|
61
|
-
assignedItemsDS:
|
|
62
|
-
idFieldAvailable:
|
|
61
|
+
assignedItemsDS: t,
|
|
62
|
+
idFieldAvailable: o,
|
|
63
63
|
labelFieldAvailable: i,
|
|
64
|
-
idFieldAssigned:
|
|
65
|
-
labelFieldAssigned:
|
|
66
|
-
handleCreateAssociationObject:
|
|
67
|
-
width:
|
|
68
|
-
height:
|
|
69
|
-
titleAvailable:
|
|
70
|
-
titleAssigned:
|
|
64
|
+
idFieldAssigned: p,
|
|
65
|
+
labelFieldAssigned: u,
|
|
66
|
+
handleCreateAssociationObject: c,
|
|
67
|
+
width: I = "400px",
|
|
68
|
+
height: A = "200px",
|
|
69
|
+
titleAvailable: f = "Disponíveis",
|
|
70
|
+
titleAssigned: S = "Selecionados"
|
|
71
71
|
}) {
|
|
72
|
-
|
|
72
|
+
Ne(
|
|
73
73
|
"ArchbaseDualListSelector-Available",
|
|
74
74
|
a,
|
|
75
75
|
void 0,
|
|
76
76
|
[]
|
|
77
77
|
);
|
|
78
|
-
const
|
|
78
|
+
const T = Ne(
|
|
79
79
|
"ArchbaseDualListSelector-Assigned",
|
|
80
|
-
|
|
80
|
+
t,
|
|
81
81
|
void 0,
|
|
82
82
|
[]
|
|
83
|
-
), [
|
|
84
|
-
a &&
|
|
85
|
-
}, [a,
|
|
86
|
-
|
|
83
|
+
), [n, s] = k([]), [w, D] = k([]), [h, l] = k([]), [m, v] = k([]), C = oe(() => {
|
|
84
|
+
a && s(a.browseRecords()), t && D(t.browseRecords());
|
|
85
|
+
}, [a, t]);
|
|
86
|
+
la({
|
|
87
87
|
dataSource: a,
|
|
88
|
-
listener: () =>
|
|
89
|
-
}),
|
|
90
|
-
dataSource:
|
|
91
|
-
listener: () =>
|
|
92
|
-
}),
|
|
93
|
-
|
|
94
|
-
}, [
|
|
95
|
-
const z = (
|
|
96
|
-
|
|
97
|
-
},
|
|
98
|
-
|
|
99
|
-
const
|
|
100
|
-
if (
|
|
101
|
-
const
|
|
102
|
-
|
|
88
|
+
listener: () => C()
|
|
89
|
+
}), la({
|
|
90
|
+
dataSource: t,
|
|
91
|
+
listener: () => C()
|
|
92
|
+
}), ee(() => {
|
|
93
|
+
C();
|
|
94
|
+
}, [C]);
|
|
95
|
+
const z = (E, O) => typeof O == "function" ? O(E) : E[O], b = (E, O) => typeof O == "function" ? O(E) : E[O], K = (E, O) => {
|
|
96
|
+
E((F) => F.includes(O) ? F.filter((Se) => Se !== O) : [...F, O]);
|
|
97
|
+
}, L = () => {
|
|
98
|
+
h.forEach((E) => {
|
|
99
|
+
const O = n.find((F) => z(F, o) === E);
|
|
100
|
+
if (O) {
|
|
101
|
+
const F = c(O);
|
|
102
|
+
T.isDataSourceV2 ? (t.insert(F), t.save()) : (t.insert(F), t.save(), T.v1State.forceUpdate());
|
|
103
103
|
}
|
|
104
|
-
}),
|
|
105
|
-
},
|
|
106
|
-
|
|
107
|
-
const
|
|
108
|
-
if (
|
|
109
|
-
const
|
|
110
|
-
|
|
104
|
+
}), l([]);
|
|
105
|
+
}, Z = () => {
|
|
106
|
+
m.forEach((E) => {
|
|
107
|
+
const O = w.find((F) => z(F, p) === E);
|
|
108
|
+
if (O) {
|
|
109
|
+
const F = typeof p == "function" ? { customId: p(O) } : { [p]: E };
|
|
110
|
+
T.isDataSourceV2 ? t.remove(() => t.locate(F)) : (t.remove(() => t.locate(F)), T.v1State.forceUpdate());
|
|
111
111
|
}
|
|
112
|
-
}),
|
|
112
|
+
}), v([]);
|
|
113
113
|
};
|
|
114
|
-
return /* @__PURE__ */
|
|
115
|
-
/* @__PURE__ */
|
|
116
|
-
/* @__PURE__ */ e(
|
|
114
|
+
return /* @__PURE__ */ r(_, { withBorder: !0, style: { display: "flex", width: I, height: A }, children: [
|
|
115
|
+
/* @__PURE__ */ r(re, { style: { minWidth: "44%", minHeight: A }, children: [
|
|
116
|
+
/* @__PURE__ */ e(d, { children: f }),
|
|
117
117
|
/* @__PURE__ */ e(
|
|
118
|
-
|
|
118
|
+
Ve,
|
|
119
119
|
{
|
|
120
120
|
spacing: "xs",
|
|
121
121
|
size: "sm",
|
|
@@ -127,28 +127,28 @@ function lr({
|
|
|
127
127
|
overflowX: "hidden",
|
|
128
128
|
height: "calc(100% - 32px)"
|
|
129
129
|
},
|
|
130
|
-
children:
|
|
131
|
-
|
|
130
|
+
children: n.map((E) => /* @__PURE__ */ e(Ve.Item, { children: /* @__PURE__ */ e(
|
|
131
|
+
ia,
|
|
132
132
|
{
|
|
133
|
-
label:
|
|
134
|
-
checked:
|
|
135
|
-
onChange: () =>
|
|
136
|
-
disabled:
|
|
137
|
-
(
|
|
133
|
+
label: b(E, i),
|
|
134
|
+
checked: h.includes(z(E, o)),
|
|
135
|
+
onChange: () => K(l, z(E, o)),
|
|
136
|
+
disabled: w.some(
|
|
137
|
+
(O) => z(O, p) === z(E, o)
|
|
138
138
|
)
|
|
139
139
|
}
|
|
140
|
-
) }, z(
|
|
140
|
+
) }, z(E, o)))
|
|
141
141
|
}
|
|
142
142
|
)
|
|
143
143
|
] }),
|
|
144
|
-
/* @__PURE__ */
|
|
145
|
-
/* @__PURE__ */ e(
|
|
146
|
-
/* @__PURE__ */ e(
|
|
144
|
+
/* @__PURE__ */ r(V, { gap: 5, style: { minWidth: "10%" }, justify: "center", align: "center", children: [
|
|
145
|
+
/* @__PURE__ */ e(Re, { label: "Adicionar", children: /* @__PURE__ */ e(le, { onClick: L, disabled: !h.length, children: /* @__PURE__ */ e(Sa, {}) }) }),
|
|
146
|
+
/* @__PURE__ */ e(Re, { label: "Remover", children: /* @__PURE__ */ e(le, { onClick: Z, disabled: !m.length, children: /* @__PURE__ */ e(Ta, {}) }) })
|
|
147
147
|
] }),
|
|
148
|
-
/* @__PURE__ */
|
|
149
|
-
/* @__PURE__ */ e(
|
|
148
|
+
/* @__PURE__ */ r(re, { style: { minWidth: "44%", minHeight: A }, children: [
|
|
149
|
+
/* @__PURE__ */ e(d, { children: S }),
|
|
150
150
|
/* @__PURE__ */ e(
|
|
151
|
-
|
|
151
|
+
Ve,
|
|
152
152
|
{
|
|
153
153
|
spacing: "xs",
|
|
154
154
|
size: "sm",
|
|
@@ -160,25 +160,25 @@ function lr({
|
|
|
160
160
|
overflowX: "hidden",
|
|
161
161
|
height: "calc(100% - 32px)"
|
|
162
162
|
},
|
|
163
|
-
children:
|
|
164
|
-
|
|
163
|
+
children: w.map((E) => /* @__PURE__ */ e(Ve.Item, { children: /* @__PURE__ */ e(
|
|
164
|
+
ia,
|
|
165
165
|
{
|
|
166
|
-
label:
|
|
167
|
-
checked:
|
|
168
|
-
onChange: () =>
|
|
166
|
+
label: b(E, u),
|
|
167
|
+
checked: m.includes(z(E, p)),
|
|
168
|
+
onChange: () => K(v, z(E, p))
|
|
169
169
|
}
|
|
170
|
-
) }, z(
|
|
170
|
+
) }, z(E, p)))
|
|
171
171
|
}
|
|
172
172
|
)
|
|
173
173
|
] })
|
|
174
174
|
] });
|
|
175
175
|
}
|
|
176
|
-
const
|
|
177
|
-
({ image: a, label:
|
|
178
|
-
/* @__PURE__ */ e(
|
|
179
|
-
/* @__PURE__ */ e(
|
|
176
|
+
const br = tr(
|
|
177
|
+
({ image: a, label: t, description: o, origin: i, ...p }, u) => /* @__PURE__ */ e("div", { ref: u, ...p, children: /* @__PURE__ */ r(De, { children: [
|
|
178
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 600, children: i ? i.name : "" }),
|
|
179
|
+
/* @__PURE__ */ e(ya, { w: "lg" })
|
|
180
180
|
] }) })
|
|
181
|
-
),
|
|
181
|
+
), vr = {
|
|
182
182
|
// Campos de identificação
|
|
183
183
|
showNickname: !0,
|
|
184
184
|
// Campos de perfil e grupos
|
|
@@ -202,89 +202,89 @@ const cr = Ha(
|
|
|
202
202
|
avatarImageQuality: 1,
|
|
203
203
|
avatarMaxOutputSizePx: 512,
|
|
204
204
|
allowEditEmail: !0
|
|
205
|
-
},
|
|
206
|
-
const [
|
|
207
|
-
const
|
|
208
|
-
return
|
|
209
|
-
}).filter((
|
|
210
|
-
...
|
|
211
|
-
blocklist: [...
|
|
212
|
-
} : void 0,
|
|
205
|
+
}, yr = (a) => {
|
|
206
|
+
const [t, o] = k(""), i = { ...vr, ...a.options ?? {} }, p = a.dataSource.getFieldValue("passwordChangedAt"), u = p ? new Date(p) : void 0, c = u && !Number.isNaN(u.getTime()) ? u.toLocaleString() : void 0, I = Ha(i.passwordPolicy), A = i.forbidPersonalDataInPassword ? ["name", "nickname", "email"].map((l) => {
|
|
207
|
+
const m = a.dataSource.getFieldValue(l);
|
|
208
|
+
return l === "email" && m ? m.split("@")[0] : m;
|
|
209
|
+
}).filter((l) => typeof l == "string" && l.trim().length >= 3) : [], f = I ? {
|
|
210
|
+
...I,
|
|
211
|
+
blocklist: [...I.blocklist ?? [], ...A]
|
|
212
|
+
} : void 0, S = J(Q.Group), { dataSource: T } = _e({
|
|
213
213
|
name: "dsGroups",
|
|
214
|
-
service:
|
|
214
|
+
service: S,
|
|
215
215
|
pageSize: 9999,
|
|
216
216
|
loadOnStart: !0,
|
|
217
217
|
sort: ["name:asc"],
|
|
218
|
-
onError: (
|
|
219
|
-
|
|
218
|
+
onError: (l, m) => {
|
|
219
|
+
te.showError(g().t("archbase:WARNING"), l, m);
|
|
220
220
|
}
|
|
221
221
|
});
|
|
222
222
|
console.log("versão 12/05/2026");
|
|
223
|
-
const
|
|
223
|
+
const n = J(Q.Profile), { dataSource: s } = _e({
|
|
224
224
|
name: "dsProfiles",
|
|
225
|
-
service:
|
|
225
|
+
service: n,
|
|
226
226
|
pageSize: 9999,
|
|
227
227
|
loadOnStart: !0,
|
|
228
228
|
sort: ["name:asc"],
|
|
229
|
-
onError: (
|
|
230
|
-
|
|
229
|
+
onError: (l, m) => {
|
|
230
|
+
te.showError(g().t("archbase:WARNING"), l, m);
|
|
231
231
|
}
|
|
232
232
|
});
|
|
233
|
-
|
|
234
|
-
|
|
233
|
+
ee(() => {
|
|
234
|
+
o("");
|
|
235
235
|
}, [a.dataSource.getFieldValue("password")]);
|
|
236
|
-
const
|
|
236
|
+
const w = async () => {
|
|
237
237
|
if (a.dataSource.isInserting()) {
|
|
238
238
|
if (i.userDefaultProfile) {
|
|
239
|
-
const
|
|
240
|
-
|
|
239
|
+
const l = Ge(Fe.eq("name", i.userDefaultProfile)), m = await n.findAllWithFilter(l, 0, 1);
|
|
240
|
+
m && m.content.length > 0 && a.dataSource.setFieldValue("profile", m.content[0]);
|
|
241
241
|
}
|
|
242
242
|
if (i.userDefaultGroups) {
|
|
243
|
-
const
|
|
244
|
-
|
|
243
|
+
const l = Ge(Fe.in("name", i.userDefaultGroups)), m = await S.findAllWithFilter(l, 0, 500);
|
|
244
|
+
m && m.content.length > 0 && a.dataSource.setFieldValue("groups", m.content.map((v) => ua.newInstance(v)));
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
|
|
249
|
-
a.opened &&
|
|
248
|
+
ee(() => {
|
|
249
|
+
a.opened && w();
|
|
250
250
|
}, [a.opened]);
|
|
251
|
-
const
|
|
252
|
-
const
|
|
253
|
-
if (!
|
|
254
|
-
|
|
251
|
+
const D = () => {
|
|
252
|
+
const l = a.dataSource.getCurrentRecord();
|
|
253
|
+
if (!l.password && a.dataSource.isInserting()) {
|
|
254
|
+
o(g().t("archbase:Informe a senha"));
|
|
255
255
|
return;
|
|
256
256
|
}
|
|
257
|
-
if (
|
|
258
|
-
const
|
|
259
|
-
if (!
|
|
260
|
-
|
|
257
|
+
if (f && l.password) {
|
|
258
|
+
const m = ja(l.password, f);
|
|
259
|
+
if (!m.valid) {
|
|
260
|
+
o(m.error);
|
|
261
261
|
return;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
-
a.onCustomSave ? a.onCustomSave(
|
|
265
|
-
|
|
266
|
-
}) : a.onClickOk(
|
|
267
|
-
},
|
|
264
|
+
a.onCustomSave ? a.onCustomSave(l, (m) => {
|
|
265
|
+
m && a.onAfterSave && a.onAfterSave(l), a.onClickOk(l, m);
|
|
266
|
+
}) : a.onClickOk(l, !0);
|
|
267
|
+
}, h = () => {
|
|
268
268
|
a.onClickCancel(a.dataSource.getCurrentRecord());
|
|
269
269
|
};
|
|
270
|
-
return /* @__PURE__ */
|
|
271
|
-
|
|
270
|
+
return /* @__PURE__ */ r(
|
|
271
|
+
Oe,
|
|
272
272
|
{
|
|
273
273
|
opened: a.opened,
|
|
274
|
-
onClose:
|
|
275
|
-
title:
|
|
274
|
+
onClose: h,
|
|
275
|
+
title: g().t("archbase:Usuário"),
|
|
276
276
|
size: "80%",
|
|
277
277
|
styles: { content: { maxWidth: 1e3 } },
|
|
278
278
|
children: [
|
|
279
|
-
/* @__PURE__ */ e(
|
|
280
|
-
i?.customContentBefore && /* @__PURE__ */ e(
|
|
281
|
-
/* @__PURE__ */
|
|
282
|
-
/* @__PURE__ */ e(
|
|
279
|
+
/* @__PURE__ */ e(Ce, { style: { height: "500px" }, children: /* @__PURE__ */ r(V, { w: "98%", children: [
|
|
280
|
+
i?.customContentBefore && /* @__PURE__ */ e(Pe, { children: i.customContentBefore(a.dataSource.getCurrentRecord()) }),
|
|
281
|
+
/* @__PURE__ */ r(W, { children: [
|
|
282
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 6, lg: 6 }, children: /* @__PURE__ */ r(N, { children: [
|
|
283
283
|
/* @__PURE__ */ e(
|
|
284
|
-
|
|
284
|
+
ne,
|
|
285
285
|
{
|
|
286
|
-
label: `${
|
|
287
|
-
placeholder: `${
|
|
286
|
+
label: `${g().t("archbase:Nome completo")}`,
|
|
287
|
+
placeholder: `${g().t("archbase:Informe o nome completo do usuário")}`,
|
|
288
288
|
dataSource: a.dataSource,
|
|
289
289
|
dataField: "name",
|
|
290
290
|
required: !0,
|
|
@@ -292,131 +292,131 @@ const cr = Ha(
|
|
|
292
292
|
}
|
|
293
293
|
),
|
|
294
294
|
i.showNickname && /* @__PURE__ */ e(
|
|
295
|
-
|
|
295
|
+
ne,
|
|
296
296
|
{
|
|
297
|
-
label: `${
|
|
298
|
-
placeholder: `${
|
|
297
|
+
label: `${g().t("archbase:Apelido")}`,
|
|
298
|
+
placeholder: `${g().t("archbase:Apelido")}`,
|
|
299
299
|
dataSource: a.dataSource,
|
|
300
300
|
dataField: "nickname",
|
|
301
301
|
required: i.requiredNickname
|
|
302
302
|
}
|
|
303
303
|
)
|
|
304
304
|
] }) }),
|
|
305
|
-
/* @__PURE__ */ e(
|
|
306
|
-
|
|
305
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 6, lg: 6 }, children: /* @__PURE__ */ e(
|
|
306
|
+
ne,
|
|
307
307
|
{
|
|
308
|
-
label: `${
|
|
309
|
-
placeholder: `${
|
|
308
|
+
label: `${g().t("archbase:Descrição do usuário")}`,
|
|
309
|
+
placeholder: `${g().t("archbase:Informe a descrição do usuário")}`,
|
|
310
310
|
dataSource: a.dataSource,
|
|
311
311
|
dataField: "description",
|
|
312
312
|
required: !0
|
|
313
313
|
}
|
|
314
314
|
) })
|
|
315
315
|
] }),
|
|
316
|
-
/* @__PURE__ */
|
|
317
|
-
/* @__PURE__ */ e(
|
|
318
|
-
|
|
316
|
+
/* @__PURE__ */ r(W, { children: [
|
|
317
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 6, lg: 6 }, children: /* @__PURE__ */ e(
|
|
318
|
+
ne,
|
|
319
319
|
{
|
|
320
|
-
label: `${
|
|
321
|
-
placeholder: `${
|
|
320
|
+
label: `${g().t("archbase:E-mail")}`,
|
|
321
|
+
placeholder: `${g().t("archbase:Informe o e-mail do usuário")}`,
|
|
322
322
|
dataSource: a.dataSource,
|
|
323
|
-
onChangeValue: (
|
|
323
|
+
onChangeValue: (l) => a.dataSource.setFieldValue("userName", l),
|
|
324
324
|
dataField: "email",
|
|
325
325
|
readOnly: a.dataSource.isEditing() ? !i.allowEditEmail : !1,
|
|
326
326
|
required: !0
|
|
327
327
|
}
|
|
328
328
|
) }),
|
|
329
|
-
/* @__PURE__ */ e(
|
|
330
|
-
|
|
329
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 6, lg: 6 }, children: /* @__PURE__ */ e(
|
|
330
|
+
Xa,
|
|
331
331
|
{
|
|
332
|
-
label: `${
|
|
332
|
+
label: `${g().t("archbase:Senha usuário")}`,
|
|
333
333
|
dataSource: a.dataSource,
|
|
334
334
|
dataField: "password",
|
|
335
|
-
error:
|
|
335
|
+
error: t,
|
|
336
336
|
required: a.dataSource.getFieldValue("isNewUser"),
|
|
337
|
-
passwordPolicy:
|
|
337
|
+
passwordPolicy: f,
|
|
338
338
|
showPasswordRequirements: i.showPasswordRequirements
|
|
339
339
|
}
|
|
340
340
|
) })
|
|
341
341
|
] }),
|
|
342
|
-
/* @__PURE__ */ e(
|
|
343
|
-
|
|
342
|
+
/* @__PURE__ */ e(W, { children: i.showProfile && /* @__PURE__ */ e(W.Col, { span: { base: 12, md: 6, lg: 6 }, children: /* @__PURE__ */ e(
|
|
343
|
+
Ya,
|
|
344
344
|
{
|
|
345
|
-
label: `${
|
|
345
|
+
label: `${g().t("archbase:Perfil do usuário")}`,
|
|
346
346
|
dataSource: a.dataSource,
|
|
347
347
|
dataField: "profile",
|
|
348
|
-
options:
|
|
348
|
+
options: s,
|
|
349
349
|
allowDeselect: !0,
|
|
350
350
|
optionsLabelField: "nome",
|
|
351
|
-
itemComponent:
|
|
352
|
-
getOptionLabel: (
|
|
353
|
-
getOptionValue: (
|
|
351
|
+
itemComponent: br,
|
|
352
|
+
getOptionLabel: (l) => l.name,
|
|
353
|
+
getOptionValue: (l) => l.id
|
|
354
354
|
}
|
|
355
355
|
) }) }),
|
|
356
|
-
/* @__PURE__ */
|
|
357
|
-
/* @__PURE__ */ e(
|
|
358
|
-
/* @__PURE__ */ e(
|
|
359
|
-
i.showChangePasswordOnNextLogin && /* @__PURE__ */ e(
|
|
360
|
-
|
|
356
|
+
/* @__PURE__ */ r(W, { children: [
|
|
357
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12 }, children: i.showAccountConfigLabel && /* @__PURE__ */ e(d, { fz: 14, fw: 500, children: "Informe" }) }),
|
|
358
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 4, lg: 4 }, children: /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
359
|
+
i.showChangePasswordOnNextLogin && /* @__PURE__ */ e(Te.Wrapper, { label: "", children: /* @__PURE__ */ e(
|
|
360
|
+
Ae,
|
|
361
361
|
{
|
|
362
362
|
dataSource: a.dataSource,
|
|
363
363
|
dataField: "changePasswordOnNextLogin",
|
|
364
|
-
label: `${
|
|
364
|
+
label: `${g().t("archbase:Deve alterar senha próximo login ?")}`
|
|
365
365
|
}
|
|
366
366
|
) }),
|
|
367
|
-
i.showAllowPasswordChange && /* @__PURE__ */ e(
|
|
368
|
-
|
|
367
|
+
i.showAllowPasswordChange && /* @__PURE__ */ e(Te.Wrapper, { label: "", children: /* @__PURE__ */ e(
|
|
368
|
+
Ae,
|
|
369
369
|
{
|
|
370
370
|
dataSource: a.dataSource,
|
|
371
371
|
dataField: "allowPasswordChange",
|
|
372
|
-
label: `${
|
|
372
|
+
label: `${g().t("archbase:Pode alterar a senha ?")}`
|
|
373
373
|
}
|
|
374
374
|
) }),
|
|
375
|
-
i.showPasswordNeverExpires && /* @__PURE__ */
|
|
375
|
+
i.showPasswordNeverExpires && /* @__PURE__ */ r(Te.Wrapper, { label: "", children: [
|
|
376
376
|
/* @__PURE__ */ e(
|
|
377
|
-
|
|
377
|
+
Ae,
|
|
378
378
|
{
|
|
379
379
|
dataSource: a.dataSource,
|
|
380
380
|
dataField: "passwordNeverExpires",
|
|
381
|
-
label: `${
|
|
381
|
+
label: `${g().t("archbase:Senha nunca expira ?")}`
|
|
382
382
|
}
|
|
383
383
|
),
|
|
384
|
-
/* @__PURE__ */ e(
|
|
384
|
+
/* @__PURE__ */ e(d, { fz: 12, c: "dimmed", children: g().t(
|
|
385
385
|
'archbase:Desmarcado, a senha expira conforme a política de validade do servidor. Para exigir a troca agora, use "Deve alterar senha próximo login".'
|
|
386
386
|
) })
|
|
387
387
|
] }),
|
|
388
|
-
i.showPasswordChangedAt &&
|
|
388
|
+
i.showPasswordChangedAt && c && /* @__PURE__ */ e(d, { fz: 12, c: "dimmed", children: `${g().t("archbase:Última troca de senha")}: ${c}` })
|
|
389
389
|
] }) }),
|
|
390
|
-
/* @__PURE__ */ e(
|
|
391
|
-
i.showAccountDeactivated && /* @__PURE__ */ e(
|
|
392
|
-
|
|
390
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 4, lg: 4 }, children: /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
391
|
+
i.showAccountDeactivated && /* @__PURE__ */ e(Te.Wrapper, { label: "", children: /* @__PURE__ */ e(
|
|
392
|
+
Ae,
|
|
393
393
|
{
|
|
394
394
|
dataSource: a.dataSource,
|
|
395
395
|
dataField: "accountDeactivated",
|
|
396
|
-
label: `${
|
|
396
|
+
label: `${g().t("archbase:Conta desativada ?")}`
|
|
397
397
|
}
|
|
398
398
|
) }),
|
|
399
|
-
i.showAccountLocked && /* @__PURE__ */ e(
|
|
400
|
-
|
|
399
|
+
i.showAccountLocked && /* @__PURE__ */ e(Te.Wrapper, { label: "", children: /* @__PURE__ */ e(
|
|
400
|
+
Ae,
|
|
401
401
|
{
|
|
402
402
|
dataSource: a.dataSource,
|
|
403
403
|
dataField: "accountLocked",
|
|
404
|
-
label: `${
|
|
404
|
+
label: `${g().t("archbase:Conta bloqueada ?")}`
|
|
405
405
|
}
|
|
406
406
|
) }),
|
|
407
|
-
i.showIsAdministrator && /* @__PURE__ */ e(
|
|
408
|
-
|
|
407
|
+
i.showIsAdministrator && /* @__PURE__ */ e(Te.Wrapper, { label: "", children: /* @__PURE__ */ e(
|
|
408
|
+
Ae,
|
|
409
409
|
{
|
|
410
410
|
dataSource: a.dataSource,
|
|
411
411
|
dataField: "isAdministrator",
|
|
412
|
-
label: `${
|
|
412
|
+
label: `${g().t("archbase:Administrador ?")}`
|
|
413
413
|
}
|
|
414
414
|
) })
|
|
415
415
|
] }) }),
|
|
416
|
-
/* @__PURE__ */ e(
|
|
417
|
-
|
|
416
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12, md: 4, lg: 4 }, children: /* @__PURE__ */ e(V, { gap: "lg", children: /* @__PURE__ */ e(
|
|
417
|
+
_a,
|
|
418
418
|
{
|
|
419
|
-
label:
|
|
419
|
+
label: g().t("archbase:Foto do usuário"),
|
|
420
420
|
dataSource: a.dataSource,
|
|
421
421
|
dataField: "avatar",
|
|
422
422
|
width: 120,
|
|
@@ -427,14 +427,14 @@ const cr = Ha(
|
|
|
427
427
|
}
|
|
428
428
|
) }) })
|
|
429
429
|
] }),
|
|
430
|
-
i.showGroups && /* @__PURE__ */
|
|
431
|
-
/* @__PURE__ */ e(
|
|
432
|
-
/* @__PURE__ */ e(
|
|
433
|
-
|
|
430
|
+
i.showGroups && /* @__PURE__ */ r(W, { children: [
|
|
431
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12 }, children: /* @__PURE__ */ e(d, { fz: 14, fw: 500, children: "Grupos" }) }),
|
|
432
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12 }, children: /* @__PURE__ */ e(
|
|
433
|
+
fr,
|
|
434
434
|
{
|
|
435
|
-
titleAvailable:
|
|
436
|
-
titleAssigned:
|
|
437
|
-
assignedItemsDS: new
|
|
435
|
+
titleAvailable: g().t("archbase:Disponíveis"),
|
|
436
|
+
titleAssigned: g().t("archbase:Selecionados"),
|
|
437
|
+
assignedItemsDS: new ar("dsDualList", {
|
|
438
438
|
records: a.dataSource.getFieldValue("groups"),
|
|
439
439
|
grandTotalRecords: a.dataSource.getFieldValue("groups").length,
|
|
440
440
|
currentPage: 0,
|
|
@@ -443,335 +443,335 @@ const cr = Ha(
|
|
|
443
443
|
}),
|
|
444
444
|
width: "100%",
|
|
445
445
|
height: "200px",
|
|
446
|
-
availableItemsDS:
|
|
447
|
-
handleCreateAssociationObject: (
|
|
448
|
-
idFieldAssigned: (
|
|
446
|
+
availableItemsDS: T,
|
|
447
|
+
handleCreateAssociationObject: (l) => ua.newInstance(l),
|
|
448
|
+
idFieldAssigned: (l) => l && l.group ? l.group.id : "",
|
|
449
449
|
idFieldAvailable: "id",
|
|
450
|
-
labelFieldAssigned: (
|
|
450
|
+
labelFieldAssigned: (l) => l && l.group ? l.group.name : "",
|
|
451
451
|
labelFieldAvailable: "name"
|
|
452
452
|
}
|
|
453
453
|
) })
|
|
454
454
|
] }),
|
|
455
|
-
i?.customContentAfter && /* @__PURE__ */ e(
|
|
456
|
-
/* @__PURE__ */ e(
|
|
455
|
+
i?.customContentAfter && /* @__PURE__ */ e(Pe, { children: i.customContentAfter(a.dataSource.getCurrentRecord()) }),
|
|
456
|
+
/* @__PURE__ */ e(ya, { h: "12px" })
|
|
457
457
|
] }) }),
|
|
458
|
-
/* @__PURE__ */
|
|
459
|
-
/* @__PURE__ */ e(
|
|
460
|
-
/* @__PURE__ */ e(
|
|
458
|
+
/* @__PURE__ */ r(N, { justify: "flex-end", mt: "md", children: [
|
|
459
|
+
/* @__PURE__ */ e(Y, { variant: "default", onClick: h, children: g().t("archbase:Cancelar") }),
|
|
460
|
+
/* @__PURE__ */ e(Y, { onClick: D, children: g().t("archbase:Salvar") })
|
|
461
461
|
] })
|
|
462
462
|
]
|
|
463
463
|
}
|
|
464
464
|
);
|
|
465
|
-
},
|
|
466
|
-
const
|
|
467
|
-
a.onCustomSave ? a.onCustomSave(a.dataSource.getCurrentRecord(), (
|
|
468
|
-
|
|
465
|
+
}, wr = (a) => {
|
|
466
|
+
const t = { ...a.options ?? {} }, o = () => {
|
|
467
|
+
a.onCustomSave ? a.onCustomSave(a.dataSource.getCurrentRecord(), (p) => {
|
|
468
|
+
p && a.onAfterSave && a.onAfterSave(a.dataSource.getCurrentRecord()), a.onClickOk(a.dataSource.getCurrentRecord(), p);
|
|
469
469
|
}) : a.onClickOk(a.dataSource.getCurrentRecord(), !0);
|
|
470
470
|
}, i = () => {
|
|
471
471
|
a.onClickCancel(a.dataSource.getCurrentRecord());
|
|
472
472
|
};
|
|
473
473
|
return /* @__PURE__ */ e(
|
|
474
|
-
|
|
474
|
+
Oe,
|
|
475
475
|
{
|
|
476
476
|
opened: a.opened,
|
|
477
477
|
onClose: i,
|
|
478
|
-
title:
|
|
478
|
+
title: g().t("archbase:Grupo"),
|
|
479
479
|
size: "60%",
|
|
480
480
|
styles: { content: { maxWidth: 1e3 } },
|
|
481
|
-
children: /* @__PURE__ */ e(
|
|
482
|
-
|
|
483
|
-
/* @__PURE__ */
|
|
484
|
-
/* @__PURE__ */ e(
|
|
485
|
-
|
|
481
|
+
children: /* @__PURE__ */ e(Ce, { style: { height: "460px" }, children: /* @__PURE__ */ r(V, { w: "98%", children: [
|
|
482
|
+
t?.customContentBefore && t.customContentBefore(a.dataSource.getCurrentRecord()),
|
|
483
|
+
/* @__PURE__ */ r(W, { children: [
|
|
484
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12 }, children: /* @__PURE__ */ e(
|
|
485
|
+
ne,
|
|
486
486
|
{
|
|
487
|
-
label: `${
|
|
488
|
-
placeholder: `${
|
|
487
|
+
label: `${g().t("archbase:Nome do grupo")}`,
|
|
488
|
+
placeholder: `${g().t("archbase:Informe o nome do grupo")}`,
|
|
489
489
|
dataSource: a.dataSource,
|
|
490
490
|
dataField: "name"
|
|
491
491
|
}
|
|
492
492
|
) }),
|
|
493
|
-
/* @__PURE__ */ e(
|
|
494
|
-
|
|
493
|
+
/* @__PURE__ */ e(W.Col, { span: { base: 12 }, children: /* @__PURE__ */ e(
|
|
494
|
+
ne,
|
|
495
495
|
{
|
|
496
|
-
label: `${
|
|
497
|
-
placeholder: `${
|
|
496
|
+
label: `${g().t("archbase:Descrição do grupo")}`,
|
|
497
|
+
placeholder: `${g().t("archbase:Informe a descrição do grupo")}`,
|
|
498
498
|
dataSource: a.dataSource,
|
|
499
499
|
dataField: "description"
|
|
500
500
|
}
|
|
501
501
|
) })
|
|
502
502
|
] }),
|
|
503
|
-
|
|
504
|
-
/* @__PURE__ */
|
|
505
|
-
/* @__PURE__ */ e(
|
|
506
|
-
/* @__PURE__ */ e(
|
|
503
|
+
t?.customContentAfter && t.customContentAfter(a.dataSource.getCurrentRecord()),
|
|
504
|
+
/* @__PURE__ */ r(N, { justify: "flex-end", mt: "md", children: [
|
|
505
|
+
/* @__PURE__ */ e(Y, { variant: "default", onClick: i, children: g().t("archbase:Cancelar") }),
|
|
506
|
+
/* @__PURE__ */ e(Y, { onClick: o, children: g().t("archbase:Salvar") })
|
|
507
507
|
] })
|
|
508
508
|
] }) })
|
|
509
509
|
}
|
|
510
510
|
);
|
|
511
|
-
},
|
|
511
|
+
}, Cr = ({ image: a, label: t, description: o, ...i }) => /* @__PURE__ */ e("div", { ...i, children: /* @__PURE__ */ r(N, { grow: !0, children: [
|
|
512
512
|
/* @__PURE__ */ e("img", { style: { maxWidth: "32px" }, src: a }),
|
|
513
|
-
/* @__PURE__ */
|
|
514
|
-
/* @__PURE__ */ e(
|
|
515
|
-
/* @__PURE__ */ e(
|
|
513
|
+
/* @__PURE__ */ r("div", { children: [
|
|
514
|
+
/* @__PURE__ */ e(d, { size: "sm", children: t }),
|
|
515
|
+
/* @__PURE__ */ e(d, { size: "xs", opacity: 0.65, children: o })
|
|
516
516
|
] })
|
|
517
|
-
] }) }),
|
|
518
|
-
|
|
519
|
-
const [
|
|
517
|
+
] }) }), Sr = (a) => {
|
|
518
|
+
ur();
|
|
519
|
+
const [t, o] = k(), i = J(Q.User), p = Ne(
|
|
520
520
|
"ApiTokenModal",
|
|
521
521
|
a.dataSource,
|
|
522
522
|
"expirationDate",
|
|
523
523
|
""
|
|
524
524
|
);
|
|
525
|
-
process.env.NODE_ENV === "development" && a.dataSource && console.log(`[ApiTokenModal] DataSource version: ${
|
|
526
|
-
const
|
|
527
|
-
if (!
|
|
528
|
-
|
|
525
|
+
process.env.NODE_ENV === "development" && a.dataSource && console.log(`[ApiTokenModal] DataSource version: ${p.dataSourceVersion}`);
|
|
526
|
+
const u = (f) => {
|
|
527
|
+
if (!f)
|
|
528
|
+
p.handleValueChange(void 0);
|
|
529
529
|
else {
|
|
530
|
-
const
|
|
531
|
-
|
|
530
|
+
const S = typeof f == "string" ? new Date(f) : f, T = Za(S);
|
|
531
|
+
p.handleValueChange(T);
|
|
532
532
|
}
|
|
533
|
-
|
|
534
|
-
},
|
|
533
|
+
o(f);
|
|
534
|
+
}, c = async (f, S) => new Promise(async (T, n) => {
|
|
535
535
|
try {
|
|
536
|
-
const
|
|
537
|
-
|
|
538
|
-
options:
|
|
539
|
-
page:
|
|
540
|
-
totalPages:
|
|
536
|
+
const s = Ge(Fe.or(Fe.eq("name", `^*${S.trim()}*`))), w = await i.findAllWithFilter(s, f, 20);
|
|
537
|
+
T({
|
|
538
|
+
options: w.content,
|
|
539
|
+
page: w.pageable.pageNumber,
|
|
540
|
+
totalPages: w.totalPages
|
|
541
541
|
});
|
|
542
|
-
} catch (
|
|
543
|
-
|
|
542
|
+
} catch (s) {
|
|
543
|
+
n(ge(s));
|
|
544
544
|
}
|
|
545
|
-
}),
|
|
546
|
-
a.onCustomSave ? a.onCustomSave(a.dataSource.current, (
|
|
547
|
-
|
|
545
|
+
}), I = () => {
|
|
546
|
+
a.onCustomSave ? a.onCustomSave(a.dataSource.current, (f) => {
|
|
547
|
+
f && a.onAfterSave && a.onAfterSave(a.dataSource.current), a.onClickOk(a.dataSource.current, f);
|
|
548
548
|
}) : a.onClickOk(a.dataSource.current, !0);
|
|
549
|
-
},
|
|
549
|
+
}, A = () => {
|
|
550
550
|
a.onClickCancel(a.dataSource.current);
|
|
551
551
|
};
|
|
552
|
-
return /* @__PURE__ */
|
|
553
|
-
|
|
552
|
+
return /* @__PURE__ */ r(
|
|
553
|
+
Oe,
|
|
554
554
|
{
|
|
555
555
|
opened: a.opened,
|
|
556
|
-
onClose:
|
|
557
|
-
title:
|
|
556
|
+
onClose: A,
|
|
557
|
+
title: g().t("archbase:Token de API"),
|
|
558
558
|
size: "50%",
|
|
559
559
|
children: [
|
|
560
|
-
/* @__PURE__ */
|
|
560
|
+
/* @__PURE__ */ r(Ce, { style: { height: "300px" }, children: [
|
|
561
561
|
/* @__PURE__ */ e(
|
|
562
|
-
|
|
562
|
+
ne,
|
|
563
563
|
{
|
|
564
|
-
label: `${
|
|
565
|
-
placeholder: `${
|
|
564
|
+
label: `${g().t("archbase:Nome do token")}`,
|
|
565
|
+
placeholder: `${g().t("archbase:Informe o nome do token")}`,
|
|
566
566
|
dataSource: a.dataSource,
|
|
567
567
|
dataField: "name"
|
|
568
568
|
}
|
|
569
569
|
),
|
|
570
570
|
/* @__PURE__ */ e(
|
|
571
|
-
|
|
571
|
+
ne,
|
|
572
572
|
{
|
|
573
|
-
label: `${
|
|
574
|
-
placeholder: `${
|
|
573
|
+
label: `${g().t("archbase:Descrição do token")}`,
|
|
574
|
+
placeholder: `${g().t("archbase:Informe a descrição do token")}`,
|
|
575
575
|
dataSource: a.dataSource,
|
|
576
576
|
dataField: "description"
|
|
577
577
|
}
|
|
578
578
|
),
|
|
579
579
|
/* @__PURE__ */ e(
|
|
580
|
-
|
|
580
|
+
dr,
|
|
581
581
|
{
|
|
582
582
|
withSeconds: !0,
|
|
583
|
-
value:
|
|
584
|
-
onChange:
|
|
583
|
+
value: t,
|
|
584
|
+
onChange: u,
|
|
585
585
|
label: "Data/hora expiração",
|
|
586
586
|
placeholder: "Selecione a data de expiração"
|
|
587
587
|
}
|
|
588
588
|
),
|
|
589
589
|
/* @__PURE__ */ e(
|
|
590
|
-
|
|
590
|
+
er,
|
|
591
591
|
{
|
|
592
|
-
label: `${
|
|
592
|
+
label: `${g().t("archbase:Usuário")}`,
|
|
593
593
|
dataSource: a.dataSource,
|
|
594
594
|
dataField: "user",
|
|
595
|
-
placeholder: `${
|
|
596
|
-
getOptionLabel: (
|
|
597
|
-
getOptionValue: (
|
|
598
|
-
getOptions:
|
|
595
|
+
placeholder: `${g().t("archbase:Digite aqui o nome do usuário")}`,
|
|
596
|
+
getOptionLabel: (f) => f && f.email ? f.email : "",
|
|
597
|
+
getOptionValue: (f) => f && f.id ? f.id.toString() : "",
|
|
598
|
+
getOptions: c,
|
|
599
599
|
debounceTime: 500,
|
|
600
600
|
minCharsToSearch: 1,
|
|
601
|
-
itemComponent:
|
|
601
|
+
itemComponent: Cr
|
|
602
602
|
}
|
|
603
603
|
)
|
|
604
604
|
] }),
|
|
605
|
-
/* @__PURE__ */
|
|
606
|
-
/* @__PURE__ */ e(
|
|
607
|
-
/* @__PURE__ */ e(
|
|
605
|
+
/* @__PURE__ */ r(N, { justify: "flex-end", mt: "md", children: [
|
|
606
|
+
/* @__PURE__ */ e(Y, { variant: "default", onClick: A, children: g().t("archbase:Cancelar") }),
|
|
607
|
+
/* @__PURE__ */ e(Y, { onClick: I, children: g().t("archbase:Salvar") })
|
|
608
608
|
] })
|
|
609
609
|
]
|
|
610
610
|
}
|
|
611
611
|
);
|
|
612
|
-
},
|
|
613
|
-
const
|
|
614
|
-
return a.includes(
|
|
612
|
+
}, ha = (a) => {
|
|
613
|
+
const t = "->";
|
|
614
|
+
return a.includes(t) ? a.split(t).map((p) => p.trim()).map((p) => g().t(p)).join(` ${t} `) : g().t(a);
|
|
615
615
|
};
|
|
616
|
-
function
|
|
617
|
-
const i =
|
|
618
|
-
value:
|
|
619
|
-
label:
|
|
620
|
-
children:
|
|
621
|
-
value:
|
|
622
|
-
label:
|
|
616
|
+
function Ze({ dataSource: a, opened: t, close: o }) {
|
|
617
|
+
const i = ie(() => a?.getFieldValue("name") || "", [a]), p = ie(() => a?.getFieldValue("id") || "", [a]), u = ie(() => a?.getFieldValue("type") || "", [a]), c = oa(), I = oa(), [A, f] = k([]), [S, T] = k([]), [n, s] = k(), [w, D] = k(), [h, l] = k(""), [m] = ea(h, 200), [v, C] = k(""), [z] = ea(v, 200), b = J(Q.Resource), { colorScheme: K } = Ue(), L = K === "dark" ? "var(--mantine-primary-color-7)" : "var(--mantine-primary-color-4)", Z = ie(() => S.sort((x, R) => x.resourceDescription.localeCompare(R.resourceDescription)).map((x) => ({
|
|
618
|
+
value: x.resourceId,
|
|
619
|
+
label: x.resourceDescription,
|
|
620
|
+
children: x.permissions.filter((R) => R.actionDescription.toLowerCase().includes(z.toLowerCase())).sort((R, B) => R.actionDescription.localeCompare(B.actionDescription)).map((R) => ({
|
|
621
|
+
value: R.actionId,
|
|
622
|
+
label: R.actionDescription,
|
|
623
623
|
nodeProps: {
|
|
624
|
-
permissionId:
|
|
625
|
-
types:
|
|
626
|
-
owner:
|
|
624
|
+
permissionId: R.permissionId,
|
|
625
|
+
types: R.types ?? [],
|
|
626
|
+
owner: x
|
|
627
627
|
}
|
|
628
628
|
}))
|
|
629
|
-
})), [
|
|
630
|
-
value:
|
|
631
|
-
label:
|
|
632
|
-
children:
|
|
633
|
-
const
|
|
629
|
+
})), [S, z]), E = ie(() => S.map((x) => x.permissions.map((R) => R.actionId)).flat(), [S]), O = ie(() => A.sort((x, R) => x.resourceDescription.localeCompare(R.resourceDescription)).map((x) => ({
|
|
630
|
+
value: x.resourceId,
|
|
631
|
+
label: x.resourceDescription,
|
|
632
|
+
children: x.permissions.filter((R) => R.actionDescription.toLowerCase().includes(m.toLowerCase())).sort((R, B) => R.actionDescription.localeCompare(B.actionDescription)).map((R) => {
|
|
633
|
+
const B = S.find((M) => M.resourceId === x.resourceId)?.permissions.find((M) => M.actionId === R.actionId);
|
|
634
634
|
return {
|
|
635
|
-
value:
|
|
636
|
-
label:
|
|
635
|
+
value: R.actionId,
|
|
636
|
+
label: R.actionDescription,
|
|
637
637
|
nodeProps: {
|
|
638
|
-
granted:
|
|
639
|
-
owner:
|
|
638
|
+
granted: E.includes(R.actionId) && B?.types?.includes(we(X, u)),
|
|
639
|
+
owner: x
|
|
640
640
|
}
|
|
641
641
|
};
|
|
642
642
|
})
|
|
643
|
-
})), [
|
|
644
|
-
if (
|
|
645
|
-
const
|
|
646
|
-
|
|
643
|
+
})), [A, S, E, u, m]), F = oe(async () => {
|
|
644
|
+
if (p) {
|
|
645
|
+
const x = await b.getPermissionsBySecurityId(p, u), R = await b.getAllPermissionsAvailable();
|
|
646
|
+
f(R), T(x);
|
|
647
647
|
}
|
|
648
|
-
}, [
|
|
649
|
-
|
|
650
|
-
if (
|
|
651
|
-
|
|
652
|
-
let
|
|
653
|
-
return
|
|
654
|
-
...
|
|
655
|
-
permissions:
|
|
656
|
-
(
|
|
657
|
-
...
|
|
658
|
-
permissionId:
|
|
659
|
-
types: [...
|
|
660
|
-
} :
|
|
648
|
+
}, [p, u]), Se = oe(() => {
|
|
649
|
+
n?.value && p && b.createPermission(p, n.value, u).then((x) => {
|
|
650
|
+
if (x) {
|
|
651
|
+
T((q) => {
|
|
652
|
+
let G;
|
|
653
|
+
return q.map((H) => H.resourceId).includes(x.resourceId) ? G = q.map((H) => H.resourceId === x.resourceId ? H.permissions.map((U) => U.actionId).includes(n.value) ? {
|
|
654
|
+
...H,
|
|
655
|
+
permissions: H.permissions.map(
|
|
656
|
+
(U) => U.actionId === n.value ? {
|
|
657
|
+
...U,
|
|
658
|
+
permissionId: x.permissionId,
|
|
659
|
+
types: [...U.types ?? [], we(X, u)]
|
|
660
|
+
} : U
|
|
661
661
|
)
|
|
662
662
|
} : {
|
|
663
|
-
...
|
|
663
|
+
...H,
|
|
664
664
|
permissions: [
|
|
665
|
-
...
|
|
665
|
+
...H.permissions ?? [],
|
|
666
666
|
{
|
|
667
|
-
actionId:
|
|
668
|
-
actionDescription:
|
|
669
|
-
permissionId:
|
|
670
|
-
types: [
|
|
667
|
+
actionId: x.actionId,
|
|
668
|
+
actionDescription: x.actionDescription,
|
|
669
|
+
permissionId: x.permissionId,
|
|
670
|
+
types: [we(X, u)]
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
|
-
} :
|
|
674
|
-
...
|
|
673
|
+
} : H) : G = [
|
|
674
|
+
...q,
|
|
675
675
|
{
|
|
676
|
-
resourceId:
|
|
677
|
-
resourceDescription:
|
|
676
|
+
resourceId: x.resourceId,
|
|
677
|
+
resourceDescription: x.resourceDescription,
|
|
678
678
|
permissions: [
|
|
679
679
|
{
|
|
680
|
-
actionId:
|
|
681
|
-
actionDescription:
|
|
682
|
-
permissionId:
|
|
683
|
-
types: [
|
|
680
|
+
actionId: x.actionId,
|
|
681
|
+
actionDescription: x.actionDescription,
|
|
682
|
+
permissionId: x.permissionId,
|
|
683
|
+
types: [we(X, u)]
|
|
684
684
|
}
|
|
685
685
|
]
|
|
686
686
|
}
|
|
687
|
-
],
|
|
687
|
+
], G;
|
|
688
688
|
});
|
|
689
|
-
const
|
|
690
|
-
|
|
689
|
+
const R = O.filter((q) => q.value === n?.nodeProps?.owner?.resourceId).map((q) => q.children).flat(), B = R.map((q) => q.value).indexOf(n.value), M = R.find((q, G) => !q?.nodeProps?.granted && q?.value !== n.value && (R.length > B + 1 ? G > B : !0));
|
|
690
|
+
M?.value && c.select(M.value), I.expand(x.resourceId), s(M);
|
|
691
691
|
}
|
|
692
692
|
});
|
|
693
|
-
}, [
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
let
|
|
697
|
-
return
|
|
698
|
-
|
|
699
|
-
}),
|
|
700
|
-
}).map((
|
|
701
|
-
const
|
|
702
|
-
return
|
|
703
|
-
|
|
704
|
-
permissions: [...(
|
|
693
|
+
}, [n, p, u, b, O, A, S, c, I]), ve = oe(() => {
|
|
694
|
+
w?.nodeProps?.permissionId && b.deletePermission(w.nodeProps.permissionId).then(() => {
|
|
695
|
+
T((M) => [...M].filter((G) => {
|
|
696
|
+
let H = !0;
|
|
697
|
+
return G.permissions?.forEach((U) => {
|
|
698
|
+
U.permissionId !== void 0 && U.permissionId === w?.nodeProps?.permissionId && G.permissions.length === 1 && U?.types?.length === 1 && U.types[0] === we(X, u) && (H = !1);
|
|
699
|
+
}), H;
|
|
700
|
+
}).map((G) => {
|
|
701
|
+
const H = w?.nodeProps?.owner;
|
|
702
|
+
return G.resourceId === H.resourceId ? w?.nodeProps?.types?.length === 1 ? {
|
|
703
|
+
...G,
|
|
704
|
+
permissions: [...(G.permissions ?? []).filter((U) => U.permissionId !== w?.nodeProps?.permissionId)]
|
|
705
705
|
} : {
|
|
706
|
-
|
|
707
|
-
permissions: (
|
|
708
|
-
actionId:
|
|
709
|
-
actionDescription:
|
|
710
|
-
types: [...
|
|
711
|
-
} :
|
|
712
|
-
} :
|
|
706
|
+
...G,
|
|
707
|
+
permissions: (G.permissions ?? []).map((U) => U.actionId === w.value ? {
|
|
708
|
+
actionId: U.actionId,
|
|
709
|
+
actionDescription: U.actionDescription,
|
|
710
|
+
types: [...U.types?.filter((se) => se && se !== we(X, u)) ?? []]
|
|
711
|
+
} : U)
|
|
712
|
+
} : G;
|
|
713
713
|
}));
|
|
714
|
-
const
|
|
715
|
-
|
|
714
|
+
const x = Z.filter((M) => M.value === w?.nodeProps?.owner?.resourceId).map((M) => M.children).flat(), R = x.map((M) => M.value).indexOf(w.value), B = x.find((M, q) => M?.nodeProps?.types.includes(we(X, u)) && M?.value !== w.value && (x.length > R + 1 ? q > R : !0));
|
|
715
|
+
B?.value && I.select(B.value), D(B);
|
|
716
716
|
});
|
|
717
|
-
}, [
|
|
718
|
-
return
|
|
719
|
-
|
|
720
|
-
}, [
|
|
721
|
-
/* @__PURE__ */ e(
|
|
722
|
-
/* @__PURE__ */
|
|
723
|
-
/* @__PURE__ */
|
|
724
|
-
/* @__PURE__ */ e(
|
|
717
|
+
}, [w, b, u, Z, S, I]);
|
|
718
|
+
return ee(() => {
|
|
719
|
+
t && a && (s(void 0), D(void 0), l(""), C(""), I.collapseAllNodes(), c.collapseAllNodes(), F());
|
|
720
|
+
}, [t, u, p, F]), a ? /* @__PURE__ */ e(Oe, { opened: t, onClose: o, title: `${g().t(`archbase:${u}`)}: ${i}`, size: "80%", styles: { root: { overflow: "hidden" } }, children: /* @__PURE__ */ r(hr, { height: "540px", children: [
|
|
721
|
+
/* @__PURE__ */ e(pr, { children: /* @__PURE__ */ e(_, { withBorder: !0, my: 20, p: 20, style: { height: "calc(100% - 40px)", overflow: "hidden", display: "flex", flexDirection: "column" }, children: /* @__PURE__ */ r("div", { style: { flex: 1, display: "flex", flexDirection: "row", overflow: "hidden", minHeight: 0, gap: "8px" }, children: [
|
|
722
|
+
/* @__PURE__ */ r("div", { style: { flex: 9, display: "flex", flexDirection: "column", overflow: "hidden", minHeight: 0 }, children: [
|
|
723
|
+
/* @__PURE__ */ r(N, { mb: 20, children: [
|
|
724
|
+
/* @__PURE__ */ e(d, { children: g().t("archbase:Available") }),
|
|
725
725
|
/* @__PURE__ */ e(
|
|
726
|
-
|
|
726
|
+
me,
|
|
727
727
|
{
|
|
728
728
|
size: "xs",
|
|
729
|
-
value:
|
|
730
|
-
onChange: (
|
|
731
|
-
placeholder:
|
|
729
|
+
value: h,
|
|
730
|
+
onChange: (x) => l(x.target.value),
|
|
731
|
+
placeholder: g().t("archbase:Filter available permissions")
|
|
732
732
|
}
|
|
733
733
|
)
|
|
734
734
|
] }),
|
|
735
|
-
/* @__PURE__ */ e(
|
|
736
|
-
|
|
735
|
+
/* @__PURE__ */ e(Ce, { style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ e(
|
|
736
|
+
na,
|
|
737
737
|
{
|
|
738
|
-
data:
|
|
738
|
+
data: O,
|
|
739
739
|
selectOnClick: !0,
|
|
740
740
|
allowRangeSelection: !1,
|
|
741
|
-
tree:
|
|
742
|
-
renderNode: ({ level:
|
|
743
|
-
const
|
|
744
|
-
|
|
745
|
-
}, [
|
|
746
|
-
return /* @__PURE__ */
|
|
741
|
+
tree: c,
|
|
742
|
+
renderNode: ({ level: x, node: R, expanded: B, hasChildren: M, selected: q, elementProps: G }) => {
|
|
743
|
+
const H = R?.nodeProps?.granted, U = H ? "dimmed" : void 0, se = H ? "line-through" : void 0, We = oe((qe) => {
|
|
744
|
+
s(R), G.onClick(qe);
|
|
745
|
+
}, [R, G.onClick]);
|
|
746
|
+
return /* @__PURE__ */ r(
|
|
747
747
|
N,
|
|
748
748
|
{
|
|
749
|
-
ml:
|
|
749
|
+
ml: M ? 0 : 5,
|
|
750
750
|
gap: 5,
|
|
751
|
-
|
|
752
|
-
bg:
|
|
753
|
-
onClick:
|
|
751
|
+
...G,
|
|
752
|
+
bg: q && x === 2 ? L : "",
|
|
753
|
+
onClick: We,
|
|
754
754
|
children: [
|
|
755
|
-
|
|
756
|
-
|
|
755
|
+
M && /* @__PURE__ */ e(
|
|
756
|
+
ca,
|
|
757
757
|
{
|
|
758
758
|
size: 18,
|
|
759
|
-
style: { transform:
|
|
759
|
+
style: { transform: B ? "rotate(0deg)" : "rotate(-90deg)" }
|
|
760
760
|
}
|
|
761
761
|
),
|
|
762
|
-
!
|
|
763
|
-
|
|
762
|
+
!M && /* @__PURE__ */ e(
|
|
763
|
+
da,
|
|
764
764
|
{
|
|
765
765
|
size: 12,
|
|
766
766
|
style: { transform: "rotate(-90deg)", marginTop: "-5px" }
|
|
767
767
|
}
|
|
768
768
|
),
|
|
769
769
|
/* @__PURE__ */ e(
|
|
770
|
-
|
|
770
|
+
d,
|
|
771
771
|
{
|
|
772
|
-
c:
|
|
773
|
-
td:
|
|
774
|
-
children:
|
|
772
|
+
c: U,
|
|
773
|
+
td: se,
|
|
774
|
+
children: ha(R.label)
|
|
775
775
|
}
|
|
776
776
|
)
|
|
777
777
|
]
|
|
@@ -781,61 +781,61 @@ function qe({ dataSource: a, opened: r, close: l }) {
|
|
|
781
781
|
}
|
|
782
782
|
) })
|
|
783
783
|
] }),
|
|
784
|
-
/* @__PURE__ */ e("div", { style: { flex: 2, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */
|
|
785
|
-
/* @__PURE__ */ e(
|
|
786
|
-
/* @__PURE__ */ e(
|
|
784
|
+
/* @__PURE__ */ e("div", { style: { flex: 2, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ r(V, { gap: 5, align: "center", children: [
|
|
785
|
+
/* @__PURE__ */ e(Re, { label: g().t("archbase:Add"), children: /* @__PURE__ */ e(le, { onClick: Se, disabled: !n || n?.nodeProps?.granted || !n.nodeProps, children: /* @__PURE__ */ e(Sa, {}) }) }),
|
|
786
|
+
/* @__PURE__ */ e(Re, { label: g().t("archbase:Remove"), children: /* @__PURE__ */ e(le, { onClick: ve, disabled: !w || !w?.nodeProps?.permissionId || !w.nodeProps, children: /* @__PURE__ */ e(Ta, {}) }) })
|
|
787
787
|
] }) }),
|
|
788
|
-
/* @__PURE__ */
|
|
789
|
-
/* @__PURE__ */
|
|
790
|
-
/* @__PURE__ */ e(
|
|
788
|
+
/* @__PURE__ */ r("div", { style: { flex: 9, display: "flex", flexDirection: "column", overflow: "hidden", minHeight: 0 }, children: [
|
|
789
|
+
/* @__PURE__ */ r(N, { mb: 20, children: [
|
|
790
|
+
/* @__PURE__ */ e(d, { children: g().t("archbase:Granted") }),
|
|
791
791
|
/* @__PURE__ */ e(
|
|
792
|
-
|
|
792
|
+
me,
|
|
793
793
|
{
|
|
794
794
|
size: "xs",
|
|
795
|
-
value:
|
|
796
|
-
onChange: (
|
|
797
|
-
placeholder:
|
|
795
|
+
value: v,
|
|
796
|
+
onChange: (x) => C(x.target.value),
|
|
797
|
+
placeholder: g().t("archbase:Filter granted permissions")
|
|
798
798
|
}
|
|
799
799
|
)
|
|
800
800
|
] }),
|
|
801
|
-
/* @__PURE__ */ e(
|
|
802
|
-
|
|
801
|
+
/* @__PURE__ */ e(Ce, { style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ e(
|
|
802
|
+
na,
|
|
803
803
|
{
|
|
804
|
-
data:
|
|
804
|
+
data: Z,
|
|
805
805
|
selectOnClick: !0,
|
|
806
806
|
allowRangeSelection: !1,
|
|
807
|
-
tree:
|
|
808
|
-
renderNode: ({ level:
|
|
809
|
-
const
|
|
810
|
-
|
|
811
|
-
}, [
|
|
812
|
-
return /* @__PURE__ */
|
|
807
|
+
tree: I,
|
|
808
|
+
renderNode: ({ level: x, node: R, expanded: B, hasChildren: M, selected: q, elementProps: G }) => {
|
|
809
|
+
const H = oe((U) => {
|
|
810
|
+
D(R), G.onClick(U);
|
|
811
|
+
}, [R, G.onClick]);
|
|
812
|
+
return /* @__PURE__ */ r(
|
|
813
813
|
N,
|
|
814
814
|
{
|
|
815
|
-
ml:
|
|
815
|
+
ml: M ? 0 : 5,
|
|
816
816
|
gap: 5,
|
|
817
|
-
|
|
818
|
-
bg:
|
|
819
|
-
onClick:
|
|
817
|
+
...G,
|
|
818
|
+
bg: q && x === 2 ? L : "",
|
|
819
|
+
onClick: H,
|
|
820
820
|
children: [
|
|
821
|
-
|
|
822
|
-
|
|
821
|
+
M && /* @__PURE__ */ e(
|
|
822
|
+
ca,
|
|
823
823
|
{
|
|
824
824
|
size: 18,
|
|
825
|
-
style: { transform:
|
|
825
|
+
style: { transform: B ? "rotate(0deg)" : "rotate(-90deg)" }
|
|
826
826
|
}
|
|
827
827
|
),
|
|
828
|
-
!
|
|
829
|
-
|
|
828
|
+
!M && /* @__PURE__ */ e(
|
|
829
|
+
da,
|
|
830
830
|
{
|
|
831
831
|
size: 12,
|
|
832
832
|
style: { transform: "rotate(-90deg)", marginTop: "-5px" }
|
|
833
833
|
}
|
|
834
834
|
),
|
|
835
|
-
/* @__PURE__ */ e(
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
835
|
+
/* @__PURE__ */ e(d, { children: ha(R.label) }),
|
|
836
|
+
R?.nodeProps?.types?.includes("USER") && /* @__PURE__ */ e(j, { color: "blue", children: g().t("archbase:user") }),
|
|
837
|
+
R?.nodeProps?.types?.includes("GROUP") && /* @__PURE__ */ e(j, { color: "orange", children: g().t("archbase:group") }),
|
|
838
|
+
R?.nodeProps?.types?.includes("PROFILE") && /* @__PURE__ */ e(j, { color: "pink", children: g().t("archbase:profile") })
|
|
839
839
|
]
|
|
840
840
|
}
|
|
841
841
|
);
|
|
@@ -844,22 +844,22 @@ function qe({ dataSource: a, opened: r, close: l }) {
|
|
|
844
844
|
) })
|
|
845
845
|
] })
|
|
846
846
|
] }) }) }),
|
|
847
|
-
/* @__PURE__ */ e(
|
|
847
|
+
/* @__PURE__ */ e(mr, { size: "40px", children: /* @__PURE__ */ e(N, { justify: "flex-end", children: /* @__PURE__ */ e(Y, { onClick: o, children: g().t("archbase:Close") }) }) })
|
|
848
848
|
] }) }) : null;
|
|
849
849
|
}
|
|
850
|
-
const
|
|
850
|
+
const ta = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAAABj1BMVEUAAADMzMzLy8vAwMDLy8vLy8vLy8vMzMzKysrR0dHPz8/MzMzNzc3KysrMzMzKysrLy8vLy8vLy8vJycnR0dHMzMzPz8/Ozs7MzMxPT0/Nzc1UVFTJyclTU1PMzMzKysrMzMzJycldXV1iYmLMzMzIyMhNTU1NTU3MzMzLy8vNzc3MzMxVVVXLy8vMzMzLy8vLy8tNTU3MzMzOzs5QUFDLy8vKyspRUVFRUVHMzMxZWVlycnLLy8tUVFTJycnKyspZWVlXV1dhYWHGxsZMTExQUFBPT0/Ozs7Ly8vPz89SUlJSUlLMzMxVVVVWVlZVVVXKysptbW1bW1t6enpmZmbLy8tKSkrQ0NDOzs5FRUXNzc1NTU3S0tLU1NRHR0dSUlKzs7ORkZF4eHhPT0/Jycm9vb26urp8fHxYWFisrKylpaWdnZ11dXVubm5fX1+8vLy3t7ehoaFkZGRVVVXBwcG/v7+vr6+ZmZmUlJSNjY2GhoZzc3NcXFzGxsbDw8Ofn5+WlpaBgYGwsLCpqalqampaWRCJAAAAVXRSTlMA+YUG1M7Df1AQ8urbdWdiXjo2HQkE+/vu4qqIcV1bRDEpIRwXFO/q2ZiObWJZSiv+9uTe3cq8s6qkgX55b1pWR0YVDfvJyLCcmZWTi2lZVz82LRcUQGGNCgAAA9pJREFUWMPll2db2zAQgJ0AgUIYDSl7tZRZ6N57793akizZCSSEEJKw9yi0/eHtEwgid5IxfOX9mnvenM93J8s4tZw5391Q3/Hu0mj3lTMnllys+hi6HqBCCCIEDVwPDVddPEEqXW9qiEOoeQAlDqlpGz1eYo2VYSFsE2ELcSPY6FvTV1njUFMDdVqCff48DWGgAdhOuMtPie8JrUaWq+3I5zs76Jg+cG50e3seVxPTF6S63svT0URNn1BSqffUEhvHE/ofgn8x9aZLKJpcja/sZnO57Pp0yqbIVKv2VDUBD93amedsn0QuA1U2eazynG8BceRPnrnWAczdmAERtLoHe6IhAaJWLWaVwNLLBPxXxQskCjogZse1ICz2G+TkDKNGbAb5THELwzaXQB2bzpZ6zt0GD5acZ5bKNA4LGSorET2BDz/NLDVT0FQywGW34GT81YhYForKo4dbCHjsVMLSEJuxgWnUkMAKkTmmE7E52ExhuX2vBGDzj+lFa7AKzRHUQ1K0qheNQZETPHj3FQSKfulF0zCYlpcVpyyAlseypcOdojC6uThxdQLt94mYTpRI2WjvduyL3kqRbGxXk1A+iYJFmywRhEyCIuEZwUXqq7Hxb+M60QYOtlsaZa3BT7PazuZxisP3VkA3/MX79a8QHH5574iWtfbZ2RDRUBDVA5HPzsbvvw6LaMZraLGodu9YdEzPhsRrBCIq985FLDKpto8mKY4WD+VWQymlXWVjpydshaiuILpcEKGxjSkfLE4VwaSqIOq5aioQ40w1IMRUEUEjgrctXkaqEZFDi1lccL1fGd5s94RKRLMMJZSTHrBGcEfiMxJ3Ne5HeYhg7CX03vgsVUZGiuesLBJqSrzUcNxgFBxHMGA2gVeRAjFkFOkJmCqSebekqzeTyrDmQ182IV8NEJtQNtytc+irBn5rwUHLqMJEvSGJlitCCCr2BsVRNFzyGdklcEQcHwAZop58SRmqEt2aZ3iJpChMuyJqlPC1CQRs51RDm08RdIAAhpzD6dCpvPpjNJ2hh5NyhvCFb5DIq0F83NKd/VY2LlWkXHFXjlTTfU1qlzNLC+OTs8Tev0JElHfZQkpkaT0GNEiVWJ8oqIjm8vdQ2GR7bAFrsGphbZHYQnthC5orm8y1fOCy9Fhy2NDyANVYr3IfGB6MXOM+Rdc+GZ48venLxG8+M46g9y734bl7wTiazlZ+hKZ1xPBFb/sA99D0t/cafrnQ3sq50sJb2+FTefOz804/50DC+++MPDeOTe+XD68GeJGXA6/ff4bJ+OfHt2edj+7ff9T59Ptz47TyD0dpv5fjoIC3AAAAAElFTkSuQmCC", Tr = (a) => a.groups ? /* @__PURE__ */ e("div", { style: { display: "flex" }, children: a.groups.slice().sort((t, o) => (t.group?.name ?? "").localeCompare(o.group?.name ?? "")).map((t, o) => /* @__PURE__ */ e("div", { style: { paddingRight: "2px" }, children: /* @__PURE__ */ e(j, { color: "blue", children: t.group?.name }) }, o)) }) : null, Ar = (a) => a.profile ? /* @__PURE__ */ e(j, { color: "green", children: a.profile?.name }) : null, xr = (a) => /* @__PURE__ */ r(Ie, { children: [
|
|
851
851
|
/* @__PURE__ */ e(
|
|
852
|
-
|
|
852
|
+
P,
|
|
853
853
|
{
|
|
854
854
|
dataField: "user.avatar",
|
|
855
855
|
dataType: "image",
|
|
856
856
|
size: 80,
|
|
857
857
|
header: `${a("archbase:Foto")}`,
|
|
858
|
-
render: (
|
|
858
|
+
render: (t) => /* @__PURE__ */ e(
|
|
859
859
|
"img",
|
|
860
860
|
{
|
|
861
861
|
style: { borderRadius: 50, height: "32px", maxHeight: "32px" },
|
|
862
|
-
src:
|
|
862
|
+
src: t.row.user && t.row.user.avatar ? atob(t.row.user.avatar) : ta
|
|
863
863
|
}
|
|
864
864
|
),
|
|
865
865
|
inputFilterType: "text",
|
|
@@ -868,7 +868,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
868
868
|
}
|
|
869
869
|
),
|
|
870
870
|
/* @__PURE__ */ e(
|
|
871
|
-
|
|
871
|
+
P,
|
|
872
872
|
{
|
|
873
873
|
dataField: "user.userName",
|
|
874
874
|
dataType: "text",
|
|
@@ -878,7 +878,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
878
878
|
}
|
|
879
879
|
),
|
|
880
880
|
/* @__PURE__ */ e(
|
|
881
|
-
|
|
881
|
+
P,
|
|
882
882
|
{
|
|
883
883
|
dataField: "user.email",
|
|
884
884
|
dataType: "text",
|
|
@@ -888,18 +888,18 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
888
888
|
}
|
|
889
889
|
),
|
|
890
890
|
/* @__PURE__ */ e(
|
|
891
|
-
|
|
891
|
+
P,
|
|
892
892
|
{
|
|
893
893
|
dataField: "expirationDate",
|
|
894
894
|
dataType: "text",
|
|
895
895
|
size: 300,
|
|
896
896
|
header: `${a("archbase:Expira em")}`,
|
|
897
|
-
render: (
|
|
897
|
+
render: (t) => /* @__PURE__ */ e(d, { size: "sm", children: t.row.expirationDate }),
|
|
898
898
|
inputFilterType: "text"
|
|
899
899
|
}
|
|
900
900
|
),
|
|
901
901
|
/* @__PURE__ */ e(
|
|
902
|
-
|
|
902
|
+
P,
|
|
903
903
|
{
|
|
904
904
|
dataField: "revoked",
|
|
905
905
|
dataType: "boolean",
|
|
@@ -908,7 +908,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
908
908
|
}
|
|
909
909
|
),
|
|
910
910
|
/* @__PURE__ */ e(
|
|
911
|
-
|
|
911
|
+
P,
|
|
912
912
|
{
|
|
913
913
|
dataField: "expired",
|
|
914
914
|
dataType: "boolean",
|
|
@@ -917,7 +917,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
917
917
|
}
|
|
918
918
|
),
|
|
919
919
|
/* @__PURE__ */ e(
|
|
920
|
-
|
|
920
|
+
P,
|
|
921
921
|
{
|
|
922
922
|
dataField: "token",
|
|
923
923
|
dataType: "text",
|
|
@@ -926,19 +926,19 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
926
926
|
inputFilterType: "text"
|
|
927
927
|
}
|
|
928
928
|
)
|
|
929
|
-
] }),
|
|
929
|
+
] }), Rr = (a) => /* @__PURE__ */ r(Ie, { children: [
|
|
930
930
|
/* @__PURE__ */ e(
|
|
931
|
-
|
|
931
|
+
P,
|
|
932
932
|
{
|
|
933
933
|
dataField: "avatar",
|
|
934
934
|
dataType: "image",
|
|
935
935
|
size: 80,
|
|
936
936
|
header: `${a("archbase:Foto")}`,
|
|
937
|
-
render: (
|
|
937
|
+
render: (t) => /* @__PURE__ */ e(
|
|
938
938
|
"img",
|
|
939
939
|
{
|
|
940
940
|
style: { borderRadius: 50, height: "32px", maxHeight: "32px" },
|
|
941
|
-
src:
|
|
941
|
+
src: t.row.avatar ? atob(t.row.avatar) : ta
|
|
942
942
|
}
|
|
943
943
|
),
|
|
944
944
|
enableSorting: !1,
|
|
@@ -949,7 +949,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
949
949
|
}
|
|
950
950
|
),
|
|
951
951
|
/* @__PURE__ */ e(
|
|
952
|
-
|
|
952
|
+
P,
|
|
953
953
|
{
|
|
954
954
|
dataField: "name",
|
|
955
955
|
dataType: "text",
|
|
@@ -960,7 +960,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
960
960
|
}
|
|
961
961
|
),
|
|
962
962
|
/* @__PURE__ */ e(
|
|
963
|
-
|
|
963
|
+
P,
|
|
964
964
|
{
|
|
965
965
|
dataField: "nickname",
|
|
966
966
|
dataType: "text",
|
|
@@ -971,7 +971,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
971
971
|
}
|
|
972
972
|
),
|
|
973
973
|
/* @__PURE__ */ e(
|
|
974
|
-
|
|
974
|
+
P,
|
|
975
975
|
{
|
|
976
976
|
dataField: "email",
|
|
977
977
|
dataType: "text",
|
|
@@ -982,7 +982,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
982
982
|
}
|
|
983
983
|
),
|
|
984
984
|
/* @__PURE__ */ e(
|
|
985
|
-
|
|
985
|
+
P,
|
|
986
986
|
{
|
|
987
987
|
dataField: "accountDeactivated",
|
|
988
988
|
dataType: "boolean",
|
|
@@ -992,32 +992,32 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
992
992
|
}
|
|
993
993
|
),
|
|
994
994
|
/* @__PURE__ */ e(
|
|
995
|
-
|
|
995
|
+
P,
|
|
996
996
|
{
|
|
997
997
|
dataField: "profile.name",
|
|
998
998
|
dataType: "text",
|
|
999
999
|
header: `${a("archbase:Perfil")}`,
|
|
1000
1000
|
size: 200,
|
|
1001
|
-
render: (
|
|
1001
|
+
render: (t) => Ar(t.row),
|
|
1002
1002
|
inputFilterType: "text"
|
|
1003
1003
|
}
|
|
1004
1004
|
),
|
|
1005
1005
|
/* @__PURE__ */ e(
|
|
1006
|
-
|
|
1006
|
+
P,
|
|
1007
1007
|
{
|
|
1008
1008
|
dataField: "groups",
|
|
1009
1009
|
dataType: "text",
|
|
1010
1010
|
size: 300,
|
|
1011
1011
|
header: `${a("archbase:Grupos")}`,
|
|
1012
|
-
render: (
|
|
1013
|
-
exportValue: (
|
|
1012
|
+
render: (t) => Tr(t.row),
|
|
1013
|
+
exportValue: (t) => t.groups?.slice().sort((o, i) => (o.group?.name ?? "").localeCompare(i.group?.name ?? "")).map((o) => o.group?.name).filter(Boolean).join(", ") || "",
|
|
1014
1014
|
enableSorting: !1,
|
|
1015
1015
|
enableColumnFilter: !1,
|
|
1016
1016
|
enableGlobalFilter: !1
|
|
1017
1017
|
}
|
|
1018
1018
|
),
|
|
1019
1019
|
/* @__PURE__ */ e(
|
|
1020
|
-
|
|
1020
|
+
P,
|
|
1021
1021
|
{
|
|
1022
1022
|
dataField: "isAdministrator",
|
|
1023
1023
|
dataType: "boolean",
|
|
@@ -1026,7 +1026,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1026
1026
|
}
|
|
1027
1027
|
),
|
|
1028
1028
|
/* @__PURE__ */ e(
|
|
1029
|
-
|
|
1029
|
+
P,
|
|
1030
1030
|
{
|
|
1031
1031
|
dataField: "changePasswordOnNextLogin",
|
|
1032
1032
|
dataType: "boolean",
|
|
@@ -1036,7 +1036,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1036
1036
|
}
|
|
1037
1037
|
),
|
|
1038
1038
|
/* @__PURE__ */ e(
|
|
1039
|
-
|
|
1039
|
+
P,
|
|
1040
1040
|
{
|
|
1041
1041
|
dataField: "allowPasswordChange",
|
|
1042
1042
|
dataType: "boolean",
|
|
@@ -1046,7 +1046,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1046
1046
|
}
|
|
1047
1047
|
),
|
|
1048
1048
|
/* @__PURE__ */ e(
|
|
1049
|
-
|
|
1049
|
+
P,
|
|
1050
1050
|
{
|
|
1051
1051
|
dataField: "allowMultipleLogins",
|
|
1052
1052
|
dataType: "boolean",
|
|
@@ -1056,7 +1056,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1056
1056
|
}
|
|
1057
1057
|
),
|
|
1058
1058
|
/* @__PURE__ */ e(
|
|
1059
|
-
|
|
1059
|
+
P,
|
|
1060
1060
|
{
|
|
1061
1061
|
dataField: "passwordNeverExpires",
|
|
1062
1062
|
dataType: "boolean",
|
|
@@ -1066,7 +1066,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1066
1066
|
}
|
|
1067
1067
|
),
|
|
1068
1068
|
/* @__PURE__ */ e(
|
|
1069
|
-
|
|
1069
|
+
P,
|
|
1070
1070
|
{
|
|
1071
1071
|
dataField: "passwordChangedAt",
|
|
1072
1072
|
dataType: "datetime",
|
|
@@ -1076,7 +1076,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1076
1076
|
}
|
|
1077
1077
|
),
|
|
1078
1078
|
/* @__PURE__ */ e(
|
|
1079
|
-
|
|
1079
|
+
P,
|
|
1080
1080
|
{
|
|
1081
1081
|
dataField: "accountLocked",
|
|
1082
1082
|
dataType: "boolean",
|
|
@@ -1086,7 +1086,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1086
1086
|
}
|
|
1087
1087
|
),
|
|
1088
1088
|
/* @__PURE__ */ e(
|
|
1089
|
-
|
|
1089
|
+
P,
|
|
1090
1090
|
{
|
|
1091
1091
|
dataField: "unlimitedAccessHours",
|
|
1092
1092
|
dataType: "boolean",
|
|
@@ -1095,9 +1095,9 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1095
1095
|
size: 140
|
|
1096
1096
|
}
|
|
1097
1097
|
)
|
|
1098
|
-
] }),
|
|
1098
|
+
] }), Ir = (a) => /* @__PURE__ */ r(Ie, { children: [
|
|
1099
1099
|
/* @__PURE__ */ e(
|
|
1100
|
-
|
|
1100
|
+
P,
|
|
1101
1101
|
{
|
|
1102
1102
|
dataField: "name",
|
|
1103
1103
|
dataType: "text",
|
|
@@ -1107,7 +1107,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1107
1107
|
}
|
|
1108
1108
|
),
|
|
1109
1109
|
/* @__PURE__ */ e(
|
|
1110
|
-
|
|
1110
|
+
P,
|
|
1111
1111
|
{
|
|
1112
1112
|
dataField: "description",
|
|
1113
1113
|
dataType: "text",
|
|
@@ -1116,9 +1116,9 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1116
1116
|
inputFilterType: "text"
|
|
1117
1117
|
}
|
|
1118
1118
|
)
|
|
1119
|
-
] }),
|
|
1119
|
+
] }), kr = (a) => /* @__PURE__ */ r(Ie, { children: [
|
|
1120
1120
|
/* @__PURE__ */ e(
|
|
1121
|
-
|
|
1121
|
+
P,
|
|
1122
1122
|
{
|
|
1123
1123
|
dataField: "name",
|
|
1124
1124
|
dataType: "text",
|
|
@@ -1128,7 +1128,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1128
1128
|
}
|
|
1129
1129
|
),
|
|
1130
1130
|
/* @__PURE__ */ e(
|
|
1131
|
-
|
|
1131
|
+
P,
|
|
1132
1132
|
{
|
|
1133
1133
|
dataField: "description",
|
|
1134
1134
|
dataType: "text",
|
|
@@ -1137,9 +1137,9 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1137
1137
|
inputFilterType: "text"
|
|
1138
1138
|
}
|
|
1139
1139
|
)
|
|
1140
|
-
] }),
|
|
1140
|
+
] }), zr = (a) => /* @__PURE__ */ r(Ie, { children: [
|
|
1141
1141
|
/* @__PURE__ */ e(
|
|
1142
|
-
|
|
1142
|
+
P,
|
|
1143
1143
|
{
|
|
1144
1144
|
dataField: "name",
|
|
1145
1145
|
dataType: "text",
|
|
@@ -1149,7 +1149,7 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1149
1149
|
}
|
|
1150
1150
|
),
|
|
1151
1151
|
/* @__PURE__ */ e(
|
|
1152
|
-
|
|
1152
|
+
P,
|
|
1153
1153
|
{
|
|
1154
1154
|
dataField: "description",
|
|
1155
1155
|
dataType: "text",
|
|
@@ -1159,23 +1159,23 @@ const Ye = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABMCAMAAAD5ogFjAA
|
|
|
1159
1159
|
}
|
|
1160
1160
|
)
|
|
1161
1161
|
] });
|
|
1162
|
-
function
|
|
1162
|
+
function ze({
|
|
1163
1163
|
active: a,
|
|
1164
|
-
printTitle:
|
|
1165
|
-
gridRef:
|
|
1164
|
+
printTitle: t,
|
|
1165
|
+
gridRef: o,
|
|
1166
1166
|
dataSource: i,
|
|
1167
|
-
isLoading:
|
|
1168
|
-
error:
|
|
1169
|
-
getRowId:
|
|
1170
|
-
striped:
|
|
1171
|
-
enableRowActions:
|
|
1172
|
-
toolbarLeftContent:
|
|
1173
|
-
renderRowActions:
|
|
1174
|
-
actionsColumnWidth:
|
|
1175
|
-
children:
|
|
1167
|
+
isLoading: p,
|
|
1168
|
+
error: u,
|
|
1169
|
+
getRowId: c,
|
|
1170
|
+
striped: I = !1,
|
|
1171
|
+
enableRowActions: A = !0,
|
|
1172
|
+
toolbarLeftContent: f,
|
|
1173
|
+
renderRowActions: S,
|
|
1174
|
+
actionsColumnWidth: T,
|
|
1175
|
+
children: n
|
|
1176
1176
|
}) {
|
|
1177
1177
|
return /* @__PURE__ */ e(
|
|
1178
|
-
|
|
1178
|
+
_,
|
|
1179
1179
|
{
|
|
1180
1180
|
withBorder: !0,
|
|
1181
1181
|
mt: "md",
|
|
@@ -1187,62 +1187,62 @@ function Te({
|
|
|
1187
1187
|
overflow: "auto"
|
|
1188
1188
|
},
|
|
1189
1189
|
children: /* @__PURE__ */ e(
|
|
1190
|
-
|
|
1190
|
+
wa,
|
|
1191
1191
|
{
|
|
1192
|
-
gridRef:
|
|
1193
|
-
printTitle:
|
|
1192
|
+
gridRef: o,
|
|
1193
|
+
printTitle: t,
|
|
1194
1194
|
width: "100%",
|
|
1195
1195
|
height: "100%",
|
|
1196
1196
|
withBorder: !1,
|
|
1197
1197
|
dataSource: i,
|
|
1198
1198
|
withColumnBorders: !0,
|
|
1199
|
-
striped:
|
|
1199
|
+
striped: I,
|
|
1200
1200
|
enableTopToolbar: !0,
|
|
1201
|
-
enableRowActions:
|
|
1201
|
+
enableRowActions: A,
|
|
1202
1202
|
pageSize: 50,
|
|
1203
|
-
isLoading:
|
|
1204
|
-
isError: !!
|
|
1205
|
-
error:
|
|
1203
|
+
isLoading: p,
|
|
1204
|
+
isError: !!u,
|
|
1205
|
+
error: u,
|
|
1206
1206
|
enableGlobalFilter: !0,
|
|
1207
|
-
getRowId:
|
|
1208
|
-
toolbarLeftContent:
|
|
1209
|
-
renderRowActions:
|
|
1210
|
-
actionsColumnWidth:
|
|
1211
|
-
children:
|
|
1207
|
+
getRowId: c,
|
|
1208
|
+
toolbarLeftContent: f,
|
|
1209
|
+
renderRowActions: S,
|
|
1210
|
+
actionsColumnWidth: T,
|
|
1211
|
+
children: n
|
|
1212
1212
|
}
|
|
1213
1213
|
)
|
|
1214
1214
|
}
|
|
1215
1215
|
);
|
|
1216
1216
|
}
|
|
1217
|
-
function
|
|
1217
|
+
function Ke({
|
|
1218
1218
|
dataSource: a,
|
|
1219
|
-
securityType:
|
|
1220
|
-
newInstance:
|
|
1219
|
+
securityType: t,
|
|
1220
|
+
newInstance: o,
|
|
1221
1221
|
createEntitiesWithId: i,
|
|
1222
|
-
removeMessageKey:
|
|
1223
|
-
setOpenedModal:
|
|
1224
|
-
setOpenedPermissionsModal:
|
|
1225
|
-
validationContext:
|
|
1226
|
-
t:
|
|
1222
|
+
removeMessageKey: p,
|
|
1223
|
+
setOpenedModal: u,
|
|
1224
|
+
setOpenedPermissionsModal: c,
|
|
1225
|
+
validationContext: I,
|
|
1226
|
+
t: A
|
|
1227
1227
|
}) {
|
|
1228
|
-
const
|
|
1228
|
+
const f = a, S = (m) => f.isEmpty() ? null : f.gotoRecordByData(m) ?? null;
|
|
1229
1229
|
return {
|
|
1230
1230
|
handleAdd: () => {
|
|
1231
|
-
const
|
|
1232
|
-
i || (
|
|
1231
|
+
const m = o();
|
|
1232
|
+
i || (m.id = void 0), f.insert(m), u(t);
|
|
1233
1233
|
},
|
|
1234
|
-
handleViewRow: (
|
|
1235
|
-
|
|
1234
|
+
handleViewRow: (m) => {
|
|
1235
|
+
S(m) && u(t);
|
|
1236
1236
|
},
|
|
1237
|
-
handleEditRow: (
|
|
1238
|
-
|
|
1237
|
+
handleEditRow: (m) => {
|
|
1238
|
+
S(m) && (f.isEditing() || f.edit(), u(t));
|
|
1239
1239
|
},
|
|
1240
|
-
handleRemoveRow: (
|
|
1241
|
-
|
|
1242
|
-
`${
|
|
1243
|
-
`${
|
|
1240
|
+
handleRemoveRow: (m) => {
|
|
1241
|
+
S(m) && pe.showConfirmDialogYesNo(
|
|
1242
|
+
`${A("archbase:Confirme")}`,
|
|
1243
|
+
`${A(p)}${m.name} ?`,
|
|
1244
1244
|
() => {
|
|
1245
|
-
|
|
1245
|
+
f.remove();
|
|
1246
1246
|
},
|
|
1247
1247
|
() => {
|
|
1248
1248
|
}
|
|
@@ -1250,428 +1250,428 @@ function je({
|
|
|
1250
1250
|
},
|
|
1251
1251
|
handleSaveModal: async () => {
|
|
1252
1252
|
try {
|
|
1253
|
-
await
|
|
1253
|
+
await f.save();
|
|
1254
1254
|
} catch {
|
|
1255
1255
|
return;
|
|
1256
1256
|
}
|
|
1257
|
-
|
|
1257
|
+
u(""), I?.clearAll();
|
|
1258
1258
|
},
|
|
1259
1259
|
handleCancelModal: () => {
|
|
1260
|
-
|
|
1260
|
+
u(""), f.isBrowsing() || f.cancel(), I?.clearAll();
|
|
1261
1261
|
},
|
|
1262
1262
|
handleOpenPermissionsModal: () => {
|
|
1263
|
-
|
|
1263
|
+
c(t);
|
|
1264
1264
|
}
|
|
1265
1265
|
};
|
|
1266
1266
|
}
|
|
1267
|
-
function
|
|
1267
|
+
function Qe({
|
|
1268
1268
|
row: a,
|
|
1269
|
-
onView:
|
|
1270
|
-
onEdit:
|
|
1269
|
+
onView: t,
|
|
1270
|
+
onEdit: o,
|
|
1271
1271
|
onRemove: i,
|
|
1272
|
-
onEditPermissions:
|
|
1273
|
-
before:
|
|
1274
|
-
after:
|
|
1275
|
-
t:
|
|
1272
|
+
onEditPermissions: p,
|
|
1273
|
+
before: u,
|
|
1274
|
+
after: c,
|
|
1275
|
+
t: I
|
|
1276
1276
|
}) {
|
|
1277
|
-
const
|
|
1278
|
-
return /* @__PURE__ */
|
|
1279
|
-
|
|
1280
|
-
/* @__PURE__ */ e(
|
|
1281
|
-
/* @__PURE__ */ e(
|
|
1282
|
-
/* @__PURE__ */ e(
|
|
1283
|
-
/* @__PURE__ */ e(
|
|
1284
|
-
|
|
1277
|
+
const A = aa(), { colorScheme: f } = Ue(), S = f === "dark", T = (n) => S ? A.colors[n][8] : A.colors[n][4];
|
|
1278
|
+
return /* @__PURE__ */ r(N, { gap: 1, wrap: "nowrap", children: [
|
|
1279
|
+
u?.(a),
|
|
1280
|
+
/* @__PURE__ */ e(le, { variant: "transparent", onClick: () => t(a), children: /* @__PURE__ */ e(ir, { size: 20, color: T("blue") }) }),
|
|
1281
|
+
/* @__PURE__ */ e(le, { variant: "transparent", onClick: () => o(a), children: /* @__PURE__ */ e(Aa, { size: 20, color: T("yellow") }) }),
|
|
1282
|
+
/* @__PURE__ */ e(le, { variant: "transparent", onClick: () => i(a), children: /* @__PURE__ */ e(ra, { size: 20, color: T("red") }) }),
|
|
1283
|
+
/* @__PURE__ */ e(Re, { withinPortal: !0, withArrow: !0, position: "left", label: `${I("archbase:Edit permissions")}`, children: /* @__PURE__ */ e(le, { variant: "transparent", onClick: p, children: /* @__PURE__ */ e(or, { size: 20, color: T("green") }) }) }),
|
|
1284
|
+
c?.(a)
|
|
1285
1285
|
] });
|
|
1286
1286
|
}
|
|
1287
|
-
const
|
|
1288
|
-
/* @__PURE__ */
|
|
1289
|
-
/* @__PURE__ */ e(
|
|
1290
|
-
/* @__PURE__ */ e(
|
|
1287
|
+
const Je = ({ onAdd: a, onEditPermissions: t, t: o }) => /* @__PURE__ */ r(De, { justify: "space-between", style: { width: "50%" }, children: [
|
|
1288
|
+
/* @__PURE__ */ r(N, { align: "end", gap: "4px", wrap: "nowrap", children: [
|
|
1289
|
+
/* @__PURE__ */ e(Y, { color: "green", leftSection: /* @__PURE__ */ e(xa, {}), onClick: a, children: `${o("archbase:New")}` }),
|
|
1290
|
+
/* @__PURE__ */ e(Y, { color: "blue", leftSection: /* @__PURE__ */ e(Aa, {}), onClick: t, children: `${o("archbase:Edit permissions")}` })
|
|
1291
1291
|
] }),
|
|
1292
|
-
/* @__PURE__ */ e(
|
|
1292
|
+
/* @__PURE__ */ e(De, { align: "flex-start", justify: "flex-end", style: { width: "200px" } })
|
|
1293
1293
|
] });
|
|
1294
|
-
function
|
|
1294
|
+
function tt({
|
|
1295
1295
|
height: a = "400px",
|
|
1296
|
-
width:
|
|
1297
|
-
createEntitiesWithId:
|
|
1296
|
+
width: t = "100%",
|
|
1297
|
+
createEntitiesWithId: o = !0,
|
|
1298
1298
|
userModalOptions: i,
|
|
1299
|
-
profileModalOptions:
|
|
1300
|
-
groupModalOptions:
|
|
1301
|
-
options:
|
|
1299
|
+
profileModalOptions: p,
|
|
1300
|
+
groupModalOptions: u,
|
|
1301
|
+
options: c
|
|
1302
1302
|
}) {
|
|
1303
|
-
|
|
1304
|
-
const
|
|
1305
|
-
dataSource:
|
|
1306
|
-
isLoading:
|
|
1307
|
-
refreshData:
|
|
1308
|
-
} =
|
|
1303
|
+
aa(), Ca("securityStore");
|
|
1304
|
+
const I = Ka(), { colorScheme: A } = Ue(), [f, S] = k(void 0), [T, n] = k("users"), s = J(Q.User), w = J(Q.Group), D = J(Q.Resource), h = J(Q.Profile), [l, m] = k(""), [v, C] = k(""), z = J(Q.AccessToken), { t: b } = Qa(), K = xe(null), L = xe(null), Z = xe(null), E = xe(null), O = xe(null), F = ($) => $.id, Se = ($) => $.id, ve = ($) => $.id, x = ($) => $.id, R = ($) => $.id, {
|
|
1305
|
+
dataSource: B,
|
|
1306
|
+
isLoading: M,
|
|
1307
|
+
refreshData: q
|
|
1308
|
+
} = ke({
|
|
1309
1309
|
name: "accessTokenApi",
|
|
1310
1310
|
service: z,
|
|
1311
|
-
validator:
|
|
1311
|
+
validator: I,
|
|
1312
1312
|
pageSize: 25,
|
|
1313
1313
|
defaultSortFields: ["user.email", "expirationTime:desc"],
|
|
1314
|
-
onError: (
|
|
1315
|
-
|
|
1314
|
+
onError: ($, ae) => {
|
|
1315
|
+
S($), te.showError(`${b("archbase:WARNING")}`, $, ae);
|
|
1316
1316
|
}
|
|
1317
1317
|
}), {
|
|
1318
|
-
dataSource:
|
|
1319
|
-
isLoading:
|
|
1320
|
-
refreshData:
|
|
1321
|
-
} =
|
|
1318
|
+
dataSource: G,
|
|
1319
|
+
isLoading: H,
|
|
1320
|
+
refreshData: U
|
|
1321
|
+
} = ke({
|
|
1322
1322
|
name: "dsUsers",
|
|
1323
|
-
service:
|
|
1324
|
-
validator:
|
|
1323
|
+
service: s,
|
|
1324
|
+
validator: I,
|
|
1325
1325
|
pageSize: 25,
|
|
1326
|
-
onError: (
|
|
1327
|
-
|
|
1326
|
+
onError: ($, ae) => {
|
|
1327
|
+
S($), te.showError(`${b("archbase:WARNING")}`, $, ae);
|
|
1328
1328
|
}
|
|
1329
1329
|
}), {
|
|
1330
|
-
dataSource:
|
|
1331
|
-
isLoading:
|
|
1332
|
-
refreshData:
|
|
1333
|
-
} =
|
|
1330
|
+
dataSource: se,
|
|
1331
|
+
isLoading: We,
|
|
1332
|
+
refreshData: qe
|
|
1333
|
+
} = ke({
|
|
1334
1334
|
name: "dsGroups",
|
|
1335
|
-
service:
|
|
1336
|
-
validator:
|
|
1335
|
+
service: w,
|
|
1336
|
+
validator: I,
|
|
1337
1337
|
pageSize: 25,
|
|
1338
|
-
onError: (
|
|
1339
|
-
|
|
1338
|
+
onError: ($, ae) => {
|
|
1339
|
+
S($), te.showError(`${b("archbase:WARNING")}`, $, ae);
|
|
1340
1340
|
}
|
|
1341
1341
|
}), {
|
|
1342
|
-
dataSource:
|
|
1343
|
-
isLoading:
|
|
1344
|
-
refreshData:
|
|
1345
|
-
} =
|
|
1342
|
+
dataSource: $e,
|
|
1343
|
+
isLoading: Ia,
|
|
1344
|
+
refreshData: ka
|
|
1345
|
+
} = ke({
|
|
1346
1346
|
name: "dsProfile",
|
|
1347
|
-
service:
|
|
1348
|
-
validator:
|
|
1347
|
+
service: h,
|
|
1348
|
+
validator: I,
|
|
1349
1349
|
pageSize: 25,
|
|
1350
|
-
onError: (
|
|
1351
|
-
|
|
1350
|
+
onError: ($, ae) => {
|
|
1351
|
+
S($), te.showError(`${b("archbase:WARNING")}`, $, ae);
|
|
1352
1352
|
}
|
|
1353
1353
|
}), {
|
|
1354
|
-
dataSource:
|
|
1355
|
-
isLoading:
|
|
1356
|
-
refreshData:
|
|
1357
|
-
} =
|
|
1354
|
+
dataSource: za,
|
|
1355
|
+
isLoading: Ea,
|
|
1356
|
+
refreshData: Pa
|
|
1357
|
+
} = ke({
|
|
1358
1358
|
name: "dsResources",
|
|
1359
|
-
service:
|
|
1360
|
-
validator:
|
|
1359
|
+
service: D,
|
|
1360
|
+
validator: I,
|
|
1361
1361
|
pageSize: 25,
|
|
1362
|
-
onError: (
|
|
1363
|
-
|
|
1362
|
+
onError: ($, ae) => {
|
|
1363
|
+
S($), te.showError(`${b("archbase:WARNING")}`, $, ae);
|
|
1364
1364
|
}
|
|
1365
1365
|
});
|
|
1366
|
-
|
|
1367
|
-
|
|
1366
|
+
ee(() => {
|
|
1367
|
+
q({ filter: Ge(Fe.eq("revoked", "false")) }), U(), qe(), ka(), Pa();
|
|
1368
1368
|
}, []);
|
|
1369
|
-
const
|
|
1370
|
-
dataSource:
|
|
1371
|
-
securityType:
|
|
1372
|
-
newInstance: () =>
|
|
1373
|
-
createEntitiesWithId:
|
|
1369
|
+
const Da = xr(b), Fa = Rr(b), Na = Ir(b), Oa = kr(b), $a = zr(b), He = Ja(), de = Ke({
|
|
1370
|
+
dataSource: G,
|
|
1371
|
+
securityType: X.USER,
|
|
1372
|
+
newInstance: () => nr.newInstance(),
|
|
1373
|
+
createEntitiesWithId: o,
|
|
1374
1374
|
removeMessageKey: "archbase:Deseja remover o usuário ",
|
|
1375
|
-
setOpenedModal:
|
|
1376
|
-
setOpenedPermissionsModal:
|
|
1377
|
-
validationContext:
|
|
1378
|
-
t:
|
|
1379
|
-
}),
|
|
1380
|
-
dataSource:
|
|
1381
|
-
securityType:
|
|
1382
|
-
newInstance: () =>
|
|
1383
|
-
createEntitiesWithId:
|
|
1375
|
+
setOpenedModal: m,
|
|
1376
|
+
setOpenedPermissionsModal: C,
|
|
1377
|
+
validationContext: He,
|
|
1378
|
+
t: b
|
|
1379
|
+
}), ue = Ke({
|
|
1380
|
+
dataSource: se,
|
|
1381
|
+
securityType: X.GROUP,
|
|
1382
|
+
newInstance: () => sr.newInstance(),
|
|
1383
|
+
createEntitiesWithId: o,
|
|
1384
1384
|
removeMessageKey: "archbase:Deseja remover o grupo ",
|
|
1385
|
-
setOpenedModal:
|
|
1386
|
-
setOpenedPermissionsModal:
|
|
1387
|
-
validationContext:
|
|
1388
|
-
t:
|
|
1389
|
-
}),
|
|
1390
|
-
dataSource:
|
|
1391
|
-
securityType:
|
|
1392
|
-
newInstance: () =>
|
|
1393
|
-
createEntitiesWithId:
|
|
1385
|
+
setOpenedModal: m,
|
|
1386
|
+
setOpenedPermissionsModal: C,
|
|
1387
|
+
validationContext: He,
|
|
1388
|
+
t: b
|
|
1389
|
+
}), he = Ke({
|
|
1390
|
+
dataSource: $e,
|
|
1391
|
+
securityType: X.PROFILE,
|
|
1392
|
+
newInstance: () => lr.newInstance(),
|
|
1393
|
+
createEntitiesWithId: o,
|
|
1394
1394
|
removeMessageKey: "archbase:Deseja remover o perfil ",
|
|
1395
|
-
setOpenedModal:
|
|
1396
|
-
setOpenedPermissionsModal:
|
|
1397
|
-
validationContext:
|
|
1398
|
-
t:
|
|
1399
|
-
}),
|
|
1400
|
-
|
|
1395
|
+
setOpenedModal: m,
|
|
1396
|
+
setOpenedPermissionsModal: C,
|
|
1397
|
+
validationContext: He,
|
|
1398
|
+
t: b
|
|
1399
|
+
}), Va = ($) => /* @__PURE__ */ e(
|
|
1400
|
+
Qe,
|
|
1401
1401
|
{
|
|
1402
|
-
row:
|
|
1403
|
-
onView:
|
|
1404
|
-
onEdit:
|
|
1405
|
-
onRemove:
|
|
1406
|
-
onEditPermissions:
|
|
1407
|
-
before:
|
|
1408
|
-
after:
|
|
1409
|
-
t:
|
|
1402
|
+
row: $,
|
|
1403
|
+
onView: de.handleViewRow,
|
|
1404
|
+
onEdit: de.handleEditRow,
|
|
1405
|
+
onRemove: de.handleRemoveRow,
|
|
1406
|
+
onEditPermissions: de.handleOpenPermissionsModal,
|
|
1407
|
+
before: c?.beforeDefaultUserActions,
|
|
1408
|
+
after: c?.afterDefaultUserActions,
|
|
1409
|
+
t: b
|
|
1410
1410
|
}
|
|
1411
|
-
),
|
|
1412
|
-
|
|
1411
|
+
), Ma = ($) => /* @__PURE__ */ e(
|
|
1412
|
+
Qe,
|
|
1413
1413
|
{
|
|
1414
|
-
row:
|
|
1415
|
-
onView:
|
|
1416
|
-
onEdit:
|
|
1417
|
-
onRemove:
|
|
1418
|
-
onEditPermissions:
|
|
1419
|
-
before:
|
|
1420
|
-
after:
|
|
1421
|
-
t:
|
|
1414
|
+
row: $,
|
|
1415
|
+
onView: ue.handleViewRow,
|
|
1416
|
+
onEdit: ue.handleEditRow,
|
|
1417
|
+
onRemove: ue.handleRemoveRow,
|
|
1418
|
+
onEditPermissions: ue.handleOpenPermissionsModal,
|
|
1419
|
+
before: c?.beforeDefaultGroupActions,
|
|
1420
|
+
after: c?.afterDefaultGroupActions,
|
|
1421
|
+
t: b
|
|
1422
1422
|
}
|
|
1423
|
-
),
|
|
1424
|
-
|
|
1423
|
+
), Ga = ($) => /* @__PURE__ */ e(
|
|
1424
|
+
Qe,
|
|
1425
1425
|
{
|
|
1426
|
-
row:
|
|
1427
|
-
onView:
|
|
1428
|
-
onEdit:
|
|
1429
|
-
onRemove:
|
|
1430
|
-
onEditPermissions:
|
|
1431
|
-
before:
|
|
1432
|
-
after:
|
|
1433
|
-
t:
|
|
1426
|
+
row: $,
|
|
1427
|
+
onView: he.handleViewRow,
|
|
1428
|
+
onEdit: he.handleEditRow,
|
|
1429
|
+
onRemove: he.handleRemoveRow,
|
|
1430
|
+
onEditPermissions: he.handleOpenPermissionsModal,
|
|
1431
|
+
before: c?.beforeDefaultProfileActions,
|
|
1432
|
+
after: c?.afterDefaultProfileActions,
|
|
1433
|
+
t: b
|
|
1434
1434
|
}
|
|
1435
|
-
),
|
|
1436
|
-
const
|
|
1437
|
-
|
|
1438
|
-
`${
|
|
1439
|
-
`${
|
|
1435
|
+
), La = () => {
|
|
1436
|
+
const $ = B.getCurrentRecord();
|
|
1437
|
+
$ && pe.showConfirmDialogYesNo(
|
|
1438
|
+
`${b("archbase:Confirme")}`,
|
|
1439
|
+
`${b("archbase:Deseja revogar o token de Acesso do usuário ")}${$.user.name} ?`,
|
|
1440
1440
|
async () => {
|
|
1441
|
-
await z.revoke(
|
|
1442
|
-
|
|
1443
|
-
`${
|
|
1444
|
-
`${
|
|
1445
|
-
),
|
|
1446
|
-
}).catch((
|
|
1447
|
-
|
|
1448
|
-
`${
|
|
1449
|
-
|
|
1450
|
-
|
|
1441
|
+
await z.revoke($.token).then(async () => {
|
|
1442
|
+
te.showSuccess(
|
|
1443
|
+
`${b("mentors:Informação")}`,
|
|
1444
|
+
`${b("mentors:Token de Acesso revogado com sucesso!")}`
|
|
1445
|
+
), B.refreshData();
|
|
1446
|
+
}).catch((ae) => {
|
|
1447
|
+
pe.showErrorWithDetails(
|
|
1448
|
+
`${b("mentors:Atenção")}`,
|
|
1449
|
+
ge(ae),
|
|
1450
|
+
Me(ae)
|
|
1451
1451
|
);
|
|
1452
1452
|
});
|
|
1453
1453
|
},
|
|
1454
1454
|
() => {
|
|
1455
1455
|
}
|
|
1456
1456
|
);
|
|
1457
|
-
},
|
|
1458
|
-
|
|
1459
|
-
},
|
|
1460
|
-
|
|
1457
|
+
}, je = () => {
|
|
1458
|
+
C("");
|
|
1459
|
+
}, Ua = () => /* @__PURE__ */ e(De, { justify: "space-between", style: { width: "50%" }, children: /* @__PURE__ */ e(N, { align: "start", gap: "4px", wrap: "nowrap", children: /* @__PURE__ */ e(
|
|
1460
|
+
Y,
|
|
1461
1461
|
{
|
|
1462
|
-
disabled: !
|
|
1462
|
+
disabled: !B.getCurrentRecord(),
|
|
1463
1463
|
color: "red",
|
|
1464
|
-
leftSection: /* @__PURE__ */ e(
|
|
1465
|
-
onClick:
|
|
1466
|
-
children: `${
|
|
1464
|
+
leftSection: /* @__PURE__ */ e(ra, {}),
|
|
1465
|
+
onClick: La,
|
|
1466
|
+
children: `${b("archbase:Revoke")}`
|
|
1467
1467
|
}
|
|
1468
1468
|
) }) });
|
|
1469
|
-
return /* @__PURE__ */
|
|
1470
|
-
/* @__PURE__ */ e(
|
|
1471
|
-
/* @__PURE__ */ e(
|
|
1472
|
-
/* @__PURE__ */ e(
|
|
1473
|
-
/* @__PURE__ */ e(
|
|
1474
|
-
/* @__PURE__ */ e(
|
|
1475
|
-
/* @__PURE__ */ e(
|
|
1469
|
+
return /* @__PURE__ */ r(_, { p: "md", style: { height: a, display: "flex", flexDirection: "column" }, children: [
|
|
1470
|
+
/* @__PURE__ */ e(ye, { variant: "pills", value: T, onChange: n, children: /* @__PURE__ */ r(ye.List, { children: [
|
|
1471
|
+
/* @__PURE__ */ e(ye.Tab, { value: "users", children: `${b("Usuários")}` }),
|
|
1472
|
+
/* @__PURE__ */ e(ye.Tab, { value: "groups", children: `${b("Grupos")}` }),
|
|
1473
|
+
/* @__PURE__ */ e(ye.Tab, { value: "profiles", children: `${b("Perfis")}` }),
|
|
1474
|
+
/* @__PURE__ */ e(ye.Tab, { value: "resources", children: `${b("Recursos")}` }),
|
|
1475
|
+
/* @__PURE__ */ e(ye.Tab, { value: "accessTokens", children: `${b("Tokens Acesso")}` })
|
|
1476
1476
|
] }) }),
|
|
1477
1477
|
/* @__PURE__ */ e(
|
|
1478
|
-
|
|
1478
|
+
ze,
|
|
1479
1479
|
{
|
|
1480
|
-
active:
|
|
1480
|
+
active: T === "users",
|
|
1481
1481
|
printTitle: "Usuários",
|
|
1482
|
-
gridRef:
|
|
1483
|
-
dataSource:
|
|
1484
|
-
isLoading:
|
|
1485
|
-
error:
|
|
1486
|
-
getRowId:
|
|
1482
|
+
gridRef: K,
|
|
1483
|
+
dataSource: G,
|
|
1484
|
+
isLoading: H,
|
|
1485
|
+
error: f,
|
|
1486
|
+
getRowId: F,
|
|
1487
1487
|
striped: !0,
|
|
1488
1488
|
toolbarLeftContent: /* @__PURE__ */ e(
|
|
1489
|
-
|
|
1489
|
+
Je,
|
|
1490
1490
|
{
|
|
1491
|
-
onAdd:
|
|
1492
|
-
onEditPermissions:
|
|
1493
|
-
t:
|
|
1491
|
+
onAdd: de.handleAdd,
|
|
1492
|
+
onEditPermissions: de.handleOpenPermissionsModal,
|
|
1493
|
+
t: b
|
|
1494
1494
|
}
|
|
1495
1495
|
),
|
|
1496
|
-
renderRowActions:
|
|
1497
|
-
actionsColumnWidth:
|
|
1498
|
-
children:
|
|
1496
|
+
renderRowActions: Va,
|
|
1497
|
+
actionsColumnWidth: c?.userActionsColumnWidth,
|
|
1498
|
+
children: Fa
|
|
1499
1499
|
}
|
|
1500
1500
|
),
|
|
1501
1501
|
/* @__PURE__ */ e(
|
|
1502
|
-
|
|
1502
|
+
ze,
|
|
1503
1503
|
{
|
|
1504
|
-
active:
|
|
1504
|
+
active: T === "groups",
|
|
1505
1505
|
printTitle: "Grupos",
|
|
1506
|
-
gridRef:
|
|
1507
|
-
dataSource:
|
|
1508
|
-
isLoading:
|
|
1509
|
-
error:
|
|
1510
|
-
getRowId:
|
|
1506
|
+
gridRef: L,
|
|
1507
|
+
dataSource: se,
|
|
1508
|
+
isLoading: We,
|
|
1509
|
+
error: f,
|
|
1510
|
+
getRowId: Se,
|
|
1511
1511
|
toolbarLeftContent: /* @__PURE__ */ e(
|
|
1512
|
-
|
|
1512
|
+
Je,
|
|
1513
1513
|
{
|
|
1514
|
-
onAdd:
|
|
1515
|
-
onEditPermissions:
|
|
1516
|
-
t:
|
|
1514
|
+
onAdd: ue.handleAdd,
|
|
1515
|
+
onEditPermissions: ue.handleOpenPermissionsModal,
|
|
1516
|
+
t: b
|
|
1517
1517
|
}
|
|
1518
1518
|
),
|
|
1519
|
-
renderRowActions:
|
|
1520
|
-
actionsColumnWidth:
|
|
1521
|
-
children:
|
|
1519
|
+
renderRowActions: Ma,
|
|
1520
|
+
actionsColumnWidth: c?.groupActionsColumnWidth,
|
|
1521
|
+
children: Na
|
|
1522
1522
|
}
|
|
1523
1523
|
),
|
|
1524
1524
|
/* @__PURE__ */ e(
|
|
1525
|
-
|
|
1525
|
+
ze,
|
|
1526
1526
|
{
|
|
1527
|
-
active:
|
|
1527
|
+
active: T === "profiles",
|
|
1528
1528
|
printTitle: "Perfis",
|
|
1529
|
-
gridRef:
|
|
1530
|
-
dataSource:
|
|
1531
|
-
isLoading:
|
|
1532
|
-
error:
|
|
1533
|
-
getRowId:
|
|
1529
|
+
gridRef: Z,
|
|
1530
|
+
dataSource: $e,
|
|
1531
|
+
isLoading: Ia,
|
|
1532
|
+
error: f,
|
|
1533
|
+
getRowId: ve,
|
|
1534
1534
|
toolbarLeftContent: /* @__PURE__ */ e(
|
|
1535
|
-
|
|
1535
|
+
Je,
|
|
1536
1536
|
{
|
|
1537
|
-
onAdd:
|
|
1538
|
-
onEditPermissions:
|
|
1539
|
-
t:
|
|
1537
|
+
onAdd: he.handleAdd,
|
|
1538
|
+
onEditPermissions: he.handleOpenPermissionsModal,
|
|
1539
|
+
t: b
|
|
1540
1540
|
}
|
|
1541
1541
|
),
|
|
1542
|
-
renderRowActions:
|
|
1543
|
-
actionsColumnWidth:
|
|
1544
|
-
children:
|
|
1542
|
+
renderRowActions: Ga,
|
|
1543
|
+
actionsColumnWidth: c?.profileActionsColumnWidth,
|
|
1544
|
+
children: Oa
|
|
1545
1545
|
}
|
|
1546
1546
|
),
|
|
1547
1547
|
/* @__PURE__ */ e(
|
|
1548
|
-
|
|
1548
|
+
ze,
|
|
1549
1549
|
{
|
|
1550
|
-
active:
|
|
1550
|
+
active: T === "resources",
|
|
1551
1551
|
printTitle: "Recursos",
|
|
1552
|
-
gridRef:
|
|
1553
|
-
dataSource:
|
|
1554
|
-
isLoading:
|
|
1555
|
-
error:
|
|
1556
|
-
getRowId:
|
|
1552
|
+
gridRef: E,
|
|
1553
|
+
dataSource: za,
|
|
1554
|
+
isLoading: Ea,
|
|
1555
|
+
error: f,
|
|
1556
|
+
getRowId: x,
|
|
1557
1557
|
enableRowActions: !1,
|
|
1558
|
-
children:
|
|
1558
|
+
children: $a
|
|
1559
1559
|
}
|
|
1560
1560
|
),
|
|
1561
1561
|
/* @__PURE__ */ e(
|
|
1562
|
-
|
|
1562
|
+
ze,
|
|
1563
1563
|
{
|
|
1564
|
-
active:
|
|
1564
|
+
active: T === "accessTokens",
|
|
1565
1565
|
printTitle: "Tokens de API",
|
|
1566
|
-
gridRef:
|
|
1567
|
-
dataSource:
|
|
1568
|
-
isLoading:
|
|
1569
|
-
error:
|
|
1570
|
-
getRowId:
|
|
1566
|
+
gridRef: O,
|
|
1567
|
+
dataSource: B,
|
|
1568
|
+
isLoading: M,
|
|
1569
|
+
error: f,
|
|
1570
|
+
getRowId: R,
|
|
1571
1571
|
striped: !0,
|
|
1572
1572
|
enableRowActions: !1,
|
|
1573
|
-
toolbarLeftContent:
|
|
1574
|
-
children:
|
|
1573
|
+
toolbarLeftContent: Ua(),
|
|
1574
|
+
children: Da
|
|
1575
1575
|
}
|
|
1576
1576
|
),
|
|
1577
|
-
|
|
1578
|
-
|
|
1577
|
+
l === X.USER ? /* @__PURE__ */ e(
|
|
1578
|
+
yr,
|
|
1579
1579
|
{
|
|
1580
|
-
onClickOk:
|
|
1580
|
+
onClickOk: de.handleSaveModal,
|
|
1581
1581
|
opened: !0,
|
|
1582
|
-
dataSource:
|
|
1583
|
-
onClickCancel:
|
|
1582
|
+
dataSource: G,
|
|
1583
|
+
onClickCancel: de.handleCancelModal,
|
|
1584
1584
|
options: i
|
|
1585
1585
|
}
|
|
1586
1586
|
) : null,
|
|
1587
|
-
|
|
1588
|
-
|
|
1587
|
+
l === X.GROUP ? /* @__PURE__ */ e(
|
|
1588
|
+
wr,
|
|
1589
1589
|
{
|
|
1590
|
-
onClickOk:
|
|
1590
|
+
onClickOk: ue.handleSaveModal,
|
|
1591
1591
|
opened: !0,
|
|
1592
|
-
dataSource:
|
|
1593
|
-
onClickCancel:
|
|
1594
|
-
options:
|
|
1592
|
+
dataSource: se,
|
|
1593
|
+
onClickCancel: ue.handleCancelModal,
|
|
1594
|
+
options: u
|
|
1595
1595
|
}
|
|
1596
1596
|
) : null,
|
|
1597
|
-
|
|
1598
|
-
|
|
1597
|
+
l === X.PROFILE ? /* @__PURE__ */ e(
|
|
1598
|
+
gr,
|
|
1599
1599
|
{
|
|
1600
|
-
onClickOk:
|
|
1600
|
+
onClickOk: he.handleSaveModal,
|
|
1601
1601
|
opened: !0,
|
|
1602
|
-
dataSource:
|
|
1603
|
-
onClickCancel:
|
|
1604
|
-
options:
|
|
1602
|
+
dataSource: $e,
|
|
1603
|
+
onClickCancel: he.handleCancelModal,
|
|
1604
|
+
options: p
|
|
1605
1605
|
}
|
|
1606
1606
|
) : null,
|
|
1607
|
-
|
|
1608
|
-
|
|
1607
|
+
v === X.USER ? /* @__PURE__ */ e(
|
|
1608
|
+
Ze,
|
|
1609
1609
|
{
|
|
1610
|
-
dataSource:
|
|
1611
|
-
opened: !!
|
|
1612
|
-
close:
|
|
1610
|
+
dataSource: G,
|
|
1611
|
+
opened: !!v,
|
|
1612
|
+
close: je
|
|
1613
1613
|
}
|
|
1614
1614
|
) : null,
|
|
1615
|
-
|
|
1616
|
-
|
|
1615
|
+
v === X.GROUP ? /* @__PURE__ */ e(
|
|
1616
|
+
Ze,
|
|
1617
1617
|
{
|
|
1618
|
-
dataSource:
|
|
1619
|
-
opened: !!
|
|
1620
|
-
close:
|
|
1618
|
+
dataSource: se,
|
|
1619
|
+
opened: !!v,
|
|
1620
|
+
close: je
|
|
1621
1621
|
}
|
|
1622
1622
|
) : null,
|
|
1623
|
-
|
|
1624
|
-
|
|
1623
|
+
v === X.PROFILE ? /* @__PURE__ */ e(
|
|
1624
|
+
Ze,
|
|
1625
1625
|
{
|
|
1626
|
-
dataSource:
|
|
1627
|
-
opened: !!
|
|
1628
|
-
close:
|
|
1626
|
+
dataSource: $e,
|
|
1627
|
+
opened: !!v,
|
|
1628
|
+
close: je
|
|
1629
1629
|
}
|
|
1630
1630
|
) : null
|
|
1631
1631
|
] });
|
|
1632
1632
|
}
|
|
1633
|
-
function
|
|
1634
|
-
|
|
1635
|
-
const
|
|
1633
|
+
function it({ height: a = "400px", width: t = "100%" }) {
|
|
1634
|
+
aa();
|
|
1635
|
+
const o = Ca("apiTokenStore"), i = { validateEntity: () => [] }, { colorScheme: p } = Ue(), [u, c] = k(void 0), I = J(Q.ApiToken), [A, f] = k(""), S = xe(null), T = (L) => L.id, { dataSource: n } = rr({
|
|
1636
1636
|
initialData: [],
|
|
1637
1637
|
name: "dataSource"
|
|
1638
|
-
}),
|
|
1638
|
+
}), s = Ne(
|
|
1639
1639
|
"ArchbaseApiTokenView-LocalDataSource",
|
|
1640
|
-
|
|
1640
|
+
n,
|
|
1641
1641
|
void 0,
|
|
1642
1642
|
void 0
|
|
1643
|
-
), { dataSource:
|
|
1643
|
+
), { dataSource: w, isLoading: D } = _e({
|
|
1644
1644
|
name: "dsApiToken",
|
|
1645
|
-
service:
|
|
1646
|
-
store:
|
|
1645
|
+
service: I,
|
|
1646
|
+
store: o,
|
|
1647
1647
|
validator: i,
|
|
1648
1648
|
pageSize: 25,
|
|
1649
1649
|
loadOnStart: !0,
|
|
1650
|
-
onLoadComplete: (
|
|
1650
|
+
onLoadComplete: (L) => {
|
|
1651
1651
|
},
|
|
1652
|
-
onDestroy: (
|
|
1652
|
+
onDestroy: (L) => {
|
|
1653
1653
|
},
|
|
1654
|
-
onError: (
|
|
1655
|
-
|
|
1654
|
+
onError: (L, Z) => {
|
|
1655
|
+
c(L), te.showError(g().t("archbase:WARNING"), L, Z);
|
|
1656
1656
|
}
|
|
1657
|
-
}),
|
|
1657
|
+
}), h = Ne(
|
|
1658
1658
|
"ArchbaseApiTokenView-RemoteDataSource",
|
|
1659
|
-
|
|
1659
|
+
w,
|
|
1660
1660
|
void 0,
|
|
1661
1661
|
void 0
|
|
1662
|
-
),
|
|
1662
|
+
), l = `calc(${a} - 40px)`, m = /* @__PURE__ */ r(Ie, { children: [
|
|
1663
1663
|
/* @__PURE__ */ e(
|
|
1664
|
-
|
|
1664
|
+
P,
|
|
1665
1665
|
{
|
|
1666
1666
|
dataField: "user.avatar",
|
|
1667
1667
|
dataType: "image",
|
|
1668
1668
|
size: 80,
|
|
1669
1669
|
header: "Foto",
|
|
1670
|
-
render: (
|
|
1670
|
+
render: (L) => /* @__PURE__ */ e(
|
|
1671
1671
|
"img",
|
|
1672
1672
|
{
|
|
1673
1673
|
style: { borderRadius: 50, height: "32px", maxHeight: "32px" },
|
|
1674
|
-
src:
|
|
1674
|
+
src: L.row.user && L.row.user.avatar ? atob(L.row.user.avatar) : ta
|
|
1675
1675
|
}
|
|
1676
1676
|
),
|
|
1677
1677
|
inputFilterType: "text",
|
|
@@ -1679,7 +1679,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
),
|
|
1681
1681
|
/* @__PURE__ */ e(
|
|
1682
|
-
|
|
1682
|
+
P,
|
|
1683
1683
|
{
|
|
1684
1684
|
dataField: "user.userName",
|
|
1685
1685
|
dataType: "text",
|
|
@@ -1689,7 +1689,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1689
1689
|
}
|
|
1690
1690
|
),
|
|
1691
1691
|
/* @__PURE__ */ e(
|
|
1692
|
-
|
|
1692
|
+
P,
|
|
1693
1693
|
{
|
|
1694
1694
|
dataField: "user.email",
|
|
1695
1695
|
dataType: "text",
|
|
@@ -1699,7 +1699,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1699
1699
|
}
|
|
1700
1700
|
),
|
|
1701
1701
|
/* @__PURE__ */ e(
|
|
1702
|
-
|
|
1702
|
+
P,
|
|
1703
1703
|
{
|
|
1704
1704
|
dataField: "name",
|
|
1705
1705
|
dataType: "text",
|
|
@@ -1709,7 +1709,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1709
1709
|
}
|
|
1710
1710
|
),
|
|
1711
1711
|
/* @__PURE__ */ e(
|
|
1712
|
-
|
|
1712
|
+
P,
|
|
1713
1713
|
{
|
|
1714
1714
|
dataField: "description",
|
|
1715
1715
|
dataType: "text",
|
|
@@ -1719,7 +1719,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
),
|
|
1721
1721
|
/* @__PURE__ */ e(
|
|
1722
|
-
|
|
1722
|
+
P,
|
|
1723
1723
|
{
|
|
1724
1724
|
dataField: "token",
|
|
1725
1725
|
dataType: "text",
|
|
@@ -1730,7 +1730,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1730
1730
|
}
|
|
1731
1731
|
),
|
|
1732
1732
|
/* @__PURE__ */ e(
|
|
1733
|
-
|
|
1733
|
+
P,
|
|
1734
1734
|
{
|
|
1735
1735
|
dataField: "tenantId",
|
|
1736
1736
|
dataType: "text",
|
|
@@ -1741,41 +1741,41 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1741
1741
|
}
|
|
1742
1742
|
),
|
|
1743
1743
|
/* @__PURE__ */ e(
|
|
1744
|
-
|
|
1744
|
+
P,
|
|
1745
1745
|
{
|
|
1746
1746
|
dataField: "expirationDate",
|
|
1747
1747
|
dataType: "text",
|
|
1748
1748
|
size: 240,
|
|
1749
1749
|
header: "Validade",
|
|
1750
|
-
render: (
|
|
1751
|
-
if (!
|
|
1752
|
-
return /* @__PURE__ */ e(
|
|
1753
|
-
const
|
|
1754
|
-
|
|
1755
|
-
const
|
|
1756
|
-
|
|
1757
|
-
const
|
|
1758
|
-
let
|
|
1759
|
-
|
|
1760
|
-
const
|
|
1761
|
-
return /* @__PURE__ */ e(
|
|
1750
|
+
render: (L) => {
|
|
1751
|
+
if (!L.row.expirationDate)
|
|
1752
|
+
return /* @__PURE__ */ e(d, { c: "dimmed", children: "Sem expiração" });
|
|
1753
|
+
const Z = /* @__PURE__ */ new Date();
|
|
1754
|
+
Z.setHours(0, 0, 0, 0);
|
|
1755
|
+
const E = new Date(L.row.expirationDate);
|
|
1756
|
+
E.setHours(0, 0, 0, 0);
|
|
1757
|
+
const O = E.getTime() - Z.getTime(), F = Math.ceil(O / (1e3 * 60 * 60 * 24));
|
|
1758
|
+
let ve = Math.max(0, Math.min(100, F / 365 * 100)), x = "green", R = "";
|
|
1759
|
+
F < 0 ? (x = "red", ve = 100, R = `Vencido há ${Math.abs(F)} dia${Math.abs(F) !== 1 ? "s" : ""}`) : F === 0 ? (x = "red", ve = 5, R = "Vence hoje") : F <= 7 ? (x = "red", R = `${F} dia${F !== 1 ? "s" : ""}`) : F <= 30 ? (x = "orange", R = `${F} dias`) : F <= 90 ? (x = "yellow", R = `${F} dias`) : (x = "green", R = `${F} dias`);
|
|
1760
|
+
const B = F < 0 ? `Vencido em ${E.toLocaleDateString()}` : `Expira em ${E.toLocaleDateString()}`;
|
|
1761
|
+
return /* @__PURE__ */ e(Re, { label: B, withArrow: !0, children: /* @__PURE__ */ r(N, { gap: "xs", wrap: "nowrap", children: [
|
|
1762
1762
|
/* @__PURE__ */ e(
|
|
1763
|
-
|
|
1763
|
+
Ba,
|
|
1764
1764
|
{
|
|
1765
1765
|
size: 36,
|
|
1766
1766
|
thickness: 4,
|
|
1767
1767
|
roundCaps: !0,
|
|
1768
|
-
sections: [{ value:
|
|
1768
|
+
sections: [{ value: F < 0 ? 100 : ve, color: x }]
|
|
1769
1769
|
}
|
|
1770
1770
|
),
|
|
1771
|
-
/* @__PURE__ */ e(
|
|
1771
|
+
/* @__PURE__ */ e(d, { size: "sm", c: F < 0 ? "red" : void 0, fw: F <= 7 ? 600 : void 0, children: R })
|
|
1772
1772
|
] }) });
|
|
1773
1773
|
},
|
|
1774
1774
|
inputFilterType: "text"
|
|
1775
1775
|
}
|
|
1776
1776
|
),
|
|
1777
1777
|
/* @__PURE__ */ e(
|
|
1778
|
-
|
|
1778
|
+
P,
|
|
1779
1779
|
{
|
|
1780
1780
|
dataField: "activated",
|
|
1781
1781
|
dataType: "boolean",
|
|
@@ -1784,7 +1784,7 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1784
1784
|
}
|
|
1785
1785
|
),
|
|
1786
1786
|
/* @__PURE__ */ e(
|
|
1787
|
-
|
|
1787
|
+
P,
|
|
1788
1788
|
{
|
|
1789
1789
|
dataField: "revoked",
|
|
1790
1790
|
dataType: "boolean",
|
|
@@ -1792,23 +1792,23 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1792
1792
|
inputFilterType: "checkbox"
|
|
1793
1793
|
}
|
|
1794
1794
|
)
|
|
1795
|
-
] }),
|
|
1796
|
-
|
|
1797
|
-
},
|
|
1798
|
-
|
|
1799
|
-
`${
|
|
1800
|
-
`${
|
|
1795
|
+
] }), v = () => {
|
|
1796
|
+
n.insert(cr.newInstance()), n && !s.isDataSourceV2 && s.v1State.forceUpdate(), f("apiToken");
|
|
1797
|
+
}, C = () => {
|
|
1798
|
+
w.getCurrentRecord() && pe.showConfirmDialogYesNo(
|
|
1799
|
+
`${g().t("archbase:Confirme")}`,
|
|
1800
|
+
`${g().t("archbase:Deseja revogar o token de API do usuário ")}${w.getCurrentRecord().user.name} ?`,
|
|
1801
1801
|
async () => {
|
|
1802
|
-
await
|
|
1803
|
-
|
|
1804
|
-
`${
|
|
1805
|
-
`${
|
|
1806
|
-
),
|
|
1807
|
-
}).catch((
|
|
1808
|
-
|
|
1809
|
-
`${
|
|
1810
|
-
|
|
1811
|
-
|
|
1802
|
+
await I.revoke(w.getCurrentRecord().token).then(async () => {
|
|
1803
|
+
te.showSuccess(
|
|
1804
|
+
`${g().t("mentors:Informação")}`,
|
|
1805
|
+
`${g().t("mentors:Token de API revogado com sucesso!")}`
|
|
1806
|
+
), w.refreshData(), w && !h.isDataSourceV2 && h.v1State.forceUpdate();
|
|
1807
|
+
}).catch((L) => {
|
|
1808
|
+
pe.showErrorWithDetails(
|
|
1809
|
+
`${g().t("mentors:Atenção")}`,
|
|
1810
|
+
ge(L),
|
|
1811
|
+
Me(L)
|
|
1812
1812
|
);
|
|
1813
1813
|
});
|
|
1814
1814
|
},
|
|
@@ -1816,46 +1816,46 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1816
1816
|
}
|
|
1817
1817
|
);
|
|
1818
1818
|
}, z = () => {
|
|
1819
|
-
|
|
1820
|
-
},
|
|
1821
|
-
const
|
|
1822
|
-
if (
|
|
1819
|
+
f("");
|
|
1820
|
+
}, b = async (L, Z) => {
|
|
1821
|
+
const E = n.getCurrentRecord();
|
|
1822
|
+
if (E)
|
|
1823
1823
|
try {
|
|
1824
|
-
if (
|
|
1825
|
-
|
|
1826
|
-
`${
|
|
1827
|
-
`${
|
|
1824
|
+
if (n.validate(), !E.user || !E.user.email) {
|
|
1825
|
+
pe.showErrorWithDetails(
|
|
1826
|
+
`${g().t("archbase:WARNING")}`,
|
|
1827
|
+
`${g().t("archbase:Selecione um usuário para o token de API")}`,
|
|
1828
1828
|
""
|
|
1829
1829
|
);
|
|
1830
1830
|
return;
|
|
1831
1831
|
}
|
|
1832
|
-
await
|
|
1833
|
-
|
|
1834
|
-
`${
|
|
1835
|
-
`${
|
|
1836
|
-
),
|
|
1837
|
-
}).catch((
|
|
1838
|
-
|
|
1839
|
-
`${
|
|
1840
|
-
|
|
1841
|
-
|
|
1832
|
+
await I.create(E.user.email, E.expirationDate, E.name, E.description).then(async (O) => {
|
|
1833
|
+
n.cancel(), n && !s.isDataSourceV2 && s.v1State.forceUpdate(), w.append(O), w && !h.isDataSourceV2 && h.v1State.forceUpdate(), te.showSuccess(
|
|
1834
|
+
`${g().t("mentors:Informação")}`,
|
|
1835
|
+
`${g().t("mentors:Token de API gerado com sucesso!")}`
|
|
1836
|
+
), Z && Z(!0);
|
|
1837
|
+
}).catch((O) => {
|
|
1838
|
+
pe.showErrorWithDetails(
|
|
1839
|
+
`${g().t("mentors:Atenção")}`,
|
|
1840
|
+
ge(O),
|
|
1841
|
+
Me(O)
|
|
1842
1842
|
);
|
|
1843
1843
|
});
|
|
1844
|
-
} catch (
|
|
1845
|
-
|
|
1846
|
-
`${
|
|
1847
|
-
|
|
1848
|
-
|
|
1844
|
+
} catch (O) {
|
|
1845
|
+
pe.showErrorWithDetails(
|
|
1846
|
+
`${g().t("mentors:Atenção")}`,
|
|
1847
|
+
ge(O),
|
|
1848
|
+
Me(O)
|
|
1849
1849
|
);
|
|
1850
1850
|
}
|
|
1851
1851
|
};
|
|
1852
|
-
return /* @__PURE__ */
|
|
1852
|
+
return /* @__PURE__ */ r(_, { p: "md", style: { height: a, display: "flex", flexDirection: "column" }, children: [
|
|
1853
1853
|
/* @__PURE__ */ e(
|
|
1854
|
-
|
|
1854
|
+
_,
|
|
1855
1855
|
{
|
|
1856
1856
|
withBorder: !0,
|
|
1857
1857
|
style: {
|
|
1858
|
-
height:
|
|
1858
|
+
height: l,
|
|
1859
1859
|
display: "flex",
|
|
1860
1860
|
width: "100%",
|
|
1861
1861
|
flex: 1,
|
|
@@ -1863,46 +1863,46 @@ function Jr({ height: a = "400px", width: r = "100%" }) {
|
|
|
1863
1863
|
overflow: "auto"
|
|
1864
1864
|
},
|
|
1865
1865
|
children: /* @__PURE__ */ e(
|
|
1866
|
-
|
|
1866
|
+
wa,
|
|
1867
1867
|
{
|
|
1868
|
-
gridRef:
|
|
1868
|
+
gridRef: S,
|
|
1869
1869
|
printTitle: "Tokens de API",
|
|
1870
1870
|
width: "100%",
|
|
1871
1871
|
height: "100%",
|
|
1872
1872
|
withBorder: !1,
|
|
1873
|
-
dataSource:
|
|
1873
|
+
dataSource: w,
|
|
1874
1874
|
withColumnBorders: !0,
|
|
1875
1875
|
striped: !0,
|
|
1876
1876
|
enableTopToolbar: !0,
|
|
1877
1877
|
enableRowActions: !1,
|
|
1878
1878
|
pageSize: 50,
|
|
1879
|
-
isLoading:
|
|
1880
|
-
isError: !!
|
|
1881
|
-
error:
|
|
1879
|
+
isLoading: D,
|
|
1880
|
+
isError: !!u,
|
|
1881
|
+
error: u,
|
|
1882
1882
|
enableGlobalFilter: !0,
|
|
1883
|
-
getRowId:
|
|
1884
|
-
toolbarLeftContent: /* @__PURE__ */ e(
|
|
1885
|
-
/* @__PURE__ */ e(
|
|
1886
|
-
/* @__PURE__ */ e(
|
|
1883
|
+
getRowId: T,
|
|
1884
|
+
toolbarLeftContent: /* @__PURE__ */ e(De, { justify: "space-between", style: { width: "50%" }, children: /* @__PURE__ */ r(N, { align: "start", gap: "2px", wrap: "nowrap", children: [
|
|
1885
|
+
/* @__PURE__ */ e(Y, { color: "green", leftSection: /* @__PURE__ */ e(xa, {}), onClick: v, children: g().t("archbase:New") }),
|
|
1886
|
+
/* @__PURE__ */ e(Y, { disabled: !w.getCurrentRecord(), color: "red", leftSection: /* @__PURE__ */ e(ra, {}), onClick: C, children: g().t("archbase:Revoke") })
|
|
1887
1887
|
] }) }),
|
|
1888
|
-
children:
|
|
1888
|
+
children: m
|
|
1889
1889
|
}
|
|
1890
1890
|
)
|
|
1891
1891
|
}
|
|
1892
1892
|
),
|
|
1893
|
-
|
|
1894
|
-
|
|
1893
|
+
A === "apiToken" ? /* @__PURE__ */ e(
|
|
1894
|
+
Sr,
|
|
1895
1895
|
{
|
|
1896
1896
|
onClickOk: z,
|
|
1897
1897
|
opened: !0,
|
|
1898
|
-
dataSource:
|
|
1899
|
-
onCustomSave:
|
|
1898
|
+
dataSource: n,
|
|
1899
|
+
onCustomSave: b,
|
|
1900
1900
|
onClickCancel: z
|
|
1901
1901
|
}
|
|
1902
1902
|
) : null
|
|
1903
1903
|
] });
|
|
1904
1904
|
}
|
|
1905
|
-
const
|
|
1905
|
+
const Le = (a) => {
|
|
1906
1906
|
switch (a) {
|
|
1907
1907
|
case "critical":
|
|
1908
1908
|
return "red";
|
|
@@ -1913,72 +1913,153 @@ const Ve = (a) => {
|
|
|
1913
1913
|
default:
|
|
1914
1914
|
return "gray";
|
|
1915
1915
|
}
|
|
1916
|
-
},
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1916
|
+
}, Er = ({ card: a, onOpen: t }) => {
|
|
1917
|
+
const o = !!(t && a.metric);
|
|
1918
|
+
return /* @__PURE__ */ e(
|
|
1919
|
+
_,
|
|
1920
|
+
{
|
|
1921
|
+
withBorder: !0,
|
|
1922
|
+
radius: "md",
|
|
1923
|
+
p: "sm",
|
|
1924
|
+
role: o ? "button" : void 0,
|
|
1925
|
+
tabIndex: o ? 0 : void 0,
|
|
1926
|
+
"aria-label": o ? `Ver os itens de ${a.label}` : void 0,
|
|
1927
|
+
onClick: o ? () => t?.(a) : void 0,
|
|
1928
|
+
onKeyDown: o ? (i) => {
|
|
1929
|
+
(i.key === "Enter" || i.key === " ") && (i.preventDefault(), t?.(a));
|
|
1930
|
+
} : void 0,
|
|
1931
|
+
style: {
|
|
1932
|
+
borderLeft: `3px solid var(--mantine-color-${Le(a.severity)}-6)`,
|
|
1933
|
+
cursor: o ? "pointer" : void 0
|
|
1934
|
+
},
|
|
1935
|
+
children: /* @__PURE__ */ r(V, { gap: 4, children: [
|
|
1936
|
+
/* @__PURE__ */ r(N, { gap: 8, align: "baseline", wrap: "wrap", children: [
|
|
1937
|
+
/* @__PURE__ */ e(d, { fw: 600, size: "1.7rem", lh: 1.05, c: Le(a.severity), children: a.value }),
|
|
1938
|
+
a.of ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: a.of }) : null
|
|
1939
|
+
] }),
|
|
1940
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 550, children: a.label }),
|
|
1941
|
+
a.description ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", lh: 1.45, children: a.description }) : null
|
|
1942
|
+
] })
|
|
1943
|
+
}
|
|
1944
|
+
);
|
|
1945
|
+
}, Pr = ({ cards: a, onOpenCard: t }) => /* @__PURE__ */ e(Be, { cols: { base: 1, sm: 2, lg: 3, xl: 4 }, spacing: "xs", children: a.map((o, i) => /* @__PURE__ */ e(Er, { card: o, onOpen: t }, `${o.label}-${i}`)) }), Dr = ({ flags: a }) => /* @__PURE__ */ e(Be, { cols: { base: 1, sm: 2, lg: 4 }, spacing: "xs", children: a.map((t) => /* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "sm", children: /* @__PURE__ */ r(V, { gap: 3, children: [
|
|
1946
|
+
/* @__PURE__ */ e(d, { size: "10px", c: "dimmed", ff: "monospace", style: { wordBreak: "break-all" }, children: t.key }),
|
|
1947
|
+
/* @__PURE__ */ r(N, { gap: 7, wrap: "nowrap", children: [
|
|
1948
|
+
/* @__PURE__ */ e(j, { size: "xs", circle: !0, color: Le(t.severity) }),
|
|
1949
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 550, children: t.value })
|
|
1928
1950
|
] }),
|
|
1929
|
-
|
|
1930
|
-
] }) },
|
|
1931
|
-
/* @__PURE__ */ e(
|
|
1932
|
-
/* @__PURE__ */ e(
|
|
1933
|
-
] }, `${
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
/* @__PURE__ */ e(
|
|
1936
|
-
|
|
1951
|
+
t.description ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", lh: 1.4, children: t.description }) : null
|
|
1952
|
+
] }) }, t.key)) }), Fr = ({ attributes: a }) => /* @__PURE__ */ e(V, { gap: 7, children: a.map((t, o) => /* @__PURE__ */ r(N, { gap: 12, wrap: "nowrap", justify: "space-between", children: [
|
|
1953
|
+
/* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: t.label }),
|
|
1954
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 600, ta: "right", children: t.value })
|
|
1955
|
+
] }, `${t.label}-${o}`)) }), be = ({ title: a, hint: t, children: o }) => /* @__PURE__ */ r(V, { gap: "xs", children: [
|
|
1956
|
+
/* @__PURE__ */ r(N, { gap: 10, align: "baseline", wrap: "wrap", children: [
|
|
1957
|
+
/* @__PURE__ */ e(d, { size: "xs", fw: 650, tt: "uppercase", style: { letterSpacing: ".05em" }, children: a }),
|
|
1958
|
+
t ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: t }) : null
|
|
1937
1959
|
] }),
|
|
1938
|
-
|
|
1939
|
-
] }),
|
|
1940
|
-
const
|
|
1960
|
+
o
|
|
1961
|
+
] }), Nr = 25, Or = ({ card: a, onClose: t }) => {
|
|
1962
|
+
const o = J(
|
|
1963
|
+
Q.SecurityDiagnostics
|
|
1964
|
+
), [i, p] = k([]), [u, c] = k(1), [I, A] = k(1), [f, S] = k(0), [T, n] = k(!1), [s, w] = k(null), D = a?.metric;
|
|
1965
|
+
return ee(() => {
|
|
1966
|
+
c(1);
|
|
1967
|
+
}, [D]), ee(() => {
|
|
1968
|
+
if (!D)
|
|
1969
|
+
return;
|
|
1970
|
+
let h = !1;
|
|
1971
|
+
return n(!0), w(null), o.getOverviewItems(D, u - 1, Nr).then((l) => {
|
|
1972
|
+
h || (p(l.content ?? []), S(l.totalElements ?? 0), A(Math.max(l.totalPages ?? 1, 1)));
|
|
1973
|
+
}).catch((l) => {
|
|
1974
|
+
h || w(l instanceof Error ? l.message : "Não foi possível carregar os itens.");
|
|
1975
|
+
}).finally(() => {
|
|
1976
|
+
h || n(!1);
|
|
1977
|
+
}), () => {
|
|
1978
|
+
h = !0;
|
|
1979
|
+
};
|
|
1980
|
+
}, [o, D, u]), /* @__PURE__ */ e(
|
|
1981
|
+
Wa,
|
|
1982
|
+
{
|
|
1983
|
+
opened: !!a,
|
|
1984
|
+
onClose: t,
|
|
1985
|
+
position: "right",
|
|
1986
|
+
size: "xl",
|
|
1987
|
+
title: /* @__PURE__ */ r(V, { gap: 2, children: [
|
|
1988
|
+
/* @__PURE__ */ e(d, { fw: 600, children: a?.label }),
|
|
1989
|
+
a?.description ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", lh: 1.4, children: a.description }) : null
|
|
1990
|
+
] }),
|
|
1991
|
+
children: /* @__PURE__ */ r(V, { gap: "sm", children: [
|
|
1992
|
+
/* @__PURE__ */ r(N, { gap: 8, children: [
|
|
1993
|
+
/* @__PURE__ */ r(j, { variant: "light", children: [
|
|
1994
|
+
f,
|
|
1995
|
+
" ",
|
|
1996
|
+
f === 1 ? "item" : "itens"
|
|
1997
|
+
] }),
|
|
1998
|
+
T ? /* @__PURE__ */ e(ce, { size: "xs" }) : null
|
|
1999
|
+
] }),
|
|
2000
|
+
s ? /* @__PURE__ */ e(fe, { color: "red", title: "Erro ao carregar", children: s }) : null,
|
|
2001
|
+
!T && !s && i.length === 0 ? /* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: "Nada aqui — o número é zero." }) : null,
|
|
2002
|
+
i.length > 0 ? /* @__PURE__ */ r(y, { striped: !0, highlightOnHover: !0, withTableBorder: !0, children: [
|
|
2003
|
+
/* @__PURE__ */ e(y.Thead, { children: /* @__PURE__ */ r(y.Tr, { children: [
|
|
2004
|
+
/* @__PURE__ */ e(y.Th, { children: "Item" }),
|
|
2005
|
+
/* @__PURE__ */ e(y.Th, { children: "Onde" }),
|
|
2006
|
+
/* @__PURE__ */ e(y.Th, { children: "Por que está aqui" })
|
|
2007
|
+
] }) }),
|
|
2008
|
+
/* @__PURE__ */ e(y.Tbody, { children: i.map((h) => /* @__PURE__ */ r(y.Tr, { children: [
|
|
2009
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ e(d, { size: "sm", fw: 550, children: h.label }) }),
|
|
2010
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: h.detail }) }),
|
|
2011
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ e(d, { size: "xs", children: h.reason }) })
|
|
2012
|
+
] }, h.id)) })
|
|
2013
|
+
] }) : null,
|
|
2014
|
+
I > 1 ? /* @__PURE__ */ e(N, { justify: "center", children: /* @__PURE__ */ e(qa, { value: u, onChange: c, total: I, size: "sm" }) }) : null
|
|
2015
|
+
] })
|
|
2016
|
+
}
|
|
2017
|
+
);
|
|
2018
|
+
}, $r = (a, t) => t > 0 ? ` · ${Math.round(a / t * 100)}%` : "", Vr = (a) => {
|
|
2019
|
+
const t = a.flags;
|
|
1941
2020
|
return [
|
|
1942
2021
|
{
|
|
1943
2022
|
key: "archbase.security.access.require-active",
|
|
1944
2023
|
label: "Filtro de ativo",
|
|
1945
|
-
value:
|
|
1946
|
-
severity:
|
|
1947
|
-
description:
|
|
2024
|
+
value: t.requireActive ? "Ligado" : "Desligado",
|
|
2025
|
+
severity: t.requireActive ? "ok" : "critical",
|
|
2026
|
+
description: t.requireActive ? "Permissão para ação inativa não decide." : "Permissão para ação inativa ainda decide."
|
|
1948
2027
|
},
|
|
1949
2028
|
{
|
|
1950
2029
|
key: "archbase.security.admin-endpoints.policy",
|
|
1951
2030
|
label: "Endpoints administrativos",
|
|
1952
|
-
value:
|
|
1953
|
-
severity:
|
|
1954
|
-
description:
|
|
2031
|
+
value: t.adminEndpointsPolicy,
|
|
2032
|
+
severity: t.adminEndpointsPolicy === "permit" ? "critical" : "ok",
|
|
2033
|
+
description: t.adminEndpointsPolicy === "permit" ? "permit = qualquer autenticado administra segurança." : "Restrito."
|
|
1955
2034
|
},
|
|
1956
2035
|
{
|
|
1957
2036
|
key: "ArchbaseRoleResolver",
|
|
1958
2037
|
label: "Resolver de papel",
|
|
1959
|
-
value:
|
|
1960
|
-
severity:
|
|
1961
|
-
description:
|
|
2038
|
+
value: t.roleResolverRegistered ? "Registrado" : "Ausente",
|
|
2039
|
+
severity: t.roleResolverRegistered ? "ok" : "warning",
|
|
2040
|
+
description: t.roleResolverRegistered ? "@RequireRole é avaliado." : "@RequireRole não restringe nada sem ele."
|
|
1962
2041
|
},
|
|
1963
2042
|
{
|
|
1964
2043
|
key: "scan",
|
|
1965
2044
|
label: "Varredura de capacidades",
|
|
1966
|
-
value:
|
|
1967
|
-
severity:
|
|
1968
|
-
description:
|
|
2045
|
+
value: t.scanConfigured ? "Configurada" : "Não configurada",
|
|
2046
|
+
severity: t.scanConfigured ? "ok" : "warning",
|
|
2047
|
+
description: t.scanConfigured ? "O catálogo se alimenta do código." : "O catálogo não se alimenta do código."
|
|
1969
2048
|
}
|
|
1970
2049
|
];
|
|
1971
|
-
},
|
|
2050
|
+
}, Mr = (a) => [
|
|
1972
2051
|
{
|
|
1973
2052
|
severity: "critical",
|
|
1974
2053
|
value: a.permissionsPointingToInactive,
|
|
1975
|
-
|
|
2054
|
+
metric: "PERMISSIONS_POINTING_TO_INACTIVE",
|
|
2055
|
+
of: `de ${a.permissions}${$r(a.permissionsPointingToInactive, a.permissions)}`,
|
|
1976
2056
|
label: "Permissões inertes",
|
|
1977
2057
|
description: "Apontam para ação ou recurso inativo. É o acesso que o operador acredita ter concedido."
|
|
1978
2058
|
},
|
|
1979
2059
|
{
|
|
1980
2060
|
severity: "warning",
|
|
1981
2061
|
value: a.administrators,
|
|
2062
|
+
metric: "ADMINISTRATORS",
|
|
1982
2063
|
of: `de ${a.users} usuários`,
|
|
1983
2064
|
label: "Administradores",
|
|
1984
2065
|
description: "Passam direto pelo portão GRANT. Nada configurado nesta tela se aplica a eles."
|
|
@@ -1986,6 +2067,7 @@ const Ve = (a) => {
|
|
|
1986
2067
|
{
|
|
1987
2068
|
severity: "warning",
|
|
1988
2069
|
value: a.actionsInactive,
|
|
2070
|
+
metric: "ACTIONS_INACTIVE",
|
|
1989
2071
|
of: `de ${a.actions} ações`,
|
|
1990
2072
|
label: "Ações inativas",
|
|
1991
2073
|
description: "Capacidades do catálogo que não valem. São a origem das permissões inertes."
|
|
@@ -1993,6 +2075,7 @@ const Ve = (a) => {
|
|
|
1993
2075
|
{
|
|
1994
2076
|
severity: "warning",
|
|
1995
2077
|
value: a.apiResourcesInactive,
|
|
2078
|
+
metric: "API_RESOURCES_INACTIVE",
|
|
1996
2079
|
of: `de ${a.apiResources} recursos API`,
|
|
1997
2080
|
label: "Recursos API desativados",
|
|
1998
2081
|
description: "Desativados pela varredura por não terem @HasPermission correspondente."
|
|
@@ -2000,6 +2083,7 @@ const Ve = (a) => {
|
|
|
2000
2083
|
{
|
|
2001
2084
|
severity: "neutral",
|
|
2002
2085
|
value: a.resourcesWithoutAction,
|
|
2086
|
+
metric: "RESOURCES_WITHOUT_ACTION",
|
|
2003
2087
|
of: `de ${a.resources} recursos`,
|
|
2004
2088
|
label: "Recursos sem ação",
|
|
2005
2089
|
description: "Telas ainda não abertas neste tenant. Indicador operacional, não alerta."
|
|
@@ -2007,323 +2091,750 @@ const Ve = (a) => {
|
|
|
2007
2091
|
{
|
|
2008
2092
|
severity: "warning",
|
|
2009
2093
|
value: a.actionsWithoutPermission,
|
|
2094
|
+
metric: "ACTIONS_WITHOUT_PERMISSION",
|
|
2010
2095
|
of: "ações",
|
|
2011
2096
|
label: "Ninguém tem",
|
|
2012
2097
|
description: "Capacidade existe no catálogo e não foi concedida a ninguém."
|
|
2013
2098
|
}
|
|
2014
|
-
],
|
|
2015
|
-
const
|
|
2099
|
+
], pa = ({ slots: a, onError: t }) => {
|
|
2100
|
+
const o = J(
|
|
2016
2101
|
Q.SecurityDiagnostics
|
|
2017
|
-
), [i,
|
|
2018
|
-
|
|
2019
|
-
let
|
|
2020
|
-
return
|
|
2021
|
-
|
|
2022
|
-
}).catch((
|
|
2023
|
-
if (
|
|
2024
|
-
const D =
|
|
2025
|
-
|
|
2102
|
+
), [i, p] = k(void 0), [u, c] = k(!0), [I, A] = k(void 0), [f, S] = k(null);
|
|
2103
|
+
ee(() => {
|
|
2104
|
+
let s = !0;
|
|
2105
|
+
return c(!0), o.getOverview().then((w) => {
|
|
2106
|
+
s && (p(w), A(void 0));
|
|
2107
|
+
}).catch((w) => {
|
|
2108
|
+
if (s) {
|
|
2109
|
+
const D = ge(w);
|
|
2110
|
+
A(D), t?.(D);
|
|
2026
2111
|
}
|
|
2027
2112
|
}).finally(() => {
|
|
2028
|
-
|
|
2113
|
+
s && c(!1);
|
|
2029
2114
|
}), () => {
|
|
2030
|
-
|
|
2115
|
+
s = !1;
|
|
2031
2116
|
};
|
|
2032
|
-
}, [
|
|
2033
|
-
const
|
|
2034
|
-
() => i ? [...
|
|
2117
|
+
}, [o]);
|
|
2118
|
+
const T = ie(
|
|
2119
|
+
() => i ? [...Vr(i), ...a?.additionalFlags?.(i) ?? []] : [],
|
|
2035
2120
|
[i, a]
|
|
2036
|
-
),
|
|
2037
|
-
() => i ? [...
|
|
2121
|
+
), n = ie(
|
|
2122
|
+
() => i ? [...Mr(i), ...a?.additionalOverviewCards?.(i) ?? []] : [],
|
|
2038
2123
|
[i, a]
|
|
2039
2124
|
);
|
|
2040
|
-
return
|
|
2041
|
-
/* @__PURE__ */
|
|
2042
|
-
/* @__PURE__ */ e(
|
|
2043
|
-
/* @__PURE__ */ e(
|
|
2125
|
+
return u ? /* @__PURE__ */ e(ce, { size: "sm" }) : I ? /* @__PURE__ */ e(fe, { color: "red", title: "Não foi possível ler o diagnóstico", children: I }) : i ? /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
2126
|
+
/* @__PURE__ */ r(be, { title: "Proteções", hint: "de AccessOverview.flags", children: [
|
|
2127
|
+
/* @__PURE__ */ e(Dr, { flags: T }),
|
|
2128
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", lh: 1.45, children: "Todas nascem com o padrão compatível — ligadas só quando alguém decide." })
|
|
2044
2129
|
] }),
|
|
2045
|
-
/* @__PURE__ */ e(
|
|
2046
|
-
a?.afterOverview?.(i)
|
|
2130
|
+
/* @__PURE__ */ e(be, { title: "Catálogo e concessões", hint: "contagens vivas", children: /* @__PURE__ */ e(Pr, { cards: n, onOpenCard: S }) }),
|
|
2131
|
+
a?.afterOverview?.(i),
|
|
2132
|
+
/* @__PURE__ */ e(Or, { card: f, onClose: () => S(null) })
|
|
2047
2133
|
] }) : null;
|
|
2048
|
-
},
|
|
2134
|
+
}, ma = {
|
|
2049
2135
|
EFFECTIVE: { label: "Efetiva", color: "green" },
|
|
2050
2136
|
INERT: { label: "Inerte", color: "orange" },
|
|
2051
2137
|
DENIED: { label: "Negada", color: "red" }
|
|
2052
|
-
},
|
|
2138
|
+
}, Gr = { GROUP: "grupo", PROFILE: "perfil", USER: "direto" }, Lr = [
|
|
2053
2139
|
{ value: "all", label: "Todas" },
|
|
2054
2140
|
{ value: "EFFECTIVE", label: "Só efetivas" },
|
|
2055
2141
|
{ value: "INERT", label: "Só inertes" },
|
|
2056
2142
|
{ value: "DENIED", label: "Negadas" },
|
|
2057
2143
|
{ value: "inherited", label: "Só herdadas" }
|
|
2058
|
-
],
|
|
2059
|
-
const
|
|
2144
|
+
], Ur = ({ slots: a, onError: t, userId: o }) => {
|
|
2145
|
+
const i = J(
|
|
2060
2146
|
Q.SecurityDiagnostics
|
|
2061
|
-
), [
|
|
2062
|
-
async (
|
|
2063
|
-
const
|
|
2064
|
-
if (
|
|
2065
|
-
|
|
2147
|
+
), [p, u] = k(""), [c, I] = k(void 0), [A, f] = k(!1), [S, T] = k(void 0), [n, s] = k("all"), w = !!o, D = oe(
|
|
2148
|
+
async (v) => {
|
|
2149
|
+
const C = v.trim();
|
|
2150
|
+
if (C) {
|
|
2151
|
+
f(!0), T(void 0);
|
|
2066
2152
|
try {
|
|
2067
|
-
const
|
|
2068
|
-
|
|
2069
|
-
} catch (
|
|
2070
|
-
const
|
|
2071
|
-
|
|
2153
|
+
const z = C.includes("@") ? await i.getEffectiveAccessByEmail(C) : await i.getEffectiveAccessByUserId(C);
|
|
2154
|
+
I(z);
|
|
2155
|
+
} catch (z) {
|
|
2156
|
+
const b = ge(z);
|
|
2157
|
+
T(b), t?.(b), I(void 0);
|
|
2072
2158
|
} finally {
|
|
2073
|
-
|
|
2159
|
+
f(!1);
|
|
2074
2160
|
}
|
|
2075
2161
|
}
|
|
2076
2162
|
},
|
|
2077
|
-
[
|
|
2078
|
-
),
|
|
2079
|
-
{ label: "Perfil", value:
|
|
2080
|
-
{ label: "Grupos", value:
|
|
2081
|
-
...a?.userAttributes?.(
|
|
2082
|
-
] : [], [
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2163
|
+
[i, t]
|
|
2164
|
+
), h = ie(() => c ? [
|
|
2165
|
+
{ label: "Perfil", value: c.profileName || "—" },
|
|
2166
|
+
{ label: "Grupos", value: c.groupNames.length ? c.groupNames.join(", ") : "—" },
|
|
2167
|
+
...a?.userAttributes?.(c) ?? []
|
|
2168
|
+
] : [], [c, a]), l = ie(() => c ? n === "all" ? c.capabilities : n === "inherited" ? c.capabilities.filter((v) => v.grantedByType !== "USER") : c.capabilities.filter((v) => v.situation === n) : [], [c, n]);
|
|
2169
|
+
ee(() => {
|
|
2170
|
+
o && (s("all"), D(o));
|
|
2171
|
+
}, [o, D]);
|
|
2172
|
+
const m = a?.additionalCapabilityColumns ?? [];
|
|
2173
|
+
return /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
2174
|
+
w ? null : /* @__PURE__ */ e(be, { title: "Consultar", hint: "por e-mail ou id do usuário", children: a?.renderUserSearch ? a.renderUserSearch((v) => {
|
|
2175
|
+
u(v), D(v);
|
|
2176
|
+
}) : /* @__PURE__ */ r(N, { gap: "xs", align: "flex-end", children: [
|
|
2087
2177
|
/* @__PURE__ */ e(
|
|
2088
|
-
|
|
2178
|
+
me,
|
|
2089
2179
|
{
|
|
2090
2180
|
style: { flex: 1, minWidth: 240 },
|
|
2091
2181
|
label: "Usuário",
|
|
2092
2182
|
placeholder: "pessoa@empresa.com.br",
|
|
2093
|
-
value:
|
|
2094
|
-
onChange: (
|
|
2095
|
-
onKeyDown: (
|
|
2096
|
-
|
|
2183
|
+
value: p,
|
|
2184
|
+
onChange: (v) => u(v.currentTarget.value),
|
|
2185
|
+
onKeyDown: (v) => {
|
|
2186
|
+
v.key === "Enter" && D(p);
|
|
2097
2187
|
}
|
|
2098
2188
|
}
|
|
2099
2189
|
),
|
|
2100
|
-
/* @__PURE__ */ e(
|
|
2190
|
+
/* @__PURE__ */ e(Y, { onClick: () => void D(p), loading: A, children: "Consultar" })
|
|
2101
2191
|
] }) }),
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
/* @__PURE__ */ e(
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */ e(
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
a?.afterUserBadges?.(
|
|
2192
|
+
S ? /* @__PURE__ */ e(fe, { color: "red", title: "Não foi possível ler o efetivo", children: S }) : null,
|
|
2193
|
+
A && !c ? /* @__PURE__ */ e(ce, { size: "sm" }) : null,
|
|
2194
|
+
c ? /* @__PURE__ */ r(Pe, { children: [
|
|
2195
|
+
/* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "md", children: /* @__PURE__ */ r(V, { gap: "sm", children: [
|
|
2196
|
+
/* @__PURE__ */ r(N, { gap: 8, wrap: "wrap", align: "center", children: [
|
|
2197
|
+
/* @__PURE__ */ e(d, { fw: 620, children: c.userLabel }),
|
|
2198
|
+
c.administrator ? /* @__PURE__ */ e(j, { color: "red", children: "administrador" }) : null,
|
|
2199
|
+
c.enabled ? null : /* @__PURE__ */ e(j, { color: "red", children: "conta desativada" }),
|
|
2200
|
+
a?.afterUserBadges?.(c)
|
|
2111
2201
|
] }),
|
|
2112
|
-
/* @__PURE__ */ e(
|
|
2202
|
+
/* @__PURE__ */ e(Fr, { attributes: h })
|
|
2113
2203
|
] }) }),
|
|
2114
|
-
|
|
2204
|
+
c.administrator ? /* @__PURE__ */ r(fe, { color: "orange", title: "Administrador passa direto", children: [
|
|
2115
2205
|
"O portão GRANT concede sem consultar o catálogo. A lista abaixo vir vazia não é falta de dado — é o atalho que a flag ",
|
|
2116
2206
|
/* @__PURE__ */ e("code", { children: "isAdministrator" }),
|
|
2117
2207
|
" representa."
|
|
2118
2208
|
] }) : null,
|
|
2119
|
-
/* @__PURE__ */ e(
|
|
2120
|
-
["concedidas",
|
|
2121
|
-
["efetivas",
|
|
2122
|
-
["inertes",
|
|
2123
|
-
["negadas",
|
|
2124
|
-
].map(([
|
|
2125
|
-
/* @__PURE__ */ e(
|
|
2126
|
-
/* @__PURE__ */ e(
|
|
2127
|
-
] }) },
|
|
2128
|
-
a?.afterEffectiveTally?.(
|
|
2129
|
-
/* @__PURE__ */
|
|
2130
|
-
/* @__PURE__ */ e(
|
|
2131
|
-
/* @__PURE__ */ e(
|
|
2132
|
-
/* @__PURE__ */ e(
|
|
2133
|
-
/* @__PURE__ */ e(
|
|
2134
|
-
/* @__PURE__ */ e(
|
|
2135
|
-
/* @__PURE__ */ e(
|
|
2136
|
-
|
|
2209
|
+
/* @__PURE__ */ e(Be, { cols: { base: 2, sm: 4 }, spacing: "xs", children: [
|
|
2210
|
+
["concedidas", c.granted, "neutral"],
|
|
2211
|
+
["efetivas", c.effective, "ok"],
|
|
2212
|
+
["inertes", c.inert, "warning"],
|
|
2213
|
+
["negadas", c.denied, "critical"]
|
|
2214
|
+
].map(([v, C, z]) => /* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "sm", children: /* @__PURE__ */ r(V, { gap: 2, children: [
|
|
2215
|
+
/* @__PURE__ */ e(d, { size: "1.3rem", fw: 620, c: Le(z), children: C }),
|
|
2216
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: v })
|
|
2217
|
+
] }) }, v)) }),
|
|
2218
|
+
a?.afterEffectiveTally?.(c),
|
|
2219
|
+
/* @__PURE__ */ r(be, { title: "Capacidades", hint: `${l.length} de ${c.capabilities.length}`, children: [
|
|
2220
|
+
/* @__PURE__ */ e(sa.Group, { multiple: !1, value: n, onChange: (v) => s(v), children: /* @__PURE__ */ e(N, { gap: 6, children: Lr.map((v) => /* @__PURE__ */ e(sa, { value: v.value, size: "xs", variant: "outline", children: v.label }, v.value)) }) }),
|
|
2221
|
+
/* @__PURE__ */ e(y.ScrollContainer, { minWidth: 640, children: /* @__PURE__ */ r(y, { striped: !0, highlightOnHover: !0, withTableBorder: !0, children: [
|
|
2222
|
+
/* @__PURE__ */ e(y.Thead, { children: /* @__PURE__ */ r(y.Tr, { children: [
|
|
2223
|
+
/* @__PURE__ */ e(y.Th, { children: "Capacidade" }),
|
|
2224
|
+
/* @__PURE__ */ e(y.Th, { children: "Origem" }),
|
|
2225
|
+
/* @__PURE__ */ e(y.Th, { children: "Situação" }),
|
|
2226
|
+
m.map((v) => /* @__PURE__ */ e(y.Th, { children: v.header }, v.header))
|
|
2137
2227
|
] }) }),
|
|
2138
|
-
/* @__PURE__ */
|
|
2139
|
-
|
|
2140
|
-
/* @__PURE__ */ e(
|
|
2141
|
-
|
|
2228
|
+
/* @__PURE__ */ r(y.Tbody, { children: [
|
|
2229
|
+
l.map((v, C) => /* @__PURE__ */ r(y.Tr, { children: [
|
|
2230
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ r(d, { size: "sm", ff: "monospace", children: [
|
|
2231
|
+
v.resource,
|
|
2142
2232
|
":",
|
|
2143
|
-
|
|
2233
|
+
v.action
|
|
2144
2234
|
] }) }),
|
|
2145
|
-
/* @__PURE__ */ e(
|
|
2146
|
-
/* @__PURE__ */
|
|
2147
|
-
|
|
2235
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ r(d, { size: "sm", children: [
|
|
2236
|
+
/* @__PURE__ */ r(d, { span: !0, c: "dimmed", children: [
|
|
2237
|
+
Gr[v.grantedByType] ?? v.grantedByType,
|
|
2148
2238
|
" "
|
|
2149
2239
|
] }),
|
|
2150
|
-
|
|
2240
|
+
v.grantedByName
|
|
2151
2241
|
] }) }),
|
|
2152
|
-
/* @__PURE__ */ e(
|
|
2153
|
-
|
|
2154
|
-
] }, `${
|
|
2155
|
-
|
|
2242
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ e(j, { color: ma[v.situation].color, variant: "light", children: ma[v.situation].label }) }),
|
|
2243
|
+
m.map((z) => /* @__PURE__ */ e(y.Td, { children: z.render(v, c) }, z.header))
|
|
2244
|
+
] }, `${v.resource}:${v.action}:${C}`)),
|
|
2245
|
+
l.length === 0 ? /* @__PURE__ */ e(y.Tr, { children: /* @__PURE__ */ e(y.Td, { colSpan: 3 + m.length, children: /* @__PURE__ */ e(d, { size: "sm", c: "dimmed", ta: "center", py: "md", children: "Nenhuma capacidade neste filtro." }) }) }) : null
|
|
2156
2246
|
] })
|
|
2157
2247
|
] }) })
|
|
2158
2248
|
] })
|
|
2159
2249
|
] }) : null
|
|
2160
2250
|
] });
|
|
2161
|
-
},
|
|
2251
|
+
}, Br = [
|
|
2162
2252
|
{ gate: "IDENTITY", titulo: "Identidade", papel: "só nega", pergunta: "O principal é resolvível e a conta está ativa?" },
|
|
2163
2253
|
{ gate: "SCOPE", titulo: "Escopo", papel: "só nega", pergunta: "A concessão vale para o tenant, empresa e projeto pedidos?" },
|
|
2164
2254
|
{ gate: "RESTRICTION", titulo: "Restrições", papel: "só nega", pergunta: "Perfil, papel e persona exigidos pela anotação." },
|
|
2165
2255
|
{ gate: "LEVEL", titulo: "Nível", papel: "só nega", pergunta: "O nível da pessoa alcança o piso da capacidade?" },
|
|
2166
2256
|
{ gate: "GRANT", titulo: "Concessão", papel: "concede", pergunta: "Existe permissão, sem negação explícita?" }
|
|
2167
|
-
],
|
|
2168
|
-
const
|
|
2257
|
+
], Wr = ({ slots: a, onError: t, initial: o }) => {
|
|
2258
|
+
const i = J(
|
|
2169
2259
|
Q.SecurityDiagnostics
|
|
2170
|
-
), [
|
|
2171
|
-
|
|
2172
|
-
|
|
2260
|
+
), [p, u] = k(""), [c, I] = k(""), [A, f] = k(""), [S, T] = k({}), [n, s] = k(void 0), [w, D] = k(!1), [h, l] = k(void 0);
|
|
2261
|
+
ee(() => {
|
|
2262
|
+
o && (o.userId && u(o.userId), o.resource && I(o.resource), o.action && f(o.action), s(void 0));
|
|
2263
|
+
}, [o?.userId, o?.resource, o?.action]);
|
|
2264
|
+
const m = oe(async () => {
|
|
2265
|
+
if (!(!p.trim() || !c.trim() || !A.trim())) {
|
|
2266
|
+
D(!0), l(void 0);
|
|
2173
2267
|
try {
|
|
2174
|
-
const
|
|
2175
|
-
...
|
|
2176
|
-
resource:
|
|
2177
|
-
action:
|
|
2178
|
-
companyId:
|
|
2179
|
-
projectId:
|
|
2268
|
+
const C = p.trim(), z = await i.simulate({
|
|
2269
|
+
...C.includes("@") ? { email: C } : { userId: C },
|
|
2270
|
+
resource: c.trim(),
|
|
2271
|
+
action: A.trim(),
|
|
2272
|
+
companyId: S.companyId,
|
|
2273
|
+
projectId: S.projectId
|
|
2180
2274
|
});
|
|
2181
|
-
|
|
2182
|
-
} catch (
|
|
2183
|
-
const
|
|
2184
|
-
|
|
2275
|
+
s(z);
|
|
2276
|
+
} catch (C) {
|
|
2277
|
+
const z = ge(C);
|
|
2278
|
+
l(z), t?.(z), s(void 0);
|
|
2185
2279
|
} finally {
|
|
2186
|
-
|
|
2280
|
+
D(!1);
|
|
2187
2281
|
}
|
|
2188
2282
|
}
|
|
2189
|
-
}, [
|
|
2190
|
-
const
|
|
2191
|
-
return
|
|
2283
|
+
}, [i, p, c, A, S, t]), v = (C, z) => {
|
|
2284
|
+
const b = z.chain?.find((K) => K.gate === C);
|
|
2285
|
+
return b ? b.passed ? "passou" : "negou" : "nao-avaliado";
|
|
2192
2286
|
};
|
|
2193
|
-
return /* @__PURE__ */
|
|
2194
|
-
/* @__PURE__ */ e(
|
|
2195
|
-
/* @__PURE__ */
|
|
2287
|
+
return /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
2288
|
+
/* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "md", children: /* @__PURE__ */ r(V, { gap: "sm", children: [
|
|
2289
|
+
/* @__PURE__ */ r(Be, { cols: { base: 1, sm: 2, lg: 4 }, spacing: "xs", children: [
|
|
2196
2290
|
/* @__PURE__ */ e(
|
|
2197
|
-
|
|
2291
|
+
me,
|
|
2198
2292
|
{
|
|
2199
2293
|
label: "Usuário",
|
|
2200
2294
|
placeholder: "e-mail ou id",
|
|
2201
|
-
value:
|
|
2202
|
-
onChange: (
|
|
2295
|
+
value: p,
|
|
2296
|
+
onChange: (C) => u(C.currentTarget.value)
|
|
2203
2297
|
}
|
|
2204
2298
|
),
|
|
2205
2299
|
/* @__PURE__ */ e(
|
|
2206
|
-
|
|
2300
|
+
me,
|
|
2207
2301
|
{
|
|
2208
2302
|
label: "Recurso",
|
|
2209
2303
|
placeholder: "tms.ordemservico",
|
|
2210
|
-
value:
|
|
2211
|
-
onChange: (
|
|
2304
|
+
value: c,
|
|
2305
|
+
onChange: (C) => I(C.currentTarget.value)
|
|
2212
2306
|
}
|
|
2213
2307
|
),
|
|
2214
2308
|
/* @__PURE__ */ e(
|
|
2215
|
-
|
|
2309
|
+
me,
|
|
2216
2310
|
{
|
|
2217
2311
|
label: "Ação",
|
|
2218
2312
|
placeholder: "aprovar_custo",
|
|
2219
|
-
value:
|
|
2220
|
-
onChange: (
|
|
2313
|
+
value: A,
|
|
2314
|
+
onChange: (C) => f(C.currentTarget.value)
|
|
2221
2315
|
}
|
|
2222
2316
|
),
|
|
2223
2317
|
/* @__PURE__ */ e(
|
|
2224
|
-
|
|
2318
|
+
me,
|
|
2225
2319
|
{
|
|
2226
2320
|
label: "Empresa (opcional)",
|
|
2227
2321
|
placeholder: "companyId",
|
|
2228
|
-
value:
|
|
2229
|
-
onChange: (
|
|
2322
|
+
value: S.companyId ?? "",
|
|
2323
|
+
onChange: (C) => T((z) => ({ ...z, companyId: C.currentTarget.value || void 0 }))
|
|
2230
2324
|
}
|
|
2231
2325
|
)
|
|
2232
2326
|
] }),
|
|
2233
|
-
a?.afterSimulationFields?.((
|
|
2234
|
-
/* @__PURE__ */
|
|
2235
|
-
/* @__PURE__ */ e(
|
|
2236
|
-
/* @__PURE__ */ e(
|
|
2327
|
+
a?.afterSimulationFields?.((C) => T((z) => ({ ...z, ...C }))),
|
|
2328
|
+
/* @__PURE__ */ r(N, { gap: "xs", align: "center", children: [
|
|
2329
|
+
/* @__PURE__ */ e(Y, { onClick: () => void m(), loading: w, children: "Simular" }),
|
|
2330
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: "Somente leitura — não altera permissão nenhuma." })
|
|
2237
2331
|
] })
|
|
2238
2332
|
] }) }),
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
/* @__PURE__ */ e(
|
|
2243
|
-
const
|
|
2244
|
-
return /* @__PURE__ */
|
|
2245
|
-
/* @__PURE__ */ e(
|
|
2246
|
-
/* @__PURE__ */
|
|
2247
|
-
/* @__PURE__ */
|
|
2333
|
+
h ? /* @__PURE__ */ e(fe, { color: "red", title: "Não foi possível simular", children: h }) : null,
|
|
2334
|
+
w && !n ? /* @__PURE__ */ e(ce, { size: "sm" }) : null,
|
|
2335
|
+
n ? /* @__PURE__ */ r(Pe, { children: [
|
|
2336
|
+
/* @__PURE__ */ e(be, { title: "Cadeia de decisão", hint: "os quatro primeiros só negam; só o quinto concede", children: /* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "md", children: /* @__PURE__ */ e(V, { gap: "sm", children: Br.map((C, z) => {
|
|
2337
|
+
const b = v(C.gate, n), K = n.chain?.find((L) => L.gate === C.gate)?.detail;
|
|
2338
|
+
return /* @__PURE__ */ r(N, { align: "flex-start", wrap: "nowrap", gap: "sm", children: [
|
|
2339
|
+
/* @__PURE__ */ e(d, { size: "xs", ff: "monospace", c: "dimmed", w: 16, children: z + 1 }),
|
|
2340
|
+
/* @__PURE__ */ r(V, { gap: 2, style: { flex: 1, minWidth: 0 }, children: [
|
|
2341
|
+
/* @__PURE__ */ r(N, { gap: 8, align: "baseline", wrap: "wrap", children: [
|
|
2248
2342
|
/* @__PURE__ */ e(
|
|
2249
|
-
|
|
2343
|
+
d,
|
|
2250
2344
|
{
|
|
2251
2345
|
size: "sm",
|
|
2252
2346
|
fw: 600,
|
|
2253
|
-
c:
|
|
2254
|
-
opacity:
|
|
2255
|
-
children:
|
|
2347
|
+
c: b === "negou" ? "red" : void 0,
|
|
2348
|
+
opacity: b === "nao-avaliado" ? 0.5 : 1,
|
|
2349
|
+
children: C.titulo
|
|
2256
2350
|
}
|
|
2257
2351
|
),
|
|
2258
|
-
/* @__PURE__ */
|
|
2352
|
+
/* @__PURE__ */ r(d, { size: "xs", c: "dimmed", children: [
|
|
2259
2353
|
"· ",
|
|
2260
|
-
|
|
2354
|
+
C.papel
|
|
2261
2355
|
] })
|
|
2262
2356
|
] }),
|
|
2263
|
-
/* @__PURE__ */ e(
|
|
2264
|
-
|
|
2357
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", opacity: b === "nao-avaliado" ? 0.5 : 1, children: C.pergunta }),
|
|
2358
|
+
K ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: K }) : null
|
|
2265
2359
|
] }),
|
|
2266
2360
|
/* @__PURE__ */ e(
|
|
2267
|
-
|
|
2361
|
+
j,
|
|
2268
2362
|
{
|
|
2269
2363
|
variant: "light",
|
|
2270
|
-
color:
|
|
2271
|
-
children:
|
|
2364
|
+
color: b === "negou" ? "red" : b === "passou" ? "green" : "gray",
|
|
2365
|
+
children: b === "nao-avaliado" ? "não avaliado" : b
|
|
2272
2366
|
}
|
|
2273
2367
|
)
|
|
2274
|
-
] },
|
|
2368
|
+
] }, C.gate);
|
|
2275
2369
|
}) }) }) }),
|
|
2276
|
-
/* @__PURE__ */ e(
|
|
2277
|
-
/* @__PURE__ */ e(
|
|
2278
|
-
/* @__PURE__ */
|
|
2370
|
+
/* @__PURE__ */ e(fe, { color: n.allowed ? "green" : "red", title: n.allowed ? "Pode" : "Não pode", children: /* @__PURE__ */ r(V, { gap: 6, children: [
|
|
2371
|
+
/* @__PURE__ */ e(d, { size: "sm", children: n.message }),
|
|
2372
|
+
/* @__PURE__ */ r(d, { size: "xs", ff: "monospace", c: "dimmed", children: [
|
|
2279
2373
|
"reasonCode: ",
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2374
|
+
n.reasonCode,
|
|
2375
|
+
n.deniedAt ? ` · deniedAt: ${n.deniedAt}` : "",
|
|
2376
|
+
n.grantedByName ? ` · grantedBy: ${n.grantedByName}` : ""
|
|
2283
2377
|
] })
|
|
2284
2378
|
] }) }),
|
|
2285
|
-
a?.afterDecision?.(
|
|
2379
|
+
a?.afterDecision?.(n)
|
|
2286
2380
|
] }) : null
|
|
2287
2381
|
] });
|
|
2288
|
-
},
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2382
|
+
}, Ra = (a) => {
|
|
2383
|
+
switch (a) {
|
|
2384
|
+
case "EFFECTIVE":
|
|
2385
|
+
return /* @__PURE__ */ e(j, { size: "sm", color: "green", variant: "light", children: "vale" });
|
|
2386
|
+
case "INERT":
|
|
2387
|
+
return /* @__PURE__ */ e(j, { size: "sm", color: "yellow", variant: "light", children: "não vale" });
|
|
2388
|
+
case "DENIED":
|
|
2389
|
+
return /* @__PURE__ */ e(j, { size: "sm", color: "red", variant: "light", children: "bloqueada" });
|
|
2390
|
+
default:
|
|
2391
|
+
return /* @__PURE__ */ e(j, { size: "sm", color: "gray", variant: "light", children: "—" });
|
|
2392
|
+
}
|
|
2393
|
+
}, qr = ({ id: a, label: t, slots: o, onSelectUser: i, onSimulate: p }) => {
|
|
2394
|
+
const u = J(
|
|
2395
|
+
Q.SecurityDiagnostics
|
|
2396
|
+
), [c, I] = k([]), [A, f] = k(!0), [S, T] = k();
|
|
2397
|
+
ee(() => {
|
|
2398
|
+
let s = !1;
|
|
2399
|
+
return f(!0), T(void 0), u.getReach(a).then((w) => {
|
|
2400
|
+
s || I(w ?? []);
|
|
2401
|
+
}).catch((w) => {
|
|
2402
|
+
s || T(w instanceof Error ? w.message : "Não foi possível carregar.");
|
|
2403
|
+
}).finally(() => {
|
|
2404
|
+
s || f(!1);
|
|
2405
|
+
}), () => {
|
|
2406
|
+
s = !0;
|
|
2407
|
+
};
|
|
2408
|
+
}, [u, a]);
|
|
2409
|
+
const n = c.filter((s) => s.kind === "ADMINISTRADOR").length;
|
|
2410
|
+
return /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
2411
|
+
/* @__PURE__ */ r(V, { gap: 4, children: [
|
|
2412
|
+
/* @__PURE__ */ e(d, { fw: 620, size: "xl", ff: "monospace", children: t }),
|
|
2413
|
+
/* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: "Quem alcança esta capacidade, e por qual via." })
|
|
2303
2414
|
] }),
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2415
|
+
S ? /* @__PURE__ */ e(fe, { color: "red", title: "Erro ao carregar", children: S }) : null,
|
|
2416
|
+
/* @__PURE__ */ e(
|
|
2417
|
+
be,
|
|
2418
|
+
{
|
|
2419
|
+
title: "Quem alcança",
|
|
2420
|
+
hint: A ? "carregando…" : `${c.length} ${c.length === 1 ? "pessoa" : "pessoas"}`,
|
|
2421
|
+
children: A ? /* @__PURE__ */ e(ce, { size: "sm" }) : c.length === 0 ? /* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: "Ninguém. A capacidade existe no catálogo e nunca foi concedida." }) : /* @__PURE__ */ r(Pe, { children: [
|
|
2422
|
+
/* @__PURE__ */ r(y, { striped: !0, highlightOnHover: !0, withTableBorder: !0, children: [
|
|
2423
|
+
/* @__PURE__ */ e(y.Thead, { children: /* @__PURE__ */ r(y.Tr, { children: [
|
|
2424
|
+
/* @__PURE__ */ e(y.Th, { children: "Pessoa" }),
|
|
2425
|
+
/* @__PURE__ */ e(y.Th, { children: "Por qual via" }),
|
|
2426
|
+
/* @__PURE__ */ e(y.Th, { children: "Situação" })
|
|
2427
|
+
] }) }),
|
|
2428
|
+
/* @__PURE__ */ e(y.Tbody, { children: c.map((s) => /* @__PURE__ */ r(
|
|
2429
|
+
y.Tr,
|
|
2430
|
+
{
|
|
2431
|
+
style: { cursor: i ? "pointer" : void 0 },
|
|
2432
|
+
onClick: () => i?.(s.userId, s.userName),
|
|
2433
|
+
children: [
|
|
2434
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ r(V, { gap: 0, children: [
|
|
2435
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 550, children: s.userName }),
|
|
2436
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: s.email })
|
|
2437
|
+
] }) }),
|
|
2438
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ r(N, { gap: 6, children: [
|
|
2439
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: s.via }),
|
|
2440
|
+
s.kind === "ADMINISTRADOR" ? /* @__PURE__ */ e(j, { size: "xs", color: "yellow", variant: "light", children: "atalho" }) : null
|
|
2441
|
+
] }) }),
|
|
2442
|
+
/* @__PURE__ */ e(y.Td, { children: Ra(s.situation) })
|
|
2443
|
+
]
|
|
2444
|
+
},
|
|
2445
|
+
s.userId
|
|
2446
|
+
)) })
|
|
2447
|
+
] }),
|
|
2448
|
+
n > 0 ? /* @__PURE__ */ r(d, { size: "xs", c: "dimmed", lh: 1.5, children: [
|
|
2449
|
+
n === 1 ? "Uma conta alcança" : `${n} contas alcançam`,
|
|
2450
|
+
" pelo atalho de administrador — sem concessão nenhuma. Revisar permissões não muda o que elas podem."
|
|
2451
|
+
] }) : null
|
|
2452
|
+
] })
|
|
2453
|
+
}
|
|
2454
|
+
),
|
|
2455
|
+
o?.afterReachList?.(a, c),
|
|
2456
|
+
p ? /* @__PURE__ */ r(d, { size: "xs", c: "dimmed", children: [
|
|
2457
|
+
"Para testar uma pessoa específica contra esta capacidade, use ",
|
|
2458
|
+
/* @__PURE__ */ e("strong", { children: "Simular" }),
|
|
2459
|
+
" na árvore — ela já vem escolhida."
|
|
2460
|
+
] }) : null
|
|
2461
|
+
] });
|
|
2462
|
+
}, ga = ({ id: a, kind: t, slots: o, onSelectUser: i }) => {
|
|
2463
|
+
const p = J(
|
|
2464
|
+
Q.SecurityDiagnostics
|
|
2465
|
+
), [u, c] = k(), [I, A] = k(!0), [f, S] = k();
|
|
2466
|
+
if (ee(() => {
|
|
2467
|
+
let s = !1;
|
|
2468
|
+
return A(!0), S(void 0), (t === "GROUP" ? p.getGroup(a) : p.getProfile(a)).then((D) => {
|
|
2469
|
+
s || c(D);
|
|
2470
|
+
}).catch((D) => {
|
|
2471
|
+
s || S(D instanceof Error ? D.message : "Não foi possível carregar.");
|
|
2472
|
+
}).finally(() => {
|
|
2473
|
+
s || A(!1);
|
|
2474
|
+
}), () => {
|
|
2475
|
+
s = !0;
|
|
2476
|
+
};
|
|
2477
|
+
}, [p, a, t]), I)
|
|
2478
|
+
return /* @__PURE__ */ r(N, { gap: 8, children: [
|
|
2479
|
+
/* @__PURE__ */ e(ce, { size: "sm" }),
|
|
2480
|
+
/* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: "Carregando…" })
|
|
2481
|
+
] });
|
|
2482
|
+
if (f)
|
|
2483
|
+
return /* @__PURE__ */ e(fe, { color: "red", title: "Erro ao carregar", children: f });
|
|
2484
|
+
if (!u)
|
|
2485
|
+
return null;
|
|
2486
|
+
const T = t === "GROUP" ? "grupo" : "perfil", n = o?.additionalMemberColumns ?? [];
|
|
2487
|
+
return /* @__PURE__ */ r(V, { gap: "lg", children: [
|
|
2488
|
+
/* @__PURE__ */ r(V, { gap: 4, children: [
|
|
2489
|
+
/* @__PURE__ */ r(N, { gap: 8, children: [
|
|
2490
|
+
/* @__PURE__ */ e(d, { fw: 620, size: "xl", children: u.groupName }),
|
|
2491
|
+
/* @__PURE__ */ e(j, { variant: "light", children: T })
|
|
2492
|
+
] }),
|
|
2493
|
+
u.description ? /* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: u.description }) : null
|
|
2494
|
+
] }),
|
|
2495
|
+
/* @__PURE__ */ r(
|
|
2496
|
+
be,
|
|
2497
|
+
{
|
|
2498
|
+
title: "Membros",
|
|
2499
|
+
hint: `${u.members.length} — o total de cada um soma todas as origens`,
|
|
2500
|
+
children: [
|
|
2501
|
+
u.members.length === 0 ? /* @__PURE__ */ r(d, { size: "sm", c: "dimmed", children: [
|
|
2502
|
+
"Ninguém está ",
|
|
2503
|
+
t === "GROUP" ? "neste grupo" : "com este perfil",
|
|
2504
|
+
"."
|
|
2505
|
+
] }) : /* @__PURE__ */ r(y, { striped: !0, highlightOnHover: !0, withTableBorder: !0, children: [
|
|
2506
|
+
/* @__PURE__ */ e(y.Thead, { children: /* @__PURE__ */ r(y.Tr, { children: [
|
|
2507
|
+
/* @__PURE__ */ e(y.Th, { children: "Pessoa" }),
|
|
2508
|
+
/* @__PURE__ */ e(y.Th, { children: "Perfil" }),
|
|
2509
|
+
/* @__PURE__ */ e(y.Th, { ta: "right", children: "Concedidas" }),
|
|
2510
|
+
/* @__PURE__ */ e(y.Th, { ta: "right", children: "Valem" }),
|
|
2511
|
+
/* @__PURE__ */ e(y.Th, { ta: "right", children: "Não valem" }),
|
|
2512
|
+
/* @__PURE__ */ e(y.Th, { ta: "right", children: "Bloqueadas" }),
|
|
2513
|
+
n.map((s) => /* @__PURE__ */ e(y.Th, { children: s.header }, s.header))
|
|
2514
|
+
] }) }),
|
|
2515
|
+
/* @__PURE__ */ e(y.Tbody, { children: u.members.map((s) => /* @__PURE__ */ r(
|
|
2516
|
+
y.Tr,
|
|
2517
|
+
{
|
|
2518
|
+
style: { cursor: i ? "pointer" : void 0 },
|
|
2519
|
+
onClick: () => i?.(s.userId, s.name),
|
|
2520
|
+
children: [
|
|
2521
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ r(V, { gap: 0, children: [
|
|
2522
|
+
/* @__PURE__ */ r(N, { gap: 6, children: [
|
|
2523
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 550, children: s.name }),
|
|
2524
|
+
s.administrator ? /* @__PURE__ */ e(j, { size: "xs", color: "yellow", variant: "light", children: "administrador" }) : null,
|
|
2525
|
+
s.enabled ? null : /* @__PURE__ */ e(j, { size: "xs", color: "red", variant: "light", children: "desativada" })
|
|
2526
|
+
] }),
|
|
2527
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: s.email })
|
|
2528
|
+
] }) }),
|
|
2529
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: s.profileName ?? "—" }) }),
|
|
2530
|
+
/* @__PURE__ */ e(y.Td, { ta: "right", children: s.total }),
|
|
2531
|
+
/* @__PURE__ */ e(y.Td, { ta: "right", c: "green", children: s.effective }),
|
|
2532
|
+
/* @__PURE__ */ e(y.Td, { ta: "right", c: "yellow.7", children: s.inert }),
|
|
2533
|
+
/* @__PURE__ */ e(y.Td, { ta: "right", c: "red", children: s.denied }),
|
|
2534
|
+
n.map((w) => /* @__PURE__ */ e(y.Td, { children: w.render(s, u) }, w.header))
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2537
|
+
s.userId
|
|
2538
|
+
)) })
|
|
2539
|
+
] }),
|
|
2540
|
+
/* @__PURE__ */ r(d, { size: "xs", c: "dimmed", lh: 1.5, children: [
|
|
2541
|
+
"O total do membro não é o total ",
|
|
2542
|
+
t === "GROUP" ? "do grupo" : "do perfil",
|
|
2543
|
+
": ele soma o que vem de outras vias. Clique numa pessoa para ver a lista dela."
|
|
2544
|
+
] })
|
|
2545
|
+
]
|
|
2546
|
+
}
|
|
2547
|
+
),
|
|
2548
|
+
/* @__PURE__ */ e(be, { title: `O que este ${T} concede`, hint: "a parte que é responsabilidade dele", children: u.grants.length === 0 ? /* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: "Nada concedido por esta via." }) : /* @__PURE__ */ r(y, { striped: !0, withTableBorder: !0, children: [
|
|
2549
|
+
/* @__PURE__ */ e(y.Thead, { children: /* @__PURE__ */ r(y.Tr, { children: [
|
|
2550
|
+
/* @__PURE__ */ e(y.Th, { children: "Capacidade" }),
|
|
2551
|
+
/* @__PURE__ */ e(y.Th, { children: "Situação" })
|
|
2552
|
+
] }) }),
|
|
2553
|
+
/* @__PURE__ */ e(y.Tbody, { children: u.grants.map((s, w) => /* @__PURE__ */ r(y.Tr, { children: [
|
|
2554
|
+
/* @__PURE__ */ e(y.Td, { children: /* @__PURE__ */ r(d, { size: "sm", ff: "monospace", children: [
|
|
2555
|
+
s.resource,
|
|
2556
|
+
" · ",
|
|
2557
|
+
s.action
|
|
2558
|
+
] }) }),
|
|
2559
|
+
/* @__PURE__ */ e(y.Td, { children: Ra(s.situation) })
|
|
2560
|
+
] }, `${s.resource}-${s.action}-${w}`)) })
|
|
2561
|
+
] }) }),
|
|
2562
|
+
o?.afterGroupMembers?.(u)
|
|
2563
|
+
] });
|
|
2564
|
+
}, fa = 50, Xe = [
|
|
2565
|
+
{ branch: "USERS", label: "Pessoas" },
|
|
2566
|
+
{ branch: "GROUPS", label: "Grupos" },
|
|
2567
|
+
{ branch: "PROFILES", label: "Perfis" },
|
|
2568
|
+
{ branch: "RESOURCES", label: "Recursos" }
|
|
2569
|
+
], Ye = { nodes: [], total: 0, carregando: !1, carregouTudo: !1 }, Hr = ({ selected: a, onSelect: t }) => {
|
|
2570
|
+
const o = J(
|
|
2571
|
+
Q.SecurityDiagnostics
|
|
2572
|
+
), [i, p] = k(""), [u] = ea(i, 300), [c, I] = k({}), [A, f] = k({}), S = (h, l) => l ? `${h}:${l}` : h, T = oe(
|
|
2573
|
+
async (h, l, m) => {
|
|
2574
|
+
const v = S(h, l), C = A[v] ?? Ye;
|
|
2575
|
+
if (C.carregando || m && C.carregouTudo)
|
|
2576
|
+
return;
|
|
2577
|
+
const z = m ? Math.floor(C.nodes.length / fa) : 0;
|
|
2578
|
+
f((b) => ({ ...b, [v]: { ...b[v] ?? Ye, carregando: !0, erro: void 0 } }));
|
|
2579
|
+
try {
|
|
2580
|
+
const b = await o.browse(h, {
|
|
2581
|
+
parentId: l,
|
|
2582
|
+
q: u || void 0,
|
|
2583
|
+
page: z,
|
|
2584
|
+
size: fa
|
|
2585
|
+
});
|
|
2586
|
+
f((K) => {
|
|
2587
|
+
const Z = [...m ? K[v]?.nodes ?? [] : [], ...b.content ?? []];
|
|
2588
|
+
return {
|
|
2589
|
+
...K,
|
|
2590
|
+
[v]: {
|
|
2591
|
+
nodes: Z,
|
|
2592
|
+
total: b.totalElements ?? Z.length,
|
|
2593
|
+
carregando: !1,
|
|
2594
|
+
carregouTudo: Z.length >= (b.totalElements ?? 0)
|
|
2595
|
+
}
|
|
2596
|
+
};
|
|
2597
|
+
});
|
|
2598
|
+
} catch (b) {
|
|
2599
|
+
f((K) => ({
|
|
2600
|
+
...K,
|
|
2601
|
+
[v]: {
|
|
2602
|
+
...K[v] ?? Ye,
|
|
2603
|
+
carregando: !1,
|
|
2604
|
+
erro: b instanceof Error ? b.message : "Não foi possível carregar."
|
|
2605
|
+
}
|
|
2606
|
+
}));
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
[o, u, A]
|
|
2610
|
+
);
|
|
2611
|
+
ee(() => {
|
|
2612
|
+
if (f({}), u) {
|
|
2613
|
+
const h = {};
|
|
2614
|
+
Xe.forEach((l) => {
|
|
2615
|
+
h[l.branch] = !0;
|
|
2616
|
+
}), I((l) => ({ ...l, ...h }));
|
|
2617
|
+
}
|
|
2618
|
+
}, [u]), ee(() => {
|
|
2619
|
+
Xe.forEach((h) => {
|
|
2620
|
+
c[h.branch] && !A[h.branch] && T(h.branch, void 0, !1);
|
|
2621
|
+
});
|
|
2622
|
+
}, [c, A, u]);
|
|
2623
|
+
const n = (h) => I((l) => ({ ...l, [h]: !l[h] })), s = (h) => h === "critical" ? "red" : h === "warning" ? "yellow" : void 0, w = (h, l) => {
|
|
2624
|
+
const m = S("ACTIONS_OF_RESOURCE", h.id), v = !!c[m], C = A[m], z = a?.kind === h.kind && a?.id === h.id;
|
|
2625
|
+
return /* @__PURE__ */ r(re, { children: [
|
|
2626
|
+
/* @__PURE__ */ e(
|
|
2627
|
+
Ee,
|
|
2628
|
+
{
|
|
2629
|
+
onClick: () => {
|
|
2630
|
+
t({ kind: h.kind, id: h.id, label: h.label }), h.hasChildren && (n(m), C || T("ACTIONS_OF_RESOURCE", h.id, !1));
|
|
2631
|
+
},
|
|
2632
|
+
"aria-current": z ? "true" : void 0,
|
|
2633
|
+
"aria-expanded": h.hasChildren ? v : void 0,
|
|
2634
|
+
style: {
|
|
2635
|
+
display: "block",
|
|
2636
|
+
width: "100%",
|
|
2637
|
+
padding: "5px 8px",
|
|
2638
|
+
paddingLeft: 8 + l * 14,
|
|
2639
|
+
borderRadius: 5,
|
|
2640
|
+
background: z ? "var(--mantine-color-blue-light)" : void 0
|
|
2641
|
+
},
|
|
2642
|
+
children: /* @__PURE__ */ r(N, { gap: 7, wrap: "nowrap", children: [
|
|
2643
|
+
h.severity ? /* @__PURE__ */ e(j, { size: "xs", circle: !0, color: s(h.severity) }) : /* @__PURE__ */ e(re, { w: 8 }),
|
|
2644
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: z ? 600 : 400, truncate: !0, style: { flex: 1 }, children: h.label }),
|
|
2645
|
+
h.badge ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", ff: "monospace", children: h.badge }) : null
|
|
2646
|
+
] })
|
|
2647
|
+
}
|
|
2648
|
+
),
|
|
2649
|
+
h.hasChildren && v ? /* @__PURE__ */ r(re, { children: [
|
|
2650
|
+
C?.nodes.map((b) => w(b, l + 1)),
|
|
2651
|
+
C?.carregando ? /* @__PURE__ */ r(N, { gap: 6, pl: 8 + (l + 1) * 14, py: 4, children: [
|
|
2652
|
+
/* @__PURE__ */ e(ce, { size: "xs" }),
|
|
2653
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: "carregando…" })
|
|
2654
|
+
] }) : null,
|
|
2655
|
+
C && !C.carregouTudo && !C.carregando ? /* @__PURE__ */ e(
|
|
2656
|
+
Ee,
|
|
2657
|
+
{
|
|
2658
|
+
onClick: () => void T("ACTIONS_OF_RESOURCE", h.id, !0),
|
|
2659
|
+
style: { paddingLeft: 8 + (l + 1) * 14, paddingTop: 3, paddingBottom: 3 },
|
|
2660
|
+
children: /* @__PURE__ */ r(d, { size: "xs", c: "blue", children: [
|
|
2661
|
+
"mais ",
|
|
2662
|
+
C.total - C.nodes.length,
|
|
2663
|
+
" →"
|
|
2664
|
+
] })
|
|
2665
|
+
}
|
|
2666
|
+
) : null
|
|
2667
|
+
] }) : null
|
|
2668
|
+
] }, `${h.kind}-${h.id}`);
|
|
2669
|
+
}, D = ie(() => Xe, []);
|
|
2670
|
+
return /* @__PURE__ */ r(re, { children: [
|
|
2671
|
+
/* @__PURE__ */ e(
|
|
2672
|
+
me,
|
|
2673
|
+
{
|
|
2674
|
+
size: "xs",
|
|
2675
|
+
placeholder: "Buscar pessoa, grupo, capacidade…",
|
|
2676
|
+
value: i,
|
|
2677
|
+
onChange: (h) => p(h.currentTarget.value),
|
|
2678
|
+
"aria-label": "Buscar na árvore",
|
|
2679
|
+
mb: "xs",
|
|
2680
|
+
rightSection: i && i !== u ? /* @__PURE__ */ e(ce, { size: "xs" }) : null
|
|
2681
|
+
}
|
|
2682
|
+
),
|
|
2683
|
+
D.map((h) => {
|
|
2684
|
+
const l = !!c[h.branch], m = A[h.branch];
|
|
2685
|
+
return /* @__PURE__ */ r(re, { mb: 2, children: [
|
|
2686
|
+
/* @__PURE__ */ e(
|
|
2687
|
+
Ee,
|
|
2688
|
+
{
|
|
2689
|
+
onClick: () => {
|
|
2690
|
+
n(h.branch), m || T(h.branch, void 0, !1);
|
|
2691
|
+
},
|
|
2692
|
+
"aria-expanded": l,
|
|
2693
|
+
style: { display: "block", width: "100%", padding: "5px 8px", borderRadius: 5 },
|
|
2694
|
+
children: /* @__PURE__ */ r(N, { gap: 7, wrap: "nowrap", children: [
|
|
2695
|
+
/* @__PURE__ */ e(le, { variant: "transparent", size: "xs", component: "span", "aria-hidden": !0, children: /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: l ? "▾" : "▸" }) }),
|
|
2696
|
+
/* @__PURE__ */ e(d, { size: "sm", fw: 600, style: { flex: 1 }, children: h.label }),
|
|
2697
|
+
m ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", ff: "monospace", children: m.total }) : null
|
|
2698
|
+
] })
|
|
2699
|
+
}
|
|
2700
|
+
),
|
|
2701
|
+
l ? /* @__PURE__ */ r(re, { children: [
|
|
2702
|
+
m?.erro ? /* @__PURE__ */ e(d, { size: "xs", c: "red", pl: 22, py: 4, children: m.erro }) : null,
|
|
2703
|
+
m?.nodes.map((v) => w(v, 1)),
|
|
2704
|
+
m?.carregando ? /* @__PURE__ */ r(N, { gap: 6, pl: 22, py: 4, children: [
|
|
2705
|
+
/* @__PURE__ */ e(ce, { size: "xs" }),
|
|
2706
|
+
/* @__PURE__ */ e(d, { size: "xs", c: "dimmed", children: "carregando…" })
|
|
2707
|
+
] }) : null,
|
|
2708
|
+
m && !m.carregouTudo && !m.carregando ? /* @__PURE__ */ e(
|
|
2709
|
+
Ee,
|
|
2710
|
+
{
|
|
2711
|
+
onClick: () => void T(h.branch, void 0, !0),
|
|
2712
|
+
style: { paddingLeft: 22, paddingTop: 3, paddingBottom: 3 },
|
|
2713
|
+
children: /* @__PURE__ */ r(d, { size: "xs", c: "blue", children: [
|
|
2714
|
+
"mais ",
|
|
2715
|
+
m.total - m.nodes.length,
|
|
2716
|
+
" →"
|
|
2717
|
+
] })
|
|
2718
|
+
}
|
|
2719
|
+
) : null,
|
|
2720
|
+
m && m.nodes.length === 0 && !m.carregando ? /* @__PURE__ */ e(d, { size: "xs", c: "dimmed", pl: 22, py: 4, children: u ? "Nada encontrado." : "Vazio." }) : null
|
|
2721
|
+
] }) : null
|
|
2722
|
+
] }, h.branch);
|
|
2723
|
+
})
|
|
2724
|
+
] });
|
|
2725
|
+
}, ba = { kind: "OVERVIEW", id: "overview", label: "Panorama" }, va = { kind: "SIMULATE", id: "simulate", label: "Simular acesso" }, ot = ({
|
|
2726
|
+
height: a = "100%",
|
|
2727
|
+
width: t = "100%",
|
|
2728
|
+
slots: o,
|
|
2729
|
+
onError: i
|
|
2730
|
+
}) => {
|
|
2731
|
+
const [p, u] = k(ba), [c, I] = k({}), A = oe((n) => {
|
|
2732
|
+
u(n), n.kind === "USER" && I((s) => ({ ...s, userId: n.id })), n.kind === "ACTION" && I((s) => ({ ...s, action: n.label }));
|
|
2733
|
+
}, []), f = oe(
|
|
2734
|
+
(n, s) => A({ kind: "USER", id: n, label: s }),
|
|
2735
|
+
[A]
|
|
2736
|
+
), S = (n) => /* @__PURE__ */ e(
|
|
2737
|
+
Ee,
|
|
2738
|
+
{
|
|
2739
|
+
onClick: () => u(n),
|
|
2740
|
+
"aria-current": p.kind === n.kind ? "true" : void 0,
|
|
2741
|
+
style: {
|
|
2742
|
+
display: "block",
|
|
2743
|
+
width: "100%",
|
|
2744
|
+
padding: "6px 8px",
|
|
2745
|
+
borderRadius: 5,
|
|
2746
|
+
background: p.kind === n.kind ? "var(--mantine-color-blue-light)" : void 0
|
|
2747
|
+
},
|
|
2748
|
+
children: /* @__PURE__ */ e(d, { size: "sm", fw: p.kind === n.kind ? 600 : 500, children: n.label })
|
|
2749
|
+
},
|
|
2750
|
+
n.id
|
|
2751
|
+
), T = () => {
|
|
2752
|
+
switch (p.kind) {
|
|
2753
|
+
case "OVERVIEW":
|
|
2754
|
+
return /* @__PURE__ */ e(pa, { slots: o, onError: i });
|
|
2755
|
+
case "SIMULATE":
|
|
2756
|
+
return /* @__PURE__ */ e(Wr, { slots: o, onError: i, initial: c });
|
|
2757
|
+
case "USER":
|
|
2758
|
+
return /* @__PURE__ */ e(Ur, { slots: o, onError: i, userId: p.id });
|
|
2759
|
+
case "GROUP":
|
|
2760
|
+
return /* @__PURE__ */ e(ga, { id: p.id, kind: "GROUP", slots: o, onSelectUser: f });
|
|
2761
|
+
case "PROFILE":
|
|
2762
|
+
return /* @__PURE__ */ e(ga, { id: p.id, kind: "PROFILE", slots: o, onSelectUser: f });
|
|
2763
|
+
case "ACTION":
|
|
2764
|
+
return /* @__PURE__ */ e(
|
|
2765
|
+
qr,
|
|
2766
|
+
{
|
|
2767
|
+
id: p.id,
|
|
2768
|
+
label: p.label,
|
|
2769
|
+
slots: o,
|
|
2770
|
+
onSelectUser: f,
|
|
2771
|
+
onSimulate: () => u(va)
|
|
2772
|
+
}
|
|
2773
|
+
);
|
|
2774
|
+
case "RESOURCE":
|
|
2775
|
+
return /* @__PURE__ */ r(V, { gap: "xs", children: [
|
|
2776
|
+
/* @__PURE__ */ e(d, { fw: 620, size: "xl", ff: "monospace", children: p.label }),
|
|
2777
|
+
/* @__PURE__ */ e(d, { size: "sm", c: "dimmed", children: "Abra o recurso na árvore para ver as ações. Cada ação responde quem alcança." })
|
|
2778
|
+
] });
|
|
2779
|
+
default:
|
|
2780
|
+
return /* @__PURE__ */ e(pa, { slots: o, onError: i });
|
|
2781
|
+
}
|
|
2782
|
+
};
|
|
2783
|
+
return (
|
|
2784
|
+
// Grid CSS explícito em vez do <Grid> do Mantine: a coluna da árvore tem largura própria e
|
|
2785
|
+
// não uma fração de doze, e o `minmax(0, 1fr)` é o que impede uma tabela larga no painel de
|
|
2786
|
+
// empurrar a árvore para fora da tela.
|
|
2787
|
+
/* @__PURE__ */ r(
|
|
2788
|
+
re,
|
|
2789
|
+
{
|
|
2790
|
+
style: {
|
|
2791
|
+
height: a,
|
|
2792
|
+
width: t,
|
|
2793
|
+
display: "grid",
|
|
2794
|
+
gridTemplateColumns: "minmax(240px, 300px) minmax(0, 1fr)",
|
|
2795
|
+
gap: "var(--mantine-spacing-md)",
|
|
2796
|
+
alignItems: "start"
|
|
2797
|
+
},
|
|
2798
|
+
className: "archbase-security-explorer",
|
|
2799
|
+
children: [
|
|
2800
|
+
/* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "xs", children: /* @__PURE__ */ r(V, { gap: 2, children: [
|
|
2801
|
+
o?.renderUserSearch ? /* @__PURE__ */ e(re, { mb: 4, children: o.renderUserSearch(
|
|
2802
|
+
(n) => A({ kind: "USER", id: n, label: n })
|
|
2803
|
+
) }) : null,
|
|
2804
|
+
S(ba),
|
|
2805
|
+
S(va),
|
|
2806
|
+
/* @__PURE__ */ e(re, { my: 6, style: { borderTop: "1px solid var(--mantine-color-default-border)" } }),
|
|
2807
|
+
/* @__PURE__ */ e(Ce.Autosize, { mah: 620, type: "hover", children: /* @__PURE__ */ e(Hr, { selected: p, onSelect: A }) })
|
|
2808
|
+
] }) }),
|
|
2809
|
+
/* @__PURE__ */ e(_, { withBorder: !0, radius: "md", p: "md", style: { minWidth: 0 }, children: T() })
|
|
2810
|
+
]
|
|
2811
|
+
}
|
|
2812
|
+
)
|
|
2813
|
+
);
|
|
2814
|
+
};
|
|
2309
2815
|
export {
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2816
|
+
qr as ActionNodePanel,
|
|
2817
|
+
Sr as ApiTokenModal,
|
|
2818
|
+
it as ArchbaseApiTokenView,
|
|
2819
|
+
fr as ArchbaseDualListSelector,
|
|
2820
|
+
ot as ArchbaseSecurityDiagnosticsView,
|
|
2821
|
+
tt as ArchbaseSecurityView,
|
|
2822
|
+
Fr as AttributeList,
|
|
2823
|
+
Ur as EffectiveAccessPanel,
|
|
2824
|
+
Dr as FlagStrip,
|
|
2825
|
+
wr as GroupModal,
|
|
2826
|
+
ga as GroupNodePanel,
|
|
2827
|
+
Er as MetricCard,
|
|
2828
|
+
Pr as MetricCards,
|
|
2829
|
+
Or as OverviewItemsDrawer,
|
|
2830
|
+
pa as OverviewPanel,
|
|
2831
|
+
Ze as PermissionsSelectorModal,
|
|
2832
|
+
gr as ProfileModal,
|
|
2833
|
+
br as RenderProfileUserItem,
|
|
2834
|
+
be as Section,
|
|
2835
|
+
Hr as SecurityTree,
|
|
2836
|
+
Wr as SimulationPanel,
|
|
2837
|
+
yr as UserModal,
|
|
2838
|
+
Le as severityColor,
|
|
2839
|
+
Ra as situacaoBadge
|
|
2329
2840
|
};
|