@feedmepos/mf-hrm-portal 2.0.2 → 2.0.3-dev.3
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/AuditLogList-ssYtQ2J1.js +492 -0
- package/dist/{EmployeeList-C0P01r8f.js → EmployeeList-CNNgH2vX.js} +6 -6
- package/dist/{Main-Ea3YRYRi.js → Main-DAcmCNsi.js} +8 -8
- package/dist/{Main-C4bwcSak.js → Main-DmaUVB5Y.js} +5 -5
- package/dist/PermissionSetList-CybAQCrm.js +337 -0
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-6Vgf4lIX.js +3355 -0
- package/dist/{RoleList-DPFSIcJM.js → RoleList-rv6egTFo.js} +6 -6
- package/dist/{SelectFilter-NbXrJ4iH.js → SelectFilter-DUj7GBtT.js} +93 -89
- package/dist/TeamMemberList-JjUw7Pdt.js +988 -0
- package/dist/{TimesheetList-D_aRlhAF.js → TimesheetList-lYmFc7sY.js} +6 -6
- package/dist/{app-D3XzDpIl.js → app-BF5fWLn5.js} +990 -854
- package/dist/app.js +2 -2
- package/dist/{dayjs.min-CgKI64Kb.js → dayjs.min-_VE-J0yP.js} +1 -1
- package/dist/{employee-DiMO7OBV.js → employee-BDPrgphI.js} +3 -3
- package/dist/{index-BNwH5i7v.js → index-CFGp5zzo.js} +2327 -2226
- package/dist/{index-D-9VSDyv.js → index-CdQ13eT1.js} +1 -1
- package/dist/{lodash-JVfJjN55.js → lodash-CucjoHYl.js} +1 -1
- package/dist/{api → src/api}/permission-assignment/index.d.ts +3 -0
- package/dist/{api → src/api}/report-query/index.d.ts +1 -0
- package/dist/{components → src/components}/form/SelectFilter.vue.d.ts +2 -0
- package/dist/src/composables/useCustomReportPermissions.d.ts +7 -0
- package/dist/{helpers → src/helpers}/permission-set.d.ts +31 -0
- package/dist/src/helpers/permission-set.test.d.ts +1 -0
- package/dist/{helpers → src/helpers}/rule.d.ts +4 -1
- package/dist/{types → src/types}/report-query.d.ts +1 -0
- package/dist/{views → src/views}/team/components/BasePermission.vue.d.ts +17 -0
- package/dist/{team-CpDDOMg5.js → team-DzG7du5b.js} +1 -1
- package/dist/{timesheet-B7pXd6CJ.js → timesheet-BHNzrve1.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-CRiXBv8h.js → useAppStore-D4PCstqq.js} +1 -1
- package/dist/{useLoading-TD1OqZ-E.js → useLoading-wggM_LZw.js} +1 -1
- package/dist/useReportPermissions-C2cFzRyt.js +59 -0
- package/package.json +3 -3
- package/dist/AuditLogList-DmzjFNtu.js +0 -474
- package/dist/PermissionSetList-BConvvPI.js +0 -323
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Bh8iS3gP.js +0 -3092
- package/dist/TeamMemberList-2X_3s91v.js +0 -973
- package/dist/useReportPermissions-VXbSUZR5.js +0 -65
- /package/dist/{App.vue.d.ts → src/App.vue.d.ts} +0 -0
- /package/dist/{Entry.vue.d.ts → src/Entry.vue.d.ts} +0 -0
- /package/dist/{api → src/api}/audit-log/index.d.ts +0 -0
- /package/dist/{api → src/api}/employee/index.d.ts +0 -0
- /package/dist/{api → src/api}/index.d.ts +0 -0
- /package/dist/{api → src/api}/inventory/index.d.ts +0 -0
- /package/dist/{api → src/api}/permission-set/index.d.ts +0 -0
- /package/dist/{api → src/api}/public-setting/index.d.ts +0 -0
- /package/dist/{api → src/api}/role/index.d.ts +0 -0
- /package/dist/{api → src/api}/team/index.d.ts +0 -0
- /package/dist/{api → src/api}/timesheet/index.d.ts +0 -0
- /package/dist/{api → src/api}/user/index.d.ts +0 -0
- /package/dist/{app.d.ts → src/app.d.ts} +0 -0
- /package/dist/{components → src/components}/AppForm.vue.d.ts +0 -0
- /package/dist/{components → src/components}/CheckboxInput.vue.d.ts +0 -0
- /package/dist/{components → src/components}/CollapsibleWrapper.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Navigator.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Splash.vue.d.ts +0 -0
- /package/dist/{components → src/components}/button/ResponsiveFabButton.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/FormColumn.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/FormItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/FormSection.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/FullWrapper.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/HorizontalSplitter.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/LottieAnimation.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/PageLayout.vue.d.ts +0 -0
- /package/dist/{components → src/components}/loading/AppLoading.vue.d.ts +0 -0
- /package/dist/{components → src/components}/loading/PageLoading.vue.d.ts +0 -0
- /package/dist/{components → src/components}/loading/index.d.ts +0 -0
- /package/dist/{components → src/components}/menu/BottomSheetMenu.vue.d.ts +0 -0
- /package/dist/{components → src/components}/menu/BottomSheetMenuItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/menu/ResponsiveContextMenu.vue.d.ts +0 -0
- /package/dist/{components → src/components}/table/EmptyDataTemplate/Icon.vue.d.ts +0 -0
- /package/dist/{components → src/components}/table/EmptyDataTemplate/index.d.ts +0 -0
- /package/dist/{components → src/components}/table/EmptyDataTemplate/index.vue.d.ts +0 -0
- /package/dist/{composables → src/composables}/useAppStore.d.ts +0 -0
- /package/dist/{composables → src/composables}/useDateRange.d.ts +0 -0
- /package/dist/{composables → src/composables}/useDiscardConfirm.d.ts +0 -0
- /package/dist/{composables → src/composables}/useElementPosition.d.ts +0 -0
- /package/dist/{composables → src/composables}/useFilterSelector.d.ts +0 -0
- /package/dist/{composables → src/composables}/useLoading.d.ts +0 -0
- /package/dist/{composables → src/composables}/useMessage.d.ts +0 -0
- /package/dist/{composables → src/composables}/useReportPermissions.d.ts +0 -0
- /package/dist/{composables → src/composables}/useRestaurantMap.d.ts +0 -0
- /package/dist/{composables → src/composables}/useSearch.d.ts +0 -0
- /package/dist/{composables → src/composables}/useSheet.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/component.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/iteration.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/object.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/portal-user.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/string.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/utils.d.ts +0 -0
- /package/dist/{main.d.ts → src/main.d.ts} +0 -0
- /package/dist/{router → src/router}/index.d.ts +0 -0
- /package/dist/{router → src/router}/shared.d.ts +0 -0
- /package/dist/{stores → src/stores}/employee.d.ts +0 -0
- /package/dist/{stores → src/stores}/permission-assignment.d.ts +0 -0
- /package/dist/{stores → src/stores}/permission-set.d.ts +0 -0
- /package/dist/{stores → src/stores}/role.d.ts +0 -0
- /package/dist/{stores → src/stores}/team.d.ts +0 -0
- /package/dist/{stores → src/stores}/timesheet.d.ts +0 -0
- /package/dist/{types → src/types}/audit-log.d.ts +0 -0
- /package/dist/{types → src/types}/employee.d.ts +0 -0
- /package/dist/{types → src/types}/permission-assignment.d.ts +0 -0
- /package/dist/{types → src/types}/permission-set.d.ts +0 -0
- /package/dist/{types → src/types}/restaurant.d.ts +0 -0
- /package/dist/{types → src/types}/role.d.ts +0 -0
- /package/dist/{types → src/types}/team.d.ts +0 -0
- /package/dist/{types → src/types}/timesheet.d.ts +0 -0
- /package/dist/{views → src/views}/audit-log/AuditLogList.vue.d.ts +0 -0
- /package/dist/{views → src/views}/audit-log/locales/index.d.ts +0 -0
- /package/dist/{views → src/views}/hr/Main.vue.d.ts +0 -0
- /package/dist/{views → src/views}/hr/employee/Employee.vue.d.ts +0 -0
- /package/dist/{views → src/views}/hr/employee/EmployeeForm.vue.d.ts +0 -0
- /package/dist/{views → src/views}/hr/employee/EmployeeList.vue.d.ts +0 -0
- /package/dist/{views → src/views}/hr/locales/index.d.ts +0 -0
- /package/dist/{views → src/views}/hr/role/RoleForm.vue.d.ts +0 -0
- /package/dist/{views → src/views}/hr/role/RoleList.vue.d.ts +0 -0
- /package/dist/{views → src/views}/hr/timesheet/TimesheetList.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/Main.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/components/ConditionPermission.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/components/InheritPermissionTooltip.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/components/PermissionWithTooltip.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/components/PortalPermissionEditor.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/components/PortalUserSearcher.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/components/PosRolePermission.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/locales/index.d.ts +0 -0
- /package/dist/{views → src/views}/team/member/AddMemberForm.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/member/MemberInfo.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/member/TeamMemberList.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/member/TeamMemberMasterUser.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/permission-set/PermissionSetForm.vue.d.ts +0 -0
- /package/dist/{views → src/views}/team/permission-set/PermissionSetList.vue.d.ts +0 -0
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
import { defineComponent as W, computed as g, resolveComponent as c, createElementBlock as B, openBlock as F, createElementVNode as P, createVNode as i, toDisplayString as N, unref as r, withCtx as y, createTextVNode as H, Fragment as O, renderList as J, ref as _, createBlock as M, nextTick as Q, onMounted as X, h as U } from "vue";
|
|
2
|
-
import { useI18n as j, useCoreStore as Y } from "@feedmepos/mf-common";
|
|
3
|
-
import { useSnackbar as q, useDialog as Z, useBreakpoints as ee, components as se, FmButtonColorThemeVariant as te, FmButtonVariant as oe } from "@feedmepos/ui-library";
|
|
4
|
-
import { _ as ne } from "./index.vue_vue_type_script_setup_true_lang-Vc5ARO29.js";
|
|
5
|
-
import { z as le, u as K, m as G, n as ie, o as R, w as ae, x as re, A as me } from "./index-BNwH5i7v.js";
|
|
6
|
-
import { u as ue } from "./useLoading-TD1OqZ-E.js";
|
|
7
|
-
import { a as ce } from "./PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Bh8iS3gP.js";
|
|
8
|
-
const de = { class: "flex flex-row items-center gap-8" }, pe = /* @__PURE__ */ W({
|
|
9
|
-
__name: "PermissionWithTooltip",
|
|
10
|
-
props: {
|
|
11
|
-
modelValue: {
|
|
12
|
-
type: Array,
|
|
13
|
-
required: !0
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
setup(T) {
|
|
17
|
-
const w = T, e = g(() => le(w.modelValue)), { t: l } = j();
|
|
18
|
-
return (m, $) => {
|
|
19
|
-
const f = c("FmIcon"), V = c("FmTooltip");
|
|
20
|
-
return F(), B("div", de, [
|
|
21
|
-
P("span", null, N(r(l)("team.labels.allowed", { count: e.value.length })), 1),
|
|
22
|
-
i(V, {
|
|
23
|
-
variant: "plain",
|
|
24
|
-
placement: "top"
|
|
25
|
-
}, {
|
|
26
|
-
content: y(() => [
|
|
27
|
-
P("div", null, [
|
|
28
|
-
H(N(r(l)("team.labels.permission")) + " ", 1),
|
|
29
|
-
(F(!0), B(O, null, J(e.value, (v, a) => (F(), B("div", {
|
|
30
|
-
key: `${v}-${a}`
|
|
31
|
-
}, " - " + N(v), 1))), 128))
|
|
32
|
-
])
|
|
33
|
-
]),
|
|
34
|
-
default: y(() => [
|
|
35
|
-
i(f, {
|
|
36
|
-
name: "info",
|
|
37
|
-
class: "cursor-pointer text-fm-color-neutral-gray-300"
|
|
38
|
-
})
|
|
39
|
-
]),
|
|
40
|
-
_: 1
|
|
41
|
-
})
|
|
42
|
-
]);
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
}), fe = { class: "fm-typo-en-title-md-600" }, ve = { class: "flex items-center justify-start gap-8" }, Se = /* @__PURE__ */ W({
|
|
46
|
-
__name: "PermissionSetForm",
|
|
47
|
-
props: {
|
|
48
|
-
modelValue: {
|
|
49
|
-
type: Object,
|
|
50
|
-
default: () => ({})
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
setup(T, { expose: w }) {
|
|
54
|
-
const e = T, { t: l } = j(), m = _(!1), $ = g(() => {
|
|
55
|
-
var t;
|
|
56
|
-
return (t = e.modelValue) != null && t.id ? l("permissionSet.form.update.title") : l("permissionSet.form.create.title");
|
|
57
|
-
}), f = _(), V = q(), v = ue(V), a = K(), d = _({ ...e.modelValue }), u = _([]), h = _([]), A = [(t) => !!t || "Permission set name is required"], D = g(() => {
|
|
58
|
-
var t;
|
|
59
|
-
return (t = e.modelValue) != null && t.id ? l("permissionSet.form.update.confirmButtonLabel") : l("permissionSet.form.create.confirmButtonLabel");
|
|
60
|
-
}), z = g(
|
|
61
|
-
() => a.permissionSets.value.filter((t) => {
|
|
62
|
-
var s;
|
|
63
|
-
return t.id !== ((s = e.modelValue) == null ? void 0 : s.id);
|
|
64
|
-
}).map((t) => ({ label: t.name, value: t.id }))
|
|
65
|
-
), x = g(
|
|
66
|
-
() => G(u.value, a.permissionSets.value)
|
|
67
|
-
);
|
|
68
|
-
async function n() {
|
|
69
|
-
var s, b;
|
|
70
|
-
await Q(), m.value = !m.value, d.value = { ...e.modelValue }, u.value = ((s = e.modelValue) == null ? void 0 : s.permissionSetIds) ?? [];
|
|
71
|
-
const t = ((b = e.modelValue) == null ? void 0 : b.permissions) ?? [];
|
|
72
|
-
h.value = ie(
|
|
73
|
-
R(x.value),
|
|
74
|
-
t
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
function o() {
|
|
78
|
-
const t = R(x.value), s = ae(h.value);
|
|
79
|
-
return re(t, s);
|
|
80
|
-
}
|
|
81
|
-
function p() {
|
|
82
|
-
h.value = R(x.value);
|
|
83
|
-
}
|
|
84
|
-
async function k() {
|
|
85
|
-
var b, E;
|
|
86
|
-
const t = await ((b = f.value) == null ? void 0 : b.validateInputsWithoutSubmit()), s = (E = Y().currentBusiness.value) == null ? void 0 : E.id;
|
|
87
|
-
!(t != null && t.length) && s && v.minor(async () => {
|
|
88
|
-
var C;
|
|
89
|
-
const L = o();
|
|
90
|
-
if ((C = e.modelValue) != null && C.id) {
|
|
91
|
-
const I = {
|
|
92
|
-
name: d.value.name,
|
|
93
|
-
permissions: L,
|
|
94
|
-
permissionSetIds: u.value,
|
|
95
|
-
businessId: d.value.businessId
|
|
96
|
-
};
|
|
97
|
-
await a.updatePermissionSet(e.modelValue.id, I);
|
|
98
|
-
} else {
|
|
99
|
-
const I = {
|
|
100
|
-
name: d.value.name,
|
|
101
|
-
businessId: s,
|
|
102
|
-
permissions: L,
|
|
103
|
-
permissionSetIds: u.value
|
|
104
|
-
};
|
|
105
|
-
await a.createPermissionSet(I);
|
|
106
|
-
}
|
|
107
|
-
m.value = !1;
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
return w({
|
|
111
|
-
trigger: n
|
|
112
|
-
}), (t, s) => {
|
|
113
|
-
const b = c("FmTextField"), E = c("FmSelect"), L = c("FmForm"), C = c("FmButton"), I = c("FmSideSheet");
|
|
114
|
-
return F(), M(I, {
|
|
115
|
-
modelValue: m.value,
|
|
116
|
-
"onUpdate:modelValue": s[4] || (s[4] = (S) => m.value = S),
|
|
117
|
-
"max-width": 560,
|
|
118
|
-
"dismiss-away": ""
|
|
119
|
-
}, {
|
|
120
|
-
"side-sheet-header": y(() => [
|
|
121
|
-
P("p", fe, N($.value), 1)
|
|
122
|
-
]),
|
|
123
|
-
"side-sheet-footer": y(() => [
|
|
124
|
-
P("div", ve, [
|
|
125
|
-
i(C, {
|
|
126
|
-
label: D.value,
|
|
127
|
-
size: "md",
|
|
128
|
-
variant: "primary",
|
|
129
|
-
type: "submit",
|
|
130
|
-
onClick: k
|
|
131
|
-
}, null, 8, ["label"]),
|
|
132
|
-
i(C, {
|
|
133
|
-
label: r(l)("common.cancel"),
|
|
134
|
-
size: "md",
|
|
135
|
-
variant: "secondary",
|
|
136
|
-
onClick: s[3] || (s[3] = (S) => m.value = !1)
|
|
137
|
-
}, null, 8, ["label"])
|
|
138
|
-
])
|
|
139
|
-
]),
|
|
140
|
-
default: y(() => [
|
|
141
|
-
i(L, {
|
|
142
|
-
ref_key: "formRef",
|
|
143
|
-
ref: f
|
|
144
|
-
}, {
|
|
145
|
-
default: y(() => [
|
|
146
|
-
i(b, {
|
|
147
|
-
modelValue: d.value.name,
|
|
148
|
-
"onUpdate:modelValue": s[0] || (s[0] = (S) => d.value.name = S),
|
|
149
|
-
label: r(l)("permissionSet.form.name"),
|
|
150
|
-
placeholder: r(l)("permissionSet.form.namePlaceholder"),
|
|
151
|
-
rules: A
|
|
152
|
-
}, null, 8, ["modelValue", "label", "placeholder"]),
|
|
153
|
-
i(E, {
|
|
154
|
-
modelValue: u.value,
|
|
155
|
-
"onUpdate:modelValue": [
|
|
156
|
-
s[1] || (s[1] = (S) => u.value = S),
|
|
157
|
-
p
|
|
158
|
-
],
|
|
159
|
-
multiselect: "",
|
|
160
|
-
searchable: "",
|
|
161
|
-
"search-debounce": 300,
|
|
162
|
-
items: z.value,
|
|
163
|
-
label: r(l)("permissionSet.form.includedSets"),
|
|
164
|
-
placeholder: r(l)("permissionSet.form.includedSetsPlaceholder"),
|
|
165
|
-
class: "mt-16"
|
|
166
|
-
}, null, 8, ["modelValue", "items", "label", "placeholder"]),
|
|
167
|
-
i(ce, {
|
|
168
|
-
modelValue: h.value,
|
|
169
|
-
"onUpdate:modelValue": s[2] || (s[2] = (S) => h.value = S),
|
|
170
|
-
"inherit-permissions": x.value,
|
|
171
|
-
class: "mt-24"
|
|
172
|
-
}, null, 8, ["modelValue", "inherit-permissions"])
|
|
173
|
-
]),
|
|
174
|
-
_: 1
|
|
175
|
-
}, 512)
|
|
176
|
-
]),
|
|
177
|
-
_: 1
|
|
178
|
-
}, 8, ["modelValue"]);
|
|
179
|
-
};
|
|
180
|
-
}
|
|
181
|
-
}), _e = { class: "space-y-8" }, he = { class: "flex justify-end xs:px-16" }, be = {
|
|
182
|
-
key: 0,
|
|
183
|
-
class: "overflow-auto"
|
|
184
|
-
}, ge = { class: "pb-64" }, Ce = /* @__PURE__ */ W({
|
|
185
|
-
__name: "PermissionSetList",
|
|
186
|
-
setup(T, { expose: w }) {
|
|
187
|
-
const { t: e } = j(), l = q(), m = Z(), { breakpoints: $ } = ee(), f = _(""), V = g(() => {
|
|
188
|
-
var n;
|
|
189
|
-
return (n = d.value) == null ? void 0 : n.filter((o) => {
|
|
190
|
-
const p = f.value.toLowerCase();
|
|
191
|
-
return o.name.toLowerCase().includes(p);
|
|
192
|
-
});
|
|
193
|
-
}), v = _(), a = K(), d = g(
|
|
194
|
-
() => a.permissionSets.value
|
|
195
|
-
), u = _();
|
|
196
|
-
async function h() {
|
|
197
|
-
await a.readPermissionSets();
|
|
198
|
-
}
|
|
199
|
-
function A(n) {
|
|
200
|
-
var o;
|
|
201
|
-
u.value = n, (o = v.value) == null || o.trigger();
|
|
202
|
-
}
|
|
203
|
-
const D = [
|
|
204
|
-
{
|
|
205
|
-
accessorKey: "name",
|
|
206
|
-
header: () => e("permissionSet.table.columns.name")
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
accessorKey: "permission",
|
|
210
|
-
header: () => e("permissionSet.table.columns.permissions"),
|
|
211
|
-
enableSorting: !1,
|
|
212
|
-
cell(n) {
|
|
213
|
-
const o = n.row.original, p = G(
|
|
214
|
-
[o.id],
|
|
215
|
-
a.permissionSets.value
|
|
216
|
-
), k = R(p);
|
|
217
|
-
return U(pe, { modelValue: k });
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
id: "action",
|
|
222
|
-
meta: {
|
|
223
|
-
cellClass: "pl-16",
|
|
224
|
-
headerContentClass: "-mx-16"
|
|
225
|
-
},
|
|
226
|
-
cell(n) {
|
|
227
|
-
return U("div", { class: "w-full flex justify-end items-center" }, [
|
|
228
|
-
U(se.FmButton, {
|
|
229
|
-
prependIcon: "delete",
|
|
230
|
-
variant: oe.Tertiary,
|
|
231
|
-
textColor: te.NeutralGray400,
|
|
232
|
-
class: "flex flex-end",
|
|
233
|
-
onClick: (o) => {
|
|
234
|
-
o.stopPropagation(), x(n.row.original);
|
|
235
|
-
}
|
|
236
|
-
})
|
|
237
|
-
]);
|
|
238
|
-
},
|
|
239
|
-
enableSorting: !1
|
|
240
|
-
}
|
|
241
|
-
];
|
|
242
|
-
function z() {
|
|
243
|
-
var n;
|
|
244
|
-
u.value = void 0, (n = v.value) == null || n.trigger();
|
|
245
|
-
}
|
|
246
|
-
async function x(n) {
|
|
247
|
-
m.open({
|
|
248
|
-
title: e("permissionSet.form.delete.title"),
|
|
249
|
-
message: e("permissionSet.form.delete.confirmationMessage", { permissionSetName: n.name }),
|
|
250
|
-
minWidth: $.value.lg ? 588 : 0,
|
|
251
|
-
primaryActions: {
|
|
252
|
-
text: e("common.remove"),
|
|
253
|
-
close: !1,
|
|
254
|
-
variant: "destructive"
|
|
255
|
-
},
|
|
256
|
-
secondaryActions: { text: e("common.cancel"), close: !0 }
|
|
257
|
-
}).onPrimary(async () => {
|
|
258
|
-
try {
|
|
259
|
-
await a.deletePermissionSet(n.id), l.open({
|
|
260
|
-
message: e("permissionSet.form.delete.successMessage", { permissionSetName: n.name }),
|
|
261
|
-
type: "success"
|
|
262
|
-
});
|
|
263
|
-
} catch (o) {
|
|
264
|
-
const p = o instanceof me && o.status === 409 ? o.message.includes("referenced by") ? e("permissionSet.form.delete.setReferencedConflictError", {
|
|
265
|
-
permissionSetName: n.name
|
|
266
|
-
}) : e("permissionSet.form.delete.conflictError", { permissionSetName: n.name }) : o instanceof Error ? o.message : `${o}`;
|
|
267
|
-
l.open({ message: p, type: "error" });
|
|
268
|
-
}
|
|
269
|
-
m.close();
|
|
270
|
-
});
|
|
271
|
-
}
|
|
272
|
-
return X(() => {
|
|
273
|
-
h();
|
|
274
|
-
}), w({
|
|
275
|
-
create: z
|
|
276
|
-
}), (n, o) => {
|
|
277
|
-
const p = c("FmSearch"), k = c("FmTable"), t = c("FullWrapper");
|
|
278
|
-
return F(), B(O, null, [
|
|
279
|
-
i(Se, {
|
|
280
|
-
ref_key: "permissionSetFormRef",
|
|
281
|
-
ref: v,
|
|
282
|
-
"model-value": u.value
|
|
283
|
-
}, null, 8, ["model-value"]),
|
|
284
|
-
P("div", _e, [
|
|
285
|
-
P("div", he, [
|
|
286
|
-
i(p, {
|
|
287
|
-
modelValue: f.value,
|
|
288
|
-
"onUpdate:modelValue": o[0] || (o[0] = (s) => f.value = s),
|
|
289
|
-
class: "w-[320px] xs:w-full",
|
|
290
|
-
autofocus: "",
|
|
291
|
-
placeholder: r(e)("permissionSet.search.placeholder")
|
|
292
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
293
|
-
]),
|
|
294
|
-
d.value.length > 0 ? (F(), B("div", be, [
|
|
295
|
-
P("div", ge, [
|
|
296
|
-
i(t, null, {
|
|
297
|
-
default: y(() => [
|
|
298
|
-
i(k, {
|
|
299
|
-
"column-defs": D,
|
|
300
|
-
"row-data": V.value,
|
|
301
|
-
"page-size": V.value.length,
|
|
302
|
-
"pin-header-row": "",
|
|
303
|
-
"hide-footer": "",
|
|
304
|
-
"shrink-at": !1,
|
|
305
|
-
onRowClick: o[1] || (o[1] = (s) => A(s.original))
|
|
306
|
-
}, null, 8, ["row-data", "page-size"])
|
|
307
|
-
]),
|
|
308
|
-
_: 1
|
|
309
|
-
})
|
|
310
|
-
])
|
|
311
|
-
])) : (F(), M(r(ne), {
|
|
312
|
-
key: 1,
|
|
313
|
-
title: r(e)("permissionSet.noData.title"),
|
|
314
|
-
subtitle: r(e)("permissionSet.noData.subtitle")
|
|
315
|
-
}, null, 8, ["title", "subtitle"]))
|
|
316
|
-
])
|
|
317
|
-
], 64);
|
|
318
|
-
};
|
|
319
|
-
}
|
|
320
|
-
});
|
|
321
|
-
export {
|
|
322
|
-
Ce as default
|
|
323
|
-
};
|