@feedmepos/mf-hrm-portal 2.0.3-dev → 2.0.5-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-wzVOem7J.js → AuditLogList-BvEIB73A.js} +4 -4
- package/dist/{EmployeeList-D5IfP20e.js → EmployeeList-B_pgDSOf.js} +5 -5
- package/dist/{Main-hADhiwrp.js → Main-BVogGot1.js} +5 -5
- package/dist/{Main-mvm27j-a.js → Main-DsOSGRS7.js} +8 -8
- package/dist/{PermissionSetList-DgaTwV_y.js → PermissionSetList-B243twFl.js} +3 -3
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BzA__vQJ.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-JopeRj37.js} +432 -432
- package/dist/{RoleList-C0gK0AMO.js → RoleList-B09gFRrt.js} +6 -6
- package/dist/{TeamMemberList-BVAbjvKZ.js → TeamMemberList-DZKq2mDD.js} +7 -7
- package/dist/{TimesheetList-C3jduNcK.js → TimesheetList-BykQ0VO_.js} +6 -6
- package/dist/api/permission-assignment/index.d.ts +3 -0
- package/dist/api/report-query/index.d.ts +1 -0
- package/dist/{app-CXscIHdd.js → app-D0y0UR-U.js} +346 -343
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-Bc0i83P9.js → dayjs.min-COoXlyZR.js} +1 -1
- package/dist/{employee-Se3Yks-o.js → employee-UNFKUR2e.js} +3 -3
- package/dist/{index-D35d9iES.js → index-2et9Y2xR.js} +1 -1
- package/dist/{index-DOp84DcN.js → index-BPGh5yHT.js} +1091 -1072
- package/dist/{lodash-DuiYjdnV.js → lodash-CDk6w3_I.js} +1 -1
- package/dist/{team-CT4SDg-h.js → team-B0EB57-E.js} +1 -1
- package/dist/{timesheet-D0SI4Zli.js → timesheet-DmthH-5T.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/types/report-query.d.ts +1 -0
- package/dist/{useAppStore-TCd8aSgi.js → useAppStore-Ba_pxve9.js} +1 -1
- package/dist/{useLoading-CwO9YfJb.js → useLoading-PuFP-Lbd.js} +1 -1
- package/dist/{useReportPermissions-CmtxmL3h.js → useReportPermissions-mKoU-8Yq.js} +2 -2
- package/package.json +2 -2
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { getCurrentInstance as xt, inject as
|
|
2
|
-
import { useI18n as
|
|
1
|
+
import { getCurrentInstance as xt, inject as Bn, ref as Fe, shallowRef as Hn, computed as B, watch as St, onMounted as Xt, onUnmounted as On, defineComponent as Ee, h as Rn, createVNode as me, Text as $n, Fragment as Ne, resolveComponent as Xe, createBlock as Ce, openBlock as G, withCtx as _e, createElementVNode as ee, createElementBlock as Q, toDisplayString as je, unref as ye, renderList as fe, renderSlot as pe, createCommentVNode as ke, createTextVNode as Jn, useSlots as Kn, normalizeStyle as ct, normalizeClass as qe, createSlots as we, nextTick as Qn, mergeModels as zt, useModel as zn } from "vue";
|
|
2
|
+
import { useI18n as _t, useCoreStore as qn } from "@feedmepos/mf-common";
|
|
3
3
|
import "@vue/devtools-api";
|
|
4
|
-
import { l as ut, p as Dt, g as es, b as ts, q as ns, C as ss, D as yt, E as as, v as rs, $ as Tt } from "./index-
|
|
5
|
-
import { a as ls,
|
|
6
|
-
import { u as is } from "./index-
|
|
7
|
-
import { u as cs } from "./useAppStore-
|
|
4
|
+
import { l as ut, p as Dt, g as es, b as ts, q as ns, C as ss, D as yt, E as as, v as rs, $ as Tt } from "./index-BPGh5yHT.js";
|
|
5
|
+
import { a as ls, i as le, U as os, w as kt } from "./app-D0y0UR-U.js";
|
|
6
|
+
import { u as is } from "./index-2et9Y2xR.js";
|
|
7
|
+
import { u as cs } from "./useAppStore-Ba_pxve9.js";
|
|
8
8
|
/*!
|
|
9
9
|
* shared v10.0.5
|
|
10
10
|
* (c) 2024 kazuya kawaguchi
|
|
11
11
|
* Released under the MIT License.
|
|
12
12
|
*/
|
|
13
|
-
const qt = typeof window < "u",
|
|
13
|
+
const qt = typeof window < "u", Ve = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), us = (e, t, n) => ms({ l: e, k: t, s: n }), ms = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), oe = (e) => typeof e == "number" && isFinite(e), ds = (e) => Yt(e) === "[object Date]", dt = (e) => Yt(e) === "[object RegExp]", pt = (e) => W(e) && Object.keys(e).length === 0, ie = Object.assign, fs = Object.create, Y = (e = null) => fs(e);
|
|
14
14
|
let en;
|
|
15
15
|
const Pe = () => en || (en = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : Y());
|
|
16
16
|
function tn(e) {
|
|
17
17
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const _s = Object.prototype.hasOwnProperty;
|
|
20
20
|
function ve(e, t) {
|
|
21
|
-
return
|
|
21
|
+
return _s.call(e, t);
|
|
22
22
|
}
|
|
23
|
-
const re = Array.isArray,
|
|
23
|
+
const re = Array.isArray, z = (e) => typeof e == "function", O = (e) => typeof e == "string", se = (e) => typeof e == "boolean", x = (e) => e !== null && typeof e == "object", ps = (e) => x(e) && z(e.then) && z(e.catch), Cn = Object.prototype.toString, Yt = (e) => Cn.call(e), W = (e) => Yt(e) === "[object Object]", bs = (e) => e == null ? "" : re(e) || W(e) && e.toString === Cn ? JSON.stringify(e, null, 2) : String(e);
|
|
24
24
|
function Zt(e, t = "") {
|
|
25
25
|
return e.reduce((n, s, l) => l === 0 ? n + s : n + t + s, "");
|
|
26
26
|
}
|
|
@@ -64,8 +64,8 @@ const X = {
|
|
|
64
64
|
UNEXPECTED_LEXICAL_ANALYSIS: 14
|
|
65
65
|
}, vs = 17;
|
|
66
66
|
function bt(e, t, n = {}) {
|
|
67
|
-
const { domain: s, messages: l, args: a } = n, u = e,
|
|
68
|
-
return
|
|
67
|
+
const { domain: s, messages: l, args: a } = n, u = e, _ = new SyntaxError(String(u));
|
|
68
|
+
return _.code = e, t && (_.location = t), _.domain = s, _;
|
|
69
69
|
}
|
|
70
70
|
function Es(e) {
|
|
71
71
|
throw e;
|
|
@@ -75,7 +75,7 @@ const Te = " ", Is = "\r", ue = `
|
|
|
75
75
|
function Ts(e) {
|
|
76
76
|
const t = e;
|
|
77
77
|
let n = 0, s = 1, l = 1, a = 0;
|
|
78
|
-
const u = (h) => t[h] === Is && t[h + 1] === ue,
|
|
78
|
+
const u = (h) => t[h] === Is && t[h + 1] === ue, _ = (h) => t[h] === ue, m = (h) => t[h] === ys, g = (h) => t[h] === Ns, y = (h) => u(h) || _(h) || m(h) || g(h), k = () => n, N = () => s, R = () => l, w = () => a, T = (h) => u(h) || m(h) || g(h) ? ue : t[h], L = () => T(n), c = () => T(n + a);
|
|
79
79
|
function i() {
|
|
80
80
|
return a = 0, y(n) && (s++, l = 0), u(n) && n++, n++, l++, t[n];
|
|
81
81
|
}
|
|
@@ -85,7 +85,7 @@ function Ts(e) {
|
|
|
85
85
|
function d() {
|
|
86
86
|
n = 0, s = 1, l = 1, a = 0;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function f(h = 0) {
|
|
89
89
|
a = h;
|
|
90
90
|
}
|
|
91
91
|
function b() {
|
|
@@ -105,19 +105,19 @@ function Ts(e) {
|
|
|
105
105
|
next: i,
|
|
106
106
|
peek: v,
|
|
107
107
|
reset: d,
|
|
108
|
-
resetPeek:
|
|
108
|
+
resetPeek: f,
|
|
109
109
|
skipToPeek: b
|
|
110
110
|
};
|
|
111
111
|
}
|
|
112
112
|
const Re = void 0, ks = ".", nn = "'", Ls = "tokenizer";
|
|
113
113
|
function Os(e, t = {}) {
|
|
114
|
-
const n = t.location !== !1, s = Ts(e), l = () => s.index(), a = () => gs(s.line(), s.column(), s.index()), u = a(),
|
|
114
|
+
const n = t.location !== !1, s = Ts(e), l = () => s.index(), a = () => gs(s.line(), s.column(), s.index()), u = a(), _ = l(), m = {
|
|
115
115
|
currentType: 13,
|
|
116
|
-
offset:
|
|
116
|
+
offset: _,
|
|
117
117
|
startLoc: u,
|
|
118
118
|
endLoc: u,
|
|
119
119
|
lastType: 13,
|
|
120
|
-
lastOffset:
|
|
120
|
+
lastOffset: _,
|
|
121
121
|
lastStartLoc: u,
|
|
122
122
|
lastEndLoc: u,
|
|
123
123
|
braceNest: 0,
|
|
@@ -127,7 +127,7 @@ function Os(e, t = {}) {
|
|
|
127
127
|
function k(r, o, E, ...A) {
|
|
128
128
|
const te = g();
|
|
129
129
|
if (o.column += E, o.offset += E, y) {
|
|
130
|
-
const
|
|
130
|
+
const j = n ? Mt(te.startLoc, o) : null, p = bt(r, j, {
|
|
131
131
|
domain: Ls,
|
|
132
132
|
args: A
|
|
133
133
|
});
|
|
@@ -187,7 +187,7 @@ function Os(e, t = {}) {
|
|
|
187
187
|
const A = r.currentPeek() === "-" ? r.peek() : r.currentPeek(), te = i(A);
|
|
188
188
|
return r.resetPeek(), te;
|
|
189
189
|
}
|
|
190
|
-
function
|
|
190
|
+
function f(r, o) {
|
|
191
191
|
const { currentType: E } = o;
|
|
192
192
|
if (E !== 2)
|
|
193
193
|
return !1;
|
|
@@ -224,20 +224,20 @@ function Os(e, t = {}) {
|
|
|
224
224
|
if (E !== 9)
|
|
225
225
|
return !1;
|
|
226
226
|
const A = () => {
|
|
227
|
-
const
|
|
228
|
-
return
|
|
227
|
+
const j = r.currentPeek();
|
|
228
|
+
return j === "{" ? c(r.peek()) : j === "@" || j === "|" || j === ":" || j === "." || j === Te || !j ? !1 : j === ue ? (r.peek(), A()) : ce(r, !1);
|
|
229
229
|
}, te = A();
|
|
230
230
|
return r.resetPeek(), te;
|
|
231
231
|
}
|
|
232
|
-
function
|
|
232
|
+
function $(r) {
|
|
233
233
|
T(r);
|
|
234
234
|
const o = r.currentPeek() === "|";
|
|
235
235
|
return r.resetPeek(), o;
|
|
236
236
|
}
|
|
237
237
|
function ce(r, o = !0) {
|
|
238
|
-
const E = (te = !1,
|
|
238
|
+
const E = (te = !1, j = "") => {
|
|
239
239
|
const p = r.currentPeek();
|
|
240
|
-
return p === "{" || p === "@" || !p ? te : p === "|" ? !(
|
|
240
|
+
return p === "{" || p === "@" || !p ? te : p === "|" ? !(j === Te || j === ue) : p === Te ? (r.peek(), E(!0, Te)) : p === ue ? (r.peek(), E(!0, ue)) : !0;
|
|
241
241
|
}, A = E();
|
|
242
242
|
return o && r.resetPeek(), A;
|
|
243
243
|
}
|
|
@@ -253,7 +253,7 @@ function Os(e, t = {}) {
|
|
|
253
253
|
o === 95 || // _
|
|
254
254
|
o === 36;
|
|
255
255
|
}
|
|
256
|
-
function
|
|
256
|
+
function He(r) {
|
|
257
257
|
return P(r, q);
|
|
258
258
|
}
|
|
259
259
|
function M(r) {
|
|
@@ -272,25 +272,25 @@ function Os(e, t = {}) {
|
|
|
272
272
|
const o = r.charCodeAt(0);
|
|
273
273
|
return o >= 48 && o <= 57;
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function J(r) {
|
|
276
276
|
return P(r, S);
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function V(r) {
|
|
279
279
|
const o = r.charCodeAt(0);
|
|
280
280
|
return o >= 48 && o <= 57 || // 0-9
|
|
281
281
|
o >= 65 && o <= 70 || // A-F
|
|
282
282
|
o >= 97 && o <= 102;
|
|
283
283
|
}
|
|
284
284
|
function F(r) {
|
|
285
|
-
return P(r,
|
|
285
|
+
return P(r, V);
|
|
286
286
|
}
|
|
287
287
|
function ae(r) {
|
|
288
288
|
let o = "", E = "";
|
|
289
|
-
for (; o =
|
|
289
|
+
for (; o = J(r); )
|
|
290
290
|
E += o;
|
|
291
291
|
return E;
|
|
292
292
|
}
|
|
293
|
-
function
|
|
293
|
+
function H(r) {
|
|
294
294
|
let o = "";
|
|
295
295
|
for (; ; ) {
|
|
296
296
|
const E = r.currentChar();
|
|
@@ -300,7 +300,7 @@ function Os(e, t = {}) {
|
|
|
300
300
|
if (ce(r))
|
|
301
301
|
o += E, r.next();
|
|
302
302
|
else {
|
|
303
|
-
if (
|
|
303
|
+
if ($(r))
|
|
304
304
|
break;
|
|
305
305
|
o += E, r.next();
|
|
306
306
|
}
|
|
@@ -339,39 +339,39 @@ function Os(e, t = {}) {
|
|
|
339
339
|
case "'":
|
|
340
340
|
return r.next(), `\\${o}`;
|
|
341
341
|
case "u":
|
|
342
|
-
return
|
|
342
|
+
return $e(r, o, 4);
|
|
343
343
|
case "U":
|
|
344
|
-
return
|
|
344
|
+
return $e(r, o, 6);
|
|
345
345
|
default:
|
|
346
346
|
return k(X.UNKNOWN_ESCAPE_SEQUENCE, a(), 0, o), "";
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
function
|
|
349
|
+
function $e(r, o, E) {
|
|
350
350
|
w(r, o);
|
|
351
351
|
let A = "";
|
|
352
352
|
for (let te = 0; te < E; te++) {
|
|
353
|
-
const
|
|
354
|
-
if (!
|
|
353
|
+
const j = F(r);
|
|
354
|
+
if (!j) {
|
|
355
355
|
k(X.INVALID_UNICODE_ESCAPE_SEQUENCE, a(), 0, `\\${o}${A}${r.currentChar()}`);
|
|
356
356
|
break;
|
|
357
357
|
}
|
|
358
|
-
A +=
|
|
358
|
+
A += j;
|
|
359
359
|
}
|
|
360
360
|
return `\\${o}${A}`;
|
|
361
361
|
}
|
|
362
|
-
function
|
|
362
|
+
function Je(r) {
|
|
363
363
|
return r !== "{" && r !== "}" && r !== Te && r !== ue;
|
|
364
364
|
}
|
|
365
365
|
function vt(r) {
|
|
366
366
|
L(r);
|
|
367
367
|
let o = "", E = "";
|
|
368
|
-
for (; o = P(r,
|
|
368
|
+
for (; o = P(r, Je); )
|
|
369
369
|
E += o;
|
|
370
370
|
return E;
|
|
371
371
|
}
|
|
372
372
|
function Et(r) {
|
|
373
373
|
let o = "", E = "";
|
|
374
|
-
for (; o =
|
|
374
|
+
for (; o = He(r); )
|
|
375
375
|
E += o;
|
|
376
376
|
return E;
|
|
377
377
|
}
|
|
@@ -411,18 +411,18 @@ function Os(e, t = {}) {
|
|
|
411
411
|
case "@":
|
|
412
412
|
return o.braceNest > 0 && k(X.UNTERMINATED_CLOSING_BRACE, a(), 0), E = Ge(r, o) || R(o), o.braceNest = 0, E;
|
|
413
413
|
default: {
|
|
414
|
-
let te = !0,
|
|
415
|
-
if (
|
|
414
|
+
let te = !0, j = !0, p = !0;
|
|
415
|
+
if ($(r))
|
|
416
416
|
return o.braceNest > 0 && k(X.UNTERMINATED_CLOSING_BRACE, a(), 0), E = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, E;
|
|
417
417
|
if (o.braceNest > 0 && (o.currentType === 4 || o.currentType === 5 || o.currentType === 6))
|
|
418
|
-
return k(X.UNTERMINATED_CLOSING_BRACE, a(), 0), o.braceNest = 0,
|
|
418
|
+
return k(X.UNTERMINATED_CLOSING_BRACE, a(), 0), o.braceNest = 0, Qe(r, o);
|
|
419
419
|
if (te = v(r, o))
|
|
420
420
|
return E = N(o, 4, he(r)), L(r), E;
|
|
421
|
-
if (
|
|
421
|
+
if (j = d(r, o))
|
|
422
422
|
return E = N(o, 5, de(r)), L(r), E;
|
|
423
|
-
if (p =
|
|
423
|
+
if (p = f(r, o))
|
|
424
424
|
return E = N(o, 6, K(r)), L(r), E;
|
|
425
|
-
if (!te && !
|
|
425
|
+
if (!te && !j && !p)
|
|
426
426
|
return E = N(o, 12, vt(r)), k(X.INVALID_TOKEN_IN_PLACEHOLDER, a(), 0, E.value), L(r), E;
|
|
427
427
|
break;
|
|
428
428
|
}
|
|
@@ -456,10 +456,10 @@ function Os(e, t = {}) {
|
|
|
456
456
|
/* TokenChars.LinkedDelimiter */
|
|
457
457
|
);
|
|
458
458
|
default:
|
|
459
|
-
return
|
|
459
|
+
return $(r) ? (A = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, A) : b(r, o) || D(r, o) ? (L(r), Ge(r, o)) : h(r, o) ? (L(r), N(o, 11, Et(r))) : U(r, o) ? (L(r), te === "{" ? Ue(r, o) || A : N(o, 10, It(r))) : (E === 7 && k(X.INVALID_LINKED_FORMAT, a(), 0), o.braceNest = 0, o.inLinked = !1, Qe(r, o));
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
function
|
|
462
|
+
function Qe(r, o) {
|
|
463
463
|
let E = {
|
|
464
464
|
type: 13
|
|
465
465
|
/* TokenTypes.EOF */
|
|
@@ -481,10 +481,10 @@ function Os(e, t = {}) {
|
|
|
481
481
|
case "@":
|
|
482
482
|
return Ge(r, o) || R(o);
|
|
483
483
|
default: {
|
|
484
|
-
if (
|
|
484
|
+
if ($(r))
|
|
485
485
|
return E = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, E;
|
|
486
486
|
if (ce(r))
|
|
487
|
-
return N(o, 0,
|
|
487
|
+
return N(o, 0, H(r));
|
|
488
488
|
break;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
@@ -496,7 +496,7 @@ function Os(e, t = {}) {
|
|
|
496
496
|
m,
|
|
497
497
|
13
|
|
498
498
|
/* TokenTypes.EOF */
|
|
499
|
-
) :
|
|
499
|
+
) : Qe(s, m);
|
|
500
500
|
}
|
|
501
501
|
return {
|
|
502
502
|
nextToken: Nt,
|
|
@@ -520,12 +520,12 @@ function As(e, t, n) {
|
|
|
520
520
|
}
|
|
521
521
|
function Ss(e = {}) {
|
|
522
522
|
const t = e.location !== !1, { onError: n } = e;
|
|
523
|
-
function s(c, i, v, d, ...
|
|
523
|
+
function s(c, i, v, d, ...f) {
|
|
524
524
|
const b = c.currentPosition();
|
|
525
525
|
if (b.offset += d, b.column += d, n) {
|
|
526
526
|
const h = t ? Mt(v, b) : null, D = bt(i, h, {
|
|
527
527
|
domain: Rs,
|
|
528
|
-
args:
|
|
528
|
+
args: f
|
|
529
529
|
});
|
|
530
530
|
n(D);
|
|
531
531
|
}
|
|
@@ -541,21 +541,21 @@ function Ss(e = {}) {
|
|
|
541
541
|
const v = c.context(), d = l(3, v.offset, v.startLoc);
|
|
542
542
|
return d.value = i, a(d, c.currentOffset(), c.currentPosition()), d;
|
|
543
543
|
}
|
|
544
|
-
function
|
|
545
|
-
const v = c.context(), { lastOffset: d, lastStartLoc:
|
|
544
|
+
function _(c, i) {
|
|
545
|
+
const v = c.context(), { lastOffset: d, lastStartLoc: f } = v, b = l(5, d, f);
|
|
546
546
|
return b.index = parseInt(i, 10), c.nextToken(), a(b, c.currentOffset(), c.currentPosition()), b;
|
|
547
547
|
}
|
|
548
548
|
function m(c, i) {
|
|
549
|
-
const v = c.context(), { lastOffset: d, lastStartLoc:
|
|
549
|
+
const v = c.context(), { lastOffset: d, lastStartLoc: f } = v, b = l(4, d, f);
|
|
550
550
|
return b.key = i, c.nextToken(), a(b, c.currentOffset(), c.currentPosition()), b;
|
|
551
551
|
}
|
|
552
552
|
function g(c, i) {
|
|
553
|
-
const v = c.context(), { lastOffset: d, lastStartLoc:
|
|
553
|
+
const v = c.context(), { lastOffset: d, lastStartLoc: f } = v, b = l(9, d, f);
|
|
554
554
|
return b.value = i.replace(Cs, As), c.nextToken(), a(b, c.currentOffset(), c.currentPosition()), b;
|
|
555
555
|
}
|
|
556
556
|
function y(c) {
|
|
557
|
-
const i = c.nextToken(), v = c.context(), { lastOffset: d, lastStartLoc:
|
|
558
|
-
return i.type !== 11 ? (s(c, X.UNEXPECTED_EMPTY_LINKED_MODIFIER, v.lastStartLoc, 0), b.value = "", a(b, d,
|
|
557
|
+
const i = c.nextToken(), v = c.context(), { lastOffset: d, lastStartLoc: f } = v, b = l(8, d, f);
|
|
558
|
+
return i.type !== 11 ? (s(c, X.UNEXPECTED_EMPTY_LINKED_MODIFIER, v.lastStartLoc, 0), b.value = "", a(b, d, f), {
|
|
559
559
|
nextConsumeToken: i,
|
|
560
560
|
node: b
|
|
561
561
|
}) : (i.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, v.lastStartLoc, 0, Ie(i)), b.value = i.value || "", a(b, c.currentOffset(), c.currentPosition()), {
|
|
@@ -570,8 +570,8 @@ function Ss(e = {}) {
|
|
|
570
570
|
const i = c.context(), v = l(6, i.offset, i.startLoc);
|
|
571
571
|
let d = c.nextToken();
|
|
572
572
|
if (d.type === 8) {
|
|
573
|
-
const
|
|
574
|
-
v.modifier =
|
|
573
|
+
const f = y(c);
|
|
574
|
+
v.modifier = f.node, d = f.nextConsumeToken || c.nextToken();
|
|
575
575
|
}
|
|
576
576
|
switch (d.type !== 9 && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(d)), d = c.nextToken(), d.type === 2 && (d = c.nextToken()), d.type) {
|
|
577
577
|
case 10:
|
|
@@ -581,15 +581,15 @@ function Ss(e = {}) {
|
|
|
581
581
|
d.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(d)), v.key = m(c, d.value || "");
|
|
582
582
|
break;
|
|
583
583
|
case 5:
|
|
584
|
-
d.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(d)), v.key =
|
|
584
|
+
d.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(d)), v.key = _(c, d.value || "");
|
|
585
585
|
break;
|
|
586
586
|
case 6:
|
|
587
587
|
d.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(d)), v.key = g(c, d.value || "");
|
|
588
588
|
break;
|
|
589
589
|
default: {
|
|
590
590
|
s(c, X.UNEXPECTED_EMPTY_LINKED_KEY, i.lastStartLoc, 0);
|
|
591
|
-
const
|
|
592
|
-
return b.value = "", a(b,
|
|
591
|
+
const f = c.context(), b = l(7, f.offset, f.startLoc);
|
|
592
|
+
return b.value = "", a(b, f.offset, f.startLoc), v.key = b, a(v, f.offset, f.startLoc), {
|
|
593
593
|
nextConsumeToken: d,
|
|
594
594
|
node: v
|
|
595
595
|
};
|
|
@@ -600,48 +600,48 @@ function Ss(e = {}) {
|
|
|
600
600
|
};
|
|
601
601
|
}
|
|
602
602
|
function R(c) {
|
|
603
|
-
const i = c.context(), v = i.currentType === 1 ? c.currentOffset() : i.offset, d = i.currentType === 1 ? i.endLoc : i.startLoc,
|
|
604
|
-
|
|
603
|
+
const i = c.context(), v = i.currentType === 1 ? c.currentOffset() : i.offset, d = i.currentType === 1 ? i.endLoc : i.startLoc, f = l(2, v, d);
|
|
604
|
+
f.items = [];
|
|
605
605
|
let b = null;
|
|
606
606
|
do {
|
|
607
607
|
const U = b || c.nextToken();
|
|
608
608
|
switch (b = null, U.type) {
|
|
609
609
|
case 0:
|
|
610
|
-
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)),
|
|
610
|
+
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)), f.items.push(u(c, U.value || ""));
|
|
611
611
|
break;
|
|
612
612
|
case 5:
|
|
613
|
-
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)),
|
|
613
|
+
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)), f.items.push(_(c, U.value || ""));
|
|
614
614
|
break;
|
|
615
615
|
case 4:
|
|
616
|
-
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)),
|
|
616
|
+
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)), f.items.push(m(c, U.value || ""));
|
|
617
617
|
break;
|
|
618
618
|
case 6:
|
|
619
|
-
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)),
|
|
619
|
+
U.value == null && s(c, X.UNEXPECTED_LEXICAL_ANALYSIS, i.lastStartLoc, 0, Ie(U)), f.items.push(g(c, U.value || ""));
|
|
620
620
|
break;
|
|
621
621
|
case 7: {
|
|
622
|
-
const
|
|
623
|
-
|
|
622
|
+
const $ = N(c);
|
|
623
|
+
f.items.push($.node), b = $.nextConsumeToken || null;
|
|
624
624
|
break;
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
627
|
} while (i.currentType !== 13 && i.currentType !== 1);
|
|
628
628
|
const h = i.currentType === 1 ? i.lastOffset : c.currentOffset(), D = i.currentType === 1 ? i.lastEndLoc : c.currentPosition();
|
|
629
|
-
return a(
|
|
629
|
+
return a(f, h, D), f;
|
|
630
630
|
}
|
|
631
631
|
function w(c, i, v, d) {
|
|
632
|
-
const
|
|
632
|
+
const f = c.context();
|
|
633
633
|
let b = d.items.length === 0;
|
|
634
634
|
const h = l(1, i, v);
|
|
635
635
|
h.cases = [], h.cases.push(d);
|
|
636
636
|
do {
|
|
637
637
|
const D = R(c);
|
|
638
638
|
b || (b = D.items.length === 0), h.cases.push(D);
|
|
639
|
-
} while (
|
|
639
|
+
} while (f.currentType !== 13);
|
|
640
640
|
return b && s(c, X.MUST_HAVE_MESSAGES_IN_PLURAL, v, 0), a(h, c.currentOffset(), c.currentPosition()), h;
|
|
641
641
|
}
|
|
642
642
|
function T(c) {
|
|
643
|
-
const i = c.context(), { offset: v, startLoc: d } = i,
|
|
644
|
-
return i.currentType === 13 ?
|
|
643
|
+
const i = c.context(), { offset: v, startLoc: d } = i, f = R(c);
|
|
644
|
+
return i.currentType === 13 ? f : w(c, v, d, f);
|
|
645
645
|
}
|
|
646
646
|
function L(c) {
|
|
647
647
|
const i = Os(c, ie({}, e)), v = i.context(), d = l(0, v.offset, v.startLoc);
|
|
@@ -664,9 +664,9 @@ function Ds(e, t = {}) {
|
|
|
664
664
|
}
|
|
665
665
|
function sn(e, t) {
|
|
666
666
|
for (let n = 0; n < e.length; n++)
|
|
667
|
-
|
|
667
|
+
Bt(e[n], t);
|
|
668
668
|
}
|
|
669
|
-
function
|
|
669
|
+
function Bt(e, t) {
|
|
670
670
|
switch (e.type) {
|
|
671
671
|
case 1:
|
|
672
672
|
sn(e.cases, t), t.helper(
|
|
@@ -678,7 +678,7 @@ function Ht(e, t) {
|
|
|
678
678
|
sn(e.items, t);
|
|
679
679
|
break;
|
|
680
680
|
case 6: {
|
|
681
|
-
|
|
681
|
+
Bt(e.key, t), t.helper(
|
|
682
682
|
"linked"
|
|
683
683
|
/* HelperNameMap.LINKED */
|
|
684
684
|
), t.helper(
|
|
@@ -712,7 +712,7 @@ function Ms(e, t = {}) {
|
|
|
712
712
|
n.helper(
|
|
713
713
|
"normalize"
|
|
714
714
|
/* HelperNameMap.NORMALIZE */
|
|
715
|
-
), e.body &&
|
|
715
|
+
), e.body && Bt(e.body, n);
|
|
716
716
|
const s = n.context();
|
|
717
717
|
e.helpers = Array.from(s.helpers);
|
|
718
718
|
}
|
|
@@ -801,7 +801,7 @@ function Ps(e, t) {
|
|
|
801
801
|
indentLevel: 0
|
|
802
802
|
};
|
|
803
803
|
a && e.loc && (u.source = e.loc.source);
|
|
804
|
-
const
|
|
804
|
+
const _ = () => u;
|
|
805
805
|
function m(T, L) {
|
|
806
806
|
u.code += T;
|
|
807
807
|
}
|
|
@@ -821,7 +821,7 @@ function Ps(e, t) {
|
|
|
821
821
|
g(u.indentLevel);
|
|
822
822
|
}
|
|
823
823
|
return {
|
|
824
|
-
context:
|
|
824
|
+
context: _,
|
|
825
825
|
push: m,
|
|
826
826
|
indent: y,
|
|
827
827
|
deindent: k,
|
|
@@ -837,7 +837,7 @@ function Fs(e, t) {
|
|
|
837
837
|
/* HelperNameMap.LINKED */
|
|
838
838
|
)}(`), Ye(e, t.key), t.modifier ? (e.push(", "), Ye(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
|
|
839
839
|
}
|
|
840
|
-
function
|
|
840
|
+
function js(e, t) {
|
|
841
841
|
const { helper: n, needIndent: s } = e;
|
|
842
842
|
e.push(`${n(
|
|
843
843
|
"normalize"
|
|
@@ -848,7 +848,7 @@ function Vs(e, t) {
|
|
|
848
848
|
e.push(", ");
|
|
849
849
|
e.deindent(s()), e.push("])");
|
|
850
850
|
}
|
|
851
|
-
function
|
|
851
|
+
function Vs(e, t) {
|
|
852
852
|
const { helper: n, needIndent: s } = e;
|
|
853
853
|
if (t.cases.length > 1) {
|
|
854
854
|
e.push(`${n(
|
|
@@ -871,10 +871,10 @@ function Ye(e, t) {
|
|
|
871
871
|
Us(e, t);
|
|
872
872
|
break;
|
|
873
873
|
case 1:
|
|
874
|
-
|
|
874
|
+
Vs(e, t);
|
|
875
875
|
break;
|
|
876
876
|
case 2:
|
|
877
|
-
|
|
877
|
+
js(e, t);
|
|
878
878
|
break;
|
|
879
879
|
case 6:
|
|
880
880
|
Fs(e, t);
|
|
@@ -915,13 +915,13 @@ const Gs = (e, t = {}) => {
|
|
|
915
915
|
const n = O(t.mode) ? t.mode : "normal", s = O(t.filename) ? t.filename : "message.intl";
|
|
916
916
|
t.sourceMap;
|
|
917
917
|
const l = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
|
|
918
|
-
`, a = t.needIndent ? t.needIndent : n !== "arrow", u = e.helpers || [],
|
|
918
|
+
`, a = t.needIndent ? t.needIndent : n !== "arrow", u = e.helpers || [], _ = Ps(e, {
|
|
919
919
|
filename: s,
|
|
920
920
|
breakLineCode: l,
|
|
921
921
|
needIndent: a
|
|
922
922
|
});
|
|
923
|
-
|
|
924
|
-
const { code: m, map: g } =
|
|
923
|
+
_.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), _.indent(a), u.length > 0 && (_.push(`const { ${Zt(u.map((y) => `${y}: _${y}`), ", ")} } = ctx`), _.newline()), _.push("return "), Ye(_, e), _.deindent(a), _.push("}"), delete e.helpers;
|
|
924
|
+
const { code: m, map: g } = _.context();
|
|
925
925
|
return {
|
|
926
926
|
ast: e,
|
|
927
927
|
code: m,
|
|
@@ -930,8 +930,8 @@ const Gs = (e, t = {}) => {
|
|
|
930
930
|
};
|
|
931
931
|
};
|
|
932
932
|
function Ws(e, t = {}) {
|
|
933
|
-
const n = ie({}, t), s = !!n.jit, l = !!n.minify, a = n.optimize == null ? !0 : n.optimize,
|
|
934
|
-
return s ? (a && ws(
|
|
933
|
+
const n = ie({}, t), s = !!n.jit, l = !!n.minify, a = n.optimize == null ? !0 : n.optimize, _ = Ss(n).parse(e);
|
|
934
|
+
return s ? (a && ws(_), l && xe(_), { ast: _, code: "" }) : (Ms(_, n), Gs(_, n));
|
|
935
935
|
}
|
|
936
936
|
var xs = { env: { NODE_ENV: "production" } };
|
|
937
937
|
function Xs() {
|
|
@@ -941,48 +941,48 @@ function Lt(e) {
|
|
|
941
941
|
return (n) => Ys(n, e);
|
|
942
942
|
}
|
|
943
943
|
function Ys(e, t) {
|
|
944
|
-
const n =
|
|
944
|
+
const n = Bs(t);
|
|
945
945
|
if (n == null)
|
|
946
946
|
throw et(
|
|
947
947
|
0
|
|
948
948
|
/* NodeTypes.Resource */
|
|
949
949
|
);
|
|
950
|
-
if (
|
|
951
|
-
const a =
|
|
952
|
-
return e.plural(a.reduce((u,
|
|
950
|
+
if (Ht(n) === 1) {
|
|
951
|
+
const a = $s(n);
|
|
952
|
+
return e.plural(a.reduce((u, _) => [
|
|
953
953
|
...u,
|
|
954
|
-
rn(e,
|
|
954
|
+
rn(e, _)
|
|
955
955
|
], []));
|
|
956
956
|
} else
|
|
957
957
|
return rn(e, n);
|
|
958
958
|
}
|
|
959
959
|
const Zs = ["b", "body"];
|
|
960
|
-
function
|
|
960
|
+
function Bs(e) {
|
|
961
961
|
return Ae(e, Zs);
|
|
962
962
|
}
|
|
963
|
-
const
|
|
964
|
-
function
|
|
965
|
-
return Ae(e,
|
|
963
|
+
const Hs = ["c", "cases"];
|
|
964
|
+
function $s(e) {
|
|
965
|
+
return Ae(e, Hs, []);
|
|
966
966
|
}
|
|
967
967
|
function rn(e, t) {
|
|
968
968
|
const n = Ks(t);
|
|
969
969
|
if (n != null)
|
|
970
970
|
return e.type === "text" ? n : e.normalize([n]);
|
|
971
971
|
{
|
|
972
|
-
const s =
|
|
972
|
+
const s = zs(t).reduce((l, a) => [...l, wt(e, a)], []);
|
|
973
973
|
return e.normalize(s);
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
|
-
const
|
|
976
|
+
const Js = ["s", "static"];
|
|
977
977
|
function Ks(e) {
|
|
978
|
-
return Ae(e,
|
|
978
|
+
return Ae(e, Js);
|
|
979
979
|
}
|
|
980
|
-
const
|
|
981
|
-
function
|
|
982
|
-
return Ae(e,
|
|
980
|
+
const Qs = ["i", "items"];
|
|
981
|
+
function zs(e) {
|
|
982
|
+
return Ae(e, Qs, []);
|
|
983
983
|
}
|
|
984
984
|
function wt(e, t) {
|
|
985
|
-
const n =
|
|
985
|
+
const n = Ht(t);
|
|
986
986
|
switch (n) {
|
|
987
987
|
case 3:
|
|
988
988
|
return lt(t, n);
|
|
@@ -1017,7 +1017,7 @@ function wt(e, t) {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
}
|
|
1019
1019
|
const qs = ["t", "type"];
|
|
1020
|
-
function
|
|
1020
|
+
function Ht(e) {
|
|
1021
1021
|
return Ae(e, qs);
|
|
1022
1022
|
}
|
|
1023
1023
|
const ea = ["v", "value"];
|
|
@@ -1055,7 +1055,7 @@ function et(e) {
|
|
|
1055
1055
|
const ra = (e) => e;
|
|
1056
1056
|
let ot = Y();
|
|
1057
1057
|
function Ze(e) {
|
|
1058
|
-
return x(e) &&
|
|
1058
|
+
return x(e) && Ht(e) === 0 && (ve(e, "b") || ve(e, "body"));
|
|
1059
1059
|
}
|
|
1060
1060
|
function la(e, t = {}) {
|
|
1061
1061
|
let n = !1;
|
|
@@ -1075,8 +1075,8 @@ function oa(e, t) {
|
|
|
1075
1075
|
...t,
|
|
1076
1076
|
location: xs.env.NODE_ENV !== "production",
|
|
1077
1077
|
jit: !0
|
|
1078
|
-
}),
|
|
1079
|
-
return u ?
|
|
1078
|
+
}), _ = Lt(a);
|
|
1079
|
+
return u ? _ : ot[s] = _;
|
|
1080
1080
|
} else {
|
|
1081
1081
|
const n = e.cacheKey;
|
|
1082
1082
|
if (n) {
|
|
@@ -1114,14 +1114,14 @@ const Le = {
|
|
|
1114
1114
|
function Oe(e) {
|
|
1115
1115
|
return bt(e, null, void 0);
|
|
1116
1116
|
}
|
|
1117
|
-
function
|
|
1117
|
+
function $t(e, t) {
|
|
1118
1118
|
return t.locale != null ? ln(t.locale) : ln(e.locale);
|
|
1119
1119
|
}
|
|
1120
1120
|
let Ot;
|
|
1121
1121
|
function ln(e) {
|
|
1122
1122
|
if (O(e))
|
|
1123
1123
|
return e;
|
|
1124
|
-
if (
|
|
1124
|
+
if (z(e)) {
|
|
1125
1125
|
if (e.resolvedOnce && Ot != null)
|
|
1126
1126
|
return Ot;
|
|
1127
1127
|
if (e.constructor.name === "Function") {
|
|
@@ -1134,14 +1134,14 @@ function ln(e) {
|
|
|
1134
1134
|
} else
|
|
1135
1135
|
throw Oe(Le.NOT_SUPPORT_LOCALE_TYPE);
|
|
1136
1136
|
}
|
|
1137
|
-
function
|
|
1137
|
+
function fa(e, t, n) {
|
|
1138
1138
|
return [.../* @__PURE__ */ new Set([
|
|
1139
1139
|
n,
|
|
1140
1140
|
...re(t) ? t : x(t) ? Object.keys(t) : O(t) ? [t] : [n]
|
|
1141
1141
|
])];
|
|
1142
1142
|
}
|
|
1143
1143
|
function An(e, t, n) {
|
|
1144
|
-
const s = O(n) ? n :
|
|
1144
|
+
const s = O(n) ? n : ft, l = e;
|
|
1145
1145
|
l.__localeChainCache || (l.__localeChainCache = /* @__PURE__ */ new Map());
|
|
1146
1146
|
let a = l.__localeChainCache.get(s);
|
|
1147
1147
|
if (!a) {
|
|
@@ -1149,8 +1149,8 @@ function An(e, t, n) {
|
|
|
1149
1149
|
let u = [n];
|
|
1150
1150
|
for (; re(u); )
|
|
1151
1151
|
u = on(a, u, t);
|
|
1152
|
-
const
|
|
1153
|
-
u = O(
|
|
1152
|
+
const _ = re(t) || !W(t) ? t : t.default ? t.default : null;
|
|
1153
|
+
u = O(_) ? [_] : _, re(u) && on(a, u, !1), l.__localeChainCache.set(s, a);
|
|
1154
1154
|
}
|
|
1155
1155
|
return a;
|
|
1156
1156
|
}
|
|
@@ -1158,11 +1158,11 @@ function on(e, t, n) {
|
|
|
1158
1158
|
let s = !0;
|
|
1159
1159
|
for (let l = 0; l < t.length && se(s); l++) {
|
|
1160
1160
|
const a = t[l];
|
|
1161
|
-
O(a) && (s =
|
|
1161
|
+
O(a) && (s = _a(e, t[l], n));
|
|
1162
1162
|
}
|
|
1163
1163
|
return s;
|
|
1164
1164
|
}
|
|
1165
|
-
function
|
|
1165
|
+
function _a(e, t, n) {
|
|
1166
1166
|
let s;
|
|
1167
1167
|
const l = t.split("-");
|
|
1168
1168
|
do {
|
|
@@ -1380,13 +1380,13 @@ function Ea(e) {
|
|
|
1380
1380
|
}
|
|
1381
1381
|
function Ia(e) {
|
|
1382
1382
|
const t = [];
|
|
1383
|
-
let n = -1, s = 0, l = 0, a, u,
|
|
1383
|
+
let n = -1, s = 0, l = 0, a, u, _, m, g, y, k;
|
|
1384
1384
|
const N = [];
|
|
1385
1385
|
N[
|
|
1386
1386
|
0
|
|
1387
1387
|
/* Actions.APPEND */
|
|
1388
1388
|
] = () => {
|
|
1389
|
-
u === void 0 ? u =
|
|
1389
|
+
u === void 0 ? u = _ : u += _;
|
|
1390
1390
|
}, N[
|
|
1391
1391
|
1
|
|
1392
1392
|
/* Actions.PUSH */
|
|
@@ -1421,14 +1421,14 @@ function Ia(e) {
|
|
|
1421
1421
|
function R() {
|
|
1422
1422
|
const w = e[n + 1];
|
|
1423
1423
|
if (s === 5 && w === "'" || s === 6 && w === '"')
|
|
1424
|
-
return n++,
|
|
1424
|
+
return n++, _ = "\\" + w, N[
|
|
1425
1425
|
0
|
|
1426
1426
|
/* Actions.APPEND */
|
|
1427
1427
|
](), !0;
|
|
1428
1428
|
}
|
|
1429
1429
|
for (; s !== null; )
|
|
1430
1430
|
if (n++, a = e[n], !(a === "\\" && R())) {
|
|
1431
|
-
if (m = va(a), k = Se[s], g = k[m] || k.l || 8, g === 8 || (s = g[0], g[1] !== void 0 && (y = N[g[1]], y && (
|
|
1431
|
+
if (m = va(a), k = Se[s], g = k[m] || k.l || 8, g === 8 || (s = g[0], g[1] !== void 0 && (y = N[g[1]], y && (_ = a, y() === !1))))
|
|
1432
1432
|
return;
|
|
1433
1433
|
if (s === 7)
|
|
1434
1434
|
return t;
|
|
@@ -1448,13 +1448,13 @@ function ya(e, t) {
|
|
|
1448
1448
|
let l = e, a = 0;
|
|
1449
1449
|
for (; a < s; ) {
|
|
1450
1450
|
const u = l[n[a]];
|
|
1451
|
-
if (u === void 0 ||
|
|
1451
|
+
if (u === void 0 || z(l))
|
|
1452
1452
|
return null;
|
|
1453
1453
|
l = u, a++;
|
|
1454
1454
|
}
|
|
1455
1455
|
return l;
|
|
1456
1456
|
}
|
|
1457
|
-
const Ta = "10.0.5", ht = -1,
|
|
1457
|
+
const Ta = "10.0.5", ht = -1, ft = "en-US", un = "", mn = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
1458
1458
|
function ka() {
|
|
1459
1459
|
return {
|
|
1460
1460
|
upper: (e, t) => t === "text" && O(e) ? e.toUpperCase() : t === "vnode" && x(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
@@ -1482,13 +1482,13 @@ let Pn = null;
|
|
|
1482
1482
|
const dn = (e) => {
|
|
1483
1483
|
Pn = e;
|
|
1484
1484
|
}, Sa = () => Pn;
|
|
1485
|
-
let
|
|
1485
|
+
let fn = 0;
|
|
1486
1486
|
function Da(e = {}) {
|
|
1487
|
-
const t =
|
|
1488
|
-
|
|
1487
|
+
const t = z(e.onWarn) ? e.onWarn : hs, n = O(e.version) ? e.version : Ta, s = O(e.locale) || z(e.locale) ? e.locale : ft, l = z(s) ? ft : s, a = re(e.fallbackLocale) || W(e.fallbackLocale) || O(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l, u = W(e.messages) ? e.messages : Rt(l), _ = W(e.datetimeFormats) ? e.datetimeFormats : Rt(l), m = W(e.numberFormats) ? e.numberFormats : Rt(l), g = ie(Y(), e.modifiers, ka()), y = e.pluralRules || Y(), k = z(e.missing) ? e.missing : null, N = se(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, R = se(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, w = !!e.fallbackFormat, T = !!e.unresolving, L = z(e.postTranslation) ? e.postTranslation : null, c = W(e.processor) ? e.processor : null, i = se(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, v = !!e.escapeParameter, d = z(e.messageCompiler) ? e.messageCompiler : Sn, f = z(e.messageResolver) ? e.messageResolver : Dn || Na, b = z(e.localeFallbacker) ? e.localeFallbacker : Mn || fa, h = x(e.fallbackContext) ? e.fallbackContext : void 0, D = e, U = x(D.__datetimeFormatters) ? D.__datetimeFormatters : /* @__PURE__ */ new Map(), $ = x(D.__numberFormatters) ? D.__numberFormatters : /* @__PURE__ */ new Map(), ce = x(D.__meta) ? D.__meta : {};
|
|
1488
|
+
fn++;
|
|
1489
1489
|
const P = {
|
|
1490
1490
|
version: n,
|
|
1491
|
-
cid:
|
|
1491
|
+
cid: fn,
|
|
1492
1492
|
locale: s,
|
|
1493
1493
|
fallbackLocale: a,
|
|
1494
1494
|
messages: u,
|
|
@@ -1504,24 +1504,24 @@ function Da(e = {}) {
|
|
|
1504
1504
|
warnHtmlMessage: i,
|
|
1505
1505
|
escapeParameter: v,
|
|
1506
1506
|
messageCompiler: d,
|
|
1507
|
-
messageResolver:
|
|
1507
|
+
messageResolver: f,
|
|
1508
1508
|
localeFallbacker: b,
|
|
1509
1509
|
fallbackContext: h,
|
|
1510
1510
|
onWarn: t,
|
|
1511
1511
|
__meta: ce
|
|
1512
1512
|
};
|
|
1513
|
-
return P.datetimeFormats =
|
|
1513
|
+
return P.datetimeFormats = _, P.numberFormats = m, P.__datetimeFormatters = U, P.__numberFormatters = $, __INTLIFY_PROD_DEVTOOLS__ && ca(P, n, ce), P;
|
|
1514
1514
|
}
|
|
1515
1515
|
const Rt = (e) => ({ [e]: Y() });
|
|
1516
|
-
function
|
|
1516
|
+
function Jt(e, t, n, s, l) {
|
|
1517
1517
|
const { missing: a, onWarn: u } = e;
|
|
1518
1518
|
if (a !== null) {
|
|
1519
|
-
const
|
|
1520
|
-
return O(
|
|
1519
|
+
const _ = a(e, n, t, l);
|
|
1520
|
+
return O(_) ? _ : t;
|
|
1521
1521
|
} else
|
|
1522
1522
|
return t;
|
|
1523
1523
|
}
|
|
1524
|
-
function
|
|
1524
|
+
function ze(e, t, n) {
|
|
1525
1525
|
const s = e;
|
|
1526
1526
|
s.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, n, t);
|
|
1527
1527
|
}
|
|
@@ -1537,10 +1537,10 @@ function wa(e, t) {
|
|
|
1537
1537
|
return !0;
|
|
1538
1538
|
return !1;
|
|
1539
1539
|
}
|
|
1540
|
-
function
|
|
1541
|
-
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: u } = e, { __datetimeFormatters:
|
|
1540
|
+
function _n(e, ...t) {
|
|
1541
|
+
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: u } = e, { __datetimeFormatters: _ } = e, [m, g, y, k] = Pt(...t), N = se(y.missingWarn) ? y.missingWarn : e.missingWarn;
|
|
1542
1542
|
se(y.fallbackWarn) ? y.fallbackWarn : e.fallbackWarn;
|
|
1543
|
-
const R = !!y.part, w =
|
|
1543
|
+
const R = !!y.part, w = $t(e, y), T = u(
|
|
1544
1544
|
e,
|
|
1545
1545
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1546
1546
|
l,
|
|
@@ -1551,13 +1551,13 @@ function fn(e, ...t) {
|
|
|
1551
1551
|
let L = {}, c, i = null;
|
|
1552
1552
|
const v = "datetime format";
|
|
1553
1553
|
for (let b = 0; b < T.length && (c = T[b], L = n[c] || {}, i = L[m], !W(i)); b++)
|
|
1554
|
-
|
|
1554
|
+
Jt(e, m, c, N, v);
|
|
1555
1555
|
if (!W(i) || !O(c))
|
|
1556
1556
|
return s ? ht : m;
|
|
1557
1557
|
let d = `${c}__${m}`;
|
|
1558
1558
|
pt(k) || (d = `${d}__${JSON.stringify(k)}`);
|
|
1559
|
-
let
|
|
1560
|
-
return
|
|
1559
|
+
let f = _.get(d);
|
|
1560
|
+
return f || (f = new Intl.DateTimeFormat(c, ie({}, i, k)), _.set(d, f)), R ? f.formatToParts(g) : f.format(g);
|
|
1561
1561
|
}
|
|
1562
1562
|
const Fn = [
|
|
1563
1563
|
"localeMatcher",
|
|
@@ -1583,29 +1583,29 @@ const Fn = [
|
|
|
1583
1583
|
];
|
|
1584
1584
|
function Pt(...e) {
|
|
1585
1585
|
const [t, n, s, l] = e, a = Y();
|
|
1586
|
-
let u = Y(),
|
|
1586
|
+
let u = Y(), _;
|
|
1587
1587
|
if (O(t)) {
|
|
1588
1588
|
const m = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
|
|
1589
1589
|
if (!m)
|
|
1590
1590
|
throw Oe(Le.INVALID_ISO_DATE_ARGUMENT);
|
|
1591
1591
|
const g = m[3] ? m[3].trim().startsWith("T") ? `${m[1].trim()}${m[3].trim()}` : `${m[1].trim()}T${m[3].trim()}` : m[1].trim();
|
|
1592
|
-
|
|
1592
|
+
_ = new Date(g);
|
|
1593
1593
|
try {
|
|
1594
|
-
|
|
1594
|
+
_.toISOString();
|
|
1595
1595
|
} catch {
|
|
1596
1596
|
throw Oe(Le.INVALID_ISO_DATE_ARGUMENT);
|
|
1597
1597
|
}
|
|
1598
1598
|
} else if (ds(t)) {
|
|
1599
1599
|
if (isNaN(t.getTime()))
|
|
1600
1600
|
throw Oe(Le.INVALID_DATE_ARGUMENT);
|
|
1601
|
-
|
|
1601
|
+
_ = t;
|
|
1602
1602
|
} else if (oe(t))
|
|
1603
|
-
|
|
1603
|
+
_ = t;
|
|
1604
1604
|
else
|
|
1605
1605
|
throw Oe(Le.INVALID_ARGUMENT);
|
|
1606
1606
|
return O(n) ? a.key = n : W(n) && Object.keys(n).forEach((m) => {
|
|
1607
1607
|
Fn.includes(m) ? u[m] = n[m] : a[m] = n[m];
|
|
1608
|
-
}), O(s) ? a.locale = s : W(s) && (u = s), W(l) && (u = l), [a.key || "",
|
|
1608
|
+
}), O(s) ? a.locale = s : W(s) && (u = s), W(l) && (u = l), [a.key || "", _, a, u];
|
|
1609
1609
|
}
|
|
1610
1610
|
function pn(e, t, n) {
|
|
1611
1611
|
const s = e;
|
|
@@ -1615,9 +1615,9 @@ function pn(e, t, n) {
|
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
1617
|
function bn(e, ...t) {
|
|
1618
|
-
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: u } = e, { __numberFormatters:
|
|
1618
|
+
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: u } = e, { __numberFormatters: _ } = e, [m, g, y, k] = Ft(...t), N = se(y.missingWarn) ? y.missingWarn : e.missingWarn;
|
|
1619
1619
|
se(y.fallbackWarn) ? y.fallbackWarn : e.fallbackWarn;
|
|
1620
|
-
const R = !!y.part, w =
|
|
1620
|
+
const R = !!y.part, w = $t(e, y), T = u(
|
|
1621
1621
|
e,
|
|
1622
1622
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1623
1623
|
l,
|
|
@@ -1628,15 +1628,15 @@ function bn(e, ...t) {
|
|
|
1628
1628
|
let L = {}, c, i = null;
|
|
1629
1629
|
const v = "number format";
|
|
1630
1630
|
for (let b = 0; b < T.length && (c = T[b], L = n[c] || {}, i = L[m], !W(i)); b++)
|
|
1631
|
-
|
|
1631
|
+
Jt(e, m, c, N, v);
|
|
1632
1632
|
if (!W(i) || !O(c))
|
|
1633
1633
|
return s ? ht : m;
|
|
1634
1634
|
let d = `${c}__${m}`;
|
|
1635
1635
|
pt(k) || (d = `${d}__${JSON.stringify(k)}`);
|
|
1636
|
-
let
|
|
1637
|
-
return
|
|
1636
|
+
let f = _.get(d);
|
|
1637
|
+
return f || (f = new Intl.NumberFormat(c, ie({}, i, k)), _.set(d, f)), R ? f.formatToParts(g) : f.format(g);
|
|
1638
1638
|
}
|
|
1639
|
-
const
|
|
1639
|
+
const jn = [
|
|
1640
1640
|
"localeMatcher",
|
|
1641
1641
|
"style",
|
|
1642
1642
|
"currency",
|
|
@@ -1663,10 +1663,10 @@ function Ft(...e) {
|
|
|
1663
1663
|
let u = Y();
|
|
1664
1664
|
if (!oe(t))
|
|
1665
1665
|
throw Oe(Le.INVALID_ARGUMENT);
|
|
1666
|
-
const
|
|
1666
|
+
const _ = t;
|
|
1667
1667
|
return O(n) ? a.key = n : W(n) && Object.keys(n).forEach((m) => {
|
|
1668
|
-
|
|
1669
|
-
}), O(s) ? a.locale = s : W(s) && (u = s), W(l) && (u = l), [a.key || "",
|
|
1668
|
+
jn.includes(m) ? u[m] = n[m] : a[m] = n[m];
|
|
1669
|
+
}), O(s) ? a.locale = s : W(s) && (u = s), W(l) && (u = l), [a.key || "", _, a, u];
|
|
1670
1670
|
}
|
|
1671
1671
|
function hn(e, t, n) {
|
|
1672
1672
|
const s = e;
|
|
@@ -1675,7 +1675,7 @@ function hn(e, t, n) {
|
|
|
1675
1675
|
s.__numberFormatters.has(a) && s.__numberFormatters.delete(a);
|
|
1676
1676
|
}
|
|
1677
1677
|
}
|
|
1678
|
-
const Pa = (e) => e, Fa = (e) => "",
|
|
1678
|
+
const Pa = (e) => e, Fa = (e) => "", ja = "text", Va = (e) => e.length === 0 ? "" : Zt(e), Ua = bs;
|
|
1679
1679
|
function gn(e, t) {
|
|
1680
1680
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
1681
1681
|
}
|
|
@@ -1687,26 +1687,26 @@ function Wa(e, t) {
|
|
|
1687
1687
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
1688
1688
|
}
|
|
1689
1689
|
function xa(e = {}) {
|
|
1690
|
-
const t = e.locale, n = Ga(e), s = x(e.pluralRules) && O(t) &&
|
|
1690
|
+
const t = e.locale, n = Ga(e), s = x(e.pluralRules) && O(t) && z(e.pluralRules[t]) ? e.pluralRules[t] : gn, l = x(e.pluralRules) && O(t) && z(e.pluralRules[t]) ? gn : void 0, a = (c) => c[s(n, c.length, l)], u = e.list || [], _ = (c) => u[c], m = e.named || Y();
|
|
1691
1691
|
oe(e.pluralIndex) && Wa(n, m);
|
|
1692
1692
|
const g = (c) => m[c];
|
|
1693
1693
|
function y(c, i) {
|
|
1694
|
-
const v =
|
|
1694
|
+
const v = z(e.messages) ? e.messages(c, !!i) : x(e.messages) ? e.messages[c] : !1;
|
|
1695
1695
|
return v || (e.parent ? e.parent.message(c) : Fa);
|
|
1696
1696
|
}
|
|
1697
|
-
const k = (c) => e.modifiers ? e.modifiers[c] : Pa, N = W(e.processor) &&
|
|
1698
|
-
list:
|
|
1697
|
+
const k = (c) => e.modifiers ? e.modifiers[c] : Pa, N = W(e.processor) && z(e.processor.normalize) ? e.processor.normalize : Va, R = W(e.processor) && z(e.processor.interpolate) ? e.processor.interpolate : Ua, w = W(e.processor) && O(e.processor.type) ? e.processor.type : ja, L = {
|
|
1698
|
+
list: _,
|
|
1699
1699
|
named: g,
|
|
1700
1700
|
plural: a,
|
|
1701
1701
|
linked: (c, ...i) => {
|
|
1702
1702
|
const [v, d] = i;
|
|
1703
|
-
let
|
|
1704
|
-
i.length === 1 ? x(v) ? (b = v.modifier || b,
|
|
1703
|
+
let f = "text", b = "";
|
|
1704
|
+
i.length === 1 ? x(v) ? (b = v.modifier || b, f = v.type || f) : O(v) && (b = v || b) : i.length === 2 && (O(v) && (b = v || b), O(d) && (f = d || f));
|
|
1705
1705
|
const h = y(c, !0)(L), D = (
|
|
1706
1706
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
1707
|
-
|
|
1707
|
+
f === "vnode" && re(h) && b ? h[0] : h
|
|
1708
1708
|
);
|
|
1709
|
-
return b ? k(b)(D,
|
|
1709
|
+
return b ? k(b)(D, f) : D;
|
|
1710
1710
|
},
|
|
1711
1711
|
message: y,
|
|
1712
1712
|
type: w,
|
|
@@ -1716,24 +1716,24 @@ function xa(e = {}) {
|
|
|
1716
1716
|
};
|
|
1717
1717
|
return L;
|
|
1718
1718
|
}
|
|
1719
|
-
const vn = () => "", be = (e) =>
|
|
1719
|
+
const vn = () => "", be = (e) => z(e);
|
|
1720
1720
|
function En(e, ...t) {
|
|
1721
|
-
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: u, messages:
|
|
1721
|
+
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: u, messages: _ } = e, [m, g] = jt(...t), y = se(g.missingWarn) ? g.missingWarn : e.missingWarn, k = se(g.fallbackWarn) ? g.fallbackWarn : e.fallbackWarn, N = se(g.escapeParameter) ? g.escapeParameter : e.escapeParameter, R = !!g.resolvedMessage, w = O(g.default) || se(g.default) ? se(g.default) ? a ? m : () => m : g.default : n ? a ? m : () => m : null, T = n || w != null && (O(w) || z(w)), L = $t(e, g);
|
|
1722
1722
|
N && Xa(g);
|
|
1723
1723
|
let [c, i, v] = R ? [
|
|
1724
1724
|
m,
|
|
1725
1725
|
L,
|
|
1726
|
-
|
|
1727
|
-
] :
|
|
1728
|
-
if (!R && !(O(d) || Ze(d) || be(d)) && T && (d = w,
|
|
1726
|
+
_[L] || Y()
|
|
1727
|
+
] : Vn(e, m, L, u, k, y), d = c, f = m;
|
|
1728
|
+
if (!R && !(O(d) || Ze(d) || be(d)) && T && (d = w, f = d), !R && (!(O(d) || Ze(d) || be(d)) || !O(i)))
|
|
1729
1729
|
return l ? ht : m;
|
|
1730
1730
|
let b = !1;
|
|
1731
1731
|
const h = () => {
|
|
1732
1732
|
b = !0;
|
|
1733
|
-
}, D = be(d) ? d : Un(e, m, i, d,
|
|
1733
|
+
}, D = be(d) ? d : Un(e, m, i, d, f, h);
|
|
1734
1734
|
if (b)
|
|
1735
1735
|
return d;
|
|
1736
|
-
const U =
|
|
1736
|
+
const U = Ba(e, i, v, g), $ = xa(U), ce = Ya(e, D, $), P = s ? s(ce, m) : ce;
|
|
1737
1737
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
1738
1738
|
const q = {
|
|
1739
1739
|
timestamp: Date.now(),
|
|
@@ -1751,13 +1751,13 @@ function Xa(e) {
|
|
|
1751
1751
|
O(e.named[t]) && (e.named[t] = tn(e.named[t]));
|
|
1752
1752
|
});
|
|
1753
1753
|
}
|
|
1754
|
-
function
|
|
1755
|
-
const { messages: u, onWarn:
|
|
1754
|
+
function Vn(e, t, n, s, l, a) {
|
|
1755
|
+
const { messages: u, onWarn: _, messageResolver: m, localeFallbacker: g } = e, y = g(e, s, n);
|
|
1756
1756
|
let k = Y(), N, R = null;
|
|
1757
1757
|
const w = "translate";
|
|
1758
1758
|
for (let T = 0; T < y.length && (N = y[T], k = u[N] || Y(), (R = m(k, t)) === null && (R = k[t]), !(O(R) || Ze(R) || be(R))); T++)
|
|
1759
1759
|
if (!wa(N, y)) {
|
|
1760
|
-
const L =
|
|
1760
|
+
const L = Jt(
|
|
1761
1761
|
e,
|
|
1762
1762
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1763
1763
|
t,
|
|
@@ -1770,7 +1770,7 @@ function jn(e, t, n, s, l, a) {
|
|
|
1770
1770
|
return [R, N, k];
|
|
1771
1771
|
}
|
|
1772
1772
|
function Un(e, t, n, s, l, a) {
|
|
1773
|
-
const { messageCompiler: u, warnHtmlMessage:
|
|
1773
|
+
const { messageCompiler: u, warnHtmlMessage: _ } = e;
|
|
1774
1774
|
if (be(s)) {
|
|
1775
1775
|
const g = s;
|
|
1776
1776
|
return g.locale = g.locale || n, g.key = g.key || t, g;
|
|
@@ -1779,13 +1779,13 @@ function Un(e, t, n, s, l, a) {
|
|
|
1779
1779
|
const g = () => s;
|
|
1780
1780
|
return g.locale = n, g.key = t, g;
|
|
1781
1781
|
}
|
|
1782
|
-
const m = u(s, Za(e, n, l, s,
|
|
1782
|
+
const m = u(s, Za(e, n, l, s, _, a));
|
|
1783
1783
|
return m.locale = n, m.key = t, m.source = s, m;
|
|
1784
1784
|
}
|
|
1785
1785
|
function Ya(e, t, n) {
|
|
1786
1786
|
return t(n);
|
|
1787
1787
|
}
|
|
1788
|
-
function
|
|
1788
|
+
function jt(...e) {
|
|
1789
1789
|
const [t, n, s] = e, l = Y();
|
|
1790
1790
|
if (!O(t) && !oe(t) && !be(t) && !Ze(t))
|
|
1791
1791
|
throw Oe(Le.INVALID_ARGUMENT);
|
|
@@ -1803,20 +1803,20 @@ function Za(e, t, n, s, l, a) {
|
|
|
1803
1803
|
onCacheKey: (u) => us(t, n, u)
|
|
1804
1804
|
};
|
|
1805
1805
|
}
|
|
1806
|
-
function
|
|
1807
|
-
const { modifiers: l, pluralRules: a, messageResolver: u, fallbackLocale:
|
|
1806
|
+
function Ba(e, t, n, s) {
|
|
1807
|
+
const { modifiers: l, pluralRules: a, messageResolver: u, fallbackLocale: _, fallbackWarn: m, missingWarn: g, fallbackContext: y } = e, N = {
|
|
1808
1808
|
locale: t,
|
|
1809
1809
|
modifiers: l,
|
|
1810
1810
|
pluralRules: a,
|
|
1811
1811
|
messages: (R, w) => {
|
|
1812
1812
|
let T = u(n, R);
|
|
1813
1813
|
if (T == null && (y || w)) {
|
|
1814
|
-
const [, , L] =
|
|
1814
|
+
const [, , L] = Vn(
|
|
1815
1815
|
y || e,
|
|
1816
1816
|
// NOTE: if has fallbackContext, fallback to root, else if use linked, fallback to local context
|
|
1817
1817
|
R,
|
|
1818
1818
|
t,
|
|
1819
|
-
|
|
1819
|
+
_,
|
|
1820
1820
|
m,
|
|
1821
1821
|
g
|
|
1822
1822
|
);
|
|
@@ -1834,12 +1834,12 @@ function Ha(e, t, n, s) {
|
|
|
1834
1834
|
return e.processor && (N.processor = e.processor), s.list && (N.list = s.list), s.named && (N.named = s.named), oe(s.plural) && (N.pluralIndex = s.plural), N;
|
|
1835
1835
|
}
|
|
1836
1836
|
Xs();
|
|
1837
|
-
var Ba = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_ba84acea-0480-4593-b82e-2620e5073645", 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_ba84acea-0480-4593-b82e-2620e5073645", 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.4.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-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1872", ACTIONS_ORCHESTRATION_ID: "3642e850-8e41-4b9f-8df5-6a795bf76424.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.7.0", 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: "20260329.72.1", 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:15465", 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.8/x64", GITHUB_RUN_ID: "24018348631", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "dc64070810f0006ea7a39f1e21972360535384cb", 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/portal-reports-permissions-new", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9mZWF0L3BvcnRhbC1yZXBvcnRzLXBlcm1pc3Npb25zLW5ld1wiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJhdWQiOiJ2c286NmY5NmZhODktYjdiZi00ODc4LWJhZDMtODk4MDA2NTY2YjZlIiwiYmlsbGluZ19vd25lcl9pZCI6IkVfa2dET0FBSm9ZUSIsImV4cCI6MTc3NTQ3MDk3MCwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaWF0IjoxNzc1NDQ4NzcwLCJpc3MiOiJodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwiam9iX2lkIjoiNDY2Nzk1ZGQtYmQyNC01MDRhLTg3ZmItNWFiODNkYTgxYWViIiwibmFtZWlkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwibmJmIjoxNzc1NDQ4NDcwLCJvaWRjX2V4dHJhIjoie1wiYWN0b3JcIjpcIkNhc3RhLW1lcmVcIixcImFjdG9yX2lkXCI6XCI4MjI5ODAxN1wiLFwiYmFzZV9yZWZcIjpcIlwiLFwiY2hlY2tfcnVuX2lkXCI6XCI3MDA0MjA0NTc2NlwiLFwiZXZlbnRfbmFtZVwiOlwid29ya2Zsb3dfZGlzcGF0Y2hcIixcImhlYWRfcmVmXCI6XCJcIixcImpvYl93b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9hY3Rpb25zLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtbnBtLWdpdGh1Yi55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwiam9iX3dvcmtmbG93X3NoYVwiOlwiM2YzNTQ0ODAwYmFhM2I4YmM0YWFhZTk0ZWU4NGMwMTJiZDY0OGZmZVwiLFwicmVmXCI6XCJyZWZzL2hlYWRzL2ZlYXQvcG9ydGFsLXJlcG9ydHMtcGVybWlzc2lvbnMtbmV3XCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJmYWxzZVwiLFwicmVmX3R5cGVcIjpcImJyYW5jaFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCIxMTI0NjcyMjM1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInByaXZhdGVcIixcInJ1bl9hdHRlbXB0XCI6XCIxXCIsXCJydW5faWRcIjpcIjI0MDE4MzQ4NjMxXCIsXCJydW5fbnVtYmVyXCI6XCIzM1wiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcImRjNjQwNzA4MTBmMDAwNmVhN2EzOWYxZTIxOTcyMzYwNTM1Mzg0Y2JcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIGhybS1wb3J0YWxcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtaHJtLXBvcnRhbC10cnVzdGVkLnltbEByZWZzL2hlYWRzL2ZlYXQvcG9ydGFsLXJlcG9ydHMtcGVybWlzc2lvbnMtbmV3XCIsXCJ3b3JrZmxvd19zaGFcIjpcImRjNjQwNzA4MTBmMDAwNmVhN2EzOWYxZTIxOTcyMzYwNTM1Mzg0Y2JcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL2hybS1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL2ZlYXQvcG9ydGFsLXJlcG9ydHMtcGVybWlzc2lvbnMtbmV3Iiwib3JjaF9pZCI6IjM2NDJlODUwLThlNDEtNGI5Zi04ZGY1LTZhNzk1YmY3NjQyNC5wdWJsaXNoLnB1Ymxpc2guX19kZWZhdWx0Iiwib3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJwbGFuX2lkIjoiMzY0MmU4NTAtOGU0MS00YjlmLThkZjUtNmE3OTViZjc2NDI0IiwicmVwb3NpdG9yeV9pZCI6IjExMjQ2NzIyMzUiLCJydW5faWQiOiIyNDAxODM0ODYzMSIsInJ1bl9udW1iZXIiOiIzMyIsInJ1bl90eXBlIjoiZnVsbCIsInJ1bm5lcl9pZCI6IjEwMDAwNTc2MzMiLCJydW5uZXJfdHlwZSI6Imhvc3RlZCIsInNjcCI6IkFjdGlvbnMuUmVzdWx0czozNjQyZTg1MC04ZTQxLTRiOWYtOGRmNS02YTc5NWJmNzY0MjQ6NDY2Nzk1ZGQtYmQyNC01MDRhLTg3ZmItNWFiODNkYTgxYWViIEFjdGlvbnMuUnVubmVyOjM2NDJlODUwLThlNDEtNGI5Zi04ZGY1LTZhNzk1YmY3NjQyNDo0NjY3OTVkZC1iZDI0LTUwNGEtODdmYi01YWI4M2RhODFhZWIgQWN0aW9ucy5VcGxvYWRBcnRpZmFjdHM6MzY0MmU4NTAtOGU0MS00YjlmLThkZjUtNmE3OTViZjc2NDI0OjQ2Njc5NWRkLWJkMjQtNTA0YS04N2ZiLTVhYjgzZGE4MWFlYiBnZW5lcmF0ZV9pZF90b2tlbjozNjQyZTg1MC04ZTQxLTRiOWYtOGRmNS02YTc5NWJmNzY0MjQ6NDY2Nzk1ZGQtYmQyNC01MDRhLTg3ZmItNWFiODNkYTgxYWViIEFjdGlvbnMuR2VuZXJpY1JlYWQ6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwic2hhIjoiZGM2NDA3MDgxMGYwMDA2ZWE3YTM5ZjFlMjE5NzIzNjA1MzUzODRjYiIsInRydXN0X3RpZXIiOiIxIn0.d32ZQIR9O32bMxCQhvmXtfKJiwnsIXA9VbNddD0hnep1VeyCStqpRxdQTYqhzvbny2wZlRxha9BTLsnwan6OwgxFqloGr4tcKOEv-UBJWl00vg8pIiMtsOtjS3SolB4shSe7XI-Ddx1wQEvTDlwhH91XHDO18CmASws2mrl7hB7s4mF8hGAu7jbmb3p6U1HcOmxPRrce_ymJWfdUYglgmtG1b__FBJCALJeryOxh0_J_WrE8-CD__v2NPTwtW9dTF9yTgb92gqzAJ8fsQSN27RnCHgmjVfYfh4kB_67mWHEmpITbvSpMmaJqpPVKwARYoE2F2DapRqzAalUHQL-0_g", 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_44bec0f7-3570-4bd1-845f-4c156c8ff209", INVOCATION_ID: "bf0ed706cfd042e0a97a741404bcaaea", 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_4", GITHUB_RUN_NUMBER: "33", GITHUB_TRIGGERING_ACTOR: "Casta-mere", 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 1000057633", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "feat/portal-reports-permissions-new", GITHUB_REPOSITORY: "feedmepos/hrm-service", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* 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.3-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: "dc64070810f0006ea7a39f1e21972360535384cb", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/feat/portal-reports-permissions-new", GITHUB_ACTOR: "Casta-mere", 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_ba84acea-0480-4593-b82e-2620e5073645", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "82298017", 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-2-azure-eastus.actions.githubusercontent.com/178//idtoken/3642e850-8e41-4b9f-8df5-6a795bf76424/466795dd-bd24-504a-87fb-5ab83da81aeb?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_ba84acea-0480-4593-b82e-2620e5073645", 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_ba84acea-0480-4593-b82e-2620e5073645", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1838
|
-
const
|
|
1839
|
-
function
|
|
1837
|
+
var Ha = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_59675542-f97e-41c0-91fa-f9ba7be6f146", 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_59675542-f97e-41c0-91fa-f9ba7be6f146", 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.4.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-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1884", ACTIONS_ORCHESTRATION_ID: "9c20e70f-0373-46a0-87ac-2f31900ad464.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.7.0", 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: "20260329.72.1", 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:13223", 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.8/x64", GITHUB_RUN_ID: "24069090295", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "aca01bad08b7c618b1cab3a54745ff5063b70cde", 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/portal-reports-permissions-new", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9mZWF0L3BvcnRhbC1yZXBvcnRzLXBlcm1pc3Npb25zLW5ld1wiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJhdWQiOiJ2c286NmY5NmZhODktYjdiZi00ODc4LWJhZDMtODk4MDA2NTY2YjZlIiwiYmlsbGluZ19vd25lcl9pZCI6IkVfa2dET0FBSm9ZUSIsImV4cCI6MTc3NTU2ODAwOCwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaWF0IjoxNzc1NTQ1ODA4LCJpc3MiOiJodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwiam9iX2lkIjoiMGViMmM4Y2EtYmFjYy01Y2ViLTgyZDQtNGU1YjQ1OWY3NTZiIiwibmFtZWlkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwibmJmIjoxNzc1NTQ1NTA4LCJvaWRjX2V4dHJhIjoie1wiYWN0b3JcIjpcIkNhc3RhLW1lcmVcIixcImFjdG9yX2lkXCI6XCI4MjI5ODAxN1wiLFwiYmFzZV9yZWZcIjpcIlwiLFwiY2hlY2tfcnVuX2lkXCI6XCI3MDIwMTU2ODQ0N1wiLFwiZXZlbnRfbmFtZVwiOlwid29ya2Zsb3dfZGlzcGF0Y2hcIixcImhlYWRfcmVmXCI6XCJcIixcImpvYl93b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9hY3Rpb25zLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtbnBtLWdpdGh1Yi55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwiam9iX3dvcmtmbG93X3NoYVwiOlwiM2YzNTQ0ODAwYmFhM2I4YmM0YWFhZTk0ZWU4NGMwMTJiZDY0OGZmZVwiLFwicmVmXCI6XCJyZWZzL2hlYWRzL2ZlYXQvcG9ydGFsLXJlcG9ydHMtcGVybWlzc2lvbnMtbmV3XCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJmYWxzZVwiLFwicmVmX3R5cGVcIjpcImJyYW5jaFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCIxMTI0NjcyMjM1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInByaXZhdGVcIixcInJ1bl9hdHRlbXB0XCI6XCIxXCIsXCJydW5faWRcIjpcIjI0MDY5MDkwMjk1XCIsXCJydW5fbnVtYmVyXCI6XCIzNVwiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcImFjYTAxYmFkMDhiN2M2MThiMWNhYjNhNTQ3NDVmZjUwNjNiNzBjZGVcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIGhybS1wb3J0YWxcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtaHJtLXBvcnRhbC10cnVzdGVkLnltbEByZWZzL2hlYWRzL2ZlYXQvcG9ydGFsLXJlcG9ydHMtcGVybWlzc2lvbnMtbmV3XCIsXCJ3b3JrZmxvd19zaGFcIjpcImFjYTAxYmFkMDhiN2M2MThiMWNhYjNhNTQ3NDVmZjUwNjNiNzBjZGVcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL2hybS1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL2ZlYXQvcG9ydGFsLXJlcG9ydHMtcGVybWlzc2lvbnMtbmV3Iiwib3JjaF9pZCI6IjljMjBlNzBmLTAzNzMtNDZhMC04N2FjLTJmMzE5MDBhZDQ2NC5wdWJsaXNoLnB1Ymxpc2guX19kZWZhdWx0Iiwib3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJwbGFuX2lkIjoiOWMyMGU3MGYtMDM3My00NmEwLTg3YWMtMmYzMTkwMGFkNDY0IiwicmVwb3NpdG9yeV9pZCI6IjExMjQ2NzIyMzUiLCJydW5faWQiOiIyNDA2OTA5MDI5NSIsInJ1bl9udW1iZXIiOiIzNSIsInJ1bl90eXBlIjoiZnVsbCIsInJ1bm5lcl9pZCI6IjEwMDAwNTgyMDMiLCJydW5uZXJfdHlwZSI6Imhvc3RlZCIsInNjcCI6IkFjdGlvbnMuUmVzdWx0czo5YzIwZTcwZi0wMzczLTQ2YTAtODdhYy0yZjMxOTAwYWQ0NjQ6MGViMmM4Y2EtYmFjYy01Y2ViLTgyZDQtNGU1YjQ1OWY3NTZiIEFjdGlvbnMuUnVubmVyOjljMjBlNzBmLTAzNzMtNDZhMC04N2FjLTJmMzE5MDBhZDQ2NDowZWIyYzhjYS1iYWNjLTVjZWItODJkNC00ZTViNDU5Zjc1NmIgQWN0aW9ucy5VcGxvYWRBcnRpZmFjdHM6OWMyMGU3MGYtMDM3My00NmEwLTg3YWMtMmYzMTkwMGFkNDY0OjBlYjJjOGNhLWJhY2MtNWNlYi04MmQ0LTRlNWI0NTlmNzU2YiBnZW5lcmF0ZV9pZF90b2tlbjo5YzIwZTcwZi0wMzczLTQ2YTAtODdhYy0yZjMxOTAwYWQ0NjQ6MGViMmM4Y2EtYmFjYy01Y2ViLTgyZDQtNGU1YjQ1OWY3NTZiIEFjdGlvbnMuR2VuZXJpY1JlYWQ6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwic2hhIjoiYWNhMDFiYWQwOGI3YzYxOGIxY2FiM2E1NDc0NWZmNTA2M2I3MGNkZSIsInRydXN0X3RpZXIiOiIxIn0.UsslmL6utURf0Ld4BdRsqmvaWTES9kMvbzht7l24iFrq8cN2K7fDZwBoh4DHnXJjIpeziKj0-RZZIYUGi5JXnQO9MQ0Ox20E1A0cklDYgARyrgANYDoKrPlYKvKgcKmSHP5FkIEliMoGEK7CpxnmXpp2oFxVEqpdtzfLaA4GfyTk9hy527vbiQOxQr-m6f_oyhuwtLzqQLdebdXyQqpYF4Zgbm4SNk2AtmI7-6y55dhwVMmNM8EJSwiVXEWzgBbI9Y22NBOgs0xu80AYbOZrE8-th7TRXVAucRBC8oBmNsXLjUbcj_oQRht2P3VQvwPjWC30AlrdHHD8fPOfsLrRfg", 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_cab8f203-f75e-4e16-82f5-a2051b8d325b", INVOCATION_ID: "fdd24b1e1680467282939174c619befe", 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_4", GITHUB_RUN_NUMBER: "35", GITHUB_TRIGGERING_ACTOR: "Casta-mere", 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 1000058203", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "feat/portal-reports-permissions-new", GITHUB_REPOSITORY: "feedmepos/hrm-service", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* 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.5-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: "aca01bad08b7c618b1cab3a54745ff5063b70cde", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/feat/portal-reports-permissions-new", GITHUB_ACTOR: "Casta-mere", 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_59675542-f97e-41c0-91fa-f9ba7be6f146", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "82298017", 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/63//idtoken/9c20e70f-0373-46a0-87ac-2f31900ad464/0eb2c8ca-bacc-5ceb-82d4-4e5b459f756b?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_59675542-f97e-41c0-91fa-f9ba7be6f146", 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_59675542-f97e-41c0-91fa-f9ba7be6f146", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1838
|
+
const $a = "10.0.5";
|
|
1839
|
+
function Ja() {
|
|
1840
1840
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Pe().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Pe().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Pe().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Pe().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
1841
1841
|
}
|
|
1842
|
-
const
|
|
1842
|
+
const Be = {
|
|
1843
1843
|
// composer module errors
|
|
1844
1844
|
UNEXPECTED_RETURN_TYPE: da,
|
|
1845
1845
|
// 24
|
|
@@ -1855,7 +1855,7 @@ const He = {
|
|
|
1855
1855
|
function nt(e, ...t) {
|
|
1856
1856
|
return bt(e, null, void 0);
|
|
1857
1857
|
}
|
|
1858
|
-
const
|
|
1858
|
+
const Vt = /* @__PURE__ */ Ve("__translateVNode"), Ut = /* @__PURE__ */ Ve("__datetimeParts"), Gt = /* @__PURE__ */ Ve("__numberParts"), Ka = Ve("__setPluralRules"), Gn = /* @__PURE__ */ Ve("__injectWithOption"), Wt = /* @__PURE__ */ Ve("__dispose");
|
|
1859
1859
|
function st(e) {
|
|
1860
1860
|
if (!x(e))
|
|
1861
1861
|
return e;
|
|
@@ -1879,21 +1879,21 @@ function st(e) {
|
|
|
1879
1879
|
}
|
|
1880
1880
|
function Wn(e, t) {
|
|
1881
1881
|
const { messages: n, __i18n: s, messageResolver: l, flatJson: a } = t, u = W(n) ? n : re(s) ? Y() : { [e]: Y() };
|
|
1882
|
-
if (re(s) && s.forEach((
|
|
1883
|
-
if ("locale" in
|
|
1884
|
-
const { locale: m, resource: g } =
|
|
1882
|
+
if (re(s) && s.forEach((_) => {
|
|
1883
|
+
if ("locale" in _ && "resource" in _) {
|
|
1884
|
+
const { locale: m, resource: g } = _;
|
|
1885
1885
|
m ? (u[m] = u[m] || Y(), mt(g, u[m])) : mt(g, u);
|
|
1886
1886
|
} else
|
|
1887
|
-
O(
|
|
1887
|
+
O(_) && mt(JSON.parse(_), u);
|
|
1888
1888
|
}), l == null && a)
|
|
1889
|
-
for (const
|
|
1890
|
-
ve(u,
|
|
1889
|
+
for (const _ in u)
|
|
1890
|
+
ve(u, _) && st(u[_]);
|
|
1891
1891
|
return u;
|
|
1892
1892
|
}
|
|
1893
1893
|
function xn(e) {
|
|
1894
1894
|
return e.type;
|
|
1895
1895
|
}
|
|
1896
|
-
function
|
|
1896
|
+
function Qa(e, t, n) {
|
|
1897
1897
|
let s = x(t.messages) ? t.messages : Y();
|
|
1898
1898
|
"__i18nGlobal" in n && (s = Wn(e.locale.value, {
|
|
1899
1899
|
messages: s,
|
|
@@ -1919,9 +1919,9 @@ function za(e, t, n) {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
1921
|
function In(e) {
|
|
1922
|
-
return me(
|
|
1922
|
+
return me($n, null, e, 0);
|
|
1923
1923
|
}
|
|
1924
|
-
const Nn = "__INTLIFY_META__", yn = () => [],
|
|
1924
|
+
const Nn = "__INTLIFY_META__", yn = () => [], za = () => !1;
|
|
1925
1925
|
let Tn = 0;
|
|
1926
1926
|
function kn(e) {
|
|
1927
1927
|
return (t, n, s, l) => e(n, s, xt() || void 0, l);
|
|
@@ -1932,26 +1932,26 @@ const qa = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
|
1932
1932
|
return e && (t = xn(e)[Nn]) ? { [Nn]: t } : null;
|
|
1933
1933
|
};
|
|
1934
1934
|
function er(e = {}) {
|
|
1935
|
-
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, a = qt ? Fe :
|
|
1935
|
+
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, a = qt ? Fe : Hn;
|
|
1936
1936
|
let u = se(e.inheritLocale) ? e.inheritLocale : !0;
|
|
1937
|
-
const
|
|
1937
|
+
const _ = a(
|
|
1938
1938
|
// prettier-ignore
|
|
1939
|
-
t && u ? t.locale.value : O(e.locale) ? e.locale :
|
|
1939
|
+
t && u ? t.locale.value : O(e.locale) ? e.locale : ft
|
|
1940
1940
|
), m = a(
|
|
1941
1941
|
// prettier-ignore
|
|
1942
|
-
t && u ? t.fallbackLocale.value : O(e.fallbackLocale) || re(e.fallbackLocale) || W(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale :
|
|
1943
|
-
), g = a(Wn(
|
|
1944
|
-
let N = t ? t.missingWarn : se(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, R = t ? t.fallbackWarn : se(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, w = t ? t.fallbackRoot : se(e.fallbackRoot) ? e.fallbackRoot : !0, T = !!e.fallbackFormat, L =
|
|
1945
|
-
const
|
|
1942
|
+
t && u ? t.fallbackLocale.value : O(e.fallbackLocale) || re(e.fallbackLocale) || W(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : _.value
|
|
1943
|
+
), g = a(Wn(_.value, e)), y = a(W(e.datetimeFormats) ? e.datetimeFormats : { [_.value]: {} }), k = a(W(e.numberFormats) ? e.numberFormats : { [_.value]: {} });
|
|
1944
|
+
let N = t ? t.missingWarn : se(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, R = t ? t.fallbackWarn : se(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, w = t ? t.fallbackRoot : se(e.fallbackRoot) ? e.fallbackRoot : !0, T = !!e.fallbackFormat, L = z(e.missing) ? e.missing : null, c = z(e.missing) ? kn(e.missing) : null, i = z(e.postTranslation) ? e.postTranslation : null, v = t ? t.warnHtmlMessage : se(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, d = !!e.escapeParameter;
|
|
1945
|
+
const f = t ? t.modifiers : W(e.modifiers) ? e.modifiers : {};
|
|
1946
1946
|
let b = e.pluralRules || t && t.pluralRules, h;
|
|
1947
1947
|
h = (() => {
|
|
1948
1948
|
s && dn(null);
|
|
1949
1949
|
const p = {
|
|
1950
|
-
version:
|
|
1951
|
-
locale:
|
|
1950
|
+
version: $a,
|
|
1951
|
+
locale: _.value,
|
|
1952
1952
|
fallbackLocale: m.value,
|
|
1953
1953
|
messages: g.value,
|
|
1954
|
-
modifiers:
|
|
1954
|
+
modifiers: f,
|
|
1955
1955
|
pluralRules: b,
|
|
1956
1956
|
missing: c === null ? void 0 : c,
|
|
1957
1957
|
missingWarn: N,
|
|
@@ -1968,29 +1968,29 @@ function er(e = {}) {
|
|
|
1968
1968
|
p.datetimeFormats = y.value, p.numberFormats = k.value, p.__datetimeFormatters = W(h) ? h.__datetimeFormatters : void 0, p.__numberFormatters = W(h) ? h.__numberFormatters : void 0;
|
|
1969
1969
|
const I = Da(p);
|
|
1970
1970
|
return s && dn(I), I;
|
|
1971
|
-
})(),
|
|
1971
|
+
})(), ze(h, _.value, m.value);
|
|
1972
1972
|
function U() {
|
|
1973
1973
|
return [
|
|
1974
|
-
|
|
1974
|
+
_.value,
|
|
1975
1975
|
m.value,
|
|
1976
1976
|
g.value,
|
|
1977
1977
|
y.value,
|
|
1978
1978
|
k.value
|
|
1979
1979
|
];
|
|
1980
1980
|
}
|
|
1981
|
-
const
|
|
1982
|
-
get: () =>
|
|
1981
|
+
const $ = B({
|
|
1982
|
+
get: () => _.value,
|
|
1983
1983
|
set: (p) => {
|
|
1984
|
-
|
|
1984
|
+
_.value = p, h.locale = _.value;
|
|
1985
1985
|
}
|
|
1986
|
-
}), ce =
|
|
1986
|
+
}), ce = B({
|
|
1987
1987
|
get: () => m.value,
|
|
1988
1988
|
set: (p) => {
|
|
1989
|
-
m.value = p, h.fallbackLocale = m.value,
|
|
1989
|
+
m.value = p, h.fallbackLocale = m.value, ze(h, _.value, p);
|
|
1990
1990
|
}
|
|
1991
|
-
}), P =
|
|
1991
|
+
}), P = B(() => g.value), q = /* @__PURE__ */ B(() => y.value), He = /* @__PURE__ */ B(() => k.value);
|
|
1992
1992
|
function M() {
|
|
1993
|
-
return
|
|
1993
|
+
return z(i) ? i : null;
|
|
1994
1994
|
}
|
|
1995
1995
|
function C(p) {
|
|
1996
1996
|
i = p, h.postTranslation = p;
|
|
@@ -1998,14 +1998,14 @@ function er(e = {}) {
|
|
|
1998
1998
|
function S() {
|
|
1999
1999
|
return L;
|
|
2000
2000
|
}
|
|
2001
|
-
function
|
|
2001
|
+
function J(p) {
|
|
2002
2002
|
p !== null && (c = kn(p)), L = p, h.missing = c;
|
|
2003
2003
|
}
|
|
2004
|
-
const
|
|
2004
|
+
const V = (p, I, Z, ne, Me, at) => {
|
|
2005
2005
|
U();
|
|
2006
2006
|
let We;
|
|
2007
2007
|
try {
|
|
2008
|
-
|
|
2008
|
+
Ha.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (h.fallbackContext = t ? Sa() : void 0), We = p(h);
|
|
2009
2009
|
} finally {
|
|
2010
2010
|
__INTLIFY_PROD_DEVTOOLS__, s || (h.fallbackContext = void 0);
|
|
2011
2011
|
}
|
|
@@ -2016,23 +2016,23 @@ function er(e = {}) {
|
|
|
2016
2016
|
} else {
|
|
2017
2017
|
if (at(We))
|
|
2018
2018
|
return We;
|
|
2019
|
-
throw nt(
|
|
2019
|
+
throw nt(Be.UNEXPECTED_RETURN_TYPE);
|
|
2020
2020
|
}
|
|
2021
2021
|
};
|
|
2022
2022
|
function F(...p) {
|
|
2023
|
-
return
|
|
2023
|
+
return V((I) => Reflect.apply(En, null, [I, ...p]), () => jt(...p), "translate", (I) => Reflect.apply(I.t, I, [...p]), (I) => I, (I) => O(I));
|
|
2024
2024
|
}
|
|
2025
2025
|
function ae(...p) {
|
|
2026
2026
|
const [I, Z, ne] = p;
|
|
2027
2027
|
if (ne && !x(ne))
|
|
2028
|
-
throw nt(
|
|
2028
|
+
throw nt(Be.INVALID_ARGUMENT);
|
|
2029
2029
|
return F(I, Z, ie({ resolvedMessage: !0 }, ne || {}));
|
|
2030
2030
|
}
|
|
2031
|
-
function
|
|
2032
|
-
return
|
|
2031
|
+
function H(...p) {
|
|
2032
|
+
return V((I) => Reflect.apply(_n, null, [I, ...p]), () => Pt(...p), "datetime format", (I) => Reflect.apply(I.d, I, [...p]), () => un, (I) => O(I));
|
|
2033
2033
|
}
|
|
2034
2034
|
function he(...p) {
|
|
2035
|
-
return
|
|
2035
|
+
return V((I) => Reflect.apply(bn, null, [I, ...p]), () => Ft(...p), "number format", (I) => Reflect.apply(I.n, I, [...p]), () => un, (I) => O(I));
|
|
2036
2036
|
}
|
|
2037
2037
|
function de(p) {
|
|
2038
2038
|
return p.map((I) => O(I) || oe(I) || se(I) ? In(String(I)) : I);
|
|
@@ -2043,7 +2043,7 @@ function er(e = {}) {
|
|
|
2043
2043
|
type: "vnode"
|
|
2044
2044
|
};
|
|
2045
2045
|
function ge(...p) {
|
|
2046
|
-
return
|
|
2046
|
+
return V((I) => {
|
|
2047
2047
|
let Z;
|
|
2048
2048
|
const ne = I;
|
|
2049
2049
|
try {
|
|
@@ -2052,28 +2052,28 @@ function er(e = {}) {
|
|
|
2052
2052
|
ne.processor = null;
|
|
2053
2053
|
}
|
|
2054
2054
|
return Z;
|
|
2055
|
-
}, () =>
|
|
2056
|
-
}
|
|
2057
|
-
function Je(...p) {
|
|
2058
|
-
return j((I) => Reflect.apply(bn, null, [I, ...p]), () => Ft(...p), "number format", (I) => I[Gt](...p), yn, (I) => O(I) || re(I));
|
|
2055
|
+
}, () => jt(...p), "translate", (I) => I[Vt](...p), (I) => [In(I)], (I) => re(I));
|
|
2059
2056
|
}
|
|
2060
2057
|
function $e(...p) {
|
|
2061
|
-
return
|
|
2058
|
+
return V((I) => Reflect.apply(bn, null, [I, ...p]), () => Ft(...p), "number format", (I) => I[Gt](...p), yn, (I) => O(I) || re(I));
|
|
2059
|
+
}
|
|
2060
|
+
function Je(...p) {
|
|
2061
|
+
return V((I) => Reflect.apply(_n, null, [I, ...p]), () => Pt(...p), "datetime format", (I) => I[Ut](...p), yn, (I) => O(I) || re(I));
|
|
2062
2062
|
}
|
|
2063
2063
|
function vt(p) {
|
|
2064
2064
|
b = p, h.pluralRules = b;
|
|
2065
2065
|
}
|
|
2066
2066
|
function Et(p, I) {
|
|
2067
|
-
return
|
|
2067
|
+
return V(() => {
|
|
2068
2068
|
if (!p)
|
|
2069
2069
|
return !1;
|
|
2070
|
-
const Z = O(I) ? I :
|
|
2070
|
+
const Z = O(I) ? I : _.value, ne = Ue(Z), Me = h.messageResolver(ne, p);
|
|
2071
2071
|
return Ze(Me) || be(Me) || O(Me);
|
|
2072
|
-
}, () => [p], "translate exists", (Z) => Reflect.apply(Z.te, Z, [p, I]),
|
|
2072
|
+
}, () => [p], "translate exists", (Z) => Reflect.apply(Z.te, Z, [p, I]), za, (Z) => se(Z));
|
|
2073
2073
|
}
|
|
2074
2074
|
function It(p) {
|
|
2075
2075
|
let I = null;
|
|
2076
|
-
const Z = An(h, m.value,
|
|
2076
|
+
const Z = An(h, m.value, _.value);
|
|
2077
2077
|
for (let ne = 0; ne < Z.length; ne++) {
|
|
2078
2078
|
const Me = g.value[Z[ne]] || {}, at = h.messageResolver(Me, p);
|
|
2079
2079
|
if (at != null) {
|
|
@@ -2099,7 +2099,7 @@ function er(e = {}) {
|
|
|
2099
2099
|
}
|
|
2100
2100
|
g.value[p] = I, h.messages = g.value;
|
|
2101
2101
|
}
|
|
2102
|
-
function
|
|
2102
|
+
function Qe(p, I) {
|
|
2103
2103
|
g.value[p] = g.value[p] || {};
|
|
2104
2104
|
const Z = { [p]: I };
|
|
2105
2105
|
if (l)
|
|
@@ -2126,26 +2126,26 @@ function er(e = {}) {
|
|
|
2126
2126
|
k.value[p] = ie(k.value[p] || {}, I), h.numberFormats = k.value, hn(h, p, I);
|
|
2127
2127
|
}
|
|
2128
2128
|
Tn++, t && qt && (St(t.locale, (p) => {
|
|
2129
|
-
u && (
|
|
2129
|
+
u && (_.value = p, h.locale = p, ze(h, _.value, m.value));
|
|
2130
2130
|
}), St(t.fallbackLocale, (p) => {
|
|
2131
|
-
u && (m.value = p, h.fallbackLocale = p,
|
|
2131
|
+
u && (m.value = p, h.fallbackLocale = p, ze(h, _.value, m.value));
|
|
2132
2132
|
}));
|
|
2133
|
-
const
|
|
2133
|
+
const j = {
|
|
2134
2134
|
id: Tn,
|
|
2135
|
-
locale:
|
|
2135
|
+
locale: $,
|
|
2136
2136
|
fallbackLocale: ce,
|
|
2137
2137
|
get inheritLocale() {
|
|
2138
2138
|
return u;
|
|
2139
2139
|
},
|
|
2140
2140
|
set inheritLocale(p) {
|
|
2141
|
-
u = p, p && t && (
|
|
2141
|
+
u = p, p && t && (_.value = t.locale.value, m.value = t.fallbackLocale.value, ze(h, _.value, m.value));
|
|
2142
2142
|
},
|
|
2143
2143
|
get availableLocales() {
|
|
2144
2144
|
return Object.keys(g.value).sort();
|
|
2145
2145
|
},
|
|
2146
2146
|
messages: P,
|
|
2147
2147
|
get modifiers() {
|
|
2148
|
-
return
|
|
2148
|
+
return f;
|
|
2149
2149
|
},
|
|
2150
2150
|
get pluralRules() {
|
|
2151
2151
|
return b || {};
|
|
@@ -2192,14 +2192,14 @@ function er(e = {}) {
|
|
|
2192
2192
|
t: F,
|
|
2193
2193
|
getLocaleMessage: Ue,
|
|
2194
2194
|
setLocaleMessage: Ge,
|
|
2195
|
-
mergeLocaleMessage:
|
|
2195
|
+
mergeLocaleMessage: Qe,
|
|
2196
2196
|
getPostTranslationHandler: M,
|
|
2197
2197
|
setPostTranslationHandler: C,
|
|
2198
2198
|
getMissingHandler: S,
|
|
2199
|
-
setMissingHandler:
|
|
2199
|
+
setMissingHandler: J,
|
|
2200
2200
|
[Ka]: vt
|
|
2201
2201
|
};
|
|
2202
|
-
return
|
|
2202
|
+
return j.datetimeFormats = q, j.numberFormats = He, j.rt = ae, j.te = Et, j.tm = Ke, j.d = H, j.n = he, j.getDateTimeFormat = Nt, j.setDateTimeFormat = r, j.mergeDateTimeFormat = o, j.getNumberFormat = E, j.setNumberFormat = A, j.mergeNumberFormat = te, j[Gn] = n, j[Vt] = ge, j[Ut] = Je, j[Gt] = $e, j;
|
|
2203
2203
|
}
|
|
2204
2204
|
const Kt = {
|
|
2205
2205
|
tag: {
|
|
@@ -2249,9 +2249,9 @@ function Yn(e, t, n, s) {
|
|
|
2249
2249
|
const { slots: l, attrs: a } = t;
|
|
2250
2250
|
return () => {
|
|
2251
2251
|
const u = { part: !0 };
|
|
2252
|
-
let
|
|
2253
|
-
e.locale && (u.locale = e.locale), O(e.format) ? u.key = e.format : x(e.format) && (O(e.format.key) && (u.key = e.format.key),
|
|
2254
|
-
const m = s(e.value, u,
|
|
2252
|
+
let _ = Y();
|
|
2253
|
+
e.locale && (u.locale = e.locale), O(e.format) ? u.key = e.format : x(e.format) && (O(e.format.key) && (u.key = e.format.key), _ = Object.keys(e.format).reduce((N, R) => n.includes(R) ? ie(Y(), N, { [R]: e.format[R] }) : N, Y()));
|
|
2254
|
+
const m = s(e.value, u, _);
|
|
2255
2255
|
let g = [u.key];
|
|
2256
2256
|
re(m) ? g = m.map((N, R) => {
|
|
2257
2257
|
const w = l[N.type], T = w ? w({ [N.type]: N.value, index: R, parts: m }) : [N.value];
|
|
@@ -2279,32 +2279,32 @@ ie({
|
|
|
2279
2279
|
type: [String, Object]
|
|
2280
2280
|
}
|
|
2281
2281
|
}, Kt);
|
|
2282
|
-
const sr = /* @__PURE__ */
|
|
2282
|
+
const sr = /* @__PURE__ */ Ve("global-vue-i18n");
|
|
2283
2283
|
function gt(e = {}) {
|
|
2284
2284
|
const t = xt();
|
|
2285
2285
|
if (t == null)
|
|
2286
|
-
throw nt(
|
|
2286
|
+
throw nt(Be.MUST_BE_CALL_SETUP_TOP);
|
|
2287
2287
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
2288
|
-
throw nt(
|
|
2288
|
+
throw nt(Be.NOT_INSTALLED);
|
|
2289
2289
|
const n = ar(t), s = lr(n), l = xn(t), a = rr(e, l);
|
|
2290
2290
|
if (a === "global")
|
|
2291
|
-
return
|
|
2291
|
+
return Qa(s, e, l), s;
|
|
2292
2292
|
if (a === "parent") {
|
|
2293
2293
|
let m = or(n, t, e.__useComponent);
|
|
2294
2294
|
return m == null && (m = s), m;
|
|
2295
2295
|
}
|
|
2296
2296
|
const u = n;
|
|
2297
|
-
let
|
|
2298
|
-
if (
|
|
2297
|
+
let _ = u.__getInstance(t);
|
|
2298
|
+
if (_ == null) {
|
|
2299
2299
|
const m = ie({}, e);
|
|
2300
|
-
"__i18n" in l && (m.__i18n = l.__i18n), s && (m.__root = s),
|
|
2300
|
+
"__i18n" in l && (m.__i18n = l.__i18n), s && (m.__root = s), _ = er(m), u.__composerExtend && (_[Wt] = u.__composerExtend(_)), cr(u, t, _), u.__setInstance(t, _);
|
|
2301
2301
|
}
|
|
2302
|
-
return
|
|
2302
|
+
return _;
|
|
2303
2303
|
}
|
|
2304
2304
|
function ar(e) {
|
|
2305
|
-
const t =
|
|
2305
|
+
const t = Bn(e.isCE ? sr : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
2306
2306
|
if (!t)
|
|
2307
|
-
throw nt(e.isCE ?
|
|
2307
|
+
throw nt(e.isCE ? Be.NOT_INSTALLED_WITH_PROVIDE : Be.UNEXPECTED_ERROR);
|
|
2308
2308
|
return t;
|
|
2309
2309
|
}
|
|
2310
2310
|
function rr(e, t) {
|
|
@@ -2322,8 +2322,8 @@ function or(e, t, n = !1) {
|
|
|
2322
2322
|
if (e.mode === "composition")
|
|
2323
2323
|
s = u.__getInstance(a);
|
|
2324
2324
|
else if (__VUE_I18N_LEGACY_API__) {
|
|
2325
|
-
const
|
|
2326
|
-
|
|
2325
|
+
const _ = u.__getInstance(a);
|
|
2326
|
+
_ != null && (s = _.__composer, n && s && !s[Gn] && (s = null));
|
|
2327
2327
|
}
|
|
2328
2328
|
if (s != null || l === a)
|
|
2329
2329
|
break;
|
|
@@ -2343,7 +2343,7 @@ function cr(e, t, n) {
|
|
|
2343
2343
|
l && (l(), delete s[Wt]);
|
|
2344
2344
|
}, t);
|
|
2345
2345
|
}
|
|
2346
|
-
|
|
2346
|
+
Ja();
|
|
2347
2347
|
La(oa);
|
|
2348
2348
|
Oa(ya);
|
|
2349
2349
|
Ra(An);
|
|
@@ -2368,13 +2368,13 @@ const it = /* @__PURE__ */ Ee({
|
|
|
2368
2368
|
placement: "right",
|
|
2369
2369
|
"z-index": 50
|
|
2370
2370
|
}, {
|
|
2371
|
-
content:
|
|
2372
|
-
ee("div", null,
|
|
2373
|
-
(G(!0),
|
|
2374
|
-
ee("div", null, "- " +
|
|
2371
|
+
content: _e(() => [
|
|
2372
|
+
ee("div", null, je(ye(t)("team.memberForm.permissions.inherited")), 1),
|
|
2373
|
+
(G(!0), Q(Ne, null, fe(e.item.setNames, (u) => (G(), Q("div", { key: u }, [
|
|
2374
|
+
ee("div", null, "- " + je(u), 1)
|
|
2375
2375
|
]))), 128))
|
|
2376
2376
|
]),
|
|
2377
|
-
default:
|
|
2377
|
+
default: _e(() => [
|
|
2378
2378
|
me(l, {
|
|
2379
2379
|
name: "admin_panel_settings",
|
|
2380
2380
|
size: "sm",
|
|
@@ -2391,7 +2391,7 @@ const it = /* @__PURE__ */ Ee({
|
|
|
2391
2391
|
}, dr = {
|
|
2392
2392
|
key: 0,
|
|
2393
2393
|
class: "q-mr-xs text-red col"
|
|
2394
|
-
},
|
|
2394
|
+
}, fr = { class: "form-input" }, _r = /* @__PURE__ */ Ee({
|
|
2395
2395
|
__name: "AppForm",
|
|
2396
2396
|
props: {
|
|
2397
2397
|
title: {
|
|
@@ -2409,17 +2409,17 @@ const it = /* @__PURE__ */ Ee({
|
|
|
2409
2409
|
},
|
|
2410
2410
|
setup(e) {
|
|
2411
2411
|
const t = e;
|
|
2412
|
-
return (n, s) => (G(),
|
|
2412
|
+
return (n, s) => (G(), Q("div", ur, [
|
|
2413
2413
|
pe(n.$slots, "top", {}, () => [
|
|
2414
|
-
t.title ? (G(),
|
|
2414
|
+
t.title ? (G(), Q("div", mr, [
|
|
2415
2415
|
ee("div", null, [
|
|
2416
|
-
t.required ? (G(),
|
|
2417
|
-
|
|
2416
|
+
t.required ? (G(), Q("span", dr, "*")) : ke("", !0),
|
|
2417
|
+
Jn(je(t.title), 1)
|
|
2418
2418
|
]),
|
|
2419
2419
|
pe(n.$slots, "title-right")
|
|
2420
2420
|
])) : ke("", !0)
|
|
2421
2421
|
]),
|
|
2422
|
-
ee("div",
|
|
2422
|
+
ee("div", fr, [
|
|
2423
2423
|
pe(n.$slots, "default")
|
|
2424
2424
|
])
|
|
2425
2425
|
]));
|
|
@@ -2435,7 +2435,7 @@ function pr(e, t) {
|
|
|
2435
2435
|
const br = { class: "col flex items-center" }, hr = {
|
|
2436
2436
|
key: 1,
|
|
2437
2437
|
class: "q-pa-sm form-error-message text-error"
|
|
2438
|
-
},
|
|
2438
|
+
}, Qt = /* @__PURE__ */ Ee({
|
|
2439
2439
|
__name: "CheckboxInput",
|
|
2440
2440
|
props: {
|
|
2441
2441
|
options: {
|
|
@@ -2493,11 +2493,11 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2493
2493
|
},
|
|
2494
2494
|
emits: ["update:model-value"],
|
|
2495
2495
|
setup(e, { emit: t }) {
|
|
2496
|
-
const n = e, s = t, { t: l } =
|
|
2496
|
+
const n = e, s = t, { t: l } = _t(), a = Fe(!1), u = Kn(), _ = B(() => n.modelValue.length < n.min ? `Min selection ${n.min}` : n.max !== void 0 && n.modelValue.length > n.max ? `Max selection ${n.max}` : !0), m = `checkbox-${pr(6)}`, g = B(() => _.value !== !0), y = B(
|
|
2497
2497
|
() => n.modelValue.filter((T) => n.options.some((L) => L.value === T))
|
|
2498
|
-
), k =
|
|
2498
|
+
), k = B(
|
|
2499
2499
|
() => typeof n.showAllToggle == "boolean" ? l("team.labels.all") : n.showAllToggle
|
|
2500
|
-
), N =
|
|
2500
|
+
), N = B(() => n.options.length > 0 && n.options.length === y.value.length);
|
|
2501
2501
|
function R() {
|
|
2502
2502
|
const T = n.modelValue.filter((L) => !y.value.includes(L));
|
|
2503
2503
|
if (N.value === !0)
|
|
@@ -2513,15 +2513,15 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2513
2513
|
}
|
|
2514
2514
|
return (T, L) => {
|
|
2515
2515
|
const c = Xe("FmCheckbox");
|
|
2516
|
-
return G(), Ce(
|
|
2516
|
+
return G(), Ce(_r, {
|
|
2517
2517
|
id: m,
|
|
2518
2518
|
title: e.title,
|
|
2519
2519
|
required: !1
|
|
2520
2520
|
}, {
|
|
2521
|
-
top:
|
|
2521
|
+
top: _e(() => [
|
|
2522
2522
|
pe(T.$slots, "top")
|
|
2523
2523
|
]),
|
|
2524
|
-
default:
|
|
2524
|
+
default: _e(() => [
|
|
2525
2525
|
n.showAllToggle ? (G(), Ce(c, {
|
|
2526
2526
|
key: 0,
|
|
2527
2527
|
"model-value": N.value,
|
|
@@ -2533,7 +2533,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2533
2533
|
value: k.value,
|
|
2534
2534
|
"onUpdate:modelValue": R
|
|
2535
2535
|
}, null, 8, ["model-value", "disabled", "label", "style", "value"])) : ke("", !0),
|
|
2536
|
-
(G(!0),
|
|
2536
|
+
(G(!0), Q(Ne, null, fe(e.options, (i, v) => (G(), Q("div", {
|
|
2537
2537
|
key: i.value,
|
|
2538
2538
|
style: ct(`margin-bottom: ${v < e.options.length - 1 ? n.gutter : 0}px`),
|
|
2539
2539
|
class: qe(v < e.options.length - 1 ? "q-mb-sm" : "")
|
|
@@ -2555,7 +2555,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2555
2555
|
selected: e.modelValue.includes(i.value)
|
|
2556
2556
|
})
|
|
2557
2557
|
]),
|
|
2558
|
-
ye(u)[`checkbox-${i.key || i.value}-end`] && (e.modelValue.includes(i.value) || e.falsyShowSlot) ? (G(),
|
|
2558
|
+
ye(u)[`checkbox-${i.key || i.value}-end`] && (e.modelValue.includes(i.value) || e.falsyShowSlot) ? (G(), Q("div", {
|
|
2559
2559
|
key: 0,
|
|
2560
2560
|
class: qe([{ "q-checkbox disabled": e.disable || i.disabled }, "col"])
|
|
2561
2561
|
}, [
|
|
@@ -2566,7 +2566,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2566
2566
|
})
|
|
2567
2567
|
], 2)) : ke("", !0)
|
|
2568
2568
|
], 2),
|
|
2569
|
-
ye(u)[`checkbox-${i.key || i.value}-bottom`] && (e.modelValue.includes(i.value) || e.falsyShowSlot) ? (G(),
|
|
2569
|
+
ye(u)[`checkbox-${i.key || i.value}-bottom`] && (e.modelValue.includes(i.value) || e.falsyShowSlot) ? (G(), Q("div", {
|
|
2570
2570
|
key: 0,
|
|
2571
2571
|
class: qe(["q-mt-sm", { "q-checkbox disabled": e.disable || i.disabled }]),
|
|
2572
2572
|
style: ct(`margin-left: ${e.bottomSlotIndent}`)
|
|
@@ -2578,7 +2578,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2578
2578
|
})
|
|
2579
2579
|
], 6)) : ke("", !0)
|
|
2580
2580
|
], 6))), 128)),
|
|
2581
|
-
a.value && g.value ? (G(),
|
|
2581
|
+
a.value && g.value ? (G(), Q("div", hr, je(_.value), 1)) : ke("", !0)
|
|
2582
2582
|
]),
|
|
2583
2583
|
_: 3
|
|
2584
2584
|
}, 8, ["title"]);
|
|
@@ -2612,17 +2612,17 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2612
2612
|
},
|
|
2613
2613
|
emits: ["update:model-value"],
|
|
2614
2614
|
setup(e, { emit: t }) {
|
|
2615
|
-
const { getFlagValue: n } = is(), s = e, l =
|
|
2615
|
+
const { getFlagValue: n } = is(), s = e, l = B(() => [...Dt, ...s.additionalPermissions]), a = t, u = Object.values(ls), _ = B(() => {
|
|
2616
2616
|
const i = /* @__PURE__ */ new Map(), v = /* @__PURE__ */ new Map();
|
|
2617
|
-
for (const
|
|
2618
|
-
const b =
|
|
2619
|
-
b && (s.excludedSubjects.includes(
|
|
2617
|
+
for (const f of l.value) {
|
|
2618
|
+
const b = f.category;
|
|
2619
|
+
b && (s.excludedSubjects.includes(f.subject) || f.showByFeatureFlag && n(f.showByFeatureFlag) === "false" || (i.has(b) || i.set(b, []), i.get(b).push({ label: f.label, value: f.subject }), v.set(f.subject, f)));
|
|
2620
2620
|
}
|
|
2621
|
-
return [...i.keys()].sort((
|
|
2622
|
-
const h = u.indexOf(
|
|
2623
|
-
return h === -1 && D === -1 ?
|
|
2624
|
-
}).map((
|
|
2625
|
-
const b = i.get(
|
|
2621
|
+
return [...i.keys()].sort((f, b) => {
|
|
2622
|
+
const h = u.indexOf(f), D = u.indexOf(b);
|
|
2623
|
+
return h === -1 && D === -1 ? f.localeCompare(b) : h === -1 ? 1 : D === -1 ? -1 : h - D;
|
|
2624
|
+
}).map((f) => {
|
|
2625
|
+
const b = i.get(f), h = /* @__PURE__ */ new Map();
|
|
2626
2626
|
for (const P of b) {
|
|
2627
2627
|
const q = v.get(P.value);
|
|
2628
2628
|
q && h.set(P.value, q.actions);
|
|
@@ -2634,26 +2634,26 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2634
2634
|
...new Set(
|
|
2635
2635
|
b.flatMap((P) => h.get(P.value) ?? []).filter((P) => P !== "manage")
|
|
2636
2636
|
)
|
|
2637
|
-
] : [],
|
|
2637
|
+
] : [], $ = /* @__PURE__ */ new Map();
|
|
2638
2638
|
for (const P of s.modelValue)
|
|
2639
|
-
b.some((q) => q.value === P.subject) && !P.inverted &&
|
|
2639
|
+
b.some((q) => q.value === P.subject) && !P.inverted && $.set(P.subject, new Set(P.actions));
|
|
2640
2640
|
const ce = D ? s.modelValue.filter(
|
|
2641
2641
|
(P) => b.some((q) => q.value === P.subject) && !P.inverted && P.actions.includes("manage")
|
|
2642
2642
|
).map((P) => P.subject) : s.modelValue.filter((P) => b.some((q) => q.value === P.subject) && !P.inverted).map((P) => P.subject);
|
|
2643
2643
|
return {
|
|
2644
|
-
category:
|
|
2644
|
+
category: f,
|
|
2645
2645
|
options: b,
|
|
2646
2646
|
selectedSubjects: ce,
|
|
2647
2647
|
isMultiAction: D,
|
|
2648
2648
|
actionColumns: U,
|
|
2649
2649
|
permissionActionsMap: h,
|
|
2650
|
-
selectedActionsMap:
|
|
2650
|
+
selectedActionsMap: $
|
|
2651
2651
|
};
|
|
2652
2652
|
});
|
|
2653
2653
|
});
|
|
2654
2654
|
function m(i, v) {
|
|
2655
|
-
var
|
|
2656
|
-
const d = ((
|
|
2655
|
+
var f;
|
|
2656
|
+
const d = ((f = _.value.find((b) => b.category === i)) == null ? void 0 : f.options) ?? [];
|
|
2657
2657
|
a("update:model-value", [
|
|
2658
2658
|
...s.modelValue.filter((b) => !d.some((h) => h.value === b.subject)),
|
|
2659
2659
|
...l.value.filter((b) => v.includes(b.subject)).map(({ category: b, showByFeatureFlag: h, ...D }) => D)
|
|
@@ -2664,12 +2664,12 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2664
2664
|
}
|
|
2665
2665
|
function y(i) {
|
|
2666
2666
|
const v = s.modelValue.filter(
|
|
2667
|
-
(d) => !i.options.some((
|
|
2667
|
+
(d) => !i.options.some((f) => f.value === d.subject)
|
|
2668
2668
|
);
|
|
2669
2669
|
if (g(i))
|
|
2670
2670
|
a("update:model-value", v);
|
|
2671
2671
|
else {
|
|
2672
|
-
const d = l.value.filter((
|
|
2672
|
+
const d = l.value.filter((f) => i.options.some((b) => b.value === f.subject)).map(({ category: f, showByFeatureFlag: b, ...h }) => h);
|
|
2673
2673
|
a("update:model-value", [...v, ...d]);
|
|
2674
2674
|
}
|
|
2675
2675
|
}
|
|
@@ -2679,101 +2679,101 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2679
2679
|
}
|
|
2680
2680
|
function N(i, v, d) {
|
|
2681
2681
|
if (d) {
|
|
2682
|
-
const
|
|
2683
|
-
if (!
|
|
2684
|
-
const { category: b, showByFeatureFlag: h, ...D } =
|
|
2682
|
+
const f = l.value.find(($) => $.subject === v);
|
|
2683
|
+
if (!f) return;
|
|
2684
|
+
const { category: b, showByFeatureFlag: h, ...D } = f, U = s.modelValue.filter(($) => $.subject !== v);
|
|
2685
2685
|
U.push(D), a("update:model-value", U);
|
|
2686
2686
|
} else
|
|
2687
2687
|
a(
|
|
2688
2688
|
"update:model-value",
|
|
2689
|
-
s.modelValue.filter((
|
|
2689
|
+
s.modelValue.filter((f) => f.subject !== v)
|
|
2690
2690
|
);
|
|
2691
2691
|
}
|
|
2692
2692
|
function R(i, v) {
|
|
2693
2693
|
const d = i.permissionActionsMap.get(v);
|
|
2694
|
-
return d ? d.some((
|
|
2694
|
+
return d ? d.some((f) => f !== "manage") : !1;
|
|
2695
2695
|
}
|
|
2696
2696
|
function w(i, v, d) {
|
|
2697
|
-
const
|
|
2698
|
-
return
|
|
2697
|
+
const f = i.selectedActionsMap.get(v);
|
|
2698
|
+
return f ? f.has(d) : !1;
|
|
2699
2699
|
}
|
|
2700
2700
|
function T(i, v, d) {
|
|
2701
|
-
const
|
|
2702
|
-
return
|
|
2701
|
+
const f = i.permissionActionsMap.get(v);
|
|
2702
|
+
return f ? f.includes(d) : !1;
|
|
2703
2703
|
}
|
|
2704
2704
|
function L(i, v, d) {
|
|
2705
|
-
const
|
|
2705
|
+
const f = [...s.modelValue], b = f.findIndex((h) => h.subject === i && !h.inverted);
|
|
2706
2706
|
if (d)
|
|
2707
2707
|
if (b >= 0) {
|
|
2708
|
-
const h = { ...
|
|
2709
|
-
D.add(v), h.actions = Array.from(D),
|
|
2708
|
+
const h = { ...f[b] }, D = new Set(h.actions);
|
|
2709
|
+
D.add(v), h.actions = Array.from(D), f[b] = h;
|
|
2710
2710
|
} else {
|
|
2711
2711
|
const h = l.value.find((ce) => ce.subject === i);
|
|
2712
2712
|
if (!h) return;
|
|
2713
|
-
const { category: D, showByFeatureFlag: U,
|
|
2714
|
-
|
|
2713
|
+
const { category: D, showByFeatureFlag: U, ...$ } = h;
|
|
2714
|
+
f.push({ ...$, actions: [v] });
|
|
2715
2715
|
}
|
|
2716
2716
|
else if (b >= 0) {
|
|
2717
|
-
const h = { ...
|
|
2718
|
-
D.length === 0 ?
|
|
2717
|
+
const h = { ...f[b] }, D = h.actions.filter((U) => U !== v);
|
|
2718
|
+
D.length === 0 ? f.splice(b, 1) : (h.actions = D, f[b] = h);
|
|
2719
2719
|
}
|
|
2720
|
-
a("update:model-value",
|
|
2720
|
+
a("update:model-value", f);
|
|
2721
2721
|
}
|
|
2722
2722
|
function c(i) {
|
|
2723
2723
|
return i.charAt(0).toUpperCase() + i.slice(1);
|
|
2724
2724
|
}
|
|
2725
2725
|
return (i, v) => {
|
|
2726
2726
|
const d = Xe("FmCheckbox");
|
|
2727
|
-
return G(),
|
|
2728
|
-
(G(!0),
|
|
2729
|
-
key:
|
|
2727
|
+
return G(), Q("div", gr, [
|
|
2728
|
+
(G(!0), Q(Ne, null, fe(_.value, (f) => (G(), Q(Ne, {
|
|
2729
|
+
key: f.category
|
|
2730
2730
|
}, [
|
|
2731
|
-
|
|
2731
|
+
f.isMultiAction ? (G(), Q("div", vr, [
|
|
2732
2732
|
ee("div", Er, [
|
|
2733
|
-
ee("div", Ir,
|
|
2733
|
+
ee("div", Ir, je(f.category), 1),
|
|
2734
2734
|
ee("div", Nr, [
|
|
2735
|
-
(G(!0),
|
|
2735
|
+
(G(!0), Q(Ne, null, fe(f.actionColumns, (b) => (G(), Q("span", {
|
|
2736
2736
|
key: b,
|
|
2737
2737
|
class: "w-[56px] text-center fm-typo-en-body-sm-400 text-fm-color-neutral-gray-600"
|
|
2738
|
-
},
|
|
2738
|
+
}, je(c(b)), 1))), 128))
|
|
2739
2739
|
])
|
|
2740
2740
|
]),
|
|
2741
2741
|
ee("div", yr, [
|
|
2742
2742
|
ee("div", Tr, [
|
|
2743
2743
|
me(d, {
|
|
2744
|
-
"model-value": g(
|
|
2744
|
+
"model-value": g(f),
|
|
2745
2745
|
value: !0,
|
|
2746
2746
|
disabled: e.disable,
|
|
2747
2747
|
label: "All",
|
|
2748
2748
|
size: "sm",
|
|
2749
2749
|
dense: "",
|
|
2750
|
-
"onUpdate:modelValue": (b) => y(
|
|
2750
|
+
"onUpdate:modelValue": (b) => y(f)
|
|
2751
2751
|
}, null, 8, ["model-value", "disabled", "onUpdate:modelValue"])
|
|
2752
2752
|
]),
|
|
2753
|
-
(G(!0),
|
|
2753
|
+
(G(!0), Q(Ne, null, fe(f.options, (b, h) => (G(), Q("div", {
|
|
2754
2754
|
key: b.value,
|
|
2755
|
-
class: qe(h <
|
|
2755
|
+
class: qe(h < f.options.length - 1 ? "q-mb-sm" : "")
|
|
2756
2756
|
}, [
|
|
2757
2757
|
ee("div", kr, [
|
|
2758
2758
|
ee("div", Lr, [
|
|
2759
2759
|
me(d, {
|
|
2760
|
-
"model-value": k(
|
|
2760
|
+
"model-value": k(f, b.value),
|
|
2761
2761
|
value: b.value,
|
|
2762
2762
|
disabled: e.disable,
|
|
2763
2763
|
label: b.label,
|
|
2764
2764
|
size: "sm",
|
|
2765
|
-
"onUpdate:modelValue": (D) => N(
|
|
2765
|
+
"onUpdate:modelValue": (D) => N(f, b.value, D)
|
|
2766
2766
|
}, null, 8, ["model-value", "value", "disabled", "label", "onUpdate:modelValue"]),
|
|
2767
2767
|
pe(i.$slots, `checkbox-${b.value}-append`, { option: b })
|
|
2768
2768
|
]),
|
|
2769
|
-
R(
|
|
2770
|
-
(G(!0),
|
|
2769
|
+
R(f, b.value) ? (G(), Q("div", Or, [
|
|
2770
|
+
(G(!0), Q(Ne, null, fe(f.actionColumns, (D) => (G(), Q("div", {
|
|
2771
2771
|
key: D,
|
|
2772
2772
|
class: "w-[56px] flex justify-center"
|
|
2773
2773
|
}, [
|
|
2774
|
-
T(
|
|
2774
|
+
T(f, b.value, D) ? (G(), Ce(d, {
|
|
2775
2775
|
key: 0,
|
|
2776
|
-
"model-value": w(
|
|
2776
|
+
"model-value": w(f, b.value, D),
|
|
2777
2777
|
value: D,
|
|
2778
2778
|
disabled: e.disable,
|
|
2779
2779
|
size: "sm",
|
|
@@ -2784,17 +2784,17 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2784
2784
|
])
|
|
2785
2785
|
], 2))), 128))
|
|
2786
2786
|
])
|
|
2787
|
-
])) : (G(), Ce(
|
|
2787
|
+
])) : (G(), Ce(Qt, {
|
|
2788
2788
|
key: 0,
|
|
2789
|
-
"model-value":
|
|
2790
|
-
options:
|
|
2789
|
+
"model-value": f.selectedSubjects,
|
|
2790
|
+
options: f.options,
|
|
2791
2791
|
disable: e.disable,
|
|
2792
|
-
title:
|
|
2793
|
-
"onUpdate:modelValue": (b) => m(
|
|
2792
|
+
title: f.category,
|
|
2793
|
+
"onUpdate:modelValue": (b) => m(f.category, b)
|
|
2794
2794
|
}, we({ _: 2 }, [
|
|
2795
|
-
|
|
2795
|
+
fe(f.options, (b) => ({
|
|
2796
2796
|
name: `checkbox-${b.value}-append`,
|
|
2797
|
-
fn:
|
|
2797
|
+
fn: _e(({ option: h }) => [
|
|
2798
2798
|
pe(i.$slots, `checkbox-${b.value}-append`, { option: h })
|
|
2799
2799
|
])
|
|
2800
2800
|
}))
|
|
@@ -2815,18 +2815,18 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2815
2815
|
function u() {
|
|
2816
2816
|
n.value = !n.value;
|
|
2817
2817
|
}
|
|
2818
|
-
function
|
|
2818
|
+
function _() {
|
|
2819
2819
|
s.value && (l.value = s.value.scrollHeight);
|
|
2820
2820
|
}
|
|
2821
2821
|
return Xt(async () => {
|
|
2822
|
-
await
|
|
2823
|
-
|
|
2822
|
+
await Qn(), s.value && (a = new ResizeObserver(() => {
|
|
2823
|
+
_();
|
|
2824
2824
|
}), a.observe(s.value));
|
|
2825
2825
|
}), On(() => {
|
|
2826
2826
|
a == null || a.disconnect();
|
|
2827
2827
|
}), (m, g) => {
|
|
2828
2828
|
const y = Xe("FmButton");
|
|
2829
|
-
return G(),
|
|
2829
|
+
return G(), Q(Ne, null, [
|
|
2830
2830
|
ee("div", { onClick: u }, [
|
|
2831
2831
|
ee("div", Cr, [
|
|
2832
2832
|
pe(m.$slots, "title"),
|
|
@@ -2873,7 +2873,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2873
2873
|
},
|
|
2874
2874
|
emits: ["update:model-value"],
|
|
2875
2875
|
setup(e, { emit: t }) {
|
|
2876
|
-
const n = e, s = t, { t: l } =
|
|
2876
|
+
const n = e, s = t, { t: l } = _t(), a = B(() => [
|
|
2877
2877
|
{
|
|
2878
2878
|
label: l("team.memberForm.permissions.includedFuture", { context: n.context }),
|
|
2879
2879
|
value: Ct,
|
|
@@ -2883,8 +2883,8 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2883
2883
|
...n.options.filter(
|
|
2884
2884
|
(g) => g.label.toLocaleLowerCase().includes(m.value.toLocaleLowerCase())
|
|
2885
2885
|
)
|
|
2886
|
-
]), u =
|
|
2887
|
-
function
|
|
2886
|
+
]), u = B(() => n.modelValue ? n.modelValue : [Ct, ...n.options.map((g) => g.value)]);
|
|
2887
|
+
function _(g) {
|
|
2888
2888
|
const y = g.length === a.value.length;
|
|
2889
2889
|
s("update:model-value", y ? null : g.filter((k) => k !== Ct));
|
|
2890
2890
|
}
|
|
@@ -2892,10 +2892,10 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2892
2892
|
return (g, y) => {
|
|
2893
2893
|
const k = Xe("fm-search");
|
|
2894
2894
|
return G(), Ce(Sr, null, {
|
|
2895
|
-
title:
|
|
2896
|
-
ee("p", Dr,
|
|
2895
|
+
title: _e(() => [
|
|
2896
|
+
ee("p", Dr, je(ye(l)("team.memberForm.permissions.manageable", { context: e.context })), 1)
|
|
2897
2897
|
]),
|
|
2898
|
-
default:
|
|
2898
|
+
default: _e(() => [
|
|
2899
2899
|
e.options.length > 1 ? (G(), Ce(k, {
|
|
2900
2900
|
key: 0,
|
|
2901
2901
|
modelValue: m.value,
|
|
@@ -2903,7 +2903,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2903
2903
|
class: "mt-16",
|
|
2904
2904
|
placeholder: ye(l)("team.memberForm.permissions.search", { context: e.context })
|
|
2905
2905
|
}, null, 8, ["modelValue", "placeholder"])) : ke("", !0),
|
|
2906
|
-
me(
|
|
2906
|
+
me(Qt, {
|
|
2907
2907
|
"model-value": u.value,
|
|
2908
2908
|
options: a.value,
|
|
2909
2909
|
"show-intermediate": !1,
|
|
@@ -2912,11 +2912,11 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2912
2912
|
"include-disabled-options-when-select-all": !0,
|
|
2913
2913
|
title: "",
|
|
2914
2914
|
class: "mt-16",
|
|
2915
|
-
"onUpdate:modelValue":
|
|
2915
|
+
"onUpdate:modelValue": _
|
|
2916
2916
|
}, we({ _: 2 }, [
|
|
2917
|
-
|
|
2917
|
+
fe(a.value, (N) => ({
|
|
2918
2918
|
name: `checkbox-${N.value}-append`,
|
|
2919
|
-
fn:
|
|
2919
|
+
fn: _e(({ option: R }) => [
|
|
2920
2920
|
pe(g.$slots, `checkbox-${N.value}-append`, { option: R })
|
|
2921
2921
|
])
|
|
2922
2922
|
}))
|
|
@@ -2948,7 +2948,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2948
2948
|
},
|
|
2949
2949
|
emits: ["update:model-value"],
|
|
2950
2950
|
setup(e, { emit: t }) {
|
|
2951
|
-
const n = e, s = t, { t: l } =
|
|
2951
|
+
const n = e, s = t, { t: l } = _t(), a = B(() => {
|
|
2952
2952
|
const m = n.restaurantIds;
|
|
2953
2953
|
return [
|
|
2954
2954
|
{
|
|
@@ -2962,23 +2962,23 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2962
2962
|
disable: !!m && g.restaurants.every(({ id: y }) => !m.includes(y))
|
|
2963
2963
|
}))
|
|
2964
2964
|
];
|
|
2965
|
-
}), u =
|
|
2966
|
-
function
|
|
2965
|
+
}), u = B(() => n.modelValue ? n.modelValue : [At, ...n.roles.map((m) => m._id)]);
|
|
2966
|
+
function _(m) {
|
|
2967
2967
|
const g = m.length === a.value.length;
|
|
2968
2968
|
s("update:model-value", g ? null : m.filter((y) => y !== At));
|
|
2969
2969
|
}
|
|
2970
|
-
return (m, g) => (G(), Ce(
|
|
2970
|
+
return (m, g) => (G(), Ce(Qt, {
|
|
2971
2971
|
"model-value": u.value,
|
|
2972
2972
|
options: a.value,
|
|
2973
2973
|
"show-intermediate": !1,
|
|
2974
2974
|
"show-all-toggle": !1,
|
|
2975
2975
|
disable: e.disable,
|
|
2976
2976
|
title: ye(l)("team.memberForm.permissions.roles"),
|
|
2977
|
-
"onUpdate:modelValue":
|
|
2977
|
+
"onUpdate:modelValue": _
|
|
2978
2978
|
}, we({ _: 2 }, [
|
|
2979
|
-
|
|
2979
|
+
fe(a.value, (y) => ({
|
|
2980
2980
|
name: `checkbox-${y.value}-append`,
|
|
2981
|
-
fn:
|
|
2981
|
+
fn: _e(({ option: k }) => [
|
|
2982
2982
|
pe(m.$slots, `checkbox-${y.value}-append`, { option: k })
|
|
2983
2983
|
])
|
|
2984
2984
|
}))
|
|
@@ -2988,9 +2988,9 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
2988
2988
|
async readWarehouses() {
|
|
2989
2989
|
return es(await ts().get("/warehouses"));
|
|
2990
2990
|
}
|
|
2991
|
-
}, Pr = { class: "flex flex-col gap-32" }, Fr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" },
|
|
2991
|
+
}, Pr = { class: "flex flex-col gap-32" }, Fr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, jr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Vr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Ur = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, $r = /* @__PURE__ */ Ee({
|
|
2992
2992
|
__name: "PortalPermissionEditor",
|
|
2993
|
-
props: /* @__PURE__ */
|
|
2993
|
+
props: /* @__PURE__ */ zt({
|
|
2994
2994
|
disable: {
|
|
2995
2995
|
type: Boolean,
|
|
2996
2996
|
default: !1
|
|
@@ -3003,24 +3003,24 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3003
3003
|
modelValue: { default: () => [] },
|
|
3004
3004
|
modelModifiers: {}
|
|
3005
3005
|
}),
|
|
3006
|
-
emits: /* @__PURE__ */
|
|
3006
|
+
emits: /* @__PURE__ */ zt(["permissionChanged"], ["update:modelValue"]),
|
|
3007
3007
|
setup(e, { emit: t }) {
|
|
3008
|
-
const n =
|
|
3008
|
+
const n = zn(e, "modelValue"), s = e, l = t, { t: a } = _t(), { fetchCustomReportPermissions: u, customReportPermissions: _ } = ns();
|
|
3009
3009
|
function m(M) {
|
|
3010
|
-
return Dt.find((C) => C.subject === M) ??
|
|
3010
|
+
return Dt.find((C) => C.subject === M) ?? _.value.find((C) => C.subject === M);
|
|
3011
3011
|
}
|
|
3012
|
-
const g =
|
|
3012
|
+
const g = B(() => {
|
|
3013
3013
|
const M = Dt.filter((S) => !R.includes(S.subject)).map((S) => S.subject);
|
|
3014
3014
|
return ss(
|
|
3015
3015
|
s.inheritPermissions.map((S) => ({
|
|
3016
3016
|
...S,
|
|
3017
|
-
permissions: S.permissions.filter((
|
|
3017
|
+
permissions: S.permissions.filter((J) => M.includes(J.subject))
|
|
3018
3018
|
}))
|
|
3019
3019
|
).map((S) => ({
|
|
3020
3020
|
id: S.subject,
|
|
3021
3021
|
setNames: S.setNames
|
|
3022
3022
|
}));
|
|
3023
|
-
}), y =
|
|
3023
|
+
}), y = B(() => {
|
|
3024
3024
|
const M = s.inheritPermissions.map((C) => ({
|
|
3025
3025
|
...C,
|
|
3026
3026
|
permissions: C.permissions.filter(
|
|
@@ -3032,7 +3032,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3032
3032
|
"warehouseId",
|
|
3033
3033
|
T.value.map((C) => C._id)
|
|
3034
3034
|
);
|
|
3035
|
-
}), k =
|
|
3035
|
+
}), k = B(() => {
|
|
3036
3036
|
const M = s.inheritPermissions.map((C) => ({
|
|
3037
3037
|
...C,
|
|
3038
3038
|
permissions: C.permissions.filter(
|
|
@@ -3044,7 +3044,7 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3044
3044
|
"restaurantId",
|
|
3045
3045
|
v.value.map((C) => C._id)
|
|
3046
3046
|
);
|
|
3047
|
-
}), N =
|
|
3047
|
+
}), N = B(() => {
|
|
3048
3048
|
const M = s.inheritPermissions.map((C) => ({
|
|
3049
3049
|
...C,
|
|
3050
3050
|
permissions: C.permissions.filter((S) => S.subject === le.Subject.Business.role)
|
|
@@ -3059,13 +3059,13 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3059
3059
|
le.Subject.Business.role,
|
|
3060
3060
|
le.Subject.Restaurant.restaurant,
|
|
3061
3061
|
le.Subject.Business.inventory_stock
|
|
3062
|
-
], w =
|
|
3062
|
+
], w = B(() => {
|
|
3063
3063
|
var C;
|
|
3064
3064
|
const M = (C = n.value) == null ? void 0 : C.find(
|
|
3065
3065
|
(S) => S.subject === le.Subject.Business.inventory_stock
|
|
3066
3066
|
);
|
|
3067
3067
|
return M ? M.conditions ? JSON.parse(M.conditions).warehouseId.$in : null : [];
|
|
3068
|
-
}), T = Fe([]), L =
|
|
3068
|
+
}), T = Fe([]), L = B(() => T.value.map((M) => ({
|
|
3069
3069
|
label: M.profile.name,
|
|
3070
3070
|
value: M._id
|
|
3071
3071
|
})));
|
|
@@ -3075,53 +3075,53 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3075
3075
|
}
|
|
3076
3076
|
function i(M, C) {
|
|
3077
3077
|
let S = ut(
|
|
3078
|
-
M.filter((
|
|
3078
|
+
M.filter((J) => J.subject !== le.Subject.Business.inventory_stock)
|
|
3079
3079
|
);
|
|
3080
3080
|
if (!C || C.length > 0) {
|
|
3081
|
-
const
|
|
3081
|
+
const J = {
|
|
3082
3082
|
actions: [le.Action.manage],
|
|
3083
3083
|
subject: le.Subject.Business.inventory_stock
|
|
3084
3084
|
};
|
|
3085
|
-
C && (
|
|
3085
|
+
C && (J.conditions = JSON.stringify({ warehouseId: { $in: C } })), S.push(J);
|
|
3086
3086
|
}
|
|
3087
3087
|
return S;
|
|
3088
3088
|
}
|
|
3089
|
-
const { restaurants: v } = qn(), d = cs().roles,
|
|
3089
|
+
const { restaurants: v } = qn(), d = cs().roles, f = B(() => v.value.map((M) => ({
|
|
3090
3090
|
label: `${M.profile.code ? M.profile.code + "-" : ""}${M.profile.name}`,
|
|
3091
3091
|
value: M._id
|
|
3092
|
-
}))), b =
|
|
3092
|
+
}))), b = B(() => v.value.reduce((M, C) => (M[C._id] = d.value.filter((S) => S.restaurants.some((J) => J.id === C._id)).map((S) => S._id), M), {})), h = B(() => as(n.value));
|
|
3093
3093
|
function D(M) {
|
|
3094
|
-
const C =
|
|
3094
|
+
const C = $(n.value, M);
|
|
3095
3095
|
n.value = C;
|
|
3096
3096
|
}
|
|
3097
|
-
const U =
|
|
3098
|
-
function
|
|
3099
|
-
var
|
|
3097
|
+
const U = B(() => rs(n.value));
|
|
3098
|
+
function $(M, C) {
|
|
3099
|
+
var J;
|
|
3100
3100
|
let S = ut(
|
|
3101
3101
|
M.filter(
|
|
3102
|
-
(
|
|
3102
|
+
(V) => V.subject !== le.Subject.Business.restaurant && V.subject !== le.Subject.Restaurant.restaurant
|
|
3103
3103
|
)
|
|
3104
3104
|
);
|
|
3105
3105
|
if (!C || C.length > 0) {
|
|
3106
3106
|
const {
|
|
3107
|
-
category:
|
|
3107
|
+
category: V,
|
|
3108
3108
|
showByFeatureFlag: F,
|
|
3109
3109
|
...ae
|
|
3110
3110
|
} = os.restaurant;
|
|
3111
3111
|
S.push(ae);
|
|
3112
|
-
const
|
|
3112
|
+
const H = {
|
|
3113
3113
|
actions: [le.Action.manage],
|
|
3114
3114
|
subject: le.Subject.Restaurant.restaurant
|
|
3115
3115
|
};
|
|
3116
|
-
C && (
|
|
3116
|
+
C && (H.conditions = JSON.stringify({ restaurantId: { $in: C } })), S.push(H);
|
|
3117
3117
|
}
|
|
3118
3118
|
if (C) {
|
|
3119
|
-
const
|
|
3119
|
+
const V = [
|
|
3120
3120
|
...new Set(C.map((ae) => b.value[ae]).flatMap((ae) => ae))
|
|
3121
3121
|
], F = d.value.map((ae) => ae._id);
|
|
3122
|
-
|
|
3122
|
+
V.length !== F.length && (S = P(
|
|
3123
3123
|
S,
|
|
3124
|
-
(
|
|
3124
|
+
(J = U.value || F) == null ? void 0 : J.filter((ae) => V.includes(ae))
|
|
3125
3125
|
));
|
|
3126
3126
|
}
|
|
3127
3127
|
return S;
|
|
@@ -3132,15 +3132,15 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3132
3132
|
}
|
|
3133
3133
|
function P(M, C) {
|
|
3134
3134
|
let S = ut(
|
|
3135
|
-
M.filter((
|
|
3135
|
+
M.filter((J) => J.subject !== le.Subject.Business.role)
|
|
3136
3136
|
);
|
|
3137
3137
|
if (C && C.length > 0) {
|
|
3138
|
-
const
|
|
3138
|
+
const J = {
|
|
3139
3139
|
actions: [le.Action.manage],
|
|
3140
3140
|
subject: le.Subject.Business.role,
|
|
3141
3141
|
conditions: JSON.stringify({ roleId: { $in: C } })
|
|
3142
3142
|
};
|
|
3143
|
-
S.push(
|
|
3143
|
+
S.push(J);
|
|
3144
3144
|
}
|
|
3145
3145
|
return S;
|
|
3146
3146
|
}
|
|
@@ -3150,36 +3150,36 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3150
3150
|
u()
|
|
3151
3151
|
]);
|
|
3152
3152
|
});
|
|
3153
|
-
const q =
|
|
3153
|
+
const q = B(
|
|
3154
3154
|
() => Tt(
|
|
3155
3155
|
n.value,
|
|
3156
3156
|
kt
|
|
3157
3157
|
)
|
|
3158
3158
|
);
|
|
3159
|
-
function
|
|
3159
|
+
function He(M) {
|
|
3160
3160
|
const C = new Set(
|
|
3161
3161
|
q.value.filter((F) => !F.inverted).map((F) => F.subject)
|
|
3162
3162
|
), S = new Set(
|
|
3163
3163
|
M.filter((F) => !F.inverted).map((F) => F.subject)
|
|
3164
|
-
),
|
|
3164
|
+
), J = new Set(
|
|
3165
3165
|
n.value.filter((F) => !F.inverted).map((F) => F.subject)
|
|
3166
3166
|
);
|
|
3167
|
-
let
|
|
3167
|
+
let V = [...n.value];
|
|
3168
3168
|
for (const F of C)
|
|
3169
|
-
S.has(F) || (
|
|
3170
|
-
|
|
3169
|
+
S.has(F) || (J.has(F) && (V = V.filter((H) => H.subject !== F)), (!J.has(F) || Tt(
|
|
3170
|
+
V,
|
|
3171
3171
|
kt
|
|
3172
|
-
).some((
|
|
3172
|
+
).some((H) => H.subject === F && !H.inverted)) && !V.some((H) => H.subject === F && H.inverted) && V.push({ subject: F, actions: ["manage"], inverted: !0 }));
|
|
3173
3173
|
for (const F of S)
|
|
3174
3174
|
if (!C.has(F)) {
|
|
3175
|
-
const ae =
|
|
3176
|
-
if (
|
|
3177
|
-
const
|
|
3175
|
+
const ae = V.some((H) => H.subject === F && H.inverted);
|
|
3176
|
+
if (V = V.filter((H) => !(H.subject === F && H.inverted)), !ae && !J.has(F)) {
|
|
3177
|
+
const H = M.find(
|
|
3178
3178
|
(de) => de.subject === F && !de.inverted
|
|
3179
3179
|
), he = m(F);
|
|
3180
|
-
if (he &&
|
|
3180
|
+
if (he && H) {
|
|
3181
3181
|
const { category: de, showByFeatureFlag: De, ...K } = he;
|
|
3182
|
-
|
|
3182
|
+
V.push({ ...K, actions: H.actions });
|
|
3183
3183
|
}
|
|
3184
3184
|
}
|
|
3185
3185
|
}
|
|
@@ -3187,29 +3187,29 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3187
3187
|
if (!C.has(F)) continue;
|
|
3188
3188
|
const ae = q.value.find(
|
|
3189
3189
|
(K) => K.subject === F && !K.inverted
|
|
3190
|
-
),
|
|
3191
|
-
if (!ae || !
|
|
3192
|
-
const he = new Set(ae.actions), de = new Set(
|
|
3190
|
+
), H = M.find((K) => K.subject === F && !K.inverted);
|
|
3191
|
+
if (!ae || !H) continue;
|
|
3192
|
+
const he = new Set(ae.actions), de = new Set(H.actions);
|
|
3193
3193
|
if (he.size === de.size && [...he].every((K) => de.has(K)))
|
|
3194
3194
|
continue;
|
|
3195
|
-
const De =
|
|
3195
|
+
const De = V.findIndex((K) => K.subject === F && !K.inverted);
|
|
3196
3196
|
if (De >= 0)
|
|
3197
|
-
|
|
3197
|
+
V[De] = { ...V[De], actions: Array.from(de) };
|
|
3198
3198
|
else {
|
|
3199
3199
|
const K = m(F);
|
|
3200
3200
|
if (K) {
|
|
3201
|
-
const { category: ge, showByFeatureFlag:
|
|
3202
|
-
|
|
3201
|
+
const { category: ge, showByFeatureFlag: $e, ...Je } = K;
|
|
3202
|
+
V.push({ ...Je, actions: Array.from(de) });
|
|
3203
3203
|
}
|
|
3204
3204
|
}
|
|
3205
3205
|
he.has("manage") && !de.has("manage") && Tt(
|
|
3206
|
-
|
|
3206
|
+
V,
|
|
3207
3207
|
kt
|
|
3208
3208
|
).some(
|
|
3209
3209
|
(ge) => ge.subject === F && !ge.inverted && ge.actions.includes("manage")
|
|
3210
|
-
) && !
|
|
3210
|
+
) && !V.some((ge) => ge.subject === F && ge.inverted) && V.push({ subject: F, actions: ["manage"], inverted: !0 }), !he.has("manage") && de.has("manage") && (V = V.filter((K) => !(K.subject === F && K.inverted)));
|
|
3211
3211
|
}
|
|
3212
|
-
n.value =
|
|
3212
|
+
n.value = V;
|
|
3213
3213
|
}
|
|
3214
3214
|
return St(
|
|
3215
3215
|
n,
|
|
@@ -3217,47 +3217,47 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3217
3217
|
l("permissionChanged", M);
|
|
3218
3218
|
},
|
|
3219
3219
|
{ deep: !0 }
|
|
3220
|
-
), (M, C) => (G(),
|
|
3220
|
+
), (M, C) => (G(), Q("div", Pr, [
|
|
3221
3221
|
ee("div", Fr, [
|
|
3222
3222
|
me(Rr, {
|
|
3223
3223
|
"model-value": q.value,
|
|
3224
3224
|
"excluded-subjects": R,
|
|
3225
|
-
"additional-permissions": ye(
|
|
3226
|
-
"onUpdate:modelValue":
|
|
3225
|
+
"additional-permissions": ye(_),
|
|
3226
|
+
"onUpdate:modelValue": He
|
|
3227
3227
|
}, we({ _: 2 }, [
|
|
3228
|
-
|
|
3228
|
+
fe(g.value, (S) => ({
|
|
3229
3229
|
name: `checkbox-${S.id}-append`,
|
|
3230
|
-
fn:
|
|
3230
|
+
fn: _e(() => [
|
|
3231
3231
|
me(it, { item: S }, null, 8, ["item"])
|
|
3232
3232
|
])
|
|
3233
3233
|
}))
|
|
3234
3234
|
]), 1032, ["model-value", "additional-permissions"])
|
|
3235
3235
|
]),
|
|
3236
|
-
ee("div",
|
|
3236
|
+
ee("div", jr, [
|
|
3237
3237
|
me(Ln, {
|
|
3238
3238
|
"model-value": w.value,
|
|
3239
3239
|
options: L.value,
|
|
3240
3240
|
context: ye(a)("team.labels.warehouse"),
|
|
3241
3241
|
"onUpdate:modelValue": c
|
|
3242
3242
|
}, we({ _: 2 }, [
|
|
3243
|
-
|
|
3243
|
+
fe(y.value, (S) => ({
|
|
3244
3244
|
name: `checkbox-${S.id}-append`,
|
|
3245
|
-
fn:
|
|
3245
|
+
fn: _e(() => [
|
|
3246
3246
|
me(it, { item: S }, null, 8, ["item"])
|
|
3247
3247
|
])
|
|
3248
3248
|
}))
|
|
3249
3249
|
]), 1032, ["model-value", "options", "context"])
|
|
3250
3250
|
]),
|
|
3251
|
-
ee("div",
|
|
3251
|
+
ee("div", Vr, [
|
|
3252
3252
|
me(Ln, {
|
|
3253
3253
|
"model-value": h.value,
|
|
3254
|
-
options:
|
|
3254
|
+
options: f.value,
|
|
3255
3255
|
context: ye(a)("team.labels.restaurant"),
|
|
3256
3256
|
"onUpdate:modelValue": D
|
|
3257
3257
|
}, we({ _: 2 }, [
|
|
3258
|
-
|
|
3258
|
+
fe(k.value, (S) => ({
|
|
3259
3259
|
name: `checkbox-${S.id}-append`,
|
|
3260
|
-
fn:
|
|
3260
|
+
fn: _e(() => [
|
|
3261
3261
|
me(it, { item: S }, null, 8, ["item"])
|
|
3262
3262
|
])
|
|
3263
3263
|
}))
|
|
@@ -3270,9 +3270,9 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3270
3270
|
"restaurant-ids": h.value,
|
|
3271
3271
|
"onUpdate:modelValue": ce
|
|
3272
3272
|
}, we({ _: 2 }, [
|
|
3273
|
-
|
|
3273
|
+
fe(N.value, (S) => ({
|
|
3274
3274
|
name: `checkbox-${S.id}-append`,
|
|
3275
|
-
fn:
|
|
3275
|
+
fn: _e(() => [
|
|
3276
3276
|
me(it, { item: S }, null, 8, ["item"])
|
|
3277
3277
|
])
|
|
3278
3278
|
}))
|
|
@@ -3282,6 +3282,6 @@ const br = { class: "col flex items-center" }, hr = {
|
|
|
3282
3282
|
}
|
|
3283
3283
|
});
|
|
3284
3284
|
export {
|
|
3285
|
-
|
|
3286
|
-
|
|
3285
|
+
Qt as _,
|
|
3286
|
+
$r as a
|
|
3287
3287
|
};
|