@feedmepos/mf-inventory-portal 0.0.25-dev.42 → 0.0.25-dev.43
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/{App-BgLyTa3Z.js → App-DXrm29Xt.js} +2 -2
- package/dist/{ApprovalView-UC31qsPD.js → ApprovalView-CdkO81D-.js} +2 -2
- package/dist/{BindingsDialog-h9el4EvX.js → BindingsDialog-C3LDf8O0.js} +2 -2
- package/dist/{BindingsPicker-Cw5AT6xO.js → BindingsPicker-WoF8gzVL.js} +1 -1
- package/dist/{BindingsTable-Boj3hZup.js → BindingsTable-BiMt6dtC.js} +1 -1
- package/dist/{ClosingDraftView-DOH7FmkH.js → ClosingDraftView-DoQT7i-e.js} +2 -2
- package/dist/{ClosingTemplateView-CG7qArA8.js → ClosingTemplateView-BQTlHSOP.js} +2 -2
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-k1J8dWcK.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-BsNSEdH_.js} +3 -3
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-C5qp_p1A.js → FmUnitInput.vue_vue_type_script_setup_true_lang-EAfn_gI2.js} +1 -1
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DBYsiV9t.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-Bt0MPl6I.js} +1 -1
- package/dist/{IngredientGroupView-CWEw3I3i.js → IngredientGroupView-KPqbuUdq.js} +1 -1
- package/dist/{IngredientsView-B6EDjPTe.js → IngredientsView-btkrzfUb.js} +4 -4
- package/dist/{IntegrationView-DiSoM1K8.js → IntegrationView-CPganv5I.js} +1 -1
- package/dist/{InventoryBindingForm-nKWx-EUW.js → InventoryBindingForm-Cm69z42D.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BMMD4hwX.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-ByzbgoCW.js} +3 -3
- package/dist/{InventoryBindingSummary-CQnCjIY4.js → InventoryBindingSummary-C7EeAVAs.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Cr8DwdOC.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CtfmvGMA.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DnZI3Gfj.js → PremiumBadge.vue_vue_type_script_setup_true_lang-6RHBNS7-.js} +1 -1
- package/dist/{PublishView-DvHW27pI.js → PublishView-C7s9DTwV.js} +2 -2
- package/dist/{PurchaseOrderPrintPreview-DSTbRKyh.js → PurchaseOrderPrintPreview-Bp8w6vni.js} +1 -1
- package/dist/{ReceiveRequestView-BKRHqSU-.js → ReceiveRequestView-VMEuhH5P.js} +163 -161
- package/dist/{RecipeView-CFTrf0YF.js → RecipeView-Dh0WI3gA.js} +3 -3
- package/dist/{StockView-CAPLd29m.js → StockView-CQziShwK.js} +7 -7
- package/dist/{SupplierView-C_CrS9FM.js → SupplierView-BnXohTy2.js} +4 -4
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-BWuWB95v.js → TransferDetails.vue_vue_type_script_setup_true_lang-DCjg5ptE.js} +4 -4
- package/dist/{TransferTemplateView-BaJaiaO9.js → TransferTemplateView-BNIFmGRO.js} +7 -7
- package/dist/{UnitView-DY9nZs1y.js → UnitView-B0QQr63Q.js} +3 -3
- package/dist/{WarehouseView-CAFxl8K4.js → WarehouseView-COD-NsAu.js} +1 -1
- package/dist/{app-Jh5wwLsF.js → app-Bs9204PI.js} +423 -413
- package/dist/app.js +1 -1
- package/dist/{decimal-0_acpDRy.js → decimal-Cwq4YmHr.js} +1 -1
- package/dist/{feature-CqX_LtOl.js → feature-aOw02w8c.js} +1 -1
- package/dist/{format-unit-display-CYPC8_oX.js → format-unit-display-B0097Dbk.js} +2 -2
- package/dist/{index-QcOk4LDU.js → index-DIrzS8cU.js} +2 -2
- package/dist/{stock-BpWEKDoQ.js → stock-DqesOQBC.js} +1 -1
- package/dist/{supplier-By3gzRHW.js → supplier-BGNg5AzJ.js} +1 -1
- package/dist/{use-ingredient-select-dialog-hkbfGnB9.js → use-ingredient-select-dialog-B3WOWtBJ.js} +1 -1
- package/dist/{use-inventory-binding-dialog-BFG04MUx.js → use-inventory-binding-dialog-CTu19_Bj.js} +1 -1
- package/dist/{vue-i18n-D57Xfcpf.js → vue-i18n-uf0PuoRa.js} +79 -79
- package/package.json +3 -3
|
@@ -19,22 +19,22 @@ const j = Array.isArray, H = (e) => typeof e == "function", b = (e) => typeof e
|
|
|
19
19
|
function fn(e, n = "") {
|
|
20
20
|
return e.reduce((t, r, i) => i === 0 ? t + r : t + n + r, "");
|
|
21
21
|
}
|
|
22
|
-
function
|
|
22
|
+
function yt(e, n) {
|
|
23
23
|
typeof console < "u" && (console.warn("[intlify] " + e), n && console.warn(n.stack));
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const ye = (e) => !C(e) || j(e);
|
|
26
26
|
function Pe(e, n) {
|
|
27
|
-
if (
|
|
27
|
+
if (ye(e) || ye(n))
|
|
28
28
|
throw new Error("Invalid value");
|
|
29
29
|
const t = [{ src: e, des: n }];
|
|
30
30
|
for (; t.length; ) {
|
|
31
31
|
const { src: r, des: i } = t.pop();
|
|
32
32
|
Object.keys(r).forEach((o) => {
|
|
33
|
-
o !== "__proto__" && (C(r[o]) && !C(i[o]) && (i[o] = Array.isArray(r[o]) ? [] : M()),
|
|
33
|
+
o !== "__proto__" && (C(r[o]) && !C(i[o]) && (i[o] = Array.isArray(r[o]) ? [] : M()), ye(i[o]) || ye(r[o]) ? i[o] = r[o] : t.push({ src: r[o], des: i[o] }));
|
|
34
34
|
});
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function St(e, n, t) {
|
|
38
38
|
return { line: e, column: n, offset: t };
|
|
39
39
|
}
|
|
40
40
|
function tn(e, n, t) {
|
|
@@ -74,7 +74,7 @@ const ee = " ", Ct = "\r", K = `
|
|
|
74
74
|
function Ft(e) {
|
|
75
75
|
const n = e;
|
|
76
76
|
let t = 0, r = 1, i = 1, o = 0;
|
|
77
|
-
const _ = (T) => n[T] === Ct && n[T + 1] === K, p = (T) => n[T] === K, l = (T) => n[T] === Mt, g = (T) => n[T] === Ut, k = (T) => _(T) || p(T) || l(T) || g(T), I = () => t, h = () => r, L = () => i,
|
|
77
|
+
const _ = (T) => n[T] === Ct && n[T + 1] === K, p = (T) => n[T] === K, l = (T) => n[T] === Mt, g = (T) => n[T] === Ut, k = (T) => _(T) || p(T) || l(T) || g(T), I = () => t, h = () => r, L = () => i, S = () => o, y = (T) => _(T) || l(T) || g(T) ? K : n[T], R = () => y(t), c = () => y(t + o);
|
|
78
78
|
function f() {
|
|
79
79
|
return o = 0, k(t) && (r++, i = 0), _(t) && t++, t++, i++, n[t];
|
|
80
80
|
}
|
|
@@ -97,8 +97,8 @@ function Ft(e) {
|
|
|
97
97
|
index: I,
|
|
98
98
|
line: h,
|
|
99
99
|
column: L,
|
|
100
|
-
peekOffset:
|
|
101
|
-
charAt:
|
|
100
|
+
peekOffset: S,
|
|
101
|
+
charAt: y,
|
|
102
102
|
currentChar: R,
|
|
103
103
|
currentPeek: c,
|
|
104
104
|
next: f,
|
|
@@ -110,7 +110,7 @@ function Ft(e) {
|
|
|
110
110
|
}
|
|
111
111
|
const re = void 0, Ht = ".", An = "'", wt = "tokenizer";
|
|
112
112
|
function Gt(e, n = {}) {
|
|
113
|
-
const t = n.location !== !1, r = Ft(e), i = () => r.index(), o = () =>
|
|
113
|
+
const t = n.location !== !1, r = Ft(e), i = () => r.index(), o = () => St(r.line(), r.column(), r.index()), _ = o(), p = i(), l = {
|
|
114
114
|
currentType: 13,
|
|
115
115
|
offset: p,
|
|
116
116
|
startLoc: _,
|
|
@@ -143,17 +143,17 @@ function Gt(e, n = {}) {
|
|
|
143
143
|
13
|
|
144
144
|
/* TokenTypes.EOF */
|
|
145
145
|
);
|
|
146
|
-
function
|
|
146
|
+
function S(s, a) {
|
|
147
147
|
return s.currentChar() === a ? (s.next(), a) : (I(U.EXPECTED_TOKEN, o(), 0, a), "");
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function y(s) {
|
|
150
150
|
let a = "";
|
|
151
151
|
for (; s.currentPeek() === ee || s.currentPeek() === K; )
|
|
152
152
|
a += s.currentPeek(), s.peek();
|
|
153
153
|
return a;
|
|
154
154
|
}
|
|
155
155
|
function R(s) {
|
|
156
|
-
const a =
|
|
156
|
+
const a = y(s);
|
|
157
157
|
return s.skipToPeek(), a;
|
|
158
158
|
}
|
|
159
159
|
function c(s) {
|
|
@@ -174,7 +174,7 @@ function Gt(e, n = {}) {
|
|
|
174
174
|
const { currentType: d } = a;
|
|
175
175
|
if (d !== 2)
|
|
176
176
|
return !1;
|
|
177
|
-
|
|
177
|
+
y(s);
|
|
178
178
|
const A = c(s.currentPeek());
|
|
179
179
|
return s.resetPeek(), A;
|
|
180
180
|
}
|
|
@@ -182,7 +182,7 @@ function Gt(e, n = {}) {
|
|
|
182
182
|
const { currentType: d } = a;
|
|
183
183
|
if (d !== 2)
|
|
184
184
|
return !1;
|
|
185
|
-
|
|
185
|
+
y(s);
|
|
186
186
|
const A = s.currentPeek() === "-" ? s.peek() : s.currentPeek(), V = f(A);
|
|
187
187
|
return s.resetPeek(), V;
|
|
188
188
|
}
|
|
@@ -190,7 +190,7 @@ function Gt(e, n = {}) {
|
|
|
190
190
|
const { currentType: d } = a;
|
|
191
191
|
if (d !== 2)
|
|
192
192
|
return !1;
|
|
193
|
-
|
|
193
|
+
y(s);
|
|
194
194
|
const A = s.currentPeek() === An;
|
|
195
195
|
return s.resetPeek(), A;
|
|
196
196
|
}
|
|
@@ -198,7 +198,7 @@ function Gt(e, n = {}) {
|
|
|
198
198
|
const { currentType: d } = a;
|
|
199
199
|
if (d !== 7)
|
|
200
200
|
return !1;
|
|
201
|
-
|
|
201
|
+
y(s);
|
|
202
202
|
const A = s.currentPeek() === ".";
|
|
203
203
|
return s.resetPeek(), A;
|
|
204
204
|
}
|
|
@@ -206,7 +206,7 @@ function Gt(e, n = {}) {
|
|
|
206
206
|
const { currentType: d } = a;
|
|
207
207
|
if (d !== 8)
|
|
208
208
|
return !1;
|
|
209
|
-
|
|
209
|
+
y(s);
|
|
210
210
|
const A = c(s.currentPeek());
|
|
211
211
|
return s.resetPeek(), A;
|
|
212
212
|
}
|
|
@@ -214,7 +214,7 @@ function Gt(e, n = {}) {
|
|
|
214
214
|
const { currentType: d } = a;
|
|
215
215
|
if (!(d === 7 || d === 11))
|
|
216
216
|
return !1;
|
|
217
|
-
|
|
217
|
+
y(s);
|
|
218
218
|
const A = s.currentPeek() === ":";
|
|
219
219
|
return s.resetPeek(), A;
|
|
220
220
|
}
|
|
@@ -229,7 +229,7 @@ function Gt(e, n = {}) {
|
|
|
229
229
|
return s.resetPeek(), V;
|
|
230
230
|
}
|
|
231
231
|
function $(s) {
|
|
232
|
-
|
|
232
|
+
y(s);
|
|
233
233
|
const a = s.currentPeek() === "|";
|
|
234
234
|
return s.resetPeek(), a;
|
|
235
235
|
}
|
|
@@ -324,12 +324,12 @@ function Gt(e, n = {}) {
|
|
|
324
324
|
return s !== An && s !== K;
|
|
325
325
|
}
|
|
326
326
|
function Xe(s) {
|
|
327
|
-
R(s),
|
|
327
|
+
R(s), S(s, "'");
|
|
328
328
|
let a = "", d = "";
|
|
329
329
|
for (; a = x(s, On); )
|
|
330
330
|
a === "\\" ? d += Ke(s) : d += a;
|
|
331
331
|
const A = s.currentChar();
|
|
332
|
-
return A === K || A === re ? (I(U.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, o(), 0), A === K && (s.next(),
|
|
332
|
+
return A === K || A === re ? (I(U.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, o(), 0), A === K && (s.next(), S(s, "'")), d) : (S(s, "'"), d);
|
|
333
333
|
}
|
|
334
334
|
function Ke(s) {
|
|
335
335
|
const a = s.currentChar();
|
|
@@ -346,7 +346,7 @@ function Gt(e, n = {}) {
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
function Ae(s, a, d) {
|
|
349
|
-
|
|
349
|
+
S(s, a);
|
|
350
350
|
let A = "";
|
|
351
351
|
for (let V = 0; V < d; V++) {
|
|
352
352
|
const D = ke(s);
|
|
@@ -383,7 +383,7 @@ function Gt(e, n = {}) {
|
|
|
383
383
|
}
|
|
384
384
|
function ge(s) {
|
|
385
385
|
R(s);
|
|
386
|
-
const a =
|
|
386
|
+
const a = S(
|
|
387
387
|
s,
|
|
388
388
|
"|"
|
|
389
389
|
/* TokenChars.Pipe */
|
|
@@ -627,7 +627,7 @@ function jt(e = {}) {
|
|
|
627
627
|
const T = f.currentType === 1 ? f.lastOffset : c.currentOffset(), w = f.currentType === 1 ? f.lastEndLoc : c.currentPosition();
|
|
628
628
|
return o(O, T, w), O;
|
|
629
629
|
}
|
|
630
|
-
function
|
|
630
|
+
function S(c, f, v, m) {
|
|
631
631
|
const O = c.context();
|
|
632
632
|
let N = m.items.length === 0;
|
|
633
633
|
const T = i(1, f, v);
|
|
@@ -638,13 +638,13 @@ function jt(e = {}) {
|
|
|
638
638
|
} while (O.currentType !== 13);
|
|
639
639
|
return N && r(c, U.MUST_HAVE_MESSAGES_IN_PLURAL, v, 0), o(T, c.currentOffset(), c.currentPosition()), T;
|
|
640
640
|
}
|
|
641
|
-
function
|
|
641
|
+
function y(c) {
|
|
642
642
|
const f = c.context(), { offset: v, startLoc: m } = f, O = L(c);
|
|
643
|
-
return f.currentType === 13 ? O :
|
|
643
|
+
return f.currentType === 13 ? O : S(c, v, m, O);
|
|
644
644
|
}
|
|
645
645
|
function R(c) {
|
|
646
646
|
const f = Gt(c, X({}, e)), v = f.context(), m = i(0, v.offset, v.startLoc);
|
|
647
|
-
return n && m.loc && (m.loc.source = c), m.body =
|
|
647
|
+
return n && m.loc && (m.loc.source = c), m.body = y(f), e.onCacheKey && (m.cacheKey = e.onCacheKey(c)), v.currentType !== 13 && r(f, U.UNEXPECTED_LEXICAL_ANALYSIS, v.lastStartLoc, 0, c[v.offset] || ""), o(m, f.currentOffset(), f.currentPosition()), m;
|
|
648
648
|
}
|
|
649
649
|
return { parse: R };
|
|
650
650
|
}
|
|
@@ -717,9 +717,9 @@ function Yt(e, n = {}) {
|
|
|
717
717
|
}
|
|
718
718
|
function Xt(e) {
|
|
719
719
|
const n = e.body;
|
|
720
|
-
return n.type === 2 ?
|
|
720
|
+
return n.type === 2 ? yn(n) : n.cases.forEach((t) => yn(t)), e;
|
|
721
721
|
}
|
|
722
|
-
function
|
|
722
|
+
function yn(e) {
|
|
723
723
|
if (e.items.length === 1) {
|
|
724
724
|
const n = e.items[0];
|
|
725
725
|
(n.type === 3 || n.type === 9) && (e.static = n.value, delete n.value);
|
|
@@ -932,7 +932,7 @@ function zt(e, n = {}) {
|
|
|
932
932
|
const t = X({}, n), r = !!t.jit, i = !!t.minify, o = t.optimize == null ? !0 : t.optimize, p = jt(t).parse(e);
|
|
933
933
|
return r ? (o && Xt(p), i && me(p), { ast: p, code: "" }) : (Yt(p, t), Zt(p, t));
|
|
934
934
|
}
|
|
935
|
-
var er = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_e43f26cb-f332-4ece-bac2-ff7648c91701", npm_package_dependencies_dinero_js: "^1.9.1", npm_package_dependencies_zod: "3.17.9", npm_package_devDependencies__types_node: "^18.19.33", npm_config_dedupe_peer_dependents: "", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_scripts_prepublish: "pnpm check:env && pnpm build:mf && pnpm build:dts", npm_package_dependencies_fuzzy_search: "^3.2.1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.6.0", USER: "runner", npm_config_user_agent: "pnpm/9.12.1 npm/? node/v20.19.0 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.13", npm_package_devDependencies_vite_plugin_commonjs: "^0.10.3", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_e43f26cb-f332-4ece-bac2-ff7648c91701", PIPX_HOME: "/opt/pipx", npm_package_scripts_dev_standalone: "vite --mode standalone", npm_package_dependencies_node_html_parser: "^7.0.1", npm_package_devDependencies_vite: "5.4.8", npm_node_execpath: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", npm_package_scripts_prod_standalone: "PORTAL_ENV=production vite --mode standalone", npm_package_scripts_check_env: 'cat build-*.env | grep -qE "^[^#].*localhost" && { echo "Error: build-*.env files contains localhost reference" >&2; exit 1;} || exit 0', HOME: "/home/runner", npm_package_devDependencies_sass: "^1.77.2", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_scripts_build_mf_prod: "PORTAL_ENV=production vite build --mode fmmf", npm_package_dependencies_change_case: "^5.4.4", NODE_OPTIONS: "--max-old-space-size=8192", GRADLE_HOME: "/usr/share/gradle-8.13", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.0.13004108", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --declaration --noEmit -p tsconfig.app.json", npm_package_dependencies__feedmepos_mf_common: "1.18.0-beta.5", npm_package_devDependencies_npm_run_all2: "^6.2.0", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "708", npm_package_dependencies__feedmepos_ui_library: "1.5.1-beta.3", npm_package_dependencies_dayjs: "^1.11.11", npm_package_dependencies_dotenv: "^16.4.5", npm_package_devDependencies__tsconfig_node18: "^18.2.4", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_tailwindcss: "3.4.1", npm_package_devDependencies_typescript: "5.2.2", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_google_maps: "^4.3.3", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^1.8.27", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250323.1.0", npm_package_scripts_build_prod: "PORTAL_ENV=production vite build --mode standalone", npm_package_scripts_dev: "vite", npm_package_dependencies__types_dinero_js: "^1.9.4", npm_package_devDependencies_prettier: "^3.2.5", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", STORE_PATH: "/home/runner/setup-pnpm/node_modules/.bin/store/v3", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_scripts_prod: "PORTAL_ENV=production vite", npm_package_devDependencies__vue_tsconfig: "^0.4.0", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.7/x64", JOURNAL_STREAM: "8:6228", GITHUB_WORKFLOW: "Preview FeedMe Inventory Portal V1", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.19", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_scripts_check_publish_version: "./bin/check-version.sh", npm_package_dependencies_csstype: "^3.1.3", npm_package_dependencies_fuzzy: "^0.1.3", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "14304798663", STATS_VMFE: "true", npm_package_devDependencies_happy_dom: "^12.10.3", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "ce9248f74131d6951e04110fbe2d78f633a7c408", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^4.6.2", GITHUB_WORKFLOW_REF: "feedmepos/inventory-service/.github/workflows/inventory-portal-dev.yaml@refs/heads/dev/portal", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies__feedmepos_zod_inventory: "workspace:^", npm_package_dependencies_axios: "^1.7.1", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/20.19.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_210fce2a-2350-44a0-97d5-543ffd8b9184", INVOCATION_ID: "d396802ed39f41e3a44a6e171c79e049", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", npm_package_name: "@feedmepos/mf-inventory-portal", GITHUB_ACTION: "publish_version", GITHUB_RUN_NUMBER: "451", GITHUB_TRIGGERING_ACTOR: "zdirnecamlcs96", 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_test_publish: "pnpm prepublish && pnpm pack", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_config_frozen_lockfile: "", npm_package_dependencies__typescript_eslint_typescript_estree: "^8.21.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__vue_test_utils: "^2.4.6", npm_package_devDependencies_eslint: "^8.57.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 486", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev/portal", GITHUB_REPOSITORY: "feedmepos/inventory-service", STATS_D_D: "false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_publish_beta: "pnpm publish --tag beta", npm_package_scripts_unpack: "tar zxf", npm_package_dependencies__feedmepos_core: "^2.12.28", npm_package_devDependencies__types_debounce: "^1.2.4", npm_lifecycle_script: "vite build --mode fmmf", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", GITHUB_REPOSITORY_ID: "656626604", GITHUB_ACTIONS: "true", STATS_PIP: "false", NODE_PATH: "/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/bin/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "0.0.25-dev.42", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts && pnpm build-types", npm_package_dependencies__tanstack_vue_table: "^8.17.3", npm_package_dependencies__vue_cli_service: "^5.0.8", npm_package_devDependencies__rushstack_eslint_patch: "^1.10.3", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: "vite build --mode standalone", npm_package_dependencies_vue_i18n: "^10.0.5", npm_config__feedmepos_registry: "https://registry.npmjs.org/", GITHUB_WORKSPACE: "/home/runner/work/inventory-service/inventory-service", ACCEPT_EULA: "Y", GITHUB_JOB: "setup", RUNNER_PERFLOG: "/home/runner/perflog", npm_package_devDependencies__types_fuzzy_search: "^2.1.5", npm_package_devDependencies_cypress: "^13.9.0", GITHUB_SHA: "ce9248f74131d6951e04110fbe2d78f633a7c408", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.4.0", GITHUB_REF: "refs/heads/dev/portal", GITHUB_ACTOR: "zdirnecamlcs96", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_devDependencies__testing_library_vue: "^8.1.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_e43f26cb-f332-4ece-bac2-ff7648c91701", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", GITHUB_ACTOR_ID: "12760908", RUNNER_WORKSPACE: "/home/runner/work/inventory-service", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_e43f26cb-f332-4ece-bac2-ff7648c91701", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_feature_flag: "^0.0.13", npm_package_dependencies__feedmepos_inventory_core: "workspace:^", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.26.0", npm_package_devDependencies_postcss: "^8.4.38", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy: "pnpm run build-only && pnpm publish --no-git-checks .", npm_package_dependencies_debounce: "^2.0.0", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", npm_package_dependencies__feedmepos_menu: "1.0.34", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_e43f26cb-f332-4ece-bac2-ff7648c91701", INIT_CWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_dependencies__feedmepos_inventory_core_js: "workspace:^", npm_package_dependencies_libphonenumber_js: "^1.11.18", NODE_ENV: "production" } };
|
|
935
|
+
var er = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_28d5fa1d-92d5-4df8-9b30-275137177644", npm_package_dependencies_dinero_js: "^1.9.1", npm_package_dependencies_zod: "3.17.9", npm_package_devDependencies__types_node: "^18.19.33", npm_config_dedupe_peer_dependents: "", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_scripts_prepublish: "pnpm check:env && pnpm build:mf && pnpm build:dts", npm_package_dependencies_fuzzy_search: "^3.2.1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.6.0", USER: "runner", npm_config_user_agent: "pnpm/9.12.1 npm/? node/v20.19.0 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.13", npm_package_devDependencies_vite_plugin_commonjs: "^0.10.3", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_28d5fa1d-92d5-4df8-9b30-275137177644", PIPX_HOME: "/opt/pipx", npm_package_scripts_dev_standalone: "vite --mode standalone", npm_package_dependencies_node_html_parser: "^7.0.1", npm_package_devDependencies_vite: "5.4.8", npm_node_execpath: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", npm_package_scripts_prod_standalone: "PORTAL_ENV=production vite --mode standalone", npm_package_scripts_check_env: 'cat build-*.env | grep -qE "^[^#].*localhost" && { echo "Error: build-*.env files contains localhost reference" >&2; exit 1;} || exit 0', HOME: "/home/runner", npm_package_devDependencies_sass: "^1.77.2", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_scripts_build_mf_prod: "PORTAL_ENV=production vite build --mode fmmf", npm_package_dependencies_change_case: "^5.4.4", NODE_OPTIONS: "--max-old-space-size=8192", GRADLE_HOME: "/usr/share/gradle-8.13", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.0.13004108", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --declaration --noEmit -p tsconfig.app.json", npm_package_dependencies__feedmepos_mf_common: "1.18.0-beta.5", npm_package_devDependencies_npm_run_all2: "^6.2.0", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "710", npm_package_dependencies__feedmepos_ui_library: "1.5.1-beta.3", npm_package_dependencies_dayjs: "^1.11.11", npm_package_dependencies_dotenv: "^16.4.5", npm_package_devDependencies__tsconfig_node18: "^18.2.4", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_tailwindcss: "3.4.1", npm_package_devDependencies_typescript: "5.2.2", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_google_maps: "^4.3.3", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^1.8.27", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250323.1.0", npm_package_scripts_build_prod: "PORTAL_ENV=production vite build --mode standalone", npm_package_scripts_dev: "vite", npm_package_dependencies__types_dinero_js: "^1.9.4", npm_package_devDependencies_prettier: "^3.2.5", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", STORE_PATH: "/home/runner/setup-pnpm/node_modules/.bin/store/v3", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_scripts_prod: "PORTAL_ENV=production vite", npm_package_devDependencies__vue_tsconfig: "^0.4.0", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.7/x64", JOURNAL_STREAM: "8:5828", GITHUB_WORKFLOW: "Preview FeedMe Inventory Portal V1", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.19", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_scripts_check_publish_version: "./bin/check-version.sh", npm_package_dependencies_csstype: "^3.1.3", npm_package_dependencies_fuzzy: "^0.1.3", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "14350012444", STATS_VMFE: "true", npm_package_devDependencies_happy_dom: "^12.10.3", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "7fa3087738a1eeea019b2c53706f842eb0bd4a92", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^4.6.2", GITHUB_WORKFLOW_REF: "feedmepos/inventory-service/.github/workflows/inventory-portal-dev.yaml@refs/heads/dev/portal", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies__feedmepos_zod_inventory: "workspace:^", npm_package_dependencies_axios: "^1.7.1", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/20.19.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_fdad9593-fe83-459a-a697-58c0c538c805", INVOCATION_ID: "29fc61a31ce742579c31033840a7a846", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", npm_package_name: "@feedmepos/mf-inventory-portal", GITHUB_ACTION: "publish_version", GITHUB_RUN_NUMBER: "452", GITHUB_TRIGGERING_ACTOR: "ye-yu", 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_test_publish: "pnpm prepublish && pnpm pack", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_config_frozen_lockfile: "", npm_package_dependencies__typescript_eslint_typescript_estree: "^8.21.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__vue_test_utils: "^2.4.6", npm_package_devDependencies_eslint: "^8.57.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 419", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev/portal", GITHUB_REPOSITORY: "feedmepos/inventory-service", STATS_D_D: "false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_publish_beta: "pnpm publish --tag beta", npm_package_scripts_unpack: "tar zxf", npm_package_dependencies__feedmepos_core: "^2.12.28", npm_package_devDependencies__types_debounce: "^1.2.4", npm_lifecycle_script: "vite build --mode fmmf", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", GITHUB_REPOSITORY_ID: "656626604", GITHUB_ACTIONS: "true", STATS_PIP: "false", NODE_PATH: "/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/bin/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "0.0.25-dev.43", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts && pnpm build-types", npm_package_dependencies__tanstack_vue_table: "^8.17.3", npm_package_dependencies__vue_cli_service: "^5.0.8", npm_package_devDependencies__rushstack_eslint_patch: "^1.10.3", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: "vite build --mode standalone", npm_package_dependencies_vue_i18n: "^10.0.5", npm_config__feedmepos_registry: "https://registry.npmjs.org/", GITHUB_WORKSPACE: "/home/runner/work/inventory-service/inventory-service", ACCEPT_EULA: "Y", GITHUB_JOB: "setup", RUNNER_PERFLOG: "/home/runner/perflog", npm_package_devDependencies__types_fuzzy_search: "^2.1.5", npm_package_devDependencies_cypress: "^13.9.0", GITHUB_SHA: "7fa3087738a1eeea019b2c53706f842eb0bd4a92", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.4.0", GITHUB_REF: "refs/heads/dev/portal", GITHUB_ACTOR: "ye-yu", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_devDependencies__testing_library_vue: "^8.1.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_28d5fa1d-92d5-4df8-9b30-275137177644", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", GITHUB_ACTOR_ID: "30603031", RUNNER_WORKSPACE: "/home/runner/work/inventory-service", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_28d5fa1d-92d5-4df8-9b30-275137177644", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_feature_flag: "^0.0.13", npm_package_dependencies__feedmepos_inventory_core: "workspace:^", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.26.0", npm_package_devDependencies_postcss: "^8.4.38", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy: "pnpm run build-only && pnpm publish --no-git-checks .", npm_package_dependencies_debounce: "^2.0.0", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", npm_package_dependencies__feedmepos_menu: "1.0.34", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_28d5fa1d-92d5-4df8-9b30-275137177644", INIT_CWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_dependencies__feedmepos_inventory_core_js: "workspace:^", npm_package_dependencies_libphonenumber_js: "^1.11.18", NODE_ENV: "production" } };
|
|
936
936
|
function nr() {
|
|
937
937
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (ie().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (ie().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
938
938
|
}
|
|
@@ -950,10 +950,10 @@ function tr(e, n) {
|
|
|
950
950
|
const o = or(t);
|
|
951
951
|
return e.plural(o.reduce((_, p) => [
|
|
952
952
|
..._,
|
|
953
|
-
|
|
953
|
+
Sn(e, p)
|
|
954
954
|
], []));
|
|
955
955
|
} else
|
|
956
|
-
return
|
|
956
|
+
return Sn(e, t);
|
|
957
957
|
}
|
|
958
958
|
const rr = ["b", "body"];
|
|
959
959
|
function sr(e) {
|
|
@@ -963,7 +963,7 @@ const ar = ["c", "cases"];
|
|
|
963
963
|
function or(e) {
|
|
964
964
|
return se(e, ar, []);
|
|
965
965
|
}
|
|
966
|
-
function
|
|
966
|
+
function Sn(e, n) {
|
|
967
967
|
const t = cr(n);
|
|
968
968
|
if (t != null)
|
|
969
969
|
return e.type === "text" ? t : e.normalize([t]);
|
|
@@ -984,9 +984,9 @@ function rn(e, n) {
|
|
|
984
984
|
const t = gn(n);
|
|
985
985
|
switch (t) {
|
|
986
986
|
case 3:
|
|
987
|
-
return
|
|
987
|
+
return Se(n, t);
|
|
988
988
|
case 9:
|
|
989
|
-
return
|
|
989
|
+
return Se(n, t);
|
|
990
990
|
case 4: {
|
|
991
991
|
const r = n;
|
|
992
992
|
if (Q(r, "k") && r.k)
|
|
@@ -1008,9 +1008,9 @@ function rn(e, n) {
|
|
|
1008
1008
|
return e.linked(rn(e, o), i ? rn(e, i) : void 0, e.type);
|
|
1009
1009
|
}
|
|
1010
1010
|
case 7:
|
|
1011
|
-
return
|
|
1011
|
+
return Se(n, t);
|
|
1012
1012
|
case 8:
|
|
1013
|
-
return
|
|
1013
|
+
return Se(n, t);
|
|
1014
1014
|
default:
|
|
1015
1015
|
throw new Error(`unhandled node on format message part: ${t}`);
|
|
1016
1016
|
}
|
|
@@ -1020,7 +1020,7 @@ function gn(e) {
|
|
|
1020
1020
|
return se(e, ur);
|
|
1021
1021
|
}
|
|
1022
1022
|
const pr = ["v", "value"];
|
|
1023
|
-
function
|
|
1023
|
+
function Se(e, n) {
|
|
1024
1024
|
const t = se(e, pr);
|
|
1025
1025
|
if (t)
|
|
1026
1026
|
return t;
|
|
@@ -1342,10 +1342,10 @@ ae[
|
|
|
1342
1342
|
]
|
|
1343
1343
|
};
|
|
1344
1344
|
const Lr = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
1345
|
-
function
|
|
1345
|
+
function yr(e) {
|
|
1346
1346
|
return Lr.test(e);
|
|
1347
1347
|
}
|
|
1348
|
-
function
|
|
1348
|
+
function Sr(e) {
|
|
1349
1349
|
const n = e.charCodeAt(0), t = e.charCodeAt(e.length - 1);
|
|
1350
1350
|
return n === t && (n === 34 || n === 39) ? e.slice(1, -1) : e;
|
|
1351
1351
|
}
|
|
@@ -1376,7 +1376,7 @@ function Dr(e) {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
function Pr(e) {
|
|
1378
1378
|
const n = e.trim();
|
|
1379
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 :
|
|
1379
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : yr(n) ? Sr(n) : "*" + n;
|
|
1380
1380
|
}
|
|
1381
1381
|
function Cr(e) {
|
|
1382
1382
|
const n = [];
|
|
@@ -1419,9 +1419,9 @@ function Cr(e) {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
};
|
|
1421
1421
|
function L() {
|
|
1422
|
-
const
|
|
1423
|
-
if (r === 5 &&
|
|
1424
|
-
return t++, p = "\\" +
|
|
1422
|
+
const S = e[t + 1];
|
|
1423
|
+
if (r === 5 && S === "'" || r === 6 && S === '"')
|
|
1424
|
+
return t++, p = "\\" + S, h[
|
|
1425
1425
|
0
|
|
1426
1426
|
/* Actions.APPEND */
|
|
1427
1427
|
](), !0;
|
|
@@ -1484,7 +1484,7 @@ const Fn = (e) => {
|
|
|
1484
1484
|
}, jr = () => st;
|
|
1485
1485
|
let Hn = 0;
|
|
1486
1486
|
function xr(e = {}) {
|
|
1487
|
-
const n = H(e.onWarn) ? e.onWarn :
|
|
1487
|
+
const n = H(e.onWarn) ? e.onWarn : yt, t = b(e.version) ? e.version : Fr, r = b(e.locale) || H(e.locale) ? e.locale : Ue, i = H(r) ? Ue : r, o = j(e.fallbackLocale) || P(e.fallbackLocale) || b(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, _ = P(e.messages) ? e.messages : nn(i), p = P(e.datetimeFormats) ? e.datetimeFormats : nn(i), l = P(e.numberFormats) ? e.numberFormats : nn(i), g = X(M(), e.modifiers, Hr()), k = e.pluralRules || M(), I = H(e.missing) ? e.missing : null, h = W(e.missingWarn) || Ce(e.missingWarn) ? e.missingWarn : !0, L = W(e.fallbackWarn) || Ce(e.fallbackWarn) ? e.fallbackWarn : !0, S = !!e.fallbackFormat, y = !!e.unresolving, R = H(e.postTranslation) ? e.postTranslation : null, c = P(e.processor) ? e.processor : null, f = W(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, v = !!e.escapeParameter, m = H(e.messageCompiler) ? e.messageCompiler : et, O = H(e.messageResolver) ? e.messageResolver : nt || Ur, N = H(e.localeFallbacker) ? e.localeFallbacker : tt || kr, T = C(e.fallbackContext) ? e.fallbackContext : void 0, w = e, G = C(w.__datetimeFormatters) ? w.__datetimeFormatters : /* @__PURE__ */ new Map(), $ = C(w.__numberFormatters) ? w.__numberFormatters : /* @__PURE__ */ new Map(), q = C(w.__meta) ? w.__meta : {};
|
|
1488
1488
|
Hn++;
|
|
1489
1489
|
const x = {
|
|
1490
1490
|
version: t,
|
|
@@ -1497,8 +1497,8 @@ function xr(e = {}) {
|
|
|
1497
1497
|
missing: I,
|
|
1498
1498
|
missingWarn: h,
|
|
1499
1499
|
fallbackWarn: L,
|
|
1500
|
-
fallbackFormat:
|
|
1501
|
-
unresolving:
|
|
1500
|
+
fallbackFormat: S,
|
|
1501
|
+
unresolving: y,
|
|
1502
1502
|
postTranslation: R,
|
|
1503
1503
|
processor: c,
|
|
1504
1504
|
warnHtmlMessage: f,
|
|
@@ -1540,17 +1540,17 @@ function Xr(e, n) {
|
|
|
1540
1540
|
function wn(e, ...n) {
|
|
1541
1541
|
const { datetimeFormats: t, unresolving: r, fallbackLocale: i, onWarn: o, localeFallbacker: _ } = e, { __datetimeFormatters: p } = e, [l, g, k, I] = sn(...n), h = W(k.missingWarn) ? k.missingWarn : e.missingWarn;
|
|
1542
1542
|
W(k.fallbackWarn) ? k.fallbackWarn : e.fallbackWarn;
|
|
1543
|
-
const L = !!k.part,
|
|
1543
|
+
const L = !!k.part, S = Tn(e, k), y = _(
|
|
1544
1544
|
e,
|
|
1545
1545
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1546
1546
|
i,
|
|
1547
|
-
|
|
1547
|
+
S
|
|
1548
1548
|
);
|
|
1549
1549
|
if (!b(l) || l === "")
|
|
1550
|
-
return new Intl.DateTimeFormat(
|
|
1550
|
+
return new Intl.DateTimeFormat(S, I).format(g);
|
|
1551
1551
|
let R = {}, c, f = null;
|
|
1552
1552
|
const v = "datetime format";
|
|
1553
|
-
for (let N = 0; N <
|
|
1553
|
+
for (let N = 0; N < y.length && (c = y[N], R = t[c] || {}, f = R[l], !P(f)); N++)
|
|
1554
1554
|
vn(e, l, c, h, v);
|
|
1555
1555
|
if (!P(f) || !b(c))
|
|
1556
1556
|
return r ? He : l;
|
|
@@ -1617,17 +1617,17 @@ function Gn(e, n, t) {
|
|
|
1617
1617
|
function Vn(e, ...n) {
|
|
1618
1618
|
const { numberFormats: t, unresolving: r, fallbackLocale: i, onWarn: o, localeFallbacker: _ } = e, { __numberFormatters: p } = e, [l, g, k, I] = an(...n), h = W(k.missingWarn) ? k.missingWarn : e.missingWarn;
|
|
1619
1619
|
W(k.fallbackWarn) ? k.fallbackWarn : e.fallbackWarn;
|
|
1620
|
-
const L = !!k.part,
|
|
1620
|
+
const L = !!k.part, S = Tn(e, k), y = _(
|
|
1621
1621
|
e,
|
|
1622
1622
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
1623
1623
|
i,
|
|
1624
|
-
|
|
1624
|
+
S
|
|
1625
1625
|
);
|
|
1626
1626
|
if (!b(l) || l === "")
|
|
1627
|
-
return new Intl.NumberFormat(
|
|
1627
|
+
return new Intl.NumberFormat(S, I).format(g);
|
|
1628
1628
|
let R = {}, c, f = null;
|
|
1629
1629
|
const v = "number format";
|
|
1630
|
-
for (let N = 0; N <
|
|
1630
|
+
for (let N = 0; N < y.length && (c = y[N], R = t[c] || {}, f = R[l], !P(f)); N++)
|
|
1631
1631
|
vn(e, l, c, h, v);
|
|
1632
1632
|
if (!P(f) || !b(c))
|
|
1633
1633
|
return r ? He : l;
|
|
@@ -1694,7 +1694,7 @@ function es(e = {}) {
|
|
|
1694
1694
|
const v = H(e.messages) ? e.messages(c, !!f) : C(e.messages) ? e.messages[c] : !1;
|
|
1695
1695
|
return v || (e.parent ? e.parent.message(c) : $r);
|
|
1696
1696
|
}
|
|
1697
|
-
const I = (c) => e.modifiers ? e.modifiers[c] : Kr, h = P(e.processor) && H(e.processor.normalize) ? e.processor.normalize : qr, L = P(e.processor) && H(e.processor.interpolate) ? e.processor.interpolate : Qr,
|
|
1697
|
+
const I = (c) => e.modifiers ? e.modifiers[c] : Kr, h = P(e.processor) && H(e.processor.normalize) ? e.processor.normalize : qr, L = P(e.processor) && H(e.processor.interpolate) ? e.processor.interpolate : Qr, S = P(e.processor) && b(e.processor.type) ? e.processor.type : Jr, R = {
|
|
1698
1698
|
list: p,
|
|
1699
1699
|
named: g,
|
|
1700
1700
|
plural: o,
|
|
@@ -1709,7 +1709,7 @@ function es(e = {}) {
|
|
|
1709
1709
|
return N ? I(N)(w, O) : w;
|
|
1710
1710
|
},
|
|
1711
1711
|
message: k,
|
|
1712
|
-
type:
|
|
1712
|
+
type: S,
|
|
1713
1713
|
interpolate: L,
|
|
1714
1714
|
normalize: h,
|
|
1715
1715
|
values: X(M(), _, l)
|
|
@@ -1718,14 +1718,14 @@ function es(e = {}) {
|
|
|
1718
1718
|
}
|
|
1719
1719
|
const jn = () => "", J = (e) => H(e);
|
|
1720
1720
|
function xn(e, ...n) {
|
|
1721
|
-
const { fallbackFormat: t, postTranslation: r, unresolving: i, messageCompiler: o, fallbackLocale: _, messages: p } = e, [l, g] = on(...n), k = W(g.missingWarn) ? g.missingWarn : e.missingWarn, I = W(g.fallbackWarn) ? g.fallbackWarn : e.fallbackWarn, h = W(g.escapeParameter) ? g.escapeParameter : e.escapeParameter, L = !!g.resolvedMessage,
|
|
1721
|
+
const { fallbackFormat: t, postTranslation: r, unresolving: i, messageCompiler: o, fallbackLocale: _, messages: p } = e, [l, g] = on(...n), k = W(g.missingWarn) ? g.missingWarn : e.missingWarn, I = W(g.fallbackWarn) ? g.fallbackWarn : e.fallbackWarn, h = W(g.escapeParameter) ? g.escapeParameter : e.escapeParameter, L = !!g.resolvedMessage, S = b(g.default) || W(g.default) ? W(g.default) ? o ? l : () => l : g.default : t ? o ? l : () => l : null, y = t || S != null && (b(S) || H(S)), R = Tn(e, g);
|
|
1722
1722
|
h && ns(g);
|
|
1723
1723
|
let [c, f, v] = L ? [
|
|
1724
1724
|
l,
|
|
1725
1725
|
R,
|
|
1726
1726
|
p[R] || M()
|
|
1727
1727
|
] : it(e, l, R, _, I, k), m = c, O = l;
|
|
1728
|
-
if (!L && !(b(m) || fe(m) || J(m)) &&
|
|
1728
|
+
if (!L && !(b(m) || fe(m) || J(m)) && y && (m = S, O = m), !L && (!(b(m) || fe(m) || J(m)) || !b(f)))
|
|
1729
1729
|
return i ? He : l;
|
|
1730
1730
|
let N = !1;
|
|
1731
1731
|
const T = () => {
|
|
@@ -1754,8 +1754,8 @@ function ns(e) {
|
|
|
1754
1754
|
function it(e, n, t, r, i, o) {
|
|
1755
1755
|
const { messages: _, onWarn: p, messageResolver: l, localeFallbacker: g } = e, k = g(e, r, t);
|
|
1756
1756
|
let I = M(), h, L = null;
|
|
1757
|
-
const
|
|
1758
|
-
for (let
|
|
1757
|
+
const S = "translate";
|
|
1758
|
+
for (let y = 0; y < k.length && (h = k[y], I = _[h] || M(), (L = l(I, n)) === null && (L = I[n]), !(b(L) || fe(L) || J(L))); y++)
|
|
1759
1759
|
if (!Xr(h, k)) {
|
|
1760
1760
|
const R = vn(
|
|
1761
1761
|
e,
|
|
@@ -1763,7 +1763,7 @@ function it(e, n, t, r, i, o) {
|
|
|
1763
1763
|
n,
|
|
1764
1764
|
h,
|
|
1765
1765
|
o,
|
|
1766
|
-
|
|
1766
|
+
S
|
|
1767
1767
|
);
|
|
1768
1768
|
R !== n && (L = R);
|
|
1769
1769
|
}
|
|
@@ -1808,9 +1808,9 @@ function ss(e, n, t, r) {
|
|
|
1808
1808
|
locale: n,
|
|
1809
1809
|
modifiers: i,
|
|
1810
1810
|
pluralRules: o,
|
|
1811
|
-
messages: (L,
|
|
1812
|
-
let
|
|
1813
|
-
if (
|
|
1811
|
+
messages: (L, S) => {
|
|
1812
|
+
let y = _(t, L);
|
|
1813
|
+
if (y == null && (k || S)) {
|
|
1814
1814
|
const [, , R] = it(
|
|
1815
1815
|
k || e,
|
|
1816
1816
|
// NOTE: if has fallbackContext, fallback to root, else if use linked, fallback to local context
|
|
@@ -1820,21 +1820,21 @@ function ss(e, n, t, r) {
|
|
|
1820
1820
|
l,
|
|
1821
1821
|
g
|
|
1822
1822
|
);
|
|
1823
|
-
|
|
1823
|
+
y = _(R, L);
|
|
1824
1824
|
}
|
|
1825
|
-
if (b(
|
|
1825
|
+
if (b(y) || fe(y)) {
|
|
1826
1826
|
let R = !1;
|
|
1827
|
-
const f = ct(e, L, n,
|
|
1827
|
+
const f = ct(e, L, n, y, L, () => {
|
|
1828
1828
|
R = !0;
|
|
1829
1829
|
});
|
|
1830
1830
|
return R ? jn : f;
|
|
1831
|
-
} else return J(
|
|
1831
|
+
} else return J(y) ? y : jn;
|
|
1832
1832
|
}
|
|
1833
1833
|
};
|
|
1834
1834
|
return e.processor && (h.processor = e.processor), r.list && (h.list = r.list), r.named && (h.named = r.named), Y(r.plural) && (h.pluralIndex = r.plural), h;
|
|
1835
1835
|
}
|
|
1836
1836
|
nr();
|
|
1837
|
-
var as = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_e43f26cb-f332-4ece-bac2-ff7648c91701", npm_package_dependencies_dinero_js: "^1.9.1", npm_package_dependencies_zod: "3.17.9", npm_package_devDependencies__types_node: "^18.19.33", npm_config_dedupe_peer_dependents: "", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_scripts_prepublish: "pnpm check:env && pnpm build:mf && pnpm build:dts", npm_package_dependencies_fuzzy_search: "^3.2.1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.6.0", USER: "runner", npm_config_user_agent: "pnpm/9.12.1 npm/? node/v20.19.0 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.13", npm_package_devDependencies_vite_plugin_commonjs: "^0.10.3", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_e43f26cb-f332-4ece-bac2-ff7648c91701", PIPX_HOME: "/opt/pipx", npm_package_scripts_dev_standalone: "vite --mode standalone", npm_package_dependencies_node_html_parser: "^7.0.1", npm_package_devDependencies_vite: "5.4.8", npm_node_execpath: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", npm_package_scripts_prod_standalone: "PORTAL_ENV=production vite --mode standalone", npm_package_scripts_check_env: 'cat build-*.env | grep -qE "^[^#].*localhost" && { echo "Error: build-*.env files contains localhost reference" >&2; exit 1;} || exit 0', HOME: "/home/runner", npm_package_devDependencies_sass: "^1.77.2", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_scripts_build_mf_prod: "PORTAL_ENV=production vite build --mode fmmf", npm_package_dependencies_change_case: "^5.4.4", NODE_OPTIONS: "--max-old-space-size=8192", GRADLE_HOME: "/usr/share/gradle-8.13", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.0.13004108", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --declaration --noEmit -p tsconfig.app.json", npm_package_dependencies__feedmepos_mf_common: "1.18.0-beta.5", npm_package_devDependencies_npm_run_all2: "^6.2.0", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "708", npm_package_dependencies__feedmepos_ui_library: "1.5.1-beta.3", npm_package_dependencies_dayjs: "^1.11.11", npm_package_dependencies_dotenv: "^16.4.5", npm_package_devDependencies__tsconfig_node18: "^18.2.4", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_tailwindcss: "3.4.1", npm_package_devDependencies_typescript: "5.2.2", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_google_maps: "^4.3.3", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^1.8.27", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250323.1.0", npm_package_scripts_build_prod: "PORTAL_ENV=production vite build --mode standalone", npm_package_scripts_dev: "vite", npm_package_dependencies__types_dinero_js: "^1.9.4", npm_package_devDependencies_prettier: "^3.2.5", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", STORE_PATH: "/home/runner/setup-pnpm/node_modules/.bin/store/v3", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_scripts_prod: "PORTAL_ENV=production vite", npm_package_devDependencies__vue_tsconfig: "^0.4.0", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.7/x64", JOURNAL_STREAM: "8:6228", GITHUB_WORKFLOW: "Preview FeedMe Inventory Portal V1", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.19", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_scripts_check_publish_version: "./bin/check-version.sh", npm_package_dependencies_csstype: "^3.1.3", npm_package_dependencies_fuzzy: "^0.1.3", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "14304798663", STATS_VMFE: "true", npm_package_devDependencies_happy_dom: "^12.10.3", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "ce9248f74131d6951e04110fbe2d78f633a7c408", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^4.6.2", GITHUB_WORKFLOW_REF: "feedmepos/inventory-service/.github/workflows/inventory-portal-dev.yaml@refs/heads/dev/portal", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies__feedmepos_zod_inventory: "workspace:^", npm_package_dependencies_axios: "^1.7.1", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/20.19.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_210fce2a-2350-44a0-97d5-543ffd8b9184", INVOCATION_ID: "d396802ed39f41e3a44a6e171c79e049", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", npm_package_name: "@feedmepos/mf-inventory-portal", GITHUB_ACTION: "publish_version", GITHUB_RUN_NUMBER: "451", GITHUB_TRIGGERING_ACTOR: "zdirnecamlcs96", 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_test_publish: "pnpm prepublish && pnpm pack", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_config_frozen_lockfile: "", npm_package_dependencies__typescript_eslint_typescript_estree: "^8.21.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__vue_test_utils: "^2.4.6", npm_package_devDependencies_eslint: "^8.57.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 486", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev/portal", GITHUB_REPOSITORY: "feedmepos/inventory-service", STATS_D_D: "false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_publish_beta: "pnpm publish --tag beta", npm_package_scripts_unpack: "tar zxf", npm_package_dependencies__feedmepos_core: "^2.12.28", npm_package_devDependencies__types_debounce: "^1.2.4", npm_lifecycle_script: "vite build --mode fmmf", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", GITHUB_REPOSITORY_ID: "656626604", GITHUB_ACTIONS: "true", STATS_PIP: "false", NODE_PATH: "/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/bin/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "0.0.25-dev.42", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts && pnpm build-types", npm_package_dependencies__tanstack_vue_table: "^8.17.3", npm_package_dependencies__vue_cli_service: "^5.0.8", npm_package_devDependencies__rushstack_eslint_patch: "^1.10.3", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: "vite build --mode standalone", npm_package_dependencies_vue_i18n: "^10.0.5", npm_config__feedmepos_registry: "https://registry.npmjs.org/", GITHUB_WORKSPACE: "/home/runner/work/inventory-service/inventory-service", ACCEPT_EULA: "Y", GITHUB_JOB: "setup", RUNNER_PERFLOG: "/home/runner/perflog", npm_package_devDependencies__types_fuzzy_search: "^2.1.5", npm_package_devDependencies_cypress: "^13.9.0", GITHUB_SHA: "ce9248f74131d6951e04110fbe2d78f633a7c408", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.4.0", GITHUB_REF: "refs/heads/dev/portal", GITHUB_ACTOR: "zdirnecamlcs96", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_devDependencies__testing_library_vue: "^8.1.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_e43f26cb-f332-4ece-bac2-ff7648c91701", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", GITHUB_ACTOR_ID: "12760908", RUNNER_WORKSPACE: "/home/runner/work/inventory-service", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_e43f26cb-f332-4ece-bac2-ff7648c91701", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_feature_flag: "^0.0.13", npm_package_dependencies__feedmepos_inventory_core: "workspace:^", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.26.0", npm_package_devDependencies_postcss: "^8.4.38", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy: "pnpm run build-only && pnpm publish --no-git-checks .", npm_package_dependencies_debounce: "^2.0.0", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", npm_package_dependencies__feedmepos_menu: "1.0.34", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_e43f26cb-f332-4ece-bac2-ff7648c91701", INIT_CWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_dependencies__feedmepos_inventory_core_js: "workspace:^", npm_package_dependencies_libphonenumber_js: "^1.11.18", NODE_ENV: "production" } };
|
|
1837
|
+
var as = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_28d5fa1d-92d5-4df8-9b30-275137177644", npm_package_dependencies_dinero_js: "^1.9.1", npm_package_dependencies_zod: "3.17.9", npm_package_devDependencies__types_node: "^18.19.33", npm_config_dedupe_peer_dependents: "", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_scripts_prepublish: "pnpm check:env && pnpm build:mf && pnpm build:dts", npm_package_dependencies_fuzzy_search: "^3.2.1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.6.0", USER: "runner", npm_config_user_agent: "pnpm/9.12.1 npm/? node/v20.19.0 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.13", npm_package_devDependencies_vite_plugin_commonjs: "^0.10.3", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_28d5fa1d-92d5-4df8-9b30-275137177644", PIPX_HOME: "/opt/pipx", npm_package_scripts_dev_standalone: "vite --mode standalone", npm_package_dependencies_node_html_parser: "^7.0.1", npm_package_devDependencies_vite: "5.4.8", npm_node_execpath: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", npm_package_scripts_prod_standalone: "PORTAL_ENV=production vite --mode standalone", npm_package_scripts_check_env: 'cat build-*.env | grep -qE "^[^#].*localhost" && { echo "Error: build-*.env files contains localhost reference" >&2; exit 1;} || exit 0', HOME: "/home/runner", npm_package_devDependencies_sass: "^1.77.2", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_scripts_build_mf_prod: "PORTAL_ENV=production vite build --mode fmmf", npm_package_dependencies_change_case: "^5.4.4", NODE_OPTIONS: "--max-old-space-size=8192", GRADLE_HOME: "/usr/share/gradle-8.13", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.0.13004108", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --declaration --noEmit -p tsconfig.app.json", npm_package_dependencies__feedmepos_mf_common: "1.18.0-beta.5", npm_package_devDependencies_npm_run_all2: "^6.2.0", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "710", npm_package_dependencies__feedmepos_ui_library: "1.5.1-beta.3", npm_package_dependencies_dayjs: "^1.11.11", npm_package_dependencies_dotenv: "^16.4.5", npm_package_devDependencies__tsconfig_node18: "^18.2.4", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_tailwindcss: "3.4.1", npm_package_devDependencies_typescript: "5.2.2", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_google_maps: "^4.3.3", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^1.8.27", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250323.1.0", npm_package_scripts_build_prod: "PORTAL_ENV=production vite build --mode standalone", npm_package_scripts_dev: "vite", npm_package_dependencies__types_dinero_js: "^1.9.4", npm_package_devDependencies_prettier: "^3.2.5", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", STORE_PATH: "/home/runner/setup-pnpm/node_modules/.bin/store/v3", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_scripts_prod: "PORTAL_ENV=production vite", npm_package_devDependencies__vue_tsconfig: "^0.4.0", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.7/x64", JOURNAL_STREAM: "8:5828", GITHUB_WORKFLOW: "Preview FeedMe Inventory Portal V1", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.19", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_scripts_check_publish_version: "./bin/check-version.sh", npm_package_dependencies_csstype: "^3.1.3", npm_package_dependencies_fuzzy: "^0.1.3", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "14350012444", STATS_VMFE: "true", npm_package_devDependencies_happy_dom: "^12.10.3", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "7fa3087738a1eeea019b2c53706f842eb0bd4a92", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^4.6.2", GITHUB_WORKFLOW_REF: "feedmepos/inventory-service/.github/workflows/inventory-portal-dev.yaml@refs/heads/dev/portal", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies__feedmepos_zod_inventory: "workspace:^", npm_package_dependencies_axios: "^1.7.1", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/20.19.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_fdad9593-fe83-459a-a697-58c0c538c805", INVOCATION_ID: "29fc61a31ce742579c31033840a7a846", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/20.19.0/x64/bin/node", npm_package_name: "@feedmepos/mf-inventory-portal", GITHUB_ACTION: "publish_version", GITHUB_RUN_NUMBER: "452", GITHUB_TRIGGERING_ACTOR: "ye-yu", 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_test_publish: "pnpm prepublish && pnpm pack", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_config_frozen_lockfile: "", npm_package_dependencies__typescript_eslint_typescript_estree: "^8.21.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__vue_test_utils: "^2.4.6", npm_package_devDependencies_eslint: "^8.57.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 419", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev/portal", GITHUB_REPOSITORY: "feedmepos/inventory-service", STATS_D_D: "false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_publish_beta: "pnpm publish --tag beta", npm_package_scripts_unpack: "tar zxf", npm_package_dependencies__feedmepos_core: "^2.12.28", npm_package_devDependencies__types_debounce: "^1.2.4", npm_lifecycle_script: "vite build --mode fmmf", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", GITHUB_REPOSITORY_ID: "656626604", GITHUB_ACTIONS: "true", STATS_PIP: "false", NODE_PATH: "/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/bin/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules/vite/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.33_sass@1.77.2_terser@5.30.3/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "0.0.25-dev.43", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts && pnpm build-types", npm_package_dependencies__tanstack_vue_table: "^8.17.3", npm_package_dependencies__vue_cli_service: "^5.0.8", npm_package_devDependencies__rushstack_eslint_patch: "^1.10.3", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: "vite build --mode standalone", npm_package_dependencies_vue_i18n: "^10.0.5", npm_config__feedmepos_registry: "https://registry.npmjs.org/", GITHUB_WORKSPACE: "/home/runner/work/inventory-service/inventory-service", ACCEPT_EULA: "Y", GITHUB_JOB: "setup", RUNNER_PERFLOG: "/home/runner/perflog", npm_package_devDependencies__types_fuzzy_search: "^2.1.5", npm_package_devDependencies_cypress: "^13.9.0", GITHUB_SHA: "7fa3087738a1eeea019b2c53706f842eb0bd4a92", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.4.0", GITHUB_REF: "refs/heads/dev/portal", GITHUB_ACTOR: "ye-yu", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_devDependencies__testing_library_vue: "^8.1.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_28d5fa1d-92d5-4df8-9b30-275137177644", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", GITHUB_ACTOR_ID: "30603031", RUNNER_WORKSPACE: "/home/runner/work/inventory-service", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.12.1/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_28d5fa1d-92d5-4df8-9b30-275137177644", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_feature_flag: "^0.0.13", npm_package_dependencies__feedmepos_inventory_core: "workspace:^", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.26.0", npm_package_devDependencies_postcss: "^8.4.38", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy: "pnpm run build-only && pnpm publish --no-git-checks .", npm_package_dependencies_debounce: "^2.0.0", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", npm_package_dependencies__feedmepos_menu: "1.0.34", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_28d5fa1d-92d5-4df8-9b30-275137177644", INIT_CWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_dependencies__feedmepos_inventory_core_js: "workspace:^", npm_package_dependencies_libphonenumber_js: "^1.11.18", NODE_ENV: "production" } };
|
|
1838
1838
|
const os = "10.0.5";
|
|
1839
1839
|
function is() {
|
|
1840
1840
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (ie().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (ie().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (ie().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (ie().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
@@ -1950,7 +1950,7 @@ function ps(e = {}) {
|
|
|
1950
1950
|
// prettier-ignore
|
|
1951
1951
|
n && _ ? n.fallbackLocale.value : b(e.fallbackLocale) || j(e.fallbackLocale) || P(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : p.value
|
|
1952
1952
|
), g = o(lt(p.value, e)), k = o(P(e.datetimeFormats) ? e.datetimeFormats : { [p.value]: {} }), I = o(P(e.numberFormats) ? e.numberFormats : { [p.value]: {} });
|
|
1953
|
-
let h = n ? n.missingWarn : W(e.missingWarn) || Ce(e.missingWarn) ? e.missingWarn : !0, L = n ? n.fallbackWarn : W(e.fallbackWarn) || Ce(e.fallbackWarn) ? e.fallbackWarn : !0,
|
|
1953
|
+
let h = n ? n.missingWarn : W(e.missingWarn) || Ce(e.missingWarn) ? e.missingWarn : !0, L = n ? n.fallbackWarn : W(e.fallbackWarn) || Ce(e.fallbackWarn) ? e.fallbackWarn : !0, S = n ? n.fallbackRoot : W(e.fallbackRoot) ? e.fallbackRoot : !0, y = !!e.fallbackFormat, R = H(e.missing) ? e.missing : null, c = H(e.missing) ? Jn(e.missing) : null, f = H(e.postTranslation) ? e.postTranslation : null, v = n ? n.warnHtmlMessage : W(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, m = !!e.escapeParameter;
|
|
1954
1954
|
const O = n ? n.modifiers : P(e.modifiers) ? e.modifiers : {};
|
|
1955
1955
|
let N = e.pluralRules || n && n.pluralRules, T;
|
|
1956
1956
|
T = (() => {
|
|
@@ -1965,7 +1965,7 @@ function ps(e = {}) {
|
|
|
1965
1965
|
missing: c === null ? void 0 : c,
|
|
1966
1966
|
missingWarn: h,
|
|
1967
1967
|
fallbackWarn: L,
|
|
1968
|
-
fallbackFormat:
|
|
1968
|
+
fallbackFormat: y,
|
|
1969
1969
|
unresolving: !0,
|
|
1970
1970
|
postTranslation: f === null ? void 0 : f,
|
|
1971
1971
|
warnHtmlMessage: v,
|
|
@@ -2021,7 +2021,7 @@ function ps(e = {}) {
|
|
|
2021
2021
|
if (F !== "translate exists" && // for not `te` (e.g `t`)
|
|
2022
2022
|
Y(pe) && pe === He || F === "translate exists" && !pe) {
|
|
2023
2023
|
const [dt, Os] = E();
|
|
2024
|
-
return n &&
|
|
2024
|
+
return n && S ? B(n) : oe(dt);
|
|
2025
2025
|
} else {
|
|
2026
2026
|
if (Le(pe))
|
|
2027
2027
|
return pe;
|
|
@@ -2175,16 +2175,16 @@ function ps(e = {}) {
|
|
|
2175
2175
|
L = u, T.fallbackWarn = L;
|
|
2176
2176
|
},
|
|
2177
2177
|
get fallbackRoot() {
|
|
2178
|
-
return
|
|
2178
|
+
return S;
|
|
2179
2179
|
},
|
|
2180
2180
|
set fallbackRoot(u) {
|
|
2181
|
-
|
|
2181
|
+
S = u;
|
|
2182
2182
|
},
|
|
2183
2183
|
get fallbackFormat() {
|
|
2184
|
-
return
|
|
2184
|
+
return y;
|
|
2185
2185
|
},
|
|
2186
2186
|
set fallbackFormat(u) {
|
|
2187
|
-
|
|
2187
|
+
y = u, T.fallbackFormat = y;
|
|
2188
2188
|
},
|
|
2189
2189
|
get warnHtmlMessage() {
|
|
2190
2190
|
return v;
|
|
@@ -2263,8 +2263,8 @@ function mt(e, n, t, r) {
|
|
|
2263
2263
|
const l = r(e.value, _, p);
|
|
2264
2264
|
let g = [_.key];
|
|
2265
2265
|
j(l) ? g = l.map((h, L) => {
|
|
2266
|
-
const
|
|
2267
|
-
return ds(
|
|
2266
|
+
const S = i[h.type], y = S ? S({ [h.type]: h.value, index: L, parts: l }) : [h.value];
|
|
2267
|
+
return ds(y) && (y[0].key = `${h.type}-${L}`), y;
|
|
2268
2268
|
}) : b(l) && (g = [l]);
|
|
2269
2269
|
const k = X(M(), o), I = b(e.tag) || C(e.tag) ? e.tag : pt();
|
|
2270
2270
|
return qn(I, k, g);
|