@feedmepos/mf-inventory-portal 0.0.22-dev.7 → 0.0.22-dev.9

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.
Files changed (60) hide show
  1. package/dist/{ApprovalView-B9s4exkr.js → ApprovalView-BPsScR5_.js} +4 -4
  2. package/dist/{BindingsDialog-uksEDFFX.js → BindingsDialog-GzX9Bo2g.js} +1 -1
  3. package/dist/{BindingsPicker-B2rQ9kJH.js → BindingsPicker-SbOetc0-.js} +19 -19
  4. package/dist/{BindingsTable-BLN_bAjO.js → BindingsTable-CAcE5y8U.js} +1 -1
  5. package/dist/{ClosingTemplateView-Bi06Gxzo.js → ClosingTemplateView-DECwEnlK.js} +91 -90
  6. package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CeBoTYGq.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DnogYrRE.js} +1 -1
  7. package/dist/{IngredientsView-DY6yY-Fk.js → IngredientsView-8fT1Ljd5.js} +3 -3
  8. package/dist/{IntegrationView-C74CJ4PS.js → IntegrationView-CjGLRM78.js} +2 -2
  9. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BmsbeAvi.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-1FCwvO8A.js} +1 -1
  10. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-RoZStI7P.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DlhNc8Vk.js} +1 -1
  11. package/dist/{PurchaseOrderPrintPreview-Dn5CQDnd.js → PurchaseOrderPrintPreview-5HIWHR_f.js} +1 -1
  12. package/dist/{ReceiveRequestView-BC61WMFL.js → ReceiveRequestView-CXZv8g5U.js} +6 -6
  13. package/dist/{RecipeView-DYbuUEFK.js → RecipeView-sB0Lgmob.js} +3 -3
  14. package/dist/{StockView-D_ZzX7yp.js → StockView-CY2kNohB.js} +6 -6
  15. package/dist/{SupplierView-ChewCZKN.js → SupplierView-DTqeZPts.js} +37 -37
  16. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BBby29tW.js +762 -0
  17. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-ByNQap9n.js +1498 -0
  18. package/dist/TransferTemplateView-DkRVfAox.js +1277 -0
  19. package/dist/{UnitView-Cx1xe3Wg.js → UnitView-BpU0Yk7X.js} +4 -4
  20. package/dist/{WarehouseView-CQQf0YFc.js → WarehouseView-DqxWgogc.js} +2 -2
  21. package/dist/api/inventory.d.ts +5 -7
  22. package/dist/api/netsuite.d.ts +40 -0
  23. package/dist/api/purchase-order-template.d.ts +0 -4
  24. package/dist/{app-emo4vLKK.js → app-BuyAj4kw.js} +11903 -11636
  25. package/dist/app.d.ts +6 -0
  26. package/dist/app.js +3 -3
  27. package/dist/{decimal-BO9I7LUt.js → decimal-DWbwRn_v.js} +1 -1
  28. package/dist/{defineDeepModel-D06lO_R2.js → defineDeepModel-DuVmbMwq.js} +4 -4
  29. package/dist/{format-time-from-id-HTOA-soi.js → format-time-from-id-BnmaRuab.js} +1 -1
  30. package/dist/{id-to-date-DAnKDcfC.js → id-to-date-CI5Vv0Ji.js} +1 -1
  31. package/dist/purchase-order-transaction-type-DrFJFvtK.js +676 -0
  32. package/dist/stores/api.d.ts +1 -0
  33. package/dist/stores/feature.d.ts +0 -1
  34. package/dist/stores/helper/core-store-proxy.d.ts +3 -0
  35. package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
  36. package/dist/stores/location.d.ts +24 -42
  37. package/dist/stores/netsuite.d.ts +49 -0
  38. package/dist/stores/warehouse.d.ts +4 -7
  39. package/dist/style.css +1 -1
  40. package/dist/{supplier-CBf_J6D6.js → supplier-BQyK2eSZ.js} +1 -1
  41. package/dist/tsconfig.app.tsbuildinfo +1 -1
  42. package/dist/{use-template-enabled-locations-2-Bo3g55rA.js → use-template-enabled-locations-2-ClBq9FjN.js} +1 -1
  43. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +48 -84
  44. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +48 -84
  45. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +14 -0
  46. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +42 -0
  47. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +42 -0
  48. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +4 -7
  49. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +2 -2
  50. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +132 -84
  51. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +44 -1014
  52. package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +11 -7
  53. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
  54. package/dist/{xlsx-DX8dk9eD.js → xlsx-DiOKvJ6l.js} +1 -1
  55. package/dist/{xlsx.util-BaeMOrlY.js → xlsx.util-CZ7zYxdP.js} +2 -2
  56. package/package.json +5 -5
  57. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CXmk2PYd.js +0 -740
  58. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-D9XERa2u.js +0 -1409
  59. package/dist/TransferTemplateView-BIsn4jRY.js +0 -1238
  60. package/dist/purchase-order-transaction-type-73S8OLUt.js +0 -702
package/dist/app.d.ts CHANGED
@@ -405,6 +405,9 @@ export declare const i18nMessages: {
405
405
  subtitle: string;
406
406
  error: string;
407
407
  };
408
+ netsuite: {
409
+ subsidiary: string;
410
+ };
408
411
  items: {
409
412
  title: string;
410
413
  addItem: string;
@@ -1108,6 +1111,9 @@ export declare const i18nMessages: {
1108
1111
  subtitle: string;
1109
1112
  error: string;
1110
1113
  };
1114
+ netsuite: {
1115
+ subsidiary: string;
1116
+ };
1111
1117
  items: {
1112
1118
  title: string;
1113
1119
  addItem: string;
package/dist/app.js CHANGED
@@ -1,7 +1,7 @@
1
- import { aq as r, _ as s, ar as e, ao as o, ap as t, u as i } from "./app-emo4vLKK.js";
1
+ import { ar as n, _ as r, as as e, ap as o, aq as t, u as i } from "./app-BuyAj4kw.js";
2
2
  export {
3
- r as FmApp,
4
- s as InventoryBindingForm,
3
+ n as FmApp,
4
+ r as InventoryBindingForm,
5
5
  e as InventoryBindingSummary,
6
6
  o as i18nMessages,
7
7
  t as routers,
@@ -1,4 +1,4 @@
1
- import "./app-emo4vLKK.js";
1
+ import "./app-BuyAj4kw.js";
2
2
  function m(a) {
3
3
  function t(o, n = !0) {
4
4
  const e = Math.round(Math.log10(o));
@@ -1,11 +1,11 @@
1
- import { c as d, ah as i } from "./app-emo4vLKK.js";
1
+ import { c as p, ai as d } from "./app-BuyAj4kw.js";
2
2
  import { getCurrentInstance as r, reactive as m, watch as u } from "vue";
3
3
  function b(e = "modelValue") {
4
4
  var o, n;
5
5
  const s = ((o = r()) == null ? void 0 : o.props) ?? {}, a = ((n = r()) == null ? void 0 : n.emit) ?? (() => {
6
- }), t = m(d(s[e] ?? {})), c = `update:${i(e)}`;
7
- return u(t, (p) => {
8
- a(c, p);
6
+ }), t = m(p(s[e] ?? {})), c = `update:${d(e)}`;
7
+ return u(t, (i) => {
8
+ a(c, i);
9
9
  }), t;
10
10
  }
11
11
  export {
@@ -1,4 +1,4 @@
1
- import { a7 as n } from "./app-emo4vLKK.js";
1
+ import { a7 as n } from "./app-BuyAj4kw.js";
2
2
  function d(r) {
3
3
  const t = a(r);
4
4
  return t === null ? "" : n(t);
@@ -1,4 +1,4 @@
1
- import { u as s, a as i } from "./xlsx-DX8dk9eD.js";
1
+ import { u as s, a as i } from "./xlsx-DiOKvJ6l.js";
2
2
  function c(t, e) {
3
3
  return e.map((n) => typeof n.selector == "function" ? n.selector(t) : t[n.selector]);
4
4
  }