@feedmepos/mf-hrm-portal 2.0.10-dev.3 → 2.0.11-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AuditLogList-C7QcWwHq.js +941 -0
- package/dist/EmployeeList-CQzS4gXV.js +690 -0
- package/dist/{Main-g0xYhlQL.js → Main-6td6JhCb.js} +1055 -1054
- package/dist/{Main-CvuyDkkJ.js → Main-BhNhmkn8.js} +4 -4
- package/dist/{Main-pViKokej.js → Main-Bu-UNnSQ.js} +6 -6
- package/dist/{PermissionSetList-C71zXeNi.js → PermissionSetList-IG15Aj5D.js} +124 -128
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Dx9qaSOy.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CDA9oDkd.js} +701 -701
- package/dist/RoleList-Cziztrpo.js +519 -0
- package/dist/TeamMemberList-DwxhZcrA.js +1081 -0
- package/dist/{TimesheetList-bEatYw_W.js → TimesheetList-D_JT5iyS.js} +74 -74
- package/dist/{app-CXo7sYZ7.js → app-h2mRYtCE.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-DDneYlAk.js → dayjs.min-QbzmY4D1.js} +1 -1
- package/dist/employee-CY4sYUu8.js +232 -0
- package/dist/{index-CiQs6mxE.js → index-BLm_-G4e.js} +104 -81
- package/dist/{index-BAlO0GI7.js → index-CBgvOHm7.js} +1 -1
- package/dist/{iteration-BxC7Vx_7.js → iteration-J_5O7DIo.js} +1 -1
- package/dist/{lodash-Cgp0qhfw.js → lodash-btS1GWf0.js} +1 -1
- package/dist/src/api/employee/index.d.ts +4 -3
- package/dist/src/api/team/index.d.ts +3 -1
- package/dist/src/components/table/TablePagination.vue.d.ts +14 -0
- package/dist/src/composables/useDebounce.d.ts +9 -0
- package/dist/src/stores/employee.d.ts +515 -6
- package/dist/src/stores/team.d.ts +6 -0
- package/dist/src/types/employee.d.ts +35 -1
- package/dist/src/types/team.d.ts +18 -2
- package/dist/src/views/hr/employee/EmployeeForm.vue.d.ts +6 -2
- package/dist/src/views/hr/employee/EmployeeList.vue.d.ts +3 -0
- package/dist/src/views/team/member/AddMemberForm.vue.d.ts +9 -0
- package/dist/src/views/team/member/TeamMemberMasterUser.vue.d.ts +5 -5
- package/dist/style.css +1 -1
- package/dist/{timesheet-DtpxRbZd.js → timesheet-B4Vja79b.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-4gHWq2VT.js → useAppStore-CEidzV7L.js} +1 -1
- package/dist/useDebounce-Cnv3r01W.js +83 -0
- package/dist/{useLoading-Ef4IqHD8.js → useLoading-fH82N_CS.js} +1 -1
- package/dist/{useReportPermissions-C4HbISVo.js → useReportPermissions-BZS4zPhT.js} +3 -3
- package/package.json +1 -1
- package/dist/AuditLogList-DaFC8LUT.js +0 -915
- package/dist/EmployeeList-fzS5kLyE.js +0 -621
- package/dist/RoleList-CAGV8HIy.js +0 -499
- package/dist/TeamMemberList-BOSxsyhc.js +0 -989
- package/dist/employee-CfNSjKLV.js +0 -145
- package/dist/team-DYjRRZA-.js +0 -33
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { getCurrentInstance as
|
|
1
|
+
import { getCurrentInstance as xt, inject as $n, ref as Ue, shallowRef as Kn, computed as te, watch as St, onMounted as Xt, onUnmounted as An, defineComponent as ye, h as Sn, createVNode as _e, Text as Qn, Fragment as Ie, resolveComponent as Ye, createBlock as Se, openBlock as B, withCtx as be, createElementVNode as ae, createElementBlock as se, toDisplayString as Ae, unref as H, renderList as he, renderSlot as ge, createCommentVNode as Oe, createTextVNode as zn, useSlots as qn, normalizeStyle as ct, normalizeClass as qe, toRef as zt, createSlots as Fe, nextTick as es, mergeModels as qt, useModel as ts } from "vue";
|
|
2
2
|
import { useI18n as _t, useCoreStore as ns } from "@feedmepos/mf-common";
|
|
3
3
|
import "@vue/devtools-api";
|
|
4
|
-
import { p as Dt, j as ss, x as as, y as yt, z as rs, l as ls, $ as kt } from "./index-
|
|
5
|
-
import { d as ut, g as os, b as is } from "./iteration-
|
|
6
|
-
import { O as cs, p as us, u as me, k as ms, P as Tt } from "./app-
|
|
7
|
-
import { u as ds } from "./index-
|
|
8
|
-
import { u as fs } from "./useAppStore-
|
|
4
|
+
import { p as Dt, j as ss, x as as, y as yt, z as rs, l as ls, $ as kt } from "./index-BLm_-G4e.js";
|
|
5
|
+
import { d as ut, g as os, b as is } from "./iteration-J_5O7DIo.js";
|
|
6
|
+
import { O as cs, p as us, u as me, k as ms, P as Tt } from "./app-h2mRYtCE.js";
|
|
7
|
+
import { u as ds } from "./index-CBgvOHm7.js";
|
|
8
|
+
import { u as fs } from "./useAppStore-CEidzV7L.js";
|
|
9
9
|
/*!
|
|
10
10
|
* shared v10.0.5
|
|
11
11
|
* (c) 2024 kazuya kawaguchi
|
|
12
12
|
* Released under the MIT License.
|
|
13
13
|
*/
|
|
14
|
-
const en = typeof window < "u", Ve = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), _s = (e, t, n) => ps({ l: e, k: t, s: n }), ps = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), de = (e) => typeof e == "number" && isFinite(e),
|
|
14
|
+
const en = typeof window < "u", Ve = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), _s = (e, t, n) => ps({ l: e, k: t, s: n }), ps = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), de = (e) => typeof e == "number" && isFinite(e), hs = (e) => Yt(e) === "[object Date]", dt = (e) => Yt(e) === "[object RegExp]", pt = (e) => $(e) && Object.keys(e).length === 0, fe = Object.assign, bs = Object.create, q = (e = null) => bs(e);
|
|
15
15
|
let tn;
|
|
16
16
|
const je = () => tn || (tn = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : q());
|
|
17
17
|
function nn(e) {
|
|
18
18
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const gs = Object.prototype.hasOwnProperty;
|
|
21
21
|
function Ne(e, t) {
|
|
22
|
-
return
|
|
22
|
+
return gs.call(e, t);
|
|
23
23
|
}
|
|
24
|
-
const ue = Array.isArray, le = (e) => typeof e == "function", F = (e) => typeof e == "string", ce = (e) => typeof e == "boolean", K = (e) => e !== null && typeof e == "object", vs = (e) => K(e) && le(e.then) && le(e.catch), Dn = Object.prototype.toString, Yt = (e) => Dn.call(e),
|
|
24
|
+
const ue = Array.isArray, le = (e) => typeof e == "function", F = (e) => typeof e == "string", ce = (e) => typeof e == "boolean", K = (e) => e !== null && typeof e == "object", vs = (e) => K(e) && le(e.then) && le(e.catch), Dn = Object.prototype.toString, Yt = (e) => Dn.call(e), $ = (e) => Yt(e) === "[object Object]", Es = (e) => e == null ? "" : ue(e) || $(e) && e.toString === Dn ? JSON.stringify(e, null, 2) : String(e);
|
|
25
25
|
function Zt(e, t = "") {
|
|
26
26
|
return e.reduce((n, s, l) => l === 0 ? n + s : n + t + s, "");
|
|
27
27
|
}
|
|
@@ -43,7 +43,7 @@ function mt(e, t) {
|
|
|
43
43
|
function Ns(e, t, n) {
|
|
44
44
|
return { line: e, column: t, offset: n };
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function wt(e, t, n) {
|
|
47
47
|
return { start: e, end: t };
|
|
48
48
|
}
|
|
49
49
|
const z = {
|
|
@@ -64,7 +64,7 @@ const z = {
|
|
|
64
64
|
UNEXPECTED_EMPTY_LINKED_KEY: 13,
|
|
65
65
|
UNEXPECTED_LEXICAL_ANALYSIS: 14
|
|
66
66
|
}, ys = 17;
|
|
67
|
-
function
|
|
67
|
+
function ht(e, t, n = {}) {
|
|
68
68
|
const { domain: s, messages: l, args: a } = n, c = e, m = new SyntaxError(String(c));
|
|
69
69
|
return m.code = e, t && (m.location = t), m.domain = s, m;
|
|
70
70
|
}
|
|
@@ -73,10 +73,10 @@ function ks(e) {
|
|
|
73
73
|
}
|
|
74
74
|
const Te = " ", Ts = "\r", pe = `
|
|
75
75
|
`, Os = "\u2028", Ls = "\u2029";
|
|
76
|
-
function
|
|
76
|
+
function Rs(e) {
|
|
77
77
|
const t = e;
|
|
78
78
|
let n = 0, s = 1, l = 1, a = 0;
|
|
79
|
-
const c = (
|
|
79
|
+
const c = (g) => t[g] === Ts && t[g + 1] === pe, m = (g) => t[g] === pe, u = (g) => t[g] === Ls, p = (g) => t[g] === Os, O = (g) => c(g) || m(g) || u(g) || p(g), R = () => n, N = () => s, P = () => l, V = () => a, L = (g) => c(g) || u(g) || p(g) ? pe : t[g], w = () => L(n), i = () => L(n + a);
|
|
80
80
|
function d() {
|
|
81
81
|
return a = 0, O(n) && (s++, l = 0), c(n) && n++, n++, l++, t[n];
|
|
82
82
|
}
|
|
@@ -86,33 +86,33 @@ function Cs(e) {
|
|
|
86
86
|
function _() {
|
|
87
87
|
n = 0, s = 1, l = 1, a = 0;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
90
|
-
a =
|
|
89
|
+
function M(g = 0) {
|
|
90
|
+
a = g;
|
|
91
91
|
}
|
|
92
92
|
function S() {
|
|
93
|
-
const
|
|
94
|
-
for (;
|
|
93
|
+
const g = n + a;
|
|
94
|
+
for (; g !== n; )
|
|
95
95
|
d();
|
|
96
96
|
a = 0;
|
|
97
97
|
}
|
|
98
98
|
return {
|
|
99
|
-
index:
|
|
99
|
+
index: R,
|
|
100
100
|
line: N,
|
|
101
101
|
column: P,
|
|
102
102
|
peekOffset: V,
|
|
103
103
|
charAt: L,
|
|
104
|
-
currentChar:
|
|
104
|
+
currentChar: w,
|
|
105
105
|
currentPeek: i,
|
|
106
106
|
next: d,
|
|
107
107
|
peek: y,
|
|
108
108
|
reset: _,
|
|
109
|
-
resetPeek:
|
|
109
|
+
resetPeek: M,
|
|
110
110
|
skipToPeek: S
|
|
111
111
|
};
|
|
112
112
|
}
|
|
113
|
-
const
|
|
113
|
+
const Ce = void 0, Cs = ".", sn = "'", As = "tokenizer";
|
|
114
114
|
function Ss(e, t = {}) {
|
|
115
|
-
const n = t.location !== !1, s =
|
|
115
|
+
const n = t.location !== !1, s = Rs(e), l = () => s.index(), a = () => Ns(s.line(), s.column(), s.index()), c = a(), m = l(), u = {
|
|
116
116
|
currentType: 13,
|
|
117
117
|
offset: m,
|
|
118
118
|
startLoc: c,
|
|
@@ -125,20 +125,20 @@ function Ss(e, t = {}) {
|
|
|
125
125
|
inLinked: !1,
|
|
126
126
|
text: ""
|
|
127
127
|
}, p = () => u, { onError: O } = t;
|
|
128
|
-
function
|
|
128
|
+
function R(r, o, b, ...U) {
|
|
129
129
|
const oe = p();
|
|
130
|
-
if (o.column +=
|
|
131
|
-
const Y = n ?
|
|
130
|
+
if (o.column += b, o.offset += b, O) {
|
|
131
|
+
const Y = n ? wt(oe.startLoc, o) : null, f = ht(r, Y, {
|
|
132
132
|
domain: As,
|
|
133
133
|
args: U
|
|
134
134
|
});
|
|
135
135
|
O(f);
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
function N(r, o,
|
|
138
|
+
function N(r, o, b) {
|
|
139
139
|
r.endLoc = a(), r.currentType = o;
|
|
140
140
|
const U = { type: o };
|
|
141
|
-
return n && (U.loc =
|
|
141
|
+
return n && (U.loc = wt(r.startLoc, r.endLoc)), b != null && (U.value = b), U;
|
|
142
142
|
}
|
|
143
143
|
const P = (r) => N(
|
|
144
144
|
r,
|
|
@@ -146,7 +146,7 @@ function Ss(e, t = {}) {
|
|
|
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) : (R(z.EXPECTED_TOKEN, a(), 0, o), "");
|
|
150
150
|
}
|
|
151
151
|
function L(r) {
|
|
152
152
|
let o = "";
|
|
@@ -154,12 +154,12 @@ function Ss(e, t = {}) {
|
|
|
154
154
|
o += r.currentPeek(), r.peek();
|
|
155
155
|
return o;
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function w(r) {
|
|
158
158
|
const o = L(r);
|
|
159
159
|
return r.skipToPeek(), o;
|
|
160
160
|
}
|
|
161
161
|
function i(r) {
|
|
162
|
-
if (r ===
|
|
162
|
+
if (r === Ce)
|
|
163
163
|
return !1;
|
|
164
164
|
const o = r.charCodeAt(0);
|
|
165
165
|
return o >= 97 && o <= 122 || // a-z
|
|
@@ -167,62 +167,62 @@ function Ss(e, t = {}) {
|
|
|
167
167
|
o === 95;
|
|
168
168
|
}
|
|
169
169
|
function d(r) {
|
|
170
|
-
if (r ===
|
|
170
|
+
if (r === Ce)
|
|
171
171
|
return !1;
|
|
172
172
|
const o = r.charCodeAt(0);
|
|
173
173
|
return o >= 48 && o <= 57;
|
|
174
174
|
}
|
|
175
175
|
function y(r, o) {
|
|
176
|
-
const { currentType:
|
|
177
|
-
if (
|
|
176
|
+
const { currentType: b } = o;
|
|
177
|
+
if (b !== 2)
|
|
178
178
|
return !1;
|
|
179
179
|
L(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: b } = o;
|
|
185
|
+
if (b !== 2)
|
|
186
186
|
return !1;
|
|
187
187
|
L(r);
|
|
188
188
|
const U = r.currentPeek() === "-" ? r.peek() : r.currentPeek(), oe = d(U);
|
|
189
189
|
return r.resetPeek(), oe;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
192
|
-
const { currentType:
|
|
193
|
-
if (
|
|
191
|
+
function M(r, o) {
|
|
192
|
+
const { currentType: b } = o;
|
|
193
|
+
if (b !== 2)
|
|
194
194
|
return !1;
|
|
195
195
|
L(r);
|
|
196
196
|
const U = r.currentPeek() === sn;
|
|
197
197
|
return r.resetPeek(), U;
|
|
198
198
|
}
|
|
199
199
|
function S(r, o) {
|
|
200
|
-
const { currentType:
|
|
201
|
-
if (
|
|
200
|
+
const { currentType: b } = o;
|
|
201
|
+
if (b !== 7)
|
|
202
202
|
return !1;
|
|
203
203
|
L(r);
|
|
204
204
|
const U = r.currentPeek() === ".";
|
|
205
205
|
return r.resetPeek(), U;
|
|
206
206
|
}
|
|
207
|
-
function
|
|
208
|
-
const { currentType:
|
|
209
|
-
if (
|
|
207
|
+
function g(r, o) {
|
|
208
|
+
const { currentType: b } = o;
|
|
209
|
+
if (b !== 8)
|
|
210
210
|
return !1;
|
|
211
211
|
L(r);
|
|
212
212
|
const U = i(r.currentPeek());
|
|
213
213
|
return r.resetPeek(), U;
|
|
214
214
|
}
|
|
215
215
|
function v(r, o) {
|
|
216
|
-
const { currentType:
|
|
217
|
-
if (!(
|
|
216
|
+
const { currentType: b } = o;
|
|
217
|
+
if (!(b === 7 || b === 11))
|
|
218
218
|
return !1;
|
|
219
219
|
L(r);
|
|
220
220
|
const U = r.currentPeek() === ":";
|
|
221
221
|
return r.resetPeek(), U;
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
const { currentType:
|
|
225
|
-
if (
|
|
223
|
+
function h(r, o) {
|
|
224
|
+
const { currentType: b } = o;
|
|
225
|
+
if (b !== 9)
|
|
226
226
|
return !1;
|
|
227
227
|
const U = () => {
|
|
228
228
|
const Y = r.currentPeek();
|
|
@@ -236,17 +236,17 @@ function Ss(e, t = {}) {
|
|
|
236
236
|
return r.resetPeek(), o;
|
|
237
237
|
}
|
|
238
238
|
function A(r, o = !0) {
|
|
239
|
-
const
|
|
239
|
+
const b = (oe = !1, Y = "") => {
|
|
240
240
|
const f = r.currentPeek();
|
|
241
|
-
return f === "{" || f === "@" || !f ? oe : f === "|" ? !(Y === Te || Y === pe) : f === Te ? (r.peek(),
|
|
242
|
-
}, U =
|
|
241
|
+
return f === "{" || f === "@" || !f ? oe : f === "|" ? !(Y === Te || Y === pe) : f === Te ? (r.peek(), b(!0, Te)) : f === pe ? (r.peek(), b(!0, pe)) : !0;
|
|
242
|
+
}, U = b();
|
|
243
243
|
return o && r.resetPeek(), U;
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
const
|
|
247
|
-
return
|
|
245
|
+
function C(r, o) {
|
|
246
|
+
const b = r.currentChar();
|
|
247
|
+
return b === Ce ? Ce : o(b) ? (r.next(), b) : null;
|
|
248
248
|
}
|
|
249
|
-
function
|
|
249
|
+
function W(r) {
|
|
250
250
|
const o = r.charCodeAt(0);
|
|
251
251
|
return o >= 97 && o <= 122 || // a-z
|
|
252
252
|
o >= 65 && o <= 90 || // A-Z
|
|
@@ -254,8 +254,8 @@ function Ss(e, t = {}) {
|
|
|
254
254
|
o === 95 || // _
|
|
255
255
|
o === 36;
|
|
256
256
|
}
|
|
257
|
-
function
|
|
258
|
-
return
|
|
257
|
+
function G(r) {
|
|
258
|
+
return C(r, W);
|
|
259
259
|
}
|
|
260
260
|
function D(r) {
|
|
261
261
|
const o = r.charCodeAt(0);
|
|
@@ -267,71 +267,71 @@ function Ss(e, t = {}) {
|
|
|
267
267
|
o === 45;
|
|
268
268
|
}
|
|
269
269
|
function T(r) {
|
|
270
|
-
return
|
|
270
|
+
return C(r, D);
|
|
271
271
|
}
|
|
272
272
|
function k(r) {
|
|
273
273
|
const o = r.charCodeAt(0);
|
|
274
274
|
return o >= 48 && o <= 57;
|
|
275
275
|
}
|
|
276
276
|
function Z(r) {
|
|
277
|
-
return
|
|
277
|
+
return C(r, k);
|
|
278
278
|
}
|
|
279
|
-
function
|
|
279
|
+
function x(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 C(r, x);
|
|
287
287
|
}
|
|
288
288
|
function ne(r) {
|
|
289
|
-
let o = "",
|
|
289
|
+
let o = "", b = "";
|
|
290
290
|
for (; o = Z(r); )
|
|
291
|
-
|
|
292
|
-
return
|
|
291
|
+
b += o;
|
|
292
|
+
return b;
|
|
293
293
|
}
|
|
294
|
-
function
|
|
294
|
+
function J(r) {
|
|
295
295
|
let o = "";
|
|
296
296
|
for (; ; ) {
|
|
297
|
-
const
|
|
298
|
-
if (
|
|
297
|
+
const b = r.currentChar();
|
|
298
|
+
if (b === "{" || b === "}" || b === "@" || b === "|" || !b)
|
|
299
299
|
break;
|
|
300
|
-
if (
|
|
300
|
+
if (b === Te || b === pe)
|
|
301
301
|
if (A(r))
|
|
302
|
-
o +=
|
|
302
|
+
o += b, r.next();
|
|
303
303
|
else {
|
|
304
304
|
if (I(r))
|
|
305
305
|
break;
|
|
306
|
-
o +=
|
|
306
|
+
o += b, r.next();
|
|
307
307
|
}
|
|
308
308
|
else
|
|
309
|
-
o +=
|
|
309
|
+
o += b, r.next();
|
|
310
310
|
}
|
|
311
311
|
return o;
|
|
312
312
|
}
|
|
313
313
|
function X(r) {
|
|
314
|
-
|
|
315
|
-
let o = "",
|
|
314
|
+
w(r);
|
|
315
|
+
let o = "", b = "";
|
|
316
316
|
for (; o = T(r); )
|
|
317
|
-
|
|
318
|
-
return r.currentChar() ===
|
|
317
|
+
b += o;
|
|
318
|
+
return r.currentChar() === Ce && R(z.UNTERMINATED_CLOSING_BRACE, a(), 0), b;
|
|
319
319
|
}
|
|
320
320
|
function Q(r) {
|
|
321
|
-
|
|
321
|
+
w(r);
|
|
322
322
|
let o = "";
|
|
323
|
-
return r.currentChar() === "-" ? (r.next(), o += `-${ne(r)}`) : o += ne(r), r.currentChar() ===
|
|
323
|
+
return r.currentChar() === "-" ? (r.next(), o += `-${ne(r)}`) : o += ne(r), r.currentChar() === Ce && R(z.UNTERMINATED_CLOSING_BRACE, a(), 0), o;
|
|
324
324
|
}
|
|
325
|
-
function
|
|
325
|
+
function Me(r) {
|
|
326
326
|
return r !== sn && r !== pe;
|
|
327
327
|
}
|
|
328
328
|
function re(r) {
|
|
329
|
-
|
|
330
|
-
let o = "",
|
|
331
|
-
for (; o =
|
|
332
|
-
o === "\\" ?
|
|
329
|
+
w(r), V(r, "'");
|
|
330
|
+
let o = "", b = "";
|
|
331
|
+
for (; o = C(r, Me); )
|
|
332
|
+
o === "\\" ? b += Ee(r) : b += o;
|
|
333
333
|
const U = r.currentChar();
|
|
334
|
-
return U === pe || U ===
|
|
334
|
+
return U === pe || U === Ce ? (R(z.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), U === pe && (r.next(), V(r, "'")), b) : (V(r, "'"), b);
|
|
335
335
|
}
|
|
336
336
|
function Ee(r) {
|
|
337
337
|
const o = r.currentChar();
|
|
@@ -340,101 +340,101 @@ function Ss(e, t = {}) {
|
|
|
340
340
|
case "'":
|
|
341
341
|
return r.next(), `\\${o}`;
|
|
342
342
|
case "u":
|
|
343
|
-
return
|
|
343
|
+
return Je(r, o, 4);
|
|
344
344
|
case "U":
|
|
345
|
-
return
|
|
345
|
+
return Je(r, o, 6);
|
|
346
346
|
default:
|
|
347
|
-
return
|
|
347
|
+
return R(z.UNKNOWN_ESCAPE_SEQUENCE, a(), 0, o), "";
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
function
|
|
350
|
+
function Je(r, o, b) {
|
|
351
351
|
V(r, o);
|
|
352
352
|
let U = "";
|
|
353
|
-
for (let oe = 0; oe <
|
|
353
|
+
for (let oe = 0; oe < b; oe++) {
|
|
354
354
|
const Y = j(r);
|
|
355
355
|
if (!Y) {
|
|
356
|
-
|
|
356
|
+
R(z.INVALID_UNICODE_ESCAPE_SEQUENCE, a(), 0, `\\${o}${U}${r.currentChar()}`);
|
|
357
357
|
break;
|
|
358
358
|
}
|
|
359
359
|
U += Y;
|
|
360
360
|
}
|
|
361
361
|
return `\\${o}${U}`;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
363
|
+
function $e(r) {
|
|
364
364
|
return r !== "{" && r !== "}" && r !== Te && r !== pe;
|
|
365
365
|
}
|
|
366
366
|
function vt(r) {
|
|
367
|
-
|
|
368
|
-
let o = "",
|
|
369
|
-
for (; o =
|
|
370
|
-
|
|
371
|
-
return
|
|
367
|
+
w(r);
|
|
368
|
+
let o = "", b = "";
|
|
369
|
+
for (; o = C(r, $e); )
|
|
370
|
+
b += o;
|
|
371
|
+
return b;
|
|
372
372
|
}
|
|
373
373
|
function Et(r) {
|
|
374
|
-
let o = "",
|
|
375
|
-
for (; o =
|
|
376
|
-
|
|
377
|
-
return
|
|
374
|
+
let o = "", b = "";
|
|
375
|
+
for (; o = G(r); )
|
|
376
|
+
b += o;
|
|
377
|
+
return b;
|
|
378
378
|
}
|
|
379
379
|
function It(r) {
|
|
380
|
-
const o = (
|
|
380
|
+
const o = (b) => {
|
|
381
381
|
const U = r.currentChar();
|
|
382
|
-
return U === "{" || U === "@" || U === "|" || U === "(" || U === ")" || !U || U === Te ?
|
|
382
|
+
return U === "{" || U === "@" || U === "|" || U === "(" || U === ")" || !U || U === Te ? b : (b += U, r.next(), o(b));
|
|
383
383
|
};
|
|
384
384
|
return o("");
|
|
385
385
|
}
|
|
386
386
|
function Ke(r) {
|
|
387
|
-
|
|
387
|
+
w(r);
|
|
388
388
|
const o = V(
|
|
389
389
|
r,
|
|
390
390
|
"|"
|
|
391
391
|
/* TokenChars.Pipe */
|
|
392
392
|
);
|
|
393
|
-
return
|
|
393
|
+
return w(r), o;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
396
|
-
let
|
|
395
|
+
function Ge(r, o) {
|
|
396
|
+
let b = null;
|
|
397
397
|
switch (r.currentChar()) {
|
|
398
398
|
case "{":
|
|
399
|
-
return o.braceNest >= 1 &&
|
|
399
|
+
return o.braceNest >= 1 && R(z.NOT_ALLOW_NEST_PLACEHOLDER, a(), 0), r.next(), b = N(
|
|
400
400
|
o,
|
|
401
401
|
2,
|
|
402
402
|
"{"
|
|
403
403
|
/* TokenChars.BraceLeft */
|
|
404
|
-
),
|
|
404
|
+
), w(r), o.braceNest++, b;
|
|
405
405
|
case "}":
|
|
406
|
-
return o.braceNest > 0 && o.currentType === 2 &&
|
|
406
|
+
return o.braceNest > 0 && o.currentType === 2 && R(z.EMPTY_PLACEHOLDER, a(), 0), r.next(), b = N(
|
|
407
407
|
o,
|
|
408
408
|
3,
|
|
409
409
|
"}"
|
|
410
410
|
/* TokenChars.BraceRight */
|
|
411
|
-
), o.braceNest--, o.braceNest > 0 &&
|
|
411
|
+
), o.braceNest--, o.braceNest > 0 && w(r), o.inLinked && o.braceNest === 0 && (o.inLinked = !1), b;
|
|
412
412
|
case "@":
|
|
413
|
-
return o.braceNest > 0 &&
|
|
413
|
+
return o.braceNest > 0 && R(z.UNTERMINATED_CLOSING_BRACE, a(), 0), b = We(r, o) || P(o), o.braceNest = 0, b;
|
|
414
414
|
default: {
|
|
415
415
|
let oe = !0, Y = !0, f = !0;
|
|
416
416
|
if (I(r))
|
|
417
|
-
return o.braceNest > 0 &&
|
|
417
|
+
return o.braceNest > 0 && R(z.UNTERMINATED_CLOSING_BRACE, a(), 0), b = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, b;
|
|
418
418
|
if (o.braceNest > 0 && (o.currentType === 4 || o.currentType === 5 || o.currentType === 6))
|
|
419
|
-
return
|
|
419
|
+
return R(z.UNTERMINATED_CLOSING_BRACE, a(), 0), o.braceNest = 0, Qe(r, o);
|
|
420
420
|
if (oe = y(r, o))
|
|
421
|
-
return
|
|
421
|
+
return b = N(o, 4, X(r)), w(r), b;
|
|
422
422
|
if (Y = _(r, o))
|
|
423
|
-
return
|
|
424
|
-
if (f =
|
|
425
|
-
return
|
|
423
|
+
return b = N(o, 5, Q(r)), w(r), b;
|
|
424
|
+
if (f = M(r, o))
|
|
425
|
+
return b = N(o, 6, re(r)), w(r), b;
|
|
426
426
|
if (!oe && !Y && !f)
|
|
427
|
-
return
|
|
427
|
+
return b = N(o, 12, vt(r)), R(z.INVALID_TOKEN_IN_PLACEHOLDER, a(), 0, b.value), w(r), b;
|
|
428
428
|
break;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
return
|
|
431
|
+
return b;
|
|
432
432
|
}
|
|
433
|
-
function
|
|
434
|
-
const { currentType:
|
|
433
|
+
function We(r, o) {
|
|
434
|
+
const { currentType: b } = o;
|
|
435
435
|
let U = null;
|
|
436
436
|
const oe = r.currentChar();
|
|
437
|
-
switch ((
|
|
437
|
+
switch ((b === 7 || b === 8 || b === 11 || b === 9) && (oe === pe || oe === Te) && R(z.INVALID_LINKED_FORMAT, a(), 0), oe) {
|
|
438
438
|
case "@":
|
|
439
439
|
return r.next(), U = N(
|
|
440
440
|
o,
|
|
@@ -443,57 +443,57 @@ function Ss(e, t = {}) {
|
|
|
443
443
|
/* TokenChars.LinkedAlias */
|
|
444
444
|
), o.inLinked = !0, U;
|
|
445
445
|
case ".":
|
|
446
|
-
return
|
|
446
|
+
return w(r), r.next(), N(
|
|
447
447
|
o,
|
|
448
448
|
8,
|
|
449
449
|
"."
|
|
450
450
|
/* TokenChars.LinkedDot */
|
|
451
451
|
);
|
|
452
452
|
case ":":
|
|
453
|
-
return
|
|
453
|
+
return w(r), r.next(), N(
|
|
454
454
|
o,
|
|
455
455
|
9,
|
|
456
456
|
":"
|
|
457
457
|
/* TokenChars.LinkedDelimiter */
|
|
458
458
|
);
|
|
459
459
|
default:
|
|
460
|
-
return I(r) ? (U = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, U) : S(r, o) || v(r, o) ? (
|
|
460
|
+
return I(r) ? (U = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, U) : S(r, o) || v(r, o) ? (w(r), We(r, o)) : g(r, o) ? (w(r), N(o, 11, Et(r))) : h(r, o) ? (w(r), oe === "{" ? Ge(r, o) || U : N(o, 10, It(r))) : (b === 7 && R(z.INVALID_LINKED_FORMAT, a(), 0), o.braceNest = 0, o.inLinked = !1, Qe(r, o));
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
function Qe(r, o) {
|
|
464
|
-
let
|
|
464
|
+
let b = {
|
|
465
465
|
type: 13
|
|
466
466
|
/* TokenTypes.EOF */
|
|
467
467
|
};
|
|
468
468
|
if (o.braceNest > 0)
|
|
469
|
-
return
|
|
469
|
+
return Ge(r, o) || P(o);
|
|
470
470
|
if (o.inLinked)
|
|
471
|
-
return
|
|
471
|
+
return We(r, o) || P(o);
|
|
472
472
|
switch (r.currentChar()) {
|
|
473
473
|
case "{":
|
|
474
|
-
return
|
|
474
|
+
return Ge(r, o) || P(o);
|
|
475
475
|
case "}":
|
|
476
|
-
return
|
|
476
|
+
return R(z.UNBALANCED_CLOSING_BRACE, a(), 0), r.next(), N(
|
|
477
477
|
o,
|
|
478
478
|
3,
|
|
479
479
|
"}"
|
|
480
480
|
/* TokenChars.BraceRight */
|
|
481
481
|
);
|
|
482
482
|
case "@":
|
|
483
|
-
return
|
|
483
|
+
return We(r, o) || P(o);
|
|
484
484
|
default: {
|
|
485
485
|
if (I(r))
|
|
486
|
-
return
|
|
486
|
+
return b = N(o, 1, Ke(r)), o.braceNest = 0, o.inLinked = !1, b;
|
|
487
487
|
if (A(r))
|
|
488
|
-
return N(o, 0,
|
|
488
|
+
return N(o, 0, J(r));
|
|
489
489
|
break;
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
return
|
|
492
|
+
return b;
|
|
493
493
|
}
|
|
494
494
|
function Nt() {
|
|
495
|
-
const { currentType: r, offset: o, startLoc:
|
|
496
|
-
return u.lastType = r, u.lastOffset = o, u.lastStartLoc =
|
|
495
|
+
const { currentType: r, offset: o, startLoc: b, endLoc: U } = u;
|
|
496
|
+
return u.lastType = r, u.lastOffset = o, u.lastStartLoc = b, u.lastEndLoc = U, u.offset = l(), u.startLoc = a(), s.currentChar() === Ce ? N(
|
|
497
497
|
u,
|
|
498
498
|
13
|
|
499
499
|
/* TokenTypes.EOF */
|
|
@@ -506,8 +506,8 @@ function Ss(e, t = {}) {
|
|
|
506
506
|
context: p
|
|
507
507
|
};
|
|
508
508
|
}
|
|
509
|
-
const Ds = "parser",
|
|
510
|
-
function
|
|
509
|
+
const Ds = "parser", ws = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
510
|
+
function Ms(e, t, n) {
|
|
511
511
|
switch (e) {
|
|
512
512
|
case "\\\\":
|
|
513
513
|
return "\\";
|
|
@@ -521,12 +521,12 @@ function ws(e, t, n) {
|
|
|
521
521
|
}
|
|
522
522
|
function Ps(e = {}) {
|
|
523
523
|
const t = e.location !== !1, { onError: n } = e;
|
|
524
|
-
function s(i, d, y, _, ...
|
|
524
|
+
function s(i, d, y, _, ...M) {
|
|
525
525
|
const S = i.currentPosition();
|
|
526
526
|
if (S.offset += _, S.column += _, n) {
|
|
527
|
-
const
|
|
527
|
+
const g = t ? wt(y, S) : null, v = ht(d, g, {
|
|
528
528
|
domain: Ds,
|
|
529
|
-
args:
|
|
529
|
+
args: M
|
|
530
530
|
});
|
|
531
531
|
n(v);
|
|
532
532
|
}
|
|
@@ -543,27 +543,27 @@ function Ps(e = {}) {
|
|
|
543
543
|
return _.value = d, a(_, i.currentOffset(), i.currentPosition()), _;
|
|
544
544
|
}
|
|
545
545
|
function m(i, d) {
|
|
546
|
-
const y = i.context(), { lastOffset: _, lastStartLoc:
|
|
546
|
+
const y = i.context(), { lastOffset: _, lastStartLoc: M } = y, S = l(5, _, M);
|
|
547
547
|
return S.index = parseInt(d, 10), i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
548
548
|
}
|
|
549
549
|
function u(i, d) {
|
|
550
|
-
const y = i.context(), { lastOffset: _, lastStartLoc:
|
|
550
|
+
const y = i.context(), { lastOffset: _, lastStartLoc: M } = y, S = l(4, _, M);
|
|
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 y = i.context(), { lastOffset: _, lastStartLoc:
|
|
555
|
-
return S.value = d.replace(
|
|
554
|
+
const y = i.context(), { lastOffset: _, lastStartLoc: M } = y, S = l(9, _, M);
|
|
555
|
+
return S.value = d.replace(ws, Ms), i.nextToken(), a(S, i.currentOffset(), i.currentPosition()), S;
|
|
556
556
|
}
|
|
557
557
|
function O(i) {
|
|
558
|
-
const d = i.nextToken(), y = i.context(), { lastOffset: _, lastStartLoc:
|
|
559
|
-
return d.type !== 11 ? (s(i, z.UNEXPECTED_EMPTY_LINKED_MODIFIER, y.lastStartLoc, 0), S.value = "", a(S, _,
|
|
558
|
+
const d = i.nextToken(), y = i.context(), { lastOffset: _, lastStartLoc: M } = y, S = l(8, _, M);
|
|
559
|
+
return d.type !== 11 ? (s(i, z.UNEXPECTED_EMPTY_LINKED_MODIFIER, y.lastStartLoc, 0), S.value = "", a(S, _, M), {
|
|
560
560
|
nextConsumeToken: d,
|
|
561
561
|
node: S
|
|
562
562
|
}) : (d.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, y.lastStartLoc, 0, ke(d)), S.value = d.value || "", a(S, i.currentOffset(), i.currentPosition()), {
|
|
563
563
|
node: S
|
|
564
564
|
});
|
|
565
565
|
}
|
|
566
|
-
function
|
|
566
|
+
function R(i, d) {
|
|
567
567
|
const y = i.context(), _ = l(7, y.offset, y.startLoc);
|
|
568
568
|
return _.value = d, a(_, i.currentOffset(), i.currentPosition()), _;
|
|
569
569
|
}
|
|
@@ -571,12 +571,12 @@ function Ps(e = {}) {
|
|
|
571
571
|
const d = i.context(), y = l(6, d.offset, d.startLoc);
|
|
572
572
|
let _ = i.nextToken();
|
|
573
573
|
if (_.type === 8) {
|
|
574
|
-
const
|
|
575
|
-
y.modifier =
|
|
574
|
+
const M = O(i);
|
|
575
|
+
y.modifier = M.node, _ = M.nextConsumeToken || i.nextToken();
|
|
576
576
|
}
|
|
577
577
|
switch (_.type !== 9 && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), _ = i.nextToken(), _.type === 2 && (_ = i.nextToken()), _.type) {
|
|
578
578
|
case 10:
|
|
579
|
-
_.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), y.key =
|
|
579
|
+
_.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), y.key = R(i, _.value || "");
|
|
580
580
|
break;
|
|
581
581
|
case 4:
|
|
582
582
|
_.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(_)), y.key = u(i, _.value || "");
|
|
@@ -589,8 +589,8 @@ function Ps(e = {}) {
|
|
|
589
589
|
break;
|
|
590
590
|
default: {
|
|
591
591
|
s(i, z.UNEXPECTED_EMPTY_LINKED_KEY, d.lastStartLoc, 0);
|
|
592
|
-
const
|
|
593
|
-
return S.value = "", a(S,
|
|
592
|
+
const M = i.context(), S = l(7, M.offset, M.startLoc);
|
|
593
|
+
return S.value = "", a(S, M.offset, M.startLoc), y.key = S, a(y, M.offset, M.startLoc), {
|
|
594
594
|
nextConsumeToken: _,
|
|
595
595
|
node: y
|
|
596
596
|
};
|
|
@@ -601,54 +601,54 @@ function Ps(e = {}) {
|
|
|
601
601
|
};
|
|
602
602
|
}
|
|
603
603
|
function P(i) {
|
|
604
|
-
const d = i.context(), y = d.currentType === 1 ? i.currentOffset() : d.offset, _ = d.currentType === 1 ? d.endLoc : d.startLoc,
|
|
605
|
-
|
|
604
|
+
const d = i.context(), y = d.currentType === 1 ? i.currentOffset() : d.offset, _ = d.currentType === 1 ? d.endLoc : d.startLoc, M = l(2, y, _);
|
|
605
|
+
M.items = [];
|
|
606
606
|
let S = null;
|
|
607
607
|
do {
|
|
608
|
-
const
|
|
609
|
-
switch (S = null,
|
|
608
|
+
const h = S || i.nextToken();
|
|
609
|
+
switch (S = null, h.type) {
|
|
610
610
|
case 0:
|
|
611
|
-
|
|
611
|
+
h.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(h)), M.items.push(c(i, h.value || ""));
|
|
612
612
|
break;
|
|
613
613
|
case 5:
|
|
614
|
-
|
|
614
|
+
h.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(h)), M.items.push(m(i, h.value || ""));
|
|
615
615
|
break;
|
|
616
616
|
case 4:
|
|
617
|
-
|
|
617
|
+
h.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(h)), M.items.push(u(i, h.value || ""));
|
|
618
618
|
break;
|
|
619
619
|
case 6:
|
|
620
|
-
|
|
620
|
+
h.value == null && s(i, z.UNEXPECTED_LEXICAL_ANALYSIS, d.lastStartLoc, 0, ke(h)), M.items.push(p(i, h.value || ""));
|
|
621
621
|
break;
|
|
622
622
|
case 7: {
|
|
623
623
|
const I = N(i);
|
|
624
|
-
|
|
624
|
+
M.items.push(I.node), S = I.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 g = d.currentType === 1 ? d.lastOffset : i.currentOffset(), v = d.currentType === 1 ? d.lastEndLoc : i.currentPosition();
|
|
630
|
+
return a(M, g, v), M;
|
|
631
631
|
}
|
|
632
632
|
function V(i, d, y, _) {
|
|
633
|
-
const
|
|
633
|
+
const M = i.context();
|
|
634
634
|
let S = _.items.length === 0;
|
|
635
|
-
const
|
|
636
|
-
|
|
635
|
+
const g = l(1, d, y);
|
|
636
|
+
g.cases = [], g.cases.push(_);
|
|
637
637
|
do {
|
|
638
638
|
const v = P(i);
|
|
639
|
-
S || (S = v.items.length === 0),
|
|
640
|
-
} while (
|
|
641
|
-
return S && s(i, z.MUST_HAVE_MESSAGES_IN_PLURAL, y, 0), a(
|
|
639
|
+
S || (S = v.items.length === 0), g.cases.push(v);
|
|
640
|
+
} while (M.currentType !== 13);
|
|
641
|
+
return S && s(i, z.MUST_HAVE_MESSAGES_IN_PLURAL, y, 0), a(g, i.currentOffset(), i.currentPosition()), g;
|
|
642
642
|
}
|
|
643
643
|
function L(i) {
|
|
644
|
-
const d = i.context(), { offset: y, startLoc: _ } = d,
|
|
645
|
-
return d.currentType === 13 ?
|
|
644
|
+
const d = i.context(), { offset: y, startLoc: _ } = d, M = P(i);
|
|
645
|
+
return d.currentType === 13 ? M : V(i, y, _, M);
|
|
646
646
|
}
|
|
647
|
-
function
|
|
647
|
+
function w(i) {
|
|
648
648
|
const d = Ss(i, fe({}, e)), y = d.context(), _ = l(0, y.offset, y.startLoc);
|
|
649
649
|
return t && _.loc && (_.loc.source = i), _.body = L(d), e.onCacheKey && (_.cacheKey = e.onCacheKey(i)), y.currentType !== 13 && s(d, z.UNEXPECTED_LEXICAL_ANALYSIS, y.lastStartLoc, 0, i[y.offset] || ""), a(_, d.currentOffset(), d.currentPosition()), _;
|
|
650
650
|
}
|
|
651
|
-
return { parse:
|
|
651
|
+
return { parse: w };
|
|
652
652
|
}
|
|
653
653
|
function ke(e) {
|
|
654
654
|
if (e.type === 13)
|
|
@@ -665,9 +665,9 @@ function Fs(e, t = {}) {
|
|
|
665
665
|
}
|
|
666
666
|
function an(e, t) {
|
|
667
667
|
for (let n = 0; n < e.length; n++)
|
|
668
|
-
|
|
668
|
+
Bt(e[n], t);
|
|
669
669
|
}
|
|
670
|
-
function
|
|
670
|
+
function Bt(e, t) {
|
|
671
671
|
switch (e.type) {
|
|
672
672
|
case 1:
|
|
673
673
|
an(e.cases, t), t.helper(
|
|
@@ -679,7 +679,7 @@ function Ht(e, t) {
|
|
|
679
679
|
an(e.items, t);
|
|
680
680
|
break;
|
|
681
681
|
case 6: {
|
|
682
|
-
|
|
682
|
+
Bt(e.key, t), t.helper(
|
|
683
683
|
"linked"
|
|
684
684
|
/* HelperNameMap.LINKED */
|
|
685
685
|
), t.helper(
|
|
@@ -713,7 +713,7 @@ function js(e, t = {}) {
|
|
|
713
713
|
n.helper(
|
|
714
714
|
"normalize"
|
|
715
715
|
/* HelperNameMap.NORMALIZE */
|
|
716
|
-
), e.body &&
|
|
716
|
+
), e.body && Bt(e.body, n);
|
|
717
717
|
const s = n.context();
|
|
718
718
|
e.helpers = Array.from(s.helpers);
|
|
719
719
|
}
|
|
@@ -803,20 +803,20 @@ function Vs(e, t) {
|
|
|
803
803
|
};
|
|
804
804
|
a && e.loc && (c.source = e.loc.source);
|
|
805
805
|
const m = () => c;
|
|
806
|
-
function u(L,
|
|
806
|
+
function u(L, w) {
|
|
807
807
|
c.code += L;
|
|
808
808
|
}
|
|
809
|
-
function p(L,
|
|
810
|
-
const i =
|
|
809
|
+
function p(L, w = !0) {
|
|
810
|
+
const i = w ? s : "";
|
|
811
811
|
u(l ? i + " ".repeat(L) : i);
|
|
812
812
|
}
|
|
813
813
|
function O(L = !0) {
|
|
814
|
-
const
|
|
815
|
-
L && p(
|
|
814
|
+
const w = ++c.indentLevel;
|
|
815
|
+
L && p(w);
|
|
816
816
|
}
|
|
817
|
-
function
|
|
818
|
-
const
|
|
819
|
-
L && p(
|
|
817
|
+
function R(L = !0) {
|
|
818
|
+
const w = --c.indentLevel;
|
|
819
|
+
L && p(w);
|
|
820
820
|
}
|
|
821
821
|
function N() {
|
|
822
822
|
p(c.indentLevel);
|
|
@@ -825,20 +825,20 @@ function Vs(e, t) {
|
|
|
825
825
|
context: m,
|
|
826
826
|
push: u,
|
|
827
827
|
indent: O,
|
|
828
|
-
deindent:
|
|
828
|
+
deindent: R,
|
|
829
829
|
newline: N,
|
|
830
830
|
helper: (L) => `_${L}`,
|
|
831
831
|
needIndent: () => c.needIndent
|
|
832
832
|
};
|
|
833
833
|
}
|
|
834
|
-
function
|
|
834
|
+
function Gs(e, t) {
|
|
835
835
|
const { helper: n } = e;
|
|
836
836
|
e.push(`${n(
|
|
837
837
|
"linked"
|
|
838
838
|
/* HelperNameMap.LINKED */
|
|
839
839
|
)}(`), Ze(e, t.key), t.modifier ? (e.push(", "), Ze(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
|
|
840
840
|
}
|
|
841
|
-
function
|
|
841
|
+
function Ws(e, t) {
|
|
842
842
|
const { helper: n, needIndent: s } = e;
|
|
843
843
|
e.push(`${n(
|
|
844
844
|
"normalize"
|
|
@@ -849,7 +849,7 @@ function xs(e, t) {
|
|
|
849
849
|
e.push(", ");
|
|
850
850
|
e.deindent(s()), e.push("])");
|
|
851
851
|
}
|
|
852
|
-
function
|
|
852
|
+
function xs(e, t) {
|
|
853
853
|
const { helper: n, needIndent: s } = e;
|
|
854
854
|
if (t.cases.length > 1) {
|
|
855
855
|
e.push(`${n(
|
|
@@ -872,13 +872,13 @@ function Ze(e, t) {
|
|
|
872
872
|
Xs(e, t);
|
|
873
873
|
break;
|
|
874
874
|
case 1:
|
|
875
|
-
|
|
875
|
+
xs(e, t);
|
|
876
876
|
break;
|
|
877
877
|
case 2:
|
|
878
|
-
|
|
878
|
+
Ws(e, t);
|
|
879
879
|
break;
|
|
880
880
|
case 6:
|
|
881
|
-
|
|
881
|
+
Gs(e, t);
|
|
882
882
|
break;
|
|
883
883
|
case 8:
|
|
884
884
|
e.push(JSON.stringify(t.value), t);
|
|
@@ -934,21 +934,21 @@ function Zs(e, t = {}) {
|
|
|
934
934
|
const n = fe({}, t), s = !!n.jit, l = !!n.minify, a = n.optimize == null ? !0 : n.optimize, m = Ps(n).parse(e);
|
|
935
935
|
return s ? (a && Us(m), l && Xe(m), { ast: m, code: "" }) : (js(m, n), Ys(m, n));
|
|
936
936
|
}
|
|
937
|
-
var
|
|
938
|
-
function
|
|
937
|
+
var Bs = { env: { NODE_ENV: "production" } };
|
|
938
|
+
function Hs() {
|
|
939
939
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (je().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (je().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
940
940
|
}
|
|
941
941
|
function Ot(e) {
|
|
942
|
-
return (n) =>
|
|
942
|
+
return (n) => Js(n, e);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
944
|
+
function Js(e, t) {
|
|
945
945
|
const n = Ks(t);
|
|
946
946
|
if (n == null)
|
|
947
947
|
throw et(
|
|
948
948
|
0
|
|
949
949
|
/* NodeTypes.Resource */
|
|
950
950
|
);
|
|
951
|
-
if (
|
|
951
|
+
if (Ht(n) === 1) {
|
|
952
952
|
const a = zs(n);
|
|
953
953
|
return e.plural(a.reduce((c, m) => [
|
|
954
954
|
...c,
|
|
@@ -957,9 +957,9 @@ function $s(e, t) {
|
|
|
957
957
|
} else
|
|
958
958
|
return ln(e, n);
|
|
959
959
|
}
|
|
960
|
-
const
|
|
960
|
+
const $s = ["b", "body"];
|
|
961
961
|
function Ks(e) {
|
|
962
|
-
return De(e,
|
|
962
|
+
return De(e, $s);
|
|
963
963
|
}
|
|
964
964
|
const Qs = ["c", "cases"];
|
|
965
965
|
function zs(e) {
|
|
@@ -970,7 +970,7 @@ function ln(e, t) {
|
|
|
970
970
|
if (n != null)
|
|
971
971
|
return e.type === "text" ? n : e.normalize([n]);
|
|
972
972
|
{
|
|
973
|
-
const s = na(t).reduce((l, a) => [...l,
|
|
973
|
+
const s = na(t).reduce((l, a) => [...l, Mt(e, a)], []);
|
|
974
974
|
return e.normalize(s);
|
|
975
975
|
}
|
|
976
976
|
}
|
|
@@ -982,8 +982,8 @@ const ta = ["i", "items"];
|
|
|
982
982
|
function na(e) {
|
|
983
983
|
return De(e, ta, []);
|
|
984
984
|
}
|
|
985
|
-
function
|
|
986
|
-
const n =
|
|
985
|
+
function Mt(e, t) {
|
|
986
|
+
const n = Ht(t);
|
|
987
987
|
switch (n) {
|
|
988
988
|
case 3:
|
|
989
989
|
return lt(t, n);
|
|
@@ -1007,7 +1007,7 @@ function wt(e, t) {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
case 6: {
|
|
1009
1009
|
const s = t, l = la(s), a = ia(s);
|
|
1010
|
-
return e.linked(
|
|
1010
|
+
return e.linked(Mt(e, a), l ? Mt(e, l) : void 0, e.type);
|
|
1011
1011
|
}
|
|
1012
1012
|
case 7:
|
|
1013
1013
|
return lt(t, n);
|
|
@@ -1018,7 +1018,7 @@ function wt(e, t) {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
const sa = ["t", "type"];
|
|
1021
|
-
function
|
|
1021
|
+
function Ht(e) {
|
|
1022
1022
|
return De(e, sa);
|
|
1023
1023
|
}
|
|
1024
1024
|
const aa = ["v", "value"];
|
|
@@ -1055,8 +1055,8 @@ function et(e) {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
const ca = (e) => e;
|
|
1057
1057
|
let ot = q();
|
|
1058
|
-
function
|
|
1059
|
-
return K(e) &&
|
|
1058
|
+
function Be(e) {
|
|
1059
|
+
return K(e) && Ht(e) === 0 && (Ne(e, "b") || Ne(e, "body"));
|
|
1060
1060
|
}
|
|
1061
1061
|
function ua(e, t = {}) {
|
|
1062
1062
|
let n = !1;
|
|
@@ -1074,7 +1074,7 @@ function ma(e, t) {
|
|
|
1074
1074
|
return l;
|
|
1075
1075
|
const { ast: a, detectError: c } = ua(e, {
|
|
1076
1076
|
...t,
|
|
1077
|
-
location:
|
|
1077
|
+
location: Bs.env.NODE_ENV !== "production",
|
|
1078
1078
|
jit: !0
|
|
1079
1079
|
}), m = Ot(a);
|
|
1080
1080
|
return c ? m : ot[s] = m;
|
|
@@ -1111,11 +1111,11 @@ const Le = {
|
|
|
1111
1111
|
NOT_SUPPORT_LOCALE_PROMISE_VALUE: 21,
|
|
1112
1112
|
NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: 22,
|
|
1113
1113
|
NOT_SUPPORT_LOCALE_TYPE: 23
|
|
1114
|
-
},
|
|
1115
|
-
function
|
|
1116
|
-
return
|
|
1114
|
+
}, ha = 24;
|
|
1115
|
+
function Re(e) {
|
|
1116
|
+
return ht(e, null, void 0);
|
|
1117
1117
|
}
|
|
1118
|
-
function
|
|
1118
|
+
function Jt(e, t) {
|
|
1119
1119
|
return t.locale != null ? on(t.locale) : on(e.locale);
|
|
1120
1120
|
}
|
|
1121
1121
|
let Lt;
|
|
@@ -1128,20 +1128,20 @@ function on(e) {
|
|
|
1128
1128
|
if (e.constructor.name === "Function") {
|
|
1129
1129
|
const t = e();
|
|
1130
1130
|
if (vs(t))
|
|
1131
|
-
throw
|
|
1131
|
+
throw Re(Le.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
1132
1132
|
return Lt = t;
|
|
1133
1133
|
} else
|
|
1134
|
-
throw
|
|
1134
|
+
throw Re(Le.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
|
|
1135
1135
|
} else
|
|
1136
|
-
throw
|
|
1136
|
+
throw Re(Le.NOT_SUPPORT_LOCALE_TYPE);
|
|
1137
1137
|
}
|
|
1138
|
-
function
|
|
1138
|
+
function ba(e, t, n) {
|
|
1139
1139
|
return [.../* @__PURE__ */ new Set([
|
|
1140
1140
|
n,
|
|
1141
1141
|
...ue(t) ? t : K(t) ? Object.keys(t) : F(t) ? [t] : [n]
|
|
1142
1142
|
])];
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function wn(e, t, n) {
|
|
1145
1145
|
const s = F(n) ? n : ft, l = e;
|
|
1146
1146
|
l.__localeChainCache || (l.__localeChainCache = /* @__PURE__ */ new Map());
|
|
1147
1147
|
let a = l.__localeChainCache.get(s);
|
|
@@ -1150,7 +1150,7 @@ function Mn(e, t, n) {
|
|
|
1150
1150
|
let c = [n];
|
|
1151
1151
|
for (; ue(c); )
|
|
1152
1152
|
c = cn(a, c, t);
|
|
1153
|
-
const m = ue(t) ||
|
|
1153
|
+
const m = ue(t) || !$(t) ? t : t.default ? t.default : null;
|
|
1154
1154
|
c = F(m) ? [m] : m, ue(c) && cn(a, c, !1), l.__localeChainCache.set(s, a);
|
|
1155
1155
|
}
|
|
1156
1156
|
return a;
|
|
@@ -1159,11 +1159,11 @@ function cn(e, t, n) {
|
|
|
1159
1159
|
let s = !0;
|
|
1160
1160
|
for (let l = 0; l < t.length && ce(s); l++) {
|
|
1161
1161
|
const a = t[l];
|
|
1162
|
-
F(a) && (s =
|
|
1162
|
+
F(a) && (s = ga(e, t[l], n));
|
|
1163
1163
|
}
|
|
1164
1164
|
return s;
|
|
1165
1165
|
}
|
|
1166
|
-
function
|
|
1166
|
+
function ga(e, t, n) {
|
|
1167
1167
|
let s;
|
|
1168
1168
|
const l = t.split("-");
|
|
1169
1169
|
do {
|
|
@@ -1177,12 +1177,12 @@ function va(e, t, n) {
|
|
|
1177
1177
|
if (!e.includes(t) && (s = !0, t)) {
|
|
1178
1178
|
s = t[t.length - 1] !== "!";
|
|
1179
1179
|
const l = t.replace(/!/g, "");
|
|
1180
|
-
e.push(l), (ue(n) ||
|
|
1180
|
+
e.push(l), (ue(n) || $(n)) && n[l] && (s = n[l]);
|
|
1181
1181
|
}
|
|
1182
1182
|
return s;
|
|
1183
1183
|
}
|
|
1184
|
-
const
|
|
1185
|
-
|
|
1184
|
+
const we = [];
|
|
1185
|
+
we[
|
|
1186
1186
|
0
|
|
1187
1187
|
/* States.BEFORE_PATH */
|
|
1188
1188
|
] = {
|
|
@@ -1204,7 +1204,7 @@ Me[
|
|
|
1204
1204
|
/* States.AFTER_PATH */
|
|
1205
1205
|
]
|
|
1206
1206
|
};
|
|
1207
|
-
|
|
1207
|
+
we[
|
|
1208
1208
|
1
|
|
1209
1209
|
/* States.IN_PATH */
|
|
1210
1210
|
] = {
|
|
@@ -1225,7 +1225,7 @@ Me[
|
|
|
1225
1225
|
/* States.AFTER_PATH */
|
|
1226
1226
|
]
|
|
1227
1227
|
};
|
|
1228
|
-
|
|
1228
|
+
we[
|
|
1229
1229
|
2
|
|
1230
1230
|
/* States.BEFORE_IDENT */
|
|
1231
1231
|
] = {
|
|
@@ -1244,7 +1244,7 @@ Me[
|
|
|
1244
1244
|
/* Actions.APPEND */
|
|
1245
1245
|
]
|
|
1246
1246
|
};
|
|
1247
|
-
|
|
1247
|
+
we[
|
|
1248
1248
|
3
|
|
1249
1249
|
/* States.IN_IDENT */
|
|
1250
1250
|
] = {
|
|
@@ -1279,7 +1279,7 @@ Me[
|
|
|
1279
1279
|
/* Actions.PUSH */
|
|
1280
1280
|
]
|
|
1281
1281
|
};
|
|
1282
|
-
|
|
1282
|
+
we[
|
|
1283
1283
|
4
|
|
1284
1284
|
/* States.IN_SUB_PATH */
|
|
1285
1285
|
] = {
|
|
@@ -1310,7 +1310,7 @@ Me[
|
|
|
1310
1310
|
/* Actions.APPEND */
|
|
1311
1311
|
]
|
|
1312
1312
|
};
|
|
1313
|
-
|
|
1313
|
+
we[
|
|
1314
1314
|
5
|
|
1315
1315
|
/* States.IN_SINGLE_QUOTE */
|
|
1316
1316
|
] = {
|
|
@@ -1326,7 +1326,7 @@ Me[
|
|
|
1326
1326
|
/* Actions.APPEND */
|
|
1327
1327
|
]
|
|
1328
1328
|
};
|
|
1329
|
-
|
|
1329
|
+
we[
|
|
1330
1330
|
6
|
|
1331
1331
|
/* States.IN_DOUBLE_QUOTE */
|
|
1332
1332
|
] = {
|
|
@@ -1381,7 +1381,7 @@ function ka(e) {
|
|
|
1381
1381
|
}
|
|
1382
1382
|
function Ta(e) {
|
|
1383
1383
|
const t = [];
|
|
1384
|
-
let n = -1, s = 0, l = 0, a, c, m, u, p, O,
|
|
1384
|
+
let n = -1, s = 0, l = 0, a, c, m, u, p, O, R;
|
|
1385
1385
|
const N = [];
|
|
1386
1386
|
N[
|
|
1387
1387
|
0
|
|
@@ -1429,7 +1429,7 @@ function Ta(e) {
|
|
|
1429
1429
|
}
|
|
1430
1430
|
for (; s !== null; )
|
|
1431
1431
|
if (n++, a = e[n], !(a === "\\" && P())) {
|
|
1432
|
-
if (u = ya(a),
|
|
1432
|
+
if (u = ya(a), R = we[s], p = R[u] || R.l || 8, p === 8 || (s = p[0], p[1] !== void 0 && (O = N[p[1]], O && (m = a, O() === !1))))
|
|
1433
1433
|
return;
|
|
1434
1434
|
if (s === 7)
|
|
1435
1435
|
return t;
|
|
@@ -1455,17 +1455,17 @@ function La(e, t) {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
return l;
|
|
1457
1457
|
}
|
|
1458
|
-
const
|
|
1459
|
-
function
|
|
1458
|
+
const Ra = "10.0.5", bt = -1, ft = "en-US", mn = "", dn = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
1459
|
+
function Ca() {
|
|
1460
1460
|
return {
|
|
1461
1461
|
upper: (e, t) => t === "text" && F(e) ? e.toUpperCase() : t === "vnode" && K(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
1462
1462
|
lower: (e, t) => t === "text" && F(e) ? e.toLowerCase() : t === "vnode" && K(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
1463
1463
|
capitalize: (e, t) => t === "text" && F(e) ? dn(e) : t === "vnode" && K(e) && "__v_isVNode" in e ? dn(e.children) : e
|
|
1464
1464
|
};
|
|
1465
1465
|
}
|
|
1466
|
-
let
|
|
1466
|
+
let Mn;
|
|
1467
1467
|
function Aa(e) {
|
|
1468
|
-
|
|
1468
|
+
Mn = e;
|
|
1469
1469
|
}
|
|
1470
1470
|
let Pn;
|
|
1471
1471
|
function Sa(e) {
|
|
@@ -1476,18 +1476,18 @@ function Da(e) {
|
|
|
1476
1476
|
Fn = e;
|
|
1477
1477
|
}
|
|
1478
1478
|
let jn = null;
|
|
1479
|
-
const
|
|
1479
|
+
const wa = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
1480
1480
|
jn = e;
|
|
1481
|
-
},
|
|
1481
|
+
}, Ma = /* @__NO_SIDE_EFFECTS__ */ () => jn;
|
|
1482
1482
|
let Un = null;
|
|
1483
1483
|
const fn = (e) => {
|
|
1484
1484
|
Un = e;
|
|
1485
1485
|
}, Pa = () => Un;
|
|
1486
1486
|
let _n = 0;
|
|
1487
1487
|
function Fa(e = {}) {
|
|
1488
|
-
const t = le(e.onWarn) ? e.onWarn : Is, n = F(e.version) ? e.version :
|
|
1488
|
+
const t = le(e.onWarn) ? e.onWarn : Is, n = F(e.version) ? e.version : Ra, s = F(e.locale) || le(e.locale) ? e.locale : ft, l = le(s) ? ft : s, a = ue(e.fallbackLocale) || $(e.fallbackLocale) || F(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l, c = $(e.messages) ? e.messages : Rt(l), m = $(e.datetimeFormats) ? e.datetimeFormats : Rt(l), u = $(e.numberFormats) ? e.numberFormats : Rt(l), p = fe(q(), e.modifiers, Ca()), O = e.pluralRules || q(), R = le(e.missing) ? e.missing : null, N = ce(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, P = ce(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, V = !!e.fallbackFormat, L = !!e.unresolving, w = le(e.postTranslation) ? e.postTranslation : null, i = $(e.processor) ? e.processor : null, d = ce(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter, _ = le(e.messageCompiler) ? e.messageCompiler : Mn, M = le(e.messageResolver) ? e.messageResolver : Pn || Oa, S = le(e.localeFallbacker) ? e.localeFallbacker : Fn || ba, g = K(e.fallbackContext) ? e.fallbackContext : void 0, v = e, h = K(v.__datetimeFormatters) ? v.__datetimeFormatters : /* @__PURE__ */ new Map(), I = K(v.__numberFormatters) ? v.__numberFormatters : /* @__PURE__ */ new Map(), A = K(v.__meta) ? v.__meta : {};
|
|
1489
1489
|
_n++;
|
|
1490
|
-
const
|
|
1490
|
+
const C = {
|
|
1491
1491
|
version: n,
|
|
1492
1492
|
cid: _n,
|
|
1493
1493
|
locale: s,
|
|
@@ -1495,26 +1495,26 @@ function Fa(e = {}) {
|
|
|
1495
1495
|
messages: c,
|
|
1496
1496
|
modifiers: p,
|
|
1497
1497
|
pluralRules: O,
|
|
1498
|
-
missing:
|
|
1498
|
+
missing: R,
|
|
1499
1499
|
missingWarn: N,
|
|
1500
1500
|
fallbackWarn: P,
|
|
1501
1501
|
fallbackFormat: V,
|
|
1502
1502
|
unresolving: L,
|
|
1503
|
-
postTranslation:
|
|
1503
|
+
postTranslation: w,
|
|
1504
1504
|
processor: i,
|
|
1505
1505
|
warnHtmlMessage: d,
|
|
1506
1506
|
escapeParameter: y,
|
|
1507
1507
|
messageCompiler: _,
|
|
1508
|
-
messageResolver:
|
|
1508
|
+
messageResolver: M,
|
|
1509
1509
|
localeFallbacker: S,
|
|
1510
|
-
fallbackContext:
|
|
1510
|
+
fallbackContext: g,
|
|
1511
1511
|
onWarn: t,
|
|
1512
1512
|
__meta: A
|
|
1513
1513
|
};
|
|
1514
|
-
return
|
|
1514
|
+
return C.datetimeFormats = m, C.numberFormats = u, C.__datetimeFormatters = h, C.__numberFormatters = I, __INTLIFY_PROD_DEVTOOLS__ && fa(C, n, A), C;
|
|
1515
1515
|
}
|
|
1516
|
-
const
|
|
1517
|
-
function
|
|
1516
|
+
const Rt = (e) => ({ [e]: q() });
|
|
1517
|
+
function $t(e, t, n, s, l) {
|
|
1518
1518
|
const { missing: a, onWarn: c } = e;
|
|
1519
1519
|
if (a !== null) {
|
|
1520
1520
|
const m = a(e, n, t, l);
|
|
@@ -1539,26 +1539,26 @@ function Ua(e, t) {
|
|
|
1539
1539
|
return !1;
|
|
1540
1540
|
}
|
|
1541
1541
|
function pn(e, ...t) {
|
|
1542
|
-
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __datetimeFormatters: m } = e, [u, p, O,
|
|
1542
|
+
const { datetimeFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __datetimeFormatters: m } = e, [u, p, O, R] = Pt(...t), N = ce(O.missingWarn) ? O.missingWarn : e.missingWarn;
|
|
1543
1543
|
ce(O.fallbackWarn) ? O.fallbackWarn : e.fallbackWarn;
|
|
1544
|
-
const P = !!O.part, V =
|
|
1544
|
+
const P = !!O.part, V = Jt(e, O), L = 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 (!F(u) || u === "")
|
|
1551
|
-
return new Intl.DateTimeFormat(V,
|
|
1552
|
-
let
|
|
1551
|
+
return new Intl.DateTimeFormat(V, R).format(p);
|
|
1552
|
+
let w = {}, i, d = null;
|
|
1553
1553
|
const y = "datetime format";
|
|
1554
|
-
for (let S = 0; S < L.length && (i = L[S],
|
|
1555
|
-
|
|
1556
|
-
if (
|
|
1557
|
-
return s ?
|
|
1554
|
+
for (let S = 0; S < L.length && (i = L[S], w = n[i] || {}, d = w[u], !$(d)); S++)
|
|
1555
|
+
$t(e, u, i, N, y);
|
|
1556
|
+
if (!$(d) || !F(i))
|
|
1557
|
+
return s ? bt : u;
|
|
1558
1558
|
let _ = `${i}__${u}`;
|
|
1559
|
-
pt(
|
|
1560
|
-
let
|
|
1561
|
-
return
|
|
1559
|
+
pt(R) || (_ = `${_}__${JSON.stringify(R)}`);
|
|
1560
|
+
let M = m.get(_);
|
|
1561
|
+
return M || (M = new Intl.DateTimeFormat(i, fe({}, d, R)), m.set(_, M)), P ? M.formatToParts(p) : M.format(p);
|
|
1562
1562
|
}
|
|
1563
1563
|
const Vn = [
|
|
1564
1564
|
"localeMatcher",
|
|
@@ -1588,56 +1588,56 @@ function Pt(...e) {
|
|
|
1588
1588
|
if (F(t)) {
|
|
1589
1589
|
const u = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
|
|
1590
1590
|
if (!u)
|
|
1591
|
-
throw
|
|
1591
|
+
throw Re(Le.INVALID_ISO_DATE_ARGUMENT);
|
|
1592
1592
|
const p = u[3] ? u[3].trim().startsWith("T") ? `${u[1].trim()}${u[3].trim()}` : `${u[1].trim()}T${u[3].trim()}` : u[1].trim();
|
|
1593
1593
|
m = new Date(p);
|
|
1594
1594
|
try {
|
|
1595
1595
|
m.toISOString();
|
|
1596
1596
|
} catch {
|
|
1597
|
-
throw
|
|
1597
|
+
throw Re(Le.INVALID_ISO_DATE_ARGUMENT);
|
|
1598
1598
|
}
|
|
1599
|
-
} else if (
|
|
1599
|
+
} else if (hs(t)) {
|
|
1600
1600
|
if (isNaN(t.getTime()))
|
|
1601
|
-
throw
|
|
1601
|
+
throw Re(Le.INVALID_DATE_ARGUMENT);
|
|
1602
1602
|
m = t;
|
|
1603
1603
|
} else if (de(t))
|
|
1604
1604
|
m = t;
|
|
1605
1605
|
else
|
|
1606
|
-
throw
|
|
1607
|
-
return F(n) ? a.key = n :
|
|
1606
|
+
throw Re(Le.INVALID_ARGUMENT);
|
|
1607
|
+
return F(n) ? a.key = n : $(n) && Object.keys(n).forEach((u) => {
|
|
1608
1608
|
Vn.includes(u) ? c[u] = n[u] : a[u] = n[u];
|
|
1609
|
-
}), F(s) ? a.locale = s :
|
|
1609
|
+
}), F(s) ? a.locale = s : $(s) && (c = s), $(l) && (c = l), [a.key || "", m, a, c];
|
|
1610
1610
|
}
|
|
1611
|
-
function
|
|
1611
|
+
function hn(e, t, n) {
|
|
1612
1612
|
const s = e;
|
|
1613
1613
|
for (const l in n) {
|
|
1614
1614
|
const a = `${t}__${l}`;
|
|
1615
1615
|
s.__datetimeFormatters.has(a) && s.__datetimeFormatters.delete(a);
|
|
1616
1616
|
}
|
|
1617
1617
|
}
|
|
1618
|
-
function
|
|
1619
|
-
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __numberFormatters: m } = e, [u, p, O,
|
|
1618
|
+
function bn(e, ...t) {
|
|
1619
|
+
const { numberFormats: n, unresolving: s, fallbackLocale: l, onWarn: a, localeFallbacker: c } = e, { __numberFormatters: m } = e, [u, p, O, R] = Ft(...t), N = ce(O.missingWarn) ? O.missingWarn : e.missingWarn;
|
|
1620
1620
|
ce(O.fallbackWarn) ? O.fallbackWarn : e.fallbackWarn;
|
|
1621
|
-
const P = !!O.part, V =
|
|
1621
|
+
const P = !!O.part, V = Jt(e, O), L = 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 (!F(u) || u === "")
|
|
1628
|
-
return new Intl.NumberFormat(V,
|
|
1629
|
-
let
|
|
1628
|
+
return new Intl.NumberFormat(V, R).format(p);
|
|
1629
|
+
let w = {}, i, d = null;
|
|
1630
1630
|
const y = "number format";
|
|
1631
|
-
for (let S = 0; S < L.length && (i = L[S],
|
|
1632
|
-
|
|
1633
|
-
if (
|
|
1634
|
-
return s ?
|
|
1631
|
+
for (let S = 0; S < L.length && (i = L[S], w = n[i] || {}, d = w[u], !$(d)); S++)
|
|
1632
|
+
$t(e, u, i, N, y);
|
|
1633
|
+
if (!$(d) || !F(i))
|
|
1634
|
+
return s ? bt : u;
|
|
1635
1635
|
let _ = `${i}__${u}`;
|
|
1636
|
-
pt(
|
|
1637
|
-
let
|
|
1638
|
-
return
|
|
1636
|
+
pt(R) || (_ = `${_}__${JSON.stringify(R)}`);
|
|
1637
|
+
let M = m.get(_);
|
|
1638
|
+
return M || (M = new Intl.NumberFormat(i, fe({}, d, R)), m.set(_, M)), P ? M.formatToParts(p) : M.format(p);
|
|
1639
1639
|
}
|
|
1640
|
-
const
|
|
1640
|
+
const Gn = [
|
|
1641
1641
|
"localeMatcher",
|
|
1642
1642
|
"style",
|
|
1643
1643
|
"currency",
|
|
@@ -1663,20 +1663,20 @@ function Ft(...e) {
|
|
|
1663
1663
|
const [t, n, s, l] = e, a = q();
|
|
1664
1664
|
let c = q();
|
|
1665
1665
|
if (!de(t))
|
|
1666
|
-
throw
|
|
1666
|
+
throw Re(Le.INVALID_ARGUMENT);
|
|
1667
1667
|
const m = t;
|
|
1668
|
-
return F(n) ? a.key = n :
|
|
1669
|
-
|
|
1670
|
-
}), F(s) ? a.locale = s :
|
|
1668
|
+
return F(n) ? a.key = n : $(n) && Object.keys(n).forEach((u) => {
|
|
1669
|
+
Gn.includes(u) ? c[u] = n[u] : a[u] = n[u];
|
|
1670
|
+
}), F(s) ? a.locale = s : $(s) && (c = s), $(l) && (c = l), [a.key || "", m, a, c];
|
|
1671
1671
|
}
|
|
1672
|
-
function
|
|
1672
|
+
function gn(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 Va = (e) => e,
|
|
1679
|
+
const Va = (e) => e, Ga = (e) => "", Wa = "text", xa = (e) => e.length === 0 ? "" : Zt(e), Xa = Es;
|
|
1680
1680
|
function vn(e, t) {
|
|
1681
1681
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
1682
1682
|
}
|
|
@@ -1687,27 +1687,27 @@ function Ya(e) {
|
|
|
1687
1687
|
function Za(e, t) {
|
|
1688
1688
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
1689
1689
|
}
|
|
1690
|
-
function
|
|
1690
|
+
function Ba(e = {}) {
|
|
1691
1691
|
const t = e.locale, n = Ya(e), s = K(e.pluralRules) && F(t) && le(e.pluralRules[t]) ? e.pluralRules[t] : vn, l = K(e.pluralRules) && F(t) && le(e.pluralRules[t]) ? vn : void 0, a = (i) => i[s(n, i.length, l)], c = e.list || [], m = (i) => c[i], u = e.named || q();
|
|
1692
1692
|
de(e.pluralIndex) && Za(n, u);
|
|
1693
1693
|
const p = (i) => u[i];
|
|
1694
1694
|
function O(i, d) {
|
|
1695
1695
|
const y = le(e.messages) ? e.messages(i, !!d) : K(e.messages) ? e.messages[i] : !1;
|
|
1696
|
-
return y || (e.parent ? e.parent.message(i) :
|
|
1696
|
+
return y || (e.parent ? e.parent.message(i) : Ga);
|
|
1697
1697
|
}
|
|
1698
|
-
const
|
|
1698
|
+
const R = (i) => e.modifiers ? e.modifiers[i] : Va, N = $(e.processor) && le(e.processor.normalize) ? e.processor.normalize : xa, P = $(e.processor) && le(e.processor.interpolate) ? e.processor.interpolate : Xa, V = $(e.processor) && F(e.processor.type) ? e.processor.type : Wa, w = {
|
|
1699
1699
|
list: m,
|
|
1700
1700
|
named: p,
|
|
1701
1701
|
plural: a,
|
|
1702
1702
|
linked: (i, ...d) => {
|
|
1703
1703
|
const [y, _] = d;
|
|
1704
|
-
let
|
|
1705
|
-
d.length === 1 ? K(y) ? (S = y.modifier || S,
|
|
1706
|
-
const
|
|
1704
|
+
let M = "text", S = "";
|
|
1705
|
+
d.length === 1 ? K(y) ? (S = y.modifier || S, M = y.type || M) : F(y) && (S = y || S) : d.length === 2 && (F(y) && (S = y || S), F(_) && (M = _ || M));
|
|
1706
|
+
const g = O(i, !0)(w), v = (
|
|
1707
1707
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
1708
|
-
|
|
1708
|
+
M === "vnode" && ue(g) && S ? g[0] : g
|
|
1709
1709
|
);
|
|
1710
|
-
return S ?
|
|
1710
|
+
return S ? R(S)(v, M) : v;
|
|
1711
1711
|
},
|
|
1712
1712
|
message: O,
|
|
1713
1713
|
type: V,
|
|
@@ -1715,50 +1715,50 @@ function Ha(e = {}) {
|
|
|
1715
1715
|
normalize: N,
|
|
1716
1716
|
values: fe(q(), c, u)
|
|
1717
1717
|
};
|
|
1718
|
-
return
|
|
1718
|
+
return w;
|
|
1719
1719
|
}
|
|
1720
1720
|
const En = () => "", ve = (e) => le(e);
|
|
1721
1721
|
function In(e, ...t) {
|
|
1722
|
-
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: c, messages: m } = e, [u, p] = jt(...t), O = ce(p.missingWarn) ? p.missingWarn : e.missingWarn,
|
|
1723
|
-
N &&
|
|
1722
|
+
const { fallbackFormat: n, postTranslation: s, unresolving: l, messageCompiler: a, fallbackLocale: c, messages: m } = e, [u, p] = jt(...t), O = ce(p.missingWarn) ? p.missingWarn : e.missingWarn, R = ce(p.fallbackWarn) ? p.fallbackWarn : e.fallbackWarn, N = ce(p.escapeParameter) ? p.escapeParameter : e.escapeParameter, P = !!p.resolvedMessage, V = F(p.default) || ce(p.default) ? ce(p.default) ? a ? u : () => u : p.default : n ? a ? u : () => u : null, L = n || V != null && (F(V) || le(V)), w = Jt(e, p);
|
|
1723
|
+
N && Ha(p);
|
|
1724
1724
|
let [i, d, y] = P ? [
|
|
1725
1725
|
u,
|
|
1726
|
-
|
|
1727
|
-
m[
|
|
1728
|
-
] :
|
|
1729
|
-
if (!P && !(F(_) ||
|
|
1730
|
-
return l ?
|
|
1726
|
+
w,
|
|
1727
|
+
m[w] || q()
|
|
1728
|
+
] : Wn(e, u, w, c, R, O), _ = i, M = u;
|
|
1729
|
+
if (!P && !(F(_) || Be(_) || ve(_)) && L && (_ = V, M = _), !P && (!(F(_) || Be(_) || ve(_)) || !F(d)))
|
|
1730
|
+
return l ? bt : u;
|
|
1731
1731
|
let S = !1;
|
|
1732
|
-
const
|
|
1732
|
+
const g = () => {
|
|
1733
1733
|
S = !0;
|
|
1734
|
-
}, v = ve(_) ? _ :
|
|
1734
|
+
}, v = ve(_) ? _ : xn(e, u, d, _, M, g);
|
|
1735
1735
|
if (S)
|
|
1736
1736
|
return _;
|
|
1737
|
-
const
|
|
1737
|
+
const h = Ka(e, d, y, p), I = Ba(h), A = Ja(e, v, I), C = s ? s(A, u) : A;
|
|
1738
1738
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
1739
|
-
const
|
|
1739
|
+
const W = {
|
|
1740
1740
|
timestamp: Date.now(),
|
|
1741
1741
|
key: F(u) ? u : ve(_) ? _.key : "",
|
|
1742
1742
|
locale: d || (ve(_) ? _.locale : ""),
|
|
1743
1743
|
format: F(_) ? _ : ve(_) ? _.source : "",
|
|
1744
|
-
message:
|
|
1744
|
+
message: C
|
|
1745
1745
|
};
|
|
1746
|
-
|
|
1746
|
+
W.meta = fe({}, e.__meta, /* @__PURE__ */ Ma() || {}), _a(W);
|
|
1747
1747
|
}
|
|
1748
|
-
return
|
|
1748
|
+
return C;
|
|
1749
1749
|
}
|
|
1750
|
-
function
|
|
1750
|
+
function Ha(e) {
|
|
1751
1751
|
ue(e.list) ? e.list = e.list.map((t) => F(t) ? nn(t) : t) : K(e.named) && Object.keys(e.named).forEach((t) => {
|
|
1752
1752
|
F(e.named[t]) && (e.named[t] = nn(e.named[t]));
|
|
1753
1753
|
});
|
|
1754
1754
|
}
|
|
1755
|
-
function
|
|
1755
|
+
function Wn(e, t, n, s, l, a) {
|
|
1756
1756
|
const { messages: c, onWarn: m, messageResolver: u, localeFallbacker: p } = e, O = p(e, s, n);
|
|
1757
|
-
let
|
|
1757
|
+
let R = q(), N, P = null;
|
|
1758
1758
|
const V = "translate";
|
|
1759
|
-
for (let L = 0; L < O.length && (N = O[L],
|
|
1759
|
+
for (let L = 0; L < O.length && (N = O[L], R = c[N] || q(), (P = u(R, t)) === null && (P = R[t]), !(F(P) || Be(P) || ve(P))); L++)
|
|
1760
1760
|
if (!Ua(N, O)) {
|
|
1761
|
-
const
|
|
1761
|
+
const w = $t(
|
|
1762
1762
|
e,
|
|
1763
1763
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1764
1764
|
t,
|
|
@@ -1766,11 +1766,11 @@ function xn(e, t, n, s, l, a) {
|
|
|
1766
1766
|
a,
|
|
1767
1767
|
V
|
|
1768
1768
|
);
|
|
1769
|
-
|
|
1769
|
+
w !== t && (P = w);
|
|
1770
1770
|
}
|
|
1771
|
-
return [P, N,
|
|
1771
|
+
return [P, N, R];
|
|
1772
1772
|
}
|
|
1773
|
-
function
|
|
1773
|
+
function xn(e, t, n, s, l, a) {
|
|
1774
1774
|
const { messageCompiler: c, warnHtmlMessage: m } = e;
|
|
1775
1775
|
if (ve(s)) {
|
|
1776
1776
|
const p = s;
|
|
@@ -1780,20 +1780,20 @@ function Gn(e, t, n, s, l, a) {
|
|
|
1780
1780
|
const p = () => s;
|
|
1781
1781
|
return p.locale = n, p.key = t, p;
|
|
1782
1782
|
}
|
|
1783
|
-
const u = c(s,
|
|
1783
|
+
const u = c(s, $a(e, n, l, s, m, a));
|
|
1784
1784
|
return u.locale = n, u.key = t, u.source = s, u;
|
|
1785
1785
|
}
|
|
1786
|
-
function
|
|
1786
|
+
function Ja(e, t, n) {
|
|
1787
1787
|
return t(n);
|
|
1788
1788
|
}
|
|
1789
1789
|
function jt(...e) {
|
|
1790
1790
|
const [t, n, s] = e, l = q();
|
|
1791
|
-
if (!F(t) && !de(t) && !ve(t) && !
|
|
1792
|
-
throw
|
|
1791
|
+
if (!F(t) && !de(t) && !ve(t) && !Be(t))
|
|
1792
|
+
throw Re(Le.INVALID_ARGUMENT);
|
|
1793
1793
|
const a = de(t) ? String(t) : (ve(t), t);
|
|
1794
|
-
return de(n) ? l.plural = n : F(n) ? l.default = n :
|
|
1794
|
+
return de(n) ? l.plural = n : F(n) ? l.default = n : $(n) && !pt(n) ? l.named = n : ue(n) && (l.list = n), de(s) ? l.plural = s : F(s) ? l.default = s : $(s) && fe(l, s), [a, l];
|
|
1795
1795
|
}
|
|
1796
|
-
function
|
|
1796
|
+
function $a(e, t, n, s, l, a) {
|
|
1797
1797
|
return {
|
|
1798
1798
|
locale: t,
|
|
1799
1799
|
key: n,
|
|
@@ -1812,7 +1812,7 @@ function Ka(e, t, n, s) {
|
|
|
1812
1812
|
messages: (P, V) => {
|
|
1813
1813
|
let L = c(n, P);
|
|
1814
1814
|
if (L == null && (O || V)) {
|
|
1815
|
-
const [, ,
|
|
1815
|
+
const [, , w] = Wn(
|
|
1816
1816
|
O || e,
|
|
1817
1817
|
// NOTE: if has fallbackContext, fallback to root, else if use linked, fallback to local context
|
|
1818
1818
|
P,
|
|
@@ -1821,28 +1821,28 @@ function Ka(e, t, n, s) {
|
|
|
1821
1821
|
u,
|
|
1822
1822
|
p
|
|
1823
1823
|
);
|
|
1824
|
-
L = c(
|
|
1824
|
+
L = c(w, P);
|
|
1825
1825
|
}
|
|
1826
|
-
if (F(L) ||
|
|
1827
|
-
let
|
|
1828
|
-
const d =
|
|
1829
|
-
|
|
1826
|
+
if (F(L) || Be(L)) {
|
|
1827
|
+
let w = !1;
|
|
1828
|
+
const d = xn(e, P, t, L, P, () => {
|
|
1829
|
+
w = !0;
|
|
1830
1830
|
});
|
|
1831
|
-
return
|
|
1831
|
+
return w ? En : d;
|
|
1832
1832
|
} else return ve(L) ? L : En;
|
|
1833
1833
|
}
|
|
1834
1834
|
};
|
|
1835
1835
|
return e.processor && (N.processor = e.processor), s.list && (N.list = s.list), s.named && (N.named = s.named), de(s.plural) && (N.pluralIndex = s.plural), N;
|
|
1836
1836
|
}
|
|
1837
|
-
|
|
1838
|
-
var Qa = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_ea9bbfd1-0bcb-4a43-ba3f-1f179ea80001", 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_ea9bbfd1-0bcb-4a43-ba3f-1f179ea80001", PIPX_HOME: "/opt/pipx", npm_package_devDependencies_vite: "^5.2.0", npm_node_execpath: "/opt/hostedtoolcache/node/24.5.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_package_files_0: "dist", npm_package_devDependencies_eslint_import_resolver_typescript: "^4.4.4", HOME: "/home/runner", npm_package_devDependencies__eslint_js: "^9.39.2", npm_package_devDependencies__typescript_eslint_parser: "^8.52.0", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_devDependencies_eslint_config_prettier: "^10.1.8", npm_config_save_workspace_protocol: "true", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", NODE_OPTIONS: "--max-old-space-size=10240", GRADLE_HOME: "/usr/share/gradle-9.4.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_package_dependencies__feedmepos_mf_common: "^1.29.10", npm_package_devDependencies_code_inspector_plugin: "^0.20.16", npm_package_devDependencies_npm_run_all2: "^6.0.6", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1872", ACTIONS_ORCHESTRATION_ID: "b706f41b-1aa8-4e32-8267-3b7a121d351f.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.10.4", npm_package_dependencies_dayjs: "^1.11.10", npm_package_devDependencies__tsconfig_node18: "^18.2.2", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_scripts_build_only_dev: "VITE_TARGET_ENV=dev pnpm build:mf && pnpm build:dts", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_devDependencies_typescript: "^5.9.3", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^2.0.6", npm_config_prefer_workspace_packages: "true", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260413.86.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:15413", 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.9/x64", GITHUB_RUN_ID: "25787123445", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "5176d639eaa662044872e8fca9d4b77d9cb7bfa7", 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/add-export-audit-log", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9mZWF0L2FkZC1leHBvcnQtYXVkaXQtbG9nXCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsImF1ZCI6InZzbzo2Zjk2ZmE4OS1iN2JmLTQ4NzgtYmFkMy04OTgwMDY1NjZiNmUiLCJiaWxsaW5nX293bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwiZXhwIjoxNzc4NjgyNDc5LCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL3dzLzIwMDgvMDYvaWRlbnRpdHkvY2xhaW1zL3ByaW1hcnlzaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9zaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJpYXQiOjE3Nzg2NjAyNzksImlzcyI6Imh0dHBzOi8vdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJqb2JfaWQiOiI0MGYyOTY4Ni00MTUxLTVlNDYtODllNS1jYWIxNDE3NjNmNDciLCJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJuYmYiOjE3Nzg2NTk5NzksIm9pZGNfZXh0cmEiOiJ7XCJhY3RvclwiOlwiQ2FzdGEtbWVyZVwiLFwiYWN0b3JfaWRcIjpcIjgyMjk4MDE3XCIsXCJiYXNlX3JlZlwiOlwiXCIsXCJjaGVja19ydW5faWRcIjpcIjc1NzQzMTU1NzQ5XCIsXCJldmVudF9uYW1lXCI6XCJ3b3JrZmxvd19kaXNwYXRjaFwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiam9iX3dvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL2FjdGlvbnMvLmdpdGh1Yi93b3JrZmxvd3MvcHVibGlzaC1ucG0tZ2l0aHViLnlhbWxAcmVmcy9oZWFkcy9tYWluXCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCJlNGNlYmU1MWFmY2Q5YjQxZDYwZTY1YzNiZWQxYjgxNDYxMGMwZDJjXCIsXCJyZWZcIjpcInJlZnMvaGVhZHMvZmVhdC9hZGQtZXhwb3J0LWF1ZGl0LWxvZ1wiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcInJlcG9zaXRvcnlcIjpcImZlZWRtZXBvcy9ocm0tc2VydmljZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiMTEyNDY3MjIzNVwiLFwicmVwb3NpdG9yeV9vd25lclwiOlwiZmVlZG1lcG9zXCIsXCJyZXBvc2l0b3J5X293bmVyX2lkXCI6XCI1NDgzMTUxNVwiLFwicmVwb3NpdG9yeV92aXNpYmlsaXR5XCI6XCJwcml2YXRlXCIsXCJydW5fYXR0ZW1wdFwiOlwiMVwiLFwicnVuX2lkXCI6XCIyNTc4NzEyMzQ0NVwiLFwicnVuX251bWJlclwiOlwiODFcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwiLFwic2hhXCI6XCI1MTc2ZDYzOWVhYTY2MjA0NDg3MmU4ZmNhOWQ0Yjc3ZDljYjdiZmE3XCIsXCJ3b3JrZmxvd1wiOlwiUHVibGlzaCBocm0tcG9ydGFsXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9ocm0tc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLWhybS1wb3J0YWwtdHJ1c3RlZC55bWxAcmVmcy9oZWFkcy9mZWF0L2FkZC1leHBvcnQtYXVkaXQtbG9nXCIsXCJ3b3JrZmxvd19zaGFcIjpcIjUxNzZkNjM5ZWFhNjYyMDQ0ODcyZThmY2E5ZDRiNzdkOWNiN2JmYTdcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL2hybS1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL2ZlYXQvYWRkLWV4cG9ydC1hdWRpdC1sb2ciLCJvcmNoX2lkIjoiYjcwNmY0MWItMWFhOC00ZTMyLTgyNjctM2I3YTEyMWQzNTFmLnB1Ymxpc2gucHVibGlzaC5fX2RlZmF1bHQiLCJvd25lcl9pZCI6IkVfa2dET0FBSm9ZUSIsInBsYW5faWQiOiJiNzA2ZjQxYi0xYWE4LTRlMzItODI2Ny0zYjdhMTIxZDM1MWYiLCJyZXBvc2l0b3J5X2lkIjoiMTEyNDY3MjIzNSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1NDgzMTUxNSIsInJ1bl9pZCI6IjI1Nzg3MTIzNDQ1IiwicnVuX251bWJlciI6IjgxIiwicnVuX3R5cGUiOiJmdWxsIiwicnVubmVyX2lkIjoiMTAwMDA2ODQxMCIsInJ1bm5lcl90eXBlIjoiaG9zdGVkIiwic2NwIjoiQWN0aW9ucy5SZXN1bHRzOmI3MDZmNDFiLTFhYTgtNGUzMi04MjY3LTNiN2ExMjFkMzUxZjo0MGYyOTY4Ni00MTUxLTVlNDYtODllNS1jYWIxNDE3NjNmNDcgQWN0aW9ucy5SdW5uZXI6YjcwNmY0MWItMWFhOC00ZTMyLTgyNjctM2I3YTEyMWQzNTFmOjQwZjI5Njg2LTQxNTEtNWU0Ni04OWU1LWNhYjE0MTc2M2Y0NyBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czpiNzA2ZjQxYi0xYWE4LTRlMzItODI2Ny0zYjdhMTIxZDM1MWY6NDBmMjk2ODYtNDE1MS01ZTQ2LTg5ZTUtY2FiMTQxNzYzZjQ3IGdlbmVyYXRlX2lkX3Rva2VuOmI3MDZmNDFiLTFhYTgtNGUzMi04MjY3LTNiN2ExMjFkMzUxZjo0MGYyOTY4Ni00MTUxLTVlNDYtODllNS1jYWIxNDE3NjNmNDcgQWN0aW9ucy5HZW5lcmljUmVhZDowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJzaGEiOiI1MTc2ZDYzOWVhYTY2MjA0NDg3MmU4ZmNhOWQ0Yjc3ZDljYjdiZmE3IiwidHJ1c3RfdGllciI6IjEifQ.b4gmHgMsXS1JP6XSenkEusG32nF6q-1SuzgNQKmNG_8yfhaL0QJRtmCO8uXxzjYFzNKjD0XSRVl0UPILsDa_miRZEHBRa6ai7HFE05I68Ag_8KBvCcP1yivVOCSfSheID4LHxieQ9MZae__Cp9X4zbHgLcJyLoCEBJjb7ouuBSmsiSSf_-QKwJvKyjR9Y1LI8qTYFJHIrP1mCaswN-9joM0H0RryIbXZRwxRjB534uABFGEglQygWSsEXQ9QD36ZH14K-dOXIl7y4bzppqflC9c4339_KmW9NWdesvMwQ0Kkf6ZEVRv4QGosz-ljjyiMkluGzKoxQZ9rd75qrj9R3Q", 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_c3cb6ae4-fea1-46ef-8720-b5b37b0e3f39", INVOCATION_ID: "1671bff976be44e8a997b78cfd9c0ca9", 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: "81", 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 1000068410", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "feat/add-export-audit-log", 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.10-dev.3", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts", npm_package_dependencies__feedmepos_hrm_permission: "workspace:*", npm_package_devDependencies__rushstack_eslint_patch: "^1.3.3", npm_package_devDependencies_eslint_plugin_unused_imports: "^4.3.0", npm_package_devDependencies_jsdom: "^24.0.0", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_package_dependencies_uuid: "^10.0.0", GITHUB_WORKSPACE: "/home/runner/work/hrm-service/hrm-service", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", npm_package_dependencies_lodash: "^4.17.21", GITHUB_SHA: "5176d639eaa662044872e8fca9d4b77d9cb7bfa7", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/feat/add-export-audit-log", 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_ea9bbfd1-0bcb-4a43-ba3f-1f179ea80001", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "82298017", RUNNER_WORKSPACE: "/home/runner/work/hrm-service", npm_package_devDependencies_vue_eslint_parser: "^10.2.0", npm_config_link_workspace_packages: "true", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-2-azure-eastus.actions.githubusercontent.com/190//idtoken/b706f41b-1aa8-4e32-8267-3b7a121d351f/40f29686-4151-5e46-89e5-cab141763f47?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_ea9bbfd1-0bcb-4a43-ba3f-1f179ea80001", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_auth: "^1.1.14", npm_package_dependencies__feedmepos_feature_flag: "^0.0.15", EDGEWEBDRIVER: "/usr/local/share/edge_driver", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.33.0", npm_package_devDependencies_postcss: "^8.4.31", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_ea9bbfd1-0bcb-4a43-ba3f-1f179ea80001", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1837
|
+
Hs();
|
|
1838
|
+
var Qa = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_2d05e8e3-840a-4795-88b7-b863f69510f3", 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_2d05e8e3-840a-4795-88b7-b863f69510f3", 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: "1869", ACTIONS_ORCHESTRATION_ID: "92d47002-d581-4429-a68a-1852b4aa367a.publish.publish.__default", npm_package_dependencies__feedmepos_ui_library: "^1.10.4", npm_package_dependencies_dayjs: "^1.11.10", npm_package_devDependencies__tsconfig_node18: "^18.2.2", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_scripts_build_only_dev: "VITE_TARGET_ENV=dev pnpm build:mf && pnpm build:dts", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_devDependencies_typescript: "^5.9.3", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^2.0.6", npm_config_prefer_workspace_packages: "true", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260513.135.3", npm_package_scripts_dev: "vite", npm_package_devDependencies_prettier: "^3.7.4", npm_package_devDependencies_sass_embedded: "^1.93.3", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_devDependencies__vue_tsconfig: "^0.4.0", npm_package_devDependencies_eslint_plugin_import: "^2.32.0", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:15006", GITHUB_WORKFLOW: "Publish hrm-portal", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.16", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_devDependencies__typescript_eslint_eslint_plugin: "^8.52.0", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.10/x64", GITHUB_RUN_ID: "25911442778", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "79f79de1eadfb55566d93825084097e44ae06496", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", GITHUB_WORKFLOW_REF: "feedmepos/hrm-service/.github/workflows/publish-hrm-portal-trusted.yml@refs/heads/hrm-0016-optimize-employee-create-update", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJhbGciOiJSUzI1NiIsImtpZCI6IjM4ODI2YjE3LTZhMzAtNWY5Yi1iMTY5LThiZWI4MjAyZjcyMyIsInR5cCI6IkpXVCIsIng1dCI6InlrTmFZNHFNX3RhNGsyVGdaT0NFWUxrY1lsQSJ9.eyJJZGVudGl0eVR5cGVDbGFpbSI6IlN5c3RlbTpTZXJ2aWNlSWRlbnRpdHkiLCJhYyI6Ilt7XCJTY29wZVwiOlwicmVmcy9oZWFkcy9ocm0tMDAxNi1vcHRpbWl6ZS1lbXBsb3llZS1jcmVhdGUtdXBkYXRlXCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsImF1ZCI6InZzbzo2Zjk2ZmE4OS1iN2JmLTQ4NzgtYmFkMy04OTgwMDY1NjZiNmUiLCJiaWxsaW5nX293bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwiZXhwIjoxNzc4ODYwNzEyLCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL3dzLzIwMDgvMDYvaWRlbnRpdHkvY2xhaW1zL3ByaW1hcnlzaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9zaWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJpYXQiOjE3Nzg4Mzg1MTIsImlzcyI6Imh0dHBzOi8vdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJqb2JfaWQiOiI0NGRmYmNhZi1jYzA0LTViNjQtYjEwYy04ZjQxZmE0NGE2NTAiLCJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJuYmYiOjE3Nzg4MzgyMTIsIm9pZGNfZXh0cmEiOiJ7XCJhY3RvclwiOlwianVuLWxlZS1mZWVkbWVcIixcImFjdG9yX2lkXCI6XCIyMzkyODI4NjJcIixcImJhc2VfcmVmXCI6XCJcIixcImNoZWNrX3J1bl9pZFwiOlwiNzYxNTczMjE2MTJcIixcImV2ZW50X25hbWVcIjpcIndvcmtmbG93X2Rpc3BhdGNoXCIsXCJoZWFkX3JlZlwiOlwiXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvYWN0aW9ucy8uZ2l0aHViL3dvcmtmbG93cy9wdWJsaXNoLW5wbS1naXRodWIueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjIyMGY3ZTc2ZTBkY2EwOTNjNDc1MDM3YjhlN2MwZjU1M2I2MTcyMzlcIixcInJlZlwiOlwicmVmcy9oZWFkcy9ocm0tMDAxNi1vcHRpbWl6ZS1lbXBsb3llZS1jcmVhdGUtdXBkYXRlXCIsXCJyZWZfcHJvdGVjdGVkXCI6XCJmYWxzZVwiLFwicmVmX3R5cGVcIjpcImJyYW5jaFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCIxMTI0NjcyMjM1XCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJyZXBvc2l0b3J5X3Zpc2liaWxpdHlcIjpcInByaXZhdGVcIixcInJ1bl9hdHRlbXB0XCI6XCIxXCIsXCJydW5faWRcIjpcIjI1OTExNDQyNzc4XCIsXCJydW5fbnVtYmVyXCI6XCI4M1wiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCIsXCJzaGFcIjpcIjc5Zjc5ZGUxZWFkZmI1NTU2NmQ5MzgyNTA4NDA5N2U0NGFlMDY0OTZcIixcIndvcmtmbG93XCI6XCJQdWJsaXNoIGhybS1wb3J0YWxcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL2hybS1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3B1Ymxpc2gtaHJtLXBvcnRhbC10cnVzdGVkLnltbEByZWZzL2hlYWRzL2hybS0wMDE2LW9wdGltaXplLWVtcGxveWVlLWNyZWF0ZS11cGRhdGVcIixcIndvcmtmbG93X3NoYVwiOlwiNzlmNzlkZTFlYWRmYjU1NTY2ZDkzODI1MDg0MDk3ZTQ0YWUwNjQ5NlwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvaHJtLXNlcnZpY2U6cmVmOnJlZnMvaGVhZHMvaHJtLTAwMTYtb3B0aW1pemUtZW1wbG95ZWUtY3JlYXRlLXVwZGF0ZSIsIm9yY2hfaWQiOiI5MmQ0NzAwMi1kNTgxLTQ0MjktYTY4YS0xODUyYjRhYTM2N2EucHVibGlzaC5wdWJsaXNoLl9fZGVmYXVsdCIsIm93bmVyX2lkIjoiRV9rZ0RPQUFKb1lRIiwicGxhbl9pZCI6IjkyZDQ3MDAyLWQ1ODEtNDQyOS1hNjhhLTE4NTJiNGFhMzY3YSIsInJlcG9zaXRvcnlfaWQiOiIxMTI0NjcyMjM1IiwicmVwb3NpdG9yeV9vd25lcl9pZCI6IjU0ODMxNTE1IiwicmVwb3NpdG9yeV92aXNpYmlsaXR5IjoicHJpdmF0ZSIsInJ1bl9pZCI6IjI1OTExNDQyNzc4IiwicnVuX251bWJlciI6IjgzIiwicnVuX3R5cGUiOiJmdWxsIiwicnVubmVyX2lkIjoiMTAwMDA2OTE5NCIsInJ1bm5lcl90eXBlIjoiaG9zdGVkIiwic2NwIjoiQWN0aW9ucy5SZXN1bHRzOjkyZDQ3MDAyLWQ1ODEtNDQyOS1hNjhhLTE4NTJiNGFhMzY3YTo0NGRmYmNhZi1jYzA0LTViNjQtYjEwYy04ZjQxZmE0NGE2NTAgQWN0aW9ucy5SdW5uZXI6OTJkNDcwMDItZDU4MS00NDI5LWE2OGEtMTg1MmI0YWEzNjdhOjQ0ZGZiY2FmLWNjMDQtNWI2NC1iMTBjLThmNDFmYTQ0YTY1MCBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czo5MmQ0NzAwMi1kNTgxLTQ0MjktYTY4YS0xODUyYjRhYTM2N2E6NDRkZmJjYWYtY2MwNC01YjY0LWIxMGMtOGY0MWZhNDRhNjUwIGdlbmVyYXRlX2lkX3Rva2VuOjkyZDQ3MDAyLWQ1ODEtNDQyOS1hNjhhLTE4NTJiNGFhMzY3YTo0NGRmYmNhZi1jYzA0LTViNjQtYjEwYy04ZjQxZmE0NGE2NTAgQWN0aW9ucy5HZW5lcmljUmVhZDowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJzaGEiOiI3OWY3OWRlMWVhZGZiNTU1NjZkOTM4MjUwODQwOTdlNDRhZTA2NDk2IiwidHJ1c3RfdGllciI6IjEifQ.14ANOUNn6pn5nelwLFRUjDF3Z5yLqp_XwJillfuj75SBPwLQYsu6cdlZEsee19YFADh8XY6xBJal4Pc1SWsHt3wEArox4qz-htTtEeBJHHZAdc83jEoVZK0uggEsZwJ73vPcQvNxTpp7QDsir3WaHKWLBfJ7QV0WUqSrX3BrH1pdsuuJisK4emK7okhrKGjc5KgmbBbj1MkCKGNcapnM0cjV0nNqC4LEAcA921qsBiCgKNZhuiuOQtyzp6I0VJdi88C8-8a8cQIN5-erovxGRzqhFDWUFhw0MJ8l475QJ_jJkshm_68_TgaFTGUKLRi8CKTwOmYFepIf9XyC0yztYg", 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_f5afe279-c36d-434a-a2ef-bc01788c9110", INVOCATION_ID: "66262b3eb40f4ccaac50d6471aca5bc6", 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: "83", 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 1000069194", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "hrm-0016-optimize-employee-create-update", GITHUB_REPOSITORY: "feedmepos/hrm-service", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist", npm_package_dependencies__feedmepos_core: "^2.14.36", npm_lifecycle_script: "vite build --mode fmmf", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_dependencies_vue3_lottie: "^3.3.0", npm_package_devDependencies__casl_ability: "^3.4.0", npm_package_devDependencies__vitejs_plugin_vue_jsx: "^4.0.0", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "1124672235", GITHUB_ACTIONS: "true", NODE_PATH: "/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/bin/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules/vite/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130_sass-embedded@1.97.1_sass@1.97.1_terser@5.44.1/node_modules:/home/runner/work/hrm-service/hrm-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "2.0.11-dev", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts", npm_package_dependencies__feedmepos_hrm_permission: "workspace:*", npm_package_devDependencies__rushstack_eslint_patch: "^1.3.3", npm_package_devDependencies_eslint_plugin_unused_imports: "^4.3.0", npm_package_devDependencies_jsdom: "^24.0.0", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_package_dependencies_uuid: "^10.0.0", GITHUB_WORKSPACE: "/home/runner/work/hrm-service/hrm-service", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", npm_package_dependencies_lodash: "^4.17.21", GITHUB_SHA: "79f79de1eadfb55566d93825084097e44ae06496", GITHUB_RUN_ATTEMPT: "1", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.3.2", GITHUB_REF: "refs/heads/hrm-0016-optimize-employee-create-update", GITHUB_ACTOR: "jun-lee-feedme", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", VITE_TARGET_ENV: "dev", npm_package_devDependencies_globals: "^16.5.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_2d05e8e3-840a-4795-88b7-b863f69510f3", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", GITHUB_ACTOR_ID: "239282862", RUNNER_WORKSPACE: "/home/runner/work/hrm-service", npm_package_devDependencies_vue_eslint_parser: "^10.2.0", npm_config_link_workspace_packages: "true", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.15.9/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "workflow_dispatch", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://run-actions-1-azure-eastus.actions.githubusercontent.com/137//idtoken/92d47002-d581-4429-a68a-1852b4aa367a/44dfbcaf-cc04-5b64-b10c-8f41fa44a650?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_2d05e8e3-840a-4795-88b7-b863f69510f3", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_auth: "^1.1.14", npm_package_dependencies__feedmepos_feature_flag: "^0.0.15", EDGEWEBDRIVER: "/usr/local/share/edge_driver", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.33.0", npm_package_devDependencies_postcss: "^8.4.31", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_2d05e8e3-840a-4795-88b7-b863f69510f3", INIT_CWD: "/home/runner/work/hrm-service/hrm-service/apps/hrm-portal", npm_package_dependencies_libphonenumber_js: "^1.11.1", NODE_ENV: "production" } };
|
|
1839
1839
|
const za = "10.0.5";
|
|
1840
1840
|
function qa() {
|
|
1841
1841
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (je().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (je().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (je().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (je().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
1842
1842
|
}
|
|
1843
|
-
const
|
|
1843
|
+
const He = {
|
|
1844
1844
|
// composer module errors
|
|
1845
|
-
UNEXPECTED_RETURN_TYPE:
|
|
1845
|
+
UNEXPECTED_RETURN_TYPE: ha,
|
|
1846
1846
|
// 24
|
|
1847
1847
|
// legacy module errors
|
|
1848
1848
|
INVALID_ARGUMENT: 25,
|
|
@@ -1854,9 +1854,9 @@ const Be = {
|
|
|
1854
1854
|
UNEXPECTED_ERROR: 32
|
|
1855
1855
|
};
|
|
1856
1856
|
function nt(e, ...t) {
|
|
1857
|
-
return
|
|
1857
|
+
return ht(e, null, void 0);
|
|
1858
1858
|
}
|
|
1859
|
-
const Ut = /* @__PURE__ */ Ve("__translateVNode"), Vt = /* @__PURE__ */ Ve("__datetimeParts"),
|
|
1859
|
+
const Ut = /* @__PURE__ */ Ve("__translateVNode"), Vt = /* @__PURE__ */ Ve("__datetimeParts"), Gt = /* @__PURE__ */ Ve("__numberParts"), er = Ve("__setPluralRules"), Xn = /* @__PURE__ */ Ve("__injectWithOption"), Wt = /* @__PURE__ */ Ve("__dispose");
|
|
1860
1860
|
function st(e) {
|
|
1861
1861
|
if (!K(e))
|
|
1862
1862
|
return e;
|
|
@@ -1879,7 +1879,7 @@ function st(e) {
|
|
|
1879
1879
|
return e;
|
|
1880
1880
|
}
|
|
1881
1881
|
function Yn(e, t) {
|
|
1882
|
-
const { messages: n, __i18n: s, messageResolver: l, flatJson: a } = t, c =
|
|
1882
|
+
const { messages: n, __i18n: s, messageResolver: l, flatJson: a } = t, c = $(n) ? n : ue(s) ? q() : { [e]: q() };
|
|
1883
1883
|
if (ue(s) && s.forEach((m) => {
|
|
1884
1884
|
if ("locale" in m && "resource" in m) {
|
|
1885
1885
|
const { locale: u, resource: p } = m;
|
|
@@ -1925,10 +1925,10 @@ function Nn(e) {
|
|
|
1925
1925
|
const yn = "__INTLIFY_META__", kn = () => [], nr = () => !1;
|
|
1926
1926
|
let Tn = 0;
|
|
1927
1927
|
function On(e) {
|
|
1928
|
-
return (t, n, s, l) => e(n, s,
|
|
1928
|
+
return (t, n, s, l) => e(n, s, xt() || void 0, l);
|
|
1929
1929
|
}
|
|
1930
1930
|
const sr = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
1931
|
-
const e =
|
|
1931
|
+
const e = xt();
|
|
1932
1932
|
let t = null;
|
|
1933
1933
|
return e && (t = Zn(e)[yn]) ? { [yn]: t } : null;
|
|
1934
1934
|
};
|
|
@@ -1940,19 +1940,19 @@ function ar(e = {}) {
|
|
|
1940
1940
|
t && c ? t.locale.value : F(e.locale) ? e.locale : ft
|
|
1941
1941
|
), u = a(
|
|
1942
1942
|
// prettier-ignore
|
|
1943
|
-
t && c ? t.fallbackLocale.value : F(e.fallbackLocale) || ue(e.fallbackLocale) ||
|
|
1944
|
-
), p = a(Yn(m.value, e)), O = a(
|
|
1945
|
-
let N = t ? t.missingWarn : ce(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, P = t ? t.fallbackWarn : ce(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, V = t ? t.fallbackRoot : ce(e.fallbackRoot) ? e.fallbackRoot : !0, L = !!e.fallbackFormat,
|
|
1946
|
-
const
|
|
1947
|
-
let S = e.pluralRules || t && t.pluralRules,
|
|
1948
|
-
|
|
1943
|
+
t && c ? t.fallbackLocale.value : F(e.fallbackLocale) || ue(e.fallbackLocale) || $(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : m.value
|
|
1944
|
+
), p = a(Yn(m.value, e)), O = a($(e.datetimeFormats) ? e.datetimeFormats : { [m.value]: {} }), R = a($(e.numberFormats) ? e.numberFormats : { [m.value]: {} });
|
|
1945
|
+
let N = t ? t.missingWarn : ce(e.missingWarn) || dt(e.missingWarn) ? e.missingWarn : !0, P = t ? t.fallbackWarn : ce(e.fallbackWarn) || dt(e.fallbackWarn) ? e.fallbackWarn : !0, V = t ? t.fallbackRoot : ce(e.fallbackRoot) ? e.fallbackRoot : !0, L = !!e.fallbackFormat, w = le(e.missing) ? e.missing : null, i = le(e.missing) ? On(e.missing) : null, d = le(e.postTranslation) ? e.postTranslation : null, y = t ? t.warnHtmlMessage : ce(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, _ = !!e.escapeParameter;
|
|
1946
|
+
const M = t ? t.modifiers : $(e.modifiers) ? e.modifiers : {};
|
|
1947
|
+
let S = e.pluralRules || t && t.pluralRules, g;
|
|
1948
|
+
g = (() => {
|
|
1949
1949
|
s && fn(null);
|
|
1950
1950
|
const f = {
|
|
1951
1951
|
version: za,
|
|
1952
1952
|
locale: m.value,
|
|
1953
1953
|
fallbackLocale: u.value,
|
|
1954
1954
|
messages: p.value,
|
|
1955
|
-
modifiers:
|
|
1955
|
+
modifiers: M,
|
|
1956
1956
|
pluralRules: S,
|
|
1957
1957
|
missing: i === null ? void 0 : i,
|
|
1958
1958
|
missingWarn: N,
|
|
@@ -1966,74 +1966,74 @@ function ar(e = {}) {
|
|
|
1966
1966
|
messageCompiler: e.messageCompiler,
|
|
1967
1967
|
__meta: { framework: "vue" }
|
|
1968
1968
|
};
|
|
1969
|
-
f.datetimeFormats = O.value, f.numberFormats =
|
|
1969
|
+
f.datetimeFormats = O.value, f.numberFormats = R.value, f.__datetimeFormatters = $(g) ? g.__datetimeFormatters : void 0, f.__numberFormatters = $(g) ? g.__numberFormatters : void 0;
|
|
1970
1970
|
const E = Fa(f);
|
|
1971
1971
|
return s && fn(E), E;
|
|
1972
|
-
})(), ze(
|
|
1973
|
-
function
|
|
1972
|
+
})(), ze(g, m.value, u.value);
|
|
1973
|
+
function h() {
|
|
1974
1974
|
return [
|
|
1975
1975
|
m.value,
|
|
1976
1976
|
u.value,
|
|
1977
1977
|
p.value,
|
|
1978
1978
|
O.value,
|
|
1979
|
-
|
|
1979
|
+
R.value
|
|
1980
1980
|
];
|
|
1981
1981
|
}
|
|
1982
1982
|
const I = te({
|
|
1983
1983
|
get: () => m.value,
|
|
1984
1984
|
set: (f) => {
|
|
1985
|
-
m.value = f,
|
|
1985
|
+
m.value = f, g.locale = m.value;
|
|
1986
1986
|
}
|
|
1987
1987
|
}), A = te({
|
|
1988
1988
|
get: () => u.value,
|
|
1989
1989
|
set: (f) => {
|
|
1990
|
-
u.value = f,
|
|
1990
|
+
u.value = f, g.fallbackLocale = u.value, ze(g, m.value, f);
|
|
1991
1991
|
}
|
|
1992
|
-
}),
|
|
1992
|
+
}), C = te(() => p.value), W = /* @__PURE__ */ te(() => O.value), G = /* @__PURE__ */ te(() => R.value);
|
|
1993
1993
|
function D() {
|
|
1994
1994
|
return le(d) ? d : null;
|
|
1995
1995
|
}
|
|
1996
1996
|
function T(f) {
|
|
1997
|
-
d = f,
|
|
1997
|
+
d = f, g.postTranslation = f;
|
|
1998
1998
|
}
|
|
1999
1999
|
function k() {
|
|
2000
|
-
return
|
|
2000
|
+
return w;
|
|
2001
2001
|
}
|
|
2002
2002
|
function Z(f) {
|
|
2003
|
-
f !== null && (i = On(f)),
|
|
2003
|
+
f !== null && (i = On(f)), w = f, g.missing = i;
|
|
2004
2004
|
}
|
|
2005
|
-
const
|
|
2006
|
-
|
|
2007
|
-
let
|
|
2005
|
+
const x = (f, E, ee, ie, Pe, at) => {
|
|
2006
|
+
h();
|
|
2007
|
+
let xe;
|
|
2008
2008
|
try {
|
|
2009
|
-
Qa.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (
|
|
2009
|
+
Qa.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, s || (g.fallbackContext = t ? Pa() : void 0), xe = f(g);
|
|
2010
2010
|
} finally {
|
|
2011
|
-
__INTLIFY_PROD_DEVTOOLS__, s || (
|
|
2011
|
+
__INTLIFY_PROD_DEVTOOLS__, s || (g.fallbackContext = void 0);
|
|
2012
2012
|
}
|
|
2013
2013
|
if (ee !== "translate exists" && // for not `te` (e.g `t`)
|
|
2014
|
-
de(
|
|
2015
|
-
const [
|
|
2016
|
-
return t && V ? ie(t) : Pe(
|
|
2014
|
+
de(xe) && xe === bt || ee === "translate exists" && !xe) {
|
|
2015
|
+
const [Jn, Hr] = E();
|
|
2016
|
+
return t && V ? ie(t) : Pe(Jn);
|
|
2017
2017
|
} else {
|
|
2018
|
-
if (at(
|
|
2019
|
-
return
|
|
2020
|
-
throw nt(
|
|
2018
|
+
if (at(xe))
|
|
2019
|
+
return xe;
|
|
2020
|
+
throw nt(He.UNEXPECTED_RETURN_TYPE);
|
|
2021
2021
|
}
|
|
2022
2022
|
};
|
|
2023
2023
|
function j(...f) {
|
|
2024
|
-
return
|
|
2024
|
+
return x((E) => Reflect.apply(In, null, [E, ...f]), () => jt(...f), "translate", (E) => Reflect.apply(E.t, E, [...f]), (E) => E, (E) => F(E));
|
|
2025
2025
|
}
|
|
2026
2026
|
function ne(...f) {
|
|
2027
2027
|
const [E, ee, ie] = f;
|
|
2028
2028
|
if (ie && !K(ie))
|
|
2029
|
-
throw nt(
|
|
2029
|
+
throw nt(He.INVALID_ARGUMENT);
|
|
2030
2030
|
return j(E, ee, fe({ resolvedMessage: !0 }, ie || {}));
|
|
2031
2031
|
}
|
|
2032
|
-
function
|
|
2033
|
-
return
|
|
2032
|
+
function J(...f) {
|
|
2033
|
+
return x((E) => Reflect.apply(pn, null, [E, ...f]), () => Pt(...f), "datetime format", (E) => Reflect.apply(E.d, E, [...f]), () => mn, (E) => F(E));
|
|
2034
2034
|
}
|
|
2035
2035
|
function X(...f) {
|
|
2036
|
-
return
|
|
2036
|
+
return x((E) => Reflect.apply(bn, null, [E, ...f]), () => Ft(...f), "number format", (E) => Reflect.apply(E.n, E, [...f]), () => mn, (E) => F(E));
|
|
2037
2037
|
}
|
|
2038
2038
|
function Q(f) {
|
|
2039
2039
|
return f.map((E) => F(E) || de(E) || ce(E) ? Nn(String(E)) : E);
|
|
@@ -2044,7 +2044,7 @@ function ar(e = {}) {
|
|
|
2044
2044
|
type: "vnode"
|
|
2045
2045
|
};
|
|
2046
2046
|
function Ee(...f) {
|
|
2047
|
-
return
|
|
2047
|
+
return x((E) => {
|
|
2048
2048
|
let ee;
|
|
2049
2049
|
const ie = E;
|
|
2050
2050
|
try {
|
|
@@ -2055,28 +2055,28 @@ function ar(e = {}) {
|
|
|
2055
2055
|
return ee;
|
|
2056
2056
|
}, () => jt(...f), "translate", (E) => E[Ut](...f), (E) => [Nn(E)], (E) => ue(E));
|
|
2057
2057
|
}
|
|
2058
|
-
function $e(...f) {
|
|
2059
|
-
return G((E) => Reflect.apply(gn, null, [E, ...f]), () => Ft(...f), "number format", (E) => E[Wt](...f), kn, (E) => F(E) || ue(E));
|
|
2060
|
-
}
|
|
2061
2058
|
function Je(...f) {
|
|
2062
|
-
return
|
|
2059
|
+
return x((E) => Reflect.apply(bn, null, [E, ...f]), () => Ft(...f), "number format", (E) => E[Gt](...f), kn, (E) => F(E) || ue(E));
|
|
2060
|
+
}
|
|
2061
|
+
function $e(...f) {
|
|
2062
|
+
return x((E) => Reflect.apply(pn, null, [E, ...f]), () => Pt(...f), "datetime format", (E) => E[Vt](...f), kn, (E) => F(E) || ue(E));
|
|
2063
2063
|
}
|
|
2064
2064
|
function vt(f) {
|
|
2065
|
-
S = f,
|
|
2065
|
+
S = f, g.pluralRules = S;
|
|
2066
2066
|
}
|
|
2067
2067
|
function Et(f, E) {
|
|
2068
|
-
return
|
|
2068
|
+
return x(() => {
|
|
2069
2069
|
if (!f)
|
|
2070
2070
|
return !1;
|
|
2071
|
-
const ee = F(E) ? E : m.value, ie =
|
|
2072
|
-
return
|
|
2071
|
+
const ee = F(E) ? E : m.value, ie = Ge(ee), Pe = g.messageResolver(ie, f);
|
|
2072
|
+
return Be(Pe) || ve(Pe) || F(Pe);
|
|
2073
2073
|
}, () => [f], "translate exists", (ee) => Reflect.apply(ee.te, ee, [f, E]), nr, (ee) => ce(ee));
|
|
2074
2074
|
}
|
|
2075
2075
|
function It(f) {
|
|
2076
2076
|
let E = null;
|
|
2077
|
-
const ee =
|
|
2077
|
+
const ee = wn(g, u.value, m.value);
|
|
2078
2078
|
for (let ie = 0; ie < ee.length; ie++) {
|
|
2079
|
-
const Pe = p.value[ee[ie]] || {}, at =
|
|
2079
|
+
const Pe = p.value[ee[ie]] || {}, at = g.messageResolver(Pe, f);
|
|
2080
2080
|
if (at != null) {
|
|
2081
2081
|
E = at;
|
|
2082
2082
|
break;
|
|
@@ -2088,17 +2088,17 @@ function ar(e = {}) {
|
|
|
2088
2088
|
const E = It(f);
|
|
2089
2089
|
return E ?? (t ? t.tm(f) || {} : {});
|
|
2090
2090
|
}
|
|
2091
|
-
function
|
|
2091
|
+
function Ge(f) {
|
|
2092
2092
|
return p.value[f] || {};
|
|
2093
2093
|
}
|
|
2094
|
-
function
|
|
2094
|
+
function We(f, E) {
|
|
2095
2095
|
if (l) {
|
|
2096
2096
|
const ee = { [f]: E };
|
|
2097
2097
|
for (const ie in ee)
|
|
2098
2098
|
Ne(ee, ie) && st(ee[ie]);
|
|
2099
2099
|
E = ee[f];
|
|
2100
2100
|
}
|
|
2101
|
-
p.value[f] = E,
|
|
2101
|
+
p.value[f] = E, g.messages = p.value;
|
|
2102
2102
|
}
|
|
2103
2103
|
function Qe(f, E) {
|
|
2104
2104
|
p.value[f] = p.value[f] || {};
|
|
@@ -2106,30 +2106,30 @@ function ar(e = {}) {
|
|
|
2106
2106
|
if (l)
|
|
2107
2107
|
for (const ie in ee)
|
|
2108
2108
|
Ne(ee, ie) && st(ee[ie]);
|
|
2109
|
-
E = ee[f], mt(E, p.value[f]),
|
|
2109
|
+
E = ee[f], mt(E, p.value[f]), g.messages = p.value;
|
|
2110
2110
|
}
|
|
2111
2111
|
function Nt(f) {
|
|
2112
2112
|
return O.value[f] || {};
|
|
2113
2113
|
}
|
|
2114
2114
|
function r(f, E) {
|
|
2115
|
-
O.value[f] = E,
|
|
2115
|
+
O.value[f] = E, g.datetimeFormats = O.value, hn(g, f, E);
|
|
2116
2116
|
}
|
|
2117
2117
|
function o(f, E) {
|
|
2118
|
-
O.value[f] = fe(O.value[f] || {}, E),
|
|
2118
|
+
O.value[f] = fe(O.value[f] || {}, E), g.datetimeFormats = O.value, hn(g, f, E);
|
|
2119
2119
|
}
|
|
2120
|
-
function
|
|
2121
|
-
return
|
|
2120
|
+
function b(f) {
|
|
2121
|
+
return R.value[f] || {};
|
|
2122
2122
|
}
|
|
2123
2123
|
function U(f, E) {
|
|
2124
|
-
|
|
2124
|
+
R.value[f] = E, g.numberFormats = R.value, gn(g, f, E);
|
|
2125
2125
|
}
|
|
2126
2126
|
function oe(f, E) {
|
|
2127
|
-
|
|
2127
|
+
R.value[f] = fe(R.value[f] || {}, E), g.numberFormats = R.value, gn(g, f, E);
|
|
2128
2128
|
}
|
|
2129
2129
|
Tn++, t && en && (St(t.locale, (f) => {
|
|
2130
|
-
c && (m.value = f,
|
|
2130
|
+
c && (m.value = f, g.locale = f, ze(g, m.value, u.value));
|
|
2131
2131
|
}), St(t.fallbackLocale, (f) => {
|
|
2132
|
-
c && (u.value = f,
|
|
2132
|
+
c && (u.value = f, g.fallbackLocale = f, ze(g, m.value, u.value));
|
|
2133
2133
|
}));
|
|
2134
2134
|
const Y = {
|
|
2135
2135
|
id: Tn,
|
|
@@ -2139,14 +2139,14 @@ function ar(e = {}) {
|
|
|
2139
2139
|
return c;
|
|
2140
2140
|
},
|
|
2141
2141
|
set inheritLocale(f) {
|
|
2142
|
-
c = f, f && t && (m.value = t.locale.value, u.value = t.fallbackLocale.value, ze(
|
|
2142
|
+
c = f, f && t && (m.value = t.locale.value, u.value = t.fallbackLocale.value, ze(g, m.value, u.value));
|
|
2143
2143
|
},
|
|
2144
2144
|
get availableLocales() {
|
|
2145
2145
|
return Object.keys(p.value).sort();
|
|
2146
2146
|
},
|
|
2147
|
-
messages:
|
|
2147
|
+
messages: C,
|
|
2148
2148
|
get modifiers() {
|
|
2149
|
-
return
|
|
2149
|
+
return M;
|
|
2150
2150
|
},
|
|
2151
2151
|
get pluralRules() {
|
|
2152
2152
|
return S || {};
|
|
@@ -2158,13 +2158,13 @@ function ar(e = {}) {
|
|
|
2158
2158
|
return N;
|
|
2159
2159
|
},
|
|
2160
2160
|
set missingWarn(f) {
|
|
2161
|
-
N = f,
|
|
2161
|
+
N = f, g.missingWarn = N;
|
|
2162
2162
|
},
|
|
2163
2163
|
get fallbackWarn() {
|
|
2164
2164
|
return P;
|
|
2165
2165
|
},
|
|
2166
2166
|
set fallbackWarn(f) {
|
|
2167
|
-
P = f,
|
|
2167
|
+
P = f, g.fallbackWarn = P;
|
|
2168
2168
|
},
|
|
2169
2169
|
get fallbackRoot() {
|
|
2170
2170
|
return V;
|
|
@@ -2176,23 +2176,23 @@ function ar(e = {}) {
|
|
|
2176
2176
|
return L;
|
|
2177
2177
|
},
|
|
2178
2178
|
set fallbackFormat(f) {
|
|
2179
|
-
L = f,
|
|
2179
|
+
L = f, g.fallbackFormat = L;
|
|
2180
2180
|
},
|
|
2181
2181
|
get warnHtmlMessage() {
|
|
2182
2182
|
return y;
|
|
2183
2183
|
},
|
|
2184
2184
|
set warnHtmlMessage(f) {
|
|
2185
|
-
y = f,
|
|
2185
|
+
y = f, g.warnHtmlMessage = f;
|
|
2186
2186
|
},
|
|
2187
2187
|
get escapeParameter() {
|
|
2188
2188
|
return _;
|
|
2189
2189
|
},
|
|
2190
2190
|
set escapeParameter(f) {
|
|
2191
|
-
_ = f,
|
|
2191
|
+
_ = f, g.escapeParameter = f;
|
|
2192
2192
|
},
|
|
2193
2193
|
t: j,
|
|
2194
|
-
getLocaleMessage:
|
|
2195
|
-
setLocaleMessage:
|
|
2194
|
+
getLocaleMessage: Ge,
|
|
2195
|
+
setLocaleMessage: We,
|
|
2196
2196
|
mergeLocaleMessage: Qe,
|
|
2197
2197
|
getPostTranslationHandler: D,
|
|
2198
2198
|
setPostTranslationHandler: T,
|
|
@@ -2200,7 +2200,7 @@ function ar(e = {}) {
|
|
|
2200
2200
|
setMissingHandler: Z,
|
|
2201
2201
|
[er]: vt
|
|
2202
2202
|
};
|
|
2203
|
-
return Y.datetimeFormats =
|
|
2203
|
+
return Y.datetimeFormats = W, Y.numberFormats = G, Y.rt = ne, Y.te = Et, Y.tm = Ke, Y.d = J, Y.n = X, Y.getDateTimeFormat = Nt, Y.setDateTimeFormat = r, Y.mergeDateTimeFormat = o, Y.getNumberFormat = b, Y.setNumberFormat = U, Y.mergeNumberFormat = oe, Y[Xn] = n, Y[Ut] = Ee, Y[Vt] = $e, Y[Gt] = Je, Y;
|
|
2204
2204
|
}
|
|
2205
2205
|
const Kt = {
|
|
2206
2206
|
tag: {
|
|
@@ -2230,7 +2230,7 @@ function rr({ slots: e }, t) {
|
|
|
2230
2230
|
return l && (n[s] = l()), n;
|
|
2231
2231
|
}, q());
|
|
2232
2232
|
}
|
|
2233
|
-
function
|
|
2233
|
+
function Bn() {
|
|
2234
2234
|
return Ie;
|
|
2235
2235
|
}
|
|
2236
2236
|
fe({
|
|
@@ -2246,7 +2246,7 @@ fe({
|
|
|
2246
2246
|
function lr(e) {
|
|
2247
2247
|
return ue(e) && !F(e[0]);
|
|
2248
2248
|
}
|
|
2249
|
-
function
|
|
2249
|
+
function Hn(e, t, n, s) {
|
|
2250
2250
|
const { slots: l, attrs: a } = t;
|
|
2251
2251
|
return () => {
|
|
2252
2252
|
const c = { part: !0 };
|
|
@@ -2258,8 +2258,8 @@ function Bn(e, t, n, s) {
|
|
|
2258
2258
|
const V = l[N.type], L = V ? V({ [N.type]: N.value, index: P, parts: u }) : [N.value];
|
|
2259
2259
|
return lr(L) && (L[0].key = `${N.type}-${P}`), L;
|
|
2260
2260
|
}) : F(u) && (p = [u]);
|
|
2261
|
-
const O = fe(q(), a),
|
|
2262
|
-
return Sn(
|
|
2261
|
+
const O = fe(q(), a), R = F(e.tag) || K(e.tag) ? e.tag : Bn();
|
|
2262
|
+
return Sn(R, O, p);
|
|
2263
2263
|
};
|
|
2264
2264
|
}
|
|
2265
2265
|
fe({
|
|
@@ -2281,12 +2281,12 @@ fe({
|
|
|
2281
2281
|
}
|
|
2282
2282
|
}, Kt);
|
|
2283
2283
|
const or = /* @__PURE__ */ Ve("global-vue-i18n");
|
|
2284
|
-
function
|
|
2285
|
-
const t =
|
|
2284
|
+
function gt(e = {}) {
|
|
2285
|
+
const t = xt();
|
|
2286
2286
|
if (t == null)
|
|
2287
|
-
throw nt(
|
|
2287
|
+
throw nt(He.MUST_BE_CALL_SETUP_TOP);
|
|
2288
2288
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
2289
|
-
throw nt(
|
|
2289
|
+
throw nt(He.NOT_INSTALLED);
|
|
2290
2290
|
const n = ir(t), s = ur(n), l = Zn(t), a = cr(e, l);
|
|
2291
2291
|
if (a === "global")
|
|
2292
2292
|
return tr(s, e, l), s;
|
|
@@ -2298,14 +2298,14 @@ function ht(e = {}) {
|
|
|
2298
2298
|
let m = c.__getInstance(t);
|
|
2299
2299
|
if (m == null) {
|
|
2300
2300
|
const u = fe({}, e);
|
|
2301
|
-
"__i18n" in l && (u.__i18n = l.__i18n), s && (u.__root = s), m = ar(u), c.__composerExtend && (m[
|
|
2301
|
+
"__i18n" in l && (u.__i18n = l.__i18n), s && (u.__root = s), m = ar(u), c.__composerExtend && (m[Wt] = c.__composerExtend(m)), fr(c, t, m), c.__setInstance(t, m);
|
|
2302
2302
|
}
|
|
2303
2303
|
return m;
|
|
2304
2304
|
}
|
|
2305
2305
|
function ir(e) {
|
|
2306
|
-
const t =
|
|
2306
|
+
const t = $n(e.isCE ? or : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
2307
2307
|
if (!t)
|
|
2308
|
-
throw nt(e.isCE ?
|
|
2308
|
+
throw nt(e.isCE ? He.NOT_INSTALLED_WITH_PROVIDE : He.UNEXPECTED_ERROR);
|
|
2309
2309
|
return t;
|
|
2310
2310
|
}
|
|
2311
2311
|
function cr(e, t) {
|
|
@@ -2340,14 +2340,14 @@ function fr(e, t, n) {
|
|
|
2340
2340
|
}, t), An(() => {
|
|
2341
2341
|
const s = n;
|
|
2342
2342
|
e.__deleteInstance(t);
|
|
2343
|
-
const l = s[
|
|
2344
|
-
l && (l(), delete s[
|
|
2343
|
+
const l = s[Wt];
|
|
2344
|
+
l && (l(), delete s[Wt]);
|
|
2345
2345
|
}, t);
|
|
2346
2346
|
}
|
|
2347
2347
|
qa();
|
|
2348
2348
|
Aa(ma);
|
|
2349
2349
|
Sa(La);
|
|
2350
|
-
Da(
|
|
2350
|
+
Da(wn);
|
|
2351
2351
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
2352
2352
|
const e = je();
|
|
2353
2353
|
e.__INTLIFY__ = !0, da(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
@@ -2361,21 +2361,21 @@ const it = /* @__PURE__ */ ye({
|
|
|
2361
2361
|
}
|
|
2362
2362
|
},
|
|
2363
2363
|
setup(e) {
|
|
2364
|
-
const { t } =
|
|
2364
|
+
const { t } = gt();
|
|
2365
2365
|
return (n, s) => {
|
|
2366
2366
|
const l = Ye("FmIcon"), a = Ye("FmTooltip");
|
|
2367
|
-
return
|
|
2367
|
+
return B(), Se(a, {
|
|
2368
2368
|
variant: "plain",
|
|
2369
2369
|
placement: "right",
|
|
2370
2370
|
"z-index": 50
|
|
2371
2371
|
}, {
|
|
2372
|
-
content:
|
|
2373
|
-
ae("div", null, Ae(
|
|
2374
|
-
(
|
|
2372
|
+
content: be(() => [
|
|
2373
|
+
ae("div", null, Ae(H(t)("team.memberForm.permissions.inherited")), 1),
|
|
2374
|
+
(B(!0), se(Ie, null, he(e.item.setNames, (c) => (B(), se("div", { key: c }, [
|
|
2375
2375
|
ae("div", null, "- " + Ae(c), 1)
|
|
2376
2376
|
]))), 128))
|
|
2377
2377
|
]),
|
|
2378
|
-
default:
|
|
2378
|
+
default: be(() => [
|
|
2379
2379
|
_e(l, {
|
|
2380
2380
|
name: "admin_panel_settings",
|
|
2381
2381
|
size: "sm",
|
|
@@ -2389,10 +2389,10 @@ const it = /* @__PURE__ */ ye({
|
|
|
2389
2389
|
}), _r = { class: "space-y-16" }, pr = {
|
|
2390
2390
|
key: 0,
|
|
2391
2391
|
class: "flex fm-typo-en-title-sm-600"
|
|
2392
|
-
},
|
|
2392
|
+
}, hr = {
|
|
2393
2393
|
key: 0,
|
|
2394
2394
|
class: "q-mr-xs text-red col"
|
|
2395
|
-
},
|
|
2395
|
+
}, br = { class: "form-input" }, gr = /* @__PURE__ */ ye({
|
|
2396
2396
|
__name: "AppForm",
|
|
2397
2397
|
props: {
|
|
2398
2398
|
title: {
|
|
@@ -2410,18 +2410,18 @@ const it = /* @__PURE__ */ ye({
|
|
|
2410
2410
|
},
|
|
2411
2411
|
setup(e) {
|
|
2412
2412
|
const t = e;
|
|
2413
|
-
return (n, s) => (
|
|
2414
|
-
|
|
2415
|
-
t.title ? (
|
|
2413
|
+
return (n, s) => (B(), se("div", _r, [
|
|
2414
|
+
ge(n.$slots, "top", {}, () => [
|
|
2415
|
+
t.title ? (B(), se("div", pr, [
|
|
2416
2416
|
ae("div", null, [
|
|
2417
|
-
t.required ? (
|
|
2417
|
+
t.required ? (B(), se("span", hr, "*")) : Oe("", !0),
|
|
2418
2418
|
zn(Ae(t.title), 1)
|
|
2419
2419
|
]),
|
|
2420
|
-
|
|
2420
|
+
ge(n.$slots, "title-right")
|
|
2421
2421
|
])) : Oe("", !0)
|
|
2422
2422
|
]),
|
|
2423
|
-
ae("div",
|
|
2424
|
-
|
|
2423
|
+
ae("div", br, [
|
|
2424
|
+
ge(n.$slots, "default")
|
|
2425
2425
|
])
|
|
2426
2426
|
]));
|
|
2427
2427
|
}
|
|
@@ -2495,46 +2495,46 @@ const Er = { class: "col flex items-center" }, Ir = {
|
|
|
2495
2495
|
emits: ["update:model-value"],
|
|
2496
2496
|
setup(e, { emit: t }) {
|
|
2497
2497
|
const n = e, s = t, { t: l } = _t(), a = Ue(!1), c = qn(), m = te(() => n.modelValue.length < n.min ? `Min selection ${n.min}` : n.max !== void 0 && n.modelValue.length > n.max ? `Max selection ${n.max}` : !0), u = `checkbox-${vr(6)}`, p = te(() => m.value !== !0), O = te(
|
|
2498
|
-
() => n.modelValue.filter((L) => n.options.some((
|
|
2499
|
-
),
|
|
2498
|
+
() => n.modelValue.filter((L) => n.options.some((w) => w.value === L))
|
|
2499
|
+
), R = te(
|
|
2500
2500
|
() => typeof n.showAllToggle == "boolean" ? l("team.labels.all") : n.showAllToggle
|
|
2501
2501
|
), N = te(() => n.options.length > 0 && n.options.length === O.value.length);
|
|
2502
2502
|
function P() {
|
|
2503
|
-
const L = n.modelValue.filter((
|
|
2503
|
+
const L = n.modelValue.filter((w) => !O.value.includes(w));
|
|
2504
2504
|
if (N.value === !0)
|
|
2505
2505
|
s("update:model-value", L);
|
|
2506
2506
|
else {
|
|
2507
|
-
const
|
|
2508
|
-
s("update:model-value", [...L, ...
|
|
2507
|
+
const w = n.includeDisabledOptionsWhenSelectAll ? n.options.map((i) => i.value) : n.options.filter((i) => !i.disabled).map((i) => i.value);
|
|
2508
|
+
s("update:model-value", [...L, ...w]);
|
|
2509
2509
|
}
|
|
2510
2510
|
}
|
|
2511
|
-
function V(L,
|
|
2511
|
+
function V(L, w) {
|
|
2512
2512
|
let i = ut(n.modelValue);
|
|
2513
|
-
|
|
2513
|
+
w ? i.every((d) => d !== L) && i.push(L) : i = i.filter((d) => d !== L), s("update:model-value", i);
|
|
2514
2514
|
}
|
|
2515
|
-
return (L,
|
|
2515
|
+
return (L, w) => {
|
|
2516
2516
|
const i = Ye("FmCheckbox");
|
|
2517
|
-
return
|
|
2517
|
+
return B(), Se(gr, {
|
|
2518
2518
|
id: u,
|
|
2519
2519
|
title: e.title,
|
|
2520
2520
|
required: !1
|
|
2521
2521
|
}, {
|
|
2522
|
-
top:
|
|
2523
|
-
|
|
2522
|
+
top: be(() => [
|
|
2523
|
+
ge(L.$slots, "top")
|
|
2524
2524
|
]),
|
|
2525
|
-
default:
|
|
2526
|
-
n.showAllToggle ? (
|
|
2525
|
+
default: be(() => [
|
|
2526
|
+
n.showAllToggle ? (B(), Se(i, {
|
|
2527
2527
|
key: 0,
|
|
2528
2528
|
"model-value": N.value,
|
|
2529
2529
|
disabled: e.disable,
|
|
2530
|
-
label:
|
|
2530
|
+
label: R.value,
|
|
2531
2531
|
style: ct(`margin-bottom: ${n.gutter}px`),
|
|
2532
2532
|
size: "sm",
|
|
2533
2533
|
dense: "",
|
|
2534
|
-
value:
|
|
2534
|
+
value: R.value,
|
|
2535
2535
|
"onUpdate:modelValue": P
|
|
2536
2536
|
}, null, 8, ["model-value", "disabled", "label", "style", "value"])) : Oe("", !0),
|
|
2537
|
-
(
|
|
2537
|
+
(B(!0), se(Ie, null, he(e.options, (d, y) => (B(), se("div", {
|
|
2538
2538
|
key: d.value,
|
|
2539
2539
|
style: ct(`margin-bottom: ${y < e.options.length - 1 ? n.gutter : 0}px`),
|
|
2540
2540
|
class: qe(y < e.options.length - 1 ? "q-mb-sm" : "")
|
|
@@ -2551,35 +2551,35 @@ const Er = { class: "col flex items-center" }, Ir = {
|
|
|
2551
2551
|
value: d.label,
|
|
2552
2552
|
"onUpdate:modelValue": (_) => V(d.value, _)
|
|
2553
2553
|
}, null, 8, ["model-value", "disabled", "label", "value", "onUpdate:modelValue"]),
|
|
2554
|
-
|
|
2554
|
+
ge(L.$slots, `checkbox-${d.key || d.value}-append`, {
|
|
2555
2555
|
option: d,
|
|
2556
2556
|
selected: e.modelValue.includes(d.value)
|
|
2557
2557
|
})
|
|
2558
2558
|
]),
|
|
2559
|
-
|
|
2559
|
+
H(c)[`checkbox-${d.key || d.value}-end`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (B(), se("div", {
|
|
2560
2560
|
key: 0,
|
|
2561
2561
|
class: qe([{ "q-checkbox disabled": e.disable || d.disabled }, "col"])
|
|
2562
2562
|
}, [
|
|
2563
|
-
|
|
2563
|
+
ge(L.$slots, `checkbox-${d.key || d.value}-end`, {
|
|
2564
2564
|
option: d,
|
|
2565
2565
|
value: e.modelValue.includes(d.value),
|
|
2566
2566
|
disable: e.disable || d.disabled
|
|
2567
2567
|
})
|
|
2568
2568
|
], 2)) : Oe("", !0)
|
|
2569
2569
|
], 2),
|
|
2570
|
-
|
|
2570
|
+
H(c)[`checkbox-${d.key || d.value}-bottom`] && (e.modelValue.includes(d.value) || e.falsyShowSlot) ? (B(), se("div", {
|
|
2571
2571
|
key: 0,
|
|
2572
2572
|
class: qe(["q-mt-sm", { "q-checkbox disabled": e.disable || d.disabled }]),
|
|
2573
2573
|
style: ct(`margin-left: ${e.bottomSlotIndent}`)
|
|
2574
2574
|
}, [
|
|
2575
|
-
|
|
2575
|
+
ge(L.$slots, `checkbox-${d.key || d.value}-bottom`, {
|
|
2576
2576
|
option: d,
|
|
2577
2577
|
disable: e.disable || d.disabled,
|
|
2578
2578
|
value: e.modelValue.includes(d.value)
|
|
2579
2579
|
})
|
|
2580
2580
|
], 6)) : Oe("", !0)
|
|
2581
2581
|
], 6))), 128)),
|
|
2582
|
-
a.value && p.value ? (
|
|
2582
|
+
a.value && p.value ? (B(), se("div", Ir, Ae(m.value), 1)) : Oe("", !0)
|
|
2583
2583
|
]),
|
|
2584
2584
|
_: 3
|
|
2585
2585
|
}, 8, ["title"]);
|
|
@@ -2600,201 +2600,201 @@ function Ln(e, t, n) {
|
|
|
2600
2600
|
actions: Array.from(a)
|
|
2601
2601
|
});
|
|
2602
2602
|
}
|
|
2603
|
-
const
|
|
2603
|
+
const Rn = Object.values(us);
|
|
2604
2604
|
function Nr(e, t, n, s) {
|
|
2605
2605
|
const { getFlagValue: l, getFlag: a } = ds(), c = te(() => {
|
|
2606
2606
|
var A;
|
|
2607
|
-
const v = /* @__PURE__ */ new Map(),
|
|
2608
|
-
for (const
|
|
2609
|
-
const
|
|
2610
|
-
if (!
|
|
2611
|
-
const
|
|
2612
|
-
|
|
2607
|
+
const v = /* @__PURE__ */ new Map(), h = /* @__PURE__ */ new Map();
|
|
2608
|
+
for (const C of t.value) {
|
|
2609
|
+
const W = C.category;
|
|
2610
|
+
if (!W || n.value.includes(C.subject) || C.showByFeatureFlag && l(C.showByFeatureFlag) === "false") continue;
|
|
2611
|
+
const G = cs[W];
|
|
2612
|
+
G && ((A = a(G)) == null ? void 0 : A.enabled) === !1 || (v.has(W) || v.set(W, []), v.get(W).push({ label: C.label, value: C.subject }), h.set(C.subject, C));
|
|
2613
2613
|
}
|
|
2614
|
-
return [...v.keys()].sort((
|
|
2615
|
-
const
|
|
2616
|
-
return
|
|
2617
|
-
}).map((
|
|
2618
|
-
const
|
|
2619
|
-
for (const X of
|
|
2620
|
-
const Q =
|
|
2621
|
-
Q &&
|
|
2614
|
+
return [...v.keys()].sort((C, W) => {
|
|
2615
|
+
const G = Rn.indexOf(C), D = Rn.indexOf(W);
|
|
2616
|
+
return G === -1 && D === -1 ? C.localeCompare(W) : G === -1 ? 1 : D === -1 ? -1 : G - D;
|
|
2617
|
+
}).map((C) => {
|
|
2618
|
+
const W = v.get(C), G = /* @__PURE__ */ new Map();
|
|
2619
|
+
for (const X of W) {
|
|
2620
|
+
const Q = h.get(X.value);
|
|
2621
|
+
Q && G.set(X.value, Q.actions);
|
|
2622
2622
|
}
|
|
2623
|
-
const D =
|
|
2624
|
-
const Q =
|
|
2623
|
+
const D = W.some((X) => {
|
|
2624
|
+
const Q = G.get(X.value);
|
|
2625
2625
|
return Q && Q.length > 1;
|
|
2626
2626
|
}), T = D ? [
|
|
2627
2627
|
...new Set(
|
|
2628
|
-
|
|
2628
|
+
W.flatMap((X) => G.get(X.value) ?? []).filter((X) => X !== "manage")
|
|
2629
2629
|
)
|
|
2630
2630
|
] : [], k = /* @__PURE__ */ new Map();
|
|
2631
2631
|
for (const X of e.value)
|
|
2632
|
-
|
|
2632
|
+
W.some((Q) => Q.value === X.subject) && !X.inverted && k.set(X.subject, new Set(X.actions));
|
|
2633
2633
|
const Z = D ? e.value.filter(
|
|
2634
|
-
(X) =>
|
|
2635
|
-
).map((X) => X.subject) : e.value.filter((X) =>
|
|
2634
|
+
(X) => W.some((Q) => Q.value === X.subject) && !X.inverted && X.actions.includes("manage")
|
|
2635
|
+
).map((X) => X.subject) : e.value.filter((X) => W.some((Q) => Q.value === X.subject) && !X.inverted).map((X) => X.subject), x = W.find((X) => {
|
|
2636
2636
|
var Q;
|
|
2637
|
-
return (Q =
|
|
2638
|
-
}), j = (
|
|
2637
|
+
return (Q = h.get(X.value)) == null ? void 0 : Q.isCategoryCover;
|
|
2638
|
+
}), j = (x == null ? void 0 : x.value) ?? null, ne = j ? k.get(j) ?? /* @__PURE__ */ new Set() : /* @__PURE__ */ new Set(), J = ne.has("manage");
|
|
2639
2639
|
return {
|
|
2640
|
-
category:
|
|
2641
|
-
options:
|
|
2640
|
+
category: C,
|
|
2641
|
+
options: W,
|
|
2642
2642
|
selectedSubjects: Z,
|
|
2643
2643
|
isMultiAction: D,
|
|
2644
2644
|
actionColumns: T,
|
|
2645
|
-
permissionActionsMap:
|
|
2645
|
+
permissionActionsMap: G,
|
|
2646
2646
|
selectedActionsMap: k,
|
|
2647
2647
|
coverSubject: j,
|
|
2648
2648
|
coverSelectedActions: ne,
|
|
2649
|
-
coverCoversAll:
|
|
2649
|
+
coverCoversAll: J
|
|
2650
2650
|
};
|
|
2651
2651
|
});
|
|
2652
2652
|
});
|
|
2653
|
-
function m(v,
|
|
2653
|
+
function m(v, h) {
|
|
2654
2654
|
var A;
|
|
2655
|
-
const I = ((A = c.value.find((
|
|
2655
|
+
const I = ((A = c.value.find((C) => C.category === v)) == null ? void 0 : A.options) ?? [];
|
|
2656
2656
|
s("update:model-value", [
|
|
2657
|
-
...e.value.filter((
|
|
2658
|
-
...t.value.filter((
|
|
2659
|
-
({ category:
|
|
2657
|
+
...e.value.filter((C) => !I.some((W) => W.value === C.subject)),
|
|
2658
|
+
...t.value.filter((C) => h.includes(C.subject)).map(
|
|
2659
|
+
({ category: C, showByFeatureFlag: W, isCategoryCover: G, ...D }) => D
|
|
2660
2660
|
)
|
|
2661
2661
|
]);
|
|
2662
2662
|
}
|
|
2663
2663
|
function u(v) {
|
|
2664
|
-
return v.options.length > 0 && v.options.every((
|
|
2664
|
+
return v.options.length > 0 && v.options.every((h) => v.selectedSubjects.includes(h.value));
|
|
2665
2665
|
}
|
|
2666
2666
|
function p(v) {
|
|
2667
|
-
const
|
|
2667
|
+
const h = e.value.filter(
|
|
2668
2668
|
(I) => !v.options.some((A) => A.value === I.subject)
|
|
2669
2669
|
);
|
|
2670
2670
|
if (u(v))
|
|
2671
|
-
s("update:model-value",
|
|
2671
|
+
s("update:model-value", h);
|
|
2672
2672
|
else {
|
|
2673
|
-
const I = t.value.filter((A) => v.options.some((
|
|
2674
|
-
({ category: A, showByFeatureFlag:
|
|
2673
|
+
const I = t.value.filter((A) => v.options.some((C) => C.value === A.subject)).map(
|
|
2674
|
+
({ category: A, showByFeatureFlag: C, isCategoryCover: W, ...G }) => G
|
|
2675
2675
|
);
|
|
2676
|
-
s("update:model-value", [...
|
|
2676
|
+
s("update:model-value", [...h, ...I]);
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
|
-
function O(v,
|
|
2680
|
-
const I = v.selectedActionsMap.get(
|
|
2679
|
+
function O(v, h) {
|
|
2680
|
+
const I = v.selectedActionsMap.get(h);
|
|
2681
2681
|
return I ? I.has("manage") : !1;
|
|
2682
2682
|
}
|
|
2683
|
-
function
|
|
2684
|
-
const I = v.permissionActionsMap.get(
|
|
2683
|
+
function R(v, h) {
|
|
2684
|
+
const I = v.permissionActionsMap.get(h);
|
|
2685
2685
|
if (!I) return !1;
|
|
2686
|
-
const A = I.filter((
|
|
2686
|
+
const A = I.filter((G) => G !== "manage");
|
|
2687
2687
|
if (A.length === 0) return !1;
|
|
2688
|
-
const
|
|
2689
|
-
if (!
|
|
2690
|
-
const
|
|
2691
|
-
return
|
|
2688
|
+
const C = v.selectedActionsMap.get(h);
|
|
2689
|
+
if (!C) return !1;
|
|
2690
|
+
const W = A.filter((G) => C.has(G));
|
|
2691
|
+
return W.length > 0 && W.length < A.length;
|
|
2692
2692
|
}
|
|
2693
|
-
function N(v,
|
|
2693
|
+
function N(v, h, I) {
|
|
2694
2694
|
if (I) {
|
|
2695
|
-
const A = t.value.find((k) => k.subject ===
|
|
2695
|
+
const A = t.value.find((k) => k.subject === h);
|
|
2696
2696
|
if (!A) return;
|
|
2697
2697
|
const {
|
|
2698
|
-
category:
|
|
2699
|
-
showByFeatureFlag:
|
|
2700
|
-
isCategoryCover:
|
|
2698
|
+
category: C,
|
|
2699
|
+
showByFeatureFlag: W,
|
|
2700
|
+
isCategoryCover: G,
|
|
2701
2701
|
...D
|
|
2702
|
-
} = A, T = e.value.filter((k) => k.subject !==
|
|
2702
|
+
} = A, T = e.value.filter((k) => k.subject !== h);
|
|
2703
2703
|
T.push(D), s("update:model-value", T);
|
|
2704
2704
|
} else
|
|
2705
2705
|
s(
|
|
2706
2706
|
"update:model-value",
|
|
2707
|
-
e.value.filter((A) => A.subject !==
|
|
2707
|
+
e.value.filter((A) => A.subject !== h)
|
|
2708
2708
|
);
|
|
2709
2709
|
}
|
|
2710
|
-
function P(v,
|
|
2711
|
-
const I = v.permissionActionsMap.get(
|
|
2710
|
+
function P(v, h) {
|
|
2711
|
+
const I = v.permissionActionsMap.get(h);
|
|
2712
2712
|
return I ? I.some((A) => A !== "manage") : !1;
|
|
2713
2713
|
}
|
|
2714
|
-
function V(v,
|
|
2715
|
-
const A = v.selectedActionsMap.get(
|
|
2714
|
+
function V(v, h, I) {
|
|
2715
|
+
const A = v.selectedActionsMap.get(h);
|
|
2716
2716
|
return A ? A.has(I) : !1;
|
|
2717
2717
|
}
|
|
2718
|
-
function L(v,
|
|
2719
|
-
return !v.coverSubject ||
|
|
2718
|
+
function L(v, h) {
|
|
2719
|
+
return !v.coverSubject || h === v.coverSubject ? !1 : v.coverCoversAll;
|
|
2720
2720
|
}
|
|
2721
|
-
function
|
|
2722
|
-
return !v.coverSubject ||
|
|
2721
|
+
function w(v, h, I) {
|
|
2722
|
+
return !v.coverSubject || h === v.coverSubject ? !1 : v.coverCoversAll ? !0 : v.coverSelectedActions.has(I);
|
|
2723
2723
|
}
|
|
2724
|
-
function i(v,
|
|
2725
|
-
const A = v.permissionActionsMap.get(
|
|
2724
|
+
function i(v, h, I) {
|
|
2725
|
+
const A = v.permissionActionsMap.get(h);
|
|
2726
2726
|
return A ? A.includes(I) : !1;
|
|
2727
2727
|
}
|
|
2728
|
-
function d(v,
|
|
2729
|
-
const A = [...e.value],
|
|
2728
|
+
function d(v, h, I) {
|
|
2729
|
+
const A = [...e.value], C = A.findIndex((G) => G.subject === v && !G.inverted);
|
|
2730
2730
|
if (I)
|
|
2731
|
-
if (
|
|
2732
|
-
const
|
|
2733
|
-
D.add(
|
|
2731
|
+
if (C >= 0) {
|
|
2732
|
+
const G = { ...A[C] }, D = new Set(G.actions);
|
|
2733
|
+
D.add(h), G.actions = Array.from(D), A[C] = G;
|
|
2734
2734
|
} else {
|
|
2735
|
-
const
|
|
2736
|
-
if (!
|
|
2735
|
+
const G = t.value.find((x) => x.subject === v);
|
|
2736
|
+
if (!G) return;
|
|
2737
2737
|
const {
|
|
2738
2738
|
category: D,
|
|
2739
2739
|
showByFeatureFlag: T,
|
|
2740
2740
|
isCategoryCover: k,
|
|
2741
2741
|
...Z
|
|
2742
|
-
} =
|
|
2743
|
-
A.push({ ...Z, actions: [
|
|
2742
|
+
} = G;
|
|
2743
|
+
A.push({ ...Z, actions: [h] });
|
|
2744
2744
|
}
|
|
2745
|
-
else if (
|
|
2746
|
-
const
|
|
2747
|
-
D.length === 0 ? A.splice(
|
|
2745
|
+
else if (C >= 0) {
|
|
2746
|
+
const G = { ...A[C] }, D = G.actions.filter((T) => T !== h);
|
|
2747
|
+
D.length === 0 ? A.splice(C, 1) : (G.actions = D, A[C] = G);
|
|
2748
2748
|
}
|
|
2749
|
-
const
|
|
2750
|
-
|
|
2749
|
+
const W = t.value.find((G) => G.subject === v);
|
|
2750
|
+
W && Ln(A, v, W.actions), s("update:model-value", A);
|
|
2751
2751
|
}
|
|
2752
|
-
function y(v,
|
|
2752
|
+
function y(v, h) {
|
|
2753
2753
|
const I = v.options.filter(
|
|
2754
|
-
(A) => i(v, A.value,
|
|
2754
|
+
(A) => i(v, A.value, h)
|
|
2755
2755
|
);
|
|
2756
2756
|
return I.length === 0 ? !1 : I.every(
|
|
2757
|
-
(A) => V(v, A.value,
|
|
2757
|
+
(A) => V(v, A.value, h) || w(v, A.value, h)
|
|
2758
2758
|
);
|
|
2759
2759
|
}
|
|
2760
|
-
function _(v,
|
|
2760
|
+
function _(v, h) {
|
|
2761
2761
|
const I = v.options.filter(
|
|
2762
|
-
(
|
|
2762
|
+
(C) => i(v, C.value, h)
|
|
2763
2763
|
);
|
|
2764
2764
|
if (I.length === 0) return !1;
|
|
2765
2765
|
const A = I.filter(
|
|
2766
|
-
(
|
|
2766
|
+
(C) => V(v, C.value, h) || w(v, C.value, h)
|
|
2767
2767
|
).length;
|
|
2768
2768
|
return A > 0 && A < I.length;
|
|
2769
2769
|
}
|
|
2770
|
-
function
|
|
2770
|
+
function M(v, h, I) {
|
|
2771
2771
|
const A = [...e.value];
|
|
2772
|
-
for (const
|
|
2773
|
-
if (!i(v,
|
|
2774
|
-
const
|
|
2775
|
-
(T) => T.subject ===
|
|
2772
|
+
for (const C of v.options) {
|
|
2773
|
+
if (!i(v, C.value, h)) continue;
|
|
2774
|
+
const W = C.value, G = A.findIndex(
|
|
2775
|
+
(T) => T.subject === W && !T.inverted
|
|
2776
2776
|
);
|
|
2777
2777
|
if (I)
|
|
2778
|
-
if (
|
|
2779
|
-
const T = { ...A[
|
|
2780
|
-
k.add(
|
|
2778
|
+
if (G >= 0) {
|
|
2779
|
+
const T = { ...A[G] }, k = new Set(T.actions);
|
|
2780
|
+
k.add(h), T.actions = Array.from(k), A[G] = T;
|
|
2781
2781
|
} else {
|
|
2782
|
-
const T = t.value.find((ne) => ne.subject ===
|
|
2782
|
+
const T = t.value.find((ne) => ne.subject === W);
|
|
2783
2783
|
if (!T) continue;
|
|
2784
2784
|
const {
|
|
2785
2785
|
category: k,
|
|
2786
2786
|
showByFeatureFlag: Z,
|
|
2787
|
-
isCategoryCover:
|
|
2787
|
+
isCategoryCover: x,
|
|
2788
2788
|
...j
|
|
2789
2789
|
} = T;
|
|
2790
|
-
A.push({ ...j, actions: [
|
|
2790
|
+
A.push({ ...j, actions: [h] });
|
|
2791
2791
|
}
|
|
2792
|
-
else if (
|
|
2793
|
-
const T = { ...A[
|
|
2794
|
-
k.length === 0 ? A.splice(
|
|
2792
|
+
else if (G >= 0) {
|
|
2793
|
+
const T = { ...A[G] }, k = T.actions.filter((Z) => Z !== h);
|
|
2794
|
+
k.length === 0 ? A.splice(G, 1) : (T.actions = k, A[G] = T);
|
|
2795
2795
|
}
|
|
2796
|
-
const D = t.value.find((T) => T.subject ===
|
|
2797
|
-
D && Ln(A,
|
|
2796
|
+
const D = t.value.find((T) => T.subject === W);
|
|
2797
|
+
D && Ln(A, W, D.actions);
|
|
2798
2798
|
}
|
|
2799
2799
|
s("update:model-value", A);
|
|
2800
2800
|
}
|
|
@@ -2803,7 +2803,7 @@ function Nr(e, t, n, s) {
|
|
|
2803
2803
|
create: "Duplicate",
|
|
2804
2804
|
update: "Edit"
|
|
2805
2805
|
};
|
|
2806
|
-
function
|
|
2806
|
+
function g(v) {
|
|
2807
2807
|
return S[v] ?? v.charAt(0).toUpperCase() + v.slice(1);
|
|
2808
2808
|
}
|
|
2809
2809
|
return {
|
|
@@ -2812,24 +2812,24 @@ function Nr(e, t, n, s) {
|
|
|
2812
2812
|
isAllManageChecked: u,
|
|
2813
2813
|
toggleAllManage: p,
|
|
2814
2814
|
isManageChecked: O,
|
|
2815
|
-
isManageIndeterminate:
|
|
2815
|
+
isManageIndeterminate: R,
|
|
2816
2816
|
toggleManage: N,
|
|
2817
2817
|
hasNonManageActions: P,
|
|
2818
2818
|
isActionChecked: V,
|
|
2819
2819
|
isRowFullyCoveredByCover: L,
|
|
2820
|
-
isActionCoveredByCover:
|
|
2820
|
+
isActionCoveredByCover: w,
|
|
2821
2821
|
permissionDefinesAction: i,
|
|
2822
2822
|
toggleAction: d,
|
|
2823
2823
|
isAllActionChecked: y,
|
|
2824
2824
|
isAllActionIndeterminate: _,
|
|
2825
|
-
toggleAllAction:
|
|
2826
|
-
actionLabel:
|
|
2825
|
+
toggleAllAction: M,
|
|
2826
|
+
actionLabel: g
|
|
2827
2827
|
};
|
|
2828
2828
|
}
|
|
2829
2829
|
const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
2830
2830
|
key: 1,
|
|
2831
2831
|
class: "space-y-16"
|
|
2832
|
-
}, Tr = { class: "flex items-end justify-between" }, Or = { class: "fm-typo-en-title-sm-600" }, Lr = { class: "flex" },
|
|
2832
|
+
}, Tr = { class: "flex items-end justify-between" }, Or = { class: "fm-typo-en-title-sm-600" }, Lr = { class: "flex" }, Rr = { class: "form-input" }, Cr = { class: "flex items-center justify-between q-mb-xs" }, Ar = { class: "flex shrink-0" }, Sr = { class: "flex items-center justify-between gap-4" }, Dr = { class: "flex items-center min-w-0 flex-1 gap-8" }, wr = ["title", "onClick"], Mr = {
|
|
2833
2833
|
key: 0,
|
|
2834
2834
|
class: "flex shrink-0"
|
|
2835
2835
|
}, Pr = /* @__PURE__ */ ye({
|
|
@@ -2861,119 +2861,119 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
2861
2861
|
toggleAllManage: u,
|
|
2862
2862
|
isManageChecked: p,
|
|
2863
2863
|
isManageIndeterminate: O,
|
|
2864
|
-
toggleManage:
|
|
2864
|
+
toggleManage: R,
|
|
2865
2865
|
hasNonManageActions: N,
|
|
2866
2866
|
isActionChecked: P,
|
|
2867
2867
|
isRowFullyCoveredByCover: V,
|
|
2868
2868
|
isActionCoveredByCover: L,
|
|
2869
|
-
permissionDefinesAction:
|
|
2869
|
+
permissionDefinesAction: w,
|
|
2870
2870
|
toggleAction: i,
|
|
2871
2871
|
isAllActionChecked: d,
|
|
2872
2872
|
isAllActionIndeterminate: y,
|
|
2873
2873
|
toggleAllAction: _,
|
|
2874
|
-
actionLabel:
|
|
2874
|
+
actionLabel: M
|
|
2875
2875
|
} = Nr(
|
|
2876
2876
|
zt(n, "modelValue"),
|
|
2877
2877
|
l,
|
|
2878
2878
|
zt(n, "excludedSubjects"),
|
|
2879
|
-
(S,
|
|
2879
|
+
(S, g) => s("update:model-value", g)
|
|
2880
2880
|
);
|
|
2881
|
-
return (S,
|
|
2881
|
+
return (S, g) => {
|
|
2882
2882
|
const v = Ye("FmCheckbox");
|
|
2883
|
-
return
|
|
2884
|
-
(
|
|
2885
|
-
key:
|
|
2883
|
+
return B(), se("div", yr, [
|
|
2884
|
+
(B(!0), se(Ie, null, he(H(a), (h) => (B(), se(Ie, {
|
|
2885
|
+
key: h.category
|
|
2886
2886
|
}, [
|
|
2887
|
-
|
|
2887
|
+
h.isMultiAction ? (B(), se("div", kr, [
|
|
2888
2888
|
ae("div", Tr, [
|
|
2889
|
-
ae("div", Or, Ae(
|
|
2889
|
+
ae("div", Or, Ae(h.category), 1),
|
|
2890
2890
|
ae("div", Lr, [
|
|
2891
|
-
(
|
|
2891
|
+
(B(!0), se(Ie, null, he(h.actionColumns, (I) => (B(), se("span", {
|
|
2892
2892
|
key: I,
|
|
2893
2893
|
class: "w-[56px] text-center fm-typo-en-body-sm-400 text-fm-color-neutral-gray-600"
|
|
2894
|
-
}, Ae(
|
|
2894
|
+
}, Ae(H(M)(I)), 1))), 128))
|
|
2895
2895
|
])
|
|
2896
2896
|
]),
|
|
2897
|
-
ae("div",
|
|
2898
|
-
ae("div",
|
|
2897
|
+
ae("div", Rr, [
|
|
2898
|
+
ae("div", Cr, [
|
|
2899
2899
|
_e(v, {
|
|
2900
|
-
"model-value":
|
|
2900
|
+
"model-value": H(m)(h),
|
|
2901
2901
|
value: !0,
|
|
2902
2902
|
disabled: e.disable,
|
|
2903
2903
|
label: "All",
|
|
2904
2904
|
size: "sm",
|
|
2905
2905
|
dense: "",
|
|
2906
|
-
"onUpdate:modelValue": (I) =>
|
|
2906
|
+
"onUpdate:modelValue": (I) => H(u)(h)
|
|
2907
2907
|
}, null, 8, ["model-value", "disabled", "onUpdate:modelValue"]),
|
|
2908
2908
|
ae("div", Ar, [
|
|
2909
|
-
(
|
|
2909
|
+
(B(!0), se(Ie, null, he(h.actionColumns, (I) => (B(), se("div", {
|
|
2910
2910
|
key: I,
|
|
2911
2911
|
class: "w-[56px] flex justify-center"
|
|
2912
2912
|
}, [
|
|
2913
2913
|
_e(v, {
|
|
2914
|
-
"model-value":
|
|
2915
|
-
indeterminate:
|
|
2914
|
+
"model-value": H(d)(h, I),
|
|
2915
|
+
indeterminate: H(y)(h, I),
|
|
2916
2916
|
value: I,
|
|
2917
2917
|
disabled: e.disable,
|
|
2918
2918
|
size: "sm",
|
|
2919
2919
|
dense: "",
|
|
2920
|
-
"onUpdate:modelValue": (A) =>
|
|
2920
|
+
"onUpdate:modelValue": (A) => H(_)(h, I, A)
|
|
2921
2921
|
}, null, 8, ["model-value", "indeterminate", "value", "disabled", "onUpdate:modelValue"])
|
|
2922
2922
|
]))), 128))
|
|
2923
2923
|
])
|
|
2924
2924
|
]),
|
|
2925
|
-
(
|
|
2925
|
+
(B(!0), se(Ie, null, he(h.options, (I, A) => (B(), se("div", {
|
|
2926
2926
|
key: I.value,
|
|
2927
|
-
class: qe(A <
|
|
2927
|
+
class: qe(A < h.options.length - 1 ? "q-mb-xs" : "")
|
|
2928
2928
|
}, [
|
|
2929
2929
|
ae("div", Sr, [
|
|
2930
2930
|
ae("div", Dr, [
|
|
2931
2931
|
_e(v, {
|
|
2932
|
-
"model-value":
|
|
2932
|
+
"model-value": H(p)(h, I.value) || H(V)(h, I.value),
|
|
2933
2933
|
value: I.value,
|
|
2934
|
-
disabled: e.disable ||
|
|
2935
|
-
indeterminate:
|
|
2934
|
+
disabled: e.disable || H(V)(h, I.value),
|
|
2935
|
+
indeterminate: H(O)(h, I.value),
|
|
2936
2936
|
size: "sm",
|
|
2937
2937
|
class: "shrink-0",
|
|
2938
|
-
"onUpdate:modelValue": (
|
|
2938
|
+
"onUpdate:modelValue": (C) => H(R)(h, I.value, C)
|
|
2939
2939
|
}, null, 8, ["model-value", "value", "disabled", "indeterminate", "onUpdate:modelValue"]),
|
|
2940
2940
|
ae("span", {
|
|
2941
2941
|
class: "block truncate cursor-pointer",
|
|
2942
2942
|
title: I.label,
|
|
2943
|
-
onClick: (
|
|
2944
|
-
}, Ae(I.label), 9,
|
|
2945
|
-
|
|
2943
|
+
onClick: (C) => !e.disable && !H(V)(h, I.value) && H(R)(h, I.value, !H(p)(h, I.value))
|
|
2944
|
+
}, Ae(I.label), 9, wr),
|
|
2945
|
+
ge(S.$slots, `checkbox-${I.value}-append`, { option: I })
|
|
2946
2946
|
]),
|
|
2947
|
-
|
|
2948
|
-
(
|
|
2949
|
-
key:
|
|
2947
|
+
H(N)(h, I.value) ? (B(), se("div", Mr, [
|
|
2948
|
+
(B(!0), se(Ie, null, he(h.actionColumns, (C) => (B(), se("div", {
|
|
2949
|
+
key: C,
|
|
2950
2950
|
class: "w-[56px] flex justify-center"
|
|
2951
2951
|
}, [
|
|
2952
|
-
|
|
2952
|
+
H(w)(h, I.value, C) ? (B(), Se(v, {
|
|
2953
2953
|
key: 0,
|
|
2954
|
-
"model-value":
|
|
2955
|
-
value:
|
|
2956
|
-
disabled: e.disable ||
|
|
2954
|
+
"model-value": H(P)(h, I.value, C) || H(L)(h, I.value, C),
|
|
2955
|
+
value: C,
|
|
2956
|
+
disabled: e.disable || H(L)(h, I.value, C),
|
|
2957
2957
|
size: "sm",
|
|
2958
|
-
"onUpdate:modelValue": (
|
|
2958
|
+
"onUpdate:modelValue": (W) => H(i)(I.value, C, W)
|
|
2959
2959
|
}, null, 8, ["model-value", "value", "disabled", "onUpdate:modelValue"])) : Oe("", !0)
|
|
2960
2960
|
]))), 128))
|
|
2961
2961
|
])) : Oe("", !0)
|
|
2962
2962
|
])
|
|
2963
2963
|
], 2))), 128))
|
|
2964
2964
|
])
|
|
2965
|
-
])) : (
|
|
2965
|
+
])) : (B(), Se(Qt, {
|
|
2966
2966
|
key: 0,
|
|
2967
|
-
"model-value":
|
|
2968
|
-
options:
|
|
2967
|
+
"model-value": h.selectedSubjects,
|
|
2968
|
+
options: h.options,
|
|
2969
2969
|
disable: e.disable,
|
|
2970
|
-
title:
|
|
2971
|
-
"onUpdate:modelValue": (I) =>
|
|
2970
|
+
title: h.category,
|
|
2971
|
+
"onUpdate:modelValue": (I) => H(c)(h.category, I)
|
|
2972
2972
|
}, Fe({ _: 2 }, [
|
|
2973
|
-
|
|
2973
|
+
he(h.options, (I) => ({
|
|
2974
2974
|
name: `checkbox-${I.value}-append`,
|
|
2975
|
-
fn:
|
|
2976
|
-
|
|
2975
|
+
fn: be(({ option: A }) => [
|
|
2976
|
+
ge(S.$slots, `checkbox-${I.value}-append`, { option: A })
|
|
2977
2977
|
])
|
|
2978
2978
|
}))
|
|
2979
2979
|
]), 1032, ["model-value", "options", "disable", "title", "onUpdate:modelValue"]))
|
|
@@ -3004,10 +3004,10 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3004
3004
|
a == null || a.disconnect();
|
|
3005
3005
|
}), (u, p) => {
|
|
3006
3006
|
const O = Ye("FmButton");
|
|
3007
|
-
return
|
|
3007
|
+
return B(), se(Ie, null, [
|
|
3008
3008
|
ae("div", { onClick: c }, [
|
|
3009
3009
|
ae("div", Fr, [
|
|
3010
|
-
|
|
3010
|
+
ge(u.$slots, "title"),
|
|
3011
3011
|
ae("div", jr, [
|
|
3012
3012
|
_e(O, {
|
|
3013
3013
|
icon: n.value ? "keyboard_arrow_down" : "keyboard_arrow_up",
|
|
@@ -3024,12 +3024,12 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3024
3024
|
class: "transition-all duration-300 ease-in-out overflow-hidden",
|
|
3025
3025
|
style: ct({ maxHeight: n.value ? "0" : l.value + "px" })
|
|
3026
3026
|
}, [
|
|
3027
|
-
|
|
3027
|
+
ge(u.$slots, "default")
|
|
3028
3028
|
], 4)
|
|
3029
3029
|
], 64);
|
|
3030
3030
|
};
|
|
3031
3031
|
}
|
|
3032
|
-
}), Vr = { class: "fm-typo-en-title-sm-600" },
|
|
3032
|
+
}), Vr = { class: "fm-typo-en-title-sm-600" }, Ct = "includedFuture", Cn = /* @__PURE__ */ ye({
|
|
3033
3033
|
__name: "ConditionPermission",
|
|
3034
3034
|
props: {
|
|
3035
3035
|
modelValue: {
|
|
@@ -3054,32 +3054,32 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3054
3054
|
const n = e, s = t, { t: l } = _t(), a = te(() => [
|
|
3055
3055
|
{
|
|
3056
3056
|
label: l("team.memberForm.permissions.includedFuture", { context: n.context }),
|
|
3057
|
-
value:
|
|
3057
|
+
value: Ct,
|
|
3058
3058
|
// Can only be selected if all other options are selected
|
|
3059
3059
|
disable: !!n.modelValue && n.options.length > n.modelValue.length
|
|
3060
3060
|
},
|
|
3061
3061
|
...n.options.filter(
|
|
3062
3062
|
(p) => p.label.toLocaleLowerCase().includes(u.value.toLocaleLowerCase())
|
|
3063
3063
|
)
|
|
3064
|
-
]), c = te(() => n.modelValue ? n.modelValue : [
|
|
3064
|
+
]), c = te(() => n.modelValue ? n.modelValue : [Ct, ...n.options.map((p) => p.value)]);
|
|
3065
3065
|
function m(p) {
|
|
3066
3066
|
const O = p.length === a.value.length;
|
|
3067
|
-
s("update:model-value", O ? null : p.filter((
|
|
3067
|
+
s("update:model-value", O ? null : p.filter((R) => R !== Ct));
|
|
3068
3068
|
}
|
|
3069
3069
|
const u = Ue("");
|
|
3070
3070
|
return (p, O) => {
|
|
3071
|
-
const
|
|
3072
|
-
return
|
|
3073
|
-
title:
|
|
3074
|
-
ae("p", Vr, Ae(
|
|
3071
|
+
const R = Ye("fm-search");
|
|
3072
|
+
return B(), Se(Ur, null, {
|
|
3073
|
+
title: be(() => [
|
|
3074
|
+
ae("p", Vr, Ae(H(l)("team.memberForm.permissions.manageable", { context: e.context })), 1)
|
|
3075
3075
|
]),
|
|
3076
|
-
default:
|
|
3077
|
-
e.options.length > 1 ? (
|
|
3076
|
+
default: be(() => [
|
|
3077
|
+
e.options.length > 1 ? (B(), Se(R, {
|
|
3078
3078
|
key: 0,
|
|
3079
3079
|
modelValue: u.value,
|
|
3080
3080
|
"onUpdate:modelValue": O[0] || (O[0] = (N) => u.value = N),
|
|
3081
3081
|
class: "mt-16",
|
|
3082
|
-
placeholder:
|
|
3082
|
+
placeholder: H(l)("team.memberForm.permissions.search", { context: e.context })
|
|
3083
3083
|
}, null, 8, ["modelValue", "placeholder"])) : Oe("", !0),
|
|
3084
3084
|
_e(Qt, {
|
|
3085
3085
|
"model-value": c.value,
|
|
@@ -3092,10 +3092,10 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3092
3092
|
class: "mt-16",
|
|
3093
3093
|
"onUpdate:modelValue": m
|
|
3094
3094
|
}, Fe({ _: 2 }, [
|
|
3095
|
-
|
|
3095
|
+
he(a.value, (N) => ({
|
|
3096
3096
|
name: `checkbox-${N.value}-append`,
|
|
3097
|
-
fn:
|
|
3098
|
-
|
|
3097
|
+
fn: be(({ option: P }) => [
|
|
3098
|
+
ge(p.$slots, `checkbox-${N.value}-append`, { option: P })
|
|
3099
3099
|
])
|
|
3100
3100
|
}))
|
|
3101
3101
|
]), 1032, ["model-value", "options", "disable"])
|
|
@@ -3104,7 +3104,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3104
3104
|
});
|
|
3105
3105
|
};
|
|
3106
3106
|
}
|
|
3107
|
-
}), At = "includedNewRole",
|
|
3107
|
+
}), At = "includedNewRole", Gr = /* @__PURE__ */ ye({
|
|
3108
3108
|
__name: "PosRolePermission",
|
|
3109
3109
|
props: {
|
|
3110
3110
|
modelValue: {
|
|
@@ -3145,28 +3145,28 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3145
3145
|
const p = u.length === a.value.length;
|
|
3146
3146
|
s("update:model-value", p ? null : u.filter((O) => O !== At));
|
|
3147
3147
|
}
|
|
3148
|
-
return (u, p) => (
|
|
3148
|
+
return (u, p) => (B(), Se(Qt, {
|
|
3149
3149
|
"model-value": c.value,
|
|
3150
3150
|
options: a.value,
|
|
3151
3151
|
"show-intermediate": !1,
|
|
3152
3152
|
"show-all-toggle": !1,
|
|
3153
3153
|
disable: e.disable,
|
|
3154
|
-
title:
|
|
3154
|
+
title: H(l)("team.memberForm.permissions.roles"),
|
|
3155
3155
|
"onUpdate:modelValue": m
|
|
3156
3156
|
}, Fe({ _: 2 }, [
|
|
3157
|
-
|
|
3157
|
+
he(a.value, (O) => ({
|
|
3158
3158
|
name: `checkbox-${O.value}-append`,
|
|
3159
|
-
fn:
|
|
3160
|
-
|
|
3159
|
+
fn: be(({ option: R }) => [
|
|
3160
|
+
ge(u.$slots, `checkbox-${O.value}-append`, { option: R })
|
|
3161
3161
|
])
|
|
3162
3162
|
}))
|
|
3163
3163
|
]), 1032, ["model-value", "options", "disable", "title"]));
|
|
3164
3164
|
}
|
|
3165
|
-
}),
|
|
3165
|
+
}), Wr = {
|
|
3166
3166
|
async readWarehouses() {
|
|
3167
3167
|
return os(await is().get("/warehouses"));
|
|
3168
3168
|
}
|
|
3169
|
-
},
|
|
3169
|
+
}, xr = { class: "flex flex-col gap-32" }, Xr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Yr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Zr = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, Br = { class: "p-16 fm-corner-radius-lg border border-fm-color-neutral-gray-200" }, nl = /* @__PURE__ */ ye({
|
|
3170
3170
|
__name: "PortalPermissionEditor",
|
|
3171
3171
|
props: /* @__PURE__ */ qt({
|
|
3172
3172
|
disable: {
|
|
@@ -3210,7 +3210,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3210
3210
|
"warehouseId",
|
|
3211
3211
|
L.value.map((T) => T._id)
|
|
3212
3212
|
);
|
|
3213
|
-
}),
|
|
3213
|
+
}), R = te(() => {
|
|
3214
3214
|
const D = s.inheritPermissions.map((T) => ({
|
|
3215
3215
|
...T,
|
|
3216
3216
|
permissions: T.permissions.filter(
|
|
@@ -3243,7 +3243,7 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3243
3243
|
(k) => k.subject === me.Subject.Business.inventory_stock
|
|
3244
3244
|
);
|
|
3245
3245
|
return D ? D.conditions ? JSON.parse(D.conditions).warehouseId.$in : null : [];
|
|
3246
|
-
}), L = Ue([]),
|
|
3246
|
+
}), L = Ue([]), w = te(() => L.value.map((D) => ({
|
|
3247
3247
|
label: D.profile.name,
|
|
3248
3248
|
value: D._id
|
|
3249
3249
|
})));
|
|
@@ -3264,51 +3264,51 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3264
3264
|
}
|
|
3265
3265
|
return k;
|
|
3266
3266
|
}
|
|
3267
|
-
const { restaurants: y } = ns(), _ = fs().roles,
|
|
3267
|
+
const { restaurants: y } = ns(), _ = fs().roles, M = te(() => y.value.map((D) => ({
|
|
3268
3268
|
label: `${D.profile.code ? D.profile.code + "-" : ""}${D.profile.name}`,
|
|
3269
3269
|
value: D._id
|
|
3270
|
-
}))), S = te(() => y.value.reduce((D, T) => (D[T._id] = _.value.filter((k) => k.restaurants.some((Z) => Z.id === T._id)).map((k) => k._id), D), {})),
|
|
3270
|
+
}))), S = te(() => y.value.reduce((D, T) => (D[T._id] = _.value.filter((k) => k.restaurants.some((Z) => Z.id === T._id)).map((k) => k._id), D), {})), g = te(() => rs(n.value));
|
|
3271
3271
|
function v(D) {
|
|
3272
3272
|
const T = I(n.value, D);
|
|
3273
3273
|
n.value = T;
|
|
3274
3274
|
}
|
|
3275
|
-
const
|
|
3275
|
+
const h = te(() => ls(n.value));
|
|
3276
3276
|
function I(D, T) {
|
|
3277
3277
|
var Z;
|
|
3278
3278
|
let k = ut(
|
|
3279
3279
|
D.filter(
|
|
3280
|
-
(
|
|
3280
|
+
(x) => x.subject !== me.Subject.Business.restaurant && x.subject !== me.Subject.Restaurant.restaurant
|
|
3281
3281
|
)
|
|
3282
3282
|
);
|
|
3283
3283
|
if (!T || T.length > 0) {
|
|
3284
3284
|
const {
|
|
3285
|
-
category:
|
|
3285
|
+
category: x,
|
|
3286
3286
|
showByFeatureFlag: j,
|
|
3287
3287
|
...ne
|
|
3288
3288
|
} = ms.restaurant;
|
|
3289
3289
|
k.push(ne);
|
|
3290
|
-
const
|
|
3290
|
+
const J = {
|
|
3291
3291
|
actions: [me.Action.manage],
|
|
3292
3292
|
subject: me.Subject.Restaurant.restaurant
|
|
3293
3293
|
};
|
|
3294
|
-
T && (
|
|
3294
|
+
T && (J.conditions = JSON.stringify({ restaurantId: { $in: T } })), k.push(J);
|
|
3295
3295
|
}
|
|
3296
3296
|
if (T) {
|
|
3297
|
-
const
|
|
3297
|
+
const x = [
|
|
3298
3298
|
...new Set(T.map((ne) => S.value[ne]).flatMap((ne) => ne))
|
|
3299
3299
|
], j = _.value.map((ne) => ne._id);
|
|
3300
|
-
|
|
3300
|
+
x.length !== j.length && (k = C(
|
|
3301
3301
|
k,
|
|
3302
|
-
(Z =
|
|
3302
|
+
(Z = h.value || j) == null ? void 0 : Z.filter((ne) => x.includes(ne))
|
|
3303
3303
|
));
|
|
3304
3304
|
}
|
|
3305
3305
|
return k;
|
|
3306
3306
|
}
|
|
3307
3307
|
function A(D) {
|
|
3308
|
-
const T =
|
|
3308
|
+
const T = C(n.value, D);
|
|
3309
3309
|
n.value = T;
|
|
3310
3310
|
}
|
|
3311
|
-
function
|
|
3311
|
+
function C(D, T) {
|
|
3312
3312
|
let k = ut(
|
|
3313
3313
|
D.filter((Z) => Z.subject !== me.Subject.Business.role)
|
|
3314
3314
|
);
|
|
@@ -3324,11 +3324,11 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3324
3324
|
}
|
|
3325
3325
|
Xt(async () => {
|
|
3326
3326
|
await Promise.all([
|
|
3327
|
-
|
|
3327
|
+
Wr.readWarehouses().then((D) => L.value = D),
|
|
3328
3328
|
c()
|
|
3329
3329
|
]);
|
|
3330
3330
|
});
|
|
3331
|
-
const
|
|
3331
|
+
const W = te(() => kt(
|
|
3332
3332
|
n.value,
|
|
3333
3333
|
Tt
|
|
3334
3334
|
).filter((k) => {
|
|
@@ -3338,70 +3338,70 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3338
3338
|
if (k.inverted) return k;
|
|
3339
3339
|
const Z = k.actions;
|
|
3340
3340
|
if (!Z.includes("manage")) return k;
|
|
3341
|
-
const
|
|
3342
|
-
if (!
|
|
3343
|
-
const j =
|
|
3344
|
-
return j.length <= 1 || j.filter((
|
|
3341
|
+
const x = u(k.subject);
|
|
3342
|
+
if (!x) return k;
|
|
3343
|
+
const j = x.actions;
|
|
3344
|
+
return j.length <= 1 || j.filter((J) => !Z.includes(J)).length === 0 ? k : { ...k, actions: [...j] };
|
|
3345
3345
|
}));
|
|
3346
|
-
function
|
|
3346
|
+
function G(D) {
|
|
3347
3347
|
const T = new Set(
|
|
3348
|
-
|
|
3348
|
+
W.value.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3349
3349
|
), k = new Set(
|
|
3350
3350
|
D.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3351
3351
|
), Z = new Set(
|
|
3352
3352
|
n.value.filter((j) => !j.inverted).map((j) => j.subject)
|
|
3353
3353
|
);
|
|
3354
|
-
let
|
|
3354
|
+
let x = [...n.value];
|
|
3355
3355
|
for (const j of T)
|
|
3356
|
-
k.has(j) || (Z.has(j) && (
|
|
3357
|
-
|
|
3356
|
+
k.has(j) || (Z.has(j) && (x = x.filter((J) => J.subject !== j)), (!Z.has(j) || kt(
|
|
3357
|
+
x,
|
|
3358
3358
|
Tt
|
|
3359
3359
|
).some(
|
|
3360
|
-
(
|
|
3361
|
-
)) && !
|
|
3360
|
+
(J) => J.subject === j && !J.inverted && J.actions.includes("manage")
|
|
3361
|
+
)) && !x.some((J) => J.subject === j && J.inverted) && x.push({ subject: j, actions: ["manage"], inverted: !0 }));
|
|
3362
3362
|
for (const j of k)
|
|
3363
3363
|
if (!T.has(j)) {
|
|
3364
|
-
const ne =
|
|
3365
|
-
if (
|
|
3366
|
-
const
|
|
3364
|
+
const ne = x.some((J) => J.subject === j && J.inverted);
|
|
3365
|
+
if (x = x.filter((J) => !(J.subject === j && J.inverted)), !ne && !Z.has(j)) {
|
|
3366
|
+
const J = D.find(
|
|
3367
3367
|
(Q) => Q.subject === j && !Q.inverted
|
|
3368
3368
|
), X = u(j);
|
|
3369
|
-
if (X &&
|
|
3370
|
-
const { category: Q, showByFeatureFlag:
|
|
3371
|
-
|
|
3369
|
+
if (X && J) {
|
|
3370
|
+
const { category: Q, showByFeatureFlag: Me, ...re } = X;
|
|
3371
|
+
x.push({ ...re, actions: J.actions });
|
|
3372
3372
|
}
|
|
3373
3373
|
}
|
|
3374
3374
|
}
|
|
3375
3375
|
for (const j of k) {
|
|
3376
3376
|
if (!T.has(j)) continue;
|
|
3377
|
-
const ne =
|
|
3377
|
+
const ne = W.value.find(
|
|
3378
3378
|
(re) => re.subject === j && !re.inverted
|
|
3379
|
-
),
|
|
3380
|
-
if (!ne ||
|
|
3381
|
-
const X = new Set(ne.actions), Q = new Set(
|
|
3379
|
+
), J = D.find((re) => re.subject === j && !re.inverted);
|
|
3380
|
+
if (!ne || !J) continue;
|
|
3381
|
+
const X = new Set(ne.actions), Q = new Set(J.actions);
|
|
3382
3382
|
if (X.size === Q.size && [...X].every((re) => Q.has(re)))
|
|
3383
3383
|
continue;
|
|
3384
|
-
const
|
|
3385
|
-
if (
|
|
3386
|
-
|
|
3387
|
-
...
|
|
3384
|
+
const Me = x.findIndex((re) => re.subject === j && !re.inverted);
|
|
3385
|
+
if (Me >= 0)
|
|
3386
|
+
x[Me] = {
|
|
3387
|
+
...x[Me],
|
|
3388
3388
|
actions: Array.from(Q)
|
|
3389
3389
|
};
|
|
3390
3390
|
else {
|
|
3391
3391
|
const re = u(j);
|
|
3392
3392
|
if (re) {
|
|
3393
|
-
const { category: Ee, showByFeatureFlag:
|
|
3394
|
-
|
|
3393
|
+
const { category: Ee, showByFeatureFlag: Je, ...$e } = re;
|
|
3394
|
+
x.push({ ...$e, actions: Array.from(Q) });
|
|
3395
3395
|
}
|
|
3396
3396
|
}
|
|
3397
3397
|
X.has("manage") && !Q.has("manage") && kt(
|
|
3398
|
-
|
|
3398
|
+
x,
|
|
3399
3399
|
Tt
|
|
3400
3400
|
).some(
|
|
3401
3401
|
(Ee) => Ee.subject === j && !Ee.inverted && Ee.actions.includes("manage")
|
|
3402
|
-
) && !
|
|
3402
|
+
) && !x.some((Ee) => Ee.subject === j && Ee.inverted) && x.push({ subject: j, actions: ["manage"], inverted: !0 }), !X.has("manage") && Q.has("manage") && (x = x.filter((re) => !(re.subject === j && re.inverted)));
|
|
3403
3403
|
}
|
|
3404
|
-
n.value =
|
|
3404
|
+
n.value = x;
|
|
3405
3405
|
}
|
|
3406
3406
|
return St(
|
|
3407
3407
|
n,
|
|
@@ -3409,62 +3409,62 @@ const yr = { class: "flex flex-col gap-16" }, kr = {
|
|
|
3409
3409
|
l("permissionChanged", D);
|
|
3410
3410
|
},
|
|
3411
3411
|
{ deep: !0 }
|
|
3412
|
-
), (D, T) => (
|
|
3412
|
+
), (D, T) => (B(), se("div", xr, [
|
|
3413
3413
|
ae("div", Xr, [
|
|
3414
3414
|
_e(Pr, {
|
|
3415
|
-
"model-value":
|
|
3415
|
+
"model-value": W.value,
|
|
3416
3416
|
"excluded-subjects": P,
|
|
3417
|
-
"additional-permissions":
|
|
3418
|
-
"onUpdate:modelValue":
|
|
3417
|
+
"additional-permissions": H(m),
|
|
3418
|
+
"onUpdate:modelValue": G
|
|
3419
3419
|
}, Fe({ _: 2 }, [
|
|
3420
|
-
|
|
3420
|
+
he(p.value, (k) => ({
|
|
3421
3421
|
name: `checkbox-${k.id}-append`,
|
|
3422
|
-
fn:
|
|
3422
|
+
fn: be(() => [
|
|
3423
3423
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3424
3424
|
])
|
|
3425
3425
|
}))
|
|
3426
3426
|
]), 1032, ["model-value", "additional-permissions"])
|
|
3427
3427
|
]),
|
|
3428
3428
|
ae("div", Yr, [
|
|
3429
|
-
_e(
|
|
3429
|
+
_e(Cn, {
|
|
3430
3430
|
"model-value": V.value,
|
|
3431
|
-
options:
|
|
3432
|
-
context:
|
|
3431
|
+
options: w.value,
|
|
3432
|
+
context: H(a)("team.labels.warehouse"),
|
|
3433
3433
|
"onUpdate:modelValue": i
|
|
3434
3434
|
}, Fe({ _: 2 }, [
|
|
3435
|
-
|
|
3435
|
+
he(O.value, (k) => ({
|
|
3436
3436
|
name: `checkbox-${k.id}-append`,
|
|
3437
|
-
fn:
|
|
3437
|
+
fn: be(() => [
|
|
3438
3438
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3439
3439
|
])
|
|
3440
3440
|
}))
|
|
3441
3441
|
]), 1032, ["model-value", "options", "context"])
|
|
3442
3442
|
]),
|
|
3443
3443
|
ae("div", Zr, [
|
|
3444
|
-
_e(
|
|
3445
|
-
"model-value":
|
|
3446
|
-
options:
|
|
3447
|
-
context:
|
|
3444
|
+
_e(Cn, {
|
|
3445
|
+
"model-value": g.value,
|
|
3446
|
+
options: M.value,
|
|
3447
|
+
context: H(a)("team.labels.restaurant"),
|
|
3448
3448
|
"onUpdate:modelValue": v
|
|
3449
3449
|
}, Fe({ _: 2 }, [
|
|
3450
|
-
|
|
3450
|
+
he(R.value, (k) => ({
|
|
3451
3451
|
name: `checkbox-${k.id}-append`,
|
|
3452
|
-
fn:
|
|
3452
|
+
fn: be(() => [
|
|
3453
3453
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3454
3454
|
])
|
|
3455
3455
|
}))
|
|
3456
3456
|
]), 1032, ["model-value", "options", "context"])
|
|
3457
3457
|
]),
|
|
3458
|
-
ae("div",
|
|
3459
|
-
_e(
|
|
3460
|
-
roles:
|
|
3461
|
-
"model-value":
|
|
3462
|
-
"restaurant-ids":
|
|
3458
|
+
ae("div", Br, [
|
|
3459
|
+
_e(Gr, {
|
|
3460
|
+
roles: H(_),
|
|
3461
|
+
"model-value": h.value,
|
|
3462
|
+
"restaurant-ids": g.value,
|
|
3463
3463
|
"onUpdate:modelValue": A
|
|
3464
3464
|
}, Fe({ _: 2 }, [
|
|
3465
|
-
|
|
3465
|
+
he(N.value, (k) => ({
|
|
3466
3466
|
name: `checkbox-${k.id}-append`,
|
|
3467
|
-
fn:
|
|
3467
|
+
fn: be(() => [
|
|
3468
3468
|
_e(it, { item: k }, null, 8, ["item"])
|
|
3469
3469
|
])
|
|
3470
3470
|
}))
|