@feedmepos/mf-hrm-portal 2.0.1-dev → 2.0.2
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-DZENrFVl.js → AuditLogList-DmzjFNtu.js} +4 -4
- package/dist/{EmployeeList-DJ-Lx4RI.js → EmployeeList-C0P01r8f.js} +5 -5
- package/dist/{Main-Dp5EpNkO.js → Main-C4bwcSak.js} +5 -5
- package/dist/{Main-BiTy1HOn.js → Main-Ea3YRYRi.js} +8 -8
- package/dist/{PermissionSetList-_pXwG00F.js → PermissionSetList-BConvvPI.js} +3 -3
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DrU4O0ww.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Bh8iS3gP.js} +571 -571
- package/dist/{RoleList-Ky-QqbsY.js → RoleList-DPFSIcJM.js} +6 -6
- package/dist/{TeamMemberList-DRrHuY31.js → TeamMemberList-2X_3s91v.js} +7 -7
- package/dist/{TimesheetList-BHHH42rb.js → TimesheetList-D_aRlhAF.js} +6 -6
- package/dist/{app-BA8Bg7Fs.js → app-D3XzDpIl.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CEZE1nhx.js → dayjs.min-CgKI64Kb.js} +1 -1
- package/dist/{employee-pAypR6MP.js → employee-DiMO7OBV.js} +3 -3
- package/dist/{index-bp5uff_3.js → index-BNwH5i7v.js} +199 -199
- package/dist/{index-C-bqkIkl.js → index-D-9VSDyv.js} +1 -1
- package/dist/{lodash-D4y44Bjw.js → lodash-JVfJjN55.js} +1 -1
- package/dist/{team-DcE1JQXZ.js → team-CpDDOMg5.js} +1 -1
- package/dist/{timesheet-DLosZfP0.js → timesheet-B7pXd6CJ.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-BMisdZ57.js → useAppStore-CRiXBv8h.js} +1 -1
- package/dist/{useLoading-JdhZp_cM.js → useLoading-TD1OqZ-E.js} +1 -1
- package/dist/{useReportPermissions-OjM-nHtC.js → useReportPermissions-VXbSUZR5.js} +2 -2
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { getCurrentInstance as
|
|
1
|
+
import { getCurrentInstance as Vt, inject as Hn, ref as Re, shallowRef as Bn, computed as Z, watch as St, onMounted as Wt, onUnmounted as On, defineComponent as _e, h as Rn, createVNode as ie, Text as $n, Fragment as je, resolveComponent as xe, createBlock as Se, openBlock as z, withCtx as ce, createElementVNode as ae, createElementBlock as le, toDisplayString as Xe, unref as Ee, renderList as pe, renderSlot as me, createCommentVNode as ye, createTextVNode as Jn, useSlots as zn, normalizeStyle as st, normalizeClass as Qe, createSlots as Le, nextTick as Kn, mergeModels as zt, useModel as Qn } from "vue";
|
|
2
2
|
import { useI18n as ct, useCoreStore as qn } from "@feedmepos/mf-common";
|
|
3
3
|
import "@vue/devtools-api";
|
|
4
|
-
import { l as rt, p as lt, g as es, b as ts, B as ns, C as Tt, D as ss, v as rs, $ as
|
|
5
|
-
import { p as as, a as q, w as ls, N as
|
|
6
|
-
import { u as os } from "./index-
|
|
7
|
-
import { u as is } from "./useAppStore-
|
|
4
|
+
import { l as rt, p as lt, g as es, b as ts, B as ns, C as Tt, D as ss, v as rs, $ as Kt } from "./index-BNwH5i7v.js";
|
|
5
|
+
import { p as as, a as q, w as ls, N as Qt } from "./app-D3XzDpIl.js";
|
|
6
|
+
import { u as os } from "./index-D-9VSDyv.js";
|
|
7
|
+
import { u as is } from "./useAppStore-CRiXBv8h.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", Ce = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), cs = (e, t, n) => us({ l: e, k: t, s: n }), us = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), ee = (e) => typeof e == "number" && isFinite(e), ms = (e) => Gt(e) === "[object Date]", ot = (e) => Gt(e) === "[object RegExp]", ut = (e) => F(e) && Object.keys(e).length === 0, te = Object.assign, ds = Object.create, W = (e = null) => ds(e);
|
|
14
14
|
let en;
|
|
15
|
-
const
|
|
15
|
+
const Oe = () => en || (en = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : W());
|
|
16
16
|
function tn(e) {
|
|
17
17
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
18
18
|
}
|
|
@@ -20,14 +20,14 @@ const _s = Object.prototype.hasOwnProperty;
|
|
|
20
20
|
function de(e, t) {
|
|
21
21
|
return _s.call(e, t);
|
|
22
22
|
}
|
|
23
|
-
const
|
|
23
|
+
const Q = Array.isArray, H = (e) => typeof e == "function", R = (e) => typeof e == "string", K = (e) => typeof e == "boolean", U = (e) => e !== null && typeof e == "object", fs = (e) => U(e) && H(e.then) && H(e.catch), Sn = Object.prototype.toString, Gt = (e) => Sn.call(e), F = (e) => Gt(e) === "[object Object]", ps = (e) => e == null ? "" : Q(e) || F(e) && e.toString === Sn ? 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
|
}
|
|
27
|
-
function
|
|
27
|
+
function hs(e, t) {
|
|
28
28
|
typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
|
|
29
29
|
}
|
|
30
|
-
const qe = (e) => !
|
|
30
|
+
const qe = (e) => !U(e) || Q(e);
|
|
31
31
|
function at(e, t) {
|
|
32
32
|
if (qe(e) || qe(t))
|
|
33
33
|
throw new Error("Invalid value");
|
|
@@ -35,17 +35,17 @@ function at(e, t) {
|
|
|
35
35
|
for (; n.length; ) {
|
|
36
36
|
const { src: s, des: l } = n.pop();
|
|
37
37
|
Object.keys(s).forEach((r) => {
|
|
38
|
-
r !== "__proto__" && (
|
|
38
|
+
r !== "__proto__" && (U(s[r]) && !U(l[r]) && (l[r] = Array.isArray(s[r]) ? [] : W()), qe(l[r]) || qe(s[r]) ? l[r] = s[r] : n.push({ src: s[r], des: l[r] }));
|
|
39
39
|
});
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function bs(e, t, n) {
|
|
43
43
|
return { line: e, column: t, offset: n };
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function Ct(e, t, n) {
|
|
46
46
|
return { start: e, end: t };
|
|
47
47
|
}
|
|
48
|
-
const
|
|
48
|
+
const V = {
|
|
49
49
|
// tokenizer error codes
|
|
50
50
|
EXPECTED_TOKEN: 1,
|
|
51
51
|
INVALID_TOKEN_IN_PLACEHOLDER: 2,
|
|
@@ -70,14 +70,14 @@ function mt(e, t, n = {}) {
|
|
|
70
70
|
function Es(e) {
|
|
71
71
|
throw e;
|
|
72
72
|
}
|
|
73
|
-
const
|
|
73
|
+
const he = " ", Is = "\r", re = `
|
|
74
74
|
`, vs = "\u2028", Ns = "\u2029";
|
|
75
75
|
function Ts(e) {
|
|
76
76
|
const t = e;
|
|
77
77
|
let n = 0, s = 1, l = 1, r = 0;
|
|
78
|
-
const u = (v) => t[v] === Is && t[v + 1] === re, m = (v) => t[v] === re, c = (v) => t[v] === Ns, f = (v) => t[v] === vs,
|
|
78
|
+
const u = (v) => t[v] === Is && t[v + 1] === re, m = (v) => t[v] === re, c = (v) => t[v] === Ns, f = (v) => t[v] === vs, h = (v) => u(v) || m(v) || c(v) || f(v), E = () => n, g = () => s, k = () => l, M = () => r, T = (v) => u(v) || c(v) || f(v) ? re : t[v], L = () => T(n), i = () => T(n + r);
|
|
79
79
|
function d() {
|
|
80
|
-
return r = 0,
|
|
80
|
+
return r = 0, h(n) && (s++, l = 0), u(n) && n++, n++, l++, t[n];
|
|
81
81
|
}
|
|
82
82
|
function N() {
|
|
83
83
|
return u(n + r) && r++, r++, t[n + r];
|
|
@@ -85,7 +85,7 @@ function Ts(e) {
|
|
|
85
85
|
function p() {
|
|
86
86
|
n = 0, s = 1, l = 1, r = 0;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function O(v = 0) {
|
|
89
89
|
r = v;
|
|
90
90
|
}
|
|
91
91
|
function y() {
|
|
@@ -100,18 +100,18 @@ function Ts(e) {
|
|
|
100
100
|
column: k,
|
|
101
101
|
peekOffset: M,
|
|
102
102
|
charAt: T,
|
|
103
|
-
currentChar:
|
|
103
|
+
currentChar: L,
|
|
104
104
|
currentPeek: i,
|
|
105
105
|
next: d,
|
|
106
106
|
peek: N,
|
|
107
107
|
reset: p,
|
|
108
|
-
resetPeek:
|
|
108
|
+
resetPeek: O,
|
|
109
109
|
skipToPeek: y
|
|
110
110
|
};
|
|
111
111
|
}
|
|
112
112
|
const Ie = void 0, ks = ".", nn = "'", ys = "tokenizer";
|
|
113
|
-
function
|
|
114
|
-
const n = t.location !== !1, s = Ts(e), l = () => s.index(), r = () =>
|
|
113
|
+
function Ls(e, t = {}) {
|
|
114
|
+
const n = t.location !== !1, s = Ts(e), l = () => s.index(), r = () => bs(s.line(), s.column(), s.index()), u = r(), m = l(), c = {
|
|
115
115
|
currentType: 13,
|
|
116
116
|
offset: m,
|
|
117
117
|
startLoc: u,
|
|
@@ -123,21 +123,21 @@ function Os(e, t = {}) {
|
|
|
123
123
|
braceNest: 0,
|
|
124
124
|
inLinked: !1,
|
|
125
125
|
text: ""
|
|
126
|
-
}, f = () => c, { onError:
|
|
127
|
-
function E(a, o,
|
|
128
|
-
const
|
|
129
|
-
if (o.column +=
|
|
130
|
-
const w = n ?
|
|
126
|
+
}, f = () => c, { onError: h } = t;
|
|
127
|
+
function E(a, o, b, ...A) {
|
|
128
|
+
const $ = f();
|
|
129
|
+
if (o.column += b, o.offset += b, h) {
|
|
130
|
+
const w = n ? Ct($.startLoc, o) : null, _ = mt(a, w, {
|
|
131
131
|
domain: ys,
|
|
132
132
|
args: A
|
|
133
133
|
});
|
|
134
|
-
|
|
134
|
+
h(_);
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
function g(a, o,
|
|
137
|
+
function g(a, o, b) {
|
|
138
138
|
a.endLoc = r(), a.currentType = o;
|
|
139
139
|
const A = { type: o };
|
|
140
|
-
return n && (A.loc =
|
|
140
|
+
return n && (A.loc = Ct(a.startLoc, a.endLoc)), b != null && (A.value = b), A;
|
|
141
141
|
}
|
|
142
142
|
const k = (a) => g(
|
|
143
143
|
a,
|
|
@@ -145,15 +145,15 @@ function Os(e, t = {}) {
|
|
|
145
145
|
/* TokenTypes.EOF */
|
|
146
146
|
);
|
|
147
147
|
function M(a, o) {
|
|
148
|
-
return a.currentChar() === o ? (a.next(), o) : (E(
|
|
148
|
+
return a.currentChar() === o ? (a.next(), o) : (E(V.EXPECTED_TOKEN, r(), 0, o), "");
|
|
149
149
|
}
|
|
150
150
|
function T(a) {
|
|
151
151
|
let o = "";
|
|
152
|
-
for (; a.currentPeek() ===
|
|
152
|
+
for (; a.currentPeek() === he || a.currentPeek() === re; )
|
|
153
153
|
o += a.currentPeek(), a.peek();
|
|
154
154
|
return o;
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function L(a) {
|
|
157
157
|
const o = T(a);
|
|
158
158
|
return a.skipToPeek(), o;
|
|
159
159
|
}
|
|
@@ -172,62 +172,62 @@ function Os(e, t = {}) {
|
|
|
172
172
|
return o >= 48 && o <= 57;
|
|
173
173
|
}
|
|
174
174
|
function N(a, o) {
|
|
175
|
-
const { currentType:
|
|
176
|
-
if (
|
|
175
|
+
const { currentType: b } = o;
|
|
176
|
+
if (b !== 2)
|
|
177
177
|
return !1;
|
|
178
178
|
T(a);
|
|
179
179
|
const A = i(a.currentPeek());
|
|
180
180
|
return a.resetPeek(), A;
|
|
181
181
|
}
|
|
182
182
|
function p(a, o) {
|
|
183
|
-
const { currentType:
|
|
184
|
-
if (
|
|
183
|
+
const { currentType: b } = o;
|
|
184
|
+
if (b !== 2)
|
|
185
185
|
return !1;
|
|
186
186
|
T(a);
|
|
187
|
-
const A = a.currentPeek() === "-" ? a.peek() : a.currentPeek(),
|
|
188
|
-
return a.resetPeek(),
|
|
187
|
+
const A = a.currentPeek() === "-" ? a.peek() : a.currentPeek(), $ = d(A);
|
|
188
|
+
return a.resetPeek(), $;
|
|
189
189
|
}
|
|
190
|
-
function
|
|
191
|
-
const { currentType:
|
|
192
|
-
if (
|
|
190
|
+
function O(a, o) {
|
|
191
|
+
const { currentType: b } = o;
|
|
192
|
+
if (b !== 2)
|
|
193
193
|
return !1;
|
|
194
194
|
T(a);
|
|
195
195
|
const A = a.currentPeek() === nn;
|
|
196
196
|
return a.resetPeek(), A;
|
|
197
197
|
}
|
|
198
198
|
function y(a, o) {
|
|
199
|
-
const { currentType:
|
|
200
|
-
if (
|
|
199
|
+
const { currentType: b } = o;
|
|
200
|
+
if (b !== 7)
|
|
201
201
|
return !1;
|
|
202
202
|
T(a);
|
|
203
203
|
const A = a.currentPeek() === ".";
|
|
204
204
|
return a.resetPeek(), A;
|
|
205
205
|
}
|
|
206
206
|
function v(a, o) {
|
|
207
|
-
const { currentType:
|
|
208
|
-
if (
|
|
207
|
+
const { currentType: b } = o;
|
|
208
|
+
if (b !== 8)
|
|
209
209
|
return !1;
|
|
210
210
|
T(a);
|
|
211
211
|
const A = i(a.currentPeek());
|
|
212
212
|
return a.resetPeek(), A;
|
|
213
213
|
}
|
|
214
214
|
function x(a, o) {
|
|
215
|
-
const { currentType:
|
|
216
|
-
if (!(
|
|
215
|
+
const { currentType: b } = o;
|
|
216
|
+
if (!(b === 7 || b === 11))
|
|
217
217
|
return !1;
|
|
218
218
|
T(a);
|
|
219
219
|
const A = a.currentPeek() === ":";
|
|
220
220
|
return a.resetPeek(), A;
|
|
221
221
|
}
|
|
222
222
|
function Y(a, o) {
|
|
223
|
-
const { currentType:
|
|
224
|
-
if (
|
|
223
|
+
const { currentType: b } = o;
|
|
224
|
+
if (b !== 9)
|
|
225
225
|
return !1;
|
|
226
226
|
const A = () => {
|
|
227
227
|
const w = a.currentPeek();
|
|
228
|
-
return w === "{" ? i(a.peek()) : w === "@" || w === "|" || w === ":" || w === "." || w ===
|
|
229
|
-
},
|
|
230
|
-
return a.resetPeek(),
|
|
228
|
+
return w === "{" ? i(a.peek()) : w === "@" || w === "|" || w === ":" || w === "." || w === he || !w ? !1 : w === re ? (a.peek(), A()) : oe(a, !1);
|
|
229
|
+
}, $ = A();
|
|
230
|
+
return a.resetPeek(), $;
|
|
231
231
|
}
|
|
232
232
|
function ne(a) {
|
|
233
233
|
T(a);
|
|
@@ -235,17 +235,17 @@ function Os(e, t = {}) {
|
|
|
235
235
|
return a.resetPeek(), o;
|
|
236
236
|
}
|
|
237
237
|
function oe(a, o = !0) {
|
|
238
|
-
const
|
|
238
|
+
const b = ($ = !1, w = "") => {
|
|
239
239
|
const _ = a.currentPeek();
|
|
240
|
-
return _ === "{" || _ === "@" || !_ ?
|
|
241
|
-
}, A =
|
|
240
|
+
return _ === "{" || _ === "@" || !_ ? $ : _ === "|" ? !(w === he || w === re) : _ === he ? (a.peek(), b(!0, he)) : _ === re ? (a.peek(), b(!0, re)) : !0;
|
|
241
|
+
}, A = b();
|
|
242
242
|
return o && a.resetPeek(), A;
|
|
243
243
|
}
|
|
244
|
-
function
|
|
245
|
-
const
|
|
246
|
-
return
|
|
244
|
+
function S(a, o) {
|
|
245
|
+
const b = a.currentChar();
|
|
246
|
+
return b === Ie ? Ie : o(b) ? (a.next(), b) : null;
|
|
247
247
|
}
|
|
248
|
-
function
|
|
248
|
+
function C(a) {
|
|
249
249
|
const o = a.charCodeAt(0);
|
|
250
250
|
return o >= 97 && o <= 122 || // a-z
|
|
251
251
|
o >= 65 && o <= 90 || // A-Z
|
|
@@ -254,7 +254,7 @@ function Os(e, t = {}) {
|
|
|
254
254
|
o === 36;
|
|
255
255
|
}
|
|
256
256
|
function D(a) {
|
|
257
|
-
return
|
|
257
|
+
return S(a, C);
|
|
258
258
|
}
|
|
259
259
|
function X(a) {
|
|
260
260
|
const o = a.charCodeAt(0);
|
|
@@ -266,93 +266,93 @@ function Os(e, t = {}) {
|
|
|
266
266
|
o === 45;
|
|
267
267
|
}
|
|
268
268
|
function B(a) {
|
|
269
|
-
return
|
|
269
|
+
return S(a, X);
|
|
270
270
|
}
|
|
271
271
|
function P(a) {
|
|
272
272
|
const o = a.charCodeAt(0);
|
|
273
273
|
return o >= 48 && o <= 57;
|
|
274
274
|
}
|
|
275
275
|
function se(a) {
|
|
276
|
-
return
|
|
276
|
+
return S(a, P);
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function j(a) {
|
|
279
279
|
const o = a.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 Te(a) {
|
|
285
|
-
return
|
|
285
|
+
return S(a, j);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
let o = "",
|
|
287
|
+
function Ve(a) {
|
|
288
|
+
let o = "", b = "";
|
|
289
289
|
for (; o = se(a); )
|
|
290
|
-
|
|
291
|
-
return
|
|
290
|
+
b += o;
|
|
291
|
+
return b;
|
|
292
292
|
}
|
|
293
293
|
function We(a) {
|
|
294
294
|
let o = "";
|
|
295
295
|
for (; ; ) {
|
|
296
|
-
const
|
|
297
|
-
if (
|
|
296
|
+
const b = a.currentChar();
|
|
297
|
+
if (b === "{" || b === "}" || b === "@" || b === "|" || !b)
|
|
298
298
|
break;
|
|
299
|
-
if (
|
|
299
|
+
if (b === he || b === re)
|
|
300
300
|
if (oe(a))
|
|
301
|
-
o +=
|
|
301
|
+
o += b, a.next();
|
|
302
302
|
else {
|
|
303
303
|
if (ne(a))
|
|
304
304
|
break;
|
|
305
|
-
o +=
|
|
305
|
+
o += b, a.next();
|
|
306
306
|
}
|
|
307
307
|
else
|
|
308
|
-
o +=
|
|
308
|
+
o += b, a.next();
|
|
309
309
|
}
|
|
310
310
|
return o;
|
|
311
311
|
}
|
|
312
312
|
function ft(a) {
|
|
313
|
-
|
|
314
|
-
let o = "",
|
|
313
|
+
L(a);
|
|
314
|
+
let o = "", b = "";
|
|
315
315
|
for (; o = B(a); )
|
|
316
|
-
|
|
317
|
-
return a.currentChar() === Ie && E(
|
|
316
|
+
b += o;
|
|
317
|
+
return a.currentChar() === Ie && E(V.UNTERMINATED_CLOSING_BRACE, r(), 0), b;
|
|
318
318
|
}
|
|
319
319
|
function pt(a) {
|
|
320
|
-
|
|
320
|
+
L(a);
|
|
321
321
|
let o = "";
|
|
322
|
-
return a.currentChar() === "-" ? (a.next(), o += `-${
|
|
322
|
+
return a.currentChar() === "-" ? (a.next(), o += `-${Ve(a)}`) : o += Ve(a), a.currentChar() === Ie && E(V.UNTERMINATED_CLOSING_BRACE, r(), 0), o;
|
|
323
323
|
}
|
|
324
|
-
function
|
|
324
|
+
function Jt(a) {
|
|
325
325
|
return a !== nn && a !== re;
|
|
326
326
|
}
|
|
327
|
-
function
|
|
328
|
-
|
|
329
|
-
let o = "",
|
|
330
|
-
for (; o =
|
|
331
|
-
o === "\\" ?
|
|
327
|
+
function ht(a) {
|
|
328
|
+
L(a), M(a, "'");
|
|
329
|
+
let o = "", b = "";
|
|
330
|
+
for (; o = S(a, Jt); )
|
|
331
|
+
o === "\\" ? b += bt(a) : b += o;
|
|
332
332
|
const A = a.currentChar();
|
|
333
|
-
return A === re || A === Ie ? (E(
|
|
333
|
+
return A === re || A === Ie ? (E(V.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, r(), 0), A === re && (a.next(), M(a, "'")), b) : (M(a, "'"), b);
|
|
334
334
|
}
|
|
335
|
-
function
|
|
335
|
+
function bt(a) {
|
|
336
336
|
const o = a.currentChar();
|
|
337
337
|
switch (o) {
|
|
338
338
|
case "\\":
|
|
339
339
|
case "'":
|
|
340
340
|
return a.next(), `\\${o}`;
|
|
341
341
|
case "u":
|
|
342
|
-
return
|
|
342
|
+
return ze(a, o, 4);
|
|
343
343
|
case "U":
|
|
344
|
-
return
|
|
344
|
+
return ze(a, o, 6);
|
|
345
345
|
default:
|
|
346
|
-
return E(
|
|
346
|
+
return E(V.UNKNOWN_ESCAPE_SEQUENCE, r(), 0, o), "";
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
function
|
|
349
|
+
function ze(a, o, b) {
|
|
350
350
|
M(a, o);
|
|
351
351
|
let A = "";
|
|
352
|
-
for (let
|
|
352
|
+
for (let $ = 0; $ < b; $++) {
|
|
353
353
|
const w = Te(a);
|
|
354
354
|
if (!w) {
|
|
355
|
-
E(
|
|
355
|
+
E(V.INVALID_UNICODE_ESCAPE_SEQUENCE, r(), 0, `\\${o}${A}${a.currentChar()}`);
|
|
356
356
|
break;
|
|
357
357
|
}
|
|
358
358
|
A += w;
|
|
@@ -360,80 +360,80 @@ function Os(e, t = {}) {
|
|
|
360
360
|
return `\\${o}${A}`;
|
|
361
361
|
}
|
|
362
362
|
function gt(a) {
|
|
363
|
-
return a !== "{" && a !== "}" && a !==
|
|
363
|
+
return a !== "{" && a !== "}" && a !== he && a !== re;
|
|
364
364
|
}
|
|
365
365
|
function Et(a) {
|
|
366
|
-
|
|
367
|
-
let o = "",
|
|
368
|
-
for (; o =
|
|
369
|
-
|
|
370
|
-
return
|
|
366
|
+
L(a);
|
|
367
|
+
let o = "", b = "";
|
|
368
|
+
for (; o = S(a, gt); )
|
|
369
|
+
b += o;
|
|
370
|
+
return b;
|
|
371
371
|
}
|
|
372
372
|
function It(a) {
|
|
373
|
-
let o = "",
|
|
373
|
+
let o = "", b = "";
|
|
374
374
|
for (; o = D(a); )
|
|
375
|
-
|
|
376
|
-
return
|
|
375
|
+
b += o;
|
|
376
|
+
return b;
|
|
377
377
|
}
|
|
378
378
|
function vt(a) {
|
|
379
|
-
const o = (
|
|
379
|
+
const o = (b) => {
|
|
380
380
|
const A = a.currentChar();
|
|
381
|
-
return A === "{" || A === "@" || A === "|" || A === "(" || A === ")" || !A || A ===
|
|
381
|
+
return A === "{" || A === "@" || A === "|" || A === "(" || A === ")" || !A || A === he ? b : (b += A, a.next(), o(b));
|
|
382
382
|
};
|
|
383
383
|
return o("");
|
|
384
384
|
}
|
|
385
385
|
function Ge(a) {
|
|
386
|
-
|
|
386
|
+
L(a);
|
|
387
387
|
const o = M(
|
|
388
388
|
a,
|
|
389
389
|
"|"
|
|
390
390
|
/* TokenChars.Pipe */
|
|
391
391
|
);
|
|
392
|
-
return
|
|
392
|
+
return L(a), o;
|
|
393
393
|
}
|
|
394
394
|
function Ae(a, o) {
|
|
395
|
-
let
|
|
395
|
+
let b = null;
|
|
396
396
|
switch (a.currentChar()) {
|
|
397
397
|
case "{":
|
|
398
|
-
return o.braceNest >= 1 && E(
|
|
398
|
+
return o.braceNest >= 1 && E(V.NOT_ALLOW_NEST_PLACEHOLDER, r(), 0), a.next(), b = g(
|
|
399
399
|
o,
|
|
400
400
|
2,
|
|
401
401
|
"{"
|
|
402
402
|
/* TokenChars.BraceLeft */
|
|
403
|
-
),
|
|
403
|
+
), L(a), o.braceNest++, b;
|
|
404
404
|
case "}":
|
|
405
|
-
return o.braceNest > 0 && o.currentType === 2 && E(
|
|
405
|
+
return o.braceNest > 0 && o.currentType === 2 && E(V.EMPTY_PLACEHOLDER, r(), 0), a.next(), b = g(
|
|
406
406
|
o,
|
|
407
407
|
3,
|
|
408
408
|
"}"
|
|
409
409
|
/* TokenChars.BraceRight */
|
|
410
|
-
), o.braceNest--, o.braceNest > 0 &&
|
|
410
|
+
), o.braceNest--, o.braceNest > 0 && L(a), o.inLinked && o.braceNest === 0 && (o.inLinked = !1), b;
|
|
411
411
|
case "@":
|
|
412
|
-
return o.braceNest > 0 && E(
|
|
412
|
+
return o.braceNest > 0 && E(V.UNTERMINATED_CLOSING_BRACE, r(), 0), b = De(a, o) || k(o), o.braceNest = 0, b;
|
|
413
413
|
default: {
|
|
414
|
-
let
|
|
414
|
+
let $ = !0, w = !0, _ = !0;
|
|
415
415
|
if (ne(a))
|
|
416
|
-
return o.braceNest > 0 && E(
|
|
416
|
+
return o.braceNest > 0 && E(V.UNTERMINATED_CLOSING_BRACE, r(), 0), b = g(o, 1, Ge(a)), o.braceNest = 0, o.inLinked = !1, b;
|
|
417
417
|
if (o.braceNest > 0 && (o.currentType === 4 || o.currentType === 5 || o.currentType === 6))
|
|
418
|
-
return E(
|
|
419
|
-
if (
|
|
420
|
-
return
|
|
418
|
+
return E(V.UNTERMINATED_CLOSING_BRACE, r(), 0), o.braceNest = 0, Ze(a, o);
|
|
419
|
+
if ($ = N(a, o))
|
|
420
|
+
return b = g(o, 4, ft(a)), L(a), b;
|
|
421
421
|
if (w = p(a, o))
|
|
422
|
-
return
|
|
423
|
-
if (_ =
|
|
424
|
-
return
|
|
425
|
-
if (
|
|
426
|
-
return
|
|
422
|
+
return b = g(o, 5, pt(a)), L(a), b;
|
|
423
|
+
if (_ = O(a, o))
|
|
424
|
+
return b = g(o, 6, ht(a)), L(a), b;
|
|
425
|
+
if (!$ && !w && !_)
|
|
426
|
+
return b = g(o, 12, Et(a)), E(V.INVALID_TOKEN_IN_PLACEHOLDER, r(), 0, b.value), L(a), b;
|
|
427
427
|
break;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
return
|
|
430
|
+
return b;
|
|
431
431
|
}
|
|
432
432
|
function De(a, o) {
|
|
433
|
-
const { currentType:
|
|
433
|
+
const { currentType: b } = o;
|
|
434
434
|
let A = null;
|
|
435
|
-
const
|
|
436
|
-
switch ((
|
|
435
|
+
const $ = a.currentChar();
|
|
436
|
+
switch ((b === 7 || b === 8 || b === 11 || b === 9) && ($ === re || $ === he) && E(V.INVALID_LINKED_FORMAT, r(), 0), $) {
|
|
437
437
|
case "@":
|
|
438
438
|
return a.next(), A = g(
|
|
439
439
|
o,
|
|
@@ -442,25 +442,25 @@ function Os(e, t = {}) {
|
|
|
442
442
|
/* TokenChars.LinkedAlias */
|
|
443
443
|
), o.inLinked = !0, A;
|
|
444
444
|
case ".":
|
|
445
|
-
return
|
|
445
|
+
return L(a), a.next(), g(
|
|
446
446
|
o,
|
|
447
447
|
8,
|
|
448
448
|
"."
|
|
449
449
|
/* TokenChars.LinkedDot */
|
|
450
450
|
);
|
|
451
451
|
case ":":
|
|
452
|
-
return
|
|
452
|
+
return L(a), a.next(), g(
|
|
453
453
|
o,
|
|
454
454
|
9,
|
|
455
455
|
":"
|
|
456
456
|
/* TokenChars.LinkedDelimiter */
|
|
457
457
|
);
|
|
458
458
|
default:
|
|
459
|
-
return ne(a) ? (A = g(o, 1, Ge(a)), o.braceNest = 0, o.inLinked = !1, A) : y(a, o) || x(a, o) ? (
|
|
459
|
+
return ne(a) ? (A = g(o, 1, Ge(a)), o.braceNest = 0, o.inLinked = !1, A) : y(a, o) || x(a, o) ? (L(a), De(a, o)) : v(a, o) ? (L(a), g(o, 11, It(a))) : Y(a, o) ? (L(a), $ === "{" ? Ae(a, o) || A : g(o, 10, vt(a))) : (b === 7 && E(V.INVALID_LINKED_FORMAT, r(), 0), o.braceNest = 0, o.inLinked = !1, Ze(a, o));
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
function Ze(a, o) {
|
|
463
|
-
let
|
|
463
|
+
let b = {
|
|
464
464
|
type: 13
|
|
465
465
|
/* TokenTypes.EOF */
|
|
466
466
|
};
|
|
@@ -472,7 +472,7 @@ function Os(e, t = {}) {
|
|
|
472
472
|
case "{":
|
|
473
473
|
return Ae(a, o) || k(o);
|
|
474
474
|
case "}":
|
|
475
|
-
return E(
|
|
475
|
+
return E(V.UNBALANCED_CLOSING_BRACE, r(), 0), a.next(), g(
|
|
476
476
|
o,
|
|
477
477
|
3,
|
|
478
478
|
"}"
|
|
@@ -482,17 +482,17 @@ function Os(e, t = {}) {
|
|
|
482
482
|
return De(a, o) || k(o);
|
|
483
483
|
default: {
|
|
484
484
|
if (ne(a))
|
|
485
|
-
return
|
|
485
|
+
return b = g(o, 1, Ge(a)), o.braceNest = 0, o.inLinked = !1, b;
|
|
486
486
|
if (oe(a))
|
|
487
487
|
return g(o, 0, We(a));
|
|
488
488
|
break;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
return
|
|
491
|
+
return b;
|
|
492
492
|
}
|
|
493
493
|
function Nt() {
|
|
494
|
-
const { currentType: a, offset: o, startLoc:
|
|
495
|
-
return c.lastType = a, c.lastOffset = o, c.lastStartLoc =
|
|
494
|
+
const { currentType: a, offset: o, startLoc: b, endLoc: A } = c;
|
|
495
|
+
return c.lastType = a, c.lastOffset = o, c.lastStartLoc = b, c.lastEndLoc = A, c.offset = l(), c.startLoc = r(), s.currentChar() === Ie ? g(
|
|
496
496
|
c,
|
|
497
497
|
13
|
|
498
498
|
/* TokenTypes.EOF */
|
|
@@ -505,8 +505,8 @@ function Os(e, t = {}) {
|
|
|
505
505
|
context: f
|
|
506
506
|
};
|
|
507
507
|
}
|
|
508
|
-
const
|
|
509
|
-
function
|
|
508
|
+
const Os = "parser", Rs = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
509
|
+
function Ss(e, t, n) {
|
|
510
510
|
switch (e) {
|
|
511
511
|
case "\\\\":
|
|
512
512
|
return "\\";
|
|
@@ -518,14 +518,14 @@ function Cs(e, t, n) {
|
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
function
|
|
521
|
+
function Cs(e = {}) {
|
|
522
522
|
const t = e.location !== !1, { onError: n } = e;
|
|
523
|
-
function s(i, d, N, p, ...
|
|
523
|
+
function s(i, d, N, p, ...O) {
|
|
524
524
|
const y = i.currentPosition();
|
|
525
525
|
if (y.offset += p, y.column += p, n) {
|
|
526
|
-
const v = t ?
|
|
527
|
-
domain:
|
|
528
|
-
args:
|
|
526
|
+
const v = t ? Ct(N, y) : null, x = mt(d, v, {
|
|
527
|
+
domain: Os,
|
|
528
|
+
args: O
|
|
529
529
|
});
|
|
530
530
|
n(x);
|
|
531
531
|
}
|
|
@@ -542,23 +542,23 @@ function Ss(e = {}) {
|
|
|
542
542
|
return p.value = d, r(p, i.currentOffset(), i.currentPosition()), p;
|
|
543
543
|
}
|
|
544
544
|
function m(i, d) {
|
|
545
|
-
const N = i.context(), { lastOffset: p, lastStartLoc:
|
|
545
|
+
const N = i.context(), { lastOffset: p, lastStartLoc: O } = N, y = l(5, p, O);
|
|
546
546
|
return y.index = parseInt(d, 10), i.nextToken(), r(y, i.currentOffset(), i.currentPosition()), y;
|
|
547
547
|
}
|
|
548
548
|
function c(i, d) {
|
|
549
|
-
const N = i.context(), { lastOffset: p, lastStartLoc:
|
|
549
|
+
const N = i.context(), { lastOffset: p, lastStartLoc: O } = N, y = l(4, p, O);
|
|
550
550
|
return y.key = d, i.nextToken(), r(y, i.currentOffset(), i.currentPosition()), y;
|
|
551
551
|
}
|
|
552
552
|
function f(i, d) {
|
|
553
|
-
const N = i.context(), { lastOffset: p, lastStartLoc:
|
|
554
|
-
return y.value = d.replace(Rs,
|
|
553
|
+
const N = i.context(), { lastOffset: p, lastStartLoc: O } = N, y = l(9, p, O);
|
|
554
|
+
return y.value = d.replace(Rs, Ss), i.nextToken(), r(y, i.currentOffset(), i.currentPosition()), y;
|
|
555
555
|
}
|
|
556
|
-
function
|
|
557
|
-
const d = i.nextToken(), N = i.context(), { lastOffset: p, lastStartLoc:
|
|
558
|
-
return d.type !== 11 ? (s(i,
|
|
556
|
+
function h(i) {
|
|
557
|
+
const d = i.nextToken(), N = i.context(), { lastOffset: p, lastStartLoc: O } = N, y = l(8, p, O);
|
|
558
|
+
return d.type !== 11 ? (s(i, V.UNEXPECTED_EMPTY_LINKED_MODIFIER, N.lastStartLoc, 0), y.value = "", r(y, p, O), {
|
|
559
559
|
nextConsumeToken: d,
|
|
560
560
|
node: y
|
|
561
|
-
}) : (d.value == null && s(i,
|
|
561
|
+
}) : (d.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, N.lastStartLoc, 0, fe(d)), y.value = d.value || "", r(y, i.currentOffset(), i.currentPosition()), {
|
|
562
562
|
node: y
|
|
563
563
|
});
|
|
564
564
|
}
|
|
@@ -570,26 +570,26 @@ function Ss(e = {}) {
|
|
|
570
570
|
const d = i.context(), N = l(6, d.offset, d.startLoc);
|
|
571
571
|
let p = i.nextToken();
|
|
572
572
|
if (p.type === 8) {
|
|
573
|
-
const
|
|
574
|
-
N.modifier =
|
|
573
|
+
const O = h(i);
|
|
574
|
+
N.modifier = O.node, p = O.nextConsumeToken || i.nextToken();
|
|
575
575
|
}
|
|
576
|
-
switch (p.type !== 9 && s(i,
|
|
576
|
+
switch (p.type !== 9 && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(p)), p = i.nextToken(), p.type === 2 && (p = i.nextToken()), p.type) {
|
|
577
577
|
case 10:
|
|
578
|
-
p.value == null && s(i,
|
|
578
|
+
p.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(p)), N.key = E(i, p.value || "");
|
|
579
579
|
break;
|
|
580
580
|
case 4:
|
|
581
|
-
p.value == null && s(i,
|
|
581
|
+
p.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(p)), N.key = c(i, p.value || "");
|
|
582
582
|
break;
|
|
583
583
|
case 5:
|
|
584
|
-
p.value == null && s(i,
|
|
584
|
+
p.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(p)), N.key = m(i, p.value || "");
|
|
585
585
|
break;
|
|
586
586
|
case 6:
|
|
587
|
-
p.value == null && s(i,
|
|
587
|
+
p.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(p)), N.key = f(i, p.value || "");
|
|
588
588
|
break;
|
|
589
589
|
default: {
|
|
590
|
-
s(i,
|
|
591
|
-
const
|
|
592
|
-
return y.value = "", r(y,
|
|
590
|
+
s(i, V.UNEXPECTED_EMPTY_LINKED_KEY, d.lastStartLoc, 0);
|
|
591
|
+
const O = i.context(), y = l(7, O.offset, O.startLoc);
|
|
592
|
+
return y.value = "", r(y, O.offset, O.startLoc), N.key = y, r(N, O.offset, O.startLoc), {
|
|
593
593
|
nextConsumeToken: p,
|
|
594
594
|
node: N
|
|
595
595
|
};
|
|
@@ -600,54 +600,54 @@ function Ss(e = {}) {
|
|
|
600
600
|
};
|
|
601
601
|
}
|
|
602
602
|
function k(i) {
|
|
603
|
-
const d = i.context(), N = d.currentType === 1 ? i.currentOffset() : d.offset, p = d.currentType === 1 ? d.endLoc : d.startLoc,
|
|
604
|
-
|
|
603
|
+
const d = i.context(), N = d.currentType === 1 ? i.currentOffset() : d.offset, p = d.currentType === 1 ? d.endLoc : d.startLoc, O = l(2, N, p);
|
|
604
|
+
O.items = [];
|
|
605
605
|
let y = null;
|
|
606
606
|
do {
|
|
607
607
|
const Y = y || i.nextToken();
|
|
608
608
|
switch (y = null, Y.type) {
|
|
609
609
|
case 0:
|
|
610
|
-
Y.value == null && s(i,
|
|
610
|
+
Y.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(Y)), O.items.push(u(i, Y.value || ""));
|
|
611
611
|
break;
|
|
612
612
|
case 5:
|
|
613
|
-
Y.value == null && s(i,
|
|
613
|
+
Y.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(Y)), O.items.push(m(i, Y.value || ""));
|
|
614
614
|
break;
|
|
615
615
|
case 4:
|
|
616
|
-
Y.value == null && s(i,
|
|
616
|
+
Y.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(Y)), O.items.push(c(i, Y.value || ""));
|
|
617
617
|
break;
|
|
618
618
|
case 6:
|
|
619
|
-
Y.value == null && s(i,
|
|
619
|
+
Y.value == null && s(i, V.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, fe(Y)), O.items.push(f(i, Y.value || ""));
|
|
620
620
|
break;
|
|
621
621
|
case 7: {
|
|
622
622
|
const ne = g(i);
|
|
623
|
-
|
|
623
|
+
O.items.push(ne.node), y = ne.nextConsumeToken || null;
|
|
624
624
|
break;
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
627
|
} while (d.currentType !== 13 && d.currentType !== 1);
|
|
628
628
|
const v = d.currentType === 1 ? d.lastOffset : i.currentOffset(), x = d.currentType === 1 ? d.lastEndLoc : i.currentPosition();
|
|
629
|
-
return r(
|
|
629
|
+
return r(O, v, x), O;
|
|
630
630
|
}
|
|
631
631
|
function M(i, d, N, p) {
|
|
632
|
-
const
|
|
632
|
+
const O = i.context();
|
|
633
633
|
let y = p.items.length === 0;
|
|
634
634
|
const v = l(1, d, N);
|
|
635
635
|
v.cases = [], v.cases.push(p);
|
|
636
636
|
do {
|
|
637
637
|
const x = k(i);
|
|
638
638
|
y || (y = x.items.length === 0), v.cases.push(x);
|
|
639
|
-
} while (
|
|
640
|
-
return y && s(i,
|
|
639
|
+
} while (O.currentType !== 13);
|
|
640
|
+
return y && s(i, V.MUST_HAVE_MESSAGES_IN_PLURAL, N, 0), r(v, i.currentOffset(), i.currentPosition()), v;
|
|
641
641
|
}
|
|
642
642
|
function T(i) {
|
|
643
|
-
const d = i.context(), { offset: N, startLoc: p } = d,
|
|
644
|
-
return d.currentType === 13 ?
|
|
643
|
+
const d = i.context(), { offset: N, startLoc: p } = d, O = k(i);
|
|
644
|
+
return d.currentType === 13 ? O : M(i, N, p, O);
|
|
645
645
|
}
|
|
646
|
-
function
|
|
647
|
-
const d =
|
|
648
|
-
return t && p.loc && (p.loc.source = i), p.body = T(d), e.onCacheKey && (p.cacheKey = e.onCacheKey(i)), N.currentType !== 13 && s(d,
|
|
646
|
+
function L(i) {
|
|
647
|
+
const d = Ls(i, te({}, e)), N = d.context(), p = l(0, N.offset, N.startLoc);
|
|
648
|
+
return t && p.loc && (p.loc.source = i), p.body = T(d), e.onCacheKey && (p.cacheKey = e.onCacheKey(i)), N.currentType !== 13 && s(d, V.UNEXPECTED_LEXICAL_ANALYSIS, N.lastStartLoc, 0, i[N.offset] || ""), r(p, d.currentOffset(), d.currentPosition()), p;
|
|
649
649
|
}
|
|
650
|
-
return { parse:
|
|
650
|
+
return { parse: L };
|
|
651
651
|
}
|
|
652
652
|
function fe(e) {
|
|
653
653
|
if (e.type === 13)
|
|
@@ -802,20 +802,20 @@ function ws(e, t) {
|
|
|
802
802
|
};
|
|
803
803
|
r && e.loc && (u.source = e.loc.source);
|
|
804
804
|
const m = () => u;
|
|
805
|
-
function c(T,
|
|
805
|
+
function c(T, L) {
|
|
806
806
|
u.code += T;
|
|
807
807
|
}
|
|
808
|
-
function f(T,
|
|
809
|
-
const i =
|
|
808
|
+
function f(T, L = !0) {
|
|
809
|
+
const i = L ? s : "";
|
|
810
810
|
c(l ? i + " ".repeat(T) : i);
|
|
811
811
|
}
|
|
812
|
-
function
|
|
813
|
-
const
|
|
814
|
-
T && f(
|
|
812
|
+
function h(T = !0) {
|
|
813
|
+
const L = ++u.indentLevel;
|
|
814
|
+
T && f(L);
|
|
815
815
|
}
|
|
816
816
|
function E(T = !0) {
|
|
817
|
-
const
|
|
818
|
-
T && f(
|
|
817
|
+
const L = --u.indentLevel;
|
|
818
|
+
T && f(L);
|
|
819
819
|
}
|
|
820
820
|
function g() {
|
|
821
821
|
f(u.indentLevel);
|
|
@@ -823,7 +823,7 @@ function ws(e, t) {
|
|
|
823
823
|
return {
|
|
824
824
|
context: m,
|
|
825
825
|
push: c,
|
|
826
|
-
indent:
|
|
826
|
+
indent: h,
|
|
827
827
|
deindent: E,
|
|
828
828
|
newline: g,
|
|
829
829
|
helper: (T) => `_${T}`,
|
|
@@ -848,7 +848,7 @@ function Fs(e, t) {
|
|
|
848
848
|
e.push(", ");
|
|
849
849
|
e.deindent(s()), e.push("])");
|
|
850
850
|
}
|
|
851
|
-
function
|
|
851
|
+
function Us(e, t) {
|
|
852
852
|
const { helper: n, needIndent: s } = e;
|
|
853
853
|
if (t.cases.length > 1) {
|
|
854
854
|
e.push(`${n(
|
|
@@ -861,17 +861,17 @@ function Vs(e, t) {
|
|
|
861
861
|
e.deindent(s()), e.push("])");
|
|
862
862
|
}
|
|
863
863
|
}
|
|
864
|
-
function
|
|
864
|
+
function js(e, t) {
|
|
865
865
|
t.body ? Pe(e, t.body) : e.push("null");
|
|
866
866
|
}
|
|
867
867
|
function Pe(e, t) {
|
|
868
868
|
const { helper: n } = e;
|
|
869
869
|
switch (t.type) {
|
|
870
870
|
case 0:
|
|
871
|
-
|
|
871
|
+
js(e, t);
|
|
872
872
|
break;
|
|
873
873
|
case 1:
|
|
874
|
-
|
|
874
|
+
Us(e, t);
|
|
875
875
|
break;
|
|
876
876
|
case 2:
|
|
877
877
|
Fs(e, t);
|
|
@@ -911,7 +911,7 @@ function Pe(e, t) {
|
|
|
911
911
|
break;
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
|
-
const
|
|
914
|
+
const Vs = (e, t = {}) => {
|
|
915
915
|
const n = R(t.mode) ? t.mode : "normal", s = R(t.filename) ? t.filename : "message.intl";
|
|
916
916
|
t.sourceMap;
|
|
917
917
|
const l = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
|
|
@@ -920,7 +920,7 @@ const js = (e, t = {}) => {
|
|
|
920
920
|
breakLineCode: l,
|
|
921
921
|
needIndent: r
|
|
922
922
|
});
|
|
923
|
-
m.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), m.indent(r), u.length > 0 && (m.push(`const { ${Zt(u.map((
|
|
923
|
+
m.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), m.indent(r), u.length > 0 && (m.push(`const { ${Zt(u.map((h) => `${h}: _${h}`), ", ")} } = ctx`), m.newline()), m.push("return "), Pe(m, e), m.deindent(r), m.push("}"), delete e.helpers;
|
|
924
924
|
const { code: c, map: f } = m.context();
|
|
925
925
|
return {
|
|
926
926
|
ast: e,
|
|
@@ -930,12 +930,12 @@ const js = (e, t = {}) => {
|
|
|
930
930
|
};
|
|
931
931
|
};
|
|
932
932
|
function Ws(e, t = {}) {
|
|
933
|
-
const n = te({}, t), s = !!n.jit, l = !!n.minify, r = n.optimize == null ? !0 : n.optimize, m =
|
|
934
|
-
return s ? (r && Ms(m), l && we(m), { ast: m, code: "" }) : (Ds(m, n),
|
|
933
|
+
const n = te({}, t), s = !!n.jit, l = !!n.minify, r = n.optimize == null ? !0 : n.optimize, m = Cs(n).parse(e);
|
|
934
|
+
return s ? (r && Ms(m), l && we(m), { ast: m, code: "" }) : (Ds(m, n), Vs(m, n));
|
|
935
935
|
}
|
|
936
936
|
var Gs = { env: { NODE_ENV: "production" } };
|
|
937
937
|
function Zs() {
|
|
938
|
-
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (
|
|
938
|
+
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Oe().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Oe().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
939
939
|
}
|
|
940
940
|
function kt(e) {
|
|
941
941
|
return (n) => Ys(n, e);
|
|
@@ -965,21 +965,21 @@ function Bs(e) {
|
|
|
965
965
|
return ve(e, Hs, []);
|
|
966
966
|
}
|
|
967
967
|
function an(e, t) {
|
|
968
|
-
const n =
|
|
968
|
+
const n = Js(t);
|
|
969
969
|
if (n != null)
|
|
970
970
|
return e.type === "text" ? n : e.normalize([n]);
|
|
971
971
|
{
|
|
972
|
-
const s =
|
|
972
|
+
const s = Ks(t).reduce((l, r) => [...l, At(e, r)], []);
|
|
973
973
|
return e.normalize(s);
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
|
-
const
|
|
977
|
-
function
|
|
978
|
-
return ve(e,
|
|
976
|
+
const $s = ["s", "static"];
|
|
977
|
+
function Js(e) {
|
|
978
|
+
return ve(e, $s);
|
|
979
979
|
}
|
|
980
|
-
const
|
|
981
|
-
function
|
|
982
|
-
return ve(e,
|
|
980
|
+
const zs = ["i", "items"];
|
|
981
|
+
function Ks(e) {
|
|
982
|
+
return ve(e, zs, []);
|
|
983
983
|
}
|
|
984
984
|
function At(e, t) {
|
|
985
985
|
const n = xt(t);
|
|
@@ -1016,9 +1016,9 @@ function At(e, t) {
|
|
|
1016
1016
|
throw new Error(`unhandled node on format message part: ${n}`);
|
|
1017
1017
|
}
|
|
1018
1018
|
}
|
|
1019
|
-
const
|
|
1019
|
+
const Qs = ["t", "type"];
|
|
1020
1020
|
function xt(e) {
|
|
1021
|
-
return ve(e,
|
|
1021
|
+
return ve(e, Qs);
|
|
1022
1022
|
}
|
|
1023
1023
|
const qs = ["v", "value"];
|
|
1024
1024
|
function et(e, t) {
|
|
@@ -1055,7 +1055,7 @@ function He(e) {
|
|
|
1055
1055
|
const rr = (e) => e;
|
|
1056
1056
|
let tt = W();
|
|
1057
1057
|
function Fe(e) {
|
|
1058
|
-
return
|
|
1058
|
+
return U(e) && xt(e) === 0 && (de(e, "b") || de(e, "body"));
|
|
1059
1059
|
}
|
|
1060
1060
|
function ar(e, t = {}) {
|
|
1061
1061
|
let n = !1;
|
|
@@ -1067,7 +1067,7 @@ function ar(e, t = {}) {
|
|
|
1067
1067
|
// @__NO_SIDE_EFFECTS__
|
|
1068
1068
|
function lr(e, t) {
|
|
1069
1069
|
if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && R(e)) {
|
|
1070
|
-
|
|
1070
|
+
K(t.warnHtmlMessage) && t.warnHtmlMessage;
|
|
1071
1071
|
const s = (t.onCacheKey || rr)(e), l = tt[s];
|
|
1072
1072
|
if (l)
|
|
1073
1073
|
return l;
|
|
@@ -1102,7 +1102,7 @@ const cr = /* @__PURE__ */ ur("function:translate");
|
|
|
1102
1102
|
function ur(e) {
|
|
1103
1103
|
return (t) => Be && Be.emit(e, t);
|
|
1104
1104
|
}
|
|
1105
|
-
const
|
|
1105
|
+
const be = {
|
|
1106
1106
|
INVALID_ARGUMENT: gs,
|
|
1107
1107
|
// 17
|
|
1108
1108
|
INVALID_DATE_ARGUMENT: 18,
|
|
@@ -1127,36 +1127,36 @@ function ln(e) {
|
|
|
1127
1127
|
if (e.constructor.name === "Function") {
|
|
1128
1128
|
const t = e();
|
|
1129
1129
|
if (fs(t))
|
|
1130
|
-
throw ge(
|
|
1130
|
+
throw ge(be.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
1131
1131
|
return yt = t;
|
|
1132
1132
|
} else
|
|
1133
|
-
throw ge(
|
|
1133
|
+
throw ge(be.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
|
|
1134
1134
|
} else
|
|
1135
|
-
throw ge(
|
|
1135
|
+
throw ge(be.NOT_SUPPORT_LOCALE_TYPE);
|
|
1136
1136
|
}
|
|
1137
1137
|
function dr(e, t, n) {
|
|
1138
1138
|
return [.../* @__PURE__ */ new Set([
|
|
1139
1139
|
n,
|
|
1140
|
-
...
|
|
1140
|
+
...Q(t) ? t : U(t) ? Object.keys(t) : R(t) ? [t] : [n]
|
|
1141
1141
|
])];
|
|
1142
1142
|
}
|
|
1143
|
-
function
|
|
1143
|
+
function Cn(e, t, n) {
|
|
1144
1144
|
const s = R(n) ? n : it, l = e;
|
|
1145
1145
|
l.__localeChainCache || (l.__localeChainCache = /* @__PURE__ */ new Map());
|
|
1146
1146
|
let r = l.__localeChainCache.get(s);
|
|
1147
1147
|
if (!r) {
|
|
1148
1148
|
r = [];
|
|
1149
1149
|
let u = [n];
|
|
1150
|
-
for (;
|
|
1150
|
+
for (; Q(u); )
|
|
1151
1151
|
u = on(r, u, t);
|
|
1152
|
-
const m =
|
|
1153
|
-
u = R(m) ? [m] : m,
|
|
1152
|
+
const m = Q(t) || !F(t) ? t : t.default ? t.default : null;
|
|
1153
|
+
u = R(m) ? [m] : m, Q(u) && on(r, u, !1), l.__localeChainCache.set(s, r);
|
|
1154
1154
|
}
|
|
1155
1155
|
return r;
|
|
1156
1156
|
}
|
|
1157
1157
|
function on(e, t, n) {
|
|
1158
1158
|
let s = !0;
|
|
1159
|
-
for (let l = 0; l < t.length &&
|
|
1159
|
+
for (let l = 0; l < t.length && K(s); l++) {
|
|
1160
1160
|
const r = t[l];
|
|
1161
1161
|
R(r) && (s = _r(e, t[l], n));
|
|
1162
1162
|
}
|
|
@@ -1176,7 +1176,7 @@ function fr(e, t, n) {
|
|
|
1176
1176
|
if (!e.includes(t) && (s = !0, t)) {
|
|
1177
1177
|
s = t[t.length - 1] !== "!";
|
|
1178
1178
|
const l = t.replace(/!/g, "");
|
|
1179
|
-
e.push(l), (
|
|
1179
|
+
e.push(l), (Q(n) || F(n)) && n[l] && (s = n[l]);
|
|
1180
1180
|
}
|
|
1181
1181
|
return s;
|
|
1182
1182
|
}
|
|
@@ -1342,10 +1342,10 @@ Ne[
|
|
|
1342
1342
|
]
|
|
1343
1343
|
};
|
|
1344
1344
|
const pr = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
1345
|
-
function
|
|
1345
|
+
function hr(e) {
|
|
1346
1346
|
return pr.test(e);
|
|
1347
1347
|
}
|
|
1348
|
-
function
|
|
1348
|
+
function br(e) {
|
|
1349
1349
|
const t = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
|
|
1350
1350
|
return t === n && (t === 34 || t === 39) ? e.slice(1, -1) : e;
|
|
1351
1351
|
}
|
|
@@ -1376,11 +1376,11 @@ function gr(e) {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
function Er(e) {
|
|
1378
1378
|
const t = e.trim();
|
|
1379
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 :
|
|
1379
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : hr(t) ? br(t) : "*" + t;
|
|
1380
1380
|
}
|
|
1381
1381
|
function Ir(e) {
|
|
1382
1382
|
const t = [];
|
|
1383
|
-
let n = -1, s = 0, l = 0, r, u, m, c, f,
|
|
1383
|
+
let n = -1, s = 0, l = 0, r, u, m, c, f, h, E;
|
|
1384
1384
|
const g = [];
|
|
1385
1385
|
g[
|
|
1386
1386
|
0
|
|
@@ -1428,7 +1428,7 @@ function Ir(e) {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
for (; s !== null; )
|
|
1430
1430
|
if (n++, r = e[n], !(r === "\\" && k())) {
|
|
1431
|
-
if (c = gr(r), E = Ne[s], f = E[c] || E.l || 8, f === 8 || (s = f[0], f[1] !== void 0 && (
|
|
1431
|
+
if (c = gr(r), E = Ne[s], f = E[c] || E.l || 8, f === 8 || (s = f[0], f[1] !== void 0 && (h = g[f[1]], h && (m = r, h() === !1))))
|
|
1432
1432
|
return;
|
|
1433
1433
|
if (s === 7)
|
|
1434
1434
|
return t;
|
|
@@ -1436,10 +1436,10 @@ function Ir(e) {
|
|
|
1436
1436
|
}
|
|
1437
1437
|
const cn = /* @__PURE__ */ new Map();
|
|
1438
1438
|
function vr(e, t) {
|
|
1439
|
-
return
|
|
1439
|
+
return U(e) ? e[t] : null;
|
|
1440
1440
|
}
|
|
1441
1441
|
function Nr(e, t) {
|
|
1442
|
-
if (!
|
|
1442
|
+
if (!U(e))
|
|
1443
1443
|
return null;
|
|
1444
1444
|
let n = cn.get(t);
|
|
1445
1445
|
if (n || (n = Ir(t), n && cn.set(t, n)), !n)
|
|
@@ -1457,9 +1457,9 @@ function Nr(e, t) {
|
|
|
1457
1457
|
const Tr = "10.0.5", dt = -1, it = "en-US", un = "", mn = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
1458
1458
|
function kr() {
|
|
1459
1459
|
return {
|
|
1460
|
-
upper: (e, t) => t === "text" && R(e) ? e.toUpperCase() : t === "vnode" &&
|
|
1461
|
-
lower: (e, t) => t === "text" && R(e) ? e.toLowerCase() : t === "vnode" &&
|
|
1462
|
-
capitalize: (e, t) => t === "text" && R(e) ? mn(e) : t === "vnode" &&
|
|
1460
|
+
upper: (e, t) => t === "text" && R(e) ? e.toUpperCase() : t === "vnode" && U(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
1461
|
+
lower: (e, t) => t === "text" && R(e) ? e.toLowerCase() : t === "vnode" && U(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
1462
|
+
capitalize: (e, t) => t === "text" && R(e) ? mn(e) : t === "vnode" && U(e) && "__v_isVNode" in e ? mn(e.children) : e
|
|
1463
1463
|
};
|
|
1464
1464
|
}
|
|
1465
1465
|
let An;
|
|
@@ -1467,52 +1467,52 @@ function yr(e) {
|
|
|
1467
1467
|
An = e;
|
|
1468
1468
|
}
|
|
1469
1469
|
let Dn;
|
|
1470
|
-
function
|
|
1470
|
+
function Lr(e) {
|
|
1471
1471
|
Dn = e;
|
|
1472
1472
|
}
|
|
1473
1473
|
let Mn;
|
|
1474
|
-
function
|
|
1474
|
+
function Or(e) {
|
|
1475
1475
|
Mn = e;
|
|
1476
1476
|
}
|
|
1477
1477
|
let wn = null;
|
|
1478
1478
|
const Rr = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
1479
1479
|
wn = e;
|
|
1480
|
-
},
|
|
1480
|
+
}, Sr = /* @__NO_SIDE_EFFECTS__ */ () => wn;
|
|
1481
1481
|
let Pn = null;
|
|
1482
1482
|
const dn = (e) => {
|
|
1483
1483
|
Pn = e;
|
|
1484
|
-
},
|
|
1484
|
+
}, Cr = () => Pn;
|
|
1485
1485
|
let _n = 0;
|
|
1486
1486
|
function Ar(e = {}) {
|
|
1487
|
-
const t = H(e.onWarn) ? e.onWarn :
|
|
1487
|
+
const t = H(e.onWarn) ? e.onWarn : hs, n = R(e.version) ? e.version : Tr, s = R(e.locale) || H(e.locale) ? e.locale : it, l = H(s) ? it : s, r = Q(e.fallbackLocale) || F(e.fallbackLocale) || R(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l, u = F(e.messages) ? e.messages : Lt(l), m = F(e.datetimeFormats) ? e.datetimeFormats : Lt(l), c = F(e.numberFormats) ? e.numberFormats : Lt(l), f = te(W(), e.modifiers, kr()), h = e.pluralRules || W(), E = H(e.missing) ? e.missing : null, g = K(e.missingWarn) || ot(e.missingWarn) ? e.missingWarn : !0, k = K(e.fallbackWarn) || ot(e.fallbackWarn) ? e.fallbackWarn : !0, M = !!e.fallbackFormat, T = !!e.unresolving, L = H(e.postTranslation) ? e.postTranslation : null, i = F(e.processor) ? e.processor : null, d = K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, N = !!e.escapeParameter, p = H(e.messageCompiler) ? e.messageCompiler : An, O = H(e.messageResolver) ? e.messageResolver : Dn || vr, y = H(e.localeFallbacker) ? e.localeFallbacker : Mn || dr, v = U(e.fallbackContext) ? e.fallbackContext : void 0, x = e, Y = U(x.__datetimeFormatters) ? x.__datetimeFormatters : /* @__PURE__ */ new Map(), ne = U(x.__numberFormatters) ? x.__numberFormatters : /* @__PURE__ */ new Map(), oe = U(x.__meta) ? x.__meta : {};
|
|
1488
1488
|
_n++;
|
|
1489
|
-
const
|
|
1489
|
+
const S = {
|
|
1490
1490
|
version: n,
|
|
1491
1491
|
cid: _n,
|
|
1492
1492
|
locale: s,
|
|
1493
1493
|
fallbackLocale: r,
|
|
1494
1494
|
messages: u,
|
|
1495
1495
|
modifiers: f,
|
|
1496
|
-
pluralRules:
|
|
1496
|
+
pluralRules: h,
|
|
1497
1497
|
missing: E,
|
|
1498
1498
|
missingWarn: g,
|
|
1499
1499
|
fallbackWarn: k,
|
|
1500
1500
|
fallbackFormat: M,
|
|
1501
1501
|
unresolving: T,
|
|
1502
|
-
postTranslation:
|
|
1502
|
+
postTranslation: L,
|
|
1503
1503
|
processor: i,
|
|
1504
1504
|
warnHtmlMessage: d,
|
|
1505
1505
|
escapeParameter: N,
|
|
1506
1506
|
messageCompiler: p,
|
|
1507
|
-
messageResolver:
|
|
1507
|
+
messageResolver: O,
|
|
1508
1508
|
localeFallbacker: y,
|
|
1509
1509
|
fallbackContext: v,
|
|
1510
1510
|
onWarn: t,
|
|
1511
1511
|
__meta: oe
|
|
1512
1512
|
};
|
|
1513
|
-
return
|
|
1513
|
+
return S.datetimeFormats = m, S.numberFormats = c, S.__datetimeFormatters = Y, S.__numberFormatters = ne, __INTLIFY_PROD_DEVTOOLS__ && ir(S, n, oe), S;
|
|
1514
1514
|
}
|
|
1515
|
-
const
|
|
1515
|
+
const Lt = (e) => ({ [e]: W() });
|
|
1516
1516
|
function Ht(e, t, n, s, l) {
|
|
1517
1517
|
const { missing: r, onWarn: u } = e;
|
|
1518
1518
|
if (r !== null) {
|
|
@@ -1538,9 +1538,9 @@ function Mr(e, t) {
|
|
|
1538
1538
|
return !1;
|
|
1539
1539
|
}
|
|
1540
1540
|
function fn(e, ...t) {
|
|
1541
|
-
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: r, localeFallbacker: u } = e, { __datetimeFormatters: m } = e, [c, f,
|
|
1542
|
-
|
|
1543
|
-
const k = !!
|
|
1541
|
+
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: r, localeFallbacker: u } = e, { __datetimeFormatters: m } = e, [c, f, h, E] = Dt(...t), g = K(h.missingWarn) ? h.missingWarn : e.missingWarn;
|
|
1542
|
+
K(h.fallbackWarn) ? h.fallbackWarn : e.fallbackWarn;
|
|
1543
|
+
const k = !!h.part, M = Xt(e, h), T = u(
|
|
1544
1544
|
e,
|
|
1545
1545
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1546
1546
|
l,
|
|
@@ -1548,16 +1548,16 @@ function fn(e, ...t) {
|
|
|
1548
1548
|
);
|
|
1549
1549
|
if (!R(c) || c === "")
|
|
1550
1550
|
return new Intl.DateTimeFormat(M, E).format(f);
|
|
1551
|
-
let
|
|
1551
|
+
let L = {}, i, d = null;
|
|
1552
1552
|
const N = "datetime format";
|
|
1553
|
-
for (let y = 0; y < T.length && (i = T[y],
|
|
1553
|
+
for (let y = 0; y < T.length && (i = T[y], L = n[i] || {}, d = L[c], !F(d)); y++)
|
|
1554
1554
|
Ht(e, c, i, g, N);
|
|
1555
1555
|
if (!F(d) || !R(i))
|
|
1556
1556
|
return s ? dt : c;
|
|
1557
1557
|
let p = `${i}__${c}`;
|
|
1558
1558
|
ut(E) || (p = `${p}__${JSON.stringify(E)}`);
|
|
1559
|
-
let
|
|
1560
|
-
return
|
|
1559
|
+
let O = m.get(p);
|
|
1560
|
+
return O || (O = new Intl.DateTimeFormat(i, te({}, d, E)), m.set(p, O)), k ? O.formatToParts(f) : O.format(f);
|
|
1561
1561
|
}
|
|
1562
1562
|
const Fn = [
|
|
1563
1563
|
"localeMatcher",
|
|
@@ -1587,22 +1587,22 @@ function Dt(...e) {
|
|
|
1587
1587
|
if (R(t)) {
|
|
1588
1588
|
const c = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
|
|
1589
1589
|
if (!c)
|
|
1590
|
-
throw ge(
|
|
1590
|
+
throw ge(be.INVALID_ISO_DATE_ARGUMENT);
|
|
1591
1591
|
const f = c[3] ? c[3].trim().startsWith("T") ? `${c[1].trim()}${c[3].trim()}` : `${c[1].trim()}T${c[3].trim()}` : c[1].trim();
|
|
1592
1592
|
m = new Date(f);
|
|
1593
1593
|
try {
|
|
1594
1594
|
m.toISOString();
|
|
1595
1595
|
} catch {
|
|
1596
|
-
throw ge(
|
|
1596
|
+
throw ge(be.INVALID_ISO_DATE_ARGUMENT);
|
|
1597
1597
|
}
|
|
1598
1598
|
} else if (ms(t)) {
|
|
1599
1599
|
if (isNaN(t.getTime()))
|
|
1600
|
-
throw ge(
|
|
1600
|
+
throw ge(be.INVALID_DATE_ARGUMENT);
|
|
1601
1601
|
m = t;
|
|
1602
1602
|
} else if (ee(t))
|
|
1603
1603
|
m = t;
|
|
1604
1604
|
else
|
|
1605
|
-
throw ge(
|
|
1605
|
+
throw ge(be.INVALID_ARGUMENT);
|
|
1606
1606
|
return R(n) ? r.key = n : F(n) && Object.keys(n).forEach((c) => {
|
|
1607
1607
|
Fn.includes(c) ? u[c] = n[c] : r[c] = n[c];
|
|
1608
1608
|
}), R(s) ? r.locale = s : F(s) && (u = s), F(l) && (u = l), [r.key || "", m, r, u];
|
|
@@ -1614,10 +1614,10 @@ function pn(e, t, n) {
|
|
|
1614
1614
|
s.__datetimeFormatters.has(r) && s.__datetimeFormatters.delete(r);
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
|
-
function
|
|
1618
|
-
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: r, localeFallbacker: u } = e, { __numberFormatters: m } = e, [c, f,
|
|
1619
|
-
|
|
1620
|
-
const k = !!
|
|
1617
|
+
function hn(e, ...t) {
|
|
1618
|
+
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: r, localeFallbacker: u } = e, { __numberFormatters: m } = e, [c, f, h, E] = Mt(...t), g = K(h.missingWarn) ? h.missingWarn : e.missingWarn;
|
|
1619
|
+
K(h.fallbackWarn) ? h.fallbackWarn : e.fallbackWarn;
|
|
1620
|
+
const k = !!h.part, M = Xt(e, h), T = u(
|
|
1621
1621
|
e,
|
|
1622
1622
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1623
1623
|
l,
|
|
@@ -1625,18 +1625,18 @@ function bn(e, ...t) {
|
|
|
1625
1625
|
);
|
|
1626
1626
|
if (!R(c) || c === "")
|
|
1627
1627
|
return new Intl.NumberFormat(M, E).format(f);
|
|
1628
|
-
let
|
|
1628
|
+
let L = {}, i, d = null;
|
|
1629
1629
|
const N = "number format";
|
|
1630
|
-
for (let y = 0; y < T.length && (i = T[y],
|
|
1630
|
+
for (let y = 0; y < T.length && (i = T[y], L = n[i] || {}, d = L[c], !F(d)); y++)
|
|
1631
1631
|
Ht(e, c, i, g, N);
|
|
1632
1632
|
if (!F(d) || !R(i))
|
|
1633
1633
|
return s ? dt : c;
|
|
1634
1634
|
let p = `${i}__${c}`;
|
|
1635
1635
|
ut(E) || (p = `${p}__${JSON.stringify(E)}`);
|
|
1636
|
-
let
|
|
1637
|
-
return
|
|
1636
|
+
let O = m.get(p);
|
|
1637
|
+
return O || (O = new Intl.NumberFormat(i, te({}, d, E)), m.set(p, O)), k ? O.formatToParts(f) : O.format(f);
|
|
1638
1638
|
}
|
|
1639
|
-
const
|
|
1639
|
+
const Un = [
|
|
1640
1640
|
"localeMatcher",
|
|
1641
1641
|
"style",
|
|
1642
1642
|
"currency",
|
|
@@ -1662,24 +1662,24 @@ function Mt(...e) {
|
|
|
1662
1662
|
const [t, n, s, l] = e, r = W();
|
|
1663
1663
|
let u = W();
|
|
1664
1664
|
if (!ee(t))
|
|
1665
|
-
throw ge(
|
|
1665
|
+
throw ge(be.INVALID_ARGUMENT);
|
|
1666
1666
|
const m = t;
|
|
1667
1667
|
return R(n) ? r.key = n : F(n) && Object.keys(n).forEach((c) => {
|
|
1668
|
-
|
|
1668
|
+
Un.includes(c) ? u[c] = n[c] : r[c] = n[c];
|
|
1669
1669
|
}), R(s) ? r.locale = s : F(s) && (u = s), F(l) && (u = l), [r.key || "", m, r, u];
|
|
1670
1670
|
}
|
|
1671
|
-
function
|
|
1671
|
+
function bn(e, t, n) {
|
|
1672
1672
|
const s = e;
|
|
1673
1673
|
for (const l in n) {
|
|
1674
1674
|
const r = `${t}__${l}`;
|
|
1675
1675
|
s.__numberFormatters.has(r) && s.__numberFormatters.delete(r);
|
|
1676
1676
|
}
|
|
1677
1677
|
}
|
|
1678
|
-
const wr = (e) => e, Pr = (e) => "", Fr = "text",
|
|
1678
|
+
const wr = (e) => e, Pr = (e) => "", Fr = "text", Ur = (e) => e.length === 0 ? "" : Zt(e), jr = ps;
|
|
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
|
}
|
|
1682
|
-
function
|
|
1682
|
+
function Vr(e) {
|
|
1683
1683
|
const t = ee(e.pluralIndex) ? e.pluralIndex : -1;
|
|
1684
1684
|
return e.named && (ee(e.named.count) || ee(e.named.n)) ? ee(e.named.count) ? e.named.count : ee(e.named.n) ? e.named.n : t : t;
|
|
1685
1685
|
}
|
|
@@ -1687,77 +1687,77 @@ function Wr(e, t) {
|
|
|
1687
1687
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
1688
1688
|
}
|
|
1689
1689
|
function Gr(e = {}) {
|
|
1690
|
-
const t = e.locale, n =
|
|
1690
|
+
const t = e.locale, n = Vr(e), s = U(e.pluralRules) && R(t) && H(e.pluralRules[t]) ? e.pluralRules[t] : gn, l = U(e.pluralRules) && R(t) && H(e.pluralRules[t]) ? gn : void 0, r = (i) => i[s(n, i.length, l)], u = e.list || [], m = (i) => u[i], c = e.named || W();
|
|
1691
1691
|
ee(e.pluralIndex) && Wr(n, c);
|
|
1692
1692
|
const f = (i) => c[i];
|
|
1693
|
-
function
|
|
1694
|
-
const N = H(e.messages) ? e.messages(i, !!d) :
|
|
1693
|
+
function h(i, d) {
|
|
1694
|
+
const N = H(e.messages) ? e.messages(i, !!d) : U(e.messages) ? e.messages[i] : !1;
|
|
1695
1695
|
return N || (e.parent ? e.parent.message(i) : Pr);
|
|
1696
1696
|
}
|
|
1697
|
-
const E = (i) => e.modifiers ? e.modifiers[i] : wr, g = F(e.processor) && H(e.processor.normalize) ? e.processor.normalize :
|
|
1697
|
+
const E = (i) => e.modifiers ? e.modifiers[i] : wr, g = F(e.processor) && H(e.processor.normalize) ? e.processor.normalize : Ur, k = F(e.processor) && H(e.processor.interpolate) ? e.processor.interpolate : jr, M = F(e.processor) && R(e.processor.type) ? e.processor.type : Fr, L = {
|
|
1698
1698
|
list: m,
|
|
1699
1699
|
named: f,
|
|
1700
1700
|
plural: r,
|
|
1701
1701
|
linked: (i, ...d) => {
|
|
1702
1702
|
const [N, p] = d;
|
|
1703
|
-
let
|
|
1704
|
-
d.length === 1 ?
|
|
1705
|
-
const v =
|
|
1703
|
+
let O = "text", y = "";
|
|
1704
|
+
d.length === 1 ? U(N) ? (y = N.modifier || y, O = N.type || O) : R(N) && (y = N || y) : d.length === 2 && (R(N) && (y = N || y), R(p) && (O = p || O));
|
|
1705
|
+
const v = h(i, !0)(L), x = (
|
|
1706
1706
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
1707
|
-
|
|
1707
|
+
O === "vnode" && Q(v) && y ? v[0] : v
|
|
1708
1708
|
);
|
|
1709
|
-
return y ? E(y)(x,
|
|
1709
|
+
return y ? E(y)(x, O) : x;
|
|
1710
1710
|
},
|
|
1711
|
-
message:
|
|
1711
|
+
message: h,
|
|
1712
1712
|
type: M,
|
|
1713
1713
|
interpolate: k,
|
|
1714
1714
|
normalize: g,
|
|
1715
1715
|
values: te(W(), u, c)
|
|
1716
1716
|
};
|
|
1717
|
-
return
|
|
1717
|
+
return L;
|
|
1718
1718
|
}
|
|
1719
1719
|
const En = () => "", ue = (e) => H(e);
|
|
1720
1720
|
function In(e, ...t) {
|
|
1721
|
-
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: r, fallbackLocale: u, messages: m } = e, [c, f] = wt(...t),
|
|
1721
|
+
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: r, fallbackLocale: u, messages: m } = e, [c, f] = wt(...t), h = K(f.missingWarn) ? f.missingWarn : e.missingWarn, E = K(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, g = K(f.escapeParameter) ? f.escapeParameter : e.escapeParameter, k = !!f.resolvedMessage, M = R(f.default) || K(f.default) ? K(f.default) ? r ? c : () => c : f.default : n ? r ? c : () => c : null, T = n || M != null && (R(M) || H(M)), L = Xt(e, f);
|
|
1722
1722
|
g && Zr(f);
|
|
1723
1723
|
let [i, d, N] = k ? [
|
|
1724
1724
|
c,
|
|
1725
|
-
|
|
1726
|
-
m[
|
|
1727
|
-
] :
|
|
1728
|
-
if (!k && !(R(p) || Fe(p) || ue(p)) && T && (p = M,
|
|
1725
|
+
L,
|
|
1726
|
+
m[L] || W()
|
|
1727
|
+
] : jn(e, c, L, u, E, h), p = i, O = c;
|
|
1728
|
+
if (!k && !(R(p) || Fe(p) || ue(p)) && T && (p = M, O = p), !k && (!(R(p) || Fe(p) || ue(p)) || !R(d)))
|
|
1729
1729
|
return l ? dt : c;
|
|
1730
1730
|
let y = !1;
|
|
1731
1731
|
const v = () => {
|
|
1732
1732
|
y = !0;
|
|
1733
|
-
}, x = ue(p) ? p :
|
|
1733
|
+
}, x = ue(p) ? p : Vn(e, c, d, p, O, v);
|
|
1734
1734
|
if (y)
|
|
1735
1735
|
return p;
|
|
1736
|
-
const Y = Xr(e, d, N, f), ne = Gr(Y), oe = Yr(e, x, ne),
|
|
1736
|
+
const Y = Xr(e, d, N, f), ne = Gr(Y), oe = Yr(e, x, ne), S = s ? s(oe, c) : oe;
|
|
1737
1737
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
1738
|
-
const
|
|
1738
|
+
const C = {
|
|
1739
1739
|
timestamp: Date.now(),
|
|
1740
1740
|
key: R(c) ? c : ue(p) ? p.key : "",
|
|
1741
1741
|
locale: d || (ue(p) ? p.locale : ""),
|
|
1742
1742
|
format: R(p) ? p : ue(p) ? p.source : "",
|
|
1743
|
-
message:
|
|
1743
|
+
message: S
|
|
1744
1744
|
};
|
|
1745
|
-
|
|
1745
|
+
C.meta = te({}, e.__meta, /* @__PURE__ */ Sr() || {}), cr(C);
|
|
1746
1746
|
}
|
|
1747
|
-
return
|
|
1747
|
+
return S;
|
|
1748
1748
|
}
|
|
1749
1749
|
function Zr(e) {
|
|
1750
|
-
|
|
1750
|
+
Q(e.list) ? e.list = e.list.map((t) => R(t) ? tn(t) : t) : U(e.named) && Object.keys(e.named).forEach((t) => {
|
|
1751
1751
|
R(e.named[t]) && (e.named[t] = tn(e.named[t]));
|
|
1752
1752
|
});
|
|
1753
1753
|
}
|
|
1754
|
-
function
|
|
1755
|
-
const { messages: u, onWarn: m, messageResolver: c, localeFallbacker: f } = e,
|
|
1754
|
+
function jn(e, t, n, s, l, r) {
|
|
1755
|
+
const { messages: u, onWarn: m, messageResolver: c, localeFallbacker: f } = e, h = f(e, s, n);
|
|
1756
1756
|
let E = W(), g, k = null;
|
|
1757
1757
|
const M = "translate";
|
|
1758
|
-
for (let T = 0; T <
|
|
1759
|
-
if (!Mr(g,
|
|
1760
|
-
const
|
|
1758
|
+
for (let T = 0; T < h.length && (g = h[T], E = u[g] || W(), (k = c(E, t)) === null && (k = E[t]), !(R(k) || Fe(k) || ue(k))); T++)
|
|
1759
|
+
if (!Mr(g, h)) {
|
|
1760
|
+
const L = Ht(
|
|
1761
1761
|
e,
|
|
1762
1762
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1763
1763
|
t,
|
|
@@ -1765,11 +1765,11 @@ function Un(e, t, n, s, l, r) {
|
|
|
1765
1765
|
r,
|
|
1766
1766
|
M
|
|
1767
1767
|
);
|
|
1768
|
-
|
|
1768
|
+
L !== t && (k = L);
|
|
1769
1769
|
}
|
|
1770
1770
|
return [k, g, E];
|
|
1771
1771
|
}
|
|
1772
|
-
function
|
|
1772
|
+
function Vn(e, t, n, s, l, r) {
|
|
1773
1773
|
const { messageCompiler: u, warnHtmlMessage: m } = e;
|
|
1774
1774
|
if (ue(s)) {
|
|
1775
1775
|
const f = s;
|
|
@@ -1788,9 +1788,9 @@ function Yr(e, t, n) {
|
|
|
1788
1788
|
function wt(...e) {
|
|
1789
1789
|
const [t, n, s] = e, l = W();
|
|
1790
1790
|
if (!R(t) && !ee(t) && !ue(t) && !Fe(t))
|
|
1791
|
-
throw ge(
|
|
1791
|
+
throw ge(be.INVALID_ARGUMENT);
|
|
1792
1792
|
const r = ee(t) ? String(t) : (ue(t), t);
|
|
1793
|
-
return ee(n) ? l.plural = n : R(n) ? l.default = n : F(n) && !ut(n) ? l.named = n :
|
|
1793
|
+
return ee(n) ? l.plural = n : R(n) ? l.default = n : F(n) && !ut(n) ? l.named = n : Q(n) && (l.list = n), ee(s) ? l.plural = s : R(s) ? l.default = s : F(s) && te(l, s), [r, l];
|
|
1794
1794
|
}
|
|
1795
1795
|
function xr(e, t, n, s, l, r) {
|
|
1796
1796
|
return {
|
|
@@ -1804,15 +1804,15 @@ function xr(e, t, n, s, l, r) {
|
|
|
1804
1804
|
};
|
|
1805
1805
|
}
|
|
1806
1806
|
function Xr(e, t, n, s) {
|
|
1807
|
-
const { modifiers: l, pluralRules: r, messageResolver: u, fallbackLocale: m, fallbackWarn: c, missingWarn: f, fallbackContext:
|
|
1807
|
+
const { modifiers: l, pluralRules: r, messageResolver: u, fallbackLocale: m, fallbackWarn: c, missingWarn: f, fallbackContext: h } = e, g = {
|
|
1808
1808
|
locale: t,
|
|
1809
1809
|
modifiers: l,
|
|
1810
1810
|
pluralRules: r,
|
|
1811
1811
|
messages: (k, M) => {
|
|
1812
1812
|
let T = u(n, k);
|
|
1813
|
-
if (T == null && (
|
|
1814
|
-
const [, ,
|
|
1815
|
-
|
|
1813
|
+
if (T == null && (h || M)) {
|
|
1814
|
+
const [, , L] = jn(
|
|
1815
|
+
h || e,
|
|
1816
1816
|
// NOTE: if has fallbackContext, fallback to root, else if use linked, fallback to local context
|
|
1817
1817
|
k,
|
|
1818
1818
|
t,
|
|
@@ -1820,26 +1820,26 @@ function Xr(e, t, n, s) {
|
|
|
1820
1820
|
c,
|
|
1821
1821
|
f
|
|
1822
1822
|
);
|
|
1823
|
-
T = u(
|
|
1823
|
+
T = u(L, k);
|
|
1824
1824
|
}
|
|
1825
1825
|
if (R(T) || Fe(T)) {
|
|
1826
|
-
let
|
|
1827
|
-
const d =
|
|
1828
|
-
|
|
1826
|
+
let L = !1;
|
|
1827
|
+
const d = Vn(e, k, t, T, k, () => {
|
|
1828
|
+
L = !0;
|
|
1829
1829
|
});
|
|
1830
|
-
return
|
|
1830
|
+
return L ? En : d;
|
|
1831
1831
|
} else return ue(T) ? T : En;
|
|
1832
1832
|
}
|
|
1833
1833
|
};
|
|
1834
1834
|
return e.processor && (g.processor = e.processor), s.list && (g.list = s.list), s.named && (g.named = s.named), ee(s.plural) && (g.pluralIndex = s.plural), g;
|
|
1835
1835
|
}
|
|
1836
1836
|
Zs();
|
|
1837
|
-
var Hr = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_20ee4512-d0eb-48dd-886f-99643e30cd23", 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_20ee4512-d0eb-48dd-886f-99643e30cd23", 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: "1888", ACTIONS_ORCHESTRATION_ID: "6a1256dd-0518-4eec-b7a5-39add2b0c822.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: "20260323.65.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:15604", 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: "23883047542", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "d495f855df7302503dd1adbfd3fd46cd04372b2a", 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/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9tYWluXCIsXCJQZXJtaXNzaW9uXCI6M31dIiwiYWNzbCI6IjEwIiwiYXVkIjoidnNvOjZmOTZmYTg5LWI3YmYtNDg3OC1iYWQzLTg5ODAwNjU2NmI2ZSIsImJpbGxpbmdfb3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJleHAiOjE3NzUxMjQ0NzUsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImlhdCI6MTc3NTEwMjI3NSwiaXNzIjoiaHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImpvYl9pZCI6IjkzNGE3YWRmLTZjZTktNTAyMS04Zjc0LWMzNzVkMDA1YzRiMiIsIm5hbWVpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsIm5iZiI6MTc3NTEwMTk3NSwib2lkY19leHRyYSI6IntcImFjdG9yXCI6XCJDYXN0YS1tZXJlXCIsXCJhY3Rvcl9pZFwiOlwiODIyOTgwMTdcIixcImJhc2VfcmVmXCI6XCJcIixcImNoZWNrX3J1bl9pZFwiOlwiNjk2NDAwMzMxOTZcIixcImV2ZW50X25hbWVcIjpcIndvcmtmbG93X2Rpc3BhdGNoXCIsXCJoZWFkX3JlZlwiOlwiXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvYWN0aW9ucy8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLW5wbS1naXRodWIueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjNmMzU0NDgwMGJhYTNiOGJjNGFhYWU5NGVlODRjMDEyYmQ2NDhmZmVcIixcInJlZlwiOlwicmVmcy9oZWFkcy9tYWluXCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJ0cnVlXCIsXCJyZWZfdHlwZVwiOlwiYnJhbmNoXCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvaHJtLXNlcnZpY2VcIixcInJlcG9zaXRvcnlfaWRcIjpcIjExMjQ2NzIyMzVcIixcInJlcG9zaXRvcnlfb3duZXJcIjpcImZlZWRtZXBvc1wiLFwicmVwb3NpdG9yeV9vd25lcl9pZFwiOlwiNTQ4MzE1MTVcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJ1bl9pZFwiOlwiMjM4ODMwNDc1NDJcIixcInJ1bl9udW1iZXJcIjpcIjI5XCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIixcInNoYVwiOlwiZDQ5NWY4NTVkZjczMDI1MDNkZDFhZGJmZDNmZDQ2Y2QwNDM3MmIyYVwiLFwid29ya2Zsb3dcIjpcIlB1Ymxpc2ggaHJtLXBvcnRhbFwiLFwid29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvaHJtLXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcHVibGlzaC1ocm0tcG9ydGFsLXRydXN0ZWQueW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCJkNDk1Zjg1NWRmNzMwMjUwM2RkMWFkYmZkM2ZkNDZjZDA0MzcyYjJhXCJ9Iiwib2lkY19zdWIiOiJyZXBvOmZlZWRtZXBvcy9ocm0tc2VydmljZTpyZWY6cmVmcy9oZWFkcy9tYWluIiwib3JjaF9pZCI6IjZhMTI1NmRkLTA1MTgtNGVlYy1iN2E1LTM5YWRkMmIwYzgyMi5wdWJsaXNoLnB1Ymxpc2guX19kZWZhdWx0Iiwib3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJwbGFuX2lkIjoiNmExMjU2ZGQtMDUxOC00ZWVjLWI3YTUtMzlhZGQyYjBjODIyIiwicmVwb3NpdG9yeV9pZCI6IjExMjQ2NzIyMzUiLCJydW5faWQiOiIyMzg4MzA0NzU0MiIsInJ1bl9udW1iZXIiOiIyOSIsInJ1bl90eXBlIjoiZnVsbCIsInJ1bm5lcl9pZCI6IjEwMDAwNTY5ODgiLCJydW5uZXJfdHlwZSI6Imhvc3RlZCIsInNjcCI6IkFjdGlvbnMuUmVzdWx0czo2YTEyNTZkZC0wNTE4LTRlZWMtYjdhNS0zOWFkZDJiMGM4MjI6OTM0YTdhZGYtNmNlOS01MDIxLThmNzQtYzM3NWQwMDVjNGIyIEFjdGlvbnMuUnVubmVyOjZhMTI1NmRkLTA1MTgtNGVlYy1iN2E1LTM5YWRkMmIwYzgyMjo5MzRhN2FkZi02Y2U5LTUwMjEtOGY3NC1jMzc1ZDAwNWM0YjIgQWN0aW9ucy5VcGxvYWRBcnRpZmFjdHM6NmExMjU2ZGQtMDUxOC00ZWVjLWI3YTUtMzlhZGQyYjBjODIyOjkzNGE3YWRmLTZjZTktNTAyMS04Zjc0LWMzNzVkMDA1YzRiMiBnZW5lcmF0ZV9pZF90b2tlbjo2YTEyNTZkZC0wNTE4LTRlZWMtYjdhNS0zOWFkZDJiMGM4MjI6OTM0YTdhZGYtNmNlOS01MDIxLThmNzQtYzM3NWQwMDVjNGIyIEFjdGlvbnMuR2VuZXJpY1JlYWQ6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwic2hhIjoiZDQ5NWY4NTVkZjczMDI1MDNkZDFhZGJmZDNmZDQ2Y2QwNDM3MmIyYSIsInRydXN0X3RpZXIiOiIxIn0.j_zBUxb-0Cyu5Ax3XQMGqV12E51C8ZLH9D52YHqRy35o0FGkLN7tEV_EatcZzaDb7bLABc19xzVBGue6xpsPvH4N-zVSuB3qPQKzQE2ns0pDHUtYuBdWsPfRI0lGXsD9IV-T0HrfYYINrhbz-BgEPjVjEiOKQd3_e96ntHVBvOZK_Al2dfvJEbFVR2E2zoIYjnQRbjjguLa2N2tFlojiBRL9yD8WC_I5-IylV9rra1YtHnm_ZKadjR_c6ADfZ2T5KajQa5K_MI7SV2bSOtJ1U4nKPYtdsu3i4mXB-wJmfkS6L3lYA7VsrGPYVZYtJuO-e9Fgq3SbcYZlxi2_NH_mZw", 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_5b641e55-6683-48a4-9eb1-a3c039e470b7", INVOCATION_ID: "a966afed20f7490d95af7bb428f4cf24", 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: "29", 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 1000056988", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "main", 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.1-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: "true", 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: "d495f855df7302503dd1adbfd3fd46cd04372b2a", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/main", 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_20ee4512-d0eb-48dd-886f-99643e30cd23", 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/96//idtoken/6a1256dd-0518-4eec-b7a5-39add2b0c822/934a7adf-6ce9-5021-8f74-c375d005c4b2?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_20ee4512-d0eb-48dd-886f-99643e30cd23", 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_20ee4512-d0eb-48dd-886f-99643e30cd23", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1837
|
+
var Hr = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_214e5cb3-925c-4864-8667-6de3feffa11a", 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_214e5cb3-925c-4864-8667-6de3feffa11a", 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: "1861", ACTIONS_ORCHESTRATION_ID: "d66fc6b2-fea7-465b-8b39-5047b393b293.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:12779", 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: "23913758774", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "506841d209db84091c916c2ffd10717bd5e67891", 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/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9tYWluXCIsXCJQZXJtaXNzaW9uXCI6M31dIiwiYWNzbCI6IjEwIiwiYXVkIjoidnNvOjZmOTZmYTg5LWI3YmYtNDg3OC1iYWQzLTg5ODAwNjU2NmI2ZSIsImJpbGxpbmdfb3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJleHAiOjE3NzUxNzM4MzcsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImlhdCI6MTc3NTE1MTYzNywiaXNzIjoiaHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImpvYl9pZCI6IjFmMmRmMzMxLTUwYzctNWExYy1hNWU1LTkzMmUyM2ZmZjRhNCIsIm5hbWVpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsIm5iZiI6MTc3NTE1MTMzNywib2lkY19leHRyYSI6IntcImFjdG9yXCI6XCJqdW4tbGVlLWZlZWRtZVwiLFwiYWN0b3JfaWRcIjpcIjIzOTI4Mjg2MlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiY2hlY2tfcnVuX2lkXCI6XCI2OTc0MjIwNjU5NlwiLFwiZXZlbnRfbmFtZVwiOlwid29ya2Zsb3dfZGlzcGF0Y2hcIixcImhlYWRfcmVmXCI6XCJcIixcImpvYl93b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9hY3Rpb25zLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtbnBtLWdpdGh1Yi55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwiam9iX3dvcmtmbG93X3NoYVwiOlwiM2YzNTQ0ODAwYmFhM2I4YmM0YWFhZTk0ZWU4NGMwMTJiZDY0OGZmZVwiLFwicmVmXCI6XCJyZWZzL2hlYWRzL21haW5cIixcInJlZl9wcm90ZWN0ZWRcIjpcInRydWVcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcInJlcG9zaXRvcnlcIjpcImZlZWRtZXBvcy9ocm0tc2VydmljZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiMTEyNDY3MjIzNVwiLFwicmVwb3NpdG9yeV9vd25lclwiOlwiZmVlZG1lcG9zXCIsXCJyZXBvc2l0b3J5X293bmVyX2lkXCI6XCI1NDgzMTUxNVwiLFwicmVwb3NpdG9yeV92aXNpYmlsaXR5XCI6XCJwcml2YXRlXCIsXCJydW5fYXR0ZW1wdFwiOlwiMVwiLFwicnVuX2lkXCI6XCIyMzkxMzc1ODc3NFwiLFwicnVuX251bWJlclwiOlwiMzFcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwiLFwic2hhXCI6XCI1MDY4NDFkMjA5ZGI4NDA5MWM5MTZjMmZmZDEwNzE3YmQ1ZTY3ODkxXCIsXCJ3b3JrZmxvd1wiOlwiUHVibGlzaCBocm0tcG9ydGFsXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9ocm0tc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLWhybS1wb3J0YWwtdHJ1c3RlZC55bWxAcmVmcy9oZWFkcy9tYWluXCIsXCJ3b3JrZmxvd19zaGFcIjpcIjUwNjg0MWQyMDlkYjg0MDkxYzkxNmMyZmZkMTA3MTdiZDVlNjc4OTFcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL2hybS1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL21haW4iLCJvcmNoX2lkIjoiZDY2ZmM2YjItZmVhNy00NjViLThiMzktNTA0N2IzOTNiMjkzLnB1Ymxpc2gucHVibGlzaC5fX2RlZmF1bHQiLCJvd25lcl9pZCI6IkVfa2dET0FBSm9ZUSIsInBsYW5faWQiOiJkNjZmYzZiMi1mZWE3LTQ2NWItOGIzOS01MDQ3YjM5M2IyOTMiLCJyZXBvc2l0b3J5X2lkIjoiMTEyNDY3MjIzNSIsInJ1bl9pZCI6IjIzOTEzNzU4Nzc0IiwicnVuX251bWJlciI6IjMxIiwicnVuX3R5cGUiOiJmdWxsIiwicnVubmVyX2lkIjoiMTAwMDA1NzI4MSIsInJ1bm5lcl90eXBlIjoiaG9zdGVkIiwic2NwIjoiQWN0aW9ucy5SZXN1bHRzOmQ2NmZjNmIyLWZlYTctNDY1Yi04YjM5LTUwNDdiMzkzYjI5MzoxZjJkZjMzMS01MGM3LTVhMWMtYTVlNS05MzJlMjNmZmY0YTQgQWN0aW9ucy5SdW5uZXI6ZDY2ZmM2YjItZmVhNy00NjViLThiMzktNTA0N2IzOTNiMjkzOjFmMmRmMzMxLTUwYzctNWExYy1hNWU1LTkzMmUyM2ZmZjRhNCBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czpkNjZmYzZiMi1mZWE3LTQ2NWItOGIzOS01MDQ3YjM5M2IyOTM6MWYyZGYzMzEtNTBjNy01YTFjLWE1ZTUtOTMyZTIzZmZmNGE0IGdlbmVyYXRlX2lkX3Rva2VuOmQ2NmZjNmIyLWZlYTctNDY1Yi04YjM5LTUwNDdiMzkzYjI5MzoxZjJkZjMzMS01MGM3LTVhMWMtYTVlNS05MzJlMjNmZmY0YTQgQWN0aW9ucy5HZW5lcmljUmVhZDowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJzaGEiOiI1MDY4NDFkMjA5ZGI4NDA5MWM5MTZjMmZmZDEwNzE3YmQ1ZTY3ODkxIiwidHJ1c3RfdGllciI6IjEifQ.XLXTGrYDU3E6hhwG6t_QQ6bRyjgeYOHSIcaxPPQlo8liylhQfXIzDnXEdxPVtcbzH2HpEeumx_KzqPlPz5PhsTmktvmTH9FXGPx2acgrfqIyIq_WGY_ERcHIVp-dRO5fI8KmmHFmk8hUwl9R7tkECMAsKSU9rdJA4ZGlCyKj1-nInhl9ihrjujSsvGcvH_sV4qMvmK8AjavEjdpziulmIUg7lz5lNIn3po756o4e7SrsQd5WJXO1GbL8SGy3cuHFGWl2DRKq6gjlEPhWfkA7WJElfADvgNBdAR50bj_Zv-sF33iRoZo-YlB5wt26kqhvuiO_oG5e3hHSkZgSMjAZjw", 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_3193ddca-2e8e-40e9-b10a-dde83a9cb1da", INVOCATION_ID: "a6d465ed2c374518adbcbbc31f4c09f2", 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: "31", GITHUB_TRIGGERING_ACTOR: "jun-lee-feedme", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_build_mf: "vite build --mode fmmf", npm_package_scripts_publish_npm: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --access public --tag latest --no-git-checks", npm_package_scripts_publish_npm_beta: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --access public --tag beta --no-git-checks", npm_package_scripts_publish_github: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --tag latest --no-git-checks", npm_package_scripts_publish_github_beta: "pnpm build && pnpm publish --registry https://npm.pkg.github.com/ --tag beta --no-git-checks", npm_config_frozen_lockfile: "", npm_package_devDependencies__vitest_ui: "^1.2.0", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", npm_package_devDependencies_eslint: "^9.39.2", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000057281", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "main", 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.2", 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: "true", 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: "506841d209db84091c916c2ffd10717bd5e67891", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/main", GITHUB_ACTOR: "jun-lee-feedme", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", 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_214e5cb3-925c-4864-8667-6de3feffa11a", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "239282862", RUNNER_WORKSPACE: "/home/runner/work/hrm-service", npm_package_devDependencies_vue_eslint_parser: "^10.2.0", npm_config_link_workspace_packages: "true", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-2-azure-eastus.actions.githubusercontent.com/115//idtoken/d66fc6b2-fea7-465b-8b39-5047b393b293/1f2df331-50c7-5a1c-a5e5-932e23fff4a4?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_214e5cb3-925c-4864-8667-6de3feffa11a", 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_214e5cb3-925c-4864-8667-6de3feffa11a", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1838
1838
|
const Br = "10.0.5";
|
|
1839
|
-
function
|
|
1840
|
-
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (
|
|
1839
|
+
function $r() {
|
|
1840
|
+
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Oe().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Oe().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Oe().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Oe().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
1841
1841
|
}
|
|
1842
|
-
const
|
|
1842
|
+
const Ue = {
|
|
1843
1843
|
// composer module errors
|
|
1844
1844
|
UNEXPECTED_RETURN_TYPE: mr,
|
|
1845
1845
|
// 24
|
|
@@ -1852,34 +1852,34 @@ const Ve = {
|
|
|
1852
1852
|
// unexpected error
|
|
1853
1853
|
UNEXPECTED_ERROR: 32
|
|
1854
1854
|
};
|
|
1855
|
-
function
|
|
1855
|
+
function $e(e, ...t) {
|
|
1856
1856
|
return mt(e, null, void 0);
|
|
1857
1857
|
}
|
|
1858
|
-
const Pt = /* @__PURE__ */
|
|
1859
|
-
function
|
|
1860
|
-
if (!
|
|
1858
|
+
const Pt = /* @__PURE__ */ Ce("__translateVNode"), Ft = /* @__PURE__ */ Ce("__datetimeParts"), Ut = /* @__PURE__ */ Ce("__numberParts"), Jr = Ce("__setPluralRules"), Wn = /* @__PURE__ */ Ce("__injectWithOption"), jt = /* @__PURE__ */ Ce("__dispose");
|
|
1859
|
+
function Je(e) {
|
|
1860
|
+
if (!U(e))
|
|
1861
1861
|
return e;
|
|
1862
1862
|
for (const t in e)
|
|
1863
1863
|
if (de(e, t))
|
|
1864
1864
|
if (!t.includes("."))
|
|
1865
|
-
|
|
1865
|
+
U(e[t]) && Je(e[t]);
|
|
1866
1866
|
else {
|
|
1867
1867
|
const n = t.split("."), s = n.length - 1;
|
|
1868
1868
|
let l = e, r = !1;
|
|
1869
1869
|
for (let u = 0; u < s; u++) {
|
|
1870
|
-
if (n[u] in l || (l[n[u]] = W()), !
|
|
1870
|
+
if (n[u] in l || (l[n[u]] = W()), !U(l[n[u]])) {
|
|
1871
1871
|
r = !0;
|
|
1872
1872
|
break;
|
|
1873
1873
|
}
|
|
1874
1874
|
l = l[n[u]];
|
|
1875
1875
|
}
|
|
1876
|
-
r || (l[n[s]] = e[t], delete e[t]),
|
|
1876
|
+
r || (l[n[s]] = e[t], delete e[t]), U(l[n[s]]) && Je(l[n[s]]);
|
|
1877
1877
|
}
|
|
1878
1878
|
return e;
|
|
1879
1879
|
}
|
|
1880
1880
|
function Gn(e, t) {
|
|
1881
|
-
const { messages: n, __i18n: s, messageResolver: l, flatJson: r } = t, u = F(n) ? n :
|
|
1882
|
-
if (
|
|
1881
|
+
const { messages: n, __i18n: s, messageResolver: l, flatJson: r } = t, u = F(n) ? n : Q(s) ? W() : { [e]: W() };
|
|
1882
|
+
if (Q(s) && s.forEach((m) => {
|
|
1883
1883
|
if ("locale" in m && "resource" in m) {
|
|
1884
1884
|
const { locale: c, resource: f } = m;
|
|
1885
1885
|
c ? (u[c] = u[c] || W(), at(f, u[c])) : at(f, u);
|
|
@@ -1887,14 +1887,14 @@ function Gn(e, t) {
|
|
|
1887
1887
|
R(m) && at(JSON.parse(m), u);
|
|
1888
1888
|
}), l == null && r)
|
|
1889
1889
|
for (const m in u)
|
|
1890
|
-
de(u, m) &&
|
|
1890
|
+
de(u, m) && Je(u[m]);
|
|
1891
1891
|
return u;
|
|
1892
1892
|
}
|
|
1893
1893
|
function Zn(e) {
|
|
1894
1894
|
return e.type;
|
|
1895
1895
|
}
|
|
1896
|
-
function
|
|
1897
|
-
let s =
|
|
1896
|
+
function zr(e, t, n) {
|
|
1897
|
+
let s = U(t.messages) ? t.messages : W();
|
|
1898
1898
|
"__i18nGlobal" in n && (s = Gn(e.locale.value, {
|
|
1899
1899
|
messages: s,
|
|
1900
1900
|
__i18n: n.__i18nGlobal
|
|
@@ -1904,13 +1904,13 @@ function Kr(e, t, n) {
|
|
|
1904
1904
|
e.mergeLocaleMessage(r, s[r]);
|
|
1905
1905
|
});
|
|
1906
1906
|
{
|
|
1907
|
-
if (
|
|
1907
|
+
if (U(t.datetimeFormats)) {
|
|
1908
1908
|
const r = Object.keys(t.datetimeFormats);
|
|
1909
1909
|
r.length && r.forEach((u) => {
|
|
1910
1910
|
e.mergeDateTimeFormat(u, t.datetimeFormats[u]);
|
|
1911
1911
|
});
|
|
1912
1912
|
}
|
|
1913
|
-
if (
|
|
1913
|
+
if (U(t.numberFormats)) {
|
|
1914
1914
|
const r = Object.keys(t.numberFormats);
|
|
1915
1915
|
r.length && r.forEach((u) => {
|
|
1916
1916
|
e.mergeNumberFormat(u, t.numberFormats[u]);
|
|
@@ -1919,30 +1919,30 @@ function Kr(e, t, n) {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
1921
|
function vn(e) {
|
|
1922
|
-
return ie(
|
|
1922
|
+
return ie($n, null, e, 0);
|
|
1923
1923
|
}
|
|
1924
|
-
const Nn = "__INTLIFY_META__", Tn = () => [],
|
|
1924
|
+
const Nn = "__INTLIFY_META__", Tn = () => [], Kr = () => !1;
|
|
1925
1925
|
let kn = 0;
|
|
1926
1926
|
function yn(e) {
|
|
1927
|
-
return (t, n, s, l) => e(n, s,
|
|
1927
|
+
return (t, n, s, l) => e(n, s, Vt() || void 0, l);
|
|
1928
1928
|
}
|
|
1929
|
-
const
|
|
1930
|
-
const e =
|
|
1929
|
+
const Qr = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
1930
|
+
const e = Vt();
|
|
1931
1931
|
let t = null;
|
|
1932
1932
|
return e && (t = Zn(e)[Nn]) ? { [Nn]: t } : null;
|
|
1933
1933
|
};
|
|
1934
1934
|
function qr(e = {}) {
|
|
1935
1935
|
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, r = qt ? Re : Bn;
|
|
1936
|
-
let u =
|
|
1936
|
+
let u = K(e.inheritLocale) ? e.inheritLocale : !0;
|
|
1937
1937
|
const m = r(
|
|
1938
1938
|
// prettier-ignore
|
|
1939
1939
|
t && u ? t.locale.value : R(e.locale) ? e.locale : it
|
|
1940
1940
|
), c = r(
|
|
1941
1941
|
// prettier-ignore
|
|
1942
|
-
t && u ? t.fallbackLocale.value : R(e.fallbackLocale) ||
|
|
1943
|
-
), f = r(Gn(m.value, e)),
|
|
1944
|
-
let g = t ? t.missingWarn :
|
|
1945
|
-
const
|
|
1942
|
+
t && u ? t.fallbackLocale.value : R(e.fallbackLocale) || Q(e.fallbackLocale) || F(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : m.value
|
|
1943
|
+
), f = r(Gn(m.value, e)), h = r(F(e.datetimeFormats) ? e.datetimeFormats : { [m.value]: {} }), E = r(F(e.numberFormats) ? e.numberFormats : { [m.value]: {} });
|
|
1944
|
+
let g = t ? t.missingWarn : K(e.missingWarn) || ot(e.missingWarn) ? e.missingWarn : !0, k = t ? t.fallbackWarn : K(e.fallbackWarn) || ot(e.fallbackWarn) ? e.fallbackWarn : !0, M = t ? t.fallbackRoot : K(e.fallbackRoot) ? e.fallbackRoot : !0, T = !!e.fallbackFormat, L = H(e.missing) ? e.missing : null, i = H(e.missing) ? yn(e.missing) : null, d = H(e.postTranslation) ? e.postTranslation : null, N = t ? t.warnHtmlMessage : K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, p = !!e.escapeParameter;
|
|
1945
|
+
const O = t ? t.modifiers : F(e.modifiers) ? e.modifiers : {};
|
|
1946
1946
|
let y = e.pluralRules || t && t.pluralRules, v;
|
|
1947
1947
|
v = (() => {
|
|
1948
1948
|
s && dn(null);
|
|
@@ -1951,7 +1951,7 @@ function qr(e = {}) {
|
|
|
1951
1951
|
locale: m.value,
|
|
1952
1952
|
fallbackLocale: c.value,
|
|
1953
1953
|
messages: f.value,
|
|
1954
|
-
modifiers:
|
|
1954
|
+
modifiers: O,
|
|
1955
1955
|
pluralRules: y,
|
|
1956
1956
|
missing: i === null ? void 0 : i,
|
|
1957
1957
|
missingWarn: g,
|
|
@@ -1965,7 +1965,7 @@ function qr(e = {}) {
|
|
|
1965
1965
|
messageCompiler: e.messageCompiler,
|
|
1966
1966
|
__meta: { framework: "vue" }
|
|
1967
1967
|
};
|
|
1968
|
-
_.datetimeFormats =
|
|
1968
|
+
_.datetimeFormats = h.value, _.numberFormats = E.value, _.__datetimeFormatters = F(v) ? v.__datetimeFormatters : void 0, _.__numberFormatters = F(v) ? v.__numberFormatters : void 0;
|
|
1969
1969
|
const I = Ar(_);
|
|
1970
1970
|
return s && dn(I), I;
|
|
1971
1971
|
})(), Ye(v, m.value, c.value);
|
|
@@ -1974,7 +1974,7 @@ function qr(e = {}) {
|
|
|
1974
1974
|
m.value,
|
|
1975
1975
|
c.value,
|
|
1976
1976
|
f.value,
|
|
1977
|
-
|
|
1977
|
+
h.value,
|
|
1978
1978
|
E.value
|
|
1979
1979
|
];
|
|
1980
1980
|
}
|
|
@@ -1988,7 +1988,7 @@ function qr(e = {}) {
|
|
|
1988
1988
|
set: (_) => {
|
|
1989
1989
|
c.value = _, v.fallbackLocale = c.value, Ye(v, m.value, _);
|
|
1990
1990
|
}
|
|
1991
|
-
}),
|
|
1991
|
+
}), S = Z(() => f.value), C = /* @__PURE__ */ Z(() => h.value), D = /* @__PURE__ */ Z(() => E.value);
|
|
1992
1992
|
function X() {
|
|
1993
1993
|
return H(d) ? d : null;
|
|
1994
1994
|
}
|
|
@@ -1996,88 +1996,88 @@ function qr(e = {}) {
|
|
|
1996
1996
|
d = _, v.postTranslation = _;
|
|
1997
1997
|
}
|
|
1998
1998
|
function P() {
|
|
1999
|
-
return
|
|
1999
|
+
return L;
|
|
2000
2000
|
}
|
|
2001
2001
|
function se(_) {
|
|
2002
|
-
_ !== null && (i = yn(_)),
|
|
2002
|
+
_ !== null && (i = yn(_)), L = _, v.missing = i;
|
|
2003
2003
|
}
|
|
2004
|
-
const
|
|
2004
|
+
const j = (_, I, G, J, ke, Ke) => {
|
|
2005
2005
|
Y();
|
|
2006
2006
|
let Me;
|
|
2007
2007
|
try {
|
|
2008
|
-
Hr.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (v.fallbackContext = t ?
|
|
2008
|
+
Hr.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (v.fallbackContext = t ? Cr() : void 0), Me = _(v);
|
|
2009
2009
|
} finally {
|
|
2010
2010
|
__INTLIFY_PROD_DEVTOOLS__, s || (v.fallbackContext = void 0);
|
|
2011
2011
|
}
|
|
2012
2012
|
if (G !== "translate exists" && // for not `te` (e.g `t`)
|
|
2013
2013
|
ee(Me) && Me === dt || G === "translate exists" && !Me) {
|
|
2014
|
-
const [Xn,
|
|
2015
|
-
return t && M ?
|
|
2014
|
+
const [Xn, Ca] = I();
|
|
2015
|
+
return t && M ? J(t) : ke(Xn);
|
|
2016
2016
|
} else {
|
|
2017
|
-
if (
|
|
2017
|
+
if (Ke(Me))
|
|
2018
2018
|
return Me;
|
|
2019
|
-
throw
|
|
2019
|
+
throw $e(Ue.UNEXPECTED_RETURN_TYPE);
|
|
2020
2020
|
}
|
|
2021
2021
|
};
|
|
2022
2022
|
function Te(..._) {
|
|
2023
|
-
return
|
|
2023
|
+
return j((I) => Reflect.apply(In, null, [I, ..._]), () => wt(..._), "translate", (I) => Reflect.apply(I.t, I, [..._]), (I) => I, (I) => R(I));
|
|
2024
2024
|
}
|
|
2025
|
-
function
|
|
2026
|
-
const [I, G,
|
|
2027
|
-
if (
|
|
2028
|
-
throw
|
|
2029
|
-
return Te(I, G, te({ resolvedMessage: !0 },
|
|
2025
|
+
function Ve(..._) {
|
|
2026
|
+
const [I, G, J] = _;
|
|
2027
|
+
if (J && !U(J))
|
|
2028
|
+
throw $e(Ue.INVALID_ARGUMENT);
|
|
2029
|
+
return Te(I, G, te({ resolvedMessage: !0 }, J || {}));
|
|
2030
2030
|
}
|
|
2031
2031
|
function We(..._) {
|
|
2032
|
-
return
|
|
2032
|
+
return j((I) => Reflect.apply(fn, null, [I, ..._]), () => Dt(..._), "datetime format", (I) => Reflect.apply(I.d, I, [..._]), () => un, (I) => R(I));
|
|
2033
2033
|
}
|
|
2034
2034
|
function ft(..._) {
|
|
2035
|
-
return
|
|
2035
|
+
return j((I) => Reflect.apply(hn, null, [I, ..._]), () => Mt(..._), "number format", (I) => Reflect.apply(I.n, I, [..._]), () => un, (I) => R(I));
|
|
2036
2036
|
}
|
|
2037
2037
|
function pt(_) {
|
|
2038
|
-
return _.map((I) => R(I) || ee(I) ||
|
|
2038
|
+
return _.map((I) => R(I) || ee(I) || K(I) ? vn(String(I)) : I);
|
|
2039
2039
|
}
|
|
2040
|
-
const
|
|
2040
|
+
const ht = {
|
|
2041
2041
|
normalize: pt,
|
|
2042
2042
|
interpolate: (_) => _,
|
|
2043
2043
|
type: "vnode"
|
|
2044
2044
|
};
|
|
2045
|
-
function
|
|
2046
|
-
return
|
|
2045
|
+
function bt(..._) {
|
|
2046
|
+
return j((I) => {
|
|
2047
2047
|
let G;
|
|
2048
|
-
const
|
|
2048
|
+
const J = I;
|
|
2049
2049
|
try {
|
|
2050
|
-
|
|
2050
|
+
J.processor = ht, G = Reflect.apply(In, null, [J, ..._]);
|
|
2051
2051
|
} finally {
|
|
2052
|
-
|
|
2052
|
+
J.processor = null;
|
|
2053
2053
|
}
|
|
2054
2054
|
return G;
|
|
2055
|
-
}, () => wt(..._), "translate", (I) => I[Pt](..._), (I) => [vn(I)], (I) =>
|
|
2055
|
+
}, () => wt(..._), "translate", (I) => I[Pt](..._), (I) => [vn(I)], (I) => Q(I));
|
|
2056
2056
|
}
|
|
2057
|
-
function
|
|
2058
|
-
return
|
|
2057
|
+
function ze(..._) {
|
|
2058
|
+
return j((I) => Reflect.apply(hn, null, [I, ..._]), () => Mt(..._), "number format", (I) => I[Ut](..._), Tn, (I) => R(I) || Q(I));
|
|
2059
2059
|
}
|
|
2060
2060
|
function gt(..._) {
|
|
2061
|
-
return
|
|
2061
|
+
return j((I) => Reflect.apply(fn, null, [I, ..._]), () => Dt(..._), "datetime format", (I) => I[Ft](..._), Tn, (I) => R(I) || Q(I));
|
|
2062
2062
|
}
|
|
2063
2063
|
function Et(_) {
|
|
2064
2064
|
y = _, v.pluralRules = y;
|
|
2065
2065
|
}
|
|
2066
2066
|
function It(_, I) {
|
|
2067
|
-
return
|
|
2067
|
+
return j(() => {
|
|
2068
2068
|
if (!_)
|
|
2069
2069
|
return !1;
|
|
2070
|
-
const G = R(I) ? I : m.value,
|
|
2070
|
+
const G = R(I) ? I : m.value, J = Ae(G), ke = v.messageResolver(J, _);
|
|
2071
2071
|
return Fe(ke) || ue(ke) || R(ke);
|
|
2072
|
-
}, () => [_], "translate exists", (G) => Reflect.apply(G.te, G, [_, I]),
|
|
2072
|
+
}, () => [_], "translate exists", (G) => Reflect.apply(G.te, G, [_, I]), Kr, (G) => K(G));
|
|
2073
2073
|
}
|
|
2074
2074
|
function vt(_) {
|
|
2075
2075
|
let I = null;
|
|
2076
|
-
const G =
|
|
2077
|
-
for (let
|
|
2078
|
-
const ke = f.value[G[
|
|
2079
|
-
if (
|
|
2080
|
-
I =
|
|
2076
|
+
const G = Cn(v, c.value, m.value);
|
|
2077
|
+
for (let J = 0; J < G.length; J++) {
|
|
2078
|
+
const ke = f.value[G[J]] || {}, Ke = v.messageResolver(ke, _);
|
|
2079
|
+
if (Ke != null) {
|
|
2080
|
+
I = Ke;
|
|
2081
2081
|
break;
|
|
2082
2082
|
}
|
|
2083
2083
|
}
|
|
@@ -2093,8 +2093,8 @@ function qr(e = {}) {
|
|
|
2093
2093
|
function De(_, I) {
|
|
2094
2094
|
if (l) {
|
|
2095
2095
|
const G = { [_]: I };
|
|
2096
|
-
for (const
|
|
2097
|
-
de(G,
|
|
2096
|
+
for (const J in G)
|
|
2097
|
+
de(G, J) && Je(G[J]);
|
|
2098
2098
|
I = G[_];
|
|
2099
2099
|
}
|
|
2100
2100
|
f.value[_] = I, v.messages = f.value;
|
|
@@ -2103,31 +2103,31 @@ function qr(e = {}) {
|
|
|
2103
2103
|
f.value[_] = f.value[_] || {};
|
|
2104
2104
|
const G = { [_]: I };
|
|
2105
2105
|
if (l)
|
|
2106
|
-
for (const
|
|
2107
|
-
de(G,
|
|
2106
|
+
for (const J in G)
|
|
2107
|
+
de(G, J) && Je(G[J]);
|
|
2108
2108
|
I = G[_], at(I, f.value[_]), v.messages = f.value;
|
|
2109
2109
|
}
|
|
2110
2110
|
function Nt(_) {
|
|
2111
|
-
return
|
|
2111
|
+
return h.value[_] || {};
|
|
2112
2112
|
}
|
|
2113
2113
|
function a(_, I) {
|
|
2114
|
-
|
|
2114
|
+
h.value[_] = I, v.datetimeFormats = h.value, pn(v, _, I);
|
|
2115
2115
|
}
|
|
2116
2116
|
function o(_, I) {
|
|
2117
|
-
|
|
2117
|
+
h.value[_] = te(h.value[_] || {}, I), v.datetimeFormats = h.value, pn(v, _, I);
|
|
2118
2118
|
}
|
|
2119
|
-
function
|
|
2119
|
+
function b(_) {
|
|
2120
2120
|
return E.value[_] || {};
|
|
2121
2121
|
}
|
|
2122
2122
|
function A(_, I) {
|
|
2123
|
-
E.value[_] = I, v.numberFormats = E.value,
|
|
2123
|
+
E.value[_] = I, v.numberFormats = E.value, bn(v, _, I);
|
|
2124
2124
|
}
|
|
2125
|
-
function
|
|
2126
|
-
E.value[_] = te(E.value[_] || {}, I), v.numberFormats = E.value,
|
|
2125
|
+
function $(_, I) {
|
|
2126
|
+
E.value[_] = te(E.value[_] || {}, I), v.numberFormats = E.value, bn(v, _, I);
|
|
2127
2127
|
}
|
|
2128
|
-
kn++, t && qt && (
|
|
2128
|
+
kn++, t && qt && (St(t.locale, (_) => {
|
|
2129
2129
|
u && (m.value = _, v.locale = _, Ye(v, m.value, c.value));
|
|
2130
|
-
}),
|
|
2130
|
+
}), St(t.fallbackLocale, (_) => {
|
|
2131
2131
|
u && (c.value = _, v.fallbackLocale = _, Ye(v, m.value, c.value));
|
|
2132
2132
|
}));
|
|
2133
2133
|
const w = {
|
|
@@ -2143,9 +2143,9 @@ function qr(e = {}) {
|
|
|
2143
2143
|
get availableLocales() {
|
|
2144
2144
|
return Object.keys(f.value).sort();
|
|
2145
2145
|
},
|
|
2146
|
-
messages:
|
|
2146
|
+
messages: S,
|
|
2147
2147
|
get modifiers() {
|
|
2148
|
-
return
|
|
2148
|
+
return O;
|
|
2149
2149
|
},
|
|
2150
2150
|
get pluralRules() {
|
|
2151
2151
|
return y || {};
|
|
@@ -2197,9 +2197,9 @@ function qr(e = {}) {
|
|
|
2197
2197
|
setPostTranslationHandler: B,
|
|
2198
2198
|
getMissingHandler: P,
|
|
2199
2199
|
setMissingHandler: se,
|
|
2200
|
-
[
|
|
2200
|
+
[Jr]: Et
|
|
2201
2201
|
};
|
|
2202
|
-
return w.datetimeFormats =
|
|
2202
|
+
return w.datetimeFormats = C, w.numberFormats = D, w.rt = Ve, w.te = It, w.tm = Ge, w.d = We, w.n = ft, w.getDateTimeFormat = Nt, w.setDateTimeFormat = a, w.mergeDateTimeFormat = o, w.getNumberFormat = b, w.setNumberFormat = A, w.mergeNumberFormat = $, w[Wn] = n, w[Pt] = bt, w[Ft] = gt, w[Ut] = ze, w;
|
|
2203
2203
|
}
|
|
2204
2204
|
const Bt = {
|
|
2205
2205
|
tag: {
|
|
@@ -2223,14 +2223,14 @@ function ea({ slots: e }, t) {
|
|
|
2223
2223
|
return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((s, l) => [
|
|
2224
2224
|
...s,
|
|
2225
2225
|
// prettier-ignore
|
|
2226
|
-
...l.type ===
|
|
2226
|
+
...l.type === je ? l.children : [l]
|
|
2227
2227
|
], []) : t.reduce((n, s) => {
|
|
2228
2228
|
const l = e[s];
|
|
2229
2229
|
return l && (n[s] = l()), n;
|
|
2230
2230
|
}, W());
|
|
2231
2231
|
}
|
|
2232
2232
|
function Yn() {
|
|
2233
|
-
return
|
|
2233
|
+
return je;
|
|
2234
2234
|
}
|
|
2235
2235
|
te({
|
|
2236
2236
|
keypath: {
|
|
@@ -2243,22 +2243,22 @@ te({
|
|
|
2243
2243
|
}
|
|
2244
2244
|
}, Bt);
|
|
2245
2245
|
function ta(e) {
|
|
2246
|
-
return
|
|
2246
|
+
return Q(e) && !R(e[0]);
|
|
2247
2247
|
}
|
|
2248
2248
|
function xn(e, t, n, s) {
|
|
2249
2249
|
const { slots: l, attrs: r } = t;
|
|
2250
2250
|
return () => {
|
|
2251
2251
|
const u = { part: !0 };
|
|
2252
2252
|
let m = W();
|
|
2253
|
-
e.locale && (u.locale = e.locale), R(e.format) ? u.key = e.format :
|
|
2253
|
+
e.locale && (u.locale = e.locale), R(e.format) ? u.key = e.format : U(e.format) && (R(e.format.key) && (u.key = e.format.key), m = Object.keys(e.format).reduce((g, k) => n.includes(k) ? te(W(), g, { [k]: e.format[k] }) : g, W()));
|
|
2254
2254
|
const c = s(e.value, u, m);
|
|
2255
2255
|
let f = [u.key];
|
|
2256
|
-
|
|
2256
|
+
Q(c) ? f = c.map((g, k) => {
|
|
2257
2257
|
const M = l[g.type], T = M ? M({ [g.type]: g.value, index: k, parts: c }) : [g.value];
|
|
2258
2258
|
return ta(T) && (T[0].key = `${g.type}-${k}`), T;
|
|
2259
2259
|
}) : R(c) && (f = [c]);
|
|
2260
|
-
const
|
|
2261
|
-
return Rn(E,
|
|
2260
|
+
const h = te(W(), r), E = R(e.tag) || U(e.tag) ? e.tag : Yn();
|
|
2261
|
+
return Rn(E, h, f);
|
|
2262
2262
|
};
|
|
2263
2263
|
}
|
|
2264
2264
|
te({
|
|
@@ -2279,16 +2279,16 @@ te({
|
|
|
2279
2279
|
type: [String, Object]
|
|
2280
2280
|
}
|
|
2281
2281
|
}, Bt);
|
|
2282
|
-
const na = /* @__PURE__ */
|
|
2282
|
+
const na = /* @__PURE__ */ Ce("global-vue-i18n");
|
|
2283
2283
|
function _t(e = {}) {
|
|
2284
|
-
const t =
|
|
2284
|
+
const t = Vt();
|
|
2285
2285
|
if (t == null)
|
|
2286
|
-
throw
|
|
2286
|
+
throw $e(Ue.MUST_BE_CALL_SETUP_TOP);
|
|
2287
2287
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
2288
|
-
throw
|
|
2288
|
+
throw $e(Ue.NOT_INSTALLED);
|
|
2289
2289
|
const n = sa(t), s = aa(n), l = Zn(t), r = ra(e, l);
|
|
2290
2290
|
if (r === "global")
|
|
2291
|
-
return
|
|
2291
|
+
return zr(s, e, l), s;
|
|
2292
2292
|
if (r === "parent") {
|
|
2293
2293
|
let c = la(n, t, e.__useComponent);
|
|
2294
2294
|
return c == null && (c = s), c;
|
|
@@ -2297,14 +2297,14 @@ function _t(e = {}) {
|
|
|
2297
2297
|
let m = u.__getInstance(t);
|
|
2298
2298
|
if (m == null) {
|
|
2299
2299
|
const c = te({}, e);
|
|
2300
|
-
"__i18n" in l && (c.__i18n = l.__i18n), s && (c.__root = s), m = qr(c), u.__composerExtend && (m[
|
|
2300
|
+
"__i18n" in l && (c.__i18n = l.__i18n), s && (c.__root = s), m = qr(c), u.__composerExtend && (m[jt] = u.__composerExtend(m)), ia(u, t, m), u.__setInstance(t, m);
|
|
2301
2301
|
}
|
|
2302
2302
|
return m;
|
|
2303
2303
|
}
|
|
2304
2304
|
function sa(e) {
|
|
2305
2305
|
const t = Hn(e.isCE ? na : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
2306
2306
|
if (!t)
|
|
2307
|
-
throw
|
|
2307
|
+
throw $e(e.isCE ? Ue.NOT_INSTALLED_WITH_PROVIDE : Ue.UNEXPECTED_ERROR);
|
|
2308
2308
|
return t;
|
|
2309
2309
|
}
|
|
2310
2310
|
function ra(e, t) {
|
|
@@ -2336,19 +2336,19 @@ function oa(e, t = !1) {
|
|
|
2336
2336
|
}
|
|
2337
2337
|
function ia(e, t, n) {
|
|
2338
2338
|
Wt(() => {
|
|
2339
|
-
}, t),
|
|
2339
|
+
}, t), On(() => {
|
|
2340
2340
|
const s = n;
|
|
2341
2341
|
e.__deleteInstance(t);
|
|
2342
|
-
const l = s[
|
|
2343
|
-
l && (l(), delete s[
|
|
2342
|
+
const l = s[jt];
|
|
2343
|
+
l && (l(), delete s[jt]);
|
|
2344
2344
|
}, t);
|
|
2345
2345
|
}
|
|
2346
|
-
|
|
2346
|
+
$r();
|
|
2347
2347
|
yr(lr);
|
|
2348
|
-
|
|
2349
|
-
|
|
2348
|
+
Lr(Nr);
|
|
2349
|
+
Or(Cn);
|
|
2350
2350
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
2351
|
-
const e =
|
|
2351
|
+
const e = Oe();
|
|
2352
2352
|
e.__INTLIFY__ = !0, or(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
2353
2353
|
}
|
|
2354
2354
|
const nt = /* @__PURE__ */ _e({
|
|
@@ -2363,14 +2363,14 @@ const nt = /* @__PURE__ */ _e({
|
|
|
2363
2363
|
const { t } = _t();
|
|
2364
2364
|
return (n, s) => {
|
|
2365
2365
|
const l = xe("FmIcon"), r = xe("FmTooltip");
|
|
2366
|
-
return
|
|
2366
|
+
return z(), Se(r, {
|
|
2367
2367
|
variant: "plain",
|
|
2368
2368
|
placement: "right",
|
|
2369
2369
|
"z-index": 50
|
|
2370
2370
|
}, {
|
|
2371
2371
|
content: ce(() => [
|
|
2372
2372
|
ae("div", null, Xe(Ee(t)("team.memberForm.permissions.inherited")), 1),
|
|
2373
|
-
(
|
|
2373
|
+
(z(!0), le(je, null, pe(e.item.setNames, (u) => (z(), le("div", { key: u }, [
|
|
2374
2374
|
ae("div", null, "- " + Xe(u), 1)
|
|
2375
2375
|
]))), 128))
|
|
2376
2376
|
]),
|
|
@@ -2409,12 +2409,12 @@ const nt = /* @__PURE__ */ _e({
|
|
|
2409
2409
|
},
|
|
2410
2410
|
setup(e) {
|
|
2411
2411
|
const t = e;
|
|
2412
|
-
return (n, s) => (
|
|
2412
|
+
return (n, s) => (z(), le("div", ca, [
|
|
2413
2413
|
me(n.$slots, "top", {}, () => [
|
|
2414
|
-
t.title ? (
|
|
2414
|
+
t.title ? (z(), le("div", ua, [
|
|
2415
2415
|
ae("div", null, [
|
|
2416
|
-
t.required ? (
|
|
2417
|
-
|
|
2416
|
+
t.required ? (z(), le("span", ma, "*")) : ye("", !0),
|
|
2417
|
+
Jn(Xe(t.title), 1)
|
|
2418
2418
|
]),
|
|
2419
2419
|
me(n.$slots, "title-right")
|
|
2420
2420
|
])) : ye("", !0)
|
|
@@ -2432,10 +2432,10 @@ function fa(e, t) {
|
|
|
2432
2432
|
n += s.charAt(Math.floor(Math.random() * l));
|
|
2433
2433
|
return n;
|
|
2434
2434
|
}
|
|
2435
|
-
const pa = { class: "col flex items-center" },
|
|
2435
|
+
const pa = { class: "col flex items-center" }, ha = {
|
|
2436
2436
|
key: 1,
|
|
2437
2437
|
class: "q-pa-sm form-error-message text-error"
|
|
2438
|
-
},
|
|
2438
|
+
}, $t = /* @__PURE__ */ _e({
|
|
2439
2439
|
__name: "CheckboxInput",
|
|
2440
2440
|
props: {
|
|
2441
2441
|
options: {
|
|
@@ -2493,27 +2493,27 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2493
2493
|
},
|
|
2494
2494
|
emits: ["update:model-value"],
|
|
2495
2495
|
setup(e, { emit: t }) {
|
|
2496
|
-
const n = e, s = t, { t: l } = ct(), r = Re(!1), u =
|
|
2497
|
-
() => n.modelValue.filter((T) => n.options.some((
|
|
2496
|
+
const n = e, s = t, { t: l } = ct(), r = Re(!1), u = zn(), m = Z(() => n.modelValue.length < n.min ? `Min selection ${n.min}` : n.max !== void 0 && n.modelValue.length > n.max ? `Max selection ${n.max}` : !0), c = `checkbox-${fa(6)}`, f = Z(() => m.value !== !0), h = Z(
|
|
2497
|
+
() => n.modelValue.filter((T) => n.options.some((L) => L.value === T))
|
|
2498
2498
|
), E = Z(
|
|
2499
2499
|
() => typeof n.showAllToggle == "boolean" ? l("team.labels.all") : n.showAllToggle
|
|
2500
|
-
), g = Z(() => n.options.length > 0 && n.options.length ===
|
|
2500
|
+
), g = Z(() => n.options.length > 0 && n.options.length === h.value.length);
|
|
2501
2501
|
function k() {
|
|
2502
|
-
const T = n.modelValue.filter((
|
|
2502
|
+
const T = n.modelValue.filter((L) => !h.value.includes(L));
|
|
2503
2503
|
if (g.value === !0)
|
|
2504
2504
|
s("update:model-value", T);
|
|
2505
2505
|
else {
|
|
2506
|
-
const
|
|
2507
|
-
s("update:model-value", [...T, ...
|
|
2506
|
+
const L = n.includeDisabledOptionsWhenSelectAll ? n.options.map((i) => i.value) : n.options.filter((i) => !i.disabled).map((i) => i.value);
|
|
2507
|
+
s("update:model-value", [...T, ...L]);
|
|
2508
2508
|
}
|
|
2509
2509
|
}
|
|
2510
|
-
function M(T,
|
|
2510
|
+
function M(T, L) {
|
|
2511
2511
|
let i = rt(n.modelValue);
|
|
2512
|
-
|
|
2512
|
+
L ? i.every((d) => d !== T) && i.push(T) : i = i.filter((d) => d !== T), s("update:model-value", i);
|
|
2513
2513
|
}
|
|
2514
|
-
return (T,
|
|
2514
|
+
return (T, L) => {
|
|
2515
2515
|
const i = xe("FmCheckbox");
|
|
2516
|
-
return
|
|
2516
|
+
return z(), Se(_a, {
|
|
2517
2517
|
id: c,
|
|
2518
2518
|
title: e.title,
|
|
2519
2519
|
required: !1
|
|
@@ -2522,7 +2522,7 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2522
2522
|
me(T.$slots, "top")
|
|
2523
2523
|
]),
|
|
2524
2524
|
default: ce(() => [
|
|
2525
|
-
n.showAllToggle ? (
|
|
2525
|
+
n.showAllToggle ? (z(), Se(i, {
|
|
2526
2526
|
key: 0,
|
|
2527
2527
|
"model-value": g.value,
|
|
2528
2528
|
disabled: e.disable,
|
|
@@ -2533,13 +2533,13 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2533
2533
|
value: E.value,
|
|
2534
2534
|
"onUpdate:modelValue": k
|
|
2535
2535
|
}, null, 8, ["model-value", "disabled", "label", "style", "value"])) : ye("", !0),
|
|
2536
|
-
(
|
|
2536
|
+
(z(!0), le(je, null, pe(e.options, (d, N) => (z(), le("div", {
|
|
2537
2537
|
key: d.value,
|
|
2538
2538
|
style: st(`margin-bottom: ${N < e.options.length - 1 ? n.gutter : 0}px`),
|
|
2539
|
-
class:
|
|
2539
|
+
class: Qe(N < e.options.length - 1 ? "q-mb-sm" : "")
|
|
2540
2540
|
}, [
|
|
2541
2541
|
ae("div", {
|
|
2542
|
-
class:
|
|
2542
|
+
class: Qe(["row justify-between", e.alignCenter ? "items-center" : "items-start"])
|
|
2543
2543
|
}, [
|
|
2544
2544
|
ae("div", pa, [
|
|
2545
2545
|
ie(i, {
|
|
@@ -2555,9 +2555,9 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2555
2555
|
selected: e.modelValue.includes(d.value)
|
|
2556
2556
|
})
|
|
2557
2557
|
]),
|
|
2558
|
-
Ee(u)[`checkbox-${d.key || d.value}-end`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (
|
|
2558
|
+
Ee(u)[`checkbox-${d.key || d.value}-end`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (z(), le("div", {
|
|
2559
2559
|
key: 0,
|
|
2560
|
-
class:
|
|
2560
|
+
class: Qe([{ "q-checkbox disabled": e.disable || d.disabled }, "col"])
|
|
2561
2561
|
}, [
|
|
2562
2562
|
me(T.$slots, `checkbox-${d.key || d.value}-end`, {
|
|
2563
2563
|
option: d,
|
|
@@ -2566,9 +2566,9 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2566
2566
|
})
|
|
2567
2567
|
], 2)) : ye("", !0)
|
|
2568
2568
|
], 2),
|
|
2569
|
-
Ee(u)[`checkbox-${d.key || d.value}-bottom`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (
|
|
2569
|
+
Ee(u)[`checkbox-${d.key || d.value}-bottom`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (z(), le("div", {
|
|
2570
2570
|
key: 0,
|
|
2571
|
-
class:
|
|
2571
|
+
class: Qe(["q-mt-sm", { "q-checkbox disabled": e.disable || d.disabled }]),
|
|
2572
2572
|
style: st(`margin-left: ${e.bottomSlotIndent}`)
|
|
2573
2573
|
}, [
|
|
2574
2574
|
me(T.$slots, `checkbox-${d.key || d.value}-bottom`, {
|
|
@@ -2578,13 +2578,13 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2578
2578
|
})
|
|
2579
2579
|
], 6)) : ye("", !0)
|
|
2580
2580
|
], 6))), 128)),
|
|
2581
|
-
r.value && f.value ? (
|
|
2581
|
+
r.value && f.value ? (z(), le("div", ha, Xe(m.value), 1)) : ye("", !0)
|
|
2582
2582
|
]),
|
|
2583
2583
|
_: 3
|
|
2584
2584
|
}, 8, ["title"]);
|
|
2585
2585
|
};
|
|
2586
2586
|
}
|
|
2587
|
-
}),
|
|
2587
|
+
}), ba = { class: "flex flex-col gap-16" }, ga = /* @__PURE__ */ _e({
|
|
2588
2588
|
__name: "BasePermission",
|
|
2589
2589
|
props: {
|
|
2590
2590
|
modelValue: {
|
|
@@ -2604,38 +2604,38 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2604
2604
|
setup(e, { emit: t }) {
|
|
2605
2605
|
const { getFlagValue: n } = os(), s = e, l = t, r = Object.values(as), u = Z(() => {
|
|
2606
2606
|
const c = /* @__PURE__ */ new Map();
|
|
2607
|
-
for (const
|
|
2608
|
-
const E =
|
|
2609
|
-
E && (s.excludedSubjects.includes(
|
|
2607
|
+
for (const h of lt) {
|
|
2608
|
+
const E = h.category;
|
|
2609
|
+
E && (s.excludedSubjects.includes(h.subject) || h.showByFeatureFlag && n(h.showByFeatureFlag) === "false" || (c.has(E) || c.set(E, []), c.get(E).push({ label: h.label, value: h.subject })));
|
|
2610
2610
|
}
|
|
2611
|
-
return [...c.keys()].sort((
|
|
2612
|
-
const g = r.indexOf(
|
|
2613
|
-
return g === -1 && k === -1 ?
|
|
2614
|
-
}).map((
|
|
2615
|
-
const E = c.get(
|
|
2616
|
-
return { category:
|
|
2611
|
+
return [...c.keys()].sort((h, E) => {
|
|
2612
|
+
const g = r.indexOf(h), k = r.indexOf(E);
|
|
2613
|
+
return g === -1 && k === -1 ? h.localeCompare(E) : g === -1 ? 1 : k === -1 ? -1 : g - k;
|
|
2614
|
+
}).map((h) => {
|
|
2615
|
+
const E = c.get(h), g = s.modelValue.filter((k) => E.some((M) => M.value === k.subject) && !k.inverted).map((k) => k.subject);
|
|
2616
|
+
return { category: h, options: E, selectedSubjects: g };
|
|
2617
2617
|
});
|
|
2618
2618
|
});
|
|
2619
2619
|
function m(c, f) {
|
|
2620
2620
|
var E;
|
|
2621
|
-
const
|
|
2621
|
+
const h = ((E = u.value.find((g) => g.category === c)) == null ? void 0 : E.options) ?? [];
|
|
2622
2622
|
l("update:model-value", [
|
|
2623
2623
|
// Keep permissions from all other categories unchanged
|
|
2624
|
-
...s.modelValue.filter((g) => !
|
|
2624
|
+
...s.modelValue.filter((g) => !h.some((k) => k.value === g.subject)),
|
|
2625
2625
|
// Replace with the newly selected permissions for this category (strip UI-only fields)
|
|
2626
2626
|
...lt.filter((g) => f.includes(g.subject)).map(({ category: g, showByFeatureFlag: k, ...M }) => M)
|
|
2627
2627
|
]);
|
|
2628
2628
|
}
|
|
2629
|
-
return (c, f) => (
|
|
2630
|
-
(
|
|
2631
|
-
key:
|
|
2632
|
-
"model-value":
|
|
2633
|
-
options:
|
|
2629
|
+
return (c, f) => (z(), le("div", ba, [
|
|
2630
|
+
(z(!0), le(je, null, pe(u.value, (h) => (z(), Se($t, {
|
|
2631
|
+
key: h.category,
|
|
2632
|
+
"model-value": h.selectedSubjects,
|
|
2633
|
+
options: h.options,
|
|
2634
2634
|
disable: e.disable,
|
|
2635
|
-
title:
|
|
2636
|
-
"onUpdate:modelValue": (E) => m(
|
|
2637
|
-
},
|
|
2638
|
-
pe(
|
|
2635
|
+
title: h.category,
|
|
2636
|
+
"onUpdate:modelValue": (E) => m(h.category, E)
|
|
2637
|
+
}, Le({ _: 2 }, [
|
|
2638
|
+
pe(h.options, (E) => ({
|
|
2639
2639
|
name: `checkbox-${E.value}-append`,
|
|
2640
2640
|
fn: ce(({ option: g }) => [
|
|
2641
2641
|
me(c.$slots, `checkbox-${E.value}-append`, { option: g })
|
|
@@ -2660,19 +2660,19 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2660
2660
|
s.value && (l.value = s.value.scrollHeight);
|
|
2661
2661
|
}
|
|
2662
2662
|
return Wt(async () => {
|
|
2663
|
-
await
|
|
2663
|
+
await Kn(), s.value && (r = new ResizeObserver(() => {
|
|
2664
2664
|
m();
|
|
2665
2665
|
}), r.observe(s.value));
|
|
2666
|
-
}),
|
|
2666
|
+
}), On(() => {
|
|
2667
2667
|
r == null || r.disconnect();
|
|
2668
2668
|
}), (c, f) => {
|
|
2669
|
-
const
|
|
2670
|
-
return
|
|
2669
|
+
const h = xe("FmButton");
|
|
2670
|
+
return z(), le(je, null, [
|
|
2671
2671
|
ae("div", { onClick: u }, [
|
|
2672
2672
|
ae("div", Ea, [
|
|
2673
2673
|
me(c.$slots, "title"),
|
|
2674
2674
|
ae("div", Ia, [
|
|
2675
|
-
ie(
|
|
2675
|
+
ie(h, {
|
|
2676
2676
|
icon: n.value ? "keyboard_arrow_down" : "keyboard_arrow_up",
|
|
2677
2677
|
"text-color": "neutral-gray-400",
|
|
2678
2678
|
variant: "tertiary",
|
|
@@ -2692,7 +2692,7 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2692
2692
|
], 64);
|
|
2693
2693
|
};
|
|
2694
2694
|
}
|
|
2695
|
-
}), Na = { class: "fm-typo-en-title-sm-600" },
|
|
2695
|
+
}), Na = { class: "fm-typo-en-title-sm-600" }, Ot = "includedFuture", Ln = /* @__PURE__ */ _e({
|
|
2696
2696
|
__name: "ConditionPermission",
|
|
2697
2697
|
props: {
|
|
2698
2698
|
modelValue: {
|
|
@@ -2717,34 +2717,34 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2717
2717
|
const n = e, s = t, { t: l } = ct(), r = Z(() => [
|
|
2718
2718
|
{
|
|
2719
2719
|
label: l("team.memberForm.permissions.includedFuture", { context: n.context }),
|
|
2720
|
-
value:
|
|
2720
|
+
value: Ot,
|
|
2721
2721
|
// Can only be selected if all other options are selected
|
|
2722
2722
|
disable: !!n.modelValue && n.options.length > n.modelValue.length
|
|
2723
2723
|
},
|
|
2724
2724
|
...n.options.filter(
|
|
2725
2725
|
(f) => f.label.toLocaleLowerCase().includes(c.value.toLocaleLowerCase())
|
|
2726
2726
|
)
|
|
2727
|
-
]), u = Z(() => n.modelValue ? n.modelValue : [
|
|
2727
|
+
]), u = Z(() => n.modelValue ? n.modelValue : [Ot, ...n.options.map((f) => f.value)]);
|
|
2728
2728
|
function m(f) {
|
|
2729
|
-
const
|
|
2730
|
-
s("update:model-value",
|
|
2729
|
+
const h = f.length === r.value.length;
|
|
2730
|
+
s("update:model-value", h ? null : f.filter((E) => E !== Ot));
|
|
2731
2731
|
}
|
|
2732
2732
|
const c = Re("");
|
|
2733
|
-
return (f,
|
|
2733
|
+
return (f, h) => {
|
|
2734
2734
|
const E = xe("fm-search");
|
|
2735
|
-
return
|
|
2735
|
+
return z(), Se(va, null, {
|
|
2736
2736
|
title: ce(() => [
|
|
2737
2737
|
ae("p", Na, Xe(Ee(l)("team.memberForm.permissions.manageable", { context: e.context })), 1)
|
|
2738
2738
|
]),
|
|
2739
2739
|
default: ce(() => [
|
|
2740
|
-
e.options.length > 1 ? (
|
|
2740
|
+
e.options.length > 1 ? (z(), Se(E, {
|
|
2741
2741
|
key: 0,
|
|
2742
2742
|
modelValue: c.value,
|
|
2743
|
-
"onUpdate:modelValue":
|
|
2743
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => c.value = g),
|
|
2744
2744
|
class: "mt-16",
|
|
2745
2745
|
placeholder: Ee(l)("team.memberForm.permissions.search", { context: e.context })
|
|
2746
2746
|
}, null, 8, ["modelValue", "placeholder"])) : ye("", !0),
|
|
2747
|
-
ie(
|
|
2747
|
+
ie($t, {
|
|
2748
2748
|
"model-value": u.value,
|
|
2749
2749
|
options: r.value,
|
|
2750
2750
|
"show-intermediate": !1,
|
|
@@ -2754,7 +2754,7 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2754
2754
|
title: "",
|
|
2755
2755
|
class: "mt-16",
|
|
2756
2756
|
"onUpdate:modelValue": m
|
|
2757
|
-
},
|
|
2757
|
+
}, Le({ _: 2 }, [
|
|
2758
2758
|
pe(r.value, (g) => ({
|
|
2759
2759
|
name: `checkbox-${g.value}-append`,
|
|
2760
2760
|
fn: ce(({ option: k }) => [
|
|
@@ -2800,15 +2800,15 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2800
2800
|
...n.roles.map((f) => ({
|
|
2801
2801
|
label: f.name,
|
|
2802
2802
|
value: f._id,
|
|
2803
|
-
disable: !!c && f.restaurants.every(({ id:
|
|
2803
|
+
disable: !!c && f.restaurants.every(({ id: h }) => !c.includes(h))
|
|
2804
2804
|
}))
|
|
2805
2805
|
];
|
|
2806
2806
|
}), u = Z(() => n.modelValue ? n.modelValue : [Rt, ...n.roles.map((c) => c._id)]);
|
|
2807
2807
|
function m(c) {
|
|
2808
2808
|
const f = c.length === r.value.length;
|
|
2809
|
-
s("update:model-value", f ? null : c.filter((
|
|
2809
|
+
s("update:model-value", f ? null : c.filter((h) => h !== Rt));
|
|
2810
2810
|
}
|
|
2811
|
-
return (c, f) => (
|
|
2811
|
+
return (c, f) => (z(), Se($t, {
|
|
2812
2812
|
"model-value": u.value,
|
|
2813
2813
|
options: r.value,
|
|
2814
2814
|
"show-intermediate": !1,
|
|
@@ -2816,11 +2816,11 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2816
2816
|
disable: e.disable,
|
|
2817
2817
|
title: Ee(l)("team.memberForm.permissions.roles"),
|
|
2818
2818
|
"onUpdate:modelValue": m
|
|
2819
|
-
},
|
|
2820
|
-
pe(r.value, (
|
|
2821
|
-
name: `checkbox-${
|
|
2819
|
+
}, Le({ _: 2 }, [
|
|
2820
|
+
pe(r.value, (h) => ({
|
|
2821
|
+
name: `checkbox-${h.value}-append`,
|
|
2822
2822
|
fn: ce(({ option: E }) => [
|
|
2823
|
-
me(c.$slots, `checkbox-${
|
|
2823
|
+
me(c.$slots, `checkbox-${h.value}-append`, { option: E })
|
|
2824
2824
|
])
|
|
2825
2825
|
}))
|
|
2826
2826
|
]), 1032, ["model-value", "options", "disable", "title"]));
|
|
@@ -2829,9 +2829,9 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2829
2829
|
async readWarehouses() {
|
|
2830
2830
|
return es(await ts().get("/warehouses"));
|
|
2831
2831
|
}
|
|
2832
|
-
}, ya = { class: "flex flex-col gap-32" },
|
|
2832
|
+
}, ya = { class: "flex flex-col gap-32" }, La = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Oa = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Ra = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Sa = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, ja = /* @__PURE__ */ _e({
|
|
2833
2833
|
__name: "PortalPermissionEditor",
|
|
2834
|
-
props: /* @__PURE__ */
|
|
2834
|
+
props: /* @__PURE__ */ zt({
|
|
2835
2835
|
disable: {
|
|
2836
2836
|
type: Boolean,
|
|
2837
2837
|
default: !1
|
|
@@ -2844,117 +2844,117 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2844
2844
|
modelValue: { default: () => [] },
|
|
2845
2845
|
modelModifiers: {}
|
|
2846
2846
|
}),
|
|
2847
|
-
emits: /* @__PURE__ */
|
|
2847
|
+
emits: /* @__PURE__ */ zt(["permissionChanged"], ["update:modelValue"]),
|
|
2848
2848
|
setup(e, { emit: t }) {
|
|
2849
|
-
const n =
|
|
2850
|
-
const
|
|
2849
|
+
const n = Qn(e, "modelValue"), s = e, l = t, { t: r } = ct(), u = Z(() => {
|
|
2850
|
+
const S = lt.filter((D) => !h.includes(D.subject)).map((D) => D.subject);
|
|
2851
2851
|
return ns(
|
|
2852
2852
|
s.inheritPermissions.map((D) => ({
|
|
2853
2853
|
...D,
|
|
2854
|
-
permissions: D.permissions.filter((X) =>
|
|
2854
|
+
permissions: D.permissions.filter((X) => S.includes(X.subject))
|
|
2855
2855
|
}))
|
|
2856
2856
|
).map((D) => ({
|
|
2857
2857
|
id: D.subject,
|
|
2858
2858
|
setNames: D.setNames
|
|
2859
2859
|
}));
|
|
2860
2860
|
}), m = Z(() => {
|
|
2861
|
-
const
|
|
2862
|
-
...
|
|
2863
|
-
permissions:
|
|
2861
|
+
const S = s.inheritPermissions.map((C) => ({
|
|
2862
|
+
...C,
|
|
2863
|
+
permissions: C.permissions.filter(
|
|
2864
2864
|
(D) => D.subject === q.Subject.Business.inventory_stock
|
|
2865
2865
|
)
|
|
2866
2866
|
}));
|
|
2867
2867
|
return Tt(
|
|
2868
|
-
|
|
2868
|
+
S,
|
|
2869
2869
|
"warehouseId",
|
|
2870
|
-
g.value.map((
|
|
2870
|
+
g.value.map((C) => C._id)
|
|
2871
2871
|
);
|
|
2872
2872
|
}), c = Z(() => {
|
|
2873
|
-
const
|
|
2874
|
-
...
|
|
2875
|
-
permissions:
|
|
2873
|
+
const S = s.inheritPermissions.map((C) => ({
|
|
2874
|
+
...C,
|
|
2875
|
+
permissions: C.permissions.filter(
|
|
2876
2876
|
(D) => D.subject === q.Subject.Restaurant.restaurant
|
|
2877
2877
|
)
|
|
2878
2878
|
}));
|
|
2879
2879
|
return Tt(
|
|
2880
|
-
|
|
2880
|
+
S,
|
|
2881
2881
|
"restaurantId",
|
|
2882
|
-
|
|
2882
|
+
L.value.map((C) => C._id)
|
|
2883
2883
|
);
|
|
2884
2884
|
}), f = Z(() => {
|
|
2885
|
-
const
|
|
2886
|
-
...
|
|
2887
|
-
permissions:
|
|
2885
|
+
const S = s.inheritPermissions.map((C) => ({
|
|
2886
|
+
...C,
|
|
2887
|
+
permissions: C.permissions.filter((D) => D.subject === q.Subject.Business.role)
|
|
2888
2888
|
}));
|
|
2889
2889
|
return Tt(
|
|
2890
|
-
|
|
2890
|
+
S,
|
|
2891
2891
|
"roleId",
|
|
2892
|
-
i.value.map((
|
|
2892
|
+
i.value.map((C) => C._id)
|
|
2893
2893
|
);
|
|
2894
|
-
}),
|
|
2894
|
+
}), h = [
|
|
2895
2895
|
q.Subject.Business.restaurant,
|
|
2896
2896
|
q.Subject.Business.role,
|
|
2897
2897
|
q.Subject.Restaurant.restaurant,
|
|
2898
2898
|
q.Subject.Business.inventory_stock
|
|
2899
2899
|
], E = Z(() => {
|
|
2900
|
-
var
|
|
2901
|
-
const
|
|
2900
|
+
var C;
|
|
2901
|
+
const S = (C = n.value) == null ? void 0 : C.find(
|
|
2902
2902
|
(D) => D.subject === q.Subject.Business.inventory_stock
|
|
2903
2903
|
);
|
|
2904
|
-
return
|
|
2905
|
-
}), g = Re([]), k = Z(() => g.value.map((
|
|
2906
|
-
label:
|
|
2907
|
-
value:
|
|
2904
|
+
return S ? S.conditions ? JSON.parse(S.conditions).warehouseId.$in : null : [];
|
|
2905
|
+
}), g = Re([]), k = Z(() => g.value.map((S) => ({
|
|
2906
|
+
label: S.profile.name,
|
|
2907
|
+
value: S._id
|
|
2908
2908
|
})));
|
|
2909
|
-
function M(
|
|
2910
|
-
const
|
|
2911
|
-
n.value =
|
|
2909
|
+
function M(S) {
|
|
2910
|
+
const C = T(n.value, S);
|
|
2911
|
+
n.value = C;
|
|
2912
2912
|
}
|
|
2913
|
-
function T(
|
|
2913
|
+
function T(S, C) {
|
|
2914
2914
|
let D = rt(
|
|
2915
|
-
|
|
2915
|
+
S.filter((X) => X.subject !== q.Subject.Business.inventory_stock)
|
|
2916
2916
|
);
|
|
2917
|
-
if (!
|
|
2917
|
+
if (!C || C.length > 0) {
|
|
2918
2918
|
const X = {
|
|
2919
2919
|
actions: [q.Action.manage],
|
|
2920
2920
|
subject: q.Subject.Business.inventory_stock
|
|
2921
2921
|
};
|
|
2922
|
-
|
|
2922
|
+
C && (X.conditions = JSON.stringify({ warehouseId: { $in: C } })), D.push(X);
|
|
2923
2923
|
}
|
|
2924
2924
|
return D;
|
|
2925
2925
|
}
|
|
2926
|
-
const { restaurants:
|
|
2927
|
-
label: `${
|
|
2928
|
-
value:
|
|
2929
|
-
}))), N = Z(() =>
|
|
2930
|
-
function
|
|
2931
|
-
const
|
|
2932
|
-
n.value =
|
|
2926
|
+
const { restaurants: L } = qn(), i = is().roles, d = Z(() => L.value.map((S) => ({
|
|
2927
|
+
label: `${S.profile.code ? S.profile.code + "-" : ""}${S.profile.name}`,
|
|
2928
|
+
value: S._id
|
|
2929
|
+
}))), N = Z(() => L.value.reduce((S, C) => (S[C._id] = i.value.filter((D) => D.restaurants.some((X) => X.id === C._id)).map((D) => D._id), S), {})), p = Z(() => ss(n.value));
|
|
2930
|
+
function O(S) {
|
|
2931
|
+
const C = v(n.value, S);
|
|
2932
|
+
n.value = C;
|
|
2933
2933
|
}
|
|
2934
2934
|
const y = Z(() => rs(n.value));
|
|
2935
|
-
function v(
|
|
2935
|
+
function v(S, C) {
|
|
2936
2936
|
var X;
|
|
2937
2937
|
let D = rt(
|
|
2938
|
-
|
|
2938
|
+
S.filter(
|
|
2939
2939
|
(B) => B.subject !== q.Subject.Business.restaurant && B.subject !== q.Subject.Restaurant.restaurant
|
|
2940
2940
|
)
|
|
2941
2941
|
);
|
|
2942
|
-
if (!
|
|
2942
|
+
if (!C || C.length > 0) {
|
|
2943
2943
|
const {
|
|
2944
2944
|
category: B,
|
|
2945
2945
|
showByFeatureFlag: P,
|
|
2946
2946
|
...se
|
|
2947
2947
|
} = ls.restaurant;
|
|
2948
2948
|
D.push(se);
|
|
2949
|
-
const
|
|
2949
|
+
const j = {
|
|
2950
2950
|
actions: [q.Action.manage],
|
|
2951
2951
|
subject: q.Subject.Restaurant.restaurant
|
|
2952
2952
|
};
|
|
2953
|
-
|
|
2953
|
+
C && (j.conditions = JSON.stringify({ restaurantId: { $in: C } })), D.push(j);
|
|
2954
2954
|
}
|
|
2955
|
-
if (
|
|
2955
|
+
if (C) {
|
|
2956
2956
|
const B = [
|
|
2957
|
-
...new Set(
|
|
2957
|
+
...new Set(C.map((se) => N.value[se]).flatMap((se) => se))
|
|
2958
2958
|
], P = i.value.map((se) => se._id);
|
|
2959
2959
|
B.length !== P.length && (D = Y(
|
|
2960
2960
|
D,
|
|
@@ -2963,19 +2963,19 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2963
2963
|
}
|
|
2964
2964
|
return D;
|
|
2965
2965
|
}
|
|
2966
|
-
function x(
|
|
2967
|
-
const
|
|
2968
|
-
n.value =
|
|
2966
|
+
function x(S) {
|
|
2967
|
+
const C = Y(n.value, S);
|
|
2968
|
+
n.value = C;
|
|
2969
2969
|
}
|
|
2970
|
-
function Y(
|
|
2970
|
+
function Y(S, C) {
|
|
2971
2971
|
let D = rt(
|
|
2972
|
-
|
|
2972
|
+
S.filter((X) => X.subject !== q.Subject.Business.role)
|
|
2973
2973
|
);
|
|
2974
|
-
if (
|
|
2974
|
+
if (C && C.length > 0) {
|
|
2975
2975
|
const X = {
|
|
2976
2976
|
actions: [q.Action.manage],
|
|
2977
2977
|
subject: q.Subject.Business.role,
|
|
2978
|
-
conditions: JSON.stringify({ roleId: { $in:
|
|
2978
|
+
conditions: JSON.stringify({ roleId: { $in: C } })
|
|
2979
2979
|
};
|
|
2980
2980
|
D.push(X);
|
|
2981
2981
|
}
|
|
@@ -2985,51 +2985,51 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
2985
2985
|
g.value = await ka.readWarehouses();
|
|
2986
2986
|
});
|
|
2987
2987
|
const ne = Z(
|
|
2988
|
-
() =>
|
|
2988
|
+
() => Kt(
|
|
2989
2989
|
n.value,
|
|
2990
|
-
|
|
2990
|
+
Qt
|
|
2991
2991
|
)
|
|
2992
2992
|
);
|
|
2993
|
-
function oe(
|
|
2994
|
-
const
|
|
2993
|
+
function oe(S) {
|
|
2994
|
+
const C = new Set(
|
|
2995
2995
|
ne.value.filter((P) => !P.inverted).map((P) => P.subject)
|
|
2996
2996
|
), D = new Set(
|
|
2997
|
-
|
|
2997
|
+
S.filter((P) => !P.inverted).map((P) => P.subject)
|
|
2998
2998
|
), X = new Set(
|
|
2999
2999
|
n.value.filter((P) => !P.inverted).map((P) => P.subject)
|
|
3000
3000
|
);
|
|
3001
3001
|
let B = [...n.value];
|
|
3002
|
-
for (const P of
|
|
3003
|
-
D.has(P) || (X.has(P) && (B = B.filter((
|
|
3002
|
+
for (const P of C)
|
|
3003
|
+
D.has(P) || (X.has(P) && (B = B.filter((j) => j.subject !== P)), (!X.has(P) || Kt(
|
|
3004
3004
|
B,
|
|
3005
|
-
|
|
3006
|
-
).some((
|
|
3005
|
+
Qt
|
|
3006
|
+
).some((j) => j.subject === P && !j.inverted)) && !B.some((j) => j.subject === P && j.inverted) && B.push({ subject: P, actions: ["manage"], inverted: !0 }));
|
|
3007
3007
|
for (const P of D)
|
|
3008
|
-
if (!
|
|
3009
|
-
const se = B.some((
|
|
3010
|
-
if (B = B.filter((
|
|
3011
|
-
const
|
|
3012
|
-
if (
|
|
3013
|
-
const { category: Te, showByFeatureFlag:
|
|
3008
|
+
if (!C.has(P)) {
|
|
3009
|
+
const se = B.some((j) => j.subject === P && j.inverted);
|
|
3010
|
+
if (B = B.filter((j) => !(j.subject === P && j.inverted)), !se && !X.has(P)) {
|
|
3011
|
+
const j = lt.find((Te) => Te.subject === P);
|
|
3012
|
+
if (j) {
|
|
3013
|
+
const { category: Te, showByFeatureFlag: Ve, ...We } = j;
|
|
3014
3014
|
B.push(We);
|
|
3015
3015
|
}
|
|
3016
3016
|
}
|
|
3017
3017
|
}
|
|
3018
3018
|
n.value = B;
|
|
3019
3019
|
}
|
|
3020
|
-
return
|
|
3020
|
+
return St(
|
|
3021
3021
|
n,
|
|
3022
|
-
(
|
|
3023
|
-
l("permissionChanged",
|
|
3022
|
+
(S) => {
|
|
3023
|
+
l("permissionChanged", S);
|
|
3024
3024
|
},
|
|
3025
3025
|
{ deep: !0 }
|
|
3026
|
-
), (
|
|
3027
|
-
ae("div",
|
|
3026
|
+
), (S, C) => (z(), le("div", ya, [
|
|
3027
|
+
ae("div", La, [
|
|
3028
3028
|
ie(ga, {
|
|
3029
3029
|
"model-value": ne.value,
|
|
3030
|
-
"excluded-subjects":
|
|
3030
|
+
"excluded-subjects": h,
|
|
3031
3031
|
"onUpdate:modelValue": oe
|
|
3032
|
-
},
|
|
3032
|
+
}, Le({ _: 2 }, [
|
|
3033
3033
|
pe(u.value, (D) => ({
|
|
3034
3034
|
name: `checkbox-${D.id}-append`,
|
|
3035
3035
|
fn: ce(() => [
|
|
@@ -3038,13 +3038,13 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
3038
3038
|
}))
|
|
3039
3039
|
]), 1032, ["model-value"])
|
|
3040
3040
|
]),
|
|
3041
|
-
ae("div",
|
|
3042
|
-
ie(
|
|
3041
|
+
ae("div", Oa, [
|
|
3042
|
+
ie(Ln, {
|
|
3043
3043
|
"model-value": E.value,
|
|
3044
3044
|
options: k.value,
|
|
3045
3045
|
context: Ee(r)("team.labels.warehouse"),
|
|
3046
3046
|
"onUpdate:modelValue": M
|
|
3047
|
-
},
|
|
3047
|
+
}, Le({ _: 2 }, [
|
|
3048
3048
|
pe(m.value, (D) => ({
|
|
3049
3049
|
name: `checkbox-${D.id}-append`,
|
|
3050
3050
|
fn: ce(() => [
|
|
@@ -3054,12 +3054,12 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
3054
3054
|
]), 1032, ["model-value", "options", "context"])
|
|
3055
3055
|
]),
|
|
3056
3056
|
ae("div", Ra, [
|
|
3057
|
-
ie(
|
|
3057
|
+
ie(Ln, {
|
|
3058
3058
|
"model-value": p.value,
|
|
3059
3059
|
options: d.value,
|
|
3060
3060
|
context: Ee(r)("team.labels.restaurant"),
|
|
3061
|
-
"onUpdate:modelValue":
|
|
3062
|
-
},
|
|
3061
|
+
"onUpdate:modelValue": O
|
|
3062
|
+
}, Le({ _: 2 }, [
|
|
3063
3063
|
pe(c.value, (D) => ({
|
|
3064
3064
|
name: `checkbox-${D.id}-append`,
|
|
3065
3065
|
fn: ce(() => [
|
|
@@ -3068,13 +3068,13 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
3068
3068
|
}))
|
|
3069
3069
|
]), 1032, ["model-value", "options", "context"])
|
|
3070
3070
|
]),
|
|
3071
|
-
ae("div",
|
|
3071
|
+
ae("div", Sa, [
|
|
3072
3072
|
ie(Ta, {
|
|
3073
3073
|
roles: Ee(i),
|
|
3074
3074
|
"model-value": y.value,
|
|
3075
3075
|
"restaurant-ids": p.value,
|
|
3076
3076
|
"onUpdate:modelValue": x
|
|
3077
|
-
},
|
|
3077
|
+
}, Le({ _: 2 }, [
|
|
3078
3078
|
pe(f.value, (D) => ({
|
|
3079
3079
|
name: `checkbox-${D.id}-append`,
|
|
3080
3080
|
fn: ce(() => [
|
|
@@ -3087,6 +3087,6 @@ const pa = { class: "col flex items-center" }, ba = {
|
|
|
3087
3087
|
}
|
|
3088
3088
|
});
|
|
3089
3089
|
export {
|
|
3090
|
-
|
|
3091
|
-
|
|
3090
|
+
$t as _,
|
|
3091
|
+
ja as a
|
|
3092
3092
|
};
|