@feedmepos/mf-inventory-portal 0.0.14-dev.4 → 0.0.15-dev.1

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 (52) hide show
  1. package/dist/{ApprovalView-RDKSFUZo.js → ApprovalView-BY-O670N.js} +6 -6
  2. package/dist/{BindingsDialog-B4ewRMkz.js → BindingsDialog-XmH2SMob.js} +2 -2
  3. package/dist/{BindingsPicker-DDqtV-Dt.js → BindingsPicker-Cjl2Th_Q.js} +2 -2
  4. package/dist/{BindingsTable-C7pNcdJS.js → BindingsTable-BeNptqZW.js} +3 -3
  5. package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-TUaVrXZt.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-h-hFgCLF.js} +1 -1
  6. package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-CFVarJY6.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-DMJFuKOx.js} +2 -2
  7. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-B46dL3GK.js → FmUnitInput.vue_vue_type_script_setup_true_lang-D5MDXCdF.js} +3 -3
  8. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-eHB-EELx.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-BWHoRZgx.js} +1 -1
  9. package/dist/IngredientsView-D2koDDCa.js +961 -0
  10. package/dist/{IntegrationView-DoNIpOlf.js → IntegrationView-GCoPVdgX.js} +3 -3
  11. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BOD3sRaO.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-lu1Pn7Gk.js} +6 -6
  12. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Bo5r3L9C.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CrPXWCp-.js} +1 -1
  13. package/dist/{PurchaseOrderPrintPreview-BPvebP_9.js → PurchaseOrderPrintPreview-Cn-mprBN.js} +1 -1
  14. package/dist/{ReceiveRequestView-BmGfyccP.js → ReceiveRequestView-GL432SId.js} +12 -12
  15. package/dist/{RecipeView-CMTLMhqx.js → RecipeView-BFmR7xPn.js} +7 -7
  16. package/dist/StockForecast.vue_vue_type_style_index_0_lang-B5EK101t.js +58 -0
  17. package/dist/StockView-DcP0TgA3.js +1960 -0
  18. package/dist/{SupplierView-CvU7KAhV.js → SupplierView-Bm-s_LxZ.js} +7 -7
  19. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-WB33qI-T.js → TransferDetails.vue_vue_type_script_setup_true_lang-DYoCba5O.js} +5 -5
  20. package/dist/{UnitView-BVvw9e8T.js → UnitView-D18PDC4n.js} +6 -6
  21. package/dist/{WarehouseView-CmV0UW0K.js → WarehouseView-eLPv8hGj.js} +3 -3
  22. package/dist/api/inventory.d.ts +8 -0
  23. package/dist/{app-O1zDxmv0.js → app-CoibawJ0.js} +2618 -2613
  24. package/dist/app.js +1 -1
  25. package/dist/components/StockForecast.vue.d.ts +1 -1
  26. package/dist/components/StockForecastProps.d.ts +7 -0
  27. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +4 -0
  28. package/dist/components/shell/inventory/binding-ui.vue.d.ts +4 -0
  29. package/dist/{date2-BD5YjQ2-.js → date2-dqysRKe3.js} +1 -1
  30. package/dist/{dayjs.min-D2krsD1m.js → dayjs.min-BzpFqAbZ.js} +171 -136
  31. package/dist/{decimal-kgi8j2WD.js → decimal-DWauQ6xh.js} +1 -1
  32. package/dist/{fuzzy-DgzXRD3R.js → fuzzy-DugNfdQg.js} +1 -1
  33. package/dist/{init-date-range-AqEW4Dkk.js → init-date-range-C7UhcSkp.js} +1 -1
  34. package/dist/{layout-DrCGFTq4.js → layout-h_bwk4FG.js} +1 -1
  35. package/dist/{rules-xXkrVUNf.js → rules-DFRHLux_.js} +1 -1
  36. package/dist/{stock-estimate-5EznMVbX.js → stock-estimate-vp_4DTD4.js} +2 -2
  37. package/dist/stores/inventory.d.ts +16 -0
  38. package/dist/{supplier-BxDnb8U3.js → supplier-WzY65qOo.js} +1 -1
  39. package/dist/tsconfig.app.tsbuildinfo +1 -1
  40. package/dist/{use-inventory-binding-dialog-Ci8xOw7J.js → use-inventory-binding-dialog-D5FIe7hV.js} +2 -2
  41. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +8 -0
  42. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +4 -0
  43. package/dist/views/ingredients/helper/sku-days-threshold.helper.d.ts +1 -0
  44. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +20 -0
  45. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +16 -0
  46. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +48 -0
  47. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +8 -0
  48. package/dist/{xlsx-BTr72y9q.js → xlsx-tNyBIBTV.js} +1 -1
  49. package/package.json +1 -1
  50. package/dist/IngredientsView-DfCkjxFn.js +0 -832
  51. package/dist/StockView-DnjkFPPa.js +0 -1987
  52. package/dist/util-CEVKTbZD.js +0 -18
@@ -1,4 +1,4 @@
1
- import "./dayjs.min-D2krsD1m.js";
1
+ import "./dayjs.min-BzpFqAbZ.js";
2
2
  function m(a) {
3
3
  function t(o, n = !0) {
4
4
  const e = Math.round(Math.log10(o));
@@ -1,4 +1,4 @@
1
- import { n as v } from "./app-O1zDxmv0.js";
1
+ import { n as v } from "./app-CoibawJ0.js";
2
2
  var x = { exports: {} };
3
3
  (function(h, m) {
4
4
  (function() {
@@ -1,4 +1,4 @@
1
- import { q as n } from "./date2-BD5YjQ2-.js";
1
+ import { q as n } from "./date2-dqysRKe3.js";
2
2
  function D() {
3
3
  const t = /* @__PURE__ */ new Date();
4
4
  return t.setDate(t.getDate() - 15), {
@@ -1,6 +1,6 @@
1
1
  import { components as B, useBreakpoints as M } from "@feedmepos/ui-library";
2
2
  import { h as i, defineComponent as I, computed as R, resolveComponent as _, openBlock as u, createBlock as x, normalizeClass as V, withCtx as L, createElementVNode as d, renderSlot as z, normalizeProps as N, guardReactiveProps as P, createElementBlock as c, Fragment as h, renderList as D, createVNode as k, unref as w, createCommentVNode as b } from "vue";
3
- import { w as E } from "./app-O1zDxmv0.js";
3
+ import { w as E } from "./app-CoibawJ0.js";
4
4
  const { FmMenu: S, FmButton: $, FmMenuItem: j } = B;
5
5
  function Q(o, n) {
6
6
  return i(
@@ -1,4 +1,4 @@
1
- import { a as u, q as s, j as m, g as d, c as f } from "./date2-BD5YjQ2-.js";
1
+ import { a as u, q as s, j as m, g as d, c as f } from "./date2-dqysRKe3.js";
2
2
  function p() {
3
3
  return function(n) {
4
4
  return !!n || "Required";
@@ -1,6 +1,6 @@
1
- import { u as l, a as f } from "./xlsx-BTr72y9q.js";
1
+ import { u as l, a as f } from "./xlsx-tNyBIBTV.js";
2
2
  import { defineComponent as h, resolveComponent as p, openBlock as y, createElementBlock as _, renderSlot as v, createVNode as d, withCtx as g, createElementVNode as F, ref as k } from "vue";
3
- import { f as x, e as I } from "./app-O1zDxmv0.js";
3
+ import { f as x, e as I } from "./app-CoibawJ0.js";
4
4
  import { useCoreStore as w } from "@feedmepos/mf-common";
5
5
  function S(t, e) {
6
6
  return e.map((r) => typeof r.selector == "function" ? r.selector(t) : t[r.selector]);
@@ -87,6 +87,10 @@ export declare function useInventoryStore(): {
87
87
  precision: number;
88
88
  };
89
89
  } | null | undefined;
90
+ thresholds?: {
91
+ low: number;
92
+ mid: number;
93
+ } | null | undefined;
90
94
  unit: {
91
95
  _id: string;
92
96
  name: string;
@@ -787,6 +791,10 @@ export declare function useInventoryStore(): {
787
791
  precision: number;
788
792
  };
789
793
  } | null | undefined;
794
+ thresholds?: {
795
+ low: number;
796
+ mid: number;
797
+ } | null | undefined;
790
798
  unit: {
791
799
  _id: string;
792
800
  name: string;
@@ -1949,6 +1957,10 @@ export declare function useInventoryStore(): {
1949
1957
  precision: number;
1950
1958
  };
1951
1959
  } | null | undefined;
1960
+ thresholds?: {
1961
+ low: number;
1962
+ mid: number;
1963
+ } | null | undefined;
1952
1964
  unit: {
1953
1965
  _id: string;
1954
1966
  name: string;
@@ -2007,6 +2019,10 @@ export declare function useInventoryStore(): {
2007
2019
  precision: number;
2008
2020
  };
2009
2021
  } | null | undefined;
2022
+ thresholds?: {
2023
+ low: number;
2024
+ mid: number;
2025
+ } | null | undefined;
2010
2026
  unit: {
2011
2027
  _id: string;
2012
2028
  name: string;
@@ -1,4 +1,4 @@
1
- import { f as u, e as o, j as c, k as l } from "./app-O1zDxmv0.js";
1
+ import { f as u, e as o, j as c, k as l } from "./app-CoibawJ0.js";
2
2
  import { ref as d } from "vue";
3
3
  const n = u((e, r) => {
4
4
  const a = o();