@feedmepos/mf-hrm-portal 2.0.11-dev.3 → 2.0.12-dev
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-Am6PW6qN.js +941 -0
- package/dist/EmployeeList-00LF0l6U.js +696 -0
- package/dist/{Main-DjCFRKkP.js → Main-BC_y5Gzg.js} +4 -4
- package/dist/{Main-Bqx0FFmH.js → Main-BY_V1guq.js} +2469 -2459
- package/dist/{Main-eVW0teSe.js → Main-Chau30wK.js} +8 -9
- package/dist/{PermissionSetList-DL5AL3mB.js → PermissionSetList-CDUFrGRE.js} +124 -128
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CMcQnqyK.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CGIontQw.js} +787 -787
- package/dist/RoleList-BVQ4zkA8.js +519 -0
- package/dist/TeamMemberList-D65MpqIr.js +1098 -0
- package/dist/{TimesheetList-Bz9ZMpHA.js → TimesheetList-Dc295zCI.js} +74 -74
- package/dist/{app-BhCUAF8K.js → app-Iv5hLrRX.js} +24 -21
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-Cxe5QOx7.js → dayjs.min-CJGjjQIJ.js} +1 -1
- package/dist/employee-C2Qhr8xO.js +207 -0
- package/dist/{index-GgFsP7rK.js → index-5ziPpN4I.js} +106 -83
- package/dist/{index-CyJwEUuG.js → index-DzRWjF3a.js} +1 -1
- package/dist/{iteration-BljyZld9.js → iteration-L8TLGaCI.js} +488 -476
- package/dist/{lodash-D2-GJ54o.js → lodash-Bbes-RWy.js} +1 -1
- package/dist/src/api/employee/index.d.ts +9 -8
- package/dist/src/api/team/index.d.ts +3 -1
- package/dist/src/composables/useDebounce.d.ts +9 -0
- package/dist/src/stores/employee.d.ts +515 -6
- package/dist/src/stores/team.d.ts +6 -0
- package/dist/src/types/employee.d.ts +35 -1
- package/dist/src/types/team.d.ts +18 -2
- package/dist/src/views/hr/employee/EmployeeForm.vue.d.ts +6 -2
- package/dist/src/views/hr/employee/EmployeeList.vue.d.ts +3 -0
- package/dist/src/views/team/locales/index.d.ts +3 -0
- package/dist/src/views/team/member/AddMemberForm.vue.d.ts +9 -0
- package/dist/src/views/team/member/TeamMemberMasterUser.vue.d.ts +5 -5
- package/dist/style.css +1 -1
- package/dist/{timesheet-C_WtQDqh.js → timesheet-Dbp6blBA.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-B7R116Aw.js → useAppStore-e7cSGuDZ.js} +1 -1
- package/dist/useDebounce-BngBuKwH.js +12 -0
- package/dist/{useLoading-CwSP2H00.js → useLoading-C8ko-jia.js} +1 -1
- package/dist/{useReportPermissions-DVOIk2oR.js → useReportPermissions-B0EDgKey.js} +3 -3
- package/package.json +2 -2
- package/dist/AuditLogList-E_BtUYs7.js +0 -915
- package/dist/EmployeeList-D758_PXx.js +0 -621
- package/dist/RoleList-DuXjqXwQ.js +0 -499
- package/dist/TeamMemberList-BHpOC5vA.js +0 -989
- package/dist/employee--8czm9KP.js +0 -145
- package/dist/team-C7-0IiCm.js +0 -33
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { getCurrentInstance as xt, inject as
|
|
1
|
+
import { getCurrentInstance as xt, inject as $n, ref as Ve, shallowRef as zn, computed as te, watch as St, onMounted as Xt, onUnmounted as An, defineComponent as Ne, h as Sn, createVNode as _e, Text as Kn, Fragment as Ee, resolveComponent as Ye, createBlock as Se, openBlock as B, withCtx as he, createElementVNode as ae, createElementBlock as se, toDisplayString as Ae, unref as H, renderList as be, renderSlot as ge, createCommentVNode as Oe, createTextVNode as Qn, useSlots as qn, normalizeStyle as ct, normalizeClass as qe, toRef as Qt, createSlots as Fe, nextTick as es, mergeModels as qt, useModel as ts } from "vue";
|
|
2
2
|
import { useI18n as _t, useCoreStore as ns } from "@feedmepos/mf-common";
|
|
3
3
|
import "@vue/devtools-api";
|
|
4
|
-
import { p as
|
|
5
|
-
import { d as ut, g as os, b as is } from "./iteration-
|
|
6
|
-
import { k as cs, p as us, u as me, C as ms, A as Tt } from "./app-
|
|
7
|
-
import { u as ds } from "./index-
|
|
8
|
-
import { u as fs } from "./useAppStore-
|
|
4
|
+
import { p as Mt, j as ss, x as as, y as Nt, z as rs, l as ls, $ as kt } from "./index-5ziPpN4I.js";
|
|
5
|
+
import { d as ut, g as os, b as is } from "./iteration-L8TLGaCI.js";
|
|
6
|
+
import { k as cs, p as us, u as me, C as ms, A as Tt } from "./app-Iv5hLrRX.js";
|
|
7
|
+
import { u as ds } from "./index-DzRWjF3a.js";
|
|
8
|
+
import { u as fs } from "./useAppStore-e7cSGuDZ.js";
|
|
9
9
|
/*!
|
|
10
10
|
* shared v10.0.5
|
|
11
11
|
* (c) 2024 kazuya kawaguchi
|
|
12
12
|
* Released under the MIT License.
|
|
13
13
|
*/
|
|
14
|
-
const en = typeof window < "u", Ue = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), _s = (e, t, n) => ps({ l: e, k: t, s: n }), ps = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), de = (e) => typeof e == "number" && isFinite(e),
|
|
14
|
+
const en = typeof window < "u", Ue = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), _s = (e, t, n) => ps({ l: e, k: t, s: n }), ps = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), de = (e) => typeof e == "number" && isFinite(e), bs = (e) => Yt(e) === "[object Date]", dt = (e) => Yt(e) === "[object RegExp]", pt = (e) => $(e) && Object.keys(e).length === 0, fe = Object.assign, hs = Object.create, q = (e = null) => hs(e);
|
|
15
15
|
let tn;
|
|
16
16
|
const je = () => tn || (tn = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : q());
|
|
17
17
|
function nn(e) {
|
|
18
18
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
19
19
|
}
|
|
20
20
|
const gs = Object.prototype.hasOwnProperty;
|
|
21
|
-
function
|
|
21
|
+
function ye(e, t) {
|
|
22
22
|
return gs.call(e, t);
|
|
23
23
|
}
|
|
24
|
-
const ue = Array.isArray, le = (e) => typeof e == "function", F = (e) => typeof e == "string", ce = (e) => typeof e == "boolean",
|
|
24
|
+
const ue = Array.isArray, le = (e) => typeof e == "function", F = (e) => typeof e == "string", ce = (e) => typeof e == "boolean", z = (e) => e !== null && typeof e == "object", vs = (e) => z(e) && le(e.then) && le(e.catch), Mn = Object.prototype.toString, Yt = (e) => Mn.call(e), $ = (e) => Yt(e) === "[object Object]", Is = (e) => e == null ? "" : ue(e) || $(e) && e.toString === Mn ? JSON.stringify(e, null, 2) : String(e);
|
|
25
25
|
function Zt(e, t = "") {
|
|
26
26
|
return e.reduce((n, s, l) => l === 0 ? n + s : n + t + s, "");
|
|
27
27
|
}
|
|
28
28
|
function Es(e, t) {
|
|
29
29
|
typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
|
|
30
30
|
}
|
|
31
|
-
const rt = (e) => !
|
|
31
|
+
const rt = (e) => !z(e) || ue(e);
|
|
32
32
|
function mt(e, t) {
|
|
33
33
|
if (rt(e) || rt(t))
|
|
34
34
|
throw new Error("Invalid value");
|
|
@@ -36,14 +36,14 @@ function mt(e, t) {
|
|
|
36
36
|
for (; n.length; ) {
|
|
37
37
|
const { src: s, des: l } = n.pop();
|
|
38
38
|
Object.keys(s).forEach((a) => {
|
|
39
|
-
a !== "__proto__" && (
|
|
39
|
+
a !== "__proto__" && (z(s[a]) && !z(l[a]) && (l[a] = Array.isArray(s[a]) ? [] : q()), rt(l[a]) || rt(s[a]) ? l[a] = s[a] : n.push({ src: s[a], des: l[a] }));
|
|
40
40
|
});
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function ys(e, t, n) {
|
|
44
44
|
return { line: e, column: t, offset: n };
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function Dt(e, t, n) {
|
|
47
47
|
return { start: e, end: t };
|
|
48
48
|
}
|
|
49
49
|
const Q = {
|
|
@@ -63,8 +63,8 @@ const Q = {
|
|
|
63
63
|
UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,
|
|
64
64
|
UNEXPECTED_EMPTY_LINKED_KEY: 13,
|
|
65
65
|
UNEXPECTED_LEXICAL_ANALYSIS: 14
|
|
66
|
-
},
|
|
67
|
-
function
|
|
66
|
+
}, Ns = 17;
|
|
67
|
+
function bt(e, t, n = {}) {
|
|
68
68
|
const { domain: s, messages: l, args: a } = n, c = e, m = new SyntaxError(String(c));
|
|
69
69
|
return m.code = e, t && (m.location = t), m.domain = s, m;
|
|
70
70
|
}
|
|
@@ -73,14 +73,14 @@ function ks(e) {
|
|
|
73
73
|
}
|
|
74
74
|
const Te = " ", Ts = "\r", pe = `
|
|
75
75
|
`, Os = "\u2028", Ls = "\u2029";
|
|
76
|
-
function
|
|
76
|
+
function Rs(e) {
|
|
77
77
|
const t = e;
|
|
78
78
|
let n = 0, s = 1, l = 1, a = 0;
|
|
79
|
-
const c = (g) => t[g] === Ts && t[g + 1] === pe, m = (g) => t[g] === pe, u = (g) => t[g] === Ls, p = (g) => t[g] === Os, O = (g) => c(g) || m(g) || u(g) || p(g),
|
|
79
|
+
const c = (g) => t[g] === Ts && t[g + 1] === pe, m = (g) => t[g] === pe, u = (g) => t[g] === Ls, p = (g) => t[g] === Os, O = (g) => c(g) || m(g) || u(g) || p(g), R = () => n, y = () => s, P = () => l, U = () => a, L = (g) => c(g) || u(g) || p(g) ? pe : t[g], D = () => L(n), i = () => L(n + a);
|
|
80
80
|
function d() {
|
|
81
81
|
return a = 0, O(n) && (s++, l = 0), c(n) && n++, n++, l++, t[n];
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function N() {
|
|
84
84
|
return c(n + a) && a++, a++, t[n + a];
|
|
85
85
|
}
|
|
86
86
|
function _() {
|
|
@@ -96,23 +96,23 @@ function Cs(e) {
|
|
|
96
96
|
a = 0;
|
|
97
97
|
}
|
|
98
98
|
return {
|
|
99
|
-
index:
|
|
100
|
-
line:
|
|
99
|
+
index: R,
|
|
100
|
+
line: y,
|
|
101
101
|
column: P,
|
|
102
102
|
peekOffset: U,
|
|
103
103
|
charAt: L,
|
|
104
|
-
currentChar:
|
|
104
|
+
currentChar: D,
|
|
105
105
|
currentPeek: i,
|
|
106
106
|
next: d,
|
|
107
|
-
peek:
|
|
107
|
+
peek: N,
|
|
108
108
|
reset: _,
|
|
109
109
|
resetPeek: w,
|
|
110
110
|
skipToPeek: S
|
|
111
111
|
};
|
|
112
112
|
}
|
|
113
|
-
const
|
|
113
|
+
const Ce = void 0, Cs = ".", sn = "'", As = "tokenizer";
|
|
114
114
|
function Ss(e, t = {}) {
|
|
115
|
-
const n = t.location !== !1, s =
|
|
115
|
+
const n = t.location !== !1, s = Rs(e), l = () => s.index(), a = () => ys(s.line(), s.column(), s.index()), c = a(), m = l(), u = {
|
|
116
116
|
currentType: 13,
|
|
117
117
|
offset: m,
|
|
118
118
|
startLoc: c,
|
|
@@ -125,28 +125,28 @@ function Ss(e, t = {}) {
|
|
|
125
125
|
inLinked: !1,
|
|
126
126
|
text: ""
|
|
127
127
|
}, p = () => u, { onError: O } = t;
|
|
128
|
-
function
|
|
128
|
+
function R(r, o, h, ...V) {
|
|
129
129
|
const oe = p();
|
|
130
|
-
if (o.column +=
|
|
131
|
-
const Y = n ?
|
|
130
|
+
if (o.column += h, o.offset += h, O) {
|
|
131
|
+
const Y = n ? Dt(oe.startLoc, o) : null, f = bt(r, Y, {
|
|
132
132
|
domain: As,
|
|
133
133
|
args: V
|
|
134
134
|
});
|
|
135
135
|
O(f);
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
function
|
|
138
|
+
function y(r, o, h) {
|
|
139
139
|
r.endLoc = a(), r.currentType = o;
|
|
140
140
|
const V = { type: o };
|
|
141
|
-
return n && (V.loc =
|
|
141
|
+
return n && (V.loc = Dt(r.startLoc, r.endLoc)), h != null && (V.value = h), V;
|
|
142
142
|
}
|
|
143
|
-
const P = (r) =>
|
|
143
|
+
const P = (r) => y(
|
|
144
144
|
r,
|
|
145
145
|
13
|
|
146
146
|
/* TokenTypes.EOF */
|
|
147
147
|
);
|
|
148
148
|
function U(r, o) {
|
|
149
|
-
return r.currentChar() === o ? (r.next(), o) : (
|
|
149
|
+
return r.currentChar() === o ? (r.next(), o) : (R(Q.EXPECTED_TOKEN, a(), 0, o), "");
|
|
150
150
|
}
|
|
151
151
|
function L(r) {
|
|
152
152
|
let o = "";
|
|
@@ -154,12 +154,12 @@ function Ss(e, t = {}) {
|
|
|
154
154
|
o += r.currentPeek(), r.peek();
|
|
155
155
|
return o;
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function D(r) {
|
|
158
158
|
const o = L(r);
|
|
159
159
|
return r.skipToPeek(), o;
|
|
160
160
|
}
|
|
161
161
|
function i(r) {
|
|
162
|
-
if (r ===
|
|
162
|
+
if (r === Ce)
|
|
163
163
|
return !1;
|
|
164
164
|
const o = r.charCodeAt(0);
|
|
165
165
|
return o >= 97 && o <= 122 || // a-z
|
|
@@ -167,62 +167,62 @@ function Ss(e, t = {}) {
|
|
|
167
167
|
o === 95;
|
|
168
168
|
}
|
|
169
169
|
function d(r) {
|
|
170
|
-
if (r ===
|
|
170
|
+
if (r === Ce)
|
|
171
171
|
return !1;
|
|
172
172
|
const o = r.charCodeAt(0);
|
|
173
173
|
return o >= 48 && o <= 57;
|
|
174
174
|
}
|
|
175
|
-
function
|
|
176
|
-
const { currentType:
|
|
177
|
-
if (
|
|
175
|
+
function N(r, o) {
|
|
176
|
+
const { currentType: h } = o;
|
|
177
|
+
if (h !== 2)
|
|
178
178
|
return !1;
|
|
179
179
|
L(r);
|
|
180
180
|
const V = i(r.currentPeek());
|
|
181
181
|
return r.resetPeek(), V;
|
|
182
182
|
}
|
|
183
183
|
function _(r, o) {
|
|
184
|
-
const { currentType:
|
|
185
|
-
if (
|
|
184
|
+
const { currentType: h } = o;
|
|
185
|
+
if (h !== 2)
|
|
186
186
|
return !1;
|
|
187
187
|
L(r);
|
|
188
188
|
const V = r.currentPeek() === "-" ? r.peek() : r.currentPeek(), oe = d(V);
|
|
189
189
|
return r.resetPeek(), oe;
|
|
190
190
|
}
|
|
191
191
|
function w(r, o) {
|
|
192
|
-
const { currentType:
|
|
193
|
-
if (
|
|
192
|
+
const { currentType: h } = o;
|
|
193
|
+
if (h !== 2)
|
|
194
194
|
return !1;
|
|
195
195
|
L(r);
|
|
196
196
|
const V = r.currentPeek() === sn;
|
|
197
197
|
return r.resetPeek(), V;
|
|
198
198
|
}
|
|
199
199
|
function S(r, o) {
|
|
200
|
-
const { currentType:
|
|
201
|
-
if (
|
|
200
|
+
const { currentType: h } = o;
|
|
201
|
+
if (h !== 7)
|
|
202
202
|
return !1;
|
|
203
203
|
L(r);
|
|
204
204
|
const V = r.currentPeek() === ".";
|
|
205
205
|
return r.resetPeek(), V;
|
|
206
206
|
}
|
|
207
207
|
function g(r, o) {
|
|
208
|
-
const { currentType:
|
|
209
|
-
if (
|
|
208
|
+
const { currentType: h } = o;
|
|
209
|
+
if (h !== 8)
|
|
210
210
|
return !1;
|
|
211
211
|
L(r);
|
|
212
212
|
const V = i(r.currentPeek());
|
|
213
213
|
return r.resetPeek(), V;
|
|
214
214
|
}
|
|
215
215
|
function v(r, o) {
|
|
216
|
-
const { currentType:
|
|
217
|
-
if (!(
|
|
216
|
+
const { currentType: h } = o;
|
|
217
|
+
if (!(h === 7 || h === 11))
|
|
218
218
|
return !1;
|
|
219
219
|
L(r);
|
|
220
220
|
const V = r.currentPeek() === ":";
|
|
221
221
|
return r.resetPeek(), V;
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
const { currentType:
|
|
225
|
-
if (
|
|
223
|
+
function b(r, o) {
|
|
224
|
+
const { currentType: h } = o;
|
|
225
|
+
if (h !== 9)
|
|
226
226
|
return !1;
|
|
227
227
|
const V = () => {
|
|
228
228
|
const Y = r.currentPeek();
|
|
@@ -236,17 +236,17 @@ function Ss(e, t = {}) {
|
|
|
236
236
|
return r.resetPeek(), o;
|
|
237
237
|
}
|
|
238
238
|
function A(r, o = !0) {
|
|
239
|
-
const
|
|
239
|
+
const h = (oe = !1, Y = "") => {
|
|
240
240
|
const f = r.currentPeek();
|
|
241
|
-
return f === "{" || f === "@" || !f ? oe : f === "|" ? !(Y === Te || Y === pe) : f === Te ? (r.peek(),
|
|
242
|
-
}, V =
|
|
241
|
+
return f === "{" || f === "@" || !f ? oe : f === "|" ? !(Y === Te || Y === pe) : f === Te ? (r.peek(), h(!0, Te)) : f === pe ? (r.peek(), h(!0, pe)) : !0;
|
|
242
|
+
}, V = h();
|
|
243
243
|
return o && r.resetPeek(), V;
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
const
|
|
247
|
-
return
|
|
245
|
+
function C(r, o) {
|
|
246
|
+
const h = r.currentChar();
|
|
247
|
+
return h === Ce ? Ce : o(h) ? (r.next(), h) : null;
|
|
248
248
|
}
|
|
249
|
-
function
|
|
249
|
+
function W(r) {
|
|
250
250
|
const o = r.charCodeAt(0);
|
|
251
251
|
return o >= 97 && o <= 122 || // a-z
|
|
252
252
|
o >= 65 && o <= 90 || // A-Z
|
|
@@ -254,10 +254,10 @@ function Ss(e, t = {}) {
|
|
|
254
254
|
o === 95 || // _
|
|
255
255
|
o === 36;
|
|
256
256
|
}
|
|
257
|
-
function
|
|
258
|
-
return
|
|
257
|
+
function G(r) {
|
|
258
|
+
return C(r, W);
|
|
259
259
|
}
|
|
260
|
-
function
|
|
260
|
+
function M(r) {
|
|
261
261
|
const o = r.charCodeAt(0);
|
|
262
262
|
return o >= 97 && o <= 122 || // a-z
|
|
263
263
|
o >= 65 && o <= 90 || // A-Z
|
|
@@ -267,14 +267,14 @@ function Ss(e, t = {}) {
|
|
|
267
267
|
o === 45;
|
|
268
268
|
}
|
|
269
269
|
function T(r) {
|
|
270
|
-
return
|
|
270
|
+
return C(r, M);
|
|
271
271
|
}
|
|
272
272
|
function k(r) {
|
|
273
273
|
const o = r.charCodeAt(0);
|
|
274
274
|
return o >= 48 && o <= 57;
|
|
275
275
|
}
|
|
276
276
|
function Z(r) {
|
|
277
|
-
return
|
|
277
|
+
return C(r, k);
|
|
278
278
|
}
|
|
279
279
|
function x(r) {
|
|
280
280
|
const o = r.charCodeAt(0);
|
|
@@ -283,55 +283,55 @@ function Ss(e, t = {}) {
|
|
|
283
283
|
o >= 97 && o <= 102;
|
|
284
284
|
}
|
|
285
285
|
function j(r) {
|
|
286
|
-
return
|
|
286
|
+
return C(r, x);
|
|
287
287
|
}
|
|
288
288
|
function ne(r) {
|
|
289
|
-
let o = "",
|
|
289
|
+
let o = "", h = "";
|
|
290
290
|
for (; o = Z(r); )
|
|
291
|
-
|
|
292
|
-
return
|
|
291
|
+
h += o;
|
|
292
|
+
return h;
|
|
293
293
|
}
|
|
294
|
-
function
|
|
294
|
+
function J(r) {
|
|
295
295
|
let o = "";
|
|
296
296
|
for (; ; ) {
|
|
297
|
-
const
|
|
298
|
-
if (
|
|
297
|
+
const h = r.currentChar();
|
|
298
|
+
if (h === "{" || h === "}" || h === "@" || h === "|" || !h)
|
|
299
299
|
break;
|
|
300
|
-
if (
|
|
300
|
+
if (h === Te || h === pe)
|
|
301
301
|
if (A(r))
|
|
302
|
-
o +=
|
|
302
|
+
o += h, r.next();
|
|
303
303
|
else {
|
|
304
304
|
if (E(r))
|
|
305
305
|
break;
|
|
306
|
-
o +=
|
|
306
|
+
o += h, r.next();
|
|
307
307
|
}
|
|
308
308
|
else
|
|
309
|
-
o +=
|
|
309
|
+
o += h, r.next();
|
|
310
310
|
}
|
|
311
311
|
return o;
|
|
312
312
|
}
|
|
313
313
|
function X(r) {
|
|
314
|
-
|
|
315
|
-
let o = "",
|
|
314
|
+
D(r);
|
|
315
|
+
let o = "", h = "";
|
|
316
316
|
for (; o = T(r); )
|
|
317
|
-
|
|
318
|
-
return r.currentChar() ===
|
|
317
|
+
h += o;
|
|
318
|
+
return r.currentChar() === Ce && R(Q.UNTERMINATED_CLOSING_BRACE, a(), 0), h;
|
|
319
319
|
}
|
|
320
|
-
function
|
|
321
|
-
|
|
320
|
+
function K(r) {
|
|
321
|
+
D(r);
|
|
322
322
|
let o = "";
|
|
323
|
-
return r.currentChar() === "-" ? (r.next(), o += `-${ne(r)}`) : o += ne(r), r.currentChar() ===
|
|
323
|
+
return r.currentChar() === "-" ? (r.next(), o += `-${ne(r)}`) : o += ne(r), r.currentChar() === Ce && R(Q.UNTERMINATED_CLOSING_BRACE, a(), 0), o;
|
|
324
324
|
}
|
|
325
325
|
function we(r) {
|
|
326
326
|
return r !== sn && r !== pe;
|
|
327
327
|
}
|
|
328
328
|
function re(r) {
|
|
329
|
-
|
|
330
|
-
let o = "",
|
|
331
|
-
for (; o =
|
|
332
|
-
o === "\\" ?
|
|
329
|
+
D(r), U(r, "'");
|
|
330
|
+
let o = "", h = "";
|
|
331
|
+
for (; o = C(r, we); )
|
|
332
|
+
o === "\\" ? h += Ie(r) : h += o;
|
|
333
333
|
const V = r.currentChar();
|
|
334
|
-
return V === pe || V ===
|
|
334
|
+
return V === pe || V === Ce ? (R(Q.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), V === pe && (r.next(), U(r, "'")), h) : (U(r, "'"), h);
|
|
335
335
|
}
|
|
336
336
|
function Ie(r) {
|
|
337
337
|
const o = r.currentChar();
|
|
@@ -340,173 +340,173 @@ function Ss(e, t = {}) {
|
|
|
340
340
|
case "'":
|
|
341
341
|
return r.next(), `\\${o}`;
|
|
342
342
|
case "u":
|
|
343
|
-
return
|
|
343
|
+
return Je(r, o, 4);
|
|
344
344
|
case "U":
|
|
345
|
-
return
|
|
345
|
+
return Je(r, o, 6);
|
|
346
346
|
default:
|
|
347
|
-
return
|
|
347
|
+
return R(Q.UNKNOWN_ESCAPE_SEQUENCE, a(), 0, o), "";
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
function
|
|
350
|
+
function Je(r, o, h) {
|
|
351
351
|
U(r, o);
|
|
352
352
|
let V = "";
|
|
353
|
-
for (let oe = 0; oe <
|
|
353
|
+
for (let oe = 0; oe < h; oe++) {
|
|
354
354
|
const Y = j(r);
|
|
355
355
|
if (!Y) {
|
|
356
|
-
|
|
356
|
+
R(Q.INVALID_UNICODE_ESCAPE_SEQUENCE, a(), 0, `\\${o}${V}${r.currentChar()}`);
|
|
357
357
|
break;
|
|
358
358
|
}
|
|
359
359
|
V += Y;
|
|
360
360
|
}
|
|
361
361
|
return `\\${o}${V}`;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
363
|
+
function $e(r) {
|
|
364
364
|
return r !== "{" && r !== "}" && r !== Te && r !== pe;
|
|
365
365
|
}
|
|
366
366
|
function vt(r) {
|
|
367
|
-
|
|
368
|
-
let o = "",
|
|
369
|
-
for (; o =
|
|
370
|
-
|
|
371
|
-
return
|
|
367
|
+
D(r);
|
|
368
|
+
let o = "", h = "";
|
|
369
|
+
for (; o = C(r, $e); )
|
|
370
|
+
h += o;
|
|
371
|
+
return h;
|
|
372
372
|
}
|
|
373
373
|
function It(r) {
|
|
374
|
-
let o = "",
|
|
375
|
-
for (; o =
|
|
376
|
-
|
|
377
|
-
return
|
|
374
|
+
let o = "", h = "";
|
|
375
|
+
for (; o = G(r); )
|
|
376
|
+
h += o;
|
|
377
|
+
return h;
|
|
378
378
|
}
|
|
379
379
|
function Et(r) {
|
|
380
|
-
const o = (
|
|
380
|
+
const o = (h) => {
|
|
381
381
|
const V = r.currentChar();
|
|
382
|
-
return V === "{" || V === "@" || V === "|" || V === "(" || V === ")" || !V || V === Te ?
|
|
382
|
+
return V === "{" || V === "@" || V === "|" || V === "(" || V === ")" || !V || V === Te ? h : (h += V, r.next(), o(h));
|
|
383
383
|
};
|
|
384
384
|
return o("");
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
|
|
386
|
+
function ze(r) {
|
|
387
|
+
D(r);
|
|
388
388
|
const o = U(
|
|
389
389
|
r,
|
|
390
390
|
"|"
|
|
391
391
|
/* TokenChars.Pipe */
|
|
392
392
|
);
|
|
393
|
-
return
|
|
393
|
+
return D(r), o;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
396
|
-
let
|
|
395
|
+
function Ge(r, o) {
|
|
396
|
+
let h = null;
|
|
397
397
|
switch (r.currentChar()) {
|
|
398
398
|
case "{":
|
|
399
|
-
return o.braceNest >= 1 &&
|
|
399
|
+
return o.braceNest >= 1 && R(Q.NOT_ALLOW_NEST_PLACEHOLDER, a(), 0), r.next(), h = y(
|
|
400
400
|
o,
|
|
401
401
|
2,
|
|
402
402
|
"{"
|
|
403
403
|
/* TokenChars.BraceLeft */
|
|
404
|
-
),
|
|
404
|
+
), D(r), o.braceNest++, h;
|
|
405
405
|
case "}":
|
|
406
|
-
return o.braceNest > 0 && o.currentType === 2 &&
|
|
406
|
+
return o.braceNest > 0 && o.currentType === 2 && R(Q.EMPTY_PLACEHOLDER, a(), 0), r.next(), h = y(
|
|
407
407
|
o,
|
|
408
408
|
3,
|
|
409
409
|
"}"
|
|
410
410
|
/* TokenChars.BraceRight */
|
|
411
|
-
), o.braceNest--, o.braceNest > 0 &&
|
|
411
|
+
), o.braceNest--, o.braceNest > 0 && D(r), o.inLinked && o.braceNest === 0 && (o.inLinked = !1), h;
|
|
412
412
|
case "@":
|
|
413
|
-
return o.braceNest > 0 &&
|
|
413
|
+
return o.braceNest > 0 && R(Q.UNTERMINATED_CLOSING_BRACE, a(), 0), h = We(r, o) || P(o), o.braceNest = 0, h;
|
|
414
414
|
default: {
|
|
415
415
|
let oe = !0, Y = !0, f = !0;
|
|
416
416
|
if (E(r))
|
|
417
|
-
return o.braceNest > 0 &&
|
|
417
|
+
return o.braceNest > 0 && R(Q.UNTERMINATED_CLOSING_BRACE, a(), 0), h = y(o, 1, ze(r)), o.braceNest = 0, o.inLinked = !1, h;
|
|
418
418
|
if (o.braceNest > 0 && (o.currentType === 4 || o.currentType === 5 || o.currentType === 6))
|
|
419
|
-
return
|
|
420
|
-
if (oe =
|
|
421
|
-
return
|
|
419
|
+
return R(Q.UNTERMINATED_CLOSING_BRACE, a(), 0), o.braceNest = 0, Ke(r, o);
|
|
420
|
+
if (oe = N(r, o))
|
|
421
|
+
return h = y(o, 4, X(r)), D(r), h;
|
|
422
422
|
if (Y = _(r, o))
|
|
423
|
-
return
|
|
423
|
+
return h = y(o, 5, K(r)), D(r), h;
|
|
424
424
|
if (f = w(r, o))
|
|
425
|
-
return
|
|
425
|
+
return h = y(o, 6, re(r)), D(r), h;
|
|
426
426
|
if (!oe && !Y && !f)
|
|
427
|
-
return
|
|
427
|
+
return h = y(o, 12, vt(r)), R(Q.INVALID_TOKEN_IN_PLACEHOLDER, a(), 0, h.value), D(r), h;
|
|
428
428
|
break;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
return
|
|
431
|
+
return h;
|
|
432
432
|
}
|
|
433
|
-
function
|
|
434
|
-
const { currentType:
|
|
433
|
+
function We(r, o) {
|
|
434
|
+
const { currentType: h } = o;
|
|
435
435
|
let V = null;
|
|
436
436
|
const oe = r.currentChar();
|
|
437
|
-
switch ((
|
|
437
|
+
switch ((h === 7 || h === 8 || h === 11 || h === 9) && (oe === pe || oe === Te) && R(Q.INVALID_LINKED_FORMAT, a(), 0), oe) {
|
|
438
438
|
case "@":
|
|
439
|
-
return r.next(), V =
|
|
439
|
+
return r.next(), V = y(
|
|
440
440
|
o,
|
|
441
441
|
7,
|
|
442
442
|
"@"
|
|
443
443
|
/* TokenChars.LinkedAlias */
|
|
444
444
|
), o.inLinked = !0, V;
|
|
445
445
|
case ".":
|
|
446
|
-
return
|
|
446
|
+
return D(r), r.next(), y(
|
|
447
447
|
o,
|
|
448
448
|
8,
|
|
449
449
|
"."
|
|
450
450
|
/* TokenChars.LinkedDot */
|
|
451
451
|
);
|
|
452
452
|
case ":":
|
|
453
|
-
return
|
|
453
|
+
return D(r), r.next(), y(
|
|
454
454
|
o,
|
|
455
455
|
9,
|
|
456
456
|
":"
|
|
457
457
|
/* TokenChars.LinkedDelimiter */
|
|
458
458
|
);
|
|
459
459
|
default:
|
|
460
|
-
return E(r) ? (V =
|
|
460
|
+
return E(r) ? (V = y(o, 1, ze(r)), o.braceNest = 0, o.inLinked = !1, V) : S(r, o) || v(r, o) ? (D(r), We(r, o)) : g(r, o) ? (D(r), y(o, 11, It(r))) : b(r, o) ? (D(r), oe === "{" ? Ge(r, o) || V : y(o, 10, Et(r))) : (h === 7 && R(Q.INVALID_LINKED_FORMAT, a(), 0), o.braceNest = 0, o.inLinked = !1, Ke(r, o));
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
function
|
|
464
|
-
let
|
|
463
|
+
function Ke(r, o) {
|
|
464
|
+
let h = {
|
|
465
465
|
type: 13
|
|
466
466
|
/* TokenTypes.EOF */
|
|
467
467
|
};
|
|
468
468
|
if (o.braceNest > 0)
|
|
469
|
-
return We(r, o) || P(o);
|
|
470
|
-
if (o.inLinked)
|
|
471
469
|
return Ge(r, o) || P(o);
|
|
470
|
+
if (o.inLinked)
|
|
471
|
+
return We(r, o) || P(o);
|
|
472
472
|
switch (r.currentChar()) {
|
|
473
473
|
case "{":
|
|
474
|
-
return
|
|
474
|
+
return Ge(r, o) || P(o);
|
|
475
475
|
case "}":
|
|
476
|
-
return
|
|
476
|
+
return R(Q.UNBALANCED_CLOSING_BRACE, a(), 0), r.next(), y(
|
|
477
477
|
o,
|
|
478
478
|
3,
|
|
479
479
|
"}"
|
|
480
480
|
/* TokenChars.BraceRight */
|
|
481
481
|
);
|
|
482
482
|
case "@":
|
|
483
|
-
return
|
|
483
|
+
return We(r, o) || P(o);
|
|
484
484
|
default: {
|
|
485
485
|
if (E(r))
|
|
486
|
-
return
|
|
486
|
+
return h = y(o, 1, ze(r)), o.braceNest = 0, o.inLinked = !1, h;
|
|
487
487
|
if (A(r))
|
|
488
|
-
return
|
|
488
|
+
return y(o, 0, J(r));
|
|
489
489
|
break;
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
return
|
|
492
|
+
return h;
|
|
493
493
|
}
|
|
494
|
-
function
|
|
495
|
-
const { currentType: r, offset: o, startLoc:
|
|
496
|
-
return u.lastType = r, u.lastOffset = o, u.lastStartLoc =
|
|
494
|
+
function yt() {
|
|
495
|
+
const { currentType: r, offset: o, startLoc: h, endLoc: V } = u;
|
|
496
|
+
return u.lastType = r, u.lastOffset = o, u.lastStartLoc = h, u.lastEndLoc = V, u.offset = l(), u.startLoc = a(), s.currentChar() === Ce ? y(
|
|
497
497
|
u,
|
|
498
498
|
13
|
|
499
499
|
/* TokenTypes.EOF */
|
|
500
|
-
) :
|
|
500
|
+
) : Ke(s, u);
|
|
501
501
|
}
|
|
502
502
|
return {
|
|
503
|
-
nextToken:
|
|
503
|
+
nextToken: yt,
|
|
504
504
|
currentOffset: l,
|
|
505
505
|
currentPosition: a,
|
|
506
506
|
context: p
|
|
507
507
|
};
|
|
508
508
|
}
|
|
509
|
-
const
|
|
509
|
+
const Ms = "parser", Ds = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
510
510
|
function ws(e, t, n) {
|
|
511
511
|
switch (e) {
|
|
512
512
|
case "\\\\":
|
|
@@ -521,106 +521,106 @@ function ws(e, t, n) {
|
|
|
521
521
|
}
|
|
522
522
|
function Ps(e = {}) {
|
|
523
523
|
const t = e.location !== !1, { onError: n } = e;
|
|
524
|
-
function s(i, d,
|
|
524
|
+
function s(i, d, N, _, ...w) {
|
|
525
525
|
const S = i.currentPosition();
|
|
526
526
|
if (S.offset += _, S.column += _, n) {
|
|
527
|
-
const g = t ?
|
|
528
|
-
domain:
|
|
527
|
+
const g = t ? Dt(N, S) : null, v = bt(d, g, {
|
|
528
|
+
domain: Ms,
|
|
529
529
|
args: w
|
|
530
530
|
});
|
|
531
531
|
n(v);
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
function l(i, d,
|
|
534
|
+
function l(i, d, N) {
|
|
535
535
|
const _ = { type: i };
|
|
536
|
-
return t && (_.start = d, _.end = d, _.loc = { start:
|
|
536
|
+
return t && (_.start = d, _.end = d, _.loc = { start: N, end: N }), _;
|
|
537
537
|
}
|
|
538
|
-
function a(i, d,
|
|
539
|
-
t && (i.end = d, i.loc && (i.loc.end =
|
|
538
|
+
function a(i, d, N, _) {
|
|
539
|
+
t && (i.end = d, i.loc && (i.loc.end = N));
|
|
540
540
|
}
|
|
541
541
|
function c(i, d) {
|
|
542
|
-
const
|
|
542
|
+
const N = i.context(), _ = l(3, N.offset, N.startLoc);
|
|
543
543
|
return _.value = d, a(_, i.currentOffset(), i.currentPosition()), _;
|
|
544
544
|
}
|
|
545
545
|
function m(i, d) {
|
|
546
|
-
const
|
|
546
|
+
const N = i.context(), { lastOffset: _, lastStartLoc: w } = N, S = l(5, _, w);
|
|
547
547
|
return S.index = parseInt(d, 10), i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
548
548
|
}
|
|
549
549
|
function u(i, d) {
|
|
550
|
-
const
|
|
550
|
+
const N = i.context(), { lastOffset: _, lastStartLoc: w } = N, S = l(4, _, w);
|
|
551
551
|
return S.key = d, i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
552
552
|
}
|
|
553
553
|
function p(i, d) {
|
|
554
|
-
const
|
|
555
|
-
return S.value = d.replace(
|
|
554
|
+
const N = i.context(), { lastOffset: _, lastStartLoc: w } = N, S = l(9, _, w);
|
|
555
|
+
return S.value = d.replace(Ds, ws), i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
556
556
|
}
|
|
557
557
|
function O(i) {
|
|
558
|
-
const d = i.nextToken(),
|
|
559
|
-
return d.type !== 11 ? (s(i, Q.UNEXPECTED_EMPTY_LINKED_MODIFIER,
|
|
558
|
+
const d = i.nextToken(), N = i.context(), { lastOffset: _, lastStartLoc: w } = N, S = l(8, _, w);
|
|
559
|
+
return d.type !== 11 ? (s(i, Q.UNEXPECTED_EMPTY_LINKED_MODIFIER, N.lastStartLoc, 0), S.value = "", a(S, _, w), {
|
|
560
560
|
nextConsumeToken: d,
|
|
561
561
|
node: S
|
|
562
|
-
}) : (d.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS,
|
|
562
|
+
}) : (d.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, N.lastStartLoc, 0, ke(d)), S.value = d.value || "", a(S, i.currentOffset(), i.currentPosition()), {
|
|
563
563
|
node: S
|
|
564
564
|
});
|
|
565
565
|
}
|
|
566
|
-
function
|
|
567
|
-
const
|
|
566
|
+
function R(i, d) {
|
|
567
|
+
const N = i.context(), _ = l(7, N.offset, N.startLoc);
|
|
568
568
|
return _.value = d, a(_, i.currentOffset(), i.currentPosition()), _;
|
|
569
569
|
}
|
|
570
|
-
function
|
|
571
|
-
const d = i.context(),
|
|
570
|
+
function y(i) {
|
|
571
|
+
const d = i.context(), N = l(6, d.offset, d.startLoc);
|
|
572
572
|
let _ = i.nextToken();
|
|
573
573
|
if (_.type === 8) {
|
|
574
574
|
const w = O(i);
|
|
575
|
-
|
|
575
|
+
N.modifier = w.node, _ = w.nextConsumeToken || i.nextToken();
|
|
576
576
|
}
|
|
577
577
|
switch (_.type !== 9 && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), _ = i.nextToken(), _.type === 2 && (_ = i.nextToken()), _.type) {
|
|
578
578
|
case 10:
|
|
579
|
-
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)),
|
|
579
|
+
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), N.key = R(i, _.value || "");
|
|
580
580
|
break;
|
|
581
581
|
case 4:
|
|
582
|
-
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)),
|
|
582
|
+
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), N.key = u(i, _.value || "");
|
|
583
583
|
break;
|
|
584
584
|
case 5:
|
|
585
|
-
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)),
|
|
585
|
+
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), N.key = m(i, _.value || "");
|
|
586
586
|
break;
|
|
587
587
|
case 6:
|
|
588
|
-
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)),
|
|
588
|
+
_.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), N.key = p(i, _.value || "");
|
|
589
589
|
break;
|
|
590
590
|
default: {
|
|
591
591
|
s(i, Q.UNEXPECTED_EMPTY_LINKED_KEY, d.lastStartLoc, 0);
|
|
592
592
|
const w = i.context(), S = l(7, w.offset, w.startLoc);
|
|
593
|
-
return S.value = "", a(S, w.offset, w.startLoc),
|
|
593
|
+
return S.value = "", a(S, w.offset, w.startLoc), N.key = S, a(N, w.offset, w.startLoc), {
|
|
594
594
|
nextConsumeToken: _,
|
|
595
|
-
node:
|
|
595
|
+
node: N
|
|
596
596
|
};
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
|
-
return a(
|
|
600
|
-
node:
|
|
599
|
+
return a(N, i.currentOffset(), i.currentPosition()), {
|
|
600
|
+
node: N
|
|
601
601
|
};
|
|
602
602
|
}
|
|
603
603
|
function P(i) {
|
|
604
|
-
const d = i.context(),
|
|
604
|
+
const d = i.context(), N = d.currentType === 1 ? i.currentOffset() : d.offset, _ = d.currentType === 1 ? d.endLoc : d.startLoc, w = l(2, N, _);
|
|
605
605
|
w.items = [];
|
|
606
606
|
let S = null;
|
|
607
607
|
do {
|
|
608
|
-
const
|
|
609
|
-
switch (S = null,
|
|
608
|
+
const b = S || i.nextToken();
|
|
609
|
+
switch (S = null, b.type) {
|
|
610
610
|
case 0:
|
|
611
|
-
|
|
611
|
+
b.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(b)), w.items.push(c(i, b.value || ""));
|
|
612
612
|
break;
|
|
613
613
|
case 5:
|
|
614
|
-
|
|
614
|
+
b.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(b)), w.items.push(m(i, b.value || ""));
|
|
615
615
|
break;
|
|
616
616
|
case 4:
|
|
617
|
-
|
|
617
|
+
b.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(b)), w.items.push(u(i, b.value || ""));
|
|
618
618
|
break;
|
|
619
619
|
case 6:
|
|
620
|
-
|
|
620
|
+
b.value == null && s(i, Q.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(b)), w.items.push(p(i, b.value || ""));
|
|
621
621
|
break;
|
|
622
622
|
case 7: {
|
|
623
|
-
const E =
|
|
623
|
+
const E = y(i);
|
|
624
624
|
w.items.push(E.node), S = E.nextConsumeToken || null;
|
|
625
625
|
break;
|
|
626
626
|
}
|
|
@@ -629,26 +629,26 @@ function Ps(e = {}) {
|
|
|
629
629
|
const g = d.currentType === 1 ? d.lastOffset : i.currentOffset(), v = d.currentType === 1 ? d.lastEndLoc : i.currentPosition();
|
|
630
630
|
return a(w, g, v), w;
|
|
631
631
|
}
|
|
632
|
-
function U(i, d,
|
|
632
|
+
function U(i, d, N, _) {
|
|
633
633
|
const w = i.context();
|
|
634
634
|
let S = _.items.length === 0;
|
|
635
|
-
const g = l(1, d,
|
|
635
|
+
const g = l(1, d, N);
|
|
636
636
|
g.cases = [], g.cases.push(_);
|
|
637
637
|
do {
|
|
638
638
|
const v = P(i);
|
|
639
639
|
S || (S = v.items.length === 0), g.cases.push(v);
|
|
640
640
|
} while (w.currentType !== 13);
|
|
641
|
-
return S && s(i, Q.MUST_HAVE_MESSAGES_IN_PLURAL,
|
|
641
|
+
return S && s(i, Q.MUST_HAVE_MESSAGES_IN_PLURAL, N, 0), a(g, i.currentOffset(), i.currentPosition()), g;
|
|
642
642
|
}
|
|
643
643
|
function L(i) {
|
|
644
|
-
const d = i.context(), { offset:
|
|
645
|
-
return d.currentType === 13 ? w : U(i,
|
|
644
|
+
const d = i.context(), { offset: N, startLoc: _ } = d, w = P(i);
|
|
645
|
+
return d.currentType === 13 ? w : U(i, N, _, w);
|
|
646
646
|
}
|
|
647
|
-
function
|
|
648
|
-
const d = Ss(i, fe({}, e)),
|
|
649
|
-
return t && _.loc && (_.loc.source = i), _.body = L(d), e.onCacheKey && (_.cacheKey = e.onCacheKey(i)),
|
|
647
|
+
function D(i) {
|
|
648
|
+
const d = Ss(i, fe({}, e)), N = d.context(), _ = l(0, N.offset, N.startLoc);
|
|
649
|
+
return t && _.loc && (_.loc.source = i), _.body = L(d), e.onCacheKey && (_.cacheKey = e.onCacheKey(i)), N.currentType !== 13 && s(d, Q.UNEXPECTED_LEXICAL_ANALYSIS, N.lastStartLoc, 0, i[N.offset] || ""), a(_, d.currentOffset(), d.currentPosition()), _;
|
|
650
650
|
}
|
|
651
|
-
return { parse:
|
|
651
|
+
return { parse: D };
|
|
652
652
|
}
|
|
653
653
|
function ke(e) {
|
|
654
654
|
if (e.type === 13)
|
|
@@ -665,9 +665,9 @@ function Fs(e, t = {}) {
|
|
|
665
665
|
}
|
|
666
666
|
function an(e, t) {
|
|
667
667
|
for (let n = 0; n < e.length; n++)
|
|
668
|
-
|
|
668
|
+
Bt(e[n], t);
|
|
669
669
|
}
|
|
670
|
-
function
|
|
670
|
+
function Bt(e, t) {
|
|
671
671
|
switch (e.type) {
|
|
672
672
|
case 1:
|
|
673
673
|
an(e.cases, t), t.helper(
|
|
@@ -679,7 +679,7 @@ function Ht(e, t) {
|
|
|
679
679
|
an(e.items, t);
|
|
680
680
|
break;
|
|
681
681
|
case 6: {
|
|
682
|
-
|
|
682
|
+
Bt(e.key, t), t.helper(
|
|
683
683
|
"linked"
|
|
684
684
|
/* HelperNameMap.LINKED */
|
|
685
685
|
), t.helper(
|
|
@@ -713,7 +713,7 @@ function js(e, t = {}) {
|
|
|
713
713
|
n.helper(
|
|
714
714
|
"normalize"
|
|
715
715
|
/* HelperNameMap.NORMALIZE */
|
|
716
|
-
), e.body &&
|
|
716
|
+
), e.body && Bt(e.body, n);
|
|
717
717
|
const s = n.context();
|
|
718
718
|
e.helpers = Array.from(s.helpers);
|
|
719
719
|
}
|
|
@@ -803,42 +803,42 @@ function Us(e, t) {
|
|
|
803
803
|
};
|
|
804
804
|
a && e.loc && (c.source = e.loc.source);
|
|
805
805
|
const m = () => c;
|
|
806
|
-
function u(L,
|
|
806
|
+
function u(L, D) {
|
|
807
807
|
c.code += L;
|
|
808
808
|
}
|
|
809
|
-
function p(L,
|
|
810
|
-
const i =
|
|
809
|
+
function p(L, D = !0) {
|
|
810
|
+
const i = D ? s : "";
|
|
811
811
|
u(l ? i + " ".repeat(L) : i);
|
|
812
812
|
}
|
|
813
813
|
function O(L = !0) {
|
|
814
|
-
const
|
|
815
|
-
L && p(
|
|
814
|
+
const D = ++c.indentLevel;
|
|
815
|
+
L && p(D);
|
|
816
816
|
}
|
|
817
|
-
function
|
|
818
|
-
const
|
|
819
|
-
L && p(
|
|
817
|
+
function R(L = !0) {
|
|
818
|
+
const D = --c.indentLevel;
|
|
819
|
+
L && p(D);
|
|
820
820
|
}
|
|
821
|
-
function
|
|
821
|
+
function y() {
|
|
822
822
|
p(c.indentLevel);
|
|
823
823
|
}
|
|
824
824
|
return {
|
|
825
825
|
context: m,
|
|
826
826
|
push: u,
|
|
827
827
|
indent: O,
|
|
828
|
-
deindent:
|
|
829
|
-
newline:
|
|
828
|
+
deindent: R,
|
|
829
|
+
newline: y,
|
|
830
830
|
helper: (L) => `_${L}`,
|
|
831
831
|
needIndent: () => c.needIndent
|
|
832
832
|
};
|
|
833
833
|
}
|
|
834
|
-
function
|
|
834
|
+
function Gs(e, t) {
|
|
835
835
|
const { helper: n } = e;
|
|
836
836
|
e.push(`${n(
|
|
837
837
|
"linked"
|
|
838
838
|
/* HelperNameMap.LINKED */
|
|
839
839
|
)}(`), Ze(e, t.key), t.modifier ? (e.push(", "), Ze(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
|
|
840
840
|
}
|
|
841
|
-
function
|
|
841
|
+
function Ws(e, t) {
|
|
842
842
|
const { helper: n, needIndent: s } = e;
|
|
843
843
|
e.push(`${n(
|
|
844
844
|
"normalize"
|
|
@@ -875,10 +875,10 @@ function Ze(e, t) {
|
|
|
875
875
|
xs(e, t);
|
|
876
876
|
break;
|
|
877
877
|
case 2:
|
|
878
|
-
|
|
878
|
+
Ws(e, t);
|
|
879
879
|
break;
|
|
880
880
|
case 6:
|
|
881
|
-
|
|
881
|
+
Gs(e, t);
|
|
882
882
|
break;
|
|
883
883
|
case 8:
|
|
884
884
|
e.push(JSON.stringify(t.value), t);
|
|
@@ -934,21 +934,21 @@ function Zs(e, t = {}) {
|
|
|
934
934
|
const n = fe({}, t), s = !!n.jit, l = !!n.minify, a = n.optimize == null ? !0 : n.optimize, m = Ps(n).parse(e);
|
|
935
935
|
return s ? (a && Vs(m), l && Xe(m), { ast: m, code: "" }) : (js(m, n), Ys(m, n));
|
|
936
936
|
}
|
|
937
|
-
var
|
|
938
|
-
function
|
|
937
|
+
var Bs = { env: { NODE_ENV: "production" } };
|
|
938
|
+
function Hs() {
|
|
939
939
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (je().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (je().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
940
940
|
}
|
|
941
941
|
function Ot(e) {
|
|
942
|
-
return (n) =>
|
|
942
|
+
return (n) => Js(n, e);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
const n =
|
|
944
|
+
function Js(e, t) {
|
|
945
|
+
const n = zs(t);
|
|
946
946
|
if (n == null)
|
|
947
947
|
throw et(
|
|
948
948
|
0
|
|
949
949
|
/* NodeTypes.Resource */
|
|
950
950
|
);
|
|
951
|
-
if (
|
|
951
|
+
if (Ht(n) === 1) {
|
|
952
952
|
const a = Qs(n);
|
|
953
953
|
return e.plural(a.reduce((c, m) => [
|
|
954
954
|
...c,
|
|
@@ -957,13 +957,13 @@ function $s(e, t) {
|
|
|
957
957
|
} else
|
|
958
958
|
return ln(e, n);
|
|
959
959
|
}
|
|
960
|
-
const
|
|
961
|
-
function
|
|
962
|
-
return
|
|
960
|
+
const $s = ["b", "body"];
|
|
961
|
+
function zs(e) {
|
|
962
|
+
return Me(e, $s);
|
|
963
963
|
}
|
|
964
|
-
const
|
|
964
|
+
const Ks = ["c", "cases"];
|
|
965
965
|
function Qs(e) {
|
|
966
|
-
return
|
|
966
|
+
return Me(e, Ks, []);
|
|
967
967
|
}
|
|
968
968
|
function ln(e, t) {
|
|
969
969
|
const n = ea(t);
|
|
@@ -976,14 +976,14 @@ function ln(e, t) {
|
|
|
976
976
|
}
|
|
977
977
|
const qs = ["s", "static"];
|
|
978
978
|
function ea(e) {
|
|
979
|
-
return
|
|
979
|
+
return Me(e, qs);
|
|
980
980
|
}
|
|
981
981
|
const ta = ["i", "items"];
|
|
982
982
|
function na(e) {
|
|
983
|
-
return
|
|
983
|
+
return Me(e, ta, []);
|
|
984
984
|
}
|
|
985
985
|
function wt(e, t) {
|
|
986
|
-
const n =
|
|
986
|
+
const n = Ht(t);
|
|
987
987
|
switch (n) {
|
|
988
988
|
case 3:
|
|
989
989
|
return lt(t, n);
|
|
@@ -991,17 +991,17 @@ function wt(e, t) {
|
|
|
991
991
|
return lt(t, n);
|
|
992
992
|
case 4: {
|
|
993
993
|
const s = t;
|
|
994
|
-
if (
|
|
994
|
+
if (ye(s, "k") && s.k)
|
|
995
995
|
return e.interpolate(e.named(s.k));
|
|
996
|
-
if (
|
|
996
|
+
if (ye(s, "key") && s.key)
|
|
997
997
|
return e.interpolate(e.named(s.key));
|
|
998
998
|
throw et(n);
|
|
999
999
|
}
|
|
1000
1000
|
case 5: {
|
|
1001
1001
|
const s = t;
|
|
1002
|
-
if (
|
|
1002
|
+
if (ye(s, "i") && de(s.i))
|
|
1003
1003
|
return e.interpolate(e.list(s.i));
|
|
1004
|
-
if (
|
|
1004
|
+
if (ye(s, "index") && de(s.index))
|
|
1005
1005
|
return e.interpolate(e.list(s.index));
|
|
1006
1006
|
throw et(n);
|
|
1007
1007
|
}
|
|
@@ -1018,23 +1018,23 @@ function wt(e, t) {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
const sa = ["t", "type"];
|
|
1021
|
-
function
|
|
1022
|
-
return
|
|
1021
|
+
function Ht(e) {
|
|
1022
|
+
return Me(e, sa);
|
|
1023
1023
|
}
|
|
1024
1024
|
const aa = ["v", "value"];
|
|
1025
1025
|
function lt(e, t) {
|
|
1026
|
-
const n =
|
|
1026
|
+
const n = Me(e, aa);
|
|
1027
1027
|
if (n)
|
|
1028
1028
|
return n;
|
|
1029
1029
|
throw et(t);
|
|
1030
1030
|
}
|
|
1031
1031
|
const ra = ["m", "modifier"];
|
|
1032
1032
|
function la(e) {
|
|
1033
|
-
return
|
|
1033
|
+
return Me(e, ra);
|
|
1034
1034
|
}
|
|
1035
1035
|
const oa = ["k", "key"];
|
|
1036
1036
|
function ia(e) {
|
|
1037
|
-
const t =
|
|
1037
|
+
const t = Me(e, oa);
|
|
1038
1038
|
if (t)
|
|
1039
1039
|
return t;
|
|
1040
1040
|
throw et(
|
|
@@ -1042,10 +1042,10 @@ function ia(e) {
|
|
|
1042
1042
|
/* NodeTypes.Linked */
|
|
1043
1043
|
);
|
|
1044
1044
|
}
|
|
1045
|
-
function
|
|
1045
|
+
function Me(e, t, n) {
|
|
1046
1046
|
for (let s = 0; s < t.length; s++) {
|
|
1047
1047
|
const l = t[s];
|
|
1048
|
-
if (
|
|
1048
|
+
if (ye(e, l) && e[l] != null)
|
|
1049
1049
|
return e[l];
|
|
1050
1050
|
}
|
|
1051
1051
|
return n;
|
|
@@ -1055,8 +1055,8 @@ function et(e) {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
const ca = (e) => e;
|
|
1057
1057
|
let ot = q();
|
|
1058
|
-
function
|
|
1059
|
-
return
|
|
1058
|
+
function Be(e) {
|
|
1059
|
+
return z(e) && Ht(e) === 0 && (ye(e, "b") || ye(e, "body"));
|
|
1060
1060
|
}
|
|
1061
1061
|
function ua(e, t = {}) {
|
|
1062
1062
|
let n = !1;
|
|
@@ -1074,7 +1074,7 @@ function ma(e, t) {
|
|
|
1074
1074
|
return l;
|
|
1075
1075
|
const { ast: a, detectError: c } = ua(e, {
|
|
1076
1076
|
...t,
|
|
1077
|
-
location:
|
|
1077
|
+
location: Bs.env.NODE_ENV !== "production",
|
|
1078
1078
|
jit: !0
|
|
1079
1079
|
}), m = Ot(a);
|
|
1080
1080
|
return c ? m : ot[s] = m;
|
|
@@ -1104,18 +1104,18 @@ function pa(e) {
|
|
|
1104
1104
|
return (t) => tt && tt.emit(e, t);
|
|
1105
1105
|
}
|
|
1106
1106
|
const Le = {
|
|
1107
|
-
INVALID_ARGUMENT:
|
|
1107
|
+
INVALID_ARGUMENT: Ns,
|
|
1108
1108
|
// 17
|
|
1109
1109
|
INVALID_DATE_ARGUMENT: 18,
|
|
1110
1110
|
INVALID_ISO_DATE_ARGUMENT: 19,
|
|
1111
1111
|
NOT_SUPPORT_LOCALE_PROMISE_VALUE: 21,
|
|
1112
1112
|
NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: 22,
|
|
1113
1113
|
NOT_SUPPORT_LOCALE_TYPE: 23
|
|
1114
|
-
},
|
|
1115
|
-
function
|
|
1116
|
-
return
|
|
1114
|
+
}, ba = 24;
|
|
1115
|
+
function Re(e) {
|
|
1116
|
+
return bt(e, null, void 0);
|
|
1117
1117
|
}
|
|
1118
|
-
function
|
|
1118
|
+
function Jt(e, t) {
|
|
1119
1119
|
return t.locale != null ? on(t.locale) : on(e.locale);
|
|
1120
1120
|
}
|
|
1121
1121
|
let Lt;
|
|
@@ -1128,20 +1128,20 @@ function on(e) {
|
|
|
1128
1128
|
if (e.constructor.name === "Function") {
|
|
1129
1129
|
const t = e();
|
|
1130
1130
|
if (vs(t))
|
|
1131
|
-
throw
|
|
1131
|
+
throw Re(Le.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
1132
1132
|
return Lt = t;
|
|
1133
1133
|
} else
|
|
1134
|
-
throw
|
|
1134
|
+
throw Re(Le.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
|
|
1135
1135
|
} else
|
|
1136
|
-
throw
|
|
1136
|
+
throw Re(Le.NOT_SUPPORT_LOCALE_TYPE);
|
|
1137
1137
|
}
|
|
1138
|
-
function
|
|
1138
|
+
function ha(e, t, n) {
|
|
1139
1139
|
return [.../* @__PURE__ */ new Set([
|
|
1140
1140
|
n,
|
|
1141
|
-
...ue(t) ? t :
|
|
1141
|
+
...ue(t) ? t : z(t) ? Object.keys(t) : F(t) ? [t] : [n]
|
|
1142
1142
|
])];
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function Dn(e, t, n) {
|
|
1145
1145
|
const s = F(n) ? n : ft, l = e;
|
|
1146
1146
|
l.__localeChainCache || (l.__localeChainCache = /* @__PURE__ */ new Map());
|
|
1147
1147
|
let a = l.__localeChainCache.get(s);
|
|
@@ -1150,7 +1150,7 @@ function Mn(e, t, n) {
|
|
|
1150
1150
|
let c = [n];
|
|
1151
1151
|
for (; ue(c); )
|
|
1152
1152
|
c = cn(a, c, t);
|
|
1153
|
-
const m = ue(t) ||
|
|
1153
|
+
const m = ue(t) || !$(t) ? t : t.default ? t.default : null;
|
|
1154
1154
|
c = F(m) ? [m] : m, ue(c) && cn(a, c, !1), l.__localeChainCache.set(s, a);
|
|
1155
1155
|
}
|
|
1156
1156
|
return a;
|
|
@@ -1177,12 +1177,12 @@ function va(e, t, n) {
|
|
|
1177
1177
|
if (!e.includes(t) && (s = !0, t)) {
|
|
1178
1178
|
s = t[t.length - 1] !== "!";
|
|
1179
1179
|
const l = t.replace(/!/g, "");
|
|
1180
|
-
e.push(l), (ue(n) ||
|
|
1180
|
+
e.push(l), (ue(n) || $(n)) && n[l] && (s = n[l]);
|
|
1181
1181
|
}
|
|
1182
1182
|
return s;
|
|
1183
1183
|
}
|
|
1184
|
-
const
|
|
1185
|
-
|
|
1184
|
+
const De = [];
|
|
1185
|
+
De[
|
|
1186
1186
|
0
|
|
1187
1187
|
/* States.BEFORE_PATH */
|
|
1188
1188
|
] = {
|
|
@@ -1204,7 +1204,7 @@ Me[
|
|
|
1204
1204
|
/* States.AFTER_PATH */
|
|
1205
1205
|
]
|
|
1206
1206
|
};
|
|
1207
|
-
|
|
1207
|
+
De[
|
|
1208
1208
|
1
|
|
1209
1209
|
/* States.IN_PATH */
|
|
1210
1210
|
] = {
|
|
@@ -1225,7 +1225,7 @@ Me[
|
|
|
1225
1225
|
/* States.AFTER_PATH */
|
|
1226
1226
|
]
|
|
1227
1227
|
};
|
|
1228
|
-
|
|
1228
|
+
De[
|
|
1229
1229
|
2
|
|
1230
1230
|
/* States.BEFORE_IDENT */
|
|
1231
1231
|
] = {
|
|
@@ -1244,7 +1244,7 @@ Me[
|
|
|
1244
1244
|
/* Actions.APPEND */
|
|
1245
1245
|
]
|
|
1246
1246
|
};
|
|
1247
|
-
|
|
1247
|
+
De[
|
|
1248
1248
|
3
|
|
1249
1249
|
/* States.IN_IDENT */
|
|
1250
1250
|
] = {
|
|
@@ -1279,7 +1279,7 @@ Me[
|
|
|
1279
1279
|
/* Actions.PUSH */
|
|
1280
1280
|
]
|
|
1281
1281
|
};
|
|
1282
|
-
|
|
1282
|
+
De[
|
|
1283
1283
|
4
|
|
1284
1284
|
/* States.IN_SUB_PATH */
|
|
1285
1285
|
] = {
|
|
@@ -1310,7 +1310,7 @@ Me[
|
|
|
1310
1310
|
/* Actions.APPEND */
|
|
1311
1311
|
]
|
|
1312
1312
|
};
|
|
1313
|
-
|
|
1313
|
+
De[
|
|
1314
1314
|
5
|
|
1315
1315
|
/* States.IN_SINGLE_QUOTE */
|
|
1316
1316
|
] = {
|
|
@@ -1326,7 +1326,7 @@ Me[
|
|
|
1326
1326
|
/* Actions.APPEND */
|
|
1327
1327
|
]
|
|
1328
1328
|
};
|
|
1329
|
-
|
|
1329
|
+
De[
|
|
1330
1330
|
6
|
|
1331
1331
|
/* States.IN_DOUBLE_QUOTE */
|
|
1332
1332
|
] = {
|
|
@@ -1346,11 +1346,11 @@ const Ia = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
|
1346
1346
|
function Ea(e) {
|
|
1347
1347
|
return Ia.test(e);
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function ya(e) {
|
|
1350
1350
|
const t = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
|
|
1351
1351
|
return t === n && (t === 34 || t === 39) ? e.slice(1, -1) : e;
|
|
1352
1352
|
}
|
|
1353
|
-
function
|
|
1353
|
+
function Na(e) {
|
|
1354
1354
|
if (e == null)
|
|
1355
1355
|
return "o";
|
|
1356
1356
|
switch (e.charCodeAt(0)) {
|
|
@@ -1377,43 +1377,43 @@ function ya(e) {
|
|
|
1377
1377
|
}
|
|
1378
1378
|
function ka(e) {
|
|
1379
1379
|
const t = e.trim();
|
|
1380
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Ea(t) ?
|
|
1380
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Ea(t) ? ya(t) : "*" + t;
|
|
1381
1381
|
}
|
|
1382
1382
|
function Ta(e) {
|
|
1383
1383
|
const t = [];
|
|
1384
|
-
let n = -1, s = 0, l = 0, a, c, m, u, p, O,
|
|
1385
|
-
const
|
|
1386
|
-
|
|
1384
|
+
let n = -1, s = 0, l = 0, a, c, m, u, p, O, R;
|
|
1385
|
+
const y = [];
|
|
1386
|
+
y[
|
|
1387
1387
|
0
|
|
1388
1388
|
/* Actions.APPEND */
|
|
1389
1389
|
] = () => {
|
|
1390
1390
|
c === void 0 ? c = m : c += m;
|
|
1391
|
-
},
|
|
1391
|
+
}, y[
|
|
1392
1392
|
1
|
|
1393
1393
|
/* Actions.PUSH */
|
|
1394
1394
|
] = () => {
|
|
1395
1395
|
c !== void 0 && (t.push(c), c = void 0);
|
|
1396
|
-
},
|
|
1396
|
+
}, y[
|
|
1397
1397
|
2
|
|
1398
1398
|
/* Actions.INC_SUB_PATH_DEPTH */
|
|
1399
1399
|
] = () => {
|
|
1400
|
-
|
|
1400
|
+
y[
|
|
1401
1401
|
0
|
|
1402
1402
|
/* Actions.APPEND */
|
|
1403
1403
|
](), l++;
|
|
1404
|
-
},
|
|
1404
|
+
}, y[
|
|
1405
1405
|
3
|
|
1406
1406
|
/* Actions.PUSH_SUB_PATH */
|
|
1407
1407
|
] = () => {
|
|
1408
1408
|
if (l > 0)
|
|
1409
|
-
l--, s = 4,
|
|
1409
|
+
l--, s = 4, y[
|
|
1410
1410
|
0
|
|
1411
1411
|
/* Actions.APPEND */
|
|
1412
1412
|
]();
|
|
1413
1413
|
else {
|
|
1414
1414
|
if (l = 0, c === void 0 || (c = ka(c), c === !1))
|
|
1415
1415
|
return !1;
|
|
1416
|
-
|
|
1416
|
+
y[
|
|
1417
1417
|
1
|
|
1418
1418
|
/* Actions.PUSH */
|
|
1419
1419
|
]();
|
|
@@ -1422,14 +1422,14 @@ function Ta(e) {
|
|
|
1422
1422
|
function P() {
|
|
1423
1423
|
const U = e[n + 1];
|
|
1424
1424
|
if (s === 5 && U === "'" || s === 6 && U === '"')
|
|
1425
|
-
return n++, m = "\\" + U,
|
|
1425
|
+
return n++, m = "\\" + U, y[
|
|
1426
1426
|
0
|
|
1427
1427
|
/* Actions.APPEND */
|
|
1428
1428
|
](), !0;
|
|
1429
1429
|
}
|
|
1430
1430
|
for (; s !== null; )
|
|
1431
1431
|
if (n++, a = e[n], !(a === "\\" && P())) {
|
|
1432
|
-
if (u =
|
|
1432
|
+
if (u = Na(a), R = De[s], p = R[u] || R.l || 8, p === 8 || (s = p[0], p[1] !== void 0 && (O = y[p[1]], O && (m = a, O() === !1))))
|
|
1433
1433
|
return;
|
|
1434
1434
|
if (s === 7)
|
|
1435
1435
|
return t;
|
|
@@ -1437,10 +1437,10 @@ function Ta(e) {
|
|
|
1437
1437
|
}
|
|
1438
1438
|
const un = /* @__PURE__ */ new Map();
|
|
1439
1439
|
function Oa(e, t) {
|
|
1440
|
-
return
|
|
1440
|
+
return z(e) ? e[t] : null;
|
|
1441
1441
|
}
|
|
1442
1442
|
function La(e, t) {
|
|
1443
|
-
if (!
|
|
1443
|
+
if (!z(e))
|
|
1444
1444
|
return null;
|
|
1445
1445
|
let n = un.get(t);
|
|
1446
1446
|
if (n || (n = Ta(t), n && un.set(t, n)), !n)
|
|
@@ -1455,12 +1455,12 @@ function La(e, t) {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
return l;
|
|
1457
1457
|
}
|
|
1458
|
-
const
|
|
1459
|
-
function
|
|
1458
|
+
const Ra = "10.0.5", ht = -1, ft = "en-US", mn = "", dn = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
1459
|
+
function Ca() {
|
|
1460
1460
|
return {
|
|
1461
|
-
upper: (e, t) => t === "text" && F(e) ? e.toUpperCase() : t === "vnode" &&
|
|
1462
|
-
lower: (e, t) => t === "text" && F(e) ? e.toLowerCase() : t === "vnode" &&
|
|
1463
|
-
capitalize: (e, t) => t === "text" && F(e) ? dn(e) : t === "vnode" &&
|
|
1461
|
+
upper: (e, t) => t === "text" && F(e) ? e.toUpperCase() : t === "vnode" && z(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
1462
|
+
lower: (e, t) => t === "text" && F(e) ? e.toLowerCase() : t === "vnode" && z(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
1463
|
+
capitalize: (e, t) => t === "text" && F(e) ? dn(e) : t === "vnode" && z(e) && "__v_isVNode" in e ? dn(e.children) : e
|
|
1464
1464
|
};
|
|
1465
1465
|
}
|
|
1466
1466
|
let wn;
|
|
@@ -1472,11 +1472,11 @@ function Sa(e) {
|
|
|
1472
1472
|
Pn = e;
|
|
1473
1473
|
}
|
|
1474
1474
|
let Fn;
|
|
1475
|
-
function
|
|
1475
|
+
function Ma(e) {
|
|
1476
1476
|
Fn = e;
|
|
1477
1477
|
}
|
|
1478
1478
|
let jn = null;
|
|
1479
|
-
const
|
|
1479
|
+
const Da = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
1480
1480
|
jn = e;
|
|
1481
1481
|
}, wa = /* @__NO_SIDE_EFFECTS__ */ () => jn;
|
|
1482
1482
|
let Vn = null;
|
|
@@ -1485,9 +1485,9 @@ const fn = (e) => {
|
|
|
1485
1485
|
}, Pa = () => Vn;
|
|
1486
1486
|
let _n = 0;
|
|
1487
1487
|
function Fa(e = {}) {
|
|
1488
|
-
const t = le(e.onWarn) ? e.onWarn : Es, n = F(e.version) ? e.version :
|
|
1488
|
+
const t = le(e.onWarn) ? e.onWarn : Es, n = F(e.version) ? e.version : Ra, s = F(e.locale) || le(e.locale) ? e.locale : ft, l = le(s) ? ft : s, a = ue(e.fallbackLocale) || $(e.fallbackLocale) || F(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l, c = $(e.messages) ? e.messages : Rt(l), m = $(e.datetimeFormats) ? e.datetimeFormats : Rt(l), u = $(e.numberFormats) ? e.numberFormats : Rt(l), p = fe(q(), e.modifiers, Ca()), O = e.pluralRules || q(), R = le(e.missing) ? e.missing : null, y = ce(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, P = ce(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, U = !!e.fallbackFormat, L = !!e.unresolving, D = le(e.postTranslation) ? e.postTranslation : null, i = $(e.processor) ? e.processor : null, d = ce(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, N = !!e.escapeParameter, _ = le(e.messageCompiler) ? e.messageCompiler : wn, w = le(e.messageResolver) ? e.messageResolver : Pn || Oa, S = le(e.localeFallbacker) ? e.localeFallbacker : Fn || ha, g = z(e.fallbackContext) ? e.fallbackContext : void 0, v = e, b = z(v.__datetimeFormatters) ? v.__datetimeFormatters : /* @__PURE__ */ new Map(), E = z(v.__numberFormatters) ? v.__numberFormatters : /* @__PURE__ */ new Map(), A = z(v.__meta) ? v.__meta : {};
|
|
1489
1489
|
_n++;
|
|
1490
|
-
const
|
|
1490
|
+
const C = {
|
|
1491
1491
|
version: n,
|
|
1492
1492
|
cid: _n,
|
|
1493
1493
|
locale: s,
|
|
@@ -1495,15 +1495,15 @@ function Fa(e = {}) {
|
|
|
1495
1495
|
messages: c,
|
|
1496
1496
|
modifiers: p,
|
|
1497
1497
|
pluralRules: O,
|
|
1498
|
-
missing:
|
|
1499
|
-
missingWarn:
|
|
1498
|
+
missing: R,
|
|
1499
|
+
missingWarn: y,
|
|
1500
1500
|
fallbackWarn: P,
|
|
1501
1501
|
fallbackFormat: U,
|
|
1502
1502
|
unresolving: L,
|
|
1503
|
-
postTranslation:
|
|
1503
|
+
postTranslation: D,
|
|
1504
1504
|
processor: i,
|
|
1505
1505
|
warnHtmlMessage: d,
|
|
1506
|
-
escapeParameter:
|
|
1506
|
+
escapeParameter: N,
|
|
1507
1507
|
messageCompiler: _,
|
|
1508
1508
|
messageResolver: w,
|
|
1509
1509
|
localeFallbacker: S,
|
|
@@ -1511,10 +1511,10 @@ function Fa(e = {}) {
|
|
|
1511
1511
|
onWarn: t,
|
|
1512
1512
|
__meta: A
|
|
1513
1513
|
};
|
|
1514
|
-
return
|
|
1514
|
+
return C.datetimeFormats = m, C.numberFormats = u, C.__datetimeFormatters = b, C.__numberFormatters = E, __INTLIFY_PROD_DEVTOOLS__ && fa(C, n, A), C;
|
|
1515
1515
|
}
|
|
1516
|
-
const
|
|
1517
|
-
function
|
|
1516
|
+
const Rt = (e) => ({ [e]: q() });
|
|
1517
|
+
function $t(e, t, n, s, l) {
|
|
1518
1518
|
const { missing: a, onWarn: c } = e;
|
|
1519
1519
|
if (a !== null) {
|
|
1520
1520
|
const m = a(e, n, t, l);
|
|
@@ -1539,26 +1539,26 @@ function Va(e, t) {
|
|
|
1539
1539
|
return !1;
|
|
1540
1540
|
}
|
|
1541
1541
|
function pn(e, ...t) {
|
|
1542
|
-
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __datetimeFormatters: m } = e, [u, p, O,
|
|
1542
|
+
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __datetimeFormatters: m } = e, [u, p, O, R] = Pt(...t), y = ce(O.missingWarn) ? O.missingWarn : e.missingWarn;
|
|
1543
1543
|
ce(O.fallbackWarn) ? O.fallbackWarn : e.fallbackWarn;
|
|
1544
|
-
const P = !!O.part, U =
|
|
1544
|
+
const P = !!O.part, U = Jt(e, O), L = c(
|
|
1545
1545
|
e,
|
|
1546
1546
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1547
1547
|
l,
|
|
1548
1548
|
U
|
|
1549
1549
|
);
|
|
1550
1550
|
if (!F(u) || u === "")
|
|
1551
|
-
return new Intl.DateTimeFormat(U,
|
|
1552
|
-
let
|
|
1553
|
-
const
|
|
1554
|
-
for (let S = 0; S < L.length && (i = L[S],
|
|
1555
|
-
|
|
1556
|
-
if (
|
|
1557
|
-
return s ?
|
|
1551
|
+
return new Intl.DateTimeFormat(U, R).format(p);
|
|
1552
|
+
let D = {}, i, d = null;
|
|
1553
|
+
const N = "datetime format";
|
|
1554
|
+
for (let S = 0; S < L.length && (i = L[S], D = n[i] || {}, d = D[u], !$(d)); S++)
|
|
1555
|
+
$t(e, u, i, y, N);
|
|
1556
|
+
if (!$(d) || !F(i))
|
|
1557
|
+
return s ? ht : u;
|
|
1558
1558
|
let _ = `${i}__${u}`;
|
|
1559
|
-
pt(
|
|
1559
|
+
pt(R) || (_ = `${_}__${JSON.stringify(R)}`);
|
|
1560
1560
|
let w = m.get(_);
|
|
1561
|
-
return w || (w = new Intl.DateTimeFormat(i, fe({}, d,
|
|
1561
|
+
return w || (w = new Intl.DateTimeFormat(i, fe({}, d, R)), m.set(_, w)), P ? w.formatToParts(p) : w.format(p);
|
|
1562
1562
|
}
|
|
1563
1563
|
const Un = [
|
|
1564
1564
|
"localeMatcher",
|
|
@@ -1588,56 +1588,56 @@ function Pt(...e) {
|
|
|
1588
1588
|
if (F(t)) {
|
|
1589
1589
|
const u = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
|
|
1590
1590
|
if (!u)
|
|
1591
|
-
throw
|
|
1591
|
+
throw Re(Le.INVALID_ISO_DATE_ARGUMENT);
|
|
1592
1592
|
const p = u[3] ? u[3].trim().startsWith("T") ? `${u[1].trim()}${u[3].trim()}` : `${u[1].trim()}T${u[3].trim()}` : u[1].trim();
|
|
1593
1593
|
m = new Date(p);
|
|
1594
1594
|
try {
|
|
1595
1595
|
m.toISOString();
|
|
1596
1596
|
} catch {
|
|
1597
|
-
throw
|
|
1597
|
+
throw Re(Le.INVALID_ISO_DATE_ARGUMENT);
|
|
1598
1598
|
}
|
|
1599
|
-
} else if (
|
|
1599
|
+
} else if (bs(t)) {
|
|
1600
1600
|
if (isNaN(t.getTime()))
|
|
1601
|
-
throw
|
|
1601
|
+
throw Re(Le.INVALID_DATE_ARGUMENT);
|
|
1602
1602
|
m = t;
|
|
1603
1603
|
} else if (de(t))
|
|
1604
1604
|
m = t;
|
|
1605
1605
|
else
|
|
1606
|
-
throw
|
|
1607
|
-
return F(n) ? a.key = n :
|
|
1606
|
+
throw Re(Le.INVALID_ARGUMENT);
|
|
1607
|
+
return F(n) ? a.key = n : $(n) && Object.keys(n).forEach((u) => {
|
|
1608
1608
|
Un.includes(u) ? c[u] = n[u] : a[u] = n[u];
|
|
1609
|
-
}), F(s) ? a.locale = s :
|
|
1609
|
+
}), F(s) ? a.locale = s : $(s) && (c = s), $(l) && (c = l), [a.key || "", m, a, c];
|
|
1610
1610
|
}
|
|
1611
|
-
function
|
|
1611
|
+
function bn(e, t, n) {
|
|
1612
1612
|
const s = e;
|
|
1613
1613
|
for (const l in n) {
|
|
1614
1614
|
const a = `${t}__${l}`;
|
|
1615
1615
|
s.__datetimeFormatters.has(a) && s.__datetimeFormatters.delete(a);
|
|
1616
1616
|
}
|
|
1617
1617
|
}
|
|
1618
|
-
function
|
|
1619
|
-
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __numberFormatters: m } = e, [u, p, O,
|
|
1618
|
+
function hn(e, ...t) {
|
|
1619
|
+
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __numberFormatters: m } = e, [u, p, O, R] = Ft(...t), y = ce(O.missingWarn) ? O.missingWarn : e.missingWarn;
|
|
1620
1620
|
ce(O.fallbackWarn) ? O.fallbackWarn : e.fallbackWarn;
|
|
1621
|
-
const P = !!O.part, U =
|
|
1621
|
+
const P = !!O.part, U = Jt(e, O), L = c(
|
|
1622
1622
|
e,
|
|
1623
1623
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1624
1624
|
l,
|
|
1625
1625
|
U
|
|
1626
1626
|
);
|
|
1627
1627
|
if (!F(u) || u === "")
|
|
1628
|
-
return new Intl.NumberFormat(U,
|
|
1629
|
-
let
|
|
1630
|
-
const
|
|
1631
|
-
for (let S = 0; S < L.length && (i = L[S],
|
|
1632
|
-
|
|
1633
|
-
if (
|
|
1634
|
-
return s ?
|
|
1628
|
+
return new Intl.NumberFormat(U, R).format(p);
|
|
1629
|
+
let D = {}, i, d = null;
|
|
1630
|
+
const N = "number format";
|
|
1631
|
+
for (let S = 0; S < L.length && (i = L[S], D = n[i] || {}, d = D[u], !$(d)); S++)
|
|
1632
|
+
$t(e, u, i, y, N);
|
|
1633
|
+
if (!$(d) || !F(i))
|
|
1634
|
+
return s ? ht : u;
|
|
1635
1635
|
let _ = `${i}__${u}`;
|
|
1636
|
-
pt(
|
|
1636
|
+
pt(R) || (_ = `${_}__${JSON.stringify(R)}`);
|
|
1637
1637
|
let w = m.get(_);
|
|
1638
|
-
return w || (w = new Intl.NumberFormat(i, fe({}, d,
|
|
1638
|
+
return w || (w = new Intl.NumberFormat(i, fe({}, d, R)), m.set(_, w)), P ? w.formatToParts(p) : w.format(p);
|
|
1639
1639
|
}
|
|
1640
|
-
const
|
|
1640
|
+
const Gn = [
|
|
1641
1641
|
"localeMatcher",
|
|
1642
1642
|
"style",
|
|
1643
1643
|
"currency",
|
|
@@ -1663,11 +1663,11 @@ function Ft(...e) {
|
|
|
1663
1663
|
const [t, n, s, l] = e, a = q();
|
|
1664
1664
|
let c = q();
|
|
1665
1665
|
if (!de(t))
|
|
1666
|
-
throw
|
|
1666
|
+
throw Re(Le.INVALID_ARGUMENT);
|
|
1667
1667
|
const m = t;
|
|
1668
|
-
return F(n) ? a.key = n :
|
|
1669
|
-
|
|
1670
|
-
}), F(s) ? a.locale = s :
|
|
1668
|
+
return F(n) ? a.key = n : $(n) && Object.keys(n).forEach((u) => {
|
|
1669
|
+
Gn.includes(u) ? c[u] = n[u] : a[u] = n[u];
|
|
1670
|
+
}), F(s) ? a.locale = s : $(s) && (c = s), $(l) && (c = l), [a.key || "", m, a, c];
|
|
1671
1671
|
}
|
|
1672
1672
|
function gn(e, t, n) {
|
|
1673
1673
|
const s = e;
|
|
@@ -1676,7 +1676,7 @@ function gn(e, t, n) {
|
|
|
1676
1676
|
s.__numberFormatters.has(a) && s.__numberFormatters.delete(a);
|
|
1677
1677
|
}
|
|
1678
1678
|
}
|
|
1679
|
-
const Ua = (e) => e,
|
|
1679
|
+
const Ua = (e) => e, Ga = (e) => "", Wa = "text", xa = (e) => e.length === 0 ? "" : Zt(e), Xa = Is;
|
|
1680
1680
|
function vn(e, t) {
|
|
1681
1681
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
1682
1682
|
}
|
|
@@ -1687,88 +1687,88 @@ function Ya(e) {
|
|
|
1687
1687
|
function Za(e, t) {
|
|
1688
1688
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
1689
1689
|
}
|
|
1690
|
-
function
|
|
1691
|
-
const t = e.locale, n = Ya(e), s =
|
|
1690
|
+
function Ba(e = {}) {
|
|
1691
|
+
const t = e.locale, n = Ya(e), s = z(e.pluralRules) && F(t) && le(e.pluralRules[t]) ? e.pluralRules[t] : vn, l = z(e.pluralRules) && F(t) && le(e.pluralRules[t]) ? vn : void 0, a = (i) => i[s(n, i.length, l)], c = e.list || [], m = (i) => c[i], u = e.named || q();
|
|
1692
1692
|
de(e.pluralIndex) && Za(n, u);
|
|
1693
1693
|
const p = (i) => u[i];
|
|
1694
1694
|
function O(i, d) {
|
|
1695
|
-
const
|
|
1696
|
-
return
|
|
1695
|
+
const N = le(e.messages) ? e.messages(i, !!d) : z(e.messages) ? e.messages[i] : !1;
|
|
1696
|
+
return N || (e.parent ? e.parent.message(i) : Ga);
|
|
1697
1697
|
}
|
|
1698
|
-
const
|
|
1698
|
+
const R = (i) => e.modifiers ? e.modifiers[i] : Ua, y = $(e.processor) && le(e.processor.normalize) ? e.processor.normalize : xa, P = $(e.processor) && le(e.processor.interpolate) ? e.processor.interpolate : Xa, U = $(e.processor) && F(e.processor.type) ? e.processor.type : Wa, D = {
|
|
1699
1699
|
list: m,
|
|
1700
1700
|
named: p,
|
|
1701
1701
|
plural: a,
|
|
1702
1702
|
linked: (i, ...d) => {
|
|
1703
|
-
const [
|
|
1703
|
+
const [N, _] = d;
|
|
1704
1704
|
let w = "text", S = "";
|
|
1705
|
-
d.length === 1 ?
|
|
1706
|
-
const g = O(i, !0)(
|
|
1705
|
+
d.length === 1 ? z(N) ? (S = N.modifier || S, w = N.type || w) : F(N) && (S = N || S) : d.length === 2 && (F(N) && (S = N || S), F(_) && (w = _ || w));
|
|
1706
|
+
const g = O(i, !0)(D), v = (
|
|
1707
1707
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
1708
1708
|
w === "vnode" && ue(g) && S ? g[0] : g
|
|
1709
1709
|
);
|
|
1710
|
-
return S ?
|
|
1710
|
+
return S ? R(S)(v, w) : v;
|
|
1711
1711
|
},
|
|
1712
1712
|
message: O,
|
|
1713
1713
|
type: U,
|
|
1714
1714
|
interpolate: P,
|
|
1715
|
-
normalize:
|
|
1715
|
+
normalize: y,
|
|
1716
1716
|
values: fe(q(), c, u)
|
|
1717
1717
|
};
|
|
1718
|
-
return
|
|
1718
|
+
return D;
|
|
1719
1719
|
}
|
|
1720
1720
|
const In = () => "", ve = (e) => le(e);
|
|
1721
1721
|
function En(e, ...t) {
|
|
1722
|
-
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: c, messages: m } = e, [u, p] = jt(...t), O = ce(p.missingWarn) ? p.missingWarn : e.missingWarn,
|
|
1723
|
-
|
|
1724
|
-
let [i, d,
|
|
1722
|
+
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: c, messages: m } = e, [u, p] = jt(...t), O = ce(p.missingWarn) ? p.missingWarn : e.missingWarn, R = ce(p.fallbackWarn) ? p.fallbackWarn : e.fallbackWarn, y = ce(p.escapeParameter) ? p.escapeParameter : e.escapeParameter, P = !!p.resolvedMessage, U = F(p.default) || ce(p.default) ? ce(p.default) ? a ? u : () => u : p.default : n ? a ? u : () => u : null, L = n || U != null && (F(U) || le(U)), D = Jt(e, p);
|
|
1723
|
+
y && Ha(p);
|
|
1724
|
+
let [i, d, N] = P ? [
|
|
1725
1725
|
u,
|
|
1726
|
-
|
|
1727
|
-
m[
|
|
1728
|
-
] :
|
|
1729
|
-
if (!P && !(F(_) ||
|
|
1730
|
-
return l ?
|
|
1726
|
+
D,
|
|
1727
|
+
m[D] || q()
|
|
1728
|
+
] : Wn(e, u, D, c, R, O), _ = i, w = u;
|
|
1729
|
+
if (!P && !(F(_) || Be(_) || ve(_)) && L && (_ = U, w = _), !P && (!(F(_) || Be(_) || ve(_)) || !F(d)))
|
|
1730
|
+
return l ? ht : u;
|
|
1731
1731
|
let S = !1;
|
|
1732
1732
|
const g = () => {
|
|
1733
1733
|
S = !0;
|
|
1734
1734
|
}, v = ve(_) ? _ : xn(e, u, d, _, w, g);
|
|
1735
1735
|
if (S)
|
|
1736
1736
|
return _;
|
|
1737
|
-
const
|
|
1737
|
+
const b = za(e, d, N, p), E = Ba(b), A = Ja(e, v, E), C = s ? s(A, u) : A;
|
|
1738
1738
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
1739
|
-
const
|
|
1739
|
+
const W = {
|
|
1740
1740
|
timestamp: Date.now(),
|
|
1741
1741
|
key: F(u) ? u : ve(_) ? _.key : "",
|
|
1742
1742
|
locale: d || (ve(_) ? _.locale : ""),
|
|
1743
1743
|
format: F(_) ? _ : ve(_) ? _.source : "",
|
|
1744
|
-
message:
|
|
1744
|
+
message: C
|
|
1745
1745
|
};
|
|
1746
|
-
|
|
1746
|
+
W.meta = fe({}, e.__meta, /* @__PURE__ */ wa() || {}), _a(W);
|
|
1747
1747
|
}
|
|
1748
|
-
return
|
|
1748
|
+
return C;
|
|
1749
1749
|
}
|
|
1750
|
-
function
|
|
1751
|
-
ue(e.list) ? e.list = e.list.map((t) => F(t) ? nn(t) : t) :
|
|
1750
|
+
function Ha(e) {
|
|
1751
|
+
ue(e.list) ? e.list = e.list.map((t) => F(t) ? nn(t) : t) : z(e.named) && Object.keys(e.named).forEach((t) => {
|
|
1752
1752
|
F(e.named[t]) && (e.named[t] = nn(e.named[t]));
|
|
1753
1753
|
});
|
|
1754
1754
|
}
|
|
1755
|
-
function
|
|
1755
|
+
function Wn(e, t, n, s, l, a) {
|
|
1756
1756
|
const { messages: c, onWarn: m, messageResolver: u, localeFallbacker: p } = e, O = p(e, s, n);
|
|
1757
|
-
let
|
|
1757
|
+
let R = q(), y, P = null;
|
|
1758
1758
|
const U = "translate";
|
|
1759
|
-
for (let L = 0; L < O.length && (
|
|
1760
|
-
if (!Va(
|
|
1761
|
-
const
|
|
1759
|
+
for (let L = 0; L < O.length && (y = O[L], R = c[y] || q(), (P = u(R, t)) === null && (P = R[t]), !(F(P) || Be(P) || ve(P))); L++)
|
|
1760
|
+
if (!Va(y, O)) {
|
|
1761
|
+
const D = $t(
|
|
1762
1762
|
e,
|
|
1763
1763
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1764
1764
|
t,
|
|
1765
|
-
|
|
1765
|
+
y,
|
|
1766
1766
|
a,
|
|
1767
1767
|
U
|
|
1768
1768
|
);
|
|
1769
|
-
|
|
1769
|
+
D !== t && (P = D);
|
|
1770
1770
|
}
|
|
1771
|
-
return [P,
|
|
1771
|
+
return [P, y, R];
|
|
1772
1772
|
}
|
|
1773
1773
|
function xn(e, t, n, s, l, a) {
|
|
1774
1774
|
const { messageCompiler: c, warnHtmlMessage: m } = e;
|
|
@@ -1780,20 +1780,20 @@ function xn(e, t, n, s, l, a) {
|
|
|
1780
1780
|
const p = () => s;
|
|
1781
1781
|
return p.locale = n, p.key = t, p;
|
|
1782
1782
|
}
|
|
1783
|
-
const u = c(s,
|
|
1783
|
+
const u = c(s, $a(e, n, l, s, m, a));
|
|
1784
1784
|
return u.locale = n, u.key = t, u.source = s, u;
|
|
1785
1785
|
}
|
|
1786
|
-
function
|
|
1786
|
+
function Ja(e, t, n) {
|
|
1787
1787
|
return t(n);
|
|
1788
1788
|
}
|
|
1789
1789
|
function jt(...e) {
|
|
1790
1790
|
const [t, n, s] = e, l = q();
|
|
1791
|
-
if (!F(t) && !de(t) && !ve(t) && !
|
|
1792
|
-
throw
|
|
1791
|
+
if (!F(t) && !de(t) && !ve(t) && !Be(t))
|
|
1792
|
+
throw Re(Le.INVALID_ARGUMENT);
|
|
1793
1793
|
const a = de(t) ? String(t) : (ve(t), t);
|
|
1794
|
-
return de(n) ? l.plural = n : F(n) ? l.default = n :
|
|
1794
|
+
return de(n) ? l.plural = n : F(n) ? l.default = n : $(n) && !pt(n) ? l.named = n : ue(n) && (l.list = n), de(s) ? l.plural = s : F(s) ? l.default = s : $(s) && fe(l, s), [a, l];
|
|
1795
1795
|
}
|
|
1796
|
-
function
|
|
1796
|
+
function $a(e, t, n, s, l, a) {
|
|
1797
1797
|
return {
|
|
1798
1798
|
locale: t,
|
|
1799
1799
|
key: n,
|
|
@@ -1804,15 +1804,15 @@ function Ja(e, t, n, s, l, a) {
|
|
|
1804
1804
|
onCacheKey: (c) => _s(t, n, c)
|
|
1805
1805
|
};
|
|
1806
1806
|
}
|
|
1807
|
-
function
|
|
1808
|
-
const { modifiers: l, pluralRules: a, messageResolver: c, fallbackLocale: m, fallbackWarn: u, missingWarn: p, fallbackContext: O } = e,
|
|
1807
|
+
function za(e, t, n, s) {
|
|
1808
|
+
const { modifiers: l, pluralRules: a, messageResolver: c, fallbackLocale: m, fallbackWarn: u, missingWarn: p, fallbackContext: O } = e, y = {
|
|
1809
1809
|
locale: t,
|
|
1810
1810
|
modifiers: l,
|
|
1811
1811
|
pluralRules: a,
|
|
1812
1812
|
messages: (P, U) => {
|
|
1813
1813
|
let L = c(n, P);
|
|
1814
1814
|
if (L == null && (O || U)) {
|
|
1815
|
-
const [, ,
|
|
1815
|
+
const [, , D] = Wn(
|
|
1816
1816
|
O || e,
|
|
1817
1817
|
// NOTE: if has fallbackContext, fallback to root, else if use linked, fallback to local context
|
|
1818
1818
|
P,
|
|
@@ -1821,28 +1821,28 @@ function Ka(e, t, n, s) {
|
|
|
1821
1821
|
u,
|
|
1822
1822
|
p
|
|
1823
1823
|
);
|
|
1824
|
-
L = c(
|
|
1824
|
+
L = c(D, P);
|
|
1825
1825
|
}
|
|
1826
|
-
if (F(L) ||
|
|
1827
|
-
let
|
|
1826
|
+
if (F(L) || Be(L)) {
|
|
1827
|
+
let D = !1;
|
|
1828
1828
|
const d = xn(e, P, t, L, P, () => {
|
|
1829
|
-
|
|
1829
|
+
D = !0;
|
|
1830
1830
|
});
|
|
1831
|
-
return
|
|
1831
|
+
return D ? In : d;
|
|
1832
1832
|
} else return ve(L) ? L : In;
|
|
1833
1833
|
}
|
|
1834
1834
|
};
|
|
1835
|
-
return e.processor && (
|
|
1835
|
+
return e.processor && (y.processor = e.processor), s.list && (y.list = s.list), s.named && (y.named = s.named), de(s.plural) && (y.pluralIndex = s.plural), y;
|
|
1836
1836
|
}
|
|
1837
|
-
|
|
1838
|
-
var za = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_2ba6ab3d-c2e8-4e87-a46d-37db2b02f611", npm_package_devDependencies__types_node: "^18.17.17", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.2.0", USER: "runner", npm_config_always_auth: "", npm_config_user_agent: "pnpm/9.15.9 npm/? node/v24.5.0 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.16", npm_package_devDependencies_vue_i18n: "10.0.5", USE_BAZEL_FALLBACK_VERSION: "silent:", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_2ba6ab3d-c2e8-4e87-a46d-37db2b02f611", PIPX_HOME: "/opt/pipx", npm_package_devDependencies_vite: "^5.2.0", npm_node_execpath: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_files_0: "dist", npm_package_devDependencies_eslint_import_resolver_typescript: "^4.4.4", HOME: "/home/runner", npm_package_devDependencies__eslint_js: "^9.39.2", npm_package_devDependencies__typescript_eslint_parser: "^8.52.0", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_devDependencies_eslint_config_prettier: "^10.1.8", npm_config_save_workspace_protocol: "true", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", NODE_OPTIONS: "--max-old-space-size=10240", GRADLE_HOME: "/usr/share/gradle-9.5.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_package_dependencies__feedmepos_mf_common: "^1.29.10", npm_package_devDependencies_code_inspector_plugin: "^0.20.16", npm_package_devDependencies_npm_run_all2: "^6.0.6", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-Linux", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1897", ACTIONS_ORCHESTRATION_ID: "f795cbea-4724-413b-8341-c9265ee0974e.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.10.4", npm_package_dependencies_dayjs: "^1.11.10", npm_package_devDependencies__tsconfig_node18: "^18.2.2", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_scripts_build_only_dev: "VITE_TARGET_ENV=dev pnpm build:mf && pnpm build:dts", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_devDependencies_typescript: "^5.9.3", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^2.0.6", npm_config_prefer_workspace_packages: "true", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260513.135.3", npm_package_scripts_dev: "vite", npm_package_devDependencies_prettier: "^3.7.4", npm_package_devDependencies_sass_embedded: "^1.93.3", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_devDependencies__vue_tsconfig: "^0.4.0", npm_package_devDependencies_eslint_plugin_import: "^2.32.0", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:15580", GITHUB_WORKFLOW: "Publish hrm-portal", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.16", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_devDependencies__typescript_eslint_eslint_plugin: "^8.52.0", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.10/x64", GITHUB_RUN_ID: "26086226561", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "a63a140613eaca29c7c13d6fa868a808a1e73872", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", GITHUB_WORKFLOW_REF: "feedmepos/hrm-service/.github/workflows/publish-hrm-portal-trusted.yml@refs/heads/feat/enable-permission-for-menu", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9mZWF0L2VuYWJsZS1wZXJtaXNzaW9uLWZvci1tZW51XCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsImF1ZCI6InZzbzo2Zjk2ZmE4OS1iN2JmLTQ4NzgtYmFkMy04OTgwMDY1NjZiNmUiLCJiaWxsaW5nX293bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwiZXhwIjoxNzc5MjAyMjc5LCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL3dzLzIwMDgvMDYvaWRlbnRpdHkvY2xhaW1zL3ByaW1hcnlzaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9zaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJpYXQiOjE3NzkxODAwNzksImlzcyI6Imh0dHBzOi8vdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJqb2JfaWQiOiI1YTIwYWI2YS0zMjQ1LTU0OTktYmNlYS03Y2Y2MGU4Mjg5NjgiLCJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJuYmYiOjE3NzkxNzk3NzksIm9pZGNfZXh0cmEiOiJ7XCJhY3RvclwiOlwianVuLWxlZS1mZWVkbWVcIixcImFjdG9yX2lkXCI6XCIyMzkyODI4NjJcIixcImJhc2VfcmVmXCI6XCJcIixcImNoZWNrX3J1bl9pZFwiOlwiNzY2OTk5MjcyNDRcIixcImV2ZW50X25hbWVcIjpcIndvcmtmbG93X2Rpc3BhdGNoXCIsXCJoZWFkX3JlZlwiOlwiXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvYWN0aW9ucy8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLW5wbS1naXRodWIueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjIyMGY3ZTc2ZTBkY2EwOTNjNDc1MDM3YjhlN2MwZjU1M2I2MTcyMzlcIixcInJlZlwiOlwicmVmcy9oZWFkcy9mZWF0L2VuYWJsZS1wZXJtaXNzaW9uLWZvci1tZW51XCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJmYWxzZVwiLFwicmVmX3R5cGVcIjpcImJyYW5jaFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCIxMTI0NjcyMjM1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInByaXZhdGVcIixcInJ1bl9hdHRlbXB0XCI6XCIxXCIsXCJydW5faWRcIjpcIjI2MDg2MjI2NTYxXCIsXCJydW5fbnVtYmVyXCI6XCI4NVwiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcImE2M2ExNDA2MTNlYWNhMjljN2MxM2Q2ZmE4NjhhODA4YTFlNzM4NzJcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIGhybS1wb3J0YWxcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtaHJtLXBvcnRhbC10cnVzdGVkLnltbEByZWZzL2hlYWRzL2ZlYXQvZW5hYmxlLXBlcm1pc3Npb24tZm9yLW1lbnVcIixcIndvcmtmbG93X3NoYVwiOlwiYTYzYTE0MDYxM2VhY2EyOWM3YzEzZDZmYTg2OGE4MDhhMWU3Mzg3MlwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvaHJtLXNlcnZpY2U6cmVmOnJlZnMvaGVhZHMvZmVhdC9lbmFibGUtcGVybWlzc2lvbi1mb3ItbWVudSIsIm9yY2hfaWQiOiJmNzk1Y2JlYS00NzI0LTQxM2ItODM0MS1jOTI2NWVlMDk3NGUucHVibGlzaC5wdWJsaXNoLl9fZGVmYXVsdCIsIm93bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwicGxhbl9pZCI6ImY3OTVjYmVhLTQ3MjQtNDEzYi04MzQxLWM5MjY1ZWUwOTc0ZSIsInJlcG9zaXRvcnlfaWQiOiIxMTI0NjcyMjM1IiwicmVwb3NpdG9yeV9vd25lcl9pZCI6IjU0ODMxNTE1IiwicmVwb3NpdG9yeV92aXNpYmlsaXR5IjoicHJpdmF0ZSIsInJ1bl9pZCI6IjI2MDg2MjI2NTYxIiwicnVuX251bWJlciI6Ijg1IiwicnVuX3R5cGUiOiJmdWxsIiwicnVubmVyX2lkIjoiMTAwMDA3MDAyMiIsInJ1bm5lcl90eXBlIjoiaG9zdGVkIiwic2NwIjoiQWN0aW9ucy5SZXN1bHRzOmY3OTVjYmVhLTQ3MjQtNDEzYi04MzQxLWM5MjY1ZWUwOTc0ZTo1YTIwYWI2YS0zMjQ1LTU0OTktYmNlYS03Y2Y2MGU4Mjg5NjggQWN0aW9ucy5SdW5uZXI6Zjc5NWNiZWEtNDcyNC00MTNiLTgzNDEtYzkyNjVlZTA5NzRlOjVhMjBhYjZhLTMyNDUtNTQ5OS1iY2VhLTdjZjYwZTgyODk2OCBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czpmNzk1Y2JlYS00NzI0LTQxM2ItODM0MS1jOTI2NWVlMDk3NGU6NWEyMGFiNmEtMzI0NS01NDk5LWJjZWEtN2NmNjBlODI4OTY4IGdlbmVyYXRlX2lkX3Rva2VuOmY3OTVjYmVhLTQ3MjQtNDEzYi04MzQxLWM5MjY1ZWUwOTc0ZTo1YTIwYWI2YS0zMjQ1LTU0OTktYmNlYS03Y2Y2MGU4Mjg5NjggQWN0aW9ucy5HZW5lcmljUmVhZDowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJzaGEiOiJhNjNhMTQwNjEzZWFjYTI5YzdjMTNkNmZhODY4YTgwOGExZTczODcyIiwidHJ1c3RfdGllciI6IjEifQ.dI6i-t_G8MEd4OdYax1oHFZ3Ejixbz0ZUk09Npe3s4Ui74FmKE6iLlcGnV-kmatlf5bhEGwChaAx3pI6wrqbJZHCnW6q9eNSfXiHA6N6Gs44-6-hXHa6aIE0bimrICcoae5AcHX0_sXThEuLacutk6qfCcT1Ms7uQuwxy_AvhNUmrlDQMemZdXu_02DFIMYZbhQNkPg-NAgrDuPlzcy8kRWkjhR-EKLoepF-3tZGe5qjMzA_-35ahglFUffl5PopVaDQ6XGao2IR09aKZ1K2cw2g8TtPYUAsmkT7nnSsWTSkjvSpxU85AnSUizhh96V31869DnDocD1J2REIgpeqcA", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_dependencies_axios: "^1.7.7", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/hrm-service/hrm-service/node_modules/.bin:/home/runner/work/hrm-service/hrm-service/apps/hrm-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/hrm-service/hrm-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/24.5.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_30c60f0a-1aff-41df-81b0-1dfa64bd804e", INVOCATION_ID: "8a2534a8ea864a9ebbd9761262f6210d", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", npm_package_name: "@feedmepos/mf-hrm-portal", GITHUB_ACTION: "__run_5", GITHUB_RUN_NUMBER: "85", GITHUB_TRIGGERING_ACTOR: "jun-lee-feedme", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_build_mf: "vite build --mode fmmf", npm_package_scripts_publish_npm: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --access public --tag latest --no-git-checks", npm_package_scripts_publish_npm_beta: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --access public --tag beta --no-git-checks", npm_package_scripts_publish_github: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --tag latest --no-git-checks", npm_package_scripts_publish_github_beta: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --tag beta --no-git-checks", npm_config_frozen_lockfile: "", npm_package_devDependencies__vitest_ui: "^1.2.0", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", npm_package_devDependencies_eslint: "^9.39.2", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000070022", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "feat/enable-permission-for-menu", GITHUB_REPOSITORY: "feedmepos/hrm-service", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist", npm_package_dependencies__feedmepos_core: "^2.14.36", npm_lifecycle_script: "vite build --mode fmmf", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_dependencies_vue3_lottie: "^3.3.0", npm_package_devDependencies__casl_ability: "^3.4.0", npm_package_devDependencies__vitejs_plugin_vue_jsx: "^4.0.0", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "1124672235", GITHUB_ACTIONS: "true", NODE_PATH: "/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/bin/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "2.0.11-dev.3", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts", npm_package_dependencies__feedmepos_hrm_permission: "workspace:*", npm_package_devDependencies__rushstack_eslint_patch: "^1.3.3", npm_package_devDependencies_eslint_plugin_unused_imports: "^4.3.0", npm_package_devDependencies_jsdom: "^24.0.0", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_package_dependencies_uuid: "^10.0.0", GITHUB_WORKSPACE: "/home/runner/work/hrm-service/hrm-service", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", npm_package_dependencies_lodash: "^4.17.21", GITHUB_SHA: "a63a140613eaca29c7c13d6fa868a808a1e73872", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/feat/enable-permission-for-menu", GITHUB_ACTOR: "jun-lee-feedme", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", VITE_TARGET_ENV: "dev", npm_package_devDependencies_globals: "^16.5.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_2ba6ab3d-c2e8-4e87-a46d-37db2b02f611", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "239282862", RUNNER_WORKSPACE: "/home/runner/work/hrm-service", npm_package_devDependencies_vue_eslint_parser: "^10.2.0", npm_config_link_workspace_packages: "true", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-3-azure-eastus.actions.githubusercontent.com/171//idtoken/f795cbea-4724-413b-8341-c9265ee0974e/5a20ab6a-3245-5499-bcea-7cf60e828968?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_2ba6ab3d-c2e8-4e87-a46d-37db2b02f611", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_auth: "^1.1.14", npm_package_dependencies__feedmepos_feature_flag: "^0.0.15", EDGEWEBDRIVER: "/usr/local/share/edge_driver", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.33.0", npm_package_devDependencies_postcss: "^8.4.31", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_2ba6ab3d-c2e8-4e87-a46d-37db2b02f611", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1837
|
+
Hs();
|
|
1838
|
+
var Ka = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_f2c2a25a-0ec5-4d85-b59b-939776c65bf4", npm_package_devDependencies__types_node: "^18.17.17", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.2.0", USER: "runner", npm_config_always_auth: "", npm_config_user_agent: "pnpm/9.15.9 npm/? node/v24.5.0 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.16", npm_package_devDependencies_vue_i18n: "10.0.5", USE_BAZEL_FALLBACK_VERSION: "silent:", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_f2c2a25a-0ec5-4d85-b59b-939776c65bf4", PIPX_HOME: "/opt/pipx", npm_package_devDependencies_vite: "^5.2.0", npm_node_execpath: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_files_0: "dist", npm_package_devDependencies_eslint_import_resolver_typescript: "^4.4.4", HOME: "/home/runner", npm_package_devDependencies__eslint_js: "^9.39.2", npm_package_devDependencies__typescript_eslint_parser: "^8.52.0", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_devDependencies_eslint_config_prettier: "^10.1.8", npm_config_save_workspace_protocol: "true", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", NODE_OPTIONS: "--max-old-space-size=10240", GRADLE_HOME: "/usr/share/gradle-9.5.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_package_dependencies__feedmepos_mf_common: "^1.29.10", npm_package_devDependencies_code_inspector_plugin: "^0.20.16", npm_package_devDependencies_npm_run_all2: "^6.0.6", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-Linux", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1790", ACTIONS_ORCHESTRATION_ID: "3a8b3324-2ef4-417b-8e68-624db83a7bb3.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.10.6", npm_package_dependencies_dayjs: "^1.11.10", npm_package_devDependencies__tsconfig_node18: "^18.2.2", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_scripts_build_only_dev: "VITE_TARGET_ENV=dev pnpm build:mf && pnpm build:dts", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_devDependencies_typescript: "^5.9.3", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^2.0.6", npm_config_prefer_workspace_packages: "true", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260513.135.3", npm_package_scripts_dev: "vite", npm_package_devDependencies_prettier: "^3.7.4", npm_package_devDependencies_sass_embedded: "^1.93.3", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_devDependencies__vue_tsconfig: "^0.4.0", npm_package_devDependencies_eslint_plugin_import: "^2.32.0", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:14496", GITHUB_WORKFLOW: "Publish hrm-portal", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.16", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_devDependencies__typescript_eslint_eslint_plugin: "^8.52.0", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.10/x64", GITHUB_RUN_ID: "26220484235", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "5bc8ac7952adb6b96755c60ebc1c16fdf173662e", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", GITHUB_WORKFLOW_REF: "feedmepos/hrm-service/.github/workflows/publish-hrm-portal-trusted.yml@refs/heads/hrm-0016-optimize-employee-create-update", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9ocm0tMDAxNi1vcHRpbWl6ZS1lbXBsb3llZS1jcmVhdGUtdXBkYXRlXCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsImF1ZCI6InZzbzo2Zjk2ZmE4OS1iN2JmLTQ4NzgtYmFkMy04OTgwMDY1NjZiNmUiLCJiaWxsaW5nX293bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwiZXhwIjoxNzc5MzgxNTYzLCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL3dzLzIwMDgvMDYvaWRlbnRpdHkvY2xhaW1zL3ByaW1hcnlzaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9zaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJpYXQiOjE3NzkzNTkzNjMsImlzcyI6Imh0dHBzOi8vdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJqb2JfaWQiOiJjMTI3NWYxYS03ZDA1LTVlYTUtOGJkYy00ZjY2ZDY1MjEwNzEiLCJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJuYmYiOjE3NzkzNTkwNjMsIm9pZGNfZXh0cmEiOiJ7XCJhY3RvclwiOlwianVuLWxlZS1mZWVkbWVcIixcImFjdG9yX2lkXCI6XCIyMzkyODI4NjJcIixcImJhc2VfcmVmXCI6XCJcIixcImNoZWNrX3J1bl9pZFwiOlwiNzcxNTM4OTkzMzRcIixcImV2ZW50X25hbWVcIjpcIndvcmtmbG93X2Rpc3BhdGNoXCIsXCJoZWFkX3JlZlwiOlwiXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvYWN0aW9ucy8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLW5wbS1naXRodWIueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjIyMGY3ZTc2ZTBkY2EwOTNjNDc1MDM3YjhlN2MwZjU1M2I2MTcyMzlcIixcInJlZlwiOlwicmVmcy9oZWFkcy9ocm0tMDAxNi1vcHRpbWl6ZS1lbXBsb3llZS1jcmVhdGUtdXBkYXRlXCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJmYWxzZVwiLFwicmVmX3R5cGVcIjpcImJyYW5jaFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCIxMTI0NjcyMjM1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInByaXZhdGVcIixcInJ1bl9hdHRlbXB0XCI6XCIxXCIsXCJydW5faWRcIjpcIjI2MjIwNDg0MjM1XCIsXCJydW5fbnVtYmVyXCI6XCI4N1wiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcIjViYzhhYzc5NTJhZGI2Yjk2NzU1YzYwZWJjMWMxNmZkZjE3MzY2MmVcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIGhybS1wb3J0YWxcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtaHJtLXBvcnRhbC10cnVzdGVkLnltbEByZWZzL2hlYWRzL2hybS0wMDE2LW9wdGltaXplLWVtcGxveWVlLWNyZWF0ZS11cGRhdGVcIixcIndvcmtmbG93X3NoYVwiOlwiNWJjOGFjNzk1MmFkYjZiOTY3NTVjNjBlYmMxYzE2ZmRmMTczNjYyZVwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvaHJtLXNlcnZpY2U6cmVmOnJlZnMvaGVhZHMvaHJtLTAwMTYtb3B0aW1pemUtZW1wbG95ZWUtY3JlYXRlLXVwZGF0ZSIsIm9yY2hfaWQiOiIzYThiMzMyNC0yZWY0LTQxN2ItOGU2OC02MjRkYjgzYTdiYjMucHVibGlzaC5wdWJsaXNoLl9fZGVmYXVsdCIsIm93bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwicGxhbl9pZCI6IjNhOGIzMzI0LTJlZjQtNDE3Yi04ZTY4LTYyNGRiODNhN2JiMyIsInJlcG9zaXRvcnlfaWQiOiIxMTI0NjcyMjM1IiwicmVwb3NpdG9yeV9vd25lcl9pZCI6IjU0ODMxNTE1IiwicmVwb3NpdG9yeV92aXNpYmlsaXR5IjoicHJpdmF0ZSIsInJ1bl9pZCI6IjI2MjIwNDg0MjM1IiwicnVuX251bWJlciI6Ijg3IiwicnVuX3R5cGUiOiJmdWxsIiwicnVubmVyX2lkIjoiMTAwMDA3MTAyNiIsInJ1bm5lcl90eXBlIjoiaG9zdGVkIiwic2NwIjoiQWN0aW9ucy5SZXN1bHRzOjNhOGIzMzI0LTJlZjQtNDE3Yi04ZTY4LTYyNGRiODNhN2JiMzpjMTI3NWYxYS03ZDA1LTVlYTUtOGJkYy00ZjY2ZDY1MjEwNzEgQWN0aW9ucy5SdW5uZXI6M2E4YjMzMjQtMmVmNC00MTdiLThlNjgtNjI0ZGI4M2E3YmIzOmMxMjc1ZjFhLTdkMDUtNWVhNS04YmRjLTRmNjZkNjUyMTA3MSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czozYThiMzMyNC0yZWY0LTQxN2ItOGU2OC02MjRkYjgzYTdiYjM6YzEyNzVmMWEtN2QwNS01ZWE1LThiZGMtNGY2NmQ2NTIxMDcxIGdlbmVyYXRlX2lkX3Rva2VuOjNhOGIzMzI0LTJlZjQtNDE3Yi04ZTY4LTYyNGRiODNhN2JiMzpjMTI3NWYxYS03ZDA1LTVlYTUtOGJkYy00ZjY2ZDY1MjEwNzEgQWN0aW9ucy5HZW5lcmljUmVhZDowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJzaGEiOiI1YmM4YWM3OTUyYWRiNmI5Njc1NWM2MGViYzFjMTZmZGYxNzM2NjJlIiwidHJ1c3RfdGllciI6IjEifQ.2e4YihUh-y-Sx7njX9OjJiI46SsZFR3WwXmiEBhxwrSIccwfF1-XyAnDApPB1aUm2bAthOIap9t9R86X4hIolHziB_uzQVb-fd4g24vCGmMXkN-UFFLtG6ibLq5Tbz-qXbc9af7z7MzYCKVH9oB6AQ4GHCbZuchtLdmlJTbwNK3qB5UoKxBggMFkoErIsxm9iw57vbnSJ2YrmFMuPGfBviA4ZGeN6N7pDQz8YKQ8WlYJEox1xkpOyAr-cHWyA6XLVBdunxIfoqTLqZ9kkhx-l9i47OeAE_yP3UPr9NIaoG64sqkiK2npK-g-bEdQx61Vtqc9phIImca5FN3-rw0c-A", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_dependencies_axios: "^1.7.7", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/hrm-service/hrm-service/node_modules/.bin:/home/runner/work/hrm-service/hrm-service/apps/hrm-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/hrm-service/hrm-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/24.5.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_ba697217-adf3-4c2f-abdd-84053fbae673", INVOCATION_ID: "49d67f737c354b5aaadf5c6177d3c2ee", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", npm_package_name: "@feedmepos/mf-hrm-portal", GITHUB_ACTION: "__run_5", GITHUB_RUN_NUMBER: "87", GITHUB_TRIGGERING_ACTOR: "jun-lee-feedme", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_build_mf: "vite build --mode fmmf", npm_package_scripts_publish_npm: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --access public --tag latest --no-git-checks", npm_package_scripts_publish_npm_beta: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --access public --tag beta --no-git-checks", npm_package_scripts_publish_github: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --tag latest --no-git-checks", npm_package_scripts_publish_github_beta: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --tag beta --no-git-checks", npm_config_frozen_lockfile: "", npm_package_devDependencies__vitest_ui: "^1.2.0", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", npm_package_devDependencies_eslint: "^9.39.2", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000071026", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "hrm-0016-optimize-employee-create-update", GITHUB_REPOSITORY: "feedmepos/hrm-service", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist", npm_package_dependencies__feedmepos_core: "^2.14.36", npm_lifecycle_script: "vite build --mode fmmf", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_dependencies_vue3_lottie: "^3.3.0", npm_package_devDependencies__casl_ability: "^3.4.0", npm_package_devDependencies__vitejs_plugin_vue_jsx: "^4.0.0", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "1124672235", GITHUB_ACTIONS: "true", NODE_PATH: "/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/bin/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "2.0.12-dev", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts", npm_package_dependencies__feedmepos_hrm_permission: "workspace:*", npm_package_devDependencies__rushstack_eslint_patch: "^1.3.3", npm_package_devDependencies_eslint_plugin_unused_imports: "^4.3.0", npm_package_devDependencies_jsdom: "^24.0.0", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_package_dependencies_uuid: "^10.0.0", GITHUB_WORKSPACE: "/home/runner/work/hrm-service/hrm-service", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", npm_package_dependencies_lodash: "^4.17.21", GITHUB_SHA: "5bc8ac7952adb6b96755c60ebc1c16fdf173662e", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/hrm-0016-optimize-employee-create-update", GITHUB_ACTOR: "jun-lee-feedme", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", VITE_TARGET_ENV: "dev", npm_package_devDependencies_globals: "^16.5.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_f2c2a25a-0ec5-4d85-b59b-939776c65bf4", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "239282862", RUNNER_WORKSPACE: "/home/runner/work/hrm-service", npm_package_devDependencies_vue_eslint_parser: "^10.2.0", npm_config_link_workspace_packages: "true", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-1-azure-eastus.actions.githubusercontent.com/211//idtoken/3a8b3324-2ef4-417b-8e68-624db83a7bb3/c1275f1a-7d05-5ea5-8bdc-4f66d6521071?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_f2c2a25a-0ec5-4d85-b59b-939776c65bf4", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_auth: "^1.1.14", npm_package_dependencies__feedmepos_feature_flag: "^0.0.15", EDGEWEBDRIVER: "/usr/local/share/edge_driver", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.33.0", npm_package_devDependencies_postcss: "^8.4.31", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_f2c2a25a-0ec5-4d85-b59b-939776c65bf4", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1839
1839
|
const Qa = "10.0.5";
|
|
1840
1840
|
function qa() {
|
|
1841
1841
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (je().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (je().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (je().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (je().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
1842
1842
|
}
|
|
1843
|
-
const
|
|
1843
|
+
const He = {
|
|
1844
1844
|
// composer module errors
|
|
1845
|
-
UNEXPECTED_RETURN_TYPE:
|
|
1845
|
+
UNEXPECTED_RETURN_TYPE: ba,
|
|
1846
1846
|
// 24
|
|
1847
1847
|
// legacy module errors
|
|
1848
1848
|
INVALID_ARGUMENT: 25,
|
|
@@ -1854,32 +1854,32 @@ const Be = {
|
|
|
1854
1854
|
UNEXPECTED_ERROR: 32
|
|
1855
1855
|
};
|
|
1856
1856
|
function nt(e, ...t) {
|
|
1857
|
-
return
|
|
1857
|
+
return bt(e, null, void 0);
|
|
1858
1858
|
}
|
|
1859
|
-
const Vt = /* @__PURE__ */ Ue("__translateVNode"), Ut = /* @__PURE__ */ Ue("__datetimeParts"),
|
|
1859
|
+
const Vt = /* @__PURE__ */ Ue("__translateVNode"), Ut = /* @__PURE__ */ Ue("__datetimeParts"), Gt = /* @__PURE__ */ Ue("__numberParts"), er = Ue("__setPluralRules"), Xn = /* @__PURE__ */ Ue("__injectWithOption"), Wt = /* @__PURE__ */ Ue("__dispose");
|
|
1860
1860
|
function st(e) {
|
|
1861
|
-
if (!
|
|
1861
|
+
if (!z(e))
|
|
1862
1862
|
return e;
|
|
1863
1863
|
for (const t in e)
|
|
1864
|
-
if (
|
|
1864
|
+
if (ye(e, t))
|
|
1865
1865
|
if (!t.includes("."))
|
|
1866
|
-
|
|
1866
|
+
z(e[t]) && st(e[t]);
|
|
1867
1867
|
else {
|
|
1868
1868
|
const n = t.split("."), s = n.length - 1;
|
|
1869
1869
|
let l = e, a = !1;
|
|
1870
1870
|
for (let c = 0; c < s; c++) {
|
|
1871
|
-
if (n[c] in l || (l[n[c]] = q()), !
|
|
1871
|
+
if (n[c] in l || (l[n[c]] = q()), !z(l[n[c]])) {
|
|
1872
1872
|
a = !0;
|
|
1873
1873
|
break;
|
|
1874
1874
|
}
|
|
1875
1875
|
l = l[n[c]];
|
|
1876
1876
|
}
|
|
1877
|
-
a || (l[n[s]] = e[t], delete e[t]),
|
|
1877
|
+
a || (l[n[s]] = e[t], delete e[t]), z(l[n[s]]) && st(l[n[s]]);
|
|
1878
1878
|
}
|
|
1879
1879
|
return e;
|
|
1880
1880
|
}
|
|
1881
1881
|
function Yn(e, t) {
|
|
1882
|
-
const { messages: n, __i18n: s, messageResolver: l, flatJson: a } = t, c =
|
|
1882
|
+
const { messages: n, __i18n: s, messageResolver: l, flatJson: a } = t, c = $(n) ? n : ue(s) ? q() : { [e]: q() };
|
|
1883
1883
|
if (ue(s) && s.forEach((m) => {
|
|
1884
1884
|
if ("locale" in m && "resource" in m) {
|
|
1885
1885
|
const { locale: u, resource: p } = m;
|
|
@@ -1888,14 +1888,14 @@ function Yn(e, t) {
|
|
|
1888
1888
|
F(m) && mt(JSON.parse(m), c);
|
|
1889
1889
|
}), l == null && a)
|
|
1890
1890
|
for (const m in c)
|
|
1891
|
-
|
|
1891
|
+
ye(c, m) && st(c[m]);
|
|
1892
1892
|
return c;
|
|
1893
1893
|
}
|
|
1894
1894
|
function Zn(e) {
|
|
1895
1895
|
return e.type;
|
|
1896
1896
|
}
|
|
1897
1897
|
function tr(e, t, n) {
|
|
1898
|
-
let s =
|
|
1898
|
+
let s = z(t.messages) ? t.messages : q();
|
|
1899
1899
|
"__i18nGlobal" in n && (s = Yn(e.locale.value, {
|
|
1900
1900
|
messages: s,
|
|
1901
1901
|
__i18n: n.__i18nGlobal
|
|
@@ -1905,13 +1905,13 @@ function tr(e, t, n) {
|
|
|
1905
1905
|
e.mergeLocaleMessage(a, s[a]);
|
|
1906
1906
|
});
|
|
1907
1907
|
{
|
|
1908
|
-
if (
|
|
1908
|
+
if (z(t.datetimeFormats)) {
|
|
1909
1909
|
const a = Object.keys(t.datetimeFormats);
|
|
1910
1910
|
a.length && a.forEach((c) => {
|
|
1911
1911
|
e.mergeDateTimeFormat(c, t.datetimeFormats[c]);
|
|
1912
1912
|
});
|
|
1913
1913
|
}
|
|
1914
|
-
if (
|
|
1914
|
+
if (z(t.numberFormats)) {
|
|
1915
1915
|
const a = Object.keys(t.numberFormats);
|
|
1916
1916
|
a.length && a.forEach((c) => {
|
|
1917
1917
|
e.mergeNumberFormat(c, t.numberFormats[c]);
|
|
@@ -1919,10 +1919,10 @@ function tr(e, t, n) {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
|
-
function
|
|
1923
|
-
return _e(
|
|
1922
|
+
function yn(e) {
|
|
1923
|
+
return _e(Kn, null, e, 0);
|
|
1924
1924
|
}
|
|
1925
|
-
const
|
|
1925
|
+
const Nn = "__INTLIFY_META__", kn = () => [], nr = () => !1;
|
|
1926
1926
|
let Tn = 0;
|
|
1927
1927
|
function On(e) {
|
|
1928
1928
|
return (t, n, s, l) => e(n, s, xt() || void 0, l);
|
|
@@ -1930,20 +1930,20 @@ function On(e) {
|
|
|
1930
1930
|
const sr = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
1931
1931
|
const e = xt();
|
|
1932
1932
|
let t = null;
|
|
1933
|
-
return e && (t = Zn(e)[
|
|
1933
|
+
return e && (t = Zn(e)[Nn]) ? { [Nn]: t } : null;
|
|
1934
1934
|
};
|
|
1935
1935
|
function ar(e = {}) {
|
|
1936
|
-
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, a = en ? Ve :
|
|
1936
|
+
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, a = en ? Ve : zn;
|
|
1937
1937
|
let c = ce(e.inheritLocale) ? e.inheritLocale : !0;
|
|
1938
1938
|
const m = a(
|
|
1939
1939
|
// prettier-ignore
|
|
1940
1940
|
t && c ? t.locale.value : F(e.locale) ? e.locale : ft
|
|
1941
1941
|
), u = a(
|
|
1942
1942
|
// prettier-ignore
|
|
1943
|
-
t && c ? t.fallbackLocale.value : F(e.fallbackLocale) || ue(e.fallbackLocale) ||
|
|
1944
|
-
), p = a(Yn(m.value, e)), O = a(
|
|
1945
|
-
let
|
|
1946
|
-
const w = t ? t.modifiers :
|
|
1943
|
+
t && c ? t.fallbackLocale.value : F(e.fallbackLocale) || ue(e.fallbackLocale) || $(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : m.value
|
|
1944
|
+
), p = a(Yn(m.value, e)), O = a($(e.datetimeFormats) ? e.datetimeFormats : { [m.value]: {} }), R = a($(e.numberFormats) ? e.numberFormats : { [m.value]: {} });
|
|
1945
|
+
let y = t ? t.missingWarn : ce(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, P = t ? t.fallbackWarn : ce(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, U = t ? t.fallbackRoot : ce(e.fallbackRoot) ? e.fallbackRoot : !0, L = !!e.fallbackFormat, D = le(e.missing) ? e.missing : null, i = le(e.missing) ? On(e.missing) : null, d = le(e.postTranslation) ? e.postTranslation : null, N = t ? t.warnHtmlMessage : ce(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, _ = !!e.escapeParameter;
|
|
1946
|
+
const w = t ? t.modifiers : $(e.modifiers) ? e.modifiers : {};
|
|
1947
1947
|
let S = e.pluralRules || t && t.pluralRules, g;
|
|
1948
1948
|
g = (() => {
|
|
1949
1949
|
s && fn(null);
|
|
@@ -1955,28 +1955,28 @@ function ar(e = {}) {
|
|
|
1955
1955
|
modifiers: w,
|
|
1956
1956
|
pluralRules: S,
|
|
1957
1957
|
missing: i === null ? void 0 : i,
|
|
1958
|
-
missingWarn:
|
|
1958
|
+
missingWarn: y,
|
|
1959
1959
|
fallbackWarn: P,
|
|
1960
1960
|
fallbackFormat: L,
|
|
1961
1961
|
unresolving: !0,
|
|
1962
1962
|
postTranslation: d === null ? void 0 : d,
|
|
1963
|
-
warnHtmlMessage:
|
|
1963
|
+
warnHtmlMessage: N,
|
|
1964
1964
|
escapeParameter: _,
|
|
1965
1965
|
messageResolver: e.messageResolver,
|
|
1966
1966
|
messageCompiler: e.messageCompiler,
|
|
1967
1967
|
__meta: { framework: "vue" }
|
|
1968
1968
|
};
|
|
1969
|
-
f.datetimeFormats = O.value, f.numberFormats =
|
|
1969
|
+
f.datetimeFormats = O.value, f.numberFormats = R.value, f.__datetimeFormatters = $(g) ? g.__datetimeFormatters : void 0, f.__numberFormatters = $(g) ? g.__numberFormatters : void 0;
|
|
1970
1970
|
const I = Fa(f);
|
|
1971
1971
|
return s && fn(I), I;
|
|
1972
1972
|
})(), Qe(g, m.value, u.value);
|
|
1973
|
-
function
|
|
1973
|
+
function b() {
|
|
1974
1974
|
return [
|
|
1975
1975
|
m.value,
|
|
1976
1976
|
u.value,
|
|
1977
1977
|
p.value,
|
|
1978
1978
|
O.value,
|
|
1979
|
-
|
|
1979
|
+
R.value
|
|
1980
1980
|
];
|
|
1981
1981
|
}
|
|
1982
1982
|
const E = te({
|
|
@@ -1989,35 +1989,35 @@ function ar(e = {}) {
|
|
|
1989
1989
|
set: (f) => {
|
|
1990
1990
|
u.value = f, g.fallbackLocale = u.value, Qe(g, m.value, f);
|
|
1991
1991
|
}
|
|
1992
|
-
}),
|
|
1993
|
-
function
|
|
1992
|
+
}), C = te(() => p.value), W = /* @__PURE__ */ te(() => O.value), G = /* @__PURE__ */ te(() => R.value);
|
|
1993
|
+
function M() {
|
|
1994
1994
|
return le(d) ? d : null;
|
|
1995
1995
|
}
|
|
1996
1996
|
function T(f) {
|
|
1997
1997
|
d = f, g.postTranslation = f;
|
|
1998
1998
|
}
|
|
1999
1999
|
function k() {
|
|
2000
|
-
return
|
|
2000
|
+
return D;
|
|
2001
2001
|
}
|
|
2002
2002
|
function Z(f) {
|
|
2003
|
-
f !== null && (i = On(f)),
|
|
2003
|
+
f !== null && (i = On(f)), D = f, g.missing = i;
|
|
2004
2004
|
}
|
|
2005
2005
|
const x = (f, I, ee, ie, Pe, at) => {
|
|
2006
|
-
|
|
2006
|
+
b();
|
|
2007
2007
|
let xe;
|
|
2008
2008
|
try {
|
|
2009
|
-
|
|
2009
|
+
Ka.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (g.fallbackContext = t ? Pa() : void 0), xe = f(g);
|
|
2010
2010
|
} finally {
|
|
2011
2011
|
__INTLIFY_PROD_DEVTOOLS__, s || (g.fallbackContext = void 0);
|
|
2012
2012
|
}
|
|
2013
2013
|
if (ee !== "translate exists" && // for not `te` (e.g `t`)
|
|
2014
|
-
de(xe) && xe ===
|
|
2015
|
-
const [
|
|
2016
|
-
return t && U ? ie(t) : Pe(
|
|
2014
|
+
de(xe) && xe === ht || ee === "translate exists" && !xe) {
|
|
2015
|
+
const [Jn, Hr] = I();
|
|
2016
|
+
return t && U ? ie(t) : Pe(Jn);
|
|
2017
2017
|
} else {
|
|
2018
2018
|
if (at(xe))
|
|
2019
2019
|
return xe;
|
|
2020
|
-
throw nt(
|
|
2020
|
+
throw nt(He.UNEXPECTED_RETURN_TYPE);
|
|
2021
2021
|
}
|
|
2022
2022
|
};
|
|
2023
2023
|
function j(...f) {
|
|
@@ -2025,21 +2025,21 @@ function ar(e = {}) {
|
|
|
2025
2025
|
}
|
|
2026
2026
|
function ne(...f) {
|
|
2027
2027
|
const [I, ee, ie] = f;
|
|
2028
|
-
if (ie && !
|
|
2029
|
-
throw nt(
|
|
2028
|
+
if (ie && !z(ie))
|
|
2029
|
+
throw nt(He.INVALID_ARGUMENT);
|
|
2030
2030
|
return j(I, ee, fe({ resolvedMessage: !0 }, ie || {}));
|
|
2031
2031
|
}
|
|
2032
|
-
function
|
|
2032
|
+
function J(...f) {
|
|
2033
2033
|
return x((I) => Reflect.apply(pn, null, [I, ...f]), () => Pt(...f), "datetime format", (I) => Reflect.apply(I.d, I, [...f]), () => mn, (I) => F(I));
|
|
2034
2034
|
}
|
|
2035
2035
|
function X(...f) {
|
|
2036
|
-
return x((I) => Reflect.apply(
|
|
2036
|
+
return x((I) => Reflect.apply(hn, null, [I, ...f]), () => Ft(...f), "number format", (I) => Reflect.apply(I.n, I, [...f]), () => mn, (I) => F(I));
|
|
2037
2037
|
}
|
|
2038
|
-
function
|
|
2039
|
-
return f.map((I) => F(I) || de(I) || ce(I) ?
|
|
2038
|
+
function K(f) {
|
|
2039
|
+
return f.map((I) => F(I) || de(I) || ce(I) ? yn(String(I)) : I);
|
|
2040
2040
|
}
|
|
2041
2041
|
const re = {
|
|
2042
|
-
normalize:
|
|
2042
|
+
normalize: K,
|
|
2043
2043
|
interpolate: (f) => f,
|
|
2044
2044
|
type: "vnode"
|
|
2045
2045
|
};
|
|
@@ -2053,12 +2053,12 @@ function ar(e = {}) {
|
|
|
2053
2053
|
ie.processor = null;
|
|
2054
2054
|
}
|
|
2055
2055
|
return ee;
|
|
2056
|
-
}, () => jt(...f), "translate", (I) => I[Vt](...f), (I) => [
|
|
2057
|
-
}
|
|
2058
|
-
function $e(...f) {
|
|
2059
|
-
return x((I) => Reflect.apply(bn, null, [I, ...f]), () => Ft(...f), "number format", (I) => I[Wt](...f), kn, (I) => F(I) || ue(I));
|
|
2056
|
+
}, () => jt(...f), "translate", (I) => I[Vt](...f), (I) => [yn(I)], (I) => ue(I));
|
|
2060
2057
|
}
|
|
2061
2058
|
function Je(...f) {
|
|
2059
|
+
return x((I) => Reflect.apply(hn, null, [I, ...f]), () => Ft(...f), "number format", (I) => I[Gt](...f), kn, (I) => F(I) || ue(I));
|
|
2060
|
+
}
|
|
2061
|
+
function $e(...f) {
|
|
2062
2062
|
return x((I) => Reflect.apply(pn, null, [I, ...f]), () => Pt(...f), "datetime format", (I) => I[Ut](...f), kn, (I) => F(I) || ue(I));
|
|
2063
2063
|
}
|
|
2064
2064
|
function vt(f) {
|
|
@@ -2068,13 +2068,13 @@ function ar(e = {}) {
|
|
|
2068
2068
|
return x(() => {
|
|
2069
2069
|
if (!f)
|
|
2070
2070
|
return !1;
|
|
2071
|
-
const ee = F(I) ? I : m.value, ie =
|
|
2072
|
-
return
|
|
2071
|
+
const ee = F(I) ? I : m.value, ie = Ge(ee), Pe = g.messageResolver(ie, f);
|
|
2072
|
+
return Be(Pe) || ve(Pe) || F(Pe);
|
|
2073
2073
|
}, () => [f], "translate exists", (ee) => Reflect.apply(ee.te, ee, [f, I]), nr, (ee) => ce(ee));
|
|
2074
2074
|
}
|
|
2075
2075
|
function Et(f) {
|
|
2076
2076
|
let I = null;
|
|
2077
|
-
const ee =
|
|
2077
|
+
const ee = Dn(g, u.value, m.value);
|
|
2078
2078
|
for (let ie = 0; ie < ee.length; ie++) {
|
|
2079
2079
|
const Pe = p.value[ee[ie]] || {}, at = g.messageResolver(Pe, f);
|
|
2080
2080
|
if (at != null) {
|
|
@@ -2084,47 +2084,47 @@ function ar(e = {}) {
|
|
|
2084
2084
|
}
|
|
2085
2085
|
return I;
|
|
2086
2086
|
}
|
|
2087
|
-
function
|
|
2087
|
+
function ze(f) {
|
|
2088
2088
|
const I = Et(f);
|
|
2089
2089
|
return I ?? (t ? t.tm(f) || {} : {});
|
|
2090
2090
|
}
|
|
2091
|
-
function
|
|
2091
|
+
function Ge(f) {
|
|
2092
2092
|
return p.value[f] || {};
|
|
2093
2093
|
}
|
|
2094
|
-
function
|
|
2094
|
+
function We(f, I) {
|
|
2095
2095
|
if (l) {
|
|
2096
2096
|
const ee = { [f]: I };
|
|
2097
2097
|
for (const ie in ee)
|
|
2098
|
-
|
|
2098
|
+
ye(ee, ie) && st(ee[ie]);
|
|
2099
2099
|
I = ee[f];
|
|
2100
2100
|
}
|
|
2101
2101
|
p.value[f] = I, g.messages = p.value;
|
|
2102
2102
|
}
|
|
2103
|
-
function
|
|
2103
|
+
function Ke(f, I) {
|
|
2104
2104
|
p.value[f] = p.value[f] || {};
|
|
2105
2105
|
const ee = { [f]: I };
|
|
2106
2106
|
if (l)
|
|
2107
2107
|
for (const ie in ee)
|
|
2108
|
-
|
|
2108
|
+
ye(ee, ie) && st(ee[ie]);
|
|
2109
2109
|
I = ee[f], mt(I, p.value[f]), g.messages = p.value;
|
|
2110
2110
|
}
|
|
2111
|
-
function
|
|
2111
|
+
function yt(f) {
|
|
2112
2112
|
return O.value[f] || {};
|
|
2113
2113
|
}
|
|
2114
2114
|
function r(f, I) {
|
|
2115
|
-
O.value[f] = I, g.datetimeFormats = O.value,
|
|
2115
|
+
O.value[f] = I, g.datetimeFormats = O.value, bn(g, f, I);
|
|
2116
2116
|
}
|
|
2117
2117
|
function o(f, I) {
|
|
2118
|
-
O.value[f] = fe(O.value[f] || {}, I), g.datetimeFormats = O.value,
|
|
2118
|
+
O.value[f] = fe(O.value[f] || {}, I), g.datetimeFormats = O.value, bn(g, f, I);
|
|
2119
2119
|
}
|
|
2120
|
-
function
|
|
2121
|
-
return
|
|
2120
|
+
function h(f) {
|
|
2121
|
+
return R.value[f] || {};
|
|
2122
2122
|
}
|
|
2123
2123
|
function V(f, I) {
|
|
2124
|
-
|
|
2124
|
+
R.value[f] = I, g.numberFormats = R.value, gn(g, f, I);
|
|
2125
2125
|
}
|
|
2126
2126
|
function oe(f, I) {
|
|
2127
|
-
|
|
2127
|
+
R.value[f] = fe(R.value[f] || {}, I), g.numberFormats = R.value, gn(g, f, I);
|
|
2128
2128
|
}
|
|
2129
2129
|
Tn++, t && en && (St(t.locale, (f) => {
|
|
2130
2130
|
c && (m.value = f, g.locale = f, Qe(g, m.value, u.value));
|
|
@@ -2144,7 +2144,7 @@ function ar(e = {}) {
|
|
|
2144
2144
|
get availableLocales() {
|
|
2145
2145
|
return Object.keys(p.value).sort();
|
|
2146
2146
|
},
|
|
2147
|
-
messages:
|
|
2147
|
+
messages: C,
|
|
2148
2148
|
get modifiers() {
|
|
2149
2149
|
return w;
|
|
2150
2150
|
},
|
|
@@ -2155,10 +2155,10 @@ function ar(e = {}) {
|
|
|
2155
2155
|
return s;
|
|
2156
2156
|
},
|
|
2157
2157
|
get missingWarn() {
|
|
2158
|
-
return
|
|
2158
|
+
return y;
|
|
2159
2159
|
},
|
|
2160
2160
|
set missingWarn(f) {
|
|
2161
|
-
|
|
2161
|
+
y = f, g.missingWarn = y;
|
|
2162
2162
|
},
|
|
2163
2163
|
get fallbackWarn() {
|
|
2164
2164
|
return P;
|
|
@@ -2179,10 +2179,10 @@ function ar(e = {}) {
|
|
|
2179
2179
|
L = f, g.fallbackFormat = L;
|
|
2180
2180
|
},
|
|
2181
2181
|
get warnHtmlMessage() {
|
|
2182
|
-
return
|
|
2182
|
+
return N;
|
|
2183
2183
|
},
|
|
2184
2184
|
set warnHtmlMessage(f) {
|
|
2185
|
-
|
|
2185
|
+
N = f, g.warnHtmlMessage = f;
|
|
2186
2186
|
},
|
|
2187
2187
|
get escapeParameter() {
|
|
2188
2188
|
return _;
|
|
@@ -2191,18 +2191,18 @@ function ar(e = {}) {
|
|
|
2191
2191
|
_ = f, g.escapeParameter = f;
|
|
2192
2192
|
},
|
|
2193
2193
|
t: j,
|
|
2194
|
-
getLocaleMessage:
|
|
2195
|
-
setLocaleMessage:
|
|
2196
|
-
mergeLocaleMessage:
|
|
2197
|
-
getPostTranslationHandler:
|
|
2194
|
+
getLocaleMessage: Ge,
|
|
2195
|
+
setLocaleMessage: We,
|
|
2196
|
+
mergeLocaleMessage: Ke,
|
|
2197
|
+
getPostTranslationHandler: M,
|
|
2198
2198
|
setPostTranslationHandler: T,
|
|
2199
2199
|
getMissingHandler: k,
|
|
2200
2200
|
setMissingHandler: Z,
|
|
2201
2201
|
[er]: vt
|
|
2202
2202
|
};
|
|
2203
|
-
return Y.datetimeFormats =
|
|
2203
|
+
return Y.datetimeFormats = W, Y.numberFormats = G, Y.rt = ne, Y.te = It, Y.tm = ze, Y.d = J, Y.n = X, Y.getDateTimeFormat = yt, Y.setDateTimeFormat = r, Y.mergeDateTimeFormat = o, Y.getNumberFormat = h, Y.setNumberFormat = V, Y.mergeNumberFormat = oe, Y[Xn] = n, Y[Vt] = Ie, Y[Ut] = $e, Y[Gt] = Je, Y;
|
|
2204
2204
|
}
|
|
2205
|
-
const
|
|
2205
|
+
const zt = {
|
|
2206
2206
|
tag: {
|
|
2207
2207
|
type: [String, Object]
|
|
2208
2208
|
},
|
|
@@ -2230,7 +2230,7 @@ function rr({ slots: e }, t) {
|
|
|
2230
2230
|
return l && (n[s] = l()), n;
|
|
2231
2231
|
}, q());
|
|
2232
2232
|
}
|
|
2233
|
-
function
|
|
2233
|
+
function Bn() {
|
|
2234
2234
|
return Ee;
|
|
2235
2235
|
}
|
|
2236
2236
|
fe({
|
|
@@ -2242,24 +2242,24 @@ fe({
|
|
|
2242
2242
|
type: [Number, String],
|
|
2243
2243
|
validator: (e) => de(e) || !isNaN(e)
|
|
2244
2244
|
}
|
|
2245
|
-
},
|
|
2245
|
+
}, zt);
|
|
2246
2246
|
function lr(e) {
|
|
2247
2247
|
return ue(e) && !F(e[0]);
|
|
2248
2248
|
}
|
|
2249
|
-
function
|
|
2249
|
+
function Hn(e, t, n, s) {
|
|
2250
2250
|
const { slots: l, attrs: a } = t;
|
|
2251
2251
|
return () => {
|
|
2252
2252
|
const c = { part: !0 };
|
|
2253
2253
|
let m = q();
|
|
2254
|
-
e.locale && (c.locale = e.locale), F(e.format) ? c.key = e.format :
|
|
2254
|
+
e.locale && (c.locale = e.locale), F(e.format) ? c.key = e.format : z(e.format) && (F(e.format.key) && (c.key = e.format.key), m = Object.keys(e.format).reduce((y, P) => n.includes(P) ? fe(q(), y, { [P]: e.format[P] }) : y, q()));
|
|
2255
2255
|
const u = s(e.value, c, m);
|
|
2256
2256
|
let p = [c.key];
|
|
2257
|
-
ue(u) ? p = u.map((
|
|
2258
|
-
const U = l[
|
|
2259
|
-
return lr(L) && (L[0].key = `${
|
|
2257
|
+
ue(u) ? p = u.map((y, P) => {
|
|
2258
|
+
const U = l[y.type], L = U ? U({ [y.type]: y.value, index: P, parts: u }) : [y.value];
|
|
2259
|
+
return lr(L) && (L[0].key = `${y.type}-${P}`), L;
|
|
2260
2260
|
}) : F(u) && (p = [u]);
|
|
2261
|
-
const O = fe(q(), a),
|
|
2262
|
-
return Sn(
|
|
2261
|
+
const O = fe(q(), a), R = F(e.tag) || z(e.tag) ? e.tag : Bn();
|
|
2262
|
+
return Sn(R, O, p);
|
|
2263
2263
|
};
|
|
2264
2264
|
}
|
|
2265
2265
|
fe({
|
|
@@ -2270,7 +2270,7 @@ fe({
|
|
|
2270
2270
|
format: {
|
|
2271
2271
|
type: [String, Object]
|
|
2272
2272
|
}
|
|
2273
|
-
},
|
|
2273
|
+
}, zt);
|
|
2274
2274
|
fe({
|
|
2275
2275
|
value: {
|
|
2276
2276
|
type: [Number, Date],
|
|
@@ -2279,14 +2279,14 @@ fe({
|
|
|
2279
2279
|
format: {
|
|
2280
2280
|
type: [String, Object]
|
|
2281
2281
|
}
|
|
2282
|
-
},
|
|
2282
|
+
}, zt);
|
|
2283
2283
|
const or = /* @__PURE__ */ Ue("global-vue-i18n");
|
|
2284
2284
|
function gt(e = {}) {
|
|
2285
2285
|
const t = xt();
|
|
2286
2286
|
if (t == null)
|
|
2287
|
-
throw nt(
|
|
2287
|
+
throw nt(He.MUST_BE_CALL_SETUP_TOP);
|
|
2288
2288
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
2289
|
-
throw nt(
|
|
2289
|
+
throw nt(He.NOT_INSTALLED);
|
|
2290
2290
|
const n = ir(t), s = ur(n), l = Zn(t), a = cr(e, l);
|
|
2291
2291
|
if (a === "global")
|
|
2292
2292
|
return tr(s, e, l), s;
|
|
@@ -2298,14 +2298,14 @@ function gt(e = {}) {
|
|
|
2298
2298
|
let m = c.__getInstance(t);
|
|
2299
2299
|
if (m == null) {
|
|
2300
2300
|
const u = fe({}, e);
|
|
2301
|
-
"__i18n" in l && (u.__i18n = l.__i18n), s && (u.__root = s), m = ar(u), c.__composerExtend && (m[
|
|
2301
|
+
"__i18n" in l && (u.__i18n = l.__i18n), s && (u.__root = s), m = ar(u), c.__composerExtend && (m[Wt] = c.__composerExtend(m)), fr(c, t, m), c.__setInstance(t, m);
|
|
2302
2302
|
}
|
|
2303
2303
|
return m;
|
|
2304
2304
|
}
|
|
2305
2305
|
function ir(e) {
|
|
2306
|
-
const t =
|
|
2306
|
+
const t = $n(e.isCE ? or : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
2307
2307
|
if (!t)
|
|
2308
|
-
throw nt(e.isCE ?
|
|
2308
|
+
throw nt(e.isCE ? He.NOT_INSTALLED_WITH_PROVIDE : He.UNEXPECTED_ERROR);
|
|
2309
2309
|
return t;
|
|
2310
2310
|
}
|
|
2311
2311
|
function cr(e, t) {
|
|
@@ -2340,19 +2340,19 @@ function fr(e, t, n) {
|
|
|
2340
2340
|
}, t), An(() => {
|
|
2341
2341
|
const s = n;
|
|
2342
2342
|
e.__deleteInstance(t);
|
|
2343
|
-
const l = s[
|
|
2344
|
-
l && (l(), delete s[
|
|
2343
|
+
const l = s[Wt];
|
|
2344
|
+
l && (l(), delete s[Wt]);
|
|
2345
2345
|
}, t);
|
|
2346
2346
|
}
|
|
2347
2347
|
qa();
|
|
2348
2348
|
Aa(ma);
|
|
2349
2349
|
Sa(La);
|
|
2350
|
-
|
|
2350
|
+
Ma(Dn);
|
|
2351
2351
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
2352
2352
|
const e = je();
|
|
2353
2353
|
e.__INTLIFY__ = !0, da(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
2354
2354
|
}
|
|
2355
|
-
const it = /* @__PURE__ */
|
|
2355
|
+
const it = /* @__PURE__ */ Ne({
|
|
2356
2356
|
__name: "InheritPermissionTooltip",
|
|
2357
2357
|
props: {
|
|
2358
2358
|
item: {
|
|
@@ -2364,18 +2364,18 @@ const it = /* @__PURE__ */ ye({
|
|
|
2364
2364
|
const { t } = gt();
|
|
2365
2365
|
return (n, s) => {
|
|
2366
2366
|
const l = Ye("FmIcon"), a = Ye("FmTooltip");
|
|
2367
|
-
return
|
|
2367
|
+
return B(), Se(a, {
|
|
2368
2368
|
variant: "plain",
|
|
2369
2369
|
placement: "right",
|
|
2370
2370
|
"z-index": 50
|
|
2371
2371
|
}, {
|
|
2372
|
-
content:
|
|
2373
|
-
ae("div", null, Ae(
|
|
2374
|
-
(
|
|
2372
|
+
content: he(() => [
|
|
2373
|
+
ae("div", null, Ae(H(t)("team.memberForm.permissions.inherited")), 1),
|
|
2374
|
+
(B(!0), se(Ee, null, be(e.item.setNames, (c) => (B(), se("div", { key: c }, [
|
|
2375
2375
|
ae("div", null, "- " + Ae(c), 1)
|
|
2376
2376
|
]))), 128))
|
|
2377
2377
|
]),
|
|
2378
|
-
default:
|
|
2378
|
+
default: he(() => [
|
|
2379
2379
|
_e(l, {
|
|
2380
2380
|
name: "admin_panel_settings",
|
|
2381
2381
|
size: "sm",
|
|
@@ -2389,10 +2389,10 @@ const it = /* @__PURE__ */ ye({
|
|
|
2389
2389
|
}), _r = { class: "space-y-16" }, pr = {
|
|
2390
2390
|
key: 0,
|
|
2391
2391
|
class: "flex fm-typo-en-title-sm-600"
|
|
2392
|
-
},
|
|
2392
|
+
}, br = {
|
|
2393
2393
|
key: 0,
|
|
2394
2394
|
class: "q-mr-xs text-red col"
|
|
2395
|
-
},
|
|
2395
|
+
}, hr = { class: "form-input" }, gr = /* @__PURE__ */ Ne({
|
|
2396
2396
|
__name: "AppForm",
|
|
2397
2397
|
props: {
|
|
2398
2398
|
title: {
|
|
@@ -2410,17 +2410,17 @@ const it = /* @__PURE__ */ ye({
|
|
|
2410
2410
|
},
|
|
2411
2411
|
setup(e) {
|
|
2412
2412
|
const t = e;
|
|
2413
|
-
return (n, s) => (
|
|
2413
|
+
return (n, s) => (B(), se("div", _r, [
|
|
2414
2414
|
ge(n.$slots, "top", {}, () => [
|
|
2415
|
-
t.title ? (
|
|
2415
|
+
t.title ? (B(), se("div", pr, [
|
|
2416
2416
|
ae("div", null, [
|
|
2417
|
-
t.required ? (
|
|
2417
|
+
t.required ? (B(), se("span", br, "*")) : Oe("", !0),
|
|
2418
2418
|
Qn(Ae(t.title), 1)
|
|
2419
2419
|
]),
|
|
2420
2420
|
ge(n.$slots, "title-right")
|
|
2421
2421
|
])) : Oe("", !0)
|
|
2422
2422
|
]),
|
|
2423
|
-
ae("div",
|
|
2423
|
+
ae("div", hr, [
|
|
2424
2424
|
ge(n.$slots, "default")
|
|
2425
2425
|
])
|
|
2426
2426
|
]));
|
|
@@ -2436,7 +2436,7 @@ function vr(e, t) {
|
|
|
2436
2436
|
const Ir = { class: "col flex items-center" }, Er = {
|
|
2437
2437
|
key: 1,
|
|
2438
2438
|
class: "q-pa-sm form-error-message text-error"
|
|
2439
|
-
},
|
|
2439
|
+
}, Kt = /* @__PURE__ */ Ne({
|
|
2440
2440
|
__name: "CheckboxInput",
|
|
2441
2441
|
props: {
|
|
2442
2442
|
options: {
|
|
@@ -2495,49 +2495,49 @@ const Ir = { class: "col flex items-center" }, Er = {
|
|
|
2495
2495
|
emits: ["update:model-value"],
|
|
2496
2496
|
setup(e, { emit: t }) {
|
|
2497
2497
|
const n = e, s = t, { t: l } = _t(), a = Ve(!1), c = qn(), m = te(() => n.modelValue.length < n.min ? `Min selection ${n.min}` : n.max !== void 0 && n.modelValue.length > n.max ? `Max selection ${n.max}` : !0), u = `checkbox-${vr(6)}`, p = te(() => m.value !== !0), O = te(
|
|
2498
|
-
() => n.modelValue.filter((L) => n.options.some((
|
|
2499
|
-
),
|
|
2498
|
+
() => n.modelValue.filter((L) => n.options.some((D) => D.value === L))
|
|
2499
|
+
), R = te(
|
|
2500
2500
|
() => typeof n.showAllToggle == "boolean" ? l("team.labels.all") : n.showAllToggle
|
|
2501
|
-
),
|
|
2501
|
+
), y = te(() => n.options.length > 0 && n.options.length === O.value.length);
|
|
2502
2502
|
function P() {
|
|
2503
|
-
const L = n.modelValue.filter((
|
|
2504
|
-
if (
|
|
2503
|
+
const L = n.modelValue.filter((D) => !O.value.includes(D));
|
|
2504
|
+
if (y.value === !0)
|
|
2505
2505
|
s("update:model-value", L);
|
|
2506
2506
|
else {
|
|
2507
|
-
const
|
|
2508
|
-
s("update:model-value", [...L, ...
|
|
2507
|
+
const D = n.includeDisabledOptionsWhenSelectAll ? n.options.map((i) => i.value) : n.options.filter((i) => !i.disabled).map((i) => i.value);
|
|
2508
|
+
s("update:model-value", [...L, ...D]);
|
|
2509
2509
|
}
|
|
2510
2510
|
}
|
|
2511
|
-
function U(L,
|
|
2511
|
+
function U(L, D) {
|
|
2512
2512
|
let i = ut(n.modelValue);
|
|
2513
|
-
|
|
2513
|
+
D ? i.every((d) => d !== L) && i.push(L) : i = i.filter((d) => d !== L), s("update:model-value", i);
|
|
2514
2514
|
}
|
|
2515
|
-
return (L,
|
|
2515
|
+
return (L, D) => {
|
|
2516
2516
|
const i = Ye("FmCheckbox");
|
|
2517
|
-
return
|
|
2517
|
+
return B(), Se(gr, {
|
|
2518
2518
|
id: u,
|
|
2519
2519
|
title: e.title,
|
|
2520
2520
|
required: !1
|
|
2521
2521
|
}, {
|
|
2522
|
-
top:
|
|
2522
|
+
top: he(() => [
|
|
2523
2523
|
ge(L.$slots, "top")
|
|
2524
2524
|
]),
|
|
2525
|
-
default:
|
|
2526
|
-
n.showAllToggle ? (
|
|
2525
|
+
default: he(() => [
|
|
2526
|
+
n.showAllToggle ? (B(), Se(i, {
|
|
2527
2527
|
key: 0,
|
|
2528
|
-
"model-value":
|
|
2528
|
+
"model-value": y.value,
|
|
2529
2529
|
disabled: e.disable,
|
|
2530
|
-
label:
|
|
2530
|
+
label: R.value,
|
|
2531
2531
|
style: ct(`margin-bottom: ${n.gutter}px`),
|
|
2532
2532
|
size: "sm",
|
|
2533
2533
|
dense: "",
|
|
2534
|
-
value:
|
|
2534
|
+
value: R.value,
|
|
2535
2535
|
"onUpdate:modelValue": P
|
|
2536
2536
|
}, null, 8, ["model-value", "disabled", "label", "style", "value"])) : Oe("", !0),
|
|
2537
|
-
(
|
|
2537
|
+
(B(!0), se(Ee, null, be(e.options, (d, N) => (B(), se("div", {
|
|
2538
2538
|
key: d.value,
|
|
2539
|
-
style: ct(`margin-bottom: ${
|
|
2540
|
-
class: qe(
|
|
2539
|
+
style: ct(`margin-bottom: ${N < e.options.length - 1 ? n.gutter : 0}px`),
|
|
2540
|
+
class: qe(N < e.options.length - 1 ? "q-mb-sm" : "")
|
|
2541
2541
|
}, [
|
|
2542
2542
|
ae("div", {
|
|
2543
2543
|
class: qe(["row justify-between", e.alignCenter ? "items-center" : "items-start"])
|
|
@@ -2556,7 +2556,7 @@ const Ir = { class: "col flex items-center" }, Er = {
|
|
|
2556
2556
|
selected: e.modelValue.includes(d.value)
|
|
2557
2557
|
})
|
|
2558
2558
|
]),
|
|
2559
|
-
|
|
2559
|
+
H(c)[`checkbox-${d.key || d.value}-end`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (B(), se("div", {
|
|
2560
2560
|
key: 0,
|
|
2561
2561
|
class: qe([{ "q-checkbox disabled": e.disable || d.disabled }, "col"])
|
|
2562
2562
|
}, [
|
|
@@ -2567,7 +2567,7 @@ const Ir = { class: "col flex items-center" }, Er = {
|
|
|
2567
2567
|
})
|
|
2568
2568
|
], 2)) : Oe("", !0)
|
|
2569
2569
|
], 2),
|
|
2570
|
-
|
|
2570
|
+
H(c)[`checkbox-${d.key || d.value}-bottom`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (B(), se("div", {
|
|
2571
2571
|
key: 0,
|
|
2572
2572
|
class: qe(["q-mt-sm", { "q-checkbox disabled": e.disable || d.disabled }]),
|
|
2573
2573
|
style: ct(`margin-left: ${e.bottomSlotIndent}`)
|
|
@@ -2579,7 +2579,7 @@ const Ir = { class: "col flex items-center" }, Er = {
|
|
|
2579
2579
|
})
|
|
2580
2580
|
], 6)) : Oe("", !0)
|
|
2581
2581
|
], 6))), 128)),
|
|
2582
|
-
a.value && p.value ? (
|
|
2582
|
+
a.value && p.value ? (B(), se("div", Er, Ae(m.value), 1)) : Oe("", !0)
|
|
2583
2583
|
]),
|
|
2584
2584
|
_: 3
|
|
2585
2585
|
}, 8, ["title"]);
|
|
@@ -2600,186 +2600,186 @@ function Ln(e, t, n) {
|
|
|
2600
2600
|
actions: Array.from(a)
|
|
2601
2601
|
});
|
|
2602
2602
|
}
|
|
2603
|
-
const
|
|
2604
|
-
function
|
|
2603
|
+
const Rn = Object.values(us);
|
|
2604
|
+
function yr(e, t, n, s) {
|
|
2605
2605
|
const { getFlagValue: l, getFlag: a } = ds(), c = te(() => {
|
|
2606
2606
|
var A;
|
|
2607
|
-
const v = /* @__PURE__ */ new Map(),
|
|
2608
|
-
for (const
|
|
2609
|
-
const
|
|
2610
|
-
if (!
|
|
2611
|
-
const
|
|
2612
|
-
|
|
2607
|
+
const v = /* @__PURE__ */ new Map(), b = /* @__PURE__ */ new Map();
|
|
2608
|
+
for (const C of t.value) {
|
|
2609
|
+
const W = C.category;
|
|
2610
|
+
if (!W || n.value.includes(C.subject) || C.showByFeatureFlag && l(C.showByFeatureFlag) === "false") continue;
|
|
2611
|
+
const G = cs[W];
|
|
2612
|
+
G && ((A = a(G)) == null ? void 0 : A.enabled) === !1 || (v.has(W) || v.set(W, []), v.get(W).push({ label: C.label, value: C.subject }), b.set(C.subject, C));
|
|
2613
2613
|
}
|
|
2614
|
-
return [...v.keys()].sort((
|
|
2615
|
-
const
|
|
2616
|
-
return
|
|
2617
|
-
}).map((
|
|
2618
|
-
const
|
|
2619
|
-
for (const X of
|
|
2620
|
-
const
|
|
2621
|
-
|
|
2614
|
+
return [...v.keys()].sort((C, W) => {
|
|
2615
|
+
const G = Rn.indexOf(C), M = Rn.indexOf(W);
|
|
2616
|
+
return G === -1 && M === -1 ? C.localeCompare(W) : G === -1 ? 1 : M === -1 ? -1 : G - M;
|
|
2617
|
+
}).map((C) => {
|
|
2618
|
+
const W = v.get(C), G = /* @__PURE__ */ new Map();
|
|
2619
|
+
for (const X of W) {
|
|
2620
|
+
const K = b.get(X.value);
|
|
2621
|
+
K && G.set(X.value, K.actions);
|
|
2622
2622
|
}
|
|
2623
|
-
const
|
|
2624
|
-
const
|
|
2625
|
-
return
|
|
2626
|
-
}), T =
|
|
2623
|
+
const M = W.some((X) => {
|
|
2624
|
+
const K = G.get(X.value);
|
|
2625
|
+
return K && K.length > 1;
|
|
2626
|
+
}), T = M ? [
|
|
2627
2627
|
...new Set(
|
|
2628
|
-
|
|
2628
|
+
W.flatMap((X) => G.get(X.value) ?? []).filter((X) => X !== "manage")
|
|
2629
2629
|
)
|
|
2630
2630
|
] : [], k = /* @__PURE__ */ new Map();
|
|
2631
2631
|
for (const X of e.value)
|
|
2632
|
-
|
|
2633
|
-
const Z =
|
|
2634
|
-
(X) =>
|
|
2635
|
-
).map((X) => X.subject) : e.value.filter((X) =>
|
|
2636
|
-
var
|
|
2637
|
-
return (
|
|
2638
|
-
}), j = (x == null ? void 0 : x.value) ?? null, ne = j ? k.get(j) ?? /* @__PURE__ */ new Set() : /* @__PURE__ */ new Set(),
|
|
2632
|
+
W.some((K) => K.value === X.subject) && !X.inverted && k.set(X.subject, new Set(X.actions));
|
|
2633
|
+
const Z = M ? e.value.filter(
|
|
2634
|
+
(X) => W.some((K) => K.value === X.subject) && !X.inverted && X.actions.includes("manage")
|
|
2635
|
+
).map((X) => X.subject) : e.value.filter((X) => W.some((K) => K.value === X.subject) && !X.inverted).map((X) => X.subject), x = W.find((X) => {
|
|
2636
|
+
var K;
|
|
2637
|
+
return (K = b.get(X.value)) == null ? void 0 : K.isCategoryCover;
|
|
2638
|
+
}), j = (x == null ? void 0 : x.value) ?? null, ne = j ? k.get(j) ?? /* @__PURE__ */ new Set() : /* @__PURE__ */ new Set(), J = ne.has("manage");
|
|
2639
2639
|
return {
|
|
2640
|
-
category:
|
|
2641
|
-
options:
|
|
2640
|
+
category: C,
|
|
2641
|
+
options: W,
|
|
2642
2642
|
selectedSubjects: Z,
|
|
2643
|
-
isMultiAction:
|
|
2643
|
+
isMultiAction: M,
|
|
2644
2644
|
actionColumns: T,
|
|
2645
|
-
permissionActionsMap:
|
|
2645
|
+
permissionActionsMap: G,
|
|
2646
2646
|
selectedActionsMap: k,
|
|
2647
2647
|
coverSubject: j,
|
|
2648
2648
|
coverSelectedActions: ne,
|
|
2649
|
-
coverCoversAll:
|
|
2649
|
+
coverCoversAll: J
|
|
2650
2650
|
};
|
|
2651
2651
|
});
|
|
2652
2652
|
});
|
|
2653
|
-
function m(v,
|
|
2653
|
+
function m(v, b) {
|
|
2654
2654
|
var A;
|
|
2655
|
-
const E = ((A = c.value.find((
|
|
2655
|
+
const E = ((A = c.value.find((C) => C.category === v)) == null ? void 0 : A.options) ?? [];
|
|
2656
2656
|
s("update:model-value", [
|
|
2657
|
-
...e.value.filter((
|
|
2658
|
-
...t.value.filter((
|
|
2659
|
-
({ category:
|
|
2657
|
+
...e.value.filter((C) => !E.some((W) => W.value === C.subject)),
|
|
2658
|
+
...t.value.filter((C) => b.includes(C.subject)).map(
|
|
2659
|
+
({ category: C, showByFeatureFlag: W, isCategoryCover: G, ...M }) => M
|
|
2660
2660
|
)
|
|
2661
2661
|
]);
|
|
2662
2662
|
}
|
|
2663
2663
|
function u(v) {
|
|
2664
|
-
return v.options.length > 0 && v.options.every((
|
|
2664
|
+
return v.options.length > 0 && v.options.every((b) => v.selectedSubjects.includes(b.value));
|
|
2665
2665
|
}
|
|
2666
2666
|
function p(v) {
|
|
2667
|
-
const
|
|
2667
|
+
const b = e.value.filter(
|
|
2668
2668
|
(E) => !v.options.some((A) => A.value === E.subject)
|
|
2669
2669
|
);
|
|
2670
2670
|
if (u(v))
|
|
2671
|
-
s("update:model-value",
|
|
2671
|
+
s("update:model-value", b);
|
|
2672
2672
|
else {
|
|
2673
|
-
const E = t.value.filter((A) => v.options.some((
|
|
2674
|
-
({ category: A, showByFeatureFlag:
|
|
2673
|
+
const E = t.value.filter((A) => v.options.some((C) => C.value === A.subject)).map(
|
|
2674
|
+
({ category: A, showByFeatureFlag: C, isCategoryCover: W, ...G }) => G
|
|
2675
2675
|
);
|
|
2676
|
-
s("update:model-value", [...
|
|
2676
|
+
s("update:model-value", [...b, ...E]);
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
|
-
function O(v,
|
|
2680
|
-
const E = v.selectedActionsMap.get(
|
|
2679
|
+
function O(v, b) {
|
|
2680
|
+
const E = v.selectedActionsMap.get(b);
|
|
2681
2681
|
return E ? E.has("manage") : !1;
|
|
2682
2682
|
}
|
|
2683
|
-
function
|
|
2684
|
-
const E = v.permissionActionsMap.get(
|
|
2683
|
+
function R(v, b) {
|
|
2684
|
+
const E = v.permissionActionsMap.get(b);
|
|
2685
2685
|
if (!E) return !1;
|
|
2686
|
-
const A = E.filter((
|
|
2686
|
+
const A = E.filter((G) => G !== "manage");
|
|
2687
2687
|
if (A.length === 0) return !1;
|
|
2688
|
-
const
|
|
2689
|
-
if (!
|
|
2690
|
-
const
|
|
2691
|
-
return
|
|
2688
|
+
const C = v.selectedActionsMap.get(b);
|
|
2689
|
+
if (!C) return !1;
|
|
2690
|
+
const W = A.filter((G) => C.has(G));
|
|
2691
|
+
return W.length > 0 && W.length < A.length;
|
|
2692
2692
|
}
|
|
2693
|
-
function
|
|
2693
|
+
function y(v, b, E) {
|
|
2694
2694
|
if (E) {
|
|
2695
|
-
const A = t.value.find((k) => k.subject ===
|
|
2695
|
+
const A = t.value.find((k) => k.subject === b);
|
|
2696
2696
|
if (!A) return;
|
|
2697
2697
|
const {
|
|
2698
|
-
category:
|
|
2699
|
-
showByFeatureFlag:
|
|
2700
|
-
isCategoryCover:
|
|
2701
|
-
...
|
|
2702
|
-
} = A, T = e.value.filter((k) => k.subject !==
|
|
2703
|
-
T.push(
|
|
2698
|
+
category: C,
|
|
2699
|
+
showByFeatureFlag: W,
|
|
2700
|
+
isCategoryCover: G,
|
|
2701
|
+
...M
|
|
2702
|
+
} = A, T = e.value.filter((k) => k.subject !== b);
|
|
2703
|
+
T.push(M), s("update:model-value", T);
|
|
2704
2704
|
} else
|
|
2705
2705
|
s(
|
|
2706
2706
|
"update:model-value",
|
|
2707
|
-
e.value.filter((A) => A.subject !==
|
|
2707
|
+
e.value.filter((A) => A.subject !== b)
|
|
2708
2708
|
);
|
|
2709
2709
|
}
|
|
2710
|
-
function P(v,
|
|
2711
|
-
const E = v.permissionActionsMap.get(
|
|
2710
|
+
function P(v, b) {
|
|
2711
|
+
const E = v.permissionActionsMap.get(b);
|
|
2712
2712
|
return E ? E.some((A) => A !== "manage") : !1;
|
|
2713
2713
|
}
|
|
2714
|
-
function U(v,
|
|
2715
|
-
const A = v.selectedActionsMap.get(
|
|
2714
|
+
function U(v, b, E) {
|
|
2715
|
+
const A = v.selectedActionsMap.get(b);
|
|
2716
2716
|
return A ? A.has(E) : !1;
|
|
2717
2717
|
}
|
|
2718
|
-
function L(v,
|
|
2719
|
-
return !v.coverSubject ||
|
|
2718
|
+
function L(v, b) {
|
|
2719
|
+
return !v.coverSubject || b === v.coverSubject ? !1 : v.coverCoversAll;
|
|
2720
2720
|
}
|
|
2721
|
-
function
|
|
2722
|
-
return !v.coverSubject ||
|
|
2721
|
+
function D(v, b, E) {
|
|
2722
|
+
return !v.coverSubject || b === v.coverSubject ? !1 : v.coverCoversAll ? !0 : v.coverSelectedActions.has(E);
|
|
2723
2723
|
}
|
|
2724
|
-
function i(v,
|
|
2725
|
-
const A = v.permissionActionsMap.get(
|
|
2724
|
+
function i(v, b, E) {
|
|
2725
|
+
const A = v.permissionActionsMap.get(b);
|
|
2726
2726
|
return A ? A.includes(E) : !1;
|
|
2727
2727
|
}
|
|
2728
|
-
function d(v,
|
|
2729
|
-
const A = [...e.value],
|
|
2728
|
+
function d(v, b, E) {
|
|
2729
|
+
const A = [...e.value], C = A.findIndex((G) => G.subject === v && !G.inverted);
|
|
2730
2730
|
if (E)
|
|
2731
|
-
if (
|
|
2732
|
-
const
|
|
2733
|
-
|
|
2731
|
+
if (C >= 0) {
|
|
2732
|
+
const G = { ...A[C] }, M = new Set(G.actions);
|
|
2733
|
+
M.add(b), G.actions = Array.from(M), A[C] = G;
|
|
2734
2734
|
} else {
|
|
2735
|
-
const
|
|
2736
|
-
if (!
|
|
2735
|
+
const G = t.value.find((x) => x.subject === v);
|
|
2736
|
+
if (!G) return;
|
|
2737
2737
|
const {
|
|
2738
|
-
category:
|
|
2738
|
+
category: M,
|
|
2739
2739
|
showByFeatureFlag: T,
|
|
2740
2740
|
isCategoryCover: k,
|
|
2741
2741
|
...Z
|
|
2742
|
-
} =
|
|
2743
|
-
A.push({ ...Z, actions: [
|
|
2742
|
+
} = G;
|
|
2743
|
+
A.push({ ...Z, actions: [b] });
|
|
2744
2744
|
}
|
|
2745
|
-
else if (
|
|
2746
|
-
const
|
|
2747
|
-
|
|
2745
|
+
else if (C >= 0) {
|
|
2746
|
+
const G = { ...A[C] }, M = G.actions.filter((T) => T !== b);
|
|
2747
|
+
M.length === 0 ? A.splice(C, 1) : (G.actions = M, A[C] = G);
|
|
2748
2748
|
}
|
|
2749
|
-
const
|
|
2750
|
-
|
|
2749
|
+
const W = t.value.find((G) => G.subject === v);
|
|
2750
|
+
W && Ln(A, v, W.actions), s("update:model-value", A);
|
|
2751
2751
|
}
|
|
2752
|
-
function
|
|
2752
|
+
function N(v, b) {
|
|
2753
2753
|
const E = v.options.filter(
|
|
2754
|
-
(A) => i(v, A.value,
|
|
2754
|
+
(A) => i(v, A.value, b)
|
|
2755
2755
|
);
|
|
2756
2756
|
return E.length === 0 ? !1 : E.every(
|
|
2757
|
-
(A) => U(v, A.value,
|
|
2757
|
+
(A) => U(v, A.value, b) || D(v, A.value, b)
|
|
2758
2758
|
);
|
|
2759
2759
|
}
|
|
2760
|
-
function _(v,
|
|
2760
|
+
function _(v, b) {
|
|
2761
2761
|
const E = v.options.filter(
|
|
2762
|
-
(
|
|
2762
|
+
(C) => i(v, C.value, b)
|
|
2763
2763
|
);
|
|
2764
2764
|
if (E.length === 0) return !1;
|
|
2765
2765
|
const A = E.filter(
|
|
2766
|
-
(
|
|
2766
|
+
(C) => U(v, C.value, b) || D(v, C.value, b)
|
|
2767
2767
|
).length;
|
|
2768
2768
|
return A > 0 && A < E.length;
|
|
2769
2769
|
}
|
|
2770
|
-
function w(v,
|
|
2770
|
+
function w(v, b, E) {
|
|
2771
2771
|
const A = [...e.value];
|
|
2772
|
-
for (const
|
|
2773
|
-
if (!i(v,
|
|
2774
|
-
const
|
|
2775
|
-
(T) => T.subject ===
|
|
2772
|
+
for (const C of v.options) {
|
|
2773
|
+
if (!i(v, C.value, b)) continue;
|
|
2774
|
+
const W = C.value, G = A.findIndex(
|
|
2775
|
+
(T) => T.subject === W && !T.inverted
|
|
2776
2776
|
);
|
|
2777
2777
|
if (E)
|
|
2778
|
-
if (
|
|
2779
|
-
const T = { ...A[
|
|
2780
|
-
k.add(
|
|
2778
|
+
if (G >= 0) {
|
|
2779
|
+
const T = { ...A[G] }, k = new Set(T.actions);
|
|
2780
|
+
k.add(b), T.actions = Array.from(k), A[G] = T;
|
|
2781
2781
|
} else {
|
|
2782
|
-
const T = t.value.find((ne) => ne.subject ===
|
|
2782
|
+
const T = t.value.find((ne) => ne.subject === W);
|
|
2783
2783
|
if (!T) continue;
|
|
2784
2784
|
const {
|
|
2785
2785
|
category: k,
|
|
@@ -2787,14 +2787,14 @@ function Nr(e, t, n, s) {
|
|
|
2787
2787
|
isCategoryCover: x,
|
|
2788
2788
|
...j
|
|
2789
2789
|
} = T;
|
|
2790
|
-
A.push({ ...j, actions: [
|
|
2790
|
+
A.push({ ...j, actions: [b] });
|
|
2791
2791
|
}
|
|
2792
|
-
else if (
|
|
2793
|
-
const T = { ...A[
|
|
2794
|
-
k.length === 0 ? A.splice(
|
|
2792
|
+
else if (G >= 0) {
|
|
2793
|
+
const T = { ...A[G] }, k = T.actions.filter((Z) => Z !== b);
|
|
2794
|
+
k.length === 0 ? A.splice(G, 1) : (T.actions = k, A[G] = T);
|
|
2795
2795
|
}
|
|
2796
|
-
const
|
|
2797
|
-
|
|
2796
|
+
const M = t.value.find((T) => T.subject === W);
|
|
2797
|
+
M && Ln(A, W, M.actions);
|
|
2798
2798
|
}
|
|
2799
2799
|
s("update:model-value", A);
|
|
2800
2800
|
}
|
|
@@ -2812,27 +2812,27 @@ function Nr(e, t, n, s) {
|
|
|
2812
2812
|
isAllManageChecked: u,
|
|
2813
2813
|
toggleAllManage: p,
|
|
2814
2814
|
isManageChecked: O,
|
|
2815
|
-
isManageIndeterminate:
|
|
2816
|
-
toggleManage:
|
|
2815
|
+
isManageIndeterminate: R,
|
|
2816
|
+
toggleManage: y,
|
|
2817
2817
|
hasNonManageActions: P,
|
|
2818
2818
|
isActionChecked: U,
|
|
2819
2819
|
isRowFullyCoveredByCover: L,
|
|
2820
|
-
isActionCoveredByCover:
|
|
2820
|
+
isActionCoveredByCover: D,
|
|
2821
2821
|
permissionDefinesAction: i,
|
|
2822
2822
|
toggleAction: d,
|
|
2823
|
-
isAllActionChecked:
|
|
2823
|
+
isAllActionChecked: N,
|
|
2824
2824
|
isAllActionIndeterminate: _,
|
|
2825
2825
|
toggleAllAction: w,
|
|
2826
2826
|
actionLabel: g
|
|
2827
2827
|
};
|
|
2828
2828
|
}
|
|
2829
|
-
const
|
|
2829
|
+
const Nr = { class: "flex flex-col gap-16" }, kr = {
|
|
2830
2830
|
key: 1,
|
|
2831
2831
|
class: "space-y-16"
|
|
2832
|
-
}, Tr = { class: "flex items-end justify-between" }, Or = { class: "fm-typo-en-title-sm-600" }, Lr = { class: "flex" },
|
|
2832
|
+
}, Tr = { class: "flex items-end justify-between" }, Or = { class: "fm-typo-en-title-sm-600" }, Lr = { class: "flex" }, Rr = { class: "form-input" }, Cr = { class: "flex items-center justify-between q-mb-xs" }, Ar = { class: "flex shrink-0" }, Sr = { class: "flex items-center justify-between gap-4" }, Mr = { class: "flex items-center min-w-0 flex-1 gap-8" }, Dr = ["title", "onClick"], wr = {
|
|
2833
2833
|
key: 0,
|
|
2834
2834
|
class: "flex shrink-0"
|
|
2835
|
-
}, Pr = /* @__PURE__ */
|
|
2835
|
+
}, Pr = /* @__PURE__ */ Ne({
|
|
2836
2836
|
__name: "BasePermission",
|
|
2837
2837
|
props: {
|
|
2838
2838
|
modelValue: {
|
|
@@ -2854,25 +2854,25 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
2854
2854
|
},
|
|
2855
2855
|
emits: ["update:model-value"],
|
|
2856
2856
|
setup(e, { emit: t }) {
|
|
2857
|
-
const n = e, s = t, l = te(() => [...
|
|
2857
|
+
const n = e, s = t, l = te(() => [...Mt, ...n.additionalPermissions]), {
|
|
2858
2858
|
categoryGroups: a,
|
|
2859
2859
|
toggleCategory: c,
|
|
2860
2860
|
isAllManageChecked: m,
|
|
2861
2861
|
toggleAllManage: u,
|
|
2862
2862
|
isManageChecked: p,
|
|
2863
2863
|
isManageIndeterminate: O,
|
|
2864
|
-
toggleManage:
|
|
2865
|
-
hasNonManageActions:
|
|
2864
|
+
toggleManage: R,
|
|
2865
|
+
hasNonManageActions: y,
|
|
2866
2866
|
isActionChecked: P,
|
|
2867
2867
|
isRowFullyCoveredByCover: U,
|
|
2868
2868
|
isActionCoveredByCover: L,
|
|
2869
|
-
permissionDefinesAction:
|
|
2869
|
+
permissionDefinesAction: D,
|
|
2870
2870
|
toggleAction: i,
|
|
2871
2871
|
isAllActionChecked: d,
|
|
2872
|
-
isAllActionIndeterminate:
|
|
2872
|
+
isAllActionIndeterminate: N,
|
|
2873
2873
|
toggleAllAction: _,
|
|
2874
2874
|
actionLabel: w
|
|
2875
|
-
} =
|
|
2875
|
+
} = yr(
|
|
2876
2876
|
Qt(n, "modelValue"),
|
|
2877
2877
|
l,
|
|
2878
2878
|
Qt(n, "excludedSubjects"),
|
|
@@ -2880,99 +2880,99 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
2880
2880
|
);
|
|
2881
2881
|
return (S, g) => {
|
|
2882
2882
|
const v = Ye("FmCheckbox");
|
|
2883
|
-
return
|
|
2884
|
-
(
|
|
2885
|
-
key:
|
|
2883
|
+
return B(), se("div", Nr, [
|
|
2884
|
+
(B(!0), se(Ee, null, be(H(a), (b) => (B(), se(Ee, {
|
|
2885
|
+
key: b.category
|
|
2886
2886
|
}, [
|
|
2887
|
-
|
|
2887
|
+
b.isMultiAction ? (B(), se("div", kr, [
|
|
2888
2888
|
ae("div", Tr, [
|
|
2889
|
-
ae("div", Or, Ae(
|
|
2889
|
+
ae("div", Or, Ae(b.category), 1),
|
|
2890
2890
|
ae("div", Lr, [
|
|
2891
|
-
(
|
|
2891
|
+
(B(!0), se(Ee, null, be(b.actionColumns, (E) => (B(), se("span", {
|
|
2892
2892
|
key: E,
|
|
2893
2893
|
class: "w-[56px] text-center fm-typo-en-body-sm-400 text-fm-color-neutral-gray-600"
|
|
2894
|
-
}, Ae(
|
|
2894
|
+
}, Ae(H(w)(E)), 1))), 128))
|
|
2895
2895
|
])
|
|
2896
2896
|
]),
|
|
2897
|
-
ae("div",
|
|
2898
|
-
ae("div",
|
|
2897
|
+
ae("div", Rr, [
|
|
2898
|
+
ae("div", Cr, [
|
|
2899
2899
|
_e(v, {
|
|
2900
|
-
"model-value":
|
|
2900
|
+
"model-value": H(m)(b),
|
|
2901
2901
|
value: !0,
|
|
2902
2902
|
disabled: e.disable,
|
|
2903
2903
|
label: "All",
|
|
2904
2904
|
size: "sm",
|
|
2905
2905
|
dense: "",
|
|
2906
|
-
"onUpdate:modelValue": (E) =>
|
|
2906
|
+
"onUpdate:modelValue": (E) => H(u)(b)
|
|
2907
2907
|
}, null, 8, ["model-value", "disabled", "onUpdate:modelValue"]),
|
|
2908
2908
|
ae("div", Ar, [
|
|
2909
|
-
(
|
|
2909
|
+
(B(!0), se(Ee, null, be(b.actionColumns, (E) => (B(), se("div", {
|
|
2910
2910
|
key: E,
|
|
2911
2911
|
class: "w-[56px] flex justify-center"
|
|
2912
2912
|
}, [
|
|
2913
2913
|
_e(v, {
|
|
2914
|
-
"model-value":
|
|
2915
|
-
indeterminate:
|
|
2914
|
+
"model-value": H(d)(b, E),
|
|
2915
|
+
indeterminate: H(N)(b, E),
|
|
2916
2916
|
value: E,
|
|
2917
2917
|
disabled: e.disable,
|
|
2918
2918
|
size: "sm",
|
|
2919
2919
|
dense: "",
|
|
2920
|
-
"onUpdate:modelValue": (A) =>
|
|
2920
|
+
"onUpdate:modelValue": (A) => H(_)(b, E, A)
|
|
2921
2921
|
}, null, 8, ["model-value", "indeterminate", "value", "disabled", "onUpdate:modelValue"])
|
|
2922
2922
|
]))), 128))
|
|
2923
2923
|
])
|
|
2924
2924
|
]),
|
|
2925
|
-
(
|
|
2925
|
+
(B(!0), se(Ee, null, be(b.options, (E, A) => (B(), se("div", {
|
|
2926
2926
|
key: E.value,
|
|
2927
|
-
class: qe(A <
|
|
2927
|
+
class: qe(A < b.options.length - 1 ? "q-mb-xs" : "")
|
|
2928
2928
|
}, [
|
|
2929
2929
|
ae("div", Sr, [
|
|
2930
|
-
ae("div",
|
|
2930
|
+
ae("div", Mr, [
|
|
2931
2931
|
_e(v, {
|
|
2932
|
-
"model-value":
|
|
2932
|
+
"model-value": H(p)(b, E.value) || H(U)(b, E.value),
|
|
2933
2933
|
value: E.value,
|
|
2934
|
-
disabled: e.disable ||
|
|
2935
|
-
indeterminate:
|
|
2934
|
+
disabled: e.disable || H(U)(b, E.value),
|
|
2935
|
+
indeterminate: H(O)(b, E.value),
|
|
2936
2936
|
size: "sm",
|
|
2937
2937
|
class: "shrink-0",
|
|
2938
|
-
"onUpdate:modelValue": (
|
|
2938
|
+
"onUpdate:modelValue": (C) => H(R)(b, E.value, C)
|
|
2939
2939
|
}, null, 8, ["model-value", "value", "disabled", "indeterminate", "onUpdate:modelValue"]),
|
|
2940
2940
|
ae("span", {
|
|
2941
2941
|
class: "block truncate cursor-pointer",
|
|
2942
2942
|
title: E.label,
|
|
2943
|
-
onClick: (
|
|
2944
|
-
}, Ae(E.label), 9,
|
|
2943
|
+
onClick: (C) => !e.disable && !H(U)(b, E.value) && H(R)(b, E.value, !H(p)(b, E.value))
|
|
2944
|
+
}, Ae(E.label), 9, Dr),
|
|
2945
2945
|
ge(S.$slots, `checkbox-${E.value}-append`, { option: E })
|
|
2946
2946
|
]),
|
|
2947
|
-
|
|
2948
|
-
(
|
|
2949
|
-
key:
|
|
2947
|
+
H(y)(b, E.value) ? (B(), se("div", wr, [
|
|
2948
|
+
(B(!0), se(Ee, null, be(b.actionColumns, (C) => (B(), se("div", {
|
|
2949
|
+
key: C,
|
|
2950
2950
|
class: "w-[56px] flex justify-center"
|
|
2951
2951
|
}, [
|
|
2952
|
-
|
|
2952
|
+
H(D)(b, E.value, C) ? (B(), Se(v, {
|
|
2953
2953
|
key: 0,
|
|
2954
|
-
"model-value":
|
|
2955
|
-
value:
|
|
2956
|
-
disabled: e.disable ||
|
|
2954
|
+
"model-value": H(P)(b, E.value, C) || H(L)(b, E.value, C),
|
|
2955
|
+
value: C,
|
|
2956
|
+
disabled: e.disable || H(L)(b, E.value, C),
|
|
2957
2957
|
size: "sm",
|
|
2958
|
-
"onUpdate:modelValue": (
|
|
2958
|
+
"onUpdate:modelValue": (W) => H(i)(E.value, C, W)
|
|
2959
2959
|
}, null, 8, ["model-value", "value", "disabled", "onUpdate:modelValue"])) : Oe("", !0)
|
|
2960
2960
|
]))), 128))
|
|
2961
2961
|
])) : Oe("", !0)
|
|
2962
2962
|
])
|
|
2963
2963
|
], 2))), 128))
|
|
2964
2964
|
])
|
|
2965
|
-
])) : (
|
|
2965
|
+
])) : (B(), Se(Kt, {
|
|
2966
2966
|
key: 0,
|
|
2967
|
-
"model-value":
|
|
2968
|
-
options:
|
|
2967
|
+
"model-value": b.selectedSubjects,
|
|
2968
|
+
options: b.options,
|
|
2969
2969
|
disable: e.disable,
|
|
2970
|
-
title:
|
|
2971
|
-
"onUpdate:modelValue": (E) =>
|
|
2970
|
+
title: b.category,
|
|
2971
|
+
"onUpdate:modelValue": (E) => H(c)(b.category, E)
|
|
2972
2972
|
}, Fe({ _: 2 }, [
|
|
2973
|
-
|
|
2973
|
+
be(b.options, (E) => ({
|
|
2974
2974
|
name: `checkbox-${E.value}-append`,
|
|
2975
|
-
fn:
|
|
2975
|
+
fn: he(({ option: A }) => [
|
|
2976
2976
|
ge(S.$slots, `checkbox-${E.value}-append`, { option: A })
|
|
2977
2977
|
])
|
|
2978
2978
|
}))
|
|
@@ -2981,7 +2981,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
2981
2981
|
]);
|
|
2982
2982
|
};
|
|
2983
2983
|
}
|
|
2984
|
-
}), Fr = { class: "flex items-center" }, jr = { class: "ml-auto" }, Vr = /* @__PURE__ */
|
|
2984
|
+
}), Fr = { class: "flex items-center" }, jr = { class: "ml-auto" }, Vr = /* @__PURE__ */ Ne({
|
|
2985
2985
|
__name: "CollapsibleWrapper",
|
|
2986
2986
|
props: {
|
|
2987
2987
|
title: { default: "" },
|
|
@@ -3004,7 +3004,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3004
3004
|
a == null || a.disconnect();
|
|
3005
3005
|
}), (u, p) => {
|
|
3006
3006
|
const O = Ye("FmButton");
|
|
3007
|
-
return
|
|
3007
|
+
return B(), se(Ee, null, [
|
|
3008
3008
|
ae("div", { onClick: c }, [
|
|
3009
3009
|
ae("div", Fr, [
|
|
3010
3010
|
ge(u.$slots, "title"),
|
|
@@ -3029,7 +3029,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3029
3029
|
], 64);
|
|
3030
3030
|
};
|
|
3031
3031
|
}
|
|
3032
|
-
}), Ur = { class: "fm-typo-en-title-sm-600" },
|
|
3032
|
+
}), Ur = { class: "fm-typo-en-title-sm-600" }, Ct = "includedFuture", Cn = /* @__PURE__ */ Ne({
|
|
3033
3033
|
__name: "ConditionPermission",
|
|
3034
3034
|
props: {
|
|
3035
3035
|
modelValue: {
|
|
@@ -3054,34 +3054,34 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3054
3054
|
const n = e, s = t, { t: l } = _t(), a = te(() => [
|
|
3055
3055
|
{
|
|
3056
3056
|
label: l("team.memberForm.permissions.includedFuture", { context: n.context }),
|
|
3057
|
-
value:
|
|
3057
|
+
value: Ct,
|
|
3058
3058
|
// Can only be selected if all other options are selected
|
|
3059
3059
|
disable: !!n.modelValue && n.options.length > n.modelValue.length
|
|
3060
3060
|
},
|
|
3061
3061
|
...n.options.filter(
|
|
3062
3062
|
(p) => p.label.toLocaleLowerCase().includes(u.value.toLocaleLowerCase())
|
|
3063
3063
|
)
|
|
3064
|
-
]), c = te(() => n.modelValue ? n.modelValue : [
|
|
3064
|
+
]), c = te(() => n.modelValue ? n.modelValue : [Ct, ...n.options.map((p) => p.value)]);
|
|
3065
3065
|
function m(p) {
|
|
3066
3066
|
const O = p.length === a.value.length;
|
|
3067
|
-
s("update:model-value", O ? null : p.filter((
|
|
3067
|
+
s("update:model-value", O ? null : p.filter((R) => R !== Ct));
|
|
3068
3068
|
}
|
|
3069
3069
|
const u = Ve("");
|
|
3070
3070
|
return (p, O) => {
|
|
3071
|
-
const
|
|
3072
|
-
return
|
|
3073
|
-
title:
|
|
3074
|
-
ae("p", Ur, Ae(
|
|
3071
|
+
const R = Ye("fm-search");
|
|
3072
|
+
return B(), Se(Vr, null, {
|
|
3073
|
+
title: he(() => [
|
|
3074
|
+
ae("p", Ur, Ae(H(l)("team.memberForm.permissions.manageable", { context: e.context })), 1)
|
|
3075
3075
|
]),
|
|
3076
|
-
default:
|
|
3077
|
-
e.options.length > 1 ? (
|
|
3076
|
+
default: he(() => [
|
|
3077
|
+
e.options.length > 1 ? (B(), Se(R, {
|
|
3078
3078
|
key: 0,
|
|
3079
3079
|
modelValue: u.value,
|
|
3080
|
-
"onUpdate:modelValue": O[0] || (O[0] = (
|
|
3080
|
+
"onUpdate:modelValue": O[0] || (O[0] = (y) => u.value = y),
|
|
3081
3081
|
class: "mt-16",
|
|
3082
|
-
placeholder:
|
|
3082
|
+
placeholder: H(l)("team.memberForm.permissions.search", { context: e.context })
|
|
3083
3083
|
}, null, 8, ["modelValue", "placeholder"])) : Oe("", !0),
|
|
3084
|
-
_e(
|
|
3084
|
+
_e(Kt, {
|
|
3085
3085
|
"model-value": c.value,
|
|
3086
3086
|
options: a.value,
|
|
3087
3087
|
"show-intermediate": !1,
|
|
@@ -3092,10 +3092,10 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3092
3092
|
class: "mt-16",
|
|
3093
3093
|
"onUpdate:modelValue": m
|
|
3094
3094
|
}, Fe({ _: 2 }, [
|
|
3095
|
-
|
|
3096
|
-
name: `checkbox-${
|
|
3097
|
-
fn:
|
|
3098
|
-
ge(p.$slots, `checkbox-${
|
|
3095
|
+
be(a.value, (y) => ({
|
|
3096
|
+
name: `checkbox-${y.value}-append`,
|
|
3097
|
+
fn: he(({ option: P }) => [
|
|
3098
|
+
ge(p.$slots, `checkbox-${y.value}-append`, { option: P })
|
|
3099
3099
|
])
|
|
3100
3100
|
}))
|
|
3101
3101
|
]), 1032, ["model-value", "options", "disable"])
|
|
@@ -3104,7 +3104,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3104
3104
|
});
|
|
3105
3105
|
};
|
|
3106
3106
|
}
|
|
3107
|
-
}), At = "includedNewRole",
|
|
3107
|
+
}), At = "includedNewRole", Gr = /* @__PURE__ */ Ne({
|
|
3108
3108
|
__name: "PosRolePermission",
|
|
3109
3109
|
props: {
|
|
3110
3110
|
modelValue: {
|
|
@@ -3145,28 +3145,28 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3145
3145
|
const p = u.length === a.value.length;
|
|
3146
3146
|
s("update:model-value", p ? null : u.filter((O) => O !== At));
|
|
3147
3147
|
}
|
|
3148
|
-
return (u, p) => (
|
|
3148
|
+
return (u, p) => (B(), Se(Kt, {
|
|
3149
3149
|
"model-value": c.value,
|
|
3150
3150
|
options: a.value,
|
|
3151
3151
|
"show-intermediate": !1,
|
|
3152
3152
|
"show-all-toggle": !1,
|
|
3153
3153
|
disable: e.disable,
|
|
3154
|
-
title:
|
|
3154
|
+
title: H(l)("team.memberForm.permissions.roles"),
|
|
3155
3155
|
"onUpdate:modelValue": m
|
|
3156
3156
|
}, Fe({ _: 2 }, [
|
|
3157
|
-
|
|
3157
|
+
be(a.value, (O) => ({
|
|
3158
3158
|
name: `checkbox-${O.value}-append`,
|
|
3159
|
-
fn:
|
|
3160
|
-
ge(u.$slots, `checkbox-${O.value}-append`, { option:
|
|
3159
|
+
fn: he(({ option: R }) => [
|
|
3160
|
+
ge(u.$slots, `checkbox-${O.value}-append`, { option: R })
|
|
3161
3161
|
])
|
|
3162
3162
|
}))
|
|
3163
3163
|
]), 1032, ["model-value", "options", "disable", "title"]));
|
|
3164
3164
|
}
|
|
3165
|
-
}),
|
|
3165
|
+
}), Wr = {
|
|
3166
3166
|
async readWarehouses() {
|
|
3167
3167
|
return os(await is().get("/warehouses"));
|
|
3168
3168
|
}
|
|
3169
|
-
}, xr = { class: "flex flex-col gap-32" }, Xr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Yr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Zr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" },
|
|
3169
|
+
}, xr = { class: "flex flex-col gap-32" }, Xr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Yr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Zr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Br = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, nl = /* @__PURE__ */ Ne({
|
|
3170
3170
|
__name: "PortalPermissionEditor",
|
|
3171
3171
|
props: /* @__PURE__ */ qt({
|
|
3172
3172
|
disable: {
|
|
@@ -3184,51 +3184,51 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3184
3184
|
emits: /* @__PURE__ */ qt(["permissionChanged"], ["update:modelValue"]),
|
|
3185
3185
|
setup(e, { emit: t }) {
|
|
3186
3186
|
const n = ts(e, "modelValue"), s = e, l = t, { t: a } = _t(), { fetchCustomReportPermissions: c, customReportPermissions: m } = ss();
|
|
3187
|
-
function u(
|
|
3188
|
-
return
|
|
3187
|
+
function u(M) {
|
|
3188
|
+
return Mt.find((T) => T.subject === M) ?? m.value.find((T) => T.subject === M);
|
|
3189
3189
|
}
|
|
3190
3190
|
const p = te(() => {
|
|
3191
|
-
const
|
|
3191
|
+
const M = [...Mt, ...m.value].filter((k) => !P.includes(k.subject)).map((k) => k.subject);
|
|
3192
3192
|
return as(
|
|
3193
3193
|
s.inheritPermissions.map((k) => ({
|
|
3194
3194
|
...k,
|
|
3195
|
-
permissions: k.permissions.filter((Z) =>
|
|
3195
|
+
permissions: k.permissions.filter((Z) => M.includes(Z.subject))
|
|
3196
3196
|
}))
|
|
3197
3197
|
).map((k) => ({
|
|
3198
3198
|
id: k.subject,
|
|
3199
3199
|
setNames: k.setNames
|
|
3200
3200
|
}));
|
|
3201
3201
|
}), O = te(() => {
|
|
3202
|
-
const
|
|
3202
|
+
const M = s.inheritPermissions.map((T) => ({
|
|
3203
3203
|
...T,
|
|
3204
3204
|
permissions: T.permissions.filter(
|
|
3205
3205
|
(k) => k.subject === me.Subject.Business.inventory_stock
|
|
3206
3206
|
)
|
|
3207
3207
|
}));
|
|
3208
|
-
return
|
|
3209
|
-
|
|
3208
|
+
return Nt(
|
|
3209
|
+
M,
|
|
3210
3210
|
"warehouseId",
|
|
3211
3211
|
L.value.map((T) => T._id)
|
|
3212
3212
|
);
|
|
3213
|
-
}),
|
|
3214
|
-
const
|
|
3213
|
+
}), R = te(() => {
|
|
3214
|
+
const M = s.inheritPermissions.map((T) => ({
|
|
3215
3215
|
...T,
|
|
3216
3216
|
permissions: T.permissions.filter(
|
|
3217
3217
|
(k) => k.subject === me.Subject.Restaurant.restaurant
|
|
3218
3218
|
)
|
|
3219
3219
|
}));
|
|
3220
|
-
return
|
|
3221
|
-
|
|
3220
|
+
return Nt(
|
|
3221
|
+
M,
|
|
3222
3222
|
"restaurantId",
|
|
3223
|
-
|
|
3223
|
+
N.value.map((T) => T._id)
|
|
3224
3224
|
);
|
|
3225
|
-
}),
|
|
3226
|
-
const
|
|
3225
|
+
}), y = te(() => {
|
|
3226
|
+
const M = s.inheritPermissions.map((T) => ({
|
|
3227
3227
|
...T,
|
|
3228
3228
|
permissions: T.permissions.filter((k) => k.subject === me.Subject.Business.role)
|
|
3229
3229
|
}));
|
|
3230
|
-
return
|
|
3231
|
-
|
|
3230
|
+
return Nt(
|
|
3231
|
+
M,
|
|
3232
3232
|
"roleId",
|
|
3233
3233
|
_.value.map((T) => T._id)
|
|
3234
3234
|
);
|
|
@@ -3239,21 +3239,21 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3239
3239
|
me.Subject.Business.inventory_stock
|
|
3240
3240
|
], U = te(() => {
|
|
3241
3241
|
var T;
|
|
3242
|
-
const
|
|
3242
|
+
const M = (T = n.value) == null ? void 0 : T.find(
|
|
3243
3243
|
(k) => k.subject === me.Subject.Business.inventory_stock
|
|
3244
3244
|
);
|
|
3245
|
-
return
|
|
3246
|
-
}), L = Ve([]),
|
|
3247
|
-
label:
|
|
3248
|
-
value:
|
|
3245
|
+
return M ? M.conditions ? JSON.parse(M.conditions).warehouseId.$in : null : [];
|
|
3246
|
+
}), L = Ve([]), D = te(() => L.value.map((M) => ({
|
|
3247
|
+
label: M.profile.name,
|
|
3248
|
+
value: M._id
|
|
3249
3249
|
})));
|
|
3250
|
-
function i(
|
|
3251
|
-
const T = d(n.value,
|
|
3250
|
+
function i(M) {
|
|
3251
|
+
const T = d(n.value, M);
|
|
3252
3252
|
n.value = T;
|
|
3253
3253
|
}
|
|
3254
|
-
function d(
|
|
3254
|
+
function d(M, T) {
|
|
3255
3255
|
let k = ut(
|
|
3256
|
-
|
|
3256
|
+
M.filter((Z) => Z.subject !== me.Subject.Business.inventory_stock)
|
|
3257
3257
|
);
|
|
3258
3258
|
if (!T || T.length > 0) {
|
|
3259
3259
|
const Z = {
|
|
@@ -3264,19 +3264,19 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3264
3264
|
}
|
|
3265
3265
|
return k;
|
|
3266
3266
|
}
|
|
3267
|
-
const { restaurants:
|
|
3268
|
-
label: `${
|
|
3269
|
-
value:
|
|
3270
|
-
}))), S = te(() =>
|
|
3271
|
-
function v(
|
|
3272
|
-
const T = E(n.value,
|
|
3267
|
+
const { restaurants: N } = ns(), _ = fs().roles, w = te(() => N.value.map((M) => ({
|
|
3268
|
+
label: `${M.profile.code ? M.profile.code + "-" : ""}${M.profile.name}`,
|
|
3269
|
+
value: M._id
|
|
3270
|
+
}))), S = te(() => N.value.reduce((M, T) => (M[T._id] = _.value.filter((k) => k.restaurants.some((Z) => Z.id === T._id)).map((k) => k._id), M), {})), g = te(() => rs(n.value));
|
|
3271
|
+
function v(M) {
|
|
3272
|
+
const T = E(n.value, M);
|
|
3273
3273
|
n.value = T;
|
|
3274
3274
|
}
|
|
3275
|
-
const
|
|
3276
|
-
function E(
|
|
3275
|
+
const b = te(() => ls(n.value));
|
|
3276
|
+
function E(M, T) {
|
|
3277
3277
|
var Z;
|
|
3278
3278
|
let k = ut(
|
|
3279
|
-
|
|
3279
|
+
M.filter(
|
|
3280
3280
|
(x) => x.subject !== me.Subject.Business.restaurant && x.subject !== me.Subject.Restaurant.restaurant
|
|
3281
3281
|
)
|
|
3282
3282
|
);
|
|
@@ -3287,30 +3287,30 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3287
3287
|
...ne
|
|
3288
3288
|
} = ms.restaurant;
|
|
3289
3289
|
k.push(ne);
|
|
3290
|
-
const
|
|
3290
|
+
const J = {
|
|
3291
3291
|
actions: [me.Action.manage],
|
|
3292
3292
|
subject: me.Subject.Restaurant.restaurant
|
|
3293
3293
|
};
|
|
3294
|
-
T && (
|
|
3294
|
+
T && (J.conditions = JSON.stringify({ restaurantId: { $in: T } })), k.push(J);
|
|
3295
3295
|
}
|
|
3296
3296
|
if (T) {
|
|
3297
3297
|
const x = [
|
|
3298
3298
|
...new Set(T.map((ne) => S.value[ne]).flatMap((ne) => ne))
|
|
3299
3299
|
], j = _.value.map((ne) => ne._id);
|
|
3300
|
-
x.length !== j.length && (k =
|
|
3300
|
+
x.length !== j.length && (k = C(
|
|
3301
3301
|
k,
|
|
3302
|
-
(Z =
|
|
3302
|
+
(Z = b.value || j) == null ? void 0 : Z.filter((ne) => x.includes(ne))
|
|
3303
3303
|
));
|
|
3304
3304
|
}
|
|
3305
3305
|
return k;
|
|
3306
3306
|
}
|
|
3307
|
-
function A(
|
|
3308
|
-
const T =
|
|
3307
|
+
function A(M) {
|
|
3308
|
+
const T = C(n.value, M);
|
|
3309
3309
|
n.value = T;
|
|
3310
3310
|
}
|
|
3311
|
-
function
|
|
3311
|
+
function C(M, T) {
|
|
3312
3312
|
let k = ut(
|
|
3313
|
-
|
|
3313
|
+
M.filter((Z) => Z.subject !== me.Subject.Business.role)
|
|
3314
3314
|
);
|
|
3315
3315
|
if (T && T.length > 0) {
|
|
3316
3316
|
const Z = {
|
|
@@ -3324,11 +3324,11 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3324
3324
|
}
|
|
3325
3325
|
Xt(async () => {
|
|
3326
3326
|
await Promise.all([
|
|
3327
|
-
|
|
3327
|
+
Wr.readWarehouses().then((M) => L.value = M),
|
|
3328
3328
|
c()
|
|
3329
3329
|
]);
|
|
3330
3330
|
});
|
|
3331
|
-
const
|
|
3331
|
+
const W = te(() => kt(
|
|
3332
3332
|
n.value,
|
|
3333
3333
|
Tt
|
|
3334
3334
|
).filter((k) => {
|
|
@@ -3341,130 +3341,130 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3341
3341
|
const x = u(k.subject);
|
|
3342
3342
|
if (!x) return k;
|
|
3343
3343
|
const j = x.actions;
|
|
3344
|
-
return j.length <= 1 || j.filter((
|
|
3344
|
+
return j.length <= 1 || j.filter((J) => !Z.includes(J)).length === 0 ? k : { ...k, actions: [...j] };
|
|
3345
3345
|
}));
|
|
3346
|
-
function
|
|
3346
|
+
function G(M) {
|
|
3347
3347
|
const T = new Set(
|
|
3348
|
-
|
|
3348
|
+
W.value.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3349
3349
|
), k = new Set(
|
|
3350
|
-
|
|
3350
|
+
M.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3351
3351
|
), Z = new Set(
|
|
3352
3352
|
n.value.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3353
3353
|
);
|
|
3354
3354
|
let x = [...n.value];
|
|
3355
3355
|
for (const j of T)
|
|
3356
|
-
k.has(j) || (Z.has(j) && (x = x.filter((
|
|
3356
|
+
k.has(j) || (Z.has(j) && (x = x.filter((J) => J.subject !== j)), (!Z.has(j) || kt(
|
|
3357
3357
|
x,
|
|
3358
3358
|
Tt
|
|
3359
3359
|
).some(
|
|
3360
|
-
(
|
|
3361
|
-
)) && !x.some((
|
|
3360
|
+
(J) => J.subject === j && !J.inverted && J.actions.includes("manage")
|
|
3361
|
+
)) && !x.some((J) => J.subject === j && J.inverted) && x.push({ subject: j, actions: ["manage"], inverted: !0 }));
|
|
3362
3362
|
for (const j of k)
|
|
3363
3363
|
if (!T.has(j)) {
|
|
3364
|
-
const ne = x.some((
|
|
3365
|
-
if (x = x.filter((
|
|
3366
|
-
const
|
|
3367
|
-
(
|
|
3364
|
+
const ne = x.some((J) => J.subject === j && J.inverted);
|
|
3365
|
+
if (x = x.filter((J) => !(J.subject === j && J.inverted)), !ne && !Z.has(j)) {
|
|
3366
|
+
const J = M.find(
|
|
3367
|
+
(K) => K.subject === j && !K.inverted
|
|
3368
3368
|
), X = u(j);
|
|
3369
|
-
if (X &&
|
|
3370
|
-
const { category:
|
|
3371
|
-
x.push({ ...re, actions:
|
|
3369
|
+
if (X && J) {
|
|
3370
|
+
const { category: K, showByFeatureFlag: we, ...re } = X;
|
|
3371
|
+
x.push({ ...re, actions: J.actions });
|
|
3372
3372
|
}
|
|
3373
3373
|
}
|
|
3374
3374
|
}
|
|
3375
3375
|
for (const j of k) {
|
|
3376
3376
|
if (!T.has(j)) continue;
|
|
3377
|
-
const ne =
|
|
3377
|
+
const ne = W.value.find(
|
|
3378
3378
|
(re) => re.subject === j && !re.inverted
|
|
3379
|
-
),
|
|
3380
|
-
if (!ne ||
|
|
3381
|
-
const X = new Set(ne.actions),
|
|
3382
|
-
if (X.size ===
|
|
3379
|
+
), J = M.find((re) => re.subject === j && !re.inverted);
|
|
3380
|
+
if (!ne || !J) continue;
|
|
3381
|
+
const X = new Set(ne.actions), K = new Set(J.actions);
|
|
3382
|
+
if (X.size === K.size && [...X].every((re) => K.has(re)))
|
|
3383
3383
|
continue;
|
|
3384
3384
|
const we = x.findIndex((re) => re.subject === j && !re.inverted);
|
|
3385
3385
|
if (we >= 0)
|
|
3386
3386
|
x[we] = {
|
|
3387
3387
|
...x[we],
|
|
3388
|
-
actions: Array.from(
|
|
3388
|
+
actions: Array.from(K)
|
|
3389
3389
|
};
|
|
3390
3390
|
else {
|
|
3391
3391
|
const re = u(j);
|
|
3392
3392
|
if (re) {
|
|
3393
|
-
const { category: Ie, showByFeatureFlag:
|
|
3394
|
-
x.push({
|
|
3393
|
+
const { category: Ie, showByFeatureFlag: Je, ...$e } = re;
|
|
3394
|
+
x.push({ ...$e, actions: Array.from(K) });
|
|
3395
3395
|
}
|
|
3396
3396
|
}
|
|
3397
|
-
X.has("manage") && !
|
|
3397
|
+
X.has("manage") && !K.has("manage") && kt(
|
|
3398
3398
|
x,
|
|
3399
3399
|
Tt
|
|
3400
3400
|
).some(
|
|
3401
3401
|
(Ie) => Ie.subject === j && !Ie.inverted && Ie.actions.includes("manage")
|
|
3402
|
-
) && !x.some((Ie) => Ie.subject === j && Ie.inverted) && x.push({ subject: j, actions: ["manage"], inverted: !0 }), !X.has("manage") &&
|
|
3402
|
+
) && !x.some((Ie) => Ie.subject === j && Ie.inverted) && x.push({ subject: j, actions: ["manage"], inverted: !0 }), !X.has("manage") && K.has("manage") && (x = x.filter((re) => !(re.subject === j && re.inverted)));
|
|
3403
3403
|
}
|
|
3404
3404
|
n.value = x;
|
|
3405
3405
|
}
|
|
3406
3406
|
return St(
|
|
3407
3407
|
n,
|
|
3408
|
-
(
|
|
3409
|
-
l("permissionChanged",
|
|
3408
|
+
(M) => {
|
|
3409
|
+
l("permissionChanged", M);
|
|
3410
3410
|
},
|
|
3411
3411
|
{ deep: !0 }
|
|
3412
|
-
), (
|
|
3412
|
+
), (M, T) => (B(), se("div", xr, [
|
|
3413
3413
|
ae("div", Xr, [
|
|
3414
3414
|
_e(Pr, {
|
|
3415
|
-
"model-value":
|
|
3415
|
+
"model-value": W.value,
|
|
3416
3416
|
"excluded-subjects": P,
|
|
3417
|
-
"additional-permissions":
|
|
3418
|
-
"onUpdate:modelValue":
|
|
3417
|
+
"additional-permissions": H(m),
|
|
3418
|
+
"onUpdate:modelValue": G
|
|
3419
3419
|
}, Fe({ _: 2 }, [
|
|
3420
|
-
|
|
3420
|
+
be(p.value, (k) => ({
|
|
3421
3421
|
name: `checkbox-${k.id}-append`,
|
|
3422
|
-
fn:
|
|
3422
|
+
fn: he(() => [
|
|
3423
3423
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3424
3424
|
])
|
|
3425
3425
|
}))
|
|
3426
3426
|
]), 1032, ["model-value", "additional-permissions"])
|
|
3427
3427
|
]),
|
|
3428
3428
|
ae("div", Yr, [
|
|
3429
|
-
_e(
|
|
3429
|
+
_e(Cn, {
|
|
3430
3430
|
"model-value": U.value,
|
|
3431
|
-
options:
|
|
3432
|
-
context:
|
|
3431
|
+
options: D.value,
|
|
3432
|
+
context: H(a)("team.labels.warehouse"),
|
|
3433
3433
|
"onUpdate:modelValue": i
|
|
3434
3434
|
}, Fe({ _: 2 }, [
|
|
3435
|
-
|
|
3435
|
+
be(O.value, (k) => ({
|
|
3436
3436
|
name: `checkbox-${k.id}-append`,
|
|
3437
|
-
fn:
|
|
3437
|
+
fn: he(() => [
|
|
3438
3438
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3439
3439
|
])
|
|
3440
3440
|
}))
|
|
3441
3441
|
]), 1032, ["model-value", "options", "context"])
|
|
3442
3442
|
]),
|
|
3443
3443
|
ae("div", Zr, [
|
|
3444
|
-
_e(
|
|
3444
|
+
_e(Cn, {
|
|
3445
3445
|
"model-value": g.value,
|
|
3446
3446
|
options: w.value,
|
|
3447
|
-
context:
|
|
3447
|
+
context: H(a)("team.labels.restaurant"),
|
|
3448
3448
|
"onUpdate:modelValue": v
|
|
3449
3449
|
}, Fe({ _: 2 }, [
|
|
3450
|
-
|
|
3450
|
+
be(R.value, (k) => ({
|
|
3451
3451
|
name: `checkbox-${k.id}-append`,
|
|
3452
|
-
fn:
|
|
3452
|
+
fn: he(() => [
|
|
3453
3453
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3454
3454
|
])
|
|
3455
3455
|
}))
|
|
3456
3456
|
]), 1032, ["model-value", "options", "context"])
|
|
3457
3457
|
]),
|
|
3458
|
-
ae("div",
|
|
3459
|
-
_e(
|
|
3460
|
-
roles:
|
|
3461
|
-
"model-value":
|
|
3458
|
+
ae("div", Br, [
|
|
3459
|
+
_e(Gr, {
|
|
3460
|
+
roles: H(_),
|
|
3461
|
+
"model-value": b.value,
|
|
3462
3462
|
"restaurant-ids": g.value,
|
|
3463
3463
|
"onUpdate:modelValue": A
|
|
3464
3464
|
}, Fe({ _: 2 }, [
|
|
3465
|
-
|
|
3465
|
+
be(y.value, (k) => ({
|
|
3466
3466
|
name: `checkbox-${k.id}-append`,
|
|
3467
|
-
fn:
|
|
3467
|
+
fn: he(() => [
|
|
3468
3468
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3469
3469
|
])
|
|
3470
3470
|
}))
|
|
@@ -3474,6 +3474,6 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3474
3474
|
}
|
|
3475
3475
|
});
|
|
3476
3476
|
export {
|
|
3477
|
-
|
|
3477
|
+
Kt as _,
|
|
3478
3478
|
nl as a
|
|
3479
3479
|
};
|