@feedmepos/mf-inventory-portal 0.0.19-dev.11 → 0.0.19-dev.12
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/{ApprovalView-BtgtZgDY.js → ApprovalView-CuTAFiWC.js} +5 -5
- package/dist/{BindingsDialog-DDqu7p2z.js → BindingsDialog-C_ndNZ8f.js} +1 -1
- package/dist/{BindingsPicker-BDhn5Do7.js → BindingsPicker-CcAod_ha.js} +1 -1
- package/dist/{BindingsTable-C5R7orsB.js → BindingsTable-Bm4-kj_a.js} +1 -1
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-D0sbKAX9.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-rDMoAXyd.js} +1 -1
- package/dist/{IngredientsView-Ac52Wd12.js → IngredientsView-CyD65_rv.js} +4 -4
- package/dist/{IntegrationView-6mJtJK-d.js → IntegrationView-Bh1BWAq-.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-C2BFaTg-.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-cw3SEkW_.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-CL0RBLOF.js → PremiumBadge.vue_vue_type_script_setup_true_lang-B_kVFkxk.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-UzrsJ0AN.js → PurchaseOrderPrintPreview-Uf0aO8n1.js} +1 -1
- package/dist/{ReceiveRequestView-DW9u9TJZ.js → ReceiveRequestView-C0r1FIwM.js} +7 -7
- package/dist/{RecipeView-W15pCZKU.js → RecipeView-CYE6gi__.js} +4 -4
- package/dist/{StockView-BqEe-OIX.js → StockView-CKyhKuGi.js} +68 -60
- package/dist/{SupplierView-CGr2N-e7.js → SupplierView-BSJoZFMr.js} +4 -4
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-DupNA58V.js → TransferDetails.vue_vue_type_script_setup_true_lang-8L6lwGpu.js} +4 -4
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-Bdby-n4P.js +1676 -0
- package/dist/{TransferTemplateView-HgaSR8L8.js → TransferTemplateView-B23JFk-I.js} +91 -91
- package/dist/{UnitView-C07Yrynl.js → UnitView-DXnLq5nR.js} +5 -5
- package/dist/{WarehouseView-DL-8j9vX.js → WarehouseView-BCnvqHHp.js} +3 -3
- package/dist/{app-B1MZZxUg.js → app-DDxzU9iC.js} +7894 -7832
- package/dist/app.d.ts +62 -0
- package/dist/app.js +1 -1
- package/dist/{decimal-BXf_WdLk.js → decimal-DN0h6619.js} +1 -1
- package/dist/{id-to-date-Dlovyec6.js → id-to-date-D1fU6Y7T.js} +1 -1
- package/dist/{layout-BJjS48J5.js → layout-DcSLry7F.js} +1 -1
- package/dist/{purchase-order-transaction-type-CMIu0jrP.js → purchase-order-transaction-type-D0c31GiL.js} +2 -2
- package/dist/{supplier-IDQmZ4VM.js → supplier-CQXRbSC3.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/stock/helper/stock-row-action.d.ts +2 -0
- package/dist/{xlsx-CfdXcS72.js → xlsx-yV2SoDMC.js} +1 -1
- package/dist/{xlsx.util-C5Wx4IUs.js → xlsx.util-CTIDgqw2.js} +2 -2
- package/package.json +3 -3
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-COVncBoC.js +0 -1676
package/dist/app.d.ts
CHANGED
|
@@ -342,11 +342,16 @@ export declare const i18nMessages: {
|
|
|
342
342
|
form: {
|
|
343
343
|
name: string;
|
|
344
344
|
loading: string;
|
|
345
|
+
unableToFetchListOfSuppliers: {
|
|
346
|
+
title: string;
|
|
347
|
+
message: string;
|
|
348
|
+
};
|
|
345
349
|
type: {
|
|
346
350
|
title: string;
|
|
347
351
|
purchase: string;
|
|
348
352
|
transfer: string;
|
|
349
353
|
};
|
|
354
|
+
lastClosing: string;
|
|
350
355
|
purchaseFrom: string;
|
|
351
356
|
transferFrom: string;
|
|
352
357
|
noLocationAvailable: string;
|
|
@@ -356,6 +361,14 @@ export declare const i18nMessages: {
|
|
|
356
361
|
items: {
|
|
357
362
|
title: string;
|
|
358
363
|
addItem: string;
|
|
364
|
+
fromTemplate: {
|
|
365
|
+
title: string;
|
|
366
|
+
sublabel: string;
|
|
367
|
+
};
|
|
368
|
+
other: {
|
|
369
|
+
title: string;
|
|
370
|
+
};
|
|
371
|
+
selectItem: string;
|
|
359
372
|
fetchingData: string;
|
|
360
373
|
comparePriceHistory: string;
|
|
361
374
|
forecastStock: {
|
|
@@ -427,6 +440,24 @@ export declare const i18nMessages: {
|
|
|
427
440
|
success: string;
|
|
428
441
|
message: string;
|
|
429
442
|
};
|
|
443
|
+
create: {
|
|
444
|
+
title: string;
|
|
445
|
+
success: string;
|
|
446
|
+
successMessage: string;
|
|
447
|
+
error: {
|
|
448
|
+
title: string;
|
|
449
|
+
message: string;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
update: {
|
|
453
|
+
title: string;
|
|
454
|
+
success: string;
|
|
455
|
+
successMessage: string;
|
|
456
|
+
error: {
|
|
457
|
+
title: string;
|
|
458
|
+
message: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
430
461
|
};
|
|
431
462
|
approval: {
|
|
432
463
|
title: string;
|
|
@@ -973,6 +1004,24 @@ export declare const i18nMessages: {
|
|
|
973
1004
|
message: string;
|
|
974
1005
|
};
|
|
975
1006
|
title2: string;
|
|
1007
|
+
create: {
|
|
1008
|
+
title: string;
|
|
1009
|
+
success: string;
|
|
1010
|
+
successMessage: string;
|
|
1011
|
+
error: {
|
|
1012
|
+
title: string;
|
|
1013
|
+
message: string;
|
|
1014
|
+
};
|
|
1015
|
+
};
|
|
1016
|
+
update: {
|
|
1017
|
+
title: string;
|
|
1018
|
+
success: string;
|
|
1019
|
+
successMessage: string;
|
|
1020
|
+
error: {
|
|
1021
|
+
title: string;
|
|
1022
|
+
message: string;
|
|
1023
|
+
};
|
|
1024
|
+
};
|
|
976
1025
|
};
|
|
977
1026
|
approval: {
|
|
978
1027
|
title: string;
|
|
@@ -984,11 +1033,16 @@ export declare const i18nMessages: {
|
|
|
984
1033
|
form: {
|
|
985
1034
|
name: string;
|
|
986
1035
|
loading: string;
|
|
1036
|
+
unableToFetchListOfSuppliers: {
|
|
1037
|
+
title: string;
|
|
1038
|
+
message: string;
|
|
1039
|
+
};
|
|
987
1040
|
type: {
|
|
988
1041
|
title: string;
|
|
989
1042
|
purchase: string;
|
|
990
1043
|
transfer: string;
|
|
991
1044
|
};
|
|
1045
|
+
lastClosing: string;
|
|
992
1046
|
purchaseFrom: string;
|
|
993
1047
|
transferFrom: string;
|
|
994
1048
|
noLocationAvailable: string;
|
|
@@ -998,6 +1052,14 @@ export declare const i18nMessages: {
|
|
|
998
1052
|
items: {
|
|
999
1053
|
title: string;
|
|
1000
1054
|
addItem: string;
|
|
1055
|
+
fromTemplate: {
|
|
1056
|
+
title: string;
|
|
1057
|
+
sublabel: string;
|
|
1058
|
+
};
|
|
1059
|
+
other: {
|
|
1060
|
+
title: string;
|
|
1061
|
+
};
|
|
1062
|
+
selectItem: string;
|
|
1001
1063
|
fetchingData: string;
|
|
1002
1064
|
comparePriceHistory: string;
|
|
1003
1065
|
forecastStock: {
|
package/dist/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useI18n as R } from "@feedmepos/mf-common";
|
|
2
2
|
import { components as I, useBreakpoints as B } from "@feedmepos/ui-library";
|
|
3
3
|
import { h as s, defineComponent as F, computed as M, openBlock as a, createBlock as V, resolveDynamicComponent as x, unref as p, normalizeClass as z, withCtx as D, createElementVNode as c, renderSlot as L, normalizeProps as N, guardReactiveProps as P, createElementBlock as m, Fragment as k, renderList as _, createVNode as b, createCommentVNode as w } from "vue";
|
|
4
|
-
import { af as E } from "./app-
|
|
4
|
+
import { af as E } from "./app-DDxzU9iC.js";
|
|
5
5
|
const { FmMenu: S, FmButton: $, FmMenuItem: j } = I;
|
|
6
6
|
function U(o, r) {
|
|
7
7
|
return s(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as j, j as $, ad as l, a4 as x, J as H, K as q, ae as Y, c as V, aa as W, w as G, b as J, a as K } from "./app-
|
|
1
|
+
import { n as j, j as $, ad as l, a4 as x, J as H, K as q, ae as Y, c as V, aa as W, w as G, b as J, a as K } from "./app-DDxzU9iC.js";
|
|
2
2
|
import { ref as h, computed as Q } from "vue";
|
|
3
|
-
import { i as Z } from "./FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { i as Z } from "./FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-rDMoAXyd.js";
|
|
4
4
|
import { F as C } from "./row-action.enum-PMKMRrZR.js";
|
|
5
5
|
import { useDialog as z, useSnackbar as X } from "@feedmepos/ui-library";
|
|
6
6
|
const ee = j((a, t) => {
|