@feedmepos/mf-hrm-portal 2.0.20-dev.4 → 2.0.21
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-BYYLqx_Y.js → AuditLogList-COhT1PFG.js} +4 -4
- package/dist/{EmployeeList-faGmAgin.js → EmployeeList-CBfr6g9t.js} +6 -6
- package/dist/{Main-DYtpusvH.js → Main-BEfbP-bs.js} +6 -6
- package/dist/{Main-BAKU5xhk.js → Main-D1dN1FTE.js} +9 -9
- package/dist/{Main-BqGguhdK.js → Main-gByKBqZC.js} +4 -4
- package/dist/{PermissionSetList-BkNXF5wd.js → PermissionSetList-CHLm6ueB.js} +6 -6
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BSLC4-XO.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BRb3aRsV.js} +989 -989
- package/dist/PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-BW8o67ka.js +34 -0
- package/dist/{RoleList-CU6fMUKg.js → RoleList-mgMUDQa_.js} +7 -7
- package/dist/TeamMemberList-Bdtm1lLi.js +1130 -0
- package/dist/{TimesheetList-oVhzBmO4.js → TimesheetList-BdO8bRzv.js} +113 -113
- package/dist/{app-C6YPb0ie.js → app-DdGJIhvX.js} +180 -179
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-DjBQkDnl.js → dayjs.min-Dn0iKqwG.js} +1 -1
- package/dist/{employee-CgQNP7Yg.js → employee-rjbsWBRt.js} +3 -3
- package/dist/{iteration-DK5wFKKW.js → iteration-iN8h5bwW.js} +359 -358
- package/dist/{lodash-D2og8lPS.js → lodash-BX4i2dq_.js} +1 -1
- package/dist/{rule-CkKkOqTh.js → rule-CBauoBQ2.js} +2 -2
- package/dist/src/api/account/index.d.ts +4 -0
- package/dist/src/api/index.d.ts +1 -0
- package/dist/src/composables/useSupportedCountries.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/{timesheet-AUYF-qUh.js → timesheet-q4UbovJv.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-BvpZCRgH.js → useAppStore-DPDMpfh5.js} +1 -1
- package/dist/{useLoading-RPOCpcNO.js → useLoading-DLMKZcST.js} +1 -1
- package/dist/{useReportPermissions-wHthaWRW.js → useReportPermissions-DjUtbNV6.js} +3 -3
- package/package.json +1 -1
- package/dist/TeamMemberList-DWXfFltX.js +0 -1124
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { getCurrentInstance as
|
|
2
|
-
import { useI18n as
|
|
1
|
+
import { getCurrentInstance as Yt, inject as Jn, ref as ht, shallowRef as zn, computed as q, watch as St, onMounted as Cn, onUnmounted as Kn, defineComponent as ke, h as An, createVNode as _e, Text as Qn, Fragment as Le, resolveComponent as qe, createBlock as Me, openBlock as Q, withCtx as pe, createElementVNode as se, createElementBlock as oe, toDisplayString as Ie, unref as $, renderList as ge, toRef as Kt, normalizeStyle as xe, renderSlot as Te, createCommentVNode as Se, createTextVNode as qn, useSlots as es, normalizeClass as rt, createSlots as Ye, mergeModels as Qt, useModel as ts } from "vue";
|
|
2
|
+
import { useI18n as Be, useCoreStore as ns } from "@feedmepos/mf-common";
|
|
3
3
|
import "@vue/devtools-api";
|
|
4
|
-
import { p as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { u as os, b as is, d as ue, C as cs, h as
|
|
7
|
-
import { d as dt, g as us, b as ms } from "./iteration-
|
|
8
|
-
import { u as ds } from "./useAppStore-
|
|
4
|
+
import { p as Mt, d as ss, w as as, x as kt, k as rs, j as ls, $ as Ot } from "./rule-CBauoBQ2.js";
|
|
5
|
+
import { _ as xt } from "./CollapsibleWrapper.vue_vue_type_script_setup_true_lang-BLJlmPVa.js";
|
|
6
|
+
import { u as os, b as is, d as ue, C as cs, h as Lt } from "./app-DdGJIhvX.js";
|
|
7
|
+
import { d as dt, g as us, b as ms } from "./iteration-iN8h5bwW.js";
|
|
8
|
+
import { u as ds } from "./useAppStore-DPDMpfh5.js";
|
|
9
9
|
/*!
|
|
10
10
|
* shared v10.0.5
|
|
11
11
|
* (c) 2024 kazuya kawaguchi
|
|
12
12
|
* Released under the MIT License.
|
|
13
13
|
*/
|
|
14
|
-
const qt = typeof window < "u", je = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), fs = (e, t, n) => _s({ l: e, k: t, s: n }), _s = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), me = (e) => typeof e == "number" && isFinite(e), ps = (e) => Xt(e) === "[object Date]", _t = (e) => Xt(e) === "[object RegExp]",
|
|
14
|
+
const qt = typeof window < "u", je = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), fs = (e, t, n) => _s({ l: e, k: t, s: n }), _s = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), me = (e) => typeof e == "number" && isFinite(e), ps = (e) => Xt(e) === "[object Date]", _t = (e) => Xt(e) === "[object RegExp]", bt = (e) => J(e) && Object.keys(e).length === 0, de = Object.assign, hs = Object.create, ee = (e = null) => hs(e);
|
|
15
15
|
let en;
|
|
16
16
|
const Fe = () => en || (en = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : ee());
|
|
17
17
|
function tn(e) {
|
|
18
18
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
19
19
|
}
|
|
20
|
-
const
|
|
21
|
-
function
|
|
22
|
-
return
|
|
20
|
+
const bs = Object.prototype.hasOwnProperty;
|
|
21
|
+
function ye(e, t) {
|
|
22
|
+
return bs.call(e, t);
|
|
23
23
|
}
|
|
24
|
-
const ce = Array.isArray, ae = (e) => typeof e == "function", P = (e) => typeof e == "string", ie = (e) => typeof e == "boolean",
|
|
25
|
-
function
|
|
24
|
+
const ce = Array.isArray, ae = (e) => typeof e == "function", P = (e) => typeof e == "string", ie = (e) => typeof e == "boolean", z = (e) => e !== null && typeof e == "object", gs = (e) => z(e) && ae(e.then) && ae(e.catch), Sn = Object.prototype.toString, Xt = (e) => Sn.call(e), J = (e) => Xt(e) === "[object Object]", vs = (e) => e == null ? "" : ce(e) || J(e) && e.toString === Sn ? JSON.stringify(e, null, 2) : String(e);
|
|
25
|
+
function Zt(e, t = "") {
|
|
26
26
|
return e.reduce((n, s, l) => l === 0 ? n + s : n + t + s, "");
|
|
27
27
|
}
|
|
28
|
-
function
|
|
28
|
+
function Es(e, t) {
|
|
29
29
|
typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
|
|
30
30
|
}
|
|
31
|
-
const lt = (e) => !
|
|
31
|
+
const lt = (e) => !z(e) || ce(e);
|
|
32
32
|
function ft(e, t) {
|
|
33
33
|
if (lt(e) || lt(t))
|
|
34
34
|
throw new Error("Invalid value");
|
|
@@ -36,17 +36,17 @@ function ft(e, t) {
|
|
|
36
36
|
for (; n.length; ) {
|
|
37
37
|
const { src: s, des: l } = n.pop();
|
|
38
38
|
Object.keys(s).forEach((a) => {
|
|
39
|
-
a !== "__proto__" && (
|
|
39
|
+
a !== "__proto__" && (z(s[a]) && !z(l[a]) && (l[a] = Array.isArray(s[a]) ? [] : ee()), lt(l[a]) || lt(s[a]) ? l[a] = s[a] : n.push({ src: s[a], des: l[a] }));
|
|
40
40
|
});
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function Is(e, t, n) {
|
|
44
44
|
return { line: e, column: t, offset: n };
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function Dt(e, t, n) {
|
|
47
47
|
return { start: e, end: t };
|
|
48
48
|
}
|
|
49
|
-
const
|
|
49
|
+
const K = {
|
|
50
50
|
// tokenizer error codes
|
|
51
51
|
EXPECTED_TOKEN: 1,
|
|
52
52
|
INVALID_TOKEN_IN_PLACEHOLDER: 2,
|
|
@@ -63,56 +63,56 @@ const z = {
|
|
|
63
63
|
UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,
|
|
64
64
|
UNEXPECTED_EMPTY_LINKED_KEY: 13,
|
|
65
65
|
UNEXPECTED_LEXICAL_ANALYSIS: 14
|
|
66
|
-
},
|
|
67
|
-
function
|
|
66
|
+
}, ys = 17;
|
|
67
|
+
function gt(e, t, n = {}) {
|
|
68
68
|
const { domain: s, messages: l, args: a } = n, c = e, u = new SyntaxError(String(c));
|
|
69
69
|
return u.code = e, t && (u.location = t), u.domain = s, u;
|
|
70
70
|
}
|
|
71
|
-
function
|
|
71
|
+
function Ns(e) {
|
|
72
72
|
throw e;
|
|
73
73
|
}
|
|
74
|
-
const
|
|
75
|
-
`,
|
|
76
|
-
function
|
|
74
|
+
const Oe = " ", Ts = "\r", he = `
|
|
75
|
+
`, ks = "\u2028", Os = "\u2029";
|
|
76
|
+
function Ls(e) {
|
|
77
77
|
const t = e;
|
|
78
78
|
let n = 0, s = 1, l = 1, a = 0;
|
|
79
|
-
const c = (
|
|
79
|
+
const c = (E) => t[E] === Ts && t[E + 1] === he, u = (E) => t[E] === he, m = (E) => t[E] === Os, p = (E) => t[E] === ks, N = (E) => c(E) || u(E) || m(E) || p(E), L = () => n, O = () => s, w = () => l, V = () => a, A = (E) => c(E) || m(E) || p(E) ? he : t[E], M = () => A(n), i = () => A(n + a);
|
|
80
80
|
function d() {
|
|
81
|
-
return a = 0,
|
|
81
|
+
return a = 0, N(n) && (s++, l = 0), c(n) && n++, n++, l++, t[n];
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function T() {
|
|
84
84
|
return c(n + a) && a++, a++, t[n + a];
|
|
85
85
|
}
|
|
86
86
|
function _() {
|
|
87
87
|
n = 0, s = 1, l = 1, a = 0;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
90
|
-
a =
|
|
89
|
+
function D(E = 0) {
|
|
90
|
+
a = E;
|
|
91
91
|
}
|
|
92
92
|
function S() {
|
|
93
|
-
const
|
|
94
|
-
for (;
|
|
93
|
+
const E = n + a;
|
|
94
|
+
for (; E !== n; )
|
|
95
95
|
d();
|
|
96
96
|
a = 0;
|
|
97
97
|
}
|
|
98
98
|
return {
|
|
99
|
-
index:
|
|
100
|
-
line:
|
|
99
|
+
index: L,
|
|
100
|
+
line: O,
|
|
101
101
|
column: w,
|
|
102
102
|
peekOffset: V,
|
|
103
103
|
charAt: A,
|
|
104
|
-
currentChar:
|
|
104
|
+
currentChar: M,
|
|
105
105
|
currentPeek: i,
|
|
106
106
|
next: d,
|
|
107
|
-
peek:
|
|
107
|
+
peek: T,
|
|
108
108
|
reset: _,
|
|
109
|
-
resetPeek:
|
|
109
|
+
resetPeek: D,
|
|
110
110
|
skipToPeek: S
|
|
111
111
|
};
|
|
112
112
|
}
|
|
113
113
|
const Ae = void 0, Rs = ".", nn = "'", Cs = "tokenizer";
|
|
114
114
|
function As(e, t = {}) {
|
|
115
|
-
const n = t.location !== !1, s =
|
|
115
|
+
const n = t.location !== !1, s = Ls(e), l = () => s.index(), a = () => Is(s.line(), s.column(), s.index()), c = a(), u = l(), m = {
|
|
116
116
|
currentType: 13,
|
|
117
117
|
offset: u,
|
|
118
118
|
startLoc: c,
|
|
@@ -124,37 +124,37 @@ function As(e, t = {}) {
|
|
|
124
124
|
braceNest: 0,
|
|
125
125
|
inLinked: !1,
|
|
126
126
|
text: ""
|
|
127
|
-
}, p = () => m, { onError:
|
|
128
|
-
function
|
|
127
|
+
}, p = () => m, { onError: N } = t;
|
|
128
|
+
function L(r, o, h, ...U) {
|
|
129
129
|
const re = p();
|
|
130
|
-
if (o.column +=
|
|
131
|
-
const X = n ?
|
|
130
|
+
if (o.column += h, o.offset += h, N) {
|
|
131
|
+
const X = n ? Dt(re.startLoc, o) : null, f = gt(r, X, {
|
|
132
132
|
domain: Cs,
|
|
133
133
|
args: U
|
|
134
134
|
});
|
|
135
|
-
|
|
135
|
+
N(f);
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
function
|
|
138
|
+
function O(r, o, h) {
|
|
139
139
|
r.endLoc = a(), r.currentType = o;
|
|
140
140
|
const U = { type: o };
|
|
141
|
-
return n && (U.loc =
|
|
141
|
+
return n && (U.loc = Dt(r.startLoc, r.endLoc)), h != null && (U.value = h), U;
|
|
142
142
|
}
|
|
143
|
-
const w = (r) =>
|
|
143
|
+
const w = (r) => O(
|
|
144
144
|
r,
|
|
145
145
|
13
|
|
146
146
|
/* TokenTypes.EOF */
|
|
147
147
|
);
|
|
148
148
|
function V(r, o) {
|
|
149
|
-
return r.currentChar() === o ? (r.next(), o) : (
|
|
149
|
+
return r.currentChar() === o ? (r.next(), o) : (L(K.EXPECTED_TOKEN, a(), 0, o), "");
|
|
150
150
|
}
|
|
151
151
|
function A(r) {
|
|
152
152
|
let o = "";
|
|
153
|
-
for (; r.currentPeek() ===
|
|
153
|
+
for (; r.currentPeek() === Oe || r.currentPeek() === he; )
|
|
154
154
|
o += r.currentPeek(), r.peek();
|
|
155
155
|
return o;
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function M(r) {
|
|
158
158
|
const o = A(r);
|
|
159
159
|
return r.skipToPeek(), o;
|
|
160
160
|
}
|
|
@@ -172,79 +172,79 @@ function As(e, t = {}) {
|
|
|
172
172
|
const o = r.charCodeAt(0);
|
|
173
173
|
return o >= 48 && o <= 57;
|
|
174
174
|
}
|
|
175
|
-
function
|
|
176
|
-
const { currentType:
|
|
177
|
-
if (
|
|
175
|
+
function T(r, o) {
|
|
176
|
+
const { currentType: h } = o;
|
|
177
|
+
if (h !== 2)
|
|
178
178
|
return !1;
|
|
179
179
|
A(r);
|
|
180
180
|
const U = i(r.currentPeek());
|
|
181
181
|
return r.resetPeek(), U;
|
|
182
182
|
}
|
|
183
183
|
function _(r, o) {
|
|
184
|
-
const { currentType:
|
|
185
|
-
if (
|
|
184
|
+
const { currentType: h } = o;
|
|
185
|
+
if (h !== 2)
|
|
186
186
|
return !1;
|
|
187
187
|
A(r);
|
|
188
188
|
const U = r.currentPeek() === "-" ? r.peek() : r.currentPeek(), re = d(U);
|
|
189
189
|
return r.resetPeek(), re;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
192
|
-
const { currentType:
|
|
193
|
-
if (
|
|
191
|
+
function D(r, o) {
|
|
192
|
+
const { currentType: h } = o;
|
|
193
|
+
if (h !== 2)
|
|
194
194
|
return !1;
|
|
195
195
|
A(r);
|
|
196
196
|
const U = r.currentPeek() === nn;
|
|
197
197
|
return r.resetPeek(), U;
|
|
198
198
|
}
|
|
199
199
|
function S(r, o) {
|
|
200
|
-
const { currentType:
|
|
201
|
-
if (
|
|
200
|
+
const { currentType: h } = o;
|
|
201
|
+
if (h !== 7)
|
|
202
202
|
return !1;
|
|
203
203
|
A(r);
|
|
204
204
|
const U = r.currentPeek() === ".";
|
|
205
205
|
return r.resetPeek(), U;
|
|
206
206
|
}
|
|
207
|
-
function
|
|
208
|
-
const { currentType:
|
|
209
|
-
if (
|
|
207
|
+
function E(r, o) {
|
|
208
|
+
const { currentType: h } = o;
|
|
209
|
+
if (h !== 8)
|
|
210
210
|
return !1;
|
|
211
211
|
A(r);
|
|
212
212
|
const U = i(r.currentPeek());
|
|
213
213
|
return r.resetPeek(), U;
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
const { currentType:
|
|
217
|
-
if (!(
|
|
215
|
+
function Z(r, o) {
|
|
216
|
+
const { currentType: h } = o;
|
|
217
|
+
if (!(h === 7 || h === 11))
|
|
218
218
|
return !1;
|
|
219
219
|
A(r);
|
|
220
220
|
const U = r.currentPeek() === ":";
|
|
221
221
|
return r.resetPeek(), U;
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
const { currentType:
|
|
225
|
-
if (
|
|
223
|
+
function g(r, o) {
|
|
224
|
+
const { currentType: h } = o;
|
|
225
|
+
if (h !== 9)
|
|
226
226
|
return !1;
|
|
227
227
|
const U = () => {
|
|
228
228
|
const X = r.currentPeek();
|
|
229
|
-
return X === "{" ? i(r.peek()) : X === "@" || X === "|" || X === ":" || X === "." || X ===
|
|
229
|
+
return X === "{" ? i(r.peek()) : X === "@" || X === "|" || X === ":" || X === "." || X === Oe || !X ? !1 : X === he ? (r.peek(), U()) : R(r, !1);
|
|
230
230
|
}, re = U();
|
|
231
231
|
return r.resetPeek(), re;
|
|
232
232
|
}
|
|
233
|
-
function
|
|
233
|
+
function b(r) {
|
|
234
234
|
A(r);
|
|
235
235
|
const o = r.currentPeek() === "|";
|
|
236
236
|
return r.resetPeek(), o;
|
|
237
237
|
}
|
|
238
238
|
function R(r, o = !0) {
|
|
239
|
-
const
|
|
239
|
+
const h = (re = !1, X = "") => {
|
|
240
240
|
const f = r.currentPeek();
|
|
241
|
-
return f === "{" || f === "@" || !f ? re : f === "|" ? !(X ===
|
|
242
|
-
}, U =
|
|
241
|
+
return f === "{" || f === "@" || !f ? re : f === "|" ? !(X === Oe || X === he) : f === Oe ? (r.peek(), h(!0, Oe)) : f === he ? (r.peek(), h(!0, he)) : !0;
|
|
242
|
+
}, U = h();
|
|
243
243
|
return o && r.resetPeek(), U;
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
const
|
|
247
|
-
return
|
|
245
|
+
function I(r, o) {
|
|
246
|
+
const h = r.currentChar();
|
|
247
|
+
return h === Ae ? Ae : o(h) ? (r.next(), h) : null;
|
|
248
248
|
}
|
|
249
249
|
function F(r) {
|
|
250
250
|
const o = r.charCodeAt(0);
|
|
@@ -254,10 +254,10 @@ function As(e, t = {}) {
|
|
|
254
254
|
o === 95 || // _
|
|
255
255
|
o === 36;
|
|
256
256
|
}
|
|
257
|
-
function
|
|
258
|
-
return
|
|
257
|
+
function Y(r) {
|
|
258
|
+
return I(r, F);
|
|
259
259
|
}
|
|
260
|
-
function
|
|
260
|
+
function y(r) {
|
|
261
261
|
const o = r.charCodeAt(0);
|
|
262
262
|
return o >= 97 && o <= 122 || // a-z
|
|
263
263
|
o >= 65 && o <= 90 || // A-Z
|
|
@@ -267,73 +267,73 @@ function As(e, t = {}) {
|
|
|
267
267
|
o === 45;
|
|
268
268
|
}
|
|
269
269
|
function C(r) {
|
|
270
|
-
return
|
|
270
|
+
return I(r, y);
|
|
271
271
|
}
|
|
272
272
|
function v(r) {
|
|
273
273
|
const o = r.charCodeAt(0);
|
|
274
274
|
return o >= 48 && o <= 57;
|
|
275
275
|
}
|
|
276
|
-
function W(r) {
|
|
277
|
-
return E(r, v);
|
|
278
|
-
}
|
|
279
276
|
function G(r) {
|
|
277
|
+
return I(r, v);
|
|
278
|
+
}
|
|
279
|
+
function W(r) {
|
|
280
280
|
const o = r.charCodeAt(0);
|
|
281
281
|
return o >= 48 && o <= 57 || // 0-9
|
|
282
282
|
o >= 65 && o <= 70 || // A-F
|
|
283
283
|
o >= 97 && o <= 102;
|
|
284
284
|
}
|
|
285
285
|
function j(r) {
|
|
286
|
-
return
|
|
286
|
+
return I(r, W);
|
|
287
287
|
}
|
|
288
288
|
function te(r) {
|
|
289
|
-
let o = "",
|
|
290
|
-
for (; o =
|
|
291
|
-
|
|
292
|
-
return
|
|
289
|
+
let o = "", h = "";
|
|
290
|
+
for (; o = G(r); )
|
|
291
|
+
h += o;
|
|
292
|
+
return h;
|
|
293
293
|
}
|
|
294
|
-
function
|
|
294
|
+
function H(r) {
|
|
295
295
|
let o = "";
|
|
296
296
|
for (; ; ) {
|
|
297
|
-
const
|
|
298
|
-
if (
|
|
297
|
+
const h = r.currentChar();
|
|
298
|
+
if (h === "{" || h === "}" || h === "@" || h === "|" || !h)
|
|
299
299
|
break;
|
|
300
|
-
if (
|
|
300
|
+
if (h === Oe || h === he)
|
|
301
301
|
if (R(r))
|
|
302
|
-
o +=
|
|
302
|
+
o += h, r.next();
|
|
303
303
|
else {
|
|
304
|
-
if (
|
|
304
|
+
if (b(r))
|
|
305
305
|
break;
|
|
306
|
-
o +=
|
|
306
|
+
o += h, r.next();
|
|
307
307
|
}
|
|
308
308
|
else
|
|
309
|
-
o +=
|
|
309
|
+
o += h, r.next();
|
|
310
310
|
}
|
|
311
311
|
return o;
|
|
312
312
|
}
|
|
313
|
-
function
|
|
314
|
-
|
|
315
|
-
let o = "",
|
|
313
|
+
function be(r) {
|
|
314
|
+
M(r);
|
|
315
|
+
let o = "", h = "";
|
|
316
316
|
for (; o = C(r); )
|
|
317
|
-
|
|
318
|
-
return r.currentChar() === Ae &&
|
|
317
|
+
h += o;
|
|
318
|
+
return r.currentChar() === Ae && L(K.UNTERMINATED_CLOSING_BRACE, a(), 0), h;
|
|
319
319
|
}
|
|
320
320
|
function fe(r) {
|
|
321
|
-
|
|
321
|
+
M(r);
|
|
322
322
|
let o = "";
|
|
323
|
-
return r.currentChar() === "-" ? (r.next(), o += `-${te(r)}`) : o += te(r), r.currentChar() === Ae &&
|
|
323
|
+
return r.currentChar() === "-" ? (r.next(), o += `-${te(r)}`) : o += te(r), r.currentChar() === Ae && L(K.UNTERMINATED_CLOSING_BRACE, a(), 0), o;
|
|
324
324
|
}
|
|
325
|
-
function
|
|
326
|
-
return r !== nn && r !==
|
|
325
|
+
function B(r) {
|
|
326
|
+
return r !== nn && r !== he;
|
|
327
327
|
}
|
|
328
|
-
function
|
|
329
|
-
|
|
330
|
-
let o = "",
|
|
331
|
-
for (; o =
|
|
332
|
-
o === "\\" ?
|
|
328
|
+
function x(r) {
|
|
329
|
+
M(r), V(r, "'");
|
|
330
|
+
let o = "", h = "";
|
|
331
|
+
for (; o = I(r, B); )
|
|
332
|
+
o === "\\" ? h += Ee(r) : h += o;
|
|
333
333
|
const U = r.currentChar();
|
|
334
|
-
return U ===
|
|
334
|
+
return U === he || U === Ae ? (L(K.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), U === he && (r.next(), V(r, "'")), h) : (V(r, "'"), h);
|
|
335
335
|
}
|
|
336
|
-
function
|
|
336
|
+
function Ee(r) {
|
|
337
337
|
const o = r.currentChar();
|
|
338
338
|
switch (o) {
|
|
339
339
|
case "\\":
|
|
@@ -344,16 +344,16 @@ function As(e, t = {}) {
|
|
|
344
344
|
case "U":
|
|
345
345
|
return $e(r, o, 6);
|
|
346
346
|
default:
|
|
347
|
-
return
|
|
347
|
+
return L(K.UNKNOWN_ESCAPE_SEQUENCE, a(), 0, o), "";
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
function $e(r, o,
|
|
350
|
+
function $e(r, o, h) {
|
|
351
351
|
V(r, o);
|
|
352
352
|
let U = "";
|
|
353
|
-
for (let re = 0; re <
|
|
353
|
+
for (let re = 0; re < h; re++) {
|
|
354
354
|
const X = j(r);
|
|
355
355
|
if (!X) {
|
|
356
|
-
|
|
356
|
+
L(K.INVALID_UNICODE_ESCAPE_SEQUENCE, a(), 0, `\\${o}${U}${r.currentChar()}`);
|
|
357
357
|
break;
|
|
358
358
|
}
|
|
359
359
|
U += X;
|
|
@@ -361,107 +361,107 @@ function As(e, t = {}) {
|
|
|
361
361
|
return `\\${o}${U}`;
|
|
362
362
|
}
|
|
363
363
|
function Je(r) {
|
|
364
|
-
return r !== "{" && r !== "}" && r !==
|
|
365
|
-
}
|
|
366
|
-
function Et(r) {
|
|
367
|
-
D(r);
|
|
368
|
-
let o = "", b = "";
|
|
369
|
-
for (; o = E(r, Je); )
|
|
370
|
-
b += o;
|
|
371
|
-
return b;
|
|
364
|
+
return r !== "{" && r !== "}" && r !== Oe && r !== he;
|
|
372
365
|
}
|
|
373
|
-
function
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
366
|
+
function It(r) {
|
|
367
|
+
M(r);
|
|
368
|
+
let o = "", h = "";
|
|
369
|
+
for (; o = I(r, Je); )
|
|
370
|
+
h += o;
|
|
371
|
+
return h;
|
|
378
372
|
}
|
|
379
373
|
function yt(r) {
|
|
380
|
-
|
|
374
|
+
let o = "", h = "";
|
|
375
|
+
for (; o = Y(r); )
|
|
376
|
+
h += o;
|
|
377
|
+
return h;
|
|
378
|
+
}
|
|
379
|
+
function Nt(r) {
|
|
380
|
+
const o = (h) => {
|
|
381
381
|
const U = r.currentChar();
|
|
382
|
-
return U === "{" || U === "@" || U === "|" || U === "(" || U === ")" || !U || U ===
|
|
382
|
+
return U === "{" || U === "@" || U === "|" || U === "(" || U === ")" || !U || U === Oe ? h : (h += U, r.next(), o(h));
|
|
383
383
|
};
|
|
384
384
|
return o("");
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
|
|
386
|
+
function ze(r) {
|
|
387
|
+
M(r);
|
|
388
388
|
const o = V(
|
|
389
389
|
r,
|
|
390
390
|
"|"
|
|
391
391
|
/* TokenChars.Pipe */
|
|
392
392
|
);
|
|
393
|
-
return
|
|
393
|
+
return M(r), o;
|
|
394
394
|
}
|
|
395
395
|
function Ue(r, o) {
|
|
396
|
-
let
|
|
396
|
+
let h = null;
|
|
397
397
|
switch (r.currentChar()) {
|
|
398
398
|
case "{":
|
|
399
|
-
return o.braceNest >= 1 &&
|
|
399
|
+
return o.braceNest >= 1 && L(K.NOT_ALLOW_NEST_PLACEHOLDER, a(), 0), r.next(), h = O(
|
|
400
400
|
o,
|
|
401
401
|
2,
|
|
402
402
|
"{"
|
|
403
403
|
/* TokenChars.BraceLeft */
|
|
404
|
-
),
|
|
404
|
+
), M(r), o.braceNest++, h;
|
|
405
405
|
case "}":
|
|
406
|
-
return o.braceNest > 0 && o.currentType === 2 &&
|
|
406
|
+
return o.braceNest > 0 && o.currentType === 2 && L(K.EMPTY_PLACEHOLDER, a(), 0), r.next(), h = O(
|
|
407
407
|
o,
|
|
408
408
|
3,
|
|
409
409
|
"}"
|
|
410
410
|
/* TokenChars.BraceRight */
|
|
411
|
-
), o.braceNest--, o.braceNest > 0 &&
|
|
411
|
+
), o.braceNest--, o.braceNest > 0 && M(r), o.inLinked && o.braceNest === 0 && (o.inLinked = !1), h;
|
|
412
412
|
case "@":
|
|
413
|
-
return o.braceNest > 0 &&
|
|
413
|
+
return o.braceNest > 0 && L(K.UNTERMINATED_CLOSING_BRACE, a(), 0), h = Ve(r, o) || w(o), o.braceNest = 0, h;
|
|
414
414
|
default: {
|
|
415
415
|
let re = !0, X = !0, f = !0;
|
|
416
|
-
if (
|
|
417
|
-
return o.braceNest > 0 &&
|
|
416
|
+
if (b(r))
|
|
417
|
+
return o.braceNest > 0 && L(K.UNTERMINATED_CLOSING_BRACE, a(), 0), h = O(o, 1, ze(r)), o.braceNest = 0, o.inLinked = !1, h;
|
|
418
418
|
if (o.braceNest > 0 && (o.currentType === 4 || o.currentType === 5 || o.currentType === 6))
|
|
419
|
-
return
|
|
420
|
-
if (re =
|
|
421
|
-
return
|
|
419
|
+
return L(K.UNTERMINATED_CLOSING_BRACE, a(), 0), o.braceNest = 0, Ke(r, o);
|
|
420
|
+
if (re = T(r, o))
|
|
421
|
+
return h = O(o, 4, be(r)), M(r), h;
|
|
422
422
|
if (X = _(r, o))
|
|
423
|
-
return
|
|
424
|
-
if (f =
|
|
425
|
-
return
|
|
423
|
+
return h = O(o, 5, fe(r)), M(r), h;
|
|
424
|
+
if (f = D(r, o))
|
|
425
|
+
return h = O(o, 6, x(r)), M(r), h;
|
|
426
426
|
if (!re && !X && !f)
|
|
427
|
-
return
|
|
427
|
+
return h = O(o, 12, It(r)), L(K.INVALID_TOKEN_IN_PLACEHOLDER, a(), 0, h.value), M(r), h;
|
|
428
428
|
break;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
return
|
|
431
|
+
return h;
|
|
432
432
|
}
|
|
433
433
|
function Ve(r, o) {
|
|
434
|
-
const { currentType:
|
|
434
|
+
const { currentType: h } = o;
|
|
435
435
|
let U = null;
|
|
436
436
|
const re = r.currentChar();
|
|
437
|
-
switch ((
|
|
437
|
+
switch ((h === 7 || h === 8 || h === 11 || h === 9) && (re === he || re === Oe) && L(K.INVALID_LINKED_FORMAT, a(), 0), re) {
|
|
438
438
|
case "@":
|
|
439
|
-
return r.next(), U =
|
|
439
|
+
return r.next(), U = O(
|
|
440
440
|
o,
|
|
441
441
|
7,
|
|
442
442
|
"@"
|
|
443
443
|
/* TokenChars.LinkedAlias */
|
|
444
444
|
), o.inLinked = !0, U;
|
|
445
445
|
case ".":
|
|
446
|
-
return
|
|
446
|
+
return M(r), r.next(), O(
|
|
447
447
|
o,
|
|
448
448
|
8,
|
|
449
449
|
"."
|
|
450
450
|
/* TokenChars.LinkedDot */
|
|
451
451
|
);
|
|
452
452
|
case ":":
|
|
453
|
-
return
|
|
453
|
+
return M(r), r.next(), O(
|
|
454
454
|
o,
|
|
455
455
|
9,
|
|
456
456
|
":"
|
|
457
457
|
/* TokenChars.LinkedDelimiter */
|
|
458
458
|
);
|
|
459
459
|
default:
|
|
460
|
-
return
|
|
460
|
+
return b(r) ? (U = O(o, 1, ze(r)), o.braceNest = 0, o.inLinked = !1, U) : S(r, o) || Z(r, o) ? (M(r), Ve(r, o)) : E(r, o) ? (M(r), O(o, 11, yt(r))) : g(r, o) ? (M(r), re === "{" ? Ue(r, o) || U : O(o, 10, Nt(r))) : (h === 7 && L(K.INVALID_LINKED_FORMAT, a(), 0), o.braceNest = 0, o.inLinked = !1, Ke(r, o));
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
function
|
|
464
|
-
let
|
|
463
|
+
function Ke(r, o) {
|
|
464
|
+
let h = {
|
|
465
465
|
type: 13
|
|
466
466
|
/* TokenTypes.EOF */
|
|
467
467
|
};
|
|
@@ -473,7 +473,7 @@ function As(e, t = {}) {
|
|
|
473
473
|
case "{":
|
|
474
474
|
return Ue(r, o) || w(o);
|
|
475
475
|
case "}":
|
|
476
|
-
return
|
|
476
|
+
return L(K.UNBALANCED_CLOSING_BRACE, a(), 0), r.next(), O(
|
|
477
477
|
o,
|
|
478
478
|
3,
|
|
479
479
|
"}"
|
|
@@ -482,32 +482,32 @@ function As(e, t = {}) {
|
|
|
482
482
|
case "@":
|
|
483
483
|
return Ve(r, o) || w(o);
|
|
484
484
|
default: {
|
|
485
|
-
if (
|
|
486
|
-
return
|
|
485
|
+
if (b(r))
|
|
486
|
+
return h = O(o, 1, ze(r)), o.braceNest = 0, o.inLinked = !1, h;
|
|
487
487
|
if (R(r))
|
|
488
|
-
return
|
|
488
|
+
return O(o, 0, H(r));
|
|
489
489
|
break;
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
return
|
|
492
|
+
return h;
|
|
493
493
|
}
|
|
494
|
-
function
|
|
495
|
-
const { currentType: r, offset: o, startLoc:
|
|
496
|
-
return m.lastType = r, m.lastOffset = o, m.lastStartLoc =
|
|
494
|
+
function Tt() {
|
|
495
|
+
const { currentType: r, offset: o, startLoc: h, endLoc: U } = m;
|
|
496
|
+
return m.lastType = r, m.lastOffset = o, m.lastStartLoc = h, m.lastEndLoc = U, m.offset = l(), m.startLoc = a(), s.currentChar() === Ae ? O(
|
|
497
497
|
m,
|
|
498
498
|
13
|
|
499
499
|
/* TokenTypes.EOF */
|
|
500
|
-
) :
|
|
500
|
+
) : Ke(s, m);
|
|
501
501
|
}
|
|
502
502
|
return {
|
|
503
|
-
nextToken:
|
|
503
|
+
nextToken: Tt,
|
|
504
504
|
currentOffset: l,
|
|
505
505
|
currentPosition: a,
|
|
506
506
|
context: p
|
|
507
507
|
};
|
|
508
508
|
}
|
|
509
|
-
const Ss = "parser",
|
|
510
|
-
function
|
|
509
|
+
const Ss = "parser", Ms = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
510
|
+
function Ds(e, t, n) {
|
|
511
511
|
switch (e) {
|
|
512
512
|
case "\\\\":
|
|
513
513
|
return "\\";
|
|
@@ -521,136 +521,136 @@ function Ms(e, t, n) {
|
|
|
521
521
|
}
|
|
522
522
|
function ws(e = {}) {
|
|
523
523
|
const t = e.location !== !1, { onError: n } = e;
|
|
524
|
-
function s(i, d,
|
|
524
|
+
function s(i, d, T, _, ...D) {
|
|
525
525
|
const S = i.currentPosition();
|
|
526
526
|
if (S.offset += _, S.column += _, n) {
|
|
527
|
-
const
|
|
527
|
+
const E = t ? Dt(T, S) : null, Z = gt(d, E, {
|
|
528
528
|
domain: Ss,
|
|
529
|
-
args:
|
|
529
|
+
args: D
|
|
530
530
|
});
|
|
531
|
-
n(
|
|
531
|
+
n(Z);
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
function l(i, d,
|
|
534
|
+
function l(i, d, T) {
|
|
535
535
|
const _ = { type: i };
|
|
536
|
-
return t && (_.start = d, _.end = d, _.loc = { start:
|
|
536
|
+
return t && (_.start = d, _.end = d, _.loc = { start: T, end: T }), _;
|
|
537
537
|
}
|
|
538
|
-
function a(i, d,
|
|
539
|
-
t && (i.end = d, i.loc && (i.loc.end =
|
|
538
|
+
function a(i, d, T, _) {
|
|
539
|
+
t && (i.end = d, i.loc && (i.loc.end = T));
|
|
540
540
|
}
|
|
541
541
|
function c(i, d) {
|
|
542
|
-
const
|
|
542
|
+
const T = i.context(), _ = l(3, T.offset, T.startLoc);
|
|
543
543
|
return _.value = d, a(_, i.currentOffset(), i.currentPosition()), _;
|
|
544
544
|
}
|
|
545
545
|
function u(i, d) {
|
|
546
|
-
const
|
|
546
|
+
const T = i.context(), { lastOffset: _, lastStartLoc: D } = T, S = l(5, _, D);
|
|
547
547
|
return S.index = parseInt(d, 10), i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
548
548
|
}
|
|
549
549
|
function m(i, d) {
|
|
550
|
-
const
|
|
550
|
+
const T = i.context(), { lastOffset: _, lastStartLoc: D } = T, S = l(4, _, D);
|
|
551
551
|
return S.key = d, i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
552
552
|
}
|
|
553
553
|
function p(i, d) {
|
|
554
|
-
const
|
|
555
|
-
return S.value = d.replace(
|
|
554
|
+
const T = i.context(), { lastOffset: _, lastStartLoc: D } = T, S = l(9, _, D);
|
|
555
|
+
return S.value = d.replace(Ms, Ds), i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
556
556
|
}
|
|
557
|
-
function
|
|
558
|
-
const d = i.nextToken(),
|
|
559
|
-
return d.type !== 11 ? (s(i,
|
|
557
|
+
function N(i) {
|
|
558
|
+
const d = i.nextToken(), T = i.context(), { lastOffset: _, lastStartLoc: D } = T, S = l(8, _, D);
|
|
559
|
+
return d.type !== 11 ? (s(i, K.UNEXPECTED_EMPTY_LINKED_MODIFIER, T.lastStartLoc, 0), S.value = "", a(S, _, D), {
|
|
560
560
|
nextConsumeToken: d,
|
|
561
561
|
node: S
|
|
562
|
-
}) : (d.value == null && s(i,
|
|
562
|
+
}) : (d.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, T.lastStartLoc, 0, Ne(d)), S.value = d.value || "", a(S, i.currentOffset(), i.currentPosition()), {
|
|
563
563
|
node: S
|
|
564
564
|
});
|
|
565
565
|
}
|
|
566
|
-
function
|
|
567
|
-
const
|
|
566
|
+
function L(i, d) {
|
|
567
|
+
const T = i.context(), _ = l(7, T.offset, T.startLoc);
|
|
568
568
|
return _.value = d, a(_, i.currentOffset(), i.currentPosition()), _;
|
|
569
569
|
}
|
|
570
|
-
function
|
|
571
|
-
const d = i.context(),
|
|
570
|
+
function O(i) {
|
|
571
|
+
const d = i.context(), T = l(6, d.offset, d.startLoc);
|
|
572
572
|
let _ = i.nextToken();
|
|
573
573
|
if (_.type === 8) {
|
|
574
|
-
const
|
|
575
|
-
|
|
574
|
+
const D = N(i);
|
|
575
|
+
T.modifier = D.node, _ = D.nextConsumeToken || i.nextToken();
|
|
576
576
|
}
|
|
577
|
-
switch (_.type !== 9 && s(i,
|
|
577
|
+
switch (_.type !== 9 && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(_)), _ = i.nextToken(), _.type === 2 && (_ = i.nextToken()), _.type) {
|
|
578
578
|
case 10:
|
|
579
|
-
_.value == null && s(i,
|
|
579
|
+
_.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(_)), T.key = L(i, _.value || "");
|
|
580
580
|
break;
|
|
581
581
|
case 4:
|
|
582
|
-
_.value == null && s(i,
|
|
582
|
+
_.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(_)), T.key = m(i, _.value || "");
|
|
583
583
|
break;
|
|
584
584
|
case 5:
|
|
585
|
-
_.value == null && s(i,
|
|
585
|
+
_.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(_)), T.key = u(i, _.value || "");
|
|
586
586
|
break;
|
|
587
587
|
case 6:
|
|
588
|
-
_.value == null && s(i,
|
|
588
|
+
_.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(_)), T.key = p(i, _.value || "");
|
|
589
589
|
break;
|
|
590
590
|
default: {
|
|
591
|
-
s(i,
|
|
592
|
-
const
|
|
593
|
-
return S.value = "", a(S,
|
|
591
|
+
s(i, K.UNEXPECTED_EMPTY_LINKED_KEY, d.lastStartLoc, 0);
|
|
592
|
+
const D = i.context(), S = l(7, D.offset, D.startLoc);
|
|
593
|
+
return S.value = "", a(S, D.offset, D.startLoc), T.key = S, a(T, D.offset, D.startLoc), {
|
|
594
594
|
nextConsumeToken: _,
|
|
595
|
-
node:
|
|
595
|
+
node: T
|
|
596
596
|
};
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
|
-
return a(
|
|
600
|
-
node:
|
|
599
|
+
return a(T, i.currentOffset(), i.currentPosition()), {
|
|
600
|
+
node: T
|
|
601
601
|
};
|
|
602
602
|
}
|
|
603
603
|
function w(i) {
|
|
604
|
-
const d = i.context(),
|
|
605
|
-
|
|
604
|
+
const d = i.context(), T = d.currentType === 1 ? i.currentOffset() : d.offset, _ = d.currentType === 1 ? d.endLoc : d.startLoc, D = l(2, T, _);
|
|
605
|
+
D.items = [];
|
|
606
606
|
let S = null;
|
|
607
607
|
do {
|
|
608
|
-
const
|
|
609
|
-
switch (S = null,
|
|
608
|
+
const g = S || i.nextToken();
|
|
609
|
+
switch (S = null, g.type) {
|
|
610
610
|
case 0:
|
|
611
|
-
|
|
611
|
+
g.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(g)), D.items.push(c(i, g.value || ""));
|
|
612
612
|
break;
|
|
613
613
|
case 5:
|
|
614
|
-
|
|
614
|
+
g.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(g)), D.items.push(u(i, g.value || ""));
|
|
615
615
|
break;
|
|
616
616
|
case 4:
|
|
617
|
-
|
|
617
|
+
g.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(g)), D.items.push(m(i, g.value || ""));
|
|
618
618
|
break;
|
|
619
619
|
case 6:
|
|
620
|
-
|
|
620
|
+
g.value == null && s(i, K.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, Ne(g)), D.items.push(p(i, g.value || ""));
|
|
621
621
|
break;
|
|
622
622
|
case 7: {
|
|
623
|
-
const
|
|
624
|
-
|
|
623
|
+
const b = O(i);
|
|
624
|
+
D.items.push(b.node), S = b.nextConsumeToken || null;
|
|
625
625
|
break;
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
628
|
} while (d.currentType !== 13 && d.currentType !== 1);
|
|
629
|
-
const
|
|
630
|
-
return a(
|
|
629
|
+
const E = d.currentType === 1 ? d.lastOffset : i.currentOffset(), Z = d.currentType === 1 ? d.lastEndLoc : i.currentPosition();
|
|
630
|
+
return a(D, E, Z), D;
|
|
631
631
|
}
|
|
632
|
-
function V(i, d,
|
|
633
|
-
const
|
|
632
|
+
function V(i, d, T, _) {
|
|
633
|
+
const D = i.context();
|
|
634
634
|
let S = _.items.length === 0;
|
|
635
|
-
const
|
|
636
|
-
|
|
635
|
+
const E = l(1, d, T);
|
|
636
|
+
E.cases = [], E.cases.push(_);
|
|
637
637
|
do {
|
|
638
|
-
const
|
|
639
|
-
S || (S =
|
|
640
|
-
} while (
|
|
641
|
-
return S && s(i,
|
|
638
|
+
const Z = w(i);
|
|
639
|
+
S || (S = Z.items.length === 0), E.cases.push(Z);
|
|
640
|
+
} while (D.currentType !== 13);
|
|
641
|
+
return S && s(i, K.MUST_HAVE_MESSAGES_IN_PLURAL, T, 0), a(E, i.currentOffset(), i.currentPosition()), E;
|
|
642
642
|
}
|
|
643
643
|
function A(i) {
|
|
644
|
-
const d = i.context(), { offset:
|
|
645
|
-
return d.currentType === 13 ?
|
|
644
|
+
const d = i.context(), { offset: T, startLoc: _ } = d, D = w(i);
|
|
645
|
+
return d.currentType === 13 ? D : V(i, T, _, D);
|
|
646
646
|
}
|
|
647
|
-
function
|
|
648
|
-
const d = As(i, de({}, e)),
|
|
649
|
-
return t && _.loc && (_.loc.source = i), _.body = A(d), e.onCacheKey && (_.cacheKey = e.onCacheKey(i)),
|
|
647
|
+
function M(i) {
|
|
648
|
+
const d = As(i, de({}, e)), T = d.context(), _ = l(0, T.offset, T.startLoc);
|
|
649
|
+
return t && _.loc && (_.loc.source = i), _.body = A(d), e.onCacheKey && (_.cacheKey = e.onCacheKey(i)), T.currentType !== 13 && s(d, K.UNEXPECTED_LEXICAL_ANALYSIS, T.lastStartLoc, 0, i[T.offset] || ""), a(_, d.currentOffset(), d.currentPosition()), _;
|
|
650
650
|
}
|
|
651
|
-
return { parse:
|
|
651
|
+
return { parse: M };
|
|
652
652
|
}
|
|
653
|
-
function
|
|
653
|
+
function Ne(e) {
|
|
654
654
|
if (e.type === 13)
|
|
655
655
|
return "EOF";
|
|
656
656
|
const t = (e.value || "").replace(/\r?\n/gu, "\\n");
|
|
@@ -665,9 +665,9 @@ function Ps(e, t = {}) {
|
|
|
665
665
|
}
|
|
666
666
|
function sn(e, t) {
|
|
667
667
|
for (let n = 0; n < e.length; n++)
|
|
668
|
-
|
|
668
|
+
Ht(e[n], t);
|
|
669
669
|
}
|
|
670
|
-
function
|
|
670
|
+
function Ht(e, t) {
|
|
671
671
|
switch (e.type) {
|
|
672
672
|
case 1:
|
|
673
673
|
sn(e.cases, t), t.helper(
|
|
@@ -679,7 +679,7 @@ function Bt(e, t) {
|
|
|
679
679
|
sn(e.items, t);
|
|
680
680
|
break;
|
|
681
681
|
case 6: {
|
|
682
|
-
|
|
682
|
+
Ht(e.key, t), t.helper(
|
|
683
683
|
"linked"
|
|
684
684
|
/* HelperNameMap.LINKED */
|
|
685
685
|
), t.helper(
|
|
@@ -713,7 +713,7 @@ function Fs(e, t = {}) {
|
|
|
713
713
|
n.helper(
|
|
714
714
|
"normalize"
|
|
715
715
|
/* HelperNameMap.NORMALIZE */
|
|
716
|
-
), e.body &&
|
|
716
|
+
), e.body && Ht(e.body, n);
|
|
717
717
|
const s = n.context();
|
|
718
718
|
e.helpers = Array.from(s.helpers);
|
|
719
719
|
}
|
|
@@ -734,7 +734,7 @@ function an(e) {
|
|
|
734
734
|
t.push(s.value);
|
|
735
735
|
}
|
|
736
736
|
if (t.length === e.items.length) {
|
|
737
|
-
e.static =
|
|
737
|
+
e.static = Zt(t);
|
|
738
738
|
for (let n = 0; n < e.items.length; n++) {
|
|
739
739
|
const s = e.items[n];
|
|
740
740
|
(s.type === 3 || s.type === 9) && delete s.value;
|
|
@@ -742,24 +742,24 @@ function an(e) {
|
|
|
742
742
|
}
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
function
|
|
745
|
+
function Ge(e) {
|
|
746
746
|
switch (e.t = e.type, e.type) {
|
|
747
747
|
case 0: {
|
|
748
748
|
const t = e;
|
|
749
|
-
|
|
749
|
+
Ge(t.body), t.b = t.body, delete t.body;
|
|
750
750
|
break;
|
|
751
751
|
}
|
|
752
752
|
case 1: {
|
|
753
753
|
const t = e, n = t.cases;
|
|
754
754
|
for (let s = 0; s < n.length; s++)
|
|
755
|
-
|
|
755
|
+
Ge(n[s]);
|
|
756
756
|
t.c = n, delete t.cases;
|
|
757
757
|
break;
|
|
758
758
|
}
|
|
759
759
|
case 2: {
|
|
760
760
|
const t = e, n = t.items;
|
|
761
761
|
for (let s = 0; s < n.length; s++)
|
|
762
|
-
|
|
762
|
+
Ge(n[s]);
|
|
763
763
|
t.i = n, delete t.items, t.static && (t.s = t.static, delete t.static);
|
|
764
764
|
break;
|
|
765
765
|
}
|
|
@@ -773,7 +773,7 @@ function We(e) {
|
|
|
773
773
|
}
|
|
774
774
|
case 6: {
|
|
775
775
|
const t = e;
|
|
776
|
-
|
|
776
|
+
Ge(t.key), t.k = t.key, delete t.key, t.modifier && (Ge(t.modifier), t.m = t.modifier, delete t.modifier);
|
|
777
777
|
break;
|
|
778
778
|
}
|
|
779
779
|
case 5: {
|
|
@@ -803,30 +803,30 @@ function Us(e, t) {
|
|
|
803
803
|
};
|
|
804
804
|
a && e.loc && (c.source = e.loc.source);
|
|
805
805
|
const u = () => c;
|
|
806
|
-
function m(A,
|
|
806
|
+
function m(A, M) {
|
|
807
807
|
c.code += A;
|
|
808
808
|
}
|
|
809
|
-
function p(A,
|
|
810
|
-
const i =
|
|
809
|
+
function p(A, M = !0) {
|
|
810
|
+
const i = M ? s : "";
|
|
811
811
|
m(l ? i + " ".repeat(A) : i);
|
|
812
812
|
}
|
|
813
|
-
function
|
|
814
|
-
const
|
|
815
|
-
A && p(
|
|
813
|
+
function N(A = !0) {
|
|
814
|
+
const M = ++c.indentLevel;
|
|
815
|
+
A && p(M);
|
|
816
816
|
}
|
|
817
|
-
function
|
|
818
|
-
const
|
|
819
|
-
A && p(
|
|
817
|
+
function L(A = !0) {
|
|
818
|
+
const M = --c.indentLevel;
|
|
819
|
+
A && p(M);
|
|
820
820
|
}
|
|
821
|
-
function
|
|
821
|
+
function O() {
|
|
822
822
|
p(c.indentLevel);
|
|
823
823
|
}
|
|
824
824
|
return {
|
|
825
825
|
context: u,
|
|
826
826
|
push: m,
|
|
827
|
-
indent:
|
|
828
|
-
deindent:
|
|
829
|
-
newline:
|
|
827
|
+
indent: N,
|
|
828
|
+
deindent: L,
|
|
829
|
+
newline: O,
|
|
830
830
|
helper: (A) => `_${A}`,
|
|
831
831
|
needIndent: () => c.needIndent
|
|
832
832
|
};
|
|
@@ -838,7 +838,7 @@ function Vs(e, t) {
|
|
|
838
838
|
/* HelperNameMap.LINKED */
|
|
839
839
|
)}(`), Xe(e, t.key), t.modifier ? (e.push(", "), Xe(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
|
|
840
840
|
}
|
|
841
|
-
function
|
|
841
|
+
function Ws(e, t) {
|
|
842
842
|
const { helper: n, needIndent: s } = e;
|
|
843
843
|
e.push(`${n(
|
|
844
844
|
"normalize"
|
|
@@ -849,7 +849,7 @@ function Gs(e, t) {
|
|
|
849
849
|
e.push(", ");
|
|
850
850
|
e.deindent(s()), e.push("])");
|
|
851
851
|
}
|
|
852
|
-
function
|
|
852
|
+
function Gs(e, t) {
|
|
853
853
|
const { helper: n, needIndent: s } = e;
|
|
854
854
|
if (t.cases.length > 1) {
|
|
855
855
|
e.push(`${n(
|
|
@@ -862,20 +862,20 @@ function Ws(e, t) {
|
|
|
862
862
|
e.deindent(s()), e.push("])");
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
|
-
function
|
|
865
|
+
function Ys(e, t) {
|
|
866
866
|
t.body ? Xe(e, t.body) : e.push("null");
|
|
867
867
|
}
|
|
868
868
|
function Xe(e, t) {
|
|
869
869
|
const { helper: n } = e;
|
|
870
870
|
switch (t.type) {
|
|
871
871
|
case 0:
|
|
872
|
-
|
|
872
|
+
Ys(e, t);
|
|
873
873
|
break;
|
|
874
874
|
case 1:
|
|
875
|
-
|
|
875
|
+
Gs(e, t);
|
|
876
876
|
break;
|
|
877
877
|
case 2:
|
|
878
|
-
|
|
878
|
+
Ws(e, t);
|
|
879
879
|
break;
|
|
880
880
|
case 6:
|
|
881
881
|
Vs(e, t);
|
|
@@ -912,7 +912,7 @@ function Xe(e, t) {
|
|
|
912
912
|
break;
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
|
-
const
|
|
915
|
+
const xs = (e, t = {}) => {
|
|
916
916
|
const n = P(t.mode) ? t.mode : "normal", s = P(t.filename) ? t.filename : "message.intl";
|
|
917
917
|
t.sourceMap;
|
|
918
918
|
const l = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
|
|
@@ -921,7 +921,7 @@ const Zs = (e, t = {}) => {
|
|
|
921
921
|
breakLineCode: l,
|
|
922
922
|
needIndent: a
|
|
923
923
|
});
|
|
924
|
-
u.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), u.indent(a), c.length > 0 && (u.push(`const { ${
|
|
924
|
+
u.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), u.indent(a), c.length > 0 && (u.push(`const { ${Zt(c.map((N) => `${N}: _${N}`), ", ")} } = ctx`), u.newline()), u.push("return "), Xe(u, e), u.deindent(a), u.push("}"), delete e.helpers;
|
|
925
925
|
const { code: m, map: p } = u.context();
|
|
926
926
|
return {
|
|
927
927
|
ast: e,
|
|
@@ -932,24 +932,24 @@ const Zs = (e, t = {}) => {
|
|
|
932
932
|
};
|
|
933
933
|
function Xs(e, t = {}) {
|
|
934
934
|
const n = de({}, t), s = !!n.jit, l = !!n.minify, a = n.optimize == null ? !0 : n.optimize, u = ws(n).parse(e);
|
|
935
|
-
return s ? (a && js(u), l &&
|
|
935
|
+
return s ? (a && js(u), l && Ge(u), { ast: u, code: "" }) : (Fs(u, n), xs(u, n));
|
|
936
936
|
}
|
|
937
|
-
var
|
|
938
|
-
function
|
|
937
|
+
var Zs = { env: { NODE_ENV: "production" } };
|
|
938
|
+
function Hs() {
|
|
939
939
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Fe().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Fe().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
940
940
|
}
|
|
941
941
|
function Rt(e) {
|
|
942
|
-
return (n) =>
|
|
942
|
+
return (n) => Bs(n, e);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
944
|
+
function Bs(e, t) {
|
|
945
945
|
const n = Js(t);
|
|
946
946
|
if (n == null)
|
|
947
947
|
throw et(
|
|
948
948
|
0
|
|
949
949
|
/* NodeTypes.Resource */
|
|
950
950
|
);
|
|
951
|
-
if (
|
|
952
|
-
const a =
|
|
951
|
+
if (Bt(n) === 1) {
|
|
952
|
+
const a = Ks(n);
|
|
953
953
|
return e.plural(a.reduce((c, u) => [
|
|
954
954
|
...c,
|
|
955
955
|
rn(e, u)
|
|
@@ -959,11 +959,11 @@ function Hs(e, t) {
|
|
|
959
959
|
}
|
|
960
960
|
const $s = ["b", "body"];
|
|
961
961
|
function Js(e) {
|
|
962
|
-
return
|
|
962
|
+
return De(e, $s);
|
|
963
963
|
}
|
|
964
|
-
const
|
|
965
|
-
function
|
|
966
|
-
return
|
|
964
|
+
const zs = ["c", "cases"];
|
|
965
|
+
function Ks(e) {
|
|
966
|
+
return De(e, zs, []);
|
|
967
967
|
}
|
|
968
968
|
function rn(e, t) {
|
|
969
969
|
const n = qs(t);
|
|
@@ -976,14 +976,14 @@ function rn(e, t) {
|
|
|
976
976
|
}
|
|
977
977
|
const Qs = ["s", "static"];
|
|
978
978
|
function qs(e) {
|
|
979
|
-
return
|
|
979
|
+
return De(e, Qs);
|
|
980
980
|
}
|
|
981
981
|
const ea = ["i", "items"];
|
|
982
982
|
function ta(e) {
|
|
983
|
-
return
|
|
983
|
+
return De(e, ea, []);
|
|
984
984
|
}
|
|
985
985
|
function wt(e, t) {
|
|
986
|
-
const n =
|
|
986
|
+
const n = Bt(t);
|
|
987
987
|
switch (n) {
|
|
988
988
|
case 3:
|
|
989
989
|
return ot(t, n);
|
|
@@ -991,17 +991,17 @@ function wt(e, t) {
|
|
|
991
991
|
return ot(t, n);
|
|
992
992
|
case 4: {
|
|
993
993
|
const s = t;
|
|
994
|
-
if (
|
|
994
|
+
if (ye(s, "k") && s.k)
|
|
995
995
|
return e.interpolate(e.named(s.k));
|
|
996
|
-
if (
|
|
996
|
+
if (ye(s, "key") && s.key)
|
|
997
997
|
return e.interpolate(e.named(s.key));
|
|
998
998
|
throw et(n);
|
|
999
999
|
}
|
|
1000
1000
|
case 5: {
|
|
1001
1001
|
const s = t;
|
|
1002
|
-
if (
|
|
1002
|
+
if (ye(s, "i") && me(s.i))
|
|
1003
1003
|
return e.interpolate(e.list(s.i));
|
|
1004
|
-
if (
|
|
1004
|
+
if (ye(s, "index") && me(s.index))
|
|
1005
1005
|
return e.interpolate(e.list(s.index));
|
|
1006
1006
|
throw et(n);
|
|
1007
1007
|
}
|
|
@@ -1018,23 +1018,23 @@ function wt(e, t) {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
const na = ["t", "type"];
|
|
1021
|
-
function
|
|
1022
|
-
return
|
|
1021
|
+
function Bt(e) {
|
|
1022
|
+
return De(e, na);
|
|
1023
1023
|
}
|
|
1024
1024
|
const sa = ["v", "value"];
|
|
1025
1025
|
function ot(e, t) {
|
|
1026
|
-
const n =
|
|
1026
|
+
const n = De(e, sa);
|
|
1027
1027
|
if (n)
|
|
1028
1028
|
return n;
|
|
1029
1029
|
throw et(t);
|
|
1030
1030
|
}
|
|
1031
1031
|
const aa = ["m", "modifier"];
|
|
1032
1032
|
function ra(e) {
|
|
1033
|
-
return
|
|
1033
|
+
return De(e, aa);
|
|
1034
1034
|
}
|
|
1035
1035
|
const la = ["k", "key"];
|
|
1036
1036
|
function oa(e) {
|
|
1037
|
-
const t =
|
|
1037
|
+
const t = De(e, la);
|
|
1038
1038
|
if (t)
|
|
1039
1039
|
return t;
|
|
1040
1040
|
throw et(
|
|
@@ -1042,10 +1042,10 @@ function oa(e) {
|
|
|
1042
1042
|
/* NodeTypes.Linked */
|
|
1043
1043
|
);
|
|
1044
1044
|
}
|
|
1045
|
-
function
|
|
1045
|
+
function De(e, t, n) {
|
|
1046
1046
|
for (let s = 0; s < t.length; s++) {
|
|
1047
1047
|
const l = t[s];
|
|
1048
|
-
if (
|
|
1048
|
+
if (ye(e, l) && e[l] != null)
|
|
1049
1049
|
return e[l];
|
|
1050
1050
|
}
|
|
1051
1051
|
return n;
|
|
@@ -1055,12 +1055,12 @@ function et(e) {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
const ia = (e) => e;
|
|
1057
1057
|
let it = ee();
|
|
1058
|
-
function
|
|
1059
|
-
return
|
|
1058
|
+
function Ze(e) {
|
|
1059
|
+
return z(e) && Bt(e) === 0 && (ye(e, "b") || ye(e, "body"));
|
|
1060
1060
|
}
|
|
1061
1061
|
function ca(e, t = {}) {
|
|
1062
1062
|
let n = !1;
|
|
1063
|
-
const s = t.onError ||
|
|
1063
|
+
const s = t.onError || Ns;
|
|
1064
1064
|
return t.onError = (l) => {
|
|
1065
1065
|
n = !0, s(l);
|
|
1066
1066
|
}, { ...Xs(e, t), detectError: n };
|
|
@@ -1074,7 +1074,7 @@ function ua(e, t) {
|
|
|
1074
1074
|
return l;
|
|
1075
1075
|
const { ast: a, detectError: c } = ca(e, {
|
|
1076
1076
|
...t,
|
|
1077
|
-
location:
|
|
1077
|
+
location: Zs.env.NODE_ENV !== "production",
|
|
1078
1078
|
jit: !0
|
|
1079
1079
|
}), u = Rt(a);
|
|
1080
1080
|
return c ? u : it[s] = u;
|
|
@@ -1104,7 +1104,7 @@ function _a(e) {
|
|
|
1104
1104
|
return (t) => tt && tt.emit(e, t);
|
|
1105
1105
|
}
|
|
1106
1106
|
const Re = {
|
|
1107
|
-
INVALID_ARGUMENT:
|
|
1107
|
+
INVALID_ARGUMENT: ys,
|
|
1108
1108
|
// 17
|
|
1109
1109
|
INVALID_DATE_ARGUMENT: 18,
|
|
1110
1110
|
INVALID_ISO_DATE_ARGUMENT: 19,
|
|
@@ -1113,7 +1113,7 @@ const Re = {
|
|
|
1113
1113
|
NOT_SUPPORT_LOCALE_TYPE: 23
|
|
1114
1114
|
}, pa = 24;
|
|
1115
1115
|
function Ce(e) {
|
|
1116
|
-
return
|
|
1116
|
+
return gt(e, null, void 0);
|
|
1117
1117
|
}
|
|
1118
1118
|
function $t(e, t) {
|
|
1119
1119
|
return t.locale != null ? ln(t.locale) : ln(e.locale);
|
|
@@ -1127,7 +1127,7 @@ function ln(e) {
|
|
|
1127
1127
|
return Ct;
|
|
1128
1128
|
if (e.constructor.name === "Function") {
|
|
1129
1129
|
const t = e();
|
|
1130
|
-
if (
|
|
1130
|
+
if (gs(t))
|
|
1131
1131
|
throw Ce(Re.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
1132
1132
|
return Ct = t;
|
|
1133
1133
|
} else
|
|
@@ -1135,13 +1135,13 @@ function ln(e) {
|
|
|
1135
1135
|
} else
|
|
1136
1136
|
throw Ce(Re.NOT_SUPPORT_LOCALE_TYPE);
|
|
1137
1137
|
}
|
|
1138
|
-
function
|
|
1138
|
+
function ha(e, t, n) {
|
|
1139
1139
|
return [.../* @__PURE__ */ new Set([
|
|
1140
1140
|
n,
|
|
1141
|
-
...ce(t) ? t :
|
|
1141
|
+
...ce(t) ? t : z(t) ? Object.keys(t) : P(t) ? [t] : [n]
|
|
1142
1142
|
])];
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function Mn(e, t, n) {
|
|
1145
1145
|
const s = P(n) ? n : pt, l = e;
|
|
1146
1146
|
l.__localeChainCache || (l.__localeChainCache = /* @__PURE__ */ new Map());
|
|
1147
1147
|
let a = l.__localeChainCache.get(s);
|
|
@@ -1159,20 +1159,20 @@ function on(e, t, n) {
|
|
|
1159
1159
|
let s = !0;
|
|
1160
1160
|
for (let l = 0; l < t.length && ie(s); l++) {
|
|
1161
1161
|
const a = t[l];
|
|
1162
|
-
P(a) && (s =
|
|
1162
|
+
P(a) && (s = ba(e, t[l], n));
|
|
1163
1163
|
}
|
|
1164
1164
|
return s;
|
|
1165
1165
|
}
|
|
1166
|
-
function
|
|
1166
|
+
function ba(e, t, n) {
|
|
1167
1167
|
let s;
|
|
1168
1168
|
const l = t.split("-");
|
|
1169
1169
|
do {
|
|
1170
1170
|
const a = l.join("-");
|
|
1171
|
-
s =
|
|
1171
|
+
s = ga(e, a, n), l.splice(-1, 1);
|
|
1172
1172
|
} while (l.length && s === !0);
|
|
1173
1173
|
return s;
|
|
1174
1174
|
}
|
|
1175
|
-
function
|
|
1175
|
+
function ga(e, t, n) {
|
|
1176
1176
|
let s = !1;
|
|
1177
1177
|
if (!e.includes(t) && (s = !0, t)) {
|
|
1178
1178
|
s = t[t.length - 1] !== "!";
|
|
@@ -1343,14 +1343,14 @@ we[
|
|
|
1343
1343
|
]
|
|
1344
1344
|
};
|
|
1345
1345
|
const va = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
1346
|
-
function
|
|
1346
|
+
function Ea(e) {
|
|
1347
1347
|
return va.test(e);
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function Ia(e) {
|
|
1350
1350
|
const t = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
|
|
1351
1351
|
return t === n && (t === 34 || t === 39) ? e.slice(1, -1) : e;
|
|
1352
1352
|
}
|
|
1353
|
-
function
|
|
1353
|
+
function ya(e) {
|
|
1354
1354
|
if (e == null)
|
|
1355
1355
|
return "o";
|
|
1356
1356
|
switch (e.charCodeAt(0)) {
|
|
@@ -1375,45 +1375,45 @@ function Na(e) {
|
|
|
1375
1375
|
}
|
|
1376
1376
|
return "i";
|
|
1377
1377
|
}
|
|
1378
|
-
function
|
|
1378
|
+
function Na(e) {
|
|
1379
1379
|
const t = e.trim();
|
|
1380
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 :
|
|
1380
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Ea(t) ? Ia(t) : "*" + t;
|
|
1381
1381
|
}
|
|
1382
|
-
function
|
|
1382
|
+
function Ta(e) {
|
|
1383
1383
|
const t = [];
|
|
1384
|
-
let n = -1, s = 0, l = 0, a, c, u, m, p,
|
|
1385
|
-
const
|
|
1386
|
-
|
|
1384
|
+
let n = -1, s = 0, l = 0, a, c, u, m, p, N, L;
|
|
1385
|
+
const O = [];
|
|
1386
|
+
O[
|
|
1387
1387
|
0
|
|
1388
1388
|
/* Actions.APPEND */
|
|
1389
1389
|
] = () => {
|
|
1390
1390
|
c === void 0 ? c = u : c += u;
|
|
1391
|
-
},
|
|
1391
|
+
}, O[
|
|
1392
1392
|
1
|
|
1393
1393
|
/* Actions.PUSH */
|
|
1394
1394
|
] = () => {
|
|
1395
1395
|
c !== void 0 && (t.push(c), c = void 0);
|
|
1396
|
-
},
|
|
1396
|
+
}, O[
|
|
1397
1397
|
2
|
|
1398
1398
|
/* Actions.INC_SUB_PATH_DEPTH */
|
|
1399
1399
|
] = () => {
|
|
1400
|
-
|
|
1400
|
+
O[
|
|
1401
1401
|
0
|
|
1402
1402
|
/* Actions.APPEND */
|
|
1403
1403
|
](), l++;
|
|
1404
|
-
},
|
|
1404
|
+
}, O[
|
|
1405
1405
|
3
|
|
1406
1406
|
/* Actions.PUSH_SUB_PATH */
|
|
1407
1407
|
] = () => {
|
|
1408
1408
|
if (l > 0)
|
|
1409
|
-
l--, s = 4,
|
|
1409
|
+
l--, s = 4, O[
|
|
1410
1410
|
0
|
|
1411
1411
|
/* Actions.APPEND */
|
|
1412
1412
|
]();
|
|
1413
1413
|
else {
|
|
1414
|
-
if (l = 0, c === void 0 || (c =
|
|
1414
|
+
if (l = 0, c === void 0 || (c = Na(c), c === !1))
|
|
1415
1415
|
return !1;
|
|
1416
|
-
|
|
1416
|
+
O[
|
|
1417
1417
|
1
|
|
1418
1418
|
/* Actions.PUSH */
|
|
1419
1419
|
]();
|
|
@@ -1422,28 +1422,28 @@ function ka(e) {
|
|
|
1422
1422
|
function w() {
|
|
1423
1423
|
const V = e[n + 1];
|
|
1424
1424
|
if (s === 5 && V === "'" || s === 6 && V === '"')
|
|
1425
|
-
return n++, u = "\\" + V,
|
|
1425
|
+
return n++, u = "\\" + V, O[
|
|
1426
1426
|
0
|
|
1427
1427
|
/* Actions.APPEND */
|
|
1428
1428
|
](), !0;
|
|
1429
1429
|
}
|
|
1430
1430
|
for (; s !== null; )
|
|
1431
1431
|
if (n++, a = e[n], !(a === "\\" && w())) {
|
|
1432
|
-
if (m =
|
|
1432
|
+
if (m = ya(a), L = we[s], p = L[m] || L.l || 8, p === 8 || (s = p[0], p[1] !== void 0 && (N = O[p[1]], N && (u = a, N() === !1))))
|
|
1433
1433
|
return;
|
|
1434
1434
|
if (s === 7)
|
|
1435
1435
|
return t;
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
const cn = /* @__PURE__ */ new Map();
|
|
1439
|
-
function
|
|
1440
|
-
return
|
|
1439
|
+
function ka(e, t) {
|
|
1440
|
+
return z(e) ? e[t] : null;
|
|
1441
1441
|
}
|
|
1442
|
-
function
|
|
1443
|
-
if (!
|
|
1442
|
+
function Oa(e, t) {
|
|
1443
|
+
if (!z(e))
|
|
1444
1444
|
return null;
|
|
1445
1445
|
let n = cn.get(t);
|
|
1446
|
-
if (n || (n =
|
|
1446
|
+
if (n || (n = Ta(t), n && cn.set(t, n)), !n)
|
|
1447
1447
|
return null;
|
|
1448
1448
|
const s = n.length;
|
|
1449
1449
|
let l = e, a = 0;
|
|
@@ -1455,17 +1455,17 @@ function La(e, t) {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
return l;
|
|
1457
1457
|
}
|
|
1458
|
-
const
|
|
1458
|
+
const La = "10.0.5", vt = -1, pt = "en-US", un = "", mn = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
1459
1459
|
function Ra() {
|
|
1460
1460
|
return {
|
|
1461
|
-
upper: (e, t) => t === "text" && P(e) ? e.toUpperCase() : t === "vnode" &&
|
|
1462
|
-
lower: (e, t) => t === "text" && P(e) ? e.toLowerCase() : t === "vnode" &&
|
|
1463
|
-
capitalize: (e, t) => t === "text" && P(e) ? mn(e) : t === "vnode" &&
|
|
1461
|
+
upper: (e, t) => t === "text" && P(e) ? e.toUpperCase() : t === "vnode" && z(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
1462
|
+
lower: (e, t) => t === "text" && P(e) ? e.toLowerCase() : t === "vnode" && z(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
1463
|
+
capitalize: (e, t) => t === "text" && P(e) ? mn(e) : t === "vnode" && z(e) && "__v_isVNode" in e ? mn(e.children) : e
|
|
1464
1464
|
};
|
|
1465
1465
|
}
|
|
1466
|
-
let
|
|
1466
|
+
let Dn;
|
|
1467
1467
|
function Ca(e) {
|
|
1468
|
-
|
|
1468
|
+
Dn = e;
|
|
1469
1469
|
}
|
|
1470
1470
|
let wn;
|
|
1471
1471
|
function Aa(e) {
|
|
@@ -1476,42 +1476,42 @@ function Sa(e) {
|
|
|
1476
1476
|
Pn = e;
|
|
1477
1477
|
}
|
|
1478
1478
|
let Fn = null;
|
|
1479
|
-
const
|
|
1479
|
+
const Ma = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
1480
1480
|
Fn = e;
|
|
1481
|
-
},
|
|
1481
|
+
}, Da = /* @__NO_SIDE_EFFECTS__ */ () => Fn;
|
|
1482
1482
|
let jn = null;
|
|
1483
1483
|
const dn = (e) => {
|
|
1484
1484
|
jn = e;
|
|
1485
1485
|
}, wa = () => jn;
|
|
1486
1486
|
let fn = 0;
|
|
1487
1487
|
function Pa(e = {}) {
|
|
1488
|
-
const t = ae(e.onWarn) ? e.onWarn :
|
|
1488
|
+
const t = ae(e.onWarn) ? e.onWarn : Es, n = P(e.version) ? e.version : La, s = P(e.locale) || ae(e.locale) ? e.locale : pt, l = ae(s) ? pt : s, a = ce(e.fallbackLocale) || J(e.fallbackLocale) || P(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l, c = J(e.messages) ? e.messages : At(l), u = J(e.datetimeFormats) ? e.datetimeFormats : At(l), m = J(e.numberFormats) ? e.numberFormats : At(l), p = de(ee(), e.modifiers, Ra()), N = e.pluralRules || ee(), L = ae(e.missing) ? e.missing : null, O = ie(e.missingWarn) || _t(e.missingWarn) ? e.missingWarn : !0, w = ie(e.fallbackWarn) || _t(e.fallbackWarn) ? e.fallbackWarn : !0, V = !!e.fallbackFormat, A = !!e.unresolving, M = ae(e.postTranslation) ? e.postTranslation : null, i = J(e.processor) ? e.processor : null, d = ie(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, T = !!e.escapeParameter, _ = ae(e.messageCompiler) ? e.messageCompiler : Dn, D = ae(e.messageResolver) ? e.messageResolver : wn || ka, S = ae(e.localeFallbacker) ? e.localeFallbacker : Pn || ha, E = z(e.fallbackContext) ? e.fallbackContext : void 0, Z = e, g = z(Z.__datetimeFormatters) ? Z.__datetimeFormatters : /* @__PURE__ */ new Map(), b = z(Z.__numberFormatters) ? Z.__numberFormatters : /* @__PURE__ */ new Map(), R = z(Z.__meta) ? Z.__meta : {};
|
|
1489
1489
|
fn++;
|
|
1490
|
-
const
|
|
1490
|
+
const I = {
|
|
1491
1491
|
version: n,
|
|
1492
1492
|
cid: fn,
|
|
1493
1493
|
locale: s,
|
|
1494
1494
|
fallbackLocale: a,
|
|
1495
1495
|
messages: c,
|
|
1496
1496
|
modifiers: p,
|
|
1497
|
-
pluralRules:
|
|
1498
|
-
missing:
|
|
1499
|
-
missingWarn:
|
|
1497
|
+
pluralRules: N,
|
|
1498
|
+
missing: L,
|
|
1499
|
+
missingWarn: O,
|
|
1500
1500
|
fallbackWarn: w,
|
|
1501
1501
|
fallbackFormat: V,
|
|
1502
1502
|
unresolving: A,
|
|
1503
|
-
postTranslation:
|
|
1503
|
+
postTranslation: M,
|
|
1504
1504
|
processor: i,
|
|
1505
1505
|
warnHtmlMessage: d,
|
|
1506
|
-
escapeParameter:
|
|
1506
|
+
escapeParameter: T,
|
|
1507
1507
|
messageCompiler: _,
|
|
1508
|
-
messageResolver:
|
|
1508
|
+
messageResolver: D,
|
|
1509
1509
|
localeFallbacker: S,
|
|
1510
|
-
fallbackContext:
|
|
1510
|
+
fallbackContext: E,
|
|
1511
1511
|
onWarn: t,
|
|
1512
1512
|
__meta: R
|
|
1513
1513
|
};
|
|
1514
|
-
return
|
|
1514
|
+
return I.datetimeFormats = u, I.numberFormats = m, I.__datetimeFormatters = g, I.__numberFormatters = b, __INTLIFY_PROD_DEVTOOLS__ && da(I, n, R), I;
|
|
1515
1515
|
}
|
|
1516
1516
|
const At = (e) => ({ [e]: ee() });
|
|
1517
1517
|
function Jt(e, t, n, s, l) {
|
|
@@ -1539,26 +1539,26 @@ function ja(e, t) {
|
|
|
1539
1539
|
return !1;
|
|
1540
1540
|
}
|
|
1541
1541
|
function _n(e, ...t) {
|
|
1542
|
-
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __datetimeFormatters: u } = e, [m, p,
|
|
1543
|
-
ie(
|
|
1544
|
-
const w = !!
|
|
1542
|
+
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __datetimeFormatters: u } = e, [m, p, N, L] = Pt(...t), O = ie(N.missingWarn) ? N.missingWarn : e.missingWarn;
|
|
1543
|
+
ie(N.fallbackWarn) ? N.fallbackWarn : e.fallbackWarn;
|
|
1544
|
+
const w = !!N.part, V = $t(e, N), A = c(
|
|
1545
1545
|
e,
|
|
1546
1546
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1547
1547
|
l,
|
|
1548
1548
|
V
|
|
1549
1549
|
);
|
|
1550
1550
|
if (!P(m) || m === "")
|
|
1551
|
-
return new Intl.DateTimeFormat(V,
|
|
1552
|
-
let
|
|
1553
|
-
const
|
|
1554
|
-
for (let S = 0; S < A.length && (i = A[S],
|
|
1555
|
-
Jt(e, m, i,
|
|
1551
|
+
return new Intl.DateTimeFormat(V, L).format(p);
|
|
1552
|
+
let M = {}, i, d = null;
|
|
1553
|
+
const T = "datetime format";
|
|
1554
|
+
for (let S = 0; S < A.length && (i = A[S], M = n[i] || {}, d = M[m], !J(d)); S++)
|
|
1555
|
+
Jt(e, m, i, O, T);
|
|
1556
1556
|
if (!J(d) || !P(i))
|
|
1557
1557
|
return s ? vt : m;
|
|
1558
1558
|
let _ = `${i}__${m}`;
|
|
1559
|
-
|
|
1560
|
-
let
|
|
1561
|
-
return
|
|
1559
|
+
bt(L) || (_ = `${_}__${JSON.stringify(L)}`);
|
|
1560
|
+
let D = u.get(_);
|
|
1561
|
+
return D || (D = new Intl.DateTimeFormat(i, de({}, d, L)), u.set(_, D)), w ? D.formatToParts(p) : D.format(p);
|
|
1562
1562
|
}
|
|
1563
1563
|
const Un = [
|
|
1564
1564
|
"localeMatcher",
|
|
@@ -1615,27 +1615,27 @@ function pn(e, t, n) {
|
|
|
1615
1615
|
s.__datetimeFormatters.has(a) && s.__datetimeFormatters.delete(a);
|
|
1616
1616
|
}
|
|
1617
1617
|
}
|
|
1618
|
-
function
|
|
1619
|
-
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __numberFormatters: u } = e, [m, p,
|
|
1620
|
-
ie(
|
|
1621
|
-
const w = !!
|
|
1618
|
+
function hn(e, ...t) {
|
|
1619
|
+
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __numberFormatters: u } = e, [m, p, N, L] = Ft(...t), O = ie(N.missingWarn) ? N.missingWarn : e.missingWarn;
|
|
1620
|
+
ie(N.fallbackWarn) ? N.fallbackWarn : e.fallbackWarn;
|
|
1621
|
+
const w = !!N.part, V = $t(e, N), A = c(
|
|
1622
1622
|
e,
|
|
1623
1623
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1624
1624
|
l,
|
|
1625
1625
|
V
|
|
1626
1626
|
);
|
|
1627
1627
|
if (!P(m) || m === "")
|
|
1628
|
-
return new Intl.NumberFormat(V,
|
|
1629
|
-
let
|
|
1630
|
-
const
|
|
1631
|
-
for (let S = 0; S < A.length && (i = A[S],
|
|
1632
|
-
Jt(e, m, i,
|
|
1628
|
+
return new Intl.NumberFormat(V, L).format(p);
|
|
1629
|
+
let M = {}, i, d = null;
|
|
1630
|
+
const T = "number format";
|
|
1631
|
+
for (let S = 0; S < A.length && (i = A[S], M = n[i] || {}, d = M[m], !J(d)); S++)
|
|
1632
|
+
Jt(e, m, i, O, T);
|
|
1633
1633
|
if (!J(d) || !P(i))
|
|
1634
1634
|
return s ? vt : m;
|
|
1635
1635
|
let _ = `${i}__${m}`;
|
|
1636
|
-
|
|
1637
|
-
let
|
|
1638
|
-
return
|
|
1636
|
+
bt(L) || (_ = `${_}__${JSON.stringify(L)}`);
|
|
1637
|
+
let D = u.get(_);
|
|
1638
|
+
return D || (D = new Intl.NumberFormat(i, de({}, d, L)), u.set(_, D)), w ? D.formatToParts(p) : D.format(p);
|
|
1639
1639
|
}
|
|
1640
1640
|
const Vn = [
|
|
1641
1641
|
"localeMatcher",
|
|
@@ -1669,108 +1669,108 @@ function Ft(...e) {
|
|
|
1669
1669
|
Vn.includes(m) ? c[m] = n[m] : a[m] = n[m];
|
|
1670
1670
|
}), P(s) ? a.locale = s : J(s) && (c = s), J(l) && (c = l), [a.key || "", u, a, c];
|
|
1671
1671
|
}
|
|
1672
|
-
function
|
|
1672
|
+
function bn(e, t, n) {
|
|
1673
1673
|
const s = e;
|
|
1674
1674
|
for (const l in n) {
|
|
1675
1675
|
const a = `${t}__${l}`;
|
|
1676
1676
|
s.__numberFormatters.has(a) && s.__numberFormatters.delete(a);
|
|
1677
1677
|
}
|
|
1678
1678
|
}
|
|
1679
|
-
const Ua = (e) => e, Va = (e) => "",
|
|
1680
|
-
function
|
|
1679
|
+
const Ua = (e) => e, Va = (e) => "", Wa = "text", Ga = (e) => e.length === 0 ? "" : Zt(e), Ya = vs;
|
|
1680
|
+
function gn(e, t) {
|
|
1681
1681
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
1682
1682
|
}
|
|
1683
|
-
function
|
|
1683
|
+
function xa(e) {
|
|
1684
1684
|
const t = me(e.pluralIndex) ? e.pluralIndex : -1;
|
|
1685
1685
|
return e.named && (me(e.named.count) || me(e.named.n)) ? me(e.named.count) ? e.named.count : me(e.named.n) ? e.named.n : t : t;
|
|
1686
1686
|
}
|
|
1687
1687
|
function Xa(e, t) {
|
|
1688
1688
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
1689
1689
|
}
|
|
1690
|
-
function
|
|
1691
|
-
const t = e.locale, n =
|
|
1690
|
+
function Za(e = {}) {
|
|
1691
|
+
const t = e.locale, n = xa(e), s = z(e.pluralRules) && P(t) && ae(e.pluralRules[t]) ? e.pluralRules[t] : gn, l = z(e.pluralRules) && P(t) && ae(e.pluralRules[t]) ? gn : void 0, a = (i) => i[s(n, i.length, l)], c = e.list || [], u = (i) => c[i], m = e.named || ee();
|
|
1692
1692
|
me(e.pluralIndex) && Xa(n, m);
|
|
1693
1693
|
const p = (i) => m[i];
|
|
1694
|
-
function
|
|
1695
|
-
const
|
|
1696
|
-
return
|
|
1694
|
+
function N(i, d) {
|
|
1695
|
+
const T = ae(e.messages) ? e.messages(i, !!d) : z(e.messages) ? e.messages[i] : !1;
|
|
1696
|
+
return T || (e.parent ? e.parent.message(i) : Va);
|
|
1697
1697
|
}
|
|
1698
|
-
const
|
|
1698
|
+
const L = (i) => e.modifiers ? e.modifiers[i] : Ua, O = J(e.processor) && ae(e.processor.normalize) ? e.processor.normalize : Ga, w = J(e.processor) && ae(e.processor.interpolate) ? e.processor.interpolate : Ya, V = J(e.processor) && P(e.processor.type) ? e.processor.type : Wa, M = {
|
|
1699
1699
|
list: u,
|
|
1700
1700
|
named: p,
|
|
1701
1701
|
plural: a,
|
|
1702
1702
|
linked: (i, ...d) => {
|
|
1703
|
-
const [
|
|
1704
|
-
let
|
|
1705
|
-
d.length === 1 ?
|
|
1706
|
-
const
|
|
1703
|
+
const [T, _] = d;
|
|
1704
|
+
let D = "text", S = "";
|
|
1705
|
+
d.length === 1 ? z(T) ? (S = T.modifier || S, D = T.type || D) : P(T) && (S = T || S) : d.length === 2 && (P(T) && (S = T || S), P(_) && (D = _ || D));
|
|
1706
|
+
const E = N(i, !0)(M), Z = (
|
|
1707
1707
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
1708
|
-
|
|
1708
|
+
D === "vnode" && ce(E) && S ? E[0] : E
|
|
1709
1709
|
);
|
|
1710
|
-
return S ?
|
|
1710
|
+
return S ? L(S)(Z, D) : Z;
|
|
1711
1711
|
},
|
|
1712
|
-
message:
|
|
1712
|
+
message: N,
|
|
1713
1713
|
type: V,
|
|
1714
1714
|
interpolate: w,
|
|
1715
|
-
normalize:
|
|
1715
|
+
normalize: O,
|
|
1716
1716
|
values: de(ee(), c, m)
|
|
1717
1717
|
};
|
|
1718
|
-
return
|
|
1718
|
+
return M;
|
|
1719
1719
|
}
|
|
1720
1720
|
const vn = () => "", ve = (e) => ae(e);
|
|
1721
|
-
function
|
|
1722
|
-
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: c, messages: u } = e, [m, p] = jt(...t),
|
|
1723
|
-
|
|
1724
|
-
let [i, d,
|
|
1721
|
+
function En(e, ...t) {
|
|
1722
|
+
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: c, messages: u } = e, [m, p] = jt(...t), N = ie(p.missingWarn) ? p.missingWarn : e.missingWarn, L = ie(p.fallbackWarn) ? p.fallbackWarn : e.fallbackWarn, O = ie(p.escapeParameter) ? p.escapeParameter : e.escapeParameter, w = !!p.resolvedMessage, V = P(p.default) || ie(p.default) ? ie(p.default) ? a ? m : () => m : p.default : n ? a ? m : () => m : null, A = n || V != null && (P(V) || ae(V)), M = $t(e, p);
|
|
1723
|
+
O && Ha(p);
|
|
1724
|
+
let [i, d, T] = w ? [
|
|
1725
1725
|
m,
|
|
1726
|
-
|
|
1727
|
-
u[
|
|
1728
|
-
] :
|
|
1729
|
-
if (!w && !(P(_) ||
|
|
1726
|
+
M,
|
|
1727
|
+
u[M] || ee()
|
|
1728
|
+
] : Wn(e, m, M, c, L, N), _ = i, D = m;
|
|
1729
|
+
if (!w && !(P(_) || Ze(_) || ve(_)) && A && (_ = V, D = _), !w && (!(P(_) || Ze(_) || ve(_)) || !P(d)))
|
|
1730
1730
|
return l ? vt : m;
|
|
1731
1731
|
let S = !1;
|
|
1732
|
-
const
|
|
1732
|
+
const E = () => {
|
|
1733
1733
|
S = !0;
|
|
1734
|
-
},
|
|
1734
|
+
}, Z = ve(_) ? _ : Gn(e, m, d, _, D, E);
|
|
1735
1735
|
if (S)
|
|
1736
1736
|
return _;
|
|
1737
|
-
const
|
|
1737
|
+
const g = Ja(e, d, T, p), b = Za(g), R = Ba(e, Z, b), I = s ? s(R, m) : R;
|
|
1738
1738
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
1739
1739
|
const F = {
|
|
1740
1740
|
timestamp: Date.now(),
|
|
1741
1741
|
key: P(m) ? m : ve(_) ? _.key : "",
|
|
1742
1742
|
locale: d || (ve(_) ? _.locale : ""),
|
|
1743
1743
|
format: P(_) ? _ : ve(_) ? _.source : "",
|
|
1744
|
-
message:
|
|
1744
|
+
message: I
|
|
1745
1745
|
};
|
|
1746
|
-
F.meta = de({}, e.__meta, /* @__PURE__ */
|
|
1746
|
+
F.meta = de({}, e.__meta, /* @__PURE__ */ Da() || {}), fa(F);
|
|
1747
1747
|
}
|
|
1748
|
-
return
|
|
1748
|
+
return I;
|
|
1749
1749
|
}
|
|
1750
|
-
function
|
|
1751
|
-
ce(e.list) ? e.list = e.list.map((t) => P(t) ? tn(t) : t) :
|
|
1750
|
+
function Ha(e) {
|
|
1751
|
+
ce(e.list) ? e.list = e.list.map((t) => P(t) ? tn(t) : t) : z(e.named) && Object.keys(e.named).forEach((t) => {
|
|
1752
1752
|
P(e.named[t]) && (e.named[t] = tn(e.named[t]));
|
|
1753
1753
|
});
|
|
1754
1754
|
}
|
|
1755
|
-
function
|
|
1756
|
-
const { messages: c, onWarn: u, messageResolver: m, localeFallbacker: p } = e,
|
|
1757
|
-
let
|
|
1755
|
+
function Wn(e, t, n, s, l, a) {
|
|
1756
|
+
const { messages: c, onWarn: u, messageResolver: m, localeFallbacker: p } = e, N = p(e, s, n);
|
|
1757
|
+
let L = ee(), O, w = null;
|
|
1758
1758
|
const V = "translate";
|
|
1759
|
-
for (let A = 0; A <
|
|
1760
|
-
if (!ja(
|
|
1761
|
-
const
|
|
1759
|
+
for (let A = 0; A < N.length && (O = N[A], L = c[O] || ee(), (w = m(L, t)) === null && (w = L[t]), !(P(w) || Ze(w) || ve(w))); A++)
|
|
1760
|
+
if (!ja(O, N)) {
|
|
1761
|
+
const M = Jt(
|
|
1762
1762
|
e,
|
|
1763
1763
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1764
1764
|
t,
|
|
1765
|
-
|
|
1765
|
+
O,
|
|
1766
1766
|
a,
|
|
1767
1767
|
V
|
|
1768
1768
|
);
|
|
1769
|
-
|
|
1769
|
+
M !== t && (w = M);
|
|
1770
1770
|
}
|
|
1771
|
-
return [w,
|
|
1771
|
+
return [w, O, L];
|
|
1772
1772
|
}
|
|
1773
|
-
function
|
|
1773
|
+
function Gn(e, t, n, s, l, a) {
|
|
1774
1774
|
const { messageCompiler: c, warnHtmlMessage: u } = e;
|
|
1775
1775
|
if (ve(s)) {
|
|
1776
1776
|
const p = s;
|
|
@@ -1783,15 +1783,15 @@ function Wn(e, t, n, s, l, a) {
|
|
|
1783
1783
|
const m = c(s, $a(e, n, l, s, u, a));
|
|
1784
1784
|
return m.locale = n, m.key = t, m.source = s, m;
|
|
1785
1785
|
}
|
|
1786
|
-
function
|
|
1786
|
+
function Ba(e, t, n) {
|
|
1787
1787
|
return t(n);
|
|
1788
1788
|
}
|
|
1789
1789
|
function jt(...e) {
|
|
1790
1790
|
const [t, n, s] = e, l = ee();
|
|
1791
|
-
if (!P(t) && !me(t) && !ve(t) && !
|
|
1791
|
+
if (!P(t) && !me(t) && !ve(t) && !Ze(t))
|
|
1792
1792
|
throw Ce(Re.INVALID_ARGUMENT);
|
|
1793
1793
|
const a = me(t) ? String(t) : (ve(t), t);
|
|
1794
|
-
return me(n) ? l.plural = n : P(n) ? l.default = n : J(n) && !
|
|
1794
|
+
return me(n) ? l.plural = n : P(n) ? l.default = n : J(n) && !bt(n) ? l.named = n : ce(n) && (l.list = n), me(s) ? l.plural = s : P(s) ? l.default = s : J(s) && de(l, s), [a, l];
|
|
1795
1795
|
}
|
|
1796
1796
|
function $a(e, t, n, s, l, a) {
|
|
1797
1797
|
return {
|
|
@@ -1805,15 +1805,15 @@ function $a(e, t, n, s, l, a) {
|
|
|
1805
1805
|
};
|
|
1806
1806
|
}
|
|
1807
1807
|
function Ja(e, t, n, s) {
|
|
1808
|
-
const { modifiers: l, pluralRules: a, messageResolver: c, fallbackLocale: u, fallbackWarn: m, missingWarn: p, fallbackContext:
|
|
1808
|
+
const { modifiers: l, pluralRules: a, messageResolver: c, fallbackLocale: u, fallbackWarn: m, missingWarn: p, fallbackContext: N } = e, O = {
|
|
1809
1809
|
locale: t,
|
|
1810
1810
|
modifiers: l,
|
|
1811
1811
|
pluralRules: a,
|
|
1812
1812
|
messages: (w, V) => {
|
|
1813
1813
|
let A = c(n, w);
|
|
1814
|
-
if (A == null && (
|
|
1815
|
-
const [, ,
|
|
1816
|
-
|
|
1814
|
+
if (A == null && (N || V)) {
|
|
1815
|
+
const [, , M] = Wn(
|
|
1816
|
+
N || e,
|
|
1817
1817
|
// NOTE: if has fallbackContext, fallback to root, else if use linked, fallback to local context
|
|
1818
1818
|
w,
|
|
1819
1819
|
t,
|
|
@@ -1821,26 +1821,26 @@ function Ja(e, t, n, s) {
|
|
|
1821
1821
|
m,
|
|
1822
1822
|
p
|
|
1823
1823
|
);
|
|
1824
|
-
A = c(
|
|
1824
|
+
A = c(M, w);
|
|
1825
1825
|
}
|
|
1826
|
-
if (P(A) ||
|
|
1827
|
-
let
|
|
1828
|
-
const d =
|
|
1829
|
-
|
|
1826
|
+
if (P(A) || Ze(A)) {
|
|
1827
|
+
let M = !1;
|
|
1828
|
+
const d = Gn(e, w, t, A, w, () => {
|
|
1829
|
+
M = !0;
|
|
1830
1830
|
});
|
|
1831
|
-
return
|
|
1831
|
+
return M ? vn : d;
|
|
1832
1832
|
} else return ve(A) ? A : vn;
|
|
1833
1833
|
}
|
|
1834
1834
|
};
|
|
1835
|
-
return e.processor && (
|
|
1835
|
+
return e.processor && (O.processor = e.processor), s.list && (O.list = s.list), s.named && (O.named = s.named), me(s.plural) && (O.pluralIndex = s.plural), O;
|
|
1836
1836
|
}
|
|
1837
|
-
|
|
1838
|
-
var Ka = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_e251c084-41c0-4168-9c58-308fae2c8ae9", 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_e251c084-41c0-4168-9c58-308fae2c8ae9", PIPX_HOME: "/opt/pipx", npm_package_devDependencies_vite: "^5.2.0", npm_node_execpath: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_files_0: "dist", npm_package_devDependencies_eslint_import_resolver_typescript: "^4.4.4", HOME: "/home/runner", npm_package_devDependencies__eslint_js: "^9.39.2", npm_package_devDependencies__typescript_eslint_parser: "^8.52.0", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_devDependencies_eslint_config_prettier: "^10.1.8", npm_config_save_workspace_protocol: "true", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", NODE_OPTIONS: "--max-old-space-size=10240", GRADLE_HOME: "/usr/share/gradle-9.5.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_package_dependencies__feedmepos_mf_common: "^1.29.10", npm_package_devDependencies_code_inspector_plugin: "^0.20.16", npm_package_devDependencies_npm_run_all2: "^6.0.6", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-Linux", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1872", ACTIONS_ORCHESTRATION_ID: "845d2b53-6b24-4d49-963c-89f74a4f4d7e.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.10.6", npm_package_dependencies_dayjs: "^1.11.10", npm_package_devDependencies__tsconfig_node18: "^18.2.2", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_scripts_build_only_dev: "VITE_TARGET_ENV=dev pnpm build:mf && pnpm build:dts", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_devDependencies_typescript: "^5.9.3", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^2.0.6", npm_config_prefer_workspace_packages: "true", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260607.184.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:14803", 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.11/x64", GITHUB_RUN_ID: "27526670701", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "23ad177dcac18380c99e3f1cdca1bf042080eb5b", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", GITHUB_WORKFLOW_REF: "feedmepos/hrm-service/.github/workflows/publish-hrm-portal-trusted.yml@refs/heads/feat/apply-figma-design-clean", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9mZWF0L2FwcGx5LWZpZ21hLWRlc2lnbi1jbGVhblwiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJhdWQiOiJ2c286NmY5NmZhODktYjdiZi00ODc4LWJhZDMtODk4MDA2NTY2YjZlIiwiYmlsbGluZ19vd25lcl9pZCI6IkVfa2dET0FBSm9ZUSIsImV4cCI6MTc4MTUyNDY4NywiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiaWF0IjoxNzgxNTAyNDg3LCJpc3MiOiJodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwiam9iX2lkIjoiN2IwYmE3ZDUtYzM5Mi01MzJlLWE0NDgtYzAwZmUwZGFkYzUyIiwibmFtZWlkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwibmJmIjoxNzgxNTAyMTg3LCJvaWRjX2V4dHJhIjoie1wiYWN0b3JcIjpcIkNhc3RhLW1lcmVcIixcImFjdG9yX2lkXCI6XCI4MjI5ODAxN1wiLFwiYmFzZV9yZWZcIjpcIlwiLFwiY2hlY2tfcnVuX2lkXCI6XCI4MTM1NTI4NTY3MFwiLFwiZXZlbnRfbmFtZVwiOlwid29ya2Zsb3dfZGlzcGF0Y2hcIixcImhlYWRfcmVmXCI6XCJcIixcImpvYl93b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9hY3Rpb25zLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtbnBtLWdpdGh1Yi55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwiam9iX3dvcmtmbG93X3NoYVwiOlwiNTg1MGMwNzlhYmVhY2JmZmFiNDU5NGJhMWE3Y2YzMTM0NjZkNzQzM1wiLFwicmVmXCI6XCJyZWZzL2hlYWRzL2ZlYXQvYXBwbHktZmlnbWEtZGVzaWduLWNsZWFuXCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJmYWxzZVwiLFwicmVmX3R5cGVcIjpcImJyYW5jaFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCIxMTI0NjcyMjM1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInByaXZhdGVcIixcInJ1bl9hdHRlbXB0XCI6XCIxXCIsXCJydW5faWRcIjpcIjI3NTI2NjcwNzAxXCIsXCJydW5fbnVtYmVyXCI6XCIxMTVcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwiLFwic2hhXCI6XCIyM2FkMTc3ZGNhYzE4MzgwYzk5ZTNmMWNkY2ExYmYwNDIwODBlYjViXCIsXCJ3b3JrZmxvd1wiOlwiUHVibGlzaCBocm0tcG9ydGFsXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9ocm0tc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLWhybS1wb3J0YWwtdHJ1c3RlZC55bWxAcmVmcy9oZWFkcy9mZWF0L2FwcGx5LWZpZ21hLWRlc2lnbi1jbGVhblwiLFwid29ya2Zsb3dfc2hhXCI6XCIyM2FkMTc3ZGNhYzE4MzgwYzk5ZTNmMWNkY2ExYmYwNDIwODBlYjViXCJ9Iiwib2lkY19zdWIiOiJyZXBvOmZlZWRtZXBvcy9ocm0tc2VydmljZTpyZWY6cmVmcy9oZWFkcy9mZWF0L2FwcGx5LWZpZ21hLWRlc2lnbi1jbGVhbiIsIm9yY2hfaWQiOiI4NDVkMmI1My02YjI0LTRkNDktOTYzYy04OWY3NGE0ZjRkN2UucHVibGlzaC5wdWJsaXNoLl9fZGVmYXVsdCIsIm93bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwicGxhbl9pZCI6Ijg0NWQyYjUzLTZiMjQtNGQ0OS05NjNjLTg5Zjc0YTRmNGQ3ZSIsInJlcG9zaXRvcnlfaWQiOiIxMTI0NjcyMjM1IiwicmVwb3NpdG9yeV9vd25lcl9pZCI6IjU0ODMxNTE1IiwicmVwb3NpdG9yeV92aXNpYmlsaXR5IjoicHJpdmF0ZSIsInJ1bl9pZCI6IjI3NTI2NjcwNzAxIiwicnVuX251bWJlciI6IjExNSIsInJ1bl90eXBlIjoiZnVsbCIsInJ1bm5lcl9pZCI6IjEwMDAwNzcxOTEiLCJydW5uZXJfdHlwZSI6Imhvc3RlZCIsInNjcCI6IkFjdGlvbnMuUmVzdWx0czo4NDVkMmI1My02YjI0LTRkNDktOTYzYy04OWY3NGE0ZjRkN2U6N2IwYmE3ZDUtYzM5Mi01MzJlLWE0NDgtYzAwZmUwZGFkYzUyIEFjdGlvbnMuUnVubmVyOjg0NWQyYjUzLTZiMjQtNGQ0OS05NjNjLTg5Zjc0YTRmNGQ3ZTo3YjBiYTdkNS1jMzkyLTUzMmUtYTQ0OC1jMDBmZTBkYWRjNTIgQWN0aW9ucy5VcGxvYWRBcnRpZmFjdHM6ODQ1ZDJiNTMtNmIyNC00ZDQ5LTk2M2MtODlmNzRhNGY0ZDdlOjdiMGJhN2Q1LWMzOTItNTMyZS1hNDQ4LWMwMGZlMGRhZGM1MiBnZW5lcmF0ZV9pZF90b2tlbjo4NDVkMmI1My02YjI0LTRkNDktOTYzYy04OWY3NGE0ZjRkN2U6N2IwYmE3ZDUtYzM5Mi01MzJlLWE0NDgtYzAwZmUwZGFkYzUyIEFjdGlvbnMuR2VuZXJpY1JlYWQ6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIiwic2hhIjoiMjNhZDE3N2RjYWMxODM4MGM5OWUzZjFjZGNhMWJmMDQyMDgwZWI1YiIsInRydXN0X3RpZXIiOiIxIn0.Vk-Zhoe2Xbv4Kdr8fYEoRM7UK9ySmNhLpEy2pKjPzuZcOL3SboB1odq2EDLnbX9xUcF-ojXuLD1OCOVd_aD0cKbr-e7DNhqTin2SPISe7PE8jAYHuTVFBcT68UUPCu0dQRPCSLnyVw4Hv82eXs1B2ugtReobaChfkKQHvajYVly7OiXWsRckbdi2BqEqKqL2XXxdQaRV1YBel6XKNI7A0WAuISW_tHHh7eWNZDdgBblWnXsCt599teECQUrVVnoEnFMqokWuofVKP2iqOOJy-t1a1iu25FN8IVAfS6VuscjojyYsKe0ezgOzyHV1DFnbS8BUmzBRpWS8Wt_5BJXZfQ", 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_13c92d6d-a959-47c1-92a0-468f2b252b6f", INVOCATION_ID: "a15358599ed2484481b15e00b7a4bf9a", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", npm_package_name: "@feedmepos/mf-hrm-portal", GITHUB_ACTION: "__run_5", GITHUB_RUN_NUMBER: "115", 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 1000077191", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "feat/apply-figma-design-clean", GITHUB_REPOSITORY: "feedmepos/hrm-service", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist", npm_package_dependencies__feedmepos_core: "^2.14.36", npm_lifecycle_script: "vite build --mode fmmf", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_dependencies_vue3_lottie: "^3.3.0", npm_package_devDependencies__casl_ability: "^3.4.0", npm_package_devDependencies__vitejs_plugin_vue_jsx: "^4.0.0", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "1124672235", GITHUB_ACTIONS: "true", NODE_PATH: "/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/bin/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "2.0.20-dev.4", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts", npm_package_dependencies__feedmepos_hrm_permission: "workspace:*", npm_package_devDependencies__rushstack_eslint_patch: "^1.3.3", npm_package_devDependencies_eslint_plugin_unused_imports: "^4.3.0", npm_package_devDependencies_jsdom: "^24.0.0", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_package_dependencies_uuid: "^10.0.0", GITHUB_WORKSPACE: "/home/runner/work/hrm-service/hrm-service", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", npm_package_dependencies_lodash: "^4.17.21", GITHUB_SHA: "23ad177dcac18380c99e3f1cdca1bf042080eb5b", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", ACTIONS_RUNNER_RETURN_JOB_RESULT_FOR_HOSTED: "1", GITHUB_REF: "refs/heads/feat/apply-figma-design-clean", 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_e251c084-41c0-4168-9c58-308fae2c8ae9", 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-3-azure-eastus.actions.githubusercontent.com/93//idtoken/845d2b53-6b24-4d49-963c-89f74a4f4d7e/7b0ba7d5-c392-532e-a448-c00fe0dadc52?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_e251c084-41c0-4168-9c58-308fae2c8ae9", 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_15.6.1", 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_e251c084-41c0-4168-9c58-308fae2c8ae9", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1839
|
-
const
|
|
1837
|
+
Hs();
|
|
1838
|
+
var za = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_5ff3531e-a11c-4bff-9bc2-baec05455390", 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_5ff3531e-a11c-4bff-9bc2-baec05455390", PIPX_HOME: "/opt/pipx", npm_package_devDependencies_vite: "^5.2.0", npm_node_execpath: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_files_0: "dist", npm_package_devDependencies_eslint_import_resolver_typescript: "^4.4.4", HOME: "/home/runner", npm_package_devDependencies__eslint_js: "^9.39.2", npm_package_devDependencies__typescript_eslint_parser: "^8.52.0", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_devDependencies_eslint_config_prettier: "^10.1.8", npm_config_save_workspace_protocol: "true", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", NODE_OPTIONS: "--max-old-space-size=10240", GRADLE_HOME: "/usr/share/gradle-9.5.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_package_dependencies__feedmepos_mf_common: "^1.29.10", npm_package_devDependencies_code_inspector_plugin: "^0.20.16", npm_package_devDependencies_npm_run_all2: "^6.0.6", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-Linux", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1867", ACTIONS_ORCHESTRATION_ID: "40785e69-6003-48d8-af78-8d42c8c97343.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.10.6", npm_package_dependencies_dayjs: "^1.11.10", npm_package_devDependencies__tsconfig_node18: "^18.2.2", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_scripts_build_only_dev: "VITE_TARGET_ENV=dev pnpm build:mf && pnpm build:dts", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_devDependencies_typescript: "^5.9.3", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^2.0.6", npm_config_prefer_workspace_packages: "true", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260607.184.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:15551", 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.11/x64", GITHUB_RUN_ID: "27624720475", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "8aceaa529e8f472c1e110db5e8fd1c5fa7e64962", 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.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9tYWluXCIsXCJQZXJtaXNzaW9uXCI6M31dIiwiYWNzbCI6IjEwIiwiYXVkIjoidnNvOjZmOTZmYTg5LWI3YmYtNDg3OC1iYWQzLTg5ODAwNjU2NmI2ZSIsImJpbGxpbmdfb3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJleHAiOjE3ODE2NDIyMDAsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImlhdCI6MTc4MTYyMDAwMCwiaXNzIjoiaHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImpvYl9pZCI6IjMxMTA3YTRiLTJmYTEtNWE2Zi1iZjBjLTMwYjk5MzRjOGRkMiIsIm5hbWVpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsIm5iZiI6MTc4MTYxOTcwMCwib2lkY19leHRyYSI6IntcImFjdG9yXCI6XCJqdW4tbGVlLWZlZWRtZVwiLFwiYWN0b3JfaWRcIjpcIjIzOTI4Mjg2MlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiY2hlY2tfcnVuX2lkXCI6XCI4MTY4MzA4MjgxNFwiLFwiZXZlbnRfbmFtZVwiOlwid29ya2Zsb3dfZGlzcGF0Y2hcIixcImhlYWRfcmVmXCI6XCJcIixcImpvYl93b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9hY3Rpb25zLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtbnBtLWdpdGh1Yi55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwiam9iX3dvcmtmbG93X3NoYVwiOlwiNTg1MGMwNzlhYmVhY2JmZmFiNDU5NGJhMWE3Y2YzMTM0NjZkNzQzM1wiLFwicmVmXCI6XCJyZWZzL2hlYWRzL21haW5cIixcInJlZl9wcm90ZWN0ZWRcIjpcInRydWVcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcInJlcG9zaXRvcnlcIjpcImZlZWRtZXBvcy9ocm0tc2VydmljZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiMTEyNDY3MjIzNVwiLFwicmVwb3NpdG9yeV9vd25lclwiOlwiZmVlZG1lcG9zXCIsXCJyZXBvc2l0b3J5X293bmVyX2lkXCI6XCI1NDgzMTUxNVwiLFwicmVwb3NpdG9yeV92aXNpYmlsaXR5XCI6XCJwcml2YXRlXCIsXCJydW5fYXR0ZW1wdFwiOlwiMVwiLFwicnVuX2lkXCI6XCIyNzYyNDcyMDQ3NVwiLFwicnVuX251bWJlclwiOlwiMTE3XCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIixcInNoYVwiOlwiOGFjZWFhNTI5ZThmNDcyYzFlMTEwZGI1ZThmZDFjNWZhN2U2NDk2MlwiLFwid29ya2Zsb3dcIjpcIlB1Ymxpc2ggaHJtLXBvcnRhbFwiLFwid29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvaHJtLXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcHVibGlzaC1ocm0tcG9ydGFsLXRydXN0ZWQueW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCI4YWNlYWE1MjllOGY0NzJjMWUxMTBkYjVlOGZkMWM1ZmE3ZTY0OTYyXCJ9Iiwib2lkY19zdWIiOiJyZXBvOmZlZWRtZXBvcy9ocm0tc2VydmljZTpyZWY6cmVmcy9oZWFkcy9tYWluIiwib3JjaF9pZCI6IjQwNzg1ZTY5LTYwMDMtNDhkOC1hZjc4LThkNDJjOGM5NzM0My5wdWJsaXNoLnB1Ymxpc2guX19kZWZhdWx0Iiwib3duZXJfaWQiOiJFX2tnRE9BQUpvWVEiLCJwbGFuX2lkIjoiNDA3ODVlNjktNjAwMy00OGQ4LWFmNzgtOGQ0MmM4Yzk3MzQzIiwicmVwb3NpdG9yeV9pZCI6IjExMjQ2NzIyMzUiLCJyZXBvc2l0b3J5X293bmVyX2lkIjoiNTQ4MzE1MTUiLCJyZXBvc2l0b3J5X3Zpc2liaWxpdHkiOiJwcml2YXRlIiwicnVuX2lkIjoiMjc2MjQ3MjA0NzUiLCJydW5fbnVtYmVyIjoiMTE3IiwicnVuX3R5cGUiOiJmdWxsIiwicnVubmVyX2lkIjoiMTAwMDA3ODA1MiIsInJ1bm5lcl90eXBlIjoiaG9zdGVkIiwic2NwIjoiQWN0aW9ucy5SZXN1bHRzOjQwNzg1ZTY5LTYwMDMtNDhkOC1hZjc4LThkNDJjOGM5NzM0MzozMTEwN2E0Yi0yZmExLTVhNmYtYmYwYy0zMGI5OTM0YzhkZDIgQWN0aW9ucy5SdW5uZXI6NDA3ODVlNjktNjAwMy00OGQ4LWFmNzgtOGQ0MmM4Yzk3MzQzOjMxMTA3YTRiLTJmYTEtNWE2Zi1iZjBjLTMwYjk5MzRjOGRkMiBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czo0MDc4NWU2OS02MDAzLTQ4ZDgtYWY3OC04ZDQyYzhjOTczNDM6MzExMDdhNGItMmZhMS01YTZmLWJmMGMtMzBiOTkzNGM4ZGQyIGdlbmVyYXRlX2lkX3Rva2VuOjQwNzg1ZTY5LTYwMDMtNDhkOC1hZjc4LThkNDJjOGM5NzM0MzozMTEwN2E0Yi0yZmExLTVhNmYtYmYwYy0zMGI5OTM0YzhkZDIgQWN0aW9ucy5HZW5lcmljUmVhZDowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJzaGEiOiI4YWNlYWE1MjllOGY0NzJjMWUxMTBkYjVlOGZkMWM1ZmE3ZTY0OTYyIiwidHJ1c3RfdGllciI6IjEifQ.huQqHS6UHA7uANzC4GzogochpKiqCGkCQxehxWHSi2oO2oQU6588bVfUu4HZNRZr5mYuc815X7NyvQN4W6HnI1OkDrD4iC1EZ4gyT4Ok9ta3WAQD4LXRSQjq0KnTwTwYZzyyCsMR3Fuqd8viq7pzLoP30ZOW3q2cHcSLuwNg7QXuhU_nU2_SZJtLmZW3J1RwLHqnHOzO0JdsWufG_oYR7Y7QQXY4J8ezu433jItBWh-AZI74iEnGQxabYhYGeFS_VLeDw_YXFdVqvYpJXm06ftORNx6pueXdlN-Ja_PYLaTCUevpZ3ajXIf0c9sZmPz7YYlsV-6m7MModl-FSQA_rw", 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_2fdba5f8-228a-433f-8292-3375ab72f8bc", INVOCATION_ID: "f535e5a3638b40c1adcf7bf05e62ad2a", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", npm_package_name: "@feedmepos/mf-hrm-portal", GITHUB_ACTION: "__run_5", GITHUB_RUN_NUMBER: "117", 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 1000078052", 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", 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.21", 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: "8aceaa529e8f472c1e110db5e8fd1c5fa7e64962", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", ACTIONS_RUNNER_RETURN_JOB_RESULT_FOR_HOSTED: "1", 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_5ff3531e-a11c-4bff-9bc2-baec05455390", 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/3//idtoken/40785e69-6003-48d8-af78-8d42c8c97343/31107a4b-2fa1-5a6f-bf0c-30b9934c8dd2?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_5ff3531e-a11c-4bff-9bc2-baec05455390", 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_15.6.1", 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_5ff3531e-a11c-4bff-9bc2-baec05455390", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1839
|
+
const Ka = "10.0.5";
|
|
1840
1840
|
function Qa() {
|
|
1841
1841
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Fe().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Fe().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Fe().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Fe().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
1842
1842
|
}
|
|
1843
|
-
const
|
|
1843
|
+
const He = {
|
|
1844
1844
|
// composer module errors
|
|
1845
1845
|
UNEXPECTED_RETURN_TYPE: pa,
|
|
1846
1846
|
// 24
|
|
@@ -1854,31 +1854,31 @@ const Be = {
|
|
|
1854
1854
|
UNEXPECTED_ERROR: 32
|
|
1855
1855
|
};
|
|
1856
1856
|
function nt(e, ...t) {
|
|
1857
|
-
return
|
|
1857
|
+
return gt(e, null, void 0);
|
|
1858
1858
|
}
|
|
1859
|
-
const Ut = /* @__PURE__ */ je("__translateVNode"), Vt = /* @__PURE__ */ je("__datetimeParts"),
|
|
1859
|
+
const Ut = /* @__PURE__ */ je("__translateVNode"), Vt = /* @__PURE__ */ je("__datetimeParts"), Wt = /* @__PURE__ */ je("__numberParts"), qa = je("__setPluralRules"), Yn = /* @__PURE__ */ je("__injectWithOption"), Gt = /* @__PURE__ */ je("__dispose");
|
|
1860
1860
|
function st(e) {
|
|
1861
|
-
if (!
|
|
1861
|
+
if (!z(e))
|
|
1862
1862
|
return e;
|
|
1863
1863
|
for (const t in e)
|
|
1864
|
-
if (
|
|
1864
|
+
if (ye(e, t))
|
|
1865
1865
|
if (!t.includes("."))
|
|
1866
|
-
|
|
1866
|
+
z(e[t]) && st(e[t]);
|
|
1867
1867
|
else {
|
|
1868
1868
|
const n = t.split("."), s = n.length - 1;
|
|
1869
1869
|
let l = e, a = !1;
|
|
1870
1870
|
for (let c = 0; c < s; c++) {
|
|
1871
|
-
if (n[c] in l || (l[n[c]] = ee()), !
|
|
1871
|
+
if (n[c] in l || (l[n[c]] = ee()), !z(l[n[c]])) {
|
|
1872
1872
|
a = !0;
|
|
1873
1873
|
break;
|
|
1874
1874
|
}
|
|
1875
1875
|
l = l[n[c]];
|
|
1876
1876
|
}
|
|
1877
|
-
a || (l[n[s]] = e[t], delete e[t]),
|
|
1877
|
+
a || (l[n[s]] = e[t], delete e[t]), z(l[n[s]]) && st(l[n[s]]);
|
|
1878
1878
|
}
|
|
1879
1879
|
return e;
|
|
1880
1880
|
}
|
|
1881
|
-
function
|
|
1881
|
+
function xn(e, t) {
|
|
1882
1882
|
const { messages: n, __i18n: s, messageResolver: l, flatJson: a } = t, c = J(n) ? n : ce(s) ? ee() : { [e]: ee() };
|
|
1883
1883
|
if (ce(s) && s.forEach((u) => {
|
|
1884
1884
|
if ("locale" in u && "resource" in u) {
|
|
@@ -1888,15 +1888,15 @@ function Zn(e, t) {
|
|
|
1888
1888
|
P(u) && ft(JSON.parse(u), c);
|
|
1889
1889
|
}), l == null && a)
|
|
1890
1890
|
for (const u in c)
|
|
1891
|
-
|
|
1891
|
+
ye(c, u) && st(c[u]);
|
|
1892
1892
|
return c;
|
|
1893
1893
|
}
|
|
1894
1894
|
function Xn(e) {
|
|
1895
1895
|
return e.type;
|
|
1896
1896
|
}
|
|
1897
1897
|
function er(e, t, n) {
|
|
1898
|
-
let s =
|
|
1899
|
-
"__i18nGlobal" in n && (s =
|
|
1898
|
+
let s = z(t.messages) ? t.messages : ee();
|
|
1899
|
+
"__i18nGlobal" in n && (s = xn(e.locale.value, {
|
|
1900
1900
|
messages: s,
|
|
1901
1901
|
__i18n: n.__i18nGlobal
|
|
1902
1902
|
}));
|
|
@@ -1905,13 +1905,13 @@ function er(e, t, n) {
|
|
|
1905
1905
|
e.mergeLocaleMessage(a, s[a]);
|
|
1906
1906
|
});
|
|
1907
1907
|
{
|
|
1908
|
-
if (
|
|
1908
|
+
if (z(t.datetimeFormats)) {
|
|
1909
1909
|
const a = Object.keys(t.datetimeFormats);
|
|
1910
1910
|
a.length && a.forEach((c) => {
|
|
1911
1911
|
e.mergeDateTimeFormat(c, t.datetimeFormats[c]);
|
|
1912
1912
|
});
|
|
1913
1913
|
}
|
|
1914
|
-
if (
|
|
1914
|
+
if (z(t.numberFormats)) {
|
|
1915
1915
|
const a = Object.keys(t.numberFormats);
|
|
1916
1916
|
a.length && a.forEach((c) => {
|
|
1917
1917
|
e.mergeNumberFormat(c, t.numberFormats[c]);
|
|
@@ -1919,21 +1919,21 @@ function er(e, t, n) {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
|
-
function
|
|
1922
|
+
function In(e) {
|
|
1923
1923
|
return _e(Qn, null, e, 0);
|
|
1924
1924
|
}
|
|
1925
|
-
const
|
|
1926
|
-
let
|
|
1927
|
-
function
|
|
1928
|
-
return (t, n, s, l) => e(n, s,
|
|
1925
|
+
const yn = "__INTLIFY_META__", Nn = () => [], tr = () => !1;
|
|
1926
|
+
let Tn = 0;
|
|
1927
|
+
function kn(e) {
|
|
1928
|
+
return (t, n, s, l) => e(n, s, Yt() || void 0, l);
|
|
1929
1929
|
}
|
|
1930
1930
|
const nr = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
1931
|
-
const e =
|
|
1931
|
+
const e = Yt();
|
|
1932
1932
|
let t = null;
|
|
1933
|
-
return e && (t = Xn(e)[
|
|
1933
|
+
return e && (t = Xn(e)[yn]) ? { [yn]: t } : null;
|
|
1934
1934
|
};
|
|
1935
1935
|
function sr(e = {}) {
|
|
1936
|
-
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, a = qt ?
|
|
1936
|
+
const { __root: t, __injectWithOption: n } = e, s = t === void 0, l = e.flatJson, a = qt ? ht : zn;
|
|
1937
1937
|
let c = ie(e.inheritLocale) ? e.inheritLocale : !0;
|
|
1938
1938
|
const u = a(
|
|
1939
1939
|
// prettier-ignore
|
|
@@ -1941,212 +1941,212 @@ function sr(e = {}) {
|
|
|
1941
1941
|
), m = a(
|
|
1942
1942
|
// prettier-ignore
|
|
1943
1943
|
t && c ? t.fallbackLocale.value : P(e.fallbackLocale) || ce(e.fallbackLocale) || J(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : u.value
|
|
1944
|
-
), p = a(
|
|
1945
|
-
let
|
|
1946
|
-
const
|
|
1947
|
-
let S = e.pluralRules || t && t.pluralRules,
|
|
1948
|
-
|
|
1944
|
+
), p = a(xn(u.value, e)), N = a(J(e.datetimeFormats) ? e.datetimeFormats : { [u.value]: {} }), L = a(J(e.numberFormats) ? e.numberFormats : { [u.value]: {} });
|
|
1945
|
+
let O = t ? t.missingWarn : ie(e.missingWarn) || _t(e.missingWarn) ? e.missingWarn : !0, w = t ? t.fallbackWarn : ie(e.fallbackWarn) || _t(e.fallbackWarn) ? e.fallbackWarn : !0, V = t ? t.fallbackRoot : ie(e.fallbackRoot) ? e.fallbackRoot : !0, A = !!e.fallbackFormat, M = ae(e.missing) ? e.missing : null, i = ae(e.missing) ? kn(e.missing) : null, d = ae(e.postTranslation) ? e.postTranslation : null, T = t ? t.warnHtmlMessage : ie(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, _ = !!e.escapeParameter;
|
|
1946
|
+
const D = t ? t.modifiers : J(e.modifiers) ? e.modifiers : {};
|
|
1947
|
+
let S = e.pluralRules || t && t.pluralRules, E;
|
|
1948
|
+
E = (() => {
|
|
1949
1949
|
s && dn(null);
|
|
1950
1950
|
const f = {
|
|
1951
|
-
version:
|
|
1951
|
+
version: Ka,
|
|
1952
1952
|
locale: u.value,
|
|
1953
1953
|
fallbackLocale: m.value,
|
|
1954
1954
|
messages: p.value,
|
|
1955
|
-
modifiers:
|
|
1955
|
+
modifiers: D,
|
|
1956
1956
|
pluralRules: S,
|
|
1957
1957
|
missing: i === null ? void 0 : i,
|
|
1958
|
-
missingWarn:
|
|
1958
|
+
missingWarn: O,
|
|
1959
1959
|
fallbackWarn: w,
|
|
1960
1960
|
fallbackFormat: A,
|
|
1961
1961
|
unresolving: !0,
|
|
1962
1962
|
postTranslation: d === null ? void 0 : d,
|
|
1963
|
-
warnHtmlMessage:
|
|
1963
|
+
warnHtmlMessage: T,
|
|
1964
1964
|
escapeParameter: _,
|
|
1965
1965
|
messageResolver: e.messageResolver,
|
|
1966
1966
|
messageCompiler: e.messageCompiler,
|
|
1967
1967
|
__meta: { framework: "vue" }
|
|
1968
1968
|
};
|
|
1969
|
-
f.datetimeFormats =
|
|
1970
|
-
const
|
|
1971
|
-
return s && dn(
|
|
1972
|
-
})(), Qe(
|
|
1973
|
-
function
|
|
1969
|
+
f.datetimeFormats = N.value, f.numberFormats = L.value, f.__datetimeFormatters = J(E) ? E.__datetimeFormatters : void 0, f.__numberFormatters = J(E) ? E.__numberFormatters : void 0;
|
|
1970
|
+
const k = Pa(f);
|
|
1971
|
+
return s && dn(k), k;
|
|
1972
|
+
})(), Qe(E, u.value, m.value);
|
|
1973
|
+
function g() {
|
|
1974
1974
|
return [
|
|
1975
1975
|
u.value,
|
|
1976
1976
|
m.value,
|
|
1977
1977
|
p.value,
|
|
1978
|
-
|
|
1979
|
-
|
|
1978
|
+
N.value,
|
|
1979
|
+
L.value
|
|
1980
1980
|
];
|
|
1981
1981
|
}
|
|
1982
|
-
const
|
|
1982
|
+
const b = q({
|
|
1983
1983
|
get: () => u.value,
|
|
1984
1984
|
set: (f) => {
|
|
1985
|
-
u.value = f,
|
|
1985
|
+
u.value = f, E.locale = u.value;
|
|
1986
1986
|
}
|
|
1987
1987
|
}), R = q({
|
|
1988
1988
|
get: () => m.value,
|
|
1989
1989
|
set: (f) => {
|
|
1990
|
-
m.value = f,
|
|
1990
|
+
m.value = f, E.fallbackLocale = m.value, Qe(E, u.value, f);
|
|
1991
1991
|
}
|
|
1992
|
-
}),
|
|
1993
|
-
function
|
|
1992
|
+
}), I = q(() => p.value), F = /* @__PURE__ */ q(() => N.value), Y = /* @__PURE__ */ q(() => L.value);
|
|
1993
|
+
function y() {
|
|
1994
1994
|
return ae(d) ? d : null;
|
|
1995
1995
|
}
|
|
1996
1996
|
function C(f) {
|
|
1997
|
-
d = f,
|
|
1997
|
+
d = f, E.postTranslation = f;
|
|
1998
1998
|
}
|
|
1999
1999
|
function v() {
|
|
2000
|
-
return
|
|
2000
|
+
return M;
|
|
2001
2001
|
}
|
|
2002
|
-
function
|
|
2003
|
-
f !== null && (i =
|
|
2002
|
+
function G(f) {
|
|
2003
|
+
f !== null && (i = kn(f)), M = f, E.missing = i;
|
|
2004
2004
|
}
|
|
2005
|
-
const
|
|
2006
|
-
|
|
2007
|
-
let
|
|
2005
|
+
const W = (f, k, ne, le, Pe, at) => {
|
|
2006
|
+
g();
|
|
2007
|
+
let We;
|
|
2008
2008
|
try {
|
|
2009
|
-
|
|
2009
|
+
za.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (E.fallbackContext = t ? wa() : void 0), We = f(E);
|
|
2010
2010
|
} finally {
|
|
2011
|
-
__INTLIFY_PROD_DEVTOOLS__, s || (
|
|
2011
|
+
__INTLIFY_PROD_DEVTOOLS__, s || (E.fallbackContext = void 0);
|
|
2012
2012
|
}
|
|
2013
2013
|
if (ne !== "translate exists" && // for not `te` (e.g `t`)
|
|
2014
|
-
me(
|
|
2015
|
-
const [$n,
|
|
2014
|
+
me(We) && We === vt || ne === "translate exists" && !We) {
|
|
2015
|
+
const [$n, Yr] = k();
|
|
2016
2016
|
return t && V ? le(t) : Pe($n);
|
|
2017
2017
|
} else {
|
|
2018
|
-
if (at(
|
|
2019
|
-
return
|
|
2020
|
-
throw nt(
|
|
2018
|
+
if (at(We))
|
|
2019
|
+
return We;
|
|
2020
|
+
throw nt(He.UNEXPECTED_RETURN_TYPE);
|
|
2021
2021
|
}
|
|
2022
2022
|
};
|
|
2023
2023
|
function j(...f) {
|
|
2024
|
-
return
|
|
2024
|
+
return W((k) => Reflect.apply(En, null, [k, ...f]), () => jt(...f), "translate", (k) => Reflect.apply(k.t, k, [...f]), (k) => k, (k) => P(k));
|
|
2025
2025
|
}
|
|
2026
2026
|
function te(...f) {
|
|
2027
|
-
const [
|
|
2028
|
-
if (le && !
|
|
2029
|
-
throw nt(
|
|
2030
|
-
return j(
|
|
2027
|
+
const [k, ne, le] = f;
|
|
2028
|
+
if (le && !z(le))
|
|
2029
|
+
throw nt(He.INVALID_ARGUMENT);
|
|
2030
|
+
return j(k, ne, de({ resolvedMessage: !0 }, le || {}));
|
|
2031
2031
|
}
|
|
2032
|
-
function
|
|
2033
|
-
return
|
|
2032
|
+
function H(...f) {
|
|
2033
|
+
return W((k) => Reflect.apply(_n, null, [k, ...f]), () => Pt(...f), "datetime format", (k) => Reflect.apply(k.d, k, [...f]), () => un, (k) => P(k));
|
|
2034
2034
|
}
|
|
2035
|
-
function
|
|
2036
|
-
return
|
|
2035
|
+
function be(...f) {
|
|
2036
|
+
return W((k) => Reflect.apply(hn, null, [k, ...f]), () => Ft(...f), "number format", (k) => Reflect.apply(k.n, k, [...f]), () => un, (k) => P(k));
|
|
2037
2037
|
}
|
|
2038
2038
|
function fe(f) {
|
|
2039
|
-
return f.map((
|
|
2039
|
+
return f.map((k) => P(k) || me(k) || ie(k) ? In(String(k)) : k);
|
|
2040
2040
|
}
|
|
2041
|
-
const
|
|
2041
|
+
const x = {
|
|
2042
2042
|
normalize: fe,
|
|
2043
2043
|
interpolate: (f) => f,
|
|
2044
2044
|
type: "vnode"
|
|
2045
2045
|
};
|
|
2046
|
-
function
|
|
2047
|
-
return
|
|
2046
|
+
function Ee(...f) {
|
|
2047
|
+
return W((k) => {
|
|
2048
2048
|
let ne;
|
|
2049
|
-
const le =
|
|
2049
|
+
const le = k;
|
|
2050
2050
|
try {
|
|
2051
|
-
le.processor =
|
|
2051
|
+
le.processor = x, ne = Reflect.apply(En, null, [le, ...f]);
|
|
2052
2052
|
} finally {
|
|
2053
2053
|
le.processor = null;
|
|
2054
2054
|
}
|
|
2055
2055
|
return ne;
|
|
2056
|
-
}, () => jt(...f), "translate", (
|
|
2056
|
+
}, () => jt(...f), "translate", (k) => k[Ut](...f), (k) => [In(k)], (k) => ce(k));
|
|
2057
2057
|
}
|
|
2058
2058
|
function $e(...f) {
|
|
2059
|
-
return
|
|
2059
|
+
return W((k) => Reflect.apply(hn, null, [k, ...f]), () => Ft(...f), "number format", (k) => k[Wt](...f), Nn, (k) => P(k) || ce(k));
|
|
2060
2060
|
}
|
|
2061
2061
|
function Je(...f) {
|
|
2062
|
-
return
|
|
2062
|
+
return W((k) => Reflect.apply(_n, null, [k, ...f]), () => Pt(...f), "datetime format", (k) => k[Vt](...f), Nn, (k) => P(k) || ce(k));
|
|
2063
2063
|
}
|
|
2064
|
-
function
|
|
2065
|
-
S = f,
|
|
2064
|
+
function It(f) {
|
|
2065
|
+
S = f, E.pluralRules = S;
|
|
2066
2066
|
}
|
|
2067
|
-
function
|
|
2068
|
-
return
|
|
2067
|
+
function yt(f, k) {
|
|
2068
|
+
return W(() => {
|
|
2069
2069
|
if (!f)
|
|
2070
2070
|
return !1;
|
|
2071
|
-
const ne = P(
|
|
2072
|
-
return
|
|
2073
|
-
}, () => [f], "translate exists", (ne) => Reflect.apply(ne.te, ne, [f,
|
|
2071
|
+
const ne = P(k) ? k : u.value, le = Ue(ne), Pe = E.messageResolver(le, f);
|
|
2072
|
+
return Ze(Pe) || ve(Pe) || P(Pe);
|
|
2073
|
+
}, () => [f], "translate exists", (ne) => Reflect.apply(ne.te, ne, [f, k]), tr, (ne) => ie(ne));
|
|
2074
2074
|
}
|
|
2075
|
-
function
|
|
2076
|
-
let
|
|
2077
|
-
const ne =
|
|
2075
|
+
function Nt(f) {
|
|
2076
|
+
let k = null;
|
|
2077
|
+
const ne = Mn(E, m.value, u.value);
|
|
2078
2078
|
for (let le = 0; le < ne.length; le++) {
|
|
2079
|
-
const Pe = p.value[ne[le]] || {}, at =
|
|
2079
|
+
const Pe = p.value[ne[le]] || {}, at = E.messageResolver(Pe, f);
|
|
2080
2080
|
if (at != null) {
|
|
2081
|
-
|
|
2081
|
+
k = at;
|
|
2082
2082
|
break;
|
|
2083
2083
|
}
|
|
2084
2084
|
}
|
|
2085
|
-
return
|
|
2085
|
+
return k;
|
|
2086
2086
|
}
|
|
2087
|
-
function
|
|
2088
|
-
const
|
|
2089
|
-
return
|
|
2087
|
+
function ze(f) {
|
|
2088
|
+
const k = Nt(f);
|
|
2089
|
+
return k ?? (t ? t.tm(f) || {} : {});
|
|
2090
2090
|
}
|
|
2091
2091
|
function Ue(f) {
|
|
2092
2092
|
return p.value[f] || {};
|
|
2093
2093
|
}
|
|
2094
|
-
function Ve(f,
|
|
2094
|
+
function Ve(f, k) {
|
|
2095
2095
|
if (l) {
|
|
2096
|
-
const ne = { [f]:
|
|
2096
|
+
const ne = { [f]: k };
|
|
2097
2097
|
for (const le in ne)
|
|
2098
|
-
|
|
2099
|
-
|
|
2098
|
+
ye(ne, le) && st(ne[le]);
|
|
2099
|
+
k = ne[f];
|
|
2100
2100
|
}
|
|
2101
|
-
p.value[f] =
|
|
2101
|
+
p.value[f] = k, E.messages = p.value;
|
|
2102
2102
|
}
|
|
2103
|
-
function
|
|
2103
|
+
function Ke(f, k) {
|
|
2104
2104
|
p.value[f] = p.value[f] || {};
|
|
2105
|
-
const ne = { [f]:
|
|
2105
|
+
const ne = { [f]: k };
|
|
2106
2106
|
if (l)
|
|
2107
2107
|
for (const le in ne)
|
|
2108
|
-
|
|
2109
|
-
|
|
2108
|
+
ye(ne, le) && st(ne[le]);
|
|
2109
|
+
k = ne[f], ft(k, p.value[f]), E.messages = p.value;
|
|
2110
2110
|
}
|
|
2111
|
-
function
|
|
2112
|
-
return
|
|
2111
|
+
function Tt(f) {
|
|
2112
|
+
return N.value[f] || {};
|
|
2113
2113
|
}
|
|
2114
|
-
function r(f,
|
|
2115
|
-
|
|
2114
|
+
function r(f, k) {
|
|
2115
|
+
N.value[f] = k, E.datetimeFormats = N.value, pn(E, f, k);
|
|
2116
2116
|
}
|
|
2117
|
-
function o(f,
|
|
2118
|
-
|
|
2117
|
+
function o(f, k) {
|
|
2118
|
+
N.value[f] = de(N.value[f] || {}, k), E.datetimeFormats = N.value, pn(E, f, k);
|
|
2119
2119
|
}
|
|
2120
|
-
function
|
|
2121
|
-
return
|
|
2120
|
+
function h(f) {
|
|
2121
|
+
return L.value[f] || {};
|
|
2122
2122
|
}
|
|
2123
|
-
function U(f,
|
|
2124
|
-
|
|
2123
|
+
function U(f, k) {
|
|
2124
|
+
L.value[f] = k, E.numberFormats = L.value, bn(E, f, k);
|
|
2125
2125
|
}
|
|
2126
|
-
function re(f,
|
|
2127
|
-
|
|
2126
|
+
function re(f, k) {
|
|
2127
|
+
L.value[f] = de(L.value[f] || {}, k), E.numberFormats = L.value, bn(E, f, k);
|
|
2128
2128
|
}
|
|
2129
|
-
|
|
2130
|
-
c && (u.value = f,
|
|
2129
|
+
Tn++, t && qt && (St(t.locale, (f) => {
|
|
2130
|
+
c && (u.value = f, E.locale = f, Qe(E, u.value, m.value));
|
|
2131
2131
|
}), St(t.fallbackLocale, (f) => {
|
|
2132
|
-
c && (m.value = f,
|
|
2132
|
+
c && (m.value = f, E.fallbackLocale = f, Qe(E, u.value, m.value));
|
|
2133
2133
|
}));
|
|
2134
2134
|
const X = {
|
|
2135
|
-
id:
|
|
2136
|
-
locale:
|
|
2135
|
+
id: Tn,
|
|
2136
|
+
locale: b,
|
|
2137
2137
|
fallbackLocale: R,
|
|
2138
2138
|
get inheritLocale() {
|
|
2139
2139
|
return c;
|
|
2140
2140
|
},
|
|
2141
2141
|
set inheritLocale(f) {
|
|
2142
|
-
c = f, f && t && (u.value = t.locale.value, m.value = t.fallbackLocale.value, Qe(
|
|
2142
|
+
c = f, f && t && (u.value = t.locale.value, m.value = t.fallbackLocale.value, Qe(E, u.value, m.value));
|
|
2143
2143
|
},
|
|
2144
2144
|
get availableLocales() {
|
|
2145
2145
|
return Object.keys(p.value).sort();
|
|
2146
2146
|
},
|
|
2147
|
-
messages:
|
|
2147
|
+
messages: I,
|
|
2148
2148
|
get modifiers() {
|
|
2149
|
-
return
|
|
2149
|
+
return D;
|
|
2150
2150
|
},
|
|
2151
2151
|
get pluralRules() {
|
|
2152
2152
|
return S || {};
|
|
@@ -2155,16 +2155,16 @@ function sr(e = {}) {
|
|
|
2155
2155
|
return s;
|
|
2156
2156
|
},
|
|
2157
2157
|
get missingWarn() {
|
|
2158
|
-
return
|
|
2158
|
+
return O;
|
|
2159
2159
|
},
|
|
2160
2160
|
set missingWarn(f) {
|
|
2161
|
-
|
|
2161
|
+
O = f, E.missingWarn = O;
|
|
2162
2162
|
},
|
|
2163
2163
|
get fallbackWarn() {
|
|
2164
2164
|
return w;
|
|
2165
2165
|
},
|
|
2166
2166
|
set fallbackWarn(f) {
|
|
2167
|
-
w = f,
|
|
2167
|
+
w = f, E.fallbackWarn = w;
|
|
2168
2168
|
},
|
|
2169
2169
|
get fallbackRoot() {
|
|
2170
2170
|
return V;
|
|
@@ -2176,33 +2176,33 @@ function sr(e = {}) {
|
|
|
2176
2176
|
return A;
|
|
2177
2177
|
},
|
|
2178
2178
|
set fallbackFormat(f) {
|
|
2179
|
-
A = f,
|
|
2179
|
+
A = f, E.fallbackFormat = A;
|
|
2180
2180
|
},
|
|
2181
2181
|
get warnHtmlMessage() {
|
|
2182
|
-
return
|
|
2182
|
+
return T;
|
|
2183
2183
|
},
|
|
2184
2184
|
set warnHtmlMessage(f) {
|
|
2185
|
-
|
|
2185
|
+
T = f, E.warnHtmlMessage = f;
|
|
2186
2186
|
},
|
|
2187
2187
|
get escapeParameter() {
|
|
2188
2188
|
return _;
|
|
2189
2189
|
},
|
|
2190
2190
|
set escapeParameter(f) {
|
|
2191
|
-
_ = f,
|
|
2191
|
+
_ = f, E.escapeParameter = f;
|
|
2192
2192
|
},
|
|
2193
2193
|
t: j,
|
|
2194
2194
|
getLocaleMessage: Ue,
|
|
2195
2195
|
setLocaleMessage: Ve,
|
|
2196
|
-
mergeLocaleMessage:
|
|
2197
|
-
getPostTranslationHandler:
|
|
2196
|
+
mergeLocaleMessage: Ke,
|
|
2197
|
+
getPostTranslationHandler: y,
|
|
2198
2198
|
setPostTranslationHandler: C,
|
|
2199
2199
|
getMissingHandler: v,
|
|
2200
|
-
setMissingHandler:
|
|
2201
|
-
[qa]:
|
|
2200
|
+
setMissingHandler: G,
|
|
2201
|
+
[qa]: It
|
|
2202
2202
|
};
|
|
2203
|
-
return X.datetimeFormats = F, X.numberFormats =
|
|
2203
|
+
return X.datetimeFormats = F, X.numberFormats = Y, X.rt = te, X.te = yt, X.tm = ze, X.d = H, X.n = be, X.getDateTimeFormat = Tt, X.setDateTimeFormat = r, X.mergeDateTimeFormat = o, X.getNumberFormat = h, X.setNumberFormat = U, X.mergeNumberFormat = re, X[Yn] = n, X[Ut] = Ee, X[Vt] = Je, X[Wt] = $e, X;
|
|
2204
2204
|
}
|
|
2205
|
-
const
|
|
2205
|
+
const zt = {
|
|
2206
2206
|
tag: {
|
|
2207
2207
|
type: [String, Object]
|
|
2208
2208
|
},
|
|
@@ -2224,14 +2224,14 @@ function ar({ slots: e }, t) {
|
|
|
2224
2224
|
return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((s, l) => [
|
|
2225
2225
|
...s,
|
|
2226
2226
|
// prettier-ignore
|
|
2227
|
-
...l.type ===
|
|
2227
|
+
...l.type === Le ? l.children : [l]
|
|
2228
2228
|
], []) : t.reduce((n, s) => {
|
|
2229
2229
|
const l = e[s];
|
|
2230
2230
|
return l && (n[s] = l()), n;
|
|
2231
2231
|
}, ee());
|
|
2232
2232
|
}
|
|
2233
|
-
function
|
|
2234
|
-
return
|
|
2233
|
+
function Zn() {
|
|
2234
|
+
return Le;
|
|
2235
2235
|
}
|
|
2236
2236
|
de({
|
|
2237
2237
|
keypath: {
|
|
@@ -2242,24 +2242,24 @@ de({
|
|
|
2242
2242
|
type: [Number, String],
|
|
2243
2243
|
validator: (e) => me(e) || !isNaN(e)
|
|
2244
2244
|
}
|
|
2245
|
-
},
|
|
2245
|
+
}, zt);
|
|
2246
2246
|
function rr(e) {
|
|
2247
2247
|
return ce(e) && !P(e[0]);
|
|
2248
2248
|
}
|
|
2249
|
-
function
|
|
2249
|
+
function Hn(e, t, n, s) {
|
|
2250
2250
|
const { slots: l, attrs: a } = t;
|
|
2251
2251
|
return () => {
|
|
2252
2252
|
const c = { part: !0 };
|
|
2253
2253
|
let u = ee();
|
|
2254
|
-
e.locale && (c.locale = e.locale), P(e.format) ? c.key = e.format :
|
|
2254
|
+
e.locale && (c.locale = e.locale), P(e.format) ? c.key = e.format : z(e.format) && (P(e.format.key) && (c.key = e.format.key), u = Object.keys(e.format).reduce((O, w) => n.includes(w) ? de(ee(), O, { [w]: e.format[w] }) : O, ee()));
|
|
2255
2255
|
const m = s(e.value, c, u);
|
|
2256
2256
|
let p = [c.key];
|
|
2257
|
-
ce(m) ? p = m.map((
|
|
2258
|
-
const V = l[
|
|
2259
|
-
return rr(A) && (A[0].key = `${
|
|
2257
|
+
ce(m) ? p = m.map((O, w) => {
|
|
2258
|
+
const V = l[O.type], A = V ? V({ [O.type]: O.value, index: w, parts: m }) : [O.value];
|
|
2259
|
+
return rr(A) && (A[0].key = `${O.type}-${w}`), A;
|
|
2260
2260
|
}) : P(m) && (p = [m]);
|
|
2261
|
-
const
|
|
2262
|
-
return An(
|
|
2261
|
+
const N = de(ee(), a), L = P(e.tag) || z(e.tag) ? e.tag : Zn();
|
|
2262
|
+
return An(L, N, p);
|
|
2263
2263
|
};
|
|
2264
2264
|
}
|
|
2265
2265
|
de({
|
|
@@ -2270,7 +2270,7 @@ de({
|
|
|
2270
2270
|
format: {
|
|
2271
2271
|
type: [String, Object]
|
|
2272
2272
|
}
|
|
2273
|
-
},
|
|
2273
|
+
}, zt);
|
|
2274
2274
|
de({
|
|
2275
2275
|
value: {
|
|
2276
2276
|
type: [Number, Date],
|
|
@@ -2279,14 +2279,14 @@ de({
|
|
|
2279
2279
|
format: {
|
|
2280
2280
|
type: [String, Object]
|
|
2281
2281
|
}
|
|
2282
|
-
},
|
|
2282
|
+
}, zt);
|
|
2283
2283
|
const lr = /* @__PURE__ */ je("global-vue-i18n");
|
|
2284
|
-
function
|
|
2285
|
-
const t =
|
|
2284
|
+
function Et(e = {}) {
|
|
2285
|
+
const t = Yt();
|
|
2286
2286
|
if (t == null)
|
|
2287
|
-
throw nt(
|
|
2287
|
+
throw nt(He.MUST_BE_CALL_SETUP_TOP);
|
|
2288
2288
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
2289
|
-
throw nt(
|
|
2289
|
+
throw nt(He.NOT_INSTALLED);
|
|
2290
2290
|
const n = or(t), s = cr(n), l = Xn(t), a = ir(e, l);
|
|
2291
2291
|
if (a === "global")
|
|
2292
2292
|
return er(s, e, l), s;
|
|
@@ -2298,18 +2298,18 @@ function It(e = {}) {
|
|
|
2298
2298
|
let u = c.__getInstance(t);
|
|
2299
2299
|
if (u == null) {
|
|
2300
2300
|
const m = de({}, e);
|
|
2301
|
-
"__i18n" in l && (m.__i18n = l.__i18n), s && (m.__root = s), u = sr(m), c.__composerExtend && (u[
|
|
2301
|
+
"__i18n" in l && (m.__i18n = l.__i18n), s && (m.__root = s), u = sr(m), c.__composerExtend && (u[Gt] = c.__composerExtend(u)), dr(c, t, u), c.__setInstance(t, u);
|
|
2302
2302
|
}
|
|
2303
2303
|
return u;
|
|
2304
2304
|
}
|
|
2305
2305
|
function or(e) {
|
|
2306
2306
|
const t = Jn(e.isCE ? lr : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
2307
2307
|
if (!t)
|
|
2308
|
-
throw nt(e.isCE ?
|
|
2308
|
+
throw nt(e.isCE ? He.NOT_INSTALLED_WITH_PROVIDE : He.UNEXPECTED_ERROR);
|
|
2309
2309
|
return t;
|
|
2310
2310
|
}
|
|
2311
2311
|
function ir(e, t) {
|
|
2312
|
-
return
|
|
2312
|
+
return bt(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
2313
2313
|
}
|
|
2314
2314
|
function cr(e) {
|
|
2315
2315
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
@@ -2324,7 +2324,7 @@ function ur(e, t, n = !1) {
|
|
|
2324
2324
|
s = c.__getInstance(a);
|
|
2325
2325
|
else if (__VUE_I18N_LEGACY_API__) {
|
|
2326
2326
|
const u = c.__getInstance(a);
|
|
2327
|
-
u != null && (s = u.__composer, n && s && !s[
|
|
2327
|
+
u != null && (s = u.__composer, n && s && !s[Yn] && (s = null));
|
|
2328
2328
|
}
|
|
2329
2329
|
if (s != null || l === a)
|
|
2330
2330
|
break;
|
|
@@ -2337,22 +2337,22 @@ function mr(e, t = !1) {
|
|
|
2337
2337
|
}
|
|
2338
2338
|
function dr(e, t, n) {
|
|
2339
2339
|
Cn(() => {
|
|
2340
|
-
}, t),
|
|
2340
|
+
}, t), Kn(() => {
|
|
2341
2341
|
const s = n;
|
|
2342
2342
|
e.__deleteInstance(t);
|
|
2343
|
-
const l = s[
|
|
2344
|
-
l && (l(), delete s[
|
|
2343
|
+
const l = s[Gt];
|
|
2344
|
+
l && (l(), delete s[Gt]);
|
|
2345
2345
|
}, t);
|
|
2346
2346
|
}
|
|
2347
2347
|
Qa();
|
|
2348
2348
|
Ca(ua);
|
|
2349
|
-
Aa(
|
|
2350
|
-
Sa(
|
|
2349
|
+
Aa(Oa);
|
|
2350
|
+
Sa(Mn);
|
|
2351
2351
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
2352
2352
|
const e = Fe();
|
|
2353
2353
|
e.__INTLIFY__ = !0, ma(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
2354
2354
|
}
|
|
2355
|
-
const ct = /* @__PURE__ */
|
|
2355
|
+
const ct = /* @__PURE__ */ ke({
|
|
2356
2356
|
__name: "InheritPermissionTooltip",
|
|
2357
2357
|
props: {
|
|
2358
2358
|
item: {
|
|
@@ -2361,18 +2361,18 @@ const ct = /* @__PURE__ */ Te({
|
|
|
2361
2361
|
}
|
|
2362
2362
|
},
|
|
2363
2363
|
setup(e) {
|
|
2364
|
-
const { t } =
|
|
2364
|
+
const { t } = Et();
|
|
2365
2365
|
return (n, s) => {
|
|
2366
2366
|
const l = qe("FmIcon"), a = qe("FmTooltip");
|
|
2367
|
-
return Q(),
|
|
2367
|
+
return Q(), Me(a, {
|
|
2368
2368
|
variant: "plain",
|
|
2369
2369
|
placement: "right",
|
|
2370
2370
|
"z-index": 50
|
|
2371
2371
|
}, {
|
|
2372
2372
|
content: pe(() => [
|
|
2373
|
-
se("div", null,
|
|
2374
|
-
(Q(!0), oe(
|
|
2375
|
-
se("div", null, "- " +
|
|
2373
|
+
se("div", null, Ie($(t)("team.memberForm.permissions.inherited")), 1),
|
|
2374
|
+
(Q(!0), oe(Le, null, ge(e.item.setNames, (c) => (Q(), oe("div", { key: c }, [
|
|
2375
|
+
se("div", null, "- " + Ie(c), 1)
|
|
2376
2376
|
]))), 128))
|
|
2377
2377
|
]),
|
|
2378
2378
|
default: pe(() => [
|
|
@@ -2387,7 +2387,7 @@ const ct = /* @__PURE__ */ Te({
|
|
|
2387
2387
|
};
|
|
2388
2388
|
}
|
|
2389
2389
|
});
|
|
2390
|
-
function
|
|
2390
|
+
function On(e, t, n) {
|
|
2391
2391
|
const s = n.filter((u) => u !== "manage");
|
|
2392
2392
|
if (s.length === 0) return;
|
|
2393
2393
|
const l = e.findIndex((u) => u.subject === t && !u.inverted);
|
|
@@ -2401,243 +2401,243 @@ function Ln(e, t, n) {
|
|
|
2401
2401
|
actions: Array.from(a)
|
|
2402
2402
|
});
|
|
2403
2403
|
}
|
|
2404
|
-
const
|
|
2404
|
+
const Ln = Object.values(is), fr = {
|
|
2405
2405
|
read: "View",
|
|
2406
2406
|
create: "Duplicate",
|
|
2407
2407
|
update: "Edit"
|
|
2408
2408
|
};
|
|
2409
2409
|
function _r(e, t, n, s) {
|
|
2410
|
-
const { t: l } =
|
|
2411
|
-
var
|
|
2412
|
-
const
|
|
2410
|
+
const { t: l } = Be(), { getFlagValue: a, getFlag: c } = os(), u = q(() => {
|
|
2411
|
+
var I;
|
|
2412
|
+
const g = /* @__PURE__ */ new Map(), b = /* @__PURE__ */ new Map();
|
|
2413
2413
|
for (const F of t.value) {
|
|
2414
|
-
const
|
|
2415
|
-
|
|
2414
|
+
const Y = F.category;
|
|
2415
|
+
Y && (n.value.includes(F.subject) || F.showByFeatureFlag && ((I = c(F.showByFeatureFlag)) == null ? void 0 : I.enabled) === !1 && a(F.showByFeatureFlag) === "true" || (g.has(Y) || g.set(Y, []), g.get(Y).push({
|
|
2416
2416
|
label: l(`permissionSet.permissionLabels.${F.subject}`, F.label),
|
|
2417
2417
|
value: F.subject
|
|
2418
|
-
}),
|
|
2418
|
+
}), b.set(F.subject, F)));
|
|
2419
2419
|
}
|
|
2420
|
-
return [...
|
|
2421
|
-
const
|
|
2422
|
-
return
|
|
2420
|
+
return [...g.keys()].sort((F, Y) => {
|
|
2421
|
+
const y = Ln.indexOf(F), C = Ln.indexOf(Y);
|
|
2422
|
+
return y === -1 && C === -1 ? F.localeCompare(Y) : y === -1 ? 1 : C === -1 ? -1 : y - C;
|
|
2423
2423
|
}).map((F) => {
|
|
2424
|
-
const
|
|
2425
|
-
for (const
|
|
2426
|
-
const
|
|
2427
|
-
|
|
2424
|
+
const Y = g.get(F), y = l(`permissionSet.categoryLabels.${F}`, F), C = /* @__PURE__ */ new Map();
|
|
2425
|
+
for (const B of Y) {
|
|
2426
|
+
const x = b.get(B.value);
|
|
2427
|
+
x && C.set(B.value, x.actions);
|
|
2428
2428
|
}
|
|
2429
|
-
const v =
|
|
2430
|
-
const
|
|
2431
|
-
return
|
|
2432
|
-
}),
|
|
2429
|
+
const v = Y.some((B) => {
|
|
2430
|
+
const x = C.get(B.value);
|
|
2431
|
+
return x && x.length > 1;
|
|
2432
|
+
}), G = v ? [
|
|
2433
2433
|
...new Set(
|
|
2434
|
-
|
|
2434
|
+
Y.flatMap((B) => C.get(B.value) ?? []).filter((B) => B !== "manage")
|
|
2435
2435
|
)
|
|
2436
|
-
] : [],
|
|
2437
|
-
for (const
|
|
2438
|
-
|
|
2436
|
+
] : [], W = /* @__PURE__ */ new Map();
|
|
2437
|
+
for (const B of e.value)
|
|
2438
|
+
Y.some((x) => x.value === B.subject) && !B.inverted && W.set(B.subject, new Set(B.actions));
|
|
2439
2439
|
const j = v ? e.value.filter(
|
|
2440
|
-
(
|
|
2441
|
-
).map((
|
|
2442
|
-
var
|
|
2443
|
-
return (
|
|
2444
|
-
}),
|
|
2440
|
+
(B) => Y.some((x) => x.value === B.subject) && !B.inverted && B.actions.includes("manage")
|
|
2441
|
+
).map((B) => B.subject) : e.value.filter((B) => Y.some((x) => x.value === B.subject) && !B.inverted).map((B) => B.subject), te = Y.find((B) => {
|
|
2442
|
+
var x;
|
|
2443
|
+
return (x = b.get(B.value)) == null ? void 0 : x.isCategoryCover;
|
|
2444
|
+
}), H = (te == null ? void 0 : te.value) ?? null, be = H ? W.get(H) ?? /* @__PURE__ */ new Set() : /* @__PURE__ */ new Set(), fe = be.has("manage");
|
|
2445
2445
|
return {
|
|
2446
2446
|
category: F,
|
|
2447
|
-
label:
|
|
2448
|
-
options:
|
|
2447
|
+
label: y,
|
|
2448
|
+
options: Y,
|
|
2449
2449
|
selectedSubjects: j,
|
|
2450
2450
|
isMultiAction: v,
|
|
2451
|
-
actionColumns:
|
|
2451
|
+
actionColumns: G,
|
|
2452
2452
|
permissionActionsMap: C,
|
|
2453
|
-
selectedActionsMap:
|
|
2454
|
-
coverSubject:
|
|
2455
|
-
coverSelectedActions:
|
|
2453
|
+
selectedActionsMap: W,
|
|
2454
|
+
coverSubject: H,
|
|
2455
|
+
coverSelectedActions: be,
|
|
2456
2456
|
coverCoversAll: fe
|
|
2457
2457
|
};
|
|
2458
2458
|
});
|
|
2459
2459
|
});
|
|
2460
|
-
function m(
|
|
2461
|
-
var
|
|
2462
|
-
const R = ((
|
|
2460
|
+
function m(g, b) {
|
|
2461
|
+
var I;
|
|
2462
|
+
const R = ((I = u.value.find((F) => F.category === g)) == null ? void 0 : I.options) ?? [];
|
|
2463
2463
|
s("update:model-value", [
|
|
2464
|
-
...e.value.filter((F) => !R.some((
|
|
2465
|
-
...t.value.filter((F) =>
|
|
2466
|
-
({ category: F, showByFeatureFlag:
|
|
2464
|
+
...e.value.filter((F) => !R.some((Y) => Y.value === F.subject)),
|
|
2465
|
+
...t.value.filter((F) => b.includes(F.subject)).map(
|
|
2466
|
+
({ category: F, showByFeatureFlag: Y, isCategoryCover: y, ...C }) => C
|
|
2467
2467
|
)
|
|
2468
2468
|
]);
|
|
2469
2469
|
}
|
|
2470
|
-
function p(
|
|
2471
|
-
return
|
|
2470
|
+
function p(g) {
|
|
2471
|
+
return g.options.length > 0 && g.options.every((b) => g.selectedSubjects.includes(b.value));
|
|
2472
2472
|
}
|
|
2473
|
-
function
|
|
2474
|
-
if (
|
|
2475
|
-
const
|
|
2476
|
-
(R) =>
|
|
2473
|
+
function N(g) {
|
|
2474
|
+
if (g.options.length === 0) return !1;
|
|
2475
|
+
const b = g.options.filter(
|
|
2476
|
+
(R) => g.selectedSubjects.includes(R.value)
|
|
2477
2477
|
).length;
|
|
2478
|
-
return
|
|
2478
|
+
return b > 0 && b < g.options.length;
|
|
2479
2479
|
}
|
|
2480
|
-
function
|
|
2481
|
-
const
|
|
2482
|
-
(R) => !
|
|
2480
|
+
function L(g) {
|
|
2481
|
+
const b = e.value.filter(
|
|
2482
|
+
(R) => !g.options.some((I) => I.value === R.subject)
|
|
2483
2483
|
);
|
|
2484
|
-
if (p(
|
|
2485
|
-
s("update:model-value",
|
|
2484
|
+
if (p(g))
|
|
2485
|
+
s("update:model-value", b);
|
|
2486
2486
|
else {
|
|
2487
|
-
const R = t.value.filter((
|
|
2488
|
-
({ category:
|
|
2487
|
+
const R = t.value.filter((I) => g.options.some((F) => F.value === I.subject)).map(
|
|
2488
|
+
({ category: I, showByFeatureFlag: F, isCategoryCover: Y, ...y }) => y
|
|
2489
2489
|
);
|
|
2490
|
-
s("update:model-value", [...
|
|
2490
|
+
s("update:model-value", [...b, ...R]);
|
|
2491
2491
|
}
|
|
2492
2492
|
}
|
|
2493
|
-
function
|
|
2494
|
-
const R =
|
|
2493
|
+
function O(g, b) {
|
|
2494
|
+
const R = g.selectedActionsMap.get(b);
|
|
2495
2495
|
return R ? R.has("manage") : !1;
|
|
2496
2496
|
}
|
|
2497
|
-
function w(
|
|
2498
|
-
const R =
|
|
2497
|
+
function w(g, b) {
|
|
2498
|
+
const R = g.permissionActionsMap.get(b);
|
|
2499
2499
|
if (!R) return !1;
|
|
2500
|
-
const
|
|
2501
|
-
if (
|
|
2502
|
-
const F =
|
|
2500
|
+
const I = R.filter((y) => y !== "manage");
|
|
2501
|
+
if (I.length === 0) return !1;
|
|
2502
|
+
const F = g.selectedActionsMap.get(b);
|
|
2503
2503
|
if (!F) return !1;
|
|
2504
|
-
const
|
|
2505
|
-
return
|
|
2504
|
+
const Y = I.filter((y) => F.has(y));
|
|
2505
|
+
return Y.length > 0 && Y.length < I.length;
|
|
2506
2506
|
}
|
|
2507
|
-
function V(
|
|
2507
|
+
function V(g, b, R) {
|
|
2508
2508
|
if (R) {
|
|
2509
|
-
const
|
|
2510
|
-
if (!
|
|
2509
|
+
const I = t.value.find((G) => G.subject === b);
|
|
2510
|
+
if (!I) return;
|
|
2511
2511
|
const {
|
|
2512
2512
|
category: F,
|
|
2513
|
-
showByFeatureFlag:
|
|
2514
|
-
isCategoryCover:
|
|
2513
|
+
showByFeatureFlag: Y,
|
|
2514
|
+
isCategoryCover: y,
|
|
2515
2515
|
...C
|
|
2516
|
-
} =
|
|
2516
|
+
} = I, v = e.value.filter((G) => G.subject !== b);
|
|
2517
2517
|
v.push(C), s("update:model-value", v);
|
|
2518
2518
|
} else
|
|
2519
2519
|
s(
|
|
2520
2520
|
"update:model-value",
|
|
2521
|
-
e.value.filter((
|
|
2521
|
+
e.value.filter((I) => I.subject !== b)
|
|
2522
2522
|
);
|
|
2523
2523
|
}
|
|
2524
|
-
function A(
|
|
2525
|
-
const R =
|
|
2526
|
-
return R ? R.some((
|
|
2524
|
+
function A(g, b) {
|
|
2525
|
+
const R = g.permissionActionsMap.get(b);
|
|
2526
|
+
return R ? R.some((I) => I !== "manage") : !1;
|
|
2527
2527
|
}
|
|
2528
|
-
function
|
|
2529
|
-
const
|
|
2530
|
-
return
|
|
2528
|
+
function M(g, b, R) {
|
|
2529
|
+
const I = g.selectedActionsMap.get(b);
|
|
2530
|
+
return I ? I.has(R) : !1;
|
|
2531
2531
|
}
|
|
2532
|
-
function i(
|
|
2533
|
-
return !
|
|
2532
|
+
function i(g, b) {
|
|
2533
|
+
return !g.coverSubject || b === g.coverSubject ? !1 : g.coverCoversAll;
|
|
2534
2534
|
}
|
|
2535
|
-
function d(
|
|
2536
|
-
return !
|
|
2535
|
+
function d(g, b, R) {
|
|
2536
|
+
return !g.coverSubject || b === g.coverSubject ? !1 : g.coverCoversAll ? !0 : g.coverSelectedActions.has(R);
|
|
2537
2537
|
}
|
|
2538
|
-
function
|
|
2539
|
-
const
|
|
2540
|
-
return
|
|
2538
|
+
function T(g, b, R) {
|
|
2539
|
+
const I = g.permissionActionsMap.get(b);
|
|
2540
|
+
return I ? I.includes(R) : !1;
|
|
2541
2541
|
}
|
|
2542
|
-
function _(
|
|
2543
|
-
const
|
|
2542
|
+
function _(g, b, R) {
|
|
2543
|
+
const I = [...e.value], F = I.findIndex((y) => y.subject === g && !y.inverted);
|
|
2544
2544
|
if (R)
|
|
2545
2545
|
if (F >= 0) {
|
|
2546
|
-
const
|
|
2547
|
-
C.add(
|
|
2546
|
+
const y = { ...I[F] }, C = new Set(y.actions);
|
|
2547
|
+
C.add(b), y.actions = Array.from(C), I[F] = y;
|
|
2548
2548
|
} else {
|
|
2549
|
-
const
|
|
2550
|
-
if (!
|
|
2549
|
+
const y = t.value.find((j) => j.subject === g);
|
|
2550
|
+
if (!y) return;
|
|
2551
2551
|
const {
|
|
2552
2552
|
category: C,
|
|
2553
2553
|
showByFeatureFlag: v,
|
|
2554
|
-
isCategoryCover:
|
|
2555
|
-
...
|
|
2556
|
-
} =
|
|
2557
|
-
|
|
2554
|
+
isCategoryCover: G,
|
|
2555
|
+
...W
|
|
2556
|
+
} = y;
|
|
2557
|
+
I.push({ ...W, actions: [b] });
|
|
2558
2558
|
}
|
|
2559
2559
|
else if (F >= 0) {
|
|
2560
|
-
const
|
|
2561
|
-
C.length === 0 ?
|
|
2560
|
+
const y = { ...I[F] }, C = y.actions.filter((v) => v !== b);
|
|
2561
|
+
C.length === 0 ? I.splice(F, 1) : (y.actions = C, I[F] = y);
|
|
2562
2562
|
}
|
|
2563
|
-
const
|
|
2564
|
-
|
|
2563
|
+
const Y = t.value.find((y) => y.subject === g);
|
|
2564
|
+
Y && On(I, g, Y.actions), s("update:model-value", I);
|
|
2565
2565
|
}
|
|
2566
|
-
function
|
|
2567
|
-
const R =
|
|
2568
|
-
(
|
|
2566
|
+
function D(g, b) {
|
|
2567
|
+
const R = g.options.filter(
|
|
2568
|
+
(I) => T(g, I.value, b)
|
|
2569
2569
|
);
|
|
2570
2570
|
return R.length === 0 ? !1 : R.every(
|
|
2571
|
-
(
|
|
2571
|
+
(I) => M(g, I.value, b) || d(g, I.value, b)
|
|
2572
2572
|
);
|
|
2573
2573
|
}
|
|
2574
|
-
function S(
|
|
2575
|
-
const R =
|
|
2576
|
-
(F) =>
|
|
2574
|
+
function S(g, b) {
|
|
2575
|
+
const R = g.options.filter(
|
|
2576
|
+
(F) => T(g, F.value, b)
|
|
2577
2577
|
);
|
|
2578
2578
|
if (R.length === 0) return !1;
|
|
2579
|
-
const
|
|
2580
|
-
(F) =>
|
|
2579
|
+
const I = R.filter(
|
|
2580
|
+
(F) => M(g, F.value, b) || d(g, F.value, b)
|
|
2581
2581
|
).length;
|
|
2582
|
-
return
|
|
2583
|
-
}
|
|
2584
|
-
function
|
|
2585
|
-
const
|
|
2586
|
-
for (const F of
|
|
2587
|
-
if (!
|
|
2588
|
-
const
|
|
2589
|
-
(v) => v.subject ===
|
|
2582
|
+
return I > 0 && I < R.length;
|
|
2583
|
+
}
|
|
2584
|
+
function E(g, b, R) {
|
|
2585
|
+
const I = [...e.value];
|
|
2586
|
+
for (const F of g.options) {
|
|
2587
|
+
if (!T(g, F.value, b)) continue;
|
|
2588
|
+
const Y = F.value, y = I.findIndex(
|
|
2589
|
+
(v) => v.subject === Y && !v.inverted
|
|
2590
2590
|
);
|
|
2591
2591
|
if (R)
|
|
2592
|
-
if (
|
|
2593
|
-
const v = { ...
|
|
2594
|
-
|
|
2592
|
+
if (y >= 0) {
|
|
2593
|
+
const v = { ...I[y] }, G = new Set(v.actions);
|
|
2594
|
+
G.add(b), v.actions = Array.from(G), I[y] = v;
|
|
2595
2595
|
} else {
|
|
2596
|
-
const v = t.value.find((
|
|
2596
|
+
const v = t.value.find((H) => H.subject === Y);
|
|
2597
2597
|
if (!v) continue;
|
|
2598
2598
|
const {
|
|
2599
|
-
category:
|
|
2600
|
-
showByFeatureFlag:
|
|
2599
|
+
category: G,
|
|
2600
|
+
showByFeatureFlag: W,
|
|
2601
2601
|
isCategoryCover: j,
|
|
2602
2602
|
...te
|
|
2603
2603
|
} = v;
|
|
2604
|
-
|
|
2604
|
+
I.push({ ...te, actions: [b] });
|
|
2605
2605
|
}
|
|
2606
|
-
else if (
|
|
2607
|
-
const v = { ...
|
|
2608
|
-
|
|
2606
|
+
else if (y >= 0) {
|
|
2607
|
+
const v = { ...I[y] }, G = v.actions.filter((W) => W !== b);
|
|
2608
|
+
G.length === 0 ? I.splice(y, 1) : (v.actions = G, I[y] = v);
|
|
2609
2609
|
}
|
|
2610
|
-
const C = t.value.find((v) => v.subject ===
|
|
2611
|
-
C &&
|
|
2610
|
+
const C = t.value.find((v) => v.subject === Y);
|
|
2611
|
+
C && On(I, Y, C.actions);
|
|
2612
2612
|
}
|
|
2613
|
-
s("update:model-value",
|
|
2613
|
+
s("update:model-value", I);
|
|
2614
2614
|
}
|
|
2615
|
-
function
|
|
2616
|
-
const
|
|
2617
|
-
return l(
|
|
2615
|
+
function Z(g) {
|
|
2616
|
+
const b = `permissionSet.actionLabels.${g}`, R = fr[g] ?? g.charAt(0).toUpperCase() + g.slice(1);
|
|
2617
|
+
return l(b, R);
|
|
2618
2618
|
}
|
|
2619
2619
|
return {
|
|
2620
2620
|
categoryGroups: u,
|
|
2621
2621
|
toggleCategory: m,
|
|
2622
2622
|
isAllManageChecked: p,
|
|
2623
|
-
isAllManageIndeterminate:
|
|
2624
|
-
toggleAllManage:
|
|
2625
|
-
isManageChecked:
|
|
2623
|
+
isAllManageIndeterminate: N,
|
|
2624
|
+
toggleAllManage: L,
|
|
2625
|
+
isManageChecked: O,
|
|
2626
2626
|
isManageIndeterminate: w,
|
|
2627
2627
|
toggleManage: V,
|
|
2628
2628
|
hasNonManageActions: A,
|
|
2629
|
-
isActionChecked:
|
|
2629
|
+
isActionChecked: M,
|
|
2630
2630
|
isRowFullyCoveredByCover: i,
|
|
2631
2631
|
isActionCoveredByCover: d,
|
|
2632
|
-
permissionDefinesAction:
|
|
2632
|
+
permissionDefinesAction: T,
|
|
2633
2633
|
toggleAction: _,
|
|
2634
|
-
isAllActionChecked:
|
|
2634
|
+
isAllActionChecked: D,
|
|
2635
2635
|
isAllActionIndeterminate: S,
|
|
2636
|
-
toggleAllAction:
|
|
2637
|
-
actionLabel:
|
|
2636
|
+
toggleAllAction: E,
|
|
2637
|
+
actionLabel: Z
|
|
2638
2638
|
};
|
|
2639
2639
|
}
|
|
2640
|
-
const pr = { class: "flex flex-col gap-16" },
|
|
2640
|
+
const pr = { class: "flex flex-col gap-16" }, hr = { class: "fm-typo-en-title-sm-600" }, br = { class: "mt-16" }, gr = { class: "text-center text-sm font-semibold text-fm-color-typo-primary" }, vr = ["onClick"], Er = { class: "flex justify-center" }, Ir = { class: "flex items-center min-w-0 gap-8" }, yr = ["title", "onClick"], Nr = { class: "flex justify-center" }, Tr = /* @__PURE__ */ ke({
|
|
2641
2641
|
__name: "BasePermission",
|
|
2642
2642
|
props: {
|
|
2643
2643
|
modelValue: {
|
|
@@ -2659,131 +2659,131 @@ const pr = { class: "flex flex-col gap-16" }, br = { class: "fm-typo-en-title-sm
|
|
|
2659
2659
|
},
|
|
2660
2660
|
emits: ["update:model-value"],
|
|
2661
2661
|
setup(e, { emit: t }) {
|
|
2662
|
-
const n = e, s = t, { t: l } =
|
|
2662
|
+
const n = e, s = t, { t: l } = Be(), a = q(() => [...Mt, ...n.additionalPermissions]), {
|
|
2663
2663
|
categoryGroups: c,
|
|
2664
2664
|
isAllManageChecked: u,
|
|
2665
2665
|
isAllManageIndeterminate: m,
|
|
2666
2666
|
toggleAllManage: p,
|
|
2667
|
-
isManageChecked:
|
|
2668
|
-
isManageIndeterminate:
|
|
2669
|
-
toggleManage:
|
|
2667
|
+
isManageChecked: N,
|
|
2668
|
+
isManageIndeterminate: L,
|
|
2669
|
+
toggleManage: O,
|
|
2670
2670
|
isActionChecked: w,
|
|
2671
2671
|
isRowFullyCoveredByCover: V,
|
|
2672
2672
|
isActionCoveredByCover: A,
|
|
2673
|
-
permissionDefinesAction:
|
|
2673
|
+
permissionDefinesAction: M,
|
|
2674
2674
|
toggleAction: i,
|
|
2675
2675
|
isAllActionChecked: d,
|
|
2676
|
-
isAllActionIndeterminate:
|
|
2676
|
+
isAllActionIndeterminate: T,
|
|
2677
2677
|
toggleAllAction: _,
|
|
2678
|
-
actionLabel:
|
|
2678
|
+
actionLabel: D
|
|
2679
2679
|
} = _r(
|
|
2680
|
-
|
|
2680
|
+
Kt(n, "modelValue"),
|
|
2681
2681
|
a,
|
|
2682
|
-
|
|
2683
|
-
(
|
|
2682
|
+
Kt(n, "excludedSubjects"),
|
|
2683
|
+
(E, Z) => s("update:model-value", Z)
|
|
2684
2684
|
);
|
|
2685
|
-
function S(
|
|
2686
|
-
const
|
|
2687
|
-
return
|
|
2685
|
+
function S(E) {
|
|
2686
|
+
const Z = E.selectedSubjects.length;
|
|
2687
|
+
return Z === 0 ? "" : l("team.memberForm.permissions.allowedCount", { count: Z });
|
|
2688
2688
|
}
|
|
2689
|
-
return (
|
|
2690
|
-
const
|
|
2689
|
+
return (E, Z) => {
|
|
2690
|
+
const g = qe("FmCheckbox");
|
|
2691
2691
|
return Q(), oe("div", pr, [
|
|
2692
|
-
(Q(!0), oe(
|
|
2693
|
-
key:
|
|
2694
|
-
subtitle: S(
|
|
2692
|
+
(Q(!0), oe(Le, null, ge($(c), (b) => (Q(), Me(xt, {
|
|
2693
|
+
key: b.category,
|
|
2694
|
+
subtitle: S(b)
|
|
2695
2695
|
}, {
|
|
2696
2696
|
title: pe(() => [
|
|
2697
|
-
se("p",
|
|
2697
|
+
se("p", hr, Ie(b.label), 1)
|
|
2698
2698
|
]),
|
|
2699
2699
|
default: pe(() => [
|
|
2700
|
-
se("div",
|
|
2700
|
+
se("div", br, [
|
|
2701
2701
|
se("div", {
|
|
2702
2702
|
class: "grid items-center px-12 py-8",
|
|
2703
|
-
style:
|
|
2704
|
-
gridTemplateColumns: `minmax(0, 1fr) repeat(${
|
|
2703
|
+
style: xe({
|
|
2704
|
+
gridTemplateColumns: `minmax(0, 1fr) repeat(${b.actionColumns.length + 1}, 80px)`
|
|
2705
2705
|
})
|
|
2706
2706
|
}, [
|
|
2707
|
-
|
|
2708
|
-
se("div",
|
|
2709
|
-
(Q(!0), oe(
|
|
2707
|
+
Z[0] || (Z[0] = se("div", null, null, -1)),
|
|
2708
|
+
se("div", gr, Ie($(l)("team.memberForm.permissions.columnManage")), 1),
|
|
2709
|
+
(Q(!0), oe(Le, null, ge(b.actionColumns, (R) => (Q(), oe("div", {
|
|
2710
2710
|
key: `header-${R}`,
|
|
2711
2711
|
class: "text-center text-sm font-semibold text-fm-color-typo-primary"
|
|
2712
|
-
},
|
|
2712
|
+
}, Ie($(D)(R)), 1))), 128))
|
|
2713
2713
|
], 4),
|
|
2714
2714
|
se("div", {
|
|
2715
2715
|
class: "grid items-center bg-fm-color-neutral-gray-100 px-12 py-8",
|
|
2716
|
-
style:
|
|
2717
|
-
gridTemplateColumns: `minmax(0, 1fr) repeat(${
|
|
2716
|
+
style: xe({
|
|
2717
|
+
gridTemplateColumns: `minmax(0, 1fr) repeat(${b.actionColumns.length + 1}, 80px)`
|
|
2718
2718
|
})
|
|
2719
2719
|
}, [
|
|
2720
2720
|
se("div", {
|
|
2721
2721
|
class: "cursor-pointer font-semibold",
|
|
2722
|
-
onClick: (R) => !e.disable && $(p)(
|
|
2723
|
-
},
|
|
2724
|
-
se("div",
|
|
2725
|
-
_e(
|
|
2726
|
-
"model-value": $(u)(
|
|
2727
|
-
indeterminate: $(m)(
|
|
2722
|
+
onClick: (R) => !e.disable && $(p)(b)
|
|
2723
|
+
}, Ie($(l)("team.labels.all")), 9, vr),
|
|
2724
|
+
se("div", Er, [
|
|
2725
|
+
_e(g, {
|
|
2726
|
+
"model-value": $(u)(b),
|
|
2727
|
+
indeterminate: $(m)(b),
|
|
2728
2728
|
value: !0,
|
|
2729
2729
|
disabled: e.disable,
|
|
2730
2730
|
size: "sm",
|
|
2731
2731
|
dense: "",
|
|
2732
|
-
"onUpdate:modelValue": (R) => $(p)(
|
|
2732
|
+
"onUpdate:modelValue": (R) => $(p)(b)
|
|
2733
2733
|
}, null, 8, ["model-value", "indeterminate", "disabled", "onUpdate:modelValue"])
|
|
2734
2734
|
]),
|
|
2735
|
-
(Q(!0), oe(
|
|
2735
|
+
(Q(!0), oe(Le, null, ge(b.actionColumns, (R) => (Q(), oe("div", {
|
|
2736
2736
|
key: `all-${R}`,
|
|
2737
2737
|
class: "flex justify-center"
|
|
2738
2738
|
}, [
|
|
2739
|
-
_e(
|
|
2740
|
-
"model-value": $(d)(
|
|
2741
|
-
indeterminate: $(
|
|
2739
|
+
_e(g, {
|
|
2740
|
+
"model-value": $(d)(b, R),
|
|
2741
|
+
indeterminate: $(T)(b, R),
|
|
2742
2742
|
value: R,
|
|
2743
2743
|
disabled: e.disable,
|
|
2744
2744
|
size: "sm",
|
|
2745
2745
|
dense: "",
|
|
2746
|
-
"onUpdate:modelValue": (
|
|
2746
|
+
"onUpdate:modelValue": (I) => $(_)(b, R, I)
|
|
2747
2747
|
}, null, 8, ["model-value", "indeterminate", "value", "disabled", "onUpdate:modelValue"])
|
|
2748
2748
|
]))), 128))
|
|
2749
2749
|
], 4),
|
|
2750
|
-
|
|
2751
|
-
(Q(!0), oe(
|
|
2750
|
+
Z[1] || (Z[1] = se("div", { class: "h-px bg-fm-color-neutral-gray-200" }, null, -1)),
|
|
2751
|
+
(Q(!0), oe(Le, null, ge(b.options, (R) => (Q(), oe("div", {
|
|
2752
2752
|
key: R.value,
|
|
2753
2753
|
class: "grid items-center rounded px-12 py-8 transition-colors hover:bg-fm-color-neutral-gray-100",
|
|
2754
|
-
style:
|
|
2755
|
-
gridTemplateColumns: `minmax(0, 1fr) repeat(${
|
|
2754
|
+
style: xe({
|
|
2755
|
+
gridTemplateColumns: `minmax(0, 1fr) repeat(${b.actionColumns.length + 1}, 80px)`
|
|
2756
2756
|
})
|
|
2757
2757
|
}, [
|
|
2758
|
-
se("div",
|
|
2758
|
+
se("div", Ir, [
|
|
2759
2759
|
se("span", {
|
|
2760
2760
|
class: "block truncate cursor-pointer",
|
|
2761
2761
|
title: R.label,
|
|
2762
|
-
onClick: (
|
|
2763
|
-
},
|
|
2764
|
-
|
|
2762
|
+
onClick: (I) => !e.disable && !$(V)(b, R.value) && $(O)(b, R.value, !$(N)(b, R.value))
|
|
2763
|
+
}, Ie(R.label), 9, yr),
|
|
2764
|
+
Te(E.$slots, `checkbox-${R.value}-append`, { option: R })
|
|
2765
2765
|
]),
|
|
2766
|
-
se("div",
|
|
2767
|
-
_e(
|
|
2768
|
-
"model-value": $(
|
|
2766
|
+
se("div", Nr, [
|
|
2767
|
+
_e(g, {
|
|
2768
|
+
"model-value": $(N)(b, R.value) || $(V)(b, R.value),
|
|
2769
2769
|
value: R.value,
|
|
2770
|
-
disabled: e.disable || $(V)(
|
|
2771
|
-
indeterminate: $(
|
|
2770
|
+
disabled: e.disable || $(V)(b, R.value),
|
|
2771
|
+
indeterminate: $(L)(b, R.value),
|
|
2772
2772
|
size: "sm",
|
|
2773
|
-
"onUpdate:modelValue": (
|
|
2773
|
+
"onUpdate:modelValue": (I) => $(O)(b, R.value, I)
|
|
2774
2774
|
}, null, 8, ["model-value", "value", "disabled", "indeterminate", "onUpdate:modelValue"])
|
|
2775
2775
|
]),
|
|
2776
|
-
(Q(!0), oe(
|
|
2777
|
-
key: `${R.value}-${
|
|
2776
|
+
(Q(!0), oe(Le, null, ge(b.actionColumns, (I) => (Q(), oe("div", {
|
|
2777
|
+
key: `${R.value}-${I}`,
|
|
2778
2778
|
class: "flex justify-center"
|
|
2779
2779
|
}, [
|
|
2780
|
-
$(
|
|
2780
|
+
$(M)(b, R.value, I) ? (Q(), Me(g, {
|
|
2781
2781
|
key: 0,
|
|
2782
|
-
"model-value": $(w)(
|
|
2783
|
-
value:
|
|
2784
|
-
disabled: e.disable || $(A)(
|
|
2782
|
+
"model-value": $(w)(b, R.value, I) || $(A)(b, R.value, I),
|
|
2783
|
+
value: I,
|
|
2784
|
+
disabled: e.disable || $(A)(b, R.value, I),
|
|
2785
2785
|
size: "sm",
|
|
2786
|
-
"onUpdate:modelValue": (F) => $(i)(R.value,
|
|
2786
|
+
"onUpdate:modelValue": (F) => $(i)(R.value, I, F)
|
|
2787
2787
|
}, null, 8, ["model-value", "value", "disabled", "onUpdate:modelValue"])) : Se("", !0)
|
|
2788
2788
|
]))), 128))
|
|
2789
2789
|
], 4))), 128))
|
|
@@ -2794,13 +2794,13 @@ const pr = { class: "flex flex-col gap-16" }, br = { class: "fm-typo-en-title-sm
|
|
|
2794
2794
|
]);
|
|
2795
2795
|
};
|
|
2796
2796
|
}
|
|
2797
|
-
}),
|
|
2797
|
+
}), kr = { class: "space-y-16" }, Or = {
|
|
2798
2798
|
key: 0,
|
|
2799
2799
|
class: "flex fm-typo-en-title-sm-600"
|
|
2800
|
-
},
|
|
2800
|
+
}, Lr = {
|
|
2801
2801
|
key: 0,
|
|
2802
2802
|
class: "q-mr-xs text-red col"
|
|
2803
|
-
}, Rr = { class: "form-input" }, Cr = /* @__PURE__ */
|
|
2803
|
+
}, Rr = { class: "form-input" }, Cr = /* @__PURE__ */ ke({
|
|
2804
2804
|
__name: "AppForm",
|
|
2805
2805
|
props: {
|
|
2806
2806
|
title: {
|
|
@@ -2818,18 +2818,18 @@ const pr = { class: "flex flex-col gap-16" }, br = { class: "fm-typo-en-title-sm
|
|
|
2818
2818
|
},
|
|
2819
2819
|
setup(e) {
|
|
2820
2820
|
const t = e;
|
|
2821
|
-
return (n, s) => (Q(), oe("div",
|
|
2822
|
-
|
|
2823
|
-
t.title ? (Q(), oe("div",
|
|
2821
|
+
return (n, s) => (Q(), oe("div", kr, [
|
|
2822
|
+
Te(n.$slots, "top", {}, () => [
|
|
2823
|
+
t.title ? (Q(), oe("div", Or, [
|
|
2824
2824
|
se("div", null, [
|
|
2825
|
-
t.required ? (Q(), oe("span",
|
|
2826
|
-
qn(
|
|
2825
|
+
t.required ? (Q(), oe("span", Lr, "*")) : Se("", !0),
|
|
2826
|
+
qn(Ie(t.title), 1)
|
|
2827
2827
|
]),
|
|
2828
|
-
|
|
2828
|
+
Te(n.$slots, "title-right")
|
|
2829
2829
|
])) : Se("", !0)
|
|
2830
2830
|
]),
|
|
2831
2831
|
se("div", Rr, [
|
|
2832
|
-
|
|
2832
|
+
Te(n.$slots, "default")
|
|
2833
2833
|
])
|
|
2834
2834
|
]));
|
|
2835
2835
|
}
|
|
@@ -2841,10 +2841,10 @@ function Ar(e, t) {
|
|
|
2841
2841
|
n += s.charAt(Math.floor(Math.random() * l));
|
|
2842
2842
|
return n;
|
|
2843
2843
|
}
|
|
2844
|
-
const Sr = { class: "col flex items-center" },
|
|
2844
|
+
const Sr = { class: "col flex items-center" }, Mr = {
|
|
2845
2845
|
key: 1,
|
|
2846
2846
|
class: "q-pa-sm form-error-message text-error"
|
|
2847
|
-
},
|
|
2847
|
+
}, Bn = /* @__PURE__ */ ke({
|
|
2848
2848
|
__name: "CheckboxInput",
|
|
2849
2849
|
props: {
|
|
2850
2850
|
options: {
|
|
@@ -2902,50 +2902,50 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
2902
2902
|
},
|
|
2903
2903
|
emits: ["update:model-value"],
|
|
2904
2904
|
setup(e, { emit: t }) {
|
|
2905
|
-
const n = e, s = t, { t: l } =
|
|
2906
|
-
() => n.modelValue.filter((A) => n.options.some((
|
|
2907
|
-
),
|
|
2905
|
+
const n = e, s = t, { t: l } = Be(), a = ht(!1), c = es(), u = q(() => n.modelValue.length < n.min ? `Min selection ${n.min}` : n.max !== void 0 && n.modelValue.length > n.max ? `Max selection ${n.max}` : !0), m = `checkbox-${Ar(6)}`, p = q(() => u.value !== !0), N = q(
|
|
2906
|
+
() => n.modelValue.filter((A) => n.options.some((M) => M.value === A))
|
|
2907
|
+
), L = q(
|
|
2908
2908
|
() => typeof n.showAllToggle == "boolean" ? l("team.labels.all") : n.showAllToggle
|
|
2909
|
-
),
|
|
2909
|
+
), O = q(() => n.options.length > 0 && n.options.length === N.value.length);
|
|
2910
2910
|
function w() {
|
|
2911
|
-
const A = n.modelValue.filter((
|
|
2912
|
-
if (
|
|
2911
|
+
const A = n.modelValue.filter((M) => !N.value.includes(M));
|
|
2912
|
+
if (O.value === !0)
|
|
2913
2913
|
s("update:model-value", A);
|
|
2914
2914
|
else {
|
|
2915
|
-
const
|
|
2916
|
-
s("update:model-value", [...A, ...
|
|
2915
|
+
const M = n.includeDisabledOptionsWhenSelectAll ? n.options.map((i) => i.value) : n.options.filter((i) => !i.disabled).map((i) => i.value);
|
|
2916
|
+
s("update:model-value", [...A, ...M]);
|
|
2917
2917
|
}
|
|
2918
2918
|
}
|
|
2919
|
-
function V(A,
|
|
2919
|
+
function V(A, M) {
|
|
2920
2920
|
let i = dt(n.modelValue);
|
|
2921
|
-
|
|
2921
|
+
M ? i.every((d) => d !== A) && i.push(A) : i = i.filter((d) => d !== A), s("update:model-value", i);
|
|
2922
2922
|
}
|
|
2923
|
-
return (A,
|
|
2923
|
+
return (A, M) => {
|
|
2924
2924
|
const i = qe("FmCheckbox");
|
|
2925
|
-
return Q(),
|
|
2925
|
+
return Q(), Me(Cr, {
|
|
2926
2926
|
id: m,
|
|
2927
2927
|
title: e.title,
|
|
2928
2928
|
required: !1
|
|
2929
2929
|
}, {
|
|
2930
2930
|
top: pe(() => [
|
|
2931
|
-
|
|
2931
|
+
Te(A.$slots, "top")
|
|
2932
2932
|
]),
|
|
2933
2933
|
default: pe(() => [
|
|
2934
|
-
n.showAllToggle ? (Q(),
|
|
2934
|
+
n.showAllToggle ? (Q(), Me(i, {
|
|
2935
2935
|
key: 0,
|
|
2936
|
-
"model-value":
|
|
2936
|
+
"model-value": O.value,
|
|
2937
2937
|
disabled: e.disable,
|
|
2938
|
-
label:
|
|
2939
|
-
style:
|
|
2938
|
+
label: L.value,
|
|
2939
|
+
style: xe(`margin-bottom: ${n.gutter}px`),
|
|
2940
2940
|
size: "sm",
|
|
2941
2941
|
dense: "",
|
|
2942
|
-
value:
|
|
2942
|
+
value: L.value,
|
|
2943
2943
|
"onUpdate:modelValue": w
|
|
2944
2944
|
}, null, 8, ["model-value", "disabled", "label", "style", "value"])) : Se("", !0),
|
|
2945
|
-
(Q(!0), oe(
|
|
2945
|
+
(Q(!0), oe(Le, null, ge(e.options, (d, T) => (Q(), oe("div", {
|
|
2946
2946
|
key: d.value,
|
|
2947
|
-
style:
|
|
2948
|
-
class: rt(
|
|
2947
|
+
style: xe(`margin-bottom: ${T < e.options.length - 1 ? n.gutter : 0}px`),
|
|
2948
|
+
class: rt(T < e.options.length - 1 ? "q-mb-sm" : "")
|
|
2949
2949
|
}, [
|
|
2950
2950
|
se("div", {
|
|
2951
2951
|
class: rt(["row justify-between", e.alignCenter ? "items-center" : "items-start"])
|
|
@@ -2959,7 +2959,7 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
2959
2959
|
value: d.label,
|
|
2960
2960
|
"onUpdate:modelValue": (_) => V(d.value, _)
|
|
2961
2961
|
}, null, 8, ["model-value", "disabled", "label", "value", "onUpdate:modelValue"]),
|
|
2962
|
-
|
|
2962
|
+
Te(A.$slots, `checkbox-${d.key || d.value}-append`, {
|
|
2963
2963
|
option: d,
|
|
2964
2964
|
selected: e.modelValue.includes(d.value)
|
|
2965
2965
|
})
|
|
@@ -2968,7 +2968,7 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
2968
2968
|
key: 0,
|
|
2969
2969
|
class: rt([{ "q-checkbox disabled": e.disable || d.disabled }, "col"])
|
|
2970
2970
|
}, [
|
|
2971
|
-
|
|
2971
|
+
Te(A.$slots, `checkbox-${d.key || d.value}-end`, {
|
|
2972
2972
|
option: d,
|
|
2973
2973
|
value: e.modelValue.includes(d.value),
|
|
2974
2974
|
disable: e.disable || d.disabled
|
|
@@ -2978,22 +2978,22 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
2978
2978
|
$(c)[`checkbox-${d.key || d.value}-bottom`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (Q(), oe("div", {
|
|
2979
2979
|
key: 0,
|
|
2980
2980
|
class: rt(["q-mt-sm", { "q-checkbox disabled": e.disable || d.disabled }]),
|
|
2981
|
-
style:
|
|
2981
|
+
style: xe(`margin-left: ${e.bottomSlotIndent}`)
|
|
2982
2982
|
}, [
|
|
2983
|
-
|
|
2983
|
+
Te(A.$slots, `checkbox-${d.key || d.value}-bottom`, {
|
|
2984
2984
|
option: d,
|
|
2985
2985
|
disable: e.disable || d.disabled,
|
|
2986
2986
|
value: e.modelValue.includes(d.value)
|
|
2987
2987
|
})
|
|
2988
2988
|
], 6)) : Se("", !0)
|
|
2989
2989
|
], 6))), 128)),
|
|
2990
|
-
a.value && p.value ? (Q(), oe("div",
|
|
2990
|
+
a.value && p.value ? (Q(), oe("div", Mr, Ie(u.value), 1)) : Se("", !0)
|
|
2991
2991
|
]),
|
|
2992
2992
|
_: 3
|
|
2993
2993
|
}, 8, ["title"]);
|
|
2994
2994
|
};
|
|
2995
2995
|
}
|
|
2996
|
-
}),
|
|
2996
|
+
}), Dr = { class: "fm-typo-en-title-sm-600" }, ut = "includedFuture", Rn = /* @__PURE__ */ ke({
|
|
2997
2997
|
__name: "ConditionPermission",
|
|
2998
2998
|
props: {
|
|
2999
2999
|
modelValue: {
|
|
@@ -3015,7 +3015,7 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3015
3015
|
},
|
|
3016
3016
|
emits: ["update:model-value"],
|
|
3017
3017
|
setup(e, { emit: t }) {
|
|
3018
|
-
const n = e, s = t, { t: l } =
|
|
3018
|
+
const n = e, s = t, { t: l } = Be(), a = q(() => [
|
|
3019
3019
|
{
|
|
3020
3020
|
label: l("team.memberForm.permissions.includedFuture", { context: n.context }),
|
|
3021
3021
|
value: ut,
|
|
@@ -3023,32 +3023,32 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3023
3023
|
disabled: !!n.modelValue && n.options.length > n.modelValue.length
|
|
3024
3024
|
},
|
|
3025
3025
|
...n.options.filter(
|
|
3026
|
-
(
|
|
3026
|
+
(N) => N.label.toLocaleLowerCase().includes(p.value.toLocaleLowerCase())
|
|
3027
3027
|
)
|
|
3028
|
-
]), c = q(() => n.modelValue ? n.modelValue : [ut, ...n.options.map((
|
|
3029
|
-
const
|
|
3030
|
-
return
|
|
3028
|
+
]), c = q(() => n.modelValue ? n.modelValue : [ut, ...n.options.map((N) => N.value)]), u = q(() => {
|
|
3029
|
+
const N = c.value.filter((L) => L !== ut).length;
|
|
3030
|
+
return N === 0 ? "" : l("team.memberForm.permissions.allowedCount", { count: N });
|
|
3031
3031
|
});
|
|
3032
|
-
function m(
|
|
3033
|
-
const
|
|
3034
|
-
s("update:model-value",
|
|
3032
|
+
function m(N) {
|
|
3033
|
+
const L = N.length === a.value.length;
|
|
3034
|
+
s("update:model-value", L ? null : N.filter((O) => O !== ut));
|
|
3035
3035
|
}
|
|
3036
|
-
const p =
|
|
3037
|
-
return (
|
|
3038
|
-
const
|
|
3039
|
-
return Q(),
|
|
3036
|
+
const p = ht("");
|
|
3037
|
+
return (N, L) => {
|
|
3038
|
+
const O = qe("fm-search");
|
|
3039
|
+
return Q(), Me(xt, { subtitle: u.value }, {
|
|
3040
3040
|
title: pe(() => [
|
|
3041
|
-
se("p",
|
|
3041
|
+
se("p", Dr, Ie($(l)("team.memberForm.permissions.manageable", { context: e.context })), 1)
|
|
3042
3042
|
]),
|
|
3043
3043
|
default: pe(() => [
|
|
3044
|
-
e.options.length > 1 ? (Q(),
|
|
3044
|
+
e.options.length > 1 ? (Q(), Me(O, {
|
|
3045
3045
|
key: 0,
|
|
3046
3046
|
modelValue: p.value,
|
|
3047
|
-
"onUpdate:modelValue":
|
|
3047
|
+
"onUpdate:modelValue": L[0] || (L[0] = (w) => p.value = w),
|
|
3048
3048
|
class: "mt-16",
|
|
3049
3049
|
placeholder: $(l)("team.memberForm.permissions.search", { context: e.context })
|
|
3050
3050
|
}, null, 8, ["modelValue", "placeholder"])) : Se("", !0),
|
|
3051
|
-
_e(
|
|
3051
|
+
_e(Bn, {
|
|
3052
3052
|
"model-value": c.value,
|
|
3053
3053
|
options: a.value,
|
|
3054
3054
|
"show-intermediate": !1,
|
|
@@ -3058,11 +3058,11 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3058
3058
|
title: "",
|
|
3059
3059
|
class: "mt-16",
|
|
3060
3060
|
"onUpdate:modelValue": m
|
|
3061
|
-
},
|
|
3062
|
-
|
|
3061
|
+
}, Ye({ _: 2 }, [
|
|
3062
|
+
ge(a.value, (w) => ({
|
|
3063
3063
|
name: `checkbox-${w.value}-append`,
|
|
3064
3064
|
fn: pe(({ option: V }) => [
|
|
3065
|
-
|
|
3065
|
+
Te(N.$slots, `checkbox-${w.value}-append`, { option: V })
|
|
3066
3066
|
])
|
|
3067
3067
|
}))
|
|
3068
3068
|
]), 1032, ["model-value", "options", "disable"])
|
|
@@ -3071,7 +3071,7 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3071
3071
|
}, 8, ["subtitle"]);
|
|
3072
3072
|
};
|
|
3073
3073
|
}
|
|
3074
|
-
}), wr = { class: "fm-typo-en-title-sm-600" }, mt = "includedNewRole", Pr = /* @__PURE__ */
|
|
3074
|
+
}), wr = { class: "fm-typo-en-title-sm-600" }, mt = "includedNewRole", Pr = /* @__PURE__ */ ke({
|
|
3075
3075
|
__name: "PosRolePermission",
|
|
3076
3076
|
props: {
|
|
3077
3077
|
modelValue: {
|
|
@@ -3093,7 +3093,7 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3093
3093
|
},
|
|
3094
3094
|
emits: ["update:model-value"],
|
|
3095
3095
|
setup(e, { emit: t }) {
|
|
3096
|
-
const n = e, s = t, { t: l } =
|
|
3096
|
+
const n = e, s = t, { t: l } = Be(), a = q(() => {
|
|
3097
3097
|
const p = n.restaurantIds;
|
|
3098
3098
|
return [
|
|
3099
3099
|
{
|
|
@@ -3101,26 +3101,26 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3101
3101
|
value: mt,
|
|
3102
3102
|
disabled: !!n.modelValue && n.roles.length > n.modelValue.length
|
|
3103
3103
|
},
|
|
3104
|
-
...n.roles.map((
|
|
3105
|
-
label:
|
|
3106
|
-
value:
|
|
3107
|
-
disabled: !!p &&
|
|
3104
|
+
...n.roles.map((N) => ({
|
|
3105
|
+
label: N.name,
|
|
3106
|
+
value: N._id,
|
|
3107
|
+
disabled: !!p && N.restaurants.every(({ id: L }) => !p.includes(L))
|
|
3108
3108
|
}))
|
|
3109
3109
|
];
|
|
3110
3110
|
}), c = q(() => n.modelValue ? n.modelValue : [mt, ...n.roles.map((p) => p._id)]), u = q(() => {
|
|
3111
|
-
const p = c.value.filter((
|
|
3111
|
+
const p = c.value.filter((N) => N !== mt).length;
|
|
3112
3112
|
return p === 0 ? "" : l("team.memberForm.permissions.allowedCount", { count: p });
|
|
3113
3113
|
});
|
|
3114
3114
|
function m(p) {
|
|
3115
|
-
const
|
|
3116
|
-
s("update:model-value",
|
|
3115
|
+
const N = p.length === a.value.length;
|
|
3116
|
+
s("update:model-value", N ? null : p.filter((L) => L !== mt));
|
|
3117
3117
|
}
|
|
3118
|
-
return (p,
|
|
3118
|
+
return (p, N) => (Q(), Me(xt, { subtitle: u.value }, {
|
|
3119
3119
|
title: pe(() => [
|
|
3120
|
-
se("p", wr,
|
|
3120
|
+
se("p", wr, Ie($(l)("team.memberForm.permissions.roles")), 1)
|
|
3121
3121
|
]),
|
|
3122
3122
|
default: pe(() => [
|
|
3123
|
-
_e(
|
|
3123
|
+
_e(Bn, {
|
|
3124
3124
|
"model-value": c.value,
|
|
3125
3125
|
options: a.value,
|
|
3126
3126
|
"show-intermediate": !1,
|
|
@@ -3129,11 +3129,11 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3129
3129
|
title: "",
|
|
3130
3130
|
class: "mt-16",
|
|
3131
3131
|
"onUpdate:modelValue": m
|
|
3132
|
-
},
|
|
3133
|
-
|
|
3134
|
-
name: `checkbox-${
|
|
3135
|
-
fn: pe(({ option:
|
|
3136
|
-
|
|
3132
|
+
}, Ye({ _: 2 }, [
|
|
3133
|
+
ge(a.value, (L) => ({
|
|
3134
|
+
name: `checkbox-${L.value}-append`,
|
|
3135
|
+
fn: pe(({ option: O }) => [
|
|
3136
|
+
Te(p.$slots, `checkbox-${L.value}-append`, { option: O })
|
|
3137
3137
|
])
|
|
3138
3138
|
}))
|
|
3139
3139
|
]), 1032, ["model-value", "options", "disable"])
|
|
@@ -3145,7 +3145,7 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3145
3145
|
async readWarehouses() {
|
|
3146
3146
|
return us(await ms().get("/warehouses"));
|
|
3147
3147
|
}
|
|
3148
|
-
}, jr = { class: "flex flex-col gap-32" }, Ur = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Vr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" },
|
|
3148
|
+
}, jr = { class: "flex flex-col gap-32" }, Ur = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Vr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Wr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Gr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Kr = /* @__PURE__ */ ke({
|
|
3149
3149
|
__name: "PortalPermissionEditor",
|
|
3150
3150
|
props: /* @__PURE__ */ Qt({
|
|
3151
3151
|
disable: {
|
|
@@ -3162,52 +3162,52 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3162
3162
|
}),
|
|
3163
3163
|
emits: /* @__PURE__ */ Qt(["permissionChanged"], ["update:modelValue"]),
|
|
3164
3164
|
setup(e, { emit: t }) {
|
|
3165
|
-
const n = ts(e, "modelValue"), s = e, l = t, { t: a } =
|
|
3166
|
-
function m(
|
|
3167
|
-
return
|
|
3165
|
+
const n = ts(e, "modelValue"), s = e, l = t, { t: a } = Be(), { fetchCustomReportPermissions: c, customReportPermissions: u } = ss();
|
|
3166
|
+
function m(y) {
|
|
3167
|
+
return Mt.find((C) => C.subject === y) ?? u.value.find((C) => C.subject === y);
|
|
3168
3168
|
}
|
|
3169
3169
|
const p = q(() => {
|
|
3170
|
-
const
|
|
3170
|
+
const y = [...Mt, ...u.value].filter((v) => !w.includes(v.subject)).map((v) => v.subject);
|
|
3171
3171
|
return as(
|
|
3172
3172
|
s.inheritPermissions.map((v) => ({
|
|
3173
3173
|
...v,
|
|
3174
|
-
permissions: v.permissions.filter((
|
|
3174
|
+
permissions: v.permissions.filter((G) => y.includes(G.subject))
|
|
3175
3175
|
}))
|
|
3176
3176
|
).map((v) => ({
|
|
3177
3177
|
id: v.subject,
|
|
3178
3178
|
setNames: v.setNames
|
|
3179
3179
|
}));
|
|
3180
|
-
}),
|
|
3181
|
-
const
|
|
3180
|
+
}), N = q(() => {
|
|
3181
|
+
const y = s.inheritPermissions.map((C) => ({
|
|
3182
3182
|
...C,
|
|
3183
3183
|
permissions: C.permissions.filter(
|
|
3184
3184
|
(v) => v.subject === ue.Subject.Business.inventory_stock
|
|
3185
3185
|
)
|
|
3186
3186
|
}));
|
|
3187
|
-
return
|
|
3188
|
-
|
|
3187
|
+
return kt(
|
|
3188
|
+
y,
|
|
3189
3189
|
"warehouseId",
|
|
3190
3190
|
A.value.map((C) => C._id)
|
|
3191
3191
|
);
|
|
3192
|
-
}),
|
|
3193
|
-
const
|
|
3192
|
+
}), L = q(() => {
|
|
3193
|
+
const y = s.inheritPermissions.map((C) => ({
|
|
3194
3194
|
...C,
|
|
3195
3195
|
permissions: C.permissions.filter(
|
|
3196
3196
|
(v) => v.subject === ue.Subject.Restaurant.restaurant
|
|
3197
3197
|
)
|
|
3198
3198
|
}));
|
|
3199
|
-
return
|
|
3200
|
-
|
|
3199
|
+
return kt(
|
|
3200
|
+
y,
|
|
3201
3201
|
"restaurantId",
|
|
3202
|
-
|
|
3202
|
+
T.value.map((C) => C._id)
|
|
3203
3203
|
);
|
|
3204
|
-
}),
|
|
3205
|
-
const
|
|
3204
|
+
}), O = q(() => {
|
|
3205
|
+
const y = s.inheritPermissions.map((C) => ({
|
|
3206
3206
|
...C,
|
|
3207
3207
|
permissions: C.permissions.filter((v) => v.subject === ue.Subject.Business.role)
|
|
3208
3208
|
}));
|
|
3209
|
-
return
|
|
3210
|
-
|
|
3209
|
+
return kt(
|
|
3210
|
+
y,
|
|
3211
3211
|
"roleId",
|
|
3212
3212
|
_.value.map((C) => C._id)
|
|
3213
3213
|
);
|
|
@@ -3218,185 +3218,185 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3218
3218
|
ue.Subject.Business.inventory_stock
|
|
3219
3219
|
], V = q(() => {
|
|
3220
3220
|
var C;
|
|
3221
|
-
const
|
|
3221
|
+
const y = (C = n.value) == null ? void 0 : C.find(
|
|
3222
3222
|
(v) => v.subject === ue.Subject.Business.inventory_stock
|
|
3223
3223
|
);
|
|
3224
|
-
return
|
|
3225
|
-
}), A =
|
|
3226
|
-
label:
|
|
3227
|
-
value:
|
|
3224
|
+
return y ? y.conditions ? JSON.parse(y.conditions).warehouseId.$in : null : [];
|
|
3225
|
+
}), A = ht([]), M = q(() => A.value.map((y) => ({
|
|
3226
|
+
label: y.profile.name,
|
|
3227
|
+
value: y._id
|
|
3228
3228
|
})));
|
|
3229
|
-
function i(
|
|
3230
|
-
const C = d(n.value,
|
|
3229
|
+
function i(y) {
|
|
3230
|
+
const C = d(n.value, y);
|
|
3231
3231
|
n.value = C;
|
|
3232
3232
|
}
|
|
3233
|
-
function d(
|
|
3233
|
+
function d(y, C) {
|
|
3234
3234
|
let v = dt(
|
|
3235
|
-
|
|
3235
|
+
y.filter((G) => G.subject !== ue.Subject.Business.inventory_stock)
|
|
3236
3236
|
);
|
|
3237
3237
|
if (!C || C.length > 0) {
|
|
3238
|
-
const
|
|
3238
|
+
const G = {
|
|
3239
3239
|
actions: [ue.Action.manage],
|
|
3240
3240
|
subject: ue.Subject.Business.inventory_stock
|
|
3241
3241
|
};
|
|
3242
|
-
C && (
|
|
3242
|
+
C && (G.conditions = JSON.stringify({ warehouseId: { $in: C } })), v.push(G);
|
|
3243
3243
|
}
|
|
3244
3244
|
return v;
|
|
3245
3245
|
}
|
|
3246
|
-
const { restaurants:
|
|
3247
|
-
label: `${
|
|
3248
|
-
value:
|
|
3249
|
-
}))), S = q(() =>
|
|
3250
|
-
function
|
|
3251
|
-
const C =
|
|
3246
|
+
const { restaurants: T } = ns(), _ = ds().roles, D = q(() => T.value.map((y) => ({
|
|
3247
|
+
label: `${y.profile.code ? y.profile.code + "-" : ""}${y.profile.name}`,
|
|
3248
|
+
value: y._id
|
|
3249
|
+
}))), S = q(() => T.value.reduce((y, C) => (y[C._id] = _.value.filter((v) => v.restaurants.some((G) => G.id === C._id)).map((v) => v._id), y), {})), E = q(() => rs(n.value));
|
|
3250
|
+
function Z(y) {
|
|
3251
|
+
const C = b(n.value, y);
|
|
3252
3252
|
n.value = C;
|
|
3253
3253
|
}
|
|
3254
|
-
const
|
|
3255
|
-
function
|
|
3256
|
-
var
|
|
3254
|
+
const g = q(() => ls(n.value));
|
|
3255
|
+
function b(y, C) {
|
|
3256
|
+
var G;
|
|
3257
3257
|
let v = dt(
|
|
3258
|
-
|
|
3259
|
-
(
|
|
3258
|
+
y.filter(
|
|
3259
|
+
(W) => W.subject !== ue.Subject.Business.restaurant && W.subject !== ue.Subject.Restaurant.restaurant
|
|
3260
3260
|
)
|
|
3261
3261
|
);
|
|
3262
3262
|
if (!C || C.length > 0) {
|
|
3263
3263
|
const {
|
|
3264
|
-
category:
|
|
3264
|
+
category: W,
|
|
3265
3265
|
showByFeatureFlag: j,
|
|
3266
3266
|
...te
|
|
3267
3267
|
} = cs.restaurant;
|
|
3268
3268
|
v.push(te);
|
|
3269
|
-
const
|
|
3269
|
+
const H = {
|
|
3270
3270
|
actions: [ue.Action.manage],
|
|
3271
3271
|
subject: ue.Subject.Restaurant.restaurant
|
|
3272
3272
|
};
|
|
3273
|
-
C && (
|
|
3273
|
+
C && (H.conditions = JSON.stringify({ restaurantId: { $in: C } })), v.push(H);
|
|
3274
3274
|
}
|
|
3275
3275
|
if (C) {
|
|
3276
|
-
const
|
|
3276
|
+
const W = [
|
|
3277
3277
|
...new Set(C.map((te) => S.value[te]).flatMap((te) => te))
|
|
3278
3278
|
], j = _.value.map((te) => te._id);
|
|
3279
|
-
|
|
3279
|
+
W.length !== j.length && (v = I(
|
|
3280
3280
|
v,
|
|
3281
|
-
(
|
|
3281
|
+
(G = g.value || j) == null ? void 0 : G.filter((te) => W.includes(te))
|
|
3282
3282
|
));
|
|
3283
3283
|
}
|
|
3284
3284
|
return v;
|
|
3285
3285
|
}
|
|
3286
|
-
function R(
|
|
3287
|
-
const C =
|
|
3286
|
+
function R(y) {
|
|
3287
|
+
const C = I(n.value, y);
|
|
3288
3288
|
n.value = C;
|
|
3289
3289
|
}
|
|
3290
|
-
function
|
|
3290
|
+
function I(y, C) {
|
|
3291
3291
|
let v = dt(
|
|
3292
|
-
|
|
3292
|
+
y.filter((G) => G.subject !== ue.Subject.Business.role)
|
|
3293
3293
|
);
|
|
3294
3294
|
if (C && C.length > 0) {
|
|
3295
|
-
const
|
|
3295
|
+
const G = {
|
|
3296
3296
|
actions: [ue.Action.manage],
|
|
3297
3297
|
subject: ue.Subject.Business.role,
|
|
3298
3298
|
conditions: JSON.stringify({ roleId: { $in: C } })
|
|
3299
3299
|
};
|
|
3300
|
-
v.push(
|
|
3300
|
+
v.push(G);
|
|
3301
3301
|
}
|
|
3302
3302
|
return v;
|
|
3303
3303
|
}
|
|
3304
3304
|
Cn(async () => {
|
|
3305
3305
|
await Promise.all([
|
|
3306
|
-
Fr.readWarehouses().then((
|
|
3306
|
+
Fr.readWarehouses().then((y) => A.value = y),
|
|
3307
3307
|
c()
|
|
3308
3308
|
]);
|
|
3309
3309
|
});
|
|
3310
|
-
const F = q(() =>
|
|
3310
|
+
const F = q(() => Ot(
|
|
3311
3311
|
n.value,
|
|
3312
|
-
|
|
3312
|
+
Lt
|
|
3313
3313
|
).filter((v) => {
|
|
3314
|
-
const
|
|
3315
|
-
return (
|
|
3314
|
+
const G = v.source;
|
|
3315
|
+
return (G == null ? void 0 : G.type) !== "systemPermissionSet" ? !0 : v.actions.includes("manage");
|
|
3316
3316
|
}).map((v) => {
|
|
3317
3317
|
if (v.inverted) return v;
|
|
3318
|
-
const
|
|
3319
|
-
if (!
|
|
3320
|
-
const
|
|
3321
|
-
if (!
|
|
3322
|
-
const j =
|
|
3323
|
-
return j.length <= 1 || j.filter((
|
|
3318
|
+
const G = v.actions;
|
|
3319
|
+
if (!G.includes("manage")) return v;
|
|
3320
|
+
const W = m(v.subject);
|
|
3321
|
+
if (!W) return v;
|
|
3322
|
+
const j = W.actions;
|
|
3323
|
+
return j.length <= 1 || j.filter((H) => !G.includes(H)).length === 0 ? v : { ...v, actions: [...j] };
|
|
3324
3324
|
}));
|
|
3325
|
-
function
|
|
3325
|
+
function Y(y) {
|
|
3326
3326
|
const C = new Set(
|
|
3327
3327
|
F.value.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3328
3328
|
), v = new Set(
|
|
3329
|
-
|
|
3330
|
-
),
|
|
3329
|
+
y.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3330
|
+
), G = new Set(
|
|
3331
3331
|
n.value.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3332
3332
|
);
|
|
3333
|
-
let
|
|
3333
|
+
let W = [...n.value];
|
|
3334
3334
|
for (const j of C)
|
|
3335
|
-
v.has(j) || (
|
|
3336
|
-
|
|
3337
|
-
|
|
3335
|
+
v.has(j) || (G.has(j) && (W = W.filter((H) => H.subject !== j)), (!G.has(j) || Ot(
|
|
3336
|
+
W,
|
|
3337
|
+
Lt
|
|
3338
3338
|
).some(
|
|
3339
|
-
(
|
|
3340
|
-
)) && !
|
|
3339
|
+
(H) => H.subject === j && !H.inverted && H.actions.includes("manage")
|
|
3340
|
+
)) && !W.some((H) => H.subject === j && H.inverted) && W.push({ subject: j, actions: ["manage"], inverted: !0 }));
|
|
3341
3341
|
for (const j of v)
|
|
3342
3342
|
if (!C.has(j)) {
|
|
3343
|
-
const te =
|
|
3344
|
-
if (
|
|
3345
|
-
const
|
|
3343
|
+
const te = W.some((H) => H.subject === j && H.inverted);
|
|
3344
|
+
if (W = W.filter((H) => !(H.subject === j && H.inverted)), !te && !G.has(j)) {
|
|
3345
|
+
const H = y.find(
|
|
3346
3346
|
(fe) => fe.subject === j && !fe.inverted
|
|
3347
|
-
),
|
|
3348
|
-
if (
|
|
3349
|
-
const { category: fe, showByFeatureFlag:
|
|
3350
|
-
|
|
3347
|
+
), be = m(j);
|
|
3348
|
+
if (be && H) {
|
|
3349
|
+
const { category: fe, showByFeatureFlag: B, ...x } = be;
|
|
3350
|
+
W.push({ ...x, actions: H.actions });
|
|
3351
3351
|
}
|
|
3352
3352
|
}
|
|
3353
3353
|
}
|
|
3354
3354
|
for (const j of v) {
|
|
3355
3355
|
if (!C.has(j)) continue;
|
|
3356
3356
|
const te = F.value.find(
|
|
3357
|
-
(
|
|
3358
|
-
),
|
|
3359
|
-
if (!te || !
|
|
3360
|
-
const
|
|
3361
|
-
if (
|
|
3357
|
+
(x) => x.subject === j && !x.inverted
|
|
3358
|
+
), H = y.find((x) => x.subject === j && !x.inverted);
|
|
3359
|
+
if (!te || !H) continue;
|
|
3360
|
+
const be = new Set(te.actions), fe = new Set(H.actions);
|
|
3361
|
+
if (be.size === fe.size && [...be].every((x) => fe.has(x)))
|
|
3362
3362
|
continue;
|
|
3363
|
-
const
|
|
3364
|
-
if (
|
|
3365
|
-
|
|
3366
|
-
...
|
|
3363
|
+
const B = W.findIndex((x) => x.subject === j && !x.inverted);
|
|
3364
|
+
if (B >= 0)
|
|
3365
|
+
W[B] = {
|
|
3366
|
+
...W[B],
|
|
3367
3367
|
actions: Array.from(fe)
|
|
3368
3368
|
};
|
|
3369
3369
|
else {
|
|
3370
|
-
const
|
|
3371
|
-
if (
|
|
3372
|
-
const { category:
|
|
3373
|
-
|
|
3370
|
+
const x = m(j);
|
|
3371
|
+
if (x) {
|
|
3372
|
+
const { category: Ee, showByFeatureFlag: $e, ...Je } = x;
|
|
3373
|
+
W.push({ ...Je, actions: Array.from(fe) });
|
|
3374
3374
|
}
|
|
3375
3375
|
}
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3376
|
+
be.has("manage") && !fe.has("manage") && Ot(
|
|
3377
|
+
W,
|
|
3378
|
+
Lt
|
|
3379
3379
|
).some(
|
|
3380
|
-
(
|
|
3381
|
-
) && !
|
|
3380
|
+
(Ee) => Ee.subject === j && !Ee.inverted && Ee.actions.includes("manage")
|
|
3381
|
+
) && !W.some((Ee) => Ee.subject === j && Ee.inverted) && W.push({ subject: j, actions: ["manage"], inverted: !0 }), !be.has("manage") && fe.has("manage") && (W = W.filter((x) => !(x.subject === j && x.inverted)));
|
|
3382
3382
|
}
|
|
3383
|
-
n.value =
|
|
3383
|
+
n.value = W;
|
|
3384
3384
|
}
|
|
3385
3385
|
return St(
|
|
3386
3386
|
n,
|
|
3387
|
-
(
|
|
3388
|
-
l("permissionChanged",
|
|
3387
|
+
(y) => {
|
|
3388
|
+
l("permissionChanged", y);
|
|
3389
3389
|
},
|
|
3390
3390
|
{ deep: !0 }
|
|
3391
|
-
), (
|
|
3391
|
+
), (y, C) => (Q(), oe("div", jr, [
|
|
3392
3392
|
se("div", Ur, [
|
|
3393
|
-
_e(
|
|
3393
|
+
_e(Tr, {
|
|
3394
3394
|
"model-value": F.value,
|
|
3395
3395
|
"excluded-subjects": w,
|
|
3396
3396
|
"additional-permissions": $(u),
|
|
3397
|
-
"onUpdate:modelValue":
|
|
3398
|
-
},
|
|
3399
|
-
|
|
3397
|
+
"onUpdate:modelValue": Y
|
|
3398
|
+
}, Ye({ _: 2 }, [
|
|
3399
|
+
ge(p.value, (v) => ({
|
|
3400
3400
|
name: `checkbox-${v.id}-append`,
|
|
3401
3401
|
fn: pe(() => [
|
|
3402
3402
|
_e(ct, { item: v }, null, 8, ["item"])
|
|
@@ -3407,11 +3407,11 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3407
3407
|
se("div", Vr, [
|
|
3408
3408
|
_e(Rn, {
|
|
3409
3409
|
"model-value": V.value,
|
|
3410
|
-
options:
|
|
3410
|
+
options: M.value,
|
|
3411
3411
|
context: $(a)("team.labels.warehouse"),
|
|
3412
3412
|
"onUpdate:modelValue": i
|
|
3413
|
-
},
|
|
3414
|
-
|
|
3413
|
+
}, Ye({ _: 2 }, [
|
|
3414
|
+
ge(N.value, (v) => ({
|
|
3415
3415
|
name: `checkbox-${v.id}-append`,
|
|
3416
3416
|
fn: pe(() => [
|
|
3417
3417
|
_e(ct, { item: v }, null, 8, ["item"])
|
|
@@ -3419,14 +3419,14 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3419
3419
|
}))
|
|
3420
3420
|
]), 1032, ["model-value", "options", "context"])
|
|
3421
3421
|
]),
|
|
3422
|
-
se("div",
|
|
3422
|
+
se("div", Wr, [
|
|
3423
3423
|
_e(Rn, {
|
|
3424
|
-
"model-value":
|
|
3425
|
-
options:
|
|
3424
|
+
"model-value": E.value,
|
|
3425
|
+
options: D.value,
|
|
3426
3426
|
context: $(a)("team.labels.restaurant"),
|
|
3427
|
-
"onUpdate:modelValue":
|
|
3428
|
-
},
|
|
3429
|
-
|
|
3427
|
+
"onUpdate:modelValue": Z
|
|
3428
|
+
}, Ye({ _: 2 }, [
|
|
3429
|
+
ge(L.value, (v) => ({
|
|
3430
3430
|
name: `checkbox-${v.id}-append`,
|
|
3431
3431
|
fn: pe(() => [
|
|
3432
3432
|
_e(ct, { item: v }, null, 8, ["item"])
|
|
@@ -3434,14 +3434,14 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3434
3434
|
}))
|
|
3435
3435
|
]), 1032, ["model-value", "options", "context"])
|
|
3436
3436
|
]),
|
|
3437
|
-
se("div",
|
|
3437
|
+
se("div", Gr, [
|
|
3438
3438
|
_e(Pr, {
|
|
3439
3439
|
roles: $(_),
|
|
3440
|
-
"model-value":
|
|
3441
|
-
"restaurant-ids":
|
|
3440
|
+
"model-value": g.value,
|
|
3441
|
+
"restaurant-ids": E.value,
|
|
3442
3442
|
"onUpdate:modelValue": R
|
|
3443
|
-
},
|
|
3444
|
-
|
|
3443
|
+
}, Ye({ _: 2 }, [
|
|
3444
|
+
ge(O.value, (v) => ({
|
|
3445
3445
|
name: `checkbox-${v.id}-append`,
|
|
3446
3446
|
fn: pe(() => [
|
|
3447
3447
|
_e(ct, { item: v }, null, 8, ["item"])
|
|
@@ -3453,5 +3453,5 @@ const Sr = { class: "col flex items-center" }, Dr = {
|
|
|
3453
3453
|
}
|
|
3454
3454
|
});
|
|
3455
3455
|
export {
|
|
3456
|
-
|
|
3456
|
+
Kr as _
|
|
3457
3457
|
};
|